@charset "UTF-8";
/*==========================
common
==============================*/
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: #ffdf00;
}
a:hover img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End Hack */
ul,
li {
  margin: 0;
  padding: 0;
}
.hdr_info_wrapper .hdr_info_group > li:first-child {
  margin-right: 0;
}
.txtc {
  text-align: center;
}
.ft_pay .h3_wrap {
  border-right: none;
}
/*==========================
style
==============================*/
#swipebox-overlay {
  z-index: -1 !important;
}
#lp_2024 p {
  font-size: 16px;
}
#lp_2024 main section {
  margin-bottom: 0;
}
#lp_2024 h3 {
  border: none;
  padding: 0;
  margin: 0;
}
#lp_2024 h4 {
  margin: inherit;
  padding-left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color: inherit;
}
#lp_2024 h4::after,
#lp_2024 h3::after {
  background: none;
}
#lp_2024 h5 {
  background: none;
  padding: 0;
  margin: 0;
}
.main_v {
  background: url("../images/bg_01.jpg") no-repeat center top / cover;
  text-align: center;
  padding-bottom: 3%;
}
.main_v h1 {
  background: none;
  margin: 0;
  padding: 0;
}
.sec_01 {
  background: url("../images/bg_02.jpg") no-repeat center top / 100% auto;
  text-align: center;
  padding: 3% 0 0;
}
.sec_02 {
  background: url("../images/bg_03.gif") repeat;
  position: relative;
  text-align: center;
  padding: 3% 0;
}
.sec_02::before {
  content: "";
  background: url("../images/bg_03.gif") repeat;
  height: calc(tan(60deg) * 90px / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}
.sec_03 {
  background: url("../images/bg_04.jpg") no-repeat center top / cover;
  padding: 10% 0 3%;
}
.sec_03 h4 {
  color: #7b97c7 !important;
  text-align: center;
  font-size: 28px !important;
  margin-bottom: 30px;
  font-weight: normal;
}
.bg_white_box {
  background: #fff;
  border-radius: 5px;
  padding: 7%;
}
.bg_white_box hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 30px 0;
}
.shadow_bg {
  background-image: url(../images/shadow_top.png), url(../images/shadow_btm.png);
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
.shadow_bg_container {
  padding: 5% 0;
}
.step dt {
  width: 100%;
  margin: 0 0 15px;
}
.step dd {
  width: 100%;
  margin: 0 0 30px;
}
.step dd h5 {
  color: #7b97c7 !important;
  font-size: 18px;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  width: 100%;
}
.sec_04 {
  background: url("../images/bg_05.jpg") no-repeat center top / cover;
}
.sec_05 {
  background: url("../images/bg_06.jpg") no-repeat center top / cover;
  padding: 3% 0;
}
.dots-2 {
  position: relative;
}
.slider-2 .slick-slide {
  width: 600px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}
.img_round {
  border-radius: 10px;
}
.sec_06_top {
  background: #f2f7fa;
  padding: 3% 0;
  border-radius: 50% 50% 0 0;
  height: 400px;
  margin-top: -250px;
}
#lp_2024 .sec_06_top h4 {
  margin-top: -220px;
  text-align: center;
}
.sec_06 {
  background: #f2f7fa;
  padding: 3% 0;
}
.point_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.point_box dt {
  width: 28%;
  text-align: center;
  border-right: solid 1px #cad5e9;
  font-style: italic;
  font-family: "Times New Roman";
  font-size: 60px;
  color: #7b97c7;
  font-weight: normal;
}
.point_box dd {
  width: 80%;
  padding-left: 10px;
}
.point_box dd h3 {
  color: #7b97c7;
  font-size: 23px;
  margin-bottom: 10px;
}
.sec_07 {
  background: url("../images/bg_05.jpg") no-repeat center top / cover;
}
.sub_title {
  font-size: 33px !important;
  text-align: center;
  color: #3f557a !important;
  margin: 0 0 30px !important;
  font-family: "Shippori Mincho B1", serif !important;
}
.sec_08 {
  background: #f4f4f4;
  padding: 3% 0;
}
.sec_08 h6 {
  font-size: 18px;
  margin: 0 0 15px;
}
.show_pop {
  cursor: pointer;
}
.modal_pop,
.modal_pop2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
  text-align: center;
}
.bg {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
.modal_pop_main {
  height: 80vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
}
.modal_pop_main a {
  background: url("../images/btn_bg.png") no-repeat center / 100% auto;
  display: block;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 28px;
  width: 500px;
  line-height: 120px;
}
.treatment {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.treatment tr {
  border-bottom: solid 2px white;
}
.treatment tr:last-child {
  border-bottom: none;
}
.treatment th {
  position: relative;
  text-align: left;
  width: 30%;
  background-image: linear-gradient(90deg, rgba(241, 167, 205, 1), rgba(0, 181, 183, 0.87) 50%, rgba(178, 161, 208, 1));
  color: white;
  text-align: center;
  padding: 10px 0;
}
.treatment th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #b2a1d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.treatment td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 20px;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .lp_container {
    width: 600px;
    margin: 0 auto;
  }
}
/*==========================
SP common
==============================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .main_v dl {
    width: 95%;
  }
  #lp_2024 p {
    font-size: 15px;
    line-height: 2rem;
  }
  .lp_container {
    padding: 0 5% 10% 5%;
  }
  .sec_01 .lp_container {
    padding: 5% 5% 0 5%;
  }
  .main_v {
    background: url("../images/bg_01.jpg") no-repeat center top / cover;
    padding-top: 60px;
  }
  .sec_01 {
    background: url("../images/bg_02.jpg") no-repeat center top / cover;
    text-align: center;
    padding: 10% 0 0;
  }
  .sec_02 {
    padding: 5%;
  }
  .sec_02::before {
    height: calc(tan(60deg) * 50px / 2);
    width: 100%;
    bottom: -43px;
  }
  .sec_03 {
    padding: 20% 0 3%;
  }
  .sec_03 h4 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .sec_04 {
    text-align: center;
  }
  .sec_06_top {
    border-radius: 50% 50% 0 0;
    height: 170px;
  }
  #lp_2024 .sec_06_top h4 {
    width: 310px;
    text-align: center;
    margin: -200px auto 0;
  }
  .sub_title {
    font-size: 24px !important;
  }
  .point_box dt {
    width: 28%;
    font-size: 40px;
    width: 20%;
  }
  .point_box dd {
    padding-left: 0;
  }
  .point_box dd h3 {
    font-size: 21px;
  }
  .voice_slider {
    width: 80%;
    margin: 0 auto;
  }
  .modal_pop_main {
    width: 90%;
  }
  .modal_pop_main a {
    font-size: 23px;
    width: 100%;
    line-height: 100px;
  }
  .sp_w_80 {
    width: 80%;
  }
  .sp_w_70 {
    width: 70%;
  }
  .treatment dl {
    font-size: 13px;
  }
  .treatment dt {
    padding: 2%;
  }
  .treatment dd {
    padding: 2%;
  }
  footer .span_8 {
    padding-left: 1.5rem;
  }
  .sp_hdr_info_wrapper {
    right: 0;
  }
  .slider-2 .slick-prev {
    left: -20px;
  }
  .slider-2 .slick-next {
    right: -20px;
  }
  .slider-2 .slick-slide {
    width: 100vw;
  }
  .slider-2 .slick-slide img {
    height: auto;
  }
  .slider-2 .slick-arrow {
    top: 50%;
  }
}
.text-center {
  text-align: center;
}
/*==========================
ipad
==============================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
.step dd p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.step dd p strong {
  color: #ff4548;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}
