@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
html, body {
	font-size: calc(18 / 1920 * 100vw);
	line-height: 2;
	color: #4C444D;
	letter-spacing: .1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
.txt_link {
	color: #fa9c19;
}
:root {
	--guideline-color: #aaa;
}
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%;
}
.br_10 {
	border-radius: 10px;
}
.br_15 {
	border-radius: 15px;
}
.br_30 {
	border-radius: 30px;
}

.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;
}
.bg_yellow {
	background-color: #f2f3e7 !important;
	border-radius: 10px;
}
.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;
}

.ff_sm {
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
}
.ff_ns {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ff_zm {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	font-style: normal;
}
.ff_mr {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;

}
.ff_zg {
	font-family:  "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.txt_col01 {
	color: #000000 !important;
}
.txt_col02 {
	color: #46b98c !important;
}
.txt_col03 {
	color: #ffaa00 !important;
}
.txt_col04 {
	color: #08996d !important;
}
.txt_col05 {
	color: #4C444D !important;
}
.txt_col06 {
	color: #E3E5E9 !important;
}
.txt_col07 {
	color: #EDEDED !important;
}
.txt_col08 {
	color: #f1f4f3 !important;
}
.txt_col09 {
	color: #FA9C19 !important;
}
.txt_col10 {
	color: #00b8a0ff !important;
}
.txt_col11 {
	color: #333333 !important;
}
.bg_col01 {
	background-color: #000000 !important;
}
.bg_col02 {
	background-color: #00b8a0ff !important;
}
.bg_col03 {
	background-color: #ffaa00 !important;
}
.bg_col04 {
	background-color: #08996d !important;
}
.bg_col05 {
	background-color: #7dcdc1 !important;
}
.bg_col06 {
	background-color: #E3E5E9 !important;
}
.bg_col07 {
	background-color: #EDEDED !important;
}
.bg_col08 {
	background-color: #f1f4f3 !important;
}
.bg_col09 {
	background-color: #FA9C19 !important;
}
.bg_col10 {
	background-color: #00b8a0ff !important;
}
.bg_col11 {
	background-color: #333333 !important;
}
.bg_col12 {
	background-color: #46b98c !important;
}
.bg_col13 {
	background-color: #7dcdc1 !important;
}
.bg_col14 {
	background-color: #D9DCE1 !important;
}
.bg_col15 {
	background-color: #46b98c !important;
}
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;
}
#wrap {
	overflow: hidden;
}
@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);
	}
}
@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;
	}
}
@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;
	}
}
/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	width: 100%;
}
h1 {
	width: calc(687 / 1920*100vw);
}
.wrap_head01 {
	top: calc(20 / 1920*100vw);
	left: calc(20 / 1920*100vw);
}
.wrap_head01 img {
	width: calc(666 / 1920*100vw);
	max-width: 810px;
}
.wrap_head02 {
	top: 0;
	right: calc(130 / 1920*100vw);
}
.tel_head {
	width: calc(335 / 1920*100vw)
}
.web_head {
	width: calc(160 / 1920*100vw);
}
.address_head {
	text-shadow: 0 0 calc(12 / 1920*100vw) #897667;
}
.tel_head a, .web_head a {
	height: calc(130 / 1920*100vw);
	align-content: center;
}
.web_head a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(20 / 1920*100vw) calc(20 / 1920*100vw);
	border-color: transparent transparent #fff transparent;
	right: calc(4 / 1920*100vw);
	bottom: calc(4 / 1920*100vw);
}
.tel_head {
	line-height: 1;
}
.tel_head .txt01 {
	letter-spacing: 0;
}
.web_head .icn {
	width: 100%;
	margin-top: calc(10 / 1920*100vw);
}
.tel_head a {
	background: url("../images/index/deco_head01.svg") no-repeat center / cover;
}
.web_head a {
	background: url("../images/index/deco_head02.svg") no-repeat center / cover;
}
.access_head {
	width: calc(390 / 1920*100vw);
	height: calc(130 / 1920*100vw);
	align-content: center;
}
.access_head .txt {
	padding-left: calc(37 / 1920*100vw);
}
.access_head .txt01 {
	margin-right: calc(38 / 1920*100vw);
}
.access_head .txt:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_saturday.svg") no-repeat left center / cover;
	width: calc(30 / 1920*100vw);
	height: calc(30 / 1920*100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.access_head .txt02:before {
	background: url("../images/page/icn_car.svg") no-repeat left center / cover;
}
.access_head .txt03 {
	width: 100%;
	margin-top: calc(5 / 1920*100vw);
	padding-left: calc(28 / 1920*100vw);
}
.access_head .txt03:before {
	background: url("../images/page/icn_train.svg") no-repeat left center / cover;
}
.wrap_head01 .box {
	background: rgba(8, 44, 153, 0.8);
	max-width: calc(428 / 1920*100vw);
	padding: calc(14 / 1920*100vw) calc(14 / 1920*100vw) calc(15 / 1920*100vw) calc(18 / 1920*100vw);
}
.access_head01{
    right: 0;
    top: calc(155 / 1920* 100vw);
    width: calc(560 / 1920* 100vw);
}
.wrap_head02 .tel_head a{
	background: none;
}
.wrap_head02 .web_head a{
	background:rgba(255,255,255,0.8);
}
.wrap_head02 .web_head .icn{
	width:calc(40 / 1920*100vw);
	height: calc(40 / 1920*100vw);
}
.wrap_head02 .web_head a:before{
	border-bottom-color: #46b98c;
}
@media(min-width: 768px) and (max-width:1599px) {
	h1 {
		width: calc(810 / 1599*100vw);
	}
	.wrap_head01 {
		top: calc(20 / 1599*100vw);
		left: calc(20 / 1599*100vw);
	}
	.wrap_head01 img {
		width: calc(666 / 1599*100vw);
	}
	.wrap_head02 {
		right: calc(130 / 1599*100vw);
	}
	.tel_head {
		width: calc(335 / 1599*100vw)
	}
	.web_head {
		width: calc(160 / 1599*100vw);
	}
	.address_head {
		text-shadow: 0 0 calc(12 / 1599*100vw) #897667;
	}
	.tel_head a, .web_head a {
		height: calc(130 / 1599*100vw);
	}
	.web_head a:before {
		border-width: 0 0 calc(20 / 1599*100vw) calc(20 / 1599*100vw);
		right: calc(4 / 1599*100vw);
		bottom: calc(4 / 1599*100vw);
	}
	.web_head .icn {
		margin-top: calc(10 / 1599*100vw);
	}
	.tel_head a {
		background: url("../images/index/deco_head01.svg") no-repeat center / cover;
	}
	.web_head a {
		background: url("../images/index/deco_head02.svg") no-repeat center / cover;
	}
	.access_head {
		width: calc(390 / 1599*100vw);
		height: calc(130 / 1599*100vw);
	}
	.access_head .txt {
		padding-left: calc(37 / 1599*100vw);
	}
	.access_head .txt01 {
		margin-right: calc(38 / 1599*100vw);
	}
	.access_head .txt:before {
		width: calc(30 / 1599*100vw);
		height: calc(30 / 1599*100vw);
	}
	.access_head .txt03 {
		margin-top: calc(5 / 1599*100vw);
		padding-left: calc(38 / 1599*100vw);
	}
	.wrap_head01 .box {
		max-width: calc(428 / 1599*100vw);
		padding: calc(14 / 1599*100vw) calc(14 / 1599*100vw) calc(15 / 1599*100vw) calc(18 / 1599*100vw);
	}
	.access_head01{
		top: calc(155 / 1599* 100vw);
		width: calc(560 / 1599* 100vw);
	}
	.wrap_head02 .web_head .icn{
		width:calc(40 / 1599*100vw);
		height: calc(40 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	h1 {
		width: calc(810 / 1299*100vw);
	}
	h3 .ja {
		font-size: 344.44%;
	}
	.wrap_head01 {
		top: calc(20 / 1299*100vw);
		left: calc(20 / 1299*100vw);
	}
	.wrap_head01 img {
		width: calc(600 / 1299*100vw);
	}
	.wrap_head02 {
		right: calc(130 / 1299*100vw);
	}
	.tel_head {
		width: calc(335 / 1299*100vw);
	}
	.web_head {
		width: calc(160 / 1299*100vw);
	}
	.address_head {
		text-shadow: 0 0 calc(12 / 1299*100vw) #897667;
	}
	.tel_head a, .web_head a {
		height: calc(130 / 1299*100vw);
	}
	.web_head a:before {
		border-width: 0 0 calc(20 / 1299*100vw) calc(20 / 1299*100vw);
		right: calc(4 / 1299*100vw);
		bottom: calc(4 / 1299*100vw);
	}
	.web_head .icn {
		margin-top: calc(10 / 1299*100vw);
	}
	.tel_head a {
		background: url("../images/index/deco_head01.svg") no-repeat center / cover;
	}
	.web_head a {
		background: url("../images/index/deco_head02.svg") no-repeat center / cover;
	}
	.access_head {
		width: calc(390 / 1299*100vw);
		height: calc(130 / 1299*100vw);
	}
	.access_head .txt {
		padding-left: calc(37 / 1299*100vw);
	}
	.access_head .txt01 {
		margin-right: calc(38 / 1299*100vw);
	}
	.access_head .txt:before {
		width: calc(30 / 1299*100vw);
		height: calc(30 / 1299*100vw);
	}
	.access_head .txt03 {
		margin-top: calc(5 / 1299*100vw);
		padding-left: calc(28 / 1299*100vw);
	}
	.wrap_head01 .box {
		max-width: calc(400 / 1299*100vw);
		padding: calc(14 / 1299*100vw) calc(14 / 1299*100vw) calc(15 / 1299*100vw) calc(18 / 1299*100vw);
	}
	.access_head01{
		top: calc(155 / 1299* 100vw);
		width: calc(560 / 1299* 100vw);
	}
	.wrap_head02 .web_head .icn{
		width:calc(40 / 1299*100vw);
		height: calc(40 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	h1 {
		width: calc(526 / 750*100vw);
	}
	h3 .ja {
		font-size: calc(70 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: calc(25 / 750 * 100vw);
	}
	h3 .en {
		font-size: calc(50 / 750*100vw);
		letter-spacing: .05em;
	}
	.wrap_head01 {}
	.wrap_head01 img {
		width: auto;
		max-width: 100%;
	}

	.wrap_head02 {
		display: none;
	}
	.tel_head {
		width: calc(335 / 750*100vw)
	}
	.web_head {
		width: calc(160 / 750*100vw);
	}
	.address_head {
		text-shadow: none;
		line-height: 1.5;
	}
	.tel_head a, .web_head a {
		height: calc(130 / 750*100vw);
	}
	.web_head a:before {
		border-width: 0 0 calc(20 / 750*100vw) calc(20 / 750*100vw);
		right: calc(4 / 750*100vw);
		bottom: calc(4 / 750*100vw);
	}
	.web_head .icn {
		margin-top: calc(10 / 750*100vw);
	}
	.tel_head a {
		background: url("../images/index/deco_head01.svg") no-repeat center / cover;
	}
	.web_head a {
		background: url("../images/index/deco_head02.svg") no-repeat center / cover;
	}
	.access_head {
		width: calc(390 / 750*100vw);
		height: calc(130 / 750*100vw);
	}
	.access_head .txt {
		padding-left: calc(37 / 750*100vw);
	}
	.access_head .txt01 {
		margin-right: calc(38 / 750*100vw);
	}
	.access_head .txt:before {
		width: calc(30 / 750*100vw);
		height: calc(30 / 750*100vw);
	}
	.access_head .txt03 {
		margin-top: calc(5 / 750*100vw);
		padding-left: calc(28 / 750*100vw);
	}
	.wrap_head01 .box {
		position: absolute;
		max-width: 100%;
		top: calc(110 / 750*100vw);
		left: calc(-3 / 750*100vw);
		font-size: 75%;
		letter-spacing: .1em;
		padding:2vw 5vw;
	}
	.access_head01{
		display: none;
	}
}
/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .deco01 {
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(600 / 1920*100vw);
}
.main_img .deco02 {
	top: 0;
	right: 0;
	z-index: 1;
	width: calc(1280 / 1920*100vw);
}
.main_img .deco03 {
	bottom: 0;
	right: 0;
	z-index: 1;
	width: calc(580 / 1920*100vw);
}
.main_img .deco04 {
	bottom: 0;
	left: 0;
	z-index: 1;
	width: calc(600 / 1920*100vw);
}
.main_img .slide_main {
	opacity: 0;
}
.main_img .slide_main li {
	min-height: 970px;
	height: 104vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url("../images/index/main01.jpg")no-repeat center / cover;
}
.main02 {
	background: url("../images/index/main02.jpg")no-repeat center / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.copy_main01 {
    top: 55.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: 1;
	color: #4e454a;
	line-height: 1.5;
	text-shadow:5px 0px 5px #5a4c41;
}
/* .copy_main01 .txt01 span{
	border-bottom:2px solid #ffffff;
} */
.box_main01 {
	width: calc(377 / 1920*100vw);
	right: calc(80 / 1920*100vw);
	bottom: calc(50 / 1920*100vw);
	align-content: center;
	background: rgba(255,255,255,0.8);
    padding: calc(13 / 1920*100vw) calc(15 / 1920*100vw);
	z-index:2;
}
.box_main01:before {
	position: absolute;
	content: "";
	width: calc(100% - calc(10 / 1920* 100vw));
	height: calc(100% - calc(10 / 1920* 100vw));
	border: solid 2px #46b98c;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box_main01 .txt01 {
	border-bottom: 1px solid #46b98c;
}
.row_main01 {
	bottom: calc(25 / 1920*100vw);
	right: calc(245 / 1920*100vw);
	z-index: 1;
}
.box_main02 {
	max-width: calc(340 / 1920*100vw);
	border: 1px solid #00b8a0ff;
	padding: calc(90 / 1920*100vw) calc(20 / 1920*100vw) calc(20 / 1920*100vw);
}
.box_main02.box01 {
	margin-right: calc(30 / 1920*100vw);
}
.box_main02 a {
	height: calc(80 / 1920*100vw);
	padding: calc(10 / 1920*100vw) 0 calc(7 / 1920*100vw);
	background: url("../images/index/deco_contact03.svg") no-repeat left center / cover;
}
.box_main02 .tel_contact .txt02 {
	padding-left: calc(40 / 1920*100vw);
}
.box_main02 .tel_contact .txt03{
	width: 100%;
}
.box_main02 .web_contact .txt02 {
	padding-left: calc(15 / 1920*100vw);
}
.box_main02 .web_contact .txt02:before {
	left: calc(-22 / 1920*100vw);
}
.box_main02 .web_contact a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: calc(20 / 1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-width: calc(4 / 1920*100vw) 0 calc(4 / 1920*100vw) calc(8 / 1920*100vw);
	border-color: transparent transparent transparent #fff;
}
.txt_main01 {
	background: url("../images/index/txt_main01.svg")no-repeat center /contain;
	width: 90%;
	height: calc(69 / 1920*100vw);
	top: calc(15 / 1920*100vw);
	left: calc(-12 / 1920*100vw);
}
.txt_main01 .row{
    padding-bottom: calc(10 / 1920*100vw);
    margin-right: calc(25 / 1920*100vw);
}
.txt_main01 .col_l{
    margin-right: calc(53 / 1920*100vw);
}
.box_main02.box02 .txt_main01 .col_l{
    margin-right: calc(30 / 1920*100vw);
}
.box_main02 .ttl{
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: calc(80 / 1920*100vw);
}
.box_main02 .ttl p{
	width: 87%;
}
.row_main02 {
	right: calc(105 / 1920 * 100vw);
    bottom: calc(55 / 1920 * 100vw);
    width: calc(860 / 1920 * 100vw);
}
.row_main02 .col{
	width: calc(230 / 1920 * 100vw);
    height: calc(230 / 1920 * 100vw);
	border-radius: 100%;
	margin-left: calc(-25 / 1920 * 100vw);
	background:url("../images/index/bg_main01.png")no-repeat center/contain;
}
.row_main02 .col:nth-child(3),.row_main02 .col:nth-child(4){
	margin-left: calc(-20 / 1920 * 100vw);
}
.row_main02 .col:first-child{
	margin-left: 0;
}
.row_main02 .col span{
	color: #333333;
	text-shadow:0px 0px calc(5 / 1920 * 100vw) #fff, 0px 0px calc(5 / 1920 * 100vw) #fff,0px 0px calc(10 / 1920 * 100vw) #fff, 0px 0px calc(10 / 1920 * 100vw) #fff,0px 0px calc(15 / 1920 * 100vw) #fff, 0px 0px calc(15 / 1920 * 100vw) #fff,0px 0px calc(20/ 1920 * 100vw) #fff, 0px 0px calc(20/ 1920 * 100vw) #fff,0px 0px calc(25/ 1920 * 100vw) #fff, 0px 0px calc(25/ 1920 * 100vw) #fff;
}
.row_main02 .col em{
	font-size:133.33% ;
	color: #ff5400;
}
.row_main02 .col01 em{
	line-height: 1.1;
}
.row_main02 .col02 em{
	font-size:125% ;
}
.achieve_main01 {
    width: calc(337 / 1920* 100vw);
    height: calc(339 / 1920* 100vw);
    left: calc(45 / 1920* 100vw);
    bottom: calc(30 / 1920* 100vw);
    background: url("../images/index/deco_main01.png") no-repeat center / contain;
	text-shadow: 0 0 5px #afaf28, 0 0 5px #afaf28, 0 0 10px #afaf28, 0 0 10px #afaf28;
}
.achieve_main01 .wrap{
	padding-left:calc(10 / 1920* 100vw);
}
.achieve_main01 span{
	font-size: 182.6%;
}
.img_main01{
    width: calc(598 / 1920* 100vw);
    height: calc(736 / 1920* 100vw);
	right: 0;
	bottom: 0;
    z-index: 1;
}
@media(min-width: 768px) {
	.row_main01 {
		display: flex;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .deco01 {
		width: calc(600 / 1599*100vw);
	}
	.main_img .deco02 {
		width: calc(1280 / 1599*100vw);
	}
	.main_img .deco03 {
		width: calc(580 / 1599*100vw);
	}
	.main_img .deco04 {
		width: calc(600 / 1599*100vw);
	}
	.copy_main01 {
	    top: 48.5%;
		font-size: 90%;
	}
	.box_main01 {
		width: calc(377 / 1599* 100vw);
		right: calc(25 / 1599* 100vw);
		bottom: calc(50 / 1599* 100vw);
		padding: calc(13 / 1599* 100vw) calc(15 / 1599* 100vw);
	}
	.box_main01:before {
		width: calc(100% - calc(10 / 1599* 100vw));
		height: calc(100% - calc(10 / 1599* 100vw));
	}
	.box_main01:after {
		width: calc(160 / 1599*100vw);
		height: calc(80 / 1599*100vw);
		bottom: calc(10 / 1599*100vw);
		right: calc(10 / 1599*100vw);
	}
	.row_main01 {
		/*bottom: calc(25 / 1599*100vw);*/
		bottom: calc(2 / 1599*100vw);
		right: calc(100 / 1599*100vw);
		z-index: 1;
	}
	.box_main02 {
		max-width: calc(340 / 1599*100vw);
		padding: calc(90 / 1599*100vw) calc(20 / 1599*100vw) calc(20 / 1599*100vw);
	}
	.box_main02.box01 {
		margin-right: calc(30 / 1599*100vw);
	}
	.box_main02 a {
		height: calc(80 / 1599*100vw);
		padding: calc(10 / 1599*100vw) 0 calc(7 / 1599*100vw);
	}
	.box_main02 .tel_contact .txt02 {
		padding-left: calc(40 / 1599*100vw);
	}
	.box_main02 .web_contact .txt02 {
		padding-left: calc(15 / 1599*100vw);
	}
	.box_main02 .web_contact .txt02:before {
		left: calc(-22 / 1599*100vw);
	}
	.box_main02 .web_contact a:before {
		right: calc(20 / 1599*100vw);
		border-width: calc(4 / 1599*100vw) 0 calc(4 / 1599*100vw) calc(8 / 1599*100vw);
	}
	.txt_main01 {
		height: calc(69 / 1599*100vw);
		top: calc(15 / 1599*100vw);
		left: calc(-12/ 1599*100vw);
	}
	.txt_main01 .row{
		padding-bottom: calc(10 / 1599*100vw);
		margin-right: calc(25 / 1599*100vw);
	}
	.txt_main01 .col_l{
		margin-right: calc(53 / 1599*100vw);
	}
	.box_main02.box02 .txt_main01 .col_l{
		margin-right: calc(30 / 1599*100vw);
	}
	.box_main02 .ttl{
		height: calc(80 / 1599*100vw);
	}
	.row_main02 {
		right: calc(40 / 1599 * 100vw);
		bottom: calc(55 / 1599 * 100vw);
		width: calc(860 / 1599 * 100vw);
	}
	.row_main02 .col{
		width: calc(230 / 1599 * 100vw);
		height: calc(230 / 1599 * 100vw);
		margin-left: calc(-25 / 1599 * 100vw);
	}
	.row_main02 .col:nth-child(3),.row_main02 .col:nth-child(4){
		margin-left: calc(-20 / 1599 * 100vw);
	}
	.row_main02 .col span{
		text-shadow:0px 0px calc(5 / 1599 * 100vw) #fff, 0px 0px calc(5 / 1599 * 100vw) #fff,0px 0px calc(10 / 1599 * 100vw) #fff, 0px 0px calc(10 / 1599 * 100vw) #fff,0px 0px calc(15 / 1599 * 100vw) #fff, 0px 0px calc(15 / 1599 * 100vw) #fff,0px 0px calc(20/ 1599 * 100vw) #fff, 0px 0px calc(20/ 1599 * 100vw) #fff,0px 0px calc(25/ 1599 * 100vw) #fff, 0px 0px calc(25/ 1599 * 100vw) #fff;
	}
	.achieve_main01 {
		width: calc(337 / 1599* 100vw);
		height: calc(339 / 1599* 100vw);
		left: calc(45 / 1599* 100vw);
		bottom: calc(30 / 1599* 100vw);
	}
	.achieve_main01 .wrap{
		padding-left:calc(10 / 1599* 100vw);
	}
	.img_main01{
		width: calc(500 / 1599* 100vw);
		height: calc(615 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(970 / 1299*100vw);
		height: 100vh;
	}
	.main_img .deco01 {
		width: calc(600 / 1299*100vw);
	}
	.main_img .deco02 {
		width: calc(1280 / 1299*100vw);
	}
	.main_img .deco03 {
		width: calc(580 / 1299*100vw);
	}
	.main_img .deco04 {
		width: calc(600 / 1299*100vw);
	}
	.copy_main01 {
        top: 42.5%;
		font-size:85%;
	}
	.wrap_head02 .access_head {
		position: absolute;
		height: auto;
		top: calc(210 / 1299*100vw);
	}
	.box_main01 {
        width: calc(377 / 1299* 100vw);
        right: calc(25 / 1299* 100vw);
        bottom: calc(50 / 1299* 100vw);
        padding: calc(13 / 1299* 100vw) calc(15 / 1299* 100vw);
	}
	.box_main01:before {
        width: calc(100% - calc(10 / 1299* 100vw));
        height: calc(100% - calc(10 / 1299* 100vw));
	}
	.box_main01:after {
		width: calc(160 / 1299*100vw);
		height: calc(80 / 1299*100vw);
		bottom: calc(10 / 1299*100vw);
		right: calc(10 / 1299*100vw);
	}
	.box_main01 .txt01 {
		padding-bottom: calc(10 / 1299*100vw);
	}
	.row_main01 {
		bottom: calc(25 / 1299*100vw);
		right: calc(20 / 1299*100vw);
		z-index: 1;
	}
	.box_main02 {
		max-width: calc(330 / 1299*100vw);
		padding: calc(90 / 1299*100vw) calc(20 / 1299*100vw) calc(20 / 1299*100vw);
		font-size: 85%;
	}
	.box_main02.box01 {
		margin-right: calc(30 / 1299*100vw);
	}
	.box_main02 a {
		height: calc(80 / 1299*100vw);
		padding: calc(10 / 1299*100vw) 0 calc(7 / 1299*100vw);
	}
	.box_main02 .tel_contact .txt02 {
		padding-left: calc(40 / 1299*100vw);
	}
	.box_main02 .web_contact .txt02 {
		padding-left: calc(15 / 1299*100vw);
	}
	.box_main02 .web_contact .txt02:before {
		left: calc(-22 / 1299*100vw);
	}
	.box_main02 .web_contact a:before {
		right: calc(20 / 1299*100vw);
		border-width: calc(4 / 1299*100vw) 0 calc(4 / 1299*100vw) calc(8 / 1299*100vw);
	}
	.box_main02 .row_contact02 {
		display: block;
	}
	.txt_main01 {
		height: calc(69 / 1299*100vw);
		top: calc(15 / 1299*100vw);
		left: calc(-12 / 1299*100vw);
	}
	.txt_main01 .row{
		padding-bottom: calc(10 / 1299*100vw);
		margin-right: calc(25 / 1299*100vw);
	}
	.txt_main01 .col_l{
		margin-right: calc(53 / 1299*100vw);
	}
	.box_main02.box02 .txt_main01 .col_l{
		margin-right: calc(30 / 1299*100vw);
	}
	.box_main02 .ttl{
		height: calc(80 / 1299*100vw);
	}
	.box_main02 .ttl p{
		font-size: 122.22%;
	}
	.row_main02 {
		right: calc(11 / 1299 * 100vw);
		bottom: calc(55 / 1299 * 100vw);
		width: calc(710 / 1299 * 100vw);
		font-size: 122.2%;
	}
	.row_main02 .col{
		width: calc(190 / 1299 * 100vw);
		height: calc(190 / 1299 * 100vw);
		margin-left: calc(-20 / 1299 * 100vw);
		font-size: 90%;
	}
	.row_main02 .col:nth-child(3),.row_main02 .col:nth-child(4){
		margin-left: calc(-20 / 1299 * 100vw);
	}
	.row_main02 .col span{
		text-shadow:0px 0px calc(5 / 1299 * 100vw) #fff, 0px 0px calc(5 / 1299 * 100vw) #fff,0px 0px calc(10 / 1299 * 100vw) #fff, 0px 0px calc(10 / 1299 * 100vw) #fff,0px 0px calc(15 / 1299 * 100vw) #fff, 0px 0px calc(15 / 1299 * 100vw) #fff,0px 0px calc(20/ 1299 * 100vw) #fff, 0px 0px calc(20/ 1299 * 100vw) #fff,0px 0px calc(25/ 1299 * 100vw) #fff, 0px 0px calc(25/ 1299 * 100vw) #fff;
	}
	.achieve_main01 {
        width: calc(300 / 1299* 100vw);
        height: calc(302 / 1299* 100vw);
        left: calc(45 / 1299* 100vw);
        bottom: calc(30 / 1299* 100vw);
        font-size: 90%;
	}
	.achieve_main01 .wrap{
		padding-left:calc(10 / 1299* 100vw);
	}
	.img_main01{
		width: calc(430 / 1299* 100vw);
		height: calc(529 / 1299* 100vw);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.main_img .slide_main li {
		min-height: calc(700 / 960*100vw);
		height: 70vh;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit !important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.main_img .deco01 {
		width: calc(600 / 750*100vw);
	}
	.main_img .deco02 {
		width: calc(1280 / 750*100vw);
	}
	.main_img .deco03 {
		width: calc(580 / 750*100vw);
	}
	.main_img .deco04 {
		width: calc(600 / 750*100vw);
	}
	.wrap_main01 {
		padding:calc(120 / 1920*100vw)0 4vw;
	}
	.box_main01 {
		width: calc(377 / 750* 100vw);
		right: calc(40 / 750* 100vw);
		bottom: calc(45 / 750* 100vw);
		padding: calc(13 / 750* 100vw);
	}
	.box_main01:before {
		width: calc(100% - calc(10 / 750* 100vw));
		height: calc(100% - calc(10 / 750* 100vw));
	}
	.box_main01:after {
		width: calc(174 / 750*100vw);
		height: calc(87 / 750*100vw);
		bottom: calc(10 / 750*100vw);
		right: calc(10 / 750*100vw);
	}
	.box_main01 .txt01 {
		font-size: calc(16 / 750*100vw);
	}
	.box_main01 .txt02 {
		font-size: 76.56%;
	}
	.copy_main01{
		top: 47.5%;
		left: 51%;
	}
	.copy_main01 .txt01 {
		font-size:106.25%;
		letter-spacing: 0;
	    margin-bottom: 3vw;
	}
	.copy_main01 .txt01 span{
        padding-bottom: 1vw;
        letter-spacing: .1em;
        border-bottom-width: calc(2 / 750* 100vw);
	}
	.copy_main01 .txt02 {
		font-size: 143.75%;
	}
	.wrap_head02 .access_head {
		position: absolute;
		height: auto;
		top: calc(210 / 1920*100vw);
	}
	.box_main02 {
		max-width: calc(702/ 750*100vw);
		padding: 22vw 3vw 4vw;
		margin: 0 auto;
	}
	.box_main02.box02{
		padding-top: 23vw;
	}
	.box_main02 a {
		height:auto;
		padding: 0;
		background: none;
	}
	.box_main02 .tel_contact {
		width: calc(376 / 750*100vw);
		margin-bottom: 0;
		text-align: right;
	}
	.box_main02 .web_contact {
		width:calc(270 / 750*100vw);
		margin-left: -1px;
	}
	.box_main02 .img {
		width: calc(390 / 750*100vw);
	}
	.box_main02 .txt01{
		letter-spacing: .1em;
		    margin-left: 5vw;
	}
	.box_main02 .ttl {
		height: calc(140 / 750*100vw);
	}
	.box_main02 .ttl p {
		width: 71%;
	}
	.box_main02.box02 .ttl p {
		width: 73%;
	}
	.box_main02 .ttl p{
		font-size: 151.56%;
		line-height: 1.2;
	}
	.box_main02.box02 .ttl {
		margin-left: 0;
	}
	.box_main02.box01 {
		margin: 8vw auto 5vw;
	}
	.txt_main01 {
		top: calc(30 / 750*100vw);
		left: calc(-35 / 750*100vw);
		height: calc(138 / 750*100vw);
	}
	.txt_main01 .col_l {
		margin-right: calc(115 / 750*100vw);
	}
	.txt_main01 .row {
		padding-bottom: calc(20 / 750*100vw);
		margin-right: calc(35 / 750*100vw);
		font-size: 101.5%;
		letter-spacing: .1em;
	}
	.box_main02.box02 .txt_main01 .row{
		margin-right: calc(50 / 750*100vw);
	}
	.box_main02.box02 .txt_main01 .col_l {
		margin-right: calc(65 / 750*100vw);
	}
	.box_main02 .row_contact02{
		max-width:100%;
	}
	.box_main02 .web_contact a:before{
		display: none;
	}
	.row_main02.flex.start{
		right: 0;
		bottom: 5vw;
		width: 100%;
		left: 0;
		margin: auto;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 62.5%;
	}
	.row_main02 .col{
		width: calc(190 / 750 * 100vw);
		height: calc(190 / 750 * 100vw);
		margin-left: calc(-20 / 750 * 100vw);
	}
	.row_main02 .col em{
		font-size: 127.5%;
	}
	.row_main02 .col:nth-child(3){
		margin-left: calc(-10 / 750 * 100vw);
	}
	.row_main02 .col:nth-child(4){
		margin-left: calc(-15 / 750 * 100vw);
	}
	.row_main02 .col span{
		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,0px 0px calc(20/ 750 * 100vw) #fff, 0px 0px calc(20/ 750 * 100vw) #fff,0px 0px calc(25/ 750 * 100vw) #fff, 0px 0px calc(25/ 750 * 100vw) #fff;
	}
	.achieve_main01 {
		width: calc(265 / 750* 100vw);
		height: calc(265 / 750* 100vw);
		left: calc(25 / 750* 100vw);
		bottom: calc(30 / 750* 100vw);
		text-shadow:0 0 calc(5 / 750* 100vw) #afaf28, 0 0 calc(5 / 750* 100vw) #afaf28, 0 0 calc(10 / 750* 100vw) #afaf28, 0 0 calc(10 / 750* 100vw) #afaf28;
	}
	.achieve_main01 .wrap{
		padding-left:calc(10 / 750* 100vw);
		padding-bottom: 1vw;
	}
	.achieve_main01 .txt01{
		font-size:62.5%;
	}
	.achieve_main01 .txt02{
		font-size:calc(12 / 750* 100vw);
	}
	.img_main01{
		display: none;
	}
}
/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
	display: none;
}
/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255, 255, 255, .9);
}
.fix_nav.is_fixed {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.gnav > ul > li {
	position: relative;
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.btn_gnav_sp {
	border: 2px solid #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: calc(130 / 1920 * 100vw);
	width: calc(130 / 1920 * 100vw);
	background: #46b98c url("../images/index/deco_head03.svg") no-repeat center / cover;
	z-index: 10000;
	outline: none;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(48 / 1920 * 100vw);
	right: 0;
	left: 0;
	bottom: calc(26 / 1920*100vw);
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / 1920 * 100vw);
	height: calc(2 / 1920*100vw);
	position: absolute;
	top: calc(-28 / 1920*100vw);
	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: calc(2 / 1920*100vw);
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc(-14 / 1920*100vw);
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc(-13 / 1920*100vw);
}
.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: 100%;
	max-width: calc(630 / 1920*100vw);
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
}
.bg_gnav {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.open .bg_gnav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0, 0, 0, 0);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav_sp .nav_main > ul {
	padding: 0 calc(80 / 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 #46b98c1A;
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
	border-bottom: 1px dotted #333;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(13 / 1920*100vw) calc(10 / 1920*100vw) calc(16.5 / 1920*100vw) calc(20 / 1920*100vw);
	border-bottom: 1px solid #46b98c1A;
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify; /*--- IE10 ---*/
	-webkit-justify-content: space-between; /*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(-8 / 1920*100vw);
	bottom: 0;
	width: calc(13 / 1920*100vw);
	height: calc(13 / 1920*100vw);
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	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);
}
.gnav_sp .nav_main > ul > li > a .ja {
	font-size: 111.11%;
	letter-spacing: .1em;
}
.gnav_sp .nav_main > ul > li > a .en {
	font-size: 62.5%;
	letter-spacing: .1em;
	margin-top: 1vw;
}
.gnav_sp .nav_sub {
	background: rgba(51, 51, 51, .9);
	padding: 5.5vw 8vw 7.5vw;
	/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
}
.gnav_sp .nav_sub li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_sub li:not(:last-child) {
	margin-bottom: 2.5vw;
}
.gnav_sp .nav_sub a {
	padding: 1vw 6vw 1vw;
	display: block;
	position: relative;
	color: #fff;
}
.gnav_sp .nav_sub a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1vw;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: calc(16 / 750 * 100vw) solid #fff;
	border-top: calc(12 / 750 * 100vw) solid transparent;
	border-bottom: calc(12 / 750 * 100vw) solid transparent;
	margin: auto;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
@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(48 / 1599 * 100vw);
		bottom: calc(26 / 1599*100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 1599 * 100vw);
		height: calc(2 / 1599*100vw);
		top: calc(-28 / 1599*100vw);
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		height: calc(2 / 1599*100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-14 / 1599*100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-13 / 1599*100vw);
	}
	.gnav_sp {
		padding: calc(160 / 1599*100vw) 0 0;
		max-width: calc(630 / 1599*100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(80 / 1599*100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(13 / 1599*100vw) calc(10 / 1599*100vw) calc(16.5 / 1599*100vw) calc(20 / 1599*100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		top: calc(-8 / 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(48 / 1299 * 100vw);
		bottom: calc(26 / 1299*100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 1299 * 100vw);
		height: calc(2 / 1299*100vw);
		top: calc(-28 / 1299*100vw);
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		height: calc(2 / 1299*100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-14 / 1299*100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-13 / 1299*100vw);
	}
	.gnav_sp {
		padding: calc(160 / 1299*100vw) 0 0;
		max-width: calc(630 / 1299*100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(80 / 1299*100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(13 / 1299*100vw) calc(10 / 1299*100vw) calc(16.5 / 1299*100vw) calc(20 / 1299*100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		top: calc(-8 / 1299*100vw);
		width: calc(13 / 1299*100vw);
		height: calc(13 / 1299*100vw);
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #46b98c url("../images/index/deco_head03.svg") no-repeat center / cover;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255, 255, 255, .9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		max-width: 100%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0, 0, 0, 0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: none;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #333;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.3vw 0;
		border-bottom: none;
		display: -webkit-box; /*--- Androidブラウザ用 ---*/
		display: -ms-flexbox; /*--- IE10 ---*/
		display: -webkit-flex; /*--- safari（PC）用 ---*/
		display: flex;
		-webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
		-ms-flex-pack: justify; /*--- IE10 ---*/
		-webkit-justify-content: space-between; /*--- safari（PC）用 ---*/
		justify-content: space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 1vw;
		top: -2vw;
		bottom: 0;
		width: calc(13 / 750*100vw);
		height: calc(13 / 750*100vw);
		border-bottom: 1px solid #555;
		border-right: 1px solid #555;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-size: 100%;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: rgba(51, 51, 51, .9);
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}
/* 新着情報 index_news
------------------------------------------------------------------*/
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / 1920 * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {}
.index_news li dt {}
.index_news li dd {}
.index_news li dd a {
	color: #fa9c19; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #333333 !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) {
	.index_news ul {
		padding-right: calc(20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news ul {
		padding-right: calc(20 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li:not(:last-of-type) {}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
}
/* お問い合わせ contact
------------------------------------------------------------------*/
.bg_contact01 {
	padding: calc(80 / 1920*100vw) 0 calc(80 / 1920*100vw);
}
.box_contact01 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
	border: solid 2px #46b98c;
	padding: calc(60 / 1920*100vw) calc(60 / 1920*100vw) calc(60 / 1920*100vw);
}
.box_contact01 .ttl span {
	padding: 0 calc(50 / 1920*100vw);
}
.box_contact01 .copy {
	max-width: calc(1020 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.box_contact01 .copy_span {
	padding: 0 calc(30 / 1920*100vw);
}
.box_contact01 .copy:before {
	position: absolute;
	content: "";
	background: #46b98c;
	width: 100%;
	height: 2px;
	right: 0;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.box_contact01 .copy_span {
	display: inline-block;
	padding: 0 calc(25 / 1920*100vw);
	letter-spacing: .2em;
}
.row_contact01 .col_l {
	max-width: calc(650 / 1920*100vw);
	width: 58%;
	height: calc(233 / 1920*100vw);
	align-content: center;
	padding: calc(30 / 1920*100vw) calc(75 / 1920*100vw) calc(20 / 1920*100vw);
}
.row_contact01 .txt {
	width: 100%;
}
.row_contact01 .txt01 {
	padding: calc(5 / 1920*100vw) 0;
}
.row_contact01 .col_r {
	max-width: calc(420 / 1920*100vw);
	width: 37.5%;
}
.row_contact01 .col_r li {
	padding-left: calc(40 / 1920*100vw);
	position: relative;
}
.row_contact01 .col_r li:not(:last-child) {
	margin-bottom: calc(7 / 1920*100vw);
}
.row_contact01 .col_r li:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_check.svg") no-repeat left center / cover;
	width: calc(25 / 1920*100vw);
	height: calc(25 / 1920*100vw);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_contact02 {
	margin-right: auto;
	margin-left: auto;
}
.row_contact02 .col a {
	height: calc(120 / 1920*100vw);
	align-content: center;
	position: relative;
	background: url("../images/index/deco_contact01.svg") no-repeat left center / cover;
}
.tel_contact .txt02 {
	padding-left: calc(50 / 1920*100vw);
	line-height: 1;
}
.tel_contact .txt01 {
	width: 100%;
}
.tel_contact .txt02:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_tel.svg") no-repeat left center / cover;
	width: calc(26 / 1920*100vw);
	height: calc(26 / 1920*100vw);
	left: calc(7 / 1920*100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.web_contact .txt01 {
	width: 100%;
}
.web_contact .txt02 {
	padding-left: calc(30 / 1920*100vw);
	line-height: 1;
}
.web_contact .txt02:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_web.svg") no-repeat left center / cover;
	width: calc(26 / 1920*100vw);
	height: calc(26 / 1920*100vw);
	left: calc(-13 / 1920*100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.web_contact a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: calc(20 / 1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-width: calc(4 / 1920*100vw) 0 calc(4 / 1920*100vw) calc(8 / 1920*100vw);
	border-color: transparent transparent transparent #fff;
}
.box_contact02 {
	padding: calc(25 / 1920*100vw) 8% calc(15 / 1920*100vw);
}
.row_contact02 .col_l {
	max-width: calc(410 / 1920*100vw);
	width:44%;
}
.row_contact02 .col_r {
	max-width: calc(480 / 1920*100vw);
	width:52%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_contact01 {
		padding: calc(80 / 1599*100vw) 0 calc(60 / 1599*100vw);
	}
	.box_contact01 {
		max-width: calc(1240 / 1599*100vw);
		padding: calc(60 / 1599*100vw) calc(60 / 1599*100vw) calc(60 / 1599*100vw);
	}
	.box_contact01 .ttl span {
		padding: 0 calc(50 / 1599*100vw);
	}
	.box_contact01 .copy {
		max-width: calc(1020 / 1599*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(30 / 1599*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(25 / 1599*100vw);
	}
	.row_contact01 .col_l {
		max-width: calc(650 / 1599*100vw);
		height: calc(233 / 1599*100vw);
		padding: calc(30 / 1599*100vw) calc(75 / 1599*100vw) calc(20 / 1599*100vw);
	}
	.row_contact01 .txt01 {
		padding: calc(5 / 1599*100vw) 0;
	}
	.row_contact01 .col_r {
		max-width: calc(420 / 1599*100vw);
	}
	.row_contact01 .col_r li {
		padding-left: calc(40 / 1599*100vw);
	}
	.row_contact01 .col_r li:not(:last-child) {
		margin-bottom: calc(7 / 1599*100vw);
	}
	.row_contact01 .col_r li:before {
		width: calc(25 / 1599*100vw);
		height: calc(25 / 1599*100vw);
		top: 0;
		bottom: 0;
	}
	.row_contact02 .col a {
		height: calc(120 / 1599*100vw);
	}
	.tel_contact .txt02 {
		padding-left: calc(50 / 1599*100vw);
	}
	.tel_contact .txt02:before {
		width: calc(26 / 1599*100vw);
		height: calc(26 / 1599*100vw);
		left: calc(7 / 1599*100vw);
	}
	.web_contact .txt02 {
		padding-left: calc(30 / 1599*100vw);
	}
	.web_contact .txt02:before {
		width: calc(26 / 1599*100vw);
		height: calc(26 / 1599*100vw);
		left: calc(-13 / 1599*100vw);
	}
	.web_contact a:before {
		right: calc(20 / 1599*100vw);
		border-width: calc(4 / 1599*100vw) 0 calc(4 / 1599*100vw) calc(8 / 1599*100vw);
	}
	.box_contact02 {
		padding: calc(25 / 1599*100vw) 8% calc(15 / 1599*100vw);
	}
	.row_contact02 .col_l {
		max-width: calc(410 / 1599*100vw);
	}
	.row_contact02 .col_r {
		max-width: calc(480 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_contact01 {
		padding: calc(80 / 1299*100vw) 0 calc(60 / 1299*100vw);
	}
	.box_contact01 {
		max-width: calc(1240 / 1299*100vw);
		padding: calc(60 / 1299*100vw) calc(60 / 1299*100vw) calc(60 / 1299*100vw);
	}
	.box_contact01 .ttl span {
		padding: 0 calc(50 / 1299*100vw);
	}
	.box_contact01 .copy {
		max-width: calc(1020 / 1299*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(30 / 1299*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(25 / 1299*100vw);
	}
	.row_contact01 .col_l {
		max-width: calc(550 / 1299*100vw);
		height: calc(233 / 1299*100vw);
		padding: calc(30 / 1299*100vw) calc(50 / 1299*100vw) calc(20 / 1299*100vw);
	}
	.row_contact01 .txt01 {
		padding: calc(5 / 1299*100vw) 0;
	}
	.row_contact01 .col_r {
		max-width: calc(420 / 1299*100vw);
		width: 41.5%;
	}
	.row_contact01 .col_r li {
		padding-left: calc(40 / 1299*100vw);
	}
	.row_contact01 .col_r li:not(:last-child) {
		margin-bottom: calc(7 / 1299*100vw);
	}
	.row_contact01 .col_r li:before {
		width: calc(25 / 1299*100vw);
		height: calc(25 / 1299*100vw);
		top:0;
		bottom: 0;
	}
	.row_contact02 {
		display: flex;
	}
	.row_contact02 .col a {
		height: calc(120 / 1299*100vw);
	}
	.tel_contact .txt02 {
		padding-left: calc(50 / 1299*100vw);
		font-family: 'Shippori Mincho', serif;
	}
	.tel_contact .txt02:before {
		width: calc(26 / 1299*100vw);
		height: calc(26 / 1299*100vw);
		left: calc(7 / 1299*100vw);
	}
	.web_contact .txt02 {
		padding-left: calc(30 / 1299*100vw);
	}
	.web_contact .txt02:before {
		width: calc(26 / 1299*100vw);
		height: calc(26 / 1299*100vw);
		left: calc(-13 / 1299*100vw);
	}
	.web_contact a:before {
		right: calc(20 / 1299*100vw);
		border-width: calc(4 / 1299*100vw) 0 calc(4 / 1299*100vw) calc(8 / 1299*100vw);
	}
	.box_contact02 {
		padding: calc(25 / 1299*100vw) 8% calc(15 / 1299*100vw);
	}
	.row_contact02 .col_l {
		max-width: calc(410 / 1299*100vw);
	}
	.row_contact02 .col_r {
		max-width: calc(480 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_contact01 {
		padding: calc(80 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.box_contact01 {
		max-width: calc(1240 / 750*100vw);
		padding: calc(60 / 750*100vw) calc(24 / 750*100vw) calc(60 / 750*100vw);
	}
	.box_contact01 .ttl {
		font-size: calc(60 / 750*100vw);
		letter-spacing: .07em;
	}
	.box_contact01 .ttl span {
		padding: 0 calc(50 / 750*100vw);
	}
	.box_contact01 .copy {
		max-width: calc(1020 / 750*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(30 / 750*100vw);
	}
	.box_contact01 .copy_span {
		padding: 0 calc(5 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.51;
	}
	.box_contact01 .copy_span .fz30 {
		font-size: calc(39.5 / 750*100vw);
		letter-spacing: 0;
	}
	.row_contact01 .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: 6.8vw;
		height: calc(356 / 750*100vw);
		padding: calc(40 / 750*100vw) calc(35 / 750*100vw) calc(35 / 750*100vw);
	}
	.row_contact01 .txt01 {
		padding: 0;
		font-size: 100%;
		line-height: 1.85;
		letter-spacing: 0;
	}
	.row_contact01 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.row_contact01 .txt02 {
		font-size: calc(46 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.row_contact01 .txt03 {
		font-size: calc(28 / 750*100vw);
		line-height: 2;
	}
	.row_contact01 .col_r {
		width: 100%;
		max-width: 100%;
	}
	.row_contact01 .col_r li {
		padding-left: calc(60 / 750*100vw);
		line-height: 1.52;
	}
	.row_contact01 .col_r li:not(:last-child) {
		margin-bottom: calc(20 / 750*100vw);
	}
	.row_contact01 .col_r li:before {
		width: calc(38 / 750*100vw);
		height: calc(38 / 750*100vw);
		top: calc(6 / 750*100vw);
		bottom: auto;
	}
	.row_contact02 {
		max-width: calc(1020 / 750*100vw);
	}
	.tel_contact {
		margin-bottom: calc(20 / 750*100vw);
	}
	.row_contact02 .col a {
		height: calc(180 / 750*100vw);
		background: url("../images/index/deco_contact01_sp.svg") no-repeat left center / cover;
	}
	.tel_contact .txt02 {
		padding-left: calc(50 / 750*100vw);
	}
	.tel_contact .txt02 .fz34 {
		font-size: calc(44.5 / 750*100vw);
		letter-spacing: .04em;
	}
	.tel_contact .txt03 {
		font-size: calc(28 / 750*100vw);
	}
	.tel_contact .txt02:before {
		width: calc(33 / 750*100vw);
		height: calc(33 / 750*100vw);
		left: calc(-5 / 750*100vw);
	}
	.tel_contact .txt01 {
		font-size: calc(28 / 750*100vw);
	}
	.web_contact .txt01 {
		font-size: calc(28 / 750*100vw);
		letter-spacing: 0;
	}
	.web_contact .txt02 {
		padding-left: calc(50 / 750*100vw);
		font-size: calc(45.5 / 750*100vw);
		letter-spacing: 0;
	}
	.web_contact .txt02:before {
		width: calc(33 / 750*100vw);
		height: calc(33 / 750*100vw);
		left: 0;
	}
	.web_contact a:before {
		right: calc(30 / 750*100vw);
		border-width: calc(10 / 750*100vw) 0 calc(10 / 750*100vw) calc(15 / 750*100vw);
	}
	.box_contact02 {
		width: 100%;
		padding: calc(25 / 750*100vw) 5% calc(30 / 750*100vw);
	}
	.box_contact02 .ttl01 {
		font-size: 123.4%;
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.box_contact02 .ttl01 img {
		width: 85%;
	}
	.row_contact02 .col_l {
		max-width: 100%;
		width: 100%;
	}
	.row_contact02 .col_r {
		max-width: 100%;
		width: 100%;
	}
}
/* 共通パーツ common
------------------------------------------------------------------*/
.bg_common01 {
	height: calc(455 / 1920*100vw);
	background: url("../images/index/h3_bg1.jpg") no-repeat center / cover;
}
.bg_common02 {
	background: url("../images/index/deco_treatment03.svg") no-repeat bottom left / calc(1410 / 1920*100vw), url("../images/index/deco_treatment04.svg") no-repeat bottom right / calc(1390 / 1920*100vw);
	padding: calc(100 / 1920*100vw) calc(50 / 1920*100vw) calc(60 / 1920*100vw);
}
.bg_common02 .deco01 {
	z-index: -1;
	bottom: 0;
	left: 0;
	width: calc(1410 / 1920*100vw)
}
.bg_common02 .deco02 {
	z-index: -2;
	bottom: 0;
	right: 0;
	width: calc(1410 / 1920*100vw)
}
.box_common01 {
	border: solid 2px #46b98c;
	padding: calc(60 / 1920*100vw) calc(50 / 1920*100vw) calc(60 / 1920*100vw);
}
.box_common01 .ttl {
	left: 0;
	right: 0;
	margin: auto;
}
.box_common01 .ttl span {
	padding: 0 calc(50 / 1920*100vw);
	display: inline-block;
}
.box_common01 .wrap01 {
	max-width: calc(1240 / 1920*100vw);
}
.box_common01 .wrap02 {
	max-width: calc(1000 / 1920*100vw);
}
.box_common_case01 {
	padding: 0;
	background: none;
}
.box_common_case01 .col {
	width: 48%;
	max-width: calc(480 / 1920*100vw);
}
.box_common_case01 .col .ttl {
	border: none;
	color: #fff;
	position: relative;
}
/* .box_common_case01 .ttl:before, .box_common_case01 .ttl:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(25 / 1920*100vw) calc(25 / 1920*100vw) 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	top: 0;
} */
.box_common_case01 .ttl:after {
	left: auto;
	top: auto;
	right: -1px;
	bottom: -1px;
	transform: rotate(180deg);
}
.box_common_case01 > .flex:before {
	border-left-color: #ffaa00;
}
.btn_case01.flex {
	border: none;
	background: #FA9C19;
	color: #fff;
}
.btn_case01 .icn {
	width: calc(27 / 1920 * 100vw);
	height: calc(27 / 1920 * 100vw);
}
.btn_case01 .icn:before, .btn_case01 .icn:after {
	background: #fff;
}
.btn_case01.open .icn:after {
	transform: rotate(90deg);
}
h3 .en:first-letter {
	color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_common01 {
		height: calc(455 / 1599*100vw);
	}
	.bg_common02 {
		padding: calc(100 / 1599*100vw) calc(50 / 1599*100vw) calc(60 / 1599*100vw);
		background: url("../images/index/deco_treatment03.svg") no-repeat bottom left / calc(1410 / 1599*100vw), url("../images/index/deco_treatment04.svg") no-repeat bottom right / calc(1390 / 1599*100vw);
	}
	.bg_common02 .deco01 {
		width: calc(1410 / 1599*100vw)
	}
	.bg_common02 .deco02 {
		width: calc(1410 / 1599*100vw)
	}
	.bg_common02:last-child .box_common01 {
		padding-top: calc(100 / 1599*100vw);
	}
	.box_common01 {
		padding: calc(60 / 1599*100vw) calc(50 / 1599*100vw) calc(60 / 1599*100vw);
	}
	.box_common01 .ttl span {
		padding: 0 calc(50 / 1599*100vw);
	}
	.box_common01 .wrap01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.box_common01 .wrap02 {
		max-width: calc(1000 / 1599*100vw);
	}
	.box_common_case01 .col {
		max-width: calc(480 / 1599*100vw);
	}
	/* .box_common_case01 .ttl:before, .box_common_case01 .ttl:after {
		border-width: calc(25 / 1599*100vw) calc(25 / 1599*100vw) 0 0;
	} */
	.btn_case01 .icn {
		width: calc(27 / 1599 * 100vw);
		height: calc(27 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_common01 {
		height: calc(455 / 1299*100vw);
	}
	.bg_common02 {
		padding: calc(100 / 1299*100vw) calc(50 / 1299*100vw) calc(60 / 1299*100vw);
		background: url("../images/index/deco_treatment03.svg") no-repeat bottom left / calc(1410 / 1299*100vw), url("../images/index/deco_treatment04.svg") no-repeat bottom right / calc(1390 / 1299*100vw);
	}
	.bg_common02 .deco01 {
		width: calc(1410 / 1299*100vw)
	}
	.bg_common02 .deco02 {
		width: calc(1410 / 1299*100vw)
	}
	.bg_common02:last-child .box_common01 {
		padding-top: calc(100 / 1299*100vw);
	}
	.box_common01 {
		padding: calc(60 / 1299*100vw) calc(50 / 1299*100vw) calc(60 / 1299*100vw);
	}
	.box_common01 .ttl span {
		padding: 0 calc(50 / 1299*100vw);
	}
	.box_common01 .wrap01 {
		max-width: calc(1240 / 1299*100vw);
	}
	.box_common01 .wrap02 {
		max-width: calc(1000 / 1299*100vw);
	}
	.box_common_case01 .col {
		max-width: calc(480 / 1299*100vw);
	}
	/* .box_common_case01 .ttl:before, .box_common_case01 .ttl:after {
		border-width: calc(25 / 1299*100vw) calc(25 / 1299*100vw) 0 0;
	} */
	.btn_case01 .icn {
		width: calc(27 / 1299 * 100vw);
		height: calc(27 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_common01 {
		height: calc(455 / 750*100vw);
		background: url("../images/index/h3_bg_sp1.jpg") no-repeat center / cover;
		position: relative;
		z-index: 2;
	}
	.bg_common02 {
		padding: calc(75 / 750*100vw) calc(25 / 750*100vw) calc(108 / 750*100vw);
		background: url("../images/index/deco_treatment03_sp.svg") no-repeat bottom left / calc(750 / 750*100vw);
	}
	.bg_common02 .deco01 {
		width: calc(750 / 750*100vw)
	}
	.bg_common02 .deco02 {
		width: calc(1410 / 750*100vw)
	}
	.box_common01 {
		padding: calc(0 / 750*100vw) calc(25 / 750*100vw) calc(60 / 750*100vw);
	}
	.box_common01 .ttl {
		margin-top: -5vw;
		margin-bottom: 3vw;
		position: relative;
		top: auto;
		transform: translate(0);
	}
	.box_common01 .ttl span {
		padding: 0 calc(20 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.88;
		font-size: calc(40 / 750*100vw);
	}
	.box_common01 .wrap01 {
		max-width: calc(1240 / 750*100vw);
	}
	.box_common01 .wrap02 {
		max-width: calc(1000 / 750*100vw);
	}
	.box_common_case01 {
		margin-bottom: 8vw;
	}
	.box_common_case01 .col {
		max-width: calc(290 / 750*100vw);
	}
	/* .box_common_case01 .ttl:before, .box_common_case01 .ttl:after {
		border-width: calc(25 / 750*100vw) calc(25 / 750*100vw) 0 0;
	} */
	.btn_case01 .icn {
		width: calc(39 / 750 * 100vw);
		height: calc(39 / 750 * 100vw);
		right: 5vw;
	}
	.btn_case01.flex {
		height: calc(100 / 750*100vw);
		letter-spacing: 0;
		max-width: calc(600 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		font-size: calc(34 / 750*100vw);
	}
	.tbl_case01 {
		margin-top: 8vw !important;
	}
}
/* 院長紹介 doctor
------------------------------------------------------------------*/
.bg_doctor01 {
	padding: calc(90 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.bg_doctor01:before {
	position: absolute;
	content: "";
	background: #46b98c;
	width: 1px;
	height: 100%;
	right: calc(50 / 1920*100vw);
	top: 0;
}
.bg_doctor01 .deco01 {
	top: 0;
	left: 0;
	width: calc(500 / 1920*100vw);
	z-index: 0;
}
.bg_doctor01 .deco02 {
	top: calc(65 / 1920*100vw);
	right: calc(50 / 1920*100vw);
	width: calc(680 / 1920*100vw);
	z-index: -1;
}
.bg_doctor01 .deco03 {
	top: 0;
	left: 0;
	width: calc(1243 / 1920*100vw);
	z-index: -1;
}
.bg_doctor01 .deco04 {
	bottom: 0;
	right: 0;
	width: calc(580 / 1920*100vw);
	z-index: -1;
}
.wrap_doctor01 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.wrap_doctor01 .en {
	background: linear-gradient(-30deg, #46b98c 50%, #81d552 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.wrap_doctor01 .en:before {
	position: absolute;
	content: "";
	background: #46b98c;
	width: 170%;
	height: 2px;
	left: 0;
	bottom: calc(6 / 1920*100vw);
}
.wrap_doctor01 .txt {
	text-align: left;
}
.row_doctor01 {
	max-width: calc(794 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_doctor01 .col {
	width: calc(240 / 1920*100vw);
	height: calc(90 / 1920*100vw);
	box-shadow: 0 0 calc(8 / 1920*100vw) 0 rgba(0, 0, 0, 0.1);
}
.row_doctor02 {
	max-width: calc(1710 / 1920*100vw);
}
.row_doctor02 .col_txt {
	max-width: calc(670 / 1920*100vw);
	width: 40%;
}
.row_doctor02 .col_txt .copy {
	border-bottom: 1px solid #46b98c;
	padding-bottom: calc(28 / 1920*100vw);
}
.row_doctor02 .col_txt .copy span {
	letter-spacing: .09em;
}
.row_doctor02 .col_img {
	max-width: calc(935 / 1920*100vw);
	width: 55%;
	margin-top: calc(20 / 1920*100vw);
}
.row_doctor02 .col_img .box {
	right: 0;
	top: calc(50 / 1920*100vw);
	bottom: 0;
	margin: auto;
	width: calc(320 / 1920*100vw);
	height: calc(190 / 1920*100vw);
	background: url("../images/index/deco_doctor02.svg") no-repeat right bottom / calc(119 / 1920*100vw) auto;
}
.row_doctor02 .col_img .box:before {
	position: absolute;
	content: "";
	width: calc(40 / 1920*100vw);
	height: calc(50 / 1920*100vw);
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	top: calc(5 / 1920*100vw);
	left: calc(5 / 1920*100vw);
}
.row_doctor02 .col_img .box:after {
	position: absolute;
	content: "";
	width: calc(40 / 1920*100vw);
	height: calc(50 / 1920*100vw);
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	bottom: calc(5 / 1920*100vw);
	right: calc(5 / 1920*100vw);
}
.wrap_doctor02 {
	max-width: calc(1500 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_doctor03 .col {
	width: 32.5%;
	max-width: calc(470 / 1920*100vw);
}
.row_doctor03 .col_c {
	margin-top: calc(60 / 1920*100vw);
}
.name_doctor {
	position: relative;
	max-width: calc(1271 / 1920*100vw)
}
.name_doctor:before {
	position: absolute;
	content: "";
	background: #46b98c;
	width: 170%;
	height: 2px;
	right: 0;
	bottom: calc(-3 / 1920*100vw);
}
.name_doctor .en {
	margin-right: calc(110 / 1920*100vw);
}
.name_doctor .label {
	width: calc(60 / 1920*100vw);
	height: calc(60 / 1920*100vw);
	margin-right: calc(20 / 1920*100vw);
}
.bg_doctor02 {
	padding: calc(55 / 1920*100vw) 0 calc(68 / 1920*100vw);
}
.box_doctor01 {
	width: 100%;
	background: #fff;
	padding: 0;
	z-index: 1;
	position: relative;
}
.box_doctor01 h5 {
	border-bottom: 1px solid #00bd75;
	padding-bottom: calc(7 / 1920*100vw);
	margin-bottom: calc(18 / 1920*100vw);
}
.box_doctor01 dt {
	width: calc(100 / 1920 * 100vw);
	font-weight: normal;
}
.box_doctor01 dd {
	width: calc(100% - calc(100 / 1920 * 100vw));
}
.box_doctor01 dt, .box_doctor01 dd {
	border-bottom: 1px solid #46b98c;
	padding-bottom: calc(8 / 1920*100vw);
	line-height: 2;
}
.box_doctor01 dt:not(:last-of-type), .box_doctor01 dd:not(:last-of-type) {
	margin-bottom: calc(4.5 / 1920 * 100vw);
}
.bg_doctor03 {
	padding: calc(45 / 1920*100vw) 0 calc(58 / 1920*100vw);
}
.box_doctor02 {
	width: 100%;
	padding: 0;
}
.box_doctor02 li:before {
	background: #fa9c19;
}
.box_doctor02 li {
	border-bottom: 1px solid #46b98c33;
	padding-bottom: calc(13 / 1920*100vw);
}
.box_doctor02 .list_default li:not(:first-child) {
	margin-top: calc(9 / 1920 * 100vw);
}
.box_doctor02 h5 {
	padding-bottom: calc(7 / 1920*100vw);
	margin-bottom: calc(21 / 1920*100vw);
	border-bottom: 1px solid #00bd75;
}
/* .bg_doctor03:before {
	position: absolute;
	content: "";
	background: url("../images/index/deco_doctor05.svg") no-repeat left center / cover;
	width: calc(1480 / 1920*100vw);
	height: calc(410 / 1920*100vw);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_doctor03:after {
	position: absolute;
	content: "";
	background: url("../images/index/deco_doctor04.svg") no-repeat left center / cover;
	width: calc(1180 / 1920*100vw);
	height: calc(660 / 1920*100vw);
	right: 0;
	bottom: 0;
	z-index: -2;
} */
.bg_doctor04 {
	background: url("../images/index/bg_doctor01.jpg") no-repeat center / cover;
	padding: calc(105 / 1920*100vw) 0 calc(90 / 1920*100vw);
}
.bg_doctor04 .img01 {
	top: 0;
	right: 0;
	width: calc(460 / 1920*100vw);
}
.bg_doctor04 .img02 {
	bottom: 0;
	left: 0;
	width: calc(460 / 1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_doctor01 {
		padding: calc(90 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.bg_doctor01:before {
		right: calc(50 / 1599*100vw);
	}
	.bg_doctor01 .deco01 {
		width: calc(500 / 1599*100vw);
	}
	.bg_doctor01 .deco02 {
		top: calc(65 / 1599*100vw);
		right: calc(50 / 1599*100vw);
		width: calc(680 / 1599*100vw);
	}
	.bg_doctor01 .deco03 {
		width: calc(1243 / 1599*100vw);
	}
	.bg_doctor01 .deco04 {
		width: calc(580 / 1599*100vw);
	}
	.wrap_doctor01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.wrap_doctor01 .en:before {
		bottom: calc(6 / 1599*100vw);
	}
	.row_doctor01 {
		max-width: calc(794 / 1599*100vw);
	}
	.row_doctor01 .col {
		width: calc(240 / 1599*100vw);
		height: calc(90 / 1599*100vw);
		box-shadow: 0 0 calc(8 / 1599*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_doctor02 {
		max-width: calc(1710 / 1599*100vw);
		margin-left: calc(60 / 1599*100vw);
	}
	.row_doctor02 .col_txt {
		max-width: calc(670 / 1599*100vw);
		width: 44%;
	}
	.row_doctor02 .col_txt .copy {
		padding-bottom: calc(28 / 1599*100vw);
	}
	.row_doctor02 .col_img {
		max-width: calc(935 / 1599*100vw);
		margin-top: calc(20 / 1599*100vw);
		width: 50%;
	}
	.row_doctor02 .col_img .box {
		top: calc(50 / 1599*100vw);
		width: calc(320 / 1599*100vw);
		height: calc(190 / 1599*100vw);
		background: url("../images/index/deco_doctor02.svg") no-repeat right bottom / calc(119 / 1599*100vw) auto;
	}
	.row_doctor02 .col_img .box:before {
		width: calc(40 / 1599*100vw);
		height: calc(50 / 1599*100vw);
		top: calc(5 / 1599*100vw);
		left: calc(5 / 1599*100vw);
	}
	.row_doctor02 .col_img .box:after {
		width: calc(40 / 1599*100vw);
		height: calc(50 / 1599*100vw);
		bottom: calc(5 / 1599*100vw);
		right: calc(5 / 1599*100vw);
	}
	.wrap_doctor02 {
		max-width: calc(1500 / 1599*100vw);
	}
	.row_doctor03 .col {
		max-width: calc(470 / 1599*100vw);
	}
	.row_doctor03 .col_c {
		margin-top: calc(60 / 1599*100vw);
	}
	.name_doctor {
		max-width: calc(1271 / 1599*100vw)
	}
	.name_doctor:before {
		bottom: calc(-3 / 1599*100vw);
	}
	.name_doctor .en {
		margin-right: calc(110 / 1599*100vw);
	}
	.name_doctor .label {
		width: calc(60 / 1599*100vw);
		height: calc(60 / 1599*100vw);
		margin-right: calc(20 / 1599*100vw);
	}
	.bg_doctor02 {
		padding: calc(55 / 1599*100vw) 0 calc(68 / 1599*100vw);
	}
	.box_doctor01 h5 {
		padding-bottom: calc(7 / 1599*100vw);
		margin-bottom: calc(18 / 1599*100vw);
	}
	.box_doctor01 dt {
		width: calc(100 / 1599 * 100vw);
	}
	.box_doctor01 dd {
		width: calc(100% - calc(100 / 1599 * 100vw));
	}
	.box_doctor01 dt, .box_doctor01 dd {
		padding-bottom: calc(8 / 1599*100vw);
	}
	.box_doctor01 dt:not(:last-of-type), .box_doctor01 dd:not(:last-of-type) {
		margin-bottom: calc(4.5 / 1599 * 100vw);
	}
	.bg_doctor03 {
		padding: calc(45 / 1599*100vw) 0 calc(58 / 1599*100vw);
	}
	.box_doctor02 li {
		padding-bottom: calc(13 / 1599*100vw);
	}
	.box_doctor02 .list_default li:not(:first-child) {
		margin-top: calc(9 / 1599 * 100vw);
	}
	.box_doctor02 h5 {
		padding-bottom: calc(7 / 1599*100vw);
		margin-bottom: calc(21 / 1599*100vw);
	}
	/* .bg_doctor03:before {
		width: calc(1480 / 1599*100vw);
		height: calc(410 / 1599*100vw);
	}
	.bg_doctor03:after {
		width: calc(1180 / 1599*100vw);
		height: calc(660 / 1599*100vw);
	} */
	.bg_doctor04 {
		padding: calc(105 / 1599*100vw) 0 calc(90 / 1599*100vw);
	}
	.bg_doctor04 .img01 {
		width: calc(350 / 1599*100vw);
	}
	.bg_doctor04 .img02 {
		width: calc(350 / 1599*100vw);
	}
	.wrap_doctor01 .copy {
		font-size: 166.66%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_doctor01 {
		padding: calc(90 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.bg_doctor01:before {
		right: calc(50 / 1299*100vw);
	}
	.bg_doctor01 .deco01 {
		width: calc(200 / 1299*100vw);
	}
	.bg_doctor01 .deco02 {
		top: calc(65 / 1299*100vw);
		right: calc(50 / 1299*100vw);
		width: calc(680 / 1299*100vw);
	}
	.bg_doctor01 .deco03 {
		width: calc(1243 / 1299*100vw);
	}
	.bg_doctor01 .deco04 {
		width: calc(580 / 1299*100vw);
	}
	.wrap_doctor01 {
		max-width: calc(1240 / 1299*100vw);
	}
	.wrap_doctor01 .en:before {
		bottom: calc(6 / 1299*100vw);
	}
	.row_doctor01 {
		max-width: calc(794 / 1299*100vw);
	}
	.row_doctor01 .col {
		width: calc(240 / 1299*100vw);
		height: calc(90 / 1299*100vw);
		box-shadow: 0 0 calc(8 / 1299*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_doctor02 {
		max-width: calc(1710 / 1299*100vw);
		margin-left: calc(60 / 1299*100vw);
	}
	.row_doctor02 .col_txt {
		max-width: calc(670 / 1299*100vw);
		width: 49%;
	}
	.row_doctor02 .col_txt .copy {
		padding-bottom: calc(28 / 1299*100vw);
	}
	.row_doctor02 .col_txt .copy .fz80 {
		font-size: 300%;
	}
	.row_doctor02 .col_txt .copy .fz36 {
		font-size: 177.77%;
	}
	.row_doctor02 .col_img {
		max-width: calc(935 / 1299*100vw);
		margin-top: calc(20 / 1299*100vw);
		width: 48%;
	}
	.row_doctor02 .col_img .box {
		top: calc(50 / 1299*100vw);
		width: calc(300 / 1299*100vw);
		height: calc(150 / 1299*100vw);
		background: url("../images/index/deco_doctor02.svg") no-repeat right bottom / calc(119 / 1299*100vw) auto;
	}
	.row_doctor02 .col_img .box:before {
		width: calc(40 / 1299*100vw);
		height: calc(50 / 1299*100vw);
		top: calc(5 / 1299*100vw);
		left: calc(5 / 1299*100vw);
	}
	.row_doctor02 .col_img .box:after {
		width: calc(40 / 1299*100vw);
		height: calc(50 / 1299*100vw);
		bottom: calc(5 / 1299*100vw);
		right: calc(5 / 1299*100vw);
	}
	.wrap_doctor02 {
		max-width: calc(1500 / 1299*100vw);
	}
	.row_doctor03 .col {
		max-width: calc(470 / 1299*100vw);
	}
	.row_doctor03 .col_c {
		margin-top: calc(60 / 1299*100vw);
	}
	.name_doctor {
		max-width: calc(1060 / 1299*100vw)
	}
	.name_doctor:before {
		bottom: calc(-3 / 1299*100vw);
	}
	.name_doctor .en {
		margin-right: calc(60 / 1299*100vw);
		font-size: 355.55%;
	}
	.name_doctor .label {
		width: calc(60 / 1299*100vw);
		height: calc(60 / 1299*100vw);
		margin-right: calc(20 / 1299*100vw);
	}
	.bg_doctor02 {
		padding: calc(55 / 1299*100vw) 0 calc(68 / 1299*100vw);
	}
	.box_doctor01 h5 {
		padding-bottom: calc(7 / 1299*100vw);
		margin-bottom: calc(18 / 1299*100vw);
	}
	.box_doctor01 dt {
		width: calc(100 / 1299 * 100vw);
	}
	.box_doctor01 dd {
		width: calc(100% - calc(100 / 1299 * 100vw));
	}
	.box_doctor01 dt, .box_doctor01 dd {
		padding-bottom: calc(8 / 1299*100vw);
	}
	.box_doctor01 dt:not(:last-of-type), .box_doctor01 dd:not(:last-of-type) {
		margin-bottom: calc(4.5 / 1299 * 100vw);
	}
	.bg_doctor03 {
		padding: calc(45 / 1299*100vw) 0 calc(58 / 1299*100vw);
	}
	.box_doctor02 li {
		padding-bottom: calc(13 / 1299*100vw);
	}
	.box_doctor02 .list_default li:not(:first-child) {
		margin-top: calc(9 / 1299 * 100vw);
	}
	.box_doctor02 h5 {
		padding-bottom: calc(7 / 1299*100vw);
		margin-bottom: calc(21 / 1299*100vw);
	}
	.bg_doctor03:before {
		width: calc(1480 / 1299*100vw);
		height: calc(410 / 1299*100vw);
	}
	.bg_doctor03:after {
		width: calc(1180 / 1299*100vw);
		height: calc(660 / 1299*100vw);
	}
	.bg_doctor04 {
		padding: calc(105 / 1299*100vw) 0 calc(90 / 1299*100vw);
	}
	.bg_doctor04 .img01 {
		width: calc(300 / 1299*100vw);
	}
	.bg_doctor04 .img02 {
		width: calc(300 / 1299*100vw);
	}
	.wrap_doctor01 .copy {
		font-size: 166.66%;
	}
	.wrap_doctor03 .copy {
		font-size: 155.55%;
	}
}
@media(max-width: 767px) {
	.bg_doctor01 {
		padding: calc(165 / 750*100vw) 0 calc(85 / 750*100vw);
	}
	.bg_doctor01:before {
		right: calc(20 / 750*100vw);
		height: 40%;
	}
	.bg_doctor01 .deco01 {
		width: calc(200 / 750*100vw);
	}
	.bg_doctor01 .deco02 {
		top: calc(-190 / 750*100vw);
		right: calc(-104 / 750*100vw);
		z-index: -1;
		width: calc(640 / 750*100vw);
	}
	.bg_doctor01 .deco03 {
		width: calc(698 / 750*100vw);
	}
	.bg_doctor01 .deco04 {
		width: calc(463 / 750*100vw);
	}
	.wrap_doctor01 {
		max-width: calc(1240 / 750*100vw);
		margin-bottom: calc(45 / 750*100vw);
	}
	.wrap_doctor01 .copy01 {
		font-size: 100%;
		letter-spacing: 0;
		margin-bottom: calc(20 / 750 * 100vw);
		line-height: 1.63;
	}
	.wrap_doctor01 .copy02 {
		font-size: calc(72 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.3;
		margin-bottom: 1.9vw;
	}
	.wrap_doctor01 .en:before {
		bottom: calc(0 / 750*100vw);
	}
	.wrap_doctor01 .en {
		font-size: calc(90 / 750*100vw);
		letter-spacing: 0;
	}
	.wrap_doctor01 .txt {
		margin-bottom: calc(45 / 750 * 100vw);
	}
	.row_doctor01 {
		max-width: calc(580 / 750*100vw);
	}
	.row_doctor01 .col {
		width: calc(280 / 750*100vw);
		height: calc(105 / 750*100vw);
		box-shadow: 0 0 calc(8 / 750*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_doctor01 .col img {
		width: calc(214 / 750*100vw)
	}
	.row_doctor01 .col:last-child {
		margin-top: calc(20 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_doctor02 {
		max-width: 100%;
		flex-direction: column-reverse;
	}
	.row_doctor02 .col_txt {
		max-width: calc(703 / 750*100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_doctor02 .col_txt .copy {
		padding-bottom: calc(25 / 750*100vw);
		margin-bottom: calc(19 / 750 * 100vw);
	}
	.row_doctor02 .col_txt .copy .fz80 {
		font-size: calc(80 / 750*100vw);
		letter-spacing: 0;
	}
	.row_doctor02 .col_txt .copy .fz36 {
		font-size: calc(40 / 750*100vw);
		letter-spacing: 0;
	}
	.row_doctor02 .col_txt .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_doctor02 .col_img {
		width: 100%;
		max-width: calc(724 / 750*100vw);
		margin-top: 0;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 7vw;
	}
	.row_doctor02 .col_img .box {
		top: auto;
		text-align: left;
		font-size: calc(30.5 / 750*100vw);
		bottom: calc(68 / 750*100vw);
		width: calc(447 / 750*100vw);
		height: calc(264 / 750*100vw);
		letter-spacing: 0;
		background: url("../images/index/deco_doctor02.svg") no-repeat right bottom / calc(167 / 750*100vw) auto;
	}
	.row_doctor02 .col_img .box span {
		margin-right: 5vw;
	}
	.row_doctor02 .col_img .box:before {
		width: calc(56 / 750*100vw);
		height: calc(71 / 750*100vw);
		top: calc(5 / 750*100vw);
		left: calc(5 / 750*100vw);
	}
	.row_doctor02 .col_img .box:after {
		width: calc(40 / 750*100vw);
		height: calc(50 / 750*100vw);
		bottom: calc(5 / 750*100vw);
		right: calc(5 / 750*100vw);
	}
	.wrap_doctor02 {
		max-width: calc(1500 / 750*100vw);
	}
	.row_doctor03 .col {
		max-width: calc(340 / 750*100vw);
		width: 49%;
	}
	.row_doctor03 .col_c {
		order: 3;
		margin-top: calc(20 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.name_doctor.flex {
		max-width: calc(1060 / 750*100vw);
		justify-content: flex-end;
		margin-bottom: 8vw;
	}
	.name_doctor:before {
		bottom: calc(-3 / 750*100vw);
	}
	.name_doctor .en {
		margin-right: 0;
		width: 100%;
		font-size: calc(80 / 750*100vw);
		letter-spacing: .005em;
		margin-bottom: 4vw;
	}
	.name_doctor .label {
		width: calc(77 / 750*100vw);
		height: calc(77 / 750*100vw);
		margin-right: calc(20 / 750*100vw);
		font-size: calc(21.5 / 750*100vw);
		/*font-size: calc(30.5 / 750*100vw);*/
		letter-spacing: 0;
	}
	.name_doctor:before {
		bottom: 0;
		top: -3vw;
		margin: auto;
	}
	.name_doctor .ja {
		font-size: calc(49.5 / 750*100vw);
		letter-spacing: 0;
		margin-right: 3vw;
	}
	.bg_doctor02 {
		padding: calc(40 / 750*100vw) 0 calc(68 / 750*100vw);
	}
	.box_doctor01 {
		margin-bottom: 0;
	}
	.box_doctor01 h5 {
		padding-bottom: calc(7 / 750*100vw);
		margin-bottom: calc(20 / 750*100vw);
		font-size: calc(40 / 750*100vw);
		border-bottom: 2px solid #00bd75;
	}
	.box_doctor01 dt {
		width: calc(185 / 750 * 100vw);
	}
	.box_doctor01 dd {
		width: calc(100% - calc(185 / 750 * 100vw));
	}
	.box_doctor01 dt, .box_doctor01 dd {
		padding-bottom: calc(16 / 750*100vw);
		line-height: 1.56;
	}
	.box_doctor01 dt:not(:last-of-type), .box_doctor01 dd:not(:last-of-type) {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	.bg_doctor03 {
		padding: calc(35 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.box_doctor02 li:before {
		width: calc(16 / 750 * 100vw);
		height: calc(16 / 750 * 100vw);
		left: 5vw;
		top: 3.4vw;
	}
	.box_doctor02 li {
		padding-bottom: calc(9 / 750*100vw);
		padding-left: 12vw;
		line-height: 2;
	}
	.box_doctor02 .list_default li:not(:first-child) {
		margin-top: calc(4 / 750 * 100vw);
	}
	.box_doctor02 h5 {
		padding-bottom: calc(7 / 750*100vw);
		margin-bottom: calc(25 / 750*100vw);
		font-size: calc(40 / 750*100vw);
		border-bottom: 2px solid #00bd75;
	}
	/* .bg_doctor03:before {
		width: calc(750 / 750*100vw);
		height: calc(323 / 750*100vw);
		background: url("../images/index/deco_doctor05_sp.svg") no-repeat left center / cover;
	}
	.bg_doctor03:after {
		display: none;
	} */
	.bg_doctor04 {
		padding: calc(85 / 750*100vw) 0 calc(100 / 750*100vw);
		background: url("../images/index/bg_doctor01_sp.jpg") no-repeat center / cover;
	}
	.bg_doctor04 .img01 {
		width: calc(351 / 750*100vw);
		position: relative;
		top: auto;
		right: auto;
	}
	.bg_doctor04 .img02 {
		width: calc(351 / 750*100vw);
		position: relative;
		bottom: auto;
		left: auto;
	}
	.row_doctor04 {
		max-width: calc(702 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		flex-direction: row-reverse;
		margin-top: 9vw;
	}
	.wrap_doctor03 .copy {
		font-size: calc(40 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 2vw;
	}
	.wrap_doctor03 .txt {
		text-align: left;
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_doctor03 .copy span {
		font-size: calc(45 / 750*100vw);
	}
}
/* インプラント専門チーム team
------------------------------------------------------------------*/
.row_team01 {
	max-width: calc(1645 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_team01 .col {
	width: 15%;
	max-width: calc(240 / 1920*100vw);
}
.row_team01 .col:nth-child(2) {
	margin-top: calc(210 / 1920*100vw);
}
.row_team01 .col:nth-child(4) {
	margin-top: calc(150 / 1920*100vw);
}
.row_team01 .col:nth-child(5) {
	margin-top: calc(302 / 1920*100vw);
}
.bg_team01 {
	padding: calc(95 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.bg_team01 .deco01 {
	left: 0;
	top: 0;
	width: calc(1900 / 1920*100vw);
	z-index: -1;
}
.bg_team01 .deco02 {
	right: 0;
	bottom: 0;
	width: calc(1850 / 1920*100vw);
	z-index: -1;
}
.bg_team01 .deco03 {
	left: 0;
	bottom: 0;
	width: calc(1480 / 1920*100vw);
	z-index: -1;
}
.bg_team01 .deco04 {
	left: 0;
	bottom: 0;
	width: calc(1600 / 1920*100vw);
	z-index: -2;
}
.wrap_team01 h4 {
	background: linear-gradient(-30deg, #46b98c 50%, #81d552 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0 calc(70 / 1920*100vw);
}
.wrap_team01 h4:before {
	position: absolute;
	content: "";
	background: #81d552;
	width: calc(33 / 1920*100vw);
	height: 2px;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.wrap_team01 h4:after {
	position: absolute;
	content: "";
	background: #46b98c;
	width: calc(33 / 1920*100vw);
	height: 2px;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.wrap_team01 .txt {
	text-align: center;
}
.row_team02 .col {
	width: 47%;
	max-width: calc(900 / 1920*100vw);
}
.row_team02 .col_r {
	margin-top: calc(60 / 1920*100vw);
}
.row_team02 .box {
	margin-top: calc(-100 / 1920*100vw);
	background: rgba(250, 255, 246, 1);
	max-width: calc(600 / 1920*100vw);
	position: relative;
	z-index: 1;
	padding: calc(40 / 1920*100vw) calc(50 / 1920*100vw) calc(40 / 1920*100vw);
}
.row_team02 .copy {
	padding-bottom: calc(20 / 1920*100vw);
	border-bottom: 1px solid #46b98c;
	margin-bottom: calc(20 / 1920*100vw);
}
/* .row_team02 .copy:first-letter {
	color: #46b98c;
} */
@media(min-width: 768px) and (max-width:1599px) {
	.row_team01 {
		max-width: calc(1645 / 1599*100vw);
		margin-right: calc(60 / 1599*100vw);
		margin-left: calc(60 / 1599*100vw);
	}
	.row_team01 .col {
		max-width: calc(240 / 1599*100vw);
	}
	.row_team01 .col:nth-child(2) {
		margin-top: calc(210 / 1599*100vw);
	}
	.row_team01 .col:nth-child(4) {
		margin-top: calc(150 / 1599*100vw);
	}
	.row_team01 .col:nth-child(5) {
		margin-top: calc(302 / 1599*100vw);
	}
	.bg_team01 {
		padding: calc(95 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.bg_team01 .deco01 {
		width: calc(1900 / 1599*100vw);
	}
	.bg_team01 .deco02 {
		width: calc(1850 / 1599*100vw);
	}
	.bg_team01 .deco03 {
		width: calc(1480 / 1599*100vw);
	}
	.bg_team01 .deco04 {
		width: calc(1600 / 1599*100vw);
	}
	.wrap_team01 h4 {
		padding: 0 calc(70 / 1599*100vw);
	}
	.wrap_team01 h4:before {
		width: calc(33 / 1599*100vw);
	}
	.wrap_team01 h4:after {
		width: calc(33 / 1599*100vw);
	}
	.row_team02 .col {
		max-width: calc(900 / 1599*100vw);
	}
	.row_team02 .col_r {
		margin-top: calc(60 / 1599*100vw);
	}
	.row_team02 .box {
		margin-top: calc(-100 / 1599*100vw);
		max-width: calc(600 / 1599*100vw);
		padding: calc(40 / 1599*100vw) calc(50 / 1599*100vw) calc(40 / 1599*100vw);
	}
	.row_team02 .copy {
		padding-bottom: calc(20 / 1599*100vw);
		margin-bottom: calc(20 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_team01 {
		max-width: calc(1645 / 1299*100vw);
		margin-right: calc(60 / 1299*100vw);
		margin-left: calc(60 / 1299*100vw);
	}
	.row_team01 .col {
		max-width: calc(240 / 1299*100vw);
	}
	.row_team01 .col:nth-child(2) {
		margin-top: calc(210 / 1299*100vw);
	}
	.row_team01 .col:nth-child(4) {
		margin-top: calc(150 / 1299*100vw);
	}
	.row_team01 .col:nth-child(5) {
		margin-top: calc(302 / 1299*100vw);
	}
	.bg_team01 {
		padding: calc(95 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.bg_team01 .deco01 {
		width: calc(1900 / 1299*100vw);
	}
	.bg_team01 .deco02 {
		width: calc(1850 / 1299*100vw);
	}
	.bg_team01 .deco03 {
		width: calc(1480 / 1299*100vw);
	}
	.bg_team01 .deco04 {
		width: calc(1600 / 1299*100vw);
	}
	.wrap_team01 h4 {
		padding: 0 calc(70 / 1299*100vw);
	}
	.wrap_team01 h4:before {
		width: calc(33 / 1299*100vw);
	}
	.wrap_team01 h4:after {
		width: calc(33 / 1299*100vw);
	}
	.row_team02 .col {
		max-width: calc(900 / 1299*100vw);
	}
	.row_team02 .col_r {
		margin-top: calc(60 / 1299*100vw);
	}
	.row_team02 .box {
		margin-top: calc(-100 / 1299*100vw);
		max-width: 100%;
		padding: calc(40 / 1299*100vw) calc(50 / 1299*100vw) calc(40 / 1299*100vw);
	}
	.row_team02 .copy {
		padding-bottom: calc(20 / 1299*100vw);
		margin-bottom: calc(20 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.row_team01 {
		max-width: calc(1645 / 750*100vw);
		margin-right: calc(60 / 750*100vw);
		margin-left: calc(60 / 750*100vw);
	}
	.row_team01 .col {
		max-width: calc(194 / 750*100vw);
		width: 32%;
	}
	.row_team01 .col:nth-child(2) {
		margin-top: calc(168 / 750*100vw);
	}
	.row_team01 .col:nth-child(4) {
		margin-top: calc(-130 / 750*100vw);
	}
	.row_team01 .col:nth-child(5) {
		margin-top: calc(30 / 750*100vw);
	}
	.row_team01 .col:nth-child(6) {
		margin-top: calc(-130 / 750*100vw);
	}
	.bg_team01 {
		padding: calc(95 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.bg_team01 .deco01 {
		width: calc(750 / 750*100vw);
		top: calc(951 / 750*100vw);
	}
	.bg_team01 .deco02 {
		width: calc(750 / 750*100vw);
	}
	.bg_team01 .deco03 {
		width: calc(1480 / 750*100vw);
	}
	.bg_team01 .deco04 {
		width: calc(1600 / 750*100vw);
	}
	.wrap_team01 {
		margin-bottom: calc(65 / 750 * 100vw);
	}
	.wrap_team01 h4 {
		padding: 0;
		letter-spacing: 0;
		margin-bottom: 2vw;
		font-size: calc(90 / 750*100vw);
	}
	.wrap_team01 h4:before {
		width: calc(33 / 750*100vw);
		left: -6vw;
	}
	.wrap_team01 h4:after {
		width: calc(33 / 750*100vw);
		right: -6vw;
	}
	.wrap_team01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_team01 .copy {
		font-size: calc(40 / 750*100vw);
		line-height: 1.75;
		margin-bottom: 5vw;
		letter-spacing: 0;
	}
	.row_team02 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_team02 .col_r {
		margin-top: calc(70 / 750*100vw);
	}
	.row_team02 .box {
		margin-top: calc(-40 / 750*100vw);
		max-width: calc(704 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		padding: calc(45 / 750*100vw) calc(30 / 750*100vw) calc(40 / 750*100vw);
	}
	.row_team02 .copy {
		padding-bottom: calc(30 / 750*100vw);
		margin-bottom: calc(20 / 750*100vw);
		font-size: calc(37.5 / 750*100vw);
		line-height: 1.63;
		letter-spacing: 0;
		margin-left: -1vw;
		margin-right: -1vw;
	}
}
/* 当院のインプラント治療 treatment
------------------------------------------------------------------*/
.bg_treatment01 {
	padding: calc(120 / 1920*100vw) 0 calc(120 / 1920*100vw);
	position: relative;
	background: url("../images/index/bg_treatment01.jpg") no-repeat center / cover;
}
.bg_treatment01:before {
	position: absolute;
	content: "";
	width: calc(80 / 1920*100vw);
	height: calc(80 / 1920*100vw);
	border-top: solid 2px #fa9c19;
	border-left: solid 2px #fa9c19;
	top: calc(10 / 1920*100vw);
	left: calc(10 / 1920*100vw);
}
.bg_treatment01:after {
	position: absolute;
	content: "";
	width: calc(80 / 1920*100vw);
	height: calc(80 / 1920*100vw);
	border-bottom: solid 2px #fa9c19;
	border-right: solid 2px #fa9c19;
	bottom: calc(10 / 1920*100vw);
	right: calc(10 / 1920*100vw);
}
.bg_treatment02 {
	padding: calc(165 / 1920*100vw) 0 calc(175 / 1920*100vw);
	background: url("../images/index/bg_treatment06.jpg") no-repeat center / cover;
}
.bg_treatment02 .wrap {
	max-width: calc(1023 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_treatment01 {
	max-width: calc(1570 / 1920*100vw);
	margin: auto;
	top: calc(-60 / 1920*100vw);
	left: 0;
	right: 0;
	position: absolute;
}
.row_treatment01 .col {
	width: 32.5%;
	max-width: calc(490 / 1920*100vw);
	padding: calc(20 / 1920*100vw) calc(20 / 1920*100vw) calc(40 / 1920*100vw);
}
.bg_treatment03 {
	padding: calc(420 / 1920*100vw) 0 calc(50 / 1920*100vw);
}
.bg_treatment03 .deco01 {
	top: 0;
	right: 0;
	width: calc(1870 / 1920*100vw);
	z-index: -1;
}
.bg_treatment03 .deco02 {
	top: 0;
	left: 0;
	width: calc(1870 / 1920*100vw);
	z-index: -1;
}
.bg_treatment04 {
	padding-bottom: calc(80 / 1920*100vw);
}
.bg_treatment04 > .deco01 {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	width: 100%;
}
.bg_treatment04 > .deco02 {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.copy_treatment01 {
	margin-bottom: calc(185 / 1920*100vw);
}
.wrap_treatment01 {
	padding: calc(65 / 1920*100vw) 0;
	height: calc(690 / 1920*100vw);
}
.wrap_treatment01 .col_txt {
	width: 44%;
	padding: calc(10 / 1920*100vw) calc(40 / 1920*100vw) 0;
	position: relative;
}
.wrap_treatment01.reverse .col_txt {
	padding-top: calc(45 / 1920*100vw);
}
.wrap_treatment01 .col_txt .copy {
	line-height: 1.6;
	border-bottom: 1px solid #fff;
	padding-bottom: calc(23 / 1920*100vw);
}
.wrap_treatment01 .col_txt .wrap {
	max-width: calc(515 / 1920*100vw);
}
.wrap_treatment01.reverse:before {
	left: auto;
	right: 0;
	background: url("../images/index/img_treatment07.png")no-repeat center left / cover;
}
.wrap_treatment01:before {
	content: "";
	position: absolute;
	width: 52.7%;
	height: calc(560 / 1920*100vw);
	background: url("../images/index/img_treatment06.png")no-repeat center right / cover;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.wrap_treatment01.reverse:after {
	background: url("../images/index/deco_treatment11.svg") no-repeat left center / cover;
	right: auto;
	left: 0;
	width: calc(1480 / 1920*100vw);
}
.wrap_treatment01:after {
	position: absolute;
	content: "";
	background: url("../images/index/deco_treatment10.svg") no-repeat left center / cover;
	width: calc(1460 / 1920*100vw);
	height: calc(690 / 1920*100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.wrap_treatment01 .deco01 {
	right: 0;
	top: 0;
	width: calc(430 / 1920*100vw);
}
.wrap_treatment01.reverse .deco01 {
	left: 0;
	right: auto;
	transform: rotateY(180deg);
}
.wrap_treatment01.reverse .deco02 {
	right: auto;
	left: 0;
	transform: rotateY(180deg);
}
.wrap_treatment01 .deco02 {
	right: 0;
	bottom: 0;
	width: calc(800 / 1920*100vw);
}
.wrap_treatment01 > .copy {
	z-index: 1;
	line-height: 0.5;
	left: calc(60 / 1920*100vw);
	top: calc(55 / 1920*100vw);
}
.wrap_treatment01.reverse > .copy {
	left: auto;
	right: calc(60 / 1920*100vw);
}
.wrap_treatment01.reverse .txt02 {
	height: calc(212 / 1920*100vw);
	background: url("../images/index/deco_treatment18.svg") no-repeat bottom right / calc(50 / 1920*100vw) auto;
}
.wrap_treatment01 .txt01 {
	width: calc(50 / 1920*100vw);
	height: calc(245 / 1920*100vw);
	background: url("../images/index/deco_treatment15.svg") no-repeat bottom right / calc(50 / 1920*100vw) auto;
}
.wrap_treatment01 .txt02 {
	width: calc(50 / 1920*100vw);
	height: calc(174 / 1920*100vw);
	background: url("../images/index/deco_treatment16.svg") no-repeat bottom right / calc(50 / 1920*100vw) auto;
}
.row_treatment02 {
	max-width: calc(1050 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_treatment02 .col {
	max-width: calc(500 / 1920*100vw);
	width: 48%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.row_treatment02 .col .img {
	padding: calc(10 / 1920*100vw) calc(10 / 1920*100vw) 0;
}
.row_treatment02 .txt {
	padding: calc(30 / 1920*100vw) calc(40 / 1920*100vw) calc(30 / 1920*100vw);
}
.row_treatment02 .ttl {
	height: calc(80 / 1920*100vw);
}
.row_treatment02 .ttl:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(20 / 1920*100vw) calc(15 / 1920*100vw) 0 calc(15 / 1920*100vw);
	border-color: #7dcdc1 transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: calc(-20 / 1920*100vw);
	margin: auto;
}
.row_treatment02 .col_r .ttl:before {
	border-color: #46b98c transparent transparent transparent;
}
.bg_treatment05 {
	padding: calc(80 / 1920*100vw) 0 calc(100 / 1920*100vw);
	background: url("../images/index/bg_treatment03.jpg") no-repeat center / cover;
}
.bg_treatment05 .deco01 {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.bg_treatment05 .deco02 {
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_treatment01 {
		padding: calc(120 / 1599*100vw) 0 calc(120 / 1599*100vw);
	}
	.bg_treatment01:before {
		width: calc(80 / 1599*100vw);
		height: calc(80 / 1599*100vw);
		top: calc(10 / 1599*100vw);
		left: calc(10 / 1599*100vw);
	}
	.bg_treatment01:after {
		width: calc(80 / 1599*100vw);
		height: calc(80 / 1599*100vw);
		bottom: calc(10 / 1599*100vw);
		right: calc(10 / 1599*100vw);
	}
	.bg_treatment02 {
		padding: calc(165 / 1599*100vw) 0 calc(175 / 1599*100vw);
	}
	.bg_treatment02 .wrap {
		max-width: calc(1023 / 1599*100vw);
	}
	.row_treatment01 {
		max-width: calc(1500 / 1599*100vw);
		top: calc(-60 / 1599*100vw);
	}
	.row_treatment01 .col {
		max-width: calc(490 / 1599*100vw);
		padding: calc(20 / 1599*100vw) calc(20 / 1599*100vw) calc(40 / 1599*100vw);
	}
	.bg_treatment03 {
		padding: calc(420 / 1599*100vw) 0 calc(50 / 1599*100vw);
	}
	.bg_treatment03 .deco01 {
		width: calc(1870 / 1599*100vw);
	}
	.bg_treatment03 .deco02 {
		width: calc(1870 / 1599*100vw);
	}
	.bg_treatment04 {
		padding-bottom: calc(80 / 1599*100vw);
	}
	.copy_treatment01 {
		margin-bottom: calc(185 / 1599*100vw);
		font-size: 133.33%;
	}
	.wrap_treatment01 {
		padding: calc(65 / 1599*100vw) 0;
		height: calc(690 / 1590*100vw);
	}
	.wrap_treatment01 .col_txt {
		padding: calc(10 / 1599*100vw) calc(40 / 1599*100vw) 0;
	}
	.wrap_treatment01.reverse .col_txt {
		padding-top: calc(45 / 1599*100vw);
	}
	.wrap_treatment01 .col_txt .copy {
		padding-bottom: calc(23 / 1599*100vw);
	}
	.wrap_treatment01 .col_txt .wrap {
		max-width: calc(515 / 1599*100vw);
	}
	.wrap_treatment01:before {
		height: calc(560 / 1599*100vw);
		background: url("../images/index/img_treatment06.png")no-repeat center right / cover;
	}
	.wrap_treatment01.reverse:after {
		width: calc(1480 / 1599*100vw);
	}
	.wrap_treatment01:after {
		width: calc(1460 / 1599*100vw);
		height: calc(690 / 1599*100vw);
	}
	.wrap_treatment01 .deco01 {
		width: calc(430 / 1599*100vw);
	}
	.wrap_treatment01 .deco02 {
		width: calc(800 / 1599*100vw);
	}
	.wrap_treatment01 > .copy {
		left: calc(60 / 1599*100vw);
		top: calc(55 / 1599*100vw);
	}
	.wrap_treatment01.reverse > .copy {
		right: calc(60 / 1599*100vw);
	}
	.wrap_treatment01.reverse .txt02 {
		height: calc(212 / 1599*100vw);
		background: url("../images/index/deco_treatment18.svg") no-repeat bottom right / calc(50 / 1599*100vw) auto;
	}
	.wrap_treatment01 .txt01 {
		width: calc(50 / 1599*100vw);
		height: calc(245 / 1599*100vw);
		background: url("../images/index/deco_treatment15.svg") no-repeat bottom right / calc(50 / 1599*100vw) auto;
	}
	.wrap_treatment01 .txt02 {
		width: calc(50 / 1599*100vw);
		height: calc(174 / 1599*100vw);
		background: url("../images/index/deco_treatment16.svg") no-repeat bottom right / calc(50 / 1599*100vw) auto;
	}
	.row_treatment02 {
		max-width: calc(1050 / 1599*100vw);
	}
	.row_treatment02 .col {
		max-width: calc(500 / 1599*100vw);
		box-shadow: 0 0 calc(8 / 1599*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_treatment02 .col .img {
		padding: calc(10 / 1599*100vw) calc(10 / 1599*100vw) 0;
	}
	.row_treatment02 .txt {
		padding: calc(30 / 1599*100vw) calc(40 / 1599*100vw) calc(30 / 1599*100vw);
	}
	.row_treatment02 .ttl {
		height: calc(80 / 1599*100vw);
	}
	.row_treatment02 .ttl:before {
		border-width: calc(20 / 1599*100vw) calc(15 / 1599*100vw) 0 calc(15 / 1599*100vw);
		bottom: calc(-20 / 1599*100vw);
	}
	.bg_treatment05 {
		padding: calc(80 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_treatment01 {
		padding: calc(120 / 1299*100vw) 0 calc(120 / 1299*100vw);
	}
	.bg_treatment01:before {
		width: calc(80 / 1299*100vw);
		height: calc(80 / 1299*100vw);
		top: calc(10 / 1299*100vw);
		left: calc(10 / 1299*100vw);
	}
	.bg_treatment01:after {
		width: calc(80 / 1299*100vw);
		height: calc(80 / 1299*100vw);
		bottom: calc(10 / 1299*100vw);
		right: calc(10 / 1299*100vw);
	}
	.bg_treatment02 {
		padding: calc(165 / 1299*100vw) 0 calc(175 / 1299*100vw);
	}
	.bg_treatment02 .wrap {
		max-width: calc(1023 / 1299*100vw);
	}
	.row_treatment01 {
		max-width: calc(1250 / 1299*100vw);
		top: calc(-60 / 1299*100vw);
	}
	.row_treatment01 .col {
		max-width: calc(490 / 1299*100vw);
		padding: calc(20 / 1299*100vw) calc(20 / 1299*100vw) calc(40 / 1299*100vw);
	}
	.bg_treatment03 {
		padding: calc(420 / 1299*100vw) 0 calc(0 / 1299*100vw);
	}
	.bg_treatment03 .deco01 {
		width: calc(1870 / 1299*100vw);
	}
	.bg_treatment03 .deco02 {
		width: calc(1870 / 1299*100vw);
	}
	.bg_treatment04 {
		padding-bottom: calc(80 / 1299*100vw);
	}
	.copy_treatment01 {
		margin-bottom: calc(185 / 1299*100vw);
		font-size: 111.11%;
	}
	.wrap_treatment01 {
		padding: calc(65 / 1299*100vw) 0;
		height: calc(690 / 1299*100vw);
	}
	.wrap_treatment01 .col_txt {
		width: 46%;
		padding: calc(10 / 1299*100vw) calc(40 / 1299*100vw) 0;
	}
	.wrap_treatment01.reverse .col_txt {
		padding-top: calc(45 / 1299*100vw);
	}
	.wrap_treatment01 .col_txt .copy {
		padding-bottom: calc(23 / 1299*100vw);
	}
	.wrap_treatment01 .col_txt .wrap {
		max-width: calc(515 / 1299*100vw);
	}
	.wrap_treatment01:before {
		height: calc(560 / 1299*100vw);
		background: url("../images/index/img_treatment06.png")no-repeat center right / cover;
	}
	.wrap_treatment01.reverse:after {
		width: calc(1480 / 1299*100vw);
	}
	.wrap_treatment01:after {
		width: calc(1460 / 1299*100vw);
		height: calc(690 / 1299*100vw);
	}
	.wrap_treatment01 .deco01 {
		width: calc(430 / 1299*100vw);
	}
	.wrap_treatment01 .deco02 {
		width: calc(800 / 1299*100vw);
	}
	.wrap_treatment01 > .copy {
		left: calc(195 / 1299*100vw);
		top: calc(55 / 1299*100vw);
	}
	.wrap_treatment01.reverse > .copy {
		right: calc(60 / 1299*100vw);
	}
	.wrap_treatment01.reverse .txt02 {
		height: calc(212 / 1299*100vw);
		background: url("../images/index/deco_treatment18.svg") no-repeat bottom right / calc(50 / 1299*100vw) auto;
	}
	.wrap_treatment01 .txt01 {
		width: calc(50 / 1299*100vw);
		height: calc(245 / 1299*100vw);
		background: url("../images/index/deco_treatment15.svg") no-repeat bottom right / calc(50 / 1299*100vw) auto;
	}
	.wrap_treatment01 .txt02 {
		width: calc(50 / 1299*100vw);
		height: calc(174 / 1299*100vw);
		background: url("../images/index/deco_treatment16.svg") no-repeat bottom right / calc(50 / 1299*100vw) auto;
	}
	.row_treatment02 {
		max-width: calc(1050 / 1299*100vw);
	}
	.row_treatment02 .col {
		max-width: calc(500 / 1299*100vw);
		box-shadow: 0 0 calc(8 / 1299*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_treatment02 .col .img {
		padding: calc(10 / 1299*100vw) calc(10 / 1299*100vw) 0;
	}
	.row_treatment02 .txt {
		padding: calc(30 / 1299*100vw) calc(40 / 1299*100vw) calc(30 / 1299*100vw);
	}
	.row_treatment02 .ttl {
		height: calc(80 / 1299*100vw);
	}
	.row_treatment02 .ttl:before {
		border-width: calc(20 / 1299*100vw) calc(15 / 1299*100vw) 0 calc(15 / 1299*100vw);
		bottom: calc(-20 / 1299*100vw);
	}
	.bg_treatment05 {
		padding: calc(80 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_treatment01 {
		padding: calc(108 / 750*100vw) 0 calc(110 / 750*100vw);
		background: url("../images/index/bg_treatment01_sp.jpg") no-repeat center / cover;
	}
	.bg_treatment01:before, .bg_treatment01:after {
		content: none;
	}
	.bg_treatment02:before {
		width: calc(80 / 750*100vw);
		height: calc(80 / 750*100vw);
		top: calc(30 / 750*100vw);
		left: calc(26 / 750*100vw);
		content: "";
	}
	.bg_treatment02:after {
		width: calc(80 / 750*100vw);
		height: calc(80 / 750*100vw);
		bottom: calc(190 / 750*100vw);
		right: calc(26 / 750*100vw);
		content: "";
	}
	.bg_treatment01 .wrap {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_treatment01 .copy {
		font-size: calc(45 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.7;
		margin-bottom: 5vw;
	}
	.bg_treatment02 {
		padding: calc(85 / 750*100vw) 0 calc(245 / 750*100vw);
		background: url("../images/index/bg_treatment06_sp.jpg") no-repeat center / cover;
	}
	.bg_treatment02 .wrap {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_treatment02 .copy {
		margin-bottom: 3vw;
	}
	.row_treatment01 {
		max-width: calc(1250 / 750*100vw);
		top: calc(-130 / 750*100vw);
	}
	.row_treatment01 .col {
		max-width: calc(656 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		font-size: calc(31.5 / 750*100vw);
		padding: calc(27 / 750*100vw) calc(27 / 750*100vw) calc(35 / 750*100vw);
	}
	.row_treatment01 .col:nth-child(n+2) {
		margin-top: calc(40 / 750*100vw);
	}
	.row_treatment01 .copy {
		font-size: calc(31.5 / 750*100vw);
		letter-spacing: 0;
		line-height: 2.05;
	}
	.bg_treatment03 {
		padding: calc(2115 / 750*100vw) 0 calc(0 / 750*100vw);
	}
	.bg_treatment03 .deco01 {
		width: calc(1870 / 750*100vw);
	}
	.bg_treatment03 .deco02 {
		width: calc(1870 / 750*100vw);
	}
	.bg_treatment04 {
		padding-bottom: calc(35 / 750*100vw);
	}
	.bg_treatment04:before {
		position: absolute;
		content: "";
		background: url("../images/index/bg_treatment02_sp.jpg") no-repeat center / cover;
		width: 100%;
		height: calc(402 / 1920*100vw);
		right: 0;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.bg_treatment04 > .deco02 {
		top: 170vw;
	}
	.bg_treatment04 > .deco01 {
		position: relative;
		margin-bottom: 8vw;
	}
	.copy_treatment01 {
		margin-bottom: 0;
		letter-spacing: 0;
		line-height: 2;
		position: absolute;
		top: -29vw;
		left: 0;
		right: 0;
		margin: auto;
		font-size: calc(35/ 750*100vw);
	}
	.wrap_treatment01 {
		padding: calc(416 / 750*100vw) 0 6vw;
		height: auto;
	}
	.wrap_treatment01 .col_txt {
		width: 100%;
		max-width: calc(703 / 750*100vw);
		padding: calc(45 / 750*100vw) calc(20 / 750*100vw) 9vw;
		background: #3D657E;
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_treatment01.reverse .col_txt {
		padding-top: calc(45 / 750*100vw);
		background: #374F6A;
	}
	.wrap_treatment01.reverse .col_txt:before {
		transform: rotateY(180deg);
	}
	.wrap_treatment01 .col_txt .copy {
		padding-bottom: calc(26 / 750*100vw);
		font-size: calc(50.5 / 750*100vw);
		text-align: center;
		letter-spacing: 0;
	}
	.wrap_treatment01 .col_txt .wrap {
		max-width: 100%;
	}
	.wrap_treatment01 .col_txt:before {
		position: absolute;
		content: "";
		background: url("../images/index/deco_treatment08_sp.svg") no-repeat left center / cover;
		width: calc(702 / 750*100vw);
		height: calc(767 / 750*100vw);
		left: 0;
		bottom: 0;
	}
	.wrap_treatment01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_treatment01:before {
		height: calc(416 / 750*100vw);
		width: 100%;
		top: 0;
		bottom: auto;
		background: url("../images/index/img_treatment06.png")no-repeat center right / cover;
	}
	.wrap_treatment01.reverse:after {
		width: calc(1480 / 750*100vw);
	}
	.wrap_treatment01:after {
		width: calc(1460 / 750*100vw);
		height: calc(690 / 750*100vw);
		content: none;
	}
	.wrap_treatment01 .deco01 {
		width: calc(430 / 750*100vw);
		display: none;
	}
	.wrap_treatment01 .deco02 {
		width: calc(750 / 750*100vw);
	}
	.wrap_treatment01 > .copy {
		left: calc(30 / 750*100vw);
		top: calc(-55 / 750*100vw);
		font-size: 100%;
	}
	.wrap_treatment01.reverse > .copy {
		right: calc(25 / 750*100vw);
	}
	.wrap_treatment01.reverse .txt02 {
		height: calc(212 / 750*100vw);
		background: url("../images/index/deco_treatment18.svg") no-repeat bottom right / calc(50 / 750*100vw) auto;
	}
	.wrap_treatment01 .txt01 {
		width: calc(50 / 750*100vw);
		height: calc(245 / 750*100vw);
		background: url("../images/index/deco_treatment15.svg") no-repeat bottom right / calc(50 / 750*100vw) auto;
	}
	.wrap_treatment01 .txt02 {
		width: calc(50 / 750*100vw);
		height: calc(174 / 750*100vw);
		background: url("../images/index/deco_treatment16.svg") no-repeat bottom right / calc(50 / 750*100vw) auto;
	}
	.row_treatment02 {
		max-width: calc(1050 / 750*100vw);
	}
	.row_treatment02 .col {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		box-shadow: 0 0 calc(8 / 750*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.row_treatment02 .col .img {
		padding: calc(10 / 750*100vw) calc(83 / 750*100vw) 0;
	}
	.row_treatment02 .col_l {
		margin-bottom: calc(66 / 750*100vw);
	}
	.row_treatment02 .txt {
		font-size: 100%;
		line-height: 1.56;
		padding: calc(25 / 750*100vw) calc(48 / 750*100vw) calc(60 / 750*100vw);
		letter-spacing: 0;
	}
	.row_treatment02 .ttl {
		height: calc(80 / 750*100vw);
		font-size: calc(40 / 750*100vw);
		letter-spacing: 0;
	}
	.row_treatment02 .ttl:before {
		border-width: calc(20 / 750*100vw) calc(15 / 750*100vw) 0 calc(15 / 750*100vw);
		bottom: calc(-20 / 750*100vw);
	}
	.bg_treatment05 {
		padding: calc(63 / 750*100vw) 0 calc(60 / 750*100vw);
	}
}
.slide_treatment01 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.slide_treatment01 .slick-slide {
	margin-right: calc(17 / 1920*100vw);
	margin-left: calc(17 / 1920*100vw);
}
.slide_treatment01 .slick-prev {
	background: url("../images/page/arw_introduction01.svg")no-repeat center / cover;
	width: calc(30 / 1920*100vw);
	height: calc(54 / 1920*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.5%;
	z-index: 1;
}
.slide_treatment01 .slick-next {
	background: url("../images/page/arw_introduction01.svg")no-repeat center / cover;
	width: calc(30 / 1920*100vw);
	height: calc(54 / 1920*100vw);
	right: -7.5%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_treatment01 .slick-prev:before, .slide_treatment01 .slick-next:before {
	display: none;
}
@media(min-width: 961px) and (max-width:1599px) {
	.slide_treatment01 .slick-prev {
		left: -4%;
	}
	.slide_treatment01 .slick-next {
		right: -4%;
	}
	.slide_treatment01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.slide_treatment01 .slick-prev {
		width: calc(30 / 1599*100vw);
		height: calc(54 / 1599*100vw);
	}
	.slide_treatment01 .slick-next {
		width: calc(30 / 1599*100vw);
		height: calc(54 / 1599*100vw);
	}
	.slide_treatment01 .slick-slide {
		margin-right: calc(17 / 1599*100vw);
		margin-left: calc(17 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_treatment01 .slick-prev {
		left: -7%;
	}
	.slide_treatment01 .slick-next {
		right: -7%;
	}
	.slide_treatment01 {
		max-width: calc(910 / 1299*100vw);
	}
	.slide_treatment01 .slick-prev {
		width: calc(30 / 1299*100vw);
		height: calc(54 / 1299*100vw);
	}
	.slide_treatment01 .slick-next {
		width: calc(30 / 1299*100vw);
		height: calc(54 / 1299*100vw);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_treatment01 .slick-prev {
		width: calc(30 / 961*100vw);
		height: calc(54 / 961*100vw);
	}
	.slide_treatment01 .slick-next {
		width: calc(30 / 961*100vw);
		height: calc(54 / 961*100vw);
	}
}
@media(max-width: 767px) {
	.slide_treatment01 .slick-prev, .slide_treatment01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_treatment01 {
		max-width: calc(574 / 750*100vw);
		margin-bottom: calc(110 / 750 * 100vw);
	}
	.slide_treatment01 .slick-prev {
		left: -8%;
	}
	.slide_treatment01 .slick-next {
		right: -8%;
	}
}
/* お悩み trouble
------------------------------------------------------------------*/
.bg_trouble01 {
	height: calc(700 / 1920*100vw);
	background: url("../images/index/bg_trouble01.jpg") no-repeat center / cover;
}
.bg_trouble01 .wrap {
	max-width: calc(1500 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.list_trouble01 {
	margin-right: calc(15 / 1920*100vw);
}
.list_trouble01 li {
	padding-left: calc(50 / 1920*100vw);
	position: relative;
}
.list_trouble01 li:not(:last-child) {
	margin-bottom: calc(20 / 1920*100vw);
}
.list_trouble01 li:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_check02.svg") no-repeat left center / cover;
	width: calc(24 / 1920*100vw);
	height: calc(24 / 1920*100vw);
	left: 0;
	top: calc(11 / 1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_trouble01 {
		height: calc(700 / 1599*100vw);
	}
	.bg_trouble01 .wrap {
		max-width: calc(1500 / 1599*100vw);
	}
	.list_trouble01 {
		margin-right: calc(15 / 1599*100vw);
	}
	.list_trouble01 li {
		padding-left: calc(50 / 1599*100vw);
	}
	.list_trouble01 li:not(:last-child) {
		margin-bottom: calc(20 / 1599*100vw);
	}
	.list_trouble01 li:before {
		width: calc(24 / 1599*100vw);
		height: calc(24 / 1599*100vw);
		top: calc(11 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_trouble01 {
		height: calc(700 / 1299*100vw);
	}
	.bg_trouble01 .wrap {
		max-width: calc(1500 / 1299*100vw);
	}
	.list_trouble01 {
		margin-right: calc(15 / 1299*100vw);
	}
	.list_trouble01 li {
		padding-left: calc(50 / 1299*100vw);
	}
	.list_trouble01 li:not(:last-child) {
		margin-bottom: calc(20 / 1299*100vw);
		letter-spacing: 0.1rem;
	}
	.list_trouble01 li:before {
		width: calc(24 / 1299*100vw);
		height: calc(24 / 1299*100vw);
		top: calc(11 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_trouble01 {
		height: calc(671 / 750*100vw);
		background: url("../images/index/bg_trouble01_sp.jpg") no-repeat center / cover;
	}
	.bg_trouble01 .wrap {
		max-width: calc(1500 / 750*100vw);
		justify-content: flex-start;
	}
	.list_trouble01 {
		margin-right: 0;
		font-size: calc(34.5 / 750*100vw);
	}
	.list_trouble01 li {
		padding-left: calc(100 / 750*100vw);
		letter-spacing: .02em;
	}
	.list_trouble01 li:not(:last-child) {
		margin-bottom: calc(25 / 750*100vw);
	}
	.list_trouble01 li:before {
		width: calc(30 / 750*100vw);
		height: calc(26 / 750*100vw);
		top: calc(18 / 750*100vw);
		left: 4.5vw;
	}
}
/* インプラント治療について treatment02
------------------------------------------------------------------*/
.bg_treatment06 {
	height: calc(626 / 1920*100vw);
	background: url("../images/index/bg_treatment04.jpg") no-repeat center / cover;
}
.bg_treatment06 .wrap {
	max-width: calc(715 / 1920*100vw);
	margin-left: calc(120 / 1920*100vw);
}
.bg_treatment07 {
	padding: calc(50 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.bg_treatment07:before {
	position: absolute;
	content: "";
	background: url("../images/index/deco_treatment14.svg") no-repeat left center / cover;
	width: calc(1920 / 1920*100vw);
	height: calc(1153 / 1920*100vw);
	left: 0;
	top: 0;
	z-index: -1;
}
.row_treatment03 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_treatment03 .col {
	max-width: calc(394 / 1920*100vw);
	width: 32.5%;
	position: relative;
}
.row_treatment03 .col:before {
	position: absolute;
	content: "";
	width: calc(160 / 1920*100vw);
	height: calc(80 / 1920*100vw);
	border-bottom: solid 2px #46b98c;
	border-right: solid 2px #46b98c;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.row_treatment03 .col:nth-child(n+4) {
	margin-top: calc(60 / 1920*100vw);
}
.row_treatment03 .ttl {
	padding: calc(10 / 1920*100vw) 0 calc(15 / 1920*100vw)
}
.row_treatment03 .txt {
	padding: calc(18 / 1920*100vw) calc(30 / 1920*100vw) calc(22 / 1920*100vw);
}
.copy_treatment03:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #46b98c;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.copy_treatment03 {
	letter-spacing: .09em;
}
.copy_treatment03 span {
	display: inline-block;
	padding: 0 calc(40 / 1920*100vw);
}
.bnr_treatment01 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.bnr_treatment01 a {
	height: calc(245 / 1920*100vw);
	position: relative;
	background: url("../images/index/bg_treatment05a.jpg") no-repeat center / cover;
}
.bnr_treatment01 a:before {
	position: absolute;
	content: "";
	left: calc(10 / 1920*100vw);
	right: calc(10 / 1920*100vw);
	bottom: calc(10 / 1920*100vw);
	top: calc(10 / 1920*100vw);
	border: solid #fff 2px;
	margin: auto;
}
.bnr_treatment01 .txt {
	width: calc(488 / 1920*100vw);
}
.bnr_treatment01 .txt:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(20 / 1920*100vw) calc(20 / 1920*100vw) 0 0;
	border-color: #46b98c transparent transparent transparent;
	left: 0;
	top: 0;
}
.bnr_treatment01 .txt:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 calc(20 / 1920*100vw) calc(20 / 1920*100vw);
	border-color: transparent transparent #46b98c transparent;
	right: 0;
	bottom: 0;
}
.bnr_treatment01 .more {
	padding-right: calc(85 / 1920*100vw);
	right: calc(37 / 1920*100vw);
	bottom: calc(42 / 1920*100vw);
}
.bnr_treatment01 .more:before {
	position: absolute;
	content: "";
	background: url("../images/page/arw_treatment.svg") no-repeat left center / cover;
	width: calc(60 / 1920*100vw);
	height: calc(60 / 1920*100vw);
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_treatment06 {
		height: calc(626 / 1599*100vw);
	}
	.bg_treatment06 .wrap {
		max-width: calc(700 / 1599*100vw);
		margin-left: calc(50 / 1599*100vw);
	}
	.bg_treatment07 {
		padding: calc(50 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.bg_treatment07:before {
		width: calc(1599 / 1599*100vw);
		height: calc(1153 / 1599*100vw);
	}
	.row_treatment03 {
		max-width: calc(1240 / 1599*100vw);
	}
	.row_treatment03 .col {
		max-width: calc(394 / 1599*100vw);
	}
	.row_treatment03 .col:before {
		width: calc(160 / 1599*100vw);
		height: calc(80 / 1599*100vw);
	}
	.row_treatment03 .col:nth-child(n+4) {
		margin-top: calc(60 / 1599*100vw);
	}
	.row_treatment03 .ttl {
		padding: calc(10 / 1599*100vw) 0 calc(15 / 1599*100vw)
	}
	.row_treatment03 .txt {
		padding: calc(18 / 1599*100vw) calc(30 / 1599*100vw) calc(22 / 1599*100vw);
	}
	.copy_treatment03 span {
		padding: 0 calc(40 / 1599*100vw);
	}
	.bnr_treatment01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.bnr_treatment01 a {
		height: calc(245 / 1599*100vw);
	}
	.bnr_treatment01 a:before {
		left: calc(10 / 1599*100vw);
		right: calc(10 / 1599*100vw);
		bottom: calc(10 / 1599*100vw);
		top: calc(10 / 1599*100vw);
	}
	.bnr_treatment01 .txt {
		width: calc(488 / 1599*100vw);
	}
	.bnr_treatment01 .txt:before {
		border-width: calc(20 / 1599*100vw) calc(20 / 1599*100vw) 0 0;
		border-color: #46b98c transparent transparent transparent;
	}
	.bnr_treatment01 .txt:after {
		border-width: 0 0 calc(20 / 1599*100vw) calc(20 / 1599*100vw);
		border-color: transparent transparent #46b98c transparent;
	}
	.bnr_treatment01 .more {
		padding-right: calc(85 / 1599*100vw);
		right: calc(37 / 1599*100vw);
		bottom: calc(42 / 1599*100vw);
	}
	.bnr_treatment01 .more:before {
		width: calc(60 / 1599*100vw);
		height: calc(60 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_treatment06 {
		height: calc(626 / 1299*100vw);
	}
	.bg_treatment06 .wrap {
		max-width: calc(500 / 1299*100vw);
		margin-left: calc(50 / 1299*100vw);
	}
	.bg_treatment07 {
		padding: calc(50 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.bg_treatment07:before {
		width: calc(1299 / 1299*100vw);
		height: calc(1153 / 1299*100vw);
	}
	.row_treatment03 {
		max-width: calc(1240 / 1299*100vw);
	}
	.row_treatment03 .col {
		max-width: calc(394 / 1299*100vw);
	}
	.row_treatment03 .col:before {
		width: calc(160 / 1299*100vw);
		height: calc(80 / 1299*100vw);
	}
	.row_treatment03 .col:nth-child(n+4) {
		margin-top: calc(60 / 1299*100vw);
	}
	.row_treatment03 .ttl {
		padding: calc(10 / 1299*100vw) 0 calc(15 / 1299*100vw)
	}
	.row_treatment03 .txt {
		padding: calc(18 / 1299*100vw) calc(30 / 1299*100vw) calc(22 / 1299*100vw);
	}
	.copy_treatment03 span {
		padding: 0 calc(40 / 1299*100vw);
	}
	.bnr_treatment01 {
		max-width: calc(1240 / 1299*100vw);
	}
	.bnr_treatment01 a {
		height: calc(245 / 1299*100vw);
	}
	.bnr_treatment01 a:before {
		left: calc(10 / 1299*100vw);
		right: calc(10 / 1299*100vw);
		bottom: calc(10 / 1299*100vw);
		top: calc(10 / 1299*100vw);
	}
	.bnr_treatment01 .txt {
		width: calc(488 / 1299*100vw);
	}
	.bnr_treatment01 .txt:before {
		border-width: calc(20 / 1299*100vw) calc(20 / 1299*100vw) 0 0;
		border-color: #46b98c transparent transparent transparent;
	}
	.bnr_treatment01 .txt:after {
		border-width: 0 0 calc(20 / 1299*100vw) calc(20 / 1299*100vw);
		border-color: transparent transparent #46b98c transparent;
	}
	.bnr_treatment01 .more {
		padding-right: calc(85 / 1299*100vw);
		right: calc(37 / 1299*100vw);
		bottom: calc(42 / 1299*100vw);
	}
	.bnr_treatment01 .more:before {
		width: calc(60 / 1299*100vw);
		height: calc(60 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_treatment06.flex {
		height: calc(1346 / 750*100vw);
		background: url("../images/index/bg_treatment04_sp.jpg") no-repeat center / cover;
		align-items: flex-end;
		padding-bottom: 6vw;
	}
	.bg_treatment06 .wrap {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_treatment06 .copy {
		font-size: calc(50 / 750*100vw);
		line-height: 1.6;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: calc(20 / 750 * 100vw);
	}
	.bg_treatment07 {
		padding: calc(60 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.bg_treatment07:before {
		width: calc(750 / 750*100vw);
		height: calc(694 / 750*100vw);
		top: 29vw;
		bottom: 0;
		margin: auto;
		background: url("../images/index/deco_treatment14_sp.svg") no-repeat left center / cover;
	}
	.copy_treatment02 {
		font-size: calc(45 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.row_treatment03 {
		max-width: calc(1240 / 750*100vw);
		margin-bottom: calc(65 / 750 * 100vw);
	}
	.row_treatment03 .col {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_treatment03 .col:nth-child(n+2) {
		margin-top: calc(60 / 750*100vw);
	}
	.row_treatment03 .col:before {
		width: calc(262 / 750*100vw);
		height: calc(132 / 750*100vw);
	}
	.row_treatment03 .col:nth-child(n+4) {
		margin-top: calc(60 / 750*100vw);
	}
	.row_treatment03 .ttl {
		padding: calc(15 / 750*100vw) 0 calc(20 / 750*100vw);
		font-size: calc(39.5 / 750*100vw);
		letter-spacing: 0;
	}
	.row_treatment03 .txt {
		padding: calc(30 / 750*100vw) calc(50 / 750*100vw) calc(30 / 750*100vw);
	}
	.copy_treatment03 {
		letter-spacing: 0;
		font-size: calc(40 / 750*100vw);
		line-height: 1.75;
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.copy_treatment03 span {
		padding: 0 calc(10 / 750*100vw);
	}
	.copy_treatment03:before {
		bottom: -2vw;
	}
	.bnr_treatment01 {
		max-width: calc(1240 / 750*100vw);
	}
	.bnr_treatment01 a {
		height: calc(400 / 750*100vw);
		align-content: center;
		background: url("../images/index/bg_treatment05a_sp.jpg") no-repeat center / cover;
	}
	.bnr_treatment01 .wrap {
		margin-top: 2vw;
	}
	.bnr_treatment01 a:before {
		left: calc(10 / 750*100vw);
		right: calc(10 / 750*100vw);
		bottom: calc(10 / 750*100vw);
		top: calc(10 / 750*100vw);
	}
	.bnr_treatment01 .txt {
		width: calc(616 / 750*100vw);
		font-size: calc(30.5 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 3vw;
	}
	.bnr_treatment01 .txt:before {
		border-width: calc(20 / 750*100vw) calc(20 / 750*100vw) 0 0;
		border-color: #46b98c transparent transparent transparent;
	}
	.bnr_treatment01 .txt:after {
		border-width: 0 0 calc(20 / 750*100vw) calc(20 / 750*100vw);
		border-color: transparent transparent #46b98c transparent;
	}
	.bnr_treatment01 .en {
		font-size: calc(79.5 / 750*100vw);
		letter-spacing: .05em;
		margin-bottom: 6vw;
		display: inline-block;
	}
	.bnr_treatment01 .more {
		padding-right: calc(85 / 750*100vw);
		bottom: auto;
		right: auto;
		font-size: calc(30 / 750*100vw);
		letter-spacing: 0;
		position: relative;
	}
	.bnr_treatment01 .more:before {
		width: calc(88 / 750*100vw);
		height: calc(88 / 750*100vw);
		right: -3vw;
	}
}
/* インプラント治療と他の治療の比較 difference
------------------------------------------------------------------*/
.bg_difference01 {
	position: relative;
	padding: calc(90 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.bg_difference01 .copy01 {
	line-height: 1.6;
}
.tbl_difference01 thead th {
	text-align: center;
}
.tbl_difference01 thead th:not(:first-child) {
	border-left: 1px solid #fff;
}
.tbl_difference01 th {
	background: #fff;
	color: #46b98c;
}
.tbl_difference01 tbody th {
	font-weight: bold;
}
.tbl_difference01 tbody td {
	border-left: 1px solid #46b98c;
	vertical-align: top;
	background: #fff;
}
.tbl_difference01 tr:not(:last-child) th {
	border-bottom: 1px solid #46b98c;
}
/* .bg_difference01:before {
	position: absolute;
	content: "";
	background: url("../images/index/deco_difference01.png") no-repeat left center / cover;
	width: 100%;
	height: calc(937 / 1920*100vw);
	left: 0;
	top: 0;
	z-index: -1;
}
.bg_difference01:after {
	position: absolute;
	content: "";
	background: url("../images/index/deco_difference02.png") no-repeat left center / cover;
	width: 100%;
	height: calc(937 / 1920*100vw);
	left: 0;
	top: 0;
	z-index: -2;
} */
@media(min-width: 768px) and (max-width:1599px) {
	.bg_difference01 {
		padding: calc(90 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	/* .bg_difference01:before {
		height: calc(937 / 1599*100vw);
	}
	.bg_difference01:after {
		height: calc(937 / 1599*100vw);
	} */
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_difference01 {
		padding: calc(90 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	/* .bg_difference01:before {
		height: calc(937 / 1299*100vw);
	}
	.bg_difference01:after {
		height: calc(937 / 1299*100vw);
	} */
}
@media(max-width: 767px) {
	.bg_difference01 {
		padding: calc(45 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	/* .bg_difference01:before {
		height: calc(924 / 750*100vw);
		top: calc(315 / 750*100vw);
		bottom: auto;
		background: url("../images/index/deco_difference01_sp.png") no-repeat left center / cover;
	}
	.bg_difference01:after {
		height: calc(937 / 750*100vw);
		content: none;
	} */
	.bg_difference01 .copy01 {
		line-height: 1.6;
		letter-spacing: 0;
		font-size: calc(50 / 750*100vw);
	}
	.bg_difference01 .copy02 {
		font-size: calc(30 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.bg_difference01 .txt {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.tbl_difference01 table {
		width: calc(1300 /750 * 100vw);
		font-size: 75%;
		letter-spacing: .1em;
	}
	.tbl_difference01 .js-scrollable {
		overflow-x: auto !important;
	}
	.tbl_difference01 tr th {
		vertical-align: baseline;
	}
}
/* 流れ・flow
------------------------------------------------------------------*/
.bg_flow01 {
	padding: calc(100 / 1920*100vw) 0 calc(60 / 1920*100vw);
}
.bg_flow01 .deco01 {
	top: 0;
	left: 0;
}
.bg_flow01 .deco02 {
	bottom: calc(573 / 1920*100vw);
	right: 0;
}
.bg_flow01 .deco03 {
	bottom: 0;
	right: 0;
}
.box_flow01 {
	background: #fff;
	box-shadow: 0 0 calc(8 / 1920*100vw) 0 rgba(0, 0, 0, 0.1);
}
.box_flow01 .col_txt {
	width: 65%;
}
.box_flow01 .col_img {
	width: 31%;
}
.box_flow .col_txt dt .num {
	background: #46b98c url("../images/index/deco_flow04.svg") no-repeat center / cover;
	border-radius: 500px;
}
.box_flow01.arw_flow:before {
	border: none;
	width: 1px;
	height: calc(55 / 1920*100vw);
	background: #004211;
	bottom: calc(-55 / 1920*100vw);
}
.row_flow01 {
	width: 100%;
}
.row_flow01 .col{
	max-width: calc(480 / 1920*100vw);
	width: 48%;
}
.row_flow01 .col:first-child{
	margin-right: 4%;
}
.box_flow02{
	width: 100%;
	padding:calc(25 / 1920*100vw) 6.5% calc(25 / 1920*100vw);
}
.bg_flow02 {
	padding: calc(70 / 1920*100vw) 0 calc(70 / 1920*100vw);
	background: url("../images/index/bg_flow01.jpg") no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_flow01 {
		padding: calc(100 / 1599*100vw) 0 calc(60 / 1599*100vw);
	}
	.bg_flow01 .deco02 {
		bottom: calc(573 / 1599*100vw);
	}
	.box_flow01 {
		box-shadow: 0 0 calc(8 / 1599*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.box_flow01.arw_flow:before {
		height: calc(55 / 1599*100vw);
		bottom: calc(-55 / 1599*100vw);
	}
	.bg_flow02 {
		padding: calc(70 / 1599*100vw) 0 calc(70 / 1599*100vw);
	}
	.row_flow01 .col{
		max-width: calc(480 / 1599*100vw);
	}
	.box_flow02{
		padding:calc(25 / 1599*100vw) 6.5% calc(25 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_flow01 {
		padding: calc(100 / 1299*100vw) 0 calc(60 / 1299*100vw);
	}
	.bg_flow01 .deco02 {
		bottom: calc(573 / 1299*100vw);
	}
	.box_flow01 {
		box-shadow: 0 0 calc(8 / 1299*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.box_flow01.arw_flow:before {
		height: calc(55 / 1299*100vw);
		bottom: calc(-55 / 1299*100vw);
	}
	.bg_flow02 {
		padding: calc(70 / 1299*100vw) 0 calc(70 / 1299*100vw);
	}
	.row_flow01 .col{
		max-width: calc(480 / 1299*100vw);
	}
	.box_flow02{
		padding:calc(25 / 1299*100vw) 6.5% calc(25 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_flow01 {
		padding: calc(60 / 750*100vw) 0 calc(80 / 750*100vw);
	}
	.box_flow.arw_flow {
		margin-bottom: calc(60 / 750*100vw);
	}
	.bg_flow01 .deco02 {
		bottom: calc(573 / 750*100vw);
	}
	.bg_flow01:before {
		position: absolute;
		content: "";
		background: url("../images/index/deco_flow01_sp.svg") no-repeat center / cover;
		width: 100%;
		height: calc(2928 / 750*100vw);
		right: 0;
		left: 0;
		bottom: 32vw;
		z-index: -1;
	}
	.bg_flow01 .deco {
		display: none;
	}
	.box_flow01 {
		box-shadow: 0 0 calc(8 / 750*100vw) 0 rgba(0, 0, 0, 0.1);
	}
	.box_flow01 .col_txt dt {
		margin-bottom: 4vw;
	}
	.box_flow01.arw_flow:before {
		height: calc(60 / 750*100vw);
		bottom: calc(-62 / 750*100vw);
	}
	.bg_flow02 {
		padding: calc(85 / 750*100vw) 0 calc(100 / 750*100vw);
		background: url("../images/index/bg_flow01_sp.jpg") no-repeat center / cover;
	}
	.bg_flow02 .copy {
		font-size: calc(50 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.box_flow02 {
		margin-top:6vw;
	}
	.row_flow01 .col {
		max-width: 100%;
		width:100%;
	}
	.row_flow01 .col:first-child {
		margin-right: 0;
	}
	.box_flow02 {
		padding: calc(25 / 750* 100vw) 5% calc(30 / 750* 100vw);
	}
}
/* コピペ用 copy&paste
------------------------------------------------------------------*/
.slide_case01 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
	width: calc(30 / 1920*100vw);
	height: calc(54 / 1920*100vw);
	background: url("../images/index/arw_introduction01.svg")no-repeat center / cover;
	z-index: 9;
	top: calc(-200 / 1920*100vw);
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_case01 .slick-prev:before, .slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev {
	left: -1%;
}
.slide_case01 .slick-next {
	right: -1%;
	transform: scaleX(-1);
}
.slide_case01 .slick-slide {
	margin-right: calc(50 / 1920*100vw);
	margin-left: calc(50 / 1920*100vw);
}
.slide_case01 {
	max-width: calc(1100 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.bg_case01 {
	padding: calc(75 / 1920*100vw) 0 calc(100 / 1920*100vw);
	position: relative;
}
.bg_case01:before {
	position: absolute;
	content: "";
	background: url("../images/index/deco_difference01.png") no-repeat center / cover;
	width: 100%;
	height: calc(937 / 1920*100vw);
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_case01:after {
	position: absolute;
	content: "";
	background: url("../images/index/deco_difference02.png") no-repeat center / cover;
	width: 100%;
	height: calc(937 / 1920*100vw);
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.box_common_case02 {
	box-shadow: 0 0 calc(8 / 1920*100vw) 0 rgba(0, 0, 0, 0.1);
	padding: calc(50 / 1920*100vw);
}
.box_common_case02 .col {
	max-width: calc(400/ 1920*100vw);
}
@media(min-width: 961px) and (max-width:1299px) {
	.slide_case01 {
		padding: 0 8% 50px;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: 30px;
		height: 30px;
	}
	.slide_case01 .slick-prev {
		left: -7%;
	}
	.slide_case01 .slick-next {
		right: -7%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_case01 {
		padding: 0 8% 50px;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: 30px;
		height: 30px;
	}
	.slide_case01 .slick-prev {
		left: -7%;
	}
	.slide_case01 .slick-next {
		right: -7%;
	}
}
@media(max-width: 767px) {}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_case01 .slick-slide.slick-center {
		transform: scale(1);
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1599*100vw);
		height: calc(54 / 1599*100vw);
		background: url("../images/index/arw_introduction01.svg")no-repeat center / cover;
		z-index: 9;
		top: calc(-200 / 1599*100vw);
		bottom: 0;
		margin: auto;
		transform: none;
	}
	.slide_case01 .slick-prev:before, .slide_case01 .slick-next:before {
		display: none;
	}
	.slide_case01 .slick-prev {
		left: -6%;
	}
	.slide_case01 .slick-next {
		right: -6%;
		transform: scaleX(-1);
	}
	.slide_case01 .slick-slide {
		margin-right: calc(50 / 1599*100vw);
		margin-left: calc(50 / 1599*100vw);
	}
	.slide_case01 {
		max-width: calc(1100 / 1599*100vw);
	}
	.bg_case01 {
		padding: calc(75 / 1599*100vw) 0 calc(100 / 1599*100vw);
		position: relative;
	}
	.bg_case01:before {
		position: absolute;
		content: "";
		background: url("../images/index/deco_difference01.png") no-repeat center / cover;
		width: 100%;
		height: calc(937 / 1599*100vw);
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		z-index: -1;
	}
	.bg_case01:after {
		position: absolute;
		content: "";
		background: url("../images/index/deco_difference02.png") no-repeat center / cover;
		width: 100%;
		height: calc(937 / 1599*100vw);
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		z-index: -1;
	}
	.box_common_case02 {
		box-shadow: 0 0 calc(8 / 1599*100vw) 0 rgba(0, 0, 0, 0.1);
		padding: calc(50 / 1599*100vw);
	}
	.box_common_case02 .col {
		max-width: calc(400/ 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-slide.slick-center {
		transform: scale(1);
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1299*100vw);
		height: calc(54 / 1299*100vw);
		background: url("../images/index/arw_introduction01.svg")no-repeat center / cover;
		z-index: 9;
		top: calc(-200 / 1299*100vw);
		bottom: 0;
		margin: auto;
		transform: none;
	}
	.slide_case01 .slick-prev:before, .slide_case01 .slick-next:before {
		display: none;
	}
	.slide_case01 .slick-prev {
		left: -6%;
	}
	.slide_case01 .slick-next {
		right: -6%;
		transform: scaleX(-1);
	}
	.slide_case01 .slick-slide {
		margin-right: calc(50 / 1299*100vw);
		margin-left: calc(50 / 1299*100vw);
	}
	.slide_case01 {
		max-width: calc(1100 / 1299*100vw);
	}
	.bg_case01 {
		padding: calc(75 / 1299*100vw) 0 calc(100 / 1299*100vw);
		position: relative;
	}
	.bg_case01:before {
		position: absolute;
		content: "";
		background: url("../images/index/deco_difference01.png") no-repeat center / cover;
		width: 100%;
		height: calc(937 / 1299*100vw);
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		z-index: -1;
	}
	.bg_case01:after {
		position: absolute;
		content: "";
		background: url("../images/index/deco_difference02.png") no-repeat center / cover;
		width: 100%;
		height: calc(937 / 1299*100vw);
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		z-index: -1;
	}
	.box_common_case02 {
		box-shadow: 0 0 calc(8 / 1299*100vw) 0 rgba(0, 0, 0, 0.1);
		padding: calc(50 / 1299*100vw);
	}
	.box_common_case02 .col {
		max-width: calc(400/ 1299*100vw);
	}
}
@media(max-width: 767px) {
	.slide_case01 {
		max-width: 100%;
	}
	.slide_case01 .slick-slide {
		margin-right: 4vw;
		margin-left: 4vw;
	}
	.slide_case01 .slick-slide.slick-center {
		transform: scale(1);
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 750*100vw);
		height: calc(54 / 750*100vw);
		background: url("../images/index/arw_introduction01.svg")no-repeat center / cover;
		z-index: 9;
		top: 31vw;
		bottom: auto;
		margin: auto;
		transform: none;
	}
	.slide_case01 .slick-prev:before, .slide_case01 .slick-next:before {
		display: none;
	}
	.slide_case01 .slick-prev {
		left: -2%;
	}
	.slide_case01 .slick-next {
		right: -2%;
		transform: scaleX(-1);
	}
	.bg_case01 {
		padding: calc(28 / 750*100vw) 0 calc(100 / 750*100vw);
		position: relative;
	}
	.bg_case01:before {
		position: absolute;
		content: "";
		background: url("../images/index/deco_case01_sp.svg") no-repeat center / cover;
		width: 100%;
		height: calc(366 / 750*100vw);
		right: 0;
		left: 0;
		top: auto;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
	.bg_case01:after {
		content: none;
	}
	.box_common_case02 {
		box-shadow: none;
		padding: 0;
	}
	.slide_case01 .ttl {
		font-size: calc(40 / 750*100vw);
		margin-bottom: 3vw;
		letter-spacing: 0;
	}
	.box_common_case02 .col {
		max-width: calc(290/ 750*100vw);
	}
}
/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding: calc(100 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.bg_clinic01 .deco01 {
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_clinic01 .deco02 {
	top: 0;
	left: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.bg_clinic01 .deco03 {
	bottom: 0;
	left: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_clinic01 .deco04 {
	bottom: 0;
	right: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.row_clinic01 {
	max-width: calc(1170 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_clinic01 .col_l {
	max-width: calc(600 / 1920*100vw);
	width: 52%;
}
.row_clinic01 .col_r {
	max-width: calc(530 / 1920*100vw);
	width: 46%;
}
.row_clinic01 .tel_contact {
	width: calc(500 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_clinic01 .tel_contact a {
	height: calc(120 / 1920*100vw);
	background: url("../images/index/deco_contact01.svg") no-repeat left center / cover;
	align-content: center;
}
.bg_clinic01 {
	padding: calc(100 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.tbl_clinic01 .box {
	background: none;
}
.tbl_clinic01.day8 table {
	color: #46b98c;
	border-bottom: 1px solid #00bd75;
	border-top: 1px solid #00bd75;
	max-width: 100%;
}
.tbl_clinic01 .box {
	padding: 0;
}
.tbl_clinic01 thead th {
	padding: calc(30 / 1920 * 100vw) 0 calc(33 / 1920 * 100vw);
	border-bottom: 1px solid #00bd75;
}
.tbl_clinic01 tbody th, .tbl_clinic01 tbody td {
	padding: calc(40 / 1920 * 100vw) 0 calc(12 / 1920 * 100vw);
}
.tbl_clinic01 tbody tr:first-child th {
	padding-left: 0;
}
.tbl_clinic01 tbody tr:last-child th, .tbl_clinic01 tbody tr:last-child td {
	padding: calc(13 / 1920 * 100vw) 0 calc(45 / 1920 * 100vw);
}
.tbl_clinic01 .tbl_caption {
	line-height: 1.33;
	font-size: 100%;
	letter-spacing: .2em;
	margin-top: calc(27 / 1920 * 100vw);
}
.copy_clinic01:before {
	position: absolute;
	content: "";
	background: #46b98c;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.copy_clinic01 span {
	padding: 0 calc(76 / 1920*100vw);
	z-index: 1;
	position: relative;
}
.map_clinic {
	padding-top: calc(580 / 1920*100vw);
}
.row_clinic02 {
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_clinic02 .col {
	max-width: calc(600 / 1920*100vw);
	width: 49%;
}
.box_clinic01 {
	border: solid 2px #46b98c;
	max-width: calc(1240 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
	padding: calc(50 / 1920*100vw) calc(50 / 1920*100vw) calc(40 / 1920*100vw);
}
.box_clinic01 .copy {
	padding: calc(0 / 1920*100vw) calc(0 / 1920*100vw) calc(3 / 1920*100vw) calc(43 / 1920*100vw)
}
.box_clinic01 .copy:before {
	position: absolute;
	content: "";
	background: #fa9c19;
	width: calc(8 / 1920*100vw);
	height: calc(8 / 1920*100vw);
	left: calc(20 / 1920*100vw);
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 50%;
}
.box_clinic01 .ttl span {
	padding-left: calc(50 / 1920*100vw);
	position: relative;
}
.box_clinic01 .ttl span:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_bus.svg") no-repeat left center / cover;
	width: calc(30 / 1920*100vw);
	height: calc(30 / 1920*100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.box_clinic01 .ttl {
	padding: calc(5 / 1920*100vw) 0;
}
.box_clinic01 .ttl span.car:before {
	background: url("../images/page/icn_car02.svg") no-repeat left center / cover;
}
.box_clinic01 .ttl span.train:before {
	background: url("../images/page/icn_train02.svg") no-repeat left center / cover;
}
/* .box_clinic01 .ttl:before, .box_clinic01 .ttl:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(25 / 1920*100vw) calc(25 / 1920*100vw) 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	top: 0;
}
.box_clinic01 .ttl:after {
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
} */
.bx-wrapper {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	max-width: 100% !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01 {
		padding: calc(100 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.bg_clinic01 .deco01 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_clinic01 .deco02 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_clinic01 .deco03 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_clinic01 .deco04 {
		width: calc(1410 / 1599*100vw);
	}
	.row_clinic01 {
		max-width: calc(1170 / 1599*100vw);
	}
	.row_clinic01 .col_l {
		max-width: calc(600 / 1599*100vw);
	}
	.row_clinic01 .col_r {
		max-width: calc(530 / 1599*100vw);
	}
	.row_clinic01 .tel_contact {
		width: calc(500 / 1599*100vw);
	}
	.row_clinic01 .tel_contact a {
		height: calc(120 / 1599*100vw);
	}
	.bg_clinic01 {
		padding: calc(100 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.tbl_clinic01 thead th {
		padding: calc(30 / 1599 * 100vw) 0 calc(33 / 1599 * 100vw);
	}
	.tbl_clinic01 tbody th, .tbl_clinic01 tbody td {
		padding: calc(40 / 1599 * 100vw) 0 calc(12 / 1599 * 100vw);
	}
	.tbl_clinic01 tbody tr:last-child th, .tbl_clinic01 tbody tr:last-child td {
		padding: calc(13 / 1599 * 100vw) 0 calc(45 / 1599 * 100vw);
	}
	.tbl_clinic01 .tbl_caption {
		margin-top: calc(27 / 1599 * 100vw);
	}
	.copy_clinic01 span {
		padding: 0 calc(76 / 1599*100vw);
	}
	.map_clinic {
		padding-top: calc(580 / 1599*100vw);
	}
	.row_clinic02 {
		max-width: calc(1240 / 1599*100vw);
	}
	.row_clinic02 .col {
		max-width: calc(600 / 1599*100vw);
	}
	.box_clinic01 {
		max-width: calc(1240 / 1599*100vw);
		padding: calc(50 / 1599*100vw) calc(50 / 1599*100vw) calc(40 / 1599*100vw);
	}
	.box_clinic01 .copy {
		padding: calc(0 / 1599*100vw) calc(0 / 1599*100vw) calc(3 / 1599*100vw) calc(43 / 1599*100vw)
	}
	.box_clinic01 .copy:before {
		width: calc(8 / 1599*100vw);
		height: calc(8 / 1599*100vw);
		left: calc(20 / 1599*100vw);
	}
	.box_clinic01 .ttl span {
		padding-left: calc(50 / 1599*100vw);
	}
	.box_clinic01 .ttl span:before {
		width: calc(30 / 1599*100vw);
		height: calc(30 / 1599*100vw);
	}
	.box_clinic01 .ttl {
		padding: calc(5 / 1599*100vw) 0;
	}
	/* .box_clinic01 .ttl:before, .box_clinic01 .ttl:after {
		border-width: calc(25 / 1599*100vw) calc(25 / 1599*100vw) 0 0;
	} */
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01 {
		padding: calc(100 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.bg_clinic01 .deco01 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_clinic01 .deco02 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_clinic01 .deco03 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_clinic01 .deco04 {
		width: calc(1410 / 1299*100vw);
	}
	.row_clinic01 {
		max-width: calc(1170 / 1299*100vw);
	}
	.row_clinic01 .col_l {
		max-width: calc(600 / 1299*100vw);
	}
	.row_clinic01 .col_r {
		max-width: calc(530 / 1299*100vw);
	}
	.row_clinic01 .tel_contact {
		width: calc(500 / 1299*100vw);
	}
	.row_clinic01 .tel_contact a {
		height: calc(120 / 1299*100vw);
	}
	.bg_clinic01 {
		padding: calc(100 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.tbl_clinic01 thead th {
		padding: calc(30 / 1299 * 100vw) 0 calc(33 / 1299 * 100vw);
	}
	.tbl_clinic01 tbody th, .tbl_clinic01 tbody td {
		padding: calc(40 / 1299 * 100vw) 0 calc(12 / 1299 * 100vw);
	}
	.tbl_clinic01 tbody tr:last-child th, .tbl_clinic01 tbody tr:last-child td {
		padding: calc(13 / 1299 * 100vw) 0 calc(45 / 1299 * 100vw);
	}
	.tbl_clinic01 .tbl_caption {
		margin-top: calc(27 / 1299 * 100vw);
	}
	.copy_clinic01 span {
		padding: 0 calc(76 / 1299*100vw);
	}
	.map_clinic {
		padding-top: calc(580 / 1299*100vw);
	}
	.row_clinic02 {
		max-width: calc(1240 / 1299*100vw);
	}
	.row_clinic02 .col {
		max-width: calc(600 / 1299*100vw);
	}
	.box_clinic01 {
		max-width: calc(1240 / 1299*100vw);
		padding: calc(50 / 1299*100vw) calc(50 / 1299*100vw) calc(40 / 1299*100vw);
	}
	.box_clinic01 .copy {
		padding: calc(0 / 1299*100vw) calc(0 / 1299*100vw) calc(3 / 1299*100vw) calc(43 / 1299*100vw)
	}
	.box_clinic01 .copy:before {
		width: calc(8 / 1299*100vw);
		height: calc(8 / 1299*100vw);
		left: calc(20 / 1299*100vw);
	}
	.box_clinic01 .ttl span {
		padding-left: calc(50 / 1299*100vw);
	}
	.box_clinic01 .ttl span:before {
		width: calc(30 / 1299*100vw);
		height: calc(30 / 1299*100vw);
	}
	.box_clinic01 .ttl {
		padding: calc(5 / 1299*100vw) 0;
	}
	/* .box_clinic01 .ttl:before, .box_clinic01 .ttl:after {
		border-width: calc(25 / 1299*100vw) calc(25 / 1299*100vw) 0 0;
	} */
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: calc(80 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.bg_clinic01 .deco01 {
		width: 100%;
	}
	.bg_clinic01 .deco02 {
		width: calc(1410 / 750*100vw);
	}
	.bg_clinic01 .deco03 {
		width: 100%;
	}
	.bg_clinic01 .deco04 {
		width: calc(1410 / 750*100vw);
	}
	.bg_clinic01 .wrap_map {
		width: calc(750 / 750*100vw);
		margin-left: -3vw;
	}
	.address_clinic {
		line-height: 1.56;
		margin-bottom: 7vw;
	}
	.row_clinic01 {
		max-width: calc(1170 / 750*100vw);
		margin-bottom: calc(30 / 750*100vw);
	}
	.row_clinic01 .col_l {
		max-width: 100%;
		width: 100%;
	}
	.row_clinic01 .logo {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: calc(15 / 750 * 100vw);
	}
	.row_clinic01 .col_r {
		max-width: calc(648 / 750*100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic01 .tel_contact {
		width: calc(648 / 750*100vw);
		margin-bottom: calc(56 / 750*100vw);
	}
	.row_clinic01 .tel_contact a {
		height: calc(156 / 750*100vw);
	}
	.tbl_clinic01 thead th {
		padding: calc(22 / 750 * 100vw) 0 calc(22 / 750 * 100vw);
	}
	.tbl_clinic01 tbody th, .tbl_clinic01 tbody td {
		padding: calc(22 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
	}
	.tbl_clinic01 tbody tr:last-child th, .tbl_clinic01 tbody tr:last-child td {
		padding: calc(8 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
	}
	.tbl_clinic01 .tbl_caption {
		margin-top: calc(20 / 750 * 100vw);
		font-size: calc(22.5 / 750*100vw);
		letter-spacing: 0;
		line-height: 1.73;
	}
	.copy_clinic01 {
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.copy_clinic01 span {
		padding: 0 calc(40 / 750*100vw);
		font-size: calc(40 / 750*100vw);
		letter-spacing: 0;
	}
	.map_clinic {
		padding-top: calc(580 / 750*100vw);
	}
	.row_clinic02 {
		max-width: calc(1240 / 750*100vw);
		margin-bottom: calc(40 / 750*100vw);
	}
	.row_clinic02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic02 .col_l {
		margin-bottom: calc(40 / 750*100vw);
		padding: calc(60 / 750*100vw) calc(60 / 750*100vw) calc(50 / 750*100vw);
	}
	.row_clinic02 .col_r {
		margin-bottom: 0;
	}
	.box_clinic01 {
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(60 / 750 * 100vw);
		padding: calc(50 / 750*100vw) calc(50 / 750*100vw) calc(40 / 750*100vw);
	}
	.box_clinic01 .copy {
		font-size: calc(31.5 / 750*100vw);
		margin-bottom: 3vw;
		line-height: 1.59;
		padding: calc(6 / 750*100vw) calc(0 / 750*100vw) calc(6 / 750*100vw) calc(50 / 750*100vw)
	}
	.box_clinic01 .copy:before {
		width: calc(8 / 750*100vw);
		height: calc(8 / 750*100vw);
		left: calc(20 / 750*100vw);
		bottom: auto;
		top: 4vw;
	}
	.box_clinic01 .ttl span {
		padding-left: calc(50 / 750*100vw);
	}
	.box_clinic01 .ttl span:before {
		width: calc(35 / 750*100vw);
		height: calc(35 / 750*100vw);
	}
	.box_clinic01 .ttl {
		padding: calc(8 / 750*100vw) 0;
		font-size: calc(31.5 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	/* .box_clinic01 .ttl:before, .box_clinic01 .ttl:after {
		border-width: calc(25 / 750*100vw) calc(25 / 750*100vw) 0 0;
		bottom: -1px;
	} */
	.box_clinic01 .txt {
		font-size: calc(31.5 / 750*100vw);
		line-height: 1.92;
	}
	.slide_clinic01 li {
		width: calc(375 / 750*100vw) !important;
		margin-right: calc(25/ 750*100vw) !important;
	}
}
/* 治療費・fee
------------------------------------------------------------------*/
.bg_fee01 {
	padding: calc(100 / 1920*100vw) 0 calc(30 / 1920*100vw);
}
.bg_fee01 .deco01 {
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_fee01 .deco02 {
	top: 0;
	left: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.tbl_fee01 {
	max-width: calc(646 / 750*100vw);
	margin-right: auto;
	margin-left: auto;
}
.tbl_fee01 th {
	background: #46b98c;
}
.tbl_fee01 td {
	background: #fff;
}
.tbl_default tr:not(:last-child) td {
	border-bottom: 1px solid #00b8a0ff;
}
.bg_fee02 {
	padding: calc(65 / 1920*100vw) 0 calc(80 / 1920*100vw);
	background: url("../images/index/bg_fee01.jpg") no-repeat center / cover;
}
.box_fee01 .num {
	width: calc(55 / 1920*100vw);
}
.box_fee01 {
	box-shadow: 0 0 calc(8 / 1920*100vw) 0 rgba(0, 0, 0, 0.1);
	padding: calc(40 / 1920*100vw) calc(50 / 1920*100vw) calc(47 / 1920*100vw)
}
.box_fee01 li {
	border-bottom: 1px solid #46b98c;
	padding-bottom: calc(15 / 1920*100vw);
}
.box_fee01 li:not(:last-child) {
	margin-bottom: calc(5 / 750*100vw);
}
.box_fee01 li .txt {
	letter-spacing: .095em;
	width: calc(100% - calc(55 / 1920*100vw));
	line-height: 1.44;
}
.row_fee01 .col {
	width: calc(280 / 1920*100vw);
	height: calc(280 / 1920*100vw);
	border: solid 2px #46b98c;
}
.box_fee02 {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	padding: calc(40 / 1920*100vw) calc(52 / 1920*100vw) calc(40 / 1920*100vw);
}
.bg_fee03 .deco01 {
	bottom: 0;
	left: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_fee03 .deco02 {
	bottom: 0;
	right: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.bg_fee03 {
	padding: calc(55 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.row_fee01 {
	max-width: calc(900 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_fee01 .col {
	align-content: center;
	width: calc(280 / 1920*100vw);
	height: calc(280 / 1920*100vw);
}
.row_fee01 .col .icn {
	width: calc(130 / 1920*100vw);
}
.row_fee01 .col .ttl {
	width: 100%;
}
.box_fee02 .txt {
	letter-spacing: .095em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_fee01 {
		padding: calc(100 / 1599*100vw) 0 calc(30 / 1599*100vw);
	}
	.bg_fee01 .deco01 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_fee01 .deco02 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_fee02 {
		padding: calc(65 / 1599*100vw) 0 calc(80 / 1599*100vw);
	}
	.box_fee01 .num {
		width: calc(55 / 1599*100vw);
	}
	.box_fee01 {
		box-shadow: 0 0 calc(8 / 1599*100vw) 0 rgba(0, 0, 0, 0.1);
		padding: calc(40 / 1599*100vw) calc(50 / 1599*100vw) calc(47 / 1599*100vw)
	}
	.box_fee01 li {
		padding-bottom: calc(15 / 1599*100vw);
	}
	.box_fee01 li:not(:last-child) {
		margin-bottom: calc(5 / 750*100vw);
	}
	.box_fee01 li .txt {
		width: calc(100% - calc(55 / 1599*100vw));
	}
	.row_fee01 .col {
		width: calc(280 / 1599*100vw);
		height: calc(280 / 1599*100vw);
	}
	.row_fee01 .col .icn {
		width: calc(130 / 1599*100vw);
	}
	.box_fee02 {
		padding: calc(40 / 1599*100vw) calc(52 / 1599*100vw) calc(40 / 1599*100vw);
	}
	.bg_fee03 .deco01 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_fee03 .deco02 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_fee03 {
		padding: calc(55 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.row_fee01 {
		max-width: calc(900 / 1599*100vw);
	}
	.row_fee01 .col {
		width: calc(280 / 1599*100vw);
		height: calc(280 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_fee01 {
		padding: calc(100 / 1299*100vw) 0 calc(30 / 1299*100vw);
	}
	.bg_fee01 .deco01 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_fee01 .deco02 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_fee02 {
		padding: calc(65 / 1299*100vw) 0 calc(80 / 1299*100vw);
	}
	.box_fee01 .num {
		width: calc(55 / 1299*100vw);
	}
	.box_fee01 {
		box-shadow: 0 0 calc(8 / 1299*100vw) 0 rgba(0, 0, 0, 0.1);
		padding: calc(40 / 1299*100vw) calc(50 / 1299*100vw) calc(47 / 1299*100vw)
	}
	.box_fee01 li {
		padding-bottom: calc(15 / 1299*100vw);
	}
	.box_fee01 li:not(:last-child) {
		margin-bottom: calc(5 / 750*100vw);
	}
	.box_fee01 li .txt {
		width: calc(100% - calc(55 / 1299*100vw));
	}
	.row_fee01 .col {
		width: calc(280 / 1299*100vw);
		height: calc(280 / 1299*100vw);
	}
	.row_fee01 .col .icn {
		width: calc(130 / 1299*100vw);
	}
	.box_fee02 {
		padding: calc(40 / 1299*100vw) calc(52 / 1299*100vw) calc(40 / 1299*100vw);
	}
	.bg_fee03 .deco01 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_fee03 .deco02 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_fee03 {
		padding: calc(55 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.row_fee01 {
		max-width: calc(900 / 1299*100vw);
	}
	.row_fee01 .col {
		width: calc(280 / 1299*100vw);
		height: calc(280 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.bg_fee01 {
		padding: calc(65 / 750*100vw) 0 calc(60 / 750*100vw);
	}
	.bg_fee01 .deco01 {
		width: 100%;
	}
	.bg_fee02 .copy {
		font-size: calc(50 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.bg_fee02 .inner1000 > .txt {
		text-align: left;
		margin-bottom: 7vw;
	}
	.bg_fee02 {
		padding: calc(55 / 750*100vw) 0 calc(80 / 750*100vw);
		background: url("../images/index/bg_fee01_sp.jpg") no-repeat center / cover;
	}
	.box_fee01 .num {
		width: 100%;
		text-align: center;
		font-size: calc(40 / 750*100vw);
		margin-bottom: 2vw;
	}
	.box_fee01 {
		box-shadow: 0 0 calc(8 / 750*100vw) 0 rgba(0, 0, 0, 0.1);
		padding: calc(40 / 750*100vw) calc(40 / 750*100vw) calc(60 / 750*100vw)
	}
	.box_fee01 .ttl {
		font-size: calc(40 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.box_fee01 li {
		padding-bottom: calc(22 / 750*100vw);
		justify-content: center;
	}
	.box_fee01 li:not(:last-child) {
		margin-bottom: calc(35 / 750*100vw);
	}
	.box_fee01 li .txt {
		width: 100%;
		line-height: 2;
		letter-spacing: 0;
	}
	.row_fee01 .col {
		width: calc(280 / 750*100vw);
		height: calc(280 / 750*100vw);
	}
	.row_fee01 .col .icn {
		width: calc(130 / 750*100vw);
	}
	.box_fee02 {
		padding: calc(40 / 750*100vw) calc(35 / 750*100vw) calc(60 / 750*100vw);
		letter-spacing: 0;
	}
	.box_fee02 .txt {
		letter-spacing: 0;
	}
	.box_fee02 .copy {
		font-size: calc(34 / 750*100vw);
	}
	.bg_fee03 .deco01 {
		width: 100%;
	}
	.bg_fee03 {
		padding: calc(55 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.bg_fee03 .inner1000 > .copy {
		margin-bottom: 7vw;
	}
	.bg_fee03 .ttl {
		font-size: calc(50 / 750*100vw);
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.row_fee01 {
		max-width: calc(610 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_fee01 .col {
		width: calc(280 / 750*100vw);
		height: calc(280 / 750*100vw);
	}
	.row_fee01 .col:last-child {
		margin-right: auto;
		margin-left: auto;
		margin-top: -3vw;
	}
	.row_fee01 .ttl {
		font-size: calc(30 / 750*100vw);
		line-height: 1.5;
		letter-spacing: 0;
	}
}
/* よくあるご質問 qa
------------------------------------------------------------------*/
.bg_qa01 {
	padding: calc(100 / 1920*100vw) 0 calc(70 / 1920*100vw);
}
.bg_qa01 .deco01 {
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_qa01 .deco02 {
	top: 0;
	left: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.bg_qa01 .deco03 {
	bottom: 0;
	left: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.bg_qa01 .deco04 {
	bottom: 0;
	right: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.box_qa03 .box_q .box {
	background: #46b98c;
	color: #fff;
	border: 1px solid #46b98c;
}
.box_qa03 .box_q .txt {
	font-family: 'Zen Maru Gothic';
	background: #fff;
	color: #46b98c;
	font-weight: 600;
	border: 1px solid #46b98c;
}
.box_qa03 .box_a {
	border-bottom: 1px solid #00bd75;
	border-right: 1px solid #00bd75;
	border-left: 1px solid #00bd75;
	background: #fff;
	letter-spacing: .095em;
	padding-bottom: calc(40 / 1920*100vw);
}
.box_qa03 .box_q .txt .icn {
	right: calc(23 / 1920 * 100vw);
}
.box_qa03 .box_q .txt .icn:before {
	background: #46b98c;
}
.box_qa03 .box_q .txt .icn:after {
	background: #46b98c;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_qa01 {
		padding: calc(100 / 1599*100vw) 0 calc(70 / 1599*100vw);
	}
	.bg_qa01 .deco01 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_qa01 .deco02 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_qa01 .deco03 {
		width: calc(1410 / 1599*100vw);
	}
	.bg_qa01 .deco04 {
		width: calc(1410 / 1599*100vw);
	}
	.box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.box_qa03 .box_a {
		padding-bottom: calc(40 / 1599*100vw);
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(23 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_qa01 {
		padding: calc(100 / 1299*100vw) 0 calc(70 / 1299*100vw);
	}
	.bg_qa01 .deco01 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_qa01 .deco02 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_qa01 .deco03 {
		width: calc(1410 / 1299*100vw);
	}
	.bg_qa01 .deco04 {
		width: calc(1410 / 1299*100vw);
	}
	.box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.box_qa03 .box_a {
		padding-bottom: calc(40 / 1299*100vw);
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(23 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_qa01 {
		padding: calc(60 / 750*100vw) 0 calc(100 / 750*100vw);
	}
	.bg_qa01 .deco01 {
		width: 100%;
	}
	.bg_qa01 .deco03 {
		width: 100%;
	}
	.box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.box_qa03 .box_a {
		padding-bottom: calc(40 / 750*100vw);
		letter-spacing: 0;
		padding: 3vw 4% 4.5vw;
	}
	.box_qa03 .box_q .txt .icn {
		right: calc(31 / 750 * 100vw);
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {}
/* フッター footer
------------------------------------------------------------------*/
footer{
	z-index: 2;
    position: relative;
}
.main_foot {
	padding: calc(190 / 1920*100vw) 0 calc(100 / 1920*100vw);
}
.main_foot .deco01 {
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.main_foot .deco02 {
	top: 0;
	left: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.main_foot .deco03 {
	bottom: 0;
	left: 0;
	z-index: -1;
	width: calc(1410 / 1920*100vw);
}
.main_foot .deco04 {
	bottom: 0;
	right: 0;
	z-index: -2;
	width: calc(1410 / 1920*100vw);
}
.logo_foot {
	max-width: calc(530 / 1920*100vw);
}
.access_foot {
	height: auto;
	width: 100%;
}
.access_foot .txt01 {
	margin-right: calc(30 / 1920*100vw);
}
.access_foot .txt03 {
	width: 100%;
	margin-top: calc(15 / 1920*100vw);
}
.row_foot01 {
	max-width: calc(1200 / 1920*100vw);
	margin-right: auto;
	margin-left: auto;
}
.row_foot01 > .col_l {
	width: 49%;
	max-width: calc(600 / 1920*100vw);
}
.row_foot01 > .col_r {
	width: 49%;
	max-width: calc(600 / 1920*100vw);
}
.row_foot01 > .col_r .en {
	margin-right: calc(35 / 1920*100vw);
	color: #3f2f26;
}
.pagetop {
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
	font-size: 88.89%;
	padding-bottom: calc(200 / 1920 * 100vw);
}
.row_foot02 .wrap {
	width: 48%;
	max-width: calc(560 / 1920*100vw);
}
.row_foot02 .row_contact02 a {
	width: calc(500 / 1920*100vw);
}
.row_foot02 .row_contact02 {
	display: block;
}
.row_foot02 .ttl .en {
	margin-right: calc(35 / 1920*100vw);
}
.row_foot02 .map {
	padding: calc(350 / 1920 * 100vw) 0 0 0;
}
.row_foot02 .map iframe{
	margin-top: calc(-100 / 1920 * 100vw);
	height: calc(100% + calc(100 / 1920 * 100vw));
}
.row_foot02 .inner{
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.fix_pc {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	display: flex;
}
.row_foot03 .tel_head a,.row_foot03 .web_head a {
    height: calc(110 / 1920*100vw);
}
.row_foot03 .tel_head {
    width: calc(250 / 1920*100vw);
}
.row_foot03 .web_head {
	width: calc(83 / 1920*100vw);
}
.row_foot03 .web_head .icn {
	margin-bottom: calc(10 / 1920*100vw);
	margin-top:0;
}
.row_foot03 .tel_head .txt01{
	letter-spacing: .1em;
}
.row_foot03 .tel_head .txt02{
	padding-left: calc(30 / 1920*100vw);
	font-size: 166.66%;
	letter-spacing: .07em;
	font-family: 'Shippori Mincho', serif;
}
.row_foot03 .tel_head .txt02:before {
	position: absolute;
	content: "";
	background: url("../images/page/icn_tel.svg") no-repeat left center / contain;
	width: calc(23 / 1920*100vw);
	height: calc(23 / 1920*100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.row_foot03 .web_head a:before {
    border-width: 0 0 calc(10 / 1920*100vw) calc(10 / 1920*100vw);
}
.row_foot03{
	margin-right: calc(20 / 1920*100vw);
}
.row_foot02 .col_l{
	max-width: calc(560 / 1920*100vw);
	width: 48%;
    margin-right: 4%;
}
.row_foot02 .col_r{
	max-width: calc(560 / 1920*100vw);
	width: 48%;
}
@media(min-width: 768px) {
	.row_foot01 .row_contact02 {
		display: none;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_foot {
		padding: calc(190 / 1599*100vw) 0 calc(100 / 1599*100vw);
	}
	.main_foot .deco01 {
		width: calc(1410 / 1599*100vw);
	}
	.main_foot .deco02 {
		width: calc(1410 / 1599*100vw);
	}
	.main_foot .deco03 {
		width: calc(1410 / 1599*100vw);
	}
	.main_foot .deco04 {
		width: calc(1410 / 1599*100vw);
	}
	.logo_foot {
		max-width: calc(530 / 1599*100vw);
	}
	.access_foot .txt01 {
		margin-right: calc(45 / 1599*100vw);
	}
	.row_foot01 {
		max-width: calc(1200 / 1599*100vw);
	}
	.row_foot01 > .col_l {
		max-width: calc(600 / 1599*100vw);
	}
	.row_foot01 > .col_r {
		max-width: calc(600 / 1599*100vw);
	}
	.row_foot01 > .col_r .en {
		margin-right: calc(35 / 1599*100vw);
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
		padding-bottom: calc(200 / 1599 * 100vw);
	}
	.row_foot02 .wrap {
		max-width: calc(560 / 1599*100vw);
	}
	.row_foot02 .row_contact02 a {
		width: calc(500 / 1599*100vw);
	}
	.row_foot02 .ttl .en {
		margin-right: calc(35 / 1599*100vw);
	}
	.row_foot02 .map {
		padding: calc(350 / 1599 * 100vw) 0 0 0;
	}
	.row_foot02 .map iframe{
		margin-top: calc(-100 / 1599 * 100vw);
		height: calc(100% + calc(100 / 1599 * 100vw));
	}
	.fix_pc {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
	}
	.row_foot03 .tel_head a,.row_foot03 .web_head a {
		height: calc(110 / 1599*100vw);
	}
	.row_foot03 .tel_head {
		width: calc(250 / 1599*100vw);
	}
	.row_foot03 .web_head {
		width: calc(83 / 1599*100vw);
	}
	.row_foot03 .web_head .icn {
		margin-bottom: calc(10 / 1599*100vw);
	}
	.row_foot03 .tel_head .txt02{
		padding-left: calc(30 / 1599*100vw);
	}
	.row_foot03 .tel_head .txt02:before {
		width: calc(23 / 1599*100vw);
		height: calc(23 / 1599*100vw);
	}
	.row_foot03 .web_head a:before {
		border-width: 0 0 calc(10 / 1599*100vw) calc(10 / 1599*100vw);
	}
	.row_foot03{
		margin-right: calc(20 / 1599*100vw);
	}
	.row_foot02 .col_l{
		max-width: calc(560 / 1599*100vw);
	}
	.row_foot02 .col_r{
		max-width: calc(560 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_foot {
		padding: calc(190 / 1299*100vw) 0 calc(100 / 1299*100vw);
	}
	.main_foot .deco01 {
		width: calc(1410 / 1299*100vw);
	}
	.main_foot .deco02 {
		width: calc(1410 / 1299*100vw);
	}
	.main_foot .deco03 {
		width: calc(1410 / 1299*100vw);
	}
	.main_foot .deco04 {
		width: calc(1410 / 1299*100vw);
	}
	.logo_foot {
		max-width: calc(530 / 1299*100vw);
	}
	.address_foot {
		text-align: start;
	}
	.access_foot .txt01 {
		margin-right: calc(45 / 1299*100vw);
	}
	.row_foot01 {
		max-width: calc(1200 / 1299*100vw);
	}
	.row_foot01 > .col_l {
		max-width: calc(600 / 1299*100vw);
	}
	.row_foot01 > .col_r {
		max-width: calc(600 / 1299*100vw);
	}
	.row_foot01 > .col_r .en {
		margin-right: calc(35 / 1299*100vw);
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
		padding-bottom: calc(200 / 1299 * 100vw);
	}
	.row_foot02 .wrap {
		max-width: calc(560 / 1299*100vw);
	}
	.row_foot02 .row_contact02 a {
		width: calc(500 / 1299*100vw);
	}
	.row_foot02 .ttl .en {
		margin-right: calc(35 / 1299*100vw);
	}
	.row_foot02 .map {
		padding: calc(350 / 1299 * 100vw) 0 0 0;
	}
	.row_foot02 .map iframe{
		margin-top: calc(-100 / 1299 * 100vw);
		height: calc(100% + calc(100 / 1299 * 100vw));
	}
	.fix_pc {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
	}
	.row_foot03 .tel_head a,.row_foot03 .web_head a {
		height: calc(110 / 1299*100vw);
	}
	.row_foot03 .tel_head {
		width: calc(260 / 1299*100vw);
	}
	.row_foot03 .web_head {
		width: calc(83 / 1299*100vw);
	}
	.row_foot03 .web_head .icn {
		margin-bottom: calc(10 / 1299*100vw);
	}
	.row_foot03 .tel_head .txt02{
		padding-left: calc(30 / 1299*100vw);
	}
	.row_foot03 .tel_head .txt02:before {
		width: calc(23 / 1299*100vw);
		height: calc(23 / 1299*100vw);
	}
	.row_foot03 .web_head a:before {
		border-width: 0 0 calc(10 / 1299*100vw) calc(10 / 1299*100vw);
	}
	.row_foot03{
		margin-right: calc(20 / 1299*100vw);
	}
	.row_foot02 .col_l{
		max-width: calc(560 / 1299*100vw);
	}
	.row_foot02 .col_r{
		max-width: calc(560 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none !important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(370 / 750 * 100vw);
	}
	.fix_web {
		width: calc(227 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(148 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
	.main_foot {
		padding: calc(80 / 750*100vw) 0 calc(60 / 750*100vw);
		z-index: 2;
	}
	.main_foot .deco01 {
		width: 100%;
	}
	.main_foot .deco03 {
		width: 100%;
	}
	.logo_foot {
		max-width: 100%;
		margin-bottom: 2vw;
	}
	.access_foot .txt01 {
		margin-right: calc(50 / 750*100vw);
	}
	.access_foot .txt {
		padding-left: calc(70 / 750*100vw);
	}
	.access_foot .txt02 {
		margin-top: calc(20 / 750*100vw);
	}
	.access_foot .txt03 {
		margin-top: calc(20 / 750*100vw);
		padding-left: calc(50 / 750*100vw);
	}
	.row_foot01 {
		max-width: calc(1200 / 750*100vw);
	}
	.row_foot01 .tbl_clinic01 {
		margin-bottom: calc(40 / 750 * 100vw);
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_foot01 .tbl_caption {
		text-align: left;
	}
	.access_foot {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-bottom: 7vw;
	}
	.access_foot .txt:before {
		width: calc(52 / 750*100vw);
		height: calc(52 / 750*100vw);
	}
	.address_foot {
		line-height: 1.56;
		margin-bottom: 4vw;
	}
	.row_foot01 > .col_l {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_foot01 > .col_r {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7vw;
	}
	.row_foot01 > .col_r .en {
		margin-right: calc(15 / 750*100vw);
		font-size: calc(45.5 / 750*100vw);
		letter-spacing: 0;
	}
	.row_foot01 > .col_r .ja {
		font-size: calc(30.5 / 750*100vw);
		letter-spacing: 0;
	}
	.row_foot01 .row_contact02 {
		margin-bottom: 10vw;
	}
	.pagetop {
		right: calc(30 / 750 * 100vw);
		bottom: calc(30 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
	}
	.copyright {
		height: auto;
	}
	#sb_instagram #sbi_images {
		padding: 3px !important;
	}
	#sb_instagram.sbi_width_resp {
		padding-bottom: 0 !important;
	}
	.row_foot02 {
		max-width: 100%;
		width: 100%;
	}
	.row_foot02 .wrap {
		width: 100%;
		max-width: 100%;
	}
	.row_foot02 .wrap:first-child {
		margin-bottom: 8vw;
	}
	.row_foot02 .row_contact02 a {
		width: calc(646/ 750*100vw);
		margin: 0 auto;
	}
	.row_foot02 .map {
		padding-top: calc(500 / 750 * 100vw);
	}
	.row_foot02 .map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.row_foot02 .ttl .en {
		margin-right: calc(15 / 750*100vw);
		font-size: 142%;
		letter-spacing: 0;
	}
	.row_foot02 .ttl .ja {
		font-size: 95.31%;
	}
	.insta_foot {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.inner_foot{max-width: 100%;}
	.fix_tel.js_accordion_toggle,.fix_web.js_accordion_toggle{
		height: calc(125 / 750*100vw);
	}
	.js_accordion_item.tel, .js_accordion_item.web {
		position: absolute;
		/* bottom: calc(125 / 750 * 100vw); */
		bottom: calc(130 / 750 * 100vw);
		width: 100%;
		left: 0;
		padding-bottom: 2vw;
		height: calc(125 / 750*100vw);
		height: calc(145 / 750*100vw);
	}
	.js_accordion_item.tel a, .js_accordion_item.web a {
    width: calc(370 / 750 * 100vw);
	}
	.row_foot02 .inner{
		max-width: calc(702 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_foot02 .inner_foot{
		max-width: 100%;
	}
	.fix_pc{
		position: relative;
		opacity: 0!important;
		display: none!important;
	}
	.row_foot02 .col_l,.row_foot02 .col_r{
		max-width:100%;
		width: 100%;
		margin-right: 0;
	}
	.tbl_foot01{
		max-width: calc(648 / 750* 100vw)!important;
	}
}
/* グーグルマップ
------------------------------------------------------------------*/
.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);
	border: solid 1px #fff;
	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 / 1920 * 100vw) solid #fff;
	border-top: calc(5 / 1920 * 100vw) solid transparent;
	border-bottom: calc(5 / 1920 * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1599 * 100vw);
		height: calc(100% + calc(150 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("../images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw) calc(8 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("../images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw) calc(8 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.map {
		padding-top: calc(500 / 750 * 100vw);
	}
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
		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;
	}
}
/* ポップアップ popup
------------------------------------------------------------------*/
.popup,.popup02 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is_show,.popup02.is_show {
	opacity: 1;
	visibility: visible;
}
.popup_inner,.popup_inner02 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width:calc(1000 / 1920*100vw);
	background-color: #fff;
	z-index: 2;
}
.wrap_popup {
	padding: 65px 6.5% 55px;
}
.wrap_popup:after{
	content: "";
	position: absolute;
	border:1px solid #46b98c;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width:calc(100% - calc(25 / 1920*100vw));
	height:calc(100% - calc(25 / 1920*100vw));
    z-index: -1;
}
.popup .web_contact{
	width: calc(480 / 1920* 100vw);
}
.popup .web_contact a {
    height: calc(120 / 1920* 100vw);
    align-content: center;
    position: relative;
    background: url("../images/index/deco_contact01.svg") no-repeat left center / cover;
}
.popup_inner .close_btn,.popup_inner02 .close_btn02 {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50 / 1920*100vw);
	height: calc(50 / 1920*100vw);
	line-height: calc(50 / 1920*100vw);
	text-align: center;
	cursor: pointer;
}
.popup_inner .close_btn:before,.popup_inner02 .close_btn02:before {
	content: "";
	position: absolute;
	width: calc(3 / 1920*100vw);
	height: calc(20 / 1920*100vw);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
}
.popup_inner .close_btn:after,.popup_inner02 .close_btn02:after {
	content: "";
	position: absolute;
	width: calc(3 / 1920*100vw);
	height: calc(20 / 1920*100vw);
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
}
.popup .black_background,.popup02 .black_background{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	cursor: pointer;
}
.popup .popup_ccl01,.popup02 .popup_ccl01{
    width: calc(230 / 1920* 100vw);
    height: calc(230 / 1920* 100vw);
    border-radius: 100%;
    right: calc(90 / 1920* 100vw);
    top: calc(-38 / 1920* 100vw);
    z-index: 2;
}
.popup .popup_ccl02,.popup02 .popup_ccl02{
    letter-spacing: 0;
    width: calc(193 / 1920* 100vw);
    height: calc(193 / 1920* 100vw);
    border-radius: 100%;
    right: calc(40 / 1920* 100vw);
    top: calc(150 / 1920* 100vw);
    background: #e5e8ec;
    z-index:2;
}
@media(min-width: 768px) and (max-width:1599px) {
	.popup_inner {
		max-width:calc(1000 / 1599*100vw);
	}
	.wrap_popup {
		padding: calc(65 / 1599* 100vw) 6.5% calc(55 / 1599* 100vw);
	}
	.wrap_popup:after{
		width:calc(100% - calc(25 / 1599* 100vw));
		height:calc(100% - calc(25 / 1599* 100vw));
	}
	.wrap_popup .ttl{
		font-size: 95%;
	}
	.popup .web_contact{
		width: calc(480 / 1599* 100vw);
	}
	.popup .web_contact a {
		height: calc(120 / 1599* 100vw);
	}
	.popup_inner .close_btn {
		width: calc(50 / 1599*100vw);
		height: calc(50 / 1599*100vw);
		line-height: calc(50 / 1599*100vw);
	}
	.popup_inner .close_btn:before {
		width: calc(3 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.popup_inner .close_btn:after {
		width: calc(3 / 1599*100vw);
		height: calc(20 / 1599*100vw);
	}
	.popup .popup_ccl01{
		width: calc(230 / 1599* 100vw);
		height: calc(230 / 1599* 100vw);
		right: calc(90 / 1599* 100vw);
		top: calc(-38 / 1599* 100vw);
	}
	.popup .popup_ccl02{
		width: calc(193 / 1599* 100vw);
		height: calc(193 / 1599* 100vw);
		right: calc(40 / 1599* 100vw);
		top: calc(150 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.popup_inner {
		max-width:calc(1000 / 1299*100vw);
	}
	.wrap_popup {
		padding: calc(65 / 1299* 100vw) 6.5% calc(55 / 1299* 100vw);
	}
	.wrap_popup:after{
		width:calc(100% - calc(25 / 1299* 100vw));
		height:calc(100% - calc(25 / 1299* 100vw));
	}
	.wrap_popup .ttl {
		font-size: 85%;
	}
	.popup .web_contact{
		width: calc(480 / 1299* 100vw);
	}
	.popup .web_contact a {
		height: calc(120 / 1299* 100vw);
	}
	.popup_inner .close_btn {
		width: calc(50 / 1299*100vw);
		height: calc(50 / 1299*100vw);
		line-height: calc(50 / 1299*100vw);
	}
	.popup_inner .close_btn:before {
		width: calc(3 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.popup_inner .close_btn:after {
		width: calc(3 / 1299*100vw);
		height: calc(20 / 1299*100vw);
	}
	.popup .popup_ccl01{
		width: calc(230 / 1299* 100vw);
		height: calc(230 / 1299* 100vw);
		right: calc(90 / 1299* 100vw);
		top: calc(-38 / 1299* 100vw);
	}
	.popup .popup_ccl02{
		width: calc(193 / 1299* 100vw);
		height: calc(193 / 1299* 100vw);
		right: calc(40 / 1299* 100vw);
		top: calc(150 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.popup_inner,.popup_inner02{
		max-width:calc(1000 / 750*100vw);
		width: 93%;
	}
	.wrap_popup {
		padding:17vw 3px 7vw;
	}
	.popup02 .wrap_popup {
		padding:7vw 4vw 7vw;
	}
	.wrap_popup:after{
		width:calc(100% - calc(25 / 750* 100vw));
		height:calc(100% - calc(25 / 750* 100vw));
	}
	.wrap_popup .ttl{
		display: block;
		margin-bottom: 6vw;
	}
	.popup02 .wrap_popup .ttl{
		font-size: calc(60.5 / 750* 100vw);
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.wrap_popup .ttl .fz80{
		font-size: calc(80 / 750* 100vw);
	}
	.wrap_popup .ttl .fz70{
		font-size:calc(70 / 750* 100vw);
	}
	.popup .web_contact{
		width: calc(587 / 750* 100vw);
	    margin-bottom: 4vw;
	}
	.popup .web_contact a {
		height: calc(180 / 750* 100vw);
	}
	.popup .web_contact a span{
		font-size:calc(45.5 / 750* 100vw);
		letter-spacing: 0;
	}
	.wrap_popup .txt{
		font-size: 87.5%;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.popup_inner .close_btn,.popup_inner02 .close_btn {
		width: calc(50 / 750*100vw);
		height: calc(50 / 750*100vw);
		line-height: calc(50 / 750*100vw);
	}
	.popup_inner .close_btn:before,.popup_inner02 .close_btn:before {
		width: calc(3 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.popup_inner .close_btn:after,.popup_inner02 .close_btn:after {
		width: calc(3 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.popup .popup_ccl01,.popup02 .popup_ccl01{
		width: calc(220 / 750* 100vw);
		height: calc(220 / 750* 100vw);
		right: auto;
		top: -15vw;
		left: 21vw;
		font-size: 89%;
		padding-top:2vw;
	}
	.popup .popup_ccl02,.popup02 .popup_ccl02{
		width: calc(186 / 750* 100vw);
		height: calc(186 / 750* 100vw);
		right: 21vw;
		top: -10vw;
		font-size: 70%;
	}
	.popup02 .tel_contact{
		width: calc(514 / 750* 100vw);
		margin-bottom: calc(50 / 750* 100vw);
	}
	.popup02 .tel_contact a {
		height: calc(120 / 750* 100vw);
		background: url("../images/index/deco_contact01.svg") no-repeat left center / cover;
		align-content: center;
	}
	.popup02 .wrap_popup .txt{
		font-size: calc(48.5 / 750* 100vw);
		letter-spacing: .05em;
	}
}
/* インプラント無料相談の流れ consul
------------------------------------------------------------------*/
.wrap_consul01.left{
	margin-left: 0;
	margin-right: auto;
}
.wrap_consul01 .num{
	top: calc(-8 / 1920* 100vw);
	left: 0;
	line-height: 1;
	color: rgba(255, 255, 255, 0.3);
}
.wrap_consul01:after{
	content: "";
	position: absolute;
	background: #037e12 url("../images/index/deco_consul01.svg")no-repeat right bottom /calc(847 / 1920*100vw) auto;
	bottom: 0;
	top: 0;
	right: 0;
	width:82.5%;
	height: 100%;
	z-index: -1;
}
.wrap_consul01.left:after{
	background-color: #98c7b4 ;
	background-image: url("../images/index/deco_consul02.svg");
	background-position: left bottom;
	right: auto;
	left: 0;
}
.wrap_consul01 > .inner1240{
	max-width: calc(1240 / 1920* 100vw);
}
.row_consul01{
	padding:calc(50 / 1920* 100vw) 4.5% calc(50 / 1920* 100vw) 4%;
	position: relative;
}
.row_consul01 .col_txt{
	max-width:733px ;
	width:65%;
	margin-top: calc(30 / 1920* 100vw);
}
.row_consul01 .col_img{
	max-width:345px ;
	width: 30%;
}
.bg_consul01{
	background: #fffdfa;
}
.row_consul02 {
	max-width:calc(1240 / 1920* 100vw);
}
.row_consul02 .col{
	border: 2px solid #037e12;
	border-radius: 30px;
	width: calc(295 / 1920* 100vw);
	height:calc(295 / 1920* 100vw);
}
.row_consul02 .col .icn img{
	width: calc(63 / 1920* 100vw);
	height: auto;
}
.row_consul02 .col02 .icn img{
	width: calc(60 / 1920* 100vw);
}
.row_consul02 .col03 .icn img{
	width: calc(61 / 1920* 100vw);
}
.row_consul02 .col04 .icn img{
	width: calc(60 / 1920* 100vw);
}
.bg_consul02{
	background: url("../images/index/deco_consul04.svg") no-repeat right bottom / 100% auto;
}
.box_consul01 {
	border: 2px solid #46b98c;
	border-radius: 20px;
}
.box_consul01 .wrap{
	max-width: calc(1000 / 1920* 100vw);
}
.box_consul01 .ttl:before {
	position: absolute;
	content: "";
	background: url("../images/index/deco_consul03.svg") no-repeat right bottom / contain;
	width:100%;
	height:100%;
	right: 0;
	bottom: 0;
}
.box_consul01 .copy{
	border-bottom: 1px solid #46b98c;
}
.box_consul01 .list{
	max-width: calc(945 / 1920 * 100vw);
}
.box_consul01 .list li{
	width: 47.5%;
}
.box_consul01 .list li:before{
	background-color: #fa9c19;
}
.copy_consul01{
	letter-spacing: .09em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_consul01:after{
		width: 89.5%;
	}
	.wrap_consul01 .num{
		top: calc(-8 / 1599* 100vw);
	}
	.wrap_consul01 > .inner1240{
		max-width: calc(1240 / 1599* 100vw);
	}
	.row_consul01{
		padding:calc(50 / 1599* 100vw) 4.5% calc(50 / 1599* 100vw) 4%;
	}
	.row_consul01 .col_txt{
		margin-top: calc(30 / 1599* 100vw);
	}
	.row_consul02 {
		max-width:calc(1240 / 1599* 100vw);
	}
	.row_consul02 .col{
		width: calc(295 / 1599* 100vw);
		height:calc(295 / 1599* 100vw);
	}
	.row_consul02 .col .icn img{
		width: calc(63 / 1599* 100vw);
	}
	.row_consul02 .col02 .icn img{
		width: calc(60 / 1599* 100vw);
	}
	.row_consul02 .col03 .icn img{
		width: calc(61 / 1599* 100vw);
	}
	.row_consul02 .col04 .icn img{
		width: calc(60 / 1599* 100vw);
	}
	.box_consul01 .wrap{
		max-width: calc(1000 / 1599* 100vw);
	}
	.box_consul01 .list{
		max-width: calc(945 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_consul01:after{
		width: 95.5%;
	}
	.wrap_consul01 .num{
		top: calc(-8 / 1299* 100vw);
	}
	.wrap_consul01 > .inner1240{
		max-width: calc(1240 / 1290* 100vw);
	}
	.row_consul01{
		padding:calc(50 / 1299* 100vw) 4.5% calc(50 / 1299* 100vw) 4%;
	}
	.row_consul01 .col_txt .ttl{
		font-size: 170%;
	}
	.row_consul01 .col_txt{
		margin-top: calc(30 / 1299* 100vw);
	}
	.row_consul02 {
		max-width:calc(1240 / 1299* 100vw);
	}
	.row_consul02 .col{
		width: calc(273 / 1299* 100vw);
		height:calc(273 / 1299* 100vw);
	}
	.row_consul02 .col .icn img{
		width: calc(63 / 1299* 100vw);
	}
	.row_consul02 .col02 .icn img{
		width: calc(60 / 1299* 100vw);
	}
	.row_consul02 .col03 .icn img{
		width: calc(61 / 1299* 100vw);
	}
	.row_consul02 .col04 .icn img{
		width: calc(60 / 1299* 100vw);
	}
	.box_consul01 .wrap{
		max-width: calc(1000 / 1299* 100vw);
	}
	.box_consul01 .list{
		max-width: calc(945 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_consul01{
/*		margin-bottom: 13vw; */
	}
	.wrap_consul01 > .inner1240{
		max-width: 100%;
	}
	.wrap_consul01:after{
		width: 92.5%;
	}
	.wrap_consul01:after{
		background-size:100% auto ;
	}
	.wrap_consul01 .num{
		top: -1vw;
		left: 7vw;
	}
	.wrap_consul01.left .num{
		left: 7vw;
	}
	.wrap_consul01 .num .fz46{
		font-size: 185.93%;
	}
	.wrap_consul01 .num .fz70{
		font-size: 282.81%;
	}
	.row_consul01{
		max-width: 100%;
		padding:12vw 6% 5vw 14%;
	}
	.left .row_consul01{
		padding:12vw 14% 5vw 7%; 
	}
	.row_consul01 .col_txt{
		width: 100%;
	}
	.row_consul01 .col_txt .ttl{
		text-align: center;
		font-size: 168.75%;
		line-height: 1.3;
		margin-bottom: 4vw;
	}
	.row_consul01 .col_txt .txt{
		letter-spacing: .1em
	}
	.row_consul01 .col_img{
		max-width:calc(345 / 750*100vw) ;
		width: 100%;
		margin: 0 auto 3vw;
	}
	.ttl_consul01 {
		font-size: 175%;
		margin-bottom: 1vw;
	}
	.row_consul02{
	    margin-bottom: 3vw;
	    max-width: 100%;
	}
	.row_consul02 .col{
		width: calc(340 / 750* 100vw);
		height:calc(340 / 750* 100vw);
	}
	.row_consul02 .col:nth-child(-n + 2){
		margin-bottom: 4vw;
	}
	.row_consul02 .col .icn img{
		width: calc(69 / 750* 100vw);
	}
	.row_consul02 .col02 .icn img{
		width: calc(70 / 750* 100vw);
	}
	.row_consul02 .col03 .icn img{
		width: calc(70 / 750* 100vw);
	}
	.row_consul02 .col04 .icn img{
		width: calc(70 / 750* 100vw);
	}
	.row_consul02 .col .fz24{
		font-size:85.9% ;
	}
	.row_consul02 .col .fz36{
		font-size:129.68% ;
	}
	.row_consul02 .col .notes{
		font-size: 64%;
        letter-spacing: .1em;
	}
	.txt_consul01{
		letter-spacing: .1em;
	}
	.bg_consul02{
		background-image: url("../images/index/bg_consul01_sp.png");
		padding-top: 0;
	}
	.box_consul01{
		padding:8vw 2vw 6vw;
		border-width: calc(2 / 750* 100vw);
	}
	.box_consul01 .wrap{
		max-width:97%;
	}
	.box_consul01 .ttl{
		font-size:106.25%;
		padding: 1vw 0;
	}
	.box_consul01 .ttl:before {
		background-image: url("../images/index/deco_consul03_sp.svg");
	}
	.box_consul01 .copy{
		font-size: 106.25%;
	    line-height: 1.5;
	}
	.box_consul01 .list{
		max-width: 100%;
        margin-bottom: 5vw;
	}
	.box_consul01 .list li{
		width: 100%;
	    padding-left: 8vw;
        letter-spacing: .1em;
	}
	.box_consul01 .list li:before{
		left: 1vw;
	}
	.copy_consul01{
		font-size: 125%;
		line-height: 1.4;
	}
}

/* コピペ用 copy&paste
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {}
.grecaptcha-badge {
	visibility: hidden;
}