@charset "utf-8";

.wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#header{
	height: 75px;
	font-family: 'Times New Roman', Times, serif;
	color: #0a1648;
	line-height: 75px;
	border-top: 2px solid #0a1648;
	border-bottom: 1px dotted #0a1648;
}


/*=================================

	conts

=================================*/

.conts{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.5;
}
.conts p span{
	background-color: #fffc00;
	font-weight: 600;
}
.fvBox{
	margin-top: 60px;
	margin-bottom: 85px;
}
.fv_conts img{
	margin: 30px 0;
}

.section{
	margin-bottom: 65px;
}
.sec_title{
	height: 105px;
	background-color: #44629f;
	font-size: 2rem;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec_title::after{
	content: '';
	background: url(../img/title_bg.png) center no-repeat;
	position: absolute;
	width: 174px;
	height: 27px;
	bottom: -26px;
	left: calc(50% - 87px);
}
.sec_conts img{
	margin: 50px 0 30px;
}
.point{
	width: 100%;
	max-width: 620px;
	background-color: #fffcf1;
	border: 3px solid #44629f;
	margin: 25px auto;
	padding: 35px 55px;
	text-align: left;
	font-size: 1.75rem;
	line-height: 1.75;
}
.point p::before{
	content: '●';
	color: #44629f;
}
.section a, .section a:visited{
	color: #44629f;
	cursor: pointer;
}
.section a:hover{
	text-decoration: none;
	cursor: pointer;
}
.btn{
	margin: 35px 0 0 !important;
}


@media screen and (min-width:751px) {/* PC 750px以上 */
	.sponly{
		display: none;
	}
}

@media screen and (max-width:750px) {/* SP 750px以下 */
	.conts p{
		text-align: left;
	}
	.conts{
		font-size: 1rem;
		line-height: 1.5;
	}
	.fv_conts{
		padding: 0 10px;
	}
	.fvBox{
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.section{
		margin-bottom: 40px;
	}
	.sec_title{
		height: 90px;
		font-size: 1.5rem;
	}
	.sec_conts{
		padding: 0 10px;
	}
	.point{
		width: 90%;
		border: 2px solid #44629f;
		margin: 25px auto;
		padding: 15px 15px;
		font-size: 1rem;
	}
	.btn{
		margin: 15px 0 0 !important;
	}
	
	img{
		width: 100%;
	}
	.img_salary{
		width: 80%;
	}
	.pconly{
		display: none;
	}
}


/*=================================

	footer  

=================================*/

footer{
	height: 65px;
	background-color: #b3bfd0;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer a, footer a:visited{
	color: #0a1648;
}
footer a:hover{
	text-decoration: none;
}
@media screen and (max-width:750px) {/* SP 750px以下 */
	footer{
		font-size: 0.8rem;
	}
	footer a{
		font-size: 1rem;
	}
}