
/* 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: #009a89;
}
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: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	color: #009a89;
	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;
}

/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%;
	height:72px;
	background-color:#FFF;
	z-index: 999;
	-webkit-box-shadow: 0 3px 10px -3px #001b18;
	-moz-box-shadow: 0 3px 10px -3px #001b18;
	box-shadow: 0 3px 10px -3px #001b18;
}
#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: #009a89;
	transition: .3s;
}
.navigation li a span{
	font-size: 12px;
}
.navigation li a:hover{
	cursor:pointer;
	color: #f8b73b;
}

#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: 48%;
	width: 100%;
	text-align: center;
}
.top_copy h1{
	text-align: center;
	font-size: 32px;
	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: #009a89;
	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: 2px;
  margin: 10px auto 0;
  background: #009a89;
}
.title span{
	font-size: 140%;
}
#intro{
	padding: 2% 0 150px;
}
.intro_inner{
	width: 92%;
	max-width: 740px;
	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: 0 0 45px;
}
#greeting{
	width:100%;
	padding: 2% 0 150px;
	background-image:url('img/greeting_bg.jpg');
	background-size: cover;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	clear: both;
}
.greeting_inner{
	width: 60%;
	max-width: 600px;
	margin-left: 40%;
	padding: 60px 0;
	background-color: #FFF;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.greeting_inner p{
	padding: 0 8%;
}
.greeting_inner img.greeting_sp{
	display: none;
}
#about{
	width:100%;
	padding: 2% 0 10%;
	margin: 0 auto 0;
	clear: both;
	background-image: url('img/about_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
}
.about_list{
	width: 98%;
	max-width: 1200px;
	margin: 80px auto 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about_list_block{
	width: 38%;
	margin: 20px auto 40px;
	padding: 0 1% 25px;
	background-color: rgb(255,255,255,0.9);
	text-align: center;
}
.about_list_block svg{
	width: 60%;
	max-width: 400px;
}
.about_list_block h3{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 8px;
	color: #999;
}
#company{
	width:100%;
	padding: 2% 0 10%;
	margin: 0 auto 0;
	clear: both;
}
.company_inner{
	width: 92%;
	margin: 0 auto 0;
	background: rgb(255,255,255,0.9);
}
.company_inner table{
	margin: 0 auto 0;
}
.company_inner table th{
	width: 30%;
	padding: 15px 0 15px;
}


/* Apply */

#apply{
	clear: both;
	width: 100%;
	padding: 0 0 100px;
	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: #e0e2f3;
}
#apply table.formTable th:before{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border: solid 3px #1b244a;
	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: #1b244a;
	color: #fff;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.button{
	color: #fff;
	text-decoration: none;
	background: #1b244a;
	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;
}


/* 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;
    right: 50px;
}
#page-apply a {
    background: #FFF;
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
}
#page-apply a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* Footer */

#footer{
	width: 100%;
	padding: 25px 0;
	background-color: #009a89;
	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;
		-webkit-box-shadow: 0 3px 10px -3px #001b18;
		-moz-box-shadow: 0 3px 10px -3px #001b18;
		box-shadow: 0 3px 10px -3px #001b18;
	}
	#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: #009a89;
		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: #009a89;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #009a89;
		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;
	}
	.br_pc{
		display: none;
	}


}


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

	.br_tb{
		display: block;
	}
	.video {
		top: 40%;
	}
	#intro {
		padding: 2% 0 50px;
	}
	#greeting{
		width:100%;
		padding: 0 0 50px;
		background-image:none;
	}
	.greeting_inner{
		width:92%;
		max-width: 700px;
		margin: 0 auto;
		padding: 10px 0 0;
		background-image:none;
	}
	.greeting_inner img.greeting_sp{
		display: block;
		float: left;
		width: 50%;
		margin: 0 20px 10px 0;
	}
	.greeting_inner p{
		padding: 0;
	}
	

}


@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 h1{
		font-size: 4.8vw;
	}
	.title h2{
		font-size: 4.8vw;
	}
	#about{
		background-image: url('img/about_bg_sp.jpg');
		background-size: cover;
	    background-attachment: local;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.about_list_block{
		width: 92%;
		margin: 0 auto 40px;
		padding: 0 0 20px;
	}
	.about_list_block img {
    	width: 60%;
	}
	.about_list_block p{
		font-size: 3.4vw;
	}
	.company_inner table th{
		font-size: 3.4vw;
	}
	.company_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;
	}

}

