@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     高校生・大学生・短大生・専門学校生の方の就労サポート
 Notes:          
--------------------------------------------------------------- */
body {
	transform: none;
}

.h2 {
	border-bottom: 3px solid #4bb8c5;
	margin-bottom: 5%;
}

.lead_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3%;
	position: relative;
	z-index: 10;
}

.lead_nav li {
	margin: 0 1.5%;
}

.lead_nav li:first-child {
	width: 60.5%;
}

.lead_nav li:nth-child(2) {
	width: 27.5%;
}

.student_section {
	margin-bottom: 5%;
	margin-top: -25%;
	padding-top: 25%;
}

.student_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.student_box .pic {
	width: 41%;
}

.student_box .txt_box {
	width: 50%;
}

.wish {
	margin-top: 10%;
}

.wish h2 {
	margin-bottom: 3%;
}

.wish h3 {
	margin-bottom: 2%;
	border-bottom: 3px solid #4bb8c5;
	padding-bottom: 0.5%;
}

.wish_block {
	margin-top: 8%;
}

.wish_col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 3%;
}

.wish_col2 .txt_box {
	width: 50%;
}

.wish_col2 .pic {
	width: 41%;
}

.wish_col2 h4 {
	margin: 5% 0 2%;
}

.wish_col2 h4:first-child {
	margin-top: 0;
}

/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
	.lead_nav li:first-child {
		width: 80%;
		margin-bottom: 1.5%;
	}
	
	.lead_nav li:nth-child(2) {
		width: 40%;
	}
	
	.student_box {
		flex-wrap: wrap;
	}
	
	.student_box .pic {
		width: 100%;
		margin-bottom: 5%;
	}
	
	.student_box .txt_box {
		width: 100%;
	}
	
	.wish_col2 .txt_box {
		width: 100%;
	}
	
	.wish_col2 .pic {
		width: 70%;
		margin: 6% auto 3%;
		order: -1;
	}
	
	.wish h3 {
		border-width: 1.5px;
	}
	
	.wish_col2 h4 {
		width: 70%;
	}
}