@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.faq-nav {
  padding-top: 101px;
  position: relative;
}
@media (max-width: 428px) {
  .faq-nav {
    padding-top: 15px;
  }
}
.faq-nav--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-nav--item {
  width: 210px;
}
@media (max-width: 428px) {
  .faq-nav--item {
    width: calc(50% - 9px);
    margin-top: 9px;
  }
  .faq-nav--item:first-of-type {
    margin-top: 0;
  }
  .faq-nav--item:nth-of-type(2) {
    margin-top: 0;
  }
}
.faq-nav--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background-color: #3D8FC5;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 428px) {
  .faq-nav--link {
    height: 37px;
    font-size: 15px;
  }
}
.faq-nav--link:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 11/17;
  background-image: url(../../img/icon/icon-arrow-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  transform: rotate(90deg);
  right: 12px;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .faq-nav--link:before {
    width: 6px;
    top: 15px;
    right: 8px;
  }
}
.faq-nav--link:hover:before {
  top: 22px;
}
@media (max-width: 428px) {
  .faq-nav--link:hover:before {
    top: 15px;
  }
}

.faq-content {
  margin-top: 40px;
  padding-bottom: 114px;
  position: relative;
}
@media (max-width: 428px) {
  .faq-content {
    margin-top: 20px;
    padding-bottom: 60px;
  }
}
.faq-content:before {
  content: "";
  display: block;
  width: 224px;
  aspect-ratio: 448/440;
  background-image: url(../../img/faq-content.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 640px);
  z-index: 101;
}
.faq-content--inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 37px 40px 80px;
  position: relative;
  z-index: 100;
}
@media (max-width: 428px) {
  .faq-content--inner {
    border-radius: 20px;
    padding: 20px 15px 40px;
  }
}
.faq-content--ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  color: #0E7EC3;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ddd;
  margin-top: 90px;
}
@media (max-width: 428px) {
  .faq-content--ttl {
    font-size: 24px;
    line-height: 1.4583333333;
    padding-bottom: 13px;
    margin-top: 60px;
  }
}
.faq-content--ttl:first-of-type {
  margin-top: 0;
}

.faq-list {
  margin-top: 40px;
}
@media (max-width: 428px) {
  .faq-list {
    margin-top: 30px;
  }
}
.faq-list--group {
  margin-top: 24px;
}
.faq-list--group:first-of-type {
  margin-top: 0;
}
.faq-list--link {
  padding: 24px 64px 24px 84px;
  box-sizing: border-box;
  background-color: #F9F8F3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 428px) {
  .faq-list--link {
    padding: 16px 47px 16px 68px;
  }
}
.faq-list--link:before {
  content: "？";
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 36/36;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  background-color: #0E7EC3;
  border-radius: 50%;
}
@media (max-width: 428px) {
  .faq-list--link:before {
    left: 16px;
  }
}
.faq-list--link:after {
  content: "";
  width: 16px;
  aspect-ratio: 16/16;
  position: absolute;
  top: 50%;
  right: 24px;
  background-image: url(../../img/icon/icon-plus-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .faq-list--link:after {
    right: 16px;
  }
}
.is_open .faq-list--link:after {
  background-image: url(../../img/icon/icon-minus-blue.svg);
}
.faq-list--term_txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media (max-width: 428px) {
  .faq-list--term_txt {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.faq-list--desc {
  transition: 0.3s;
}
.faq-list--desc_txt {
  padding: 24px 24px 0 84px;
  font-size: 16px;
  line-height: 1.4375;
  position: relative;
}
@media (max-width: 428px) {
  .faq-list--desc_txt {
    padding: 16px 47px 0 68px;
  }
}
.faq-list--desc_txt:before {
  content: "";
  width: 36px;
  aspect-ratio: 36/36;
  background-image: url(../../img/icon/icon-answer2.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px auto;
  position: absolute;
  top: 20px;
  left: 24px;
  border: 2px solid #0E7EC3;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .faq-list--desc_txt:before {
    top: 16px;
    left: 16px;
  }
}
.faq-list--desc_link {
  color: #0E7EC3;
  text-decoration: underline;
}

.faq-deco--img {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .faq-deco--img {
    display: none;
  }
}
.faq-deco--img:first-of-type {
  background-image: url(../../img/icon/icon-green-deco07.svg);
  aspect-ratio: 445/237;
  width: 445px;
  top: 194px;
  left: calc(50% - 710px);
}
.faq-deco--img:nth-of-type(2) {
  background-image: url(../../img/icon/icon-green-deco04.svg);
  aspect-ratio: 387/107;
  width: 387px;
  top: 587px;
  left: calc(50% + 427px);
}
.faq-deco--img:nth-of-type(3) {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 1392px;
  left: calc(50% - 726px);
}
.faq-deco--img:nth-of-type(4) {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 1943px;
  left: calc(50% + 487px);
}
.faq-deco--img:nth-of-type(5) {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 2532px;
  left: calc(50% - 827px);
}

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