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

/* ========== reset ========== */
section,article,aside,nav,hgroup,header,footer { display:block;}

.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both;}

* { margin: 0; padding: 0;}
body { margin: 0; padding: 0;}
h1,h2,h3,h4,h5 { margin: 0; padding:0; font-weight:normal; font-size: 100%;}
ul,li { margin: 0; padding: 0; list-style: none;}
dl,dt,dd,p { margin: 0; padding: 0;}
img { border: 0; vertical-align: text-bottom;}

input[type="text"], input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* ========== all ========== */
body {
	color: #002853;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
#container {
	overflow: hidden;
}
.sp { display: none;}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-bottom::before{
	right: 20px;
	top: -4px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.end_txt {
	background: #fff !important;
	display: block;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width:640px){
	.pc { display: none;}
	.sp { display: block;}
	
	.arrow-bottom::before {
		right: 0;
		top: 0;
		width: 0;
		height: 0;
		border-top: none;
		border-right: none;
		-webkit-transform: none;
		transform: none;
	}
}

/* ========== header ========== */
.header-wrap {
	width: 100%;
	height: 80px;
	background-color: #002853;
}
header {
	width: 1000px;
	margin: 0 auto;
}
.header-left {
	float: left;
	margin-top: 31px;
}
.header-right {
	float: right;
}
.header-left h1, .header-left h2 {
	float: left;
	line-height: 0;
}
.header-left h1 img {
	width: 168px;
	height: auto;
}
.header-left h2 {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
    line-height: 16px;
    padding: 0 0 0 15px;
}
.header-right ul {
	float: left;
}
.header-right li {
	float: left;
}
.header-btn-entry {
	float: left;
	margin-top: 20px;
}
.header-btn-entry a {
	display: block;
	border: #FFF solid 1px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding: 10px 40px 10px 30px;
}
.header-btn-entry a:hover {
	background-color: #0f3c6d;
}
.header-right ul {
	margin-right: 10px;
}
.header-right li {
	margin-top: 30px;
	margin-right: 20px;
	line-height: 0;
}
@media screen and (max-width:640px){	
	.header-wrap {
		height: 45px;
	}
	header {
    	width: 100%;
	}
	.header-left {
	    margin-top: 18px;
	    margin-left: 12px;
	}
	.header-left h1 img {
		width: 104px;
		height: auto;
	}
	.header-left h2 {
	    font-size: 10px;
		line-height: 10px;
    	padding: 0 0 0 8px;
	}
	.header-btn-entry {
		margin-top: 0px;
	}
	.header-btn-entry a {
		font-size: 8px;
		font-weight: bold;
		padding: 4px 10px;
		margin: 10px 10px 10px 0;
	}
}

/* ========== footer ========== */
footer {
	width: 100%;
	border-top: #002853 solid 2px;
	font-family: Arial, Helvetica, sans-serif;
}
footer p {
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
}


.footer-box
 {
	width: 1000px;
	margin: 0 auto;
}
.footer-left {
	float: left;
	width: 395px;
	text-align: left;
}

.footer-right {
	float: right;
	width: 600px;
	text-align: right;
}



@media screen and (max-width:640px){
	footer p {
		font-size: 10px;
		padding: 20px 0;
	}


.footer-box
 {
	width: 100%;
	margin: 0 auto;
}
.footer-left {
	float: none;
	width: 100%;
	text-align: center;
}

.footer-right {
	float: none;
	width: 100%;
	text-align: center;
}


}







/* ========== mainvisual ========== */
.mainvisual {
	width: 100%;
	height: 730px;
	background: url(../images/mainvisual_bg_pc.jpg) no-repeat center top;
	text-align: center;
}

@media screen and (max-width:640px){
	.mainvisual {
		height: 405px;
		background: url(../images/mainvisual_bg_sp.jpg) no-repeat center top;
		background-size: 520px auto;
	}
	.mainvisual h1 img {
		width: 66px;
		height: auto;
	}
	.mainvisual p img {
		width: 200px;
		height: auto;
	}
}

/* ========== detail ========== */
.detail-wrap {
	width: 100%;
	background-color: #eef2f6;
	background-image: url(../images/common/common_img_change.png);
	background-repeat: no-repeat;
	background-position: center 60px;
}
.detail {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.detail h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 240px 0 10px;
}
.detail p {
	margin: 20px 0;
	line-height: 1.8;
}
.detail-btn-enrty {
	padding: 10px 0 70px;
}
.detail-btn-enrty a {
	display: block;
	width: 304px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #002853;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.detail-btn-enrty a:hover {
	background-color: #0f3c6d;
}
.arrow-bottom-large::before{
	right: 20px;
	top: -4px;
	width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width:640px){
	.detail-wrap {
		background-position: center 35px;
		background-size: 135px auto;
	}
	.detail {
    	width: auto;
	}
	.detail h2 {
		font-size: 15px;
		font-weight: bold;
		padding: 130px 0 10px;
	}
	.detail p {
		font-size: 12px;
		margin: 10px 0;
		padding: 0 20px;
	}
	.detail-btn-enrty {
		padding: 10px 0 40px;
	}
	.detail-btn-enrty a {
		width: 86%;
		font-size: 15px;
	}
}

/* ========== recruitinfo ========== */
.recruitinfo {
	width: 1000px;
	margin: 0 auto 70px;
	padding: 20px 0;
}
.recruitinfo h3 {
	background-color: #eef2f6;
	text-align: center;
	padding: 14px 0;
	margin: 70px 0 40px;
	font-weight: bold;
	font-size: 22px;
}
.recruitinfo p {
	text-align: center;
	font-weight: bold;
}
.recruitinfo p:nth-child(2) {
	font-size: 30px;
}
.recruitinfo p:nth-child(4), .recruitinfo p:nth-child(6) {
	font-size: 18px;
}
.recruitinfo p:nth-child(4) span {
	font-size: 14px;
	font-weight: normal;
}
.recruitinfo p:nth-child(8) {
	font-size: 24px;
}
.recruitinfo-dtl {
	border-top: 1px #ccc dotted;
	padding-top: 40px;
	margin-top: 40px;
}
.recruitinfo-dtl h4 {
	float: left;
	width: 190px;
	font-size: 14px;
	font-weight: bold;
}
.recruitinfo-dtl-txt {
	float: right;
	width: 800px;
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (max-width:640px){
	.recruitinfo {
		width: auto;
		padding: 0;
		margin: 0 auto 40px;
	}
	.recruitinfo h3 {
		padding: 7px 0;
		margin: 40px 20px 15px;
		font-size: 11px;
	}
	.recruitinfo p:nth-child(2) {
		font-size: 17px;
	}
	.recruitinfo p:nth-child(4), .recruitinfo p:nth-child(6) {
		font-size: 12px;
	}
	.recruitinfo p:nth-child(4) span {
		font-size: 12px;
		padding-top: 10px;
		display: block;
	}
	.recruitinfo p:nth-child(8) {
		font-size: 14px;
	}
	.recruitinfo-dtl {
		padding-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
	.recruitinfo-dtl h4 {
		float: none;
		width: auto;
		font-size: 11px;
	}
	.recruitinfo-dtl-txt {
		float: none;
		width: auto;
		font-size: 11px;
		padding: 10px 0 0;
	}
}

/* ========== entryform ========== */
.entryform-wrap {
	width: 100%;
	background-color: #eef2f6;
	margin: 0 0 40px;
}
#entryform {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}
#entryform h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 40px;
}
.entryform-box {
	background-color: #fff;
	padding: 30px 0 50px;
}
.entryform-box p {
	font-size: 14px;
	margin: 10px auto 20px;
}
#entryform form {
	width: 520px;
	margin: 0 auto;
}
#entryform form .form_content_item {
	font-weight: bold;
	text-align: left;
	display: block;
}
.form_content input {
	width: 500px;
	font-size: 14px;
	border: #5b7389 2px solid;
	padding: 8px;
	margin-top: 5px;
}
.form_content.conf {
	padding-bottom: 10px;
}
.privacy-check {
	width: 180px;
    margin: 20px auto;
}
.privacy-check input{
	width: 20px;
	font-size: 14px;
	border: #5b7389 2px solid;
	padding: 8px;
	margin-top: 5px;
	float: left;
}
.privacy-check-txt {
	display: block;
	float: left;
    margin: 1px 6px;
}
#entryform form h4 {
	font-size: 12px;
	font-weight: bold;
	border-left: 3px #002853 solid;
	padding-left: 8px;
	margin-bottom: 6px;
	text-align: left;
}
input.form_btn_entry {
    background-color: #002853;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 14px 102px;
}
input.form_btn_entry:hover, input.form_btn_submit:hover {
	background-color: #0f3c6d;
}
input.form_btn_submit {
    background-color: #002853;
    border: #002853 1px solid;
    color: #fff;
    font-size: 16px;
    padding: 12px 68px;
}
input.form_btn_return {
	border: #002853 1px solid;
	background-color: #fff;
	padding: 12px 40px;
	margin-right: 10px;
	font-size: 16px;
	color: #002853;
}
#privacy-text {
    text-align: left;
    height: 90px;
    padding: 20px 15px;
    font-size: 12px;
    border: 1px solid #ccc;
    overflow: auto;
    line-height: 1.4em;
}
#privacy-text p {
	font-size: 12px;
	margin: 0 0 10px;
}
#privacy-text h5, #privacy-text ul, #privacy-text ol {
	margin: 10px 0;
}
#privacy-text ul > li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
#privacy-text ol > li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
}
.error {
	color: red;
}
.conf_item {
	text-align: left;
}
.conf_item span {
	display: block;
	padding: 20px 0;
	border-bottom: 1px #ccc solid;
}
.entryform-btn-backhome a {
	display: block;
	width: 200px;
	margin: 0 auto;
	background-color: #002853;
    color: #fff;
    font-size: 14px;
    padding: 14px;
	text-decoration: none;
}
.entryform-btn-backhome a:hover {
	background-color: #0f3c6d;
}
@media screen and (max-width:640px){
	.entryform-wrap {
    	width: auto;
	}
	#entryform {
    	width: auto;
		padding: 40px 0;
	}
	#entryform h2 {
    	font-size: 14px;
		padding: 0 0 20px;
	}
	#entryform form {
    	width: auto;
		padding: 0 20px;
	}
	.entryform-box {
		margin: 0 20px;
		padding: 20px 0 40px;
	}
	.entryform-box p {
    	font-size: 11px;
	}
	.form_content input {
    	width: 92%;
	}
	.privacy-check {
		width: 140px;
		margin: 10px auto 20px;
	}
	.privacy-check-txt {
		margin: 4px 2px 0;
	}
	input.form_btn_entry, input.form_btn_return, input.form_btn_submit {
		font-size: 15px;
		padding: 12px 0;
		width: 100%;
	}
	input.form_btn_return {
		margin-right: 0px;
		margin-bottom: 15px;
		padding: 8px 0;
	}
	.entryform-btn-backhome a {
		font-size: 15px;
		padding: 12px 0;
		width: 70%;
	}
}

/* ========== totopbtn ========== */
.totopbtn {
	width: 1000px;
	margin: 0 auto;
    display: block;
    margin-bottom: 30px;
	text-align: right;
}
@media screen and (max-width:640px){
	.totopbtn {
		width: auto;
		margin: 0px 20px 30px 0;
	}
}