@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: #231815;
	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;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
em {
	font-style: normal;
}
#wrap {
	overflow: hidden;
}
.txt_link {
	color: #f2bc00;
}
.txt_w {
	color: #fff;
}
.txt_r {
	color: #b81b26;
}
.txt_b {
	color: #06b4c1;/*青*/
}
.txt_y {
	color: #f2bc00;
}
.txt_br {
	color: #663a1b;/*茶*/
}
.arw01 {
	position: relative;
}
.arw01:after {
	content: "";
	position: absolute;
	margin: auto;
	border-top: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: 3px;
	right: -1px;
	width: 0;
	height: 0;
	transform: rotate(-90deg);
}
.arw01.blue:after {
	border-top-color: #06b4c1!important;
}
.arw01.red:after {
	border-top-color: #b81b26!important;
}
.txt_sdw01 {
	text-shadow: 0px 0px 5px rgba(255,255,255,.8), 0px 0px 5px rgba(255,255,255,.8), 0px 0px 8px rgba(255,255,255,.8), 0px 0px 8px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8);
}
.box_sdw01 {
	box-shadow: 2px 2px 4px rgba(35, 24, 21, 0.3);
}
.tsu {
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.vdl {
	font-family: vdl-logomaru,sans-serif;
	font-weight: 400;
	font-style: normal;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner {
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inner02 {
	max-width: calc(1000px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
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_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.txt_center { text-align: center; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom:  5px; }
.mb10   { margin-bottom: 10px; }
.mb15   { margin-bottom: 15px; }
.mb20   { margin-bottom: 20px; }
.mb25   { margin-bottom: 25px; }
.mb30   { margin-bottom: 30px; }
.mb35   { margin-bottom: 35px; }
.mb40   { margin-bottom: 40px; }
.mb45   { margin-bottom: 45px; }
.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; }

/*青背景のボックス*/
.box_common01 {
	position: relative;
	background: rgba(6,180,193,.9);
	border-radius: 20px;
	padding: 10px;
}
.box_common01:before {
	content: "";
	position: absolute;
	background: url("images/page/ptn_dot_w.png")repeat left top/auto;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .3;
}
.box_common01 .wrap_common01 {
	border-radius: 15px;
	border: 1px solid #fff;
	position: relative;
}
/*黄色背景*/
.box_common01.bg_y {
	background-color: rgba(243,195,25,.9);
}
.index_ttl_en {
	display: block;
	line-height: 1;
}
.index_ttl_ja {
	font-size: 312.5%;
	letter-spacing: .3em;
	line-height: 2;
	margin-bottom: 5px;
}
/*ボタン*/
.btn_common01 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.btn_common01 a {
	background: #fff;
	display: block;
	position: relative;
	padding: 15px 10px 17px;
	border-radius: 10px;
}
.btn_common01 .arw01:after {
	background: #fff;
	display: block;
	border-top-color: #06b4c1;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.btn_common01 a span {
	line-height: 1;
	letter-spacing: .12em;
}
.btn_common01.push {
	position: relative;
	z-index: 1;
}
.btn_common01.push a {
	opacity: 1;
}
.btn_common01.push:after {
	content: "";
	position: absolute;
	background: #663a1b;
	max-width: 300px;
	width: 100%;
	height: 60px;
	z-index: -1;
	right: -3px;
	bottom: -3px;
	border-radius: 10px;
}
.btn_common01.push:hover {
	transform: translate(3px, 3px);
}
.btn_common01.push:hover:after {
	background: none;
}
/*フッターデザインの電話*/
.tel_common01 {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1;
	padding-left: 35px;
	position: relative;
}
.tel_common01:before {
	content: "";
	position: absolute;
	background: url("images/page/tel_icn01.svg")no-repeat center/contain;
	width: 26px;
	height: 26px;
	left: 3px;
	top: 5px;
	bottom: 0;
	margin: auto;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@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;
	}
	.index_ttl_ja {
		font-size: 280%;
	}
	.tel_common01 {
		font-size: 150%;
	}
	.tel_common01:before {
		width: 20px;
		height: 20px;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		line-height: 1.5625;
		letter-spacing: 0;
	}
	.inner,.inner02 {
		padding: 0 3.2vw;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}
	.map {
		padding-top: calc(500 / 750 * 100vw);
	}
	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
	.mb45  { margin-bottom: calc( 45 / 750 * 100vw); }
	.mb50  { margin-bottom: calc( 50 / 750 * 100vw); }
	.mb55  { margin-bottom: calc( 55 / 750 * 100vw); }
	.mb60  { margin-bottom: calc( 60 / 750 * 100vw); }
	.mb65  { margin-bottom: calc( 65 / 750 * 100vw); }
	.mb70  { margin-bottom: calc( 70 / 750 * 100vw); }
	.mb75  { margin-bottom: calc( 75 / 750 * 100vw); }
	.mb80  { margin-bottom: calc( 80 / 750 * 100vw); }
	.mb85  { margin-bottom: calc( 85 / 750 * 100vw); }
	.mb90  { margin-bottom: calc( 90 / 750 * 100vw); }
	.mb95  { margin-bottom: calc( 95 / 750 * 100vw); }
	.mb100 { margin-bottom:calc(100 / 750 * 100vw); }
	.mb105 { margin-bottom:calc(105 / 750 * 100vw); }
	.mb110 { margin-bottom:calc(110 / 750 * 100vw); }
	.mb115 { margin-bottom:calc(115 / 750 * 100vw); }
	.mb120 { margin-bottom:calc(120 / 750 * 100vw); }
	.mb125 { margin-bottom:calc(125 / 750 * 100vw); }
	.mb130 { margin-bottom:calc(130 / 750 * 100vw); }
	.mb135 { margin-bottom:calc(135 / 750 * 100vw); }
	.mb140 { margin-bottom:calc(140 / 750 * 100vw); }
	.mb145 { margin-bottom:calc(145 / 750 * 100vw); }
	.mb150 { margin-bottom:calc(150 / 750 * 100vw); }

	.index_ttl_ja {
		font-size: 187.5%;
		line-height: 1.65;
	}
	.index_ttl_en {
		letter-spacing: .1em;
		font-size: 62.5%;
	}
	.box_common01 {
		border-radius: 2vw;
		padding: 1.5vw;
	}
	.box_common01:before {
		background-size: 8%;
	}
	.box_common01 .wrap_common01 {
		border-radius: 1.5vw;
	}
	.btn_common01 {
		max-width: calc(450 / 750*100vw);
	}
	.btn_common01 a {
		border-radius: 1.5vw;
		padding: 1.5vw 2vw 2vw;
	}
	.btn_common01 a span {
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.arw01:after {
		border-top-width: 1vw;
		border-left-width: .8vw;
		border-right-width: .8vw;
	}
	.btn_common01 .arw01:after {
		right: 4vw;
	}
	.btn_common01.push:after {
		border-radius: 1.5vw;
		max-width: calc(450 / 750*100vw);
		height: calc(80 / 750*100vw);
	}
	.tel_common01 {
		font-size: 118.75%;
		padding-left: 7vw;
	}
	.tel_common01:before {
		width: calc(30 / 750*100vw);
		height: calc(30 / 750*100vw);
	}
}

/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img ul {
	opacity: 0;
}
.main_img ul li {
	min-height: 600px;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat left 30% center / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.main_img header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.main_img h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.main_img h1 a {
	display: block;
}
.main_img h1 .img01,h1 .img02 {
	text-align: center;
}
.main_img h1 .img01 {
	margin-bottom: 25px;
}
.main_img h1 .img02 img {
	max-width: 910px;
	width: 100%;
	opacity: 0.9;
}
.box_head01 {
	background: rgba(255,255,255,.8);
	padding: 12px 15px 10px;
	border-radius: 10px;
	margin-right: 20px;
	width: calc(100% - 120px);
	max-width: 470px;
}
.row_main01 .col_l {
	padding: 20px 0 0 40px;
	width: 48%;
}
.row_main01 .col_r {
	width: 48%;
	padding-right: 25px;
}
.box_head01 p {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.3;
	margin: 0 auto;
}
.circle_head01 {
	background: #f2bc00;
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.circle_head01 p {
	line-height: 1.3;
	padding-top: 35px;
	position: relative;
}
.circle_head01 p:before {
	content: "";
	position: absolute;
	background: url("images/page/car01.svg")no-repeat center/contain;
	width: 22px;
	height: 15px;
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
}
.circle_head01 p span {
	font-size: 137.5%;
	letter-spacing: 0;
}
.row_head01 {
	max-width: 520px;
	width: 100%;
	margin: 0 0 0 auto;
}
.box_tel01,.box_web01 {
	max-width: 250px;
	width: 49%;
}
.box_tel01 {
	line-height: 1.4;
}
.box_web01 {
	line-height: 1.5;
}
.box_tel01 a,.box_web01 a {
	display: block;
	background: #06b4c1;
	padding: 13px;
	border-radius: 10px;
}
.box_web01 a {
	background: #b81b26;
}
.box_tel01 p span {
	font-size: 150%;
	letter-spacing: .1em;
	padding-left: 25px;
	position: relative;
}
.box_web01 a.arw01:after {
	transform: rotate(-45deg);
	border-top-width: 5px;
	right: 2px;
	bottom: 5px;
}
.box_web01 p span {
	font-size: 125%;
	letter-spacing: .1em;
	padding-left: 33px;
	position: relative;
}
.box_tel01 p span:before,.box_web01 p span:before {
	content: "";
	position: absolute;
	background: url("images/page/tel01.svg")no-repeat center/contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
}
.box_web01 p span:before {
	background-image: url("images/page/web01.svg");
	width: 24px;
	height: 20px;
}
.txt_info01 {
	letter-spacing: .1em;
	padding: 0 20px;
	position: relative;
}
.txt_info01:before,.txt_info01:after {
	content: "";
	position: absolute;
	background: url("images/page/txt_l.svg")no-repeat center/contain;
	width: 12px;
	height: 13px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.txt_info01:after {
	background-image: url("images/page/txt_r.svg");
	left: auto;
	right: 0;
}
@media(min-width: 961px) and (max-width: 1350px) {
	.box_head01 p {
		font-size: 100%;
	}
	.box_head01 p span {
		display: block;
	}
	.main_img h1 {
		width: 75%;
	}
	.main_img h1 .img01 {
		width: 50%;
		margin: 0 auto 20px;
	}
	.circle_head01 {
		width: 80px;
		height: 80px;
	}
	.circle_head01 p {
		font-size: 87.5%;
		line-height: 1;
		padding-top: 30px;
	}
	.circle_head01 p:before {
		width: 15px;
		height: 10px;
	}
}
@media(min-width: 768px) and (max-width: 960px) {
	.box_head01 p {
		font-size: 100%;
	}
	.box_head01 p span {
		display: block;
	}
	.main_img h1 {
		width: 75%;
	}
	.main_img h1 .img01 {
		width: 50%;
		margin: 0 auto 20px;
	}
	.row_main01 .col_l.flex {
		display: block;
	}
	.row_main01.ai_center {
		align-items: flex-start;
	}
	.row_main01 .col_l {
		padding-left: 3%;
		padding-top: 3%;
	}
	.row_main01 .col_r {
		padding-right: 3%;
		padding-top: 3%;
	}
	.box_head01 {
		margin: 0 0 20px;
		width: 100%;
	}
	.circle_head01 {
		width: 80px;
		height: 80px;
	}
	.circle_head01 p {
		font-size: 87.5%;
		line-height: 1;
		padding-top: 30px;
	}
	.circle_head01 p:before {
		width: 15px;
		height: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.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;
	}
	.box_head01 p {
		font-size: 75%;
		letter-spacing: 0;
	}
	.main_img h1 {
		width: 100%;
		top: 52%;
	}
	.main_img h1 .img01 {
		width: calc(312 / 750*100vw);
		margin: 0 auto 2vw;
	}
	.main_img h1 .img02 {
		width: calc(636 / 750*100vw);
		margin: 0 auto;
	}
	.row_main01 .col_l.flex {
		display: block;
	}
	.row_main01.ai_center {
		align-items: flex-start;
	}
	.row_main01 .col_l {
		padding-left: 3%;
		padding-top: 3%;
		max-width: calc(520 / 750*100vw);
		width: 100%;
	}
	.row_main01 .col_r {
		padding-right: 3%;
		padding-top: 3%;
	}
	.btn_tel01 {
		position: absolute;
		width: calc(80 / 750*100vw);
		right: 15.5vw;
		top: 3.2vw;
		z-index: 10000;
	}
	.btn_tel01 a {
		display: block;
	}
	.box_head01 {
		margin: 0 0 4vw;
		padding: 1.5vw;
		width: 100%;
		max-width: 100%;
		border-radius: 1vw;
	}
	.circle_head01 {
		width: calc(150 / 750*100vw);
		height: calc(150 / 750*100vw);
	}
	.circle_head01 p {
		font-size: 75%;
		line-height: 1.2;
		letter-spacing: .1em;
		padding-top: 8vw;
	}
	.circle_head01 p:before {
		width: 4vw;
		height: 3vw;
		top: 3.5vw;
	}
}

/* グローバルナビゲーション gnav ※以下のデフォルトはspのハンバーガーメニューです
------------------------------------------------------------------*/
.circle {
	position: relative;
}
.circle:before {
	content: "";
	position: absolute;
	background: url("images/index/bg_nav01.png")no-repeat bottom/auto;
	width: 100%;
	height: 90px;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
}
.circle span {
	position: relative;
	display: block;
}
.circle span:before,.circle span:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_main_l.png")no-repeat center/100%;
	max-width: 595px;
	width: 35%;
	height: 170px;
	left: 0;
	bottom: -20px;
	margin: auto;
}
.circle span:after {
	background-image: url("images/index/deco_main_r.png");
	left: auto;
	right: 0;
}
.gnav {
	background: url("images/page/ptn_bg_y.png")repeat left top/auto;
}
.gnav > ul {
	max-width: 720px;
	margin: 0 auto;
	padding: 25px 0;
}
.gnav > ul > li {
	position: relative;
}
.gnav > ul > li a {
	display: inline-block;
}
.gnav > ul > li span {
	font-size: 112.5%;
	letter-spacing: .1em;
	position: relative;
	display: inline-block;
}
.gnav > ul > li span:before,.gnav > ul > li .active span:after,.gnav > ul > li a:hover span:after {
	content: "";
	position: absolute;
	background: url("images/page/nav01.svg")no-repeat center/30px 30px;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	top: -37px;
	margin: auto;
}
.gnav > ul > li .active span:after,.gnav > ul > li a:hover span:after {
	content: "★";
	background: none;
	font-size: 75%;
	top: auto;
	bottom: -35px;
	text-align: center;
	color: #06b4c1;
	display: block;
}
.gnav > ul > li:nth-child(2n) .active span:after,.gnav > ul > li:nth-child(2n) a:hover span:after {
	color: #b81b26;
}
.gnav > ul > li:nth-child(2) span:before {
	background-image: url("images/page/nav02.svg");
	background-size: 21px 30px;
	width: 21px;
}
.gnav > ul > li:nth-child(3) span:before {
	background-image: url("images/page/nav03.svg");
	background-size: 19px 30px;
	width: 19px;
}
.gnav > ul > li:nth-child(4) span:before {
	background-image: url("images/page/nav04.svg");
	background-size: 31px 30px;
	width: 31px;
}
.gnav > ul > li:nth-child(5) span:before {
	background-image: url("images/page/nav05.svg");
	background-size: 29px 30px;
	width: 29px;
}
.gnav > ul > li:nth-child(6) span:before {
	background-image: url("images/page/nav06.svg");
	background-size: 28px 30px;
	width: 28px;
}
.gnav .nav_sub {
	width: 370px;
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,.9);
	padding: 5px;
	border-radius: 5px;
	z-index: 1000;
}
.gnav .nav_sub ul {
	width: 48%;
	max-width: 145px;
}
.gnav .nav_sub li a {
	font-size: 112.5%;
	padding: 10px 0 12px 20px;
	line-height: 1;
}
.gnav .nav_sub .wrap_nav01 {
	border: 2px dotted #f2bc00;
	border-radius: 5px;
	padding: 32px 0 23px;
}
.gnav .nav_sub li .arw01:after {
	border-top-color: #f2bc00;
	right: auto;
	left: 0;
	bottom: 0;
	top: 0;
}
.fix_gnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: .3s;
	padding: 20px 10px;
}
.fix_gnav .list_gnav01 {
	max-width: 620px;
	width: 65%;
	margin: 0 3.2% 0 auto;
	padding: 32px 0 0;
}
.fix_gnav .row_head01 {
	width: 30%;
	margin: 0 auto 0 0;
}

@media (min-width: 1351px) and (max-width: 1750px) {
	.fix_gnav .row_head01 {
		width: 41%;
	}
	.fix_gnav .list_gnav01 {
		margin: 0 auto;
		width: 57%;
	}
}
@media (min-width: 961px) and (max-width: 1350px) {
	.fix_gnav .row_head01 {
		width: 43%;
		margin: 0 0 0 auto;
	}
	.fix_gnav .list_gnav01 {
		margin: 0 auto;
		width: 55%;
	}
	.gnav > ul {
		padding: 40px 0 20px;
	}
	.fix_gnav > ul > li span {
		font-size: 100%;
	}
	.txt_info01 {
		font-size: 87.5%;
		letter-spacing: .05em;
		padding: 0 12px 0 15px;
	}
	.box_tel01 a, .box_web01 a {
		padding: 10px;
	}
	.box_tel01 p span {
		font-size: 120%;
		padding-left: 15px;
		letter-spacing: .05em;
	}
	.box_web01 p span {
		font-size: 110%;
		padding-left: 15px;
		letter-spacing: .05em;
	}
	.box_tel01 p span:before, .box_web01 p span:before {
		width: 13px;
		height: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1060px){
	.gnav .nav_sub{
		left: -110%;
	}
	.fix_gnav.gnav .nav_sub{
		left: 50%;
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.fix_gnav .row_head01 {
		width: 45%;
		margin: 0 0 0 auto;
	}
	.fix_gnav .list_gnav01 {
		margin: 0 auto;
		width: 53%;
	}
	.fix_gnav > ul > li span {
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.txt_info01 {
		font-size: 67.5%;
		letter-spacing: .05em;
		padding: 0 12px 0 15px;
	}
	.box_tel01 a, .box_web01 a {
		padding: 8px 5px 10px;
	}
	.box_tel01 p span {
		font-size: 100%;
		padding-left: 15px;
		letter-spacing: .05em;
	}
	.box_web01 p {
		line-height: 1;
	}
	.box_web01 p span {
		font-size: 85%;
		padding-left: 15px;
		letter-spacing: 0;
	}
	.box_tel01 p span:before, .box_web01 p span:before {
		width: 13px;
		height: 100%;
	}
	.gnav > ul > li span:before {
		top: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.circle:before {
		background: url("images/index/bg_nav01_sp.png")no-repeat center bottom/100%;
	}
	.circle span:before, .circle span:after {
		max-width: calc(298 / 750*100vw);
		height: calc(86 / 750*100vw);
		width: 48%;
		bottom: 0;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3.2vw;
		right: 3.2vw;
		height: calc(80 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
		background: #f2bc00;
		z-index: 10000;
		outline: none;
		border-radius: 1vw;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 17.5vw 0 20vw;
		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: 100%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
		letter-spacing: .1em;
	}
	.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 rgba(35, 24, 21, 0.3);
	}
	.gnav_sp .nav_main > ul > li.nav_medical {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted rgba(35, 24, 21, 0.3);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 0 3.5vw 9vw;
		border-bottom: 1px dotted rgba(35, 24, 21, 0.3);
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
	}
	.gnav_sp .nav_main > ul > li.nav_medical > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:before {
		content: "";
		position: absolute;
		background: #06b4c1;
		width: calc(40 / 750*100vw);
		height: calc(40 / 750*100vw);
		left: 0;
		border-radius: 5vw;
	}
	.gnav_sp .nav_main > ul > li:nth-child(2n) > a:before {
		background-color: #b81b26;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		left: 2vw;
		right: auto;
		top: 0;
		bottom: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_medical > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: #f2bc00;
		padding: 5.5vw 5.5vw 6.5vw 8vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #663a1b;
	}
	.gnav_sp .nav_sub a:after {
		content: "★";
		position: absolute;
		color: #fff;
		font-size: 62.5%;
		left: 0;
		top: 2vw;
		width: 0;
		height: 0;
		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;
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
.index_news {
	background-image: url("images/index/bg_news_l.svg"),url("images/index/bg_news_r.svg"),url("images/page/ptn_bg_y.png");
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: left bottom,right bottom,left top;
	background-size: 34%,29%;
	padding: 80px 0;
}
.index_news .box_news01 {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	width: calc(100% - 200px);
}
.index_news h2 {
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 60px;
	position: relative;
	margin-left: 30px;
}
.index_news h2:before,.index_news h2:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_news_l.svg")no-repeat center/contain;
	width: 53px;
	height: 53px;
	left: -30px;
	top: -13px;
}
.index_news h2:after {
	background-image: url("images/index/deco_news_r.svg");
	left: auto;
	right: -30px;
	top: auto;
	bottom: -13px;
}
.index_news h2 span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 125%;
	letter-spacing: .1em;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	max-height: 85px;
	height: auto;
}
.index_news li dt {
	color: #f2bc00;
	width: 100px;
	letter-spacing: 0;
}
.index_news li dd {
	width: calc(100% - 100px);
	margin-bottom: 1em;
}
.index_news li dd a {
	color: #f2bc00; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #f2bc00 !important;
	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;
}
@media(min-width: 768px) and (max-width:960px) {
	.index_news {
		padding: 50px 0 60px;
	}
	.index_news > .flex {
		display: block;
	}
	.index_news h2 {
		margin: 0 auto 30px;
	}
	.index_news .box_news01 {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.index_news {
		padding: 5vw 0 11vw;
		background-image: url("images/index/bg_news_l_sp.svg"),url("images/index/bg_news_r_sp.svg"),url("images/page/ptn_bg_y.png");
		background-position: left top 24%,right bottom -1vw,left top;
		background-size: 70%,70%,auto;
	}
	.index_news > .flex {
		display: block;
	}
	.index_news h2 {
		margin: 0 auto 8vw;
		width: calc(180 / 750*100vw);
		height: calc(180 / 750*100vw);
	}
	.index_news h2 span {
		font-size: 100%;
		letter-spacing: 0;
	}
	.index_news h2:before, .index_news h2:after {
		width: calc(80 / 750*100vw);
		height: calc(80 / 750*100vw);
		top: -2.5vw;
		left: -6vw;
	}
	.index_news h2:after {
		left: auto;
		right: -6vw;
		top: auto;
		bottom: -2.5vw;
	}
	.index_news .box_news01 {
		width: 100%;
		border-radius: 2vw;
		padding: 3vw 5vw;
	}
	.index_news ul {
		max-height: 65vw;
		touch-action: auto !important;
	}
	.index_news li dt {
		margin-bottom: 1vw;
	}
	.index_news li dd {
		width: 100%;
		margin-bottom: 2vw;
	}
}

/* 診療理念 index_philosophy
------------------------------------------------------------------*/
.index_philosophy {
	background-image: url("images/index/bg_philosophy_l.png"),url("images/index/bg_philosophy_r.png"),url("images/page/ptn_dot_w.png"),url("images/index/philosophy01.png"),url("images/index/philosophy02.png");
	background-repeat: no-repeat,no-repeat,repeat,no-repeat,no-repeat;
	background-position: left bottom,right bottom,left top,left top,right top;
	background-size: 100%,100%,auto,40%,68%;
	padding: 80px 0 295px;
}
.index_philosophy .wrap_philosophy01 {
	max-width: 600px;
}
.index_philosophy h3 {
	max-width: 270px;
	width: 100%;
	margin: 0 auto 48px;
}
.index_philosophy h3 span {
	margin-top: -5px;
}
.index_philosophy .wrap_philosophy01 > p {
	line-height: 2.3;
	margin-bottom: 220px;
}
.index_philosophy .row_philosophy01 {
	position: relative;
	margin-bottom: 145px;
}
.index_philosophy .row_philosophy01 p {
	font-size: 112.5%;
	line-height: 1.5;
	letter-spacing: .15em;
}
.index_philosophy .row_philosophy01 em {
	font-size: 187.5%;
	letter-spacing: .15em;
}
.index_philosophy .row_philosophy01 span {
	letter-spacing: .1em;
	display: block;
	margin-top: 22px;
	position: relative;
}
.index_philosophy .row_philosophy01 span:before {
	content: "";
	position: absolute;
	background: url("images/page/dot02.svg")no-repeat center/contain;
	max-width: 300px;
	width: 100%;
	height: 4px;
	bottom: 35px;
	left: 0;
}
.index_philosophy .col_txt {
	max-width: 300px;
	margin: 0 0 0 20px;
}
.index_philosophy .col_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_philosophy .box_philosophy01 .wrap_common01 {
	padding: 53px 76px 66px 20px;
}
.index_philosophy .box_philosophy01 .wrap_common01:before,.index_philosophy .box_philosophy01 .wrap_common01:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_philosophy02.png")no-repeat center/contain;
	width: 14%;
	height: 32%;
	left: 40px;
	top: 20px;
}
.index_philosophy .box_philosophy01 .wrap_common01:after {
	background-image: url("images/index/deco_philosophy03.png");
	width: 11%;
	height: 36%;
	left: auto;
	top: auto;
	right: 34px;
	bottom: 27px;
}
.index_philosophy .box_philosophy01 h4 {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 43px;
}
.index_philosophy .box_philosophy01 h4 span {
	display: inline-block;
	padding-bottom: 37px;
	background: url("images/page/dot01.svg")no-repeat bottom/auto;
}
.index_philosophy .box_philosophy01 p {
	line-height: 2.3;
}
@media(min-width: 961px) and (max-width:1350px) {
	.index_philosophy .box_philosophy01 h4 {
		font-size: 200%;
		margin-bottom: 30px;
	}
	.index_philosophy .box_philosophy01 .wrap_common01 p span {
		display: block;
	}
	.index_philosophy .box_philosophy01 .wrap_common01 {
		padding: 50px 20px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_philosophy .wrap_philosophy01 img:first-child {
		width: 80%;
	}
	.index_philosophy .wrap_philosophy01 > p {
		margin-bottom: 150px;
	}
	.index_philosophy .row_philosophy01 {
		margin-bottom: 80px;
	}
	.index_philosophy .col_txt {
		margin-left: 80px;
	}
	.index_philosophy .col_img {
		right: -65px;
	}
	.index_philosophy .box_philosophy01 .wrap_common01 {
		padding: 40px 20px;
	}
	.index_philosophy .box_philosophy01 .wrap_common01:before {
		left: 20px;
		top: 15px;
		height: 20%;
	}
	.index_philosophy .box_philosophy01 .wrap_common01:after {
		right: 15px;
		bottom: 15px;
	}
	.index_philosophy .box_philosophy01 h4 {
		font-size: 200%;
		margin-bottom: 20px;
	}
	.index_philosophy .box_philosophy01 h4 span {
		padding-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.index_philosophy {
		padding: 11vw 0 39vw;
		background-image: url("images/index/bg_philosophy_l_sp.png"),url("images/index/bg_philosophy_r_sp.png"),url("images/page/ptn_dot_w.png"),url("images/index/philosophy01_sp.png"),url("images/index/philosophy02_sp.png");
		background-position: left bottom,right bottom,left top,left top,right top 36.5%;
		background-size: 100%,100%,8%,100%,100%;
	}
	.index_philosophy .txt_philosophy01 {
		max-width: calc(300 / 750*100vw);
		margin: 0 auto;
	}
	.index_philosophy .deco_philosophy01 {
		width: calc(286 / 750*100vw);
		margin: 0 auto;
	}
	.index_philosophy .index_ttl_ja {
		margin-bottom: 2vw;
	}
	.index_philosophy h3 {
		margin-bottom: 6vw;
	}
	.index_philosophy h3 span {
		margin-top: -.5vw;
	}
	.index_philosophy .wrap_philosophy01 > p {
		line-height: 1.6;
		margin-bottom: 7vw;
		width: 97%;
	}
	.index_philosophy .row_philosophy01 {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 11vw;
	}
	.index_philosophy .col_txt {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.index_philosophy .col_img {
		position: relative;
		width: calc(528 / 750*100vw);
		margin: 0 auto 4vw;
	}
	.index_philosophy .row_philosophy01 p {
		font-size: 87.5%;
		letter-spacing: .05em;
		margin-bottom: .5vw;
	}
	.index_philosophy .row_philosophy01 em {
		font-size: 143.75%;
		letter-spacing: 0;
	}
	.index_philosophy .row_philosophy01 span {
		margin-top: 6.5vw;
		font-size: 75%;
		letter-spacing: 0;
		line-height: 1;
	}
	.index_philosophy .row_philosophy01 span:before {
		background-image: url("images/page/dot02_sp.svg");
		width: calc(346 / 750*100vw);
		left: 0;
		right: 0;
		bottom: 6vw;
		margin: auto;
	}
	.index_philosophy .box_philosophy01 .wrap_common01 {
		padding: 3.2vw 5vw 3.5vw;
	}
	.index_philosophy .box_philosophy01 .wrap_common01:before, .index_philosophy .box_philosophy01 .wrap_common01:after {
		background-image: url("images/index/deco_philosophy02_sp.png");
		width: calc(130 / 750*100vw);
		height: calc(106 / 750*100vw);
		left: 3vw;
		top: 14vw;
	}
	.index_philosophy .box_philosophy01 .wrap_common01:after {
		background-image: url("images/index/deco_philosophy03_sp.png");
		width: calc(126 / 750*100vw);
		height: calc(134 / 750*100vw);
		left: auto;
		right: 2vw;
		top: 10vw;
	}
	.index_philosophy .box_philosophy01 h4 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.index_philosophy .box_philosophy01 h4 span {
		background: url("images/page/dot01_sp.svg")no-repeat center bottom/calc(104 / 750*100vw);
		padding-bottom: 5.5vw;
	}
	.box_common01 .wrap_common01 p {
		font-size: 87.5%;
		line-height: 1.8;
		text-align: left;
	}
}

/* 特長 feature
------------------------------------------------------------------*/
.index_feature h3 {
	background: url("images/page/ptn_bg_y.png")repeat left top/auto;
	position: relative;
	padding: 20px 0 23px;
}
.index_feature h3 .circle_feature01 {
	background: url("images/index/circle_feature01.png")no-repeat center bottom/contain;
	position: absolute;
	max-width: 624px;
	width: 100%;
	height: 235px;
	left: 0;
	right: 0;
	top: -235px;
	margin: auto;
	padding: 67px 0 0 50px;
}
.index_feature h3 .circle_feature01:before {
	content: "";
	position: absolute;
	background: url("images/index/icn_feature01.png")no-repeat center/contain;
	width: 26px;
	height: 31px;
	left: 135px;
	bottom: 70px;
}
.index_feature h3 .circle_feature01 .index_ttl_en {
	position: absolute;
	top: 200px;
	left: 205px;
}
.index_feature h3 p {
	font-size: 250%;
	line-height: 1.3;
	letter-spacing: .2em;
	position: relative;
	z-index: 1;
}
.index_feature h3 p span {
	font-size: 125%;
}
.index_feature .content_feature01 {
	position: relative;
	padding: 80px 0 95px;
	background-image: url("images/index/bg_feature01.png"),url("images/index/bg_feature02.png"),url("images/index/bg_feature03.png"),url("images/page/ptn_dot_g.png");
	background-repeat: no-repeat,no-repeat,no-repeat,repeat;
	background-position: right 2% top,left 2% bottom 36%,right 48% bottom,left top;
	background-size: 24%,20.5%,24%,auto;
}
.index_feature .content_feature01 .col_img {
	position: absolute;
	left: 0;
	top: -60px;
	width: 47%;
}
.index_feature .row_feature01 .col_txt {
	max-width: 600px;
	width: 50%;
}
.index_feature .txt_right .col_txt {
	margin: 0 0 calc(400 / 1920*100vw) auto;
}
.index_feature .txt_left .col_txt {
	margin: 0 auto 0 0;
}
.index_feature .txt_left .col_txt h4 {
	margin-right: 0;
	margin-left: auto;
	max-width: 315px;
	width: 100%;
}
.index_feature .row_feature01 .col_txt h4 {
	font-size: 437.5%;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: 35px;
	position: relative;
}
.index_feature .txt_right .col_txt h4:before,.index_feature .txt_right .col_txt h4:after,.index_feature .txt_right .col_img:after {
	content: "";
	position: absolute;
	background: url("images/index/deco_feature03.png")no-repeat center/contain;
	max-width: 145px;
	width: 25%;
	height: 109px;
	right: calc(180 / 1920*100vw);
	top: -15px;
}
.index_feature .txt_right .col_txt h4:after {
	background-image: url("images/index/deco_feature04.png");
	max-width: 110px;
	width: 19%;
	height: 77px;
	right: calc(-65 / 1920*100vw);
	top: auto;
	bottom: -5px;
}
.index_feature .txt_right .col_img:after {
	background-image: url("images/index/deco_feature01.png");
	max-width: 234px;
	width: 27%;
	height: 236px;
	right: calc(87 / 1920*100vw);
	top: auto;
	bottom: -30px;
}
.index_feature .txt_left .col_txt h4:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_feature02.png")no-repeat center/contain;
	max-width: 242px;
	width: 77%;
	height: 184px;
	left: calc(-320 / 1920*100vw);
	bottom: -10px;
}
.index_feature .txt_left .col_img {
	left: auto;
	top: 53%;
	right: 0;
	width: 45%;
}
.index_feature .txt_left .col_img:before,.index_feature .txt_left .col_img:after {
	content: "";
	position: absolute;
	background: url("images/index/img_feature02.png")no-repeat center/contain;
	max-width: 443px;
	width: 52%;
	height: 311px;
	left: -70px;
	top: -155px;
}
.index_feature .txt_left .col_img:after {
	background-image: url("images/index/deco_feature05.png");
	max-width: 277px;
	width: 33%;
	height: 168px;
	left: auto;
	right: calc(305 / 1920*100vw);
}
.index_feature .row_feature01 .col_txt p {
	line-height: 2.3;
}
.index_feature .content_feature02 {
	background: url("images/index/bg_feature04.jpg")no-repeat center/cover;
	padding: 60px 0;
}
.index_feature .content_feature02 > .inner {
	padding-left: 4.5%;
}
.index_feature .content_feature02 .col_img {
	position: relative;
	padding-top: 75px;
	width: 45%;
}
.index_feature .content_feature02 .col_img:before {
	content: "";
	position: absolute;
	background: url("images/index/point_feature01.svg")no-repeat center/contain;
	max-width: 255px;
	width: 47%;
	height: 175px;
	right: 25px;
	top: 0;
}
.index_feature .content_feature02 .col_txt {
	margin-top: 20px;
}
@media(min-width: 1201px) and (max-width:1450px) {
	.index_feature h3 p {
		font-size: 200%;
	}
	.index_feature .row_feature01 .col_txt h4 {
		font-size: 400%;
		letter-spacing: .05em;
	}
	.index_feature .txt_left .col_txt h4 {
		max-width: 300px;
	}
	.index_feature .txt_right .col_txt h4:before {
		width: 20%;
		right: 35%;
		top: -20%;
	}
	.index_feature .txt_right .col_txt {
		margin-bottom: calc(200 / 1450*100vw);
	}
	.index_feature .txt_right .col_txt h4:after {
		width: 15%;
		right: -10%;
	}
	.index_feature .txt_left .col_txt h4:before {
		width: 55%;
	}
	.index_feature .txt_left .col_img {
		top: 58%;
	}
}
@media(min-width: 961px) and (max-width:1200px) {
	.index_feature h3 p {
		font-size: 200%;
	}
	.index_feature .row_feature01 .col_txt h4 {
		font-size: 350%;
		letter-spacing: .0;
	}
	.index_feature .txt_left .col_txt h4 {
		max-width: 250px;
	}
	.index_feature .txt_right .col_txt h4:before {
		width: 20%;
		right: 35%;
		top: -20%;
	}
	.index_feature .txt_right .col_txt h4:after {
		width: 15%;
		right: -10%;
	}
	.index_feature .txt_right .col_txt {
		margin-bottom: calc(100 / 1200*100vw);
	}
	.index_feature .txt_left .col_txt h4:before {
		width: 55%;
	}
	.index_feature .txt_left .col_img {
		top: 60%;
	}
	.index_feature .txt_left .col_img:before {
		left: -50px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_feature h3 p {
		font-size: 200%;
	}
	.index_feature .row_feature01 .col_txt h4 {
		font-size: 280%;
		letter-spacing: .0;
	}
	.index_feature .txt_left .col_txt h4 {
		max-width: 200px;
	}
	.index_feature .txt_right .col_txt h4:before {
		width: 20%;
		right: 35%;
		top: -20%;
	}
	.index_feature .txt_right .col_txt h4:after {
		width: 15%;
		right: -10%;
	}
	.index_feature .txt_right .col_txt {
		margin-bottom: 5%;
	}
	.index_feature .txt_left .col_txt h4:before {
		width: 50%;
		left: calc(-120 / 768*100vw);
	}
	.index_feature .row_feature01 .col_txt h4 {
		margin-bottom: 20px;
	}
	.index_feature .txt_left .col_img:before {
		left: -50px;
	}
	.index_feature .content_feature01 .col_img {
		top: 20px;
	}
	.index_feature .txt_left .col_img {
		top: 60%;
		bottom: auto;
	}
	.index_feature .content_feature02 .col_img {
		padding-top: 40px;
	}
	.index_feature .content_feature02 .col_img:before {
		top: -45px;
	}
	.index_feature .txt_left .col_img:after {
		top: -100px;
	}
}
@media(max-width: 767px) {
	.index_feature h3 .circle_feature01 {
		background-image: url("images/index/circle_feature01_sp.png");
		max-width: calc(644 / 750*100vw);
		top: -32vw;
		height: 32vw;
		padding: 7.2vw 0 0 8vw;
	}
	.index_feature h3 .circle_feature01 >img {
		width: calc(452 / 750*100vw);
	}
	.index_feature h3 .circle_feature01:before {
		width: calc(32 / 750*100vw);
		height: calc(38 / 750*100vw);
		left: 14.5vw;
		bottom: 9vw;
	}
	.index_feature h3 .circle_feature01 .index_ttl_en {
		top: 28vw;
		left: 25vw;
	}
	.index_feature .content_feature01 {
		padding: 11vw 0 7vw;
		background-image: url("images/index/bg_feature01_sp.png"),url("images/index/bg_feature02_sp.png"),url("images/index/bg_feature03_sp.png"),url("images/page/ptn_dot_g.png");
		background-position: right top 45%,left top 20.5%,left 15% bottom,left top;
		background-size: calc(300 / 750*100vw) auto,calc(332 / 750*100vw) auto,calc(458 / 750*100vw) auto,10%;
	}
	.index_feature h3 {
		padding: 5.5vw 0 2.5vw;
	}
	.index_feature h3 p {
		font-size: 150%;
		margin-top: -3vw;
	}
	.index_feature .content_feature01 .col_img {
		position: relative;
		width: 100%;
		max-width: calc(700 / 750*100vw);
		margin: 0 auto 3vw;
		top: auto;
	}
	.index_feature .row_feature01 .col_txt {
		max-width: 100%;
		width: 100%;
	}
	.index_feature .txt_right .col_txt {
		margin-bottom: 23vw;
	}
	.index_feature .row_feature01 .col_txt h4 {
		font-size: 218.75%;
		margin-bottom: 4.5vw;
	}
	.index_feature .row_feature01 .col_txt p {
		line-height: 1.6;
		width: 97%;
	}
	.index_feature .txt_right .col_img:after {
		width: calc(234 / 750*100vw);
		height: calc(236 / 750*100vw);
		top: -6.5vw;
		left: 0;
	}
	.index_feature .txt_right .col_txt h4:before {
		width: calc(146 / 750*100vw);
		height: calc(110 / 750*100vw);
		left: 37vw;
		top: .5vw;
	}
	.index_feature .txt_right .col_txt h4:after {
		width: calc(110 / 750*100vw);
		height: calc(78 / 750*100vw);
		right: 5vw;
		bottom: -4vw;
	}
	.index_feature .txt_left {
		display: flex;
		flex-direction: column-reverse;
	}
	.index_feature .txt_left .col_txt h4:before {
		width: calc(242 / 750*100vw);
		height: calc(184 / 750*100vw);
		left: -42vw;
		top: 3vw;
	}
	.index_feature .txt_left .col_img {
		max-width: calc(706 / 750*100vw);
	}
	.index_feature .txt_left .col_img:before {
		background-image: url("images/index/img_feature02_sp.png");
		max-width: calc(356 / 750*100vw);
		width: 100%;
		height: calc(250 / 750*100vw);
		left: -1vw;
		top: -16vw;
	}
	.index_feature .txt_left .col_img:after {
		width: calc(278 / 750*100vw);
		height: calc(168 / 750*100vw);
		right: 15vw;
		top: -16vw;
	}
	.index_feature .txt_left .col_txt h4 {
		max-width: 43vw;
	}
	.index_feature .content_feature02 {
		padding: 8vw 0 10vw;
		background: #e6f7f9 url("images/index/bg_feature04_sp.jpg")no-repeat center top/cover;
	}
	.index_feature .content_feature02 .col_img {
		width: calc(520 / 750*100vw);
		margin: 0 auto 2.5vw;
		padding-top: 10vw;
	}
	.index_feature .content_feature02 .col_txt {
		margin-top: 0;
	}
	.index_feature .content_feature02 .col_txt h4 {
		text-align: center;
	}
	.index_feature .content_feature02 .col_img:before {
		max-width: calc(258 / 750*100vw);
		height: calc(172 / 750*100vw);
		width: 100%;
		right: 0;
	}
}

/* スライド index_slide
------------------------------------------------------------------*/
.index_slide {
	background-image: url("images/index/deco_slide01.png"),url("images/index/bg_slide01.jpg");
	background-repeat: no-repeat;
	background-position: center bottom,center;
	background-size: 100% auto,cover;
	padding: 60px 0 200px;
}
.index_slide h3 {
	margin-bottom: 12px;
}
.index_slide .bx-wrapper {
	background: transparent;
	max-width: 100%!important;
	border: none;
	box-shadow: none;
}
.index_slide .slide02,.index_slide .slide04,.index_slide .slide06 {
	position: relative;
}
.index_slide .slide02:before,.index_slide .slide04:before,.index_slide .slide06:before {
	content: "";
	position: absolute;
	background: url("images/index/txt_slide01.svg")no-repeat center/contain;
	max-width: 201px;
	width: 100%;
	height: 130px;
	left: -5px;
	top: 0;
}
.index_slide .slide04:before {
	background-image: url("images/index/txt_slide02.svg");
}
.index_slide .slide06:before {
	background-image: url("images/index/txt_slide03.svg");
}
.index_slide .btn_common01 a {
	background: #f2bc00;
}
.index_slide .btn_common01 .arw01:after {
	background: #f2bc00;
	border-top-color: #fff;
}
@media(min-width: 768px) and (max-width:960px) {
	.index_slide h3 {
		width: 75%;
		margin: 0 auto 10px;
	}
	.index_slide .slide02:before, .index_slide .slide04:before, .index_slide .slide06:before {
		width: 40%;
	}
}
@media(max-width: 767px) {
	.index_slide {
		padding: 8vw 0 26vw;
		background-image: url("images/index/deco_slide01_sp.png"),url("images/index/bg_slide01_sp.jpg");
	}
	.index_slide h3 {
		width: calc(708 / 750*100vw);
		margin: 0 auto;
	}
	.index_slide .slide02:before, .index_slide .slide04:before, .index_slide .slide06:before {
		max-width: calc(202 / 750*100vw);
		height: calc(130 / 750*100vw);
	}
	.index_slide .bx-wrapper {
		margin-bottom: 7vw;
	}
}

/* ご挨拶 index_greeting
------------------------------------------------------------------*/
.index_greeting {
	padding: 68px 0 188px;
	background-image: url("images/page/ptn_dot_w.png"),url("images/index/bg_greeting_l.png"),url("images/index/bg_greeting_r.png");
	background-repeat: repeat,no-repeat,no-repeat;
	background-position: left top,left top,right top;
	background-size: auto,auto 100%,auto 100%;
}
.index_greeting h3 {
	position: relative;
	max-width: 250px;
	width: 100%;
	margin: 0 auto 47px;
	z-index: 1;
}
.index_greeting h3:before {
	content: "";
	position: absolute;
	background: url("images/index/ttl_greeting01.png")no-repeat left top/auto;
	max-width: 116px;
	width: 100%;
	height: 121px;
	left: -30px;
	top: -10px;
	z-index: -1;
}
.index_greeting .inner > p {
	line-height: 2.3;
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}
@media(min-width: 961px) and (max-width:1350px) {
	.index_greeting {
		background-position: left top,left -20% top,right -20% top;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_greeting {
		background-position: left top,left -250px top,right -250px top;
	}
}
@media(max-width: 767px) {
	.index_greeting {
		padding: 14vw 0 15vw;
		background-image: url("images/page/ptn_dot_w.png"),url("images/index/bg_greeting_l_sp.png"),url("images/index/bg_greeting_r_sp.png");
		background-size: 8%,calc(408 / 750*100vw) auto,calc(528 / 750*100vw) auto;
		background-position: left top,left top,right bottom;
	}
	.index_greeting h3:before {
		background-image: url("images/index/ttl_greeting01_sp.png");
		background-size: contain;
		max-width: calc(140 / 750*100vw);
		height: calc(144 / 750*100vw);
		left: 9vw;
	}
	.index_greeting h3 {
		margin-bottom: 6vw;
	}
	.index_greeting .inner > p {
		line-height: 1.6;
		width: 97%;
		margin: unset;
	}
}

/* 診療案内 index_medical
------------------------------------------------------------------*/
.index_medical {
	position: relative;
	padding: 30px 0 100px;
	background-color: #fbebb2;
	background-image: url("images/index/deco_medical_l.svg"),url("images/index/deco_medical_r.svg"),url("images/page/ptn_square.png");
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: left 2% top 4%,right 2% bottom 7%,left -2px top;
	background-size: 34%,27%,auto;
}
.index_medical:before {
	content: "";
	position: absolute;
	background: url("images/index/bg_medical01.png")no-repeat center bottom/auto;
	width: 100%;
	height: 98px;
	left: 0;
	right: 0;
	top: -98px;
	margin: auto;
}
.index_medical .index_ttl_en {
	margin-bottom: -10px;
	position: relative;
}
.index_medical .index_ttl_en:before {
	content: "";
	position: absolute;
	background: url("images/page/dot03.svg")no-repeat center/contain;
	width: 57px;
	height: 17px;
	left: 0;
	right: 0;
	top: -25px;
	margin: auto;
}
.index_medical h3 {
	margin-top: -20px;
	margin-bottom: 80px;
}
.index_medical ul:before,.index_medical ul:after {
	content: "";
	display: block;
	width: 22%;
	height: 0;
}
.index_medical ul:before {
	order: 1;
}
.index_medical li {
	max-width: 260px;
	width: 22%;
}
.index_medical li a {
	display: block;
}
.index_medical li a .img_medical01 {
	display: inline-block;
	margin-bottom: 38px;
	position: relative;
}
.index_medical li a .img_medical01:before {
	content: "";
	position: absolute;
	background: #f2bc00;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: auto;
}
.index_medical li:nth-child(3n) a .img_medical01:before {
	background: #b81b26;
}
.index_medical li a .arw01.bg_b:before {
	background: #06b4c1;
}
.index_medical li a .img_medical01.arw01:after {
	bottom: -4px;
	right: 0;
	left: 1px;
}
.index_medical li:nth-last-of-type(-n+4) a p {
	margin-bottom: 0;
}
.index_medical li:nth-child(4n) {
	margin-right: 0;
}
.index_medical li h4 {
	margin-bottom: 15px;
}
.index_medical li h4 span {
	font-size: 162.5%;
	letter-spacing: .1em;
	line-height: 1.5;
}
.index_medical li p {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 55px;
}
.lp_bnr01 {
	max-width: 900px;
	margin: 0 auto 70px;
}
.lp_bnr01 a {
	display: block;
	border: 5px solid rgba(41,162,171,.5);
	background: #06b4c1 url("images/index/bg_bnr01.png")no-repeat center/cover;
	padding: 20px 25px 20px 40px;
}
.ttl_bnr01 span {
	color: #663a1b;
	font-size: 156.25%;
	letter-spacing: .1em;
	line-height: 1.5;
	display: inline-block;
	padding-bottom: 10px;
	background: url("images/index/dot_bnr01.png")repeat-x center bottom/auto;
	text-shadow: 0px 0px 5px rgba(255,255,255,.8), 0px 0px 8px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8);
}
.row_bnr01 .col_l {
	width: 40%;
	margin-top: -40px;
}
.row_bnr01 .col_r {
	width: 56%;
	padding-top: 17px;
	position: relative;
	z-index: 1;
}
.row_bnr01 .col_r .txt {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 25px;
	text-shadow: 0px 0px 5px rgba(140,140,140,.8), 0px 0px 8px rgba(140,140,140,.8), 0px 0px 10px rgba(140,140,140,.8), 0px 0px 15px rgba(140,140,140,.8);
}
.row_bnr01 .col_r .txt em,.row_bnr01 .col_r .txt span {
	font-size: 300%;
	line-height: 1.2;
	letter-spacing: .1em;
}
.row_bnr01 .col_r .txt em {
	margin-right: 1em;
}
.row_bnr01 .col_r .more {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 15px 0;
	position: relative;
}
.row_bnr01 .col_r .more:before {
	content: "";
	position: absolute;
	background: url("images/index/deco_bnr01.png")no-repeat center bottom/contain;
	width: 109px;
	height: 92px;
	top: -92px;
	left: 115px;
}
.row_bnr01 .col_r .more:after {
	content: "";
	position: absolute;
	background: #06b4c1;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.row_bnr01 .col_r .more span {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #663a1b;
	display: inline-block;
	position: relative;
	padding-right: 50px;
}
.row_bnr01 .col_r .more span:after {
	content: "";
	position: absolute;
	margin: auto;
	border-top: 14px solid #663a1b;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 0;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	transform: rotate(-90deg);
}
@media(min-width: 961px) and (max-width:1250px) {
	.row_bnr01 .col_r .txt {
		font-size: 115%;
	}
	.row_bnr01 .col_r .more:before {
		left: 100px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_medical h3 {
		margin-bottom: 40px;
	}
	.index_medical li p {
		margin-bottom: 30px;
	}
	.index_medical li h4 span {
		font-size: 145%;
		letter-spacing: .05em;
	}
	.ttl_bnr01 {
		z-index: 1;
		position: relative;
	}
	.ttl_bnr01 span {
		font-size: 130%;
	}
	.row_bnr01 .col_l {
		margin-top: -20px
	}
	.row_bnr01 .col_r .txt em, .row_bnr01 .col_r .txt span {
		font-size: 220%;
	}
	.row_bnr01 .col_r .more span {
		font-size: 100%;
		padding-right: 30px;
	}
	.row_bnr01 .col_r .more span:after {
		border-top-width: 10px;
		border-left-width: 8px;
		border-right-width: 8px;
	}
	.row_bnr01 .col_r .more:before {
		width: 80px;
		left: 85px;
	}
}
@media(max-width: 767px) {
	.index_medical {
		background-image: url("images/index/deco_medical_l_sp.svg"),url("images/index/deco_medical_r_sp.svg"),url("images/page/ptn_square.png");
		background-position: left 2% top,right 2% bottom 2%,left -2vw top;
		background-size: calc(638 / 750*100vw),calc(512 / 750*100vw),2%;
		padding: 9.5vw 0 11vw;
	}
	.index_medical li a .img_medical01.arw01:after {
		bottom: -.8vw;
	}
	.index_medical li h4 span {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.index_medical li a .img_medical01 {
		margin-bottom: 5vw;
	}
	.index_medical ul {
		max-width: calc(664 / 750*100vw);
		margin: 0 auto;
	}
	.index_medical li a .img_medical01:before {
		bottom: -2.5vw;
		width: 4.5vw;
		height: 4.5vw;
	}
	.index_medical li h4 {
		margin-bottom: 1vw;
	}
	.index_medical li:nth-last-of-type(-n+4) a p {
		margin-bottom: 5vw;
	}
	.index_medical li:nth-last-of-type(-n+2) a p {
		margin-bottom: 0;
	}
	.index_medical li p {
		font-size: 87.5%;
		margin-bottom: 5vw;
	}
	.index_medical:before {
		background-image: url("images/index/bg_medical01_sp.png");
		background-size: 100% auto;
	}
	.index_medical .index_ttl_en {
		margin-bottom: 0;
	}
	.index_medical h3 img {
		width: calc(184 / 750*100vw);
	}
	.index_medical .index_ttl_en:before {
		width: 10vw;
		height: 3vw;
		top: -4vw;
		right: 1vw;
	}
	.index_medical li {
		max-width: calc(312 / 750*100vw);
		width: 48%;
	}
	.index_medical h3 {
		margin-top: 0;
		margin-bottom: 11vw;
	}
	.ttl_bnr01 span {
		font-size: 109.38%;
		background: url("images/index/dot_bnr01_sp.png")repeat-x left bottom/contain;
	}
	.row_bnr01 .col_l {
		width: calc(614 / 750*100vw);
		margin: 1vw auto 3vw;
	}
	.row_bnr01 .col_r {
		width: calc(602 / 750*100vw);
		padding-top: 0;
		margin: 0 auto;
	}
	.row_bnr01 .col_r .txt {
		font-size: 62.5%;
		padding-left: 9.5vw;
		margin-bottom: 4vw;
	}
	.row_bnr01 .col_r .more,.row_bnr01 .col_r .more:after {
		border-radius: 2vw;
	}
	.row_bnr01 .col_r .more {
		padding: 1.5vw;
	}
	.row_bnr01 .col_r .more span {
		font-size: 100%;
		padding-right: 8vw;
	}
	.row_bnr01 .col_r .more:before {
		background-image: url("images/index/deco_bnr01_sp.png");
		width: calc(106 / 750*100vw);
		height: calc(76 / 750*100vw);
		top: calc(-76 / 750*100vw);
		left: 25vw;
	}
	.row_bnr01 .col_r .more span:after {
		border-top-width: calc(14 / 750*100vw);
		border-left-width: calc(10 / 750*100vw);
		border-right-width: calc(10 / 750*100vw);
		top: .5vw;
	}
	.lp_bnr01 a {
		padding: 4vw;
		background-image: url("images/index/bg_bnr01_sp.png");
	}
}

/* 星の森グループ紹介 index_introduction
------------------------------------------------------------------*/
.index_introduction {
	background-image: url("images/index/img_introduction_l.jpg"), url("images/index/img_introduction_r.jpg");
	background-repeat: no-repeat;
	background-position: left top,right top;
	background-size: 49.5% auto;
	padding-bottom: 50px;
}
.index_introduction .index_ttl_ja {
	font-size: 250%;
	line-height: 1.5;
	letter-spacing: .25em;
	margin-bottom: 15px;
}
.index_introduction h3 {
	background: url("images/index/circle_introduction01.svg")no-repeat center top/100% auto;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 93px;
	padding: 47px 20px 55px;
}
.index_introduction .box_common01 {
	max-width: 550px;
	width: 48%;
	position: relative;
}
/* .index_introduction .box_common01:after {
	content: "";
	position: absolute;
	background: url("images/index/icon_introduction01.svg")no-repeat center/contain;
	width: 116px;
	height: 110px;
	left: 30px;
	top: -60px;
} */
/* .index_introduction .box_common01.col_r:after {
	left: auto;
	right: 50px;
	background-image: url("images/index/icon_introduction02.svg");
} */
.index_introduction .box_common01 p {
	line-height: 1.5;
	font-size: 125%;
	letter-spacing: .1em;
	margin-top: 22px;
}
.index_introduction .box_common01.col_l p {
	margin-bottom: 25px;
}
.index_introduction .box_common01 .wrap_common01 {
	padding: 30px 0;
}
.index_introduction .box_common01.col_r .wrap_common01 {
	padding-top: 73px;
}
.index_introduction .box_common01.col_r p {
	margin-top: 25px;
}
.index_introduction .row_introduction01 {
	max-width: 1510px;
	width: 90%;
	margin: 0 auto;
}
@media(min-width: 961px) and (max-width:1350px) {
	.index_introduction {
		background-position: left top 35%,right top 35%;
	}
	.index_introduction h3 {
		margin-bottom: 50px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_introduction {
		background-position: left top 13%,right top 73%;
		background-size: 100%;
		padding-bottom: 100px;
	}
	.index_introduction .row_introduction01.flex {
		display: block;
	}
	.index_introduction .box_common01 {
		width: 100%;
		margin: 0 auto;
	}
	.index_introduction .box_common01.col_l {
		margin-bottom: 350px;
	}
	.index_introduction .box_common01.col_r .wrap_common01 {
		padding-top: 30px;
	}
}
@media(max-width: 767px) {
	.index_introduction {
		background-image: url("images/index/img_introduction_l_sp.jpg"), url("images/index/img_introduction_r_sp.jpg");
		background-position: left top 20.5%,right top 80%;
		background-size: 100%;
		padding-bottom: 11vw;
	}
	.index_introduction .index_ttl_ja {
		font-size: 150%;
		margin-bottom: 2vw;
	}
	.index_introduction h3 {
		background: none;
		padding: 8vw 0;
		margin-bottom: 53vw;
	}
	.index_introduction .row_introduction01.flex {
		display: block;
	}
	.index_introduction .box_common01:after {
		background-image: url("images/index/icon_introduction01_sp.svg");
		width: calc(116 / 750*100vw);
		height: calc(110 / 750*100vw);
		top: -8vw;
		left: 4vw;
	}
	.index_introduction .box_common01.col_r:after {
		background-image: url("images/index/icon_introduction02_sp.svg");
		width: calc(116 / 750*100vw);
		height: calc(110 / 750*100vw);
		top: -8vw;
		right: 7vw;
	}
	.index_introduction .box_common01 {
		width: 100%;
		max-width: calc(550 / 750*100vw);
		margin: 0 auto;
	}
	.index_introduction .box_common01.col_l {
		margin-bottom: 61vw;
	}
	.index_introduction .box_common01 .logo_introduction01 img {
		max-width: calc(302 / 750*100vw);
		margin: 0 auto;
	}
	.index_introduction .box_common01 .logo_introduction02 img {
		max-width: calc(300 / 750*100vw);
		margin: 0 auto;
	}
	.index_introduction .box_common01 p {
		margin: 3vw 0 0;
		font-size: 100%;
		text-align: center;
		letter-spacing: 0;
	}
	.index_introduction .box_common01.col_l p {
		margin-bottom: 3vw;
	}
	.index_introduction .box_common01 .wrap_common01 {
		padding: 5vw 0 4.5vw;
	}
	.index_introduction .box_common01.col_r .wrap_common01 {
		padding-top: 5vw;
	}
	.index_introduction .box_common01.col_r p {
		margin-top: 2.5vw;
	}
}

/* 採用情報 index_recruit
------------------------------------------------------------------*/
.index_recruit {
	background-image: url("images/index/bg_recruit01.png"),url("images/index/bg_recruit02.png"),url("images/page/ptn_dot_y.png");
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: left top,right bottom,left top;
	background-size: auto;
	padding: 78px 0;
	position: relative;
}
.index_recruit:before,.index_recruit:after {
	content: "";
	position: absolute;
	background: url("images/index/img_recruit_l.png")no-repeat left bottom/contain;
	max-width: 460px;
	width: 42%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.index_recruit:after {
	background-image: url("images/index/img_recruit_r.png");
	background-position: right top;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}
.index_recruit .btn_common01 a {
	background: #b81b26;
}
.index_recruit .btn_common01 a:after {
	background: #b81b26;
	border-top-color: #fff;
}
.index_recruit .index_ttl_en {
	margin-bottom: 15px;
}
.index_recruit .index_ttl_ja {
	line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: .2em;
}
.index_recruit h3 {
	margin-bottom: 16px;
}
.index_recruit .txt_recruit01 {
	line-height: 2.3;
	margin-bottom: 40px;
}
.index_recruit .wrap_recruit01 {
	position: relative;
	z-index: 1;
}
@media(min-width: 1001px) and (max-width:1350px) {
	.index_recruit:before, .index_recruit:after {
		width: 35%;
	}
}
@media(min-width: 961px) and (max-width:1000px) {
	.index_recruit {
		background: url("images/page/ptn_dot_y.png")repeat left top/auto;
		padding-top: 150px;
	}
	.index_recruit .index_ttl_ja {
		font-size: 300%;
		letter-spacing: .1em;
	}
	.index_recruit:before, .index_recruit:after {
		background-image: url("images/index/img_recruit_l_sp.png");
		top: 0;
		left: 0;
		width: 48%;
		height: 461px;
	}
	.index_recruit:after {
		background-image: url("images/index/img_recruit_r_sp.png");
		right: 0;
		left: auto;
		height: 475px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.index_recruit {
		background: url("images/page/ptn_dot_y.png")repeat left top/auto;
		padding-top: 350px;
	}
	.index_recruit .index_ttl_ja {
		letter-spacing: .05em;
	}
	.index_recruit:before, .index_recruit:after {
		background-image: url("images/index/img_recruit_l_sp.png");
		top: 0;
		left: 0;
		width: 48%;
		height: 461px;
	}
	.index_recruit:after {
		background-image: url("images/index/img_recruit_r_sp.png");
		right: 0;
		left: auto;
		height: 475px;
	}
}
@media(max-width: 767px) {
	.index_recruit {
		background: url("images/page/ptn_dot_y.png")repeat left top/8%;
		padding: 63vw 0 11vw;
		overflow: hidden;
	}
	.index_recruit h3 {
		margin-bottom: 6vw;
	}
	.index_recruit:before, .index_recruit:after {
		background-image: url("images/index/img_recruit_l_sp.png");
		top: -4vw;
		left: 0;
		width: 49%;
		height: calc(462 / 750*100vw);
	}
	.index_recruit:after {
		background-image: url("images/index/img_recruit_r_sp.png");
		right: 0;
		left: auto;
		width: 50%;
		height: calc(476 / 750*100vw);
	}
	.index_recruit .wrap_recruit01 .index_ttl_en img {
		max-width: calc(108 / 750*100vw);
		width: 100%;
		margin: 0 auto;
	}
	.index_recruit .index_ttl_ja {
		letter-spacing: .2em;
		font-size: 187.5%;
		line-height: 1.2;
	}
	.index_recruit .index_ttl_en {
		margin-bottom: 2vw;
	}
	.index_recruit .txt_recruit01 {
		line-height: 1.6;
		margin-bottom: 4vw;
		width: 97%;
	}
}

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

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

}

/* フッター footer
------------------------------------------------------------------*/
/*ブログ*/
.blog_foot {
	background: url("images/page/bg_blog01.jpg")no-repeat center/100% 100%;
	position: relative;
	padding: 83px 0 40px;
}
.blog_foot:before {
	content: "";
	position: absolute;
	border: 14px solid rgba(255,255,255,.5);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blog_foot .btn_common01 a {
	background: #06b4c1;
	margin-bottom: 40px;
}
.blog_foot .btn_common01 .arw01:after {
	background: #06b4c1;
	border-top-color: #fff;
}
.blog_foot .col_l {
	max-width: 600px;
	width: 65%;
}
.blog_foot .col_l .index_ttl_en {
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.blog_foot .col_l .index_ttl_en:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_blog01.svg")no-repeat center/contain;
	width: 22px;
	height: 20px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blog_foot .col_r {
	max-width: 310px;
	width: 30%;
}
.blog_foot .col_l .index_ttl_ja {
	font-size: 250%;
	line-height: 1.5;
	letter-spacing: .22em;
	margin-bottom: 0;
}
.wrap_post01.txt_right {
	text-align: right;
}

/*フッター*/
.main_foot {
	background: url("images/page/ptn_bg_y.png")repeat left top/auto;
	padding: 80px 0;
}
.logo_foot {
	margin-bottom: 40px;
}
.address_foot {
	margin-bottom: 20px;
}
.tel_foot {
	margin-bottom: 15px;
}
.tel_foot a {
	background: #06b4c1;
	padding: 20px 10px;
	border-radius: 10px;
	display: block;
}
.row_foot01 {
	max-width: 950px;
	width: 100%;
	margin: 0 0 0 auto;
}
.row_foot01 > .col_l {
	width: 40%;
	max-width: 350px;
}
.row_foot01 > .col_r {
	width: 56%;
}
.tbl_time01 {
	max-width: 530px;
}
.tbl_time01 table {
	background: #fff;
	border-color: #06b4c1;
}
.tbl_time01 thead th {
	background: #06b4c1;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
	border-color: #06b4c1;
}
.tbl_time01 tbody span {
	color: #f2bc00;
}
/*テーブル角丸*/
.tbl_time01 thead th:first-child,.tbl_time01 thead th:last-child,.tbl_time01 tbody tr:last-child td:last-child,.tbl_time01 tbody tr:last-child th {
	position: relative;
}
.tbl_time01 thead th:first-child:before,.tbl_time01 thead th:last-child:before,.tbl_time01 tbody tr:last-child td:last-child:before,.tbl_time01 tbody tr:last-child th:before {
	content: "";
	position: absolute;
	background: url("images/page/foot_t_l.jpg")no-repeat center/contain;
	width: 10px;
	height: 10px;
	left: -1px;
	top: -1px;
}
.tbl_time01 thead th:last-child:before {
	background-image: url("images/page/foot_t_r.jpg");
	left: auto;
	right: -1px;
}
.tbl_time01 tbody tr:last-child td:last-child:before {
	background-image: url("images/page/foot_b_r.jpg");
	left: auto;
	top: auto;
	bottom: -1px;
	right: -1px;
}
.tbl_time01 tbody tr:last-child th:before {
	background-image: url("images/page/foot_b_l.jpg");
	top: auto;
	bottom: -1px;
}
.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
	width: 10%;
}
.tbl_caption {
	margin-top: 13px;
	line-height: 1.7;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 1000;
}
.wrap_map {
	position: relative;
}
.wrap_map .btn_map {
	position: absolute;
	right: 70px;
	bottom: 50px;
}
#map_canvas {
	padding-top: 500px;
}
.copyright {
	line-height: 1;
	letter-spacing: .1em;
	background: url("images/page/ptn_bg_y.png")repeat left top/auto;
	padding: 30px 0 35px;
}
@media(min-width: 961px) and (max-width:1350px) {
	.blog_foot .col_l .index_ttl_ja {
		font-size: 230%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.blog_foot .col_l {
		width: 60%;
	}
	.blog_foot .col_l .index_ttl_ja {
		font-size: 180%;
		letter-spacing: .1em;
	}
	.blog_foot .col_r {
		width: 38%;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 50%;
		margin: 0 auto 40px;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
	}
	.btn_line01 {
		text-align: center;
	}
}
@media(max-width: 767px) {
	.row_foot01 > .col_l {
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		margin: 0 auto;
	}
	.blog_foot .col_l,.blog_foot .col_r {
		max-width: 100%;
		width: 100%;
	}
	.blog_foot .col_l .index_ttl_en:before {
		width: calc(28 / 750*100vw);
		height: calc(26 / 750*100vw);
	}
	.blog_foot .col_l .index_ttl_en {
		padding-left: 5vw;
		display: inline-block;
		margin-bottom: 2.5vw;
	}
	.blog_foot .col_l .index_ttl_ja {
		font-size: 125%;
		letter-spacing: .1em;
		margin-bottom: 4vw;
	}
	.blog_foot .col_l {
		text-align: center;
	}
	.blog_foot .col_r img {
		width: calc(286 / 750*100vw);
	}
	.blog_foot {
		padding: 6vw 0 8.5vw;
		background-image: url("images/page/bg_blog01_sp.jpg");
		background-size: cover;
	}
	.blog_foot:before {
		border-width: 3vw;
	}
	.blog_foot .btn_common01 a {
		margin-bottom: 5vw;
	}
	.logo_foot {
		width: calc(546 / 750*100vw);
		margin: 0 auto 3.2vw;
	}
	.address_foot {
		text-align: center;
		margin-bottom: 4vw;
	}
	.tel_foot {
		max-width: calc(450 / 750*100vw);
		margin: 0 auto 3vw;
	}
	.tel_foot a {
		padding: 3.2vw 2vw;
		border-radius: 1.5vw;
	}
	.tbl_time01 thead th:first-child:before, .tbl_time01 thead th:last-child:before, .tbl_time01 tbody tr:last-child td:last-child:before, .tbl_time01 tbody tr:last-child th:before {
		width: calc(10 / 750*100vw);
		height: calc(10 / 750*100vw);
		left: -.3vw;
		top: -.3vw;
	}
	.tbl_time01 thead th:last-child:before {
		left: auto;
		right: -.3vw;
	}
	.tbl_time01 tbody tr:last-child td:last-child:before {
		left: auto;
		top: auto;
		right: -.3vw;
		bottom: -.3vw;
	}
	.tbl_time01 tbody tr:last-child th:before {
		top: auto;
		bottom: -.3vw;
	}
	.tbl_time .tbl_caption {
		letter-spacing: 0;
	}
	.btn_line01 {
		text-align: center;
		margin-bottom: 8vw;
	}
	.btn_line01 img {
		height: calc(100 / 750*100vw);
	}
	.main_foot {
		padding: 11vw 0 9.5vw;
	}
	.copyright {
		font-size: 68.75%;
		letter-spacing: .15em;
		/*padding: 4.5vw 0 6vw;fixがないとき*/
		padding: 4.5vw 0 22vw;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 10000;
	}
	.fix_tel,.fix_web {
		max-width: calc(300 / 750*100vw);
	}
	.wrap_map .btn_map {
		max-width: calc(300 / 750 * 100vw);
		right: 15vw;
		bottom: 6vw;
	}
	#map_canvas {
		padding-top: calc(500 / 750 * 100vw);
	}
	.pagetop {
		max-width: calc(128 / 750*100vw);
		bottom: 0;
		right: 1vw;
		z-index: 10001;
	}
}

.inv-recaptcha-holder{
display: none;
}


/* footer クレジット支払い
------------------------------------------------------------------*/
footer .card_foot01{
	margin-bottom: 40px;
	padding: 30px 25px 40px;
	color: #503c28;
	border: 1px solid #fff;
	border-radius: 15px;
}
footer .card_foot01 .copy{
	margin-bottom: 25px;
	font-size: 112.5%;
	letter-spacing: .1em;
	text-align: center;
}
footer .card_foot01 .list_card{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 25px;
}
footer .card_foot01 .list_card li{
	max-width: 100px;
	width: calc(100% / 6 - 10px);
}
footer .card_foot01 .txt01{
	line-height: 1.8;
	text-align: center;
}
@media(min-width: 768px) and (max-width:960px) {

}
@media(max-width: 767px) {
	footer .card_foot01{
		margin-bottom: 4vw;
		padding: 6vw 3.5vw 4vw;
	}
	footer .card_foot01 .copy{
		margin-bottom: 5vw;
		font-size: calc(32 / 750 * 100vw);
		letter-spacing: 0;
	}
	footer .card_foot01 .list_card{
		max-width: 800px;
		width: 80%;
		margin: 0 auto 4vw;
	}
	footer .card_foot01 .list_card li{width: calc(100% / 3 - 3.5vw);}
	footer .card_foot01 .list_card li:nth-of-type(n+4){margin-top: 4vw;}
	footer .card_foot01 .txt01{
		line-height: 2;
		text-align: left;
		font-size: calc(26 / 750 * 100vw);
	}
		footer .card_foot01 .txt01 br{display: none;}
}
.inv-recaptcha-holder{
display: none;
}