@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: #070d3d;
	font-size: calc(16 / 1920*100vw);
	--color01: #070d3d;
	--color02: #189c47;
	--color03: #25c0bf;
	--color04: #2e2d9f;
	--color05: #9c9c9c;
	--color06: #cbf9db;
	--color07: #cff6f6;
	--color08: #d0d0d0;
	--color09: #d21358;
	--color10: #da5588;
	--color11: #dddddd;
	--color12: #ee771f;
	--color13: #f0f0f0;
	--color14: #f0f5f6;
	--color15: #f6f5f0;
	--color16: #fce94c;
	--color17: #fedbe9;
	--color18: #ffe5cd;
	--color19: #fff77e;
	--color20: #fffcc5;
	--color21: #b7a5c7;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #070d3d;
	text-decoration: underline;
}
.viga_r {
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.megamaru_r {
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.platelet_r {
	font-family: "platelet", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tsukuaoldmin_l {
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #070d3d;
	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; }
.bg_ptn01 {
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: calc(17 / 1920 * 100vw);
}
.bg_ptn02 {
	background-image: url(./images/page/bg_ptn02.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: calc(17 / 1920 * 100vw);
}
.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_col21{color: var(--color21) !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;}
.txt_col_fl21::first-letter{color: var(--color21) !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;}
.bg_col21{background-color: var(--color21) !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;}
.bdr_col21{border-color: var(--color21) !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);
	}
	.bg_ptn01 {
		background-size: calc(17 / 1599 * 100vw);
	}
	.bg_ptn02 {
		background-size: calc(17 / 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);
	}
	.bg_ptn01 {
		background-size: calc(17 / 1299 * 100vw);
	}
	.bg_ptn02 {
		background-size: calc(17 / 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;
	}
	.bg_ptn01 {
		background-size: calc(17 / 750 * 100vw);
	}
	.bg_ptn02 {
		background-size: calc(17 / 750 * 100vw);
	}
	.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 {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
header h1 {
	max-width: 376px;
	width: calc(376 / 1920 * 100vw);
	margin-top: calc(40 / 1920 * 100vw);
	margin-left: 2.6%;
}
header h1 a {
	display: block;
	width: 100%;
}
header h1 a img {
	display: block;
	width: 100%;
}
.row_head {
	max-width: 1080px;
	width: calc(1080 / 1920 * 100vw);
	margin-top: calc(10 / 1920 * 100vw);
	margin-right: calc(30 / 1920 * 100vw);
}
.row_head .btn_tel01 {
	width: 49%;
	margin-top: calc(20 / 1920 * 100vw);
}
.row_head .btn_tel01:not(:nth-child(3)):not(:nth-child(5)){
	margin-right: calc(20 / 1920 * 100vw);
}
.btn_logo_precious.btn_tel01 a .logo img{
	width: 62%;
}
.fix_nav_r > .list{
	position: fixed;
	background: #f0f5f6;
	border-bottom: 1px solid #070d3d;
}
.fix_nav_r > .list > li{
	width: calc(460 / 1920 * 100vw);
    border-bottom: 1px solid #070d3d;
    margin: calc(10 / 1920 * 100vw) 0;
}
.fix_nav_r > .list > li:last-child{
	border-bottom: none;
}
.fix_nav_r > .list > li a{
	margin-bottom: calc(10 / 1920 * 100vw);
    border-left: 1px solid #070d3d;
	border-right: 1px solid #070d3d;
    line-height: 1;
}
.fix_nav_r .logo{
	width: calc(216 / 1920 * 100vw);
}
.fix_nav_r .logo img{
	 width: 78%;
}
.acc_nav{
	background: #070d3d;
	width: calc(460 / 1920 * 100vw);
	margin-right: calc(50 / 1920 * 100vw);
}
.js_acc_toggle02:after{
	content: '';
	display: block;
    position: absolute;
    top: 0;
    right: calc(36 / 1920 * 100vw);
    width: calc(8 / 1920 * 100vw);
    height: 100%;
    background: url(./images/page/arw_gnav01.svg) no-repeat center / contain;
	transform: rotate(-90deg);
	transition: .3s;
}
.js_acc_toggle02.is_open:after{
	transform: rotate(90deg);
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(376 / 1599 * 100vw);
		margin-top: calc(40 / 1599 * 100vw);
	}
	.row_head {
		width: calc(1080 / 1599 * 100vw);
		margin-top: calc(10 / 1599 * 100vw);
		margin-right: calc(20 / 1599 * 100vw);
	}
	.row_head .btn_tel01 {
		width: 25%;
		margin-top: calc(20 / 1599 * 100vw);
	}
	.row_head .btn_tel01:not(:nth-child(3)):not(:nth-child(5)){
		margin-right: calc(10 / 1599 * 100vw);
	}
	.acc_nav{
		width: calc(460 / 1599 * 100vw);
		margin-right: 2%;
	}
	.js_acc_toggle02:after{
		right: calc(36 / 1599 * 100vw);
		width: calc(8 / 1599 * 100vw);
	}
	.fix_nav_r > .list > li{
		width: calc(460 / 1599 * 100vw);
		margin: calc(10 / 1599 * 100vw) 0;
	}
	.fix_nav_r > .list > li a{
		margin-bottom: calc(10 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(376 / 1299 * 100vw);
		margin-top: calc(40 / 1299 * 100vw);
	}
	.row_head {
		width: calc(740 / 1299 * 100vw);
		margin-top: calc(10 / 1299 * 100vw);
		margin-right: calc(20 / 1299 * 100vw);
	}
	.btn_tel01{
		height: calc(120 / 1299 * 100vw);
	}
	.row_head .btn_tel01 {
		width: 37%;
		margin-top: calc(10 / 1299 * 100vw);
	}
	.row_head .btn_tel01:not(:nth-child(3)):not(:nth-child(5)) {
		margin-right: 0;
	}
	.row_head .btn_tel01:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) {
		margin-right: calc(10 / 1299 * 100vw);
	}
	.acc_nav{
		width: calc(390 / 1299 * 100vw);
	}
	.js_acc_toggle02:after{
		right: calc(15 / 1299 * 100vw);
		width: calc(8 / 1299 * 100vw);
	}
	.fix_nav_r > .list > li{
		width: calc(390 / 1299 * 100vw);
		margin: calc(10 / 1299 * 100vw) 0;
	}
	.fix_nav_r > .list > li a{
		margin-bottom: calc(10 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	header h1 {
		max-width: 100%;
		width: calc(376 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
		margin-left: 3.2vw;
	}

}


/* メインイメージ 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: 800px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg) no-repeat center bottom / cover;
}
.main01 .shape01 {
	top: 0;
	left: 0;
	max-width: 501px;
	width: calc(501 / 1920 * 100vw);
}
.main01 .shape02 {
	top: 0;
	right: 0;
	max-width: 347px;
	width: calc(347 / 1920 * 100vw);
}
.main01 .img01 {
	top: 0;
	left: 50%;
	transform: translateX(-72%);
	max-width: 268px;
	width: 14%;
}
.main01 .img02 {
	top: 50%;
	left: 0;
	transform: translateY(-44%);
	max-width: 551px;
	width: 28.7%;
}
.main01 .img03 {
	bottom: calc(41 / 1920 * 100vw);
	right: 0;
	max-width: 582px;
	width: 30.3125%;
}
.catch_main {
	top: 50%;
	left: 50%;
	transform: translate(-58.8%,-54.4%);
	width: calc(760 / 1920 * 100vw);
	margin: auto;
}
.deco_main01 {
	top: calc(84 / 1920 * 100vw);
	left: 33.6%;
	max-width: 141px;
	width: 7.34375%;
	transform-origin: center bottom;
	animation: yurayura 2s linear infinite;
	animation-delay: 0s;
}
.deco_main02 {
	bottom: calc(179 / 1920 * 100vw);
	left: 19%;
	max-width: 246px;
	width: 12.8125%;
	transform-origin: center bottom;
	animation: yurayura 2s linear infinite;
	animation-delay: -1s;
}
.deco_main03 {
	top: 50%;
	right: 24.323%;
	transform: translateY(-26%);
	max-width: 127px;
	width: 6.6146%;
	transform-origin: center bottom;
	animation: yurayura 2s linear infinite;
	animation-delay: -.5s;
}
@keyframes yurayura {
	0% , 100%{
		transform: rotate(10deg);
	}
	50%{
		transform: rotate(-10deg);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.main01 .shape01 {
		width: calc(501 / 1599 * 100vw);
	}
	.main01 .shape02 {
		width: calc(347 / 1599 * 100vw);
	}
	.main01 .img03 {
		bottom: calc(41 / 1599 * 100vw);
	}
	.catch_main {
		transform: translate(-58.8%,-42%);
		width: calc(760 / 1599 * 100vw);
	}
	.deco_main01 {
		top: calc(84 / 1599 * 100vw);
	}
	.deco_main02 {
		bottom: calc(179 / 1599 * 100vw);
	}
	.deco_main03 {
		right: 22%;
	}
	.main01 .img01{
        left: 44%;
        width: 12%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main01 .shape01 {
		width: calc(501 / 1299 * 100vw);
	}
	.main01 .shape02 {
		width: calc(347 / 1299 * 100vw);
	}
	.main01 .img03 {
		bottom: calc(41 / 1299 * 100vw);
	}
	.main01 .img01 {
		left: 50%;
		width: 14%;
	}
	.catch_main {
		transform: translate(-58.8%,-38%);
		width: calc(760 / 1299 * 100vw);
	}
	.deco_main01 {
		top: calc(84 / 1299 * 100vw);
	}
	.deco_main02 {
		bottom: calc(179 / 1299 * 100vw);
		left: 14%;
	}
	.deco_main03 {
		right: 16%;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
	.catch_main {
		top: 50%;
		left: 50%;
		transform: translate(-47.8%,-52.2%);
		width: calc(678 / 750 * 100vw);
	}
	.deco_main01 {
		top: calc(244 / 750 * 100vw);
		left: calc(315 / 750 * 100vw);
		max-width: 100%;
		width: calc(86 / 750 * 100vw);
	}
	.deco_main02 {
		bottom: calc(122 / 750 * 100vw);
		left: calc(135 / 750 * 100vw);
		max-width: 100%;
		width: calc(150 / 750 * 100vw);
	}
	.deco_main03 {
		top: auto;
		bottom: calc(308 / 750 * 100vw);
		right: calc(19 / 750 * 100vw);
		transform: translateY(0);
		max-width: 100%;
		width: calc(77 / 750 * 100vw);
	}

}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.home .wrap_gnav {
	margin-top: calc(-100 / 1920 * 100vw);
	margin-bottom: calc(20 / 1920 * 100vw);
}
.gnav {
	transition: .3s;
	width: 100%;
}
.wrap_gnav .gnav > ul {
	max-width: calc(1500 / 1920 * 100vw);
}
.wrap_gnav .gnav > ul > li {
	position: relative;
}
.wrap_gnav .gnav > ul > li:first-child {
	width: calc(70 / 1920 * 100vw);
}
.wrap_gnav .gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(80 / 1920 * 100vw);
	position: relative;
	border-radius: 100px;
	padding: 0 2.6em;
	background-color: var(--color01);
	color: #fff;
	text-align: center;
}
.wrap_gnav .gnav > ul > li:first-child > a {
	width: 100%;
	padding: 0;
	background-image: url(./images/page/icn_home01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(30 / 1920 * 100vw) auto;
}
.wrap_gnav .gnav > ul > li:not(:first-child) > a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(16 / 1920 * 100vw);
	width: calc(10 / 1920 * 100vw);
	height: 100%;
	background: url(./images/page/arw_gnav01.svg) no-repeat center / contain;
	content: '';
}
.wrap_gnav .gnav > ul > li > a .ja {
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.28125rem;
	letter-spacing: 0;
	line-height: 1.27;
}
.wrap_gnav .gnav > ul > li:first-child > a .ja {
	display: none;
}
.wrap_gnav .gnav > ul > li > a:hover,
.wrap_gnav .gnav > ul > li > a.active,
.wrap_gnav .gnav > ul > li > a.open {
	background-color: var(--color09);
	opacity: 1;
	transition: .3s;
}
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.fix_nav .gnav {
	max-width: 1000px;
	width: 52.08%;
	padding-left: 2%;
	padding-right: 2%;
}
.fix_nav .gnav > ul > li {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	text-align: center;
}
.fix_nav .gnav > ul > li:first-child > a {
	width: calc(24 / 1920 * 100vw);
	height: 100%;
	padding: 0;
	background-image: url(./images/page/icn_gnav01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fix_nav .gnav > ul > li > a:hover,
.fix_nav .gnav > ul > li > a.active,
.fix_nav .gnav > ul > li > a.open {
	color: var(--color09);
}
.fix_nav .gnav > ul > li:first-child > a:hover,
.fix_nav .gnav > ul > li:first-child > a.active,
.fix_nav .gnav > ul > li:first-child > a.open {
	background-image: url(./images/page/icn_gnav01_on.svg);
	transition: .3s;
}
.fix_nav .gnav > ul > li > a:after {
	position: absolute;
	bottom: -.75em;
	left: 0;
	right: 0;
	width: calc(8 / 1920*100vw);
	height: calc(8 / 1920*100vw);
	margin: auto;
	border-radius: 10px;
	background: var(--color09);
	content: "";
	opacity: 0;
	transition: .3s;
}
.fix_nav .gnav > ul > li > a:hover:after,
.fix_nav .gnav > ul > li > a.active:after,
.fix_nav .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.fix_nav .gnav > ul > li > a .ja {
	display: inline-block;
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1.4;
}
.fix_nav .gnav > ul > li:first-child > a .ja {
	display: none;
}
.fix_nav.is_fixed .gnav > ul > li > a .ja > .sp_only{
	display: none;
}
.fix_nav .gnav > ul > li > a .ja br {
	display: none;
}
.fix_nav .row_btn {
	max-width: 920px;
	width: 47.92%;
}
.fix_nav .row_btn ul {
	width: 50%;
}
.fix_nav .row_btn ul li {
	position: relative;
}
.fix_nav .row_btn ul li:not(:first-child) {
	border-top: 1px solid var(--color01);
}
.fix_nav .row_btn ul li:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	max-height: 40px;
	height: 67%;
	margin: auto;
	background: var(--color01);
	content: '';
}
.fix_nav .row_btn .tel_gnav a {
	height: calc(60 / 1920 * 100vw);
}
.fix_nav .row_btn .tel_gnav a .logo {
	max-width: 240px;
	width: 52.2%;
	height: calc(42 / 1920 * 100vw);
	text-align: center;
}
.fix_nav .row_btn .tel_gnav a .logo img {
	max-width: none;
	width: auto;
	height: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.home .wrap_gnav {
		margin-top: calc(-100 / 1599 * 100vw);
		margin-bottom: calc(20 / 1599 * 100vw);
	}
	.wrap_gnav .gnav > ul {
		max-width: calc(1500 / 1599 * 100vw);
	}
	.wrap_gnav .gnav > ul > li:first-child {
		width: calc(70 / 1599 * 100vw);
	}
	.wrap_gnav .gnav > ul > li > a {
		height: calc(80 / 1599 * 100vw);
	}
	.wrap_gnav .gnav > ul > li:first-child > a {
		background-size: calc(30 / 1599 * 100vw) auto;
	}
	.wrap_gnav .gnav > ul > li:not(:first-child) > a:before {
		right: calc(16 / 1599 * 100vw);
		width: calc(10 / 1599 * 100vw);
	}
	.fix_nav .gnav > ul > li:first-child > a {
		width: calc(24 / 1599 * 100vw);
	}
	.fix_nav .gnav > ul > li > a:after {
		width: calc(8 / 1599*100vw);
		height: calc(8 / 1599*100vw);
	}
	.fix_nav .gnav > ul > li > a .ja br {
		display: block;
	}
	.fix_nav .row_btn .tel_gnav a {
		height: calc(60 / 1599 * 100vw);
	}
	.fix_nav .row_btn .tel_gnav a .logo {
		height: calc(42 / 1599 * 100vw);
	}
	.fix_nav .row_btn .tel_gnav a .logo img {
		width: 90%;
		height: auto;
	}
	.fix_nav .row_btn .tel_gnav a .tel {
		font-size: 1.25rem;
	}
	.fix_nav .row_btn .tel_gnav a .tel span {
		font-size: .75rem;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.home .wrap_gnav {
		margin-top: calc(-100 / 1299 * 100vw);
		margin-bottom: calc(20 / 1299 * 100vw);
	}
	.wrap_gnav .gnav > ul {
		max-width: calc(1500 / 1299 * 100vw);
	}
	.wrap_gnav .gnav > ul > li:first-child {
		width: calc(70 / 1299 * 100vw);
	}
	.wrap_gnav .gnav > ul > li > a {
		height: calc(80 / 1299 * 100vw);
		padding: 0 1.8em;
	}
	.wrap_gnav .gnav > ul > li:first-child > a {
		background-size: calc(30 / 1299 * 100vw) auto;
	}
	.wrap_gnav .gnav > ul > li:not(:first-child) > a:before {
		right: calc(12 / 1299 * 100vw);
		width: calc(10 / 1299 * 100vw);
	}
	.fix_nav .gnav > ul > li:first-child > a {
		width: calc(20 / 1299 * 100vw);
	}
	.fix_nav .gnav > ul > li > a:after {
		width: calc(8 / 1299*100vw);
		height: calc(8 / 1299*100vw);
	}
	.fix_nav .gnav > ul > li > a .ja {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.fix_nav .row_btn .tel_gnav a {
		height: calc(60 / 1299 * 100vw);
	}
	.fix_nav .row_btn .tel_gnav a .logo {
		height: calc(42 / 1299 * 100vw);
	}
	.fix_nav .row_btn .tel_gnav a .tel {
		font-size: 1rem;
	}
	.fix_nav .row_btn .tel_gnav a .tel span {
		font-size: .625rem;
	}

}
@media only screen and (max-width: 767px) {
	.wrap_gnav, .gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 2.67vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		border-radius: 100%;
		background: var(--color01);
		z-index: 10000;
		outline: none;
		transition: .3s;
	}
	.open .btn_gnav_sp {
		background: #fff;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		bottom: 3.2vw;
		right: 0;
		left: 0;
		width: 100%;
		height: calc(12 / 750 * 100vw);
		margin: auto;
		background-image: url(./images/page/txt_gnav.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.open .btn_gnav_sp .txt_gnav {
		background-image: url(./images/page/txt_gnav_on.svg);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -2.4vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: var(--color01);
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.6vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.6vw;
	}
	.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;
		background: var(--color01);
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
		background: var(--color01);
	}
	.gnav_sp {
		padding: calc(160 / 750 * 100vw) 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(7, 13, 61, .9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(40 / 750 * 100vw);
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 4.8vw 0 4.9vw 10.4vw;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(10 / 750 * 100vw);
		width: calc(48 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
		margin: auto;
		background: url(./images/page/arw_btn04.svg) no-repeat center / contain;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-family: "vdl-megamaru", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.row__news01 .col_ttl h2 {
	line-height: 1.2;
}
.row__news01 .col_box {
	max-width: 1330px;
	width: 89%;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.row__news01 .col_box ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(40 / 1920 * 100vw);
	max-height: 300px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.row__news01 .col_box li {
	margin-top: 2.78em;
	padding-bottom: .83em;
	border-bottom: 1px solid var(--color01);
}
.row__news01 .col_box li:first-child {
	margin-top: 0 !important;
}
.row__news01 .col_box li dt {
	width: calc(160 / 1920 * 100vw);
	height: 1.78em;
	margin: 0 calc(30 / 1920 * 100vw);
	padding-top: .05em;
	border-radius: 40px;
	background: var(--color16);
	font-family: "Viga", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.78;
	text-align: center;
}
.row__news01 .col_box li dd {
	width: calc(100% - (220 / 1920 * 100vw));
	line-height: 1.56;
}
.row__news01 .col_box li dd a {
	color: #070d3d; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: var(--color01) !important;
	right: 0px !important;
	width: 2px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 2px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row__news01 .col_box ul {
		padding-right: calc(40 / 1599 * 100vw);
	}
	.row__news01 .col_box li dt {
		width: calc(160 / 1599 * 100vw);
		margin: 0 calc(30 / 1599 * 100vw);
	}
	.row__news01 .col_box li dd {
		width: calc(100% - (220 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row__news01 .col_ttl h2 {
		font-size: 3.25rem;
	}
	.row__news01 .col_box ul {
		padding-right: calc(40 / 1299 * 100vw);
	}
	.row__news01 .col_box li dt {
		width: calc(160 / 1299 * 100vw);
		margin: 0 calc(30 / 1299 * 100vw);
	}
	.row__news01 .col_box li dd {
		width: calc(100% - (220 / 1299 * 100vw));
	}
}
@media(max-width: 767px) {
	.index_news {
		padding: 2vw 0 10.67vw;
	}
	.row__news01 .col_ttl {
		width: 100%;
		margin-bottom: 3.3vw;
	}
	.row__news01 .col_ttl h2 {
		font-size: 3.109375rem;
		text-align: center;
	}
	.row__news01 .col_box {
		max-width: 100%;
		width: 100%;
	}
	.row__news01 .col_box ul {
		padding-right: 8vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.row__news01 .col_box li {
		margin-top: 6.7vw;
		padding-bottom: 6.8vw;
	}
	.row__news01 .col_box li dl {
		display: block;
	}
	.row__news01 .col_box li dt {
		max-width: calc(242 / 750 * 100vw);
		width: 100%;
		height: calc(48 / 750 * 100vw);
		margin: 0 0 2vw;
		padding-top: .4vw;
		font-size: .8125rem;
		letter-spacing: .2em;
		line-height: calc(48 / 750 * 100vw);
	}
	.row__news01 .col_box li dd {
		width: 100%;
		line-height: 1.63;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
}


/* index common
------------------------------------------------------------------*/
.ttl_index01 .en {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: calc(88 / 1920 * 100vw);
}
.ttl_index01 .en img {
	max-width: 100%;
	width: auto;
	height: 100%;
}
.ttl_index01 .ja {
	margin-top: 1.15em;
	font-size: 1.96875rem;
	letter-spacing: .1em;
}
.bg_index01 {
	position: relative;
}
.bg_index01:before,
.bg_index01:after {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
}
.bg_index01:before {
	left: 0;
	z-index: 1;
	background-image: url(./images/index/shape_index01.png);
	background-position: left center;
}
.bg_index01:after {
	right: 0;
	z-index: 0;
	background-image: url(./images/index/shape_index02.png);
	background-position: right center;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_index01 .en {
		height: calc(88 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_index01 .en {
		height: calc(88 / 1299 * 100vw);
	}

}
@media(max-width: 767px) {
	.ttl_index01 .en {
		max-width: calc(646 / 750 * 100vw);
		width: 100%;
		height: auto;
	}
	.ttl_index01 .en img {
		width: 100%;
		height: auto;
	}
	.ttl_index01 .ja {
		margin-top: 5.2vw;
		font-size: .984375rem;
		letter-spacing: 0;
	}
	.bg_index01:before,
	.bg_index01:after {
		width: 100%;
	}

}


/* すべては未来の子どもたちのために。 index_concept
------------------------------------------------------------------*/
.bg__concept01 {
	position: relative;
}
.bg__concept01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	max-width: 1762px;
	width: 92%;
	height: 100%;
	margin: auto;
	background-image: url(./images/index/bg__concept01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.bg__concept01 .deco01 {
	bottom: calc(223 / 1920 * 100vw);
	left: 50%;
	transform: translateX(-56%);
	max-width: 137px;
	width: 7.2%;
}
.bg__concept01 .deco01:before {
	display: block;
	position: absolute;
	bottom: calc(-9 / 1920 * 100vw);
	left: 0;
	right: 0;
	z-index: 0;
	max-width: 76px;
	width: 56%;
	height: 20px;
	margin: auto;
	background: url(./images/index/shape__concept01.png) no-repeat center bottom / contain;
	content: '';
}
.bg__concept01 .deco01 img {
	animation: chara01 2s alternate infinite;
}
.bg__concept01 .deco02 {
	top: calc(30 / 1920 * 100vw);
	right: 10.83%;
	max-width: 139px;
	width: 7.3%;
}
.bg__concept01 .deco02:before {
	display: block;
	position: absolute;
	bottom: calc(-9 / 1920 * 100vw);
	left: 0;
	right: 0;
	z-index: 0;
	max-width: 76px;
	width: 55%;
	height: 20px;
	margin: auto;
	background: url(./images/index/shape__concept01.png) no-repeat center bottom / contain;
	content: '';
}
.bg__concept01 .deco02 img {
	animation: chara02 2s alternate infinite;
}
.bg__concept01 .deco03 {
	bottom: calc(110 / 1920 * 100vw);
	right: 0;
	max-width: 308px;
	width: 16.1%;
}
.bg__concept01 .inner {
	max-width: 1520px;
}
.row__concept01 .col_img {
	max-width: 790px;
	width: 52%;
}
.row__concept01 .col_txt {
	max-width: 630px;
	width: 42%;
}
.row__concept01 .col_txt .txt {
	margin: -.6em 0 1.2em;
	line-height: 2.67;
}
@keyframes chara01 {
	0%   { transform: translate(0%, 0%); }
	20%   { transform: translate(0%, -40%) rotate(0); }
	25%   { transform: translate(0%, -40%) rotate(10deg); }
	30%  { transform: translate(0%, -40%) rotate(-10deg); }
	35%  { transform: translate(0%, -40%) rotate(10deg); }
	70% { transform: translate(0%, -2%); }
	100% { transform: translate(0%, 0%); }
}
@keyframes chara02 {
	0%   { transform: translate(0%, 0%); }
	40%  { transform: translate(0%, -40%) rotate(0); }
	45%  { transform: translate(0%, -40%) rotate(10deg); }
	50%  { transform: translate(0%, -40%) rotate(-10deg); }
	55%  { transform: translate(0%, -40%) rotate(10deg); }
	80% { transform: translate(0%, -2%); }
	100% { transform: translate(0%, 0%); }
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__concept01 .deco01 {
		bottom: calc(223 / 1599 * 100vw);
	}
	.bg__concept01 .deco01:before {
		bottom: calc(-9 / 1599 * 100vw);
	}
	.bg__concept01 .deco02 {
		top: calc(30 / 1599 * 100vw);
	}
	.bg__concept01 .deco02:before {
		bottom: calc(-9 / 1599 * 100vw);
	}
	.bg__concept01 .deco03 {
		bottom: calc(110 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__concept01 .deco01 {
		bottom: calc(150 / 1299 * 100vw);
		left: 37%;
		transform: translateX(0);
	}
	.bg__concept01 .deco01:before {
		bottom: calc(-9 / 1299 * 100vw);
	}
	.bg__concept01 .deco02 {
		top: 0;
		right: 4%;
	}
	.bg__concept01 .deco02:before {
		bottom: calc(-9 / 1299 * 100vw);
	}
	.bg__concept01 .deco03 {
		bottom: calc(100 / 1299 * 100vw);
	}
	.row__concept01 .col_img {
		width: 42%;
	}
	.row__concept01 .col_txt {
		width: 55%;
	}

}
@media(max-width: 767px) {
	.bg__concept01 {
		padding-bottom: 35.5vw;
	}
	.bg__concept01:before {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
		background-image: url(./images/index/bg__concept01_sp.png);
		background-position: center bottom;
	}
	.bg__concept01 .deco01 {
		top: calc(460 / 750 * 100vw);
		bottom: auto;
		left: auto;
		right: calc(64 / 750 * 100vw);
		transform: translateX(0);
		max-width: calc(137 / 750 * 100vw);
		width: 100%;
	}
	.bg__concept01 .deco01:before {
		bottom: calc(-9 / 750 * 100vw);
		max-width: calc(76 / 750 * 100vw);
		width: 100%;
	}
	.bg__concept01 .deco02 {
		top: auto;
		bottom: calc(52 / 750 * 100vw);
		right: auto;
		left: calc(175 / 750 * 100vw);
		max-width: calc(139 / 750 * 100vw);
		width: 100%;
	}
	.bg__concept01 .deco02:before {
		bottom: calc(-9 / 750 * 100vw);
		max-width: calc(76 / 750 * 100vw);
		width: 100%;
	}
	.bg__concept01 .deco03 {
		bottom: calc(62 / 750 * 100vw);
		right: calc(14 / 750 * 100vw);
		max-width: calc(270 / 750 * 100vw);
		width: 100%;
	}
	.bg__concept01 .inner {
		max-width: 100%;
	}
	.row__concept01 .col_img {
		max-width: calc(580 / 750 * 100vw);
		width: 100%;
		margin: 0 auto 5.3vw;
	}
	.row__concept01 .col_txt {
		max-width: calc(580 / 750 * 100vw);
		width: 100%;
		margin: 0 auto;
	}
	.row__concept01 .col_txt .txt {
		margin: 0 0 3.5vw;
		line-height: 2;
	}
	.row__concept01 .col_txt .copy {
		font-size: 1.5625rem;
	}

}


/* ますだ歯科グループの特徴 index_feature
------------------------------------------------------------------*/
.ttl__feature .ja {
	margin-top: 1.4em;
}
.copy__feature01 {
	font-size: 2.21875rem;
	letter-spacing: .1em;
	line-height: 1.85;
}
.area__feature01 {
	background-image: url(./images/index/bg__feature01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.wrap__feature01 {
	position: relative;
}
.wrap__feature01 .deco01 {
	top: calc(-230 / 1920 * 100vw);
	left: 7%;
	max-width: 286px;
	width: 15%;
}
.wrap__feature01 .deco02 {
	top: calc(105 / 1920 * 100vw);
	right: 0;
	max-width: 516px;
	width: 27%;
}
.wrap__feature01 .deco03 {
	top: calc(-47 / 1920 * 100vw);
	right: 3.34%;
	max-width: 100px;
	width: 14%;
}
.wrap__feature02 {
	position: relative;
}
.wrap__feature02 .deco01 {
	top: calc(366 / 1920 * 100vw);
	right: 0;
	max-width: 295px;
	width: 16%;
}
.wrap__feature02 .deco02 {
	top: calc(70 / 1920 * 100vw);
	left: 0;
	max-width: 475px;
	width: 25%;
}
.wrap__feature02 .deco03 {
	top: calc(-49 / 1920 * 100vw);
	left: 5%;
	max-width: 125px;
	width: 17%;
}
.wrap__feature04 {
	position: relative;
}
.wrap__feature04 .deco01 {
	top: calc(-134 / 1920 * 100vw);
	left: 0;
	max-width: 277px;
	width: 15%;
}
.wrap__feature04 .deco02 {
	top: calc(-98 / 1920 * 100vw);
	right: 0;
	max-width: 533px;
	width: 28%;
}
.wrap__feature04 .deco03 {
	top: calc(340 / 1920 * 100vw);
	right: 7%;
	max-width: 120px;
	width: 16%;
}
.wrap__feature05 {
	position: relative;
}
.wrap__feature05 .deco01 {
	top: calc(-59 / 1920 * 100vw);
	left: 0;
	max-width: 507px;
	width: 27%;
}
.wrap__feature05 .deco02 {
	top: calc(345 / 1920 * 100vw);
	left: 6.6%;
	max-width: 115px;
	width: 16%;
}
.row__feature01 .col_img {
	position: relative;
	max-width: 750px;
	width: 50%;
}
.row__feature01 .col_img .num {
	top: 0;
	max-width: 180px;
	width: calc(180 / 1920 * 100vw);
}
.row__feature01 .col_img .num01 {
	left: -8%;
}
.row__feature01 .col_img .num02 {
	right: -8%;
}
.row__feature01 .col_img .num04 {
	left: -8%;
}
.row__feature01 .col_img .num05 {
	right: -8%;
}
.row__feature01 .col_txt {
	max-width: 670px;
	width: 45%;
}
.row__feature01 .col_txt .copy {
	margin-bottom: .6em;
	padding-bottom: .9em;
	background-image: url(./images/index/shape__feature01.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: calc(670 / 1920 * 100vw) auto;
}
.row__feature01 .col_txt .copy span {
	display: block;
	margin: 0 -1em;
}
.row__feature01 .col_txt .txt {
	line-height: 2.56;
}
.row__feature02 .col {
	position: relative;
	max-width: 460px;
	width: 31%;
}
.row__feature02 .col .ttl {
	top: calc(-30 / 1920 * 100vw);
	right: 4.35%;
	width: calc(280 / 1920 * 100vw);
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	line-height: 1.43;
}
.row__feature02 .col .ttl01 {
	height: calc(60 / 1920 * 100vw);
	background-image: url(./images/page/bg_btn01.svg);
}
.row__feature02 .col .ttl02 {
	height: calc(100 / 1920 * 100vw);
	background-image: url(./images/page/bg_btn02.svg);
}
.unit__feature01 {
	position: relative;
}
.unit__feature01 .deco01 {
	top: calc(47 / 1920 * 100vw);
	right: 4.9%;
	max-width: 193px;
	width: 13%;
}
.unit__feature01 .deco02 {
	bottom: calc(-119 / 1920 * 100vw);
	left: 2.3%;
	max-width: 103px;
	width: 7%;
}
.unit__feature01 .copy {
	margin-bottom: 1.2em;
	padding-bottom: 2.3em;
	background-image: url(./images/index/shape__feature01.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: calc(670 / 1920 * 100vw) auto;
}
.unit__feature01 .copy .num03 {
	max-width: 180px;
	width: calc(180 / 1920 * 100vw);
}
.unit__feature01 .copy .copy__feature01 {
	margin-left: 1.1em;
}
.unit__feature01 .txt {
	line-height: 2.56;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap__feature01 .deco01 {
		top: calc(-230 / 1599 * 100vw);
	}
	.wrap__feature01 .deco02 {
		top: calc(105 / 1599 * 100vw);
	}
	.wrap__feature01 .deco03 {
		top: calc(-47 / 1599 * 100vw);
	}
	.wrap__feature02 .deco01 {
		top: calc(366 / 1599 * 100vw);
	}
	.wrap__feature02 .deco02 {
		top: calc(70 / 1599 * 100vw);
	}
	.wrap__feature02 .deco03 {
		top: calc(-49 / 1599 * 100vw);
	}
	.wrap__feature04 .deco01 {
		top: calc(-134 / 1599 * 100vw);
	}
	.wrap__feature04 .deco02 {
		top: calc(-98 / 1599 * 100vw);
	}
	.wrap__feature04 .deco03 {
		top: calc(340 / 1599 * 100vw);
	}
	.wrap__feature05 .deco01 {
		top: calc(-59 / 1599 * 100vw);
	}
	.wrap__feature05 .deco02 {
		top: calc(345 / 1599 * 100vw);
	}
	.row__feature01 .col_img .num {
		width: calc(180 / 1599 * 100vw);
	}
	.row__feature01 .col_txt .copy {
		background-size: calc(670 / 1599 * 100vw) auto;
	}
	.row__feature02 .col .ttl {
		top: calc(-30 / 1599 * 100vw);
		width: calc(280 / 1599 * 100vw);
	}
	.row__feature02 .col .ttl01 {
		height: calc(60 / 1599 * 100vw);
	}
	.row__feature02 .col .ttl02 {
		height: calc(100 / 1599 * 100vw);
	}
	.unit__feature01 .deco01 {
		top: calc(47 / 1599 * 100vw);
	}
	.unit__feature01 .deco02 {
		bottom: calc(-119 / 1599 * 100vw);
	}
	.unit__feature01 .copy {
		background-size: calc(670 / 1599 * 100vw) auto;
	}
	.unit__feature01 .copy .num03 {
		width: calc(180 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.copy__feature01 {
		font-size: 1.775rem;
	}
	.wrap__feature01 .deco01 {
		top: calc(-230 / 1299 * 100vw);
	}
	.wrap__feature01 .deco02 {
		top: calc(105 / 1299 * 100vw);
	}
	.wrap__feature01 .deco03 {
		top: calc(-47 / 1299 * 100vw);
	}
	.wrap__feature02 .deco01 {
		top: calc(366 / 1299 * 100vw);
	}
	.wrap__feature02 .deco02 {
		top: calc(70 / 1299 * 100vw);
	}
	.wrap__feature02 .deco03 {
		top: calc(-49 / 1299 * 100vw);
	}
	.wrap__feature04 .deco01 {
		top: calc(-134 / 1299 * 100vw);
	}
	.wrap__feature04 .deco02 {
		top: calc(-98 / 1299 * 100vw);
	}
	.wrap__feature04 .deco03 {
		top: calc(340 / 1299 * 100vw);
	}
	.wrap__feature05 .deco01 {
		top: calc(-59 / 1299 * 100vw);
	}
	.wrap__feature05 .deco02 {
		top: calc(345 / 1299 * 100vw);
	}
	.row__feature01 .col_img .num {
		width: calc(180 / 1299 * 100vw);
	}
	.row__feature01 .col_img .num05 {
		right: -2%;
	}
	.row__feature01 .col_txt .copy {
		background-size: calc(670 / 1299 * 100vw) auto;
	}
	.row__feature02 .col .ttl {
		top: calc(-30 / 1299 * 100vw);
		width: calc(280 / 1299 * 100vw);
	}
	.row__feature02 .col .ttl01 {
		height: calc(60 / 1299 * 100vw);
	}
	.row__feature02 .col .ttl02 {
		height: calc(100 / 1299 * 100vw);
	}
	.unit__feature01 .deco01 {
		top: calc(47 / 1299 * 100vw);
	}
	.unit__feature01 .deco02 {
		bottom: calc(-90 / 1299 * 100vw);
	}
	.unit__feature01 .copy {
		background-size: calc(670 / 1299 * 100vw) auto;
	}
	.unit__feature01 .copy .num03 {
		width: calc(180 / 1299 * 100vw);
	}

}
@media(max-width: 767px) {
	.ttl__feature .ja {
		margin-top: 5.2vw;
	}
	.copy__feature01 {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.63;
	}
	.area__feature01 {
		padding-top: calc(100 / 750 * 100vw);
		padding-bottom: 8.4vw;
		background-image: url(./images/index/bg__feature01_sp.png);
		background-size: contain;
	}
	.wrap__feature01 {
		margin-bottom: 16.5vw;
	}
	.wrap__feature01 .deco01 {
		top: calc(-70 / 750 * 100vw);
		left: -2.5vw;
		max-width: 100%;
		width: calc(172 / 750 * 100vw);
	}
	.wrap__feature01 .deco02 {
		top: calc(136 / 750 * 100vw);
		max-width: 100%;
		width: calc(310 / 750 * 100vw);
	}
	.wrap__feature01 .deco03 {
		top: calc(-50 / 750 * 100vw);
		right: 0;
		max-width: 100%;
		width: calc(100 / 750 * 100vw);
	}
	.wrap__feature02 {
		margin-bottom: 8.4vw;
	}
	.wrap__feature02 .deco01 {
		top: calc(640 / 750 * 100vw);
		max-width: 100%;
		width: calc(177 / 750 * 100vw);
	}
	.wrap__feature02 .deco02 {
		top: calc(100 / 750 * 100vw);
		left: -2.5vw;
		max-width: 100%;
		width: calc(332 / 750 * 100vw);
	}
	.wrap__feature02 .deco03 {
		top: calc(-47 / 750 * 100vw);
		left: calc(44 / 750 * 100vw);
		max-width: 100%;
		width: calc(125 / 750 * 100vw);
	}
	.wrap__feature03 {
		margin-bottom: 18.5vw;
	}
	.wrap__feature04 {
		margin-bottom: 16.5vw;
	}
	.wrap__feature04 .deco01 {
		top: calc(-157 / 750 * 100vw);
		max-width: 100%;
		width: calc(166 / 750 * 100vw);
	}
	.wrap__feature04 .deco02 {
		top: calc(-60 / 750 * 100vw);
		right: -2.6vw;
		max-width: 100%;
		width: calc(373 / 750 * 100vw);
	}
	.wrap__feature04 .deco03 {
		top: calc(330 / 750 * 100vw);
		right: 3px;
		max-width: 100%;
		width: calc(120 / 750 * 100vw);
	}
	.wrap__feature05 .deco01 {
		top: calc(-59 / 750 * 100vw);
		left: -3.6vw;
		max-width: 100%;
		width: calc(354 / 750 * 100vw);
	}
	.wrap__feature05 .deco02 {
		top: calc(287 / 750 * 100vw);
		left: calc(23 / 750 * 100vw);
		max-width: 100%;
		width: calc(115 / 750 * 100vw);
	}
	.row__feature01 .col_img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 5.5vw;
	}
	.row__feature01 .col_img .num {
		top: calc(-60 / 750 * 100vw);
		left: 0 !important;
		right: 0 !important;
		width: calc(180 / 750 * 100vw);
		margin: auto;
	}
	.row__feature01 .col_txt {
		max-width: 100%;
		width: 100%;
	}
	.row__feature01 .col_txt .copy {
		margin-bottom: 4vw;
		padding-bottom: 5.5vw;
		background-size: calc(670 / 750 * 100vw) auto;
	}
	.row__feature01 .col_txt .txt {
		line-height: 2;
	}
	.row__feature02 {
		display: block;
	}
	.row__feature02 .col {
		width: calc(460 / 750 * 100vw);
		margin: calc(100 / 750 * 100vw) auto 0;
	}
	.row__feature02 .col:first-child {
		margin-top: 0;
	}
	.row__feature02 .col .ttl {
		top: calc(-60 / 750 * 100vw);
		right: 0;
		width: calc(336 / 750 * 100vw);
		font-size: .9375rem;
		letter-spacing: 0;
		line-height: 1.32;
	}
	.row__feature02 .col .ttl01 {
		height: calc(72 / 750 * 100vw);
	}
	.row__feature02 .col .ttl02 {
		height: calc(120 / 750 * 100vw);
	}
	.unit__feature01 {
		margin-bottom: 11.4vw;
	}
	.unit__feature01 .deco01 {
		top: calc(20 / 750 * 100vw);
		right: 0;
		max-width: 100%;
		width: calc(193 / 750 * 100vw);
	}
	.unit__feature01 .deco02 {
		top: calc(780 / 750 * 100vw);
		bottom: auto;
		left: calc(22 / 750 * 100vw);
		max-width: 100%;
		width: calc(103 / 750 * 100vw);
	}
	.unit__feature01 .copy {
		display: block;
		margin-bottom: 4vw;
		padding-bottom: 5.5vw;
		background-size: calc(670 / 750 * 100vw) auto;
	}
	.unit__feature01 .copy .num03 {
		width: calc(180 / 750 * 100vw);
		margin: 0 auto 5.5vw;
	}
	.unit__feature01 .copy .copy__feature01 {
		margin-left: auto;
	}
	.unit__feature01 .txt {
		line-height: 2;
	}

}


/* ますだ歯科グループ院のご紹介 index_introduction
------------------------------------------------------------------*/
.area__introduction01 {
	position: relative;
}
.area__introduction01 .deco01 {
	top: calc(68 / 1920 * 100vw);
	left: 2.8%;
	max-width: 274px;
	width: 15%;
}
.area__introduction01 .deco02 {
	top: 0;
	right: 2.8%;
	max-width: 283px;
	width: 15%;
}
.row__introduction01 .col {
	max-width: 340px;
	width: 24%;
	border-radius: calc(60 / 1920 * 100vw);
}
.row__introduction01 .col .unit {
	max-width: 280px;
	width: 90%;
}
.row__introduction01 .col .logo {
	max-width: 100%;
	width: auto;
	height: calc(54 / 1920 * 100vw);
}
.row__introduction01 .col .logo img {
	vertical-align: baseline;
	max-width: 100%;
	width: auto;
	height: 100%;
}
.row__introduction01 .col .address {
	margin: 1.9em 0 1.2em;
	line-height: 1.44;
}
.row__introduction01 .col .btn_common03 {
	max-width: 100%;
	margin-bottom: calc(-30 / 1920 * 100vw);
}
.bg__introduction01 {
	position: relative;
	background-image: url(./images/index/bg__introduction01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg__introduction01 .box_txt {
	background-image: url(./images/index/shape__introduction01.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.bg__introduction01 .box_txt .copy {
	margin-bottom: .3em;
	font-size: 2.40625rem;
	letter-spacing: .1em;
	line-height: 1.56;
}
.bg__introduction01 .box_txt .txt {
	padding: .55em 0 .4em;
	background-image: url(./images/index/shape__introduction02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 1.53125rem;
	letter-spacing: .05em;
}
.bg__introduction01 .img01 {
	bottom: calc(88 / 1920 * 100vw);
	left: 0;
	right: 0;
	max-width: 100%;
	width: calc(1675 / 1920 * 100vw);
	margin: auto;
	animation: Float 5.2s ease-in-out infinite alternate;
}
.bg__introduction01 .img02 {
	max-width: 663px;
	width: calc(663 / 1920 * 100vw);
	margin-top: calc(-75 / 1920 * 100vw);
}
.bg__introduction01 .deco01 {
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	width: calc(1076 / 1920 * 100vw);
	margin: auto;
}
.inner__introduction01{
	max-width: 1760px;
    width: 95%;
    margin: 0 auto;
}
@keyframes Float {
	0% { transform: translate3d(0, -20px ,0); }
	48% { transform: translate3d(0, 0 ,0); }
	100% { transform: translate3d(0, -30px ,0); }
}
@media(min-width: 768px) and (max-width:1799px){
	.row__introduction01 .col {
		width: 19%;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.area__introduction01 .deco01 {
		top: calc(68 / 1599 * 100vw);
		left: 1%;
		width: 11%;
	}
	.area__introduction01 .deco02 {
		right: 1%;
		width: 11%;
	}
	.row__introduction01 .col {
		border-radius: calc(60 / 1599 * 100vw);
	}
	.row__introduction01 .col .logo {
		height: calc(54 / 1599 * 100vw);
	}
	.row__introduction01 .col .btn_common03 {
		margin-bottom: calc(-30 / 1599 * 100vw);
	}
	.bg__introduction01 .img01 {
		bottom: calc(88 / 1599 * 100vw);
		width: calc(1675 / 1599 * 100vw);
	}
	.bg__introduction01 .img02 {
		width: calc(663 / 1599 * 100vw);
		margin-top: calc(-75 / 1599 * 100vw);
	}
	.bg__introduction01 .deco01 {
		width: calc(1076 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.area__introduction01 {
		padding-top: calc(180 / 1299 * 100vw);
	}
	.area__introduction01 .deco01 {
		top: calc(20 / 1299 * 100vw);
	}
	.row__introduction01 .col {
		border-radius: calc(60 / 1299 * 100vw);
	}
	.row__introduction01 .col .logo {
		height: calc(54 / 1299 * 100vw);
	}
	.row__introduction01 .col .btn_common03 {
		margin-bottom: calc(-30 / 1299 * 100vw);
	}
	.row__introduction01 .col .tel > a{
		font-size: 2rem;
    	letter-spacing: 0;
	}
	.row__introduction01 .col .tel > a > .fz18{
		display: block;
	}
	.bg__introduction01 .img01 {
		bottom: calc(230 / 1299 * 100vw);
		width: calc(1675 / 1299 * 100vw);
	}
	.bg__introduction01 .img02 {
		width: calc(663 / 1299 * 100vw);
		margin-top: calc(-75 / 1299 * 100vw);
	}
	.bg__introduction01 .deco01 {
		width: calc(1076 / 1299 * 100vw);
	}

}
@media(max-width: 767px) {
	.ttl__introduction {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.area__introduction01 {
		padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
	}
	.area__introduction01 .row_deco {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.area__introduction01 .deco01 {
		position: static;
		max-width: calc(274 / 750 * 100vw);
		width: 100%;
	}
	.area__introduction01 .deco02 {
		position: static;
		max-width: calc(283 / 750 * 100vw);
		width: 100%;
	}
	.row__introduction01 {
		margin-top: calc(-20 / 750 * 100vw);
	}
	.row__introduction01 .col {
		max-width: none;
		width: calc(340 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
		padding-bottom: calc(60 / 750 * 100vw);
		border-radius: calc(60 / 750 * 100vw);
	}
	.row__introduction01 .col .unit {
		max-width: calc(280 / 750 * 100vw);
		width: 100%;
	}
	.row__introduction01 .col .logo {
		height: calc(54 / 750 * 100vw);
		margin-bottom: calc(20 / 750 * 100vw);
	}
	.row__introduction01 .col .address {
		margin: 4vw 0 2.5vw;
		font-size: .8125rem;
		letter-spacing: 0;
		line-height: 1.38;
	}
	.row__introduction01 .col .tel {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row__introduction01 .col .tel span {
		font-size: .5625rem;
		letter-spacing: 0;
	}
	.row__introduction01 .col .btn_common03 {
		margin-bottom: 0;
	}
	.bg__introduction01 {
		padding-top: calc(60 / 750 * 100vw);
		background-image: url(./images/index/bg__introduction01_sp.png);
		background-size: contain;
	}
	.bg__introduction01 .box_txt {
		padding: 5.1vw 0 14.7vw;
		background-image: url(./images/index/shape__introduction01_sp.svg);
	}
	.bg__introduction01 .box_txt .copy {
		margin-bottom: 1.7vw;
		font-size: 1.375rem;
		letter-spacing: 0;
		line-height: 1.36;
	}
	.bg__introduction01 .box_txt .txt {
		padding: 2.7vw 0;
		background-image: url(./images/index/shape__introduction02_sp.svg);
		font-size: .9375rem;
		line-height: 1.32;
	}
	.bg__introduction01 .img01 {
		position: static;
		width: 100%;
	}
	.bg__introduction01 .img02 {
		max-width: 100%;
		width: calc(663 / 750 * 100vw);
		margin-top: 0;
	}
	.bg__introduction01 .deco01 {
		width: calc(702 / 750 * 100vw);
	}

}


/* 診療内容 index_medical
------------------------------------------------------------------*/
.ttl__medical .en {
	position: relative;
}
.ttl__medical .en:before {
	display: block;
	position: absolute;
	top: calc(-59 / 1920 * 100vw);
	left: calc(-67 / 1920 * 100vw);
	width: calc(89 / 1920 * 100vw);
	height: calc(66 / 1920 * 100vw);
	background-image: url(./images/index/deco__medical03.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.area__medical01 {
	position: relative;
}
.area__medical01 .deco01 {
	top: calc(42 / 1920 * 100vw);
	left: 9.1%;
	max-width: 338px;
	width: 18%;
}
.area__medical01 .deco02 {
	top: calc(83 / 1920 * 100vw);
	right: 8.3%;
	max-width: 377px;
	width: 20%;
}
.row__medical01 .col {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.row__medical01 .col_l {
	background-image: url(./images/index/bg__medical01.jpg);
}
.row__medical01 .col_r {
	background-image: url(./images/index/bg__medical02.jpg);
}
.row__medical01 .col .unit {
	max-width: 500px;
	width: 100%;
}
.row__medical01 .col .ja {
	font-size: 5.03125rem;
	letter-spacing: .1em;
	line-height: 1;
}
.row__medical01 .col .ja span {
	display: inline-block;
	position: relative;
}
.row__medical01 .col .ja span:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -.8em;
	width: calc(48 / 1920 * 100vw);
	height: calc(48 / 1920 * 100vw);
	margin: auto;
	background: url(./images/page/arw_btn06.svg) no-repeat center / contain;
	content: '';
}
.row__medical01 .col .en {
	margin: .55em 0 .6em;
	font-size: 3.15625rem;
	letter-spacing: 0;
	line-height: .5;
}
.row__medical01 .col .txt {
	line-height: 2.56;
}
.row__medical01 .col .box {
	position: relative;
	max-width: 500px;
	width: 100%;
	height: calc(120 / 1920 * 100vw);
}
.row__medical01 .col_l .box {
	background: rgba(210, 19, 88, .8);
}
.row__medical01 .col_r .box {
	background: rgba(238, 119, 31, .8);
}
.row__medical01 .col .box:before,
.row__medical01 .col .box:after {
	display: block;
	position: absolute;
	border-radius: calc(20 / 1920 * 100vw);
	width: 100%;
	height: 100%;
	border: 2px dotted var(--color01);
	content: '';
}
.row__medical01 .col .box:before {
	top: calc(-6 / 1920 * 100vw);
	left: calc(-6 / 1920 * 100vw);
}
.row__medical01 .col .box:after {
	bottom: calc(-6 / 1920 * 100vw);
	right: calc(-6 / 1920 * 100vw);
}
.row__medical01 .col .box .col_icn {
	width: calc(55 / 1920 * 100vw);
}
.row__medical01 .col .box .col_txt {
	line-height: 1.45;
}
.row__medical01 .col .box .col_txt em {
	line-height: 1;
}
.row__medical02 {
	max-width: 1760px;
	width: 92%;
}
.row__medical02 .col {
	position: relative;
	max-width: 340px;
	width: 19.32%;
	transition: .3s;
}
.row__medical02 .col:hover {
	transform: translateY(calc(-20 / 1920 * 100vw));
}
.row__medical02 .col:before {
	display: block;
	position: absolute;
	bottom: calc(56 / 1920 * 100vw);
	right: calc(20 / 1920 * 100vw);
	width: calc(48 / 1920 * 100vw);
	height: calc(48 / 1920 * 100vw);
	background: url(./images/page/arw_btn06.svg) no-repeat center / contain;
	content: '';
}
.row__medical02 .col .img {
	max-width: 260px;
	width: 90%;
}
.row__medical02 .col .txt {
	padding: .3em 0 .6em;
	border-top-width: calc(4 / 1920 * 100vw);
	border-top-style: solid;
	border-top-color: var(--color01);
}
.bg__medical01 {
	background-image: url(./images/index/bg__medical03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.bg__medical01 > h5 .wrap {
	max-width: 631px;
	width: 33%;
}
.bg__medical01 > h5 .deco01 {
	top: calc(-16 / 1920 * 100vw);
	left: -24.5%;
	max-width: 120px;
	width: 19.1%;
}
.bg__medical01 > h5 .deco02 {
	top: calc(-8 / 1920 * 100vw);
	right: -23.8%;
	max-width: 115px;
	width: 18.3%;
}
.slide__medical .bx-wrapper {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
}
.slide__medical ul li {
	max-width: 600px !important;
	width: calc(600 / 1920 * 100vw) !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__medical .en:before {
		top: calc(-59 / 1599 * 100vw);
		left: calc(-67 / 1599 * 100vw);
		width: calc(89 / 1599 * 100vw);
		height: calc(66 / 1599 * 100vw);
	}
	.area__medical01 .deco01 {
		top: calc(42 / 1599 * 100vw);
	}
	.area__medical01 .deco02 {
		top: calc(83 / 1599 * 100vw);
	}
	.row__medical01 .col .ja span:after {
		width: calc(48 / 1599 * 100vw);
		height: calc(48 / 1599 * 100vw);
	}
	.row__medical01 .col .box {
		height: calc(120 / 1599 * 100vw);
	}
	.row__medical01 .col .box:before,
	.row__medical01 .col .box:after {
		border-radius: calc(20 / 1599 * 100vw);
	}
	.row__medical01 .col .box:before {
		top: calc(-6 / 1599 * 100vw);
		left: calc(-6 / 1599 * 100vw);
	}
	.row__medical01 .col .box:after {
		bottom: calc(-6 / 1599 * 100vw);
		right: calc(-6 / 1599 * 100vw);
	}
	.row__medical01 .col .box .col_icn {
		width: calc(55 / 1599 * 100vw);
	}
	.row__medical02 .col:hover {
		transform: translateY(calc(-20 / 1599 * 100vw));
	}
	.row__medical02 .col:before {
		bottom: calc(56 / 1599 * 100vw);
		right: calc(20 / 1599 * 100vw);
		width: calc(48 / 1599 * 100vw);
		height: calc(48 / 1599 * 100vw);
	}
	.row__medical02 .col .txt {
		border-top-width: calc(4 / 1599 * 100vw);
	}
	.bg__medical01 > h5 .deco01 {
		top: calc(-16 / 1599 * 100vw);
	}
	.bg__medical01 > h5 .deco02 {
		top: calc(-8 / 1599 * 100vw);
	}
	.slide__medical ul li {
		width: calc(600 / 1599 * 100vw) !important;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__medical .en:before {
		top: calc(-59 / 1299 * 100vw);
		left: calc(-67 / 1299 * 100vw);
		width: calc(89 / 1299 * 100vw);
		height: calc(66 / 1299 * 100vw);
	}
	.area__medical01 .deco01 {
		top: calc(42 / 1299 * 100vw);
		left: 3%;
	}
	.area__medical01 .deco02 {
		top: calc(83 / 1299 * 100vw);
		right: 3%;
	}
	.row__medical01 .col {
		background-position: right 35% center;
	}
	.row__medical01 .col .ja span:after {
		width: calc(48 / 1299 * 100vw);
		height: calc(48 / 1299 * 100vw);
	}
	.row__medical01 .col .box {
		height: calc(120 / 1299 * 100vw);
	}
	.row__medical01 .col .box:before,
	.row__medical01 .col .box:after {
		border-radius: calc(20 / 1299 * 100vw);
	}
	.row__medical01 .col .box:before {
		top: calc(-6 / 1299 * 100vw);
		left: calc(-6 / 1299 * 100vw);
	}
	.row__medical01 .col .box:after {
		bottom: calc(-6 / 1299 * 100vw);
		right: calc(-6 / 1299 * 100vw);
	}
	.row__medical01 .col .box .col_icn {
		width: calc(55 / 1299 * 100vw);
	}
	.row__medical02 .col:hover {
		transform: translateY(calc(-20 / 1299 * 100vw));
	}
	.row__medical02 .col:before {
		bottom: calc(56 / 1299 * 100vw);
		right: calc(20 / 1299 * 100vw);
		width: calc(48 / 1299 * 100vw);
		height: calc(48 / 1299 * 100vw);
	}
	.row__medical02 .col .txt {
		border-top-width: calc(4 / 1299 * 100vw);
	}
	.bg__medical01 > h5 .deco01 {
		top: calc(-16 / 1299 * 100vw);
	}
	.bg__medical01 > h5 .deco02 {
		top: calc(-8 / 1299 * 100vw);
	}
	.slide__medical ul li {
		width: calc(600 / 1299 * 100vw) !important;
	}

}
@media(max-width: 767px) {
	.ttl__medical .en:before {
		top: calc(-69 / 750 * 100vw);
		left: 0;
		right: 0;
		width: calc(98 / 750 * 100vw);
		height: calc(41 / 750 * 100vw);
		margin: auto;
		background-image: url(./images/index/deco__medical03_sp.svg);
	}
	.area__medical01 {
		padding: calc(50 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
	}
	.area__medical01 .deco01 {
		top: auto;
		left: auto;
		max-width: 100%;
		width: calc(647 / 750 * 100vw);
		margin-bottom: calc(33 / 750 * 100vw);
	}
	.row__medical01 .col {
		width: 100%;
		padding: 18.3vw 0 11.6vw;
		background-position: center top;
		background-size: contain;
	}
	.row__medical01 .col_l {
		background-image: url(./images/index/bg__medical01_sp.jpg);
	}
	.row__medical01 .col_r {
		background-image: url(./images/index/bg__medical02_sp.jpg);
	}
	.row__medical01 .col .unit {
		max-width: calc(646 / 750 * 100vw);
		margin: auto;
	}
	.row__medical01 .col .ja {
		font-size: 2.171875rem;
	}
	.row__medical01 .col .ja span:after {
		right: -8vw;
		width: calc(48 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
	}
	.row__medical01 .col .en {
		margin: 4vw 0 23.7vw;
		font-size: 1.578125rem;
	}
	.row__medical01 .col .txt {
		line-height: 2;
	}
	.row__medical01 .col .box {
		max-width: 100%;
		height: calc(140 / 750 * 100vw);
	}
	.row__medical01 .col .box:before,
	.row__medical01 .col .box:after {
		border-radius: calc(20 / 750 * 100vw);
		border-width: calc(2 / 750 * 100vw);
	}
	.row__medical01 .col .box:before {
		top: calc(-6 / 750 * 100vw);
		left: calc(-6 / 750 * 100vw);
	}
	.row__medical01 .col .box:after {
		bottom: calc(-6 / 750 * 100vw);
		right: calc(-6 / 750 * 100vw);
	}
	.row__medical01 .col .box .col_icn {
		width: calc(55 / 750 * 100vw);
	}
	.row__medical01 .col .box .col_txt {
		/* margin-left: 4vw; */
		line-height: 1.36;
	}
	.row__medical01 .col .box .col_txt p {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row__medical01 .col .box .col_txt em {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.row__medical01 .col .box .col_txt span {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row__medical02 {
		-webkit-justify-content: center !important;
		justify-content: center !important;
		max-width: 100%;
		width: 100%;
		margin-top: -4vw;
		margin-bottom: 7vw;
	}
	.row__medical02 .col {
		max-width: none;
		width: calc(312 / 750 * 100vw);
		margin-top: 4vw;
		margin-right: calc(22 / 750 * 100vw);
	}
	.row__medical02 .col:hover {
		transform: translateY(0);
	}
	.row__medical02 .col:nth-child(2n) {
		margin-right: 0;
	}
	.row__medical02 .col:last-child {
		margin-right: 0;
	}
	.row__medical02 .col:before {
		bottom: calc(56 / 750 * 100vw);
		right: calc(20 / 750 * 100vw);
		width: calc(48 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
	}
	.row__medical02 .col .img {
		max-width: calc(260 / 750 * 100vw);
		width: 100%;
	}
	.row__medical02 .col .txt {
		padding: .6vw 0 1vw;
		border-top-width: calc(4 / 750 * 100vw);
		font-size: .984375rem;
		letter-spacing: 0;
	}
	.bg__medical01 {
		padding-bottom: calc(100 / 750 * 100vw);
		background-image: url(./images/index/bg__medical03_sp.png);
	}
	.bg__medical01 > h5 {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.bg__medical01 > h5 .wrap {
		max-width: calc(631 / 750 * 100vw);
		width: 100%;
	}
	.bg__medical01 > h5 .row_deco {
		margin-top: calc(19 / 750 * 100vw);
	}
	.bg__medical01 > h5 .deco01 {
		position: static;
		max-width: calc(120 / 750 * 100vw);
		width: 100%;
		margin-right: 5.4vw;
	}
	.bg__medical01 > h5 .deco02 {
		position: static;
		max-width: calc(115 / 750 * 100vw);
		width: 100%;
	}
	.slide__medical ul li {
		max-width: none !important;
		width: calc(600 / 750 * 100vw) !important;
	}

}


/* ますだ歯科グループSNS index_sns
------------------------------------------------------------------*/
.ttl__sns .ja {
	width: calc(660 / 1920 * 100vw);
	height: calc(80 / 1920 * 100vw);
	font-size: 1.96875rem;
	letter-spacing: .1em;
}
.ttl__sns .en {
	font-size: 3.15625rem;
	letter-spacing: .1em;
	line-height: .5;
}
.bg__sns01 {
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--color01);
}
.bg__sns01 .inner {
	max-width: 1220px;
}
.bg__sns01 .wrap01 {
	position: relative;
	overflow: hidden;
}
.bg__sns01 .wrap01 .btn {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(100 / 1920 * 100vw);
	height: calc(100 / 1920 * 100vw);
	margin: auto;
}
.bg__sns01 .wrap01 .btn a {
	display: block;
}
.bg__sns01 .wrap01 .btn a img {
	display: block;
}
.bg__sns01 .wrap01 #sb_instagram {
	padding: 0 !important;
}
.bg__sns01 .wrap01 #sb_instagram #sbi_images {
	gap: calc(10 / 1920 * 100vw) !important;
	padding: 0 !important;
}
.row__sns01 .col_btn {
	max-width: 600px;
	width: 49.2%;
	height: calc(180 / 1920 * 100vw);
}
.row__sns01 .col_btn a {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(./images/index/deco__sns.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.row__sns01 .col_btn a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: var(--color01);
	content: '';
}
.row__sns01 .col_btn a:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50 / 1920 * 100vw);
	height: calc(50 / 1920 * 100vw);
	background: var(--color01);
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.row__sns01 .col_btn a .logo {
	width: calc(290 / 1920 * 100vw);
	margin-bottom: 3px;
}
.row__sns01 .col_btn a p {
	padding: .4em 0 .5em;
	max-width: 290px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__sns .ja {
		width: calc(660 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
	.bg__sns01 .wrap01 .btn {
		width: calc(100 / 1599 * 100vw);
		height: calc(100 / 1599 * 100vw);
	}
	.bg__sns01 .wrap01 #sb_instagram #sbi_images {
		gap: calc(10 / 1599 * 100vw) !important;
	}
	.row__sns01 .col_btn {
		height: calc(180 / 1599 * 100vw);
	}
	.row__sns01 .col_btn a:after {
		width: calc(50 / 1599 * 100vw);
		height: calc(50 / 1599 * 100vw);
	}
	.row__sns01 .col_btn a .logo {
		width: calc(290 / 1599 * 100vw);
	}
	.row__sns01 .col_btn a p {
		margin-bottom: calc(10 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__sns .ja {
		width: calc(660 / 1299 * 100vw);
		height: calc(80 / 1299 * 100vw);
	}
	.bg__sns01 .wrap01 .btn {
		width: calc(100 / 1299 * 100vw);
		height: calc(100 / 1299 * 100vw);
	}
	.bg__sns01 .wrap01 #sb_instagram #sbi_images {
		gap: calc(10 / 1299 * 100vw) !important;
	}
	.row__sns01 .col_btn {
		height: calc(180 / 1299 * 100vw);
	}
	.row__sns01 .col_btn a:after {
		width: calc(50 / 1299 * 100vw);
		height: calc(50 / 1299 * 100vw);
	}
	.row__sns01 .col_btn a .logo {
		width: calc(290 / 1299 * 100vw);
	}
	.row__sns01 .col_btn a p {
		margin-bottom: calc(10 / 1299 * 100vw);
	}

}
@media(max-width: 767px) {
	.ttl__sns {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.ttl__sns .ja {
		width: calc(660 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: .984375rem;
	}
	.ttl__sns .en {
		font-size: 3.125rem;
	}
	.bg__sns01 {
		padding-top: calc(98 / 750 * 100vw);
		padding-bottom: calc(80 / 750 * 100vw);
		border-top-width: calc(2 / 750 * 100vw);
	}
	.bg__sns01 .inner {
		max-width: calc(694 / 750 * 100vw);
	}
	.bg__sns01 .wrap01 .btn {
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.bg__sns01 .wrap01 #sb_instagram #sbi_images {
		gap: calc(6 / 750 * 100vw) !important;
	}
	.row__sns01 {
		margin-top: 8vw;
	}
	.row__sns01 .col_btn {
		max-width: calc(602 / 750 * 100vw);
		width: 100%;
		height: calc(180 / 750 * 100vw);
		margin: auto;
	}
	.row__sns01 .col_btn:not(:last-child) {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.row__sns01 .col_btn a:before {
		border-width: calc(2 / 750 * 100vw);
	}
	.row__sns01 .col_btn a:after {
		width: calc(50 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
	}
	.row__sns01 .col_btn a .logo {
		width: calc(290 / 750 * 100vw);
		margin-bottom: calc(6 / 750 * 100vw);
	}
	.row__sns01 .col_btn a p {
		width: calc(370 / 750 * 100vw);
		margin-bottom: .8vw;
		padding: 1.6vw 0 2vw;
		font-size: .859375rem;
		letter-spacing: 0;
	}
	.row__sns01 .col_btn .fz32{
		font-size: 1rem;
	}
}


/* トピックス index_topics
------------------------------------------------------------------*/
.ttl__topics {
	margin-bottom: 1.25em;
}
.ttl__topics .icn {
	width: calc(32 / 1920 * 100vw);
}
.ttl__topics .en {
	margin: 0 .2em 0 .15em;
	line-height: .75;
}
.link__topics01 {
	top: 3px;
	right: 0;
	width: calc(120 / 1920 * 100vw);
	height: calc(30 / 1920 * 100vw);
}
.link__topics01:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(13 / 1920 * 100vw);
	width: calc(6 / 1920 * 100vw);
	height: 100%;
	background: url(./images/page/arw_btn02.svg) no-repeat center / contain;
	content: '';
}
.link__topics01 span {
	margin-bottom: .3em;
}
.row__topics01 li {
	max-width: 390px;
	width: calc(390 / 1240 * 100%);
	margin-right: calc(35 / 1240 * 100%);
	margin-left: 0;
}
.row__topics01 li:nth-child(3n) {
	margin-right: 0;
}
.row__topics01 li:last-child {
	margin-right: 0 !important;
}
.row__topics01 li a dl {
	width: calc(100% - (140 / 1920 * 100vw));
}
.row__topics01 li a dt {
	margin: .2em 0 .6em;
}
.row__topics01 li a dd {
	line-height: 1.67;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl__topics .icn {
		width: calc(32 / 1599 * 100vw);
	}
	.link__topics01 {
		width: calc(120 / 1599 * 100vw);
		height: calc(30 / 1599 * 100vw);
	}
	.link__topics01:before {
		right: calc(13 / 1599 * 100vw);
		width: calc(6 / 1599 * 100vw);
	}
	.row__topics01 li a dl {
		width: calc(100% - (140 / 1599 * 100vw));
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl__topics .icn {
		width: calc(32 / 1299 * 100vw);
	}
	.link__topics01 {
		width: calc(120 / 1299 * 100vw);
		height: calc(30 / 1299 * 100vw);
	}
	.link__topics01:before {
		right: calc(13 / 1299 * 100vw);
		width: calc(6 / 1299 * 100vw);
	}
	.row__topics01 li a dl {
		width: calc(100% - (140 / 1299 * 100vw));
	}

}
@media(max-width: 767px) {
	.bg__topics01 {
		padding: calc(80 / 750 * 100vw) 0;
	}
	.ttl__topics {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.ttl__topics .icn {
		width: calc(61 / 750 * 100vw);
	}
	.ttl__topics .en {
		margin: 0 .8vw 0 2.8vw;
		font-size: 2.5rem;
	}
	.ttl__topics .ja {
		font-size: .875rem;
		letter-spacing: .1em;
	}
	.link__topics01 {
		position: relative;
		top: auto;
		right: auto;
		width: calc(402 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: auto;
		font-size: 1.125rem;
	}
	.link__topics01:before {
		right: calc(30 / 750 * 100vw);
		width: calc(22 / 750 * 100vw);
		background-image: url(./images/page/arw_btn07.svg);
	}
	.link__topics01 span {
		margin-bottom: 2vw;
	}
	.row__topics01 li {
		max-width: 100%;
		width: 100%;
		margin-bottom: calc(40 / 750 * 100vw);
		margin-right: 0 !important;
	}
	.row__topics01 li a {
		padding: calc(30 / 750 * 100vw);
	}
	.row__topics01 li a .thmb {
		width: calc(180 / 750 * 100vw);
	}
	.row__topics01 li a .img_thmb img {
		height: calc(180 / 750 * 100vw);
	}
	.row__topics01 li a dl {
		width: calc(100% - (210 / 750 * 100vw));
	}
	.row__topics01 li a dt {
		margin: 0 0 0vw;
		font-size: .8125rem;
	}
	.row__topics01 li a dd {
		line-height: 1.5;
	}

}


/* 採用情報 index_recruit
------------------------------------------------------------------*/
.bg__recruit01 {
	position: relative;
	padding-bottom: calc(210 / 1920 * 100vw);
}
.bg__recruit01:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(225 / 1920 * 100vw);
    background: url(./images/index/shape__recruit01.png) no-repeat center top / cover;
    content: '';
}
.bnr__recruit01 {
	position: relative;
	height: 0;
	padding-top: 44%;
}
.bnr__recruit01 a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(./images/index/img__recruit01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bnr__recruit01 a .ja {
	margin-bottom: -.82em;
	font-size: 2.21875rem;
	letter-spacing: .3em;
	line-height: 1.24;
}
.bnr__recruit01 a .en {
	max-width: 313px;
	width: 31.3%;
}
.bnr__recruit01 a .logo {
	width: 100%;
	height: 0;
	padding-top: 10%;
	background: rgba(7, 13, 61, .8);
}
.bnr__recruit01 a .logo:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: calc(50 / 1920 * 100vw);
	height: calc(50 / 1920 * 100vw);
	background: var(--color16);
	content: '';
	clip-path: polygon(101% 100%, 101% 0, 0 100%);
}
.bnr__recruit01 a .logo img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 696px;
	width: 69.6%;
	margin: auto;
}
.copy_recruit{
    margin-bottom: 1.2em;
    padding-bottom: 0.6em;
    background-image: url(./images/index/shape__recruit01.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: calc(1000 / 1920 * 100vw) auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__recruit01 {
		padding-bottom: calc(210 / 1599 * 100vw);
	}
	.bg__recruit01:before {
		height: calc(240 / 1599 * 100vw);
	}
	.bnr__recruit01 a .logo:before {
		width: calc(50 / 1599 * 100vw);
		height: calc(50 / 1599 * 100vw);
	}
	.copy_recruit{
		background-size: calc(1000 / 1599 * 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__recruit01 {
		padding-bottom: calc(210 / 1299 * 100vw);
	}
	.bg__recruit01:before {
		height: calc(180 / 1299 * 100vw);
	}
	.bnr__recruit01 a .logo:before {
		width: calc(50 / 1299 * 100vw);
		height: calc(50 / 1299 * 100vw);
	}
	.copy_recruit{
		background-size: calc(600 / 1299 * 100vw) auto;
	}
}
@media(max-width: 767px) {
	.ttl__recruit {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.bg__recruit01 {
		padding-bottom: calc(170 / 750 * 100vw);
	}
	.bg__recruit01:before {
		height: calc(145 / 750 * 100vw);
	}
	.bnr__recruit01 {
		height: auto;
		padding-top: 0;
	}
	.bnr__recruit01 a {
		display: block;
		position: relative;
		height: auto;
		background: none;
	}
	.bnr__recruit01 a .unit {
		padding: 18.4vw 0 2.5vw;
		background-image: url(./images/index/img__recruit01.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.bnr__recruit01 a .ja {
		margin-bottom: -3.6vw;
		font-size: 1.109375rem;
	}
	.bnr__recruit01 a .en {
		max-width: calc(313 / 750 * 100vw);
		width: 100%;
		padding-bottom: 0;
	}
	.bnr__recruit01 a .logo {
		height: calc(100 / 750 * 100vw);
		padding-top: 0;
	}
	.bnr__recruit01 a .logo:before {
		width: calc(50 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
	}
	.bnr__recruit01 a .logo img {
		max-width: calc(557 / 750 * 100vw);
		width: 100%;
	}
	.copy_recruit{
		font-size: 1.234375rem;
    	letter-spacing: 0.01em;
		line-height: 1.5;
		background-image: url(./images/index/shape__recruit01_sp.svg);
    	background-size: calc(650 / 750 * 100vw) auto;
		margin-bottom: 4vw;
    	padding-bottom: 6vw;
	}
	.index_recruit .txt.fz24{
		font-size: 1rem;
		letter-spacing: 0.01em;
		line-height: 2;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.copy_foot01 {
	position: relative;
	padding: .88em 0 .9em;
	font-size: 1.96875rem;
	letter-spacing: .1em;
	line-height: 1.52;
}
.copy_foot01:before,
.copy_foot01:after {
	display: block;
	position: absolute;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(4 / 1920 * 100vw);
	border-radius: 5px;
	background: var(--color01);
	content: '';
}
.copy_foot01:before {
	top: 0;
}
.copy_foot01:after {
	bottom: 0;
}
.copy_foot01 .deco01 {
	top: calc(-30 / 1920 * 100vw);
	left: 4%;
	max-width: 100px;
	width: 7%;
}
.copy_foot01 .deco02 {
	top: calc(-30 / 1920 * 100vw);
	right: 4%;
	max-width: 113px;
	width: 8%;
}
.arw_foot01 {
	width: calc(286 / 1920 * 100vw);
}
.row_foot01 {
	margin-top: calc(-40 / 1920 * 100vw);
}
.row_foot01 .col {
	max-width: 730px;
	width: 49%;
	margin-top: calc(40 / 1920 * 100vw);
}
.row_foot01 .col .logo {
	max-width: 100%;
}
.row_foot01 .col01 .logo {
	width: calc(355 / 1920 * 100vw);
}
.row_foot01 .col02 .logo {
	width: calc(463 / 1920 * 100vw);
}
.row_foot01 .col03 .logo {
	width: calc(374 / 1920 * 100vw);
}
.row_foot01 .col04 .logo {
	width: calc(477 / 1920 * 100vw);
}
.row_foot01 .col05 .logo {
	width: calc(335 / 1920 * 100vw);
}
.row_foot01 .col .address {
	margin: .7em 0 1.65em;
	line-height: 1.44;
}
.row_foot01 .col .tel {
	margin-bottom: .7em;
}
.row_foot01 .col .map {
	padding: calc(400 / 1920 * 100vw) 0 0;
}
.tbl_foot01 {
	max-width: 530px;
	width: 100%;
}
.tbl_foot01 .box {
	background: var(--color20);
}
.tbl_foot01 thead th {
	border-bottom-color: var(--color01);
	color: var(--color01);
}
.tbl_foot01 tbody th {
	color: var(--color01);
}
.tbl_foot01 tbody td {
	color: var(--color01);
}
.tbl_foot01 .tbl_caption {
	margin-top: .9em;
	line-height: 1.44;
}
.bg_foot dt {
	border-bottom-width: 2px;
	line-height: .5;
}
.bg_foot dd {
	margin-top: -1em;
}
.bg_foot dd a {
	position: relative;
	height: calc(24 / 1920 * 100vw);
	margin-top: 1em;
	margin-right: 1.65em;
	padding-left: 1.8em;
	line-height: calc(24 / 1920 * 100vw);
}
.bg_foot dd a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(24 / 1920 * 100vw);
	height: calc(24 / 1920 * 100vw);
	background-image: url(./images/page/arw_btn03.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(50 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
.txt_coming{
	left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
    text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	.copy_foot01:before,
	.copy_foot01:after {
		height: calc(4 / 1599 * 100vw);
	}
	.copy_foot01 .deco01 {
		top: calc(-30 / 1599 * 100vw);
	}
	.copy_foot01 .deco02 {
		top: calc(-30 / 1599 * 100vw);
	}
	.arw_foot01 {
		width: calc(286 / 1599 * 100vw);
	}
	.row_foot01 {
		margin-top: calc(-40 / 1599 * 100vw);
	}
	.row_foot01 .col {
		margin-top: calc(40 / 1599 * 100vw);
	}
	.row_foot01 .col01 .logo {
		width: calc(355 / 1599 * 100vw);
	}
	.row_foot01 .col02 .logo {
		width: calc(400 / 1599 * 100vw);
		/* width: calc(463 / 1599 * 100vw); */
	}
	.row_foot01 .col03 .logo {
		width: calc(374 / 1599 * 100vw);
	}
	.row_foot01 .col04 .logo {
		width: calc(400 / 1599 * 100vw);
		/* width: calc(477 / 1599 * 100vw); */
	}
	.row_foot01 .col05 .logo {
		width: calc(335 / 1599 * 100vw);
	}
	.row_foot01 .col .map {
		padding: calc(400 / 1599 * 100vw) 0 0;
	}
	.bg_foot dd a {
		height: calc(24 / 1599 * 100vw);
		line-height: calc(24 / 1599 * 100vw);
	}
	.bg_foot dd a:before {
		width: calc(24 / 1599 * 100vw);
		height: calc(24 / 1599 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(50 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_foot01:before,
	.copy_foot01:after {
		height: calc(4 / 1299 * 100vw);
	}
	.copy_foot01 .deco01 {
		top: calc(-30 / 1299 * 100vw);
		left: 1%;
	}
	.copy_foot01 .deco02 {
		top: calc(-30 / 1299 * 100vw);
		right: 1%;
	}
	.arw_foot01 {
		width: calc(286 / 1299 * 100vw);
	}
	.row_foot01 {
		margin-top: calc(-40 / 1299 * 100vw);
	}
	.row_foot01 .col {
		margin-top: calc(40 / 1299 * 100vw);
	}
	.row_foot01 .col01 .logo {
		width: calc(355 / 1299 * 100vw);
	}
	.row_foot01 .col02 .logo {
		width: calc(400 / 1299 * 100vw);
		/* width: calc(463 / 1299 * 100vw); */
	}
	.row_foot01 .col03 .logo {
		width: calc(374 / 1299 * 100vw);
	}
	.row_foot01 .col04 .logo {
		width: calc(400 / 1299 * 100vw);
		/* width: calc(477 / 1299 * 100vw); */
	}
	.row_foot01 .col05 .logo {
		width: calc(335 / 1299 * 100vw);
	}
	.row_foot01 .col .map {
		padding: calc(400 / 1299 * 100vw) 0 0;
	}
	.bg_foot dd a {
		height: calc(24 / 1299 * 100vw);
		line-height: calc(24 / 1299 * 100vw);
	}
	.bg_foot dd a:before {
		width: calc(24 / 1299 * 100vw);
		height: calc(24 / 1299 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(50 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.main_foot {
		padding-bottom: calc(100 / 750 * 100vw);
	}
	.copy_foot01 {
		padding: 5.4vw 0 6vw;
		font-size: 1.234375rem;
		letter-spacing: 0;
	}
	.copy_foot01:before,
	.copy_foot01:after {
		height: calc(4 / 750 * 100vw);
	}
	.copy_foot01 .deco01 {
		top: auto;
		bottom: calc(-137 / 750 * 100vw);
		left: calc(50 / 750 * 100vw);
		max-width: 100%;
		width: calc(100 / 750 * 100vw);
	}
	.copy_foot01 .deco02 {
		top: auto;
		bottom: calc(-139 / 750 * 100vw);
		right: calc(29 / 750 * 100vw);
		max-width: 100%;
		width: calc(113 / 750 * 100vw);
	}
	.arw_foot01 {
		width: calc(286 / 750 * 100vw);
		margin-top: 8vw;
		margin-bottom: 17.8vw;
	}
	.row_foot01 {
		display: block;
		margin-top: calc(-40 / 750 * 100vw);
	}
	.row_foot01 .col {
		max-width: 100%;
		width: 100%;
		margin-top: calc(40 / 750 * 100vw);
		padding-left: calc(28 / 750 * 100vw);
		padding-right: calc(28 / 750 * 100vw);
	}
	.row_foot01 .col01 .logo {
		width: calc(448 / 750 * 100vw);
	}
	.row_foot01 .col02 .logo {
		width: calc(540 / 750 * 100vw);
		/* width: calc(584 / 750 * 100vw); */
	}
	.row_foot01 .col03 .logo {
		width: calc(472 / 750 * 100vw);
	}
	.row_foot01 .col04 .logo {
		width: calc(540 / 750 * 100vw);
		/* width: calc(602 / 750 * 100vw); */
	}
	.row_foot01 .col05 .logo {
		width: calc(400 / 750 * 100vw);
	}
	.row_foot01 .col .address {
		margin: 3.9vw 0 4.6vw;
		font-size: .875rem;
		letter-spacing: .1em;
		line-height: 1.36;
	}
	.row_foot01 .col .tel {
		max-width: 100%;
		width: calc(602 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		font-size: 1.8125rem;
		letter-spacing: 0;
	}
	.row_foot01 .col .tel a {
		width: 100%;
		padding: 5.4vw 0 5vw;
		border-radius: 100px;
		border: calc(2 / 750 * 100vw) solid var(--color01);
	}
	.row_foot01 .col .tel a span {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row_foot01 .col .map {
		padding: calc(500 / 750 * 100vw) 0 0;
		border-radius: calc(40 / 750 * 100vw);
	}
	.row_foot01 .col .btn_common01 {
		margin-top: 8vw;
	}
	.tbl_foot01 {
		max-width: calc(646 / 750 * 100vw);
		margin-bottom: 7vw;
	}
	.tbl_foot01 .box {
		padding-left: calc(12 / 750 * 100vw);
		padding-right: calc(12 / 750 * 100vw);
	}
	.tbl_foot01 table {
		max-width: 100% !important;
	}
	.tbl_foot01 .tbl_caption {
		margin-top: 3vw;
	}
	.bg_foot {
		padding: calc(80 / 750 * 100vw) 0;
	}
	.bg_foot dt {
		border-bottom-width: calc(2 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		padding-bottom: calc(40 / 750 * 100vw);
	}
	.bg_foot dd {
		display: block;
		margin-top: 0;
	}
	.bg_foot dd a {
		height: calc(48 / 750 * 100vw);
		margin-left: calc(22 / 750 * 100vw);
		margin-right: calc(22 / 750 * 100vw);
		padding-left: 9vw;
		line-height: calc(48 / 750 * 100vw);
	}
	.bg_foot dd a:before {
		width: calc(48 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
		background-image: url(./images/page/arw_btn04.svg);
	}
	.copyright {
		font-size: .875rem;
		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 .js_accordion_toggle {
		position: relative;
		width: calc(640 / 750 * 100vw);
		height: calc(110 / 750 * 100vw);
	}
	.fix_tel .js_accordion_toggle:after {
		display: block;
		position: absolute;
		top: 0;
		right: calc(58 / 750 * 100vw);
		width: calc(20 / 750 * 100vw);
		height: 100%;
		background: url(./images/page/arw_btn05.svg) no-repeat center / contain;
		content: '';
		transition: .3s;
	}
	.fix_tel .js_accordion_toggle.is_open:after {
		transform: scaleY(-1);
}
	.fix_tel .js_accordion_toggle span {
		display: inline-block;
		margin-right: 7vw;
	}
	.fix_tel .js_accordion_item {
		width: 100%;
		bottom: calc(110 / 750 * 100vw);
		left: 0;
	}
	.fix_tel .js_accordion_item .row_btn {
		margin-top: calc(-20 / 750 * 100vw);
	}
	.fix_tel .js_accordion_item .row_btn .col_btn {
		width: calc(340 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
	}
	.fix_tel .js_accordion_item .row_btn .col_btn a {
		width: 100%;
		height: 100%;
	}
	.fix_tel .js_accordion_item .row_btn .btn_masuda{
		width: 100%;
	}
	.fix_tel .js_accordion_item .row_btn .btn_masuda a {
		width: calc(340 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
		margin: auto;
	}
	.fix_tel .js_accordion_item .row_btn .col_btn a .logo {
		width: 100%;
		height: calc(55 / 750 * 100vw);
	}
	.fix_tel .js_accordion_item .row_btn .col_btn a .logo img {
		max-width: none;
		width: auto;
		height: 100%;
	}
	.fix_tel .js_accordion_item .row_btn .col_btn a .tel {
		margin: 3vw 0 2vw;
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.fix_tel .js_accordion_item .row_btn .col_btn a .tel span {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.pagetop_sp {
		width: calc(110 / 750 * 100vw);
	}
	.pagetop_sp a,
	.pagetop_sp a img {
		display: block;
		width: 100%;
	}
	.txt_coming{
		position: relative;
        font-size: 1.8125rem;
        letter-spacing: 0.01em;
        margin-top: -2vw;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / 1920 * 100vw);
	height: calc(100% + calc(150 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / 1920 * 100vw);
	top: calc(30 / 1920 * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background-image: url(./images/page/icn_map01.svg);
	background-repeat: no-repeat;
	background-position: left calc(28 / 1920 * 100vw) center;
	background-size: calc(16 / 1920 * 100vw) auto;
	border: 1px solid #fff;
}
.btn_map a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 / 1920 * 100vw);
	width: calc(12 / 1920 * 100vw);
	height: 100%;
	margin: auto;
	background: url(./images/page/arw_btn01.svg) no-repeat center / contain;
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1599 * 100vw);
		height: calc(100% + calc(150 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background-position: left calc(28 / 1599 * 100vw) center;
		background-size: calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(20 / 1599 * 100vw);
		width: calc(12 / 1599 * 100vw);

	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background-position: left calc(28 / 1299 * 100vw) center;
		background-size: calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(20 / 1299 * 100vw);
		width: calc(12 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		background-position: left calc(40 / 750 * 100vw) center;
		background-size: calc(30 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
	}
	.btn_map a::after {
		right: calc(40 / 750 * 100vw);
		width: calc(25 / 750 * 100vw);
	}
}

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

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

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

}