/* --------------------------------------------------
 * html
-------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	text-align: center;
}
body>* {
	width: 640px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
dl, ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
address {
	margin: 0;
}
section+section {
	margin-top: 70px;
}
footer {
	margin-top: 120px;
	background-color: #cda761;
	font-size: 24px;
	font-family: serif;
	color: #fff;
}
@media(max-width:640px) {
	section+section {
		margin-top: 40px;
	}
	footer {
		margin-top: 60px;
	}
}

/* --------------------------------------------------
 * 今すぐ応募する section apply
-------------------------------------------------- */
.apply-contact {
	background: url(../img/apply-contact.png) repeat-y center top;
	background-size: 100%;
	font-size: 0;
}
.apply-contact:after {
	display: block;
	clear: both;
	content: "";
}
.apply-contact li {
	width: 34.375%;
	float: left;
}
.apply-contact li:nth-of-type(2) {
	width: 31.25%;
}


/* --------------------------------------------------
 * common
-------------------------------------------------- */
.cf:after, .clearfix:after {
	display: block;
	clear: both;
	content: "";
}
