@charset "UTF-8";
/* =================================
 common
================================= */
/* title
---------------------------------------------------------- */
.c-ttl_sec {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-ttl_sec {
    width: 27%;
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_sec {
    margin-bottom: 30px;
  }
}
.c-ttl_sec_en {
  font-family: "Cormorant Garamond", "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl_sec_en {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_en {
    font-size: 40px;
    font-size: 4rem;
  }
}
.c-ttl_sec_jp {
  position: relative;
  z-index: 0;
  margin-top: 23px;
  padding-left: 15px;
  color: #343333;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp {
    margin-top: 12px;
  }
}
.c-ttl_sec_jp::before {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dc9ea4;
  content: "";
}

/* text
---------------------------------------------------------- */
.c-txt_asterisk {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.c-txt_asterisk::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-txt_asterisk::before {
    top: 3px;
  }
}

/* list
---------------------------------------------------------- */
.c-list_midpoint li {
  position: relative;
  z-index: 0;
  margin-top: 15px;
  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: "・";
}
.c-list_asterisk li {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.c-list_asterisk li::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-list_asterisk li::before {
    top: 6px;
  }
}

/* contact
---------------------------------------------------------- */
.c-contact.-contact01 {
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .c-contact.-contact01 {
    padding-bottom: 65px;
  }
}
.c-contact.-contact02 {
  padding: 80px 0 117px;
}
@media screen and (max-width: 767px) {
  .c-contact.-contact02 {
    padding: 40px 0;
  }
}
.c-contact.-contact03 {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact.-contact03 {
    padding: 40px 0;
  }
}
.c-contact_wrap {
  position: relative;
  z-index: 0;
  padding: 82px 80px 79px;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {
  .c-contact_wrap {
    padding: 40px 20px 220px;
  }
}
.c-contact_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 49%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact_bg {
    top: 0;
    max-width: 643px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact_bg {
    bottom: 0;
    width: 100%;
    height: 200px;
  }
}
.c-contact_bg_img {
  position: relative;
  z-index: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-contact_bg_img {
    height: 200px;
  }
}
.c-contact_bg_img::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(220, 220, 220, 0)), to(rgb(220, 220, 220)));
  background: linear-gradient(to right, rgba(220, 220, 220, 0) 0%, rgb(220, 220, 220) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-contact_bg_img::before {
    width: 100%;
    height: 25%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(220, 220, 220, 0)), to(rgb(220, 220, 220)));
    background: linear-gradient(to top, rgba(220, 220, 220, 0) 0%, rgb(220, 220, 220) 100%);
  }
}
.c-contact_bg_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-contact_cont {
    width: 58%;
    max-width: 670px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-contact_cont {
    width: 70%;
    max-width: unset;
  }
}
.c-contact_logo {
  width: 296px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-contact_logo {
    width: 250px;
  }
}
.c-contact_txt {
  line-height: 1.8;
  margin-top: 25px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 1100px) {
  .c-contact_txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-contact_txt {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-contact_btn {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c-contact_btn {
    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;
  }
}
@media screen and (max-width: 767px) {
  .c-contact_btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact_btn_box {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .c-contact_btn_box {
    margin-top: 15px;
  }
}
.c-contact_btn_box.-tel a {
  background-color: #c68d99;
}
.c-contact_btn_box.-tel a img {
  width: 31px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 1240px) {
  .c-contact_btn_box.-tel a img {
    width: 24px;
  }
}
.c-contact_btn_box.-tel a .c-contact_btn_txt {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1240px) {
  .c-contact_btn_box.-tel a .c-contact_btn_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-contact_btn_box.-mail a {
  background-color: #c5a3a3;
}
.c-contact_btn_box.-mail a img {
  width: 36px;
  margin: 0 11px 0 0;
}
@media screen and (max-width: 1240px) {
  .c-contact_btn_box.-mail a img {
    width: 26px;
  }
}
.c-contact_btn_box.-mail a .c-contact_btn_txt {
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1240px) {
  .c-contact_btn_box.-mail a .c-contact_btn_txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact_btn_box:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-contact_btn_box:first-of-type {
    margin-top: 0;
  }
}
.c-contact_btn_box 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: 80px;
  border-radius: 40px;
}
@media screen and (max-width: 1240px) {
  .c-contact_btn_box a {
    height: 60px;
  }
}
.c-contact_btn_txt {
  line-height: 1;
  color: #fff;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.c-contact_hour {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .c-contact_hour {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* =================================
 index
================================= */
.p-index_mv {
  position: relative;
  z-index: 0;
  width: 100%;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 1441px) {
  .p-index_mv {
    height: 100vh;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_mv {
    height: 890px;
  }
}
.p-index_mv::before {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_btm_mv.webp);
  background-position: bottom center;
  background-size: 100% 73px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_mv::before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv::before {
    top: 213px;
    background-size: 100% 27px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_mv_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_bg {
    height: 232px;
  }
}
.p-index_mv_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_mv .l-cont_l {
  position: relative;
  z-index: 0;
  height: 100%;
  opacity: 0;
  -webkit-animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv .l-cont_l {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-index_mv_cont {
    position: absolute;
    z-index: 0;
    top: 225px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_cont {
    padding: 20px 0 0;
  }
}
.p-index_mv_ttl_sub {
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ttl_sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_mv_ttl_main {
  line-height: 1.5;
  margin-top: 22px;
  color: #3d2c11;
  font-weight: 600;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ttl_main {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_ttl_main {
    margin-top: 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-index_mv_txt {
  line-height: 1.8;
  margin-top: 22px;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_txt {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_mv_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-index_mv_point {
    position: absolute;
    z-index: 0;
    bottom: 93px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_point {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
}
.p-index_mv_point li {
  position: relative;
  z-index: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #3d2c11;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-index_mv_point li {
    margin-right: 19px;
  }
  .p-index_mv_point li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_point li {
    width: 108px;
    height: 108px;
  }
}
.p-index_mv_point_txt {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.6;
  color: #3d2c11;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  text-shadow: 0 0 18px #f4d6be, 0 0 18px #f4d6be, 0 0 18px #f4d6be;
  letter-spacing: -0.03em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-index_mv_point_txt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}
.p-index_smile {
  padding: 90px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-index_smile {
    padding: 45px 0 30px;
  }
}
.p-index_smile_ttl {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-index_smile_ttl_sub {
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_smile_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_smile_ttl_main {
  line-height: 1.6;
  margin-top: 15px;
  font-weight: 500;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-index_smile_ttl_main {
    margin-top: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-index_smile_ttl_pk {
  color: #ca6972;
}
.p-index_smile_voice {
  margin-top: 120px;
}
@media screen and (min-width: 1101px) {
  .p-index_smile_voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .p-index_smile_voice_ttl {
    width: 310px;
  }
}
.p-index_smile_voice_ttl_sub {
  line-height: 1;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 62px;
  font-size: 6.2rem;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_smile_voice_ttl_sub {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-index_smile_voice_ttl_sub .u-only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_ttl_sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_smile_voice_ttl_main {
  position: relative;
  z-index: 0;
  line-height: 1.2;
  padding-left: 15px;
  margin-top: 20px;
  font-weight: 500;
  color: #343333;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_ttl_main {
    margin-top: 8px;
  }
}
.p-index_smile_voice_ttl_main::before {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dc9ea4;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_ttl_main::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_smile_voice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1101px) {
  .p-index_smile_voice_list {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_smile_voice_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_smile_voice_list li {
    width: 47%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_list li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_smile_voice_list li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_list li:first-of-type {
    margin-top: 0;
  }
}
.p-index_smile_voice_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-index_smile_voice_list_ttl::after {
  background-color: #c9c9c9;
  margin: 0 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  content: "";
}
.p-index_smile_voice_list_ttl_txt {
  padding-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_list_ttl_txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_smile_voice_list_ttl_num {
  padding-left: 8px;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_smile_voice_list_ttl_num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-index_doctor {
  position: relative;
  z-index: 0;
  padding: 150px 0 183px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_doctor {
    padding: 70px 0;
  }
}
.p-index_doctor::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2400px;
  height: 275px;
  background: url(../img/bg_doctor.webp) top center/cover no-repeat;
  -webkit-animation: loopScroll 80s infinite linear 0.5s both;
          animation: loopScroll 80s infinite linear 0.5s both;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_doctor::before {
    width: 1200px;
    height: 137px;
  }
}
@-webkit-keyframes loopScroll {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes loopScroll {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@media screen and (min-width: 768px) {
  .p-index_doctor_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_doctor_img {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .p-index_doctor_img {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_img {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-index_doctor_cont {
    width: 56%;
    max-width: 640px;
  }
}
.p-index_doctor_cont .c-txt_base {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_cont .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_doctor_ttl {
  line-height: 1.8;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_ttl {
    margin-top: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_doctor_name {
  line-height: 1;
  margin-top: 25px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_name {
    margin-top: 15px;
  }
}
.p-index_doctor_name dt {
  color: #ab8674;
  font-weight: 600;
}
.p-index_doctor_name dd {
  margin-top: 16px;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_name dd {
    margin-top: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_doctor_detail {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-index_doctor_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail {
    margin-top: 35px;
  }
}
.p-index_doctor_detail_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_doctor_detail_ttl::after {
  background-color: #c9c9c9;
  margin: 0 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_doctor_detail_cont {
    width: 46%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_cont {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_doctor_detail_cont:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_cont:first-of-type {
    margin-top: 0;
  }
}
.p-index_doctor_detail_cont .c-list_midpoint li {
  line-height: 1.5;
}
.p-index_doctor_detail_history_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_history_cont {
    margin-top: 15px;
  }
}
.p-index_doctor_detail_history_cont:first-of-type {
  margin-top: 0;
}
.p-index_doctor_detail_history_cont dt {
  width: 85px;
  line-height: 1.86;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_history_cont dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_doctor_detail_history_cont dd {
  width: calc(100% - 85px);
  line-height: 1.5;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_history_cont dd {
    padding-top: 4px;
  }
}
.p-index_doctor_detail_history_year {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_doctor_detail_history_year {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_concerns {
  position: relative;
  z-index: 0;
  padding: 186px 0 78px;
  background: url(../img/bg_concerns.webp) bottom center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_concerns {
    padding: 120px 0 40px;
  }
}
.p-index_concerns::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_concerns.webp);
  background-position: top center;
  background-size: 100% 137px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_concerns::before {
    background-size: 100% 68px;
  }
}
.p-index_concerns_ttl {
  position: relative;
  z-index: 0;
}
.p-index_concerns_ttl_en {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_ttl_en {
    width: 95%;
    max-width: 1020px;
  }
}
.p-index_concerns_ttl_jp {
  position: absolute;
  z-index: 0;
  top: 45px;
  right: 110px;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_ttl_jp {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_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;
    top: -42px;
    right: 50%;
    width: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-index_concerns_ttl_bg {
  display: inline-block;
  line-height: 1;
  padding: 10px 0 10px 17px;
  background-color: #fafafa;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_ttl_bg {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_ttl_bg {
    display: block;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_concerns_ttl_bg:last-of-type {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_ttl_bg:last-of-type {
    padding: 5px 10px 5px 0;
  }
}
.p-index_concerns_list {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_list {
    margin-top: 40px;
  }
}
.p-index_concerns_list li {
  margin-top: 32px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_list li {
    position: relative;
    z-index: 0;
    width: 32%;
    height: 144px;
    margin-right: 2%;
  }
  .p-index_concerns_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-index_concerns_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_list li {
    padding: 20px 0;
    margin-top: 30px;
  }
  .p-index_concerns_list li:first-of-type {
    margin-top: 0;
  }
}
.p-index_concerns_list_num {
  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;
  line-height: 1;
  margin-top: -23px;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_concerns_list_num {
    margin-top: -35px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_concerns_list_num::before, .p-index_concerns_list_num::after {
  background-color: #c9c9c9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  content: "";
}
.p-index_concerns_list_num::before {
  margin: 0 15px 0 0;
}
.p-index_concerns_list_num::after {
  margin: 0 0 0 15px;
}
.p-index_concerns_list_txt {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-index_concerns_list_txt {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_concerns_list_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_concerns_list_txt {
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_start {
  position: relative;
  z-index: 0;
  padding: 236px 0 96px;
  background-color: #fafafa;
  background-image: url(../img/bg_start.webp);
  background-position: top left;
  background-size: 695px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_start {
    background-size: 340px auto;
    padding: 140px 0 45px;
  }
}
.p-index_start::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_start.webp);
  background-position: top center;
  background-size: 100% 73px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_start::before {
    background-size: 100% 27px;
  }
}
.p-index_start_ttl {
  line-height: 1.5;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index_start_ttl {
    width: 73%;
    max-width: 840px;
    margin-left: auto;
  }
}
.p-index_start_ttl_sub {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_start_ttl_sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_start_ttl_main {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_start_ttl_main {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_ttl_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_start_ttl_liner {
  position: relative;
  z-index: 0;
  padding-bottom: 16px;
  background-color: transparent;
}
.p-index_start_ttl_liner::before, .p-index_start_ttl_liner::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 50%;
  background-color: #dc9ea4;
  content: "";
}
.p-index_start_ttl_liner::before {
  bottom: 0;
}
.p-index_start_ttl_liner::after {
  bottom: 4px;
}
.p-index_start_ttl_fifty {
  font-size: 66px;
  font-size: 6.6rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_start_ttl_fifty {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_ttl_fifty {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-index_start_list {
  margin-top: 106px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index_start_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_list {
    margin-top: 50px;
  }
}
.p-index_start_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 94px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index_start_list li {
    width: 46%;
    margin-right: 8%;
  }
  .p-index_start_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-index_start_list li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .p-index_start_list li:first-of-type {
    margin-top: 0;
  }
}
.p-index_start_list_cont {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-index_start_list_cont {
    max-width: 320px;
  }
}
.p-index_start_list_head {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head {
    padding-bottom: 20px;
  }
}
.p-index_start_list_head::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 8px;
  background-color: #dc9ea4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head::before {
    bottom: 5px;
  }
}
.p-index_start_list_head_ttl {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #a4a4a4;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_start_list_head_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head_ttl {
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_start_list_head_ttl::before, .p-index_start_list_head_ttl::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 64px;
  height: 1px;
  background-color: #dc9ea4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head_ttl::before, .p-index_start_list_head_ttl::after {
    width: 40px;
  }
}
.p-index_start_list_head_ttl::before {
  top: 23px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head_ttl::before {
    top: 17px;
  }
}
.p-index_start_list_head_ttl::after {
  top: 24px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-index_start_list_head_ttl::after {
    top: 18px;
  }
}
.p-index_start_list_txt {
  line-height: 1.6;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_start_list_txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_start_list_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_start_list_img {
  position: relative;
  z-index: 0;
  width: 215px;
  height: 215px;
  margin-left: -5px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_start_list_img {
    width: 140px;
    height: 140px;
  }
}
.p-index_start_list_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_suggest {
  position: relative;
  z-index: 0;
  padding: 172px 0 23px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(235, 229, 227)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgb(235, 229, 227) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .p-index_suggest {
    padding: 60px 0 10px;
  }
}
.p-index_suggest::before, .p-index_suggest::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
.p-index_suggest::before {
  z-index: -1;
  height: 100%;
  background-image: url(../img/fg_top_suggest.webp);
  background-position: top center;
  background-size: 100% 73px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_suggest::before {
    background-size: 100% 27px;
  }
}
.p-index_suggest::after {
  z-index: -2;
  width: 100%;
  height: 968px;
  background-image: url(../img/bg_suggest.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 1870px) {
  .p-index_suggest::after {
    background-position: center;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_suggest::after {
    height: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_suggest_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-index_suggest_head_en {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-index_suggest_head_en {
    padding-top: 5px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_suggest_head_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_suggest_head_en::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #dc9ea4;
  content: "";
}
.p-index_suggest_head_ttl {
  line-height: 1.5;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index_suggest_head_ttl {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .p-index_suggest_head_ttl {
    margin: 20px 0;
  }
}
.p-index_suggest_head_ttl_sub {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_suggest_head_ttl_sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_suggest_head_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_suggest_head_ttl_main {
  margin-top: 5px;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_suggest_head_ttl_main {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_suggest_head_ttl_main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_suggest_scroll {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_scroll {
    margin-top: 40px;
    overflow-x: scroll;
  }
  .p-index_suggest_scroll .p-index_suggest_tbl {
    min-width: 767px;
  }
}
.p-index_suggest_tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.p-index_suggest_tbl_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #7b7b7b;
}
.p-index_suggest_tbl_tr:last-of-type {
  border-bottom: none;
}
.p-index_suggest_tbl_tr .p-index_suggest_tbl_ttl:last-of-type,
.p-index_suggest_tbl_tr .p-index_suggest_tbl_txt:last-of-type {
  margin-right: 0;
}
.p-index_suggest_tbl_head {
  width: 220px;
  padding: 40px 15px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_head {
    width: 150px;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_suggest_tbl_ttl {
  width: 24.6%;
  margin-right: 20px;
  padding: 30px 0 25px;
  background-color: #faf9f7;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_ttl {
    width: 26%;
    margin-right: 10px;
    padding: 20px 0 10px;
  }
}
.p-index_suggest_tbl_ttl_main {
  line-height: 1.5;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_suggest_tbl_ttl_main {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_ttl_main {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_suggest_tbl_img {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_img {
    width: calc(100% - 20px);
    margin: 15px auto 0;
  }
}
.p-index_suggest_tbl_txt {
  width: 24.6%;
  margin-right: 20px;
  padding: 20px 0;
  background-color: #faf9f7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_txt {
    width: 26%;
    margin-right: 10px;
    padding: 10px 0;
  }
}
.p-index_suggest_tbl_txt dt {
  line-height: 1;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
}
.p-index_suggest_tbl_txt dd {
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-index_suggest_tbl_txt dd {
    margin-top: 10px;
  }
}
.p-index_merit {
  position: relative;
  z-index: 0;
  padding: 331px 0 26px;
  background: url(../img/bg_merit.webp) center bottom/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_merit {
    padding: 150px 0 10px;
  }
}
.p-index_merit::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_merit.webp);
  background-position: top center;
  background-size: 100% 284px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_merit::before {
    background-size: 100% 130px;
  }
}
.p-index_merit_ttl {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_merit_ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_merit_ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.p-index_merit_cont {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-index_merit_cont {
    margin-top: 30px;
  }
}
.p-index_merit_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_merit_en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_merit_en::after {
  background-color: #c9c9c9;
  margin: 0 0 0 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-index_merit_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_merit_list li {
  position: relative;
  z-index: 0;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .p-index_merit_list li {
    width: 32%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_merit_list li {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_merit_list li {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-index_merit_list li.-merit01, .p-index_merit_list li.-merit02, .p-index_merit_list li.-merit03 {
  background-color: #fffbf8;
}
.p-index_merit_list li.-merit01::before {
  background-image: url(../img/ico_merit01.webp);
}
.p-index_merit_list li.-merit02::before {
  background-image: url(../img/ico_merit02.webp);
}
.p-index_merit_list li.-merit03::before {
  background-image: url(../img/ico_merit03.webp);
}
.p-index_merit_list li.-demerit01, .p-index_merit_list li.-demerit02, .p-index_merit_list li.-demerit03 {
  background-color: #f9f9f9;
}
.p-index_merit_list li.-demerit01::before {
  background-image: url(../img/ico_demerit01.webp);
}
.p-index_merit_list li.-demerit02::before {
  background-image: url(../img/ico_demerit02.webp);
}
.p-index_merit_list li.-demerit03::before {
  background-image: url(../img/ico_demerit03.webp);
}
@media screen and (min-width: 768px) {
  .p-index_merit_list li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_merit_list li:first-of-type {
    margin-top: 0;
  }
}
.p-index_merit_list li::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 84px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_merit_list li::before {
    top: 10px;
    right: 10px;
    width: 65px;
    height: 55px;
  }
}
.p-index_merit_list li .c-txt_base {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_merit_list li .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_merit_list_ttl_en {
  display: inline-block;
  line-height: 1;
  padding-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #dc9ea4;
}
.p-index_merit_list_ttl_en_num {
  margin-left: 5px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_merit_list_ttl_en_num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_merit_list_ttl_jp {
  display: block;
  line-height: 1.6;
  margin-top: 40px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_merit_list_ttl_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_merit_list_ttl_jp {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_merit_list_ttl_jp.-min {
    padding: 17px 0;
  }
}
.p-index_case {
  position: relative;
  z-index: 0;
  padding: 331px 0 128px;
}
@media screen and (max-width: 767px) {
  .p-index_case {
    padding: 120px 0 20px;
  }
}
.p-index_case::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_case.webp);
  background-position: top center;
  background-size: 100% 284px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_case::before {
    background-size: 100% 130px;
  }
}
.p-index_case_head {
  text-align: center;
}
.p-index_case_head_sub {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_case_head_sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_head_sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_case_head_ttl {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-index_case_head_ttl {
    margin-top: 3px;
  }
}
.p-index_case_head_ttl_jp {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_case_head_ttl_jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_head_ttl_jp {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_case_head_ttl_en {
  line-height: 1;
  margin-top: 30px;
  color: #9d9d9d;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_head_ttl_en {
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_case_slider {
  width: 902px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider {
    width: 300px;
    margin: 40px auto 0;
  }
}
.p-index_case_slider .slick-slide {
  width: 902px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-slide {
    width: 300px;
    padding-bottom: 20px;
  }
}
.p-index_case_slider .slick-prev,
.p-index_case_slider .slick-next {
  width: 19px;
  height: 38px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-prev,
  .p-index_case_slider .slick-next {
    top: unset;
    bottom: 0;
    width: 12px;
    height: 24px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-index_case_slider .slick-prev::before,
.p-index_case_slider .slick-next::before {
  display: none;
}
.p-index_case_slider .slick-prev {
  left: -110px;
  background-image: url(../img/ico_prev.webp);
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .p-index_case_slider .slick-prev {
    left: -65px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-prev {
    left: 0;
  }
}
.p-index_case_slider .slick-next {
  right: -110px;
  background-image: url(../img/ico_next.webp);
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .p-index_case_slider .slick-next {
    right: -65px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-next {
    right: 0;
  }
}
.p-index_case_slider .slick-dots {
  z-index: 1;
  left: 50%;
  bottom: -10px;
  width: 902px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-dots {
    bottom: 5px;
    width: 300px;
  }
}
.p-index_case_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 12px 0 0;
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px 0 0;
  }
}
.p-index_case_slider .slick-dots li::before {
  display: none;
}
.p-index_case_slider .slick-dots li.slick-active button {
  background-color: #dc9ea4;
}
.p-index_case_slider .slick-dots li:last-child {
  margin: 0;
}
.p-index_case_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.p-index_case_slider .slick-dots li button::before {
  display: none;
}
.p-index_case_slider_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index_case_slider_img_figure {
  width: 49%;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .p-index_case_slider_img_figure {
    max-width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_img_figure {
    width: 48%;
    margin-right: 4%;
  }
}
.p-index_case_slider_img_figure:last-of-type {
  margin-right: 0;
}
.p-index_case_slider_ttl {
  line-height: 1;
  margin-top: 50px;
  padding: 23px 0;
  border-top: 1px solid #aaa7a7;
  border-bottom: 1px solid #aaa7a7;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_ttl {
    margin-top: 20px;
    padding: 12px 0 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_case_slider_ttl_num {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_ttl_num {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_case_slider_tbl {
  width: 100%;
}
.p-index_case_slider_tbl tr {
  border-bottom: 1px dotted #7b7b7b;
}
.p-index_case_slider_tbl th,
.p-index_case_slider_tbl td {
  padding: 15px 30px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl th,
  .p-index_case_slider_tbl td {
    padding: 10px;
  }
}
.p-index_case_slider_tbl th {
  width: 25%;
  background-color: #dbd4d1;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl th {
    width: 40%;
  }
}
.p-index_case_slider_tbl td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-index_case_slider_tbl td {
    width: 60%;
  }
}
.p-index_last {
  position: relative;
  z-index: 0;
  padding: 185px 0 116px;
  background-color: #869191;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_last {
    padding: 60px 0 280px;
  }
}
.p-index_last::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_last.webp);
  background-position: top center;
  background-size: 100% 73px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_last::before {
    background-size: 100% 27px;
  }
}
.p-index_last_img {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 710px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-index_last_img {
    top: 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_img {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_last_img {
    bottom: 0;
    width: 100%;
    height: 250px;
  }
}
.p-index_last_img_figure {
  position: relative;
  z-index: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_last_img_figure {
    height: 250px;
  }
}
.p-index_last_img_figure::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(134, 145, 145, 0)), to(rgb(134, 145, 145)));
  background: linear-gradient(to right, rgba(134, 145, 145, 0) 0%, rgb(134, 145, 145) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_last_img_figure::before {
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 145, 145, 0)), to(rgb(134, 145, 145)));
    background: linear-gradient(to top, rgba(134, 145, 145, 0) 0%, rgb(134, 145, 145) 100%);
  }
}
.p-index_last_img_figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_last_cont {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index_last_cont {
    width: 56%;
    max-width: 605px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_cont {
    width: 50%;
    max-width: unset;
  }
}
.p-index_last_cont .c-txt_base {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_last_cont .c-txt_base {
    margin-top: 30px;
  }
}
.p-index_last_ttl {
  position: relative;
  z-index: 0;
  line-height: 1.3;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_last_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_last_ttl::before {
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 102px;
  width: 165px;
  height: 82px;
  background: url(../img/txt_last.webp) top left/contain no-repeat;
  content: "";
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_ttl::before {
    top: 0;
    right: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_last_ttl::before {
    top: -6px;
    right: 60px;
    width: 93px;
    height: 46px;
  }
}
.p-index_last_ttl_point {
  font-size: 47px;
  font-size: 4.7rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_ttl_point {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_last_ttl_point {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_last_ttl_big {
  font-weight: 600;
  font-size: 84px;
  font-size: 8.4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_last_ttl_big {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_last_ttl_big {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_feature {
  position: relative;
  z-index: 0;
  padding: 200px 0 10px;
  background-color: #e9dbda;
}
@media screen and (max-width: 767px) {
  .p-index_feature {
    padding: 60px 0 10px;
  }
}
.p-index_feature::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fg_top_feature.webp);
  background-position: top center;
  background-size: 100% 73px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_feature::before {
    background-size: 100% 27px;
  }
}
.p-index_feature_ttl {
  position: relative;
  z-index: 0;
  line-height: 1.6;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa7a7;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl {
    padding-bottom: 20px;
  }
}
.p-index_feature_ttl::before {
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  width: inherit;
  height: inherit;
  line-height: 1;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 180px;
  font-size: 18rem;
  color: #e5d0cf;
  content: "Feature";
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl::before {
    top: -20px;
    font-size: 80px;
    font-size: 8rem;
  }
}
.p-index_feature_ttl_sub {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_feature_ttl_main {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl_main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_feature_ttl_pk {
  color: #dc9ea4;
}
.p-index_feature_list_top {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_top {
    margin-top: 40px;
  }
}
.p-index_feature_list_01_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-index_feature_list_01_grid .p-index_feature_list_ttl_jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-index_feature_list_01 .p-index_feature_list_ttl {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01 .p-index_feature_list_ttl {
    max-width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01 .p-index_feature_list_ttl {
    width: 23%;
  }
}
.p-index_feature_list_01 .p-index_feature_list_ttl_en {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01 .p-index_feature_list_ttl_en {
    margin-bottom: 25px;
  }
}
.p-index_feature_list_01_cont {
  width: 76%;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_cont {
    max-width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_cont {
    width: 72%;
  }
}
.p-index_feature_list_01_cont .c-txt_base {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_cont .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_feature_list_01_case {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case {
    margin-top: 50px;
  }
}
.p-index_feature_list_01_case_txt {
  line-height: 2.36;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-index_feature_list_01_case_txt_min {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_txt_min {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_feature_list_01_case_txt_free {
  line-height: 1;
  color: #b09c4d;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_txt_free {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_feature_list_01_case_grid {
  margin: 70px 0 0;
  padding: 50px 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_case_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;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_grid {
    margin: 40px 0 0;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_case_img {
    width: 36%;
    max-width: 340px;
  }
}
.p-index_feature_list_01_case_img_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-index_feature_list_01_case_img_figure:first-of-type {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
}
.p-index_feature_list_01_case_img_figure:first-of-type::before {
  position: absolute;
  z-index: 0;
  bottom: -59px;
  left: 56%;
  width: 49px;
  height: 85px;
  background: url(../img/arw_more.webp) left top/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.p-index_feature_list_01_case_img_figure img {
  width: calc(100% - 40px);
}
.p-index_feature_list_01_case_img_cap {
  width: 40px;
  padding-right: 10px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_img_cap {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_case_cont {
    width: 61%;
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_cont {
    margin-top: 30px;
  }
}
.p-index_feature_list_01_case_cont .p-index_case_slider_tbl {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_01_case_cont .p-index_case_slider_tbl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_feature_list_01_case_cont .p-index_case_slider_tbl th {
  width: 35%;
  background-color: #eceae3;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_case_cont .p-index_case_slider_tbl th {
    padding: 10px 30px;
  }
}
.p-index_feature_list_01_case_cont .p-index_case_slider_tbl td {
  width: 65%;
  line-height: 1.73;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_01_case_cont .p-index_case_slider_tbl td {
    padding: 10px 20px 10px 30px;
  }
}
.p-index_feature_list_01_case_ttl {
  line-height: 1;
  padding: 17px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
}
.p-index_feature_list_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 146px;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_02_cont {
    width: 41%;
    max-width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_02_cont {
    margin-top: 25px;
  }
}
.p-index_feature_list_02_cont .p-index_feature_list_ttl_jp {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_02_cont .p-index_feature_list_ttl_jp {
    margin-top: 15px;
  }
}
.p-index_feature_list_02_cont .c-txt_base {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_02_cont .c-txt_base {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_02_img {
    width: 54%;
    max-width: 580px;
  }
}
.p-index_feature_list_03 {
  margin: 128px 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_03 {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_03 {
    margin: 60px 0 0;
  }
}
.p-index_feature_list_03_cont .p-index_feature_list_ttl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_03_cont .p-index_feature_list_ttl {
    margin-top: 25px;
  }
}
.p-index_feature_list_03_cont .p-index_feature_list_ttl_jp {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_03_cont .p-index_feature_list_ttl_jp {
    margin-top: 15px;
  }
}
.p-index_feature_list_03_cont .c-txt_base {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_03_cont .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_feature_list_ttl_en {
  line-height: 1;
  font-family: "Cormorant Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_ttl_en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_feature_list_ttl_en_num {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -25px;
  padding-left: 20px;
  font-size: 76px;
  font-size: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_ttl_en_num {
    margin-top: -10px;
    padding-left: 15px;
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_feature_list_ttl_en_num::before {
  position: absolute;
  z-index: 0;
  top: 42px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dc9ea4;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_ttl_en_num::before {
    top: 23px;
    width: 6px;
    height: 6px;
  }
}
.p-index_feature_list_ttl_jp {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_feature_list_ttl_jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_ttl_jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_feature_list_btm {
  margin-top: 107px;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_btm {
    margin-top: 50px;
  }
}
.p-index_feature_list_btm li {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_btm li {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_btm li {
    margin-top: 30px;
  }
}
.p-index_feature_list_btm li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-index_feature_list_btm li:first-of-type {
    margin-left: 0;
  }
}
.p-index_feature_list_btm_cont .p-index_feature_list_ttl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_btm_cont .p-index_feature_list_ttl {
    margin-top: 25px;
  }
}
.p-index_feature_list_btm_cont .p-index_feature_list_ttl_jp {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_btm_cont .p-index_feature_list_ttl_jp {
    margin-top: 20px;
  }
}
.p-index_feature_list_btm_cont .c-txt_base {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_list_btm_cont .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_feature_scan {
  background-color: #fff;
  padding: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-index_feature_scan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_scan {
    padding: 20px;
  }
}
.p-index_feature_scan_img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_scan_img {
    width: 130px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_scan_center {
    width: 40%;
  }
}
.p-index_feature_scan_center .c-txt_base {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_scan_center .c-txt_base {
    margin-top: 20px;
  }
}
.p-index_feature_scan_ttl {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_feature_scan_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_feature_scan_list {
  position: relative;
  z-index: 0;
  width: 290px;
  height: 270px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_feature_scan_list {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
.p-index_feature_scan_list li {
  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;
  position: absolute;
  width: 150px;
  height: 150px;
  line-height: 1.6;
  border-radius: 50%;
  background-color: #c68d99;
  color: #fff;
  opacity: 0.8;
}
.p-index_feature_scan_list li:nth-child(1) {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-index_feature_scan_list li:nth-child(2) {
  left: 0;
  bottom: 0;
}
.p-index_feature_scan_list li:nth-child(3) {
  right: 0;
  bottom: 0;
}
.p-index_price {
  position: relative;
  z-index: 0;
  padding: 306px 0 55px;
  background-color: #f8efee;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_price {
    padding: 250px 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price {
    padding: 100px 0 25px;
  }
}
.p-index_price::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 306px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 219, 218)), to(rgb(248, 239, 238)));
  background: linear-gradient(to bottom, rgb(233, 219, 218) 0%, rgb(248, 239, 238) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_price::before {
    height: 150px;
  }
}
.p-index_price_grid {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .p-index_price_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_grid {
    margin-top: 50px;
  }
}
.p-index_price_grid:first-of-type {
  margin-top: 0;
}
.p-index_price_cont {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-index_price_cont {
    width: 74%;
    max-width: 850px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_cont {
    margin-bottom: 50px;
  }
}
.p-index_price_cont:last-of-type {
  margin-bottom: 0;
}
.p-index_price_tbl {
  width: 100%;
  border-top: 1px solid #aaa7a7;
  border-bottom: 1px solid #aaa7a7;
}
.p-index_price_tbl tr {
  border-bottom: 1px dotted #aaa7a7;
}
.p-index_price_tbl tr td:last-of-type {
  border-bottom: none;
}
.p-index_price_tbl th,
.p-index_price_tbl td {
  width: 50%;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-index_price_tbl th,
  .p-index_price_tbl td {
    padding: 10px;
  }
}
.p-index_price_tbl th {
  background-color: #f4e1e0;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
.p-index_price_tbl td {
  text-align: right;
}
.p-index_price_inner {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner {
    margin-bottom: 15px;
  }
}
.p-index_price_inner:last-of-type {
  margin-bottom: 0;
}
.p-index_price_inner .c-list_asterisk {
  margin-top: 20px;
  color: #343434;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner .c-list_asterisk {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_inner .c-txt_asterisk {
  line-height: 1.6;
  margin-top: 20px;
  color: #343434;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner .c-txt_asterisk {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_ttl {
  line-height: 1;
  margin-bottom: 22px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_price_ttl {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_box {
  margin-top: 40px;
  padding: 20px 32px;
  border: 1px solid #aaa7a7;
  color: #343434;
}
@media screen and (max-width: 767px) {
  .p-index_price_box {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-index_price_box_ttl {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-index_price_box .c-txt_base {
  line-height: 1.57;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_box .c-txt_base {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_btm {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_price_btm {
    padding: 20px;
  }
}
.p-index_price_btm_ttl {
  line-height: 1.8;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-index_price_btm_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_price_btm_ttl_min {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_btm_ttl_min {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_btm .c-txt_base {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_price_btm .c-txt_base {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_payment {
    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_price_payment {
    padding-top: 10px;
  }
}
.p-index_price_payment li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index_price_payment li {
    position: relative;
    z-index: 0;
    width: 24%;
    height: 120px;
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_payment li {
    margin-top: 10px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_payment li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_payment li:first-of-type {
    margin-top: 0;
  }
}
.p-index_price_payment_cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-index_price_payment_cont {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-index_price_payment_ttl {
  line-height: 1;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-index_price_payment_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_price_payment_txt {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_payment_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_price_payment_btm {
  margin-top: 10px;
  padding: 19px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_price_payment_btm {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_payment_btm img {
    width: 332px;
    margin: 0 auto;
  }
}
.p-index_price_payment_txt_num {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_payment_txt_num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_price_deduction_ttl {
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa7a7;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_ttl {
    line-height: 1.6;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_price_deduction_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_txt {
    margin-top: 20px;
  }
}
.p-index_price_deduction_txt_liner {
  background-color: transparent;
  text-decoration: underline;
}
.p-index_price_deduction_detail {
  margin-top: 60px;
  border: 1px solid #aaa7a7;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-index_price_deduction_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_detail {
    margin-top: 30px;
  }
}
.p-index_price_deduction_detail dt {
  line-height: 1;
  padding: 35px 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-index_price_deduction_detail dt {
    width: 36%;
    max-width: 300px;
    border-right: 1px solid #aaa7a7;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_detail dt {
    padding: 20px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_deduction_detail dd {
    width: 64%;
    padding: 35px 86px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_price_deduction_detail dd {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_detail dd {
    padding: 18px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_price_deduction_detail_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index_price_deduction_detail_list li {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding-left: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index_price_deduction_detail_list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_price_deduction_detail_list li {
    margin-bottom: 15px;
  }
  .p-index_price_deduction_detail_list li:last-of-type {
    margin-bottom: 0;
  }
}
.p-index_price_deduction_detail_list li::before {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.p-index_flow {
  padding: 55px 0 100px;
  background-color: #f8efee;
}
@media screen and (max-width: 767px) {
  .p-index_flow {
    padding: 25px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_flow .l-cont_s {
    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_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-index_flow_list {
    width: 74%;
    max-width: 850px;
  }
}
.p-index_flow_list li {
  width: calc((100% - 50px) / 2);
  margin-bottom: 50px;
  counter-increment: step;
}
@media screen and (max-width: 767px) {
  .p-index_flow_list li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 30px;
  }
}
.p-index_flow_list_img {
  position: relative;
  z-index: 0;
}
.p-index_flow_list_img .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 1;
  background-color: #c68d99;
  color: #fff;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_img .-num {
    width: 48px;
    height: 48px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_flow_list_img .-num::after {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  content: counter(step, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_img .-num::after {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_flow_list_cont {
  margin-top: 15px;
}
.p-index_flow_list_ttl {
  line-height: 1.6;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_flow_list_txt {
  color: #706e69;
}
@media screen and (max-width: 767px) {
  .p-index_flow_list_txt {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-index_access {
  padding: 55px 0 100px;
  background-color: #f8efee;
}
@media screen and (max-width: 767px) {
  .p-index_access {
    padding: 25px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_access .l-cont_s {
    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 (min-width: 768px) {
  .p-index_access_cont {
    width: 74%;
    max-width: 850px;
  }
}
.p-index_access_map {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .p-index_access_map {
    height: 200px;
  }
}
.p-index_access_map iframe {
  width: 100%;
  height: 100%;
}
.p-index_access_info {
  width: 100%;
  margin-top: 20px;
}
.p-index_access_info tr {
  border-bottom: 1px dotted #284b7a;
}
.p-index_access_info th,
.p-index_access_info td {
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-index_access_info th,
  .p-index_access_info td {
    padding: 10px;
  }
}
.p-index_access_info th {
  width: 18%;
  border-bottom: 1px solid #dc9ea4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_access_info th {
    width: 30%;
  }
}
.p-index_access_info td {
  width: 82%;
  line-height: 1.5;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .p-index_access_info td {
    width: 70%;
  }
}
.p-index_access_hour {
  width: 100%;
  margin-top: 70px;
  border-top: 1px dotted #7b7b7b;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_access_hour {
    margin-top: 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_access_hour tr {
  border-bottom: 1px dotted #7b7b7b;
}
.p-index_access_hour tr th:nth-child(8) {
  width: 15%;
}
.p-index_access_hour th,
.p-index_access_hour td {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_access_hour th,
  .p-index_access_hour td {
    padding: 5px 0;
  }
}
.p-index_access_hour th {
  width: 10%;
}
.p-index_access_hour_head {
  width: 25% !important;
}
.p-index_access_hour_txt {
  line-height: 1.6;
  width: 38%;
  margin: 20px 0 0 auto;
  color: #343434;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_access_hour_txt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_access_hour_txt {
    width: 80%;
    margin: 10px 0 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_clinic_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-index_clinic_img li {
  width: 33.3333333333%;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .p-index_clinic_img li {
    width: 50%;
    height: 120px;
  }
}
.p-index_clinic_img li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}