@charset "UTF-8";
/*
* {
  outline: 1px solid #0000ff;
}*/

html {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 62.5% ;*/
  font-size: 100%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  background: #84a2b2;
}

body {
  margin-inline: auto;
  /*width: min(75rem, 100%);*/
  width: 100%;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 751px) {
  body {
    width: 750px;
    max-width: 750px;
  }
}

a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
header,
footer,
main {
  width: 100%;
}

summary {
  list-style: none; /* ブラウザのアイコンを非表示 */
  -webkit-appearance: none; /* WebKit系ブラウザでのアイコンを非表示 */
  -moz-appearance: none; /* Firefoxでのアイコンを非表示 */
  appearance: none; /* すべてのブラウザでのアイコンを非表示 */
}
summary::marker {
  content: ""; /* マーカーを非表示に */
}
summary::-webkit-details-marker {
  display: none; /* WebKit系ブラウザでアイコンを非表示 */
}
.fv {
  width: 100%;
}

/*** common ***/
.h3_ttl {
  color: #125387;
  text-align: center;
  font-size: 4.26vw;
}
@media (min-width: 751px) {
  .h3_ttl {
    font-size: 32px;
  }
}
.blue {
  color: #125387;
}

/*** font ***/
.din-2014 {
  font-family: "din-2014", sans-serif !important;
}
.sml_txt {
  font-size: 1.6vw;
}
@media (min-width: 751px) {
  .sml_txt {
    font-size: 12px;
  }
}
.fon-14 {
  font-size: 1.86vw;
}
@media (min-width: 751px) {
  .fon-14 {
    font-size: 14px;
  }
}
.fon-16 {
  font-size: 2.13vw;
}
@media (min-width: 751px) {
  .fon-16 {
    font-size: 16px;
  }
}
.fon-18 {
  font-size: 2.4vw;
}
@media (min-width: 751px) {
  .fon-18 {
    font-size: 18px;
  }
}
.fon-20 {
  font-size: 2.66vw;
}
@media (min-width: 751px) {
  .fon-20 {
    font-size: 20px;
  }
}
.fon-22 {
  font-size: 2.93vw;
}
@media (min-width: 751px) {
  .fon-22 {
    font-size: 22px;
  }
}
.fon-24 {
  font-size: 3.2vw;
}
@media (min-width: 751px) {
  .fon-24 {
    font-size: 24px;
  }
}
.fon-28 {
  font-size: 3.73vw;
}
@media (min-width: 751px) {
  .fon-28 {
    font-size: 28px;
  }
}
.fon-30 {
  font-size: 4vw;
}
@media (min-width: 751px) {
  .fon-30 {
    font-size: 30px;
  }
}

.fon-32 {
  font-size: 4.26vw;
}
@media (min-width: 751px) {
  .fon-32 {
    font-size: 32px;
  }
}

.fon-38 {
  font-size: 5.06vw;
}
@media (min-width: 751px) {
  .fon-38 {
    font-size: 38px;
  }
}

.fon-60 {
  font-size: 8vw;
}
@media (min-width: 751px) {
  .fon-60 {
    font-size: 60px;
  }
}

/**** header ****/
.header {
  padding: 2.66vw 0vw;
  display: flex;
  justify-content: space-around;
  background: #fff;
}
@media (min-width: 751px) {
  .header {
    padding: 20px 0;
    background: #fff;
  }
}
.header__logo {
  width: 24vw;
  display: block;
}
@media (min-width: 751px) {
  .header__logo {
    width: 180px;
  }
}
.headerNav {
  width: 60.4vw;
}
@media (min-width: 751px) {
  .headerNav {
    width: 453px;
  }
}
.headerNav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.btn_clinic {
  display: block;
  width: 27.46vw;
}
@media (min-width: 751px) {
  .btn_clinic {
    width: 206px;
  }
}
.btn_cv {
  display: block;
  width: 29.46vw;
}
@media (min-width: 751px) {
  .btn_cv {
    width: 221px;
  }
}

/**** fv ****/
.fv__clinic_count {
  text-align: center;
  color: white;
  display: block;
  background-color: #072550;
  padding: 1.33vw;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .fv__clinic_count {
    padding: 10px;
  }
}

.fv__ladies_link_wrap {
  margin-top: -1%;
  background: linear-gradient(180deg, #020218 0%, #68737E 100%);
  width: 100%;
  padding-top: 6.94%;
  padding-bottom: 6.94%;
}
@media (max-width: 749px) {
  .fv__ladies_link_wrap {
    width: 100%;

  }
}

.fv__ladies_link {
  width: 77.3%;
  height: auto;
  margin: 0 auto;
  place-content: center;
  display: block;
}

/**** intro ****/
/** sec01 **/
.problem__solution {
  margin-top: -0.5vw;
}
@media (min-width: 751px) {
  .problem__solution {
    margin-top: -4px;
  }
}

/** sec02 **/
.sec02 {
  background-color: #edeff1;
  background-image: url(../img/20241107/sec02/pic_sec02_bk.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35%;
  padding: 5.33vw 1.8vw;
}
@media (min-width: 751px) {
  .sec02 {
    padding: 40px 13px;
  }
}

.sec02 .fon-20 {
  margin-left: 2vw;
  font-weight: 500;
}
@media (min-width: 751px) {
  .sec02 .fon-20 {
    margin-left: 15px;
  }
}

.about__ttl {
  font-size: 5.06vw;
  margin-left: 1.8vw;
  background-image: url(../img/20241107/sec02/img_sec02ttl_bk.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 53%;
}

@media (min-width: 751px) {
  .about__ttl {
    font-size: 38px;
    margin-left: 13px;
  }
}

.about__ttl .ttl_drm {
  font-size: 9vw;
  font-weight: 900;
  background: linear-gradient(91.26deg, #125387 0.86%, #072136 102.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 751px) {
  .about__ttl .ttl_drm {
    font-size: 67.5px;
  }
}
.about__ttl .ttl_four {
  font-size: 10.4vw;
  font-weight: 900;
  color: #072136;
}
@media (min-width: 751px) {
  .about__ttl .ttl_four {
    font-size: 78px;
  }
}

.about__txt {
  width: 60.4vw;
  line-height: 1.7;
  font-weight: 500;
  margin: 2.13vw 0 6.66vw 2.2vw;
}
@media (min-width: 751px) {
  .about__txt {
    width: 453px;
    margin: 16px 0 50px 17px;
  }
}

/** sec03 **/
.sec03 {
  padding: 6.66vw 10.6vw;
  background-color: white;
}
@media (min-width: 751px) {
  .sec03 {
    padding: 50px 80px;
  }
}
.system__ttl {
  margin-bottom: 5.33vw;
}
@media (min-width: 751px) {
  .system__ttl {
    margin-bottom: 40px;
  }
}
.system_li__dl {
  display: flex;
  padding: 2.66vw 3.2vw;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .system_li__dl {
    padding: 20px 24px;
  }
}
.system_li_dt {
  line-height: 1.7;
  font-weight: 500;
  margin-top: 5.33vw;
}
@media (min-width: 751px) {
  .system_li_dt {
    margin-top: 40px;
  }
}

.system_li_dd {
  width: 28vw;
}
@media (min-width: 751px) {
  .system_li_dd {
    width: 210px;
  }
}
.system__li.sys01 .system_li__dl {
  background-image: url(../img/20241107/sec03/img_step01.webp);
}
.system__li.sys02 .system_li__dl {
  background-image: url(../img/20241107/sec03/img_step02.webp);
}
.system__li.sys03 .system_li__dl {
  background-image: url(../img/20241107/sec03/img_step03.webp);
}

.system__li.sys01 .system_li__dl,
.system__li.sys02 .system_li__dl,
.system__li.sys03 .system_li__dl {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16vw;
  background-color: #edeff1;
}
@media (min-width: 751px) {
  .system__li.sys01 .system_li__dl,
  .system__li.sys02 .system_li__dl,
  .system__li.sys03 .system_li__dl {
    background-size: 120px;
  }
}

.system__li.sys01::after,
.system__li.sys02::after {
  content: "";
  background-image: url(../img/20241107/sec03/polygon.webp);
  width: 9.33vw;
  height: 4.26vw;
  display: block;
  background-size: cover; /* or contain, auto */
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 1.6vw auto;
}
@media (min-width: 751px) {
  .system__li.sys01::after,
  .system__li.sys02::after {
    width: 70px;
    height: 32px;
    margin: 12px auto;
  }
}

/*** sec04 ***/
.sec04 {
  padding: 10.6vw;
  background-color: #edeff1;
  background-image: url(../img/20241107/sec04/img_sec04_bk.webp);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .sec04 {
    padding: 80px;
  }
}
.case__ttl {
  margin-bottom: 3.37vw;
  background-image: url(../img/20241107/sec04/img_sec04ttl_bk.webp);
  background-size: 44vw;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.6vw;
}
@media (min-width: 751px) {
  .case__ttl {
    margin-bottom: 28px;
    background-size: 340px;
    padding: 20px;
  }
}
.case__dt {
  margin-bottom: 1.86vw;
}
@media (min-width: 751px) {
  .case__dt {
    margin-bottom: 14px;
  }
}
.case__dd {
  background-color: white;
  padding: 3.2vw;
  line-height: 2;
}
@media (min-width: 751px) {
  .case__dd {
    padding: 24px;
  }
}

/*** sec05 ***/
.sec05 {
  background-color: #bdc4cb;
  padding: 6.66vw 0 6.66vw 5.33vw;
}
@media (min-width: 751px) {
  .sec05 {
    padding: 50px 0 50px 40px;
  }
}
.downtime__ttl {
  margin-bottom: 5.33vw;
}
@media (min-width: 751px) {
  .downtime__ttl {
    margin-bottom: 40px;
  }
}

.downtime_wrap {
  margin-bottom: 5.33vw;
}
@media (min-width: 751px) {
  .downtime_wrap {
    margin-bottom: 40px;
  }
}
.downtime_h4_ttl {
  font-weight: bold;
  background-image: url(../img/20241107/sec05/line.webp);
  background-size: 4vw;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 5.13vw;
  margin-bottom: 2.2vw;
}

@media (min-width: 751px) {
  .downtime_h4_ttl {
    background-size: 30px;
    background-position: left 9px;
    padding-left: 38.5px;
    margin-bottom: 16px;
  }
}

.downtime_ul {
  display: flex;
  padding-left: 5.13vw;
}
@media (min-width: 751px) {
  .downtime_ul {
    padding-left: 38px;
  }
}

.dt_txt {
  line-height: 1.8;
  width: 58.66vw;
}
@media (min-width: 751px) {
  .dt_txt {
    width: 440px;
  }
}
.dt_img {
  width: 28vw;
  align-self: flex-start;
}
@media (min-width: 751px) {
  .dt_img {
    width: 210px;
    align-self: flex-start;
  }
}
.dt_01 {
  margin-top: -2vw;
}
@media (min-width: 751px) {
  .dt_01 {
    margin-top: -15px;
  }
}
/*** feature ***/
.feature,
.reason {
  background-color: #edeff1;
}

/*** sec06 ***/
.sec06 {
  padding: 10.6vw 9.33vw 2.66vw;
  background-image: url(../img/20241107/sec06/img_sec06_h2_bk.webp);
  background-size: 67.86vw;
  background-position: center 5.2vw;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .sec06 {
    padding: 80px 70px 20px;
    background-size: 509px;
    background-position: center 39px;
  }
}
.reason_ttl {
  font-size: 6.4vw;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  background-image: url(../img/20241107/sec06/img_sec06_h2_udline.webp);
  background-size: 14.93vw;
  background-position: 53vw bottom;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .reason_ttl {
    font-size: 48px;
    background-size: 112px;
    background-position: 400px bottom;
  }
}

/*** sec07 ***/
.sec07 {
  padding: 0 9.33vw 10.6vw;
}
@media (min-width: 751px) {
  .sec07 {
    padding: 0 70px 80px;
  }
}
.reason_num {
  margin: 0 auto 2.4vw;
  width: 15.46vw;
}
@media (min-width: 751px) {
  .reason_num {
    width: 116px;
    margin: 0 auto 18px;
  }
}
.rsn_ttl {
  text-align: center;
  font-size: 5.3vw;
}
@media (min-width: 751px) {
  .rsn_ttl {
    font-size: 40px;
  }
}
/*.reason01__ttl {
  margin-bottom: 2.13vw;
}
@media (min-width: 751px) {
  .reason01__ttl {
    margin-bottom: 16px;
  }
}*/

.reason02__ttl,
.reason03__ttl {
  margin-bottom: 3.2vw;
}
@media (min-width: 751px) {
  .reason02__ttl,
  .reason03__ttl {
    margin-bottom: 24px;
  }
}

.reason01__txt {
  text-align: center;
  line-height: 2;
  font-weight: 500;
  letter-spacing: -0.1em;
  margin-bottom: 6.66vw;
}
@media (min-width: 751px) {
  .reason01__txt {
    margin-bottom: 50px;
  }
}

.reason01__marker {
  /*background-color: #CEDBE8;
    background-color: rgb(206, 219, 323);*/
  background: linear-gradient(transparent 70%, #cedbe8 70%);
}

.reason01_wrap {
  display: flex;
  justify-content: space-between;
}
.reason01__card {
  flex-basis: 48%;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
@media (min-width: 751px) {
  .reason01__card {
    /*width: 388px;*/
  }
}
.card_box {
  padding: 2.13vw;
}
@media (min-width: 751px) {
  .card_box {
    padding: 16px;
  }
}

.reason01__card_ttlbox {
  padding: 2.13vw 0;
  border-bottom: 1px solid #cedbe8;
  margin-bottom: 2.13vw;
}
@media (min-width: 751px) {
  .reason01__card_ttlbox {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.tbox02 {
  padding: 0 0 2.13vw;
}
@media (min-width: 751px) {
  .tbox02 {
    padding: 0 0 16px;
  }
}
.tbox02 .sml_txt {
  margin: 0.8vw 0 0 0.6vw;
}
@media (min-width: 751px) {
  .tbox02 .sml_txt {
    margin: 6px 0 0 4.5px;
  }
}

.reason01__card_txt {
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.13vw;
}
@media (min-width: 751px) {
  .reason01__card_txt {
    margin-bottom: 16px;
  }
}

.sec07 .card_dl {
  display: flex;
  letter-spacing: -0.05em;
  justify-content: center;
}
.sec07 .card_dt {
  background-color: #474b4e;
  flex-basis: 44.8%;
  color: white;
  padding: 1.86vw 1.33vw;
  text-align: center;
}
@media (min-width: 751px) {
  .sec07 .card_dt {
    padding: 14px 10px;
    text-align: center;
  }
}

.sec07 .card_dd {
  background-color: #f3f5f8;
  padding: 1.86vw 1.33vw;
  flex-basis: 54%;
  text-align: center;
}
@media (min-width: 751px) {
  .sec07 .card_dd {
    padding: 14px 10px;
  }
}
/*** sec08 ***/
.sec08 {
  padding: 0 5.33vw;
}
@media (min-width: 751px) {
  .sec08 {
    padding: 0 40px;
  }
}
.reason02__txt {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 4.26vw;
}
@media (min-width: 751px) {
  .reason02__txt {
    margin-bottom: 32px;
  }
}
.reason02__wrap {
  margin-bottom: 5.33vw;
}
@media (min-width: 751px) {
  .reason02__wrap {
    margin-bottom: 40px;
  }
}
.reason02__wrap_ttl {
  background: linear-gradient(92.29deg, #125387 0%, #072136 100%);
  color: white;
  text-align: center;
  padding: 2.4vw 0;
}
@media (min-width: 751px) {
  .reason02__wrap_ttl {
    padding: 18px 0;
  }
}
.reason02_wrapper {
  padding: 0 5.33vw 4.26vw;
  background-color: white;
}
@media (min-width: 751px) {
  .reason02_wrapper {
    padding: 0 40px 32px;
  }
}

.reason02__wrap_box {
  display: flex;
}
.reason02__wrap_box_img {
  flex-basis: 30%;
  width: 24vw;
}
@media (min-width: 751px) {
  .reason02__wrap_box_img {
    width: 180px;
  }
}
.reason02__wrap_box_txt {
  flex-basis: 70%;
  align-self: center;
  font-weight: 500;
  line-height: 1.7;
}
.sec08 .card_dl {
  display: flex;
  letter-spacing: -0.05em;
  justify-content: center;
}

.sec08 .card_dl:first-of-type {
  margin: 1.33vw 0;
}
@media (min-width: 751px) {
  .sec08 .card_dl:first-of-type {
    margin: 10px 0;
  }
}
.sec08 .card_dt {
  background-color: #474b4e;
  /*flex-basis: 27;*/
  width: 21.33vw;
  color: white;
  padding: 1.86vw 1.33vw;
  text-align: center;
}
@media (min-width: 751px) {
  .sec08 .card_dt {
    width: 160px;
    color: white;
    padding: 14px 10px;
    text-align: center;
  }
}
.sec08 .card_dd {
  background-color: #f3f5f8;
  padding: 1.86vw 1.33vw;
  flex-basis: 73%;
  text-align: left;
}
@media (min-width: 751px) {
  .sec08 .card_dd {
    padding: 14px 10px;
  }
}

.rsn02_03 .reason02__wrap_box,
.rsn02_04 .reason02__wrap_box {
  padding: 5.33vw 0;
}
@media (min-width: 751px) {
  .rsn02_03 .reason02__wrap_box,
  .rsn02_04 .reason02__wrap_box {
    padding: 40px 0;
  }
}
.rsn02_03 .reason02__wrap_box_img,
.rsn02_04 .reason02__wrap_box_img {
  width: 21.33vw;
}
@media (min-width: 751px) {
  .rsn02_03 .reason02__wrap_box_img,
  .rsn02_04 .reason02__wrap_box_img {
    width: 160px;
  }
}
.rsn02_03 .reason02__wrap_box_txt,
.rsn02_04 .reason02__wrap_box_txt {
  padding-left: 1.33vw;
}
@media (min-width: 751px) {
  .rsn02_03 .reason02__wrap_box_txt,
  .rsn02_04 .reason02__wrap_box_txt {
    padding-left: 10px;
  }
}
.rsn02_04 .caution_txt {
  margin-top: 2.93vw;
  line-height: 1.7;
  font-weight: 500;
}
@media (min-width: 751px) {
  .rsn02_04 .caution_txt {
    margin-top: 22px;
  }
}

.rsn02_03 .fon-22 {
  position: relative;
  top: -0.3vw;
  left: 1.06vw;
}
@media (min-width: 751px) {
  .rsn02_03 .fon-22 {
    position: relative;
    top: -2px;
    left: 8px;
  }
}

.reason02__table {
  margin-bottom: 6.66vw;
}
@media (min-width: 751px) {
  .reason02__table {
    margin-bottom: 50px;
  }
}

.reason02__option_wrap .reason02__wrap {
  margin: 2.13vw 0 6.66vw;
}
@media (min-width: 751px) {
  .reason02__option_wrap .reason02__wrap {
    margin: 16px 0 50px;
  }
}
.reason02__wrap_ttl.opt {
  background: linear-gradient(90deg, #c9bbad 0%, #b0a090 100%);
  color: white;
  text-align: center;
  padding: 2.4vw 0;
}
@media (min-width: 751px) {
  .reason02__wrap_ttl.opt {
    padding: 18px 0;
  }
}

.reason02__option__ttlbox {
  text-align: center;
}

.reason02__option_ttl {
  font-size: 5.33vw;
  font-weight: 700;
  background: linear-gradient(92.29deg, #125387 0%, #072136 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 751px) {
  .reason02__option_ttl {
    font-size: 40px;
  }
}

/*.dots {
  -webkit-text-emphasis-color: #125183;
  text-emphasis-color: #125183;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
  -webkit-text-emphasis-style: circle;
  text-emphasis-style: circle;
}*/

.dots {
  position: relative;
}
.dots::after {
  position: absolute;
  content: "・・・・";
  top: -0.7em;
  left: 0em;
  color: #125183;
}
.reason02__option_subttl {
  margin-bottom: 1.6vw;
}
@media (min-width: 751px) {
  .reason02__option_subttl {
    margin-bottom: 12px;
  }
}

.reason02__option__ttlbox {
  padding-bottom: 5.33vw;
  background-image: url(../img/20241107/sec08/img_ttlbk.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 41.6vw;
}

@media (min-width: 751px) {
  .reason02__option__ttlbox {
    padding-bottom: 40px;
    background-size: 312px;
  }
}

/*** sec09 ***/
.sec09 .reason02__txt {
  line-height: 1.9;
  padding-top: 1.33vw;
}
@media (min-width: 751px) {
  .sec09 .reason02__txt {
    padding-top: 10px;
  }
}

.sec09 .case_num {
  text-align: center;
  background-image: url(../img/20241107/sec09/img_sec09_bk.webp);
  background-position: center;
  background-repeat: no-repeat;
  width: 90.66vw;
  margin: auto;
  background-size: contain;
  padding: 8vw 0 10.6vw;
}
@media (min-width: 751px) {
  .sec09 .case_num {
    width: 680px;
    padding: 60px 0 80px;
  }
}

.sec09 .case_ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 2.4vw;
}
@media (min-width: 751px) {
  .sec09 .case_ul {
    margin-bottom: 18px;
  }
}

.sec09 .case_li {
  font-size: 5.33vw;
  font-weight: bold;
}
@media (min-width: 751px) {
  .sec09 .case_li {
    font-size: 40px;
  }
}
.sec09 .case_li.chr_num {
  font-size: 25.33vw;
  font-weight: bold;
  background: linear-gradient(119.39deg, #d7ba91 2.69%, #977649 97.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 1.33vw;
}
@media (min-width: 751px) {
  .sec09 .case_li.chr_num {
    font-size: 190px;
    padding: 0 10px;
  }
}

.sec09 .fon-20 {
  margin-bottom: 1.33vw;
}
@media (min-width: 751px) {
  .sec09 .fon-20 {
    margin-bottom: 10px;
  }
}
.reason03__dl {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 6.66vw;
}
@media (min-width: 751px) {
  .reason03__dl {
    margin-bottom: 50px;
  }
}
.reason03__dt {
  font-weight: bold;
}

/*** sec10 ***/
.sec10 .reason02__txt {
  text-align: center;
  padding: 5.33vw 5.33vw 10.6vw;
  line-height: 1.9;
}
@media (min-width: 751px) {
  .sec10 .reason02__txt {
    padding: 40px 40px 80px;
  }
}

.slider {
  margin-top: 4.8vw;
}
@media (min-width: 751px) {
  .slider {
    margin-top: 36px;
  }
}
.sec10 .splide__slide {
  width: 62.4vw !important;
  margin-right: 1.33vw;
}
@media (min-width: 751px) {
  .sec10 .splide__slide {
    width: 469px !important;
    margin-right: 10px;
  }
}

/**** plan ****/

/*** sec11 ***/
.sec11 {
  background: linear-gradient(166.47deg, #e8f2fc -14.66%, #5f6f88 94.68%);
  margin-top: -4.26vw;
}
@media (min-width: 751px) {
  .sec11 {
    margin-top: -32px;
  }
}
.sec11_wrap {
  padding: 9.33vw 5.33vw 10.6vw;
  background-image: url(../img/20241107/sec11/pic_sec11_bk.webp);
  background-repeat: no-repeat;
  background-position: right 2.66vw;
  background-size: 37.86vw;
}
@media (min-width: 751px) {
  .sec11_wrap {
    padding: 70px 40px 80px;
    background-position: right 20px;
    background-size: 284px;
  }
}
.price__ttl {
  font-size: 7.46vw;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(15, 68, 110, 0.32);
  background-image: url(../img/20241107/sec11/img_sec11ttl_bk.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 44.4vw;
  padding: 8vw 0 0 10.26vw;
}
@media (min-width: 751px) {
  .price__ttl {
    font-size: 56px;
    background-size: 333px;
    padding: 60px 0 0 77px;
  }
}

.price_txt {
  font-size: 2.13vw;
  padding: 1.6vw 1.33vw;
  text-align: center;
  border: #0b3353 1px solid;
  width: 52vw;
  color: #0b3353;
  margin: 3.73vw 0;
}

@media (min-width: 751px) {
  .price_txt {
    font-size: 16px;
    margin: 28px 0;
    padding: 12px 10px;
    width: 390px;
  }
}

.price__wrap {
  background: linear-gradient(91.94deg, #125387 2.19%, #041421 168.41%);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  margin-top: 5.33vw;
}
@media (min-width: 751px) {
  .price__wrap {
    margin-top: 40px;
  }
}
.plan01 .price__wrap_ttl {
  background-image: url(../img/20241107/sec11/img_plan_num01.webp);
  background-repeat: no-repeat;
  background-position: 1.33vw 1.33vw;
  background-size: 8vw;
  padding: 3.46vw 0;
}
@media (min-width: 751px) {
  .plan01 .price__wrap_ttl {
    background-position: 10px 10px;
    background-size: 60px;
    padding: 26px 0;
  }
}

.plan02 .price__wrap_ttl {
  background-image: url(../img/20241107/sec11/img_plan_num02.webp);
}
.plan03 .price__wrap_ttl {
  background-image: url(../img/20241107/sec11/img_plan_num03.webp);
}
.plan04 .price__wrap_ttl {
  background-image: url(../img/20241107/sec11/img_plan_num04.webp);
}
.plan_option .price__wrap_ttl {
  background-image: url(../img/20241107/sec11/img_plan_option.webp);
}

.price__wrap_ttl {
  background-repeat: no-repeat;
  background-position: 1.33vw 1.33vw;
  background-size: 8vw;
  padding: 3.46vw 0;
}
@media (min-width: 751px) {
  .price__wrap_ttl {
    background-position: 10px 10px;
    background-size: 60px;
    padding: 26px 0;
  }
}
.plan_option .price__wrap_ttl {
  background-size: 13.2vw;
}
@media (min-width: 751px) {
  .plan_option .price__wrap_ttl {
    background-size: 99px;
  }
}
.price__wrap_h4ttl,
.price__wrap_txt {
  color: white;
  text-align: center;
  font-weight: bold;
}
.price__wrap_dl {
  display: flex;
  justify-content: center;
  background-color: #eee5db;
  padding: 1.33vw 0;
  font-weight: 400;
}
@media (min-width: 751px) {
  .price__wrap_dl {
    padding: 10px 0;
  }
}

.price__wrap_ul {
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 3.73vw 2.93vw 2.93vw 3.2vw;
}
@media (min-width: 751px) {
  .price__wrap_ul {
    padding: 28px 22px 22px 24px;
  }
}
.price_wrap_li {
  /*text-align: center;*/
}
.price_wrap_li .times_num {
  font-size: 4.26vw;
  font-weight: 600;
}
@media (min-width: 751px) {
  .price_wrap_li .times_num {
    font-size: 32px;
  }
}
.price_wrap_li .prc {
  font-size: 7.46vw;
  font-weight: 600;
  margin-left: 0.53vw;
}
@media (min-width: 751px) {
  .price_wrap_li .prc {
    font-size: 56px;
    margin-left: 4px;
  }
}
.price_wrap_li.lft {
  border-right: #707070 1px solid;
  text-align: left;
  flex-basis: 49%;
}
.price_wrap_li.rgt {
  text-align: right;
  flex-basis: 51%;
}
.price_wrap_li .tax {
  margin-left: -1vw;
}
@media (min-width: 751px) {
  .price_wrap_li .tax {
    margin-left: -6px;
  }
}

.plan02 .price_wrap_li.rgt,
.plan03 .price_wrap_li.rgt,
.plan04 .price_wrap_li.rgt {
  margin-right: -2vw;
}
@media (min-width: 751px) {
  .plan02 .price_wrap_li.rgt,
  .plan03 .price_wrap_li.rgt,
  .plan04 .price_wrap_li.rgt {
    margin-right: -15px;
  }
}

.price__wrap.plan_option {
  background: linear-gradient(273.12deg, #486294 -37.6%, #041241 72.02%);
}
.plan_option .price__wrap_ul {
  display: block;
  text-align: center;
}
.plan_option .price__wrap_ul .price_wrap_li.fon-24 {
  margin-bottom: 1.33vw;
}
@media (min-width: 751px) {
  .plan_option .price__wrap_ul .price_wrap_li.fon-24 {
    margin-bottom: 10px;
  }
}
.sec11 .caution_txt {
  color: white;
  text-align: center;
  margin-top: 2.13vw;
}
@media (min-width: 751px) {
  .sec11 .caution_txt {
    margin-top: 16px;
  }
}

/*** sec12 ***/
.sec12 {
  padding: 10.6vw 4vw;
  background: #edeff1;
}
@media (min-width: 751px) {
  .sec12 {
    padding: 80px 30px;
  }
}
.parts_ttl {
  font-size: 7.46vw;
  font-weight: 700;
  background-image: url(../img/20241107/sec12/img_sec12ttl_bk.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 92vw;
  padding: 8vw 0 0;
  text-align: center;
  margin-bottom: 6.66vw;
}
@media (min-width: 751px) {
  .parts_ttl {
    font-size: 56px;
    background-size: 690px;
    padding: 60px 0 0;
    margin-bottom: 50px;
  }
}

/*** sec13 ***/
.sec13 {
  background-color: #c3ceda;
}
.sec13 .flow_wrap {
  background-image: url(../img/20241107/sec13/pic_sec13_bk.webp);
  background-repeat: no-repeat;
  background-position: left 2.66vw;
  background-size: 48.53vw;
  padding-top: 12.8vw;
}
@media (min-width: 751px) {
  .sec13 .flow_wrap {
    background-size: 364px;
    background-position: left 20px;
    padding-top: 96px;
  }
}
.sec13 .flow__ttl {
  font-size: 6.4vw;
  width: 49.33vw;
  padding-top: 8.79vw;
  margin-left: auto;
  margin-right: 5.33vw;
  margin-bottom: 10.4vw;
  text-align: center;
  background-image: url(../img/20241107/sec13/img_sec13ttl_bk.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 49.33vw;
}
@media (min-width: 751px) {
  .sec13 .flow__ttl {
    font-size: 48px;
    width: 370px;
    padding-top: 66px;
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: 78px;
    background-size: 371px;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-top: 4vw;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .tabs {
    padding-top: 30px;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  /*height: 9.86vw;*/
  /*border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;*/
  background-image: url(../img/20241107/sec13/img_tab_hover.webp);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #125387;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  background: #ffffff;
  border-width: 0.8vw 0.8vw 0px 0.8vw;
  border-style: solid;
  border-color: #125387;
  border-radius: 0 2.13vw 0 0;
  padding: 2.93vw 0;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .tab_item {
    border-radius: 0 16px 0 0;
    border-width: 3px 3px 0px 3px;
    padding: 22px 0;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background-color: #125387;
}

/*選択されているタブのコンテンツのみを表示*/
#flow01:checked ~ #flow01_content,
#flow02:checked ~ #flow02_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #125387;
  color: #fff;
}

.tab_wrap {
  background-image: url(../img/20241107/sec13/img_content_bk.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw;
}
@media (min-width: 751px) {
  .tab_wrap {
    background-size: 750px;
  }
}

.sec13 .splide {
  padding: 8vw 14.6vw 13.3vw;
}
@media (min-width: 751px) {
  .sec13 .splide {
    padding: 60px 110px 100px;
  }
}
.sec13 .splide__slide {
  width: 69.8vw !important;
}
@media (min-width: 751px) {
  .sec13 .splide__slide {
    width: 524px !important;
  }
}
.sec13 .splide__track {
  width: 69.8vw;
}
@media (min-width: 751px) {
  .sec13 .splide__track {
    width: 524px;
  }
}

.sec13 .splide__arrow {
  width: 10.6vw;
}
@media (min-width: 751px) {
  .sec13 .splide__arrow {
    width: 80px;
  }
}

.sec13 .splide__arrow--next {
  right: 7.73vw;
}
@media (min-width: 751px) {
  .sec13 .splide__arrow--next {
    right: 58px;
  }
}
.splide__arrow--prev {
  left: 7.73vw;
}
@media (min-width: 751px) {
  .splide__arrow--prev {
    left: 58px;
  }
}
.sec13 .splide__arrow {
  top: 55%;
  transform: translateY(-55%);
  opacity: 1;
}
.sec13 .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.sec13 .splide__track {
  width: 69.8vw;
}
@media (min-width: 751px) {
  .sec13 .splide__track {
    width: 524px;
  }
}

.sec13 .splide__pagination__page {
  background: white;
  height: 1.6vw;
  margin: 0.53vw;
  opacity: 1;
  width: 1.6vw;
}

@media (min-width: 751px) {
  .sec13 .splide__pagination__page {
    height: 12px;
    margin: 4px;
    opacity: 1;
    width: 12px;
  }
}

.sec13 .splide__pagination__page.is-active {
  background: #c9bbad;
  transform: scale(1);
  z-index: 1;
}

.sec13 .splide__pagination {
  bottom: 5.53vw;
}
@media (min-width: 751px) {
  .sec13 .splide__pagination {
    bottom: 40px;
  }
}

.sec13 .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

/*** sec14 ***/
.sec14 {
  padding: 10.6vw 5.33vw;
  background-color: #edeff1;
}

@media (min-width: 751px) {
  .sec14 {
    padding: 80px 40px;
  }
}
.faq__ttl {
  font-size: 7.46vw;
  text-align: center;
  background-image: url(../img/20241107/sec14/img_sec14ttl_bk.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 87.6vw;
  padding-top: 9.33vw;
  margin-bottom: 6.66vw;
}

@media (min-width: 751px) {
  .faq__ttl {
    font-size: 56px;
    background-size: 657px;
    padding-top: 70px;
    margin-bottom: 50px;
  }
}

.sec14 .faq-container-ttl {
  color: #125387;
}

/* detailsタグの基本スタイル */
.faq-container {
  margin-bottom: 4vw;
  overflow: hidden;
  padding: 0 2.66vw;
  background-color: white;
}
@media (min-width: 751px) {
  .faq-container {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

/* summaryタグの基本スタイル */
.faq-container-ttl {
  list-style: none;
  cursor: pointer;
  padding: 3.2vw 0;
  position: relative;
  /*font-size: 18px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .faq-container-ttl {
    padding: 24px 0;
  }
}

.faq-container-ttl-q {
  content: url(../img/20241107/sec14/pic_question.webp);
  width: 6.66vw;
  margin-right: 2.66vw;
}
@media (min-width: 751px) {
  .faq-container-ttl-q {
    width: 50px;
    margin-right: 20px;
  }
}
.faq-container-content-txt-a {
  content: url(../img/20241107/sec14/pic_answer.webp?a);
  width: 6.66vw;
  margin-right: 2.66vw;
  margin-top: -1.6vw;
}
@media (min-width: 751px) {
  .faq-container-content-txt-a {
    width: 50px;
    margin-right: 20px;
    margin-top: -12px;
  }
}

/* summaryタグ内の + 記号のスタイル（クロスを作成） */
.faq-container-ttl::after,
.faq-container-ttl::before {
  content: "";
  position: absolute;
  /*right: 20px;*/

  right: 2vw;
  /*width: 20px;*/
  width: 4.26vw;
  /*height: 2px;*/
  height: 0.26vw;
  background-color: #125387;
  transition: transform 0.3s ease;
}

@media (min-width: 751px) {
  .faq-container-ttl::after,
  .faq-container-ttl::before {
    right: 15px;
    width: 20px;
    height: 2px;
    background-color: #125387;
    transition: transform 0.3s ease;
  }
}

/* 横棒のスタイル */
.faq-container-ttl::after {
  transform: rotate(0deg); /* 横棒 */
  top: 50%;
  margin-top: -1px; /* 中央揃え */
}
@media (min-width: 751px) {
  .faq-container-ttl::after {
    top: 50%;
  }
}

/* 縦棒のスタイル（初期状態は+） */
.faq-container-ttl::before {
  transform: rotate(90deg); /* 縦棒 */
  top: 50%;
  margin-top: -1px; /* 中央揃え */
}
@media (min-width: 751px) {
  .faq-container-ttl::before {
    top: 50%;
  }
}

/* detailsが開いたとき、+を-に変える（縦棒を消す） */
.faq-container[open] summary::before {
  transform: rotate(0deg); /* 縦棒が横棒に変わる（-になる） */
  width: 0; /* 棒を消す */
}

/* detailsタグが開いた時のsummaryのスタイル */
.faq-container[open] summary {
  background-color: white;
}

/* コンテンツ部分のアニメーション */
.faq-container[open] {
  -webkit-animation: expand 0.6s ease-in;
  animation: expand 0.6s ease-in;
}

/* コンテンツの開閉アニメーション */
@-webkit-keyframes expand {
  from {
    max-height: 100px;
  }
  to {
    max-height: 500px; /* 最大高さはコンテンツに合わせて変更可能 */
  }
}
@keyframes expand {
  from {
    max-height: 100px;
  }
  to {
    max-height: 500px; /* 最大高さはコンテンツに合わせて変更可能 */
  }
}

/* コンテンツ部分のスタイル */
.faq-container > div {
  padding: 3.2vw 0;
  background-color: white;
  border-top: 1px solid #c3ceda;
  transition: max-height 0.5s ease;
  line-height: 1.7;
}

@media (min-width: 751px) {
  .faq-container > div {
    padding: 24px 0;
  }
}

.faq-container-content-txt {
  display: flex;
  align-items: flex-start;
  padding-top: 1.6vw;
}
@media (min-width: 751px) {
  .faq-container-content-txt {
    padding-top: 12px;
  }
}

/*** sec15 ***/
.sec15 {
  padding: 10.6vw 0 0 0;
  background: #fff;
}
@media (min-width: 751px) {
  .sec15 {
    padding: 80px 0 0 0;
  }
}
.clinic_ttl {
  font-size: 7.46vw;
  text-align: center;
  background-image: url(../img/20241107/sec15/img_sec15ttl_bk.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 36.8vw;
  padding-top: 9.33vw;
  margin-bottom: 3.73vw;
}

@media (min-width: 751px) {
  .clinic_ttl {
    font-size: 56px;
    background-size: 276px;
    padding-top: 70px;
    margin-bottom: 28px;
  }
}
.sec15_txt {
  text-align: center;
  padding-bottom: 6.66vw;
}
@media (min-width: 751px) {
  .sec15_txt {
    padding-bottom: 50px;
  }
}
/* - クリニック一覧- */
.clinic {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.clinicAcd__stateName {
  position: relative;
  text-align: left;
  /*text-align: center;*/
  font-size: clamp(0px, 4.27vw, 3.2rem);
  line-height: 3.4em;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #222a37;
  cursor: pointer;
  padding-left: 10.6vw;
}
@media (min-width: 751px) {
  .clinicAcd__stateName {
    font-size: 32px;
    padding-left: 80px;
  }
}

.clinicAcd__stateName::before,
.clinicAcd__stateName::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.085em;
  background: #fff;
}
.clinicAcd__stateName::before {
  transform: rotate(90deg) translate(-5%, 240%);
  transition: 0.3s;
}
.clinicAcd__stateName::after {
  transform: translate(-0.23em, -50%);
}
.clinicAcd__stateName.active::before {
  transform: rotate(0) translate(-28%, 0);
  opacity: 0;
}
.clinicAcd__clinicContainer {
  height: 0;
  overflow: hidden;
  transition: 0.25s;
}
.clinicAcd__clinicList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5%;
  padding: 7% 5.3% 4%;
  background: white;
}
.clinicAcd__clinicListItem {
  flex-shrink: 0;
  width: 48.5%;
}
.clinicAcd__clinicListName {
  margin-bottom: 5.5%;
  padding-block: 5%;
  width: 100.5%;
  text-align: center;
  font-size: clamp(0px, 4.27vw, 3.2rem);
  color: #125387;
  background: transparent;
  border: 2px solid #125387;
  transition: 0.2s;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 751px) {
  .clinicAcd__clinicListName {
    font-size: 24px;
  }
}

.clinicAcd__clinicListName.active {
  color: #fff;
  background: #286792;
  border: 2px solid #286792;
}
.clinicAcd__clinicListName small {
  display: block;
  /*font-family: "jp_light";*/
  font-size: 0.6875em;
  font-weight: 500;
  color: #01071b;
}
@media (min-width: 751px) {
  .clinicAcd__clinicListName small {
    font-size: 20px;
  }
}
.clinicAcd__clinicListName.active small {
  color: #fff;
}
.clinicAcd__clinicInfo {
  width: clamp(0px, 89.6vw, 67.2rem);
  height: 0;
  overflow-y: hidden;
}

.clinicAcd__clinicInfoInner {
  margin-bottom: 6%;
  padding: 2% 5% 7%;
  border: 2px solid #286792;
  background: #fff;
}
.clinicAcd__clinicInfoLabel {
  margin-bottom: 2%;
  display: flex;
  align-items: stretch;
  gap: 1.6em;
}
.clinicAcd__clinicInfoLabel.no01 {
  margin-top: 4%;
}
.clinicAcd__clinicInfoSummay {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 21.9%;
  min-height: 2.8em;
  text-align: center;
  font-size: clamp(0px, 3.47vw, 2.6rem);
  font-weight: bold;
  background: #ebddc3;
  color: #222a37;
}
.clinicAcd__clinicInfoDetail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(0px, 3.47vw, 2.6rem);
  color: #222a37;
}
.clinicAcd__clinicInfoCv {
  position: relative;
  display: block;
  margin-block: 1.2em;
  width: 100%;
  text-align: center;
  /*font-family: "jp_light";*/
  font-size: clamp(0px, 4.53vw, 3.4rem);
  line-height: 2.35em;
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(to right, #286792, #222a37);
  z-index: 1;
}
@media (min-width: 751px) {
  .clinicAcd__clinicInfoCv {
    font-size: 22px;
  }
}
.clinicAcd__clinicInfoMap {
  margin-bottom: 4.5%;
  aspect-ratio: 2/1;
}
.clinicAcd__doctorInfo {
  padding-inline: 3.3%;
}
.clinicAcd__doctorName {
  display: flex;
  align-items: end;
  margin-bottom: 2.3em;
}
.clinicAcd__doctorName span {
  flex-shrink: 0;
  margin-right: 1.7em;
  /*font-family: "jp_light";*/
  font-size: clamp(0px, 3.47vw, 2.6rem);
  line-height: 2.2em;
}
@media (min-width: 751px) {
  .clinicAcd__doctorName span {
    font-size: 24px;
  }
}
.clinicAcd__doctorName img {
  flex-shrink: 0;
  width: 50%;
  pointer-events: none;
}
.clinicAcd__doctorHistory dl {
  display: flex;
  gap: 0.5em;
  /*font-family: "jp_light";*/
  font-size: clamp(0px, 3.47vw, 2.6rem);
  margin-bottom: 2vw;
}
@media (min-width: 751px) {
  .clinicAcd__doctorHistory dl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.clinicAcd__doctorHistory dt {
  white-space: nowrap;
}
.clinic__president {
  padding-block: 7% 11%;
  background: #222a37;
}
/*.clinic__presidentSubttl {
  display: block;
  text-align: center;
  font-family: "jp_light";
  font-size: clamp(0px, 3.2vw, 2.4rem);
  line-height: 2.6em;
  background: #d9d9d9;
}
@media (min-width: 751px) {
    .clinic__presidentSubttl {
        font-size: clamp(0px, 3.2vw, 2.4rem);
      }
  }*/
.clinic__presidentInner {
  margin-inline: auto;
  width: clamp(0px, 89.4vw, 67.05rem);
  background: #fff;
  overflow: hidden;
}
@media (min-width: 751px) {
  .clinic__presidentSubttl {
    font-size: clamp(0px, 3.2vw, 2.4rem);
  }
}
.clinic__presidentInfo {
  margin: 5% auto;
  width: 80%;
}
.clinic__presidentName {
  display: flex;
  align-items: end;
  gap: 2em;
  margin-bottom: 1em;
  /*font-family: "jp_light";*/
  font-size: clamp(0px, 3.47vw, 2.6rem);
}
.clinic__presidentName span {
  /*line-height: 2.2em;*/
  line-height: 1.5em;
  white-space: nowrap;
}
@media (min-width: 751px) {
  .clinic__presidentName span {
    line-height: 1.3em;
  }
}
.clinic__presidentName img {
  width: 55%;
}
.clinic__presidentCareer {
  display: flex;
  gap: 0.5em;
  /*font-family: "jp_light";*/
  font-size: clamp(0px, 3.2vw, 2.4rem);
  line-height: 1.9;
}
.clinic__presidentCareer dt {
  white-space: nowrap;
}

.clinicAcd__clinicList
  .clinicAcd__clinicListItem:nth-child(2n)
  .clinicAcd__clinicInfo {
  transform: translateX(-51.4%);
}

.attention {
  margin-bottom: -1px;
  font-size: clamp(0px, 3.47vw, 2.6rem);
  color: #fff;
  background: #222a37;
}
.attention__inner {
  margin: 0 auto;
}

.attention__head {
  text-align: center;
}
/*.attention__subhead {
  margin-block: 1.1em 0.5em;
}*/
.attention__subhead:first-of-type {
  margin-top: 1.3em;
}
.attention__txt small {
  display: block;
  margin-top: 2.5em;
  font-size: clamp(0px, 2.67vw, 2rem);
}
.attention .cvBtn {
  margin-top: 15%;
}
/**/

.clinic__president {
  background-color: #072550;
}
.clinic__presidentInner {
  width: 89.3vw;
  border: #125387 1px solid;
}
@media (min-width: 751px) {
  .clinic__presidentInner {
    width: 670px;
  }
}
.clinic .line__bnr {
  display: none;
}
.clinicAcd__stateName {
  background: #125387;
}
.clinicAcd__clinicListName.active {
  background-color: #125387;
  border-color: #125387;
}
.clinicAcd__clinicInfo {
  width: 100vw;
  margin-left: -5.33vw;
  border: none;
  background-color: #125387;
  position: relative;
  top: -3vw;
}
@media (min-width: 751px) {
  .clinicAcd__clinicInfo {
    width: 750px;
    margin-left: -40px;
    top: -23px;
  }
}
.clinicAcd__clinicInfoLabel {
  margin-bottom: 0;
  gap: 0;
  border-bottom: 1px #4e5258 solid;
}
.clinicAcd__clinicInfoDetail {
  background-color: #fff;
  width: 100%;
  font-size: 2.93vw;
  padding: 4vw 5.33vw 4vw 2.66vw;
}
@media (min-width: 751px) {
  .clinicAcd__clinicInfoDetail {
    font-size: 22px;
    padding: 30px 40px 30px 20px;
  }
}
.clinicAcd__clinicInfoSummay {
  background-color: #f2f2f2;
  font-size: 3.2vw;
  font-weight: bold;
}
@media (min-width: 751px) {
  .clinicAcd__clinicInfoSummay {
    font-size: 24px;
  }
}
.clinicAcd__clinicInfoInner {
  width: 89.33vw;
  background-color: #fff;
  border: none;
  margin: 5.33vw auto;
  padding: 0 0 7%;
}
@media (min-width: 751px) {
  .clinicAcd__clinicInfoInner {
    width: 670px;
    margin: 40px auto;
  }
}
.clinicAcd__clinicInfoCv {
  /* background: #32a8db;*/
  margin: 5% 5%;
  width: 90%;
  background: linear-gradient(91.05deg, #125387 0%, #083151 100%);
}
.clinicAcd__doctorInfo {
  background-color: #fff;
  padding-inline: 8%;
}
.clinicAcd__clinicList
  .clinicAcd__clinicListItem:nth-child(2n)
  .clinicAcd__clinicInfo {
  transform: translateX(-46%);
}
.feature_part {
  background-image: url(../../asset/image/brandQuery/sec03/img_feature_bk.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100vw;
}
@media (min-width: 751px) {
  .feature_part {
    background-size: 750px;
  }
}
@media (min-width: 751px) {
  .clinicAcd__doctorName {
    align-items: center;
  }
}
@media (min-width: 751px) {
  .clinic__presidentCareer {
    font-size: 22px;
  }
}

.attention {
  background-color: #072550;
  padding: 0 10.6vw 6.66vw;
  color: white;
  font-weight: 400;
}
@media (min-width: 751px) {
  .attention {
    padding: 0 80px 50px;
  }
}
.attention__head {
  margin-bottom: 7.33vw;
}
@media (min-width: 751px) {
  .attention__head {
    margin-bottom: 55px;
  }
}
.attention_box {
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #fff;
  line-height: 1.7;
}
@media (min-width: 751px) {
  .attention_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.attention__subhead {
  margin-bottom: 3.2vw;
}
@media (min-width: 751px) {
  .attention__subhead {
    margin-bottom: 24px;
  }
}
.attention__list li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5rem;
}

.company_wrap {
  text-align: center;
  color: white;
}

.company_wrap a {
  color: white;
}
.attention__inner {
  margin-bottom: 8vw;
}
@media (min-width: 751px) {
  .attention__inner {
    margin-bottom: 60px;
  }
}

.ftr_wrap {
  text-align: center;
  padding: 2.4vw 0 7rem;
  background: #fff;
}
@media (min-width: 751px) {
  .attention__inner {
    margin-bottom: 18px 0;
  }
}

/* ****** */
/* 20250704 フローティングボタン追加
/* ****** */

.floating {
    background: rgb(from #002147 r g b / 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
    display: none;
}

.floating_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: min(168px, 22.4vw);
    gap: min(8px, 1.06vw);
    color: #fff;
}

.floating_item__ctawrap {
  width: min(600px, 80vw);
}

.floating_item__fukidashi {
    font-size: min(24px, 3.2vw);
    color: #fff;
}

.floating_item__fukidashi span {
    padding: 0 1.2em;
}

.floating_item__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(28px, 3.7vw);
    background: linear-gradient(90deg, #1866A1 0%, #5597CA 100%);
    border-radius: 3rem;
    color: #fff;
}

.floating_item__cta__text {
    flex: 1;
    display: flex;
    font-size: min(30px, 4vw);
    color: #fff;
    padding: 0 min(2em, 4vw);
    justify-content: center;
    align-items: center;
}

.floating_item__cta__arrow {
    flex: 0;
    width: 0.6em;
}
