@charset "UTF-8";

.contentpage .m_img_area{
	background-image: url(../../images/recruit/m_img@2x.jpg);
	background-position: center bottom;
}

/*  Bosyu
-----------------------------------------------*/
.tbl_bosyu {
	width: 100%;
	max-width: 1100px;
	border-collapse: collapse;
	margin-inline: auto;
}
.tbl_bosyu th,
.tbl_bosyu td {
	font-weight: normal;
	vertical-align: center;
	box-sizing: border-box;
	border-top:1px solid #e6e6e6;
}
.tbl_bosyu tr:last-child th,
.tbl_bosyu tr:last-child td {
	border-bottom:1px solid #e6e6e6;
}
.tbl_bosyu th {
	width: 23.5%;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	font-size: min(2vw,115%);
	line-height: 1.4;
	padding: 3em 0;
	text-align: center;
	background: rgba(247,241,229,0.80);
}
.tbl_bosyu td {
	width: 76.5%;
	padding: 3em 6%;
	font-size:95%;
}
.tbl_bosyu td > * {
	margin-top: 1.2em;
}
.tbl_bosyu td > *:first-child {
	margin-top: 0!important;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_bosyu th,
.tbl_bosyu td {
	display: block;
	width: 100%;
}
.tbl_bosyu tr:last-child th{
	border-bottom: none;
}
.tbl_bosyu tr td {
	border-top: none;
}
.tbl_bosyu th {
	font-size: 110%;
	padding: .8em 0;
}
.tbl_bosyu td {
	padding: .8em 0 2em;
	font-size:100%;
}
}





/* mobile_attention
-----------------------------------------------*/
.mobile_attention {
	position: relative;
	border:1px solid #d9ba7c;
	margin-inline: auto;
	border-radius: 50px;
	margin: 2em auto;
}
.mobile_attention dt {
	text-align: center;
	line-height: 1.6;
	padding: 1.6em 1em;
	color: #b59555;
	font-weight: bold;
}
.mobile_attention .icon_open {
	margin-left: .4em;
	background: #b59555;
	border-radius:1em;
	width: 1.3em;
	height: 1.3em;
}
.mobile_attention .icon_open::before,
.mobile_attention .icon_open::after{
	background: #fff;
}
.mobile_attention dd {
	font-size: 90%;
	padding: 0 5% 2em;
}
.mobile_attention dd p {
	margin-bottom: 1em;
	line-height: 2em;
}
.mobile_attention .carrier {
	display: flex;
	column-gap: 2em;
	line-height: 1.5;
	margin-top: 1em;
}
.mobile_attention .carrier a {
	position: relative;
	padding-left: 1.2em;
}
.mobile_attention .carrier a::before {
	position: absolute;
	content: "";
	border-top: 1px solid #4a4137;
	border-right: 1px solid #4a4137;
	width: .4em;
	height: .4em;
	left: 0;
	top: .35em;
	rotate: 45deg;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mobile_attention {
	margin: 1em auto;
}
.mobile_attention dt {
	padding: 1em 1em;
}
.mobile_attention .icon_open {
	width: 1.1em;
	height: 1.1em;
}
}