@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--guideline-color: #aaa;
	font-size: calc(16 / 1920*100vw);
	--break: 1920 * 100vw;
    --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 {
		--break: 1599 * 100vw;
        --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 {
		--break: 1299 * 100vw;
        --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 {

		--break: 750 * 100vw;
        --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: #000000;
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .tab.parallax {
	background-attachment: inherit!important;
}
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / 1920*100vw);
    height: calc(40 / 1920*100vw);
    line-height: calc(40 / 1920*100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){
.parallax, .parallax.is_ios, .tab.parallax {
		width: 100%;
		background-attachment: inherit!important;
	}
}


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

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

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }

	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

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


/* ヘッダー header
------------------------------------------------------------------*/
header {
	width: 100%;
	padding: calc(20 / 1920 * 100vw)  120px  0 calc(45 / 1920 * 100vw);
	z-index: 10;
}
header .cover_header {
	padding-top: calc(20 / 1920 * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	header .cover_header {
		width: calc(391 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	header {
		padding-right: calc(120 / 1400 * 100vw);
	}
	header .cover_header {
		width: calc(391 / 1400 * 100vw);
		font-size: calc(18 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {
	header .cover_header {
		width: calc(391 / 750 * 100vw);
	}
	header .text_address_head {
		display: none;
	}
	header .row_contact02 {
		display: none;
	}
}


/* メインイメージ 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: 750px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.cover_main_img{
	width: 100%;
	height: 100%;
	padding-top: calc(120 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	inset: 0;
}
.cover_main_img .copy{
	line-height: 1.3;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 var(--size15px) #4d5867, 0 0 var(--size10px) #4d5867;
}
.cover_main_img .copy_main_img{
	margin-bottom: calc(20 / 1920 * 100vw);
	font-size: 444.4%;
}
.cover_main_img .copy_main_img .s02{
	font-size: 111.2%;
}
.cover_main_img .copy_main_img .s03{
	font-size: 75%;
}
.cover_main_img .copy_main_img .s04{
	font-size: 137.5%;
}
.cover_main_img .copy_main_img02{
	font-size: 188.8%;
}
.ballon_main_img{
	width: calc(370 / 1920 * 100vw);
	height: calc(370 / 1920 * 100vw);
	margin: auto;
	color: #fff;
	background: url(images/index/ballon_main_img01.png)no-repeat center / contain;
	position: absolute;
	bottom: calc(30 / 1920 * 100vw);
	left: calc(70 / 1920 * 100vw);
	z-index: 0;
}
.ballon_main_img .s01{
	margin-bottom: calc(15 / 1920 * 100vw);
	line-height: 1;
	font-size: 144.4%;
}
.ballon_main_img .s02{
	line-height: 1;
	font-size: 277.7%;
}
.ballon_main_img .s03{
	line-height: 1;
	vertical-align: sub;
	font-size: 200%;
}
.text_main_img{
	width: calc(640 / 1920 * 100vw);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(800 / 1600 * 100vw);
	}

	.main_img  {
		font-size: 90%;
	}
	.cover_main_img .copy_main_img{
		margin-bottom: calc(20 / 1800 * 100vw);
		font-size: 400%;
	}
	.ballon_main_img{
		width: calc(370 / 1800 * 100vw);
		height: calc(370 / 1800 * 100vw);
	}
	.ballon_main_img .s01{
		margin-bottom: calc(15 / 1800 * 100vw);
		font-size: 140%;
	}
	.ballon_main_img .s02{
		font-size: 250%;
	}
	.ballon_main_img .s03{
		font-size: 190%;
	}
	.text_main_img{
		width: calc(640 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		height: calc(750 / 1300 * 100vw);
	}
	.main_img  {
		font-size: 80%;
	}
	.cover_main_img {
		padding-top: calc(90 / 1920 * 100vw);
	}
	.cover_main_img .copy_main_img{
		margin-bottom: calc(20 / 1800 * 100vw);
		font-size: 400%;
	}
	.ballon_main_img{
		width: calc(370 / 1700 * 100vw);
		height: calc(370 / 1700 * 100vw);
		left: calc(50 / 1920 * 100vw);
	}
	.text_main_img{
		width: calc(640 / 1500 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}


	.cover_main_img{
		padding-top: calc(472 / 750 * 100vw);
	}
	.cover_main_img .copy_main_img{
		line-height: 1.4;
		margin-bottom: 4vw;
		font-size: calc(48 / 750 * 100vw)
	}
	.cover_main_img .copy_main_img .s02{
		font-size: calc(54 / 750 * 100vw)
	}
	.cover_main_img .copy_main_img .s03{
		font-size: calc(36 / 750 * 100vw)
	}
	.cover_main_img .copy_main_img .s04{
		font-size: calc(66 / 750 * 100vw)
	}
	.cover_main_img .copy_main_img02{
		line-height: 1.5;
		font-size: calc(41.5 / 750 * 100vw);
	}
	.ballon_main_img{
		width: calc(370 / 750 * 100vw);
		height: calc(370 / 750 * 100vw);
		bottom: auto;
		left: auto;
		right: calc(48 / 1920 * 100vw);
		top: calc(225/ 750 * 100vw);
	}
	.ballon_main_img .s01{
		margin-bottom: 2.5vw;
		font-size: calc(26 / 750 * 100vw);
	}
	.ballon_main_img .s02{
		font-size: calc(50 / 750 * 100vw);
	}
	.ballon_main_img .s03{
		font-size: calc(100 / 750 * 100vw);
	}
	.ballon_main_img .s04{
		font-size: calc(20 / 750 * 100vw);
	}
	.text_main_img{
		width: calc(640 / 750 * 100vw);
		margin: auto;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	width: 110px;
	height: 110px;
	background: #2f7dcc;
	position: fixed;
	top: calc(20 / 1920 * 100vw);
	right: 0;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -2;
}
.btn_gnav_sp .txt_gnav {
	width: 46px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20%;
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: 38px;
	height: 1px;
	position: absolute;
	top: -21px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before,
.btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {top: -10px;}
.btn_gnav_sp .icn_gnav:after {bottom: -10px;}
.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 {
	width: 80%;
	max-width: 790px;
	height: 100%;
	padding: 0;
	padding-top: 160px;
	line-height: 1.45;
	background: rgb(250, 250, 250);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	touch-action: auto !important;
}

.gnav_sp .nav_main {
	padding-bottom: 150px;
}

.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>ul {
	display: block;
	max-width: 630px;
	width: 92%;
	margin: auto;
}
.gnav_sp .nav_main>ul>li {
	opacity: 0;
	transform: translateX(50%);
}
.gnav_sp .nav_main>ul>li {
	opacity: 0;
	border-bottom: 1px solid #dddddd;
	transform: translateX(50%);
}
.gnav_sp .nav_main>ul>li:first-child {
	border-top: 1px solid #dddddd;
}
.gnav_sp .nav_main>ul>li>a {
	display: block;
	padding: 11.5px 20px;
	letter-spacing: .1em;
	line-height: 1.6;
	font-size: 22px;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	transition: transform .6s ease, opacity .2s ease;
	position: relative;
}
.gnav_sp .nav_main a > .arw {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.gnav_sp .nav_main a > .arw:after {
	content: "";
	 width: 15px;
    height: 10px;
	margin: auto;
	background: #9b8c6c;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: .5em;
    right: 12.5px;
}
.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);
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main>ul>li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

@media(min-width: 768px) {
	.gnav_sp {
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.gnav_sp::-webkit-scrollbar {
		display: none;
	}

	.gnav_sp .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
		background-color: transparent !important;
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.btn_gnav_sp {
		width: calc(110 / 1400 * 100vw);
		height: calc(110 / 1400 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(46 / 1400 * 100vw);
		bottom: 15%;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(38 / 1400 * 100vw);
		top: calc(-21 / 1400 * 100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-10 / 1400 * 100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-10 / 1400 * 100vw);
	}

	.gnav_sp {
		width: calc(790 / 1300 * 100vw);
		padding-top: calc(130 / 1300 * 100vw);
	}

	.gnav_sp .nav_main>ul>li>a {
		padding: calc(13 / 1300 * 100vw) 0 ;
		font-size: calc(21 / 1300 * 100vw);
	}

	.gnav_sp .nav_main a > .arw:after {
		width: calc(16 / 1300 * 100vw);
		height: calc(10 / 1300 * 100vw);
		right: calc(10 / 1300 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(57 / 750 * 100vw);
		bottom: 0;
	}

	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		top: -2.5vw;
	}

	.btn_gnav_sp .icn_gnav:before,
	.btn_gnav_sp .icn_gnav:after {
		height: 2px;
	}

	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}

	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.75vw;
	}

	.gnav_sp {
		padding: 19vw 0 0;
		width: 80%;
		max-width: calc(600 / 750 * 100vw);
		line-height: 1.45;
		background: rgba(255, 255, 255, .9);
	}

	.gnav_sp .nav_main {
		padding: 0 3vw 20vw;
	}

	.gnav_sp .nav_main>ul{
		width: calc(552 / 750 * 100vw);
	}
	.gnav_sp .nav_main>ul>li {
		padding: 0;
		font-size: calc(32 / 750 * 100vw);
	}
	.gnav_sp .nav_main>ul>li>a {
		padding: 3.5vw 0;
		font-size: 100%;
		text-align: left;
		line-height: 1.55;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main a > .arw {
		width: 100%;
	}
	.gnav_sp .nav_main a > .arw:after {
		width: 12px;
		height: 10px;
		top: .5em;
		right: 0;
	}
}


/* areaTitle
------------------------------------------------------------------*/
.areaTitle {
	padding-top: var(--size90px);
	border-top: #9b8c6c solid var(--size10px);
	position: relative;
	z-index: 1;
}

.areaTitle .ttl_en {
	line-height: .85;
	letter-spacing: .1em;
	font-size: calc(201 / 1920 * 100vw);
	color: #9b8c6c;
	text-align: center;
	position: relative;
	z-index: 1;
}

.areaTitle .ttl_jp {
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	font-size: 277.7%;
}

.deco_common{
	width: 100%;
	height: var(--size50px);
	margin: auto;
	background-image: linear-gradient(to top, rgba(85, 85, 85, .3), #ddd, #fff);
}

@media(min-width: 768px) and (max-width:1599px) {
	.areaTitle {
		padding-top: var(--size95px);
	}

	.areaTitle .ttl_en {
		font-size: calc(201 / 1700 * 100vw);
	}

	.areaTitle .ttl_jp {
		font-size: 260%;
	}
	.areaTitle .ttl_jp .fz60 {
		font-size: 3.5rem;
	}
	.areaTitle .ttl_jp .fz70 {
		font-size: 4rem
	}
	.areaTitle .ttl_jp .fz100 {
		font-size: 6rem;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.areaTitle {
		padding-top: var(--size90px);
	}
	.areaTitle .ttl_en {
		font-size: calc(201 / 1500 * 100vw);
	}
	.areaTitle .ttl_jp {
		font-size: 230%;
	}
	.areaTitle .ttl_jp .fz60 {
		font-size: 3.3rem;
	}
	.areaTitle .ttl_jp .fz70 {
		font-size: 3.6rem
	}
	.areaTitle .ttl_jp .fz100 {
		font-size: 5.4rem;
	}
}

@media(max-width: 767px) {
	.areaTitle {
		padding-top: 12vw;
		border-top-width: var(--size10px);
	}

	.areaTitle .ttl_en {
		margin-bottom: 2vw;
		letter-spacing: .1em;
		font-size: calc(120 / 750 * 100vw);
	}

	.areaTitle .ttl_jp {
		line-height: 1.75;
		letter-spacing: .1em;
		font-size: calc(50 / 750 * 100vw);
	}

	.areaTitle .ttl_jp .fz60 {
		line-height: 1.5;
		font-size: calc(60 / 750 * 100vw);
	}
	.areaTitle .ttl_jp .fz70 {
		line-height: .8;
		font-size: calc(70 / 750 * 100vw);
	}
	.areaTitle .ttl_jp .fz100 {
		line-height: .8;
		font-size: calc(100 / 750 * 100vw);
	}

	.deco_common{
		height: var(--size50px);
		background: url(images/page/deco_common_sp.png)no-repeat center bottom / 100%;
	}
}

.sp_access{display: none;}
@media(max-width: 767px) {
	.sp_access{
		display: block;
		padding: 6.5vw 0;
	}
}
/* parts_conversion
------------------------------------------------------------------*/
.parts_conversion{
	border-top: #9b8c6c solid var(--size10px);
}
.copy_conversion03{
	line-height: .9;
	letter-spacing: .1em;
	font-size: 450%;
	text-align: center;
}
.copy_conversion03 .deco{
	display: inline-block;
	padding: 0 var(--size35px);
	position: relative;
	z-index: 1;
}
.copy_conversion03 .deco::before,
.copy_conversion03 .deco::after
{
	content: "";
	width: var(--size20px);
	height: 2px;
	margin: auto;
	background: #9b8c6c;
	position: absolute;
	inset: 0;
}
.copy_conversion03 .deco::before{left: auto;}
.copy_conversion03 .deco::after{right: auto;}
.copy_conversion01 .line{
	display: inline-block;
	padding-bottom: var(--size5px);
	border-bottom: double #9b8c6c calc(6 / var(--break));
}
.bg_conversion{
	padding: var(--size75px) 0 var(--size80px);
	background: url(images/page/bg_conversion01.png)no-repeat left top / auto;
	position: relative;
	z-index: 0;
}
.bg_conversion02{
	padding: var(--size40px) 0 var(--size50px);
	background: #f5f8fa;
	position: relative;
	z-index: 1;
}
.bg_conversion02::before{
	content: "";
	width: calc(994 / var(--break));
	height: calc(561 / var(--break));
	margin: auto;
	background: url(images/page/deco_conversion01.png)no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_conversion .fz40{font-size: 2.3rem;}
	.bg_conversion .fz50{font-size: 2.5rem;}
	.bg_conversion .fz60{font-size: 2.9rem;}

	.bg_conversion02::before{
		width: calc(994 / 1400 * 100vw);
		height: calc(561 / 1400 * 100vw);
	}

}
@media(max-width: 767px) {
	.copy_conversion01{
		line-height: 1.5;
		font-size: calc(38 / 750 * 100vw);
	}
	.copy_conversion01 .line{
		display: inline;
		line-height: 2;
		padding-bottom: var(--size15px);
	}
	.copy_conversion01 .fz60{
		font-size: calc(50 / 750 * 100vw);
	}
	.copy_conversion01 .fz40{
		font-size: calc(35 / 750 * 100vw);
	}
	.copy_conversion03{
		letter-spacing: .1em;
		font-size: calc(81 / 750 * 100vw);
	}
	.copy_conversion03 .deco{
		padding: 0 var(--size35px);
	}
	.copy_conversion03 .deco::before,
	.copy_conversion03 .deco::after
	{height: 1px;}

	.bg_conversion{
		padding: var(--size50px) 0 var(--size90px);
		background: url(images/page/bg_conversion01_sp.png)no-repeat left top / 100%;
	}
	.bg_conversion02{
		padding: var(--size100px) 0 var(--size140px);
	}
	.bg_conversion02::before{
		width: calc(691 / var(--break));
		height: calc(390 / var(--break));
		background: url(images/page/deco_conversion01_sp.png)no-repeat center / contain;
	}
}
/* top_trouble
------------------------------------------------------------------*/
.bg_trouble{
	padding: var(--size100px) 0 calc(250 / var(--break));
	background: url(images/index/bg_trouble.png)no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
.bg_trouble::before{
	content: "";
	max-width: 1920px;
	max-height: 150px;
	width: calc(1920 / 1800 * 100vw);
	height: calc(150 / 1800 * 100vw);
	margin: auto;
	background: url(images/index/frame_trouble.png)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.list_trouble {
	width: calc(860 / var(--break));
}
.list_trouble li{
	width: 100%;
	margin-bottom: var(--size20px);
	padding-left: var(--size60px);
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 1;
}
.list_trouble li::before{
	content: "";
	width: var(--size60px);
	height: var(--size60px);
	margin: auto;
	background: url(images/index/icn_check01.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
}

.list_trouble li:nth-of-type(2n)::before {
	background: url(images/index/icn_check02.svg)no-repeat center / contain;
}

.list_trouble .text{
	padding: var(--size10px) var(--size15px);
	min-height: var(--size60px);
	line-height: 1;
	letter-spacing: 0;
	font-size: 155.5%;
}

.cover_trouble{
	padding: var(--size70px) 0 var(--size100px);
	background: url(images/index/bg_trouble02.png)no-repeat center bottom / auto;
	position: relative;
	z-index: 2;
}

.cover_trouble .copy_trouble{
	line-height: 1.6;
	letter-spacing: .1em;
	font-size: 277.7%;
}
.copy_trouble .line{
	display: inline-block;
	border-bottom: double 6px #9b8c6c
}
.copy_trouble .txt_col06{
	font-size: 158%;
}
.copy_trouble .dot{
	position: relative;
	z-index: 1;
}
.copy_trouble .dot::before{
	content: "";
	width: var(--size15px);
	height: var(--size15px);
	margin: auto;
	background: #638d5c;
	border-radius: 100%;
	position: absolute;
	top: calc(-1 * var(--size30px));
	left: 0;
	right: 0;
	z-index: -1;
}

@media(min-width: 768px) and (max-width:1299px) {
	.cover_trouble .copy_trouble{
		font-size: 250%;
	}
}
@media(max-width: 767px) {
	.bg_trouble{
		padding: calc(440 / var(--break)) 0 calc(120 / var(--break));
		background: url(images/index/bg_trouble_sp.png)no-repeat center bottom / cover;
	}
	.bg_trouble::before{
		content: none;
	}
	.list_trouble {
		width: 100%;
	}
	.list_trouble li{
		width: 100%;
		margin-bottom: var(--size20px);
		padding-left: var(--size60px);
	}
	.list_trouble li::before{
		width: var(--size60px);
		height: var(--size60px);
	}

	.list_trouble .text{
		padding: var(--size10px) var(--size15px);
		min-height: var(--size60px);
		letter-spacing: 0;
		font-size: calc(28 / var(--break));
	}

	.cover_trouble{
		padding: var(--size80px) 0 var(--size70px);
		background: url(images/index/bg_trouble02_sp.png)no-repeat center bottom / calc(750 / 750 * 100vw);
	}

	.cover_trouble .copy_trouble{
		line-height: 1.7;
		letter-spacing: .1em;
		font-size: calc(39 / 750 * 100vw);
	}
	.copy_trouble .line{
		display: inline;
		padding-bottom: var(--size5px);
		border-bottom: double 4px #9b8c6c
	}
	.copy_trouble .txt_col06{
		letter-spacing: .1em;
		font-size: calc(69 / 750 * 100vw);
	}
	.copy_trouble .dot::before{
		width: calc(12 / var(--break));
		height: calc(12 / var(--break));
		top: calc(-1 * var(--size30px));
	}
}
/* top_reason
------------------------------------------------------------------*/
.row_reason_common{
	position: relative;
	z-index: 1;
}
.row_reason_common{
	background: #00215b;
	position: relative;
	z-index: 1;
}
.row_reason_common::before{
	content: "";
	width: 42%;
	height: 100%;
	background: url(images/index/bg_reason10.jpg)no-repeat center / cover;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.row_reason_common .areaText{
	width: 58%;
	min-height: calc(660 / 1920 * 100vw);
	/* padding: calc(115 / 1920 * 100vw) 4% calc(100 / 1920 * 100vw); */
	padding: calc(100 / 1920 * 100vw) 4%;
	/*background: url(images/index/bg_reason11.jpg)no-repeat center / cover;*/
	background: #fff;
	position: relative;
	z-index: 1;
}

.row_reason_common .areaText::before{
	content: "";
	width: calc(383 / 1920 * 100vw);
	height: 100%;
	margin: auto;
	/*background: url(images/index/deco_reason.png)no-repeat right / cover;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.row_reason_common .areaText::after{
	content: "";
	width: calc(400 / 1920 * 100vw);
	height: calc(400 / 1920 * 100vw);
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.row_reason_common .areaText > .wrap{
	max-width: 880px;
	width: 100%;
	margin: auto;
}

.X2.row_reason_common::before{
	left: auto;
	right: 0;
}
@media(max-width: 767px) {
	.row_reason_common{
		padding-top: calc(618 / 750 * 100vw);
	}
	.row_reason_common::before{
		width: 100%;
		height: calc(618 / 750 * 100vw);
		bottom: auto !important;
		top: 0;
		left: 0;
		right: 0;
	}
	.row_reason_common .areaText{
		width: 100%;
		min-height: calc(660 / 1920 * 100vw);
		padding: 10vw calc(48 / 750 * 100vw) 11vw;
	}

	.row_reason_common .areaText::before{
		content: none;
	}
	.row_reason_common .areaText::after{
		content: none;
	}


}
/* top_reason
------------------------------------------------------------------*/
.copy_reason_common{
	line-height: 1.8;
	font-size: 200%;
	padding-bottom: var(--size20px);
	/*border-bottom: solid 2px #fff;*/
	border-bottom: solid 2px #000000;
	position: relative;
	z-index: 1;
}
.copy_reason_common.fz70{font-size: 383.3%;}
.copy_reason_common .fz64{
	font-size: 177.7%;
}
.copy_reason_common .num{
	letter-spacing: .1em;
	line-height: .85;
	font-size: calc(240 / 1920 * 100vw);
	opacity: .6;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(-25 / var(--break));
	z-index: -2;
}

.X2.copy_reason_common{
	text-align: center;
	padding-bottom: 0;
	border-bottom: 0;
}
.X2.copy_reason_common .num{
	top: calc(-80 / 1920 * 100vw);
	bottom: auto;
	left: 0;
	right: 0;
}

.copy_reason_common02{
	padding: var(--size20px);
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #6d7d9c;
	position: relative;
	z-index: 1;
}
.copy_reason_common02::before,
.copy_reason_common02::after,
.copy_reason_common02 .deco::after,
.copy_reason_common02 .deco::before
{
	content: "";
	width: var(--size200px);
	height: calc(100% - var(--size10px));
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 100%, 100% 0, 0 0);
	position: absolute;
}
.copy_reason_common02::before{
	top: 0;
	left: 0;
}
.copy_reason_common02::after{
	bottom: 0;
	left: 0;
	clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.copy_reason_common02 .deco::after{
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.copy_reason_common02 .deco::before{
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.copy_reason_common02 > .arw{
	content: "";
	width: var(--size40px);
	height: var(--size35px);
	margin: auto;
	background: #6d7d9c;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 99.4%;
	left: 0;
	right: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_reason_common{
		font-size: 180%;
	}
	.copy_reason_common.fz70{
		font-size: 330%;
	}
	.copy_reason_common .fz64{
		font-size: 160%;
	}
	.copy_reason_common .num{
		font-size: calc(240 / 1800 * 100vw);
		right: calc(-25 / var(--break));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_reason_common{
		font-size: 150%;
	}
	.copy_reason_common.fz70{
		font-size: 300%;
	}
	.copy_reason_common .num{
		font-size: calc(240 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.copy_reason_common{
		line-height: 1.9;
		font-size: calc(49 / 750 * 100vw);
		padding-bottom: 2vw;
		border-bottom-width: 1px;
	}
	.copy_reason_common.lh17_sp{line-height: 1.7;}
	.copy_reason_common.fz70{font-size: calc(69 / 750 * 100vw);;}
	.copy_reason_common .fz64{
		font-size: calc(63 / 750 * 100vw);
	}
	.copy_reason_common .num{
		letter-spacing: .1em;
		line-height: .85;
		font-size: calc(240 / 750 * 100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -6vw;
	}
	.X2.copy_reason_common .num{
		top: -10vw;
		bottom: auto;
		left: 0;
		right: 0;
	}

	.copy_reason_common02{
		padding: var(--size20px);
		font-size: calc(46 / 750 * 100vw);
	}
}
/* reason01
------------------------------------------------------------------*/
/* reason02
------------------------------------------------------------------*/
/* reason03
------------------------------------------------------------------*/
.reason02.row_reason_common::before{
	background: url(images/index/bg_reason20.jpg)no-repeat center / cover;
}
.reason02.row_reason_common .areaText{
	/*background: url(images/index/bg_reason21.jpg)no-repeat center / cover;*/
}
.reason03.row_reason_common::before{
	background: url(images/index/bg_reason30.jpg)no-repeat center / cover;
}
.reason03.row_reason_common .areaText{
	/*background: url(images/index/bg_reason31.jpg)no-repeat center / cover;*/
}
@media(max-width: 767px) {
	.reason01.row_reason_common::before{
		background: url(images/index/bg_reason10_sp.jpg)no-repeat center / cover;
	}
	.reason01.row_reason_common .areaText{
		/*background: url(images/index/bg_reason11_sp.jpg)no-repeat center / cover;*/
	}
	.reason02.row_reason_common::before{
		background: url(images/index/bg_reason20_sp.jpg)no-repeat center / cover;
	}
	.reason02.row_reason_common .areaText{
		padding-bottom: 12vw;
		/*background: url(images/index/bg_reason21_sp.jpg)no-repeat center / cover;*/
	}
	.reason03.row_reason_common::before{
		background: url(images/index/bg_reason30_sp.jpg)no-repeat center / cover;
	}
	.reason03.row_reason_common .areaText{
		padding-top: 12vw;
		/*background: url(images/index/bg_reason31_sp.jpg)no-repeat center / cover;*/
	}
}
/* reason_treatment reason02
------------------------------------------------------------------*/
.reason_treatment{
	padding: var(--size100px) 0;
	background: url(images/index/bg_reason23.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.reason_treatment .text_img{
	width: calc(128.6 / var(--break));
	height: calc(1246.3 / var(--break));
	margin: auto;
	position: absolute;
	top: calc(-65 / 1920 * 100vw);
	bottom: 0;
	left: 0;
}
.row_treatment > .col{
	max-width: 460px;
	width: 30.7%;
	position: relative;
	z-index: 1;
}
.row_treatment .areaText{
	max-width: 420px;
	width: 100%;
	margin: calc(-75 / 1920 * 100vw) auto 0;
	padding: var(--size40px) calc(56 / var(--break));
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 var(--size15px) var(--size5px) rgba(0, 0, 0, 0.1);
	border: solid 1px #0b0f23;
	position: relative;
	z-index: 1;
}
.row_treatment .areaText::before,
.row_treatment .areaText::after
{
	content: "";
	width: calc(295 / var(--break));
	height: calc(295 / var(--break));
	margin: auto;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background: rgba(221, 221, 221, .3);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_treatment .areaText::after{
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	right: auto;
	left: 0;
}
.row_treatment .num{
	width: var(--size90px);
	height: var(--size90px);
	padding-top: var(--size5px);
	margin: auto;
	letter-spacing: .1em;
	line-height: .85;
	font-size: 283.3%;
	color: #fff;
	background: url(images/index/num_reason.svg)no-repeat center / contain;
	position: absolute;
	transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
}
.row_treatment .copy{
	padding-bottom: var(--size20px);
	line-height: 1.6;
	text-align: center;
	border-bottom: 2px solid #a688bd;
}
.row_treatment .copy::first-letter{
	color: #a688bd;
}
@media(min-width: 768px) {
	.row_treatment > .col{margin-right: 3.95%;}
	.row_treatment > .col:nth-of-type(3n),
	.row_treatment > .col:last-child
	{margin-right: 0;}

	.row_treatment > .col:nth-of-type(n + 4){
		margin-top: var(--size110px);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.inner_treatment{width: 93%;}
	.row_treatment > .col{
		width: 31%;
		margin-right: 3.5%;
	}
	.row_treatment .areaText{padding: var(--size40px) var(--size45px);}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_treatment > .col{
		width: 31.5%;
		margin-right: 2.75%;
	}
	.row_treatment .areaText{
		padding: var(--size40px);
	}
}
@media(max-width: 767px) {
	.reason_treatment{
		padding: var(--size100px) 0;
		background: url(images/index/bg_reason23_sp.jpg)no-repeat center / cover;
	}
	.reason_treatment .text_img{
		width: calc(52.6 / var(--break));
		height: calc(498.5 / var(--break));
		top: calc(329 / 750 * 100vw);
		bottom: auto;
	}
	.row_treatment > .col{
		width: calc(646 / var(--break));
		margin: 0 auto calc(90 / var(--break));
	}
	.row_treatment > .col:last-child{
		margin-bottom: 0;
	}
	.row_treatment .areaText{
		width: calc(588 / var(--break));
		margin: -9vw auto 0;
		padding: 4.5vw 3.5vw;
		font-size: calc(30 / 750 * 100vw);
	}
	.row_treatment .num{
		font-size: calc(51 / var(--break));
	}
	.row_treatment .copy{
		margin-bottom: 3vw;
		font-size: calc(43 / var(--break));
		padding-bottom: var(--size20px);
		border-bottom-width: 1px;
	}
}
/* reason03
------------------------------------------------------------------*/
@media(max-width: 767px) {
	.reason03 .copy_reason_common{
		line-height: 2;
	}
	.reason03 .copy_reason_common .txt_col18{
		line-height: 1.7;
	}
}

/* reason04
------------------------------------------------------------------*/
.reason04{
	padding: var(--size180px) 0 var(--size100px);
	background: url(images/index/bg_reason40.png)no-repeat center / cover;
	border-top: 2px solid #9b8c6c;
	position: relative;
	z-index: 1;
}
.row_reason40 > .col{
	max-width: 460px;
	width: 30.7%;
	position: relative;
	z-index: 1;
}
.row_reason40 .copy{
	padding: var(--size20px) 0;
	line-height: 1.45;
	text-align: center;
	color: #fff;
	background: #9b8c6c;
	position: relative;
	z-index: 1;
}
.row_reason40 .copy::before,
.row_reason40 .copy::after,
.row_reason40 .copy .deco::after,
.row_reason40 .copy .deco::before
{
	content: "";
	width: var(--size80px);
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 100%, 100% 0, 0 0);
	position: absolute;
}
.row_reason40 .copy::before{
	top: 0;
	left: 0;
}
.row_reason40 .copy::after{
	bottom: 0;
	left: 0;
	clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.row_reason40 .copy .deco::after{
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.row_reason40 .copy .deco::before{
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.row_reason40 .areaText{
	padding: var(--size25px) var(--size40px) var(--size30px);
	background: rgba(255, 255, 255, .9);
	position: relative;
	z-index: 1;
}

.row_reason40 .areaText::before,
.row_reason40 .areaText::after
{
	content: "";
	width: var(--size100px);
	height: var(--size100px);
	margin: auto;
	border: 2px solid #000;
	position: absolute;
}
.row_reason40 .areaText::before{
	border-right: 0;
	border-bottom: 0;
	top: var(--size10px);
	left: var(--size10px);
}
.row_reason40 .areaText::after{
	border-top: 0;
	border-left: 0;
	bottom: var(--size10px);
	right: var(--size10px);
}

.row_reason40 .col:nth-of-type(2n) .copy{background: #9b8c6c;}
@media(min-width: 768px) {
	.row_reason40 > .col{
		margin-right: 3.95%;
	}
	.row_reason40 > .col:nth-of-type(3n),
	.row_reason40 > .col:last-child
	{margin-right: 0;}
	.row_reason40 > .col:nth-of-type(n + 4){
		margin-top: var(--size60px);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.reason04{
		padding: var(--size170px) 0 var(--size90px);
	}

	.inner_reason40{
		width: 93%;
	}

	.row_reason40 .copy{font-size: 1.6rem;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.reason04{
		padding: var(--size150px) 0 var(--size80px);
	}

	.row_reason40 > .col{
		width: 32%;
		margin-right: 2%;
	}
	.row_reason40 .copy{font-size: 1.35rem;}
	.row_reason40 .areaText{
		padding: var(--size25px) var(--size35px) var(--size30px);
		font-size: 95%;
	}
}
@media(max-width: 767px) {
	.reason04{
		padding: var(--size180px) 0 var(--size100px);
		background: url(images/index/bg_reason40_sp.png)no-repeat center / cover;
		border-top-width: 1px;
	}
	.reason04 .copy_reason_common .txt_col09{
		line-height: 1.6;
	}
	.row_reason40 > .col{
		width: calc(646 / var(--break));
		margin: 0 auto var(--size60px);
	}
	.row_reason40 > .col:last-child{
		margin-bottom: 0;
	}
	.row_reason40 .copy{
		padding: var(--size20px) 0;
		line-height: 1.45;
		font-size: calc(43 / var(--break));
	}
	.row_reason40 .copy::before,
	.row_reason40 .copy::after,
	.row_reason40 .copy .deco::after,
	.row_reason40 .copy .deco::before
	{
		width: var(--size100px);
	}

.row_reason40 .areaText{
	padding: var(--size25px) var(--size40px) var(--size30px);
}

.row_reason40 .areaText::before,
.row_reason40 .areaText::after
{
	content: "";
	width: var(--size100px);
	height: var(--size100px);
	margin: auto;
	border: 2px solid #000;
	position: absolute;
}
.row_reason40 .areaText::before{
	border-right: 0;
	border-bottom: 0;
	top: var(--size10px);
	left: var(--size10px);
}
.row_reason40 .areaText::after{
	border-top: 0;
	border-left: 0;
	bottom: var(--size10px);
	right: var(--size10px);
}

.row_reason40 .col:nth-of-type(2n) .copy{background: #9b8c6c;}
}
/* reason05
------------------------------------------------------------------*/
.reason05{
	padding: var(--size160px) 0 var(--size100px);
	background: url(images/index/bg_reason50.png)no-repeat top / auto,#f8f7fd;
	border-top: 2px solid #9b8c6c;
	position: relative;
	z-index: 1;
}
.reason05::before,
.reason05::after
{
	content: "";
	width: 100%;
	height: calc(510 / var(--break));
	margin: auto;
	background: rgba(221, 221, 221, .2);
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.reason05::before{
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	left: 0;
}
.reason05::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: 0;
}
.row_reason50{
	max-width: 1000px;
}
.row_reason50 > .col{
	max-width: 470px;
	width: 48%;
	border: 2px solid #9b8c6c;
	background: #fff;
}
.row_reason50 .copy{
	padding: var(--size25px) 0;
	line-height: 1.45;
	text-align: center;
	color: #fff;
	background: #9b8c6c;
	position: relative;
	z-index: 1;
}
.row_reason50 .copy::before,
.row_reason50 .copy::after,
.row_reason50 .copy .deco::after,
.row_reason50 .copy .deco::before
{
	content: "";
	width: var(--size80px);
	height: var(--size80px);
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 100%, 100% 0, 0 0);
	position: absolute;
}
.row_reason50 .copy::before{
	top: 0;
	left: 0;
}
.row_reason50 .copy::after{
	bottom: 0;
	left: 0;
	clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.row_reason50 .copy .deco::after{
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.row_reason50 .copy .deco::before{
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.row_reason50 .areaText{
	padding: var(--size35px) calc(36 / var(--break)) var(--size30px) calc(37 / var(--break));
}
.row_reason50 .areaText li{
	font-size: 133.3%;
}
.row_reason50 .areaText li:nth-of-type(n + 2) {
	margin-top: calc(22 / var(--break)) !important;
}
@media(min-width: 768px) {

	.tbl_reason50 table{
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		border: 2px solid #ddd;
	}
	.tbl_reason50 .t{
		width: 33.3%;
		padding: var(--size30px) 0;
		text-align: center;
		vertical-align: middle;
	}
	.tbl_reason50 .t02{
		border-right: 2px solid #ddd;
		border-left: 2px solid #ddd;
	}
	.tbl_reason50 thead th{
		font-size: calc(24 / var(--break));
		color: #fff;
		background: #cca42f;
		border-bottom: 2px solid #ddd !important;
	}
	.tbl_reason50 thead .t02{background: #638d5c;}
	.tbl_reason50 thead .t03{background: #2f7dcc;}


	.tbl_reason50  tbody td{background: #f9f8f6;}
	.tbl_reason50  tbody tr:nth-of-type(2n) td{background: #fff;}
	.tbl_reason50  tbody tr:not(:last-child) td{border-bottom: 2px solid #ddd;}
	.tbl_reason50 .mark{
		line-height: 1.5;
		font-size: 166.6%;
	}
	.tbl_reason50 .text{
		line-height: 1.5;
		font-size: 111.1%;
	}
	.tbl_reason50 .text02{
		line-height: 1.5;
		font-size: 166.6%;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.inner_reason50 .adjust{
		display: inline;
	}
}
@media(max-width: 767px) {
	.reason05{
		padding: var(--size160px) 0 var(--size100px);
		background: url(images/index/bg_reason50_sp.png)no-repeat top / 100%,#f8f7fd;
		border-top-width: 1px;
	}
	.reason05::before,
	.reason05::after
	{
		height: calc(200 / var(--break));
	}
	.reason05 .copy_reason_common{
		line-height: 1.7;
	}
	.row_reason50 > .col{
		max-width: calc(646 / 750 * 100vw);
		width: 100%;
		margin: 0 auto var(--size60px);
		border-top-width: 1px;
	}
	.row_reason50 > .col:last-child{margin-bottom: 0;}
	.row_reason50 .copy{
		padding: 2.5vw 0;
		font-size: calc(34 / var(--break));
	}

	.row_reason50 .areaText{
		padding: 4vw 5vw;
	}
	.row_reason50 .areaText li{
		line-height: 1.7;
		font-size: calc(32 / var(--break));
	}
	.row_reason50 .areaText li:nth-of-type(n + 2) {
		margin-top: calc(10 / var(--break)) !important;
	}

	.tbl_reason50{
		max-width: calc(660 / 750 * 100vw);
		font-size: 90%;
	}
	.tbl_reason50 table{
		width: calc(900 / 750 * 100vw);
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		border: 1px solid #ddd;
	}
	.tbl_reason50 .t{
		width: 33.3%;
		padding: var(--size30px) 0;
		text-align: center;
		vertical-align: middle;
	}
	.tbl_reason50 .t02{
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.tbl_reason50 thead th{
		font-size: calc(24 / var(--break));
		color: #fff;
		background: #cca42f;
		border-bottom: 1px solid #ddd !important;
	}
	.tbl_reason50 thead .t02{background: #638d5c;}
	.tbl_reason50 thead .t03{background: #2f7dcc;}


	.tbl_reason50  tbody td{background: #f9f8f6;}
	.tbl_reason50  tbody tr:nth-of-type(2n) td{background: #fff;}
	.tbl_reason50  tbody tr:not(:last-child) td{border-bottom: 1px solid #ddd;}
	.tbl_reason50 .mark{
		line-height: 1.5;
		font-size: 130%;
	}
	.tbl_reason50 .text{
		line-height: 1.5;
		font-size: 100%;
	}
	.tbl_reason50 .text02{
		line-height: 1.5;
		font-size: 130%;
	}
}
/* top_about
------------------------------------------------------------------*/
.bg_about{
	padding: calc(220 / var(--break)) 0 calc(110 / var(--break));
	background: url(images/index/bg_about01.png)no-repeat top / cover,#ebe8e2;
	position: relative;
	z-index: 1;
}
.cover_about{
	position: relative;
	z-index: 1;
}
.cover_about > .areaImg{
	width: calc(920 / 1920 * 100vw);
	margin: auto;
	filter: drop-shadow(0 0 var(--size15px) rgba(0, 0, 0, .1)) drop-shadow(5px 5px var(--size15px) rgba(0, 0, 0, .1));
	position: absolute;
	top: calc(-90 / 1920 * 100vw);
	right: 0;
	z-index: 2;
}
.box_about{
	max-width: 1800px;
	padding: calc(82.5 / 1920 * 100vw) 4% calc(100 / 1920 * 100vw);
	width: calc(100% - var(--size30px));
	border: #000 solid 2px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.box_about::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	border: #000 solid 2px;
	position: absolute;
	bottom: var(--size10px);
	right: var(--size10px);
}

.box_about::after,
.box_about > .wrap::before,
.box_about > .wrap::after
{
	content: "";
	width: calc(500 / 1920 * 100vw);
	height: calc(500 / 1920 * 100vw);
	margin: auto;
	background: rgba(0, 0, 0, .05);
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.box_about > .wrap::before{
	clip-path: polygon(0 0, 0 100%, 100% 0);
	top: 0;
	bottom: auto;
}
.box_about > .wrap::after{
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	right: 0;
	left: auto;
}
.box_about > .wrap{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.box_about .areaText{
	max-width: 733px;
	width: 50%;
}

.x2.cover_about > .areaImg{
	left: 0;
	right: auto;
}
.x2 > .box_about{
	min-height: calc(664 / 1920 * 100vw);
}
.x2 > .box_about .areaText{
	margin-left: auto;
}
.x2 > .box_about > .wrap::before{
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	left: auto;
	right: 0;
}
.copy_about01{
	line-height: 1.6;
	padding-bottom: var(--size25px);
	border-bottom: 2px solid #9b8c6c;
}
.copy_about01::first-letter{
	color: #9b8c6c;
}
.copy_about02{
	text-align: center;
}
.copy_about02 .deco{
	display: inline-block;
	padding: 0 var(--size70px);
	position: relative;
	z-index: 1;
}
.copy_about02 .deco::before,
.copy_about02 .deco::after
{
	content: "";
	width: var(--size50px);
	height: 2px;
	margin: auto;
	position: absolute;
	background: #000;
	top: 0;
	bottom: 0;
	left: 0;
}
.copy_about02 .deco::after{
	right: 0;
	left: auto;
}
.figure_about{
	width: calc(966 / 1920 * 100vw);
}


@media(min-width: 768px) {
	.tbl_about{
		font-size: 111.1%;
	}
	.tbl_about table{
		border: 2px solid #ddd;
	}
	.tbl_about .t01{
		width: 18%;
		padding: var(--size35px) 0;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		color: #fff;
		background: #6d7d9c;
		border-right: 2px solid #ddd;
	}
	.tbl_about .t02{
		width: 40%;
		border-right: 2px solid #ddd;
		padding: var(--size35px) 0;
		text-align: center;
		background: #fff;
	}
	.tbl_about .t03{
		width: 40%;
		padding: var(--size35px) 0;
		text-align: center;
		background: #fbfced;
	}
	.tbl_about thead th{
		padding-top: var(--size170px) !important;
		color: #fff;
		font-size: calc(34 / var(--break));
		border-bottom: 2px solid #ddd !important;
	}
	.tbl_about thead .t02{
		background: url(images/index/img_about01.jpg)no-repeat center / cover;
	}
	.tbl_about thead .t03{
		background: url(images/index/img_about02.jpg)no-repeat center / cover;
	}

	.tbl_about tbody tr:not(:last-child) th,
	.tbl_about tbody tr:not(:last-child) td
	{border-bottom: 2px solid #ddd;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_about::after,
	.box_about > .wrap::before,
	.box_about > .wrap::after
	{
		width: calc(500 / 1800 * 100vw);
		height: calc(500 / 1800 * 100vw);
	}

	.copy_about01{
    	font-size: 2.9rem;
	}

	.figure_about{
		width: calc(966 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_about::after,
	.box_about > .wrap::before,
	.box_about > .wrap::after
	{
		width: calc(500 / 1600 * 100vw);
		height: calc(500 / 1600 * 100vw);
	}

	.copy_about01{
    	font-size: 2.6rem;
	}

	.figure_about{
		width: calc(966 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_about{
		padding: calc(200 / var(--break)) 0 calc(100 / var(--break));
		background: url(images/index/bg_about01_sp.jpg)no-repeat top / 100%,#ebe8e2;
	}
	.cover_about > .areaImg{
		width: calc(698 / var(--break));
		top: -13vw;
	}
	.box_about{
		padding: calc(440 / var(--break)) 4% 12vw;
		width: calc(692 / var(--break));
		margin-left: auto;
		margin-right:auto;
		border: #000 solid 1px;
	}
	.box_about::before{
		border: #000 solid 1px;
		right: calc(11.5 / var(--break));
		bottom: calc(11.5 / var(--break));
	}

	.box_about::after{content: none;}

	.box_about > .wrap::before,
	.box_about > .wrap::after
	{
		width: 100%;
		height: calc(500 / var(--break));
		background: url(images/index/deco_about01_sp.png)no-repeat center / contain;
		clip-path: none !important;
		bottom: 0;
		left: 0 !important;
		right: 0 !important;
	}
	.box_about > .wrap::before{
		background: url(images/index/deco_about02_sp.png)no-repeat center / contain;
		top: 0;
		bottom: auto;
	}
	.box_about > .wrap{
		width: 100%;
		margin: auto;
	}
	.box_about .areaText{
		width: 100%;
	}

	.x2.cover_about > .areaImg{
		left: 0;
		right: auto;
	}
	.copy_about01{
		text-align: center;
		line-height: 1.6;
		padding-bottom: var(--size30px);
		border-bottom-width: 1px ;
	}

	.copy_about02{
		line-height: 1.6;
		font-size: calc(43 / var(--break));
	}
	.copy_about02 .deco{
		padding: 0 var(--size70px);
	}
	.copy_about02 .deco::before,
	.copy_about02 .deco::after
	{
		height: 1px;
	}
	.figure_about{
		width: 100%;
	}

	.tbl_about{
		max-width: calc(660 / 750 * 100vw);
		font-size: 80%;
	}
	.tbl_default table{
		width: calc(1400 / var(--break));
		border-color: #ddd;
	}
	.tbl_about .t01{
		width: 18%;
		padding: var(--size35px) 0;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		color: #fff;
		background: #6d7d9c;
		border-right: 1px solid #ddd;
	}
	.tbl_about .t02{
		width: 40%;
		border-right: 1px solid #ddd;
		padding: var(--size35px) 0;
		text-align: center;
		background: #fff;
	}
	.tbl_about .t03{
		width: 40%;
		padding: var(--size35px) 0;
		text-align: center;
		background: #fbfced;
	}
	.tbl_about thead th{
		padding-top: var(--size170px) !important;
		color: #fff;
		font-size: calc(34 / var(--break));
		border-bottom: 1px solid #ddd !important;
	}
	.tbl_about thead .t02{
		background: url(images/index/img_about01.jpg)no-repeat center / cover;
	}
	.tbl_about thead .t03{
		background: url(images/index/img_about02.jpg)no-repeat center / cover;
	}

	.tbl_about tbody tr:not(:last-child) th,
	.tbl_about tbody tr:not(:last-child) td
	{border-bottom: 1px solid #ddd;}
}
/* top_about
------------------------------------------------------------------*/
.bg_about02{
	padding: var(--size95px) 0;
	background: url(images/index/bg_about02.png)no-repeat left / calc(600 / 1920 * 100vw),#163f86;
	position: relative;
	z-index: 1;
}
.bg_about02::before{
	content: "";
	width: 100%;
	height: calc(100% - var(--size20px));
	margin: auto;
	border: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.bg_about02::after{
	content: "";
	width: calc(336 / var(--break));
	height: calc(336 / var(--break));
	margin: auto;
	background: url(images/index/logo.png)no-repeat center / contain;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.bg_about02 > .arw::before,
.bg_about02 > .arw::after
{
	content: "";
	width: calc(320 / var(--break));
	height: calc(320 / var(--break));
	margin: auto;
	background: rgba(255, 255, 255, .06);
	clip-path: polygon(100% 100%, 0 0, 100% 0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.bg_about02 > .arw::after{
	clip-path: polygon(100% 100%, 0 100%, 100% 0);
	top: auto;
	bottom: 0;
}

@media(max-width: 767px) {
	.bg_about02{
		padding: var(--size90px) 0;
		background: url(images/index/bg_about02_sp.png)no-repeat left top / calc(375 / var(--break)),#163f86;
	}
	.bg_about02::before{
		border: 1px solid #fff;
	}
	.bg_about02 .copy_about20{line-height: 1.8;}
}
/* top_flow
------------------------------------------------------------------*/
.bg_flow{
	padding: var(--size75px) 0 var(--size100px);
	background: url(images/index/bg_faq01.jpg)no-repeat center top/ auto;
}
.box_flow{
	margin-bottom: var(--size65px);
	padding: calc(42 / 1920 * 100vw) calc(46 / 1920 * 100vw) calc(48 / 1920 * 100vw);
	border: solid 2px #9b8c6c;
	background-image: linear-gradient(to left, #fff, #f8f9db);
	box-shadow: 0 0 var(--size15px) var(--size5px) rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}
.box_flow::before{
	content: "";
	width: var(--size160px);
	height: var(--size160px);
	margin: auto;
	background: #9b8c6c;
	clip-path: polygon(100% 100%, 0 100%, 100% 0);
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: -1;
}
.box_flow::after{
	content: "";
	width: var(--size100px);
	height: var(--size25px);
	margin: auto;
	background-image: linear-gradient(to top, #dae24a, #fff);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: calc(-1 * var(--size50px));
	left: 0;
	right: 0;
	z-index: -1;
}

.box_flow:last-child{margin-bottom: 0;}
.box_flow:last-child::after{content: none;}
.box_flow .num_flow{
	line-height: .85;
	font-size: calc(201 / 1920 * 100vw);
	position: absolute;
	left: calc(-5 / 1920 * 100vw);
	bottom: calc(-35 / 1920 * 100vw);
	z-index: -1;
}
.box_flow .num_flow.x2{
	bottom: calc(-25 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.row_flow > .col_txt {
		width: 65%;
	}
	.row_flow > .col_img {
		width: 31%;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_flow{
		padding: calc(42 / 1800 * 100vw) calc(46 / 1800 * 100vw) calc(48 / 1800 * 100vw);
	}
	.box_flow .num_flow{
		font-size: calc(201 / 1800 * 100vw);
		bottom: calc(-35 / 1800 * 100vw);
	}
	.box_flow .num_flow.x2{
		bottom: calc(-25 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_flow{
		padding: calc(42 / 1600 * 100vw) calc(46 / 1600 * 100vw) calc(48 / 1600 * 100vw);
	}
	.box_flow .num_flow{
		font-size: calc(201 / 1500 * 100vw);
		bottom: calc(-35 / 1500 * 100vw);
	}
	.box_flow .num_flow.x2{
		bottom: calc(-25 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_flow{
		padding: var(--size75px) 0 var(--size100px);
		background: url(images/index/bg_faq01_sp.jpg)no-repeat center top/ auto;
	}
	.box_flow{
		margin-bottom: var(--size105px);
		padding: var(--size60px) 3.5vw 5vw;
		border-width: 1px;
	}
	.box_flow::before{
		width: var(--size80px);
		height: var(--size80px);
	}
	.box_flow::after{
		bottom: calc(-1 * var(--size50px));
	}

	.box_flow:last-child{margin-bottom: 0;}
	.box_flow:last-child::after{content: none;}
	.box_flow .col_img{margin-bottom: 6vw;}
	.box_flow .num_flow{
        letter-spacing: .1em;
		font-size: calc(201 / var(--break));
		left: -1vw;
        bottom: -5vw;
	}
	.box_flow .num_flow.x2{
		bottom: -4vw;
	}
	.box_flow .copy_flow{
		text-align: center;
		font-size: calc(42 / var(--break));
	}
}
/* top_case
------------------------------------------------------------------*/
.bg_case{
	padding: var(--size65px) 0 var(--size140px);
	position: relative;
	z-index: 1;
}
.bg_case::before,
.bg_case::after
{
	content: "";
	width: calc(700 / 1920 * 100vw);
	height: calc(700 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/deco_case01.png)no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bg_case::after{
	background: url(images/index/deco_case02.png)no-repeat center / contain;
	left: auto;
	right: 0;
}

.bg_case > .bg{
	width: 100%;
	height: calc(100% - 205 / var(--break));
	margin: auto;
	background: url(images/index/bg_case.png)repeat center top / 100%;
	position: absolute;
	inset: auto 0 0;
}
.row_case_link{
	max-width: 1480px;
}
.row_case_link > .btn{
	width: 24%;
	height: var(--size80px);
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 111.1%;
	background: #fff;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
}
.row_case_link > .btn::before{
	content: "";
	width: calc(24 / var(--break));
	height: calc(15 / var(--break));
	margin: auto;
	background: url(images/page/arw01.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
}
.row_case_link > .btn:hover{
	color: #fff;
	background: #9b8c6c;
	border-color: #9b8c6c;
}
.row_case_link > .btn:hover::before{
	background: url(images/page/arw01_white.svg)no-repeat center / contain;
}

.copy_case01{
	padding: var(--size15px);
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	font-size: 200%;
	color: #fff;
	background: #6d7d9c;
	position: relative;
	z-index: 1;
}
.copy_case01::before,
.copy_case01::after,
.copy_case01 .deco::before,
.copy_case01 .deco::after
{
	content: "";
	width: var(--size200px);
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.copy_case01::after{
	clip-path: polygon(100% 100%, 0% 100%, 0 0);
}
.copy_case01 .deco::before{
	left: auto;
	right: 0;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.copy_case01 .deco::after{
	left: auto;
	right: 0;
	clip-path: polygon(100% 100%, 0 0, 100% 0);
}
.x2 .copy_case01{
	background: #6d7d9c;
}

.copy_case02{
	width: 100%;
	height: var(--size50px);
	padding-top: var(--size5px);
	line-height: 1;
	letter-spacing: .1em;
	font-size: 133.3%;
	color: #fff;
	background: #6d7d9c;
	position: relative;
	z-index: 1;
}
.copy_case02::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(100% 100%, 0 100%, 100% 0);
	position: absolute;
	inset: 0;
}

.x2 .copy_case02{
	background: #6d7d9c;
}
@media(min-width: 768px) {
	.row_case_link > .btn{
		margin-right: 1.332%;
	}
	.row_case_link > .btn:nth-of-type(4n),
	.row_case_link > .btn:last-child
	{
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.bg_case{
		padding: var(--size65px) 0 var(--size100px);
	}
	.bg_case::before,
	.bg_case::after
	{
		width: calc(350 / var(--break));
		height: calc(350 / var(--break));
	}

	.bg_case > .bg{
		height: calc(100% - 360 / var(--break));
		background: url(images/index/bg_case_sp.png)repeat center top / 100%;
	}
	.row_case_link.flex{justify-content: space-between;}
	.row_case_link > .btn{
		width: 48%;
		height: var(--size100px);
		font-size: calc(24 / var(--break));
	}
	.row_case_link > .btn:nth-of-type(n + 3){
		margin-top: var(--size30px);
	}
	.row_case_link > .btn::before{
		width: calc(37 / var(--break));
		height: calc(24 / var(--break));
		right: 5%;
	}


	.copy_case01{
		padding: var(--size15px);
		letter-spacing: 0;
		line-height: 1.6;
		font-size: calc(38 / var(--break));
	}

	.copy_case02{
		padding-top: var(--size5px);
		letter-spacing: .1em;
		font-size: calc(24 / var(--break));
	}
}
/* top_greeting
------------------------------------------------------------------*/
.bg_greeting{
	padding: var(--size90px) 0 var(--size60px);
	background: url(images/index/bg_greeting01.png)no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
.bg_greeting02{
	padding: var(--size90px) 0 var(--size60px);
	background: url(images/index/bg_greeting02.png)no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
.bg_greeting::before,
.bg_greeting::after
{
	content: "";
	width: calc(400 / 1920 * 100vw);
	height: calc(400 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	opacity: .2;
	background: url(images/page/pattern01.png)repeat;
	z-index: -1;
}
.bg_greeting02::before,
.bg_greeting02::after
{
	content: "";
	width: calc(400 / 1920 * 100vw);
	height: calc(400 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	opacity: .2;
	background: url(images/page/pattern01.png)repeat;
	z-index: -1;
}
.bg_greeting::before{
	top: 0;
	bottom: 0;
	left: 0;
}
.bg_greeting02::before{
	top: 0;
	bottom: 0;
	left: 0;
}
.bg_greeting::after{
	width: calc(610 / 1920 * 100vw);
	height: calc(610 / 1920 * 100vw);
	opacity: .6;
	top: 0;
	right: 0;
}
.bg_greeting02::after{
	width: calc(610 / 1920 * 100vw);
	height: calc(610 / 1920 * 100vw);
	opacity: .6;
	top: 0;
	right: 0;
}
.row_greeting > .col_img{
	position: relative;
	z-index: 1;
}
.row_greeting .name_greeting{
	width: calc(47 /1920 * 100vw);
	height: calc(623 / 1920 * 100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}

.row_greeting02 > .col{
	max-width: 590px;
	width: 48%;
}

.copy_greeting01{
	padding-bottom: var(--size15px);
	text-align: center;
	border-bottom: #9b8c6c 2px solid;
}
.copy_greeting01 .name_en{padding-left: 1em;}
.copy_greeting02{
	padding: var(--size10px);
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #6d7d9c;
	position: relative;
	z-index: 1;
}
.copy_greeting02::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255,.1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -1;
}
@media(min-width: 768px)  {
	.row_greeting > .col_img{
		max-width: 610px;
		width: 41%;
	}
	.row_greeting > .col_txt{
		max-width: 780px;
		width: 55%;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_greeting .name_greeting{
		width: calc(47 / 1800 * 100vw);
		height: calc(623 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.inner_greeting{
		width: 92%;
	}
	.row_greeting .name_greeting{
		width: calc(47 / 1600 * 100vw);
		height: calc(623 / 1600 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_greeting{
		padding: var(--size60px) 0 var(--size90px);
		background: url(images/index/bg_greeting01.png)no-repeat center top / cover;
	}
	.bg_greeting02{
		padding: var(--size60px) 0 var(--size90px);
		background: url(images/index/bg_greeting02.png)no-repeat center top / cover;
	}
	.bg_greeting::before,
	.bg_greeting::after
	{
		width: calc(400 /var(--break));
		height: calc(400 /var(--break));
		background: url(images/page/pattern01.png)repeat center / calc(3 / var(--break));
		background: url(images/page/pattern01.png)repeat;
	}
	.bg_greeting02::before,
	.bg_greeting02::after
	{
		width: calc(400 /var(--break));
		height: calc(400 /var(--break));
		background: url(images/page/pattern01.png)repeat center / calc(3 / var(--break));
		background: url(images/page/pattern01.png)repeat;
	}
	.bg_greeting::before{
		top: 0;
		bottom: 0;
		left: 0;
	}
	.bg_greeting02::before{
		top: 0;
		bottom: 0;
		left: 0;
	}
	.bg_greeting::after{
		width: calc(610 / var(--break));
		height: calc(610 / var(--break));
	}
	.bg_greeting02::after{
		width: calc(610 / var(--break));
		height: calc(610 / var(--break));
	}
	.row_greeting .name_greeting{
		width: calc(47 /var(--break));
		height: calc(623 var(--break));
	}

	.row_greeting > .col_img{
		width: calc(610 / 750 * 100vw) !important;
		margin: 0 auto 4vw !important;
	}
	.row_greeting > .col_txt{
		width: calc(648 / 750 * 100vw) !important;
		margin: 0 auto;
	}


	.row_greeting02 > .col{
		width: calc(646/ var(--break));
		margin: 0 auto var(--size70px);
	}
	.row_greeting02 > .col:last-child{margin-bottom: 0;}
	.row_greeting02 li{font-size: var(--size30px);}
	.row_greeting02 li:not(:first-child) {
        margin-top: 2.5vw;
    }
	.copy_greeting01{
		padding-bottom: var(--size15px);
	}
	.copy_greeting01 .name_jp{font-size: calc(50/ var(--break));}
	.copy_greeting01 .name_en{padding-left: 1em; font-size: calc(31/ var(--break));}
	.copy_greeting02{
		padding: 2vw;
	}
}
/* top_fee
------------------------------------------------------------------*/
.bg_fee{
	padding: var(--size65px) 0 var(--size100px);
	background: url(images/index/bg_fee01.png)no-repeat center top / auto;
	position: relative;
	z-index: 1;
}
.bg_fee::before{
	content: "";
	width: calc(600 / 1920 * 100vw);
	height: calc(600 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	background: url(images/index/deco_fee01.png)no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: -1px;
	z-index: -1;
}
.box_fee{
	border: solid 2px #9b8c6c;
	background-image: linear-gradient(to left, #fff, #f8f9db);
	box-shadow: 0 0 var(--size15px) var(--size5px) rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}
.box_fee::before{
	content: "";
	width: var(--size100px);
	height: var(--size100px);
	margin: auto;
	background: #9b8c6c;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: -.5px;
	right: -1px;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_fee::before{
		width: calc(589 / 1800 * 100vw);
		height: calc(570 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_fee::before{
		width: calc(589 / 1500 * 100vw);
		height: calc(570 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_fee{
		padding: var(--size100px) 0 ;
		background: url(images/index/bg_fee01_sp.png)no-repeat center top / 100%;
	}
	.bg_fee::before{
		content: none;
	}
	.bg_fee .js-scrollable table{
		width: calc(1100 / 750 * 100vw);
		font-size: 90%;
	}
	.bg_fee .js-scrollable th{
		width: 33%;
	}
	.box_fee{
		padding: 6vw 3%;
		border-width: 1px;
	}
	.box_fee::before{
		width: var(--size80px);
		height: var(--size80px);
	}
}
/* top_payment
------------------------------------------------------------------*/
.bg_payment{
	padding: var(--size90px) 0 var(--size105px);
	background: url(images/index/bg_payment01.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_payment::before,
.bg_payment::after
{
	content: "";
	max-width: 1500px;
	width: 90%;
	height: calc(300 / var(--break));
	margin: auto;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	bottom: 0;
}
.bg_payment::before{
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	left: 0;
}
.bg_payment::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: 0;
}
.row_payment{
	max-width: 925px;
}
.row_payment > .col{
	width: 32%;
	padding: var(--size30px) 0 var(--size35px);
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_payment > .col::before,
.row_payment > .col::after
{
	content: "";
	width: 100%;
	height: calc(100% - var(--size10px));
	margin: auto;
	background: rgba(221, 221, 221, .3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.row_payment > .col::before{
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.row_payment > .col::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.row_payment .wrap::before,
.row_payment .wrap::after
{
	content: "";
	width: var(--size30px);
	height: var(--size30px);
	margin: auto;
	border: 2px solid #000;
	position: absolute;

}
.row_payment .wrap::before{
	border-bottom: 0;
	border-right: 0;
	top: var(--size10px);
	left: var(--size10px);
}
.row_payment .wrap::after{
	border-left: 0;
	border-top: 0;
	bottom: var(--size10px);
	right: var(--size10px);
}
.row_payment .icon{
	max-width: 176px;
	width: calc(176 / var(--break));
	margin: 0 auto var(--size20px);
}
.row_payment .copy{
	line-height: 1.6;
	text-align: center;
	font-size: 122.2%;
}
@media(max-width: 767px) {
	.bg_payment{
		padding: 7vw 0 var(--size100px);
		background: url(images/index/bg_payment01_sp.jpg)no-repeat center / cover;
	}
	.bg_payment::before,
	.bg_payment::after
	{
		width: calc(586 / var(--break));
		height: calc(118 / var(--break));
	}
	.row_payment > .col{
		width: calc(325 / 750 * 100vw);
		padding: var(--size30px) 0 var(--size45px);
	}
	.row_payment > .col:last-child{
		margin: var(--size50px) auto 0;
	}
	.row_payment .wrap::before,
	.row_payment .wrap::after
	{
		width: var(--size30px);
		height: var(--size30px);
		border-width: 1px;
	}
	.row_payment .icon{
		width: calc(194 / var(--break));
		margin: 0 auto var(--size20px);
	}
	.row_payment .copy{
        letter-spacing: .1em;
		line-height: 1.6;
		font-size: calc(29 / var(--break));
	}
}
/* top_faq
------------------------------------------------------------------*/
.bg_faq{
	padding: var(--size60px) 0 var(--size100px);
	background: url(images/index/bg_faq01.jpg)no-repeat center top / auto;
}
@media(max-width: 767px) {
	.bg_faq{
		padding: var(--size60px) 0 var(--size100px);
		background: url(images/index/bg_faq01_sp.jpg)no-repeat center top / auto;
	}
}

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
	border-color: #9b8c6c;
	box-shadow: 0 0 var(--size15px) var(--size5px) rgba(0, 0, 0, 0.1);
	margin-bottom: var(--size60px);
}
.box_qa03:last-child {
	margin-bottom: 0;
}
.box_qa03 .box_q {
	background: #fff;
}
.box_qa03 .box_q .box {
	padding-top: var(--size5px);
	padding-bottom: 0 !important;
	font-family: "garamond-premier-pro-display", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 166.6%;
	color: #fff;
	background: #9b8c6c;
	position: relative;
	z-index: 1;
}
.box_qa03 .box_q .box::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #7c7056;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.box_qa03 .box_q .box span {
	padding-bottom: 0 !important;
}

.box_qa03 .box_q .txt {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;;
	font-size: 111.1%;
	color: #fff;
	background: #9b8c6c;
}

.box_qa03 .box_a {
	border: 0;
	padding-top: var(--size30px);
	background: #fff;
	position: relative;
	z-index: 1;
}

.box_qa03 .box_a .wrap {
	max-width: 1140px;
	margin: auto;
}

.box_qa03 .box_q .txt .icn:before {
	background: #fff;
}

.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}

@media (min-width: 1600px) {
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(60 / 1920 * 100vw));
		padding: calc(11 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(12 / 1920 * 100vw) calc(30 / 1920 * 100vw);
	}
}

@media (max-width: 767px) {
	.box_qa03 {
		margin-bottom: calc(60/ 750 * 100vw);
		 box-shadow: 0 0 var(--size15px) var(--size5px) rgba(153, 153, 153, 0.4);
	}

	.box_qa03 .box_q {
		margin-bottom: 0;
	}

	.box_qa03 .box_q .box {
		height: auto;
		font-size: var(--size50px);
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		border-radius: 0;
	}

	.box_qa03 .box_q .txt {
		padding-bottom: 2vw;
		font-size: calc(36 / 750 * 100vw);
		border-radius: 0;
	}

	.box_qa03 .box_a {
		padding: 1.5vw 4vw 6vw;
		border-radius: 0;
	}

	.box_qa03 .box_a .box {
		width: var(--size80px);
		height: var(--size80px);
		font-size: var(--size40px);
		border-radius: var(--size10px) 0 0 0;
	}

	.box_qa03 .box_a .wrap {
		width: 100%;
		margin-right: 0;
	}
}


/* top_risk
------------------------------------------------------------------*/
.bg_risk{
	padding: var(--size60px) 0 var(--size100px);
	background: #f9f8f6;
}
@media(max-width: 767px) {

}
/* top_clinic
------------------------------------------------------------------*/
.top_clinic .bg_clinic{
	padding: var(--size60px) 0 var(--size130px);
	position: relative;
	z-index: 1;
}
.slider_clinic .slid {
	width: calc(500 / 1920 * 100vw);
}
.row_clinic > .col_l{
	max-width: 555px;
	width: 43.5%;
}
.row_clinic > .col_r{
	max-width: 700px;
	width: 52.5%;
}
.row_clinic .tbl_time {margin-left: auto;}
@media(min-width: 768px) and (max-width:1599px) {
	.slider_clinic .slid {
		width: calc(500 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slider_clinic .slid {
		width: calc(500 / 1500 * 100vw);
	}
}
@media(max-width: 767px) {
	.top_clinic .bg_clinic{
		padding: var(--size60px) 0 var(--size100px);
	}
	.slider_clinic .slid {
		width: calc(500 / 750 * 100vw);
	}
	.row_clinic > .col_l{
		width: 100%;
		margin-bottom: 7vw;
	}
	.row_clinic > .col_r{
		width: 100%;
	}
	.row_clinic .tbl_time {margin-left: auto;}
}

/* tbl_time
------------------------------------------------------------------*/
.tbl_time03 thead th {
    line-height: 1.5;
    border-top-color: #9b8c6c;
    border-bottom-color: #9b8c6c;
}
.tbl_time03 span{
	color: #9b8c6c;
}
.tbl_time03 tbody tr:last-child th,
.tbl_time03 tbody tr:last-child td
{
	border-bottom-color: #9b8c6c;
}
@media(max-width: 767px) {
	.tbl_time03 tbody th, .tbl_time03 tbody td {
        padding: calc(35 / 750* 100vw) 0 calc(7 / 750* 100vw);
    }
	.tbl_time03 tbody tr:last-child th, .tbl_time03 tbody tr:last-child td {
        padding: 0 0 calc(29 / 750* 100vw);
    }
}

/* access
------------------------------------------------------------------*/
.copy_access{
	line-height: 1;
	letter-spacing: .1em;
	font-size: 450%;
	text-align: center;
	color: #9b8c6c;
	position: relative;
	z-index: 1;
}
.copy_access::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	border-top: double 8px #9b8c6c;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.copy_access .bg{
	display: inline-block;
	padding: 0 .5em;
	background: #fff;
	position: relative;
	z-index: 1;
}

.row_access > .col{
	width: 29.4%;
	background: #fbfced;
	border: 1px solid #6d7d9c;
}

.row_access .col_icon{
	width: var(--size120px);
	padding: calc(27 / var(--break)) 0;
	letter-spacing: .1em;
	color: #fff;
	background: #6d7d9c;
	text-align: center;
	position: relative;
	z-index: 1;
}
.row_access .col_icon::before,
.row_access .col_icon::after
{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_access .col_icon::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.row_access .col_icon .icon{
	width: var(--size70px);
	margin: auto;
}
.row_access .col_text{
	width: calc(99.999% - var(--size120px));
	padding: var(--size20px) var(--size25px);
}
@media(min-width: 768px) {
	.row_access > .col{
		margin-right: 5.89%;
	}
	.row_access > .col:nth-of-type(3),
	.row_access > .col:last-child
	{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_access > .col{
		width: 30.33%;
		margin-right: 4.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_access > .col{
		width: 32.33%;
		margin-right: 1.5%;
		font-size: 95%;
	}
}
@media(max-width: 767px) {
	.copy_access{
		letter-spacing: .1em;
		font-size: calc(90 / 750 * 100vw);
	}
	.copy_access::before{
		border-top-width: 4px;
	}
	.copy_access .bg{
		padding: 0 .5em;
	}

	.row_access > .col{
		width: 100%;
		margin: 0 auto var(--size60px);
	}
	.row_access > .col:last-child{margin-bottom: 0;}

	.row_access .col_icon{
		width: var(--size180px);
		padding: 8.5vw 0 9vw;
	}

	.row_access .col_icon .copy{
		letter-spacing: .1em;
		line-height: 1.5;
		font-size: calc(31 / 750 * 100vw);
	}

	.row_access .col_icon .icon{
		width: var(--size105px);
	}
	.row_access .col_text{
		width: calc(99.999% - var(--size180px));
		padding: 5vw 5vw;;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	padding: var(--size90px) 0;
}

.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.main_foot {
		padding: 25vw 0 var(--size60px);
	}

	.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 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(300 / 750 * 100vw);
	}
	.fix_web {
		width: calc(300 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	width: 100%;
	height: calc(var(--size100px) * 5);
	position: relative;
	overflow: hidden;
}
.map iframe {
	width: 100%;
	margin-top: calc(-1 * var(--size150px));
	height: calc(100% + var(--size150px));
	position: absolute;
	top: 0;
	left: 0;
}
.btn_map {
	width: calc(var(--size150px) * 2);
}
.btn_map a {
	max-height: 60px;
	height: var(--size60px);
	font-size: var(--size20px);
	line-height: 1;
	letter-spacing: .1em;
	padding-bottom: .05%;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.btn_map a::before {
	content: "";
	max-width: 16px;
	max-height: 21px;
	width: calc(16 / 1300 * 100vw);
	height: calc(21 / 1300 * 100vw);
	margin: auto;
	background: url(images/page/icn_map.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--size25px);
}
.btn_map a::after {
	content: "";
	max-width: 15px;
	max-height: 24px;
	width: calc(15 / 1300 * 100vw);
	height: calc(24 / 1300 * 100vw);
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	z-index: -1;
}
@media(min-width: 768px) {
	.btn_map {
		position: absolute;
		left: min(calc(30 / 1300 * 100vw), 30px);
		top: min(calc(30 / 1300 * 100vw), 30px);
		z-index: 1;
	}

	.btn_map a:hover:after {
		right: min(calc(17.5 / 1600 * 100vw), 17.5px);
		transition: .5s all;
	}
}

@media(max-width: 767px) {
	.wrap_map {
		width: 100%;
	}

	.map {
		padding-top: calc(600 / 750 * 100vw);
	}

	/* .map::before,
	.map::after {
		content: "";
		width: 100%;
		height: 1px;
		margin: auto;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}

	.map::after {
		width: 1px;
		height: 100%;
	} */

	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}

	.btn_map {
		max-width: inherit;
		width: calc(600 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
		position: relative;
		left: auto;
		top: auto;
	}

	.btn_map a {
		width: 100%;
		height: calc(100 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}

	.btn_map a::before {
		width: calc(30 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		left: 5vw;
	}

	.btn_map a::after {
		width: calc(15 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		right: 5vw;
	}
}

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

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

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

}
.grecaptcha-badge { visibility: hidden; }