@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* 全体 */
/* TOP */
/* 下層 */
.faq-mv {
  position: relative;
  background-image: url(../img/common/under-mv-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.faq-mv-inner {
  max-width: 1288px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 517px;
  padding-top: 133px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1288px) {
  .faq-mv-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-inner {
    height: 423px;
    padding-top: 56px;
  }
}
.faq-mv-inner::before {
  content: "";
  width: 179px;
  height: 164px;
  position: absolute;
  background-image: url(../img/common/under-mv-bg-water.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -58px;
  left: 161px;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 960px) {
  .faq-mv-inner::before {
    width: 127px;
    height: 117px;
    left: -10px;
    bottom: -106px;
  }
}
.faq-mv-inner::after {
  content: "";
  width: 179px;
  height: 164px;
  position: absolute;
  background-image: url(../img/common/under-mv-bg-water--luster.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -58px;
  left: 161px;
  z-index: 3;
}
@media only screen and (max-width: 960px) {
  .faq-mv-inner::after {
    width: 127px;
    height: 117px;
    left: -10px;
    bottom: -106px;
  }
}
.faq-mv-box {
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1288px) {
  .faq-mv-box {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-box {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1288px) {
  .faq-mv-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.faq-mv-img {
  width: 48%;
  position: absolute;
  right: 0;
  top: 15px;
}
@media only screen and (max-width: 960px) {
  .faq-mv-img {
    width: 100%;
    position: unset;
    right: unset;
    top: unset;
    text-align: right;
  }
}
.faq-mv-img__img {
  max-width: unset;
}
@media only screen and (max-width: 1288px) {
  .faq-mv-img__img {
    width: 137%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-img__img {
    width: 110%;
    max-width: 420px;
    margin-right: -10%;
  }
}
.faq-mv-heading {
  width: 50%;
  margin-top: 117px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .faq-mv-heading {
    margin-top: 65px;
  }
}
.faq-mv-heading__main {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(19, 135, 87, 0.23);
  white-space: nowrap;
}
@media only screen and (max-width: 1288px) {
  .faq-mv-heading__main {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-heading__main {
    font-size: 38px;
    letter-spacing: -0.02em;
  }
}
.faq-mv-heading__sub {
  font-family: Manrope;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media only screen and (max-width: 1288px) {
  .faq-mv-heading__sub {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 960px) {
  .faq-mv-heading__sub {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.faq-inner {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 176px;
}
@media only screen and (max-width: 1288px) {
  .faq-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-inner {
    padding-top: 138px;
  }
}
.faq-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .faq-text {
    font-size: 16px;
    line-height: 32px;
  }
}
.faq-list {
  padding-top: 69px;
}
@media only screen and (max-width: 960px) {
  .faq-list {
    padding-top: 27px;
  }
}
.faq-list-item {
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #DEF3FC;
}
@media only screen and (max-width: 960px) {
  .faq-list-item {
    margin-bottom: 10px;
  }
}
.faq-list-item:last-of-type {
  margin-bottom: 0;
}
.faq-list-item__question {
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: #333;
  padding-top: 24px;
  padding-left: 84px;
  padding-right: 84px;
  padding-bottom: 24px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .faq-list-item__question {
    font-size: 18px;
    line-height: 36px;
    padding-top: 22px;
    padding-left: 55px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
}
.faq-list-item__question::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/recruit/faq-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .faq-list-item__question::before {
    width: 25px;
    height: 25px;
    left: 20px;
    top: 40px;
  }
}
.faq-list-item__question.active .faq-list-item__btn::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-list-item__question.active .faq-list-item__btn::after {
  opacity: 0;
}
.faq-list-item__btn {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .faq-list-item__btn {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.faq-list-item__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 20px;
  background: #00A0E2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .faq-list-item__btn::before {
    left: 10px;
  }
}
.faq-list-item__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 20px;
  background: #00A0E2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-list-item__answer {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding-left: 84px;
  padding-right: 84px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .faq-list-item__answer {
    padding-left: 55px;
    padding-right: 60px;
    padding-bottom: 30px;
  }
}
.faq-list-item__link {
  color: #00A2E4 !important;
  border-bottom: 1px solid #00A2E4;
}
.faq-list-item__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.faq-relation-inner {
  max-width: 963px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1288px) {
  .faq-relation-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .faq-relation-inner {
    max-width: 90%;
  }
}
.faq-relation-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #333;
  margin-bottom: 26px;
}
.faq-relation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .faq-relation-list {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
  }
}
.faq-relation-list-item {
  width: 49.5%;
  max-width: 475px;
}
@media only screen and (max-width: 1288px) {
  .faq-relation-list-item {
    max-width: unset;
  }
}
@media only screen and (max-width: 960px) {
  .faq-relation-list-item {
    width: 100%;
    max-width: 100%;
  }
}
.faq-relation-list-item__link {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #00b993 !important;
  border: 2px solid #00B993;
  padding-top: 49px;
  padding-left: 30px;
  padding-right: 35px;
  padding-bottom: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .faq-relation-list-item__link {
    font-size: 18px;
    padding-top: 31px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 33px;
  }
}
.faq-relation-list-item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-image: url(../img/common/icon-arrow-green.svg);
}
@media only screen and (max-width: 960px) {
  .faq-relation-list-item__link::before {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.faq-relation-list-item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .faq-relation-list-item__link::after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.faq-relation-list-item__link:hover {
  color: #fff !important;
  background-color: #00b993;
}
.faq-relation-list-item__link:hover::before {
  background-image: url(../img/common/icon-arrow-white.svg);
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
}
.faq-relation-list-item__link:hover::after {
  -webkit-animation: related-links-ring 0.8s linear;
          animation: related-links-ring 0.8s linear; /* スピードなど */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes related-links-ring {
  0% {
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3, 3);
            transform: translateY(-50%) scale(3, 3);
    opacity: 0;
  }
}
@keyframes related-links-ring {
  0% {
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3, 3);
            transform: translateY(-50%) scale(3, 3);
    opacity: 0;
  }
}
.faq-relation-inner {
  padding-top: 93px;
}
@media only screen and (max-width: 960px) {
  .faq-relation-inner {
    padding-top: 81px;
  }
}