@charset "utf-8";
/*
Theme Name: res
Version: 1.4.1
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #c28e10;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #c579c6;
	--color02: #e2eade;
	--color03: #f3ede5;
	--color04: #ecddec;
	--color05: #bfbcb8;
	--color06: #bd6313;
	--color07: #ece14c;
	--color08: #7fa87c;
	--color09: #c28e10;
	--color10: #e8dccb;
	--color11: #488345;
	--color12: #332300;
	--color13: #c5d6bd;
	--color14: #fff130;
	--color15: #418da7;
	--color16: #;
	--color17: #;
	--color18: #;
	--color19: #;

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

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

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2;
	color: #332300;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.azo {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.azo_b {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	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,.inner1600,.inner1720
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.inner1600 {
	max-width: 1600px;
}
.inner1720 {
	max-width: 1720px;
}
.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);}
.bdrd100 {border-radius: 100vh;}

.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; }
.lh28 { line-height: 2.8; }
.lh3 { line-height: 3; }

.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;
}
.bbw2 {
	border-bottom: 2px 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/ptn_deco.png") repeat center / calc(300 / var(--break) * 100vw);
}
.bg_ptn02 {
	background: url("images/page/arw01.png") repeat center / calc(20 / var(--break) * 100vw) auto;
}
.bg_ptn03 {
	background: url("images/page/arw02.png") repeat center / calc(20 / var(--break) * 100vw) 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,.inner1600,.inner1720 {
		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;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
.wrap_head01 {
	width: calc(489 / var(--break) * 100vw);
	margin-top: calc(51 / var(--break) * 100vw);
	margin-left: calc(55 / var(--break) * 100vw);
}
header h1 {
	width: 100%;
}
.row_head01 {
	width: calc(400 / var(--break) * 100vw);
}
.add_main {
	width: 100%;
	height: calc(40 / var(--break) * 100vw);
	background-color: #3323004d;
}
.box_main01 {
	width: calc(320 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.box_main01 .icn {
	width: calc(30 / var(--break) * 100vw);
	margin-right: calc(5 / var(--break) * 100vw);
}

.wrap_head02 {
	margin-top: calc(20 / var(--break) * 100vw);
	margin-right: calc(40 / var(--break) * 100vw);
}
.tel_common {
	width: calc(330 / var(--break) * 100vw);
}
.tel_common a {
	height: calc(100 / var(--break) * 100vw);
}
.tel_common .txt {
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
	width: 94%;
    padding-bottom: calc(2 / var(--break) * 100vw);
    margin-bottom: calc(10 / var(--break) * 100vw);
}
.tel_common .icn {
	width: calc(34 / var(--break) * 100vw);
	margin-right: calc(8 / var(--break) * 100vw);
}
.shadow_common01 {
	text-shadow:
  1px 0 0 #fff,
 -1px 0 0 #fff,
  0 1px 0 #fff,
  0 -1px 0 #fff,
  1px 1px 0 #fff,
 -1px 1px 0 #fff,
  1px -1px 0 #fff,
 -1px -1px 0 #fff;
}
.web_head {
	width: 48%;
}
.line_head {
	width: 48%;
}
.web_common a {
	background-color: #f39800;
}
.web_common a,.line_common a {
	height: calc(80 / var(--break) * 100vw);
}
.line_common a {
	background-color: #06c755;
}
.web_common a::after,.line_common a::after {
    border-width: calc(10 / var(--break) * 100vw);
    border-color: transparent #c28e10 #c28e10 transparent;
    bottom: 0;
    right: 0;
}
.row_head02 .icn {
	width: calc(24 / var(--break) * 100vw);
	margin-right: calc(8 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_head01 {
		width: calc(550 / var(--break) * 100vw);
		margin-top: calc(31 / var(--break) * 100vw);
		margin-left: calc(35 / var(--break) * 100vw);
	}
	.wrap_head02 {
		margin-top: calc(20 / var(--break) * 100vw);
		margin-right: calc(10 / var(--break) * 100vw);
	}
	.row_head01 {
		width: calc(380 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.wrap_head01 {
		width: calc(487 / var(--break) * 100vw);
		margin-top: 4vw;
		margin-left: 3vw;
	}
	.wrap_head02 {
		display: none;
	}
}


/* メインイメージ 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 center / cover #e8dccb;
}
.main02 {
	background: url(images/index/main02.png)no-repeat center / cover #e8dccb;
}
.main03 {
	background: url(images/index/main03.png)no-repeat center / cover #e8dccb;
}
.shadow_common02 {
	text-shadow: 0 2px 6px rgba(51, 34, 0, 0.2),0 2px 6px rgba(51, 34, 0, 0.2),0 2px 6px rgba(51, 34, 0, 0.2);
}
.ttl_main01 {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ttl_main01 .en {
	letter-spacing: .17em;
}
.ttl_main01 .deco01 {
	width: calc(61 / var(--break) * 100vw);
	left: -17%;
    bottom: 20%;
}
.ttl_main01 .deco02 {
	width: calc(125 / var(--break) * 100vw);
	right: -29.5%;
    bottom: 3%;
}
.btn_common02 {
	width: calc(173 / var(--break) * 100vw);
    height: calc(173 / var(--break) * 100vw);
}
.btn_main01 {
	right: 5.5%;
    bottom: 23%;
	z-index: 1;
}
.btn_common02 a {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,#ece14c 0%,#ece14c 80%,#c28e10 80%,#c28e10 100%);
	position: relative;
	padding-bottom: calc(28 / var(--break) * 100vw);
}
.btn_main01 a::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_main07.png") no-repeat center / cover;
    width: calc(105 / var(--break) * 100vw);
    height: calc(50 / var(--break) * 100vw);
	top: calc(-24 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.btn_common02 a::after {
	content: "";
    position: absolute;
    background: url(images/page/arw03.png) no-repeat center / cover;
    width: calc(23 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(5 / var(--break) * 100vw);
    transition: .3s;
}
.main_img > .deco01 {
	width: calc(151 / var(--break) * 100vw);
	left: 1%;
    bottom: 31%;
}
.main_img > .deco02 {
	width: calc(151 / var(--break) * 100vw);
	right: 1%;
    top: 32%;
}
.main_img > .deco03 {
	width: calc(451 / var(--break) * 100vw);
	left: 1%;
    bottom: -5%;
}
.main_img > .deco04 {
	width: calc(260 / var(--break) * 100vw);
	right: 0.5%;
    bottom: -5%;
}
@media only screen and (min-width: 767px) {
	.btn_main01 a:hover::after {
		right: calc(-20 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: calc(780 / var(--break) * 100vw);
		height: auto;
	}
	.main_img > .deco02 {
		width: calc(151 / var(--break) * 100vw);
		right: 1%;
		top: 39%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(650 / var(--break) * 100vw);
		height: auto;
	}
	.ttl_main01 {
		top: 54%;
	}
	.btn_main01 {
		right: 1.5%;
		bottom: 16%;
	}
	.main_img > .deco02 {
		top: 41%;
	}
	.main_img > .deco03 {
		width: calc(341 / var(--break) * 100vw);
		left: 1%;
		bottom: -5%;
	}
	.main_img > .deco04 {
		width: calc(210 / var(--break) * 100vw);
		right: 0.5%;
		bottom: -5%;
	}
	.ttl_main01 .deco01 {
		width: calc(61 / var(--break) * 100vw);
		left: -14%;
		bottom: 20%;
	}
	.ttl_main01 .deco02 {
		width: calc(100 / var(--break) * 100vw);
		right: -17.5%;
		bottom: 11%;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_sp.jpg)no-repeat center / cover;
	}
	.main03 {
		background: url(images/index/main03_sp.jpg)no-repeat center / cover;
	}
	.ttl_main01 .ja01 {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.ttl_main01 .ja02 {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.ttl_main01 .en {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.btn_main01 {
		width: calc(216 / var(--break) * 100vw);
    	height: calc(216 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(197 / var(--break) * 100vw);
		z-index: 1;
	}
	.btn_common02 a {
		padding-bottom: calc(28 / var(--break) * 100vw);
	}
	.btn_main01 a::before {
		width: calc(105 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		top: calc(-24 / var(--break) * 100vw);
	}
	.btn_common02 a::after {
		width: calc(26 / var(--break) * 100vw);
		height: calc(27 / var(--break) * 100vw);
		bottom: calc(9 / var(--break) * 100vw);
	}
	.btn_common02 .en {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_common02 .ja {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.main_img > .deco01 {
		width: calc(100 / var(--break) * 100vw);
		left: 4%;
		bottom: 13.5%;
	}
	.main_img > .deco02 {
		width: calc(104 / var(--break) * 100vw);
		right: 5vw;
		top: auto;
		bottom: 29%;
	}
	.main_img > .deco03 {
		width: calc(307 / var(--break) * 100vw);
		left: 2.6%;
		bottom: -3%;
	}
	.main_img > .deco04 {
		width: calc(182 / var(--break) * 100vw);
		right: 3.5vw;
		bottom: -5vw;
	}
	.add_main {
		width: calc(646 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		background-color: #33230080;
		font-size: calc(33 / var(--break) * 100vw);
	}
	.box_main01 {
		width: calc(430 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		margin-bottom: 6vw;
	}
	.box_main01 .icn {
		width: calc(45 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
	}
	.box_main01 .txt {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_head02 {
		justify-content: center!important;
	}
	.row_head02.mb10 {
		margin-bottom: 2.5vw;
	}
	.row_head02 .icn {
		width: calc(49 / var(--break) * 100vw);
        margin-right: calc(19 / var(--break) * 100vw);
	}
	.row_head02 .txt {
		font-size: calc(30 / var(--break) * 100vw);
        letter-spacing: 0;
	}
	.wrap_head03 {
		margin-bottom: 12vw;
	}
	.ttl_main01 .deco01 {
		width: calc(50 / var(--break) * 100vw);
		left: -13%;
		bottom: 20%;
	}
	.ttl_main01 .deco02 {
		width: calc(89 / var(--break) * 100vw);
		right: -12%;
		bottom: 10%;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.wrap_nav {
	position: relative;
    z-index: 10;
}
.gnav {
	transition: .3s;
    width: 90%;
    max-width: calc(1500 / var(--break) * 100vw);
    bottom: calc(50 / var(--break) * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
	background-color: #fff;
	border-radius: calc(10 / var(--break) * 100vw);
}
.gnav>ul>li:not(:last-child)::after { content: ""; height: calc(21 / var(--break) * 100vw); width: 1px; background: #332300; transform: rotate(45deg); position: absolute; top: 0; bottom: 0; right: 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(420 / var(--break) * 100vw));
}
.row_fix_nav01 {
	width: calc(420 / var(--break) * 100vw);
}
.row_fix_nav01 a {
	height: calc(60 / var(--break) * 100vw);
}
.row_fix_nav02 .col {
	width: 50%;
}
.row_fix_nav02 .col a {
	height: calc(60 / var(--break) * 100vw);
}
.gnav > ul {
	max-width: ;
}
.gnav > ul > li {
	position: relative;
	-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: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #c28e10;
	left: 0;
	right: 0;
	bottom: calc(30 / var(--break) * 100vw);
	margin: auto;
	opacity: 0;
	transition: .3s;
	border-radius: 100%;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav > ul > li .en {
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc(1020 / var(--break) * 100vw);
}
.box_nav01 {
	padding: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.gnav .nav_sub .box01 {
	width: 43%;
	background-color: #b86a1ae6;
}
.gnav .nav_sub .box02 {
	width: 57%;
	background-color: #4b8047e6;
}
.gnav .nav_sub li a {
    padding-left: calc(18 / var(--break) * 100vw);
    position: relative;
}
.gnav .nav_sub li a:before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: calc(8 / var(--break) * 100vw) solid #ece14c;
    border-top: calc(5 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
    position: absolute;
    top: .5em;
    left: 0;
    margin: auto;
}
.list_nav01 li:nth-child(n+2) {
    margin-top: calc(14 / var(--break) * 100vw);
}
.list_nav01.ptn02 li {
	width: 48%;
}
.list_nav01.ptn02 li:nth-child(2) {
    margin-top: 0;
}
.bnr_nav02 {
	width: calc(360 / var(--break) * 100vw);
}
.gnav > ul > li.nav_drawer > a.trigger > span{
  padding-right: 1.0em;
	position: relative;
}
.gnav > ul > li.nav_drawer > a.trigger > span::after{
  content: "";
  position: absolute;
  right: calc(4 / var(--break) * 100vw);
  top: 50%;
  width: calc(2 / var(--break) * 100vw);
  height: calc(10 / var(--break) * 100vw);
  background: #c28e10;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: left center;
  opacity: 1;
  transition:
    transform .28s ease,
    opacity .12s linear;
  will-change: transform, opacity;
}
.gnav > ul > li.nav_drawer > a.trigger > span::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(10 / var(--break) * 100vw);
  height: calc(2 / var(--break) * 100vw);
  background: #c28e10;
  transform: translateY(-50%);
}
.gnav > ul > li.nav_drawer > a.trigger.open > span::after{
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;

  transition:
    transform .55s ease,
    opacity .55s ease .3s;
}

.row_fix_nav01 .tel_common .icn {
    width: calc(34 / var(--break) * 100vw);
	margin-bottom: calc(5 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.gnav > ul > li.nav_drawer > a.trigger > span::after{
	  right: calc(6 / var(--break) * 100vw);
	  width: calc(1 / var(--break) * 100vw);
	  height: calc(12 / var(--break) * 100vw);
	}
	.gnav > ul > li.nav_drawer > a.trigger > span::before{
	  width: calc(12 / var(--break) * 100vw);
	  height: calc(1 / var(--break) * 100vw);
		top: 50%;
	}
	.gnav > ul > li > a {
		height: calc(90 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.fix_nav .gnav {
		width: 100%;
	}
	.row_fix_nav01 {
		width: 100%;
	}
	.row_fix_nav02 {
		width: calc(100% / 3 * 2) !important;
	}
	.row_fix_nav02 .col {
		width: 50%;
	}
	.row_fix_nav01 .tel_common {
		width: calc(100% / 3) !important;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.gnav {
		font-size: calc(16 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(80 / var(--break) * 100vw);
	}
	.gnav > ul > li > a:after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.gnav > ul > li.nav_drawer > a.trigger > span::after{
	  right: calc(6 / var(--break) * 100vw);
	  width: calc(1 / var(--break) * 100vw);
	  height: calc(12 / var(--break) * 100vw);
	}
	.gnav > ul > li.nav_drawer > a.trigger > span::before{
	  width: calc(12 / var(--break) * 100vw);
	  height: calc(1 / var(--break) * 100vw);
	}
	.row_fix_nav01 .tel_common .num {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.row_head01 .fz20 {
		font-size: calc(18 / var(--break) * 100vw);
	}
	.row_fix_nav01 .tel_common .icn {
		width: calc(22 / 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: #ece14c;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(56 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #332300;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #332300;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #332300;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: calc(2 / var(--break) * 100vw) solid #332300;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 4vw;
		border-bottom: calc(2 / var(--break) * 100vw) solid #332300;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.3vw 4vw 3.3vw 0;
		border-bottom: calc(2 / var(--break) * 100vw) solid #332300;
		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: 1vw;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #c28e10;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: none;
		padding: 0;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.box_nav01 {
		padding: calc(50 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	}
	.row_nav01 .box01 {
		background-color: #c3722a;
	}
	.row_nav01 .box02 {
		background-color: #5a8f57;
	}
	.row_nav01 .box_nav01 .wrap {
		padding-bottom: 4vw;
        margin-bottom: 3.5vw;
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub .list_nav01 a {
		padding: 1vw 0 1vw 6vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub .list_nav01 a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #ece14c;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}
	.list_nav01.ptn02 li {
		width: 100%;
	}
	.list_nav01.ptn02 > li:nth-child(1){ order: 1; } /* 一般歯科 */
	.list_nav01.ptn02 > li:nth-child(3){ order: 2; } /* 予防・メンテナンス */
	.list_nav01.ptn02 > li:nth-child(5){ order: 3; } /* 口腔外科 */
	.list_nav01.ptn02 > li:nth-child(7){ order: 4; } /* 根管治療 */
	.list_nav01.ptn02 > li:nth-child(2){ order: 5; } /* 大人の矯正 */
	.list_nav01.ptn02 > li:nth-child(4){ order: 6; } /* マウスピース矯正 */
	.list_nav01.ptn02 > li:nth-child(6){ order: 7; } /* セラミック・審美治療 */
	.list_nav01.ptn02 > li:nth-child(8){ order: 8; } /* ホワイトニング */
	.bnr_nav02 {
		width: 100%;
	}
	.list_nav01 li:nth-child(n+2) {
		margin-top: calc(0 / var(--break) * 100vw);
	}
	.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;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.index_news {
	padding-top: calc(140 / var(--break) * 100vw);
}
.box__news01 {
	padding: calc(69 / var(--break) * 100vw) calc(43 / var(--break) * 100vw) calc(80 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.box__news01::before {
	content: "";
    position: absolute;
	border-left: dashed calc(2 / var(--break) * 100vw) #e2eade;
    width: calc(2 / var(--break) * 100vw);
    height: 100%;
	left: 8.5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row__news01 .col_l {
	width: 4%;
}
.row__news01 .col_r {
	width: 89.5%;
}
.row__news01 .col_l .en {
	writing-mode: sideways-rl;
}

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: calc(300 / var(--break) * 100vw);
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(30 / var(--break) * 100vw);
}
.index_news li dt {width: 14%;}
.index_news li dd {width: 86%;}
.index_news li dd a {
	color: #c28e10; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #c28e10 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__news01::before {
		left: 10.5%;
	}
}
@media(max-width: 767px) {
	.box__news01 {
		padding: calc(69 / var(--break) * 100vw) calc(34 / var(--break) * 100vw) calc(48 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.box__news01::before {
		content: "";
		position: absolute;
		border-top: dashed calc(2 / var(--break) * 100vw) #e2eade;
		width: 100%;
		height: calc(2 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: 25vw;
		bottom: auto;
		margin: auto;
	}
	.row__news01 .col_l {
		width: 100%;
		margin-bottom: 17vw;
	}
	.row__news01 .col_r {
		width: 100%;
	}
	.row__news01 .col_l .en {
		text-align: center;
		font-size: calc(60 / var(--break) * 100vw);
		writing-mode: horizontal-tb;
	}
	.index_news {
		padding-top: calc(88 / var(--break) * 100vw);
	}
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: 7vw;
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
        font-size: calc(28 / var(--break) * 100vw);
        margin-bottom: 1vw;
	}
	.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;
	}
}


/* concept
------------------------------------------------------------------*/
.index_concept {
	background: url("images/index/bg_concept01.png") no-repeat center / cover;
	margin-top: calc(-92 / var(--break) * 100vw);
    position: relative;
    height: calc(1230 / var(--break) * 100vw);
}
.index_concept::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_concept01.png") no-repeat center / cover;
    width: 100%;
    height: calc(1080 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(-18 / var(--break) * 100vw);
}
.bg___concept01 {
	background: url("images/index/bg_concept02.png") no-repeat center / 100% auto;
	height: 100%;
	padding-bottom: calc(300 / var(--break) * 100vw);
	position: relative;
}
.box__concept01 {
	width: calc(740 / var(--break) * 100vw);
	max-width: 100%;
	padding: calc(122 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(108 / var(--break) * 100vw);
	box-shadow: 0 0 20px rgba(51, 34, 0, 0.2),0 0 20px rgba(51, 34, 0, 0.2),0 0 20px rgba(51, 34, 0, 0.2);
	top: calc(290 / var(--break) * 100vw);
}
.box__concept01::before,.box__concept01::after {
	content: "";
    position: absolute;
    width: calc(521 / var(--break) * 100vw);
    height: calc(518 / var(--break) * 100vw);
}
.box__concept01::before {
	border-top: solid calc(10 / var(--break) * 100vw) #e2eade;
	border-left: solid calc(10 / var(--break) * 100vw) #e2eade;
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.box__concept01::after {
	border-bottom: solid calc(10 / var(--break) * 100vw) #e2eade;
	border-right: solid calc(10 / var(--break) * 100vw) #e2eade;
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.index_concept {
		margin-top: calc(-82 / var(--break) * 100vw);
		height: calc(1100 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_concept {
		background: #c5d6bd;
		margin-top: calc(0 / var(--break) * 100vw);
		position: relative;
		height: auto;
	}
	.index_concept::before {
		background: url("images/index/deco_concept01_sp.png") no-repeat center / cover;
		height: calc(400 / var(--break) * 100vw);
		bottom: calc(2 / var(--break) * 100vw);
	}
	.bg___concept01 {
		background: none;
		height: 100%;
		padding-top: calc(303 / var(--break) * 100vw);
		padding-bottom: calc(400 / var(--break) * 100vw);
	}
	.bg___concept01::before {
		content: "";
		position: absolute;
		background: url("images/index/bg_concept02_sp.png") no-repeat center / cover;
		width: calc(705 / var(--break) * 100vw);
		height: calc(1201 / var(--break) * 100vw);
		right: 0;
		left: 0;
		margin: auto;
		top: 1vw;
	}
	.box__concept01 {
		width: calc(702 / var(--break) * 100vw);
		padding: calc(88 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
		box-shadow: 0 0 20px rgba(51, 34, 0, 0.2),0 0 20px rgba(51, 34, 0, 0.2),0 0 20px rgba(51, 34, 0, 0.2);
		top: calc(0 / var(--break) * 100vw);
	}
	.box__concept01::before,.box__concept01::after {
		width: calc(521 / var(--break) * 100vw);
		height: calc(518 / var(--break) * 100vw);
	}
	.box__concept01::before {
		border-top: solid calc(10 / var(--break) * 100vw) #e2eade;
		border-left: solid calc(10 / var(--break) * 100vw) #e2eade;
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.box__concept01::after {
		border-bottom: solid calc(10 / var(--break) * 100vw) #e2eade;
		border-right: solid calc(10 / var(--break) * 100vw) #e2eade;
		bottom: calc(20 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.ttl__concept01 .en {
		font-size: calc(34 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.ttl__concept01 .ja01 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.ttl__concept01 .ja02 {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.bg__new01 {
		background: url("images/index/bg_concept01_sp.png") no-repeat center bottom / 100% auto;
		padding-bottom: 14vw;
	}
}


/* feature
------------------------------------------------------------------*/
.index_feature {
	background: #e8dccb;
	padding: calc(128 / var(--break) * 100vw) 0 calc(180 / var(--break) * 100vw);
	position: relative;
}
.index_feature::before {
	content: "";
    position: absolute;
	background: url("images/index/frame_feature01.png") no-repeat center / cover;
    width: 100%;
    height: calc(229 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.index_feature .deco01 {
	width: calc(321 / var(--break) * 100vw);
	bottom: 7%;
    left: 4%;
}
.index_feature .deco02 {
	width: calc(151 / var(--break) * 100vw);
	bottom: 14%;
    right: 5%;
}
.ttl__common01 .en {
	font-size: calc(150 / var(--break) * 100vw);
	background: url("images/page/ptn_deco.png") repeat center / calc(300 / var(--break) * 100vw) #bfbcb8;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	letter-spacing: .12em;
}
.ttl__common01 .en .deco {
	background: url("images/page/ptn_deco.png") repeat center / calc(300 / var(--break) * 100vw) #c28e10;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.row__feature01 {
	gap: calc(80 / var(--break) * 100vw) 2%;
}
.row__feature01 .col {
	width: 32%;
	max-width: calc(550 / var(--break) * 100vw);
}
.row__feature01 .col a {
	height: calc(500 / var(--break) * 100vw);
}
.deco_common01::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(138 / var(--break) * 100vw);
	height: calc(138 / var(--break) * 100vw);
	background: #ece14c;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
}
.row__feature01 .col a::before {
	content: "";
    position: absolute;
    width: calc(40 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
	transition: .3s;
}
.row__feature01 .col:nth-child(1) a::before,.row__feature01 .col:nth-child(4) a::before {
	background: url("images/page/arw04.png") no-repeat center / cover;
}
.row__feature01 .col:nth-child(2) a::before,.row__feature01 .col:nth-child(5) a::before {
	background: url("images/page/arw05.png") no-repeat center / cover;
}
.row__feature01 .col:nth-child(3n) a::before {
	background: url("images/page/arw06.png") no-repeat center / cover;
}
.row__feature01 .col a .bg {
	height: 100%;
}
.row__feature01 .col01 a .bg {
	background: url("images/index/img_feature01.png") no-repeat top right / calc(430 / var(--break) * 100vw) auto;
}
.row__feature01 .col02 a .bg {
	background: url("images/index/img_feature02.png") no-repeat top right / calc(430 / var(--break) * 100vw) auto;
}
.row__feature01 .col03 a .bg {
	background: url("images/index/img_feature03.png") no-repeat top right / calc(430 / var(--break) * 100vw) auto;
}
.row__feature01 .col04 a .bg {
	background: url("images/index/img_feature04.png") no-repeat top right / calc(430 / var(--break) * 100vw) auto;
}
.row__feature01 .col05 a .bg {
	background: url("images/index/img_feature05.png") no-repeat top right / calc(430 / var(--break) * 100vw) auto;
}
.row__feature01 .col a .num {
	width: calc(110 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	left: calc(30 / var(--break) * 100vw);
}
@media(min-width: 767px) {
	.row__feature01 .col a:hover::before {
		right: calc(10 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__feature01 .col a .bg {
		padding: 0 0 calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja02 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row__feature01 .col01 a .bg {
		background: url("images/index/img_feature01.png") no-repeat top right / calc(400 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col02 a .bg {
		background: url("images/index/img_feature02.png") no-repeat top right / calc(400 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col03 a .bg {
		background: url("images/index/img_feature03.png") no-repeat top right / calc(400 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col04 a .bg {
		background: url("images/index/img_feature04.png") no-repeat top right / calc(400 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col05 a .bg {
		background: url("images/index/img_feature05.png") no-repeat top right / calc(400 / var(--break) * 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__feature02 .ja01 {
		font-size: calc(16 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja02 {
		font-size: calc(27 / var(--break) * 100vw);
	}
	.row__feature01 .col01 a .bg {
		background: url("images/index/img_feature01.png") no-repeat top right / calc(320 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col02 a .bg {
		background: url("images/index/img_feature02.png") no-repeat top right / calc(320 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col03 a .bg {
		background: url("images/index/img_feature03.png") no-repeat top right / calc(320 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col04 a .bg {
		background: url("images/index/img_feature04.png") no-repeat top right / calc(320 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col05 a .bg {
		background: url("images/index/img_feature05.png") no-repeat top right / calc(320 / var(--break) * 100vw) auto;
	}
	.deco_common01::after {
		width: calc(118 / var(--break) * 100vw);
		height: calc(118 / var(--break) * 100vw);
		border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	}
	.row__feature01 .col a .num {
		width: calc(110 / var(--break) * 100vw);
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.row__feature01 .col a {
		height: calc(440 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_feature {
		padding: calc(75 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	}
	.ttl__feature01 {
		margin-bottom: 9vw;
	}
	.ttl__common01 .en {
		font-size: calc(130 / var(--break) * 100vw);
		background: url("images/page/ptn_deco.png") repeat center / calc(300 / var(--break) * 100vw) #bfbcb8;
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		letter-spacing: .12em;
		margin-bottom: 3vw;
	}
	.ttl__common01 .en .deco {
		background: url("images/page/ptn_deco.png") repeat center / calc(300 / var(--break) * 100vw) #c28e10;
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ttl__common01 .ja {
		font-size: calc(43 / var(--break) * 100vw);
	}
	.row__feature01 {
		gap: calc(63 / var(--break) * 100vw) 0;
	}
	.row__feature01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__feature01 .col a {
		height: calc(585 / var(--break) * 100vw);
	}
	.deco_common01::after {
		width: calc(160 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
		border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	}
	.row__feature01 .col a::before {
        width: calc(48 / var(--break) * 100vw);
        height: calc(48 / var(--break) * 100vw);
        right: calc(28 / var(--break) * 100vw);
        bottom: calc(20 / var(--break) * 100vw);
    }
	.row__feature01 .col01 a .bg {
		background: url("images/index/img_feature01.png") no-repeat top right / calc(507 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col02 a .bg {
		background: url("images/index/img_feature02.png") no-repeat top right / calc(507 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col03 a .bg {
		background: url("images/index/img_feature03.png") no-repeat top right / calc(507 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col04 a .bg {
		background: url("images/index/img_feature04.png") no-repeat top right / calc(507 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col05 a .bg {
		background: url("images/index/img_feature05.png") no-repeat top right / calc(507 / var(--break) * 100vw) auto;
	}
	.row__feature01 .col a .num {
		width: calc(181 / var(--break) * 100vw);
		top: calc(25 / var(--break) * 100vw);
		left: calc(25 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja01 {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.ttl__feature02 .ja02 {
		font-size: calc(43 / var(--break) * 100vw);
	}
	.index_feature::before {
		background: url(images/index/frame_feature01_sp.png) no-repeat center / cover;
		height: calc(90 / var(--break) * 100vw);
	}
	.index_feature .deco01 {
		width: calc(321 / var(--break) * 100vw);
		bottom: 0%;
		left: 4%;
	}
	.index_feature .deco02 {
		width: calc(151 / var(--break) * 100vw);
		bottom: 1.5%;
		right: 2%;
	}
}


/* kids
------------------------------------------------------------------*/
.index_kids {
	padding: calc(140 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(230 / var(--break) * 100vw);
}
.index_kids::before {
	content: "";
    position: absolute;
	background: #488345;
    width: 100%;
    height: calc(140 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
}
.index_kids::after {
	content: "";
    position: absolute;
	background: url("images/page/arw01.png") repeat center / calc(20 / var(--break) * 100vw) auto #c5d6bd;
    width: 100%;
    height: calc(360 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(140 / var(--break) * 100vw);
	margin: auto;
}
.ttl__kids01 {
	top: 7%;
    left: calc(-25 / var(--break) * 100vw);
    height: 100%;
    z-index: 2;
}
.ttl__kids01 .en {
	font-size: calc(200 / var(--break) * 100vw);
	letter-spacing: .1em;
white-space: nowrap;
	writing-mode: sideways-rl;
}
.ttl__kids01 .ja {
	padding-top: calc(100 / var(--break) * 100vw);
}
.ttl__kids01 .ja::before {
	content: "";
    position: absolute;
    background: #332300;
    width: calc(2 / var(--break) * 100vw);
    height: 13%;
    right: 0;
    left: 0;
    top: 16px;
    margin: auto;
}
.wrap__kids01 {
	padding: calc(76 / var(--break) * 100vw) calc(85 / var(--break) * 100vw) calc(79 / var(--break) * 100vw);
}
.ttl__kids02 {
	padding-bottom: calc(48 / var(--break) * 100vw);
    margin-bottom: calc(18 / var(--break) * 100vw);
}
.ttl__kids02::before {
	content: "";
    position: absolute;
	background: url("images/index/bar_kids01.png") no-repeat center / cover;
    width: calc(434 / var(--break) * 100vw);
    height: calc(25 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
}
.img__kids01 {
	width: calc(550 / var(--break) * 100vw);
	left: 10%;
    top: -17%;
}
.ccl__kids01 {
	background: url("images/index/bg_kids03.png") no-repeat center / cover;
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
	top: calc(90 / var(--break) * 100vw);
	right: calc(-180 / var(--break) * 100vw);
}
.img__kids02 {
	width: calc(420 / var(--break) * 100vw);
	left: 38%;
    top: 28%;
}
.ccl__kids02 {
	background: url("images/index/bg_kids02.png") no-repeat center / cover;
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	bottom: calc(-67 / var(--break) * 100vw);
    right: calc(-1 / var(--break) * 100vw);
}
.img__kids03 {
	width: calc(360 / var(--break) * 100vw);
	left: 15.5%;
    bottom: 6%;
}
.ccl__kids03 {
	background: url("images/index/bg_kids01.png") no-repeat center / cover;
	width: calc(190 / var(--break) * 100vw);
	height: calc(190 / var(--break) * 100vw);
	top: calc(-18 / var(--break) * 100vw);
    left: calc(-101 / var(--break) * 100vw);
}
.bg__kids01 .deco01 {
	width: calc(180 / var(--break) * 100vw);
	left: 10%;
    bottom: -1%;
}
.bg__kids01 .deco02 {
	width: calc(301 / var(--break) * 100vw);
	right: 2.5%;
    bottom: -1%;
}
.bg__kids01 .deco03 {
	width: calc(120 / var(--break) * 100vw);
    right: 43%;
    top: 10%;
    z-index: -1;
}
.bg__kids01 .deco04 {
	width: calc(120 / var(--break) * 100vw);
    left: 10%;
    bottom: 54%;
    z-index: -1;
}
.bg__kids01 .deco05 {
	width: calc(150 / var(--break) * 100vw);
    left: 37.5%;
    bottom: 13%;
    z-index: -1;
}
.btn__kids01 {
	width: calc(480 / var(--break) * 100vw);
}
.btn__kids01.ptn02 {
	width: calc(460 / var(--break) * 100vw);
}
.btn__common01 a::before {
	content: "";
    position: absolute;
    background: url(images/page/arw03.png) no-repeat center / cover;
    width: calc(26 / var(--break) * 100vw);
    height: calc(27 / var(--break) * 100vw);
    right: calc(20 / var(--break) * 100vw);
    top: 0;
	bottom: 0;
    margin: auto;
    transition: .3s;
}
.wrap__kids01 {
	width: 40%;
    max-width: 685px;
}
.wrap__kids01 .txt.fwb {
	line-height: 3;
}
@media only screen and (min-width: 767px) {
	.btn__common01 a:hover::before {
		right: calc(10 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap__kids01 {
		width: 45%;
	}
	.ttl__kids01 {
		top: 2%;
		left: calc(-12 / var(--break) * 100vw);
	}
	.ttl__kids02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.img__kids01 {
		width: calc(445 / var(--break) * 100vw);
		left: 10%;
		top: -17%;
	}
	.img__kids02 {
		width: calc(327 / var(--break) * 100vw);
		left: 35%;
		top: 28%;
	}
	.img__kids03 {
		width: calc(323 / var(--break) * 100vw);
		left: 15.5%;
		bottom: 6%;
	}
	.ttl__kids01 .en {
		font-size: calc(160 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap__kids01 {
		width: 48%;
		padding: calc(60 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(70 / var(--break) * 100vw);
	}
	.ttl__kids02 {
        font-size: calc(31 / var(--break) * 100vw);
        padding-bottom: calc(50 / var(--break) * 100vw);
        margin-bottom: calc(8 / var(--break) * 100vw);
    }
	.img__kids01 {
		width: calc(366 / var(--break) * 100vw);
		left: 14%;
		top: -17%;
	}
	.img__kids02 {
		width: calc(290 / var(--break) * 100vw);
		left: 29%;
		top: 28%;
	}
	.img__kids03 {
		width: calc(267 / var(--break) * 100vw);
		left: 15.5%;
		bottom: 7%;
	}
	.ccl__kids01 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		top: calc(90 / var(--break) * 100vw);
		right: calc(-126 / var(--break) * 100vw);
	}
	.ccl__kids01 .txt {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.ccl__kids02 {
		background: url(images/index/bg_kids02.png) no-repeat center / cover;
		width: calc(170 / var(--break) * 100vw);
		height: calc(170 / var(--break) * 100vw);
		bottom: calc(-67 / var(--break) * 100vw);
		right: calc(-1 / var(--break) * 100vw);
	}
	.ccl__kids02 .txt{
		font-size: calc(20 / var(--break) * 100vw);
	}
	.ccl__kids03 {
		width: calc(165 / var(--break) * 100vw);
		height: calc(165 / var(--break) * 100vw);
		top: calc(-18 / var(--break) * 100vw);
		left: calc(-101 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_kids {
		padding: 146vw calc(0 / var(--break) * 100vw) 21vw;
	}
	.index_kids::after {
		background: url(images/index/bg_kids04_sp.png) no-repeat center / cover;
		height: 61%;
		bottom: 3%;
	}
	.index_kids::before {
		height: 3%;
	}
	.ttl__kids01 {
		top: 6vw;
		left: calc(-7 / var(--break) * 100vw);
	}
	.ttl__kids01 .en {
		font-size: calc(114 / var(--break) * 100vw);
	}
	.ttl__kids01 .ja {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.ttl__kids01 .ja::before {
		width: calc(2 / var(--break) * 100vw);
		height: 13%;
		top: 2vw;
	}
	.wrap__kids01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		padding: calc(76 / var(--break) * 100vw) calc(65 / var(--break) * 100vw) calc(65 / var(--break) * 100vw);
		margin-bottom: 20vw;
	}
	.ttl__kids02 {
        font-size: calc(40 / var(--break) * 100vw);
        text-align: center;
        padding-bottom: calc(52 / var(--break) * 100vw);
        margin-bottom: calc(20 / var(--break) * 100vw);
    }
	.ttl__kids02::before {
		width: calc(434 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		right: 0;
		left: 0;
		margin: auto;
	}
	.img__kids01 {
        width: calc(475 / var(--break) * 100vw);
        left: auto;
        top: -114vw;
        right: 7vw;
    }
	.img__kids02 {
		width: calc(300 / var(--break) * 100vw);
        left: auto;
        top: -49vw;
        right: 1vw;
	}
	.img__kids03 {
        width: calc(297 / var(--break) * 100vw);
        left: 8vw;
        bottom: auto;
        top: -45vw;
    }
	.ccl__kids01 {
        width: calc(233 / var(--break) * 100vw);
        height: calc(233 / var(--break) * 100vw);
        top: -18vw;
        right: -9vw;
    }
	.ccl__kids01 .txt {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ccl__kids02 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		bottom: -20vw;
        right: -1vw;
	}
	.ccl__kids02 .txt{
		font-size: calc(24 / var(--break) * 100vw);
	}
	.ccl__kids03 {
		width: calc(178 / var(--break) * 100vw);
		height: calc(178 / var(--break) * 100vw);
		top: -11vw;
        left: -8vw;
	}
	.ccl__kids03 .txt{
		font-size: calc(24 / var(--break) * 100vw);
	}
	.wrap__kids01 .txt.fwb {
		line-height: 2;
	}
	.btn__common01 {
		width: calc(600 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
		line-height: 1.5;
	}
	.btn__common01 a {
		padding: 2vw 0 2vw;
	}
	.btn__common01 a::before {
		width: calc(38 / var(--break) * 100vw);
		height: calc(38 / var(--break) * 100vw);
		right: calc(25 / var(--break) * 100vw);
	}
	.bg__kids01 .deco01 {
		width: calc(147 / var(--break) * 100vw);
		left: 6%;
		bottom: 15%;
		z-index: 0;
	}
	.bg__kids01 .deco02 {
		width: calc(254 / var(--break) * 100vw);
		right: 4vw;
		bottom: 15%;
	}
	.bg__kids01 .deco03 {
		width: calc(120 / var(--break) * 100vw);
		right: 56vw;
		top: -41%;
	}
	.bg__kids01 .deco04 {
		width: calc(120 / var(--break) * 100vw);
		left: auto;
		bottom: auto;
		z-index: -1;
		top: -106vw;
		right: -1vw;
	}
	.bg__kids01 .deco05 {
		width: calc(117 / var(--break) * 100vw);
		left: auto;
		bottom: auto;
		z-index: -1;
		top: -13%;
		right: 28vw;
	}
	.btn__kids01.ptn02 {
		width: calc(600 / var(--break) * 100vw);
	}
}


/* medical
------------------------------------------------------------------*/
.index_medical {
	background: url("images/index/") no-repeat center / cover #f3ede5;
	padding-top: calc(130 / var(--break) * 100vw);
}
.ttl__medical01 .en .deco {
    background: url(images/page/ptn_deco.png) repeat center / calc(300 / var(--break) * 100vw) #c28e10;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.ttl__medical01 .en {
	font-size: calc(300 / var(--break) * 100vw);
	line-height: .8;
	letter-spacing: .1em;
}
.ttl__medical01 .ja {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ttl__medical01 > .deco01 {
	width: calc(61 / var(--break) * 100vw);
	bottom: 27%;
    left: 24%;
}
.ttl__medical01 > .deco02 {
	width: calc(125 / var(--break) * 100vw);
	top: 19%;
    right: 11%;
}
.wrap__medical01 {
	width: 90%;
	max-width: calc(1720 / var(--break) * 100vw);
}
.ccl__medical01 {
	width: calc(1000 / var(--break) * 100vw);
	height: calc(1000 / var(--break) * 100vw);
	outline-offset: calc(-20 / var(--break) * 100vw);
    outline: #e8dccb solid calc(2 / var(--break) * 100vw);
	border-radius: 100%;
}
.ccl__medical01.ptn02 {
    outline: #7fa87c solid calc(2 / var(--break) * 100vw);
}
.ccl__medical01 .wrap {
	width: 70%;
	margin-top: calc(-100 / var(--break) * 100vw);
}
.ttl__medical02 .ja01::before {
	content: "";
    position: absolute;
	background: #332300;
    width: calc(160 / var(--break) * 100vw);
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.ccl__medical01 .txt {
	text-align: left!important;
	line-height: 2.8;
}
.btn__medical01 {
	right: 36%;
    bottom: 22%;
	z-index: 2;
}
.btn__medical01.ptn02 {
	right: auto;
    left: 36%;
}
.img__medical01 {
	width: calc(801 / var(--break) * 100vw);
	top: calc(-20 / var(--break) * 100vw);
    right: 0;
    z-index: 1;
}
.img__medical01.ptn02 {
	left: 0;
    right: auto;
}
.row__medical01 {
	width: 90%;
	max-width: 1720px;
	margin-top: calc(-120 / var(--break) * 100vw);
}
.row__medical01 .col {
	width: 23%;
}
.row__medical01 .col:nth-child(n+5) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.row__medical01 .col a::before {
    content: "";
    position: absolute;
	background: url(images/page/arw03.png) no-repeat center / cover;
    width: calc(25 / var(--break) * 100vw);
    height: calc(26 / var(--break) * 100vw);
    right: calc(14 / var(--break) * 100vw);
    bottom: calc(8 / var(--break) * 100vw);
    z-index: 1;
    transition: .3s;
}
.row__medical01 .col .icn {
	width: calc(80 / var(--break) * 100vw);
}
.row__medical01 .deco_common01::after {
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: #488345;
    border-bottom-right-radius: calc(20 / var(--break) * 100vw);
}
.row__medical01.ptn02 .deco_common01::after {
    background: #bd6313;
}
.list__medical01 li {
    border-bottom: dashed 1px #332300;
    padding-bottom: calc(6 / var(--break) * 100vw);
    padding-left: calc(30 / var(--break) * 100vw);
}
.list__medical01 li:before {
    content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    background: url("images/page/check01.svg") no-repeat center / cover;
    border-radius: 0%;
    left: calc(1 / var(--break) * 100vw);
    top: calc(7 / var(--break) * 100vw);
}
.bg__medical01 {
	padding-bottom: calc(100 / var(--break) * 100vw);
}
.bg__medical01::before {
	content: "";
    position: absolute;
	background: #e8dccb;
    width: 100%;
    height: calc(752 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg__medical01::after {
	content: "";
    position: absolute;
	background: url("images/index/frame_medical01.png") no-repeat center / cover;
    width: 100%;
    height: calc(329 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(752 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.bg__medical01 > .deco01 {
	width: calc(270 / var(--break) * 100vw);
	right: 0%;
	top: 17%;
}
.bg__medical01 > .deco02 {
	width: calc(200 / var(--break) * 100vw);
	right: 5%;
    top: 55%;
}
.bg__medical01.ptn02 .deco01 {
	right: auto;
	left: 0;
	top: 4%;
}
.bg__medical01.ptn02 .deco02 {
	width: calc(200 / var(--break) * 100vw);
	right: auto;
	left: 5%;
    top: 38%;
}
.bg__medical01.ptn02::before {
	background: #c5d6bd;
    height: 62.5%;
}
.bg__medical01.ptn02::after {
	background: url("images/index/frame_medical02.png") no-repeat center / cover;
    height: calc(329 / var(--break) * 100vw);
	bottom: 62.5%;
}
@media(min-width: 767px) {
	.row__medical01 .col a:hover::before {
		right: calc(7 / var(--break) * 100vw);
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__medical01 .en {
		font-size: calc(240 / var(--break) * 100vw);
		line-height: .8;
		letter-spacing: .1em;
	}
	.ccl__medical01 {
		width: calc(900 / var(--break) * 100vw);
		height: calc(900 / var(--break) * 100vw);
	}
	.img__medical01 {
		width: calc(654 / var(--break) * 100vw);
		top: calc(-20 / var(--break) * 100vw);
	}
	.ttl__medical02 .ja01 {
		font-size: calc(45 / var(--break) * 100vw);
        padding-bottom: calc(20 / var(--break) * 100vw);
	}
	.btn__medical01 {
		right: 30%;
		bottom: 22%;
	}
	.row__medical01 .col .ja {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn__medical01.ptn02 {
		right: auto;
		left: 28%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__medical01 .en {
		font-size: calc(212 / var(--break) * 100vw);
	}
	.ttl__medical01 > .deco02 {
		width: calc(99 / var(--break) * 100vw);
		top: 19%;
		right: 8%;
	}
	.ttl__medical01 > .deco01 {
		width: calc(51 / var(--break) * 100vw);
		bottom: 19%;
		left: 22%;
	}
	.img__medical01 {
        width: calc(516 / var(--break) * 100vw);
        top: calc(-20 / var(--break) * 100vw);
        right: calc(-38 / var(--break) * 100vw);
    }
	.ccl__medical01 {
        width: calc(772 / var(--break) * 100vw);
        height: calc(772 / var(--break) * 100vw);
    }
	.ccl__medical01 .wrap {
		width: 70%;
		margin-top: calc(-81 / var(--break) * 100vw);
	}
	.ttl__medical02 .en {
        font-size: calc(20 / var(--break) * 100vw);
        margin-bottom: calc(10 / var(--break) * 100vw);
    }
	.ttl__medical02 .ja01 {
        font-size: calc(35 / var(--break) * 100vw);
    }
	.ttl__medical02 .ja02 {
        font-size: calc(25 / var(--break) * 100vw);
    }
	.row__medical01 {
		margin-top: calc(-70 / var(--break) * 100vw);
	}
	.btn__medical01 {
        right: 22%;
        bottom: 22%;
    }
	.row__medical01 .col .ja {
        font-size: calc(21 / var(--break) * 100vw);
    }
	.row__medical01 .deco_common01::after {
		width: calc(67 / var(--break) * 100vw);
		height: calc(67 / var(--break) * 100vw);
		border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	}
	.img__medical01.ptn02 {
		left: calc(-38 / var(--break) * 100vw);
		right: auto;
	}
	.btn__medical01.ptn02 {
        right: auto;
        left: 22%;
    }
	.row__medical01 .col a::before {
		width: calc(22 / var(--break) * 100vw);
		height: calc(23 / var(--break) * 100vw);
		right: calc(14 / var(--break) * 100vw);
		bottom: calc(8 / var(--break) * 100vw);
	}
	.list__medical01 {
		font-size: calc(17 / var(--break) * 100vw);
	}
	.list__medical01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
		top: calc(4 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_medical {
		background: url("images/index/") no-repeat center / cover #f3ede5;
		padding-top: calc(96 / var(--break) * 100vw);
	}
	.ttl__medical01 .en .deco {
		background: url(images/page/ptn_deco.png) repeat center / calc(300 / var(--break) * 100vw) #c28e10;
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ttl__medical01 .en {
		font-size: calc(130 / var(--break) * 100vw);
		line-height: .8;
		letter-spacing: .1em;
	}
	.ttl__medical01 .ja {
		font-size: calc(50 / var(--break) * 100vw);
		position: absolute;
		top: 43%;
        left: 48%;
		transform: translate(-50%, -50%);
	}
	.wrap__medical01 {
		width: 100%;
        max-width: calc(702 / var(--break) * 100vw);
        display: flex!important;
        flex-wrap: wrap!important;
        flex-direction: column-reverse!important;
        margin-bottom: 21vw;
	}
	.img__medical01 {
        width: calc(646 / var(--break) * 100vw);
        position: static;
        margin: auto;
    }
	.ccl__medical01 {
		width: 100%;
		height: auto;
		outline-offset: calc(-10 / var(--break) * 100vw);
		outline: #e8dccb solid calc(2 / var(--break) * 100vw);
		border-radius: calc(20 / var(--break) * 100vw);
		padding: calc(90 / var(--break) * 100vw) 0 calc(150 / var(--break) * 100vw);
		margin-top: -5vw;
	}
	.ttl__medical02 {
		margin-bottom: 0;
	}
	.ttl__medical02 .en {
        font-size: calc(24 / var(--break) * 100vw);
        margin-bottom: calc(10 / var(--break) * 100vw);
    }
	.ttl__medical02 .ja01 {
        font-size: calc(50 / var(--break) * 100vw);
		padding-bottom: 3vw;
        margin-bottom: 4vw;
    }
	.ttl__medical02 .ja01::before {
		width: calc(113 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.ttl__medical02 .ja02 {
        font-size: calc(40 / var(--break) * 100vw);
		line-height: 1.5;
		padding-bottom: 3vw;
    }
	.ccl__medical01 .wrap {
		width: 86%;
		margin-top: calc(0 / var(--break) * 100vw);
	}
	.ccl__medical01 .txt {
		line-height: 2;
	}
	.ttl__medical01 > .deco01 {
		width: calc(31 / var(--break) * 100vw);
		bottom: 2vw;
		left: 21vw;
	}
	.ttl__medical01 > .deco02 {
		width: calc(64 / var(--break) * 100vw);
		top: 1vw;
		right: 6vw;
	}
	.btn__medical01 {
		right: 0;
		left: 0;
		margin: auto;
		bottom: -7%;
		z-index: 2;
		width: calc(270 / var(--break) * 100vw);
		height: calc(270 / var(--break) * 100vw);
	}
	.btn__medical01 .en {
		font-size: calc(25 / var(--break) * 100vw);
	}
	.btn__medical01 .ja {
		font-size: calc(35 / var(--break) * 100vw);
	}
	.row__medical01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(-0 / var(--break) * 100vw);
	}
	.row__medical01 .col {
		width: 100%;
	}
	.row__medical01 .col:nth-child(n+2) {
		margin-top: calc(60 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+5) {
		margin-top: calc(60 / var(--break) * 100vw);
	}
	.row__medical01 .col a::before {
		width: calc(36 / var(--break) * 100vw);
        height: calc(35 / var(--break) * 100vw);
        right: calc(14 / var(--break) * 100vw);
        bottom: calc(24 / var(--break) * 100vw);
	}
	.row__medical01 .col .box a {
		padding: calc(20 / var(--break) * 100vw);
	}
	.row__medical01 .col .wrap {
		padding: 6vw 0 7.5vw;
	}
	.row__medical01 .col .icn {
		width: calc(130 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.row__medical01 .deco_common01::after {
		width: calc(131 / var(--break) * 100vw);
        height: calc(131 / var(--break) * 100vw);
        background: #488345;
        border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	}
	.row__medical01 .col .en {
        font-size: calc(25 / var(--break) * 100vw);
		margin-bottom: 1vw;
    }
	.row__medical01 .col .ja {
        font-size: calc(48 / var(--break) * 100vw);
    }
	.list__medical01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.list__medical01 li {
        border-bottom: dashed 1px #332300;
        padding-bottom: calc(10 / var(--break) * 100vw);
        padding-left: calc(51 / var(--break) * 100vw);
    }
	.list__medical01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
		top: calc(7 / var(--break) * 100vw);
	}
	.bg__medical01 {
		padding-bottom: calc(120 / var(--break) * 100vw);
	}
	.bg__medical01::before {
		background: #e8dccb;
		height: 84%;
	}
	.bg__medical01::after {
		background: url("images/index/frame_medical01_sp.png") no-repeat center / cover;
		height: calc(239 / var(--break) * 100vw);
		bottom: 84%;
	}
	.bg__medical01 > .deco01 {
		width: calc(151 / var(--break) * 100vw);
		right: 0%;
		top: 5.5%;
	}
	.bg__medical01 > .deco02 {
		width: calc(130 / var(--break) * 100vw);
		right: 8%;
		top: 12.7%;
	}
	.bg__medical01.ptn02::after {
		background: url(images/index/frame_medical02_sp.png) no-repeat center / cover;
		height: calc(329 / var(--break) * 100vw);
		bottom: 90.5%;
	}
	.bg__medical01.ptn02::before {
		height: 90.5%;
	}
	.bg__medical01.ptn02 {
		padding-top: 10vw;
		padding-bottom: 13vw;
	}
	.btn__medical01.ptn02 {
		right: 0;
		left: 0;
	}
	.bg__medical01.ptn02 .deco01 {
		right: auto;
		left: 0vw;
		top: 15vw;
		width: calc(175 / var(--break) * 100vw);
	}
	.bg__medical01.ptn02 .deco02 {
		width: calc(130 / var(--break) * 100vw);
		right: auto;
		left: 3%;
		top: 7%;
	}
}


/* orthodontic
------------------------------------------------------------------*/
.bg__orthodontic01 {
    padding: calc(93 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
    background: url(images/index/deco_orthodontic01.png) no-repeat center / calc(1241 / var(--break) * 100vw) auto;
}
.row__orthodontic01 .col {
	width: 50%;
}
.row__orthodontic01 .col .bg {
	padding: calc(86 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
}
.row__orthodontic01 .col_l .bg {
	background: url("images/index/img_orthodontic01.png") no-repeat center / cover;
}
.row__orthodontic01 .col_r .bg {
	background: url("images/index/img_orthodontic02.png") no-repeat center / cover;
}
.row__orthodontic01 .col .wrap {
	width: 87%;
}
.row__orthodontic02 .col {
	width: 48.5%;
}
.row__orthodontic01 .col .txt.txt_white  {
	line-height: 2.8;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__orthodontic01 .col .bg {
		padding: calc(55 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__orthodontic02 {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.ttl__orthodontic02 .ja01 {
		font-size: calc(22 / var(--break) * 100vw);
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.ttl__orthodontic02 .ja02 {
		font-size: calc(35 / var(--break) * 100vw);
	}
	.row__orthodontic02 .col {
		font-size: calc(16 / var(--break) * 100vw);
	}
	.row__orthodontic01 .col_l .bg {
		background: url("images/index/img_orthodontic01.png") no-repeat center right / cover;
	}
	.row__orthodontic01 .col_r .bg {
		background: url("images/index/img_orthodontic02.png") no-repeat center left / cover;
	}
}
@media(max-width: 767px) {
	.ttl__orthodontic01 .ja01 {
		padding-bottom: 4vw;
    	margin-bottom: 4vw;
	}
	.ttl__orthodontic01 .ja01::before {
        width: calc(165 / var(--break) * 100vw);
        height: calc(2 / var(--break) * 100vw);
    }
	.bg__orthodontic01 {
		padding: calc(77 / var(--break) * 100vw) 0 calc(52 / var(--break) * 100vw);
		background: url(images/index/deco_orthodontic01_sp.png) no-repeat center / calc(632 / var(--break) * 100vw) auto;
	}
	.row__orthodontic01 .col {
		width: 100%;
	}
	.row__orthodontic01 .col .bg {
		padding: calc(65 / var(--break) * 100vw) 0 calc(79 / var(--break) * 100vw);
	}
	.row__orthodontic01 .col_l .bg {
		background: url("images/index/img_orthodontic01_sp.png") no-repeat center / cover;
	}
	.row__orthodontic01 .col_r .bg {
		background: url("images/index/img_orthodontic02_sp.png") no-repeat center / cover;
	}
	.row__orthodontic01 .col .wrap {
		width: 88%;
	}
	.row__orthodontic02 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__orthodontic02 .col:nth-child(n+2) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.row__orthodontic02 .btn__common01 a {
        padding: 3vw 0 3.5vw;
    }
	.row__orthodontic01 .col .txt.txt_white  {
		line-height: 2;
		margin-bottom: 7vw;
	}
	.ttl__orthodontic02 .ja01 {
		font-size: calc(28 / var(--break) * 100vw);
		margin-bottom: calc(20 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.ttl__orthodontic02 .ja02 {
		font-size: calc(43 / var(--break) * 100vw);
	}
	.btn__common01 a {
        padding: 2.7vw 0 2.8vw;
    }
}


/* greeting
------------------------------------------------------------------*/
.index_greeting {
	padding: calc(170 / var(--break) * 100vw) 0 calc(180 / var(--break) * 100vw);
	background: url("images/index/img_greeting02.png") no-repeat top left / calc(284 / var(--break) * 100vw) auto,url("images/index/img_greeting03.png") no-repeat top 43% left 59% / calc(284 / var(--break) * 100vw) auto,url("images/index/deco_greeting01.png") no-repeat bottom right / calc(441 / var(--break) * 100vw) auto;
}
.row__greeting01 {
	width: 94%;
	max-width: 1605px;
}
.row__greeting01 .col_img {
	width: 41%;
	max-width: 660px;
}
.row__greeting01 .col_txt {
	width: 53%;
}
.row__greeting01 .col_txt .txt.fwb {
	line-height: 2.78;
}
.ttl__greeting01 {
	padding-bottom: calc(65 / var(--break) * 100vw);
    margin-bottom: calc(40 / var(--break) * 100vw);
}
.ttl__greeting01::before {
	content: "";
    position: absolute;
    background: url(images/index/deco_greeting02.png) no-repeat center / cover;
    width: calc(434 / var(--break) * 100vw);
    height: calc(25 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ttl__greeting01 .en {
    letter-spacing: .1em;
}
.ttl__greeting01 .en .deco {
    background: url(images/page/ptn_deco.png) repeat center / calc(300 / var(--break) * 100vw) #488345;
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.btn__greeting01 {
	width: calc(260 / var(--break) * 100vw);
    height: calc(260 / var(--break) * 100vw);
	left: calc(-60 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
}
.wrap__greeting01 {
	right: 7%;
    bottom: 4%;
}
.wrap__greeting01 .ccl {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__greeting01 .en {
		font-size: calc(120 / var(--break) * 100vw);
	}
	.wrap__greeting01 {
		right: 2%;
		bottom: 4%;
	}
	.btn__greeting01 {
		width: calc(225 / var(--break) * 100vw);
		height: calc(225 / var(--break) * 100vw);
		left: calc(-69 / var(--break) * 100vw);
		bottom: calc(-40 / var(--break) * 100vw);
	}
	.btn__greeting01 .ja {
		font-size: calc(27 / var(--break) * 100vw);
	}
	.btn__greeting01 .en {
		font-size: calc(22 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_greeting {
		padding: calc(170 / var(--break) * 100vw) 0 calc(180 / var(--break) * 100vw);
		background: url("images/index/img_greeting02.png") no-repeat top left / calc(284 / var(--break) * 100vw) auto,url("images/index/img_greeting03.png") no-repeat top 43% left 59% / calc(284 / var(--break) * 100vw) auto,url("images/index/deco_greeting01.png") no-repeat bottom right / calc(401 / var(--break) * 100vw) auto;
	}
	.row__greeting01 {
		width: 100%;
	}
	.ttl__greeting01 .en {
        font-size: calc(104 / var(--break) * 100vw);
    }
	.btn__greeting01 {
        width: calc(225 / var(--break) * 100vw);
        height: calc(225 / var(--break) * 100vw);
        left: calc(-45 / var(--break) * 100vw);
        bottom: calc(-201 / var(--break) * 100vw);
    }
	.row__greeting01 .col_txt .txt.fwb {
		line-height: 2.5;
	}
}
@media(max-width: 767px) {
	.row__greeting01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row__greeting01 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 9vw;
	}
	.row__greeting01 .col_txt {
		width: 100%;
	}
	    .index_greeting {
        padding: calc(104 / var(--break) * 100vw) 0 13vw;
        background: url(images/index/img_greeting02.png) no-repeat top left / calc(284 / var(--break) * 100vw) auto, url(images/index/img_greeting03.png) no-repeat top 52% right -31% / calc(284 / var(--break) * 100vw) auto, url(images/index/deco_greeting01.png) no-repeat bottom right / calc(223 / var(--break) * 100vw) auto;
    }
	.row__greeting01 .col_txt .txt.fwb {
		line-height: 2;
	}
	.ttl__greeting01 {
		padding-bottom: calc(73 / var(--break) * 100vw);
		margin-bottom: calc(32 / var(--break) * 100vw);
	}
	.ttl__greeting01::before {
		background: url(images/index/deco_greeting02_sp.png) no-repeat center / cover;
		width: calc(514 / var(--break) * 100vw);
		height: calc(26 / var(--break) * 100vw);
	}
	.ttl__greeting01 .en {
		font-size: calc(120 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.ttl__greeting01 .en .deco {
		background: url(images/page/ptn_deco.png) repeat center / calc(300 / var(--break) * 100vw) #488345;
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.btn__greeting01 {
        width: calc(270 / var(--break) * 100vw);
        height: calc(270 / var(--break) * 100vw);
        left: calc(-60 / var(--break) * 100vw);
        bottom: 0;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4vw;
    }
	.btn__greeting01 .en {
		font-size: calc(25 / var(--break) * 100vw);
	}
	.btn__greeting01 .ja {
		font-size: calc(35 / var(--break) * 100vw);
	}
	.wrap__greeting01 {
		right: 7%;
        bottom: 6%;
	}
	.wrap__greeting01 .ccl {
		width: calc(105 / var(--break) * 100vw);
		height: calc(105 / var(--break) * 100vw);
	}
	.wrap__greeting01 .ccl .txt {
		font-size: calc(25 / var(--break) * 100vw);
	}
	.wrap__greeting01 .ja {
		font-size: calc(52 / var(--break) * 100vw);
	}
}

/* 採用　ブログ
------------------------------------------------------------------*/
.row__rb01 .col {
	width: 50%;
}
.row__rb01 .col .bg_white{
	width: 84%;
}
.bg__recruit01 {
	background: url("images/index/img_recruit01.png") no-repeat center / cover;
	padding: calc(125 / var(--break) * 100vw) 0 calc(57 / var(--break) * 100vw);
}
.ttl__recruit01 {
	margin-bottom: calc(103 / var(--break) * 100vw);
}
.row__rb01 .col .ja {
	position: absolute;
    right: 45%;
    top: -16%;
    z-index: 2;
}
.btn__recruit01 {
	width: calc(300 / var(--break) * 100vw);
}
.bg__recruit01 .wrap {
	width: 61%;
}

/*ブログ*/
.wrap__blog01 {
	width: 84%;
}
.ttl__blog01 .bdr {
	width: calc(214 / var(--break) * 100vw);
}
.btn_blog {
	top: calc(15 / var(--break) * 100vw);
	right: calc(16 / var(--break) * 100vw);
	width: calc(90 / var(--break) * 100vw);
}
.btn_blog a {
	height: calc(30 / var(--break) * 100vw);
	line-height: calc(27 / var(--break) * 100vw);
}
.box__blog{
	width: 100%;
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
	padding-bottom: calc(17 /var(--break)*100vw);
}
.box__blog:not(:last-child){
	margin-bottom: calc(19 /var(--break)*100vw);
}

.thmb__blog{
	width: calc(150 /var(--break)*100vw);
}
.txt__blog{
	width: calc(100% - (180 /var(--break)*100vw));
	text-align: left;
}
.txt__blog .date{
	width: 25%;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}
.txt__blog .ttl01{
	width: 74%;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.box__blog .txt__blog .txt{
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: calc(30/18*100%);
}
.box__blog .txt__blog .txt .txt_link{
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: calc(26/16*100%);
	color: #968368;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row__rb01 .col .bg_white {
		width: 94%;
	}
	.ttl__recruit01 {
		font-size: calc(53 / var(--break) * 100vw);
		margin-bottom: calc(78 / var(--break) * 100vw);
	}
	.bg__recruit01 .wrap {
		width: 73%;
	}
	.bg__recruit01 .ja {
		font-size: calc(37 / var(--break) * 100vw);
	}
	.ttl__blog01 .txt1 {
        font-size: calc(45 / var(--break) * 100vw);
        margin-right: calc(14 / var(--break) * 100vw);
    }
	.ttl__blog01 .txt2 {
		font-size: calc(21 / var(--break) * 100vw);
        margin-right: calc(14 / var(--break) * 100vw);
	}
	.ttl__blog01 .bdr {
		width: calc(147 / var(--break) * 100vw);
	}
	.txt__blog .date {
		width: 34%;
	}
	.txt__blog .ttl01 {
		width: 66%;
	}
}
@media(max-width: 767px) {
	.row__rb01 .col {
		width: 100%;
		padding: calc(100 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.row__rb01 .col .bg_white {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.ttl__recruit01 {
		text-align: right;
		font-size: calc(83 / var(--break) * 100vw);
		margin-bottom: calc(107 / var(--break) * 100vw);
	}
	.row__rb01 .col .ja {
		right: 29%;
		top: -14%;
	}
	.bg__recruit01 .ja {
		font-size: calc(57 / var(--break) * 100vw);
	}
	.bg__recruit01 {
		background: url(images/index/img_recruit01_sp.png) no-repeat center / cover;
		padding: calc(125 / var(--break) * 100vw) 0 calc(57 / var(--break) * 100vw);
	}
	.bg__recruit01 .wrap {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	
	.bg__recruit01 .txt {
		font-size: calc(32 / var(--break) * 100vw);
		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;
	}
	.btn__recruit01 {
		width: 100%;
	}
	
	.row__rb01 .col_r {
		padding: calc(79 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.wrap__blog01 {
		width: 95%;
	}
	.ttl__blog01 {
		margin-bottom: 11vw;
	}
	.ttl__blog01 .txt1 {
        font-size: calc(60 / var(--break) * 100vw);
        margin-right: calc(20 / var(--break) * 100vw);
    }
	.ttl__blog01 .txt2 {
		font-size: calc(27 / var(--break) * 100vw);
		margin-right: calc(24 / var(--break) * 100vw);
	}
	.ttl__blog01 .bdr {
		width: calc(214 / var(--break) * 100vw);
	}
	.btn_blog {
		top: calc(4 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
		width: calc(144 / var(--break) * 100vw);
		font-size: calc(30 / var(--break) * 100vw);
	}
	.btn_blog a {
		height: calc(48 / var(--break) * 100vw);
		line-height: calc(38 / var(--break) * 100vw);
	}
	.box__blog {
        width: 91%;
        margin-left: auto;
        margin-right: auto;
		padding-bottom: 4vw;
    }
	.box__blog:not(:last-child){
		margin-bottom: calc(33 /var(--break)*100vw);
	}
	.box__blog::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(75 /var(--break)*100vw);
	}
	.row_blog01 {
		margin-bottom: 0vw;
	}
	.thmb__blog{
		width: calc(180 /var(--break)*100vw);
	}
	.txt__blog{
		width: calc(100% - (225 /var(--break)*100vw));
		text-align: left;
	}
	.txt__blog .date{
		width: 100%;
		font-size: 0.875rem;
		letter-spacing: 0;
		margin-top: calc(-20 /var(--break)*100vw);
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.txt__blog .ttl01{
		width: 100%;
		font-size: 1.0625rem;
		line-height: 1em;
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.box__blog .txt__blog .txt{
		font-size: 1rem;
		letter-spacing: 0;
		line-height:1.5625em;
	}
	.box__blog .txt__blog .txt .txt_link{
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* calender
------------------------------------------------------------------*/
.index_calender {
	padding: calc(128 / var(--break) * 100vw) 0 calc(140 / var(--break) * 100vw);
}
.index_calender > .deco {
	width: calc(260 / var(--break) * 100vw);
	left: calc(60 / var(--break) * 100vw);
	top: calc(100 / var(--break) * 100vw);
	z-index: 2;
}
.index_calender .deco02 {
	width: calc(451 / var(--break) * 100vw);
	right: calc(60 / var(--break) * 100vw);
	top: calc(100 / var(--break) * 100vw);
}
.ttl__calender01 .en::first-letter {
	color: #c27510;
}
.box__calender01 {
	padding: calc(70 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	position: relative;
	z-index: 3;
}
.box__calender01 .wrap {
	width: 90%;
    max-width: 1000px;
}
.row__calender01 .col {
	width: 49%;
}
.row__calender01 .col iframe {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.fc-theme-standard .fc-scrollgrid{
	border-right: 1px solid #d8d8d8!important;
}
.fc-theme-standard th{
	background: #332300;
	color: #fff;
}
.fc-toolbar-chunk{
	display: flex;
}
.fc .fc-toolbar-title{
	font-size: 1.125rem!important;
	line-height: 1;
}
.fc .fc-button-primary{
	background-color: #7fa87c!important;
	border-color: #7fa87c!important;
}
.fc-daygrid-event{
	background: #de8a94 !important;
	color: #fff!important;
}
.calendar002 {
    /* background: #de8a94 !important; */
	background: #f79962 !important;
}
.calendar003 {
    background: #56b0b1 !important;
}
.calendar004 {
    background: #e07a77 !important;
}
.fc-h-event {
	border: none!important;
}
.fc .fc-daygrid-day-bg .fc-bg-event{
	background: #fff!important;
}
.fc .fc-daygrid-day-bg .fc-bg-event .fc-event-title{
    background: #e07a77;
    opacity: 1;
    font-style: normal;
    color: #fff;
    border-radius: 3px;
    padding: 0 2px;
    margin-top: calc(5 / var(--break) * 100vw);
}

/*スライダー*/
.slide_feature01 .slide img { 
	width: calc(680 / var(--break) * 100vw); 
} 
.slide_feature01 .slide li { 
	z-index: 1;
	margin-right: calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.index_calender > .deco {
		width: calc(220 / var(--break) * 100vw);
		left: calc(60 / var(--break) * 100vw);
		top: calc(100 / var(--break) * 100vw);
	}
	.index_calender .deco02 {
		width: calc(321 / var(--break) * 100vw);
		right: calc(60 / var(--break) * 100vw);
		top: calc(100 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_calender {
		padding: calc(89 / var(--break) * 100vw) 0 calc(101 / var(--break) * 100vw);
	}
	.ttl__calender01 {
		margin-bottom: 11vw;
	}
	.ttl__calender01 .en {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.ttl__calender01 .ja {
		font-size: calc(43 / var(--break) * 100vw);
	}
	.index_calender {
		padding: calc(89 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.index_calender > .deco {
		width: calc(128 / var(--break) * 100vw);
		left: calc(22 / var(--break) * 100vw);
		top: 31vw;
		z-index: 2;
	}
	.index_calender .deco02 {
		width: calc(211 / var(--break) * 100vw);
		right: 3vw;
		top: 32vw;
	}
	.row__calender01 .col {
		width: 100%;
		max-width: calc(636 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__calender01 .col:nth-child(n+2) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.box__calender01 {
		padding: calc(70 / var(--break) * 100vw) 0 calc(65 / var(--break) * 100vw);
	}
	.fc .fc-daygrid-day-bg .fc-bg-event .fc-event-title{
		margin-top: calc(57 / var(--break) * 100vw);
	}
	.box__calender01 .wrap {
		width: 100%;
		max-width: 100%;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	padding: calc(130 / var(--break) * 100vw) 0 calc(110 / var(--break) * 100vw);
}
.logo_foot {
	width: calc(550 / var(--break) * 100vw);
}
.row_foot01 {
	width: 90%;
	max-width: 1100px;
}
.row_foot01 > .col_l {
	width: 48%;
}
.tel_foot {
    width: calc(395 / var(--break) * 100vw);
}
.tel_foot a {
    height: calc(120 / var(--break) * 100vw);
}
.tel_foot .txt {
    margin-bottom: calc(13 / var(--break) * 100vw);
}
.tel_foot .icn {
    width: calc(40 / var(--break) * 100vw);
    margin-right: calc(8 / var(--break) * 100vw);
}
.row_foot01 > .col_r {
	width: 48%;
	max-width: 530px;
}
.tbl_time02 .box {
    background: #fff;
    border-radius: calc(10 / var(--break) * 100vw)
}
.tbl_time02 table {
    color: #332300;
}
.tbl_time02 thead th {
    border-bottom: 1px solid #332300;
}
.tbl_time02 tbody td span {
    color: #bd6313;
}
.tbl_time02 thead th {
    font-weight: bold;
}
.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody th {
    font-weight: bold;
}
.tbl_time02.day8 tbody th {
    padding-right: calc(13 / var(--break) * 100vw);
}
.tbl_time02 .tbl_caption {
	letter-spacing: 0;
    line-height: 1.75;
    margin-top: calc(13 / var(--break) * 100vw);
}
.row_foot04 .col_l {
	width: 31%;
}
.row_foot04 .col_r {
	width: 65%;
}
.list_foot li {
    padding-left: calc(26 / var(--break)* 100vw);
}
.list_foot li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #c28e10;
    border-width: calc(5 / var(--break)* 100vw) 0px calc(5 / var(--break)* 100vw) calc(9 / var(--break)* 100vw);
    left: calc(4 / var(--break) * 100vw);
    top: calc(10 / var(--break) * 100vw);
    background: none;
    border-radius: 0%;
}
.list_foot.list02 li:before {
    border-color: transparent transparent transparent #ed9710;
}
.list_foot li:not(:first-child) {
    margin-top: calc(16 / var(--break)* 100vw);
}
.row_foot05 ul {
	width: 47%;
}
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
}
.fix_calender {
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	width: calc(75 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	z-index: 100;
}
.fix_calender a {
	background-color: #4a96e8;
	height: 100%;
	border-radius: calc(10 / var(--break) * 100vw) 0 0 calc(10 / var(--break) * 100vw);
}
.fix_calender .icn {
	width: calc(36 / var(--break) * 100vw);
}
.fix_calender .arw {
	width: calc(26 / var(--break) * 100vw);
	transform: rotate(90deg);
}
.row_foot02 .col {
	width: 48%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.fix_calender {
		width: calc(63 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.fix_calender .icn {
		width: calc(32 / var(--break) * 100vw);
	}
	.fix_calender .arw {
		width: calc(26 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_calender {
        width: calc(60 / var(--break) * 100vw);
        height: calc(300 / var(--break) * 100vw);
    }
	.fix_calender .txt {
        position: relative;
    	left: -1px;
    }
}
@media(max-width: 767px) {
	.main_foot {
		padding: calc(94 / var(--break) * 100vw) 0 calc(46 / var(--break) * 100vw);
	}
	.logo_foot {
		width: calc(647 / var(--break) * 100vw);
		margin-bottom: 7vw;
	}
	.row_foot01 .add_main {
		margin-bottom: 5vw;
	}
	.row_foot01 {
		display: block;
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: calc(80 / var(--break) * 100vw);
	}
	.row_foot02 {
		width: 100%;
		max-width: calc(604 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tel_common {
		width: 100%;
		margin-bottom: 10vw;
	}
	.tel_common a {
		height: calc(150 / var(--break) * 100vw);
	}
	.tel_common .txt {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.tel_common .icn {
		width: calc(56 / var(--break) * 100vw);
	}
	.tel_common .num {
		font-size: calc(67 / var(--break) * 100vw);
	}
	.row_foot02 .col {
		width: 100%;
	}
	.row_foot02 .col:nth-child(n+2) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row_foot02 .col a {
		height: calc(130 / var(--break) * 100vw);
	}
	.row_foot02 .col .fz16 {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_foot02 .col .fz24 {
		font-size: calc(39 / var(--break) * 100vw);
	}
	.web_common a::after, .line_common a::after {
		border-width: calc(15 / var(--break) * 100vw);
		border-color: transparent #c28e10 #c28e10 transparent;
		bottom: 0;
		right: 0;
	}
	
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.tbl_time02 .tbl_caption {
		letter-spacing: 0;
		line-height: 1.45;
		margin-top: calc(18 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
	
	.bg_foot02 {
		padding-bottom: 11vw;
	}
	.ttl_foot01 {
		font-size: calc(50 / var(--break) * 100vw);
		padding-bottom: 2vw;
        margin-bottom: 6vw;
	}
	.row_foot04 .col_l {
		width: 100%;
		margin-bottom: 9vw;
	}
	.row_foot04 .col_r {
		width: 100%;
	}
	.list_foot {
		font-size: .9375rem;
	}
	.list_foot li {
		padding-left: calc(40 / var(--break)* 100vw);
	}
	.list_foot li:before {
		border-width: calc(11 / var(--break) * 100vw) 0px calc(11 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
        left: calc(-7 / var(--break) * 100vw);
        top: calc(8 / var(--break) * 100vw);
	}
	.list_foot li:not(:first-child) {
		margin-top: calc(34 / var(--break)* 100vw);
	}
	.row_foot05 ul {
		width: 100%;
	}
	.row_foot05 ul:nth-child(n+2) {
		margin-top: calc(36 / var(--break)* 100vw);
	}
	
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(120 / var(--break) * 100dvw);
	}
	.fix_web {
		width: calc(330 / var(--break) * 100dvw);
	}
	.fix_cal {
		width: calc(150 / var(--break) * 100dvw);
	}
	.fix_line {
		width: calc(150 / var(--break) * 100dvw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100dvw);
		margin-left: auto;
		margin-bottom: 2vw;
	}
	.fix a {
		display: block;
	}
	.fix_calender {
		display: none;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-170 / var(--break) * 100vw);
	height: calc(100% + calc(340 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.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 #fff;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.map iframe {
		margin-top: calc(-280 / var(--break) * 100vw);
		height: calc(100% + calc(560 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.wrap_map {
		background-color: #f3ede5;
	}
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(400 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
        background-position: left 5vw center;
        background-size: calc(23 / var(--break) * 100vw) auto;
	}
	.btn_map.btn__common01 a::before {
        width: calc(42 / var(--break) * 100vw);
        height: calc(41 / var(--break) * 100vw);
        right: calc(28 / var(--break) * 100vw);
    }
}