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

.top-visual img{
	width:100%;}

header{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	}

header div{
	display:flex;
	justify-content: center;
	align-items: center;}

header a{
	width:30%;
	}

header img{
	width:100%;
	height:100%;}

header p{
	font-size:18px;
	color:#0A2D55;
	font-weight:600;
	letter-spacing:0.3em;}
	
.recruit-information{
	font-weight:600;
	background:#DCE7F4;
	font-size:24px;
	color:#0A2D56;
	padding:7px 15px;
	letter-spacing:0.2em;
	margin:0 20px;
	white-space:nowrap;}

.recruit-information br{
	display:none;}

.recruit-information img{
	width:100%;
	height:100%;}

main{
	text-align:center;}

.container{
	width:90%;
	max-width:1010px;
	margin:0 auto}
	
.title{
	text-align:center;
	display:inline-block;
	font-size:16px;
	letter-spacing:3px;
	font-weight:600;
	color:#0A2D55;
	}
	
.title span{
	display:block;
	font-size:36px;
	font-weight:600;
	letter-spacing:0.2em;
	margin-top:-5px;
	color:#0A2D55;
	}

footer{
	text-align:center;
	background:#0A2D55;
	padding-top:35px;
	padding-bottom:20px;
	}

footer p{
	margin-top:30px;
	color:#fff;
	font-size:14px;
	}


@media screen and (max-width:1000px){
	
	
header p{
	font-size:18px;}

header p{
	font-size:16px;
	width:55%;}


.recruit-information{
	font-size:20px;
	width:60px;
	padding:7px;
	margin:0 15px;
	line-height:1.3em;
	white-space:normal;
}

.recruit-information br{
	display:block;}

}

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

header{
	margin-top:25px;
	margin-bottom:25px;
	}

header div{
		flex-direction:row;
		flex-wrap:wrap;
	}

header div a{
	flex-basis:100%;}

header div .recruit-information{
	flex-basis:20%;
	margin:10px 10px 0 0;
	text-align:center;}

header div p{
	flex-basis:70%;
	margin:10px 0 0 0;}


.title span{
	font-size:30px;
	white-space:nowrap;
	}

}