@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
html, body {
	/* font-size: 18px; */
	/* line-height: 2; */
	/* color: #3b2c1b; */
	position: relative; /* 追加変更 */
	z-index: -999; /* 追加変更 */
	font-size: 16px; /* 追加変更 */
	line-height: 1; /* 追加変更 */
	color: #7E7E7E; /* 追加変更 */
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}
.txt_link {
	color: #aaa;
}
:root {
	--guideline-color: #aaa;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner,.inner900,.inner1000,.inner1240,.inner1340,.inner1500
{
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inner900 {
	max-width: calc(900px + 10%);
}
.inner1000 {
	max-width: calc(1000px + 10%);
}
.inner1240 {
	max-width: calc(1240px + 10%);
}
.inner1340 {
	max-width: calc(1340px + 10%);
}
.inner1500 {
	max-width: calc(1500px + 10%);
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
.map{
	position: relative;
	width: 100%;
	padding: 500px 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -150px;
	height: calc(100% + 150px);
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

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

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom:  5px; }
.mb10   { margin-bottom: 10px; }
.mb15   { margin-bottom: 15px; }
.mb20   { margin-bottom: 20px; }
.mb25   { margin-bottom: 25px; }
.mb30   { margin-bottom: 30px; }
.mb35   { margin-bottom: 35px; }
.mb40   { margin-bottom: 40px; }
.mb45   { margin-bottom: 45px; }
.mb50   { margin-bottom: 50px; }
.mb55   { margin-bottom: 55px; }
.mb60   { margin-bottom: 60px; }
.mb65   { margin-bottom: 65px; }
.mb70   { margin-bottom: 70px; }
.mb75   { margin-bottom: 75px; }
.mb80   { margin-bottom: 80px; }
.mb85   { margin-bottom: 85px; }
.mb90   { margin-bottom: 90px; }
.mb95   { margin-bottom: 95px; }
.mb100  { margin-bottom:100px; }
.mb105  { margin-bottom:105px; }
.mb110  { margin-bottom:110px; }
.mb115  { margin-bottom:115px; }
.mb120  { margin-bottom:120px; }
.mb125  { margin-bottom:125px; }
.mb130  { margin-bottom:130px; }
.mb135  { margin-bottom:135px; }
.mb140  { margin-bottom:140px; }
.mb145  { margin-bottom:145px; }
.mb150  { margin-bottom:150px; }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
/* .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,.inner900,.inner1000,.inner1240,.inner1340,.inner1500 {
		padding: 0 3.2vw;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}
	.map {
		padding-top: calc(500 / 750 * 100vw);
	}

	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
	.mb45  { margin-bottom: calc( 45 / 750 * 100vw); }
	.mb50  { margin-bottom: calc( 50 / 750 * 100vw); }
	.mb55  { margin-bottom: calc( 55 / 750 * 100vw); }
	.mb60  { margin-bottom: calc( 60 / 750 * 100vw); }
	.mb65  { margin-bottom: calc( 65 / 750 * 100vw); }
	.mb70  { margin-bottom: calc( 70 / 750 * 100vw); }
	.mb75  { margin-bottom: calc( 75 / 750 * 100vw); }
	.mb80  { margin-bottom: calc( 80 / 750 * 100vw); }
	.mb85  { margin-bottom: calc( 85 / 750 * 100vw); }
	.mb90  { margin-bottom: calc( 90 / 750 * 100vw); }
	.mb95  { margin-bottom: calc( 95 / 750 * 100vw); }
	.mb100 { margin-bottom:calc(100 / 750 * 100vw); }
	.mb105 { margin-bottom:calc(105 / 750 * 100vw); }
	.mb110 { margin-bottom:calc(110 / 750 * 100vw); }
	.mb115 { margin-bottom:calc(115 / 750 * 100vw); }
	.mb120 { margin-bottom:calc(120 / 750 * 100vw); }
	.mb125 { margin-bottom:calc(125 / 750 * 100vw); }
	.mb130 { margin-bottom:calc(130 / 750 * 100vw); }
	.mb135 { margin-bottom:calc(135 / 750 * 100vw); }
	.mb140 { margin-bottom:calc(140 / 750 * 100vw); }
	.mb145 { margin-bottom:calc(145 / 750 * 100vw); }
	.mb150 { margin-bottom:calc(150 / 750 * 100vw); }
	.txt_width {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	position: relative;
	z-index: 10;
}
@media(min-width: 768px) and (max-width:960px) {

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

}


/* メインイメージ 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;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}
.main_img .slick-slide .sp_only {
	display: none !important;
}
@media(min-width: 768px) and (max-width:960px) {

}
@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;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: 15px;
	right: 15px;
	height: 100px;
	width: 100px;
	background: #FF8F00;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: 43px;
	right: 0;
	left: 0;
	bottom: 25px;
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: 38px;
	height: 1px;
	position: absolute;
	top: -20px;
	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: 1px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {top: -11px;}
.btn_gnav_sp .icn_gnav:after {bottom: -11px;}
.open .btn_gnav_sp .icn_gnav {background: none;}
.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
	background: #fff;
	transition: transform .3s ease-in-out;
}
.open .btn_gnav_sp .icn_gnav:before {
	transform: rotate(45deg);
	top: 0;
}
.open .btn_gnav_sp .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.gnav_sp {
	padding: 160px 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: 790px;
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
	touch-action: auto !important;
}
.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 {
	max-width: 690px;
	width: 100%;
	margin: auto;
	padding-bottom: 150px;
}
.gnav_sp .nav_main > ul {

}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
	padding: 0 4.5%;
}
.gnav_sp .nav_main > ul > li > a {
	padding: 15px 60px 15px 20px;
	display: block;
	position: relative;
	letter-spacing: .055em;
	font-size: 111.1%;
	border-bottom: solid 1px #c2c2c2;
	font-weight: bold;
}
.gnav_sp .nav_main > ul > li:first-child > a {
	border-top: solid 1px #c2c2c2;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	width: 12.5px;
	height: 12.5px;
	margin: auto;
	border: 1px solid;
	border-color:  transparent transparent #3c96c8 #3c96c8;
	position: absolute;
	top: -10px;
	right: 15px;
	bottom: 0;
	transform: rotate(-45deg);
}
.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_sub {
	/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	padding-bottom: 10px;
}
.gnav_sp .nav_sub li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_sub a {
	padding: 10px 0 10px 75px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 111.11%;
	letter-spacing: .1em;
}
.gnav_sp .nav_sub a:after {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	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;
}
/* パーフェクトスクロールバー */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: transparent !important;
	right: 0px !important;
	width: 4px !important;
}
.ps-container > .ps-scrollbar-y-rail {
	background: transparent !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 1;
}
@media(min-width: 768px) {
	.gnav_sp{
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.gnav_sp::-webkit-scrollbar {	display:none; }
	.gnav_sp .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {background-color: transparent !important;}
}
@media(min-width: 961px) and (max-width: 1280px) {
	.btn_gnav_sp {
		height: 95px;
		width: 95px;
	}
}
@media(min-width: 768px) and (max-width: 960px) {
	.btn_gnav_sp {
		height: 90px;
		width: 90px;
	}
	.btn_gnav_sp .txt_gnav {bottom: 15px;}
}
@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		top: 0;
		right: 0;
		height: calc(120 / 750 * 100vw);
		width: calc(120 / 750 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(55 / 750 * 100vw);
		bottom: 2.5vw;;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		top: -3.5vw;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		height: 2px;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.gnav_sp {
		padding: 21vw 0 0;
		width: 80%;
		max-width: calc(600 / 750 * 100vw);
		line-height: 1.45;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul > li {padding: 0 3.5%;}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3vw 2.5vw 2vw 0vw;
		font-size: calc(28 / 750 * 100vw);
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		width: 9px;
		height: 9px;
		top: -1vw;
		right: 1vw;
	}
	.gnav_sp .nav_sub {
		padding-bottom: 3vw;
	}
	.gnav_sp .nav_sub a {
		padding: 2vw 3vw 2vw 7vw;
		font-size: 87.5%;
		letter-spacing: .1em;
	}
	.gnav_sp .nav_sub a:after {
		left: 4vw;
		width: calc(10 / 750 * 100vw);
		height: calc(10 / 750 * 100vw);
	}
}

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

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

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


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {

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

}


/* フッター footer
------------------------------------------------------------------*/
/* .foot_main フッター本体
============================================================================== */
.foot_main {
	padding: 110px 0 88px;
}
.foot_main .col_l {
	width: 53%;
}
.foot_main .col_l h2 {
	margin-bottom: 11px;
}
.foot_main .col_l h2 img {
	margin-top: -10px;
}
.foot_main .col_l .txt_place {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 16px;
}
.foot_main .col_l .txt_place a {
	color: inherit;
}
.foot_main .col_l .foot_img {
	margin-bottom: 20px;
}
.foot_img > .tel {
	width: 71%;
}
.foot_img > .bnr {
	width: 45%;
}
.foot_main .col_l .btn_foot {
	padding-top: 2px;
}
.foot_main .tel_foot {
	margin-bottom: 14px;
}
.foot_main .col_l .access01 {
	margin-bottom: 8px;
}
.foot_main .col_l .access01{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
}
.foot_main .col_l .access01 span{
	line-height: 21px;
	margin-left: 15px;
	font-weight: 500;
}
.foot_main .col_l .access02{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
}
.foot_main .col_l .access02 span{
	margin-left: 15px;
	font-weight: 500;
}
.foot_main .col_l .access02 span strong{
	color: #ffb4aa;
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}
.foot_main .col_l .access02 span strong em{
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
}
.foot_main .col_r {
	max-width: 450px;
	width: 45%;
}
.foot_main .col_r .tbl_time {
	margin-bottom: 10px;
}
.foot_main .col_r .tbl_caption {
	line-height: 1.5;
	margin-bottom: 20px;
}
.foot_main .col_r h3 {
	font-size: 16px;
	color: #8c6414;
	line-height: 1.3;
	margin-bottom: 8px;
}
.foot_main .col_r .txt_medical {
	color: #8c6414;
	line-height: 1.5;
}
.txt_medical{
	margin-bottom: 20px;
}
.btn_foot.flex{
	flex-wrap:nowrap;
}

.page_top {
	position: absolute;
	right: 0;
	top: -66px;
}

.copyright {
	background: #3c96c8;
	padding: 12px 0;
	text-align: center;
}
.copyright small {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.copyright a {
	color: inherit;
}
@media(min-width: 961px) and (max-width: 1080px) {
	.foot_main .col_l .access02 span strong{
		margin-left: 0px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.foot_main .col_l{
		width: 100%;
		text-align: center;
		margin: 0 auto 45px;
	}
	.foot_main .col_r{width: 100%;}
	.foot_img > .tel{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.foot_main .col_l .btn_foot{
		max-width: 390px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.foot_main .col_r .tbl_time{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.foot_main .bnr_foot{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media(max-width: 767px) {
	.foot_main {padding: 7.5vw 0;}
	.foot_main .col_l{
		width: 100%;
		text-align: center;
		margin: 0 auto 5.5vw;
	}
	.foot_main .col_l .btn_foot{
		display: block;
		width: 100%;
	}
	.btn_foot.flex > a{display: block;width: 100%}
	.btn_foot.flex > a:last-child{margin-top: 3vw;}
	.foot_img > .tel{width: 100%;}
	.foot_main .col_r{width: 100%;}
	.bnr_foot{margin: auto;text-align: center;}
}

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

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

}



/* ここから作成しました */


/* セクション　attractive
------------------------------------------------------------------*/
.attractive {
	margin-top: 70px;
  }
  @media screen and (max-width: 767px) {
	.attractive {
	  margin-top: 56px;
	}
  }

  .attractive__card-box {
	margin-top: 60px;
	padding-top: 55px;
	padding-bottom: 55px;
  }
  @media screen and (max-width: 767px) {
	.attractive__card-box {
	  margin-top: 57px;
	  padding-top: 0;
	  padding-bottom: 37px;
	}
  }

  .attractive__card-box.card-box::after {
	background-color: #FFF9E2;
	left: 0;
	width: calc(50% + 16.40625vw);
	border-radius: 0 10px 10px 0;
  }
  @media screen and (max-width: 767px) {
	.attractive__card-box.card-box::after {
	  width: 100%;
	  height: 80%;
	  border-radius: 0;
	  border-radius: initial;
	}
  }

  /* bg-color設定
  ------------------------------------------------------------------*/
  .bg_white {
	background-color: #fff;
  }

  .bg_col01 {
	background-color: #FF8F00;
  }

  .bg_col02 {
	background-color: #FFF9E2;
  }

  .bg_col03 {
	background-color: #FFDA50;
  }

  .bg_col04 {
	background-color: #F0FFF2;
  }

  @media screen and (max-width: 767px) {
	.bg_col05 {
	  background-color: #FFF9E2;
	}
  }

  /* 共通パーツ　btn-accordion
  ------------------------------------------------------------------*/
  .btn-accordion__icon {
	width: 25px;
	height: 25px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
	.btn-accordion__icon {
	  width: 12px;
	  height: 12px;
	  right: 13px;
	}
  }

  .btn-accordion__icon.is-open .btn-accordion__arrow {
	top: 10px;
	left: 8px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
	.btn-accordion__icon.is-open .btn-accordion__arrow {
	  top: 4px;
	  left: 4px;
	}
  }

  .btn-accordion__arrow {
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 6px;
	left: 8px;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
  }
  @media screen and (max-width: 767px) {
	.btn-accordion__arrow {
	  width: 5px;
	  height: 5px;
	  border-top: solid 2px #fff;
	  border-right: solid 2px #fff;
	  top: 3px;
	  left: 4px;
	}
  }

  .btn-accordion1__box {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 37px;
	padding: 27.5px 90px 27.5px 32px;
	cursor: pointer;
	position: relative;
  }
  @media screen and (max-width: 1280px) {
	.btn-accordion1__box {
	  font-size: calc(7.5px + 1.36719vw);
	}
  }
  @media screen and (max-width: 767px) {
	.btn-accordion1__box {
	  font-size: 18px;
	  line-height: 1.7222222222;
	  border-radius: 49px;
	  padding: 18px 20px 18px 28px;
	}
  }

  .btn-accordion1__textarea {
	display: none;
	margin-top: 20px;
	padding-bottom: 28px;
	padding-left: 2.5px;
	padding-right: 2.5px;
  }

  .btn-accordion1__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 20px 26px 22px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
			box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	border-radius: 8px;
  }

  .btn-accordion2__box {
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
  }

  .btn-accordion2__box-title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 37px;
	padding: 24px 90px 24px 32px;
	cursor: pointer;
	position: relative;
	max-width: 668px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (max-width: 1280px) {
	.btn-accordion2__box-title {
	  font-size: calc(7.5px + 1.36719vw);
	}
  }
  @media screen and (max-width: 767px) {
	.btn-accordion2__box-title {
	  font-size: 18px;
	  line-height: 1.7222222222;
	  border-radius: 49px;
	  padding: 7px 20px 7px 20px;
	}
  }

  .btn-accordion2__textarea {
	display: none;
	margin-top: 40px;
	max-width: 1140px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
  }
  @media screen and (max-width: 767px) {
	.btn-accordion2__textarea {
	  margin-top: 20px;
	  padding-right: 32px;
	  padding-left: 32px;
	}
  }

  .btn-accordion2__wrap {
	width: 100%;
	min-height: 123px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }

  .btn-accordion2__wrap:nth-child(n+2) .btn-accordion2__theme {
	border-top: 1px solid #fff;
  }

  .btn-accordion2__wrap:last-child .btn-accordion2__text {
	border-bottom: 1px solid #CBCAC9;
  }

  .btn-accordion2__theme {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.21em;
	width: 41.65%;
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  @media screen and (max-width: 767px) {
	.btn-accordion2__theme {
	  display: block;
	  font-size: 16px;
	  padding-top: 17px;
	  padding-left: 17px;
	  width: 35.65%;
	}
  }

  .btn-accordion2__text {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	border-top: 1px solid #CBCAC9;
	border-right: 1px solid #CBCAC9;
	width: 58.35%;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
  }
  @media screen and (max-width: 767px) {
	.btn-accordion2__text {
	  font-size: 14px;
	  line-height: 2.2857142857;
	  padding-top: 8px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-bottom: 8px;
	  width: 64.35%;
	}
  }

  /* 共通パーツ　btn
  ------------------------------------------------------------------*/
  .btn-application {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 50px;
	width: 500px;
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 48px;
	position: relative;
  }
  @media screen and (max-width: 1280px) {
	.btn-application {
	  font-size: calc(2px + 1.95313vw);
	  width: 39.0625vw;
	  height: 7.421875vw;
	  padding-left: 3.90625vw;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-application {
	  font-size: 17px;
	  width: 84vw;
	  height: 16vw;
	  max-width: 315px;
	  max-height: 60px;
	  padding-left: 25px;
	}
  }
  @media screen and (max-width: 374px) {
	.btn-application {
	  font-size: calc(1.83784px + 4.05405vw);
	  width: 80vw;
	}
  }

  .btn-application::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(./images/index/img_index_contact_btn-application01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  @media screen and (max-width: 1280px) {
	.btn-application::before {
	  width: 3.90625vw;
	  height: 3.90625vw;
	}
  }
  @media screen and (max-width: 960px) {
	.btn-application::before {
	  left: 25px;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-application::before {
	  width: 31px;
	  height: 31px;
	  left: 22px;
	}
  }
  @media screen and (max-width: 374px) {
	.btn-application::before {
	  left: 5.3475935829vw;
	}
  }

  .btn-application::after {
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(./images/index/img_index_contact_btn-application02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  @media screen and (max-width: 1280px) {
	.btn-application::after {
	  width: 1.328125vw;
	  height: 1.328125vw;
	}
  }
  @media screen and (max-width: 960px) {
	.btn-application::after {
	  right: 25px;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-application::after {
	  width: 11px;
	  height: 11px;
	  right: 22px;
	}
  }
  @media screen and (max-width: 374px) {
	.btn-application::after {
	  right: 5.3475935829vw;
	}
  }

  .btn-tel {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: 70px;
	width: 500px;
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 48px;
	position: relative;
  }
  @media screen and (max-width: 1280px) {
	.btn-tel {
	  font-size: calc(1px + 2.73438vw);
	  width: 39.0625vw;
	  height: 7.421875vw;
	  padding-left: 5.46875vw;
	}
  }
	@media(min-width: 768px) and (max-width: 1080px) {
		::-webkit-full-page-media, :future, :root .btn-tel {font-size: calc(1px + 2.5vw);}
	}
  @media screen and (max-width: 767px) {
	.btn-tel {
	  font-size: 22px;
	  width: 84vw;
	  height: 16vw;
	  max-width: 315px;
	  max-height: 60px;
	  padding-left: 40px;
	}
  }
  @media screen and (max-width: 374px) {
	.btn-tel {
	  font-size: calc(1.78378px + 5.40541vw);
	  width: 80vw;
	}
  }

  .btn-tel::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(./images/index/img_index_contact_btn-tel01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  @media screen and (max-width: 1280px) {
	.btn-tel::before {
	  width: 3.90625vw;
	  height: 3.90625vw;
	}
  }
  @media screen and (max-width: 960px) {
	.btn-tel::before {
	  left: 25px;
	}
  }
  @media screen and (max-width: 767px) {
	.btn-tel::before {
	  width: 31px;
	  height: 31px;
	  left: 21px;
	}
  }
  @media screen and (max-width: 374px) {
	.btn-tel::before {
	  left: 5.3475935829vw;
	}
  }

  /* 共通パーツ　card-box
  ------------------------------------------------------------------*/
  .card-box {
	width: 100%;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.card-box {
	  padding-top: 0;
	  padding-bottom: 37px;
	}
  }

  .card-box::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
  }
  @media screen and (max-width: 767px) {
	.card-box::after {
	  top: auto;
	  top: initial;
	}
  }

  .card-box__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  @media screen and (max-width: 767px) {
	.card-box__wrap {
	  display: block;
	}
  }

  .card-box__wrap--attractive {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
  }

  .card-box__wrap--event {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
  }

  .card-box__img {
	width: 44.1%;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.card-box__img {
	  width: 100%;
	}
  }

  .card-box__img::after {
	content: "";
	padding-top: 54.54%;
	display: block;
  }
  @media screen and (max-width: 767px) {
	.card-box__img::after {
	  padding-top: 54.6%;
	}
  }

  .card-box__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }

  .card-box__body {
	width: 53.8%;
  }
  @media screen and (max-width: 767px) {
	.card-box__body {
	  width: 100%;
	  margin-top: 37px;
	}
  }

  .card-box__body--attractive {
	margin-right: 2.2%;
  }
  @media screen and (max-width: 767px) {
	.card-box__body--attractive {
	  margin-right: 0;
	  margin-right: initial;
	}
  }

  .card-box__body--offer {
	margin-left: 2.2%;
  }
  @media screen and (max-width: 767px) {
	.card-box__body--offer {
	  margin-left: 0;
	  margin-left: initial;
	}
  }

  .card-box__body--event {
	margin-right: 2.2%;
  }
  @media screen and (max-width: 767px) {
	.card-box__body--event {
	  margin-right: 0;
	  margin-right: initial;
	  margin-top: 44px;
	}
  }

  .card-box__list {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.12em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  @media screen and (max-width: 1280px) {
	.card-box__list {
	  font-size: calc(10px + 0.78125vw);
	}
  }
  @media screen and (max-width: 767px) {
	.card-box__list {
	  font-size: 16px;
	  letter-spacing: 0.01em;
	  line-height: 1.875;
	}
  }

  .card-box__number--event {
	margin-right: 10px;
  }

  @media screen and (max-width: 767px) {
	.card-box__text--event {
	  padding-left: 10px;
	}
  }

  .card-box__list:nth-child(n+2) {
	margin-top: 25px;
  }
  @media screen and (max-width: 1280px) {
	.card-box__list:nth-child(n+2) {
	  margin-top: 1.953125vw;
	}
  }
  @media screen and (max-width: 767px) {
	.card-box__list:nth-child(n+2) {
	  margin-top: 12px;
	}
  }

  /* 共通パーツ　color-line
  ------------------------------------------------------------------*/
  .color-line {
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFB0A7), color-stop(3.5%, #FF8F00), color-stop(7%, #FFDA50), color-stop(10.5%, #1FD334), color-stop(14%, #FFB0A7), color-stop(17.5%, #FF8F00), color-stop(21%, #FFDA50), color-stop(24.5%, #1FD334), color-stop(28%, #FFB0A7), color-stop(31.5%, #FF8F00), color-stop(35%, #FFDA50), color-stop(38.5%, #1FD334), color-stop(42%, #FFB0A7), color-stop(45.5%, #FF8F00), color-stop(49%, #FFDA50), color-stop(52.5%, #1FD334), color-stop(56%, #FFB0A7), color-stop(59.5%, #FF8F00), color-stop(63%, #FFDA50), color-stop(66.5%, #1FD334), color-stop(70%, #FFB0A7), color-stop(73.5%, #FF8F00), color-stop(77%, #FFDA50), color-stop(80.5%, #1FD334), color-stop(84%, #FFB0A7), color-stop(87.5%, #FF8F00), color-stop(91%, #FFDA50), color-stop(94.5%, #1FD334), color-stop(98%, #FFB0A7));
	background-image: linear-gradient(90deg, #FFB0A7 0 3.5%, #FF8F00 3.5% 7%, #FFDA50 7% 10.5%, #1FD334 10.5% 14%, #FFB0A7 14% 17.5%, #FF8F00 17.5% 21%, #FFDA50 21% 24.5%, #1FD334 24.5% 28%, #FFB0A7 28% 31.5%, #FF8F00 31.5% 35%, #FFDA50 35% 38.5%, #1FD334 38.5% 42%, #FFB0A7 42% 45.5%, #FF8F00 45.5% 49%, #FFDA50 49% 52.5%, #1FD334 52.5% 56%, #FFB0A7 56% 59.5%, #FF8F00 59.5% 63%, #FFDA50 63% 66.5%, #1FD334 66.5% 70%, #FFB0A7 70% 73.5%, #FF8F00 73.5% 77%, #FFDA50 77% 80.5%, #1FD334 80.5% 84%, #FFB0A7 84% 87.5%, #FF8F00 87.5% 91%, #FFDA50 91% 94.5%, #1FD334 94.5% 98%, #FFB0A7 98% 100%);
	background-repeat: no-repeat;
  }
  @media screen and (max-width: 960px) {
	.color-line {
	  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFB0A7), color-stop(5%, #FF8F00), color-stop(10%, #FFDA50), color-stop(15%, #1FD334), color-stop(20%, #FFB0A7), color-stop(25%, #FF8F00), color-stop(30%, #FFDA50), color-stop(35%, #1FD334), color-stop(40%, #FFB0A7), color-stop(45%, #FF8F00), color-stop(50%, #FFDA50), color-stop(55%, #1FD334), color-stop(60%, #FFB0A7), color-stop(65%, #FF8F00), color-stop(70%, #FFDA50), color-stop(75%, #1FD334), color-stop(80%, #FFB0A7), color-stop(85%, #FF8F00), color-stop(90%, #FFDA50), color-stop(95%, #1FD334));
	  background-image: linear-gradient(90deg, #FFB0A7 0 5%, #FF8F00 5% 10%, #FFDA50 10% 15%, #1FD334 15% 20%, #FFB0A7 20% 25%, #FF8F00 25% 30%, #FFDA50 30% 35%, #1FD334 35% 40%, #FFB0A7 40% 45%, #FF8F00 45% 50%, #FFDA50 50% 55%, #1FD334 55% 60%, #FFB0A7 60% 65%, #FF8F00 65% 70%, #FFDA50 70% 75%, #1FD334 75% 80%, #FFB0A7 80% 85%, #FF8F00 85% 90%, #FFDA50 90% 95%, #1FD334 95%);
	}
  }
  @media screen and (max-width: 767px) {
	.color-line {
	  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFB0A7), color-stop(12.8%, #FF8F00), color-stop(25.6%, #FFDA50), color-stop(38.4%, #1FD334), color-stop(51.2%, #FFB0A7), color-stop(64%, #FF8F00), color-stop(76.8%, #FFDA50), color-stop(89.6%, #1FD334));
	  background-image: linear-gradient(90deg, #FFB0A7 0 12.8%, #FF8F00 12.8% 25.6%, #FFDA50 25.6% 38.4%, #1FD334 38.4% 51.2%, #FFB0A7 51.2% 64%, #FF8F00 64% 76.8%, #FFDA50 76.8% 89.6%, #1FD334 89.6%);
	}
  }

  .color-line--schedule {
	margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
	.color-line--schedule {
	  margin-top: 56px;
	}
  }

  /* color設定
  ------------------------------------------------------------------*/
  .txt_white {
	color: #fff;
  }

  .txt_col01 {
	color: #FF8F00;
  }

  .txt_col02 {
	color: #7E7E7E;
  }

  .txt_col03 {
	color: #22201E;
  }

  .txt_col04 {
	color: #0098CC;
  }

  .txt_col05 {
	color: #1FD334;
  }

  .txt_col06 {
	color: #FFDA50;
  }

  .txt_col07 {
	color: #fff;
  }
  @media screen and (max-width: 767px) {
	.txt_col07 {
	  color: #7E7E7E;
	}
  }

  .txt_col08 {
	color: rgba(255, 143, 0, .22);
  }

  .txt_col09 {
	color: rgba(31, 211, 52, .22);
  }

  .txt_col10 {
	color: rgba(255, 218, 80, .22);
  }

  .txt_col11 {
	color: rgba(255, 255, 255, .22);
  }

  /* セクション contact
  ------------------------------------------------------------------*/
  .contact {
	position: relative;
	width: 100%;
	height: 403px;
	padding-top: 42px;
  }
  @media screen and (max-width: 767px) {
	.contact {
	  height: 317px;
	  padding-top: 58px;
	}
  }

  .contact__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }

  .contact__img img {
	width: 100%;
	height: 100%;
  }

  .contact__img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 152, 204, .78);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
  }

  .contact__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 76px;
  }
  @media screen and (max-width: 767px) {
	.contact__items {
	  display: block;
	  margin-top: 39px;
	}
  }

  @media screen and (max-width: 767px) {
	.contact__item {
	  width: 84vw;
	  max-width: 315px;
	  margin-left: auto;
	  margin-right: auto;
	}
  }

  .contact__item:last-child {
	margin-left: 6.25vw;
  }
	@media(min-width: 768px) and (max-width: 1280px) {
		.contact__item:last-child {margin-left: 6vw;}
	}
	@media(min-width: 768px) and (max-width: 1080px) {
		.contact__item:last-child {margin-left: 4vw;}
	}
  @media screen and (max-width: 767px) {
	.contact__item:last-child {
	  margin-left: auto;
	  margin-top: 10px;
	}
  }

  /* 共通パーツ　content-box
  ------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
	.content-box__inner.inner {
	  max-width: none;
	  max-width: initial;
	  width: 100%;
	  padding-right: 0;
	  padding-right: initial;
	  padding-left: 0;
	  padding-left: initial;
	  margin-right: auto;
	  margin-left: auto;
	}
  }

  .content-box__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  @media screen and (max-width: 767px) {
	.content-box__wrap {
	  display: block;
	}
  }

  .content-box__wrap--greeting {
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }

  .content-box__wrap--philosophy {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  .content-box__wrap--philosophy-img-right {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
  }

  .content-box__img {
	width: 50%;
	height: 480px;
	position: relative;
  }
  @media screen and (max-width: 1280px) {
	.content-box__img {
	  height: 37.5vw;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__img {
	  width: 100%;
	  height: 88vw;
	  min-height: 330px;
	}
  }

  .content-box__img::after {
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }

  .content-box__img--greeting::after {
	top: 46%;
	left: 39%;
	background-image: url(./images/index/img_index_greeting01.png);
	background-size: 650px 650px;
  }
  @media screen and (max-width: 1280px) {
	.content-box__img--greeting::after {
	  background-size: 50.78125vw 50.78125vw;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__img--greeting::after {
	  top: 42%;
	  left: 48%;
	  background-size: 120vw 120vw;
	}
  }

  .content-box__img--philosophy1::after {
	height: 485px;
	top: 45%;
	left: 38%;
	background-image: url(./images/index/img_index_philosophy01.png);
	background-size: 650px 660px;
  }
  @media screen and (max-width: 1280px) {
	.content-box__img--philosophy1::after {
	  height: 37.890625vw;
	  background-size: 50.78125vw 51.5625vw;
	  top: 43%;
	  left: 40%;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__img--philosophy1::after {
	  height: 88vw;
	  top: 37%;
	  left: 48%;
	  background-size: 109.3333333333vw 109.3333333333vw;
	}
  }

  .content-box__img--philosophy2::after {
	height: 455px;
	top: 44%;
	left: 64%;
	background-image: url(./images/index/img_index_philosophy02.png);
	background-size: 650px 625px;
  }
  @media screen and (max-width: 1280px) {
	.content-box__img--philosophy2::after {
	  height: 35.546875vw;
	  background-size: 50.78125vw 48.828125vw;
	  left: 57%;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__img--philosophy2::after {
	  height: 88vw;
	  top: 44%;
	  left: 50%;
	  background-size: 114.6666666667vw 114.6666666667vw;
	}
  }

  .content-box__img--philosophy3::after {
	height: 445px;
	top: 45%;
	left: 43%;
	background-image: url(./images/index/img_index_philosophy03.png);
	background-size: 550px 528px;
  }
  @media screen and (max-width: 1280px) {
	.content-box__img--philosophy3::after {
	  height: 34.765625vw;
	  background-size: 42.96875vw 41.25vw;
	  left: 45%;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__img--philosophy3::after {
	  height: 88vw;
	  top: 43%;
	  left: 50%;
	  background-size: 93.3333333333vw 93.3333333333vw;
	}
  }

  .content-box__body {
	width: 48%;
  }
  @media screen and (max-width: 767px) {
	.content-box__body {
	  width: 100%;
	  padding-right: 30px;
	  padding-left: 30px;
	  margin-right: auto;
	  margin-left: auto;
	}
  }

  .content-box__body--greeting {
	width: 50%;
  }
  @media screen and (max-width: 767px) {
	.content-box__body--greeting {
	  width: 100%;
	  margin-top: 30px;
	  margin-left: 0;
	  margin-left: initial;
	}
  }

  .content-box__body--philosophy1 {
	margin-left: 2%;
  }
  @media screen and (max-width: 767px) {
	.content-box__body--philosophy1 {
	  margin-top: -24px;
	  margin-left: 0;
	  margin-left: initial;
	}
  }

  .content-box__body--philosophy2 {
	margin-top: -2px;
	margin-right: 2%;
  }
  @media screen and (max-width: 767px) {
	.content-box__body--philosophy2 {
	  margin-top: 2px;
	  margin-right: 0;
	  margin-right: initial;
	}
  }

  .content-box__body--philosophy3 {
	margin-top: -33px;
	margin-left: 2%;
  }
  @media screen and (max-width: 1280px) {
	.content-box__body--philosophy3 {
	  margin-top: -0.859375vw;
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__body--philosophy3 {
	  margin-top: -15px;
	  margin-left: 0;
	  margin-left: initial;
	}
  }

  .content-box__title {
	font-weight: bold;
	letter-spacing: 0.21em;
	line-height: 1.7;
  }

  .content-box__title--greeting {
	font-size: 20px;
  }
  @media screen and (max-width: 767px) {
	.content-box__title--greeting {
	  letter-spacing: 0.1em;
	}
  }
  @media screen and (max-width: 374px) {
	.content-box__title--greeting {
	  font-size: 18px;
	}
  }

  .content-box__title--philosophy {
	font-size: 24px;
  }
  @media screen and (max-width: 1280px) {
	.content-box__title--philosophy {
	  font-size: calc(14px + 0.78125vw);
	}
  }
  @media screen and (max-width: 767px) {
	.content-box__title--philosophy {
	  font-size: 20px;
	}
  }

  .content-box__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
  }

  .content-box__text--greeting {
	margin-top: 25px;
  }
  @media screen and (max-width: 767px) {
	.content-box__text--greeting {
	  margin-top: 25px;
	}
  }

  .content-box__text--philosophy1 {
	margin-top: 12px;
  }
  @media screen and (max-width: 767px) {
	.content-box__text--philosophy1 {
	  margin-top: 16px;
	}
  }

  .content-box__text--philosophy2 {
	margin-top: 25px;
  }
  @media screen and (max-width: 767px) {
	.content-box__text--philosophy2 {
	  margin-top: 16px;
	}
  }

  .content-box__text--philosophy3 {
	margin-top: 12px;
  }
  @media screen and (max-width: 767px) {
	.content-box__text--philosophy3 {
	  margin-top: 16px;
	}
  }

  .content-box__text span {
	display: inline-block;
	margin-top: 30px;
  }

  /* セクション　event
  ------------------------------------------------------------------*/
  .event {
	margin-top: 8px;
  }
  @media screen and (max-width: 767px) {
	.event {
	  margin-top: 55px;
	}
  }

  .event__card-box {
	margin-top: 60px;
	padding-top: 55px;
	padding-bottom: 55px;
  }
  @media screen and (max-width: 767px) {
	.event__card-box {
	  margin-top: 55px;
	  padding-top: 0;
	  padding-bottom: 54px;
	}
  }

  .event__card-box.card-box::after {
	background-color: #FFF9E2;
	left: 0;
	width: calc(50% + 16.40625vw);
	border-radius: 0 10px 10px 0;
  }
  @media screen and (max-width: 767px) {
	.event__card-box.card-box::after {
	  width: 100%;
	  height: 80%;
	  border-radius: 0;
	  border-radius: initial;
	}
  }

  /* font設定
  ------------------------------------------------------------------*/
  .yugo {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
	font-style: normal;
  }

  .shu {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
  }

  /* .hiragi {
	font-family: "ヒラギノ角ゴ ProN", sans-serif;
	font-style: normal;
  } */

  /* セクション　greeting
  ------------------------------------------------------------------*/
  .greeting {
	padding-top: 100px;
	padding-bottom: 70px;
	position: relative;
	z-index: -1;
	overflow: hidden;
  }
  @media screen and (max-width: 767px) {
	.greeting {
	  padding-top: 80px;
	  padding-bottom: 75px;
	}
  }

  .greeting::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./images/index/img_index_greeting02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
  }
  @media screen and (max-width: 767px) {
	.greeting::before {
	  height: 66%;
	  background-image: url(./images/index/img_index_greeting03.png);
	}
  }

  .greeting__content-box {
	margin-top: 70px;
  }
  @media screen and (max-width: 767px) {
	.greeting__content-box {
	  margin-top: 55px;
	}
  }

  /* 共通パーツ　ib
  ------------------------------------------------------------------*/
  .ib {
	display: inline-block;
  }

  /* 共通パーツ　inner
  ------------------------------------------------------------------*/
  .inner {
	max-width: 1130px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
  }

  /* 共通パーツ　is-sp
  ------------------------------------------------------------------*/
  .is-sp {
	display: none;
  }
  @media screen and (max-width: 767px) {
	.is-sp {
	  display: block;
	}
  }

  /* セクション　job
  ------------------------------------------------------------------*/
  .job {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.job {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}
  }

  .job::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 248, 203, .86);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
  }

  .job::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./images/index/img_index_job01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 120%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
  }

	table .job::before,	table .job::after{content: none;}
  .job__items {
	margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
	.job__items {
	  margin-top: 35px;
	}
  }

  .job__item:last-child {
	margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
	.job__item:last-child {
	  margin-top: 10px;
	}
  }

  /* 共通パーツ　mv
  ------------------------------------------------------------------*/
  .mv {
	width: 100%;
	height: 100vh;
	position: relative;
  }
	@media(min-width: 768px) and (max-width:1280px) {
		.mv {height: calc(850 / 1280 * 100vw);}
	}
  @media screen and (max-width: 767px) {
	.mv {
	  height: 100%;
	}
  }

  .mv__inner {
	padding: 18px;
	width: 100%;
	height: 100%;
  }
	@media(min-width: 961px) and (max-width:1280px) {
		.mv__inner {padding: 15px;}
	}
	@media(min-width: 768px) and (max-width: 960px) {
		.mv__inner {padding: 10px;}
	}
  @media screen and (max-width: 767px) {
	.mv__inner {
	  padding: 12px;
	  padding-bottom: 90px;
	}
  }

  .mv__img {
	width: 100%;
	height: inherit;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.mv__img {
	  /* height: 46.6%; */
	  height: calc(594 / 750 * 100vw);
	}
  }

  .mv__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }

  .mv__title-block {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	max-width: 560px;
	width: 100%;
  }
	@media(min-width:768px) and (max-width:1080px) {
		.mv__title-block {top: 60%;}
	}
  @media screen and (max-width: 767px) {
	.mv__title-block {
	  max-width: 330px;
	  position: static;
	  -webkit-transform: none;
			  transform: none;
	  margin-top: 86px;
	  margin-left: auto;
	  margin-right: auto;
	}
  }

  .mv__title-box {
	position: relative;
	padding-top: 37px;
	padding-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
	.mv__title-box {
	  padding-top: 23px;
	  padding-bottom: 15px;
	}
  }

  .mv__title-box::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(./images/index/img_index_mv03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }
  @media screen and (max-width: 767px) {
	.mv__title-box::before {
	  background-image: url(./images/index/img_index_mv05.png);
	}
  }

  .mv__title-box::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(./images/index/img_index_mv03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }
  @media screen and (max-width: 767px) {
	.mv__title-box::after {
	  background-image: url(./images/index/img_index_mv05.png);
	}
  }

  .mv__title-logo {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 63px;
	height: 63px;
  }
  @media screen and (max-width: 767px) {
	.mv__title-logo {
	  width: 38px;
	  height: 38px;
	}
  }

  .mv__title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.24em;
	line-height: 1.875;
	text-align: center;
  }
	@media(min-width: 961px) and (max-width:1280px) {
		.mv__title {font-size: 30px;}
	}

	@media(min-width: 768px) and (max-width: 960px) {
		.mv__title {font-size: 27.5px;}
	}
  @media screen and (max-width: 767px) {
	.mv__title {
	  font-size: 18px;
	  line-height: 1.8888888889;
	}
  }
  @media screen and (max-width: 374px) {
	.mv__title {
	  font-size: calc(2.83784px + 4.05405vw);
	}
  }

  .mv__sub-title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 21px;
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.mv__sub-title {
	  font-size: 14px;
	  margin-top: 12px;
	}
  }
  @media screen and (max-width: 374px) {
	.mv__sub-title {
	  font-size: calc(3.89189px + 2.7027vw);
	}
  }

  .mv__sub-title .mv__sub-title1 {
	display: inline-block;
	padding: 11px 19px;
	border-radius: 10px;
  }
  @media screen and (max-width: 767px) {
	.mv__sub-title .mv__sub-title1 {
	  padding: 8px 12px;
	}
  }
  @media screen and (max-width: 374px) {
	.mv__sub-title .mv__sub-title1 {
	  padding: 6px 8px;
	}
  }

  .mv__sub-title .mv__sub-title2 {
	display: inline-block;
	padding: 11px 13px 11px 18px;
	border-radius: 10px;
	margin-left: -5px;
  }
  @media screen and (max-width: 767px) {
	.mv__sub-title .mv__sub-title2 {
	  margin-left: 0;
	  padding: 8px 12px;
	}
  }
  @media screen and (max-width: 374px) {
	.mv__sub-title .mv__sub-title2 {
	  padding: 6px 8px;
	}
  }

  /* セクション　offer
  ------------------------------------------------------------------*/
  .offer {
	margin-top: 100px;
  }
  @media screen and (max-width: 767px) {
	.offer {
	  margin-top: 55px;
	}
  }

  .offer__card-box {
	margin-top: 60px;
	padding-top: 27px;
	padding-bottom: 27px;
  }
  @media screen and (max-width: 767px) {
	.offer__card-box {
	  margin-top: 55px;
	  padding-top: 0;
	  padding-bottom: 44px;
	}
  }

  .offer__card-box.card-box::after {
	background-color: #E2FFEE;
	right: 0;
	width: calc(50% + 16.40625vw);
	border-radius: 10px 0 0 10px;
  }
  @media screen and (max-width: 767px) {
	.offer__card-box.card-box::after {
	  width: 100%;
	  height: 84%;
	  border-radius: 0;
	  border-radius: initial;
	}
  }

  /* セクション　opinions
  ------------------------------------------------------------------*/
  .opinions {
	padding-top: 115px;
	padding-bottom: 70px;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.opinions {
	  padding-top: 57px;
	  padding-bottom: 0;
	  padding-bottom: initial;
	}
  }

  .opinions::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-image: url(./images/index/img_index_opinions02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }

  .opinions__inner {
	max-width: 785px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
  }

  .opinions__wrap {
	margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
	.opinions__wrap {
	  margin-top: 56px;
	}
  }

  .opinions__theme {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.opinions__theme {
	  display: none;
	}
  }

  .opinions__img {
	max-width: 490px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
  }

  .opinions__img::after {
	content: "";
	padding-top: 67%;
	display: block;
  }
  @media screen and (max-width: 767px) {
	.opinions__img::after {
	  padding-top: 66%;
	}
  }

  .opinions__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }

  .opinions__items {
	margin-top: 45px;
  }
  @media screen and (max-width: 767px) {
	.opinions__items {
	  margin-top: 40px;
	}
  }

  .opinions__item:last-child {
	margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
	.opinions__item:last-child {
	  margin-top: 10px;
	}
  }

  /* セクション　philosophy
  ------------------------------------------------------------------*/
  .philosophy {
	padding-top: 95px;
	position: relative;
	overflow: hidden;
  }
  @media screen and (max-width: 767px) {
	.philosophy {
	  padding-top: 58px;
	  padding-bottom: 18px;
	}
  }

  .philosophy::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./images/index/img_index_philosophy04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
  }
  @media screen and (max-width: 767px) {
	.philosophy::before {
	  background-image: url(./images/index/img_index_philosophy05.png);
	}
  }

  .philosophy__items {
	margin-top: 90px;
  }
  @media screen and (max-width: 767px) {
	.philosophy__items {
	  margin-top: 55px;
	}
  }

  .philosophy__item:nth-child(n+2) {
	margin-top: -40px;
  }
  @media screen and (max-width: 1280px) {
	.philosophy__item:nth-child(n+2) {
	  margin-top: 2.0833333333vw;
	}
  }
  @media screen and (max-width: 767px) {
	.philosophy__item:nth-child(n+2) {
	  margin-top: 40px;
	}
  }

  /* セクション　recruitment
  ------------------------------------------------------------------*/
  .recruitment {
	margin-top: 100px;
	padding-bottom: 100px;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.recruitment {
	  margin-top: 80px;
	  padding-bottom: 52px;
	}
  }

  .recruitment::after {
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #FFF8CB;
  }
  @media screen and (max-width: 767px) {
	.recruitment::after {
	  height: calc(100% - 5.33333vw);
	}
  }

  .recruitment__items {
	margin-top: 55px;
  }
  @media screen and (max-width: 767px) {
	.recruitment__items {
	  margin-top: 55px;
	}
  }

  .recruitment__item:nth-child(n+2) {
	margin-top: 23px;
  }
  @media screen and (max-width: 767px) {
	.recruitment__item:nth-child(n+2) {
	  margin-top: 20px;
	}
  }

  /* 共通パーツ　schedule
  ------------------------------------------------------------------*/
  .schedule {
	margin-top: 104px;
  }
  @media screen and (max-width: 767px) {
	.schedule {
	  margin-top: 60px;
	}
  }

  .schedule__bg {
	position: relative;
	padding-top: 65px;
	padding-bottom: 67px;
  }
  @media screen and (max-width: 767px) {
	.schedule__bg {
	  padding-top: 70px;
	  padding-bottom: 37px;
	}
  }

  .schedule__time-line {
	position: absolute;
	top: 50%;
	left: 49.5%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	max-width: 92px;
	width: 100%;
	height: 1020px;
  }
  @media screen and (max-width: 767px) {
	.schedule__time-line {
	  top: calc(49% + 170px - 22.66667vw);
	  left: 19%;
	  width: 21.0666666667vw;
	}
  }
  @media screen and (max-width: 500px) {
	.schedule__time-line {
	  max-width: 85px;
	}
  }
  @media screen and (max-width: 430px) {
	.schedule__time-line {
	  max-width: 79px;
	}
  }
  @media screen and (max-width: 374px) {
	.schedule__time-line {
	  top: calc(50% + 270px - 45vw);
	}
  }

  .schedule__bg::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 248, 203, .86);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
  }

  .schedule__bg::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./images/index/img_index_schedule11.png);
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
  }

  @media screen and (max-width: 767px) {
	.schedule__bg::after {
	  background-image: url(./images/index/img_index_schedule10.png);
	}
  }

  .schedule__item:nth-child(n+2) {
	margin-top: 30px;
  }
  @media screen and (max-width: 767px) {
	.schedule__item:nth-child(n+2) {
	  margin-top: 29px;
	}
  }

  /* 共通パーツ　step-box
  ------------------------------------------------------------------*/
  .step-box {
	padding: 31.5px 0;
	width: 100%;
	min-height: 118px;
	border-radius: 10px;
	position: relative;
  }
  @media screen and (max-width: 767px) {
	.step-box {
	  padding: 30px 29px;
	  min-height: 0;
	  min-height: initial;
	}
  }

  .step-box__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 118px;
  }
  @media screen and (max-width: 767px) {
	.step-box__wrapper {
	  display: block;
	  min-height: 0;
	  min-height: initial;
	}
  }

  .step-box__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 37.2%;
	min-height: 118px;
	border-right: 1px dashed #FF8F00;
  }
  @media screen and (max-width: 767px) {
	.step-box__wrap {
	  width: 100%;
	  padding-bottom: 13px;
	  min-height: 0;
	  min-height: initial;
	  border: none;
	}
  }

  .step-box__number {
	width: 92px;
	height: 92px;
	margin-left: 30px;
  }
  @media screen and (max-width: 1280px) {
	.step-box__number {
	  width: 7.1875vw;
	  height: 7.1875vw;
	  margin-left: 2.34375vw;
	}
  }
  @media screen and (max-width: 767px) {
	.step-box__number {
	  width: 62px;
	  height: 62px;
	  margin-left: 0;
	  margin-left: initial;
	}
  }

  .step-box__theme {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.21em;
	margin-left: 54px;
  }
  @media screen and (max-width: 1280px) {
	.step-box__theme {
	  margin-left: 4.21875vw;
	}
  }
	@media(min-width: 768px) and (max-width: 1080px) {
		.step-box__theme {
			font-size: 19px;
			margin-left: calc(40 / 1080 * 100vw);
		}
	}
  @media screen and (max-width: 767px) {
	.step-box__theme {
	  margin-left: 17px;
	  font-size: 18px;
	}
  }

  .step-box__textarea {
	width: 62.8%;
	padding-left: 55px;
	padding-right: 30px;
  }
  @media screen and (max-width: 1280px) {
	.step-box__textarea {
	  padding-left: 4.296875vw;
	  padding-right: 2.34375vw;
	}
  }
  @media screen and (max-width: 767px) {
	.step-box__textarea {
	  width: 100%;
	  padding-left: 0;
	  padding-left: initial;
	  border-left: 0;
	  border-left: initial;
	  border-top: 1px dashed #FF8F00;
	}
  }

  .step-box__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	max-width: 455px;
	width: 100%;
  }
  @media screen and (max-width: 767px) {
	.step-box__text {
	  line-height: 1.25;
	  max-width: none;
	  max-width: initial;
	  padding-top: 9px;
	}
  }

  /* 共通パーツ　time-box
  ------------------------------------------------------------------*/
  .time-box__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  @media screen and (max-width: 767px) {
	.time-box__wrapper {
	  display: block;
	  width: 61.27%;
	  margin-left: auto;
	}
  }

  .time-box__wrapper--imgLeft {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
  }

  .time-box__wrap {
	width: 50%;
  }
  @media screen and (max-width: 767px) {
	.time-box__wrap {
	  width: 100%;
	}
  }

  .time-box__wrap--imgLeft {
	padding-left: 73px;
  }
  @media screen and (max-width: 767px) {
	.time-box__wrap--imgLeft {
	  padding-left: 0;
	  padding-left: initial;
	}
  }

  .time-box__wrap--imgRight {
	padding-right: 73px;
  }
  @media screen and (max-width: 767px) {
	.time-box__wrap--imgRight {
	  padding-right: 0;
	  padding-right: initial;
	}
  }

  .time-box__title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.21em;
  }
  @media screen and (max-width: 767px) {
	.time-box__title {
	  font-size: 16px;
	}
  }

  .time-box__title--imgLeft {
	margin-top: 15px;
  }
  @media screen and (max-width: 767px) {
	.time-box__title--imgLeft {
	  margin-top: 0;
	  margin-top: initial;
	}
  }

  .time-box__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 18px;
	max-width: 454px;
	width: 100%;
  }
  @media screen and (max-width: 767px) {
	.time-box__text {
	  display: none;
	}
  }

  .time-box__image {
	width: 50%;
	max-height: 140px;
  }
  @media screen and (max-width: 767px) {
	.time-box__image {
	  width: 100%;
	  margin-top: 13px;
	}
  }

  .time-box__image--imgLeft {
	padding-right: 73px;
  }
  @media screen and (max-width: 767px) {
	.time-box__image--imgLeft {
	  padding-right: 0;
	  padding-right: initial;
	}
  }

  .time-box__image--imgRight {
	padding-left: 73px;
  }
  @media screen and (max-width: 767px) {
	.time-box__image--imgRight {
	  padding-left: 0;
	  padding-left: initial;
	}
  }

  .time-box__img {
	max-width: 310px;
	width: 100%;
  }

  .time-box__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }

  /* 共通パーツ　title-inner
  ------------------------------------------------------------------*/
  .title-inner {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
  }

  /* 共通パーツ　title
  ------------------------------------------------------------------*/
  .title1 {
	text-align: center;
  }

  .title1__en {
	width: 100%;
	font-size: 62px;
	font-weight: 600;
	letter-spacing: 0.135em;
	text-transform: uppercase;
  }
  @media screen and (max-width: 960px) {
	.title1__en {
	  font-size: 52px;
	}
  }
  @media screen and (max-width: 767px) {
	.title1__en {
	  font-size: calc(6.99745px + 5.86735vw);
	}
  }

  .title1__jp {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: -12px;
  }
  @media screen and (max-width: 960px) {
	.title1__jp {
	  font-size: 22px;
	}
  }
  @media screen and (max-width: 767px) {
	.title1__jp {
	  font-size: calc(0.47704px + 2.80612vw);
	  margin-top: -1.3333333333vw;
	}
  }

  .title2 {
	text-align: center;
  }
  @media screen and (max-width: 960px) {
	.title2 {
	  position: relative;
	}
  }

  .title2__en {
	width: 100%;
	font-size: 62px;
	font-weight: 600;
	letter-spacing: 0.135em;
	text-transform: uppercase;
  }
  @media screen and (max-width: 960px) {
	.title2__en {
	  font-size: 52px;
	}
  }
  @media screen and (max-width: 767px) {
	.title2__en {
	  font-size: calc(6.99745px + 5.86735vw);
	}
  }

  @media screen and (max-width: 960px) {
	.title2__en .new-line {
	  display: block;
	}
  }

  .title2__jp {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: -12px;
  }
  @media screen and (max-width: 960px) {
	.title2__jp {
	  font-size: 22px;
	  margin-top: 0;
	  margin-top: initial;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	}
  }
  @media screen and (max-width: 767px) {
	.title2__jp {
	  font-size: calc(0.47704px + 2.80612vw);
	}
  }

  .title2__is-pc {
	display: inline-block;
	padding: 0 20px;
  }
  @media screen and (max-width: 960px) {
	.title2__is-pc {
	  display: none;
	}
  }


  /* ここまで作成しました */


.index_recruit_form{padding: 75px 0;}
@media screen and (max-width: 767px) {
	.index_recruit_form{padding: 9vw 0;}
}

.tbl_default table{border-color: #7E7E7E;}
.tbl_default th{
	color: #7E7E7E;;
	background: #FFDA50;
}
.tbl_default tr:not(:last-child) td{border-bottom-color:#7E7E7E;}

.min_pc{display: none;}
@media(min-width: 961px) and (max-width: 1080px) {
	.min_pc{display: inline;}
}