@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--guideline-color: #211d1b;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #211D1B;
	--color02: #B84016;
	--color03: #F8E61B;
	--color04: #337E62;
	--color05: #2D9CA3;
	--color06: #56BBA0;
	--color07: #FEAF05;
	--color08: #469E44;
	--color09: #F19717;
	--color10: #8AB20A;
	--color11: #A9CD37;
	--color12: #FFF9C3;
	--color13: #EFF7F7;
	--color14: #D8D2BF;
	--color15: #FFFCF3;
	--color16: #F6F4ED;
	--color17: #2DAD38;
	--color18: #42a6ac;
	--color19: #;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #211d1b;
	text-decoration: underline;
}
.tsu_r {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tsu_b {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gil_l {
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.gil_m {
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.bg_ptn01 {
	background: url("images/page/bg_pattern01.png")repeat left top / calc( 736 / var(--break) * 100vw) auto;
}
.bg_ptn02 {
	background: url("images/page/bg_pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
}
.bg_ptn03 {
	background: url("images/page/bg_pattern03.png")repeat left top / calc( 236 / var(--break) * 100vw) auto;
}
.bg_ptn04 {
	background: url("images/page/bg_pattern04.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #211d1b;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url("images/page/bg_pattern01.png")repeat left top / calc( 736 / var(--break) * 100vw) auto;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
	color: #fff;
	text-align: center;
	width: calc(100 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	line-height: calc(40 / var(--break) * 100vw);
	background: rgba(51,51,51,.7);
	font-size: 1.125rem;
	letter-spacing: .1em;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	position: absolute;
}
.btn_tel01.tel01 {
	border-right: 1px dotted #fff;
}
.btn_web01 {
	width: calc( 200 / var(--break) * 100vw);
}
.btn_web01 a {
	height: calc( 70 / var(--break) * 100vw);
	border: 1px solid #211d1b;
	position: relative;
}
.btn_web01 a:after {
	content: "";
	border-top: 2px solid #211d1b;
	border-right: 2px solid #211d1b;
	width: calc(10 / 1920* 100vw);
	height: calc(10 / 1920* 100vw);
	position: absolute;
	right: calc(12 / var(--break)* 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.btn_web01 .icn {
	width: calc( 40 / var(--break) * 100vw);
	margin-right: calc( 10 / var(--break) * 100vw);
}
.btn_web01 .txt {
	padding-bottom: calc( 5 / var(--break) * 100vw);
	padding-right: calc( 20 / var(--break) * 100vw);
}
.btn_line01 {
	width: calc( 150 / var(--break) * 100vw);
}
.btn_line01 a {
	height: calc( 50 / var(--break) * 100vw);
	background: url("images/page/icn_line01.png")no-repeat center / contain;
}
.tbl_common01 {
	max-width: 1200px;
}
.tbl_common01 th {
	background-color: #211d1b;
	color: #fff;
}
.tbl_common01 tr:first-child th:first-child {
	width: 13.7%;
	border-radius: calc( 20 / var(--break) * 100vw) 0 0 0;
}
.tbl_common01 tr:first-child th:nth-child(2) {
	width: 36.25%;
}
.tbl_common01 tr:first-child th:nth-child(n+3) {
	width: 6%;
}
.tbl_common01 tr:first-child th {
	background: #211d1b;
}
.tbl_common01 tr:first-child th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_common01 tr:nth-child(2) th:first-child {
	background: #469e44;
	border-right: 1px solid #fff;
}
.tbl_common01 tr:nth-child(2) th:nth-child(2),
.tbl_common01 tr:nth-child(4) th {
	background: #eaf9e4;
}
.tbl_common01 tr:nth-child(3) th {
	background: #dcf4d3;
}
.tbl_common01 tr:nth-child(2) th:first-child,
.tbl_common01 tr:nth-child(4) th {
	border-bottom: 2px solid #fff;
}
.tbl_common01 tr:nth-child(5) th:first-child {
	background: #f19717;
	border-right: 1px solid #fff;
}
.tbl_common01 tr:nth-child(5) th:nth-child(2) {
	background: #fff9c3;
}
.tbl_common01 tr:nth-child(2) th:nth-child(2),
.tbl_common01 tr:nth-child(4) th,
.tbl_common01 tr:nth-child(3) th,
.tbl_common01 tr:nth-child(5) th:nth-child(2) {
	color: #252b2a;
}
.tbl_common01 tr:first-child th:last-child {
	border-radius: 0 calc( 20 / var(--break) * 100vw) 0 0;
}
.tbl_common01 tr:last-child th:first-child {
	border-radius: 0 0 0 calc( 20 / var(--break) * 100vw);
}
.tbl_common01 tr:last-child td:last-child {
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) 0;
}
.tbl_common01 td {
	text-align: center;
	background-color: #fff;
}
.tbl_common01 tr:nth-child(3) td {
	background: #eff7f7;
}
.tbl_common01 tr:nth-child(5) td {
	background: #fffced;
}
.tbl_common01 td:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_common01 th,
.tbl_common01 td {
	padding: calc( 11 / var(--break) * 100vw);
}
.tbl_common01 .tbl_caption {
	margin-top: calc( 20 / var(--break) * 100vw);
	line-height: 2;
}
.ttl__common01 .ja {
	letter-spacing: 0;
}
.ttl__common01 .en {
	letter-spacing: .3em;
}
.ttl__common02 .en {
	font-size: 7.5rem;
	letter-spacing: .3em;
}
.ttl__common02 .en:before,.ttl__common02 .en:after {
	content: '';
	position: relative;
	background: #211d1b;
	flex: 1;
	height: 2px;
	display: block;
	margin-right: calc( 100 / var(--break) * 100vw);
}
.ttl__common02 .en:after {
	margin-left: calc( 80 / var(--break) * 100vw);
	margin-right: 0;
}
.btn_common01 {
	width: calc( 480 / var(--break) * 100vw);
}
.btn_common01 a {
	height: calc( 80 / var(--break) * 100vw);
	border: 1px solid #211d1b;
	border-radius: calc( 20 / var(--break) * 100vw);
	background: url(images/page/arw02.svg) no-repeat right calc(20 / var(--break)* 100vw) center / calc(30 / var(--break)* 100vw);
}
.btn_common01.big {
	width: calc( 580 / var(--break) * 100vw);
}
.btn_common01.big a {
	height: calc( 120 / var(--break) * 100vw);
	background: url(images/page/arw02.svg) no-repeat right calc(20 / var(--break)* 100vw) center / calc(40 / var(--break)* 100vw);
}
@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) {
	:root {
		font-size: calc(16 / 1599*100vw);
	}
	.ready:before {
		width: calc(100 / 1599*100vw);
		height: calc(40 / 1599*100vw);
		line-height: calc(40 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	:root {
		font-size: calc(16 / 1299*100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.ready:before {
		width: calc(100 / 1299*100vw);
		height: calc(40 / 1299*100vw);
		line-height: calc(40 / 1299*100vw);
	}
}
@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 / 750 * 100vw ) #fff, 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 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 / 750*100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / 750 * 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 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		width: calc(100 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
	.ready:before {
		width: calc(120 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		line-height: calc(50 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.btn_web01 {
		width: calc( 602 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_web01 {
		margin-bottom: 5vw;
	}
	.btn_web01 a {
		height: calc( 120 / var(--break) * 100vw);
		border-radius: calc( 60 / var(--break) * 100vw);
		padding-right: 8vw;
	}
	.btn_web01 a:after {
		border-top: 2px solid #211d1b;
		border-right: 2px solid #211d1b;
		width: calc(40 / 1920* 100vw);
		height: calc(40 / 1920* 100vw);
		right: calc(40 / var(--break)* 100vw);
	}
	.btn_web01 .icn {
		width: calc( 80 / var(--break) * 100vw);
		margin-right: calc( 20 / var(--break) * 100vw);
	}
	.btn_web01 .txt {
		font-size: calc( 28 / 750 * 100vw );
		padding-bottom: calc( 5 / var(--break) * 100vw);
		padding-right: calc( 20 / var(--break) * 100vw);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.btn_web01 em {
		font-size: calc( 44 / var(--break) * 100vw);
		margin-left: 2vw;
	}
	.btn_line01 {
		width: calc( 602 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_line01 a {
		height: calc( 120 / var(--break) * 100vw);
		background: url("images/page/icn_line01.png")no-repeat left 49% center / auto calc( 100 / var(--break) * 100vw);
		padding-left: 14vw;
	}
	.btn_line01 .txt {
		font-size: calc( 36 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.tbl_common01 {
		max-width: 1200px;
	}
	.tbl_common01 tr:first-child th:first-child {
		width: 13.7%;
		border-radius: calc( 30 / var(--break) * 100vw) 0 0 0;
	}
	.tbl_common01 tr:first-child th:nth-child(2) {
		width: 36.25%;
	}
	.tbl_common01 tr:first-child th:nth-child(n+3) {
		width: 6%;
	}
	.tbl_common01 tr:first-child th:last-child {
		border-radius: 0 calc( 30 / var(--break) * 100vw) 0 0;
	}
	.tbl_common01 tr:last-child th:first-child {
		border-radius: 0 0 0 calc( 30 / var(--break) * 100vw);
	}
	.tbl_common01 tr:last-child td:last-child {
		border-radius: 0 0 calc( 30 / var(--break) * 100vw) 0;
	}
	.tbl_common01 th,
	.tbl_common01 td {
		padding: calc( 11 / var(--break) * 100vw);
	}
	.tbl_common01 .tbl_caption {
		margin-top: calc( 20 / var(--break) * 100vw);
		line-height: 2;
	}
	.tbl_common01 .fz20 {
		font-size: 1rem;
	}
	.ttl__common01 .ja {
		letter-spacing: 0;
		font-size: calc( 40 / 750 * 100vw );
	}
	.ttl__common01 .en {
		font-size: calc( 60 / 750 * 100vw );
	}
	.ttl__common02 .en {
		font-size: calc( 100 / 750 * 100vw );
		letter-spacing: .2em;
	}
	.ttl__common02 .en:before,.ttl__common02 .en:after {
		height: 1px;
		margin-right: calc( 30 / var(--break) * 100vw);
	}
	.ttl__common02 .en:after {
		margin-right: 0 !important;
		margin-left: calc( 15 / var(--break) * 100vw);
	}
	.ttl__common02 .ja {
		font-size: calc( 42 / var(--break) * 100vw);
		line-height: 1.5;
		letter-spacing: 0;
	}
	.ttl__common03 .en {
		font-size: calc( 50 / var(--break) * 100vw);
	}
	.ttl__common03 .ja {
		font-size: calc( 32 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc( 580 / var(--break) * 100vw);
		font-size: calc( 32 / var(--break) * 100vw);
		line-height: 1.4;
		letter-spacing: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_common01 a {
		height: calc( 140 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		background: url(images/page/arw02.svg) no-repeat right calc(30 / var(--break)* 100vw) center / calc(40 / var(--break)* 100vw);
	}
	.btn_common01.big {
		width: calc( 580 / var(--break) * 100vw);
	}
	.btn_common01.big a {
		height: calc( 140 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		background: url(images/page/arw02.svg) no-repeat right calc(30 / var(--break)* 100vw) center / calc(40 / var(--break)* 100vw);
	}
	.btn_common01.big .ja {
		font-size: calc( 32 / 750 * 100vw );
	}
	.btn_common01.big .en {
		font-size: calc( 26 / 750 * 100vw );
	}
	.js-scrollable table,
	.js-scrollable .tbl_caption {
		width: calc( 1500 / var(--break) * 100vw)!important;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc( 540 / var(--break) * 100vw);
}
.row_head01 .address_foot {
	border: none;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(340 / var(--break)* 100vw);
	}
	.btn_tel01 .num {
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	header {
		padding: calc( 28 / var(--break) * 100vw) calc( 14 / var(--break) * 100vw)!important;
	}
	header h1 {
		width: calc( 580 / var(--break) * 100vw);
	}
	.row_head01 {
		display: none;
	}
	.btn_tel01.tel01 {
		margin-bottom: 6vw;
		padding-bottom: 8vw;
		border: none;
		border-bottom: 1px dashed #fff;
		max-width: calc( 580 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_tel01.tel02 {
		margin-right: 0;
		margin-bottom: 10vw;
	}
	.btn_tel01 .fz16 {
		font-size: calc( 32 / 750 * 100vw );
	}
	.btn_tel01 .fz20 {
		font-size: calc( 50 / 750 * 100vw );
	}
	.btn_tel01 .num {
		font-size: calc( 64 / 750 * 100vw );
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .img,
.main_img .slide_main li {
	min-height: calc( 900 / var(--break) * 100vw);
	height: 100vh;
}
.main_img .slide_main li:before,
.main_img .slide_main li:after {
	content: "";
	background: url("images/index/bg_main01.png")no-repeat center / cover;
	width: 96.9%;
	max-width: 1860px;
	height: calc( 100% - calc( 110 / var(--break) * 100vw) );
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
	border-radius: 0 0 0 calc( 50 / var(--break) * 100vw);
}
.main_img .slide_main li:after {
	background: #3b9c7bcc;
	border-radius: 0 0 calc( 50 / var(--break) * 100vw) 0;
	height: calc( 640 / var(--break) * 100vw);
	left: 0;
	top: auto!important;
	bottom: calc( 55 / var(--break) * 100vw);
	z-index: -3;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 .img {
	background: url(images/index/main01.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 750 / var(--break) * 100vw);
}
.main02 .img {
	background: url(images/index/main02.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 750 / var(--break) * 100vw);
}
.main03 .img {
	background: url(images/index/main03.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 750 / var(--break) * 100vw);
}
.copy_main01 {
	padding-bottom: calc( 70 / var(--break) * 100vw);
	background: url("images/index/deco_main01.svg")no-repeat center bottom / 100% auto;
}
.copy_main01 em {
	font-size: 5.375rem;
}
.wrap_main01 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 53%;
	left: 24%;
	width: calc( 592 / var(--break) * 100vw);
}
.row_main01 .col {
	width: calc( 160 / var(--break) * 100vw);
	height: calc( 160 / var(--break) * 100vw);
	background: url("images/index/ccl_main01.svg")no-repeat center / contain;
}
.row_main01 .icn_check01 {
	width: calc( 50 / var(--break) * 100vw);
	height: calc( 50 / var(--break) * 100vw);
	left: 0;
	top: calc( -14 / var(--break) * 100vw);
}
.bnr_main01 {
	max-width: calc( 580 / var(--break) * 100vw);
	left: calc( 170 / var(--break) * 100vw);
	bottom: calc( 20 / var(--break) * 100vw);
	box-shadow: 0 0 calc( 16 / var(--break) * 100vw) calc( 4 / var(--break) * 100vw) rgba(34, 34, 34, 0.1);
	border-radius: calc( 20 / var(--break) * 100vw);
	background-color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main01 .img {
		background: url(images/index/main01.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 580 / var(--break) * 100vw);
	}
	.main02 .img {
		background: url(images/index/main02.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 580 / var(--break) * 100vw);
	}
	.main03 .img {
		background: url(images/index/main03.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 580 / var(--break) * 100vw);
	}
	.bnr_main01 {
		left: calc(100 / var(--break)* 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .img,
	.main_img .slide_main li {
		height: auto;
	}
	.main01 .img {
		background: url(images/index/main01.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 200 / var(--break) * 100vw) / auto calc( 500 / var(--break) * 100vw);
	}
	.main02 .img {
		background: url(images/index/main02.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 200 / var(--break) * 100vw) / auto calc( 500 / var(--break) * 100vw);
	}
	.main03 .img {
		background: url(images/index/main03.png)no-repeat right calc( 60 / var(--break) * 100vw) top calc( 200 / var(--break) * 100vw) / auto calc( 500 / var(--break) * 100vw);
	}
	.copy_main01 {
		font-size: 3.75rem;
	}
	.copy_main01 em {
		font-size: 4.5rem;
	}
	.wrap_main01 {
		width: calc(540 / var(--break)* 100vw);
	}
	.bnr_main01 {
		left: calc(50 / var(--break)* 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.main_img {
		margin-bottom: 8vw;
	}
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
	.main01 .img,
	.main02 .img,
	.main03 .img {
		height: calc( 1430 / var(--break) * 100vw);
		min-height: auto;
	}
	.main01 .img {
		background: url(images/index/main01.png)no-repeat right calc( 50 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 480 / var(--break) * 100vw);
	}
	.main02 .img {
		background: url(images/index/main02.png)no-repeat right calc( 50 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 480 / var(--break) * 100vw);
	}
	.main03 .img {
		background: url(images/index/main03.png)no-repeat right calc( 50 / var(--break) * 100vw) top calc( 150 / var(--break) * 100vw) / auto calc( 480 / var(--break) * 100vw);
	}
	.wrap_main01 {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw);
		-webkit-transform: unset;
		transform: unset;
		position: absolute;
		top: 44%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.copy_main01 {
		font-size: calc( 70 / var(--break) * 100vw);
		max-width: calc( 572 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 7vw;
		margin-bottom: 5vw;
	}
	.copy_main01 em {
		font-size: calc( 86 / var(--break) * 100vw);
	}
	.row_main01 {
		margin-bottom: 0;
	}
	.row_main01 .txt .fz16 {
		font-size: calc( 22 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_main01 .txt {
		font-size: calc( 28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_main01 .col {
		width: calc(192 / var(--break)* 100vw);
		height: calc(192 / var(--break)* 100vw);
		background: url(images/index/ccl_main01.svg) no-repeat center / contain;
	}
	.bnr_main01 {
		max-width: calc(702 / var(--break)* 100vw);
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 0 calc(16 / var(--break)* 100vw) calc(4 / var(--break)* 100vw) rgba(34, 34, 34, 0.1);
		border-radius: calc(20 / var(--break)* 100vw);
		margin: auto;
	}
	.address_main_sp {
		max-width: calc( 702 / var(--break) * 100vw);
		height: calc( 95 / var(--break) * 100vw);
		border-top: 1px solid #211d1b;
		border-bottom: 1px solid #211d1b;
		margin-left: auto;
		margin-right: auto;
	}
	.address_main_sp .icn {
		width: calc( 30 / var(--break) * 100vw);
	}
	.main_img .slide_main li:before,
	.main_img .slide_main li:after {
		content: "";
		background: url("images/index/bg_main01_sp.png")no-repeat center / cover;
		width: 100%;
		max-width: 100%;
		height: calc( 1200 / var(--break) * 100vw);
		position: absolute;
		right: 0;
		top: 0;
		z-index: -2;
		border-radius: 0;
	}
	.main_img .slide_main li:after {
		display: none;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav_main {
	transition: .3s;
	background: rgb(255,249,195);
	background: linear-gradient(270deg, rgba(255,249,195,1) 25%, rgba(255,255,255,1) 75%);
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: calc( 50 / var(--break) * 100vw);
}
/* .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,1);
}
.fix_nav:after {
	content: "";
	box-shadow: 0 calc( 10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) 0px #00000019;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.fix_nav .gnav {
	width: calc( 100% - calc( 850 / var(--break) * 100vw) );
}
.fix_nav .bg {
	width: calc( 550 / var(--break) * 100vw);
}
.fix_nav .btn_tel01 {
	width: calc( 254 / var(--break) * 100vw);
}
.fix_nav .btn_tel01 a {
	height: calc( 70 / var(--break) * 100vw);
}
.fix_nav .btn_web02 a {
	height: calc( 100 / var(--break) * 100vw);
}
.fix_nav .ja {
	font-size: 1.375rem;
}
.btn_web02 {
	width: calc( 150 / var(--break) * 100vw);
}
.btn_web02 .btn_arw_parts01::after {
	border-width: calc( 10 / var(--break) * 100vw);
	bottom: calc( 6 / var(--break) * 100vw);
	right: calc( 6 / var(--break) * 100vw);
}
.gnav > ul {
	max-width: calc( 1300 / var(--break) * 100vw);
}
.gnav > ul > li {
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(100 / var(--break) * 100vw);
	position: relative;
}
.gnav > ul > li:nth-child(n+2) > a:before {
	content: "";
	border-left: 1px solid #211d1b;
	width: 0;
	height: calc( 10 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gnav > ul > li > a:after {
	content: "";
	position: absolute;
	width: calc(66 / var(--break) * 100vw);
	height: calc(4 / var(--break) * 100vw);
	background: #337e62;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a:hover, .gnav > ul > li > a.active, .gnav > ul > li > a.open {
	color: #337e62!important;
}
.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: 0;
	transform: 0;
	z-index: 3;
}
.wrap_gnav01 ,
.ttl_gnav01 ,
.gnav .nav_sub ul {
	width: 90%;
	max-width: calc(1240 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.wrap_gnav01 .col {
	width: 32.3%;
	max-width: 400px;
	margin-right: 1.55%;
}
.wrap_gnav01 .col:nth-child(3n),
.wrap_gnav01 .col:last-child {
	margin-right: 0;
}
.wrap_gnav01 .col:nth-child(n+4) {
	margin-top: calc( 20 / var(--break) * 100vw);
}
.wrap_gnav01 .col a {
	border: 1px solid #211d1b;
	border-radius: calc( 20 / var(--break) * 100vw);
	height: calc( 80 / var(--break) * 100vw);
	background: url("images/page/arw02.svg")no-repeat right calc( 20 / var(--break) * 100vw) center / calc( 30 / var(--break) * 100vw);
}
.ttl_gnav01 {
	height: calc( 60 / var(--break) * 100vw);
}
.list_gnav01 li {
	max-width: calc( 400 / var(--break) * 100vw);
	width: 32.3%;
	margin-right: 1.55%;
}
.list_gnav01 li:nth-child(3n),
.list_gnav01 li:last-child {
	margin-right: 0;
}
.list_gnav01 li a {
	padding-left: calc( 40 / var(--break) * 100vw);
	height: calc( 50 / var(--break) * 100vw);
	border-bottom: 1px solid #211d1b;
	background: url("images/page/arw06.svg")no-repeat left top 1em / calc( 16 / var(--break) * 100vw) auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.fix_nav .ja,
	.fix_nav .wrap_gnav01 .col a {
		font-size: 1.125rem;
	}
	.fix_nav .btn_tel01 {
		width: calc(220 / var(--break)* 100vw);
	}
	.fix_nav .btn_tel01 .num {
		font-size: 1.5rem;
	}
	.fix_nav .bg {
		width: calc(470 / var(--break)* 100vw);
	}
	.fix_nav .gnav {
		width: calc(100% - calc(770 / var(--break)* 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav .bg {
		width: calc(400 / var(--break)* 100vw);
	}
	.fix_nav .fz16 {
		font-size: .875rem;
	}
	.fix_nav .fz20,
	.fix_nav .fz22 {
		font-size: 1.125rem;
	}
	.fix_nav .btn_tel01 .num {
		font-size: 1.25rem;
	}
	.fix_nav .btn_tel01 {
		width: calc(185 / var(--break)* 100vw);
	}
	.fix_nav .btn_tel01.tel01 {
		padding-right: calc( 10 / var(--break) * 100vw);
		margin-right: calc( 10 / var(--break) * 100vw);
	}
	.fix_nav .btn_web02 {
		width: calc(100 / var(--break)* 100vw);
	}
	.fix_nav .gnav {
		width: calc(100% - calc(600 / var(--break)* 100vw));
	}
	.fix_nav .ja, .fix_nav .wrap_gnav01 .col a {
		font-size: 1rem;
	}
	.fix_nav .gnav > ul > li > a:after {
		width: calc(40 / var(--break)* 100vw);
	}
	.fix_nav .list_gnav01 {
		font-size: .875rem;
	}
	.fix_nav .btn_web02 .btn_arw_parts01::after {
		border-width: calc(5 / var(--break)* 100vw);
	}
	.fix_nav .wrap_gnav01 .col a {
		background: url(images/page/arw02.svg) no-repeat right calc(20 / var(--break)* 100vw) center / calc(20 / var(--break)* 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #469e44;
		z-index: 10000;
		outline: none;
		border-radius: 50%;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(52 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp {
		background-color: #211d1b;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,1);
		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;
	}
	.gnav_sp .btn_line01 {
		max-width: calc( 512 / var(--break) * 100vw);
	}
	.gnav_sp .btn_line01 a {
		border-radius: calc( 60 / var(--break) * 100vw)
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid #211d1b;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 9vw;
		border-bottom: 1px solid #211d1b;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 4.5vw 4vw;
		border-bottom: 1px solid #211d1b;
		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: 4vw;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #337e62;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-size: calc( 34 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: rgba(51,51,51,.9);
		padding: calc( 60 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw);
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
		max-width: calc( 510 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.wrap_gnav01 {
	    margin-bottom: 8vw;
	}
	.wrap_gnav01 .col {
		width: 100%;
		max-width: calc( 452 / var(--break) * 100vw);
		margin-right: 0;
	}
	.wrap_gnav01 .col:nth-child(n+2) {
		margin-top: calc( 20 / var(--break) * 100vw);
	}
	.wrap_gnav01 .col a {
		position: relative;
		padding: 1vw 6vw 1vw;
		height: calc( 120 / var(--break) * 100vw);
		font-size: calc( 30 / var(--break) * 100vw);
		text-align: left!important;
		align-items: flex-start;
		padding: 0 5vw;
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / var(--break) * 100vw) center / calc( 40 / var(--break) * 100vw);
	}
	.wrap_gnav01, .ttl_gnav01, .gnav .nav_sub ul {
		width: 100%;
	}
	.list_gnav01 li {
		width: 100%;
		max-width: calc( 452 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.list_gnav01 li a {
		background: url(images/page/arw06.svg) no-repeat left top .55em / calc(32 / var(--break)* 100vw) auto;
		padding-left: 8vw;
		padding-bottom: 3vw;
		padding-top: 1vw;
		height: auto;
	}
	.ttl_gnav01 {
		font-size: calc( 30 / var(--break) * 100vw);
		height: calc( 80 / var(--break) * 100vw);
		letter-spacing: 0;
		border-radius: calc( 10 / 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
------------------------------------------------------------------*/
.ttl__news01 {
	letter-spacing: 1rem;
}
.btn_switch {
	border-bottom: 2px solid #211d1b;
}
.btn_switch .btn {
	width: 19.7%;
	height: calc( 60 / var(--break) * 100vw);
	border-radius: calc( 8 / var(--break) * 100vw) calc( 8 / var(--break) * 100vw) 0 0;
	margin-right: calc( 5 / var(--break) * 100vw);
}
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: calc( 290 / var(--break) * 100vw);
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li {
	position: relative;
}
.index_news li:before {
	content: "";
	width: calc( 20 / var(--break) * 100vw);
	height: calc( 20 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	border-radius: calc( 5 / var(--break) * 100vw) 0 0 0;
	left: 0;
	top: 0;
}
.index_news .news01:before {
	background: #337e62!important;
}
.index_news .news02:before {
	background: #f19717!important;
}
.index_news .news03:before {
	background: #8ab20a!important;
}
.contents_switch .tab .txt {
	width: calc( 120 / var(--break) * 100vw);
	height: calc( 30 / var(--break) * 100vw);
	padding-bottom: calc( 3 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw);
}
.contents_switch .news01 .txt {
	background-color: #337e62;
}
.contents_switch .news02 .txt {
	background-color: #f19717;
}
.contents_switch .news03 .txt {
	background-color: #8ab20a;
}
.contents_switch .news03 a {
	text-decoration: underline;
}
.contents_switch .ps__rail-y {
	display: block!important;
	opacity: 1!important;
}
.contents_switch dd {
	width: calc(100% - calc(270 / var(--break)* 100vw));
	margin-top: calc( -5 / var(--break) * 100vw);
}
.contents_switch li:not(:last-of-type) {
	margin-bottom: calc( 40 / var(--break) * 100vw);
}
.contents_switch li:before {
	content: "";
	background: url("images/")no-repeat center / contain;
	width: calc(  / 1920 * 100vw );
	height: calc(  / 1920 * 100vw );
	position: absolute;
}
.row__news01 .col {
	width: 32.3%;
	max-width: 400px;
	margin-right: 1.55%;
	margin-bottom: 0!important;
}
.row__news01 .col:last-of-type {
	margin-right: 0;
}
.row__news01 .col a {
	border: 2px solid #259b58;
	border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw);
	position: relative;
}
.row__news01 .col a:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc( 8 / var(--break) * 100vw);
	border-style: solid;
	border-color: transparent #259b58 #259b58 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row__news01 .txt_post {
	width: 100%;
}
.btn_switch .btn {
	cursor: pointer;
	letter-spacing: .12em;
}
.btn_switch .btn:hover,
.btn_switch .btn.is-active {
	background-color: #211d1b!important;
	color: #fff;
	transition: .3s;
}
.btn_switch .btn:nth-child(2):hover,
.btn_switch .btn.is-active:nth-child(2) {
	background-color: #327E62!important;
	color: #fff;
}
.btn_switch .btn:nth-child(3):hover,
.btn_switch .btn.is-active:nth-child(3) {
	background-color: #F19618!important;
	color: #fff;
}
.btn_switch .btn:nth-child(4):hover,
.btn_switch .btn.is-active:nth-child(4) {
	background-color: #8AB10A!important;
	color: #fff;
}
.btn__news01 {
	width: calc( 80 / var(--break) * 100vw);
	height: calc( 30 / var(--break) * 100vw);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn__news01 a {
	border-radius: calc( 20 / var(--break) * 100vw)
}
.btn__news01 a:after {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: calc( 8 / var(--break) * 100vw);
	height: calc( 8 / var(--break) * 100vw);
	position: absolute;
	right: calc( 10 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #211d1b !important;
	right: 0px !important;
	width: 2px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: #fff !important;
	right: 0px !important;
	width: 2px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_news ul {
		padding-right: calc(20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news ul {
		padding-right: calc(20 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_news {
		position: relative;
		padding-bottom: calc( 240 / var(--break) * 100vw);
		padding-top: calc( 90 / var(--break) * 100vw);
	}
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li:before {
		width: calc(45 / var(--break)* 100vw);
		height: calc(45 / var(--break)* 100vw);
		border-radius: calc(10 / var(--break)* 100vw) 0 0 0;
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 3vw;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.index_news li .date {
		letter-spacing: 0;
		font-size: calc( 28 / var(--break) * 100vw);
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
	.ttl__news01 {
		font-size: calc( 60 / var(--break) * 100vw);
		letter-spacing: .3em;
		margin-bottom: 7vw;
	}
	.btn_switch .btn {
		width: 50%;
		height: calc( 80 / var(--break) * 100vw);
		border-radius: calc( 8 / var(--break) * 100vw) calc( 8 / var(--break) * 100vw) 0 0;
		margin-right: 0!important;
	}
	.btn__news01 {
		width: calc( 440 / var(--break) * 100vw);
		position: absolute;
		right: 0;
		left: 0;
		bottom: calc( 70 / var(--break) * 100vw);
	}
	.btn__news01 a {
		height: calc( 100 / var(--break) * 100vw);
		border-radius: calc( 50 / var(--break) * 100vw)
	}
	.index_news ul {
		padding-right: calc(40 / var(--break) * 100vw);
		max-height: calc( 500 / var(--break) * 100vw);
	}
	.index_news li {
		border-radius: calc( 12 / var(--break) * 100vw);
		padding: 5vw;
	}
	.contents_switch .tab .txt {
		width: calc( 170 / var(--break) * 100vw);
		height: calc( 40 / var(--break) * 100vw);
		padding-bottom: calc( 3 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		font-size: calc( 26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.contents_switch .news01 .txt {
		background-color: #337e62;
	}
	.contents_switch .news02 .txt {
		background-color: #f19717;
	}
	.contents_switch .news03 .txt {
		background-color: #8ab20a;
	}
	.contents_switch .ps__rail-y {
		display: block!important;
		opacity: 1!important;
	}
	.contents_switch dd {
		width: calc(100% - calc(270 / var(--break)* 100vw));
		margin-top: calc( -5 / var(--break) * 100vw);
	}
	.contents_switch li:not(:last-of-type) {
		margin-bottom: calc( 40 / var(--break) * 100vw);
	}
	.row__news01 .col {
		width: 32.3%;
		max-width: 400px;
		margin-right: 1.55%;
		margin-bottom: 0!important;
	}
	.row__news01 .col:last-of-type {
		margin-right: 0;
	}
	.row__news01 .col a {
		border: 2px solid #259b58;
		border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw);
		position: relative;
	}
	.row__news01 .col a:after {
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc( 8 / var(--break) * 100vw);
		border-style: solid;
		border-color: transparent #259b58 #259b58 transparent;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.row__news01 .txt_post {
		width: 100%;
	}
	.btn_switch {
		position: unset;
	}
	.btn_switch .btn {
		cursor: pointer;
		letter-spacing: .12em;
		border-radius: 0;
	}
	.btn_switch .btn:nth-child(1) {
		border-radius: calc( 10 / var(--break) * 100vw) 0 0 0;
	}
	.btn_switch .btn:nth-child(2) {
		border-radius: 0 calc( 10 / var(--break) * 100vw) 0 0;
	}
	.btn_switch .btn:hover,
	.btn_switch .btn.is-active {
		background-color: #211d1b!important;
		color: #fff;
		transition: .3s;
	}
	.btn_switch .btn:nth-child(2):hover,
	.btn_switch .btn.is-active:nth-child(2) {
		background-color: #327E62!important;
		color: #fff;
	}
	.btn_switch .btn:nth-child(3):hover,
	.btn_switch .btn.is-active:nth-child(3) {
		background-color: #F19618!important;
		color: #fff;
	}
	.btn_switch .btn:nth-child(4):hover,
	.btn_switch .btn.is-active:nth-child(4) {
		background-color: #8AB10A!important;
		color: #fff;
	}
	.btn__news01 {
		width: calc( 440 / var(--break) * 100vw);
		height: calc( 100 / var(--break) * 100vw);
		right: 0;
		top: auto;
		bottom: calc( 60 / var(--break) * 100vw);
		margin: auto;
	}
	.btn__news01 a {
		border-radius: calc( 50 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.btn__news01 a:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: calc( 18 / var(--break) * 100vw);
		height: calc( 18 / var(--break) * 100vw);
		right: calc( 20 / var(--break) * 100vw);
	}
}


/* インフォメーション index_information
------------------------------------------------------------------*/
.index_information {
	background-color: #fffcf380;
}
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* アクセス index_access
------------------------------------------------------------------*/
.row__access01 .col {
	width: 48.5%;
	max-width: 720px;
}
.row__access01 .col_l:before {
	content: "";
	border: 3px dotted #f19717;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: calc( 10 / var(--break) * 100vw);
	z-index: -1;
}
.row__access01 .ttl__common01 {
	border-bottom: 2px solid #211d1b;
	max-width: calc( 570 / var(--break) * 100vw);
}
.row__access01 .box01 {
	max-width: calc( 240 / var(--break) * 100vw);
	height: calc( 50 / var(--break) * 100vw);
	background: url("images/index/img_access01.png")no-repeat center / contain;
}
.row__access01 .box02 {
	max-width: calc( 560 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw)
}
.row__access01 .box02 .icn {
	width: calc( 80 / var(--break) * 100vw);
}
.row__access01 .box02 .txt {
	width: calc( 100% - calc( 110 / var(--break) * 100vw) );
}
.row__access01 .en {
	letter-spacing: .3em;
}
.map__access01 {
	border: calc( 6 / var(--break) * 100vw) solid #fff;
	border-radius: calc( 20 / var(--break) * 100vw)
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.row__access01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row__access01 .col_l {
		margin-bottom: 8vw;
	}
	.row__access01 .col_l:before {
		content: "";
		border: 2px dotted #f19717;
		width: calc( 100% - calc( 20 / var(--break) * 100vw) );
		height: calc( 100% - calc( 20 / var(--break) * 100vw) );
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		border-radius: calc( 10 / var(--break) * 100vw);
		z-index: -1;
	}
	.row__access01 .ttl__common01 {
		border-bottom: 2px solid #211d1b;
		max-width: calc( 570 / var(--break) * 100vw);
		padding-bottom: 5vw;
	}
	.row__access01 .txt {
		font-size: calc( 36 / 750 * 100vw );
		text-align: center;
	}
	.row__access01 .box01 {
		max-width: calc( 336 / var(--break) * 100vw);
		height: calc( 70 / var(--break) * 100vw);
		background: url("images/index/img_access01.png")no-repeat center / contain;
		font-size: 1rem;
	}
	.row__access01 .box02 {
		max-width: calc( 580 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		padding-left: 3vw;
		padding-right: 3vw;
		padding-bottom: 5vw;
	}
	.row__access01 .box02 .icn {
		width: calc( 80 / var(--break) * 100vw);
		margin: 0 auto 3vw;
	}
	.row__access01 .box02 .txt {
		width: 100%;
		font-size: calc( 28 / 750 * 100vw );
		line-height: 1.9;
	}
	.row__access01 .en {
		letter-spacing: .3em;
	}
	.map__access01 {
		border: calc( 6 / var(--break) * 100vw) solid #fff;
		border-radius: calc( 20 / var(--break) * 100vw)
	}
}


/* コンセプト index_concept
------------------------------------------------------------------*/
.index_concept {
	background: url("images/index/img_parallax01.jpg")no-repeat center / cover;
	border: calc( 20 / var(--break) * 100vw) solid #fff;
}
.index_concept .ja {
	width: calc( 330 / var(--break) * 100vw);
	height: calc( 44 / var(--break) * 100vw);
	border-radius: calc( 30 / var(--break) * 100vw);
}
.index_concept .en {
	letter-spacing: .2em;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.index_concept {
		background: url(images/index/img_parallax01_sp.jpg) no-repeat center / cover;
	}
	.index_concept .box {
		padding: 12vw 0;
	}
	.index_concept .en {
		font-size: calc( 80 / var(--break) * 100vw);
		margin-bottom: 3vw;
	}
	.index_concept .ja {
		font-size: calc( 28 / var(--break) * 100vw);
		height: calc( 54 / var(--break) * 100vw);
		padding-bottom: 1vw;
	}
	.index_concept .txt01 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.index_concept .txt02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
}


/* 特徴 index_feature
------------------------------------------------------------------*/
.index_feature {
	position: relative;
	overflow: hidden;
}
.index_feature:before,
.index_feature:after {
	content: "";
	background: url("images/index/deco_feature01.svg")no-repeat center / contain;
	width: calc( 431 / var(--break) * 100vw);
	height: calc( 431 / var(--break) * 100vw);
	position: absolute;
	left: calc( 120 / var(--break) * 100vw);
	top: calc( 120 / var(--break) * 100vw);
	animation: spin 30s linear infinite;
}
.index_feature:after {
	background-image: url(images/index/deco_feature02.svg);
	width: calc(273 / var(--break)* 100vw);
	height: calc(273 / var(--break)* 100vw);
	right: calc(230 / var(--break)* 100vw);
	top: calc(120 / var(--break)* 100vw);
	left: auto !important;
	top: calc(-60 / var(--break)* 100vw);
}
.num__feature01 {
	font-size: 11.25rem;
}
.box__feature01 {
	background: url("images/index/bg_feature01.png")no-repeat center / cover;
	border-radius: calc( 40 / var(--break) * 100vw);
	padding-bottom: calc( 360 / var(--break) * 100vw);
	max-width: calc( 1720 / var(--break) * 100vw);
	width: 96%;
}
.row__feature05 {
	right: calc( 110 / var(--break) * 100vw);
	top: calc( -180 / var(--break) * 100vw);
}
.row__feature05 .ccl {
	width: calc( 240 / var(--break) * 100vw);
	height: calc( 240 / var(--break) * 100vw);
	background: url("images/index/ccl_feature01.png")no-repeat center / contain;
}
.row__feature01 {
	max-width: calc( 1500 / var(--break) * 100vw);
	width: 90%;
	margin-top: calc(-320 / var(--break)* 100vw);
	z-index: 1;
	position: relative;
}
.row__feature01 .col {
	max-width: calc( 480 / var(--break) * 100vw);
	width: 32%;
}
.row__feature02 {
	position: relative;
	z-index: 1;
}
.row__feature02:after {
	content: "";
	background: url("images/index/deco_feature03.svg")no-repeat center / contain;
	width: calc( 450 / var(--break) * 100vw);
	height: calc( 450 / var(--break) * 100vw);
	position: absolute;
	right:  calc( -40 / var(--break) * 100vw);
	top: calc( -40 / var(--break) * 100vw);
	animation: spin 60s linear infinite;
}
.row__feature02 .col_img {
	width: 51%;
	max-width: 960px;
	position: relative;
	z-index: 1;
}
.row__feature02 .col_txt {
	width: 49%;
	position: relative;
	z-index: 1;
	padding-right: 5%;
}
.row__feature02 .col_txt .wrap {
	max-width: 630px;
	width: 90%;
}
.box__feature02 {
	background: url("images/index/bg_feature02.png")no-repeat right / cover;
	border-radius: calc( 40 / var(--break) * 100vw) 0 0 calc( 40 / var(--break) * 100vw);
	max-width: calc( 1420 / var(--break) * 100vw);
	width: 90%;
	margin-top: calc( -30 / var(--break) * 100vw);
}
.row__feature03 {
	max-width: 1160px;
}
.row__feature03 .btn_common01 {
	max-width: calc( 360 / var(--break) * 100vw);
	width: 32%;
}
.row__feature03 .btn_common01 a {
	height: calc( 100 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw);
	background: url("images/page/arw02.svg")no-repeat right calc( 20 / var(--break) * 100vw) center / calc( 30 / var(--break) * 100vw);
}
.row__feature04 {
	position: relative;
	z-index: 1;
}
.row__feature04:before,
.row__feature04:after {
	content: "";
	background: url("images/index/deco_feature04.svg")no-repeat center / contain;
	width: calc( 274 / var(--break) * 100vw);
	height: calc( 274 / var(--break) * 100vw);
	position: absolute;
	left:  calc( -130 / var(--break) * 100vw);
	top: calc( 310 / var(--break) * 100vw);
	animation: spin 30s linear infinite;
}
.row__feature04:after {
	background: url(images/index/deco_feature05.svg) no-repeat center / contain;
	width: calc(334 / 1920* 100vw);
	height: calc(334 / 1920* 100vw);
	position: absolute;
	left: auto;
	right: calc(-200 / var(--break)* 100vw);
	bottom: calc(50 / var(--break)* 100vw);
	top: auto;
	z-index: -1;
	animation: spin 60s linear infinite;
}
.row__feature04 .col {
	width: 48%;
	max-width: 710px;
	position: relative;
}
.row__feature04 .ccl {
	width: calc( 190 / var(--break) * 100vw);
	height: calc( 190 / var(--break) * 100vw);
	background: #fff;
	border: calc( 16 / var(--break) * 100vw) solid #8ab20a;
	border-radius: 50%;
	right: calc( 20 / var(--break) * 100vw);
	bottom: calc( -80 / var(--break) * 100vw);
}
.row__feature04 .arw {
	width: calc( 40 / var(--break) * 100vw);
	right: calc(-20 / var(--break)* 100vw);
	bottom: calc(-30 / var(--break)* 100vw);
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.num__feature01 {
		font-size: 10rem;
	}
	.row__feature03 {
		font-size: 1.125rem;
	}
	.row__feature05 {
		right: 0;
	}
	.box__feature02 {
		margin-top: calc(50 / var(--break)* 100vw);
	}
	.row__feature02 .col_txt {
		padding-right: 0;
	}
}
@media(max-width: 767px) {
	.index_feature:before, .index_feature:after {
		left: -28vw;
		top: 50vw;
	}
	.index_feature:after {
		right: -14vw;
		top: calc( 50 / var(--break) * 100vw);
	}
	.index_feature .ttl__common02 {
		margin-bottom: 0;
	}
	.num__feature01 {
		font-size: calc( 180 / var(--break) * 100vw);
	}
	.box__feature01 {
		background: url(images/index/bg_feature01_sp.png) no-repeat center / cover;
		border-radius: calc( 40 / var(--break) * 100vw);
		padding-bottom: calc( 360 / var(--break) * 100vw);
		max-width: calc( 702 / var(--break) * 100vw);
		width: 100%;
		padding: 11vw 0 23vw;
	}
	.ttl__feature01 {
		font-size: calc( 46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row__feature05 {
		position: unset;
		display: flex;
		justify-content: center;
	}
	.row__feature05 .ccl {
		width: calc( 240 / var(--break) * 100vw);
		height: calc( 240 / var(--break) * 100vw);
		font-size: calc( 28 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.2;
	}
	.row__feature01 {
		max-width: calc( 702 / var(--break) * 100vw);
		width: 100%;
		margin-top: calc(-150 / var(--break)* 100vw);
	}
	.row__feature01 .col {
		max-width: calc( 480 / var(--break) * 100vw);
		width: 32%;
	}
	.box__feature01 .txt__feature01 {
		max-width: calc( 580 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row__feature02:after {
		right: -24vw;
		top: 54vw;
	}
	.row__feature02 .col_img {
		width: 100%;
		max-width: calc( 100% - calc( 24 / var(--break) * 100vw) );
		margin-bottom: 2vw;
	}
	.row__feature02 .col_txt {
		width: 100%;
		padding-right: 0;
	}
	.row__feature02 .col_txt .wrap {
		max-width: 100%;
		width: 100%;
	}
	.box__feature02 {
		border-radius: calc( 40 / var(--break) * 100vw) 0 0 calc( 40 / var(--break) * 100vw);
		max-width: calc( 726 / var(--break) * 100vw);
		width: 100%;
		margin-top: 7vw;
		padding: calc( 60 / var(--break) * 100vw);
	}
	.row__feature03 {
		max-width: 100%;
		font-size: calc( 32 / var(--break) * 100vw);
	}
	.row__feature03 .btn_common01 {
		max-width: calc( 580 / var(--break) * 100vw);
		width: 100%;
	}
	.row__feature03 .btn_common01:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row__feature03 .btn_common01 a {
		height: calc( 140 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / var(--break) * 100vw) center / calc( 40 / var(--break) * 100vw);
	}
	.row__feature04:before,
	.row__feature04:after {
		width: calc( 274 / var(--break) * 100vw);
		height: calc( 274 / var(--break) * 100vw);
		left:  calc( -130 / var(--break) * 100vw);
		top: calc( 260 / var(--break) * 100vw);
	}
	.row__feature04:after {
		width: calc(334 / var(--break)* 100vw);
		height: calc(334 / var(--break)* 100vw);
		left: auto !important;
		top: auto !important;
		right: -15vw;
		bottom: 35vw;
	}
	.row__feature04 .col {
		width: 100%;
		max-width: 100%;
	}
	.row__feature04 .col:nth-child(1) {
		margin-bottom: 13vw;
	}
	.row__feature04 .col:last-child .txt__feature01 {
		margin-bottom: 0;
	}
	.row__feature04 .col .img {
		margin-bottom: 2vw;
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row__feature04 .ccl {
		width: calc( 190 / var(--break) * 100vw);
		height: calc( 190 / var(--break) * 100vw);
		border: calc( 16 / var(--break) * 100vw) solid #8ab20a;
		border-radius: 50%;
		right: calc( 20 / var(--break) * 100vw);
		bottom: calc( -80 / var(--break) * 100vw);
	}
	.row__feature04 .arw {
		width: calc( 40 / var(--break) * 100vw);
		right: calc(-20 / var(--break)* 100vw);
		bottom: calc(-30 / var(--break)* 100vw);
	}
	.row__feature04 .txt__feature01 {
		margin-bottom: 5vw;
	}
}


/* 新聞 index_newspaper
------------------------------------------------------------------*/
.index_newspaper {
	background: url("images/index/bg_newspaper01.png")no-repeat center top / 100% auto;
}
.index_newspaper .en {
	letter-spacing: .1em;
}
.index_newspaper .ttl__common02 .en:before,.index_newspaper .ttl__common02 .en:after,
.index_movie .ttl__common02 .en:before,.index_movie .ttl__common02 .en:after {
	background: #fff;
	margin-right: calc(100 / 1920* 100vw);
}
.index_newspaper .ttl__common02 .en:after,
.index_movie .ttl__common02 .en:after {
	margin-right: 0!important;
	margin-left: calc( 100 / var(--break) * 100vw);
}
.box__newspaper01 {
	border: 1px solid #fff;
	height: calc( 50 / var(--break) * 100vw);
}
.slide__newspaper01 {
	max-width: calc( 1340 / var(--break) * 100vw);
	width: 90%;
}
.slide__newspaper01 li {
	max-width: calc( 400 / var(--break) * 100vw);
	margin: 0 calc( 35 / var(--break) * 100vw);
}
.slide__newspaper01 .img {
	max-width: calc( 400 / var(--break) * 100vw);
}
.slide__newspaper01 .slick-prev, .slide__newspaper01 .slick-next {
	width: calc( 20 / var(--break) * 100vw);
	height: calc( 34 / var(--break) * 100vw);
	background: url(images/page/arw_slide01.svg)no-repeat center / cover;
	z-index: 9;
	top: -16%;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide__newspaper01 .slick-prev:before, .slide__newspaper01 .slick-next:before {
	display: none;
}
.slide__newspaper01 .slick-prev {
	left: -3%;
}
.slide__newspaper01 .slick-next {
	right: -3%;
	transform: scaleX(-1);
}
.slide__newspaper01 .slick-dots {
	bottom: calc( -58 / var(--break) * 100vw);
}
.slide__newspaper01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide__newspaper01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide__newspaper01 .slick-dots li button:before {
	content: "";
	background: #211d1b;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide__newspaper01 .slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.slide__newspaper01 li {
		max-width: calc(350 / var(--break)* 100vw);
		margin: 0 calc(20 / var(--break)* 100vw);
	}
}
@media(max-width: 767px) {
	.index_newspaper {
		background: url(images/index/bg_newspaper01_sp.png) no-repeat center top / 100% auto;
		padding: 10vw 0;
	}
	.index_newspaper .ttl__common02 .en:after,
	.index_movie .ttl__common02 .en:after {
		margin-right: 0!important;
		margin-left: calc( 15 / var(--break) * 100vw);
	}
	.box__newspaper01 {
		max-width: calc( 646 / var(--break) * 100vw);
		height: calc( 140 / var(--break) * 100vw);
		line-height: 1.4;
		margin-left: auto;
		margin-right: auto;
	}
	.slide__newspaper01 {
		max-width: calc( 440 / var(--break) * 100vw);
	}
	.slide__newspaper01 .slick-prev, .slide__newspaper01 .slick-next {
		width: calc(32 / var(--break)* 100vw);
		height: calc(53 / var(--break)* 100vw);
		top: -16%;
	}
	.slide__newspaper01 .slick-prev {
		left: -8%;
	}
	.slide__newspaper01 .slick-next {
		right: -8%;
	}
	.slide__newspaper01 .txt {
		font-size: calc( 28 / 750 * 100vw );
	}
	.slide__newspaper01 .slick-dots li {
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		margin: 0 calc( 8 / var(--break) * 100vw);
	}
	.slide__newspaper01 .slick-dots li button {
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		padding: 0;
	}
	.slide__newspaper01 .slick-dots li button:before {
		content: "";
		background: #211d1b;
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		border-radius: 50%;
		opacity: 1;
	}
}


/* 動画 index_movie
------------------------------------------------------------------*/
.index_movie {
	background: url("images/index/bg_movie01.png")no-repeat center top / 100% auto;
}
.index_movie .ttl__common02 .en:before,.index_movie .ttl__common02 .en:after,
.index_movie .ttl__common02 .en:before,.index_movie .ttl__common02 .en:after {
	background: #fff;
	margin-right: calc(100 / var(--break) * 100vw);
}
.index_movie .ttl__common02 .en:after,
.index_movie .ttl__common02 .en:after {
	margin-right: 0!important;
	margin-left: calc( 100 / var(--break) * 100vw);
}
.box__movie01 {
	border: 1px solid #fff;
	height: calc( 50 / var(--break) * 100vw);
}
.box_movie01 video {
	width: calc( 480 / var(--break) * 100vw)!important;
}
.slide__movie01 {
	max-width: calc( 1500 / var(--break) * 100vw);
	width: 90%;
}
.slide__movie01 li {
	max-width: calc( 480 / var(--break) * 100vw);
	margin: 0 calc( 15 / var(--break) * 100vw);
}
.slide__movie01 .slick-prev, .slide__movie01 .slick-next {
	width: calc( 20 / var(--break) * 100vw);
	height: calc( 34 / var(--break) * 100vw);
	background: url(images/page/arw_slide01.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide__movie01 .slick-prev:before, .slide__movie01 .slick-next:before {
	display: none;
}
.slide__movie01 .slick-prev {
	left: -3%;
}
.slide__movie01 .slick-next {
	right: -3%;
	transform: scaleX(-1);
}
.slide__movie01 .slick-dots {
	bottom: calc( -58 / var(--break) * 100vw);
}
.slide__movie01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide__movie01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide__movie01 .slick-dots li button:before {
	content: "";
	background: #211d1b;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide__movie01 .slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.slide__movie01 li {
		max-width: calc(350 / var(--break)* 100vw);
		margin: 0 calc(15 / var(--break)* 100vw);
	}
}
@media(max-width: 767px) {
	.index_movie {
		background: url("images/index/bg_movie01_sp.png") no-repeat center top / 100% auto;
		padding: 11vw 0 13vw;
	}
	.index_movie .ttl__common02 {
		margin-bottom: 5vw;
	}
	.index_movie .ttl__common02 .en:before, .index_movie .ttl__common02 .en:after, .index_movie .ttl__common02 .en:before, .index_movie .ttl__common02 .en:after {
		margin-right: calc(50 / var(--break)* 100vw);
	}
	.index_movie .ttl__common02 .en:after, .index_movie .ttl__common02 .en:after {
		margin-left: calc(30 / var(--break)* 100vw);
	}
	.box_movie01 video {
		width: calc( 646 / var(--break) * 100vw)!important;
	}
	.slide__movie01 li {
		max-width: calc(646 / var(--break)* 100vw);
		margin: 0 calc(15 / var(--break)* 100vw);
	}
	.slide__movie01 .slick-prev, .slide__movie01 .slick-next {
		width: calc(32 / var(--break)* 100vw);
		height: calc(53 / var(--break)* 100vw);
	}
	.slide__movie01 .slick-prev {
		left: -5%;
	}
	.slide__movie01 .slick-next {
		right: -5%;
	}
}


/* 診療内容 index_medical
------------------------------------------------------------------*/
.row__medical01 .col {
	max-width: calc( 720 / var(--break) * 100vw);
	width: 48%;
	margin-right: 4%;
}
.row__medical01 .col:nth-child(2n),
.row__medical01 .col:last-child {
	margin-right: 0;
}
.ttl__medical01 {
	width: calc( 400 / var(--break) * 100vw);
	height: calc( 80 / var(--break) * 100vw);
	border-radius: calc( 40 / var(--break) * 100vw) 0 calc( 40 / var(--break) * 100vw) 0;
	background-color: #2d9ca3e6;
	left: 0;
	top: 0;
}
.row__medical01 .col:nth-child(n+3) {
	margin-top: calc( 60 / var(--break) * 100vw);
}
.row__medical01 .col:nth-child(2) .ttl__medical01 {
	background-color: #56bba0e6;
}
.row__medical01 .col:nth-child(3) .ttl__medical01 {
	background-color: #f19717e6;
}
.row__medical01 .col:nth-child(4) .ttl__medical01 {
	background-color: #feaf05e6;
}
.row__medical01 .col:nth-child(5) .ttl__medical01 {
	background-color: #469e44e6;
}
.row__medical01 .txt {
	max-width: calc( 560 / var(--break) * 100vw);
}
.row__medical01 .col .ccl {
	width: calc( 160 / var(--break) * 100vw);
	height: calc( 100 / var(--break) * 100vw);
	border-radius: calc( 50 / var(--break) * 100vw);
	background-color: #2e7e63e6;
}
.row__medical01 .col .ccl01 {
	z-index: 1;
}
.row__medical01 .col:nth-child(2) .ccl,
.row__medical01 .col:nth-child(4) .ccl {
	right: 0;
}
.row__medical01 .col:nth-child(3) .ccl,
.row__medical01 .col:nth-child(4) .ccl {
	background-color: #b84016e6;
}
.row__medical01 .col:nth-child(4) .ccl {
	width: calc( 200 / var(--break) * 100vw);
}
.row__medical01 .ccl {
	bottom: calc( -30 / var(--break) * 100vw);
	letter-spacing: 0;
}
.row__medical01 .col:nth-child(3) .ccl01,
.row__medical01 .col:nth-child(5) .ccl01 {
	right: calc( 140 / var(--break) * 100vw);
}
.row__medical01 .ccl02 {
	right: 0;
}
.row__medical01 .img {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.row__medical01 .col {
		max-width: calc( 720 / var(--break) * 100vw);
		width: 100%;
		margin-right: 0;
		padding: 20vw 5vw 10vw;
	}
	.row__medical01 .col:nth-child(n+2) {
		margin-top: calc( 60 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(2n),
	.row__medical01 .col:last-child {
		margin-right: 0;
	}
	.ttl__medical01 {
		width: calc( 540 / var(--break) * 100vw);
		height: calc( 100 / var(--break) * 100vw);
		border-radius: calc( 40 / var(--break) * 100vw) 0 calc( 40 / var(--break) * 100vw) 0;
		font-size: calc( 40 / 750 * 100vw );
	}
	.row__medical01 .col:nth-child(n+3) {
		margin-top: calc( 60 / var(--break) * 100vw);
	}
	.row__medical01 .txt {
		max-width: calc( 560 / var(--break) * 100vw);
	}
	.row__medical01 .col:nth-child(n+2) .img {
		margin-bottom: 19vw;
	}
	.row__medical01 .col .ccl {
		width: calc( 256 / var(--break) * 100vw);
		height: calc( 160 / var(--break) * 100vw);
		border-radius: calc( 80 / var(--break) * 100vw);
		left: 0;
		right: 0;
		bottom: -15vw;
		margin: auto;
		font-size: calc( 28 / var(--break) * 100vw);
	}
	.row__medical01 .col .ccl01 {
		z-index: 1;
	}
	.row__medical01 .col:nth-child(3) .ccl01 ,
	.row__medical01 .col:nth-child(5) .ccl01 {
		left: calc( 20 / var(--break) * 100vw);
		right: auto!important;
	}
	.row__medical01 .col:nth-child(3) .ccl02,
	.row__medical01 .col:nth-child(5) .ccl02 {
		right: calc( 20 / var(--break) * 100vw);
		left: auto!important;
	}
	.row__medical01 .col:nth-child(4) .ccl {
		width: calc( 320 / var(--break) * 100vw);
	}
	.row__medical01 .ccl {
		bottom: calc( -30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row__medical01 .col:nth-child(3) .ccl01,
	.row__medical01 .col:nth-child(5) .ccl01 {
		right: calc( 140 / var(--break) * 100vw);
	}
	.row__medical01 .ccl02 {
		right: 0;
	}
	.row__medical01 .img {
		max-width: calc( 520 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.row__medical01 .copy {
		font-size: calc( 40 / var(--break) * 100vw);
	}
}


/* お悩み index_trouble
------------------------------------------------------------------*/
.index_trouble {
	background: url("images/index/bg_trouble01.png")no-repeat center top / 100% auto ,#2d9ca3e6;
}
.en__trouble01 {
	color: #ffffff80;
	letter-spacing: .3em;
}
.row__trouble01 .col {
	width: 32%;
	max-width: 480px;
	margin-right: 2%;
}
.row__trouble01 .col:nth-child(3n),
.row__trouble01 .col:last-child {
	margin-right: 0;
}
.row__trouble01 .col:nth-child(n+4) {
	margin-top: calc( 30 / var(--break) * 100vw);
}
.row__trouble01 .col a {
	height: calc( 200 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw)
}
.row__trouble01 .col a:after {
	border-width: calc( 20 / var(--break) * 100vw);
	border-style: solid;
	border-color: transparent #feaf05 #feaf05 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row__trouble01 .col:nth-child(2) a:after,
.row__trouble01 .col:nth-child(5) a:after {
	border-color: transparent #f8e61b #f8e61b transparent;
}
.row__trouble01 .col:nth-child(3n) a:after {
	border-color: transparent #a9cd37 #a9cd37 transparent;
}
.row__trouble01 .icn {
	width: calc( 140 / var(--break) * 100vw);
}
.row__trouble01 .txt {
	width: calc( 100% - calc( 140 / var(--break) * 100vw) );
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.index_trouble {
		background: url("images/index/bg_trouble01_sp.png")no-repeat center top / 100% auto ,#2d9ca3e6;
	}
	.ttl__trouble01 {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.en__trouble01 {
		color: #ffffff80;
		letter-spacing: .2em;
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row__trouble01 .col,
	.row__trouble01 .col:nth-child(3n) {
		width: 48.5%;
		max-width: calc( 340 / var(--break) * 100vw);
		margin-right: 3%;
	}
	.row__trouble01 .col:nth-child(2n),
	.row__trouble01 .col:last-child {
		margin-right: 0;
	}
	.row__trouble01 .col:nth-child(n+3) {
		margin-top: calc( 30 / var(--break) * 100vw);
	}
	.row__trouble01 .col a {
		height: calc( 310 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw);
		padding: 0;
	}
	.row__trouble01 .col a:after {
		border-width: calc( 20 / var(--break) * 100vw);
		border-style: solid;
		border-color: transparent #feaf05 #feaf05 transparent;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.row__trouble01 .col:nth-child(2) a:after,
	.row__trouble01 .col:nth-child(5) a:after {
		border-color: transparent #f8e61b #f8e61b transparent;
	}
	.row__trouble01 .col:nth-child(3n) a:after {
		border-color: transparent #a9cd37 #a9cd37 transparent;
	}
	.row__trouble01 .icn {
		margin: 0 auto;
		width: calc( 140 / var(--break) * 100vw);
	}
	.row__trouble01 .txt {
		width: 100%;
		font-size: calc( 34 / var(--break) * 100vw);
		line-height: 1.3;
		margin-top: -6vw;
		padding-bottom: 2vw;
	}
}


/* ご挨拶 index_greeting
------------------------------------------------------------------*/
.row__greeting01 .col_img {
	max-width: 620px;
	width: 41.4%;
}
.row__greeting01 .col_txt {
	width: 54%;
}
.row__greeting01 .en {
	width: calc( 78 / var(--break) * 100vw);
}
.row__greeting01 .col_txt .wrap {
	width: 80%;
}
.row__greeting01 .col_txt .ttl {
	height: calc( 120 / var(--break) * 100vw);
	border-top: 2px solid #211d1b;
	background: url("images/index/bar_greeting01.svg")no-repeat center bottom / auto calc( 18 / var(--break) * 100vw);
	max-width: calc( 630 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.name__dr01 {
	background-color: #337e62e6;
	border-radius: calc( 100 / var(--break) * 100vw);
	width: calc( 260 / var(--break) * 100vw);
	height: calc( 180 / var(--break) * 100vw);
	left: calc( -40 / var(--break) * 100vw);
	bottom: calc( 60 / var(--break) * 100vw);
}
.name__dr01 .txt01 {
	background: url("images/index/dot_greeting01.svg")no-repeat center bottom / auto calc( 3 / var(--break) * 100vw);
	max-width: calc( 144 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.name__dr01 .wrap {
	width: 100%;
}
.index_slide li {
	margin: 0;
}
.index_slide li img {
	width: calc(600 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row__trouble01 .icn {
		width: calc(100 / var(--break)* 100vw);
	}
	.row__trouble01 .txt {
		width: calc(100% - calc(110 / var(--break)* 100vw));
		font-size: 1.5rem;
	}
	.row__trouble01 .col a {
		padding: 0 calc( 30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.index_greeting {
		padding: 33vw 0 2vw;
	}
	.row__greeting01 {
		position: relative;
	}
	.row__greeting01 .col_img {
		max-width: calc( 620 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 10vw;
	}
	.row__greeting01 .col_txt {
		width: 100%;
	}
	.row__greeting01 .col_txt > .en {
		width: calc(646 / var(--break)* 100vw);
		position: absolute;
		left: 0;
		right: 0;
		top: -20vw;
		margin: auto;
	}
	.row__greeting01 .col_txt .wrap {
		width: 100%;
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row__greeting01 .col_txt .ttl {
		height: calc( 140 / var(--break) * 100vw);
		border-top: 2px solid #211d1b;
		background: url("images/index/bar_greeting01_sp.svg")no-repeat center bottom / 100% auto;
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		font-size: calc( 46 / 750 * 100vw );
	}
	.name__dr01 {
		border-radius: calc( 80 / var(--break) * 100vw);
		width: calc( 260 / var(--break) * 100vw);
		height: calc( 220 / var(--break) * 100vw);
		left: calc( -30 / var(--break) * 100vw);
		bottom: calc( 60 / var(--break) * 100vw);
		padding-bottom: 3vw;
	}
	.name__dr01 .txt01 {
		background: url("images/index/dot_greeting01.svg")no-repeat center bottom / auto calc( 3 / var(--break) * 100vw);
		font-size: calc( 34 / 750 * 100vw );
		max-width: calc( 150 / var(--break) * 100vw);
	}
	.name__dr01 .ja {
		font-size: calc( 44 / 750 * 100vw );
		width: 100%;
	}
	.name__dr01 .en {
		font-size: calc( 22 / 750 * 100vw );
		letter-spacing: .1em;
	}
	.name__dr01 .wrap {
		width: 100%;
	}
}


/* 採用情報・トピックス index_r_t
------------------------------------------------------------------*/
.row__r_t01 .col {
	width: 48%;
	max-width: 720px;
}
.box__recruit01 a {
	background: #8ab20a url("images/index/bg_recruit01.png")no-repeat center bottom / 100% auto;
	border-radius: calc( 40 / var(--break) * 100vw);
	padding-bottom: calc( 290 / var(--break) * 100vw);
}
.box__recruit01 .arw {
	width: calc( 80 / var(--break) * 100vw);
	right: calc( 40 / var(--break) * 100vw);
	bottom: calc( 40 / var(--break) * 100vw);
}
.box__recruit01 .arw img {
	max-width: 100%;
}
.box__recruit01 .box {
	width: calc( 260 / var(--break) * 100vw);
	height: calc( 52 / var(--break) * 100vw);
	border-radius: calc( 30 / var(--break) * 100vw)
}
.box__recruit01 .txt {
	line-height: 2.2;
}
.btn__topics01 {
	width: calc( 100 / var(--break) * 100vw);
}
.btn__topics01 a {
	height: calc( 30 / var(--break) * 100vw);
	padding-bottom: calc( 5 / var(--break) * 100vw);
	border-radius: calc( 5 / var(--break) * 100vw)
}
.wrap__topics01 {
	border-bottom: 2px solid #211d1b;
}
.list__blog01 .thmb,
.list__blog01 .thmb img {
	width: calc(150 / var(--break) * 100vw);
	height: calc(150 / var(--break) * 100vw);
}
.list__blog01 .txt_post {
	width: calc(100% - calc(180 / var(--break) * 100vw));
}
.list__blog01 li:nth-child(n+2) {
	margin-top: calc( 20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.box__recruit01 .arw {
		width: calc(50 / var(--break)* 100vw);
	}
}
@media(max-width: 767px) {
	.index_r_t {
		margin-bottom: 32vw;
	}
	.row__r_t01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row__r_t01 .col_r {
		position: relative;
	}
	.btn__topics01 {
		width: calc( 440 / var(--break) * 100vw);
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: -18vw;
		top: auto;
		font-size: calc( 32 / var(--break) * 100vw);
	}
	.btn__topics01 a {
		height: calc( 100 / var(--break) * 100vw);
		border-radius: calc( 10 / var(--break) * 100vw)
	}
	.en__recruit01 {
		font-size: calc( 80 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.box__recruit01 {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12vw;
	}
	.box__recruit01 a {
		background: #8ab20a url("images/index/bg_recruit01.png")no-repeat center bottom / 100% auto;
		border-radius: calc( 40 / var(--break) * 100vw);
		padding-bottom: calc( 290 / var(--break) * 100vw);
	}
	.box__recruit01 .arw {
		width: calc( 80 / var(--break) * 100vw);
		right: calc( 40 / var(--break) * 100vw);
		bottom: calc( 40 / var(--break) * 100vw);
	}
	.box__recruit01 .arw img {
		max-width: 100%;
	}
	.box__recruit01 .box {
		width: calc( 260 / var(--break) * 100vw);
		height: calc( 52 / var(--break) * 100vw);
		border-radius: calc( 30 / var(--break) * 100vw);
		font-size: calc( 32 / var(--break) * 100vw);
		margin-bottom: 5vw;
	}
	.box__recruit01 .txt {
		line-height: 1.6;
		font-size: calc( 30 / var(--break) * 100vw);
	}
	.wrap__topics01 {
		border-bottom: 2px solid #211d1b;
		padding-bottom: 3vw;
		margin-bottom: 5vw;
	}
	.wrap__topics01 .ttl__common03 .en {
		margin-right: 3vw;
	}
	.list__blog01 .thmb,
	.list__blog01 .thmb img {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
	}
	.list__blog01 .txt_post {
		width: calc(100% - calc(210 / var(--break) * 100vw));
	}
	.list__blog01 li:nth-child(n+2) {
		margin-top: calc( 30 / var(--break) * 100vw);
	}
	.list__blog01 .date {
		font-size: calc( 26 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.list__blog01 .txt_post .txt_excerpt {
		margin-top: 0;
	}
	.list__blog01 li a {
		padding: 3vw;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.logo_foot {
	width: calc( 602 / var(--break) * 100vw);
}
.logo_foot img {
	width: 100%;
	max-width: 100%;
}
.address_foot {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: calc( 60 / var(--break) * 100vw);
}
.address_foot .icn {
	width: calc( 19 / var(--break) * 100vw);
	margin-right: calc( 15 / var(--break) * 100vw);
}
.row_foot01 .btn_line01 a {
	height: calc( 70 / var(--break) * 100vw);
	background-color: #2dad38;
	border-radius: calc( 35 / var(--break) * 100vw);
}
.main_foot .tbl_caption {
	color: #fff;
}
.row_foot01 > .col_l {
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.row_foot02 .col_l {
	width: calc( 100% - calc( 640 / var(--break) * 100vw) );
}
.row_foot02 .col_r {
	width: calc( 640 / var(--break) * 100vw);
}
.bg__foot01 .icn {
	width: calc( 60 / var(--break) * 100vw);
}
.bg__foot01 .txt {
	width: calc( 100% - calc( 80 / var(--break) * 100vw) );
}
.img_foot01 .en {
	width: calc( 35 / var(--break) * 100vw);
	height: calc( 200 / var(--break) * 100vw);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_foot03 {
	border-bottom: 1px solid #211d1b;
}
.row_foot03 .col_l {
	width: 31%;
	max-width: 380px;
}
.row_foot03 .col_r {
	width: 65%;
	max-width: 800px;
}
.row_foot03 .ttl {
	border-bottom: 2px solid #211d1b;
}
.list_foot01 li:nth-child(n+2) {
	margin-top: calc( 22 / var(--break) * 100vw);
}
.list_foot01 .arw {
	width: calc( 16 / var(--break) * 100vw);
}
.list_foot01 .txt {
	width: calc( 100% - calc( 30 / var(--break) * 100vw) );
}
.list_foot01 .arw {
	width: calc( 16 / var(--break) * 100vw);
	margin-top: .2rem;
}
.row_foot03 .col_r .list_foot01 {
	width: 48%;
}
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.logo_foot {
		width: calc( 646 / var(--break) * 100vw);
		margin-bottom: 8vw;
	}
	.logo_foot img {
		width: 100%;
		max-width: 100%;
	}
	.address_foot {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		height: calc( 95 / var(--break) * 100vw);
	}
	.address_foot .icn {
		width: calc( 30 / var(--break) * 100vw);
		margin-right: calc( 15 / var(--break) * 100vw);
	}
	.row_foot01 .btn_line01 a {
		height: calc( 120 / var(--break) * 100vw);
		border-radius: calc( 60 / var(--break) * 100vw);
	}
	.main_foot .tbl_caption {
		color: #fff;
	}
	.row_foot01 > .col_l {
	}
	.row_foot01 > .col_r {
		width: 45%;
		max-width: 530px;
	}
	.row_foot02 > .col {
		width: 100%!important;
	}
	.row_foot02 .col_l {
		background: #337e62;
	}
	.row_foot02 .col_r {
		margin: 0 auto;
		padding: 10vw 0;
	}
	.bg__foot01 {
		padding: 6vw 4vw;
	}
	.bg__foot01.bg01 {
		margin-bottom: calc( 40 / var(--break) * 100vw);
	}
	.bg__foot01 .icn {
		width: calc( 60 / var(--break) * 100vw);
	}
	.bg__foot01 .txt {
		width: calc( 100% - calc( 80 / var(--break) * 100vw) );
		font-size: calc( 30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg__foot01.bg02 .txt {
		font-size: calc( 28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.img_foot01 {
		margin-bottom: 5vw;
	}
	.img_foot01 .en {
		width: calc( 50 / var(--break) * 100vw);
		height: calc( 290 / var(--break) * 100vw);
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.row_foot03 {
		border-bottom: 1px solid #211d1b;
		justify-content: center;
	}
	.row_foot03 .col {
		width: 100%!important;
		max-width: calc( 646 / var(--break) * 100vw)!important;
	}
	.row_foot03 .en {
		font-size: calc( 50 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.row_foot03 .ja {
		font-size: calc( 32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_foot03 .col_l {
		margin-bottom: 10vw;
	}
	.list_foot01 li:nth-child(n+2) {
		margin-top: calc( 27 / var(--break) * 100vw);
	}
	.list_foot01 .arw {
		width: calc( 16 / var(--break) * 100vw);
	}
	.list_foot01 .txt {
		width: calc( 100% - calc( 50 / var(--break) * 100vw) );
	}
	.list_foot01 .arw {
		width: calc( 32 / var(--break) * 100vw);
		margin-top: .2rem;
	}
	.row_foot03 .col_r .list_foot01 {
		width: 100%;
	}
	.row_foot03 .col_r .list_foot01:nth-child(n+2) {
		margin-top: 5vw;
	}
	.copyright {
		font-size: calc( 28 / var(--break) * 100vw);
		letter-spacing: .1em;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix .row_cv01 {
		width: calc( 750 / 750 * 100vw );
		display: none;
		position: absolute;
		bottom: calc( 110 / 750 * 100vw );
		left: 0;
		transform: translateX(0);
		z-index: 3;
		padding: calc( 12 / var(--break) * 100vw);
		background-color: #337e62;
	}
	.fix .row_cv01 .col {
		width: calc( 360 / 750 * 100vw );
	}
	.fix_tel {
		width: calc(220 / 750 * 100vw);
	}
	.fix_web {
		width: calc(210 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(110 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	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(18 / var(--break) * 100vw) auto;
	border: 1px solid #211d1b;
	border-radius: calc( 30 / var(--break) * 100vw);
}
.btn_map a:after {
	content: "";
	border-top: 2px solid #211d1b;
	border-right: 2px solid #211d1b;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	position: absolute;
	right: calc(30 / var(--break)* 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1599 * 100vw);
		height: calc(100% + calc(150 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		font-size: calc( 30 / var(--break) * 100vw);
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		border-radius: calc( 50 / var(--break) * 100vw);
		background-position: left 4vw center;
		background-size: calc(38 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
	}
	.btn_map a::after {
		right: 4vw;
		width: calc(20 / var(--break)* 100vw);
		height: calc(20 / var(--break)* 100vw);
	}
}

/* コピペ用 copy&paste
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}
@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.png")no-repeat left center / cover;
	height: calc(560 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
	background: url("images/page/deco_hdg2.svg")no-repeat center bottom / calc( 348 / var(--break) * 100vw) auto;
}
.hdg2 .en {
	letter-spacing: .3em;
}
.hdg3 .deco {
	width: calc( 126 / var(--break) * 100vw);
}
.hdg4 {
	height: calc( 80 / var(--break) * 100vw);
	background: url("images/page/bg_hdg4_01.png")no-repeat left center / auto 100%,
		url("images/page/bg_hdg4_02.png")no-repeat right center / auto 100%;
}
.ttl_common01 {
	height: calc( 60 / var(--break) * 100vw);
}
.ttl_common02 {
	height: calc( 90 / var(--break) * 100vw);
	border-top: 3px solid #211d1b;
}
.ttl_common02:before {
	content: "";
	background: url("images/page/deco_hdg5.svg")no-repeat center / contain;
	width: calc( 6 / var(--break) * 100vw);
	height: calc(28 / var(--break) * 100vw);
	position: absolute;
	left: calc( 20 / var(--break) * 100vw);
	top: 1em;
}
.ttl_common02:after {
	content: "";
	background: url("images/page/bg_pattern06.png")no-repeat left top / auto calc( 10 / var(--break) * 100vw);
	width: 100%;
	height: calc( 10 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	bottom: 0;
}
.row_common01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_txt {
	width: 50%;
}
.row_common01 .col_img:after {
	content: "";
	background: rgb(241,151,23);
	background: linear-gradient(270deg, rgba(241,151,23,1) 25%, rgba(254,176,9,1) 75%);
	width: 100%;
	height: calc( 100% - calc( 20 / 1920 * 100vw ) );
	position: absolute;
	left: calc( -20 / 1920 * 100vw );
	bottom: 0;
	z-index: -1;
	border-radius: calc( 20 / var(--break) * 100vw)
}
.row_common01.r_reverse .col_img:after {
	left: auto!important;
	right: calc( -20 / 1920 * 100vw );
}
.row_common01 .col_img.no_deco:after {
	display: none;
	padding-bottom: 0!important;
}
.row_common02 .col_img {
	max-width: 420px;
	width: 36.9%;
}
.row_common02 .col_txt {
	width: 58.8%;
}
.row_common02 .col_txt .copy {
	border-bottom: 1px solid #211d1b;
}
.row_common03 {
	gap: calc( 60 / var(--break) * 100vw) 2.33%;
}
.row_common03 .col {
	border-top: calc( 8 / var(--break) * 100vw) solid #337e62;
	max-width: 394px;
	width: 31.78%;
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
}
.row_common03 .ttl {
	border-bottom: 1px solid #211d1b;
}
.row_common03 .ttl .en {
	line-height: 1;
}
.row_common04 {
	gap: calc( 60 / var(--break) * 100vw) 2.33%;
}
.row_common04 .col {
	max-width: 394px;
	width: 31.78%;
	border-radius: calc( 20 / var(--break) * 100vw);
	overflow: hidden;
}
.row_common04 .box {
	height: calc( 120 / var(--break) * 100vw);
}
.row_common05 .col_img {
	max-width: calc( 350 / var(--break) * 100vw);
	width: 28.3%;
}
.row_common05 .col_txt {
	width: 66.8%;
}
.row_common06 {
	max-width: calc( 1000 / var(--break) * 100vw);
}
.row_common06 .col {
	max-width: 320px;
	width: 32%;
}
.row_common06 .ttl {
	height: calc( 100 / var(--break) * 100vw);
	background-color: #f19717e6!important;
	margin-top: calc( -30 / var(--break) * 100vw);
	position: relative;
}
.row_common06 .col:nth-child(2n) .ttl {
	background-color: #b84016e6!important;
}
.row_common07 {
	gap: calc( 60 / var(--break) * 100vw) 3.95%;
}
.row_common07 .col {
	width: 30.7%;
	max-width: 380px;
}
.row_common07 .ttl {
	height: calc( 70 / var(--break) * 100vw);
}
.row_common08 {
	gap: calc( 60 / var(--break) * 100vw) 2.33%;
}
.row_common08 .col {
	max-width: 394px;
	width: 31.78%;
}
.row_common08 .ttl {
	height: calc( 70 / var(--break) * 100vw);
}
.box_common01:before {
	content: "";
	background-color: #2d9ca3;
	width: calc( 240 / var(--break) * 100vw);
	height: calc( 240 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	border-radius: calc( 20 / var(--break) * 100vw) 0 0 0;
	left: 0;
	top: 0;
	z-index: -1;
}
.box_common01.reverse:before {
	transform: scale(-1, 1);
	left: auto!important;
	right: 0;
}
.box_common02 {
	position: relative;
	z-index: 1;
}
.box_common02:before {
	content: "";
	border: calc( 10 / var(--break) * 100vw) solid #fff;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.box_common03 .col_img {
	width: calc( 210 / var(--break) * 100vw);
	position: relative;
	z-index: 1;
}
.box_common03 .col_txt {
	width: calc( 100% - calc( 270 / var(--break) * 100vw) );
}
.box_common03 .num {
	width: calc( 40 / var(--break) * 100vw);
	height: calc( 40 / var(--break) * 100vw);
	padding-bottom: calc( 5 / var(--break) * 100vw);
	margin-top: calc( 3 / var(--break) * 100vw);
}
.box_common03 .ja {
	width: calc( 100% - calc( 60 / var(--break) * 100vw) );
}
.box_common04 {
	
}
.bg_common01 {
	background: url("images/page/bg_common01.jpg")no-repeat center / cover;
}
.bg_common02 {
	background: url("images/page/bg_common02.jpg")no-repeat center / cover;
}
.bg_common02 .box:before {
	content: "";
	border: 1px solid #211d1b;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.box_common03:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc( 120 / var(--break) * 100vw);
	border-style: solid;
	border-color: transparent #56bba0 #56bba0 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) 0;
}
.box_common03.box02:after {
	border-color: transparent #d8d2bf #d8d2bf transparent!important;
}
.box_tel01 {
	max-width: calc( 600 / var(--break) * 100vw);
}
.box_tel01 .wrap {
	max-width: calc( 600 / var(--break) * 100vw);
	background: url("images/page/deco_tel01.svg")no-repeat center bottom / auto calc( 3 / var(--break) * 100vw);
}
.row_qa01 .col_img {
	width: calc( 200 / var(--break) * 100vw);
}
.row_qa01 .col_txt {
	width: calc( 100% - calc( 280 / var(--break) * 100vw) );
}
.row_qa01 .col_txt:after {
	content: "";
	background: #ffffff;
	width: calc( 42 / var(--break) * 100vw);
	height: calc( 86 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	left: calc( -40 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_qa01.row_a .col_txt:after {
	background: #fff9c3!important;
	transform: scale(-1, 1);
	left: auto!important;
	right: calc( -40 / var(--break) * 100vw);
}
.list_common01 {
	width: 48%;
	max-width: 540px;
}
.list_common01 li {
	padding: calc( 11 / var(--break) * 100vw) calc( 12 / var(--break) * 100vw);
	border-bottom: 1px dotted #211d1b;
}
.list_common01 .icn {
	width: calc( 24 / var(--break) * 100vw);
	margin-top: calc( 3 / var(--break) * 100vw);
}
.list_common01 .txt {
	width: calc( 100% - calc( 40 / var(--break) * 100vw) );
}
.list_common02 {
	width: 48%;
	max-width: 540px;
}
.list_common02 li {
	padding: calc( 11 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw);
	border-bottom: 1px dotted #211d1b;
	margin-top: 0!important;
}
.list_common02 li:before {
	background-color: #2d9ca3!important;
	top: 1.5rem;
}
.list_common02 .etc {
	padding-right: calc( 10 / var(--break) * 100vw);
}
.list_common02 .etc:before {
	display: none;
}
.tbl_title {
	font-weight: 300;
	border: 1px solid #211d1b;
	border-bottom: none;
}
.tbl_common02 table {
	background: #fff;
	border: 1px solid #211d1b;
}
.tbl_common02 th {
	background: #eff7f7;
	color: #211d1b;
	border-right: 1px solid #211d1b;
}
.tbl_common02 tr:not(:last-child) th {
	border-bottom: 1px solid #211d1b;
}
.tbl_common02 tr:not(:last-child) td {
	border-bottom: 1px solid #211d1b;
}
.slide_common01,
.slide_common02 {
	max-width: calc( 1000 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.slide_common01 .slick-prev,
.slide_common02 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_common01 .slick-next ,
.slide_common02 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_common01 .slick-prev:before, .slide_common01 .slick-next:before,
.slide_common02 .slick-prev:before, .slide_common02 .slick-next:before {
	display: none;
}
.slide_common01 .slide_thumbnail li,
.slide_common02 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_common01 .slide_thumbnail li.thumbnail-current,
.slide_common02 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_common01 .slide_thumbnail li:nth-child(5n), .slide_common01 .slide_thumbnail li:last-child,
.slide_common02 .slide_thumbnail li:nth-child(5n), .slide_common02 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_common01 .slide_thumbnail li:hover,
.slide_common02 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.png");
		height: calc(500 / 750 * 100vw);
		padding: 8vw 0 0;
	}
	.hdg2 .ja {
		font-size: calc( 50 / 750 * 100vw );
		line-height: 1.2;
		padding-bottom: 6vw;
		margin-bottom: 2vw;
	}
	.hdg2 .en {
		font-size: calc( 30 / 750 * 100vw );
	}
	.hdg3 {
		font-size: calc( 46 / 750 * 100vw );
		letter-spacing: 0;
	}
	.hdg3 .deco {
		width: calc(254 / var(--break)* 100vw);
	}
	.hdg4 {
		height: auto;
		font-size: calc( 36 / 750 * 100vw );
		letter-spacing: 0;
		padding: 3.5vw 4vw 4.5vw;
		border-radius: calc( 20 / var(--break) * 100vw)
	}
	.col_img {
		text-align: center;
	}
	.slide_common01 .slick-prev, .slide_common01 .slick-next,
	.slide_common02 .slick-prev, .slide_common01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_common01 .slick-prev,
	.slide_common02 .slick-prev {
		left: 3vw;
	}
	.slide_common01 .slick-next,
	.slide_common02 .slick-next {
		right: 3vw;
	}
	.ttl_common01 {
		height: auto;
		font-size: calc( 38 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
		padding-top: 1vw;
		padding-bottom: 2vw;
		border-radius: calc( 50 / 750 * 100vw )
	}
	.ttl_common02 {
		height: auto;
		border-top: 3px solid #211d1b;
		font-size: calc( 40 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
		padding: 2vw 2vw 3vw 6vw;
		font-feature-settings: "palt";
	}
	.ttl_common02:before {
		top: .75em;
	}
	.row_common01 .col_img,
	.row_common01 .col_img img,
	.row_common01 .col_img:after {
		border-radius: calc( 40 / var(--break) * 100vw);
	}
	.row_common01 .col_img {
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.row_common01.r_reverse .col_img:after {
		left: auto !important;
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common01 .col_txt .copy {
		text-align: center;
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_common02 .col_img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
	}
	.row_common02 .col_txt .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 {
		gap: calc( 60 / var(--break) * 100vw) 2.33%;
	}
	.row_common03 .col {
		border-top: calc( 8 / var(--break) * 100vw) solid #337e62;
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding: 6vw 5vw 8vw;
	}
	.row_common03 .ttl {
		padding-bottom: 4vw;
		display: block;
	}
	.row_common03 .ja {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
		display: block;
	}
	.row_common03 .ttl .en {
		line-height: 1;
		display: block;
	}
	.row_common04 {
		gap: calc( 60 / var(--break) * 100vw) 4%;
		justify-content: center!important;
	}
	.row_common04 .col {
		max-width: 100%;
		width: 48%;
		border-radius: calc( 20 / var(--break) * 100vw);
		overflow: hidden;
	}
	.row_common04 .box {
		height: calc( 120 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common05 {
		flex-direction: column-reverse!important;
	}
	.row_common05 .col_img {
		max-width: calc( 600 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 3vw;
	}
	.row_common05 .col_txt {
		width: 100%;
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_common06 {
		max-width: calc( 1000 / var(--break) * 100vw);
	}
	.row_common06 .col {
		max-width: 320px;
		width: 48%;
	}
	.row_common06 .col:last-child {
		margin: 5vw auto 0;
	}
	.row_common06 .ttl {
		height: auto;
		margin-top: calc( -30 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw;
	}
	.row_common06 .col:nth-child(2n) .ttl {
		background-color: #b84016e6!important;
	}
	.row_common07 {
		gap: calc( 60 / var(--break) * 100vw) 3.95%;
	}
	.row_common07 .col {
		width: 48%;
	}
	.row_common07 .col:last-child {
		margin: 0 auto;
	}
	.row_common07 .ttl {
		height: calc( 70 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common08 {
		gap: calc( 60 / var(--break) * 100vw) 4%;
		justify-content: center!important;
	}
	.row_common08 .col {
		max-width: 100%;
		width: 48%;
	}
	.row_common08 .ttl {
		height: calc( 80 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.box_common01:before {
		content: "";
		background-color: #2d9ca3;
		width: calc( 240 / var(--break) * 100vw);
		height: calc( 240 / var(--break) * 100vw);
		position: absolute;
		clip-path: polygon(100% 0, 0% 100%, 0 0);
		border-radius: calc( 20 / var(--break) * 100vw) 0 0 0;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.box_common01.reverse:before {
		transform: scale(-1, 1);
		left: auto!important;
		right: 0;
	}
	.box_common02 {
		position: relative;
		z-index: 1;
	}
	.box_common02:before {
		content: "";
		border: calc( 10 / var(--break) * 100vw) solid #fff;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_common03 .col_img {
		width: calc( 210 / var(--break) * 100vw);
		position: relative;
		z-index: 1;
		margin: 0 auto 5vw;
	}
	.box_common03 .col_txt {
		width: 100%;
	}
	.box_common03 .col_txt .txt {
		position: relative;
		z-index: 1;
	}
	.box_common03 .num {
		width: calc( 50 / var(--break) * 100vw);
		height: calc( 50 / var(--break) * 100vw);
		padding-bottom: calc( 5 / var(--break) * 100vw);
		margin-top: calc( 5 / var(--break) * 100vw);
		font-size: 1rem;
	}
	.box_common03 .ja {
		width: calc( 100% - calc( 60 / var(--break) * 100vw) );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common04 {
		padding: 5vw 5vw 8vw;
	}
	.bg_common01 {
		background: url("images/page/bg_common01.jpg")no-repeat center / cover;
	}
	.bg_common02 {
		background: url("images/page/bg_common02.jpg")no-repeat center / cover;
	}
	.bg_common02 .copy .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.bg_common02 .copy .en {
		font-size: 1rem;
	}
	.bg_common02 .box:before {
		content: "";
		border: 1px solid #211d1b;
		width: calc( 100% - calc( 20 / var(--break) * 100vw) );
		height: calc( 100% - calc( 20 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_common03.mb55 {
		margin-bottom: 14vw;
	}
	.box_common03:after {
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc( 80 / var(--break) * 100vw);
		border-style: solid;
		border-color: transparent #56bba0 #56bba0 transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 0 0 calc( 20 / var(--break) * 100vw) 0;
	}
	.box_common03.box02:after {
		border-color: transparent #d8d2bf #d8d2bf transparent!important;
	}
	.box_tel01 {
		max-width: calc( 600 / var(--break) * 100vw);
	}
	.box_tel01 .wrap {
		max-width: calc( 600 / var(--break) * 100vw);
		background: url("images/page/deco_tel01.svg")no-repeat center bottom / auto calc( 3 / var(--break) * 100vw);
	}
	.box_tel01 .txt01 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_tel01 .txt02 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_tel01 .txt02 em {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.box_tel01 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_qa01 .col_img {
		width: calc( 200 / var(--break) * 100vw);
		margin: 0 auto 8vw;
	}
	.row_qa01 .col_txt {
		width: 100%;
	}
	.row_qa01 .col_txt:after {
		width: calc( 42 / var(--break) * 100vw);
		height: calc( 86 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: calc( -60 / var(--break) * 100vw);
		bottom: auto;
		margin: auto;
		transform: rotate(90deg);
	}
	.row_qa01.row_a .col_txt:after {
		background: #fff9c3!important;
		left: 0!important;
		right: 0!important;
		transform: rotate(90deg);
	}
	.list_common01 {
		width: 100%;
		max-width: 100%;
	}
	.list_common01 li {
		padding: calc( 11 / var(--break) * 100vw) calc( 12 / var(--break) * 100vw);
	}
	.list_common01 .icn {
		width: calc( 24 / var(--break) * 100vw);
		margin-top: calc( 14 / var(--break) * 100vw);
	}
	.list_common01 .txt {
		width: calc( 100% - calc( 40 / var(--break) * 100vw) );
	}
	.list_common02 {
		width: 100%;
		max-width: 100%;
	}
	.list_common02 li {
		padding: calc( 11 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw);
		border-bottom: 1px dotted #211d1b;
		margin-top: 0!important;
	}
	.list_common02 li:before {
		background-color: #2d9ca3!important;
		top: 1rem;
		bottom: auto!important;
	}
	.list_common02 .etc {
		padding-right: calc( 10 / var(--break) * 100vw);
	}
	.list_common02 .etc:before {
		display: none;
	}
	.tbl_title {
		font-weight: 300;
		border: 1px solid #211d1b;
		border-bottom: none;
	}
	.tbl_common02 table {
		background: #fff;
		border: 1px solid #211d1b;
	}
	.tbl_common02 th {
		background: #eff7f7;
		color: #211d1b;
		border-right: none;
	}
	.tbl_recruit tr:not(:last-child) th {
		border-bottom: none;
	}
	.tbl_common02 tr:not(:last-child) td {
		border-bottom: 1px solid #211d1b;
	}
}


/* 医院紹介（clinic）
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/page/bg_pattern05.png")repeat left top / calc( 3 / var(--break) * 100vw),
		url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.bg_clinic02:before {
	content: "";
	background: url("images/clinic/bg_clinic02.jpg")no-repeat left top / cover;
	width: 100%;
	height: calc( 450 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_clinic01 {
	margin-top: 0;
	max-width: calc( 1240 / var(--break) * 100vw);
	width: 100%;
}
.row_clinic02 .col_txt {
	padding: 0;
}
.row_clinic02.no_deco:after {
	display: none;
}
.row_clinic02 .col_txt .wrap {
	max-width: 670px;
	width: 90%;
}
.row_clinic02 .ttl {
	letter-spacing: .15em;
}
.row_clinic03 {
	max-width: 100%;
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center / cover;
}
.row_clinic03 .wrap {
	max-width: calc( 1160 / var(--break) * 100vw);
}
.row_clinic03 .btn_common01 {
	letter-spacing: .05em;
}
.bg_clinic03 {
	background: url("images/clinic/bg_clinic04.jpg")no-repeat center / cover;
}
.row_clinic04 {
	gap: calc( 60 / var(--break) * 100vw) 2.33%;
}
.row_clinic04 .col,
.row_clinic05 .col {
	max-width: 394px;
	width: 31.78%;
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
}
.row_clinic04 .box,
.row_clinic05 .box {
	border-top: calc( 8 / var(--break) * 100vw) solid #337e62;
}
.row_clinic04 .ttl,
.row_clinic05 .ttl {
	border-bottom: 1px solid #211d1b;
}
.row_clinic04 .ttl .en,
.row_clinic05 .ttl .en {
	line-height: 1;
}
.row_clinic05 {
	gap: calc( 60 / var(--break) * 100vw) 4%;
}
.row_clinic05 .col {
	max-width: 595px;
	width: 48%;
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
}
.img_clinic01 {
	margin-top: calc( -150 / var(--break) * 100vw);
	z-index: 1;
	position: relative;
	max-width: calc( 812 / var(--break) * 100vw);
}
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.row_clinic06 {
	gap: calc( 60 / var(--break) * 100vw) 3.95%;
}
.row_clinic06 .col {
	max-width: 380px;
	width: 30.7%;
}
.row_clinic06 .ttl {
	height: calc( 70 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: 8vw 5vw 10vw;
		background: url(images/page/bg_pattern04.png) repeat left top / calc(3 / var(--break)* 100vw), url(images/clinic/bg_clinic01.jpg) no-repeat right 80% center / cover;
	}
	.bg_clinic01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.bg_clinic01 .box {
		padding: 5vw 5vw 6vw;
	}
	.bg_clinic02 .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic02 .ttl {
		font-size: 1.125rem;
        letter-spacing: 0;
	}
	.row_clinic02 .col_img {
		margin-bottom: 6vw;
	}
	.bg_clinic03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic04 {
		gap: calc( 60 / var(--break) * 100vw) 0;
		justify-content: center!important;
	}
	.row_clinic04 .col,
	.row_clinic05 .col {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
	}
	.row_clinic04 .box,
	.row_clinic05 .box {
		border-top: calc( 8 / var(--break) * 100vw) solid #337e62;
		padding: 5vw 5vw 8vw;
	}
	.row_clinic04 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic04 .ttl, .row_clinic05 .ttl {
		padding-bottom: 3vw;
	}
	.row_clinic04 .ttl .en,
	.row_clinic05 .ttl .en {
		line-height: 1;
	}
	.row_clinic05 {
		gap: calc( 60 / var(--break) * 100vw) 0;
	}
	.row_clinic05 .col {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
	}
	.row_clinic05 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic06 {
		gap: calc( 60 / var(--break) * 100vw) 4%;
	}
	.row_clinic06 .col {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 48%;
	}
	.row_clinic06 .ttl {
		height: calc( 80 / var(--break) * 100vw);
	}
	.img_clinic01 {
		margin-top: calc( -50 / var(--break) * 100vw);
		z-index: 1;
		position: relative;
		max-width: calc( 812 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}


/* 院長・スタッフ紹介（staff）
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 50%;
}
.row_staff01 .col_txt {
	width: 43.6%;
}
.row_staff02 .col {
	width: 48.5%;
	max-width: 600px;
}
.row_staff02 .ttl {
	height: calc( 50 / var(--break) * 100vw);
}
.list_staff01 {
	border-bottom: 1px solid #211d1b4d;
}
.list_staff01:nth-child(n+2) {
	padding: calc( 6 / var(--break) * 100vw) 0;
}
.list_staff01 dt {
	width: calc( 130 / var(--break) * 100vw);
}
.list_staff01 dd {
	width: calc( 100% - calc( 140 / var(--break) * 100vw) );
}
.list_staff01.list01 dt {
	width: calc( 90 / var(--break) * 100vw);
}
.list_staff01.list01 dd {
	width: calc( 100% - calc( 100 / var(--break) * 100vw) );
}
.list_staff02 {
	width: 100%;
	max-width: 100%;
}
.list_staff02 li {
	padding: calc( 6 / var(--break) * 100vw) 0 calc( 6 / var(--break) * 100vw) calc( 25 / var(--break) * 100vw);
	border-bottom: 1px solid #211d1b4d;
}
.list_staff02 li:before {
	background-color: #48637d!important;
	top: 1rem;
}
.row_staff03 {
	max-width: calc( 1040 / var(--break) * 100vw);
}
.row_staff03 .col {
	max-width: 500px;
	width: 48.5%;
}
.wrap_staff01 .img {
	width: calc( 300 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc( 30 / var(--break) * 100vw);
}
.bg_staff01 {
	background: url("images/staff/bg_staff01.jpg")no-repeat center / cover;
}
.copy_staff01 .deco {
	width: calc( 31 / var(--break) * 100vw);
}
.copy_staff01 .deco02 {
	transform: scale(-1, 1);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc( 500 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_staff01 .col_txt {
		width: 100%;
	}
	.row_staff01 .col_txt .txt {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_staff02 .col:nth-child(2) {
		margin-top: 5vw;
	}
	.row_staff02 .ttl {
		height: calc( 70 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_staff01 {
		border-bottom: 1px solid #211d1b4d;
	}
	.list_staff01:nth-child(n+2) {
		padding: calc( 6 / var(--break) * 100vw) 0;
	}
	.list_staff01 dt {
		width: calc( 190 / var(--break) * 100vw);
	}
	.list_staff01 dd {
		width: calc( 100% - calc( 200 / var(--break) * 100vw) );
	}
	.list_staff01.list01 dt {
		width: calc( 140 / var(--break) * 100vw);
	}
	.list_staff01.list01 dd {
		width: calc( 100% - calc( 150 / var(--break) * 100vw) );
	}
	.list_staff02 {
		width: 100%;
		max-width: 100%;
	}
	.list_staff02 li {
		padding: calc( 16 / var(--break) * 100vw) 0 calc( 16 / var(--break) * 100vw) calc( 26 / var(--break) * 100vw);
		border-bottom: 1px solid #211d1b4d;
	}
	.list_staff02 li:before {
		background-color: #48637d!important;
		top: 1.1rem;
	}
	.row_staff03 {
		max-width: calc( 1040 / var(--break) * 100vw);
	}
	.row_staff03 .col {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff03 .col:nth-child(2) {
		margin-top: 5vw;
	}
	.wrap_staff01 .img {
		width: calc( 300 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc( 30 / var(--break) * 100vw);
	}
	.bg_staff01 {
		background: url("images/staff/bg_staff01.jpg")no-repeat center / cover;
	}
	.copy_staff01 {
		margin-bottom: 5vw;
	}
	.copy_staff01 .deco {
		width: calc( 31 / var(--break) * 100vw);
	}
	.copy_staff01 .deco02 {
		transform: scale(-1, 1);
	}
	.copy_staff01 .copy {
		font-size: calc( 38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_staff01 .name_staff01 {
		width: calc(350 / var(--break)* 100vw);
		left: -11vw;
		bottom: 4vw;
	}
	.name_common01 .txt,
	.name_staff01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.name_common01 .ja,
	.name_staff01 .ja {
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
	}
	.name_common01 .en,
	.name_staff01 .en {
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: .1em;
	}
}


/* 診療時間・アクセス（access）
------------------------------------------------------------------*/
.logo_access {
	max-width: calc( 648 / var(--break) * 100vw);
}
.logo_access img {
	width: 100%;
}
.txt_access01 {
	background: url("images/access/img_access02.png")no-repeat center / contain;
	margin-left: calc( 20 / var(--break) * 100vw);
	height: calc( 40 / var(--break) * 100vw);
	width: calc( 240 / var(--break) * 100vw);
}
.list_access01 {
	max-width: 100%;
	width: 100%;
}
.btn_access01 {
	max-width: calc( 502 / var(--break) * 100vw);
}
.btn_access01 a {
	background: url("images/access/ccl_access01.png")no-repeat center / contain;
	width: 100%;
	height: calc( 100 / var(--break) * 100vw);
}
.btn_access01 img {
	width: calc( 394 / var(--break) * 100vw);
	display: block;
}
.tbl_access01 {
	max-width: 1200px;
	margin-bottom: 0;
}
.tbl_access01 table {
	background-color: #fff;
}
.tbl_access01 tr:first-child th {
	background-color: #f6f4ed!important;
	font-weight: bold;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #211d1b;
}
.tbl_access01 tr:first-child th:not(:last-child) {
	border-right: 1px solid #211d1b;
}
.tbl_access01 tr:not(:first-child) th {
	border-right: 1px solid #211d1b;
	background: #eff7f7;
	color: #211d1b;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
}
.tbl_access01 tr:not(:first-child) th:first-child {
	border-bottom: 1px solid #211d1b;
	text-align: center;
}
.tbl_access01 tr:not(:first-child) td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.tbl_access01 tr:not(:first-child) td:not(:last-child) {
	border-right: 1px solid #211d1b;
}
.tbl_access01 tr:not(:last-child) td {
	border-bottom: 1px solid #211d1b;
}
.tbl_access01 .tbl_caption {
	text-align: center;
	margin-top: calc( 30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.list_access01 {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_access01 {
		max-width: calc( 646 / var(--break) * 100vw);
	}
	.btn_access01 a {
		height: calc( 128 / var(--break) * 100vw);
	}
	.btn_access01 img {
		width: calc( 540 / var(--break) * 100vw);
		display: block;
	}
	.tbl_access01 table {
		width: calc( 1800 / var(--break) * 100vw)!important;
	}
	.txt_access01 {
		margin-left: 0;
		height: calc(60 / var(--break)* 100vw);
		width: calc(255 / var(--break)* 100vw);
		font-size: .875rem;
		letter-spacing: 0;
		background: url(images/access/img_access02.png) no-repeat center / cover;
		border-radius: 5vw;
		padding-bottom: 1vw;
	}
}


/* 整形外科（orthopedics）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 首・腰の痛み（neck-back）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 肩・肘・手・指の痛み（shoulder-hand）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 股・膝・足の痛み（leg）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* スポーツ障害・外傷（sports）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ロコモ・骨粗しょう症（osteoporosis）
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 交通事故・労災（accident）
------------------------------------------------------------------*/
.row_accident01 {
	max-width: calc( 1000 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.row_accident01 .btn a {
	height: calc( 100 / var(--break) * 100vw);
	background-image: url("images/page/arw07.svg");
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_accident01 .btn a {
		height: calc( 120 / var(--break) * 100vw);
	}
	.row_accident01 {
		gap: calc( 40 / var(--break) * 100vw) 0;
	}
}


/* リハビリテーション科（rehabilitation）
------------------------------------------------------------------*/
.list_reha01 {
	max-width: 100%!important;
	width: 100%!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* デイケア（day-care）
------------------------------------------------------------------*/
.day-care .hdg3 .txt {font-size: 2.875rem;}
.day-care .row_common01 .col_txt .copy {font-size: 2.25rem;}
.day-care .row_common02 .col_txt .copy {font-size: 1.875rem;}
.day-care .txt {font-size: 1.25rem;}
.day-care



.tbl_day01 th {
	width: 35%!important;
	font-size: 1.25rem;
}
.tbl_day01 td {
	width: 65%!important;
	font-size: 1.25rem;
}
.day-care .tbl_caption {
	font-size: 1.25rem;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.day-care .hdg3 .txt {font-size: calc( 60 / 750 * 100vw );}
	.day-care .row_common01 .col_txt .copy {font-size:calc( 46 / var(--break) * 100vw);}
	.day-care .row_common02 .col_txt .copy {font-size: 1.375rem;}
	.day-care .txt {font-size: calc( 36 / 750 * 100vw );}
	.tbl_day01 th, .tbl_day01 td, .day-care .tbl_caption {
		font-size: calc( 36 / 750 * 100vw );
	}
}


/* 耳鼻咽喉科（otolaryngology）
------------------------------------------------------------------*/
.row_oto01 .col_img {
	max-width: 460px;
	width: 38%;
}
.row_oto01 .col_txt {
	max-width: 730px;
	width: 59%;
}
.box_oto01 {
	height: calc( 80 / var(--break) * 100vw);
	border: calc( 4 / var(--break) * 100vw) solid #f19717;
}
.slide_oto01 .slide_main li {
	width: calc(1000 / var(--break) * 100vw);
}
.slide_oto01 .slide_main li dl {
	opacity: 0;
	transition: opacity .3s;
}
.slide_oto01 .slide_main li.slick-active dl {
	opacity: 1;
}
.slide_oto01 .slick-slide {
	transform: scale(.8);
	margin-right: calc(50 / var(--break) * 100vw);
	margin-left: calc(50 / var(--break) * 100vw);
	transition: .5s;
}
.slide_oto01 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slide_oto01 .slick-prev,
.slide_oto01 .slick-next {
	top: calc(223/ var(--break) * 100vw);
	z-index: 1;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	background: url(images/page/arw_slide.svg) no-repeat center / contain;
}
.slide_oto01 .slick-prev {
	left: 2%;
	transform: translate(0);
}
.slide_oto01 .slick-next {
	right: 2%;
	transform: translate(0) scaleX(-1);
}
.slide_oto01 .slick-prev:before, .slide_oto01 .slick-next:before {
	display: none;
}
.slide_oto01 .slide_thumbnail {
	max-width: calc( 940 / var(--break) * 100vw);
}
.slide_oto01 .slide_thumbnail li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 29.8%;
	height: calc(50 / var(--break) * 100vw);
	margin-right: 5.3%;
	opacity: 1;
	transition: .3s;
	margin-top: 0;
	background-color: #8ab20a!important;
	position: relative;
}
.slide_oto01 .slide_thumbnail li:after {
	content: "";
	background: url("images/oto/arw_oto01.svg")no-repeat center / contain;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 21 / var(--break) * 100vw);
	position: absolute;
	right: calc( -28 / var(--break) * 100vw);
}
.slide_oto01 .slide_thumbnail li:last-child:after {
	display: none;
}
.slide_oto01 .slide_thumbnail .thumbnail-current {
	background-color: #337e62!important;
}
.slide_oto01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_oto01 .slide_thumbnail li:last-child {
	margin-right: 0 !important;
}
.slide_oto01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_oto01 .col {
	width: 100%;
	max-width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_oto01 .slick-prev {
		left: 11%;
	}
	.slide_oto01 .slick-next {
		right: 11%;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_oto01 .slick-prev {
		left: 5%;
	}
	.slide_oto01 .slick-next {
		right: 5%;
		transform: translate(0) scaleX(-1);
	}
}
@media(max-width: 767px) {
	.row_oto01 .col_img {
		max-width: calc( 500 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_oto01 .col_txt {
		max-width: 730px;
		width: 100%;
	}
	.box_oto01 {
		height: calc( 100 / var(--break) * 100vw);
		border: calc( 4 / var(--break) * 100vw) solid #f19717;
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc( 50 / var(--break) * 100vw)
	}
	.slide_oto01 .slide_thumbnail li {
		width: 47.1%;
		max-width: calc( 330 / 750 * 100vw );
		height: calc( 80 / 750 * 100vw );
		margin-right: 5.8%;
		font-size: calc( 30 / 750 * 100vw );
	}
	.slide_oto01 .slide_thumbnail li:nth-child(2n),
	.slide_oto01 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_oto01 .box dt {
		font-size: calc( 36 / 750 * 100vw );
		letter-spacing: 0;
	}
	.slide_oto01 .slide_main li {
		width: calc( 700 / var(--break) * 100vw);
		margin-left: 3.2vw;
		margin-right: 3.2vw;
	}
	.slide_oto01 .slick-prev, .slide_oto01 .slick-next {
		top: calc(150 / var(--break)* 100vw);
	}
	.slide_oto01 .slick-prev {
		left: 1vw;
	}
	.slide_oto01 .slick-next {
		right: 1vw;
	}
	.slide_oto01 .box {
		min-height: calc( 500 / var(--break) * 100vw);
	}
	.slide_oto01 .slide_thumbnail {
		max-width: calc(646 / var(--break)* 100vw);
	}
	.slide_oto01 .slide_thumbnail li:last-child {
		margin-top: 4vw;
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
	font-size: calc(24 / var(--break) * 100vw);
	line-height: 1.5;
	padding-top: calc(7 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 {
	max-width: calc( 1000 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: 0;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1599*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1599*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1599*100vw);
		font-size: calc(24 / 1599*100vw);
		padding-top: calc(7 / 1599*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1599 * 100vw);
		border-top-width: calc(23 / 1599 * 100vw);
		border-bottom-width: calc(23 / 1599 * 100vw);
		top: calc(55 / 1599 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1599 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1599 * 100vw );
		height: calc(54 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		margin: 0 calc( 8 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_case_common01:not(:last-of-type) {
		margin-bottom: calc(60 / 1299*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1299*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1299*100vw);
		font-size: calc(24 / 1299*100vw);
		padding-top: calc(7 / 1299*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1299 * 100vw);
		border-top-width: calc(23 / 1299 * 100vw);
		border-bottom-width: calc(23 / 1299 * 100vw);
		top: calc(55 / 1299 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1299 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1299 * 100vw );
		height: calc(54 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		margin: 0 calc( 8 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / 750*100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / 750*100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom:12vw;
	}
	.row_case01 .en {
		height: calc(50 / 750*100vw);
		font-size: calc(24 / 750*100vw);
		padding-top: calc(7 / 750*100vw);
		letter-spacing: .1em;
	}
	.row_case01:after {
		border-left: calc(40 / 750 * 100vw) solid transparent;
		border-right: calc(40 / 750 * 100vw) solid transparent;
		border-top: calc(30 / 750 * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.tbl_case {
		max-width: calc(1000 / 750*100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 750 * 100vw );
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / 750 * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots {
		bottom: -10vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
		margin: 0 calc( 14 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.row_case_common01 .col .case_img {
		height: calc(300 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1599 * 100vw);
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / 750 * 100vw);
	}
	.box_risk01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.bg_recruit01 {
	background: url("images/recruit/bg_recruit01.jpg")no-repeat center / cover;
}
.adjust_form01 {
	padding-top: calc(20 / var(--break) * 100vw) !important;
	padding-bottom: calc(20 / var(--break) * 100vw) !important;
}
.tbl_form01 table {
	border: none;
}
.tbl_form01 th,
.tbl_form01 td {
	border-bottom: none!important;
	padding: calc( 36 / var(--break) * 100vw);
	padding-left: 0;
	padding-right: 0;
}
.tbl_form01 th {
	background: #fff;
	color: #333333;
	width: 25%;
}
.tbl_form01 td {
	padding-left: calc( 26 / var(--break) * 100vw);
	width: 75%;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	width: 100%;
	border: none;
	background-color: #f4f4f4;
	padding: calc( 12 / var(--break) * 100vw);
}
.box_form {
	background: #eeeeee!important;
	padding: calc(20 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_recruit .require span:after {
	color: #fff;
	background-color: #f19717;
	font-size: .875rem;
	padding-bottom: calc( 5 / 1920 * 100vw );
	width: calc(50 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	line-height: calc(30 / var(--break) * 100vw);
}
.box_privacy {
	max-width: 1000px;
}
.btn_submit input {
	border: none;
	background: #2d9ca3;
	font-size: 1.375rem;
	border-radius: calc( 10 / var(--break) * 100vw)
}
.btn_submit:before {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: none;
	width: calc(8 / var(--break)* 100vw);
	height: calc(8 / var(--break)* 100vw);
	position: absolute;
	right: calc(30 / var(--break)* 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_recruit .require span:after {
		color: #fff;
		background-color: #f19717;
		font-size: .75rem;
		padding-bottom: calc( 5 / 1920 * 100vw );
		width: calc(80 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		line-height: calc(40 / var(--break) * 100vw);
	}
	.tbl_form01 th {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
	.btn_submit:before {
		width: calc(14 / var(--break)* 100vw);
		height: calc(14 / var(--break)* 100vw);
		right: calc(30 / var(--break)* 100vw);
	}
	.btn_submit input {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #211d1b;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	border-radius: calc( 10 / var(--break) * 100vw)
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #337e62;
	border: 1px solid #337e62;
	border-right-color: #337e62;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #337e62;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
	background-color: #fff;
}
#wp-calendar tbody td a {
	color: #337e62;
	text-decoration: underline;
}
.wp-calendar-nav{
	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;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #211d1b;
	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;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #211d1b;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	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;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.post_content a {
	text-decoration: underline;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #337e62;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #337e62;
	color: #337e62;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
	background-color: #fff;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #337e62;
	background: #337e62;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.375rem;
	line-height: 1.6;
	position: relative;
	font-weight: 300;
}
.single_post > h3:before {
	content: "";
	background: url(images/page/deco_hdg5.svg) no-repeat center / contain;
	width: calc(6 / var(--break) * 100vw);
	height: calc(28 / var(--break) * 100vw);
	position: absolute;
	left: calc(20 / var(--break)* 100vw);
	top: 1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		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: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.single_post > h3:before {
		background: url(images/page/deco_hdg5.svg) no-repeat center / contain;
		left: calc(20 / var(--break)* 100vw);
		top: .9em;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}


.grecaptcha-badge { visibility: hidden; }


/* NEWS（news）
------------------------------------------------------------------*/
.list_news01 {
	border-bottom: 1px dotted #211d1b;
}
.list_news01:last-child {
	margin-bottom: 0;
}
.list_news01 .txt,
.row_news01 .txt {
	width: calc( 120 / var(--break) * 100vw);
	height: calc( 28 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw);
	padding-bottom: calc( 3 / var(--break) * 100vw);
}
.list_news01.news01 .txt,
.row_news01.news01 .txt {
	background-color: #337e62;
}
.list_news01.news02 .txt,
.row_news01.news02 .txt {
	background-color: #f19717;
}
.list_news01.news03 .txt,
.row_news01.news03 .txt {
	background-color: #8ab20a;
}
.row_news01 .txt {
	width: calc( 160 / var(--break) * 100vw);
	height: calc( 40 / var(--break) * 100vw);
}
.list_news01 dt {
	margin-top: calc( 5 / var(--break) * 100vw);
}
.list_news01 dd {
	width: calc( 100% - calc( 280 / var(--break) * 100vw) );
}
.list_news01 dd > p {
	border-bottom: 1px solid #211d1b;
	display: inline;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.list_news01 {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.list_news01 .txt,
	.row_news01 .txt {
		width: calc( 160 / var(--break) * 100vw);
		height: calc( 40 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw);
		padding-bottom: calc( 3 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.list_news01 dd {
		width: 100%;
	}
	.list_news01 dd > p {
		font-size: 1rem;
		letter-spacing: 0;
	}
}