@charset "utf-8";

/*共通*/

body{
    background: #e7ebf3;
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    color: #3D3D3D;
}

a {
    cursor: pointer;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

video {
    vertical-align: bottom;
    width: 100%;
}

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

.object_hidden {
    overflow: hidden;
}

.object_hidden img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.bg_yellow {
    background-color: #FFFCE9;
}

.strong_blue strong {
  font-weight: inherit;
  color: #5B9DFF;
}
.strong_pink strong {
  font-weight: inherit;
  color: #FF7878;
}
.em_pink em {
  font-weight: inherit;
  color: #FF7878;
}

.text_center {
  text-align: center;
}

.wrap750{
  width:750px;
  max-width:100%;
  margin:0 auto;
}

.wrap1000{
  width:1000px;
  max-width:100%;
  margin:0 auto;
  box-sizing: border-box;
}

.wrap90{
    width: 92%;
    margin:0 auto;
}

.pb_none {
  padding-bottom: 0 !important;
}

.icn_modal{
    position:relative;
}



.btnwrap,
.link_cont,
.counceling_btn,
.line_link02{
    width: 90%;
    margin: 0 auto;
    text-align:center;
}

.change_btn{
    position: relative;
    display: inline-block;
}

.change_btn::before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease .4s;
}

.change_btn:hover::before{
    opacity: 1;
}

.link_cont picture,
.counceling_btn .counceling_btn_link,
.shourei_btn_link{
    position: relative;
    display: inline-block;
}

.link_cont picture::before,
.counceling_btn .counceling_btn_link::before,
.shourei_btn_link::before{
    content: '';
    display: block;
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease .4s;
}

.link_cont picture:hover::before,
.counceling_btn .counceling_btn_link:hover::before,
.shourei_btn_link:hover::before{
    opacity: 1;
}

.counceling_btn_link::before {
    background-image: url('../img/liposuction_quick_crm/counceling_btn_sp_hover.png');
}

.limit_btn_link::before {
    background-image: url('../img/liposuction_quick_crm/coupon_btn_sp_hover.png');
}

.shourei_btn_link::before {
    background-image: url('../img/liposuction_quick_crm/shourei_btn_hover.png');
}

.shourei_btn-mt{
    margin-top: clamp(35px,7vw,70px);
}

.line_link02 {
    text-align: center;
}

.line_link a,
.line_link02 a {
    display: inline-block;
    position: relative;
}

.line_link a::before,
.line_link02 a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 4px;
    display: block;
    width: 100%;
    height: calc(100% - 22px);
    background-color: #BEBEBE;
    transition: all .4s;
}

.line_link img,
.line_link02 img {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}

.line_link img:hover,
.line_link02 img:hover {
    bottom: -4px;
    left: 4px;
}

.counceling_btn .counceling_txt {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}
.counceling_btn .counceling_txt::before,
.counceling_btn .counceling_txt::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #000;
  position: absolute;
  top: 50%;
}
.counceling_btn .counceling_txt::before {
  transform: rotate(-15deg) translateY(-50%);
  left: -25px;
}
.counceling_btn .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: -25px;
}


.section_ttl {
    max-width: 880px;
    margin: 0 auto clamp(30px,4.5vw,45px);
}
.section_ttl-text {
    width: 100%;
    padding-bottom: clamp(10px,2vw,20px);
    margin-bottom: clamp(10px,2vw,20px);
    font-size: clamp(20px,3.8vw,38px);
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    position: relative;
}
.section_ttl-text::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #FF7878;
}
.section_ttl-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 2px solid #A5A5A5;
}
.section_ttl-eng {
    font-size: clamp(14px,3.0vw,30px);;
    color: #A5A5A5;
    letter-spacing: 0.04em;
    text-align: center;
}

.section_sub_ttl01 {
  display: block;
  width: fit-content;
  margin: 0 auto 45px;
  padding: clamp(20px,2.5vw,25px) clamp(30px,5vw,50px);
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  position: relative;
}
.section_sub_ttl01::before {
  content: "";
  width: 2px; height: 30px;
  background: #000;
  position: absolute; top: 0; right: 0;
}
.section_sub_ttl01::after {
  content: "";
  width: 2px; height: 30px;
  background: #000;
  position: absolute; bottom: 0; left: 0;
}

.section_sub_ttl_text {
  font-size: clamp(18px,3.8vw,38px);
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}

.section_sub_ttl01 .arrow_bottom {
  display: block;
  position: absolute; 
  bottom: 0; 
  left: 50%;
}
.section_sub_ttl01 .arrow_bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #000000;
  border-bottom: 0;
  position: absolute; top: 0; left: 0;
}
.section_sub_ttl01 .arrow_bottom::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #ffffff;
  border-bottom: 0;
  position: absolute; top: -2px; left: 1px;
}

@media screen and (max-width: 767px) {
  .counceling_btn .counceling_txt::before {
    left: -10px;
  }
  .counceling_btn .counceling_txt::after {
    right: -10px;
  }
  .section_ttl-text::before,
  .section_ttl-text::after {
    border-width: 1px;
  }
}

/*共通 終わり*/

/*ヘッダーメニュー*/

.lp_header-item {
    display: flex;
    align-items: center;
}

.head__menu {
    font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.head__menu-list {
    display: flex;
}

.head__menu-list a {
    font-size: clamp(15px, 1vw, 18px);
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 clamp(20px, 3vw, 60px);
    position: relative;
    transition: .3s;
    letter-spacing: 0;
}

.head__menu-list a:hover {
    color: #FF7878;
    text-decoration: underline;
}


header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: 100;
}

@media screen and (max-width: 767px) {
  header {
    z-index: 50;
  }
}

.lp_header {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22.5px;
    background-color: #fff;
    box-sizing: border-box;
    height: 100px;
}
/*ハンバーガーメニュー*/

.mv_double_eye {
}

.head_counceling {
    max-width: 100%;
}

.lp_header-item {
    position: relative;
}

.drawer-btn {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 22.5px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.drawer-btn span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.drawer-btn span::before {
    top: -15px;
}

.drawer-btn span::after {
    bottom: -15px;
}

.head__menu {
    display:none;
    position: fixed;
    top: 80px;
    left: 100%;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 60;
}


/*ハンバーガーメニューの中身*/
.is-drawer_open .head_counceling {
    display: none;
}

.drawer-btn.active span {
    background-color: transparent;
}

.drawer-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.drawer-btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
    display: block;
    left: 0;
}

.head__menu-inner {
    margin: clamp(40px, 11vw, 80px) auto 100px;
    max-width: 1000px;
    /* max-width: 85%; */
}

.head__menu-list {
    max-width: 85%;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    margin-bottom: clamp(30px, 8vw, 60px);
}

.head__menu-list li {}

.head__menu-list a {
    font-size: 20px;
    color: #3D3D3D;
    padding: 0 15px 0 clamp(40px, 8vw, 65px);
    border: none;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 20px;
    background: url(../img/liposuction_quick_crm/menu_tcb_icon.png) no-repeat;
    background-size: 40px;
    position:
        relative;
}

.head__menu-list li:not(:last-child) a {
    margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a:hover {
    text-decoration: none;
}

.head__menu-list li a::before {
    content:
    '';
    background:
    url(../img/liposuction_quick_crm/icn_arrow.png) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 14px;
    position: absolute;
    top: calc(50% - 22px);
    right: 0;
    display: inline-block;
}

/*fv*/

.fv_threadlift {
    margin-top:100px;
    overflow: hidden;
}
.fv_threadlift-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.fv_threadlift-inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 57.18%;
}
.fv_threadlift-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fv_threadlift-inner::before {
    display: none;
  }
  .fv_threadlift-inner img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}


/*カウントダウン*/

.box_countdown {
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    max-width: 60%;
    margin: 0px auto -8px;
    text-align: center;
    background: #FFEA76;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #62BE68;
    border: 1px solid #62BE68;
    padding: 10px 15px;
    box-sizing: border-box;
    position:relative;
    z-index: 10;
}


.box_countdown::before,
.box_countdown::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    border-width: 14px;
    border-style: solid solid solid none;
    transform: rotate(270deg);
}

.box_countdown::before {
    bottom: -20px;
    border-color: transparent #ffea76;
    z-index: 1;
}

.box_countdown::after {
    bottom: -21px;
    border-color: transparent #62be68;
}

.box_countdown p {
    font-size: 20px;
}

.box_countdown .yycountdown-box {
    margin-left: 10px;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
    font-size: 32px;
    background: #62BE68;
    color: #fff;
    border-radius: 5px;
    padding: 1.5px 6px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
    font-size: 20px;
    margin: 0 5px;
}

.limit_btn{
    padding: clamp(20px,4vw,40px) 0 clamp(35px,7vw,70px);
    text-align: center;
}




.section_ideal,
.section_about,
.section_thread-lift,
.seciton_reason-inner,
.section_clinic,
.section_case,
.section_price,
.section_merit,
.section_flow,
.section_question,
.section_doctor {
    padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
}

@media screen and (max-width: 1040px) {

  .seciton_qa{
    padding: clamp(55px,9.0vw,90px) 15px clamp(50px,10vw,100px);
  }
}

/*ideal*/
.section_ideal {
    background: url(../img/liposuction_quick_crm/section_ideal_bg_pc.jpg) no-repeat top center;
    background-color: #F4F2F2;
    background-size: 2000px auto;
}
.section_ideal_inner {
    padding: 0 clamp(30px,6vw,60px);
}
.section_ideal-ttl {
    padding: clamp(10px,2vw,20px) 0 clamp(20px,4vw,40px) clamp(35px,7vw,70px);
    font-size: clamp(20px,3.7vw,37px);
    font-weight: 500;
    line-height: 1.4em;
}
.section_ideal-box {
    width: fit-content;
    padding: clamp(15px,3vw,30px) clamp(35px,7vw,70px);
    background: 
    url(../img/liposuction_quick_crm/box_grid.png) top left;
    background-size: clamp(311px,62.2vw,622px) auto;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-sizing: border-box;
    position: relative;
}
.section_ideal-box::after {
    content: "";
    display: block;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: url(../img/liposuction_quick_crm/box_grid_icon.png) no-repeat right bottom;
    background-size: clamp(69px,13.8vw,138px) auto;
}
.section_ideal-box li {
    padding: 0.6em 0 0.6em 50px;
    border-bottom: #DFEBFF solid 2px;
    font-size: clamp(12px,2.2vw,22px);
    position: relative;
}
.section_ideal-box li:last-child {
    border-bottom: none;
}
.section_ideal-box li::before {
    content: "";
    display: block;
    width: 31px; height: 29px;
    background: url(../img/liposuction_quick_crm/icon_check.png) no-repeat;
    background-size: cover;
    position: absolute; top: 50%; left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

  .section_ideal {
    padding-top: 0;
    background: url(../img/liposuction_quick_crm/section_ideal_bg_sp.jpg) no-repeat top center;
    background-color: #F3F3F3;
    background-size: cover;
  }
  .section_ideal-ttl {
    padding: 30px 0;
  }
  .section_ideal-box {
    width: 100%;
    box-shadow: 2px 2px 0px 0px #a5a5a5;
  }
  .section_ideal-box li {
    padding-left: 25px;
    border-width: 1px;
  }
  .section_ideal-box li::before {
    width: 15px; height: 14px;
  }
}


/*thread-lift*/
.section_thread-lift {
  background: 
  url(../img/liposuction_quick_crm/section_thread-lift_fw01.png) no-repeat calc(50% - 450px) 210px,
  url(../img/liposuction_quick_crm/section_thread-lift_fw02.png) no-repeat calc(50% + 450px) 210px;
  background-size: auto, auto;
  background-color:#fff;
}

.thread-lift-read {
  margin-bottom: clamp(30px,4.5vw,45px);
  font-size: clamp(12px,1.8vw,18px);
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_thread-lift {
    background: url(../img/liposuction_quick_crm/section_thread-lift_fw01.png) no-repeat calc(50% - 150px) -68px, url(../img/liposuction_quick_crm/section_thread-lift_fw02.png) no-repeat calc(50% + 150px) -80px;
    background-size: 50% auto;
    background-color:#fff;
  }
  .section_thread-lift_inner {
    padding: 0 30px;
  }
}

/*reason*/

.section_reason{
  background:#fff;
}

.reason_satisfaction{
  padding-bottom: clamp(20px,4vw,40px);
}

.reason_satisfaction-img{
  text-align:center;
}

.reason_satisfaction-read {
  margin-bottom: clamp(30px,4.5vw,45px);
  font-size: clamp(18px,3.8vw,38px);
  font-weight: 500;
  color: #757575;
  text-align: center;
  line-height: 1.8em;
}
.reason_satisfaction-read strong,
.reason_satisfaction-read strong * {
  font-weight: bold;
}
.reason_satisfaction-read .reason_value {
  margin: 0 0.2em;
}
.reason_satisfaction-read .reason_value span {
  font-size: 1.5em;
}
.reason_satisfaction-read .reason_value sup {
  font-size: 0.6em;
}
.reason_satisfaction-read .under_line {
  display: inline-block;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  line-height: 1em;
}


.reason_point {
  overflow: hidden;
}
.reason_point01 {
  background: url(../img/liposuction_quick_crm/reason_point_fw01.png) no-repeat calc(50% + 600px) -150px;
}
.reason_point02 {
  background: url(../img/liposuction_quick_crm/reason_point_fw02.png) no-repeat calc(50% - 600px) 150px;
}
.reason_point03 {
  background: url(../img/liposuction_quick_crm/reason_point_fw03.png) no-repeat calc(50% + 600px) -120px;
}

.reason_point_list-item {
  margin-bottom: clamp(30px,6.0vw,60px);
}

.reason_point_list-inner {
  padding: clamp(15px,6.0vw,60px);
  border: #FF7878 solid 2px;
  background: rgba(255,255,255,0.8);
}
.reason_point_list-inner p {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 2em;
}
.reason_point_list-inner p.reason_point-num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(20px,4.0vw,40px);
  font-weight: 500;
  color: #FF7878;
  line-height: 0.6em;
  opacity: 0.8;
}
.reason_point_list-inner p.reason_point-num span {
  font-size: 1.8em;
}

.reason_point_list-ttl {
  padding-bottom: clamp(5px,1.5vw,15px);
  margin-bottom: clamp(20px,4.0vw,40px);
  border-bottom: #FF7878 solid 2px;
  position: relative;
}
.reason_point_list-ttl .reason_point-ttl {
  padding-right: clamp(120px,24.0vw,240px);
  font-size: clamp(16px,3.0vw,30px);
  font-weight: bold;
  line-height: 1.2em;
}
.reason_point_list-ttl .reason_point-ttl strong {
  font-size: 1.3em;
}

.reason_point-read {
  margin-bottom: clamp(30px,4.5vw,45px);
}

.reason_point01-imgbox {
  margin-top: clamp(30px,4.5vw,45px);
}
.reason_point01-imgbox .imgbox_text_area .imgbox_eng {
  margin-bottom: clamp(5px,1.5vw,15px);
  font-size: clamp(35px,6.8vw,68px);
  font-weight: 500;
  color: #C5CBD5;
  line-height: 1em;
  letter-spacing: -0.04em;
  opacity: 0.8;
}

.reason_point01-imgbox.imgbox_r {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.reason_point01-imgbox.imgbox_r img {
  margin-right: -120px;
}
.reason_point01-imgbox.imgbox_r .imgbox_text_area {
  padding-right: 45px;
}

.reason_point01-imgbox.imgbox_l {
  display: flex;
  align-items: center;
  position: relative;
}
.reason_point01-imgbox.imgbox_l img {
  margin-left: -120px;
}
.reason_point01-imgbox.imgbox_l .imgbox_text_area {
  padding-left: 45px;
}

.reason_point02-box {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(15px,3.0vw,30px) clamp(20px,4.0vw,40px);
  margin: 15px 0 35px;
  border: #FF7878 2px solid;
  background: url(../img/liposuction_quick_crm/reason_point02_icon.png) no-repeat bottom right;
  background-size: clamp(115px,23.0vw,230px) auto;
  background-color: #FFF1F1;
}
.reason_point02-box li {
  padding: 0.6em 0 0.6em 50px;
  font-size: clamp(12px,2.2vw,22px);
  color: #FF7878;
  line-height: 1.4em;
  position: relative;
}
.reason_point02-box li:last-child {
  border-bottom: none;
}
.reason_point02-box li::before {
  content: "";
  display: block;
  width: 31px; height: 29px;
  background: url(../img/liposuction_quick_crm/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
}

.reason_point03-imgbox {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 30px;
}
.reason_point03-imgbox li {
  position: relative;
}
.reason_point03-imgbox li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(50px,10vw,100px);
  height: clamp(50px,10vw,100px);
  background: #fff;
  border-radius: 100%;
  border: #FF7878 solid 2px;
  font-size: clamp(8px,1.5vw,15px);
  font-weight: 500;
  color: #FF7878;
  position: absolute;
  top: -10px;
  left: -50px;
}

/*
.double_eye_reason_list {
    margin-bottom: clamp(20px,4vw,40px);
}

.double_eye_reason_list__item+.double_eye_reason_list__item {
    margin-top: 40px;
}
*/

@media screen and (max-width: 767px) {
  .section_reason_inner {
    overflow: hidden;
  }
  .section_reason_inner,
  .section_reason_inner .section_ttl {
    padding: 0 15px;
  }
  .reason_satisfaction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reason_point_list-inner,
  .reason_point_list-ttl {
    border-width: 1px;
  }
  .reason_point01-imgbox {
    display: block !important;
  }
  .reason_point01-imgbox.imgbox_r img,
  .reason_point01-imgbox.imgbox_l img {
    margin: 0 0 10px;
  }
  .reason_point01-imgbox.imgbox_r .imgbox_text_area,
  .reason_point01-imgbox.imgbox_l .imgbox_text_area {
    padding: 0;
  }
  .reason_point01-imgbox .imgbox_text_area .imgbox_eng {
    text-align: center;
  }
  .reason_point02-box {
    margin: 30px 0 15px;
    border-width: 1px;
  }
  .reason_point02-box li {
    padding-left: 25px;
  }
  .reason_point02-box li::before {
    width: 15px; height: 14px;
  }
  .reason_point03-imgbox {
    flex-direction: column;
    max-width: 60%;
    margin-bottom: 0;
  }
  .reason_point03-imgbox li {
    margin-bottom: 15px;
  }
  .reason_point03-imgbox li:last-child {
    margin-bottom: 0;
  }
  .reason_point03-imgbox li span {
    left: -25px;
    border-width: 1px;
  }
}

/*case*/

.section_case{
    background: url(../img/liposuction_quick_crm/case_bg_pc.jpg) repeat;
    background-size: contain;
    overflow: hidden;
}
.section_case h2{
    /* width:85%; */
    text-align: center;
    margin: 0 auto
    clamp(20px,4vw,40px);
}

/*price*/

.section_price{
    background-color: #F2F5F9;
}
.section_price_case {
  width: 100%;
  padding: clamp(15px,6vw,60px);
  background: #fff;
  box-sizing: border-box;
}

.section_price_case-tbl {
  table-layout: fixed;
  width: 100%;
}
.section_price_case-tbl tr:nth-child(odd) td {
	background: #F6F6F6;
}

.section_price_case-tbl th {
  padding: clamp(5px,1.2vw,12px) clamp(10px,3.0vw,30px);
  background: #FF7878;
  border-right: rgba(255,255,255,0.2) 1px solid;
  font-size: clamp(12px,2.4vw,24px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.section_price_case-tbl th:last-child {
  border-right: none;
}
.section_price_case-tbl th.tbl_index-name {
  width: 35%;
}
.section_price_case-tbl td {
  padding: clamp(10px,2.5vw,25px) clamp(10px,3.0vw,30px);
  border-bottom: #A5A5A5 1px solid;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
}

.section_price_case-tbl td.tbl_price {
  font-size: clamp(20px,4.0vw,40px);
  color: #FF7878;
}
.section_price_case-tbl td.tbl_price span {
  font-size: clamp(10px,2.0vw,20px);
}

/*
.double_eye_price_case {
    padding: 25px 15px;
    box-sizing:
    border-box;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.double_eye_price_case__list > li{
    text-align:center;
}
*/

@media screen and (max-width: 767px) {
  .section_price_inner,
  .section_price_inner .section_ttl {
    padding: 0 15px;
  }
}

.model_contetns {
  padding: 0 clamp(15px,6vw,60px) clamp(30px,6vw,60px);
  background: url(../img/liposuction_quick_crm/model_bg_pc.jpg) no-repeat top;
  background-size: contain;
}
.model_ttl {
  padding: clamp(25px,5vw,50px) clamp(15px,3vw,30px);
  margin-bottom: clamp(15px,4vw,40px);
}
.model_ttl-img {
  margin-bottom: 20px;
}
.model_ttl p {
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
  line-height: 2em;
}
.model_detail {
  padding: clamp(30px,4.5vw,45px) clamp(15px,8vw,80px) clamp(15px,4.5vw,45px);
  border: #FF7878 solid 2px;
  position: relative;
}
.model_detail_inner {
}
.model_fw01 {
  position: absolute;
  left: -90px;
  bottom: 0;
}
.model_fw02 {
  position: absolute;
  right: -80px;
  top: -170px;
}
.model_fw03 {
  position: absolute;
  right: -195px;
  top: 90px;
}
.model_fw03 img {
  max-width: 70%;
}

.model_detail-ttl {
  width: fit-content;
  margin: 0 auto 30px;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  font-size: clamp(20px,4vw,40px);
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}
.model_detail p {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 1.8em;
}
.model_detail p.model_notes {
  font-size: clamp(10px,1.6vw,16px);
  text-align: center;
}
.model_detail .model_icon {
  display: block;
  margin: 20px auto;
}


@media screen and (max-width: 767px) {
  .section_merit_inner,
  .section_merit_inner .section_ttl {
    padding: 0 15px;
  }
  .merit_list-box {
    border-width: 1px;
  }
  .merit_list_ttl-num {
    top: -30px;
    border-width: 1px;
  }
  .model_contetns {
    background: url(../img/liposuction_quick_crm/model_bg_sp.jpg) no-repeat top;
    background-size: contain;
  }
  .model_detail {
    border-width: 1px;
  }
  .model_ttl-img {
    max-width: 60%;
  }
  .model_detail .model_icon {
    max-width: 80%;
  }
  .model_fw01 {
    left: -100px;
    bottom: 70px;
  }
  .model_fw02 {
    right: -220px;
    top: -80px;
  }
  .model_fw03 {
    right: -240px;
    top: 190px;
  }
  .model_fw01 img,
  .model_fw02 img,
  .model_fw03 img {
    max-width: 70%;
  }
}

/*flow*/

.section_flow{
    background:#fff;
}

.double_eye_flow_list{
    margin-bottom:30px;
}

.flow_list {
  margin-bottom: 60px;
  position: relative;
}
.flow_list::after {
  content: "";
  height: 100%;
  border-left: #FF7878 2px dotted;
  position: absolute;
  top: 0;
  left: 170px;
}
.flow_list-item {
  padding: 40px clamp(15px,6.0vw,60px) clamp(20px,5.0vw,50px);
  margin-top: clamp(75px,11vw,110px);;
  background-color: #fff;
  border-top: #D1D5DD 2px solid;
  border-right: #D1D5DD 2px solid;
  border-bottom: #FF7878 2px solid;
  border-left: #FF7878 2px solid;
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding-bottom: clamp(10px,2.0vw,20px);
  margin-bottom: clamp(15px,3.0vw,30px);
  border-bottom: #707070 1px solid;
  position: relative;
}
.flow_list-ttl img {
  box-shadow: -4px 4px 0px 0px #E2E2E2;
  position: absolute;
  top: -110px;
  right: 0;
  max-width: 408px;
}
.flow_list-step {
  display: flex;
  align-items: center;
  font-size: clamp(22px,5.8vw,58px);
  font-weight: 500;
  color: #C5CBD5;
  opacity: 0.8;
}
.flow_list-step span {
  padding-left: 0.05em;
  font-size: clamp(50px,10vw,100px);
  color: #FF7878;
}
.flow_list-title {
  font-size: clamp(16px,3.0vw,30px);
  font-weight: 500;
  line-height: 1.6em;
}
.flow_list-text {
  font-size: clamp(12px,1.8vw,18px);
  line-height: 2em;
}
.flow_list-box {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

/*.flow_list-box.flow_list-box--column{
  flex-direction: column;
}*/

.flow_list-box img {
  margin-left: -120px;
 /* width: 100%;
  margin-bottom: 15px;*/
}

.flow_list-box .flow_list-text {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {

  .section_flow_inner,
  .section_flow_inner .section_ttl {
    padding: 0 15px;
  }
  .flow_list::after {
    left: 100px;
  }
  .flow_list-item {
    border-width: 1px;
  }
  .flow_list-ttl img {
    max-width: 60%;
    box-shadow: -2px 2px 0px 0px #E2E2E2;
    right: -40px;
    top: -100px;
  }
  .flow_list-box {
    display: block;
    margin-top: 20px;
  }
  .flow_list-box img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .flow_list-box .flow_list-text {
    padding-left: 0;
  }
}


/*Q&A*/

.section_question {
    background: url(../img/liposuction_quick_crm/question_background_pc.png) no-repeat center -90px;
    background-color: #FFFCE9;
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    overflow: hidden;
}

.section_question_inner {
    position: relative;
}

.section_question_inner::before,
.section_question_inner::after {
    content: "";
    display: block;
    position: absolute;
}
/*
.section_question_inner::before {
    background: url(../img/liposuction_quick_crm/question_background_sp.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -70px;
    left: 0;
}
*/
/* .section_question_inner h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
} */

.faq__list {
    position: relative;
    z-index: 10;
}

.faq__item {}

.faq__item+.faq__item {}

.faq {}

.faq dl {}

.faq__question,
.faq__answer {
    z-index: 1;
    cursor: pointer;
    font-size: clamp(14px,2.2vw,22px);
    position: relative;
    line-height: 1.5;
    padding: 15px 50px 15px 15px;
}

.faq__question,
.faq__answer_txt {
    display: flex;
    align-items: center;
}

.faq__question {
    background: #fff;
    color: #FF7878;
    border: 1px solid #FF7878;
    border-bottom: none;
    transition: all 0.4s;
}

.faq__question:hover {
    background: #ffeeeefc;
}

.faq__answer {
    background: #F5F5F5;
    border: 1px solid #FF7878;
    border-bottom: none;
}

.faq__question::before,
.faq__question::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    top: 50%;
    right: clamp(35px, 5vw, 60px);
    background-color: #FF7878;
    transition: .2s;
    width: clamp(13px,2.6vw,26px);
    height: 2px;
    right: 15px;
    top: 45%;
}

.faq__question::before {
    content: '';
}

.faq__question::after {
    content: '';
    transform: rotate(90deg);
}

.faq__question.js--accordion-open::after {
    transform: rotate(0deg);
}

.faq__question span,
.faq__answer span {
    margin-left: 55px;
    display: block;
}

.faq__item:last-child dt,
.faq__item:last-child dd {
    border-bottom: 1px solid #FF7878;
}

.faq__item:last-child dd {
    border-top: none;
}

.question_icon {
    position: absolute;
    top: 24px;
}

.faq__question_txt,
.faq__answer_txt {
    position: relative;
}

.faq__question_txt::before,
.faq__answer_txt::before {
    content: '';
    display: block;
    width: clamp(20px,3.8vw,38px);
    height: clamp(30px,4.6vw,46px);
    position: absolute;
    top: -10px;
    left: 0;
}

.faq__question_txt::before {
    background: url('../img/liposuction_quick_crm/question.png') no-repeat;
    background-size: 100%;
}

.faq__answer_txt::before {
    background: url('../img/liposuction_quick_crm/answer.png') no-repeat;
    background-size: 100%;
}

.accordion_option {
    display: none;
}


/*モーダル部分*/

.with-featherlight .featherlight {
    background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
    padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
    top: -45px;
    right: 0;
    line-height: 38px;
    width: 38px;
    font-size: 18px;
    background-color: #3D3D3D;
    text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
    max-height: calc(90vh - 60px);
}

/*modal_list*/

.modal_list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.modal_list > li{
    max-width: calc(calc(100% - 15px)/2);
}
.modal_list > li:not(:last-child){
	margin-right: 15px;
	margin-bottom: 15px;
}
.modal_list li:nth-child(2n) {
    margin-right: 0;
}

/*クリニック*/

.section_clinic {
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
    background: #fff;
}

#clinic article > h2 {
    width:85%;
    margin: 0 auto clamp(30px,6vw,60px);
    text-align: center;
}


/* 日本地図⇒脱毛LP仕様 クリニック一覧 */

/* spアコーディオン */

dl.accordion {
    overflow: hidden;
}

dl.accordion>dt::before {
    color: #fff;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}

dl.accordion>dd {
    background: #fff;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    display: none;
}

dl.accordion>dd::before {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}


/* clinic */

#clinic p {
    margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
    content: '▼';
}

#clinic dl.accordion>dd {
    padding: 0.5em;
    background: #fff;
}

#clinic dl.accordion>dd::before {
    content: none;
}

#clinic dl.accordion h3 {
    margin: 3%;
    border-bottom: 3px double #c0b0a3;
}

#clinic dl.accordion dl {
    display: flex;
    margin: 0 3% 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#clinic dl.accordion dl dt {
    width: 3em;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 3% 0;
}

#clinic dl.accordion dl dd {
    padding: 3% 0 3% 1em;
    width: calc(100% - 4em);
    border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
    border: none;
    padding-top: 0;
}

#clinic a {
    color: #fa9999;
}
    dl.accordion {
        width: 85%;
        margin: 0 auto;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-size: clamp(13px,3.5vw,26px);
    }

    #clinic dl.accordion>dt {
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        background: #FF7878;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 0.5em 0.5em 2em;
        position: relative;
        border-bottom: 2px solid #fff;
        cursor: pointer;
    }

    #clinic dl.accordion>dt::before {
        content: '▼';
        color: #fff;
        position: absolute;
        top: 0.5em;
        left: 0.5em;
    }

    #clinic dl.accordion>dd {
        padding: 0.5em;
        background: #fff;
    }

    #clinic dl.accordion>dd::before {
        content: none;
    }

    #clinic dl.accordion h3 {
        margin: 3%;
        border-bottom: 3px double #ffb400;
    }

    #clinic dl.accordion dl {
        display: flex;
        margin: 0 3% 3%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #clinic dl.accordion dl dt {
        width: 3em;
        text-align: center;
        border-top: 1px solid #ccc;
        padding: 3% 0;
    }

    #clinic dl.accordion dl dd {
        padding: 3% 0 3% 1em;
        width: calc(100% - 4em);
        border-top: 1px solid #ccc;
    }

    #clinic dl.accordion dl dt:first-child,
    #clinic dl.accordion dl dt:first-child+dd {
        border: none;
        padding-top: 0;
    }

    #clinic a {
        color: #f68888;
    }


.reserve{
    background: #FFFFFF;
}
.reserve .section_ttl {
    padding: clamp(55px,11vw,110px) 0 0 0;
}

@media screen and (max-width: 767px) {
  .reserve .section_ttl {
    padding: clamp(55px,11vw,110px) 30px 0;
  }
}

.ttl01{
    width: 85%;
    margin: 0 auto clamp(30px,6vw,60px);
    position: relative;
}

@media screen and (max-width: 1000px) {
    #clinic .quotation dt {
        display: block;
        margin-bottom: 5px;
    }

    #clinic .quotation dd {
        display: block;
        color: #444;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/* フロートバナー */
#float_bnr{
    width: 750px;
    text-align: center;
    display: none;
    background-color: #fff;
    position: fixed;
    left: calc(50% - 375px);
    bottom: 0;
    z-index: 90;
}
#float_bnr .close{
    width: 27px;
    height: 27px;
    text-indent: -1000px;
    background: url(../img/liposuction_quick_crm/lightbox_close.png) no-repeat center;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}
@media screen and (max-width: 640px) {
    #float_bnr{
        width: 100%;
        left: 0;
    }
    #float_bnr img{ 
        max-width: 100vw;
    }
    #float_bnr .close{
        background-size: 60%;
        top: 0;
        right: 0;
    }
}

/*フッター*/

footer,
.l-foot-subnav {
    font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
    background: #FFF5F5;
}

.l-foot-subnav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    font-size: 22px;
}

.l-foot-subnav__link {
    color: #ACB3C2;
    display: flex;
    align-items: center;
}

.l-foot-subnav__link::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #ACB3C2;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-right: 8px;
    position: relative;
    bottom: 3px;
}

.l-foot-subnav__link:hover {
    color: #ACB3C2;
    text-decoration: underline;
}

footer small {
    color: #fdc5c5;
    font-size: 22px;
    text-align: center;
}

footer {
    padding: 10px 0 50px;
}

.foot_btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
    cursor: pointer;
}

.foot_btn p {}


@media screen and (max-width: 767px) {
    /*ヘッダー*/
    .lp_header {
        padding-left: 10px;
        height: 50px;
    }

    /*20220804追記*/
    .head_logo h1 {
        width: 80px;
    }
    .lp_header-item {
        /*margin-right: 70px;*/
    }

    .head__menu {
        top: 50px;
    }

    .drawer-btn {
        width: 35px;
        height: 28px;
        top: calc(50% - 15px);
        right: 17px;
    }

    .drawer-btn span::before {
        top: -12px;
    }

    .drawer-btn span::after {
        bottom: -12px;
    }

    .head__menu-list a {
        background-position: 0 4px;
    }
    .head__menu-list li:not(:last-child) a {
        margin-bottom: 12px;
    }
    .head__menu-list a {
        font-size: 16px;
        padding: 0 12px 0 40px;
        padding-bottom: 10px;
        background-size: 26px;
    }

    .head__menu-list li a::before {
        width: 23px;
        top: calc(50% - 17px);
    }
    .fv_threadlift{
        margin-top:50px;
    }
    /*カウントダウン*/
    .box_countdown {
        max-width: 85%;
        padding: 5px 7px;
        margin: 0px auto -6px;
    }

    .box_countdown::before,
    .box_countdown::after {
        border-width: 7px;
    }

    .box_countdown::before {
        bottom: -10px;
    }

    .box_countdown::after {
        bottom: -11px;
    }

    .box_countdown p {
      font-size: 12px;
  }  

    .box_countdown .yycountdown-box {
        margin-left: 5px;
    }

    .box_countdown .yyc-day,
    .box_countdown .yyc-hou,
    .box_countdown .yyc-min,
    .box_countdown .yyc-sec {
        font-size: 15px;
        padding: 0 3px;
        border-radius: 3px;
    }

    .box_countdown .yyc-day-text,
    .box_countdown .yyc-hou-text,
    .box_countdown .yyc-min-text,
    .box_countdown .yyc-sec-text {
        font-size: 12px;
        margin: 0 2px;
    }
    .section_question_inner::before{
        top: -35px;
    }
    .double_eye_price_case {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    /*よくあるご質問*/
    .section_question {
      background: url(../img/liposuction_quick_crm/question_background_sp.png) no-repeat center top;
      background-color: #FFFCE9;
      background-size: contain;
    }
    /*
    .section_question_inner::before {
        background: url(../img/liposuction_quick_crm/question_background_sp.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
        top: -55px;
        left: 0;
    }
    */
    .section_question .section_ttl {
      padding: 0 30px;
    }

    .faq__question,
    .faq__answer {
        font-size: 14px;
        padding: 15px 43px 15px 15px;
    }
    .faq__question::before,
    .faq__question::after {
        width: 13px;
        height: 1px;
        right: 15px;
        top: 45%;
    }
    .faq__question span,
    .faq__answer span {
        margin-left: 30px;
    }
    .faq__question_txt::before,
    .faq__answer_txt::before {
        width: 20px;
        height: 30px;
        top: -3px;
    }
    /*フッター*/

    .foot_btn{
        right: 15px;
        bottom: 90px;
        width: 50px;
    }
    footer {
        padding: 10px 0 20px;
    }

    .l-foot-subnav {
        padding-top: 20px;
        font-size: 13px;
    }

    .l-foot-subnav__link::before {
        bottom: 1px;
    }

    footer small {
        font-size: 13px;
    }
    /*モーダル部分*/
    .with-featherlight .featherlight .featherlight-inner {
        max-height: calc(75vh - 60px);
    }
}

/*20220907追記*/

.reason_satisfaction{
    padding-bottom: clamp(20px,4vw,40px);
}

.reason_satisfaction-img{
    text-align:center;
}

.reason_satisfaction-txt + .reason_satisfaction-txt{
    margin-top: clamp(40px,8vw,80px);
}

.reason_satisfaction-txt01{
    text-align:center;
}

.reason_satisfaction-txt02{
    text-align:center;
    width: 67%;
    margin: 0 auto;
}
.double_eye_model{
    margin-bottom: clamp(20px,4vw,40px);
}

/*ドクター紹介*/

.section_doctor{
    background-color: #F2F5F9;
}

@media screen and (max-width: 767px) {
  .section_doctor-inner,
  .section_doctor-inner .section_ttl {
    padding: 0 15px;
  }
}


/*ドクタースライダー*/

/* Arrows */
.slick-prev,
.slick-next{position: absolute;top: calc(50% - 21px);display: block;width: clamp(25px,4vw,40px);height: clamp(56px,10.2vw,102px);cursor: pointer;z-index: 4;background: url('../img/liposuction_quick_crm/slick-arrow_next.jpg') center no-repeat;background-size: cover;outline: none;border:none;}

.slick-prev{background: url('../img/liposuction_quick_crm/slick-arrow_pre.jpg') center no-repeat;background-size: cover;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{opacity: 0.7}

.slick-prev{
    left: calc(50% - 364px);
}
.slick-next{
    right: calc(50% - 364px);
}

/* Dots */
.slick-dotted.slick-slider
{
	/*margin-bottom: 30px;*/
}

.slick-dots{
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: clamp(3px,1.6vw,16px);
    height: clamp(3px,1.6vw,16px);
    padding: 5px;
    cursor: pointer;
}

.slick-dots li:not(:last-child){
    margin-right: clamp(25px,5vw,50px);
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    /* font-size: 35px; */
    /* line-height: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    opacity: .25;
    color: #493232;
    background: #493232;
    border-radius: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease 0.3s;
    z-index: 10;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #FF7878;
}

@media screen and (max-width: 767px) {
	.slick-dots li{
        
    }
    
    .slick-dots li:not(:last-child){
    }

    .slick-prev{
        left: 0px;
    }
    .slick-next{
        right: 0px;
    }
    
}

.js--ad_list{
    display:none;
}

/*slickの高さを合わせる*/

.slick-list .slick-track {
  /* display: flex; */
}

.slick-list .slick-slide {
  /* height: auto; */
}

.slick-list .slick-slide.slick-active {
  /* height: 100%; */
}

.slick-dotted.slick-slider.doctor-slick{
   
}
.slick-dotted.slick-slider.doctor-slick .item{
    background-color:#fff;
    padding: clamp(15px,3vw,30px);
    border: 2px solid #FF7878;
    display: flex;
    flex-direction: column;
    margin-bottom: clamp(25px,5vw,50px);
}

.doctor_profile{
    display: flex;
    align-items: center;
    margin-bottom: clamp(15px,3vw,30px);
}

.doctor_profile-img{
    overflow: hidden;
    width: clamp(115px,23vw,230px);
    height: clamp(150px,30vw,300px);
    background-color: #DFDFDF;
    margin-right: clamp(15px,3vw, 30px);
    position: relative;
    z-index: 1;
    object-fit: cover;
    /* position: relative; */
}

/* .doctor_profile-img::before{
    content:'';
    background: url(../img/liposuction_quick_crm/doctor_bg.png) no-repeat;
    background-size: 100%;
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
} */

.doctor_profile-img img{
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

.doctor_profile-txt{
    
}

.doctor_profile-txt p{
    line-height:1.5;
}

.doctor_profile-achive{
    font-size: clamp(12px,2.4vw,24px);
    font-weight: 500;
    color: #fff;
    background: url(../img/liposuction_quick_crm/doctor_archive_bg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 0 clamp(15px,3vw,30px);
    box-sizing: border-box;
    margin-bottom: clamp(5px,1vw,10px);
    min-width: clamp(168px,33vw,336px);
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor_profile-position{
    margin-bottom: 10px;
}

.doctor_profile-name{
    font-weight: 500;
}

.doctor_profile-name span{
    position: relative;
    font-size: clamp(16px,3.5vw,35px);
    padding-bottom: 5px;
    display: block;
}

.doctor_profile-name span::before{
    content:
    '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 1px solid #FF7878;
    min-width: clamp(150px,30vw,300px);
}

.doctor_profile-name small{
    display: block;
    font-size: clamp(13px,2.6vw,26px);
    color: #FF7878;
    margin-top: clamp(7px,1.4vw,14px);
}

/* .doctor_outer{
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    justify-content: space-between;
} */

.doctor_about{
    padding: clamp(15px,3vw,30px);
    background-color: #FFF2F2;
    /* flex-grow: 1; */
    margin-bottom: clamp(15px,3vw,30px);
}

.doctor_about-txt{}

.doctor_profile-position,
.doctor_about-txt p,
.doctor_list >li{
    font-size: clamp(12px,2.4vw,24px);
    font-weight:500;
    line-height: 1.5;
}

.doctor_about-txt p + p{
    margin-top: clamp(10px,1.5vw,15px);
}

.ad_doctor{
    /* flex-grow:1; */
}

.ad-head{
    min-height: clamp(35px,7vw,70px);
    background-color: #FF7878;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(13px,2.6vw,26px);
    font-weight: 500;
    border:1px solid #FF7878;
    transition:.4s;
    padding:5px;
    box-sizing:
    border-box;
    cursor: pointer;
}

.ad-head.js--accordion-open{
    background-color: #fff;
    color: #FF7878;
}

.ad-head.js--accordion-open .doctor_word{
}

.ad-head p{
    
}

.doctor_word{
    position:relative;
}

.doctor_word::before{
    content:'経歴・備考を見る';
}

.js--accordion-open .doctor_word::before{
    content:'閉じる';
}


.doctor_career{
    margin-bottom: clamp(25px,5vw,50px);
}

.ttl02{
    font-size: clamp(16px,2.8vw,28px);
    font-weight: 500;
    color: #FF7878;
    position:
    relative;
    margin-bottom: clamp(10px,2vw,20px);
}

.ttl02 span{
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
}

.ttl02::before{
    content:'';
    display:block;
    position:absolute;
    border: 1px solid #FF7878;
    top: calc(50% + 0px);
    width: 100%;
    z-index: 1;
}

.doctor_career-txt{
}

.doctor_remark{
    margin-bottom: clamp(25px,5vw,50px);
}

.doctor_list{}

.doctor_list >li{
    
}
.doctor_list >dl+dl{
    margin-top:clamp(5px,1vw,10px);
}
.doctor_list >dl a{
    color: #FF7878;
    text-decoration: underline;
}

.doctor_list >li a:hover{
    text-decoration: none;
}

.doctor_list >dl dt{
    display: inline-block;
    background-color: #FF7878;
    padding: 2px 5px;
    color: #fff;
    font-size: clamp(10px,2vw,20px);
    margin-bottom: 3px;
}

/*白色アイコン*/

.white_icon{
	position:relative;
}
.white_icon::before,
.white_icon::after{
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.white_icon::before{
	right: 5px;
	transform: translate(-50%, -50%) rotate(90deg);
}

.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after{
    background:#FF7878;
}

.js--accordion-open.white_icon::before{
	transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
    .ttl02::before{
        top: calc(50% - 2px);
    }
    .slick-dotted.slick-slider.doctor-slick .item{
        border:1px solid #FF7878;
    }
    .white_icon::before,
    .white_icon::after{
        width:10px;
        height:1px;
    }
    .white_icon::before{
        right:10px;
    }
}

/*20220913追記*/

.section_merit{
    background-color:#fff;
    padding: clamp(35px,7vw,70px) 0;
}

.double_eye_model{
    margin-bottom: clamp(20px,4vw,40px);
}

.merit_contents{
    margin-bottom: clamp(35px,7vw,70px);
}















main {
  background: #F2F5F9;
}
main img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  main img {
    width: 100% !important;
  }
}
main .main_inner {
  width: 100%;
  margin: 0 auto;
  /*box-shadow: 0px 0px 100px -45px #777777;*/
}
@media only screen and (max-width: 767px) {
  main .main_inner {
    width: 100%;
    box-shadow: none;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ========================================
    header
======================================== */
.section_header {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.section_header_tel {
  margin: 0;
}

/* ========================================
    fv
======================================== */
/* ========================================
    point
======================================== */
.seciton_point_case {
  background: #f2f2f2;
}

/* ========================================
    plan
======================================== */
.seciton_plan_case {
  background: url(https://tcb-beauty.net/menu/wp-content/themes/hemingway_child/img/liposuction_quick_crm/section_plan_bg.jpg) repeat center top;
  background-size: contain;
  padding: 45px 80px;
}
@media only screen and (max-width: 767px) {
  .seciton_plan_case {
    padding-top: 5.86701vw;
    padding-bottom: 5.86701vw;
    padding-left: 10.43025vw;
    padding-right: 10.43025vw;
  }
}

/* ========================================
    reason
======================================== */
.seciton_reason_video {

}
.seciton_reason_video video {
  max-width: 560px;
  width: 100%;
  margin: 0 auto clamp(20px,3vw,30px);
  display: block;
}


.ttl01 {
  width: 85%;
  margin: 0 auto clamp(30px, 6vw, 60px);
  position: relative;
}

@media screen and (max-width: 1100px) {
  .simplebar-scrollbar::before {
    background: #A5A5A5 !important;
    /*jsのcssが下で読み込まれているため*/
    border-radius: 10px;
  }

  .simplebar-track {
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
  }
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}


.icn_modal {
  position: relative;
}

.icn_modal::before {
  content: '';
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/liposuction_quick_crm/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
}

.icn_modal::after {
  content: '';
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: clamp(4px, 1vw, 8px);
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: .5;
}

.with-featherlight .featherlight {
  background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
  padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
  top: -45px;
  right: 0;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  background-color: #3D3D3D;
  text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
  max-height: calc(90vh - 60px);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}


/**************************** 20221004 追加CSS ****************************/

/* 共通 */
.fc_pink span{color:#f43a69;}


.fc_pink_serif span.small{
  font-size: clamp(10px, 2.0vw, 20px);
}
.fc_pink_serif strong{
  font-size: clamp(35px, 7.0vw, 70px);
}
.fc_pink_serif span.medium{
  font-weight: bold;
}
.fc_pink_serif{
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.u_line{text-decoration: underline;}
.u_line2{
  border-bottom: 2px solid #f43a69;
  display: inline;
}


.ff_serif{
font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



.mt10{margin-top: clamp(10px, 1vw, 10px);}
.mt20{margin-top: clamp(20px, 2vw, 20px);}



.flex-box{
  display: flex;
}

.bggray_ttl{   
  background: #959595;
  color: #FFF;
  border-radius: 30px;
}

.bgpink_ttl{   
  background: #f43a69;
  color: #FFF;
  border-radius: 30px;
}

.bd_blk_design{
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(24px, 3.6vw, 36px);
  padding: clamp(6px, 1.0vw, 10px) clamp(20px, 5.0vw, 50px);
  display: inline-block;
}

.comment {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  font-size: clamp(16px,2.2vw,22px);
  line-height: 1.6em !important;
  text-align: center;
}
.comment::before,
.comment::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #f43a69;
  position: absolute;
  top: 50%;
}
.comment::before {
  transform: rotate(-20deg) translateY(-50%);
  left: -25px;
}
.comment::after {
  transform: rotate(20deg) translateY(-50%);
  right: -25px;
}






@media screen and (max-width: 767px) {
  .u_line2{ border-width: 1px;}
  .sp_padding-box{padding: 0 15px;}
}

.main_inner header{
  background: #FFFFFF;
}

.ttl_design {
  color: #c1c1c1;
  font-size: clamp(20px, 4.6vw, 46px);
  font-weight: 500;
  margin: 0 0 clamp(10px, 1vw, 10px);
  letter-spacing: 8px;
}

.ttl_design2 {
  color: #f0b7c6;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 8px;
}

.ttl_design3 {
  font-size: clamp(30px, 5.6vw, 56px);
  margin: 0;
}


.seciton_ttl{    
  background: #FFFFFF;
  padding: clamp(10px,2vw,20px) 0;
  position: relative;
  margin: 0 0 clamp(30px,5vw,50px);
  font-size: clamp(26px,4.2vw,42px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.seciton_reason p,.seciton_point p,
.seciton_reason .sec_ttl{
  text-align: center;
}
.seciton_reason .sec_ttl{
  text-align: center;
}


p.caution_gray{
  color: #6A6A6A;
  font-size: clamp(12px, 1.8vw, 18px);
  margin: clamp(20px,3.0vw,30px) 0 0 0;
}

.serif_text{
  font-weight: bold;
  font-size: clamp(20px, 3.2vw, 34px);
  margin: clamp(30px, 6.0vw, 60px) 0 clamp(30px, 6.0vw, 60px);
}

.fs24{
  font-size: clamp(14px, 2.4vw, 24px);
}

.fs26{
  font-size: clamp(20px, 2.6vw, 26px);
}

.fs40{
  font-size: clamp(20px, 4.0vw, 40px);
}

.fs44{
  font-size: clamp(26px, 4.4vw, 44px);
}

.ta_left{text-align: left !important;}

.lh180{line-height: 180%;}

.fw_bold{font-weight: bold;}



.seciton_point{
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background: linear-gradient(transparent 0px, transparent 5%, rgb(242, 242, 242) 25%) center top, url(../img/liposuction_quick_crm/point_bg.png) repeat-x rgb(242, 242, 242);
  background-position: top center;
  text-align: center;
}

.section_point-inner{margin: 0 auto;}

/*@media only screen and (max-width: 767px){
  .img_sppd {
      padding-left: 3.91134vw;
      padding-right: 3.91134vw;
  }
}*/


.seciton_point .section_point_drttl{
  margin: 0 0 clamp(40px,6.0vw,60px);
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(95%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_point .section_point_drttl::before{
  content: "";
  position: absolute;
  left: 0;
  right: 600px;
  margin: 0 auto;
  bottom: -10px;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_point .section_point_drttl::after{
  content: "";
  position: absolute;
  right: 0px;
  margin: 0 auto;
  top: -20px;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}


@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl {
    margin: 10px 0 40px;
  }
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after{
    width:30px;
    height: 30px;
  }  
  .seciton_point .section_point_drttl::before {
    right: 380px;
    bottom: -10px;
}
  .seciton_point .section_point_drttl::after{
    top: -10px;
  }
}
@media screen and (max-width: 400px) {

  .seciton_point .section_point_drttl::before {
    right: 320px;
  }
  .seciton_point .section_point_drttl::after{
    left: 320px;
  }
}

.seciton_point_white-box{
  background: linear-gradient(transparent 0px, transparent 5%, rgb(255, 255, 255) 25%), url(../img/liposuction_quick_crm/point_white-box_bg.png);
  padding:  clamp(15px,8vw,80px) clamp(15px,4vw,80px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
}
.seciton_point_drarea_bdbox{
  background: #FFF;
  border: 2px #f43a69 solid;
  padding:  clamp(15px,5vw,50px) clamp(30px,5vw,50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}
.seciton_point_drarea_bdbox .ff_serif{
  margin: 0 0 clamp(20px,3.0vw,30px);
  font-weight: bold;
}

.seciton_point_drprof{
  background: #FFF;
}

.seciton_point_drprof > p {
  font-weight: 500;
}

.seciton_point_drprof-box{
  justify-content:space-between;
  width: 640px;
  margin: 0 auto;
}


.seciton_point_drprof-box li{
  margin: 0 0 clamp(20px,3.0vw,30px);
  overflow: hidden;
  width: 300px; 
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background:#000;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.seciton_point_drprof-box li .dr_img{
  display: block;
}
.seciton_point_drprof-box li .dr_name{
  display: block;
  font-size: clamp(16px,2.6vw,26px); 
  background: #e8e8e8;
  padding: clamp(10px,1.5vw,15px) 0 clamp(10px,1.0vw,10px);
  font-weight: bold;
  line-height: 110%;
}
.seciton_point_drprof-box li .dr_name span{
  font-size: clamp(14px,1.8vw,18px); 
  color: #737373;
}
.seciton_point_drprof-box li .dr_spec{
  color:#FFFFFF;
  font-size: clamp(16px,2.4vw,24px); 
  padding: clamp(8px,0.8vw,8px) 0;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .seciton_point_drprof-box{
    width: 100%;
  }
  .seciton_point_drprof-box li{
    width:calc((100% - 20px) / 2);
  }
}

.seciton_point_box{
  background: #FFFFFF;
  margin: clamp(40px,8vw,80px) 0 0;
}
.seciton_point_box .bd_blk_design{
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1vw, 10px) 0px;
  margin: 0px auto clamp(20px, 4vw, 40px);
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}








#reserve .reserve_inner .reserve_inner_message {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  background: #FFF;
  border: solid 1px red;
}


.doctor_profile-advisor > span {
  display: inline-block;
  padding: 2px 0.8em 2px 0.5em;
  font-size: clamp(12px,2.4vw,24px);
  font-weight: 500;
  line-height: 1.5;
  border-left: 5px solid #FF7878;
  background-color: #FFF2F2;
  color: #FF7878;
}



.section_thread-lift2 {
  padding: clamp(30px,4vw,40px) 0 clamp(30px,4vw,40px);
  background: #FFFFFF;
  background: -moz-linear-gradient( #fffff5 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff5), to(#FFFFFF));
  background: -webkit-linear-gradient( #fffff5 0%, #FFFFFF 100%);
  background: -o-linear-gradient( #fffff5 0%, #FFFFFF 100%);
  background: linear-gradient( #fffff5 0%, #FFFFFF 100%);
}


.section_ttl-text2 {
  width: 100%;
  font-size: clamp(20px,3.8vw,38px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  margin: 0 0 clamp(40px,9.0vw,90px);
}



.section_ttl-text2::before {
  content: '';
  position: absolute;
  left: 49%;
  bottom: -40px;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 34px solid #4b4b4b;
}

@media screen and (max-width: 767px) {
  .section_ttl-text2::before {
    left: 47%;
    bottom: -30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #4b4b4b;
  }
}


.reason_top_img{text-align: center;}


.section_about{
  background: #ffe9e9;
}

.about_ttl{
  text-align: center;
  margin: 0 0 clamp(20px,4vw,40px);
  padding:0 15px;
}

.about_img{
  text-align: center;
  margin: 0 0 clamp(20px,4vw,40px);
  padding: 0 15px;
}

.about_txt{
  text-align: center;
  font-size: clamp(12px,1.8vw,18px);
  line-height: 1.8em;
  text-align: center;
  margin: 0 0 clamp(20px,4vw,40px);
}
.about_staff_txt{
  font-weight: bold;
  font-size: clamp(16px,2.8vw,28px);
  color: #FF7878;
  text-align: center;
  margin: 0 0 clamp(12px,2.5vw,25px);
}

.about_subttl{
  text-align: center;
  /* font-weight: bold; */
  color: #FFF;
  font-size: clamp(18px,3.2vw,32px);
  padding: 14px 0px;
  background: #ff7878;
  margin: 0 15px clamp(20px,4vw,40px);
}

.about_item--04 .modal_list{
  width:100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}

.about_list li{
  margin: 0 0 clamp(30px,6vw,60px);
}

.about_list li:last-child{
  margin: 0;
}








.section_reason_sec03{
  background: #FFFFFF;
  padding: clamp(30px,4vw,40px) 15px;
}

.reason-list-box{
  margin:clamp(30px,4vw,40px) auto 0 ;
}

.reason-list{
  background: #f9cfdb;
  padding:0 clamp(15px,8vw,80px) clamp(30px,8vw,80px);
  position: relative;
  margin:0 0 clamp(40px,5vw,50px);
}
.reason-list::before{
  content: "";
  position: absolute;
  left: 80px;
  top: -20px;
  width: 129px;
  height: 100%;
}



.reason-list01::before{
  background: url(../img/liposuction_quick_crm/reason_point01.png) no-repeat top center;
}
.reason-list02::before{
  background: url(../img/liposuction_quick_crm/reason_point02.png) no-repeat top center;
}

.reason-list03::before{
  background: url(../img/liposuction_quick_crm/reason_point03.png) no-repeat top center;
}

.reason-list04::before{
  background: url(../img/liposuction_quick_crm/reason_point04.png) no-repeat top center;
}

.reason-list05::before{
  background: url(../img/liposuction_quick_crm/reason_point05.png) no-repeat top center;
}

/*
.reason-list::after{
  background: url(../img/liposuction_quick_crm/reason_bg06.png) no-repeat top center;
  content: "";
  position: absolute;
  right: 60px;
  top: 48px;
  width: 167px;
  height: 100%;
  z-index: 0;
}
*/


@media screen and (max-width: 767px) {
  .reason-list{
    padding:0 15px 30px;
  }
  .reason-list::before{
    background-size: 85% !important;
    left: 30px;
    top: -20px;
    width: 100px;
    height: 100%;
    z-index: 0;
  }
  .reason-list::after {
    right: 30px;
    top: 48px;
    width: 137px;
    height: 100%;
    background-size: 80% !important;
    z-index: 0;
  }
}

@media screen and (max-width: 600px) {
  .reason-list::before{
  }
  .reason-list::after {
    top: 28px;
  }
}

@media screen and (max-width: 500px) {
  .reason-list::before{
    background-size: 77% !important;
    left: 20px;
  }
  .reason-list::after {
    right: 10px;
  }
}

@media screen and (max-width: 450px) {
  .reason-list::before{
    background-size: 70% !important;
    left: 10px;
  }
  .reason-list::after {
    right: 10px;
    top: 24px;
    background-size: 78% !important;
    width: 100px;
  }
}

@media screen and (max-width: 380px) {
  .reason-list::before{
    background-size: 60% !important;
    left: 0;
  }
  .reason-list::after {
    right: 5px;
    top: 30px;
    background-size: 78% !important;
    width: 90px;
  }
}

.reason-list .white-box{
  background: #FFFFFF;
  padding:clamp(30px,5vw,50px) clamp(30px,5vw,50px);
}
.reason-list .white-box p{
  line-height: 200%;
}

.white-box_img{text-align: center;}
.reason-list .reason-list_ttl{
  display: flex;
  align-items: center;
  height: 160px;
  padding-left: 200px;
  font-size: clamp(24px,3.6vw,36px);
  font-weight: 500;
  line-height: 1.3;
  background: url(../img/liposuction_quick_crm/reason_bg06.png) no-repeat bottom right;
}
.reason-list p{
  font-size: clamp(16px,2.2vw,22px); 
}
.reason-list .white-box .flex-box{
  margin:0 0 clamp(20px,4vw,40px);
  align-items: center;
}
.reason-list .white-box .flex-box p{
  margin:0 clamp(20px,4vw,40px) 0 0;
}
.reason-list .white-box .flex-box .flex-box_img {
  width: 25%;
}
.reason-list .white-box .flex-box .flex-box_img img {
  width: 100%;
}
.reason-list .white-box .flex-box .section_ideal-box{
  padding:0;
  flex: 1;
}
.reason-list .white-box .white-box_read {
  margin-bottom: clamp(20px,4vw,40px);
  text-align: left;
}
.reason-list .white-box .white-box_txt01 {
  margin-bottom: clamp(15px,3vw,30px);
  font-weight: bold;
}
.white-box_txt01.red {
  color: rgb(245, 58, 105);
  text-align: center;
}
.reason-list .white-box .white-box_img {
  margin-bottom: clamp(20px,4vw,40px);
}
.reason-list .white-box .bggray_ttl,
.reason-list .white-box .bgpink_ttl {
  margin-bottom: clamp(10px,2vw,20px);
}

.reason-list05-list li { margin-bottom: 20px;}
.reason-list05-list li p { font-weight: 500;}
.reason-list05-list li .bgpink_ttl {
  width: 200px;
  margin: 0 auto -1em !important;
  text-align: center;
}
.reason-list05-list li .pink-box {
  display: block;
  padding: calc(20px + 0.5em) 0px 20px;
  border: #f43a69 2px solid;
  text-align: center;
}



@media screen and (max-width: 767px) {
  .reason-list .reason-list_ttl{
    height: 90px;
    padding-left: 120px;
    background-size: 100px auto;
  }
  .reason-list05-list li .bgpink_ttl {
    width: 140px;
  }
  .reason-list05-list li .pink-box {
    border-width: 1px;
  }
  
}

@media screen and (max-width: 375px) {
  .reason-list .reason-list_ttl{
    padding-left: 90px;
  }
}
.seciton_reason_double-eyelid_ttl{
  padding: 0 15px;
}
.seciton_reason_double-eyelid_ttl::before{
  background: url(../img/liposuction_quick_crm/reason_bg04.png) no-repeat top center;
  content: "";
  position: absolute;
  left: -740px;
  right: 0;
  width: 168px;
  height: 110px;
  margin: 5px auto 0;
}

@media screen and (max-width: 890px) {
  .seciton_reason_double-eyelid_ttl::before{
    margin: -12px auto 0;
    left: -660px;
  }
}
@media screen and (max-width: 767px) {
  .seciton_reason_double-eyelid_ttl::before{
    margin: 10px auto 0;
    left: -80%;
    background-size: 70% auto;
  }
}
@media screen and (max-width: 390px){
  .seciton_reason_double-eyelid_ttl::before {
      margin: -7px auto 0;
      left: -74%;
      background-size: 55% auto;
  }
}
.section_ideal-box2 {
  width: fit-content;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
}
.section_ideal-box2 li {
    padding: 0.4em 0px 0.4em 50px;
    font-size: clamp(14px, 2.2vw, 22px);
    font-weight: 500;
    position: relative;
    line-height: 145%;
}
.section_ideal-box2 li strong {
  font-weight: inherit;
  color: rgb(244, 58, 105);
}

.section_ideal-box2 li::before {
  content: "";
  display: block;
  width: 31px; height: 29px;
  background: url(../img/liposuction_quick_crm/icon_check2.png) no-repeat;
  background-size: cover;
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}

.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0px;
  margin: 0px auto -1.7em;
  background: rgba(244, 58, 105, 0.8);
  border-radius: 30px;
  color: rgb(255, 255, 255);
  position: relative;
  font-size: clamp(18px,2.4vw,24px);
}

@media screen and (max-width: 767px) {
  .seciton_point_box_imgarea .pink_english_design {
      width: calc(100% - 100px);
      max-width: none;
      margin: 0px auto -2.0em;
  }
}

/*@media screen and (max-width: 375px) {
  .seciton_point_box_imgarea .pink_english_design {
      margin: 0px auto -0.5em;
  }
}*/

.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid rgb(244, 58, 105);
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgb(244, 58, 105);
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.reason-bnr-area{padding:0 15px;}


.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.seciton_point .section_ttl_eng {
  color: rgb(199, 199, 199);
}


.seciton_ttl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0px 0px clamp(40px, 8vw, 80px);
  position: relative;
}

.seciton_point .seciton_ttl_area::before {
  background-image: url(../img/liposuction_quick_crm/point_bg02.png);
}

.seciton_ttl_area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0px;
  right: 720px;
  margin: 0px auto;
  bottom: 0px;
}

.seciton_ttl_area .ff_serif {
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}