@charset "UTF-8";

/* 変数の定義 */
:root {
}
html {
  scroll-behavior: smooth;
  /* コンテンツ幅でのフォントサイズ */
}
body {
  overflow-x: hidden;
}
header {
  display: flex;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 50px 0 0;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(251, 251, 251, 0.6);
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header {
    height: calc(100 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
    position: absolute;
  }
}
.btn-footer {
  display: flex;
  width: 100%;
  /* height: calc(100 / 750 * 100vw); */
  height: auto;
  /* padding-right: calc(30 / 750 * 100vw); */
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.btn-footer .cta-btn_img.cta-btn {
  position: relative;
  width: 100%;
  top: unset;
  transform: translateX(-50%);
}
main {
  position: relative;
}
footer {
  padding: 110px 0 160px;
  text-align: center;
  background-color: #002563;
  font-size: 24px;
  color: white;
}
@media screen and (max-width: 767px) {
  footer {
    padding: calc(120 / 750 * 100vw) 0 calc(210 / 750 * 100vw + 15px);
  }
}
img {
  display: block;
  width: calc(1920 / 1440 * 100vw);
  max-width: 1920px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
input::placeholder,
textarea::placeholder {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    padding-left: unset;
    text-align: center;
  }
}
select {
  appearance: auto; /* デフォルトの矢印を有効にする */
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
._sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc-only {
    display: none;
  }
  ._sp-only {
    display: block;
  }
}
/*  */
.text-underline-black {
  position: relative;
}
.text-underline-black::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}
.text-underline-white {
  position: relative;
}
.text-underline-white::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
/*  */
.header-logo_img {
  max-width: 460px;
  position: absolute;
  top: 62%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header-logo_img {
    max-width: calc(310 / 750 * 100vw);
  }
}

.header-btns {
  display: flex;
  height: 100px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-btns {
    height: calc(100 / 750 * 100vw);
    gap: 0;
  }
}
.header-btn-tel_img {
  max-width: 359px;
  width: calc(359 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .header-btn-tel_img {
    max-width: unset;
    width: calc(359 / 750 * 100vw);
  }
}
@media screen and (max-width: 1200px) {
  .header-btn-tel {
    /* display: none; */
  }
}

.header-btn-mail_img {
  max-width: 373px;
  width: calc(373 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .header-btn-mail_img {
    max-width: unset;
    width: calc(359 / 750 * 100vw);
  }
}
@media screen and (max-width: 1200px) {
  .header-btn-mail {
    display: none;
  }
}

.cta {
  position: relative;
}
.cta-btn_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta-btn_img {
  }
}
.cta-btn {
  width: calc(474 / 1440 * 100vw);
  max-width: 477px;
  top: clamp(1px, calc(230 / 1440 * 100vw), 230px);
}
@media screen and (max-width: 767px) {
  .cta-btn {
    width: calc(671 / 750 * 100vw);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cta-btn2 {
  width: calc(558 / 1440 * 100vw);
  max-width: 558px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .cta-btn2 {
    width: calc(671 / 750 * 100vw);
  }
}
.cta-btn3 {
  width: calc(474 / 1440 * 100vw);
  max-width: 474px;
  top: clamp(1px, calc(410 / 1440 * 100vw), 410px);
}
@media screen and (max-width: 767px) {
  .cta-btn3 {
    top: calc(380 / 750 * 100vw);
    width: calc(671 / 750 * 100vw);
  }
}
.cta-btn4 {
  width: calc(550 / 1440 * 100vw);
  max-width: 550px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .cta-btn4 {
    top: calc(380 / 750 * 100vw);
    width: calc(671 / 750 * 100vw);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-btn_img {
  width: calc(357 / 1440 * 100vw);
  max-width: 357px;
}

.faq {
  background-color: #c5ebf4;
}
.accordions {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .accordions {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: calc(20 / 750 * 100vw);
    padding-right: calc(20 / 750 * 100vw);
    padding-bottom: calc(160 / 750 * 100vw);
  }
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .accordion {
    gap: calc(45 / 750 * 100vw);
  }
}
.accordion__menu {
  border-radius: 50px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .accordion__menu {
    border-radius: calc(50 / 750 * 100vw);
  }
}
.accordion__button {
  appearance: none;
  text-align: inherit;
  width: 100%;
  position: relative;
  background-color: white;
  color: black;
  cursor: pointer;
  /* padding: 90px 240px 75px 180px; */
  padding: 75px 240px 75px 180px;

  font-size: 36px;
  border-radius: 50px;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accordion__button {
    padding: calc(70 / 750 * 100vw) calc(140 / 750 * 100vw)
      calc(75 / 750 * 100vw) calc(140 / 750 * 100vw);

    font-size: calc(36 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    text-align: justify;
    line-height: calc(60 / 36);
  }
}
.accordion__button::before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 70px;
  left: 60px;
  background-image: url("../images/icon-q@2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .accordion__button::before {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    top: calc(75 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}
.accordion__button span {
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  right: 70px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .accordion__button span {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    top: calc(70 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.accordion__button span::before {
  content: "";
  width: 110px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3fbcda;
}
@media screen and (max-width: 767px) {
  .accordion__button span::before {
    width: calc(86 / 750 * 100vw);
  }
}
.accordion__button span::after {
  content: "";
  width: 110px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #3fbcda;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion__button span::after {
    width: calc(86 / 750 * 100vw);
  }
}
.accordion__menu.open .accordion__button span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.accordion__text {
  position: relative;
  font-size: 20px;
  padding: 30px 240px 75px 180px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .accordion__text {
    font-size: calc(30 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) calc(75 / 750 * 100vw)
      calc(140 / 750 * 100vw);
    line-height: calc(48 / 36);
  }
}
.accordion__text::before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 0px;
  left: 60px;
  background-image: url("../images/icon-a@2x.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .accordion__text::before {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    top: calc(16 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}
.contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 calc(30 / 750 * 100vw) 0;
  }
}
.contact-tel {
  width: 100%;
  max-width: 1200px;
  height: 240px;
  position: relative;
  margin-bottom: 120px;
  background-color: #dde3ed;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-tel {
    height: calc(300 / 750 * 100vw);
  }
}
.cta-btn-contact {
  width: 476px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .cta-btn-contact {
    width: calc(570 / 750 * 100vw);
  }
}
.contact form {
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact form {
    padding: 0 calc(60 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.contactform-inner {
  padding: 120px 180px 0 20px;
}
@media screen and (max-width: 767px) {
  .contactform-inner {
    padding: unset;
  }
}
.contact form .contactform-inner div {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact form .contactform-inner div {
    display: block;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.contact form div label {
  display: inline-block;
  width: 45%;
  position: relative;
  padding-right: 5em;
}
@media screen and (max-width: 767px) {
  .contact form div label {
    width: fit-content;
  }
}

.contact form div label.required::before {
  content: "必須";
  position: absolute;
  padding: 0 0.5em;
  color: white;
  background-color: #fca15c;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.contact form div label.required.requ-upper::before {
  top: 0;
  transform: unset;
}
.contact form div textarea,
.contact form div input {
  width: 55%;
  background-color: #f3f3f3;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 767px) {
  .contact form div textarea,
  .contact form div input {
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
    padding: 1em;
  }
}
.contact form div select {
  width: 55%;
  height: fit-content;
  padding: 0.2em 0.5em;
  text-align: center;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .contact form div select {
    width: 100%;
    margin-top: calc(40 / 750 * 100vw);
    padding: 1em;
  }
}

div.privacy_policy {
  width: 55%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact form div.privacy_policy {
    display: flex;
    width: 100%;
    margin-bottom: calc(90 / 750 * 100vw);
  }
}
div.privacy_policy input[type="radio"] {
  width: 15%;
}
@media screen and (max-width: 767px) {
  div.privacy_policy input[type="radio"] {
    margin-top: unset;
  }
}

div.privacy_policy label[for="privacy_policy"] {
  width: 85%;
  padding: 0;
}
button[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 30px 70px;
  color: white;
  font-weight: 700;
  background-color: #fca15c;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  button[type="submit"] {
    width: 100%;
    text-align: center;
    margin-bottom: calc(160 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
  }
}
button[type="submit"]:hover {
  opacity: 0.6;
}

.footer-link {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .footer-btn_img {
    width: calc(357 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  footer a {
    font-size: calc(24 / 750 * 100vw);
  }
  footer p {
    font-size: calc(18 / 750 * 100vw);
  }
}

/* ポップアップの背景 */
.popup {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 透けたグレー */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* ポップアップの内容 */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
#closePopup {
  margin-top: 10px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#closePopup:hover {
  background: #0056b3;
}
/* spフッターボタン */
.sp-footer-btns {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-footer-btns {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .sp-footer-btns a {
    width: 33.33%;
  }
  .sp-footer-btns img {
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .sp-img-fv {
    aspect-ratio: 1500 / 2288;
  }
  .sp-img-cta {
    aspect-ratio: 1500 / 694;
  }
  .sp-img-01 {
    aspect-ratio: 1500 / 2146;
  }
  .sp-img-02 {
    aspect-ratio: 1500 / 2074;
  }
  .sp-img-03 {
    aspect-ratio: 1500 / 2078;
  }
  .sp-img-04 {
    aspect-ratio: 1500 / 1446;
  }
  .sp-img-05 {
    aspect-ratio: 1500 / 3688;
  }
  .sp-img-06 {
    aspect-ratio: 1500 / 2322;
  }
  .sp-img-07 {
    aspect-ratio: 1500 / 4410;
  }
  .sp-img-08 {
    aspect-ratio: 1500 / 3288;
  }
  .sp-img-09 {
    aspect-ratio: 1500 / 1888;
  }
  .sp-img-10 {
    aspect-ratio: 1500 / 2074;
  }
  .sp-img-cta2 {
    aspect-ratio: 1500 / 1028;
  }
  .sp-img-19 {
    aspect-ratio: 1500 / 3188;
  }
  .sp-img-cta3 {
    aspect-ratio: 1500 / 1396;
  }
  .sp-img-faqtitle {
    aspect-ratio: 1500 / 954;
  }
  .sp-img-cta4 {
    aspect-ratio: 1500 / 968;
  }
  .sp-img-22 {
    aspect-ratio: 1500 / 4994;
  }
  .sp-img-23 {
    aspect-ratio: 1500 / 3632;
  }
  .sp-img-contacttitle {
    aspect-ratio: 1500 / 772;
  }
}
