@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.f-kv {
  width: 100%;
  height: 530px;
  display: flex;
  align-items: center;
  background: #f1f1f1;
  background-repeat: repeat;
  background:linear-gradient(90deg, rgba(0,114,196,1) 0%, rgba(0,31,94,1) 100%);
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv {
    height: 102.666vw;
    padding-bottom: 38vw;
  }
}

.f-kv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/special_40th_recruit/assets/images/dot_bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* img */
.f-kv_img {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv_img {
    max-width: none;
    width: 100%;
    height: 110.666vw;
  }
}

.f-kv_img::before {
  content: "";
  width: 1146px;
  height: 600px;
  background: url(/special_40th_recruit/assets/images/faq/kv_img.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  top: 0;
  right: -152px;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv_img::before {
    content: "";
    width: 100%;
    height: 110.444vw;
    background: url(/special_40th_recruit/assets/images/faq/kv_img_sp.png) no-repeat;
    background-size: 100%;
    background-position: bottom right;
    left: 0;
    right: auto;
  }
}

/* heading */
.f-kv__heading {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0 auto;
  display: flex;
  flex-flow: column;
  gap: 26px;
  z-index: +2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading {
    gap: 3.6vw;
  }
}

.f-kv__heading__jp {
  font-size: 30px;
  color: #fff;
  position: relative;
  padding-left: 68px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading__jp {
    font-size: 4vw;
    padding-left: 8.666vw;
  }
}

.f-kv__heading__jp::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #00abc4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading__jp::before {
    width: 1.866vw;
    height: 1.866vw;
    top: 1.3vw;
  }
}

.f-kv__heading__jp::after {
  content: "";
  width: 29px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 21px;
  top: 19px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading__jp::after {
    width: 3.866vw;
    left: 2.933vw;
    top: 2.2vw;
  }
}

.f-kv__heading__en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading__en {
    font-size: 10.666vw;
  }
}


/*--------------------------------------------
bg
--------------------------------------------*/
.f-bg {
  width: 100%;
  background: #f1f1f1;
  z-index: 0;
  padding: 215px 0 150px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-bg {
    padding: 22.666vw 0 20vw 0;
  }
}

.f-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/special_40th_recruit/assets/images/dot_bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}


/*--------------------------------------------
content
--------------------------------------------*/
.f-content {
  max-width: 1200px;
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content {
    max-width: none;
    width: 89.333vw;
  }
}

.f-content__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-content__anchor__btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__anchor__btn {
    flex-direction: column;
    width: 100%;
    gap: 2.67vw;
  }
}

.f-content__anchor__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  border: 1px solid #0072c4;
  border-radius: 35px;
  background: #fff;
  font-size: 16px;
  color: #0072c4;
  letter-spacing: 0.06em;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__anchor__btn a {
    width: 100%;
    height: 13.33vw;
    border-radius: 6.67vw;
    font-size: 3.73vw;
  }
}
.f-content__anchor__btn a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 1px #0072c4;
  border-right: solid 1px #0072c4;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__anchor__btn a:after {
    width: 1.6vw;
    height: 1.6vw;
    right: 5.33vw;
  }
}

.f-content__lead {
  margin-top: 90px;
  text-align: center;
  padding-top: 95px;
  border-top: 1px solid #a6a6a6;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__lead {
    margin-top: 16vw;
    padding-top: 12vw;
  }
}

.f-content__lead span {
  display: inline-block;
  color: #fff;
  font-weight: 100;
  font-size: 52px;
  background: linear-gradient(90deg,rgba(0,180,255,1) 0%, rgba(0,114,196,1) 100%);
  padding: 0.02em 0.1em 0.1em 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__lead span {
    font-size: 8.27vw;
  }
}

.f-content__section {
  margin-top: 75px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__section {
    margin-top: 8vw;
  }
}

/* FAQ */
.f-content__faq {
  margin: 3em auto;
  max-width: 60vw;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq {
    margin: 0 auto;
    max-width: none;
  }
}
.f-content__faq__toggle {
  display: none;
}

.f-content__faq__option {
  position: relative;
  margin-bottom: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq__option {
    margin-bottom: 2.67vw;
  }
}

.f-content__faq_q,
.f-content__faq_a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.f-content__faq_q {
  display: block;
  padding: 25px 80px 25px 30px;
  background: #fff;
  cursor: pointer;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_q {
    padding: 3.33vw 13.33vw 3.33vw 3.33vw;
  }
}
.f-content__faq_q::after,
.f-content__faq_q::before {
  content: "";
  position: absolute;
  right: 45px;
  top: calc(50% - 16px);
  width: 1px;
  height: 32px;
  background-color: #0072c4;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_q::after,
  .f-content__faq_q::before {
    right: 7.33vw;
    top: calc(50% - 3.6vw);
    width: 0.27vw;
    height: 7.2vw;
  }
}
.f-content__faq_q::after {
  transform: rotate(90deg);
}

.f-content__faq_q span {
  display: inline-block;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 70px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_q span {
    font-size: 4.8vw;
    line-height: 1.333;
    padding-left: 11.33vw;
  }
}
.f-content__faq_q span::before {
  content: "Q.";
  background-color: #0072c4;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translatey(-50%); 
  padding: 0.5em 0 0 0.6em;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_q span::before {
    width: 8.53vw;
    height: 8.53vw;
    font-size: 4.8vw;
    left: 4vw;
    padding: 0.3em 0 0 0.45em;
  }
}

.f-content__faq_a {
  max-height: 0;
  overflow: hidden;
}

.f-content__faq_a p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 100px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_a p {
    font-size: 3.73vw;
    line-height: 1.714;
    letter-spacing: 0.035em;
    padding-left: 14.67vw;
  }
}
.f-content__faq_a p::before {
  content: "A.";
  background-color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 24px;
  color: #0072c4;
  line-height: 1;
  position: absolute;
  top: 54px;
  left: 30px;
  transform: translatey(-50%); 
  padding: 0.5em 0 0 0.8em;
  box-sizing: border-box;
} 
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_a p::before {
    width: 8.53vw;
    height: 8.53vw;
    font-size: 4.8vw;
    top: 8.67vw;
    left: 4vw;
    padding: 0.3em 0 0 0.55em;
  } 
}
.f-content__faq_a p:nth-of-type(1) {
  margin-top: 35px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_a p:nth-of-type(1) {
    margin-top: 4.67vw;
  }
}
.f-content__faq_a p:nth-last-child(1) {
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq_a p:nth-last-child(1) {
    padding-bottom: 5.33vw;
  }
}

.f-content__faq__toggle:checked + .f-content__faq_q + .f-content__faq_a {
  max-height: 500px;
  transition: all 1s;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__faq__toggle:checked + .f-content__faq_q + .f-content__faq_a {
    max-height: 150vw;
  }
}
.f-content__faq__toggle:checked + .f-content__faq_q::before {
  transform: rotate(90deg) !important;
}

/* 共通 */
.f-content__section h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.555em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__section h3 {
    font-size: 6.4vw;
  }
}

.f-content__section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25em;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-content__section p {
    font-size: 3.733vw;
    margin-top: 2vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .l-recommended__bgtxt {
    font-size: 16vw;
  }
}