@charset "utf-8";
/*
Theme Name: res
Version: 1.3.5
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #333333;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #FEF4CC;
	--color02: #333333;
	--color03: #FCC800;
	--color04: #4E9094;
	--color05: #F2971E;
	--color06: #D3798C;
	--color07: #666666;
	--color08: #7E6329;
	--color09: #D6D6D6;
	--color10: #D4C5AC;
	--color11: #AAA7A7;
	--color12: #B79E74;
	--color13: #;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #333333;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #333333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*MVのみ使用*/
.shi_b {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.dnp {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.shi {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.bea {
	font-family: "beaufort-pro", serif;
	font-weight: 300;
	font-style: normal;
}
.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;
}
.bg_ptn01 {
	background: url("images/page/ptn01.jpg") repeat center / auto;
}
.bg_ptn02 {
	background: url("images/page/ptn02.png") repeat center / auto;
}
@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;
	}
	.bg_ptn01 {
		background: url("images/page/ptn01.jpg") repeat center / calc(1920 / var(--break) * 100vw) auto;
	}
	.bg_ptn02 {
		background: url("images/page/ptn02.png") repeat center / calc(3 / var(--break) * 100vw) auto;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc(360 / var(--break) * 100vw);
}
.box_add01 {
	width: calc(280 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	margin-right: calc(8 / var(--break) * 100vw);
}
.box_add01 .txt {
	text-align: left;
}
.tel_common {
	width: calc(304 / var(--break) * 100vw);
	margin-right: calc(8 / var(--break) * 100vw);
}
.tel_common a,.web_common a {
	height: calc(80 / var(--break) * 100vw);
}
.web_common {
	width: calc(200 / var(--break) * 100vw);
}
.web_common a::after {
    border-width: calc(10 / var(--break) * 100vw);
    bottom: calc(5 / var(--break) * 100vw);
    right: calc(5 / var(--break) * 100vw);
}
.box_add01 .icn,
.tel_common .icn,
.web_common .icn {
	width: calc(24 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(360 / var(--break) * 100vw);
	}
	.box_add01 {
		width: calc(280 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		margin-right: calc(8 / var(--break) * 100vw);
	}
	.tel_common {
		width: calc(304 / var(--break) * 100vw);
		margin-right: calc(8 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a {
		height: calc(80 / var(--break) * 100vw);
	}
	.web_common {
		width: calc(200 / var(--break) * 100vw);
	}
	.web_common a::after {
		border-width: calc(10 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.box_add01 .icn,
	.tel_common .icn,
	.web_common .icn {
		width: calc(24 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(360 / var(--break) * 100vw);
	}
	.box_add01 {
		width: calc(250 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		margin-right: calc(8 / var(--break) * 100vw);
	}
	.box_add01 .txt {
		font-size: 1rem;
	}
	.tel_common {
		width: calc(264 / var(--break) * 100vw);
		margin-right: calc(8 / var(--break) * 100vw);
	}
	.tel_common .num {
		font-size: 1.875rem;
	}
	.tel_common a,.web_common a {
		height: calc(80 / var(--break) * 100vw);
	}
	.web_common {
		width: calc(170 / var(--break) * 100vw);
	}
	.web_common .ja {
		font-size: 1.3125rem;
	}
	.web_common a::after {
		border-width: calc(10 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.box_add01 .icn,
	.tel_common .icn,
	.web_common .icn {
		width: calc(22 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	header {
		padding: 5vw 6vw 0!important;
	}
	header h1 {
		width: calc(360 / var(--break) * 100vw);
	}
	.row_head01 {
		display: none;
	}
	.box_add01 {
		width: 100%;
		height: auto;
		margin-right: auto;
	}
	.box_add01 .txt {
		font-size: 1rem;
	}
	.box_add01 .icn {
        width: calc(40 / var(--break) * 100vw);
    }
	.tel_common {
		width: calc(264 / var(--break) * 100vw);
		margin-right: calc(8 / var(--break) * 100vw);
	}
	.tel_common .num {
		font-size: 1.59375rem;
	}
	.tel_common a,.web_common a {
		height: calc(120 / var(--break) * 100vw);
	}
	.web_common {
		width: calc(170 / var(--break) * 100vw);
	}
	.web_common .ja {
		font-size: 1.21875rem;
	}
	.web_common a::after {
		border-width: calc(15 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.tel_common .icn,
	.web_common .icn {
		width: calc(36 / var(--break) * 100vw);
		margin-right: 3vw;
	}
}


/* メインイメージ 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;
	 pointer-events: auto;
}
.main_img .slide_main li {
	min-height: 600px;
    height: calc(100vh - (20 / var(--break) * 100vw));
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}
.slick-dots {
	bottom: calc(25 / var(--break) * 100vw);
}
.slick-dots li {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw)!important;
	margin: 0 calc(8 / 1920 * 100vw);
	min-height: auto!important;
}
.slick-dots li button {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	padding: 0;
}
.slick-dots li button:before {
	content: "";
	background: transparent;
	border: solid #fff 1px;
	border-radius: 100%;
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}
/*MV01*/
.ttl_main01 {
	top: 20.5%;
	right: calc(150 / var(--break) * 100vw);
	text-shadow:
    0 0 5px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1),
    0 0 20px rgba(255, 255, 255, 1),
    0 0 30px rgba(255, 255, 255, 1);
}
.ttl_main01::before,.ttl_main01::after {
	content: "";
    position: absolute;
}
.ttl_main01::before {
	background: url("images/index/deco_MV01_01.svg") no-repeat center / cover;
    width: calc(100 / var(--break) * 100vw);
    height: calc(120 / var(--break) * 100vw);
	left: -4%;
    top: -13%;
}
.ttl_main01::after {
	background: url("images/index/deco_MV01_02.svg") no-repeat center / cover;
    width: calc(46 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	right: -2.5%;
    top: 2%;
}
.row_main01 {
	width: calc(835 / var(--break) * 100vw);
    top: 49.5%;
    right: calc(86 / var(--break) * 100vw);
}
.row_main01::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_MV01_03.svg") no-repeat center / cover;
    width: calc(95 / var(--break) * 100vw);
    height: calc(95 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.row_main01 .col {
	width: calc(400 / var(--break) * 100vw);
	height: calc(400 / var(--break) * 100vw);
}
.row_main01 .col .en {
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.row_main01 .col_l {
	background: url("images/index/bg_MV01_01.png")no-repeat center / cover;
}
.row_main01 .col_l .en {
	width: calc(339 / var(--break) * 100vw);
}
.row_main01 .col .img {
	width: calc(200 / var(--break) * 100vw);
}
.row_main01 .col_r {
	background: url("images/index/bg_MV01_02.png")no-repeat center / cover;
}
.row_main01 .col_r .en {
	width: calc(233 / var(--break) * 100vw);
}
.en_main01 {
	color: rgba(255, 255, 255, 0.5);
	line-height: .8;
	left: calc(0 / var(--break) * 100vw);
    bottom: calc(2 / var(--break) * 100vw);
}
/*MV02*/
.catch_main02 {
	width: calc(740 / var(--break) * 100vw);
    top: 18%;
    left: 5.5%;
}
.catch_main02::before,.catch_main02::after {
	content: "";
    position: absolute;
}
.catch_main02::before {
	background: url("images/index/deco_MV02_01.png") no-repeat center / cover;
	width: calc(362 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	right: -12%;
	top: -58%;
	z-index: -1;
}
.catch_main02::after {
	background: url("images/index/deco_MV02_02.png") no-repeat center / cover;
	width: calc(433 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	left: -14%;
	bottom: -33%;
	z-index: -1;
}

.deco_main01 {
	width: calc(370 / var(--break) * 100vw);
	height: calc(370 / var(--break) * 100vw);
	background: url("images/index/bg_MV02_01.svg")no-repeat center / cover;
	left: 15.6%;
	bottom: 4%;
}
.deco_main01 .img {
	width: calc(290 / var(--break) * 100vw);
}
.deco_main02 {
	width: calc(208 / var(--break) * 100vw);
	height: calc(208 / var(--break) * 100vw);
	background: url("images/index/bg_MV02_02.svg")no-repeat center / cover;
	left: 4%;
	bottom: 4%;
}
.deco_main03 {
	width: calc(208 / var(--break) * 100vw);
	height: calc(208 / var(--break) * 100vw);
	background: url("images/index/bg_MV02_03.svg")no-repeat center / cover;
	left: 36.3%;
	bottom: 21.5%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		height: calc(100vh - (20 / var(--break) * 100vw));
	}
	/*MV01*/
	.ttl_main01 {
		top: 20.5%;
		right: calc(150 / var(--break) * 100vw);
	}
	.ttl_main01::before {
		width: calc(100 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
		left: -4%;
		top: -13%;
	}
	.ttl_main01::after {
		width: calc(46 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		right: -2.5%;
		top: 2%;
	}
	.row_main01 {
		width: calc(835 / var(--break) * 100vw);
		top: 49.5%;
		right: calc(86 / var(--break) * 100vw);
	}
	.row_main01::before {
		width: calc(95 / var(--break) * 100vw);
		height: calc(95 / var(--break) * 100vw);
	}
	.row_main01 .col {
		width: calc(400 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
	}
	.row_main01 .col_l .en {
		width: calc(339 / var(--break) * 100vw);
	}
	.row_main01 .col_r .en {
		width: calc(233 / var(--break) * 100vw);
	}
	/*MV02*/
	.catch_main02 {
		width: calc(740 / var(--break) * 100vw);
		top: 18%;
		left: 5.5%;
	}
	.catch_main02::before {
		width: calc(362 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
		right: -12%;
		top: -58%;
	}
	.catch_main02::after {
		width: calc(433 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
		left: -14%;
		bottom: -33%;
	}
	.deco_main01 {
		width: calc(350 / var(--break) * 100vw);
		height: calc(350 / var(--break) * 100vw);
		left: 15.6%;
		bottom: 4%;
	}
	.deco_main01 .img {
		width: calc(270 / var(--break) * 100vw);
	}
	.deco_main02 {
		width: calc(208 / var(--break) * 100vw);
		height: calc(208 / var(--break) * 100vw);
		left: 1%;
		bottom: 4%;
	}
	.deco_main03 {
		width: calc(208 / var(--break) * 100vw);
		height: calc(208 / var(--break) * 100vw);
		left: 39.3%;
		bottom: 21.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main01 {
		background: url(images/index/main01.jpg)no-repeat center / cover;
	}
	
	.main_img .slide_main li {
		min-height: calc(750 / var(--break) * 100vw);
		height: auto;
	}
	/*MV01*/
	.ttl_main01 {
		font-size: 3.5rem;
		top: 20.5%;
		right: calc(60 / var(--break) * 100vw);
	}
	.ttl_main01 .fz80 {
		font-size: 4rem;
	}
	.ttl_main01::before {
		width: calc(70 / var(--break) * 100vw);
        height: calc(85 / var(--break) * 100vw);
        left: -2%;
        top: -17%;
	}
	.ttl_main01::after {
		width: calc(46 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		right: -2.5%;
		top: 2%;
	}
	.row_main01 {
		width: calc(715 / var(--break) * 100vw);
		top: 49.5%;
		right: calc(30 / var(--break) * 100vw);
	}
	.row_main01::before {
		width: calc(95 / var(--break) * 100vw);
		height: calc(95 / var(--break) * 100vw);
	}
	.row_main01 .col {
		width: calc(340 / var(--break) * 100vw);
		height: calc(340 / var(--break) * 100vw);
	}
	.row_main01 .col .img {
		width: calc(169 / var(--break) * 100vw);
	}
	.row_main01 .col .txt {
		font-size: 1.5rem;
	}
	.row_main01 .col_l .en {
		width: calc(339 / var(--break) * 100vw);
	}
	.row_main01 .col_r .en {
		width: calc(233 / var(--break) * 100vw);
	}
	.en_main01 {
		font-size: 8.5rem;
	}
	/*MV02*/
	.catch_main02 {
		width: calc(600 / var(--break) * 100vw);
        top: 22%;
        left: 2.5%;
	}
	.catch_main02::before {
		width: calc(283 / var(--break) * 100vw);
		height: calc(234 / var(--break) * 100vw);
		right: -12%;
		top: -23%;
	}
	.catch_main02::after {
		width: calc(300 / var(--break) * 100vw);
		height: calc(209 / var(--break) * 100vw);
		left: -4%;
		bottom: -33%;
	}
	.deco_main01 {
		width: calc(280 / var(--break) * 100vw);
		height: calc(280 / var(--break) * 100vw);
		left: 15.6%;
		bottom: 4%;
	}
	.deco_main01 .img {
		width: calc(180 / var(--break) * 100vw);
	}
	.deco_main01 .txt {
		font-size: 1.3125rem;
	}
	.deco_main02 {
		width: calc(168 / var(--break) * 100vw);
		height: calc(168 / var(--break) * 100vw);
		left: 1%;
		bottom: 4%;
	}
	.deco_main02 .txt {
		font-size: 1.5rem;
	}
	.deco_main03 {
		width: calc(168 / var(--break) * 100vw);
		height: calc(168 / var(--break) * 100vw);
		left: 39.3%;
		bottom: 21.5%;
	}
	.deco_main03 .txt {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.main_img {
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0!important;
	}
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(140 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_sp.jpg)no-repeat center / cover;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
	.slick-dots {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.slick-dots li {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw)!important;
		margin: 0 calc(8 / 750 * 100vw);
	}
	.slick-dots li button {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
	}
	.slick-dots li button:before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
	}
	/*MV01*/
	.ttl_main01 {
		font-size: 1.5rem;
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 57vw;
	}
	.ttl_main01 .fz80 {
		font-size: 2rem;
	}
	.ttl_main01::before {
		width: calc(80 / var(--break) * 100vw);
		height: calc(96 / var(--break) * 100vw);
		left: 7vw;
		top: -3vw;
	}
	.ttl_main01::after {
		width: calc(37 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		right: 8vw;
		top: 0vw;
	}
	.row_main01 {
		width: calc(669 / var(--break) * 100vw);
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 11vw;
	}
	.row_main01::before {
		width: calc(77 / var(--break) * 100vw);
		height: calc(77 / var(--break) * 100vw);
	}
	.row_main01 .col {
		width: calc(321 / var(--break) * 100vw);
		height: calc(321 / var(--break) * 100vw);
	}
	.row_main01 .col .img {
		width: calc(160 / var(--break) * 100vw);
	}
	.row_main01 .col .txt {
		font-size: .75rem;
	}
	.row_main01 .col_l .en {
		width: calc(271 / var(--break) * 100vw);
	}
	.row_main01 .col_r .en {
		width: calc(187 / var(--break) * 100vw);
	}
	.en_main01 {
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		bottom: calc(-2 / var(--break) * 100vw);
		font-size: 3.125rem;
	}
	/*MV02*/
	.catch_main02 {
		width: calc(597 / var(--break) * 100vw);
		top: 22vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	.catch_main02::before {
		width: calc(290 / var(--break) * 100vw);
		height: calc(240 / var(--break) * 100vw);
		right: -10vw;
		top: -22vw;
	}
	.catch_main02::after {
		width: calc(346 / var(--break) * 100vw);
		height: calc(240 / var(--break) * 100vw);
		left: -10vw;
		bottom: -6vw;
	}
	.deco_main01 {
		width: calc(296 / var(--break) * 100vw);
		height: calc(296 / var(--break) * 100vw);
		left: 0;
		right: 0;
		bottom: 11vw;
		margin: auto;
	}
	.deco_main01 .img {
		width: calc(232 / var(--break) * 100vw);
	}
	.deco_main01 .txt {
		font-size: .75rem;
	}
	.deco_main02 {
		width: calc(168 / var(--break) * 100vw);
		height: calc(168 / var(--break) * 100vw);
		left: 4vw;
		bottom: 11vw;
	}
	.deco_main02 .txt {
		font-size: .75rem;
	}
	.deco_main03 {
		width: calc(161 / var(--break) * 100vw);
		height: calc(161 / var(--break) * 100vw);
		left: auto;
		bottom: 29vw;
		right: 5vw;
	}
	.deco_main03 .txt {
		font-size: .75rem;
	}
	.bg_add01 {
		border-bottom: solid 1px #333;
	} 
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
	border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
}
/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
	border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.fix_nav .gnav {
    width: calc(100% - calc(512 / var(--break) * 100vw));
	border-bottom: none;
}
.fix_nav .gnav > ul > li > a {
	height: calc(100 / var(--break) * 100vw);
}
.gnav > ul {
	max-width: 1300px;
}
.gnav > ul > li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav>ul>li:not(:first-child)::before {
    content: "";
    width: calc(2 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    position: absolute;
	border-right: dotted calc(2 / var(--break) * 100vw) #333;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(120 / var(--break) * 100vw);
	position: relative;
}
.gnav > ul > li > a:after {
	content: "";
	position: absolute;
	width: calc(18 / var(--break) * 100vw);
	height: calc(14 / var(--break) * 100vw);
	background: url("images/page/icn_gnav01.svg")no-repeat center / cover;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav > ul > li .en {
	font-size: .875rem;
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc( / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.gnav {
		border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
	}
	.fix_nav {
		border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
	}
	
	.fix_nav .gnav > ul > li > a {
		height: calc(100 / var(--break) * 100vw);
	}
	.gnav>ul>li:not(:first-child)::before {
		width: calc(2 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		border-right: dotted calc(2 / var(--break) * 100vw) #333;
	}
	.gnav > ul > li > a {
		height: calc(120 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc(18 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav .gnav {
		width: 100%;
	}
	.fix_nav .gnav > ul > li .ja {
		margin-bottom: 0;
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(70 / var(--break) * 100vw);
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_fix_nav {
		width: 100%;
	}
	.row_fix_nav > div {
		width: calc(100% / 2);
	}
	.row_fix_nav > div a {
		height: calc(60 / var(--break) * 100vw);
	}
	.row_fix_nav > .tel_common {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: calc(30 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: #b79e74;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(54 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: 1px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px dotted #33333380;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #33333380;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px dotted #33333380;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #b79e74;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}
	.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);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: rgba(51,51,51,.9);
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 0 1vw 6vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #fff;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}


/* FEATURE
------------------------------------------------------------------*/
.ttl__feature01 .en::before,.ttl__feature01 .en::after {
	content: "";
    position: absolute;
	background: url("images/index/deco_feature01.png") no-repeat center / cover;
	width: calc(345 / var(--break) * 100vw);
    height: calc(42 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl__feature01 .en::before {
	left: 0;
}
.ttl__feature01 .en::after {
	right: 0;
}

.bg__feature01 {
	background: url("images/index/bg_feature01.png")no-repeat center bottom / 100% auto;
}
.row__feature01 {
	width: 92%;
    max-width: 1730px;
}
.row__feature01 .col_img {
	width: 58%;
    max-width: 1000px;
}
.row__feature01 .col_txt {
	width: 36%;
}
.ttl__feature02::before {
	content: "";
    position: absolute;
	background: url("images/page/ptn02.png") repeat center / auto #b79e74;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
}
.ttl__feature02.ptn02::before {
	background: url("images/page/ptn02.png") repeat center / auto #aaa7a7;
}
.wrap__feature01 .num {
	width: calc(140 / var(--break) * 100vw);
}
.row__feature02 {
	right: -8%;
    bottom: -6%;
}
.row__feature02 .col:last-child {
	margin-left: calc(-20 / var(--break) * 100vw);
}
.row__feature02 .col {
	width: calc(300 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
}
.row__feature02 .col_l {
	background: url("images/index/bg_feature02.png")no-repeat center / cover;
	z-index: 1;
}
.row__feature02 .col_r {
	background: url("images/index/bg_feature03.png")no-repeat center / cover;
}
.row__feature02 .col .img {
	width: calc(200 / var(--break) * 100vw);
}
.txt__feature01 {
	width: calc(203 / var(--break) * 100vw);
}
.txt__feature01.ptn02 {
	width: calc(139 / var(--break) * 100vw);
}
.row__feature03 .col {
	width: 32%;
	height: calc(120 / var(--break) * 100vw);
}
.row__feature03 .col::before {
	content: "";
    position: absolute;
	background: #33333380;
    width: 100%;
    height: 100%;
	right: calc(-6 / var(--break) * 100vw);
	bottom: calc(-6 / var(--break) * 100vw);
	z-index: -1;
}
.row__feature03 .col .bg_white {
	width: 100%;
	height: 100%;
}
.row__feature03 .col .bg_white::before,.row__feature03 .col .bg_white::after {
	content: "";
    position: absolute;
	border: solid calc(2 / var(--break) * 100vw) #7e6329;
    width: calc(40 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
}
.row__feature03 .col .bg_white::before {
	left: calc(8 / var(--break) * 100vw);
	top: calc(8 / var(--break) * 100vw);
	border-right: none;
	border-bottom: none;
}
.row__feature03 .col .bg_white::after {
	right: calc(8 / var(--break) * 100vw);
	bottom: calc(8 / var(--break) * 100vw);
	border-left: none;
	border-top: none;
}

.bg__feature02 {
	background: url("images/index/bg_feature04.png")no-repeat center bottom / 100% auto;
}
.row__feature04 {
	gap: 0 1.5%;
}
.row__feature04 .col {
	width: 33%;
    max-width: 400px;
}
.row__feature04 .col .txt {
	height: calc(70 / var(--break) * 100vw);
}

.row__feature05 {
	width: 97%;
    max-width: 1820px;
}
.row__feature05 .col_img {
	width: 54.5%;
	background: url("images/index/img_feature08.jpg")no-repeat center / cover;
}
.row__feature05.ptn02 .col_img {
	background: url("images/index/img_feature10.jpg")no-repeat center / cover;
}
.row__feature05 .col_txt {
	width: 45.5%;
	background: url("images/index/bg_feature05.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
}
.row__feature06 {
	width: calc(410 / var(--break) * 100vw);
	right: 4%;
    bottom: 6%;
}
.row__feature06 .col {
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	position: relative;
}
.row__feature06 .col::before {
	content: "";
	position: absolute;
	border-radius: 100%;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row__feature06 .col_l::before {
	border: solid calc(4 / var(--break) * 100vw) #f2971e;
}
.row__feature06 .col_r::before {
	border: solid calc(4 / var(--break) * 100vw) #fcc800;
}
.wrap__feature01.ptn02 .wrap {
	width: 75%;
}

.box__feature01 {
	width: 90%;
    max-width: 1200px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
	margin-top: calc(-155 / var(--break) * 100vw);
}
.box__feature01::after {
	content: "";
	position: absolute;
	top: calc(-20 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
	right: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	border: calc(10 / var(--break) * 100vw) solid #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.box__feature01 .num04 {
	width: calc(140 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}

.row__feature05.ptn02 .col_txt {
	background: url("images/index/bg_feature06.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
}
.ccl__feature05 {
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
}
.ccl__feature05 {
	top: 6%;
    left: 3%;
}
.ccl__feature05.ptn02 {
	top: auto;
	left: auto;
	right: 4%;
    bottom: 6%;
}
.ccl__feature05::before {
	content: "";
	position: absolute;
	border-radius: 100%;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ccl__feature05::before {
	border: solid calc(4 / var(--break) * 100vw) #d3798c;
}
.ccl__feature05.ptn02::before {
	border: solid calc(4 / var(--break) * 100vw) #4e9094;
}
.ttl__feature02.ptn04::before {
    background: url(images/page/ptn02.png) repeat center / auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__feature01 .en::before,.ttl__feature01 .en::after {
		width: calc(345 / var(--break) * 100vw);
		height: calc(42 / var(--break) * 100vw);
	}
	.ttl__feature02::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.wrap__feature01 .num {
		width: calc(140 / var(--break) * 100vw);
	}
	.ttl__feature02 .fz30 {
		font-size: 1.75rem;
	}
	.ttl__feature02 .fz44 {
		font-size: 2.3125rem;
	}
	.row__feature02 {
		right: -8%;
		bottom: -6%;
	}
	.row__feature02 .col:last-child {
		margin-left: calc(-20 / var(--break) * 100vw);
	}
	.row__feature02 .col {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.row__feature02 .col .img {
		width: calc(180 / var(--break) * 100vw);
	}
	.txt__feature01 {
		width: calc(203 / var(--break) * 100vw);
	}
	.txt__feature01.ptn02 {
		width: calc(139 / var(--break) * 100vw);
	}
	.row__feature03 .col {
		height: calc(120 / var(--break) * 100vw);
	}
	.row__feature03 .col::before {
		right: calc(-6 / var(--break) * 100vw);
		bottom: calc(-6 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before,.row__feature03 .col .bg_white::after {
		border: solid calc(2 / var(--break) * 100vw) #7e6329;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before {
		left: calc(8 / var(--break) * 100vw);
		top: calc(8 / var(--break) * 100vw);
		border-right: none;
		border-bottom: none;
	}
	.row__feature03 .col .bg_white::after {
		right: calc(8 / var(--break) * 100vw);
		bottom: calc(8 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
	}
	.row__feature04 .col {
		width: 32%;
	}
	.row__feature04 .col .txt {
		height: calc(70 / var(--break) * 100vw);
	}
	.row__feature05 .col_txt {
		background: url("images/index/bg_feature05.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
	}
	.row__feature06 {
		width: calc(410 / var(--break) * 100vw);
		right: 4%;
		bottom: 6%;
	}
	.row__feature06 .col {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.row__feature06 .col::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row__feature06 .col_l::before {
		border: solid calc(4 / var(--break) * 100vw) #f2971e;
	}
	.row__feature06 .col_r::before {
		border: solid calc(4 / var(--break) * 100vw) #fcc800;
	}
	.box__feature01 {
		margin-top: calc(-155 / var(--break) * 100vw);
	}
	.box__feature01::after {
		top: calc(-20 / var(--break) * 100vw);
		left: calc(-20 / var(--break) * 100vw);
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
		border: calc(10 / var(--break) * 100vw) solid #fff;
	}
	.box__feature01 .num04 {
		top: calc(30 / var(--break) * 100vw);
		left: calc(50 / var(--break) * 100vw);
	}
	.row__feature05.ptn02 .col_txt {
		background: url("images/index/bg_feature06.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
	}
	.ccl__feature05 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.ccl__feature05 {
		top: 6%;
		left: 3%;
	}
	.ccl__feature05.ptn02 {
		top: auto;
		left: auto;
		right: 4%;
		bottom: 6%;
	}
	.ccl__feature05::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.ccl__feature05::before {
		border: solid calc(4 / var(--break) * 100vw) #d3798c;
	}
	.ccl__feature05.ptn02::before {
		border: solid calc(4 / var(--break) * 100vw) #4e9094;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__feature01 .en::before,.ttl__feature01 .en::after {
		width: calc(180 / var(--break) * 100vw);
		height: calc(42 / var(--break) * 100vw);
	}
	.ttl__feature02::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.wrap__feature01 .num {
		width: calc(120 / var(--break) * 100vw);
	}
	.wrap__feature01 .num03,.wrap__feature01 .num05 {
		width: calc(100 / var(--break) * 100vw);
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.wrap__feature01 .ttl__feature02 {
		padding-bottom: calc(20 / var(--break) * 100vw);
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.ttl__feature02 .fz30 {
		font-size: 1.4375rem;
	}
	.ttl__feature02 .fz44 {
		font-size: 1.875rem;
	}
	.row__feature02 {
		right: -8%;
        bottom: -14%;
	}
	.row__feature02 .col:last-child {
		margin-left: calc(-20 / var(--break) * 100vw);
	}
	.row__feature02 .col {
		width: calc(250 / var(--break) * 100vw);
		height: calc(250 / var(--break) * 100vw);
	}
	.row__feature02 .col .img {
		width: calc(130 / var(--break) * 100vw);
	}
	.txt__feature01 {
		width: calc(203 / var(--break) * 100vw);
	}
	.txt__feature01.ptn02 {
		width: calc(139 / var(--break) * 100vw);
	}
	.row__feature03 .col {
		height: calc(120 / var(--break) * 100vw);
	}
	.row__feature03 .col::before {
		right: calc(-6 / var(--break) * 100vw);
		bottom: calc(-6 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before,.row__feature03 .col .bg_white::after {
		border: solid calc(2 / var(--break) * 100vw) #7e6329;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before {
		left: calc(8 / var(--break) * 100vw);
		top: calc(8 / var(--break) * 100vw);
		border-right: none;
		border-bottom: none;
	}
	.row__feature03 .col .bg_white::after {
		right: calc(8 / var(--break) * 100vw);
		bottom: calc(8 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
	}
	.row__feature03 .col .txt {
		font-size: 1.5rem;
	}
	.row__feature04 .col {
		width: 32%;
	}
	.row__feature04 .col .txt {
		height: calc(70 / var(--break) * 100vw);
	}
	.row__feature05 .col_txt {
		background: url("images/index/bg_feature05.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
		padding: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
	}
	.wrap__feature01.ptn02 .wrap {
		width: 85%;
	}
	.row__feature06 {
		width: calc(410 / var(--break) * 100vw);
		right: 4%;
		bottom: 6%;
	}
	.row__feature06 .col {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.row__feature06 .col::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row__feature06 .col_l::before {
		border: solid calc(4 / var(--break) * 100vw) #f2971e;
	}
	.row__feature06 .col_r::before {
		border: solid calc(4 / var(--break) * 100vw) #fcc800;
	}
	.box__feature01 {
		margin-top: calc(-155 / var(--break) * 100vw);
	}
	.box__feature01::after {
		top: calc(-20 / var(--break) * 100vw);
		left: calc(-20 / var(--break) * 100vw);
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
		border: calc(10 / var(--break) * 100vw) solid #fff;
	}
	.box__feature01 .num04 {
		width: calc(120 / var(--break) * 100vw);
		top: calc(30 / var(--break) * 100vw);
		left: calc(50 / var(--break) * 100vw);
	}
	.row__feature05.ptn02 .col_txt {
		background: url("images/index/bg_feature06.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
	}
	.ccl__feature05 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.ccl__feature05 {
		top: 3%;
		left: 1%;
	}
	.ccl__feature05.ptn02 {
		top: auto;
		left: auto;
		right: 1%;
		bottom: 3%;
	}
	.ccl__feature05::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.ccl__feature05::before {
		border: solid calc(4 / var(--break) * 100vw) #d3798c;
	}
	.ccl__feature05.ptn02::before {
		border: solid calc(4 / var(--break) * 100vw) #4e9094;
	}
}
@media(max-width: 767px) {
	.index_feature {
		padding: 13vw 0 13vw;
	}
	.bg__feature01 {
		background: url(images/index/bg_feature01_sp.png) no-repeat center bottom / 100% auto;
		padding-bottom: 9vw;
	}
	.ttl__feature01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 13vw;
		position: relative;
		padding: 10.5vw 0 9.5vw;
	}
	.ttl__feature01::before,.ttl__feature01::after {
		content: "";
		position: absolute;
		background: url(images/index/deco_feature01_sp.png) no-repeat center / cover;
		width: calc(646 / var(--break) * 100vw);
		height: calc(42 / var(--break) * 100vw);
		margin: auto;
		right: 0;
		left: 0;
	}
	.ttl__feature01::before {
		top: 0;
	}
	.ttl__feature01::after {
		bottom: 0;
	}
	.ttl__feature01 .en {
		font-size: 3.75rem;
		margin-bottom: 3vw;
	}
	.ttl__feature01 .en::before,.ttl__feature01 .en::after {
		display: none;
	}
	.ttl__feature01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.ttl__feature02::before {
		height: calc(10 / var(--break) * 100vw);
		background: url(images/page/ptn02.png) repeat center / calc(3 / var(--break) * 100vw) auto #b79e74;
	}
	.ttl__feature02.ptn04::before {
		background: url(images/page/ptn02.png) repeat center / calc(3 / var(--break) * 100vw) auto;
	}
	.ttl__feature02.ptn02::before {
		background: url(images/page/ptn02.png) repeat center / calc(3 / var(--break) * 100vw) auto #aaa7a7;
}
	.row__feature01 {
		width: 100%;
        max-width: calc(700 / var(--break) * 100vw);
        margin-bottom: 7vw;
	}
	.row__feature01 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row__feature01.row01 .col_img {
		margin-bottom: 38.5vw;
	}
	.row__feature01 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.wrap__feature01 .num {
		width: calc(140 / var(--break) * 100vw);
	}
	.wrap__feature01 .num03,.wrap__feature01 .num05 {
		width: calc(140 / var(--break) * 100vw);
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.wrap__feature01 .ttl__feature02 {
		padding-bottom: calc(30 / var(--break) * 100vw);
        margin-bottom: calc(23 / var(--break) * 100vw);
	}
	.ttl__feature02 .fz30 {
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.ttl__feature02 .fz44 {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.row__feature02 {
		right:0;
		left: 0;
		margin: auto;
        bottom: -33vw;
	}
	.row__feature02 .col:last-child {
		margin-left: calc(-20 / var(--break) * 100vw);
	}
	.row__feature02 .col {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.row__feature02 .col .img {
		width: calc(200 / var(--break) * 100vw);
	}
	.txt__feature01 {
		width: calc(204 / var(--break) * 100vw);
	}
	.txt__feature01.ptn02 {
		width: calc(143 / var(--break) * 100vw);
	}
	.row__feature03 .col {
		width: 100%;
		max-width: calc(640 / var(--break) * 100vw);
		height: calc(110 / var(--break) * 100vw);
		margin: auto;
	}
	.row__feature03 .col:nth-child(n+2) {
		margin-top: calc(26 / var(--break) * 100vw);
	}
	.row__feature03 .col::before {
		right: calc(-6 / var(--break) * 100vw);
		bottom: calc(-6 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before,.row__feature03 .col .bg_white::after {
		border: solid calc(2 / var(--break) * 100vw) #7e6329;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row__feature03 .col .bg_white::before {
		left: calc(8 / var(--break) * 100vw);
		top: calc(8 / var(--break) * 100vw);
		border-right: none;
		border-bottom: none;
	}
	.row__feature03 .col .bg_white::after {
		right: calc(8 / var(--break) * 100vw);
		bottom: calc(8 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
	}
	.row__feature03 .col .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg__feature02 {
		background: url(images/index/bg_feature04_sp.png) no-repeat center bottom / 100% auto;
		padding-bottom: 8vw;
	}
	.row__feature04 {
		gap: calc(20 / var(--break) * 100vw);
	}
	.row__feature04 .col {
		width: 48%;
		max-width: calc(340 / var(--break) * 100vw);
	}
	.row__feature04 .col .txt {
		font-size: .6875rem;
		letter-spacing: 0;
		height: calc(70 / var(--break) * 100vw);
	}
	.row__feature05 {
		width: 100%;
		max-width: calc(700 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__feature05 .col_img {
		width: 100%;
		background: url("images/index/img_feature08.jpg")no-repeat center / cover;
		height: calc(462 / var(--break) * 100vw);
	}
	.row__feature05.ptn02 .col_img {
		background: url("images/index/img_feature10.jpg")no-repeat center / cover;
	}
	.row__feature05 .col_txt {
		width: 100%;
		background: url("images/index/bg_feature05.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
	}
	.wrap__feature01.ptn02 .wrap {
		width: 88%;
	}
	.row__feature06 {
		width: calc(410 / var(--break) * 100vw);
		right: 4%;
		bottom: 6%;
	}
	.row__feature06 .col {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.row__feature06 .col::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row__feature06 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row__feature06 .col_l::before {
		border: solid calc(4 / var(--break) * 100vw) #f2971e;
	}
	.row__feature06 .col_r::before {
		border: solid calc(4 / var(--break) * 100vw) #fcc800;
	}
	.box__feature01 {
		margin-top: calc(-75 / var(--break) * 100vw);
		width: 100%;
        max-width: calc(660 / var(--break) * 100vw);
        padding: 7vw 5vw 6vw;
	}
	.box__feature01::after {
		top: calc(-20 / var(--break) * 100vw);
		left: calc(-20 / var(--break) * 100vw);
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
		border: calc(10 / var(--break) * 100vw) solid #fff;
	}
	.box__feature01 .num04 {
		width: calc(140 / var(--break) * 100vw);
		position: static;
	}
	.row__feature05.ptn02 .col_txt {
		background: url("images/index/bg_feature06.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
	}
	.ccl__feature05 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.ccl__feature05 {
		top: -5vw;
        left: 3vw;
	}
	.ccl__feature05.ptn02 {
		top: auto;
		left: auto;
		right: 3vw;
        bottom: -5vw;
	}
	.ccl__feature05::before {
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.ccl__feature05::before {
		border: solid calc(4 / var(--break) * 100vw) #d3798c;
	}
	.ccl__feature05.ptn02::before {
		border: solid calc(4 / var(--break) * 100vw) #4e9094;
	}
	.ccl__feature05 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
}
/* medical
------------------------------------------------------------------*/
.ttl__medical01 {
	background: url("images/index/deco_medical01.svg")no-repeat left top / calc(1200 / var(--break) * 100vw) auto,url("images/index/deco_medical02.svg")no-repeat right top / calc(1200 / var(--break) * 100vw) auto;
}
.row__medical01 .col {
	width: calc(100% / 3);
    position: relative;
    z-index: 1;
}
.row__medical01.ptn02 .col_l {
	width: calc(100% / 3);
}
.row__medical01.ptn02 .col_r {
	width: calc(100% - calc(100% / 3));
}
.row__medical01 a {
	height: calc(500 / var(--break) * 100vw);
}
.row__medical01.ptn02 a {
    height: calc(460 / var(--break) * 100vw);
}
.row__medical01 .col:nth-child(1) a {
	background: url("images/index/img_medical01.png")no-repeat center / cover;
}
.row__medical01 .col:nth-child(2) a {
	background: url("images/index/img_medical02.png")no-repeat center / cover;
}
.row__medical01 .col:nth-child(3) a {
	background: url("images/index/img_medical03.png")no-repeat center / cover;
}
.row__medical01.ptn02 .col_l a {
	background: url("images/index/img_medical04.png")no-repeat center / cover;
}
.row__medical01.ptn02 .col_r a {
	background: url("images/index/img_medical05.png")no-repeat center / cover;
}
.row__medical01 a::before {
	content: "";
	position: absolute;
	border: solid calc(2 / var(--break) * 100vw) #fff;
	width: calc(100% - calc(40 / var(--break) * 100vw));
	height: calc(100% - calc(40 / var(--break) * 100vw));
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s all;
	z-index: 0;
}
.row__medical01 .col a::after {
	content: "";
    position: absolute;
    width: calc(40 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
	right: calc(40 / var(--break) * 100vw);
	bottom: calc(40 / var(--break) * 100vw);
	transition: .3s all;
}
.row__medical01 .col:nth-child(1) a::after {
	background: url("images/page/arw01.svg") no-repeat center / cover;
}
.row__medical01 .col:nth-child(2) a::after {
	background: url("images/page/arw02.svg") no-repeat center / cover;
}
.row__medical01 .col:nth-child(3) a::after {
	background: url("images/page/arw03.svg") no-repeat center / cover;
}
.row__medical01.ptn02 .col_l a::after {
	background: url("images/page/arw04.svg") no-repeat center / cover;
}
.row__medical01.ptn02 .col_r a::after {
	background: url("images/page/arw05.svg") no-repeat center / cover;
}
.row__medical01 a .wrap {
	width: 100%;
	height: 100%;
}
.row__medical01 .col a .wrap::before,.row__medical01 .col a .wrap::after {
	content: "";
    position: absolute;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	transition: .3s all;
}
.row__medical01 .col:nth-child(1) a .wrap::before,.row__medical01 .col:nth-child(1) a .wrap::after {
	border: solid calc(10 / var(--break) * 100vw) #f2971e;
}
.row__medical01 .col:nth-child(2) a .wrap::before,.row__medical01 .col:nth-child(2) a .wrap::after {
	border: solid calc(10 / var(--break) * 100vw) #4e9094;
}
.row__medical01 .col:nth-child(3) a .wrap::before,.row__medical01 .col:nth-child(3) a .wrap::after {
	border: solid calc(10 / var(--break) * 100vw) #d3798c;
}
.row__medical01.ptn02 .col_l a .wrap::before,.row__medical01.ptn02 .col_l a .wrap::after {
	border: solid calc(10 / var(--break) * 100vw) #b79e74;
}
.row__medical01.ptn02 .col_r a .wrap::before,.row__medical01.ptn02 .col_r a .wrap::after {
	border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
}
.row__medical01 .col a .wrap::before {
	left: calc(16 / var(--break) * 100vw);
	top: calc(16 / var(--break) * 100vw);
	border-right: none!important;
	border-bottom: none!important;
}
.row__medical01 .col a .wrap::after {
	right: calc(16 / var(--break) * 100vw);
	bottom: calc(16 / var(--break) * 100vw);
	border-left: none!important;
	border-top: none!important;
}

.row__medical01 .areaText {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: left;
    color: #fff;
    transition: .3s all;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.row__medical01 .areaText > .wrap {
    width: 71%;
}
.row__medical01.ptn02 .areaText > .wrap {
    width: 84%;
}
.row__medical01 .areaText .txt {
    text-align: left;
}
.row__medical01 .areaText .img {
    width: calc(130 / var(--break) * 100vw);
}
.row__medical01 .col:nth-child(1) .areaText{
	background: #f2971ecc;
}
.row__medical01 .col:nth-child(2) .areaText{
	background: #4e9094cc;
}
.row__medical01 .col:nth-child(3) .areaText{
	background: #d3798ccc;
}
.row__medical01.ptn02 .col_l .areaText{
	background: #b79e74cc;
}
.row__medical01.ptn02 .col_r .areaText{
	background: #aaa7a7cc;
}
.list__medical01 li:nth-child(n+2) {
	margin-top: calc(9 / var(--break) * 100vw);
}
.row__medical01.ptn02 .col_r .areaText .txt {
	letter-spacing: .085em;
}

/*hover*/
.row__medical01 .col a:hover .areaText{
	opacity: 1;
	transition: .3s all;
}
.row__medical01 .col a:hover .wrap::before, .row__medical01 .col a:hover .wrap::after {
    border: solid calc(10 / var(--break) * 100vw) #fff;
}
.row__medical01 a:hover .wrap::before {
	border-right: none;
	border-bottom: none;
}
.row__medical01 a:hover .wrap::after {
	border-left: none;
	border-top: none;
}
.row__medical01 a:hover::before {
    z-index: 2;
}
.row__medical01 .col a:hover::after {
	background: url("images/page/arw06.svg") no-repeat center / cover;
	z-index: 2;
}
.sp___medical01 {
	display: none;
}
.row__medical01 a:hover .areaTitle {
	opacity: 0;
	transition: .3s all;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__medical01 {
		background: url("images/index/deco_medical01.svg")no-repeat left top / calc(800 / var(--break) * 100vw) auto,url("images/index/deco_medical02.svg")no-repeat right top / calc(800 / var(--break) * 100vw) auto;
	}
	.ttl__medical01 .en {
		font-size: 8rem;
	}
	.row__medical01.ptn02 .col_r {
		width: calc(100% - calc(100% / 3));
	}
	.row__medical01 a {
		height: calc(500 / var(--break) * 100vw);
	}
	.row__medical01.ptn02 a {
		height: calc(460 / var(--break) * 100vw);
	}
	.row__medical01 a::before {
		border: solid calc(2 / var(--break) * 100vw) #fff;
		width: calc(100% - calc(40 / var(--break) * 100vw));
		height: calc(100% - calc(40 / var(--break) * 100vw));
	}
	.row__medical01 .col a::after {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		right: calc(40 / var(--break) * 100vw);
		bottom: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col a .wrap::before,.row__medical01 .col a .wrap::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(1) a .wrap::before,.row__medical01 .col:nth-child(1) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #f2971e;
	}
	.row__medical01 .col:nth-child(2) a .wrap::before,.row__medical01 .col:nth-child(2) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #4e9094;
	}
	.row__medical01 .col:nth-child(3) a .wrap::before,.row__medical01 .col:nth-child(3) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #d3798c;
	}
	.row__medical01.ptn02 .col_l a .wrap::before,.row__medical01.ptn02 .col_l a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #b79e74;
	}
	.row__medical01.ptn02 .col_r a .wrap::before,.row__medical01.ptn02 .col_r a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
	}
	.row__medical01 .areaTitle .jp {
		font-size: 1.875rem;
	}
	.row__medical01 .areaTitle .en {
		font-size: 1.25rem;
	}
	.row__medical01 .areaTitle .img {
		width: calc(130 / var(--break) * 100vw);
	}
	.row__medical01 .areaText .jp {
		font-size: 1.875rem;
	}
	.row__medical01 .areaText .en {
		font-size: 1.25rem;
	}
	.row__medical01 .col a .wrap::before {
		left: calc(16 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
		border-right: none!important;
		border-bottom: none!important;
	}
	.row__medical01 .col a .wrap::after {
		right: calc(16 / var(--break) * 100vw);
		bottom: calc(16 / var(--break) * 100vw);
		border-left: none!important;
		border-top: none!important;
	}
	.row__medical01 .areaText .img {
		width: calc(130 / var(--break) * 100vw);
	}
	
	.list__medical01 li:nth-child(n+2) {
		margin-top: calc(9 / var(--break) * 100vw);
	}
	.row__medical01 .col a:hover .wrap::before, .row__medical01 .col a:hover .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #fff;
	}
	.row__medical01 a:hover .wrap::before {
		border-right: none;
		border-bottom: none;
	}
	.row__medical01 a:hover .wrap::after {
		border-left: none;
		border-top: none;
	}
}
@media(max-width: 767px) {
	.ttl__medical01 {
		background: url("images/index/deco_medical01_sp.svg")no-repeat left top / calc(500 / var(--break) * 100vw) auto,url("images/index/deco_medical02_sp.svg")no-repeat right top / calc(500 / var(--break) * 100vw) auto;
		padding: 11vw 0 12vw;
	}
	.ttl__medical01 .en {
		font-size: 3.75rem;
		margin-bottom: 3vw;
	}
	.ttl__medical01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row__medical01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__medical01.ptn02 {
		margin-top: calc(80 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		width: 100%;
	}
	.row__medical01 .col:nth-child(n+2) {
		margin-top: calc(60 / var(--break) * 100vw);
	}
	.row__medical01.ptn02 .col_r {
		width: 100%;
	}
	.row__medical01.ptn02 .col_l {
		width: 100%;
	}
	.row__medical01 a {
		height: auto;
	}
	.row__medical01.ptn02 a {
		height: auto;
	}
	.row__medical01 .col:nth-child(1) a,.row__medical01 .col:nth-child(2) a,.row__medical01 .col:nth-child(3) a,.row__medical01.ptn02 .col_l a,.row__medical01.ptn02 .col_r a {
		background: none;
	}
	.row__medical01 a::before {
		display: none;
	}
	.row__medical01 .col a::after {
		display: none;
	}
	.row__medical01 .col a .wrap::before,.row__medical01 .col a .wrap::after {
		display: none;
	}
	.row__medical01 .col:nth-child(1) a .wrap::before,.row__medical01 .col:nth-child(1) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #f2971e;
	}
	.row__medical01 .col:nth-child(2) a .wrap::before,.row__medical01 .col:nth-child(2) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #4e9094;
	}
	.row__medical01 .col:nth-child(3) a .wrap::before,.row__medical01 .col:nth-child(3) a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #d3798c;
	}
	.row__medical01.ptn02 .col_l a .wrap::before,.row__medical01.ptn02 .col_l a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #b79e74;
	}
	.row__medical01.ptn02 .col_r a .wrap::before,.row__medical01.ptn02 .col_r a .wrap::after {
		border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
	}
	.row__medical01 .col .areaTitle {
        width: 100%;
        height: calc(504 / var(--break) * 100vw);
        margin-top: 0;
		position: relative;
		padding-top: 19vw;
    }
	.row__medical01 .col:nth-child(1) .areaTitle {
		background: url("images/index/img_medical01_sp.png")no-repeat center / cover;
	}
	.row__medical01 .col:nth-child(2) .areaTitle {
		background: url("images/index/img_medical02_sp.png")no-repeat center / cover;
	}
	.row__medical01 .col:nth-child(3) .areaTitle {
		background: url("images/index/img_medical03_sp.png")no-repeat center / cover;
	}
	.row__medical01.ptn02 .col .areaTitle {
		padding-top: 0;
		height: calc(464 / var(--break) * 100vw);
	}
	.row__medical01.ptn02 .col_l .areaTitle {
		background: url("images/index/img_medical04_sp.png")no-repeat center / cover;
	}
	.row__medical01.ptn02 .col_r .areaTitle {
		background: url("images/index/img_medical05_sp.png")no-repeat center / cover;
	}
	.row__medical01 .areaTitle .jp {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.row__medical01 .areaTitle .en {
		font-size: .9375rem;
	}
	.row__medical01 .areaTitle .img {
		width: calc(130 / var(--break) * 100vw);
	}
	.row__medical01 .areaText .jp {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.row__medical01 .areaText .en {
		font-size: .9375rem;
	}
	.row__medical01 .col a .wrap::before {
		left: calc(16 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
		border-right: none!important;
		border-bottom: none!important;
	}
	.row__medical01 .col a .wrap::after {
		right: calc(16 / var(--break) * 100vw);
		bottom: calc(16 / var(--break) * 100vw);
		border-left: none!important;
		border-top: none!important;
	}
	.row__medical01 .areaText .img {
		width: calc(130 / var(--break) * 100vw);
	}
	.sp___medical01 {
		width: 100%;
		padding: 5vw 5vw 7vw;
		display: flex;
	}
	.sp___medical01 .txt {
		text-align: left;
		margin-bottom: 5vw;
	}
	.sp___medical01 .arw {
		width: calc(60 / var(--break) * 100vw);
	}
	.list__medical01 {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	.list__medical01 li {
		padding: 1.3vw 1vw 1.2vw;
	}
	.list__medical01 li:nth-child(n+2) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row__medical01.ptn02 .col_r .sp___medical01 {
        padding: 8vw 4vw;
    }
	.row__medical01.ptn02 .col_r .sp___medical01 .txt {
        text-align: center;
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: 3vw;
    }
	.row__medical01 .areaText > .wrap {
		display: none;
	}
	.row__medical01 .col a:hover .areaText { opacity: 0 !important; }
	.row__medical01 .col a:hover .wrap::before,
	.row__medical01 .col a:hover .wrap::after { display: none; !important; }
	.row__medical01 a:hover::before { display: none; }
}
/* slogan
------------------------------------------------------------------*/
.index_slogan::before,.index_slogan::after {
	content: "";
    position: absolute;
	background: #7e6329;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.index_slogan::before {
	top: 0;
}
.index_slogan::after {
	bottom: 0;
}
.bg__slogan01 {
	background: url("images/index/img_slogan01.png")no-repeat center / cover;
}
.bg__slogan01 .en {
	font-size: 12.5rem;
	letter-spacing: .1em;
	line-height: .7;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__slogan01 .en {
		font-size: 10.5rem;
	}
}
@media(max-width: 767px) {
	.bg__slogan01 {
		padding: 15vw 0 26vw;
		background: url("images/index/img_slogan01_sp.png")no-repeat center / cover;
	}
	.bg__slogan01 .en {
		font-size: 4.6875rem;
	}
}
/* greeting
------------------------------------------------------------------*/
.index_greeting {
	margin-bottom: calc(140 / var(--break) * 100vw);
}
.row__greeting01 .col_txt {
	width: 60%;
}
.ttl__greeting01::before {
    content: "";
    position: absolute;
    background: url(images/page/ptn02.png) repeat center / auto #aaa7a7;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.row__greeting01 .col_img {
	width: 34%;
    max-width: 500px;
}
.row__greeting01 .col_img::before {
	content: "";
    position: absolute;
	background: url("images/index/txt_greeting01.svg") no-repeat center / cover;
    width: calc(71 / var(--break) * 100vw);
    height: calc(520 / var(--break) * 100vw);
	right: calc(-37 / var(--break) * 100vw);
	top: calc(-49 / var(--break) * 100vw);
}
.box__greeting01 {
	width: calc(290 / var(--break) * 100vw);
	height: calc(110 / var(--break) * 100vw);
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(-50 / var(--break) * 100vw);
}
.slide__feature01 {
	margin-top: calc(-50 / var(--break) * 100vw);
}
.slide__feature01 li {
	margin-right: calc(30 / var(--break) * 100vw);
}
.slide__feature01 li:nth-child(odd) {
	margin-top: calc(50 / var(--break) * 100vw);
}
.slide img { 
	width: calc(500 / var(--break) * 100vw); 
} 
.slide { 
	z-index: 1; 
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__greeting01 {
		font-size: 1.75rem;
	}
	.row__greeting01 .col_img::before {
		width: calc(71 / var(--break) * 100vw);
		height: calc(520 / var(--break) * 100vw);
		right: calc(-37 / var(--break) * 100vw);
		top: calc(-49 / var(--break) * 100vw);
	}
	.slide img { 
		width: calc(500 / var(--break) * 100vw); 
	} 
}
@media(max-width: 767px) {
	.index_greeting {
		margin-bottom: calc(140 / var(--break) * 100vw);
	}
	.bg__greeting01 {
		padding-bottom: 18vw;
	}
	.row__greeting01 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.ttl__greeting01 {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.ttl__greeting01::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row__greeting01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 15vw;
	}
	.row__greeting01 .col_img::before {
		width: calc(71 / var(--break) * 100vw);
		height: calc(520 / var(--break) * 100vw);
		right: calc(-37 / var(--break) * 100vw);
		top: calc(-49 / var(--break) * 100vw);
	}
	.box__greeting01 {
		width: calc(290 / var(--break) * 100vw);
		height: calc(135 / var(--break) * 100vw);
		bottom: calc(-65 / var(--break) * 100vw);
	}
	.box__greeting01 .ja {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.box__greeting01 .ja .fz34 {
		font-size: 1.25rem;
		margin-left: 1vw;
	}
	.box__greeting01 .en {
		font-size: .75rem;
	}
	.slide__feature01 {
		margin-top: calc(-50 / var(--break) * 100vw);
	}
	.slide__feature01 li {
		margin-right: calc(30 / var(--break) * 100vw);
	}
	.slide__feature01 li:nth-child(odd) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.slide img { 
		width: calc(500 / var(--break) * 100vw); 
	} 
}

/* フッター footer
------------------------------------------------------------------*/
.row_foot01 {
	width: 90%;
    max-width: 1710px;
}
.row_foot01 > .col_r {
	width: 31%;
}
.logo_foot {
	width: calc(359 / var(--break) * 100vw);
}
.address_foot {
    width: auto;
    height: auto;
    margin-right: auto;
}
.row_foot02 {
	width: 97%;
}
.row_foot01 > .col_l {
	width: 57%;
    max-width: 960px;
}
.row_foot01 .tel_common {
	width: 59%;
	margin-right: 0;
}
.row_foot01 .web_common {
    width: 39%;
}
.tbl_foot table {
    color: #333;
}
.tbl_foot .box {
    background: #fef4cc;
}
.tbl_foot thead th {
    border-bottom: 1px solid #333;
}
.tbl_foot tbody tr:first-child th {
    padding-left: 0;
}

.site_map a { 
    display: inline-block; 
    position: relative; 
    padding: 0 calc(13 / var(--break) * 100vw); 
} 
.site_map a:not(:last-child):before { 
    position: absolute; 
    content: ""; 
    background: #333; 
    width: 1px;
    height: calc(23 / var(--break) * 100vw);
    right: calc(-3 / var(--break) * 100vw);
    bottom: 0; 
    top: 0; 
    margin: auto; 
    transform: rotate(45deg);
}
.bnr_foot01 {
	width: calc(700 / var(--break) * 100vw);
}
.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);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_foot01 > .col_r {
		width: 36%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_foot01 > .col_r {
        width: 38%;
    }
	.row_foot01 {
		width: 95%;
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		width: 100%;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: calc(80 / var(--break) * 100vw);
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.logo_foot {
		width: calc(538 / var(--break) * 100vw);
	}
	.address_foot {
		margin-bottom: 7vw;
	}
	.row_foot02 {
		width: calc(500 / var(--break) * 100vw);
		max-width: 100%;
		margin-bottom: 8vw;
	}
	.row_foot01 .tel_common {
		width: 100%;
	}
	.row_foot01 .web_common {
		width: 100%;
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row_foot01 .tbl_foot {
		max-width: calc(702 / var(--break) * 100vw);
		margin: auto;
	}
	.ttl_foot01 {
		font-size: 1.25rem;
	}
	.site_map {
		font-size: .8125rem;
		letter-spacing: .1em;
	}
	.site_map a { 
		padding: 0 calc(19 / var(--break) * 100vw); 
	} 
	.site_map a:not(:last-child):before { 
		height: calc(33 / var(--break) * 100vw);
		right: calc(-3 / 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(350 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(250 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix a {
		display: block;
	}
	.fix_tel a {
		background-color: #b79e74;
	}
	.fix_web a {
		background-color: #aaa7a7;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(24 / var(--break) * 100vw) auto;
	border: 1px solid #333;
}
.btn_map a::after {
	content: "";
    position: absolute;
	background: url("images/page/arw07.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		ackground-position: left 4vw center;
        background-size: calc(37 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		right: 3vw;
	}
}