@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--color-main : #651323;
	--color-sub : #a3757f;
	--color-bg1 : #dbd7d8;
	--color-bg2 : #e7e4e5;
	--color-bg3 : #fafafa;
	--color-ac : #09327d;

	--ff-en: "Jost", sans-serif;
}



/**********************
 * TOPのみ
 **********************/
.home .content {
  margin-top: 0;
}
.home #main{
  padding: 100px 0;
}
.home .footer{
  margin-top: 0;
}
.home p{
  font-size: 20px;
}

/**********************
 * 固定ページ
 **********************/
.page #content{
  margin-top: 0;
}
.page .entry-content{
  margin: 0;
}
.page #main{
  border: none;
  padding: 0;
}
.page #breadcrumb{
  display: none;
}
.page .entry-header{
/*  display: none;*/
}
.page p{
  margin-bottom: 0;
}
.page .entry-header h1 {
    font-size: 60px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: var(--color-main);
    font-weight: 900;
	text-align: center;
	margin: 150px 0 100px;
}



.page h2{
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.page h3{
  border: none;
  padding: 0;
  margin: 0;
}
.page .article ul,
.page.article ol {
  padding-left: 0;
  margin: 0;
}
.page .article ul li,
.page .article ol li {
  margin: 0;
}
.page dl,
.page dd{
  margin: 0;
}

/**********************
 * 全体
 **********************/

body{
  background: none;
  color: #313131 !important;
  font-family: "Jost","Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  -webkit-font-smoothing:antialiased;
}
.ff-en {
	font-family: "Jost", sans-serif;
}
a {
  color: #000;
  text-decoration: none!important;
}
a:hover {
  color: #000;
}
ol, ul {
  list-style: none;
  padding-left: 0;
}
em, pre, i, address {
  font-style: normal;
}
img{
  vertical-align: top;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}

/* 画像 フィット */
img.img-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* em */
em.em-ttl{
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--color-sub);
}
em.em-ttl:before{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
  margin: 0 3px;
  transform: rotate(60deg);
}
em.em-ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
  margin: 0 3px;
  transform: rotate(-60deg);
}
em.em-center{
  justify-content: center;
  margin-bottom: 10px;
}

/* em-heading */
em.em-heading {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 0 20px;
  border-bottom: 3px solid var(--color-main);
  color: var(--main-color);
}
em.em-heading i {
  display: block;
  position: relative;
  font-size: 23px;
  margin-bottom: 10px;
  color:var(--color-main);
  letter-spacing: 2px;
  font-weight: 500;
}
em.em-heading:before,
em.em-heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
em.em-heading:before {
  border: 14px solid;
  border-color: transparent;
  border-top-color: var(--color-main);
  margin-left: -14px;
}
em.em-heading:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: var(--color-bg3);
  margin-left: -10px;
}

/* h2 */
h2.h2-ttl{
  font-size: 57px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--color-main);
  font-weight: 900;
}
.box-shadow h2.h2-ttl{
  margin-bottom: 70px;
}

/* h3 */
h3.h3-ttl{
  font-size: 37px;
  line-height: 1.4;
  margin-bottom: 30px;
}

/* 画像フワッと表示 */
.fade-in-image {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.fade-in-image.fade-in-img-visible {
  opacity: 1;
}

/* box-shadow */
.box-shadow{
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  padding: 80px;
}

/* 左中右 */
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}

/* PC SP */
.pc {
  display: block !important;
}
.sp{
  display: none !important;
}

.txt-main {
	color: 
}

/**********************
 * ヘッダー
 **********************/
#header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
}
#header-in{
  width: 100%;
}
#header-in .site-ttl{
  width: 100%;
/*  background: #dd3333;*/
  z-index: 1;
  transition: transform 0.4s ease-in-out;
/*  padding-left: 10px;*/
  position: absolute;
  top: 5px;
  left: 2vw;
}
#header-in .site-ttl p{
  color: var(--color-main);
  font-size: 13px;
}
.header-logo{
/*  padding: 10px;*/
  position: absolute;
  top: 30px;
  left: 2vw;
}

/* ヘッダーコンタクト */
.header-contact{
  transition-delay: 0.1s, 0s, 0s;
  display: flex;
  flex-wrap: wrap;
  width: 407px;
  margin-top: 15px;
  margin-right: 120px;
  transition: transform 1.3s ease, opacity 1.3s ease, visibility 1.3s ease;
  position: fixed;
  top: 23px;
  right: 0;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  z-index: 100;
  line-height: 1;
  justify-content: center;
}
.header-contact.hidden {
  transform: translateY(-600px);
}
.header-contact div.ctaBtn{
  width: 67%;
  height: 100%;
  overflow: hidden;
}
.header-contact div.ctaBtn a{
  height: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
}
.header-contact div.rbn {
  width: 100%;
  left: 0;
  top: -20px;
  transition: transform 0.4s ease-in-out;
  transform: translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.header-contact div.rbn p {
  font-size: 14px;
  background: #fff;
  color: #000;
  height: 100%;
  padding: 6px 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2em;
}

/* ボタン */
#header .btnMenu {
  top: 20px;
  margin-right: 10px;
  border-radius: 50%;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
}
#header .btnMenu {
  position: fixed;
  top: 20px;
  right: 0;
  width: 88px;
  height: 88px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  background: #fff;
  display: flex;
  z-index: 100;
}
#header .btnMenu i {
  width: 50%;
  height: 30px;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.84, 0.17, 0, 0.71);
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
}
#header .btnMenu i span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40%;
}
#header .btnMenu i span:before,
#header .btnMenu i span:after {
  content: "";
  width: 75%;
  height: 2px;
  display: block;
  background: currentColor;
  position: absolute;
  left: 12.5%;
  transition: all 0.2s cubic-bezier(0.84, 0.17, 0, 0.71) 0.1s;
}
#header .btnMenu i span:before {
  top: 0;
}
#header .btnMenu i span:after {
  top: 100%;
}
#header .btnMenu i em {
  line-height: 1;
  font-size: 1em;
  text-align: center;
  width: calc(100% + 0.75em);
  font-weight: 600;
  margin: 1em 0 -0.75em;
  font-family: var(--ff-en);
}

/* 閉じる */
#header-container-in .closeBtn {
  width: 88px;
  height: 88px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: 20px;
  transition: right 0s 0.6s;
}
#header-container-in .closeBtn i {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  transition: 0.2s all ease;
  position: relative;
  border-radius: 50%;
}
#header-container-in .closeBtn i:before,
#header-container-in .closeBtn i:after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: var(--color-main);
}
#header-container-in .closeBtn i:before {
    transform: rotate(45deg);
}
#header-container-in .closeBtn i:after {
    transform: rotate(-45deg);
}

/* グローバルナビゲーション */
#header-container-in .globalMenu {
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  transition: all 0.4s cubic-bezier(0.6, 0, 0, 1);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition-delay: 0.1s;
  z-index: 101;
  justify-content: flex-end;
  align-items: flex-start;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#header-container-in .globalMenu.visible {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.navWrap {
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navWrap .nav-logo{
  width: 50%;
  display: flex;
  justify-content: center;
}
.navWrap nav.nav{
  width: 50%;
  display: flex;
  justify-content: center;
}
.navWrap nav.nav ul{

}
.navWrap nav.nav ul li{
  margin: 0 0 10px;
}
.navWrap nav.nav ul li:last-child{
  margin-bottom: 0;
}
.navWrap nav.nav ul li a{
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 30px;
  transition: all 0.4s ease-in-out;
}
.navWrap nav.nav ul li a:hover {
  color: #000;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

/**********************
 * メインイメージ
 **********************/
.main_img{
  padding: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: row-reverse;
  background: var(--color-bg3);
}
.main_img .img-box{
  width: 50%;
  position: relative;
}
.main_img .img-box figure{
  position: absolute;
  filter: drop-shadow(2em 1.3em 2em rgba(0, 0, 0, 0.2));
}
.main_img .img-box figure.img01{
  width: 90%;
  height: 90vh;
  margin: 0 10% 0 auto;
  position: relative;
}
.main_img .img-box figure.img02{
  width: 255px;
  height: 295px;
  bottom: -25px;
  right: 3%;
}
.main_img .img-box figure.img03{
  width: 255px;
  height: 255px;
  bottom: 0;
}
.main_img .img-box figure img{
  border-radius: 40px;
}
.main_img .img-box figure.img01 img{
  object-position: 15%;	
}
.main_img .img-box figure.img02 img{
  object-position: center 10%;	
}
.main_img .txt-box{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 70px;
}
.main_img .txt-box h2.symptoms{
  line-height: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
.main_img .txt-box h2.symptoms p{
  display: block;
  padding: 0.5em;
  margin: 0 0.25em 0.5em;
  background: var(--color-ac);
  color: #fff;
  font-size: 23px;
}
.main_img .txt-box .term {
  align-items: center;
  text-decoration: none;
  line-height: 1.7;
  text-align: center;
}
.main_img .txt-box .term p{
  font-weight: 700;
  font-size: 45px;
}
.main-point{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 50%;
}
@media (max-width: 1700px){
  .main-point {
    width: 60%;
    bottom: 15px;
  }
  .main_img .txt-box .term p {
    font-size: 40px;
  }
}
.main-point ul{
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 13px;
}
.main-point ul li{
  position: relative;
  padding: 35px 23px;
  border-radius: 20px;
  font-size: 15px;
  background: #fff;
  color: #000;
  min-width: 220px;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
  line-height: 1.3;
}
.main-point ul li strong{
  background: var(--color-sub);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  align-items: baseline;
  padding: 4px 20px;
  border-radius: 0 0 0 15px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.main-point ul li strong small{
  font-size: 15px;
  display: block;
  letter-spacing: 0;
  margin-right: 3px;
}
.main-point ul li strong i{
  font-size: 24px;
  display: block;
  margin: 0;
}
.main-point ul li div{
  position: relative;
}
.main-point ul li div span{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.5;
}
.main-point ul li div em{
  font-size: 20px;
  line-height: 1.5;
}
.main-point ul li div em b{
  font-weight: 700;
}
.main-badge{
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.main-badge img{
  width: 233px;
}

/* 固定ページのみ　メインイメージ */
.main_img .img-box figure.page-img01{
  width: 870px;
}
.main_img .page-txt-box{
  margin: 0 0 130px;
}

/**********************
 * TOP　バナー
 **********************/
.top-bnr{

}
.top-bnr .inner{
  max-width: 1200px;
}
.top-bnr ul{

}
.top-bnr ul li{
  margin-bottom: 40px;
}
.top-bnr ul li:last-child{
  margin-bottom: 0;
}
.top-bnr ul li .bar-inner{
  border-radius: 20px;
}
.top-bnr ul li .bar-inner a{
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 130px 70px;
  overflow: hidden;
}
.top-bnr ul li .bar-inner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  background: #000000;
  opacity: 0.05;
  transform: skew(-45deg);
  transition: all 0.4s ease-in-out;
}
.top-bnr ul li .bar-inner a:hover:before {
  left: 0;
  opacity: 0.2;
  transform: skew(0deg);
}
.top-bnr ul li .bar-inner a .in{
  position: relative;
  z-index: 1;
}
.top-bnr ul li .bar-inner a .in em{
  margin-bottom: 0;
}
.top-bnr ul li .bar-inner a .in h2{
  font-size: 58px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.top-bnr ul li .bar-inner a .in .txt{
  font-weight: 700;
}
.top-bnr ul li .bar-inner a figure{
  width: 45%;
}
.top-bnr ul li .bar-inner a figure .img img{
  width: 45%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 40px;
}

/* line */
.top-bnr ul li .line-bnr{
  border: solid 10px #00d970;
}

/* 店舗 */
.top-bnr ul li .store-bnr{
  border: solid 10px #3e77c6;
}
.top-bnr ul li .store-bnr a{
  justify-content: center;
  padding: 70px;
}
.top-bnr ul li .store-bnr a .in{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-bnr ul li .store-bnr a .in h2 span{
  font-size: 117px;
  line-height: 1;
}
.top-bnr ul li .store-bnr a .in p.p-store{
  font-size: 23px;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  line-height: 1;
  background: #3E77C6;
  color: #fff;
  min-width: 700px;
  padding: 30px;
  margin: 30px 0 0;
}

/* バッジ */
.top-bnr ul li .badge-bnr{
  border: solid 10px #dfa701;
}
.top-bnr ul li .badge-bnr a{
  padding: 70px;
}
.top-bnr ul li .badge-bnr a .in .icon{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.top-bnr ul li .badge-bnr a .in .icon img{
  width: 13%;
  margin-right: 20px;
}
.top-bnr ul li .badge-bnr a figure .img img{
  width: 270px;
  height: 270px;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

/**********************
 * TOP　特徴
 **********************/
.top-features{
  margin-top: 200px;
  position: relative;
}
.top-features .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-features .txt-box{
  width: 50%;
}
.top-features .txt-box p{
  margin-bottom: 30px;
}
.top-features .txt-box p:last-of-type{
  margin-bottom: 0;
}
.top-features .img-box{
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
}
.top-features .img-box img{
  border-radius: 0 0 0 60px;
}

/**********************
 * TOP　お悩み
 **********************/
.top-onayami{
  margin-top: 150px;
  padding: 100px 0 120px 0;
  position: relative;
  background: var(--color-bg2);
}
.top-onayami h2.h2-ttl {
	margin-bottom: 50px;
}
.top-onayami .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-onayami .img-box{
  width: 50%;
  padding: 3%;
  min-height: 100vh;
  flex: 1;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
.top-onayami .img-box img{
  border-radius: 60px;
  width: 620px;
  height: 700px;
  object-position: 75%;
}
.top-onayami .txt-box{
  width: 50%;
  padding: 3%;
}
.top-onayami .txt-box ul li{
  padding: 23px 30px 23px 50px;
  margin: 0 0 33px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 15px;
  background: #ffffff;
  color: #000;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  font-size: 23px;
}
.top-onayami .txt-box ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--color-sub);
  border-bottom: 2px solid var(--color-sub);
  transform: translateY(-50%) rotate(-45deg);
}

/*
.top-onayami .txt-box ul li:before,
.top-onayami .txt-box ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 19px;
  border-radius: 50%;
  background: #ffffff;
}
.top-onayami .txt-box ul li:before {
  left: -10px;
  bottom: 5px;
}
.top-onayami .txt-box ul li:after {
  left: -30px;
  bottom: -5px;
  transform: scale(0.8);
}
*/
.top-onayami .ttl{
  position: absolute;
  left: 0;
  bottom: -130px;
  transform: rotate(-4deg);
  transform-origin: bottom left;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.top-onayami .ttl p{
  background: var(--color-main);
  color: #fff;
  font-size: 45px;
  margin: 0 auto;
  width: content-fit;
  padding: 20px;
}

/**********************
 * TOP　お任せ
 **********************/
.top-omakase{
  margin-top: 200px;
  position: relative;
}

/* menu_box */
ul.menu_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
ul.menu_box li{
  line-height: 1.5;
  position: relative;
  width: 48%;
}
ul.menu_box li a{
  padding: 20px;
  background: #fff;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  border-radius: 30px;
  border: 5px solid var(--color-sub);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.menu_box li a img{
  position: relative;
  width: 220px;
  height: 220px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.1);
}
ul.menu_box li a p{
  font-weight: 700;
  padding: 30px;
  transition: all 0.4s ease-in-out;
}
ul.menu_box li a .corner{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #ffffff;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, transparent 50%, var(--color-sub) 50%);
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 30px 0;
}
ul.menu_box li a .corner p{
  text-align: center;
  font-size: 15px;
  transform: rotate(-45deg) translate(0, 25%);
  font-weight: 700;
  padding: 30px;
}

/* menu_box hover */
ul.menu_box li a:hover {
  background: var(--color-main);
  color: #ffffff;
}
ul.menu_box li a:hover img {
  border-radius: 50%;
}
ul.menu_box li a:hover p{
  color: #fff;
}
ul.menu_box li a:hover .corner {
  filter: brightness(1.2);
}

/* sub-Menu */
.sub-Menu{
  position: relative;
  border: 5px solid var(--color-main);
  border-radius: 30px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.sub-Menu .txt-box{
  width: 45%;
  position: relative;
  text-align: center;
  background: var(--color-bg2);
  align-self: stretch;
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-Menu .txt-box p{
  font-weight: 700;
  font-size: 30px;
}
.sub-Menu ul{
  width: 55%;
  align-self: stretch;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}
.sub-Menu ul li{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.sub-Menu ul li::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  transform: rotate(-45deg);
  background: currentColor;
  margin: 0 10px;
}
.sub-Menu ul li:last-child::after{
  display: none;
}
.sub-Menu .deco{
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 110px;
}

/**********************
 * TOP　症状
 **********************/
.top-symptom{
  margin-top: 150px;
  position: relative;
}

/**********************
 * TOP　施術メニュー
 **********************/
.top-treatment{
  margin-top: 200px;
  position: relative;
}
.top-treatment p{
  text-align: center;
}
ul.treatment-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 90%;
  margin: 70px auto 40px;
}
ul.treatment-menu li{
  width: 48%;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 10px;
}
ul.treatment-menu li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.treatment-menu li a img{
  width: 130px;
  height: 130px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 30px;
}
ul.treatment-menu li a:hover img {
  border-radius: 50%;
}
ul.treatment-menu li a p{
  font-size: 21px;
  font-weight: 700;
  padding: 30px;
}

/* btn01 */
.btn01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 1.3px;
  border: 2px solid;
  border-radius: 3em;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  border-color: #ffffff;
  background: #ffffff;
  width: 280px;
  margin: auto;
  font-size: 20px;
}
.btn01 a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn01 a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    z-index: 0;
    transform: rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    margin-left: 10px;
}

/**********************
 * TOP　bnr02
 **********************/
.top-bnr02{
  margin-top: 200px;
  position: relative;
}
.top-bnr02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 0;
  list-style: none;
  gap: 40px 0;
}
.top-bnr02 ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
.top-bnr02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.top-bnr02 ul li a:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  background-color: #3E77C6;
  position: absolute;
  top: 100%;
  left: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: screen;
  transition: all 0.4s ease-in-out;
}
.top-bnr02 ul li a:hover:before {
  top: -50%;
  left: -50%;
}
.top-bnr02 ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

/**********************
 * TOP　選ばれる理由
 **********************/
.top-reason,
.reason-content {
  margin-top: 200px;
  padding: 200px;
  position: relative;
  background: linear-gradient(135deg, var(--color-sub), var(--color-main));
  background: var(--color-main);
  color: #fff;
}
.top-reason-in{
  display: flex;
  flex-wrap: wrap;
}
.top-reason-in .box-shadow{
  position: relative;
  width: 800px;
  margin: auto;
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  z-index: 1;
  backdrop-filter: blur(2em);
}
.top-reason-in .box-shadow:after{
  content: "";
  display: block;
  backdrop-filter: blur(2em);
}
.top-reason h2,
.reason-content h2{
	color: #fff !important;
}
.top-reason-in .box-shadow ul{
  counter-reset: childList;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
.top-reason-in .box-shadow ul li{
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  color: #000;
  font-size: 23px;
  display: flex;
  line-height: 1.3;
  align-items: center;
}
.top-reason-in .box-shadow ul li:before {
  counter-increment: childList;
  content: counter(childList, decimal-leading-zero) ".";
  display: inline-block;
  width: 2em;
  font-size: 50px;
  font-weight: 600;
  opacity: 0.5;
  flex-shrink: 0;
  line-height: 0.4;
}
.top-reason-in .box-shadow ul li:after {
  content: "";
  display: block;
  width: 39px;
  height: 19px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iNTI5LjNweCIgaGVpZ2h0PSIyNTkuMXB4IiB2aWV3Qm94PSIwIDAgNTI5LjMgMjU5LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyOS4zIDI1OS4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMzg5LjUsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRjLTUuOS01LjgtNS45LTE1LjMsMC0yMS4ybDEyNC44LTEyNS4zYzUuOC01LjksMTUuMy01LjksMjEuMiwwDQoJYzUuOSw1LjgsNS45LDE1LjMsMCwyMS4yTDQwMC4xLDI1NC43QzM5Ny4yLDI1Ny43LDM5My4zLDI1OS4xLDM4OS41LDI1OS4xeiBNMTM5LjgsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRMNC40LDEyOS40DQoJYy01LjgtNS45LTUuOC0xNS40LDAtMjEuMmM1LjktNS44LDE1LjQtNS44LDIxLjIsMGwxMjQuOCwxMjUuM2M1LjgsNS45LDUuOCwxNS40LDAsMjEuMkMxNDcuNSwyNTcuNywxNDMuNywyNTkuMSwxMzkuOCwyNTkuMXoNCgkgTTI2NC42LDIwNy4yYy04LjMsMC0xNS02LjctMTUtMTVWMTVjMC04LjMsNi43LTE1LDE1LTE1czE1LDYuNywxNSwxNXYxNzcuMkMyNzkuNiwyMDAuNSwyNzIuOSwyMDcuMiwyNjQuNiwyMDcuMnoiLz4NCjwvc3ZnPg0K);
  -webkit-mask-size: cover;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iNTI5LjNweCIgaGVpZ2h0PSIyNTkuMXB4IiB2aWV3Qm94PSIwIDAgNTI5LjMgMjU5LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyOS4zIDI1OS4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMzg5LjUsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRjLTUuOS01LjgtNS45LTE1LjMsMC0yMS4ybDEyNC44LTEyNS4zYzUuOC01LjksMTUuMy01LjksMjEuMiwwDQoJYzUuOSw1LjgsNS45LDE1LjMsMCwyMS4yTDQwMC4xLDI1NC43QzM5Ny4yLDI1Ny43LDM5My4zLDI1OS4xLDM4OS41LDI1OS4xeiBNMTM5LjgsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRMNC40LDEyOS40DQoJYy01LjgtNS45LTUuOC0xNS40LDAtMjEuMmM1LjktNS44LDE1LjQtNS44LDIxLjIsMGwxMjQuOCwxMjUuM2M1LjgsNS45LDUuOCwxNS40LDAsMjEuMkMxNDcuNSwyNTcuNywxNDMuNywyNTkuMSwxMzkuOCwyNTkuMXoNCgkgTTI2NC42LDIwNy4yYy04LjMsMC0xNS02LjctMTUtMTVWMTVjMC04LjMsNi43LTE1LDE1LTE1czE1LDYuNywxNSwxNXYxNzcuMkMyNzkuNiwyMDAuNSwyNzIuOSwyMDcuMiwyNjQuNiwyMDcuMnoiLz4NCjwvc3ZnPg0K);
  mask-size: cover;
  background-color: currentColor;
  position: absolute;
  top: -14px;
  left: -22px;
  transform: rotate(-45deg);
  color: #fff;
}
.top-reason-deco {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 120px; /* 初期位置 */
  left: 0;
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s; /* フェードイン・フェードアウトのアニメーション */
  animation: 6s fuwafuwa infinite;
  pointer-events: none;
}
@keyframes fuwafuwa {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1em);
    }
}
.top-reason-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.top-reason-deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 40px 40px 15px var(--color-sub);
  z-index: -1;
}
.top-reason-deco.deco-active {
  opacity: 1;
  pointer-events: auto;
}

/* 固定ページ追加 */
.top-reason-deco02 {
  width: 600px;
  height: 600px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s; /* フェードイン・フェードアウトのアニメーション */
  animation: 6s fuwafuwa infinite;
  pointer-events: none;
}
.top-reason-deco02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.top-reason-deco02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 40px 40px 15px rgba(62, 119, 198, 0.6);
  z-index: -1;
}
.top-reason-deco02.deco-active {
  opacity: 1;
  pointer-events: auto;
}

/**********************
 * TOP　アクセス
 **********************/
.top-access{
  margin-top: 200px;
  position: relative;
}
.top-access ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.top-access ul li{
  background: var(--color-bg2);
  border-radius: 30px;
  padding: 40px;
  width: 48%;
}

/* アクセス */
.access-txt p.ttl{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.access-txt p.access{
  border-bottom: solid 1px #333;
  font-size: 17px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.access-txt p.note{
  font-size: 15px;
  color: #616161;
  margin-bottom: 12px;
}
.access-txt div.txt-box{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  margin-bottom: 20px;
}
.access-txt div.txt-box dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  gap: 10px;
  margin-bottom: 8px;
}
.access-txt div.txt-box dl dt{
  font-size: 15px;
  padding: 3px 5px;
  background: var(--color-main);
  color: #ffffff;
}
.access-btn,
.link-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
  gap: 0 2%;
}
.access-btn div,
.link-btn div {
  width: 45%;
}
.access-btn div a,
.link-btn div a {
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.2s ease-in-out;
  padding: 17px 35px;
  background: #ffffff;
  border: 2px solid var(--color-sub);
  box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 20px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.access-btn div a:after,
.link-btn div a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  z-index: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  position: absolute;
  right: 7%;
  top: 50%;
}
.access-btn div a:hover,
.link-btn div a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.access-btn div a img,
.link-btn div a img {
  width: 27px;
}
.access-btn div a p,
.link-btn div a p {
  font-size: 24px;
}

/**********************
 * TOP　患者様の声
 **********************/
.top-voice{
  margin-top: 200px;
  position: relative;
}
.top-voice-in .item{
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 60px;
}
.top-voice-in .item-last{
  margin-bottom: 0;
}
.top-voice-in .item .img-box{
  width: 40%;
}
.top-voice-in .item .txt-box{
  width: 57%;
}

/**********************
 * TOP　施術の流れ
 **********************/
.top-flow{
  margin-top: 200px;
  position: relative;
}
.top-flow-in{

}
.top-flow-in .item{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px;
  align-items: center;
}
.top-flow-in .item-last{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-flow-in .num-box{
  width: 220px;
  color: var(--color-sub);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 110px;
  align-items: center;
  font-weight: 700;
  line-height: 0.9;
}
.top-flow-in .num-box small {
  font-size: 30px;
  letter-spacing: 0;
}
.top-flow-in .txt-box{
  flex: 1;
  padding: 0 30px;
}
.top-flow-in .img-box{
  width: 370px;
}
.top-flow-in .img-box img{
  border-radius: 30px;
}

/**********************
 * TOP　ご挨拶
 **********************/
.top-greeting{
/*  margin-top: 200px;*/
  position: relative;
}
.top-greeting .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-greeting .inner .img-box{
  width: 50%;
  padding: 3%;
  min-height: 47vh;
  flex: 1;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
}
.top-greeting .inner .img-box img{
  border-radius: 60px;
  width: 550px;
  height: 550px;
}
.top-greeting .inner h3.h3-ttl {
	font-size: 40px;
	font-weight: 900;
}
.top-greeting .inner .txt-box{
  width: 50%;
  padding: 3%;
}
.top-greeting .inner .txt-box p{
  font-size: 17px;
  margin-bottom: 30px;
}
.top-greeting .inner .txt-box .txt-personal{
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  backdrop-filter: blur(0.5em);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.05);
}
.top-greeting .inner .txt-box .txt-personal p{
  margin-bottom: 10px;
}
.top-greeting .inner .txt-box .txt-personal p.p-02{
  font-size: 15px;
}
.top-greeting .inner .txt-box .txt-personal p.p-03{
  font-size: 13px;
  margin-bottom: 0;
}
dl.greeting-dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
dl.greeting-dl dt {
	flex-basis: 6rem;
	background: var(--color-main);
	color: #fff;
	padding: 0 10px;
	text-align: center;
	margin: 5px 0;
}
dl.greeting-dl dd {
	flex-basis: calc(100% - 6rem);
	margin: 5px 0;
	padding: 0 0 0 10px;
}

/**********************
 * TOP　アクセス02
 **********************/
.top-access02{
  margin-top: 200px;
  position: relative;
}
.top-access02 .access-in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-access02 .access-in .access-txt{
  width: 48%;
}
.top-access02 .access-in .access-txt p.area{
  background: var(--color-sub);
  color: #ffffff;
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
}
.top-access02 .access-in .access-txt p.ttl{
  margin-bottom: 10px;
  font-size: 30px;
}
.top-access02 .access-in .access-map{
  width: 48%;
}
.top-access02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.top-access02 ul li{
  width: 100%;
}
.top-access02 ul li:last-child{
  margin-bottom: 0;
}

/**********************
 * フッター
 **********************/
#footer{
  margin: 200px 0 0;
  padding: 0;
  background: var(--color-bg2);
}
#footer-in{
  padding: 100px 0;
}
.footer-bottom{
  background: var(--color-main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 13px;
  padding: 3px 0 13px;
  margin: 0;
}
.footer-bottom-logo{
  display: none;
}
.footer-txt{
  text-align: center;
}
.footer-txt h2{
  font-size: 35px;
  font-weight: 500;
}
.footer-txt h2 em{
  font-size: 17px;
  font-weight: 500;
}
.footer-txt .img{
  max-width: 500px;
  margin: 10px auto 0;
}
.footer-txt .img a{
  display: block;
  overflow: hidden;
}
.footer-txt .img a img{
  transition: all 0.4s ease-in-out;
}
.footer-txt .img a:hover img {
  transform: scale(1.1);
}

/**********************
 * appeal
 **********************/
.appeal{
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
.appeal .inner{
  width: 50%;
}
.appeal-deco{
  position: absolute;
  left: -5vw;
  bottom: 0;
  width: 27vw;
  height: 27vw;
}
.appeal-deco02{
  position: absolute;
  right: -5vw;
  bottom: 0;
  width: 27vw;
  height: 27vw;
}
.appeal-deco img,
.appeal-deco02 img {
  border-radius: 40px;
}

/**********************
 * knowledge
 **********************/
.knowledge{
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
.knowledge .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 7vw;
}
.knowledge .txt-box {
  width: 50%;
}
.knowledge .txt-box p{
  margin-bottom: 60px;
}
.knowledge .img-box {
  position: sticky;
  top: 0;
  flex: 1;
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-right: -13vw;
}
.knowledge .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/**********************
 * check
 **********************/
.check{
  margin-top: 200px;
  position: relative;
}
.check-in{
  width: 1000px;
}
.check-in ul{
  counter-reset: childList;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
.check-in ul li{
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  color: #000;
  font-size: 23px;
  display: flex;
  line-height: 1.3;
  align-items: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.check-in ul li:before {
  counter-increment: childList;
  content: counter(childList, decimal-leading-zero) ".";
  display: inline-block;
  width: 2em;
  font-size: 70px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 0.4;
}
.check h2.h2-ttl{
  position: relative;
}
.check h2.h2-ttl::before{
  content: "";
  display: inline-block;
  width: 176px;
  height: 226px;
  background-image: url(img/cut_fem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.check h2.h2-ttl::after{
  content: "";
  display: inline-block;
  width: 176px;
  height: 226px;
  background-image: url(img/cut_male.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.check p.txt{
  text-align: center;
  font-size: 24px;
  margin: 40px 0 0;
}

/**********************
 * check02
 **********************/
.check02-in{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 0;
}
.check02-in::before {
  content: "";
  display: block;
  width: calc(100% + 500px* 0.5);
  height: 100%;
  border-radius: 60px 0 0 0;
  background: #3E77C6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.check02-in .txt-box{
  width: 50%;
  text-align: center;
}
.check02-in .txt-box p{
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.check02-in ul.list{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.check02-in ul.list li{
  background: #fff;
  border-radius: 60px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 20px 47px 17px;
  line-height: 1.3;
}
.check02-deco{
  position: absolute;
  left: -120px;
  bottom: 0;
  width: 220px;
}

/**********************
 * 下層ページ　症状のメインイメージ
 **********************/
p.main_symptom_img{
  max-width: 1400px;
  margin: 110px auto 70px;
}

/**********************
 * バナー　追加
 **********************/
.bnr_box{
  margin: 200px auto;
}

/**********************
 * 下層ページ 料金表
 **********************/
.page-price .price-lead {
	width: 75vw;
}
.page-price .price-main {
	margin-top: 100px;
	width: 70vw;
}
.page-price h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	margin: 0 auto 30px;
}
.page-price h4 {
	font-size: 40px;
	font-weight: 900;
	border: 0;
	color: var(--color-main);
    border-left: 10px solid;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;	
}
.page-price .price-box {
	background: var(--color-bg2);
	padding: 20px 30px;
	width: fit-content;
	margin-left: 30px;
	margin-bottom: 80px;
}
.page-price table {
	width: 50vw;
	border: 0;
	margin-bottom: 0;
}
.page-price table tr {
	background: transparent !important;
}
.page-price table th {
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 20px;
}
.page-price table td {
	border: 0;
	background: transparent;
	font-size: 20px;
}
.page-price .jihi-txt {
	font-size: 20px;
}

/**********************
 * 下層ページ はじめての方
 **********************/
.beginner-content {
	display: flex;
	margin-bottom: 50px;
	width: 90vw;
}
.beginner-content .pic-box {
	flex-basis: 40%;
	position: relative;
	z-index: 1;
}
.beginner-content .pic-box img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display:block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.beginner-content .txt-box {
	flex-basis: 60%;
	background: var(--color-bg2);
	padding: 60px 70px 60px calc(5% + 50px);
	position: relative;
	margin: 5% 0 0 -5%;	
	z-index: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.beginner-content .txt-box h3{
	color: var(--color-main);
	font-size: 30px;
	margin-bottom: 40px;
	text-align: right;
}
.page-beginner .beginner-content:nth-child(even) {
	flex-direction: row-reverse;
}
.page-beginner .beginner-content:nth-child(even) .txt-box {
	padding: 60px calc(5% + 50px) 60px 70px;
	position: relative;
	margin: 5% -5% 0 0;	
}
.page-beginner .beginner-content:nth-child(even) .txt-box h3{
	text-align: left
}
/**********************
 * 下層ページ 対応症状
 **********************/
.page-cases > .inner {
	width: 80vw;
}
.page-cases .cases-txt {
	text-align: center;
	margin-bottom: 50px;
}
.cases-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 1.3333%;
}
.cases-list li {
	flex-basis: 24%;
}
.cases-list a {
	display: block;
	width: 100%;
	background: var(--color-bg2);
	padding: 20px 10px;
	text-align: center;
	transition: all 0.5s;
	color: var(--color-main);
	display: block;
	position: relative;
}
.cases-list a:hover {
	background: var(--color-main);
	color: #fff;
}
.cases-list a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 7%;
    top: 50%;
    border-top: 2px solid var(--color-sub);
    border-right: 2px solid var(--color-sub);
	transition: all 0.5s;
}
.cases-list a:hover:after {
    right: 5%;
}
/**********************
 * 下層ページ 対応症状
 **********************/
.page-cases-detail > .inner {
	width: 70vw;
}
.page-cases-detail img {
	width: 80%;
	display: block;
	margin: 0 auto 30px;
    aspect-ratio: 2 / 1;
    object-fit: cover;	
}
.page-cases-detail p {
	margin-bottom: 16px;
}
.page-cases-detail h2 {
	color: var(--color-main);
	font-weight: 900;
	text-align: center;
	font-size: 30px;
	margin: 80px 0 50px;
	padding: 30px 0;
	border-top: 8px double;
	border-bottom: 8px double;
}
.page-cases-detail .link-btn p {
	margin: 0;
}