@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
html, body {
	font-size: 18px;
	line-height: 2;
	color: #252525;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	position: relative;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
.txt_link {
	color: #17a62f;
	
}
:root {
	--guideline-color: #aaa;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner,.inner800,.inner900,.inner1000,.inner1240,.inner1340,.inner1500, .inner1600
{
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inner800 {
	max-width: calc(800px + 10%);
}
.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%);
}
.inner1600 {
	max-width: calc(1600px + 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: -150px;
	height: calc(100% + 150px);
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.txt_center { text-align: center; }
.txt_right { text-align: right; }

.dnp_b {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.dnp_m {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.lea {
	font-family: learning-curve, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.rift {
	font-family: rift, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.tbu {
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.txt_col01 {color: #117722!important;}
.txt_col02 {color: #17A62F!important;}
.txt_col03 {color: #24AFCB!important;}
.txt_col04 {color: #252525!important;}
.txt_col05 {color: #DEFAFF!important;}
.txt_col06 {color: #EFFFF2!important;}
.txt_col07 {color: #F3F7FA!important;}
.txt_col08 {color: #FBD41C!important;}
.txt_col09 {color: #FFFBE5!important;}
.txt_col10 {
	color: #36c3df;
    background: -webkit-linear-gradient(-60deg, #36c3df, #58d16c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt_col11 {
	color: #f99a3d;
    background: -webkit-linear-gradient(-60deg, #f8d73f, #f99a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg_col01 {background-color: #117722!important;}
.bg_col02 {background-color: #17A62F!important;}
.bg_col03 {background-color: #24AFCB!important;}
.bg_col04 {background-color: #252525!important;}
.bg_col05 {background-color: #DEFAFF!important;}
.bg_col06 {background-color: #EFFFF2!important;}
.bg_col07 {background-color: #F3F7FA!important;}
.bg_col08 {background-color: #FBD41C!important;}
.bg_col09 {background-color: #FFFBE5!important;}
.bg_col10 {
	background: -moz-linear-gradient(-120deg, #36c3df, #58d16c); 
	background: -webkit-linear-gradient(-120deg, #36c3df, #58d16c); 
	background: linear-gradient(90deg, #36c3df, #58d16c);
}
.bg_col11 {
	background: -moz-linear-gradient(-120deg, #f8d73f, #f99a3d); 
	background: -webkit-linear-gradient(-120deg, #f8d73f, #f99a3d); 
	background: linear-gradient(90deg, #f8d73f, #f99a3d);
}
.bg_col12 {
	background: -moz-linear-gradient(-120deg, #52cf7e, #c0d91b); 
	background: -webkit-linear-gradient(-120deg,#52cf7e, #c0d91b); 
	background: linear-gradient(90deg, #52cf7e, #c0d91b);
}
.bg_col13 {
	background: -moz-linear-gradient(-120deg, #f8d73f, #f99a3d); 
	background: -webkit-linear-gradient(-120deg,#f8d73f, #f99a3d); 
	background: linear-gradient(90deg, #f8d73f, #f99a3d);
}
.bg_pt01 {
	background: url(images/index/note_pat_01.png) repeat center / auto;
}
.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; }
.mb160  { margin-bottom:160px; }
.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; }
#wrap {
	overflow: hidden;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }
@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,.inner800,.inner900,.inner1000,.inner1240,.inner1340,.inner1500,.inner1600 {
		padding: 0 3.2vw;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}
	.map {
		padding-top: calc(500 / 750 * 100vw);
	}
	
	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
	.mb45  { margin-bottom: calc( 45 / 750 * 100vw); }
	.mb50  { margin-bottom: calc( 50 / 750 * 100vw); }
	.mb55  { margin-bottom: calc( 55 / 750 * 100vw); }
	.mb60  { margin-bottom: calc( 60 / 750 * 100vw); }
	.mb65  { margin-bottom: calc( 65 / 750 * 100vw); }
	.mb70  { margin-bottom: calc( 70 / 750 * 100vw); }
	.mb75  { margin-bottom: calc( 75 / 750 * 100vw); }
	.mb80  { margin-bottom: calc( 80 / 750 * 100vw); }
	.mb85  { margin-bottom: calc( 85 / 750 * 100vw); }
	.mb90  { margin-bottom: calc( 90 / 750 * 100vw); }
	.mb95  { margin-bottom: calc( 95 / 750 * 100vw); }
	.mb100 { margin-bottom:calc(100 / 750 * 100vw); }
	.mb105 { margin-bottom:calc(105 / 750 * 100vw); }
	.mb110 { margin-bottom:calc(110 / 750 * 100vw); }
	.mb115 { margin-bottom:calc(115 / 750 * 100vw); }
	.mb120 { margin-bottom:calc(120 / 750 * 100vw); }
	.mb125 { margin-bottom:calc(125 / 750 * 100vw); }
	.mb130 { margin-bottom:calc(130 / 750 * 100vw); }
	.mb135 { margin-bottom:calc(135 / 750 * 100vw); }
	.mb140 { margin-bottom:calc(140 / 750 * 100vw); }
	.mb145 { margin-bottom:calc(145 / 750 * 100vw); }
	.mb150 { margin-bottom:calc(150 / 750 * 100vw); }
	.mb160 { margin-bottom:calc(160 / 750 * 100vw); }
	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.bg_pt01 {
		background: url(images/index/note_pat_01_sp.png) repeat center / cover;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: relative;
	z-index: 10;
}
.wrap_head {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 15px 145px 15px 50px
}
.wrap_head .col_l {
	width: 40%;
	max-width: 577px;
}
.wrap_head .col_r {
	width: 55%;
	max-width: 735px;
	flex-wrap: nowrap;
}
.low_head .wrap_head .col_r {
	display: none;
}
.tel_head {
	margin-right: 15px;
}
.tel_head, .web_head {
	max-width: 360px;
	width: 49%;
}
.tel_head a, .web_head a{
	height: 100px;
}
.web_head a {
	align-content: center;
}
.tel_head span{
	font-size: 200%;
	position: relative;
	padding-left: 25px;
	letter-spacing: 0;
}
.tel_head span:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_tel.svg") no-repeat left center / cover;
	width: 23px;
	height: 32px;
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.web_head .txt01{
	font-size: 108.33%;
	width: 100%;
	line-height: 1.5;
}
.web_head .txt02{
	font-size: 166.66%;
	position: relative;
	padding-right: 25px;
	line-height: 1.5;
	letter-spacing: .1em;
}
.web_head .txt02:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_arw.svg") no-repeat left center / cover;
	width: 28px;
	height: 28px;
	right: -10px;
	bottom:0;
	top: 0;
	margin: auto;
}
.tel_head a {
	border: solid 2px #17a62f;
}

@media(min-width: 768px) and (max-width:1499px) {
	.tel_head span {
		font-size: 177.77%;
	}
	.web_head .txt02 {
		font-size: 144.44%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_head {
		padding: 7px 145px 8px 50px;
	}
	.wrap_head .col_r {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.tel_head span {
		font-size: 155.55%;
	} 
	.tel_head a, .web_head a {
		height: 55px;
	}
	.tel_head {
		margin-bottom: 5px;
		margin-right: 0;
	}
	.tel_head, .web_head {
		width: 100%;
	}
	.web_head .txt02 {
		font-size: 100%;
		padding-right: 0;
	}
	.wrap_head .col_r {
		width: 48%;
	}
	.wrap_head .col_l {
		width: 50%;
	}
	.web_head .txt02:before {
		right: -60px;
    	bottom: 30px;
		width: 20px;
    	height: 20px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.wrap_head {
		padding: 4px 130px 4px 10px;
	}
	.tel_head span {
		font-size: 133.33%;
	}
	.web_head .txt02:before {
		right: -40px;
	}
	.tel_head span:before {
		width: 16px;
    	height: 22px;
	}
	.wrap_head .col_l {
		width: 59%;
	}
	.wrap_head .col_r {
		width: 39%;
	}
	.web_head .txt01 {
		font-size: 88.89%;
	}
	.web_head .txt02 {
		font-size: 88.89%;
	}
	.tel_head a {
		height: 52px;
	}
	.wrap_head.flex {
		display: flex;
	}
}
@media(max-width: 767px) {
	header {
		padding: 4vw 3vw;
	}
	h1 {
		width: calc(577 / 750*100vw);
	}
	 
}


/* メインイメージ 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 / cover; */
	background: url(images/index/main01_250623.jpg)no-repeat center / cover;
}
.main02 {
	/* background: url(images/index/main02.jpg)no-repeat center left/ cover; */
	background: url(images/index/main02_250625.jpg)no-repeat center left/ cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
.wrap_main01 {
	position: absolute;
	right: 153px;
    bottom: 22px;
	z-index: 1;
}
.wrap_main01 .ttl {
	position: absolute;
	top: -53px;
    left: -43px;
	z-index: -1;
}
.wrap_main01 .copy {
	font-size: 375%;
	letter-spacing: .1em;
	line-height: 1.4;
	text-shadow: 2px 2px 8px #333;
}
.wrap_main01 .txt span{
	font-size: 222.22%;
	position: relative;
	padding:0 230px;
	letter-spacing: .1em;
}
.wrap_main01 .txt span:before, .wrap_main01 .txt span:after{
	position: absolute;
	content: "";
	background: #17a62f;
	width: 201px;
	height: 1px;
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.wrap_main01 .txt span:after {
	right: 0;
	left: auto;
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_main01 {
		right: 70px;
	}
	.wrap_main01 .copy {
		font-size: 300%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.wrap_main01 .copy {
		font-size: 250%;
	}
	.wrap_main01 .txt span {
		padding: 0 110px;
		font-size: 188.88%;
	}
	.wrap_main01 .txt span:before, .wrap_main01 .txt span:after {
		width: 100px;
	}
	.wrap_main01 .ttl {
		top: -79px;
    	left: -7px;
	}
	.wrap_main01 {
		right: 50px;
		bottom: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02 {
		background: none;
	}
	.main_img .slick-slide .sp_only {
		display: inherit!important;
	}
	.main_img .slick-slide .tb_pc {
		display: none !important;
	}
	.wrap_main01 {
		right: 0;
		left: 0;
		bottom: 6vw;
	}
	.wrap_main01 .copy {
		font-size: 212.5%;
		letter-spacing: 0;
	}
	.wrap_main01 .txt span {
		font-size: 125%;
		padding: 0 20vw;
	}
	.wrap_main01 .txt span:before, .wrap_main01 .txt span:after {
		width: calc(121 / 750*100vw);
		height: calc(2 / 750*100vw);
	}
	.wrap_main01 .txt {
		line-height: 1.5;
	}
	.wrap_main01 .ttl {
		width: calc(414 / 750*100vw);
		left: 5vw;
    	top: -13vw;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
}
.gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
}
/*.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}*/
.gnav > ul > li {
	position: relative;
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.btn_gnav_sp {
	position: fixed;
    top: 0;
    right: 0;
    height: 130px;
    width: 130px;
    background: #24afcb;
    z-index: 10000;
    outline: none;
    cursor: pointer;
}
.btn_gnav_sp .icn_gnav {
	width: 46px;
    height: 1px;
    position: absolute;
    top: -38px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: -15px;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:after {
	bottom: -17px;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
    width: 58px;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: auto;
}
.gnav_sp {
	padding: 128px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    width: 80%;
    max-width: 700px;
    transition: opacity .6s ease, visibility .6s ease;
    line-height: 1.45;
    touch-action: auto !important;
}
.gnav_sp .nav_main {
	max-width: 690px;
    width: 100%;
    margin: auto;
    padding-bottom: 150px;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
    transform: translateX(50%);
    transition: transform .6s ease, opacity .2s ease;
    padding: 0 9.5% 0 12%;
}

.gnav_sp .nav_main > ul > li > a {
	padding: 14.5px 60px 15.5px 0;
    display: block;
    position: relative;
    letter-spacing: .1em;
    border-bottom: dotted 1px #fff6c2;
    font-size: 111.11%;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fbd41c;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.gnav_sp.ps-container > .ps-scrollbar-y-rail {
	background: transparent!important;
}
.gnav_sp.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: transparent!important;
}
.bg_gnav {
	visibility: hidden;
    transition: .3s;
    opacity: 0;
}
.open .btn_gnav_sp .icn_gnav {
	background: none;
	top: -25px;
	width: 60px;
}
.open .btn_gnav_sp .icn_gnav:before {
	transform: rotate(45deg);
    top: 0;
}
.open .btn_gnav_sp .icn_gnav:after {
	transform: rotate(-45deg);
    bottom: 0;
}
.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
	background: #fff;
    transition: transform .3s ease-in-out;
}
.open .gnav_sp {
	visibility: visible;
    opacity: 1;
	background: rgba(17, 119, 34, 0.9);
}
.open .btn_gnav_sp .txt_gnav {
	bottom: 27px;
}
.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;
}
.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;
	width: 100%;
	color: #fff;
}
@media(min-width: 768px) and (max-width:960px) {
	.btn_gnav_sp {
		height: 120px;
    	width: 120px;
	}
	.btn_gnav_sp .txt_gnav {
		bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.gnav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #24afcb;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
		width: calc(40 / 750 * 100vw);
		top: -3.5vw;
	}
	.open .btn_gnav_sp .txt_gnav {
		bottom: 0;
	}
	.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;
		max-width: 100%;
	}
	.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 dotted #fff;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #fff;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.4vw 0;
		border-bottom: 1px dotted #fff;
		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;
		font-size: 100%;
	}
	.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 #fbd41c;
		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;
		padding: 0;
	}
}
/* CTAボタン　fix_bnr01　
------------------------------------------------------------------*/
.fix_bnr01 {
    position: fixed;
    bottom: calc(140 / 1920 * 100vw);
    right: 0;
    z-index: 9;
}
@media(min-width: 768px) and (max-width:1599px) {
	.fix_bnr01 {
		width: calc(110 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_bnr01 {
		width: calc(110 / 1299 * 100vw);
	}
}
@media(max-width: 767px){
	.fix_bnr01 {
		display: none;
	}
}
/* 新着情報 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: #17a62f; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
}
/* パーフェクトスクロールバー */
.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;
	}
}


/* コンセプト concept
------------------------------------------------------------------*/
.concept {
	position: relative;
	padding: 100px 50px 50px;
}
.concept .deco01{
	position: absolute;
	left: 0;
	top:0;
	z-index: -1;
}
.wrap_concept01 {
	position: relative;
	max-width: 1820px;
	padding-bottom: 95px;
}
.wrap_concept01:before {
	position: absolute;
	content: "";
	background: url("images/index/img_concept01.jpg") no-repeat center right / cover;
	width: 100%;
	height:700px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.wrap_concept01 .wrap {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
}
.wrap_concept01 .copy01 .txt {
	padding: 0 0% 0 4%;
	display: inline-block;
}
.wrap_concept01 .txt01 {
	margin-left: -40px;
}
.wrap_concept01 .txt02 {
	margin-left: 20px;
}
.wrap_concept01 .txt03 {
	margin-left: 70px;
}
.wrap_concept01 .copy01 .txt{
	font-size: 233.33%;
	letter-spacing: .1em;
}
.wrap_concept01 .txt_wrap {
	max-width: 675px;
	margin-top: -55px;
}
.wrap_concept01 .copy02 {
	font-size: 277.77%;
	letter-spacing: .1em;
	line-height: 1.6;
	position: relative;
}
.wrap_concept01 .copy02 .en {
	position: absolute;
	right: -210px;
    bottom: -16px;
	z-index: -1;
}
.wrap_concept01 .copy02 span {
	color: #36c3df;/*非対応のブラウザでの文字色を設定*/
	background: -webkit-linear-gradient(-60deg, #36c3df, #58d16c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 140%;
	letter-spacing: .1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_concept01 .en {
		width: 740px;
		margin-left: auto;
   	 	margin-right: 0;
		margin-bottom: 40px;
	}
	.wrap_concept01 .copy01 .txt {
		font-size: 200%;
	}
	.wrap_concept01 .copy02 {
		font-size: 244.44%;
	}
	.wrap_concept01 .copy02 .en {
		right: -63px;
		bottom: -100px;
		width: 250px;
	}
	.wrap_concept01 .copy01 .txt {
		font-size: 177.77%;
	}
	.wrap_concept01 .copy02 {
		font-size: 200%;
	}
	.wrap_concept01 .txt_wrap>.txt {
		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;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.concept {
		padding: 50px 50px 50px;
	}
	.wrap_concept01 .en {
		margin-bottom: 75px;
		width: 680px;
	}
	.wrap_concept01:before {
		background: url(images/index/img_concept01.jpg) no-repeat center right -180px / cover;
	}
	.wrap_concept01 .copy02 .adjust {
		display: block;
	}
}
@media(min-width: 961px) and (max-width:1299px){
	.wrap_concept01 .copy01 .txt {
		font-size: 155.55%;
	}
	.wrap_concept01 .txt01, .wrap_concept01 .txt02, .wrap_concept01 .txt03 {
		margin-left: 0;
	}
	.wrap_concept01 .copy02 {
		font-size: 166.66%;
		text-align: left;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.wrap_concept01 {
		padding-top: 520px;
	}
	.wrap_concept01:before {
		height: 470px;
		top: 118px;
		bottom: auto;
	}
	.wrap_concept01 .en {
		top: 0;
		position: absolute;
	}
	.wrap_concept01 .txt_wrap {
		max-width: 100%;
	}
	.wrap_concept01:before {
		background: url(images/index/img_concept01.jpg) no-repeat center right / cover;
	}
}
@media(max-width: 767px) {
	.concept {
		padding: 10vw 0 6vw;
	}
	.wrap_concept01 {
		padding-top: 93vw;
		padding-bottom: 0;
		max-width: 100%;
	}
	.wrap_concept01:before {
		height: calc(700 / 750*100vw);
		top: 19vw;
		bottom: auto;
		background: url(images/index/img_concept01_sp.jpg) no-repeat center right / cover;
	}
	.wrap_concept01 .wrap {
		max-width: 100%;
	}
	.wrap_concept01>.en {
		top: 0;
		left: 0;
		right: 0;
		position: absolute;
		width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_concept01 .txt_wrap {
		margin-top: 0;
		max-width: 100%;
	}
	.wrap_concept01 .copy01 {
		margin-bottom: 1vw;
	}
	.wrap_concept01 .copy01 .txt {
		font-size: 131.25%;
	}
	.wrap_concept01 .copy02 {
		font-size: 171.875%;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.wrap_concept01 .copy02 .en {
		width:calc(348 / 750*100vw);
		right: -2vw;
    	bottom: -2vw;
	}
	.wrap_concept01 .txt01 {
		margin-left: 0;
	}
	.wrap_concept01 .txt02 {
		margin-left: 8vw;
	}
	.wrap_concept01 .txt03 {
		margin-left: 15vw;
	}
	.wrap_concept01 .txt_wrap>.txt {
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
}

/* 働く魅力・charm
------------------------------------------------------------------*/
.bg_charm01 {
	position: relative;
	z-index: 1;
	padding: 100px 0 70px;
}
.bg_charm01 .deco01 {
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.bg_charm01 .deco02 {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.bg_charm01 .deco03 {
	position: absolute;
	bottom: 342px;
	left: 0;
}
.bg_charm01 .deco04 {
	position: absolute;
	bottom: 62px;
	left: 172px;
}
.ttl_charm {
	position: relative;
}
.ttl_charm .en {
	position: absolute;
	left: 82px;
    top: -45px;
}
.ttl_charm .txt_wrap {
	position: relative;
}
.ttl_charm .txt01{
	font-size: 333.33%;
	letter-spacing: .1em;
	line-height: 1.3;
	margin-right: 10px;
}
.ttl_charm .txt02 {
	position: relative;
	padding-right: 10px;
}
.ttl_charm .txt02:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_charm01.png") no-repeat left center / cover;
	width: 137px;
	height: 111px;
	right: -162px;
    bottom: -12px;
	margin: auto;
}
.ttl_charm .txt03 {
	color: #fbd41c;
	font-size: 222.22%;
    line-height: 1.5;
    letter-spacing: .1em;
}

.wrap_charm01 .col_txt {
	width: 53%;
	padding: 0 60px
}
.wrap_charm01 {
	position: relative;
	min-height: 710px;
	z-index: 2;
}
.wrap_charm01:before {
	position: absolute;
	content: "";
	background: url("images/index/img_charm01.jpg") no-repeat center / cover;
	width: 47%;
	height:620px;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.wrap_charm01.num02:before {
	right: auto;
	left: 0;
	z-index: 0;
	background: url("images/index/img_charm04.jpg") no-repeat center / cover;
}
.wrap_charm01.num03:before {
	background: url("images/index/img_charm05.jpg") no-repeat center / cover;
}
.wrap_charm01.num05:before {
	/* background: url("images/index/img_charm07.jpg") no-repeat center / cover; */
	background: url("images/index/img_charm07_250623.jpg") no-repeat center / cover;
}
.circle_charm01 {
	width: 261px;
	height: 261px;
	position: absolute;
	border-radius: 50%;
	font-size: 177.77%;
	line-height: 1.5;
}
.circle_charm01:after {
	position: absolute;
	content: "";
	background: url("images/index/deco_charm01.png") no-repeat left center / cover;
	width: 60px;
	height: 45px;
	left: -48px;
    top: 11px;
	margin: auto;
}
.circle_charm01.deco02:after {
	transform: rotateY(180deg);
}
.circle_charm01.left:after {
	right: -102px;
    left: auto;
    top: 29px;
}
.wrap_charm01 .circle_charm01.under {
	top: auto;
	bottom: -80px;
}
.wrap_charm01 .circle_charm01 {
	top: -70px;
	right: 24%;
}
.wrap_charm01.reverse .circle_charm01{
	right: auto;
	left: 24%;
	font-size: 155.55%;
}
.wrap_charm01.reverse .circle_charm01 span{
	letter-spacing: .1em;
	line-height: 1.7;
}
.wrap_charm01.under .col_txt{
	padding-top: 120px;
}
.wrap_charm01.under:before {
	top: 0;
	bottom: auto;
}

.circle_charm01 span {
	margin-top: 10px;
	letter-spacing: .1em;
}
.circle_charm01:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 241px;
	height: 241px;
	margin: auto;
	border: dotted 1px #fff;
	border-radius: 50%;
}
.box_charm01{
	max-width: 800px;
	padding: 83px 5% 90px;
	border: solid 1px #252525;
	position: relative;
}
.box_charm01:after {
	position: absolute;
	content: "";
	background: rgba(37, 37, 37, 0.1);
	width:100%;
	height: 100%;
	right: -20px;
	bottom:-20px;
	z-index: -1
}
.box_charm01 .num {
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	margin: auto;
}
.box_charm01 .copy {
	font-size: 222.22%;
	line-height: 1.7;
	letter-spacing: .1em;
	padding-bottom: 45px;
	border-bottom: dotted 2px #17a62f;
}
.wrap_charm02 {
	max-width: 1335px;
}
.wrap_charm02 .circle_charm01 {
	position: absolute;
	bottom: 35px;
    left: -200px;
	z-index: 3;
}
.row_charm01 {
	max-width: 1067px;
	position: relative;
	margin-top: -80px;
}
.row_charm01 .col_l {
	max-width: 521px;
	width: 49%;
}
.row_charm01 .col_l {
	max-width: 521px;
	width: 57%;
	position: relative;
	z-index: 2;
}
.row_charm01 .col_r {
	max-width: 397px;
	width: 40%;
	margin-top: 165px;
}
.bg_charm02 {
	position: relative;
    z-index: 1;
    padding: 160px 0 140px;
}
.bg_charm02 .deco {
	position: absolute;
	z-index: 1;
}
.bg_charm02 .deco01 {
	top: 62px;
	right: 52px;
	z-index: -1;
}
.bg_charm02 .deco02 {
	top: 580px;
	right: 311px;;
}
.bg_charm02 .deco03 {
	bottom: 0;
	left: 0;
}
.bg_charm02 .deco04 {
	bottom: 297px;
	left: 15px;
}
.bg_charm02 .deco05 {
	bottom: 38px;
	left: 239px;
}
.bg_charm03 {
	padding: 160px 0;
	background: url("images/index/img_charm06.jpg") no-repeat center / cover;
}
.bg_charm03 .box_charm01{
	max-width: 1100px;
}

.bg_charm03 .circle_charm01 {
	top: -101px;
    left: -118px;
}
.bg_charm04 {
	padding: 100px 0 77px;
	background: url("images/index/note_pat_01.png") repeat center / auto;
}
.bg_charm04 .ttl {
	position: relative;
}
.bg_charm04 .copy {
	font-size: 155.55%;
	letter-spacing: .1em;
}
.bg_charm04 .en {
	position: absolute;
	left: -30px;
    top: -65px;
}
.bg_charm04 .ja {
	padding-right: 40px;
	position: relative;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.bg_charm04 .ja:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_charm15.png") no-repeat left center / cover;
	width: 44px;
	height: 76px;
	right: -25px;
	bottom:0;
	top: 0;
	margin: auto;
}
.row_interview01 {
	max-width: 1200px;
}
.row_interview01 .col_txt{
	padding: 30px 4%;
	border: 1px solid #252525;
	max-width: 830px;
	width: calc(100% - 370px);
	position: relative;
}
.row_interview01 .col_img{
	width: 260px;
	position: relative;
}
.row_interview01 .col_img:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_charm08.png") no-repeat left center / cover;
	width: 75px;
	height: 62px;
	right: -30px;
    bottom: 27px;
}
.row_interview01.r_reverse .col_img:before {
	background: url("images/index/deco_charm13.png") no-repeat left center / cover;
	width: 70px;
	height: 62px;
	left: -60px;
	right: auto;
	bottom: 18px;
}
.row_interview01 .col_txt:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_person01.png") no-repeat left center / cover;
	width: 51px;
	height: 59px;
	left: -51px;
	bottom:0;
	top: 0;
	margin: auto;
}
.row_interview01.r_reverse .col_txt:before {
	transform: rotateY(180deg);
	right: -51px;
	left: auto;
}
.bg_charm05 {
	padding: 65px 0 70px;
}
.bg_charm05 .ttl span{
	font-size: 555.55%;
	line-height: 1;
	color: #fff6c2;
	letter-spacing: .1em;
}
.bg_charm06 {
	padding: 160px 0 70px;
	position: relative;
}
.bg_charm06 .deco {
	position: absolute;
}
.bg_charm06 .deco01 {
	top: 67px;
	right: 325px;
}
.bg_charm06 .deco02 {
	bottom: 127px;
	right: 85px;
}
.bg_charm06 .deco03 {
	bottom: 0;
	left: 0;
}
.bg_charm06 .deco04 {
	bottom: 315px;
	left: 72px;
}
.bg_charm06 .deco05 {
	bottom: 56px;
	left:296px;
}
.row_charm02 {
	max-width: 1300px;
	margin-top: -135px;
	position: relative;
	z-index: 2;
	margin-left: 70px;
}
.row_charm02 .col_l{
	max-width: 520px;
	width: 40%;
}
.row_charm02 .col_r{
	max-width: 720px;
	width: 55%;
	margin-top: 175px;
}
.wrap_charm01.num05 .circle_charm01{
	top: -61px;
    right: 28%;
	font-size: 155.55%;
	line-height: 1.7;
}
.wrap_charm01.num05 .circle_charm01 span {
	margin-top: 0;
}
@media(min-width: 1300px){
	.bg_charm03 .box_charm01 .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1499px) {
	.box_charm01 .copy {
		font-size: 188.88%;
	}
	.ttl_charm .txt01 {
		font-size: 300%;
	}
	.ttl_charm .txt02 {
		width: 300px;
	}
	.ttl_charm .txt02:before {
		width: 100px;
		height: 81px;
		right: -104px;
		bottom: -12px;
	}
	.ttl_charm .en {
		width: 400px;
		left: 0;
	}
	.circle_charm01 {
		width: 200px;
    	height: 200px;
		font-size: 133.33%;
	}
	.circle_charm01:before {
		width: 190px;
    	height: 190px;
	}
	.wrap_charm02 .circle_charm01 {
		left: -40px;
	}
	.bg_charm04 .ja {
		width: 700px;
		display: inline-block;
	}
	.bg_charm04 .ja.sp_only {
		display: none;
	}
	.bg_charm04 .en {
		left: 0;
	}
	.bg_charm03 .circle_charm01 {
		left: 0;
	}
	.wrap_charm01.reverse .circle_charm01 {
		font-size: 122.22%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_charm01 .col_txt {
		width: 57%;
	}
	.wrap_charm01:before {
		width: 45%;
	}
	.box_charm01 .copy {
		font-size: 166.66%;
	}
	.wrap_charm02 .circle_charm01 {
		bottom: -55px;
		left: 20px;
	}
	.box_charm01 .num {
		width: 130px;
	}
	.bg_charm03 .circle_charm01 {
		top: -128px;
 		left: 0px;
	}
	.bg_charm03 .box_charm01 .txt {
		text-align: left;
	}
	.bg_charm04 .ja {
		width: 600px;
	}
	.bg_charm04 .copy {
		font-size: 133.33%;
	}
	.bg_charm05 .txt {
		text-align: left;
	}
	.bg_charm05 br {
		display: none;
	}
}
@media(min-width: 768px) and (max-width:1099px){
	.box_charm01 .copy {
		font-size: 144.44%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_charm .txt01 {
		width: 100%;
	}
	.ttl_charm .txt02 {
		margin-right: 0;
	}
	.wrap_charm01 {
		padding-top: 860px;
	}
	.wrap_charm01:before {
		width: 90%;
		height: 465px;
		bottom: auto;
		top: 0;
	}
	.wrap_charm01 .col_txt {
		width: 100%;
	}
	.wrap_charm02 {
		position: absolute;
		bottom: 700px;
		right: 15px;
	}
	.wrap_charm02 .circle_charm01 {
		left: 50px;
	}
	.row_charm01 {
		max-width: 713px;
	}
	.bg_charm02 .wrap_charm01.num02 {
		margin-bottom: 170px;
		padding-top: 580px;
	}
	.bg_charm02 .wrap_charm01.num03 {
		padding-top: 460px;
	}
	.bg_charm02 .deco01 {
		top: 570px;
    	right: 52px;
	}
	.bg_charm02 .deco02 {
		top: 1165px;
		right: 45px;
	}
	.wrap_charm01 .circle_charm01.under {
		top: -120px;
		right: 55%;
	}
	.box_charm01 .copy {
		font-size: 155.55%;
	}
	.bg_charm03 .circle_charm01 {
		left: 30px;
	}
	.bg_charm04 .copy {
		font-size: 122.22%;
		margin-bottom: 40px;
	}
	.row_interview01 .col_img {
		width: 260px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-bottom: 65px;
	}
	.row_interview01 .col_txt {
		width: 100%;
	}
	.row_interview01 .col_txt:before {
		top: -55px;
		margin: auto;
		transform: rotate(90deg);
		left: 0;
    	right: 0;
		bottom: auto;
	}
	.row_interview01.r_reverse .col_txt:before {
		transform: rotate(90deg);
		left: 0;
    	right: 0;
	}
	.bg_charm06 .wrap_charm01 {
		padding-top: 970px;
	}
	.bg_charm06 .deco01 {
		top: 67px;
		right: 150px;
	}
	.bg_charm06 .deco02 {
		bottom: 940px;
		right: 85px;
		width: 180px;
	}
	.bg_charm06 .deco04 {
		bottom: 30px;
		left: 190px;
	}
	.bg_charm06 .deco05 {
		bottom: 0px;
		left: 370px;
		width: 100px;
	}
	.row_charm02 {
		top: 760px;
    	left: 20px;
		max-width: 731px;
		position: absolute;
		margin-left: 0;
	}
	.row_charm02 {
		display: flex;
	}
	.row_charm02 .col_l {
		width: 47%;
	}
	.row_charm02 .col_r {
    	width: 79%;
		margin-top: 110px;
    	margin-left: -26%;
	}
	.wrap_charm01.num05 .circle_charm01{
		font-size: 133.33%;
		top: -138px;
    	right: 57%;
	}
	.wrap_charm01 .circle_charm01 {
		right: 8%;
	}
	.wrap_charm01.reverse .circle_charm01 {
		left: 8%;
	}
}
@media(max-width: 767px) {
	.ttl_charm {
		margin-bottom: 8vw;
	}
	.ttl_charm .en {
		width: calc(394 / 750*100vw);
		left: 4vw;
    	top: -8vw;
	}
	.ttl_charm .txt01 {
		width: 100%;
		font-size: 187.5%;
		letter-spacing: 0;
		margin-right: 0;
		margin-bottom: 3vw;
	}
	.ttl_charm .txt02 {
		margin-right: 0;
		width: calc(405 / 750*100vw);
		padding-right: 0;
	}
	.ttl_charm .txt03 {
		font-size: 125%;
		margin-left: 0;
	}
	.ttl_charm .txt02:before {
		width: calc(137 / 750*100vw);
		height: calc(111 / 750*100vw);
		right: -20vw;
		bottom: 0;
	}
	.wrap_charm01 {
		padding-top: 138vw;
		min-height: auto;
	}
	.wrap_charm01 .circle_charm01 {
		top: -10vw;
    	right: 3vw;
	}
	.circle_charm01 {
		width: calc(261 / 750*100vw);
		height: calc(261 / 750*100vw);
		font-size: 112.5%;
	}
	.circle_charm01:before {
		width: calc(241 / 750*100vw);
		height: calc(241 / 750*100vw);
	}
	.circle_charm01:after {
		width: calc(60 / 750*100vw);
		height: calc(45 / 750*100vw);
		left: -7vw;
    	top: 2vw;
	}
	.circle_charm01 span {
		margin-top: 1vw;
	}
	.circle_charm01.deco02:after {
		transform: rotate(180deg);
		left: -5vw;
		top: auto;
		bottom: -1vw;
	}
	.wrap_charm01.reverse .circle_charm01 {
		right: auto;
    	left: 43vw;
		top: -16vw;
		font-size: 93.75%;
	}
	.circle_charm01.left:after {
		right: -14vw;
		left: auto;
		top: 3vw;
	}
	.bg_charm01 {
		padding: 13vw 0 17vw;
	}
	.bg_charm01 .deco01 {
		width: calc(639 / 750*100vw);
	}
	.bg_charm01>.deco02 {
		width: calc(800 / 750*100vw);
	}
	.bg_charm01 .deco03 {
		display: none;
	}
	.bg_charm01 .deco04 {
		width: calc(146 / 750*100vw);
		bottom: 2vw;
		left: 15vw;
	}
	.wrap_charm01:before {
		width: 90%;
		height: calc(519 / 750*100vw);
		bottom: auto;
		top: 0;
	}
	.wrap_charm01.reverse .circle_charm01 span{
		letter-spacing: 0;
		line-height: 1.5;
	}
	.wrap_charm01 .col_txt {
		width: 100%;
		padding: 0 3vw;
	}
	.wrap_charm01.under .col_txt {
		padding-top: 27vw;
	}
	.box_charm01 .num {
		width: calc(127 / 750*100vw);
		top: -10vw;
		right: 4vw;
	}
	.box_charm01 {
		padding: 9vw 4vw 7vw;
		max-width: 100%;
	}
	.box_charm01:after {
		right: -3vw;
    	bottom: -3vw;
	}
	.wrap_charm02 {
		position: absolute;
		bottom: 135vw;
		right: 2vw;
		max-width: calc(710 / 750*100vw);
	}
	.wrap_charm02 .circle_charm01 {
		left: 6vw;
		bottom: -7vw;
		font-size: 100%;
	}
	.row_charm01 {
		max-width: 100%;
		margin-top: 0;
	}
	.row_charm01 .col_l {
		max-width: calc(387 / 750*100vw);
		width: 58%;
		margin-right: -16%;
	}
	.row_charm01 .col_r {
		max-width: calc(397 / 750*100vw);
		width: 58%;
		margin-top: 19vw;
	}
	.bg_charm02 {
		padding: 23vw 0 17vw;
	}
	.bg_charm02 .box_charm01 .num {
		width: calc(140 / 750*100vw);
	}
	.bg_charm02 .wrap_charm01.num02 {
		margin-bottom: 23vw;
		padding-top: 85vw;
	}
	.bg_charm02 .wrap_charm01.num03 {
		padding-top: 50vw;
	}
	.bg_charm02 .wrap_charm01.num03:before {
		height: calc(460 / 750*100vw);
	}
	.bg_charm02 .deco01 {
		    top: 85vw;
		right: 10vw;
		width: calc(209 / 750*100vw);
	}
	.bg_charm02 .deco02 {
		top: 199vw;
    	right: 17vw;
		width: calc(343 / 750*100vw);
	}
	.bg_charm02 .deco03 {
		width: calc(800 / 750*100vw);
	}
	.bg_charm02 .deco04 {
		display: none;
	}
	.bg_charm02 .deco05 {
		width: calc(130 / 750*100vw);
		bottom: 3vw;
    	left: 17vw;
	}
	.bg_charm02 .circle_charm01 {
		font-size: 93.75%;
	}
	.wrap_charm01 .circle_charm01.under {
		top: -14vw;
    	right: 43vw;
	}
	.bg_charm03 {
		padding: 36vw 0 25vw;
		background: url(images/index/img_charm06_sp.jpg) no-repeat center / cover;
	}
	.bg_charm03 .box_charm01 .num {
		width: calc(155 / 750*100vw);
		right: -32vw;
		top: -11vw;
	}
	.bg_charm03 .box_charm01 .txt {
		text-align: left;
	}
	.box_charm01 .copy {
		font-size: 156.25%;
		letter-spacing: 0;
		padding-bottom: 5vw;
		border-bottom: dotted 1px #17a62f;
		line-height: 1.6;
	}
	.bg_charm03 .circle_charm01 {
		left: 7vw;
		top: -29vw;
		font-size: 93.75%;
	}
	.bg_charm04 {
		padding: 21vw 0 4vw;
		background: url(images/index/note_pat_01_sp.png) repeat center / cover;
	}
	.bg_charm04 .ttl {
		margin-bottom: 3vw;
	}
	.bg_charm04 .ja {
		width: calc(372 / 750*100vw);
		padding-right: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_charm04 .ja:before {
		content: none;
	}
	.bg_charm04 .en {
		width: calc(558 / 750*100vw);
		left: 1vw;
    	top: -12vw;
	}
	.bg_charm04 .copy {
		text-align: center;
		margin-bottom: 5vw;
		font-size: 100%;
		letter-spacing: 0;
	}
	.bg_charm05 {
		padding: 10vw 0 7vw;
	}
	.bg_charm05 .ttl span {
		font-size: 312.5%;
		letter-spacing: .05em;
	}
	.bg_charm05 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.bg_charm06 {
		padding: 29vw 0 15vw;
	}
	.row_interview01 {
		margin-bottom: 8vw;
		max-width: 100%;
	}
	.row_interview01 .col_img {
		width: calc(461 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-bottom: 10vw;
	}
	.row_interview01 .col_img:before {
		width: calc(98 / 750*100vw);
		height: calc(74 / 750*100vw);
		right: 3vw;
		bottom: 2vw;
	}
	.row_interview01.r_reverse .col_img:before {
		width: calc(96 / 750*100vw);
		height: calc(84 / 750*100vw);
		left: 0vw;
    	bottom: 1vw;
	}
	.row_interview01 .col_txt {
		width: 100%;
		padding: 5vw 3vw 7vw;
		max-width: 100%;
	}
	.row_interview01 .col_txt:before {
		top: -5.5vw;
		margin: auto;
		transform: rotate(90deg);
		left: 0;
    	right: 0;
		bottom: auto;
		width: calc(61 / 750*100vw);
		height: calc(52 / 750*100vw);
	}
	.row_interview01.r_reverse .col_txt:before {
		transform: rotate(90deg);
		left: 0;
    	right: 0;
	}
	.bg_charm06 .wrap_charm01 {
		padding-top: 151vw;
	}
	.bg_charm06 .deco01 {
		top: 16vw;
    	right: 24vw;
		width: calc(168 / 750*100vw);
	}
	.bg_charm06 .deco02 {
		bottom: 174vw;
    	right: 3vw;
		width: calc(276 / 750*100vw);
	}
	.bg_charm06 .deco04 {
		bottom: 4vw;
    	left: 17vw;
		width: calc(201 / 750*100vw);
	}
	.bg_charm06 .deco05 {
		bottom: -11vw;
    	left: 33vw;
		width: calc(124 / 750*100vw);
	}
	.row_charm02_sp {
		position: absolute;
		top: 91vw;
    	left: 3vw;
		width: calc(679 / 750*100vw);
	}
	.wrap_charm01.num05:before {
		height: calc(464 / 750*100vw);
	}
	.wrap_charm01.num05 .num {
		width: calc(149 / 750*100vw);
	}
	.wrap_charm01.num05 .circle_charm01{
		font-size: 93.75%;
		top: -24vw;
    	right: 49vw;
	}
}

/* 動画スライド bg_charm07
------------------------------------------------------------------*/
.bg_charm07{
	padding: 100px 0 77px;
}
.bg_charm07 .en{
	font-size: 555.55%;
}
.slide_movie02 {
	padding-bottom: calc(60 / 1920 * 100vw);
}
.slide_movie02 .slick-slide {
	transform: scale(.8);
	margin-right: calc(50 / 1920 * 100vw);
	margin-left: calc(50 / 1920 * 100vw);
	transition: .5s;
}
.slide_movie02 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slide_movie02 .slick-prev, .slide_movie02 .slick-next {
	width: calc(41 / 1920 * 100vw);
    height: calc(74 / 1920 * 100vw);
	background: url(images/index/arw_movie.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_movie02 .slick-prev:before, .slide_movie02 .slick-next:before {
	display: none;
}
.slide_movie02 .slick-prev {
	left: 19%;
	transform: rotate(180deg);
}
.slide_movie02 .slick-next {
	right: 19%;
	transform: scaleX(-1);
	transform: rotate(360deg);
}
.slide_movie02 .slick-dots {
	bottom: calc(-58 / 1920 * 100vw);
}
.slide_movie02 .slick-dots li {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	margin: 0 calc(8 / 1920 * 100vw);
}
.slide_movie02 .slick-dots li button {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	padding: 0;
}
.slide_movie02 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_movie02 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_movie01 video{
    width: 100%;
}
.slide_movie01 .slick-initialized .slick-slide{
	margin-left: 20px;
}
.slide_movie02 .slick-slide.slick-center{
	max-width: 1000px;
	height: 500px;
}
.slide_movie02 video{
	width: 100%;
    height: 500px;
}
.slide_movie02 .slick-dots li.slick-active button:before{
	background: #fbd41c;
}
.slide_movie02 .slick-dots li button:before{
	background: #1aa630;
}
.video_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_modal_inner {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.video_modal_inner video {
  width: 100%;
  height: auto;
}

.video_modal_close {
	position: absolute;
	z-index: 1000;
	top: -15px;
	right: 0;
	color: #000000;
	font-size: 30px;
	cursor: pointer;
}
.bg_charm07 .ttl {
    position: relative;
}
.bg_charm07 .en {
	position: absolute;
    left: 80px;
    top: -95px;
}
.bg_charm07 .ja {
	padding-right: 40px;
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.bg_charm07 .ja:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_charm15.png") no-repeat left center / cover;
	width: 44px;
	height: 76px;
	right: -15px;
	bottom:10px;
	top: 0;
	margin: auto;
}
.bg_charm07 .copy{
	font-size: 155.55%;
    letter-spacing: .1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_movie02 {
		padding-bottom: calc(60 / 1599 * 100vw);
	}
	.slide_movie02 .slick-slide {
		margin-right: calc(50 / 1599 * 100vw);
		margin-left: calc(50 / 1599 * 100vw);
	}
	.slide_movie02 .slick-prev, .slide_movie02 .slick-next {
		width: calc(41 / 1599 * 100vw);
		height: calc(74 / 1599 * 100vw);
	}
	.slide_movie02 .slick-prev {
		left: 8%;
	}
	.slide_movie02 .slick-next {
		right: 8%;
	}
	.slide_movie02 .slick-dots {
		bottom: calc(-58 / 1599 * 100vw);
	}
	.slide_movie02 .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_movie02 .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_movie02 .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1499px){
	.bg_charm07 .en {
		left: 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_movie02 {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_movie02 .slick-slide {
		margin-right: calc(50 / 1299 * 100vw);
		margin-left: calc(50 / 1299 * 100vw);
	}
	.slide_movie02 .slick-prev, .slide_movie02 .slick-next {
		width: calc(41 / 1299 * 100vw);
		height: calc(74 / 1299 * 100vw);
	}
	.slide_movie02 .slick-prev {
		left: 3%;
	}
	.slide_movie02 .slick-next {
		right: 3%;
	}
	.slide_movie02 .slick-dots {
		bottom: calc(-58 / 1299 * 100vw);
	}
	.slide_movie02 .slick-dots li {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
		margin: 0 calc(8 / 1299 * 100vw);
	}
	.slide_movie02 .slick-dots li button {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_movie02 .slick-dots li button:before {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_movie02 video{
		height: auto;
	}
	.slide_movie02 .slick-slide.slick-center{
		max-width: none;
	}
	.bg_charm07 .ja {
        width: 600px;
    }
	.bg_charm07 .copy {
		font-size: 133.33%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_charm07 .copy {
		font-size: 122.22%;
		margin-bottom: 40px;
	}
}
@media(max-width: 767px) {
	.slide_movie02 {
		padding: 0 3vw 0;
	}
	.slide_movie02 .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slide_movie02 .slick-prev, .slide_movie02 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(53 / 750 * 100vw);
	}
	.slide_movie02 .slick-prev {
		left: -2vw;
	}
	.slide_movie02 .slick-next {
		right: -2vw;
	}
	.slide_movie02 .slick-dots {
		bottom: -8vw;
	}
	.slide_movie02 .slick-dots li {
		margin: 0 1vw;
	}
	.slide_movie02 .slick-dots li, .slide_movie02 .slick-dots li button, .slide_movie02 .slick-dots li button:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.slide_movie02 video{
		height: auto;
	}
	.slide_movie02 .slick-slide.slick-center{
		height: auto;
	}
	.bg_charm07 .en {
		font-size: 312.5%;
		letter-spacing: 0.05em;
		line-height: 1;
        margin: calc(50 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
	}
	.bg_charm07 {
    	padding: 20vw 0;
	}
	.slide_movie01 .slick-initialized .slick-slide{
		height: calc(260 / 750 * 100vw);
		margin-left: calc(10 / 750 * 100vw);
	}
	.slide_movie01 video{
		height: calc(260 / 750 * 100vw);
	}
	.bg_charm07 .ja {
        width: calc(372 / 750 * 100vw);
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
    }
	.bg_charm07 .en {
        width: calc(360 / 750 * 100vw);
        left: 4vw;
        top: -16vw;
	}
	.bg_charm07 .copy {
		text-align: center;
		margin-bottom: 3vw;
		font-size: 100%;
		letter-spacing: 0;
	}
	.bg_charm07 .ja:before{
		content: none;
	}
}

/* お祝い金制度 celeblation
------------------------------------------------------------------*/
.bg_celeblation01 {
	background: url("images/index/img_celebration.jpg") no-repeat center / cover;
	padding: 80px 0 80px;
	position: relative;
	z-index: 0;
}
.ttl_celeblation01 {
	position: relative;
}
.ttl_celeblation01 .en{
	position: absolute;
	top: -30px;
    left: 30px;
	z-index: -1;
}
.ttl_celeblation01 span{
	font-size: 355.55%;
	letter-spacing: .1em;
	position: relative;
	padding-right: 50px;
}
.ttl_celeblation01 span:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_money01.svg") no-repeat left center / cover;
	width: 114px;
	height: 81px;
	right: -80px;
	top: -8px;
	margin: auto;
}
.copy_celeblation01 {
	font-size: 155.55%;
	letter-spacing: .09em;
}
.row_celeblation01 .col{
	max-width: 470px;
	width: 48%;
	border-radius: 10px;
	position: relative;
	padding: 18px 2.5% 30px;
}
.row_celeblation01 .col:before {
	position: absolute;
	content: "";
	background: rgba(251, 212, 28, 0.7);
	width: 100%;
	height: 100%;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -1;
	border-radius: 10px;
}
.row_celeblation01 .col_r:before {
	background: rgba(36, 175, 203, 0.7);
}
.row_celeblation01 .col .ttl {
	font-size: 155.55%;
	border-radius: 25px;
	line-height: 1.8;
}
.row_celeblation01 .num {
	font-size: 444.44%;
	line-height: 1;
	letter-spacing: 0;
}
.row_celeblation01 .ja {
	font-size: 155.55%;
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_celeblation01 span {
		font-size: 300%;
	}
	.copy_celeblation01 {
		font-size: 133.33%;
	}
	.row_celeblation01 .num {
		font-size: 400%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_celeblation01 {
		justify-content: center;
	}
	.row_celeblation01 .col {
		width: 100%;
	}
	.row_celeblation01 .col_l {
		margin-bottom: 60px;
	}
	.copy_celeblation01 {
		font-size: 122.22%;
	}
	.ttl_celeblation01 span {
		font-size: 277.77%;
	}
	.ttl_celeblation01 .en {
		width: 430px;
	}
}
@media(max-width: 767px) {
	.bg_celeblation01 {
		padding: 19vw 0 16vw;
	}
	.row_celeblation01 {
		justify-content: center;
		max-width: calc(587 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_celeblation01 .col .ttl {
		font-size: 109.375%;
		border-radius: calc(25 / 750*100vw);
	}
	.row_celeblation01 .num {
		font-size: 312.5%;
	}
	.row_celeblation01 .col {
		width: 100%;
		border-radius: calc(10 / 750*100vw);
		padding: 3vw 3vw 6vw;
	}
	.row_celeblation01 .col_l {
		margin-bottom: 7vw;
	}
	.row_celeblation01 .col:before {
		right: -2vw;
    	bottom: -2vw;
		border-radius: calc(10 / 750*100vw);
	}
	.copy_celeblation01 {
		font-size: 93.75%;
		letter-spacing: 0;
	}
	.row_celeblation01 .ja {
		font-size: 109.375%;
	}
	.ttl_celeblation01 span {
		font-size: 200%;
		letter-spacing: 0;
		padding-right: 0;
	}
	.ttl_celeblation01 .en {
		width: calc(558 / 750*100vw);
		top: -7vw;
    	left: 1vw;
	}
	.ttl_celeblation01 span:before {
		width: calc(114 / 750*100vw);
		height: calc(82 / 750*100vw);
		right: -13vw;
    	top: 14vw;
	}
}
/* お問い合わせ contact
------------------------------------------------------------------*/
.bg_contact01 {
	padding: 78px 0;
	background: url("images/index/bg_contact.jpg") repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_contact01 .copy01{
	font-size: 188.88%;
	max-width: 880px;
	border-radius: 40px;
	width: 71%;
	letter-spacing: .1em;
	padding: 5px 0 5px 15px;
}
.bg_contact01 .en{
	max-width: 332px;
	width: 27%;
}
.bg_contact01 .copy02{
	font-size: 200%;
	padding: 6px 5%;
	letter-spacing: .1em;
}
.row_contact02 .col {
	max-width: 600px;
	width: 48%;
	position: relative;
	border: solid 2px #252525;
}
.row_contact02 .col a {
	height: 160px;
}
.row_contact02 .col a:before {
	position: absolute;
	content: "";
	background: rgba(37, 37, 37, 0.1);
	width: 100%;
	height:100%;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -1;
}
.row_contact02 .col a:hover:before {
	content: none;
}
.row_contact02 .txt01 {
	font-size: 188.88%;
	letter-spacing: .1em;
	line-height: 1.5;
}
.row_contact02 .tel span{
	font-size: 200%;
	color: #1dafcc;
	position: relative;
	padding-left: 35px;
	line-height: 1.8;
	letter-spacing: 0;
}
.row_contact02 .tel span:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_tel02.svg") no-repeat left center / cover;
	width: 24px;
	height: 34px;
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.row_contact02 .txt02 span{
	font-size: 172.22%;
	color: #1dafcc;
	padding-left: 65px;
	position: relative;
	line-height: 1.5;
	letter-spacing: .15em;
}
.row_contact02 .txt02 span:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_mail.svg") no-repeat left center / cover;
	width: 36px;
	height: 26px;
	left: 8px;
	bottom:0;
	top: 0;
	margin: auto;
}
.row_contact02 .col a{
	align-content: center;
	padding: 0 3%;
}
.row_contact02 .col_r a:after {
	content: "";
	position: absolute;
	border-left: 38px solid rgba(29, 175, 204, 0.2);
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    bottom: -25px;
    right: -6px;
	width: 0;
	height: 0;
	transform: rotate(45deg);
}
.row_contact01 .adjust {
	display: none;
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact01 {
		align-items: center;
	}
	.row_contact02 .txt01 {
		font-size: 144.44%;
	}
	.bg_contact01 .copy02 {
		font-size: 177.77%;
	}
	.bg_contact01 .copy01 {
		font-size: 155.55%;
		line-height: 1.5;
	}
	.row_contact01 .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_contact01 {
		justify-content: center;
	}
	.bg_contact01 .en {
		width: 100%;
		margin-bottom: 40px;
	}
	.bg_contact01 .copy01 {
		width: 100%;
		max-width: 680px;
	}
	.bg_contact01 .copy02 {
		font-size: 155.55%;
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_contact02 {
		justify-content: center;
	}
	.row_contact02 .col {
		width: 100%;
	}
	.row_contact02 .col:not(:last-child) {
		margin-bottom: 40px;
	}
	.row_contact02 .txt01 {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.row_contact01 {
		justify-content: center;
		margin-bottom: 5vw;
	}
	.row_contact01 .adjust {
		display: block;
	}
	.bg_contact01 {
		padding: 8vw 0 9vw;
	}
	.bg_contact01 .en {
		max-width: calc(332 / 750*100vw);
		margin-bottom: 5vw;
		width: 100%;
	}
	.bg_contact01 .copy01 {
		width: 100%;
		max-width: 100%;
		font-size: 112.5%;
		padding: 1vw;
		line-height: 1.5;
		letter-spacing: 0;
		border-radius: calc(40 / 750*100vw);
	}
	.bg_contact01 .copy02 {
		font-size: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 2vw 2vw;
		letter-spacing: .13em;
		margin-bottom: 5vw;
	}
	.row_contact02 {
		justify-content: center;
		max-width: calc(648 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_contact02 .col {
		width: 100%;
		max-width: 100%;
		border: solid 1px #252525;
	}
	.row_contact02 .col a {
		height: calc(180 / 750*100vw);
	}
	.row_contact02 .col a:before {
		right: -2vw;
    	bottom: -2vw;
	}
	.row_contact02 .col:not(:last-child) {
		margin-bottom: 7vw;
	}
	.row_contact02 .txt01 {
		width: 100%;
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.row_contact02 .tel span {
		font-size: 175%;
		padding-left: 10vw;
    	line-height: 1.5;
	}
	.row_contact02 .tel span:before {
		width: calc(37 / 750*100vw);
		height: calc(52 / 750*100vw);
		left: 2vw;
	}
	.row_contact02 .txt02 span:before {
		width: calc(36 / 750*100vw);
		height: calc(27 / 750*100vw);
		left: 2vw;
	}
	.row_contact02 .txt02 span {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.6;
		padding-left: 9vw;
	}
	.row_contact02 .col_r a:after {
		border-left: calc(38 / 750*100vw) solid rgba(29, 175, 204, 0.2);
		border-top: calc(38 / 750*100vw) solid transparent;
		border-bottom: calc(38 / 750*100vw) solid transparent;
		bottom: -3.5vw;
		right: -1vw;
		width: 0;
		height: 0;
		transform: rotate(45deg);
	}
}
/* 魅力 pick
------------------------------------------------------------------*/
.pick {
	padding:110px 0 100px;
}
.ttl_pick {
	position: relative;
	margin-left: 80px;
}
.ttl_pick .en {
	position: absolute;
	left: 4px;
    top: -73px;
	z-index: -1;
}
.ttl_pick .txt01 {
	font-size: 333.33%;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-right: 15px;
}
.ttl_pick .txt02 {
	position: relative;
}
.ttl_pick .txt02:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_pickup01.png") no-repeat left center / cover;
	width: 133px;
	height: 120px;
	right: -158px;
    bottom: 15px;
	top: 0;
	margin: auto;
}
.ttl_pick .txt03 {
	font-size: 222.22%;
	line-height: 1.5;
    letter-spacing: .1em;
}
.wrap_pick01 {
	padding: 50px 5% 60px;
	position: relative;
}
.wrap_pick01 .deco01 {
	position: absolute;
	top: -57px;
	left: 10px;
}
.wrap_pick01 .ja{
	font-size: 266.66%;
	line-height: 1.5;
	letter-spacing: .1em;
}
.wrap_pick01 .en{
	font-size: 108.33%;
	letter-spacing: .12em;
}
.row_pick01 {
	max-width: 1340px;
}
.row_pick01 .box_charm01 {
	max-width: 420px;
	width: 31%;
	position: relative;
	padding: 40px 3% 50px;
}
.row_pick01 .box_charm01 .num {
	width: 76px;
	height: 76px;
	position: absolute;
	left: 40px;
	top: -38px;
	font-size: 194.44%;
	border-radius: 50%;
	color: #fff;
	margin: 0;
}
.row_pick01 .box_charm01:after {
	content: none;
}

.row_pick01 .box_charm01 .copy {
	font-size: 166.66%;
	padding-bottom: 12px;
	line-height: 2.1;
	border-bottom: dotted 2px #17a62f;
}
.wrap_pick01.right {
	background: #effff2;
}
.wrap_pick01.right .deco01 {
	top: -57px;
	right: 50px;
	left: auto;
}

.wrap_pick01.technician .deco01{
	top: -40px;
}
@media(min-width: 768px) and (max-width:1799px) {
	.row_pick01 .box_charm01 .copy {
		font-size: 144.44%;
		line-height: 1.5;
	}
	.row_pick01 .txt {
		text-align: left;
	}
}
@media(min-width: 1299px) and (max-width:1499px) {
	.row_pick01 .box_charm01 {
		width: 32%;
	}
	.row_pick01 .box_charm01 .copy {
		font-size: 133.33%;
	}
}
@media(min-width: 768px) and (max-width:1499px) {
	.ttl_pick {
		margin-left: 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_pick .txt02:before {
		width: 99px;
		height: 89px;
		right: -55px;
		bottom: -133px;
	}
	.ttl_pick .txt01 {
		font-size: 288.88%;
	}
	.ttl_pick .txt02 {
		width: 400px;
	}
	.ttl_pick .en {
		width: 430px;
		left: 4px;
    	top: -95px;
	}
	.wrap_pick01 .deco01 {
		top: 55px;
		width: 300px;
		left: -638px;
		right: 0;
		margin: auto;
	}
	.wrap_pick01.right .deco01 {
		top: 35px;
    	right: -605px;
		left: 0;
	}
	.wrap_pick01 .ja {
		font-size: 233.33%;
	}
	.row_pick01 {
		max-width: 765px;
	}
	.row_pick01 .box_charm01 .copy {
		font-size: 144.44%;
		line-height: 1.5;
	}
	.row_pick01 .box_charm01 {
		width: 48%;
	}
	.row_pick01 .box_charm01:last-child {
		margin-top: 60px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_pick .txt01 {
		width: 100%;
		margin-bottom: 20px;
	}
	.ttl_pick .txt02:before {
		right: -90px;
		top: -90px;
		bottom: auto;
	}
	.row_pick01 .box_charm01 .copy {
		font-size: 122.22%;
	}
	.row_pick01 .box_charm01 {
		width: 48%;
		max-width: 550px;
	}
	
	.wrap_pick01>.ttl {
		margin-left: 215px;
	}
	.wrap_pick01.right>.ttl {
		margin-right: 160px;
		margin-left: auto;
	}
	.wrap_pick01 .deco01 {
		left: -410px;
	}
	.wrap_pick01.right .deco01 {
		right: -420px;
	}
}
@media(max-width: 767px) {
	.pick {
		padding: 21vw 0 3vw;
	}
	.ttl_pick {
		margin-left: 0;
	}
	.ttl_pick .en {
		width: calc(496 / 750*100vw);
		left: 3vw;
    	top: -15vw;
	}
	.ttl_pick .txt01 {
		width: 100%;
		margin-bottom: 4vw;
		font-size: 187.5%;
		letter-spacing: 0;
		margin-right: 0;
	}
	.ttl_pick .txt02 {
		width: calc(477 / 750*100vw);
	}
	.ttl_pick .txt02:before {
		right: -14vw;
    	top: -14vw;
		bottom: auto;
		width: calc(133 / 750*100vw);
		height: calc(120 / 750*100vw);
	}
	.ttl_pick .txt03 {
		font-size: 125%;
		letter-spacing: .06em;
	}
	.ttl_pick .txt_wrap {
		margin-bottom: 3vw;
	}
	.wrap_pick01.hygienist .row_pick01 .box_charm01 {
		padding-bottom: 4vw;
	}
	.row_pick01 {
		justify-content: center;
		max-width: 100%;
	}
	.row_pick01 .txt {
		text-align: left;
	}
	.row_pick01 .box_charm01 {
		width: 100%;
		max-width: 100%;
		padding: 5vw 10vw 4vw;
	}
	.row_pick01 .box_charm01 .copy {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.5;
		margin-bottom: 1vw;
		border-bottom: dotted 1px #17a62f;
	}
	.row_pick01 .box_charm01 .num {
		width: calc(85 / 750*100vw);
		height: calc(85 / 750*100vw);
		font-size: 121.875%;
		left: 8vw;
    	top: -6vw;
	}
	.row_pick01 .box_charm01:nth-child(n+2) {
		margin-top: 8vw;
	}
	.wrap_pick01 {
		padding: 6vw 4vw 8vw;
	}
	.wrap_pick01:not(:last-child){
		margin-bottom: 10vw;
	} 
	.wrap_pick01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.wrap_pick01 .en {
		font-size: 93.75%;
		line-height: 1;
		letter-spacing: .05em;
		margin-bottom: 10vw;
	}
	.wrap_pick01.right .deco01 {
		top: -7vw;
    	right: -1vw;
	}
	.wrap_pick01 .deco01 {
		width: calc(434 / 750*100vw);
		top: -5.5vw;
    	left: -2vw;
	}
	.wrap_pick01>.ttl {
		margin-right: -40vw;
	}
	.wrap_pick01.right>.ttl {
		margin-right: 51vw;
		margin-left: auto;
	}
	.wrap_pick01.assistant  .deco01{
		top: -8.5vw;
	}
	.wrap_pick01.technician .deco01{
		top: -8vw;
	}
}
/* support 支援
------------------------------------------------------------------*/
.bg_support01 {
	padding: 75px 0 80px;
	position: relative;
}
.bg_support01 .deco01 {
	position: absolute;
	top: 0;
	left: 0; 
}
.bg_support01 .deco02 {
	position: absolute;
	bottom: 0;
	right: 0; 
	transform: rotateY(180deg)rotateX(180deg);
	z-index: 1;
}
.bg_support01 .ttl {
	font-size: 333.33%;
	letter-spacing: .1em;
	position: relative;
}
.bg_support01 .ttl:before {
	position: absolute;
	content: "";
	background: url("images/index/deco_support01.png") no-repeat left center / cover;
	width: 65px;
	height: 73px;
	left: 60px;
    bottom: 0;
    top: -5px;
	margin: auto;
}
.bg_support01 .ttl:after {
	position: absolute;
	content: "";
	background: url("images/index/deco_support02.png") no-repeat left center / cover;
	width: 55px;
	height: 71px;
	right: 60px;
    bottom: 8px;
	margin: auto;
}
.bg_support01 .ttl .txt {
	line-height: 1.5;
}
.bg_support01 .en {
	font-size: 222.22%;
	letter-spacing: .1em;
}
.bg_support01 .copy {
	font-size: 155.55%;
	letter-spacing: .1em;
}
.row_support01 {
	position: relative;
	z-index: 2;
}
.row_support01 .col a{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	position: relative;
	font-size: 166.66%;
	line-height: 1.5;
}
.row_support01 .col a:before {
	position: absolute;
	content: "";
	left: 10px;
	bottom: 10px;
	top: 10px;
	right: 10px;
	margin: auto;
	border: dotted 2px #17a62f;
	border-radius: 50%;
}
.row_support01 .col a:after {
	position: absolute;
	content: "";
	background: url("images/index/arw01.svg") no-repeat left center / cover;
	width: 28px;
	height: 28px;
	left: 0;
	right: 0;
	bottom:36px;
	margin: auto;
	z-index: 1;
}
.row_support01 .col:nth-child(2n) {
	margin-top: 60px;
}
.bg_support02 {
	padding: 100px 0 100px;
	position: relative;
	z-index: 1;
}
.row_support02 .col {
	max-width: 770px;
	width: 48%;
	padding: 73px 2% 90px;
	border: solid 1px #252525;
	position: relative;
}
.row_support02 .col:before {
	position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.1);
    width: 100%;
    height: 100%;
    right: -20px;
    bottom: -20px;
	z-index: -1;
}
.row_support02 .col:after {
	position: absolute;
	content: "";
	background: url("images/index/deco_support03.png") no-repeat left center / cover;
	width: 73px;
	height: 101px;
	right: 50px;
    top: 40px;
	margin: auto;
}
.row_support02 .col03:after {
	content: none;
}
.row_support02 .deco01{
	position: absolute;
	bottom: 0;
	left: 0;
}
.row_support02 .txt {
	position: relative;
	z-index: 1;
	text-align: left;
}
.row_support02 .ttl {
	font-size: 277.77%;
	position: relative;
	z-index: 1;
	letter-spacing: .1em;
}
.row_support02 .en {
	position: absolute;
}
.row_support02 .col01 .en{
	top: 35px;
    left: 65px
}
.row_support02 .col02 .en{
	top: 73px;
    left: 40px;
}
.row_support02 .col03 .en{
	top: 58px;
    left: 43px;
}
.row_support02 .col04 .en{
	top: 70px;
    left: 45px;
}
.row_support02 .col:nth-child(n+3) {
	margin-top: 80px;
}
.row_support02 .copy {
	font-size: 155.55%;
	padding-bottom: 35px;
	border-bottom: dotted 2px #17a62f;
	position: relative;
	z-index: 1;
	letter-spacing: .1em;
}
.circle_support01 {
	width: 241px;
	height: 241px;
	border-radius: 50%;
	font-size: 155.55%;
	position: absolute;
	top: -40px;
	right: -22px;
	align-content: center;
	padding-bottom: 30px;
}
.circle_support01:before {
	position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    margin: auto;
    border: dotted 1px #fff;
    border-radius: 50%;
	z-index: 1;
}
.circle_support01 .num {
	font-size: 142.85%;
}
.circle_support01 .icn {
	width: 100%;
}
.circle_support01 span{
	line-height: 1.3;
}

.bg_support01 .copy .adjust {
	display: none;
}
@media(min-width: 768px) and (max-width:1799px) {
	.row_support02 .ttl {
		font-size: 244.44%;
	}
	.row_support02 .col:after {
		width: 50px;
		height: 67px;
		right: 20px;
		top: 15px;
	}
	.circle_support01 {
		width: 200px;
    	height: 200px;
		font-size: 122.22%;
	}
	.row_support02 .txt {
		text-align: left;
	}
}
@media(min-width: 768px) and (max-width:1499px) {
	.bg_support01 .ttl {
		font-size: 300%;
	}
	.row_support02 .en {
		width: 285px;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_support01 .copy {
		font-size: 155.55%;
	}
	.bg_support01 .copy .adjust {
		display: block;
	}
	.bg_support01 .ttl {
		font-size: 255.55%;
	}
	.bg_support01 .ttl:before {
		left: -10px;
		bottom: 0;
		top: -110px;
	}
	.bg_support01 .ttl:after {
		right: 12px;
    	bottom: -75px;
	}
	.row_support01 {
		max-width: 850px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_support01 .col a {
		width: 200px;
    	height: 200px;
		font-size: 122.22%;
	}
	.row_support01 .col a:before {
		left: 5px;
		bottom: 5px;
		top: 5px;
		right: 5px;
	}
	.row_support01 .col a:after {
		bottom: 25px;
	}
	.row_support02 .ttl {
		font-size: 188.88%;
	}
	.row_support02 .copy {
		font-size: 133.33%;
	}
	.circle_support01 .icn {
		margin-bottom: 10px;
	}
	.circle_support01 {
		width: 170px;
		height: 170px;
		font-size: 100%;
		padding-bottom: 15px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_support01 .ttl .txt01 {
		margin-left: 225px;
		width: 100%;
	}
	.bg_support01 .ttl .img {
		width: 150px;
	}
	
	.row_support01 {
		max-width: 455px;
	}
	.bg_support01 .ttl:after {
		right: -580px;
    	left: 0;
		bottom: 5px;
	}
	.bg_support01 .ttl:before {
		left: 130px;
		bottom: 0;
		top: -75px;
	}
	.row_support02 {
		justify-content: center;
	}
	.row_support02 .col {
		width: 100%;
		padding: 73px 5% 90px;
	}
	.row_support02 .col:nth-child(n+2) {
		margin-top: 70px;
	}
}
@media(max-width: 767px) {
	.bg_support01 {
		padding: 11vw 0 16vw;
	}
	.bg_support01 .ttl {
		font-size: 187.5%;
		align-items: center;
		margin-bottom: 3vw;
		letter-spacing: 0;
	}
	.bg_support01 .ttl .txt {
		line-height: 1.4;
	}
	.bg_support01 .ttl .txt01 {
		margin-left: 27vw;
		width: 100%;
		margin-bottom: 2vw;
	}
	.bg_support01 .ttl .img {
		width: calc(171 / 750*100vw);
		margin-right: 3vw;
    	line-height: 1;
	}
	.bg_support01 .en {
		font-size: 125%;
		line-height: 1.4;
    	margin-bottom: 1vw;
		letter-spacing: .05em;
	}
	.bg_support01 .copy {
		font-size: 93.75%;
		letter-spacing: 0;
	}
	.row_support01 {
		max-width: calc(660 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.bg_support01 .copy .adjust {
		display: block;
	}
	.bg_support01 .ttl:after {
		right: 1vw;
		left: auto;
    	bottom: 2vw;
		width: calc(55 / 750*100vw);
		height: calc(71 / 750*100vw);
	}
	.bg_support01 .ttl:before {
		left: 15vw;
		bottom: 0;
		top: -12vw;
		width: calc(65 / 750*100vw);
		height: calc(73 / 750*100vw);
	}
	.row_support01 .col:nth-child(2) {
		margin-top: 0;
	}
	.row_support01 .col:nth-child(3) {
		margin-top: 5vw;
	}
	.row_support01 .col:nth-child(4) {
		margin-top: 5vw;
	}
	.row_support01 .col:nth-child(4) span {
		margin-bottom: 3vw;
	}
	.row_support01 .col a {
		width: calc(302 / 750*100vw);
		height: calc(302 / 750*100vw);
		font-size: 100%;
		line-height: 1.5;
	}
	.row_support01 .col a span {
		margin-bottom: 1vw;
	}
	.row_support01 .col a:before {
		left: 1vw;
		bottom: 1vw;
		top: 1vw;
		right: 1vw;
		border: dotted 1px #17a62f;
	}
	.row_support01 .col a:after {
		width: calc(31 / 750*100vw);
		height: calc(31 / 750*100vw);
		bottom: 6vw;
	}
	.row_support02 {
		justify-content: center;
	}
	.row_support02 .col {
		width: 100%;
	}
	.row_support02 .col:nth-child(n+2) {
		margin-top: 70px;
	}
	.bg_support02 {
		padding: 9vw 0 11vw;
	}
	.row_support02 .col {
		max-width: 100%;
		padding: 10vw 3vw 8vw;
		border: solid 1px #252525;
	}
	.row_support02 .col:before {
		right: -3vw;
    	bottom: -3vw;
	}
	.row_support02 .col01 .en {
		width: calc(427 / 750*100vw);
		top: 5vw;
    	left: 5vw;
	}
	.row_support02 .ttl {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.row_support02 .copy {
		font-size: 93.75%;
		padding-bottom: 4vw;
		letter-spacing: 0;
		border-bottom: dotted 1px #17a62f;
		margin-bottom: 6vw;
	}
	.row_support02 .col:after {
		width: calc(73 / 750*100vw);
		height: calc(101 / 750*100vw);
		right: 4vw;
    	top: 5vw;
	}
	.row_support02 .col02 .en {
		width: calc(285 / 750*100vw);
		top: 9vw;
    	left: 4vw;
	}
	.row_support02 .col03 .en {
		width: calc(260 / 750*100vw);
		top: 7vw;
    	left: 5vw;
	}
	.row_support02 .col04 .en {
		width: calc(274 / 750*100vw);
		top: 7vw;
    	left: 5vw;
	}
	.circle_support01 {
		width: calc(241 / 750*100vw);
		height: calc(241 / 750*100vw);
		font-size: 100%;
		position: absolute;
		top: auto;
		bottom: -8vw;
    	right: 2vw;
		padding-bottom: 4vw;
	}
	.row_support02 .col:nth-child(n+2) {
		margin-top:9vw;
	}
	.row_support02 .col:nth-child(3) {
		padding-bottom: 16vw;
	}
	.row_support02 .col:nth-child(4) {
		padding-bottom: 12vw;
		margin-top: 12vw;
	}
	.circle_support01:before {
		left: 1vw;
		right: 1vw;
		bottom: 1vw;
		top: 1vw;
	}
	.circle_support01 span {
		width: 100%;
		line-height: 1.2;
	}
	.circle_support01 .icn {
		width: calc(36 / 750*100vw);
	}
	.row_support02 .txt {
		text-align: left;
	}
	.row_support02 .col03:after {
		content: ""!important;
		width: calc(73 / 750*100vw);
		height: calc(101 / 750*100vw);
		right: 4vw;
		top: 5vw;
		position: absolute;
		background: url(images/index/deco_support03.png) no-repeat left center / cover;
		margin: auto;
	}
}
/* 求職者の方へ recruit
------------------------------------------------------------------*/
.bg_recruit01 {
	position: relative;
	padding: 97px 0 80px;
}
.bg_recruit01 .deco01 {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.bg_recruit01:before {
	position: absolute;
	content: "";
	background: url(images/index/note_pat_01.png) repeat center / auto;
	width: 100%;
	height:392px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_recruit01 .ja {
	font-size: 222.22%;
	line-height: 1.5;
	letter-spacing: .1em;
}
.bg_recruit01 .copy {
	font-size: 155.55%;
	letter-spacing: .1em;
}
.bg_recruit02 {
	position: relative;
	padding: 60px 0 80px;
}
.bg_recruit02 .deco{
	position: absolute;
}
.bg_recruit02 .deco01 {
	top: -143px;
	left: 106px;
}
.bg_recruit02 .deco02 {
	bottom: -43px;
	left: 221px;
}
.bg_recruit02 .deco03 {
	top: -43px;
    right: 121px;
}
.bg_recruit02 .deco04 {
	bottom: -74px;
    right: 84px;
}
.row_recruit01 .col {
	max-width: 420px;
	width: 32%;
	height: 250px;
	position: relative;
	border: solid 1px #252525;
}
.row_recruit01 .col:before {
	position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.1);
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}
.row_recruit01 .num {
	font-size: 194.44%;
	letter-spacing: .1em;
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	margin: auto;
	width: 76px;
	height: 76px;
	border-radius: 50%;
}
.row_recruit01 .txt {
	font-size: 166.66%;
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_recruit01 .txt {
		font-size: 133.33%;
	}
	.bg_recruit01 .en {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_recruit01 .col {
		width: 48%;
	}
	.row_recruit01 .col:last-child {
		margin-top: 60px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_recruit01 .col
	.row_recruit01 {
		justify-content: center;
		max-width: 750px;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_recruit01:before {
		height: 940px;
	}
	.bg_recruit02 .deco {
		width: 200px;
	}
	.bg_recruit02 .deco01{
		left: 25px;
		top: -105px;
	}
	.bg_recruit02 .deco02 {
		left: 48px;
	}
	.bg_recruit02 .deco03 {
		right: 5px;
	}
	.bg_recruit02 .deco04 {
		right: 84px;
	}
}
@media(max-width: 767px) {
	.bg_recruit01 {
		padding: 10vw 0 11vw;
	}
	.bg_recruit01 .en {
		width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4vw;
	}
	.bg_recruit01 .ja {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.bg_recruit01 .copy {
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_recruit01 .col:before {
		right: -2vw;
    	bottom: -2vw;
	}
	.row_recruit01 .txt {
		font-size: 125%;
		line-height: 1.5;
	}
	.row_recruit01 .col {
		width: 100%;
		max-width: calc(648 / 750*100vw);
		height: calc(251 / 750*100vw);
	}
	.row_recruit01 .col:nth-child(n+2) {
		margin-top: 10vw;
	}
	.row_recruit01 .num {
		font-size: 143.75%;
		width: calc(95 / 750*100vw);
		height: calc(95 / 750*100vw);
		top: -7vw;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.row_recruit01 .col:nth-child(n+2) {
		margin-top: 11vw;
	}
	.row_recruit01 {
		justify-content: center;
		max-width:100%;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_recruit01:before {
		height: calc(946 / 750*100vw);
		background: url(images/index/note_pat_01_sp.png) repeat center / cover;
	}
	.bg_recruit02 {
		padding: 13vw 0 16vw;
	}
	.bg_recruit02 .deco {
		width: calc(200 / 750*100vw);
	}
	.bg_recruit02 .deco01{
		left: -17vw;
		top: 31vw;
		width: calc(440 / 750*100vw);
	}
	.bg_recruit02 .deco02 {
		left: 0;
    	bottom: 1vw;
		width: calc(250 / 750*100vw);
	}
	.bg_recruit02 .deco03 {
		right: -2vw;
		top: 32vw;
		width: calc(200 / 750*100vw);
	}
	.bg_recruit02 .deco04 {
		right: -16vw;
		bottom: 13vw;
    	width: calc(400 / 750*100vw);
	}
}
/* FLOW 採用までの流れ
------------------------------------------------------------------*/
.bg_flow01 {
	position: relative;
	padding: 100px 0 90px;
	z-index: 1;
}
.bg_flow01 .ttl .txt {
	font-size: 277.77%;
	margin-left: 50px;
	letter-spacing: .1em;
}
.bg_flow01:before {
	position: absolute;
	content: "";
	background: #effff2;
	width: 100%;
	height:440px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_flow01 .deco01 {
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.bg_flow01>.txt {
	font-size: 277.77%;
}
.row_flow01 .col {
	width: 190px;
	height: 190px;
	position: relative;
	border: solid 1px #17a62f;
	border-radius: 50%;
	background: #fff;
}
.row_flow01 .col:not(:last-child):before {
	position: absolute;
	content: "";
	background: url("images/index/arw01.svg") no-repeat left center / cover;
	width: 28px;
	height:28px;
	right: -52px;
    bottom: 0;
    top: 15px;
	margin: auto;
	transform: rotate(-90deg);
}
.row_flow01 .txt {
	font-size: 166.66%;
}
.row_flow01 .num {
	font-size: 194.44%;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	position: absolute;
	top: -13px;
    left: -2px;
}
.slide_sample06 .slide_main {
	max-width: 1120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.slide_sample06 .slick-prev {
	background: url("images/index/slide_arw01.svg")no-repeat center / cover;
	width: 30px;
	height: 54px;
	transform: translate(0);
	top: 0;
	bottom: 75px;
	margin: auto;
	left: -2.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/index/slide_arw01.svg)no-repeat center / cover;
	width: 30px;
	height: 54px;
	right: -2.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 75px;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_flow li {
	position: relative!important;
	padding-left: 60px!important;
	padding-right: 60px!important;
	padding-bottom: 140px!important;
}
.slide_flow .box {
	border-bottom: solid 1px #252525;
	border-top: solid 1px #252525;
	left: 0;
	bottom: 10px;
	position: absolute;
	max-width: 681px;
	width: 100%;
	padding: 38px 2% 38px 4%;
}
.slide_flow .box:before {
	position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.1);
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}
.slide_flow .num {
	font-size: 194.44%;
	width: 77px;
	height: 77px;
	border-radius: 50%;
}
.slide_flow .txt_wrap {
	width: calc(100% - 100px);
}
.slide_flow .ttl {
	font-size: 155.55%;
	line-height: 1.5;
}
.slick-slide img.sp_only {
	display: none;
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_flow01 .deco01 {
		width: 700px;
	}
	.row_flow01 .num {
		font-size: 155.55%;
		width: 60px;
		height: 60px;
	}
	.row_flow01 .col {
		width: 160px;
    	height: 160px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_sample06 .slide_main {
		max-width: 600px;
	}
	.row_flow01 {
		max-width: 530px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_flow01 .col:nth-child(2) {
		margin-right: 135px;
	}
	.row_flow01 .col:nth-child(3) {
		margin-left: 135px;
	}
	.row_flow01 .col:nth-child(3):after {
		position: absolute;
		content: "";
		background: url(images/index/arw01.svg) no-repeat left center / cover;
		width: 28px;
		height: 28px;
		left: -52px;
		bottom: 0;
		top: 15px;
		margin: auto;
		transform: rotate(-90deg);
	}
	.bg_flow01 .ttl .txt {
		font-size: 244.44%;
	}
	.bg_flow01 .ttl .en {
		width: 250px;
	}
	.slide_flow li {
		padding-left: 0!important; 
    	padding-right: 0!important; 
    	padding-bottom: 170px!important;
	}
	.slide_flow .box {
		max-width: 580px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.slide_sample06 .slick-prev {
		left: -7.2%;
	}
	.slide_sample06 .slick-next {
		right: -7.2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
	.slide_sample06 .slide_main {
		max-width: calc(600 / 750*100vw);
	}
	.row_flow01 {
		max-width: calc(640 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 9vw;
	}
	.row_flow01 .col {
		width: calc(190 / 750*100vw);
		height: calc(190 / 750*100vw);
	}
	.row_flow01 .col:nth-child(n+3) {
		margin-top: 1vw;
	}
	.row_flow01 .txt {
		font-size: 125%;
	}
	.row_flow01 .num {
		width: calc(76 / 750*100vw);
		height: calc(77 / 750*100vw);
		font-size: 109.37%;
		top: -2vw;
    	left: 0vw;
	}
	.row_flow01 .col:nth-child(2) {
		margin-right: 24vw;
	}
	.row_flow01 .col:nth-child(3) {
		margin-left: 24vw;
	}
	.row_flow01 .col:not(:last-child):before {
		width: calc(28 / 750*100vw);
		height: calc(28 / 750*100vw);
		right: -7.7vw;
		top: 1vw;
	}
	.row_flow01 .col:nth-child(3):after {
		position: absolute;
		content: "";
		background: url(images/index/arw01.svg) no-repeat left center / cover;
		width: calc(28 / 750*100vw);
		height: calc(28 / 750*100vw);
		left: -7.7vw;
		bottom: 0;
		top: 2vw;
		margin: auto;
		transform: rotate(-90deg);
	}
	.bg_flow01 {
		padding: 17vw 0 9vw;
	}
	.bg_flow01 .ttl {
		justify-content: center;
		margin-bottom: 12vw;
	}
	.slide_flow .ttl {
		font-size: 100%;
		margin-bottom: 0;
	}
	.slide_flow .txt {
		font-size: 87.5%;
		line-height: 1.5;
	}
	.slide_flow .txt_wrap {
		width: calc(100% - calc(75 / 750*100vw));
	}
	.slide_flow .box:before {
		content: none;
	}
	.bg_flow01 .ttl .txt {
		font-size: 156.25%;
		margin-left: 4vw;
    	letter-spacing: 0;
	}
	.bg_flow01:before {
		height: calc(480 / 750*100vw);
	}
	.bg_flow01 .ttl .en {
		width: calc(259 / 750*100vw);
	}
	.slide_flow .num {
		width: calc(66 / 750*100vw);
		height: calc(66 / 750*100vw);
		font-size: 93.75%;
		letter-spacing: .1em;
		margin-top: 2vw;
	}
	.slide_flow li {
		padding-left: 0!important; 
    	padding-right: 0!important; 
    	padding-bottom: calc(170 / 750*100vw)!important;
	}
	.slide_flow .box {
		max-width: calc(580 / 750*100vw);
		left: 0;
		right: 0;
		margin: auto;
		padding: 2vw 3vw 2vw 4vw;
		border: 1px solid #252525;
	}
	.slide_sample06 .slick-prev {
		left: -7.2%;
	}
	.slide_sample06 .slick-next {
		right: -7.2%;
	}
	.slick-slide img.sp_only {
		display: block;
	}
	.slick-slide img.tb_pc {
		display: none;
	}
}
/* 研修 training
------------------------------------------------------------------*/
.bg_training01 {
	padding: 100px 0 100px;
}
.bg_training01 .ttl>.ja {
	font-size: 277.77%;
	letter-spacing: .09em;
}
.bg_training01 .ttl>.en {
	margin-right: 55px;
}
.box_training01 {
	padding: 45px 5% 60px;
}
.box_training01 .ja {
	font-size: 266.66%;
	line-height: 1.5;
	letter-spacing: .1em;
}
.box_training01 .en {
	font-size: 108.33%;
	letter-spacing: .12em;
}
.row_training01 {
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
}
.row_training01 .col {
	max-width: 280px;
	width: 21%;
	padding: 40px 2% 30px;
	border: solid 1px #252525;
	position: relative;
}
.row_training01 .col:not(:last-child):before {
	position: absolute;
	content: "";
	background: url("images/index/arw02.svg") no-repeat left center / cover;
	width: 28px;
	height:28px;
	right: -19%;
    bottom: 0;
    top: 15px;
	margin: auto;
}
.box_training01.green .row_training01 .col:not(:last-child):before {
	background: url("images/index/arw01.svg") no-repeat left center / cover;
	transform: rotate(-90deg);
}
.row_training01 .circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	font-size: 166.66%;
	line-height: 1.3;
}

.row_training01 .num {
	font-size: 133.33%;
}
@media(min-width: 768px) and (max-width:1599px){
	.bg_training01 .ttl>.en {
		margin-right: 0;
	}
	.bg_training01 .ttl>.ja {
		width: 100%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_training01 .col {
		width: 45%;
		max-width: 100%;
	}
	.row_training01 .col:nth-child(n+3) {
		margin-top: 70px;
	}
	.row_training01 {
		max-width: 950px
	}
	.row_training01 .col:nth-child(1):before {
		right: -15%;
	}
	.row_training01 .col:nth-child(2):before {
		right: 0;
		left: 0;
		bottom: -13%;
		top: auto;
		transform: rotate(90deg);
	}
	.row_training01 .col:nth-child(3):before {
		left: -15%;
		right: auto;
		transform: rotate(180deg);
	}
	.row_training01 .col:nth-child(3) {
		order: 4;
	}
	.box_training01.green .row_training01 .col:nth-child(2):before {
		transform: rotate(0);
	}
	.box_training01.green .row_training01 .col:nth-child(3):before {
		transform: rotate(90deg);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_training01 .ttl>.ja {
		font-size: 233.33%;
		width: 100%;
	}
	.bg_training01 .ttl>.en {
		margin-right: auto;
		margin-left: auto;
		width: 400px;
	}
	.row_training01 .col:nth-child(1):before {
		right: -17%;
	}
	.row_training01 .col:nth-child(2):before {
		bottom: -12%;
	}
	.row_training01 .col:nth-child(3):before {
		left: -15%;
		right: auto;
	}
}
@media(max-width: 767px) {
	.bg_training01 {
		padding: 14vw 0 11vw;
		background: url(images/index/note_pat_01_sp.png) repeat center / calc(750 / 750*100vw);
	}
	.bg_training01 .ttl {
		margin-bottom: 9vw;
	}
	.bg_training01 .ttl>.ja {
		font-size: 156.25%;
		width: 100%;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.bg_training01 .ttl>.en {
		margin-right: auto;
		margin-left: auto;
		width: calc(432 / 750*100vw);
		margin-bottom: 3vw;
	}
	.box_training01 {
		padding: 7vw 4vw 10vw;
	}
	.box_training01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.box_training01 .en {
		font-size: 93.75%;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.row_training01 {
		max-width: 100%;
	}
	.row_training01 .col {
		width: 100%;
		max-width: 100%;
		padding: 5vw 5vw 5vw;
	}
	.row_training01 .circle {
		width: calc(180 / 750*100vw);
		height: calc(180 / 750*100vw);
		font-size: 125%;
		margin-bottom: 3vw;
	}
	.row_training01 .col:nth-child(1):before {
		right: 0;
	}
	.row_training01 .col:not(:last-child):before {
		width: calc(40 / 750*100vw);
		height: calc(40 / 750*100vw);
		right: 0;
		left: 0;
		top: auto;
		bottom: -7vw;
		transform: rotate(90deg);
	}
	.box_training01.green .row_training01 .col:not(:last-child):before {
		transform: rotate(0deg);
	}
	.row_training01 .col:not(:last-child) {
		margin-bottom: 8vw;
	}
}
/* 院長からのメッセージ greeting
------------------------------------------------------------------*/
.bg_greeting01 {
	padding: 95px 0 0;
}
.ttl_greeting {
	margin-left: 10px;
}
.ttl_greeting .en {
	z-index: 1;
	left: -83px;
    top: -22px;
}
.ttl_greeting .txt01 {
	z-index: 1;
	position: relative
}
.ttl_greeting .txt02 {
	z-index: 1;
	position: relative
}
.ttl_greeting .txt02:before {
	content: none;
}
.wrap_greeting01 {
	height: 700px;
	position: relative;
	z-index: 1;
}
.wrap_greeting01:before {
	position: absolute;
	content: "";
	background: url("images/index/bg_deco_hygientist01.png") no-repeat center / cover;
	width: 18%;
	height:700px;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.wrap_greeting01:after {
	position: absolute;
	content: "";
	background: url("images/index/img_greeting01.jpg") no-repeat center / cover;
	width: 82%;
	height:700px;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_greeting01 {
	position: absolute;
	bottom: -75px;
	right: 0;
	left: 0;
	max-width: calc(1600px + 10%);
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
}
.row_greeting01 .col_l {
	max-width: 800px;
	width: 50%;
	position: relative;
	z-index: 1;
}
.row_greeting01 .col_l .box_charm01 {
	padding: 45px 5% 60px;
}
.row_greeting01 .col_l .copy {
	font-size: 200%;
	line-height: 2;
	padding-bottom: 20px;
}
.row_greeting01 .col_r {
	max-width: 645px;
	width: 45%;
	margin-top: 30px;
}
.row_greeting01 .col_r .name {
	height: 130px;
	width: 100%;
}
.row_greeting01 .col_r .label {
	font-size: 166.66%;
	padding: 6px 5%;
	margin-right: 30px;
}
.row_greeting01 .col_r .ja {
	font-size: 222.22%;
	margin-right: 20px;
	letter-spacing: .1em
}
.row_greeting01 .col_r .en {
	font-size: 166.66%;
	letter-spacing: .1em;
}
.wrap_greeting02 {
	position: relative;
	height: 900px;
	padding-top: 180px;
}
.wrap_greeting02:before {
	position: absolute;
	content: "";
	background: #fffbe5;
	width: 100%;
	height:45%;
	right: 0;
	left: 0;
	top:0;
	margin: auto;
	z-index: -1;
}
.wrap_greeting02:after {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(left, #36c3df, #58d16c);
	background: -o-linear-gradient(left, #36c3df, #58d16c);
	background: linear-gradient(to right, #36c3df, #58d16c);
	width: 100%;
	height:55%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.wrap_greeting02 .deco01 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.wrap_greeting02 .en {
	position: absolute;
	left: -205px;
    bottom: -37px;
}
.wrap_greeting02 .img {
	position: relative;
	z-index: 3;
}
.wrap_greeting02 .wrap {
	position: absolute;
	right: 47px;
	bottom: -135px;
}
.wrap_greeting02 .copy01 {
	padding: 25px 5%;
	writing-mode: vertical-rl;
	font-size: 233.33%;
	width: 80px;
	margin-right: 40px;
	margin-top: 150px;
	line-height: 1.5;
	letter-spacing: .1em;
}
.wrap_greeting02 .copy02 {
	padding: 25px 5%;
	writing-mode: vertical-rl;
	font-size: 233.33%;
	width: 80px;
	line-height: 1.5;
	letter-spacing: .1em;
}
.wrap_greeting02 .deco {
	position: absolute;
}
.wrap_greeting02 .deco02 {
	left: 80px;
	bottom: 50px;
	z-index: 2;
}
.wrap_greeting02 .deco03 {
	right: 155px;
    bottom: 54px;
	z-index: 2;
}
.wrap_greeting02 .txt {
	margin-left: 118px;
	position: relative;
	z-index: 2;
}
.row_greeting02 {
	max-width: 1500px;
	margin-left: 125px;
}
.row_greeting02 .col_img {
	max-width: 695px;
	width: 46.5%;
}
.row_greeting02 .col_txt {
	width: 50%;
}
.row_greeting02 .en {
	font-size: 96px;
	line-height: 1;
	letter-spacing: .11em;
}
.row_greeting02 .copy {
	font-size: 188.88%;
	padding-bottom: 20px;
	border-bottom: dotted 2px #17a62f;
	letter-spacing: .1em;
}
.bg_greeting02 {
	padding: 67px 0 79px;
}
.bg_greeting03 .deco01 {
	position: absolute;
	top: 0;
	left: 0;
}
.bg_greeting03 {
	padding: 115px 0 0;
	position: relative;
}
.bg_greeting03 .en {
	position: relative;
	z-index: 1;
}
.bg_greeting03 .ja {
	font-size: 222.22%;
	letter-spacing: .1em;
	position: relative;
}
.wrap_greeting03 {
	padding: 60px 0 70px;
}
.wrap_greeting03 .row_interview01 .col_txt {
	padding: 43px 4%;
	min-height: 200px;
}

@media(min-width: 1300px){
	.wrap_greeting03 .row_interview01 .col_txt .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1799px){
	.row_greeting02 {
		margin-right: 5%;
		margin-left: 5%;
	}
	.row_greeting01 .col_l .copy {
		font-size: 177.77%;
		text-align: left;
	}
	
}
@media(min-width: 768px) and (max-width:1699px) {
	.ttl_greeting .en {
		width: 500px;
		left: 0;
	}
	.wrap_greeting02 .en {
		width: 400px;
		left: 0;
	}
	.wrap_greeting02 .copy01 {
		font-size: 200%;
	}
	.wrap_greeting02 .copy02 {
		font-size:200%;
	}
	.row_greeting01 .col_r .name {
		align-content: center;
	}
	.row_greeting01 .col_r .label {
		font-size: 144.44%;
		padding: 4px 4%;
		margin-right: 20px;
	}
	.row_greeting01 .col_r .ja {
		font-size: 188.88%;
    	margin-right: 20px;
	}
	.row_greeting01 .col_r .en {
		font-size: 144.44%;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.ttl_greeting .en {
		top: -50px;
	}
	.row_greeting01 .col_l .copy {
		font-size: 177.77%;
	}
	.row_greeting01 .col_r .name {
		align-content: center;
		height: 150px;
	}
	.row_greeting01 .col_r .box {
		max-width: 450px;
	}
	.row_greeting01 .col_r .label {
		font-size: 144.44%;
		padding: 4px 4%;
		margin-right: 20px;
	}
	.row_greeting01 .col_r .ja {
		font-size: 188.88%;
    	margin-right: 20px;
	}
	.row_greeting01 .col_r .en {
		font-size: 144.44%;
	}
	.row_greeting01 .col_r {
		margin-top: 140px;
	}
	.row_greeting02 .copy {
		font-size: 166.66%;
	}
	.wrap_greeting02 .copy01 {
		font-size: 166.66%;
	}
	.wrap_greeting02 .copy02 {
		font-size: 166.66%;
	}
	.wrap_greeting02 .txt {
		margin-left: 0;
	}
	.wrap_greeting02 .wrap {
		right: 20px
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_pick .txt01 {
		margin-right: 0;
	}
	.row_greeting01 {
		bottom: 0;
		justify-content: center;
	}
	.row_greeting01 .col {
		width: 100%;
	}
	.row_greeting01 .col_r {
		margin-top: 55px;
	}
	.wrap_greeting01 {
		height: 1140px;
	}
	.wrap_greeting01:before {
		height: 500px;
		bottom: auto;
	}
	.wrap_greeting01:after {
		height: 500px;
		bottom: auto;
	}
	.wrap_greeting02 .deco01 {
		display: none;
	}
	.wrap_greeting02 {
		height: 670px;
    	padding-top: 60px;
	}
	.wrap_greeting02 .img {
		margin-bottom: 155px;
	}
	.wrap_greeting02 .wrap {
		right: 20px;
		bottom: -100px;
	}
	.wrap_greeting02 .copy01 {
		font-size: 133.33%;
		width: 60px;
		margin-right: 20px;
		margin-top: 100px;
	}
	.wrap_greeting02 .copy02 {
		font-size: 133.33%;
		width: 60px;
	}
	.wrap_greeting02 .en {
		width: 400px;
		bottom: -120px;
	}
	.wrap_greeting02:after {
		height: 75%;
	}
	.wrap_greeting02 .deco02 {
		width: 300px;
		left: -20px;
	}
	.wrap_greeting02 .deco03 {
		width: 200px;
	}
	.row_greeting02 .col {
		width: 100%;
	}
	.row_greeting02 .col_img {
		margin-bottom: 50px;
	}
	.row_greeting01 .col_r .box {
		max-width: 540px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_greeting01 .col_r .name {
		height: 130px;
	}
}
@media(max-width: 767px) {
	.ttl_pick .txt01 {
		margin-right: 0;
	}
	.ttl_greeting {
		margin-left: 1vw;
		margin-bottom: 7vw;
	}
	.ttl_greeting .txt01 {
		margin-bottom: 2vw;
	}
	.ttl_greeting .txt02 {
		width: calc(499 / 750*100vw);
	}
	.ttl_greeting .en {
		width: calc(580 / 750*100vw);
		left: 0vw;
		top: -10vw;
	}
	.row_greeting01 {
		bottom: 0;
		justify-content: center;
		max-width: 100%;
		padding: 0 3.5vw;
	}
	.row_greeting01 .col {
		width: 100%;
	}
	.row_greeting01 .col_l .box_charm01 {
		padding: 6vw 3vw 7vw;
	}
	.row_greeting01 .col_l .copy {
		font-size: 125%;
		line-height: 1.8;
    	padding-bottom: 3vw;
	}
	.row_greeting01 .col_l {
		max-width: 100%;
		margin-bottom: 2vw;
	}
	.row_greeting01 .col_r {
		margin-top: 5vw;
		max-width: 100%;
	}
	.row_greeting01 .col_r .box {
		width: calc(645 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_greeting01 .col_r .name {
		height: calc(130 / 750*100vw);
	}
	.bg_greeting01 {
		padding-top: 16vw;
	}
	.row_greeting01 .col_r .label {
		font-size: 112.5%;
		padding: 0vw 4vw;
    	margin-right: 2vw;
	}
	.row_greeting01 .col_r .ja {
		font-size: 131.25%;
		margin-right: 2vw;
		letter-spacing: 0;
	}
	.row_greeting01 .col_r .en {
		font-size: 125%;
		letter-spacing: .06em;
	}
	.wrap_greeting01 {
		height: calc(1645 / 750*100vw);
	}
	.wrap_greeting01:before {
		height: calc(560 / 750*100vw);
		bottom: auto;
		width: 11%;
	}
	.wrap_greeting01:after {
		height: calc(560 / 750*100vw);
		bottom: auto;
		width: 89%;
		background: url(images/index/img_greeting01_sp.jpg) no-repeat center / cover;
	}
	.wrap_greeting02 .deco01 {
		display: none;
	}
	.wrap_greeting02 {
		height: calc(1180 / 750*100vw);
    	padding-top: 6vw;
	}
	.wrap_greeting02 .img {
		margin-bottom: 26vw;
	}
	.wrap_greeting02 .wrap {
		right: 4vw;
    	bottom: -19vw;
	}
	.wrap_greeting02 .txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_greeting02 .copy01 {
		font-size: 131.25%;
		width: calc(80 / 750*100vw);
		margin-right: 5vw;
    	margin-top: 21vw;
		padding: 4vw 1vw;
	}
	.wrap_greeting02 .copy02 {
		font-size: 131.25%;
		width:calc(80 / 750*100vw);
		padding: 4vw 1vw;
	}
	.wrap_greeting02 .en {
		width: calc(494 / 750*100vw);
		bottom: -18vw;
		left: 0;
	}
	.wrap_greeting02:after {
		height: 83%;
	}
	.wrap_greeting02 .deco02 {
		left: -2vw;
		width: calc(390 / 750*100vw);
		bottom: 29vw;
	}
	.wrap_greeting02 .deco03 {
		width: calc(250 / 750*100vw);
		right: 8vw;
    	bottom: 8vw;
	}
	.row_greeting02 .col_txt {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_greeting02 {
		max-width: calc(695 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_greeting02 .en {
		font-size: 300%;
		letter-spacing: .02em;
		margin-bottom: 1vw;
	}
	.row_greeting02 .copy {
		font-size: 125%;
		padding-bottom: 5vw;
		margin-bottom: 6vw;
		letter-spacing: 0;
		line-height: 1.7;
		border-bottom: dotted 1px #17a62f;
	}
	.row_greeting02 .col {
		width: 100%;
	}
	.row_greeting02 .col_img {
		margin-bottom: 5vw;
	}
	.bg_greeting02 {
		padding: 10vw 0 8vw;
	}
	.bg_greeting03 {
		padding: 18vw 0 0;
	}
	.bg_greeting03 .en {
		width: calc(643 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.bg_greeting03 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.wrap_greeting03 {
		padding: 9vw 0 8vw;
		max-width: 100%;
	}
	.wrap_greeting03 .row_interview01 .col_txt {
		padding: 5vw 3vw 7vw;
		min-height: auto;
	}
}
/* 募集職種 position
------------------------------------------------------------------*/
.bg_position01 {
	position: relative;
	z-index: 1;
	padding: 100px 0 80px;
}
.bg_position01 .ttl .en {
	margin-right: 45px;
}
.bg_position01 .ttl .ja{
	font-size: 222.22%;
}
.bg_position01:before{
	position: absolute;
	content: "";
	background: url(images/index/note_pat_01.png) repeat center / auto;
	width: 100%;
	height:930px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1
}
.row_position01 .col {
	max-width: 420px;
	width: 32%;
}
.row_position01 .col:nth-child(n+4) {
	margin-top: 80px;
}
.row_position01 .col a{
	position: relative;
	height: 415px;
	z-index: 1;
}
.row_position01 .img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	justify-content: center;
}
.row_position01 .col:nth-child(1) .img{
	bottom: 15px;
}
.row_position01 .col:nth-child(5) .img {
	bottom: 0;
}
.row_position01 .col:nth-child(4) .img {
	bottom: 55px;
}
.row_position01 .col:nth-child(2) .img,.row_position01 .col:nth-child(3) .img,.row_position01 .col:nth-child(6) .img{
	bottom: 85px;
}
.row_position01 .box {
	height: 153px;
	background: #fff;
	border: solid 1px #252525;
	width: 100%;
	align-content: center;
	position: relative;
}
.row_position01 .box:before {
	position: absolute;
	content: "";
	background: url("images/index/arw01.svg") no-repeat left center / cover;
	width: 36px;
	height: 36px;
	right: 20px;
	bottom: 20px;
	margin: auto;
	transform: rotate(-90deg)
}
.row_position01 .box:after {
	position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.1);
    width: 100%;
    height: 100%;
    right: -14px;
    bottom: -12px;
    z-index: -1;
}
.row_position01 .ja {
	font-size: 211.11%;
	width: 100%;
	line-height: 1.3;
	letter-spacing: .1em;
}
.row_position01 .en {
	font-size: 108.33%;
	width: 100%;
	letter-spacing: .1em;
}
@media(min-width: 768px) and (max-width:1499px) {
	.row_position01 .ja {
		font-size: 188.88%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_position01 .ja {
		font-size: 155.55%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_position01 .col {
		width: 48%;
	}
	.row_position01 .col:nth-child(n+3) {
		margin-top: 60px;
	}
	.bg_position01 .ttl {
		justify-content: center;
		text-align: center;
	}
	.bg_position01 .ttl .en {
		margin-right: 0;
		text-align: center;
		width: 400px;
	}
	.bg_position01 .ttl .ja {
		font-size: 200%;
		width: 100%;
	}
	.bg_position01:before {
		height: 1430px;
	}
}
@media(max-width: 767px) {
	.row_position01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_position01 .col:nth-child(n+3) {
		margin-top:14vw;
	}
	.bg_position01 {
		padding: 10vw 0 13vw;
	}
	.bg_position01 .ttl {
		justify-content: center;
		text-align: center;
	}
	.row_position01 .box {
		height: calc(193 / 750*100vw);
	}
	.row_position01 .box:before {
		width: calc(46 / 750*100vw);
		height: calc(46 / 750*100vw);
		right: 2vw;
		bottom: 3vw;
	}
	.row_position01 .box:after {
		right: calc(-12 / 750*100vw);
    	bottom: calc(-12 / 750*100vw);
	}
	.row_position01 .col a {
		height: calc(415 / 750*100vw);
	}
	.row_position01 .img {
		width: calc(242 / 750*100vw);
	}
	.row_position01 .col:nth-child(1) .img {
		bottom: 11vw;
	}
	.row_position01 .col:nth-child(2) .img {
		bottom: 20vw;
	}
	.row_position01 .col:nth-child(3) .img {
		bottom: 18vw;
		width: calc(201 / 750*100vw);
	}
	.row_position01 .col:nth-child(4) .img {
		bottom: 16vw;
	}
	.row_position01 .col:nth-child(5) .img {
		bottom: 11vw;
		width: calc(224 / 750*100vw);
	}
	.row_position01 .col:nth-child(6) .img {
		bottom: 25vw;
		width: calc(207 / 750*100vw);
	}
	.row_position01 .ja {
		font-size: 118.75%;
		margin-top: 3vw;
		letter-spacing: 0;
	}
	.row_position01 .en {
		font-size: 93.75%;
		letter-spacing: 0;
	}
	.bg_position01 .ttl {
		margin-bottom: 16vw
	}
	.bg_position01 .ttl .en {
		margin-right: 0;
		text-align: center;
		width: calc(419 / 750*100vw);
		margin-bottom: 2vw;
	}
	.bg_position01 .ttl .ja {
		font-size: 156.25%;
		width: 100%;
	}
	.bg_position01:before {
		height: calc(1620 / 750*100vw);
		background: url(images/index/note_pat_01_sp.png) repeat center / cover;
	}
}

/* 歯科医師 dentist
------------------------------------------------------------------*/
.bg_interview01 {
	position: relative;
	height: 700px;
	padding-bottom: 80px;
}
.bg_interview01:before {
	position: absolute;
    content: "";
    background: url(images/index/img_dentist01.jpg) no-repeat center / cover;
    width: 82%;
    height: 700px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.bg_interview01:after {
	position: absolute;
    content: "";
    background: url(images/index/bg_deco_dentist01.png) no-repeat center / cover;
    width: 18%;
    height: 700px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.bg_interview01 .ttl {
	margin-right: 125px;
	margin-bottom: -43px;
	max-width: 740px;
	margin-left: auto;
}
.bg_interview01 .box {
	max-width: 527px;
	height: 170px;
	border: solid 1px #252525;
	padding: 0 2%;
}
.bg_interview01 .box .en {
	margin-right: 30px;
}
.bg_interview01 .box .ja {
	font-size: 233.33%;
	letter-spacing: .1em;
}
.row_interview02 .col_img{
	max-width: 550px;
	width: 45%;
}
.row_interview02 .col_txt{
	max-width: 650px;
	width: 53%;
}
.row_interview02 .q {
	position: relative;
}
.row_interview02 .q .ttl {
	width: 60px;
	height: 60px;
	font-size: 166.66%;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
	font-family: rift, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-left: 3px;
}
.row_interview02 .q .txt {
	font-size: 111.11%;
	padding: 15px 40px 15px 100px;
	line-height: 1.5;
}
.row_interview02 .a {
	position: relative;
}
.row_interview02 .a .ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	font-size: 166.66%;
	font-family: rift, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-left: 3px;
}
.row_interview02 .a .txt {
	padding: 27px 40px 36px 100px;
}
.bg_interview02 {
	position: relative;
	padding: 63px 0 90px;
}
.bg_interview02 .icn {
	position: absolute;
	top: -52px;
	left: 0;
	right: 0;
	margin: auto;
}
.bg_interview02 .ja {
	font-size: 277.77%;
	position: relative;
	z-index: 1;
	line-height: 1.5;
    letter-spacing: .09em;
}
.bg_interview02 .en {
	font-size: 155.55%;
	line-height: 1.5;
    letter-spacing: .1em;
}
.bg_interview02 .copy {
	position: relative;
	z-index: 1;
}
.bg_interview02 .copy:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom:32px;
	top: 0;
	margin: auto;
	border-bottom: 2px dotted #24afcb;
	z-index: -1;
}
.bg_interview02 .copy span{
	font-size: 166.66%;
	letter-spacing: .1em;
	padding: 0 30px;
	display: inline-block;
}
.ttl_interview01 {
	font-size: 233.33%;
	letter-spacing: .1em;
	text-align: center;
}
.row_interview03 .col{
	max-width: 260px;
	width: 21%;
}

.row_interview03.col7 .col:nth-child(-n+3){
	margin-right: 65px;
}
.row_interview03.col7 .col:nth-child(n+5) {
	margin-top: 85px;
	margin-right: 65px;
}
.row_interview03.col7 .col:last-child {
	margin-right: 0;
}
.row_interview03.col8 .col:nth-child(n+5) {
	margin-top: 80px;
}
.row_interview03 .num {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
	font-size: 194.44%;
}
.row_interview03 .circle {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.row_interview03 .col:not(:last-child) .circle:before {
	position: absolute;
	content: "";
	background: url("images/index/arw01.svg") no-repeat left center / cover;
	width: 28px;
	height: 28px;
	right: -47px;
	bottom:0;
	top: 0;
	margin: auto;
	transform: rotate(-90deg);
}
.row_interview03 .col:nth-child(4) .circle:before {
	content: none;
}
.row_interview03 .txt {
	font-size: 155.55%;
	line-height: 1.7;
    letter-spacing: .1em;
}
.wrap_interview01 {
	padding: 85px 0 100px;
}
.wrap_interview01 .en{
	font-size: 100.5px;
	line-height: 1;
    letter-spacing: .095em;
}
.wrap_interview01 .ja{
	font-size: 222.22%;
	line-height: 1.8;
    letter-spacing: .1em;
}
.tbl_interview01 th{
	background: #24afcb;
}
.tbl_interview01 td {
	line-height: 2;
}
.tbl_interview01 tr:not(:last-child) td {
	border-bottom: 1px solid #24afcb;
}
.tbl_interview01 table {
	border: 1px solid #24afcb;
}
.bg_hygienist01:before {
	background: url(images/index/img_hygienist01.jpg) no-repeat center / cover;
}
.bg_hygienist02:before {
	background: url(images/index/img_hygienist06.jpg) no-repeat center / cover;
}
.bg_assistant01:before {
	background: url(images/index/img_assistant01.jpg) no-repeat center right / cover;
}
.bg_technician01:before {
	background: url(images/index/img_technician01.jpg) no-repeat center / cover;
}
.bg_hygienist01:after, .bg_hygienist02:after, .bg_assistant01:after, .bg_technician01:after {
	background: url(images/index/bg_deco_hygientist01.png) no-repeat center / cover;
}
.bg_hygienist01 .box, .bg_hygienist02 .box {
	max-width: 640px;
}
.bg_assistant01 .box {
	max-width: 720px;
}
.bg_technician01 .box {
	max-width: 670px;
}
.box_interview01 {
	padding: 60px 4% 50px;
}
.box_interview01 .ttl {
	position: relative;
	padding: 2px 0;
}
.box_interview01 .en {
	top: -35px;
	left: 15px;
	position: absolute;
}
.box_interview01 .ttl {
	font-size: 166.66%;
	letter-spacing: .1em;
}
.bg_interview03 {
	padding: 60px 0 80px;
	position: relative;
	z-index: -1;
}
.box_interview02 {
	padding: 50px 4% 70px;
	border: solid 1px #252525;
	position: relative;
}
.box_interview02:before {
	position: absolute;
    content: "";
    background: rgba(37, 37, 37, 0.1);
    width: 100%;
    height: 100%;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.box_interview02 .ja{
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.5;
}
.box_interview02 .en{
	font-size: 166.66%;
	letter-spacing: .1em;
	padding-bottom: 24px;
	line-height: 1.8;
	border-bottom: 2px dotted #17a62f;
}
.box_clean01 {
	border: solid 1px #252525;
	margin-top: 100px;
	height: 150px;
}
.box_clean01 .en {
	margin-right: 45px;
}
.box_clean01 .ja{
	font-size: 233.33%;
	letter-spacing: .1em;
}
.clean .wrap_interview01 {
	padding: 40px 0 100px;
}
@media(min-width: 1300px){
	.assistant .row_interview02 .a .txt .adjust {
		display: block;
	}
}
@media(min-width: 768px) and (max-width:1499px) {
	
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_interview03 {
		max-width: 855px;
		margin-right: auto;
		margin-left: auto;
	}
	.box_interview01 .en {
		width: 200px;
	}
	.box_interview01 .txt {
		text-align: left;
	}
	.box_interview02 .txt {
		text-align: left;
	}
	
}
@media(min-width: 961px) and (max-width:1399px){
	.row_interview03 .txt {
		font-size: 122.22%;
	}
	.row_interview03 {
		max-width: 855px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_interview03 .circle {
		width: 160px;
    	height: 160px;
	}
	.row_interview03 .circle .img {
		width: 60px;
	}
	
	.row_interview03 .col .circle .img.fork {
		width: 45px;
	}
	.row_interview03 .col .circle .img.broom {
		width: 35px;
	}
	.row_interview03 .col{
		width: 23%;
	}
	.row_interview03 .num {
		width: 55px;
    	height: 55px;
		font-size: 144.44%;
	}
	.row_interview03.col7 .col:nth-child(n+5) {
		margin-top: 80px;
		margin-right: 20px;
	}
	.row_interview03.col7 .col:nth-child(-n+3) {
		margin-right: 20px;
	}
	.row_interview03.col7 .col:last-child {
		margin-right: 0;
	}
	.row_interview03.col7 .col:not(:last-child) .circle:before {
		right: -42px;
	}
}
@media(min-width: 961px) and (max-width:1299px) {
	.ttl_interview01 {
		font-size: 211.11%;
	}
	.row_interview02 .adjust {
		display: none;
	}
	
	.bg_interview02 .ja {
		font-size: 255.55%;
	}
}

@media(min-width: 768px) and (max-width:960px) {
	.ttl_interview01 {
		font-size: 200%;
	}
	.row_interview02 {
		justify-content: center;
	}
	.row_interview02 .col_img {
		width: 100%;
		margin-bottom: 50px;
	}
	.row_interview02 .col_txt {
		width: 100%;
	}
	.row_interview03.flex {
		justify-content: space-between;
	}
	.row_interview03 .col {
		width: 48%!important;
	}
	.row_interview03.col7 .col:nth-child(n+4) {
		margin-right: 0;
	}
	.row_interview03.col7 .col:nth-child(-n+3) {
		max-width: 260px;
	}
	.row_interview03 .col {
		max-width: 260px;
	}
	.row_interview03.col7 .col:nth-child(n+3) {
		margin-top: 40px;
	}
	.row_interview03.col8 .col:nth-child(n+3) {
		margin-top: 40px;
	}

	.row_interview03 {
		max-width: 485px;
		margin-right: auto;
		margin-left: auto;
	}
	.row_interview03 .circle {
		width: 170px;
		height: 170px;
	}
	.row_interview03 .circle .img {
		width: 70px;
	}
	.row_interview03 .circle .icn04 {
		width: 50px;
	}
	.row_interview03 .circle .icn06 {
		width: 40px;
	}
	.row_interview03 .num {
		width: 60px;
    	height: 60px;
		font-size: 166.66%;
	}
	.row_interview03 .txt {
		font-size: 133.33%;
	}
	.wrap_interview01 .en {
		font-size: 80px;
	}
	.box_interview01 .en {
		left: -14px;
	}
	.box_interview02 .txt {
		text-align: left;
	}
	.box_clean01 .en {
		width: 290px;
		margin-right: 10px;
	}
	.box_clean01 .ja {
		font-size: 188.88%;
	}
	.row_interview03 .col:not(:last-child) .circle:before {
		right: -55px;
	}
	.row_interview03.col7 .col:nth-child(n+4) .circle:before {
		right: -55px;
	} 
	.row_interview03.col7 .col:nth-child(3) .circle:before {
		content: "";
	}
	.row_interview03.col7 .col:nth-child(4) .circle:before {
		content: "";
	}
	.row_interview03.col8 .col:nth-child(4) .circle:before {
		content: "";
	}
	.row_interview03.col4 .col:nth-child(4) .circle:before {
		position: absolute;
		content: "";
		background: url("images/index/arw01.svg") no-repeat left center / cover;
		width: 28px;
		height: 28px;
		right: -47px;
		bottom:0;
		top: 0;
		margin: auto;
		transform: rotate(-90deg);
	}
	.row_interview03.col7 .col:nth-child(-n+3) {
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.bg_interview01 {
		height: calc(700 / 750*100vw);
		padding-bottom: 7vw;
	}
	.bg_interview01:before {
		background: url(images/index/img_dentist01_sp.jpg) no-repeat center / cover;
		height: calc(700 / 750*100vw);
		width: 100%;
	}
	.bg_interview01:after {
		height: calc(700 / 750*100vw);
		width: 25%;
	}
	.bg_interview01 .ttl {
		max-width: calc(568 / 750*100vw);
		margin-right: 7vw;
    	margin-bottom: -5vw;
	}
	.bg_interview01 .box .en {
		margin-right: 6vw;
		width: calc(180 / 750*100vw);
	}
	.bg_interview01 .box .ja {
		font-size: 131.25%;
		letter-spacing: 0;
	}
	.bg_interview01 .box {
		max-width: calc(527 / 750*100vw);
		height: calc(170 / 750*100vw);
	}
	.ttl_interview01 {
		font-size: 131.25%;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 5vw;
	}
	.row_interview02 {
		justify-content: center;
		margin-bottom: 9vw;
	}
	.row_interview02 .q {
		margin-bottom: 5vw;
	}
	.row_interview02 .q .ttl {
		width: calc(81 / 750*100vw);
		height: calc(81 / 750*100vw);
		font-size: 156.25%;
		padding-bottom: 1vw;
		padding-left: 0;
	}
	.row_interview02 .a .ttl {
		width: calc(81 / 750*100vw);
		height: calc(81 / 750*100vw);
		font-size: 156.25%;
		line-height: 1;
		padding-left: 0;
	}
	.row_interview02 .a .txt {
		padding: 2vw 4vw 8vw 15vw;
	}
	.row_interview02 .q .txt {
		font-size: 112.5%;
		padding: 2vw 4vw 2vw 15vw;
	}
	.row_interview02 .col_img {
		width: 100%;
		margin-bottom: 6vw;
		max-width: calc(648 / 750*100vw);
	}
	.row_interview02 .col_txt {
		width: 100%;
		max-width: calc(702 / 750*100vw);
	}
	.row_interview03.flex {
		justify-content: space-between;
	}
	.row_interview03 .col {
		width: 48%!important;
	}
	.row_interview03 .col:not(:last-child) .circle:before {
		width: calc(28 / 750*100vw);
		height: calc(28 / 750*100vw);
		right: -7.3vw;
	}
	.row_interview03 .col:nth-child(2n) .circle:before {
		right: -6vw;
	}
	.row_interview03.col7 .col:nth-child(n+4) .circle:before {
		right: -6vw;
	} 
	.row_interview03.col7 .col:nth-child(3) .circle:before {
		content: "";
	}
	.row_interview03.col8 .col:nth-child(4) .circle:before {
		content: "";
	}
	.row_interview03.col7 .col:nth-child(n+4) {
		margin-right: 0;
	}
	.row_interview03.col7 .col:nth-child(-n+3) {
		max-width: calc(260 / 750*100vw);
	}
	.row_interview03.col7 .col:nth-child(3) .circle:before {
		content: "";
	}
	.row_interview03.col7 .col:nth-child(4) .circle:before {
		content: "";
	}
	.row_interview03.col4 .col:nth-child(4) .circle:before {
		position: absolute;
		content: "";
		background: url("images/index/arw01.svg") no-repeat left center / cover;
		width: calc(28 / 750*100vw);
		height: calc(28 / 750*100vw);
		right: -7.3vw;
		bottom:0;
		top: 0;
		margin: auto;
		transform: rotate(-90deg);
	}
	.row_interview03.col7 .col:nth-child(-n+3) {
		margin-right: 0;
	}
	.row_interview03 .circle {
		width: calc(260 / 750*100vw);
		height: calc(260 / 750*100vw);
	}
	.row_interview03 .circle .icn01 {
		max-width: calc(151 / 750*100vw);
	}
	.row_interview03 .circle .icn02 {
		max-width: calc(111 / 750*100vw);
	}
	.row_interview03 .circle .icn03 {
		max-width: calc(147 / 750*100vw);
	}
	.row_interview03 .circle .icn04 {
		max-width: calc(85 / 750*100vw);
	}
	.row_interview03 .circle .icn05 {
		max-width: calc(111 / 750*100vw);
	}
	.row_interview03 .circle .icn06 {
		max-width: calc(64 / 750*100vw);
	}
	.row_interview03 .circle .icn07 {
		max-width: calc(121 / 750*100vw);
	}
	.row_interview03 .circle .icn08 {
		max-width: calc(115 / 750*100vw);
	}
	.row_interview03 .col {
		max-width: calc(260 / 750*100vw);
	}
	.row_interview03.col7 .col:nth-child(n+3) {
		margin-top: 6vw;
	}
	.row_interview03.col8 .col:nth-child(n+3) {
		margin-top: 6vw;
	}
	.row_interview03 .txt {
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.row_interview03 {
		max-width: calc(590 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.dentist .row_interview02:last-child {
		margin-bottom: 14vw;
	}
	.wrap_interview01 .en {
		font-size: 312.5%;
		letter-spacing: 0;
	}
	.wrap_interview01 {
		padding: 12vw 0 10vw;
	}
	.wrap_interview01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.box_interview01 .en {
		left: 3vw;
		top: -4vw;
		width: calc(216 / 750*100vw);
	}
	.box_interview02:before {
		right: -2.5vw;
		bottom: -2.5vw;
	}
	.box_interview01 .ttl {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.7;
		padding: 0;
		margin-bottom: 5.5vw;
	}
	.box_interview01 .ttl span {
		margin-left: 27vw;
	}
	.box_interview01 .txt {
		text-align: left;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_interview01 {
		padding: 13vw 4vw 8vw;
		width: calc(750 / 750*100vw);
		margin-left: -3vw;
		margin-bottom: 0;
	}
	.bg_interview02 {
		padding: 6vw 0 10vw;
	}
	.bg_interview02 .icn {
		width: calc(192 / 750*100vw);
		top: -10vw;
	}
	.bg_interview02 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.assistant .bg_interview02 .en {
		margin-bottom: 0vw;
	}
	.bg_interview02 .en {
		font-size: 93.75%;
		letter-spacing: .05em;
		margin-bottom: 6vw;
	}
	.row_interview03 .num {
		width: calc(76 / 750*100vw);
		height: calc(76 / 750*100vw);
		font-size: 109.375%;
		margin-bottom: -5vw;
	}
	.box_interview02 {
		padding: 6vw 3vw 7vw;
	}
	.box_interview02 .txt {
		text-align: left;
	}
	.bg_interview03 {
		padding: 8vw 0 10vw;
	}
	.box_interview02 .ja {
		font-size: 125%;
		letter-spacing: 0;
	}
	.box_interview02 .en {
		font-size: 106.25%;
		border-bottom: 1px dotted #17a62f;
		padding-bottom: 2vw;
		margin-bottom: 3vw;
	}
	.box_clean01 {
		margin-top: 7vw;
		height: calc(222 / 750*100vw);
		align-content: center;
	}
	.box_clean01 .en {
		width:  calc(254 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
    	margin-top: 4vw;
	}
	.box_clean01 .ja {
		font-size: 156.25%;
		width: 100%;
		letter-spacing: 0;
	}
	.clean .wrap_interview01 {
		padding: 10vw 0 13vw;
	}
	.tbl_interview01 td {
		padding: 2vw 4vw 3vw;
	}
	.bg_hygienist01:before {
		background: url(images/index/img_hygienist01_sp.jpg) no-repeat center / cover;
	}
	.bg_hygienist01 .box .en {
		width: calc(230 / 750*100vw);
		margin-right: 3vw;
	}
	.bg_hygienist02:before {
		background: url(images/index/img_hygienist06_sp.jpg) no-repeat center / cover;
	}
	.bg_hygienist02 .box .en {
		width: calc(230 / 750*100vw);
		margin-right: 3vw;
	}
	.bg_assistant01:before {
		background: url(images/index/img_assistant01_sp.jpg) no-repeat center right / cover;
	}
	.bg_assistant01 .box {
		max-width: calc(602 / 750*100vw);
	}
	.bg_assistant01 .box .en {
		width: calc(239 / 750*100vw);
		margin-right: 2vw;
	}
	.bg_assistant01 .bg_interview02 .en {
		margin-bottom: 0;
	}
	.bg_technician01:before {
		background: url(images/index/img_technician01_sp.jpg) no-repeat center / cover;
	}
	.bg_technician01 .box {
		max-width: calc(549 / 750*100vw);
	}
	.bg_technician01 .box .en {
		width: calc(263 / 750*100vw);
		margin-right: 2vw;
	}
	.bg_interview02 .copy span {
		font-size: 93.75%;
		padding: 0 2vw;
	}
	.bg_interview02 .copy:before {
		border-bottom: 1px dotted #24afcb;
		bottom: 4vw;
	}
}

/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	position: relative;
	z-index: 1;
	padding: 100px 0 60px;
}
.bg_clinic01 .en{
	margin-right: 55px;
}
.bg_clinic01 .ja {
	font-size: 222.22%;
	letter-spacing: .1em;
}
.bg_clinic01 .deco01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic01:before {
	position: absolute;
	content: "";
	background: #effff2;
	width: 100%;
	height:650px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
}
.bg_clinic02 {
	padding: 80px 0 70px;
}

@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.bg_clinic01 {
		position: relative;
		z-index: 1;
		padding: 13vw 0 15vw;
	}
	.bg_clinic01 .ttl {
		margin-bottom: 10vw;
		margin-right: 5vw;
	}
	.bg_clinic01 .en{
		margin-right: 11vw;
		width: calc(298 / 750*100vw);
	}
	.bg_clinic01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.bg_clinic01 .deco01 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.bg_clinic01:before {
		position: absolute;
		content: "";
		background: #effff2;
		width: 100%;
		height: calc(655 / 750*100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: -2;
	}
	.bg_clinic01 .img {
		margin-bottom: 11vw;
	}
	.bg_clinic01 .logo {
		width: calc(600 / 750*100vw);
	}
	.bg_clinic02 {
		padding: 8vw 0 11vw;
	}
}

/* アクセスマップ map
------------------------------------------------------------------*/
.bg_map01 {
	position: relative;
	z-index: 1;
	padding: 70px 0 100px;
}
.bg_map01 .txt {
	padding: 13px 5%;
	font-size: 155.55%;
	letter-spacing: .1em;
}
.bg_map01 .ja {
	font-size: 222.22%;
	letter-spacing: .1em;
}
.bg_map01 .en {
	margin-right: 50px;
}
.bg_map01 .deco {
	position: absolute;
	z-index: -1;
}
.bg_map01 .deco01 {
	top: 0;
	left: 0;
}
.bg_map01 .deco02 {
	top: 10px;
	left: 65px;
}
.bg_map01 .deco03 {
	top: 523px;
	left: 276px;
}
.bg_map01 .deco04 {
	top: 302px;
	right: 160px;
}
.bg_map01 .deco05 {
	bottom: 0;
	right: 0;
	transform: rotateY(180deg) rotateX(180deg);
}
.row_map01 {
	max-width: 1210px;
}
.row_map01 .col {
	width: 48%;
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_map01 .txt {
		text-align: left;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_map01 {
		justify-content: center;
	}
	.row_map01 .col {
		width: 100%;
		text-align: center;
	}
	.row_map01 .col_l{
		margin-bottom: 60px;
	}
	.bg_map01 .deco04 {
		top: 515px;
    	right: 40px;
	}
	.bg_map01 .deco03 {
		top: auto;
		bottom: 130px;
		left: 120px;
	}
	.bg_map01 .txt {
		font-size: 144.44%;
	}
	.bg_map01 .txt {
		text-align: center;
	} 
}
@media(max-width: 767px) {
	.row_map01 {
		justify-content: center;
		max-width: calc(645 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_map01 .col {
		width: 100%;
	}
	.row_map01 .col_l{
		margin-bottom: 5vw;
	}
	.bg_map01 {
		padding: 16vw 0 16vw;
	}
	.bg_map01 .ttl {
		margin-bottom: 10vw;
	}
	.bg_map01 .img {
		margin-bottom: 6vw;
	}
	.bg_map01 .en {
		margin-right: 5vw;
		width: calc(204 / 750*100vw);
	}
	.bg_map01 .ja {
		font-size: 156.25%;
		letter-spacing: 0;
	}
	.bg_map01 .deco02 {
		top: 10vw;
		left: 5vw;
		width: calc(283 / 750*100vw);
	}
	.bg_map01 .deco04 {
		top: 129vw;
    	right: 6vw;
		width: calc(333 / 750*100vw);
	}
	.bg_map01 .deco03 {
		top: auto;
		bottom: 33vw;
    	left: 13vw;
		width: calc(250 / 750*100vw);
	}
	.bg_map01 .txt {
		font-size: 100%;
		text-align: center;
		letter-spacing: 0;
		padding: 5.5vw 1vw;
	}
}

/* 応募フォーム form
------------------------------------------------------------------*/
.bg_form01 {
	padding: 95px 0 0;
}
.bg_form01 .ja {
	font-size: 222.22%;
}
.bg_form01 .en{
	margin-right: 50px;
}
.bg_form01 .box {
	background: #f3f7fa;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 4% 70px;
}
.tbl_form01 table {
	border: none;
	max-width: 730px;
}
.tbl_form01 .require span:after {
	color: #fff;
	background: #007ac4;
	font-weight: normal;
}
.tbl_form01 tr:not(:last-child) th {
	border-bottom: none;
}
.tbl_form01 tr:not(:last-child) td {
	border-bottom: none;
}
.tbl_form01 th {
	text-align: right;
	padding: 15px 0 16px;
	width: 36%;
	background: none;
	color: #24afcb;
	font-weight: bold;
}
.tbl_form01 .question {
	padding-right: 60px;
}
.tbl_form01 td {
	padding: 15px 0 16px 37px;
}
.tbl_form01 .require span {
	padding-right: 60px;
}
.tbl_form01 td input {
	background: #fff;
	border: none;
	width: 100%;
}
.tbl_form01 td textarea {
	background: #fff;
	max-height: 90px;
}
.tbl_form01 .btn_submit input { 
	background: #24afcb; 
} 
.tbl_form01 .txt_accept {
	margin: 15px auto 40px;
}
.tbl_form01 .btn_submit input:disabled{ 
	background: #eee; 
}
.wpcf7 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.box_form {
	background: #fff;
	color: #24afcb;
}
.box_privacy {
	background: #fff;
	border: 1px solid #252525;
	margin-bottom: 50px;
}
.copyright {
	font-size: 88.89%;
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_form01 th {
		width: 42%;
	}
}
@media(min-width: 768px) and (max-width:960px) {

}
@media(max-width: 767px) {
	.form {
		margin-bottom: 12vw;
	}
	.bg_form01 {
		padding: 15vw 0 0;
	}
	.bg_form01 .ja {
		font-size: 156.25%;
	}
	.bg_form01 .ttl {
		margin-bottom: 0;
	}
	.bg_form01 .en{
		margin-right: 6vw;
		width: calc(259 / 750*100vw);
	}
	.bg_form01 .box {
		background: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 2vw 0 0;
	}
	.tbl_form01 {
		margin-top: -3vw;
	}
	.tbl_form01 .txt_accept {
		line-height: 1.6;
		letter-spacing: .0;
	}
	.tbl_form01 table {
		border: none;
		max-width: 100%;
		padding: 2vw 4vw 5vw;
		background: #f3f7fa;
		margin: 0 auto 0;
	}
	.tbl_form01 .require span:after {
		color: #fff;
		background: #007ac4;
		font-weight: normal;
	}
	.tbl_form01 tr:not(:last-child) th {
		border-bottom: none;
	}
	.tbl_form01 tr:not(:last-child) td {
		border-bottom: none;
	}
	.tbl_form01 th {
		text-align: left;
		padding: 3vw 0 0;
		width: 36%;
		background: none;
		color: #24afcb;
		font-weight: bold;
	}
	.tbl_form01 .question {
		padding-right: 6vw;
	}
	.tbl_form01 td {
		padding: 3vw 0 2vw 1vw;
	}
	.tbl_form01 td textarea {
		max-height: calc(214 / 750*100vw);
	}
	.tbl_form01 .require span {
		padding-right: 6vw;
	}
	.tbl_form01 td input {
		background: #fff;
		border: none;
		width: 100%;
		padding: 1.5vw;
	}
	.tbl_form01 td textarea {
		background: #fff;
	}
	.tbl_form01 .btn_submit input { 
		background: #24afcb; 
	} 
	.tbl_form01 .btn_submit input:disabled{ 
		background: #eee; 
	}
	.tbl_form01 span.wpcf7-list-item {
		width: 100%;
	}
	.wpcf7 {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.box_form {
		background: #fff;
		color: #24afcb;
		border: solid 1px #000;
		line-height: 1.6;
	}
	.box_privacy {
		background: #fff;
		border: 1px solid #252525;
		margin-bottom: 8vw;
	}
	.copyright {
		font-size: 62.5%;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 > .col_l {
	max-width: 500px;
	width: 50%;
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 450px;
}
.row_foot01 > .col_r .box {
	padding: 10px 10px 35px 10px;
}
.row_foot01 > .col_r .txt {
	font-size: 177.77%;
	font-weight: bold;
}
.tbl_time02 table {
	max-width: 100%;
}
.btn_map {
	position: absolute;
	width: 300px;
	left: 30px;
	top: 30px;
	z-index: 1;
} 
.btn_map a {
	height: 60px;
	font-size: 111.11%;
	position: relative;
	background: url("images/index/icn_map.svg")no-repeat left 30px center / auto;
}
.btn_map a:after { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .15s;
}
.pagetop {
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 1000;
}
.copyright {
	padding: 23px 0 25px;
}
.tel_foot {
	max-width: 500px;
}
.tel_foot a {
	height: 100px;
	border: solid 2px #17a62f;
	font-size: 200%;
}
.tel_foot span {
	position: relative;
	padding-left: 45px;
	letter-spacing: 0;
}
.tel_foot span:before {
	position: absolute;
	content: "";
	background: url("images/index/icn_tel.svg") no-repeat left center / cover;
	width: 24px;
	height: 33px;
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.tbl_foot .box {
	background: -moz-linear-gradient(-120deg, #36c3df, #58d16c);
    background: -webkit-linear-gradient(-120deg, #36c3df, #58d16c);
    background: linear-gradient(90deg, #36c3df, #58d16c);
}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		text-align: center;
		margin: 0 auto 40px;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media(max-width: 767px) {
	.main_foot {
		margin-bottom: 7vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: calc(650 / 750*100vw);
		margin: 0 auto;
	}
	.row_foot01 > .col_r .img {
		margin-bottom: 11vw;
	}
	.row_foot01 > .col_r .icn {
		width: calc(75 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_foot01 > .col_r .txt {
		font-size: 156.25%;
	}
	.row_foot01 > .col_r .box {
		padding: 2vw 2vw 7vw 2vw;
	}
	.row_foot01 .tbl_foot .tbl_caption {
		text-align: left;
		margin-bottom: 5vw;
	}
	.tel_foot {
		max-width: calc(650 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4vw;
	}
	.tel_foot a {
		font-size: 140.62%;
		height:  calc(130 / 750*100vw);
		border: solid 1px #17a62f;
	}
	.tel_foot span:before {
		width: calc(31 / 750*100vw);
		height: calc(43 / 750*100vw);
	}
	.tel_foot span {
		padding-left: 9vw;
	}
	.address_foot {
		text-align: left;
		max-width: calc(562 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 5vw;
	}
	.btn_map {
		position: relative;
		width: calc(600 / 750*100vw);
		left: auto;
		top: auto;
		margin-top: 4vw;
		margin-bottom: 9vw;
	}
	.btn_map a {
		height: calc(100 / 750 * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / 750 * 100vw) auto;
		font-size: 106.25%;
	}
	.btn_map a:after {
		border-width: calc(10 / 750*100vw) 0 calc(10/ 750*100vw) calc(16 / 750*100vw);
		right: 3vw;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: .1em;
		padding: 4vw 0 20vw;
		transform: scale(0.8);
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(300 / 750*100vw);
	}
	.fix_web {
		width: calc(300 / 750*100vw);
	}
	.pagetop_sp {
        position: absolute;
        width: calc(150 / 750 * 100vw);
        bottom: calc(140 / 750 * 100vw);
        right: 0;
	}
	.fix_tel a, .pagetop_sp a {
		display: block;
	}
	.fix .flex li{
		width: calc(250 / 750 * 100vw);
	}
}

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

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

}
