html {
	font-size: 62.5%;
}
@media only screen and (max-width: 750px) {
	html {
		font-size: 1.33333vw;
	}
}
body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 750px) {
	body {
		min-width: 100%;
	}
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
a {
	color: #727272;
	text-decoration: none;
}
a img:hover {
	opacity: 0.6;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media only screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/** header **/

header {
	height: 64px;
	box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
	header {
		height: calc(80 / 750 * 100vw);
	}
}
header h1 {
	padding: 12px 0 0 16px;
}
header h1 img {
	width: 182px;
}
@media only screen and (max-width: 750px) {
	header h1 {
		padding: calc(20 / 750 * 100vw) 0 0 calc(15 / 750 * 100vw);
	}
	header h1 img {
		width: calc(182 / 750 * 100vw);
		height: auto;
	}
}


/** main **/
#main {
	width: 100%;
	height: auto;
	max-height: 1100px;
	margin: auto;
	padding: 32px 0;
	background-color: #0c3388;
	text-align: center;
}

#main .mainImg {
	width: 80%;
	max-width: 80vw;
	margin: auto;
	padding: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 750px) {
	#main .mainImg {
		width: 94%;
		max-width: 94%;
		margin: auto;
		padding: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}




/** charm **/
#charm {
	width: 100%;
	padding-top: 53px;
	padding-bottom: 55px;
	background-color: #0c3388;
}
@media only screen and (max-width: 750px) {
	#charm {
		width: 100%;
		padding-top: 0;
		padding-bottom: 55px;
		background-color: #0c3388;
	}
}

#charm h2 {
	margin-bottom: 33px;
	text-align: center;
}
#charm h2 img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	
	#charm h2 img {
		width: 100%;
	}
}

#charm ul {
	width: 934px;
	max-width: 98%;
	margin: -90px auto 46px;
	padding: 0;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 750px) {
	#charm ul {
		width: 88%;
		max-width: 88%;
		margin: -19vw auto 2vw;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

#charm ul li {
	width: 25%;
	max-width: 100%;
	padding: 0 4px;
	height: 102px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	#charm ul li {
		width: 44%;
		max-width: 100%;
		padding: 2px 4px;
		height: auto;
		text-align: center;
	}
}


#charm .btn {
	text-align: center;
}
#charm .btn a {
	display: inline-block;
	width: 265px;
	max-width: 100%;
}
@media only screen and (max-width: 750px) {
	#charm .btn a {
		width: 80%;
	}
}


/** footer **/
footer {
	height: 73px;
	position: relative;
}
@media only screen and (max-width: 750px) {
	footer {
		height: calc(138 / 750 * 100vw);
	}
}
footer nav {
	position: absolute;
	right: 20px;
	top: 38px;
}
@media only screen and (max-width: 750px) {
	footer nav {
		position: static;
		padding-top: calc(43 / 750 * 100vw);
		font-size: 1.2rem;
	}
}
footer nav ul {
	display: flex;
	justify-content: center;
}
footer nav ul li {
	padding: 0 14px;
	border-left: 1px solid #727272;
}
@media only screen and (max-width: 750px) {
	footer nav ul li {
		padding: 0 calc(15 / 750 * 100vw);
	}
}
footer nav ul li:first-child {
	border-left: none;
}
footer .recruitLogoFooter {
	position: absolute;
	left: 18px;
	top: 30px;
	display: block;
}
footer .recruitLogoFooter img {
	width: 185px;
	height: auto;
}
@media only screen and (max-width: 750px) {
	footer .recruitLogoFooter {
		position: static;
		padding-top: calc(23 / 750 * 100vw);
		padding-left: calc(22 / 750 * 100vw);
	}
	footer .recruitLogoFooter img {
		width: calc(185 / 750 * 100vw);
		height: auto;
	}
}
footer .recruitLogoFooter a {
	font-size: 1rem;
	text-decoration: underline;
	line-height: 1;
}
@media only screen and (max-width: 750px) {
	footer .recruitLogoFooter a {
		font-size: 0.7rem;
	}
}