/* -------------- config -------------- */
@font-face {
  font-family: 'Team-Fury';
  src: url("/font/Team-Fury.ttf") format("truetype");
}

img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a, .btnPink, input[type=submit] {
  cursor: pointer;
}

a:active, .btnPink:active, input[type=submit]:active {
  animation: tapaction 0.2s 1 ease-out;
}

@keyframes tapaction {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* -------------- general -------------- */
.pink {
  color: #FD68B2;
}

.purple {
  color: #9160D3;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important;
}

.layer {
  position: relative;
  z-index: 10;
}

#breadcrumb {
  /* iPhone 375px */
  background-size: 375px;
  margin: 0 auto;
  padding: 5px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 414px) {
  #breadcrumb {
    /* iPhone 414px */
    background-size: 414px;
  }
}

#breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

#breadcrumb ul::-webkit-scrollbar {
  display: none;
}

#breadcrumb ul li {
  white-space: nowrap;
}

#breadcrumb ul li a {
  color: #333;
}

#breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}

#breadcrumb ul li:first-child {
  margin-left: 15px;
}

#breadcrumb ul li:last-child {
  margin-right: 15px;
}

.sponly {
  display: block;
}

.pconly {
  display: none;
}

/* -------------- body -------------- */
body {
  font-family: 'Kaisei Decol', serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* -------------- header -------------- */
header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #FFF;
  border-bottom: solid 1px #000;
}

header #headerWrap {
  max-width: 1200px;
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
}

header #headerWrap #head_left figure {
  width: 39px;
  height: 42px;
}

header #headerWrap #head_left figure #logo {
  color: #000;
}

header #headerWrap #head_center {
  font-size: 2.0rem;
}

header #headerWrap #head_center rt {
  font-weight: 900;
  -webkit-text-stroke: 2px #FD68B2;
}

header #headerWrap #head_right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

header #headerWrap #head_right #hamburger {
  cursor: pointer;
  border-radius: 38px;
  background: #EBFF00;
  width: 38px;
  height: 38px;
  padding: 13px 7px;
}

header #headerWrap #head_right #hamburger #icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header #headerWrap #head_right #hamburger #icon li {
  height: 1px;
  background: #69C1CC;
  transition: 0.5s;
}

header #headerWrap #head_right #hamburger #icon.active li {
  transition: 0.5s;
  position: relative;
}

header #headerWrap #head_right #hamburger #icon.active li:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}

header #headerWrap #head_right #hamburger #icon.active li:nth-of-type(2) {
  transform: rotate(-45deg);
  bottom: 5px;
}

header #headerWrap #head_right #pcmenu {
  display: none;
}

header #spmenu {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2000;
  display: none;
  align-items: center;
}

header #spmenu.active {
  display: flex;
}

header #spmenu #menuinner {
  width: 245px;
  margin: 0 auto;
  padding: 0 0 80px 3.5em;
  position: relative;
}

header #spmenu #menuinner h2 {
  color: #F05888;
  font-size: 2.2rem;
  padding: 60px 0 40px;
  text-align: center;
}

header #spmenu #menuinner ul {
  color: #F05888;
  font-size: 1.8rem;
}

header #spmenu #menuinner ul li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

header #spmenu #menuinner ul li a {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

/* -------------- config -------------- */
footer {
  padding: 125px 0 155px;
}

footer figure {
  width: 180px;
  margin: 0 auto;
}

/* -------------- navi -------------- */
#fixnav {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 1000;
}

#fixnav.active {
  position: relative;
}

#fixnav #gotop {
  display: flex;
  justify-content: flex-end;
}

#fixnav #gotop a {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 10px 11px 0;
}

#fixnav #navwrap {
  width: 100%;
  background: #EBFF00;
}

#fixnav #navwrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #fixnav #navwrap ul {
    /* iPhone 414px */
    width: 414px;
  }
}

#fixnav #navwrap ul li {
  border: solid 1px #707070;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fixnav #navwrap ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#fixnav #navwrap ul li svg {
  width: 20px;
  fill: #48434a;
  margin-right: 3px;
}

#fixnav #navwrap ul li:nth-of-type(2) svg {
  width: 17px;
}

#fixnav #navwrap ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  color: #48434a;
  word-break: keep-all;
  line-height: 1.2;
}

main {
  overflow-x: hidden;
  min-height: calc(100vh - 186px);
}

#introduction {
  background: #69C1CC;
  position: relative;
  padding: 0 0 322px 0;
}

#introduction::after {
  content: "";
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(/img/introduction.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#introduction > div {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 414px) {
  #introduction > div {
    /* iPhone 414px */
    width: 414px;
  }
}

#introduction #first {
  height: 440px;
}

#introduction #first #character01 {
  width: 271px;
  position: absolute;
  top: 58px;
  left: -40px;
}

#introduction #first h2 {
  position: relative;
  z-index: 10;
  width: 200px;
  margin: 0 0 0 160px;
  padding: 70px 0 210px;
}

#introduction #first h2 p {
  font-size: 2.4rem;
  background: #FFF;
  margin: 0 26px 15px 0;
  padding: 0 8px;
  word-break: keep-all;
  border: solid 1px #000;
  position: relative;
}

#introduction #first h2 p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#introduction #first h2 p:nth-of-type(even) {
  background: #FFFFC3;
}

#introduction #secound {
  height: 425px;
}

#introduction #secound #character02 {
  width: 300px;
  position: absolute;
  top: 0;
  right: -60px;
}

#introduction #secound h2 {
  position: relative;
  z-index: 10;
  width: 225px;
  margin: 0 auto 0 0;
  padding: 70px 0 210px;
}

#introduction #secound h2 p {
  font-size: 2.4rem;
  background: #FFF;
  margin: 0 0 15px 26px;
  padding: 0 8px;
  word-break: keep-all;
  border: solid 1px #000;
  position: relative;
}

#introduction #secound h2 p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#introduction #secound h2 p:nth-of-type(even) {
  background: #FFFFC3;
}

#introduction #third {
  height: 388px;
}

#introduction #third #character03 {
  width: 388px;
  position: absolute;
  top: 0;
  left: -115px;
}

#introduction #third h2 {
  position: relative;
  z-index: 10;
  width: 238px;
  margin: 0 0 0 auto;
  padding: 70px 0 210px;
}

#introduction #third h2 p {
  font-size: 2.4rem;
  background: #FFF;
  margin: 0 26px 15px 0;
  padding: 0 8px;
  word-break: keep-all;
  border: solid 1px #000;
  position: relative;
}

#introduction #third h2 p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#introduction #third h2 p:not(:first-child) {
  margin: 0 72px 15px 0;
}

#introduction #third h2 p:nth-of-type(even) {
  background: #FFFFC3;
}

#introduction #appeal {
  padding: 130px 0 45px;
}

#introduction #appeal h2 div {
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
  z-index: 10;
}

#introduction #appeal h2 div p {
  font-size: 2.4rem;
  background: #FFF;
  padding: 0 0.5em;
  word-break: keep-all;
  border: solid 1px #000;
  position: relative;
  display: inline-block;
}

#introduction #appeal h2 div p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#introduction #appeal h2 div:nth-of-type(even) p {
  background: #FFFFC3;
}

#introduction #appeal-word {
  font-size: 4.9rem;
  text-align: center;
  line-height: 1.2;
  margin: 45px 0;
  position: relative;
}

#introduction #appeal-word:before {
  content: "";
  width: 1px;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 15px;
  background: #000;
  transform: rotate(-10deg);
}

#introduction #appeal-word::after {
  content: "";
  width: 1px;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  right: 15px;
  background: #000;
  transform: rotate(10deg);
}

#introduction #character04 {
  position: absolute;
  width: 348px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

#introduction #character04 p {
  font-size: 1.5rem;
  background: #FFF;
  padding: 0 3px;
  word-break: keep-all;
  border: solid 1px #000;
  position: absolute;
  top: 15px;
  right: 25px;
}

#introduction #character04 p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#introduction #character04 img {
  position: relative;
  z-index: -2;
}

#regulations {
  padding: 258px 0 0;
}

#regulations #regulations-wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #regulations #regulations-wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#regulations p {
  font-size: 2.8rem;
  text-align: center;
}

#regulations ul {
  background: url(/img/regulations.png) no-repeat top center;
  background-size: 438px;
  padding: 64px 0 60px;
  position: relative;
  z-index: 0;
}

#regulations ul li {
  position: relative;
}

#regulations ul li i {
  display: inline-block;
  position: relative;
  border: solid 1px #000;
  font-style: normal;
  font-weight: 900;
  padding: 0 0.3em;
  text-align: center;
}

#regulations ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: #F4F4F4;
  z-index: -1;
  border: solid 1px #000;
}

#regulations ul li:nth-of-type(1) {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

#regulations ul li:nth-of-type(1)::after {
  top: 72px;
  left: 0;
}

#regulations ul li:nth-of-type(1) i {
  background: #FFE3FB;
  left: 60px;
}

#regulations ul li:nth-of-type(2) {
  font-size: 3.2rem;
  text-align: right;
  margin-bottom: 50px;
}

#regulations ul li:nth-of-type(2) i {
  background: #69C1CC;
  color: #FFF;
  right: 60px;
}

#regulations ul li:nth-of-type(2) i:after {
  background: #EBFF00;
}

#regulations ul li:nth-of-type(3) {
  font-size: 2.3rem;
  margin-bottom: 50px;
}

#regulations ul li:nth-of-type(3) i {
  background: #FFFFA3;
  left: 45px;
}

#regulations ul li:nth-of-type(4) {
  font-size: 2.8rem;
  margin-bottom: 58px;
  text-align: right;
}

#regulations ul li:nth-of-type(4) i {
  background: #69C1CC;
  color: #EBFF00;
  right: 95px;
}

#regulations ul li:nth-of-type(4) i:after {
  background: #EBFF00;
}

#regulations ul li:nth-of-type(5) {
  font-size: 2.5rem;
  margin-bottom: 66px;
  text-align: right;
}

#regulations ul li:nth-of-type(5) i {
  background: #FFE3FB;
  right: 40px;
}

#regulations ul li:nth-of-type(6) {
  font-size: 2.3rem;
  margin-bottom: 90px;
}

#regulations ul li:nth-of-type(6) i {
  background: #88B0EB;
  color: #FFF;
  left: 40px;
}

#regulations ul li:nth-of-type(7) {
  font-size: 2.8rem;
  margin-bottom: 86px;
  text-align: right;
}

#regulations ul li:nth-of-type(7) i {
  background: #FF88BA;
  color: #FFF;
  right: 36px;
}

#regulations ul li:nth-of-type(8) {
  font-size: 2.3rem;
  margin-bottom: 97px;
}

#regulations ul li:nth-of-type(8) i {
  background: #EBFF00;
  left: 32px;
}

#regulations #room {
  margin-top: 108px;
  position: relative;
}

#regulations #room p {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.7em;
  color: #000000;
  text-shadow: 2px  2px 1px #ffffff,
 -2px  2px 1px #ffffff,
 2px -2px 1px #ffffff,
 -2px -2px 1px #ffffff,
 2px  0px 1px #ffffff,
 0px  2px 1px #ffffff,
 -2px  0px 1px #ffffff,
 0px -2px 1px #ffffff;
}

#regulations #room .room-top {
  grid-area: top;
}

#regulations #room .room-left {
  grid-area: left;
  height: 248px;
}

#regulations #room .room-right {
  grid-area: right;
  height: 248px;
}

#feature {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 125px 0 145px;
}

@media screen and (min-width: 414px) {
  #feature {
    /* iPhone 414px */
    width: 414px;
  }
}

#feature p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 2.5rem;
}

#feature p .marker {
  background: linear-gradient(transparent 40%, #FFFF48 40%);
}

#yakiniku {
  background: #FFFF00;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 70px;
}

#yakiniku .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #yakiniku .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#yakiniku .wrap .text {
  margin: 45px 35px 95px;
}

#yakiniku .wrap .text p {
  margin-bottom: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}

#gochi a {
  display: block;
  width: 220px;
  background: #000;
  text-align: center;
  margin: 55px auto;
  position: relative;
  color: #FFF;
  font-size: 2.3rem;
  padding: 5px 0;
  line-height: 1.2;
}

#gochi a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-color: #FFFF00;
  z-index: -1;
}

#reason {
  background: #69C1CC;
}

#reason .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 33px 10px 85px;
}

@media screen and (min-width: 414px) {
  #reason .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#reason .wrap figure {
  width: 357px;
  margin: 0 auto;
}

#reason .wrap figure img {
  border: solid 3px #EBFF00;
}

#reason .wrap #logo-white {
  margin: 47px auto;
  text-align: center;
}

#reason .wrap #logo-white svg {
  width: 168px;
  fill: #FFF;
}

#reason .wrap h2 {
  font-size: 3.0rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -100px;
  padding-top: 100px;
  line-height: 1.2;
  font-weight: 400;
}

#reason .wrap ul {
  padding: 0 30px;
}

#reason .wrap ul li {
  background: #EBFF00;
  border: solid 1px #000;
  padding: 18px 16px;
  margin-bottom: 73px;
}

#reason .wrap ul li div {
  background: #FFF;
  border: solid 1px #000;
  padding: 20px 0 40px;
}

#reason .wrap ul li div h3 {
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
}

#reason .wrap ul li div h3 span {
  width: 58px;
  height: 65px;
  background: url(/img/san01.png);
  background-size: cover;
  background-position-x: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 10px;
  letter-spacing: 0;
}

#reason .wrap ul li div p {
  font-size: 2.3rem;
  text-align: center;
}

#reason .wrap ul li:nth-of-type(even) {
  background: #FFF;
}

#reason .wrap ul li:nth-of-type(even) div {
  background: #EBFF00;
}

#reason .wrap ul li:nth-of-type(even) div h3 span {
  background: url(/img/san02.png);
  background-size: cover;
  background-position-x: -1px;
}

#service {
  position: relative;
}

#service #services {
  position: relative;
  top: -100px;
}

#service h2 {
  margin: 155px auto 165px;
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 15px 0 5px;
  letter-spacing: 0.3em;
  background: #FFF;
  font-weight: 400;
}

#service h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#service h3 {
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  padding: 5px 25px;
  border: solid 1px #707070;
  position: absolute;
  background: #FFF;
  margin: 0 0 15px 30px;
  top: -20px;
}

#service h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service .bar-concafe {
  background: #F4F4F4;
}

#service .bar-concafe .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 414px) {
  #service .bar-concafe .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service .bar-concafe .wrap p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 35px;
  padding: 70px 0 80px;
  line-height: 2;
  font-weight: 400;
}

#service #bts-instagram,
#service #nohalf-instagram,
#service #pledge-instagram {
  min-height: 371px;
}

#service .bts-wrap {
  background: #E88BFF;
}

#service .bts-wrap .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}

@media screen and (min-width: 414px) {
  #service .bts-wrap .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service .bts-wrap .wrap h3 {
  font-family: 'Team-Fury';
  color: #575757;
  font-size: 1.8rem;
  padding: 10px 25px;
  font-weight: 400;
}

#service .bts-wrap .wrap .description {
  margin: -25px 35px;
  padding: 12px 15px 12px;
  position: relative;
  background: #FFF;
  border: solid 1px #707070;
}

#service .bts-wrap .wrap .description p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1em;
}

#service .bts-wrap .wrap .description::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service .bts-wrap .wrap h4 {
  color: #79FFBC;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin: 100px 35px 0;
  font-family: 'Team-Fury';
  font-weight: 400;
}

#service .bts-wrap .wrap h4::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #79FFBC;
  margin-left: 15px;
}

#service .no-half-wrap {
  background: #0889BA;
  border-top: solid 3px #79FFBC;
  padding: 117px 0 0;
}

#service .no-half-wrap .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 414px) {
  #service .no-half-wrap .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service .no-half-wrap .wrap h3 {
  font-family: 'Team-Fury';
  color: #575757;
  font-size: 1.8rem;
  padding: 3px 25px 10px;
  font-weight: 400;
  line-height: 1;
}

#service .no-half-wrap .wrap h3 i {
  font-size: 2.7rem;
  font-style: normal;
  position: relative;
  top: -5px;
}

#service .no-half-wrap .wrap .description {
  margin: -25px 35px;
  padding: 12px 15px 12px;
  position: relative;
  background: #FFF;
  border: solid 1px #707070;
}

#service .no-half-wrap .wrap .description p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 2;
  line-height: 1.7;
  margin-bottom: 1em;
}

#service .no-half-wrap .wrap .description::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service .no-half-wrap .wrap h4 {
  color: #79FFBC;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin: 100px 35px 0;
  font-family: 'Team-Fury';
  font-weight: 400;
}

#service .no-half-wrap .wrap h4::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #79FFBC;
  margin-left: 15px;
}

#service .pledge-wrap {
  background: #FF86DA;
  border-top: solid 3px #79FFBC;
  padding: 117px 0 0;
}

#service .pledge-wrap .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 414px) {
  #service .pledge-wrap .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service .pledge-wrap .wrap h3 {
  font-family: 'Team-Fury';
  color: #575757;
  font-size: 1.8rem;
  padding: 10px 25px;
  font-weight: 400;
}

#service .pledge-wrap .wrap .description {
  margin: -25px 35px;
  padding: 12px 15px 12px;
  position: relative;
  background: #FFF;
  border: solid 1px #707070;
}

#service .pledge-wrap .wrap .description p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1em;
}

#service .pledge-wrap .wrap .description::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service .pledge-wrap .wrap h4 {
  color: #79FFBC;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin: 100px 35px 0;
  font-family: 'Team-Fury';
  font-weight: 400;
}

#service .pledge-wrap .wrap h4::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #79FFBC;
  margin-left: 15px;
}

#service .andwrap {
  background: transparent;
  border-top: solid 3px #79FFBC;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

#service .andwrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #EBFF00;
  z-index: -1;
}

#service .andwrap .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #service .andwrap .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service .andwrap .wrap p {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 11.7rem;
  text-align: center;
}

#service #consultant {
  margin-top: -120px;
  padding-top: 120px;
}

#service #consultant .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 414px) {
  #service #consultant .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#service #consultant .wrap h3 {
  color: #575757;
  font-size: 1.8rem;
  padding: 10px 25px;
  width: 282px;
  margin: 0 auto 15px;
  left: 0;
  right: 0;
}

#service #consultant .wrap h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#service #consultant .wrap figure {
  margin-bottom: 30px;
}

#service #consultant .wrap p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2em;
  padding: 0 30px;
  position: relative;
  line-height: 2;
  background: #FFF;
  font-weight: 400;
  line-height: 1.7;
}

#voice {
  background: #EBFF00;
}

#voice section {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 75px 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 414px) {
  #voice section {
    /* iPhone 414px */
    width: 414px;
  }
}

#voice section .anchor {
  margin-top: -100px;
  padding-top: 100px;
}

#voice section h2 {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 auto 80px;
  padding: 2px 10px;
  display: inline-block;
  background: #FFF;
  left: 0;
  right: 0;
  position: relative;
  border: solid 1px #707070;
}

#voice section h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#voice section figure {
  position: relative;
  margin: 0 30px;
}

#voice section figure.visual {
  margin: 0 0 45px;
}

#voice section figure .text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: left;
  font-weight: 400;
}

#voice section figure .text p {
  font-size: 1.6rem;
  position: relative;
  margin: 0;
}

#voice section figure .text p:nth-of-type(1) {
  margin-left: 7px;
  z-index: 15;
}

#voice section figure .text p:nth-of-type(1) span {
  display: inline-block;
  padding: 0 15px;
  color: #FFF;
  background: #000;
  border: solid 1px #707070;
}

#voice section figure .text p:nth-of-type(2) {
  margin-left: 15px;
  margin-top: -5px;
  z-index: 10;
}

#voice section figure .text p:nth-of-type(2) span {
  display: inline-block;
  padding: 3px 15px;
  color: #000;
  background: #FFF;
  border: solid 1px #707070;
  position: relative;
}

#voice section figure .text p:nth-of-type(2) span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -7px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#voice section .name {
  width: 207px;
  margin: 16px 30px 52px auto;
  text-align: left;
}

#voice section .name div span {
  font-size: 1.2rem;
  color: #FFF;
  background: #000;
  display: inline-block;
  padding: 0 10px;
  font-weight: 400;
}

#voice section .name p {
  font-size: 2.2rem;
  display: inline-block;
  margin-left: 1em;
}

#voice section .name p small {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 2em;
}

#voice section .profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  margin: 0 30px 120px;
}

#voice section .profile dt {
  background: #FF00A7;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 20px;
}

#voice section .profile dd {
  margin-bottom: 27px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

#voice section .profile dd::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/img/listmark.svg);
  background-size: cover;
  top: 5px;
  left: 0;
  margin-right: 3px;
}

#voice section .question {
  margin: 0 15px;
  text-align: left;
}

#voice section .question dt {
  font-size: 2.2rem;
  background: #FFF;
  padding: 25px 15px;
  border: solid 1px #000;
  position: relative;
  max-width: 344px;
  margin: 0 auto 40px;
}

#voice section .question dt small {
  position: absolute;
  top: -6px;
  left: -5px;
  font-size: 1.2rem;
  color: #FFF;
  background: #000;
  padding: 0 10px;
  font-weight: 400;
}

#voice section .question dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -7px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#voice section .question dd {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
}

#voice section .question dd em {
  font-style: normal;
  font-weight: 900;
  display: block;
}

#voice section > p {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 15px 2em;
  text-align: left;
}

#voice section .message {
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#voice section .message::before {
  content: "";
  background: url(/img/logo-white.svg) no-repeat center center;
  background-size: 205px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#voice section .message p {
  font-size: 2.3rem;
  font-family: 'Kaisei Decol', serif;
  text-align: center;
  margin: 0;
}

#voice section#voice02 figure .text {
  bottom: -20px;
}

#voice section#voice02 figure .text p {
  margin-left: 110px;
}

#voice section#voice02 figure .text p:nth-of-type(1) {
  margin-bottom: 1em;
}

#voice section#voice02 figure .text p span {
  background-color: #FFF;
  color: #000;
  padding: 3px 15px;
  font-family: 'Kaisei Decol', serif;
  position: relative;
}

#voice section#voice02 figure .text p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -7px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#voice section#voice02 .name {
  width: 320px;
}

#voice section#voice02 .name p span {
  display: block;
  font-size: 1.4rem;
}

#voice section#voice03 figure .text {
  bottom: -20px;
}

#voice section#voice03 figure .text p {
  margin-left: 110px;
}

#voice section#voice03 figure .text p:nth-of-type(1) {
  margin-bottom: 1em;
}

#voice section#voice03 figure .text p span {
  background-color: #FFF;
  color: #000;
  padding: 3px 15px;
  font-family: 'Kaisei Decol', serif;
  position: relative;
}

#voice section#voice03 figure .text p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -7px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#voice section#voice03 .name {
  width: 320px;
}

#voice section#voice03 .name p span {
  display: block;
  font-size: 1.4rem;
}

#recruit {
  background: #EACFF5;
  position: relative;
  margin-top: 182px;
}

#recruit #recruits {
  position: relative;
  top: -130px;
}

#recruit h2 {
  margin: 155px auto 50px;
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 15px 0 5px;
  letter-spacing: 0.3em;
  background: #FFF;
  top: -35px;
  font-weight: 400;
}

#recruit h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#recruit h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#recruit .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 0 0 100px;
}

@media screen and (min-width: 414px) {
  #recruit .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#recruit .wrap .recruit-container {
  width: 303px;
  margin: 0 auto;
}

#recruit .wrap .recruit-container .recruit-box figure#insert {
  margin-bottom: 30px;
}

#recruit .wrap .recruit-container .recruit-box figure.vs {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

#recruit .wrap .recruit-container .recruit-box figure.vs img {
  border: solid 1px #707070;
}

#recruit .wrap .recruit-container .recruit-box figure.vs .layer {
  position: absolute;
  top: -20px;
  left: -20px;
  right: auto;
}

#recruit .wrap .recruit-container .recruit-box figure.vs .layer h3 {
  width: 88px;
  height: 88px;
  background: #FFF;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  position: relative;
}

#recruit .wrap .recruit-container .recruit-box figure.vs .layer h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#recruit .wrap .recruit-container .recruit-box figure.vs div {
  position: absolute;
  bottom: -15px;
  right: -5px;
}

#recruit .wrap .recruit-container .recruit-box figure.vs div p {
  margin-bottom: 10px;
}

#recruit .wrap .recruit-container .recruit-box figure.vs div p span {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 1.9rem;
  padding: 0 10px;
  font-weight: 400;
}

#recruit .wrap .recruit-container .recruit-box figure.vs::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#recruit .wrap .recruit-container .recruit-box p {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#recruit .wrap .recruit-container .recruit-box #flowimage {
  width: 264px;
  margin: 75px auto 45px;
}

#recruit .wrap .recruit-container .recruit-box #flow {
  width: 308px;
  margin: 0 auto 70px;
  position: relative;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(odd) {
  padding: 0 29px;
  position: relative;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(odd) span {
  font-size: 2.2rem;
  color: #FFF;
  background: #EA739C;
  text-align: center;
  padding: 10px 0;
  border: solid 2px #FFF;
  display: inline-block;
  width: 100%;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(odd) em {
  position: absolute;
  font-size: 2.2rem;
  font-style: normal;
  padding: 5px 0;
  color: #000;
  background: #EBFF00;
  border-radius: 1em;
  width: 100%;
  bottom: -50px;
  left: 0;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(odd) em::before {
  content: "";
  display: block;
  width: 90%;
  height: calc(100% - 20px);
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(200px) rotateX(326deg);
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(odd) em::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 38px 6.5px;
  border-color: transparent transparent #EBFF00 transparent;
  position: absolute;
  top: -38px;
  right: 60px;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(even) {
  text-align: center;
  margin: 15px 0;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(even) img {
  width: 13px;
}

#recruit .wrap .recruit-container .recruit-box #flow li:nth-of-type(3) {
  margin-bottom: 60px;
}

#recruit .wrap .recruit-container .recruit-box.box2.recruit-box figure.vs .layer {
  left: auto;
  right: -20px;
}

#recruit .wrap .recruit-container .recruit-box.box2.recruit-box figure.vs .layer h3::after {
  left: -10px;
}

#recruit .wrap .recruit-container .recruit-box.box2.recruit-box figure.vs div {
  left: 5px;
}

#recruit .wrap .recruit-container .recruit-box.box3 figure#insert {
  margin: 50px 0 250px;
}

#recruit .wrap .recruit-container .recruit-box .ex {
  font-size: 1.3rem;
  margin-bottom: 50px;
}

#allowance {
  background: #EACFF5;
  margin-top: -100px;
  padding-top: 100px;
}

#allowance .wrap {
  width: 353px;
  margin: 0 auto;
  padding: 30px 0;
}

#job-description {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 95px 0 0;
}

@media screen and (min-width: 414px) {
  #job-description {
    /* iPhone 414px */
    width: 414px;
  }
}

#job-description h2 {
  margin: 0 auto 50px;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 5px 0;
  letter-spacing: 0.3em;
  background: #FF52AD;
}

#job-description h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -5px;
  bottom: -5px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#job-description dl {
  width: 321px;
  margin: 0 auto 30px;
  padding: 25px 25px 35px;
  background: #FFF;
  border: solid 1px #707070;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

#job-description dl dt {
  font-size: 2.0rem;
  word-break: keep-all;
  border-bottom: solid 1px #FF52AD;
  padding: 0 0 5px;
}

#job-description dl dt small {
  font-size: 1.5rem;
  display: block;
  text-align: right;
}

#job-description dl dd {
  padding: 15px 10px 0;
}

#job-description dl dd ul li {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

#job-description dl dd ul li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #FF52AD;
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: 1em;
}

#job-description dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
  border: solid 1px #707070;
  bottom: -8px;
  right: -8px;
  z-index: -1;
}

#faq {
  background: #FFFF48;
  padding: 0 0 93px;
  position: relative;
}

#faq #faqs {
  position: relative;
  top: -130px;
}

#faq h2 {
  margin: 155px auto 50px;
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 15px 0 5px;
  letter-spacing: 0.3em;
  background: #FFF;
  top: -35px;
  font-weight: 400;
}

#faq h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#faq h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#faq .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #faq .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#faq .wrap h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 108px;
}

#faq .wrap .faqlist {
  padding: 0 29px;
  font-family: 'Noto Sans JP', sans-serif;
}

#faq .wrap .faqlist dt {
  font-size: 1.2rem;
  font-weight: 400;
  border: solid 1px #707070;
  background: #FFF;
  background: linear-gradient(90deg, #FFF 0%, #FFF calc(100% - 33px), #E2E2E2 calc(100% - 33px), #E2E2E2 100%);
  text-align: left;
  padding: 8px 5px;
  position: relative;
  margin: 0 0 1em 0;
}

#faq .wrap .faqlist dt::before {
  content: "Q.";
  display: inline-block;
  margin-right: 0.5em;
}

#faq .wrap .faqlist dt::after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(/img/arrow.svg) no-repeat;
  background-size: 100%;
  transform-origin: center 30% 0;
  transform: rotateX(0deg);
  position: absolute;
  top: 51%;
  right: 10px;
  margin-top: -4px;
  transition: all 0.7s;
}

#faq .wrap .faqlist dt.active::after {
  transform: rotateX(180deg);
}

#faq .wrap .faqlist dd {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1em 0 2em 3em;
  display: none;
  position: relative;
}

#faq .wrap .faqlist dd::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.5em;
}

#blog {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto 150px;
  position: relative;
}

@media screen and (min-width: 414px) {
  #blog {
    /* iPhone 414px */
    width: 414px;
  }
}

#blog .noneArticles {
  font-size: 1.6rem;
  text-align: center;
}

#blog #blogs {
  position: relative;
  top: -130px;
}

#blog h2 {
  margin: 155px auto 50px;
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 15px 0 5px;
  letter-spacing: 0.3em;
  background: #FFF;
  top: -35px;
  font-weight: 400;
}

#blog h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#blog h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#blog ul li {
  padding: 18px 15px;
  border-top: solid 2px #DEDEDE;
}

#blog ul li:last-of-type {
  border-bottom: solid 2px #DEDEDE;
}

#blog ul li a {
  display: flex;
  flex-wrap: nowrap;
  color: #000;
}

#blog ul li a figure {
  width: 138px;
  height: 129px;
  margin-right: 13px;
  flex-shrink: 0;
}

#blog ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #707070;
}

#blog ul li a aside {
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

#blog ul li a aside time {
  font-size: 1.2rem;
  color: #FF64A5;
}

#blog ul li a aside h4 {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#blog ul li a aside p {
  font-size: 1.0rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  word-break: break-all;
}

#blog #more {
  width: 153px;
  background: #FD68B2;
  border: solid 1px #707070;
  margin: 115px auto 210px;
  position: relative;
}

#blog #more::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #E5E5E5;
  border: solid 1px #707070;
  bottom: -10px;
  right: -10px;
}

#blog #more a {
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  padding: 1em 0;
}

#company #companys {
  margin-top: -150px;
  padding-top: 150px;
}

#company h2 {
  margin: 0 auto 50px;
  font-family: 'Team-Fury';
  font-size: 1.6rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 15px 0 5px;
  letter-spacing: 0.3em;
  background: #FFF;
  top: -35px;
  font-weight: 400;
  line-height: 1.8;
}

#company h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#company h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#company .wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #company .wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#company .wrap dl {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 85px 215px;
  padding: 20px 38px;
}

#company .wrap dl:not(:last-of-type) {
  border-bottom: solid 1px #707070;
}

#company .wrap dl dt {
  font-size: 1.3rem;
  line-height: 1;
}

#company .wrap dl dd {
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0;
}

#company .wrap dl dd a {
  color: #000;
}

#apply {
  background: #EBFF00;
  padding: 93px 0 76px;
}

#apply h2 {
  margin: 0 auto 50px;
  font-size: 2.4rem;
  color: #575757;
  text-align: center;
  border: solid 1px #707070;
  position: relative;
  width: 153px;
  padding: 5px 0;
  letter-spacing: 0.3em;
  background: #FFF;
}

#apply h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: #E5E5E5;
  border: solid 1px #707070;
  z-index: -1;
}

#apply h2 small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

#apply #apply_wrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  #apply #apply_wrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#apply #apply_wrap form {
  width: 305px;
  margin: 0 auto;
}

#apply #apply_wrap form .form-group {
  margin-bottom: 30px;
}

#apply #apply_wrap form .form-group label {
  font-size: 1.7rem;
  display: block;
}

#apply #apply_wrap form .form-group label .require {
  font-size: 1.3rem;
  color: #FFF;
  background: #FF5FAE;
  padding: 3px 8px;
}

#apply #apply_wrap form .form-group label .any {
  font-size: 1.3rem;
  color: #FFF;
  background: #2F2828;
  padding: 3px 8px;
}

#apply #apply_wrap form .form-group input, #apply #apply_wrap form .form-group textarea {
  background: #FFF;
  font-size: 1.7rem;
  padding: 0.8em 0.5em;
  width: 100%;
  border: solid 1px #000;
  border-radius: 0;
  margin-top: 15px;
}

#apply #apply_wrap form .form-group #selectbox {
  margin-top: 15px;
}

#apply #apply_wrap form .form-group #selectbox select {
  font-size: 1.7rem;
  padding: 0.3em 0.5em;
  border: solid 1px #000;
  border-radius: 0;
  -webkit-appearance: none;
}

#apply #apply_wrap form .form-group .flexcheck {
  margin-top: 30px;
  padding-left: 60px;
}

#apply #apply_wrap form .form-group .flexcheck label {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

#apply #apply_wrap form .form-group .flexcheck label input {
  width: auto;
  margin: 0 10px 0 0;
}

#apply #apply_wrap form .submit {
  text-align: center;
}

#apply #apply_wrap form .submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  color: #FFF;
  background: #FF52AD;
  text-align: center;
  width: 218px;
  height: 74px;
  margin: 78px auto;
  line-height: 1.2;
  border: solid 1px #FFF;
  position: relative;
}

#apply #apply_wrap form .submit input::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FF52AD;
  border: solid 1px #FFF;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

.lineapply {
  text-align: center;
}

.lineapply a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  color: #FFF;
  background: #06c755;
  text-align: center;
  width: 218px;
  height: 74px;
  margin: 78px auto;
  line-height: 1.2;
  border: solid 1px #FFF;
  position: relative;
}

.lineapply a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #06c755;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
}

#article {
  margin-bottom: 100px;
  font-family: 'Noto Sans JP', sans-serif;
}

#article #article-head {
  background: url(/img/repeat-bg.gif);
}

#article h2 {
  font-size: 2.6rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 15px 40px;
  position: relative;
  line-height: 1.2;
}

#article h2 small {
  font-size: 1.6rem;
  margin-bottom: 1em;
  display: block;
}

#article #back {
  text-align: center;
  margin-bottom: 30px;
}

#article #back a {
  font-size: 1.4rem;
  color: #000;
  border: solid 1px #000;
  border-radius: 3px;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#article_ul {
  max-width: 580px;
  margin: 0 auto 70px;
}

#article_ul li.noneArticles {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0;
}

#article_ul li:not(:last-child) {
  border-bottom: solid 1px #efdbdf;
}

#article_ul li a {
  display: flex;
  flex-wrap: nowrap;
  margin: 8px 15px 8px;
  padding: 8px;
  color: #000;
}

#article_ul li a:hover {
  background: #f4fdfc;
  transition: 0.5s;
}

#article_ul li a figure {
  width: 105px;
  height: 96px;
  background: #A7A7A7;
}

#article_ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#article_ul li a div {
  flex: 1;
  margin-left: 15px;
}

#article_ul li a div time {
  color: #FF5381;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}

#article_ul li a div h6 {
  font-size: 1.4rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#article_ul li a div p {
  font-size: 1.4rem;
  line-height: 1.3em;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

#article_view {
  max-width: 580px;
  margin: 0 auto 100px;
  padding: 0 15px;
}

#article_view #datetime {
  margin: 20px 0 20px;
  text-align: right;
}

#article_view #datetime time {
  font-size: 1.3rem;
  color: #FF5381;
  display: block;
}

#article_view article {
  font-size: 1.8rem;
  margin-bottom: 100px;
}

#article_view article h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#article_view article h3 {
  font-size: 2.8rem;
  font-weight: bold;
  background: none;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

#article_view article h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#article_view article h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#article_view article h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#article_view article img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#article_view article .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#article_view article .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.paginator {
  margin: 20px 0;
}

.paginator .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.paginator .pagination li {
  border: solid 1px #575757;
  border-radius: 2px;
  min-width: 40px;
  height: 40px;
  margin: 5px;
}

.paginator .pagination li a {
  font-size: 1.4rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  color: #575757;
  background: #FFF;
  transition: 0.5s;
}

.paginator .pagination li.current {
  font-size: 1.4rem;
  color: #575757;
  background: #EBFF00;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact h2 {
  font-size: 2.6rem;
  text-align: center;
  padding: 80px 0 60px;
}

#contact h2 small {
  font-size: 1.6rem;
  margin-bottom: 1em;
  display: block;
}

#contactWrap {
  /* iPhone 375px */
  width: 375px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 414px) {
  #contactWrap {
    /* iPhone 414px */
    width: 414px;
  }
}

#contactWrap .form-confirm {
  margin: 3em 0;
  font-size: 1.6rem;
}

#contactWrap .form-confirm dt {
  margin-bottom: 5px;
}

#contactWrap .form-confirm dd {
  text-indent: 2em;
}

#contactWrap #confirmBox {
  margin-bottom: 50px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

#contactWrap #confirmBox .confirmWrap {
  display: flex;
  justify-content: center;
}

#contactWrap #confirmBox .confirmWrap #confirm {
  font-size: 1.6rem;
  background: #FFF;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin: 0 2em;
  min-width: 120px;
}

#contactWrap #confirmBox .confirmWrap #send {
  font-size: 1.6rem;
  background: #FF52AD;
  color: #FFF;
  border: solid 1px #FF5381;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin: 0 2em;
  min-width: 120px;
}

#contactWrap p {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0;
}

#contactWrap #back {
  text-align: center;
  margin-bottom: 30px;
}

#contactWrap #back a {
  font-size: 1.4rem;
  color: #FF5381;
  border: solid 1px #FF5381;
  border-radius: 3px;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */