@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
:root {
  --main_color: #212121;
  --yellow_color: #E8DAAD;
  --gold_color: #BBA071;
}

/* =================
	mv
================= */
.mv {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 80px;
  }
}

/* =================
	main_bnr
================= */
.main_bnr {
  position: relative;
  background-color: #111111;
  overflow: hidden;
  padding: 47px 0;
}
@media screen and (max-width: 767px) {
  .main_bnr {
    padding: 0;
  }
}
.main_bnr .item {
  content: "";
  position: absolute;
}
.main_bnr .item.obi01 {
  width: 99vw;
  top: -2.875vw;
  left: -38.875vw;
}
@media screen and (min-width: 1600px) {
  .main_bnr .item.obi01 {
    width: 1586px;
    top: -46px;
    left: -622px;
  }
}
.main_bnr .item.obi02 {
  width: 99vw;
  bottom: -3.875vw;
  right: -33.0625vw;
}
@media screen and (min-width: 1600px) {
  .main_bnr .item.obi02 {
    width: 1585px;
    bottom: -62px;
    right: -529px;
  }
}
@media screen and (max-width: 767px) {
  .main_bnr .content {
    width: 100%;
  }
}

/* =================
	btn_area
================= */
.btn_area {
  background-color: var(--main_color);
  padding: 21px 0 90px;
}
@media screen and (max-width: 767px) {
  .btn_area {
    padding: 21px 0 54px;
  }
}
.btn_area .reserve_btn {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .btn_area .reserve_btn {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .btn_area .reserve_btn {
    width: 100%;
  }
}

/* =================
	bnr_list
================= */
.bnr_list {
  background-color: var(--main_color);
}
@media screen and (max-width: 767px) {
  .bnr_list {
    margin-bottom: 27px;
  }
}
.bnr_list .swipe_container {
  position: relative;
  padding: 2px 0 140px;
}
@media screen and (max-width: 767px) {
  .bnr_list .swipe_container {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
.bnr_list .card01 .swiper-slide {
  width: 27.75vw;
  border: 2px solid #E8DAAD;
}
.bnr_list .swipe_controller {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 80px;
}
.bnr_list .swipe_controller .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnr_list .swipe_controller .swiper-pagination-bullet {
  width: 66px;
  height: 3px;
  background-color: #646464;
  margin: 0;
  border-radius: 0;
}
.bnr_list .swipe_controller .swiper-pagination-bullet-active {
  background-color: var(--yellow_color);
}
.bnr_list .swipe_controller .swiper-button-next, .bnr_list .swipe_controller .swiper-button-prev {
  width: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .bnr_list .swipe_controller .swiper-button-next, .bnr_list .swipe_controller .swiper-button-prev {
    display: block;
  }
}
.bnr_list .swipe_controller .swiper-button-prev::after,
.bnr_list .swipe_controller .swiper-button-next::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  background: url(../img/lp_arrow_01@2x.png) no-repeat;
  background-size: 10px 30px;
  width: 10px;
  height: 30px;
}
.bnr_list .swipe_controller .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bnr_list .swipe_controller .swiper-button-prev, .bnr_list .swipe_controller .swiper-rtl .swiper-button-next {
  left: -8%;
}
.bnr_list .swipe_controller .swiper-button-next, .bnr_list .swipe_controller .swiper-rtl .swiper-button-prev {
  right: -8%;
}

/* =================
	about
================= */
.c-about {
  position: relative;
  padding: 60px 0 150px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-about {
    padding-bottom: 40px;
  }
}
.c-about .item {
  content: "";
  position: absolute;
}
.c-about .item.line01 {
  top: -60px;
  left: 0;
}
.c-about .item.line02 {
  top: 40.4vw;
  right: 0;
}
.c-about .item.line03 {
  top: 73vw;
  left: 0;
}
.c-about .item.line04 {
  top: 116.75vw;
  right: 0;
}
.c-about .content {
  position: relative;
  z-index: 5;
}
.c-about .content .ttl_area {
  text-align: center;
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .c-about .content .ttl_area {
    margin-bottom: 70px;
  }
}
.c-about .content .ttl_area .deco_en {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  font-style: italic;
  color: rgba(187, 160, 113, 0.16);
  white-space: nowrap;
  font-size: 116px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .c-about .content .ttl_area .deco_en {
    font-size: 40px;
    bottom: 26px;
  }
}
.c-about .content .ttl_area .mid {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.9;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-about .content .ttl_area .mid {
    font-size: 19px;
    font-weight: 700;
  }
}
.c-about .content .ttl_area .mid span {
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-about .content .ttl_area .mid span {
    font-size: 16px;
  }
}
.c-about .content .ttl_area .ttl {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .c-about .content .ttl_area .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.214;
  }
}
.c-about .content .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 124px;
  gap: 80px;
}
.c-about .content .case__list {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1600px) {
  .c-about .content .case__list {
    width: calc(100% - 9.5vw);
    gap: 4vw;
  }
}
.c-about .content .case__list:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-about .content .case__list:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-about .content .case__list:nth-child(2n) .txt_area {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-about .content .case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 95vw;
  }
}
.c-about .content .case__list .img {
  width: 884px;
}
@media screen and (max-width: 1600px) {
  .c-about .content .case__list .img {
    width: 55.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-about .content .case__list .img {
    width: 100%;
  }
}
.c-about .content .case__list .txt_area {
  width: calc(100% - 860px);
}
@media screen and (max-width: 1600px) {
  .c-about .content .case__list .txt_area {
    width: calc(100% - 53.75vw);
  }
}
@media screen and (max-width: 767px) {
  .c-about .content .case__list .txt_area {
    width: 90vw;
    margin: 0 0 0 auto;
  }
}
.c-about .content .case__list .txt_area .sm {
  color: #BBA071;
  font-style: italic;
  font-size: 12px;
}
.c-about .content .case__list .txt_area .plain {
  font-size: 14px;
  line-height: 1.714;
  font-weight: 400;
}
.c-about .content .case__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .c-about .content .case__ttl {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .c-about .content .case__ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.c-about .content .case__ttl span {
  font-size: 45px;
}
@media screen and (max-width: 1300px) {
  .c-about .content .case__ttl span {
    font-size: 3.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .c-about .content .case__ttl span {
    font-size: 30px;
  }
}

/* =================
	point-sec
================= */
.point_sec {
  padding: 100px 0 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point_sec {
    padding: 40px 0 70px;
  }
}
.point_sec .w1200 {
  position: relative;
  z-index: 15;
}
.point_sec .item {
  content: "";
  position: absolute;
}
.point_sec .item.line01 {
  top: -23.75vw;
}
.point_sec .item.line02 {
  top: 24vw;
  right: 0;
}
.point_sec .item.line03 {
  top: 63.75vw;
  left: 0;
}
.point_sec .item.line04 {
  top: 132.68vw;
  right: 0;
}
.point_sec .c-sttl {
  color: #F6F6F6;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl {
    margin-bottom: 70px;
  }
}
.point_sec .c-sttl .one {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl .one {
    font-size: 26px;
  }
}
.point_sec .c-sttl .two {
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl .two {
    font-size: 46px;
  }
}
.point_sec .c-sttl .three {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl .three {
    font-size: 23px;
  }
}
.point_sec .c-sttl .four {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl .four {
    font-size: 28px;
  }
}
.point_sec .c-sttl .bg_text {
  color: rgba(187, 160, 113, 0.1);
  font-size: 183px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .point_sec .c-sttl .bg_text {
    font-size: 81px;
  }
}
.point_sec .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .point_sec .point_list {
    gap: 20px 1.48%;
  }
}
@media screen and (max-width: 767px) {
  .point_sec .point_list {
    gap: 15px;
    margin-bottom: 50px;
  }
}
.point_sec .point_list li {
  width: 387px;
}
@media screen and (max-width: 1350px) {
  .point_sec .point_list li {
    width: 32.222222%;
  }
}
@media screen and (max-width: 767px) {
  .point_sec .point_list li {
    width: 47.7%;
  }
}
.point_sec .reserve_btn {
  width: 100%;
  margin-bottom: 135px;
}
@media screen and (max-width: 1300px) {
  .point_sec .reserve_btn {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .point_sec .reserve_btn {
    width: 100%;
    margin-bottom: 65px;
  }
}
.point_sec .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1350px) {
  .point_sec .menu_list {
    gap: 2.59vw 1.48%;
  }
}
@media screen and (max-width: 767px) {
  .point_sec .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin-bottom: 40px;
  }
}
.point_sec .menu_list li {
  width: 49%;
}
.point_sec .menu_list li:first-of-type {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point_sec .menu_list li {
    width: 100%;
  }
}

/*モーダルを開くボタン*/
.modal-open {
  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;
  height: 115px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: rgb(140, 32, 32);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(140, 32, 32)), to(rgb(162, 53, 53)));
  background: linear-gradient(180deg, rgb(140, 32, 32) 0%, rgb(162, 53, 53) 100%);
  margin: auto;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media screen and (max-width: 767px) {
  .modal-open {
    height: 65px;
    font-size: 18px;
  }
}
.modal-open:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.modal-open::before {
  content: "";
  position: absolute;
  top: 52px;
  right: calc(50% - 230px);
  border: 11px solid transparent;
  border-top: 17px solid #fff;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .modal-open::before {
    top: 30px;
    right: calc(50% - 142px);
    border: 6px solid transparent;
    border-top: 9px solid #fff;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333232;
  padding: 200px 0 0;
  z-index: 100;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 130px 0 0;
  }
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .modal-body {
    max-width: 87.8260869565vw;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 23px;
  height: 23px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .modal-close {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -40px;
    font-size: 32px;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content .course_wrap {
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap {
    margin-bottom: 100px;
  }
}
.modal-content .course_wrap .c-ttl {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap .c-ttl {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.modal-content .course_wrap table {
  width: 100%;
}
.modal-content .course_wrap table tr {
  height: 80px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr {
    gap: 0 1.81vw;
    margin-bottom: 1.81vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr {
    height: 45px;
  }
}
.modal-content .course_wrap table tr.big {
  height: 160px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr.big {
    height: 100px;
  }
}
.modal-content .course_wrap table tr th:first-of-type {
  width: 56.5%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: rgb(187, 160, 113);
  background: -webkit-gradient(linear, left top, right top, from(rgb(187, 160, 113)), color-stop(50%, rgb(251, 236, 211)), to(rgb(187, 160, 113)));
  background: linear-gradient(90deg, rgb(187, 160, 113) 0%, rgb(251, 236, 211) 50%, rgb(187, 160, 113) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr th:first-of-type {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr th:first-of-type {
    font-size: 15px;
  }
}
.modal-content .course_wrap table tr th:last-of-type {
  width: 43.5%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr th:last-of-type {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr th:last-of-type {
    font-size: 15px;
  }
}
.modal-content .course_wrap table tr td:first-of-type {
  width: 56.5%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: rgb(187, 160, 113);
  background: -webkit-gradient(linear, left top, right top, from(rgb(187, 160, 113)), color-stop(50%, rgb(251, 236, 211)), to(rgb(187, 160, 113)));
  background: linear-gradient(90deg, rgb(187, 160, 113) 0%, rgb(251, 236, 211) 50%, rgb(187, 160, 113) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 0;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr td:first-of-type {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr td:first-of-type {
    font-size: 15px;
  }
}
.modal-content .course_wrap table tr td:first-of-type span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr td:first-of-type span {
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr td:first-of-type span {
    font-size: 11px;
  }
}
.modal-content .course_wrap table tr td:last-of-type {
  width: 43.5%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .modal-content .course_wrap table tr td:last-of-type {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr td:last-of-type {
    font-size: 12px;
  }
}
.modal-content .course_wrap table thead tr {
  height: 96px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table thead tr {
    height: 50px;
  }
}
.modal-content .course_wrap table tbody tr:last-of-type {
  margin-bottom: 0;
}
.modal-content .course_wrap .c-caution {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap .c-caution {
    font-size: 12px;
  }
}
.modal-content .course_wrap:last-of-type table tbody tr td:first-of-type {
  line-height: 1.2;
}
.modal-content .course_wrap._02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap._02 {
    margin-bottom: 80px;
  }
}
.modal-content .close_btn {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: rgb(140, 32, 32);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(140, 32, 32)), to(rgb(162, 53, 53)));
  background: linear-gradient(180deg, rgb(140, 32, 32) 0%, rgb(162, 53, 53) 100%);
  padding: 27px 0;
  border-radius: 8px;
  width: 350px;
  margin: 0 auto 130px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .modal-content .close_btn {
    width: 200px;
    margin-bottom: 100px;
    padding: 16px 0;
    font-size: 16px;
  }
}
.modal-content .close_btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/* =================
	merit
================= */
.merit_sec {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .merit_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.merit_sec .c-sttl {
  color: #F6F6F6;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .merit_sec .c-sttl {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 70px;
  }
}
.merit_sec .c-sttl span {
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .merit_sec .c-sttl span {
    font-size: 28px;
  }
}
.merit_sec .c-sttl .bg_text {
  color: rgba(187, 160, 113, 0.1);
  font-size: 183px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .merit_sec .c-sttl .bg_text {
    font-size: 81px;
  }
}
.merit_sec .bg_img {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .merit_sec .bg_img {
    margin-bottom: 50px;
  }
}
.merit_sec .icon_plus {
  max-width: 86px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 767px) {
  .merit_sec .icon_plus {
    max-width: 42.5px;
    margin-bottom: 50px;
  }
}
.merit_sec .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1350px) {
  .merit_sec .merit_list {
    gap: 0 3.7vw;
  }
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px 0;
  }
}
.merit_sec .merit_list__item {
  width: 50%;
  background-color: #fff;
  padding: 40px 55px 60px;
  color: #333;
}
@media screen and (max-width: 1350px) {
  .merit_sec .merit_list__item {
    gap: 2.96vw 4.07vw 4.44vw;
  }
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list__item {
    width: 100%;
    padding: 15px 15px 25px;
  }
}
.merit_sec .merit_list__item .c-img {
  margin-bottom: 25px;
}
.merit_sec .merit_list__item .c-catch {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list__item .c-catch {
    font-size: 18px;
  }
}
.merit_sec .merit_list__item .c-catch span {
  color: #932727;
  font-size: 45px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list__item .c-catch span {
    font-size: 22px;
  }
}
.merit_sec .merit_list__item .c-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list__item .c-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.merit_sec .merit_list__item:nth-of-type(2) .c-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .merit_sec .merit_list__item:nth-of-type(2) .c-img {
    margin-bottom: 25px;
  }
}
.merit_sec .plus_wrap {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap {
    max-width: none;
    padding-bottom: 0;
  }
}
.merit_sec .plus_wrap .c-catch01 {
  color: #EEEEEE;
  font-size: 57px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .c-catch01 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.merit_sec .plus_wrap .c-catch01::before {
  content: "";
  position: absolute;
  background-image: url(../img/lp_icon_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 51px;
  height: 51px;
  left: calc(50% - 140px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .c-catch01::before {
    left: calc(50% - 70px);
    width: 24px;
    height: 24px;
  }
}
.merit_sec .plus_wrap .c-catch01::after {
  content: "";
  position: absolute;
  background-image: url(../img/lp_icon_03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 51px;
  height: 51px;
  right: calc(50% - 130px);
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .c-catch01::after {
    right: calc(50% - 65px);
    width: 24px;
    height: 24px;
  }
}
.merit_sec .plus_wrap .plus_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1050px) {
  .merit_sec .plus_wrap .plus_merit {
    gap: 4.28vw;
  }
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .plus_merit {
    gap: 15px;
    margin-bottom: 45px;
  }
}
.merit_sec .plus_wrap .plus_merit li {
  width: 30.1%;
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .plus_merit li {
    width: 47.7%;
  }
}
.merit_sec .plus_wrap .c-catch02 {
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .merit_sec .plus_wrap .c-catch02 {
    max-width: 295px;
  }
}

/* =================
	reason
================= */
.reason_sec {
  padding-top: 120px;
  padding-bottom: 225px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason_sec {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.reason_sec .c-sttl {
  color: #F6F6F6;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .reason_sec .c-sttl {
    margin-bottom: 75px;
  }
}
.reason_sec .c-sttl .one {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .reason_sec .c-sttl .one {
    font-size: 20px;
  }
}
.reason_sec .c-sttl .two {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .reason_sec .c-sttl .two {
    font-size: 26px;
  }
}
.reason_sec .c-sttl .three {
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .reason_sec .c-sttl .three {
    font-size: 28px;
  }
}
.reason_sec .c-sttl .bg_text {
  color: rgba(187, 160, 113, 0.1);
  font-size: 183px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .reason_sec .c-sttl .bg_text {
    font-size: 160px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .reason_sec .c-sttl .bg_text {
    font-size: 81px;
  }
}
.reason_sec .w1200._02 {
  width: 100%;
}
.reason_sec .reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason_sec .reason_list__item {
  width: 49%;
  padding: 45px 60px 120px;
  color: #FFF;
  background-image: url(../img/lp_bg_01@2x.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .reason_sec .reason_list__item {
    padding: 3.75vw 5vw 10vw;
  }
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item {
    width: 100%;
    padding: 10px 20px 35px;
    aspect-ratio: 375/423;
  }
}
.reason_sec .reason_list__item:nth-of-type(2) {
  background-image: url(../img/lp_bg_02@2x.jpg);
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item:nth-of-type(2) {
    padding-bottom: 90px;
  }
}
.reason_sec .reason_list__item:nth-of-type(3) {
  background-image: url(../img/lp_bg_03@2x.jpg);
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item:nth-of-type(3) {
    padding-bottom: 105px;
  }
}
.reason_sec .reason_list__item:nth-of-type(4) {
  background-image: url(../img/lp_bg_04@2x.jpg);
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item:nth-of-type(4) {
    padding-bottom: 85px;
  }
}
.reason_sec .reason_list__item:nth-of-type(4) .c-num {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item:nth-of-type(4) .c-num {
    margin-bottom: 25px;
  }
}
.reason_sec .reason_list__item:nth-of-type(4) .c-catch {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item:nth-of-type(4) .c-catch {
    margin-bottom: 25px;
  }
}
.reason_sec .reason_list__item .c-num {
  color: #F9C265;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item .c-num {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.reason_sec .reason_list__item .c-num span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item .c-num span {
    font-size: 10px;
  }
}
.reason_sec .reason_list__item .c-catch {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .reason_sec .reason_list__item .c-catch {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item .c-catch {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.reason_sec .reason_list__item .c-catch span {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .reason_sec .reason_list__item .c-catch span {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item .c-catch span {
    font-size: 18px;
  }
}
.reason_sec .reason_list__item .c-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .reason_sec .reason_list__item .c-text {
    width: 90%;
    margin: 0 auto;
  }
}

/* =================
	medical
================= */
.medical_sec {
  padding-top: 100px;
  padding-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .medical_sec {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
.medical_sec .c-sttl {
  color: #F6F6F6;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .medical_sec .c-sttl {
    overflow: clip;
    font-size: 28px;
    margin-bottom: 55px;
  }
}
.medical_sec .c-sttl span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .medical_sec .c-sttl span {
    font-size: 26px;
  }
}
.medical_sec .c-sttl .bg_text {
  color: rgba(187, 160, 113, 0.1);
  font-size: 91px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .medical_sec .c-sttl .bg_text {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .medical_sec .c-sttl .bg_text {
    font-size: 40px;
  }
}
.medical_sec .text_wrap {
  margin-bottom: 105px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .medical_sec .text_wrap {
    margin-bottom: 80px;
  }
}
.medical_sec .text_wrap .c-catch {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .medical_sec .text_wrap .c-catch {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.medical_sec .text_wrap .c-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .medical_sec .text_wrap .c-text {
    text-align: left;
  }
}
.medical_sec .difference01 {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .medical_sec .difference02 {
    margin-bottom: 50px;
    position: relative;
  }
}
.medical_sec .difference02 img:first-of-type {
  margin-bottom: 40px;
}
.medical_sec .reserve_btn {
  width: 100%;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1300px) {
  .medical_sec .reserve_btn {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .medical_sec .reserve_btn {
    width: 100%;
  }
}

/* =================
	equipment
================= */
.equipment_sec {
  position: relative;
  background-color: #fff;
  padding: 125px 0 165px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .equipment_sec {
    padding: 80px 0;
  }
}
.equipment_sec .c-sttl {
  color: #932727;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .c-sttl {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 45px;
  }
}
.equipment_sec .c-sttl .bg_text {
  color: rgba(187, 160, 113, 0.1);
  font-size: 183px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .equipment_sec .c-sttl .bg_text {
    font-size: 13.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .c-sttl .bg_text {
    font-size: 50px;
  }
}
.equipment_sec .c-explain {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .equipment_sec .c-explain {
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    margin-bottom: 45px;
  }
}
.equipment_sec .equipment_item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item {
    margin-bottom: 50px;
  }
}
.equipment_sec .equipment_item .c-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 25px;
  background: rgb(169, 17, 17);
  background: -webkit-gradient(linear, left top, right top, from(rgb(169, 17, 17)), color-stop(50%, rgb(235, 107, 107)), to(rgb(169, 17, 17)));
  background: linear-gradient(90deg, rgb(169, 17, 17) 0%, rgb(235, 107, 107) 50%, rgb(169, 17, 17) 100%);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .c-ttl {
    font-size: 18px;
    line-height: 1.75;
    padding: 7px 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .c-ttl._02 {
    padding: 23px 15px;
  }
}
.equipment_sec .equipment_item .c-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .c-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.equipment_sec .equipment_item .point_list li {
  padding-left: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li {
    padding-left: 120px;
  }
}
.equipment_sec .equipment_item .point_list li p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.equipment_sec .equipment_item .point_list li p span {
  color: #0D57A0;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li p span {
    font-size: 20px;
  }
}
.equipment_sec .equipment_item .point_list li picture {
  max-width: 102px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li picture {
    top: 18px;
  }
}
.equipment_sec .equipment_item .point_list li:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.equipment_sec .equipment_item .point_list li:nth-of-type(2) p {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li:nth-of-type(2) p {
    font-size: 16px;
  }
}
.equipment_sec .equipment_item .point_list li:nth-of-type(2) p span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item .point_list li:nth-of-type(2) p span {
    font-size: 20px;
  }
}
.equipment_sec .equipment_item._02 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .equipment_item._02 {
    margin-bottom: 50px;
  }
}
.equipment_sec .equipment_item._03 {
  margin-bottom: 0;
}
.equipment_sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 65px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1150px) {
  .equipment_sec .flex {
    gap: 0 5.62vw;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
    margin-bottom: 0;
  }
}
.equipment_sec .flex .img {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .equipment_sec .flex .img {
    width: 81%;
    margin: 0 auto;
  }
}
.equipment_sec .flex .text_area {
  width: 61%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .equipment_sec .flex .text_area {
    width: 100%;
    margin-top: 0;
  }
}
.equipment_sec .line01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .equipment_sec .line01 {
    top: -215px;
  }
}
.equipment_sec .line02 {
  position: absolute;
  width: 100%;
  top: 300px;
  left: 0;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .equipment_sec .line02 {
    top: 20px;
  }
}
.equipment_sec .line03 {
  position: absolute;
  width: 100%;
  top: 800px;
  left: 0;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .equipment_sec .line03 {
    top: 170px;
  }
}

/* =================
	promise
================= */
.c-promise {
  padding: 175px 0 145px;
  background-color: var(--main_color);
}
@media screen and (max-width: 767px) {
  .c-promise {
    padding: 60px 0 95px;
  }
}
.c-promise .ttl_area {
  color: #fff;
  margin-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .c-promise .ttl_area {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 767px) {
  .c-promise .ttl_area .deco_en {
    font-size: 50px;
    top: 40%;
  }
}
.c-promise .content {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 100;
}
.c-promise__list {
  background-color: #fff;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-promise__list {
    padding: 18px 18px 15px;
    gap: 18px;
  }
}
.c-promise__list .plain {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .c-promise__list .plain {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .c-promise__list .plain {
    font-size: 18px;
  }
}
.c-promise__list .icon {
  content: "";
  position: absolute;
  top: 50%;
  right: 93px;
  width: 122px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .c-promise__list .icon {
    width: 7.625vw;
    right: 5.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-promise__list .icon {
    width: 48px;
    right: 10px;
  }
}
.c-promise__num {
  width: 82px;
}
@media screen and (max-width: 767px) {
  .c-promise__num {
    width: 40px;
  }
}

/* =================
	flow
================= */
.c-flow {
  padding: 175px 0 233px;
  position: relative;
}
.c-flow .item {
  content: "";
  position: absolute;
  width: 100%;
}
.c-flow .item.line01 {
  top: -23.75vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-flow .item.line01 {
    top: -60.5vw;
  }
}
.c-flow .item.line02 {
  bottom: -28.5625vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-flow .item.line02 {
    top: -58.655vw;
  }
}
@media screen and (max-width: 767px) {
  .c-flow {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow .content {
    width: 100%;
  }
}
.c-flow .content .ttl_area {
  margin-bottom: 155px;
}
.c-flow .content .ttl_area .ttl {
  color: #8C2020;
}
@media screen and (max-width: 767px) {
  .c-flow .content .ttl_area {
    margin-bottom: 80px;
  }
}

/* =================
	faq
================= */
.c-faq {
  position: relative;
  z-index: 10;
}
.c-faq .set_bg {
  background-color: var(--gold_color);
  padding: 142px 0 102px;
}
@media screen and (max-width: 767px) {
  .c-faq .set_bg {
    padding: 20px 0 40px;
  }
}
.c-faq .set_bg .content {
  background-color: #fff;
  padding: 90px 6% 118px;
}
@media screen and (max-width: 767px) {
  .c-faq .set_bg .content {
    padding: 52px 15px 47px;
  }
}
.c-faq .set_bg .content .ttl_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-faq .set_bg .content .ttl_area {
    margin-bottom: 45px;
  }
}
.c-faq .accordions .c-accordion {
  border-bottom: 1px solid #707070;
}
.c-faq .accordions .c-accordion__question {
  background-color: #fff;
  border: none;
  gap: 24px;
  padding: 45px 20px;
}
@media screen and (max-width: 1300px) {
  .c-faq .accordions .c-accordion__question {
    padding: 3.75vw 1.666vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__question {
    padding: 22px 28px 22px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__question::before, .c-faq .accordions .c-accordion__question::after {
    right: 0;
  }
}
.c-faq .accordions .c-accordion:nth-child(odd) {
  background-color: #fff;
}
.c-faq .accordions .c-accordion__text--faq--mid {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .c-faq .accordions .c-accordion__text--faq--mid {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__text--faq--mid {
    font-size: 15px;
    width: calc(100% - 7.5px - 21px);
  }
}
.c-faq .accordions .c-accordion__text--faq--sm {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__text--faq--sm {
    width: calc(100% - 7.5px - 21px);
    line-height: 1.71;
  }
}
.c-faq .accordions .c-accordion__faq-answer {
  padding: 20px 50px 35px 80px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1300px) {
  .c-faq .accordions .c-accordion__faq-answer {
    padding: 1.666vw 4.1666vw 2.9166vw 6.666vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__faq-answer {
    padding: 2px 0 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.5px;
  }
}
.c-faq .accordions .c-accordion__q {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__q {
    width: 21px;
    margin-top: 5px;
  }
}
.c-faq .accordions .c-accordion__a {
  width: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-faq .accordions .c-accordion__a {
    width: 21px;
  }
}

/* =================
	c-contact
================= */
.c-contact {
  padding-top: 118px;
  position: relative;
}
.c-contact .item {
  content: "";
  position: absolute;
  width: 100%;
}
.c-contact .item.line01 {
  top: -30vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-contact .item.line01 {
    top: -63.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-top: 97px;
  }
}
.c-contact .content .ttl_area {
  margin-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .c-contact .content .ttl_area {
    margin-bottom: 80px;
  }
}
.c-contact .form_area {
  margin-bottom: 189px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area {
    margin-bottom: 110px;
  }
}
.c-contact .form_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area dl {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area dl {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding-bottom: 0;
  }
}
.c-contact .form_area dl.form__select dd {
  height: auto;
  padding-left: 30px;
}
.c-contact .form_area dl.form__select dd .input {
  width: auto;
}
.c-contact .form_area dl dt {
  position: relative;
  width: 395px;
  padding: 0 65px 0 30px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: var(--gold_color);
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area dl dt {
    width: 32.2vw;
    font-size: 1.6666666667vw;
    padding: 0 6vw 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area dl dt {
    width: 100%;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 700;
    height: auto;
  }
}
.c-contact .form_area dl dt.tag_must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 2em;
  width: 55px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #932727;
  border-radius: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area dl dt.tag_must::after {
    width: 4.5vw;
    height: 2vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area dl dt.tag_must::after {
    right: 1em;
    width: 55px;
    height: 25px;
    font-size: 12px;
  }
}
.c-contact .form_area dl dd {
  width: calc(100% - 362px - 42px);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 34px;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area dl dd {
    width: calc(100% - 30.2vw - 3.5vw);
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area dl dd {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__select {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__age dd {
    height: auto;
  }
}
.c-contact .form_area .form__age dd .input,
.c-contact .form_area .form__age dd .link_area {
  width: auto;
}
.c-contact .form_area .form__age dd .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 11px;
}
.c-contact .form_area .form__age dd .input input {
  width: 214px;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area .form__age dd .input input {
    width: 17.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__age dd .input input {
    width: 138px;
    height: 65px;
  }
}
.c-contact .form_area .form__age dd .input span {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__age dd .input span {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }
}
.c-contact .form_area .form__age dd .link_area {
  -ms-flex-item-align: center;
      align-self: center;
}
.c-contact .form_area .form__age dd .link_area .plain {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__age dd .link_area .plain {
    display: inline;
    font-size: 12px;
  }
}
.c-contact .form_area .form__age dd .link_area .mid {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__age dd .link_area .mid {
    display: inline;
    font-size: 12px;
    margin-left: 15px;
  }
}
.c-contact .form_area .form__age dd .link_area .mid a {
  position: relative;
}
.c-contact .form_area .form__age dd .link_area .mid a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.c-contact .form_area .form__time dt {
  height: auto;
}
.c-contact .form_area .form__time dt p {
  line-height: 1.4;
}
.c-contact .form_area .form__time dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: auto;
  padding: 12px 30px;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area .form__time dd {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__time dd {
    gap: 20px;
  }
}
.c-contact .form_area .form__time dd .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__time dd .input {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__time dd .input label {
    width: 70px;
  }
}
.c-contact .form_area .form__time dd .input p {
  font-size: 18px;
  font-weight: 700;
}
.c-contact .form_area .form__time dd .input select {
  width: 124px;
  border: 1px solid #C5C5C5;
  padding: 14px 21px;
}
@media screen and (max-width: 1300px) {
  .c-contact .form_area .form__time dd .input select {
    width: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__time dd .input select {
    width: 80px;
    padding: 12px 10px;
  }
}
.c-contact .form_area .form__time dd .input .btn_date {
  width: 312px;
  height: 3.5em;
  background: #fff;
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__time dd .input .btn_date {
    width: calc(100% - 80px - 30px - 70px);
  }
}
.c-contact .form_area .form__detail dt {
  height: auto;
}
.c-contact .form_area .form__detail dd {
  height: auto;
}
.c-contact .form_area .form__detail textarea {
  height: 300px;
  padding: 26px 21px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__detail textarea {
    padding: 19px 13px;
    height: 260px;
  }
}
.c-contact .form_area .form__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn {
    margin-top: 35px;
  }
}
.c-contact .form_area .form__btn .input label {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn .input label {
    font-size: 14px;
  }
}
.c-contact .form_area .form__btn a {
  display: inline-block;
  margin: 12px auto 18px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn a {
    font-size: 14px;
    margin: 4px auto 7px;
  }
}
.c-contact .form_area .form__btn .caution {
  color: #5B5B5B;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn .caution {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contact .form_area .form__btn .caution {
    font-size: 12px;
  }
}
.c-contact .form_area .form__btn .btn {
  width: 408px;
  background: rgb(159, 27, 27);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 27, 27)), color-stop(50%, rgb(255, 83, 83)), to(rgb(159, 27, 27)));
  background: linear-gradient(90deg, rgb(159, 27, 27) 0%, rgb(255, 83, 83) 50%, rgb(159, 27, 27) 100%);
  padding: 27px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn .btn {
    width: 100%;
  }
}
.c-contact .form_area .form__btn .btn span {
  position: relative;
  z-index: 100;
}
.c-contact .form_area .form__btn .btn:disabled {
  background: #ccc;
}
.c-contact .form_area .form__btn .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .c-contact .form_area .form__btn .btn::before {
    right: 25px;
  }
}
.c-contact .form_area .form__btn .btn::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 100%;
  z-index: -10;
}

.c-contact.confirm {
  padding-bottom: 120px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm {
    padding-bottom: 50px;
    margin-top: 40px;
  }
}
.c-contact.confirm .form_area dl dd {
  background-color: #F8F5EE;
  padding-left: 21px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area dl dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 64px;
    padding-left: 10px;
  }
}
.c-contact.confirm .form_area dl dd p {
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .c-contact.confirm .form_area dl dd p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area dl dd p {
    font-size: 14px;
  }
}
.c-contact.confirm .form_area .form__time dt {
  height: auto;
}
.c-contact.confirm .form_area .form__time dd {
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area .form__time dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-contact.confirm .form_area .form__time dd .input p {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area .form__select {
    gap: 2px;
  }
}
.c-contact.confirm .form_area .form__detail dt,
.c-contact.confirm .form_area .form__detail dd {
  height: auto;
  min-height: 80px;
}
.c-contact.confirm .form_area .form__detail dd {
  padding: 15px 21px;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area .form__detail dd {
    padding: 15px 10px;
  }
}
.c-contact.confirm .form_area .form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area .form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-contact.confirm .form_area .form__btn .btn {
  width: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-contact.confirm .form_area .form__btn .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-contact.confirm .form_area .form__btn .btn {
    width: 80%;
    max-width: 350px;
    padding: 15px 25px;
    font-size: 15px;
  }
}
.c-contact.confirm .form_area .form__btn .btn.gray {
  background: #ccc;
}
.c-contact.confirm .form_area .form__btn .btn.gray::after {
  background: #ccc;
}
.c-contact.confirm .form_area .form__btn .btn.gray::before {
  content: "";
  position: absolute;
  right: auto;
  left: 30px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

/* =================
	c-thanks
================= */
.c-thanks {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-thanks .ttl_area .deco_en {
    font-size: 54px;
  }
}
.c-thanks .content {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-thanks .content {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}
.c-thanks__area {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-thanks__area {
    margin-top: 50px;
  }
}
.c-thanks__area p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-thanks__area p {
    font-size: 14px;
  }
}
.c-thanks .btn {
  width: 350px;
  margin: 80px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-thanks .btn {
    width: 80%;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-thanks .btn {
    margin: 40px auto 0;
  }
}
.c-thanks .btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: rgb(159, 27, 27);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 27, 27)), color-stop(50%, rgb(255, 83, 83)), to(rgb(159, 27, 27)));
  background: linear-gradient(90deg, rgb(159, 27, 27) 0%, rgb(255, 83, 83) 50%, rgb(159, 27, 27) 100%);
  padding: 27px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-thanks .btn a {
    font-size: 15px;
    padding: 15px;
  }
}
.c-thanks .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* =================
	c-access
================= */
.c-access {
  position: relative;
  overflow-x: clip;
}
.c-access .item {
  content: "";
  position: absolute;
  width: 100%;
}
.c-access .item.line02 {
  top: -5.625vw;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .c-access .item.line02 {
    top: auto;
    bottom: 26.1333vw;
  }
}
.c-access .ttl_area {
  margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .c-access .ttl_area {
    margin-bottom: 45px;
  }
}
.c-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 27px;
  }
}
.c-access__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.c-access__list li span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 6px 16px;
  background-color: #932727;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-access__list li .plain {
    font-size: 16px;
  }
}
.c-access__map {
  position: relative;
  padding-bottom: 404px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-access__map {
    padding-bottom: 206px;
  }
}
.c-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-access__map.sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */