@charset "UTF-8";

/* CSS Document */

/*====================================

	cell_new_graduate

====================================*/

.cell_new_graduate {
}
.cell_new_graduate .comm,
.cell_new_graduate .occu {
	background: #F9F8E8;
	padding: 60px 40px;
	border-radius: 10px;
	margin-bottom: 60px;
}
.cell_new_graduate .comm p {
	width: 100%;
	text-align: center;
	font-size: 120%;
}
.cell_new_graduate .occu .box {
	margin-bottom: 40px;
}
.cell_new_graduate .occu .box:last-child {
	margin-bottom: 0px;
}
.cell_new_graduate .occu .box .box_ttl {
	border-bottom: 1px solid #9C1041;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cell_new_graduate .occu .box .box_ttl h3 {
	color: #9C1041;
	font-size: 150%;
}
.cell_new_graduate .occu .box .box_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cell_new_graduate .occu .box .box_cont .text {
	flex: 1;
}
.cell_new_graduate .occu .box .box_cont .text span {
	display: block;
	font-size: 90%;
}
.cell_new_graduate .occu .box .box_cont .ph {
	width: 280px;
	margin-left: 60px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eee;
}
.cell_new_graduate .occu .box .box_cont .ph a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 0;
}
.cell_new_graduate .occu .box .box_cont .ph a:before {
	content: "";
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	background: url(../images/mynavi_arrow.svg) center center no-repeat;
	background-size: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.cell_new_graduate .occu .box .box_cont .ph a:hover:before {
	right: 15px;
}









