@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.recruit_ttl {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 60px;
    line-height: 2;
}
.recruit_ttl span {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}

.pic_01 {
	width: 950px;
	margin: 0 auto 40px;
}

.line {
	height: 1px;
	width: 80px;
	margin: 60px auto;
	background: #666;
}
.panel {
	width: 700px;
	margin: 0 auto 50px;
	padding: 30px 0;
	border-top: 2px dotted #EB851D;
	border-bottom: 2px dotted #EB851D;
}
.panel_ttl {
	font-size: 20px;
	margin-bottom: 22px;
	text-align: center;
}
.panel_text {
	font-size: 16px;
	line-height: 1.8;
}


.recruit_table {
	width: 860px;
	margin: 0 auto 80px;
}
.recruit_table table th,
.recruit_table table td {
	padding: 16px;
	border: 1px solid #ccc;
}
.recruit_table table th {
	font-weight: normal;
	background: #efefef;
}


.dl_file {
	width: 80%;
	margin: 0 auto;
}
.dl_excel {
	width: 45%;
	float: left;
	border: 1px solid #1F7143;
}
.dl_pdf {
	width: 45%;
	float: right;
	border: 1px solid #E31021;
}
.dl_excel a, .dl_pdf a {
	display: block;
	text-align: center;
	padding: 6px;
	color: #2c2c2c;
}
.dl_excel a {
	background: #E4EEE8;
}
.dl_pdf a {
	background: #FCE2E4;
}
.dl_excel a:hover {
	background: #D2E3D9;
}
.dl_pdf a:hover {
	background: #F9CFD3;
}

.recruit_table .tableno02 th,
.recruit_table .tableno02 td {
	border: none;
	padding: 0;
}


/* 新卒・中途切り替え */
.recruit_list {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 4%;
}
.recruit_list_item {
	width: 48%;
	display: flex;
}
.recruit_list_item a {
	display: block;
	color: #2c2c2c;
	padding: 30px 8% 30px;
	box-sizing: border-box;
	border-radius: 6px;
}
.recruit_list_item a:hover {
	opacity: 0.7;
}
.recruit_list_item .recruit_list_ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
}
.recruit_list_item .recruit_list_ttl:before {
    display: inline-block;
    vertical-align: 4px;
    margin-right: 12px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recruit_list_graduate {
	float: left;
}
.recruit_list_career {
	float: right;
}
.recruit_list_graduate a {
	border: 3px solid #3EB134;
}
.recruit_list_graduate .recruit_list_ttl:before {
	border-color: #3EB134;
}
.recruit_list_career a {
	border: 3px solid #1283D6;
}
.recruit_list_career .recruit_list_ttl:before {
	border-color: #1283D6;
}
.recruit_list_career a:hover img {
	opacity: 1;
}
.end {
	text-align: center;
	color: #CC0303;
	margin-top: 20px;
}
.bna {
	max-width: 250px;
	margin: 10px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.recruit_ttl {
	font-size: 22px;
}
.panel {
	width: 100%;
	box-sizing: border-box;
}


.recruit_table {
	width: 100%;
}
.recruit_table table th,
.recruit_table table td {
	padding: 14px 16px;
}

.pic_01 {
	width: 100%;
}

/* 新卒・中途切り替え */
.recruit_list {
	width: 100%;
}
.recruit_list_graduate {
	width: 70%;
	margin: 0 auto;
	float: none;
}
.recruit_list_career {
	width: 70%;
	margin: 0 auto 0;
	float: none;
}

}

@media screen and (max-width: 767px) {
.recruit_ttl {
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 26px;
}

.panel {
	width: 100%;
	box-sizing: border-box;
}
.panel_ttl {
	font-size: 18px;
}
.panel_text {
	font-size: 14px;
}

.recruit_table {
	width: 100%;
}
.recruit_table table th,
.recruit_table table td {
	padding: 8px;
}
.recruit_table table th{
	font-size: 14px;
}

.pic_01 {
	width: 100%;
}

/* 新卒・中途切り替え */
.recruit_list {
	width: 100%;
	flex-wrap: wrap;
	gap: 20px;
}
.recruit_list_graduate {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.recruit_list_career {
	width: 100%;
	margin: 0 auto 0;
	float: none;
}
.recruit_list_item {
	width: 100%;
	display: block;
}
.recruit_list_item .recruit_list_ttl {
	font-size: 20px;
}
.recruit_list_item a {
	    padding: 20px 4% 20px;
}
}