@charset "utf-8";

/* -------------------------------------------------- */

/* Theme Name: res */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


@font-face {
	font-family: "agency_fb";
	src: url("../font/agency_fb.ttf") format("truetype");
}

@font-face {
	font-family: "FREESCPT";
	src: url("../font/FREESCPT.TTF") format("truetype");
}

/* -------------------------------------------------- */

:root {
	--guideline-color: #aaa;
	font-size: calc(16 / 1920*100vw);
	--color01: #06C755;
	--color02: #121212;
	--color03: #01A29D;
	--color04: #00524E;
	--color05: #65AAA6;
	--color06: #96894A;
	--color07: #9CBB1C;
	--color08: #96894A;
	--color09: #BD6856;
	--color10: #C9B35A;
	--color11: #CCC782;
	--color12: #CFB17F;
	--color13: #CFCFCF;
	--color14: #DCDACD;
	--color15: #E9BC00;
	--color16: #EEEEEE;
	--color17: #FAF8ED;
	--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: #96894a;
}
/* .zen {
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 500;
	font-style: normal;
} */
/* .fot {
	font-family: "fot-tsukumin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
} */
.bel {
	font-family: "FREESCPT", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.atl {
	font-family: "agency_fb", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.atr {
	font-family: "agency_fb", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_NotoSerifJP_l {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
.font_NotoSerifJP_r {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}
.txt_left {
	text-align: left;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	color: #000000;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
.marker {
	background:linear-gradient(transparent 60%, #e9bc004D 60%);
}
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);}
.bbw {
	border-bottom: 1px solid #fff;
}
.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;}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 

@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);
	}
}
@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;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / 750*100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
#wrap {
	padding-left: calc(300 / 1920*100vw);
}
header {
	z-index: 10;
}
.btn_head a{
	height: calc(70 / 1920*100vw);
}
.btn_head a:before {
	position: absolute;
	content: "";
	border: 1px solid #ffffff;
	right: calc(2 / 1920*100vw);
	left: calc(2 / 1920*100vw);
	top:calc(2 / 1920*100vw);
	bottom: calc(2 / 1920*100vw);
	margin: auto;
	z-index: -1;
}
.btn_head .txt01:before {
	position: absolute;
	content: "";
	background: #121212;
	width: 1px;
	height: calc(40 / 1920*100vw);
	right: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.web_head .txt01:before {
	background: #fff;
}
.btn_head .txt01 {
	width: 32%;
	padding-right: calc(12 / 1920*100vw);
	text-align: right;
	line-height: 1.5;
}
.btn_head .txt02 {
	width: 68%;
	padding-left: calc(12 / 1920*100vw);
	text-align: left;
	font-size: calc(20 / 1920*100vw);
	line-height: 1.5;
}
/*.web_head a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(15 / 1920*100vw) calc(15 / 1920*100vw);
	border-color: transparent transparent #177319 transparent;
	right: 0;
	bottom: 0;
}
.web_head.ready a {
	pointer-events: none;
}
.web_head.ready a:after {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(200 / 1920*100vw);
    height: calc(40 / 1920*100vw);
    line-height: calc(40 / 1920*100vw);
    background: rgba(51,51,51,.7);
	border: none;
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    position: absolute;
}*/
@media(min-width: 768px) and (max-width:1599px) {
	#wrap {
		padding-left: calc(300 / 1599*100vw);
	}
	.btn_head a{
		height: calc(70 / 1599*100vw);
	}
	.btn_head a:before {
		right: calc(2 / 1599*100vw);
		left: calc(2 / 1599*100vw);
		top:calc(2 / 1599*100vw);
		bottom: calc(2 / 1599*100vw);
	}
	.btn_head .txt01:before {
		height: calc(40 / 1599*100vw);
	}
	/*.web_head a:after {
		border-width: 0 0 calc(15 / 1599*100vw) calc(15 / 1599*100vw);
	}*/
	/*.web_head.ready a:after {
		width: calc(200 / 1599*100vw);
		height: calc(40 / 1599*100vw);
		line-height: calc(40 / 1599*100vw);
	}*/
}
@media(min-width: 768px) and (max-width:1299px) {
	#wrap {
		padding-left: calc(300 / 1299*100vw);
	}
	.btn_head a{
		height: calc(70 / 1299*100vw);
	}
	.btn_head a:before {
		right: calc(2 / 1299*100vw);
		left: calc(2 / 1299*100vw);
		top:calc(2 / 1299*100vw);
		bottom: calc(2 / 1299*100vw);
	}
	.btn_head .txt01:before {
		height: calc(40 / 1299*100vw);
	}
	.web_head a:after {
		border-width: 0 0 calc(15 / 1299*100vw) calc(15 / 1299*100vw);
	}
	.web_head.ready a:after {
		width: calc(200 / 1299*100vw);
		height: calc(40 / 1299*100vw);
		line-height: calc(40 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	#wrap {
		padding-left: 0;
	}
	header h1 {
		/* top: calc(31 / 750*100vw);
		left: calc(23 / 750*100vw); */
		width: calc(300 / 750*100vw);
	}
	.tel_head {
		margin-right: 0;
	}
	.btn_head .txt01 {
		width: 31%;
		padding-left: 3vw;
		font-size: calc(30 / 750*100vw);
		padding-right: 3vw;
	}
	.btn_head .txt02 {
		width: 69%;
		font-size: calc(59 / 750*100vw);
		padding-left: 3vw;
	}
	/*.btn_head {
		width: calc(646 / 750*100vw);
	}*/
	.btn_head a{
		height: calc(150 / 750*100vw);
	}
	.btn_head a:before {
		right: calc(6 / 750*100vw);
		left: calc(6 / 750*100vw);
		top:calc(6 / 750*100vw);
		bottom: calc(6 / 750*100vw);
	}
	.btn_head .txt01:before {
		height: calc(108 / 750*100vw);
	}
	.tel_head .txt01{
		padding-right: 3vw;
		text-align: right;
		font-size: calc(30 / 750*100vw);
	}
	.tel_head .txt02{
		font-size: calc(36 / 750*100vw);
		line-height: 1.5;
		text-align: left;
	}
	.web_head a:after {
		bottom: calc(6 / 750*100vw);
		right: calc(6 / 750*100vw);
		border-width: 0 0 calc(38 / 750*100vw) calc(38 / 750*100vw);
	}
	.web_head.ready a:after {
		width: calc(200 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center right / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center left / cover;
}
.main_img .en {
	top: 28%;
    left: 2.5%;
	line-height: 1.17;
	z-index: 2;
}
.main_img .ja {
	bottom: 7.5%;
    right: 5%;
	line-height: 1.5;
	z-index: 2;
	letter-spacing: .1em;
    font-feature-settings: "palt";
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
	.main_img .en {
		top: 28%;
		left: 6.5%;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35), 0px 0px 5px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.35), 0px 0px 15px rgba(0, 0, 0, 0.35), 0px 0px 15px rgba(0, 0, 0, 0.35);
		font-size: calc(61 / 750*100vw);
	}
	.main_img .ja {
		bottom: 4.7%;
		right: 5%;
		font-size: calc(60 / 750*100vw);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35), 0px 0px 5px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.35), 0px 0px 15px rgba(0, 0, 0, 0.35), 0px 0px 15px rgba(0, 0, 0, 0.35);
	}
	.main_img .ja .fz50 {
		font-size: calc(50 / 750*100vw);
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .5s;
	width: calc(300 / 1920*100vw);
	height: 100vh;
}
.gnav > ul {
	max-width: ;
}
.gnav > ul > li {
	width: 100%;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li:not(:last-child) {
	margin-bottom: calc(10 / 1920*100vw);
}
.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(50 / 1920 * 100vw);
	position: relative;
}
.gnav > ul > li > a:hover , .gnav > ul > li > a.active, .gnav > ul > li > a.open {
	background: #eeeeee;
}
.gnav > ul > li .en {
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	position: absolute;
	top: 0;
	z-index: 3;
	width: calc(300 / 1920*100vw);
	background: #01A29DE6;
	color: #fff;
	height: 100%;
    bottom: 0;
    left: calc(300 / 1920*100vw);
    transform: translateX(-100%);
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: transform .6s ease, opacity .4s ease, visibility .4s ease;
}
.gnav > ul > li > a.trigger.open + .nav_sub {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: transform .6s ease, opacity 1s ease, visibility 1s ease;
}
.gnav .nav_sub a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(50 / 1920*100vw);
}
.gnav .nav_sub ul{
	height: 100%;
}
.gnav .nav_sub a:hover {
	background: #ffffff33;
}
.gnav .nav_sub li {
	width: 100%;
}
.gnav .nav_sub li:not(:last-child) {
	margin-bottom: calc(10 / 1920*100vw);
}
.gnav .nav_sub02 {
	cursor: pointer;
}
.gnav .nav_sub02 div{
	height: calc(50 / 1920*100vw);
}
.gnav .nav_sub02 .wrap {
	display: none;
	right: calc(-200 / 1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	color: #177319;
}
.gnav .nav_sub02 .wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(200 / 1920*100vw);
	background: #fff;
	height: calc(50 / 1920*100vw);
}
.gnav .nav_sub02 a:first-of-type {
	border-bottom: 1px solid #177319;
}
.gnav .nav_sub02:hover .wrap {
	display: block;
}
@media(min-width: 768px) and (max-width:1599px) {
	.gnav {
		width: calc(300 / 1599*100vw);
	}
	.gnav > ul > li:not(:last-child) {
		margin-bottom: calc(10 / 1599*100vw);
	}
	.gnav > ul > li > a {
		height: calc(50 / 1599 * 100vw);
	}
	.gnav .nav_sub {
		left: calc(300 / 1599*100vw);
		width: calc(300 / 1599*100vw);
	}
	.gnav .nav_sub a {
		height: calc(50 / 1599*100vw);
	}
	.gnav .nav_sub li:not(:last-child) {
		margin-bottom: calc(10 / 1599*100vw);
	}
	.gnav .nav_sub02 div{
		height: calc(50 / 1599*100vw);
	}
	.gnav .nav_sub02 .wrap {
		right: calc(-200 / 1599*100vw);
	}
	.gnav .nav_sub02 .wrap a {
		width: calc(200 / 1599*100vw);
		height: calc(50 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.gnav {
		width: calc(300 / 1299*100vw);
	}
	.gnav > ul > li:not(:last-child) {
		margin-bottom: calc(10 / 1299*100vw);
	}
	.gnav > ul > li > a {
		height: calc(50 / 1299 * 100vw);
	}
	.gnav .nav_sub {
		left: calc(300 / 1299*100vw);
		width: calc(300 / 1299*100vw);
	}
	.gnav .nav_sub a {
		height: calc(50 / 1299*100vw);
	}
	.gnav .nav_sub li:not(:last-child) {
		margin-bottom: calc(10 / 1299*100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: relative;
		/* top: 3vw;
		right: 3.2vw; */
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		margin: 0 0 0 auto;
		background: #01A29D;
		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: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		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: rgba(255,255,255,0.95);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		/* border-top: 1px solid #dcdacd; */
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		/* border-bottom: 1px solid #dcdacd; */
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		/* border-bottom: 1px solid #dcdacd; */
		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 #96894a;
		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 {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		/* background:#177319; */
		/* padding: 5.5vw 8vw 7.5vw; */
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub ul {
		justify-content: center;
		text-align: center;
		flex-direction: row;
		gap: 12px;
		padding-bottom: 0;
	}
	.gnav_sp .nav_sub li {
		width: calc((100% - 12px) / 2);
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
		background-color: var(--color03);
	}
	.gnav_sp .nav_sub li:nth-of-type(3) {
		width: 100%;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		/* margin-bottom: 2.5vw; */
	}
	.gnav_sp .nav_sub a {
		padding: 1vw;
		display: block;
		position: relative;
		font-size: 1em;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		/* content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto; */
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
	.gnav_sp .nav_sub02 .wrap {
		display: block;
		position: relative;
		background: #ffffff!important;
	}
	.gnav_sp .nav_sub02 .ja {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #ffffff!important;
		justify-content: flex-start;
		text-align: left;
		margin-bottom: 2vw;
	}
	.gnav_sp .nav_sub02 .ja:after {
		/* content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
		transform: rotate(90deg); */
	}
	.gnav_sp .nav_sub02 a:first-of-type {
		border-bottom: 1px solid #177319;
	}
	.gnav_sp .nav_sub02 a {
		color: #177319!important;
		padding: 2vw 6vw 2vw;
	}
	.gnav_sp .nav_main .tel_foot {
		width: 100%;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.bg__index01:before {
	position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1920*100vw);
	width: 100%;
	height: calc(20 / 1920*100vw);
	left: 0;
	top: 0;
	margin: auto;
}
.bg__index01:after {
	position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1920*100vw);
	width: 100%;
	height: calc(20 / 1920*100vw);
	left: 0;
	bottom: 0;
	margin: auto;
}
.row__index01 {
	/* max-width: calc(1240 / 1920*100vw); */
	margin-right: auto;
	margin-left: auto;
}
.row__index01 .col_l {
	width: 48%;
	max-width: calc(590 / 1920*100vw);
}
.row__index01 .col_r {
	width: 39%;
	max-width: calc(480 / 1920*100vw);
}
.tbl_time .box {
	border: 1px solid #121212;
}
.tbl_time td {
	color: #01A29D;
}
.tbl_time thead th {
	border-bottom: 1px solid #121212;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / 1920 * 100vw);
	max-height: 300px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(25 / 1920*100vw);
}
.index_news li dt {
	width: 100%;
	letter-spacing: .12em;
}
.index_news li dd {
	width: 100%;
}
.index_news li dd a {
	text-decoration: underline;
	color: #96894a; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #177319 !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;
}
.box__common01{
	/* height: calc(100 / 1920*100vw); */
}
.box__common01 .car span {
	margin-right: calc(75 / 1920*100vw);
}
.box__common01 .car span:before {
	position: absolute;
	content: "";
	background: url("../img/icon_car.svg") no-repeat left center / cover;
	width: calc(60 / 1920*100vw);
	height: calc(60 / 1920*100vw);
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.box__common01 .car span:after {
	position: absolute;
	content: "";
	border: dashed 1px #000;
	width: 1px;
	height: calc(58 / 1920*100vw);
	right: calc(-35 / 1920*100vw);
	bottom:0;
	top: 0;
	margin: auto;
}
.box__common01 .train span:before {
	position: absolute;
	content: "";
	background: url("../img/icon_train.svg") no-repeat left center / cover;
	width: calc(60 / 1920*100vw);
	height: calc(60 / 1920*100vw);
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__index01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.bg__index01:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.row__index01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.row__index01 .col_l {
		width: 53%;
		max-width: calc(590 / 1599*100vw);
	}
	.row__index01 .col_r {
		max-width: calc(480 / 1599*100vw);
	}
	/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
	.index_news ul {
		padding-right: calc(20 / 1599 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(25 / 1599*100vw);
	}
	.box__common01{
		/* height: calc(100 / 1599*100vw); */
	}
	.box__common01 .car span {
		margin-right: calc(75 / 1599*100vw);
	}
	.box__common01 .car span:before {
		width: calc(60 / 1599*100vw);
		height: calc(60 / 1599*100vw);
	}
	.box__common01 .car span:after {
		height: calc(58 / 1599*100vw);
		right: calc(-35 / 1599*100vw);
	}
	.box__common01 .train span:before {
		width: calc(60 / 1599*100vw);
		height: calc(60 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__index01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.bg__index01:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.row__index01.flex {
		justify-content: center;
		max-width: calc(1240 / 1299*100vw);
	}
	.row__index01 .col_l {
		width: 100%;
		max-width: calc(700 / 1299*100vw);
		margin-bottom: calc(40 / 1299*100vw);
	}
	.row__index01 .col_l .tbl_time {
		max-width: calc(530 / 1299*100vw);
	}
	.row__index01 .col_r {
		width: 100%;
		max-width: calc(700 / 1299*100vw);
	}
	/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
	.index_news ul {
		padding-right: calc(20 / 1299 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(25 / 1299*100vw);
	}
	.box__common01{
		/* height: calc(100 / 1299*100vw); */
	}
	.box__common01 .car span {
		margin-right: calc(75 / 1299*100vw);
	}
	.box__common01 .car span:before {
		width: calc(60 / 1299*100vw);
		height: calc(60 / 1299*100vw);
	}
	.box__common01 .car span:after {
		height: calc(58 / 1299*100vw);
		right: calc(-35 / 1299*100vw);
	}
	.box__common01 .train span:before {
		width: calc(60 / 1299*100vw);
		height: calc(60 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg__index01 {
		padding-top: 10.5vw;
	}
	.index_news ul {
		margin-bottom: 9vw;
		padding-right: 5vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: 6vw;
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
		letter-spacing: 0;
		line-height: 1;
    	margin-bottom: 3vw;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 4px!important;
	}
	.bg__index01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.bg__index01:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.row__index01 h2 {
		text-align: center;
	}
	.index_info h2 {
		margin-bottom: 2.5vw;
	}
	.row__index01 h2 .en{
		font-size: calc(60 / 750*100vw);
	}
	.row__index01.flex {
		justify-content: center;
		max-width: calc(1240 / 750*100vw);
	}
	.row__index01 .col_l {
		width: 100%;
		max-width: calc(700 / 750*100vw);
		margin-bottom: 7vw;
	}
	.tbl_time {
		max-width: 100%;
	}
	.row__index01 .col_r {
		width: 100%;
		max-width: calc(700 / 750*100vw);
	}
	.index_info {
		margin-bottom: 7vw;
	}
	.index_info .txt {
		font-size: calc(26 / 750*100vw);
		padding: 0.5vw 0;
	}
	.box__common01.flex{
		/* max-width: calc(646 / 750*100vw); */
		height: calc(302 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		padding-top: 7vw;
		align-items: flex-start;
	}
	.box__common01>div {
		text-align: center;
	}
	.box__common01 span {
		display: block;
		font-size: calc(32 / 750*100vw);
		line-height: 1.6;
	}
	.box__common01 em {
		line-height: 1.6;
	}
	.box__common01 .car span {
		padding-top: 18vw;
		padding-left: 0;
		margin-right: 21vw;
	}
	.box__common01 .car span:before {
		width: calc(100 / 750*100vw);
		height: calc(100 / 750*100vw);
		top: 0;
		right: 0;
		left:0;
		margin: auto;
		bottom: auto;
	}
	.box__common01 .car span:after {
		height: calc(200 / 750*100vw);
    	right: calc(-90 / 750*100vw);
	}
	.box__common01 .train span:before {
		width: calc(100 / 750*100vw);
		height: calc(100 / 750*100vw);
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		bottom: auto;
	}
	.box__common01 .train span {
		padding-left: 0;
		padding-top: 15vw;
	}
	.index_access h2 {
		margin-bottom: 0;
	}
	.index_access .txt {
		margin-bottom: 6vw;
	}
	.index_news h2{
		margin-bottom: 3vw;
	}
}


/* 上原歯科医院の特徴 feature
------------------------------------------------------------------*/
.bg__feature01 {
	padding-top: calc(125 / 1920*100vw);
}
.wrap__feature01:before {
	position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1920*100vw);
	width: 100%;
	height: calc(20 / 1920*100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.wrap__feature01:after {
	position: absolute;
	content: "";
	background: #faf8ed;
	width: 100%;
	height: calc(410 / 1920*100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.wrap__feature01_2:after {
	content: "";
	background: #EEEEEE;
}
.row__feature01 {
	/* max-width: calc(1500 / 1920*100vw); */
}
.row__feature01 .col_img {
	/* width: 54%; */
	/* max-width: calc(810 / 1920*100vw); */
}
.row__feature01 .col_txt {
	width: 43%;
	/* max-width: calc(620 / 1920*100vw); */
}
.row__feature01 .col_txt .en {
	transform: rotate(-8deg);
    right: calc(7 / 1920*100vw);
    top: calc(97 / 1920*100vw);
    letter-spacing: 0;
}
.row__feature02 {
	max-width: calc(612 / 1920*100vw);
}
.row__feature02 .col {
	width: calc(160 / 1920*100vw);
	height: calc(160 / 1920*100vw);
}
.row__feature02 .col:not(:last-child):after {
	position: absolute;
	content: "";
	background: url("images/page/x02.svg") no-repeat left center / cover;
	width: calc(34 / 1920*100vw);
	height: calc(34 / 1920*100vw);
	right: calc(-48 / 1920*100vw);
	bottom:0;
	top: 0;
	margin: auto;
}
.row__feature02 .col:before {
	position: absolute;
	content: "";
	border: solid 1px #fff;
	left: calc(5 / 1920*100vw);
	right: calc(5 / 1920*100vw);
	bottom: calc(5 / 1920*100vw);
	top: calc(5 / 1920*100vw);
	margin: auto;
	border-radius: 100%;
}
.wrap__feature02:before {
	/* position: absolute;
	content: "";
	background: url("../img/feature_2_pc.png") no-repeat right center / cover;
	width: 50%;
	height: calc(540 / 1920*100vw);
	bottom:0;
	margin: auto;
	z-index: 2;
	left: calc(60 / 1920*100vw); */
}
.wrap__feature02.reverse:before {
	left: auto;
	right: calc(60 / 1920*100vw);
	background: url("../img/feature_3.png") no-repeat center / contain;
}
.wrap__feature02 {
	/* min-height: calc(540 / 1920*100vw); */
}
.wrap__feature02 .wrap {
	max-width: calc(620 / 1920*100vw);
}
.wrap__feature02 .col_txt:before {
	position: absolute;
	content: "";
	background: #eeeeee;
	width: 100%;
	height: 54%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.wrap__feature02 .col_txt:after {
	position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1920*100vw);
	width: 100%;
	height: calc(20 / 1920*100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.wrap__feature02 .en{
	transform: rotate(-8deg);
    right: calc(5 / 1920*100vw);
    top: calc(99 / 1920*100vw);
    letter-spacing: 0;
}
.wrap__feature02.reverse .en {
	top: calc(80 / 1920*100vw);
}
.wrap__feature02.reverse .col_txt:before {
	height: 60%;
	background: #faf8ed;
}
.wrap__feature03 {
	padding-bottom: calc(140 / 1920*100vw);
}
.wrap__feature03:before {
	position: absolute;
	content: "";
	/* background: url("images/index/bg__news01.jpg") no-repeat center / cover; */
	background-color: #E8E8E8;
	width: 100%;
	height: calc(500 / 1920*100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row__feature03 {
	max-width: calc(1420 / 1920*100vw);
}
.row__feature03 .col {
	width: 48.5%;
	/* max-width: calc(680 / 1920*100vw); */
}
.row__feature03 .col img {
	width: 100%;
	height: auto;
}
.row__feature03 .ttl {
	bottom: calc(-40 / 1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
	/* max-width: calc(515 / 1920*100vw); */
	padding: calc(17 / 1920*100vw) 0 calc(19 / 1920*100vw);
}
.row__feature03 .ttl:before {
	/* position: absolute;
	content: "";
	background: #fff;
	width: calc(100% - calc(5 / 1920*100vw));
	height: 1px;
	left: 0;
	bottom:calc(5 / 1920*100vw);
	margin: auto; */
}
.row__feature03 .ttl:after {
	/* position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: calc(100% - calc(5 / 1920*100vw));
	right: calc(5 / 1920*100vw);
	top: 0;
	margin: auto; */
}
.wrap__feature04 {
	background: url(../img/introduction_bg_pc.png) no-repeat center / cover;
}
.wrap__feature04 .wrap {
	max-width: calc(300 / 1920*100vw);
}
.wrap__feature04 .copy {
	line-height: 2.17;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.wrap__feature04 .en {
	transform: rotate(-8deg);
	right: calc(-111 / 1920*100vw);
    bottom: calc(73 / 1920*100vw);
	letter-spacing: 0;
}
.btn_common01 {
	width: calc(280 / 1920*100vw);
}
.btn_common01 a:before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	left: calc(2 / 1920*100vw);
	right: calc(2 / 1920*100vw);
	bottom:calc(2 / 1920*100vw);
	top: calc(2 / 1920*100vw);
	margin: auto;
}
.btn_common01 a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(15 / 1920*100vw) calc(15 / 1920*100vw);
	border-color: transparent transparent #fff transparent;
	right: calc(2 / 1920*100vw);
	bottom: calc(2 / 1920*100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg__feature01 {
		padding-top: calc(125 / 1599*100vw);
	}
	.wrap__feature01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.wrap__feature01:after {
		height: calc(430 / 1599*100vw);
	}
	.row__feature01 {
		max-width: calc(1500 / 1599*100vw);
	}
	.row__feature01 .col_img {
		/* max-width: calc(810 / 1599*100vw); */
	}
	.row__feature01 .col_txt {
		/* max-width: calc(620 / 1599*100vw); */
	}
	.row__feature01 .col_txt .en {
		right: calc(-48 / 1599*100vw);
		top: calc(69 / 1599*100vw);
		font-size: calc(68 / 1599*100vw);
	}
	.row__feature02 {
		max-width: calc(612 / 1599*100vw);
	}
	.row__feature02 .col {
		width: calc(130 / 1599*100vw);
		height: calc(130 / 1599*100vw);
		font-size: calc(16 / 1599*100vw);
	}
	.row__feature02 .col:not(:last-child):after {
		width: calc(34 / 1599*100vw);
		height: calc(34 / 1599*100vw);
		right: calc(-48 / 1599*100vw);
	}
	.row__feature02 .col:before {
		left: calc(5 / 1599*100vw);
		right: calc(5 / 1599*100vw);
		bottom: calc(5 / 1599*100vw);
		top: calc(5 / 1599*100vw);
	}
	.wrap__feature02:before {
		/* height: calc(540 / 1599*100vw);
		left: calc(60 / 1599*100vw);
		width: 45%; */
	}
	.wrap__feature02.reverse:before {
		right: calc(60 / 1599*100vw);
	}
	.wrap__feature02 {
		min-height: calc(540 / 1599*100vw);
	}
	.wrap__feature02 .wrap {
		max-width: calc(540 / 1599*100vw);
	}
	.wrap__feature02 .col_txt:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.wrap__feature02 .en{
		right: calc(5 / 1599*100vw);
		top: calc(147 / 1599*100vw);
		font-size: calc(68 / 1599*100vw);
	}
	.wrap__feature02.reverse .en {
		top: calc(80 / 1599*100vw);
		right: calc(-40 / 1599*100vw);
	}
	.wrap__feature03 {
		padding-bottom: calc(140 / 1599*100vw);
	}
	.wrap__feature03:before {
		/* height: calc(500 / 1599*100vw); */
	}
	.row__feature03 {
		max-width: calc(1420 / 1599*100vw);
	}
	.row__feature03 .col {
		/* max-width: calc(680 / 1599*100vw); */
	}
	.row__feature03 .ttl {
		bottom: calc(-40 / 1599*100vw);
		/* max-width: calc(515 / 1599*100vw); */
		padding: calc(17 / 1599*100vw) 0 calc(19 / 1599*100vw);
	}
	.row__feature03 .ttl:before {
		width: calc(100% - calc(5 / 1599*100vw));
		bottom:calc(5 / 1599*100vw);
	}
	.row__feature03 .ttl:after {
		height: calc(100% - calc(5 / 1599*100vw));
		right: calc(5 / 1599*100vw);
	}
	.wrap__feature04 .wrap {
		max-width: calc(300 / 1599*100vw);
	}
	.wrap__feature04 .copy {
	}
	.wrap__feature04 .en {
		right: calc(-111 / 1599*100vw);
		bottom: calc(73 / 1599*100vw);
	}
	.btn_common01 {
		width: calc(280 / 1599*100vw);
	}
	.btn_common01 a:before {
		left: calc(2 / 1599*100vw);
		right: calc(2 / 1599*100vw);
		bottom:calc(2 / 1599*100vw);
		top: calc(2 / 1599*100vw);
	}
	.btn_common01 a:after {
		border-width: 0 0 calc(15 / 1599*100vw) calc(15 / 1599*100vw);
		right: calc(2 / 1599*100vw);
		bottom: calc(2 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__feature01 {
		padding-top: calc(125 / 1299*100vw);
	}
	.wrap__feature01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.wrap__feature01:after {
		height: calc(350 / 1299*100vw);
	}
	.row__feature01.flex {
		justify-content: center;
		/* max-width: calc(1500 / 1299*100vw); */
	}
	.row__feature01 .col_img {
		width: 100%;
		/* max-width: calc(700 / 1299*100vw); */
		/* margin-bottom: calc(60 / 1299*100vw); */
	}
	.row__feature01 .col_txt {
		width: 100%;
		max-width: calc(700 / 1299*100vw);
	}
	.row__feature01 .col_txt .en {
		right: calc(-48 / 1299*100vw);
		top: calc(69 / 1299*100vw);
		font-size: calc(68 / 1299*100vw);
	}
	.row__feature02 {
		max-width: calc(612 / 1299*100vw);
	}
	.row__feature02 .col {
		width: calc(160 / 1299*100vw);
		height: calc(160 / 1299*100vw);
		font-size: calc(20 / 1599*100vw);
	}
	.row__feature02 .col:not(:last-child):after {
		width: calc(34 / 1299*100vw);
		height: calc(34 / 1299*100vw);
		right: calc(-48 / 1299*100vw);
	}
	.row__feature02 .col:before {
		left: calc(5 / 1299*100vw);
		right: calc(5 / 1299*100vw);
		bottom: calc(5 / 1299*100vw);
		top: calc(5 / 1299*100vw);
	}
	.wrap__feature02:before {
		/* height: calc(540 / 1299*100vw);
		left: 0;
		width: 45%; */
	}
	.wrap__feature02.reverse:before {
		right: 0;
	}
	.wrap__feature02 {
		min-height: calc(540 / 1299*100vw);
	}
	.wrap__feature02 .wrap {
		max-width: calc(450 / 1299*100vw);
	}
	.wrap__feature02 .col_txt:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.wrap__feature02 .en{
		right: calc(5 / 1299*100vw);
		top: calc(180 / 1299*100vw);
		font-size: calc(50 / 1299*100vw);
	}
	.wrap__feature02.reverse .en {
		top: calc(140 / 1299*100vw);
		right: calc(-14 / 1299*100vw);
	}
	.wrap__feature02 .col_txt {
		padding-bottom: calc(40 / 1299*100vw);
	}
	.wrap__feature03 {
		padding-bottom: calc(140 / 1299*100vw);
	}
	.wrap__feature03:before {
		/* height: calc(400 / 1299*100vw); */
	}
	.row__feature03 {
		max-width: calc(1420 / 1299*100vw);
	}
	.row__feature03 .col {
		max-width: calc(680 / 1299*100vw);
	}
	.row__feature03 .ttl {
		bottom: calc(-40 / 1299*100vw);
		max-width: calc(515 / 1299*100vw);
		padding: calc(17 / 1299*100vw) 0 calc(19 / 1299*100vw);
		font-size: calc(22 / 1299*100vw);
	}
	.row__feature03 .ttl:before {
		width: calc(100% - calc(5 / 1299*100vw));
		bottom:calc(5 / 1299*100vw);
	}
	.row__feature03 .ttl:after {
		height: calc(100% - calc(5 / 1299*100vw));
		right: calc(5 / 1299*100vw);
	}
	.wrap__feature04 .wrap {
		max-width: calc(300 / 1299*100vw);
	}
	.wrap__feature04 .copy {
	}
	.wrap__feature04 .en {
		right: calc(-111 / 1299*100vw);
		bottom: calc(73 / 1299*100vw);
	}
	.btn_common01 {
		width: calc(280 / 1299*100vw);
	}
	.btn_common01 a:before {
		left: calc(2 / 1299*100vw);
		right: calc(2 / 1299*100vw);
		bottom:calc(2 / 1299*100vw);
		top: calc(2 / 1299*100vw);
	}
	.btn_common01 a:after {
		border-width: 0 0 calc(15 / 1299*100vw) calc(15 / 1299*100vw);
		right: calc(2 / 1299*100vw);
		bottom: calc(2 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg__feature01 {
		padding-top: calc(100 / 750*100vw);
	}
	.bg__feature01 h2 {
		margin-bottom: 5vw;
	}
	.bg__feature01 h2 .ja {
		font-size: calc(60 / 750*100vw);
		font-weight: 500;
	}
	.bg__feature01 h2 .en {
		line-height: 1.7;
		font-size: calc(50 / 750*100vw);
	}
	.bg__feature01 h2 .ja .fz36{
		font-size: calc(40 / 750*100vw);
	}
	.wrap__feature01 {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 6vw;
		margin-bottom: 11vw;
	}
	.wrap__feature01_2 {
		padding-bottom: 14vw;
	}
	.wrap__feature01_3 {
		padding-bottom: 32vw;
	}
	.wrap__feature01:before {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 750*100vw);
		height: calc(20 / 750*100vw);
		/* max-width: calc(702 / 750*100vw); */
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap__feature01:after {
		/* max-width: calc(702 / 750*100vw); */
		left: 0;
		right: 0;
		margin: auto;
		height: calc(650 / 750*100vw);
	}
	.row__feature01 .copy {
		text-align: center;
		line-height: 1.6;
		font-size: calc(45 / 750*100vw);
		font-weight: 500;
	}
	.row__feature01.flex {
		justify-content: center;
		/* max-width: calc(1500 / 750*100vw); */
	}
	.row__feature01 .col_img {
		margin-bottom: 6vw;
		width: 100%;
		/* max-width: calc(702 / 750*100vw); */
	}
	.row__feature01 .col_txt {
		width: 100%;
		max-width: calc(700 / 750*100vw);
	}
	.row__feature01 .col_txt .en {
		right: 1vw;
		top: 13vw;
		font-size: calc(79 / 750*100vw);
		display: none;
	}
	.row__feature01 .txt {
		margin-top: 10vw;
	}
	.row__feature02.flex {
		margin-right: auto;
		margin-left: auto;
		max-width: calc(650 / 750*100vw);
		margin-bottom: 2vw;
	}
	.row__feature02 .col {
		font-size: calc(24 / 750*100vw);
		width: calc(192 / 750*100vw);
		height: calc(192 / 750*100vw);
	}
	.row__feature02 .col:not(:last-child):after {
		width: calc(28 / 750*100vw);
		height: calc(28 / 750*100vw);
		right: -4.5vw;
	}
	.row__feature02 .col:before {
		left: calc(5 / 750*100vw);
		right: calc(5 / 750*100vw);
		bottom: calc(5 / 750*100vw);
		top: calc(5 / 750*100vw);
	}
	.wrap__feature02:before {
		/* height: calc(468 / 750*100vw);
		left: 0;
		max-width: calc(702 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 5vw;
		background: url("../img/feature_2_sp.png") no-repeat right center / cover; */
	}
	.wrap__feature02 .col_txt:before {
		max-width: calc(702 / 750*100vw);
		left: 0;
		right: 0;
		margin: auto;
		height: calc(605 / 750*100vw);
	}
	.wrap__feature02.reverse:before {
		right: 0;
	}
	.wrap__feature02 {
		margin-bottom: 10vw;
		min-height: calc(540 / 750*100vw);
	}
	.wrap__feature02 .copy {
		text-align: center;
		font-size: calc(45 / 750*100vw);
	}
	.wrap__feature02 .wrap {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap__feature02 .col_txt:after {
		background: #dcdacd url("images/page/pt01.png") repeat left center / calc(36 / 750*100vw);
		height: calc(20 / 750*100vw);
		max-width: calc(702 / 750*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap__feature02 .en{
		right: 4vw;
    	top: 20vw;
		font-size: calc(79 / 750*100vw);
		display: none;
	}
	.wrap__feature02.reverse .en {
		top: 19vw;
    	right: 4vw;
	}
	.wrap__feature02 .col_txt {
		width: 100%;
		padding-bottom: 9vw;
		padding-left: 0;
		padding-right: 0;
	}
	.wrap__feature02.reverse .col_txt:before {
		height: 70%;
	}
	.wrap__feature02.reverse .col_txt {
		padding-bottom: 7vw;
	}
	.wrap__feature03 {
		padding-bottom: 23.5vw;
	}
	.wrap__feature03:before {
		height: calc(1130 / 750*100vw);
		/* background: url(images/index/bg__news01_sp.jpg) no-repeat center / cover; */
		background-color: #E8E8E8;
	}
	.row__feature03 {
		max-width: calc(1420 / 750*100vw);
	}
	.row__feature03 .col {
		width: 100%;
		max-width: calc(702 / 750*100vw);
	}
	.row__feature03 .col_r {
		margin-top: calc(100 / 750*100vw);
	}
	.row__feature03 .ttl {
		bottom: calc(-50 / 750*100vw);
		max-width: calc(640 / 750*100vw);
		padding: calc(17 / 750*100vw) 0 calc(19 / 750*100vw);
		font-size: calc(38 / 750*100vw);
	}
	.row__feature03 .ttl:before {
		/* width: calc(100% - calc(5 / 750*100vw));
		bottom:calc(5 / 750*100vw); */
	}
	.row__feature03 .ttl:after {
		/* height: calc(100% - calc(5 / 750*100vw));
		right: calc(5 / 750*100vw); */
	}
	.wrap__feature04 {
		padding: 14vw 0;
		background: url(../img/introduction_bg_sp.png) no-repeat center / cover;
	}
	.wrap__feature04 .wrap {
		max-width: calc(646 / 750*100vw);
	}
	.wrap__feature04 .copy {
		font-size: calc(46 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20vw;
	}
	.wrap__feature04 .en {
		right: 4vw;
		bottom: 27vw;
		font-size: calc(100 / 750*100vw);
	}
	.btn_common01 {
		width: calc(600 / 750*100vw);
	}
	.btn_common01 a {
		padding: 3vw 0 3vw;
		letter-spacing: .1em;
		font-size: calc(32 / 750*100vw);
	}
	.btn_common01 a:before {
		left: calc(2 / 750*100vw);
		right: calc(2 / 750*100vw);
		bottom:calc(2 / 750*100vw);
		top: calc(2 / 750*100vw);
	}
	.btn_common01 a:after {
		border-width: 0 0 calc(34 / 750*100vw) calc(34 / 750*100vw);
		right: calc(2 / 750*100vw);
		bottom: calc(2 / 750*100vw);
	}
}

/* 診療内容 medical
------------------------------------------------------------------*/
.bg__medical01:before,.bg__medical01:after {
	position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat center / auto;
	width: 100%;
	height: calc(20 / 1920*100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg__medical01:after {
	top: 0;
	bottom: auto;
}
.bg__medical01 h2 {
	top: calc(-60 / 1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.bg__medical01 h2 .en {
	letter-spacing: .6em;
}
.row__medical01 .col{
	width: 33.333%;
}
.row__medical01 .col .wrap {
	top: calc(45 / 1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.row__medical01 .col_c .wrap {
	max-width: calc(480 / 1920*100vw);
	z-index: 2;
}
.row__medical01 .img {
	overflow: hidden;
}
.row__medical01 img {
	overflow: hidden;
	transition: transform .6s ease;
}
.row__medical01 .col a:hover img, .row__medical01 .col_c>div:hover img{
  transform: scale(1.1); /* 拡大 */
}
.row__medical01 .col>a {
	opacity: 1;
}
.row__medical01 .col>a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(30 / 1920*100vw) calc(30 / 1920*100vw);
	border-color: transparent transparent #fff transparent;
	right: calc(10 / 1920*100vw);
	bottom:calc(10 / 1920*100vw);
	z-index: 2;
}
.row__medical01 .col>a:after, .row__medical01 .col_c > div:after {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	right: calc(10 / 1920*100vw);
	left: calc(10 / 1920*100vw);
	top:calc(10 / 1920*100vw);
	bottom: calc(10 / 1920*100vw);
	margin: auto;
	z-index: 0;
}
.row__medical01 .col_c .btn {
	width:48.5%;
	max-width: calc(280 / 1920*100vw);
}
.row__medical01 .col_c .btn a {
	height: calc(80 / 1920*100vw);
}
.row__medical01 .col_c .btn a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(30 / 1920*100vw) calc(30 / 1920*100vw);
	border-color: transparent transparent #fff transparent;
	right: 0;
	bottom:0;
}
.row__medical01 .ttl, .row__medical01 .txt {
	max-width: calc(458 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row__medical02 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row__medical02 .col {
	width: 19%;
	max-width: calc(230 / 1920*100vw);
}
.row__medical02 a {
	height: calc(220 / 1920*100vw);
	overflow: hidden;
}
.row__medical02 a:hover {
	opacity: 1;
}
.row__medical02 a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(30 / 1920*100vw) calc(30 / 1920*100vw);
	border-color: transparent transparent #e9bc00 transparent;
	right: 0;
	bottom:0;
}
.row__medical02 .col.green a:before {
	border-color: transparent transparent #01A29D transparent;
}
.row__medical02 .col.pink a:before {
	border-color: transparent transparent #bd6856 transparent;
}
.row__medical02 a:after {
	content: "";
    position: absolute;
    width: calc(80 / 1920*100vw);
    height: calc(80 / 1920*100vw);
    right: 0;
    left: 0;
    top: calc(33 / 1920*100vw);
    margin: auto;
    background: #e9bc00;
    border-radius: 50%;
    transition: .5s;
	z-index: -1;
}
.row__medical02 .col.green a:after {
	background: #01A29D;
}
.row__medical02 .col.pink a:after {
	background: #bd6856;
}
.row__medical02 a:hover:after {
	transform: scale(6);
    transition: .5s;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__medical01:before,.bg__medical01:after {
		height: calc(20 / 1599*100vw);
	}
	.bg__medical01 h2 {
		top: calc(-60 / 1599*100vw);
	}
	.row__medical01 .col .wrap {
		top: calc(25 / 1599*100vw);
		max-width: calc(340 / 1599*100vw);
	}
	.row__medical01 .col_c .wrap {
		max-width: calc(340 / 1599*100vw);
	}
	.row__medical01 .col>a:before {
		border-width: 0 0 calc(30 / 1599*100vw) calc(30 / 1599*100vw);
		right: calc(10 / 1599*100vw);
		bottom:calc(10 / 1599*100vw);
	}
	.row__medical01 .col>a:after, .row__medical01 .col_c > div:after {
		right: calc(10 / 1599*100vw);
		left: calc(10 / 1599*100vw);
		top:calc(10 / 1599*100vw);
		bottom: calc(10 / 1599*100vw);
	}
	.row__medical01 .col_c .btn {
		max-width: calc(280 / 1599*100vw);
	}
	.row__medical01 .col_c .btn a {
		height: calc(50 / 1599*100vw);
		font-size: calc(18 / 1599*100vw);
	}
	.row__medical01 .col_c .btn a:before {
		border-width: 0 0 calc(30 / 1599*100vw) calc(30 / 1599*100vw);
	}
	.row__medical01 .ttl .ja{
		font-size: calc(30 / 1599*100vw);
	}
	.row__medical01 .ttl .en{
		font-size: calc(24 / 1599*100vw);
	}
	.row__medical01 .ttl, .row__medical01 .txt {
		max-width: calc(458 / 1599*100vw);
		font-size: calc(17 / 1599*100vw);
	}
	.row__medical02 {
		max-width: calc(1240 / 1599*100vw);
	}
	.row__medical02 .col {
		max-width: calc(230 / 1599*100vw);
	}
	.row__medical02 a {
		height: calc(220 / 1599*100vw);
	}
	.row__medical02 a:before {
		border-width: 0 0 calc(30 / 1599*100vw) calc(30 / 1599*100vw);
	}
	.row__medical02 a:after {
		width: calc(80 / 1599*100vw);
		height: calc(80 / 1599*100vw);
		top: calc(33 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__medical01:before,.bg__medical01:after {
		height: calc(20 / 1299*100vw);
	}
	.bg__medical01 h2 {
		top: calc(-60 / 1299*100vw);
	}
	.row__medical01 .col {
		width: 50%;
	}
	.row__medical01 .col:last-of-type {
		margin-right: auto;
		margin-left: auto;
	}
	.row__medical01 .col .wrap {
		top: calc(50 / 1299*100vw);
		max-width: calc(400 / 1299*100vw);
	}
	.row__medical01 .col_c .wrap {
		max-width: calc(400 / 1299*100vw);
	}
	.row__medical01 .col>a:before {
		border-width: 0 0 calc(30 / 1299*100vw) calc(30 / 1299*100vw);
		right: calc(10 / 1299*100vw);
		bottom:calc(10 / 1299*100vw);
	}
	.row__medical01 .col>a:after, .row__medical01 .col_c > div:after {
		right: calc(10 / 1299*100vw);
		left: calc(10 / 1299*100vw);
		top:calc(10 / 1299*100vw);
		bottom: calc(10 / 1299*100vw);
	}
	.row__medical01 .col_c .btn {
		max-width: calc(280 / 1299*100vw);
	}
	.row__medical01 .col_c .btn a {
		height: calc(50 / 1299*100vw);
		font-size: calc(18 / 1299*100vw);
	}
	.row__medical01 .col_c .btn a:before {
		border-width: 0 0 calc(20 / 1299*100vw) calc(20 / 1299*100vw);
	}
	.row__medical01 .ttl .ja{
		font-size: calc(30 / 1299*100vw);
	}
	.row__medical01 .ttl .en{
		font-size: calc(24 / 1299*100vw);
	}
	.row__medical01 .ttl, .row__medical01 .txt {
		max-width: calc(458 / 1299*100vw);
		font-size: calc(18 / 1299*100vw);
	}
	.row__medical02 {
		max-width: calc(1240 / 1299*100vw);
	}
	.row__medical02 .col {
		max-width: calc(230 / 1299*100vw);
	}
	.row__medical02 .ja {
		font-size: calc(16 / 1299*100vw);
	}
	.row__medical02 .en {
		width: 100%;
	}
	.row__medical02 a {
		height: calc(220 / 1299*100vw);
	}
	.row__medical02 a:before {
		border-width: 0 0 calc(30 / 1299*100vw) calc(30 / 1299*100vw);
	}
	.row__medical02 a:after {
		width: calc(80 / 1299*100vw);
		height: calc(80 / 1299*100vw);
		top: calc(33 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg__medical01 {
		padding: calc(100 / 750*100vw) 0;
	}
	.bg__medical01:before,.bg__medical01:after {
		height: calc(20 / 750*100vw);
		background: #dcdacd url(images/page/pt01.png) repeat center / calc(37 / 750*100vw);
	}
	.bg__medical01 h2 {
		top: calc(-60 / 750*100vw);
	}
	.bg__medical01 h2 .en {
		font-size: calc(80 / 750*100vw);
		margin-left: 6vw;
	}
	.row__medical01 .col {
		width: 100%;
		max-width: calc(702 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row__medical01 .col:nth-child(n+2){
		margin-top: calc(60 / 750*100vw);
	}
	.row__medical01 .col:last-of-type {
		margin-right: auto;
		margin-left: auto;
	}
	.row__medical01 .col .wrap {
		top: 50%;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: calc(600 / 750*100vw);
	}
	.row__medical01 .col_c .wrap {
		max-width: calc(600 / 750*100vw);
	}
	.row__medical01 .col>a:before {
		border-width: 0 0 calc(60 / 750*100vw) calc(60 / 750*100vw);
		right: calc(10 / 750*100vw);
		bottom:calc(10 / 750*100vw);
	}
	.row__medical01 .col>a:after, .row__medical01 .col_c > div:after {
		right: calc(10 / 750*100vw);
		left: calc(10 / 750*100vw);
		top:calc(10 / 750*100vw);
		bottom: calc(10 / 750*100vw);
	}
	.row__medical01 .col_c .btn {
		max-width: calc(285 / 750*100vw);
	}
	.row__medical01 .col_c .btn a {
		height: calc(100 / 750*100vw);
		font-size: calc(32 / 750*100vw);
	}
	.row__medical01 .col_c .btn a:before {
		border-width: 0 0 calc(40 / 750*100vw) calc(40 / 750*100vw);
	}
	.row__medical01 .ttl {
		line-height: 1.6;
		padding-bottom: calc(20 / 750*100vw)
	}
	.row__medical01 .ttl .ja{
		font-size: calc(44 / 750*100vw);
	}
	.row__medical01 .ttl .en{
		font-size: calc(40 / 750*100vw);
	}
	.row__medical01 .ttl, .row__medical01 .txt {
		max-width: calc(600 / 750*100vw);
		font-size: calc(28 / 750*100vw);
	}
	.row__medical01 {
		margin-bottom: 7vw;
	}
	.row__medical02 .icn {
		width: calc(120 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2vw;
	}
	.row__medical02 {
		max-width: calc(1240 / 750*100vw);
		position: relative;
	}
	.row__medical02 .col {
		width: 48.5%;
		max-width: calc(340 / 750*100vw);
	}
	.row__medical02 .col:nth-child(n+3) {
		margin-top: calc(40 / 750*100vw);
	}
	.row__medical02 .col:nth-of-type(3) {}
	.row__medical02 .col:nth-of-type(4) {}
	.row__medical02 .col:nth-of-type(5) {
		margin-right: auto;
		margin-left: auto;
	}
	.row__medical02 .ja {
		margin-bottom: 1vw;
		font-size: calc(36 / 750*100vw);
	}
	.row__medical02 .en {
		width: 100%;
		font-size: calc(26 / 750*100vw);
	}
	.row__medical02 a {
		height: calc(326 / 750*100vw);
	}
	.row__medical02 a:before {
		border-width: 0 0 calc(44 / 750*100vw) calc(44 / 750*100vw);
	}
	.row__medical02 a:after {
		width: calc(80 / 750*100vw);
		height: calc(80 / 750*100vw);
		top: calc(50 / 750*100vw);
	}
	.row__medical02 a:hover:after {
		transform: scale(10);
		transition: .5s;
	}
}

/* ご挨拶 greeting
------------------------------------------------------------------*/
.bg__greeting01 .deco_img {
	right: 0;
	bottom: calc(217 / 1920*100vw);
	width: calc(700 / 1920*100vw);
}
.bg__greeting01:before {
	position: absolute;
	content: "";
	background: #E7E5DD;
	width: 100%;
	height: 31%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg__greeting01:after {
	/* position: absolute;
	content: "";
	background: #dcdacd url("images/page/pt01.png") repeat left center / auto;
	width: 100%;
	height: 16%;
	left: 0;
	bottom:0;
	margin: auto;
	z-index: -1; */
}
.row__greeting01 {
	/* max-width: calc(1300 / 1920*100vw); */
}
.row__greeting01 .col_txt {
	/* width: 50%; */
	/* max-width: calc(640 / 1920*100vw); */
}
.row__greeting01 .col_txt .en {
	bottom: calc(-56 / 1920*100vw);
	right: calc(-140 / 1920*100vw);
	margin: auto;
	font-size: calc(98 / 1920*100vw);
	transform: rotate(-8deg);
}
.row__greeting01 .col_img {
	/* width: 44%; */
	/* max-width: calc(570 / 1920*100vw); */
}
.row__greeting01 .col_img .ttl {
	height: calc(60 / 1920*100vw);
	/* bottom: 0; */
	/* max-width: calc(280 / 1920*100vw); */
	width: 100%;
}
.row__greeting01 .col_img .img {
	width: 75%;
	/* max-width: calc(280 / 1920*100vw); */
}
.wrap__greeting01 {
	margin-left: calc(60 / 1920*100vw);
}
.slide_index01 li {
	width: calc(780 / 1920*100vw);
	margin-right: calc(20 / 1920*100vw);
}
.wrap__greeting01 h2 {
	right: calc(97 / 1920*100vw);
	top: 0;
	width: calc(55 / 1920*100vw);
}
.wrap__greeting01 h2 .ja {
	width: calc(50 / 1920*100vw);
}
.wrap__greeting01 h2:before {
	position: absolute;
	content: "";
	background: #96894a;
	width: 1px;
	height: calc(80 / 1920*100vw);
	left: 0;
	right: 0;
	bottom:calc(-120 / 1920*100vw);
	margin: auto;
}

@media(min-width: 768px) {
	.slide_index01 {
		display: block;
	}
	.bg__greeting01:before {
		position: absolute;
		content: "";
		background: #E7E5DD;
		width: 100%;
		height: 28%;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__greeting01 .deco_img {
		bottom: calc(217 / 1599*100vw);
		width: calc(540 / 1599*100vw);
	}
	.row__greeting01 {
		/* max-width: calc(1130 / 1599*100vw); */
	}
	.row__greeting01 .col_txt {
		/* max-width: calc(640 / 1599*100vw); */
	}
	.row__greeting01 .copy {
		font-size: calc(34 / 1599*100vw);
	}
	.row__greeting01 .ttl .ja {
		font-size: calc(22 / 1599*100vw);
	}
	.row__greeting01 .col_txt .en {
		bottom: calc(-56 / 1599*100vw);
		right: calc(-140 / 1599*100vw);
		font-size: calc(98 / 1599*100vw);
	}
	.row__greeting01 .col_img {
		/* max-width: calc(570 / 1599*100vw); */
	}
	.row__greeting01 .col_img .ttl {
		height: calc(60 / 1599*100vw);
		/* max-width: calc(280 / 1599*100vw); */
		width: 100%;
	}
	.row__greeting01 .col_img .img {
		max-width: calc(280 / 1599*100vw);
	}
	.wrap__greeting01 {
		margin-left: calc(20 / 1599*100vw);
	}
	.slide_index01 li {
		width: calc(780 / 1599*100vw);
		margin-right: calc(20 / 1599*100vw);
	}
	.wrap__greeting01 h2 {
		right: calc(40 / 1599*100vw);
		width: calc(55 / 1599*100vw);
	}
	.wrap__greeting01 h2:before {
		height: calc(80 / 1599*100vw);
		bottom:calc(-120 / 1599*100vw);
	}
	.wrap__greeting01 h2 .ja {
		width: calc(50 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__greeting01 .deco_img {
		bottom: calc(217 / 1299*100vw);
		width: calc(360 / 1299*100vw);
	}
	.row__greeting01.flex {
		justify-content: center;
		/* max-width: calc(1130 / 1299*100vw); */
	}
	.row__greeting01 .col_txt {
		width: 100%;
		max-width: calc(800 / 1299*100vw);
	}
	.row__greeting01 .copy {
		font-size: calc(30 / 1299*100vw);
	}
	.row__greeting01 .ttl .ja {
		font-size: calc(22 / 1299*100vw);
	}
	.row__greeting01 .col_txt .en {
		bottom:auto;
		top: calc(50 / 1299*100vw);
		right: 0;
		font-size: calc(90 / 1299*100vw);
	}
	.row__greeting01 .col_img {
		width: 100%;
		/* max-width: calc(600 / 1299*100vw); */
		/* margin-bottom: calc(60 / 1299*100vw); */
		/* margin-right: calc(70 / 1299*100vw); */
	}
	.row__greeting01 .col_img .ttl {
		height: calc(60 / 1299*100vw);
		/* max-width: calc(280 / 1299*100vw); */
		width: 100%;
	}
	.row__greeting01 .col_img .img {
		max-width: calc(280 / 1299*100vw);
	}
	.wrap__greeting01 {
		margin-left: calc(20 / 1299*100vw);
	}
	.slide_index01 li {
		width: calc(780 / 1299*100vw);
		margin-right: calc(20 / 1299*100vw);
	}
	.wrap__greeting01 h2 {
		right: calc(96 / 1299*100vw);
		width: calc(55 / 1299*100vw);
	}
	.wrap__greeting01 h2 .ja {
		width: calc(50 / 1299*100vw);
	}
	.wrap__greeting01 h2 .en {
		width: calc(26 / 1299*100vw);
	}.row__greeting01 .col_img
	.bg__greeting01:before {
		height: 22%;
	}
	.wrap__greeting01 h2:before {
		height: calc(80 / 1299*100vw);
		bottom:calc(-120 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg__greeting01 {
		padding-top: 13.5vw;
	}
	.bg__greeting01 .deco_img {
		bottom: auto;
		top: 90vw;
		width: calc(565 / 750*100vw);
	}
	.row__greeting01.flex {
		justify-content: flex-end;
		max-width: calc(1130 / 750*100vw);
		/* margin-bottom: 26vw; */
	}
	.row__greeting01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row__greeting01 .col_txt .txt {
		margin-bottom: 7vw;
	}
	.row__greeting01 .copy {
		font-size: calc(40 / 750*100vw);
		font-weight: 500;
		margin-bottom: 3.5vw;
	}
	.row__greeting01 .ttl {
		align-content: center;
	}
	.row__greeting01 .ttl .ja {
		font-size: calc(31 / 750*100vw);
	}
	.row__greeting01 .ttl .en {
		font-size: calc(20 / 750*100vw);
		width: 100%;
		line-height: 1.5;
	}
	.wrap__greeting01 h2 .ja {
		width: calc(50 / 750*100vw);
	}
	.wrap__greeting01 h2 .en {
		/* width: calc(26 / 750*100vw); */
		width: 80%;
	}
	.row__greeting01 .col_txt .en {
		bottom: -19vw;
		top: auto;
		right: -3vw;
		font-size: calc(98 / 750*100vw);
	}
	.row__greeting01 .col_img {
		width: 100%;
		max-width: calc(600 / 750*100vw);
		margin-bottom: 20vw;
		/*margin-bottom: 60vw;*/
		margin-right: 0;
		margin-left: 15vw
	}
	.row__greeting01 .col_img .ttl {
		height: calc(100 / 750*100vw);
		/* max-width: 100%; */
		width: 100%;
		bottom: -13vw;
	}
	.row__greeting01 .col_img .img {
		/* max-width: calc(294 / 750*100vw); */
	}
	.row__greeting01 .col_img .img02 {
		margin-top: calc(105 / 750*100vw);
	}
	.wrap__greeting01 {
		margin-left: 0;
	}
	.slide_index01 {
		display: none;
	}
	.slide_index01 li {
		width: calc(780 / 750*100vw);
		margin-right: calc(20 / 750*100vw);
	}
	.wrap__greeting01 h2 {
		right: 4vw;
		top: 0;
		width: calc(55 / 750*100vw);
	}
	.bg__greeting01:before {
		/* height: 16%; */
	}
	.bg__greeting01:after {
		/* height: 7%; */
	}
	.wrap__greeting01 h2:before {
		height: calc(100 / 750*100vw);
    	bottom: calc(-130 / 750*100vw);
	}
}

/* 採用情報 recruit
------------------------------------------------------------------*/
.row__index02 section {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.row__recruit01 .box {
	width: 22.2%;
}
.row__recruit01 h2 {
	width: calc(60 / 1920*100vw);
}
.row__recruit01 h2 .ja {
	width: calc(50 / 1920*100vw);
}
.row__recruit01 .img {
	width: 77.8%;
}
.row__recruit01 .img img {
	width: 100%;
}
.box__recruit01 .txt {
	width: calc(100% - calc(300 / 1920*100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__recruit01 h2 {
		width: calc(50 / 1599*100vw);
	}
	.row__recruit01 h2 .ja {
		width: calc(50 / 1599*100vw);
	}
	.row__recruit01 h2 .en {
		width: calc(20 / 1599*100vw);
	}
	.box__recruit01 .txt {
		width: 100%;
		margin-bottom: calc(30 / 1599*100vw);
	}
	.box__recruit01 .btn_common01 {
		margin-right: auto;
		margin-left: auto;
	}
	.box__recruit01 {
		padding-top: calc(60 / 1599*100vw);
		padding-bottom: calc(100 / 1599*100vw);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row__recruit01 h2 {
		width: calc(60 / 1299*100vw);
	}
	.row__recruit01 h2 .ja {
		width: calc(50 / 1299*100vw);
	}
	.row__recruit01 h2 .en {
		width: calc(26 / 1299*100vw);
	}
	.box__recruit01 .txt {
		width: 100%;
		margin-bottom: calc(30 / 1299*100vw);
	}
	.box__recruit01 .btn_common01 {
		margin-right: auto;
		margin-left: auto;
	}
	.box__recruit01 {
		padding-top: calc(60 / 1299*100vw);
		padding-bottom: calc(60 / 1299*100vw);
	}
	.index_recruit {
		max-width: calc(815 / 1299*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: calc(60 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg__index02 {
		padding-top: calc(100 / 750*100vw);
		padding-bottom: 0;
	}
	.index_recruit {
		max-width: calc(702 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: calc(80 / 750*100vw);
	}
	.row__recruit01 .img {
		width: 80%;
	}
	.row__recruit01 .box {
		width: 20%;
	}
	.row__recruit01 h2 {
		width: calc(60 / 750*100vw);
		gap: 4px;
	}
	.row__recruit01 h2 .ja {
		/* margin-bottom: 4vw; */
		width: calc(50 / 750*100vw);
	}
	.row__recruit01 h2 .en {
		width: calc(26 / 750*100vw);
	}
	.box__recruit01 .txt {
		width: 100%;
		margin-bottom: calc(30 / 750*100vw);
	}
	.box__recruit01 .btn_common01 {
		margin-right: auto;
		margin-left: auto;
	}
	.box__recruit01 .btn_common01 a {
		font-size: calc(42 / 750*100vw);
		padding: 4vw 0 3vw;
	}
	.box__recruit01 {
		padding: 2.5vw 4vw 6vw;
	}
}

/* トピックス topics
------------------------------------------------------------------*/
.index_topics .wrap {
	max-width: calc(600 / 1920*100vw);
}
.index_topics .post_main {
	width: 100%;
}
.index_topics .btn_common01 {
	width: calc(140 / 1920*100vw);
}
.index_topics .btn_common01 a {
	height: calc(40 / 1920*100vw);
}
.index_topics .txt_post {
	width: calc(100% - calc(150 / 1920 * 100vw));
}
.index_topics .blog_archive:first-of-type {
	border-top: 1px solid #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_topics {
		padding: calc(40 / 1599*100vw) calc(30 / 1599*100vw);
	}
	.index_topics .wrap {
		margin-left: 0;
		max-width: calc(600 / 1599*100vw);
	}
	.index_topics .btn_common01 {
		width: calc(140 / 1599*100vw);
	}
	.index_topics .btn_common01 a {
		height: calc(40 / 1599*100vw);
	}
	.index_topics .txt_post {
		width: calc(100% - calc(150 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row__index02 section {
		width: 100%;
	}
	.index_topics {
		padding: calc(80 / 1299*100vw) calc(70 / 1299*100vw);
	}
	.index_topics .wrap {
		margin-right: auto;
		margin-left: auto;
		max-width: calc(700 / 1299*100vw);
	}
	.index_topics .btn_common01 {
		width: calc(140 / 1299*100vw);
	}
	.index_topics .btn_common01 a {
		height: calc(40 / 1299*100vw);
	}
	.index_topics .txt_post {
		width: calc(100% - calc(150 / 1299 * 100vw));
	}
}
@media(max-width: 767px) {
	.row__index02 section {
		width: 100%;
	}
	.row__topics01 {
		margin-bottom: 4vw;
	}
	.row__topics01 .en {
		font-size: calc(50 / 750*100vw);
	}
	.index_topics {
		padding: calc(60 / 750*100vw) calc(52 / 750*100vw) calc(78 / 750*100vw);
	}
	.index_topics .wrap {
		margin-right: auto;
		margin-left: auto;
		max-width: calc(700 / 750*100vw);
	}
	.index_topics .btn_common01 {
		width: calc(210 / 750*100vw);
	}
	.index_topics .btn_common01 a {
		height: auto;
		line-height: 1;
		font-size: calc(24 / 750*100vw);
		padding: 3vw 0 2vw;
	}
	.index_topics .txt_post {
		width: calc(100% - calc(150 / 750 * 100vw));
	}
	.index_topics .btn_common01 a:after {
		border-width: 0 0 calc(22 / 750*100vw) calc(22 / 750*100vw);
	}
	.index_topics .thmb {
		width: calc(180 / 750*100vw);
	}
	.index_topics .thmb img{
		height: calc(180 / 750*100vw);
	}
	.index_topics .txt_post {
		padding-top: 2.5vw;
		width: calc(100% - calc(210 / 750 * 100vw));
	}
	.index_topics .blog_archive {
		padding: calc(28 / 750*100vw) 0 calc(32 / 750*100vw);
	}
	.index_topics .post_main {
		margin-bottom: 0;
	}
}

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

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

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

}

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

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

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

}

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

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

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

}

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

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

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

}


/* フッター footer
------------------------------------------------------------------*/
.row_foot01 {
	max-width: calc(1230 / 1920*100vw);
}
.row_foot01 > .col_l {
	width: 49%;
	max-width: calc(595 / 1920*100vw);
}
.row_foot01 > .col_r {
	width: 43%;
	max-width: 530px;
}
.btn_foot {
	width: calc(240 / 1920*100vw);
}
.logo_foot {
	width: calc(324 / 1920*100vw);
}
.tel_foot .txt03 {
	top: calc(-3 / 1920*100vw);
	right: calc(11 / 1920*100vw);
	letter-spacing: 0;
}
.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
	display: none;
}
.pagetop.active {
	display: block;
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_foot01 {
		max-width: calc(1230 / 1599*100vw);
	}
	.row_foot01 > .col_l {
		max-width: calc(595 / 1599*100vw);
	}
	.btn_foot {
		width: calc(240 / 1599*100vw);
	}
	.logo_foot {
		width: calc(324 / 1599*100vw);
	}
	.tel_foot .txt03 {
		top: calc(-3 / 1599*100vw);
		right: calc(11 / 1599*100vw);
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_foot01.flex {
		justify-content: center;
		max-width: calc(1230 / 1299*100vw);
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: calc(700 / 1299*100vw);
		margin-bottom: calc(60 / 1299*100vw);
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: calc(700 / 1299*100vw);
	}
	.row_foot01 .tbl_time {
		margin-right: auto;
		margin-left: auto;
		max-width: calc(530 / 1299*100vw);
	}
	.btn_foot {
		width: calc(240 / 1299*100vw);
	}
	.logo_foot {
		width: calc(324 / 1299*100vw);
	}
	.tel_foot .txt03 {
		top: calc(-3 / 1299*100vw);
		right: calc(11 / 1299*100vw);
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 4vw;
		height: auto;
	}
	.pagetop {
		display: none;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(430 / 750 * 100vw);
	}
	.fix_web {
		width: calc(170 / 750 * 100vw);
	}
	.fix_web.ready a:after {
		content: "準備中";
		color: #fff;
		text-align: center;
		width: calc(140 / 750*100vw);
		height: calc(55 / 750*100vw);
		line-height: calc(55 / 750*100vw);
		background: rgba(51,51,51,.7);
		border: none;
		font-size: calc(30 / 750*100vw);
		letter-spacing: .1em;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 1;
		position: absolute;
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
	.row_foot01.flex {
		justify-content: center;
		max-width: calc(1230 / 750*100vw);
		margin-bottom: 0;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: calc(700 / 750*100vw);
		margin-bottom: calc(60 / 750*100vw);
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: calc(700 / 750*100vw);
	}
	.row_foot01 .tbl_time {
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		margin-bottom: 0;
	}
	.row_foot01 .txt {
		max-width: calc(646 / 750*100vw);
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4vw;
	}
	.row_foot02.flex {
		justify-content: center;
		margin-bottom: 5vw;
	}
	.btn_foot {
		width: calc(646 / 750*100vw);
	}
	.logo_foot {
		width: calc(450 / 750*100vw);
	}
	.tel_foot {
		width: calc(500 / 750*100vw);
		margin-bottom: calc(20 / 750*100vw);
	}
	.tel_foot .txt02 {
		/* padding-top: 2vw; */
		padding-right: 1vw;
		padding-left: 3vw;
	}
	.tel_foot .txt03 {
		top: 1vw;
		right: 7vw;
		font-size: calc(24 / 750*100vw);
	}
	.pagetop {
		right: calc(50 / 750 * 100vw);
		bottom: calc(50 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
	}
	.copyright {
		height: auto;
		font-size: calc(28 / 750*100vw);
	}
	.main_foot {
		padding: calc(100 / 750*100vw) 0 calc(50 / 750*100vw);
	}
	.address_foot {
		margin-bottom: 5vw;
		font-size: calc(28 / 750*100vw);
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / 1920 * 100vw);
	height: calc(100% + calc(300 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 111.1%;
	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: url("../img/icon_map_1.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(15 / 1920 * 100vw) auto;
}
.btn_map a:before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	left: calc(2 / 1920*100vw);
	right: calc(2 / 1920*100vw);
	bottom:calc(2 / 1920*100vw);
	top: calc(2 / 1920*100vw);
	margin: auto;
}
.btn_map a:after {
	content: "";
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(15 / 1920*100vw) calc(15 / 1920*100vw);
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: calc(2 / 1920*100vw);
	right: calc(2 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-170 / 1599 * 100vw);
		height: calc(100% + calc(330 / 1599 * 100vw));
	}
	.btn_map {
		width: calc(300 / 1599 * 100vw);
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("../img/icon_map_1.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(15 / 1599 * 100vw) auto;
	}
	.btn_map a:before {
		left: calc(2 / 1599*100vw);
		right: calc(2 / 1599*100vw);
		bottom:calc(2 / 1599*100vw);
		top: calc(2 / 1599*100vw);
	}
	.btn_map a:after {
		border-width: 0 0 calc(15 / 1599*100vw) calc(15 / 1599*100vw);
		bottom: calc(2 / 1599*100vw);
		right: calc(2 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-250 / 1299 * 100vw);
		height: calc(100% + calc(550 / 1299 * 100vw));
	}
	.btn_map {
		width: calc(300 / 1299 * 100vw);
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("../img/icon_map_1.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(15 / 1299 * 100vw) auto;
	}
	.btn_map a:before {
		left: calc(2 / 1299*100vw);
		right: calc(2 / 1299*100vw);
		bottom:calc(2 / 1299*100vw);
		top: calc(2 / 1299*100vw);
	}
	.btn_map a:after {
		border-width: 0 0 calc(15 / 1299*100vw) calc(15 / 1299*100vw);
		bottom: calc(2 / 1299*100vw);
		right: calc(2 / 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(500 / 750 * 100vw));
	}
	.btn_map {
		position: relative;
		width: calc(600 / 750 * 100vw);
		left: 0;
		top:  0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: calc(60 / 750*100vw);
	}
	.btn_map a {
		height: calc(120 / 750 * 100vw);
		background: url("../img/icon_map_1.svg")no-repeat left calc(100 / 750 * 100vw) center / calc(30 / 750 * 100vw) auto;
		font-size: calc(42 / 750*100vw);
		letter-spacing: 0;
	}
	.btn_map a:before {
		left: calc(5 / 750*100vw);
		right: calc(5 / 750*100vw);
		bottom:calc(5 / 750*100vw);
		top: calc(5 / 750*100vw);
	}
	.btn_map a:after {
		border-width: 0 0 calc(25 / 750*100vw) calc(25 / 750*100vw);
		bottom: calc(5 / 750*100vw);
		right: calc(5 / 750 * 100vw);
	}
}

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

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

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

}


/* ---------------------------------------------------------------------------------------------------- */


.header {
	position: fixed;
	width: 100%;
	padding: 2% 4%;
	background-color: #fff;
}

@media(min-width: 768px) {
	.header {
		display: none;
	}
}

/* FV */

.main_img .ja span {
	font-size: 0.8em;
}

@media(min-width: 768px) {
	.main_img {
		max-width: none;
		max-height: none;
		margin: 0;
		padding: 0;
	}

	.main_img .en {
		top: 30%;
		left: 2.5%;
		font-size: calc(72 / 1920* 100vw);
	}

	.main_img .ja {
		font-size: calc(72 / 1920* 100vw);
	}

	.main_img .ja span {
		font-size: 0.8em;
	}

	.fv_img {
		width: 100%;
		height: auto;
	}
}

@media(min-width: 1440px) {
	.main_img .en {
		top: 32%;
		left: 2.5%;
		font-size: calc(72 / 1920* 100vw);
	}

	.main_img .ja {
		font-size: calc(72 / 1920* 100vw);
	}
}

/* nav */

@media(min-width: 1920px) {
	.btn_head .txt02 {
		font-size: calc(18 / 1920* 100vw);
	}
}


/* FV下　INFORMATION　ACCESS　NEWS */

@media(min-width: 768px) {
	.row__index01.flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: calc(50 / 1920* 100vw);
	}

	.row__index01 .col_l,
	.row__index01 .col_r {
		width: calc((100% - calc(50 / 1920* 100vw)) / 2);
		max-width: none;
	}

	.tbl_time02 th {
		text-align: left;
	}

	.tbl_time02 tbody th, .tbl_time02 tbody td {
		padding: 0;
	}

	.tbl_time02 tbody tr:first-child th,
	.tbl_time02 tbody tr:first-child td {
		padding-top: calc(10 / 1920* 100vw);
	}

	.box__common01 {
		flex-direction: row;
		padding: calc(24 / 1920* 100vw);
	}

	.box__common01 .car {
		width: 50%;
	}

	.box__common01 .car span {
		margin-right: calc(96 / 1920* 100vw);
		line-height: 1.5;
	}

	.box__common01 .car span:after {
        height: calc(56 / 1920* 100vw);
        right: calc(-35 / 1920* 100vw);
    }

	.box__common01 .train {
		width: 50%;
	}

	.box__common01 .train span {
		line-height: 1.5;
	}

	.index_news ul {
		max-height: calc(360 / 1920* 100vw);
	}
}

@media(min-width: 1440px) {
	.inner {
		max-width: none;
		width: 90%;
	}

	.row__index01.flex {
		gap: calc(150 / 1920* 100vw);
	}

	.row__index01 .col_l,
	.row__index01 .col_r {
		width: calc((100% - calc(150 / 1920* 100vw)) / 2);
	}

	.box__common01 .car {
		width: 40%;
	}

	.box__common01 .car span {
		margin-right: calc(72 / 1920* 100vw);
	}

	.box__common01 .car span:after {
        height: calc(46 / 1920* 100vw);
        right: calc(-36 / 1920* 100vw);
    }

	.box__common01 .train {
		width: 60%;
	}

	.index_news ul {
		max-height: calc(240 / 1920* 100vw);
	}
}

/* FEATURE */

.col_img_2 img {
	width: 60%;
}

@media(min-width: 768px) {
	.wrap__feature01 .row__feature01.flex {
		gap: calc(48 / 1920* 100vw);
	}

	.wrap__feature01 .row__feature01.flex .col_img {
		width: calc((100% - calc(48 / 1920* 100vw)) / 2);
		flex: 2;
	}

	.wrap__feature01 .row__feature01.flex .col_img img {
		width: 100%;
		height: auto;
	}

	.wrap__feature01 .row__feature01.flex .col_txt {
		width: calc((100% - calc(48 / 1920* 100vw)) / 2);
		flex: 4;
	}

	.wrap__feature01 .row__feature01.flex .col_txt .copy {
		margin-bottom: calc(36 / 1920* 100vw);
		font-size: calc(48 / 1920* 100vw);
	}

	.wrap__feature02:before {
		/* bottom: initial;
		top: 0;
		left: 6%;
		width: calc(100% - 24px - 60%);
		height: calc(550 / 1920* 100vw); */
	}

	.wrap__feature02 .col_txt .wrap {
		width: calc(100% - 24px - 40%);
		max-width: none;
	}

	.wrap__feature02 .col_txt .wrap .copy {
		margin-bottom: calc(36 / 1920* 100vw);
	}

	.wrap__feature02.reverse:before {
		top: 0;
		right: 6%;
		width: calc(100% - 24px - 60%);
		height: calc(550 / 1920* 100vw);
	}

	.wrap__feature03:before {
		height: 85%;
	}

	.row__feature03 .ttl {
		width: 90%;
	}
}

@media(min-width: 1024px) {
	.wrap__feature01 {
		padding-bottom: calc(96 / 1920* 100vw);
	}

	.wrap__feature01 .row__feature01.flex .col_txt .copy {
		font-size: calc(42 / 1920* 100vw);
	}
}

@media(min-width: 1440px) {
	.wrap__feature01 .row__feature01.flex {
		gap: calc(96 / 1920* 100vw);
	}

	.wrap__feature01 .row__feature01.flex .col_img {
		width: calc((100% - calc(96 / 1920* 100vw)) / 2);
		flex: 2;
	}

	.wrap__feature01 .row__feature01.flex .col_txt {
		width: calc((100% - calc(96 / 1920* 100vw)) / 2);
		flex: 4;
	}

	.wrap__feature01 .row__feature01.flex .col_txt .copy {
		font-size: calc(42 / 1920* 100vw);
	}

	.wrap__feature01 .row__feature01.flex .col_txt .txt {
		font-size: calc(24 / 1920* 100vw);
	}
}

@media(min-width: 1920px) {
	.wrap__feature01 {
		padding-bottom: calc(96 / 1920* 100vw);
	}

	.wrap__feature01:after {
		height: calc(550 / 1920* 100vw);
	}
}

/* MEDICAL */

@media(min-width: 768px) {
	.row__medical01 .col {
		width: calc(100% / 2);
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.row__medical01 .col a {
		width: 100%;
		height: 100%;
	}

	.row__medical01 .col a .img {
		width: 100%;
		height: 100%;
	}

	.row__medical01 .col a .img img {
		width: 100%;
		height: 100%;
	}

	.row__medical01 .col .wrap {
		top: 0;
		max-width: none;
		width: 80%;
	}

	.row__medical01 .ttl, .row__medical01 .txt {
		max-width: none;
		width: 100%;
	}

	.row__medical02 {

	}

	.row__medical02 .icn {
		padding: 0 calc(36 / 1920* 100vw);
	}

	.row__medical02 a:after {
		top: 18%;
	}
}

@media(min-width: 1440px) {
	.row__medical01 .col {
		width: calc(100% / 3);
	}

	.row__medical01 .ttl .ja {
		font-size: calc(30 / 1920* 100vw);
	}

	.row__medical01 .ttl .en {
		font-size: calc(24 / 1920* 100vw);
	}

	.row__medical02 .ja {
		font-size: calc(24 / 1920*100vw);
	}

	.row__medical02 a:after {
		top: 15%;
	}
}

/* greeting */

@media(min-width: 768px) {
	.wrap__greeting01 {
		width: 95%;
		margin: 0;
		margin-right: auto;
	}

	.wrap__greeting01 h2 {
		right: 0;
	}

	.wrap__greeting01 h2 .en {
		width: 80%;
	}

	.wrap__greeting01 h2 .en img {
		width: 100%;
	}

	.row__greeting01 {
		flex-direction: row-reverse;
		gap: calc(48 / 1920*100vw);
	}

	.row__greeting01 .col_img {
		flex: 3;
	}

	.row__greeting01 .col_img .img {
		width: 75%;
	}

	.row__greeting01 .col_txt {
		flex: 4;
	}

	.slide_index01 {
		margin-top: calc(60 / 1920*100vw);
	}

	.bg__greeting01 .deco_img {
		bottom: -3%;
		width: 45%;
	}
}

@media(min-width: 1440px) {
	.row__greeting01 {
		flex-direction: row-reverse;
		gap: calc(120 / 1920*100vw);
	}

	.row__greeting01 .col_img {
		flex: 4;
	}

	.row__greeting01 .col_txt {
		flex: 6;
	}

	.row__greeting01 .col_img .img {
		width: 50%;
	}

	.row__greeting01 .copy {
		font-size: calc(40 / 1920*100vw);
	}

	.slide_index01 {
		margin-top: calc(72 / 1920*100vw);
	}

	.bg__greeting01:before {
		height: 36%;
		bottom: -6%;
	}

	.bg__greeting01 .deco_img {
		bottom: -8%;
		width: 40%;
	}

	.slide_index01 li {
		/* width: 50%; */
		width: calc(900 / 1920*100vw);
	}

	.slide_index01 li img {
		width: 100%;
	}
}

@media(min-width: 1920px) {
	.slide_index01 {
		margin-top: calc(144 / 1920*100vw);
	}

	.bg__greeting01:before {
		height: 38%;
		bottom: -8%;
	}

	.bg__greeting01 .deco_img {
		bottom: -12%;
	}

	.slide_index01 li {
		/* width: 50%; */
		/* width: calc(1080 / 1920*100vw); */
	}
}

/* 採用情報 */

.row__recruit01 h2 .en {
	width: 70%;
}

@media(min-width: 768px) {
	.bg__index02 {
		margin-top: calc(180 / 1920*100vw);
	}

	.row__index02 section {
		max-width: none;
		width: 60%;
	}

	.row__recruit01 {
		align-items: stretch;
	}

	.row__recruit01 .box {
		/* height: auto; */
	}

	.row__recruit01 h2 {
		height: 90%;
		gap: 4px;
	}

	.row__recruit01 h2 .ja {
		margin: 0;
		width: 75%;
	}

	.row__recruit01 h2 .ja img {
		height: 100%;
	}

	.row__recruit01 h2 .en {
		width: 50%;
	}

	.box__recruit01 {
		flex-direction: column;
		padding: calc(84 / 1920* 100vw);
	}

	.box__recruit01 .txt {
		width: 100%;
		margin-bottom: calc(84 / 1920*100vw);
	}
}

@media(min-width: 1440px) {
	.row__index02 section {
		width: 50%;
	}

	.row__recruit01 h2 {
		height: 90%;
	}

	.row__recruit01 h2 .ja {
		margin: 0;
		width: 90%;
	}

	.row__recruit01 h2 .en {
		width: 70%;
	}
}

/* フッター */

@media(min-width: 768px) {
	.row_foot01 .box__common01 {
		padding: calc(36 / 1920* 100vw);
	}

	.row_foot01 .box__common01 .car {
		width: 45%;
	}

	.row_foot01 .box__common01 .car span {
		margin: 0;
	}

	.row_foot01 .box__common01 .car span:after {
        right: calc(-85 / 1920* 100vw);
	}

	.row_foot01 .box__common01 .train {
		width: 55%;
	}
}

@media(min-width: 1440px) {
	.row_foot01 .box__common01 {
		padding: calc(36 / 1920* 100vw) calc(24 / 1920* 100vw);
	}

	.row_foot01 .box__common01 .car {
		width: 37.5%;
	}

	.row_foot01 .box__common01 .car span {
		margin: 0;
	}

	.row_foot01 .box__common01 .car span:after {
        right: calc(-18 / 1920* 100vw);
	}

	.row_foot01 .box__common01 .train {
		width: 62.5%;
	}

	.row_foot01 .tbl_time .box {
		padding: calc(48 / 1920* 100vw) calc(36 / 1920* 100vw);
	}
}