.recruit .header_bg-image::before {
	background-image: url("../../img/recruit/title_bg.jpg");
	background-position: right 3% bottom 45%;
}
.recruit .inner_wrap {
	padding: 65px 40px 50px;
}
.recruit .description {
	padding: 0 20px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}
.recruit_container {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 50px 0;
}
.recruit .recruit_link {
	display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	padding: 12px 36px 12px 12px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.5;
    border-color: #d5231b;
}
.recruit .content_title-noboder {
	padding: 0 20px;
	margin-bottom: 27px;
}
.recruit .list {
	counter-reset: section;
}
.recruit .list_item {
	text-align: left;
	padding-left: 2em;
	text-indent: -1em;
	letter-spacing: 0.05em;
	line-height: 1.7647058824;
	font-size: 17px;
}
.recruit .list_item::before {
	display: inline-block;
	counter-increment: section;
	content: "(" counter(section) ")";
	width: 1em;
}
.recruit .table_area {
	margin-bottom: 74px;
}
.recruit .after {
	margin-bottom: 75px;
	padding-bottom: 53px;
	border-bottom: 1px solid #eeeeee;
}
.recruit .after .list {
	margin-left: 20px;
	margin-top: 30px;
}
.recruit .after .list_item {
	line-height: 2;
	margin-bottom: 21px;
}
.recruit .download {
	padding-bottom: 100px;
	margin-bottom: 75px;
	border-bottom: 2px solid #1cbea1;
}
.recruit .download .content_title.content_title-noboder {
	text-align: center;
	margin-bottom: 50px;
}
.recruit .download .content_title.content_title-noboder .content_title_inner {
	letter-spacing: 0.1em;
}
.recruit .download_list {
	display: flex;
	justify-content: center;
}
.recruit .download_list_item {
	width: 30%;
	max-width: 410px;
	margin: 0 40px;
}
.recruit .download_list-pdf a {
	display: block;
	width: 100%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 12px 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 1.5;
	border-color: #d5231b;
}
.recruit .download_list-pdf a::before,
.recruit .recruit_link::before {
	content: "";
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	position: absolute;
	width: 24px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.recruit .download_list-pdf a::before {
	margin-left: 2.1em;
	background-image: url("../img/common/pdf_icon.png");
}
.recruit .recruit_link::before {
    margin-left: 5.3em;
    background-image: url("../img/common/pdf_icon.png");
}
.recruit .download_list-word a {
	display: block;
	width: 100%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 12px 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 17px;
	line-height: 1.5;
	border-color: #366dbf;
}
.recruit .download_list-word a::before {
	content: "";
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	position: absolute;
	width: 24px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.recruit .download_list-word a::before {
	margin-left: 2.7em;
	background-image: url("../img/common/word_icon.png");
}
.recruit .address_wrap {
	border: 4px solid #1cbea1;
	border-radius: 50px 0 50px 0px;
	display: flex;
	overflow: hidden;
	align-content: center;
	margin-top: 60px;
}
.recruit .address_title {
	width: 30.4%;
	min-width: 200px;
	max-width: 350px;
	letter-spacing: 0.1em;
	background-color: #1cbea1;
	display: flex;
	justify-content: center;
	align-content: center;
}
.recruit .address_title p {
	margin-bottom: 4px;
	align-self: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 2;
}
.recruit .address_document {
	padding: 42px 20px 44px 80px;
	flex: 1 0 auto;
	width: 0;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-self: center;
}
.recruit .address_address {
	margin-bottom: 28px;
}
.recruit .address_detail {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
.recruit .address_name {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.recruit .address_item-fax, .recruit .address_item-tel, .recruit .address_item-mail {
	font-size: 24px;
	line-height: 1.42;
	letter-spacing: 0.1em;
	padding-left: 59px;
	position: relative;
}
.recruit .address_item-fax::before, .recruit .address_item-tel::before, .recruit .address_item-mail::before {
	position: absolute;
	content: "";
	display: inline-block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.recruit .address_item-mail {
	margin-bottom: 19px;
}
.recruit .address_item-mail::before {
	background-image: url("../../img/common/icon_mail_content.png");
}
.recruit .address_item-tel {
	margin-bottom: 15px;
}
.recruit .address_item-tel::before {
	background-image: url("../../img/common/icon_tel_content.png");
}
.recruit .address_item-fax::before {
	background-image: url("../../img/common/icon_fax_content.png");
}

/* ---------------------------------------------
 	sp
---------------------------------------------- */
@media (max-width: 1260px) {
	.recruit .header_bg-image::before{
		background-position: right -24% bottom 45%;
	}
}
/* @media (max-width: 910px) {
	.recruit .header_bg-image::before{
		background-position: right 24% bottom 45%;
	}
} */
@media (max-width: 1310px) {
	.recruit .header_bg-image::before{
		background-position: right 500px bottom 45%;
	}
}
@media (max-width: 1100px) {
	.recruit .header_bg-image::before{
		background-position: left 600px bottom 45%;
	}
}
@media (max-width: 767px) {
	.recruit .header_bg-image::before{
		background-position: left 450px bottom 45%;
	}
	.recruit .inner_wrap {
		padding: 55px 0 30px;
	}
	.recruit .content_title-noboder {
		padding: 0;
	}
	.recruit .description {
		font-size: 15px;
		padding: 0;
	}
	.recruit .list_item {
		font-size: 15px;
	}
	.recruit .table_area {
		margin-bottom: 50px;
	}
	.recruit .after {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.recruit .after .list {
		margin-left: 0;
	}
	.recruit .download {
		margin-bottom: 55px;	
		padding-bottom: 20px;
	}
	.recruit .download_list {
		display: block;
	}
	.recruit .download_list_item {
		width: 100%;
		margin: 20px auto;
	}
	.recruit .download_list-pdf a, .recruit .download_list-word a {
		font-size: 17px;
	}
	.recruit .address_wrap {
		display: block;
	}
	.recruit .address_title {
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	.recruit .address_title p {
		font-size: 20px;
		line-height: 1.5;
	}
	.recruit .address_document {
		min-width: auto;
		max-width: none;
		padding: 20px;
		width: 100%;
	}
	.recruit .address_address {
		margin-bottom: 20px;
	}
	.recruit .address_name, .recruit .address_detail {
		font-size: 15px;
	}

	.recruit .address_item-fax, .recruit .address_item-tel, .recruit .address_item-mail {
		font-size: 15px;
		position: relative;
		padding-left: 29px;
	}
	.recruit .address_item-fax::before, .recruit .address_item-tel::before, .recruit .address_item-mail::before {
		width: 23px;
		height: 15px;
	}

	.recruit .address_item-mail {
		margin-bottom: 7px;
	}
	.recruit .address_item-tel {
		display: inline-block;
		margin-bottom: 7px;
		margin-right: 20px;
	}
	.recruit .address_item-fax {
		display: inline-block;
	}
	.kyoin p{
	    text-align: left;
	}
	.kyoin .subtitle{
		text-align: center;
		margin-bottom: 30px;
	}
	.subtitle{
		display: block!important;
		text-align: center;
	}
}
@media (max-width: 465px) {
	.recruit .header_bg-image::before{
		background-position: left 400px bottom 45%;
	}
}
/* kyoin-saiyo.jp 追加 */
.kyoin p{
	line-height: 2;
    margin-bottom: 21px;
    letter-spacing: 0.05em;
    line-height: 1.7647058824;
    font-size: 17px;
}
.kyoin p span{
    color: #fc563f;
	border-bottom: 1px solid #fc563f;
	text-align: center;
}
.blank_btn {
    margin-bottom: 40px;
	text-align: center;
}
.blank_btn a:after{
	content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    background: url(/img/common/icon_link.svg) no-repeat center center;
}
.blank_btn a{
    display: inline-block;
    border-radius: 100vh;
    font-size: 12pt;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 17px 26px 18px;
    background: #0ec9a9;
    color: #fff;
    transition: .3s;
    width: 300px;
    position: relative;
    letter-spacing: 0.15em;
    text-indent: 0.1em;
    margin-bottom: 100px;
    margin-top: 14px;
}
.blank_btn a:hover {
  opacity: 0.5;
  transition: .3s ease-out;
}
.blank_btn a::after{
	content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    background: url(/img/common/icon_link_wh.svg) no-repeat center center;
}
.after .content_title_inner .ib{
    font-size: 17px;
}
.download .content_title_inner .ib{
    font-size: 18px;
}
.kyoin .subtitle{
	font-size: 20px;
}
.subtitle{
	font-size: 20px;
	font-weight: 700;
	border: 2px solid #000;
	display: inline-block;
    padding: 10px 18px;
	margin-bottom: 20px;
}
