@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kri6qmn.css");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
section {
  width: 100%;
}
section a#message {
  margin-top: -100px;
  padding-top: 100px;
}
section a#faq {
  margin-top: -100px;
  padding-top: 100px;
}
section#recruit {
  padding: 80px 0 0 0;
  margin-bottom: 96px;
}
section#recruit .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#recruit .inner .title {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#recruit .inner .title.on h3, section#recruit .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#recruit .inner .title h3 {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .title h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#recruit .inner .breadcrumb {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  width: calc(100% - 256px);
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#recruit .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#recruit .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#recruit .inner .message {
  width: 100%;
  padding: 96px 0 0 0;
  margin-bottom: 96px;
  overflow: hidden;
  position: relative;
}
section#recruit .inner .message.on .ctitle dl dt, section#recruit .inner .message.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .message.on .inner .text h3, section#recruit .inner .message.on .inner .text p {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .message.on .inner .illust {
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
}
section#recruit .inner .message .ctitle {
  text-align: left;
  width: calc(100% - 256px);
  margin: 0 auto;
}
section#recruit .inner .message .ctitle dl {
  margin-bottom: 64px;
}
section#recruit .inner .message .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#recruit .inner .message .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#recruit .inner .message .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#recruit .inner .message .ctitle dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit .inner .message .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#recruit .inner .message .inner .text {
  text-align: left;
  width: calc(42.4% - 62px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
section#recruit .inner .message .inner .text h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#recruit .inner .message .inner .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 1s;
}
section#recruit .inner .message .inner .text p:not(:last-child) {
  margin-bottom: 16px;
}
section#recruit .inner .message .inner .illust {
  width: 57.6%;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all 0.75s ease-in 0.5s;
}
section#recruit .inner .request {
  width: calc(100% - 256px);
  height: auto;
  padding: 96px 0 0 0;
  margin: 0 auto;
  background-color: #D0C3B0;
  border-radius: 8px 8px 0 0;
  position: relative;
}
section#recruit .inner .request.on .inrequest {
  transform: translateY(0px);
  opacity: 1;
}
section#recruit .inner .request .bar {
  width: calc(100% - 256px);
  position: absolute;
  top: 0px;
  left: 128px;
  z-index: 3;
}
section#recruit .inner .request .bar::before {
  content: "";
  width: 408px;
  height: 42px;
  background-color: #BEC7D2;
  display: block;
  position: absolute;
  top: 54px;
  left: calc(50% - 204px);
  z-index: 3;
}
section#recruit .inner .request .bar::after {
  content: "";
  width: 392px;
  height: 118px;
  background-image: url(../images/index/illust_clip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 40px;
  left: calc(50% - 196px);
  z-index: 5;
}
section#recruit .inner .request .inrequest {
  width: calc(100% - 0px);
  background-color: #D0C3B0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.75s ease-in 0.1s;
}
section#recruit .inner .request .inrequest .wrapper {
  width: 100%;
  position: relative;
}
section#recruit .inner .request .inrequest .wrapper .inner {
  width: calc(100% - 192px);
  padding: 128px 0 96px 0;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#recruit .inner .request .inrequest .wrapper .inner h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
}
section#recruit .inner .request .inrequest .wrapper .inner h6 {
  margin-bottom: 48px;
}
section#recruit .inner .request .inrequest .wrapper .inner h6 span {
  color: #D44B6B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #D44B6B, #D44B6B);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 4px;
}
section#recruit .inner .request .inrequest .wrapper .inner ul {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#recruit .inner .request .inrequest .wrapper .inner ul li {
  width: 100%;
  height: 80px;
  background-color: #F9F8F6;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#recruit .inner .request .inrequest .wrapper .inner ul li span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#recruit .inner .request .inrequest .photos {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  overflow: hidden;
}
section#recruit .inner .request .inrequest .photos .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
section#recruit .inner .request .inrequest .photos .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
section#recruit .inner .system {
  width: 100%;
  padding: 96px 0;
  background-color: #405E91;
}
section#recruit .inner .system.on .ctitle dl dt, section#recruit .inner .system.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .system.on .inner .sys {
  opacity: 1;
}
section#recruit .inner .system .ctitle {
  text-align: left;
  width: calc(100% - 256px);
  margin: 0 auto 32px auto;
}
section#recruit .inner .system .ctitle dl {
  margin-bottom: 64px;
}
section#recruit .inner .system .ctitle dl dt {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#recruit .inner .system .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#recruit .inner .system .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 3px;
  display: block;
}
section#recruit .inner .system .ctitle dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit .inner .system .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section#recruit .inner .system .inner .sys {
  width: calc((100% - 48px) / 3);
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
section#recruit .inner .system .inner .sys:nth-child(1) a::before {
  content: "01";
}
section#recruit .inner .system .inner .sys:nth-child(2) {
  transition-delay: 0.25s;
}
section#recruit .inner .system .inner .sys:nth-child(2) a::before {
  content: "02";
}
section#recruit .inner .system .inner .sys:nth-child(3) {
  transition-delay: 0.5s;
}
section#recruit .inner .system .inner .sys:nth-child(3) a::before {
  content: "03";
}
section#recruit .inner .system .inner .sys a {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 48px 64px;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .system .inner .sys a:hover {
  background-color: #D44B6B;
}
section#recruit .inner .system .inner .sys a:hover::before {
  color: #FFF;
}
section#recruit .inner .system .inner .sys a:hover dl dt {
  color: #FFF;
}
section#recruit .inner .system .inner .sys a:hover dl dd {
  color: #FFF;
}
section#recruit .inner .system .inner .sys a:hover p {
  color: #FFF;
}
section#recruit .inner .system .inner .sys a::before {
  content: "";
  color: #D44B6B;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .system .inner .sys a::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../../common/images/arrow_simple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
section#recruit .inner .system .inner .sys a figure {
  width: 100%;
  margin-bottom: 32px;
}
section#recruit .inner .system .inner .sys a dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
section#recruit .inner .system .inner .sys a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .system .inner .sys a dl dd {
  color: rgba(0, 0, 0, 0.2);
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .system .inner .sys a p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .links {
  width: 100%;
  padding: 96px 0;
  margin-bottom: 120px;
  background-color: #D0C3B0;
}
section#recruit .inner .links.on .inner {
  opacity: 1;
}
section#recruit .inner .links .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#recruit .inner .links .inner .link {
  width: calc((100% - 35px) / 2);
  border-radius: 24px;
  overflow: hidden;
}
section#recruit .inner .links .inner .link:hover a {
  background-color: #D44B6B;
}
section#recruit .inner .links .inner .link:hover a dl dt {
  color: #FFF;
}
section#recruit .inner .links .inner .link:hover a dl dd::before {
  background-color: #FFF;
}
section#recruit .inner .links .inner .link:hover a dl dd span {
  color: #FFF;
}
section#recruit .inner .links .inner .link a {
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .links .inner .link a::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#recruit .inner .links .inner .link a dl {
  text-align: left;
}
section#recruit .inner .links .inner .link a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 14px;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .links .inner .link a dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#recruit .inner .links .inner .link a dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .links .inner .link a dl dd span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#recruit .inner .faq.on .ctitle dl dt, section#recruit .inner .faq.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .faq.on .ctitle p {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .faq .ctitle {
  text-align: left;
  width: calc(100% - 448px);
  margin: 0 auto 64px auto;
}
section#recruit .inner .faq .ctitle dl {
  margin-bottom: 64px;
}
section#recruit .inner .faq .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#recruit .inner .faq .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#recruit .inner .faq .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#recruit .inner .faq .ctitle dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit .inner .faq .ctitle p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#recruit .inner .faq .qa {
  text-align: left;
  width: calc(100% - 448px);
}
section#recruit .inner .faq .qa:not(:last-child) {
  margin-bottom: 64px;
}
section#recruit .inner .faq .qa h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#recruit .inner .faq .qa h4:not(:last-child) {
  margin-bottom: 24px;
}
section#recruit .inner .faq .qa dl {
  width: 100%;
  background-color: #ECE7E0;
  padding: 8px;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
  cursor: ponter;
}
section#recruit .inner .faq .qa dl:not(:last-child) {
  margin-bottom: 16px;
}
section#recruit .inner .faq .qa dl.on {
  background-color: #D44B6B;
}
section#recruit .inner .faq .qa dl.on dt::before {
  color: #FFF;
}
section#recruit .inner .faq .qa dl.on dt::after {
  content: "";
  width: 17px;
  height: 1px;
  top: calc(50% - 1px);
  background-image: none;
  background-color: #FFF;
}
section#recruit .inner .faq .qa dl.on dt span {
  color: #FFF;
}
section#recruit .inner .faq .qa dl:hover {
  background-color: #D44B6B;
}
section#recruit .inner .faq .qa dl:hover dt::before {
  color: #FFF;
}
section#recruit .inner .faq .qa dl:hover dt span {
  color: #FFF;
}
section#recruit .inner .faq .qa dl dt {
  width: 100%;
  height: 64px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
  position: relative;
}
section#recruit .inner .faq .qa dl dt::before {
  content: "Q";
  color: #D44B6B;
  font-family: "din-2014", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .faq .qa dl dt::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/index/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  right: 32px;
  display: block;
  z-index: 3;
}
section#recruit .inner .faq .qa dl dt span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .faq .qa dl dd {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 24px;
  border-radius: 8px 8px 18px 18px;
  background-color: #FFF;
  display: none;
}
section#recruit .inner .faq .qa dl dd a {
  text-decoration: underline;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#recruit {
    padding: 80px 0 0 0;
    margin-bottom: 48px;
  }
  section#recruit .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#recruit .inner .title {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#recruit .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#recruit .inner .title h3 {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .breadcrumb {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
  }
  section#recruit .inner .message {
    width: 100%;
    padding: 48px 0 0 0;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
  }
  section#recruit .inner .message .ctitle {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#recruit .inner .message .ctitle dl {
    margin-bottom: 64px;
  }
  section#recruit .inner .message .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#recruit .inner .message .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .message .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#recruit .inner .message .ctitle dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .message .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#recruit .inner .message .inner .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  section#recruit .inner .message .inner .text h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#recruit .inner .message .inner .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .message .inner .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#recruit .inner .message .inner .illust {
    width: 100%;
    margin-bottom: 24px;
  }
  section#recruit .inner .request {
    width: calc(100% - 32px);
    height: auto;
    padding: 96px 0 0 0;
    margin: 0 auto;
    background-color: #D0C3B0;
    border-radius: 8px 8px 0 0;
    position: relative;
  }
  section#recruit .inner .request .bar {
    width: calc(100% - 32px);
    left: 16px;
    z-index: 3;
  }
  section#recruit .inner .request .bar::before {
    content: "";
    width: 204px;
    height: 21px;
    background-color: #BEC7D2;
    display: block;
    position: absolute;
    top: 27px;
    left: calc(50% - 102px);
    z-index: 3;
  }
  section#recruit .inner .request .bar::after {
    content: "";
    width: 196px;
    height: 59px;
    background-image: url(../images/index/illust_clip.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 18px;
    left: calc(50% - 98px);
    z-index: 5;
  }
  section#recruit .inner .request .inrequest {
    width: 100%;
    background-color: #D0C3B0;
    padding: 0px;
    margin: -48px auto 0 auto;
  }
  section#recruit .inner .request .inrequest .wrapper {
    width: 100%;
    position: relative;
  }
  section#recruit .inner .request .inrequest .wrapper .inner {
    width: calc(100% - 32px);
    padding: 40px 0 48px 0;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#recruit .inner .request .inrequest .wrapper .inner h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  section#recruit .inner .request .inrequest .wrapper .inner h6 {
    margin-bottom: 48px;
  }
  section#recruit .inner .request .inrequest .wrapper .inner h6 span {
    color: #D44B6B;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    text-decoration: none;
    background-image: linear-gradient(90deg, #D44B6B, #D44B6B);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    padding-bottom: 4px;
  }
  section#recruit .inner .request .inrequest .wrapper .inner ul {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  section#recruit .inner .request .inrequest .wrapper .inner ul li {
    width: 100%;
    height: auto;
    background-color: #F9F8F6;
    padding: 8px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#recruit .inner .request .inrequest .wrapper .inner ul li span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .request .inrequest .photos {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
    overflow: hidden;
  }
  section#recruit .inner .request .inrequest .photos .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }
  section#recruit .inner .request .inrequest .photos .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  section#recruit .inner .system {
    width: 100%;
    padding: 48px 0;
    background-color: #405E91;
  }
  section#recruit .inner .system .ctitle {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto 32px auto;
  }
  section#recruit .inner .system .ctitle dl {
    margin-bottom: 0px;
  }
  section#recruit .inner .system .ctitle dl dt {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#recruit .inner .system .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .system .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 3px;
    display: block;
  }
  section#recruit .inner .system .ctitle dl dd span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .system .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
  }
  section#recruit .inner .system .inner .sys {
    width: 100%;
  }
  section#recruit .inner .system .inner .sys:nth-child(1) a::before {
    content: "01";
  }
  section#recruit .inner .system .inner .sys:nth-child(2) a::before {
    content: "02";
  }
  section#recruit .inner .system .inner .sys:nth-child(3) a::before {
    content: "03";
  }
  section#recruit .inner .system .inner .sys a {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 32px 32px 48px 32px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .system .inner .sys a:hover {
    background-color: #FFF;
  }
  section#recruit .inner .system .inner .sys a:hover::before {
    color: #D44B6B;
  }
  section#recruit .inner .system .inner .sys a:hover dl dt {
    color: #000;
  }
  section#recruit .inner .system .inner .sys a:hover dl dd {
    color: #000;
  }
  section#recruit .inner .system .inner .sys a:hover p {
    color: #000;
  }
  section#recruit .inner .system .inner .sys a::before {
    content: "";
    color: #D44B6B;
    font-family: "din-2014", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .system .inner .sys a::after {
    content: "";
    width: 14px;
    height: 8px;
    background-image: url(../../common/images/arrow_simple.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 1;
  }
  section#recruit .inner .system .inner .sys a figure {
    width: 80%;
    margin-bottom: 16px;
  }
  section#recruit .inner .system .inner .sys a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
  }
  section#recruit .inner .system .inner .sys a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .system .inner .sys a dl dd {
    color: rgba(0, 0, 0, 0.2);
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .system .inner .sys a p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .links {
    width: 100%;
    padding: 48px 0;
    margin-bottom: 64px;
    background-color: #D0C3B0;
  }
  section#recruit .inner .links.on .inner {
    opacity: 1;
  }
  section#recruit .inner .links .inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  section#recruit .inner .links .inner .link {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  section#recruit .inner .links .inner .link:hover a {
    background-color: #D44B6B;
  }
  section#recruit .inner .links .inner .link:hover a dl dt {
    color: #FFF;
  }
  section#recruit .inner .links .inner .link:hover a dl dd::before {
    background-color: #FFF;
  }
  section#recruit .inner .links .inner .link:hover a dl dd span {
    color: #FFF;
  }
  section#recruit .inner .links .inner .link a {
    width: 100%;
    padding: 24px;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .links .inner .link a::after {
    width: 37px;
    height: 25px;
  }
  section#recruit .inner .links .inner .link a dl {
    text-align: left;
  }
  section#recruit .inner .links .inner .link a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .links .inner .link a dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .links .inner .link a dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .links .inner .link a dl dd span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#recruit .inner .faq .ctitle {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto 32px auto;
  }
  section#recruit .inner .faq .ctitle dl {
    margin-bottom: 24px;
  }
  section#recruit .inner .faq .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#recruit .inner .faq .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .faq .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#recruit .inner .faq .ctitle dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .faq .ctitle p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .faq .qa {
    text-align: left;
    width: calc(100% - 32px);
  }
  section#recruit .inner .faq .qa:not(:last-child) {
    margin-bottom: 64px;
  }
  section#recruit .inner .faq .qa h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .faq .qa h4:not(:last-child) {
    margin-bottom: 16px;
  }
  section#recruit .inner .faq .qa dl {
    width: 100%;
    background-color: #ECE7E0;
    padding: 8px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    cursor: ponter;
  }
  section#recruit .inner .faq .qa dl:not(:last-child) {
    margin-bottom: 16px;
  }
  section#recruit .inner .faq .qa dl.on {
    background-color: #D44B6B;
  }
  section#recruit .inner .faq .qa dl.on dt::before {
    color: #FFF;
  }
  section#recruit .inner .faq .qa dl.on dt::after {
    content: "";
    width: 17px;
    height: 1px;
    top: calc(50% - 1px);
    background-image: none;
    background-color: #FFF;
  }
  section#recruit .inner .faq .qa dl.on dt span {
    color: #FFF;
  }
  section#recruit .inner .faq .qa dl:hover {
    background-color: #D44B6B;
  }
  section#recruit .inner .faq .qa dl:hover dt::before {
    color: #FFF;
  }
  section#recruit .inner .faq .qa dl:hover dt span {
    color: #FFF;
  }
  section#recruit .inner .faq .qa dl dt {
    width: 100%;
    height: auto;
    padding: 8px 0 8px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
    position: relative;
  }
  section#recruit .inner .faq .qa dl dt::before {
    content: "Q";
    color: #D44B6B;
    font-family: "din-2014", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .faq .qa dl dt::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/index/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 9px);
    right: 8px;
    display: block;
    z-index: 3;
  }
  section#recruit .inner .faq .qa dl dt span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    padding: 0 40px 0 0;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .faq .qa dl dd {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 24px;
    border-radius: 8px 8px 18px 18px;
    background-color: #FFF;
    display: none;
  }
  section#recruit .inner .faq .qa dl dd a {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=style_index.css.map */
