
/* default style
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	color: #333;
	letter-spacing: 1.3px;
	line-height: 1.75;
}
img {
	max-width: 100%;
}
a:link {
	color: #f8b73b;
	text-decoration: none;
}
a:hover {
	color: #f8b73b;
}
a:visited {
	color: #f8b73b;
	text-decoration: none;
}
span.red{
	color: #D33;
}
.cf{
	clear: both;
}
.center{
	text-align: center;
}
.br_tb{
	display: none;
}
.br_sp{
	display: none;
}


/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%;
	height:72px;
	background-color:#FFF;
	z-index: 999;
	border-bottom: #e5e5e5 1px solid;
}
#header hr.header_bottom{
	margin: 0 0 1px;
}
#header_inner{
	width: 100%;
	max-width: 1200px;
	height: 72px;
	margin: 0 auto;
	background-color:#FFF;
}
#logo {
	width: 280px;
	margin: 8px 0 0 10px;
	float: left;
}
#logo img{
	width: 240px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: right;
	margin: 28px 30px 0 0;
	float: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
	text-align: center;
	line-height: 1.4;
}
.navigation li a{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	transition: .3s;
}
.navigation li a span{
	font-size: 12px;
}
.navigation li a:hover{
	cursor:pointer;
	color: #f8b73b;
}
.navigation li.apply_button a {
    background-color: #f8b73b;
    color: #FFF;
    padding: 8px 10px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#content{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	overflow: hidden;
}
.video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.2);
}
.top_copy {
	position: absolute;
	top: 42%;
	width: 100%;
	text-align: center;
}
.top_copy h1{
	text-align: center;
	font-size: 30px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	color: #FFF;
}
.top_copy h1 span{
	font-size: 140%;
}
.title{
	margin: 50px auto 50px;
	clear: both;
}
.title h2{
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto 0;
}
.title h2::after {
  content: "";
  display: block;
  width: 70%;
  max-width: 100px;
  height: 3px;
  margin: 10px auto 0;
  background: #eca74f;
}
.title span{
	font-size: 140%;
}
#intro{
	padding: 2% 0 150px;
	position: relative;
	z-index: 0;
}
#intro::after{
	content: '';
	position: absolute;
	left:0;
	top: 0;
	transform: skewY(-5deg);
	transform-origin: bottom left;
	z-index: -1;
	width:100%;
	height:100%;
	background:rgb(230, 230, 230);
}
.intro_inner{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 0;
	overflow: hidden;
}
.intro_inner h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	margin: 20px 0 45px;
}
.intro_img{
	z-index: 1;
	position: absolute;
	top: 300px;
	width: 60%;
	max-width: 600px;
}
.intro_text{
	width: 60%;
	max-width: 600px;
	margin: 100px 0 80px;
	background-color: rgba(255, 255, 255, 0.80);
	z-index: 2;
	position: relative;
	float: right;
}
.intro_text p{
	padding: 8% 10% 8%;
	line-height: 2.0;
	color: #111;
}
.intro_movie{
	margin: 80px auto 50px;
}
.intro_movie img{
	width: 90%;
	max-width: 680px;
	display: block;
    margin: 0 auto 0;
}
#about{
	background:rgb(240, 240, 240);
	overflow: hidden;
}
.about_inner{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 300px;
	position: relative;
}
.about_img01{
	z-index: 1;
	position: absolute;
	top: 20px;
	width: 40%;
	max-width: 600px;
}
.about_img02{
	z-index: 1;
	position: absolute;
	top: 680px;
	right: 0;
	width: 40%;
	max-width: 600px;
}
.about_text{
	width: 60%;
	max-width: 600px;
	margin: 160px auto 80px;
	background-color: rgba(255, 255, 255, 0.80);
	z-index: 2;
	position: relative;
}
.about_text p{
	padding: 8% 10% 8%;
	line-height: 2.0;
	color: #111;
}
#staff001{
	width:100%;
	padding: 100px 0 150px;
	background-image:url('img/staff001_bg.jpg');
	background-size: cover;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	clear: both;
}
#staff002{
	width:100%;
	padding: 100px 0 150px;
	background-image:url('img/staff002_bg.jpg');
	background-size: cover;
	background-position: top 0% right 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	clear: both;
}
#staff003{
	width:100%;
	padding: 100px 0 150px;
	background-image:url('img/staff003_bg.jpg');
	background-size: cover;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	clear: both;
}
.staff_inner_right{
	width: 45%;
	margin: 0 5% 0 50%;
	padding: 0 0 60px;
	background-color: rgb(50,50,50,0.85);
}
.staff_inner_left{
	width: 45%;
	margin: 0 0 0 5%;
	padding: 0 0 60px;
	background-color: rgb(50,50,50,0.85);
}
.staff_inner_right h3,.staff_inner_left h3{
	font-size: 24px;
	font-weight: bold;
	margin: -30px 0 30px -10px;
	padding: 1rem 2rem;
	display: inline-block;
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg);
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#eca74f), to(#df6846));
	background-image: -webkit-linear-gradient(left, #eca74f 0%, #df6846 100%);
	background-image: linear-gradient(to right, #eca74f 0%, #df6846 100%);
}
span.post{
	font-size: 65%;
}
.staff_inner_right h4,.staff_inner_left h4{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	margin: 30px 0 15px;
}
.staff_inner_right p,.staff_inner_left p{
	color: #FFF;
	padding: 0 5%;
}
img.staff_sp{
	display: none;
}
.menu_list{
	width: 98%;
	max-width: 1200px;
	margin: 80px auto 40px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.menu_list_01,.menu_list_02,.menu_list_03,.menu_list_04,.menu_list_05,.menu_list_06,.menu_list_07{
	width: 44%;
	min-height: 240px;
	margin: 0 auto 3%;
}
.menu_list h3{
	min-height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #FFF;
	border-bottom: #FFF 2px solid;
	margin-top: 102%;
	padding: 0 5%;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	text-align: center;
}
.menu_list_01{
	background-image:url('img/menu_block01.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_02{
	background-image:url('img/menu_block02.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_03{
	background-image:url('img/menu_block03.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_04{
	background-image:url('img/menu_block04.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_05{
	background-image:url('img/menu_block05.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_06{
	background-image:url('img/menu_block06.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_07{
	background-image:url('img/menu_block07.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #4b4b4b;
	position:relative;
}
.menu_list_01 p,.menu_list_02 p,.menu_list_03 p,.menu_list_04 p,.menu_list_05 p,.menu_list_06 p,.menu_list_07 p{
	margin: 20px 0 20px;
	padding: 0 6% 10px;
	color: #FFF;
	font-size: 14px;
}
.menu_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.menu_link_text{
	text-align: center;
	margin: 0 0 30px;
}
.menu_inner{
	margin: 0 auto 0;
	padding: 50px 2% 50px;
	width: 96%;
	max-width: 1000px;
	background-color: rgb(255,255,255,0.85);
}
.menu_inner p{
	margin: 30px 0;
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
}
.menu_inner h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin: 0 auto 60px ;
	padding: 0 12px;
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	width: 80%;
	max-width: 600px;
}
.menu_inner h4::after{
	content: "";
	display: block;
	width: 60%;
	max-width: 180px;
	height: 2px;
	margin: 0 auto 0;
	background: #4b4b4b;
}
.menu_inner table{
	width: 98%;
	max-width: 700px;
	margin: 20px auto 80px;
}
.menu_inner table tr.title{
	background-color: #4b4b4b;
}
.menu_inner table tr.title th{
	color: #FFF;
	font-size: 15px;
}
.menu_inner table th{
	color: #444;
	border: 1px #4b4b4b solid;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6;
}
.menu_inner table th.course{
	padding: 20px 6px;
	width: 30%;
}
.menu_inner table td{
	color: #444;
	border: 1px #4b4b4b solid;
	padding: 25px 10px;
	text-align: center;
	vertical-align: middle;
	width: 35%;
	line-height: 1.6;
}
.menu_inner table td.detail{
	text-align: left;
}
.menu_inner table td span{
	font-size: 12px;
}
#menu_01{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu01_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_02{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu02_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_03{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu03_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_04{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu04_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_05{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu05_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_06{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu06_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu_07{
	width:100%;
	padding: 10% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/menu07_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
.menu_sp{
	display: none;
}

#access{
	width:100%;
	margin: 0 auto 0;
	clear: both;
}
.access_inner{
	width: 92%;
	max-width: 1000px;
	margin: 0 auto 0;
	background: rgb(255,255,255,0.9);
}
.access_inner table{
	margin: 0 auto 0;
}
.access_inner table th{
	width: 30%;
	padding: 15px 0 15px;
}
.ggmap {
	position: relative;
	margin: 50px auto 50px;
	padding: 30px 5% 56.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Apply */

#apply{
	clear: both;
	width: 100%;
	padding: 0 0 20px;
	background: url(/img/bg05.jpg) repeat;
}
#apply_inner{
	width: 98%;
	max-width: 800px;
	margin: 50px auto;
}
#apply_inner p{
	text-align: center;
}
#apply_inner h3{
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
	margin: 40px 0 20px;
}
#apply form{
	margin: 0 0 60px;
}
#apply table.formTable{
	width:100%;
	margin:20px auto 30px;
	border-collapse:collapse;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#apply table.formTable td,#apply table.formTable th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:20px 10px;
}
#apply table.formTable th{
	width:30%;
	vertical-align: middle;
	padding-left: 1.0em;
	background: #fff4e1;
}
#apply table.formTable th:before{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border: solid 3px #f8b73b;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	margin: 6px 3px 0 0;
}
#apply table.formTable th span.must{
	line-height: 1;
	margin-left: 10px;
	padding: 2px;
	border-radius: 3px;
	background-color: #f8b73b;
	color: #fff;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
	color: #c5c5c5;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #c5c5c5;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c5c5c5;
}
body.no_apply_link #page-apply{
	display: none;
}
body.no_apply_link #line_link{
	display: none;
}
.button{
	color: #fff;
	text-decoration: none;
	background: #f8b73b;
	display: block;
	margin: 0 auto 4%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 120%;
	padding: 10px 30px;
	letter-spacing: 0.2em;
	border: none;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
	-webkit-appearance: none;
}
.form_sp_l{
	width: 96%;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
#apply_inner ul{
	width: 92%;
	max-width: 600px;
	margin: 20px auto 20px;
	font-weight: bold;
}
#apply_inner a.line{
	margin: 15px auto 10px;
	text-align: center;
	display: block;
}

/* Reserve */

#reserve{
	clear: both;
	width: 100%;
	padding: 0 0 20px;
	background: url(/img/bg05.jpg) repeat;
}
#reserve_inner{
	width: 98%;
	max-width: 1000px;
	margin: 50px auto;
}
#reserve_inner p{
	text-align: center;
}
#reserve_inner h3{
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
	margin: 40px 0 20px;
}


/* Toplink */

#page-top {
	position: fixed;
	bottom: 0px !important;
	right: 5px;
	z-index: 5;
}
#page-top a {
	background: #FFF;
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#page-apply {
    position: fixed;
    bottom: 0px !important;
    width: 100%;
	text-align: center;
	background-color: #FFF;
    padding: 5px 0;
	border-top: #e5e5e5 1px solid;
	display: none;
}
#page-apply a {
    background: #f8b73b;
    text-decoration: none;
    width: 110px;
    text-align: center;
    display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
    line-height: 2.6;
	letter-spacing: -0.03em;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#page-apply a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#line_link{
	position: fixed;
	bottom: 3px !important;
	left: 5px;
	z-index: 5;
	display: none;
}
#line_link a{
	background: #FFF;
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
}

/* Footer */

#footer{
	width: 100%;
	padding: 30px 0 30px;
	background-color: #111;
	text-align: center;
}
#footer ul.footer_link{
	width: 90%;
	max-width: 900px;
	height: 20px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}
#footer ul.footer_link li{
	width: 33%;
	margin: 0 auto 10px;
	list-style-type: none;
}
#footer ul.footer_link li a{
	font-size: 13px;
	color: #FFF;
}
#footer ul.footer_link li a:before{
	content: "- ";
}
#footer p{
	clear: both;
	height: 100%;
	font-size: 13px;
	color: #FFF;
}



/* Tablet */
@media screen and (max-width: 1024px) {

	#header_inner {
		z-index: 999;
		width: 100%;
		height: 60px;
	}
	#logo{
		width: 100%;
		text-align: center;
	}
	#tel{
		display: none;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -510px;
		background: #FFF;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: -300;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		border-bottom: #e5e5e5 1px solid;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	.navigation{
		float: none;
	}
	.navigation li{
		padding: 0;
		margin: 14px 0;
	}
	.navigation li a {
		width: 100%;
		color: #333;
		line-height: 2.4rem;
		padding: 10px 0;
	}
	.navigation li a:hover {
		color: #f8b73b;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 14px;
		top: 22px;
		width: 40px;
		height: 32px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
		width: 25px;
		margin: 0 auto 0;
	}
	#nav-toggle p {
		font-size: 8px;
		position: absolute;
		top: 20px;
		letter-spacing: 0px;
		width: 100%;
		color: #333;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #333;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 8px;
	}
	#nav-toggle span:nth-child(3) {
		top: 16px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#page-top a:hover {
	    text-decoration: none;
	    background: #FFF;
	}
	#page-top {
		bottom: 3px !important;
	}
	#page-apply {
		display: block;
	}
	#line_link{
		display: block;
	}
	.br_pc{
		display: none;
	}
	#footer{
		padding: 30px 0 75px;
	}
	

}


@media screen and (max-width: 860px) {

	.br_tb{
		display: block;
	}
	.title{
		margin: 5% auto 5%;
	}
	.video {
		top: 40%;
	}
	#intro {
		padding: 2% 0 50px;
	}
	#about{
		background-color: transparent;
	}
	.about_inner{
		padding: 10px 0 25px;
	}
	.about_img01{
		position: relative;
		top: 0;
		width: 96%;
		max-width: 860px;
		margin: 0 auto 20px;
	}
	.about_img02{
		display: none;
	}
	.about_text{
		width: 96%;
		max-width: 860px;
		margin: 20px auto 80px;
		background-color: transparent;
	}
	.about_text p{
		padding: 0;
	}
	#staff001,#staff002,#staff003{
		width:100%;
		padding: 0 0 50px;
		background-image:none;
	}
	.staff_inner_right,.staff_inner_left{
		width:90%;
		max-width: 700px;
		margin: 0 auto;
		background-color: #FFF;
		padding: 0px 0 50px;
	}
	img.staff_sp{
		display: block;
		float: left;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.staff_inner_right h3,.staff_inner_left h3{
		display: block;
		text-align: center;
		padding: 1rem 1rem;
	}
	.staff_inner_right h4,.staff_inner_left h4{
		color: #333;
	}
	.staff_inner_right p,.staff_inner_left p{
		padding: 0;
		color: #333;
	}
	.menu_list{
		flex-wrap: wrap;
		margin: 20px auto 40px;
	}
	.menu_list h3{
		margin-top: 20%;
	}
	.menu_list_01,.menu_list_02,.menu_list_03,.menu_list_04,.menu_list_05,.menu_list_06,.menu_list_07{
		width: 96%;
		margin: 20px auto 40px;
		background-position: center bottom;
		background-size: cover;
	}
	.menu_list_01::before,.menu_list_02::before,.menu_list_03::before,.menu_list_04::before,.menu_list_05::before,.menu_list_06::before,.menu_list_07::before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(30, 30, 30, 0.6);
		z-index: -10;
	}
	#menu_01,#menu_02,#menu_03,#menu_04,#menu_05,#menu_06,#menu_07{
		background: none;
		padding: 0 0 10%;
	}
	.menu_inner{
		padding: 0 2% 30px;
	}
	.menu_inner h4{
		margin: 0px auto 30px;
	}
	.menu_inner table {
		margin: 20px auto 0px;
	}
	.menu_sp{
		display: block;
	}


}


@media screen and (max-width: 640px) {

	#header,#header_inner{
		height: 50px;
	}
	#logo {
		margin: 5px 0 0 0;
	}
	#logo img{
		width: 180px;
	}
	#nav {
		top: -520px;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 14px;
		top: 10px;
		width: 40px;
		height: 32px;
		cursor: pointer;
		z-index: 200;
	}
	.br_sp{
		display: block;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	.form_sp_s{
		width: 32%;
	}
	.top_copy {
		top: 30%;
	}	
	.top_copy h1{
		font-size: 4.5vw;
	}
	.video-box {
		height: 60vh;
	}
	.video {
		width: 200%;
		top: 50%;
	}
	.title h2{
		font-size: 4.8vw;
	}
	.intro_img{
		position: relative;
		top: 0;
		width: 100%;
	}
	.intro_text{
		width: 100%;
		margin: 20px 0 40px;
		background-color: transparent;
	}
	.intro_text p{
		padding: 8% 2% 8%;
		color: #111;
	}		
	.access_inner table th{
		font-size: 3.4vw;
	}
	.access_inner table td{
		font-size: 3.4vw;
	}
	#apply table.formTable th,#apply table.formTable td {
		font-size: 14px;
		display: block;
		border-right: none;
	}
	#apply table.formTable th:before {
		width: 6px;
		height: 6px;
		margin: 6px 3px 0 0;
	}
	#apply table.formTable th {
		padding: 10px 2%;
		width: 96%;
	}
	#apply table.formTable td {
		padding: 15px 2%;
	}

	#footer ul.footer_link{
		width: 100%;
		height: 100%;
		display: block;
	}
	#footer ul.footer_link li{
		float: none;
		margin: 18px 0;
		width: 100%;
	}


}
/* / Tablet */



/* Mobile */
@media screen and (max-width: 480px) {

	#logo{
		margin: 7px 0 0 0;
	}
	#logo img{
		width: 150px;
	}

}
/* / Mobile */



/* Other */

body.other #logo{
	text-align: center;
	width: 100%;
	margin-left: 0;
}

body.other #apply{
	padding: 80px 0 40px;
}
body.other #apply .apply_inner{
	margin: 0 auto;
	width: 96%;
	max-width: 680px;
}
body.other #apply .apply_inner h3{
	text-align: center;
	margin: 0 auto 20px;
	font-size: 24px;
	color: #e2750f;
	text-decoration: underline;
}
body.other #apply .apply_inner h4{
	margin: 0 auto 20px;
}
body.other #apply .apply_inner p{
	font-size: 14px;
}

@media screen and (max-width: 640px) {

	body.other #apply .apply_inner h3{
		font-size: 5.2vw;
	}
	body.other #apply .apply_inner h4{
		font-size: 14px;
	}

}

/* Modal */

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

