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

.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; }
.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; }
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
.shuei_b {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.shuei_m {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.txt_white { color: #fff!important; }
.txt_col01 { color: #152852!important; }
.txt_col02 { color: #f8f9d3!important; }
.txt_col03 { color: #dae121!important; }
.txt_col04 { color: #179933!important; }
.txt_col05 { color: #eff3f5!important; }
.txt_col06 { color: #006229!important; }
.txt_col07 { color: #3b469b!important; }
.bg_white { background-color: #fff!important; }
.bg_col01 { background-color: #152852!important; }
.bg_col02 { background-color: #fff!important; }
.bg_col03 { background-color: #dae121!important; }
.bg_col04 { background-color: #179933!important; }
.bg_col05 { background-color: #eff3f5!important; }
.bg_col06 { background-color: #006229!important; }
.bg_col07 { background-color: #3b469b!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }
a.zoom{
	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;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		letter-spacing: 0;
	}
	.inner,.inner900,.inner1000,.inner1240,.inner1340,.inner1500 {
		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);
	}
	.map iframe {
		margin-top: calc(-200 / 750  * 100vw);
		height: calc(100% + calc(400 / 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); }
	.txt_width {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff, 0 0 calc(5 / 750*100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / 750*100vw);
	}
}


/* index common
------------------------------------------------------------------*/
.home {
	overflow: hidden;
}
.ttl_index01 .ja {
	display: block;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.ttl_index01 .en {
	display: block;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.ttl_index02 .ja {
	display: block;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: .5em;
	line-height: 1.4;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.ttl_index02 .en {
	display: block;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.copy_index01 span {
	display: inline-block;
	position: relative;
	padding: 0 2.3em;
}
.copy_index01 span:before,
.copy_index01 span:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	bottom: 0;
}
.copy_index01 span:before {
	left: 0;
}
.copy_index01 span:after {
	right: 0;
	transform: translate(0) scaleX(-1);
}
.txt_index01 {
	font-size: 111.11%;
	letter-spacing: .1em;
}
.btn_tel01 {
	max-width: 310px;
	width: 100%;
	height: 120px;
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
}
.btn_tel01 .txt {
	line-height: 1;
	font-size: 88.89%;
	letter-spacing: .1em;
}
.btn_tel01 .tel {
	display: inline-block;
	position: relative;
	margin: .4em 0 .3em;
	padding-left: 1.4em;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: 0;
}
.btn_tel01 .tel:before {
	content: '';
	display: block;
	background: url(./images/page/icn_tel01.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
.btn_tel01 .time {
	border-top: 1px solid #179933;
	max-width: 270px;
	width: 100%;
	padding-top: .5em;
	line-height: 1;
	font-size: 88.89%;
	letter-spacing: .1em;
}
.btn_web01 {
	max-width: 240px;
	width: 100%;
	height: 120px;
	color:#fff;
}
.btn_web01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_web01 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #179933 transparent;
}
.btn_web01 .web {
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.btn_web01 .web:before {
	content: '';
	display: block;
	background: url(./images/page/icn_web01.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
.btn_web01 .txt {
	line-height: 1;
	font-size: 88.89%;
	letter-spacing: .1em;
}
.btn_web02 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 50px;
	height: 50px;
	background: url(./images/index/icon_hand02.png) no-repeat center / contain;
}
.btn_contact01 {
	max-width: 340px;
	width: 100%;
	height: 150px;
}
.btn_contact01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_contact01 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #179933 transparent;
}
.btn_contact01 .contact {
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
	line-height: 1.4;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.btn_contact01 .contact:before {
	content: '';
	display: block;
	background: url(./images/page/icn_mail01.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 100%;
}
.btn_contact01 .txt {
	line-height: 1;
	font-size: 111.11%;
	letter-spacing: .1em;
}
.btn_web01 {
	max-width: 240px;
	width: 100%;
	height: 120px;
	color:#fff;
}
.btn_web01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_web01 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #179933 transparent;
}
.btn_web01 .web {
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.btn_web01 .case {
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.btn_web01 .case:before {
	content: '';
	display: block;
	background: url(./images/page/icn_case.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
.btn_web01 .txt {
	line-height: 1;
	font-size: 88.89%;
	letter-spacing: .1em;
}
.btn_web02 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 50px;
	height: 50px;
	background: url(./images/index/icon_hand02.png) no-repeat center / contain;
}
.tbl_time02 .box {
	background: #fff;
	border: 1px solid #006229;
}
.tbl_time02 table {
	color: #333;
}
.tbl_time02 thead th {
	border-bottom-color: #006229;
}
.tbl_time02 tbody td {
	color: #006229;
}
.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
	padding: 11px 0 3px;
}
.tbl_col01 {
	margin-bottom: 80px;
}
.tbl_col01 table {
	border-color: #003e8f;
}
.tbl_col01 th {
	background: #003e8f;
}
.tbl_col01 tr:not(:last-child) td {
	border-bottom-color: #003e8f;
}
.tbl_col02 table {
	background: #fff;
	border-color: #152852;
}
.tbl_col02 th {
	vertical-align: middle;
	background: #152852;
}
.tbl_col02 tr:not(:last-child) td {
	border-bottom-color: #152852;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.ttl_index02 .ja {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.ttl_index02 .en {
		font-size: 125%;
		letter-spacing: .1em;
	}
	.copy_index01 span {
		padding: 0 1.75em;
	}
	.txt_index01 {
		font-size: 100%;
		letter-spacing: 0;
	}
	.btn_tel01 {
		max-width: none;
		height: calc(233 / 750 * 100vw);
	}
	.btn_tel01 a {
		position: relative;
	}
	.btn_tel01 a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
		border-color: transparent transparent #179933 transparent;
	}
	.btn_tel01 .txt {
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.btn_tel01 .tel {
		margin: .45em 0 .3em;
		padding-left: 1.3em;
		font-size: 143.75%;
		letter-spacing: 0;
	}
	.btn_tel01 .tel:before {
		width: calc(43 / 750 * 100vw);
	}
	.btn_tel01 .time {
		border-top-width: calc(2 / 750 * 100vw);
		max-width: none;
		width: calc(520 / 750 * 100vw);
		padding-top: .9em;
		font-size: 68.75%;
		letter-spacing: .1em;
		white-space: nowrap;
	}
	.btn_tel01 .time span {
		display: inline;
	}
	.btn_web01 {
		max-width: none;
		height: calc(150 / 750 * 100vw);
	}
	.btn_web01 a {
	}
	.btn_web01 a:after {
		border-width: 0 0 calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
	}
	.btn_web01 .web {
		margin-bottom: .4em;
		padding-left: 1.6em;
		font-size: 125%;
		letter-spacing: .1em;
	}
	.btn_web01 .web:before {
		width: calc(43 / 750 * 100vw);
	}
	.btn_web01 .txt {
		font-size: 68.75%;
		letter-spacing: .1em;
	}
	.btn_contact01 a:after {
		border-width: 0 0 calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
	}
	.btn_contact01 .contact {
		margin-bottom: .2em;
		padding-left: 1.8em;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.btn_contact01 .contact:before {
		width: calc(37 / 750 * 100vw);
	}
	.btn_contact01 .txt {
		font-size: 68.75%;
		letter-spacing: .1em;
	}
	.btn_web01 .case {
		margin-bottom: .4em;
		padding-left: 1.6em;
		font-size: 125%;
		letter-spacing: .1em;
	}
	.btn_web01 .case:before {
		width: calc(43 / 750 * 100vw);
	}
	.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
		padding: 3vw 0 2vw;
	}
	.tbl_col01 {
		margin-bottom: 13.33vw;
	}
	.btn_tel02 a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -9px;
        right: -6px;
        width: 50px;
        height: 50px;
        background: url(./images/index/icon_hand02.png) no-repeat center / contain;
        border-width: 0;
    }
	
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-right: 720px;
}
h1 {
	max-width: 700px;
	margin: 19px 0 0 49px;
	width: calc(280 / 1400* 100vw);
}
h1 a {
	display: block;
}
.btn_head {
	position: absolute;
	top: 0;
	right: 140px;
	width: 550px;
}
.tel_head {
	width: 56.36%;
}
.web_head {
	width: 43.64%;
}
.index_blog{
	max-width: 500px;
    width: 45%;
    height: 180px;
}
.index_blog p {
    font-size: 130.75%;
}
@media(min-width: 961px) and (max-width:1200px) {
	header {
		padding-right: 570px;
	}
	.btn_head {
		right: 112px;
		width: 440px;
	}
	.tel_head {
		height: 96px;
	}
	.tel_head .txt {
		font-size: 71.11%;
	}
	.tel_head .tel {
		font-size: 133.33%;
	}
	.tel_head .time {
		font-size: 71.11%;
	}
	.web_head {
		height: 96px;
	}
	.web_head .web {
		font-size: 133.33%;
	}
	.web_head .txt {
		font-size: 71.11%;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	header {
		padding-right: 420px;
	}
	.btn_head {
		right: 100px;
		width: 300px;
	}
	.tel_head {
		height: 96px;
	}
	.tel_head .txt {
		font-size: 55.56%;
	}
	.tel_head .tel {
		font-size: 100%;
	}
	.tel_head .time {
		font-size: 55.56%;
	}
	.web_head {
		height: 96px;
	}
	.web_head .web {
		font-size: 100%;
	}
	.web_head .txt {
		font-size: 55.56%;
	}
	.index_blog{
		max-width: none;
		width: 58%;
		margin-bottom: 20px;
	}	
	
}
@media(max-width: 767px) {
	header {
		padding-right: 0;
	}
	h1 {
		max-width: none;
		/* width: calc(357 / 750 * 100vw); */
		width: calc(270 / 750 * 100vw);
		margin: 4vw 0 0 5.33vw;
	}
	.index_blog{
		max-width: none;
        width: 100%;
        height: calc(245 / 750* 100vw);
        margin-bottom: 5.33vw;
	}	
	
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center bottom / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.copy_main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.copy_main .txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.copy_main .txt p {
	line-height: 2.2;
	font-size: 277.78%;
	letter-spacing: .1em;
	/* text-shadow: 0 0 7px rgba(51, 51, 51, 0.2); */
}
.copy_main .txt p em {
	display: block;
	line-height: 1.63;
	font-size: 160%;
	letter-spacing: .1em;
}
.copy_main .list {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 0;
	max-width: 607px;
	width: 100%;
	margin-bottom: -14px;
}
.copy_main .list li {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 14px;
	padding: 22px 0 33px;
}
.copy_main .list li:nth-child(1) {
	background-image: url(./images/index/bg_txt_main01.png);
}
.copy_main .list li:nth-child(2) {
	background-image: url(./images/index/bg_txt_main02.png);
	color: #fff;
}
.copy_main .list li:nth-child(3) {
	background-image: url(./images/index/bg_txt_main03.png);
}
.copy_main .list li span {
	padding-left: 1.9em;
	line-height: 1;
	font-size: 202.78%;
	letter-spacing: 0;
}
.main_bg {
	/* background-image: url(./images/index/bg_main01.jpg); */
	background-color: #152852;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 340px;
}
.main_bg > * {
	position: relative;
	z-index: 1;
}
.main_bg .deco {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 0;
	transform: translateX(98%);
	/* width: 418px; */
	width: 350px;
	margin: auto;
}
.main_bg .unit {
	padding: 40px 25% 40px 0;
}
.main_bg .unit p {
	text-shadow: 0px 0px 5px #152852, 0px 0px 5px #152852, 0px 0px 10px #152852, 0px 0px 10px #152852, 0px 0px 15px #152852, 0px 0px 15px #152852;
}
.main_bg .unit .catch {
	margin-bottom: .3em;
	line-height: 1.2;
	font-size: 333.33%;
	letter-spacing: .1em;
}
.main_bg .unit .catch em {
	font-size: 133.33%;
	letter-spacing: .1em;
}
.main_bg .unit .txt01 {
	margin-bottom: 1.1em;
	line-height: 1;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.copy_main p .txt_right .top_name {
	font-size: 70%;
}
.copy_main .txt .top_name {
    font-size: 190%;
    margin-right: 60px;
	color: #e17b34;
	/* margin-top: 40px; */
}
.graph{
	padding-bottom: 60px;
}

.graph .img_graph{
	max-width: 557px;
    width: 32%;
}

@media(min-width: 768px) and (max-width:1600px) {
	.copy_main .txt {
		/* top: 20%; */
		top: 36%;
		transform: translateY(0);
	}

}
@media(min-width: 768px) and (max-width:1440px) {
	.copy_main .txt p {
		font-size: 222.22%;
	}
	.copy_main .list {
		max-width: 500px;
	}
	.copy_main .list li {
		-webkit-background-size: contain;
		background-size: contain;
		padding: 21px 0 24px;
	}
	.copy_main .list li span {
		font-size: 162.22%;
	}
	
}
@media(min-width: 768px) and (max-width:1200px) {
	.copy_main .txt p {
		font-size: 194.44%;
	}
	.copy_main .list {
		max-width: 425px;
	}
	.copy_main .list li {
		padding: 14px 0 19px;
	}
	.copy_main .list li span {
		font-size: 141.94%;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	.main_img .slide_main li {
		min-height: 800px;
	}
	.main_bg .deco {
		transform: translateX(68%);
	}
	
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit!important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.copy_main .txt {
		top: calc(294 / 750 * 100vw);
		transform: translateY(0);
	}
	.copy_main .txt p {
		/* font-size: 156.25%; */
		font-size: 140.25%;
		letter-spacing: .1em;
	}
	.copy_main .txt p em {
	}
	.copy_main .list {
		bottom: calc(23 / 750 * 100vw);
		max-width: none;
		margin-bottom: -1.6vw;
	}
	.copy_main .list li {
		-webkit-background-size: contain;
		background-size: contain;
		margin-bottom: 1.6vw;
		padding: 0.93vw 0 1.73vw;
	}
	.copy_main .list li:nth-child(1) {
		background-image: url(./images/index/bg_txt_main01_sp.png);
	}
	.copy_main .list li:nth-child(2) {
		background-image: url(./images/index/bg_txt_main02_sp.png);
	}
	.copy_main .list li:nth-child(3) {
		background-image: url(./images/index/bg_txt_main03_sp.png);
	}
	.copy_main .list li span {
		padding-left: 1.8em;
		font-size: 96.875%;
		letter-spacing: .1em;
	}
	.main_bg {
		/* background-image: url(./images/index/bg_main01_sp.jpg); */
		background-color: #152852;
		min-height: auto;
	}
	.main_bg .deco {
		top: -3.2vw;
		/* top: 12.8vw; */
		bottom: auto;
		left: auto;
		right: 3.2vw;
		transform: translateX(0);
		width: calc(230 / 750 * 100vw);
	}
	.main_bg .unit {
		padding: 8.2vw 0 9.2vw;
	}
	.main_bg .unit .catch {
		margin-bottom: .4em;
		line-height: 1.4;
		font-size: 174.5%;
		/* font-size: 187.5%; */
		letter-spacing: .1em;
	}
	.main_bg .unit .txt01 {
		margin-bottom: .5em;
		font-size: 112.5%;
		letter-spacing: .1em;
	}
    .copy_main .txt .top_name {
        margin-right: 20px;
		font-size: 120%;
		color: #e17b34;
    }
	.graph .img_graph {
        width: 100%;
    }
}

/* トップお知らせ
------------------------------------------------------------------*/
.txt_oshirase {
	padding: 1.5em 3.2vw;
	margin-top: 60px;
}
.txt_oshirase02{
	margin-top: 20px;
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav {
	/* background: #152852; */
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 10000;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.btn_gnav:hover {
	opacity: .85;
}
.btn_gnav .txt_gnav {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
}
.btn_gnav .icn_gnav {
	width: 40px;
	height: 4px;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav .icn_gnav:before, .btn_gnav .icn_gnav:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav .icn_gnav:before {
	top: -13px;
}
.btn_gnav .icn_gnav:after {
	bottom: -13px;
}
.open .btn_gnav .icn_gnav {
	background: none;
}
.open .btn_gnav .icn_gnav:before, .open .btn_gnav .icn_gnav:after {
	background: #fff;
	transition: transform .3s ease-in-out;
}
.open .btn_gnav .icn_gnav:before {
	transform: rotate(45deg);
	top: 0;
}
.open .btn_gnav .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.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 {
	padding: 140px 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	max-width: 600px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
/*.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}*/
.gnav .nav_main {
	padding-bottom: 340px;
}
.gnav .nav_main > ul {
	padding: 0 30px;
	display: block;
}
.gnav .nav_main > ul > li {
	position: relative;
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav .nav_main > ul > li:first-child {
	border-top: 1px solid #dae121;
}
.gnav .nav_main > ul > li.nav_drawer {
	padding-bottom: 10px;
	border-bottom: 1px solid #dae121;
}
.gnav .nav_main > ul > li > a {
	padding: 13px 15px 14px 0;
	border-bottom: 1px solid #dae121;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
}
.gnav .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 11px solid #dae121;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin: auto;
}
.gnav .nav_main > ul > li.nav_drawer > a:after {
	transform: rotate(90deg);
}
.gnav .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.gnav .nav_main > ul > li > a .ja {
	font-size: 144.44%;
	letter-spacing: .1em;
}
.open .gnav {
	visibility: visible;
	opacity: 1;
}
.open .gnav .nav_main > ul > li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

@media(min-width: 768px) and (max-width:1200px) {
	.btn_gnav {
		right: 16px;
		width: 80px;
		height: 80px;
	}
	.btn_gnav .txt_gnav {
		font-size: 80%;
	}
	.btn_gnav .icn_gnav {
		width: 32px;
		height: 2px;
		top: 28px;
	}
	.btn_gnav .icn_gnav:before, .btn_gnav .icn_gnav:after {
		height: 2px;
	}
	.btn_gnav .icn_gnav:before {
		top: -10px;
	}
	.btn_gnav .icn_gnav:after {
		bottom: -10px;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	.btn_gnav {
		right: 10px;
	}

}
@media only screen and (max-width: 767px) {
	.gnav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		border-radius: 50%;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		/* background: #152852; */
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(49 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: calc(4 / 750 * 100vw);
		position: absolute;
		top: -2vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: calc(4 / 750 * 100vw);
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.8vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.8vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid #dae121;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px solid #dae121;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px solid #dae121;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #dae121;
		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 {
	}
	.gnav_sp .nav_main > ul > li > a .en {
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: rgba(51,51,51,.9);
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}


/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
}
.index_news li dt {
}
.index_news li dd {
}
.index_news li dd a {
	color: #aaa; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: #f7f7f8 !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) {

}
@media(max-width: 767px) {
	.index_news ul {
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
}


/* このようなお悩みありませんか？ index_trouble
------------------------------------------------------------------*/
.bg_index_trouble01 {
	position: relative;
	margin: 50px 0 60px;
	padding: 92px 0 80px;
}
.bg_index_trouble01::before {
	background: url(./images/index/bg_trouble03.png) no-repeat center / calc(1920 / 1920* 100vw);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: calc(360 / 1920 * 100vw);
	z-index: -1;
}
.wrap_index_trouble01 {
	max-width: calc(1240 / 1920 * 100vw);
	width: 100%;
	margin: 0 auto;
}
.row_index_trouble01 {
	display: flex;
	justify-content: space-between;
	gap: calc(50 / 1920 * 100vw);
}
.row_index_trouble01 .col {
	position: relative;
	width: calc(594 / 1920 * 100vw);
	height: calc(350 / 1920 * 100vw);
}
.row_index_trouble01 .col a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    width: 100%;
}
.row_index_trouble01 .col:nth-of-type(1) {
	background: url(./images/index/img_trouble01_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble01.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(2) {
	background: url(./images/index/img_trouble02_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble02.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(3) {
	background: url(./images/index/img_trouble03_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble03.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(4) {
	background: url(./images/index/img_trouble04_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble04.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(5) {
	background: url(./images/index/img_trouble05_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble05.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(6) {
	background: url(./images/index/img_trouble06_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble06.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(7) {
	background: url(./images/index/img_trouble07_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble07.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(8) {
	background: url(./images/index/img_trouble08_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble08.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(9) {
	background: url(./images/index/img_trouble09_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble09.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col:nth-of-type(10) {
	background: url(./images/index/img_trouble10_hand.jpg) no-repeat center / cover;
	/*background: url(./images/index/img_trouble10.jpg) no-repeat center / cover;*/
}
.row_index_trouble01 .col p {
	color: #fff;
	font-size: calc(40 / 1920 * 100vw);
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
.row_index_trouble01 .col::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	/*border-color: transparent transparent #fff transparent;*/
	/*border-width: 0px 0px calc(40 / 1920 * 100vw) calc(40 / 1920 * 100vw);*/
	right: calc(10 / 1920 * 100vw);
	bottom: calc(10 / 1920 * 100vw);
}
.btn_case01 {
	height: calc(80 / 1920 * 100vw);
	width: calc(330 / 1920 * 100vw);
	background: #152852;
}
.btn_case01 a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_case01 a::after {
	position: absolute;
	content: "";
	background: url(./images/index/arw.svg) no-repeat center / cover;
	width: calc(32 / 1920 * 100vw);
	height: calc(10 / 1920 * 100vw);
	right: calc(20 / 1920 * 100vw);
	top: 50%;
	transform: translate(0, -50%);
}
.btn_case01 a p {
	color: #fff;
	font-size: calc(22 / 1920 * 100vw);
	text-align: center;
}
.btn_case01:first-of-type{
	margin-right: calc(40 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_case01 {
		height: calc(80 / 1599 * 100vw);
		width: calc(330 / 1599 * 100vw);
	}
	.btn_case01 a::after {
		width: calc(32 / 1599 * 100vw);
		height: calc(10 / 1599 * 100vw);
		right: calc(20 / 1599 * 100vw);
	}
	.btn_case01 a p {
		font-size: calc(22 / 1599 * 100vw);
	}
	.btn_case01:first-of-type{
		margin-right: calc(40 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_index_trouble01 {
		padding: 35px 0 80px;
	}
	.btn_case01 {
		height: calc(80 / 1299 * 100vw);
		width: calc(330 / 1299 * 100vw);
	}
	.btn_case01 a::after {
		width: calc(32 / 1299 * 100vw);
		height: calc(10 / 1299 * 100vw);
		right: calc(20 / 1299 * 100vw);
	}
	.btn_case01 a p {
		font-size: calc(22 / 1299 * 100vw);
	}
	.btn_case01:first-of-type{
		margin-right: calc(40 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_index_trouble01 {
		margin: 5.33vw 0;
        padding: 12vw 0 13.33vw;
	}
	.bg_index_trouble01::before {
        background: url(./images/index/bg_trouble03_sp.png) no-repeat center / cover;
    }
	.wrap_index_trouble01 {
		max-width: calc(645 / 750* 100vw);
	}
	.bg_index_trouble01::before {
        background: url(./images/index/bg_trouble03_sp.png) no-repeat center / cover;
    }
	.bg_index_trouble01::before {
		height: calc(450 / 750* 100vw);
	}
	.row_index_trouble01  {
		gap: calc(20 / 750* 100vw);
	}
	.row_index_trouble01 .col {
		width: calc(312 / 750* 100vw);
    height: calc(195 / 750* 100vw);
	}
	.row_index_trouble01 .col p {
		line-height: 1.5;
		font-size: calc(30 / 750* 100vw);
	}
	.row_index_trouble01 .col::after {
		/*border-width: 0px 0px calc(25 / 750* 100vw) calc(25 / 750* 100vw);*/
	}
	.row_index_trouble01 .col:nth-of-type(1) {
		background: url(./images/index/img_trouble01_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble01_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(2) {
		background: url(./images/index/img_trouble02_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble02_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(3) {
		background: url(./images/index/img_trouble03_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble03_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(4) {
		background: url(./images/index/img_trouble04_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble04_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(5) {
		background: url(./images/index/img_trouble05_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble05_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(6) {
		background: url(./images/index/img_trouble06_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble06_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(7) {
		background: url(./images/index/img_trouble07_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble07_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(8) {
		background: url(./images/index/img_trouble08_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble08_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(9) {
		background: url(./images/index/img_trouble09_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble09_sp.jpg) no-repeat center / cover;*/
	}
	.row_index_trouble01 .col:nth-of-type(10) {
		background: url(./images/index/img_trouble10_hand_sp.jpg) no-repeat center / cover;
		/*background: url(./images/index/img_trouble10_sp.jpg) no-repeat center / cover;*/
	}
	.btn_case01 {
		height: calc(120 / 750* 100vw);
		width: calc(600 / 750* 100vw);
	}
	.btn_case01:first-of-type{
		margin: 0 auto 4vw;
	}
	.btn_case01 a p {
		color: #fff;
		font-size: calc(32 / 750* 100vw);
		text-align: center;
	}
	.btn_case01 a::after {
		width: calc(64 / 750* 100vw);
        height: calc(20 / 750* 100vw);
        right: calc(30 / 750* 100vw);
	}
}
.bg_index_trouble01 > * {
	position: relative;
	z-index: 1;
}
.bg_index_trouble01 .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.bg_index_trouble01 .deco01 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bg_index_trouble01 .deco02 {
	position: absolute;
	top: 0;
	left: 0;
}
.bg_index_trouble01 .copy {
	margin-bottom: 60px;
}
.bg_index_trouble01 .copy span {
	line-height: 1.4;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.bg_index_trouble01 .copy span:before,
.bg_index_trouble01 .copy span:after {
/* 	background-image: url(./images/page/bar_ttl01.svg); */
	bottom: 10px;
	width: 38px;
	height: 58px;
}
.bg_index_trouble01 .row_box {
	margin-top: -20px;
}
.bg_index_trouble01 .row_box li {
	position: relative;
	max-width: 400px;
	width: 32.3%;
	height: 200px;
	margin-top: 20px;
}
.bg_index_trouble01 .row_box .num {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	line-height: .8;
	font-size: 555.56%;
	letter-spacing: .1em;
}
.bg_index_trouble01 .row_box .txt {
	position: relative;
	z-index: 1;
	line-height: 1.82;
	font-size: 122.22%;
	letter-spacing: .1em;
}
.bg_index_trouble02 {
	position: relative;
	padding: 130px 0 60px;
}
.bg_index_trouble02:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 49px 72px 0 72px;
	border-color: #152852  transparent transparent transparent;
}
.bg_index_trouble02 .copy {
	line-height: 1.6;
	font-size: 280%;
	/* font-size: 333.33%; */
	letter-spacing: .1em;
}
.bg_index_trouble03 {
	/* background-image: url(./images/index/bg_trouble02.jpg); */
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 110px 0;
}
.bg_index_trouble03 .txt {
	line-height: 2.25;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.bg_index_trouble03 .txt em {
	line-height: 1;
	font-size: 125%;
	letter-spacing: .1em;
}
@media(min-width: 961px) and (max-width:1200px) {
	.bg_index_trouble01 .copy span {
		font-size: 200%;
	}
	.bg_index_trouble01 .row_box .txt {
		font-size: 105.56%;
	}
	
}
@media(min-width: 768px) and (max-width:1200px) {
	.bg_index_trouble02 .copy {
		font-size: 180%;
		/* font-size: 300%; */
		letter-spacing: 0;
	}

}
@media(min-width: 768px) and (max-width:960px) {
	.bg_index_trouble01 .copy span {
		padding: 0 1.5em;
		font-size: 177.78%;
	}
	.bg_index_trouble01 .row_box .num {
		font-size: 444.44%;
	}
	.bg_index_trouble01 .row_box .txt {
		font-size: 97.78%;
	}
	
}
@media(max-width: 767px) {
	.bg_index_trouble01 .deco01 {
		width: calc(350 / 750 * 100vw);
	}
	.bg_index_trouble01 .deco02 {
		width: calc(400 / 750 * 100vw);
	}
	.bg_index_trouble01 .inner1240 {
		padding: 0 3.73vw;
	}
	.bg_index_trouble01 .copy {
		margin-bottom: 50px;
	}
	.bg_index_trouble01 .copy span {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.bg_index_trouble01 .copy span:before,
	.bg_index_trouble01 .copy span:after {
		bottom: 10px;
		width: calc(77 / 750 * 100vw);
		height: calc(117 / 750 * 100vw);
	}
	.bg_index_trouble01 .row_box {
		margin-top: calc(-22 / 750 * 100vw);
	}
	.bg_index_trouble01 .row_box li {
		max-width: none;
		width: calc(312 / 750 * 100vw);
		height: calc(200 / 750 * 100vw);
		margin-top: calc(22 / 750 * 100vw);
	}
	.bg_index_trouble01 .row_box .num {
		font-size: 312.5%;
		letter-spacing: .1em;
	}
	.bg_index_trouble01 .row_box .txt {
		line-height: 1.67;
		font-size: 75%;
		letter-spacing: 0;
	}
	.bg_index_trouble02 {
		padding: 18.67vw 0 8vw;
	}
	.bg_index_trouble02:before {
		border-width: calc(97 / 750 * 100vw) calc(145 / 750 * 100vw) 0 calc(145 / 750 * 100vw);
	}
	.bg_index_trouble02 .copy {
		line-height: 1.61;
		font-size: 175%;
		letter-spacing: 0;
		/* letter-spacing: .1em; */
	}
	.bg_index_trouble03 {
		/* background-image: url(./images/index/bg_trouble02_sp.jpg); */
		padding: 10vw 0 9.33vw;
	}
	.bg_index_trouble03 .txt {
		font-size: 125%;
		letter-spacing: .1em;
	}
	
}


/* カウンセリング index_conversion
------------------------------------------------------------------*/
.unit_index_conversion {
	position: relative;
	padding: 60px 0 20px;
}
.unit_index_conversion > * {
	position: relative;
	z-index: 1;
}
.unit_index_conversion .deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(382%);
	z-index: 0;
	width: 153px;
	margin: auto;
}
.unit_index_conversion .row_txt {
	padding-right: 80px;
}
.unit_index_conversion .row_txt .col_l {
	width: 570px;
	padding-top: 2.5%;
}
.unit_index_conversion .row_txt .col_r {
	max-width: 510px;
	width: calc(100% - 600px);
}
.unit_index_conversion .row_txt .copy {
	margin-bottom: 30px;
}
.unit_index_conversion .row_txt .copy span {
	padding: 0 1.44em;
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
/* .unit_index_conversion .row_txt .copy span:before,
.unit_index_conversion .row_txt .copy span:after {
	background-image: url(./images/page/bar_ttl02.svg);
	width: 20px;
	height: 30px;
} */
.unit_index_conversion .row_txt .ttl {
	margin: 0 -.5em;
	line-height: 1;
	font-size: 444.44%;
	letter-spacing: .05em;
}
.unit_index_conversion .row_txt .list {
	margin-top: -5px;
}
.unit_index_conversion .row_txt .list li {
	margin-top: 5px;
	padding: 6px 20px;
}
.unit_index_conversion .row_txt .list li span {
	display: inline-block;
	position: relative;
	padding-left: 2.2em;
	line-height: 1.55;
	font-weight: bold;
	font-size: 122.22%;
	letter-spacing: .1em;
}
.unit_index_conversion .row_txt .list li span:before {
	content: '';
	display: block;
	background: url(./images/page/icn_check01.svg) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
.bg_index_conversion {
	padding: 30px 0 60px;
	background-image: url(./images/index/bg_conversation.jpg);
}
.bg_index_conversion .txt_top {
	margin-bottom: 30px;
	line-height: 1.67;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.tel_index_conversion {
	max-width: 557px;
	width: 45%;
	height: 150px;
}
.tel_index_conversion .txt {
	font-size: 111.11%;
	letter-spacing: .1em;
}
.tel_index_conversion .tel {
	font-size: 200%;
}
.tel_index_conversion .tel:before {
	width: 37px;
}
.tel_index_conversion .time {
	max-width: 517px;
	font-size: 111.11%;
	letter-spacing: .1em;
}
.contact_index_conversion {
	max-width: 340px;
	width: 27.5%;
	height: 150px;
}
.web_index_conversion {
	max-width: 300px;
	width: 24.2%;
	height: 150px;
}
.web_index_conversion a:after {
	border-width: 0 0 24px 24px;
}
.web_index_conversion .web {
	padding-left: 1.8em;
	line-height: 1.4;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.web_index_conversion .web:before {
	width: 37px;
}
.web_index_conversion .txt {
	font-size: 111.11%;
	letter-spacing: .1em;
}
.web_index_conversion02 {
    max-width: 557px;
    width: 45%;
    height: 150px;
}
.web_index_conversion02 .web {
    font-size: 200%;
}
.web_index_conversion02 a:after {
    border-width: 0;
}

@media(min-width: 1201px) and (max-width:1300px) {
	.unit_index_conversion .deco {
		transform: translateX(340%);
	}
	.unit_index_conversion .row_txt .list li span {
		font-size: 94.44%;
	}

}
@media(min-width: 768px) and (max-width:1200px) {
	.unit_index_conversion .row_txt {
		padding-right: 0;
	}
	.unit_index_conversion .row_txt .col_l {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		padding-top: 0;
	}
	.unit_index_conversion .row_txt .col_r {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.unit_index_conversion .deco {
		transform: translateX(190%);
	}
	
}
@media(min-width: 961px) and (max-width:1200px) {
	.bg_index_conversion .txt_top {
		font-size: 133.33%;
	}
	.tel_index_conversion .tel {
		font-size: 155.56%;
	}
	.tel_index_conversion .time {
		font-size: 88.89%;
	}
	.contact_index_conversion .contact {
		font-size: 133.33%;
	}
	.web_index_conversion .web {
		font-size: 133.33%;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_index_conversion .row_btn {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	.tel_index_conversion {
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.contact_index_conversion {
		max-width: 340px;
		width: 52%;
	}
	.web_index_conversion {
		max-width: 300px;
		width: 46%;
	}
	
}
@media(max-width: 767px) {
	.unit_index_conversion {
		padding: 9.73vw 0 8vw;
	}
	.unit_index_conversion .deco {
		bottom: auto;
		left: auto;
		right: 0;
		transform: translateX(0);
		width: calc(153 / 750 * 100vw);
	}
	.unit_index_conversion .row_txt {
		padding-right: 0;
	}
	.unit_index_conversion .row_txt .col_l {
		width: 100%;
		padding-top: 0;
		margin-bottom: 4.5vw;
		padding-right: 12vw;
	}
	.unit_index_conversion .row_txt .col_r {
		max-width: none;
		width: 100%;
	}
	.unit_index_conversion .row_txt .copy {
		margin-bottom: 3.2vw;
	}
	.unit_index_conversion .row_txt .copy span {
		padding: 0 1.85em;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.unit_index_conversion .row_txt .copy span:before,
	.unit_index_conversion .row_txt .copy span:after {
		bottom: -2.4vw;
		width: calc(41 / 750 * 100vw);
		height: calc(61 / 750 * 100vw);
	}
	.unit_index_conversion .row_txt .ttl {
		margin: 0 -.5em;
		font-size: 187.5%;
		letter-spacing: .1em;
	}
	.unit_index_conversion .row_txt .list {
		margin-top: -1.33vw;
	}
	.unit_index_conversion .row_txt .list li {
		margin-top: 1.33vw;
		padding: 1.33vw 4vw;
	}
	.unit_index_conversion .row_txt .list li span {
		line-height: 1.4;
		font-size: 100%;
		letter-spacing: 0;
	}
	.unit_index_conversion .row_txt .list li span:before {
		width: calc(42 / 750 * 100vw);
	}
	.bg_index_conversion {
		padding: 9.2vw 0 10.67vw;
	}
	.bg_index_conversion .txt_top {
		margin-bottom: 4vw;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.bg_index_conversion .row_btn {
		width: calc(646 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tel_index_conversion {
		max-width: none;
		width: 100%;
		height: calc(233 / 750 * 100vw);
		margin-bottom: 5.33vw;
	}
	.tel_index_conversion .txt {
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.tel_index_conversion .tel {
		font-size: 143.75%;
	}
	.tel_index_conversion .tel:before {
		width: calc(43 / 750 * 100vw);
	}
	.tel_index_conversion .time {
		max-width: none;
		width: calc(517 / 750 * 100vw);
		font-size: 68.75%;
		letter-spacing: .1em;
	}
	.contact_index_conversion {
		max-width: none;
		width: calc(312 / 750 * 100vw);
		height: calc(150 / 750 * 100vw);
	}
	.web_index_conversion {
		max-width: none;
		width: calc(312 / 750 * 100vw);
		height: calc(150 / 750 * 100vw);
	}
	.web_index_conversion a:after {
		border-width: 0 0 calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
	}
	.web_index_conversion .web {
		margin-bottom: .2em;
		padding-left: 1.8em;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.web_index_conversion .web:before {
		width: calc(36 / 750 * 100vw);
	}
	.web_index_conversion .txt {
		font-size: 68.75%;
		letter-spacing: .1em;
	}
	.web_index_conversion02 {
		max-width: none;
		width: 100%;
		height: calc(233 / 750* 100vw);
		margin-bottom: 5.33vw;
	}
	.web_index_conversion02 .web {
		font-size: 143.75%;
	}
	.web_index_conversion02 .web:before {
		width: calc(43 / 750* 100vw);
	}
	.web_index_conversion02 .txt {
		font-size: 93.75%;
	}
	.web_index_conversion02 a:after {
		border-width: 0;
	}
}


/* 根管治療について index_root_canal_therapy
------------------------------------------------------------------*/
.ttl_index_root_canal_therapy {
	margin-bottom: 76px;
}
.ttl_index_root_canal_therapy .ja {
	margin-bottom: .72em;
	line-height: 1;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.ttl_index_root_canal_therapy .en {
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.bg_index_root_canal_therapy01 {
	position: relative;
	padding: 117px 0 80px;
}
.bg_index_root_canal_therapy01 .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.bg_index_root_canal_therapy01 .deco01 {
	position: absolute;
	top: 297px;
	left: 46px;
}
.bg_index_root_canal_therapy01 .deco02 {
	position: absolute;
	bottom: 0;
	right: 45px;
}
.bg_index_root_canal_therapy02 {
	/* background-image: url(./images/index/bg_root_canal_therapy01.jpg); */
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0 72px;
}
.bg_index_root_canal_therapy02 .txt01 {
	margin: 0 -.5em 10px;
	font-size: 200%;
	letter-spacing: .1em;
}
.bg_index_root_canal_therapy02 .txt02 {
	margin-bottom: 70px;
}
.unit_index_root_canal_therapy {
	position: relative;
	padding-top: 50px;
}
.row_index_root_canal_therapy .col_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	max-width: 910px;
	width: 48%;
}
.row_index_root_canal_therapy .col_txt {
	position: relative;
	z-index: 0;
	max-width: 743px;
	width: 56%;
	padding: 50px 4.5%;
}
.row_index_root_canal_therapy .copy {
	margin-bottom: 15px;
	line-height: 1.6;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.box_index_root_canal_therapy {
	background: rgba(239, 243, 245, .9);
	border: 5px solid #bfbaba;
	padding: 0 3.6% 33px;
}
.box_index_root_canal_therapy .bg_copy {
	margin-top: -35px;
	margin-bottom: 33px;
}
.box_index_root_canal_therapy .bg_copy .copy {
	display: inline-block;
	padding: 6px 24px;
}
.box_index_root_canal_therapy .bg_copy .copy span {
	padding: 0 1.5em;
	font-size: 133.33%;
	letter-spacing: .1em;
}
/* .box_index_root_canal_therapy .bg_copy .copy span:before,
.box_index_root_canal_therapy .bg_copy .copy span:after {
	background-image: url(./images/page/bar_ttl01.svg);
	bottom: 8px;
	width: 20px;
	height: 30px;
} */
.box_index_root_canal_therapy .list_default {
	margin-top: -9px;
	margin-bottom: 8px;
}
.box_index_root_canal_therapy .list_default li {
	border-bottom: 1px dashed #fff;
	width: 48%;
	margin-top: 9px !important;
	padding-bottom: 10px;
}
.box_index_root_canal_therapy .list_default li:before {
	background: #006229;
}
@media(min-width: 961px) and (max-width:1200px) {
	.row_index_root_canal_therapy .copy {
		font-size: 177.78%;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_index_root_canal_therapy01 .deco01 {
		top: 40px;
	}
	.row_index_root_canal_therapy .col_img {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_root_canal_therapy .col_txt {
		max-width: none;
		width: 100%;
	}
	.box_index_root_canal_therapy .bg_copy .copy span {
		font-size: 105.56%;
	}
	.box_index_root_canal_therapy .bg_copy .copy span:before,
	.box_index_root_canal_therapy .bg_copy .copy span:after {
		width: 16px;
	}
	
}
@media(max-width: 767px) {
	.ttl_index_root_canal_therapy {
		margin-bottom: 10.13vw;
	}
	.ttl_index_root_canal_therapy .ja {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.ttl_index_root_canal_therapy .en {
		font-size: 125%;
		letter-spacing: .1em;
	}
	.bg_index_root_canal_therapy01 {
		padding: 13.07vw 0 16vw;
	}
	.bg_index_root_canal_therapy01 .deco01 {
		top: 5.2vw;
		left: 0;
		width: calc(400 / 750 * 100vw);
	}
	.bg_index_root_canal_therapy01 .deco02 {
		bottom: calc(20 / 750 * 100vw);
		right: 0;
		width: calc(350 / 750 * 100vw);
	}
	.bg_index_root_canal_therapy02 {
		/* background-image: url(./images/index/bg_root_canal_therapy01_sp.jpg); */
		padding: 11.8vw 0 13.33vw;
	}
	.bg_index_root_canal_therapy02 .txt01 {
		margin: 0 -.5em 6.5vw;
		line-height: 1.5;
		font-size: 125%;
		letter-spacing: .1em;
	}
	.bg_index_root_canal_therapy02 .txt02 {
		margin-bottom: 13.6vw;
	}
	.unit_index_root_canal_therapy {
		padding-top: 0;
	}
	.row_index_root_canal_therapy .col_img {
		position: relative;
		right: -3.2vw;
		max-width: none;
		width: 100%;
		padding-left: calc(4 / 750 * 100vw);
		text-align: right;
	}
	.row_index_root_canal_therapy .col_txt {
		max-width: none;
		width: calc(726 / 750 * 100vw);
		margin-top: -13.33vw;
		margin-left: -3.2vw;
		padding: 22.53vw 0 9vw 3.2vw;
	}
	.row_index_root_canal_therapy .copy {
		margin-bottom: 3.867vw;
		line-height: 1.5;
		font-size: 125%;
		letter-spacing: .1em;
	}
	.box_index_root_canal_therapy {
		border-width: calc(5 / 750 * 100vw);
		padding: 0 0 5vw;
	}
	.box_index_root_canal_therapy .bg_copy {
		margin-top: calc(-65 / 750 * 100vw);
		margin-bottom: 5.73vw;
	}
	.box_index_root_canal_therapy .bg_copy .copy {
		padding: 3.73vw 4.7vw;
	}
	.box_index_root_canal_therapy .bg_copy .copy span {
		padding: 0 1.9em;
		line-height: 1.67;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.box_index_root_canal_therapy .bg_copy .copy span:before,
	.box_index_root_canal_therapy .bg_copy .copy span:after {
		bottom: 2.67vw;
		width: calc(39 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
	}
	.box_index_root_canal_therapy .list_default {
		margin-top: calc(-4 / 750 * 100vw);
		margin-bottom: 0;
		margin-left: 4.7vw;
		margin-right: 4.7vw;
	}
	.box_index_root_canal_therapy .list_default li {
		border-bottom-width: calc(2 / 750 * 100vw);
		width: 100%;
		margin-top: calc(4 / 750 * 100vw) !important;
		padding-bottom: calc(6 / 750 * 100vw);
		padding-left: 4vw;
	}
	.box_index_root_canal_therapy .list_default li:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.box_index_root_canal_therapy .txt_bottom {
		margin-right: 4.7vw;
	}
	
}


/* 自費診療での根管治療 index_treatment
------------------------------------------------------------------*/
.ttl_index_treatment {
	margin-bottom: 4px;
}
.ttl_index_treatment .ja01 {
	margin-bottom: 4px;
	/* line-height: 1; */
	line-height: 1.8;
	font-size: 155.56%;
	letter-spacing: .1em;
}
.ttl_index_treatment .ja02 {
	font-size: 277.78%;
	letter-spacing: .1em;
}
.bg_index_treatment01 {
	position: relative;
	padding: 120px 0 70px;
}
.bg_index_treatment01 > * {
	position: relative;
	z-index: 1;
}
.bg_index_treatment01 .deco {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	transform: translateX(128%);
	z-index: 0;
	width: 350px;
	margin: auto;
}
.bg_index_treatment02 {
	padding: 70px 0 120px;
}
.bg_index_treatment02 .copy_index01 {
	margin-bottom: 30px;
}
.bg_index_treatment02 .copy_index01 span {
	padding: 0 1.3em;
	line-height: 1.67;
	font-size: 166.67%;
	letter-spacing: .1em;
}
/* .bg_index_treatment02 .copy_index01 span:before,
.bg_index_treatment02 .copy_index01 span:after {
	background-image: url(./images/page/bar_ttl03.svg);
	bottom: 10px;
	width: 20px;
	height: 30px;
} */
.tbl_index_treatment table {
	background: #fff;
	border: 1px solid #006229;
}
.tbl_index_treatment thead th {
	background: #006229;
/* 	width: calc(100% / 3); */
	text-align: center;
	font-size: 133.33%;
	letter-spacing: .1em;
	color: #fff;
}
.tbl_index_treatment thead th:first-child {
	border-bottom: 1px solid #fff;
}
.tbl_index_treatment thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_index_treatment tbody th {
	vertical-align: middle;
	background: rgba(0, 98, 41, .8);
	font-size: 111.11%;
	letter-spacing: .1em;
}
.tbl_index_treatment tbody td {
	vertical-align: middle;
	font-size: 111.11%;
	letter-spacing: .1em;
	text-align: center;
}
.tbl_index_treatment tbody td .img_box {
	cursor: pointer;
	transition: .3s;
}
.tbl_index_treatment tbody td .img_box:hover {
	opacity: .85;
}
.tbl_index_treatment tbody td:not(:last-child) {
	border-right: 1px solid #006229;
}
.tbl_index_treatment tbody tr:not(:last-child) td {
	border-bottom: 1px solid #006229;
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_index_treatment02 .copy_index01 span {
		font-size: 133.33%;
	}
	.tbl_index_treatment tbody th {
		font-size: 88.89%;
	}
	.tbl_index_treatment tbody td {
		font-size: 83.33%;
	}
	
}
@media(max-width: 767px) {
	.ttl_index_treatment {
		margin-bottom: 4.5vw;
	}
	.ttl_index_treatment .ja01 {
		margin-bottom: 1.7vw;
		font-size: 112.5%;
		letter-spacing: .1em;
	}
	.ttl_index_treatment .ja02 {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.bg_index_treatment01 {
		padding: 13vw 0 11vw;
	}
	.bg_index_treatment01 .deco {
		bottom: 2.67vw;
		left: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.bg_index_treatment01 .txt {
		text-align: left;
	}
	.bg_index_treatment02 {
		padding: 12.67vw 0 13.3vw;
	}
	.bg_index_treatment02 .copy_index01 {
		margin-bottom: 4vw;
	}
	.bg_index_treatment02 .copy_index01 span {
		padding: 0 2.7em;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.bg_index_treatment02 .copy_index01 span:before,
	.bg_index_treatment02 .copy_index01 span:after {
		bottom: .8vw;
		width: calc(61 / 750 * 100vw);
		height: calc(91 / 750 * 100vw);
	}
	.tbl_index_treatment {
	}
	.tbl_index_treatment table {
		width: calc(1000 / 750 * 100vw);
	}
	.tbl_index_treatment thead th {
		font-size: 75%;
		letter-spacing: .1em;
	}
	.tbl_index_treatment tbody th {
		font-size: 56.25%;
		letter-spacing: .1em;
	}
	.tbl_index_treatment tbody td {
		font-size: 56.25%;
		letter-spacing: .1em;
	}
	
}


/* index_parallax
------------------------------------------------------------------*/
.index_parallax {
	padding-top: 122px;
}
.ttl_index_parallax .ja {
	font-size: 277.78%;
	letter-spacing: .1em;
}
.bg_index_parallax {
	/* background-image: url(./images/index/bg_parallax01.jpg); */
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.index_parallax {
		padding-top: 13.33vw;
	}
	.ttl_index_parallax .ja {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.bg_index_parallax {
		/* background-image: url(./images/index/bg_parallax01_sp.jpg); */
		background-attachment: scroll;
		padding: 20vw 0;
	}
	
}


/* あおば歯科クリニックの根管治療 index_feature
------------------------------------------------------------------*/
.index_feature {
	overflow: hidden;
}
.ttl_index_feature01 {
	margin-bottom: 77px;
}
.ttl_index_feature01 .ja {
	margin-bottom: .5em;
	line-height: 1.4;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.ttl_index_feature01 .en {
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.ttl_index_feature02 .ja01 {
	margin-bottom: .7em;
	line-height: 1.64;
	font-size: 155.56%;
	letter-spacing: .1em;
}
.ttl_index_feature02 .ja02 {
	line-height: 1;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.copy_index_feature01 {
	margin-bottom: 15px;
	line-height: 1.6;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.label_index_feature {
	margin-bottom: 18px;
}
.label_index_feature span {
	display: inline-block;
	position: relative;
	padding: 2px 42px 0 21px;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.label_index_feature span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #179933 transparent transparent transparent;
}
.unit_index_feature01 {
	position: relative;
	padding: 108px 0 0;
}
.unit_index_feature01 > * {
	position: relative;
	z-index: 1;
}
.unit_index_feature01 .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 0;
	transform: translateX(176%);
	width: 402px;
	margin: auto;
}
.bg_index_feature01 {
	/* background-image: url(./images/index/bg_feature01.jpg); */
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 2.6% 80px;
	padding: 90px 0 80px;
}
.bg_index_feature01 .ttl_index_feature02 {
	margin-bottom: 28px;
}
.bg_index_feature02 {
	position: relative;
	padding: 110px 0;
}
.bg_index_feature02 > * {
	position: relative;
	z-index: 1;
}
.bg_index_feature02 .deco04 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 0;
	transform: translateX(-177%);
	width: 400px;
	margin: auto;
}
.bg_index_feature02 .ttl_index_feature02 {
	margin-bottom: 79px;
}
.bg_index_feature02 .ttl_index_feature02 .ja02 span{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	color: #e17b34;
}
.row_index_feature01 {
	margin-bottom: 80px;
}
.row_index_feature01 .col_img {
	max-width: 470px;
	width: 38%;
}
.row_index_feature01 .col_txt {
	position: relative;
	max-width: 710px;
	width: 58%;
	margin-top: 50px;
}
.row_index_feature01.r_reverse .col_img {
	max-width: 700px;
	width: 57%;
}
.row_index_feature01.r_reverse .col_txt {
	max-width: 490px;
	width: 40%;
}
.row_index_feature01 .col_txt > * {
	position: relative;
	z-index: 1;
}
.row_index_feature01 .deco02 {
	position: absolute;
	left: -100px;
}
.row_index_feature01 .deco03 {
	position: absolute;
	right: -95px;
}
.row_index_feature01 .row_img01 {
	margin-top: 50px;
}
.row_index_feature01 .row_img01 > img {
	max-width: 340px;
	width: 48%;
}
.row_index_feature01 .row_img01 > img:first-child {
	margin-top: 50px;
}
.row_index_feature02 {
	margin-top: -70px;
}
.row_index_feature02 .col {
	max-width: 596px;
	width: 49%;
	margin-top: 70px;
}
.row_index_feature02 .unit_img {
	position: relative;
	width: 100%;
	height: 350px;
	margin-bottom: 28px;
	overflow: hidden;
	background-color: #464845;
}
.row_index_feature02 .unit_img > * {
	position: relative;
	z-index: 2;
}
.row_index_feature02 .unit_img:before {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, .6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: auto;
}
.row_index_feature02 .unit_img > img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	max-width: none;
	width: auto;
	height: 100%;
	margin: auto;
}
.row_index_feature02 .unit_img .num {
	margin-top: .2em;
	margin-bottom: .45em;
	line-height: 1;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.row_index_feature02 .unit_img .ttl {
	height: 3.2em;
	line-height: 1.6;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.group_index_feature01 {
	margin-bottom: 95px;
}
.group_index_feature01 .deco02 {
	top: 55%;
}
.group_index_feature02 .deco03 {
	top: 15%;
}
.group_index_feature03 .deco02 {
	top: 42%;
}
.group_index_feature04 .deco03 {
	top: 7%;
}
.group_index_feature05 {
	margin-bottom: 120px;
}
.group_index_feature05 .deco02 {
	top: 34%;
}

/* .bg_index_feature02 > * {
	position: relative;
	z-index: 1;
} */
.bg_index_feature04 {
	position: relative;
    /* padding: 110px 0; */
}
.bg_index_feature04 .deco04 {
	position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 0;
    transform: translateX(-177%);
    width: 400px;
    margin: auto;
}
.bg_index_feature04 .ttl_index_feature02 {
	margin-bottom: 79px;
}
.bg_index_feature04 .ttl_index_feature02 .ja02 {
	line-height: 1.5;
}
.bg_index_feature04 .txt01 span {
	font-weight: bold;
}
.bg_index_feature04 .ttl01 {
	font-size: 277%;
}
.bg_index_feature04 .ttl01 span{
	font-size: 144%;
    letter-spacing: .5em;
}
.row_index_feature03 p span{
	font-weight: bold;
}
.row_index_feature03 .col_txt {
	width: 39%;
}
.row_index_feature03 .col_img {
	width: 58%;
	max-width: 700px;
}
.row_index_feature04 {
	align-items: center;
}
.row_index_feature04 .col_txt {
	width: 64%;
}
.row_index_feature04 .col_img {
	width: 33%;
	max-width: 391px;
}
.row_index_feature05 .col {
	width: 48%;
	max-width: 582px;
}
.box_index_feature01 {
	background: #fff;
	padding: 50px 3%;
}
.box_index_feature01 .ttl {
	color: #179933;
	font-size: 222%;
	line-height: 1;
}
.ttl_feature01 {
	font-size:180%;
	line-height: 2;
}
.ttl_feature02 {
	font-size: 150%;
}
.row_index_feature06 {
	position: relative;
	max-width: 810px;
	justify-content: center;
	gap: 40px 7%;
	margin: 0 auto;
}
.row_index_feature06 .col {
	width: 48%;
	max-width: 373px;
}
.row_index_feature06::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid #152852;
	border-right: 0;
	top: 100px;
	left: 50%;
	transform: translate(-50%,0);
}
.row_index_feature07 {
	align-items: center;
}
.row_index_feature07 .col_txt{
	width: 60%;
}
.row_index_feature07 .col_img{
	width: 37%;
	max-width: 440px;
}
.row_index_feature07 .col_txt span,
.bg_index_feature04 .txt04 span {
	font-weight: bold;
}
.box_index_feature02 {
	background: #fff;
	/* border: 1px solid #152852; */
	border: 1px solid #e17b34;
}
.box_index_feature02 .ttl {
	/* background: #152852; */
	background-color: #e17b34;
	padding: 1vw;
    line-height: 1.6;
}
.box_index_feature02 .ttl p {
	font-size: 222%;
	color: #fff;
}
.box_index_feature02 .wrap {
	padding: 40px 50px 50px;
}
.box_index_feature02 .wrap .txt span {
	font-weight: bold;
}
.box_index_feature02 .wrap .txt .small span {
	font-weight: normal;
}
.row_index_feature08 .col {
	position: relative;
	width: 48%;
	/* width: 32%; */
	max-width: 520px;
	/* max-width: 373px; */
}
.row_index_feature08 picture,
.row_index_feature08 img {
  height: 250px;
}

.row_index_feature08 img {
  width: 100%;
  object-fit: cover;
}
.row_index_feature08 .col:nth-of-type(n+2)::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid #152852;
	border-right: 0;
	top: 190px;
	/* top: 90px; */
	left: -50px;
	/* left: 25px; */
}
.bg_index_feature05 {
	padding: 60px 0 100px;
}
.bg_index_feature05 .ttl01 {
	font-size: 277%;
}
.bg_index_feature05 .ttl01 span {
	font-size: 144%;
    letter-spacing: .5em;
}
.bg_index_feature05 .txt01 span{
	font-weight: bold;
}
.bg_index_feature05 .ttl02 {
	font-size: 222%;
}
.row_index_feature09 {
	justify-content: center;
	gap: 0 1%;
}
.row_index_feature09 .col {
	max-width: 288px;
	width: 24%;
}
.row_index_feature09 .col:first-child {
    max-width: 580px;
	width: 40%;
}
.bg_index_feature05 .txt05 span {
	font-weight: bold;
}
.row_index_feature10 {
	align-items: center;
}
.row_index_feature10 .col_img {
	width: 33%;
	max-width: 391px;
}
.row_index_feature10 .col_txt {
	width: 63%;
}
.bg_index_feature05 .ttl03 {
	font-size: 166%;
}
.bg_index_feature05 .ttl03 span {
	position: relative;
	line-height: 1;
}
.bg_index_feature05 .ttl03 span::before, 
.bg_index_feature05 .ttl03 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 30px;
}
.bg_index_feature05 .ttl03 span::before {
	background: url(./images/index/deco_feature05.svg) no-repeat center / contain;
	left: -40px;
}
.bg_index_feature05 .ttl03 span::after {
	background: url(./images/index/deco_feature06.svg) no-repeat center / contain;
	right: -40px;
}
.bg_index_feature05 .ttl04{
	color: #152852;
	font-size: 188%;
	padding-bottom: 5px;
	border-bottom: 1px solid #152852;
}
.box_index_feature03{
    margin: 50px 0px 60px;
}
.box_index_feature03 .ttl04{
	color: #152852;
	font-size: 120%;
	/* font-size: 188%; */
	padding-bottom: 5px;
	/* border-bottom: 1px solid #152852; */
}
.box_index_feature03 .ttl02 {
	font-size: 222%;
}
.box_index_feature03 .wrap {
	position: relative;
}
.box_index_feature03 .js_accordion_toggle .en{
	position: relative;
    z-index: 1;
    background: #152852;
    width: 330px;
    height: 80px;
	text-align: center;
	position: absolute;
    bottom: 50px;
}
.box_index_feature03 .js_accordion_item p {
	position: relative;
    top: -100px;
}
.bg_index_feature05 .txt09 span {
	font-weight: bold;
}
.index_difference  {
    position: relative;
    padding: 118px 0 100px;
}
.index_difference .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_difference .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(176%);
	width: 402px;
	margin: auto;
}
.index_difference .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(-210%);
	width: 350px;
	margin: auto;
}
.index_difference .ttl_index_feature02 .ja02 {
    line-height: 1.5;
}
.index_difference .ttl01 {
	color: #152852;
	font-size: 188%;
	padding-bottom: 5px;
	border-bottom: 1px solid #152852;
}
.row_index_difference01 .txt_col{
	width: 64%;
}
.row_index_difference01 .img_col {
	width: 33%;
	max-width: 391px;
}
.row_index_difference01 .txt_col p span {
	font-size: 155%;
	font-weight: bold;
}
.index_difference .txt01 {
	font-size: 222%;
}
.index_case02 {
	position: relative;
	padding: 120px 0 100px;
}
.index_case02 .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_case02 .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(-178%);
	width: 400px;
	margin: auto;
}
.index_case02 .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(210%);
	width: 350px;
	margin: auto;
}
.index_case02 .ttl_index_feature02 .ja02 {
    line-height: 1.5;
}
.row_index_case0201 {
	gap: 40px 4%;
	align-items: stretch;
}
.row_index_case0201 > .col {
	background: #fff;
	padding: 30px;
	width: 48%;
}
.row_index_case0202 {
	position: relative;
}
.row_index_case0202::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 15px solid #dae121;
	border-right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.row_index_case0202 .col {
	width: 45%;
	max-width: 184px;
}
.br_1300 {
	display: none;
}
.br_1024 {
	display: none;
}

@media(min-width: 768px) and (max-width:1300px) {
	.br_1300 {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1024px) {
	.ttl_index_feature01 .ja {
		font-size: 222.22%;
	}
	.ttl_index_feature02 .ja02 {
		font-size: 222.22%;
	}
	.unit_index_feature01 .deco01 {
		left: auto;
		transform: translateX(0);
	}
	.bg_index_feature02 .deco04 {
		right: auto;
		transform: translateX(0);
	}

	.bg_index_feature04 .deco04 {
		right: auto;
		transform: translateX(0);
	}
	.index_difference .deco01 {
		left: auto;
		transform: translateX(0);
	}
	.index_difference .deco02 {
		right: auto;
		transform: translateX(0);
	}
	.index_case02 .deco01 {
		right: auto;
		transform: translateX(0);
	}
	.index_case02 .deco02 {
		left: auto;
		transform: translateX(0);
	}
	.row_index_feature06 {
		gap: 40px 4%;
	}
	.row_index_feature08 .col:nth-of-type(n+2)::after {
		top: 190px;
		/* top: 40px; */
    	left: -15px;
    	/* left: 0px; */
	}
	.br_1024 {
		display: block;
	}
	.bg_index_feature05 .ttl03 span::before {
		display: none;
	}
	.bg_index_feature05 .ttl03 span::after {
		display: none;
	}
}
@media(min-width: 961px) and (max-width:1024px) {
	.copy_index_feature01 {
		font-size: 177.78%;
	}
	.label_index_feature span {
		font-size: 105.56%;
	}

}
@media(min-width: 768px) and (max-width:960px) {
	.row_index_feature01 .col_img,
	.row_index_feature01.r_reverse .col_img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_feature01 .col_txt,
	.row_index_feature01.r_reverse .col_txt {
		max-width: 710px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_feature01 .row_img01 > img:first-child {
		margin-top: 0;
	}
	.row_index_feature02 .col {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}
@media(max-width: 767px) {
	.br_1300 {
		display: block;
	}
	.br_1024 {
		display: none;
	}
	.ttl_index_feature01 {
		margin-bottom: 10vw;
	}
	.ttl_index_feature01 .ja {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.ttl_index_feature01 .en {
		font-size: 125%;
		letter-spacing: .1em;
	}
	.ttl_index_feature02 .ja01 {
		margin-bottom: .7em;
		line-height: 1.67;
		font-size: 112.5%;
		letter-spacing: .1em;
	}
	.ttl_index_feature02 .ja02 {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.copy_index_feature01 {
		margin-bottom: 6.5vw;
		line-height: 1.4;
		font-size: 156.25%;
		letter-spacing: .1em;
		text-align: center;
	}
	.label_index_feature {
		margin-bottom: 6.67vw;
		text-align: center;
	}
	.label_index_feature span {
		min-width: calc(460 / 750 * 100vw);
		padding: calc(3 / 750 * 100vw) calc(32 / 750 * 100vw);
		font-size: 100%;
		letter-spacing: .1em;
	}
	.label_index_feature span:after {
		border-width: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
	}
	.unit_index_feature01 {
		padding: 12vw 0 0;
	}
	.unit_index_feature01 .deco01 {
		top: 5.33vw;
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.bg_index_feature01 {
		/* background-image: url(./images/index/bg_feature01_sp.jpg); */
		margin: 0 3.2vw 13.33vw;
		padding: 11.47vw 0;
	}
	.bg_index_feature01 .ttl_index_feature02 {
		margin-bottom: 8.1vw;
	}
	.bg_index_feature01 .txt {
		text-align: left;
	}
	.bg_index_feature02 {
		padding: 11.73vw 0;
	}
	.bg_index_feature02 .deco04 {
		top: 5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(400 / 750 * 100vw);
	}
	.bg_index_feature02 .ttl_index_feature02 {
		margin-bottom: 10.53vw;
	}
	.row_index_feature01 {
		margin-bottom: 13vw;
	}
	.row_index_feature01 .col_img {
		max-width: none !important;
		width: 100% !important;
	}
	.row_index_feature01 .col_txt {
		max-width: none !important;
		width: 100% !important;
		margin-top: 8vw;
	}
	.row_index_feature01 .deco02 {
		top: auto !important;
		left: -3.2vw;
		width: calc(350 / 750 * 100vw);
	}
	.row_index_feature01 .deco03 {
		top: auto !important;
		right: -3.2vw;
		width: calc(350 / 750 * 100vw);
	}
	.row_index_feature01 .row_img01 {
		margin-top: 4vw;
	}
	.row_index_feature01 .row_img01 > img {
		max-width: none;
		width: calc(340 / 750 * 100vw);
	}
	.row_index_feature01 .row_img01 > img:first-child {
		margin-top: 0;
	}
	.row_index_feature02 {
		margin-top: -9.2vw;
	}
	.row_index_feature02 .col {
		max-width: none;
		width: 100%;
		margin-top: 9.2vw;
	}
	.row_index_feature02 .unit_img {
		height: calc(412 / 750 * 100vw);
		margin-bottom: 5.2vw;
	}
	.row_index_feature02 .unit_img:before {
		width: calc(100% - 2.67vw);
		height: calc(100% - 2.67vw);
	}
	.row_index_feature02 .unit_img > img {
		left: 0;
		transform: translateX(0);
		max-width: none;
	}
	.row_index_feature02 .unit_img .num {
		margin-top: .3em;
		margin-bottom: .1em;
		font-size: 187.5%;
		letter-spacing: .1em;
	}
	.row_index_feature02 .unit_img .ttl {
		height: 3.2em;
		line-height: 1.4;
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.group_index_feature01 {
		margin-bottom: 10.8vw;
	}
	.group_index_feature01 .deco02 {
		bottom: -8.4vw;
	}
	.group_index_feature02 .deco03 {
		bottom: 33.2vw;
	}
	.group_index_feature03 .deco02 {
		bottom: -8.13vw;
	}
	.group_index_feature04 .deco03 {
		bottom: 30.6vw;
	}
	.group_index_feature05 {
		margin-bottom: 11vw;
	}
	.group_index_feature05 .deco02 {
		bottom: 8.26vw;
	}
	
	.bg_index_feature04 {
		/* padding: 11.73vw 0; */
	}
	.bg_index_feature04 .deco04 {
		top: 5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(400 / 750 * 100vw);
	}
	.bg_index_feature04 .ttl_index_feature02 {
		margin-bottom: 10.53vw;
	}
	.index_difference {
		padding: 13vw 0 13.33vw;
	}
	.index_difference .deco01 {
		top: 5.33vw;
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.index_difference .deco02 {
		bottom: 2.67vw;
		right: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.index_case02 {
		padding: 13.33vw 0;
	}
	.index_case02 .deco01 {
		top: 5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(400 / 750 * 100vw);
	}
	.index_case02 .deco02 {
		bottom: 2.67vw;
		left: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.bg_index_feature04 .ttl_index_feature02 .ja02 {
		letter-spacing: 0;
	}
	.bg_index_feature04 .txt01 {
		margin-left: auto;
		text-align: left;
		max-width: calc(637 / 750 * 100vw);
		margin-right: auto;
	}
	.bg_index_feature04 .ttl01 span {
		font-size: calc(60 / 750 * 100vw);
	}
	.bg_index_feature04 .ttl01 {
		font-size: calc(50 / 750 * 100vw);
    	line-height: 1.4;
	}
	.row_index_feature03 {
		flex-direction: column;
		gap: calc(50 / 750 * 100vw) 0;
		align-items: center;
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_feature03 .col_txt {
		width: 100%;
	}
	.row_index_feature03 .col_img {
		width: 100%;
    	max-width: calc(700 / 750 * 100vw);
	}
	.row_index_feature04 {
		flex-direction: column;
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / 750 * 100vw) 0;
	}
	.row_index_feature04 .col_txt {
		width: 100%;
	}
	.row_index_feature04 .col_img {
		width: 100%;
		max-width: calc(391 / 750 * 100vw);
	}
	.row_index_feature05 {
		flex-direction: column;
		align-items: center;
		gap: calc(40 / 750 * 100vw) 0;
	}
	.row_index_feature05 .col {
		width: 100%;
		max-width: calc(582 / 750 * 100vw);
	}
	.bg_index_feature04 .txt02 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.box_index_feature01 .ttl {
		font-size: calc(40 / 750 * 100vw);
    	line-height: 1.6;
	}
	.ttl_feature01 {
		font-size: calc(50 / 750 * 100vw);
    	line-height: 1.6;
	}
	.row_index_feature06 {
		max-width: calc(645 / 750 * 100vw);
    	gap: calc(40 / 750 * 100vw) 12%;
	}
	.row_index_feature06 .col {
		width: 43%;
		max-width: calc(270 / 750 * 100vw);
	}
	.row_index_feature06::after {
		border-top: calc(60 / 750 * 100vw) solid transparent;
		border-bottom: calc(60 / 750 * 100vw) solid transparent;
		border-left: calc(40 / 750 * 100vw) solid #152852;
		top: calc(40 / 750 * 100vw);
	}
	.row_index_feature06 p {
		font-size: calc(24 / 750 * 100vw);
    	line-height: 1.5;
	}
	.bg_index_feature04 .txt03 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.row_index_feature07 {
		flex-direction: column;
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / 750 * 100vw) 0;
	}
	.row_index_feature07 .col_txt {
		width: 100%;
	}
	.row_index_feature07 .col_img {
		width: 100%;
		max-width: calc(440 / 750 * 100vw);
	}
	.bg_index_feature04 .txt04 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_index_feature02 .ttl p{
		font-size: calc(32 / 750 * 100vw);
    	padding: calc(20 / 750 * 100vw);
	}
	.box_index_feature02 .wrap {
		padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
	}
	.row_index_feature08 {
		flex-direction: column;
    	gap: calc(120 / 750 * 100vw) 0;
		align-items: center;
	}
	.row_index_feature08 .col {
		width: 100%;
		max-width: calc(560 / 750 * 100vw);
	}
	.row_index_feature08 .col:nth-of-type(n+2)::after {
		border-top: calc(30 / 750 * 100vw) solid transparent;
		border-bottom: calc(30 / 750 * 100vw) solid transparent;
		border-left: calc(20 / 750 * 100vw) solid #152852;
		top: calc(-65 / 750 * 100vw);
		/* top: calc(-50 / 750 * 100vw); */
		left: 50%;
		transform: rotate(90deg) translate(-50%, 0);
	}
	.bg_index_feature05 {
		padding: calc(100 / 750 * 100vw) 0;
	}
	.bg_index_feature05 .ttl01 {
		font-size: calc(50 / 750 * 100vw);
		line-height: 1.6;
	}
	.bg_index_feature05 .ttl01 span {
		font-size: calc(60 / 750 * 100vw);
	}
	.bg_index_feature05 .txt01,
	.bg_index_feature05 .txt02,
	.bg_index_feature05 .txt04,
	.bg_index_feature05 .txt05,
	.bg_index_feature05 .txt07,
	.bg_index_feature05 .txt08,
	.bg_index_feature05 .txt09 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_index_feature05 .ttl02{
		font-size: calc(40 / 750 * 100vw);
    	line-height: 1.6;
	}
	.row_index_feature09 {
		justify-content: center;
		gap: calc(40 / 750 * 100vw) 5%;
	}
	.row_index_feature09 .col {
		max-width: calc(288 / 750 * 100vw);
		width: 45%;
	}
	.row_index_feature09 .col:first-child {
		width: 100%;
	}
	.bg_index_feature05 .txt02 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.bg_index_feature05 .img01 {
		max-width: calc(700 / 750 * 100vw);
	}
	.row_index_feature10 {
		max-width: calc(637 / 750 * 100vw);
		flex-direction: column;
		gap: calc(60 / 750 * 100vw) 0;
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_feature10 .col_img {
		width: 100%;
		max-width: calc(391 / 750 * 100vw);
	}
	.row_index_feature10 .col_txt {
		width: 100%;
	}
	.bg_index_feature05 .ttl03 {
		font-size: 100%;
		font-weight: normal;
		text-align: left;
	}
	.bg_index_feature05 .ttl03 span::before {
		display: none;
	}
	.bg_index_feature05 .ttl03 span::after {
		display: none;
	}
	.bg_index_feature05 .ttl04 {
		font-size: calc(44 / 750 * 100vw);
		max-width: calc(702 / 750 * 100vw);
	}
	.box_index_feature03 {
		margin: 5.33vw 0px;
	}
	.box_index_feature03 .ttl02 {
		font-size: calc(40 / 750 * 100vw);
        line-height: 1.6;
	}
	.box_index_feature03 .ttl04 {
		font-size: calc(30 / 750 * 100vw);
		/* font-size: calc(44 / 750 * 100vw); */
		max-width: calc(702 / 750 * 100vw);
	}
	.box_index_feature03 .js_accordion_toggle .en {
		width: calc(600 / 750 * 100vw);
    	height: calc(100 / 750 * 100vw);
		bottom: calc(50 / 750 * 100vw);
	}
	.box_index_feature03 .js_accordion_item p {
		margin-bottom: calc(30 / 750 * 100vw);
		top: calc(-100 / 750 * 100vw);
	}
	.index_difference .ttl01 {
		font-size: calc(44 / 750 * 100vw);
		max-width: calc(702 / 750 * 100vw);
	}
	.tbl_index_difference table {
		width: 100%;
	}
	.row_index_difference01 {
		flex-direction: column;
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(60 / 750 * 100vw) 0;
		align-items: center;
	}
	.row_index_difference01 .txt_col {
		width: 100%;
	}
	.row_index_difference01 .img_col {
		width: 100%;
		max-width: calc(391 / 750 * 100vw);
	}
	.index_difference .txt01 {
		font-size: calc(40 / 750 * 100vw);
	}
	.index_difference .txt02 {
		max-width: calc(637 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_index_case0201 {
		flex-direction: column;
		gap: calc(40 / 750 * 100vw) 0;
		align-items: center;
	}
	.row_index_case0201 > .col {
		padding: calc(30 / 750 * 100vw);
		width: 100%;
	}
	.row_index_case0202 {
		justify-content: center;
    	gap: 0 calc(60 / 750 * 100vw);
	}
	.row_index_case0202::after {
		border-top: calc(44 / 750 * 100vw) solid transparent;
		border-bottom: calc(44 / 750 * 100vw) solid transparent;
		border-left: calc(30 / 750 * 100vw) solid #dae121;
	}
}


/* 治療の流れ index_flow
------------------------------------------------------------------*/
.index_flow {
	position: relative;
	padding: 118px 0 120px;
}
.index_flow > * {
	position: relative;
	z-index: 1;
}
.index_flow .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_flow .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(176%);
	width: 402px;
	margin: auto;
}
.index_flow .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(-210%);
	width: 350px;
	margin: auto;
}
.ttl_index_flow {
	margin-bottom: 78px;
}
.ttl_index_flow .ja {
	margin-bottom: .7em;
	line-height: 1;
	font-size: 277.78%;
	letter-spacing: .1em;
}
.ttl_index_flow .en {
	line-height: 1;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.box_flow.box_default02 {
	background: #eff3f5;
}
.box_flow .col_img img {
	width: 100%;
}
.box_flow .col_txt dt .num {
	background: #152852;
}
.box_flow .col_txt dt .ttl {
	font-size: 144.44%;
	letter-spacing: .1em;
	color: #003e8f;
}
.arw_flow:before {
	border-top-color: #dae121;
}
@media(min-width: 768px) and (max-width:1024px) {
	.index_flow .deco01 {
		left: auto;
		transform: translateX(0);
	}
	.index_flow .deco02 {
		right: auto;
		transform: translateX(0);
	}

}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.index_flow {
		padding: 13vw 0 13.33vw;
	}
	.index_flow .deco01 {
		top: 5.33vw;
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.index_flow .deco02 {
		bottom: 2.67vw;
		right: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.ttl_index_flow {
		margin-bottom: 10.4vw;
	}
	.ttl_index_flow .ja {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.ttl_index_flow .en {
		font-size: 125%;
		letter-spacing: .1em;
	}
	.box_flow {
		padding: 8vw 3.73vw 5vw;
	}
	.box_flow.arw_flow {
		margin-bottom: 18.53vw;
	}
	.box_flow .col_txt dt .ttl {
		margin-bottom: 5.33vw;
		font-size: 125%;
		letter-spacing: .1em;
	}
	.arw_flow:before {
		border-top-width: calc(60 / 750 * 100vw);
		border-right-width: calc(90 / 750 * 100vw);
		border-left-width: calc(90 / 750 * 100vw);
		bottom: -13.4vw;
	}
	
}


/* 症例のご紹介 index_case
------------------------------------------------------------------*/
.bg_index_case {
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0 80px;
}
.ttl_case {
	margin-bottom: 20px;
	font-size: 110%;
}
.index_case {
	position: relative;
	padding: 120px 0;
}
.index_case > * {
	position: relative;
	z-index: 1;
}
.index_case .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_case .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(-178%);
	width: 400px;
	margin: auto;
}
.index_case .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(210%);
	width: 350px;
	margin: auto;
}
.ttl_index_case {
	margin-bottom: 76px;
}
.copy_index_case01 {
	line-height: 1.6;
	font-size: 277.78%;
	letter-spacing: .1em;
	position: relative;
    top: .3em;
}
.box_case > .flex:before {
	border-left-color: #dae121;
}
/* 症例コンテンツは最初非表示 */
#case .inner1000 > div[id$="_content"] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

#case .inner1000 > div[id$="_content"].is-active {
  max-height: 10000px;
  opacity: 1;
}

.index_case .ttl_index02 {
  display: none;
}

.index_case .ttl_index02.is-active {
  display: block;
}
@media(min-width: 768px) and (max-width:1024px) {
	.index_case .deco01 {
		right: auto;
		transform: translateX(0);
	}
	.index_case .deco02 {
		left: auto;
		transform: translateX(0);
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.bg_index_case {
		padding: 40px 0 40px;
	}
	.index_case {
		padding: 13.33vw 0;
	}
	.index_case .deco01 {
		top: 5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(400 / 750 * 100vw);
	}
	.index_case .deco02 {
		bottom: 2.67vw;
		left: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.ttl_index_case {
		margin-bottom: 10.13vw;
	}
	.copy_index_case01 {
		font-size: 156.25%;
		letter-spacing: .1em;
	}
	.box_case {
		padding: 6.67vw 4vw;
	}
	.box_case > .flex:before {
	border-left-width: calc(30 / 750 * 100vw);
	border-top-width: calc(45 / 750 * 100vw);
	border-bottom-width: calc(45 / 750 * 100vw);
	}
	.bg_index_qa {
	padding: 6vw 0 8vw;
	}
}


/* index_profile
------------------------------------------------------------------*/
.index_profile {
	position: relative;
}
.unit_index_profile {
	position: relative;
	padding: 118px 0 66px;
}
.unit_index_profile .deco {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	z-index: 0;
	transform: translateX(177%);
	width: 402px;
	margin: auto;
}
.unit_index_profile .copy {
	position: absolute;
	bottom: 0;
	right: 2.6%;
	z-index: 0;
	line-height: .78;
	font-size: 666.67%;
	letter-spacing: .1em;
}
.unit_index_profile .inner {
	max-width: calc(1100px + 10%);
}
.unit_index_profile .row_box {
	position: relative;
	min-height: 600px;
}
.unit_index_profile .row_box .col_img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 840px;
	width: 44%;
}
.unit_index_profile .row_box .col_txt {
	max-width: 600px;
	width: 55%;
}
.unit_index_profile .box_prof {
	border: 1px solid #152852;
	width: 100%;
	padding: 0;
}
.unit_index_profile .box_prof h5 {
	padding: .2em 0;
	font-size: 111.11%;
	letter-spacing: .1em;
}
.unit_index_profile .box_prof dl {
	padding: 0 8% 50px;
}
.unit_index_profile .box_prof dt {
	width: 120px;
	line-height: 1.44;
	font-weight: normal;
	color: #003e8f;
}
.unit_index_profile .box_prof dd {
	width: calc(100% - 120px);
	line-height: 1.44;
}
.bg_index_profile {
	/* margin-bottom: 60px; */
	padding: 50px 0;
}
.bg_index_profile .copy_index01 {
	margin-bottom: 34px;
}
.bg_index_profile .copy_index01 span {
	padding: 0 1.1em;
	line-height: 1.4;
	font-size: 166.67%;
	letter-spacing: .1em;
}
.bg_index_profile .copy_index01 em {
	font-size: 150%;
	letter-spacing: .1em;
	color: #152852;
}
.bg_index_profile .copy_index01 span small {
	font-size: 66.67%;
	letter-spacing: .1em;
}
.bg_index_profile .copy_index01 span:before,
.bg_index_profile .copy_index01 span:after {
	background-image: url(./images/page/bar_ttl03.svg);
	bottom: 5px;
	width: 20px;
	height: 30px;
}
.tbl_index_profile table {
	background: #fff;
	border: 1px solid #006229;
}
.tbl_index_profile thead th {
	background: #006229;
	font-size: 111.11%;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
}
.tbl_index_profile thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_index_profile tbody td {
	font-size: 111.11%;
	letter-spacing: .1em;
	text-align: center;
}
.tbl_index_profile tbody td:not(:last-child) {
	border-right: 1px solid #006229;
}
.name {
	margin-bottom: 60px;
}
.name .ttl {
	margin-bottom: 1.1em;
	line-height: 1.64;
	font-size: 122.22%;
	letter-spacing: .1em;
}
.name .txt .ja {
	margin-right: .45em;
	line-height: 1;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.name .txt .en {
	line-height: 1;
}
@media(min-width: 961px) and (max-width:1200px) {
	.unit_index_profile {
		padding-bottom: 100px;
	}

}
@media(min-width: 961px) and (max-width:1024px) {
	.bg_index_profile .copy_index01 span {
		font-size: 133.33%;
	}
	
}
@media(min-width: 768px) and (max-width:960px) {
	.unit_index_profile .row_box .col_img {
		position: static;
		width: 100%;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.unit_index_profile .row_box .col_txt {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bg_index_profile .copy_index01 span:before,
	.bg_index_profile .copy_index01 span:after {
		bottom: 25px;
	}
	
}
@media(max-width: 767px) {
	.index_profile {
	}
	.unit_index_profile {
		padding: 13.33vw 0;
	}
	.unit_index_profile .deco {
		top: calc(438 / 750 * 100vw);
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.unit_index_profile .copy {
		right: -2.2vw;
		font-size: 375%;
		letter-spacing: .1em;
	}
	.unit_index_profile .inner {
	}
	.unit_index_profile .row_box {
		min-height: auto;
	}
	.unit_index_profile .row_box .col_img {
		position: static;
		max-width: none;
		width: calc(726 / 750 * 100vw);
		margin-bottom: 8.1vw;
	}
	.unit_index_profile .row_box .col_txt {
		max-width: none;
		width: 100%;
	}
	.unit_index_profile .box_prof {
		margin-bottom: 0;
	}
	.unit_index_profile .box_prof h5 {
		padding: .2em 0;
		font-size: 100%;
		letter-spacing: .1em;
	}
	.unit_index_profile .box_prof dl {
		padding: 0 4% 4.67vw;
	}
	.unit_index_profile .box_prof dt {
		width: 24.67vw;
		line-height: 1.56;
	}
	.unit_index_profile .box_prof dd {
		width: calc(100% - 24.67vw);
		line-height: 1.56;
	}
	.bg_index_profile {
		margin-bottom: 0;
		padding: 9.4vw 0 12.4vw;
	}
	.bg_index_profile .copy_index01 {
		margin-bottom: 3.2vw;
	}
	.bg_index_profile .copy_index01 span {
		padding: 0 2.4em;
		line-height: 1.6;
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	.bg_index_profile .copy_index01 em {
		font-size: 130%;
	}
	.bg_index_profile .copy_index01 span small {
		font-size: 100%;
		letter-spacing: .1em;
	}
	.bg_index_profile .copy_index01 span:before,
	.bg_index_profile .copy_index01 span:after {
		bottom: 4.1vw;
		width: calc(39 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
	}
	.tbl_index_profile table {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-width: calc(2 / 750 * 100vw);
	}
	.tbl_index_profile thead {
		display: block;
		width: 41%;
	}
	.tbl_index_profile thead tr {
		display: block;
	}
	.tbl_index_profile thead th {
		display: block;
		width: 100%;
		font-size: 100%;
		letter-spacing: .1em;
		text-align: left;
	}
	.tbl_index_profile thead th:not(:last-child) {
		border-right: none;
		border-bottom: calc(2 / 750 * 100vw) solid #fff;
	}
	.tbl_index_profile tbody {
		display: block;
		width: 59%;
	}
	.tbl_index_profile tbody tr {
		display: block;
	}
	.tbl_index_profile tbody td {
		display: block;
		width: 100%;
		font-size: 100%;
		letter-spacing: .1em;
		text-align: left;
	}
	.tbl_index_profile tbody td:not(:last-child) {
		border-right: none;
		border-bottom: calc(2 / 750 * 100vw) solid #006229;
	}
	.tbl_index_profile .tbl_caption {
		line-height: 1.56;
		text-align: left;
	}
	.name {
		text-align: center;
		margin-bottom: 10.67vw;
	}
	.name .ttl {
		margin-bottom: 1.3em;
		line-height: 2;
		font-size: 100%;
		letter-spacing: .1em;
	}
	.name .txt {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.name .txt .ja {
		margin-right: .3em;
		font-size: 187.5%;
		letter-spacing: .1em;
	}
	.name .txt .en {
		font-size: 93.75%;
		letter-spacing: .1em;
	}
	
}


/* 治療費 index_totalfee
------------------------------------------------------------------*/
.index_totalfee {
	padding: 108px 0 120px;
}
.ttl_index_totalfee {
	margin-bottom: 77px;
}
.row_index_totalfee .col_img {
	max-width: 345px !important;
	width: 31% !important;
}
.row_index_totalfee .col_txt {
	max-width: 740px !important;
	width: 65% !important;
}
.row_index_totalfee .copy {
	margin-bottom: .5em;
	font-size: 133.33%;
	letter-spacing: .1em;
}
.tbl_index_totalfee td {
	padding: 20px 20px 26px;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 122.22%;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.index_totalfee {
		padding: 11.73vw 0 13.33vw;
	}
	.ttl_index_totalfee {
		margin-bottom: 10vw;
	}
	.row_index_totalfee .col_img {
		max-width: none !important;
		width: 100% !important;
	}
	.row_index_totalfee .col_txt {
		max-width: none !important;
		width: 100% !important;
	}
	.row_index_totalfee .copy {
		margin-bottom: .5em;
		font-size: 125%;
		letter-spacing: .1em;
		text-align: center;
	}
	.tbl_index_totalfee th {
		padding: 2.27vw 3.2vw 2vw;
	}
	.tbl_index_totalfee td {
		padding: 2.27vw 3.2vw 2vw;
		font-size: 100%;
	}
	
}


/* お支払い方法 index_payment
------------------------------------------------------------------*/
.ttl_index_payment {
	margin-bottom: 44px;
}
.unit_index_payment {
	border: 1px solid #152852;
	margin: 10px;
	padding: 97px 0 110px;
}
.unit_index_payment .txt {
	margin-bottom: 72px;
}
.unit_index_payment .row_box .col_box {
	max-width: 400px;
	width: 33%;
	height: 340px;
}
.unit_index_payment .row_box p {
	height: 3.28em;
	margin: 13px 0 16px;
	line-height: 1.64;
	font-size: 122.22%;
	letter-spacing: .1em;
}
@media(min-width: 768px) and (max-width:960px) {
	.unit_index_payment .row_box p {
		font-size: 100%;
	}
	
}
@media(max-width: 767px) {
	.ttl_index_payment {
		margin-bottom: 7vw;
	}
	.unit_index_payment {
		margin: 3.2vw;
		padding: 11.46vw 0 13.33vw;
	}
	.unit_index_payment .txt {
		margin-bottom: 6vw;
		line-height: 1.88;
		font-size: 106.25%;
		letter-spacing: 0;
		text-align: left;
	}
	.unit_index_payment .row_box .col_box {
		max-width: none;
		width: calc(312 / 750 * 100vw);
		height: auto;
	}
	.unit_index_payment .row_box .col_box:last-child {
		margin-top: 2.67vw;
		margin-left: auto;
		margin-right: auto;
	}
	.unit_index_payment .row_box img {
		width: calc(180 / 750 * 100vw);
		margin-top: 4vw;
	}
	.unit_index_payment .row_box p {
		height: auto;
		margin: 3.2vw 0;
		line-height: 1.5;
		font-size: 75%;
		letter-spacing: 0;
	}
	
}


/* よくあるご質問 index_qa
------------------------------------------------------------------*/
.ttl_index_qa {
	margin-bottom: 75px;
}
.bg_index_qa {
	/* background-image: url(./images/index/bg_qa01.jpg); */
	background-color: #464845;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 110px 0 120px;
}
.box_qa03 {
	border-color: #003e8f;
}
.box_qa03 .box_q .box {
	background: #152852;
}
.box_qa03 .box_q .txt {
	background: #003e8f;
	color: #fff;
}
.box_qa03 .box_q .txt .icn:before {
	background: #fff;
}
.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
.box_qa03 .box_a {
	background: #fff;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.ttl_index_qa {
		margin-bottom: 10vw;
	}
	.bg_index_qa {
		/* background-image: url(./images/index/bg_qa01_sp.jpg); */
		padding: 12vw 0 13.33vw;
	}
	.box_qa03 .box_q .box{
		font-size: 112.5%;
	}
}
/* 費用 index_price
------------------------------------------------------------------*/
.index_price {
	position: relative;
	padding: 85px 0 120px;
}
.index_price .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_price .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(177%);
	width: 402px;
	margin: auto;
}
.index_price .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(-211%);
	width: 350px;
	margin: auto;
}
@media(max-width: 767px) {
	.ttl_index_price {
		margin-bottom: 2vw;
	}
	.index_price {
		position: relative;
		padding: 11.33vw 0 5.33vw;
	}
	.index_price .deco {
	}
	.index_price .deco01 {
		top: 5.33vw;
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.index_price .deco02 {
		bottom: -5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
}

/* メールフォーム index_form
------------------------------------------------------------------*/
.ttl_index_form {
	margin-bottom: 40px;
}
.index_form {
	position: relative;
	padding: 85px 0 120px;
}
.index_form > * {
	position: relative;
	z-index: 1;
}
.index_form .deco {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.index_form .deco01 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transform: translateX(177%);
	width: 402px;
	margin: auto;
}
.index_form .deco02 {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	transform: translateX(-211%);
	width: 350px;
	margin: auto;
}
.tbl_recruit .require span:after {
	color: #fff;
	background: #003e8f;
}
.btn_submit:before {
	width: 13px;
	height: 13px;
	right: 23px;
}
.btn_submit:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 32px;
	height: 2px;
	top: 2px;
	bottom: 0;
	margin: auto;
	right: 28px;
}
.btn_submit input {
	background: #003e8f;
	padding: 28px 5px 30px;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.ttl_index_form {
		margin-bottom: 2vw;
	}
	.index_form {
		position: relative;
		padding: 11.33vw 0 5.33vw;
	}
	.index_form .deco {
	}
	.index_form .deco01 {
		top: 5.33vw;
		left: auto;
		transform: translateX(0);
		width: calc(402 / 750 * 100vw);
	}
	.index_form .deco02 {
		bottom: -5.33vw;
		right: auto;
		transform: translateX(0);
		width: calc(350 / 750 * 100vw);
	}
	.tbl_recruit .require span:after {
		color: #fff;
		background: #003e8f;
	}
	.btn_submit {
		max-width: none;
		width: calc(600 / 750 * 100vw);
	}
	.btn_submit:before {
		width: calc(21 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
		right: calc(45 / 750 * 100vw);
	}
	.btn_submit:after {
		width: calc(48 / 750 * 100vw);
		height: calc(2 / 750 * 100vw);
		top: 0;
		right: calc(52 / 750 * 100vw);
	}
	.btn_submit input {
		padding: 4.13vw 0 4.67vw;
	}
	
}


/* フッター footer
------------------------------------------------------------------*/
footer {
	position: relative;
}
.main_foot {
	background-image: url(./images/page/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}
.bg_foot {
	padding: 20px 0;
}
.row_foot01 {
	margin-bottom: 32px;
}
.row_foot01 > .col_l {
	max-width: 624px;
	width: 39%;
	/* width: 51%; */
	margin-left: -10px;
}
.row_foot01 > .col_r {
	max-width: 530px;
	width: 43%;
}
.row_foot02 {
	margin: 0 80px 0 60px;
}
.row_foot02 > .col_l {
	max-width: 550px;
	width: 51%;
}
.row_foot02 > .col_r {
	max-width: 530px;
	width: 48.2%;
	height: auto;
}
.row_foot03 .col_ttl {
	border-right: 2px solid #fff;
	height: 180px;
	padding-right: 41px;
}
.row_foot03 .col_ttl .ttl {
	line-height: 1;
	font-size: 222.22%;
	letter-spacing: .1em;
}
.row_foot03 .col_access {
	width: calc(100% - 225px);
}
.access_foot {
	position: relative;
	max-width: 450px;
	width: calc(50% - 50px);
	margin-left: 50px;
	padding-left: 138px;
}
.access_foot .icn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	margin: auto;
}
.access_foot .copy {
	font-size: 166.67%;
	letter-spacing: .1em;
}
.access_foot .txt {
	text-indent: -1em;
	padding-left: 1em;
}
.logo_foot {
	margin-bottom: 30px;
}
.tel_foot {
	width: 56.36%;
}
.web_foot {
	width: 43.64%;
}
.btn_foot {
	width: 100%;
	height: 100%;
}
.btn_foot a {
	width: 100%;
	height: 100%;
}
.btn_foot .logo {
	position: relative;
	width: 62.26%;
	padding: 20px 5.67%;
}
.btn_foot .logo > img {
	max-width: 270px;
	width: 100%;
}
.btn_foot .logo .bg_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.btn_foot .img {
	max-width: 200px;
	width: 37.74%;
	overflow: hidden;
}
.btn_foot .img img {
	max-width: none;
	width: auto;
	height: 100%;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}
.copyright {
	padding: 23px 0 25px;
	font-size: 88.89%;
	letter-spacing: .1em;
}
@media(min-width: 1201px) and (max-width:1440px) {
	.access_foot .copy {
		font-size: 122.22%;
	}

}
@media(min-width: 768px) and (max-width:1200px) {
	.row_foot02 > .col_l {
		max-width: 530px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.row_foot02 > .col_r {
		width: 100%;
		margin: 0 auto;
	}
	.row_foot03 {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.row_foot03 .col_access {
		max-width: 500px;
		margin-bottom: -40px;
	}
	.access_foot {
		width: 100%;
		margin-bottom: 40px;
	}

}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.access_foot .copy {
		font-size: 122.22%;
	}

}
@media(max-width: 767px) {
	.main_foot {
		background-image: url(./images/page/bg_foot_sp.jpg);
		padding: 13.33vw 0;
	}
	.bg_foot {
		padding: 13vw 0;
	}
	.row_foot01 {
		display: block;
		margin-bottom: 6.8vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 6vw;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_foot02 {
		width: calc(646 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_foot02 > .col_l {
		max-width: none;
		width: 100%;
		margin-bottom: 5.33vw;
	}
	.row_foot02 > .col_r {
		max-width: none;
		width: 100%;
	}
	.row_foot03 {
		width: calc(646 / 750 * 100vw);
	}
	.row_foot03 .col_ttl {
		border-right: none;
		border-bottom: calc(4 / 750 * 100vw) solid #fff;
		width: 100%;
		height: auto;
		margin-bottom: 6.9vw;
		padding-bottom: 6.9vw;
		padding-right: 0;
	}
	.row_foot03 .col_ttl .ttl {
		width: 100%;
		font-size: 156.25%;
		letter-spacing: .1em;
		text-align: center;
	}
	.row_foot03 .col_access {
		width: 100%;
		margin-bottom: -3.7vw;
	}
	.access_foot {
		max-width: none;
		width: 100%;
		margin-bottom: 3.7vw;
		margin-left: 0;
		padding-left: 18.5vw;
	}
	.access_foot .icn {
		width: calc(100 / 750 * 100vw);
	}
	.access_foot .copy {
		font-size: 125%;
		letter-spacing: .1em;
	}
	.access_foot .txt {
		line-height: 1.38;
		font-size: 81.25%;
		letter-spacing: .1em;
	}
	.logo_foot {
		/* width: calc(645 / 750 * 100vw); */
		width: calc(490 / 750 * 100vw);
		margin-bottom: 5.33vw;
	}
	.tel_foot {
		width: 100%;
		margin-bottom: 5.33vw;
	}
	.web_foot {
		width: 100%;
	}
	.btn_foot {
		width: 100%;
		height: calc(160 / 750 * 100vw);
	}
	.btn_foot .logo {
		width: calc(406 / 750 * 100vw);
		padding: calc(18 / 750 * 100vw) 0;
	}
	.btn_foot .logo > img {
		max-width: none;
		width: calc(340 / 750 * 100vw);
	}
	.btn_foot .logo .bg_txt {
		height: calc(50 / 750 * 100vw);
		line-height: calc(50 / 750 * 100vw);
		font-size: 81.25%;
		letter-spacing: .1em;
	}
	.btn_foot .img {
		max-width: none;
		width: calc(240 / 750 * 100vw);
	}
	.btn_foot .img img {
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		/* width: calc(370 / 750 * 100vw); */
		width: calc(270 / 750 * 100vw);
	}
	.fix_web {
		/* width: calc(260 / 750 * 100vw); */
		width: calc(385 / 750 * 100vw);
	}
	.pagetop_sp {
		/* width: calc(120 / 750 * 100vw);
		padding: calc(10 / 750 * 100vw); */
		width: calc(90 / 750 * 100vw);
		padding: calc(5 / 750 * 100vw);
		opacity: 0.8;
	}
	.fix_tel a, .fix_web a, .pagetop_sp a {
		display: block;
	}
	.fix > ul {
        align-items: end;
    }

}
/* 歯科医師紹介 index_introduction
------------------------------------------------------------------*/
.index_introduction{
	padding: 100px 0;
}
.ttl_index_introduction01{
	font-size:277.77% ;
	letter-spacing: .1em;
}
.slide_index_introduction01 .slick-prev:before,.slide_index_introduction01 .slick-next:before{
	display: none;
}
.slide_index_introduction01 .slick-prev, .slide_index_introduction01 .slick-next {
	width: 19px;
	height: 57px;
	background: url(images/index/arw03.svg) no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_index_introduction01 .slick-prev {
	left: -80px;
}
.slide_index_introduction01 .slick-next {
	right: -80px;
	transform: scaleX(-1);
}
.slide_index_introduction01 .slick-dots li button:before {
	content: "";
	background: #5ab7d4;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}
.slide_index_introduction01 .slick-dots li.slick-active button:before {
	background: #003e8f;
	opacity: 1;
}
.slide_index_introduction01 .slick-dots li button {
    width: 11px;
    height:11px;
}
.slide_index_introduction01 .slick-dots li {
    width: 11px;
    height:11px;
    margin: 0 8px;
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_index_introduction01 .slick-prev {
		left: -20px;
	}
	.slide_index_introduction01 .slick-next {
		right: -20px;
	}
}
@media(min-width: 768px) and (max-width:960px) {

}
@media(max-width: 767px) {
	.index_introduction{
		padding:6vw 0 8vw;
	}
	.ttl_index_introduction01{
		font-size: 156.25%;
	}
	.slide_index_introduction01 .slick-prev {
		left:-2vw;
	}
	.slide_index_introduction01 .slick-next {
		right: -2vw;
	}
	.slide_index_introduction01 .slick-prev, .slide_index_introduction01 .slick-next {
        width: calc(32 / 750 * 100vw);
        height: calc(90 / 750 * 100vw);
	}
	.slide_index_introduction01 .slick-dots li button:before {
		width: calc(20/ 750 * 100vw);
		height: calc(20/ 750 * 100vw);
	}
	.slide_index_introduction01 .slick-dots li button {
		width: calc(20/ 750 * 100vw);
		height: calc(20/ 750 * 100vw);
	}
	.slide_index_introduction01 .slick-dots li {
		width: calc(20/ 750 * 100vw);
		height: calc(20/ 750 * 100vw);
		margin: 0 calc(8 / 750 * 100vw);
	}
	.slide_index_introduction01 .slick-slide img{
		width: 91%;
		margin:0 auto;
	}
}

/* アクセス index_access
------------------------------------------------------------------*/
.index_access{
	padding:95px 0;
}
.box_index_access01{
	padding: 50px 3%;
}
.ttl_index_access01 .ja{
	font-size: 277.77%;
	display: block;
    letter-spacing: .1em;
	line-height: 1.7;
}
.ttl_index_access01 .en{
	font-size: 166.66%;
    letter-spacing: .1em;
}
.copy_index_access01{
    color: #152852;
    font-size: 188%;
    padding-bottom: 5px;
    border-bottom: 1px solid #152852;
    letter-spacing: .1em;
}
.box_index_access01 .txt01{
	color: #003e8f;
	font-size: 144.44%;
	max-width: 400px;
	width: 100%;
}
.box_index_access01 .txt02{
	font-size: 155.55%;
    letter-spacing: .1em;
}
.btn_index_access01 {
	height: 80px;
	width: 330px;
	background: #152852;
}
.btn_index_access01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_index_access01 a::after {
	position: absolute;
	content: "";
	background: url(./images/index/arw.svg) no-repeat center / contain;
	width:45px;
	height:23px;
	right:20px;
	top: 50%;
	transform: translate(0, -50%);
}
.btn_index_access01 a p {
	color: #fff;
	font-size:22px;
	text-align: center;
}
.car_route_img{
	width:50%;
	padding:0 30px;
	box-sizing:border-box;
}
.car_route_img:first-child{
	border-right:1px solid #152852;
}
.car_route_img img{
	width:100%;
	height:auto;
	display:block;
}
@media(min-width: 768px) and (max-width:960px) {

}
@media(max-width: 767px) {
	.index_access {
		padding: 11vw 0;
	}
	.ttl_index_access01 {
		margin-bottom: 1vw;
	}
	.ttl_index_access01 .ja{
		font-size: 156.25%;
	}
	.ttl_index_access01 .en {
		font-size: 125%;
	}
	.copy_index_access01{
		font-size: 137.5%;
		margin-bottom: 8vw;
	}
	.box_index_access01 {
		padding: 8vw 5%;
	}
	.box_index_access01 .txt01{
		font-size: 101.56%;
		padding: 2vw 0;
		margin-bottom: 3vw;
	}
	.box_index_access01 .txt02{
		font-size: 112.5%;
	}
	.btn_index_access01 {
		height: calc(100 / 750*100vw);
		width: calc(600 / 750*100vw);
	}
	.btn_index_access01 a p{
		font-size: 106.25%;
	}
	.btn_index_access01 a::after {
		width: calc(60 / 750*100vw);
		height: calc(58 / 750*100vw);
		right: 5vw;
	}
	.box_index_access01 img {
		width:calc(1200 / 750 * 100vw) ;
		max-width:none;
	}
	.car_route_img{
		width:100%;
		padding:0;
	}
	.car_route_img:first-child{
		border-right:none;
		border-bottom:1px solid #ccc;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.box_index_access01 .col img{
		max-width: none;
        width: 100%;
        margin-top: 9.2vw;		
	}
}


.grecaptcha-badge { visibility: hidden; }

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

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

}

