@charset "utf-8";

/* ------- EDUCATION ---------------------------------------------- */

.education-wrap .image{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.education-wrap .inner{
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width:781px) {
	.education-wrap {
		padding-bottom: 130px;
	}
	.education-wrap .image{
		background-image: url("../img/img_education.jpg");
		padding-bottom: 29.2825%;
	}
	.education-wrap .inner{
		margin-top: -6.222%;
	}
}
@media screen and (max-width: 780px) {
	.education-wrap {
		padding-bottom: 100px;
	}
	.education-wrap .image{
		background-image: url("../img/img_education_sp.jpg");
		padding-bottom: 89.3997%;
	}
	.education-wrap .inner{
		margin-top: -29.885%;
	}
}


.education-section{
	background-color: #FFF;
}
.education-section > .ttl{
	display: flex;
	justify-content: center;
}
.education-section > .ttl > h2{
	background-color: #EBF4FF;
	font-weight: 400;
	text-align: center;
}
@media print, screen and (min-width:781px) {
	.education-section{
		padding: 6%;
	}
	.education-section:nth-child(n + 2){
		margin-top: 70px;
	}
	.education-section > .ttl > h2{
		font-size: 1.8rem;
		margin-left: auto;
		margin-right: auto;
		padding: 35px 0;
		max-width: 500px;
		width: 50%;
	}
	.education-section > p{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		width: 80%;
	}
}
@media screen and (max-width: 780px) {
	.education-section{
		padding: 10% 5%;
	}
	.education-section:nth-child(n + 2){
		margin-top: 60px;
	}
	.education-section > .ttl > h2{
		font-size: 1.4rem;
		margin-left: auto;
		margin-right: auto;
		padding: 13px 0;
		width: 75%;
	}
	.education-section > p{
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 90%;
	}
}





.fig img{
	min-width: 883px;
}
@media print, screen and (min-width:781px) {
	.fig{
		margin-top: 70px;
	}
}
@media screen and (max-width: 780px) {
	.fig{
		margin-top: 35px;
		margin-right: -5%;
	}
}


.education-item{
	background-color: #DBE2EA;
}
.education-item > dt{
	font-weight: 400;
	display: flex;
	align-items: center;
}
.education-item > dd > p{
	color: #666;
}
.education-item > dd > ul > li{
	background-color: #FFF;
	line-height: 1.4;
}
.education-item > dd > ul > li > div{
	text-indent: -1em;
	padding-left: 1em;
}
@media print, screen and (min-width:781px) {
	.education-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 70px;
	}
	.education-item{
		padding: 35px 60px;
		width: 49.468%;
	}
	.education-item:nth-child(n + 3){
		margin-top: 1.064%;
	}
	.education-item.wide{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.education-item.wide dt{
		flex-shrink: 0;
		margin-right: 10.5973%;
	}
	.education-item > dt img{
		margin-right: 20px;
		height: auto;
		width: 70px;
	}
	.education-item > dd{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.education-item:nth-child(-n + 2) > dd > p{
		min-height: 6em;
	}
	.education-item:nth-child(n+3):nth-child(-n+4)  > dd > p{
		min-height: 8em;
	}
	.education-item > dd > ul{
		margin-top: 30px;
	}
	.education-item > dd > ul > li{
		padding: 5px 10px;
	}
	.education-item > dd > ul > li:nth-child(n + 2){
		margin-top: 4px;
	}
	.education-item > dd > ul > li > div > span{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 780px) {
	.education-list{
		margin-top: 25px;
	}
	.education-item{
		padding: 5%;
	}
	.education-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.education-item > dt img{
		margin-right: 10px;
		height: auto;
		width: 55px;
	}
	.education-item > dd{
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.education-item > dd > ul{
		margin-top: 20px;
	}
	.education-item > dd > ul > li{
		font-size: 1.1rem;
		padding: 5px 10px;
	}
	.education-item > dd > ul > li:nth-child(n + 2){
		margin-top: 4px;
	}
	.education-item > dd > ul > li > div > span{
		font-size: 1.0rem;
	}
}



.careerpath-wrap .image{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.careerpath-wrap .inner{
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width:781px) {
	.careerpath-wrap {
		padding-bottom: 130px;
	}
	.careerpath-wrap .image{
		background-image: url("../img/img_careerpath.jpg");
		padding-bottom: 29.2825%;
	}
	.careerpath-wrap .inner{
		margin-top: -6.222%;
	}
}
@media screen and (max-width: 780px) {
	.careerpath-wrap {
		padding-bottom: 100px;
	}
	.careerpath-wrap .image{
		background-image: url("../img/img_careerpath_sp.jpg");
		padding-bottom: 89.3997%;
	}
	.careerpath-wrap .inner{
		margin-top: -29.885%;
	}
}


.careerpath-sub-sec{
	background-color: #F4F4F4;
}
.careerpath-sub-sec .ttl{
	background-color: #E1E6EC;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.careerpath-sub-sec .ttl > p{
	background-color: #FFF;
	line-height: 1.5;
}
.careerpath-sub-sec .ttl > h3{
	line-height: 1.5;
}
.careerpath-item{
	position: relative;
}
.careerpath-item:after{
	background-image: url("../img/icon_flow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}
.careerpath-item > dt{
	background-color: #D4E4FF;
	font-weight: 700;
	text-align: center;
}
.careerpath-item > dd{
	color: #666666;
	line-height: 1.26;
}
@media print, screen and (min-width:781px) {
	.careerpath-sub-sec-wrap{
		margin-top: 70px;
	}
	.careerpath-sub-sec{
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 70px;
		width: 80%;
	}
	.careerpath-sub-sec .ttl{
		margin-left: auto;
		margin-right: auto;
		padding: 30px 0;
		width: 340px;
	}
	.careerpath-sub-sec .ttl > p{
		border-radius: 15px;
		font-size: 1.2rem;
		padding: 10px 20px;
	}
	.careerpath-sub-sec .ttl > h3{
		font-size: 2.0rem;
		margin-top: 15px;
	}
	.careerpath-list{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: 80%;
	}
	.careerpath-item{
		background-color: #FFF;
		border-radius: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 25px 30px;
	}
	.careerpath-item:not(:last-child):after{
		height: 20px;
		width: 9px;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,100%);
	}
	.careerpath-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.careerpath-item > dt{
		font-size: 1.2rem;
		padding: 5px;
		width: 90px;
	}
	.careerpath-item > dd{
		width: calc(100% - 115px);
	}
}
@media screen and (max-width: 780px) {
	.careerpath-sub-sec-wrap{
		margin-top: 35px;
	}
	.careerpath-sub-sec{
		margin-top: 20px;
		padding-bottom: 50px;
	}
	.careerpath-sub-sec .ttl{
		margin-left: 5%;
		margin-right: 5%;
		padding: 30px 0;
	}
	.careerpath-sub-sec .ttl > p{
		border-radius: 15px;
		font-size: 1.2rem;
		padding: 10px 20px;
	}
	.careerpath-sub-sec .ttl > h3{
		font-size: 2.0rem;
		margin-top: 15px;
	}
	.careerpath-list{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: 80%;
	}
	.careerpath-item{
	}
	.careerpath-item:not(:last-child):after{
		height: 20px;
		width: 9px;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,100%);
	}
	.careerpath-item:nth-child(n + 2){
		margin-top: 20px;
	}
	.careerpath-item > dt{
		font-size: 1.2rem;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		width: 110px;
	}
	.careerpath-item > dd{
		background-color: #FFF;
		border-radius: 50px;
		text-align: center;
		padding: 7%;
	}
}
