@charset "UTF-8";

/* CSS Document */

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

	main_ph

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

.main_ph {
	width: 100%;
	height: 200px;
	background: url(../images/main_ph.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
	position: relative;
	margin-top: -20px;
}
.main_ph .copy {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30%;
}

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

	cell_recruit

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

.cell_recruit {
}
.cell_recruit .ex {
}
.cell_recruit .ex {
	font-size: 100%;
	line-height: 1.65em;
	margin-bottom: 40px;
}
.cell_recruit .ex span {
	display: block;
	font-size: 140%;
	color: #9C1041;
	margin-bottom: 20px;
	line-height: 1.65em;
}
.cell_recruit .rec_btn {
}
.cell_recruit .rec_btn ul {
	width: 100%;
}
.cell_recruit .rec_btn ul li {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.cell_recruit .rec_btn ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
	background: #fff;
}
.cell_recruit .rec_btn ul li a .ph {
	padding: 6px;
	width: 30%;
}
.cell_recruit .rec_btn ul li a p {
	width: 67%;
}

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

	cell_recinf

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

.cell_recinf {
}
.cell_recinf .recinf_content {
	background: #f9f7e8;
	border-radius: 10px;
	padding: 20px;
}
.cell_recinf .recinf_content .career_list {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
.cell_recinf .recinf_content .career_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cell_recinf .recinf_content .career_list ul:nth-of-type(1n) {
	background: #f00;
}
.cell_recinf .recinf_content .career_list ul li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 16px;
}
.cell_recinf .recinf_content .career_list ul li:first-child {
	width: 100px;
}
.cell_recinf .recinf_content .career_list ul li:last-child {
	flex: 1;
}
.cell_recinf .recinf_content .career_list ul li .cap {
	font-size: 80%;
	display: block;
}
.cell_recinf .recinf_content .other_info {
}
.cell_recinf .recinf_content .other_info .main_mail {
	margin: 20px 0;
}
.cell_recinf .recinf_content .other_info .main_mail a {
	color: #9C1041;
	font-size: 180%;
}
.cell_recinf .recinf_content .other_info .main_mail a:hover {
	text-decoration: none;
}
.cell_recinf .recinf_content .other_info .cap {
	font-size: 80%;
	display: block;
	background: rgba(255, 255, 255, .6);
	padding: 20px;
	margin-bottom: 30px;
}
.cell_recinf .recinf_content .other_info .cap a,
.cell_recinf .recinf_content .other_info p a {
	color: #9C1041;
}
.cell_recinf .recinf_content .other_info .cap a:hover,
.cell_recinf .recinf_content .other_info p a:hover {
	text-decoration: none;
}

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

	cell_new_graduate

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

.cell_new_graduate {
}
.cell_new_graduate .comm,
.cell_new_graduate .occu {
	background: #F9F8E8;
	padding: 30px 20px;
	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 {
}
.cell_new_graduate .occu .box .box_cont .text {
	margin-bottom: 20px;
}
.cell_new_graduate .occu .box .box_cont .text span {
	display: block;
	font-size: 90%;
}
.cell_new_graduate .occu .box .box_cont .ph {
	width: 100;
	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: 0px 80px;
}
.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;
}





























