@charset "UTF-8";

/*========================================================================================

	フロントページ

========================================================================================*/

/* ---------------------------------------------------------------------------------------
	共通
--------------------------------------------------------------------------------------- */

#index h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 29px;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 25px;
}

#index h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 29px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}

#index a {
  text-decoration: none;
  color: #717071;
}

#index #main {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 380px) {
  #index h3 {
    font-size: 22px;
  }
}

/* ---------------------------------------------------------------------------------------
	FVスライダー
--------------------------------------------------------------------------------------- */

#slider {
  position: relative;
  z-index: 0;
}

#slider .slide_bg {
  position: relative;
  overflow: hidden;
}

#slider .slide_img {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 650px;
  text-align: center;
}

#slider .slide_img p {
  margin-bottom: 0;
}
#slider .slide_img img {
  animation: zoom linear 2s;
}

.slick-slide img {
  height: auto;
  max-width: 100%;
}

#box04 .ttl .big,
#box04 .ttl h3,
#box04 .ttl .big span {
  color: #fff;
}

#box04 .ttl h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

#box04 .ttl .big {
  font-size: 35px;
}

/* searchbox */
#slider .searchbox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 310px;
  height: 50px;
  background: #fff;
  border: solid #d9d9d9 1px;
  padding: 2px 2px 2px 8px;
  box-sizing: border-box;
}
#slider .searchbox input {
  border: none;
  background: none;
  vertical-align: middle;
  border-radius: 0;
}
#slider .searchbox .searchbox_input {
  width: 80%;
  font-size: 1.5em;
}
#slider .searchbox .searchbox_button {
  cursor: pointer;
  width: 50px;
  height: 100%;
  background: url("../images/aoki-tsuyoshi.com/searchbox-icon_pc.png") #a8b8c4
    center no-repeat;
  transition: all 0.3s ease 0s;
}

/* box blog */
#slider .box_blog {
  margin-top: 30px;
}

#slider .slick-dots {
  bottom: 110px;
}

.inner {
  width: 1000px;
}

#slider .box_blog_ct {
  background-color: #f2f2f2;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
}

#slider .box_blog_ct .list_blog {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  overflow: hidden;
}

#slider .box_blog_ct .list_blog .slick-slide {
  margin-bottom: 0;
}

#slider .box_blog_ct dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

#slider .box_blog_ct dl dt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #5d5d5d;
}
#slider .box_blog_ct dl dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 14px;
  color: #5d5d5d;
}
#slider .box_blog_ct .txt a {
  color: #3e3a39;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /*width: 600px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	line-height: normal;
  padding-right: 10px;
}
#slider .box_blog_ct .name {
  background: #5d5d5d;
  box-sizing: border-box;
  padding: 8px 20px;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  line-height: normal;
  min-width: 103px;
}
#slider .box_blog_ct .link {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

#slider .box_blog_ct .link a {
  position: relative;
  color: #3e3a39;
  text-decoration: underline;
  font-size: 140%;
}
#slider .box_blog_ct .link a::before {
  position: absolute;
  top: calc(50% - 3px);
  right: -10px;
  background: url("../images/slide_ic.png") center no-repeat;
  background-size: cover;
  width: 5px;
  height: 7px;
  content: "";
}
#slider .box_blog_ct dl a:hover {
  text-decoration: none;
}
.wd-67 .cont-txt {
  width: 67%;
}
.post-content dl.diet-faq dt,
.post-content dl.diet-faq dt::before {
  color: #dbc310;
  font-weight: bold;
}

/* ページ読み込み時の崩れ対策 */
#slider .slide_list,
.list_blog,
.sp_bnr_list, 
.pc_bnr_list, 
.box00_img,
#box00_thumb {
  visibility: hidden;
}

#slider .slide_list.slick-initialized,
.list_blog.slick-initialized,
.sp_bnr_list.slick-initialized,
.pc_bnr_list.slick-initialized,
.box00_img.slick-initialized,
#box00_thumb.slick-initialized {
  visibility: visible;
}

.fv-slider .slick-slide {
  height: 650px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #slider .inner {
    padding: 0;
  }
  #slider .slide_img {
    position: relative;
    top: inherit;
    left: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  /*
	#slider .slide_list{
		height: 32.6vw;
	}
	*/

  /*--- ↓20190725 ABテスト用FV表示サイズ変更↓ ---*/
  /*	#slider .slide_list{
		height: 66vw;
	}*/
  /*--- ↑20190725 ABテスト用FV表示サイズ変更↑ ---*/

  /*--- ↓20210104 FV表示サイズ変更↓ ---*/
  #slider .slide_list {
    height: 120vw;
  }
  #slider .slide_list2 {
    height: 133vw;
  }
  /*--- ↑20210104 FV表示サイズ変更↑ ---*/

  #slider .slide_list .inner {
    animation: move linear 2s;
    position: absolute;
    top: calc(50% - 50px);
    right: 0px;
    margin: 0;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 15px;
  }
  
  #slider .slick-dots {
    bottom: 3.4vw !important;
  }

  /* box blog */
  #slider .box_blog {
    margin-bottom: 60px;
    position: relative;
    bottom: inherit;
    left: inherit;
    /* animation: blog_on ease 3s; */
  }
  #slider .box_blog .inner {
    padding: 0 15px;
  }
  #slider .box_blog_ct {
    padding: 15px 0;
  }
  #slider .box_blog_ct .list_blog {
    width: 100%;
    display: block;
  }
  #slider .box_blog_ct p {
    display: block;
    width: 100%;
  }

  #slider .box_blog_ct .link {
    text-align: center;
    width: 100%;
  }
  #slider .box_blog_ct .link a {
    text-decoration: none;
  }

  #slider .box_blog_ct .link a::before {
    right: 10px;
  }
  #slider .box_blog_ct dl {
    display: block;
  }
  #slider .box_blog_ct .txt a {
    width: 100%;
    margin: 15px 0;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    padding-right: 0;
  }
  #slider .box_blog_ct .name {
    font-size: 14px;
    min-width: auto;
  }
  .fv-slider .slick-slide {
    height: auto;
  }
  #slider .box_blog_ct {
    background-color: #f2f2f2;
    padding: 30px 0; 
  }
}

@media screen\0 {
  #slider .box_blog_ct .txt {
    width: 855px;
  }
  #slider .box_blog_ct .txt a {
    width: 540px;
  }
  #slider .box_blog_ct .link {
    width: 95px;
  }
}

/* ---------------------------------------------------------------------------------------
	メッセージ
--------------------------------------------------------------------------------------- */

#lead_msg_pc {
  margin: -18px 0 0;
  padding: 20px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  background-color: #00b900;
  letter-spacing: 5px;
  position: relative;
}
#lead_msg_sp {
  display: none;
}
#lead_msg_pc a,
#lead_msg_sp a {
  display: block;
  color: #fff;
}
#lead_msg_pc a::after,
#lead_msg_sp a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #lead_msg_pc {
    display: none;
  }
  #lead_msg_sp {
    margin: 0;
    padding: 10px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 4vw;
    color: #ffffff;
    text-align: center;
    background-color: #00b900;
    display: block;
    letter-spacing: 5px;
    position: relative;
  }
}

/* ---------------------------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------------------------- */

#index .cl-ac {
  width: 1000px;
  margin: 40px auto;
}

#index .cl-ac dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #5d5d5d;
  background: #f7f7f7;
  border: 1px solid #5d5d5d;
  padding: 1.2em 1em;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  cursor: pointer;
}

#index .cl-ac dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-right: 2px solid #5d5d5d;
  border-bottom: 2px solid #5d5d5d;
  transform: rotate(45deg) translate(40%, -60%);
}

#index .cl-ac dt.visible:after {
  transform: scale(1, -1) rotate(45deg) translate(25%, -75%);
}

#index .cl-ac dd {
  display: none;
  padding: 20px 0 0;
}

@media screen and (max-width: 640px) {
  #index .cl-ac {
    width: 95%;
    margin: 20px auto;
  }

  #index .cl-ac dt {
    font-size: 4vw;
    text-align: center;
    padding: 1em 2em;
  }

  #index .cl-ac dt:after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    right: 5.5%;
  }
}

/* ---------------------------------------------------------------------------------------
	コロナ対策表記
--------------------------------------------------------------------------------------- */

#index .co-info h2 {
  color: #b23232;
  font-size: 35px;
}

#index .co-box li {
  width: 480px;
  position: relative;
  border: 1px solid #cccccc;
  background: #fbfbfb;
  box-shadow: 2.5px 2.5px 8px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  box-sizing: border-box;
  letter-spacing: 0;
}

#index .co-box.co-support {
  width: 100%;
  margin: 0 auto 40px;
}

#index .co-box.co-support li:before {
  display: none;
}

#index .co-box.co-support li {
  background: #ffffff;
  padding: 15px 20px 25px;
  margin: 0 0 25px;
}

#index .co-box.co-support li h3 {
  font-size: 29px;
  margin: 0 0 18px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e0e0e0;
  color: #5bade1 !important;
}

#index .co-box.co-support li h3 span.h3_sub {
  font-size: 27px;
}

#index .co-support dl dd {
  font-size: 16px;
}

#index .co-support dd.tx-red {
  color: #b23232;
}

#index .co-support dd.tx-small {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  #index .co-info {
    margin: 50px 15px;
  }

  #index .co-info h2 {
    font-size: 4.8vw;
    font-feature-settings: "palt";
    line-height: 1.5em;
    margin: 0 0 25px;
    white-space: nowrap;
  }

  #index .co-box.co-support {
    width: 100%;
  }

  #index .co-box.co-support li {
    width: 100%;
    margin: 0 0 23px;
  }

  #index .co-box.co-support li h3 {
    font-size: 5vw;
    margin: 0 0 20px;
    padding: 0 0 9px;
  }

  #index .co-support dl dd {
    font-size: 12px;
  }

  #index .co-support dd.tx-small {
    font-size: 11px;
  }
}

@media screen and (max-width: 380px) {
  #index h3 {
    font-size: 5vw;
  }
}

/* ---------------------------------------------------------------------------------------
	メニュー
--------------------------------------------------------------------------------------- */

.box_index_menu {
  display: none;
}

@media screen and (max-width: 640px) {
  .box_index_menu {
    margin-bottom: 0;
    display: block;
    border-top: 1px solid #5d5d5d;
  }
  .box_index_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .box_index_menu li {
    box-sizing: border-box;
    border: 1px solid #5d5d5d;

    border-width: 0 1px 1px 0;
    width: calc(100vw / 3);
    /*height: calc( 100vw / 3 );	ABテストにつき一時的に非表示*/
    height: calc(100vw / 5);
  }
  .box_index_menu li:nth-of-type(3n) {
    border-right: none;
  }
  .box_index_menu .box_index_menu_strong figcaption {
    font-weight: bold;
  }
  .box_index_menu .box_index_menu_strong a {
    position: relative;
  }

  .box_index_menu .box_index_menu_strong a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px;
    display: block;
    border: 5px solid #ffe7f1;
  }
  .box_index_menu a {
    display: block;
    height: 100%;
    box-sizing: border-box;
  }
  .box_index_menu figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .box_index_menu figure > span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    height: 60%;
    padding-top: 15px;
  }
  .box_index_menu figure figcaption {
    margin: 0;
    font-size: 3vw;
    box-sizing: border-box;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }
  .box_index_menu figure img {
    height: 100%;
    width: auto;
  }
  .box_index_menu figure figcaption .ABtest_lh {
    line-height: 1.25;
  }
}

/* ---------------------------------------------------------------------------------------
	予約 カスタマーサポート
--------------------------------------------------------------------------------------- */
.box_info_btns_head {
  display: flex;
  gap: 5px;
  padding: 5px 5px 35px;
  box-sizing: border-box;
}

.box_info_btns_reservation{
    background-color: #E9FEFF;
  border: solid 1px #67BEC2;
  flex: 1;
}

.box_info_btns_head-img {
  padding-block: 10px;
  text-align: center;
}

.box_info_btns_head-img img {
  width: 28px;
}

.box_info_btns_head-txt {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 11px;
  color: #fff;
  background-color: #67BEC2;
  line-height: 2;
  text-align: center;
}

.box_info_btns_customer .box_info_btns_head-txt {
  background-color: #4F579B;
}

.box_info_btns_customer{
    background-color: #E5E8F9;
  border: solid 1px #4F579B;
  flex: 1;
}

/* ---------------------------------------------------------------------------------------
	開院予告
--------------------------------------------------------------------------------------- */

#op_clinic {
  display: none;
  max-width: 2000px;
  margin: auto;
  position: relative;
  padding-bottom: 60px;
  /* background: url(../images/op_clinic_bg.jpg) #ffffff center top no-repeat; */
  background-color: #ffffff;
}

#op_clinic h2 {
  padding-top: 60px;
}


#op_clinic ul {
  width: 1004px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#op_clinic ul li {
  margin: 0 10px 10px 0;
}

#op_clinic ul li:nth-child(6n) {
  margin-right: 0;
}
#op_clinic ul li:nth-child(n + 7) {
  display: none;
}
#op_clinic ul li:last-child {
  margin-right: 0;
}
#op_clinic ul li img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#op_clinic p {
  width: 20em;
  margin: 30px auto 0;
  padding: 18px 20px;
  text-align: center;
  color: #5d5d5d;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #5d5d5d;
  font-size: 14px;
}
#op_clinic p::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-bottom: solid 1px #aaa;
  border-right: solid 1px #aaa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
#op_clinic p.active::before {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -3px;
}

#op_clinic .ttl {
  text-align: center;
  font-size: 14px;
  color: #717071;
  display: block;
}

/* 採用バナー（開院予定アコーディオンに格納） */
#op_clinic ul li.open_recruit {
  width: 100%;
}

#op_clinic ul li.open_recruit p {
  width: auto;
  padding: 0;
  border: none;
}

@media screen and (max-width: 640px) {
  #op_clinic h2 {
    font-size: /*24px*/ 26px;
    font-feature-settings: "palt" 1;
    text-shadow: 0 0 #5d5d5d;
    padding-top: 0;
  }
  #op_clinic {
    margin-top: 0;
    background: #ffffff;
  }
  #op_clinic ul {
    width: min(86%,420px);
    justify-content: flex-start !important;
  }
  #op_clinic ul::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  #op_clinic ul li,
  #op_clinic ul li:nth-child(3n) {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  #op_clinic ul li:nth-child(2n) {
    margin-right: 0;
  }
  #op_clinic ul li:nth-child(n + 5) {
    display: none;
  }
  #op_clinic ul li img {
    width: 100%;
    height: auto;
    image-rendering: auto;
  }
  #op_clinic ul li.open_recruit{
    width: 100%;
  }
  .op_clinic-bg {
    background-image: none;
  }

	/* 採用バナー（開院予定アコーディオンに格納） */
	#op_clinic ul li.open_recruit p {
    margin: 15px auto 0;
  }
}

/* ---------------------------------------------------------------------------------------
	中央スライダー
--------------------------------------------------------------------------------------- */

#box00 {
  background: #ffffff;
  padding: 10px 0 50px;
  position: relative;
  margin-top: 0;
  height: auto;
  margin-bottom: 110px;
}

#box00 .box00_bg {
  width: 900px;
  margin: 0 auto;
  height: 480px;
}

#box00 .box00_ct {
  position: absolute;
  top: 28px;
  left: calc(50% - 960px);
  width: 1920px;
  height: 150px;
}

#box00 .box00_btn {
  margin-top: 20px;
  text-align: center;
  font-size: 140%;
}

#box00 .box00_btn a {
  text-align: center;
  color: #5d5d5d;
  position: relative;
  display: block;
}

#box00 .box00_btn a:hover span {
  text-decoration: none;
}

#box00 ul {
  text-align: center;
}

#box00 .slick-dots li {
  margin: 0 5px;
}

#box00 ul li a {
  display: block;
  transition: all ease 0.3s;
}

#box00 ul li a:hover {
  opacity: 1;
}

.box00_img li.slick-slide {
  opacity: 0.4;
  transition: opacity ease 0.3s;
}

.box00_img li.slick-current {
  opacity: 1;
  transition: opacity ease 0.3s;
}

.box00_img li.slick-current:hover {
  opacity: 0.7;
}

/* スライダーサムネイル */
#box00_thumb {
  margin: 10px auto 0;
  width: 910px;
}

#box00_thumb .slick-slide {
  border-top: 5px solid transparent;
  padding: 5px 0 0;
  transition: border-color ease 0.3s;
}

#box00_thumb .slick-current {
  border-top-color: #e84a94;
  transition: border-color ease 0.3s;
}

/* スライダー矢印 */
.box00_img .slick-next,
.box00_img .slick-prev {
  top: calc(50% - 41px);
}

/*---------- 20220527 画像スライダー komatsu ----------*/
.box00_img_box {
  padding: 10px 0 50px;
  position: relative;
  margin-top: 0;
  height: 510px;
}
.box00_img_box.w_long {
	height: 410px;
	padding: 10px 0 0;
}
.box00_img_wrapper {
  position: absolute;
  top: 28px;
  left: calc(50% - 960px);
  width: 1920px;
  height: 150px;
}
.box00_img {
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.box00_img .slick-slide {
margin-right: 10px;
}
.box00_img .slick-dots {
    bottom: -40px;
}
.box00_img p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #box00 {
    margin-top: 0;
    width: 100%;
    margin: 0 auto 20px;
  }
  #box00 .box00_bg {
    width: 100%;
    height: auto;
  }
  #box00 .box00_ct {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    height: 100%;
  }
  #box00 ul li {
    margin-right: 5px;
    margin-left: 5px;
  }

	/* スライダードット */
	#box00 .slick-dots li {
    margin: 0;
  }

	/* スライダー矢印 */
  .box00_img .slick-next {
    right: 7px;
    top: calc(50% - 26px);
  }

  .box00_img .slick-prev {
    left: 7px;
    top: calc(50% - 26px);
  }

  /* スライダーサムネイル */
  #box00_thumb {
    margin: 10px auto 20px;
    width: 100%;
  }

  #box00_thumb .slick-slide {
    margin: 0 5px;
  }

  /*---------- 20220527 画像スライダー komatsu ----------*/
  .box00_img_box,
  .box00_img_box.w_long{
      width: 100%;
      height: auto;
      padding: 0 0 50px;
  }
  .box00_img_wrapper{
    width: 100%;
	margin: 0 auto;
    position: relative;
    top: inherit;
    left: inherit;
    height: 100%;
  }
  .box00_img .slick-slide{
      margin-right: 5px;
      margin-left: 5px;
  }
  /* スライダードット */
  .box00_img .slick-dots {
    bottom: -30px;
  }
  .box00_img .slick-dots li {
    margin: 0;
  }
}

/* ---------------------------------------------------------------------------------------
	美容外科診療内容
--------------------------------------------------------------------------------------- */

#box02 {
  padding: 75px 0 50px;
  border-bottom: 1px solid #f7f7f7;
}

#box02 .ttl,
#box03 .ttl {
  position: relative;
}

#box02 .ttl h2,
#box03 .ttl h2 {
  font-size: 24px;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 35px;
  position: relative;
}

#box02 .ttl h2::before,
#box03 .ttl h2::before {
  width: 20px;
  height: 2px;
  background: #5d5d5d;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

#box02 .ttl h2 span,
#box03 .ttl h2 span {
  font-size: 120px;
  letter-spacing: 0.02em;
  color: #e4e4e4;
  position: absolute;
  top: -30px;
  left: -70px;
  z-index: -1;
  font-style: italic;
}

#box03 .ttl h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

#box02 .box02_list {
  display: flex;
  justify-content: space-evenly;
}

#box02 .box02_item {
  width: 330px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

#box02 .box02_item:last-child {
  margin-right: 0;
}

#box02 .box02_item {
  margin-bottom: 0;
  overflow: hidden;
}

#box02 .box02_item img {
  transition: all ease 0.8s;
}

#box02 .box02_item img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

#box02 .box02_item .label {
  position: absolute;
  bottom: 0;
  left: 20px;
  line-height: 1.1em;
  font-size: 23px;
  color: #fff;
}

#box02 .box02_item .label span {
  font-size: 29px;
}

#box01 {
  margin-bottom: 60px;
}

#box01 h2{
  background-color: #f7f7f7;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 40px;
}

#box01 .box01_item {
  background: url('../images/box01_bg1.jpg') center no-repeat;
  margin-bottom: -1px;
  padding: 65px 0px 75px;
}

#box01 .box01_ct {
  width: 790px;
  margin-left: 390px;
}

#box01 .box01_ct .ttl {
  margin-bottom: 43px;
}

#box01 .box01_ct .ttl .category,
#box01 .box01_ct .ttl p,
.box_index_list-head {
  color: #fff;
  padding: 0;
}

#box01 .box01_ct .ttl p,
#box01 .box01_ct .ttl h2 {
  background : none;
  border-top: none;
  line-height: normal;
}

#box01 .box01_item.box01_bg3,
#box01 .box01_item.box01_bg2,
#box01 .box01_item.box01_bg5 {
  background-size: auto;
  margin-bottom: 0;
}

#box01 .box01_item.box01_bg2,
#box01 .box01_item.box01_bg5 {
  padding: 75px 0 65px;
}

#box01 .box01_item ul li {
  border: none;
  padding: 0;
  width: 240px;
  background: none;
}

#box01 .box01_item ul li a {
  border: none;
  border-bottom: 3px solid #5d5d5d;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  #box01 .box01_ct {
    margin-left: 245px;
  }
}

@media screen and (max-width: 640px) {
  .box_index_tab {
    display: flex;
  }
  .box_index_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0%;
    padding: 8px 1% 19px;
    border: 1px solid #5d5d5d;
    font-size: 14px;
    transition: 0.3s;
    background: url(../images/index_tab_arrow.png) no-repeat bottom 10px center;
    background-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    background-color: #ffffff;
    line-height: normal;
  }

  .box_index_contents {
    padding-top: 25px;
    margin-bottom: 50px;
    background: #f7f7f7;
  }

  .box_index_contents .box_index_tab li:hover,
  .box_index_contents .box_index_tab_active {
    background-color: #e6dfe0;
    background-position-y: 36px;
  }

  .box_index_list {
    position: relative;
    background-color: #000;
    padding-bottom: 10px;
    background: #000000;
  }
  .box_index_list:not(:first-of-type) {
    display: none;
  }
  .box_index_list ul {
    padding: 25vw 0 10px;
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .box_index_list li {
    width: calc((100% - 10px)/2);
    background: #ffffff;
    margin-bottom: 10px;
    min-height: 48px;
  }

  .box_index_list li:nth-child(odd) {
      margin-right: 10px;
  }

  #index .box_index_list li a {
    display: flex;
    align-items: center;
    margin: 0 0;
    padding: 10px 10px 10px 20px;
    /*border-bottom: 1px solid #cbcbcb;*/
    font-size: 12.5px;
    letter-spacing: 0;
    line-height: 1.4;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #000000;
    opacity: 1;
  }
  .box_index_list li:last-child a {
    border-bottom: none;
  }
  .box_index_list li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    border-left: transparent;
    border-top: transparent;
    transform: rotate(-45deg);
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .box_index_list[data-genre="face"] .box_index_list-bg {
    background-image: url("../images/index_tab_01_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .box_index_list[data-genre="skin"] .box_index_list-bg {
    background-image: url("../images/index_tab_03_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .box_index_list[data-genre="body"] .box_index_list-bg {
    background-image: url("../images/index_tab_02_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .box_index_list[data-genre="mens"] .box_index_list-bg {
    background-image: url("../images/index_tab_05_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .box_index_list[data-genre="other"] .box_index_list-bg {
    background-image: url("../images/index_tab_04_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .box_index_list-head {
    font-size: 12px;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding-top: 150px;
    text-align: center;
    display: none;
  }
  .box_index_list-inner {
    position: relative;
    z-index: 2;
  }
  #box02 {
    padding: 50px 0 30px;
  }
  #box02 .ttl h3 span {
    font-size: 15vw;
    top: -20px;
    left: -15px;
  }
  #box02 .box02_item {
    margin: 0 auto;
    display: block;
    float: none;
  }
  #box02 .box02_item .label {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 4.5vw;
    left: 10%;
    bottom: 0;
    text-align: center;
    width: 80%;
    border: 1px solid #fff;
    padding: 0.4em;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.25);
    line-height: 1.5em;
  }

  .box02_list a.z-index {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 2em;
  }
  #box02 .box02_item .label span {
    font-size: 4.5vw;
  }
  #box02 .box02_item:last-child {
    margin: 0 auto;
  }

  #box02 .box02_list {
    display: block;
  }

  #box02 .ttl h2,
  #box03 .ttl h2 {
    padding-left: 0;
    text-align: left;
    line-height: 1.75em;
    margin-bottom: 0.5em;
  }

  #box02 .ttl h2::before {
    display: none;
  }

  #box02 .box02_list {
    margin-bottom: 4em;
  }

  .top_sp_bnr li {
    margin-bottom: 15px;
  }
  #box03 .ttl h2 {
    padding-left: 20px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #box03 .ttl h2::before {
    width: 8px;
    top: 14px;
  }
  #box03 .ttl h2 span {
    top: -69px;
    left: -12px;
    font-size: 80px;
  }
}

@media screen and (max-width: 420px) {
  #box02 .ttl h3 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 380px) {
  #box02 .box02_item {
    width: 100%;
    text-align: center;
  }
}

/* ---------------------------------------------------------------------------------------
	美容整形クリニックとして選ばれる理由
--------------------------------------------------------------------------------------- */

#box03 {
  padding: 135px 0 200px;
}

#box03 .ttl p {
  font-size: 15px;
  color: #3e3a39;
  font-family: "NotoSansCJKjp-Light", sans-serif;
  margin-bottom: 1.5em;
}

#box03 .box03_list {
  margin-top: 65px;
}

#box03 .box03_item {
  float: left;
  width: 25%;
  position: relative;
  transition: 0.5s;
}

#box03 .box03_img {
  display: block;
  overflow: hidden;
}

#box03 .box03_img img {
  height: auto;
  max-width: 100%;
}

#box03 .box03_img p img {
  transition: all ease 0.8s;
}

#box03 .box03_img p img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

#box03 .box03_txt {
  position: absolute;
  bottom: -130px;
  left: 10%;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 30px 0;
  height: 200px;
}

#box03 .box03_txt p {
  font-family: "NotoSansCJKjp-DemiLight", sans-serif;
  position: relative;
  z-index: 1;
  line-height: 1.85em;
  font-size: 14px;
}

#box03 .box03_txt .big {
  position: relative;
  text-align: center;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#box03 .box03_txt .big span {
  opacity: 0.14;
  font-size: 80px;
  font-style: italic;
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;
  top: -55px;
  left: calc(50% - 50px);
  z-index: 0;
}

#box03 .box03_txt .big::after {
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  content: "";
  background: #5d5d5d;
}

@media screen and (min-width: 641px) and (max-width: 1201px) {
  #box03 {
    padding: 50px 0;
  }
  #box03 .box03_list {
    display: flex;

    flex-wrap: wrap;
  }
  #box03 .box03_item {
    width: 50%;
    display: block;
  }
  #box03 .box03_txt {
    margin: -75px auto 0px;
    height: auto;
    padding: 35px 30px;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}

@media screen and (max-width: 640px) {
  #box03 {
    padding: 100px 0 30px;
  }
  #box03 .ttl p {
    line-height: normal;
  }
  #box03 .ttl h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
  #box03 .box03_list {
    margin-top: 10px;
  }
  #box03 .box03_txt p {
    margin-bottom: 1.5em;
  }
  #box03 .box03_item {
    float: none;
    width: 100%;
    display: block;
  }
  #box03 .box03_txt {
    margin: -75px auto 0px;
    height: auto;
    padding: 35px 30px;
    position: relative;
    bottom: inherit;

    left: inherit;
  }
  #box03 .box03_txt .big {
    font-size: 18px;
  }
  #box03 .box03_txt .big span {
    width: 120px;
    left: calc(50% - 57px);
  }
	/* 「すべてみる」ボタン */
  #box03 .box03_more-btn {
    margin-top: -30px;
  }
}

@media screen and (max-width: 380px) {
  #box03 .box03_txt {
    width: calc(100% - 30px);
  }
  #box3 {
    border-bottom: none;
  }
}

/* ---------------------------------------------------------------------------------------
	支援制度
--------------------------------------------------------------------------------------- */
#box04 .box04_top {
  background: url(../images/box04_bg_2.jpg) top no-repeat;
  margin-bottom: 0;
  padding: 45px 0 15px;
}
#box04 .ttl {
  line-height: normal;
}
#box04 .ttl .big {
  text-align: inherit;
  line-height: normal;
}
#box04 .box04_item_ct p {
  line-height: normal;
  font-size: 14px;
}

/* 20230329 見出し長文用 */
#box04 .box04_item_ct .text_long{
  letter-spacing: 0;
}


@media screen and (max-width: 640px) {
  #box04 .box04_top {
    background: none;
  }
  #box04 .ttl h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #box04 .ttl .big {
    font-size: 32px;
    margin-bottom: 10px;
  }
  #box04 .box04_top {
    padding: 0;
    background-color: #307298;
    padding-bottom: 67vw;
  }
  #box04 .ttl {
    padding: 40px 0 30px;
  }
  .box04_list {
    position: relative;
    z-index: 2;
  }
  .box04__bg {
    position: relative;
  }
  .box04__bg-img {
    position: absolute;
    top: -130px;
    z-index: 1;
  }
  #box04 .box04_bot {
    margin-top: 300px;
  }
}

/* ---------------------------------------------------------------------------------------
	TCB東京中央美容外科の理念
--------------------------------------------------------------------------------------- */

#box06 {
  background: url("../images/box06_bg.jpg") center no-repeat #ffffff;
  background-size: cover;
  padding-top: 55px;
}

#box06 .box06_ct {
  width: 600px;
  color: #fff;
}

#box06 .ttl {
  margin-bottom: 20px;
}

#box06 .ttl p {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "NotoSansCJKjp-Light", sans-serif;
}

#box06 .ttl h2 {
  font-family: "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
}

#box06 .box06_txt p {
  line-height: 2em;
  margin-bottom: 25px;
  font-size: 14px;
}

#box06 .box06_txt .btn {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

#box06 .box06_txt .btn a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 18px;
  width: 410px;
  color: #fff;
  background: #5d5d5d;
  display: inline-block;
  padding: 11px 20px;
  position: relative;
  box-sizing: border-box;
  transition: all ease 0.3s;
  margin-top: 30px;
}

#box06 .box06_txt .btn a::before {
  background: url("../images/box06_ic.png") center no-repeat;
  background-size: cover;
  width: 4px;
  height: 7px;
  position: absolute;
  top: calc(50% - 5px);
  right: 50px;
  content: "";
  transition: all ease 0.3s;
}

#box06 .box06_txt .btn a:hover {
  background: #e85298;
  color: #ffffff;
  opacity: 1;
}

#box06 .box06_txt .btn a:hover::before {
  background: url("../images/box06_ic_h.png") center no-repeat;
  background-size: cover;
}

#box06 .box06_link {
  margin-top: 65px;
  padding: 40px 0 80px;
}

#box06 .box06_link p {
  float: left;
  width: 290px;
  margin: 0 20px 10px 0;
}

#box06 .box06_link .full {
  width: 100%;
  margin-right: 0;
}

#box06 .box06_link p:nth-child(2n + 2) {
  margin-right: 0;
}

#box06 .box06_link p a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  background: #f9f8f6;
  box-sizing: border-box;
  border: 1px solid #d1c3ba;
  color: #5d5d5d;
  font-size: 18px;
  text-align: center;
  display: block;
  position: relative;
  padding: 20px 20px 19px;
  transition: all ease 0.3s;
}

#box06 .box06_link p a::before {
  background: url("../images/box07_ic_btn1.png") center no-repeat;
  background-size: cover;
  width: 4px;
  height: 7px;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  content: "";
}

#box06 .box06_link p a span {
  color: #3e3a39;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  transition: all ease 0.3s;
}

#box06 .box06_link p a:hover {
  background: #5d5d5d;
  color: #fff;
  border-color: #5d5d5d;
}

#box06 .box06_link p a:hover span {
  color: #fff;
}

#box06 .box06_link p a:hover::before {
  background: url("../images/box06_ic.png") center no-repeat;
  background-size: cover;
}

#box06 .box06_link li {
  float: left;
  width: 290px;
  margin: 0 20px 10px 0;
}
#box06 .box06_link li:nth-child(2n + 3) {
  margin-right: 0;
}
#box06 .box06_link li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  background: #f9f8f6;
  box-sizing: border-box;
  /*border: 1px solid #d1c3ba;*/
  color: #5d5d5d;
  font-size: 18px;
  text-align: center;
  display: block;
  position: relative;
  padding: 20px 20px 19px;
  transition: all ease 0.3s;
  line-height: normal;
}
#box06 .box06_link li a span {
  color: #3e3a39;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  transition: all ease 0.3s;
}

#box06 .box06_link li a:hover {
  background: #5d5d5d;
  color: #fff;
  border-color: #5d5d5d;
}

#box06 .box06_link li a:hover span {
  color: #fff;
}
#box06 .box06_link li a::before {
  background: url(../images/box07_ic_btn1.png) center no-repeat;
  background-size: cover;
  width: 4px;
  height: 7px;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  content: "";
}
#box06 .box06_link li a:hover::before {
  background: url("../images/box06_ic.png") center no-repeat;
  background-size: cover;
}

@media screen\0 {
  #box06 .box06_txt .btn a {
    padding: 15px 20px 7px;
  }
  #box06 .box06_link .full a {
    padding: 22px 20px 17px;
  }
}

/* ---------- 20200618 TOP SPバナースライダー ここから----------*/

.box_sp_bnr {
  margin-bottom: 30px;
}

.sp_bnr_list .slick-prev,
.sp_bnr_list .slick-next {
  top: calc(50% - 26px); /* 矢印ボタンの上下位置調整 */
}

.sp_bnr_list .slick-prev {
  left: 0; /* 前へボタンの左右位置調整 */
}

.sp_bnr_list .slick-next {
  right: 0; /* 次へボタンの左右位置調整 */
}

.sp_bnr_list .slick-dots {
  bottom: -24px !important; /* ドットナビゲーションの上下位置調整 */
}

.sp_bnr_list .slick-list {
  margin-right: -8px; /* ガター分ネガティブマージン */
}

.sp_bnr_list .slick-list .slick-slide {
  margin-right: 8px; /* スライド左右のガター */
}

.sp_bnr_list .slick-list .slick-slide p {
  margin-bottom: 4px; /* スライド下の余白調整 */
}

@media screen and (max-width: 640px) {
  #box02 {
    padding-bottom: 0;
  }
  #box06 .box06_ct {
    width: 100%;
  }
  #box06 {
    background: none;
    background-color: #1a1a1a;
    padding-bottom: 20px;
  }
  #box06 .box06_txt p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #box06 .box06_txt .btn a {
    width: 100%;
    opacity: 1;
    font-size: 20px;
    margin-top: 20px;
  }
  #box06 .box06_txt .btn a::before {
    right: 8px;
  }
  .box06_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 122vw;
    background: url(../images/box06_bg_sp.jpg) center top no-repeat;
    background-size: 100%;
    margin: -33vw 0 7vw;
  }
  #box06 .box06_link {
    padding: 0;
  }
  #box06 .box06_link li a {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding: 20px 15px 19px 10px;
  }
  #box06 .box06_link li {
    margin: 0 15px 10px 0;
    width: calc( 50% - 5px );
    margin: 0 10px 10px 0;
  }
  #box06 .box06_link li a span {
    font-size: 13px;
  }
}

/* ---------- 20200618 TOP SPバナースライダー ここまで--

/* ---------------------------------------------------------------------------------------
	Youtubeスライダー
--------------------------------------------------------------------------------------- */
.youtube-slider__outer {
  width: 100%;
  max-width: 2000px;
  margin: auto;
  position: relative;
  /* background: url(../images/front_video_bg_pc.jpg) no-repeat center top; */
  background-color: #ffffff;
}

.youtube-slider {
  max-width: 900px;
  margin: auto;
  padding: 60px 0 120px;
}

.youtube-slider .slick-active,
.youtube-slider .slick-current {
  transition: opacity ease 0.3s;
}

.youtube-slider .slick-active:hover,
.youtube-slider .slick-current:hover {
  opacity: 0.7;
}

.youtube-slider .slick-next {
  right: -11%;
}
.youtube-slider .slick-prev {
  left: -11%;
}

.youtube-slider .slick-dots {
  bottom: 70px;
}

@media screen and (max-width: 640px) {
  .youtube-slider__outer {
    padding-bottom: 15px;
    /* background: url(../images/front_video_bg_sp.jpg) no-repeat center top; */
    /* background-size: contain; */
    background-color: #ffffff;
  }
  .youtube-slider {
    padding: 25px 25px 60px;
  }
  .youtube-slider .slick-dots {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ---------------------------------------------------------------------------------------
	クリニック一覧
--------------------------------------------------------------------------------------- */
.front_clinic {
  background-size: cover;
  position: relative;
  /* background: url(../images/clinic_map_bg.jpg) no-repeat; */
  /* background-position: center top; */
  background-color: #ffffff;
  padding: 50px 0;
}

.front_clinic p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 1.5em;
}

.bnr__china {
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

@media screen and (max-width: 640px) {
  .front_clinic {
    padding: 50px 0 0;
    /* background: url(../images/clinic_map_bg_sp.jpg) no-repeat; */
    /* background-position: center top; */
    background-color: #ffffff;
  }
}

/* ---------- 20201209 TOP SPバナースライダーをPCにも3カラムで表示 ここから----------*/

.pc_bnr_list .slick-prev,
.pc_bnr_list .slick-next {
  top: calc(50% - 56px); /* 矢印ボタンの上下位置調整 */
}

.pc_bnr_list .slick-prev {
  left: -100px; /* 前へボタンの左右位置調整 */
}

.pc_bnr_list .slick-next {
  right: -100px; /* 次へボタンの左右位置調整 */
}

.pc_bnr_list .slick-dots {
  bottom: -40px !important; /* ドットナビゲーションの上下位置調整 */
}

.pc_bnr_list .slick-list {
  margin-right: -10px; /* ガター分ネガティブマージン */
}

.pc_bnr_list .slick-list .slick-slide {
  margin-right: 10px; /* スライド左右のガター */
}

.pc_bnr_list .slick-list .slick-slide p {
  margin-bottom: 4px; /* スライド下の余白調整 */
}

.box_pc_bnr .bnr_vision {
  margin-top: 6em;
  margin-bottom: 0;
}

/* ---------- 20201209 TOP SPバナースライダーをPCにも3カラムで表示 ここまで----------*/


/* ---------- 20210226 TOP リクルートバナー設置----------*/
#banner_recruit {
  padding: 60px 0;
  background: #f7f7f7;
  margin: 0 0 60px;
}
#banner_recruit p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #slider .box_blog {
    margin-bottom: 30px;
    background-color: #f2f2f2;
  }
  #banner_recruit {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  #banner_recruit {
    margin-bottom: 30px;
  }
}
/* ---------- 20210226 TOP リクルートバナー設置 ここまで----------*/

/* ---------- 20210720 TOP 脱毛バナー設置----------*/
/* 20220527 TOPバナーアコーディオン化のため未使用化 */
/*#banner_datsumou {
  padding-top: 60px;
  background: #f7f7f7;
}
#banner_datsumou p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #banner_datsumou {
    padding: 30px 15px 0 15px;
    margin-bottom: 0;
  }
}*/
/* ---------- 20210720 TOP 脱毛バナー設置 ここまで----------*/

/* ---------- 20210726 TOP 医師採用オンライン説明会バナー設置----------*/
#banner_recruit {
  margin-bottom: 0;
}
#banner_dr-recruit {
  background: #f7f7f7;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
#banner_dr-recruit p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #banner_dr-recruit {
    padding: 0 15px 30px 15px;
    margin-bottom: 30px;
  }
}
/* ---------- 20210726 TOP 医師採用オンライン説明会バナー設置 ここまで----------*/

/* 210809 front-page から移植 */
.pc4tab2sp1 {
  width: 50%;
  float: left;
}
.pc4tab2sp1 > div:nth-child(2) {
  margin-left: 15px !important;
}
@media screen and (max-width: 640px) {
  .pc4tab2sp1 {
    width: 100%;
  }
  .pc4tab2sp1 > div:nth-child(2) {
    margin-left: 0px !important;
  }
  #index #box07 .box07_item {
    width: calc(50% - 10px);
    margin: 0 20px 15px 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  #index #box07 .box07_item .box07_img img.thumbnail {
    height: 30vw;
  }
  #index #box07 .box07_item .box07_txt {
    padding-top: 10px;
  }
  #index #box07 .box07_item .box07_txt h3 {
    font-size: 18px;
  }
  #index #box07 .box07_item .box07_txt p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.3;
  }
  #index #box07 .box07_item .box07_btn p a {
    margin: 0;
    padding: 6px 20px;
    font-size: 12px;
  }
  #index .clinic_tel_sp a {
    margin-bottom: 5px;
    padding: 10px 5px;
    font-size: 4vw;
  }
  #index .clinic_tel_sp a span {
    font-size: 3.5vw;
  }
  #index .clinic_tel_sp a .tap {
    font-size: 3vw;
  }
}
@media screen and (max-width: 300px) {
  .pc4tab2sp1 {
    width: 50%;
  }
  .pc4tab2sp1 > div:nth-child(2) {
    margin-left: 0px !important;
  }
}

/* ---------- 20211013 TOP SNS（TCBEAUTY）デザイン刷新 ----------*/
#tcbeauty .tcbeauty_top {
  background: url("../images/tcbeauty/img_tcbeauty_pc.jpg") no-repeat center top;
  background-size: 1920px 500px;
  padding: 60px 0 0;
  margin: 0 0 55px;
}

#index #tcbeauty h2 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.5em;
  margin: 0 0 108px;
  position: relative;
}

#index #tcbeauty h2:before {
  content: "";
  display: block;
  background: url("../images/tcbeauty/title_tcbeauty_pc.png") no-repeat;
  background-size: contain;
  width: 1052px;
  height: 106px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#tcbeauty .tcbeauty_list {
  display: flex;
  justify-content: center;
}

#tcbeauty .tcbeauty_list li {
  background: #ffffff;
  margin: 0 2.5px;
  position: relative;
}

#tcbeauty .tcbeauty_list li a {
  transition: ease opacity 0.3s;
}
#tcbeauty .tcbeauty_list li a:hover {
  opacity: 0.7;
}

#tcbeauty .box00_btn a {
  text-align: center;
  font-size: 140%;
}

@media screen and (min-width: 641px) {
  #tcbeauty .tcbeauty_list li:nth-child(even) {
    top: -60px;
  }
}

@media screen and (max-width: 640px) {
  #tcbeauty .tcbeauty_top {
    background: url("../images/tcbeauty/img_tcbeauty_sp.jpg") no-repeat center
      top;
    background-size: 100%;
    padding: 25px 0 0;
    margin: 0 0 60px;
  }

  #index #tcbeauty h2 {
    letter-spacing: 0.27em;
    font-size: 29px;
    line-height: 1.37;
    margin: 0 0 15px;
  }

  #index #tcbeauty h2:before {
    background: url("../images/tcbeauty/title_tcbeauty_sp.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10.4vw;
    bottom: -0.8em;
  }

  #tcbeauty .tcbeauty_list {
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
  }

  #tcbeauty .tcbeauty_list li {
    width: 32.3%;
    margin: 0.4%;
  }

  
  #tcbeauty .tcbeauty_list li img {
    max-width: 100%;
    height: auto;
  }

  #tcbeauty .tcbeauty_list:before,
  #tcbeauty .tcbeauty_list:after {
    content: "";
    display: block;
    width: 32.3%;
    margin: 0.4%;
    height: 0;
    order: 1;
  }

  #tcbeauty .box00_btn a {
    width: 92%;
    max-width: none;
    padding: 23px 20px;
  }
}

@media screen and (max-width: 380px) {
  #index #tcbeauty h2 {
    font-size: 7.6vw;
  }
}

/* ---------- 20211013 TOP SNS（TCBEAUTY）デザイン刷新 ここまで----------*/

/* ---------- 20211117 TOP バナー設置共通class追加----------*/
/* 20220527 TOPバナーアコーディオン化のため未使用化 */
/*.cmn_front_banner {
  padding-top: 60px;
  background: #ffffff;
}
.cmn_front_banner p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .cmn_front_banner {
    padding: 30px 15px 0 15px;
    margin-bottom: 0;
  }
}*/
/* ---------- 20211117 TOP バナー設置共通class追加 ここまで----------*/

/* ---------------------------------------------------------------------------------------
	クリニック スライダー
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .clinic-slider__item {
    height: 160px;
  }
  .clinic-slider__item-img {
    height: 100%;
    width: auto;
  }
}


/*---------- 20220527 美容外科診療内容 komatsu ----------*/
.recommend_opinfo {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f7f7f7;
}

@media screen and (max-width: 640px) {
  .recommend_opinfo{
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

/*---------- 20220527 黒色見出し komatsu ----------*/
#index .head__txt.head__txt--black {
  color: #ffffff;
  font-weight: 400;
  font-size: 31px;
}
#index .head__txt.head__txt--black span {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
  display: inline-block;
  padding: 0.3em 8.1em;
}
@media screen and (max-width: 640px) {
  #index .head__txt.head__txt--black{
    color: #ffffff;
    font-weight: 400;
    font-size: 29px;
  }
  #index .head__txt.head__txt--black span{
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em 1.5em;
    display: inline-block;
    width: 98%;
  }
}

@media screen and (max-width: 640px) {
  /*---------- 20220527 小さめ見出し komatsu ----------*/
  #index .sp_min_ttl{
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 15px;
  }
  #index .sp_min_ttl:before{
    display: none;
  }  
}

/* ---------------------------------------------------------------------------------------
	モジュール
--------------------------------------------------------------------------------------- */
.c-btn {
    width: min(100%, 290px);
    margin: 0 auto;
    padding: 18px 20px;
    text-align: center;
    color: #5d5d5d;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #5d5d5d;
}
.c-btn::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0px;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.c-btn.js--accordion-open::before {
    transform: rotate(-135deg);
    margin-top: -3px;
}

.js--accordion-cont {
    display: block;
}

@media screen and (max-width: 640px) {
    .js--accordion-cont {
        display: none;
    }
}

/*------------------------------- 20220624 フロントページ 症例写真タブ -------------------------------*/
#wrapper .c-opinfo_fv_bg {
	background: linear-gradient(180deg, #CCD3DB, #fff);
	position: relative;
	margin-bottom: 30px;
	padding-top: 50px;
}
#wrapper .c-opinfo_fv_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-size: 29px;
	color: #5d5d5d;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 35px;
}
.c-slick__outer {
	display: block;
	margin: 0 auto 0;
	max-width: 1100px;
	padding-top: 30px;
	background: linear-gradient(180deg, #eff2f4, #fff);
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	padding-bottom: 25px;
}

.c-slick {
	max-width: 1022px;
	margin: auto;
}

.c-slick__item {
	max-width: 330px;
	margin: 0 10px;
}

.c-slick__ttl,
#wrapper #main .c-slick__ttl {
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 10px 1px;
	min-height: 45px;
	box-sizing: border-box;
	color: #0e0e0e;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	letter-spacing: 0;
}

.c-slick__detail,
#wrapper #main .c-slick__detail {
	font-size: 13px;
	text-align: center;
	padding: 0 10px 10px;
	margin-top: -65px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	color: #0e0e0e;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 2.2em;
}

.c-slick__img {
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	transition: .4s;
}

.c-slick__img::before {
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	transition: .4s;
	z-index: 1;
}

.c-slick__img::after {
	opacity: 0;
	content: '詳しく見る';
	display: block;
	color: #fff;
	background: #000;
	border-radius: 30px;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 5px 15px;
	transition: .4s;
	z-index: 2;
}

.c-slick__img:hover::before,
.c-slick__img:hover::after {
	opacity: 1;
}

.c-slick__img-child {
	width: 100%;
	display: block;
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
}

/* Fv slick Modal */
body.js--modal-fixed {
  /*position: fixed;*/
  position: relative;
	overflow-y:hidden; /* 背景スクロール対策 */
  width: 100%;
height: 100vmax; /* IE用 フォールバック */
  height: 100vh; /* フォールバック */
  height: -moz-available;       
  height: -webkit-fill-available;
  height: fill-available;
}
.c-modal__cont{
  display: none;
  position: fixed;
  z-index: 1001;
  width: 1120px;
  height: 80%;
}

.c-modal__box {
  width: 100%;
  height: 92%;
  background-color: #f6f6f6;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.c-modal__flex {
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	max-width: 100%;
	justify-content: center;
}

.c-modal__flex-item,
.c-modal__flex-item.post {
	display: block;
	width: calc(calc(100% / 3) - 5px);
	text-align: center;
	position: relative;
}
.c-modal__flex-item.post_none {
	display: none !important;
}
.c-modal__flex-item:nth-of-type(1),
.c-modal__flex-item:nth-of-type(2) {
	margin-right: 30px;
}
.c-modal__box-inner {
	padding: 40px 50px 70px;
}

.c-modal__img {
	display: block;
}

.c-modal__close {
  margin: 0 0 1.5em;
}

.c-modal__close-btn {
  color: #FFF;
  right: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  outline: none;
  position: absolute;
  top: -20px;
  opacity: 1 ;
  font-size: 40px;
  font-weight: normal;
  font-family: serif;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}

.c-modal__scroll {
	text-align: center;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}

.c-modal__scroll-icon {
	content: '';
	display: inline-block;
	background-image: url('../images/opinfo/modal_scroll-icon.svg');
	width: 11px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

.c-modal__label {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	color: #fff;
	background-color: #537691;
	border-radius: 60px;
	padding: 8px 0.8em;
	margin-bottom: 20px;
	line-height: 1.2;
	box-sizing: border-box;
}

.c-modal__label--margin {
	margin-bottom: 25px;
}
.c-modal__label--margin-br {
	margin-bottom: 15px;
}

.js--modal-overlay{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.75;
}

.js--modal-overlay + .js--modal-overlay{
	opacity: 0;
}

.c-lightbox {
	display: block;
	text-align: center;
	position: relative;
}

.under #main .c-lightbox:hover {
	opacity: .8;
}

.c-lightbox::before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	opacity: .5;
}

.c-lightbox::after {
	content: '';
	background: url(../images/opinfo/eyes/eye_double-164/search.svg) no-repeat;
	background-position: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	width: 25px;
	height: 25px;
	display: block;
}

.c-lightbox__img {
	width: 100%;
	height: 100%;
	display: block;
}

/* compornent */
#index .c-modal__cont .c-btn-outer {
	text-align: left;
}
#index .c-modal__cont .c-btn-outer--small {
	text-align: right;
	max-width: 330px;
	background: linear-gradient(90deg, #EED6FF, #DBEFFF);
	margin-left: auto;
}
#index .c-modal__cont .c-btn-outer--big {
	max-width: 600px;
	margin: 0 auto;
	background: linear-gradient(90deg, #EED6FF, #DBEFFF);
}
#index .c-modal__cont .c-btn {
	display: inline-block;
	position: relative;
	padding: 20px 0;
	border: 1px solid #CCCCCC;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	width: 100%;
	max-width: 328px;
	text-decoration: none;
	transition: ease all 0.3s;
	color: #000;
}
#index .c-modal__cont .c-btn:before {
	display: none;
}
#index .c-modal__cont .c-btn--small:hover {
	background: rgba(255,255,255,0);
}
#index .c-modal__cont .c-btn--br {
	padding: 9px 0;
	line-height: 1.5;
}
#index .c-modal__cont .c-btn-outer .c-btn:last-child {
	margin-right: 0;
}
#index .c-modal__cont .c-btn-outer .c-btn:hover {
	background: rgba(255,255,255,0);
}
#index .c-modal__cont .c-btn__arrow {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#index .c-modal__cont .c-btn__arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
#index .c-modal__cont .c-cvbtn__arrow::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#index .c-modal__cont .c-btn--big {
	max-width: 600px;
	background: #fff;
}
#index .c-modal__cont .c-btn__bg {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	width: 100%;
	max-width: 330px;
	background: linear-gradient(90deg, #EED6FF, #DBEFFF);
}
#index .c-modal__cont .c-btn__bg:nth-child(4n) {
	margin-top: 10px;
}
#index .c-modal__cont .c-cvbtn-outer {
	position: fixed;
	width: 1120px;
	background-color: #fff;
	z-index: 2;
}
#index .c-modal__cont .c-cvbtn {
	display: block;
	position: relative;
	margin: 20px auto;
	width: min(100%,600px);
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	background: linear-gradient(90deg, #FF5F2D, #FFD500);
	padding: 15px 0;
}
#index .c-modal__cont .c-cvbtn:hover {
	opacity: .8;
}
#index .c-modal__cont .c-cvbtn:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/opinfo/cv-web_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px){
	.c-slick .slick-prev {
		left: -40px;
	}
	.c-slick .slick-next {
		right: -40px;
	}
}

@media screen and (max-width: 640px){
  #wrapper .c-opinfo_fv_bg {
    padding-top: 30px;
  }
  #wrapper .c-opinfo_fv_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
	.c-slick__outer {
	padding-top: 25px;
	padding-bottom: 0;
  box-shadow: none;
	}
	.c-slick__outer--nose {
	padding-top: 90px;
	}
	.c-slick__ttl,
  #wrapper #main .c-slick__ttl {
	font-size: 12px;
	line-height: 1.2;
	min-height: 30px;
	padding: 0 0 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.c-slick__item {
		margin: 0 6px;
	}
	.c-slick__dots {
		margin-top: 35px;
	}
	.c-slick__dots button::before {
		font-size: 50px;
	}
	.c-slick__dots li {
	margin-right: 10px;
	}
	.c-slick .slick-prev,
	.c-slick .slick-next {
	bottom: 10px;
	top: initial;
	width: 22px;
	height: 22px;
	background-size: inherit;
	border-width: 2px;
	}
	.c-slick .slick-prev {
	left: 7%;
	}
	.c-slick .slick-next {
	right: 7%;
	}
	.c-slick__img::after {
	padding: 6px 10px;
	width: 90px;
	text-align: center;
	font-size: 12px;
	}
	.c-modal__cont {
		height: 84%;
	}
	.c-modal__cont,
	#index .c-modal__cont .c-cvbtn-outer {
	width: 90%;
	}
	.c-modal__box-inner {
		padding: 15px 15px max(40px,6vh);
		overflow: hidden;
	}
	.c-modal__close-btn {
		right: -9px;
	}
	.c-modal__flex {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.c-modal__flex-item,
	.c-modal__flex-item.post {
		width: calc(calc(100% / 2) - 5px);
		margin-bottom: 10px;
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}
	.c-modal__flex-item:nth-child(odd) {
		margin-right: 10px;
	}
	.c-modal__flex-item:nth-of-type(even) {
	margin-right: 0;
	}
	.c-lightbox::before {
	top: 3px;
	right: 3px;
	}
	.c-lightbox::after {
	top: 11px;
	right: 10px;
	}
	.c-modal__scroll {
		margin-bottom: 20px;
	}
	.c-slick__detail,
  #wrapper #main .c-slick__detail {
	padding: 7px;
	margin-top: -76px;
	}
	.c-modal__label {
		width: 100%;
		font-size: 12px;
		line-height: 1.4;
		padding: 5px 10px;
		margin-bottom: 10px;
		border-radius: 24px;
		box-sizing: border-box;
	}
	.c-modal__label--margin {
		margin-bottom: 10px;
	}
	.c-lightbox::before {
		top: 3px;
		right: 3px;
		width: 25px;
		height: 25px;
	}
	.c-lightbox::after {
		top: 8.5px;
		right: 7.5px;
		width: 15px;
		height: 15px;
		background-size: cover;
	}
}

/*タブ切り替え*/
.c-tab__outer {
	max-width: 1100px;
	margin: auto;
}
.opinfo_tab,
.c-tab__btn {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 1100px;
	align-items: flex-end;
}
.opinfo_tab li,
.c-tab__btn-item {
	background: #ffffff;
	font-size: 19px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: calc((100% - 120px) / 3);
	min-height: 42px;
	border-right: 1px solid #eeeeee;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	padding: 0.3em 0;
	cursor: pointer;
}
.opinfo_tab li.current,
.c-tab__btn-item.js--tab-active {
	color: #ffffff;
	min-height: 55px;
	background: #4b6e9e;
}
.opinfo_tab li:nth-child(3n),
.opinfo_tab li.current {
	border-right: none;
}
.c-ac__list .c-slick__img {
  height: auto;
}
/* slickタブ切り替え処理 */
.c-opinfo_fv_bg .c-tab-slider,
.c-tab__cont-item {
	opacity: 0 !important;
	height: 0;
  overflow: hidden;
	/*transition: ease opacity 0.6s;*/
}
.c-opinfo_fv_bg .c-tab-slider.show,
.c-tab__cont-item.js--tab-active {
	opacity: 1 !important;
	height: auto;
  overflow: visible;
}

@media screen and (min-width: 641px){
	.c-ac__list .c-slick__item:nth-child(n + 4) {
		display: none;
	}
}

@media screen and (max-width: 640px){
	/*タブ切り替え*/
	.c-tab__btn {
		width: 100%;
	}
	.opinfo_tab li,
  .c-tab__btn-item {
		width: 31.5vw;
		font-size: min(3.4vw,17px);
		font-feature-settings: "palt";
		letter-spacing: 0;
		min-height: 8.5vw;
	}
	.opinfo_tab li.current,
  .c-tab__btn-item.js--tab-active {
		min-height: 10vw;
	}
}

/* アコーディオンver */ 
.c-ac__list {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 20px;
}
.c-ac__list .c-slick__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-left: 0;
}
.c-ac__list .c-slick__item:nth-child(3n) {
  margin-right: 0;
}
.c-ac__switch {
	color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
  cursor: pointer;
	background-color: #5d5d5d;
	padding: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15em;
	max-width: 100%;
	min-height: 2em;
	margin: 0 auto;
}
.c-ac__switch:before,
.c-ac__switch:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 1px;
	background-color: #ffffff;
}
.c-ac__switch:after {
	transform: rotate(-90deg);
	transform-origin: center;
}
.c-ac__switch.active {
	background: #ffffff;
	color: #5d5d5d;
	border:1px solid #5d5d5d;
}
.c-ac__switch.active:after {
	display: none;
}
.c-ac__switch.active:before {
	background-color: #5d5d5d;
}

@media screen and (max-width: 640px){
	.c-ac__list {
		padding: 0 3vw;
		margin-bottom: 10px;
	}
	.c-ac__list .c-slick__item,
	.c-ac__list .c-slick__item:nth-child(3n) {
		width: 48.5%;
		margin-right: 3%;
	}
	.c-ac__list .c-slick__item:nth-child(even) {
		margin-right: 0;
	}
	.c-ac__list .c-slick__item:nth-child(n + 5) {
		display: none;
	}
}

/* 施術情報テーブル */
.c-table {
	border-collapse: separate;
}
.c-table__th {
	background: #537691;
	font-size: 14px;
	border: none;
	border-top: 1px solid #EEF1F4;
	border-bottom: 1px solid #EEF1F4;
	width: 300px;
	line-height: 1.8;
	position: relative;
	color: #ffffff;
	text-align: left;
	padding: 10px 15px;
	box-sizing: border-box;
} 
.c-table .c-table__td {
	padding: 10px 15px;
	font-size: 14px;
	border: none;
	border-right: 1px solid #537691;
	line-height: 1.8;
	background-color: #fff;
	border-bottom: 1px solid #5d5d5d;
	box-sizing: border-box;
	position: relative;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
}
#index .c-table .c-table__td a {
	text-decoration: underline;
}

.c-table .c-table__bt {
	border-top: 1px solid #537691;
}

.c-table__outer .c-btn {
	padding: 14px 0;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.c-table .c-table__th {
		border-top: none;
		border-bottom: none;
		font-size: 13px;
		line-height: 1.5;
		padding: 5px 10px;
	}
	.c-table .c-table__td {
		border-left: 1px solid #537691;
		border-bottom: none;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.c-table .c-table__th,
	.c-table .c-table__td {
		display: block;
		width: 100%;
	}
	.c-table .c-table__bb {
		border-bottom: 1px solid #537691;
	}
	#index .c-modal__cont .c-cvbtn {
		font-size: 14px;
		width: min(100%,300px);
		margin: 20px auto;
		padding: 20px 0;
	}
	.c-table {
		border-bottom: 1px solid #537691;
	}
}

/* utility */
.u-YuGothic-normal {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.u-YuGothic-bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-weight: bold !important;
}
/*------------------------------- 20220624 フロントページ 症例写真タブ ここまで -------------------------------*/

.p-recruit-bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-recruit-bnr__item {
  width: calc(calc(100% / 2) - 20px);
  display: block;
}
@media screen and (max-width: 640px) {
  .p-recruit-bnr {
    display: block;
  }
  .p-recruit-bnr__item {
    width: 100%;
  }
}

/* ---------- 20230131メンズサイトへの導線         ----------*/
.c-top-mens_inner {
  background-color: #000;
  padding: 50px 30px;
  position: relative;
}
.c-top-mens_inner::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 20px;
  width: 491px;
  height: 351px;
  background: url(../images/mens/top-mens-bg.png) no-repeat center;
  background-size: contain;
}
.c-top-mens_contents {
  position: relative;
  width: 56%;
  margin-left: auto;
  z-index: 2;
}
.c-top-mens_modal-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
.c-top-mens_modal-item {
  width: 32%;
  border: 1px solid #CCCCCC;
}
.c-top-mens_case { 
  color: #fff;
  margin-bottom: 30px;
}
#index .c-top-mens_link {
  position: relative;
  width: 71%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all ease 0.3s;
}
#index .c-top-mens_link::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  transform: rotate(45deg);
}
#index .c-top-mens_link:hover {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
#index .c-top-mens_link:hover::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
@media screen and (max-width: 640px) {
  .c-top-mens {
    padding: 0 15px;
  }
  .c-top-mens_inner {
    padding: 15px;
  }
  .c-top-mens_inner::before {
    content: '';
    display: block;
    position: static;
    width: 95%;
    padding-top: 70%;
    height: auto;
    margin: 0 auto 7px;
  }
  .c-top-mens_contents {
    width: 100%;
    margin-left: 0;
  }
  .c-top-mens_modal-list {
    margin-bottom: 15px;
  }
  #index .c-top-mens_link {
    width: 100%;
    font-size: 12px;
  }
  .c-top-mens_modal-item:first-child {
    order: 3;
  }
  .c-top-mens_modal-item:nth-child(2) {
    order: 1;
  }
  .c-top-mens_modal-item:last-child {
    order: 2;
  }
  
}
/* ---------- 20230131メンズサイトへの導線 ここまで ----------*/

/* ---------- 【施術メニュー部分】 各施術メニューをタブで切り替え表示 ここから----------*/
.p-opmenu {
  padding: clamp(60px,7vw,70px) 0 clamp(20px,10vw,100px);
}
.p-opmenu * {
  box-sizing: border-box;
}
#index h2.p-opmenu__head {
  position: relative;
  margin-bottom: 0;
}
#index h2.p-opmenu__head::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
}
#index h2.p-opmenu__head span {
  position: relative;
  padding: 0 clamp(20px,4vw,40px);
  background-color: #FFFFFF;
  font-size: clamp(20px,3.6vw,36px);
  color: #494949;
  z-index: 2;
}
/* タブ */
.p-opmenu__tabs {
  margin-bottom: clamp(20px,4vw,40px);
}
.p-opmenu__tabs-list {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(50px,9vw,90px);
}
.p-opmenu__tabs-list li {
  position: relative;
  width: calc((100% - clamp(2px,0.7vw,7px) * 3) / 4);
  padding-bottom: clamp(10px,1.6vw,16px);
  background: linear-gradient(180deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 100%);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝B", serif;
  color: #494949;
  cursor: pointer;
  transition: all .3s ease;
}
.p-opmenu__tabs-list li.is-active {
  background: linear-gradient(180deg, rgba(58,58,58,1) 0%, rgba(16,16,16,1) 100%);
  color: #FFFFFF;
}
.p-opmenu__tabs-list li.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  border-top: clamp(8.5px,1.2vw,12px) solid #101010;
  border-left: clamp(8.5px,1.2vw,12px) solid transparent;
  border-right: clamp(8.5px,1.2vw,12px) solid transparent;
}
.p-opmenu__tabs-list li figure {
  margin: calc((clamp(50px,10vw,100px)) / 2 * -1) auto 6px;
  width: clamp(50px,10vw,100px);
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.p-opmenu__tabs-list li:not(.is-active):hover {
  opacity: .6;
}
.p-opmenu__tabs-list li p {
  text-align: center;
  font-size: clamp(16px,3vw,30px);
}
/* パネル（コンテンツ） */
.p-opmenu__panel {
  display: none;
  background-color: #FFFFFF;
}
.p-opmenu__panel.is-active {
  display: block;
}
.p-opmenu__panel-main {
  padding-top: clamp(30px,5vw,50px);
}
.p-opmenu__panel-en {
  margin-bottom: 35px;
}
.p-opmenu__panel-en img {
  object-position: left;
  object-fit: contain;
  height: 100%;
}
.p-opmenu__panel-ja {
  padding-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 400;
}
.p-opmenu__panel-ja span {
  font-size: 68px;
}
.p-opmenu__panel-main {
  position: relative;
  min-height: 500px;
  background: linear-gradient(180deg, rgba(16,16,16,1) 0%, rgba(58,58,58,1) 100%) no-repeat top/100% 500px;
}
.p-opmenu__panel-main::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: 90% 0;
  background-size: contain;
}
.p-opmenu__panel-main--face::after {
  background-image: url(../images/frontpage/opmenu/face/panel_face.png);
}
.p-opmenu__panel-main--body::after {
  background-image: url(../images/frontpage/opmenu/body/panel_body.png);
}
.p-opmenu__panel-main--skin::after {
  background-image: url(../images/frontpage/opmenu/skin/panel_skin.png);
}
.p-opmenu__panel-main--other::after {
  background-image: url(../images/frontpage/opmenu/other/panel_other.png);
  background-position: 100% 0;
}

.p-opmenu__panel-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px,2vw,20px) 15px;
  background-color: #4A4A4A;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: clamp(15px,3vw,30px) clamp(15px,2.5vw,25px);
  z-index: 2;
}
.p-opmenu__panel-list li {
  width: calc((100% - 15px * 2) / 3);
  height: clamp(60px,6vw,70px);
  background: linear-gradient(90deg, #EED6FF, #DBEFFF);
  border-radius: 5px;
}
.p-opmenu__panel-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255,255,255,1);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
  transition: all .3s ease;
}
.p-opmenu__panel-list a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  transition: all .3s ease;
}
.p-opmenu__panel-list a:hover {
  background-color: rgba(255,255,255,0);
}
.p-opmenu__panel-list a:hover:after {
  right: 5px;
}
.p-opmenu__panel-list figure {
  width: clamp(60px,6vw,70px);
  height: clamp(60px,6vw,70px);
}
.p-opmenu__panel-list figure img {
  border-radius: 5px 0 0 5px;
}
.p-opmenu__panel-list p {
  flex: 1;
  font-size: clamp(14px,1.6vw,16px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: center;
  color: #131313;
  padding-right: 20px;
}
@media screen and (max-width: 1500px) {
  .p-opmenu__panel-main--other::after {
    background-position: calc(100% + 200px);
  }
  .p-opmenu__panel-main--body::after {
    background-position: 100%;
  }
  
}
@media screen and (max-width: 640px) {
  .p-opmenu {
    padding-top: 0;
  } 
  .p-opmenu__tabs-list li figure {
    border: 2px solid #FFFFFF;
  }
  
  .p-opmenu__panel-en {
    margin-bottom: 15px;
    height: 40px;
  }
  .p-opmenu__panel-ja {
    font-size: 16px;
    margin-top: 0;
  }
  .p-opmenu__panel-ja span {
    font-size: 25px;
  }
  .p-opmenu__panel-main {
    min-height: 390px;
    background-size: 100% 390px;
  }
  .p-opmenu__panel-main::after {
    height: 140px;
  }
  .p-opmenu__panel-main::after {
    background-position: 100% 0;
  }
  .p-opmenu__panel-main--other::after {
    background-position: calc(100% + 40px);
  }
  .p-opmenu__panel-list li {
    width: 100%;
  }
}
/* ---------- 【施術メニュー部分】 各施術メニューをタブで切り替え表示 ここまで ----------*/

/* ---------- 2024FVにナビゲーション追加 ここから ----------*/
.slide_list_nav_wrap {
  margin-top: 20px;
}
.slide_list_nav {
  margin: 0 -5px;
}
.slide_list_nav.slick-initialized .slick-slide {
  margin: 0 6px;
  height: auto;
}
.slide_list_nav .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
}
.slide_list_nav .slick-arrow.slick-prev {
  left: -40px;
  transform: translateY(-50%);
}
.slide_list_nav .slick-arrow.slick-next {
  right: -40px;
  transform: translateY(-50%);
}
.slide_list_nav .slick-slide {
  cursor: pointer;
  transition: all .3s ease;
}
.slide_list_nav .slick-slide img {
  margin: 0;
  width: 100%;
}
.slide_list_nav .slick-slide:hover {
  opacity: .6;
}
.slide_list_nav .slick-slide.slick-current {
  position: relative;
  cursor: auto;
}
.slide_list_nav .slick-slide.slick-current::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E84FBA;
}
.slide_list_nav .slick-slide.slick-current:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .slide_list_nav_wrap {
    width: 70vw !important;
    position: static;
    transform: none;
    height: auto;
    padding: 15px 0 30px;
    margin-bottom: 20px;
  }
  .slide_list_nav {
    margin: 0 -3.5px;
  }
  .slide_list_nav.slick-initialized .slick-slide {
    margin: 0 3.5px;
  }
  .slide_list_nav .slick-arrow {
    width: 15px;
    height: 30px;
  }
  .slide_list_nav .slick-arrow.slick-prev {
    left: calc((15px + 20px) * -1);
  }
  .slide_list_nav .slick-arrow.slick-next {
    right: calc((15px + 20px) * -1);
  }
}
/* ---------- 2024FVにナビゲーション追加 ここまで ----------*/

/* ---------- 20241030新規メニューセクション追加 ----------*/
.p-newmenu {
  margin-top: 100px;
  margin-bottom: 100px;
}
#index h2.p-newmenu__head {
  position: relative;
}
#index h2.p-newmenu__head span {
  position: relative;
  padding: 0 clamp(20px, 4vw, 40px);
  background-color: #FFFFFF;
  font-size: clamp(20px, 3.6vw, 36px);
  color: #494949;
  z-index: 2;
}
#index h2.p-newmenu__head::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
}
.p-newmenu .slick-list {
  width: min(100%,1100px);
  margin:0 auto;
  overflow: visible;
  box-sizing: content-box;
}
.p-newmenu .slick-slide {
  margin: 0 15px;
  opacity: 0.2;
}
.p-newmenu .slick-active,
.p-newmenu .slick-current {
  opacity: 1;
  transition: opacity ease 0.3s;
}
.p-newmenu .slick-active:hover,
.p-newmenu .slick-current:hover {
  opacity: 0.7;
}
.p-newmenu .slick-dots {
  bottom: -50px;
}
.p-newmenu .slick-arrow {
  display: none !important;
}
@media screen and (min-width: 1101px) and (max-width: 1350px) {
  .p-newmenu .slick-list {
    padding: 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  .p-newmenu .slick-list {
    width: min(100%,100%);
    padding: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .p-newmenu .slick-list {
    box-sizing: border-box;
  }
  .p-newmenu .slick-slide {
    margin: 0 5px;
  }
}
/* ---------- 20241030新規メニューセクション追加　ここまで ----------*/

/* ---------- 20250108_寺西先生ブランディング ----------*/

.branding {

  position: relative;
}
.branding__wrap {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 45px 30px;
}
#index h2.branding__head {
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  font-size: 32px;
}
.branding__txtarea {
  width: 53.5%;
}
.branding .branding__txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: normal;
}
.branding__btn-list {
  width: 46.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-left: 20px;
}
.branding__btn-item {
  width: calc(50% - 7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
}
.branding__btn-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  transition: 0.3s;
  font-size: 18px;
  letter-spacing: -0.05em;
  font-feature-settings: 'palt';
  position: relative;
  border: 1px solid #000;
}
.branding__btn-item a:hover {
  opacity: 0.8;
}
#index .branding__btn-item a.--green {
  color: #0E7192;
  border-color: #0E7192;
}
#index .branding__btn-item a.--black {
  color: #000;
}
#index .branding__btn-item a.--red {
  color: #9C3A7B;
  border-color: #9C3A7B;
}
#index .branding__btn-item a.--blue {
  color: #3A549C;
  border-color: #3A549C;
}
.branding__btn-item a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.branding__btn-item a.--green:after {
  border-color: #0E7192;
}
.branding__btn-item a.--red:after {
  border-color: #9C3A7B;
}
.branding__btn-item a.--blue:after {
  border-color: #3A549C;
}
@media screen and (min-width:641px) {
  .branding .branding__txt {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 640px) {
  .branding__wrap {
    display: block;
    padding: 0 clamp(15px, 3vw, 30px) clamp(30px, 8vw, 80px) ;
  }
  .branding__txtarea,
  .branding__btn-list {
    width: 100%;
  }
  .branding__txtarea {
    margin-bottom: clamp(30px, 9vw, 80px);
  }
  .branding__btn-list {
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
    row-gap: clamp(15px, 3vw, 30px);
    column-gap: clamp(10px, 2vw, 20px);
  }
  #index h2.branding__head {
    font-size: clamp(23px, 6.4vw, 48px);
    text-align: center;
    margin-bottom: clamp(10px, 3vw, 30px);
  }
  .branding .branding__txt {
    font-size: clamp(14px, 3.75vw, 28px);
    padding: 0 clamp(15px, 3vw, 30px);
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.005em;
  }
  .branding__btn-item a {
    font-size: clamp(13px, 3.45vw, 26px);
  }
  .branding__btn-item {
		width: calc(50% - clamp(5px, 1vw, 10px));
    height: clamp(40px, 8vw, 80px);
  }
  .branding__btn-item a:after {
    right: 6px;
  }
}

/* ---------- 20250108_寺西先生ブランディング ここまで ----------*/