@charset "UTF-8";
/* =================================
 common
================================= */
/* title
---------------------------------------------------------- */
.c-ttl_base {
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl_base {
    margin-bottom: 40px;
  }
}
.c-ttl_base_sub, .c-ttl_base_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.c-ttl_base_sub {
  margin-bottom: 20px;
  color: #53c3b5;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .c-ttl_base_sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_base_sub {
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_base_jp {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .c-ttl_base_jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_base_jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-ttl_base_en {
  margin-top: 32px;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #bfe3de;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .c-ttl_base_en {
    margin-top: 25px;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_base_en {
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* text
---------------------------------------------------------- */
.c-txt_mint {
  color: #53c3b5;
}
.c-txt_d-mint {
  color: #26a6ac;
}
.c-txt_gry {
  color: #8c8c8c;
}
.c-txt_liner {
  position: relative;
  z-index: 0;
}
.c-txt_liner::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffb2;
  content: "";
}
.c-txt_asterisk {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.c-txt_asterisk::before {
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "※";
}
@media screen and (max-width: 767px) {
  .c-txt_asterisk::before {
    top: 6px;
  }
}
.c-txt_min {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-txt_min {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-txt_min .c-txt_asterisk::before {
  top: 3px;
}
.c-txt_min .c-list_asterisk li::before {
  top: 8px;
}
.c-txt_tsuji {
  font-family: "Noto Sans JP", sans-serif;
}

/* list
---------------------------------------------------------- */
.c-list_check_item {
  position: relative;
  z-index: 0;
  line-height: 1.87;
}
.c-list_check_item::before, .c-list_check_item::after {
  position: absolute;
  content: "";
}
.c-list_check_item::before {
  z-index: 0;
  left: 0;
  border-radius: 2px;
}
.c-list_check_item::after {
  z-index: 1;
  background-image: url(../img/ico_check.webp);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.c-list_asterisk li {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.c-list_asterisk li::before {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "※";
}
@media screen and (max-width: 767px) {
  .c-list_asterisk li::before {
    top: 3px;
  }
}
.c-list_midpoint li {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-list_midpoint li {
    margin-top: 5px;
  }
}
.c-list_midpoint li:first-of-type {
  margin-top: 0;
}
.c-list_midpoint li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "・";
}

/* =================================
 index
================================= */
.p-index_mv {
  position: relative;
  z-index: 0;
  background-color: #f9fcfe;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_mv {
    padding-bottom: 40px;
  }
}
.p-index_mv::before, .p-index_mv::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
}
.p-index_mv::before {
  width: 50%;
  height: 810px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(236, 243, 248)), to(rgba(236, 243, 248, 0)));
  background: linear-gradient(to right, rgb(236, 243, 248) 0%, rgba(236, 243, 248, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-index_mv::before {
    width: 68%;
    height: 350px;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(236, 243, 248)), to(rgba(236, 243, 248, 0)));
    background: linear-gradient(to right, rgb(236, 243, 248) 70%, rgba(236, 243, 248, 0) 100%);
  }
}
.p-index_mv::after {
  top: 587px;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(249, 252, 254)), to(rgba(236, 243, 248, 0)));
  background: linear-gradient(to top, rgb(249, 252, 254) 0%, rgba(236, 243, 248, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-index_mv::after {
    top: 250px;
  }
}
.p-index_mv .l-cont_l {
  position: relative;
  z-index: 1;
}
.p-index_mv_top {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top {
    padding-top: 15px;
  }
}
.p-index_mv_top_head {
  background-image: url(../img/liner_mv.webp);
  background-position: left bottom;
  background-size: 189px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_head {
    background-size: 122px auto;
  }
}
.p-index_mv_top_head_txt {
  display: inline-block;
  padding: 0 20px 20px 15px;
  color: #7da9ac;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_head_txt {
    padding: 0 15px 16px 0;
  }
}
.p-index_mv_top_ttl {
  line-height: 1.83;
  color: #53c3b5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_ttl {
    margin-top: 5px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_mv_top_ttl_big {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_ttl_big {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_mv_top_copy {
  line-height: 2.4;
  width: 400px;
  margin-top: 20px;
  border-top: 1px dashed #c8d3da;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_copy {
    width: 45%;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_mv_top_copy_txt {
  border-bottom: 1px dashed #c8d3da;
}
.p-index_mv_top_point {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point {
    margin-top: 20px;
  }
}
.p-index_mv_top_point_list {
  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) {
  .p-index_mv_top_point_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index_mv_top_point_list li {
  position: relative;
  z-index: 0;
  width: 180px;
  height: 180px;
  margin-left: 24px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_list li {
    width: 118px;
    height: 118px;
    margin-left: 10px;
  }
}
.p-index_mv_top_point_list li:first-of-type {
  margin-left: 0;
}
.p-index_mv_top_point_list li::before, .p-index_mv_top_point_list li::after {
  position: absolute;
  z-index: 0;
  content: "";
}
.p-index_mv_top_point_list li::before {
  top: 5px;
  left: 5px;
  border-radius: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ecf3f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-index_mv_top_point_list li::after {
  top: 22px;
  left: 50%;
  width: 40px;
  height: 10px;
  background: url(../img/ico_mv_deco.webp) left top/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_list li::after {
    top: 12px;
    width: 26px;
    height: 9px;
  }
}
.p-index_mv_top_point_list_cont {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-index_mv_top_point_list_head {
  line-height: 1.57;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_list_head {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_mv_top_point_list_ttl {
  line-height: 1.55;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_list_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_list_btm {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_mv_top_point_txt {
  line-height: 1;
  margin-top: -18px;
  padding: 0 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-index_mv_top_point_txt {
    line-height: 1.7;
    margin-top: -10px;
    padding: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-index_mv_top_point_txt .c-txt_liner {
  display: inline-block;
  padding-bottom: 5px;
}
.p-index_mv_pickup {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup {
    margin-top: 25px;
  }
}
.p-index_mv_pickup_list {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index_mv_pickup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index_mv_pickup_list_item {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  border-radius: 8px;
  background-color: rgba(96, 196, 201, 0.7);
  -webkit-filter: drop-shadow(0 0 29px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0 0 29px rgba(0, 0, 0, 0.03));
}
@media screen and (min-width: 768px) {
  .p-index_mv_pickup_list_item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_item {
    margin-top: 20px;
    padding: 30px 0;
    border-radius: 4px;
  }
}
.p-index_mv_pickup_list_item:nth-child(1) {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_item:nth-child(1) {
    margin-top: 0;
    padding: 30px 0 72px;
  }
}
.p-index_mv_pickup_list_item::before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #c7e5e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_item::before {
    border-radius: 2px;
  }
}
.p-index_mv_pickup_list_num {
  text-align: center;
}
.p-index_mv_pickup_list_num_txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 0 40px;
  font-family: "Dancing Script", cursive;
  color: #ffffb2;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_num_txt {
    padding: 0 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_mv_pickup_list_num_txt::before, .p-index_mv_pickup_list_num_txt::after {
  position: absolute;
  z-index: 0;
  top: 6px;
  width: 25px;
  height: 16px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_num_txt::before, .p-index_mv_pickup_list_num_txt::after {
    top: 4px;
  }
}
.p-index_mv_pickup_list_num_txt::before {
  left: 0;
  background-image: url(../img/ico_mv_point_deco01.webp);
}
.p-index_mv_pickup_list_num_txt::after {
  right: 0;
  background-image: url(../img/ico_mv_point_deco02.webp);
}
.p-index_mv_pickup_list_ttl {
  position: relative;
  z-index: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
.p-index_mv_pickup_list_ttl::before, .p-index_mv_pickup_list_ttl::after {
  position: absolute;
  z-index: 0;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-index_mv_pickup_list_ttl::before {
  left: 0;
}
.p-index_mv_pickup_list_ttl::after {
  right: 0;
}
.p-index_mv_pickup_list_ttl.-ttl01 {
  line-height: 1;
  padding: 28px 50px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl01 {
    padding: 20px 20px 25px;
  }
}
.p-index_mv_pickup_list_ttl.-ttl01::before {
  top: 11px;
  left: 58px;
  width: 47px;
  height: 39px;
  background-image: url(../img/ico_mv01.webp);
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl.-ttl01::before {
    left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl01::before {
    left: 23px;
    width: 39px;
    height: 32px;
  }
}
.p-index_mv_pickup_list_ttl.-ttl01::after {
  top: 4px;
  right: 64px;
  width: 48px;
  height: 56px;
  background-image: url(../img/ico_mv02.webp);
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl.-ttl01::after {
    right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl01::after {
    top: 8px;
    right: 25px;
    width: 32px;
    height: 39px;
  }
}
.p-index_mv_pickup_list_ttl.-ttl02 {
  line-height: 1.69;
  padding: 0 50px 28px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl02 {
    padding: 0 20px 25px;
  }
}
.p-index_mv_pickup_list_ttl.-ttl02::before {
  top: 30px;
  left: 86px;
  width: 47px;
  height: 54px;
  background-image: url(../img/ico_mv03.webp);
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl.-ttl02::before {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl02::before {
    top: 14px;
    left: 26px;
    width: 34px;
    height: 38px;
  }
}
.p-index_mv_pickup_list_ttl.-ttl02::after {
  top: 35px;
  right: 80px;
  width: 48px;
  height: 65px;
  background-image: url(../img/ico_mv04.webp);
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl.-ttl02::after {
    right: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl.-ttl02::after {
    top: 10px;
    right: 35px;
    width: 30px;
    height: 40px;
  }
}
.p-index_mv_pickup_list_ttl_sub {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_mv_pickup_list_ttl_main {
  margin-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_ttl_main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_ttl_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_mv_pickup_list_txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_mv_pickup_list_price {
  padding: 0 50px;
}
@media screen and (min-width: 768px) {
  .p-index_mv_pickup_list_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_price {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_price {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_mv_pickup_list_price li {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_price li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_mv_pickup_list_price li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_price li:first-of-type {
    margin-top: 0;
  }
}
.p-index_mv_pickup_list_price_ttl {
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1410px) {
  .p-index_mv_pickup_list_price_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_price_ttl {
    padding: 10px 0 13px;
  }
}
.p-index_mv_pickup_list_price_yen {
  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;
}
.p-index_mv_pickup_list_price_yen dt {
  width: 46px;
  height: 46px;
  line-height: 1;
  margin-right: 6px;
  padding: 15px 0 0 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_price_yen dt {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    padding: 11px 0 0 3px;
  }
}
.p-index_mv_pickup_list_price_yen dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_mv_pickup_list_price_yen_main {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_price_yen_main {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_price_yen_main {
    margin-right: 6px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-index_mv_pickup_list_price_yen_sub_top {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
  .p-index_mv_pickup_list_price_yen_sub_top {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_mv_pickup_list_price_yen_sub_btm {
  line-height: 1;
  margin-top: 3px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1410px) {
  .p-index_mv_pickup_list_price_yen_sub_btm {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_mv_pickup_list_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_detail {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
.p-index_mv_pickup_list_detail li {
  width: 48%;
  line-height: 1;
  padding: 12px 0;
  border: 1px solid #fff;
  text-align: center;
}
.p-index_mv_pickup_list_btn {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  padding: 12px 0 0;
  border-radius: 0 0 8px 8px;
  background-color: #60c4c9;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_btn {
    height: 58px;
  }
}
.p-index_mv_pickup_list_btn a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_btn a {
    border-radius: 0 0 4px 4px;
  }
}
.p-index_mv_pickup_list_btn a::before {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 10px;
  border-radius: 0 0 4px 4px;
  width: calc(100% - 20px);
  height: calc(100% - 11px);
  border: 1px solid #c7e5e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_btn a::before {
    border-radius: 2px;
  }
}
.p-index_mv_pickup_list_btn_txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 5px 23px 5px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_pickup_list_btn_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_mv_pickup_list_btn_txt::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 11px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.p-index_mv_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
}
@media screen and (max-width: 767px) {
  .p-index_mv_bg {
    height: 350px;
  }
}
.p-index_mv_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_trouble_top {
  position: relative;
  z-index: 0;
  padding: 120px 0 0;
  background-color: #fafafa;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index_trouble_top {
    height: 601px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top {
    padding: 20px 0 0;
  }
}
.p-index_trouble_top::before, .p-index_trouble_top::after {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  width: 50%;
  height: 115px;
  background-color: #effdfd;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top::before, .p-index_trouble_top::after {
    height: 60px;
  }
}
.p-index_trouble_top::before {
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-index_trouble_top::after {
  right: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .p-index_trouble_top_cont {
    width: 70%;
    max-width: 735px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_cont {
    width: 60%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_cont {
    padding-bottom: 230px;
  }
}
.p-index_trouble_top_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_ttl {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-index_trouble_top_ttl_min {
  display: block;
  line-height: 1.83;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_ttl_min {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_ttl_min {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_trouble_top_ttl_liner {
  background-image: url(../img/liner_trouble.webp);
  background-position: left bottom;
  background-size: 100% 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_ttl_liner {
    padding-bottom: 5px;
    background-size: 100% 12px;
  }
}
.p-index_trouble_top_ttl .c-txt_d-mint {
  line-height: 1;
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_ttl .c-txt_d-mint {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_ttl .c-txt_d-mint {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_trouble_top_list {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-index_trouble_top_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_list .c-list_check {
    width: 49%;
    margin-right: 2%;
  }
  .p-index_trouble_top_list .c-list_check:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_list .c-list_check {
    margin-top: 8px;
  }
  .p-index_trouble_top_list .c-list_check:first-of-type {
    margin-top: 0;
  }
}
.p-index_trouble_top_list .c-list_check_item {
  margin-top: 15px;
  padding-left: 42px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1300px) {
  .p-index_trouble_top_list .c-list_check_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_list .c-list_check_item {
    margin-top: 8px;
    padding-left: 30px;
  }
}
.p-index_trouble_top_list .c-list_check_item:first-of-type {
  margin-top: 0;
}
.p-index_trouble_top_list .c-list_check_item::before {
  top: 9px;
  width: 22px;
  height: 22px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .p-index_trouble_top_list .c-list_check_item::before {
    top: 5px;
  }
}
.p-index_trouble_top_list .c-list_check_item::after {
  top: 13px;
  left: 4px;
  width: 14px;
  height: 13px;
}
@media screen and (max-width: 1300px) {
  .p-index_trouble_top_list .c-list_check_item::after {
    top: 9px;
  }
}
.p-index_trouble_top_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 70%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-index_trouble_top_bg {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_bg {
    bottom: 0;
    width: 100%;
    height: 225px;
  }
}
.p-index_trouble_top_bg_img {
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-index_trouble_top_bg_img::before {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(250, 250, 250)), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to left, rgb(250, 250, 250) 20%, rgba(250, 250, 250, 0) 100%);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_trouble_top_bg_img::before {
    right: -1px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_trouble_top_bg_img::before {
    top: -1px;
    left: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(250, 250, 250)), to(rgba(250, 250, 250, 0)));
    background: linear-gradient(to bottom, rgb(250, 250, 250) 20%, rgba(250, 250, 250, 0) 100%);
  }
}
.p-index_trouble_top_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_trouble_top_bg img {
    -o-object-position: -110px center;
       object-position: -110px center;
  }
}
.p-index_trouble_btm {
  padding: 110px 0;
  background: url(../img/bg_trouble_btm.webp) center top/cover no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_btm {
    padding: 35px 0 45px;
  }
}
.p-index_trouble_btm_ttl {
  line-height: 1.35;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_btm_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_trouble_btm_ttl .c-txt_mint {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_btm_ttl .c-txt_mint {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_trouble_btm_txt {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_trouble_btm_txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-index_trouble_btm_txt .c-txt_liner {
    display: inline-block;
  }
}
.p-index_reason {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-index_reason {
    padding: 60px 0;
  }
}
.p-index_reason_list_item {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_item {
    margin-top: 50px;
  }
}
.p-index_reason_list_item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-index_reason_list_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-index_reason_list_grid.-rightImg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-index_reason_list_img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-index_reason_list_img {
    width: 46%;
    max-width: 560px;
  }
}
.p-index_reason_list_img::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #53c3b5;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_img::before {
    top: 10px;
    left: 10px;
  }
}
.p-index_reason_list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-index_reason_list_cont {
    width: 48%;
    max-width: 595px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_cont {
    padding-top: 35px;
  }
}
.p-index_reason_list_ico {
  width: 140px;
  line-height: 1;
  font-family: "Dancing Script", cursive;
  color: #53c3b5;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ico {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ico {
    width: 80px;
  }
}
.p-index_reason_list_ico_en {
  padding-left: 10px;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ico_en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ico_en {
    padding-left: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_list_ico_num {
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ico_num {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ico_num {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.p-index_reason_list_inner {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_inner {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_inner {
    width: calc(100% - 80px);
  }
}
.p-index_reason_list_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.p-index_reason_list_ttl_head {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ttl_head {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ttl_head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_list_ttl_main {
  line-height: 1.7;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ttl_main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ttl_main {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_reason_list_ttl_main .c-txt_liner::before {
  height: 6px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ttl_main .c-txt_liner::before {
    height: 3px;
  }
}
.p-index_reason_list_ttl_sub {
  margin-top: 25px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_ttl_sub {
    margin-top: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_reason_list_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_txt {
    margin-top: 14px;
  }
}
.p-index_reason_list_btn {
  width: 240px;
  height: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_btn {
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
}
.p-index_reason_list_btn a {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
  line-height: 1;
  padding: 15px 0 0;
  border-radius: 42px;
  border: 1px solid #53c3b5;
  color: #53c3b5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_btn a {
    padding: 12px 0 0;
  }
}
.p-index_reason_list_btn a::before, .p-index_reason_list_btn a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.p-index_reason_list_btn a::before {
  z-index: 0;
  right: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e9f7f5;
}
.p-index_reason_list_btn a::after {
  z-index: 1;
  right: 25px;
  width: 7px;
  height: 11px;
  background-image: url(../img/ico_arw_btm.webp);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-index_reason_list_sub {
  margin-top: -60px;
  padding: 120px 105px 100px;
  background-color: #effdfd;
}
@media screen and (min-width: 768px) {
  .p-index_reason_list_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_sub {
    padding: 120px 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_sub {
    margin-top: 25px;
    padding: 20px;
  }
}
.p-index_reason_list_sub li {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.02));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.02));
}
@media screen and (min-width: 1311px) {
  .p-index_reason_list_sub li {
    width: 46%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_sub li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_sub li {
    margin-top: 30px;
  }
  .p-index_reason_list_sub li:first-of-type {
    margin-top: 0;
  }
}
.p-index_reason_list_sub_cont {
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_sub_cont {
    padding: 20px 0 25px;
  }
}
.p-index_reason_list_sub_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-index_reason_list_sub_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_list_sub_ttl_bg {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_reason_list_sub_ttl_bg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_sub_ttl_bg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_reason_list_sub_txt {
  margin-top: 15px;
  padding: 0 33px;
}
@media screen and (max-width: 767px) {
  .p-index_reason_list_sub_txt {
    margin-top: 15px;
    padding: 0 20px;
  }
}
.p-index_case {
  padding: 120px 0;
  background-color: #f7fdfc;
}
@media screen and (max-width: 767px) {
  .p-index_case {
    padding: 60px 0;
  }
}
.p-index_case_ttl {
  position: relative;
  z-index: 0;
  line-height: 1;
  margin-bottom: 60px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_case_ttl {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
.p-index_case_ttl_sub, .p-index_case_ttl_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.p-index_case_ttl_sub {
  margin-bottom: 30px;
  color: #53c3b5;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_ttl_sub {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_case_ttl_jp {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_ttl_jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_case_ttl_en {
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #f7f7d1;
  font-size: 208px;
  font-size: 20.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_ttl_en {
    bottom: -10px;
    font-size: 100px;
    font-size: 10rem;
  }
}
.p-index_case_slider {
  padding-top: 35px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider {
    padding-top: 45px;
  }
}
.p-index_case_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index_case_slider .slick-slide > div {
  height: 100%;
}
.p-index_case_slider .slick-dots {
  z-index: 1;
  top: -22px;
  left: 50%;
  bottom: unset;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-index_case_slider .slick-dots {
    max-width: 1080px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-dots {
    top: 6px;
    left: 5%;
  }
}
.p-index_case_slider .slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 5px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-dots li {
    width: 20px;
    margin: 0 3px;
  }
}
.p-index_case_slider .slick-dots li::before {
  display: none;
}
.p-index_case_slider .slick-dots li.slick-active button {
  background-color: #53c3b5;
}
.p-index_case_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #e0e4e7;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
.p-index_case_slider .slick-dots li button::before {
  display: none;
}
.p-index_case_slider .slick-arrow {
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #53c3b5;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-arrow {
    width: 35px;
    height: 35px;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-index_case_slider .slick-arrow::before {
  display: none;
}
.p-index_case_slider .slick-arrow::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 18px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-arrow::after {
    width: 19px;
    height: 12px;
  }
}
.p-index_case_slider .slick-arrow.slick-prev {
  left: -80px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_case_slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.p-index_case_slider .slick-arrow.slick-prev::after {
  background-image: url(../img/ico_prev.webp);
}
.p-index_case_slider .slick-arrow.slick-next {
  right: -80px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_case_slider .slick-arrow.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.p-index_case_slider .slick-arrow.slick-next::after {
  background-image: url(../img/ico_next.webp);
}
.p-index_case_slider_item {
  height: auto;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_item {
    margin: 0 5px;
  }
}
.p-index_case_slider_item_bg {
  padding: 80px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.07));
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_item_bg {
    padding: 20px;
    border-radius: 8px;
  }
}
.p-index_case_slider_ttl {
  line-height: 1;
  margin-bottom: 66px;
  padding: 29px 0;
  border-top: 1px solid #53c3b5;
  border-bottom: 1px solid #53c3b5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_ttl {
    margin-bottom: 40px;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_case_slider_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index_case_slider_list li {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-index_case_slider_list li {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list li {
    margin-bottom: 65px;
  }
}
.p-index_case_slider_list li::before {
  position: absolute;
  z-index: 0;
  width: 22px;
  height: 42px;
  background-color: #53c3b5;
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_case_slider_list li::before {
    top: 50%;
    right: -67px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_case_slider_list li::before {
    right: -58px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list li::before {
    bottom: -35px;
    left: 50%;
    width: 32px;
    height: 17px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list li:last-of-type {
    margin-bottom: 0;
  }
}
.p-index_case_slider_list li:last-of-type::before {
  display: none;
}
.p-index_case_slider_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 20px;
  width: calc(100% - 40px);
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list_ttl {
    left: 10px;
  }
}
.p-index_case_slider_list_ttl_en {
  margin-right: 12px;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list_ttl_en {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_case_slider_list_ttl_en.-before {
  color: #b1c2c2;
}
.p-index_case_slider_list_ttl_en.-after {
  color: #53c3b5;
}
.p-index_case_slider_list_ttl_jp {
  padding-bottom: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_list_ttl_jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_case_slider_tbl {
  margin-top: 50px;
  border-top: 1px dashed #b1c2c2;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl {
    margin-top: 30px;
  }
}
.p-index_case_slider_tbl_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.88;
  border-bottom: 1px dashed #b1c2c2;
}
.p-index_case_slider_tbl_cont dt,
.p-index_case_slider_tbl_cont dd {
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl_cont dt,
  .p-index_case_slider_tbl_cont dd {
    padding: 10px 5px;
  }
}
.p-index_case_slider_tbl_cont dt {
  width: 245px;
  color: #0d9f9e;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl_cont dt {
    width: 100px;
  }
}
.p-index_case_slider_tbl_cont dd {
  width: calc(100% - 245px);
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl_cont dd {
    width: calc(100% - 100px);
  }
}
.p-index_mouthpiece {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece {
    padding: 60px 0;
  }
}
.p-index_mouthpiece_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index_mouthpiece_top_list li {
  width: 50%;
}
.p-index_mouthpiece_top_txt {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-index_mouthpiece_top_txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_top_txt {
    margin-top: 20px;
  }
}
.p-index_mouthpiece_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.p-index_mouthpiece_point li {
  position: relative;
  z-index: 0;
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .p-index_mouthpiece_point li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point li {
    width: 48%;
    margin-top: 30px;
    margin-right: 4%;
  }
  .p-index_mouthpiece_point li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-index_mouthpiece_point li:nth-child(even) {
    margin-right: 0;
  }
}
.p-index_mouthpiece_point li .c-list_check_item {
  padding-left: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_mouthpiece_point li .c-list_check_item {
    padding-left: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point li .c-list_check_item {
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_mouthpiece_point li .c-list_check_item::before, .p-index_mouthpiece_point li .c-list_check_item::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-index_mouthpiece_point li .c-list_check_item::before {
  width: 30px;
  height: 30px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point li .c-list_check_item::before {
    width: 22px;
    height: 22px;
  }
}
.p-index_mouthpiece_point li .c-list_check_item::after {
  left: 6px;
  width: 18px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point li .c-list_check_item::after {
    width: 12px;
    height: 13px;
  }
}
.p-index_mouthpiece_point_ico {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 8px;
  width: calc(100% - 16px);
  line-height: 1;
  color: #f8fcb4;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point_ico {
    top: 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_mouthpiece_point_ico_num {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point_ico_num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_mouthpiece_point_cont {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_mouthpiece_point_cont {
    margin-top: 12px;
  }
}
.p-index_a-ortho {
  padding: 120px 0;
  background: url(../img/bg_a-ortho.webp) center bottom/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_a-ortho {
    padding: 60px 0;
  }
}
.p-index_a-ortho_grid {
  position: relative;
  z-index: 0;
  padding: 0 40px 40px;
}
@media screen and (min-width: 768px) {
  .p-index_a-ortho_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-index_a-ortho_grid {
    padding: 0 20px 20px;
  }
}
.p-index_a-ortho_grid::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  opacity: 0.62;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_a-ortho_grid::before {
    height: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .p-index_a-ortho_grid_img {
    width: 46%;
    max-width: 530px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_a-ortho_grid_cont {
    width: 50%;
    max-width: 580px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_a-ortho_grid_cont {
    margin-top: 23px;
  }
}
.p-index_a-ortho_grid_cont .c-txt_asterisk {
  margin-top: 15px;
}
.p-index_a-ortho_grid_ttl {
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_a-ortho_grid_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_a-ortho_grid_ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_flow {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-index_flow {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index_flow_list li {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  background-color: #8cd3d8;
}
@media screen and (min-width: 768px) {
  .p-index_flow_list li {
    width: 32%;
    margin-right: 2%;
  }
  .p-index_flow_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-index_flow_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_flow_list li {
    margin-top: 30px;
  }
  .p-index_flow_list li:first-of-type {
    margin-top: 0;
  }
}
.p-index_flow_list li::before {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_flow_list li::before {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.p-index_flow_list_cont {
  position: relative;
  z-index: 0;
  padding: 20px 0 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_flow_list_cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_flow_list_ttl_en {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #ffffb2;
  font-family: "Dancing Script", cursive;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_flow_list_ttl_en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_ttl_en {
    margin-bottom: 13px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_flow_list_ttl_en::before, .p-index_flow_list_ttl_en::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #ffffb2;
  content: "";
}
.p-index_flow_list_ttl_en::before {
  left: 0;
}
.p-index_flow_list_ttl_en::after {
  right: 0;
}
.p-index_flow_list_ttl_jp {
  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;
  margin-bottom: 13px;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-index_flow_list_ttl_jp {
    height: 82px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_flow_list_ttl_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_ttl_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_consultation {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  background-color: #fafbf4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_consultation {
    padding: 40px 0 230px;
  }
}
.p-index_consultation::before, .p-index_consultation::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fff;
  opacity: 0.4;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_consultation::before, .p-index_consultation::after {
    height: 7px;
  }
}
.p-index_consultation::before {
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-index_consultation::before {
    display: none;
  }
}
.p-index_consultation::after {
  bottom: 0;
}
.p-index_consultation_ttl {
  margin-bottom: 13px;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_consultation_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_consultation_ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-index_consultation_ttl .c-txt_mint {
  background-image: url(../img/liner_consultation.webp);
  background-position: left bottom;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_ttl .c-txt_mint {
    background-size: 100% 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_consultation_tel a {
  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) {
  .p-index_consultation_tel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index_consultation_tel a img {
  width: 37px;
  margin: 10px 22px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_tel a img {
    width: 25px;
    margin: 5px 10px 0 0;
  }
}
.p-index_consultation_tel_num {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_tel_num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_consultation_txt {
  margin: 15px 0 0 55px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_txt {
    margin: 15px 0 0 0;
    text-align: center;
  }
}
.p-index_consultation_mail {
  width: 400px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_mail {
    width: 100%;
    margin: 20px 0 0;
  }
}
.p-index_consultation_mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  height: 70px;
  padding: 0 45px;
  border-radius: 35px;
  background-color: #53c3b5;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_mail a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    padding: 0 20px;
  }
}
.p-index_consultation_mail a::before, .p-index_consultation_mail a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.p-index_consultation_mail a::before {
  right: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #e9f7f5;
}
.p-index_consultation_mail a::after {
  right: 29px;
  width: 13px;
  height: 9px;
  background: url(../img/ico_arw.webp) left top/contain no-repeat;
}
.p-index_consultation_mail a img {
  width: 24px;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_mail a img {
    width: 20px;
    margin: 0 7px 0 0;
  }
}
.p-index_consultation_mail_txt {
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_mail_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_consultation_bg {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 52%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-index_consultation_bg {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_consultation_bg {
    bottom: 0;
    width: 100%;
    height: 200px;
  }
}
.p-index_consultation_bg_img {
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-index_consultation_bg_img::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 251, 244)), to(rgba(250, 251, 244, 0)));
  background: linear-gradient(to right, rgb(250, 251, 244) 0%, rgba(250, 251, 244, 0) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_consultation_bg_img::before {
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 251, 244)), to(rgba(250, 251, 244, 0)));
    background: linear-gradient(to bottom, rgb(250, 251, 244) 0%, rgba(250, 251, 244, 0) 100%);
  }
}
.p-index_consultation_bg_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-index_consultation_bg_img img {
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
.p-index_price {
  position: relative;
  z-index: 0;
  padding: 120px 0;
  background-color: #eff8f5;
}
@media screen and (max-width: 767px) {
  .p-index_price {
    padding: 60px 0;
  }
}
.p-index_price::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 913px;
  background: url(../img/bg_price.webp) left top/cover no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_price::before {
    height: 450px;
  }
}
.p-index_price_txt {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_txt {
    margin-bottom: 30px;
  }
}
.p-index_price_cont {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_price_cont {
    padding-top: 40px;
  }
}
.p-index_price_cont:first-of-type {
  padding-top: 0;
}
.p-index_price_tbl_base {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index_price_tbl_base_head {
    background-color: #53c3b5;
  }
}
.p-index_price_tbl_base_head_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-index_price_tbl_base_head_cont {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_head_cont {
    width: 100%;
  }
}
.p-index_price_tbl_base_head_left, .p-index_price_tbl_base_head_right {
  line-height: 1;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_head_left, .p-index_price_tbl_base_head_right {
    background-color: #53c3b5;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_price_tbl_base_head_left {
  width: 60%;
  border-right: 1px dashed #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-index_price_tbl_base_head_left {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_head_left {
    width: 55%;
  }
}
.p-index_price_tbl_base_head_right {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-index_price_tbl_base_head_right {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_head_right {
    width: 45%;
  }
}
.p-index_price_tbl_base_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #b1c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-index_price_tbl_base_cont {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_cont {
    width: 100%;
  }
}
.p-index_price_tbl_base_cont:last-of-type {
  border-bottom: none;
}
.p-index_price_tbl_base_cat_cont, .p-index_price_tbl_base_yen_cont {
  padding: 18px 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_cat_cont, .p-index_price_tbl_base_yen_cont {
    padding: 10px;
  }
}
.p-index_price_tbl_base_cat {
  width: 60%;
  border-right: 1px dashed #b1c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_cat {
    width: 55%;
  }
}
.p-index_price_tbl_base_yen {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_base_yen {
    width: 45%;
  }
}
.p-index_price_tbl_example {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example {
    margin-bottom: 15px;
  }
}
.p-index_price_tbl_example tr:first-of-type th {
  border-top: 1px solid #9ad8cf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-index_price_tbl_example tr:last-of-type th {
  border-bottom: 1px solid #9ad8cf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-index_price_tbl_example th {
  width: 30%;
  border-bottom: 1px dashed #fff;
  background-color: #9ad8cf;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example th {
    width: 28%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_tbl_example td {
  width: 70%;
  padding: 30px 80px;
  border-top: 1px dashed #b1c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_price_tbl_example td {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example td {
    width: 72%;
    padding: 20px 10px;
  }
}
.p-index_price_tbl_example td:last-of-type {
  border-bottom: 1px dashed #b1c2c2;
}
.p-index_price_tbl_example_month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_price_tbl_example_month dt {
  width: 70px;
  height: 70px;
  line-height: 1;
  margin-right: 21px;
  padding: 24px 0 0 3px;
  border: 1px solid #53c3b5;
  border-radius: 50%;
  color: #53c3b5;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example_month dt {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    padding: 12px 0 0 3px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_price_tbl_example_month dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  color: #53c3b5;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example_month dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_tbl_example_month_yen {
  padding-right: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_price_tbl_example_month_yen {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example_month_yen {
    padding-right: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_price_tbl_example_month_yen_num {
  padding-right: 5px;
  font-weight: 500;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl_example_month_yen_num {
    padding-right: 3px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_price_tbl_example_month_txt {
  margin-top: 10px;
}
.p-index_price_box {
  margin-top: 34px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-index_price_box .c-txt_min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_price_box_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.p-index_price_ttl {
  position: relative;
  z-index: 0;
  line-height: 1;
  margin-bottom: 50px;
  padding-bottom: 45px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_ttl {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_price_ttl::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #53c3b5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_price_ttl::before {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_price_pay li {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index_price_pay li {
    width: 23.5%;
    height: 359px;
    margin-right: 2%;
  }
  .p-index_price_pay li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_pay li {
    margin-top: 20px;
  }
  .p-index_price_pay li:first-of-type {
    margin-top: 0;
  }
}
.p-index_price_pay li::before {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #bbdada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_price_pay li::before {
    top: 5px;
    left: -5px;
  }
}
.p-index_price_pay_cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-index_price_pay_cont {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_cont {
    padding: 30px 0;
  }
}
.p-index_price_pay_img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_img {
    margin: 0 auto 18px;
  }
}
.p-index_price_pay_img.-img01 {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_img.-img01 {
    width: 52px;
  }
}
.p-index_price_pay_img.-img02 {
  width: 37px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_img.-img02 {
    width: 27px;
  }
}
.p-index_price_pay_img.-img03 {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_img.-img03 {
    width: 40px;
  }
}
.p-index_price_pay_img.-img04 {
  width: 53px;
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_img.-img04 {
    width: 43px;
  }
}
.p-index_price_pay_ttl {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_price_pay_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_price_pay_txt {
  line-height: 1.75;
  margin-top: 25px;
  color: #0d9f9e;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_price_pay_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_pay_txt {
    margin-top: 15px;
  }
}
.p-index_price_example {
  position: relative;
  z-index: 0;
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_price_example {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
.p-index_price_example::before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #eff8f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_price_example::before {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.p-index_price_example_head {
  position: absolute;
  z-index: 0;
  top: -40px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_example_head {
    top: -20px;
  }
}
.p-index_price_example_head_ttl {
  display: inline-block;
  line-height: 1;
  padding: 24px 234px;
  border-radius: 30px;
  background-color: #ffffb2;
  color: #53c3b5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_example_head_ttl {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_example_ttl {
  line-height: 1;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_example_ttl {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_m-expense_ttl {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_m-expense_ttl {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_price_m-expense_txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-index_price_m-expense_txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_m-expense_txt {
    margin-top: 20px;
  }
}
.p-index_faq {
  padding: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-index_faq {
    padding: 60px 0 20px;
  }
}
.p-index_faq_inner {
  border-bottom: 1px dashed #b1c2c2;
}
.p-index_faq_inner:first-of-type {
  border-top: 1px dashed #b1c2c2;
}
.p-index_faq_q, .p-index_faq_a {
  position: relative;
  z-index: 0;
  padding-right: 110px;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_q, .p-index_faq_a {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.p-index_faq_q::before, .p-index_faq_a::before {
  position: absolute;
  z-index: 0;
  left: 20px;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_faq_q::before, .p-index_faq_a::before {
    left: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-index_faq_q {
  line-height: 1.7;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-index_faq_q {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_faq_q::before {
  top: 30px;
  color: #9ad8cf;
  content: "Q.";
}
@media screen and (max-width: 767px) {
  .p-index_faq_q::before {
    top: 15px;
  }
}
.p-index_faq_q::after {
  position: absolute;
  z-index: 0;
  right: 45px;
  width: 24px;
  height: 14px;
  background: url(../img/ico_pagetop.webp) left top/contain no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_faq_q::after {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_faq_q::after {
    top: 50%;
    right: 15px;
    width: 16px;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-index_faq_q.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-index_faq_a {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_faq_a {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.p-index_faq_a::before {
  top: 16px;
  color: #f8efb4;
  content: "A.";
}
@media screen and (max-width: 767px) {
  .p-index_faq_a::before {
    top: 8px;
  }
}
.p-index_doctor {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_doctor {
    padding: 60px 0;
  }
}
.p-index_doctor_grid {
  position: relative;
  z-index: 0;
  padding: 0 80px 90px;
}
@media screen and (min-width: 768px) {
  .p-index_doctor_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid {
    padding: 0 20px 40px;
  }
}
.p-index_doctor_grid::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 150%;
  height: calc(100% - 110px);
  background-color: #eff8f5;
  content: "";
}
.p-index_doctor_grid_img {
  position: relative;
  z-index: 0;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-index_doctor_grid_img {
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_img {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.p-index_doctor_grid_img::before {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background-color: #53c3b5;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_img::before {
    top: 10px;
    left: 10px;
  }
}
.p-index_doctor_grid_img_en {
  position: absolute;
  z-index: 0;
  right: -10px;
  bottom: 35px;
  color: #ffffb2;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_img_en {
    bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_doctor_grid_cont {
    width: 55%;
    max-width: 590px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .p-index_doctor_grid_cont {
    width: 53%;
    max-width: unset;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_cont {
    margin-top: 30px;
  }
}
.p-index_doctor_grid_name {
  line-height: 1;
  margin-top: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_name {
    margin-top: 15px;
  }
}
.p-index_doctor_grid_name dt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_name dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_doctor_grid_name dd {
  margin-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_name dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_doctor_grid_name_big {
  margin-left: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_grid_name_big {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_doctor_history {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .p-index_doctor_history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_history {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_doctor_history_item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_history_item {
    margin-top: 40px;
  }
  .p-index_doctor_history_item:first-of-type {
    margin-top: 0;
  }
}
.p-index_doctor_history_ttl {
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #53c3b5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_history_ttl {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_doctor_history_list li {
  margin-top: 5px;
}
.p-index_doctor_history_list li:first-of-type {
  margin-top: 0;
}
.p-index_clinic_bg {
  padding: 120px 0 90px;
  background: url(../img/bg_clinic.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_bg {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_clinic_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-index_clinic_grid_cont {
    width: 48%;
    max-width: 595px;
  }
}
.p-index_clinic_grid_tbl {
  width: 100%;
  border-top: 1px dashed #b1c2c2;
}
.p-index_clinic_grid_tbl tr {
  border-bottom: 1px dashed #b1c2c2;
}
.p-index_clinic_grid_tbl th,
.p-index_clinic_grid_tbl td {
  line-height: 1.88;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_grid_tbl th,
  .p-index_clinic_grid_tbl td {
    padding: 10px 0;
  }
}
.p-index_clinic_grid_tbl th {
  width: 25%;
  color: #53c3b5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_grid_tbl th {
    width: 28%;
  }
}
.p-index_clinic_grid_tbl td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_grid_tbl td {
    width: 72%;
  }
}
.p-index_clinic_grid_map {
  height: 474px;
}
@media screen and (min-width: 768px) {
  .p-index_clinic_grid_map {
    width: 48%;
    max-width: 595px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_clinic_grid_map {
    height: 250px;
    margin-top: 30px;
  }
}
.p-index_clinic_grid_map iframe {
  width: 100%;
  height: 100%;
}
.p-index_clinic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-index_clinic_list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_list li {
    width: 50%;
  }
}
.p-index_contact {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding: 100px 0;
  background: url(../img/bg_contact.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_contact {
    margin-top: 30px;
    padding: 40px 0;
  }
}
.p-index_contact::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  content: "";
}
.p-index_contact .l-cont_s {
  position: relative;
  z-index: 0;
}
.p-index_contact_ttl {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl {
    margin-bottom: 30px;
  }
}
.p-index_contact_ttl_cont {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 5px 60px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_cont {
    line-height: 1.7;
    padding: 0 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_contact_ttl_cont::before, .p-index_contact_ttl_cont::after {
  position: absolute;
  z-index: 0;
  bottom: 3px;
  width: 39px;
  height: 29px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_cont::before, .p-index_contact_ttl_cont::after {
    bottom: 14px;
    width: 30px;
    height: 20px;
  }
}
.p-index_contact_ttl_cont::before {
  left: 0;
  background-image: url(../img/ico_contact_deco01.webp);
}
.p-index_contact_ttl_cont::after {
  right: 0;
  background-image: url(../img/ico_contact_deco02.webp);
}
.p-index_contact_ttl_liner {
  padding-bottom: 2px;
  background-image: url(../img/liner_contact.webp);
  background-position: left bottom;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  color: #ffffb2;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_liner {
    background-size: 100% 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_contact_grid {
    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;
  }
}
.p-index_contact_grid_tel, .p-index_contact_grid_mail {
  width: 470px;
  height: 130px;
  border-radius: 65px;
  font-family: "Shippori Mincho", serif;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_tel, .p-index_contact_grid_mail {
    width: 100%;
    height: 75px;
  }
}
.p-index_contact_grid_tel {
  margin: 0 50px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_tel {
    margin: 0 0 15px 0;
  }
}
.p-index_contact_grid_tel a {
  display: block;
  height: 100%;
  line-height: 1;
  background-color: #fff;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_tel a {
    padding-top: 13px;
  }
}
.p-index_contact_grid_tel_txt {
  text-align: center;
}
.p-index_contact_grid_tel_main {
  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;
}
.p-index_contact_grid_tel_main img {
  width: 34px;
  margin: 3px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_tel_main img {
    width: 20px;
    margin: 8px 4px 0 0;
  }
}
.p-index_contact_grid_tel_main_num {
  margin-top: 10px;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_tel_main_num {
    margin-top: 8px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_contact_grid_mail 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;
  height: 100%;
  background-color: #53c3b5;
}
.p-index_contact_grid_mail a img {
  width: 40px;
  margin: 0 18px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_mail a img {
    width: 30px;
    margin: 0 9px 0 0;
  }
}
.p-index_contact_grid_mail_txt {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_contact_grid_mail_txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_contact_txt {
  line-height: 1.9;
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact_txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}