@charset "UTF-8";
@media screen and (min-width: 769px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}

.main {
  padding-top: 100px;
}

.page-title {
  text-align: center;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-title {
    margin-top: 4rem;
    height: unset;
  }
}

.page-title__title-img-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-title__title-img {
  width: 562px;
}
@media screen and (max-width: 768px) {
  .page-title__title-img {
    width: 30rem;
  }
}

.page-title__title-text {
  text-align: center;
  font-size: 20px;
  color: #004896;
  z-index: 10;
  position: relative;
  padding-top: 78px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-title__title-text {
    padding-top: 3.4rem;
  }
}

.page-title__text {
  margin-top: 60px;
  z-index: 10;
  position: relative;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .page-title__text {
    margin-top: 5rem;
  }
}

.nav__list {
  display: grid;
  grid-template-columns: repeat(3, 265px);
  row-gap: 20px;
  max-width: 910px;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .nav__list {
    grid-template-columns: repeat(2, 265px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .nav__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
    row-gap: 1rem;
  }
}

.nav__list-item a {
  width: 100%;
  position: relative;
  color: #004896;
  padding-bottom: 10px;
  border-bottom: 2px solid #004896;
}
@media screen and (max-width: 768px) {
  .nav__list-item a {
    padding-bottom: 0.6rem;
  }
}
.nav__list-item a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/contact/icon_arrow.png) no-repeat center/contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nav__list-item a::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.faq-section {
  margin-top: 60px;
}

.faq-section._1st {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq-section._1st {
    margin-top: 7.4rem;
  }
}

.faq-section .inner {
  max-width: 964px;
}

.page-title._contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-title._contact {
    margin-top: 16rem;
  }
}

.page-title__title-img._contact {
  width: 818px;
}
@media screen and (max-width: 992px) {
  .page-title__title-img._contact {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .page-title__title-img._contact {
    width: 36rem;
  }
}

@media screen and (max-width: 768px) {
  .page-title__title-text._contact {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page-title__text._contact {
    margin-top: 4.2rem;
    letter-spacing: 0em;
    line-height: 2;
  }
}

.contact {
  background-color: #fafbe6;
  padding: 60px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 4rem;
  }
}

.contact.confirm-mode {
  background: none;
}

.contact__title {
  font-size: 20px;
  color: #004896;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 2rem;
    padding-top: 4rem;
  }
}

.contact .inner {
  max-width: 1020px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact .inner {
    padding: 0 1.2rem;
  }
}

.contact-tel {
  background-color: #FFF;
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  margin-bottom: 40px;
  border-radius: 30px;
}

.contact-tel__title,
.contact-mailform__title {
  font-size: 20px;
  letter-spacing: 0.075em;
  color: #004896;
}
@media screen and (max-width: 768px) {
  .contact-tel__title,
  .contact-mailform__title {
    font-size: 2rem;
  }
}

.contact-tel__btn-wrap {
  width: 31.5rem;
  margin: 24px auto 0;
}

.contact-tel__btn-wrap .btn {
  width: 100%;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .contact-tel__btn-wrap .btn {
    font-size: 2.5rem;
  }
}
.contact-tel__btn-wrap .btn span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .contact-tel__btn-wrap .btn span {
    font-size: 1.8rem;
  }
}
.contact-tel__btn-wrap .btn:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .contact-tel__btn-wrap .btn._tel {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .contact-tel__btn-wrap .btn._tel {
    pointer-events: auto;
    cursor: pointer;
  }
}

.contact-tel__text {
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .contact-tel__text {
    margin-top: 0.8rem;
  }
}

.contact-mailform {
  background-color: #FFF;
  text-align: center;
  padding: 43px 50px;
  border-radius: 10px;
  margin-bottom: 40px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .contact-mailform {
    padding: 4.4rem 1.5rem;
  }
}

.contact-mailform.confirm-mode {
  padding: 0;
}

/* FAQ
========================================================== 
*/
.c-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.c-accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
  margin-top: 16px;
}

.c-accordion-list__item {
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: border 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  border-radius: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.c-accordion-list__item:not(:first-child) {
  border-top: none;
}

.c-accordion-list__heading {
  position: relative;
  text-align: left;
  padding: 14px 0px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-accordion-list__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem 2.2rem 1rem 0;
    gap: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-accordion-list__heading h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.c-accordion-list__icon {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-accordion-list__icon {
    width: 3rem;
  }
}

.c-accordion-list__icon._a {
  height: 0;
}

.c-accordion-list__heading:after {
  content: "";
  border-top: 1px solid black;
  border-left: 1px solid black;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg) translateY(9px);
          transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media screen and (max-width: 768px) {
  .c-accordion-list__heading:after {
    right: 1.2rem;
    top: 50%;
  }
}

.c-accordion-list__body {
  position: relative;
  padding: 0px 43px;
  /*上下のpaddingを0に書き換える*/
  line-height: 0;
  /* 非表示時、0*/
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-accordion-list__body {
    padding: 0rem 0.5rem;
  }
}
.c-accordion-list__body::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #000;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-accordion-list__body._is-open {
  padding: 20px 43px;
  line-height: 1.5;
  opacity: 1;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .c-accordion-list__body._is-open {
    padding: 1rem 0.5rem;
  }
}
.c-accordion-list__body._is-open p {
  line-height: 2;
}
.c-accordion-list__body._is-open .c-accordion-list__icon._a img {
  height: 42px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-accordion-list__body._is-open .c-accordion-list__icon._a img {
    height: 3rem;
    margin-top: 0.5rem;
  }
}

.c-accordion-list__heading._is-open::after {
  -webkit-transform: rotate(45deg) translateY(-10px);
          transform: rotate(45deg) translateY(-10px);
}

/* thanks
========================================================== 
*/
.confirm {
  text-align: center;
}

.thanks {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
}

.thanks__title,
.confirm__title {
  font-size: 20px;
  color: #004896;
  line-height: 1.95;
  letter-spacing: 0.075em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .thanks__title,
  .confirm__title {
    font-size: 2rem;
    text-align: center;
  }
}

.thanks__text {
  margin-top: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    margin-top: 5rem;
  }
}

.thanks__btn-wrap {
  width: 290px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .thanks__btn-wrap {
    width: 100%;
    margin-top: 5rem;
  }
}

/* フォーム関係
========================================================== 
*/
.contact-form {
  margin: 0 auto;
  padding: 27px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
    padding: 0;
    margin-top: 2.4rem;
  }
}

.contact-form.confirm-mode {
  padding: 0;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.required {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  background-color: #bd3667;
  padding: 2px 8px;
  line-height: 1.2;
}

.input-box {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .input-box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.input-box input[type=text],
.input-box input[type=email],
.input-box input[type=tel],
.input-box textarea {
  margin-top: 4px;
  background-color: #fafafa;
  border-radius: 3px;
  color: #333;
  padding: 0.7em 1.2em;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .input-box input[type=text],
  .input-box input[type=email],
  .input-box input[type=tel],
  .input-box textarea {
    width: 100%;
    font-size: 16px;
  }
}
.input-box input[type=text]::-webkit-input-placeholder, .input-box input[type=email]::-webkit-input-placeholder, .input-box input[type=tel]::-webkit-input-placeholder, .input-box textarea::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]::-moz-placeholder, .input-box input[type=email]::-moz-placeholder, .input-box input[type=tel]::-moz-placeholder, .input-box textarea::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]:-ms-input-placeholder, .input-box input[type=email]:-ms-input-placeholder, .input-box input[type=tel]:-ms-input-placeholder, .input-box textarea:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]::-ms-input-placeholder, .input-box input[type=email]::-ms-input-placeholder, .input-box input[type=tel]::-ms-input-placeholder, .input-box textarea::-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]::placeholder,
.input-box input[type=email]::placeholder,
.input-box input[type=tel]::placeholder,
.input-box textarea::placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]::-webkit-input-placeholder,
.input-box input[type=email]::-webkit-input-placeholder,
.input-box input[type=tel]::-webkit-input-placeholder,
.input-box textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-box input[type=text]::-moz-placeholder,
.input-box input[type=email]::-moz-placeholder,
.input-box input[type=tel]::-moz-placeholder,
.input-box textarea::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.input-box input[type=text]:-ms-input-placeholder,
.input-box input[type=email]:-ms-input-placeholder,
.input-box input[type=tel]:-ms-input-placeholder,
.input-box textarea:-ms-input-placeholder {
  color: #b4b4b4;
}

.input-box textarea {
  height: 180px;
}

.input-box:not(:first-child) {
  margin-top: 20px;
}

.select-box {
  margin-top: 20px;
}

.btn-wrap {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    max-width: 100%;
  }
}

.btn {
  width: 300px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color, color;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 24rem;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}

.btn:disabled {
  opacity: 0.5;
}
.btn:disabled::before {
  background-color: #ccc;
  background: none;
  color: #fff;
}

a:hover {
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

/* チェックボックス
========================================================== 
*/
.input-box__check-wrap,
.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .input-box__check-wrap,
  .wpcf7-checkbox {
    gap: 30px;
  }
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.3em 0.3em 2.4em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
}

input[type=checkbox] + span:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #f4f4f4;
  line-height: 1;
  border-radius: 0.2em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + span:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}

input[type=checkbox] + span:after,
input[type=radio] + span:after {
  content: "";
  display: none;
}

input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  width: 0.9em;
  height: 0.5em;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  left: 0.25em;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

input[type=checkbox]:checked + span:before {
  background-color: #004896;
}

/* フォーカス時 */
input[type=checkbox]:focus + span:before {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  border-radius: 2px;
}

.accept-area {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accept-area {
    margin-top: 24px;
  }
}

.accept-area__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
}

input[type=radio] + span:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #cccccc;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

input[type=radio] + span:after {
  content: "";
  display: none;
}

input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3em;
  width: 0.8em;
  height: 0.8em;
  background-color: #bd3667;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ラジオボタン フォーカス時 */
input[type=radio]:focus + span:before {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  border-radius: 50%;
}

.accept-area__check {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .accept-area__check {
    margin-top: 24px;
  }
}

/* セレクトボックス */
select {
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  padding: 0.5em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1.5;
  margin-top: 4px;
}

select:has(option:checked[value=""]) {
  color: #999;
}

.select-box {
  position: relative;
  display: block;
  width: 300px;
}

.select-box::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  pointer-events: none;
  position: absolute;
  top: 40%;
}

.privacy-policy {
  overflow-y: scroll;
  height: 200px;
  background-color: #fafafa;
  padding: 16px;
  border-radius: 3px;
  margin-top: 4px;
  font-size: 14px;
  text-align: left;
}

.privacy-policy__text {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .confirm .inner {
    padding: 0 1.2rem;
  }
}

.confirm-box-bg {
  background-color: #fafafa;
  padding: 32px;
  border-radius: 3px;
  max-width: 1044px;
  margin: 0 auto;
  text-align: left;
  margin-top: 56px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .confirm-box-bg {
    padding: 0;
    margin-top: 4rem;
  }
}

.confirm-box {
  width: 800px;
  padding: 32px;
  border-radius: 3px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .confirm-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .confirm .input-box {
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

/*確認画面と完了画面を非表示*/
.confirm,
.thanks-area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*CF7の送信時スピナーを非表示*/
.wpcf7-spinner {
  display: none !important;
}

.back_button::after {
  right: unset;
  left: 20px;
  -webkit-transform: translate(-25%, -50%) rotate(225deg) !important;
          transform: translate(-25%, -50%) rotate(225deg) !important;
}
.back_button::before {
  background: none;
}

.send__btn-wrap {
  background: none;
  margin: 0 auto;
  margin-top: 32px;
  width: 300px;
}
.send__btn-wrap::before {
  background: none;
}
@media screen and (max-width: 768px) {
  .send__btn-wrap {
    width: 100%;
  }
}