@import url("page-c-tablet.css");
/********************************************************************************

page-tablet.css
max-width: 1023px

********************************************************************************/

/*============================================================
 フロントページ
*============================================================*/
/* common
---------------------------------------- */
#page-front {
}


#page-top #sec-hero .page-catch {
	font-size: 46px;
}
#page-top #sec-who .item-win {
	margin: 0;
	order: 1;
	height: 115px;
	width: 100%;
}
#page-top #sec-who .item {
	order: 2;
	width: 50%;
	font-weight: 600;
	position: relative;
	bottom: 30px;
}
#page-top #sec-who .parts-boxes .item:nth-child(1) {
	text-align: left;
}
#page-top #sec-who .parts-boxes .item:nth-child(3) {
	text-align: right;
	order: 3;
}
#page-top #sec-bestcompany .inner .parts-boxes {
	justify-content: center;
}
#page-top #sec-bestcompany .images {
	max-width: 517px;
	width: 100%;
	justify-content: space-between;
}
@media screen and (max-width: 924px) {
	#page-top #sec-bestcompany img:nth-child(1) {
		width: 40%;
	}
	#page-top #sec-bestcompany img:nth-child(2) {
		width: 17%;
	}
	#page-top #sec-bestcompany img:nth-child(3) {
		width: 17%;
	}
	#page-top #sec-bestcompany img:nth-child(4) {
		width: 12%;
	}
}


/*============================================================
 環境と制度
*============================================================*/
 .modal__content {
    width: 86%;
	height: 75vh;
}
.thumb-content {
	overflow: auto;
	height: 70%;
}

/*============================================================
 新卒キャリアパス
*============================================================*/
#page-graduatepath #sec-flow .item-txt {
	width: 90%;
	margin: 0 auto;
}
#page-graduatepath #sec-flow .item-img {
	width: 90%;
	max-width: 544px;
    margin: 0 auto;
}

/*============================================================
 キャリアキャリアパス
*============================================================*/
#page-careerpath #sec-flow .item-txt {
	width: 90%;
	margin: 0 auto;
}
#page-careerpath #sec-flow .item-img {
    width: 90%;
	margin: 0 auto;
	max-width: 544px;
}
