@charset "UTF-8";
/*
Theme Name: tanzawashika_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 medium 500 bold 700 heavy 800*/
  font-family: "ryo-gothic-plusn", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-strict;
  color: #3f3f3f;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

.f_mont {
  /* regular 400 bold 700 */
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: #3f3f3f;
}
a:hover {
  color: #3f3f3f;
}
a img {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
a img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}

.thumbimg:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.rd {
  border-radius: 30px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

iframe {
  max-width: 100%;
}

.minc {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  top: 0;
  left: 0;
}

iframe {
  max-width: 100%;
}

.anim {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}

section {
  display: block;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  z-index: 12;
  max-width: 1140px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.header {
  position: fixed;
  z-index: 99;
  top: -90px;
  left: 0;
  width: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}
.header.tp {
  top: 0;
}

.header_inner {
  position: relative;
  height: 90px;
  background: #fff;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.header_logo img {
  width: auto;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gnav {
  position: absolute;
  top: 50%;
  left: 474px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.gnav ul li {
  display: inline-block;
  margin-right: 28px;
}
.gnav ul li:last-child {
  margin-right: 0;
}
.gnav ul li a {
  font-size: 107%;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.header_tel {
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.header_tel .inn {
  position: relative;
}
.header_tel p {
  line-height: 1.2;
  padding-left: 55px;
}
.header_tel p i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(./img/common/common_ico_tel@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px;
}
.header_tel p a, .header_tel p span {
  display: block;
}
.header_tel p span {
  font-size: 87%;
  letter-spacing: 0.2em;
  color: #004dbc;
}
.header_tel p a {
  font-size: 187%;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.tit_i {
  padding: 90px 0;
  text-align: center;
}
.tit_i span {
  display: block;
  margin-bottom: 28px;
}
.tit_i h1, .tit_i h2 {
  font-size: 254%;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.tit_i p {
  font-size: 160%;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #004dbc;
}

.tit_b {
  display: inline-block;
  padding: 12px 0 11px;
  text-align: center;
  border-radius: 20px;
  background: #004dbc;
}
.tit_b h3, .tit_b h4 {
  font-size: 114%;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

.top_ilst {
  position: absolute;
  z-index: 13;
}

.top_himg {
  position: absolute;
  overflow: hidden;
}
.top_himg .inn {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.top_himg.ba {
  border-radius: 30px;
}
.top_himg.bl {
  border-radius: 30px 0 0 30px;
}
.top_himg.br {
  border-radius: 0 30px 30px 0;
}

.top_bimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer {
  padding: 122px 0 73px;
  text-align: center;
}

.footer_logo {
  margin-bottom: 112px;
}
.footer_logo img {
  width: 215px;
}

.footer_copy p {
  font-size: 67%;
  letter-spacing: 0.1em;
  color: #004dbc;
}

.csle .bl {
  color: #2ea7e0;
}
.csle .pk {
  color: #f17bbc;
}
.csle .yh {
  color: #f8b62d;
}
.csle .gr {
  color: #13ae67;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_topimg {
  position: relative;
}
.sec_top_topimg .wrap {
  z-index: 9;
  height: 960px;
  min-height: 895px;
  max-height: 960px;
}

.topimg_clms {
  position: absolute;
  z-index: 10;
  top: 36px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  text-align: center;
  opacity: 0;
}

.topimg_img img {
  max-width: 942px;
}

.topimg_clm h2 {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.bubble {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  border-radius: 50%;
  background: #e8faff;
}

.bubbleImg {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 120px;
  opacity: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bubbleImg.bubbleImg0 {
  background-image: url(./img/top/top_anim_01.png);
}
.bubbleImg.bubbleImg1 {
  background-image: url(./img/top/top_anim_02.png);
}
.bubbleImg.bubbleImg2 {
  background-image: url(./img/top/top_anim_03.png);
}
.bubbleImg.bubbleImg3 {
  background-image: url(./img/top/top_anim_04.png);
}
.bubbleImg.bubbleImg4 {
  background-image: url(./img/top/top_anim_05.png);
}
.bubbleImg.bubbleImg5 {
  background-image: url(./img/top/top_anim_06.png);
}
.bubbleImg.bubbleImg6 {
  background-image: url(./img/top/top_anim_07.png);
}
.bubbleImg.bubbleImg7 {
  background-image: url(./img/top/top_anim_08.png);
}
.bubbleImg.bubbleImg8 {
  background-image: url(./img/top/top_anim_09.png);
}
.bubbleImg.bubbleImg9 {
  background-image: url(./img/top/top_anim_10.png);
}
.bubbleImg.bubbleImg10 {
  background-image: url(./img/top/top_anim_11.png);
}
.bubbleImg.bubbleImg11 {
  background-image: url(./img/top/top_anim_12.png);
}
.bubbleImg.bubbleImg12 {
  background-image: url(./img/top/top_anim_13.png);
}
.bubbleImg.bubbleImg13 {
  background-image: url(./img/top/top_anim_14.png);
}

.top_logo {
  position: absolute;
  z-index: 10;
  top: -140px;
  left: 46px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
}
.top_logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_scroll {
  position: absolute;
  z-index: 10;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
.top_scroll .inn {
  position: relative;
  text-align: center;
}
.top_scroll p {
  font-size: 80%;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.top_scroll .sline {
  position: relative;
  width: 7px;
  height: 126px;
  max-height: 126px;
  margin: 0 auto;
}
.top_scroll .sline span {
  display: inline-block;
  width: 1px;
  height: 126px;
  max-height: 126px;
  background: #3f3f3f;
}
.top_scroll .sline i {
  position: absolute;
  top: 26px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-animation: animTopScroll 2s ease-in-out 2.5s infinite;
          animation: animTopScroll 2s ease-in-out 2.5s infinite;
  opacity: 0;
  border-radius: 50%;
  background: #3f3f3f;
}

@-webkit-keyframes animTopScroll {
  0% {
    top: 0;
    margin: 0;
    opacity: 0;
  }
  15%, 60% {
    opacity: 1;
  }
  75% {
    top: 100%;
    margin: -10px 0 0;
    opacity: 0;
  }
  100% {
    top: 0;
    margin: 3px 0 0;
    opacity: 0;
  }
}

@keyframes animTopScroll {
  0% {
    top: 0;
    margin: 0;
    opacity: 0;
  }
  15%, 60% {
    opacity: 1;
  }
  75% {
    top: 100%;
    margin: -10px 0 0;
    opacity: 0;
  }
  100% {
    top: 0;
    margin: 3px 0 0;
    opacity: 0;
  }
}
.sec_top_concept {
  position: relative;
  background: #f9f6f0;
}
.sec_top_concept .top_himg {
  z-index: 11;
  top: -83px;
  right: 0;
  width: 69.23%;
}
.sec_top_concept .top_himg .inn {
  height: 495px;
}
.sec_top_concept .top_himg .top_bimg {
  background-image: url(./img/top/top_concept_bg_01@2x.jpg);
}
.sec_top_concept .target_line_a {
  position: absolute;
  top: -86px;
  left: 0;
}
.sec_top_concept .tit_i {
  width: 46.4%;
  padding: 126px 0;
}

.top_concept {
  position: relative;
  width: 46.4%;
  height: 270px;
  margin-bottom: 71px;
  border-radius: 30px;
  background: #fff;
}
.top_concept:nth-child(2n) {
  float: right;
  margin-top: -180px;
}
.top_concept:last-child {
  margin-bottom: 0;
}
.top_concept.c01 .concept_num, .top_concept.c01 .concept_tit {
  color: #f8b62d;
}
.top_concept.c01 .concept_clm p {
  font-size: 113%;
}
.top_concept.c02 .concept_num, .top_concept.c02 .concept_tit {
  color: #2ea7e0;
}
.top_concept.c02 .concept_clm p {
  font-size: 113%;
}
.top_concept.c03 .concept_num, .top_concept.c03 .concept_tit {
  color: #f17bbc;
}
.top_concept.c03 .concept_clm p {
  font-size: 113%;
}
.top_concept.c04 .concept_num, .top_concept.c04 .concept_tit {
  color: #13ae67;
}
.top_concept.c04 .concept_clm p {
  font-size: 113%;
}
.top_concept.c05 .concept_num, .top_concept.c05 .concept_tit {
  color: #f8b62d;
}
.top_concept.c05 .concept_clm p {
  font-size: 113%;
}

.concept_num {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.concept_num strong {
  font-size: 528%;
  font-weight: 700;
}

.concept_clms {
  position: absolute;
  top: 50%;
  left: 24%;
  width: 80%;
  padding-right: 9%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.concept_tit h3 {
  font-size: 200%;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.concept_tit p {
  font-size: 114%;
}

.top_concept_ilst {
  position: relative;
  height: 409px;
}
.top_concept_ilst .top_ilst.ilst01 {
  top: -140px;
  right: -20px;
}
.top_concept_ilst .top_ilst.ilst02 {
  bottom: -40px;
  left: 0;
}

.top_concept_imgs {
  overflow: hidden;
}

.concept_img {
  float: left;
}
.concept_img img {
  width: 100%;
}

.top_map iframe {
  width: 100%;
  vertical-align: top;
}

.top_map_imgs .boxs .box {
  width: 50%;
}
.top_map_imgs .box_img img {
  width: 100%;
  vertical-align: top;
}

.sec_top_doctor {
  padding: 14px 0 178px;
  background: #f9f6f0;
}

.top_doctor_outer {
  position: relative;
}
.top_doctor_outer .top_himg {
  top: 0;
  left: 0;
  width: 44.44%;
}
.top_doctor_outer .top_himg .inn {
  height: 478px;
}
.top_doctor_outer .top_himg .top_bimg {
  background-image: url(./img/top/top_doctor_bg_01@2x.jpg);
}

.top_doctor .boxs .box {
  width: 48.6%;
}
.top_doctor .boxs .box:nth-child(2) {
  margin-left: 2.6%;
}
.top_doctor .box_infos {
  padding-top: 520px;
}
.top_doctor .box_name {
  margin-bottom: 14px;
}
.top_doctor .box_name span {
  font-size: 114%;
}
.top_doctor .box_name p strong {
  font-size: 240%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_doctor .box_name p small {
  font-size: 107%;
  font-weight: 700;
  margin-left: 39px;
  letter-spacing: 0.2em;
}
.top_doctor .box_info ul li {
  font-size: 107%;
  margin-bottom: 5px;
}
.top_doctor .box_clm h3 {
  font-size: 214%;
  font-weight: 500;
  margin-bottom: 30px;
}
.top_doctor .box_clm p {
  font-size: 114%;
  line-height: 2;
  margin-bottom: 35px;
  text-align: justify;
}
.top_doctor .box_list {
  margin-top: 80px;
}
.top_doctor .box_list .tit_b {
  margin-bottom: 52px;
}
.top_doctor .box_repletion {
  margin-top: 32px;
}
.top_doctor .box_repletion h4 {
  line-height: 2;
  color: #004dbc;
}
.top_doctor .box_repletion p {
  line-height: 2;
}
.top_doctor .dlists {
  display: none;
  margin-bottom: 52px;
}
.top_doctor .dlists dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.top_doctor .dlists dl dt, .top_doctor .dlists dl dd {
  font-size: 107%;
}
.top_doctor .dlists dl dd {
  padding-left: 20px;
}
.top_doctor .tit_b {
  position: relative;
  width: 100%;
  padding: 22px 0 21px;
  border-radius: 10px;
}
.top_doctor .tit_b h4 {
  font-size: 94%;
}
.top_doctor .tit_b:after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transition: 0.4s ease background-image;
  transition: 0.4s ease background-image;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-image: url(./img/common/common_ico_arwd@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 14px;
}
.top_doctor .tit_b.on:after {
  background-image: url(./img/common/common_ico_arwd_on@2x.png);
}

.top_treatment_bg {
  overflow: hidden;
}
.top_treatment_bg .inn {
  position: relative;
  height: 563px;
}
.top_treatment_bg .treatment_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/top/top_treatment_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top_treatment_bg .target_line_a {
  position: absolute;
  top: 350px;
  left: 0;
}

.top_treatment_head {
  margin-top: -107px;
}
.top_treatment_head .tit_i {
  padding: 0 0 90px;
}
.top_treatment_head .tit_i span {
  margin-top: -30px;
}
.top_treatment_head .top_ilst {
  top: -34px;
  right: inherit;
  left: -10px;
}

.top_treatment_body {
  position: relative;
}
.top_treatment_body.treatment_01 {
  margin: 10px 0 200px;
}
.top_treatment_body.treatment_01 .top_himg {
  top: 0;
  right: 0;
  width: 64.58%;
}
.top_treatment_body.treatment_01 .top_himg .inn {
  height: 528px;
}
.top_treatment_body.treatment_01 .top_himg .top_bimg {
  background-image: url(./img/top/top_treatment_bg_02@2x.jpg);
}
.top_treatment_body.treatment_01 .top_treatment_clms {
  padding: 212px 0 0;
}
@media (min-width: 767px) {
  .top_treatment_body.treatment_01 .top_treatment_clms .nowrap {
    white-space: nowrap;
  }
}
.top_treatment_body.treatment_02 .top_himg {
  top: 240px;
  right: 0;
  width: 48.95%;
}
.top_treatment_body.treatment_02 .top_himg .inn {
  height: 464px;
}
.top_treatment_body.treatment_02 .top_himg .top_bimg {
  background-image: url(./img/top/top_treatment_bg_03@2x.jpg);
}
.top_treatment_body.treatment_02 .top_treatment_clms {
  padding: 100px 0 140px;
}
.top_treatment_body.treatment_03 .top_treatment_clms {
  width: auto;
  padding: 0;
}

.top_treatment_clms {
  width: 48.59%;
}

.treatment_tit {
  margin-bottom: 60px;
  color: #004dbc;
}
.treatment_tit span {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.2em;
}
.treatment_tit h3 {
  line-height: 1.2;
}
.treatment_tit h3 small {
  font-size: 267%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.treatment_tit h3 strong {
  font-size: 200%;
  font-weight: 800;
  position: relative;
  top: -2px;
  margin-left: 16px;
  letter-spacing: 0.2em;
}

.treatment_clm p {
  font-size: 114%;
  line-height: 2.2;
  margin-bottom: 30px;
}

.treatment_btn {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.treatment_btn .inn {
  position: relative;
  height: 288px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border-radius: 30px;
  background: #f9f6f0;
}
.treatment_btn .inn .arw {
  position: absolute;
  top: 50%;
  right: 102px;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-image: url(./img/common/common_ico_arwr@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px;
}
.treatment_btn:hover .inn {
  background: #f1fcff;
}
.treatment_btn:hover .inn .arw {
  right: 62px;
}

.treatment_btn_img img {
  border-radius: 30px;
}

.treatment_btn_tit {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 439px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.treatment_btn_tit p {
  font-size: 107%;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.treatment_btn_tit h2, .treatment_btn_tit h3 {
  font-size: 200%;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.top_treatment_example {
  width: 100vw;
  margin-bottom: 182px;
}
.top_treatment_example .inn {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 79.1666666667vw;
  max-width: 1140px;
  height: 200px;
  margin: auto;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  text-decoration: none;
  border-radius: 30px;
  background: #f9f6f0;
}

.treatment_example_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43.4027777778vw;
  max-width: 625px;
  height: 7.2916666667vw;
  max-height: 105px;
}
.treatment_example_imgs img {
  width: 5.9027777778vw;
  max-width: 85px;
  height: 5.9027777778vw;
  max-height: 85px;
}
.treatment_example_imgs img:nth-of-type(2n) {
  margin-top: auto;
}

.treatment_example_btn {
  margin-left: 5vw;
  padding-right: 11.6666666667vw;
  text-decoration: none;
}
.treatment_example_btn h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #3f3f3f;
}
.treatment_example_btn .arw {
  position: absolute;
  top: 50%;
  right: 7.0833333333vw;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-image: url(./img/common/common_ico_arwr@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px;
}

.top_treatment_example .inn:hover {
  background: #f1fcff;
}
.top_treatment_example .inn:hover .treatment_example_btn .arw {
  right: 4.3055555556vw;
}

.top_treatment_flow {
  padding: 239px 0 143px;
  text-align: center;
}
.top_treatment_flow .tit_b {
  width: 300px;
  margin-bottom: 100px;
}

.treatment_flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.treatment_flows .treatment_flow {
  width: 25%;
}
.treatment_flows .treatment_flow.treatment_flow_01 .treatment_flow_img {
  background-image: url(./img/top/top_treatment_img_03@2x.jpg);
}
.treatment_flows .treatment_flow.treatment_flow_02 .treatment_flow_img {
  background-image: url(./img/top/top_treatment_img_04@2x.jpg);
}
.treatment_flows .treatment_flow.treatment_flow_03 .treatment_flow_img {
  background-image: url(./img/top/top_treatment_img_05@2x.jpg);
}
.treatment_flows .treatment_flow.treatment_flow_04 .treatment_flow_img {
  background-image: url(./img/top/top_treatment_img_06@2x.jpg);
}
.treatment_flows .treatment_flow:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.treatment_flows .treatment_flow:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.treatment_flows .treatment_flow:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.treatment_flows .treatment_flow:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.treatment_flow_img {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.treatment_flow_clms {
  margin-top: -30px;
  text-align: center;
}

.treatment_flow_num span {
  font-size: 227%;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}

.treatment_flow_clm {
  padding: 10px 70px;
}
.treatment_flow_clm h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.treatment_flow_clm h3 strong {
  font-size: 160%;
  font-weight: 500;
}
.treatment_flow_clm h3 small {
  font-size: 134%;
}
.treatment_flow_clm p {
  font-size: 114%;
  line-height: 2.2;
}

.top_treatment_body_outer {
  padding: 30px 0 200px;
  background: #f1fcff;
}

.treatment_03_imgs {
  margin-top: 75px;
}
.treatment_03_imgs .boxs .box {
  position: relative;
  width: 48.5%;
  height: 444px;
}
.treatment_03_imgs .boxs .box .top_himg {
  top: 0;
  right: inherit;
  left: 0;
  width: 100%;
}
.treatment_03_imgs .boxs .box .top_himg .inn {
  height: 444px;
}
.treatment_03_imgs .boxs .box:nth-child(1) {
  margin-right: 3%;
}
.treatment_03_imgs .boxs .box:nth-child(1) .top_himg .top_bimg {
  background-image: url(./img/top/top_treatment_bg_04@2x.jpg);
}
.treatment_03_imgs .boxs .box:nth-child(2) .top_himg .top_bimg {
  background-image: url(./img/top/top_treatment_bg_05@2x.jpg);
}

.sec_top_information {
  position: relative;
  padding: 111px 0 140px;
}

.top_information_tbl {
  max-width: 1000px;
  margin: 0 auto;
}
.top_information_tbl.access .information_tbl .tbl_head .col8 {
  background: #fff;
}
.top_information_tbl.access .information_tbl .tbl_body .col8, .top_information_tbl.access .information_tbl .tbl_body .col4 {
  border-bottom: 1px solid #fff;
}

.information_tbl {
  text-align: center;
}
.information_tbl .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information_tbl .cols .col {
  padding: 22px 0 20px;
}
.information_tbl .cols .col8 {
  width: 62.6%;
  padding: 0 2%;
}
.information_tbl .cols .col4 {
  width: 36.4%;
  margin-right: 1%;
}
.information_tbl .cols .col2 {
  width: 14%;
}
.information_tbl p {
  line-height: 1.2;
}
.information_tbl p span {
  font-size: 134%;
  font-weight: 400;
}
.information_tbl p strong {
  font-size: 147%;
}
.information_tbl p strong:nth-child(2) {
  margin-left: 24px;
  letter-spacing: 0.1em;
}

.tbl_head .col8 {
  background: #f9f6f0;
}
.tbl_head .col4 {
  background: #f1fcff;
}
.tbl_head .col {
  border-radius: 10px;
}

.tbl_body .col8, .tbl_body .col4 {
  border-bottom: 1px solid #f9f6f0;
}

.information_tbl_cau {
  padding-top: 15px;
  text-align: right;
}
.information_tbl_cau.tac {
  text-align: center;
}
.information_tbl_cau p {
  font-size: 114%;
}

.sec_top_contact {
  padding: 0 0 139px;
  background: #f9f6f0;
}

.top_contact_head {
  position: relative;
  top: -107px;
  margin-bottom: -147px;
}
.top_contact_head .tit_i {
  padding: 0 0 90px;
}
.top_contact_head .tit_i span {
  margin-top: -38px;
}
.top_contact_head .top_ilst {
  top: -169px;
  right: -110px;
}

.top_contact {
  max-width: 1000px;
  margin: 0 auto;
}
.top_contact .boxs .box {
  position: relative;
}
.top_contact .boxs .box:nth-child(1) {
  width: 48.5%;
  height: 388px;
  margin-right: 7.6%;
}
.top_contact .boxs .box:nth-child(2) {
  width: 43.9%;
}
.top_contact .top_himg {
  top: 0;
  right: inherit;
  left: 0;
  width: 100%;
}
.top_contact .top_himg .inn {
  height: 388px;
}
.top_contact .top_himg .top_bimg {
  background-image: url(./img/top/top_contact_bg_01@2x.jpg);
}
.top_contact .box_clms .tit_b {
  width: 300px;
}
.top_contact .box_clm {
  padding: 35px 0;
}
.top_contact .box_clm p {
  font-size: 160%;
  line-height: 1.8;
}
.top_contact .box_tel {
  margin-top: 20px;
  padding: 30px 30px 30px 36px;
  border-radius: 10px;
  background: #fff;
}
.top_contact .box_tel p {
  line-height: 1.2;
  position: relative;
  padding-left: 55px;
}
.top_contact .box_tel p i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(./img/common/common_ico_tel@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px;
}
.top_contact .box_tel p a, .top_contact .box_tel p span {
  display: block;
}
.top_contact .box_tel p a {
  font-size: 294%;
  margin-bottom: 5px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.top_contact .box_tel p span {
  font-size: 114%;
}

.sec_top_access {
  position: relative;
  margin: 91px 0 370px;
}
.sec_top_access .top_ilst {
  top: -190px;
  left: 0;
}

.top_access {
  margin-bottom: 80px;
}
.top_access .boxs .box {
  width: 48.6%;
}
.top_access .boxs .box:nth-child(1) {
  margin-right: 2.8%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top_access .boxs .box:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.top_access .box_img {
  margin-bottom: 66px;
}
.top_access .box_clms ul li {
  position: relative;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-left: 60px;
}
.top_access .box_clms ul li i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-blocks;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px;
}
.top_access .box_clms ul li i.car {
  background-image: url(./img/common/common_ico_car@2x.png);
}
.top_access .box_clms ul li i.bc {
  background-image: url(./img/common/common_ico_bc@2x.png);
}
.top_access .box_clms ul li i.bb {
  background-image: url(./img/common/common_ico_bb@2x.png);
}
.top_access .box_clms ul li i.train {
  background-image: url(./img/common/common_ico_train@2x.png);
}
.top_access .box_clms ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_access .box_clms ul li dl dt {
  font-size: 160%;
  white-space: nowrap;
  color: #004dbc;
}
.top_access .box_clms ul li dl dd {
  padding-left: 38px;
}
.top_access .box_clms ul li dl dd strong {
  font-size: 160%;
  font-weight: 500;
  display: block;
}
.top_access .box_clms ul li dl dd small {
  font-size: 107%;
}
.top_access .box_clms ul li p {
  font-size: 114%;
}

.top_access_clm {
  padding: 30px 0;
  text-align: center;
  border-radius: 30px;
  background: #f1fcff;
}
.top_access_clm p {
  line-height: 1.5;
}
.top_access_clm p strong {
  font-size: 134%;
  letter-spacing: 0.1em;
  color: #004dbc;
}
.top_access_clm p strong:nth-child(1) {
  margin-right: 20px;
}

/****************************************
		Modal Setting 
*****************************************/
.modaal-inner-wrapper {
  padding: 0;
}

.modaal-container {
  max-width: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-content-container {
  padding: 165px 0;
}

.modaal-wrapper .modaal-close {
  z-index: 99;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #004dbc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
  top: 18px;
  left: 29px;
  width: 2px;
  height: 24px;
}
.modaal-wrapper .modaal-close:hover {
  color: #fff;
}
.modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:hover:before {
  background: #fff;
}

.modal_head {
  position: relative;
  margin-bottom: 183px;
}
.modal_head .wrap {
  height: 460px;
}
.modal_head .treatment_btn_tit {
  left: 0;
}
.modal_head .top_himg {
  width: 59%;
}
.modal_head .top_himg .inn {
  height: 460px;
}

.modal_body.modal_body_g {
  background: #f9f6f0;
}

.modal_kids .modal_head .top_himg {
  top: 0;
  right: 0;
  left: inherit;
}
.modal_kids .modal_head .top_himg .top_bimg {
  background-image: url(./img/kids/kids_bg_01@2x.jpg);
}

.modal_adult .modal_head .top_himg {
  top: 0;
  right: 0;
  left: inherit;
}
.modal_adult .modal_head .top_himg .top_bimg {
  background-image: url(./img/adult/adult_bg_01@2x.jpg);
}

.modal_tit {
  text-align: center;
}
.modal_tit .tit_b {
  width: 360px;
}

.modal_lead {
  padding: 63px 0;
  text-align: center;
}
.modal_lead p {
  font-size: 114%;
  line-height: 2.2;
}

.kids_about .boxs {
  padding: 125px 0;
}
.kids_about .boxs .box {
  position: relative;
}
.kids_about .boxs .box:nth-child(1) {
  width: 43.3%;
  height: 358px;
  margin-right: 5.4%;
}
.kids_about .boxs .box:nth-child(1) .top_himg {
  top: 0;
  right: inherit;
  left: 0;
  width: 100%;
}
.kids_about .boxs .box:nth-child(1) .top_himg .inn {
  height: 358px;
}
.kids_about .boxs .box:nth-child(1) .top_himg .top_bimg {
  background-image: url(./img/kids/kids_img_01@2x.jpg);
}
.kids_about .boxs .box:nth-child(2) {
  width: 51.3%;
}
.kids_about .box_clm p {
  font-size: 114%;
  line-height: 2.2;
  margin-bottom: 30px;
}

.modal_body_step {
  padding: 154px 0 104px;
}

.kids_step .boxs {
  padding-top: 89px;
}
.kids_step .boxs .box {
  position: relative;
  width: 48.5%;
  height: 320px;
  border-radius: 30px;
  background: #fff;
}
.kids_step .boxs .box:nth-child(2) {
  width: 3%;
  background: transparent;
  background-image: url(./img/kids/kids_ico_arw@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.kids_step .box_ico {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.kids_step .box_clms {
  position: absolute;
  top: 44px;
  left: 38.9%;
  width: 53%;
}
.kids_step .box_tit {
  line-height: 1.2;
  margin-bottom: 20px;
}
.kids_step .box_tit span {
  font-size: 227%;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.kids_step .box_tit h4 {
  font-size: 114%;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.kids_step .box_clm p {
  font-size: 114%;
  line-height: 2;
}

.kids_mores {
  padding: 235px 0 0;
}

.modal_imgs.col4 .modal_img {
  float: left;
  width: 23.1%;
  margin-right: 2.4%;
}
.modal_imgs.col4 .modal_img:nth-child(4n) {
  margin-right: 0;
}
.modal_imgs.col3 .modal_img {
  float: left;
  width: 31.4%;
  margin-right: 2.75%;
}
.modal_imgs.col3 .modal_img:nth-child(3n) {
  margin-right: 0;
}
.modal_imgs.col2 {
  text-align: center;
}
.modal_imgs.col2 .modal_img {
  display: inline-block;
  float: none;
  width: 31.4%;
  margin: 0 1.375%;
}

.modal_img {
  min-height: 400px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #f9f6f0;
}
.modal_img .modal_clms {
  padding: 0 28px;
}
.modal_img .modal_clms .modal_tit {
  padding: 26px 0 15px;
}
.modal_img .modal_clms .modal_tit h4 {
  font-size: 114%;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #004dbc;
}
.modal_img .modal_clms .modal_tit h4.md {
  padding: 14px 0;
}
.modal_img .modal_clms .modal_clm p {
  font-size: 107%;
}
.modal_img .modal_clms .modal_clm p.min {
  font-size: 80%;
  margin-top: 20px;
}

.modal_imgc img {
  border-radius: 30px;
}

.adult_about .boxs {
  padding: 121px 0 220px;
}
.adult_about .boxs .box {
  width: 23%;
  margin-right: 2.66%;
}
.adult_about .boxs .box:nth-child(4n) {
  margin-right: 0;
}
.adult_about .box_clm {
  margin-top: 38px;
  text-align: center;
}
.adult_about .box_clm p {
  font-size: 114%;
  line-height: 2;
}

.modal_body_type {
  padding: 206px 0 0;
}

.adult_type .modal_imgs {
  padding: 89px 0 160px;
}

.adult_point .modal_imgs {
  padding: 89px 0 120px;
}

.modal_body_mores {
  padding: 240px 0 0;
}

.adult_mores_lead {
  margin: 103px 0 182px;
  text-align: center;
  border-top: 1px solid #f1ebdf;
  border-bottom: 1px solid #f1ebdf;
}
.adult_mores_lead p {
  font-size: 114%;
  line-height: 2;
  padding: 20px 0;
}

.adult_ilst {
  position: absolute;
  bottom: 0;
}
.adult_ilst.adult_ilst_01 {
  left: -50px;
}
.adult_ilst.adult_ilst_02 {
  right: -50px;
}

.adult_mores .modal_img {
  min-height: 520px;
}
.adult_mores .modal_img.lh {
  min-height: 592px;
}
.adult_mores .modal_img .modal_clms .modal_tit h4 {
  line-height: 1.8;
}

/****************************************
		anim Setting 
*****************************************/
.animf {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: opacity ease-out 1s, -webkit-transform ease-out 1s;
  transition: opacity ease-out 1s, -webkit-transform ease-out 1s;
  transition: transform ease-out 1s, opacity ease-out 1s;
  transition: transform ease-out 1s, opacity ease-out 1s, -webkit-transform ease-out 1s;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/****************************************
		20200324 Add  Setting
*****************************************/
.treatment_03_caus {
  padding: 20px 0;
}
.treatment_03_caus p {
  font-size: 80%;
}

/****************************************
		20220613 Add  Setting
*****************************************/
/* 
	lib: jquery.anyimagecomparisonslider.min.js 
	▼ スタイル上書き ▼
*/
.image-lft {
  border-right: 4px solid #3f3f3f !important;
}

.dragger {
  -webkit-transform: translate(-2px, 0) !important;
          transform: translate(-2px, 0) !important;
}

.cases_modal_body._pb {
  padding-bottom: 89px;
}

.modal_example_section {
  width: 79.1666666667vw;
  max-width: 1140px;
  margin: auto;
}

.modal_example_head {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #3f3f3f;
}

.modal_example_caption {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  height: 40px;
  margin: auto;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  background: #004dbc;
}
.modal_example_slider {
  width: 100vw;
  margin-top: 76px;
  padding: 56px 0 114px;
  background: #f9f6f0;
}
.modal_example_slider .anyImageComparisonSlider {
  margin-top: 72px;
}
.modal_example_case {
  padding-bottom: 112px;
  background: #f9f6f0;
}
.modal_example_case._pb {
  padding-bottom: 89px;
}
.modal_example_case_list {
  margin-top: 86px;
}
.modal_example_case_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.modal_example_case_list .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.modal_example_case_list .list li .list_ttl {
  font-size: 17px;
  font-weight: 800;
  line-height: 260%;
  width: 146px;
  min-width: 146px;
  letter-spacing: 0.1em;
  color: #004dbc;
}
.modal_example_case_list .list li .list_txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 260%;
  color: #3f3f3f;
}
.modal_example_case_list .list.list_horizontal {
  margin-top: 26px;
}
.modal_example_case_list .list.list_horizontal li {
  width: 100%;
}
.modal_example_customer {
  padding: 172px 0;
}
.modal_example_customer .customer_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 114px;
}
.modal_example_customer .customer_case .head {
  width: 214px;
  margin-right: 3.125vw;
}
.modal_example_customer .customer_case .head h4 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  background: #004dbc;
}
.modal_example_customer .customer_case .head p {
  font-size: 17px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 24px;
  text-align: justify;
  color: #3f3f3f;
}
.modal_example_customer .customer_case .list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_example_customer .customer_case .list_img .before {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 28.3333333333vw;
  max-width: 408px;
  height: 18.8888888889vw;
  max-height: 272px;
  border-radius: 2.0833333333vw;
}
.modal_example_customer .customer_case .list_img .before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_example_customer .customer_case .list_img .before::before {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: 1.3888888889vw;
  left: 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 40px;
  content: "治療前";
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  background: #2ea7e0;
}
.modal_example_customer .customer_case .list_img .triangle {
  width: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 1.25vw;
}
.modal_example_customer .customer_case .list_img .triangle img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal_example_customer .customer_case .list_img .after {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 28.3333333333vw;
  max-width: 408px;
  height: 18.8888888889vw;
  max-height: 272px;
  border-radius: 2.0833333333vw;
}
.modal_example_customer .customer_case .list_img .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_example_customer .customer_case .list_img .after::before {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: 1.3888888889vw;
  left: 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 40px;
  content: "治療後";
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  background: #f17bbc;
}
.modal_example_customer .customer_case:nth-last-of-type(1) {
  margin-bottom: 0;
}

.modal_example_risk {
  padding: 162px 0;
  background: #f9f6f0;
}
.modal_example_risk .head {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #004dbc;
}
.modal_example_risk .list_risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 124px;
}
.modal_example_risk .list_risk .list {
  width: 48%;
}
.modal_example_risk .list_risk .list li {
  font-size: 17px;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  z-index: 0;
  margin-bottom: 3.3333333333vw;
  padding-left: 2.7777777778vw;
  color: #3f3f3f;
}
.modal_example_risk .list_risk .list li::before {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  line-height: 200%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "●";
  color: #2ea7e0;
}
.modal_example_risk .list_risk .list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.modal_example_price {
  width: 848px;
  margin: 172px auto 0;
}
.modal_example_price .list_price {
  margin: 84px auto 0;
}
.modal_example_price .list_price .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: solid 1px #2ea7e0;
}
.modal_example_price .list_price .list li .list_ttl {
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
  width: 70%;
  min-width: 70%;
  padding: 0 0 0 30px;
  letter-spacing: 0.1em;
  color: #004dbc;
}
.modal_example_price .list_price .list li .list_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
  border-top: solid 1px #efe8db;
}
.modal_example_price .list_price .list li .list_txt .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-left: 20px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
}
.modal_example_price .list_price .list li .list_txt .price {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  color: #3f3f3f;
}
.modal_example_price .list_price .list li .list_txt:nth-of-type(1) {
  width: 30%;
  padding: 0;
  border-top: initial;
}
.modal_example_price .list_price .list li .list_txt:nth-of-type(1) .price {
  width: 100%;
  padding-right: 30px;
}
.modal_example_price .list_price .list li .list_txt:nth-of-type(2) {
  margin-top: 10px;
}
.modal_example_price .list_price .list li .list_txt:nth-last-of-type(1) {
  padding-bottom: 0;
}
.modal_example_price .list_attention {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 30px;
  color: #3f3f3f;
}
.modal_example_price .list_attention li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_example_price .list_attention li .list_ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/****************************************
		add202311 Setting 
*****************************************/
.top_news_outer {
  max-width: 944px;
  margin: -72px auto 130px;
  padding: 21px 67px 16px;
  border-radius: 30px;
  background-color: #f9f6f0;
}
.top_news_outer h2 {
  font-size: 114%;
  font-weight: 800;
  display: block;
  padding: 2px 0 15px;
  text-align: center;
  letter-spacing: 0.1em;
}

.top_news dl {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.top_news dl dt, .top_news dl dd {
  font-size: 114%;
  font-weight: 500;
  line-height: 2;
  float: left;
}
.top_news dl dt {
  width: 129px;
}
.top_news dl dd {
  width: calc(100% - 129px);
}

.btn_cnn a {
  display: block;
  width: 203px;
  margin: 0 auto;
  text-decoration: none;
}
.btn_cnn a:hover .inn .arw {
  right: 0;
}
.btn_cnn a .inn {
  position: relative;
}
.btn_cnn a .inn p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #3f3f3f;
}
.btn_cnn a .inn .arw {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 55px;
  height: 55px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-image: url(./img/common/common_ico_arwb@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
}

.top_guide {
  padding: 10px 0 137px;
}
.top_guide .boxs .box {
  position: relative;
}
.top_guide .boxs .box:nth-child(1) {
  width: 65.2%;
}
.top_guide .boxs .box:nth-child(2) {
  float: right;
  width: 42.5%;
  height: 496px;
}
.top_guide .top_himg {
  top: 0;
  right: inherit;
  left: 0;
  width: 100%;
}
.top_guide .top_himg .inn {
  height: 496px;
}
.top_guide .top_himg .top_bimg {
  background-image: url(./img/top/top_guide_img_01@2x.jpg);
}
.top_guide .box_clms {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.top_guide .box_btn {
  padding-top: 45px;
}
.top_guide .box_tit h3 {
  font-size: 200%;
  font-weight: 800;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.2em;
}

.information_btn {
  padding: 97px 0 286px;
}

.sec_top_menus {
  position: relative;
  padding: 268px 0 157px;
  background-color: #f9f6f0;
}
.sec_top_menus .top_ilst {
  top: 592px;
  left: 60px;
}
.sec_top_menus .bg {
  position: absolute;
  z-index: 1;
  top: 884px;
  right: 0;
  width: 82.8vw;
  height: 1064px;
  border-radius: 30px 0 0 30px;
  background-color: #fff;
}

.top_menus {
  position: relative;
}
.top_menus.about {
  margin-bottom: 222px;
}
.top_menus.about .top_himg .top_bimg {
  background-image: url(./img/top/top_menus_about@2x.jpg);
}
.top_menus.treatment {
  margin-bottom: 97px;
}
.top_menus.treatment .top_himg {
  right: inherit;
  left: 0;
}
.top_menus.treatment .top_himg.bl {
  border-radius: 0 30px 30px 0;
}
.top_menus.treatment .top_himg .top_bimg {
  background-image: url(./img/top/top_menus_treatment@2x.jpg);
}
.top_menus.treatment .menus_clms {
  margin-left: auto;
  padding: 89px 0 121px;
}
.top_menus .top_himg {
  z-index: 11;
  top: -83px;
  right: 0;
  width: 69.23%;
}
.top_menus .top_himg .inn {
  height: 495px;
}
.top_menus .menus_clms {
  width: 46.4%;
  padding: 29px 0 181px;
}
.top_menus .menus_clms .tit_i {
  padding-top: 0;
  padding-bottom: 0;
}
.top_menus .menus_clms .btn_cnn {
  padding-top: 69px;
}

.top_menuds {
  padding-bottom: 239px;
}
.top_menuds .boxs .box {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.top_menuds .boxs .box:nth-child(2) {
  margin-right: 0;
}
.top_menuds .boxs .box.cases .top_himg .top_bimg {
  background-image: url(./img/top/top_menus_cases@2x.jpg);
}
.top_menuds .boxs .box.faq .top_himg .top_bimg {
  background-image: url(./img/top/top_menus_faq@2x.jpg);
}
.top_menuds .box_tit h3 {
  font-size: 254%;
  font-weight: 800;
  line-height: 1;
  position: relative;
  top: 30px;
  letter-spacing: 0.2em;
}
.top_menuds .top_himg {
  position: relative;
  top: inherit;
  right: inherit;
  width: 100%;
  border-radius: 30px;
}
.top_menuds .top_himg .inn {
  height: 370px;
}
.top_menuds .btn_cnn a {
  margin: 0 0 0 auto;
}

.top_insta_outer .btn_cnn a {
  margin: 0 0 0 auto;
}
.top_insta_outer .btn_cnn a .inn .arw {
  background-image: url(./img/common/common_ico_arwinsta@2x.png);
}

/****************************************
		Bug fix 20231206 Setting 
*****************************************/
::-webkit-scrollbar {
  display: none;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (min-width: 1440px) {
  .treatment_example_btn {
    margin-left: 72px;
    padding-right: 168px;
  }
  .treatment_example_btn .arw {
    right: 102px;
  }
  .top_treatment_example .inn:hover {
    background: #f1fcff;
  }
  .top_treatment_example .inn:hover .treatment_example_btn .arw {
    right: 62px;
  }
  .modal_example_customer .customer_case .head {
    margin-right: 45px;
  }
  .modal_example_customer .customer_case .list_img .before {
    border-radius: 30px;
  }
  .modal_example_customer .customer_case .list_img .before::before {
    bottom: 20px;
    left: 20px;
  }
  .modal_example_customer .customer_case .list_img .triangle {
    margin: 0 18px;
  }
  .modal_example_customer .customer_case .list_img .after {
    border-radius: 30px;
  }
  .modal_example_customer .customer_case .list_img .after::before {
    bottom: 20px;
    left: 20px;
  }
  .modal_example_risk .list_risk .list li {
    margin-bottom: 48px;
    padding-left: 40px;
  }
}
@media (max-width: 1370px) {
  .gnav {
    left: 370px;
  }
  .gnav ul li {
    margin-right: 40px;
  }
  .treatment_flow_clm {
    padding-right: 10%;
    padding-left: 10%;
  }
  .sec_top_access .top_ilst {
    top: -13vw;
    left: 3vw;
    width: 27vw;
  }
  .top_contact_head .top_ilst {
    top: -11vw;
    right: 0.7vw;
    width: 24vw;
  }
}
@media (max-width: 1240px) {
  .header_logo img {
    width: 250px;
  }
  .gnav {
    left: 320px;
  }
  .gnav ul li {
    margin-right: 30px;
  }
  .top_logo img {
    width: 250px;
  }
  .modal_head .treatment_btn_tit {
    left: 3vw;
  }
}
@media (max-width: 1194px) {
  .gnav {
    left: 310px;
  }
  .gnav ul li {
    margin-right: 26px;
  }
  .wrap {
    padding: 0 4%;
  }
  .top_treatment_example .inn {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 0;
  }
  .treatment_example_imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 26.1725293132vw;
    max-width: 312.5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: initial;
  }
  .treatment_example_imgs img {
    width: 7.1189279732vw;
    height: 7.1189279732vw;
    margin-bottom: 1.675041876vw;
  }
  .treatment_example_imgs img:nth-last-of-type(1), .treatment_example_imgs img:nth-last-of-type(2), .treatment_example_imgs img:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .treatment_example_btn {
    margin-left: 6.0301507538vw;
    padding-right: 14.0703517588vw;
  }
  .treatment_example_btn .arw {
    right: 8.5427135678vw;
  }
  .treatment_flows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .treatment_flows .treatment_flow {
    width: 50%;
    margin-bottom: 58px;
  }
  .treatment_flows .treatment_flow:nth-child(n+2) {
    margin-bottom: 0;
  }
  .top_treatment_head .top_ilst {
    top: -12px;
    right: 0;
    width: 270px;
  }
  .top_menuds .box_tit h3 {
    font-size: 184%;
    top: 23px;
  }
}
@media (max-width: 1140px) {
  .header_tel {
    right: 15px;
  }
  .topimg_img img {
    max-width: 882px;
  }
  .top_concept_ilst .top_ilst.ilst01 {
    right: 0;
    width: 700px;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 80%;
  }
  .sec_top_topimg .wrap {
    min-height: 500px;
  }
  .topimg_clms {
    top: 46px;
  }
  .topimg_img img {
    max-width: 650px;
  }
  .concept_tit h3 {
    font-size: 177%;
  }
  .concept_clm p {
    font-size: 110%;
    line-height: 1.8;
  }
  .top_access .box_clms ul li dl dd {
    padding-left: 5%;
  }
  .modal_img {
    min-height: 360px;
  }
  .adult_mores .modal_img {
    min-height: 460px;
  }
  .adult_mores .modal_img.lh {
    min-height: 542px;
  }
  .top_treatment_body.treatment_02 .top_himg {
    top: 220px;
  }
}
@media (max-width: 1023px) {
  .header_logo {
    left: 15px;
  }
  .header_logo img {
    width: 220px;
  }
  .gnav {
    left: 260px;
  }
  .gnav ul li {
    margin-right: 20px;
  }
  .top_treatment_bg .inn {
    height: 450px;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 70%;
  }
  .topimg_clms {
    top: 56px;
  }
  .header_logo img {
    width: 200px;
  }
  .gnav {
    left: 240px;
  }
  .gnav ul li {
    margin-right: 16px;
  }
  .header_tel p {
    padding-left: 35px;
  }
  .header_tel p i {
    top: 5px;
    width: 30px;
    height: 30px;
    background-size: 29px;
  }
  .top_doctor .dlists dl dt {
    white-space: nowrap;
  }
  .treatment_btn_tit {
    left: 380px;
  }
  .treatment_btn .inn .arw {
    right: 30px;
  }
  .top_access .box_clms ul li dl dt {
    white-space: nowrap;
  }
  .top_contact .box_tel {
    padding-right: 2%;
    padding-left: 6%;
  }
  .top_concept_ilst .top_ilst.ilst01 {
    top: -80px;
    width: 520px;
  }
  .top_concept_ilst .top_ilst.ilst02 {
    width: 290px;
  }
  .modal_example_price {
    width: 740px;
  }
}
@media (max-width: 833px) {
  body {
    font-size: 62%;
  }
  .topimg_clms {
    top: 70px;
  }
  .modal_img {
    min-height: 260px;
  }
  .modal_img .modal_clms {
    padding: 0 8%;
  }
  .adult_mores .modal_img {
    min-height: 360px;
  }
  .adult_mores .modal_img.lh {
    min-height: 452px;
  }
  .adult_ilst {
    width: 300px;
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  body {
    font-size: 100%;
  }
  .wrap {
    padding: 0 6%;
  }
  .boxs .box {
    float: none;
  }
  .header {
    top: -61px;
  }
  .header_inner {
    height: 61px;
  }
  .header_inner:after {
    position: absolute;
    z-index: 50;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    content: "";
    -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: #f9f6f0;
  }
  .drawer-open .header_inner:after {
    right: 0;
  }
  .header_logo {
    z-index: 99;
    left: 12px;
  }
  .header_logo img {
    width: auto;
    height: 30px;
  }
  .gnav {
    display: none;
  }
  .header_tel {
    display: none;
  }
  .sp_dnav_btn {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: block;
  }
  .sp_dnav_btn .inn {
    position: relative;
  }
  .sp_dnav_btn .inn div {
    position: absolute;
    top: 19px;
    right: 23px;
    width: 24px;
    height: 18px;
  }
  .drawer-hamburger-icon {
    background-color: #004dbc;
  }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #004dbc;
  }
  .drawer--right .drawer-nav {
    right: -100vw;
    -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer-nav {
    z-index: 98;
    width: 100vw;
    background: #f9f6f0;
  }
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .drawer-menu {
    padding-top: 60px;
    text-align: center;
  }
  .drawer-menu li {
    display: block;
  }
  .drawer-menu li a {
    line-height: 1.2;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
  }
  .drawer-menu li a:after {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .drawer-menu li a p {
    font-size: 80%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
    letter-spacing: 0.2em;
  }
  .drawer-menu li a strong {
    font-size: 134%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 0.2em;
  }
  .sp_foot_tel {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 15px;
    left: 0;
    display: block;
    width: 89.0666666667vw;
    margin: auto;
    text-decoration: none;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .sp_foot_tel .inn {
    position: relative;
    height: 60px;
  }
  .sp_foot_tel p {
    line-height: 1.2;
  }
  .sp_foot_tel p i {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(./img/common/common_ico_tel@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px;
  }
  .sp_foot_tel p strong, .sp_foot_tel p span {
    display: block;
  }
  .sp_foot_tel p span {
    font-size: 74%;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    letter-spacing: 0.1em;
    color: #004dbc;
  }
  .sp_foot_tel p strong {
    font-size: 168%;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 58px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    letter-spacing: 0.05em;
  }
  .tit_i {
    padding: 47px 0;
  }
  .tit_i span {
    margin-bottom: 15px;
  }
  .tit_i h2 {
    font-size: 160%;
  }
  .tit_i p {
    font-size: 107%;
  }
  .tit_b h3, .tit_b h4 {
    font-size: 107%;
    letter-spacing: 0.2em;
  }
  .footer {
    padding: 99px 0 133px;
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 57px;
  }
  .footer_logo img {
    width: 184px;
  }
  .footer_copy p {
    font-size: 60%;
    letter-spacing: 0.1em;
  }
  .sp_slide_nav {
    position: relative;
    width: 88%;
    margin: 0 auto;
    padding: 21px 0;
    border-radius: 10px;
    background: #f9f6f0;
  }
  .slide_nav_ico {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .slide_nav_ico img {
    vertical-align: middle;
  }
  .slide_nav_ico.pr {
    left: 0;
    background-image: url(./img/common/common_ico_snl@2x.png);
    background-position: center left 26px;
  }
  .slide_nav_ico.nx {
    right: 0;
    background-image: url(./img/common/common_ico_snr@2x.png);
    background-position: center right 26px;
  }
  .slide_nav_c {
    line-height: 1;
    text-align: center;
  }
  .slide_nav_c ul li {
    font-size: 120%;
    display: inline-block;
    color: #a3a3a3;
  }
  .slide_nav_c ul li:nth-child(1) {
    color: #004dbc;
  }
  .slide_nav_c ul li:nth-child(2) {
    margin: 0 27px;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top_topimg {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .sec_top_topimg .wrap {
    height: 960px;
    min-height: 600px;
    max-height: inherit;
    padding: 0;
  }
  .topimg_clms {
    top: 136px;
    width: 100%;
  }
  .topimg_img img {
    max-width: 375px;
  }
  .topimg_clm h2 {
    font-size: 134%;
    font-size: 94%;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .bubble {
    width: 60px;
    height: 60px;
  }
  .bubbleImg {
    width: 60px;
    height: 60px;
  }
  .bubbleImg.bubbleImg0 {
    background-image: url(./img/top/sp_top_anim_01.png);
  }
  .bubbleImg.bubbleImg1 {
    background-image: url(./img/top/sp_top_anim_02.png);
  }
  .bubbleImg.bubbleImg2 {
    background-image: url(./img/top/sp_top_anim_03.png);
  }
  .bubbleImg.bubbleImg3 {
    background-image: url(./img/top/sp_top_anim_04.png);
  }
  .bubbleImg.bubbleImg4 {
    background-image: url(./img/top/sp_top_anim_05.png);
  }
  .bubbleImg.bubbleImg5 {
    background-image: url(./img/top/sp_top_anim_06.png);
  }
  .bubbleImg.bubbleImg6 {
    background-image: url(./img/top/sp_top_anim_07.png);
  }
  .bubbleImg.bubbleImg7 {
    background-image: url(./img/top/sp_top_anim_08.png);
  }
  .bubbleImg.bubbleImg8 {
    background-image: url(./img/top/sp_top_anim_09.png);
  }
  .bubbleImg.bubbleImg9 {
    background-image: url(./img/top/sp_top_anim_10.png);
  }
  .bubbleImg.bubbleImg10 {
    background-image: url(./img/top/sp_top_anim_11.png);
  }
  .bubbleImg.bubbleImg11 {
    background-image: url(./img/top/sp_top_anim_12.png);
  }
  .bubbleImg.bubbleImg12 {
    background-image: url(./img/top/sp_top_anim_13.png);
  }
  .bubbleImg.bubbleImg13 {
    background-image: url(./img/top/sp_top_anim_14.png);
  }
  .top_logo {
    top: -101px;
    left: 26px;
  }
  .top_logo img {
    width: 245px;
  }
  .top_scroll {
    bottom: -16px;
  }
  .top_scroll .sline {
    height: 126px;
    max-height: 126px;
  }
  .top_scroll .sline span {
    width: 1px;
    height: 126px;
    max-height: 126px;
  }
  .sec_top_concept .top_himg {
    top: -113px;
    width: 94%;
  }
  .sec_top_concept .top_himg .inn {
    height: 230px;
  }
  .sec_top_concept .tit_i {
    width: 100%;
    padding: 171px 0 37px;
  }
  .sec_top_concept .target_line_a {
    top: -61px;
  }
  .top_concept {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 9px;
    border-radius: 20px;
  }
  .top_concept:nth-child(2n) {
    float: none;
    margin-top: 0;
  }
  .top_concept:last-child {
    margin-bottom: 0;
  }
  .concept_num {
    position: absolute;
    top: 50%;
    left: 38px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
  .concept_num strong {
    font-size: 200%;
  }
  .concept_clms {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 30px 27px 30px 85px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .concept_tit h3 {
    font-size: 120%;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .concept_clm p {
    font-size: 100%;
  }
  .top_concept_ilst {
    height: 357px;
  }
  .top_concept_ilst .top_ilst.ilst01 {
    top: 35px;
    right: 0;
    width: 313px;
  }
  .top_concept_ilst .top_ilst.ilst02 {
    right: 0;
    bottom: -15px;
    left: inherit;
    width: 143px;
  }
  .concept_img {
    float: left;
  }
  .concept_img img {
    width: auto;
  }
  .top_map iframe {
    height: 262px;
  }
  .top_map_imgs .boxs .box {
    float: left;
    width: 50%;
  }
  .sec_top_doctor {
    padding: 110px 0 113px;
  }
  .sec_top_doctor .tit_i span img {
    width: 120px;
  }
  .top_doctor_outer {
    position: relative;
  }
  .top_doctor_outer .top_himg {
    top: 0;
    left: 0;
    width: 94%;
  }
  .top_doctor_outer .top_himg .inn {
    height: 230px;
  }
  .top_doctor .boxs .box {
    width: 100%;
  }
  .top_doctor .boxs .box:nth-child(2) {
    margin-left: 0;
  }
  .top_doctor .box_infos {
    padding-top: 288px;
  }
  .top_doctor .box_name {
    margin-bottom: 14px;
  }
  .top_doctor .box_name span {
    font-size: 100%;
  }
  .top_doctor .box_name p strong {
    font-size: 174%;
  }
  .top_doctor .box_name p small {
    font-size: 80%;
    display: block;
    margin-left: 0;
  }
  .top_doctor .box_info ul li {
    font-size: 100%;
  }
  .top_doctor .box_clms {
    margin-top: 54px;
    padding-top: 54px;
    border-top: 1px solid #dadada;
  }
  .top_doctor .box_clm h3 {
    font-size: 214%;
    font-size: 147%;
    margin-bottom: 20px;
  }
  .top_doctor .box_clm p {
    font-size: 100%;
    margin-bottom: 20px;
  }
  .top_doctor .box_list {
    margin-top: 60px;
  }
  .top_doctor .box_list .tit_b {
    margin-bottom: 0;
  }
  .top_doctor .box_repletion {
    margin-top: 32px;
  }
  .top_doctor .box_repletion h4, .top_doctor .box_repletion p {
    font-size: 80%;
  }
  .top_doctor .dlists {
    display: none;
    margin-top: 43px;
    margin-bottom: 0;
  }
  .top_doctor .dlists dl dt, .top_doctor .dlists dl dd {
    font-size: 80%;
  }
  .top_doctor .dlists dl dd {
    padding-left: 16px;
  }
  .top_doctor .tit_b {
    position: relative;
    width: 100%;
    padding: 22px 0 21px;
    border-radius: 10px;
  }
  .top_doctor .tit_b h4 {
    font-size: 94%;
  }
  .top_doctor .tit_b:after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform-origin: top;
            transform-origin: top;
    background-image: url(./img/common/common_ico_arwd@2x.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 14px;
  }
  .top_doctor .tit_b.on:after {
    background-image: url(./img/common/common_ico_arwd_on@2x.png);
  }
  .top_treatment_bg .inn {
    height: 147px;
  }
  .top_treatment_bg .target_line_a {
    top: 50px;
  }
  .top_treatment_head {
    margin-top: -30px;
  }
  .top_treatment_head .tit_i_bg img {
    width: 175px;
  }
  .top_treatment_head .tit_i {
    padding: 0 0 62px;
  }
  .top_treatment_head .tit_i span {
    margin-top: 0;
  }
  .top_treatment_head .tit_i span img {
    width: 150px;
  }
  .top_treatment_head .top_ilst {
    display: none;
  }
  .top_treatment_body .wrap {
    padding: 0;
  }
  .top_treatment_body.treatment_01 {
    margin: 0 0 72px;
  }
  .top_treatment_body.treatment_01 .top_himg {
    right: 0;
    width: 94%;
  }
  .top_treatment_body.treatment_01 .top_himg .inn {
    height: 230px;
  }
  .top_treatment_body.treatment_01 .top_treatment_clms {
    padding: 312px 6% 0;
  }
  .top_treatment_body.treatment_02 .top_himg {
    position: relative;
    top: inherit;
    right: inherit;
    width: 94%;
    margin-left: 6%;
  }
  .top_treatment_body.treatment_02 .top_himg .inn {
    height: 230px;
  }
  .top_treatment_body.treatment_02 .top_treatment_clms {
    padding: 0 6% 20px;
  }
  .top_treatment_body.treatment_03 .top_treatment_clms {
    width: auto;
    padding: 100px 6% 0;
  }
  .top_treatment_clms {
    width: 100%;
  }
  .treatment_tit {
    margin-bottom: 27px;
  }
  .treatment_tit span {
    font-size: 80%;
  }
  .treatment_tit h3 small {
    font-size: 167%;
    letter-spacing: 0.09em;
  }
  .treatment_tit h3 strong {
    font-size: 120%;
    margin-left: 7px;
  }
  .treatment_clm p {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 30px;
    text-align: justify;
  }
  .treatment_btn {
    margin-bottom: 49px;
  }
  .treatment_btn .inn {
    height: 367px;
    border-radius: 20px;
  }
  .treatment_btn .inn .arw {
    top: inherit;
    right: 27px;
    bottom: 28px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .treatment_btn:hover .inn .arw {
    right: 27px;
  }
  .treatment_btn_img img {
    border-radius: 20px;
  }
  .treatment_btn_tit {
    line-height: 1.2;
    position: absolute;
    top: inherit;
    bottom: 28px;
    left: 28px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .treatment_btn_tit p {
    font-size: 80%;
    margin-bottom: 5px;
  }
  .treatment_btn_tit h2, .treatment_btn_tit h3 {
    font-size: 120%;
  }
  .top_treatment_example {
    margin-bottom: 104px;
  }
  .top_treatment_example .inn {
    display: block;
    width: 86.6666666667vw;
    max-width: initial;
    height: 300px;
    padding: 20px 0;
  }
  .treatment_example_imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 285px;
    max-width: initial;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: initial;
    margin: auto;
  }
  .treatment_example_imgs img {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
  }
  .treatment_example_imgs img:nth-last-of-type(1), .treatment_example_imgs img:nth-last-of-type(2), .treatment_example_imgs img:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .treatment_example_btn {
    width: 285px;
    margin: 36px auto 0;
  }
  .treatment_example_btn h3 {
    font-size: 18px;
  }
  .treatment_example_btn .arw {
    top: initial;
    right: 26px;
    bottom: 4px;
  }
  .top_treatment_flow {
    padding: 88px 0 104px;
  }
  .top_treatment_flow .tit_b {
    width: 240px;
    margin-bottom: 53px;
  }
  .treatment_flows {
    display: block;
  }
  .treatment_flows .treatment_flow {
    width: 100%;
    margin-bottom: 0;
  }
  .treatment_flows .treatment_flow:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .treatment_flows .treatment_flow:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .treatment_flows .treatment_flow:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .treatment_flows .treatment_flow:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .treatment_flow_img {
    height: 220px;
  }
  .treatment_flow_clms {
    margin-top: -30px;
    text-align: center;
  }
  .treatment_flow_clm {
    padding: 5px 70px 40px;
  }
  .treatment_flow_clm h3 {
    margin-bottom: 10px;
  }
  .treatment_flow_clm h3 strong {
    font-size: 120%;
  }
  .treatment_flow_clm h3 small {
    font-size: 120%;
  }
  .treatment_flow_clm p {
    font-size: 100%;
    line-height: 2;
  }
  .top_treatment_body_outer {
    padding: 123px 0 118px;
  }
  .treatment_03_imgs {
    margin-top: 50px;
  }
  .treatment_03_imgs .boxs .box {
    width: 88%;
    height: 260px;
    margin: 0 auto;
  }
  .treatment_03_imgs .boxs .box .top_himg {
    top: inherit;
    right: inherit;
    left: inherit;
    width: 100%;
  }
  .treatment_03_imgs .boxs .box .top_himg .inn {
    height: 260px;
  }
  .treatment_03_imgs .boxs .box:nth-child(1) {
    margin: 0 auto 9px;
  }
  .sec_top_information {
    padding: 220px 0 126px;
  }
  .sec_top_information .top_ilst {
    top: -306px;
    left: 40px;
    width: 236px;
  }
  .sec_top_information .tit_i span img {
    width: 163px;
  }
  .information_tbl .cols .col8 {
    width: 70%;
    padding: 0 2%;
  }
  .information_tbl .cols .col4 {
    width: 29%;
    margin-right: 1%;
  }
  .information_tbl .cols .col2 {
    width: 14%;
  }
  .information_tbl p span {
    font-size: 80%;
  }
  .information_tbl p strong {
    font-size: 80%;
  }
  .information_tbl p strong:nth-child(1) {
    display: none;
  }
  .information_tbl p strong:nth-child(2) {
    margin-left: 0;
  }
  .tbl_body .col8, .tbl_body .col4 {
    border-bottom: 2px solid #f9f6f0;
  }
  .tbl_body .col4 {
    position: relative;
  }
  .tbl_body p strong {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .information_tbl_cau {
    padding-top: 15px;
    text-align: center;
  }
  .information_tbl_cau p {
    font-size: 80%;
  }
  .sec_top_contact {
    padding: 50px 0;
  }
  .top_contact_head {
    top: -83px;
    margin-bottom: -65px;
  }
  .top_contact_head .tit_i_bg img {
    width: 175px;
  }
  .top_contact_head .tit_i {
    padding: 0 0 62px;
  }
  .top_contact_head .tit_i span {
    margin-top: -13px;
  }
  .top_contact_head .tit_i span img {
    width: 108px;
  }
  .top_contact_head .top_ilst {
    display: none;
  }
  .top_contact_body {
    position: relative;
  }
  .top_contact_body .top_ilst {
    position: absolute;
    top: -50px;
    right: 9px;
    width: 176px;
  }
  .top_contact .boxs .box:nth-child(1) {
    width: 100%;
    height: 260px;
    margin-right: 0;
    margin-bottom: 52px;
  }
  .top_contact .boxs .box:nth-child(2) {
    width: 100%;
  }
  .top_contact .top_himg {
    top: 0;
    right: inherit;
    left: 0;
    width: 100%;
  }
  .top_contact .top_himg .inn {
    height: 260px;
  }
  .top_contact .box_clms .tit_b {
    width: 240px;
  }
  .top_contact .box_clm {
    padding: 35px 0 20px;
  }
  .top_contact .box_clm p {
    font-size: 120%;
  }
  .top_contact .box_tel {
    margin-top: 20px;
    padding: 25px 14px;
  }
  .top_contact .box_tel p {
    padding-left: 55px;
  }
  .top_contact .box_tel p a {
    font-size: 220%;
    margin-bottom: 5px;
  }
  .top_contact .box_tel p span {
    font-size: 114%;
    font-size: 94%;
  }
  .sec_top_access {
    margin: 65px 0 104px;
  }
  .sec_top_access .top_ilst {
    top: -170px;
    right: 25px;
    width: 155px;
  }
  .sec_top_access .tit_i {
    padding-bottom: 35px;
  }
  .sec_top_access .tit_i span img {
    width: 110px;
  }
  .top_access {
    margin-bottom: 30px;
  }
  .top_access .boxs .box {
    width: 100%;
  }
  .top_access .boxs .box:nth-child(1) {
    margin-right: 0;
    margin-bottom: 53px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .top_access .boxs .box:nth-child(2) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .top_access .box_img {
    margin-bottom: 26px;
  }
  .top_access .box_clms ul li dl dt {
    font-size: 120%;
  }
  .top_access .box_clms ul li dl dd {
    padding-left: 16px;
  }
  .top_access .box_clms ul li dl dd strong {
    font-size: 120%;
  }
  .top_access .box_clms ul li dl dd small {
    font-size: 80%;
  }
  .top_access .box_clms ul li p {
    font-size: 94%;
  }
  .top_access .box_clms ul li p small {
    font-size: 84%;
  }
  .top_access_clm {
    padding: 23px 0;
    text-align: center;
    border-radius: 20px;
  }
  .top_access_clm p {
    line-height: 1.8;
  }
  .top_access_clm p a {
    text-decoration: none;
    color: #004dbc;
  }
  .top_access_clm p strong {
    font-size: 100%;
    display: block;
    letter-spacing: 0;
  }
  .top_access_clm p strong:nth-child(1) {
    margin-right: 0;
  }
  /****************************************
  		Modal Setting 
  *****************************************/
  .modaal-content-container {
    padding: 120px 0;
  }
  .modal_head {
    margin-bottom: 400px;
  }
  .modal_head .wrap {
    height: auto;
  }
  .modal_head .treatment_btn_tit {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .modal_head .top_himg {
    width: 94%;
  }
  .modal_head .top_himg .inn {
    height: 260px;
  }
  .modal_kids .modal_head .top_himg, .modal_adult .modal_head .top_himg {
    top: 70px;
  }
  .modal_body.modal_body_g {
    background: #f9f6f0;
  }
  .modal_body.modal_body_spbg {
    overflow: hidden;
  }
  .modal_tit {
    text-align: center;
  }
  .modal_tit .tit_b {
    width: 100%;
  }
  .modal_tit .tit_b h3, .modal_tit .tit_b h4 {
    font-size: 100%;
    letter-spacing: 0.1em;
  }
  .modal_lead {
    padding: 40px 0;
    text-align: justify;
  }
  .modal_lead p {
    font-size: 100%;
    line-height: 2;
  }
  .kids_about .boxs {
    padding: 50px 0 80px;
  }
  .kids_about .boxs .box {
    position: relative;
  }
  .kids_about .boxs .box:nth-child(1) {
    display: none;
  }
  .kids_about .boxs .box:nth-child(2) {
    width: 100%;
  }
  .kids_about .boxs .box:nth-child(3) {
    width: 100%;
    height: 236px;
    margin-top: 40px;
  }
  .kids_about .boxs .box:nth-child(3) .top_himg {
    top: 0;
    right: inherit;
    left: 0;
    width: 100%;
  }
  .kids_about .boxs .box:nth-child(3) .top_himg .inn {
    height: 236px;
  }
  .kids_about .boxs .box:nth-child(3) .top_himg .top_bimg {
    background-image: url(./img/kids/kids_img_01@2x.jpg);
  }
  .kids_about .box_clm p {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 20px;
  }
  .modal_body_step {
    padding: 60px 0 35px;
  }
  .kids_step .boxs {
    padding-top: 60px;
  }
  .kids_step .boxs .box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .kids_step .boxs .box:nth-child(2) {
    width: 100%;
    height: 30px;
    background-image: url(./img/kids/sp_kids_ico_arw@2x.png);
  }
  .kids_step .box_ico {
    position: relative;
    top: inherit;
    left: inherit;
    padding-top: 56px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    text-align: center;
  }
  .kids_step .box_ico img {
    width: 86px;
  }
  .kids_step .box_clms {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 20px 43px 30px;
  }
  .kids_step .box_tit {
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
  .kids_step .box_tit span {
    font-size: 200%;
  }
  .kids_step .box_tit h4 {
    font-size: 114%;
  }
  .kids_step .box_clm p {
    font-size: 100%;
    line-height: 2;
  }
  .kids_mores {
    padding: 100px 0 0;
  }
  .modal_imgs.col4 .modal_img {
    width: 265px;
    margin-right: 0;
    padding: 40px 0 30px;
  }
  .modal_imgs.col4 .modal_img:nth-child(2n) {
    margin-right: 0;
  }
  .modal_imgs.col4 .modal_img:nth-child(1), .modal_imgs.col4 .modal_img:nth-child(5) {
    position: relative;
  }
  .modal_imgs.col4 .modal_img:nth-child(1):after, .modal_imgs.col4 .modal_img:nth-child(5):after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    display: none;
    width: 1000%;
    height: 100%;
    content: "";
    background: #f1fcff;
  }
  .modal_imgs.col2 {
    text-align: left;
  }
  .modal_imgs.col2 .modal_img {
    display: block;
    float: left;
    width: 46.67%;
    margin-right: 6.66%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .modal_imgs.col2 .modal_img:nth-child(2n) {
    margin-right: 0;
  }
  .modal_img {
    min-height: inherit;
    margin-bottom: 0;
    border-radius: 15px;
    background: transparent;
  }
  .modal_img .modal_clms {
    padding: 0 2%;
  }
  .modal_img .modal_clms .modal_tit {
    padding: 26px 0 15px;
  }
  .modal_img .modal_clms .modal_tit h4 {
    font-size: 100%;
  }
  .modal_img .modal_clms .modal_tit h4.md {
    padding: 14px 0;
  }
  .modal_img .modal_clms .modal_clm p {
    font-size: 100%;
  }
  .modal_img .modal_clms .modal_clm p.min {
    font-size: 80%;
    margin-top: 20px;
  }
  .modal_imgc img {
    border-radius: 15px;
  }
  .adult_about .boxs {
    padding: 50px 0 30px;
  }
  .adult_about .boxs .box {
    float: left;
    width: 46.67%;
    margin-right: 6.66%;
    margin-bottom: 30px;
  }
  .adult_about .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .adult_about .box_clm {
    margin-top: 20px;
    text-align: justify;
  }
  .adult_about .box_clm p {
    font-size: 100%;
    line-height: 1.6;
  }
  .modal_body_type {
    padding: 60px 0 0;
  }
  .modal_body_type .wrap {
    padding: 0;
  }
  .modal_body_type .modal_tit {
    padding-right: 4%;
    padding-left: 4%;
  }
  .adult_type {
    padding-bottom: 120px;
  }
  .adult_type .modal_imgs {
    padding: 60px 0 30px;
  }
  .adult_type .modal_imgs.modal_slide .modal_img {
    width: 265px;
    margin-right: 0;
    padding: 0 5px;
  }
  .adult_type .modal_imgs.modal_slide .modal_img .modal_clms .modal_tit {
    height: auto !important;
  }
  .modal_slide_nav {
    background: #fff;
  }
  .adult_point .modal_imgs {
    padding: 60px 4%;
  }
  .modal_body_mores {
    padding: 100px 0 0;
  }
  .adult_mores_lead {
    margin: 60px 0 0;
  }
  .adult_mores_lead p {
    font-size: 100%;
    line-height: 1.8;
    padding: 20px 0 25px;
    text-align: justify;
  }
  .adult_ilst {
    display: none;
  }
  .adult_mores .modal_imgs.col3 .modal_img {
    width: 46.67%;
    margin-right: 6.66%;
    padding: 40px 0;
  }
  .adult_mores .modal_imgs.col3 .modal_img:nth-child(3n) {
    margin-right: 6.66%;
  }
  .adult_mores .modal_imgs.col3 .modal_img:nth-child(2n) {
    margin-right: 0;
  }
  .adult_mores .modal_imgs.col3 .modal_img:nth-child(1), .adult_mores .modal_imgs.col3 .modal_img:nth-child(5) {
    position: relative;
  }
  .adult_mores .modal_imgs.col3 .modal_img:nth-child(1):after, .adult_mores .modal_imgs.col3 .modal_img:nth-child(5):after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    display: none;
    width: 1000%;
    height: 110%;
    content: "";
    background: #f1fcff;
  }
  .adult_mores .modal_imgs.col3 .modal_img:nth-child(5):after {
    height: 155%;
  }
  .adult_mores .modal_img {
    min-height: inherit;
  }
  .adult_mores .modal_img.lh {
    min-height: inherit;
  }
  .adult_mores .modal_img .modal_clms .modal_tit h4 {
    line-height: 1.8;
  }
  /****************************************
  		20200324 Add  Setting
  *****************************************/
  .treatment_03_caus {
    width: 88%;
    margin: 0 auto;
  }
  /****************************************
  		20220613 Add  Setting
  *****************************************/
  .image-lft {
    border-right: 4px solid #3f3f3f !important;
  }
  .dragger {
    -webkit-transform: translate(-2px, 0) !important;
            transform: translate(-2px, 0) !important;
  }
  .modal_example_section {
    width: 86.4vw;
  }
  .modal_example_head {
    font-size: 24px;
  }
  .modal_example_caption {
    width: 86.4vw;
  }
  .modal_example_slider {
    margin: 50px auto 0;
    padding: 58px 0 84px;
  }
  .modal_example_slider .anyImageComparisonSlider {
    margin: 30px auto 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .modal_example_case {
    padding-bottom: 78px;
  }
  .modal_example_case_list {
    margin-top: 36px;
  }
  .modal_example_case_list .list {
    display: block;
  }
  .modal_example_case_list .list li {
    display: block;
    width: 100%;
  }
  .modal_example_case_list .list li .list_ttl {
    font-size: 15px;
    line-height: 186%;
    width: 100%;
    min-width: initial;
  }
  .modal_example_case_list .list li .list_txt {
    font-size: 15px;
    line-height: 186%;
  }
  .modal_example_case_list .list.list_horizontal {
    margin-top: 0;
  }
  .modal_example_customer {
    padding: 86px 0;
  }
  .modal_example_customer .customer_case {
    display: block;
    margin-bottom: 86px;
  }
  .modal_example_customer .customer_case .head {
    width: 86.4vw;
    margin: auto;
  }
  .modal_example_customer .customer_case .head h4 {
    height: 34px;
  }
  .modal_example_customer .customer_case .head p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .modal_example_customer .customer_case .list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 86.4vw;
    margin: 5.3333333333vw auto 0;
  }
  .modal_example_customer .customer_case .list_img .before {
    width: 100%;
    max-width: initial;
    height: 47.4666666667vw;
    max-height: initial;
    margin-bottom: 5.3333333333vw;
    border-radius: initial;
  }
  .modal_example_customer .customer_case .list_img .before img {
    width: 71.4666666667vw;
    margin-right: auto;
    border-radius: 5.3333333333vw;
  }
  .modal_example_customer .customer_case .list_img .before::before {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .modal_example_customer .customer_case .list_img .triangle {
    width: 8vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0 3.2vw;
  }
  .modal_example_customer .customer_case .list_img .after {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 71.2vw;
    max-width: initial;
    height: 47.4666666667vw;
    max-height: initial;
    border-radius: 5.3333333333vw;
  }
  .modal_example_customer .customer_case .list_img .after::before {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .modal_example_customer .customer_case:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .modal_example_risk {
    padding: 90px 0;
  }
  .modal_example_risk .head {
    font-size: 18px;
    line-height: 168%;
  }
  .modal_example_risk .list_risk {
    display: block;
    margin-top: 36px;
  }
  .modal_example_risk .list_risk .list {
    width: 100%;
  }
  .modal_example_risk .list_risk .list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 9.6vw;
    padding-left: 10.6666666667vw;
    text-align: justify;
  }
  .modal_example_risk .list_risk .list li::before {
    font-size: 15px;
    font-style: normal;
    line-height: 1.8;
    left: 2.1333333333vw;
    content: "●";
  }
  .modal_example_price {
    width: 86.4vw;
    margin: 100px auto 0;
  }
  .modal_example_price .list_price {
    margin: 36px auto 0;
  }
  .modal_example_price .list_price .list li {
    padding: 20px 0;
  }
  .modal_example_price .list_price .list li .list_ttl {
    font-size: 15px;
    width: 70%;
    min-width: 70%;
    padding: 0;
    white-space: nowrap;
    letter-spacing: initial;
  }
  .modal_example_price .list_price .list li .list_txt {
    padding: 20px 0;
  }
  .modal_example_price .list_price .list li .list_txt .txt {
    font-size: 15px;
    padding-left: 0;
    letter-spacing: initial;
  }
  .modal_example_price .list_price .list li .list_txt .txt small {
    font-size: 14px;
  }
  .modal_example_price .list_price .list li .list_txt .price {
    font-size: 15px;
    width: 30%;
    min-width: 30%;
  }
  .modal_example_price .list_price .list li .list_txt:nth-of-type(1) {
    width: 20%;
    padding: 0;
  }
  .modal_example_price .list_price .list li .list_txt:nth-of-type(1) .price {
    padding-right: 0;
  }
  .modal_example_price .list_price .list li .list_txt:nth-of-type(2) {
    margin-top: 20px;
  }
  .modal_example_price .list_attention {
    font-size: 12px;
    line-height: 180%;
    margin-top: 28px;
  }
  /****************************************
  		add202311 Setting 
  *****************************************/
  .top_news_outer {
    max-width: 944px;
    margin: -72px auto 130px;
    padding: 21px 16px 16px;
  }
  .top_news_outer h2 {
    font-size: 100%;
    padding: 2px 0 15px;
  }
  .top_news dl {
    padding: 10px 0;
  }
  .top_news dl dt, .top_news dl dd {
    font-size: 100%;
    line-height: 1.87;
  }
  .top_news dl dt {
    width: 100px;
  }
  .top_news dl dd {
    width: calc(100% - 100px);
  }
  .btn_cnn a {
    position: relative;
    left: 10px;
    width: 183px;
  }
  .btn_cnn a .inn p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .btn_cnn a .inn .arw {
    right: 20px;
    width: 49px;
    height: 49px;
    background-size: 49px;
  }
  .sec_top_guide .top_treatment_head .ilst01 {
    top: -120px;
    right: 6vw;
    left: inherit;
    display: block;
    width: 143px;
  }
  .sec_top_guide .top_treatment_head .tit_i {
    padding-bottom: 24px;
  }
  .sec_top_guide .top_treatment_head .tit_i span {
    margin-top: 16px;
  }
  .top_guide {
    padding: 10px 0 75px;
  }
  .top_guide .ilst02 {
    top: 140px;
    right: 6.5vw;
    left: inherit;
    display: block;
    width: 185px;
  }
  .top_guide .boxs .box {
    position: relative;
  }
  .top_guide .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_guide .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    height: auto;
  }
  .top_guide .top_himg {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 100%;
  }
  .top_guide .top_himg .inn {
    height: 216px;
  }
  .top_guide .box_clms {
    position: relative;
    top: inherit;
    left: inherit;
    padding-top: 125px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .top_guide .box_btn {
    padding-top: 45px;
  }
  .top_guide .box_tit h3 {
    font-size: 120%;
    line-height: 1.67;
  }
  .information_btn {
    padding: 67px 0 96px;
  }
  .information_btn a {
    margin: 0 0 0 auto;
  }
  .sec_top_menus {
    padding: 85px 0 71px;
  }
  .sec_top_menus .top_ilst {
    display: none;
  }
  .sec_top_menus .bg {
    top: 741px;
    height: 1316px;
  }
  .top_menus {
    position: relative;
  }
  .top_menus.about {
    margin-bottom: 98px;
  }
  .top_menus.about .tit_i img {
    width: auto;
    height: 24px;
  }
  .top_menus.about .top_himg {
    margin-left: auto;
  }
  .top_menus.treatment {
    margin-bottom: 97px;
  }
  .top_menus.treatment .tit_i img {
    width: auto;
    height: 28px;
  }
  .top_menus.treatment .top_himg {
    right: inherit;
    left: inherit;
  }
  .top_menus.treatment .menus_clms {
    margin-left: 0;
    padding: 33px 0 0;
  }
  .top_menus .top_himg {
    position: relative;
    z-index: 11;
    top: inherit;
    right: inherit;
    width: 94%;
  }
  .top_menus .top_himg .inn {
    height: 300px;
  }
  .top_menus .menus_clms {
    width: 100%;
    padding: 29px 0 0;
  }
  .top_menus .menus_clms .tit_i {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top_menus .menus_clms .btn_cnn {
    padding-top: 50px;
  }
  .top_menuds {
    padding-bottom: 46px;
  }
  .top_menuds .boxs .box {
    width: 100%;
    margin-right: 0;
    padding: 50px 0 47px;
  }
  .top_menuds .boxs .box:nth-child(2) {
    margin-top: 50px;
    margin-right: 0;
  }
  .top_menuds .box_tit h3 {
    font-size: 160%;
    line-height: 1.25;
    position: absolute;
    top: -267px;
  }
  .top_menuds .top_himg {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  .top_menuds .top_himg .inn {
    height: 216px;
  }
  .top_menuds .btn_cnn {
    position: relative;
    top: 30px;
  }
  .top_insta_outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .top_insta_outer .btn_cnn {
    padding-top: 44px;
  }
}
@media (max-width: 320px) {
  .topimg_img img {
    max-width: 320px;
  }
}/*# sourceMappingURL=style.css.map */