@import url("https://use.typekit.net/wzn8vfr.css");
@media screen and (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none !important;
  }
}

.h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

p + p {
  margin-top: 10px;
}

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title_h3 {
  font-size: 4.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title_h3 {
    font-size: 3.2rem;
  }
}
.title_h3 small {
  font-size: 0.8em;
}
.title_h4 {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.title_ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .title_ja {
    font-size: 1.4rem;
  }
}

.link {
  text-decoration: underline;
  color: #3680E5;
}

.dib {
  display: inline-block;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 446px;
  height: 90px;
  padding-inline: 40px;
  border: 2px solid #000;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: -45deg;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.btn_none {
  background-color: #fff;
  color: #8c8c8c;
}
.btn_none::after {
  display: none;
}
.btn_small {
  width: 100%;
  max-width: 335px;
  height: 90px;
}
.btn_black {
  background-color: #000;
  color: #fff;
}
.btn_white {
  background-color: #fff;
}
.btn_orange {
  background-color: #f04000;
  border: none;
  color: #fff;
}
.btn_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_en {
    font-size: 2.8rem;
  }
}
.btn_ja_b {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_ja_b {
    font-size: 1.8rem;
  }
}
.btn_ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .btn_ja {
    font-size: 1.4rem;
  }
}

.btn + .btn {
  margin-top: 20px;
}

main section + section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main section + section {
    margin-top: 60px;
  }
}
main section:nth-last-child(1) {
  padding-top: 0;
  border-top: none;
}
main .faq .title {
  text-align: center;
}
main .faq_list {
  display: grid;
  grid-template-columns: repeat(1, 2fr 1fr 1fr);
  gap: 4px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .faq_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .faq_item:nth-child(1) {
    grid-column: span 2/span 2;
  }
  main .faq_item:nth-child(2) {
    grid-column: 1/2;
  }
  main .faq_item:nth-child(3) {
    grid-column: 2/2;
  }
}
main .faq_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 3px;
}
main .answer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
main .answer_inner .h3 {
  text-align: left;
}
main .answer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
main .answer_item details {
  border: 2px solid #000;
  position: relative;
}
main .answer_item details::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 29px;
}
main .answer_item details::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #000;
  position: absolute;
  right: 25.5px;
  top: 23.5px;
}
main .answer_item details[open]::after {
  display: none;
}
main .answer_item details summary {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-inline: 60px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .answer_item details summary {
    font-size: 1.4rem;
    padding-inline: 40px;
  }
}
main .answer_item details summary::before {
  content: "Q";
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  color: #eb1e1e;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  main .answer_item details summary::before {
    font-size: 1.8rem;
    left: 20px;
  }
}
main .answer_item details span {
  display: block;
  padding: 0 60px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .answer_item details span {
    padding: 0 40px 20px;
  }
}
main .answer_item details span::before {
  content: "A";
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 600;
  color: #777;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 768px) {
  main .answer_item details span::before {
    font-size: 1.8rem;
    line-height: 1.5;
    left: 20px;
  }
}
main .message_text {
  text-align: center;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */