@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;	
}

body{
	color: #333;
	font-size: 1rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{text-decoration: none;}

#container{
	width: 100%;
	padding-top: 60px;
}

#mainNav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	box-shadow: 2px 2px 5px #666;
	cursor: pointer;
	background-color: #FFF;
	z-index: 3;
}

.mainnav-inner{
	width: 92%;
	margin: 0 auto 10px;	
}

.mainnav-inner .logo{
	width: 118px;
	padding-top: 20px;
	float: left;
}

.mainnav-inner .logo img{
	width: 100%;	
}

.mainnav-inner .menu-btn{
	width: 40px;
	height: 40px;
	margin-top: 10px;
	background-color: #00895e;
	border-radius: 5px;
	float: right;
}

.mainnav-inner .menu-btn span{
	position: relative;
	top: 18px;
	left: 10px;
	display: block;
	width: 50%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition:transition: all 0.3s;
	transition: all 0.3s;
}
.top {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.bottom {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}
.is-open .middle {
	background: rgba(255, 255, 255, 0) !important;
}
.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(1px);
	transform: rotate(-45deg) translateY(1px);
}
.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(-1px);
	transform: rotate(45deg) translateY(-1px);
}

nav{
	display: none;
	background: #00895e;	
}


nav ul{
	width: 360px;
	margin: 0 auto;
}

nav ul li{
	padding: 20px 10px;
	border-bottom: solid 1px #FFF;	
}

nav ul li:last-child{
	border-bottom: none;	
}

nav ul li a{
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

nav ul li a:hover{
	color: #FF0;	
}

nav ul li a i{
	float: right;
	font-size: 1.8rem !important;
	line-height: 1.2rem !important;
}

header{
	position: relative;
	width: 100%;
	min-height: 350px;
	background: url(/recruit/lp/images/top.jpg) no-repeat center center;
	background-size: cover;
}

h1{
	width: 100%;
	padding: 30px 0 0;	
}

h1 .top-title{
	position: relative;
	/*bottom: -20px;*/
	display: block;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.is-show{
	opacity: 1 !important;
	bottom: 0 !important;	
}

h1 span img{
	width: 100%;
	margin: 0 auto;	
}

#scrollBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	background-color: #F84;	
	border-radius: 50%;
}

#scrollBtn a{
	display: block;
}

#scrollBtn a img{
	display: block;
	width: 20px;
	margin: 0 auto;
	padding-top: 14px;	
}

.main{
	width: 100%;	
}

#about, #recruit, #flow, #chosen{
	width: 100%;
	margin-bottom: 60px;	
}

#about{
	padding-top: 40px;	
}

#about h2, #about .text, #flow .text{
	width: 92%;
	margin: 0 auto;	
}

#about h2{
	margin-bottom: 30px;
	color: #37619d;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
}

#about .text,
#flow .text{
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: center;	
}

#recruit h2{
	position: relative;
	margin-bottom: 8px;
	color: #ff5d00;
	font-size: 3rem;
	text-align: center;
	z-index: 1;
}

#recruit h2 span{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background-color: #FFF;	
}

#recruit h2:before{
	width: 100%;
	border-bottom: solid 1px #ff5d00;
	position:absolute;
	bottom: 50%;
	left:0;
	content: "";
}

#recruit .sub-title{
	padding-bottom: 30px;
	color: #ff5d00;
	font-size: 1.2rem;
	text-align: center;	
}

#recruit table{
	width: 92%;
	margin: 0 auto 40px;	
}

#recruit table tbody{
	border-top: solid 1px #37619d;
}

#recruit table tbody tr{
	width: 100%;
	border-bottom: solid 1px #37619d;
}

#recruit table tbody tr th{
	width: 20%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #37619d;
	padding-top: 20px;	
}

#recruit table tbody tr td{
	width: 80%;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 20px;	
}

#recruit table tbody tr td p{
	margin-bottom: 10px;
	
}

#recruit table tbody tr td p:last-child{
	margin-bottom: 0;	
}

.formbtn{
	width: 240px;
	margin: 0 auto;
	box-shadow: 2px 2px 5px #666;
}

.formbtn a{
	display: block;
	background-color: #5bb259;	
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
}

.formbtn a .formbtn-inner{
	padding: 24px;
	text-align: center;
}

#flow h2{
	position: relative;
	margin-bottom: 8px;
	color: #ff5d00;
	font-size: 3rem;
	text-align: center;
	z-index: 1;
}

#flow h2 span{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background-color: #FFF;	
}

#flow h2:before{
	width: 100%;
	border-bottom: solid 1px #ff5d00;
	position:absolute;
	bottom: 50%;
	left:0;
	content: "";
}

#flow .sub-title{
	padding-bottom: 30px;
	color: #ff5d00;
	font-size: 1.2rem;
	text-align: center;	
}

.flow-box{
	position: relative;
	width: 100%;	
}

.flow-box-inner{
	width: 92%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.flow-box-inner h3{
	padding: 50px 50px 40px;	
}

.flow-box-inner h3 img{
	width: 255px;	
}

.flow-box-inner p{ 
	padding: 0 50px;	
}

.flow-box-inner .flow-title{
	font-size: 1.6rem;
	line-height: 2rem;	
}

.flow-box-inner .flow-title i{
	margin-bottom: 20px;
	padding-right: 10px;
	font-size: 2rem !important;	
}

.flow-box-inner .flow-access{
	margin-bottom: 40px;	
}

.flow-box-inner .flow-access a{
	display: block;
	padding: 16px 0;
	background-color: #37619d;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #666;
}

.flow-box-inner .flow-text{
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 2rem;	
}

.red{
	font-size: 1.2rem !important;
	color: #cf0000;
}

.triangle{
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	z-index: 2;
}

.triangle img{
	width: 60px;	
}

#flow .box1{background-color: #cce1ff;}
#flow .box2{background-color: #b2d2ff;}
#flow .box3{background-color: #99c3ff;}

#chosen h2{
	position: relative;
	margin-bottom: 8px;
	color: #ff5d00;
	font-size: 3rem;
	text-align: center;
	z-index: 1;
}

#chosen h2 span{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background-color: #FFF;	
}

#chosen h2:before{
	width: 100%;
	border-bottom: solid 1px #ff5d00;
	position:absolute;
	bottom: 50%;
	left:0;
	content: "";
}

#chosen .sub-title{
	padding-bottom: 30px;
	color: #ff5d00;
	font-size: 1.2rem;
	text-align: center;	
}

.catch{
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height:3rem;
	color: #00885d;
	text-align: center;
}

.chosen{
	width: 100%;	
}

.chosen .image{
	width: 100%;	
}

.chosen .image img{
	width: 100%;	
}

.chosen .text{
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
}

.chosen .text img{
	width: 100%;	
}

.annotation{
	width: 92%;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 1.2rem;
}

footer{
	padding: 80px 0 110px;	
	background: url(../images/footer.png) no-repeat bottom center;
	background-size: contain;
}

.copyright{
	font-size: 1rem;
	text-align: center;	
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
.cf {
    *zoom: 1;
}