@charset "utf-8";
/*
Theme Name: res
Version: 1.5.0
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #977246;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #000000;
	--color02: #BAAF9F;
	--color03: #977246;
	--color04: #D6CFC4;
	--color05: #F4F4F4;
	--color06: #977246;
	--color07: #2C1307;
	--color08: #CCCCCC;
	--color09: #B7A2C8;
	--color10: #2461A8;
	--color11: #434359;
	--color12: #FFFFFF;
	--color13: #000000;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw); 
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #977246;
	text-decoration: underline;
}
.sou{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.imp{
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #2c1307;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1600
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.inner1600 {
	max-width: 1600px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }


.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

.bbw {
	border-bottom: 1px solid #fff;
}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
.pal{
	font-feature-settings: "palt";
	letter-spacing: unset!important;
}
@media(max-width: 767px){ 
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1600 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}
	.pt_16vw { padding-top: 16vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	.pb_16vw { padding-bottom: 16vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
}


/* 共通 common @common
------------------------------------------------------------------*/
.tel_common01 .icn{
	width: calc(19 / var(--break) * 100vw );
}
.btn_common01{
	width: calc(96 / var(--break) * 100vw );
}
.btn_common01 a{
	height: calc(96 / var(--break) * 100vw );
	border: 2px solid #fff;
}
.btn_common01 .btn_arw_parts01::after{
	border-color: transparent #977246 #977246 transparent;
	border-width: calc(5 / var(--break) * 100vw );
	bottom: calc(5 / var(--break) * 100vw );
	right: calc(5 / var(--break) * 100vw );
}
.dot_common01 .dot{
	position: relative;
}
.dot_common01 .dot:before{
	content: "";
	background: #977246;
	width: calc( 17 / var(--break) * 100vw );
	height: calc( 17 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-5 / var(--break) * 100vw );
	border-radius: 50%;
}
.ttl_common01 {
	max-width: 1720px;
	width: 91%;
	margin-right: auto;
	margin-left: auto;
}
.ttl_common01 .ja {
	text-shadow: 1px 1px 0 #d6cfc4, -1px -1px 0 #d6cfc4, -1px 1px 0 #d6cfc4,  1px -1px 0 #d6cfc4, 1px 0 0 #d6cfc4, -1px  0 0 #d6cfc4, 0 1px 0 #d6cfc4,  0 -1px 0 #d6cfc4;
}
.ttl_common01 .ja.txt_white {
	text-shadow: 1px 1px 0 #2b1307, -1px -1px 0 #2b1307, -1px 1px 0 #2b1307,  1px -1px 0 #2b1307, 1px 0 0 #2b1307, -1px  0 0 #2b1307, 0 1px 0 #2b1307,  0 -1px 0 #2b1307;
}
.ttl_common01.ttl_movie .ja.txt_white {
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,  1px -1px 0 #000, 1px 0 0 #000, -1px  0 0 #000, 0 1px 0 #000,  0 -1px 0 #000;
}
.ttl_common01 .en{
	margin-top: calc(-130 / var(--break) * 100vw );
}
.ttl_common01.ttl_reason .en{
	max-width: calc(902 / var(--break) * 100vw );
}
.ttl_common01.ttl_stepzero .en{
	max-width: calc(1180 / var(--break) * 100vw );
}
.ttl_common01.ttl_movie .en{
	max-width: calc(736 / var(--break) * 100vw );
}
.ttl_common01.ttl_treatment02{
	margin-bottom: calc(170 / var(--break) * 100vw );
}
.ttl_common01.ttl_treatment01 .en,.ttl_common01.ttl_treatment02 .en{
	max-width: calc(1359 / var(--break) * 100vw );
}
.ttl_common01.ttl_case .en{
	max-width: calc(590 / var(--break) * 100vw );
}
.ttl_common01.ttl_worries .en{
	max-width: calc(1098 / var(--break) * 100vw );
}
.ttl_common01.ttl_greeting .en{
	max-width: calc(1114 / var(--break) * 100vw );
}
.ttl_common01.ttl_care .en{
	max-width: calc(596 / var(--break) * 100vw );
}
.ttl_common01.ttl_selection .en{
	max-width: calc(1223 / var(--break) * 100vw );
}
.ttl_common01.ttl_difference .en{
	max-width: calc(1344 / var(--break) * 100vw );
}
.ttl_common01.ttl_aftercare .en{
	max-width: calc(1304 / var(--break) * 100vw );
}
.ttl_common01.ttl_gentlecare .en{
	max-width: calc(1478 / var(--break) * 100vw );
}
.ttl_common01.ttl_flow .en{
	max-width: calc(637 / var(--break) * 100vw );
}
.ttl_common01.ttl_fee .en{
	max-width: calc(358 / var(--break) * 100vw );
}
.ttl_common01.ttl_faq .en{
	max-width: calc(420 / var(--break) * 100vw );
}
.ttl_common01.ttl_clinic .en{
	max-width: calc(768 / var(--break) * 100vw );
}
.ttl_common01.ttl_supervision .en{
	max-width: calc(1555 / var(--break) * 100vw );
}
.ttl_common02{
	border-bottom:2px solid #fff;
}
.row_common01:before{
	content: "";
	background: url("images/page/ptn01.png")repeat left top / calc(960 / var(--break) * 100vw ) auto;
	height: calc( 100% + calc(100 / var(--break) * 100vw ));
	aspect-ratio:124/80;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common01.r_reverse:before{
	right: auto;
	left: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.row_common01 .col_img{
	width: 50%;
	min-height: calc(700 / var(--break) * 100vw );
}
.row_common01.treatment01 .col_img{
	background: url("images/index/img_treatment01.jpg")no-repeat center / cover;
}
.row_common01.treatment02 .col_img{
	background: url("images/index/img_treatment02.jpg")no-repeat center / cover;
}
.row_common01.treatment04 .col_img{
	background: url("images/index/img_treatment06.jpg")no-repeat center / cover;
}
.row_common01.worries01 .col_img{
	background: url("images/index/img_worries01.jpg")no-repeat center / cover;
}
.row_common01.care01 .col_img{
	background: url("images/index/img_care01.jpg")no-repeat center / cover;
}
.row_common01.difference01 .col_img{
	background: url("images/index/img_difference01.jpg")no-repeat center / cover;
}
.row_common01.clinic01 .col_img{
	background: url("images/index/img_clinic02.jpg")no-repeat center / cover;
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common01 .col_txt > .wrap{
	max-width: 800px;
	width: 85%;
}
.ccl_common01{
	width: calc(240 / var(--break) * 100vw );
	aspect-ratio:1/1;
	outline : 2px solid #2c1307;
	outline-offset : calc( -7 / var(--break) * 100vw );
}
.deco_common01:before,.deco_common01:after{
	content: "";
	background: url("images/page/ptn01.png")repeat left top / calc(960 / var(--break) * 100vw ) auto;
	width: 50%;
	height: calc(620 / var(--break) * 100vw );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 0 0);
}
.deco_common01:after{
	left: auto;
	right: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.bdr_common01{
	border-bottom: 1px solid #977246;
}
.bdr_common01.fee{
	border-bottom-width: 2px;
}
.btn_common02{
	width: calc(400 / var(--break) * 100vw );
}
.btn_common02 a:before{
	content: "";
	background: #fff;
	width: calc( 13 / var(--break) * 100vw );
	height: calc( 16 / var(--break) * 100vw );
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(20 / var(--break) * 100vw );
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.tbl_common01 table{
	border: 0;
}
.tbl_common01 thead th{
	background: url("images/page/ptn01.png")repeat left top / calc(960 / var(--break) * 100vw ) auto;;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 tbody th{
	background: #baaf9f;
	font-weight: bold;
	color: #2c1307;
}
.tbl_common01 tbody td{
	background: #fff;
	font-weight: bold;
}
.tbl_common01 tbody td:not(:last-child){
	border-right: 1px solid #2c1307;
}
.tbl_common01 tbody tr:not(:last-child) th,.tbl_common01 tbody tr:not(:last-child) td{
	border-bottom-color:#2c1307;
}
.bg_ptn01{
	background: url("images/page/ptn01.png")repeat left top / calc(960 / var(--break) * 100vw ) auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_common01 .ja {
		font-size: 6rem;
	}
	.ttl_common01 .ja em{
		font-size: 8.5rem;
	}
	.ttl_common01.ttl_clinic .ja em{
		font-size: 7.5rem;
	}
	.ttl_common03 .txt01{
		font-size: 2.25rem;
	}
	.ttl_common03 .txt02{
		font-size: 4.125rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_common01 .ja {
		font-size: 4.375rem;
	}
	.ttl_common01 .ja em {
		font-size: 6.615rem;
	}
	.ttl_common01.ttl_clinic .ja em {
		font-size: 6.125rem;
	}
	.ttl_common01 .en {
		margin-top: calc(-95 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_reason .en {
		max-width: calc(719 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_stepzero .en {
		max-width: calc(944 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_movie .en {
		max-width: calc(588 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_treatment01 .en, .ttl_common01.ttl_treatment02 .en {
		max-width: calc(1130 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_case .en {
		max-width: calc(471 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_worries .en {
		max-width: calc(875 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_greeting .en {
		max-width: calc(893 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_care .en {
		max-width: calc(476 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_selection .en {
		max-width: calc(976 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_difference .en {
		max-width: calc(1072 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_aftercare .en {
		max-width: calc(1040 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_flow .en {
		max-width: calc(508 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_fee .en {
		max-width: calc(298 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_faq .en {
		max-width: calc(332 / var(--break) * 100vw);
	}
	.ttl_common01.ttl_clinic .en {
		max-width: calc(614 / var(--break) * 100vw);
	}
	.dot_common01 .dot:before {
		width: calc(14 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
	}
	.ttl_common03 .txt01 {
		font-size: 2rem;
	}
	.ttl_common03 .txt02 {
		font-size: 3.25rem;
	}
	.row_common01 .col_img {
		min-height: calc(590 / var(--break) * 100vw);
	}
	.row_common01 .col_txt .txt {
		font-size: 1.25rem;
	}
	.ccl_common01 {
		width: calc(210 / var(--break) * 100vw);
		font-size: 1.375rem;
	}
	.tel_common01 .icn {
		width: calc(16 / var(--break) * 100vw);
	}
	.tel_common01 .num {
		font-size: 3.125rem;
	}
	.tel_common01 .txt {
		font-size: 1.375rem;
	}
	.btn_common01 {
		width: calc(90 / var(--break) * 100vw);
	}
	.btn_common01 a{
		height: calc(90 / var(--break) * 100vw);
		font-size: 1.375rem;
	}

}
@media(max-width: 767px) {
	.dot_common01 .dot:before {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		top: calc(-6 / var(--break) * 100vw);
	}
	.ttl_common01{
		width: calc(702 / var(--break) * 100vw );
	}
	.ttl_common01 .ja {
		font-size: calc(40 / var(--break) * 100vw );
		line-height: 1.7;
	}
	.ttl_common01 .ja em {
		font-size: calc(60 / var(--break) * 100vw );
	}
	.ttl_common01 .en {
		margin-top: -7vw;
		font-size: calc(126 / var(--break) * 100vw );
		color: #00000000;
		-webkit-text-stroke: calc(2 / var(--break) * 100vw) #977246;
	}
	.ttl_common01.ttl_stepzero .en{
		font-size: calc(120 / var(--break) * 100vw );
		margin-top: -8vw;
	}
	.ttl_common02 {
		font-size: calc(38 / var(--break) * 100vw );
		line-height: 1.5;
	}
	.ttl_common03 .txt01{
		font-size: calc(38 / var(--break) * 100vw );
		margin-bottom: 1.5vw;
	}
	.ttl_common03 .txt02{
		font-size: calc(52 / var(--break) * 100vw );
	}
	.row_common01 {
		margin-bottom: 0;
	}
	.row_common01:before{
		height: calc(485 / var(--break) * 100vw );
		width: 100%;
		aspect-ratio:unset;
	}
	.row_common01 .col_img{
		width: 100%;
		min-height: calc(546 / var(--break) * 100vw );
	}
	.row_common01 .col_txt{
		width: 100%;
	}
	.row_common01 .col_txt > .wrap{
		width: calc(646 / var(--break) * 100vw );
	}
	.row_common01 .col_txt > .wrap .txt{
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
	}
	.ccl_common01{
		font-size: calc(26 / var(--break) * 100vw );
		outline-width: 1px;
	}
	.deco_common01:before, .deco_common01:after {
		height: calc(243 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc(110 / var(--break) * 100vw);
	}
	.btn_common01 a{
		height: calc(110 / var(--break) * 100vw);
		border-width: 1px;
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.3;
		padding-bottom: 1vw;
	}
	.btn_common01 .btn_arw_parts01::after {
		border-width: calc(9 / var(--break) * 100vw);
		bottom: calc(8 / var(--break) * 100vw);
		right: calc(8 / var(--break) * 100vw);
	}
	.btn_common02 a{
		font-size: calc(34 / var(--break) * 100vw );
		padding: 2vw;
	}
	.tel_common01 .wrap{
		margin-bottom: 1.5vw;
	}
	.tel_common01 .icn {
		width: calc(21 / var(--break) * 100vw);
		margin-top: 0;
	}
	.tel_common01 .num {
		font-size: calc(60 / var(--break) * 100vw );
	}
	.tel_common01 .txt {
		font-size: calc(32 / var(--break) * 100vw );
	}
	.tbl_common01.js-scrollable table{
		width: calc(1000 / var(--break) * 100vw );
	}
	.tbl_common01 thead th{
		letter-spacing: 0.1em;
		padding: 2vw 1vw 3vw;
	}
	.tbl_common01 .tbl_caption{
		line-height: 1.6;
		margin-top: 4vw;
	}
}

/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 ,header h1 img{
	width: calc(517 / var(--break) * 100vw );
}
.wrap_head01{
	padding-right: calc(145 / var(--break) * 100vw );
}
.wrap_head01 .tel_common01{
	margin-top: calc(-5 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1{
		margin-left: calc(30 / var(--break) * 100vw )!important;
		margin-top: calc(30 / var(--break) * 100vw )!important;
	}
	header h1, header h1 img {
		width: calc(420 / var(--break) * 100vw);
	}
	.address_head {
		margin-right: calc(30 / var(--break) * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1, header h1 img {
		width: calc(350 / var(--break) * 100vw);
	}
	header h1 {
		margin-left: calc(25 / var(--break) * 100vw) !important;
		margin-top: calc(20 / var(--break) * 100vw) !important;
	}
	.address_head {
		font-size: 1rem;
		letter-spacing: 0;
		margin-right: calc(20 / var(--break) * 100vw);
		text-shadow: 0px 0px calc(5 / var(--break) * 100vw ) #d6cfc4, 0px 0px calc(5 / var(--break) * 100vw ) #d6cfc4, 0px 0px calc(10 / var(--break) * 100vw ) #d6cfc4, 0px 0px calc(10 / var(--break) * 100vw ) #d6cfc4, 0px 0px calc(15 / var(--break) * 100vw ) #d6cfc4, 0px 0px calc(15 / var(--break) * 100vw ) #d6cfc4;
	}
	.wrap_head01 {
		padding-right: calc(130 / var(--break) * 100vw);
		margin-top: calc(20 / var(--break) * 100vw );
	}
	.wrap_head01 .tel_common01{
		margin-right: calc(20 / var(--break) * 100vw );
	}
	.wrap_head01 .web_common01{
		margin-right: calc(10 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	header .address_head,header .tel_common01,header .btn_common01{
		display: none;
	}
	header h1, header h1 img {
		width: calc(458 / var(--break) * 100vw);
	}
	header h1 {
		margin-left: 3.2vw !important;
		margin-top: 3.2vw !important;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
	background: url("images/index/bg_main0.jpg")no-repeat center /cover;
}
.main_img .slide_main {
	opacity: 1;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main li {
	min-height: 850px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	
}
.img_main01{
	max-width: 1300px;
	width: 68.3%;
	top:0;
	left: 0;
}
.dr_name01{
	left: 0;
	bottom: 0;
	background: #2c1307CC;
}
.dr_name01 .txt02{
	font-size: 6.375rem;
}
.wrap_main01{
	right: calc(100 / var(--break) * 100vw );
	top: 56.5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.copy_main02{
	width: calc(846 / var(--break) * 100vw );
}
.copy_main03{
	font-size: 4.1875rem;
	border: 1px solid #fff;
}
#content_home{
	position: relative;
	z-index: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_main01 {
		right: calc(55 / var(--break) * 100vw);
	}
	.copy_main01{
		font-size: 3.5rem;
	}
	.copy_main02 {
		width: calc(780 / var(--break) * 100vw);
	}
	.copy_main03{
		font-size: 3.75rem;
	}
	.img_main01{
		left: -4%;
		top: 4%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(750 / var(--break) * 100vw );
		height: auto;
	}
	.img_main01 {
		width: 65%;
		top: 6%;
		left: -1%;
	}
	.dr_name01 {
		padding: calc(25 / var(--break) * 100vw ) calc(45 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw ) calc(40 / var(--break) * 100vw );
	}
	.dr_name01 .txt01{
		font-size: 1.375rem;
	}
	.dr_name01 .txt02{
		font-size: 4.75rem;
	}
	.wrap_main01 {
		right: calc(55 / var(--break) * 100vw);
	}
	.copy_main01 {
		font-size: 2.625rem;
	}
	.copy_main02 {
		width: calc(610 / var(--break) * 100vw);
		margin-bottom: calc(50 / var(--break) * 100vw );
	}
	.copy_main03 {
		font-size: 2.875rem;
		padding-bottom: calc(10 / var(--break) * 100vw );
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: calc(1080 / var(--break) * 100vw );;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main_img {
		background: url("images/index/bg_main01_sp.jpg") no-repeat center / cover;
	}
	.img_main01 {
		width: 100%;
		top: 39%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.dr_name01 {
		padding: 2vw 3vw 2.5vw 3vw;
		top: 48%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.dr_name01 .txt01{
		font-size: calc(20 / var(--break) * 100vw );
	}
	.dr_name01 .txt02{
		font-size: calc(58 / var(--break) * 100vw );
	}
	.wrap_main01 {
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
		top: 78%;
	}
	.copy_main01 {
		font-size: calc(44 / var(--break) * 100vw );
		letter-spacing: 0.1em!important;
		margin-bottom: 3vw;
	}
	.copy_main02 {
		width: calc(636 / var(--break) * 100vw);
		margin: 0 auto 4vw;
	}
	.copy_main03 {
		font-size:calc(50 / var(--break) * 100vw );
		width: calc(647 / var(--break) * 100vw );
		margin: 0 auto;
		padding: 1vw 1vw 1.5vw;
	}

}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: calc(22 / var(--break) * 100vw );
	right:calc(24 / var(--break) * 100vw );
	height: calc(100 / var(--break) * 100vw );
	width: calc(100 / var(--break) * 100vw );
	border-radius: 50%;
	background: #977246;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(48 / var(--break) * 100vw );
	right: 0;
	left: 0;
	bottom: calc(15 / var(--break) * 100vw );
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / var(--break) * 100vw );
	height: calc(4 / var(--break) * 100vw );
	position: absolute;
	top: calc(-26 / var(--break) * 100vw );
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: calc(4 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc(-12 / var(--break) * 100vw );
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc(-12 / var(--break) * 100vw );
}
.open .btn_gnav_sp .icn_gnav {
	background: none;
}
.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
	background: #fff;
	transition: transform .3s ease-in-out;
}
.open .btn_gnav_sp .icn_gnav:before {
	transform: rotate(45deg);
	top: 0;
}
.open .btn_gnav_sp .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.gnav_sp {
	padding: calc(170 / var(--break) * 100vw ) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #2c1307E6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc(600/ var(--break) * 100vw );
	transition: opacity .6s ease, visibility .6s ease;
}
.bg_gnav {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.open .bg_gnav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav_sp .nav_main {
	padding-bottom: calc(170 / var(--break) * 100vw );
}
.gnav_sp .nav_main > ul {
	padding: 0 calc(35 / var(--break) * 100vw );
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li:not(:last-child){
	margin-bottom: calc(6 / var(--break) * 100vw );
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: calc(10 / var(--break) * 100vw );
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(6 / var(--break) * 100vw ) 0 calc(6 / var(--break) * 100vw ) calc(24 / var(--break) * 100vw );
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.gnav_sp .nav_main > ul > li > a span{
	letter-spacing: 0;
	line-height: 1.6;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: calc(12 / var(--break) * 100vw ) solid transparent;
	border-bottom: calc(12 / var(--break) * 100vw ) solid transparent;
	border-left: calc(15 / var(--break) * 100vw ) solid #fff;
	border-right: 0;
	top: 0.65em;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
	transform: rotate(90deg);
}
.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_gnav_sp {
		height: calc(90 / var(--break) * 100vw);
		width: calc(90 / var(--break) * 100vw);
		top: calc(20 / var(--break) * 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(35 / var(--break) * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(44 / var(--break) * 100vw);
		bottom: calc(12 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		top: 3vw;
		right: 3.2vw;
		width: calc(100 / var(--break) * 100vw );
		height: calc(100 / var(--break) * 100vw );
	}
	.btn_gnav_sp .txt_gnav{
		bottom: 0.5vw;
		width: calc(50 / var(--break) * 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: calc(4 / var(--break) * 100vw);
		top: calc(-30 / var(--break) * 100vw);
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after{
		height: calc(4 / var(--break) * 100vw );
	}
	.gnav_sp {
		padding: 19vw 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 2vw 0vw 2vw 6vw;
	}
	.gnav_sp .nav_main > ul > li:not(:last-child) {
		margin-bottom: calc(4 / var(--break) * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a span {
		line-height: 1.56;
		font-size: calc(32 / var(--break) * 100vw );
	}
	.gnav_sp .nav_sub {
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 0 1vw 6vw;
	}
	.gnav_sp .nav_main > ul > li > a:after{
		border-top: calc(18 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(18 / var(--break) * 100vw) solid transparent;
		border-left: calc(25 / var(--break) * 100vw) solid #fff;
		top: 0.8em;
	}
}




/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
}
.index_news li dt {
}
.index_news li dd {
}
.index_news li dd a {
	color: #977246; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
}


/* first 
------------------------------------------------------------------*/
.first01{
	background: url("images/index/deco_first01.svg")no-repeat left 40% top 11% / calc(290 / var(--break) * 100vw ) auto, url("images/index/deco_first02.svg")no-repeat left bottom 24% / calc(453 / var(--break) * 100vw ) auto, url("images/index/deco_first03.svg")no-repeat right bottom 50% / calc(418 / var(--break) * 100vw ) auto ,url("images/index/bg_first01.jpg")no-repeat center bottom / 100% auto;
	padding-bottom: calc(480 / var(--break) * 100vw );
}
.wrap_first01{
	max-width: 1720px;
	width: 91%;
}
.en_first01{
	max-width: 1704px;
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.first01 {
		background: url(images/index/deco_first01.svg) no-repeat left 40% top 7% / calc(290 / var(--break) * 100vw) auto, url(images/index/deco_first02.svg) no-repeat left bottom 24% / calc(320 / var(--break) * 100vw) auto, url(images/index/deco_first03.svg) no-repeat right bottom 50% / calc(300 / var(--break) * 100vw) auto, url(images/index/bg_first01.jpg) no-repeat center bottom / 100% auto;
		padding-bottom: calc(340 / var(--break) * 100vw);
	}
	.copy_first01{
		font-size: 3.5rem;
	}
	.copy_first01 em{
		font-size: 4.5rem;
	}
	.copy_first02 {
		font-size: 4.5rem;
	}
	.copy_first02 em{
		font-size:5.75rem;
	}
}
@media(max-width: 767px) {
	.first01 {
		background: url(images/index/deco_first01.svg) no-repeat left -4vw top 1vw / auto calc(172 / var(--break) * 100vw ), url(images/index/deco_first02.svg) no-repeat left -2vw bottom 32.5% / auto calc(201 / var(--break) * 100vw ), url(images/index/deco_first03.svg) no-repeat right -4vw bottom 24% / auto calc(192 / var(--break) * 100vw ), url("images/index/bg_first01_sp.jpg") no-repeat center bottom / 100% auto;
		padding-bottom: 41vw;
	}
	.wrap_first01{
		width: calc(702 / var(--break) * 100vw );
	}
	.copy_first01{
		font-size: calc(34 / var(--break) * 100vw );
		margin-bottom: 7vw;
	}
	.copy_first01 em{
		font-size: calc(46 / var(--break) * 100vw );
	}
	.copy_first02 {
		font-size:calc(46 / var(--break) * 100vw );
	}
	.copy_first02 em{
		font-size:calc(56 / var(--break) * 100vw );
	}
}

/* reason
------------------------------------------------------------------*/
.bg_reason01{
	background: #d6cfc4 url("images/index/bg_reason01.jpg")no-repeat right bottom / auto calc(1050 / var(--break) * 100vw ) ;
}
.row_reason01{
	max-width: calc(1500 / var(--break) * 100vw );
	width: 90%;
}
.row_reason01 .col_txt{
	width: 53.5%;
}
.row_reason02 .col_img{
	width: 50%;
	min-height: calc(800 / var(--break) * 100vw );
	background: url("images/index/img_reason01.jpg")no-repeat center / cover;
}
.row_reason02.reason02 .col_img{
	background: url("images/index/img_reason02.jpg")no-repeat center / cover;
}
.row_reason02.reason03 .col_img{
	background: url("images/index/img_reason03.jpg")no-repeat center / cover;
}
.row_reason02 .col_txt{
	width: 50%;
}
.row_reason02 .col_txt .wrap{
	width: 83%;
}
.num_reason01{
	font-size: 18.75rem;
	text-shadow: 1px 1px 0 #977246, -1px -1px 0 #977246,
	  -1px 1px 0 #977246,  1px -1px 0 #977246,
	  1px 0 0 #977246, -1px  0 0 #977246,
	  0 1px 0 #977246,  0 -1px 0 #977246;
	right: calc(-10 / var(--break) * 100vw );
	top: calc(-32 / var(--break) * 100vw );
	z-index: -1;
	color: #2c1307;
}
.slide_reason01 ul{
	margin-bottom: 0!important;
}
.slide_reason01 .slick-prev:before,.slide_reason01 .slick-next:before {
	display: none;
}
.slide_reason01 .slick-prev, .slide_reason01 .slick-next {
	width: calc(50 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	background: url("images/index/arw_reason01.svg")no-repeat center / contain;
	z-index: 9;
	transform: none;
	top: auto;
	bottom: calc(20 / var(--break) * 100vw );
}
.slide_reason01 .slick-prev {
	left: 68%;
}
.slide_reason01 .slick-next {
	left:79.5%;
	background: url("images/index/arw_reason02.svg")no-repeat center / contain;
}
.slide_reason01 .slick-dots {
	bottom: calc(40 / var(--break) * 100vw);
	line-height: 1;
	width: calc(130 / var(--break) * 100vw);
	left: 71.5%;
}
.slide_reason01 .slick-dots li {
	width: calc( 17 / var(--break) * 100vw);
	height: calc( 17 / var(--break) * 100vw);
	margin: 0 calc( 10 / var(--break) * 100vw);
}
.slide_reason01 .slick-dots li button {
	width: calc( 17 / var(--break) * 100vw);
	height: calc( 17 / var(--break) * 100vw);
	padding: 0;
}
.slide_reason01 .slick-dots li button:before {
	content: "";
	background: #666666;
	width: calc( 17 / var(--break) * 100vw);
	height: calc( 17 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_reason01 .slick-dots li.slick-active button:before {
	background: #ffffff;
	opacity: 1;
}
.slide_reason01 .slick-dots li:only-child {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_reason01 {
		background: #d6cfc4 url(images/index/bg_reason01.jpg) no-repeat right -45% bottom / auto calc(1000 / var(--break) * 100vw);
	}
	.row_reason01 .col_txt {
		width: 52%;
	}
	.ttl_reason01{
		font-size: 4.25rem;
	}
	.ttl_reason01 small{
		font-size: 3.25rem;
	}
	.row_reason02 .col_img {
		min-height: calc(735 / var(--break) * 100vw);
	}
	.row_reason01 .col_txt .txt01{
		font-size: 2.25rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_reason01 {
		background: #d6cfc4 url(images/index/bg_reason01.jpg) no-repeat right -130% bottom / auto calc(856 / var(--break) * 100vw);
		padding-bottom: calc(70 / var(--break) * 100vw );
	}
	.row_reason01 .col_txt {
		width: 54%;
	}
	.row_reason01 .col_txt .txt01 {
		font-size: 1.875rem;
	}
	.row_reason01 .col_txt .ttl {
		font-size: 6rem;
	}
	.row_reason01 .col_txt .txt02 {
		font-size: 1.125rem;
	}
	.ttl_reason01 {
		font-size: 3.25rem;
	}
	.ttl_reason01 small {
		font-size: 2.5rem;
	}
	.num_reason01 {
		font-size: 15.75rem;
		right: calc(-6 / var(--break) * 100vw);
		top: calc(-27 / var(--break) * 100vw);
	}
	.row_reason02 .col_img {
		min-height: calc(600 / var(--break) * 100vw);
	}
	.row_reason02 .col_txt .txt{
		font-size: 1.125rem;
	}
	.slide_reason01 .slick-dots {
		width: calc(108 / var(--break) * 100vw);
	}
	.slide_reason01 .slick-dots li {
		width: calc( 12 / var(--break) * 100vw);
		height: calc( 12 / var(--break) * 100vw);
		margin: 0 calc( 8 / var(--break) * 100vw);
	}
	.slide_reason01 .slick-dots li button {
		width: calc( 12 / var(--break) * 100vw);
		height: calc( 12 / var(--break) * 100vw);
	}
	.slide_reason01 .slick-dots li button:before {
		width: calc( 12 / var(--break) * 100vw);
		height: calc( 12 / var(--break) * 100vw);
	}

}
@media(max-width: 767px) {
	.bg_reason01 {
		background: #d6cfc4 url("images/index/bg_reason01_sp.png") no-repeat right top 28vw / 100% auto;
		padding-bottom: 12vw;
	}
	.row_reason01{
		width: calc(646 / var(--break) * 100vw );
		margin-top: 72vw;
	}
	.row_reason01 .col_txt{
		width: 100%;
	}
	.row_reason01 .col_txt .txt01 {
		font-size: calc(38 / var(--break) * 100vw );
		text-align: center;
	}
	.row_reason01 .col_txt .ttl {
		font-size: calc(100 / var(--break) * 100vw );
		text-align: center;
		letter-spacing: 0.1em!important;
	}
	.row_reason01 .col_txt .txt02 {
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
	}
	.row_reason02 .col_img{
		width: 100%;
		min-height: calc(625 / var(--break) * 100vw );
	}
	.row_reason02 .col_txt{
		width: 100%;
		padding-top: 8vw;
		padding-bottom: 19vw;
	}
	.ttl_reason01{
		font-size: calc(52 / var(--break) * 100vw );
		line-height: 1.6;
		margin-bottom: 4vw;
	}
	.ttl_reason01 small{
		font-size: calc(40 / var(--break) * 100vw );
	}
	.row_reason02 .col_txt .txt{
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
	}
	.row_reason02 .col_txt .wrap{
		width: calc(646 / var(--break) * 100vw );
	}
	.num_reason01{
		font-size: calc(300 / var(--break) * 100vw );
	}
	.slide_reason01 .slick-dots {
		bottom: calc(60 / var(--break) * 100vw);
		left: 41%;
	}
	.slide_reason01 .slick-prev{
		left: 32%;
		bottom: calc(40 / var(--break) * 100vw);
	}
	.slide_reason01 .slick-next {
		left: auto;
		right: 32%;
		bottom: calc(40 / var(--break) * 100vw);
	}
}

/* stepzero
------------------------------------------------------------------*/
.bg_stepzero01{
	background: #d6cfc4 url("images/index/bg_stepzero01.jpg")no-repeat left bottom /auto calc(1050 / var(--break) * 100vw );
}
.bg_stepzero02{
	background: url("images/index/bg_stepzero02.jpg")no-repeat center / cover;
}
.row_stepzero01{
	max-width: 1720px;
	width: 91%;
	gap:calc(30 / var(--break) * 100vw ) 1%;
}
.row_stepzero01 .col{
	width: 19.2%;
	min-height: calc(280 / var(--break) * 100vw );
}
.row_stepzero01 .col:before{
	content: "";
	background: #97724633;
	width:100%;
	height:100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_stepzero01 .col .icn{
	width: calc(60 / var(--break) * 100vw );
}
.copy_stepzero01.dot_common01 .dot:before{
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_stepzero01 {
		background: #d6cfc4 url(images/index/bg_stepzero01.jpg) no-repeat left -50% bottom / auto calc(1000 / var(--break) * 100vw);
	}
	.row_stepzero01 .col .txt{
		font-size: 1.75rem;
	}
	.copy_stepzero01{
		font-size: 4.75rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_stepzero01 {
		background: #d6cfc4 url(images/index/bg_stepzero01.jpg) no-repeat left calc(-125 / var(--break) * 100vw ) bottom / auto calc(860 / var(--break) * 100vw);
		padding-bottom: calc(70 / var(--break) * 100vw );
	}
	.bg_stepzero01 .row_reason01 .col_txt .ttl {
		font-size: 4.25rem;
	}
	.row_stepzero01 .col {
		min-height: calc(240 / var(--break) * 100vw);
	}
	.row_stepzero01 .col .txt {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.copy_stepzero01 {
		font-size: 3.75rem;
	}
}
@media(max-width: 767px) {
	.bg_stepzero01 {
		background: #d6cfc4 url("images/index/bg_stepzero01_sp.png") no-repeat left top 36vw / 100% auto;
	}
	.bg_stepzero01 .row_reason01 {
		margin-top: 66vw;
	}
	.bg_stepzero01 .row_reason01 .col_txt .txt01{
		margin-bottom: 2vw;
	}
	.bg_stepzero01 .row_reason01 .col_txt .ttl {
		font-size: calc(72 / var(--break) * 100vw);
		letter-spacing: 0!important;
	}
	.bg_stepzero02 {
		background: url("images/index/bg_stepzero02_sp.jpg") no-repeat center / cover;
		padding-bottom: 13vw;
	}
	.row_stepzero01{
		width: calc(702 / var(--break) * 100vw );
		gap:calc(20 / var(--break) * 100vw ) 3%;
		margin-bottom: 8vw;
	}
	.row_stepzero01 .col{
		width: 48.5%;
		padding-bottom: 4vw;
		padding-top: 5vw;
		min-height: calc(290 / var(--break) * 100vw );
	}
	.row_stepzero01 .col .icn{
		width: calc(63 / var(--break) * 100vw );
	}
	.row_stepzero01 .col .txt{
		font-size: calc(32 / var(--break) * 100vw );
	}
	.txt_stepzero01 {
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
		margin-bottom: 3vw;
	}
	.copy_stepzero01{
		font-size: calc(66 / var(--break) * 100vw );
	}
}

/* movie
------------------------------------------------------------------*/
.movie .box_video02{
	max-width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.movie .txt{
		font-size: calc(32 / var(--break) * 100vw );
		line-height:  1.875rem;
	}
	.ttl_common01.ttl_movie{
		margin-bottom: 5vw;
	}
}

/* treatment01
------------------------------------------------------------------*/
.row_common01.treatment01 .ccl_common01,.row_common01.treatment04 .ccl_common01{
	right: calc(40 / var(--break) * 100vw );
	bottom: calc(40 / var(--break) * 100vw );
}
.wrap_treatment01{
	max-width: 1720px;
	width: 91%;
}
.wrap_treatment01 .ccl{
	width: calc(320 / var(--break) * 100vw );
	aspect-ratio:1/1;
	border: calc(4 / var(--break) * 100vw ) solid #977246;
}
.wrap_treatment01 .txt01{
	font-size: calc(194 / var(--break) * 100vw );
	margin-bottom: calc(-160 / var(--break) * 100vw );
}
.wrap_treatment01 .txt02{
	left: calc(10 / var(--break) * 100vw );
	bottom: calc(-65 / var(--break) * 100vw);
}
.wrap_treatment01 .odometer{
	font-size: calc(420 / var(--break) * 100vw );
	font-family: "impact", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	letter-spacing: -0.03em!important;
}
.box_treatment01{
	outline : calc( 4 / var(--break) * 100vw ) solid #ffffff;
	outline-offset : calc( -24 / var(--break) * 100vw );
}
.row_treatment01{
	gap:calc(50 / var(--break) * 100vw ) 2%;
}
.row_treatment01 .col{
	max-width: 480px;
	width: 32%;
}
.row_treatment01 .col .txt{
	margin-top: calc(-100 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_treatment01{
		padding-top: calc(30 / var(--break) * 100vw );
		padding-bottom: calc(50 / var(--break) * 100vw );
	}
	.wrap_treatment01 .ccl {
		width: calc(280 / var(--break) * 100vw);
	}
	.wrap_treatment01 .odometer {
		font-size: calc(340 / var(--break) * 100vw);
	}
	.wrap_treatment01 .txt01 {
		font-size: calc(184 / var(--break) * 100vw);
		margin-bottom: calc(-110 / var(--break) * 100vw);
	}
	.wrap_treatment01 .txt02 {
		bottom: calc(-50 / var(--break) * 100vw);
		font-size: 1.125rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01.treatment01 .ccl_common01, .row_common01.treatment04 .ccl_common01 {
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
	}
	.wrap_treatment01 .ccl {
		width: calc(240 / var(--break) * 100vw);
		font-size: 2.25rem;
	}
	.wrap_treatment01 .odometer {
		font-size: calc(270 / var(--break) * 100vw);
	}
	.wrap_treatment01 .txt01 {
		font-size: calc(160 / var(--break) * 100vw);
		margin-bottom: calc(-62 / var(--break) * 100vw);
	}
	.wrap_treatment01 .txt02 {
		bottom: calc(-50 / var(--break) * 100vw);
		font-size: 1rem;
	}
	.row_treatment01 .col .txt {
		font-size: 2.5rem;
		margin-top: calc(-90 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.ttl_common01.ttl_treatment01{
		margin-bottom: 10vw;
	}
	.row_common01.treatment01 .ccl_common01 {
		right: calc(50 / var(--break) * 100vw);
		bottom: calc(18 / var(--break) * 100vw);
	}
	.wrap_treatment01{
		width: 100%;
		padding-top: 8vw;
		padding-bottom: 14vw;
	}
	.wrap_treatment01 .ccl{
		margin:0 10vw 2vw;
		width: calc(200 / var(--break) * 100vw );
		font-size: calc(32 / var(--break) * 100vw );
	}
	.wrap_treatment01 .odometer{
		font-size: calc(216 / var(--break) * 100vw );
		letter-spacing: -0.03em!important;
	}
	.wrap_treatment01 .txt01 {
		font-size: calc(104 / var(--break) * 100vw);
		margin-bottom: -11vw;
	}
	.wrap_treatment01 .txt02 {
		font-size: calc(26 / var(--break) * 100vw );
		left: auto;
		right: 1vw;
		bottom: -7vw;
		width: calc(300 / var(--break) * 100vw );
		text-align: right;
	}
	.box_treatment01{
		margin-bottom: 8vw;
	}
	.box_treatment01 > .inner1500 > .txt{
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
		margin-bottom: 6vw;
	}
	.box_treatment01 .ttl_common03{
		margin-bottom: 5vw;
	}
	.row_treatment01{
		width: calc(480 / var(--break) * 100vw );
		margin: 0 auto;
		gap:3vw;
	}
	.row_treatment01 .col{
		width: 100%;
	}
	.row_treatment01 .col .txt{
		font-size: calc(48 / var(--break) * 100vw );
		padding: 1vw 1vw 3vw;
	}
	.row_common01.treatment04 .ccl_common01 {
		right: 4vw;
		bottom: 4vw;
		width: calc(188 / var(--break) * 100vw);
	}
}

/* case
------------------------------------------------------------------*/
.row_case02 .col_img{
	max-width: 180px;
	width: 14.6%;
}
.row_case02 .col_txt{
	width: 79%;
}
.row_case02 .col_txt:before{
	content: "";
	background:#ffffff;
	width: calc( 40 / var(--break) * 100vw );
	height: calc( 50 / var(--break) * 100vw );
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	bottom: 0;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.slide_case01{
	max-width: 1500px;
	width: 90%;
	margin-bottom: calc(100 / var(--break) * 100vw )!important;
}
.box_case_common01{
	gap:calc(20 / var(--break) * 100vw ) 2.3%;
}
.box_case_common01 > .col{
	width: 31.8%;
}
.wrap_case01 .col{
	width: 50%;
}
.box_case_common01 .twentytwenty-handle {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}
.box_case_common01 .twentytwenty-handle::before{
	content: ''!important;
	position: absolute!important;
	top: 0!important;
	left: calc(50% + 2px)!important;
	width: 2px!important;
	height: 9999px!important;
	background: #2d2d2d!important;
	transform: translateX(-50%)!important;
	margin: auto!important;
	z-index: 39!important;
}
.box_case_common01 .twentytwenty-handle::after{
	width: calc(60 /var(--break)*100vw)!important;
	height: calc(60 /var(--break)*100vw)!important;
	background: rgba(255,255,255,0.5)!important;
	border-radius: 100%!important;
	border: none!important;
	margin-left: calc(-30/var(--break)*100vw)!important;
	margin-top: calc(-30/var(--break)*100vw)!important;
	z-index: 40!important;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)!important;
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)!important;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)!important;
	left: calc(50% + 2px)!important;
}
.box_case_common01 .twentytwenty-left-arrow{
	border: none;
	margin-top: calc(-12 /var(--break)*100vw);
	background: url("images/page/arw_left_tt.svg")no-repeat center/contain;
	width: calc(13 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	margin-left: calc(-16 /var(--break)*100vw);
	z-index: 41!important;
}
.box_case_common01 .twentytwenty-right-arrow {
	border: none;
	margin-top: calc(-12 /var(--break)*100vw);
	background: url("images/page/arw_right_tt.svg")no-repeat center/contain;
	width: calc(13 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	margin-right: calc(-20 /var(--break)*100vw);
	z-index: 41!important;
}
.box_case_common01 .twenty20 {
	margin-bottom: 0!important;
}
.tbl_case table{
	border-color: #2c1307;
	border-left: 0;
	border-right: 0;
}
.tbl_case th{
	background: #000;
}
.tbl_case tr:not(:last-child) td{
	border-bottom-color: #2c1307;
}
.slide_case01 .slick-dots{
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.row_case02 .col_img{
		width: calc(300 / var(--break) * 100vw );
		margin: 0 auto 8vw;
	}
	.row_case02 .col_txt{
		width: 100%;
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
		padding: 3.5vw 4vw;
	}
	.row_case02 .col_txt:before {
		width: calc(50 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: auto;
		bottom: calc(100% - 1px);
		clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	}
	.ttl_common01.ttl_case {
		margin-bottom: 9vw;
	}
	.case .ttl_common02 {
		margin-bottom: 5vw;
	}
	.slide_case01{
		width: calc(702 / var(--break) * 100vw );
		margin-bottom: calc(60 / var(--break) * 100vw) !important;
	}
	.box_case_common01 > .col{
		width: 100%;
	}
	.wrap_case01 .col{
		font-size: calc(44 / var(--break) * 100vw );
		padding: 1.5vw 1vw;
	}
	.box_case_common01 {
		gap: calc(30 / var(--break) * 100vw) 0;
		margin-bottom: 8vw;
	}
	.box_case_common01 .twentytwenty-handle {
		background: none!important;
		border: none!important;
		box-shadow: none!important;
	}
	.box_case_common01 .twentytwenty-handle::before{
		content: ''!important;
		position: absolute!important;
		top: 0!important;
		left: 56%!important;
		width: 2px!important;
		height: 9999px!important;
		background: #2d2d2d!important;
		transform: translateX(-50%)!important;
		margin: auto!important;
		z-index: 39!important;
	}
	.box_case_common01 .twentytwenty-handle::after{
		width: calc(86 /var(--break)*100vw)!important;
		height: calc(86 /var(--break)*100vw)!important;
		border-radius: 100%!important;
		border: none!important;
		margin-left: calc(-44/var(--break)*100vw)!important;
		margin-top: calc(-40/var(--break)*100vw)!important;
		z-index: 40!important;
		-webkit-box-shadow: 0 0 calc(12/var(--break)*100vw) rgba(51, 51, 51, 0.5)!important;
		-moz-box-shadow: 0 0 calc(12/var(--break)*100vw) rgba(51, 51, 51, 0.5)!important;
		box-shadow: 0 0 calc(12/var(--break)*100vw) rgba(51, 51, 51, 0.5)!important;
	}
	.box_case_common01 .twentytwenty-left-arrow{
		margin-top: calc(-12 /var(--break)*100vw);
		width: calc(19 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
		margin-left: calc(-22 /var(--break)*100vw);
	}
	.box_case_common01 .twentytwenty-right-arrow {
		margin-top: calc(-12 /var(--break)*100vw);
		width: calc(19 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
		margin-right: calc(-29 /var(--break)*100vw);
	}
	.tbl_case tr:not(:last-child) th{
		border-bottom: 0;
	}
	.tbl_case th ,.tbl_case td{
		padding: 3.5vw 5vw;
		border-bottom: 0!important;
	}
}

/* worries
------------------------------------------------------------------*/
.list_worries01 li{
	padding-left: calc(52 / var(--break) * 100vw );
	padding-bottom: calc(14 / var(--break) * 100vw );
	border-bottom:1px dashed #fff;
}
.list_worries01 li:before {
	width: calc(32 / var(--break) * 100vw);
	height: calc(32 / var(--break) * 100vw);
	background:url("images/page/check01.svg")no-repeat center / contain;
	border-radius: 0%;
	top: .25em;
}
.list_worries01 li:not(:first-child) {
	margin-top: calc(11 / var(--break) * 100vw);
}
.box_worries01{
	border: 1px solid #2c1307;
}
.box_worries01 .col_img{
	max-width: 380px;
	width: 27.2%;
}
.box_worries01 .col_txt{
	width: 70%;
}
.box_worries01 .col_txt .copy{
	border-bottom: 1px solid #2c1307;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_worries01 .col_txt .copy {
		font-size: 2.125rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.list_worries01{
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	.worries{
		padding-bottom: 16vw;
	}
	.worries .ttl_common01{
		margin-bottom: 10vw;
	}
	.bg_worries01{
		margin-bottom: 8vw;
	}
	.ttl_worries01{
		font-size: calc(38 / var(--break) * 100vw );
		padding: 3.5vw 2vw;
		margin-bottom: 5vw;
	}
	.list_worries01{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto 11vw;
		font-size: calc(32 / var(--break) * 100vw );
	}
	.list_worries01 li {
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.list_worries01 li:not(:first-child) {
		margin-top: calc(15 / var(--break) * 100vw);
	}
	.box_worries01 {
		padding: 8vw 4% 6vw;
	}
	.box_worries01 .col_img{
		width: 100%;
		margin-bottom: 5vw;
	}
	.box_worries01 .col_txt{
		width: 100%;
	}
	.box_worries01 .col_txt .copy{
		font-size: calc(36 / var(--break) * 100vw );
		margin-bottom: 3vw;
	}
	.box_worries01 .col_txt .txt{
		line-height: 1.875;
	}
}

/* greeting
------------------------------------------------------------------*/
.bg_greeting01:before{
	content: "";
	background: url("images/index/bg_greeting01.jpg")no-repeat center / cover;
	width: 100%;
	height: calc( 100% - calc( 220 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_greeting01{
	max-width: 1720px;
	width: 91%;
}
.row_greeting01 .col_img{
	max-width: 766px;
	width: 44.6%;
}
.row_greeting01 .col_txt{
	width: 53%;
	padding-bottom: calc(330 / var(--break) * 100vw );
}
.row_greeting01 .col_txt > .wrap{
	width: 88%;
}
.box_greeting01 {
	margin-top: calc(-140 / var(--break) * 100vw );
}
.dr_name02{
	background: #2c1307CC;
	left: 0;
	bottom: calc(280 / var(--break) * 100vw );
	width: calc(570 / var(--break) * 100vw );
}
.dr_name02 .ja{
	font-size: 6.375rem;
}
.box_greeting01{
	border: 2px solid #977246;
}
.box_greeting01 .col{
	width: 48.6%;
}
.box_prof.box_1240px{
	padding: 0;
}
.box_prof01 .txt{
	font-weight: bold;
}
.box_prof01 ol {
	line-height: 1.45;
}
.box_prof01 .year {
	width: calc(140 / var(--break) * 100vw);
}
.box_prof01 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.box_prof .list_default li:before {
	background: #977246;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_greeting01:before {
		height: calc(100% - calc(180 / var(--break) * 100vw));
	}
	.row_greeting01 .col_img {
		width: 48%;
		margin-left: -6%;
	}
	.dr_name02 {
		left: 9%;
		bottom: calc(225 / var(--break) * 100vw);
		width: calc(490 / var(--break) * 100vw);
	}
	.dr_name02 .txt{
		font-size: 1.625rem;
	}
	.dr_name02 .ja{
		font-size:5.25rem;
	}
	.dr_name02 .en{
		font-size:1.75rem;
	}
	.row_greeting01 .col_txt {
		padding-bottom: calc(255 / var(--break) * 100vw);
	}
	.box_greeting01 {
		margin-top: calc(-100 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_greeting01:before {
		height: calc(100% - calc(170 / var(--break) * 100vw));
	}
	.row_greeting01 .col_txt .txt{
		font-size: 1.125rem;
	}
	.row_greeting01 .col_txt {
		padding-top: calc(50 / var(--break) * 100vw );
		padding-bottom: calc(240 / var(--break) * 100vw);
	}
	.row_greeting01 .col_txt > .wrap {
		width: 100%;
	}
	.dr_name02 {
		bottom: calc(210 / var(--break) * 100vw);
		width: calc(380 / var(--break) * 100vw);
		padding-top: calc(25 / var(--break) * 100vw );
		padding-bottom: calc(30 / var(--break) * 100vw );
	}
	.dr_name02 .txt {
		font-size: 1.375rem;
		margin-bottom: calc(10 / var(--break) * 100vw );
	}
	.dr_name02 .ja {
		font-size: 4rem;
		margin-bottom:  calc(30 / var(--break) * 100vw );
	}
	.dr_name02 .en {
		font-size: 1.375rem;
	}
}
@media(max-width: 767px) {
	.greeting{
		padding-bottom: 16vw;
	}
	.ttl_common01.ttl_greeting{
		margin-bottom: 10vw;
	}
	.bg_greeting01{
		padding-top: 1vw;
	}
	.bg_greeting01:before {
		background: url(images/index/bg_greeting01_sp.jpg) no-repeat center / cover;
		height: 100% ;
	}
	.row_greeting01{
		display: block;
		margin-top: -18vw;
		margin-bottom: 8vw;
		padding-bottom: 9vw;
	}
	.row_greeting01 .col_img{
		width: calc(510 / var(--break) * 100vw);
		margin-left: 4vw;
	}
	.row_greeting01 .col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		margin-top: -12vw;
	}
	.row_greeting01 .col_txt > .wrap {
		width: 100%;
	}
	.dr_name02 {
		bottom: calc(210 / var(--break) * 100vw);
		width: calc(390 / var(--break) * 100vw);
		padding-top: 3vw;
		left: -9vw;
		bottom: 16vw;
	}
	.dr_name02 .txt {
		font-size: calc(30 / var(--break) * 100vw );
		margin-bottom: calc(10 / var(--break) * 100vw );
	}
	.dr_name02 .ja {
		font-size: calc(62 / var(--break) * 100vw );
		 margin-bottom: 2.5vw;
	}
	.dr_name02 .en {
		font-size: calc(30 / var(--break) * 100vw );
	}
	.row_greeting01  .ttl_common03{
		margin-bottom: 2vw;
	}
	.row_greeting01 .ttl_common03 .txt01 {
		text-align: center;
	}
	.row_greeting01  .ttl_common03 .txt02 {
		text-align: center;
	}
	.row_greeting01 .col_txt .txt{
		font-size: calc(32 / var(--break) * 100vw );
		line-height: 1.875;
	}
	.box_greeting01{
		margin-top: 0;
		border-width: 1px;
		padding: 6vw 4vw 7vw;
	}
	.box_greeting01 .col{
		width: 100%;
	}
	.box_greeting01 .col:not(:last-child){
		margin-bottom: 7vw;
	}
	.box_prof .ttl{
		font-size: calc(34 / var(--break) * 100vw );
		padding: 1vw;
	}
	.box_prof01 .year {
		width: calc(190 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		 width: calc(100% - calc(190 / var(--break) * 100vw)); 
	}
}

/* selection
------------------------------------------------------------------*/
.img_selection01{
	max-width: 1015px;
}
.row_selection01{
	gap:calc(40 / var(--break) * 100vw ) 2.3%;
}
.row_selection01 .col{
	width: 31.8%;
	border: 1px solid #2c1307;
}
.ttl_selection01:before,.ttl_selection01:after{
	content: "";
	background: #2c1307;
	flex:1;
	height: 1px;
	position: relative;
	display: block;
	margin-right: calc(20 / var(--break) * 100vw );
}
.ttl_selection01:after{
	margin-right: 0!important;
	margin-left: calc(20 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_selection01 .col .ttl{
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	.selection .ttl_common01{
		margin-bottom: 8vw;
	}
	.img_selection01 {
		margin-bottom: 6vw;
	}
	.row_selection01{
		margin-bottom: 8vw;
	}
	.row_selection01 .col{
		width: 100%;
	}
	.row_selection01 .col p{
		padding: 2vw 4vw 2vw;
		line-height: 1.875;
	}
	.row_selection01 .col .ttl{
		font-size:calc(36 / var(--break) * 100vw ) ;
	}
	.txt_selection01{
		line-height: 1.875;
		margin-bottom: 4vw;
	}
	.selection .ttl_common02{
		margin-bottom: 3vw;
	}
	.ttl_selection01{
		font-size: calc(36 / var(--break) * 100vw );
	}
}

/* difference
------------------------------------------------------------------*/
.bg_difference02{
	background: url("images/index/bg_difference01.jpg")no-repeat center / cover;
}
.bg_difference03{
	background: url("images/index/bg_difference02.jpg")no-repeat center / cover;
}
.bg_difference04{
	background: url("images/index/bg_difference03.jpg")no-repeat center / cover;
}
.bg_difference03 .ttl_common01 .ja,.bg_difference04 .ttl_common01 .ja{
	text-shadow: none;
}
.ttl_difference01{
	border: 1px solid #fff;
}
.row_difference01{
	gap:calc(30 / var(--break) * 100vw ) 2%;
	width: 100%;
}
.row_difference01 .col{
	width: 32%;
}
.row_difference02 {
	gap:calc(70 / var(--break) * 100vw ) 2%;
}
.row_difference02 .col{
	width: 32%;
}
.row_difference02.pt02 {
	gap:calc(70 / var(--break) * 100vw ) 2.6%;
}
.row_difference02.pt02 .col{
	width: 48.7%;
}
.row_difference02 .col .ttl{
	border-bottom: 1px solid #2c1307;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_difference02 .col .ttl {
		font-size: 2.125rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_difference02 .col{
		padding-right: calc(30 / var(--break) * 100vw );
		padding-left: calc(30 / var(--break) * 100vw );
	}
	.row_difference02 .col .ttl{
		font-size: 1.875rem;
	}
	.row_difference02.pt02 .col .ttl {
		font-size: 1.75rem;
	}
	.row_difference02 .col .txt{
		font-size: 1.125rem;
	}
}
@media(max-width: 767px) {
	.bg_difference01{
		padding-top: 12vw;
	}
	.difference .ttl_common01{
		margin-bottom: 10vw;
	}
	.bg_difference02 {
		padding-top: 9vw;
		background: url("images/index/bg_difference01_sp.jpg") no-repeat center / cover;
		margin-bottom: 8vw;
	}
	.bg_difference02 .ttl_common02{
		margin-bottom: 5vw;
	}
	.bg_difference03 {
		background: url("images/index/bg_difference02_sp.jpg") no-repeat center / cover;
		padding-bottom: 10vw;
	}
	.bg_difference04 {
		background: url("images/index/bg_difference03_sp.jpg") no-repeat center / cover;
		padding-bottom: 16vw;
	}
	.row_difference01{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto 5vw;
	}
	.row_difference01 .col{
		width: 100%;
	}
	.row_difference01 .col .icn {
		width: calc(96 / var(--break) * 100vw);
	}
	.ttl_difference01 {
		font-size: calc(32 / var(--break) * 100vw );
	}
	.ttl_difference01 em{
		font-size: calc(40 / var(--break) * 100vw );
	}
	.row_difference02 .col {
		width: 100%;
		padding-bottom: 6vw;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.row_difference02.pt02 .col {
		width: 100%;
	}
	.row_difference02 .col .num{
		font-size: calc(80 / var(--break) * 100vw );
	}
	.row_difference02 .col .ttl{
		font-size: calc(36 / var(--break) * 100vw );
	}
	.row_difference02 .col .txt{
		font-size: calc(32 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.row_difference02.pt02 .col .txt{
		line-height: 1.875;
	}
}

/* aftercare
------------------------------------------------------------------*/

@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.aftercare .ttl_common01{
		margin-bottom: 10vw;
	}
	.aftercare .ttl_common02{
		margin-bottom: 4vw;
	}
	.txt_aftercare01{
		line-height: 1.875;
		margin-bottom: 6vw;
	}
	.aftercare .ttl_difference01 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.aftercare .ttl_difference01 em{
		font-size: calc(46 / var(--break) * 100vw);
	}
}


/* treatment02
------------------------------------------------------------------*/
.box_treatment02{
	max-width: 1720px;
	width: 91%;
}
.box_treatment02 > .wrap{
	max-width: 1500px;
	width: 90%;
}
.row_treatment02 .col_img{
	max-width: 480px;
	width: 32%;
}
.row_treatment02 .col_txt{
	max-width: 940px;
	width: 62.7%;
}
.ttl_treatment03:before,.ttl_treatment03:after{
	content: "";
	background: #2c1307;
	flex:1;
	height: 2px;
	position: relative;
	display: block;
	margin-right: calc(60 / var(--break) * 100vw );
}
.ttl_treatment03:after{
	margin-right: 0!important;
	margin-left: calc(60 / var(--break) * 100vw );
}
.box_treatment03{
	border: 2px solid #2c1307;
}
.box_treatment03 .ttl{
	border-bottom: 1px solid #2c1307;
}
.list_treatment01 li {
	border-bottom: 1px dashed #2c1307;
	padding-bottom: calc(12 / var(--break) * 100vw);
}
.list_treatment01.list_worries01 li:before {
	top: .15em;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.box_treatment02 {
		width: 93%;
	}
	.box_treatment02 > .wrap {
		width: 92%;
	}
	.list_treatment01.list_worries01 {
		font-size: 1.25rem;
	}
	.list_treatment01.list_worries01 li:before{
		width: calc(26 / var(--break) * 100vw);
		height: calc(26 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.ttl_common01.ttl_treatment02 {
		margin-bottom: 10vw;
	}
	.box_treatment02{
		width: calc(702 / var(--break) * 100vw );
		padding-top: 8vw;
	}
	.row_treatment02{
		display: block;
		margin-bottom: 8vw;
	}
	.row_treatment02 .col_img{
		width: calc(480 / var(--break) * 100vw );
		margin: 0 auto 4vw;
	}
	.row_treatment02 .col_txt{
		width: 100%;
	}
	.ttl_treatment03{
		font-size: calc(38 / var(--break) * 100vw );
	}
	.ttl_treatment03:before, .ttl_treatment03:after {
		height: 1px;
		margin-right: calc(45 / var(--break) * 100vw);
	}
	.ttl_treatment03:after{
		margin-left: calc(45 / var(--break) * 100vw);
	}
	.box_treatment02 > .wrap {
		width: 93%;
	}
	.row_treatment02 .col_txt .txt{
		line-height: 1.875;
		margin-bottom: 3vw;
	}
	.box_treatment03 {
		padding: 0 4vw;
		border-width: 1px;
	}
	.box_treatment03 .ttl {
		font-size: calc(34 / var(--break) * 100vw );
		padding: 3vw 0;
	}
	.list_treatment01.list_worries01{
		width: 100%;
		margin: 0;
		padding: 3vw 0 5vw;
	}
	.list_treatment01 li {
		padding-bottom: calc(6 / var(--break) * 100vw);
	}
	.list_treatment01.list_worries01 li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
	.box_treatment02 .ttl_common02{
		margin-bottom: 5vw;
	}
	.img_treatment01{
		margin-bottom: 3vw;
	}
	.txt_treatment01{
		line-height: 1.875;
		margin-bottom: 7vw;
	}
	.box_treatment02 .box_worries01{
		margin-bottom: 8vw;
	}
	.box_treatment02 .box_worries01.no_img {
		padding-top: 5vw;
	}
	.box_treatment02 .box_worries01 .col_img {
		margin-bottom: 3vw;
	}
	.box_treatment02 .box_worries01 .copy{
		text-align: center;
		font-size: calc(34 / var(--break) * 100vw );
	}
	.list_treatment01.list_worries01 li:before {
		top: .25em;
	}
}

/* gentlecare
------------------------------------------------------------------*/
.row_gentlecare01 {
	border-bottom: 1px solid #2c1307;
}
.row_gentlecare01 .col_img{
	max-width: 290px;
	width: 19.4%;
}
.row_gentlecare01 .col_txt{
	width: 77%;
}
.row_gentlecare01 .col_txt .ttl:before{
	content: "";
	background: #b7a2c8;
	border-radius: 50%;
	width: calc( 16 / var(--break) * 100vw );
	height: calc( 16 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.55em;
}
.box_gentlecare01{
	border:1px solid #2c1307;
}
.box_gentlecare01 .ttl{
	border-bottom:1px solid #2c1307;
}
.img_gentlecare01{
	width: calc(237 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.gentlecare .ttl_common01{
		margin-bottom: 7vw;
	}
	.txt_gentlecare01 {
		line-height: 1.875;
		font-size: calc(32 / var(--break) * 100vw );
		margin-bottom: 6vw;
	}
	.row_gentlecare01{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto 8vw;
		padding-bottom: 6vw;
	}
	.row_gentlecare01 .col_img{
		width: calc(580 / var(--break) * 100vw );
		max-width: 100%;
		margin:0 auto 3vw;
	}
	.row_gentlecare01 .col_txt{
		width: 100%;
	}
	.row_gentlecare01 .col_txt .ttl{
		font-size: calc(34 / var(--break) * 100vw );
		margin-bottom: 1vw;
		padding-left: 6vw;
	}
	.row_gentlecare01 .col_txt .ttl:before {
		width: calc(22 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
	}
	.row_gentlecare01 .col_txt .txt{
		line-height: 1.875;
	}
	.img_gentlecare01{
		width: calc(440 / var(--break) * 100vw);
	}
	.box_gentlecare01{
		padding: 4vw 3vw;
	}
	.box_gentlecare01 .ttl{
		font-size:calc(34 / var(--break) * 100vw ) ;
		padding-bottom: 3vw;
		margin-bottom: 1.5vw;
	}
	.box_gentlecare01 .txt{
		line-height: 1.875;
	}
}

/* flow
------------------------------------------------------------------*/
.box_flow{
	border: 1px solid #2c1307;
}
.box_flow .col_txt .wrap_ttl .num{
	width: calc(40 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.box_flow .col_txt .wrap_ttl .ttl{
	width: calc(100% - calc(60 / var(--break) * 100vw ));
}
.box_flow .col_txt .wrap_ttl{
	margin-bottom: calc(18 / var(--break) * 100vw );
}
.arw_flow:before{
	border-top-color: #977246;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.flow .ttl_common01{
		margin-bottom: 10vw;
	}
	.box_flow{
		padding: 8vw 4vw ;
	}
	.box_flow .col_img{
		width: calc(580 / var(--break) * 100vw )!important;
		margin: 0 auto 5vw;
	}
	.box_flow .col_txt .wrap_ttl .num {
		width: calc(80 / var(--break) * 100vw);
		font-size: calc(44 / var(--break) * 100vw );
	}
	.box_flow .col_txt .wrap_ttl .ttl {
		font-size: calc(40 / var(--break) * 100vw );
		margin-top: 1vw;
		letter-spacing: 0;
	}
	.box_flow .col_txt .wrap_ttl .ttl {
		width: calc(100% - calc(100 / var(--break) * 100vw));
	}
	.box_flow .col_txt p.txt {
		line-height: 1.875;
	}
	.wrap_flow01 .tel_common01{
		margin-right: 3vw;
	}
	.wrap_flow01 .web_common01{
		margin-right: 2.5vw;
	}
}

/* fee
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.fee .ttl_common01{
		margin-bottom: 10vw;
	}
	.fee .ttl_common02{
		margin-bottom: 6vw;
	}
	.fee .ttl_selection01{
		margin-bottom: 1vw;
	}
	.row_pay .col{
		width: 100%;
		margin-right: 0!important;
		padding-bottom: 4vw;
	}
	.row_pay .col:nth-child(-n+2) {
		margin-bottom: 4vw;
	}
	.row_pay .icn {
		width: calc(200 / var(--break) * 100vw);
	}
	.row_pay .copy{
		font-size: calc(34 / var(--break) * 100vw );
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	.row_pay .txt{
		font-size: calc(32 / var(--break) * 100vw );
	}
}

/* faq
------------------------------------------------------------------*/
.box_qa03 .box_q ,.box_qa03 .box_q .txt{
	background: url("images/page/ptn01.png")repeat left top / calc(960 / var(--break) * 100vw ) auto;!important;
}
.box_qa03 .box_q .txt .icn:before{
	background: #fff;
	height: 1px;
}
.box_qa03 .box_q .txt .icn:after{
	background: #fff;
	width: 1px;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_qa03 .box_q .box span {
		padding-bottom: 0vw;
	}
	.box_qa03 .box_q .txt{
		padding: 1.5vw 8vw 1.5vw 4vw;
	}
	.box_qa03 .box_a {
		padding: 3vw 4% 3.5vw;
	}
	.box_qa03 .box_q .box{
		height: calc(80 / var(--break) * 100vw )!important;
	}
}

/* clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img{
	width: 50%;
	min-height: calc(700 / var(--break) * 100vw );
	background: url("images/index/img_clinic01.jpg")no-repeat center / cover;
}
.row_clinic01 .col_txt{
	width: 50%;
}
.row_clinic01 .col_txt .logo,.row_clinic01 .col_txt .logo img{
	width: calc(600 / var(--break) * 100vw );
}
.tbl_time02 .box{
	background: #2c1307;
	border: 1px solid #fff;
}
.tbl_time02 tbody td span,.tbl_time02 .tbl_caption span{
	color: #b7a2c8;
}
.wrap_clinic01 .btn_map{
	top: calc(20 / var(--break) * 100vw );
	left: calc(20 / var(--break) * 100vw );
}
.box_clinic01 .icn{
	width: calc(40 / var(--break) * 100vw );
}
.list_clinic01 li:before{
	background: #fff;
}
.row_clinic02 {
	gap:5%
}
.row_clinic02 .col{
	width: 47.5%;
}

/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	right: -9.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_clinic01 .slide_thumbnail li img{
	height: calc(103 / var(--break) * 100vw );
	object-fit: cover;
}

@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_img {
		min-height: calc(660 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt .logo, .row_clinic01 .col_txt .logo img {
		width: calc(530 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
}
@media(max-width: 767px) {
	.clinic .ttl_common01{
		margin-bottom: 9vw;
	}
	.ttl_clinic01.ttl_common02{
		margin-bottom: 5vw;
	}
	.row_clinic01{
		margin-bottom: 8vw;
	}
	.row_clinic01 .col_img {
		width: 100%;
		min-height: calc(545 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt{
		width: calc(702 / var(--break) * 100vw );
		margin: 0 auto;;
		padding: 11vw 0 10vw;
	}
	.row_clinic01 .col_txt .logo{
		margin-bottom: 3vw;
	}
	.row_clinic01 .col_txt .address{
		letter-spacing: 0.1em;
	}
	.tel_clinic01.tel_common01 .icn {
		width: calc(27 / var(--break) * 100vw);
	}
	.tel_clinic01.tel_common01 .num{
		font-size: calc(80 / var(--break) * 100vw );
	}
	.wrap_clinic01 .btn_map {
		top: 0;
		left: 0;
	}
	.box_clinic01{
		padding: 7vw 4vw 7vw;
	}
	.box_clinic01 .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.box_clinic01 .ttl {
		font-size: calc(34 / var(--break) * 100vw );
	}
	.list_clinic01{
		margin-bottom: 5vw;
	}
	.list_clinic01 li{
		padding-left: 5vw;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.slide_clinic01 .slide_thumbnail li img{
		height: auto;
	}
	.bg_clinic01{
		padding-top: 0;
	}
	.box_clinic02{
		padding: 12vw 6.5vw 10vw;
	}
	.row_clinic02 {
		gap: 6vw 0 ;
	}
	.row_clinic02 .col {
		width:100%;
	}
	.row_clinic02 .col .txt{
		font-size: calc(34 / var(--break) * 100vw );
		padding: 3vw 2vw;
	}
}

/* supervision
------------------------------------------------------------------*/
.bg_supervision01:before{
	background: url("images/index/bg_supervision01.jpg") no-repeat center / cover;
}
.bg_supervision01 .row_greeting01 .col_txt{
	padding-bottom: calc(90 / var(--break) * 100vw );
	width: 52%;
}
.box_supervision01{
	border: 2px solid #2c1307;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_supervision01.bg_greeting01:before {
		height: calc(100% - calc(210 / var(--break) * 100vw));
	}
	.bg_supervision01 .row_greeting01 .col_img {
		width: 56%;
		margin-left: -13%;
		margin-bottom: calc(50 / var(--break) * 100vw );
	}
	.bg_supervision01 .dr_name02 {
		left: 22%;
	}
}
@media(max-width: 767px) {
	.box_supervision01{
		padding: 6vw 4vw 7vw;
		border-width: 1px;
	}
	.supervision .ttl_common01{
		margin-bottom: 37vw;
	}
	.bg_supervision01{
		padding-bottom: 26vw;
	}
	.bg_supervision01.bg_greeting01:before {
		background: url("images/index/bg_supervision01_sp.jpg") no-repeat center / cover;
		height: calc(900 / var(--break) * 100vw );
	}
	.bg_supervision01 .row_greeting01{
		width: calc(702 / var(--break) * 100vw );
		margin-top: -38vw;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bg_supervision01 .row_greeting01 .col_txt{
		width: 100%;
		margin-top: -22vw;
		padding-bottom: 0;
	}
	.bg_supervision01 .row_greeting01 .col_img {
		width: calc(646 / var(--break) * 100vw);
		margin-left: -6vw;
	}
	.bg_supervision01 .dr_name02 {
		width: calc(430 / var(--break) * 100vw);
		left: 2vw;
		bottom: 28vw;
	}
	.bg_supervision01 .dr_name02 .txt{
		font-size: calc(32 / var(--break) * 100vw );
	}
	.bg_supervision01 .dr_name02 .ja{
		font-size: calc(74 / var(--break) * 100vw );
		margin-bottom: 3vw;
	}
	.bg_supervision01 .dr_name02 .en{
		font-size: calc(32 / var(--break) * 100vw );
	}
	.bg_supervision01 .box_prof01 .txt {
		line-height: 1.45;
	}
	.box_prof02 .list_default li:not(:first-child) {
		margin-top: 2vw;
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}


/* フッター footer
------------------------------------------------------------------*/
.row_foot01 > .col_l {
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.logo_foot,.logo_foot img{
	width: calc(602 / var(--break) * 100vw );
}
.bnr_foot01{
	width: calc(600 / var(--break) * 100vw );
}
.pagetop {
	position: fixed;
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.bnr_foot01 {
		width: calc(560 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
		margin-bottom: 7vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.address_foot01{
		letter-spacing: 0.1em;
		margin-bottom: 3vw;
	}
	.bnr_foot01 {
		width: 100%;
	}
	.wrap_foot01{
		margin-bottom: 7vw;
	}
	.main_foot .wrap_map{
		width: calc(702 / var(--break) * 100vw );
		margin: 0 auto 11vw;
	}
	.copyright {
		font-size: 75%;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(360 / var(--break) * 100dvw);
	}
	.fix_web {
		width: calc(120 / var(--break) * 100dvw);
	}
	.fix_line {
		width: calc(120 / var(--break) * 100dvw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100dvw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-170 / var(--break) * 100vw);
	height: calc(100% + calc(340 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
	color: #fff;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: #2c1307 url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(15 / var(--break) * 100vw) auto;
	border: 1px solid #fff;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid  #fff;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.map iframe {
		margin-top: calc(-280 / var(--break) * 100vw);
		height: calc(100% + calc(560 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.map{
		padding-top: calc(350 / var(--break) * 100vw );
	}
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(400 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(40 / var(--break) * 100vw);
		font-size: 1.0625rem;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		right: 4vw;
	}
}