@charset "utf-8";
/*------------------------------------------------------------
	graduate
------------------------------------------------------------*/
#pagePath::before {
	background: #F5F5F5;
}
.pageHeader_wrap {
    display: flex;
    align-items: center;
    gap: 80px;
	margin-top: 0.5rem;
    width: 116.4rem;
	color: #fff;
}
.pageHeader_wrap p {
    color: #fff;
    margin-bottom: 0 !important;
}
.pageTitle h2 {
    width: unset;
}
#main {
	padding-bottom: 21.4rem;
	background: #ECF3F8;
}
#main .pageTitle {
	background-image: url(../img/graduate/page_title_bg.jpg);
}
#main .content {
	width: 116.4rem;
}
#main p {
	margin-bottom: 4rem;
    font-size: 1.8rem;
	line-height: 1.875;
}
#main .btn a {
	display: block;
}
#main .btn a:hover {
	opacity: 0.7;
}
#main section {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
	margin-bottom: 40px;
}

#main section .heading01 {
    margin-bottom: 3.3rem;
    color: #2078D0;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.356;
    display: flex;
    align-items: center;
}
#main section .heading01 .icon {
    width: 60px;
    margin-right: 20px;
}
.job_bottom_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;

}
.job_bottom_wrap .comList,
.job_bottom_wrap .img {
	width: calc((100% - 20px) / 2);
}
.job_bottom_wrap .comList {
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	
	background-image:
    linear-gradient(to right, #122C5C 4px, transparent 8px),
    linear-gradient(to left, #122C5C 4px, transparent 8px);
    /* 背景画像の大きさを設定 */
    background-size:
    20px 2px,
    20px 2px;
    /* 背景の開始位置を指定 */
    background-position:
    left top,
    right bottom;
    /* 横方向に繰り返す */
    background-repeat:
    repeat-x,
    repeat-x;
	
}
.job_bottom_wrap .comList li {
    width: 40%;
}
.job_bottom_wrap .comList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 10px;
    align-items: center;
}
.job_bottom_wrap .comList li .photo {
    margin: 0 auto;
}
.job_bottom_wrap .comList li .name {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.no-senior {
    display: flex;
    gap: 20px;
}
.no-senior .desc,
.no-senior .img {
	width: calc((100% - 20px) / 2);
}
@media all and (max-width: 896px) {
	.pageTitle {
        margin-bottom: 3.5rem;
        height: 19rem;
    }
	.pageHeader_wrap {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 0 30px;
		color: #fff;
		flex-direction: column;
	}
	.pageTitle h2 {
		padding: 0 !important;
	}
	#main {
		padding-bottom: 16rem;
	}
	#main p {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	#main .btn {
		margin: 0 auto;
		max-width: 32rem;
	}
	.job_bottom_wrap {
		flex-direction: column-reverse;
		align-items: center;
	}
	.job_bottom_wrap .comList,
	.job_bottom_wrap .img {
		width: 100%;
	}
	.job_bottom_wrap .comList {
		gap: 20px;
	}
	.job_bottom_wrap .comList li {
		width: 30%;
	}
	.job_bottom_wrap .comList li .name {
		display: flex;
		justify-content: center;
	}
	.no-senior .desc,
	.no-senior .img {
		width: 100%;
	}
	.no-senior {
		flex-direction: column;
	}
	.comList li .name .grotesk {
        font-size: 2.3rem !important;
    }
	.comList li .name .grotesk .honorific {
		font-size: 1.6rem !important;
	}
}

