@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*-------------------------
- common
- bg_grade01
- bg_grade02
- mv
- main_bnr
- btn_area
- bnr_list
- safe
- worries
- reason
- equipment
- flow
- cooling_off
- faq
- contact
- access
-------------------------*/
/* =================
	common
================= */
:root {
  --main_color: #212121;
  --yellow_color: #E8DAAD;
  --gold_color: #BBA071;
}

.sttl_01 {
  margin-bottom: 23px;
  font-size: 45px;
  font-weight: 800;
  color: #FF76CE;
}
@media screen and (max-width: 767px) {
  .sttl_01 {
    margin-bottom: 19px;
    font-size: 37px;
    white-space: nowrap;
  }
}

.sttl_02 {
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 800;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .sttl_02 {
    margin-bottom: 36px;
    font-size: 21px;
    line-height: 1.6;
  }
}

.ft_pink {
  color: #FF76CE;
}

.ft29 {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .ft29 {
    font-size: 28px;
  }
}

.ft16 {
  font-size: 16px;
}

.sttl_03 {
  position: relative;
  margin-bottom: 48px;
  padding-top: 90px;
  font-size: 50px;
  font-weight: 800;
  color: #944943;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .sttl_03 {
    margin-bottom: 30px;
    padding-top: 47px;
    font-size: 33px;
    line-height: 1.4;
  }
}
.sttl_03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 373px;
  height: 74px;
  background: url(../img/ttl_logo.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sttl_03::before {
    width: 199px;
    height: 40px;
  }
}

.sttl_04 {
  position: relative;
  margin-bottom: 71px;
  padding-top: 45px;
  font-size: 55px;
  font-weight: 800;
  color: #7A1919;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .sttl_04 {
    margin-bottom: 30px;
    padding-top: 34px;
    font-size: 30px;
    line-height: 1.4;
  }
}
.sttl_04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 43.24px;
  height: 43.24px;
  background: url(../img/ttl_logo02.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sttl_04::before {
    width: 26px;
    height: 26px;
  }
}

.sttl_05 {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FF4891;
  text-align: center;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .sttl_05 {
    font-size: 20px;
  }
}

.cap_left {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
}

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

/* =================
	bg_grade01
================= */
.bg_grade01 {
  background: linear-gradient(45deg, #fff0fa 0%, #feffec 100%);
}
.bg_grade01 .cap_left {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
}

/* =================
	bg_grade02
================= */
.bg_grade02 {
  padding: 180px 0;
  background: linear-gradient(225deg, #fffdef 0%, #e5fffd 100%);
}
@media screen and (max-width: 767px) {
  .bg_grade02 {
    padding: 80px 0;
  }
}

/* =================
	main_bnr
================= */
.main_bnr {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .main_bnr {
    padding: 40px 0 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;
  }
}
.main_bnr .content .img {
  margin-bottom: 30px;
}

/* =================
	btn_area
================= */
.btn_area {
  padding: 21px 0 90px;
}
@media screen and (max-width: 767px) {
  .btn_area {
    padding: 15px 0 40px;
  }
}
.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
================= */
@media screen and (max-width: 767px) {
  .bnr_list {
    margin-bottom: 60px;
  }
}
.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: 531px;
}
.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: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bnr_list .swipe_controller .swiper-pagination {
    bottom: -100px;
    gap: 10px;
  }
}
.bnr_list .swipe_controller .swiper-pagination-bullet {
  width: 66px;
  height: 5px;
  background-color: #646464;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bnr_list .swipe_controller .swiper-pagination-bullet {
    width: 30px;
  }
}
.bnr_list .swipe_controller .swiper-pagination-bullet-active {
  background-color: #FF6CC5;
}
.bnr_list .swipe_controller .swiper-button-next, .bnr_list .swipe_controller .swiper-button-prev {
  width: 10px;
  display: none;
}

/* =================
	safe
================= */
.safe {
  padding-bottom: 169px;
}
@media screen and (max-width: 767px) {
  .safe {
    padding-bottom: 80px;
  }
}
.safe .w1200 {
  padding: 110px 5% 90px;
  border: 1px solid #FC6995;
  -webkit-box-shadow: 0px 3px 6px rgba(172, 55, 55, 0.16);
          box-shadow: 0px 3px 6px rgba(172, 55, 55, 0.16);
  border-radius: 42px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .safe .w1200 {
    padding: 35px 5%;
    border-radius: 20px;
  }
}
.safe .w1200 .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px 0;
}
@media screen and (max-width: 767px) {
  .safe .w1200 .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.safe .w1200 .flex_area .img_area {
  width: 44.1346153846%;
}
@media screen and (max-width: 767px) {
  .safe .w1200 .flex_area .img_area {
    width: 100%;
  }
}
.safe .w1200 .flex_area .txt_area {
  width: 48.0769230769%;
}
@media screen and (max-width: 767px) {
  .safe .w1200 .flex_area .txt_area {
    width: 100%;
  }
}
.safe .w1200 .flex_area .txt_area .txt01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .safe .w1200 .flex_area .txt_area .txt01 {
    margin-bottom: 19px;
  }
}
.safe .w1200 .flex_area .txt_area .name {
  font-size: 22px;
  text-align: right;
  font-weight: 700;
}

/* =================
	worries
================= */
.worries_sec {
  position: relative;
  padding: 90px 0;
  background: url(../img/worries_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worries_sec {
    padding: 60px 0;
    background: url(../img/worries_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

/* =================
	reason
================= */
#reason {
  padding: 0 0 200px;
  background: linear-gradient(225deg, #fffdef 0%, #e5fffd 100%);
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 0 0 80px;
  }
}
#reason .ressonttl {
  margin-bottom: 100px;
}
#reason .table {
  margin-bottom: 147px;
}
@media screen and (max-width: 767px) {
  #reason .table {
    margin-bottom: 80px;
  }
}
#reason .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 1%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  #reason .menu_list {
    gap: 2.59vw 1%;
  }
}
@media screen and (max-width: 767px) {
  #reason .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin-bottom: 20px;
  }
}
#reason .menu_list li {
  -webkit-box-shadow: 0px 0px 6px rgba(197, 137, 137, 0.16);
          box-shadow: 0px 0px 6px rgba(197, 137, 137, 0.16);
  width: 49.4166666667%;
}
#reason .menu_list li:first-of-type {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #reason .menu_list li {
    width: 100%;
  }
}
#reason .cap_left {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #reason .cap_left {
    margin-bottom: 40px;
  }
}
#reason .reason_slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #reason .reason_slider {
    margin-bottom: 20px;
  }
}
#reason .swiper-container {
  position: relative;
  max-width: 100%;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
#reason .swiper-container .reason_swiper {
  overflow: hidden;
  padding: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper {
    padding: 0 10px 10px 0;
  }
}
#reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 60px 8.8%;
  background: #FFFEF9;
  border-radius: 10px;
  border: 2px solid #04D9BC;
  -webkit-filter: drop-shadow(5px 7px 0px #00d8cb);
          filter: drop-shadow(5px 7px 0px #00d8cb);
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide {
    padding: 35px 5%;
  }
}
#reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 35px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl {
    padding-top: 0;
    font-size: 22px;
  }
}
#reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl .num {
  position: relative;
  display: inline-block;
  margin-top: -10px;
  margin-right: 62px;
  font-size: 52px;
  letter-spacing: 0.1em;
  color: #00D8CB;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl .num {
    margin-top: 0;
    margin-right: 20px;
    font-size: 24px;
  }
}
#reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl .num::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 0.4em;
  width: 2px;
  height: 46.33px;
  background: #04D9BC;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .sttl .num::after {
    top: 0.35em;
    width: 1px;
    right: -11px;
    height: 1em;
  }
}
#reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .txt01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .txt01 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .reason_swiper .swiper-wrapper .swiper-slide .txt01.sp_mb {
    margin-bottom: 50px;
  }
}
#reason .swiper-container .swiper-button-prev,
#reason .swiper-container .swiper-button-next {
  height: 55px;
  width: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .swiper-button-prev,
  #reason .swiper-container .swiper-button-next {
    top: 50%;
    height: 25px;
    width: 25px;
  }
}
#reason .swiper-container .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .swiper-button-prev {
    left: -10px;
  }
}
#reason .swiper-container .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .swiper-button-next {
    right: -10px;
  }
}
#reason .swiper-container .swiper-button-prev::after,
#reason .swiper-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  margin: auto;
  width: 54px;
}
@media screen and (max-width: 767px) {
  #reason .swiper-container .swiper-button-prev::after,
  #reason .swiper-container .swiper-button-next::after {
    height: 20px;
    width: 20px;
  }
}
#reason .swiper-container .swiper-button-prev::after {
  background-image: url(../img/reason_arrow_prev.svg);
}
#reason .swiper-container .swiper-button-next::after {
  background-image: url(../img/reason_arrow_next.svg);
}
#reason .reason_swiper-pagination {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #reason .reason_swiper-pagination {
    margin-top: 15px;
  }
}
#reason .reason_swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}
#reason .reason_swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #04D9BC;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 8.5px;
}
@media screen and (max-width: 767px) {
  #reason .reason_swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
#reason .reason_swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #04D9BC;
}

/*モーダルを開くボタン*/
.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: #04D9BC;
  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: linear-gradient(45deg, #fffdef 0%, #e5fffd 100%);
  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: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .modal-body {
    max-width: 104.347826087vw;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 23px;
  height: 23px;
  font-size: 40px;
  color: #FF7DC2;
  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: #212121;
  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: 46.5%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#ff70a9), color-stop(46.45%, #ffbeda), to(#ff70a9));
  background: linear-gradient(90deg, #ff70a9 0%, #ffbeda 46.45%, #ff70a9 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;
  color: #FFFFFF;
}
@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 {
    width: 44.5%;
    font-size: 15px;
  }
}
.modal-content .course_wrap table tr th:last-of-type, .modal-content .course_wrap table tr th:nth-of-type(2) {
  width: 25%;
  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, .modal-content .course_wrap table tr th:nth-of-type(2) {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr th:last-of-type, .modal-content .course_wrap table tr th:nth-of-type(2) {
    width: 26%;
    font-size: 15px;
  }
}
.modal-content .course_wrap table tr td:first-of-type {
  width: 46.5%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#ff70a9), color-stop(46.45%, #ffbeda), to(#ff70a9));
  background: linear-gradient(90deg, #ff70a9 0%, #ffbeda 46.45%, #ff70a9 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;
  color: #FFFFFF;
}
@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 {
    width: 44.5%;
    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, .modal-content .course_wrap table tr td:nth-of-type(2) {
  width: 25%;
  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, .modal-content .course_wrap table tr td:nth-of-type(2) {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .course_wrap table tr td:last-of-type, .modal-content .course_wrap table tr td:nth-of-type(2) {
    width: 26%;
    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: #212121;
  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: #04D9BC;
  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);
}

/* =================
	equipment
================= */
.equipment_sec {
  position: relative;
  background-color: #fff;
  padding: 180px 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 {
  margin-bottom: 77px;
  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: -webkit-gradient(linear, left top, right top, from(#FF60AA), color-stop(50%, #FFA7CC), to(#FF60AA));
  background: linear-gradient(90deg, #FF60AA 0%, #FFA7CC 50%, #FF60AA 100%);
  margin-bottom: 30px;
}
@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: 22px;
  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: #FF4891;
  font-size: 24px;
  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: 24px;
}
@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: 40.3333333333%;
}
@media screen and (max-width: 767px) {
  .equipment_sec .flex .img {
    width: 81%;
    margin: 0 auto;
  }
}
.equipment_sec .flex .text_area {
  width: 53.8333333333%;
}
@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;
  }
}

/* =================
	flow
================= */
.c-flow {
  padding: 175px 0 180px;
  position: relative;
  background: linear-gradient(45deg, #fff8f6 0%, #fffce9 100%);
}
.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: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow .content {
    width: 100%;
  }
}
.c-flow .content .ttl_area .ttl {
  color: #8C2020;
}
@media screen and (max-width: 767px) {
  .c-flow .content .ttl_area {
    margin-bottom: 40px;
  }
}

/* =================
	cooling_off
================= */
.c-cooling_off {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-cooling_off {
    margin-bottom: 40px;
  }
}
.c-cooling_off .w1200 {
  position: relative;
  padding: 110px 5% 85px;
  background: #fff;
  border: 1px solid #FF7DC2;
  -webkit-box-shadow: 0px 0px 6px rgba(197, 137, 137, 0.16);
          box-shadow: 0px 0px 6px rgba(197, 137, 137, 0.16);
}
@media screen and (max-width: 767px) {
  .c-cooling_off .w1200 {
    padding: 35px 5% 45px;
  }
}
.c-cooling_off .w1200::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #FF7DC2;
  position: absolute;
  top: 4px;
  left: 4px;
}
.c-cooling_off .w1200 .w888 {
  max-width: 888px;
  margin: 0 auto;
}
.c-cooling_off .w1200 .w888 .txt01 {
  margin-bottom: 60px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-cooling_off .w1200 .w888 .txt01 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.c-cooling_off .w1200 .w888 .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 60px;
}
@media screen and (max-width: 767px) {
  .c-cooling_off .w1200 .w888 .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* =================
	faq
================= */
.c-faq {
  position: relative;
  z-index: 10;
}
.c-faq .set_bg {
  padding: 0;
}
.c-faq .set_bg .content {
  background-color: #fff;
  padding: 90px 6% 118px;
  border: 1px solid #dfbd67;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
@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: 30px;
  }
}
.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-faq .c-accordion__question {
  padding: 45px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__question {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__question {
    padding: 17px 20px 25px;
  }
}
.c-faq .c-accordion__question::before, .c-faq .c-accordion__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 3px;
  background-color: #00ACA1;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__question::before, .c-faq .c-accordion__question::after {
    right: 4.666vw;
    width: 2.333vw;
    height: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__question::before, .c-faq .c-accordion__question::after {
    width: 28px;
    right: 3px;
    right: 20px;
    height: 3px;
  }
}
.c-faq .c-accordion__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-faq .c-accordion__flex {
  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-faq .c-accordion__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-faq .c-accordion__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  width: 348px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  color: #FF7DC2;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__step {
    width: 29vw;
    font-size: 2.3333333333vw;
    gap: 1.1666vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__step {
    font-size: 14px;
    width: auto;
  }
}
.c-faq .c-accordion__step span {
  font-size: 56px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__step span {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__step span {
    font-size: 24px;
    line-height: 1.1;
  }
}
.c-faq .c-accordion__answer {
  padding: 33px 60px 39px 0;
  width: calc(100% - 348px);
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__answer {
    padding: 20px 40px 25px 0;
    width: calc(100% - 29vw);
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__answer {
    width: 90%;
    margin: auto;
    padding: 18px 0 30px;
  }
}
.c-faq .c-accordion__text--mid {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__text--mid {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__text--mid {
    font-size: 20px;
  }
}
.c-faq .c-accordion__text--sm {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .c-faq .c-accordion__text--sm {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__text--sm {
    font-size: 14px;
  }
}
.c-faq .c-accordion__btn {
  width: 408px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__btn {
    width: 100%;
    margin-top: 17px;
  }
}
.c-faq .c-accordion__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 27px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff60aa), color-stop(51.04%, #ffa7cc), to(#ff60aa));
  background: linear-gradient(90deg, #ff60aa 0%, #ffa7cc 51.04%, #ff60aa 100%);
}
@media screen and (max-width: 767px) {
  .c-faq .c-accordion__btn a {
    font-size: 18px;
    gap: 12px;
  }
}
.c-faq .c-accordion__btn a span {
  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-contact
================= */
.c-contact {
  padding-top: 118px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-top: 60px;
  }
}
.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;
  }
}
.c-contact .content .ttl_area {
  margin-bottom: 118px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact .content .ttl_area {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
.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: #111;
  background-color: #DEF9F8;
}
@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: #FB5353;
  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 dt .caption {
  font-size: 0.6em;
}
.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;
  color: #00D8CB;
}
.c-contact .form_area .form__age dd .link_area .mid a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #21B4A4;
}
.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 #B5A479;
  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 #B5A479;
}
@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;
  font-weight: 500;
  color: #04D9BC;
}
@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: -webkit-gradient(linear, left top, right top, from(#ff60aa), color-stop(51.04%, #ffa7cc), to(#ff60aa));
  background: linear-gradient(90deg, #ff60aa 0%, #ffa7cc 51.04%, #ff60aa 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: #fff;
  padding-left: 21px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B5A479;
}
@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: -webkit-gradient(linear, left top, right top, from(#ff60aa), color-stop(51.04%, #ffa7cc), to(#ff60aa));
  background: linear-gradient(90deg, #ff60aa 0%, #ffa7cc 51.04%, #ff60aa 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: #FF7DC2;
  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 */