@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
html, body {
	font-size: calc(18 / 1920 * 100vw);
	line-height: 2;
	color: #333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap {
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
.txt_link {
	color: #19b2cc;
}
:root {
	--guideline-color: #19b2cc;
	--break: 1920;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner,.inner800,.inner900,.inner1000,.inner1240,.inner1340,.inner1500
{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.inner800 {
	max-width: 800px;
}
.inner900 {
	max-width: 900px;
}
.inner1000 {
	max-width: 1000px;
}
.inner1240 {
	max-width: 1240px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
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; }

.circle { border-radius: 100%; }

.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: calc(5 / 1920 * 100vw); }
.mb10   { margin-bottom: calc(10 / 1920 * 100vw); }
.mb15   { margin-bottom: calc(15 / 1920 * 100vw); }
.mb20   { margin-bottom: calc(20 / 1920 * 100vw); }
.mb25   { margin-bottom: calc(25 / 1920 * 100vw); }
.mb30   { margin-bottom: calc(30 / 1920 * 100vw); }
.mb35   { margin-bottom: calc(35 / 1920 * 100vw); }
.mb40   { margin-bottom: calc(40 / 1920 * 100vw); }
.mb45   { margin-bottom: calc(45 / 1920 * 100vw); }
.mb50   { margin-bottom: calc(50 / 1920 * 100vw); }
.mb55   { margin-bottom: calc(55 / 1920 * 100vw); }
.mb60   { margin-bottom: calc(60 / 1920 * 100vw); }
.mb65   { margin-bottom: calc(65 / 1920 * 100vw); }
.mb70   { margin-bottom: calc(70 / 1920 * 100vw); }
.mb75   { margin-bottom: calc(75 / 1920 * 100vw); }
.mb80   { margin-bottom: calc(80 / 1920 * 100vw); }
.mb85   { margin-bottom: calc(85 / 1920 * 100vw); }
.mb90   { margin-bottom: calc(90 / 1920 * 100vw); }
.mb95   { margin-bottom: calc(95 / 1920 * 100vw); }
.mb100  { margin-bottom: calc(100 / 1920 * 100vw); }
.mb105  { margin-bottom: calc(105 / 1920 * 100vw); }
.mb110  { margin-bottom: calc(110 / 1920 * 100vw); }
.mb115  { margin-bottom: calc(115 / 1920 * 100vw); }
.mb120  { margin-bottom: calc(120 / 1920 * 100vw); }
.mb125  { margin-bottom: calc(125 / 1920 * 100vw); }
.mb130  { margin-bottom: calc(130 / 1920 * 100vw); }
.mb135  { margin-bottom: calc(135 / 1920 * 100vw); }
.mb140  { margin-bottom: calc(140 / 1920 * 100vw); }
.mb145  { margin-bottom: calc(145 / 1920 * 100vw); }
.mb150  { margin-bottom: calc(150 / 1920 * 100vw); }
.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; }

.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; }
.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; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

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

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }
.pt0 { padding-top: 0; }
.pt5 { padding-top: calc(5 / 1920 * 100vw); }
.pt10 { padding-top: calc(10 / 1920 * 100vw); }
.pt15 { padding-top: calc(15 / 1920 * 100vw); }
.pt20 { padding-top: calc(20 / 1920 * 100vw); }
.pt25 { padding-top: calc(25 / 1920 * 100vw); }
.pt30 { padding-top: calc(30 / 1920 * 100vw); }
.pt35 { padding-top: calc(35 / 1920 * 100vw); }
.pt40 { padding-top: calc(40 / 1920 * 100vw); }
.pt45 { padding-top: calc(45 / 1920 * 100vw); }
.pt50 { padding-top: calc(50 / 1920 * 100vw); }
.pt55 { padding-top: calc(55 / 1920 * 100vw); }
.pt60 { padding-top: calc(60 / 1920 * 100vw); }
.pt65 { padding-top: calc(65 / 1920 * 100vw); }
.pt70 { padding-top: calc(70 / 1920 * 100vw); }
.pt75 { padding-top: calc(75 / 1920 * 100vw); }
.pt80 { padding-top: calc(80 / 1920 * 100vw); }
.pt85 { padding-top: calc(85 / 1920 * 100vw); }
.pt90 { padding-top: calc(90 / 1920 * 100vw); }
.pt95 { padding-top: calc(95 / 1920 * 100vw); }
.pt100 { padding-top: calc(100 / 1920 * 100vw); }
.pt105 { padding-top: calc(105 / 1920 * 100vw); }
.pt110 { padding-top: calc(110 / 1920 * 100vw); }
.pt115 { padding-top: calc(115 / 1920 * 100vw); }
.pt120 { padding-top: calc(120 / 1920 * 100vw); }
.pt125 { padding-top: calc(125 / 1920 * 100vw); }
.pt130 { padding-top: calc(130 / 1920 * 100vw); }
.pt135 { padding-top: calc(135 / 1920 * 100vw); }
.pt140 { padding-top: calc(140 / 1920 * 100vw); }
.pt145 { padding-top: calc(145 / 1920 * 100vw); }
.pt150 { padding-top: calc(150 / 1920 * 100vw); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: calc(5 / 1920 * 100vw); }
.pb10 { padding-bottom: calc(10 / 1920 * 100vw); }
.pb15 { padding-bottom: calc(15 / 1920 * 100vw); }
.pb20 { padding-bottom: calc(20 / 1920 * 100vw); }
.pb25 { padding-bottom: calc(25 / 1920 * 100vw); }
.pb30 { padding-bottom: calc(30 / 1920 * 100vw); }
.pb35 { padding-bottom: calc(35 / 1920 * 100vw); }
.pb40 { padding-bottom: calc(40 / 1920 * 100vw); }
.pb45 { padding-bottom: calc(45 / 1920 * 100vw); }
.pb50 { padding-bottom: calc(50 / 1920 * 100vw); }
.pb55 { padding-bottom: calc(55 / 1920 * 100vw); }
.pb60 { padding-bottom: calc(60 / 1920 * 100vw); }
.pb65 { padding-bottom: calc(65 / 1920 * 100vw); }
.pb70 { padding-bottom: calc(70 / 1920 * 100vw); }
.pb75 { padding-bottom: calc(75 / 1920 * 100vw); }
.pb80 { padding-bottom: calc(80 / 1920 * 100vw); }
.pb85 { padding-bottom: calc(85 / 1920 * 100vw); }
.pb90 { padding-bottom: calc(90 / 1920 * 100vw); }
.pb95 { padding-bottom: calc(95 / 1920 * 100vw); }
.pb100 { padding-bottom: calc(100 / 1920 * 100vw); }
.pb105 { padding-bottom: calc(105 / 1920 * 100vw); }
.pb110 { padding-bottom: calc(110 / 1920 * 100vw); }
.pb115 { padding-bottom: calc(115 / 1920 * 100vw); }
.pb120 { padding-bottom: calc(120 / 1920 * 100vw); }
.pb125 { padding-bottom: calc(125 / 1920 * 100vw); }
.pb130 { padding-bottom: calc(130 / 1920 * 100vw); }
.pb135 { padding-bottom: calc(135 / 1920 * 100vw); }
.pb140 { padding-bottom: calc(140 / 1920 * 100vw); }
.pb145 { padding-bottom: calc(145 / 1920 * 100vw); }
.pb150 { padding-bottom: calc(150 / 1920 * 100vw); }

.prl10 { padding-right: calc(10 / 1920 * 100vw); padding-left: calc(10 / 1920 * 100vw); }
.prl20 { padding-right: calc(20 / 1920 * 100vw); padding-left: calc(20 / 1920 * 100vw); }
.prl30 { padding-right: calc(30 / 1920 * 100vw); padding-left: calc(30 / 1920 * 100vw); }
.prl40 { padding-right: calc(40 / 1920 * 100vw); padding-left: calc(40 / 1920 * 100vw); }
.prl50 { padding-right: calc(50 / 1920 * 100vw); padding-left: calc(50 / 1920 * 100vw); }
.prl60 { padding-right: calc(60 / 1920 * 100vw); padding-left: calc(60 / 1920 * 100vw); }
.prl70 { padding-right: calc(70 / 1920 * 100vw); padding-left: calc(70 / 1920 * 100vw); }
.prl80 { padding-right: calc(80 / 1920 * 100vw); padding-left: calc(80 / 1920 * 100vw); }
.prl90 { padding-right: calc(90 / 1920 * 100vw); padding-left: calc(90 / 1920 * 100vw); }
.prl100 { padding-right: calc(100 / 1920 * 100vw); padding-left: calc(100 / 1920 * 100vw); }

.fz10{font-size: 55.6%; letter-spacing: .1em;}
.fz12{font-size: 66.7%; letter-spacing: .1em;}
.fz14{font-size: 77.7%; letter-spacing: .1em;}
.fz15{font-size: 83.3%; letter-spacing: .1em;}
.fz16{font-size: 88.8%; letter-spacing: .1em;}
.fz20{font-size: 111.1%; letter-spacing: .1em;}
.fz22{font-size: 122.2%; letter-spacing: .1em;}
.fz24{font-size: 133.3%; letter-spacing: .1em;}
.fz25{font-size: 138.8%; letter-spacing: .1em;}
.fz26{font-size: 144.4%; letter-spacing: .1em;}
.fz28{font-size: 155.5%; letter-spacing: .1em;}
.fz30{font-size: 166.6%; letter-spacing: .1em;}
.fz32{font-size: 177.7%; letter-spacing: .1em;}
.fz34{font-size: 188.8%; letter-spacing: .1em;}
.fz36{font-size: 200%; letter-spacing: .1em;}
.fz38{font-size: 205.5%; letter-spacing: .1em;}
.fz40{font-size: 222.2%; letter-spacing: .1em;}
.fz42{font-size: 233.3%; letter-spacing: .1em;}
.fz44{font-size: 244.4%; letter-spacing: .1em;}
.fz46{font-size: 255.5%; letter-spacing: .1em;}
.fz48{font-size: 266.6%; letter-spacing: .1em;}
.fz50{font-size: 277.7%; letter-spacing: .1em;}
.fz70{font-size: 388.8%; letter-spacing: .1em;}
.fz60{font-size: 333.3%; letter-spacing: .1em;}
.fz80{font-size: 444.4%; letter-spacing: .1em;}
.fz84{font-size: 466.6%; letter-spacing: .1em;}
.fz90{font-size: 500%; letter-spacing: .1em;}
.fz96{font-size: 533.3%; letter-spacing: .1em;}
.fz100{font-size: 555.5%; letter-spacing: .1em;}
.fz120{font-size: 666.6%; letter-spacing: .1em;}
.fz130{font-size: 722.2%; letter-spacing: .1em;}
.fz140{font-size: 777.7%; letter-spacing: .1em;}
.fz150{font-size: 833.3%; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }
.shu_b {
	font-family: dnp-shuei-ymincho-std,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.shu_m {
	font-family: dnp-shuei-ymincho-std,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.koz {
	font-family: kozuka-gothic-pr6n,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.din {
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.meno {
	font-family: meno-banner,serif;
	font-weight: 400;
	font-style: normal;
}
.txt_col01 { color: #a867a4!important; }
.txt_col02 { color: #19b2cc!important; }
.txt_col03 { color: #fdfb4e!important; }
.txt_col04 { color: #153a76!important; }
.txt_col05 { color: #f09225!important; }
.txt_col06 { color: #ffea00!important; }
.txt_col07 { color: #f5f5f7!important; }
.txt_col08 { color: #4894bb!important; }
.bg_col01 { background-color: #a867a4!important; }
.bg_col02 { background-color: #19b2cc!important; }
.bg_col03 { background-color: #fdfb4e!important; }
.bg_col04 { background-color: #153a76!important; }
.bg_col05 { background-color: #f09225!important; }
.bg_col06 { background-color: #ffea00!important; }
.bg_col07 { background-color: #f5f5f7!important; }
.bg_col08 { background-color: #4894bb!important; }
.bg_ptn01 {
	background: url("images/page/ptn01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: calc(9 / 1920 * 100vw);
}
.txt_grd01 {
	color: #153a76;
	background: -webkit-linear-gradient(left, rgba(21,58,118,1) 0%, rgba(72,148,187,1) 50%, rgba(25,178,204,1) 100%);
	background: -o-linear-gradient(left, rgba(21,58,118,1) 0%, rgba(72,148,187,1) 50%, rgba(25,178,204,1) 100%);
	background: linear-gradient(to right, rgba(21,58,118,1) 0%, rgba(72,148,187,1) 50%, rgba(25,178,204,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
@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) {
	html, body {
		font-size: calc(18 / 1599 * 100vw);
	}
	.mb5    { margin-bottom: calc(5 / 1599 * 100vw); }
	.mb10   { margin-bottom: calc(10 / 1599 * 100vw); }
	.mb15   { margin-bottom: calc(15 / 1599 * 100vw); }
	.mb20   { margin-bottom: calc(20 / 1599 * 100vw); }
	.mb25   { margin-bottom: calc(25 / 1599 * 100vw); }
	.mb30   { margin-bottom: calc(30 / 1599 * 100vw); }
	.mb35   { margin-bottom: calc(35 / 1599 * 100vw); }
	.mb40   { margin-bottom: calc(40 / 1599 * 100vw); }
	.mb45   { margin-bottom: calc(45 / 1599 * 100vw); }
	.mb50   { margin-bottom: calc(50 / 1599 * 100vw); }
	.mb55   { margin-bottom: calc(55 / 1599 * 100vw); }
	.mb60   { margin-bottom: calc(60 / 1599 * 100vw); }
	.mb65   { margin-bottom: calc(65 / 1599 * 100vw); }
	.mb70   { margin-bottom: calc(70 / 1599 * 100vw); }
	.mb75   { margin-bottom: calc(75 / 1599 * 100vw); }
	.mb80   { margin-bottom: calc(80 / 1599 * 100vw); }
	.mb85   { margin-bottom: calc(85 / 1599 * 100vw); }
	.mb90   { margin-bottom: calc(90 / 1599 * 100vw); }
	.mb95   { margin-bottom: calc(95 / 1599 * 100vw); }
	.mb100  { margin-bottom: calc(100 / 1599 * 100vw); }
	.mb105  { margin-bottom: calc(105 / 1599 * 100vw); }
	.mb110  { margin-bottom: calc(110 / 1599 * 100vw); }
	.mb115  { margin-bottom: calc(115 / 1599 * 100vw); }
	.mb120  { margin-bottom: calc(120 / 1599 * 100vw); }
	.mb125  { margin-bottom: calc(125 / 1599 * 100vw); }
	.mb130  { margin-bottom: calc(130 / 1599 * 100vw); }
	.mb135  { margin-bottom: calc(135 / 1599 * 100vw); }
	.mb140  { margin-bottom: calc(140 / 1599 * 100vw); }
	.mb145  { margin-bottom: calc(145 / 1599 * 100vw); }
	.mb150  { margin-bottom: calc(150 / 1599 * 100vw); }
	
	.pt5 { padding-top: calc(5 / 1599 * 100vw); }
	.pt10 { padding-top: calc(10 / 1599 * 100vw); }
	.pt15 { padding-top: calc(15 / 1599 * 100vw); }
	.pt20 { padding-top: calc(20 / 1599 * 100vw); }
	.pt25 { padding-top: calc(25 / 1599 * 100vw); }
	.pt30 { padding-top: calc(30 / 1599 * 100vw); }
	.pt35 { padding-top: calc(35 / 1599 * 100vw); }
	.pt40 { padding-top: calc(40 / 1599 * 100vw); }
	.pt45 { padding-top: calc(45 / 1599 * 100vw); }
	.pt50 { padding-top: calc(50 / 1599 * 100vw); }
	.pt55 { padding-top: calc(55 / 1599 * 100vw); }
	.pt60 { padding-top: calc(60 / 1599 * 100vw); }
	.pt65 { padding-top: calc(65 / 1599 * 100vw); }
	.pt70 { padding-top: calc(70 / 1599 * 100vw); }
	.pt75 { padding-top: calc(75 / 1599 * 100vw); }
	.pt80 { padding-top: calc(80 / 1599 * 100vw); }
	.pt85 { padding-top: calc(85 / 1599 * 100vw); }
	.pt90 { padding-top: calc(90 / 1599 * 100vw); }
	.pt95 { padding-top: calc(95 / 1599 * 100vw); }
	.pt100 { padding-top: calc(100 / 1599 * 100vw); }
	.pt105 { padding-top: calc(105 / 1599 * 100vw); }
	.pt110 { padding-top: calc(110 / 1599 * 100vw); }
	.pt115 { padding-top: calc(115 / 1599 * 100vw); }
	.pt120 { padding-top: calc(120 / 1599 * 100vw); }
	.pt125 { padding-top: calc(125 / 1599 * 100vw); }
	.pt130 { padding-top: calc(130 / 1599 * 100vw); }
	.pt135 { padding-top: calc(135 / 1599 * 100vw); }
	.pt140 { padding-top: calc(140 / 1599 * 100vw); }
	.pt145 { padding-top: calc(145 / 1599 * 100vw); }
	.pt150 { padding-top: calc(150 / 1599 * 100vw); }

	.pb5 { padding-bottom: calc(5 / 1599 * 100vw); }
	.pb10 { padding-bottom: calc(10 / 1599 * 100vw); }
	.pb15 { padding-bottom: calc(15 / 1599 * 100vw); }
	.pb20 { padding-bottom: calc(20 / 1599 * 100vw); }
	.pb25 { padding-bottom: calc(25 / 1599 * 100vw); }
	.pb30 { padding-bottom: calc(30 / 1599 * 100vw); }
	.pb35 { padding-bottom: calc(35 / 1599 * 100vw); }
	.pb40 { padding-bottom: calc(40 / 1599 * 100vw); }
	.pb45 { padding-bottom: calc(45 / 1599 * 100vw); }
	.pb50 { padding-bottom: calc(50 / 1599 * 100vw); }
	.pb55 { padding-bottom: calc(55 / 1599 * 100vw); }
	.pb60 { padding-bottom: calc(60 / 1599 * 100vw); }
	.pb65 { padding-bottom: calc(65 / 1599 * 100vw); }
	.pb70 { padding-bottom: calc(70 / 1599 * 100vw); }
	.pb75 { padding-bottom: calc(75 / 1599 * 100vw); }
	.pb80 { padding-bottom: calc(80 / 1599 * 100vw); }
	.pb85 { padding-bottom: calc(85 / 1599 * 100vw); }
	.pb90 { padding-bottom: calc(90 / 1599 * 100vw); }
	.pb95 { padding-bottom: calc(95 / 1599 * 100vw); }
	.pb100 { padding-bottom: calc(100 / 1599 * 100vw); }
	.pb105 { padding-bottom: calc(105 / 1599 * 100vw); }
	.pb110 { padding-bottom: calc(110 / 1599 * 100vw); }
	.pb115 { padding-bottom: calc(115 / 1599 * 100vw); }
	.pb120 { padding-bottom: calc(120 / 1599 * 100vw); }
	.pb125 { padding-bottom: calc(125 / 1599 * 100vw); }
	.pb130 { padding-bottom: calc(130 / 1599 * 100vw); }
	.pb135 { padding-bottom: calc(135 / 1599 * 100vw); }
	.pb140 { padding-bottom: calc(140 / 1599 * 100vw); }
	.pb145 { padding-bottom: calc(145 / 1599 * 100vw); }
	.pb150 { padding-bottom: calc(150 / 1599 * 100vw); }

	.prl10 { padding-right: calc(10 / 1599 * 100vw); padding-left: calc(10 / 1599 * 100vw); }
	.prl20 { padding-right: calc(20 / 1599 * 100vw); padding-left: calc(20 / 1599 * 100vw); }
	.prl30 { padding-right: calc(30 / 1599 * 100vw); padding-left: calc(30 / 1599 * 100vw); }
	.prl40 { padding-right: calc(40 / 1599 * 100vw); padding-left: calc(40 / 1599 * 100vw); }
	.prl50 { padding-right: calc(50 / 1599 * 100vw); padding-left: calc(50 / 1599 * 100vw); }
	.prl60 { padding-right: calc(60 / 1599 * 100vw); padding-left: calc(60 / 1599 * 100vw); }
	.prl70 { padding-right: calc(70 / 1599 * 100vw); padding-left: calc(70 / 1599 * 100vw); }
	.prl80 { padding-right: calc(80 / 1599 * 100vw); padding-left: calc(80 / 1599 * 100vw); }
	.prl90 { padding-right: calc(90 / 1599 * 100vw); padding-left: calc(90 / 1599 * 100vw); }
	.prl100 { padding-right: calc(100 / 1599 * 100vw); padding-left: calc(100 / 1599 * 100vw); }
	.bg_ptn01 {
		background-size: calc(9 / 1599 * 100vw);
	}
	:root {
		--break: 1599;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	html, body {
		font-size: calc(18 / 1299 * 100vw);
	}
	.mb5    { margin-bottom: calc(5 / 1299 * 100vw); }
	.mb10   { margin-bottom: calc(10 / 1299 * 100vw); }
	.mb15   { margin-bottom: calc(15 / 1299 * 100vw); }
	.mb20   { margin-bottom: calc(20 / 1299 * 100vw); }
	.mb25   { margin-bottom: calc(25 / 1299 * 100vw); }
	.mb30   { margin-bottom: calc(30 / 1299 * 100vw); }
	.mb35   { margin-bottom: calc(35 / 1299 * 100vw); }
	.mb40   { margin-bottom: calc(40 / 1299 * 100vw); }
	.mb45   { margin-bottom: calc(45 / 1299 * 100vw); }
	.mb50   { margin-bottom: calc(50 / 1299 * 100vw); }
	.mb55   { margin-bottom: calc(55 / 1299 * 100vw); }
	.mb60   { margin-bottom: calc(60 / 1299 * 100vw); }
	.mb65   { margin-bottom: calc(65 / 1299 * 100vw); }
	.mb70   { margin-bottom: calc(70 / 1299 * 100vw); }
	.mb75   { margin-bottom: calc(75 / 1299 * 100vw); }
	.mb80   { margin-bottom: calc(80 / 1299 * 100vw); }
	.mb85   { margin-bottom: calc(85 / 1299 * 100vw); }
	.mb90   { margin-bottom: calc(90 / 1299 * 100vw); }
	.mb95   { margin-bottom: calc(95 / 1299 * 100vw); }
	.mb100  { margin-bottom: calc(100 / 1299 * 100vw); }
	.mb105  { margin-bottom: calc(105 / 1299 * 100vw); }
	.mb110  { margin-bottom: calc(110 / 1299 * 100vw); }
	.mb115  { margin-bottom: calc(115 / 1299 * 100vw); }
	.mb120  { margin-bottom: calc(120 / 1299 * 100vw); }
	.mb125  { margin-bottom: calc(125 / 1299 * 100vw); }
	.mb130  { margin-bottom: calc(130 / 1299 * 100vw); }
	.mb135  { margin-bottom: calc(135 / 1299 * 100vw); }
	.mb140  { margin-bottom: calc(140 / 1299 * 100vw); }
	.mb145  { margin-bottom: calc(145 / 1299 * 100vw); }
	.mb150  { margin-bottom: calc(150 / 1299 * 100vw); }
	
	.pt5 { padding-top: calc(5 / 1299 * 100vw); }
	.pt10 { padding-top: calc(10 / 1299 * 100vw); }
	.pt15 { padding-top: calc(15 / 1299 * 100vw); }
	.pt20 { padding-top: calc(20 / 1299 * 100vw); }
	.pt25 { padding-top: calc(25 / 1299 * 100vw); }
	.pt30 { padding-top: calc(30 / 1299 * 100vw); }
	.pt35 { padding-top: calc(35 / 1299 * 100vw); }
	.pt40 { padding-top: calc(40 / 1299 * 100vw); }
	.pt45 { padding-top: calc(45 / 1299 * 100vw); }
	.pt50 { padding-top: calc(50 / 1299 * 100vw); }
	.pt55 { padding-top: calc(55 / 1299 * 100vw); }
	.pt60 { padding-top: calc(60 / 1299 * 100vw); }
	.pt65 { padding-top: calc(65 / 1299 * 100vw); }
	.pt70 { padding-top: calc(70 / 1299 * 100vw); }
	.pt75 { padding-top: calc(75 / 1299 * 100vw); }
	.pt80 { padding-top: calc(80 / 1299 * 100vw); }
	.pt85 { padding-top: calc(85 / 1299 * 100vw); }
	.pt90 { padding-top: calc(90 / 1299 * 100vw); }
	.pt95 { padding-top: calc(95 / 1299 * 100vw); }
	.pt100 { padding-top: calc(100 / 1299 * 100vw); }
	.pt105 { padding-top: calc(105 / 1299 * 100vw); }
	.pt110 { padding-top: calc(110 / 1299 * 100vw); }
	.pt115 { padding-top: calc(115 / 1299 * 100vw); }
	.pt120 { padding-top: calc(120 / 1299 * 100vw); }
	.pt125 { padding-top: calc(125 / 1299 * 100vw); }
	.pt130 { padding-top: calc(130 / 1299 * 100vw); }
	.pt135 { padding-top: calc(135 / 1299 * 100vw); }
	.pt140 { padding-top: calc(140 / 1299 * 100vw); }
	.pt145 { padding-top: calc(145 / 1299 * 100vw); }
	.pt150 { padding-top: calc(150 / 1299 * 100vw); }

	.pb5 { padding-bottom: calc(5 / 1299 * 100vw); }
	.pb10 { padding-bottom: calc(10 / 1299 * 100vw); }
	.pb15 { padding-bottom: calc(15 / 1299 * 100vw); }
	.pb20 { padding-bottom: calc(20 / 1299 * 100vw); }
	.pb25 { padding-bottom: calc(25 / 1299 * 100vw); }
	.pb30 { padding-bottom: calc(30 / 1299 * 100vw); }
	.pb35 { padding-bottom: calc(35 / 1299 * 100vw); }
	.pb40 { padding-bottom: calc(40 / 1299 * 100vw); }
	.pb45 { padding-bottom: calc(45 / 1299 * 100vw); }
	.pb50 { padding-bottom: calc(50 / 1299 * 100vw); }
	.pb55 { padding-bottom: calc(55 / 1299 * 100vw); }
	.pb60 { padding-bottom: calc(60 / 1299 * 100vw); }
	.pb65 { padding-bottom: calc(65 / 1299 * 100vw); }
	.pb70 { padding-bottom: calc(70 / 1299 * 100vw); }
	.pb75 { padding-bottom: calc(75 / 1299 * 100vw); }
	.pb80 { padding-bottom: calc(80 / 1299 * 100vw); }
	.pb85 { padding-bottom: calc(85 / 1299 * 100vw); }
	.pb90 { padding-bottom: calc(90 / 1299 * 100vw); }
	.pb95 { padding-bottom: calc(95 / 1299 * 100vw); }
	.pb100 { padding-bottom: calc(100 / 1299 * 100vw); }
	.pb105 { padding-bottom: calc(105 / 1299 * 100vw); }
	.pb110 { padding-bottom: calc(110 / 1299 * 100vw); }
	.pb115 { padding-bottom: calc(115 / 1299 * 100vw); }
	.pb120 { padding-bottom: calc(120 / 1299 * 100vw); }
	.pb125 { padding-bottom: calc(125 / 1299 * 100vw); }
	.pb130 { padding-bottom: calc(130 / 1299 * 100vw); }
	.pb135 { padding-bottom: calc(135 / 1299 * 100vw); }
	.pb140 { padding-bottom: calc(140 / 1299 * 100vw); }
	.pb145 { padding-bottom: calc(145 / 1299 * 100vw); }
	.pb150 { padding-bottom: calc(150 / 1299 * 100vw); }

	.prl10 { padding-right: calc(10 / 1299 * 100vw); padding-left: calc(10 / 1299 * 100vw); }
	.prl20 { padding-right: calc(20 / 1299 * 100vw); padding-left: calc(20 / 1299 * 100vw); }
	.prl30 { padding-right: calc(30 / 1299 * 100vw); padding-left: calc(30 / 1299 * 100vw); }
	.prl40 { padding-right: calc(40 / 1299 * 100vw); padding-left: calc(40 / 1299 * 100vw); }
	.prl50 { padding-right: calc(50 / 1299 * 100vw); padding-left: calc(50 / 1299 * 100vw); }
	.prl60 { padding-right: calc(60 / 1299 * 100vw); padding-left: calc(60 / 1299 * 100vw); }
	.prl70 { padding-right: calc(70 / 1299 * 100vw); padding-left: calc(70 / 1299 * 100vw); }
	.prl80 { padding-right: calc(80 / 1299 * 100vw); padding-left: calc(80 / 1299 * 100vw); }
	.prl90 { padding-right: calc(90 / 1299 * 100vw); padding-left: calc(90 / 1299 * 100vw); }
	.prl100 { padding-right: calc(100 / 1299 * 100vw); padding-left: calc(100 / 1299 * 100vw); }
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.bg_ptn01 {
		background-size: calc(9 / 1299 * 100vw);
	}
	:root {
		--break: 1299;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		letter-spacing: 0;
	}
	.inner,.inner800,.inner900,.inner1000,.inner1240,.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;
	}

	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
	.mb45  { margin-bottom: calc( 45 / 750 * 100vw); }
	.mb50  { margin-bottom: calc( 50 / 750 * 100vw); }
	.mb55  { margin-bottom: calc( 55 / 750 * 100vw); }
	.mb60  { margin-bottom: calc( 60 / 750 * 100vw); }
	.mb65  { margin-bottom: calc( 65 / 750 * 100vw); }
	.mb70  { margin-bottom: calc( 70 / 750 * 100vw); }
	.mb75  { margin-bottom: calc( 75 / 750 * 100vw); }
	.mb80  { margin-bottom: calc( 80 / 750 * 100vw); }
	.mb85  { margin-bottom: calc( 85 / 750 * 100vw); }
	.mb90  { margin-bottom: calc( 90 / 750 * 100vw); }
	.mb95  { margin-bottom: calc( 95 / 750 * 100vw); }
	.mb100 { margin-bottom:calc(100 / 750 * 100vw); }
	.mb105 { margin-bottom:calc(105 / 750 * 100vw); }
	.mb110 { margin-bottom:calc(110 / 750 * 100vw); }
	.mb115 { margin-bottom:calc(115 / 750 * 100vw); }
	.mb120 { margin-bottom:calc(120 / 750 * 100vw); }
	.mb125 { margin-bottom:calc(125 / 750 * 100vw); }
	.mb130 { margin-bottom:calc(130 / 750 * 100vw); }
	.mb135 { margin-bottom:calc(135 / 750 * 100vw); }
	.mb140 { margin-bottom:calc(140 / 750 * 100vw); }
	.mb145 { margin-bottom:calc(145 / 750 * 100vw); }
	.mb150 { margin-bottom:calc(150 / 750 * 100vw); }

	.mgn_a_sp { margin-left: auto; margin-right: auto; }
	
	.pt5 { padding-top: calc(5 / 750 * 100vw); }
	.pt10 { padding-top: calc(10 / 750 * 100vw); }
	.pt15 { padding-top: calc(15 / 750 * 100vw); }
	.pt20 { padding-top: calc(20 / 750 * 100vw); }
	.pt25 { padding-top: calc(25 / 750 * 100vw); }
	.pt30 { padding-top: calc(30 / 750 * 100vw); }
	.pt35 { padding-top: calc(35 / 750 * 100vw); }
	.pt40 { padding-top: calc(40 / 750 * 100vw); }
	.pt45 { padding-top: calc(45 / 750 * 100vw); }
	.pt50 { padding-top: calc(50 / 750 * 100vw); }
	.pt55 { padding-top: calc(55 / 750 * 100vw); }
	.pt60 { padding-top: calc(60 / 750 * 100vw); }
	.pt65 { padding-top: calc(65 / 750 * 100vw); }
	.pt70 { padding-top: calc(70 / 750 * 100vw); }
	.pt75 { padding-top: calc(75 / 750 * 100vw); }
	.pt80 { padding-top: calc(80 / 750 * 100vw); }
	.pt85 { padding-top: calc(85 / 750 * 100vw); }
	.pt90 { padding-top: calc(90 / 750 * 100vw); }
	.pt95 { padding-top: calc(95 / 750 * 100vw); }
	.pt100 { padding-top: calc(100 / 750 * 100vw); }
	.pt105 { padding-top: calc(105 / 750 * 100vw); }
	.pt110 { padding-top: calc(110 / 750 * 100vw); }
	.pt120 { padding-top: calc(120 / 750 * 100vw); }
	.pt125 { padding-top: calc(125 / 750 * 100vw); }
	.pt130 { padding-top: calc(130 / 750 * 100vw); }
	.pt135 { padding-top: calc(135 / 750 * 100vw); }
	.pt140 { padding-top: calc(140 / 750 * 100vw); }
	.pt145 { padding-top: calc(145 / 750 * 100vw); }
	.pt150 { padding-top: calc(150 / 750 * 100vw); }

	.pb5 { padding-bottom: calc(5 / 750 * 100vw); }
	.pb10 { padding-bottom: calc(10 / 750 * 100vw); }
	.pb15 { padding-bottom: calc(15 / 750 * 100vw); }
	.pb20 { padding-bottom: calc(20 / 750 * 100vw); }
	.pb25 { padding-bottom: calc(25 / 750 * 100vw); }
	.pb30 { padding-bottom: calc(30 / 750 * 100vw); }
	.pb35 { padding-bottom: calc(35 / 750 * 100vw); }
	.pb40 { padding-bottom: calc(40 / 750 * 100vw); }
	.pb45 { padding-bottom: calc(45 / 750 * 100vw); }
	.pb50 { padding-bottom: calc(50 / 750 * 100vw); }
	.pb55 { padding-bottom: calc(55 / 750 * 100vw); }
	.pb60 { padding-bottom: calc(60 / 750 * 100vw); }
	.pb65 { padding-bottom: calc(65 / 750 * 100vw); }
	.pb70 { padding-bottom: calc(70 / 750 * 100vw); }
	.pb75 { padding-bottom: calc(75 / 750 * 100vw); }
	.pb80 { padding-bottom: calc(80 / 750 * 100vw); }
	.pb85 { padding-bottom: calc(85 / 750 * 100vw); }
	.pb90 { padding-bottom: calc(90 / 750 * 100vw); }
	.pb95 { padding-bottom: calc(95 / 750 * 100vw); }
	.pb100 { padding-bottom: calc(100 / 750 * 100vw); }
	.pb105 { padding-bottom: calc(105 / 750 * 100vw); }
	.pb110 { padding-bottom: calc(110 / 750 * 100vw); }
	.pb120 { padding-bottom: calc(120 / 750 * 100vw); }
	.pb125 { padding-bottom: calc(125 / 750 * 100vw); }
	.pb130 { padding-bottom: calc(130 / 750 * 100vw); }
	.pb135 { padding-bottom: calc(135 / 750 * 100vw); }
	.pb140 { padding-bottom: calc(140 / 750 * 100vw); }
	.pb145 { padding-bottom: calc(145 / 750 * 100vw); }
	.pb150 { padding-bottom: calc(150 / 750 * 100vw); }
	
	.prl10 { padding-right: calc(10 / 750 * 100vw); padding-left: calc(10 / 750 * 100vw); }
	.prl20 { padding-right: calc(20 / 750 * 100vw); padding-left: calc(20 / 750 * 100vw); }
	.prl30 { padding-right: calc(30 / 750 * 100vw); padding-left: calc(30 / 750 * 100vw); }
	.prl40 { padding-right: calc(40 / 750 * 100vw); padding-left: calc(40 / 750 * 100vw); }
	.prl50 { padding-right: calc(50 / 750 * 100vw); padding-left: calc(50 / 750 * 100vw); }
	.prl60 { padding-right: calc(60 / 750 * 100vw); padding-left: calc(60 / 750 * 100vw); }
	.prl70 { padding-right: calc(70 / 750 * 100vw); padding-left: calc(70 / 750 * 100vw); }
	.prl80 { padding-right: calc(80 / 750 * 100vw); padding-left: calc(80 / 750 * 100vw); }
	.prl90 { padding-right: calc(90 / 750 * 100vw); padding-left: calc(90 / 750 * 100vw); }
	.prl100 { padding-right: calc(100 / 750 * 100vw); padding-left: calc(100 / 750 * 100vw); }

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

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

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.fz20 {
		font-size: 100%;
		letter-spacing: 0;
	}
	.bg_ptn01 {
		background-size: calc(9 / 750 * 100vw);
	}
	:root {
		--break: 750;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: absolute;
	padding: 0 calc(130 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
	z-index: 10;
	width: 100%;
}
h1 {
	width: calc(355 / 1920 * 100vw);
}
.row_head01 .col_l {
	width: calc(320 / 1920 * 100vw);
	height: calc(130 / 1920 * 100vw);
}
.row_head01 .col_c {
	width: calc(320 / 1920 * 100vw);
}
.row_head01 .col_r {
	width: calc(140 / 1920 * 100vw);
}
.row_head01 .col a {
	height: calc(130 / 1920 * 100vw);
}
.row_head01 .col_r a:after {
	border-width: calc(8 / 1920 * 100vw);
	right: calc(4 / 1920 * 100vw);
	bottom: calc(4 / 1920 * 100vw);
	border-color: transparent #153a76 #153a76 transparent;
}
.row_head01 .col_l .icn {
	width: calc(50 / 1920 * 100vw);
	margin-right: calc(5 / 1920 * 100vw);
}
.row_head01 .col_l .txt01 {
	text-indent: -1em;
	margin-left: 1em;
}
.row_head01 .col_l .txt01 span {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1;
}
.row_head01 .col_l .txt01 em {
	font-size: 123.08%;
	letter-spacing: .1em;
	line-height: 1;
}
.row_head01 .col_c .icn {
	width: calc(24 / 1920 * 100vw);
	margin: 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
}
.row_head01 .col_r .icn {
	width: calc(24 / 1920 * 100vw);
}
.row_head01 .col_r .time {
	width: 100%;
	max-width: calc(100 / 1920 * 100vw);
	line-height: calc(30 / 1920 * 100vw);
	border-radius: calc(20 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	header {
		padding: 0 calc(130 / 1599 * 100vw) 0 calc(40 / 1599 * 100vw);
	}
	h1 {
		width: calc(355 / 1599 * 100vw);
	}
	.row_head01 .col_l {
		width: calc(320 / 1599 * 100vw);
		height: calc(130 / 1599 * 100vw);
	}
	.row_head01 .col_c {
		width: calc(320 / 1599 * 100vw);
	}
	.row_head01 .col_r {
		width: calc(140 / 1599 * 100vw);
	}
	.row_head01 .col a {
		height: calc(130 / 1599 * 100vw);
	}
	.row_head01 .col_r a:after {
		border-width: calc(8 / 1599 * 100vw);
		right: calc(4 / 1599 * 100vw);
		bottom: calc(4 / 1599 * 100vw);
	}
	.row_head01 .col_l .icn {
		width: calc(50 / 1599 * 100vw);
		margin-right: calc(5 / 1599 * 100vw);
	}
	.row_head01 .col_c .icn {
		width: calc(24 / 1599 * 100vw);
		margin: 0 calc(10 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0;
	}
	.row_head01 .col_r .icn {
		width: calc(24 / 1599 * 100vw);
	}
	.row_head01 .col_r .time {
		max-width: calc(100 / 1599 * 100vw);
		line-height: calc(30 / 1599 * 100vw);
		border-radius: calc(20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header {
		padding: 0 calc(130 / 1299 * 100vw) 0 calc(30 / 1299 * 100vw);
	}
	h1 {
		width: calc(300 / 1299 * 100vw);
	}
	.row_head01 .col_l {
		width: calc(320 / 1299 * 100vw);
		height: calc(130 / 1299 * 100vw);
	}
	.row_head01 .col_c {
		width: calc(320 / 1299 * 100vw);
	}
	.row_head01 .col_r {
		width: calc(140 / 1299 * 100vw);
	}
	.row_head01 .col a {
		height: calc(130 / 1299 * 100vw);
	}
	.row_head01 .col_r a:after {
		border-width: calc(8 / 1299 * 100vw);
		right: calc(4 / 1299 * 100vw);
		bottom: calc(4 / 1299 * 100vw);
	}
	.row_head01 .col_l .icn {
		width: calc(50 / 1299 * 100vw);
		margin-right: calc(5 / 1299 * 100vw);
	}
	.row_head01 .col_c .icn {
		width: calc(24 / 1299 * 100vw);
		margin: 0 calc(10 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0;
	}
	.row_head01 .col_r .icn {
		width: calc(24 / 1299 * 100vw);
	}
	.row_head01 .col_r .time {
		max-width: calc(100 / 1299 * 100vw);
		line-height: calc(30 / 1299 * 100vw);
		border-radius: calc(20 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	header {
		padding: 3vw 3.2vw 0;
	}
	h1 {
		padding: 0!important;
		width: calc(355 / 750 * 100vw);
	}
	.row_head01 {
		display: none;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
}
.main_img .slide_main li {
	min-height: calc(920 / 1920 * 100vw);
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url("images/index/frame_main01.svg")no-repeat center top / 100% auto, url("images/index/frame_main02.svg")no-repeat center bottom / 100% auto, url(images/index/main01.jpg)no-repeat center / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.wrap_main01 {
	background: url("images/index/bg_main01.svg")no-repeat right center / cover;
	width: calc(1310 / 1920 * 100vw);
	height: calc(520 / 1920 * 100vw);
	left: 0;
	bottom: 0;
	padding-top: calc(170 / 1920 * 100vw);
}
.wrap_main01 .txt01 {
	left: calc(40 / 1920 * 100vw);
	top: calc(-150 / 1920 * 100vw);
	width: calc(667 / 1920 * 100vw);
}
.wrap_main01 .txt02 {
	width: calc(1127 / 1920 * 100vw);
	margin-left: calc(35 / 1920 * 100vw);
}
.wrap_main01 .txt02 .deco {
	width: calc(423 / 1920 * 100vw);
	right: calc(30 / 1920 * 100vw);
	top: calc(-160 / 1920 * 100vw);
}
.wrap_main01 .txt03 {
	max-width: calc(900 / 1920 * 100vw);
	border-radius: calc(30 / 1920 * 100vw);
	line-height: calc(60 / 1920 * 100vw);
	margin-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: calc(850 / 1599 * 100vw);
	}
	.wrap_main01 {
		width: calc(1100 / 1599 * 100vw);
		height: calc(436 / 1599 * 100vw);
		padding-top: calc(130 / 1599 * 100vw);
	}
	.wrap_main01 .txt01 {
		left: calc(40 / 1599 * 100vw);
		top: calc(-150 / 1599 * 100vw);
		width: calc(540 / 1599 * 100vw);
	}
	.wrap_main01 .txt02 {
		width: calc(900 / 1599 * 100vw);
		margin-left: calc(35 / 1599 * 100vw);
	}
	.wrap_main01 .txt02 .deco {
		width: calc(330 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
		top: calc(-130 / 1599 * 100vw);
	}
	.wrap_main01 .txt03 {
		max-width: calc(900 / 1599 * 100vw);
		border-radius: calc(30 / 1599 * 100vw);
		line-height: calc(60 / 1599 * 100vw);
		margin: 0 auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(800 / 1299 * 100vw);
	}
	.wrap_main01 {
		width: calc(1100 / 1299 * 100vw);
		height: calc(436 / 1299 * 100vw);
		padding-top: calc(130 / 1299 * 100vw);
	}
	.wrap_main01 .txt01 {
		left: calc(40 / 1299 * 100vw);
		top: calc(-150 / 1299 * 100vw);
		width: calc(540 / 1299 * 100vw);
	}
	.wrap_main01 .txt02 {
		width: calc(900 / 1299 * 100vw);
		margin-left: calc(35 / 1299 * 100vw);
	}
	.wrap_main01 .txt02 .deco {
		width: calc(330 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
		top: calc(-130 / 1299 * 100vw);
	}
	.wrap_main01 .txt03 {
		max-width: calc(900 / 1299 * 100vw);
		border-radius: calc(30 / 1299 * 100vw);
		line-height: calc(60 / 1299 * 100vw);
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.main_img {
		position: relative;
	}
	.main_img:before {
		content: "";
		position: absolute;
		background: url("images/index/frame_main01_sp.svg")no-repeat center top / 100% auto;
		width: 100%;
		height: calc(156 / 750 * 100vw);
		left: 0;
		top: 0;
		z-index: 1;
	}
	.main_img:after {
		content: "";
		position: absolute;
		background: url("images/index/frame_main02_sp.svg")no-repeat center top / 100% auto;
		width: 100%;
		height: calc(156 / 750 * 100vw);
		left: 0;
		top: calc(466 / 750 * 100vw);
		z-index: 1;
	}
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit!important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.wrap_main01 {
		background: rgb(21,58,118);
		background: -webkit-linear-gradient(left, rgba(21,58,118,0.85) 0%, rgba(72,148,187,0.85) 50%, rgba(25,178,204,0.85) 100%);
		background: -o-linear-gradient(left, rgba(21,58,118,0.85) 0%, rgba(72,148,187,0.85) 50%, rgba(25,178,204,0.85) 100%);
		background: linear-gradient(to right, rgba(21,58,118,0.85) 0%, rgba(72,148,187,0.85) 50%, rgba(25,178,204,0.85) 100%);
		width: 100%;
		height: calc(500 / 750 * 100vw);
		padding-top: 15vw;
		position: relative;
		left: auto;
		bottom: auto;
	}
	.wrap_main01:before, .wrap_main01:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
		left: 0;
		top: calc(20 / 750 * 100vw);
	}
	.wrap_main01:after {
		top: auto;
		bottom: calc(20 / 750 * 100vw);
	}
	.wrap_main01 .txt01 {
		left: 0;
		right: 0;
		margin: auto;
		top: calc(-125 / 750 * 100vw);
		width: calc(466 / 750 * 100vw);
	}
	.wrap_main01 .txt02 {
		width: calc(696 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.wrap_main01 .txt02 .deco {
		width: calc(378 / 750 * 100vw);
		right: auto;
		left: calc(-10 / 750 * 100vw);
		top: auto;
		bottom: calc(-185 / 750 * 100vw);
	}
	.wrap_main01 .txt03 {
		max-width: 100%;
		width: calc(604 / 750 * 100vw);
		line-height: 1;
		margin: 0 3vw 0 auto;
		background: none!important;
		border-radius: 0;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: 0;
	right: 0;
	height: calc(130 / 1920 * 100vw);
	width: calc(130 / 1920 * 100vw);
	background: #153a76;
	z-index: 10000;
	outline: none;
}
.btn_gnav_sp:hover {
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(65 / 1920 * 100vw);
	right: 0;
	left: 0;
	bottom: 1.2vw;
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(30 / 1920 * 100vw);
	height: 2px;
	position: absolute;
	top: -1vw;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: -.6vw;
}
.btn_gnav_sp .icn_gnav:after {
	bottom: -.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;
}
.open .btn_gnav_sp .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.gnav_sp {
	padding: calc(160 / 1920 * 100vw) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,.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;
	touch-action: auto !important;
	max-width: 710px;
}
.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: calc(120 / 1920 * 100vw);
}
.gnav_sp .nav_main > ul {
	padding: 0 calc(70 / 1920 * 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 #153a764d;
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
	border-bottom: 1px solid #153a764d;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(17 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
	border-bottom: 1px solid #153a764d;
	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;
	font-weight: bold;
	font-size: 122.22%;
	letter-spacing: .1em;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: calc(14 / 1920 * 100vw);
	top: 0;
	bottom: calc(7 / 1920 * 100vw);
	width: calc(13 / 1920 * 100vw);
	height: calc(13 / 1920 * 100vw);
	border-right: 1px solid #153a76;
	border-bottom: 1px solid #153a76;
	transform: rotate(45deg);
	margin: auto;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
	transform: rotate(90deg);
}
.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #fff !important;
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_gnav_sp {
		height: calc(130 / 1599 * 100vw);
		width: calc(130 / 1599 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(65 / 1599 * 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(30 / 1599 * 100vw);
	}
	.gnav_sp {
		padding: calc(160 / 1599 * 100vw) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc(120 / 1599 * 100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(70 / 1599 * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(17 / 1599 * 100vw) calc(40 / 1599 * 100vw) calc(20 / 1599 * 100vw) calc(20 / 1599 * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc(14 / 1599 * 100vw);
		bottom: calc(7 / 1599 * 100vw);
		width: calc(13 / 1599 * 100vw);
		height: calc(13 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_gnav_sp {
		height: calc(130 / 1299 * 100vw);
		width: calc(130 / 1299 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(65 / 1299 * 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(30 / 1299 * 100vw);
	}
	.gnav_sp {
		padding: calc(160 / 1299 * 100vw) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc(120 / 1299 * 100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(70 / 1299 * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(17 / 1299 * 100vw) calc(40 / 1299 * 100vw) calc(20 / 1299 * 100vw) calc(20 / 1299 * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc(14 / 1299 * 100vw);
		bottom: calc(7 / 1299 * 100vw);
		width: calc(13 / 1299 * 100vw);
		height: calc(13 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(60 / 750 * 100vw);
		bottom: 0;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		top: -3.5vw;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		max-width: 100%;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.2vw 4vw 3.2vw 0;
		letter-spacing: 0;
		font-size: 100%;
		line-height: 1.56;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: 2vw;
		bottom: 0;
		width: calc(13 / 750 * 100vw);
		height: calc(13 / 750 * 100vw);
	}
}


/* consultation
------------------------------------------------------------------*/
.en_consultation01 {
	opacity: .2;
	width: 100%;
	line-height: .9;
	top: 0;
	left: 0;
}
.ttl_consultation01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: calc(25 / 1920 * 100vw);
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.ttl_consultation01 .wrap span {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
	display: inline-block;
}
.ttl_consultation01 .wrap span:before {
	content: "";
	position: absolute;
	width: calc(12 / 1920 * 100vw);
	height: calc(12 / 1920 * 100vw);
	right: 0;
	left: 0;
	top: calc(-22 / 1920 * 100vw);
	border-radius: 50%;
	margin: auto;
	background: #fff;
}
.box_consultation01 {
	background: url("images/page/bg_consultation01.svg")no-repeat left -1px top -1px / calc(50 / 1920 * 100vw), url("images/page/bg_consultation02.svg")no-repeat right -1px top -1px / calc(50 / 1920 * 100vw), url("images/page/bg_consultation03.svg")no-repeat right -1px bottom -1px / calc(50 / 1920 * 100vw), url("images/page/bg_consultation04.svg")no-repeat left -1px bottom -1px / calc(50 / 1920 * 100vw);
}
.row_consultation01 .col {
	width: 49%;
	max-width: 680px;
}
.row_consultation01 .col a {
	height: calc(200 / 1920 * 100vw);
	background: url("images/page/bg_consultation05.svg")no-repeat center bottom / 100% auto;
	box-shadow: 4px 4px 0 0 #153a7680;
}
.row_consultation01 .col_r a {
	background-image: url("images/page/bg_consultation06.svg");
}
.row_consultation01 .col a:before {
	content: "";
	position: absolute;
	border: 1px solid #153a76;
	width: calc(100% - calc(20 / 1920 * 100vw));
	height: calc(100% - calc(20 / 1920 * 100vw));
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.row_consultation01 .col_r a:after {
	border-color: transparent #153a76 #153a76 transparent;
	border-width: calc(15 / 1920 * 100vw);
	right: calc(10 / 1920 * 100vw);
	bottom: calc(10 / 1920 * 100vw);
}
.row_consultation01 .col_l .ttl {
	max-width: calc(400 / 1920 * 100vw);
	border-radius: calc(20 / 1920 * 100vw);
	line-height: calc(40 / 1920 * 100vw);
	width: 100%;
}
.row_consultation01 .col_l .icn {
	margin: 0 calc(15 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
}
.row_consultation01 .col_r .icn {
	margin: 0 calc(20 / 1920 * 100vw);
}
.row_consultation01 .col .icn img {
	width: calc(40 / 1920 * 100vw);
}
.row_consultation01 .col_r .circle {
	width: calc(100 / 1920 * 100vw);
	height: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_consultation01:after {
		top: calc(25 / 1599 * 100vw);
	}
	.ttl_consultation01 .wrap span:before {
		width: calc(12 / 1599 * 100vw);
		height: calc(12 / 1599 * 100vw);
		top: calc(-22 / 1599 * 100vw);
	}
	.box_consultation01 {
		background: url("images/page/bg_consultation01.svg")no-repeat left -1px top -1px / calc(50 / 1599 * 100vw), url("images/page/bg_consultation02.svg")no-repeat right -1px top -1px / calc(50 / 1599 * 100vw), url("images/page/bg_consultation03.svg")no-repeat right -1px bottom -1px / calc(50 / 1599 * 100vw), url("images/page/bg_consultation04.svg")no-repeat left -1px bottom -1px / calc(50 / 1599 * 100vw);
	}
	.row_consultation01 .col a {
		height: calc(200 / 1599 * 100vw);
	}
	.row_consultation01 .col a:before {
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
	.row_consultation01 .col_r a:after {
		border-width: calc(15 / 1599 * 100vw);
		right: calc(10 / 1599 * 100vw);
		bottom: calc(10 / 1599 * 100vw);
	}
	.row_consultation01 .col_l .ttl {
		max-width: calc(400 / 1599 * 100vw);
		border-radius: calc(20 / 1599 * 100vw);
		line-height: calc(40 / 1599 * 100vw);
	}
	.row_consultation01 .col_l .icn {
		margin: 0 calc(15 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0;
	}
	.row_consultation01 .col_r .icn {
		margin: 0 calc(20 / 1599 * 100vw);
	}
	.row_consultation01 .col .icn img {
		width: calc(40 / 1599 * 100vw);
	}
	.row_consultation01 .col_r .circle {
		width: calc(100 / 1599 * 100vw);
		height: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_consultation01:after {
		top: calc(25 / 1299 * 100vw);
	}
	.ttl_consultation01 .wrap span:before {
		width: calc(12 / 1299 * 100vw);
		height: calc(12 / 1299 * 100vw);
		top: calc(-22 / 1299 * 100vw);
	}
	.box_consultation01 {
		background: url("images/page/bg_consultation01.svg")no-repeat left -1px top -1px / calc(50 / 1299 * 100vw), url("images/page/bg_consultation02.svg")no-repeat right -1px top -1px / calc(50 / 1299 * 100vw), url("images/page/bg_consultation03.svg")no-repeat right -1px bottom -1px / calc(50 / 1299 * 100vw), url("images/page/bg_consultation04.svg")no-repeat left -1px bottom -1px / calc(50 / 1299 * 100vw);
	}
	.row_consultation01 .col a {
		height: calc(200 / 1299 * 100vw);
	}
	.row_consultation01 .col a:before {
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
	.row_consultation01 .col_r a:after {
		border-width: calc(15 / 1299 * 100vw);
		right: calc(10 / 1299 * 100vw);
		bottom: calc(10 / 1299 * 100vw);
	}
	.row_consultation01 .col_l .ttl {
		max-width: calc(400 / 1299 * 100vw);
		border-radius: calc(20 / 1299 * 100vw);
		line-height: calc(40 / 1299 * 100vw);
	}
	.row_consultation01 .col_l .icn {
		margin: 0 calc(15 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0;
	}
	.row_consultation01 .col_r .icn {
		margin: 0 calc(20 / 1299 * 100vw);
	}
	.row_consultation01 .col .icn img {
		width: calc(40 / 1299 * 100vw);
	}
	.row_consultation01 .col_r .circle {
		width: calc(100 / 1299 * 100vw);
		height: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.consultation {
		padding: 12.5vw 0 10.5vw;
	}
	.en_consultation01 {
		font-size: 250%;
	}
	.ttl_consultation01 {
		font-size: 156.25%;
		line-height: 1.4;
		margin-bottom: 5vw;
	}
	.ttl_consultation01:after {
		width: calc(100 / 750 * 100vw);
		height: 1px;
		left: auto;
		position: relative;
		display: block;
		margin: 3.5vw auto 0;
		top: auto;
		bottom: auto;
	}
	.ttl_consultation01 .wrap span {
		font-size: 140%;
	}
	.ttl_consultation01 .wrap span:before {
		width: calc(13 / 750 * 100vw);
		height: calc(13 / 750 * 100vw);
		top: -3vw;
	}
	.box_consultation01 {
		background: url("images/page/bg_consultation01.svg")no-repeat left -1px top -1px / calc(50 / 750 * 100vw), url("images/page/bg_consultation02.svg")no-repeat right -1px top -1px / calc(50 / 750 * 100vw), url("images/page/bg_consultation03.svg")no-repeat right -1px bottom -1px / calc(50 / 750 * 100vw), url("images/page/bg_consultation04.svg")no-repeat left -1px bottom  -1px/ calc(50 / 750 * 100vw);
		padding: 7vw 5% 8vw;
	}
	.txt_consultation01 {
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 5vw;
	}
	.row_consultation01 {
		display: block;
	}
	.row_consultation01 .col {
		width: 100%;
		max-width: calc(622 / 750 * 100vw);
	}
	.row_consultation01 .col_l {
		margin-bottom: 4vw;
	}
	.row_consultation01 .col a {
		height: calc(240 / 750 * 100vw);
		box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 #153a7680;
	}
	.row_consultation01 .col a:before {
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
	}
	.row_consultation01 .col_r a:after {
		border-width: calc(15 / 750 * 100vw);
		right: calc(10 / 750 * 100vw);
		bottom: calc(10 / 750 * 100vw);
	}
	.row_consultation01 .col_l .ttl {
		max-width: calc(400 / 750 * 100vw);
		border-radius: calc(30 / 750 * 100vw);
		line-height: calc(60 / 750 * 100vw);
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_consultation01 .col_l .num {
		font-size: 218.75%;
	}
	.row_consultation01 .col_l .icn {
		margin: 0 calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
	}
	.row_consultation01 .col_r .icn {
		margin: 0 calc(20 / 750 * 100vw);
	}
	.row_consultation01 .col .icn img {
		width: calc(40 / 750 * 100vw);
	}
	.row_consultation01 .col_l .time {
		font-size: 81.25%;
	}
	.row_consultation01 .col_r .circle {
		width: calc(120 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		font-size: 100%;
	}
	.row_consultation01 .col_r .ja {
		font-size: 187.5%;
	}
}


/* オールオン4について about
------------------------------------------------------------------*/
.ttl_common01 {
	background: url("images/page/bg_common03.png")no-repeat left top / calc(530 / 1920 * 100vw) auto, url("images/page/bg_common04.png")no-repeat right bottom / calc(530 / 1920 * 100vw) auto, url("images/page/bg_common01.svg")no-repeat left bottom / calc(500 / 1920 * 100vw) auto, url("images/page/bg_common02.svg")no-repeat right top / calc(500 / 1920 * 100vw) auto;
	position: relative;
}
.ttl_common01 .en {
	border-top: 1px solid #153a76;
}
.bg_about01 {
	background: url("images/page/bg_common05.svg")no-repeat left top / 100% auto, url("images/page/bg_common06.svg")no-repeat right bottom / 100% auto;
}
.ttl_about02:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 1710px;
	background: rgb(25,178,204);
	background: linear-gradient(90deg, rgba(25,178,204,1) 0%, rgba(89,135,215,1) 46%, rgba(168,103,164,1) 100%);
	height: 100%;
	transform: skewX(41deg);
	right: 16%;
	top: 0;
	z-index: -1;
}
.ttl_about02.right:after {
	right: auto;
	left: 16%;
	transform: skewX(-41deg);
}
.row_about01 .col_img {
	width: 49%;
	max-width: 600px;
}
.row_about01 .col_txt {
	width: 47%;
}
.row_about02 .col {
	width: 32%;
	max-width: 360px;
}
.row_about02 .col .img {
	box-shadow: 10px 10px 0 0 #19b2cc33;
	border-radius: 50%;
}
.row_about02 .col_c .img {
	box-shadow: 10px 10px 0 0 #4894bb33;
}
.row_about02 .col_r .img {
	box-shadow: 10px 10px 0 0 #a867a433;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_common01 {
		background: url("images/page/bg_common03.png")no-repeat left top / calc(530 / 1599 * 100vw) auto, url("images/page/bg_common04.png")no-repeat right bottom / calc(530 / 1599 * 100vw) auto, url("images/page/bg_common01.svg")no-repeat left bottom / calc(500 / 1599 * 100vw) auto, url("images/page/bg_common02.svg")no-repeat right top / calc(500 / 1599 * 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_common01 {
		background: url("images/page/bg_common03.png")no-repeat left top / calc(530 / 1299 * 100vw) auto, url("images/page/bg_common04.png")no-repeat right bottom / calc(530 / 1299 * 100vw) auto, url("images/page/bg_common01.svg")no-repeat left bottom / calc(500 / 1299 * 100vw) auto, url("images/page/bg_common02.svg")no-repeat right top / calc(500 / 1299 * 100vw) auto;
	}
}
@media(max-width: 767px) {
	.ttl_common01 {
		background: url("images/page/bg_common03.png")no-repeat left top / calc(317 / 750 * 100vw) auto, url("images/page/bg_common04.png")no-repeat right bottom / calc(317 / 750 * 100vw) auto, url("images/page/bg_common01.svg")no-repeat left bottom / calc(300 / 750 * 100vw) auto, url("images/page/bg_common02.svg")no-repeat right top / calc(300 / 750 * 100vw) auto;
		position: relative;
		padding: 10.5vw 0 12vw;
	}
	.ttl_common01 .ja {
		font-size: 250%;
		line-height: 1.25;
		letter-spacing: 0;
		margin-bottom: 4.5vw;
	}
	.ttl_common01 .en {
		font-size: 156.25%;
	}
	.bg_about01 {
		background: url("images/page/bg_common05_sp.svg")no-repeat left top / 100% auto, url("images/page/bg_common06_sp.svg")no-repeat right bottom / 100% auto;
		padding-bottom: 11vw;
	}
	.ttl_about02 {
		padding: 7vw 0 5.5vw;
		margin-bottom: 8vw;
	}
	.ttl_about02:after {
		max-width: 100%;
		transform: skewX(24deg);
		right: 7.5%;
	}
	.ttl_about02.right:after {
		right: auto;
		left: 7.5%;
		transform: skewX(-24deg);
	}
	.ttl_about02 .ja {
		font-size: 137.5%;
		letter-spacing: 0;
	}
	.row_about01 {
		display: block;
		margin-bottom: 8.5vw;
	}
	.row_about01 .col_img {
		width: 100%;
		max-width: calc(600 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_about01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_about02 .col {
		width: 49%;
		max-width: calc(330 / 750 * 100vw);
	}
	.row_about02 .col_r {
		margin: 3vw auto 0;
	}
	.row_about02 .col .img {
		box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 #19b2cc33;
		margin-bottom: 3.5vw;
	}
	.row_about02 .col_c .img {
		box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 #4894bb33;
	}
	.row_about02 .col_r .img {
		box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 #a867a433;
	}
	.row_about02 .txt {
		font-size: 100%;
		letter-spacing: 0;
		line-height: 2;
	}
}


/* オールオン4の特徴 features
------------------------------------------------------------------*/
.ttl_common02 {
	border-top: 1px solid #153a76;
	height: calc(275 / 1920 * 100vw);
	background: url("images/index/bg_features01.svg")no-repeat center bottom / 100% auto;
}
.ttl_common02 .en {
	opacity: .5;
	font-size: 611.11%;
	letter-spacing: .1em;
}
.row_features01 .col {
	width: 50%;
}
.row_features01 .img {
	width: 96%;
	max-width: 920px;
}
.row_features01 .box {
	width: 90%;
	max-width: 820px;
	margin-top: calc(-150 / 1920 * 100vw);
}
.row_features01 .num, .row_features02 .num {
	left: calc(-32 / 1920 * 100vw);
	top: calc(-30 / 1920 * 100vw);
	width: calc(270 / 1920 * 100vw);
}
.row_features01 .copy, .row_features02 .copy {
	border-bottom: 1px solid #153a76;
}
.row_features02 .col {
	width: calc(100% / 3);
}
.row_features02 .img {
	width: 96%;
	max-width: 600px;
}
.row_features02 .box {
	width: 90%;
	max-width: 500px;
	margin-top: calc(-100 / 1920 * 100vw);
}
.row_features02 .num {
	width: calc(224 / 1920 * 100vw);
}
.bg_features01 {
	background: url("images/index/bg_features02.png")no-repeat left top / calc(800 / 1920 * 100vw) auto, url("images/index/bg_features03.png")no-repeat right bottom / calc(800 / 1920 * 100vw) auto;
}
.bg_features01 .txt {
	border-bottom: 2px solid #fff;
}
.bg_features01 .txt:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(60 / 1920 * 100vw) solid #153a76;
	border-right: calc(124 / 1920 * 100vw) solid transparent;
	border-left: calc(124 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-58 / 1920 * 100vw);
	z-index: 1;
	margin: auto;
}
.bg_features01 .txt:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(60 / 1920 * 100vw) solid #fff;
	border-right: calc(124 / 1920 * 100vw) solid transparent;
	border-left: calc(124 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-60 / 1920 * 100vw);
	z-index: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_common02 {
		height: calc(275 / 1599 * 100vw);
	}
	.row_features01 .box {
		margin-top: calc(-150 / 1599 * 100vw);
	}
	.row_features01 .num, .row_features02 .num {
		left: calc(-32 / 1599 * 100vw);
		top: calc(-30 / 1599 * 100vw);
		width: calc(270 / 1599 * 100vw);
	}
	.row_features02 .box {
		margin-top: calc(-100 / 1599 * 100vw);
	}
	.row_features02 .num {
		width: calc(224 / 1599 * 100vw);
	}
	.bg_features01 {
		background: url("images/index/bg_features02.png")no-repeat left top / calc(800 / 1599 * 100vw) auto, url("images/index/bg_features03.png")no-repeat right bottom / calc(800 / 1599 * 100vw) auto;
	}
	.bg_features01 .txt:before {
		border-top: calc(60 / 1599 * 100vw) solid #153a76;
		border-right: calc(124 / 1599 * 100vw) solid transparent;
		border-left: calc(124 / 1599 * 100vw) solid transparent;
		bottom: calc(-58 / 1599 * 100vw);
	}
	.bg_features01 .txt:after {
		border-top: calc(60 / 1599 * 100vw) solid #fff;
		border-right: calc(124 / 1599 * 100vw) solid transparent;
		border-left: calc(124 / 1599 * 100vw) solid transparent;
		bottom: calc(-60 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_common02 {
		height: calc(275 / 1299 * 100vw);
	}
	.row_features01 .box {
		margin-top: calc(-150 / 1299 * 100vw);
		padding-right: calc(50 / 1299 * 100vw)!important;
		padding-left: calc(50 / 1299 * 100vw)!important;
		width: 92%;
	}
	.row_features01 .num, .row_features02 .num {
		left: calc(-32 / 1299 * 100vw);
		top: calc(-30 / 1299 * 100vw);
		width: calc(240 / 1299 * 100vw);
	}
	.row_features02 .box {
		margin-top: calc(-100 / 1299 * 100vw);
		padding-right: calc(50 / 1299 * 100vw)!important;
		padding-left: calc(50 / 1299 * 100vw)!important;
	}
	.row_features01 .copy, .row_features02 .copy {
		font-size: 188.89%;
	}
	.row_features02 .num {
		width: calc(200 / 1299 * 100vw);
	}
	.bg_features01 {
		background: url("images/index/bg_features02.png")no-repeat left top / calc(800 / 1299 * 100vw) auto, url("images/index/bg_features03.png")no-repeat right bottom / calc(800 / 1299 * 100vw) auto;
	}
	.bg_features01 .txt:before {
		border-top: calc(60 / 1299 * 100vw) solid #153a76;
		border-right: calc(124 / 1299 * 100vw) solid transparent;
		border-left: calc(124 / 1299 * 100vw) solid transparent;
		bottom: calc(-58 / 1299 * 100vw);
	}
	.bg_features01 .txt:after {
		border-top: calc(60 / 1299 * 100vw) solid #fff;
		border-right: calc(124 / 1299 * 100vw) solid transparent;
		border-left: calc(124 / 1299 * 100vw) solid transparent;
		bottom: calc(-60 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.features {
		margin-bottom: 10.5vw;
	}
	.ttl_common02 {
		height: calc(275 / 750 * 100vw);
		background: url("images/index/bg_features01_sp.svg")no-repeat center bottom / 100% auto;
	}
	.ttl_common02 .en {
		font-size: 250%;
		margin-bottom: 1vw;
	}
	.ttl_common02 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.row_features01 {
		display: block;
		margin-bottom: 0;
	}
	.row_features01 .col {
		width: 100%;
	}
	.row_features01 .img {
		width: 100%;
		max-width: 100%;
	}
	.row_features01 .box {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 6vw 7% 9vw;
	}
	.row_features01 .num, .row_features02 .num {
		left: 3vw;
		top: calc(-30 / 750 * 100vw);
		width: calc(270 / 750 * 100vw);
	}
	.row_features01 .copy, .row_features02 .copy {
		font-size: 137.5%;
		letter-spacing: 0;
		padding-bottom: 3.5vw;
	}
	.row_features02 {
		display: block;
		margin-bottom: 2vw;
	}
	.row_features02 .col {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_features02 .img {
		width: 100%;
		max-width: 100%;
	}
	.row_features02 .box {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding: 6vw 0 9vw;
	}
	.row_features02 .num {
		width: calc(224 / 750 * 100vw);
		left: 0;
	}
	.bg_features01 {
		background: url("images/index/bg_features02.png")no-repeat left top / calc(480 / 750 * 100vw) auto, url("images/index/bg_features03.png")no-repeat right bottom / calc(480 / 750 * 100vw) auto;
	}
	.bg_features01 .inner1240 {
		max-width: 100%;
	}
	.bg_features01 .txt {
		border-bottom: 1px solid #fff;
		font-size: 125%;
		left: 1.75;
		letter-spacing: 0;
	}
	.bg_features01 .txt:before {
		border-top: calc(60 / 750 * 100vw) solid #153a76;
		border-right: calc(124 / 750 * 100vw) solid transparent;
		border-left: calc(124 / 750 * 100vw) solid transparent;
		bottom: calc(-58 / 750 * 100vw);
	}
	.bg_features01 .txt:after {
		border-top: calc(60 / 750 * 100vw) solid #fff;
		border-right: calc(124 / 750 * 100vw) solid transparent;
		border-left: calc(124 / 750 * 100vw) solid transparent;
		bottom: calc(-60 / 750 * 100vw);
	}
	.video_features01 {
		max-width: calc(700 / 750 * 100vw)!important;
	}
}


/* オールオン4の相場 price
------------------------------------------------------------------*/
.ttl_price01 {
	background-image: url("images/index/bg_price01.svg");
}
.ttl_price02 {
	background: url("images/index/bg_price05.png")no-repeat left bottom / calc(99 / 1920 * 100vw) auto, url("images/index/bg_price06.png")no-repeat right top / calc(97 / 1920 * 100vw) auto;
	height: calc(80 / 1920 * 100vw);
}
.txt_price01 em {
	font-size: 160%;
	letter-spacing: .05em;
	line-height: 1;refus
}
.txt_price02 .wrap {
	max-width: calc( 970 / var(--break) * 100vw);
	width: 100%;
}
.txt_price02 em {
	font-size: 200%;
	letter-spacing: .05em;
	line-height: 1;
}
.txt_price02 .box {
	width: calc(600 / 1920 * 100vw);
	right: 0;
	bottom: 0;
	border-radius: calc(20 / 1920 * 100vw);
	font-size: 60%;
	letter-spacing: .1em;
	line-height: 1;
	height: calc(80 / 1920 * 100vw);
}
.txt_price02 .box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: calc(20 / 1920 * 100vw) solid #153a76;
	border-right: calc(10 / 1920 * 100vw) solid transparent;
	border-left: calc(10 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	top: calc(-20 / 1920 * 100vw);
	margin: auto;
}
.txt_price02 .box em {
	font-size: 100%;
	letter-spacing: .1em;
}
.txt_price03 span {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1;
}
.txt_price03 em {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.1;
	position: relative;
}
.txt_price03 em:before {
	content: "";
	position: absolute;
	background: url(images/index/deco_price01.svg)no-repeat center / cover;
	width: calc(82 / 1920 * 100vw);
	height: calc(85 / 1920 * 100vw);
	left: calc(-45 / 1920 * 100vw);
	top: calc(-30 / 1920 * 100vw);
}
.bg_price01{
	background: url("images/index/bg_price03.png")no-repeat left bottom / calc(500 / 1920 * 100vw) auto, url("images/index/bg_price04.png")no-repeat right bottom / calc(500 / 1920 * 100vw) auto, url("images/index/bg_price02.jpg")no-repeat center / cover;
}
.bg_price01 .txt02 {
	font-style: italic;
	background:linear-gradient(transparent 70%, #a867a480 70%, #a867a480 90%, transparent 90%);
}
.bg_price01 .txt02 em {
	font-size: 250%;
	letter-spacing: 0;
	line-height: 1;
	font-style: italic;
}
.txt_price04 {
	height: calc(120 / 1920 * 100vw);
}
.txt_price04:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(62 / 1920 * 100vw) solid #f09225;
	border-right: calc(193 / 1920 * 100vw) solid transparent;
	border-left: calc(193 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-61 / 1920 * 100vw);
	margin: auto;
}
.bg_price01{
	background: url("images/index/bg_price03.png")no-repeat left bottom / calc(500 / 1920 * 100vw) auto, url("images/index/bg_price04.png")no-repeat right bottom / calc(500 / 1920 * 100vw) auto, url("images/index/bg_price02.jpg")no-repeat center / cover;
}
.bg_price01 .txt02 {
	font-style: italic;
	background:linear-gradient(transparent 70%, #a867a480 70%, #a867a480 90%, transparent 90%);
}
.bg_price01 .txt02 em {
	font-size: 250%;
	letter-spacing: 0;
	line-height: 1;
	font-style: italic;
}
.bdr_price01 {
	max-width: calc( 1500 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.bdr_price01:before,
.bdr_price01:after {
	content: '';
	position: relative;
	background: #fff;
	flex: 1;
	height: 1px;
	display: block;
	margin-right: calc( 34 / var(--break) * 100vw );
}
.bdr_price01:after {
	margin-left: calc( 34 / var(--break) * 100vw );
	margin-right: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_price02 {
		background: url("images/index/bg_price05.png")no-repeat left bottom / calc(99 / 1599 * 100vw) auto, url("images/index/bg_price06.png")no-repeat right top / calc(97 / 1599 * 100vw) auto;
		height: calc(80 / 1599 * 100vw);
	}
	.txt_price02 .box {
		width: calc(600 / 1599 * 100vw);
		border-radius: calc(20 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
	.txt_price02 .box:before {
		border-bottom: calc(20 / 1599 * 100vw) solid #153a76;
		border-right: calc(10 / 1599 * 100vw) solid transparent;
		border-left: calc(10 / 1599 * 100vw) solid transparent;
		top: calc(-20 / 1599 * 100vw);
	}
	.txt_price03 em:before {
		width: calc(82 / 1599 * 100vw);
		height: calc(85 / 1599 * 100vw);
		left: calc(-45 / 1599 * 100vw);
		top: calc(-30 / 1599 * 100vw);
	}
	.txt_price04 {
		height: calc(120 / 1599 * 100vw);
	}
	.txt_price04:after {
		border-top: calc(62 / 1599 * 100vw) solid #f09225;
		border-right: calc(193 / 1599 * 100vw) solid transparent;
		border-left: calc(193 / 1599 * 100vw) solid transparent;
		bottom: calc(-61 / 1599 * 100vw);
	}
	.bg_price01{
		background: url("images/index/bg_price03.png")no-repeat left bottom / calc(500 / 1599 * 100vw) auto, url("images/index/bg_price04.png")no-repeat right bottom / calc(500 / 1599 * 100vw) auto, url("images/index/bg_price02.jpg")no-repeat center / cover;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_price02 {
		background: url("images/index/bg_price05.png")no-repeat left bottom / calc(99 / 1299 * 100vw) auto, url("images/index/bg_price06.png")no-repeat right top / calc(97 / 1299 * 100vw) auto;
		height: calc(80 / 1299 * 100vw);
	}
	.txt_price02 .box {
		width: calc(600 / 1299 * 100vw);
		border-radius: calc(20 / 1299 * 100vw);
		height: calc(80 / 1299 * 100vw);
	}
	.txt_price02 .box:before {
		border-bottom: calc(20 / 1299 * 100vw) solid #153a76;
		border-right: calc(10 / 1299 * 100vw) solid transparent;
		border-left: calc(10 / 1299 * 100vw) solid transparent;
		top: calc(-18 / 1299 * 100vw);
	}
	.txt_price03 {
		font-size: 188.89%;
	}
	.txt_price03 em:before {
		width: calc(82 / 1299 * 100vw);
		height: calc(85 / 1299 * 100vw);
		left: calc(-55 / 1299 * 100vw);
		top: calc(-30 / 1299 * 100vw);
	}
	.txt_price04 {
		height: calc(120 / 1299 * 100vw);
	}
	.txt_price04:after {
		border-top: calc(62 / 1299 * 100vw) solid #f09225;
		border-right: calc(193 / 1299 * 100vw) solid transparent;
		border-left: calc(193 / 1299 * 100vw) solid transparent;
		bottom: calc(-59 / 1299 * 100vw);
	}
	.bg_price01{
		background: url("images/index/bg_price03.png")no-repeat left bottom / calc(500 / 1299 * 100vw) auto, url("images/index/bg_price04.png")no-repeat right bottom / calc(500 / 1299 * 100vw) auto, url("images/index/bg_price02.jpg")no-repeat center / cover;
	}
}
@media(max-width: 767px) {
	.ttl_price01 {
		background-image: url("images/index/bg_price01_sp.svg");
		margin-bottom: 8.5vw;
	}
	.ttl_price02 {
		background: url("images/index/bg_price05.png")no-repeat left bottom / calc(99 / 750 * 100vw) auto, url("images/index/bg_price06.png")no-repeat right top / calc(97 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 1.5vw;
	}
	.txt_price01 {
		font-size: 187.5%;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.txt_price01 em {
		font-size: 150%;
		letter-spacing: 0;
	}
	.txt_price02 {
		font-size: 187.5%;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.txt_price02 .wrap {
		width: 100%;
		display: block;
	}
	.txt_price02 em {
		font-size: 183.33%;
		letter-spacing: 0;
	}
	.txt_price02 .box {
		width: calc(600 / 750 * 100vw);
		border-radius: calc(20 / 750 * 100vw);
		font-size: 66.67%;
		letter-spacing: 0;
		height: calc(80 / 750 * 100vw);
		left: 0;
		margin: auto;
	}
	.txt_price02 .box:before {
		border-bottom: calc(20 / 750 * 100vw) solid #153a76;
		border-right: calc(10 / 750 * 100vw) solid transparent;
		border-left: calc(10 / 750 * 100vw) solid transparent;
		top: calc(-20 / 750 * 100vw);
	}
	.txt_price02 .box em {
		letter-spacing: 0;
	}
	.txt_price03 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 8vw;
	}
	.txt_price03 span {
		letter-spacing: 0;
	}
	.txt_price03 em {
		letter-spacing: 0;
		line-height: 1.65;
	}
	.txt_price03 em:before {
		width: calc(82 / 750 * 100vw);
		height: calc(85 / 750 * 100vw);
		left: -8vw;
		top: -2vw;
	}
	.txt_price04 {
		font-size: 156.25%;
		letter-spacing: 0;
		height: calc(120 / 750 * 100vw);
	}
	.txt_price04:after {
		border-top: calc(62 / 750 * 100vw) solid #f09225;
		border-right: calc(193 / 750 * 100vw) solid transparent;
		border-left: calc(193 / 750 * 100vw) solid transparent;
		bottom: calc(-61 / 750 * 100vw);
	}
	.bg_price01{
		background: url("images/index/bg_price03.png")no-repeat left bottom / calc(300 / 750 * 100vw) auto, url("images/index/bg_price04.png")no-repeat right bottom / calc(300 / 750 * 100vw) auto, url("images/index/bg_price02_sp.jpg")no-repeat center bottom / cover;
		padding: 13vw 0 13vw;
	}
	.bg_price01 .txt01 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.bg_price01 .txt02 {
		font-size: 187.5%;
		margin-bottom: 5vw;
		background: linear-gradient(transparent 70%, #a867a480 70%);
	}
	.bg_price01 .txt02 em {
		font-size: 200%;
	}
	.bg_price01 .txt03 {
		font-size: 156.25%;
		letter-spacing: 0;
	}
}


/* 当院のオールオン4が選ばれる理由 reason
------------------------------------------------------------------*/
.bg_reason01 {
	background: url("images/page/bg_common05.svg")no-repeat left top / 100% auto, url("images/index/bg_reason03.svg")no-repeat center top 47% / 100% auto, url("images/page/bg_common06.svg")no-repeat right bottom / 100% auto;
}
.ttl_reason02:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 1710px;
	background: rgb(21,58,118);
	background: linear-gradient(90deg, rgba(21,58,118,1) 0%, rgba(72,148,187,1) 46%, rgba(25,178,204,1) 100%);
	height: 100%;
	transform: skewX(41deg);
	right: 16%;
	top: 0;
	z-index: -1;
}
.ttl_reason02.right:after {
	right: auto;
	left: 19%;
	transform: skewX(-41deg);
}
.ttl_reason02 .en {
	right: 19%;
	top: calc(-80 / 1920 * 100vw);
}
.ttl_reason02.right .en {
	right: auto;
	left: 24%;
}
.ttl_reason02 .en span {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1;
}
.box_reason01 {
	border: 2px solid #153a76;
}
.txt_common01 .wrap:before {
	content: "";
	position: absolute;
	background: url("images/page/deco_common01.svg")no-repeat center / cover;
	width: calc(20 / 1920 * 100vw);
	height: calc(30 / 1920 * 100vw);
	left: calc(20 / 1920 * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.txt_common01.deco02 .wrap:before { background-image: url("images/page/deco_common02.svg"); }
.txt_common01 .wrap:after {
	content: "";
	position: absolute;
	background: url("images/page/deco_common01.svg")no-repeat center / cover;
	width: calc(20 / 1920 * 100vw);
	height: calc(30 / 1920 * 100vw);
	right: calc(20 / 1920 * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	transform: scaleX(-1);
}
.txt_common01.deco02 .wrap:after { background-image: url("images/page/deco_common02.svg"); }
.row_reason01 {
	max-width: 1300px;
}
.row_reason01 .col {
	width: 47%;
	max-width: 610px;
}
.row_reason01 .col_r {
	margin-top: calc(95 / 1920 * 100vw);
}
.row_reason01 .col:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4894bb;
	opacity: .3;
	left: calc(-20 / 1920 * 100vw);
	bottom: calc(-20 / 1920 * 100vw);
	z-index: -1;
}
.row_reason01 .col_r:before {
	left: auto;
	bottom: auto;
	right: calc(-20 / 1920 * 100vw);
	top: calc(-20 / 1920 * 100vw);
	background: #a867a4;
}
.row_reason01 .col_l .ttl {
	top: calc(-50 / 1920 * 100vw);
	left: calc(-54 / 1920 * 100vw);
	background: #4894bbcc;
}
.row_reason01 .col_r .ttl {
	right: calc(-50 / 1920 * 100vw);
	bottom: calc(-70 / 1920 * 100vw);
	background: #a867a4cc;
}
.row_reason01 .col_r .ttl small {
	font-size: 66.67%;
	letter-spacing: .1em;
	line-height: 1.6;
	display: block;
}
.row_reason01 .col .circle {
	width: calc(140 / 1920 * 100vw);
	height: calc(140 / 1920 * 100vw);
	left: calc(-100 / 1920 * 100vw);
	top: 0;
}
.row_reason01 .col_r .circle {
	right: calc(-100 / 1920 * 100vw);
	bottom: calc(50 / 1920 * 100vw);
	left: auto;
	top: auto;
}
.row_reason01 .col .circle em {
	font-size: 208.33%;
	letter-spacing: .1em;
	line-height: 1;
}
.wrap_reason01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #4894bb;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.wrap_reason01.bdr02:after {
	background: #a867a4;
}
.box_reason02 {
	border: 2px solid #4894bb;
	max-width: 1240px;
	background: url("images/index/bg_reason01.png")no-repeat left bottom / calc(500 / 1920 * 100vw) auto;
}
.box_reason02.bg02 {
	border-color: #a867a4;
	background: url("images/index/bg_reason02.png")no-repeat right bottom / calc(500 / 1920 * 100vw) auto;
}
.row_reason02 {
	width: 92%;
	max-width: 1120px;
	bottom: calc(-60 / 1920 * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.row_reason02 .col {
	width: 32%;
	max-width: 360px;
	height: calc(120 / 1920 * 100vw);
	border: 2px solid #a867a4;
}
.row_reason03 .col_img {
	width: 46%;
	max-width: 880px;
}
.row_reason03 .col_img .circle {
	right: calc(-35 / 1920 * 100vw);
	bottom: calc(-35 / 1920 * 100vw);
	width: calc(280 / 1920 * 100vw);
	height: calc(280 / 1920 * 100vw);
	box-shadow: 5px 5px 0 0 rgba(51,51,51,.3);
	background: url("images/index/shape_reason01.png")no-repeat center / calc(260 / 1920 * 100vw);
}
.row_reason03 .col_img .circle .txt {
	color: #19b2cc;
	background: rgb(25,178,204);
	background: linear-gradient(90deg, rgba(25,178,204,1) 0%, rgba(89,135,215,1) 46%, rgba(168,103,164,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.row_reason03 .col_txt {
	width: 50%;
}
.row_reason03 .ttl_reason02.left {
	padding-right: 12%;
}
.row_reason03 .ttl_reason02.right {
	padding-left: 12%;
}
.row_reason03 .ttl_reason02.left:after {
	right: 11%;
}
.row_reason03 .ttl_reason02.right:after {
	left: 11%;
}
.row_reason03 .ttl_reason02.left .en {
	right: 20%;
}
.row_reason03 .ttl_reason02.right .en {
	left: 21%;
}
.row_reason03 .ttl_reason02.left .ja {
	display: inline-block;
	text-align: left;
}
.row_reason03 .txt {
	max-width: 750px;
	width: calc(100% - calc(50 / 1920 * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_reason02:after {
		right: 15%;
	}
	.ttl_reason02.right:after {
		right: auto;
		left: 17%;
	}
	.ttl_reason02 .en {
		top: calc(-80 / 1599 * 100vw);
	}
	.txt_common01 .wrap:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(30 / 1599 * 100vw);
		left: calc(20 / 1599 * 100vw);
	}
	.txt_common01 .wrap:after {
		width: calc(20 / 1599 * 100vw);
		height: calc(30 / 1599 * 100vw);
		right: calc(20 / 1599 * 100vw);
	}
	.row_reason01 .col_r {
		margin-top: calc(95 / 1599 * 100vw);
	}
	.row_reason01 .col:before {
		left: calc(-20 / 1599 * 100vw);
		bottom: calc(-20 / 1599 * 100vw);
	}
	.row_reason01 .col_r:before {
		right: calc(-20 / 1599 * 100vw);
		top: calc(-20 / 1599 * 100vw);
	}
	.row_reason01 .col_l .ttl {
		top: calc(-50 / 1599 * 100vw);
		left: calc(-54 / 1599 * 100vw);
	}
	.row_reason01 .col_r .ttl {
		right: calc(-50 / 1599 * 100vw);
		bottom: calc(-70 / 1599 * 100vw);
	}
	.row_reason01 .col .circle {
		width: calc(140 / 1599 * 100vw);
		height: calc(140 / 1599 * 100vw);
		left: calc(-50 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
	}
	.row_reason01 .col_r .circle {
		left: auto;
		right: calc(-50 / 1599 * 100vw);
		bottom: calc(80 / 1599 * 100vw);
		top: auto;
	}
	.box_reason02 {
		background: url("images/index/bg_reason01.png")no-repeat left bottom / calc(500 / 1599 * 100vw) auto;
	}
	.box_reason02.bg02 {
		background: url("images/index/bg_reason02.png")no-repeat right bottom / calc(500 / 1599 * 100vw) auto;
	}
	.row_reason02 {
		bottom: calc(-60 / 1599 * 100vw);
	}
	.row_reason02 .col {
		height: calc(120 / 1599 * 100vw);
	}
	.row_reason03 .col_img .circle {
		right: calc(-35 / 1599 * 100vw);
		bottom: calc(-35 / 1599 * 100vw);
		width: calc(280 / 1599 * 100vw);
		height: calc(280 / 1599 * 100vw);
		background: url("images/index/shape_reason01.png")no-repeat center / calc(260 / 1599 * 100vw);
	}
	.row_reason03 .ttl_reason02.left:after {
		right: 13%;
	}
	.row_reason03 .ttl_reason02.right:after {
		left: 13%;
	}
	.row_reason03 .ttl_reason02.left .en {
		right: 24%;
	}
	.row_reason03 .ttl_reason02.right .en {
		left: 25%;
	}
	.row_reason03 .txt {
		width: calc(100% - calc(50 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_reason02:after {
		transform: skewX(24deg);
		right: 10%;
	}
	.ttl_reason02.right:after {
		transform: skewX(-24deg);
		left: 10%;
		right: auto;
	}
	.ttl_reason02 .en {
		top: calc(-72 / 1299 * 100vw);
		right: 14%;
		font-size: 400%;
	}
	.ttl_reason02.right .en {
		right: auto;
		left: 14%;
	}
	.txt_common01 .wrap:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(30 / 1299 * 100vw);
		left: calc(20 / 1299 * 100vw);
	}
	.txt_common01 .wrap:after {
		width: calc(20 / 1299 * 100vw);
		height: calc(30 / 1299 * 100vw);
		right: calc(20 / 1299 * 100vw);
	}
	.row_reason01 .col_r {
		margin-top: calc(95 / 1299 * 100vw);
	}
	.row_reason01 .col:before {
		left: calc(-20 / 1299 * 100vw);
		bottom: calc(-20 / 1299 * 100vw);
	}
	.row_reason01 .col_r:before {
		right: calc(-20 / 1299 * 100vw);
		top: calc(-20 / 1299 * 100vw);
	}
	.row_reason01 .col_l .ttl {
		top: calc(-50 / 1299 * 100vw);
		left: calc(-54 / 1299 * 100vw);
	}
	.row_reason01 .col_r .ttl {
		right: calc(-50 / 1299 * 100vw);
		bottom: calc(-70 / 1299 * 100vw);
	}
	.row_reason01 .col .circle {
		width: calc(140 / 1299 * 100vw);
		height: calc(140 / 1299 * 100vw);
		left: calc(-50 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
	}
	.row_reason01 .col_r .circle {
		left: auto;
		right: calc(-50 / 1299 * 100vw);
		bottom: calc(80 / 1299 * 100vw);
		top: auto;
	}
	.box_reason02 {
		background: url("images/index/bg_reason01.png")no-repeat left bottom / calc(500 / 1299 * 100vw) auto;
	}
	.box_reason02.bg02 {
		background: url("images/index/bg_reason02.png")no-repeat right bottom / calc(500 / 1299 * 100vw) auto;
	}
	.row_reason02 {
		bottom: calc(-60 / 1299 * 100vw);
	}
	.row_reason02 .col {
		height: calc(120 / 1299 * 100vw);
	}
	.row_reason03 .col_img .circle {
		right: calc(-35 / 1299 * 100vw);
		bottom: calc(-35 / 1299 * 100vw);
		width: calc(240 / 1299 * 100vw);
		height: calc(240 / 1299 * 100vw);
		background: url("images/index/shape_reason01.png")no-repeat center / calc(220 / 1299 * 100vw);
	}
	.row_reason03 .col_img .circle .txt {
		font-size: 144.44%;
	}
	.row_reason03 .txt {
		width: calc(100% - calc(50 / 1299 * 100vw));
	}
	.row_reason03 .ttl_reason02.left:after {
		right: 9%;
	}
	.row_reason03 .ttl_reason02.right:after {
		left: 9%;
	}
	.row_reason03 .ttl_reason02.right .en {
		left: 16%;
	}
	.row_reason03 .ttl_reason02.left .en {
		right: 16%;
	}
}
@media(max-width: 767px) {
	.bg_reason01 {
		background: url("images/page/bg_common05_sp.svg")no-repeat left top / 100% auto, url("images/index/bg_reason03_sp.png")no-repeat center top 41.5% / 100% auto, url("images/page/bg_common06_sp.svg")no-repeat right bottom / 100% auto;
		padding-bottom: 12vw;
	}
	.ttl_reason02 {
		margin-bottom: 5.5vw;
		padding: 7vw 0 5.5vw;
	}
	.ttl_reason02.mb120 {
		margin-bottom: 8vw;
	}
	.ttl_reason02:after {
		max-width: 100%;
		transform: skewX(24deg);
		right: 7.5%;
	}
	.ttl_reason02.right:after {
		right: auto;
		left: 7.5%;
		transform: skewX(-24deg);
	}
	.ttl_reason02 .en {
		right: 12%;
		top: calc(-80 / 750 * 100vw);
		font-size: 250%;
	}
	.ttl_reason02.right .en {
		right: auto;
		left: 13%;
	}
	.ttl_reason02 .ja {
		font-size: 137.5%;
		letter-spacing: 0;
	}
	.txt_reason01 {
		margin-bottom: 6vw;
	}
	.img_reason01 {
		margin-bottom: 14.5vw;
	}
	.box_reason01 {
		padding: 8.5vw 5% 5vw;
	}
	.txt_common01 {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.txt_common01 .wrap {
		padding: 0 10vw;
	}
	.txt_common01 .wrap:before {
		width: calc(31 / 750 * 100vw);
		height: calc(46 / 750 * 100vw);
		left: 4vw;
		bottom: auto;
		top: 1vw;
	}
	.txt_common01 .wrap:after {
		width: calc(31 / 750 * 100vw);
		height: calc(46 / 750 * 100vw);
		right: 4vw;
		bottom: auto;
		top: 1vw;
	}
	.row_reason01 {
		max-width: calc(680 / 750 * 100vw);
		margin-bottom: 7vw;
	}
	.row_reason01 .col {
		width: 49%;
		max-width: calc(325 / 750 * 100vw);
	}
	.row_reason01 .col_r {
		margin-top: calc(150 / 750 * 100vw);
	}
	.row_reason01 .col:before {
		height: calc(377 / 750 * 100vw);
		left: calc(-12 / 750 * 100vw);
		bottom: calc(-12 / 750 * 100vw);
	}
	.row_reason01 .col_r:before {
		left: auto;
		bottom: auto;
		right: calc(-12 / 750 * 100vw);
		top: calc(-12 / 750 * 100vw);
	}
	.row_reason01 .col_l .ttl {
		position: relative;
		top: auto;
		left: auto;
		font-size: 100%;
		letter-spacing: 0;
		padding: 2.5vw 2vw 2vw;
	}
	.row_reason01 .col_r .ttl {
		position: relative;
		right: auto;
		bottom: auto;
		font-size: 100%;
		letter-spacing: 0;
		padding: 2.5vw 2vw 2vw;
	}
	.row_reason01 .col_r .ttl small {
		font-size: 75%;
		letter-spacing: 0;
	}
	.row_reason01 .col .circle {
		width: calc(140 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
		left: calc(-15 / 750 * 100vw);
		top: 16vw;
		font-size: 75%;
		letter-spacing: 0;
		line-height: 1.2;
	}
	.row_reason01 .col_r .circle {
		right: calc(-15 / 750 * 100vw);
		bottom: 19.5vw;
		z-index: 1;
		left: auto;
		top: auto;
	}
	.wrap_reason01.bdr01 {
		margin-bottom: 8vw;
	}
	.wrap_reason01.bdr02 {
		margin-bottom: 18.5vw;
	}
	.box_reason02 {
		padding: 5vw 5% 6vw;
		max-width: 100%;
		background: url("images/index/bg_reason01.png")no-repeat left bottom / calc(500 / 750 * 100vw) auto;
	}
	.box_reason02.bg02 {
		background: url("images/index/bg_reason02.png")no-repeat right bottom / calc(500 / 750 * 100vw) auto;
		padding-bottom: 50vw;
	}
	.box_reason02 .ttl {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.row_reason02 {
		width: 92%;
		max-width: calc(620 / 750 * 100vw);
		bottom: calc(-60 / 750 * 100vw);
		display: block;
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.row_reason02 .col {
		width: 100%;
		max-width: 100%;
		height: calc(120 / 750 * 100vw);
	}
	.row_reason02 .col:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.row_reason03 {
		display: block;
	}
	.row_reason03 .col_img {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_reason03 .col_img .circle {
		right: calc(-20 / 750 * 100vw);
		bottom: calc(-45 / 750 * 100vw);
		width: calc(280 / 750 * 100vw);
		height: calc(280 / 750 * 100vw);
		box-shadow: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) 0 0 rgba(51,51,51,.3);
		background: url("images/index/shape_reason01.png")no-repeat center / calc(260 / 750 * 100vw);
	}
	.row_reason03 .col_img .circle .txt {
		font-size: 93.75%;
		letter-spacing: 0;
	}
	.row_reason03 .col_txt {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_reason03 .ttl_reason02 {
		margin-bottom: 8vw;
	}
	.row_reason03 .ttl_reason02.left {
		padding-right: 0;
	}
	.row_reason03 .ttl_reason02.right {
		padding-left: 0;
	}
	.row_reason03 .ttl_reason02.left:after {
		right: 7.5%;
	}
	.row_reason03 .ttl_reason02.right:after {
		left: 7.5%;
	}
	.row_reason03 .ttl_reason02.left .en {
		right: 12%;
	}
	.row_reason03 .ttl_reason02.right .en {
		left: 13%;
	}
	.row_reason03 .ttl_reason02 .ja {
		display: block;
		text-align: center;
	}
	.row_reason03 .txt {
		max-width: calc(646 / 750 * 100vw);
		width: 100%;
		margin: 0 auto;
	}
}


/* 他院でオールオン4を断られてしまった方へ refused
------------------------------------------------------------------*/
.row_refused01:before, .row_refused01:after {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(210 / 1920 * 100vw);
	background: #153a76;
	transform: rotate(45deg);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.row_refused01:after {
	transform: rotate(-45deg);
}
.row_refused01 .col {
	width: 48%;
	max-width: 920px;
}
.row_refused01 .col:before {
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 100%;
	background: rgb(103,164,195);
	background: linear-gradient(90deg, rgba(103,164,195,0) 15%, rgba(103,164,195,1) 50%);
	opacity: .8;
}
.row_refused01 .col_r:before {
	right: auto;
	left: 0;
	background: rgb(168,103,164);
	background: linear-gradient(90deg, rgba(168,103,164,1) 50%, rgba(168,103,164,0) 85%);
}
.row_refused01 .col .ttl {
	right: calc(60 / 1920 * 100vw);
	height: 100%;
}
.row_refused01 .col_r .ttl {
	right: auto;
	left: calc(60 / 1920 * 100vw);
}
.txt_refused01 em {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.33;
}
.ttl_refused03 {
	background-image: url("images/index/bg_refused01.svg");
	height: calc(255 / 1920 * 100vw);
}
.ttl_refused03 .en {
	font-size: 444.44%;
}
.box_refused01 {
	width: 90%;
	max-width: 1000px;
	margin-top: calc(-100 / 1920 * 100vw);
}
.box_refused01 .ttl {
	border-bottom: 1px solid #153a76;
}
.bg_refused03 {
	background: url("images/index/bg_refused02.jpg")no-repeat center / cover;
}
.row_refused02 .col {
	width: 41%;
	max-width: 500px;
	position: relative;
}
.row_refused02 .col_l {
	margin-top: calc(100 / 1920 * 100vw);
}
.row_refused02 .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: calc(-20 / 1920 * 100vw);
	bottom: calc(-20 / 1920 * 100vw);
	z-index: -1;
}
.row_refused02 .col_r:after {
	left: auto;
	bottom: auto;
	right: calc(-20 / 1920 * 100vw);
	top: calc(-20 / 1920 * 100vw);
}
.row_refused02 .txt {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ttl_refused02 {
	border-bottom: 1px solid #153a76;
}
.row_refused03 {
	gap: 0 2.3%;
}
.row_refused03 .col {
	max-width: calc( 394 / var(--break) * 100vw);
	width: 31.8%;
}
.bg_refused04 {
	background: url("images/index/bg_zygomatic01.jpg")no-repeat left 10% bottom / cover;
}
.bg_refused04 .wrap {
	max-width: calc( 1000 / var(--break) * 100vw);
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}
.bg_refused04 .ttl_refused02 {
	filter: drop-shadow(0 0 calc( 5 / var(--break) * 100vw) #fff) drop-shadow(0 0 calc( 10 / var(--break) * 100vw) #fff) drop-shadow(0 0 calc( 15 / var(--break) * 100vw) #fff);
}
.list_refused01 {
	max-width: calc( 732 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.list_refused01 li {
	border-bottom: dotted 2px #c7c7c7;
	padding-left: calc( 10 / var(--break) * 100vw);
	padding-right: calc( 10 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.list_refused01 .icn {
	width: calc( 24 / var(--break) * 100vw);
	display: block;
}
.list_refused01 .txt {
	width: calc( 100% - calc( 40 / var(--break) * 100vw) );
	margin-top: calc( 2 / var(--break) * 100vw);
}
.box_refused02 {
	box-shadow: 0 0 calc( 20 / var(--break) * 100vw) 0 rgba(0, 0, 0, 0.3);
}
.box_refused03 {
	border: 2px solid #153a76;
	background: url("images/index/bg_greeting03.png")no-repeat right bottom / calc( 500 / var(--break) * 100vw) auto;
}
.row_refused04 .col_img {
	max-width: calc( 450 / var(--break) * 100vw);
	width: 40%;
}
.row_refused04 .col_txt {
	width: 56%;
}
.slide_refused01 .bg_refused03 {
	max-width: 100%;
	width: calc( 1920 / var(--break) * 100vw);
}
.bg_refused03.bg02 {
	background-image: url("images/index/bg_refused03.jpg");
}
.bg_refused03.bg03 {
	background-image: url("images/index/bg_refused04.jpg");
}
.bg_refused03.bg04 {
	background-image: url("images/index/bg_refused05.jpg");
}
.bg_refused03.bg05 {
	background-image: url("images/index/bg_refused06.jpg");
}
.bg_refused03.bg06 {
	background-image: url("images/index/bg_refused07.jpg");
}
.bg_refused03.bg07 {
	background-image: url("images/index/bg_refused08.jpg");
}
.bg_refused03.bg08 {
	background-image: url("images/index/bg_refused09.jpg");
}
.bg_refused03.bg09 {
	background-image: url("images/index/bg_refused10.jpg");
}
.bg_refused03.bg10 {
	background-image: url("images/index/bg_refused11.jpg");
}
.slide_refused01 .slick-dots {
	bottom: calc( 40 / var(--break) * 100vw);
}
.slide_refused01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 8px;
}
.slide_refused01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_refused01 .slick-dots li button:before {
	content: "";
	background: #ffffff;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_refused01 .slick-dots li.slick-active button:before {
	background: #153a76;
	opacity: 1;
}
.slide_refused01 .slick-prev {
	background: url(images/page/arw04.svg)no-repeat center / cover;
	width: calc( 30 / var(--break) * 100vw);
	height: calc( 54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10%;
	z-index: 1;
}
.slide_refused01 .slick-next {
	background: url(images/page/arw04.svg)no-repeat center / cover;
	width: calc( 30 / var(--break) * 100vw);
	height: calc( 54 / var(--break) * 100vw);
	right: 10%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_refused01 .slick-prev:before, .slide_refused01 .slick-next:before {
	display: none;
}
.row_refused02 .txt .en {
	text-combine-upright: all;
}
.row_refused02 .txt .rl_reset {
	writing-mode: horizontal-tb;
}
.row_refused02 {
	max-width: calc( 1240 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_refused01:before, .row_refused01:after {
		height: calc(210 / 1599 * 100vw);
	}
	.row_refused01 .col .ttl {
		right: calc(60 / 1599 * 100vw);
	}
	.row_refused01 .col_r .ttl {
		right: auto;
		left: calc(60 / 1599 * 100vw);
	}
	.ttl_refused03 {
		height: calc(255 / 1599 * 100vw);
	}
	.box_refused01 {
		margin-top: calc(-100 / 1599 * 100vw);
	}
	.row_refused02 .col_l {
		margin-top: calc(100 / 1599 * 100vw);
	}
	.row_refused02 .col:after {
		left: calc(-20 / 1599 * 100vw);
		bottom: calc(-20 / 1599 * 100vw);
	}
	.row_refused02 .col_r:after {
		right: calc(-20 / 1599 * 100vw);
		top: calc(-20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_refused01:before, .row_refused01:after {
		height: calc(210 / 1299 * 100vw);
	}
	.row_refused01 .col .ttl {
		right: calc(60 / 1299 * 100vw);
		font-size: 177.78%;
	}
	.row_refused01 .col_r .ttl {
		right: auto;
		left: calc(60 / 1299 * 100vw);
	}
	.ttl_refused03 {
		height: calc(255 / 1299 * 100vw);
	}
	.box_refused01 {
		margin-top: calc(-100 / 1299 * 100vw);
	}
	.row_refused02 .col_l {
		margin-top: calc(100 / 1299 * 100vw);
	}
	.row_refused02 .col:after {
		left: calc(-20 / 1299 * 100vw);
		bottom: calc(-20 / 1299 * 100vw);
	}
	.row_refused02 .col_r:after {
		right: calc(-20 / 1299 * 100vw);
		top: calc(-20 / 1299 * 100vw);
	}
	.slide_refused01 .slick-prev {
		left: 5%;
	}
	.slide_refused01 .slick-next {
		right: 5%;
	}
}
@media(max-width: 767px) {
	.bg_refused01 {
		padding-bottom: 10.5vw;
	}
	.row_refused01 {
		display: block;
	}
	.row_refused01:before, .row_refused01:after {
		height: calc(210 / 750 * 100vw);
	}
	.row_refused01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_refused01 .col_l {
		margin-bottom: 8vw;
	}
	.row_refused01 .col .ttl {
		right: calc(50 / 750 * 100vw);
		font-size: 125%;
		letter-spacing: 0;
	}
	.row_refused01 .col_r .ttl {
		right: auto;
		left: calc(50 / 750 * 100vw);
	}
	.txt_refused01 {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.txt_refused01 em {
		font-size: 150%;
		letter-spacing: 0;
		line-height: 1.6;
		display: block;
		margin-top: 4vw;
	}
	.ttl_refused03 {
		background-image: url("images/index/bg_refused01_sp.svg");
		height: calc(255 / 750 * 100vw);
	}
	.ttl_refused03 .en {
		font-size: 168.75%;
		margin-bottom: 2vw;
	}
	.bg_refused02 {
		padding-bottom: 13vw;
	}
	.box_refused01 {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding: 6vw 6% 6vw;
	}
	.box_refused01 .ttl {
		font-size: 125%;
		line-height: 1.6;
		padding-bottom: 3vw;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.txt_refused02 {
		font-size: 125%;
		letter-spacing: 0;
		padding: 8vw 0 8vw;
	}
	.bg_refused03 {
		background: url("images/index/bg_refused02_sp.jpg")no-repeat center / cover;
		padding: 9vw 0 15vw;
	}
	.row_refused02 {
		max-width: calc(676 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_refused02 .col {
		width: 48%;
		max-width: calc(322 / 750 * 100vw);
	}
	.row_refused02 .col_l {
		margin-top: 0;
	}
	.row_refused02 .col_r {
		margin-top: calc(13 / 750 * 100vw);
	}
	.row_refused02 .col:after {
		left: calc(-13 / 750 * 100vw);
		bottom: calc(-13 / 750 * 100vw);
	}
	.row_refused02 .col_r:after {
		left: auto;
		bottom: auto;
		right: calc(-13 / 750 * 100vw);
		top: calc(-13 / 750 * 100vw);
	}
	.row_refused02 .txt {
		width: 100%;
		height: auto;
		left: auto;
		top: auto;
		position: relative;
		font-size: 125%;
		letter-spacing: 0;
		margin: 0 auto 7vw;
		writing-mode: horizontal-tb;
		text-align: center;
		height: calc( 260 / var(--break) * 100vw);
	}
	.ttl_refused02 {
		font-size: calc( 50 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_refused03 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_refused03 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.bg_refused04 {
		background: url(images/index/bg_zygomatic02_sp.png) no-repeat center bottom / cover,
			url(images/index/bg_zygomatic01_sp.jpg) no-repeat center top / 100% auto,
			#c6ddea;
		padding: 37vw 0 10vw;
	}
	.bg_refused04 .wrap {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_refused04 .col_img {
		max-width: calc( 620 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 4vw;
	}
	.row_refused04 .col_txt {
		width: 100%;
	}
	.row_refused04 .col_txt .copy {
		font-size: calc( 40 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 1vw;
	}
	.box_refused03 {
		padding-left: calc( 40 / var(--break) * 100vw);
		padding-right: calc( 40 / var(--break) * 100vw);
	}
	.slide_refused01 .slick-prev,
	.slide_refused01 .slick-next {
		bottom: 13vw;
		top: auto!important;
	}
	.slide_refused01 .slick-prev {
		left: 5%;
	}
	.slide_refused01 .slick-next {
		right: 5%;
	}
	.slide_refused01 .slick-dots {
		bottom: 15vw;
	}
	.slide_refused01 .bg_refused03 {
		padding-bottom: calc( 260 / var(--break) * 100vw);
	}
	.slide_refused01 .slick-dots li button:before {
		width: calc(18 / var(--break)* 100vw);
		height: calc(18 / var(--break)* 100vw);
	}
	.slide_refused01 .bg_refused03 {
		max-width: 100%;
		width: calc(750 / var(--break)* 100vw);
	}
	.bg_refused03 {
		background-image: url("images/index/bg_refused02_sp.jpg");
	}
	.bg_refused03.bg02 {
		background-image: url("images/index/bg_refused03_sp.jpg");
	}
	.bg_refused03.bg03 {
		background-image: url("images/index/bg_refused04_sp.jpg");
	}
	.bg_refused03.bg04 {
		background-image: url("images/index/bg_refused05_sp.jpg");
	}
	.bg_refused03.bg05 {
		background-image: url("images/index/bg_refused06_sp.jpg");
	}
	.bg_refused03.bg06 {
		background-image: url("images/index/bg_refused07_sp.jpg");
	}
	.bg_refused03.bg07 {
		background-image: url("images/index/bg_refused08_sp.jpg");
	}
	.bg_refused03.bg08 {
		background-image: url("images/index/bg_refused09_sp.jpg");
	}
	.bg_refused03.bg09 {
		background-image: url("images/index/bg_refused10_sp.jpg");
	}
	.bg_refused03.bg10 {
		background-image: url("images/index/bg_refused11_sp.jpg");
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01 {
	background: url("images/index/bg_case01.png")no-repeat left top / 100% auto, url("images/index/bg_case02.png")no-repeat right bottom / 100% auto;
}
.box_case {
	background: #4894bbcc;
}
.box_case > .ttl {
	border-bottom: 1px solid #fff;
	line-height: .6;
}
.box_case > .row_case.flex:before {
	border-left-color: #fff;
	border-width: calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
	bottom: calc(60 / 1920 * 100vw);
	top: 0;
}
.box_case .col {
	max-width: 500px;
	width: 46.5%;
}
.box_case .col .ttl {
	font-size: 200%;
	border: none;
	padding: 0;
	line-height: calc(60 / 1920 * 100vw);
}
.btn_case01.flex {
	max-width: 360px;
	border: none;
	height: calc(70 / 1920 * 100vw);
}
.btn_case01.flex:before {
	display: none;
}
.btn_case01 .icn {
	width: calc(24 / 1920 * 100vw);
	height: calc(24 / 1920 * 100vw);
	right: calc(33 / 1920 * 100vw);
}
.btn_case01 .icn:before {
	background: #fff;
}
.btn_case01 .icn:after {
	background: #fff;
}
.tbl_common01 {
	max-width: 1000px;
}
.tbl_common01 .ttl {
	height: calc(80 / 1920 * 100vw);
}
.tbl_common01 table {
	border-color: #153a76;
}
.tbl_common01 th {
	background: #153a761a;
	color: #333;
}
.tbl_common01 tr:not(:last-child) th, .tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #153a76;
}
.tbl_common01 th, .tbl_common01 td {
	padding: calc(25 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(25 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_case > .row_case.flex:before {
		border-width: calc(20 / 1599 * 100vw) 0 calc(20 / 1599 * 100vw) calc(20 / 1599 * 100vw);
		bottom: calc(60 / 1599 * 100vw);
	}
	.box_case .col .ttl {
		line-height: calc(60 / 1599 * 100vw);
	}
	.btn_case01.flex {
		height: calc(70 / 1599 * 100vw);
	}
	.btn_case01 .icn {
		width: calc(24 / 1599 * 100vw);
		height: calc(24 / 1599 * 100vw);
		right: calc(33 / 1599 * 100vw);
	}
	.tbl_common01 .ttl {
		height: calc(80 / 1599 * 100vw);
	}
	.tbl_common01 th, .tbl_common01 td {
		padding: calc(25 / 1599 * 100vw) calc(30 / 1599 * 100vw) calc(25 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_case > .row_case.flex:before {
		border-width: calc(20 / 1299 * 100vw) 0 calc(20 / 1299 * 100vw) calc(20 / 1299 * 100vw);
		bottom: calc(60 / 1299 * 100vw);
	}
	.box_case .col .ttl {
		line-height: calc(60 / 1299 * 100vw);
	}
	.btn_case01.flex {
		height: calc(70 / 1299 * 100vw);
	}
	.btn_case01 .icn {
		width: calc(24 / 1299 * 100vw);
		height: calc(24 / 1299 * 100vw);
		right: calc(33 / 1299 * 100vw);
	}
	.tbl_common01 .ttl {
		height: calc(80 / 1299 * 100vw);
	}
	.tbl_common01 th, .tbl_common01 td {
		padding: calc(25 / 1299 * 100vw) calc(30 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_case01 {
		background: url("images/index/bg_case01_sp.png")no-repeat left top / 100% auto, url("images/index/bg_case02_sp.png")no-repeat right bottom / 100% auto;
	}
	.box_case {
		padding: 9vw 4% 8vw;
	}
	.box_case > .ttl {
		font-size: 250%;
		margin-bottom: 5vw;
	}
	.box_case > .row_case.flex:before {
		border-width: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
		bottom: calc(60 / 750 * 100vw);
	}
	.box_case .col {
		max-width: calc(290 / 750 * 100vw);
	}
	.box_case .col .ttl {
		font-size: 112.5%;
		line-height: calc(60 / 750 * 100vw);
	}
	.btn_case01.flex {
		max-width: calc(450 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
	}
	.btn_case01 .icn {
		width: calc(24 / 750 * 100vw);
		height: calc(24 / 750 * 100vw);
		right: calc(33 / 750 * 100vw);
	}
	.tbl_common01 {
		max-width: 100%;
	}
	.tbl_common01 .ttl {
		height: calc(90 / 750 * 100vw);
		font-size: 100%;
	}
	.tbl_recruit tr:not(:last-child) th {
		border-bottom: none;
	}
	.tbl_common01 th, .tbl_common01 td {
		padding: 2vw 3vw 3vw;
	}
}


/* blog
------------------------------------------------------------------*/
.blog {
	background: url("images/index/bg_blog02.svg")no-repeat center bottom / 100% auto;
}
.box_blog01 {
	border: 1px solid #fff;
}
.bnr_blog01 {
	max-width: 800px;
}
.bnr_blog01 .bg {
	background: url("images/index/bg_blog01.png")no-repeat right center / auto 100%;
}
.bnr_blog01 .txt02 {
	font-weight: bold;
}
.bnr_blog01 .icn {
	margin: 0 0 calc(10 / 1920 * 100vw) calc(25 / 1920 * 100vw);
	width: calc(40 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bnr_blog01 .icn {
		margin: 0 0 calc(10 / 1599 * 100vw) calc(25 / 1599 * 100vw);
		width: calc(40 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bnr_blog01 .icn {
		margin: 0 0 calc(10 / 1299 * 100vw) calc(25 / 1299 * 100vw);
		width: calc(40 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.blog {
		background: url("images/index/bg_blog02_sp.svg")no-repeat center bottom / 100% auto;
		padding: 14vw 0 8vw;
	}
	.box_blog01 {
		padding: 11.5vw 4% 8vw;
	}
	.bnr_blog01 {
		max-width: calc(646 / 750 * 100vw);
	}
	.bnr_blog01 .bg {
		padding: 4.5vw 3vw 3vw;
	}
	.bnr_blog01 .txt02 {
		font-size: 75%;
		letter-spacing: 0;
	}
	.bnr_blog01 .ttl {
		font-size: 187.5%;
		letter-spacing: 0;
	}
	.bnr_blog01 .icn {
		width: calc(40 / 750 * 100vw);
		margin: 0 0 2vw 3vw;
	}
}


/* 治療の流れ flow
------------------------------------------------------------------*/
.wrap_flow01.arw:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(40 / 1920 * 100vw) solid #4894bb;
	border-right: calc(100 / 1920 * 100vw) solid transparent;
	border-left: calc(100 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.wrap_flow01.arw02:before {
	border-top-color: #a867a4;
}
.row_flow01 .col_img {
	width: 28%;
	max-width: 345px;
}
.row_flow01 .col_txt {
	width: 68%;
	max-width: 835px;
}
.row_flow01 .col_txt > .ttl {
	border-bottom: 1px solid #4894bb;
}
.row_flow01 .ttl.bdr02 { border-bottom-color: #a867a4; }
.row_flow01 .ttl .num {
	opacity: .2;
	line-height: .6;
	left: calc(-5 / 1920 * 100vw);
	bottom: 0;
}
.row_flow02 {
	max-width: 725px;
}
.row_flow02 .col {
	width: 49%;
	max-width: 350px;
}
.row_flow02 .col a {
	height: calc(130 / 1920 * 100vw);
}
.row_flow02 .col_r a:after {
	border-color: transparent #153a76 #153a76 transparent;
	border-width: calc(8 / 1920 * 100vw);
	right: calc(4 / 1920 * 100vw);
	bottom: calc(4 / 1920 * 100vw);
}
.row_flow02 .col_r .time {
	width: 100%;
	max-width: calc(260 / 1920 * 100vw);
	border-radius: calc(15 / 1920 * 100vw);
	line-height: calc(30 / 1920 * 100vw);
}
.row_flow02 .col .icn {
	width: calc(40 / 1920 * 100vw);
	margin: 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_flow01.arw:before {
		border-width: calc(40 / 1599 * 100vw) calc(100 / 1599 * 100vw) 0 calc(100 / 1599 * 100vw);
	}
	.row_flow01 .ttl .num {
		left: calc(-5 / 1599 * 100vw);
	}
	.row_flow02 .col a {
		height: calc(130 / 1599 * 100vw);
	}
	.row_flow02 .col_r a:after {
		border-width: calc(8 / 1599 * 100vw);
		right: calc(4 / 1599 * 100vw);
		bottom: calc(4 / 1599 * 100vw);
	}
	.row_flow02 .col_r .time {
		max-width: calc(260 / 1599 * 100vw);
		border-radius: calc(15 / 1599 * 100vw);
		line-height: calc(30 / 1599 * 100vw);
	}
	.row_flow02 .col .icn {
		width: calc(40 / 1599 * 100vw);
		margin: 0 calc(10 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_flow01.arw:before {
		border-width: calc(40 / 1299 * 100vw) calc(100 / 1299 * 100vw) 0 calc(100 / 1299 * 100vw);
	}
	.row_flow01 .ttl .num {
		left: calc(-5 / 1299 * 100vw);
	}
	.row_flow02 .col a {
		height: calc(130 / 1299 * 100vw);
	}
	.row_flow02 .col_r a:after {
		border-width: calc(8 / 1299 * 100vw);
		right: calc(4 / 1299 * 100vw);
		bottom: calc(4 / 1299 * 100vw);
	}
	.row_flow02 .col_r .time {
		max-width: calc(260 / 1299 * 100vw);
		border-radius: calc(15 / 1299 * 100vw);
		line-height: calc(30 / 1299 * 100vw);
	}
	.row_flow02 .col .icn {
		width: calc(40 / 1299 * 100vw);
		margin: 0 calc(10 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0;
	}
}
@media(max-width: 767px) {
	.wrap_flow01 {
		padding-bottom: 11vw;
	}
	.wrap_flow01.arw:before {
		border-width: calc(40 / 750 * 100vw) calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	.row_flow01 {
		display: block;
	}
	.row_flow01 .col_img {
		width: 100%;
		max-width: calc(500 / 750 * 100vw);
		margin: 0 auto 6vw;
	}
	.row_flow01 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.row_flow01 .col_txt > .ttl {
		padding-bottom: 3vw;
	}
	.row_flow01 .ttl .num {
		left: calc(-5 / 750 * 100vw);
		font-size: 468.75%;
		letter-spacing: 0;
	}
	.row_flow01 .ttl .ja {
		font-size: 125%;
		text-align: center;
		letter-spacing: 0;
	}
	.row_flow01 .txt {
		max-width: calc(646 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_flow01 .txt.mb30 {
		margin-bottom: 3vw;
	}
	.row_flow02 {
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
		display: block;
	}
	.row_flow02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_flow02 .col_l {
		margin-bottom: 2vw;
	}
	.row_flow02 .col a {
		height: calc(200 / 750 * 100vw);
	}
	.row_flow02 .col_r a:after {
		border-width: calc(12 / 750 * 100vw);
		right: calc(10 / 750 * 100vw);
		bottom: calc(10 / 750 * 100vw);
	}
	.row_flow02 .col_l .ttl {
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_flow02 .col_l .num {
		font-size: 187.5%;
	}
	.row_flow02 .col_r .time {
		font-size: 100%;
		max-width: calc(400 / 750 * 100vw);
		border-radius: calc(30 / 750 * 100vw);
		line-height: calc(50 / 750 * 100vw);
	}
	.row_flow02 .col_r .ja {
		font-size: 187.5%;
	}
	.row_flow02 .col .icn {
		width: calc(40 / 750 * 100vw);
		margin: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
	}
	.row_flow02 .col_r .icn {
		margin-right: calc(20 / 750 * 100vw);
	}
	.bg_flow01 {
		padding: 11vw 0;
	}
}


/* 静脈内鎮静法について sedation
------------------------------------------------------------------*/
.bg_sedation01 {
	background: url("images/index/bg_sedation01.png")no-repeat center top / 100% auto;
}
.copy_sedation01 em {
	font-size: 133.33%;
	letter-spacing: .1em;
	line-height: 1;
}
.row_sedation01 .col {
	width: 32%;
	max-width: 360px;
}
.row_sedation01 .col .wrap {
	padding-top: 100%;
}
.row_sedation01 .col .circle {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: 4px 4px 0 0 rgba(51,51,51,.3)
}
.row_sedation01 .col .circle:before {
	content: "";
	position: absolute;
	width: calc(100% - calc(20 / 1920 * 100vw));
	height: calc(100% - calc(20 / 1920 * 100vw));
	border: 4px solid #19b2cc;
	border-radius: 50%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_sedation01 .col_c .circle:before { border-color: #4894bb; }
.row_sedation01 .col_r .circle:before { border-color: #a867a4; }
.row_sedation01 .col .icn {
	width: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_sedation01 .col .circle:before {
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
	.row_sedation01 .col .icn {
		width: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_sedation01 .col .circle:before {
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
	.row_sedation01 .col .icn {
		width: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_sedation01 {
		background: url("images/index/bg_sedation01_sp.png")no-repeat center top / 100% auto;
		padding: 8vw 0 14vw;
	}
	.copy_sedation01 {
		font-size: 187.5%;
		letter-spacing: 0;
		line-height: 2.1;
		margin-bottom: 1.5vw;
	}
	.copy_sedation01 em {
		letter-spacing: 0;
	}
	.row_sedation01 .col {
		width: 49%;
		max-width: calc(336 / 750 * 100vw);
	}
	.row_sedation01 .col_r {
		margin: 0 auto;
	}
	.row_sedation01 .col .circle {
		box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(51,51,51,.3)
	}
	.row_sedation01 .col .circle:before {
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
		border-width: 2px;
	}
	.row_sedation01 .col .icn {
		width: calc(80 / 750 * 100vw);
	}
	.row_sedation01 .col .txt {
		font-size: 87.5%;
		letter-spacing: 0;
		line-height: 1.54;
	}
}


/* 費用について fee
------------------------------------------------------------------*/
.bg_fee01 {
	background: rgb(25,178,204);
	background: linear-gradient(90deg, rgba(25,178,204,1) 0%, rgba(89,135,215,1) 50%, rgba(168,103,164,1) 100%);
}
.bg_fee01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url("images/index/bg_fee01.png")no-repeat left center / auto 100%;
	z-index: 0;
}
.bg_fee01 .txt span {
	font-size: 133.33%;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: calc(20 / 1920 * 100vw);
}
.bg_fee01 .txt em {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1;
	background:linear-gradient(transparent 69%, #f5f5f780 69%, #f5f5f780 89%, transparent 89%);
}
.bg_fee01 .txt small {
	font-size: 62.5%;
	letter-spacing: .1em;
	line-height: 1;
}
.tbl_fee01 table {
	border-width: 2px;
}
.tbl_fee01 th {
	border-right: 1px solid #153a76;
	color: #153a76;
	vertical-align: middle;
}
.tbl_fee01 th, .tbl_fee01 td {
	padding: calc(25 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(25 / 1920 * 100vw);
}
.tbl_fee01 .tbl_caption {
	margin-top: calc(20 / 1920 * 100vw);
}
.en_fee01 {
	font-size: 611.11%;
	letter-spacing: .1em;
	line-height: .8;
	opacity: .5;
}
.ttl_common03 {
	border-bottom: 1px solid #153a76;
	max-width: 1240px;
}
.ttl_common03.txt_white { border-bottom-color: #fff; }
.row_fee01 {
	max-width: 1000px;
}
.row_fee01 .col {
	width: 32%;
	max-width: 300px;
}
.row_fee01 .wrap {
	padding-top: 100%;
}
.row_fee01 .circle {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #19b2cc33;
}
.row_fee01 .col_c .circle { background: #4894bb33; }
.row_fee01 .col_r .circle { background: #a867a433; }
.row_fee01 .circle:before {
	content: "";
	position: absolute;
	width: calc(100% - calc(20 / 1920 * 100vw));
	height: calc(100% - calc(20 / 1920 * 100vw));
	border: 4px solid #fff;
	border-radius: 50%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_fee01 .icn {
	width: calc(100 / 1920 * 100vw);
}
.bg_fee04 {
	background: url("images/index/bg_payment02.svg")no-repeat center bottom / 100% auto, url("images/index/bg_payment01.png")no-repeat center bottom / 100% auto;
}
.box_fee01 {
	border: 1px solid #fff;
}
.box_fee02 {
	background: url("images/index/bg_payment03.png")no-repeat right bottom / calc(500 / 1920 * 100vw) auto;
}
.btn_fee01 {
	max-width: calc(360 / 1920 * 100vw);
}
.btn_fee01 a {
	height: calc(70 / 1920 * 100vw);
}
.btn_fee01 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: calc(8 / 1920 * 100vw) solid #fff;
	border-top: calc(6 / 1920 * 100vw) solid transparent;
	border-bottom: calc(6 / 1920 * 100vw) solid transparent;
	right: calc(20 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_fee02 {
	gap: calc( 90 / var(--break) * 100vw) 3.2%;
}
.row_fee02 .col {
	max-width: calc( 600 / var(--break) * 100vw);
	width: 48.4%;
}
.row_fee02 .col:before {
	content: "";
	border: calc( 4 / var(--break) * 100vw) solid #153a76;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_fee02 .col:nth-child(1) {
	background-color: #19b2cc33;
}
.row_fee02 .col:nth-child(2) {
	background-color: #a867a433;
}
.row_fee02 .col:nth-child(3) {
	background-color: #ffea0033;
}
.row_fee02 .col:nth-child(4) {
	background-color: #4894bb33;
}
.row_fee02 .col .img {
	width: calc( 200 / var(--break) * 100vw);
}
.row_fee02 .box {
	border-radius: calc( 50 / var(--break) * 100vw);
	height: calc( 90 / var(--break) * 100vw);
}
.row_fee02 .en {
	margin-right: calc( 10 / var(--break) * 100vw);
}
.row_fee02 .txt {
	width: calc( 48 / var(--break) * 100vw);
}
.bg_fee02 {
	background: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_fee01 .txt span {
		margin-top: calc(20 / 1599 * 100vw);
	}
	.tbl_fee01 th, .tbl_fee01 td {
		padding: calc(25 / 1599 * 100vw) calc(40 / 1599 * 100vw) calc(25 / 1599 * 100vw);
	}
	.tbl_fee01 .tbl_caption {
		margin-top: calc(20 / 1599 * 100vw);
	}
	.row_fee01 .circle:before {
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
	.row_fee01 .icn {
		width: calc(100 / 1599 * 100vw);
	}
	.box_fee02 {
		background: url("images/index/bg_payment03.png")no-repeat right bottom / calc(500 / 1599 * 100vw) auto;
	}
	.btn_fee01 {
		max-width: calc(360 / 1599 * 100vw);
	}
	.btn_fee01 a {
		height: calc(70 / 1599 * 100vw);
	}
	.btn_fee01 a:after {
		border-left: calc(8 / 1599 * 100vw) solid #fff;
		border-top: calc(6 / 1599 * 100vw) solid transparent;
		border-bottom: calc(6 / 1599 * 100vw) solid transparent;
		right: calc(20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_fee01 .txt span {
		margin-top: calc(20 / 1299 * 100vw);
	}
	.tbl_fee01 th, .tbl_fee01 td {
		padding: calc(25 / 1299 * 100vw) calc(40 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
	.tbl_fee01 .tbl_caption {
		margin-top: calc(20 / 1299 * 100vw);
	}
	.row_fee01 .circle:before {
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
	.row_fee01 .icn {
		width: calc(100 / 1299 * 100vw);
	}
	.box_fee02 {
		background: url("images/index/bg_payment03.png")no-repeat right bottom / calc(500 / 1299 * 100vw) auto;
	}
	.btn_fee01 {
		max-width: calc(360 / 1299 * 100vw);
	}
	.btn_fee01 a {
		height: calc(70 / 1299 * 100vw);
	}
	.btn_fee01 a:after {
		border-left: calc(8 / 1299 * 100vw) solid #fff;
		border-top: calc(6 / 1299 * 100vw) solid transparent;
		border-bottom: calc(6 / 1299 * 100vw) solid transparent;
		right: calc(20 / 1299 * 100vw);
	}
	.row_fee02 .en {
		font-size: 500%;
	}
}
@media(max-width: 767px) {
	.bg_fee01 {
		padding: 9vw 0 9vw;
	}
	.bg_fee01:before {
		background: url("images/index/bg_fee01_sp.png")no-repeat left top / calc(600 / 750 * 100vw) auto;
	}
	.bg_fee01 .txt {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.bg_fee01 .txt span {
		font-size: 125%;
		letter-spacing: 0;
		margin-top: 4vw;
		line-height: 1.6;
	}
	.bg_fee01 .txt em {
		font-size: 200%;
		letter-spacing: 0;
		background:linear-gradient(linear-gradient(transparent 69%, #f5f5f780 69%, #f5f5f780 92%, transparent 92%));
	}
	.bg_fee01 .txt small {
		font-size: 70%;
		letter-spacing: 0;
	}
	.bg_fee02 {
		padding-bottom: 8vw;
	}
	.tbl_fee01 th, .tbl_fee01 td {
		padding: 2vw 3vw 3vw;
	}
	.tbl_fee01 .tbl_caption {
		margin-top: 2vw;
	}
	.bg_fee02 {
		padding-bottom: 8vw;
	}
	.en_fee01 {
		font-size: 343.75%;
		margin-bottom: 2vw;
	}
	.ttl_common03 {
		font-size: 156.25%;
		letter-spacing: 0;
		padding-bottom: 3vw;
		max-width: 100%;
	}
	.txt_fee01 {
		margin-bottom: 3vw;
	}
	.row_fee01 {
		max-width: 100%x;
	}
	.row_fee01 .col {
		width: 49%;
		max-width: calc(336 / 750 * 100vw);
	}
	.row_fee01 .col_r {
		margin: 0 auto;
	}
	.row_fee01 .circle:before {
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
		border-width: 2px;
	}
	.row_fee01 .icn {
		width: calc(100 / 750 * 100vw);
		margin-bottom: 2.5vw;
	}
	.row_fee01 .txt {
		font-size: 100%;
		line-height: 1.56;
	}
	.bg_fee04 {
		background: url("images/index/bg_payment02_sp.svg")no-repeat center bottom / 100% auto, url("images/index/bg_payment01_sp.png")no-repeat center top / 100% auto;
		padding: 13vw 0 13vw;
	}
	.box_fee01 {
		padding: 6vw 5% 6.5vw;
	}
	.box_fee02 {
		padding: 5vw 6% 8vw;
		background: url("images/index/bg_payment03.png")no-repeat right bottom / calc(500 / 750 * 100vw) auto;
	}
	.box_fee02 .ttl {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.btn_fee01 {
		max-width: calc(600 / 750 * 100vw);
	}
	.btn_fee01 a {
		height: calc(100 / 750 * 100vw);
	}
	.btn_fee01 a:after {
		border-left: calc(12 / 750 * 100vw) solid #fff;
		border-top: calc(8 / 750 * 100vw) solid transparent;
		border-bottom: calc(8 / 750 * 100vw) solid transparent;
		right: calc(30 / 750 * 100vw);
	}
	.row_fee02 .col {
		max-width: calc( 700 / var(--break) * 100vw);
		width: 100%;
	}
	.row_fee02 .box {
		border-radius: calc(70 / var(--break)* 100vw);
		height: calc(140 / var(--break)* 100vw);
		font-size: calc( 36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_fee02 .en {
		font-size: calc( 120 / var(--break) * 100vw);
	}
	.row_fee02 .txt {
		width: calc(62 / var(--break)* 100vw);
	}
}


/* ご挨拶 greeting
------------------------------------------------------------------*/
.copy_greeting01 {
	height: calc( 240 / var(--break) * 100vw);
}
.copy_greeting01:after {
	border-top-color: #153a76;
}
.greeting {
	background: url("images/index/bg_greeting01.png")no-repeat left top / 100% auto;
}
.row_greeting01 .col_img {
	width: 40%;
	max-width: 600px;
}
.row_greeting01 .col_img .en {
	width: calc(80 / 1920 * 100vw);
	right: calc(-40 / 1920 * 100vw);
	top: 0;
}
.row_greeting01 .col_txt {
	width: 56%;
}
.ttl_greeting01 .icn {
	margin: 0 calc(20 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
	width: calc(40 / 1920 * 100vw);
}
.name_dr01 .circle {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
}
.name_dr01 .ja {
	margin: 0 calc(20 / 1920 * 100vw);
}
.row_greeting02 .col {
	width: 49%;
	max-width: 730px;
	border: 1px solid #153a76;
	background: url("images/index/bg_greeting02.png")no-repeat left bottom / calc(500 / 1920 * 100vw) auto;
}
.row_greeting02 .col_r {
	background-image: url("images/index/bg_greeting03.png");
	background-position: right bottom;
}
.row_greeting02 .ttl {
	border-bottom: 1px solid #153a76;
}
.list_greeting01 dt {
	width: 13.5%;
}
.list_greeting01 dd {
	width: 86.5%;
}
.list_greeting02 li {
	padding-left: calc(40 / 1920 * 100vw);
}
.list_greeting02 li:not(:first-child) {
	margin-top: calc(10 / 1920 * 100vw);
}
.list_greeting02 li:before {
	background: #153a76;
	width: calc(12 / 1920 * 100vw);
	height: calc(12 / 1920 * 100vw);
	left: calc(10 / 1920 * 100vw);
	top: .5em;
}
.box_greeting01 {
	border: 2px solid #153a76;
}
.box_greeting01 .txt {
	max-width: calc( 810 / var(--break) * 100vw);
	display: block;
	position: relative;
	z-index: 1;
}
.box_greeting01 .icn {
	width: calc( 260 / var(--break) * 100vw);
	right: calc( 60 / var(--break) * 100vw);
	bottom: 0;
}
.slide_greeting01 .slick-track li {
	margin: 0 calc(15 / var(--break) * 100vw);
}
.slide_greeting01 .slick-track img {
	width: calc(480 / var(--break) * 100vw);
}
.ttl_movie01 {
	border-bottom: 2px solid #153a76;
}
.ttl_movie01:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(60 / 1920* 100vw) solid #f5f5f7;
	border-right: calc(124 / 1920* 100vw) solid transparent;
	border-left: calc(124 / 1920* 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-58 / 1920* 100vw);
	z-index: 1;
	margin: auto;
}
.ttl_movie01:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(60 / 1920 * 100vw) solid #153a76;
	border-right: calc(124 / 1920 * 100vw) solid transparent;
	border-left: calc(124 / 1920 * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-60 / 1920 * 100vw);
	z-index: 0;
	margin: auto;
}
.slide_greeting01 .slick-prev {
	background: url(images/page/arw04.svg)no-repeat center / cover;
	width: calc( 30 / var(--break) * 100vw);
	height: calc( 54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -5.2%;
	z-index: 1;
}
.slide_greeting01 .slick-next {
	background: url(images/page/arw04.svg)no-repeat center / cover;
	width: calc( 30 / var(--break) * 100vw);
	height: calc( 54 / var(--break) * 100vw);
	right: -5.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_greeting01 .slick-prev:before, .slide_greeting01 .slick-next:before {
	display: none;
}
.bg_greeting02 {
	background: url("images/index/deco_youtube01.png")no-repeat center bottom / auto calc( 350 / var(--break) * 100vw);
}
.bnr_greeting01 {
	max-width: calc( 800 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_greeting01 .col_img .en {
		width: calc(80 / 1599 * 100vw);
		right: calc(-40 / 1599 * 100vw);
	}
	.ttl_greeting01 .icn {
		margin: 0 calc(20 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0;
		width: calc(40 / 1599 * 100vw);
	}
	.name_dr01 .circle {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.name_dr01 .ja {
		margin: 0 calc(20 / 1599 * 100vw);
	}
	.row_greeting02 .col {
		background-size: calc(500 / 1599 * 100vw) auto;
	}
	.list_greeting01 dt {
		width: 16%;
	}
	.list_greeting01 dd {
		width: 84%;
	}
	.list_greeting02 li {
		padding-left: calc(40 / 1599 * 100vw);
	}
	.list_greeting02 li:not(:first-child) {
		margin-top: calc(10 / 1599 * 100vw);
	}
	.list_greeting02 li:before {
		width: calc(12 / 1599 * 100vw);
		height: calc(12 / 1599 * 100vw);
		left: calc(10 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_greeting01 .col_img .en {
		width: calc(80 / 1299 * 100vw);
		right: calc(-40 / 1299 * 100vw);
	}
	.ttl_greeting01 .icn {
		margin: 0 calc(20 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0;
		width: calc(40 / 1299 * 100vw);
	}
	.name_dr01 .circle {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.name_dr01 .ja {
		margin: 0 calc(20 / 1299 * 100vw);
	}
	.row_greeting02 .col {
		background-size: calc(500 / 1299 * 100vw) auto;
	}
	.list_greeting01 dt {
		width: 20%;
	}
	.list_greeting01 dd {
		width: 80%;
	}
	.list_greeting02 li {
		padding-left: calc(40 / 1299 * 100vw);
	}
	.list_greeting02 li:not(:first-child) {
		margin-top: calc(10 / 1299 * 100vw);
	}
	.list_greeting02 li:before {
		width: calc(12 / 1299 * 100vw);
		height: calc(12 / 1299 * 100vw);
		left: calc(10 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.greeting {
		background: url("images/index/bg_greeting01_sp.png")no-repeat left top / 100% auto;
	}
	.row_greeting01 {
		max-width: calc(646 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.row_greeting01 .col_img {
		width: 100%;
		max-width: calc(600 / 750 * 100vw);
		margin-bottom: 8vw;
	}
	.row_greeting01 .col_img .en {
		width: calc(80 / 750 * 100vw);
		right: calc(-40 / 750 * 100vw);
	}
	.row_greeting01 .col_txt {
		width: 100%;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.ttl_greeting01.flex.start {
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 4vw;
	}
	.ttl_greeting01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.ttl_greeting01 .icn {
		margin: 0 3vw 2vw 0;
		width: calc(40 / 750 * 100vw);
	}
	.txt_greeting01 {
		margin-bottom: 6vw;
	}
	.name_dr01.flex.start {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.name_dr01 .circle {
		width: calc(90 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
		font-size: 100%;
	}
	.name_dr01 .ja {
		margin: 0 calc(20 / 750 * 100vw);
		font-size: 156.25%;
	}
	.name_dr01 .en {
		font-size: 100%;
		letter-spacing: .1em;
	}
	.row_greeting02 {
		display: block;
		margin-bottom: calc( 60 / var(--break) * 100vw);
	}
	.row_greeting02 .col {
		width: 100%;
		max-width: 100%;
		background-size: calc(500 / 750 * 100vw) auto;
		padding: 6vw 5% 6.5vw;
	}
	.row_greeting02 .col_l {
		margin-bottom: 8vw;
	}
	.row_greeting02 .ttl {
		font-size: 125%;
		letter-spacing: 0;
		padding-bottom: 3.5vw;
	}
	.list_greeting01 {
		line-height: 1.6;
	}
	.list_greeting01 dt {
		width: 24%;
	}
	.list_greeting01 dd {
		width: 76%;
	}
	.list_greeting01 dt:not(:first-of-type), .list_greeting01 dd:not(:first-of-type) {
		margin-top: 2vw;
	}
	.list_greeting02 {
		line-height: 1.6;
	}
	.list_greeting02 li {
		padding-left: 6.5vw
	}
	.list_greeting02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_greeting02 li:before {
		width: calc(15 / 750 * 100vw);
		height: calc(15 / 750 * 100vw);
		left: 0;
	}
	.copy_greeting01 {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.box_greeting01 {
		padding: 5vw 5vw 55vw;
	}
	.box_greeting01 .icn {
		width: calc(390 / var(--break)* 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.bg_greeting01 {
		padding: 8vw 0 10vw;
	}
	.bg_greeting01 .inner1240 {
		max-width: 100%;
	}
	.ttl_movie01 {
		border-bottom: 1px solid #153a76;
		font-size: calc( 40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ttl_movie01:before {
		border-top: calc(60 / 750* 100vw) solid #f5f5f7;
		border-right: calc(124 / 750* 100vw) solid transparent;
		border-left: calc(124 / 750* 100vw) solid transparent;
		bottom: calc(-58 / 750* 100vw);
	}
	.ttl_movie01:after {
		border-top: calc(60 / 750* 100vw) solid #153a76;
		border-right: calc(124 / 750* 100vw) solid transparent;
		border-left: calc(124 / 750* 100vw) solid transparent;
		bottom: calc(-60 / 750* 100vw);
	}
	.slide_greeting01 {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.slide_greeting01 iframe {
		height: calc( 364 / var(--break) * 100vw);
	}
	.slide_greeting01 .slick-prev {
		left: -2.2%;
	}
	.slide_greeting01 .slick-next {
		right: -2.2%;
	}
	.bg_greeting02 {
		background: url(images/index/deco_youtube01_sp.png) no-repeat center bottom / auto calc(350 / var(--break)* 100vw);
		padding: calc( 80 / var(--break) * 100vw) 0 calc( 100 / var(--break) * 100vw);
	}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/index/arw_clinic.svg")no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/index/arw_clinic.svg")no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	right: 25%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slick-dots {
	bottom: calc(-58 / 1920 * 100vw);
}
.slide_clinic01 .slick-dots li {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	margin: 0 calc(8 / 1920 * 100vw);
}
.slide_clinic01 .slick-dots li button {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	padding: 0;
}
.slide_clinic01 .slick-dots li button:before {
	content: "";
	background: #bae8f0;
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_clinic01 .slick-dots li.slick-active button:before {
	background: #153a76;
	opacity: 1;
}
.row_clinic01 .col {
	width: 32%;
	max-width: 380px;
}
.row_clinic01 .col .ttl {
	height: calc(70 / 1920 * 100vw);
}
.bg_clinic02 {
	background: url("images/index/bg_clinic04.svg")no-repeat center bottom / 100% auto;
}
.row_clinic02 .col_r {
	width: 60%;
}
.row_clinic02 .col_r .map {
	padding-top: calc(700 / 1920 * 100vw);
}
.row_clinic02 .col_l {
	width: 36%;
	max-width: 540px;
}
.row_clinic02 .tel {
	max-width: calc(350 / 1920 * 100vw);
}
.row_clinic02 .tel a {
	height: calc(130 / 1920 * 100vw);
}
.row_clinic02 .tel .icn {
	width: calc(24 / 1920 * 100vw);
	margin: 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
}
.row_clinic03 .col {
	position: relative;
	width: 32%;
	max-width: 460px;
	height: calc(160 / 1920 * 100vw);
	background: url("images/index/bg_clinic01.png")no-repeat right bottom / calc(300 / 1920 * 100vw) auto;
}
.row_clinic03 .col_c { background-image: url("images/index/bg_clinic02.png"); }
.row_clinic03 .col_r { background-image: url("images/index/bg_clinic03.png"); }
.row_clinic03 .col:before {
	content: "";
	position: absolute;
	width: calc(100% - calc(20 / 1920 * 100vw));
	height: calc(100% - calc(20 / 1920 * 100vw));
	border: 4px solid #19b2cc;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_clinic03 .col_c:before { border-color: #4894bb; }
.row_clinic03 .col_r:before { border-color: #a867a4; }
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		width: calc(34 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
		left: 21%;
	}
	.slide_clinic01 .slick-next {
		width: calc(34 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
		right: 21%;
	}
	.slide_clinic01 .slick-dots {
		bottom: calc(-58 / 1599 * 100vw);
	}
	.slide_clinic01 .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_clinic01 .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_clinic01 .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.row_clinic01 .col .ttl {
		height: calc(70 / 1599 * 100vw);
	}
	.row_clinic02 .col_r .map {
		padding-top: calc(700 / 1599 * 100vw);
	}
	.row_clinic02 .tel {
		max-width: calc(350 / 1599 * 100vw);
	}
	.row_clinic02 .tel a {
		height: calc(130 / 1599 * 100vw);
	}
	.row_clinic02 .tel .icn {
		width: calc(24 / 1599 * 100vw);
		margin: 0 calc(10 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0;
	}
	.row_clinic03 .col {
		height: calc(160 / 1599 * 100vw);
		background: url("images/index/bg_clinic01.png")no-repeat right bottom / calc(300 / 1599 * 100vw) auto;
	}
	.row_clinic03 .col:before {
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		width: calc(34 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
		left: 16%;
	}
	.slide_clinic01 .slick-next {
		width: calc(34 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
		right: 16%;
	}
	.slide_clinic01 .slick-dots {
		bottom: calc(-58 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-dots li {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
		margin: 0 calc(8 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-dots li button {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-dots li button:before {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.row_clinic01 .col .ttl {
		height: calc(70 / 1299 * 100vw);
	}
	.row_clinic02 .col_l {
		width: 40%;
	}
	.row_clinic02 .col_r {
		width: 56%;
	}
	.row_clinic02 .col_r .map {
		padding-top: calc(700 / 1299 * 100vw);
	}
	.row_clinic02 .tel {
		max-width: calc(350 / 1299 * 100vw);
	}
	.row_clinic02 .tel a {
		height: calc(130 / 1299 * 100vw);
	}
	.row_clinic02 .tel .icn {
		width: calc(24 / 1299 * 100vw);
		margin: 0 calc(10 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0;
	}
	.row_clinic03 .col {
		height: calc(160 / 1299 * 100vw);
		background: url("images/index/bg_clinic01.png")no-repeat right bottom / calc(300 / 1299 * 100vw) auto;
	}
	.row_clinic03 .col:before {
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: 8.5vw 0 11vw;
	}
	.slide_clinic01 {
		margin-bottom: 16vw;
	}
	.slide_clinic01 .slick-prev {
		width: calc(34 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		left: 3.2vw;
	}
	.slide_clinic01 .slick-next {
		width: calc(34 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		right: 3.2vw;
	}
	.slide_clinic01 .slick-dots {
		bottom: -9vw;
	}
	.slide_clinic01 .slick-dots li {
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		margin: 0 1.5vw;
	}
	.slide_clinic01 .slick-dots li button {
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
	}
	.slide_clinic01 .slick-dots li button:before {
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
	}
	.row_clinic01 .col {
		width: 49%;
		max-width: calc(335 / 750 * 100vw);
	}
	.row_clinic01 .col:last-child {
		margin: 5vw auto 0;
	}
	.row_clinic01 .col .ttl {
		height: calc(90 / 750 * 100vw);
		font-size: 100%;
		letter-spacing: 0;
	}
	.bg_clinic02 {
		background: url("images/index/bg_clinic04_sp.svg")no-repeat center bottom / 100% auto;
	}
	.row_clinic02 .col_r {
		width: 100%;
		margin-bottom: 8vw;
	}
	.row_clinic02 .col_r .btn_map a {
		border: 1px solid #fff;
	}
	.row_clinic02 .col_r .map {
		padding-top: calc(700 / 750 * 100vw);
	}
	.row_clinic02 .col_l {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic02 .logo {
		max-width: calc(576 / 750 * 100vw);
		margin-bottom: 5vw;
	}
	.row_clinic02 .tel {
		max-width: calc(646 / 750 * 100vw);
		margin-bottom: 7vw;
	}
	.row_clinic02 .tel a {
		height: calc(200 / 750 * 100vw);
	}
	.row_clinic02 .tel .ttl {
		font-size: 100%;
		letter-spacing: .1em;
	}
	.row_clinic02 .tel .num {
		font-size: 187.5%;
		margin-bottom: 0;
	}
	.row_clinic02 .tel .icn {
		width: calc(40 / 750 * 100vw);
		margin: 0 2vw 2vw 0;
	}
	.row_clinic03 {
		display: block;
		max-width: calc(646 / 750 * 100vw);
		margin: 0 auto 7vw;
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.row_clinic03 .col {
		width: 100%;
		max-width: 100%;
		height: calc(140 / 750 * 100vw);
		background-size: calc(300 / 750 * 100vw) auto;
	}
	.row_clinic03 .col:not(:last-child) {
		margin-bottom: 4vw;
	}
	.row_clinic03 .col:before {
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
		border-width: 2px;
	}
	.img_clinic01 {
		max-width: calc(700 / 750 * 100vw);
		margin: 0 auto;
	}
}


/* よくあるご質問 faq
------------------------------------------------------------------*/
.box_faq01 {
	background: url("images/index/bg_faq01.png")no-repeat left top / calc(640 / 1920 * 100vw) auto, url("images/index/bg_faq02.png")no-repeat right bottom / calc(640 / 1920 * 100vw) auto;
}
.ttl_faq01 .en {
	font-size: 611.11%;
	letter-spacing: .1em;
	width: 100%;
	opacity: .5;
}
.box_qa03 {
	max-width: 1240px;
}
.box_qa03 .box_q .box {
	width: calc(80 / 1920 * 100vw);
	height: calc(80 / 1920 * 100vw);
	line-height: 1;
	font-size: 222.22%;
}
.box_qa03 .box_q .txt {
	width: calc(100% - calc(80 / 1920 * 100vw));
	font-size: 133.33%;
	padding: calc(20 / 1920 * 100vw) calc(65 / 1920 * 100vw) calc(22 / 1920 * 100vw) calc(25 / 1920 * 100vw);
}
.box_qa03 .box_q .txt .icn {
	right: calc(25 / 1920 * 100vw);
	width: calc(30 / 1920 * 100vw);
	height: calc(30 / 1920 * 100vw);
}
.box_qa03 .box_q .txt .icn:before {
	background: #fff;
}
.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_faq01 {
		background: url("images/index/bg_faq01.png")no-repeat left top / calc(640 / 1599 * 100vw) auto, url("images/index/bg_faq02.png")no-repeat right bottom / calc(640 / 1599 * 100vw) auto;
	}
	.box_qa03 .box_q .box {
		width: calc(80 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(80 / 1599 * 100vw));
		padding: calc(20 / 1599 * 100vw) calc(65 / 1599 * 100vw) calc(22 / 1599 * 100vw) calc(25 / 1599 * 100vw);
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(25 / 1599 * 100vw);
		width: calc(30 / 1599 * 100vw);
		height: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_faq01 {
		background: url("images/index/bg_faq01.png")no-repeat left top / calc(640 / 1299 * 100vw) auto, url("images/index/bg_faq02.png")no-repeat right bottom / calc(640 / 1299 * 100vw) auto;
	}
	.box_qa03 .box_q .box {
		width: calc(80 / 1299 * 100vw);
		height: calc(80 / 1299 * 100vw);
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(80 / 1299 * 100vw));
		padding: calc(20 / 1299 * 100vw) calc(65 / 1299 * 100vw) calc(22 / 1299 * 100vw) calc(25 / 1299 * 100vw);
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(25 / 1299 * 100vw);
		width: calc(30 / 1299 * 100vw);
		height: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.faq {
		padding-bottom: 14vw;
	}
	.box_faq01 {
		background: url("images/index/bg_faq01.png")no-repeat left top / calc(384 / 750 * 100vw) auto, url("images/index/bg_faq02.png")no-repeat right bottom / calc(384 / 750 * 100vw) auto;
	}
	.ttl_faq01 .en {
		font-size: 343.75%;
	}
	.ttl_faq01 .ja {
		font-size: 156.25%;
	}
	.box_faq01 {
		padding: 11vw 4% 12vw;
	}
	.box_qa03 {
		max-width: 100%;
	}
	.box_qa03 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 156.25%;
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 1.5vw 9vw 2vw 4vw;
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(25 / 750 * 100vw);
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
	}
	.box_qa03 .box_a {
		padding: 3vw 6% 5.5vw;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 {
	max-width: 1000px;
}
.row_foot01 > .col_l {
	width: 42%;
	max-width: 400px;
}
.tel_foot a {
	height: calc(80 / 1920 * 100vw);
}
.tel_foot .icn {
	width: calc(24 / 1920 * 100vw);
	margin: 0 calc(10 / 1920 * 100vw) 0 0;
}
.row_foot01 > .col_r {
	width: 54%;
	max-width: 540px;
}
.tbl_time02.day8 {
	max-width: 100%;
}
.tbl_time02 table {
	color: #333;
}
.tbl_time02 thead th {
	border-bottom-color: #333;
}
.tbl_time02 tbody td span {
	color: #19b2cc;
}
.tbl_time02 tbody td em {
	font-size: 128.57%;
}
.row_foot02 .col {
	width: 49%;
	max-width: 600px;
}
.row_foot02 .col_l a {
	background-color: #d5af7a;
}
.row_foot02 .col .bg {
	background: url("images/page/bg_foot01.png")no-repeat left calc(17 / 1920 * 100vw) center / calc(257 / 1920 * 100vw) auto, url("images/page/bg_foot02.png")no-repeat right -1px center / auto 100%;
}
.row_foot02 .col_r .bg {
	background: url("images/page/bg_foot03.png")no-repeat left calc(17 / 1920 * 100vw) center / calc(257 / 1920 * 100vw) auto, url("images/page/bg_foot04.png")no-repeat right -1px center / auto 100%;
}
.row_foot02 .col_l .ja02 {
	color: #692719;
}
.row_foot02 .col .arw {
	width: calc(30 / 1920 * 100vw);
	margin: 0 0 calc(10 / 1920 * 100vw)  calc(10 / 1920 * 100vw);
}
.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(70 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.tel_foot a {
		height: calc(80 / 1599 * 100vw);
	}
	.tel_foot .icn {
		width: calc(24 / 1599 * 100vw);
		margin: 0 calc(10 / 1599 * 100vw) 0 0;
	}
	.row_foot02 .col .bg {
		background: url("images/page/bg_foot01.png")no-repeat left calc(17 / 1599 * 100vw) center / calc(257 / 1599 * 100vw) auto, url("images/page/bg_foot02.png")no-repeat right -1px center / auto 100%;
	}
	.row_foot02 .col_r .bg {
		background: url("images/page/bg_foot03.png")no-repeat left calc(17 / 1599 * 100vw) center / calc(257 / 1599 * 100vw) auto, url("images/page/bg_foot04.png")no-repeat right -1px center / auto 100%;
	}
	.row_foot02 .col .arw {
		width: calc(30 / 1599 * 100vw);
		margin: 0 0 calc(10 / 1599 * 100vw)  calc(10 / 1599 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(70 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tel_foot a {
		height: calc(80 / 1299 * 100vw);
	}
	.tel_foot .icn {
		width: calc(24 / 1299 * 100vw);
		margin: 0 calc(10 / 1299 * 100vw) 0 0;
	}
	.row_foot02 .col .bg {
		background: url("images/page/bg_foot01.png")no-repeat left calc(17 / 1299 * 100vw) center / calc(257 / 1299 * 100vw) auto, url("images/page/bg_foot02.png")no-repeat right -1px center / auto 100%;
	}
	.row_foot02 .col_r .bg {
		background: url("images/page/bg_foot03.png")no-repeat left calc(17 / 1299 * 100vw) center / calc(257 / 1299 * 100vw) auto, url("images/page/bg_foot04.png")no-repeat right -1px center / auto 100%;
	}
	.row_foot02 .col .arw {
		width: calc(30 / 1299 * 100vw);
		margin: 0 0 calc(10 / 1299 * 100vw)  calc(10 / 1299 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(70 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
		margin-bottom: 7vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}
	.logo_foot {
		max-width: calc(534 / 750 * 100vw);
		margin-bottom: 5vw;
	}
	.address_foot {
		margin-bottom: 3.5vw;
	}
	.tel_foot {
		max-width: calc(646 / 750 * 100vw);
	}
	.tel_foot a {
		height: calc(100 / 750 * 100vw);
	}
	.tel_foot .num {
		font-size: 187.5%;
	}
	.tel_foot .icn {
		width: calc(40 / 750 * 100vw);
		margin-right: 2vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.tbl_time02 tbody td em {
		font-size: 100%;
	}
	.row_foot02 {
		display: block;
	}
	.row_foot02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_foot02 .col_l {
		margin-bottom: 4vw;
	}
	.row_foot02 .col .bg {
		padding: 5vw 5vw 4vw;
		background-size: calc(308 / 750 * 100vw) auto, auto 100%;
	}
	.row_foot02 .ja01 {
		font-size: 68.75%;
	}
	.row_foot02 .ja02 {
		font-size: 150%;
	}
	.row_foot02 .col .arw {
		width: calc(36 / 750 * 100vw);
		margin: 0 0 1vw 2vw;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(340 / 750 * 100vw);
	}
	.fix_web {
		width: calc(260 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.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: 111.1%;
	letter-spacing: .1em;
	left: calc(30 / 1920 * 100vw);
	top: calc(30 / 1920 * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(16 / 1920 * 100vw) auto;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid #fff;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
}
@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 {
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto 5vw;
		font-size: 106.25%;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		background-position: left 3vw center;
		background-size: calc(30 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
		letter-spacing: 0;
	}
	.btn_map a::after {
		border-width: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
		right: 3vw;
	}
}


/* インプラントの術式の難易度について difficulty
------------------------------------------------------------------*/
.row_difficulty01 {
	max-width: calc( 1500 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.row_difficulty01 .col_img {
	max-width: calc( 750 / var(--break) * 100vw);
	width: 50%;
}
.row_difficulty01 .col_txt {
	width: 46%;
}
.bg_difficulty01 {
	background: url("images/page/bg_common05.svg")no-repeat left top / 100% auto;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.row_difficulty01 .col_img {
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_difficulty01 .col_txt {
		width: 100%;
	}
	.bg_difficulty01 {
		background: url(images/page/bg_common05_sp.svg) no-repeat left top / 100% auto;
	}
}


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

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

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

}