@charset "utf-8";
/*
Theme Name: res
Version: 1.2.4
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #aaa;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #CFE1DF;
	--color02: #FFFDE1;
	--color03: #947EC2;
	--color04: #BDAFDA;
	--color05: #488A45;
	--color06: #EBEAE3;
	--color07: #F3B100;
	--color08: #54B6BA;
	--color09: #06C755;
	--color10: #473A2C;
	--color11: #EC972A;
	--color12: #416F50;
	--color13: #8ABB14;
	--color14: #2E9029;
	--color15: #ECECEC;
	--color16: #A7A7A7;
	--color17: #D5D5D5;
	--color18: #DEDEDE;
	--color19: #CACACA;

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

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #473a2c;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top {
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.bca {
	font-family: "bc-alphapipe", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.neu {
	font-family: "neue-kabel", sans-serif;
	font-weight: 400;
	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/bg_pattern01.jpg") repeat center / auto;
}
.bg_ptn02 {
	background: url("images/page/bg_pattern02.jpg") repeat center / auto;
}
.bg_ptn03 {
	background: url("images/page/bg_pattern03.jpg") repeat center / auto;
}
.bg_ptn04 {
	background: url("images/page/bg_pattern04.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/bg_pattern01.jpg") repeat center / calc(200 / var(--break) * 100vw);
	}
	.bg_ptn02 {
		background: url("images/page/bg_pattern02.jpg") repeat center / calc(200 / var(--break) * 100vw);
	}
	.bg_ptn03 {
		background: url("images/page/bg_pattern03.jpg") repeat center / calc(200 / var(--break) * 100vw);
	}
	.bg_ptn04 {
		background: url("images/page/bg_pattern04.png") repeat center / calc(16 / var(--break) * 100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc(460 / var(--break) * 100vw);
}
.address_head {
	border-top: solid 1px #473a2c;
	border-bottom: solid 1px #473a2c;
	padding: calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.address_head .icn {
	width: calc(18 / var(--break) * 100vw);
}
.tel_common {
	width: calc(300 / var(--break) * 100vw);
}
.tel_common a,.web_common a,.line_common a {
	height: calc(90 / var(--break) * 100vw);
}
.tel_common a {
	border-radius: 0 0 0 calc(30 / var(--break) * 100vw);
}
.tel_common .ja,.web_common .ja01,.line_common .ja01 {
	letter-spacing: .06em;
}
.tel_common .fz32 {
	letter-spacing: .07em;
}
.web_common .ja02,.line_common .ja02 {
	letter-spacing: .07em;
}
.web_common {
	width: calc(210 / var(--break) * 100vw);
}
.web_common .icn {
	width: calc(50 / var(--break) * 100vw);
}
.line_common {
	width: calc(210 / var(--break) * 100vw);
}
.line_common .icn {
	width: calc(50 / var(--break) * 100vw);
}
.web_common a::after {
    border-width: calc(9 / var(--break) * 100vw);
    bottom: calc(5 / var(--break) * 100vw);
    right: calc(5 / var(--break) * 100vw);
}
.line_common a::after {
	border-color: transparent #473a2c #473a2c transparent;
    border-width: calc(9 / var(--break) * 100vw);
    bottom: calc(5 / var(--break) * 100vw);
    right: calc(5 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(400 / var(--break) * 100vw);
	}
	.address_head {
		padding: calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.address_head .icn {
		width: calc(18 / var(--break) * 100vw);
	}
	.tel_common {
		width: calc(300 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a,.line_common a {
		height: calc(90 / var(--break) * 100vw);
	}
	.tel_common a {
		border-radius: 0 0 0 calc(30 / var(--break) * 100vw);
	}
	.web_common {
		width: calc(210 / var(--break) * 100vw);
	}
	.web_common .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.line_common {
		width: calc(210 / var(--break) * 100vw);
	}
	.line_common .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.web_common a::after {
		border-width: calc(9 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.line_common a::after {
		border-width: calc(9 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_head1 {
		margin-top: 3vw;
		padding-left: 3vw;
	}
	header h1 {
		width: calc(460 / var(--break) * 100vw);
	}
	.address_head {
		display: none;
	}
	.row_head2 {
		display: none;
	}
	.address_head {
		padding: calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.address_head .icn {
		width: calc(35 / var(--break) * 100vw);
        margin: 0 auto 2vw;
	}
	.address_head .txt {
		line-height: 1.6;
	}
	.tel_common {
		width: calc(300 / var(--break) * 100vw);
	}
	.tel_common a,.web_common a,.line_common a {
		height: calc(90 / var(--break) * 100vw);
	}
	.tel_common a {
		border-radius: 0 0 0 calc(30 / var(--break) * 100vw);
	}
	.web_common {
		width: calc(210 / var(--break) * 100vw);
	}
	.web_common .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.line_common {
		width: calc(210 / var(--break) * 100vw);
	}
	.line_common .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.web_common a::after {
		border-width: calc(9 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.line_common a::after {
		border-width: calc(9 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.png)no-repeat top right / calc(1285 / var(--break) * 100vw);
}
.main02 {
	background: url(images/index/main02.png)no-repeat top right / calc(1285 / var(--break) * 100vw);
}
.main03 {
	background: url(images/index/main03.png)no-repeat top right / calc(1285 / var(--break) * 100vw);
}
.box_main01 {
	width: calc(674 / var(--break) * 100vw);
    height: calc(598 / var(--break) * 100vw);
    left: 11%;
    top: 24.5%;
    background: url(images/index/deco_main03.svg) no-repeat center / cover;
}
.box_main01 .tbl_foot {
	margin: auto;
}
.box_main01 .tbl_foot {
	width: 63%;
    max-width: 424px;
	font-size: .875rem;
}
.box_main01 .tbl_time02 tbody td {
    font-size: .675rem;
}
.tbl_time02 thead th {
    font-weight: bold;
}
.tbl_foot tbody tr:last-child th,.tbl_foot tbody th {
     font-weight: bold;
}
.tbl_foot .box {
   	background: url("images/page/bg_pattern03.jpg") repeat center / auto;
	border-radius: calc(6 / var(--break) * 100vw);
}
.box_main01 .tbl_foot thead th {
    padding: calc(4 / var(--break) * 100vw) 0 calc(11 / var(--break) * 100vw);
}
.box_main01 .tbl_caption {
	font-size: .875rem;
    letter-spacing: 0em;
    line-height: 1.6;
}
.row_main01 {
	top: 12%;
    left: 33.6%;
}
.row_main01 .col_l {
	width: calc(260 / var(--break) * 100vw);
	height: calc(260 / var(--break) * 100vw);
	background: url("images/index/deco_main05.png")no-repeat center / cover;
}
.row_main01 .col_r {
	width: calc(220 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
	background: url("images/index/deco_main04.png")no-repeat center / cover;
	position: absolute;
	margin-top: calc(184 / var(--break) * 100vw);
    margin-left: calc(146 / var(--break) * 100vw);
}
.main_img .en {
	font-size: 11.25rem;
	line-height: .8;
	right: 0;
	bottom: 2%;
}
.main_img .deco01 {
	width: calc(400 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
}
.main_img .deco02 {
	width: calc(166 / var(--break) * 100vw);
	left: calc(205 / var(--break) * 100vw);
	top: 74%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: calc(880 / var(--break) * 100vw);
		height: auto;
	}
	.main01 {
		background: url(images/index/main01.png)no-repeat top calc(60 / var(--break) * 100vw) right / calc(1085 / var(--break) * 100vw);
	}
	.main02 {
		background: url(images/index/main02.png)no-repeat top calc(60 / var(--break) * 100vw) right / calc(1085 / var(--break) * 100vw);
	}
	.main03 {
		background: url(images/index/main03.png)no-repeat top calc(60 / var(--break) * 100vw) right / calc(1085 / var(--break) * 100vw);
	}
	.box_main01 {
		width: calc(674 / var(--break) * 100vw);
		height: calc(598 / var(--break) * 100vw);
		left: 7%;
		top: 24.5%;
	}
	.tbl_foot .box {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box_main01 .tbl_foot thead th {
		padding: calc(4 / var(--break) * 100vw) 0 calc(11 / var(--break) * 100vw);
	}
	.row_main01 .col_l {
		width: calc(250 / var(--break) * 100vw);
		height: calc(250 / var(--break) * 100vw);
	}
	.row_main01 .col_r {
		width: calc(210 / var(--break) * 100vw);
		height: calc(210 / var(--break) * 100vw);
		margin-top: calc(184 / var(--break) * 100vw);
		margin-left: calc(146 / var(--break) * 100vw);
	}
	.main_img .en {
		font-size: 9.25rem;
	}
	.main_img .deco01 {
		width: calc(350 / var(--break) * 100vw);
	}
	.main_img .deco02 {
		width: calc(142 / var(--break) * 100vw);
        left: 7%;
        top: 78%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(780 / var(--break) * 100vw);
	}
	.main01 {
		background: url(images/index/main01.png)no-repeat center right / calc(885 / var(--break) * 100vw);
	}
	.main02 {
		background: url(images/index/main02.png)no-repeat center right / calc(885 / var(--break) * 100vw);
	}
	.main03 {
		background: url(images/index/main03.png)no-repeat center right / calc(885 / var(--break) * 100vw);
	}
	.ttl_main01 {
		font-size: 2.125rem;
	}
	.box_main01 {
		width: calc(574 / var(--break) * 100vw);
        height: calc(498 / var(--break) * 100vw);
        left: 3%;
        top: 24.5%;
        padding-top: calc(50 / var(--break) * 100vw);
	}
	.tbl_foot .box {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box_main01 .tbl_foot thead th {
		padding: calc(4 / var(--break) * 100vw) 0 calc(11 / var(--break) * 100vw);
	}
	.row_main01 {
		top: 23%;
		left: 38.6%;
	}
	.row_main01 .col_l {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
	}
	.row_main01 .col_l .txt {
		font-size: 1.125rem;
	}
	.row_main01 .col_r {
		width: calc(190 / var(--break) * 100vw);
		height: calc(190 / var(--break) * 100vw);
		margin-top: calc(176 / var(--break) * 100vw);
        margin-left: calc(103 / var(--break) * 100vw);
	}
	.row_main01 .col_r .txt {
		font-size: 1.125rem;
	}
	.row_main01 .col_r .txt .fz38{
		font-size: 2rem;
	}
	.main_img .en {
		font-size: 7.25rem;
	}
	.main_img .deco01 {
		width: calc(300 / var(--break) * 100vw);
	}
	.main_img .deco02 {
		width: calc(130 / var(--break) * 100vw);
        left: 7%;
        top: 78%;
	}
	.box_main01 .tbl_foot {
		width: 69%;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.png)no-repeat center top calc(140 / var(--break) * 100vw) / 100% auto;
	}
	.main02 {
		background: url(images/index/main02_sp.png)no-repeat center top calc(140 / var(--break) * 100vw) / 100% auto;
	}
	.main03 {
		background: url(images/index/main03_sp.png)no-repeat center top calc(140 / var(--break) * 100vw) / 100% auto;
	}
	.ttl_main01 {
		font-size: 1.25rem;
	}
	.box_main01 {
		width: calc(490 / var(--break) * 100vw);
        height: calc(434 / var(--break) * 100vw);
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
	}
	.box_main01 .tbl_foot {
		display: none;
	}
	.tbl_foot .box {
		border-radius: calc(12 / var(--break) * 100vw);
	}
	.tbl_foot .tbl_caption {
		line-height: 1.4;
	}
	.box_main01 .tbl_foot thead th {
		padding: calc(4 / var(--break) * 100vw) 0 calc(11 / var(--break) * 100vw);
	}
	.row_main01 {
		display: block;
        position: static;
	}
	.row_main01 .col_l {
		width: calc(280 / var(--break) * 100vw);
        height: calc(280 / var(--break) * 100vw);
        position: absolute;
        left: 2vw;
        bottom: 42vw;
	}
	.row_main01 .col_l .txt {
		font-size: .75rem;
		line-height: 1.33;
	}
	.row_main01 .col_r {
		width: calc(220 / var(--break) * 100vw);
        height: calc(220 / var(--break) * 100vw);
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        right: 2vw;
        bottom: 36vw;
	}
	.row_main01 .col_r .txt {
		font-size: .75rem;
	}
	.row_main01 .col_r .txt .fz38{
		font-size: 1.1875rem;
	}
	.row_main01 .col_r .txt .fz20{
		font-size: .75rem;
	}
	.row_main01 .col_r .txt .fz16{
		font-size: .625rem;
	}
	.main_img .en {
		font-size: 3rem;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
		text-align: center;
	}
	.main_img .deco01 {
		width: calc(216/ var(--break) * 100vw);
	}
	.main_img .deco02 {
		width: calc(106 / var(--break) * 100vw);
        left: auto;
		right: calc(67 / var(--break) * 100vw);
        top: auto;
		bottom: calc(95 / var(--break) * 100vw);
	}
	.sp_main .icn {
		width: calc(36 / var(--break) * 100vw);
	}
	.sp_main .tbl_foot {
		max-width: calc(702 / var(--break) * 100vw);
		margin: auto;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
	position: relative;
}
.gnav::before {
	content: "";
    position: absolute;
	background: #473a2c;
    width: 79%;
    height: calc(2 / var(--break) * 100vw);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
/* .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);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.fix_nav .gnav {
    width: calc(100% - calc(720 / var(--break) * 100vw));
	position: static;
}
.fix_nav .gnav::before {
    display: none;
}
.fix_nav .gnav > ul > li > a {
    height: calc(80 / var(--break) * 100vw);
}
.fix_nav .gnav > ul > li .ja {
    margin-bottom: calc(0 / var(--break) * 100vw);
}
.fix_nav .tel_common a,.fix_nav .web_common a,.fix_nav .line_common a {
    height: calc(80 / var(--break) * 100vw);
}
.fix_nav .tel_common a {
    border-radius: 0;
}

.gnav > ul {
	max-width: 1300px;
}
.gnav > ul > li {
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.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: 60%;
	max-width: calc(56 / var(--break) * 100vw);
	height: calc(3 / var(--break) * 100vw);
	background: #473a2c;
	left: 0;
	right: 0;
	bottom: calc(1 / var(--break) * 100vw);
	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 .ja {
	margin-bottom: calc(10 / var(--break) * 100vw);
}
.gnav > ul > li .en {
	font-size: .875rem;
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
}
.row_nav {
	padding: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
}
.list_nav {
	width: 32.5%;
}
.list_nav li {
	border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
}
.list_nav li a {
	padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
    position: relative;
    display: block;
    line-height: 1.6;
}
.row_nav .list_nav > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #8abb14;
    border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
    bottom: 0;
    top: calc(2 / var(--break) * 100vw);
    margin: auto;
    left: calc(20 / var(--break) * 100vw);
}
.list_nav li a:hover,.list_nav li a:active {
	background-color: #fff;
	opacity: 1;
}
.row_nav.ptn02 li {
	width: 32.5%;
	border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
}
.row_nav.ptn02 li a {
	padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
    position: relative;
    display: block;
    line-height: 1.6;
}
.row_nav.ptn02 li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #8abb14;
    border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
    bottom: 0;
    top: calc(2 / var(--break) * 100vw);
    margin: auto;
    left: calc(20 / var(--break) * 100vw);
}
.row_nav.ptn02 li a:hover,.row_nav.ptn02 li a:active {
	background-color: #fff;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.gnav::before {
		width: 96%;
        height: calc(1 / var(--break) * 100vw);
	}
	.fix_nav .gnav {
		width: calc(100% - calc(515 / var(--break) * 100vw));
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(80 / var(--break) * 100vw);
	}
	.fix_nav .gnav > ul > li .ja {
		margin-bottom: calc(0 / var(--break) * 100vw);
	}
	.fix_nav .tel_common {
		width: calc(215 / var(--break) * 100vw);
	}
	.fix_nav .web_common,.fix_nav .line_common {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix_nav .tel_common a,.fix_nav .web_common a,.fix_nav .line_common a {
		height: calc(80 / var(--break) * 100vw);
	}
	.fix_nav .tel_common a {
		padding-left: calc(10 / var(--break) * 100vw);
		padding-right: calc(10 / var(--break) * 100vw);
	}
	.fix_nav .tel_common .ja {
		font-size: .85rem;
	}
	.fix_nav .tel_common .num {
		line-height: 1;
	}
	.fix_nav .tel_common .fz32 {
		font-size: 1.5rem;
	}
	.fix_nav .web_common .icn,.fix_nav .line_common .icn {
		width: calc(37 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
	}
	.fix_nav .web_common .ja01,.fix_nav .line_common .ja01 {
		font-size: .85rem;
	}
	.fix_nav .web_common .ja02,.fix_nav .line_common .ja02 {
		font-size: 1rem;
	}
	.fix_nav .web_common a::after {
		border-width: calc(6 / var(--break) * 100vw);
	}
	.fix_nav .line_common a::after {
		border-width: calc(6 / var(--break) * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(120 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		width: 60%;
		max-width: calc(56 / var(--break) * 100vw);
		height: calc(3 / var(--break) * 100vw);
		bottom: calc(1 / var(--break) * 100vw);
	}
	.gnav > ul > li .ja {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_nav {
		padding: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	}
	.list_nav li {
		border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
	}
	.list_nav li a {
		padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.row_nav .list_nav > li > a::after {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		bottom: 0;
		top: calc(2 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.row_nav.ptn02 li {
		border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
	}
	.row_nav.ptn02 li a {
		padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
	}
	.row_nav.ptn02 li > a::after {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		top: calc(2 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.gnav::before {
		width: 96%;
        height: calc(1 / var(--break) * 100vw);
	}
	.fix_nav .gnav {
		width: 100%;
	}
	.fix_nav .tel_common,.fix_nav .web_common,.fix_nav .line_common {
		width: calc(100% / 3);
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(80 / var(--break) * 100vw);
	}
	.fix_nav .gnav > ul > li .ja {
		margin-bottom: calc(0 / var(--break) * 100vw);
	}
	.row_fix_nav {
		width: 100%;
	}
	.fix_nav .tel_common a,.fix_nav .web_common a,.fix_nav .line_common a {
		height: calc(80 / var(--break) * 100vw);
	}
	.fix_nav .tel_common a {
		padding-left: calc(10 / var(--break) * 100vw);
		padding-right: calc(10 / var(--break) * 100vw);
	}
	.fix_nav .tel_common .ja {
		font-size: .85rem;
	}
	.fix_nav .tel_common .num {
		line-height: 1;
	}
	.fix_nav .tel_common .fz32 {
		font-size: 1.5rem;
	}
	.fix_nav .web_common .icn,.fix_nav .line_common .icn {
		width: calc(37 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
	}
	.fix_nav .web_common .ja01,.fix_nav .line_common .ja01 {
		font-size: .85rem;
	}
	.fix_nav .web_common .ja02,.fix_nav .line_common .ja02 {
		font-size: 1rem;
	}
	.fix_nav .web_common a::after {
		border-width: calc(6 / var(--break) * 100vw);
	}
	.fix_nav .line_common a::after {
		border-width: calc(6 / var(--break) * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(120 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		width: 60%;
		max-width: calc(56 / var(--break) * 100vw);
		height: calc(3 / var(--break) * 100vw);
		bottom: calc(1 / var(--break) * 100vw);
	}
	.gnav > ul > li .ja {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_nav {
		padding: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	}
	.list_nav li {
		border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
	}
	.list_nav li a {
		padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.row_nav .list_nav > li > a::after {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		bottom: 0;
		top: calc(2 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.row_nav.ptn02 li {
		border-bottom: dotted calc(2 / var(--break) * 100vw) #221614;
	}
	.row_nav.ptn02 li a {
		padding: calc(11 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
	}
	.row_nav.ptn02 li > a::after {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		top: calc(2 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: #416f50;
		z-index: 10000;
		outline: none;
		border-radius: 100%;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
        width: calc(51 / var(--break) * 100vw);
        right: 0;
        left: 0;
        bottom: calc(2 / var(--break) * 100vw);
        margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: 1px;
		position: absolute;
		top: -2vw;
		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;
	}
	.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: 22vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fffde1;
		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 solid #222222;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 6vw;
		border-bottom: 1px solid #222222;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 5vw 7.5vw 5vw 1.5vw;
		border-bottom: 1px solid #222222;
		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: 2vw;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: calc(13 / var(--break) * 100vw) solid #416f50;
        border-top: calc(8 / var(--break) * 100vw) solid transparent;
        border-bottom: calc(8 / 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 {
		font-size: .9375rem;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		font-size: .6875rem;
		letter-spacing: 0em;
	}
	.gnav_sp .nav_sub {
		background: #fff!important;
		padding: 5vw 4vw 5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
		width: 93%;
        margin: auto;
	}
	.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: 0vw;
	}
	.row_nav .list_nav:first-child {
		border-top: solid calc(2 / var(--break) * 100vw) #473a2c;
	}
	.list_nav li {
		border-bottom: solid calc(2 / var(--break) * 100vw) #473a2c;
	}
	.list_nav li:nth-child(n+2) {
		margin-top: 0;
	}
	.row_nav.ptn02 li {
		width: 100%;
		border-bottom: solid calc(2 / var(--break) * 100vw) #473a2c;
	}
	.gnav_sp .nav_sub a,.row_nav.ptn02 li a {
		padding: 2vw 0 2vw 6vw;
        display: block;
        position: relative;
        color: #372b21;
        font-size: .875rem;
	}
	.gnav_sp .nav_sub .list_nav.ptn01 > li:first-child {
        border-top: 1px solid #222222;
    }
	.nav_drawer02 .row_nav {
        border-top: 1px solid #222222;
    }
	.row_nav .list_nav > li > a::after,.row_nav.ptn02 li > a::after {
		content: "";
        position: absolute;
        left: 1vw;
        top: 0vw;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #8abb14;
        border-width: calc(10 / var(--break) * 100vw) 0px calc(10 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
        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;
	}
	.row_nav {
		padding: 0;
	}
	.list_nav {
		width: 100%;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.index_news {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.ttl_news01::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_news01.svg") no-repeat center / cover;
    width: calc(109 / var(--break) * 100vw);
    height: calc(97 / var(--break) * 100vw);
	left: 0;
	top: calc(-13 / var(--break) * 100vw);
}
.row_news01 .col_l {
	width: 12%;
}
.row_news01 .col_r {
	width: 85%;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(40 / var(--break) * 100vw);
	max-height: calc(510 / var(--break) * 100vw);
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li {
	background-color: #fff;
	padding: calc(30 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.index_news li dt {
	width: calc(120 / var(--break) * 100vw);
}
.index_news li dd {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.index_news li dd a {
	color: #473a2c; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #473a2c !important;
	right: 0px !important;
	width: 2px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: #fff !important;
	right: 0px !important;
	width: 2px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_news {
		padding-bottom: calc(140 / var(--break) * 100vw);
	}
	.ttl_news01::before {
		width: calc(109 / var(--break) * 100vw);
		height: calc(97 / var(--break) * 100vw);
		top: calc(-13 / var(--break) * 100vw);
	}
	.index_news ul {
		padding-right: calc(40 / var(--break) * 100vw);
		max-height: calc(510 / var(--break) * 100vw);
	}
	.index_news li {
		padding: calc(30 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.index_news li dt {
		width: calc(120 / var(--break) * 100vw);
	}
	.index_news li dd {
		width: calc(100% - calc(140 / var(--break) * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news {
		padding-bottom: calc(140 / var(--break) * 100vw);
	}
	.ttl_news01::before {
		width: calc(109 / var(--break) * 100vw);
		height: calc(97 / var(--break) * 100vw);
		top: calc(-13 / var(--break) * 100vw);
	}
	.index_news ul {
		padding-right: calc(40 / var(--break) * 100vw);
		max-height: calc(510 / var(--break) * 100vw);
	}
	.index_news li {
		padding: calc(30 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.index_news li dt {
		width: calc(120 / var(--break) * 100vw);
	}
	.index_news li dd {
		width: calc(100% - calc(140 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.index_news {
		padding-top: 2.5vw;
		padding-bottom: calc(160 / var(--break) * 100vw);
	}
	.row_news01 .col_l {
		width: 100%;
	}
	.ttl_news01 {
		padding-top: 0;
		margin-bottom: 4.5vw;
	}
	.ttl_news01 .en {
		font-size: 1.875rem;
	}
	.ttl_news01 .ja {
		font-size: .875rem;
		letter-spacing: .1em;
	}
	.ttl_news01::before {
		width: calc(109 / var(--break) * 100vw);
		height: calc(97 / var(--break) * 100vw);
		left: 28vw;
		top: calc(-21 / var(--break) * 100vw);
	}
	.row_news01 .col_r {
		width: 92%;
        margin: auto;
	}
	.index_news ul {
		padding-right: 3vw;
		max-height: calc(1620 / var(--break) * 100vw);
	}
	.index_news li {
		padding: calc(45 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: calc(192 / var(--break) * 100vw);
        font-size: .796875rem;
        letter-spacing: .15em;
        margin-bottom: 4.5vw;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
}


/* information
------------------------------------------------------------------*/
.index_information {
	background: url("images/index/deco_information04.png")no-repeat left top calc(60 / var(--break) * 100vw) / calc(571 / var(--break) * 100vw) auto,url("images/index/bg_information02.svg")no-repeat center / cover;
	margin-bottom: calc(143 / var(--break) * 100vw);
}
.index_information::before,.index_information::after {
	content: "";
    position: absolute;
    width: 100%;
    height: calc(60 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.index_information::before {
	background: url("images/index/frame_information01.png") no-repeat center / cover;
	top: calc(-60 / var(--break) * 100vw);
}
.index_information::after {
	background: url("images/index/frame_information02.png") no-repeat center / cover;
	bottom: calc(-60 / var(--break) * 100vw);
}
.index_information .deco01 {
	width: calc(583 / var(--break) * 100vw);
	right: 0;
	top: -15.5%;
}
.index_information .deco02 {
	width: calc(790 / var(--break) * 100vw);
	left: 0;
	bottom: -31%;
	z-index: 3;
}
.index_information .deco03 {
	width: calc(228 / var(--break) * 100vw);
	right: 7.5%;
    bottom: -3%;
}
.ttl__common01 .en {
	width: calc(599 / var(--break) * 100vw);
}
.ttl__common01 .bg {
	width: calc(440 / var(--break) * 100vw);
	height: calc(48 / var(--break) * 100vw);
	background: url("images/index/bg_information01.svg")no-repeat center / cover;
}
.row__information01 .col_l {
	width: 56%;
}
.wrap_information {
	border-radius: calc(12 / var(--break) * 100vw);
}
.row__information01 .col_r {
	width: 39%;
}
.address_information {
	border: none;
}
.box__information01 {
	width: 85%;
	height: calc(60 / var(--break) * 100vw);
	border-radius: calc(6 / var(--break) * 100vw);
}
.box__information01 .icn {
	width: calc(38 / var(--break) * 100vw);
}
.btn__common01 {
	width: calc(440 / var(--break) * 100vw);
}
.btn__information01 {
	width: calc(300 / var(--break) * 100vw);
}
.btn__common01 .box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #55483c;
	right: -4px;
	bottom: -4px;
	z-index: -1;
	border-radius: 100vh;
}
.btn__common01 .box a {
	height: calc(70 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
	transition: .1s;
	border: solid calc(2 / var(--break) * 100vw) #372b21;
	border-radius: 100vh;
}
.btn__information01 .box a {
	height: calc(60 / var(--break) * 100vw);
}
.btn__common01 .box a::before {
	content: "";
    position: absolute;
	background: url("images/page/arw01.svg") no-repeat center / cover;
    width: calc(12 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	margin: auto;
}
.btn__information01 .box a::before {
	right: calc(20 / var(--break) * 100vw);
}
@media(min-width: 768px) {
	.btn__common01 .box a:hover {
		opacity: 1;
		right: -4px;
		bottom: -4px;
		transition: .1s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_information {
		background: url("images/index/deco_information04.png")no-repeat left top calc(60 / var(--break) * 100vw) / calc(571 / var(--break) * 100vw) auto,url("images/index/bg_information02.svg")no-repeat center / cover;
		margin-bottom: calc(143 / var(--break) * 100vw);
	}
	.index_information::before,.index_information::after {
		height: calc(60 / var(--break) * 100vw);
	}
	.index_information::before {
		top: calc(-60 / var(--break) * 100vw);
	}
	.index_information::after {
		bottom: calc(-60 / var(--break) * 100vw);
	}
	.index_information .deco01 {
		width: calc(583 / var(--break) * 100vw);
		top: -23.5%;
	}
	.index_information .deco02 {
		width: calc(690 / var(--break) * 100vw);
		bottom: -18%;
	}
	.index_information .deco03 {
		width: calc(206 / var(--break) * 100vw);
        right: 1.5%;
	}
	.ttl__common01 .en {
		width: calc(599 / var(--break) * 100vw);
	}
	.ttl__common01 .bg {
		width: calc(440 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.wrap_information {
		border-radius: calc(12 / var(--break) * 100vw);
	}
	.box__information01 {
		width: 85%;
		height: calc(60 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box__information01 .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.btn__common01 {
		width: calc(440 / var(--break) * 100vw);
	}
	.btn__information01 {
		width: calc(300 / var(--break) * 100vw);
	}
	.btn__common01 .box a {
		height: calc(70 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #372b21;
	}
	.btn__information01 .box a {
		height: calc(60 / var(--break) * 100vw);
	}
	.btn__common01 .box a::before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.btn__information01 .box a::before {
		right: calc(20 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.address_information .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.index_information {
		background: url("images/index/deco_information04.png")no-repeat left top calc(60 / var(--break) * 100vw) / calc(571 / var(--break) * 100vw) auto,url("images/index/bg_information02.svg")no-repeat center / cover;
		margin-bottom: calc(143 / var(--break) * 100vw);
	}
	.index_information::before,.index_information::after {
		height: calc(60 / var(--break) * 100vw);
	}
	.index_information::before {
		top: calc(-60 / var(--break) * 100vw);
	}
	.index_information::after {
		bottom: calc(-60 / var(--break) * 100vw);
	}
	.index_information .deco01 {
		width: calc(583 / var(--break) * 100vw);
		top: -23.5%;
	}
	.index_information .deco02 {
		width: calc(650 / var(--break) * 100vw);
		bottom: -18%;
	}
	.index_information .deco03 {
		width: calc(182 / var(--break) * 100vw);
        right: 1.5%;
        bottom: -6%;
	}
	.ttl__common01 .en {
		width: calc(599 / var(--break) * 100vw);
	}
	.ttl__common01 .bg {
		width: calc(440 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.wrap_information {
		border-radius: calc(12 / var(--break) * 100vw);
	}
	.box__information01 {
		width: 85%;
		height: calc(60 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box__information01 .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.btn__common01 {
		width: calc(440 / var(--break) * 100vw);
	}
	.btn__information01 {
		width: calc(300 / var(--break) * 100vw);
	}
	.btn__common01 .box a {
		height: calc(70 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #372b21;
	}
	.btn__information01 .box a {
		height: calc(60 / var(--break) * 100vw);
	}
	.btn__common01 .box a::before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.btn__information01 .box a::before {
		right: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_information {
		background: url("images/index/deco_information04.png")no-repeat left top calc(60 / var(--break) * 100vw) / calc(564 / var(--break) * 100vw) auto,url("images/index/bg_information02.svg")no-repeat center / cover;
		margin-bottom: calc(158 / var(--break) * 100vw);
		padding-bottom: 14vw;
	}
	.index_information::before,.index_information::after {
		height: calc(60 / var(--break) * 100vw);
	}
	.index_information::before {
		top: calc(-60 / var(--break) * 100vw);
		background: url(images/index/frame_information01_sp.png) no-repeat center / cover;
	}
	.index_information::after {
		bottom: calc(-60 / var(--break) * 100vw);
		background: url(images/index/frame_information02_sp.png) no-repeat center / cover;
	}
	.row__information01 .col_l {
		width: 100%;
	}
	.row__information01 .col_r {
		width: 100%;
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.address_information {
		display: block;
        padding: 0;
        margin-bottom: 4vw;
	}
	.address_information .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.index_information .deco01 {
		width: calc(353 / var(--break) * 100vw);
        top: -11.5vw;
	}
	.index_information .deco02 {
		width: calc(467 / var(--break) * 100vw);
        bottom: -13vw;
	}
	.index_information .deco03 {
		width: calc(192 / var(--break) * 100vw);
        right: 3vw;
        bottom: -11vw;
	}
	.ttl_information01 {
		margin-bottom: 7vw;
	}
	.ttl_information01 .ja {
		letter-spacing: 0;
	}
	.ttl__common01 .en {
		width: calc(599 / var(--break) * 100vw);
        margin-bottom: 8vw;
	}
	.ttl__common01 .bg {
		width: calc(613 / var(--break) * 100vw);
        height: calc(67 / var(--break) * 100vw);
	}
	.ttl__common01 .bg .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_information {
        border-radius: calc(12 / var(--break) * 100vw);
        background-color: transparent!important;
    }
	.box__information01 {
		width: 100%;
        height: calc(100 / var(--break) * 100vw);
        border-radius: calc(12 / var(--break) * 100vw);
        margin-bottom: 4.5vw;
	}
	.box__information01 .icn {
		width: calc(61 / var(--break) * 100vw);
	}
	.box__information01 .txt {
		font-size: 1.25rem;
	}
	.txt__information01 {
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.btn__common01 {
		width: calc(502 / var(--break) * 100vw);
	}
	.btn__information01 {
		width: calc(502 / var(--break) * 100vw);
	}
	.btn__common01 .box a {
		height: calc(120 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #372b21;
	}
	.btn__information01 .box a {
		height: calc(120 / var(--break) * 100vw);
	}
	.btn__common01 .box a::before {
		right: calc(35 / var(--break) * 100vw);
        width: calc(23 / var(--break) * 100vw);
        height: calc(35 / var(--break) * 100vw);
	}
	.btn__information01 .box a::before {
		right: calc(35 / var(--break) * 100vw);
	}
	.btn__common01 .ja {
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* concept
------------------------------------------------------------------*/
.index_concept {
	z-index: 0;
    position: relative;
	background: url("images/index/img_concept01.png")no-repeat right top / calc(1060 / var(--break) * 100vw) auto;
	padding-top: calc(80 / var(--break) * 100vw);
	margin-bottom: calc(140 / var(--break) * 100vw);
}
.ttl__concept02 {
	width: calc(187 / var(--break) * 100vw);
    right: 39%;
    top: 11%;
    z-index: 2;
}
.ttl__concept02 .ja {
	background-color: #473a2ccc;
    border-radius: calc(6 / var(--break) * 100vw);
    padding: calc(22 / var(--break) * 100vw) calc(3 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
    line-height: 1.6;
}
.wrap__concept01 {
	width: 50%;
    max-width: 950px;
	height: calc(780 / var(--break) * 100vw);
	background: url("images/index/bg_concept01.png")no-repeat center / cover;
}
.wrap__concept01 .wrap {
	width: 53%;
}
.ttl__concept01 {
	width: calc(468 / var(--break) * 100vw);
}
.ttl__concept01 .ccl {
	width: calc(180 / var(--break) * 100vw);
	height: calc(180 / var(--break) * 100vw);
	background: url("images/index/bg_concept02.svg")no-repeat center / cover;
	right: calc(-160 / var(--break) * 100vw);
    top: calc(-108 / var(--break) * 100vw);
	z-index: -1;
}
.wrap__concept01 .wrap > .txt {
	text-align: left;
}
.wrap__concept01 .deco01 {
	width: calc(239 / var(--break) * 100vw);
	left: calc(30 / var(--break) * 100vw);
	top: calc(46 / var(--break) * 100vw);
	z-index: -1;
}
.wrap__concept01 .deco02 {
	width: calc(324 / var(--break) * 100vw);
    right: calc(27 / var(--break) * 100vw);
    bottom: calc(-9 / var(--break) * 100vw);
	z-index: -1;
}
.wrap__concept01 .deco03 {
	width: calc(286 / var(--break) * 100vw);
	left: 25%;
	bottom: calc(-60 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_concept {
		background: url("images/index/img_concept01.png")no-repeat right top / calc(890 / var(--break) * 100vw) auto;
		padding-top: calc(80 / var(--break) * 100vw);
		margin-bottom: calc(140 / var(--break) * 100vw);
	}
	.ttl__concept02 {
		width: calc(187 / var(--break) * 100vw);
		right: 37%;
		top: 11%;
	}
	.ttl__concept02 .ja {
		border-radius: calc(6 / var(--break) * 100vw);
		padding: calc(22 / var(--break) * 100vw) calc(3 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.wrap__concept01 {
		width: 50%;
		height: calc(649 / var(--break) * 100vw);
	}
	.ttl__concept01 {
		width: calc(428 / var(--break) * 100vw);
	}
	.ttl__concept01 .ccl {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: calc(-160 / var(--break) * 100vw);
		top: calc(-108 / var(--break) * 100vw);
	}
	.wrap__concept01 .wrap {
		width: 68%;
	}
	.wrap__concept01 .deco01 {
		width: calc(205 / var(--break) * 100vw);
		left: calc(30 / var(--break) * 100vw);
		top: calc(46 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco02 {
		width: calc(264 / var(--break) * 100vw);
		right: calc(27 / var(--break) * 100vw);
		bottom: calc(-9 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco03 {
		width: calc(286 / var(--break) * 100vw);
		left: 25%;
		bottom: calc(-60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_concept {
		background: url("images/index/img_concept01.png")no-repeat right top / calc(717 / var(--break) * 100vw) auto;
		padding-top: calc(80 / var(--break) * 100vw);
		margin-bottom: calc(140 / var(--break) * 100vw);
	}
	.ttl__concept02 {
		width: calc(187 / var(--break) * 100vw);
		right: 30%;
		top: 11%;
	}
	.ttl__concept02 .ja {
		border-radius: calc(6 / var(--break) * 100vw);
		padding: calc(22 / var(--break) * 100vw) calc(3 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.wrap__concept01 {
        width: 57%;
        height: calc(597 / var(--break) * 100vw);
    }
	.ttl__concept01 {
        width: calc(343 / var(--break) * 100vw);
		margin-left: 9%;
    }
	.ttl__concept01 .ccl {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: calc(-160 / var(--break) * 100vw);
		top: calc(-108 / var(--break) * 100vw);
	}
	.wrap__concept01 .wrap {
		width: 68%;
	}
	.wrap__concept01 .deco01 {
		width: calc(205 / var(--break) * 100vw);
		left: calc(30 / var(--break) * 100vw);
		top: calc(46 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco02 {
		width: calc(264 / var(--break) * 100vw);
		right: calc(-30 / var(--break) * 100vw);
		bottom: calc(-9 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco03 {
		width: calc(260 / var(--break) * 100vw);
        left: 18%;
        bottom: calc(-94 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_concept {
		background: url("images/index/img_concept01.png")no-repeat right top / calc(727 / var(--break) * 100vw) auto;
		padding-top: 73vw;
		margin-bottom: calc(180 / var(--break) * 100vw);
	}
	.ttl__concept02 {
		width: calc(187 / var(--break) * 100vw);
        right: auto;
        top: 8vw;
        font-size: .9375rem;
        left: 12vw;
	}
	.ttl__concept02 .ja {
		border-radius: calc(6 / var(--break) * 100vw);
		padding: calc(22 / var(--break) * 100vw) calc(3 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.wrap__concept01 {
        width: 100%;
        height: calc(1057 / var(--break) * 100vw);
		background: url(images/index/bg_concept01_sp.png) no-repeat center / cover;
    }
	.ttl__concept01 {
        width: calc(561 / var(--break) * 100vw);
        margin-left: 0;
        margin-bottom: 5vw;
    }
	.ttl__concept01 .ccl {
		width: calc(180 / var(--break) * 100vw);
        height: calc(180 / var(--break) * 100vw);
        right: calc(-127 / var(--break) * 100vw);
        top: calc(-145 / var(--break) * 100vw);
	}
	.ttl__concept01 .ccl .txt {
		font-size: .75rem;
	}
	.wrap__concept01 .wrap {
		width: 90%;
	}
	.wrap__concept01 .deco01 {
		width: calc(240 / var(--break) * 100vw);
        left: calc(30 / var(--break) * 100vw);
        top: calc(82 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco02 {
		width: calc(324 / var(--break) * 100vw);
        right: calc(21 / var(--break) * 100vw);
        bottom: calc(-36 / var(--break) * 100vw);
	}
	.wrap__concept01 .deco03 {
		width: calc(276 / var(--break) * 100vw);
        left: 12%;
        bottom: calc(-80 / var(--break) * 100vw);
	}
}


/* feature
------------------------------------------------------------------*/
.bg__feature01::before {
	content: "";
    position: absolute;
	background: url("images/index/bg_feature08.png")no-repeat center / cover;
    width: 100%;
    height: calc(1117 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(45 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.bg__feature01 .deco02 {
	width: calc(314 / var(--break) * 100vw);
	top: 15%;
    right: 22.5%;
	z-index: -1;
}
.bg__feature01 .deco03 {
	width: calc(371 / var(--break) * 100vw);
	top: -8.5%;
	right: 0;
}
.bg__feature01 .deco04 {
	width: calc(341 / var(--break) * 100vw);
	bottom: 10.5%;
    right: 1%;
}
.ttl__feature01 .en {
    width: calc(780 / var(--break) * 100vw);
}
.row__feature01 .col_img {
	width: 52%;
    max-width: 999px;
}
.row__feature01 .col_txt {
	width: 46%;
}
.row__feature01 .col_txt .wrap {
	width: 71%;
	padding-left: 5%;
}
.row__feature02 {
	width: calc(680 / var(--break) * 100vw);
}
.row__feature02 .col {
	width: calc(220 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
	background: url("images/index/bg_feature01.png")no-repeat center / cover;
}
.row__feature02 .col:not(:last-child) {
	margin-right: calc(10 / var(--break) * 100vw);
}
.row__feature02 .col:nth-child(3) {
	margin-right: 0;
}
.row__feature02 .col:nth-child(n+4) {
	margin-top: calc(-17 / var(--break) * 100vw);
}
.row__feature02 .col .sp_only {
	display: none;
}
.row__feature02 .col .txt {
	letter-spacing: .05em;
	font-weight: normal!important;
}
.row__feature01 .deco01 {
	width: calc(121 / var(--break) * 100vw);
    right: -6%;
    left: 0;
    margin: auto;
    bottom: 6%;
}
/*02*/
.bg__feature03 > .deco01,.bg__feature03 > .deco02 {
	width: calc(356 / var(--break) * 100vw);
}
.bg__feature03 > .deco01 {
	left: 18%;
    top: 22%;
}
.bg__feature03 > .deco02 {
	right: 19%;
    bottom: 7%;
}
.wrap__feature01 {
	padding: calc(123 / var(--break) * 100vw) 0 calc(77 / var(--break) * 100vw);
}
.wrap__feature01 .deco01 {
	width: calc(221 / var(--break) * 100vw);
	left: 19%;
	top: 12%;
}
.wrap__feature01 .deco02 {
	width: calc(221 / var(--break) * 100vw);
	left: 0%;
	top: 33%;
}
.wrap__feature01 .deco03 {
	width: calc(327 / var(--break) * 100vw);
	left: 6%;
	bottom: -10%;
}
.wrap__feature01 .deco04 {
	width: calc(399 / var(--break) * 100vw);
	right: 0%;
	top: 10%;
}
.wrap__feature01 .deco05 {
	width: calc(254 / var(--break) * 100vw);
	right: 9%;
	bottom: -7%;
}
.wrap__feature01 .wrap {
	width: 34%;
}
.ttl__feature02.ptn02 .icn {
	width: calc(177 / var(--break) * 100vw);
}
/*03*/
.bg__feature04 {
	position: relative;
	z-index: 0;
	padding-bottom: calc(120 / var(--break) * 100vw);
}
.bg__feature04::after {
    content: "";
    position: absolute;
    background: url(images/index/frame_feature03.png) no-repeat center / cover;
    width: 100%;
    height: calc(80 / var(--break) * 100vw);
    right: 0;
    left: 0;
    top: calc(-80 / var(--break) * 100vw);
    margin: auto;
}
.bg__feature04::before {
    content: "";
    position: absolute;
    background: url("images/page/bg_pattern04.png") repeat center / auto;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.bg__feature04 .deco01 {
	width: calc(314 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.bg__feature04 .deco02 {
	width: calc(434 / var(--break) * 100vw);
	bottom: calc(127 / var(--break) * 100vw);
	left: 27%;
}
.bg__feature04 .deco03 {
	width: calc(231 / var(--break) * 100vw);
	bottom: calc(-54 / var(--break) * 100vw);
	left: 15.5%;
}
.bg__feature04 .deco04 {
	width: calc(286 / var(--break) * 100vw);
	bottom: calc(57 / var(--break) * 100vw);
	left: 31.5%;
	z-index: 2;
}
.row__feature01.ptn02 .col_img {
    width: 37%;
    max-width: calc(700 / var(--break) * 100vw);
}
.row__feature01.ptn02 .col_img .img02 {
    width: calc(620 / var(--break) * 100vw);
    left: -67%;
    top: 19%;
}
.row__feature01.ptn02 .col_img .ccl {
    width: calc(220 / var(--break) * 100vw);
    height: calc(220 / var(--break) * 100vw);
    background: url(images/index/deco_main04.png) no-repeat center / cover;
    position: absolute;
    left: -83%;
    top: 10%;
}
.row__feature01.ptn02 .col_txt {
	width: 36%;
}
.row__feature01.ptn02 .col_txt .wrap {
	padding-left: 0;
}
/*04*/
.row__feature04 {
	background: #2e902933;
}
.row__feature04 .col_txt {
	width: 33.5%;
}
.row__feature04 .col_img {
	width: 66.5%;
}
.row__feature05 .col {
	width: 50%;
    transition: all .3s;
    position: relative;
    height: calc(300 / var(--break) * 100vw);
	cursor: pointer;
}
.row__feature05 .col .result {
	width: 100%;
    height: 100%;
    transition: all .3s;
}
.row__feature05 .col .result::before {
	position: absolute;
    content: "";
    background: url(images/index/bg_feature03.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: all .3s;
}
.row__feature05 .col01 .result::before {
    background: url(images/index/bg_feature03.png) no-repeat center / cover;
}
.row__feature05 .col02 .result::before {
    background: url(images/index/bg_feature04.png) no-repeat center / cover;
}
.row__feature05 .col03 .result::before {
    background: url(images/index/bg_feature05.png) no-repeat center / cover;
}
.row__feature05 .col04 .result::before {
    background: url(images/index/bg_feature06.png) no-repeat center / cover;
}
.row__feature05 .col .result::after {
    position: absolute;
    content: "";
    background: #8abb14;
    transition: all .3s;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
}
.ttl__feature03 {
	top: calc(100 / var(--break) * 100vw);
	left: calc(80 / var(--break) * 100vw);
	transition: all .3s;
}
.row__feature05 .col .btn {
	width: calc(100 / var(--break) * 100vw);
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	transition: all .3s;
	z-index: 2;
}
.row__feature05 .result .txt {
    width: 100%;
    opacity: 0;
    max-width: calc(470 / var(--break) * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row__feature05 .col:hover .btn {
	opacity: 0;
}
.row__feature05 .col:hover .result::after {
	opacity: 1;
}
.row__feature05 .col:hover .ttl__feature03 {
	opacity: 0;
}
.row__feature05 .col:hover .txt {
	opacity: 1;
}
/*0506*/
.bg__feature05 .deco01 {
	width: calc(384 / var(--break) * 100vw);
	left: 0;
	top: calc(75 / var(--break) * 100vw);
}
.bg__feature05 .deco02 {
	width: calc(474 / var(--break) * 100vw);
	left: calc(487 / var(--break) * 100vw);
	bottom: calc(227 / var(--break) * 100vw);
	z-index: -1;
}
.bg__feature05 .deco03 {
	width: calc(381 / var(--break) * 100vw);
	right: 0%;
	top: 37%;
}
.bg__feature05 .deco04 {
	width: calc(473 / var(--break) * 100vw);
    right: calc(446 / var(--break) * 100vw);
    bottom: calc(133 / var(--break) * 100vw);
}
.row__feature06 .col {
	width: 49%;
    max-width: 720px;
}
.row__feature06 .col_l .deco {
	width: calc(136 / var(--break) * 100vw);
    left: calc(-66 / var(--break) * 100vw);
	bottom: 2%;
}
.row__feature06 .col_r .deco {
	width: calc(169 / var(--break) * 100vw);
    right: calc(28 / var(--break) * 100vw);
    bottom: calc(-64 / var(--break) * 100vw);
}
.row__feature06 .col_r .ccl {
	width: calc(220 / var(--break) * 100vw);
    height: calc(220 / var(--break) * 100vw);
    background: url(images/index/bg_feature07.png) no-repeat center / cover;
    position: absolute;
    right: 2%;
    top: calc(20 / var(--break) * 100vw);
	z-index: 2;
}
.row__feature06 .col .wrap {
	width: 78%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__feature01::before {
		height: calc(1117 / var(--break) * 100vw);
		top: calc(45 / var(--break) * 100vw);
	}
	.bg__feature01::after {
		top: calc(74 / var(--break) * 100vw);
	}
	.bg__feature01 .deco02 {
		width: calc(314 / var(--break) * 100vw);
	}
	.bg__feature01 .deco03 {
		width: calc(300 / var(--break) * 100vw);
	}
	.bg__feature01 .deco04 {
		width: calc(341 / var(--break) * 100vw);
	}
	.ttl__feature01 .en {
		width: calc(780 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja {
		font-size: 2.25rem;
	}
	.row__feature02 {
		width: calc(680 / var(--break) * 100vw);
	}
	.row__feature02 .col {
		width: calc(212 / var(--break) * 100vw);
        height: calc(212 / var(--break) * 100vw);
	}
	.row__feature02 .col:not(:last-child) {
		margin-right: calc(10 / var(--break) * 100vw);
	}
	.row__feature02 .col:nth-child(n+4) {
		margin-top: calc(-17 / var(--break) * 100vw);
	}
	.row__feature01 .deco01 {
		width: calc(121 / var(--break) * 100vw);
	}
	/*02*/
	.bg__feature03 > .deco01,.bg__feature03 > .deco02 {
		width: calc(305 / var(--break) * 100vw);
	}
	.wrap__feature01 {
		padding: calc(123 / var(--break) * 100vw) 0 calc(77 / var(--break) * 100vw);
	}
	.wrap__feature01 .deco01 {
		width: calc(213 / var(--break) * 100vw);
		left: 19%;
		top: 12%;
	}
	.wrap__feature01 .deco02 {
		width: calc(212 / var(--break) * 100vw);
		left: 0%;
		top: 33%;
	}
	.wrap__feature01 .deco03 {
		width: calc(303 / var(--break) * 100vw);
		left: 6%;
		bottom: -10%;
	}
	.wrap__feature01 .deco04 {
		width: calc(369 / var(--break) * 100vw);
		right: 0%;
		top: 10%;
	}
	.wrap__feature01 .deco05 {
		width: calc(254 / var(--break) * 100vw);
		right: 9%;
		bottom: -7%;
	}
	.ttl__feature02.ptn02 .icn {
		width: calc(157 / var(--break) * 100vw);
	}
	.ttl__feature02.ptn02 .ja {
		font-size: 2.125rem;
	}
	.row__feature04 .col_txt .txt_width {
		font-size: .975rem;
	}
	/*03*/
	.bg__feature04 {
		padding-bottom: calc(120 / var(--break) * 100vw);
	}
	.bg__feature04::after {
		height: calc(80 / var(--break) * 100vw);
		top: calc(-80 / var(--break) * 100vw);
	}
	.bg__feature04::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.bg__feature04 .deco01 {
		width: calc(314 / var(--break) * 100vw);
		top: calc(40 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.bg__feature04 .deco02 {
		width: calc(434 / var(--break) * 100vw);
		bottom: calc(127 / var(--break) * 100vw);
	}
	.bg__feature04 .deco03 {
		width: calc(215 / var(--break) * 100vw);
        bottom: calc(-54 / var(--break) * 100vw);
        left: 6.5%;
	}
	.bg__feature04 .deco04 {
		width: calc(286 / var(--break) * 100vw);
		bottom: calc(57 / var(--break) * 100vw);
	}
	.row__feature01.ptn02 .col_img {
		max-width: calc(700 / var(--break) * 100vw);
	}
	.row__feature01.ptn02 .col_img .img02 {
		width: calc(527 / var(--break) * 100vw);
        left: -58%;
        top: 20%;
	}
	.row__feature01.ptn02 .col_img .ccl {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		left: -66%;
		top: 10%;
	}
	/*04*/
	.row__feature05 .col {
		height: calc(300 / var(--break) * 100vw);
	}
	.ttl__feature03 {
		top: calc(100 / var(--break) * 100vw);
		left: calc(80 / var(--break) * 100vw);
	}
	.row__feature05 .col .btn {
		width: calc(100 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
	}
	.row__feature05 .result .txt {
		max-width: calc(470 / var(--break) * 100vw);
	}
	/*0506*/
	.bg__feature05 .deco01 {
		width: calc(384 / var(--break) * 100vw);
		top: calc(75 / var(--break) * 100vw);
	}
	.bg__feature05 .deco02 {
		width: calc(474 / var(--break) * 100vw);
		left: calc(487 / var(--break) * 100vw);
		bottom: calc(227 / var(--break) * 100vw);
	}
	.bg__feature05 .deco03 {
		width: calc(381 / var(--break) * 100vw);
	}
	.bg__feature05 .deco04 {
		width: calc(473 / var(--break) * 100vw);
		right: calc(446 / var(--break) * 100vw);
		bottom: calc(133 / var(--break) * 100vw);
	}
	.row__feature06 .col_l .deco {
		width: calc(136 / var(--break) * 100vw);
		left: calc(-66 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .deco {
		width: calc(169 / var(--break) * 100vw);
		right: calc(28 / var(--break) * 100vw);
		bottom: calc(-64 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .ccl {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		right: 2%;
		top: calc(20 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__feature01::before {
		height: calc(1005 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.bg__feature01::after {
		top: calc(74 / var(--break) * 100vw);
	}
	.bg__feature01 .deco02 {
		width: calc(314 / var(--break) * 100vw);
	}
	.bg__feature01 .deco03 {
		width: calc(255 / var(--break) * 100vw);
	}
	.bg__feature01 .deco04 {
		width: calc(341 / var(--break) * 100vw);
	}
	.ttl__feature01 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.ttl__feature01 .en {
		width: calc(668 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja {
		font-size: 2rem;
	}
	.row__feature01 .col_txt .wrap {
		width: 84%;
		padding-left: 5%;
	}
	.row__feature02 {
		width: calc(680 / var(--break) * 100vw);
	}
	.row__feature02 .col {
		width: calc(175 / var(--break) * 100vw);
        height: calc(175 / var(--break) * 100vw);
	}
	.row__feature02 .col:not(:last-child) {
		margin-right: calc(10 / var(--break) * 100vw);
	}
	.row__feature02 .col:nth-child(3) {
		margin-right: 0;
	}
	.row__feature02 .col:nth-child(n+4) {
		margin-top: calc(-17 / var(--break) * 100vw);
	}
	.row__feature02 .col .txt {
		font-size: .9375rem;
		line-height: 1.43;
	}
	.row__feature01 .deco01 {
		width: calc(111 / var(--break) * 100vw);
        right: -3%;
	}
	/*02*/
	.bg__feature03 > .deco01,.bg__feature03 > .deco02 {
		width: calc(281 / var(--break) * 100vw);
	}
	.wrap__feature01 {
		padding: calc(123 / var(--break) * 100vw) 0 calc(77 / var(--break) * 100vw);
	}
	.wrap__feature01 .deco01 {
		width: calc(213 / var(--break) * 100vw);
		left: 19%;
		top: 12%;
	}
	.wrap__feature01 .deco02 {
		width: calc(212 / var(--break) * 100vw);
		left: 0%;
		top: 33%;
	}
	.wrap__feature01 .deco03 {
		width: calc(303 / var(--break) * 100vw);
		left: 6%;
		bottom: -10%;
	}
	.wrap__feature01 .deco04 {
		width: calc(369 / var(--break) * 100vw);
		right: 0%;
		top: 10%;
	}
	.wrap__feature01 .deco05 {
		width: calc(254 / var(--break) * 100vw);
		right: 9%;
		bottom: -7%;
	}
	.wrap__feature01 .wrap {
		width: 43%;
	}
	.ttl__feature02.ptn02 .icn {
		width: calc(147 / var(--break) * 100vw);
	}
	.ttl__feature02.ptn02 .ja {
		font-size: 1.875rem;
	}
	.row__feature04 .col_txt .txt_width {
		font-size: .975rem;
        letter-spacing: 0;
	}
	.row__feature04 .col_txt {
		width: 34%;
	}
	.row__feature04 .col_img {
		width: 66%;
	}
	/*03*/
	.bg__feature04 {
		padding-top: calc(60 / var(--break) * 100vw);
		padding-bottom: calc(120 / var(--break) * 100vw);
	}
	.bg__feature04 .deco04 {
        width: calc(255 / var(--break) * 100vw);
        bottom: calc(57 / var(--break) * 100vw);
        left: 34.5%;
    }
	.bg__feature04 .deco03 {
        width: calc(188 / var(--break) * 100vw);
        bottom: calc(-40 / var(--break) * 100vw);
        left: 6.5%;
    }
	.bg__feature04::after {
		height: calc(80 / var(--break) * 100vw);
		top: calc(-80 / var(--break) * 100vw);
	}
	.bg__feature04::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.wrap__feature01 .deco01 {
		width: calc(202 / var(--break) * 100vw);
		left: 19%;
		top: 12%;
	}
	.wrap__feature01 .deco02 {
		width: calc(202 / var(--break) * 100vw);
		left: 0%;
		top: 33%;
	}
	.wrap__feature01 .deco03 {
		width: calc(269 / var(--break) * 100vw);
		left: 6%;
		bottom: -10%;
	}
	.wrap__feature01 .deco04 {
		width: calc(329 / var(--break) * 100vw);
		right: 0%;
		top: 10%;
	}
	.wrap__feature01 .deco05 {
		width: calc(242 / var(--break) * 100vw);
		right: 5%;
		bottom: -7%;
	}
	.row__feature01.ptn02 .col_img {
		max-width: calc(700 / var(--break) * 100vw);
	}
	.row__feature01.ptn02 .col_img .img02 {
		width: calc(400 / var(--break) * 100vw);
        left: -58%;
        top: 20%;
	}
	.row__feature01.ptn02 .col_img .ccl {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		left: -66%;
        top: -5%;
	}
	.row__feature01.ptn02 .col_img .ccl .fz38 {
		font-size: 2rem;
	}
	/*04*/
	.row__feature05 .col {
		height: calc(300 / var(--break) * 100vw);
	}
	.ttl__feature03 {
		top: calc(90 / var(--break) * 100vw);
		left: calc(40 / var(--break) * 100vw);
	}
	.row__feature05 .col .btn {
		width: calc(80 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
		bottom: calc(30 / var(--break) * 100vw);
	}
	.row__feature05 .result .txt {
		max-width: calc(350 / var(--break) * 100vw);
	}
	/*0506*/
	.bg__feature05 .deco01 {
		width: calc(314 / var(--break) * 100vw);
		top: calc(75 / var(--break) * 100vw);
	}
	.bg__feature05 .deco02 {
		width: calc(387 / var(--break) * 100vw);
        left: 17%;
        bottom: calc(227 / var(--break) * 100vw);
	}
	.bg__feature05 .deco03 {
		width: calc(301 / var(--break) * 100vw);
	}
	.bg__feature05 .deco04 {
		width: calc(347 / var(--break) * 100vw);
        right: 20%;
        bottom: calc(84 / var(--break) * 100vw);
	}
	.row__feature06 .col_l .deco {
		width: calc(136 / var(--break) * 100vw);
		left: calc(-66 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .deco {
		width: calc(147 / var(--break) * 100vw);
        right: calc(-23 / var(--break) * 100vw);
        bottom: calc(-64 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .ccl {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		right: 0%;
		top: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg__feature01::before {
		height: calc(2488 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		background: url(images/index/bg_feature08_sp.png) no-repeat center / cover;
	}
	.bg__feature01::after {
		top: calc(74 / var(--break) * 100vw);
	}
	.bg__feature01 .deco02 {
		width: calc(314 / var(--break) * 100vw);
        top: 117vw;
        right: 11vw;
        bottom: auto;
	}
	.bg__feature01 .deco03 {
		top: 12.5vw;
		width: calc(236 / var(--break) * 100vw);
	}
	.bg__feature01 .deco04 {
        width: calc(434 / var(--break) * 100vw);
        top: auto;
        right: 7vw;
        bottom: 25vw;
    }
	.ttl__feature01 {
		position: relative;
        z-index: 1;
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.ttl__feature01 .en {
		width: calc(624 / var(--break) * 100vw);
	}
	.ttl__feature01 .ja {
		letter-spacing: 0;
	}
	.ttl__feature02 .ja {
		font-size: 2rem;
	}
	.row__feature01 .col_img {
		width: 100%;
		max-width: calc(720 / var(--break) * 100vw);
		margin-bottom: 8vw;
	}
	.row__feature01 .col_txt {
		width: 100%;
	}
	.row__feature01 .col_txt .wrap {
		width: 100%;
		padding-left: 0;
	}
	.ttl__feature02 {
		margin-bottom: 4vw;
	}
	.ttl__feature02 .en {
		font-size: 1.1875rem;
		text-align: center;
	}
	.ttl__feature02 .en .num {
		font-size: 1.375rem;
	}
	.ttl__feature02 .ja {
		font-size: 1.5625rem;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.4;
	}
	.row__feature01 .col_txt .wrap > .txt_width {
        margin-bottom: 6vw;
    }
	.row__feature02 {
        width: calc(648 / var(--break) * 100vw);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
    }
	.row__feature02 .col {
		width: calc(305 / var(--break) * 100vw);
        height: calc(305 / var(--break) * 100vw);
	}
	.row__feature02 .col:not(:last-child) {
		margin-right: calc(30 / var(--break) * 100vw);
	}
	.row__feature02 .col:nth-child(3) {
		width: 100%;
		display: flex;
		justify-content: center;
		background: none;
	}
	.row__feature02 .col .sp_only {
		display: flex;
	}
	.row__feature02 .col:nth-child(3) .sp_only {
		background: url(images/index/bg_feature01.png) no-repeat center / cover;
		width: calc(305 / var(--break) * 100vw);
		height: calc(305 / var(--break) * 100vw);
	}
	.row__feature02 .col:nth-child(2),.row__feature02 .col:nth-child(3),.row__feature02 .col:nth-child(5) {
		margin-right: 0;
	}
	.row__feature02 .col:nth-child(n+3) {
		margin-top: calc(-17 / var(--break) * 100vw);
	}
	.row__feature02 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row__feature01 .deco01 {
		width: calc(121 / var(--break) * 100vw);
        right: auto;
        left: 8vw;
        bottom: 53vw;
	}
	/*02*/
	.bg__feature03 > .deco01,.bg__feature03 > .deco02 {
		width: calc(361 / var(--break) * 100vw);
	}
	.bg__feature03 > .deco01 {
		left: -17vw;
		top: 26vw;
		bottom: auto;
	}
	.bg__feature03 > .deco02 {
		right: -17vw;
		bottom: auto;
		top: 71vw;
	}
	.wrap__feature01 {
		padding: calc(139 / var(--break) * 100vw) 0 100vw;
	}
	.wrap__feature01 .deco01 {
		width: calc(221 / var(--break) * 100vw);
        left: 16vw;
        top: 94vw;
	}
	.wrap__feature01 .deco02 {
		width: calc(221 / var(--break) * 100vw);
        left: 0%;
        top: 121vw;
	}
	.wrap__feature01 .deco03 {
		width: calc(321 / var(--break) * 100vw);
        left: 4vw;
        bottom: 5vw;
	}
	.wrap__feature01 .deco04 {
		width: calc(394 / var(--break) * 100vw);
        right: 1vw;
        top: auto;
        bottom: 36vw;
	}
	.wrap__feature01 .deco05 {
		width: calc(242 / var(--break) * 100vw);
        right: 7vw;
        bottom: 5vw;
	}
	.wrap__feature01 .wrap {
        width: 100%;
    }
	.ttl__feature02.ptn02 .icn {
		width: calc(177 / var(--break) * 100vw);
	}
	.ttl__feature02.ptn02 .en {
        font-size: 1.1875rem;
        text-align: center;
        margin-bottom: 3vw;
    }
	.ttl__feature02.ptn02 .ja {
		font-size: 1.5625rem;
        letter-spacing: 0;
	}
	.row__feature04 .col_txt .txt_width {
		font-size: .975rem;
        letter-spacing: 0;
	}
	.row__feature04 .col_txt {
		width: 34%;
	}
	.row__feature04 .col_img {
		width: 66%;
	}
	/*03*/
	.bg__feature04 {
        padding-top: calc(75 / var(--break) * 100vw);
        padding-bottom: 53vw;
    }
	.bg__feature04 .deco01 {
		width: calc(314 / var(--break) * 100vw);
		top: calc(136 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.bg__feature04 .deco02 {
		width: calc(434 / var(--break) * 100vw);
		bottom: 21vw;
		left: auto;
		right: 3vw;
	}
	.bg__feature04 .deco04 {
		width: calc(286 / var(--break) * 100vw);
        bottom: 10vw;
        left: auto;
        right: 11vw;
    }
	.bg__feature04 .deco03 {
        width: calc(231 / var(--break) * 100vw);
        bottom: -11vw;
        left: 10vw;
    }
	.bg__feature04::after {
		background: url(images/index/frame_feature03_sp.png) no-repeat center / cover;
		height: calc(80 / var(--break) * 100vw);
		top: calc(-80 / var(--break) * 100vw);
	}
	.bg__feature04::before {
		height: calc(40 / var(--break) * 100vw);
		background: url(images/page/bg_pattern04.png) repeat center / calc(16 / var(--break) * 100vw);
	}
	.row__feature01.ptn02 .col_txt {
        width: 100%;
        order: 1;
        margin-bottom: 3vw;
    }
	.row__feature01.ptn02 .col_txt .wrap > .txt_width {
        margin-bottom: 0vw;
    }
	.row__feature01.ptn02 .col_img {
		width: 100%;
        max-width: calc(560 / var(--break) * 100vw);
        order: 2;
        margin-bottom: 0;
	}
	.row__feature01.ptn02 .col_img .img02 {
		width: calc(496 / var(--break) * 100vw);
        left: -25vw;
        top: 44vw;
	}
	.row__feature01.ptn02 .col_img .ccl {
		width: calc(220 / var(--break) * 100vw);
        height: calc(220 / var(--break) * 100vw);
        left: -19vw;
        top: 19vw;
	}
	.row__feature01.ptn02 .col_img .ccl .txt {
		font-size: .75rem;
	}
	.row__feature01.ptn02 .col_img .ccl .txt .fz38{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row__feature01.ptn02 .col_img .ccl .txt .fz20{
		font-size: .75rem;
	}
	.row__feature01.ptn02 .col_img .ccl .txt .fz16{
		font-size: .625rem;
	}
	/*04*/
	.row__feature04 .col_txt {
        width: 100%;
		padding: 13vw 0 12vw;
    }
	.row__feature04 .ttl__feature02.ptn02 .icn {
        margin-bottom: 4vw;
    }
	.row__feature04 .ttl__feature02.ptn02 .ja {
        letter-spacing: .1em;
    }
	.row__feature04 .col_img {
        width: 100%;
    }
	.row__feature05 {
		text-align: left;
	}
	.row__feature05 .col {
        height: auto;
        width: 100%;
    }
	.row__feature05 .col .result {
		height: calc(352 / var(--break) * 100vw);
	}
	.row__feature05 .col .box {
        padding: 5.5vw 7vw 6vw;
    }
	.ttl__feature03 {
		top: calc(100 / var(--break) * 100vw);
        left: calc(48 / var(--break) * 100vw);
        text-align: left;
	}
	.ttl__feature03 .ja {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.3;
		margin-bottom: 0vw;
	}
	.ttl__feature03.ptn02 .ja {
		font-size: 1.875rem;
	}
	.ttl__feature03 .ja .fz40 {
		font-size: 1.875rem;
		letter-spacing: 0;
	}
	.ttl__feature03 .en {
		font-size: .875rem;
		display: block;
		line-height: 1;
		letter-spacing: .1em;
	}
	.row__feature05 .col .btn {
		display: none;
	}
	.row__feature05 .result .txt {
		display: none;
	}
	.row__feature05 .col:hover .ttl__feature03 {
		opacity: 1;
	}
	.row__feature05 .col:hover .result::after {
		opacity: 0;
	}
	/*0506*/
	.bg__feature05 {
		padding-bottom: 21vw;
	}
	.bg__feature05 .deco01 {
		width: calc(374 / var(--break) * 100vw);
        top: calc(75 / var(--break) * 100vw);
	}
	.bg__feature05 .deco02 {
		width: calc(474 / var(--break) * 100vw);
        left: auto;
        bottom: auto;
        right: calc(23 / var(--break) * 100vw);
        top: 58vw;
	}
	.bg__feature05 .deco03 {
		width: calc(384 / var(--break) * 100vw);
        right: 0%;
        top: auto;
        bottom: 87vw;
	}
	.bg__feature05 .deco04 {
		width: calc(474 / var(--break) * 100vw);
        right: auto;
        bottom: 20vw;
        left: calc(24 / var(--break) * 100vw);
	}
	.row__feature06 .col {
		width: 100%;
		max-width: 100%;
	}
	.row__feature06 .col .img {
		margin-bottom: 4.5vw;
	}
	.row__feature06 .col:nth-child(n+2) {
		margin-top: calc(60 / var(--break) * 100vw);
	}
	.row__feature06 .col .wrap {
		width: 91%;
	}
	.row__feature06 .col_l .deco {
		width: calc(136 / var(--break) * 100vw);
        right: auto;
        left: 4vw;
        bottom: calc(-8 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .deco {
		width: calc(169 / var(--break) * 100vw);
        right: calc(-4 / var(--break) * 100vw);
        bottom: calc(-64 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .ccl {
		width: calc(220 / var(--break) * 100vw);
        height: calc(220 / var(--break) * 100vw);
        right: 0%;
        top: calc(5 / var(--break) * 100vw);
	}
	.row__feature06 .col_r .ccl .txt {
		font-size: 1rem;
	}
}


/* hm
------------------------------------------------------------------*/
.index_hm {
	padding: calc(70 / var(--break) * 100vw) 0 calc(57 / var(--break) * 100vw);
}
.index_hm::before,.index_hm::after {
	content: "";
    position: absolute;
    width: 100%;
    height: calc(80 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.index_hm::before {
	background: url("images/index/frame_hm01.svg") no-repeat center / cover;
	top: calc(-80 / var(--break) * 100vw);
}
.index_hm::after {
	background: url("images/index/frame_hm02.svg") no-repeat center / cover;
	bottom: calc(-80 / var(--break) * 100vw);
}
.ttl__hm01 .en {
	width: calc(606 / var(--break) * 100vw);
}
.ttl__hm01 .ccl {
    width: calc(180 / var(--break) * 100vw);
    height: calc(180 / var(--break) * 100vw);
    background: url(images/index/bg_hm01.svg) no-repeat center / cover;
    right: 12%;
    top: -61%;
    z-index: -1;
}
.index_hm .deco01 {
	width: calc(583 / var(--break) * 100vw);
	right: 0;
	top: -19.5%;
}
.index_hm .deco02 {
	width: calc(790 / var(--break) * 100vw);
	left: 0;
	bottom: -18%;
	z-index: 3;
}
.index_hm .deco03 {
	width: calc(571 / var(--break) * 100vw);
	left: 0;
	top: -19%;
}
.index_hm .deco04 {
	width: calc(571 / var(--break) * 100vw);
    right: 0;
    bottom: -18%;
    z-index: 3;
}
.index_hm .deco05 {
	width: calc(87 / var(--break) * 100vw);
    right: 32%;
    bottom: -14%;
    z-index: 3;
}
.btn__hm01 {
	z-index: 3;
    position: relative;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_hm {
		padding: calc(70 / var(--break) * 100vw) 0 calc(57 / var(--break) * 100vw);
	}
	.index_hm::before,.index_hm::after {
		height: calc(80 / var(--break) * 100vw);
	}
	.index_hm::before {
		top: calc(-80 / var(--break) * 100vw);
	}
	.index_hm::after {
		bottom: calc(-80 / var(--break) * 100vw);
	}
	.ttl__hm01 .en {
		width: calc(606 / var(--break) * 100vw);
	}
	.ttl__hm01 .ccl {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: 12%;
		top: -61%;
	}
	.index_hm .deco01 {
		width: calc(543 / var(--break) * 100vw);
		top: -19.5%;
	}
	.index_hm .deco02 {
		width: calc(730 / var(--break) * 100vw);
		bottom: -18%;
	}
	.index_hm .deco03 {
		width: calc(521 / var(--break) * 100vw);
	}
	.index_hm .deco04 {
		width: calc(521 / var(--break) * 100vw);
	}
	.index_hm .deco05 {
		width: calc(87 / var(--break) * 100vw);
		right: 24%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_hm {
		padding: calc(70 / var(--break) * 100vw) 0 calc(57 / var(--break) * 100vw);
	}
	.index_hm::before,.index_hm::after {
		height: calc(80 / var(--break) * 100vw);
	}
	.index_hm::before {
		top: calc(-80 / var(--break) * 100vw);
	}
	.index_hm::after {
		bottom: calc(-80 / var(--break) * 100vw);
	}
	.ttl__hm01 .en {
		width: calc(606 / var(--break) * 100vw);
	}
	.ttl__hm01 .ccl {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
		right: 12%;
		top: -61%;
	}
	.index_hm .deco01 {
		width: calc(489 / var(--break) * 100vw);
        top: -31.5%;
	}
	.index_hm .deco02 {
		width: calc(580 / var(--break) * 100vw);
		bottom: -18%;
	}
	.index_hm .deco03 {
		width: calc(451 / var(--break) * 100vw);
	}
	.index_hm .deco04 {
		width: calc(451 / var(--break) * 100vw);
	}
	.index_hm .deco05 {
		width: calc(87 / var(--break) * 100vw);
		right: 24%;
	}
}
@media(max-width: 767px) {
	.index_hm {
		padding: calc(133 / var(--break) * 100vw) 0 calc(130 / var(--break) * 100vw);
	}
	.index_hm::before,.index_hm::after {
		height: calc(70 / var(--break) * 100vw);
	}
	.index_hm::before {
		background: url("images/index/frame_hm01_sp.svg") no-repeat center / cover;
		top: calc(-70 / var(--break) * 100vw);
	}
	.index_hm::after {
		background: url("images/index/frame_hm02_sp.svg") no-repeat center / cover;
		bottom: calc(-70 / var(--break) * 100vw);
	}
	.ttl__hm01 .en {
		width: calc(606 / var(--break) * 100vw);
	}
	.ttl__hm01 .ccl {
		width: calc(180 / var(--break) * 100vw);
        height: calc(180 / var(--break) * 100vw);
        right: 0vw;
        top: -13vw;
	}
	.ttl__hm01 .ccl .txt {
		font-size: .8125rem;
        letter-spacing: 0;
	}
	.index_hm .deco01 {
		width: calc(349 / var(--break) * 100vw);
        top: -12vw;
	}
	.index_hm .deco02 {
		width: calc(474 / var(--break) * 100vw);
		bottom: -11vw;
	}
	.index_hm .deco03 {
		width: calc(343 / var(--break) * 100vw);
		top: -15vw;
	}
	.index_hm .deco04 {
		width: calc(343 / var(--break) * 100vw);
		bottom: -15vw;
	}
	.index_hm .deco05 {
		width: calc(87 / var(--break) * 100vw);
		right: 10vw;
		bottom: -6vw;
	}
}


/* flow
------------------------------------------------------------------*/
.index_flow {
	background: url("images/index/bg_flow01.png")no-repeat center / cover;
	position: relative;
	z-index: 0;
	padding: calc(153 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
}
.index_flow::before {
	content: "";
    position: absolute;
    background: url(images/page/bg_pattern04.png) repeat center / auto;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ttl__flow01 .en {
	width: calc(231 / var(--break) * 100vw);
}
/*スライド*/
.slide__flow .slide_main li {
	width: calc(300 / var(--break) * 100vw);
}
.slide__flow .slide_main li .img {
	width: calc(200 / var(--break) * 100vw);
}
.slide__flow .slide_main li dl {
	opacity: 0;
	transition: opacity .3s;
}
.slide__flow .slide_main li.slick-active dl {
	opacity: 1;
}
.slide__flow .slick-slide {
	margin-right: calc(55 / var(--break) * 100vw);
	margin-left: calc(55 / var(--break) * 100vw);
	transition: .5s;
	margin-bottom: calc(43 / 1920 * 100vw);
	border-radius: calc(6 / var(--break) * 100vw);
}
.slide__flow .slick-slide.slick-center {
	transition: .5s;
}
.slide__flow > .slide_main .slick-slide:hover {
    cursor: pointer;
}
.slide__flow > .slide_main .slick-slide {
    position: relative;
}
.slide__flow > .slide_main .slick-slide:not(:last-child):after {
    content: "";
    position: absolute;
    right: -25%;
    top: 16%;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    width: calc(37 / var(--break) * 100vw);
    height: calc(71 / var(--break) * 100vw);
    background: url(images/index/arw_flow01.svg) no-repeat center / contain;
    cursor: pointer;
    z-index: 1;
}
.slide_main li .ttl {
	letter-spacing: .05em;
}
.slide__flow .slide_thumbnail {
	width: 90%;
    max-width: 1000px;
}
.slide__flow .slide_thumbnail li {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 240px;
    width: 24%;
    transition: .3s;
    height: calc(50 / var(--break)* 100vw);
    margin-right: calc(13 / var(--break)* 100vw);
    background-color: #fff;
	border-radius: 100vh;
}
.slide__flow .slide_thumbnail li.thumbnail-current {
	opacity: 1;
	background-color: #473a2c;
    color: #fff;
}
.slide__flow .slide_thumbnail li:last-child,.slide__flow .slide_thumbnail li:nth-child(4) {
	margin-right: 0 !important;
}
.slide__flow .slide_thumbnail li:nth-child(n+5) {
	margin-top: calc(15 / var(--break) * 100vw) !important;
}
.slide__flow .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide__flow .box {
	background: #fff;
}
.slide__flow .slick-dots {
	bottom: 0;
}
.slide__flow .slick-dots li {
	width: calc(11 / 1920* 100vw);
	height: calc(11 / 1920* 100vw);
	margin: 0 calc(8 / 1920* 100vw);
}
.slide__flow .slick-dots li button {
	width: calc(11 / 1920* 100vw);
	height: calc(11 / 1920* 100vw);
	padding: 0;
}
.slide__flow .slick-dots li button:before {
	content: "";
	border: solid 1px #473a2c;
	background-color: transparent;
	width: calc(11 / 1920* 100vw);
	height: calc(11 / 1920* 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide__flow .slick-dots li.slick-active button:before {
	background: #473a2c;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_flow {
		padding: calc(153 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	}
	.index_flow::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.ttl__flow01 .en {
		width: calc(231 / var(--break) * 100vw);
	}
	/*スライド*/
	.slide__flow .slide_main li {
		width: calc(350 / var(--break) * 100vw);
	}
	.slide__flow .slide_main li .img {
		width: calc(200 / var(--break) * 100vw);
	}
	.slide__flow .slick-slide {
		margin-right: calc(55 / var(--break) * 100vw);
		margin-left: calc(55 / var(--break) * 100vw);
		margin-bottom: calc(43 / 1599 * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.slide__flow > .slide_main .slick-slide:not(:last-child):after {
		width: calc(37 / var(--break) * 100vw);
		height: calc(71 / var(--break) * 100vw);
		right: -23%;
	}
	.slide__flow .slide_thumbnail li {
		height: calc(50 / var(--break)* 100vw);
		margin-right: calc(13 / var(--break)* 100vw);
	}
	.slide__flow .slide_thumbnail li:last-child,.slide__flow .slide_thumbnail li:nth-child(4) {
		margin-right: 0 !important;
	}
	.slide__flow .slide_thumbnail li:nth-child(n+5) {
		margin-top: calc(15 / var(--break) * 100vw) !important;
	}
	.slide__flow .slick-dots li {
		width: calc(11 / 1599* 100vw);
		height: calc(11 / 1599* 100vw);
		margin: 0 calc(8 / 1599* 100vw);
	}
	.slide__flow .slick-dots li button {
		width: calc(11 / 1599* 100vw);
		height: calc(11 / 1599* 100vw);
	}
	.slide__flow .slick-dots li button:before {
		width: calc(11 / 1599* 100vw);
		height: calc(11 / 1599* 100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_flow {
		padding: calc(153 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	}
	.index_flow::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.ttl__flow01 .en {
		width: calc(231 / var(--break) * 100vw);
	}
	/*スライド*/
	.slide__flow .slide_main li {
		width: calc(350 / var(--break) * 100vw);
	}
	.slide__flow .slide_main li .img {
		width: calc(200 / var(--break) * 100vw);
	}
	.slide__flow .slick-slide {
		margin-right: calc(55 / var(--break) * 100vw);
		margin-left: calc(55 / var(--break) * 100vw);
		margin-bottom: calc(43 / 1299 * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.slide__flow > .slide_main .slick-slide:not(:last-child):after {
		width: calc(37 / var(--break) * 100vw);
		height: calc(71 / var(--break) * 100vw);
		right: -23%;
	}
	.slide__flow .slide_thumbnail li {
		height: calc(50 / var(--break)* 100vw);
		margin-right: calc(13 / var(--break)* 100vw);
	}
	.slide__flow .slide_thumbnail li:last-child,.slide__flow .slide_thumbnail li:nth-child(4) {
		margin-right: 0 !important;
	}
	.slide__flow .slide_thumbnail li:nth-child(n+5) {
		margin-top: calc(15 / var(--break) * 100vw) !important;
	}
	.slide__flow .slick-dots li {
		width: calc(11 / 1299* 100vw);
		height: calc(11 / 1299* 100vw);
		margin: 0 calc(8 / 1299* 100vw);
	}
	.slide__flow .slick-dots li button {
		width: calc(11 / 1299* 100vw);
		height: calc(11 / 1299* 100vw);
	}
	.slide__flow .slick-dots li button:before {
		width: calc(11 / 1299* 100vw);
		height: calc(11 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.index_flow {
		background: url(images/index/bg_flow01_sp.png) no-repeat center / cover;
		padding: calc(192 / var(--break) * 100vw) 0 calc(158 / var(--break) * 100vw);
	}
	.index_flow::before {
		height: calc(80 / var(--break) * 100vw);
		background: url(images/page/bg_pattern04.png) repeat center / calc(16 / var(--break) * 100vw);
	}
	.ttl__flow01 .en {
		width: calc(354 / var(--break) * 100vw);
	}
	/*スライド*/
	.slide__flow .slide_thumbnail {
		width: 100%;
		max-width: 100%;
	}
	.slide__flow .slide_main li {
		width: calc(702 / var(--break) * 100vw);
	}
	.slide__flow .slide_main li .img {
		width: calc(360 / var(--break) * 100vw);
		margin-bottom: 7vw;
	}
	.slide_main li .ttl {
		letter-spacing: .1em;
		font-size: 1.125rem;
		padding-bottom: 4vw;
		margin-bottom: 3vw;
	}
	.slide_main li .txt {
		line-height: 2;
	}
	.slide__flow .slick-slide {
		margin-right: calc(55 / var(--break) * 100vw);
		margin-left: calc(55 / var(--break) * 100vw);
		margin-bottom: calc(43 / 750 * 100vw);
		border-radius: calc(12 / var(--break) * 100vw);
		position: relative;
		padding: 8vw 8vw 6vw;
	}
	.slide__flow .slide_main:after {
		content: "";
		position: absolute;
		right: 1%;
        top: -35%;
		bottom: 0;
		margin: auto;
		transform: translateY(-50%);
		width: calc(37 / var(--break) * 100vw);
		height: calc(71 / var(--break) * 100vw);
		background: url(images/index/arw_flow01.svg) no-repeat center / contain;
		cursor: pointer;
		z-index: 1;
	}
	.slide__flow .slide_main:before {
		content: "";
		position: absolute;
		left: 1%;
		top: -35%;
		bottom: 0;
		margin: auto;
		transform: translateY(-50%) scaleX(-1);
		width: calc(37 / var(--break) * 100vw);
		height: calc(71 / var(--break) * 100vw);
		background: url(images/index/arw_flow01.svg) no-repeat center / contain;
		cursor: pointer;
		z-index: 1;
	}
	.slide__flow .slide_main:first-child:before {
		display: none;
	}
	.slide__flow > .slide_main .slick-slide:not(:last-child):after {
		display: none;
	}
	.slide__flow .slide_thumbnail li {
        max-width: calc(310 / var(--break) * 100vw);
        width: 48%;
        height: calc(72 / var(--break) * 100vw);
		position: relative;
    }
	.slide__flow .slide_thumbnail li:not(:last-child)::before {
        content: "";
        position: absolute;
        right: calc(-34 / var(--break) * 100vw);
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(22 / var(--break) * 100vw);
        height: calc(42 / var(--break) * 100vw);
        background: url(images/index/arw_flow02.svg) no-repeat center / contain;
        z-index: 1;
    }
	.slide__flow .slide_thumbnail li:not(:last-child) {
		margin-right: calc(48 / var(--break) * 100vw) !important;
	}
	.slide__flow .slide_thumbnail li:nth-child(n+3) {
		margin-top: calc(20 / var(--break) * 100vw) !important;
	}
	.slide__flow .slide_thumbnail li .ttl {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.slide__flow .slick-dots {
		bottom: -5.5vw;
	}
	.slide__flow .slick-dots li {
		width: calc(22 / 750 * 100vw);
        height: calc(22 / 750 * 100vw);
        margin: 0 calc(15 / 750 * 100vw);
	}
	.slide__flow .slick-dots li button {
		width: calc(22 / 750 * 100vw);
        height: calc(22 / 750 * 100vw);
	}
	.slide__flow .slick-dots li button:before {
		width: calc(22 / 750 * 100vw);
        height: calc(22 / 750 * 100vw);
	}
}


/* greeting
------------------------------------------------------------------*/
.index_greeting {
	padding: calc(95 / var(--break) * 100vw) 0 calc(65 / var(--break) * 100vw);
}
.index_greeting::before {
	content: "";
    position: absolute;
	background: url("images/index/frame_greething01.svg") no-repeat center / cover;
    width: 100%;
    height: calc(70 / var(--break) * 100vw);
	bottom: calc(-70 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.index_greeting > .deco01 {
	width: calc(307 / var(--break) * 100vw);
	left: 0;
	top: calc(100 / var(--break) * 100vw);
}
.index_greeting > .deco02 {
	width: calc(474 / var(--break) * 100vw);
	right: 3%;
    bottom: -17%;
	z-index: 2;
}
.row__greeting01 .col_img {
	width: 47%;
    max-width: 700px;
	z-index: 3;
}
.row__greeting01 .col_img .deco01 {
	width: calc(286 / var(--break) * 100vw);
	right: -13%;
    top: -5%;
}
.row__greeting01 .col_img > .ccl {
	width: calc(300 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	left: -17%;
    top: 10%;
	background: url("images/index/bg_greething01.svg")no-repeat center / cover;
}
.row__greeting01 .col_img .ccl .ja01 {
	width: calc(88 / var(--break) * 100vw);
	height: calc(34 / var(--break) * 100vw);
}
.row__greeting01 .col_txt {
	width: 50%;
}
.row__greeting01 .col_txt .wrap {
	width: 90%;
}
.ttl__greething01 .en {
	width: calc(572 / var(--break) * 100vw);
}
.row__greeting01 .col_txt .deco01 {
	width: calc(137 / var(--break) * 100vw);
	right: 0.5%;
    bottom: -4%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_greeting {
		padding: calc(95 / var(--break) * 100vw) 0 calc(65 / var(--break) * 100vw);
	}
	.index_greeting::before {
		height: calc(70 / var(--break) * 100vw);
		bottom: calc(-70 / var(--break) * 100vw);
	}
	.index_greeting > .deco01 {
		width: calc(307 / var(--break) * 100vw);
		top: calc(100 / var(--break) * 100vw);
	}
	.index_greeting > .deco02 {
		width: calc(474 / var(--break) * 100vw);
		right: 3%;
		bottom: -17%;
	}
	.row__greeting01 .col_img .deco01 {
		width: calc(286 / var(--break) * 100vw);
		right: -13%;
		top: -5%;
	}
	.row__greeting01 .col_img > .ccl {
		width: calc(280 / var(--break) * 100vw);
		height: calc(280 / var(--break) * 100vw);
		left: -13%;
		top: 10%;
	}
	.row__greeting01 .col_img .ccl .ja01 {
		width: calc(88 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
	}
	.ttl__greething01 .en {
		width: calc(532 / var(--break) * 100vw);
	}
	.row__greeting01 .col_txt .deco01 {
		width: calc(137 / var(--break) * 100vw);
		right: 0.5%;
		bottom: -4%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_greeting {
		padding: calc(95 / var(--break) * 100vw) 0 calc(65 / var(--break) * 100vw);
	}
	.index_greeting::before {
		height: calc(70 / var(--break) * 100vw);
		bottom: calc(-70 / var(--break) * 100vw);
	}
	.index_greeting > .deco01 {
		width: calc(260 / var(--break) * 100vw);
		top: calc(100 / var(--break) * 100vw);
	}
	.index_greeting > .deco02 {
		width: calc(370 / var(--break) * 100vw);
        right: 3%;
        bottom: -12%;
	}
	.row__greeting01 .col_img .deco01 {
		width: calc(286 / var(--break) * 100vw);
		right: -13%;
		top: -5%;
	}
	.row__greeting01 .col_img > .ccl {
		width: calc(240 / var(--break) * 100vw);
        height: calc(240 / var(--break) * 100vw);
        left: -11%;
        top: 10%;
	}
	.row__greeting01 .col_img > .ccl .ja02 {
		font-size: 2rem;
	}
	.row__greeting01 .col_img > .ccl .en {
		letter-spacing: .1em;
	}
	.row__greeting01 .col_img .ccl .ja01 {
		width: calc(88 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
	}
	.row__greeting01 .col_txt .wrap {
		width: 93%;
	}
	.ttl__greething01 .ja01 {
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.ttl__greething01 .ja02 {
		font-size: 2rem;
	}
	.ttl__greething01 .en {
		width: calc(470 / var(--break) * 100vw);
        margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.row__greeting01 .col_txt .deco01 {
		width: calc(137 / var(--break) * 100vw);
        right: -12.5%;
        bottom: -4%;
	}
}
@media(max-width: 767px) {
	.index_greeting {
		padding: calc(95 / var(--break) * 100vw) 0 calc(110 / var(--break) * 100vw);
	}
	.index_greeting::before {
		background: url(images/index/frame_greething01_sp.svg) no-repeat center / cover;
		height: calc(70 / var(--break) * 100vw);
		bottom: calc(-70 / var(--break) * 100vw);
	}
	.index_greeting > .deco01 {
		width: calc(307 / var(--break) * 100vw);
        top: 127vw;
	}
	.index_greeting > .deco02 {
		width: calc(474 / var(--break) * 100vw);
        right: 2vw;
        bottom: -16vw;
	}
	.row__greeting01 .col_img {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
	}
	.row__greeting01 .col_img .deco01 {
		width: calc(230 / var(--break) * 100vw);
        right: calc(9 / var(--break) * 100vw);
        top: -3%;
	}
	.row__greeting01 .col_img > .ccl {
		width: calc(270 / var(--break) * 100vw);
        height: calc(270 / var(--break) * 100vw);
        left: -4vw;
        top: 28vw;
	}
	.row__greeting01 .col_img .ccl .ja01 {
		width: calc(88 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		font-size: .75rem;
		line-height: 1.4;
	}
	.row__greeting01 .col_img > .ccl .ja02 {
		font-size: 1.25rem;
	}
	.row__greeting01 .col_img > .ccl .en {
		font-size: .6875rem;
		letter-spacing: .1em;
	}
	.row__greeting01 .col_txt {
		width: 100%;
		z-index: 2;
	}
	.row__greeting01 .col_txt .wrap {
		width: 100%;
	}
	.ttl__greething01 {
		text-align: center;
		margin-bottom: 3vw;
	}
	.ttl__greething01 .ja01 {
		font-size: 1.25rem;
		margin-bottom: calc(55 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ttl__greething01 .ja02 {
		font-size: 1.3125rem;
		letter-spacing: 0;
	}
	.ttl__greething01 .en {
		width: calc(573 / var(--break) * 100vw);
        margin:  0 auto calc(30 / var(--break) * 100vw);
	}
	.row__greeting01 .col_txt .deco01 {
		width: calc(137 / var(--break) * 100vw);
        right: 7vw;
        bottom: -28vw;
	}
	.btn__greething01 {
		margin: auto;
	}
	.row__greeting01 .col_txt .deco02 {
		width: calc(254 / var(--break) * 100vw);
        bottom: -38vw;
        left: -5vw;
	}
}


/* medical
------------------------------------------------------------------*/
.index_medical {
	padding: calc(155 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
}
.index_medical .deco01 {
	width: calc(400 / var(--break) * 100vw);
    top: -10%;
    left: 0;
}
.index_medical .deco02 {
	width: calc(120 / var(--break) * 100vw);
    top: 15.5%;
    right: 11.5%;
}
.index_medical .deco03 {
	width: calc(412 / var(--break) * 100vw);
    top: 40%;
    left: 0%;
}
.index_medical .deco04 {
	width: calc(114 / var(--break) * 100vw);
    top: 55%;
    left: 8.5%;
}
.index_medical .deco05 {
	width: calc(371 / var(--break) * 100vw);
    right: 0%;
    bottom: -10%;
}
.ttl__medical01 .en {
	width: calc(890 / var(--break) * 100vw);
}
.row__medical01 {
	gap: 0 calc(50 / var(--break) * 100vw);
}
.row__medical01 .col {
    width: calc(400 / var(--break) * 100vw);
    height: calc(400 / var(--break) * 100vw);
	cursor: auto;
}
.row__medical01 .col01 .result::before {
    background: url(images/index/bg_medical01.png) no-repeat center / cover;
}
.row__medical01 .col01 .result::after {
    background: url(images/index/bg_medical01_on.png) no-repeat center / cover;
}
.row__medical01 .col02 .result::before {
    background: url(images/index/bg_medical02.png) no-repeat center / cover;
}
.row__medical01 .col02 .result::after {
    background: url(images/index/bg_medical02_on.png) no-repeat center / cover;
}
.row__medical01 .col03 .result::before {
    background: url(images/index/bg_medical03.png) no-repeat center / cover;
}
.row__medical01 .col03 .result::after {
    background: url(images/index/bg_medical03_on.png) no-repeat center / cover;
}
.ttl__medical02 .icn {
	width: calc(45 / var(--break) * 100vw);
}
.row__medical01 .col .btn {
    width: calc(100 / var(--break) * 100vw);
    right: calc(19 / var(--break) * 100vw);
    bottom: calc(22 / var(--break) * 100vw);
}
.btn__medical01 .box:before {
    border-radius: 100%;
}
.btn__medical01 .box a {
    height: calc(100 / var(--break) * 100vw);
    border-radius: 100%;
}
.btn__medical01 .arw {
	width: calc(12 / var(--break) * 100vw);
}
.btn__medical01 .box a::before {
    display: none;
}
.row__medical01 .col:hover .btn:hover ~ .result::after {
	opacity: 1;
}
.row__medical01 .col:hover .btn {
    opacity: 1;
}
.row__medical01 .col:hover .ttl__feature03 {
    opacity: 1;
}
.row__medical01 .col:hover .result::after {
    opacity: 0;
}
.row__medical01 .col .btn:hover .result::after {
    opacity: 1;
}

.row__medical02 {
	width: 90%;
    max-width: 1145px;
}
.row__medical02 .col {
	width: 48%;
    max-width: 540px;
}
.row__medical02 .col a {
	border-radius: calc(6 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #473a2c;
	height: calc(155 / var(--break) * 100vw);
}
.row__medical02 .col_l a {
	background: url("images/index/img_medical01.png")no-repeat left / auto 100% #fff;
}
.row__medical02 .col_r a {
	background: url("images/index/img_medical02.png")no-repeat left / auto 100% #fff;
}
.row__medical02 .col a .wrap {
	width: calc(100% - calc(210 / var(--break) * 100vw));
}
.row__medical02 .col a::after {
    border-width: 20px;
    border-color: transparent #473a2c #473a2c transparent;
}

.box__medical01 {
	border-radius: calc(6 / var(--break) * 100vw);
}
.box__medical01::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55483c;
    right: calc(-10 / var(--break) * 100vw);
    bottom: calc(-10 / var(--break) * 100vw);
    z-index: -1;
}
.ttl__medical04 {
	width: calc(360 / var(--break) * 100vw);
    height: calc(160 / var(--break) * 100vw);
    background-color: #54b6ba33;
    left: 0;
    top: 0;
    border-radius: calc(6 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw) 0;
    z-index: 2;
}
.row__medical03 {
	width: 74%;
    max-width: calc(1050 / var(--break) * 100vw);
}
.row__medical03 .col {
	width: 33%;
    max-width: calc(340 / var(--break) * 100vw);
}
.row__medical03 .col a {
	height: calc(160 / var(--break) * 100vw);
	border-radius: calc(6 / var(--break) * 100vw);
}
.row__medical03 .col a::after {
    border-color: transparent #473a2c #473a2c transparent;
	border-radius: 0 0 calc(6 / var(--break) * 100vw) 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_medical {
		padding: calc(155 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.index_medical .deco01 {
		width: calc(306 / var(--break) * 100vw);
        top: -6%;
	}
	.index_medical .deco02 {
		width: calc(120 / var(--break) * 100vw);
		top: 15.5%;
		right: 3.5%;
	}
	.index_medical .deco03 {
		width: calc(412 / var(--break) * 100vw);
		top: 40%;
		left: 0%;
	}
	.index_medical .deco04 {
		width: calc(100 / var(--break) * 100vw);
        top: 44%;
        left: 2.5%;
	}
	.index_medical .deco05 {
		width: calc(306 / var(--break) * 100vw);
		bottom: -6%;
	}
	.ttl__medical01 .en {
		width: calc(790 / var(--break) * 100vw);
	}
	.row__medical01 {
		gap: 0 calc(50 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		width: calc(400 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
	}
	.ttl__medical02 .icn {
		width: calc(45 / var(--break) * 100vw);
	}
	.row__medical01 .col .btn {
		width: calc(100 / var(--break) * 100vw);
		right: calc(19 / var(--break) * 100vw);
		bottom: calc(22 / var(--break) * 100vw);
	}
	.btn__medical01 .box a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn__medical01 .arw {
		width: calc(12 / var(--break) * 100vw);
	}
	.row__medical02 .col a {
		border-radius: calc(6 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #473a2c;
		height: calc(155 / var(--break) * 100vw);
	}
	.row__medical02 .col a .wrap {
		width: calc(100% - calc(210 / var(--break) * 100vw));
	}
	.row__medical02 .col a::after {
		border-width: calc(20 / var(--break) * 100vw);
	}
	.box__medical01 {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box__medical01::before {
		right: calc(-10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.ttl__medical04 {
		width: calc(360 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw) 0;
	}
	.row__medical03 {
		max-width: calc(1050 / var(--break) * 100vw);
	}
	.row__medical03 .col {
		width: 32%;
		max-width: calc(340 / var(--break) * 100vw);
	}
	.row__medical03 .col a {
		height: calc(160 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.row__medical03 .col a::after {
		border-radius: 0 0 calc(6 / var(--break) * 100vw) 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_medical {
		padding: calc(155 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.index_medical .deco01 {
		width: calc(241 / var(--break) * 100vw);
		top: -4%;
	}
	.index_medical .deco02 {
		width: calc(120 / var(--break) * 100vw);
		top: 15.5%;
		right: 3.5%;
	}
	.index_medical .deco03 {
		width: calc(412 / var(--break) * 100vw);
		top: 40%;
		left: 0%;
	}
	.index_medical .deco04 {
		width: calc(100 / var(--break) * 100vw);
        top: 44%;
        left: 2.5%;
	}
	.index_medical .deco05 {
		width: calc(241 / var(--break) * 100vw);
		bottom: -3%;
	}
	.ttl__medical01 .en {
		width: calc(749 / var(--break) * 100vw);
	}
	.row__medical01 {
		gap: 0 calc(25 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		width: calc(340 / var(--break) * 100vw);
        height: calc(340 / var(--break) * 100vw);
	}
	.ttl__medical02 .icn {
		width: calc(45 / var(--break) * 100vw);
	}
	.row__medical01 .col .btn {
		width: calc(100 / var(--break) * 100vw);
		right: calc(19 / var(--break) * 100vw);
		bottom: calc(22 / var(--break) * 100vw);
	}
	.btn__medical01 .box a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn__medical01 .arw {
		width: calc(12 / var(--break) * 100vw);
	}
	.row__medical02 .col a {
		border-radius: calc(6 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #473a2c;
		height: calc(155 / var(--break) * 100vw);
	}
	.row__medical02 .col a .wrap {
		width: calc(100% - calc(210 / var(--break) * 100vw));
	}
	.row__medical02 .col a::after {
		border-width: calc(20 / var(--break) * 100vw);
	}
	.box__medical01 {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box__medical01::before {
		right: calc(-10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.box__medical01 .deco {
		padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.ttl__medical04 {
		width: calc(300 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw) 0;
	}
	.row__medical03 {
		max-width: calc(1050 / var(--break) * 100vw);
		width: 72%;
	}
	.row__medical03 .col {
		width: 32%;
		max-width: calc(340 / var(--break) * 100vw);
	}
	.ttl__medical03 .ja {
		font-size: 1.3125rem;
	}
	.ttl__medical04 .ja {
		font-size: 1.5rem;
	}
	.row__medical03 .col a {
		height: calc(130 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.row__medical03 .col a::after {
		border-radius: 0 0 calc(6 / var(--break) * 100vw) 0;
		border-width: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_medical {
		padding: calc(202 / var(--break) * 100vw) 0 calc(110 / var(--break) * 100vw);
	}
	.index_medical .deco01 {
		width: calc(254 / var(--break) * 100vw);
        top: -31vw;
        left: -3vw;
		display: none;
	}
	.index_medical .deco02 {
		width: calc(88 / var(--break) * 100vw);
        top: 65vw;
        right: 8vw;
	}
	.index_medical .deco03 {
		width: calc(376 / var(--break) * 100vw);
        top: 53%;
        left: 0%;
	}
	.index_medical .deco04 {
		width: calc(84 / var(--break) * 100vw);
        top: 52%;
        left: 6%;
	}
	.index_medical .deco05 {
		width: calc(241 / var(--break) * 100vw);
		bottom: -6%;
	}
	.ttl__medical01 .en {
		width: calc(623 / var(--break) * 100vw);
	}
	.row__medical01 {
		gap: 0;
        margin-bottom: calc(80 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		width: calc(400 / var(--break) * 100vw);
        height: calc(400 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+2) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.ttl__medical02 {
		text-align: center;
	}
	.ttl__medical02 .icn {
		width: calc(45 / var(--break) * 100vw);
	}
	.ttl__medical02 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.ttl__medical02 .en {
		font-size: .8125rem;
		letter-spacing: 0em;
	}
	.row__medical01 .col .btn {
		width: calc(141 / var(--break) * 100vw);
        right: calc(-35 / var(--break) * 100vw);
        bottom: calc(12 / var(--break) * 100vw);
		display: block;
	}
	.row__medical02 {
		width: 100%;
		max-width: 100%;
	}
	.row__medical02 .col {
		width: 100%;
		max-width: calc(602 / var(--break) * 100vw);
		margin: auto;
	}
	.row__medical02 .col:nth-child(n+2) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.row__medical01 .col .box {
        padding: 0;
    }
	.row__medical01 .col .result {
		height: calc(400 / var(--break) * 100vw);
	}
	.btn__medical01 .box a {
		height: calc(141/ var(--break) * 100vw);
		padding-top: 3vw;
	}
	.btn__medical01 .box .en {
		letter-spacing: 0;
	}
	.btn__medical01 .arw {
		width: calc(23 / var(--break) * 100vw);
	}
	.row__medical02 .col a {
		border-radius: calc(6 / var(--break) * 100vw);
		border: solid calc(4 / var(--break) * 100vw) #473a2c;
		height: calc(155 / var(--break) * 100vw);
	}
	.row__medical02 .col a .wrap {
		width: calc(100% - calc(210 / var(--break) * 100vw));
	}
	.row__medical02 .col a::after {
		border-width: calc(20 / var(--break) * 100vw);
	}
	.ttl__medical03 .ja {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl__medical03 .en {
		font-size: .8125rem;
		letter-spacing: 0;
	}
	.row__medical03 .ttl__medical03 .ja {
		margin-bottom: 0;
	}
	.row__medical03 .ttl__medical03 .en {
		letter-spacing: .07em;
	}
	.box__medical01 {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.box__medical01::before {
		right: calc(-10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.box__medical01 .deco {
		padding: 29vw 7vw 8vw;
	}
	.ttl__medical04 {
		width: calc(620 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw) 0;
	}
	.ttl__medical04 .ja {
        font-size: 1.125rem;
		letter-spacing: 0;
    }
	.ttl__medical04 .en {
        font-size: .9375rem;
    }
	.row__medical03 {
		max-width: 100%;
		width: 100%;
	}
	.row__medical03 .col {
		width: 100%;
		max-width:100%;
	}
	.row__medical03 .col:nth-child(n+2) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row__medical03 .col a {
		height: calc(120 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.row__medical03 .col a::after {
		border-radius: 0 0 calc(6 / var(--break) * 100vw) 0;
		border-width: calc(20 / var(--break) * 100vw);
	}
}


/* recruit
------------------------------------------------------------------*/
.index_recruit {
	background-color: #bdafda66;
	padding: calc(102 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw);
	position: relative;
	z-index: 0;
}
.index_recruit::after,.index_recruit::before {
	content: "";
    position: absolute;
    background: url(images/page/bg_pattern04.png) repeat center / auto;
    width: 100%;
    height: calc(40 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
}
.index_recruit::after {
    top: 0;
}
.index_recruit::before {
    bottom: 0;
}
.index_recruit .deco01 {
	width: calc(296 / var(--break) * 100vw);
    top: 14%;
    left: 5%;
}
.index_recruit .deco02 {
	width: calc(116 / var(--break) * 100vw);
    top: 19%;
    left: 25.4%;
}
.index_recruit .deco03 {
	width: calc(175 / var(--break) * 100vw);
    top: 37%;
    right: 23%;
}
.index_recruit .deco04 {
	width: calc(122 / var(--break) * 100vw);
    top: 16%;
    right: 16.5%;
}
.index_recruit .deco05 {
	width: calc(307 / var(--break) * 100vw);
    bottom: 7%;
    right: 11%;
}
.ttl__recruit01 .en {
	width: calc(393 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_recruit {
		padding: calc(102 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw);
	}
	.index_recruit::after,.index_recruit::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.index_recruit .deco01 {
		width: calc(296 / var(--break) * 100vw);
		top: 14%;
		left: 5%;
	}
	.index_recruit .deco02 {
		width: calc(116 / var(--break) * 100vw);
		top: 19%;
		left: 21.4%;
	}
	.index_recruit .deco03 {
		width: calc(175 / var(--break) * 100vw);
		top: 37%;
		right: 18%;
		z-index: 2;
	}
	.index_recruit .deco04 {
		width: calc(122 / var(--break) * 100vw);
		top: 16%;
		right: 8.5%;
	}
	.index_recruit .deco05 {
		width: calc(307 / var(--break) * 100vw);
		bottom: 7%;
		right: 11%;
	}
	.ttl__recruit01 .en {
		width: calc(393 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_recruit {
		padding: calc(102 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw);
	}
	.index_recruit::after,.index_recruit::before {
		height: calc(40 / var(--break) * 100vw);
	}
	.index_recruit .deco01 {
		width: calc(240 / var(--break) * 100vw);
		top: 14%;
		left: 5%;
	}
	.index_recruit .deco02 {
		width: calc(110 / var(--break) * 100vw);
		top: 19%;
		left: 14.4%;
	}
	.index_recruit .deco03 {
		width: calc(154 / var(--break) * 100vw);
		top: 46%;
		right: 14%;
		z-index: 2;
	}
	.index_recruit .deco04 {
		width: calc(122 / var(--break) * 100vw);
		top: 16%;
		right: 8.5%;
	}
	.index_recruit .deco05 {
		width: calc(287 / var(--break) * 100vw);
		bottom: 7%;
		right: 1%;
	}
	.ttl__recruit01 .en {
		width: calc(393 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_recruit {
		padding: calc(121 / var(--break) * 100vw) 0 calc(114 / var(--break) * 100vw);
	}
	.index_recruit::after,.index_recruit::before {
		height: calc(80 / var(--break) * 100vw);
	}
	.index_recruit::after, .index_recruit::before {
		background: url(images/page/bg_pattern04.png) repeat center / calc(16 / var(--break) * 100vw);
	}
	.index_recruit .deco01 {
		width: calc(298 / var(--break) * 100vw);
		top: 12%;
		left: 3%;
		z-index: -1;
	}
	.index_recruit .deco02 {
		width: calc(89 / var(--break) * 100vw);
		top: 26%;
		left: 4.4%;
	}
	.index_recruit .deco03 {
		width: calc(128 / var(--break) * 100vw);
		top: 55%;
		right: 3%;
		z-index: 2;
	}
	.index_recruit .deco04 {
		width: calc(87 / var(--break) * 100vw);
		top: 30%;
		right: 7.5%;
	}
	.index_recruit .deco05 {
		width: calc(307 / var(--break) * 100vw);
		bottom: 8%;
		right: 2%;
	}
	.ttl__recruit01 .en {
		width: calc(471 / var(--break) * 100vw);
	}
	.ttl__recruit01 .ja {
		font-size: 1.25rem;
	}
	.index_recruit .txt.mb30 {
		margin-bottom: 5vw;
	}
}


/* blog
------------------------------------------------------------------*/
.ttl__blog02 .icn {
	width: calc(32 / var(--break) * 100vw);
}
/*ブログコンテンツ*/
.row__blog01 .col {
	width: 47%;
}
.btn__blog01 {
	width: calc(100 / var(--break) * 100vw);
}
.btn__blog01 a {
	height: calc(32 / var(--break) * 100vw);
	border-radius: 100vh;
	position: relative;
}
.btn__blog01 a::before {
	content: "";
    position: absolute;
	background: url("images/index/arw_blog01.svg") no-repeat center / cover;
    width: calc(8 / var(--break) * 100vw);
    height: calc(12 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(17 / var(--break) * 100vw);
}
.list__blog01:after {
	content: "";
	width: 32%;
	max-width: 390px;
}
.list__blog01 li {
	width: 100%;
	max-width: 100%;
	border-bottom: solid 1px #473a2c;
	padding-bottom: calc(30 / var(--break) * 100vw);
}
.list__blog01 li:not(:first-child) {
	margin-top: calc(30 / var(--break) * 100vw);
}
.list__blog01 .txt_post .txt_excerpt {
	 display: block;
	line-height: 1.67;
	margin-top: calc(4 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__blog02 .icn {
		width: calc(32 / var(--break) * 100vw);
	}
	/*ブログコンテンツ*/
	.btn__blog01 {
		width: calc(100 / var(--break) * 100vw);
	}
	.btn__blog01 a {
		height: calc(32 / var(--break) * 100vw);
	}
	.btn__blog01 a::before {
		width: calc(8 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		right: calc(13 / var(--break) * 100vw);
	}
	.list__blog01 li {
		padding-bottom: calc(30 / var(--break) * 100vw);
	}
	.list__blog01 li:not(:first-child) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.list__blog01 .txt_post .txt_excerpt {
		height: calc(75 / var(--break) * 100vw);
		margin-top: calc(4 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__blog02 .icn {
		width: calc(32 / var(--break) * 100vw);
	}
	/*ブログコンテンツ*/
	.btn__blog01 {
		width: calc(100 / var(--break) * 100vw);
	}
	.btn__blog01 a {
		height: calc(32 / var(--break) * 100vw);
	}
	.btn__blog01 a::before {
		width: calc(8 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		right: calc(13 / var(--break) * 100vw);
	}
	.list__blog01 li {
		padding-bottom: calc(30 / var(--break) * 100vw);
	}
	.list__blog01 li:not(:first-child) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.list__blog01 .txt_post .txt_excerpt {
		height: calc(55 / var(--break) * 100vw);
		margin-top: calc(4 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row__blog01 .col {
		width: 100%;
	}
	.row__blog01 .col:nth-child(n+2) {
		margin-top: calc(100 / var(--break) * 100vw);
	}
	.wrap__blog01 {
		flex-direction: column;
		align-items: center;
		max-width: calc(646 / var(--break) * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.ttl__blog02 {
		margin-bottom: 3vw;
	}
	.ttl__blog02 .icn {
		width: calc(65 / var(--break) * 100vw);
	}
	.ttl__blog02 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.ttl__blog02 .en {
		font-size: 1.25rem;
	}
	.btn__blog01 {
        width: calc(219 / var(--break) * 100vw);
    }
	.btn__blog01 a {
		height: calc(50 / var(--break) * 100vw);
        font-size: .8125rem;
	}
	.btn__blog01 a::before {
		width: calc(16 / var(--break) * 100vw);
        height: calc(20 / var(--break) * 100vw);
        right: calc(52 / var(--break) * 100vw);
	}
	.list__blog01 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.list__blog01 .thmb {
		width: calc(180 / var(--break) * 100vw);
	}
	.list__blog01 .thmb img {
		height: calc(180 / var(--break) * 100vw);
	}
	.list__blog01 .txt_post {
		width: calc(100% - calc(208 / var(--break) * 100vw));
	}
	.list__blog01 .txt_post .date {
		font-size: .8125rem;
		letter-spacing: 0;
	}
	.list__blog01 li {
		padding-bottom: calc(35 / var(--break) * 100vw);
	}
	.list__blog01 li:not(:first-child) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.list__blog01 .txt_post .txt_excerpt {
		height: auto;
        margin-top: calc(0 / 750 * 100vw);
        font-size: .875rem;
        line-height: 1.5;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	padding-top: calc(135 / var(--break) * 100vw);
}
.main_foot::before {
	content: "";
    position: absolute;
	background: url("images/page/bg_foot01.png") no-repeat center / cover;
    width: 100%;
    height: calc(734 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(0 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.main_foot::after {
	content: "";
    position: absolute;
	background: url("images/page/frame_foot01.png") no-repeat center / cover;
    width: 100%;
    height: calc(60 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(-60 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.row_foot01 {
	width: 90%;
    max-width: 1200px;
}
.row_foot01 > .col_l {
	width: 34%;
}
.logo_foot {
	width: calc(352 / var(--break) * 100vw);
	margin-bottom: calc(18 / var(--break) * 100vw);
}
.row_foot01 > .col_r {
	width: 62%;
    max-width: 745px;
}
.row_foot02 .tel_common a,.row_foot02 .web_common a,.row_foot02 .line_common a {
    border-radius: calc(6 / var(--break) * 100vw);
}
.row_foot01 .tbl_foot {
	margin: auto;
}
.row_sitemap01 {
	border-bottom: solid 1px #473a2c;
}
.row_sitemap01 .col {
	width: 31%;
}
.list_sitemap01 li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #2e9029;
    border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
    bottom: 0;
    top: calc(2 / var(--break) * 100vw);
    margin: auto;
    left: calc(0 / var(--break) * 100vw);
	background: none;
    border-radius: 0%;
}
.list_sitemap01.ptn02 li:before {
    border-color: transparent transparent transparent #8abb14;
}
.list_sitemap01.ptn03 li:before {
    border-color: transparent transparent transparent #54b6ba;
}
.list_sitemap01 li:not(:first-child) {
    margin-top: calc(13 / var(--break) * 100vw);
}
.main_foot .deco01 {
	width: calc(481 / var(--break) * 100vw);
	left: 0;
	top: calc(330 / var(--break) * 100vw);
	z-index: -1;
}
.main_foot .deco02 {
	width: calc(523 / var(--break) * 100vw);
    right: 0%;
    top: calc(117 / var(--break) * 100vw);
    z-index: -1;
}
.row_foot02 .tel_common {
	max-width: 300px;
    width: 41%;
}
.row_foot02 .web_common,.row_foot02 .line_common {
	max-width: 210px;
	width: 30%;
}
.pagetop {
	position: fixed;
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(99 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_foot {
		padding-top: calc(135 / var(--break) * 100vw);
	}
	.main_foot::before {
		height: calc(734 / var(--break) * 100vw);
	}
	.main_foot::after {
		height: calc(60 / var(--break) * 100vw);
		top: calc(-60 / var(--break) * 100vw);
	}
	.logo_foot {
		width: calc(352 / var(--break) * 100vw);
		margin-bottom: calc(18 / var(--break) * 100vw);
	}
	.row_foot02 .web_common, .row_foot02 .line_common {
		width: 28%;
	}
	.row_foot01 .tel_common a,.row_foot01 .web_common a,.row_foot01 .line_common a {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.list_sitemap01 li:before {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		top: calc(2 / var(--break) * 100vw);
	}
	.list_sitemap01 li:not(:first-child) {
		margin-top: calc(13 / var(--break) * 100vw);
	}
	.main_foot .deco01 {
		width: calc(481 / var(--break) * 100vw);
		top: calc(330 / var(--break) * 100vw);
	}
	.main_foot .deco02 {
		width: calc(523 / var(--break) * 100vw);
		top: calc(117 / var(--break) * 100vw);
	}
	.pagetop {
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
		width: calc(99 / var(--break) * 100vw);
	}
	.copyright {
		height: calc(80 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_foot {
		padding-top: calc(135 / var(--break) * 100vw);
	}
	.main_foot::before {
		height: calc(734 / var(--break) * 100vw);
	}
	.main_foot::after {
		height: calc(60 / var(--break) * 100vw);
		top: calc(-60 / var(--break) * 100vw);
	}
	.logo_foot {
		width: calc(352 / var(--break) * 100vw);
		margin-bottom: calc(18 / var(--break) * 100vw);
	}
	.row_foot02 .web_common, .row_foot02 .line_common {
		width: 28%;
	}
	.row_foot01 .tel_common a,.row_foot01 .web_common a,.row_foot01 .line_common a {
		border-radius: calc(6 / var(--break) * 100vw);
	}
	.list_sitemap01 li:before {
		border-width: calc(5 / var(--break) * 100vw) 0px calc(5 / var(--break) * 100vw) calc(7 / var(--break) * 100vw);
		top: calc(2 / var(--break) * 100vw);
	}
	.list_sitemap01 li:not(:first-child) {
		margin-top: calc(13 / var(--break) * 100vw);
	}
	.main_foot .deco01 {
		width: calc(481 / var(--break) * 100vw);
		top: calc(330 / var(--break) * 100vw);
	}
	.main_foot .deco02 {
		width: calc(523 / var(--break) * 100vw);
		top: calc(117 / var(--break) * 100vw);
	}
	.pagetop {
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
		width: calc(99 / var(--break) * 100vw);
	}
	.copyright {
		height: calc(80 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 8vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_foot01 .tbl_foot {
		max-width: 93%;
	}
	.main_foot {
		padding-top: calc(157 / var(--break) * 100vw);
	}
	.main_foot::before {
		background: url(images/page/bg_foot01_sp.png) no-repeat center / cover;
		height: calc(2160 / var(--break) * 100vw);
		top: calc(60 / var(--break) * 100vw);
	}
	.main_foot::after {
		height: calc(60 / var(--break) * 100vw);
		top: 0;
		background: url(images/page/frame_foot01_sp.png) no-repeat center / cover;
	}
	.logo_foot {
		width: calc(492 / var(--break) * 100vw);
        margin-bottom: calc(47 / var(--break) * 100vw);
	}
	.address_foot {
		letter-spacing: 0;
	}
	.row_foot02 {
		max-width: calc(602 / var(--break) * 100vw);
		width: 100%;
		margin: auto;
		margin-bottom: 10vw;
	}
	.row_foot02 > div:nth-child(n+2) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.row_foot02 .tel_common,.row_foot02 .web_common, .row_foot02 .line_common {
		max-width: 100%;
		width: 100%;
	}
	.row_foot02 .tel_common a,.row_foot02 .web_common a,.row_foot02 .line_common a {
		border-radius: calc(12 / var(--break) * 100vw);
        height: calc(160 / var(--break) * 100vw);
        padding: 3vw 8vw 0;
	}
	.row_foot02 .web_common a,.row_foot02 .line_common a {
		justify-content: flex-start!important;
		padding-left: calc(60 / var(--break) * 100vw);
		padding-top: 0vw;
        padding-bottom: 0.5vw;
	}
	.row_foot02 .tel_common .ja {
		font-size: .8125rem;
	}
	.row_foot02 .tel_common .num {
		font-size: 1.1875rem;
	}
	.row_foot02 .tel_common .num .fz32 {
		font-size: 1.625rem;
	}
	.web_common .icn,.line_common .icn {
        width: calc(100 / var(--break) * 100vw);
    }
	.web_common .icn {
        margin-right: 12vw;
    }
	.line_common .icn {
        margin-right: 9vw;
    }
	.web_common .ja01, .line_common .ja01 {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.web_common .ja02, .line_common .ja02 {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.web_common a::after {
        border-width: calc(18 / var(--break) * 100vw);
        bottom: calc(10 / var(--break) * 100vw);
        right: calc(10 / var(--break) * 100vw);
    }
	.line_common a::after {
        border-width: calc(18 / var(--break) * 100vw);
        bottom: calc(10 / var(--break) * 100vw);
        right: calc(10 / var(--break) * 100vw);
    }
	.row_sitemap01 {
		padding-bottom: 12vw;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: auto;
	}
	.row_sitemap01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_sitemap01 .col:nth-child(n+2) {
		margin-top: calc(85 / var(--break) * 100vw);
	}
	.row_sitemap01 .col .ttl {
		font-size: 1.375rem;
        text-align: center;
        padding-bottom: 3vw;
        margin-bottom: 6.5vw;
	}
	.list_sitemap01 {
        font-size: .9375rem;
    }
	.list_sitemap01 li {
        padding-left: 5vw;
    }
	.list_sitemap01 li:before {
		border-width: calc(9 / var(--break) * 100vw) 0px calc(9 / var(--break) * 100vw) calc(12 / var(--break) * 100vw);
        top: calc(8 / var(--break) * 100vw);
        left: calc(5 / var(--break) * 100vw);
	}
	.list_sitemap01 li:not(:first-child) {
		margin-top: calc(36 / var(--break) * 100vw);
	}
	.main_foot .deco01 {
		width: calc(468 / var(--break) * 100vw);
        top: calc(456 / var(--break) * 100vw);
        z-index: -1;
	}
	.main_foot .deco02 {
		width: calc(523 / var(--break) * 100vw);
        top: 219vw;
        right: 5vw;
	}
	.copyright {
		font-size: .8125rem;
        padding: 5vw 0 20vw;
        height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(110 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(320 / var(--break) * 100vw);
	}
	.fix_line {
		width: calc(320 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(116 / var(--break) * 100vw);
		margin-right: 3vw;
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.125rem;
	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(16 / var(--break) * 100vw) auto;
	border: 1px solid #473a2c;
}
.btn_map a::after {
	content: "";
    position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / cover;
    width: calc(32 / var(--break) * 100vw);
    height: calc(8 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(22 / var(--break) * 100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.main_foot .wrap_map {
        margin-bottom: 13vw;
    }
	.map {
		outline: calc(10 / var(--break) * 100vw) solid #fff;
		outline-offset: calc(0 / var(--break) * 100vw);
		border-radius: calc(9 / var(--break) * 100vw);
	}
	.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: .05em;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left calc(40 / var(--break) * 100vw) center;
		background-size: calc(36 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		width: calc(66 / var(--break) * 100vw);
        height: calc(16 / var(--break) * 100vw);
        right: calc(26 / var(--break) * 100vw);
	}
}