@charset "utf-8";
/*
Theme Name: res
Version: 1.3.6
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #1d1d1d;
	font-size: calc(16 / var(--break) * 100vw);

    --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: #623234;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #1d1d1d;
	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
{
	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;
}
.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;
}
@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 {
		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;}

	.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; }
	
	.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;
	}
}

/* areaTitle_common
------------------------------------------------------------------*/
.areaTitle_common {
	text-align: center;
}
.title_common_en{
	margin-bottom: calc(30 / var(--break03));
	line-height: 1;
	letter-spacing: .2em;
	font-family: "bc-alphapipe", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(120 / var(--break03));
}
.title_common_jp{
	line-height: 1.5;
	letter-spacing: .1em;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(50 / var(--break03));
}
@media(min-width: 768px) and (max-width:1599px) {

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

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

}

/* ヘッダー header
------------------------------------------------------------------*/
.point_address{
	width: 100%;
	line-height: 1.6;
	font-size: calc(18 / var(--break04));
	color: #fff;
	text-align: right;
}
.point_address .deco{
	display: inline-block;
	padding: calc(6.5 / var(--break04)) calc(48 / var(--break04));
	padding-right: 0;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.point_address .deco::before{
	content: "";
	width: calc(28 / var(--break04));
	height: calc(28 / var(--break04));
	margin: auto;
	background: url(images/page/icon_train.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(10 / var(--break04));
}
.point_address .deco.car::before{
	background: url(images/page/icon_car.svg)no-repeat center / contain;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.point_address{
		line-height: 1.6;
		font-size: 100%;
		text-align: center;
	}
	.point_address .deco{
		padding: calc(6.5 / var(--break04)) calc(48 / var(--break04));
		padding-right: 0;
	}
	.point_address .deco::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		left: -1vw;
	}
}

/* ヘッダー header
------------------------------------------------------------------*/
header {
	width: 100%;
	padding: calc(20 / 1920 * 100vw);
	z-index: 10;
}
header .hdg1 {
	width: calc(562 / var(--break04));
}
header .row_contact_common03{
	width: calc(720 / var(--break04));
	padding-right: calc(100 / var(--break04));
	position: relative;
	z-index: 1;
}
header .address_header{
	width: calc(290 / var(--break04));
	height: 100%;
	font-size: calc(18 / var(--break04));
	line-height: 1.7;
	color: #fff;
	position: absolute;
	inset: 0 101% 0 auto;
}
header .address_header02{
	width: 100%;
	position: absolute;
	inset: 101% 0 auto;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	header .hdg1 {
		width: calc(562 / 1800 * 100vw);
	}
	header .row_contact_common03{
		width: calc(680 / var(--break04));
	}
}
@media(max-width: 767px) {
	header {
		padding: 3vw 3vw;
	}
	header .hdg1 {
		width: calc(505 / 750 * 100vw);
	}
	header .row_contact_common03{
		display: none;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	width: calc(100 / var(--break04));
	height: calc(100 / var(--break04));
	background: #1b2a55;
	position: fixed;
	top: calc(20 / 1920 * 100vw);
	right: calc(20 / 1920 * 100vw);
	border-radius: 0 calc(11.1 / 1920 * 100vw) calc(11.1 / 1920 * 100vw) 0;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	width: calc(56 / var(--break04));
	height: calc(14 / var(--break04));
	background: url(images/page/txt_gnav.svg)no-repeat center / contain;
	position: absolute;
	right: 0;
	left: 0;
	bottom: calc(22 / var(--break04));
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / var(--break04));
	height: calc(4 / 1920 * 100vw);
	background: #fff;
	position: absolute;
	top: calc(-20 / var(--break04));
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before,
.btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: calc(4 / 1920 * 100vw);
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {top: calc(-11.5/ var(--break04));}
.btn_gnav_sp .icn_gnav:after {bottom: calc(-10.5/ var(--break04));}

.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 {
	width: 80%;
	max-width: 600px;
	height: 100%;
	padding: 0;
	padding-top: calc(170 / var(--break02));
	line-height: 1.45;
	background: rgba(255, 255, 255, .9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	touch-action: auto !important;
}

.gnav_sp .nav_main {
	padding-bottom: calc(150 / var(--break02));
}

.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>ul {
	display: block;
	max-width: 518px;
    width: 92%;
    margin: auto;
}
.gnav_sp .nav_main>ul>li>a {
	display: block;
	padding: calc(8.5 / var(--break02)) calc(30 / var(--break02)) calc(8.5 / var(--break02)) calc(40 / var(--break02));
	line-height: 1.6;
	font-size: calc(20 / var(--break02));
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	transition: transform .6s ease, opacity .2s ease;
	position: relative;
}
.gnav_sp .nav_main>ul>li>a:after {
    content: "";
    width: calc(18 / var(--break02));
    height: calc(16 / var(--break02));
    margin: auto;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #41bfad;
    position: absolute;
    top: 1.5px;
	bottom: 0;
    left: 0;
}
.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 {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

@media(min-width: 768px) {
	.gnav_sp {
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.gnav_sp::-webkit-scrollbar {
		display: none;
	}

	.gnav_sp .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
		background-color: transparent !important;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
}
@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		border-radius: 0 calc(9 / 750 * 100vw) calc(9 / 750 * 100vw) 0;
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(56 / 750 * 100vw);
		height: calc(14 / 750 * 100vw);
		bottom: 3vw;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		top: -3vw;
	}
	.btn_gnav_sp .icn_gnav:before,
	.btn_gnav_sp .icn_gnav:after {
		height: 2px;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.75vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.75vw;
	}
	
	.gnav_sp {
		padding: 17.5vw 0 0;
		line-height: 1.45;
	}
	
	.gnav_sp .nav_main {
		padding: 0 0 20vw;
	}
	
	.gnav_sp .nav_main>ul{
		width: 100%;
	}
	.gnav_sp .nav_main>ul>li {
		padding: 0;
	}
	.gnav_sp .nav_main>ul>li>a {
		padding: 2vw 0 2vw 9vw;
		font-size: calc(32 / 750 * 100vw);
		text-align: left;
		line-height: 1.58;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main>ul>li>a:after {
		width: calc(22 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		top: 5vw;
        bottom: auto;
        left: 4vw;
	}

	/* .open .gnav_sp .translator{
		position: fixed;
        left: 25vw;
	} */
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center top / cover;
}
.cover_catch_main_img{
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.catch_main_img{
	line-height: 1.6;
	font-size: calc(50 / var(--break04));
	text-shadow: 0 0 16px rgba(29, 29, 29, 0.4);
}
.catch_main_img .fz60{
	font-size: calc(60 / var(--break04));
}
.cover_catch_main_img02{
	width: calc(612 / var(--break04));
	height: calc(230 / var(--break04));
	position: absolute;
	right: calc(124 / var(--break05));
	bottom: calc(40 / 1920 * 100vw);
	z-index: 2;
}
.cover_catch_main_img02::before{
	content: "";
	width: calc(630 / var(--break04));
	height: 100%;
	background: url(images/index/cover_circle_main.png)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(-10 / var(--break04));
	z-index: -1;
}
.cover_catch_main_img02 > .col{
	width: calc(99.999% / 3);
	height: calc(230 / var(--break04));
	line-height: 1.6;
	font-size: calc(20 / var(--break04));
}
.main_img .banner_main_img{
	display: block;
	width: calc(600 / var(--break04));
	position: absolute;
	left: calc(100 / var(--break05));
	bottom: calc(32 / 1920 * 100vw);
	z-index: 1000;
}
@media (min-width: 768px) and (max-width: 1899px) {
    .main_img .slide_main li {
		min-height: calc(900 / var(--break04));
        height: calc(900 / var(--break04));
    }
}
/* @media(min-width: 768px) and (max-width:1599px) {} */
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center top / cover;
	}
	.cover_catch_main_img{
		padding-bottom: 50vw;
	}
	.catch_main_img{
		font-size: calc(40 / 750 * 100vw);
	}
	.catch_main_img .fz60{
		letter-spacing: .05em;
		font-size: calc(50 / 750 * 100vw);
	}
	.cover_catch_main_img02{
		width: calc(612 / 750 * 100vw);
		height: calc(232 / 750 * 100vw);
        margin: auto;
		right: 0;
		left: 0;
		bottom: calc(40 / 750 * 100vw);
	}
	.cover_catch_main_img02::before{
		background: url(images/index/cover_circle_main02.png)no-repeat center / contain;
		inset: 0 -1vw;
	}
	.cover_catch_main_img02 > .col{
		height: calc(232 / 750 * 100vw);
		line-height: 1.6;
		letter-spacing: 0;
		font-size: calc(24 / 750 * 100vw);
	}
	.main_img .banner_main_img{
		display: none;
	}
}
/* lp_feature
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.sp_address {
		display: none;
	}
}
@media(max-width: 767px) {
	.sp_address {
		display: block;
		width: 100%;
		padding: calc(50 / 750 * 100vw) 0;
		background: #6ac5d9;
		text-align: center;
	}
	.sp_address .banner_main_img{
		display: block;
		width: calc(600 / 750 * 100vw);
		margin: 0 auto 4vw;
	}
}
/* ------------------------------------------------------------------*/
.apo-tool{
	padding: calc(60 / var(--break02)) 0;
	background: #f3f3f3;
}
.box-apo-tool{
	padding: calc(40 / var(--break02)) calc(30 / var(--break02));
	background: #cdf6f0;
	border-radius: calc(10 / var(--break02));
	position: relative;
	z-index: 1;
}
.box-apo-tool::before{
	content: "";
	width: calc(100% - 18 / var(--break02));
	height: calc(100% - 18 / var(--break02));
	margin: auto;
	background: #fff;
	border-radius: calc(8 / var(--break02));
	position: absolute;
	inset: 0;
	z-index: 1;
}

.box-apo-tool > .in{
	position: relative;
	z-index: 10;
}

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

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

}


/* lp_feature
------------------------------------------------------------------*/
.lp_feature{
	padding: calc(70 / var(--break02)) 0 0;
	position: relative;
	z-index: 1;
}
.lp_feature::after{
	content: "";
	width: calc(1737 / 1920 * 100vw);
	height: calc(4070 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/deco_feature.png)no-repeat center / contain;
	position: absolute;
	top: calc(80 / 1920 * 100vw);
	left: calc(-150 / 1920 * 100vw);
	right: 0;
}
.lp_feature01{
	position: relative;
	z-index: 2;
}
.lp_feature02{
	position: relative;
	z-index: 2;
}

.area_title_feature{
	position: relative;
	z-index: 1;
}
.area_title_feature > .title_feature{
	width: calc(400 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.bg_area_title_feature{
	max-width: 1520px;
	width: calc(100% - 400 / 1920 * 100vw);
	padding: calc(100 / var(--break03)) 0 calc(110 / var(--break03)) 2.5%;
	color: #fff;
	background: url(images/index/bg_feature01.png)no-repeat right top  / cover;
	border-radius: 0 calc(100 / var(--break02)) calc(20 / var(--break02)) 0;
	position: relative;
	z-index: 1;
}
.bg_area_title_feature > .wrap{
	max-width: 900px;
	width: 90%;
	margin: auto;
}

.box_feature{
	margin: calc(-60 / 1920 * 100vw) 0 calc(100 / var(--break04));
}
@media(min-width: 768px) {
	.copy_feature_vert_en{
		width: calc(88 / 1920 * 100vw);
		position: absolute;
		top: 0;
		right: calc(110 / var(--break05));
	}
	.copy_feature_vert{
		width: calc(68 / var(--break04));
		height: 130%;
		margin: auto;
		font-size: calc(50 / var(--break03));
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: absolute;
		top: 0;
		left: calc(110 / var(--break05));
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_area_title_feature{
		width: calc(100% - 360 / 1920 * 100vw);
	}
	.area_title_feature > .title_feature{
		width: calc(360  / 1920 * 100vw);
	}

	.box_feature{
		margin-left: 0;
		margin-right: auto;
		width: 90%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_area_title_feature{
		width: calc(100% - 320 / 1920 * 100vw);
	}
	.area_title_feature > .title_feature{
		width: calc(320  / 1920 * 100vw);
	}
	.copy_feature_vert{
		width: calc(68 / 1500 * 100vw);
		font-size: calc(50 / 1500 * 100vw);
	}

	.box_feature{
		width: 84%;
	}
}
@media(max-width: 767px) {
	.lp_feature{
		padding: calc(98 / 750 * 100vw) 0 0;
	}
	.lp_feature::after{
		width: calc(702 / 740 * 100vw);
		height: calc(8838 / 740 * 100vw);
		background: url(images/index/deco_feature_sp.png)no-repeat center / contain;
		top: 55vw;
		left: 0;
		right: 0;
	}
	.area_title_feature > .title_feature{
		order: 0;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.bg_area_title_feature{
		order: 1;
		width: calc(726 / 750 * 100vw);
		padding: 12.5vw 0 52.5vw;
		background: url(images/index/bg_feature01_sp.png)no-repeat right top  / cover;
		/* border-radius: 0 calc(100 / var(--break02)) calc(20 / var(--break02)) 0; */
	}

	.copy_feature_vert_en{
		width: calc(582 / 750 * 100vw);
		margin: 0 auto 3vw;
	}
	.copy_feature_vert{
		width: 100%;
		margin: 0 auto 7vw;
		/* letter-spacing: 0; */
		font-size: calc(50 / 750 * 100vw);
		text-align: center;
	}

	.box_feature{
		width: calc(646 / 750 * 100vw);
		margin: -40vw auto calc(100 / var(--break04));
	}
}



/* lp_feature01
------------------------------------------------------------------*/
.box_feature_common{
	background: #f3f3f3;
	border-radius: calc(20 / var(--break04));
	position: relative;
	z-index: 1;
}
.box_feature_common::before{
	content: "";
	width: calc(100% - 18 / var(--break04));
	height: calc(100% - 18 / var(--break04));
	margin: auto;
	border: 1px solid #fff;
	border-radius: calc(20 / var(--break04));
	position: absolute;
	inset: 0;
	z-index: 1;
}

.row_feature_common{
	max-width: 1610px;
	width: 100%;
}
.row_feature_common > .col_img{
	position: relative;
	z-index: 1;
}
.row_feature_common .ballon{
	width: calc(210 / var(--break04));
	height: calc(210 / var(--break04));
	margin: auto;
	line-height: 1.6;
	font-size: calc(20 / var(--break04));
	color: #fff;
	background: url(images/index/ballon_feature.png)no-repeat center /contain;
	position: absolute;
}
.row_feature_common .ballon01{
	top: calc(-50 / 1920 * 100vw);
	right: calc(-30 / 1920 * 100vw);
}
.row_feature_common .ballon02{
	bottom: calc(-50 / 1920 * 100vw);
	left: calc(-30 / 1920 * 100vw);
}
.copy_row_feature_common{
	margin-bottom: calc(26 / var(--break04));
	font-size: calc(40 / var(--break04));
	color: #1b2a55;
}
@media(min-width: 768px) {
	.inner_feature{
		max-width: 1720px;
		width: 96%;
	}

	.row_feature_common > .col_img{
		max-width: 760px;
		width: 47.5%;
	}
	.row_feature_common > .col_txt{
		max-width: 760px;
		width: 48.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_row_feature_common{
		letter-spacing: .08em;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_row_feature_common{
		letter-spacing: .06em;
		font-size: calc(38 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_feature_common > .col_img{
		width: calc(702 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_feature_common > .col_txt{
		width: 100%;
	}
	.row_feature_common .ballon{
		width: calc(210 / 750 * 100vw);
		height: calc(210 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(24 / 750 * 100vw);
		top: auto !important;
		left: auto !important;
		bottom: calc(-40 / 750 * 100vw) !important;
		right: calc(28 / 750 * 100vw) !important;
	}
	.copy_row_feature_common{
		margin-bottom: 2.5vw;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
		text-align: center;
	}
}

/* row__feature01
------------------------------------------------------------------*/
.lp_feature01{
	margin-bottom: calc(100 / var(--break02));
}
.row__feature01 > .col{
	max-width: 595px;
	width: 48.5%;
	padding-top: calc(90 / var(--break02));
	background: #f3f3f3;
	border-radius: 0 0 calc(10 / var(--break02)) calc(10 / var(--break02));
	position: relative;
	z-index: 1;
}
.row__feature01 > .col::before{
	content: "";
	width: 100%;
	height: calc(90 / var(--break02));
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.row__feature01 .ballon{
	width: calc(180 / var(--break02));
	margin: 0 auto;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	z-index: 1;
}
.row__feature01 .box{
	padding: calc(36 / var(--break02)) calc(40 / var(--break02));
	border-radius: calc(10 / var(--break02));
}
.copy_row__feature{
	padding: calc(20 / var(--break02)) 0 calc(16 / var(--break02));
	text-align: center;
	color: #fff;
	background: #7cc1b7;
	border-radius: calc(10 / var(--break02)) calc(10 / var(--break02)) 0 0 ;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.lp_feature01{
		margin-bottom: calc(90 / 750 * 100vw);
	}
	.row__feature01 > .col{
		width: calc(646 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
	}
	.row__feature01 > .col:last-child{
		margin-bottom: 0;
	}
	.row__feature01 > .col{
		background: none;
	}
	.row__feature01 > .col::before{
		content: none;
	}
	.row__feature01 .box{
		padding: 3.6vw 4.8vw 5vw;
		background: #f3f3f3;
	}
	.copy_row__feature{
		padding: 2.1vw 0 2vw;
		line-height: 1.8;
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	

}

/* lp_feature02
------------------------------------------------------------------*/
.bg_feature02_1{
	padding: calc(58 / var(--break03)) 0 calc(260 / var(--break04));
	color: #fff;
	background: url(images/index/bg_feature02.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_feature02_2{
	padding: calc(260 / var(--break04)) 0 calc(100 / var(--break03));
	background: #f3f3f3;
	position: relative;
	z-index: 1;
}
.bg_feature02_2::after{
	content: "";
	width: calc(1778 / 1920 * 100vw);
	height: calc(2392 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/deco_feature02.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: calc(-20 / 1920 * 100vw);
	right: 0;
}
.row_feature02 {
	max-width: 1240px;
	width: calc(1240 / var(--break03));
	margin: auto;
	position: absolute;
	top: calc(-214 / var(--break03));
	left: 0;
	right: 0;
	z-index: 2;
}
.row_feature02 > .col{
	width: calc(382 / var(--break03));
}
.row_feature02 > .col02{
	width: calc(392 / var(--break03));
}
.row_feature02 > .col03{
	width: calc(403 / var(--break03));
}
.tbl_feature20{
	text-align: center;
}
.tbl_feature20 table{
	border-color: #d7d4d4;
}
.tbl_feature20 .t1{
	width: 30%;
	padding: calc(24 / var(--break04)) 0;
	vertical-align: middle;
	font-size: 96%;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #1d1d1d;
	background: #d7d4d4;
}
.tbl_feature20 .t2{
	width: 40%;
	background: #ffffff;
}
.tbl_feature20 .t3{
	width: 40%;
	background: #ffffff;
}
.tbl_feature20 .t4{
	width: 40%;
	background: #ffffff;
}
.tbl_feature20 thead .t1{
	border-bottom: 1px solid #fff;
}
.tbl_feature20 thead td{
	padding: calc(16 / var(--break04)) 0;
	line-height: 1.8;
	vertical-align: middle;
	font-size: calc(24 / var(--break03));
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
.tbl_feature20 thead .t2{
	background: #7cc1b7;
}
.tbl_feature20 thead .t3{
	background: #6ac5d9;
}
.tbl_feature20 thead .t4{
	background: #333;
}
.tbl_feature20 tbody td{
	padding: calc(28 / var(--break04)) 0;
	line-height: 2;
}
.tbl_feature20 tbody tr:not(:last-child) td{
	border-bottom-color: #d7d4d4;
}
.tbl_feature20 tbody .t2{
	border-right: 1px solid #d7d4d4;
}
.tbl_feature20 .img01{
	width: calc(330 / var(--break03));
	margin: auto;
}
.tbl_feature20 .img02{
	width: calc(230 / var(--break03));
	margin: auto;
}
@media(min-width: 768px) {
	.tbl_feature20 table{
		border-width: 2px;
	}
}
@media(max-width: 767px) {
	.bg_feature02_1{
		padding: calc(60 / 750 * 100vw) 0 calc(580 / 750 * 100vw);
		background: url(images/index/bg_feature02_sp.jpg)no-repeat center / cover;
	}
	.bg_feature02_2{
		padding: calc(172 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	.bg_feature02_2::after{
		width: calc(704 / 740 * 100vw);
		height: calc(2631 / 740 * 100vw);
		background: url(images/index/deco_feature02_sp.png)no-repeat center / contain;
		left: -1vw;
		right: 0;
	}
	.row_feature02 {
		width: calc(679 / 750 * 100vw);
		top: calc(-524 / 750 * 100vw);
		right: -3vw;
	}
	.row_feature02 > .col{
		width: calc(311 / 750 * 100vw);
	}
	.row_feature02 > .col02{
		width: calc(336 / var(--break03));
	}
	.row_feature02 > .col03{
		width: calc(341 / var(--break03));
		margin: -5vw auto 0;
	}
	.js-scrollable .tbl_feature20{
		width: calc(1480 / 750 * 100vw);
		font-size: 90%;
	}
	.tbl_feature20 .t1{
		width: 40%;
		font-size: 90%;
	}
	.tbl_feature20 thead td{
		font-size: 108%;
	}
}
/* lp_feature03
------------------------------------------------------------------*/
.lp_feature03{
	padding: calc(100 / var(--break03)) 0 calc(90 / var(--break03));
	position: relative;
	z-index: 3;
}
.row_feature03_1{
	max-width: 1720px;
	width: 96%;
}
.row_feature03_1>.col{
	max-width: 550px;
	width: 32%;
}

.row_feature03_1 .img{
	margin-bottom: calc(24 / var(--break03));
}
.row_feature03_1 .copy{
	margin-bottom: calc(24 / var(--break04));
	font-size: calc(30 / var(--break04));
	text-align: center;
	color: #1b2a55;
}
@media(min-width: 768px) {
	.row_feature03_1>.col02{
		transition-duration: 1s !important;
	}
	.row_feature03_1>.col03{
		transition-duration: 1.5s !important;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_feature03_1 .copy{
		letter-spacing: .08em;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_feature03_1 .copy{
		letter-spacing: .06em;
	}
}
@media(max-width: 767px) {
	.lp_feature03{
		/* padding: calc(100 / var(--break03)) 0 calc(90 / var(--break03)); */
	}
	.row_feature03_1{
		width: calc(702 / 750 * 100vw);
	}
	.row_feature03_1>.col{
		width: 100%;
		margin: 0 auto 11vw;
	}
	.row_feature03_1>.col:last-child{
		margin-bottom: 0;
	}
	.row_feature03_1 .img{
		margin-bottom: 5vw;
	}
	.row_feature03_1 .copy{
		margin-bottom: 2vw;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
}
/* lp_case
------------------------------------------------------------------*/
.lp_case{
	padding: calc(80 / var(--break03)) 0 calc(100 / var(--break03));
	background: url(images/index/bg_case.png)no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.lp_case{
		padding: calc(80 / 750 * 100vw) 0 ;
		background: url(images/index/bg_case_sp.png)no-repeat center top / cover;
	}
}

.area_case_common01 .box_case{
	padding: calc(44 / var(--break03)) calc(40 / var(--break03)) calc(58 / var(--break03));
	background: #ffffff;
	border-radius: calc(20  / var(--break03));
}
.slider_case .slick-prev,
.slider_case .slick-next,
.slider_case .slick-prev:hover,
.slider_case .slick-next:hover,
.slider_case .slick-prev:focus,
.slider_case .slick-next:focus {
	width: calc(30 / var(--break02));
	height: calc(54 / var(--break02));
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	z-index: 1;
	top: calc(-80 / var(--break02));
	bottom: 0;
	margin: auto;
	transform: none;
}
.slider_case .slick-prev:before,
.slider_case .slick-next:before {
	display: none;
}
.slider_case .slick-prev {
	left: calc(45 / var(--break05));
}
.slider_case .slick-next {
	right: calc(45 / var(--break05));
	transform: scaleX(-1) !important;
}
.slider_case.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.slider_case .slick-dots{
	margin-top: var(--size20px);
	position: relative;
	inset: auto;
}
.slider_case li button:before {
	width: calc(11 / var(--break02));
	height: calc(11 / var(--break02));
	opacity: 1;
	background: #ffffff;
	font-size: 0;
	border-radius: 100%;
}
.slider_case .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #7cc1b7;
}
.slider_case .slick-dots li:only-child {
	display: none;
}
.slider_case .slick-list{
	padding: 0 !important;
}
.slider_case .tbl_caption{
	margin-top: var(--size10px);
}
.copy_case_common02{
	width: 100%;
	margin-bottom: calc(20 / var(--break02));
	height: calc(50 / var(--break02));
	line-height: 1;
	letter-spacing: .1em;
	font-size: 133.3%;
	color: #fff;
	background: #7cc1b7;
	border-radius: calc(10 / var(--break02));
}
.col_r .copy_case_common02{
	background: #6ac5d9;
}
@media(min-width: 768px) {
	.inner_case{width: calc(1240 / var(--break02));}
}
@media(min-width: 768px) and (max-width:1299px) {
	.inner_case{width: calc(1240 / var(--break03));}
	.slider_case .slick-prev {
		left: calc(-15 / var(--break05));
	}
	.slider_case .slick-next {
		right: calc(-15 / var(--break05));
	}
}
@media(max-width: 767px) {
	.area_case_common01{
		width: calc(702 / var(--break02));
	}
	.area_case_common01 .box_case{
		width: calc(702 / var(--break02));
		padding: var(--size45px) var(--size25px) var(--size60px);
	}
	.copy_case02{
		width: 100%;
		height: var(--size50px);
		margin-bottom: var(--size20px);
		padding-top: calc(2.5 / var(--break02));
		line-height: 1;
		letter-spacing: 0;
		font-size: calc(24 /750*100vw);
	}
	.box_case02{
		padding: var(--size40px) 5vw;
	}

	.slider_case .slick-prev,
	.slider_case .slick-next,
	.slider_case .slick-prev:hover,
	.slider_case .slick-next:hover,
	.slider_case .slick-prev:focus,
	.slider_case .slick-next:focus {
		z-index: 1;
		top: 68vw;
		bottom: auto;
	}

	.slider_case .slick-prev {
		left: 4.5%;
	}
	.slider_case .slick-next {
		right: 4.5%;
		transform: scaleX(-1) !important;
	}

	.slider_case .slick-dots{
		
	}
	.slider_case li button:before {
		width: var(--size20px);
		height: var(--size20px);
	}
	.slider_case .slick-dots li{margin: 0;}

	.copy_case_common02{
		margin-bottom: var(--size20px);
		padding-top: calc(2.5 / var(--break02));
		letter-spacing: .1em;
		font-size: calc(24 / 750 * 100vw);
	}
}
/* lp_advanced-treatment
------------------------------------------------------------------*/
.lp_advanced-treatment{
	padding: calc(98 / var(--break03)) 0 calc(100 / var(--break04));
	background: url(images/index/bg_advanced01.png)no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
.areaTitle_advanced{
	width: calc(840 / var(--break03));
	height: calc(380 / var(--break03));
	margin-bottom: calc(60 / var(--break03));
}
.title_advanced_en{
    line-height: 1.4;
	letter-spacing: .225em;
    font-size: calc(120 / var(--break03));
    color: #fff;
}
.title_advanced_jp{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
}
.title_advanced_jp .deco::before{
	content: "";
	width: 2px;
	height: calc(50 / var(--break04));
	background: #1b2a55;
	margin: auto;
	position: absolute;
	top: calc(100% + 14 / var(--break04));
	left: 0;
	right: 0;
}
.row_advanced > .btn{
	width: 32.4%;
	min-height: calc(120 / var(--break02));
	padding: calc(14 / var(--break02)) 0;
	line-height: 1.5;
	border-radius: calc(10 / var(--break02));
	color: #fff;
	background-image: linear-gradient(to top, #7cc1b7, #6ac5d9);
	position: relative;
	z-index: 1;
}
.row_advanced > .btn::before{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	background: url(images/page/arw.png)no-repeat center / contain;
	transform: rotate(90deg);
	position: absolute;
	inset: 0 calc(20 / var(--break02)) 0 auto;
}
.box_advanced{
	background: #f3f3f3;
	border-radius: calc(20 / var(--break03));
	position: relative;
	z-index: 1;
}

@media(min-width: 768px) and (max-width:1024px) {
	.title_advanced_jp{
		width: calc(46 / 1024 * 100vw);
		line-height: 1.1;
	}

}
@media(max-width: 767px) {
	.lp_advanced-treatment{
		padding: calc(98 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
		background: url(images/index/bg_advanced01_sp.png)no-repeat center top / 100%;
	}
	.areaTitle_advanced{
		width: 100%;
		height: calc(400 / 750 * 100vw);
	}
	.title_advanced_en{
		letter-spacing: .08em;
	}
	.title_advanced_jp{
		width: calc(54 / 750 * 100vw);
		line-height: 1.1;
		font-size: calc(50 / 750 * 100vw);
	}
	.title_advanced_jp .deco::before{
		width: 1px;
		top: calc(100% + 3vw);
	}
	.row_advanced > .btn{
		width: 100%;
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.row_advanced > .btn:last-child{
		margin-bottom: 0;
	}
	.row_advanced > .btn .fz26{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.row_advanced > .btn::before{
		inset: 0 calc(40 / 750 * 100vw) 0 auto;
	}
	.box_advanced{
		padding: calc(60 / 750 * 100vw) calc(26 / 750 * 100vw) calc(58 / 750 * 100vw);
	}
	.box_advanced .copy_common01{
		letter-spacing: 0;
	}
}
/* lp_trouble
------------------------------------------------------------------*/
.lp_trouble{
	margin-bottom: calc(80 / var(--break03));
}
.bg_trouble{
	padding: calc(80 / var(--break03)) 0 calc(200 / var(--break04));
	background: url(images/index/bg_trouble01.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.row_trouble{
	max-width: 1720px;
	width: 96%;
}
.row_trouble > .circle{
	width: calc(230 / var(--break04));
	height: calc(230 / var(--break04));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_trouble > .circle::before{
	content: "";
	width: calc(100% - 20 / var(--break04));
	height: calc(100% - 20 / var(--break04));
	margin: auto;
	border: 2px solid #f3f3f3;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.row_trouble > .circle .num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	margin: auto;
	font-size: calc(120 / var(--break04));
	color: rgba(201, 238, 246, 0.6);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_trouble .fz20{
	font-size: calc(20 / var(--break04));
	text-shadow: 0px 0px 5px #fff;
}
.bg_trouble02{
	margin-top: calc(-120 / var(--break02));
	padding: calc(150 / var(--break03)) 0 calc(88 / var(--break03));
	background: url(images/index/bg_trouble02.png)no-repeat center top / cover;
	position: relative;
	z-index: 2;
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_trouble > .circle{
		width: calc(210 / var(--break04));
		height: calc(210 / var(--break04));
	}
}
@media(max-width: 767px) {
	.bg_trouble{
		padding: calc(80 / 750 * 100vw) 0 calc(190 / 750 * 100vw);
		background: url(images/index/bg_trouble01_sp.jpg)no-repeat center / cover;
	}
	.row_trouble.flex{
		width: calc(648 / 750 * 100vw);
	}
	.row_trouble > .circle{
		width: calc(310 / 750 * 100vw);
		height: calc(310 / 750 * 100vw);
	}
	.row_trouble > .circle:nth-of-type(n + 3){
		margin-top: calc(20 / 750 * 100vw);
	}
	.row_trouble > .circle:last-child{
		margin-left: auto;
		margin-right: auto;
	}
	.row_trouble > .circle::before{
		border-width: 1px;
	}
	.row_trouble .fz20{
		letter-spacing: 0;
		line-height: 1.6;
		font-size: calc(32 / 750 * 100vw);
	}
	.bg_trouble02{
		margin-top: calc(-90 / 750 * 100vw);
		padding: calc(160 / 750 * 100vw) 0 calc(84 / 750 * 100vw);
		background: url(images/index/bg_trouble02_sp.png)no-repeat center top / cover;
	}
	.bg_trouble02 .copy_trouble{
		line-height: 1.85;
	}
}
/* lp_implant
------------------------------------------------------------------*/
.lp_implant .areaTitle_common{
	margin-bottom: calc(120 / var(--break03));
}
.cover_implant{
	border-top: 1px solid #7cc1b7;
	border-bottom: 1px solid #7cc1b7;
	position: relative;
	z-index: 10;
}
.cover_implant .areaText{
	padding: calc(76 / 1920 * 100vw) 0 calc(86 / 1920 * 100vw) calc(650 / var(--break03));
	position: relative;
	z-index: 1;
}
.cover_implant .ballon{
	width: calc(580 / var(--break03));
	position: absolute;
	left: 0;
	top: calc(-28 / var(--break05));
	z-index: 1;
}
.bg_implant{
	padding: calc(120 / var(--break02)) 0 calc(100 / var(--break02));
	background: #f3f3f3;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.cover_implant .areaText{
		padding: calc(570 / 750 * 100vw) 0 10vw;
	}
	.cover_implant .ballon{
		width: calc(580 / 750 * 100vw);
		margin: auto;
		top: calc(-40 / 750 * 100vw);
		left: 0;
		right: 0;
		z-index: 1;
	}
	.bg_implant{
		padding: 11vw 0 calc(100 / var(--break02));
	}
}
/* lp_comparison
------------------------------------------------------------------*/
.lp_comparison{
	padding: calc(88 / var(--break03)) 0 calc(100 / var(--break03));
	background: url(images/index/bg_comparison.jpg)no-repeat center / cover;
}
.copy_comparison{
	font-size: calc(40 / var(--break04));
	color: #1b2a55;
	position: relative;
	z-index: 1;
}
.copy_comparison::before,
.copy_comparison::after
{
	content: "";
	width: calc(430 / var(--break04));
	height: 2px;
	margin: auto;
	background: #1b2a55;
	position: absolute;
	inset: 0 auto;
}
.copy_comparison::before{left: 0;}
.copy_comparison::after{right: 0;}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_comparison{font-size: calc(38 / var(--break04));}
	.copy_comparison::before,
	.copy_comparison::after
	{width: calc(410 / var(--break04));}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_comparison{letter-spacing: .08em;}
	.copy_comparison::before,
	.copy_comparison::after
	{width: calc(320 / var(--break04));}
}
@media(max-width: 767px) {
	.lp_comparison{
		padding: calc(88 / var(--break03)) 0 calc(100 / var(--break03));
		background: url(images/index/bg_comparison_sp.jpg)no-repeat center / cover;
	}
	.lp_comparison .title_common_en {
		letter-spacing: .08em;
        font-size: calc(100 / 750 * 100vw)
	}
	.copy_comparison{
		letter-spacing: 0;
	}
	.copy_comparison::before,
	.copy_comparison::after
	{
		width: calc(120 / 750 * 100vw);
		height: 1px;
	}
}


/* tbl_comparison
------------------------------------------------------------------*/
.tbl_comparison table {
	border: 1px solid #d7d4d4;
}
.tbl_comparison th {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.tbl_comparison th.t01 {
	width: 20% !important;
	color: #1d1d1d !important;
	background: #d7d4d4 !important;
}
.tbl_comparison thead th {
	width: 30%;
	text-align: center;
	padding: 0;
	background: #fff;
	border-right: 1px solid #d7d4d4;
	vertical-align: top;
}
.tbl_comparison thead .t01 {
	vertical-align: middle;
	border-right: 1px solid #d7d4d4;
}
.tbl_comparison thead .copy {
	padding: var(--size10px);
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(24 / var(--break03));
	color: #fff;
	background: #0caacd;
	position: relative;
	z-index: 1;
}
.tbl_comparison thead .copy::before{
	content: "";
    width: 1px;
    height: 100%;
    margin: auto;
    background: #d7d4d4;
    position: absolute;
    inset: 0 100% 0 auto;
    z-index: -1;
}
.tbl_comparison .t02 .copy::before {
	content: none
}
.tbl_comparison thead .img {
	padding: var(--size20px) var(--size15px) var(--size15px) ;
}
.tbl_comparison tbody .t01 {
	border-top: 1px solid #fff !important;
	border-right: 1px solid #d7d4d4;
}
.tbl_comparison tbody  tr:not(:last-child) .t01 {
    border-bottom: 0;
}
.tbl_comparison tbody th {
	vertical-align: middle;
	text-align: center;
}
.tbl_comparison tbody td {
	width: 30%;
	padding: calc(20 / var(--break03)) 0;
    line-height: 1.8;
	vertical-align: top;
	text-align: center;
	background: #fff;
	border-right: 1px solid #d7d4d4;
	border-top: 1px solid #d7d4d4 !important;
}
.tbl_comparison  tr:not(:last-child) td{
	border-bottom-color: #d7d4d4 !important;
}
.tbl_comparison .t02,
.tbl_comparison .t04 
{background: #f9fdfe !important;}
.tbl_comparison .point {
	display: block;
	margin: 0 auto var(--size10px);
	line-height: 1;
	font-size: calc(30 / var(--break03));
	text-align: center;
	color: #333333;
}
.tbl_comparison .point.check {
	width: calc(22 / var(--break04));
	height: calc(22 / var(--break04));
	background: url(images/page/check.svg)no-repeat center / contain;
}
@media(min-width: 768px) {
	.tbl_comparison table {
		font-size: calc(18 / var(--break03));
	}
}
@media(max-width: 767px) {
	.tbl_comparison{
		width: calc(1800 / 750 * 100vw);
		font-size: 90%;
	}
	.tbl_comparison tbody .t01 {
		padding-left: 0;
		padding-right: 0;
	}
	.tbl_comparison thead .copy {
		font-size: 130%;
	}
}

/* lp_flow
------------------------------------------------------------------*/
.lp_flow{
	margin-bottom: calc(20 / var(--break02));
}
.bg_flow{
	padding: calc(90 / var(--break02)) 0 calc(100 / var(--break02));
	background: #f3f3f3;
}
.cover_flow_common01{
	margin-bottom: calc(50 / var(--break03));
	position: relative;
	z-index: 1;
}
.cover_flow_common01:last-child{
	margin-bottom: 0;
}
.cover_flow_common01::before{
	content: "";
	width: 1px;
	height: 0;
	margin: auto;
	position: absolute;
	inset: 55.5% auto auto calc(49.5 / var(--break03));
	z-index: -2;
}
.cover_flow_common01.is-view::before{
	height: 125%;
	background: #7cc1b7;
	transition: .5s;
}
.cover_flow_common01 .num {
	width: calc(100 / var(--break03));
	height: calc(100 / var(--break03));
	margin: auto;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(40 / var(--break04));
	color: #ffff;
	background: #7cc1b7;
	border-radius: 100%;
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 10
}
.cover_flow_common01.end::before{
	content: none;
}
.box_flow_common01{
	max-width: 1370px;
	width: calc(100% - 130 / var(--break04));
	margin-left: auto;
	padding: calc(42 / var(--break03)) calc(48 / var(--break04));
	background: #fff;
	border-radius: calc(20 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_flow_common01 {
	margin-bottom: calc(18 / var(--break02));
	padding-bottom: calc(10 / var(--break02));
	line-height: 1.6;
	color: #1b2a55;
	border-bottom: 1px solid #1b2a55;
}
@media(min-width: 768px) {
	.row_flow_common01 > .col_txt{
		width: 69.5%;
	}
	.row_flow_common01 > .col_img{
		max-width: 345px;
		width: 27.5%;
	}

	.cover_flow_common01.first::before{
		height: 100%;
		top: 55%;
		bottom: auto;
	}


	.box_flow_common01 .row_contact_common > a{
		max-width: 32%;
	}
}
@media(max-width: 767px) {
	.lp_flow{
		margin-bottom: 2vw;
	}
	.cover_flow_common01::before{
		width: 1px;
		inset: 2.5vw auto auto calc(49.5 / var(--break03));
		z-index: -2;
	}
	.cover_flow_common01.is-view::before{
		height: calc(100% + 4vw);
	}
	.cover_flow_common01.end::before{
		content: none;
	}
	.cover_flow_common01 .num {
		inset: 0 auto auto 0;
	}
	.box_flow_common01{
		width: calc(100% - 120 / 750 * 100vw);
		padding: calc(58 / 750 * 100vw) calc(28 / 750 * 100vw);
	}
	.copy_flow_common01 {
		margin-bottom: 1vw;
		padding-bottom: 1vw;
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
		text-align: center;
	}


	.row_flow_common01 > .col_img{
		margin-bottom: 4vw;
	}

}


/* bg_flow02
------------------------------------------------------------------*/
.bg_flow02{
	padding: calc(60 / var(--break02)) 0 calc(100 / var(--break02));
	background: url(images/index/bg_flow02.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_flow02::before{
	content: "";
	max-width: 100%;
	width: calc(1920 / 1920 * 100vw);
	height: calc(200 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/frame_bg_flow02.png)no-repeat center / cover;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	z-index: 1;
}
.bg_flow02 .ballon_flow02{
	width: calc(325 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	top: calc(270 / var(--break04));
    right: calc(-140 / var(--break05));
}
.copy_flow100{
	text-align: center;
	line-height: 1.35;
	letter-spacing: .2em;
	font-size: calc(120 / var(--break03));
	color: #d7d4d4;
}
.copy_flow101 .deco{
	display: block;
	padding-bottom: calc(80 / var(--break04));
	position: relative;
	z-index: 1;
}
.copy_flow101 .deco::before{
	content: "";
	width: 2px;
	height: calc(50 / var(--break04));
	margin: auto;
	background: #fff;
	position: absolute;
	bottom: calc(15 / var(--break04));
	left: 0;
	right: 0;
	z-index: -1;
}
.box_bg_flow02{
	padding-top: calc(68 / var(--break03));
	padding-bottom: calc(68 / var(--break03));
	background: rgba(255, 255, 255, .4);
	border-radius: calc(20 / var(--break03));
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.box_bg_flow02::before,
.box_bg_flow02::after
{
	content: "";
	width: calc(432 / var(--break04));
	height: calc(432 / var(--break04));
	margin: auto;
	background: #7a8fa4;
	border-radius: 100%;
	position: absolute;
	z-index: -2;
}
.box_bg_flow02::before{
	top: calc(-216 / var(--break04));
	left: calc(-216 / var(--break04));
}
.box_bg_flow02::after{
	bottom: calc(-216 / var(--break04));
	right: calc(-216 / var(--break04));
}
.box_bg_flow02 > .wrap::before{
	content: "";
	width: calc(100% - 18 / var(--break03));
	height: calc(100% - 18 / var(--break03));
	margin: auto;
	border: 2px solid #fff;
	border-radius: calc(18 / var(--break03));
	position: absolute;
	inset: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_flow02{font-size: 98%;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_flow02{font-size: 96%;}
	.box_bg_flow02 .text{
		letter-spacing: .08em;
	}
}
@media(max-width: 767px) {
	.bg_flow02{
		padding: calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
		background: url(images/index/bg_flow02_sp.png)no-repeat center / cover;
	}
	.bg_flow02::before{
		width: calc(750 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		background: url(images/index/frame_bg_flow02_sp.png)no-repeat center / cover;
	}
	.copy_flow100{
		line-height: 1.45;
		letter-spacing: .05em;
		font-size: calc(110 / 750 * 100vw);
	}
	.copy_flow101{
		line-height: 2;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.copy_flow101 .deco{
		line-height: 1.6;
		padding-bottom: calc(74 / 750 * 100vw);
		font-size: calc(50 / 750 * 100vw);
	}
	.copy_flow101 .deco::before{
		width: 1px;
	}
	.box_bg_flow02{
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
	.box_bg_flow02::before,
	.box_bg_flow02::after
	{
		width: calc(432 / 750 * 100vw);
		height: calc(432 / 750 * 100vw);;
	}
	.box_bg_flow02::before{
		top: calc(-216 / 750 * 100vw);
		left: calc(-216 / 750 * 100vw);
	}
	.box_bg_flow02::after{
		bottom: calc(-216 / 750 * 100vw);
		right: calc(-216 / 750 * 100vw);
	}
	.box_bg_flow02 > .wrap::before{
		border-width: 1px;
		border-radius: calc(16 / 750 * 100vw);
	}

	.bg_flow02 .ballon_flow02{
		width: calc(196 / 750 * 100vw);
		top: 57vw;
        right: 0vw;
	}
}

/* top_greeting
------------------------------------------------------------------*/
.top_greeting{
	margin-bottom: calc(80 / var(--break02));
	position: relative;
	z-index: 1;
}
.bg_greeting{
	/* padding: calc(110 / var(--break02)) 0 calc(110 / var(--break02)); */
	position: relative;
	z-index: 1;
}
.bg_greeting::before{
	content: "";
	width: 100%;
	/* height: calc(100% - 110 / var(--break02)); */
	height: 100%;
	margin: auto;
	background: url(images/index/bg_greeting01.jpg)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_greeting .text_greeting{
	width: calc(712 / var(--break04));
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.row_greeting>.col_img{
	position: relative;
	z-index: 1;
}
.row_greeting .ballon{
	width: calc(630 / var(--break04));
	position: absolute;
	bottom: 0;
	left: 0;
}
.row_greeting>.col_txt{
	color: #fff;
}
.row_greeting .tag_name{
	width: calc(276 / var(--break04));
	height: calc(276 / var(--break04));
	margin: auto;
	background: url(images/index/bg_tag_name.png)no-repeat center / contain;
	border-radius: 100%;
	position: absolute;
	bottom: calc(50 / var(--break02));
	left: 0;
}
.row_greeting .tag_name::before{
	content: "";
	width: calc(100% - 20 / var(--break04));
	height: calc(100% - 20 / var(--break04));
	margin: auto;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	inset: 0;
}
.tag_name .tag{
	margin-bottom: calc(10 / var(--break04));
	line-height: 1.5;
	font-size: calc(30 / var(--break04));
}
.tag_name .name_jp{
	margin-bottom: calc(10 / var(--break04));
	line-height: 1.5;
	font-size: calc(40 / var(--break04));
}
.tag_name .name_en{
	line-height: 1.5;
	font-size: calc(20 / var(--break04));
}
.copy_greeting{
	max-width: 600px;
	width: 100%;
	min-height: calc(80/ var(--break03));
	padding: calc(8/ var(--break03));
	margin-left: auto;
	margin-right: auto;
	font-size: calc(40/ var(--break03));
	line-height: 1.5;
	border: 2px solid #fff;
	letter-spacing: .2em;
	border-radius: calc(40/ var(--break03));
}
.copy_greeting02{
    line-height: 1.65;
	letter-spacing: .2em;
	font-size: calc(50/ var(--break04));
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: calc(80 / var(--break02));
	right: 0;
}

.bg_greeting02{
	padding: calc(50 / var(--break02)) 0 calc(100 / var(--break02));
	background: url(images/index/bg_greeting02.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.row_greeting02 > .col{
	max-width: 600px;
	width: 48.5%;
	padding-left: 4%;
	padding-right: 4%;
	background: #fff;
	border-radius: calc(20 / var(--break02));
}
.row_greeting02 > .col.w_fll{
	max-width: 100%;
	width: 100%;
	margin-top: calc(50 / var(--break02));
}
.row_greeting02 .copy{
	margin-bottom: calc(24 / var(--break02));
	padding: calc(10 / var(--break02));
	line-height: 1.6;
	color: #fff;
	background: #1b2a55;
	text-align: center;
	border-radius: calc(24 / var(--break02));
}
@media(min-width: 768px) {
	.row_greeting > .col_img{
		max-width: 830px;
		width: 55%;
	}
	.row_greeting > .col_txt{
		max-width: 610px;
		width: 41.5%;
		padding: calc(120/ 1920 * 100vw) 0 calc(100/ 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_greeting > .col_img{
		width: 52.5%;
	}
	.row_greeting > .col_txt{
		width: 45%;
		font-size: 98%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_greeting > .col_img{
		width: 50%;
	}
	.row_greeting > .col_txt{
		width: 47.5%;
		font-size: 96%;
	}
	.row_greeting .tag_name{
		bottom: calc(80 / var(--break02));
	}
}
@media (max-width: 767px) {
	.bg_greeting{
		padding: 0 0 calc(90 / 750 * 100vw);
	}
	.bg_greeting::before{
		height: calc(100% - 30 / 750 * 100vw);
		background: url(images/index/bg_greeting01_sp.jpg)no-repeat center / cover;
	}
	.bg_greeting .text_greeting{
		width: calc(712 / 750 * 100vw);
		margin: auto;
		bottom: auto;
		top: calc(30 / 750 * 100vw);
		right: 0;
		left: 0;
		z-index: -1;
	}
	.row_greeting>.col_img{
		margin-bottom: 0 !important;
        text-align: left !important;
	}
	.row_greeting > .col_txt{
		max-width: calc(704 / 750 * 100vw) !important;
		width: calc(704 / 750 * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_greeting .ballon{
		width: calc(490 / 750 * 100vw);
		margin-left: -3vw;
		position: relative;
		inset: auto;
	}
	.row_greeting .tag_name{
        padding-top: 2vw;
		bottom: calc(30 / 750 * 100vw);
	}
	.row_greeting .tag_name::before{
		width: calc(100% - 20 / 750 * 100vw);
		height: calc(100% - 20 / 750 * 100vw);
		border-width: 1px;
	}
	.tag_name .tag{
		margin-bottom: 1.5vw;
	}
	.tag_name .name_jp{
		margin-bottom: 2vw;
	}
	.copy_greeting{
		min-height: calc(100/750 * 100vw);
		font-size: calc(44/750 * 100vw);
		border-width: 1px;
		border-radius: calc(50/750 * 100vw);
	}
	.copy_greeting02{
		font-size: calc(44/ 750 * 100vw);
		top: 22vw;
        line-height: 1.45;
        right: -1.5vw;
	}

	.bg_greeting02{
		padding: calc(100 / 750 * 100vw) 0 ;
		background: url(images/index/bg_greeting02_sp.jpg)no-repeat center / cover;
	}
	.row_greeting02 > .col{
		width: 100%;
		margin: calc(50 / 750 * 100vw) auto 0;
		padding: 8vw 5vw;
		padding-left: 4%;
		padding-right: 4%;
		background: #fff;
		border-radius: calc(20 / var(--break02));
	}
	.row_greeting02 > .col:first-child{margin-top: 0;}
	.row_greeting02 .copy{
		margin-bottom: 2vw;
		padding: 1.8vw;
		border-radius: calc(40 /  750 * 100vw);
	}
	.row_greeting02 .list_default li::before{top: .8em;}
}


/* top_clinic
------------------------------------------------------------------*/
.top_clinic{
	margin-bottom: calc(170 / var(--break02));
}
.row_clinic{
	max-width: 1600px;
	width: 96%;
}
.top_clinic .box_tbl_time{
	margin-top: calc(-40 / 1920 * 100vw);
	position: relative;
	z-index: 9;
}
.bg_clinic{
	padding: calc(80 / var(--break02)) 0 calc(100 / var(--break02));
	position: relative;
}
.bg_clinic::before{
	content: "";
	max-width: 1720px;
	width: 94%;
	height: calc(100% + 170 / 1920 * 100vw);
	margin: auto;
	background: #c9eef6;
	border-radius: calc(20 / var(--break02));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_clinic .areaVido_common{
	width: 92%;
}
.bg_clinic .wrap_map{
	max-width: 1500px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
.row_clinic02 > .col{
	width: 49%;
	padding: calc(40 / var(--break02)) 0 calc(50 / var(--break02));
	background: #fff;
	border-radius: 0 calc(112.5 / var(--break02)) calc(112.5 / var(--break02)) 0;
	position: relative;
	z-index: 1;
}
.row_clinic02 > .col02{
	border-radius: calc(112.5 / var(--break02)) 0 0 calc(112.5 / var(--break02));
}
.row_clinic02 > .col::before{
	content: "";
	width: calc(200 / var(--break04));
	height: calc(200 / var(--break04));
	margin: auto;
	background: url(images/index/icon_access01.png)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(60 / 1920 * 100vw) 0 auto;
	z-index: -1;
}
.row_clinic02 > .col02::before{
	background: url(images/index/icon_access02.png)no-repeat center / contain;
}
.row_clinic02 .col > .wrap{
	max-width: 620px;
	width: 90%;
	margin: auto;
}
.row_clinic02 .copy{
	position: relative;
	z-index: 1;
}
.row_clinic02 .copy::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #1d1d1d;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.row_clinic02 .copy .bg{
	padding-right: 1.5em;
	background: #fff;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	.row_clinic > .col_img{
		width: 57.5%;
	}
	.row_clinic > .col_txt{
		max-width: 590px;
		width: 40%;
	}

	.inner_clinic{
		max-width: 1720px;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic .logo_common{
		width: calc(562 / var(--break04));
		margin-bottom: calc(30 / var(--break04));
	}
	.row_clinic .address{
		margin-bottom: calc(40 / var(--break04));
		letter-spacing: .08em;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic .address{
		letter-spacing: .06em;
		font-size: 96%;
	}
}
@media(max-width: 767px) {
	.top_clinic{
		margin-bottom: calc(80 / 750 * 100vw);
	}
	.row_clinic{
		width: 100%;
	}
	.row_clinic > .col_img{
		width: calc(724 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.row_clinic > .col_txt{
		width: calc(702 / 750 * 100vw);
		margin: auto;
	}
	.row_clinic .btn_tel_common{
		margin-bottom: 0;
	}
	.top_clinic .box_tbl_time{
		margin-top: calc(80 / 750 * 100vw);
	}
	.bg_clinic{
		padding: calc(74 / 750 * 100vw) 0 calc(96  / 750 * 100vw);
	}
	.bg_clinic::before{
		width: 100%;
		height: calc(100% + 375 / 750 * 100vw);
	}
	.bg_clinic .areaVido_common{
		width: 92%;
	}
	.bg_clinic .wrap_map{
		max-width: 1500px;
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_clinic .btn_map a{border: 0;}
	.inner_clinic{
		max-width: 100%;
		width: 100%;
	}
	.row_clinic02 > .col{
		width: calc(726 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		padding: 5vw 0 6vw;
        padding-right: 5.5vw;
		border-radius: 0 calc(175/ 750 * 100vw) calc(175 / 750 * 100vw) 0;
	}
	.row_clinic02 > .col:last-child{
		margin-bottom: 0;
	}
	.row_clinic02 > .col02{
		margin-left: auto;
        padding-left: 5.5vw;
		padding-right: 0;
		border-radius: calc(175 / 750 * 100vw) 0 0 calc(175 / 750 * 100vw);
	}
	.row_clinic02 > .col::before{
		inset: 0 10vw 0 auto;
	}
	.row_clinic02 .col > .wrap{
		max-width: 620px;
		width: 86%;
		margin: auto;
	}
}

/* 
------------------------------------------------------------------*/
.lp_fee{
	margin-bottom: calc(100 / var(--break02));
}

.row_fee_tag{
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.row_fee_tag > .tag{
	width: 28%;
	padding: calc(10 / var(--break02));
	line-height: 1.15;
	color: #fff;
	border-radius: calc(25 / var(--break02));
	position: relative;
	z-index: 1;
}
.row_fee_tag > .tag40{
	width: 40%;
}
.row_fee_tag > .tag::before{
	content: "";
	width: calc(100% - 9 / var(--break02));
	height: calc(100% - 9 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	border-radius: calc(25 / var(--break02));
	position: absolute;
	z-index: -1;
}

.text_fee .num{
	letter-spacing: .05em;
	font-size: calc(110 / var(--break03));
	color: #cd0c0c;
}
.text_fee .yen{
	font-size: calc(40 / var(--break03));
	color: #1b2a55;
}
.text_fee .tax{
	font-size: calc(20 / var(--break03));
}
.text_fee .set{
	display: inline-block;
	padding-left: calc(70 / var(--break03));
	position: relative;
	z-index: 1;
}
.text_fee .deco{
	width: calc(36 / var(--break03));
	height: calc(70 / var(--break03));;
	margin: auto;
	line-height: 1;
	letter-spacing: 0;
	font-size: calc(40 / var(--break03));
	position: absolute;
	inset: 0 auto 0 0;
}
@media(max-width: 767px) {
	.row_fee_tag{
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.row_fee_tag > .tag{
		width: 48%;
		padding: 2vw 0;
		border-radius: calc(35 / 750 * 100vw);
	}
	.row_fee_tag > .tag40{
		width: 100%;
		margin: calc(20 / 750 * 100vw) auto 0;
	}
	.row_fee_tag > .tag::before{
		border-radius: calc(30 / 750 * 100vw);
	}

	.text_fee .num{
		letter-spacing: 0;
		font-size: calc(119.5 / 750 * 100vw);
	}
	.text_fee .yen{
		font-size: calc(50 / 750 * 100vw);
	}
	.text_fee .tax{
		font-size: calc(30 / 750 * 100vw);
	}
	.text_fee .set{
		padding-left: calc(70 / 750 * 100vw);
	}
	.text_fee .set .yen{
		padding-left: 1vw;
	}
	.text_fee .deco{
		inset: 0 auto 0 0;
	}
}

/* bg_fee
------------------------------------------------------------------*/
.bg_fee{
	padding: calc(80 / var(--break02)) 0 calc(70 / var(--break02));
	background: url(images/index/bg_fee01.jpg)no-repeat center / cover;
}
.row_fee_common>.col {
	width: 23.8%;
	padding: calc(30 / var(--break02)) 1.5% calc(30 / var(--break02));
	text-align: center;
	background: #fff;
	box-shadow: calc(4 / var(--break02)) calc(4 / var(--break02)) 0 #d7d4d4;
	border-radius: calc(20 / var(--break02));
	position: relative;
	z-index: 1
}
.row_fee_common .icon {
	max-width: 176px;
	width: calc(176 / var(--break02));
}
.row_fee_common .copy {
	margin-bottom: calc(10 / var(--break02));
}
.row_fee_common .text {
	line-height: 1.6;
	letter-spacing: .1em;
	text-align: center;
}
@media(max-width: 767px) {
	.bg_fee{
		padding: calc(80 / 750 * 100vw) 0;
		background: url(images/index/bg_fee01_sp.jpg)no-repeat center / cover;
	}
	.bg_fee .copy_common01{letter-spacing: .2em;}
	.row_fee_common.flex{justify-content: space-between;}
	.row_fee_common>.col {
		width: calc(333 / 750 * 100vw);
		min-height: calc(384 / 750 * 100vw);
		padding: calc(35 / 750 * 100vw) 3%;
		font-size: calc(24 / 750 * 100vw)
	}
	.row_fee_common>.col::before,
	.row_fee_common>.col::after
	{
		border-width: 1px;
		inset: calc(10 / 750 * 100vw);
	}
	.row_fee_common .icon {
		width: calc(170 / 750 * 100vw)
	}
	.row_fee_common .copy {
		letter-spacing: 0;
		font-size: calc(30 / 750 * 100vw);
	}
	.row_fee_common>.col:nth-of-type(n+3) {
		margin-top: calc(35 / 750 * 100vw)
	}
	.row_fee_common .text {
		letter-spacing: 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

/* 
------------------------------------------------------------------*/
.box_fee{
	padding: calc(40 / var(--break02)) 5% calc(50 / var(--break02));
	color: #fff;
	background: #7cc1b7;
	border-radius: calc(180 / var(--break02));
	position: relative;
	z-index: 1;
}
.box_fee::before{
	content: "";
	width: calc(100% - 18 /  var(--break03));
	height: calc(100% - 18 /  var(--break03));
	margin: auto;
	border: 1px solid #fff;
	border-radius: calc(170 / var(--break02));
	position: absolute;
	inset: 0;
}
@media(max-width: 767px) {
	.box_fee{
		padding: calc(50 / 750 * 100vw) 5% calc(60 / 750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
	}
	.box_fee::before{
		border-radius: calc(50 / 750 * 100vw);
	}
}


/* 
------------------------------------------------------------------*/
.bg_fee02{
	padding: calc(80 / var(--break02)) 0 calc(90 / var(--break02));
	background: url(images/index/bg_fee02.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_fee02 .shadow_w{
	text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff , 0 0 calc(10 / var(--break) * 100vw) #fff;
}
.copy_fee{
	width: calc(1000 / var(--break02));
	margin-left: auto;
	margin-right: auto;
	list-style: 1.5;
	text-align: center;
	position: relative;
	z-index: 1; 
}
.copy_fee .s{
	display: inline-block;
	/* padding: calc(4 / var(--break02)) calc(60 / var(--break02)); */
}
.copy_fee .s::before,
.copy_fee .s::after
{
	content: "";
	width: calc(36 / var(--break02));
	height: calc(51 / var(--break02));
	margin: auto;
	background: url(images/index/deco_titile_commmon01.png)no-repeat center / contain;
	position: absolute;
	inset: 0 auto;
}
.copy_fee .s::before{left: 0;}
.copy_fee .s::after{
	right:  0;
	transform: scale(-1, 1);
}
@media(max-width: 767px) {
	.bg_fee02{
		padding: calc(74 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
		background: url(images/index/bg_fee02_sp.jpg)no-repeat center / cover;
	}
	.copy_fee{
		width: 100%;
		line-height: 1.7;
	}
	.copy_fee .s{
		padding: .5vw calc(60 / 750 * 100vw);
		letter-spacing: 0;
		position: relative;
		z-index: 1;
	}
}


/* top_qa
------------------------------------------------------------------*/
.top_qa{
	padding: calc(90 / var(--break02)) 0 calc(100 / var(--break02));
	background: url(images/index/bg_qa.png)no-repeat center top / 100%,#f3f3f3;
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.top_qa{
		padding: calc(78 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
		background: url(images/index/bg_qa_sp.png)no-repeat center top / 100%,#f3f3f3;
	}
}


/* top_instagram
------------------------------------------------------------------*/
.top_instagram{
	padding: calc(90 / var(--break02)) 0;
	background: #1b2a55;
	position: relative;
	z-index: 1;
}
.top_instagram .instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size100px);
	height: var(--size100px);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.top_instagram #sb_instagram {
	padding: 0 !important;
}
.top_instagram #sb_instagram #sbi_images {
	padding: 0 !important;
}
.top_instagram .area #sb_instagram #sbi_images .sbi_item {
	padding: 0 !important;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.top_instagram{
		padding: calc(96 / 750 * 100vw) 0;
	}
	.top_instagram  #sb_instagram.sbi_mob_col_3 #sbi_images{
		gap: 6px !important;
	}
}


/* .tbl_time02 .box
------------------------------------------------------------------*/
.tbl_time02 .box{
	background: none;
	padding: 0;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	background: #fff;
}
.tbl_time02 table{
	max-width: inherit !important;
	color: #262626;
}
.tbl_time02 thead th{border-bottom-color: #262626;}
.tbl_time02 th{ font-weight: 300 !important;}
.tbl_time02.day8 thead tr:first-child th, .tbl_time02.day8 tr:first-child tbody td{}
.tbl_time02 span{color: #262626;}
@media(min-width: 768px) {
	.tbl_time02 thead th{
		font-size: 88.8%;
		padding: calc(35 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw);
	}
	.tbl_time02.day8 tbody tr:first-child th, .tbl_time02.day8 tbody tr:first-child td{padding: calc(40 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw);}
	.tbl_time02.day8 tbody tr:last-child th, .tbl_time02.day8 tbody tr:last-child td{padding-bottom: calc(40 / 1920 * 100vw);}
	.tbl_time .tbl_caption{
		line-height: 1.6;
		margin-top: 20px;
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.tbl_time02 thead th{padding: 3.5vw 0;}
	.tbl_time02.day8 tbody tr:first-child th, .tbl_time02.day8 tbody tr:first-child td{padding: 4vw 0 2vw;}
	.tbl_time02.day8 tbody tr:last-child th, .tbl_time02.day8 tbody tr:last-child td{padding-bottom: 4vw;}
	.tbl_time .tbl_caption{line-height: 1.5 !important;}
}

.box_tbl_time{
	padding: calc(52 / var(--break03)) calc(58 / var(--break03));
	background: #f3f3f3;
	border-radius: calc(20 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_tbl_time > .col_l {
	width: 47.5%;
}
.row_tbl_time > .col_r {
	width: 50%;
}
@media(max-width: 767px) {
	.box_tbl_time{
		padding: calc(58 / 750 * 100vw) calc(26 / 750 * 100vw);
	}
	.row_tbl_time > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 2vw;
	}
	.row_tbl_time > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_tbl_time .lh16{
		line-height: 1.3;
		font-size: calc(28 / 750 * 100vw);
	}
}
/* フッター footer
------------------------------------------------------------------*/
.home footer{
	padding-top: calc(150 / var(--break03));
}

footer .wrap_map{
	max-width: 1500px;
	width: 94%;
	margin: 0 auto calc(80 / var(--break03));
	overflow: hidden;
}
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
	color: #fff;
	background: #d7d4d4;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	footer .wrap_map{
		border-radius: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}

	footer .wrap_map .map{
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		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(300 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix_line {
		width: calc(150 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.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%;
	height: 100%;
}
.btn_map {
	display: none;
	width: calc(300 / var(--break03));
	letter-spacing: .1em;
	font-size: calc(20 / var(--break03));
	top: calc(28 / var(--break03));
	left: calc(28 / var(--break03));
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break03));
	color: #1d1d1d;
	background: #ffffff;
	border-radius: calc(60 / var(--break03));
}
.btn_map a::before {
	content: "";
	width: calc(15 / var(--break03));
	height: calc(20 / var(--break03));
	margin: auto;
	background: url(images/page/icn_map.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(28 / var(--break03));
}
.btn_map a::after {
	content: "";
	width: calc(24 / var(--break03));
	height: calc(24 / var(--break03));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(28 / var(--break03));
	transition: .5s all;
}
@media(min-width: 1025px) {
	.btn_map a:hover:after {
		right: calc(12 / var(--break03));
		transition: .5s all;
	}
}
@media(max-width: 767px) {
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(80 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		letter-spacing: 0;
		height: calc(100 / 750 * 100vw);
		border: 1px solid #1d1d1d;
	}
	.btn_map a::before {
		width: calc(30 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		left: calc(28 / 750 * 100vw);
	}

	.btn_map a::after {
		width: calc(36 / 750 * 100vw);
		height: calc(36 / 750 * 100vw);
		right: calc(48 / 750 * 100vw);
	}
}