@charset "utf-8";
/* Theme Name: res */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap'); */
html, body {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#wrap {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	color: inherit;
}
h6 {
	font-weight: normal;
}
.normal_weight {
	font-weight: normal;
}
.txt_link {
	color: #92cdf2;
}
.txt_link02 {
	color: #92cdf2;
	text-decoration: underline;
}
.txt_link02:hover {
	color: #92cdf2;
	text-decoration: none;
}
.txt_col01 {
	color: #92cdf2;
}
.txt_col02 {
	color: #d293da;
}
.txt_col03 {
	color: #ae9dde;
}
.txt_col04 {
	color: #3b469b;
}
.txt_col05 {
	color: #c28bdd;
}
.bg_col01 {
	background-color: #92cdf2;
}
.bg_col02 {
	background-color: #d293da;
}
.bg_col03 {
	background-color: #ae9dde;
}
.bg_col04 {
	background-color: rgba(242, 242, 242, .5);
}
.bg_col05 {
	background-color: #c28bdd;
}
.txt_white {
	color: #fff;
}
.bg_white {
	background-color: #fff;
}
.txt_shadow {
	text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1);
}
.ten {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
.dun_l {
	font-family: dunbar-tall, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.dun_b {
	font-family: dunbar-tall, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.txt_common01 {
	color: #B3D768; /*非対応のブラウザでの文字色を設定*/

	-webkit-background-clip: text;
	
	text-shadow: none;
}
.txt_common01.yellow {
	color: #abe1f7; /*非対応のブラウザでの文字色を設定*/
	background: -webkit-linear-gradient(-60deg, #f5f6a5, #abe1f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.txt_common01.yellow02 {
	color: #abe1f7; /*非対応のブラウザでの文字色を設定*/
	background: -webkit-linear-gradient(0, #f5f6a5, #abe1f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_common01 {
	background: #9AC62C;
}
.bg_common02 {
	position: relative;
	z-index: -10;
}
.bg_common02:before {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: -webkit-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: linear-gradient(120deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	width: 90%;
	max-width: 1700px;
	height: 600px;
	right: 0;
}
.bg_common02:after {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(90% - 2px);
	max-width: 1698px;
	height: 596px;
	top: 2px;
	right: 0;
}
.bg_common02.left:before, .bg_common02.left:after {
	right: auto;
	left: 0;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner, .inner900, .inner1000, .inner1040, .inner1120, .inner1240, .inner1340, .inner1500, .inner1740 {
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inner900 {
	max-width: calc(900px + 10%);
}
.inner1000 {
	max-width: calc(1000px + 10%);
}
.inner1040 {
	max-width: calc(1040px + 10%);
}
.inner1120 {
	max-width: calc(1120px + 10%);
}
.inner1240 {
	max-width: calc(1240px + 10%);
}
.inner1340 {
	max-width: calc(1340px + 10%);
}
.inner1500 {
	max-width: calc(1500px + 10%);
}
.inner1740 {
	max-width: calc(1740px + 10%);
}
table {
	table-layout: fixed;
}
td input {
	max-width: 100%;
}
.map {
	position: relative;
	width: 100%;
	padding: 500px 0 0 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.tb_view {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {

}
.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;
}
.noshrink {
	flex: 0 0 auto;
}
.grow {
	flex: 1 1 auto;
}
.txt_center {
	text-align: center;
}
.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: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb32 {
	margin-bottom: 32px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb95 {
	margin-bottom: 95px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb105 {
	margin-bottom: 105px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb115 {
	margin-bottom: 115px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb125 {
	margin-bottom: 125px;
}
.mb130 {
	margin-bottom: 130px;
}
.mb135 {
	margin-bottom: 135px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb145 {
	margin-bottom: 145px;
}
.mb150 {
	margin-bottom: 150px;
}
.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;
}
.tbl_time01 table {
	border-right: none;
	border-left: none;
	border-top-color: #333;
	border-bottom-color: #333;
}
.tbl_time01.day8 {
	max-width: 470px;
	margin: 0 auto;
}
.tbl_time01 thead th {
	background: transparent;
	padding: 18px 0 17px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
}
.tbl_time01 tbody tr:first-child th, .tbl_time01 tbody tr:first-child td {
	padding-bottom: 0;
	padding-top: 10px;
}
.tbl_time01 tbody tr:last-child th, .tbl_time01 tbody tr:last-child td {
	padding: 5px 0 22px;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
	border-bottom: none;
}
.arw_common01 {
	position: relative;
	display: inline-block;
}
.arw_common01:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 10px;
	background: url("images/page/arw01.png")no-repeat center / contain;
	transition: .3s;
	opacity: 1;
}
.arw_common01.arw_hover:hover:after {
	background-image: url("images/page/arw02.png");
	transition: .3s;
	opacity: 1;
}
.arw_common02 {
	position: relative;
}
.arw_common02:after {
	content: "";
	position: absolute;
	background: no-repeat center / contain;
	width: 26px;
	height: 26px;
}
.arw_common02.purple:after {
	background-image: url("images/page/arw04.svg");
}
.arw_common02.blue:after {
	background-image: url("images/page/arw05.svg");
}
.arw_common02.orange:after {
	background-image: url("images/page/arw06.svg");
}
.tel_common01 {
	max-width: 350px;
	width: 100%;
}
.tel_common01 a {
	display: block;
	padding: 12px 0;
}
.tel_common01 span {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1;
	padding-left: 40px;
	display: inline-block;
	color: #fff;
	position: relative;
}
.tel_common01 span:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_tel01.svg")no-repeat center / contain;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_common01 {
	max-width: 300px;
	width: 100%;
	text-align: center;
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	position: relative;
	background: linear-gradient(to right, #84b5e4 0%, #c28bdd 100%);
	padding: 2px;
}
.btn_common01 a,
.btn_common01 label {
	display: block;
	position: relative;
	width: 100%;
	background: #fff;
}
.btn_common01 a:hover,
.btn_common01 label:hover {
	background: transparent;
	transition: .3s;
	opacity: 1;
}
.btn_common01 .wrap {
	padding: 11px 0 15px;
}
.btn_common01 p {
	width: 100%;
	display: inline-block;
}
.btn_common01 a:hover p,
.btn_common01 label:hover p {
	color: #fff;
	background: none;
	-webkit-text-fill-color: inherit;
	position: relative;
	z-index: 1;
}
.btn_common01 .arw_common01 {
	width: 100%;
}
.btn_common01 a:hover .arw_common01:after {
	background-image: url("images/page/arw02.png");
}
.btn_common01 .arw_common01:after {
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.name_common01 .txt {
	font-size: 162.5%;
	letter-spacing: .1em;
	line-height: 1;
	margin-right: 1em;
}
.name_common01 .name {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1;
}
.name_common01 .ja {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 2px dotted #333;
}
.name_common01 .en {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1;
}
.num_common01 {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 2px dotted #333;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.num_common01 > p {
	font-size: 312.5%;
	letter-spacing: .1em;
	line-height: 140px;
	position: relative;
	text-shadow: none;
}
.num_common01 > p:before, .num_common01 > p:after {
	content: "";
	position: absolute;
	background: url("images/page/txt_common01.svg")no-repeat center / contain;
	width: 114px;
	height: 45px;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.num_common01 > p:after {
	transform: scale(-1, -1);
	top: auto;
	bottom: 5px;
}
.num_common01.small {
	width: 120px;
	height: 120px;
}
.num_common01.small > p {
	font-size: 250%;
	line-height: 110px;
}
.num_common01.small > p:before, .num_common01.small > p:after {
	width: 93px;
	height: 38px;
	top: 10px;
}
.num_common01.small > p:after {
	top: auto;
	bottom: 0;
}
.ttl_common01 span {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.ttl_common01 span:after {
	content: "";
	position: absolute;
	background: #cde893;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.ttl_common01.yellow span:after {
	background: #cde893;
}
.bnr_metal_allergy {
	max-width: 1000px;
	overflow: hidden;
}
.bnr_metal_allergy a {
	display: block;
		background: #cde893;
	position: relative;
}
.bnr_metal_allergy a:before {
	content: "";
	position: absolute;
	background: url("images/index/img_bnr_metal01.png")no-repeat center bottom / contain;
	width: 203px;
	height: 200px;
	right: 7%;
	bottom: 0;
	z-index: 1;
}
.bnr_metal_allergy a:after {
	content: "";
	position: absolute;
	background: url("images/index/bg_bnr_metal02.png")no-repeat center bottom / contain;
	width: 430px;
	height: 250px;
	right: 1%;
	bottom: -19%;
}
.bnr_metal_allergy .wrap {
	padding: 35px 17px 0;
	position: relative;
	z-index: 1;
}
.bnr_metal_allergy .wrap:before {
	content: "";
	position: absolute;
	background: url("images/index/bg_bnr_metal01.png")no-repeat center / contain;
	width: 317px;
	height: 200px;
	left: 0;
	top: 0;
}
.bnr_metal_allergy .txt {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-left: 35px;
	z-index: 1;
	position: relative;
}
.bnr_metal_allergy .ttl {
	font-size: 262.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	text-shadow: 2px 2px 0 #fff;
	margin: 5px 0 15px 35px;
}
.bnr_metal_allergy .ttl .arw_common02:after {
	right: -65px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bnr_metal_allergy .en {
	color: #ff911e;
	font-size: 375%;
	letter-spacing: .1em;
	line-height: 1;
	line-height: .85;
	z-index: 1;
	position: relative;
}
@media(max-width:1380px) {
	.lap_none {
		display: none;
	}
}
@media(max-width: 959px) {
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.tel_common01 span {
		font-size: 150%;
	}
	.ttl_common01 span {
		font-size: 160%;
		letter-spacing: .1em;
	}
	.name_common01 .txt {
		font-size: 150%;
	}
	.name_common01 .name {
		font-size: 230%;
	}
	.name_common01 .en {
		font-size: 115%;
	}
	.num_common01 {
		width: 130px;
		height: 130px;
	}
	.num_common01 > p:before, .num_common01 > p:after {
		width: 100px;
	}
	.num_common01 > p:before {
		top: 7px;
	}
	.num_common01 > p:after {
		bottom: 5px;
	}
	.num_common01 > p {
		font-size: 280%;
		line-height: 125px;
	}
	.num_common01.small > p {
		font-size: 230%;
	}
	.num_common01.small {
		width: 110px;
		height: 110px;
	}
	.num_common01.small > p:before, .num_common01.small > p:after {
		width: 85px;
	}
	.num_common01.small > p:before {
		top: 7px;
	}
	.num_common01.small > p {
		line-height: 100px;
	}
	.ttl_common01 span:after {
		height: 15px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.tel_common01 a {
		padding: 14px 0 10px;
	}
	.tel_common01 span {
		font-size: 150%;
	}
	.tel_common01 span:before {
		width: 25px;
		height: 25px;
	}
	.name_common01 {
		max-width: 400px;
		margin: 0 auto;
	}
	.name_common01 .txt {
		font-size: 150%;
	}
	.name_common01 .name {
		font-size: 230%;
	}
	.name_common01 .en {
		font-size: 115%;
	}
	.num_common01 {
		width: 130px;
		height: 130px;
	}
	.num_common01 > p:before, .num_common01 > p:after {
		width: 100px;
	}
	.num_common01 > p:before {
		top: 7px;
	}
	.num_common01 > p:after {
		bottom: 5px;
	}
	.num_common01 > p {
		font-size: 280%;
		line-height: 125px;
	}
	.num_common01.small > p {
		font-size: 230%;
	}
	.num_common01.small {
		width: 110px;
		height: 110px;
	}
	.num_common01.small > p:before, .num_common01.small > p:after {
		width: 85px;
	}
	.num_common01.small > p:before {
		top: 7px;
	}
	.num_common01.small > p {
		line-height: 100px;
	}
	.bnr_metal_allergy .en {
		font-size: 250%;
	}
	.bnr_metal_allergy .ttl {
		margin-left: 15px;
		font-size: 230%;
		letter-spacing: .05em;
	}
	.bnr_metal_allergy .txt {
		margin-left: 15px;
		font-size: 115%;
	}
	.bnr_metal_allergy a:before {
		width: 175px;
		height: 200px;
		right: 5%;
	}
	.bnr_metal_allergy a:after {
		width: 350px;
	}
	.bnr_metal_allergy .wrap:before {
		height: 125px;
	}
	.ttl_common01 span {
		font-size: 165%;
	}
	.ttl_common01 span:after {
		height: 15px;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		line-height: 1.5625;
		letter-spacing: 0;
	}
	.inner, .inner900, .inner1000, .inner1040, .inner1120, .inner1240, .inner1340, .inner1500, .inner1740 {
		padding: 0 3.2vw;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.sp_none {
		display: none!important;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}
	.map {
		padding-top: calc(500 / 750 * 100vw);
	}
	.mb5 {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	.mb8 {
		margin-bottom: calc(8 / 750 * 100vw);
	}
	.mb10 {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	.mb15 {
		margin-bottom: calc(15 / 750 * 100vw);
	}
	.mb16 {
		margin-bottom: calc(16 / 750 * 100vw);
	}
	.mb20 {
		margin-bottom: calc(20 / 750 * 100vw);
	}
	.mb24 {
		margin-bottom: calc(24 / 750 * 100vw);
	}
	.mb25 {
		margin-bottom: calc(25 / 750 * 100vw);
	}
	.mb30 {
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.mb32 {
		margin-bottom: calc(32 / 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);
	}
	.num_common01 {
		width: calc(150 / 750*100vw);
		height: calc(150 / 750*100vw);
		border-width: 1px;
		margin-bottom: 2vw;
	}
	.num_common01 > p {
		font-size: 156.25%;
		line-height: 19.2vw;
	}
	.num_common01 > p:before, .num_common01 > p:after {
		width: calc(114 / 750*100vw);
		height: calc(45 / 750*100vw);
	}
	.num_common01 > p:before {
		top: 1.5vw;
	}
	.ttl_common01 span {
		font-size: 112.5%;
		line-height: 2;
	}
	.ttl_common01 span:after {
		height: 2vw;
	}
	.bnr_metal_allergy .txt {
		font-size: 62.5%;
		margin-left: 3vw;
	}
	.bnr_metal_allergy .ttl {
		font-size: 131.25%;
		letter-spacing: 0;
		margin: 0 0 3vw 3vw;
	}
	.bnr_metal_allergy .en {
		font-size: 187.5%;
	}
	.bnr_metal_allergy .wrap {
		padding: 4.5vw 2vw 0;
	}
	.bnr_metal_allergy .wrap:before {
		width: calc(380 / 750*100vw);
		height: calc(202 / 750*100vw);
	}
	.bnr_metal_allergy a:after {
		width: calc(170 / 750*100vw);
		height: calc(136 / 750*100vw);
		bottom: 0;
		right: 0;
		background-image: url(images/index/bg_bnr_metal02_sp.png);
	}
	.bnr_metal_allergy a:before {
		background-image: url("images/index/img_bnr_metal01_sp.png");
		width: calc(205 / 750*100vw);
		height: calc(241 / 750*100vw);
		right: -3vw;
	}
	.bnr_metal_allergy .ttl .arw_common02:after {
		width: calc(26 / 750*100vw);
		height: calc(26 / 750*100vw);
	}
	.num_common01.small {
		width: calc(120 / 750*100vw);
		height: calc(120 / 750*100vw);
	}
	.num_common01.small > p {
		font-size: 120%;
		line-height: 15vw;
	}
	.num_common01.small > p:before, .num_common01.small > p:after {
		width: calc(93 / 750*100vw);
		height: calc(38 / 750*100vw);
		left: .7vw;
	}
	.num_common01.small > p:before {
		top: 1.3vw;
	}
	.num_common01.small > p:after {
		bottom: .7vw;
	}
	.tel_common01 {
		width: calc(500 / 750*100vw);
	}
	.tel_common01 a {
		padding: 3.5vw 0 2vw;
	}
	.tel_common01 span {
		font-size: 131.25%;
		padding-left: 8vw;
	}
	.tel_common01 span:before {
		width: calc(42 / 750*100vw);
		height: calc(42 / 750*100vw);
	}
}
/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
	margin-bottom: 110px;
}
.main_img ul {
	opacity: 0;
	max-width: 1400px;
	width: 80%;
}
.main_img ul li {
	min-height: 800px;
}
.main_img .ja, .main_img .en {
	text-shadow: 4px 4px 0 #fff;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}
.main03 {
	background: url(images/index/main03.jpg)no-repeat center left/ cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.bnr_main01 {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	max-width: 380px;
	width: 100%;
}
.bnr_main01 a {
	display: block;
	position: relative;
	border-left: 4px solid #84b5e4;
	border-right: 4px solid #c28bdd;
}
.bnr_main01 a:before, .bnr_main01 a:after {
	content: "";
	display: block;
	height: 4px;
	background: linear-gradient(to right, #84b5e4 0%, #c28bdd 100%);
}
.bnr_main01 .box {
	padding: 17px 8%;
	position: relative;
	background: rgba(255, 255, 255, .7);
	width: 100%;
}
.bnr_main01 .box:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_main01.png")no-repeat center / contain;
	width: 78px;
	height: 140px;
	right: 64px;
	bottom: 0;
}
.bnr_main01 .box.arw_common01:after {
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index_catch_main .ja {
	font-size: 562.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 25px;
}
.index_catch_main {
	position: absolute;
	top: 35%;
	left: 6.5%;
}
.index_catch_main .en {
	font-size: 312.5%;
	line-height: 1;
	letter-spacing: .21em;
	padding-left: 10px;
}

.wrap_main01 {
	max-width: 385px;
	width: 100%;
	position: absolute;
	left: 3%;
	top: 14px;
	z-index: 100;
}
.wrap_main01 h1 {
	max-width: 280px;
	width: 100%;
	margin: 0 auto 16px;
}
.address_main {
	margin-bottom: 16px;
}
.time_main {
	position: absolute;
	right: 3.5%;
	top: 40px;
}
.tbl_main table {
	background: rgba(255, 255, 255, .7);
}
.bnr_main01 {
	position: absolute;
	left: 3.5%;
	bottom: 34px;
}
.main_circle01 {
	background: rgba(236, 141, 123, .95);
	padding: 10px;
	width: 345px;
	height: 345px;
	position: absolute;
	right: 6.5%;
	bottom: 140px;
	border-radius: 50%;
}
.main_circle01 .bdr {
	border: dotted 2px #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.main_circle01 .wrap {
	margin-top: 20px;
}
.main_circle01 .txt01 {
	font-size: 159.37%;
	letter-spacing: .1em;
	margin-left: 10px;
	margin-bottom: 5px;
}
.main_circle01 .txt01 span {
	font-size: 119.6%;
}
.main_circle01 .txt02 {
	font-size: 212.5%;
	line-height: 1;
	margin-left: 20px;
	margin-bottom: 15px;
}
.main_circle01 .txt02 span {
	color: #fbd673;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.main_circle01 .txt02 em {
	font-size: 251.47%;
	letter-spacing: -.001em;
	position: relative;
}
.main_circle01 .txt02 em:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_main03.png")no-repeat top left /contain;
	top: 13px;
	left: -13px;
	width: 31px;
	height: 28px;
}
.main_circle01 .txt03 {
	font-size: 246.87%;
	letter-spacing: .1em;
}
.row_main01 {
	position: absolute;
	right: 6.5%;
	bottom: -40px;
}
.row_main01 a {
	display: block;
	background: #ae9dde;
	border-radius: 50%;
	width: 162px;
	height: 162px;
	padding: 5px;
	box-shadow: 3.5px 3.5px 9px 1px rgba(51, 51, 51, 0.2);
}
.row_main01 .circle_en {
	margin-right: 25px;
}
.row_main01 .circle_kar a {
	background: #92cdf2;
}
.row_main01 .circle .bdr {
	border: dotted 2px #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
@media(min-width: 1251px) and (max-width:1670px) {
	.main_circle01 {
		font-size: 95%;
		width: 330px;
		height: 330px;
	}
}
@media(min-width: 1251px) and (max-width:1450px) {
	.wrap_main01 h1 {
		/* max-width: 250px; */
		max-width: 300px;
		margin: 0 auto 12px;
	}
	.address_main {
		margin-bottom: 12px;
	}
	.address_main span {
		display: block;
	}
	.wrap_main01 {
		max-width: 300px;
	}
	.tel_common01 {
		margin-bottom: 12px;
	}
	.index_catch_main {
		left: 5%;
		top: 40%;
	}
	.index_catch_main .ja {
		font-size: 400%;
	}
	.index_catch_main .en {
		font-size: 250%;
		letter-spacing: .15em;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.wrap_main01 {
		top: 64px;
		max-width: 300px;
	}
	.address_main span {
		display: block;
	}
	.index_catch_main {
		top: 40%;
	}
	.index_catch_main .ja {
		font-size: 400%;
	}
	.index_catch_main .en {
		font-size: 250%;
		letter-spacing: .15em;
	}
	.tbl_main {
		font-size: 85%;
	}
	.index_catch_main {
		top: 350px;
		left: 4.5%;
	}
	.tbl_main.day8 {
		max-width: 420px;
	}
	.wrap_main01 h1 {
		max-width: 245px;
	}
	.wrap_main01 h1, .address_main {
		margin-bottom: 12px;
	}
	/*.main01 {
		background: url(images/index/main01_tb.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_tb.jpg)no-repeat center / cover;
	}
	.main03 {
		background: url(images/index/main03_tb.jpg)no-repeat center / cover;
	}*/
	.main_circle01 {
		font-size: 90%;
		width: 310px;
		height: 310px;
		right: 9%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.main_img {
		margin-bottom: 60px;
	}
	.main_img ul li {
		min-height: 600px;
	}
	.wrap_main01 {
		top: 8%;
		max-width: 300px;
	}
	.address_main span {
		display: block;
	}
	.time_main {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin-top: 160px;
	}
	.index_catch_main {
		left: 4%;
		top: 350px;
	}
	.index_catch_main .ja {
		font-size: 300%;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.index_catch_main .en {
		font-size: 180%;
	}
	.wrap_main01 h1, .address_main {
		margin-bottom: 12px;
	}
	.wrap_main01 h1 {
		max-width: 250px;
	}
	.main01 {
		background: url(images/index/main01_tb.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_tb.jpg)no-repeat center / cover;
	}
	.main03 {
		background: url(images/index/main03_tb.jpg)no-repeat center / cover;
	}
	.main_circle01 {
		font-size: 62%;
		padding: 5px;
		width: 230px;
		height: 230px;
		right: 8%;
		bottom: auto;
		top: 25%;
	}
	.main_circle01 .wrap {
		margin-top: 7px;
	}
	.main_circle01 .txt02 em:after {
		width: 26px;
		height: 23px;
		top: 3px;
		left: -13px;
	}
	.bnr_main01 {
		bottom: auto;
		top: 55%;
	}
	.row_main01 {
		bottom: auto;
		top: 50%;
	}
	.row_main01 a {
		width: 130px;
		height: 130px;
	}
}
@media only screen and (max-width: 767px) {
	header {
		padding-top: 20vw;
	}
	.wrap_main01 {
		text-align: left;
		top: 5vw;
		left: 3.2vw;
		max-width: 400px;
		width: 100%;
	}
	.wrap_main01 h1 img {
    width: 100%;
}
	.wrap_main01 h1 {
		/* max-width: calc(280 / 750*100vw); */
		/* max-width: calc(330 / 750*100vw); */
		margin: 0;
		max-width: 400px;
		width: 100%;
	}
	.wrap_main01 .tb_pc {
		display: none;
	}
	.low_logo.sp_only {
		width: 100%;
	}

	.main_img {
		margin-bottom: 9vw;
	}
	.main_img ul li {
		min-height: auto;
	}
	.main01, .main02 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit !important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.address_main {
		display: none;
	}
	.address_main_sp {
		margin-bottom: 8vw;
	}
	.main_img ul {
		width: 100%;
		margin-bottom: 116vw;
		margin-top: 18vw;
	}
	.index_sp_bnr {
		position: absolute;
		top: 20.4%;
	}
	.index_bnr_case {
		margin-bottom: 3vw;
	}
	.index_catch_main {
		top: 190vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	.index_catch_main .ja {
		display: none;
	}
	.index_catch_main .en {
		font-size: 156.25%;
		padding-left: 0;
		text-align: center;
	}
	.tel_main {
		display: none;
	}
	.tel_btn {
		width: calc(100 / 750*100vw);
		height: calc(100 / 750*100vw);
		position: absolute;
		right: 19vw;
		top: 3vw;
		z-index: 10000;
	}
	.tel_btn a {
		padding: 3.5vw 0 3vw;
		bottom: 4vw;
		height: 100%;
	}
	.tel_btn.tel_common01 span:before {
		width: calc(60 / 750*100vw);
		height: calc(60 / 750*100vw);
		left: 0;
		right: 0;
		top: 0;
		bottom: 4vw;
		margin: auto;
	}
	.time_main {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.bnr_main01 {
		position: relative;
		bottom: auto;
		top: 0;
		left: 0;
		right: 0;
		max-width: calc(700 / 750*100vw);
		margin: 17vw auto 0;
		letter-spacing: 0;
	}
	.bnr_main01 .box {
		padding: 4.5vw 5vw;
	}
	.bnr_main01 .box:before {
		width: calc(154 / 750*100vw);
		height: calc(280 / 750*100vw);
		background-image: url("images/index/deco_main01_sp.png");
		right: 13vw;
	}
	.bnr_main01 .box.arw_common01:after {
		right: 6vw;
		width: calc(16 / 750*100vw);
		height: calc(21 / 750*100vw);
	}
	.tbl_time01.day8 {
		max-width: calc(700 / 750*100vw);
		margin: 0 auto;
	}
	.tbl_time01 thead th {
		padding: 3vw 0;
	}
	.tbl_time01.day8 thead th:first-child, .tbl_time01.day8 tbody th {
		width: 42%;
	}
	.tbl_time01.day8 thead th:first-child {
		width: 42%;
		padding-left: 6vw;
	}
	.tbl_time01.day8 thead th:not(:first-child), .tbl_time01.day8 tbody td {
		width: calc(50% / 7);
	}
	.tbl_time01.day8 thead th:last-child, .tbl_time01.day8 tbody td:last-child {
		width: 16%;
	}
	.tbl_time01 tbody tr:first-child th {
		padding-left: 2.6em;
	}
	.tbl_time01 tbody tr:last-child th {
		padding: 2vw 0 3vw 5.7vw;
	}
	.tbl_time01 tbody tr:last-child td {
		padding: 2vw 0 3vw;
	}
	.tbl_time .tbl_caption {
		margin-top: 4vw;
		letter-spacing: 0;
	}
	.main_circle01 {
		border-radius: 0;
		padding: 1.5vw;
		font-size: 50%;
		width: 100%;
		height: auto;
		right: 0;
		top: calc(-14% + 22vw);
		bottom: auto;
		background: rgba(236, 141, 123, 1);
	}
	.main_circle01 .bdr {
		border-radius: 0;
		display: block;
		border-width: calc(2 / 750*100vw);
	}
	.main_circle01 .wrap {
		margin-top: 0;
		padding:4vw 1.5vw 2vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		    line-height: 1;
	}
	.main_circle01 .wrap:after {
		content: "";
		position: absolute;
		background: url("images/index/deco_main04.svg")no-repeat top right /contain;
		top: 2vw;
		right: 1vw;
		width: calc(20 / 750*100vw);
		height: calc(23 / 750*100vw);
	}
	.main_circle01 .txt01 {
		margin: 0;
		margin-right: 2vw;
	}
	.main_circle01 .txt01 em {
		position: relative;
	}
	.main_circle01 .txt01 em:after {
		content: "";
		position: absolute;
		border: calc(4 / 750*100vw) solid #fbd673;
		top: -1vw;
		right: 0;
		left: 0;
		margin: auto;
		width: calc(4 / 750*100vw);
		height: calc(4 / 750*100vw);
		border-radius: 50%;
	}
	.main_circle01 .txt02 {
		margin: 0;
		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: center;
		align-items: center;
		font-size: 187.5%;
	}
	.main_circle01 .txt02 span {
		border-bottom-width: calc(2 / 750*100vw);
		padding-bottom: 0;
		font-size: 113.33%;
	}
	.main_circle01 .txt02 em:after {
		width: calc(39 / 750*100vw);
		height: calc(34 / 750*100vw);
		top: 1vw;
		left: -3vw;
	}
	.main_circle01 .txt02 em {
		line-height: .9;
	}
	.box_video01  {
		text-align: center;
	}
	.box_video01 video{
		max-width: calc(646 / 750*100vw)!important;
		margin-right: auto;
		margin-left: auto;
	}
}
/* グローバルナビゲーション gnav ※以下のデフォルトはspのハンバーガーメニューです
------------------------------------------------------------------*/
.gnav {
	z-index: 10000;
	position: relative;
}
.gnav > ul {
	max-width: calc(1100px + 10%);
	margin-left: auto;
	padding: 0 5%;
}
.gnav > ul > li > a {
	display: inline-block;
	padding: 28px 0 30px;
	position: relative;
}
.gnav > ul li a.active:after, .gnav > ul li a:hover:after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(left, #84b5e4, #c28bdd);
	background: -webkit-linear-gradient(left, #84b5e4, #c28bdd);
	background: linear-gradient(to right, #84b5e4, #c28bdd);
	width: 14px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
}
.gnav > ul li span {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1;
	vertical-align: middle;
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: -moz-linear-gradient(65deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	background: -webkit-linear-gradient(65deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	background: linear-gradient(25deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	color: #fff;
}
.gnav .nav_sub > ul li {
	width: calc(100% / 6);
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.gnav .nav_sub > ul li:nth-last-child(-n + 2) {
	border-bottom: none;
}
.gnav .nav_sub > ul li:nth-last-child(-n + 8) a{
	display: flex;
	height: 96px;
}
.gnav .nav_sub > ul li:nth-child(6n) {
	border-right: none;
}
.gnav .nav_sub > ul li a {
	display: block;
	padding: 20px 12%;
	position: relative;
}
.gnav .nav_sub > ul li a:after {
	content: "";
	position: absolute;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	bottom: 2px;
	top: 0;
	left: 6%;
	right: auto;
	margin: auto;
	width: 0;
	height: 0;
}
.gnav_fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	width: 100%;
	transition: .3s;
	background: rgba(255, 255, 255, .9);
}
.gnav_fix .gnav {
	max-width: 1560px;
	width: calc(100% - 360px);
	padding: 0 3%;
}
.gnav_fix .tel {
	max-width: 300px;
	width: 300px;
	margin-left: 0;
}
.gnav_fix .gnav > ul {
	margin: 0 auto;
}
.gnav_fix .tel a {
	background: #fff;
	border: 1px solid #333;
}
.gnav_fix .tel a span {
	color: #333;
}
.gnav_fix .tel a span:before {
	background-image: url("images/page/icn_tel02.svg");
}
.nav_drawer.nav01 {
	position: relative;
}
.gnav .nav_drawer.nav01 .nav_sub {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
	width: 600px;
}
.gnav .nav_drawer.nav01 .nav_sub > ul li {
	width: 50%;
}
@media(min-width: 1451px) and (max-width: 1600px) {
	.gnav > ul {
		max-width: calc(990px + 10%);
	}
}
@media(min-width: 1251px) and (max-width:1450px) {
	.gnav > ul {
		max-width: calc(825px + 10%);
		padding: 0 3%;
	}
	.gnav .nav_sub > ul li a {
		padding-right: 0;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.gnav .nav_sub > ul li a {
		padding-right: 0;
		font-size: 85%;
		letter-spacing: .05em;
		padding: 15px 0 15px 20px;
	}
	.gnav .nav_sub > ul li a:after {
		left: 8px;
	}
	.gnav > ul li span {
		font-size: 100%;
	}
	.fix_gnav .gnav > ul li span {
		letter-spacing: .05em;
	}
	.gnav > ul img {
		width: 20px;
	}
	.gnav_fix .gnav > ul {
		padding: 0;
	}
	.gnav_fix .tel {
		max-width: 265px;
	}
	.gnav_fix .gnav {
		width: calc(100% - 280px);
	}
	.gnav .nav_sub > ul li:nth-last-child(-n + 7) a{
		height: 78px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.gnav > ul li span {
		font-size: 100%;
		letter-spacing: .05em;
	}
	.gnav > ul li span img {
		width: 20px;
	}
	.gnav .nav_sub > ul li {
		width: calc(100% / 4);
		font-size: 85%;
	}
	.gnav .nav_sub {
		width: 100%;
	}
	.gnav .nav_sub > ul li:nth-child(6n) {
		border-right: 1px solid #fff;
	}
	.gnav .nav_sub > ul li:nth-child(4n) {
		border-right: none;
	}
	.gnav_fix .tel {
		display: none
	}
	.gnav_fix .gnav > ul {
		padding: 0;
	}
	.gnav_fix .gnav {
		width: 100%;
		max-width: 100%;
	}
	.gnav .nav_sub > ul li:nth-last-child(-n + 6){
		border-bottom: 1px solid #fff;
	}
	.gnav .nav_sub > ul li:last-child{
		border-bottom:none;
	}
	.gnav .nav_sub > ul li:nth-last-child(-n + 7){
		border-bottom: 1px solid #fff;
	}
	.gnav .nav_sub > ul li:nth-last-child(-n + 7) a{
		height: auto;
	}
	.gnav .nav_sub > ul li:nth-last-child(-n + 3) a{
		height: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #fff;
		z-index: 10000;
		outline: none;
		border: 1px solid #333;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 1vw;
		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: #333;
		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: #333;
		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: #333;
		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);
		color: #333;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
		letter-spacing: .1em;
	}
	.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: 12vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
	}
	.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 dotted #727171;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #727171;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px dotted #727171;
		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;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #ae9dde;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		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 {
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub.bg_common01 {
		background: -moz-linear-gradient(0deg, rgba(132, 181, 228, .8), rgba(194, 139, 221, .8));
		background: -webkit-linear-gradient(0deg, rgba(132, 181, 228, .8), rgba(194, 139, 221, .8));
		background: linear-gradient(90deg, rgba(132, 181, 228, .8), rgba(194, 139, 221, .8));
	}
	.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;
		letter-spacing: 0;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
	.gnav {
		display: none;
	}
	.gnav_fix {
		display: none !important;
		opacity: 0 !important;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp {
		padding: 7vw 2vw 6vw;
		background: #ae9dde;
	}
	.gnav_bnr_sp.bnr_foot02 .txt01 {
		font-size: 73.43%;
		line-height: 1;
	}
	.gnav_bnr_sp.bnr_foot02 .txt02 {
		font-size: 10px;
		transform: scale(.8);
		display: inline-block;
		margin-left: -1vw;
	}
	.gnav_bnr_sp.bnr_foot02 li a {
		height: calc(95 / 750*100vw);
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li > a {
		padding: 2.5vw 4vw 3.5vw 3vw
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li > a:after {
		content: none;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li:first-child {
		border-top: none;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li > a {
		border-bottom: 1px solid #ff921f;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li.bnr02 > a {
		border-bottom-color: #4e96e3;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li.bnr03 > a {
		border-bottom-color: #92cdf2;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li.bnr04 > a {
		border-bottom-color: #ec8d7b;
		padding-top: 1.5vw;
	}
	.gnav_sp .nav_main > ul.gnav_bnr_sp > li.bnr05 > a {
		border-bottom-color: #fdef54;
		padding-top: 1.5vw;
	}
	.bnr_foot02.gnav_bnr_sp li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.bnr_foot02.gnav_bnr_sp .txt02:after {
		border-left-width: calc(12 / 750*100vw);
		border-top-width: calc(8 / 750*100vw);
		border-bottom-width: calc(8 / 750*100vw);
		bottom: .5vw;
		right: -2vw;
	}
	.bnr_foot02.gnav_bnr_sp .bnr04 .txt01:after, .bnr_foot02.gnav_bnr_sp .bnr05 .txt01:after {
		border-left-width: calc(10 / 750*100vw);
		border-top-width: calc(8 / 750*100vw);
		border-bottom-width: calc(8 / 750*100vw);
		bottom: 1.5vw;
		right: -18vw;
	}
	.row_main01 .circle_en {
		margin-right: 0;
	}
	.row_main01 a {
		display: block;
		background: #ae9dde;
		border-radius: 0;
		width: calc(336 / 750*100vw);
		height: calc(140 / 750*100vw);
		padding: 0;
	  box-shadow: none;
	}
	.row_main01 a .txt01 {
		width: calc(210/ 750*100vw);
		margin-right: 8vw;
		position: relative;
	}
	.row_main01 a .txt01:after {
		content: "";
		position: absolute;
		background: url("images/index/arw_bnr01.svg")no-repeat center/contain;
		bottom: 0;
		top: 1vw;
		margin: auto;
		right: -8vw;
		width: calc(27 / 750*100vw);
		height: calc(27 / 750*100vw);
	}
	.row_main01 .circle_kar a .txt01:after {
		background-image: url("images/index/arw_bnr02.svg");
	}
	.row_main01 .circle .bdr {
		border: none;
	}
	.row_main01 {
		bottom: 40.5%;
		right: 0;
		left: 0;
		margin: auto;
		padding: 0 3vw;
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
.index_news {
	position: relative;
	padding: 60px 0;
}
.index_news:after {
	content: "";
	position: absolute;
	background: #f2f2f2;
	width: 98%;
	max-width: 1700px;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	max-height: 240px;
	height: auto;
	touch-action: auto !important;
}
.index_news ul dt {
	font-size: 87.5%;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 10px;
}
.index_news ul li:not(:last-of-type) dd {
	margin-bottom: 30px;
}
.index_news li dd a {
	color: #92cdf2; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: -moz-linear-gradient(-90deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	background: -webkit-linear-gradient(-90deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	background: linear-gradient(-180deg, rgba(132, 181, 228, .7), rgba(194, 139, 221, .7));
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: transparent !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 1;
}
.index_row_news01 .col_l {
	width: 130px;
	border-right: 1px solid #333;
	position: relative;
}
.index_row_news01 .col_l span {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.index_ttl_news01 {
	font-size: 187.5%;
	letter-spacing: .2em;
	line-height: 1.5;
	font-weight: normal;
}
.index_row_news01 .col_r {
	width: calc(100% - 130px);
	padding-left: 30px;
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_news:after {
		width: 100%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_news:after {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.index_news {
		padding: 7vw 0;
	}
	.index_news:after {
		width: 100%;
		max-width: 100%;
	}
	.index_row_news01 .col_l {
		padding-top: 0;
		width: 100%;
		border-right: none;
	}
	.index_row_news01 .col_r {
		width: 100%;
		padding-left: 0;
	}
	.index_ttl_news01 {
		border-bottom: 1px solid #333;
		text-align: center;
		font-size: 156.25%;
		padding-bottom: 3.5vw;
		margin-bottom: 4.5vw;
	}
	.index_news ul {
		padding-right: 3vw;
		max-height: calc(500 / 750*100vw);
	}
	.index_news ul dt {
		font-size: 81.25%;
		margin-bottom: 2vw;
		letter-spacing: 0;
	}
	.index_news ul li:not(:last-of-type) dd {
		margin-bottom: 5vw;
	}
	.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
		width: 2px !important;
	}
	.main_img .ja, .main_img .en {
		text-shadow: .5vw .5vw 0 #fff;
	}
	.index_row_news01 .col_l span {
		position: relative;
	}
}
/* 新型コロナウイルス対策について covid
------------------------------------------------------------------*/
.index_covid {
	padding: 80px 0;
}
.index_covid .box {
	border: 1px solid #333;
	max-width: 1000px;
	margin: 0 auto;
}
.index_txt_covid01 {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 18px;
}
.js-accordion-toggle {
	padding: 30px 4%;
	cursor: pointer;
}
.js-accordion-toggle span {
	padding-right: 40px;
	position: relative;
}
.js-accordion-toggle span:before {
	content: "open";
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1;
}
.js-accordion-toggle.is-open span:before {
	content: "close";
}
.js-accordion-toggle span:after {
	content: "";
	position: absolute;
	background: url("images/page/arw03.svg")no-repeat center / contain;
	width: 14px;
	height: 20px;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.js-accordion-toggle.is-open span:after {
	transform: scale(1, -1);
}
.js-accordion-item {
	padding: 0 4%;
}
.js-accordion-item ul {
	padding-bottom: 40px;
	margin: 0 auto 40px;
	border-bottom: 2px dotted #333;
}
.js-accordion-item ul:first-child {
	margin-top: 20px;
}
.js-accordion-item ul:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.js-accordion-item li {
	max-width: 305px;
	width: 32%;
}
.js-accordion-item .ttl {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	padding: 20px 0 18px;
}
@media(min-width: 768px) and (max-width:960px) {
	.index_txt_covid01 {
		font-size: 160%;
		margin-bottom: 10px;
	}
	.js-accordion-toggle {
		padding: 25px 4%;
	}
	.js-accordion-item .ttl {
		font-size: 115%;
	}
}
@media(max-width: 767px) {
	.index_covid {
		padding: 10vw 0;
	}
	.index_txt_covid01 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	.js-accordion-toggle {
		padding: 6vw 4% 7vw;
	}
	.js-accordion-toggle span {
		padding-right: 6vw;
		line-height: 0;
		display: inline-block;
	}
	.js-accordion-toggle span:before {
		font-size: 62.5%;
	}
	.js-accordion-toggle span:after {
		width: calc(14 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.js-accordion-item {
		max-width: calc(630 / 750*100vw);
		margin: 0 auto;
		padding: 0;
	}
	.js-accordion-item li {
		width: 48%;
		max-width: calc(300 / 750*100vw);
	}
	.js-accordion-item li:nth-child(3n) {
		margin: 8vw auto 0;
	}
	.js-accordion-item ul:first-child {
		margin-top: -2vw;
	}
	.js-accordion-item ul {
		margin-bottom: 9vw;
		padding-bottom: 9vw;
		border-bottom-width: 1px;
	}
	.js-accordion-item .ttl {
		font-size: 112.5%;
		padding: 2vw 0 1vw;
	}
	.js-accordion-item .txt {
		font-size: 87.5%;
	}
}
/* ご挨拶 message
------------------------------------------------------------------*/
.index_message {
	background-color: #f2f2f2;
}
.index_message .bg {
	background: url("images/index/bg_message01.png")no-repeat left center / auto 100%, url("images/index/bg_message02.png")no-repeat right center / auto 100%;
	padding: 80px 0;
}
.index_row_message01 .col_r {
	width: 42%;
	max-width: 500px;
}
.index_row_message01 .col_r > .txt {
	margin-bottom: 55px;
	margin-top: 10px;
}
.index_row_message01 .col_r .name_common01 {
	margin-bottom: 55px;
}
.index_row_message01 .col_l {
	position: relative;
	padding: 12% 0 0 0;
	width: 55.5%;
	max-width: 655px;
}
.index_row_message01 .col_l .wrap {
	position: absolute;
	left: 4%;
	top: 0;
	width: 280px;
}
.index_row_message01 .col_l .img01 {
	margin: 0 0 0 auto;
	text-align: right;
}
.index_row_message01 .col_l .ttl {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.5;
	width: 25%;
}
.index_row_message01 .col_l .catch {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.8;
	width: 70%;
}
.index_row_message01 .col_l .catch span {
	font-size: 125%;
	line-height: 1;
}
.index_row_message01 .col_l .ttl span {
	display: inline-block;
	padding-bottom: 160px;
	position: relative;
}
.index_row_message01 .col_l .ttl span:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	background: #333;
	left: 0;
	right: 15px;
	margin: auto;
	bottom: 0;
}
.index_row_message01 .col_l .img02 {
	position: absolute;
	left: 9.5%;
	bottom: -15%;
	width: 38%;
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_message .bg {
		background: url("images/index/bg_message01.png")no-repeat left center / auto 100%;
	}
	.index_row_message01 .col_l .wrap {
		height: 380px;
		left: 20px;
		width: 225px;
	}
	.index_row_message01 .col_l .catch {
		font-size: 230%;
		line-height: 1.7;
	}
	.index_row_message01 .col_l {
		width: 52%;
		padding: 12% 0 0 12%;
	}
	.index_row_message01 .col_r {
		width: 46%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_message .bg {
		background: url("images/index/bg_message01.png")no-repeat left center / auto 100%;
	}
	.index_row_message01 .col_l {
		width: 70%;
		max-width: 100%;
		margin: 0 auto 100px;
	}
	.index_row_message01 .col_r {
		width: 100%;
		max-width: 100%;
	}
	.index_row_message01 .col_l .catch {
		font-size: 230%;
		line-height: 1.7;
	}
	.index_row_message01 .col_l .wrap {
		left: -40px;
		width: 250px;
	}
	.index_row_message01 .col_l .img01 {
		width: 80%;
	}
	.index_row_message01 .col_l .img02 {
		left: 0;
	}
}
@media(max-width: 767px) {
	.index_message .bg {
		background: url("images/index/bg_message01_sp.png")no-repeat center bottom / 100% auto, url("images/index/bg_message02_sp.png")no-repeat center top / 100% auto;
		padding: 9vw 0;
	}
	.index_row_message01 .col_l {
		width: 100%;
		margin: 0 auto 19vw;
		padding: 14vw 0 0;
	}
	.index_row_message01 .col_r {
		width: 100%;
		max-width: 100%;
	}
	.index_row_message01 .col_l .catch {
		font-size: 140%;
		margin-right: 2.5vw;
		width: 70%;
	}
	.index_row_message01 .col_l .wrap {
		left: 6vw;
		height: calc(500 / 750*100vw);
		width: calc(350 / 750*100vw);
	}
	.index_row_message01 .col_l .img01 {
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
	}
	.index_row_message01 .col_l .img02 {
		left: 14vw;
		bottom: -13vw;
	}
	.index_row_message01 .col_l .ttl {
		font-size: 150%;
		width: 20%;
	}
	.index_row_message01 .col_l .ttl span:after {
		right: 2vw;
		height: calc(150 / 750*100vw);
	}
	.index_row_message01 .col_l .ttl span {
		padding-bottom: 22vw;
	}
	.index_row_message01 .col_l .img02 {
		max-width: calc(250 / 750*100vw);
	}
	.index_row_message01 .col_r > .txt {
		max-width: 99%;
		margin-bottom: 6vw;
	}
	.name_common01 {
		max-width: calc(500 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.index_row_message01 .col_r .name_common01 {
		margin-bottom: 7.5vw;
	}
	.name_common01 .txt {
		font-size: 81.25%;
	}
	.name_common01 .name {
		font-size: 125%;
	}
	.name_common01 .en {
		font-size: 62.5%;
	}
	.name_common01 .ja {
		border-bottom-width: 1px;
		padding-bottom: 3vw;
		margin-bottom: 2vw
	}
	.btn_common01 {
		font-size: 100%;
		max-width: calc(450 / 750*100vw);
		margin: 0 auto;
	}
	.btn_common01 .wrap {
		padding: 3vw;
	}
	.arw_common01:after {
		width: calc(8 / 750*100vw);
		height: calc(10 / 750*100vw);
	}
	.btn_common01 .arw_common01:after {
		right: 2vw;
	}
}
/* こんなお悩みありませんか？ worries
------------------------------------------------------------------*/
.index_bg_worries01 {
	background: url("images/page/ptn03.png");
	padding: 80px 0 30px;
}
.index_ttl_worries01 {
	font-size: 250%;
	letter-spacing: .2em;
	line-height: 1.5;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.index_ttl_worries01:after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: -webkit-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: linear-gradient(120deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.index_ttl_worries01 em {
	font-size: 150%;
	line-height: 1;
	letter-spacing: .23em;
}
.index_ttl_worries01 em span {
	position: relative;
	display: inline-block;
	padding-top: 25px;
}
.index_ttl_worries01 em span:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_worries04.png")no-repeat center / contain;
	width: 57px;
	height: 19px;
	left: 0;
	right: 10px;
	top: 0;
	margin: auto;
}
.index_list_worries01 {
	margin-bottom: 60px;
}
.index_list_worries01 li {
	width: 16.7%;
	margin-bottom: 40px;
}
.index_list_worries01 li:nth-last-child(-n+5) {
	margin-bottom: 0;
}
.index_list_worries01 li a {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	position: relative;
	display: block;
	background: #f2f2f2;
	box-shadow: 4px 4px 9px 1px rgba(51, 51, 51, 0.2);
	transition: .3s;
}
.index_list_worries01 li a:hover {
	margin-top: -20px;
	transition: .3s;
}
.index_list_worries01 li a .wrap {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 43%;
	left: 50%;
	width: 100%;
}
.index_list_worries01 li a .wrap .txt {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-top: 5px;
}
.index_list_worries01 li .arw_common01:after {
	bottom: 14%;
	left: 0;
	right: 0;
	margin: auto;
}
.index_box_worries01 {
	position: relative;
}
.index_box_worries01:before, .index_box_worries01:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_worries01.png")no-repeat center bottom / contain;
	max-width: 419px;
	width: 25%;
	height: 240px;
	bottom: 0;
	left: 10.5%;
	z-index: 1;
}
.index_box_worries01:after {
	background-image: url("images/index/deco_worries02.png");
	max-width: 378px;
	width: 22%;
	height: 239px;
	left: auto;
	right: 13%;
}
.index_box_worries01 .deco {
	padding: 90px 0 115px;
	position: relative;
}
.index_box_worries01 .deco:before {
	content: "";
	position: absolute;
	background: url("images/page/ptn02.png");
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.index_box_worries01 .txt {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
.index_box_worries01 .txt em {
	font-size: 125%;
	line-height: 1;
}
.index_box_worries01 .txt span {
	position: relative;
	display: inline-block;
	padding: 0 100px;
}
.index_box_worries01 .txt span:before, .index_box_worries01 .txt span:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_worries03.svg")no-repeat center / contain;
	width: 65px;
	height: 100px;
	left: 0;
	top: 15px;
	bottom: 0;
	margin: auto;
}
.index_box_worries01 .txt span:after {
	transform: scale(-1, 1);
	left: auto;
	right: 0;
}
@media(min-width: 1251px) and (max-width:1800px) {
	.index_box_worries01:before {
		left: 2.5%;
	}
	.index_box_worries01:after {
		right: 5%;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_bg_worries01 > .inner {
		padding: 0 3%;
	}
	.index_list_worries01 li {
		width: 18.7%;
	}
	.index_list_worries01 li a {
		width: 160px;
		height: 160px;
	}
	.index_list_worries01 .icn img {
		width: 50px;
	}
	.index_list_worries01 li a .wrap .txt {
		font-size: 105%;
	}
	.index_box_worries01:before {
		left: 2.5%;
	}
	.index_box_worries01:after {
		right: 5%;
	}
	.index_ttl_worries01 {
		font-size: 230%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_bg_worries01 > .inner {
		padding: 0 3%;
	}
	.index_ttl_worries01 {
		font-size: 200%;
		letter-spacing: .15em;
	}
	.index_list_worries01 li a {
		width: 160px;
		height: 160px;
	}
	.index_list_worries01 .icn img {
		width: 50px;
	}
	.index_list_worries01 li a .wrap .txt {
		font-size: 105%;
	}
	.index_list_worries01 li {
		width: 23%;
		margin-right: 3%;
		max-width: 160px;
	}
	.index_list_worries01 li:nth-child(4n) {
		margin-right: 0;
	}
	.index_box_worries01 .deco {
		padding: 70px 0 250px;
	}
	.index_box_worries01:before {
		left: 4.5%;
		width: 46%;
	}
	.index_box_worries01:after {
		right: 4%;
		width: 42%;
	}
	.index_box_worries01 .deco:before {
		height: 77px;
	}
	.index_list_worries01.flex {
		justify-content: center;
	}
}
@media(max-width: 767px) {
	.index_bg_worries01 {
		padding: 9vw 0 0;
		background-size: calc(16 / 750*100vw);
	}
	.index_ttl_worries01 {
		font-size: 125%;
		padding-bottom: 2.5vw;
		margin-bottom: 7vw;
		letter-spacing: .15em;
	}
	.index_ttl_worries01 em {
		font-size: 150%;
	}
	.index_ttl_worries01:after {
		height: 1vw;
	}
	.index_ttl_worries01 em span {
		padding-top: 3.5vw;
	}
	.index_ttl_worries01 em span:before {
		width: calc(57 / 750*100vw);
		height: calc(19 / 750*100vw);
	}
	.index_list_worries01 li {
		width: 48%;
		max-width: calc(280 / 750*100vw);
		margin-bottom: 5vw;
	}
	.index_list_worries01 li:nth-last-child(-n+5) {
		margin-bottom: 5vw;
	}
	.index_list_worries01 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.index_list_worries01 li a {
		width: calc(280 / 750*100vw);
		height: calc(280 / 750*100vw);
	}
	.index_list_worries01 li a .icn {
		width: calc(84 / 750*100vw);
		height: calc(84 / 750*100vw);
		margin: 0 auto;
	}
	.index_list_worries01 li a .wrap .txt {
		font-size: 87.5%;
	}
	.index_list_worries01 {
		max-width: 87%;
		margin: 0 auto 9vw;
	}
	.index_box_worries01 .deco {
		padding: 70px 0 250px;
	}
	.index_box_worries01:before {
		left: 4.5%;
		width: 46%;
	}
	.index_box_worries01:after {
		right: 4%;
		width: 42%;
	}
	.index_box_worries01 .deco:before {
		height: 10vw;
		background-size: 1.5% auto;
	}
	.index_box_worries01 .txt {
		font-size: 75%;
	}
	.index_box_worries01 .txt span {
		padding: 0 13.5vw;
	}
	.index_box_worries01 .txt span:before, .index_box_worries01 .txt span:after {
		width: calc(58 / 750*100vw);
		height: calc(90 / 750*100vw);
	}
	.index_box_worries01 .deco {
		padding: 9.5vw 0 34vw;
	}
	.index_box_worries01:before {
		background-image: url(images/index/deco_worries01_sp.png);
		width: calc(688 / 750*100vw);
		height: calc(201 / 750*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.index_box_worries01:after {
		display: none;
	}
}
/* 追加コンテンツ index_box_oral
------------------------------------------------------------------*/
.index_box_oral01 {
	position: relative;
}
.index_box_oral01:before {
	content: "";
	position: absolute;
	background: url(images/page/ptn02.png);
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.index_box_oral01 .txt01 {
	font-size: 275%;
	letter-spacing: .1em;
	line-height: 2.2;
}
.index_box_oral01 .txt01 span {
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.index_box_oral01 {
	padding-top: 70px;
}
.index_box_oral01 .txt02 {
	padding-bottom: 115px;
}
.index_box_oral01 .txt02 .adjust {
	display: none;
}
@media(min-width: 961px) and (max-width:1000px) {
	.index_box_oral01 .txt02 .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_box_oral01 .txt01 {
		font-size: 200%;
	}
	.index_box_oral01 .txt02 {
		text-align: left;
	}
}
@media(max-width: 767px) {
	.index_box_oral01 .txt01 {
		font-size: 150%;
		text-align: center;
		line-height: 2.1;
	}
	.index_box_oral01 .txt01 span {
		padding-bottom: 1vw;
	}
	.index_box_oral01 .txt02 {
		text-align: left;
		padding-bottom: 17vw
	}
	.index_box_oral01 {
		padding-top: 10vw;
	}
	.index_box_oral01 .txt01 span {
		padding-bottom: 2vw;
		border-bottom-width: calc(3 / 750*100vw);
	}
	.index_box_oral01:before {
		background-size: calc(12 / 750*100vw) calc(12 / 750*100vw);
		height: calc(80 / 750*100vw);
	}
}
/* 7つの特徴 feature
------------------------------------------------------------------*/
.index_feature {
	padding: 53px 0 90px;
}
.index_feature .bg_common02 {
	top: 100px;
}
.index_deco_feature01 .ttl {
	font-size: 175%;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}
.index_ttl_feature01 {
	font-size: 375%;
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 110px;
}
.index_ttl_feature01 em {
	font-size: 160px;
	color: #f5bdcb;
	background: -webkit-linear-gradient(-90deg, #f5bdcb, #f5bdcb, #cbbae1, #abe1f7, #f5f6a5, #f5f6a5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: .65;
	margin-right: 13px;
}
.index_ttl_feature01 span {
	font-size: 80%;
}
.index_row_feature .col_img {
	background: url("images/index/img_feature01.png")no-repeat center / cover;
	max-width: 1290px;
	width: 68%;
	min-height: 500px;
}
.index_row_feature02 .col_img {
	background-image: url("images/index/img_feature03.jpg");
}
.index_row_feature .col_txt {
	width: 32%;
	padding: 0 3.5%;
}
.index_row_feature .col_txt .wrap {
	max-width: 450px;
	width: 100%;
}
.index_row_feature .col_txt .ttl {
	margin-bottom: 40px;
}
.index_row_feature .ttl span {
	display: inline-block;
	font-size: 275%;
	letter-spacing: .1em;
	line-height: 2;
	border-bottom: 2px solid #333;
}
.index_row_feature .col_txt .ttl span.txt01 {
	margin-bottom: 10px;
}
.index_row_feature01 {
	margin-bottom: 55px;
}
.index_row_feature02 {
	margin-bottom: 60px;
}
.index_row_feature03 {
	margin-bottom: 160px;
}
.index_row_feature04 {
	margin-bottom: 60px;
}
.index_deco_feature02 {
	padding-bottom: 100px;
	margin-bottom: 50px;
	position: relative;
}
.index_deco_feature02:after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(0deg, #f5f6a5, #abe1f7);
	background: -webkit-linear-gradient(0deg, #f5f6a5, #abe1f7);
	background: linear-gradient(90deg, #f5f6a5, #abe1f7);
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.index_list_feature01 {
	margin-bottom: 200px;
	position: relative;
}
.index_deco_feature03 {
	position: relative;
}
.index_deco_feature03:after {
	content: "FEATURE";
	position: absolute;
	color: #abe1f7; /*非対応のブラウザでの文字色を設定*/
	background: -webkit-linear-gradient(0, #f5f6a5, #abe1f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 200px;
	letter-spacing: .17em;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	bottom: -49%;
	left: -1%;
	opacity: .5;
	z-index: -1;
}
.index_list_feature01 li {
	max-width: 280px;
	width: 24%;
	position: relative;
}
.index_list_feature01 li a {
	display: block;
	background: #ae9dde;
	padding: 95px 4%;
	position: relative;
}
.index_list_feature01 li:nth-child(2n) a {
	background: #92cdf2;
}
.index_list_feature01 li .txt {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}
.index_list_feature01 .arw_common02:before {
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.index_list_feature01 .arw_common02:after {
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
}
.index_deco_feature01 {
	text-align: center;
}
.index_deco_feature01 .deco {
	position: relative;
	margin-bottom: 45px;
}
.index_deco_feature01 .deco:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #333;
	width: 82%;
	max-width: 1560px;
	height: 0;
	left: 0;
	bottom: 1px;
	z-index: -1;
}
.index_wrap_feature01 {
	background: url("images/index/bg_feature01.png")no-repeat center top / auto;
	padding-top: 110px;
	margin-top: 40px;
}
.index_wrap_feature01 > .txt {
	max-width: 630px;
	margin: 45px auto 40px;
}
.index_ttl_feature02 {
	margin-bottom: 60px;
}
.index_row_feature03 .col {
	position: relative;
	z-index: 1;
	width: 33.33%;
}
.index_row_feature03 .col:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 55%;
	background: -moz-linear-gradient(0deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: -webkit-linear-gradient(0deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: linear-gradient(90deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.index_row_feature03 .col .wrap {
	padding-left: 160px;
	padding-right: 30px;
	position: relative;
}
.index_row_feature03 .col .wrap:after {
	content: "";
	position: absolute;
	background: url("images/index/img_feature07.png")no-repeat center / contain;
	max-width: 241px;
	width: 40%;
	height: 221px;
	left: 0;
	bottom: 40px;
}
.index_row_feature03 .col_c .wrap:after {
	background-image: url("images/index/img_feature08.png");
	left: 30px;
}
.index_row_feature03 .col_r .wrap:after {
	background-image: url("images/index/img_feature09.png");
	left: 30px;
}
.index_row_feature03 .col .img {
	max-width: 450px;
}
.index_row_feature03 .col .ttl {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1.5;
	padding: 30px 0 45px;
}
.index_row_feature03 .col .txt {
	font-size: 187.5%;
	letter-spacing: .1em;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 110px;
	padding-bottom: 68px;
	z-index: 1;
}
.index_row_feature03 .col .txt:after {
	content: "";
	position: absolute;
	background: #333;
	width: 1px;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 2px;
	margin: auto;
}
.index_row_feature03 .col_c {
	margin-top: 80px;
}
.index_row_feature04 .col_img {
	background-image: url("images/index/img_feature10.jpg");
}
.index_row_feature05 {
	max-width: 1170px;
	margin: 0 auto;
}
.index_row_feature05 .col {
	width: 49%;
	max-width: 570px;
}
.index_row_feature05 .col .ttl span {
	font-size: 225%;
}
.index_row_feature05 .col .ttl {
	padding: 25px 0 30px;
}
.index_row_feature05 .col .txt {
	max-width: 440px;
	margin: 0 auto;
}
.index_row_feature06 ol {
	padding: 0 1%;
	width: 100%;
}
.index_row_feature06 li {
	width: 32.5%;
	max-width: 600px;
}
.index_row_feature06 .ttl {
	padding: 20px 0 40px;
}
.index_row_feature06 .ttl span {
	display: inline-block;
	font-size: 212.5%;
	letter-spacing: .05em;
	line-height: 2;
	border-bottom: 2px solid #333;
}
.index_row_feature06 .ttl span.txt01 {
	margin-bottom: 10px;
}
.index_row_feature06 .txt {
	max-width: 450px;
	margin: 0 auto;
}
.index_row_feature06 li .num_common01 {
	margin-bottom: -60px;
}
@media(min-width: 1251px) and (max-width:1800px) {
	.index_row_feature .ttl span {
		font-size: 220%;
		letter-spacing: .05em;
	}
	.index_row_feature01 .col_img {
		background-position: center left 33%;
	}
	.index_row_feature .col_img {
		width: 57%;
	}
	.index_row_feature04 .col_img {
		background-position: center right;
	}
	.index_row_feature .col_txt {
		width: 43%;
	}
}
@media(min-width: 1251px) and (max-width:1600px) {
	.index_row_feature03 .col .wrap {
		padding-left: 95px;
	}
	.index_row_feature03 .col .txt {
		left: 35px;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_row_feature .col_img {
		width: 57%;
	}
	.index_row_feature .col_txt {
		width: 43%;
	}
	.index_ttl_feature01 em {
		font-size: 150px;
	}
	.index_list_feature01 li a {
		padding: 55px 4% 80px;
	}
	.index_list_feature01 li .txt {
		font-size: 150%;
	}
	.index_deco_feature03:after {
		font-size: 140px;
	}
	.index_row_feature .ttl span {
		font-size: 220%;
		letter-spacing: .05em;
	}
	.index_row_feature01 .col_img {
		background-position: center left 33%;
	}
	.index_row_feature03 .col .wrap:after {
		width: 45%;
		height: 130px;
		left: 5px;
		bottom: 35px;
	}
	.index_row_feature03 .col .wrap {
		padding-left: 50px;
	}
	.index_row_feature03 .col .txt {
		font-size: 150%;
		left: 17px;
	}
	.index_row_feature03 .col .ttl {
		font-size: 140%;
		letter-spacing: .05em;
		padding: 20px 0 35px;
		z-index: 1;
		position: relative;
	}
	.index_row_feature03 {
		margin-bottom: 140px;
	}
	.index_wrap_feature01 {
		margin-top: 0;
	}
	.index_row_feature05 .col .ttl span {
		font-size: 170%;
	}
	.index_row_feature06 .ttl span {
		font-size: 160%;
		line-height: 1.7;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_feature {
		padding-bottom: 80px;
	}
	.index_deco_feature01 .deco img {
		width: 75%;
	}
	.index_deco_feature01 .ttl {
		font-size: 135%;
	}
	.index_ttl_feature01 em {
		font-size: 130px;
	}
	.index_ttl_feature01 {
		font-size: 300%;
		margin-bottom: 60px;
	}
	.index_row_feature .col_img {
		background-image: url("images/index/img_feature01_sp.png");
		width: 100%;
	}
	.index_row_feature02 .col_img {
		background-image: url("images/index/img_feature02_sp.jpg");
	}
	.index_row_feature04 .col_img {
		background-image: url("images/index/img_feature10_sp.jpg");
	}
	.index_row_feature .col_txt {
		width: 100%;
		margin-top: -60px;
	}
	.index_row_feature .col_txt .wrap {
		margin: 0 auto;
	}
	.index_row_feature .ttl span {
		font-size: 200%;
		line-height: 1.5;
		letter-spacing: .05em;
	}
	.index_list_feature01 {
		margin-bottom: 150px;
	}
	.index_list_feature01 li a {
		padding: 40px 4% 60px;
	}
	.index_list_feature01 li .txt {
		font-size: 145%;
		letter-spacing: .05em;
	}
	.index_list_feature01 .arw_common02:after {
		width: 20px;
		height: 20px;
		bottom: 25px;
	}
	.index_deco_feature02 {
		padding-bottom: 80px;
	}
	.index_deco_feature03:after {
		font-size: 130px;
		letter-spacing: .1em;
	}
	.index_wrap_feature01 {
		padding-top: 80px;
		margin-top: 0;
	}
	.bnr_metal_allergy .ttl .arw_common02:after {
		right: -40px;
	}
	.index_row_feature03 {
		margin-bottom: 80px;
	}
	.index_row_feature03 .col {
		width: 100%;
	}
	.index_row_feature03 .col_c {
		margin: 60px 0;
	}
	.index_feature .bg_common02 {
		display: none;
	}
	.index_row_feature05 .col .ttl span {
		font-size: 160%;
	}
	.index_row_feature06 li {
		width: 48%;
	}
	.index_row_feature06 li:last-child {
		margin: 60px auto 0;
	}
	.index_row_feature06 .ttl span {
		font-size: 160%;
		line-height: 1.7;
	}
	.index_row_feature06 ol {
		padding: 0 3%;
	}
	.index_row_feature06 .ttl {
		padding-bottom: 30px;
	}
	.index_row_feature03 .col .ttl {
		font-size: 150%;
	}
	.index_row_feature .col_img {
		min-height: 350px;
	}
}
@media(max-width: 767px) {
	.index_feature {
		padding: 13vw 0 12vw;
	}
	.index_deco_feature01 .deco {
		margin-bottom: 5vw;
	}
	.index_deco_feature01 .ttl {
		font-size: 78.125%;
		margin-bottom: -3vw;
	}
	.index_deco_feature01 .deco img {
		width: calc(720 / 750*100vw);
	}
	.index_deco_feature01 .deco:after {
		width: 100%;
		bottom: 0;
	}
	.index_ttl_feature01 em {
		font-size: 266.67%;
		margin-right: 1.5vw;
	}
	.index_ttl_feature01 {
		font-size: 168.75%;
		margin-bottom: 11vw;
	}
	.index_ttl_feature02 {
		margin-bottom: 7vw;
	}
	.index_row_feature .col_img {
		background-image: url("images/index/img_feature01_sp.png");
		width: 100%;
	}
	.index_box_feature01 {
		border: calc(4 / 750*100vw) solid #c28bdd;
		max-width: calc(702 / 750*100vw);
		margin: 0 auto 13vw;
		padding: 5vw 0 8vw;
	}
	.index_row_feature02 .col_img {
		background-image: url("images/index/img_feature02_sp.jpg");
	}
	.index_row_feature04 .col_img {
		background-image: url("images/index/img_feature10_sp.jpg");
	}
	.index_row_feature .col_txt {
		width: 100%;
		margin-top: -11vw;
	}
	.index_row_feature .col_txt .wrap {
		margin: 0 auto;
	}
	.index_row_feature .ttl span {
		font-size: 156.25%;
	}
	.index_list_feature01 {
		margin-bottom: 0;
	}
	.index_list_feature01 li a {
		padding: 12.5vw 0;
	}
	.index_list_feature01 li .txt {
		font-size: 93.75%;
		letter-spacing: .05em;
	}
	.index_list_feature01 .arw_common02:after {
		width: calc(26 / 750*100vw);
		height: calc(26 / 750*100vw);
		bottom: 4vw;
	}
	.index_list_feature01 li {
		width: 48%;
		max-width: calc(280 / 750*100vw);
		margin-bottom: 4vw;
	}
	.index_list_feature01 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.index_deco_feature03 > .inner {
		padding: 0 7vw;
	}
	.index_row_feature .col_txt .ttl {
		margin-bottom: 4vw;
	}
	.index_row_feature .col_txt .ttl span.txt01 {
		margin-bottom: 0;
	}
	.index_row_feature01 {
		margin-bottom: 7vw;
	}
	.index_deco_feature02 {
		padding-bottom: 9vw;
		margin-bottom: 10vw;
	}
	.index_deco_feature03:after {
		font-size: 437.5%;
		letter-spacing: .05em;
		line-height: .65;
		bottom: -15vw;
		width: 100vw;
		height: calc(104 / 750*100vw);
	}
	.index_wrap_feature01 {
		padding-top: 15vw;
		padding-bottom: 14vw;
		margin-top: 0;
		background: url("images/index/bg_feature01_sp.png")no-repeat center top 6vw / 100% auto;
	}
	.bnr_metal_allergy .ttl .arw_common02:after {
		right: -5vw;
	}
	.index_row_feature02 {
		margin-bottom: 7vw;
	}
	.index_row_feature03 {
		margin-bottom: 80px;
		width: calc(100% - 6.4vw);
		margin: 0 auto;
	}
	.index_row_feature03 .col {
		width: 100%;
	}
	.index_row_feature03 .col_c {
		margin: 9vw 0;
	}
	.index_wrap_feature01 > .txt {
		max-width: calc(100% - 6.4vw);
		margin: 4vw auto 9vw;
	}
	.index_row_feature03 .col .wrap {
		padding: 0;
	}
	.index_row_feature03 .col .img {
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
		margin-right: 9.5vw;
	}
	.index_row_feature03 .col .txt {
		font-size: 93.75%;
		left: 17vw;
	}
	.index_row_feature03 .col .wrap:after {
		width: calc(240 / 750*100vw);
		height: calc(220 / 750*100vw);
		left: 4vw;
		bottom: 6vw;
	}
	.index_row_feature03 .col_c .wrap:after {
		left: 7vw;
	}
	.index_row_feature03 .col_r .wrap:after {
		left: 7vw;
	}
	.index_feature .bg_common02 {
		display: none;
	}
	.index_box_feature01.box01 {
		padding: 7.5vw 0 6vw;
		margin-bottom: 0;
	}
	.index_row_feature04 {
		margin-bottom: 7vw;
	}
	.index_row_feature05 .col {
		width: 100%;
		max-width: calc(610 / 750*100vw);
		margin: 0 auto;
	}
	.index_row_feature05 .col .img {
		text-align: center;
	}
	.index_row_feature05 .col .img img {
		max-width: calc(570 / 750*100vw);
	}
	.index_row_feature05 .col .ttl span {
		font-size: 125%;
		line-height: 1.5;
		padding: 0;
	}
	.index_row_feature05 .col .ttl {
		padding: 3vw 0;
	}
	.index_row_feature05 .col_l {
		margin-bottom: 8vw;
	}
	.index_row_feature06 li {
		width: 100%;
		max-width: calc(600 / 750*100vw);
		margin: 0 auto;
	}
	.index_row_feature06 li:nth-child(2) {
		margin: 8vw auto;
	}
	.index_row_feature06 .ttl span {
		font-size: 160%;
		line-height: 1.7;
	}
	.index_row_feature06 ol {
		padding: 0 3%;
	}
	.index_row_feature06 li .num_common01 {
		margin-bottom: -8vw;
	}
	.index_row_feature06 .ttl {
		padding: 3.5vw 0 5vw;
	}
	.index_row_feature06 .ttl span {
		font-size: 125%;
	}
	.index_row_feature06 .ttl span.txt01 {
		margin-bottom: 0;
	}
	.index_row_feature03 .col .ttl {
		font-size: 125%;
		padding: 3vw 0 6vw;
	}
	.index_row_feature .col_img {
		min-height: calc(450 / 750*100vw);
	}
}
/* 医院紹介はこちら clinic
------------------------------------------------------------------*/
.index_slide_clinic {
	position: relative;
	margin-bottom: 150px;
}
.index_slide_clinic .bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 0;
}
.index_btn_clinic {
	max-width: 450px;
	font-size: 150%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.index_btn_clinic .wrap {
	padding: 25px 4%;
}
@media(min-width: 768px) and (max-width:960px) {
	.index_btn_clinic .wrap {
		padding: 20px 4%;
	}
	.index_btn_clinic {
		font-size: 130%;
		max-width: 350px;
	}
	.index_slide_clinic {
		margin-bottom: 80px;
	}
}
@media(max-width: 767px) {
	.index_slide_clinic {
		margin-bottom: 13vw;
	}
	.index_btn_clinic {
		font-size: 100%;
		max-width: calc(450 / 750*100vw);
	}
	.index_btn_clinic .wrap {
		padding: 3vw;
	}
}
/* 診療案内 medical
------------------------------------------------------------------*/
.index_medical {
	background: url("images/index/bg_medical01.jpg")no-repeat center top/ cover;
	padding: 120px 0 50px;
}
.index_ttl_medical01 {
	font-size: 312.5%;
	letter-spacing: .2em;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.index_ttl_medical01:after {
	content: "MEDICAL";
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 152px;
	line-height: 1;
	letter-spacing: .13em;
	left: 0;
	right: 0;
	top: -24%;
	color: rgba(255, 255, 255, 0.6);
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	z-index: -1;
}
.index_ttl_medical01 span {
	position: relative;
	display: inline-block;
	padding-bottom: 45px;
	margin-bottom: 60px;
}
.index_ttl_medical01 span:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_medical01.svg")no-repeat center / contain;
	width: 100px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.index_list_medical01 li {
	width: 32%;
	max-width: 380px;
	margin-bottom: 30px;
}
.index_list_medical01 li:nth-last-child(-n+2) {
	width: 100%;
	max-width: 100%;
}
.index_list_medical01 li:last-child {
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
}
.index_list_medical01 .bnr_metal_allergy a:before {
	right: 1%;
}
.index_list_medical01 .bnr_metal_allergy .ttl .arw_common02:after {
	right: -35px;
}
.index_list_medical01 li .index_btn_medical {
	font-size: 100%;
	padding: 4px;
	max-width: 100%;
}
.index_list_medical01 li .index_btn_medical .ja {
	font-size: 187.5%;
	margin-bottom: 5px;
}
.index_list_medical01 .btn_common01 a .arw_common01:after, .index_list_medical01 .btn_common01 a:hover .arw_common01:after {
	right: 25px;
}
.index_btn_medical a .wrap {
	padding: 27px 4% 33px;
}
.index_btn_metal_allergy {
	background: linear-gradient(to right, #f5f6a5 0%, #ff911e 100%);
}
.index_btn_metal_allergy a .arw_common01:after {
	background-image: url("images/page/arw10.png");
}
.index_btn_metal_allergy .en {
	color: #ff911e;
	background: -webkit-linear-gradient(-60deg, #f5f6a5, #ff911e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.index_row_medical01 .wrap {
	border: 1px solid #84b5e4;
	border-image: linear-gradient(to right, #84b5e4 0%, #c28bdd 100%);
	padding: 40px 5.5% 55px;
	position: relative;
	border-image-slice: 1;
}
.index_row_medical01 .col {
	width: 50%;
	position: relative;
}
.index_row_medical01 a {
	width: 100%;
	display: block;
	padding: 20px;
	position: relative;
}
.index_row_medical01 .col_txt {
	max-width: 524px;
}
.index_row_medical01 .wrap .row {
	margin-left: 30px;
}
.index_row_medical01 .col_r .wrap .row {
	margin-left: 0;
}
.index_row_medical01 .col:before {
	content: "";
	position: absolute;
	background: url("images/index/bg_medical02.jpg")no-repeat center/cover;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.index_row_medical01 .col_r:before {
	background: url("images/index/bg_medical03.jpg")no-repeat center/cover;
}
.index_row_medical01 .ttl {
	font-size: 437.5%;
	letter-spacing: .1em;
	line-height: 1.4;
	text-shadow: 3.5px 3.5px 0 #fff;
}
.index_row_medical01 .ttl:first-letter {
	color: #92cdf2;
}
.index_row_medical01 .col_r .ttl:first-letter {
	color: #d293da;
}
.index_row_medical01 .copy {
	font-size: 212.5%;
	line-height: 2.3;
	text-shadow: 2.1px 2.1px 0 #fff;
}
.index_row_medical01 .copy span {
	border-bottom: 2px solid #333;
	padding-bottom: 7px;
}
.index_row_medical01 .txt01 {
	font-size: 125%;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
	font-weight: bold;
	min-height: 70px;
}
.index_row_medical01 .txt02 {
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.index_row_medical01 .ccl {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px dotted #333;
	background: #fff url(images/index/icon_img01.png)no-repeat bottom 40px center/74%;
}
.index_row_medical01 .col .ccl:nth-child(2) {
	background: #fff url(images/index/icon_img02.png)no-repeat bottom 22px center/55%;
}
.index_row_medical01 .col_r .ccl {
	background: #fff url(images/index/icon_img03.png)no-repeat bottom center/100%;
	margin-right: 18px;
}
.index_row_medical01 .col_r .ccl:nth-child(2) {
	background: #fff url(images/index/icon_img04.png)no-repeat bottom 30px center/57%;
	margin-right: 20px;
}
.index_row_medical01 .col_r .ccl:last-child {
	background: #fff url(images/index/icon_img05.png)no-repeat bottom 30px center/74%;
	margin-right: 0;
}
.index_row_medical01 img {
	margin: 10px auto 0;
}
.index_row_medical01 .col .ccl:first-child {
	margin-right: 20px;
}
.index_row_medical01 .btn .wrap {
	background: #fff;
	font-size: 133.33%;
	padding: 24px 5.5%;
	letter-spacing: 0;
}
.index_row_medical01 .btn {
	max-width: 262px;
	position: absolute;
	bottom: 38px;
	right: 35px;
}
.index_row_medical01 .col_r .btn {
	bottom: 40px;
	right: 45px;
}
@media(min-width: 961px) and (max-width:1850px) {
	.index_row_medical01 .btn {
		position: relative;
		margin-top: 60px;
	}
}
@media(min-width: 961px) and (max-width:1270px) {
	.index_row_medical01 .ccl {
		width: 120px;
		height: 120px;
	}
	.index_row_medical01 .col_l img {
		width: 80%;
	}
	.index_row_medical01 .ccl {
		background-position: bottom 30px center;
	}
	.index_row_medical01 .col_r .ccl:first-child {
		margin-right: 10px;
	}
	.index_row_medical01 .col_r .ccl:nth-child(2) {
		margin-right: 10px;
		background-position: bottom 20px center;
	}
	.index_row_medical01 .col_r .ccl:last-child {
		background-position: bottom 20px center;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_medical {
		padding: 100px 0;
	}
	.index_list_medical01 li .index_btn_medical .ja {
		font-size: 150%;
	}
	.index_list_medical01 .bnr_metal_allergy .txt {
		font-size: 100%;
		margin-left: 10px;
	}
	.index_list_medical01 .bnr_metal_allergy .ttl {
		font-size: 200%;
		margin-left: 10px;
	}
	.bnr_metal_allergy .en {
		font-size: 200%;
	}
	.index_list_medical01 .bnr_metal_allergy a:before {
		width: 156px;
	}
	.index_list_medical01 .bnr_metal_allergy .wrap:before {
		height: 100px;
	}
	.index_list_medical01 .bnr_metal_allergy a:after {
		width: 300px;
	}
}
@media(min-width: 961px) and (max-width:1229px) {
	.index_row_medical01 .col:before {
		background-position: center right 35%;
	}
	.index_row_medical01 .ttl {
		font-size: 300%;
	}
	.index_row_medical01 .copy {
		font-size: 150%;
	}
	.index_row_medical01 .txt01 {
		font-size: 100%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_medical {
		padding: 80px 0 70px;
	}
	.index_ttl_medical01:after {
		font-size: 100px;
		top: -9%;
	}
	.index_ttl_medical01 {
		font-size: 280%;
	}
	.index_ttl_medical01 span {
		padding-bottom: 40px;
	}
	.index_ttl_medical01 span:after {
		width: 75px;
	}
	.index_list_medical01 li .index_btn_medical .ja {
		font-size: 150%;
	}
	.index_btn_medical a .wrap {
		padding: 20px 4%;
	}
	.index_list_medical01 li {
		width: 48%;
	}
	.index_list_medical01 li:last-child {
		width: 100%;
		max-width: 100%;
	}
	.index_list_medical01 li:nth-child(9) {
		margin: 0 auto 30px auto;
	}
	.index_row_medical01 .col {
		width: 100%;
	}
	.index_row_medical01 .wrap {
		padding: 40px 5.5% 125px;
	}
	.index_row_medical01 .btn {
		max-width: 262px;
		bottom: 38px;
		right: 35px;
	}
	.index_row_medical01 .btn .wrap {
		font-size: 111.11%;
		padding: 15px 5.5%;
	}
	.index_row_medical01 .txt01 {
		min-height: 0;
	}
}
@media(max-width: 767px) {
	.index_medical {
		padding: 13vw 0 10vw;
		background-image: url(images/index/bg_medical01_sp.jpg);
	}
	.index_ttl_medical01 {
		font-size: 156.25%;
	}
	.index_ttl_medical01:after {
		font-size: 280%;
		letter-spacing: 0;
	}
	.index_ttl_medical01 span {
		padding-bottom: 6vw;
		margin-bottom: 8vw;
	}
	.index_ttl_medical01 span:after {
		width: calc(100 / 750*100vw);
		height: calc(20 / 750*100vw);
	}
	.index_list_medical01 {
		margin-bottom: 8.5vw;
	}
	.index_list_medical01 li {
		width: 49%;
		max-width: calc(340 / 750*100vw);
	}
	.index_list_medical01 li .index_btn_medical .ja {
		font-size: 100%;
	}
	.index_list_medical01 .btn_common01 p {
		font-size: 62.5%;
		display: block;
		line-height: 1;
	}
	.index_btn_medical a .wrap {
		padding: 3.5vw;
	}
	.index_list_medical01 li .index_btn_medical {
		padding: 2px;
	}
	.index_btn_medical a .wrap {
		padding: 4.5vw 2vw 5vw;
	}
	.index_list_medical01 .btn_common01 a .arw_common01:after, .index_list_medical01 .btn_common01 a:hover .arw_common01:after {
		right: 3vw;
	}
	.index_list_medical01 li {
		margin-bottom: 2.5vw;
	}
	.index_list_medical01 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.index_list_medical01 li:last-child {
		width: 100%;
		max-width: 100%;
		margin-top: 2.5vw;
		margin-bottom: 0;
	}
	.index_list_medical01 .bnr_metal_allergy a:before {
		right: -3vw;
	}
	.index_row_medical01 .col {
		width: 100%;
	}
	.index_row_medical01 .copy {
		font-size: 125%;
		letter-spacing: .06em;
		line-height: 1.75;
		margin-bottom: 5vw;
	}
	.index_row_medical01 .ttl {
		font-size: 175%;
		text-shadow: 0.5vw 0.5vw 0 #fff;
		margin-bottom: 1vw;
	}
	.index_row_medical01 .txt01 {
		font-size: 100%;
		text-align: center;
		margin-right: 32vw;
		letter-spacing: .1em;
		min-height: 0;
	}
	.index_row_medical01 .col_r .txt01 {
		margin-right: 12vw;
	}
	.index_row_medical01 .ccl {
		width: calc(150 / 750*100vw);
		height: calc(150 / 750*100vw);
		border-width: 1px;
	}
	.index_row_medical01 .col .ccl:first-child {
		margin-right: 2vw;
	}
	.index_row_medical01 .copy span {
		border-bottom: 1px solid #333;
		padding-bottom: 1vw;
	}
	.index_row_medical01 .btn {
		position: relative;
		max-width: calc(300 / 750*100vw);
		bottom: -5vw;
		right: -24vw;
	}
	.index_row_medical01 .wrap .row {
		margin-left: 8vw;
	}
	.index_row_medical01 .btn .wrap {
		font-size: 62.5%;
		padding: 2vw 5.5%;
	}
	.index_row_medical01 .btn {
		padding: 1px;
	}
	.index_row_medical01 a {
		padding: 2vw;
	}
	.index_row_medical01 .wrap {
		padding: 4vw 2vw 9vw 4vw;
	}
	.index_row_medical01 .ccl {
		background-position: bottom 5vw center;
	}
	.index_row_medical01 .col .ccl:nth-child(2) {
		background-position: bottom 3vw center;
	}
	.index_row_medical01 .col_r .ccl:nth-child(3) {
		background-position: bottom 3vw center;
	}
	.index_row_medical01 img {
		margin: 2vw auto 0;
		width: 80%;
	}
	.index_row_medical01 .col_l .ccl:nth-child(2) img {
		width: 76%;
	}
	.index_row_medical01 .col_r .ccl:nth-child(2) img {
		width: 51%;
	}
	.index_row_medical01 .col_r .ccl:nth-child(3) img {
		width: 51%;
	}
	.index_row_medical01 .txt02 {
		font-size: 75%;
		text-shadow: 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(10 / 750*100vw) #fff, 0 0 calc(10 / 750*100vw) #fff, 0 0 calc(15/ 750*100vw) #fff, 0 0 calc(15 / 750*100vw) #fff, 0 0 calc(20 / 750*100vw) #fff, 0 0 calc(20 / 750*100vw) #fff;
	}
	.index_row_medical01 .col:before {
		background: url(images/index/bg_medical02_sp.jpg)no-repeat center top/contain;
	}
	.index_row_medical01 .col_r:before {
		background: url(images/index/bg_medical03_sp.jpg)no-repeat center top/contain;
	}
	.index_row_medical01 .col_r .wrap .row {
		margin-left: 7vw;
	}
	.index_row_medical01 .col_r .ccl:nth-child(2) {
		margin-right: 2vw;
	}
	.index_row_medical01 .col_r .btn {
		bottom: -5vw;
		right: -23vw;
	}
	.index_list_medical01 li:nth-child(9) {
		margin-left: auto;
		margin-right: auto;
	}
}
/* インスタグラム instagram
------------------------------------------------------------------*/
.bx-wrapper {
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}
.index_instagram {
	position: relative;
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}
.icn_instagram {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: auto;
}
.index_instagram .bx-viewport {
	overflow: visible !important;
}
.index_instagram .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}
.index_instagram #sb_instagram {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}
.index_instagram .sbi_item {
	max-width: 220px !important;
}
.index_instagram .sbi_photo {
	height: 220px !important;
}
#sb_instagram #sbi_images {
	display: block!important;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.icn_instagram {
		width: calc(120 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
	}
	.index_instagram .sbi_item {
		max-width: calc(220 / 750 * 100vw) !important;
	}
	.index_instagram .sbi_photo {
		height: calc(220 / 750 * 100vw) !important;
	}
}
/* ブログ blog
------------------------------------------------------------------*/
.index_blog {
	background: #f2f2f2;
	padding: 100px 0;
}
.index_row_blog {
	margin-inline: auto;
	width: 100%;
	max-width: 1000px;
}
.index_ttl_blog {
	font-size: 187.5%;
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 35px;
}
.index_ttl_blog a {
	position: relative;
	display: block;
}
.index_ttl_blog a::after {
	content: "";
	position: absolute;
	background: url("images/page/arw07.png")no-repeat center / contain;
	width: 26px;
	height: 26px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index_ttl_blog span {
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.index_ttl_blog span:before, .index_ttl_blog span:after {
	content: "";
	position: absolute;
	background: #333;
	width: 1px;
	height: 30px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index_ttl_blog span:after {
	left: auto;
	right: 0;
}
.index_row_blog .blog_archive {
	background: #fff;
	padding: 20px 4%;
	margin-bottom: 20px;
}
.index_row_blog .blog_archive:last-child {
	margin-bottom: 0;
}
.index_row_blog .txt_post .date {
	font-size: 87.5%;
}
.index_row_blog .txt_post .txt_excerpt {
	font-size: 100%;
	margin-top: 5px;
	line-height: 1.5;
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_row_blog .txt_post .txt_excerpt {
		font-size: 90%;
		letter-spacing: .05em;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_blog {
		padding: 80px 0;
	}
}
@media(max-width: 767px) {
	.index_ttl_blog {
		font-size: 125%;
		margin-bottom: 5vw;
	}
	.index_ttl_blog span {
		padding: 0 3.5vw;
	}
	.index_ttl_blog span:before, .index_ttl_blog span:after {
		height: calc(30 / 750*100vw);
	}
	.index_ttl_blog.ttl_blog a:after {
		width: calc(26 / 750*100vw);
		height: calc(26 / 750*100vw);
	}
	.index_row_blog .blog_archive {
		padding: 4vw;
		margin-bottom: 3vw;
	}
	.index_row_blog .thmb {
		width: 22%;
		max-width: calc(140 / 750*100vw);
	}
	.index_row_blog .txt_post {
		width: 74%;
	}
	.index_row_blog .txt_post .date {
		font-size: 75%;
		letter-spacing: .05em;
	}
	.index_blog {
		padding: 9vw 0;
	}
}
/* 採用情報 recruit
------------------------------------------------------------------*/
.index_recruit {
	padding: 100px 0;
}
.index_bnr_recruit {
	margin-bottom: 65px;
}
.index_bnr_instagram a {
	display: block;
	background: linear-gradient(to bottom, #a96bbb, #d77790, #f6a66b);
}
.index_bnr_instagram {
	width: 100%;
}
.index_wrap_instagram .col_l {
	width: 69%;
	padding: 48px 74px;
	position: relative;
}
.index_wrap_instagram .col_l:before {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 4px);
	background: #fff url(images/page/ptn03.png);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.index_wrap_instagram .col_l .ttl {
	font-size: 160%;
	position: relative;
}
.index_wrap_instagram .col_l .ttl:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_instagram01.png") no-repeat left center / auto;
	width: 45px;
	height: 48px;
	left: 0%;
	top: 10%;
}
.index_wrap_instagram .col_l .ttl:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_instagram02.png") no-repeat right center / auto;
	width: 70px;
	height: 57px;
	right: -2%;
	top: 14%;
}
.index_wrap_instagram .col_l .copy {
	font-size: 230%;
	z-index: 2;
	position: relative;
	padding-left: 15px;
}
.index_wrap_instagram .col_l .copy:after {
	content: "";
	background-image: linear-gradient(to left, #a96bbb, #d77790, #f6a66b);
	position: absolute;
	height: 25%;
	width: 99%;
	left: 0;
	bottom: 10%;
	z-index: -1;
	opacity: 0.5;
}
.index_wrap_instagram .col_r {
	width: 31%;
	padding: 10px
}
.index_wrap_instagram .col_r .deco {
	border: 2px dotted #fff;
	padding: 25px 78px;
}
.index_bnr_recruit > a {
	display: block;
	position: relative;
}
.index_bnr_recruit > a:before {
	content: "";
	position: absolute;
	background: url("images/index/txt_bnr_recruit01.png")no-repeat center bottom / contain;
	width: 144px;
	height: 99px;
	right: 8%;
	top: 5%;
	margin: auto;
	z-index: 2;
}
.index_bnr_recruit > a:after {
	content: "";
	position: absolute;
	background: url("images/index/img_bnr_recruit01.png")no-repeat center bottom / contain;
	max-width: 860px;
	width: 58%;
	height: 340px;
	right: 6.5%;
	bottom: 0;
	z-index: 1;
}
.index_bnr_recruit > a .deco {
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.index_bnr_recruit > a .deco:before, .index_bnr_recruit > a .deco:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_bnr_recruit01.png")no-repeat center / contain;
	width: 432px;
	height: 432px;
	left: -6%;
	top: -40%;
	opacity: .7;
}
.index_bnr_recruit > a .deco:after {
	background: url("images/index/deco_bnr_recruit02.png")no-repeat center / contain;
	width: 286px;
	height: 290px;
	left: 31%;
	top: auto;
	bottom: -12%;
}
.index_wrap_recruit {
	border: 2px dotted #333;
	padding: 37px 9% 50px;
	z-index: 1;
	position: relative;
}
.index_wrap_recruit:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_bnr_recruit03.png")no-repeat right top 30% / auto;
	width: 220px;
	height: 220px;
	z-index: -1;
	right: 0;
	top: 10%;
}
.index_wrap_recruit .ttl {
	margin-bottom: 20px;
}
.index_wrap_recruit .txt {
	margin-bottom: 35px;
}
.btn_recruit a:hover:before {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	left: -2px;
	top: -2px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.index_wrap_recruit .ttl em {
	font-size: 275%;
	letter-spacing: .1em;
	line-height: 1.5;
	text-shadow: 2px 2px 0 rgba(51, 51, 51, 0.6);
}
.index_wrap_recruit .ttl span {
	font-size: 125%;
	letter-spacing: .2em;
	line-height: 1.5;
	display: inline-block;
	margin-left: 1.2em;
}
.bnr_index_scholarship01 .box {
	position: relative;
	padding: 30px 6%;
}
.bnr_index_scholarship01 .box:before {
	content: "";
	position: absolute;
	background: rgb(132, 181, 228);
	background: -moz-linear-gradient(left, rgba(132, 181, 228, 1) 0%, rgba(194, 139, 221, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(132, 181, 228, 1) 0%, rgba(194, 139, 221, 1) 100%);
	background: linear-gradient(to right, rgba(132, 181, 228, 1) 0%, rgba(194, 139, 221, 1) 100%);
	left: 0;
	z-index: -2;
	height: 100%;
	width: 100%;
	max-width: 1700px;
	bottom: 0;
}
.bnr_index_scholarship01 .box:after {
	content: "";
	position: absolute;
	background: #fff url("images/page/ptn03.png")repeat left top / auto;
	height: calc(100% - 4px);
	bottom: 2px;
	width: calc(100% - 4px);
	max-width: 1700px;
	left: 2px;
	z-index: -1;
}
.bnr_index_scholarship01 a {
	display: block;
}
.row_index_scholarship01 {
	max-width: 840px;
}
.row_index_scholarship01 .col_txt {
	max-width: 500px;
	width: calc(100% - 320px);
}
.ttl_index_scholarship01 span {
	font-size: 40px;
}
.bnr_index_scholarship01 .deco {
	position: relative;
}
.bnr_index_scholarship01 .deco:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_bnr01.png")no-repeat center / contain;
	width: 192px;
	height: 173px;
	left: 0;
	top: 10px;
	bottom: 0;
	margin: auto;
}
/* アルバイト募集バナー */
#scholarship-message .parttime-bnr {
	max-width: 760px;
	margin-inline: auto;
	transition: 0.3s ease-out;
	padding: 0 14px;
}
#scholarship-message .parttime-bnr:hover {
	transform: scale(.98);
 }
@media(min-width: 1100px) and (max-width:1350px) {
	.index_bnr_instagram {
		max-width: 975px;
	}
	.index_bnr_recruit > a:after {
		right: 3.5%;
	}
	.bnr_index_scholarship01 {
		max-width: 1125px;
		margin-left: auto;
		margin-right: auto;
	}
	.bnr_index_scholarship01 .deco:before {
		width: 150px;
	}
	.bnr_index_scholarship01 .box {
		padding: 30px 4%;
	}
	.index_wrap_instagram .col_l .ttl {
		font-size: 150%;
	}
	.index_wrap_instagram .col_l .copy {
		font-size: 225%;
	}
	.index_wrap_instagram .col_l {
		padding: 42px 29px;
	}
	.index_wrap_instagram .col_l .copy:after {
		margin: auto;
		right: 0;
		max-width: 620px;
	}
	.index_wrap_instagram .col_r .deco {
		padding: 25px 55px;
	}
}
@media(min-width: 961px) and (max-width:1100px) {
	.index_bnr_instagram {
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
	.index_wrap_instagram .col_l .ttl {
		font-size: 162.5%;
	}
	.index_wrap_instagram .col_l .copy {
		font-size: 200%;
		padding-left: 0;
	}
	.index_wrap_instagram .col_l {
		padding: 37px 17px;
	}
	.index_wrap_instagram .col_l .copy:after {
		max-width: 550px;
		right: 0;
		margin: auto;
	}
	.index_wrap_instagram .col_l .ttl:before {
		left: 7%;
		top: -67%;
		width: 33px;
		height: 35px;
		background-size: contain;
	}
	.index_wrap_instagram .col_l .ttl:after {
		right: -1%;
		top: -60%;
		width: 55px;
		height: 43px;
		background-size: contain;
	}
	.index_wrap_instagram .col_r .deco {
		padding: 25px 47px;
	}
}
@media(min-width: 961px) and (max-width:1250px) {
	.index_wrap_recruit {
		padding-left: 5%;
		padding-right: 5%;
	}
	.index_bnr_recruit > a:after {
		right: 0;
	}
	.index_bnr_recruit > a .deco:after {
		left: 44%;
		bottom: -12%;
		width: 20%;
	}
	.index_bnr_recruit > a:before {
		top: 14%;
	}
	.index_bnr_recruit > a:after {
		width: 55%;
	}
	.bnr_index_scholarship01 {
		max-width: 865px;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_scholarship01 .col_txt {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.row_index_scholarship01 {
		max-width: 550px;
	}
	.ttl_index_scholarship01 span {
		font-size: 36px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_bnr_instagram {
		max-width: 675px;
		margin-left: auto;
		margin-right: auto;
	}
	.index_wrap_instagram .col_l .ttl {
		font-size: 200%;
	}
	.index_wrap_instagram .col_l .copy {
		font-size: 237.5%;
		line-height: 1.2;
	}
	.index_wrap_instagram .col_l {
		padding: 23px 17px;
	}
	.index_wrap_instagram .col_l .ttl:before {
		display: none;
	}
	.index_wrap_instagram .col_l .ttl:after {
		display: none;
	}
	.index_wrap_instagram .col_l .copy {
		padding-left: 0;
	}
	.index_wrap_instagram .col_l .copy:before {
		content: "";
		background-image: linear-gradient(to left, #a96bbb, #d77790, #f6a66b);
		position: absolute;
		height: 13%;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		top: 28%;
		z-index: -1;
		opacity: 0.5;
		max-width: 375px;
	}
	.index_wrap_instagram .col_l .copy:after {
		height: 13%;
		width: 100%;
		left: -4%;
		right: 0;
		margin: auto;
		bottom: 7%;
		max-width: 280px;
	}
	.index_wrap_instagram .col_r .deco {
		padding: 25px 5px;
	}
	.index_recruit {
		padding: 80px 0;
	}
	.index_wrap_recruit .ttl {
		max-width: 320px;
		margin: 0 auto 20px;
	}
	.index_wrap_recruit .txt {
		text-align: center;
	}
	.index_wrap_recruit .ttl em {
		font-size: 250%;
	}
	.index_wrap_recruit .ttl span {
		margin-left: 1.2em;
	}
	.index_wrap_recruit {
		padding: 30px 5% 200px;
	}
	.index_bnr_recruit > a:after {
		left: 0;
		right: 0;
		margin: auto;
		width: 70%;
	}
	.index_bnr_recruit .btn_common01 {
		margin: 0 auto;
	}
	.index_bnr_recruit > a:before {
		top: auto;
		bottom: 28%;
	}
	.index_bnr_recruit > a .deco:before {
		top: -30%;
		width: 350px;
	}
	.index_bnr_recruit > a .deco:after {
		width: 185px;
		bottom: -3%;
	}
	.bnr_index_scholarship01 {
		max-width: 695px;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_scholarship01 .col_txt {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.row_index_scholarship01 {
		max-width: 500px;
	}
	.ttl_index_scholarship01 span {
		font-size: 32px;
	}
	.bnr_index_scholarship01 .deco:before {
		top: auto;
		width: 136px;
		height: 123px;
	}
	.bnr_index_scholarship01 .box {
		padding: 30px 3%;
	}
}
@media(max-width: 767px) {
	.index_recruit {
		padding: 9vw 0;
	}
	.index_wrap_recruit .ttl {
		max-width: 55vw;
		margin: 0 auto 1.5vw;
	}
	.index_wrap_recruit .txt {
		text-align: center;
		font-size: 87.5%;
		margin-bottom: 3vw;
	}
	.index_wrap_recruit .ttl em {
		font-size: 187.5%;
	}
	.index_wrap_recruit .ttl span {
		margin-left: 2.5vw;
		font-size: 81.25%;
	}
	.index_wrap_recruit {
		padding: 4vw 3vw 40vw;
		border-width: 1px;
	}
	.index_wrap_recruit:after {
		background-image: url(images/index/deco_bnr_recruit03_sp.png);
		background-size: calc(133 / 750*100vw) calc(133 / 750*100vw);
		background-position: right bottom 14vw;
		bottom: 1vw;
		top: auto;
	}
	.index_bnr_recruit > a:after {
		left: 0;
		right: 0;
		margin: auto;
		background-image: url("images/index/img_bnr_recruit01_sp.png");
		width: calc(702 / 750*100vw);
		height: calc(286 / 750*100vw);
	}
	.index_bnr_recruit .btn_common01 {
		margin: 0 auto;
	}
	.index_bnr_recruit > a:before {
		top: auto;
		bottom: 35%;
		background-image: url(images/index/txt_bnr_recruit01_sp.png);
		width: calc(144 / 750*100vw);
		height: calc(100 / 750*100vw);
		right: 3vw;
	}
	.index_bnr_recruit > a .deco:before {
		background-image: url(images/index/deco_bnr_recruit01_sp.png);
		width: calc(233 / 750*100vw);
		height: calc(260 / 750*100vw);
		left: -3vw;
		top: auto;
		bottom: 12vw;
	}
	.index_bnr_recruit > a .deco:after {
		background-image: url(images/index/deco_bnr_recruit02_sp.png);
		width: calc(175 / 750*100vw);
		height: calc(172 / 750*100vw);
		right: 8vw;
		left: auto;
		bottom: 35vw;
	}
	.index_bnr_recruit > a .deco {
		padding: 1.5vw;
	}
	.index_bnr_recruit .btn_common01 {
		max-width: calc(300 / 750*100vw);
		padding: 1px;
	}
	.index_bnr_recruit .btn_common01 .wrap {
		max-width: calc(264 / 750*100vw);
		padding: 1vw 2vw 3vw;
		line-height: 1;
	}
	.index_bnr_recruit .btn_common01 p {
		font-size: 62.5%;
	}
	.index_bnr_recruit {
		margin-bottom: 9vw;
	}
	.index_wrap_instagram .col_l {
		padding: 5vw 4% 4vw;
		width: 68%;
	}
	.index_wrap_instagram .col_l .ttl {
		font-size: 106.75%;
		letter-spacing: .05em;
		margin-bottom: 1vw;
	}
	.index_wrap_instagram .col_l .ttl:before, .index_wrap_instagram .col_l .ttl:after {
		display: none;
	}
	.ttl_index_scholarship01 span {
		font-size: calc(50 / 750*100vw);
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.row_index_scholarship01 .col_txt {
		width: 100%;
	}
	.bnr_index_scholarship01 .deco:before {
		transform: scale(-1, 1);
		width: calc(192 / 750*100vw);
		height: calc(173 / 750*100vw);
		left: auto;
		right: -3vw;
		top: 0;
		bottom: auto;
	}
	.bnr_index_scholarship01 .btn_common01 {
		max-width: calc(210 / 750*100vw);
		padding: 1px;
		position: absolute;
		right: -3vw;
		bottom: -2vw;
	}
	.bnr_index_scholarship01 .wrap {
		font-size: 62.5%;
		padding: 0;
	}
	.bnr_index_scholarship01 a {
		padding-bottom: 1.5vw;
	}
	.ttl_index_scholarship01 {
		margin-bottom: 4vw;
	}
	.txt_index_scholarship01 {
		font-size: 68.75%;
		max-width: calc(400 / 750*100vw);
		line-height: 2;
	}
	.bnr_index_scholarship01 .box:after {
		height: calc(100% - 2px);
		bottom: 1px;
		width: calc(100% - 2px);
		max-width: 1700px;
		left: 1px;
	}
	.bnr_index_scholarship01 .box:after {
		background-size: calc(16 / 750*100vw) calc(16 / 750*100vw);
	}
	.bnr_index_scholarship01 .box {
		padding: 5vw 5vw 4vw;
	}
	.index_wrap_instagram .col_l .copy {
		font-size: 125%;
		line-height: 1.4;
		letter-spacing: .05em;
		padding-left: 0;
	}
	.index_wrap_instagram .col_l .copy:after {
		height: 13%;
		width: 69%;
		left: -4vw;
		margin: auto;
		right: 0;
	}
	.index_wrap_instagram .col_l .copy:before {
		position: absolute;
		content: "";
		background-image: linear-gradient(to left, #a96bbb, #d77790, #f6a66b);
		height: 13%;
		width: 93%;
		left: 0;
		margin: auto;
		right: 0;
		top: 33%;
		z-index: -1;
		opacity: 0.5;
	}
	.index_wrap_instagram .col_r {
		padding: 0 1vw;
		width: 32%;
	}
	.index_wrap_instagram .col_r .deco {
		border: 1px dotted #fff;
		padding: 7vw 2vw;
	}
	.index_wrap_instagram .col_l:before {
		background-size: calc(16 / 750*100vw);
	}
}

/* 提携している医療機関
------------------------------------------------------------------*/
.partner {
	margin-bottom: 100px;
}
.partner .partner-ttl {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.partner .partner-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-inline: auto;
	max-width: 960px;
	width: 100%;
}
.partner .partner-list__item {
	width: calc( 33.33% - 11px );
}
.partner .partner-list__item a {
	display: block;
}
@media(max-width: 767px) {
	.partner {
		margin-bottom: 9vw;
	}
	.partner .partner-ttl {
		margin-bottom: 10px;
	}
	.partner .partner-list__item {
		width: calc( 50% - 8px );
	}
}

/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	background: #f2f2f2;
	padding: 80px 0 0;
}
.logo_foot {
	margin-bottom: 32px;
}
.address_foot {
	margin-bottom: 35px;
}
.address_foot span {
	display: inline-block;
	margin-right: 1em;
}
.tel_foot {
	margin-bottom: 37px;
}
.row_foot01 > .col_l {
	width: 47%;
}
.row_foot01 > .col_l .wrap {
	max-width: 415px;
	margin: 0 auto;
}
.row_foot01 > .col_l .row {
	max-width: 440px;
	margin: 0 10px 47px auto;
}
.row_foot01 > .col_l .row .col_l {
	width: 52%;
}
.row_foot01 > .col_l .row .col_r {
	width: 48%;
}
.row_foot01 > .col_l .row .col em {
	font-size: 125%;
	line-height: 1;
}
.row_foot01 > .col_l .row .col span {
	display: inline-block;
	padding-left: 60px;
	position: relative;
}
.row_foot01 > .col_l .row .col span:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_train01.svg")no-repeat center / contain;
	width: 51px;
	height: 51px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_foot01 > .col_l .row .col_r span:before {
	background-image: url("images/page/icn_car01.svg");
}
.row_foot01 > .col_r {
	width: 47%;
	max-width: 470px;
	margin-top: 10px;
}
.bnr_foot01 {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	width: 48%;
}
.pagetop {
	position: fixed;
	right: 75px;
	bottom: 45px;
	z-index: 1000;
}
.copyright {
	font-size: 87.5%;
	letter-spacing: .1em;
	padding: 30px 0;
}
.bnr_foot03 .box:before{
	display: none;
}
.row_foot02{
	max-width: 850px;
}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		margin-bottom: 80px;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.logo_foot img {
		width: 480px;
	}
	.row_foot01 > .col_l .wrap {
		margin: 0 auto;
	}
	.row_foot01 > .col_l .row {
		margin: 0 auto 40px;
	}
	.logo_foot {
		margin-bottom: 30px;
	}
	.address_foot {
		margin-bottom: 25px;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 100;
		max-width: 700px;
	}
	.fix_tel {
		width: calc(100% - 100px);
	}
	.fix_tel .tel_common01 {
		width: 100%;
		max-width: 100%;
	}
	.fix_tel .tel_common01 a {
		padding: 23px 0 17px;
	}
	.tel_head {
		display: none;
	}
	.pagetop {
		display: none;
	}
	.pagetop_sp {
		width: 70px;
		height: 70px;
		margin-right: 13px;
	}
	.copyright {
		padding-bottom: 100px;
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		margin-bottom: 9vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: 75%;
		padding: 4.5vw 0 20vw;
		letter-spacing: 0;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 100;
		padding-right: 2vw;
	}
	.fix_tel {
		max-width: calc(600 / 750*100vw);
		width: calc(100% - (120 / 750*100vw));
	}
	.fix_tel .tel_common01 {
		max-width: 100%;
		width: 100%;
	}
	.fix_tel .tel_common01 a {
		padding: 4.5vw 0 4vw;
	}
	.fix_tel .tel_common01 span {
		font-size: 150%;
		padding-left: 9vw;
		letter-spacing: .12em;
	}
	.fix_tel .tel_common01 span:before {
		width: calc(49 / 750*100vw);
		height: calc(49 / 750*100vw);
	}
	.row_foot01 > .col_l .row {
		margin-bottom: 6vw;
	}
	.row_foot01 .row .col_r {
		text-align: left;
	}
	.row_foot01 > .col_l .row .col_l, .row_foot01 > .col_l .row .col_r {
		width: 100%;
		max-width:100%;
		margin: 0 auto;
		text-align: center;
	}
	.row_foot01 > .col_l .row .col span:before {
		width: calc(71 / 750*100vw);
		height: calc(71 / 750*100vw);
	}
	.row_foot01 > .col_l .row .col span {
		padding-left: 12vw;
		letter-spacing: .1em;
	}
	.row_foot01 > .col_l .row .col_l {
		margin-bottom: 4vw;
	}
	.tel_foot {
		margin-bottom: 4.5vw;
	}
	.logo_foot {
		/* max-width: calc(573 / 750*100vw); */
		max-width: calc(623 / 750*100vw);
		margin: 0 auto 5vw;
	}
	.address_foot {
		margin-bottom: 4vw;
	}
	.address_foot span {
		display: block;
		margin-right: 0;
	}
	.main_foot {
		padding: 9vw 0 0;
	}
	.main_foot .calendar_foot {
		padding: 9vw 3% 10vw;
		background: #fff;
	}
	.bnr_foot01 {
		width: 100%;
		margin: 7vw auto 0 !important;
	}
	.pagetop_sp {
		width: calc(120 / 750*100vw);
		height: calc(120 / 750*100vw);
	}
	.row_foot02 .bnr_foot01:last-child{
		margin-top: 8vw!important;
	}
	.row_foot02{
		    flex-direction: column-reverse;
	}
}
/* かすもりおしむら歯科の治療症例 case
------------------------------------------------------------------*/
.bg_index_case01 {
	background: url("images/index/bg_index_case.jpg");
	padding: 90px 0 100px;
}
.copy_index_case01 {
	font-size: 187.5%;
}
.ttl_index_case01 span {
	font-size: 312.5%;
	border-bottom: 3px solid;
	letter-spacing: .1em;
	padding-bottom: 8px;
}
.slide_case .box {
	background: #fff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 5%;
}
.slide_case .slick-prev, .slide_case .slick-next {
	width: 62px;
	height: 62px;
	background: url(images/index/arw_slide.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_case .slick-prev:before, .slide_case .slick-next:before {
	display: none;
}
.slide_case .slick-prev {
	left: 19.5%;
}
.slide_case .slick-next {
	right: 19.5%;
	transform: scaleX(-1);
}
@media (min-width: 768px) and (max-width: 1719px) {
	.slide_case .slick-prev {
		left: 9%;
	}
	.slide_case .slick-next {
		right: 9%;
	}
}
@media (min-width: 768px) and (max-width: 1319px) {
	.slide_case .slick-next {
		right: 4%;
	}
	.slide_case .slick-prev {
		left: 4%;
	}
}
@media (min-width: 768px) and (max-width: 1180px) {
	.slide_case .box {
		max-width: 880px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_case .box {
		max-width: 750px;
	}
	.ttl_index_case01 span {
		font-size: 240%;
	}
}
@media(max-width: 767px) {
	.slide_case .slick-prev, .slide_case .slick-next {
		width: calc(40 / 750*100vw);
		height: calc(40 / 750*100vw);
	}
	.slide_case .slick-next {
		right: -2.5%;
	}
	.slide_case .slick-prev {
		left: -2.5%;
	}
	.slick-track {
		top: calc(-24% + 22vw);
	}
	.ttl_index_case01 span {
		font-size: 125%;
		padding-bottom: 1vw;
		border-bottom-width: calc(3 / 750*100vw);
		line-height: 2;
		letter-spacing: .04em;
	}
	.copy_index_case01 {
		font-size: 93.75%;
		letter-spacing: .1em;
		margin-bottom: 2vw;
	}
	.bg_index_case01 {
		padding: 13vw 3vw;
		background: url("images/index/bg_index_case_sp.jpg")no-repeat center /cover;
	}
	.slide_case .row_case01 h5 {
		font-size: 62.5%;
		line-height: 2;
	}
	.slide_case .box {
		padding: 5vw 4vw 7vw;
	}
	.slide_case .row_case01 .col_l:after {
		top: 8vw;
		margin: auto;
		right: -20%;
		width: calc(31 / 750*100vw);
		height: calc(59 / 750*100vw);
	}
	.tble_index_case01 {
		font-size: 62.5%;
	}
	.slide_case .row_case01 {
		margin-bottom: calc(40 / 750 * 100vw);
	}
}
/* fix_side
------------------------------------------------------------------*/
.fix_side {
	position: fixed;
	right: 0;
	z-index: 999;
	top: 87px;
	width: 70px;
	height: 160px;
}
.fix_side02 {
	top: 247px;
}
.fix_side03 {
	top: 407px;
}
.fix_side04 {
	top: 567px;
}
.fix_side05 {
	top: 727px;
}
.fix_side a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	border-bottom: 2px solid #ff921f;
}
.fix_side02 a {
	border-bottom-color: #4e96e3;
}
.fix_side03 a {
	border-bottom-color: #92cdf2;
}
.fix_side04 a {
	border-bottom-color: #ec8d7b;
}
.fix_side05 a {
	border-bottom-color: #fdef54;
}
.fix_side a span {
	font-size: 88.89%;
	letter-spacing: .1em;
	line-height: 1.5;
	display: inline-block;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 13px;
	width: 24px;
	height: 160px;
	right: 0;
	left: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.fix_side03 a span {
	padding-top: 33px;
}
.fix_side04 a span, .fix_side05 a span {
	left: 7px;
}
.fix_side a span em {
	font-size: 114.28%;
}
.fix_side a:after {
	content: "";
	position: absolute;
	border-left: 8px solid #ff921f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	bottom: 10px;
	right: -11px;
	width: 0;
	height: 0;
	left: 0;
	margin: auto;
}
.fix_side02 a:after {
	border-left-color: #4e96e3;
}
.fix_side03 a:after {
	border-left-color: #92cdf2;
}
.fix_side04 a:after {
	border-left-color: #ec8d7b;
}
.fix_side05 a:after {
	border-left-color: #fdef54;
}
@media(min-width: 768px) and (max-width:960px) {
	.fix_side a span {
		font-size: 80%;
	}
	.fix_side {
		height: 145px;
		top: 155px;
	}
	.fix_side02 {
		top: 300px;
	}
	.fix_side03 {
		top: 445px;
	}
	.fix_side04 {
		top: 591px;
	}
	.fix_side05 {
		top: 736px;
	}
	.fix_side {
		width: 50px;
	}
}
@media(max-width: 767px) {}
/* インプラント治療 .index_row_medical01 .col_b
------------------------------------------------------------------*/
.index_row_medical01 .col_b {
	width: 100%;
}
.index_row_medical01 .col_b .col_txt {
	max-width: 685px;
}
.index_row_medical01 .col_b:before {
	background: url("images/index/bg_medical04.png")no-repeat center right/contain #f5f3ef !important;
}
.index_row_medical01 .col_b .ttl:first-letter {
	color: #ae9dde;
}
.index_row_medical01 .col_b a > .wrap {
	padding: 55px 2.5% 70px;
}
.index_row_medical01 .col_b .copy {
	letter-spacing: .1em;
}
.index_row_medical01 .col_b .btn {
	bottom: 80px;
	margin-top: 0 !important;
	position: absolute !important;
}
@media(min-width:961px) and (max-width:1540px) {
	.index_row_medical01 .col_b:before {
		background-position: center left 350px !important;
		background-size: auto !important;
	}
}
@media(min-width:961px) and (max-width:1085px) {
	.index_row_medical01 .col_b .btn {
		max-width: 225px;
		bottom: 7px;
	}
	.index_row_medical01 .col_b .btn .wrap {
		font-size: 111.11%;
	}
	.index_row_medical01 .col_b a > .wrap {
		padding-bottom: 95px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_row_medical01 .col_b:before {
		background-size: cover !important;
	}
	.index_row_medical01 .col_b .btn {
		bottom: 30px;
	}
	.index_row_medical01 .col_b a > .wrap {
		padding: 45px 5.5% 120px;
	}
	.index_list_medical01 li:nth-child(10) {
		margin: 0 0 30px;
	}
	.index_row_medical01 .col_b:before {
		background-position: center left 290px !important;
		background-size: auto !important;
	}
}
@media(max-width: 767px) {
	.index_row_medical01 .col_b a > .wrap {
		padding: 4vw 2vw 15vw 4vw;
	}
	.index_row_medical01 .col_b .btn {
		bottom: 6vw;
		right: 4vw;
	}
	.index_row_medical01 .col_b:before {
		background: url("images/index/bg_medical04_sp.png")no-repeat center/contain #f5f3ef !important;
	}
	.index_list_medical01 li:nth-child(10) {
		margin: 0 0 2.5vw;
	}
}
/* 名古屋市SDGs推進プラットフォーム box_foot01
------------------------------------------------------------------*/
.box_foot01 {
	padding: 50px 30px;
	position: relative;
	background: url("images/page/deco_foot02.svg")no-repeat bottom center/contain #fff;
	max-width: 1200px;
}
.box_foot01:before, .box_foot01:after {
	content: "";
	position: absolute;
	background: url("images/page/deco_foot01.png")no-repeat center /contain;
	top: 0;
	left: 0;
	width: 168px;
	height: 85px;
}
.box_foot01:after {
	left: auto;
	right: 0;
	transform: scale(-1, 1);
}
.box_foot01 .ttl {
	font-size: 150%;
	line-height: 2;
	letter-spacing: .1em;
}
.box_foot01 em {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .1em;
}
.box_foot01 .ttl img {
	/* width: 360px; */
	width: 410px;
	margin-right: 20px;
}
.box_foot01 .txt {
	font-size: 112.5%;
	line-height: 2;
}
.box_foot01 .btn {
	max-width: 525px;
	width: 47%;
	text-align: center;
	font-size: 150%;
	letter-spacing: .1em;
}
.box_foot01 .btn a {
	display: block;
	padding: 20px 3% 22px;
	position: relative;
	z-index: 1;
	transition: .3s;
	background: -moz-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: -webkit-linear-gradient(-40deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
	background: linear-gradient(120deg, rgba(132, 181, 228, 1), rgba(194, 139, 221, 1));
}
.box_foot01 .btn.arw01 a:after {
	content: "";
	position: absolute;
	border-left: 9px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	bottom: 0;
	right: 12px;
	width: 0;
	height: 0;
	transition: .3s;
	top: 0;
	margin: auto;
}
.box_foot01 .btn.arw01 a:hover:after {
	border-left-color: #fff;
	transition: .3s;
}
.box_foot01 .txt .adjust {
	display: none;
}
.box_foot01 .txt .adjust02 {
	display: none;
}
@media(min-width: 961px) and (max-width:1310px) {
	.box_foot01 .txt .adjust {
		display: block;
	}
}
@media(min-width: 961px) and (max-width:1100px) {
	.box_foot01 .ttl {
		font-size: 133.33%;
	}
}
@media(min-width: 961px) and (max-width:1010px) {
	.box_foot01 .txt .adjust02 {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_foot01 .ttl {
		font-size: 122.22%;
	}
	.box_foot01 .txt {
		text-align: left;
	}
	.box_foot01 .btn {
		font-size: 120%;
	}
}
@media(max-width: 767px) {
	.box_foot01:before, .box_foot01:after {
		width: calc(168 / 750*100vw);
		height: calc(85 / 750*100vw);
	}
	.box_foot01 {
		padding: 7vw 3%;
		margin-bottom: 8vw;
	}
	.box_foot01 .ttl {
		font-size: 100%;
		line-height: 1.9;
		margin-bottom: 4vw;
	}
	.box_foot01 .ttl img {
		/* width: calc(432/ 750*100vw); */
		width: calc(482/ 750*100vw);
		margin-right: 1vw;
	}
	.box_foot01 .txt {
		font-size: 87.5%;
		padding: 0 1%;
		line-height: 1.6;
		letter-spacing: .1em;
		margin-bottom: 7vw;
	}
	.box_foot01 .btn {
		width: 100%;
	}
	.box_foot01 em {
		font-size: 118.75%;
	}
	.inner_foot01 {
		padding: 0;
	}
	.box_foot01 .btn {
		font-size: 100%;
		max-width: calc(450 / 750*100vw);
	}
	.box_foot01 .btn:first-child {
		margin-bottom: 6vw;
	}
	.box_foot01 .btn a {
		padding: 3vw;
	}
	.box_foot01 .btn.arw01 a:after {
		border-left: calc(9/ 750*100vw) solid #fff;
		border-top: calc(5 / 750*100vw) solid transparent;
		border-bottom: calc(5 / 750*100vw) solid transparent;
		right: 2vw;
	}
}
/* 各専門サイトへの導線 bnr_foot02
------------------------------------------------------------------*/
.bnr_foot02 li {
	max-width: 230px;
	width: 20%;
}
.bnr_foot02 li a {
	height: 80px;
	position: relative;
	padding: 7px 20px 0;
	background: url(images/page/img_foot01.png)no-repeat right center / contain #fff;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ff921f;
}
.bnr_foot02 .bnr02 a {
	background-image: url(images/page/img_foot02.png);
	border-bottom-color: #4e96e3;
}
.bnr_foot02 .bnr03 a {
	background-image: url(images/page/img_foot03.png);
	border-bottom-color: #92cdf2;
}
.bnr_foot02 .bnr04 a {
	background-image: url(images/page/img_foot04.png);
	border-bottom-color: #ec8d7b;
}
.bnr_foot02 .bnr05 a {
	background-image: url(images/page/img_foot05.png);
	border-bottom-color: #fdef54;
}
.bnr_foot02 .txt01 {
	display: block;
	font-size: 125%;
	text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;
	line-height: 1.6;
	position: relative;
}
.bnr_foot02 .txt02 {
	font-size: 87.5%;
	position: relative;
}
.bg_foot01 {
	background: #ae9dde;
	padding: 40px 0;
}
.bnr_foot02 {
	max-width: 1200px;
}
.bnr_foot02 .txt02:after {
	content: "";
	position: absolute;
	border-left: 7px solid #ff921f;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	bottom: 5px;
	right: -9px;
	width: 0;
	height: 0;
}
.bnr_foot02 .bnr04 .txt01:after, .bnr_foot02 .bnr05 .txt01:after {
	content: "";
	position: absolute;
	border-left: 7px solid #ec8d7b;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	bottom: 10px;
	right: -4px;
	width: 0;
	height: 0;
	left: 0;
	margin: auto;
}
.bnr_foot02 .bnr05 .txt01:after {
	border-left-color: #fdef54;
}
.bnr_foot02 .bnr02 .txt02:after {
	border-left-color: #4e96e3;
}
.bnr_foot02 .bnr03 .txt02:after {
	border-left-color: #92cdf2;
}
@media(min-width: 768px) and (max-width:1350px) {
	.bnr_foot02 li {
		max-width: 230px;
		margin-right: 3%;
		width: 31%;
	}
	.bnr_foot02 {
		max-width: 745px;
	}
	.bnr_foot02 li:nth-last-child(-n +2) {
		margin-top: 30px;
	}
	.bnr_foot02 li:nth-child(3), .bnr_foot02 li:last-child {
		margin-right: 0;
	}
	.bnr_foot02 {
		justify-content: center;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bnr_foot02 .bnr04 .txt01:after, .bnr_foot02 .bnr05 .txt01:after {
		right: -20px;
	}
	.bnr_foot02 li {
		width: 210px;
	}
}
@media(max-width: 767px) {
	.bnr_foot02 li {
		width: 48%;
	}
	.bnr_foot02 .txt01 {
		font-size: 87.5%;
		letter-spacing: .15em;
		line-height: 1.2;
	}
	.bnr_foot02 .bnr04 .txt01, .bnr_foot02 .bnr05 .txt01 {
		line-height: 1.6;
	}
	.bnr_foot02 .txt02 {
		font-size: 62.5%;
		letter-spacing: .15em;
	}
	.bnr_foot02 li a {
		height: calc(119 / 750*100vw);
		padding: 3vw;
		border-bottom-width: calc(2 / 750*100vw);
	}
	.bg_foot01 {
		padding: 8vw 0;
	}
	.bnr_foot02 li:not(:last-child) {
		margin-bottom: 3vw;
	}
	.bnr_foot02 li:last-child {
		margin: 0 auto;
	}
	.bnr_foot02 .bnr04 .txt01:after, .bnr_foot02 .bnr05 .txt01:after {
		border-left-width: calc(10 / 750*100vw);
		border-top-width: calc(10 / 750*100vw);
		border-bottom-width: calc(10 / 750*100vw);
		bottom: 2vw;
		right: 1vw;
	}
	.bnr_foot02 .txt02:after {
		border-left-width: calc(10 / 750*100vw);
		border-top-width: calc(10 / 750*100vw);
		border-bottom-width: calc(10 / 750*100vw);
		bottom: 0.5vw;
		right: -3vw;
	}
}
/* 入れ歯専門サイトのバナー index_bnr_dentures
------------------------------------------------------------------*/
.index_bnr_dentures01 {
	max-width: 750px;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.index_inner_dentures01 {
		padding: 0;
	}
}
/* 認定栄養ページのバナー index_bnr_carestation01
------------------------------------------------------------------*/
.index_bnr_carestation01 a{
	background: #ec8d7b;
	display: block;
	position: relative;
}
.index_bnr_carestation01 a:after{
	content: "";
	position: absolute;
	border: 1px solid #fff;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
}
.index_row_carestation01 .col_img{
	max-width: 326px;
	width: 33%;
}
.index_row_carestation01 .col_txt{
	width:67%;
	padding-top: 40px;
}
.index_row_carestation01 .col_txt .ttl{
	font-size: 212.5%;
    letter-spacing: .1em;
    width: 100%;
}
.index_row_carestation01 .col_txt .txt{
	max-width: 460px;
    width: 100%;
	font-size: 125%;
    letter-spacing: .1em;
    line-height: 1.5;
	padding: 10px;
}
@media(min-width: 768px) and (max-width:1100px) {
	.index_bnr_carestation01 {
		max-width: 850px
	}
	.index_row_carestation01 .col_txt {
		padding-top:27px;
	}
	.index_row_carestation01 .col_txt .ttl{
		font-size: 187.5%;
	}
	.index_row_carestation01 .col_txt .txt{
		font-size: 112.5%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_bnr_carestation01 {
		max-width: 680px
	}
	.index_bnr_carestation01 a:after{
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.index_row_carestation01 .col_txt {
		padding-top:15px;
	}
	.index_row_carestation01 .col_txt .ttl{
		font-size: 175%;
	}
	.index_row_carestation01 .col_txt .txt{
		font-size:100%;
		width: 82%;
	}
}
@media(max-width: 767px) {
	.index_row_carestation01 {
		display: block;
		padding: 7vw 0;
	}
	.index_bnr_carestation01 a:after {
		width: calc(100% - 5vw);
		height: calc(100% - 5vw);
	}
	.index_row_carestation01 .col_txt {
		padding-top:0;
		max-width:calc(500 / 750* 100vw);
		width: 100%;
	}
	.index_row_carestation01 .col_txt .ttl{
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.index_row_carestation01 .col_txt .txt{
		font-size:81.25%;
		letter-spacing: 0;
		line-height: 2;
		padding: 3vw 0;
	}
	.index_row_carestation01 .col_txt .ttl{
		font-size: 118.75%;
	    margin-bottom: 2vw;
	}
	.index_row_carestation01 .col_img {
		max-width: calc(500 / 750* 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.index_bnr_carestation01 {
		max-width:calc(622 / 750* 100vw);
	    margin-bottom: 7vw;
	}
}
/* 医療費控除について
------------------------------------------------------------------*/
	@media(max-width:960px) {
		.deducation_bnr {
			max-width: 640px;
			margin: 0 auto;
		}
	}
/* コピペ用 copy&paste
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {}
.inv-recaptcha-holder {
	display: none;
}

/* 投稿の装飾追加（20241126追加）
------------------------------------------------------------------*/
/* 大見出し */
.post_content h2 {
	display: block;
	position: relative;
	z-index: 1;
	width: fit-content;
	margin-bottom: 30px;
	padding: 0 5px;
	font-size: 187.5%; /* 30px相当 */
	font-family: 'ten-mincho-text', serif;
	letter-spacing: .1em;
	line-height: 1.5;
}
.post_content h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 20px;
	background: linear-gradient(120deg, rgba(132, 181, 228, .5), rgba(194, 139, 221, .5));
}
@media(max-width: 767px) {
	.post_content h2 {
		margin-bottom: 5vw;
		font-size: 125%; /* 20px相当 */
	}
}
/* 中見出し */
.post_content h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-left: 12px;
	font-size: 150%; /* 24px相当 */
	font-family: 'ten-mincho-text', serif;
}
.post_content h3:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 6px;
	height: calc(100% - 16px);
	background: linear-gradient(60deg, rgba(132, 181, 228, .5), rgba(194, 139, 221, .5));
	transform: translateY(-50%);
}
@media(max-width: 767px) {
	.post_content h3 {
		margin-bottom: 3vw;
		font-size: 112.5%; /* 18px相当 */
	}
	.post_content h3:after {
		width: 4px;
	}
}
/* 小見出し */
.post_content h4 {
	display: block;
	width: fit-content;
	margin-bottom: 15px;
	padding: 4px 8px;
	border: solid 1px #c28bdd;
	color: #c28bdd;
	font-size: 112.5%; /* 18px相当 */
	font-family: 'ten-mincho-text', serif;
	letter-spacing: .1em;
	line-height: 1.75;
}
@media(max-width: 767px) {
	.post_content h4 {
		margin-bottom: 1.5vw;
		font-size: 93.8%; /* 15px相当 */
	}
}
@media only screen and (max-width: 660px) {
	.main_circle01 {
		border-radius: 0;
		padding: 1.5vw;
		font-size: 50%;
		width: 100%;
		height: auto;
		right: 0;
		top: calc(-14% + 20vw);
		bottom: auto;
		background: rgba(236, 141, 123, 1);
	}
	.wrap_main01 h1 {
		width: calc(100% - 102px);
	}
}
@media only screen and (max-width: 500px) {
	.wrap_main01 h1 {
		width: calc(100% - 150px);
	}
}
@media only screen and (max-width: 400px) {
	.main_circle01 {
		border-radius: 0;
		padding: 1.5vw;
		font-size: 50%;
		width: 100%;
		height: auto;
		right: 0;
		top: calc(-14% + 24vw);
		bottom: auto;
		background: rgba(236, 141, 123, 1);
	}
}
/* 太字 */
.post_content strong {
	font-weight: bold;
}
/* リンク */
.post_content a {
	color: #92cdf2;
	text-decoration: underline;
}
.post_content a:hover {
	color: #92cdf2;
	text-decoration: none;
}
/* 箇条書き */
.post_content li {
	position: relative;
	padding-left: 16px;
	line-height: 1.375;
}
.post_content li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #92cdf2;
	border-radius: 50%;
	left: 0;
	top: .6em;
}
.post_content li:not(:first-child) {
	margin-top: 14px;
}
@media(max-width: 767px) {
	.post_content li:not(:first-child) {
		margin-top: 3vw;
	}
}
@media only screen and (max-width: 500px) {
	.low_logo .sp_only {
		width: calc(100% - 40px);
	}
}
@media only screen and (max-width: 435px) {
	.low_logo .sp_only {
		width: calc(100% - 90px);
	}
}
/* 署名（20241125追加）
------------------------------------------------------------------*/
.writer {
	display: flex;
	gap: 16px;
}
.writer-vsl {
	width: 120px;
}
.writer-dtl {
	width: calc(100% - 136px);
}
.writer-dtl__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 0 8px;
	background: linear-gradient(to right, rgba(132, 181, 228, 1) 0%, rgba(194, 139, 221, 1) 100%);
	color: #fff;
	font-size: 75%;
}
.writer-dtl__post {
	margin-bottom: 8px;
	color: #84b5e4;
	font-size: 75%;
}
.writer-dtl__txt {
	font-size: 90%;
}