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

body{
	margin: 0;
	padding: 0;
	background-color: #F5F5F4;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #7C7C7C;
}
html{scroll-behavior: smooth}

/*header*/
.header {
	height: 60px;
}
.header_logo img{
	height: 38px;
	margin-left: 13px;
	margin-top: 13px;
}
.header_home{
	position: absolute;
	right: 13px;
	top:1px;
}
.text{
	font-weight: 300;
	line-height: 35px;
	font-size: 15px;
	margin: 0px;
	margin-left: 40px;
	margin-right: 40px;
}
/*top*/
.top_title{
	position: absolute;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 600;
	margin-top: 6px;
	margin-left: 10px;
}
.top_title_eg{
	position: absolute;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #7C7C7C;
	margin-top: 475px;
	margin-left: 7px;
}
.top_img img{
	height: 400px;
	margin-top: 70px;
	margin-bottom: 63px;
}
.top_img{
	text-align: center;
	background-color: #ADC7D6;
}
.top_txt{
	margin-top: 54px;
	margin-bottom: 40px;
}

/*contents*/
.contents{
	background-color: #F0EEED;
	padding-bottom: 20px
}
.contents_title{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #EAAD9A;
	margin-bottom: 40px;
	padding-top: 46px;
}
.contents_{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	text-decoration-line: underline;
	text-decoration-color: #EAAD9A;
}

/*interview*/
.exam_title{
	font-size: 28px;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 40px
}
.setumei_title{
	font-size: 18px;
	font-weight: 500;
	margin-left: 40px;
	margin-top: 30px;
}
.setumei{
	font-size: 15px;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: 300;
}
.senpai_img img{
	height: 112px;
	position: absolute;
	margin-top: 53px;
	margin-left: 40px;
}
.name{
	font-size: 23px;
	font-weight: 600;
	position: absolute;
	margin-top: 65px;
	margin-left: 165px;
}
.detail{
	position: absolute;
	margin-top: 105px;
	margin-left: 165px;
	font-weight: 300;
}
.senpai_line img{
	background-color: #EAE8E4;
	margin-top: 20px;
}
.senpai_line{
	text-align: center;
}
.q{
	color: #EAAD9A;
	font-size: 18px;
	margin-left: 40px;
	font-weight: 600;
}

.sougou{
	margin-bottom: 70px;
}

.suisen{
	margin-bottom: 70px;
}

.zenki_a{
	margin-bottom: 70px;
}

.zenki_b{
	margin-bottom: 70px;
}

.return{
	text-align: center;
	margin-top: 200px;
	margin-bottom: 200px;
}
a.return:hover img{
	opacity: 0.8;
}


/*footer*/
.footer{
	background-color: #EAAD9A;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: -40px;
	padding: 0px;
}
hr.style1{
	border-top: 0.3px solid #FFFFFF;
	width: 80%
}
.home{
	margin-left: 40px;
	padding-top: 23px
}
.map{
	margin-left: 40px;
}
.access{
	margin-left: 40px;
}
.inquiry{
	margin-left: 40px;
}
.document{
	margin-left: 40px;
}
.sns{
	display: flex;
	margin-top: 75px;
}
.facebook{
	margin-left: 40px;
}
.twitter{
	margin-left: 80px;
	margin-right: 80px;
}
.line{
	margin-right: 40px
}
.last{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	color: #6E6E6E;
	margin-top: 45px;
	padding-bottom: 50px;
	margin-bottom: -20px;
}



