@charset "utf-8";

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

header{
	position:relative;
}
#monoPhoto, #colorPhoto{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:0;
}
#monoPhoto{background-image:url(../images/top_mono.jpg);}
#colorPhoto{
	opacity: 0;
	background-image:url(../images/top.jpg);
	transition: opacity 1s linear;
}

.opening{opacity:1 !important;}

.header-inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}
.header-inner #nav{
	width: 100%;
	height: 80px;	
}
#nav h1{
	float:left;
	width: 190px;
	height: 30px;
	padding-top: 25px;
}
#nav h1 img{
	width: 100%;	
}
#nav nav{
	float: right;
	padding-top: 30px;
}
#nav nav .nav-inner li{
	display: inline-block;
	padding-left: 50px;
}
#nav nav .nav-inner li a{
	color: #FFF;
	font-size: 1.2rem;
	transition: color 0.3s linear;
}
#nav nav .nav-inner li a:hover{
	color: #F60;	
}

.header-inner #headerText{
	position: absolute;
	width: 650px;
	top: 150px;
	left: 0;
}

.header-inner #headerText img {
	width: 100%;
}

.start-animation{
	position: relative;
	opacity: 0;
	transform: translate(0, 30px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.start-animation2{
	opacity: 0;
	transition: opacity 1s ease-out;
}

.start-animation3{
	position: relative;
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-animation{
	opacity: 1;
	transform: translate(0, 0);
}

.fade-animation2{
	opacity: 1;	
}

.header-inner #headerbtn{
	position: absolute;
	top: 330px;
	right: 0;
	width: 292px;
}

.header-inner #headerbtn a{
	display: block;
	color: #FFF;
	font-size: 2rem;
	background-color:transparent;
	border: solid 3px #FFF;
	transition: color 0.3s linear, background-color 0.3s linear;
}

.header-inner #headerbtn a:hover{
	color:#ff8844;
	background-color: #FFF;
}

.header-inner #headerbtn .headerbtn-inner{
	padding: 22px 30px 18px;
	background: url(../images/scroll_arrow.png) no-repeat 220px center;
}

#headerScroll{
	position: absolute;
	bottom: 100px;
	left : -webkit-calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	z-index:2;
}

#headerScroll a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: solid 3px #FFF;
	border-radius: 50%;
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

#headerScroll a:hover{
	border-color: #FF8844;
	background-color: #FF8844;
}

#headerScroll a .headerscroll-inner{
	width: 40px;
	margin: auto;
	padding	: 28px 0 24px;
}



#main{
	width: 100%;	
}

#about, #recruit, #step, #chosen{
	width: 1000px;
	margin: 0 auto 100px;
}

#about{
	padding-top: 100px;	
}

#about h2{
	margin-bottom: 65px;
	color: #37619D;
	font-size: 3.3rem;
	font-weight: normal;
}

#about p,
p.normalTxt {
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#recruit h3{
	margin-bottom: 65px;
	color: #666;
	font-size: 3.6rem;
}

#recruit h3 i{
	padding-right: 20px;
	color: #ff5d00;
	font-size: 3.5rem;
}

#recruit h3 .subtitle{
	font-size: 2rem;
	padding-left: 15px;
}

.recruit-inner .recruit-main{
	float:left;
	width: 696px;	
}

.recruit-main table{
	width: 100%;
	margin-bottom: 50px;	
}

.recruit-main table tbody{
	width: 100%;
	border-top: solid 1px #37619D;
	font-size: 1.4rem;	
}

.recruit-main table tbody tr{
	width: 10%;
	border-bottom: solid 1px #37619D;	
}

.recruit-main table tbody tr th{
	width: 100px;
	padding-top: 30px;
	color: #37619D;
	font-weight: bold;
}

.recruit-main table tbody tr td{
	padding: 0 0 30px 30px;	
}

.recruit-main table tbody tr td p{
	margin-bottom: 8px;	
}

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

.recruit-main .formbtn{
	width: 293px;
	margin: 0 auto;
}

.recruit-main .formbtn a{
	display: block;
	padding: 22px 0 18px;
	background-color: #5BB259;
	color: #FFF;
	font-size: 1.8rem;	
	transition: background-color 0.3s linear;
}

.recruit-main .formbtn a:hover{
	background: #6BD969;	
}

.recruit-main .formbtn a .formbtn-inner{
	text-align: center;
}

.recruit-inner .recruit-image{
	float: right;
	width: 293px;	
}

.recruit-image img{
	width: 100%;
	padding-bottom: 12px;	
}

#step h3{
	margin-bottom: 65px;
	color: #666;
	font-size: 3.6rem;
}

#step h3 i{
	padding-right: 20px;
	color: #ff5d00;
	font-size: 4rem;
}

#step h3 .subtitle{
	font-size: 2rem;
	padding-left: 15px;
}

#step .step-block{
	float: left;	
	width: 33.33333%;
	height: 700px;
}

.step-block h4{
	width: 100%;
	padding: 36px 0;
}

.step-block h4 img{
	width: 100%;	
}

.step-block p{
	margin-bottom: 15px;
	padding: 0 34px;
	font-size: 1.2rem;
	line-height: 2.2rem;
}

.step-block .red{
	color: #CF0000;
	font-weight: bold;	
}

.step-block .block-sub-title{
	font-size: 1.8rem;
}

.step-block .block-sub-title i{
	padding-right: 10px;	
}

#step .step1{background-color: #cce1ff;}
#step .step2{background-color: #b2d2ff;}
#step .step3{background-color: #99c3ff;}

.step-form-link a{
	width: 180px;
	padding: 5px 0;
	display:block;
	color: #FFF;
	background: #37619D;
	text-align: center;
	border-radius: 5px;
	transition: background-color 0.3s linear;
}

.step-form-link a:hover{
	background: #5781CF;	
}

.pt-10{padding: 20px 34px 0 !important;}

#chosen h3{
	margin-bottom: 65px;
	color: #666;
	font-size: 3.6rem;
}

#chosen h3 i{
	padding-right: 20px;
	color: #ff5d00;
	font-size: 4rem;
}

#chosen h3 .subtitle{
	font-size: 2rem;
	padding-left: 15px;
}

#chosen .green{
	color: #00885D;
	font-size: 3rem;
	margin-bottom: 50px;	
}

.chosen-inner{
	width: 100%;	
}

.chosen-inner article{
	float: left;
	width: 33.33333%;
	height: 750px;	
}

.chosen-inner article .cho-img{
	width: 100%;
	margin-bottom: 40px;
}

.chosen-inner article .cho-img img{
	width: 100%;	
}

.chosen-inner article h4{
	margin-bottom: 40px;
	padding-left: 20px;
	color: #00885D;
	font-size: 2rem;
	line-height: 3rem;
}

.chosen-inner article .cho-text{
	padding: 0 20px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.cho-chu{
	padding-top: 20px;
	font-size: 1.2rem;	
}

#mainBtn{
	width: 392px;
	margin: 0 auto 150px;	
}

#mainBtn a{
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #5bb259;
	transition: background-color 0.3s linear;
}

#mainBtn a:hover{
	background: #6BD969;
}

#mainBtn a p{
	padding: 26px 0 22px;
	text-align: center;	
}

.chosen-inner .chosen1{background-color: #ddffd9;}
.chosen-inner .chosen2{background-color: #cbffc4;}
.chosen-inner .chosen3{background-color: #bbffb2;}

footer{
	width: 100%;
	height: 150px;
	background: url(../images/foot.png) repeat-x bottom center;	
}

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

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