@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: #51bfb6;
	font-size: calc(16 / 1920*100vw);
	--color01: #3B2C1B;
	--color02: #44B954;
	--color03: #51BFB6;
	--color04: #A4CF57;
	--color05: #DFD36D;
	--color06: #E5F5F4;
	--color07: #EDF6E2;
	--color08: #F2EDC5;
	--color09: #F48FA6;
	--color10: #F5F5F5;
	--color11: #F77050;
	--color12: #F9FAE1;
	--color13: #FDE9ED;
	--color14: #;
	--color15: #;
	--color16: #;
	--color17: #;
	--color18: #;
	--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); 
}
@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); 
    }
}
@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); 
    }
}
@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); 
    }
}

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

.shu_l{
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.shu_b{
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.urw{
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zen{
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.meg{
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pen{
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #3b2c1b;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / 1920*100vw);
    height: calc(40 / 1920*100vw);
    line-height: calc(40 / 1920*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;
}
.content_home{
	z-index: 0;
	position: relative;
}
@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(1500 / 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);
	}
}


/* 共通
------------------------------------------------------------------*/
.tel_common01{
	width: calc(580 / 1920 * 100vw );
}
.web_common01{
	width: calc(200 / 1920 * 100vw );
}
.tel_common01 a,.web_common01 a{
	height: calc(126 / 1920 * 100vw );
}
.tel_common01 a .txt{
	border-bottom: 1px solid #3b2c1b;
}
.tel_common01 a .icn{
	width: calc(30 / 1920 * 100vw );
}
.web_common01 a .icn{
	width: calc(50 / 1920 * 100vw );
}
.web_common01 .btn_arw_parts02::after{
	border-width: calc(8 / 1920 * 100vw );
	border-color: transparent #dfd36d #dfd36d transparent;
}
.tbl_time .box{
	background: #fff;
	padding: calc(6 / 1920* 100vw) calc(0 / 1920* 100vw) calc(18 / 1920 * 100vw );
}
.tbl_time table{
	color: #3b2c1b;
}
.tbl_time.day8 table{
	max-width: 530px;
}
.tbl_time thead th{
	border-bottom: 1px solid #3b2c1b;
	padding: calc(9 / 1920* 100vw) 0 calc(10 / 1920* 100vw);
}
.tbl_time tbody td{
	padding: calc(11 / 1920* 100vw) 0 0;
}
.tbl_time tbody tr:last-child td {
	padding: calc(12 / 1920* 100vw) 0 calc(9 / 1920* 100vw);
}
.tbl_time table td span,.tbl_caption .txt01 span{
	color:#f77050; 
}
.tbl_caption{
	max-width: 480px;
	width: 90%;
	margin-top: calc(4 / 1920 * 100vw );
}
.tbl_caption .txt01{
	padding: calc(5 / 1920 * 100vw ) calc(20 / 1920 * 100vw );
}
.tbl_caption .txt02{
	padding: calc(5 / 1920 * 100vw ) calc(15 / 1920 * 100vw );
}
.btn_common01{
	width: calc(330 / 1920 * 100vw );
}
.btn_common01 a{
	border: none;
	border-radius: 40px;
	display: flex;
	padding: calc(21 / 1920* 100vw) 3% calc(24 / 1920* 100vw);
}
.btn_common01.btn_default01.arw02 a:after{
	width: calc(14 / 1920* 100vw);
	height: calc(14 / 1920* 100vw);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: calc(25 / 1920 * 100vw );
}
.btn_common01.btn_default01.arw02 a:hover:after{
	right: calc(20 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.tel_common01{
		width: calc(580 / 1599 * 100vw );
	}
	.web_common01{
		width: calc(200 / 1599 * 100vw );
	}
	.tel_common01 a,.web_common01 a{
		height: calc(126 / 1599 * 100vw );
	}
	.tel_common01 a .icn{
		width: calc(30 / 1599 * 100vw );
	}
	.web_common01 a .icn{
		width: calc(50 / 1599 * 100vw );
	}
	.web_common01 .btn_arw_parts02::after{
		border-width: calc(8 / 1599 * 100vw );
	}
	.tbl_time .box{
		padding: calc(6 / 1599* 100vw) calc(0 / 1599* 100vw) calc(18 / 1599 * 100vw );
	}
	.tbl_time thead th{
		padding: calc(9 / 1599* 100vw) 0 calc(10 / 1599* 100vw);
	}
	.tbl_time tbody td{
		padding: calc(11 / 1599* 100vw) 0 0;
	}
	.tbl_time tbody tr:last-child td {
		padding: calc(12 / 1599* 100vw) 0 calc(9 / 1599* 100vw);
	}
	.tbl_caption{
		margin-top: calc(4 / 1599 * 100vw );
		font-size: 1rem;
	}
	.tbl_caption .txt01{
		padding: calc(5 / 1599 * 100vw ) calc(10 / 1599 * 100vw );
	}
	.tbl_caption .txt02{
		padding: calc(5 / 1599 * 100vw ) calc(10 / 1599 * 100vw );
	}
	.btn_common01{
		width: calc(330 / 1599 * 100vw );
	}
	.btn_common01 a{
		padding: calc(21 / 1599* 100vw) 3% calc(24 / 1599* 100vw);
	}
	.btn_common01.btn_default01.arw02 a:after{
		width: calc(14 / 1599* 100vw);
		height: calc(14 / 1599* 100vw);
		right: calc(25 / 1599 * 100vw );
	}
	.btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(20 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tel_common01{
		width: calc(580 / 1299 * 100vw );
	}
	.web_common01{
		width: calc(150 / 1299 * 100vw );
	}
	.tel_common01 a,.web_common01 a{
		height: calc(110 / 1299 * 100vw );
	}
	.tel_common01 a .txt{
		font-size: 1rem;
	}
	.tel_common01 a .num{
		font-size: 1.75rem;
	}
	.tel_common01 a .icn{
		width: calc(25 / 1299 * 100vw );
		margin-bottom: 0;
	}
	.web_common01 a .txt01{
		font-size: 1rem;
	}
	.web_common01 a .txt02{
		font-size: 1.25rem;
	}
	.web_common01 a .icn{
		width: calc(35 / 1299 * 100vw );
	}
	.web_common01 .btn_arw_parts02::after{
		border-width: calc(8 / 1299 * 100vw );
	}
	.tbl_time .box{
		padding: calc(6 / 1299* 100vw) calc(0 / 1299* 100vw) calc(18 / 1299 * 100vw );
	}
	.tbl_time thead th{
		padding: calc(9 / 1299* 100vw) 0 calc(10 / 1299* 100vw);
	}
	.tbl_time tbody td{
		padding: calc(11 / 1299* 100vw) 0 0;
	}
	.tbl_time tbody tr:last-child td {
		padding: calc(12 / 1299* 100vw) 0 calc(9 / 1299* 100vw);
	}
	.tbl_caption{
		margin-top: calc(4 / 1299 * 100vw );
		letter-spacing: 0.05em;
	}
	.tbl_caption .txt01{
		padding: calc(5 / 1299 * 100vw ) calc(10 / 1299 * 100vw );
	}
	.tbl_caption .txt02{
		padding: calc(5 / 1299 * 100vw ) calc(10 / 1299 * 100vw );
	}
	.btn_common01{
		width: calc(330 / 1299 * 100vw );
	}
	.btn_common01 a{
		padding: calc(21 / 1299* 100vw) 3% calc(24 / 1299* 100vw);
		font-size: 1.25rem;
	}
	.btn_common01.btn_default01.arw02 a:after{
		width: calc(14 / 1299* 100vw);
		height: calc(14 / 1299* 100vw);
		right: calc(25 / 1299 * 100vw );
	}
	.btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(20 / 1299 * 100vw );
	}
}
@media only screen and (max-width: 767px) {
	.tel_common01{
		width: calc(580 / 750 * 100vw );
	}
	.web_common01{
		width: calc(200 / 750 * 100vw );
	}
	.tel_common01 a,.web_common01 a{
		height: calc(126 / 750 * 100vw );
	}
	.tel_common01 a .icn{
		width: calc(30 / 750 * 100vw );
	}
	.web_common01 a .icn{
		width: calc(50 / 750 * 100vw );
	}
	.web_common01 .btn_arw_parts02::after{
		border-width: calc(8 / 750 * 100vw );
	}
	.tbl_time .box{
		padding: calc(10 / 750* 100vw) calc(0 / 750* 100vw) calc(30 / 750 * 100vw );
	}
	.tbl_time.day8 thead th:first-child, .tbl_time.day8 tbody th{
		width: 70%;
		padding-left: 7%;
	}
	.tbl_time.day8 thead th:not(:first-child), .tbl_time.day8 tbody td{
		width: calc(81% / 7);
	}
	.tbl_time thead th{
		padding: calc(12 / 750* 100vw) 0 calc(22 / 750* 100vw);
	}
	.tbl_time.day8 thead th:last-child, .tbl_time.day8 tbody td:last-child{
		width: 25%;
	}
	.tbl_time tbody td{
		padding: calc(11 / 750* 100vw) 0 0;
	}
	.tbl_time tbody tr:last-child td {
		padding: 0 0 calc(9 / 750* 100vw);
	}
	.tbl_time .tbl_caption{
		margin-top: 1vw!important;
	}
	.tbl_caption .txt01{
		padding: calc(5 / 750 * 100vw ) calc(23 / 750 * 100vw );
		font-size: calc(24 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.tbl_caption .txt01 span{
		font-size: calc(24 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.tbl_caption .txt02{
		padding: calc(5 / 750 * 100vw ) calc(20 / 750 * 100vw );
		font-size: calc(24 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.btn_common01{
		max-width: calc(600 / 750 * 100vw )!important;
		width: calc(600 / 750 * 100vw )!important;
	}
	.btn_common01 a{
		padding: 3.5vw 3%;
		font-size: calc(32 / 750 * 100vw );
		letter-spacing: 0;
	}
	.btn_common01.btn_default01.arw02 a:after{
		width: calc(16 / 750* 100vw);
		height: calc(16 / 750* 100vw);
		right: calc(43 / 750 * 100vw )!important;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(43 / 750 * 100vw )!important;
	}
}

/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 10;
	width: calc(620 / 1920 * 100vw );
}
header h1 {
	width: calc(203 / 1920 * 100vw );
}
h1 a img {
	filter: drop-shadow(0px 0px 2px #fff)drop-shadow(0px 0px 5px #fff);
}
.wrap_head01{
	width: calc(580 / 1920 * 100vw );
}
.address_head{
	width: 100%;
}
.address_head .icn{
	width: calc(13 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	header {
		width: calc(620 / 1599 * 100vw );
	}
	header h1 {
		width: calc(203 / 1599 * 100vw );
	}
	.wrap_head01{
		width: calc(580 / 1599 * 100vw );
	}
	.address_head .icn{
		width: calc(13 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header {
		width: calc(580 / 1599 * 100vw );
	}
	header h1 {
		width: calc(203 / 1299 * 100vw );
	}
	.wrap_head01{
		width: calc(430 / 1299 * 100vw );
	}
	.address_head {
		font-size: 0.875rem;
		padding-top: calc(10 / 1299 * 100vw );
		padding-bottom: calc(10 / 1299 * 100vw );
	}
	.address_head .icn{
		width: calc(10 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	header h1 {
		width: calc(203 / 750 * 100vw );
	}
	.wrap_head01{
		display: none;
	}
	.address_head .icn{
		width: calc(13 / 750 * 100vw );
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.cover_gnav{
	z-index: 2;
}
.main_img {
	position: relative;
	min-height: 600px;
}
.main_img:before{
	content: "";
	background: #0000004D;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	margin: auto;
	z-index: 1;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li img {
	width: calc(684 / 1920 * 100vw);
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
	height: calc(930 / 1920 * 100vw );
}

.main_img .wrap_main01{
	left: 0;
	right: 0;
	margin: auto;
	top: 18.5%;
	z-index: 2;
}
.wrap_main01 h1{
	width: calc(203 / 1920 * 100vw );
}
.copy_main01{
	width: calc(538 / 1920 * 100vw );
}
.tbl_main01{
	left: calc(40 / 1920 * 100vw );
	bottom: calc(232 / 1920 * 100vw );
	z-index: 2;
	width: calc(530 / 1920 * 100vw );
}
.ccl_main01{
	width: calc(200 / 1920 * 100vw );
	height: calc(200 / 1920 * 100vw );
	background: url("images/index/ccl_main01.png")no-repeat center / contain;
	right: calc(60 / 1920 * 100vw );
	bottom: calc(230 / 1920 * 100vw );
	z-index: 2;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li img {
		width: calc(684 / 1599 * 100vw);
	}
	.main01 {
		height: calc(930 / 1599 * 100vw );
	}

	.wrap_main01 h1{
		width: calc(203 / 1599 * 100vw );
	}
	.copy_main01{
		width: calc(538 / 1599 * 100vw );
	}
	.tbl_main01{
		left: calc(40 / 1599 * 100vw );
		bottom: calc(232 / 1599 * 100vw );
		width: calc(450 / 1599 * 100vw );
	}
	.ccl_main01{
		width: calc(200 / 1599 * 100vw );
		height: calc(200 / 1599 * 100vw );
		right: calc(60 / 1599 * 100vw );
		bottom: calc(230 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img{
		min-height: auto;
		height: calc(930 / 1299 * 100vw )
	}
	.main01 {
		height: calc(930 / 1299 * 100vw );
	}


	.main_img .slide_main li img {
		width: calc(684 / 1299 * 100vw);
		height: auto;
	}
	.main_img .wrap_main01 {
		top: 9.5%;
	}
	.wrap_main01 h1{
		width: calc(175 / 1299 * 100vw );
	}
	.copy_main01{
		width: calc(460 / 1299 * 100vw );
	}
	.tbl_main01{
		left: calc(40 / 1299 * 100vw );
		bottom: calc(200 / 1299 * 100vw );
		width: calc(450 / 1299 * 100vw );
	}
	.ccl_main01{
		width: calc(200 / 1299 * 100vw );
		height: calc(200 / 1299 * 100vw );
		right: calc(60 / 1299 * 100vw );
		bottom: calc(230 / 1299 * 100vw );
	}
}
@media only screen and (max-width: 767px) {
	.main_img{
		height: calc(930 / 750 * 100vw );
		min-height: calc(930 / 750 * 100vw );
	}
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
	.main_img .slide_main li img {
		width: calc(684 / 750 * 100vw);
		height: calc(465 / 750 * 100vw );
	}
	.main_img .wrap_main01{
		top:22.5%;
	}
	.wrap_main01 h1{
		width: calc(203 / 750 * 100vw );
	}
	.copy_main01{
		width: calc(538 / 750 * 100vw );
	}
	.tbl_main01{
		left: 0;
		right: 0;
		margin: auto;
		bottom: -50vw;
		width: calc(702 / 750 * 100vw );
	}
	.ccl_main01{
		width: calc(280 / 750 * 100vw );
		height: calc(280 / 750 * 100vw );
		right: 3vw;
		bottom: -4vw;
		font-size: calc(24 / 750 * 100vw );
		padding-top: 12vw;
	}
	.ccl_main01 .txt_col03{
		font-size: calc(32 / 750 * 100vw );
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	bottom: calc(60 / 1920 * 100vw );
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	background: #3b2c1b;
	max-width: 1240px;
	width: 90%;
	border-radius: 10px;
}
/* .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: #3b2c1bE6;
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.gnav > ul {
	max-width: ;
}
.gnav > ul > li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(110 / 1920 * 100vw);
	position: relative;
}
.gnav > ul > li > a:after {
	content: "";
	position: absolute;
	width: calc( 25 / 1920*100vw);
	height: 2px;
	background: #dfd36d ;
	left: 0;
	right: 0;
	bottom: calc(13 / 1920 * 100vw );
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav > ul > li:not(:last-child):after{
	content: "";
	background-image:  linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 6px); 
	background-size:  2px 8px ;
	background-position: right top;
	background-repeat: repeat-y;
	width: 2px;
	height: calc( 34 / 1920 * 100vw );
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gnav > ul > li > a .ja{
	color: #fff;
	font-weight: bold;
}
.gnav > ul > li .en {
	color: #c7b946;
	font-size: 0.75rem;
	line-height: 1;
	padding-bottom: calc(10 / 1920 * 100vw );
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc(554 / 1920*100vw);
	background: #ffffffE6;
}
.gnav .nav_sub .list_l{
	width: calc(135 / 1920 * 100vw );
}
.gnav .nav_sub .list_r{
	width: calc(320 / 1920 * 100vw );
}
.gnav .nav_sub li{
	padding-left: calc(19 / 1920 * 100vw );
}
.gnav .nav_sub li:not(:first-child){
	margin-top: calc(22 / 1920 * 100vw );
}
.gnav .nav_sub li:before{
	background: #44b954;
}
.fix_nav .tel_common01 a,.fix_nav .web_common01 a{
	height: calc(120 / 1920 * 100vw );
}
.fix_nav .gnav{
	background: transparent;
	width: calc(100% - calc(580 / 1920 * 100vw ));
}
.fix_nav .gnav > ul{
	max-width: 1180px;
}
.fix_nav .gnav > ul > li > a{
	height: calc(120 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.gnav {
		bottom: calc(60 / 1599 * 100vw );
	}
	.gnav > ul > li > a {
		height: calc(110 / 1599 * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc( 25 / 1599*100vw);
		bottom: calc(13 / 1599 * 100vw );
	}
	.gnav > ul > li:not(:last-child):after{
		height: calc( 34 / 1599 * 100vw );
	}
	.gnav > ul > li .en {
		padding-bottom: calc(10 / 1599 * 100vw );
	}
	.gnav .nav_sub {
		width: calc(554 / 1599*100vw);
	}
	.gnav .nav_sub .list_l{
		width: calc(135 / 1599 * 100vw );
	}
	.gnav .nav_sub .list_r{
		width: calc(320 / 1599 * 100vw );
	}
	.gnav .nav_sub li{
		padding-left: calc(19 / 1599 * 100vw );
	}
	.gnav .nav_sub li:not(:first-child){
		margin-top: calc(22 / 1599 * 100vw );
	}
	.fix_nav .tel_common01 a,.fix_nav .web_common01 a{
		height: calc(120 / 1599 * 100vw );
	}
	.fix_nav .gnav{
		width: calc(100% - calc(580 / 1599 * 100vw ));
	}
	.fix_nav .gnav > ul > li > a{
		height: calc(120 / 1599 * 100vw );
	}
	.fix_nav .gnav > ul > li > a .ja{
		font-size: 1rem;
	}
	.fix_nav .gnav .nav_sub li{
		font-size: 1rem;
	}
	.fix_nav .gnav .nav_sub li:not(:first-child) {
		margin-top: calc(15 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.gnav {
		bottom: calc(60 / 1299 * 100vw );
	}
	.gnav > ul > li > a {
		height: calc(110 / 1299 * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc( 25 / 1299*100vw);
		bottom: calc(13 / 1299 * 100vw );
	}
	.gnav > ul > li:not(:last-child):after{
		height: calc( 34 / 1299 * 100vw );
	}
	.gnav > ul > li .en {
		padding-bottom: calc(10 / 1299 * 100vw );
	}
	.gnav .nav_sub {
		width: calc(554 / 1299*100vw);
	}
	.gnav .nav_sub .list_l{
		width: calc(135 / 1299 * 100vw );
	}
	.gnav .nav_sub .list_r{
		width: calc(320 / 1299 * 100vw );
	}
	.gnav .nav_sub li{
		padding-left: calc(19 / 1299 * 100vw );
	}
	.gnav .nav_sub li:not(:first-child){
		margin-top: calc(22 / 1299 * 100vw );
	}
	.fix_nav .tel_common01 a,.fix_nav .web_common01 a{
		height: calc(120 / 1299 * 100vw );
	}
	.fix_nav .gnav{
		width: calc(100% - calc(480 / 1299 * 100vw ));
		padding-left: 0;
		padding-right: 0;
	}
	.fix_nav .gnav > ul > li > a{
		height: calc(120 / 1299 * 100vw );
	}
	.fix_nav .gnav > ul > li > a .ja {
		font-size: 0.875rem;
	}
	.fix_nav .gnav .nav_sub li:not(:first-child) {
		margin-top: calc(15 / 1299* 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: #3b2c1b;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 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 .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:#3b2c1bE6;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px dotted #fff;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #fff;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px dotted #fff;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #dfd36d;
		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 {
		color: #fff;
		font-weight:bold;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
		color:#dfd36d;
	}
	.gnav_sp .nav_sub {
		background:#ffffffE6;
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 4.3vw;
	}
	.gnav_sp .nav_sub li:before{
		background: #44b954;
	}
	.gnav_sp .nav_sub .list_l{
		margin-bottom: 4.3vw;
	}
	.gnav_sp .nav_sub a {
		display: block;
		position: relative;
		color: #3B2C1B;
	}
	.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__common
------------------------------------------------------------------*/
.ttl__common01 .txt{
	margin-left: calc(45 / 1920 * 100vw );
	margin-right: calc(35 / 1920 * 100vw );
}
.ttl__common01 .txt:first-letter{
	color: #44b954;
}
.ttl__common01 .bdr{
	width: calc(153 / 1920 * 100vw );
}
.ttl__common02 .en:first-letter{
	color: #44b954;
}
.ttl__common02 .bdr{
	width: calc(86 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__common01 .txt{
		margin-left: calc(45 / 1599 * 100vw );
		margin-right: calc(35 / 1599 * 100vw );
	}
	.ttl__common01 .bdr{
		width: calc(153 / 1599 * 100vw );
	}
	.ttl__common02 .bdr{
		width: calc(86 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__common01 .txt{
		margin-left: calc(45 / 1299 * 100vw );
		margin-right: calc(35 / 1299 * 100vw );
	}
	.ttl__common01 .bdr{
		width: calc(153 / 1299 * 100vw );
	}
	.ttl__common02 .bdr{
		width: calc(86 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.ttl__common01{
		margin-bottom: 1vw;
	}
	.ttl__common01 .txt{
		margin-left: calc(45 / 750 * 100vw );
		margin-right: calc(35 / 750 * 100vw );
		font-size: calc(38 / 750 * 100vw );
	}
	.ttl__common01 .bdr{
		width: calc(153 / 750 * 100vw );
	}
	.ttl__common02{
		margin-bottom: 16vw;
	}
	.ttl__common02 .en{
		font-size: calc(80 / 750 * 100vw );
	}
	.ttl__common02 .ja{
		font-size: calc(30 / 750 * 100vw );
	}
	.ttl__common02 .bdr{
		width: calc(86 / 750 * 100vw );
	}
	.ttl__common02 .bdr_l{
		margin-right: 5vw;
	}
	.ttl__common02 .bdr_r{
		margin-left:3vw;
	}
}


/* index_access
------------------------------------------------------------------*/
.row__access01 > .col{
	width: 50%;
}
.row__access01 .wrap_map{
	max-width: 800px;
	width: 94%;
}
.row__access01 .wrap_map .map{
	padding: calc(430 / 1920* 100vw) 0 0 0;
}
.row__access01 > .col_r{
	background: #edf5dd;
}
.row__access02{
	max-width: calc(780 / 1920 * 100vw );
	width: 94%;
}
.row__access02 .col{
	width: calc(370 / 1920 * 100vw );
	border-top: calc(12 / 1920 * 100vw ) solid #51bfb6;
}
.row__access02 .col_l .icn{
	width: calc(31 / 1920 * 100vw );
}
.row__access02 .col_r .icn{
	width: calc(26 / 1920 * 100vw );
}
.row__access02 .col .ttl{
	border-bottom: 1px solid #51bfb6;
}
.row__access02 .col .txt01 em{
	font-size: 2.375rem;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__access01 .wrap_map .map{
		padding: calc(430 / 1599* 100vw) 0 0 0;
	}
	.row__access02{
		max-width: calc(780 / 1599 * 100vw );
	}
	.row__access02 .col{
		width: calc(325 / 1599 * 100vw );
		border-top: calc(12 / 1599 * 100vw ) solid #51bfb6;
	}
	.row__access02 .col_l .icn{
		width: calc(31 / 1599 * 100vw );
	}
	.row__access02 .col_r .icn{
		width: calc(26 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row__access01 .wrap_map .map{
		padding: calc(430 / 1299* 100vw) 0 0 0;
	}
	.row__access02{
		max-width: calc(780 / 1299 * 100vw );
	}
	.row__access02 .col{
		width: calc(260 / 1299 * 100vw );
		border-top: calc(12 / 1299 * 100vw ) solid #51bfb6;
	}
	.row__access02 .col .ttl{
		font-size: 1.25rem;
	}
	.row__access02 .col .txt01{
		font-size: 1.375rem;
	}
	.row__access02 .col .txt01 em{
		font-size: 2rem;
	}
	.row__access02 .col .txt02{
		font-size: 1rem;
	}
	.row__access02 .col_l .icn{
		width: calc(31 / 1299 * 100vw );
	}
	.row__access02 .col_r .icn{
		width: calc(26 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.row__access01{
		display: block;
	}
	.row__access01 > .col{
		width: 100%;
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	.row__access01 > .col_l{
		padding-top: 57.5vw;
	}
	.row__access01 > .col_l .ttl__common01{
		margin-bottom: 3vw;
	}
	.row__access01 .wrap_map{
		width: 100%;
	}
	.row__access01 .wrap_map .map{
		padding: calc(375 / 750* 100vw) 0 0 0;
	}
	.row__access01 .address{
		flex-direction: column;
	}
	.row__access01 .address .icn{
		width: calc(21 / 750 * 100vw );
		margin-bottom: 0;
	}
	.row__access02{
		max-width: 100%;
		width: 100%;
	}
	.row__access02 .col{
		width: calc(340 / 750 * 100vw )!important;
		border-top: calc(12 / 750 * 100vw ) solid #51bfb6;
		padding-top: 1vw;
	}
	.row__access02 .col_l .icn{
		width: calc(31 / 750 * 100vw );
		margin-bottom: 0;
	}
	.row__access02 .col_r .icn{
		width: calc(26 / 750 * 100vw );
		margin-bottom: 0;
	}
	.row__access02 .col .ttl{
		font-size: calc(32 / 750 * 100vw );
		letter-spacing: 0;
		padding-bottom: 3vw;
	}
	.row__access02 .col .txt01{
		font-size: calc(28 / 750 * 100vw );
	}
	.row__access02 .col .txt01 em{
		font-size: calc(38 / 750 * 100vw );
	}
	.row__access02 .col .txt02{
		font-size: calc(26 / 750 * 100vw );
	}
}


/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(40 / 1920 * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(23 / 1920 * 100vw );
}
.index_news li dt {
	width: calc(135 / 1920 * 100vw );
}
.index_news li dd {
	width: calc(100% - calc(135 / 1920 * 100vw ));
}
.index_news li dd a {
	color: #51bfb6; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #a4cf57 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_news ul {
		padding-right: calc(40 / 1599 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(23 / 1599 * 100vw );
	}
	.index_news li dt {
		width: calc(135 / 1599 * 100vw );
	}
	.index_news li dd {
		width: calc(100% - calc(135 / 1599 * 100vw ));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news ul {
		padding-right: calc(40 / 1299 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(23 / 1299 * 100vw );
	}
	.index_news li dt {
		width: calc(135 / 1299 * 100vw );
	}
	.index_news li dd {
		width: calc(100% - calc(135 / 1299 * 100vw ));
	}
}
@media(max-width: 767px) {
	.index_news .ttl__common01{
		margin-bottom: 3vw;
	}
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 2;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(23 / 750 * 100vw );
	}
}

/* index_concept
------------------------------------------------------------------*/
.index_concept .ttl__common02 .bdr_l:before{
	content: "";
	background: url("images/index/deco__concept01.png")no-repeat center / contain;
	width: calc( 99 / 1920 * 100vw );
	height: calc( 155 / 1920 * 100vw );
	position: absolute;
	left: calc(-162 / 1920 * 100vw );
	top:0;
	bottom: 0;
	margin: auto;
}
.index_concept .ttl__common02 .bdr_r:after{
	content: "";
	background: url("images/index/deco__concept02.png")no-repeat center / contain;
	width: calc( 141 / 1920 * 100vw );
	height: calc( 183 / 1920 * 100vw );
	position: absolute;
	right: calc(-181 / 1920 * 100vw );
	top:calc(-47 / 1920 * 100vw );
}
.bg__concept01{
	background: url("images/index/img__concept01.jpg")no-repeat center / cover;
	height: calc(680 / 1920 * 100vw );
}
.bg__concept01:before{
	content: "";
	background: url("images/index/deco__concept03.png")no-repeat center / contain;
	width: calc( 171 / 1920 * 100vw );
	height: calc( 159 / 1920 * 100vw );
	position: absolute;
	right: calc(60 / 1920 * 100vw );
	top: calc(330 / 1920 * 100vw );
	z-index: 2;
}
.copy__concept01{
	right: calc(100 / 1920 * 100vw );
	top: calc(-50 / 1920 * 100vw );
}
.copy__concept01 .txt01{
	width: calc(102 / 1920 * 100vw );
	height: calc(360 / 1920 * 100vw );
}
.copy__concept01 .txt02{
	width: calc(102 / 1920 * 100vw );
	/*height: calc(520 / 1920 * 100vw );*/
	height: calc(610 / 1920 * 100vw );
}
.copy__concept01 .txt:before{
	content: "";
	background: #edf6e2;
	width: calc( 100 / 1920 * 100vw );
	height: calc( 80 / 1920 * 100vw );
	position: absolute;
	right: 0;
	top: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	z-index: -1;
}
.box__concept01{
	background: #ffffff99;
	width: calc(700 / 1920 * 100vw );
	left: 0;
	bottom: 0;
	line-height: 3;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_concept .ttl__common02{
		margin-bottom: calc(100 / 1599 * 100vw );
	}
	.index_concept .ttl__common02 .bdr_l:before{
		width: calc( 99 / 1599 * 100vw );
		height: calc( 155 / 1599 * 100vw );
		left: calc(-162 / 1599 * 100vw );
	}
	.index_concept .ttl__common02 .bdr_r:after{
		width: calc( 141 / 1599 * 100vw );
		height: calc( 183 / 1599 * 100vw );
		right: calc(-181 / 1599 * 100vw );
		top:calc(-47 / 1599 * 100vw );
	}
	.bg__concept01{
		height: calc(680 / 1599 * 100vw );
	}
	.bg__concept01:before{
		width: calc( 171 / 1599 * 100vw );
		height: calc( 159 / 1599 * 100vw );
		right: calc(60 / 1599 * 100vw );
		top: calc(330 / 1599 * 100vw );
	}
	.copy__concept01{
		right: calc(100 / 1599 * 100vw );
		top: calc(-50 / 1599 * 100vw );
	}
	.copy__concept01 .txt01{
		width: calc(102 / 1599 * 100vw );
		height: calc(360 / 1599 * 100vw );
	}
	.copy__concept01 .txt02{
		width: calc(102 / 1599 * 100vw );
		/*height: calc(520 / 1599 * 100vw );*/
		height: calc(610 / 1599 * 100vw );
	}
	.copy__concept01 .txt:before{
		width: calc( 100 / 1599 * 100vw );
		height: calc( 80 / 1599 * 100vw );
	}
	.box__concept01{
		width: calc(700 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_concept .ttl__common02 .bdr_l:before{
		width: calc( 99 / 1299 * 100vw );
		height: calc( 155 / 1299 * 100vw );
		left: calc(-162 / 1299 * 100vw );
	}
	.index_concept .ttl__common02 .bdr_r:after{
		width: calc( 141 / 1299 * 100vw );
		height: calc( 183 / 1299 * 100vw );
		right: calc(-181 / 1299 * 100vw );
		top:calc(-47 / 1299 * 100vw );
	}
	.bg__concept01{
		height: calc(680 / 1299 * 100vw );
	}
	.bg__concept01:before{
		width: calc( 150 / 1299 * 100vw );
		height: calc( 142 / 1299 * 100vw );
		right: calc(60 / 1299 * 100vw );
		top: calc(330 / 1299 * 100vw );
	}
	.copy__concept01{
		font-size: 2.375rem;
	}
	.copy__concept01{
		right: calc(85 / 1299 * 100vw );
		top: calc(-30 / 1299 * 100vw );
	}
	.copy__concept01 .txt01{
		width: calc(85 / 1299 * 100vw );
		height: calc(315 / 1299 * 100vw );
	}
	.copy__concept01 .txt02{
		width: calc(85 / 1299 * 100vw );
		/*height: calc(440 / 1299 * 100vw );*/
		height: calc(520 / 1299 * 100vw );
	}
	.copy__concept01 .txt:before{
		width: calc( 85 / 1299 * 100vw );
		height: calc( 60 / 1299 * 100vw );
	}
	.box__concept01{
		width: calc(640 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.index_concept{
		margin-bottom: 58vw;
	}
	.index_concept02{
		margin-bottom: 8vw;
	}
	.index_concept .ttl__common02 .bdr_l:before{
		width: calc( 60 / 750 * 100vw );
		height: calc( 93 / 750 * 100vw );
		left: 0;
		top:8vw;
	}
	.index_concept .ttl__common02 .bdr_r:after{
		width: calc( 85 / 750 * 100vw );
		height: calc( 109 / 750 * 100vw );
		right: 0;
		top:3vw;
	}
	.bg__concept01{
		height: calc(700 / 750 * 100vw );
		background: url("images/index/img__concept01_sp.jpg")no-repeat center / cover;
	}
	.bg__concept01:before{
		width: calc( 171 / 750 * 100vw );
		height: calc( 159 / 750 * 100vw );
		right: calc(12 / 750 * 100vw );
		top: calc(330 / 750 * 100vw );
	}
	.copy__concept01{
		right: calc(50 / 750 * 100vw );
		top: calc(-50 / 750 * 100vw );
	}
	.copy__concept01 .txt01{
		width: calc(102 / 750 * 100vw );
		height: calc(360 / 750 * 100vw );
		font-size: calc(46 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.copy__concept01 .txt02{
		width: calc(102 / 750 * 100vw );
		/*height: calc(520 / 750 * 100vw );*/
		height: calc(610 / 750 * 100vw );
		font-size: calc(46 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.copy__concept01 .txt:before{
		width: calc( 100 / 750 * 100vw );
		height: calc( 80 / 750 * 100vw );
	}
	.box__concept01{
		width: calc(700 / 750 * 100vw );
		line-height: 2;
		right: 0;
		margin: auto;
		bottom: -39vw;
		padding: 5vw 6% 0;
	}
	.index_concept .movie{
		margin-bottom: 8vw;
	}
}

/* index_feature
------------------------------------------------------------------*/
.bg__feature01{
	background: url("images/index/bg__feature01.jpg")no-repeat center / cover;
}
.bg__feature01 .ttl__common02 .bdr_l{
	margin-right: calc(75 / 1920 * 100vw );
}
.bg__feature01 .ttl__common02 .bdr_r{
	margin-left: calc(45 / 1920 * 100vw );
}
.row__feature01{
	min-height: calc(700 / 1920 * 100vw );
}
.row__feature01.img01:before{
	content: "";
	background: url("images/index/img__feature01.jpg")no-repeat center / cover;
	max-width: 1180px;
	width: 62%;
	height: calc( 700 / 1920 * 100vw );
	position: absolute;
	top:0;
	right: 0;
}
.row__feature01 .col_txt{
	max-width: 910px;
	width: 48%;
	margin-left: calc(100 / 1920 * 100vw );
	margin-top: calc(180 / 1920 * 100vw );
	box-shadow: 0 0 32px 8px rgba(59, 44, 27, 0.1);
}
.row__feature01 .col_txt .wrap{
	max-width: 717px;
}
.row__feature02 .col_img{
	max-width: 980px;
	width: 52%;
	z-index: 2;
}
.row__feature02 .col_txt{
	width: 42%;
	margin-right: calc(75 / 1920 * 100vw );
}
.row__feature02 .col_txt:before{
	content: "";
	border-top: 1px solid #3b2c1b;
	border-right: 1px solid #3b2c1b;
	width: calc( 580 / 1920 * 100vw );
	height: calc( 200 / 1920 * 100vw );
	position: absolute;
	top:calc(-25 / 1920 * 100vw );
	right: 0;
}
.row__feature02 .col_txt:after{
	content: "";
	border-left: 1px solid #3b2c1b;
	border-bottom: 1px solid #3b2c1b;
	width: calc( 580 / 1920 * 100vw );
	height: calc( 200 / 1920 * 100vw );
	position: absolute;
	left:0;
	bottom: 0;
}
.row__feature02 .col_txt .wrap{
	max-width: 630px;
}
.num__feature01{
	width: calc(204 / 1920 * 100vw );
	height: calc(163 / 1920 * 100vw );
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	transform: translateY(-67%);
}
.bdr__feature01{
	width: calc(86 / 1920 * 100vw );
}
.deco__feature01{
	width: calc(234 / 1920 * 100vw );
	height: calc(223 / 1920 * 100vw );
	background: url("images/index/deco__feature02.svg")no-repeat center / contain;
	right: calc(-23 / 1920 * 100vw );
	top:calc(-115 / 1920 * 100vw );
}
.row__feature02 .box{
	width: 100%;
	height: 100%;
}
.row__feature02.img02 .box:before{
	content: "";
	background: url("images/index/deco__feature01.png")no-repeat center / contain;
	width: calc( 200 / 1920 * 100vw );
	height: calc( 329 / 1920 * 100vw );
	position: absolute;
	top:calc(-105 / 1920 * 100vw );
	left:0;
}
.row__feature02.img02 .box:after{
	content: "";
	background: url("images/index/deco__feature03.png")no-repeat center / contain;
	width: calc( 190 / 1920 * 100vw );
	height: calc( 154 / 1920 * 100vw );
	position: absolute;
	bottom: calc(-50 / 1920 * 100vw );
	right: calc(-13 / 1920 * 100vw );
}
.row__feature02.img02 .col_img:before{
	content: "";
	background: url("images/index/img__feature03.png")no-repeat center / contain;
	width: calc( 868 / 1920 * 100vw );
	height: calc( 406 / 1920 * 100vw );
	position: absolute;
	right: calc(-115 / 1920 * 100vw );
	bottom:calc(-200 / 1920 * 100vw );
}
.bg__feature02{
	padding-bottom: calc(190 / 1920 * 100vw );
}
.bg__feature02:after{
	content: "";
	background:#dfd36d4D;
	width: calc( 420 / 1920 * 100vw );
	height: calc( 270 / 1920 * 100vw );
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.bg__feature03{
	background: url("images/index/bg__feature02.png")no-repeat right top /calc(874 / 1920 * 100vw ) auto,url("images/index/img__feature07.png")no-repeat left bottom calc(110 / 1920 * 100vw )/ calc(520 / 1920 * 100vw ) auto ,url("images/index/deco__feature13.svg")no-repeat left bottom /calc(440 / 1920 * 100vw ) auto #fde9ed;
	padding-top: calc(160 / 1920 * 100vw );
}
.bg__feature03:before{
	content: "";
	background: url("images/index/img__feature04.png")no-repeat center / contain;
	width: calc( 488 / 1920 * 100vw );
	height: calc( 375 / 1920 * 100vw );
	position: absolute;
	top:calc(68 / 1920 * 100vw );
	left: calc(137 / 1920 * 100vw );
	z-index: 2;
}
.row__feature03 .col_txt{
	border: calc(4 / 1920 * 100vw ) solid #fff;
	max-width: 1000px;
	width: 53%;
}
.row__feature03.img03 .col_txt:before{
	content: "";
	background: url("images/index/deco__feature05.png")no-repeat center / contain;
	width: calc( 211 / 1920 * 100vw );
	height: calc( 180 / 1920 * 100vw );
	position: absolute;
	left: calc(-70 / 1920 * 100vw );
	bottom: calc(-23 / 1920 * 100vw );
}
.row__feature03.img03 .col_txt:after{
	content: "";
	background: url("images/index/deco__feature07.png")no-repeat center / contain;
	width: calc( 319 / 1920 * 100vw );
	height: calc( 354 / 1920 * 100vw );
	position: absolute;
	right: calc(-180 / 1920 * 100vw );
	bottom: calc(40 / 1920 * 100vw );
}
.row__feature03.img03 .deco__feature01{
	background: url("images/index/deco__feature06.svg")no-repeat center / contain;
	right: calc(20 / 1920 * 100vw );
	top:calc(-60 / 1920 * 100vw );
}
.bg__feature04{
	background: url("images/index/bg__feature03.jpg")no-repeat center / cover;
}
.bg__feature04:before{
	content: "";
	background:#a4cf574D;
	width: calc( 420 / 1920 * 100vw );
	height: calc( 270 / 1920 * 100vw );
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.row__feature01.img04{
	max-width: 1720px;
	width: 90%;
}
.row__feature01 .col_img{
	max-width: 881px;
	width: 52%;
	margin-left: calc(-100 / 1920 * 100vw );
	z-index: 2;
}
.row__feature01.img04 .col_txt{
	margin-top: calc(105 / 1920 * 100vw );
	margin-left: 0!important;
	width: 53%;
	background: url("images/index/deco__feature09.png")no-repeat left calc(60 / 1920 * 100vw ) top calc(40 / 1920 * 100vw ) / calc(55 / 1920 * 100vw ) auto ,url("images/index/deco__feature08.png")no-repeat right calc(60 / 1920 * 100vw ) top calc(40 / 1920 * 100vw ) / calc(84 / 1920 * 100vw ) auto #fff;
}
.row__feature01.img04 .col_txt .wrap{
	width: 84%;
}
.ccl__feature01{
	background:#a4cf57 url("images/page/bdr_common01.svg")no-repeat center / 95% ;
	width: calc(160 / 1920 * 100vw );
	height: calc(160 / 1920 * 100vw );
	border-radius: 50%;
	box-shadow: 0 0 32px 8px rgba(59, 44, 27, 0.1);
}
.ccl__feature01.ccl01{
	bottom: calc(-40 / 1920 * 100vw );
	left: calc(312 / 1920 * 100vw );
}
.ccl__feature01.ccl02{
	background:#51bfb6 url("images/page/bdr_common01.svg")no-repeat center / 95% ;
	width: calc(200 / 1920 * 100vw );
	height: calc(200 / 1920 * 100vw );
	right: 0;
	bottom: calc(-40 / 1920 * 100vw );
}
.bg__feature05:before{
	content: "";
	background: #f2edc5;
	width: 100%;
	height: calc( 524 / 1920 * 100vw );
	position: absolute;
	bottom: 0;
	left: 0;
}
.row__feature02.img05 .col_txt:before{
	top: calc(-45 / 1920* 100vw);
}
.row__feature02.img05 .deco__feature01{
	background: url(images/index/deco__feature11.svg) no-repeat center / contain;
	right: calc(7 / 1920* 100vw);
	top: calc(-121 / 1920* 100vw);
}
.row__feature02.img05 .box:before{
	content: "";
	background: url("images/index/deco__feature01.png")no-repeat center / contain;
	width: calc( 200 / 1920 * 100vw );
	height: calc( 329 / 1920 * 100vw );
	position: absolute;
	top:calc(-95 / 1920 * 100vw );
	left:0;
}
.row__feature02.img05 .box:after{
	content: "";
	background: url("images/index/deco__feature12.png")no-repeat center / contain;
	width: calc( 252 / 1920 * 100vw );
	height: calc( 144 / 1920 * 100vw );
	position: absolute;
	right: calc(-13 / 1920 * 100vw );
	bottom: calc(-88 / 1920 * 100vw );
}
.index_slide li {
	width: calc(380 / 1920*100vw);
	margin: 0 calc( 10 / 1920 * 100vw );
}
.index_slide .btn_common01{
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: calc(380 / 1920 * 100vw );
}
.index_slide .btn_common01.btn_default01.arw02 a:after{
	right: calc(31 / 1920* 100vw);
}
.index_slide .btn_common01.btn_default01.arw02 a:hover:after{
	right: calc(26 / 1920* 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg__feature01 .ttl__common02 .bdr_l{
		margin-right: calc(75 / 1599 * 100vw );
	}
	.bg__feature01 .ttl__common02 .bdr_r{
		margin-left: calc(45 / 1599 * 100vw );
	}
	.row__feature01{
		min-height: calc(700 / 1599 * 100vw );
	}
	.row__feature01.img01:before{
		height: calc( 700 / 1599 * 100vw );
		width: 57%;
	}
	.row__feature01 .col_txt{
		margin-left: calc(100 / 1599 * 100vw );
		margin-top: calc(180 / 1599 * 100vw );
		width: 51%;
	}
	.row__feature01 .copy,.row__feature02 .copy,.row__feature03 .copy{
		font-size: 2.25rem;
	}
	.row__feature02 .col_img{
		width: 49%;
	}
	.row__feature02 .col_txt{
		margin-right: calc(75 / 1599 * 100vw );
	}
	.row__feature02 .col_txt:before{
		width: calc( 485 / 1599 * 100vw );
		height: calc(160 / 1599 * 100vw );
		top:calc(-25 / 1599 * 100vw );
	}
	.row__feature02 .col_txt:after{
		width: calc( 485 / 1599 * 100vw );
		height: calc( 160 / 1599 * 100vw );
	}
	.num__feature01{
		width: calc(204 / 1599 * 100vw );
		height: calc(163 / 1599 * 100vw );
	}
	.bdr__feature01{
		width: calc(86 / 1599 * 100vw );
	}
	.deco__feature01{
		width: calc(200 / 1599 * 100vw );
		height: calc(190 / 1599 * 100vw );
		right: calc(-23 / 1599 * 100vw );
		top:calc(-115 / 1599 * 100vw );
		font-size: 1.5rem;
	}
	.row__feature02.img02 .box:before{
		width: calc( 160 / 1599 * 100vw );
		height: calc( 270 / 1599 * 100vw );
		top:calc(-105 / 1599 * 100vw );
	}
	.row__feature02.img02 .box:after{
		width: calc( 190 / 1599 * 100vw );
		height: calc( 154 / 1599 * 100vw );
		bottom: calc(-50 / 1599 * 100vw );
		right: calc(-13 / 1599 * 100vw );
	}
	.row__feature02.img02 .col_img:before{
		width: calc( 727 / 1599 * 100vw );
		height: calc( 342 / 1599 * 100vw );
		right: calc(-70 / 1599 * 100vw );
		bottom:calc(-180 / 1599 * 100vw );
	}
	.bg__feature02{
		padding-bottom: calc(120 / 1599 * 100vw );
	}
	.bg__feature02:after{
		width: calc( 420 / 1599 * 100vw );
		height: calc( 270 / 1599 * 100vw );
	}
	.bg__feature03{
		background: url("images/index/bg__feature02.png")no-repeat right top /calc(760 / 1599 * 100vw ) auto,url("images/index/img__feature07.png")no-repeat left bottom calc(110 / 1599 * 100vw )/ calc(420 / 1599 * 100vw ) auto ,url("images/index/deco__feature13.svg")no-repeat left bottom /calc(440 / 1599 * 100vw ) auto #fde9ed;
		padding-top: calc(160 / 1599 * 100vw );
	}
	.bg__feature03:before{
		width: calc( 455 / 1599 * 100vw );
		height: calc( 352 / 1599 * 100vw );
		top:calc(110 / 1599 * 100vw );
		left: calc(50 / 1599 * 100vw );
	}
	.row__feature03 .col_txt{
		border: calc(4 / 1599 * 100vw ) solid #fff;
	}
	.row__feature03.img03 .col_txt:before{
		width: calc( 180 / 1599 * 100vw );
		height: calc( 155 / 1599 * 100vw );
		left: calc(-105 / 1599 * 100vw );
		bottom: calc(-23 / 1599 * 100vw );
	}
	.row__feature03.img03 .col_txt:after{
		width: calc( 275 / 1599 * 100vw );
		height: calc( 305 / 1599 * 100vw );
		right: calc(-180 / 1599 * 100vw );
		bottom: calc(40 / 1599 * 100vw );
	}
	.row__feature03.img03 .deco__feature01{
		right: calc(20 / 1599 * 100vw );
		top:calc(-60 / 1599 * 100vw );
	}
	.bg__feature04:before{
		width: calc( 420 / 1599 * 100vw );
		height: calc( 270 / 1599 * 100vw );
	}
	.row__feature01 .col_img{
		margin-left: calc(-100 / 1599 * 100vw );
	}
	.row__feature01.img04 .col_txt{
		margin-top: calc(105 / 1599 * 100vw );
		background: url("images/index/deco__feature09.png")no-repeat left calc(60 / 1599 * 100vw ) top calc(40 / 1599 * 100vw ) / calc(55 / 1599 * 100vw ) auto ,url("images/index/deco__feature08.png")no-repeat right calc(60 / 1599 * 100vw ) top calc(40 / 1599 * 100vw ) / calc(84 / 1599 * 100vw ) auto #fff;
	}
	.ccl__feature01{
		width: calc(160 / 1599 * 100vw );
		height: calc(160 / 1599 * 100vw );
	}
	.ccl__feature01.ccl01{
		bottom: calc(-40 / 1599 * 100vw );
		left: calc(230 / 1599 * 100vw );
	}
	.ccl__feature01.ccl02{
		width: calc(200 / 1599 * 100vw );
		height: calc(200 / 1599 * 100vw );
		bottom: calc(-40 / 1599 * 100vw );
	}
	.bg__feature05:before{
		height: calc( 524 / 1599 * 100vw );
	}
	.row__feature02.img05 .col_txt:before{
		top: calc(-45 / 1599* 100vw);
	}
	.row__feature02.img05 .deco__feature01{
		right: calc(7 / 1599* 100vw);
		top: calc(-121 / 1599* 100vw);
	}
	.row__feature02.img05 .box:before{
		width: calc( 160 / 1599 * 100vw );
		height: calc( 270 / 1599 * 100vw );
		top:calc(-95 / 1599 * 100vw );
	}
	.row__feature02.img05 .box:after{
		width: calc( 252 / 1599 * 100vw );
		height: calc( 144 / 1599 * 100vw );
		right: calc(-13 / 1599 * 100vw );
		bottom: calc(-88 / 1599 * 100vw );
	}
	.index_slide li {
		width: calc(380 / 1599*100vw);
		margin: 0 calc( 10 / 1599 * 100vw );
	}
	.index_slide .btn_common01{
		width: calc(380 / 1599 * 100vw );
	}
	.index_slide .btn_common01.btn_default01.arw02 a:after{
		right: calc(31 / 1599* 100vw);
	}
	.index_slide .btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(26 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__feature01 .ttl__common02 .bdr_l{
		margin-right: calc(75 / 1299 * 100vw );
	}
	.bg__feature01 .ttl__common02 .bdr_r{
		margin-left: calc(45 / 1299 * 100vw );
	}
	.row__feature01{
		min-height: calc(700 / 1299 * 100vw );
	}
	.row__feature01.img01:before{
		height: calc( 600 / 1299 * 100vw );
		width: 57%;
	}
	.row__feature01 .col_txt{
		margin-left: calc(55 / 1299 * 100vw );
		margin-top: calc(145 / 1299 * 100vw );
		width: 51%;
	}
	.row__feature01 .copy,.row__feature02 .copy,.row__feature03 .copy{
		font-size: 1.875rem;
	}
	.row__feature02 .col_img{
		width: 49%;
	}
	.row__feature02 .col_txt{
		margin-right: calc(40 / 1299 * 100vw );
		width: 45%;
	}
	.row__feature02 .col_txt:before{
		width: calc( 420 / 1299 * 100vw );
		height: calc(140 / 1299 * 100vw );
		top:calc(-25 / 1299 * 100vw );
	}
	.row__feature02 .col_txt:after{
		width: calc( 420 / 1299 * 100vw );
		height: calc( 140 / 1299 * 100vw );
	}
	.num__feature01{
		width: calc(180 / 1299 * 100vw );
		height: calc(146 / 1299 * 100vw );
	}
	.bdr__feature01{
		width: calc(86 / 1299 * 100vw );
	}
	.deco__feature01{
		width: calc(180 / 1299 * 100vw );
		height: calc(172 / 1299 * 100vw );
		right: calc(-23 / 1299 * 100vw );
		top:calc(-115 / 1299 * 100vw );
		font-size: 1.375rem;
	}
	.row__feature02.img02 .box:before{
		width: calc( 135 / 1299 * 100vw );
		height: calc( 232 / 1299 * 100vw );
		top:calc(-105 / 1299 * 100vw );
	}
	.row__feature02.img02 .box:after{
		width: calc( 160 / 1299 * 100vw );
		height: calc( 133 / 1299 * 100vw );
		bottom: calc(-50 / 1299 * 100vw );
		right: calc(-13 / 1299 * 100vw );
	}
	.row__feature02.img02 .col_img:before{
		width: calc( 630 / 1299 * 100vw );
		height: calc( 295 / 1299 * 100vw );
		right: calc(-25 / 1299 * 100vw );
		bottom:calc(-227 / 1299 * 100vw );
	}
	.bg__feature02{
		padding-bottom: calc(120 / 1299 * 100vw );
	}
	.bg__feature02:after{
		width: calc( 420 / 1299 * 100vw );
		height: calc( 270 / 1299 * 100vw );
	}
	.bg__feature03{
		background: url("images/index/bg__feature02.png")no-repeat right top /calc(640 / 1299 * 100vw ) auto,url("images/index/img__feature07.png")no-repeat left bottom calc(231 / 1299 * 100vw )/ calc(370 / 1299 * 100vw ) auto ,url("images/index/deco__feature13.svg")no-repeat left bottom /calc(440 / 1299 * 100vw ) auto #fde9ed;
		padding-top: calc(160 / 1299 * 100vw );
	}
	.bg__feature03:before{
		width: calc( 372/ 1299 * 100vw );
		height: calc( 284 / 1299 * 100vw );
		top:calc(57 / 1299 * 100vw );
		left: calc(64 / 1299 * 100vw );
	}
	.row__feature03 .col_txt{
		border: calc(4 / 1299 * 100vw ) solid #fff;
		width: 60%;
	}
	.row__feature03 .col_txt .txt{
		text-shadow: 0px 0px 5px #fde9ed, 0px 0px 5px #fde9ed, 0px 0px 10px #fde9ed, 0px 0px 10px #fde9ed, 0px 0px 15px #fde9ed, 0px 0px 15px #fde9ed;
	}
	.row__feature03.img03 .col_txt:before{
		width: calc( 160 / 1299 * 100vw );
		height: calc( 142 / 1299 * 100vw );
		left: calc(-115 / 1299 * 100vw );
		bottom: calc(-56 / 1299 * 100vw );
	}
	.row__feature03.img03 .col_txt:after{
		width: calc( 250 / 1299 * 100vw );
		height: calc( 278 / 1299 * 100vw );
		right: calc(-200 / 1299 * 100vw );
		bottom: calc(20 / 1299 * 100vw );
	}
	.row__feature03.img03 .deco__feature01{
		right: calc(20 / 1299 * 100vw );
		top:calc(-60 / 1299 * 100vw );
	}
	.bg__feature04:before{
		width: calc( 420 / 1299 * 100vw );
		height: calc( 270 / 1299 * 100vw );
	}
	.row__feature01 .col_img{
		margin-left: calc(-100 / 1299 * 100vw );
	}
	.row__feature01.img04 .col_img{
		margin-top: calc(65 / 1299 * 100vw );
	}
	.row__feature01.img04 .col_txt{
		margin-top: calc(105 / 1299 * 100vw );
		background: url("images/index/deco__feature09.png")no-repeat left calc(60 / 1299 * 100vw ) top calc(40 / 1299 * 100vw ) / calc(55 / 1299 * 100vw ) auto ,url("images/index/deco__feature08.png")no-repeat right calc(60 / 1299 * 100vw ) top calc(40 / 1299 * 100vw ) / calc(84 / 1299 * 100vw ) auto #fff;
	}
	.ccl__feature01{
		width: calc(130 / 1299 * 100vw );
		height: calc(130 / 1299 * 100vw );
		font-size: 1.125rem;
	}
	.ccl__feature01.ccl01{
		bottom: calc(-40 / 1299 * 100vw );
		left: calc(185 / 1299 * 100vw );
	}
	.ccl__feature01.ccl02{
		width: calc(170 / 1299 * 100vw );
		height: calc(170 / 1299 * 100vw );
		bottom: calc(-40 / 1299 * 100vw );
	}
	.bg__feature05:before{
		height: calc( 524 / 1299 * 100vw );
	}
	.row__feature02.img05 .col_txt:before{
		top: calc(-45 / 1299* 100vw);
	}
	.row__feature02.img05 .deco__feature01{
		right: calc(-20 / 1299* 100vw);
		top: calc(-121 / 1299* 100vw);
	}
	.row__feature02.img05 .box:before{
		width: calc( 135 / 1299 * 100vw );
		height: calc( 232 / 1299 * 100vw );
		top:calc(-95 / 1299 * 100vw );
	}
	.row__feature02.img05 .box:after{
		width: calc( 208 / 1299 * 100vw );
		height: calc( 127 / 1299 * 100vw );
		right: calc(-13 / 1299 * 100vw );
		bottom: calc(-70 / 1299 * 100vw );
	}
	.index_slide li {
		width: calc(380 / 1299*100vw);
		margin: 0 calc( 10 / 1299 * 100vw );
	}
	.index_slide .btn_common01{
		width: calc(360 / 1299 * 100vw );
	}
	.index_slide .btn_common01.btn_default01.arw02 a:after{
		right: calc(31 / 1299* 100vw);
	}
	.index_slide .btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(26 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.bg__feature01{
		background:  url("images/index/bg__feature01_sp.jpg") no-repeat center / cover;
	}
	.bg__feature01 .ttl__common02{
		margin-bottom: 9vw;
	}
	.bg__feature01 .ttl__common02 .en{
		font-size: calc(96 / 750 * 100vw );
	}
	.bg__feature01 .ttl__common02 .ja{
		font-size: calc(36 / 750 * 100vw );
	}
	.bg__feature01 .ttl__common02 .bdr_l{
		margin-right:1vw;
	}
	.bg__feature01 .ttl__common02 .bdr_r{
		margin-left: -1vw;
	}
	.row__feature01{
		min-height: calc(700 / 750 * 100vw );
	}
	.row__feature01.img04{
		display: block;
		width: 93%;
	}
	.row__feature01.img01:before{
		height: calc( 445 / 750 * 100vw );
		display: block;
		left: 0;
		margin: auto;
		width: 100%;
	}
	.row__feature01 .col_txt{
		margin-left:auto;
		margin-right: auto;
		margin-top: calc( 445 / 750 * 100vw );
		width: 93%;
		padding: 13vw 5% 7vw;
	}
	.row__feature01 .col_txt .copy,.row__feature02 .col_txt .copy,.row__feature03 .col_txt .copy{
		font-size: calc(40 / 750 * 100vw );
		margin-bottom: 0;
	}
	.bdr__feature01{
		margin-bottom: 1vw;
	}
	.row__feature02{
		display: block;
	}
	.row__feature02 .col_img{
		width: 100%;
	}
	.row__feature02.img02 .col_img img{
		width: 100%;
		/* height: calc(370 / 750 * 100vw ); */
	}
	.row__feature02 .col_txt{
		margin-right: auto;
		margin-left: auto;
		width: 93%;
		/* margin-top: 52vw; */
		margin-top: 40vw;
	}
	.row__feature02 .col_txt:before{
		width: calc( 481 / 750 * 100vw );
		height: calc(200 / 750 * 100vw );
		top:calc(-25 / 750 * 100vw );
	}
	.row__feature02 .col_txt:after{
		width: calc( 481 / 750 * 100vw );
		height: calc( 200 / 750 * 100vw );
	}
	.row__feature02 .box{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	.num__feature01{
		width: calc(203 / 750 * 100vw );
		height: calc(163 / 750 * 100vw );
	}
	.bdr__feature01{
		width: calc(86 / 750 * 100vw );
	}
	.deco__feature01{
		width: calc(234/ 750 * 100vw );
		height: calc(223 / 750 * 100vw );
		right: -1vw;
		top:-14vw;
		font-size:calc(30 / 750 * 100vw );
	}
	.row__feature02.img02 .box:before{
		width: calc( 200 / 750 * 100vw );
		height: calc( 328 / 750 * 100vw );
		top:-15vw;
	}
	.row__feature02.img02 .box:after{
		width: calc( 190 / 750 * 100vw );
		height: calc( 154 / 750 * 100vw );
		bottom: -5vw;
		right: -3vw;
	}
	.row__feature02.img02 .col_img:before{
		width: calc( 693 / 750 * 100vw );
		height: calc( 325 / 750 * 100vw );
		right: 0;
		left: 0;
		margin: auto;
		/* bottom:-34vw; */
		bottom:-22vw;
	}
	.bg__feature02{
		padding-bottom:13vw;
	}
	.bg__feature02:after{
		width: calc( 420 / 750 * 100vw );
		height: calc( 270 / 750 * 100vw );
	}
	.bg__feature03{
		/* background: url("images/index/img__feature07.png")no-repeat left 3vw top 34vw / calc(370 / 750 * 100vw ) auto , url("images/index/bg__feature02.png")no-repeat right top /calc(620 / 750 * 100vw ) auto,url("images/index/deco__feature13.svg")no-repeat left bottom /calc(440 / 750 * 100vw ) auto #fde9ed; */
		background: url("images/index/img__feature07.png")no-repeat left 3vw top 34vw / calc(370 / 750 * 100vw ) auto , url("images/index/bg__feature02.png")no-repeat right top 22vw /calc(620 / 750 * 100vw ) auto,url("images/index/deco__feature13.svg")no-repeat left bottom /calc(440 / 750 * 100vw ) auto #fde9ed;
		padding-top:92vw;
	}
	.bg__feature03:before{
		width: calc( 345 / 750 * 100vw );
		height: calc( 280 / 750 * 100vw );
		/* top:9vw; */
		top:6vw;
		left: 15vw;
	}
	.row__feature03 .col_txt{
		border: calc(4 / 750 * 100vw ) solid #fff;
		width: 93%;
	}
	.row__feature03.img03 .col_txt:before{
		width: calc( 148 / 750 * 100vw );
		height: calc( 126 / 750 * 100vw );
		left: -3vw;
		bottom:-9vw;
	}
	.row__feature03.img03 .col_txt:after{
		width: calc( 180 / 750 * 100vw );
		height: calc( 202 / 750 * 100vw );
		right: -1vw;
		bottom:-12vw;
	}
	.row__feature03.img03 .deco__feature01{
		right: -3vw;
		top:-15vw;
	}
	.bg__feature04 {
		background: url("images/index/bg__feature03_sp.jpg") no-repeat center / cover;
		padding-bottom: 14vw;
	}
	.bg__feature04:before{
		width: calc( 420 / 750 * 100vw );
		height: calc( 270 / 750 * 100vw );
	}
	.row__feature01 .col_img{
		margin-left: 0;
	}
	.row__feature01.img04 .col_img{
		margin-top:0;
		width: 94%;
	}
	.row__feature01.img04 .col_txt{
		margin-top: 22vw;
		background: url("images/index/deco__feature09.png")no-repeat left calc(60 / 750 * 100vw ) top calc(40 / 750 * 100vw ) / calc(55 / 750 * 100vw ) auto ,url("images/index/deco__feature08.png")no-repeat right calc(60 / 750 * 100vw ) top calc(40 / 750 * 100vw ) / calc(84 / 750 * 100vw ) auto #fff;
		width: 100%;
	}
	.row__feature01.img04 .col_txt .wrap{
		width: 100%;
	}
	.ccl__feature01{
		width: calc(160 / 750 * 100vw );
		height: calc(160 / 750 * 100vw );
		font-size: calc(22 / 750 * 100vw );
		box-shadow: 0px 0px calc(5 / 750 * 100vw) rgba(59, 44, 27, 0.1), 0px 0px calc(5 / 750 * 100vw) rgba(59, 44, 27, 0.1), 0px 0px calc(10 / 750 * 100vw) rgba(59, 44, 27, 0.1), 0px 0px calc(10 / 750 * 100vw) rgba(59, 44, 27, 0.1), 0px 0px calc(15 / 750 * 100vw) rgba(59, 44, 27, 0.1), 0px 0px calc(15 / 750 * 100vw) rgba(59, 44, 27, 0.1);
	
	}
	.ccl__feature01.ccl01{
		bottom: calc(-40 / 750 * 100vw );
		left: 26vw;
	}
	.ccl__feature01.ccl02{
		width: calc(200 / 750 * 100vw );
		height: calc(200 / 750 * 100vw );
		bottom: calc(-40 / 750 * 100vw );
		right: -7vw;
	}
	.bg__feature05{
		padding-bottom: 13vw;
	}
	.bg__feature05:before{
		height: calc( 900 / 750 * 100vw );
	}
	.row__feature02.img05{
		padding-bottom: 11vw;
	}
	.row__feature02.img05 .col_txt{
		margin-top: 24vw;
	}
	.row__feature02.img05 .col_txt:before{
		top: calc(-45 / 750* 100vw);
	}
	.row__feature02.img05 .deco__feature01{
		right: calc(-20 / 750* 100vw);
		top: calc(-121 / 750* 100vw);
	}
	.row__feature02.img05 .box:before{
		width: calc( 200 / 750 * 100vw );
		height: calc( 327 / 750 * 100vw );
		top:calc(-95 / 750 * 100vw );
	}
	.row__feature02.img05 .box:after{
		width: calc( 208 / 750 * 100vw );
		height: calc( 127 / 750 * 100vw );
		right: -1vw;
		bottom: -6vw;
	}
	.index_slide li {
		width: calc(380 / 750*100vw);
		margin: 0 calc( 10 / 750 * 100vw );
	}
	.index_slide .btn_common01{
		position: unset;
		transform: unset;
		margin-top: 10vw;
	}
}

/* index_hygiene
------------------------------------------------------------------*/
.box__hygiene01{
	outline : calc( 10 / 1920 * 100vw ) solid #f5f5f5;
	outline-offset : calc( -10 / 1920 * 100vw );
	max-width: 1720px;
	width: 90%;
	padding: calc(140 / 1920 * 100vw ) calc(30 / 1920 * 100vw ) calc(310 / 1920 * 100vw );
	z-index: -1;
}
.box__hygiene01 .ttl__common02{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	transform: translateY(-32%);
	background: #fff;
	max-width: 1240px;
	width: 90%;
}
.box__hygiene01:before{
	content: "";
	background: url("images/index/deco__hygiene01.png")no-repeat center / contain;
	width: calc( 99 / 1920 * 100vw );
	height: calc( 155 / 1920 * 100vw );
	position: absolute;
	top:calc(100 / 1920 * 100vw );
	left: calc(190 / 1920 * 100vw );
}
.box__hygiene01:after{
	content: "";
	background: url("images/index/deco__hygiene02.png")no-repeat center / contain;
	width: calc( 115 / 1920 * 100vw );
	height: calc( 202 / 1920 * 100vw );
	position: absolute;
	top:calc(80 / 1920 * 100vw );
	right: calc(160 / 1920 * 100vw );
}
.box__hygiene01 .txt{
	max-width: 1000px;
	width: 63%;
}
.row__hygiene01{
	margin-top: calc(-235 / 1920 * 100vw );
}
.row__hygiene01 .col{
	width: 19.36%;
	margin-right: 0.8%;
}
.row__hygiene01 .col:last-child,.row__hygiene01 .col:nth-child(5n){
	margin-right:0;
}
.row__hygiene01 .col:nth-child(n+6){
	margin-top: calc(30 / 1920 * 100vw );
}
.row__hygiene01 .col:nth-child(2n+1){
	background: #51bfb6;
}
.row__hygiene01 .col:nth-child(2n){
	background: #a4cf57;
}
.row__hygiene01 .col .ttl{
	background: #3b2c1b33;
	min-height: calc(120 / 1920 * 100vw );
	padding: calc(20 / 1920 * 100vw ) 6%;
}
.row__hygiene01 .col .img{
	height: calc(320 / 1920 * 100vw );
}
.row__hygiene01 .col .img img{
	width: calc(248 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.box__hygiene01{
		outline : calc( 10 / 1599 * 100vw ) solid #f5f5f5;
		outline-offset : calc( -10 / 1599 * 100vw );
		padding: calc(140 / 1599 * 100vw ) calc(30 / 1599 * 100vw ) calc(310 / 1599 * 100vw );
	}
	.box__hygiene01:before{
		width: calc( 99 / 1599 * 100vw );
		height: calc( 155 / 1599 * 100vw );
		top:calc(100 / 1599 * 100vw );
		left: calc(120 / 1599 * 100vw );
	}
	.box__hygiene01:after{
		width: calc( 115 / 1599 * 100vw );
		height: calc( 202 / 1599 * 100vw );
		top:calc(80 / 1599 * 100vw );
		right: calc(90 / 1599 * 100vw );
	}
	.row__hygiene01{
		margin-top: calc(-235 / 1599 * 100vw );
	}
	.row__hygiene01 .col:nth-child(n+6){
		margin-top: calc(30 / 1599 * 100vw );
	}
	.row__hygiene01 .col .ttl{
		min-height: calc(120 / 1599 * 100vw );
		padding: calc(20 / 1599 * 100vw ) 6%;
	}
	.row__hygiene01 .col .img{
		height: calc(320 / 1599 * 100vw );
	}
	.row__hygiene01 .col .img img{
		width: calc(228 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__hygiene01{
		outline : calc( 10 / 1299 * 100vw ) solid #f5f5f5;
		outline-offset : calc( -10 / 1299 * 100vw );
		padding: calc(140 / 1299 * 100vw ) calc(30 / 1299 * 100vw ) calc(310 / 1299 * 100vw );
	}
	.box__hygiene01 .ttl__common02 .en{
		font-size: 4rem;
	}
	.box__hygiene01:before{
		width: calc( 77 / 1299 * 100vw );
		height: calc( 124 / 1299 * 100vw );
		top:calc(133 / 1299 * 100vw );
		left: calc(58 / 1299 * 100vw );
	}
	.box__hygiene01:after{
		width: calc( 93 / 1299 * 100vw );
		height: calc( 163 / 1299 * 100vw );
		top:calc(115 / 1299 * 100vw );
		right: calc(48 / 1299 * 100vw );
	}
	.box__hygiene01 .txt{
		width: 74%;
	}
	.row__hygiene01{
		margin-top: calc(-235 / 1299 * 100vw );
	}
	.row__hygiene01 .col:nth-child(n+6){
		margin-top: calc(30 / 1299 * 100vw );
	}
	.row__hygiene01 .col .ttl{
		min-height: calc(100 / 1299 * 100vw );
		padding: calc(20 / 1299 * 100vw ) 6%;
		font-size: 1.25rem;
	}
	.row__hygiene01 .col .img{
		height: calc(280 / 1299 * 100vw );
	}
	.row__hygiene01 .col .img img{
		width: calc(200 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.index_hygiene{
		/* padding-top: 17vw; */
		padding-top: 32vw;
		padding-bottom: 22vw;
	}
	.box__hygiene01{
		outline : calc( 10 / 750 * 100vw ) solid #f5f5f5;
		outline-offset : calc( -10 / 750 * 100vw );
		padding: 32vw 4.5% 198vw;
		width: 93%;
	}
	.box__hygiene01 .ttl__common02{
		transform: translateY(-22%);
	}
	.box__hygiene01 .ttl__common02 .wrap{
		margin-bottom: 1vw;
	}
	.box__hygiene01 .ttl__common02 .en{
		letter-spacing: 0.1em;
		line-height: 1.3;
	}
	.box__hygiene01:before{
		width: calc( 79 / 750 * 100vw );
		height: calc( 124 / 750 * 100vw );
		top:-11vw;
		left: 6vw;
		z-index: 2;
	}
	.box__hygiene01:after{
		width: calc( 92 / 750 * 100vw );
		height: calc( 162 / 750 * 100vw );
		top:-13vw;
		right: 6vw;
		z-index: 2;
	}
	.box__hygiene01 .txt{
		width: 100%;
	}
	.row__hygiene01{
		margin-top: -192vw;
	}
	.row__hygiene01 .col{
		width: 49%;
		margin-right: 2%;
	}
	.row__hygiene01 .col:nth-child(5n){
		margin-right:2%;
	}
	.row__hygiene01 .col:nth-child(2n){
		margin-right:0;
	}
	.row__hygiene01 .col:nth-child(n+3){
		margin-top: 3vw;
	}
	.row__hygiene01 .col .ttl{
		min-height: calc(120 / 750 * 100vw );
		padding: calc(10 / 750 * 100vw ) 6%;
		font-size: calc(32 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row__hygiene01 .col .img{
		height: calc(320 / 750 * 100vw );
	}
	.row__hygiene01 .col .img img{
		width: calc(248 / 750 * 100vw );
	}
}

/* index_greeting
------------------------------------------------------------------*/
.index_greeting{
	/* background: url("images/index/img__greeting02.png")no-repeat left calc(95 / 1920 * 100vw ) bottom calc(70 / 1920 * 100vw ) / calc(878 / 1920 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(320 / 1920 * 100vw ) bottom calc(160 / 1920 * 100vw ) / calc(175 / 1920 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5; */
	background: url("images/index/img__greeting02.png")no-repeat left calc(95 / 1920 * 100vw ) bottom / calc(878 / 1920 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(320 / 1920 * 100vw ) bottom calc(160 / 1920 * 100vw ) / calc(175 / 1920 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5;
	padding-bottom: calc(320 / 1920 * 100vw );
	/* min-height: 1170px; */
	min-height: 1200px;
}
.row__greeting01 .col_txt{
	max-width: 680px;
	width: 46%;
}
.row__greeting01 .col_txt .en:first-letter{
	color:#e2d77b;
}
.row__greeting01 .col_txt .en:before{
	content: "";
	background: url("images/index/deco__greeting02.png")no-repeat center / contain;
	width: calc( 181 / 1920 * 100vw );
	height: calc( 114 / 1920 * 100vw );
	position: absolute;
	right: calc(-13 / 1920 * 100vw );
	bottom: calc(-83 / 1920 * 100vw );
	z-index: -1;
}
.row__greeting01 .col_img{
	max-width: 560px;
	width: 38%;
	margin-left: calc(140 / 1920 * 100vw );
}
.row__greeting01 .col_img:before{
	content: "";
	background: #dfd36d99;
	width: 100%;
	height: 100%;
	position: absolute;
	top:calc(50 / 1920 * 100vw );
	left: calc(-50 / 1920 * 100vw );
	z-index: -1;
}
.row__greeting01 .col_img:after{
	content: "";
	background:url("images/index/deco__greeting01.png")no-repeat center / contain;
	width: calc(113 / 1920 * 100vw );
	height: calc(247 / 1920 * 100vw );
	position: absolute;
	bottom: 0;
	left: calc(-130 / 1920 * 100vw );
}
.row__greeting01 .col_img .box{
	right: calc(-40 / 1920 * 100vw );
	bottom: calc(-100 / 1920 * 100vw );
}
.row__greeting01 .dr_name{
	width: calc(462 / 1920 * 100vw );
	height: calc(130 / 1920 * 100vw );
}
.row__greeting01 .dr_name:before{
	content: "";
	background: #a4cf57;
	width: calc( 60 / 1920 * 100vw );
	height: calc( 60 / 1920 * 100vw );
	position: absolute;
	left:0;
	top: 0;
	clip-path: polygon(0 0,0 100%, 100% 0);
}
.row__greeting01 .dr_name .txt{
	width: calc(90 / 1920 * 100vw );
	height: calc(90 / 1920 * 100vw );
	border-radius: 50%;
}
.row__greeting01 .btn_common01{
	max-width: 400px;
	width: calc(400 / 1920 * 100vw );
}
.row__greeting01 .btn_common01.btn_default01.arw02 a:after{
	right: calc(34 / 1920* 100vw);
}
.row__greeting01 .btn_common01.btn_default01.arw02 a:hover:after{
	right: calc(29 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_greeting{
		/* background: url("images/index/img__greeting02.png")no-repeat left calc(25 / 1599 * 100vw ) bottom calc(105 / 1599 * 100vw ) / calc(795 / 1599 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(145 / 1599 * 100vw ) bottom calc(160 / 1599 * 100vw ) / calc(175 / 1599 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5; */
		background: url("images/index/img__greeting02.png")no-repeat left calc(25 / 1599 * 100vw ) bottom / calc(795 / 1599 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(145 / 1599 * 100vw ) bottom calc(160 / 1599 * 100vw ) / calc(175 / 1599 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5;
		padding-bottom: calc(320 / 1599 * 100vw );
		min-height: 1050px;
	}
	.row__greeting01 .col_txt .en:before{
		width: calc( 181 / 1599 * 100vw );
		height: calc( 114 / 1599 * 100vw );
		right: calc(-13 / 1599 * 100vw );
		bottom: calc(-83 / 1599 * 100vw );
	}
	.row__greeting01 .col_img{
		margin-left: calc(140 / 1599 * 100vw );
	}
	.row__greeting01 .col_img:before{
		top:calc(50 / 1599 * 100vw );
		left: calc(-50 / 1599 * 100vw );
	}
	.row__greeting01 .col_img:after{
		width: calc(113 / 1599 * 100vw );
		height: calc(247 / 1599 * 100vw );
		left: calc(-130 / 1599 * 100vw );
	}
	.row__greeting01 .col_img .box{
		right: calc(-40 / 1599 * 100vw );
		bottom: calc(-100 / 1599 * 100vw );
	}
	.row__greeting01 .dr_name{
		width: calc(462 / 1599 * 100vw );
		height: calc(130 / 1599 * 100vw );
	}
	.row__greeting01 .dr_name:before{
		width: calc( 60 / 1599 * 100vw );
		height: calc( 60 / 1599 * 100vw );
	}
	.row__greeting01 .dr_name .txt{
		width: calc(90 / 1599 * 100vw );
		height: calc(90 / 1599 * 100vw );
	}
	.row__greeting01 .btn_common01{
		width: calc(400 / 1599 * 100vw );
	}
	.row__greeting01 .btn_common01.btn_default01.arw02 a:after{
		right: calc(34 / 1599* 100vw);
	}
	.row__greeting01 .btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(29 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_greeting{
		/* background: url("images/index/img__greeting02.png")no-repeat left calc(25 / 1299 * 100vw ) bottom calc(218 / 1299 * 100vw ) / calc(630 / 1299 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(80 / 1299 * 100vw ) bottom calc(70 / 1299 * 100vw ) / calc(135 / 1299 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5; */
		background: url("images/index/img__greeting02.png")no-repeat left calc(25 / 1299 * 100vw ) bottom / calc(630 / 1299 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(80 / 1299 * 100vw ) bottom calc(70 / 1299 * 100vw ) / calc(135 / 1299 * 100vw ) auto , url("images/index/bg__greeting01.png")no-repeat bottom right / 100% auto #f5f5f5;
		padding-bottom: calc(160 / 1299 * 100vw );
		min-height: 720px;
	}
	.row__greeting01 .col_txt .en{
		font-size: 5.25rem;
	}
	.row__greeting01 .col_txt .en:before{
		width: calc( 140 / 1299 * 100vw );
		height: calc( 93 / 1299 * 100vw );
		right: calc(-13 / 1299 * 100vw );
		bottom: calc(-68 / 1299 * 100vw );
	}
	.row__greeting01 .col_txt .copy{
		font-size: 1.75rem;
	}
	.row__greeting01 .col_img{
		margin-left: calc(95 / 1299 * 100vw );
	}
	.row__greeting01 .col_img:before{
		top:calc(50 / 1299 * 100vw );
		left: calc(-50 / 1299 * 100vw );
	}
	.row__greeting01 .col_img:after{
		width: calc(113 / 1299 * 100vw );
		height: calc(247 / 1299 * 100vw );
		left: calc(-130 / 1299 * 100vw );
	}
	.row__greeting01 .col_img .box{
		right: calc(-40 / 1299 * 100vw );
		bottom: calc(-100 / 1299 * 100vw );
	}
	.row__greeting01 .dr_name{
		width: calc(420 / 1299 * 100vw );
		height: calc(130 / 1299 * 100vw );
	}
	.row__greeting01 .dr_name:before{
		width: calc( 60 / 1299 * 100vw );
		height: calc( 60 / 1299 * 100vw );
	}
	.row__greeting01 .dr_name .txt{
		width: calc(90 / 1299 * 100vw );
		height: calc(90 / 1299 * 100vw );
	}
	.row__greeting01 .btn_common01{
		width: calc(360 / 1299 * 100vw );
	}
	.row__greeting01 .btn_common01.btn_default01.arw02 a:after{
		right: calc(34 / 1299* 100vw);
	}
	.row__greeting01 .btn_common01.btn_default01.arw02 a:hover:after{
		right: calc(29 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.index_greeting{
		background: url("images/index/img__greeting02.png")no-repeat left calc(25 / 750 * 100vw ) bottom calc(77 / 750 * 100vw ) / calc(700 / 750 * 100vw ) auto ,url("images/index/deco__greeting03.png")no-repeat right calc(25 / 750 * 100vw ) bottom 68vw / calc(172 / 750 * 100vw ) auto , url("images/index/bg__greeting01_sp.png")no-repeat bottom right / 100% auto #f5f5f5;
		padding-bottom: 59vw;
		/* min-height: calc(2671 / 750 * 100vw ); */
		min-height: calc(2300 / 750 * 100vw );
	}
	.row__greeting01{
		display: block;
	}
	.row__greeting01 .col_txt {
		width: 93%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 19vw;
	}
	.row__greeting01 .col_txt .en{
		font-size:calc(100 / 750 * 100vw );
		text-align: center;
	}
	.row__greeting01 .col_txt .en:before{
		width: calc( 181 / 750 * 100vw );
		height: calc( 114 / 750 * 100vw );
		right: calc(-17 / 750 * 100vw );
		bottom: calc(-42 / 750 * 100vw );
	}
	.row__greeting01 .col_txt .copy{
		font-size: calc(38 / 750 * 100vw );
		letter-spacing: 0;
		text-align: center;
		line-height: 1.8;
		margin-bottom: 2vw;
	}
	.row__greeting01 .col_txt .txt{
		line-height: 2;
		margin-bottom: 6vw;
	}
	.row__greeting01 .col_img{
		margin-left:auto;
		margin-right: 6vw;
		width: calc(560 / 750 * 100vw );
	}
	.row__greeting01 .col_img:before{
		top:calc(50 / 750 * 100vw );
		left: calc(-50 / 750 * 100vw );
	}
	.row__greeting01 .col_img:after{
		width: calc(113 / 750 * 100vw );
		height: calc(247 / 750 * 100vw );
		left: -13vw;
	}
	.row__greeting01 .col_img .box{
		right: calc(-72 / 750 * 100vw );
		bottom: calc(-100 / 750 * 100vw );
	}
	.row__greeting01 .dr_name{
		width: calc(462 / 750 * 100vw );
		height: calc(130 / 750 * 100vw );
	}
	.row__greeting01 .dr_name:before{
		width: calc( 60 / 750 * 100vw );
		height: calc( 60 / 750 * 100vw );
	}
	.row__greeting01 .dr_name .txt{
		width: calc(90 / 750 * 100vw );
		height: calc(90 / 750 * 100vw );
		font-size: calc(24 / 750 * 100vw );
	}
	.row__greeting01 .dr_name .ja{
		font-size: calc(36 / 750 * 100vw );
	}
	.row__greeting01 .dr_name .en{
		font-size: calc(20 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.row__greeting01 .btn_common01{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
	}
}
/* index_medical
------------------------------------------------------------------*/
.index_medical{
	background: url("images/index/bg__medical01.jpg") no-repeat center / cover;
}
.index_medical .ttl__common02 .en:first-letter{
	color: #a4cf57;
}
.index_medical .ttl__common02 .bdr_r:after{
	content: "";
	background: url("images/index/deco__medical01.png")no-repeat center / contain;
	width: calc( 141 / 1920 * 100vw );
	height: calc( 183 / 1920 * 100vw );
	position: absolute;
	top:calc(-50 / 1920 * 100vw );
	right: calc(-225 / 1920 * 100vw );
}
.row__medical01 .col{
	width: 33%;
}
.row__medical01 .col .icn{
	width: calc(130 / 1920 * 100vw );
	height: calc(130 / 1920 * 100vw );
}
.row__medical01 .col .btn_arw_parts02::after{
	border-width: calc(25 / 1920 * 100vw );
}
.row__medical01 .col_l .btn_arw_parts02::after{
	border-color: transparent #51bfb6 #51bfb6 transparent;
}
.row__medical01 .col_c .btn_arw_parts02::after{
	border-color: transparent #a4cf57 #a4cf57 transparent;
}
.row__medical01 .col_r .btn_arw_parts02::after{
	border-color: transparent #f77050 #f77050 transparent;
}
.list__medical01{
	background: #ffffffCC;
	padding: calc(13 / 1920 * 100vw ) calc(30 / 1920 * 100vw ) calc(25 / 1920 * 100vw );
}
.list__medical01 li{
	font-size: 1rem;
	text-align: left;
	padding-left: calc(21 / 1920 * 100vw );
}
.list__medical01 li:not(:first-child) {
	margin-top: calc(8 / 1920* 100vw);
}
.list__medical01 li:before{
	background: #dfd36d;
}
.row__medical02 .col{
	width: 18.7%;
	margin-right: 1.625%;
}
.row__medical02 .col:nth-child(5n),.row__medical02 .col:last-child{
	margin-right:0;
}
.row__medical02 .col:nth-child(n+6){
	margin-top: calc(20 / 1920 * 100vw );
}
.row__medical02 .col a{
	border-top: calc(8 / 1920 * 100vw ) solid #f77050;
}
.row__medical02 .col:nth-child(2n) a{
	border-top-color:#44b954; 
}
.row__medical02 .col .icn{
	width: calc(110 / 1920 * 100vw );
	height: calc(110 / 1920 * 100vw );
}
.row__medical02 .list__medical01{
	padding: 0;
	background: #fff;
}
.row__medical02 .list__medical01 li{
	letter-spacing: 0.05em;
}
.row__medical02 .col .btn_arw_parts02::after{
	border-color: transparent #f77050 #f77050 transparent;
	border-width: calc(13 / 1920 * 100vw );
}
.row__medical02 .col:nth-child(2n) .btn_arw_parts02::after{
	border-color: transparent #44b954 #44b954 transparent;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_medical .ttl__common02 .bdr_r:after{
		width: calc( 141 / 1599 * 100vw );
		height: calc( 183 / 1599 * 100vw );
		top:calc(-50 / 1599 * 100vw );
		right: calc(-225 / 1599 * 100vw );
	}
	.row__medical01 .col .icn{
		width: calc(130 / 1599 * 100vw );
		height: calc(130 / 1599 * 100vw );
	}
	.row__medical01 .col .btn_arw_parts02::after{
		border-width: calc(25 / 1599 * 100vw );
	}
	.list__medical01{
		padding: calc(13 / 1599 * 100vw ) calc(30 / 1599 * 100vw ) calc(25 / 1599 * 100vw );
	}
	.list__medical01 li{
		padding-left: calc(21 / 1599 * 100vw );
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(8 / 1599* 100vw);
	}
	.row__medical02 .col:nth-child(n+6){
		margin-top: calc(20 / 1599 * 100vw );
	}
	.row__medical02 .col a{
		border-top: calc(8 / 1599 * 100vw ) solid #f77050;
	}
	.row__medical02 .col .icn{
		width: calc(110 / 1599 * 100vw );
		height: calc(110 / 1599 * 100vw );
	}
	.row__medical02 .col .ttl{
		font-size: 1.125rem;
	}
	.row__medical02 .col .btn_arw_parts02::after{
		border-width: calc(13 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_medical .ttl__common02 .bdr_r:after{
		width: calc( 141 / 1299 * 100vw );
		height: calc( 183 / 1299 * 100vw );
		top:calc(-50 / 1299 * 100vw );
		right: calc(-225 / 1299 * 100vw );
	}
	.row__medical01 .col .icn{
		width: calc(130 / 1299 * 100vw );
		height: calc(130 / 1299 * 100vw );
	}
	.row__medical01 .col .btn_arw_parts02::after{
		border-width: calc(25 / 1299 * 100vw );
	}
	.list__medical01{
		padding: calc(13 / 1299 * 100vw ) calc(30 / 1299 * 100vw ) calc(25 / 1299 * 100vw );
	}
	.list__medical01 li{
		padding-left: calc(21 / 1299 * 100vw );
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(8 / 1299* 100vw);
	}
	.row__medical02 .col:nth-child(n+6){
		margin-top: calc(20 / 1299 * 100vw );
	}
	.row__medical02 .col a{
		border-top: calc(8 / 1299 * 100vw ) solid #f77050;
	}
	.row__medical02 .col .icn{
		width: calc(110 / 1299 * 100vw );
		height: calc(110 / 1299 * 100vw );
	}
	.row__medical02 .col .btn_arw_parts02::after{
		border-width: calc(13 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.index_medical {
		background: #f9fae1 url(images/index/bg__medical01_sp.png) no-repeat bottom center / 100% auto;
	}
	.index_medical .ttl__common02{
		margin-bottom: 7vw;
	}
	.index_medical .ttl__common02 .bdr_r:after{
		width: calc( 84 / 750 * 100vw );
		height: calc( 109 / 750 * 100vw );
		top: -2vw;
		right: -2vw;
	}
	.row__medical01{
		display: block;
	}
	.row__medical01 .col{
		width: calc(646 / 750 * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row__medical01 .col:not(:last-child){
		margin-bottom: calc(20 / 750 * 100vw );
	}
	.row__medical01 .col .wrap{
		padding: 9vw 5% 5vw
	}
	.row__medical01 .col .en{
		font-size: calc(38 / 750 * 100vw );
		margin-bottom: 2.5vw;
	}
	.row__medical01 .col .copy{
		font-size: calc(32 / 750 * 100vw );
		line-height: 1.5;
		margin-bottom: 5vw;
	}
	.row__medical01 .col .ja{
		font-size: calc(48 / 750 * 100vw );
	}
	.row__medical01 .col .icn{
		width: calc(208 / 750 * 100vw );
		height: calc(208 / 750 * 100vw );
		margin-bottom: 1vw;
	}
	.row__medical01 .col .btn_arw_parts02::after{
		border-width: calc(40 / 750 * 100vw );
	}
	.list__medical01{
		padding: 4vw 7% 5vw;
	}
	.list__medical01 li{
		padding-left: calc(34 / 750 * 100vw );
	}
	.list__medical01 li:not(:first-child) {
		margin-top: calc(11 / 750* 100vw);
	}
	.list__medical01 li:before{
		top: 0.65em;
	}
	.row__medical02 .col{
		width: calc(335 / 750 * 100vw );
		margin-right: calc(32 / 750 * 100vw );
	}
	.row__medical02 .col:nth-child(5n){
		margin-right:calc(32 / 750 * 100vw );
	}
	.row__medical02 .col:nth-child(2n){
		margin-right:0;
	}
	.row__medical02 .col:nth-child(n+3){
		margin-top: calc(34 / 750 * 100vw );
	}
	.row__medical02 .col a{
		border-top: calc(12 / 750 * 100vw ) solid #f77050;
		padding: 4vw 3.5vw;
	}
	.row__medical02 .col .ttl{
		font-size: calc(32 / 750 * 100vw );
		line-height: 1.4;
		margin-bottom: 3vw;
	}
	.row__medical02 .col .icn{
		width: calc(160 / 750 * 100vw );
		height: calc(160 / 750 * 100vw );
	}
	.row__medical02 .list__medical01 li{
		font-size: calc(26 / 750 * 100vw );
		padding-left: calc(27 / 750* 100vw);
	}
	.row__medical02 .list__medical01 li:not(:first-child){
		margin-top: calc(6 / 750* 100vw);
	}
	.row__medical02 .col .btn_arw_parts02::after{
		border-width: calc(18 / 750 * 100vw );
	}
}
/* index_recruit
------------------------------------------------------------------*/
.row__recruit01{
	max-width: 1050px;
	width: 80%;
}
.row__recruit01:before{
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 /  1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.row__recruit01 .col_txt{
	max-width: 590px;
	width: 56.2%;
}
.row__recruit01 .col_txt .copy span:before,.row__recruit01 .col_txt .copy span:after{
	content: "";
	background: #dfd36d;
	width: calc(34 / 1920* 100vw);
	height: 2px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	transform: rotate(60deg);
}
.row__recruit01 .col_txt .copy span:after{
	left: auto!important;
	right: 0!important;
	transform: rotate(-60deg)!important;
}
.row__recruit01 .col_txt .en:before{
	content: "";
	background: url("images/index/deco__recruit01.png")no-repeat center / contain;
	width: calc( 55 / 1920 * 100vw );
	height: calc( 56 / 1920 * 100vw );
	position: absolute;
	left: calc(25 / 1920 * 100vw );
	top:0;
	bottom: 0;
	margin: auto;
}
.row__recruit01 .col_txt .en:after{
	content: "";
	background: url("images/index/deco__recruit02.png")no-repeat center / contain;
	width: calc( 43 / 1920 * 100vw );
	height: calc( 42 / 1920 * 100vw );
	position: absolute;
	right: calc(40 / 1920 * 100vw );
	top:0;
	bottom: 0;
	margin: auto;
}
.row__recruit01 .col_img{
	max-width: 460px;
	width: 43.8%;
	background: url("images/index/img__recruit01.jpg")no-repeat center / cover;
}
.list__recruit01{
	max-width: 500px;
}
.list__recruit01{
	padding: calc(22 / 1920 * 100vw ) calc(30 / 1920 * 100vw ) calc(33 / 1920 * 100vw );
}
.list__recruit01 li{
	font-size: 1rem;
	padding-left: calc(32 / 1920 * 100vw );
	letter-spacing: 0.05em;
}
.list__recruit01.list_default li:before{
	border-radius: 0;
	background: url("images/page/icn_check01.svg") no-repeat center / contain;
	width: calc(14 / 1920* 100vw);
	height: calc(15 / 1920* 100vw);
	top:0.45em;
}
.list__recruit01.list_default li:not(:first-child) {
	margin-top: calc(16 / 1920* 100vw);
}
.row__recruit01 .btn_common01{
	z-index: 3;
	bottom: calc(50 / 1920 * 100vw );
	right: calc(60 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__recruit01:before{
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 /  1599 * 100vw) );
	}
	.row__recruit01 .col_txt .copy span:before,.row__recruit01 .col_txt .copy span:after{
		width: calc(34 / 1599* 100vw);
	}
	.row__recruit01 .col_txt .en:before{
		width: calc( 55 / 1599 * 100vw );
		height: calc( 56 / 1599 * 100vw );
		left: calc(25 / 1599 * 100vw );
	}
	.row__recruit01 .col_txt .en:after{
		width: calc( 43 / 1599 * 100vw );
		height: calc( 42 / 1599 * 100vw );
		right: calc(40 / 1599 * 100vw );
	}
	.row__recruit01 .col_txt .txt{
		text-align: center;
	}
	.list__recruit01{
		padding: calc(22 / 1599 * 100vw ) calc(30 / 1599 * 100vw ) calc(33 / 1599 * 100vw );
	}
	.list__recruit01 li{
		padding-left: calc(32 / 1599 * 100vw );
	}
	.list__recruit01.list_default li:before{
		width: calc(14 / 1599* 100vw);
		height: calc(15 / 1599* 100vw);
	}
	.list__recruit01.list_default li:not(:first-child) {
		margin-top: calc(16 / 1599* 100vw);
	}
	.row__recruit01 .btn_common01{
		bottom: calc(50 / 1599 * 100vw );
		right: calc(60 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row__recruit01:before{
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 /  1299 * 100vw) );
	}
	.row__recruit01 .col_txt {
		padding-left: calc(40 / 1299 * 100vw );
	}
	.row__recruit01 .col_txt .copy span:before,.row__recruit01 .col_txt .copy span:after{
		width: calc(34 / 1299* 100vw);
	}
	.row__recruit01 .col_txt .en:before{
		width: calc( 55 / 1299 * 100vw );
		height: calc( 56 / 1299 * 100vw );
		left: calc(25 / 1299 * 100vw );
	}
	.row__recruit01 .col_txt .en:after{
		width: calc( 43 / 1299 * 100vw );
		height: calc( 42 / 1299 * 100vw );
		right: calc(40 / 1299 * 100vw );
	}
	.row__recruit01 .col_txt .txt{
		font-size: 1rem;
	}
	.list__recruit01{
		padding: calc(22 / 1299 * 100vw ) calc(30 / 1299 * 100vw ) calc(33 / 1299 * 100vw );
	}
	.list__recruit01 li{
		padding-left: calc(32 / 1299 * 100vw );
	}
	.list__recruit01.list_default li:before{
		width: calc(14 / 1299* 100vw);
		height: calc(15 / 1299* 100vw);
	}
	.list__recruit01.list_default li:not(:first-child) {
		margin-top: calc(16 / 1299* 100vw);
	}
	.row__recruit01 .btn_common01{
		bottom: calc(50 / 1299 * 100vw );
		right: calc(60 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.row__recruit01{
		width: 93%;
		display: block;
	}
	.row__recruit01:before{
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 /  750 * 100vw) );
		border: 1px solid #fff;
	}
	.row__recruit01 .col_img{
		width: 100%;
		height: calc(400 / 750 * 100vw );
		background: url(images/index/img__recruit01_sp.jpg) no-repeat center / cover;
	}
	.row__recruit01 .col_txt {
		padding: 7vw 6% 8vw;
		width: 100%;
	}
	.row__recruit01 .col_txt .copy{
		font-size: calc(36 / 750 * 100vw );
	}
	.row__recruit01 .col_txt .copy span{
		padding-right: 5vw;
		padding-left: 7vw;
	}
	.row__recruit01 .col_txt .copy span:before,.row__recruit01 .col_txt .copy span:after{
		width: calc(34 / 750* 100vw);
	}
	.row__recruit01 .col_txt .en{
		font-size: calc(60 / 750 * 100vw );
		margin-bottom: 6vw;
	}
	.row__recruit01 .col_txt .en:before{
		width: calc( 55 / 750 * 100vw );
		height: calc( 56 / 750 * 100vw );
		left: calc(25 / 750 * 100vw );
	}
	.row__recruit01 .col_txt .en:after{
		width: calc( 43 / 750 * 100vw );
		height: calc( 42 / 750 * 100vw );
		right: calc(40 / 750 * 100vw );
	}
	.list__recruit01{
		padding: 4vw 6%;
		margin-bottom: 19vw;
	}
	.list__recruit01 li{
		padding-left: calc(32 / 750 * 100vw );
		font-size: calc(28 / 750 * 100vw );
		letter-spacing: 0;
	}
	.list__recruit01.list_default li:before{
		width: calc(17 / 750* 100vw);
		height: calc(18 / 750* 100vw);
	}
	.list__recruit01.list_default li:not(:first-child) {
		margin-top: calc(7 / 750* 100vw);
	}
	.row__recruit01 .btn_common01{
		bottom:8vw;
		right: 0;
		left: 0;
		margin: auto;
	}
}
/* index_ti
------------------------------------------------------------------*/
.row__ti01 .col{
	width: 46.5%;
}
.ttl__ti01 .en:first-letter{
	color: #44b954;
}
.btn__ti01{
	width: calc(90 / 1920 * 100vw );
	height: calc(30 / 1920 * 100vw );
}
.index_ti .blog_archive{
	background: #edf6e2;
	padding: calc(15 / 1920 * 100vw ) calc(15 / 1920 * 100vw ) calc(15 / 1920 * 100vw ) calc(15 / 1920 * 100vw );
}
.index_ti .blog_archive:not(:first-child){
	margin-top: calc(10 / 1920 * 100vw );
}
.index_ti .thmb{
	width: calc(150 / 1920 * 100vw );
}
.index_ti .thmb img{
	height: calc(150 / 1920 * 100vw );
}
.index_ti .txt_post{
	width: calc(100% - calc(180 / 1920* 100vw));
}
.index_ti .txt_post .txt_excerpt{
	line-height: 1.7;
	margin-top: calc(4 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn__ti01{
		width: calc(90 / 1599 * 100vw );
		height: calc(30 / 1599 * 100vw );
	}
	.index_ti .blog_archive{
		padding: calc(15 / 1599 * 100vw ) calc(15 / 1599 * 100vw ) calc(15 / 1599 * 100vw ) calc(15 / 1599 * 100vw );
	}
	.index_ti .blog_archive:not(:first-child){
		margin-top: calc(10 / 1599 * 100vw );
	}
	.index_ti .thmb{
		width: calc(150 / 1599 * 100vw );
	}
	.index_ti .thmb img{
		height: calc(150 / 1599 * 100vw );
	}
	.index_ti .txt_post{
		width: calc(100% - calc(180 / 1599* 100vw));
	}
	.index_ti .txt_post .txt_excerpt{
		margin-top: calc(4 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn__ti01{
		width: calc(90 / 1299 * 100vw );
		height: calc(30 / 1299 * 100vw );
	}
	.index_ti .blog_archive{
		padding: calc(15 / 1299 * 100vw ) calc(15 / 1299 * 100vw ) calc(15 / 1299 * 100vw ) calc(15 / 1299 * 100vw );
	}
	.index_ti .blog_archive:not(:first-child){
		margin-top: calc(10 / 1299 * 100vw );
	}
	.index_ti .thmb{
		width: calc(150 / 1299 * 100vw );
	}
	.index_ti .thmb img{
		height: calc(150 / 1299 * 100vw );
	}
	.index_ti .txt_post{
		width: calc(100% - calc(180 / 1299* 100vw));
	}
	.index_ti .txt_post .txt_excerpt{
		margin-top: calc(4 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.index_ti{
		margin-bottom: 13vw;
	}
	.row__ti01{
		display: block;
	}
	.row__ti01 .col{
		width: 100%;
	}
	.row__ti01 .col_l{
		margin-bottom: 14vw;
	}
	.ttl__ti01 .en{
		font-size: calc(50 / 750 * 100vw );
		margin-right: 4vw;
	}
	.ttl__ti01 .ja{
		font-size: calc(26 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.btn__ti01{
		width: calc(120 / 750 * 100vw );
		height: calc(40 / 750 * 100vw );
	}
	.btn__ti01 span{
		font-size: calc(24 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.index_ti .blog_archive{
		padding: calc(30 / 750 * 100vw ) calc(30 / 750 * 100vw ) calc(30 / 750 * 100vw ) calc(30 / 750 * 100vw );
	}
	.index_ti .blog_archive:not(:first-child){
		margin-top: calc(20 / 750 * 100vw );
	}
	.index_ti .thmb{
		width: calc(200 / 750 * 100vw );
	}
	.index_ti .thmb img{
		height: calc(200 / 750 * 100vw );
	}
	.index_ti .txt_post{
		width: calc(100% - calc(230 / 750* 100vw));
	}
	.index_ti .txt_post .date{
		font-size: calc(26 / 750 * 100vw );
		line-height: 1.6;
	}
	.index_ti .txt_post .txt_excerpt{
		margin-top: calc(4 / 750* 100vw);
		font-size: calc(32 / 750 * 100vw );
		line-height: 1.6;
	}
	.row__ti01 .col_r .ttl__ti01{
		margin-bottom: 5vw;
	}

}

/* インスタグラム index_instagram
------------------------------------------------------------------*/
.index_instagram {
	position: relative;
}
.index_instagram .ttl .en {
	margin-right: calc(15 / 1920*100vw);
	letter-spacing: .13em;
}
.index_instagram .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: calc(100 / 1920*100vw);
	height: calc(100 / 1920*100vw);
	z-index: 1;
}
.index_instagram .bx-viewport {
	overflow: visible!important;
}
.index_instagram .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}
.index_instagram #sb_instagram{
	max-width: 100%!important;
	width:100%!important;
	padding-bottom: 0 !important;
}
.index_instagram #sb_instagram #sbi_images {
	padding: 0!important;
	padding-bottom: 0!important;
}
.index_instagram #sb_instagram #sbi_images .sbi_item {
	padding: 0!important;
	margin-right: 1.7%!important;
	width: 32.1%!important;
}
.index_instagram #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
	margin-right: 0!important;
}
.index_instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
	margin-top: calc(10 / 1920*100vw)!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_instagram .ttl .en {
		margin-right: calc(15 / 1599*100vw);
	}
	.index_instagram .btn {
		width: calc(100 / 1599*100vw);
		height: calc(100 / 1599*100vw);
	}
	.index_instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
		margin-top: calc(10 / 1599*100vw)!important;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_instagram .ttl .en {
		margin-right: calc(15 / 1299*100vw);
	}
	.index_instagram .btn {
		width: calc(100 / 1299*100vw);
		height: calc(100 / 1299*100vw);
	}
	.index_instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
		margin-top: calc(10 / 1299*100vw)!important;
	}
}
@media(max-width: 767px) {
	.index_instagram_topics {
		padding-top: 11vw;
	}
	.index_instagram {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	.index_instagram .ttl .en {
		margin-right: calc(15 / 750*100vw);
		letter-spacing: .13em;
		font-size: calc(56 / 750*100vw);
	}
	.index_instagram .ttl .ja {
		font-size: calc(26 / 750*100vw);
		letter-spacing: .1em;
	}
	.index_instagram .btn {
		width: calc(160 / 750*100vw);
		height: calc(160 / 750*100vw);
	}
	.index_instagram #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
		margin-top: calc(10 / 750*100vw)!important;
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 > .col_l {
	max-width: 580px;
	width: 47%;
}
.row_foot01 > .col_r {
	width: 49%;
	max-width: 600px;
}
.pagetop {
	position: fixed;
	right: calc(5 / 1920 * 100vw);
	bottom: calc(20 / 1920 * 100vw);
	z-index: 1000;
	width: calc(100 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
.logo_foot{
	width: calc(245 / 1920 * 100vw );
}
.list_foot01 li:before{
	background: #dfd36d;
}
.list_foot01 li:not(:first-child){
	margin-top: calc(20 / 1920* 100vw);
}
.tbl_foot01{
	width: calc(530 / 1920 * 100vw );
}
.row_foot02 > .col_l{
	width: 67%;
}
.row_foot02 > .col_r{
	width: 33%;
}
.row_foot02 .ttl__common01 .bdr{
	width: calc(67 / 1920 * 100vw );
}
.img_foot01{
	width: calc(520 / 1920 * 100vw );
}
.row_foot03.row__access02{
	width: calc(560 / 1920 * 100vw );
}
.row_foot03.row__access02 .col {
	width: calc(270 / 1920* 100vw);
}
.row_foot01 .wrap_foot01{
	width: calc(580 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.pagetop {
		right: calc(5 / 1599 * 100vw);
		bottom: calc(20 / 1599 * 100vw);
		width: calc(100 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
	.logo_foot{
		width: calc(245 / 1599 * 100vw );
	}
	.list_foot01 li:not(:first-child){
		margin-top: calc(20 / 1599* 100vw);
	}
	.tbl_foot01{
		width: calc(530 / 1599 * 100vw );
	}
	.tbl_foot01 .tbl_caption .txt01{
		padding: calc(5 / 1599* 100vw) calc(25 / 1599* 100vw);
	}
	.tbl_foot01 .tbl_caption .txt02 {
		padding: calc(5 / 1599* 100vw) calc(25 / 1599* 100vw);
	}
	.row_foot02 > .col_l{
		width: 62%;
	}
	.row_foot02 > .col_r{
		width: 38%;
	}
	.row_foot02 .ttl__common01 .bdr{
		width: calc(67 / 1599 * 100vw );
	}
	.img_foot01{
		width: calc(450 / 1599 * 100vw );
	}
	.row_foot03.row__access02{
		width: calc(540 / 1599 * 100vw );
	}
	.row_foot03.row__access02 .col {
		width: calc(260 / 1599* 100vw);
	}
	.row_foot01 .wrap_foot01{
		width: calc(580 / 1599 * 100vw );
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.pagetop {
		right: calc(5 / 1299 * 100vw);
		bottom: calc(20 / 1299 * 100vw);
		width: calc(100 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
	.logo_foot{
		width: calc(245 / 1299 * 100vw );
	}
	.row_foot01 .wrap_foot01{
		width: calc(540 / 1299 * 100vw );
	}
	.tel_foot.tel_common01{
		width: calc(580 / 1299 * 100vw );
	}
	.web_foot.web_common01{
		width: calc(190 / 1299 * 100vw );
	}
	.list_foot01 li:not(:first-child){
		margin-top: calc(20 / 1299* 100vw);
	}
	.tbl_foot01{
		width: calc(500 / 1299 * 100vw );
	}
	.tbl_foot01 .tbl_caption .txt01{
		padding: calc(5 / 1299* 100vw) calc(25 / 1299* 100vw);
	}
	.tbl_foot01 .tbl_caption .txt02 {
		padding: calc(5 / 1299* 100vw) calc(25 / 1299* 100vw);
	}
	.row_foot02 .ttl__common01 .bdr{
		width: calc(67 / 1299 * 100vw );
	}
	.img_foot01{
		width: calc(390 / 1299 * 100vw );
	}
	.row_foot03.row__access02{
		width: calc(445 / 1299 * 100vw );
	}
	.row_foot03.row__access02 .col {
		width: calc(215 / 1299* 100vw);
	}
	.row_foot03.row__access02 .col .ttl{
		font-size: 1.125rem;
	}
	.row_foot03.row__access02 .col .txt01{
		font-size: 1.25rem;
	}
	.row_foot03.row__access02 .col .txt01 em{
		font-size: 1.75rem;
	}
	.row_foot03.row__access02 .col .txt02{
		font-size: 0.9375rem;
	}
}
@media(max-width: 767px) {
	.main_foot{
		padding-bottom: 11vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		/* width: calc(400 / 750 * 100vw); */
		width: calc(600 / 750 * 100vw);
	}
	.fix_web {
		width: calc(200 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
	.logo_foot{
		width: calc(360 / 750 * 100vw );
		margin-bottom: 7vw;
	}
	.list_foot01 li:not(:first-child){
		margin-top: calc(20 / 750* 100vw);
	}
	.address_foot{
		flex-direction: column;
	}
	.address_foot .icn{
		width: calc(21 / 750 * 100vw );
	}
	.address_foot .txt{
		line-height: 1.7;
	}
	.row_foot01 .wrap_foot01{
		width: 100%;
	}
	.wrap_foot01 .tel_common01{
		width: calc(460 / 750 * 100vw );
	}
	.wrap_foot01 .tel_common01 a,.wrap_foot01 .web_common01 a{
		height: calc(150 / 750 * 100vw );
	}
	.wrap_foot01 .tel_common01 a .txt{
		font-size: calc(22 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.wrap_foot01 .tel_common01 a .num{
		font-size: calc(44 / 750 * 100vw );
	}
	.wrap_foot01 .tel_common01 a .num .icn{
		width: calc(37 / 750 * 100vw );
	}
	.wrap_foot01 .web_common01{
		width: calc(242 / 750 * 100vw );
	}
	.wrap_foot01 .web_common01 .txt01{
		font-size: calc(22 / 750 * 100vw );
		letter-spacing: 0.1em;
	}
	.wrap_foot01 .web_common01 .txt02{
		font-size: calc(28 / 750 * 100vw );
	}
	.wrap_foot01 .web_common01 .icn{
		width: calc(60 / 750 * 100vw );
	}
	.tbl_foot01{
		width: 100%;
	}
	.row_foot01 > .col_r{
		padding: 7vw 4% 8vw;
	}
	.row_foot01 > .col_r .ttl{
		font-size: calc(32 / 750 * 100vw );
		margin-bottom: 2vw;
	}
	.list_foot01 li{
		padding-left: 4vw;
	}
	.list_foot01 li:not(:first-child){
		margin-top: 3vw;
	}
	.row_foot02{
		display: block;
	}
	.row_foot02 .col_l,.row_foot02 .col_r{
		width: 100%;
	}
	.row_foot02 .col_l{
		background: #f9fae1;
	}
	.row_foot02 .ttl__common01{
		margin-bottom: 3vw;
	}
	.row_foot02 .ttl__common01 .bdr{
		width: calc(67 / 750* 100vw );
	}
	.img_foot01{
		width: calc(600 / 750 * 100vw );
		margin-bottom: 5.5vw;
	}
	.row_foot02 .col_r{
		padding-bottom: 10vw;
	}
	.row_foot03.row__access02{
		width: 93%;
	}
	.row_foot03.row__access02 .col {
		width: calc(340 / 750* 100vw);
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(817 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-170 / 1920 * 100vw);
	height: calc(100% + calc(340 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / 1920 * 100vw);
	top: calc(30 / 1920 * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background: #51bfb6 url("images/page/icn_map02.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(16 / 1920 * 100vw) auto;
	color: #fff;
	border: 1px solid #fff;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / 1920 * 100vw) solid  #fff;
	border-top: calc(5 / 1920 * 100vw) solid transparent;
	border-bottom: calc(5 / 1920 * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(790 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-170 / 1599 * 100vw);
		height: calc(100% + calc(340 / 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: #51bfb6 url("images/page/icn_map02.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw) calc(8 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(725 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-170 / 1299 * 100vw);
		height: calc(100% + calc(340 / 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:#51bfb6  url("images/page/icn_map02.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw) calc(8 / 1299 * 100vw);
		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(400 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto 12vw;
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		background-position: left 3vw center;
		background-size: calc(30 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
	}
	.btn_map a::after {
		border-width: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
		right: 3vw;
	}
	/*.map::before,
	.map::after
	{
		content: "";
		width: 100%;
		height: 1px;
		margin: auto;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.map::after{
		width: 1px;
		height: 100%;
	}*/
}

/* modal
------------------------------------------------------------------*/
.modal-container{
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(0,0,0,50%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	display: block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: calc(28 / 1920 * 100vw );
	right: calc(37 / 1920 * 100vw );
	width: calc(30 / 1920 * 100vw );
	height: calc(30 / 1920 * 100vw );
	font-size: 1.875rem;
	font-weight: bold;
	color: #3b2c1b;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: calc(43 / 1920 * 100vw ) 6.3% calc(50 / 1920 * 100vw );
	border-radius: 20px;
}
.modal-content .list_default li{
	padding-left: calc(21 / 1920* 100vw);
}
.modal-content .list_default li:before{
	background: #dfd36d;
}
.modal-content .list_default li:not(:first-child){
	margin-top: calc(20 / 1920 * 100vw );
}
.modal-content .btn_common01 a{
	padding: calc(10 / 1920* 100vw) 3% calc(8 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.modal-close{
		top: calc(28 / 1599 * 100vw );
		right: calc(37 / 1599 * 100vw );
		width: calc(30 / 1599 * 100vw );
		height: calc(30 / 1599 * 100vw );
	}
	.modal-content{
		padding: calc(43 / 1599 * 100vw ) 6.3% calc(50 / 1599 * 100vw );
	}
	.modal-content .list_default li{
		padding-left: calc(21 / 1599* 100vw);
	}
	.modal-content .list_default li:not(:first-child){
		margin-top: calc(20 / 1599 * 100vw );
	}
	.modal-content .btn_common01 a{
		padding: calc(10 / 1599* 100vw) 3% calc(8 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.modal-close{
		top: calc(28 / 1299 * 100vw );
		right: calc(37 / 1299 * 100vw );
		width: calc(30 / 1299 * 100vw );
		height: calc(30 / 1299 * 100vw );
	}
	.modal-content{
		padding: calc(43 / 1299 * 100vw ) 6.3% calc(50 / 1299 * 100vw );
	}
	.modal-content .list_default li{
		padding-left: calc(21 / 1299* 100vw);
	}
	.modal-content .list_default li:not(:first-child){
		margin-top: calc(20 / 1299 * 100vw );
	}
	.modal-content .btn_common01 a{
		padding: calc(10 / 1299* 100vw) 3% calc(8 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.modal-close{
		top: calc(28 / 750 * 100vw );
		right: calc(20 / 750 * 100vw );
		width: calc(30 / 750 * 100vw );
		height: calc(30 / 750 * 100vw );
		font-size: 1rem;
	}
	.modal-body{
		width: 93%;
	}
	.modal-content{
		padding: calc(50 / 750 * 100vw ) 4.3% calc(50 / 750 * 100vw );
		border-radius: 10px;
	}
	.modal-content .list_default{
		margin-bottom: 5vw;
	}
	.modal-content .list_default li{
		padding-left: calc(27 / 750* 100vw);
	}
	.modal-content .list_default li:not(:first-child){
		margin-top: calc(24 / 750 * 100vw );
	}
	.modal-content .ttl{
		font-size: calc(32 / 750 * 100vw );
		margin-bottom: 2vw;
	}
	.modal-content .btn_common01{
		width: calc(420 / 750 * 100vw )!important;
	}
	.modal-content .btn_common01 a{
		padding: calc(12 / 750* 100vw) 3% calc(9 / 750* 100vw);
	}
	.modal-content .btn_common01 a .txt01{
		font-size: calc(22 / 750 * 100vw );
		letter-spacing: 0;
	}
	.modal-content .btn_common01 a .txt02{
		font-size: calc(32 / 750 * 100vw );
		letter-spacing: 0;
	}
	.modal-content .btn_common01.btn_default01.arw02 a:hover:after {
		right: calc(25 / 750* 100vw) !important;
	}
}




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

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

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

}


.grecaptcha-badge { visibility: hidden; }