@charset "UTF-8";
/* CSS Document */

section {
    margin-bottom: 60px;
}
.container_wrap.head_wrap{
	margin-bottom: 60px;
}
.recruit_head {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
	flex-wrap: wrap;
    margin-bottom: 60px;
}
.recruit_head .text {
	width: 52%;
    line-height: 200%;
	text-align: center;
}
.recruit_head .img {
	width: 45%;
    max-width: 450px;
    margin-left: 3%;
	margin-bottom: 25px;
}
.recruit_head .img + .text{
	text-align: left;
}

.outlink_wrap {
/*    background: url("../img/recruit/bg_linkbtn.jpg") no-repeat center / cover;*/
	width: 100%;
}
.outlink_wrap .bg_black{
/*    background: rgba(0,0,0,0.2);
	min-height: 340px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.outlink_wrap .link_flex {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
    max-width: 880px;
/*	padding: 40px 0;*/
}
.outlink_wrap .link_flex li {
    background: #ffffff;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 354px;
    padding: 30px 0;
	border-radius: 10px;
    margin: 15px 3%;
    border: 1px solid #edd2a3;
}
.outlink_wrap .link_flex li .name{
	width: 100%;
    text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}
.outlink_wrap .link_flex .btn {
    display: flex;
    width: 195px;
    background-color: #b22222;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    border-radius: 10px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    line-height: 1.3;
    overflow: unset;
}
.outlink_wrap .link_flex .btn:not([href*="http"]){
	border: 1px solid #b22222;
}
.outlink_wrap .link_flex .btn:hover{
	background: #ffffff;
	color: #b22222;
}
.r_content_flex{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.r_content_flex > [class*="flex_"] {
    width: 48%;
    margin-bottom: 20px;
    border: 1px solid #edd2a3;
    padding: 20px;
}
.r_content_flex h3.ttl{
    color: #40220f;
    font-size: 160%;
    line-height: 100%;
    padding: 0 0 10px 15px;
	background: url("../img/company/dotted.png") repeat-x bottom;
	margin-bottom: 20px;
    /*20250716add*/
    background: none;    
    padding: min(2vw, 15px) 0;
    margin-bottom: 0;
    text-align: center;
}
.flex_movie .youtube {
    width: 92vw;
    max-width: 100%;
    height: calc((100vw - 150px) * 0.92 * 0.46 / 16 * 9);
    max-height: 259px;
}
@media screen and (max-width:768px) {
.flex_movie .youtube {
    height: calc(100vw * 0.92 * 0.46 / 16 * 9);
	}
}
@media screen and (max-width:600px) {
.flex_movie .youtube {
    height: calc(100vw * 0.92 / 16 * 9);
	max-height: none;
}
}
.book_wrap {
    background: #fefae6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21vw;
    max-height: 260px;
}
.book_wrap .img {
    width: auto;
    height: 13vw;
    max-height: 175px;
    margin: 0 auto;
}
.book_wrap .img img {
    width: auto;
    height: 100%;
}
.book_wrap .name {
    color: #b18147;
    line-height: 100%;
    font-weight: bold;
    margin-top: 5px;
}
ul.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.btn_wrap li {
    width: 45%;
    margin: 0 auto 20px;
}
.btn_wrap .btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: block;
    width: 100%;
    padding: 1.2em 1em;
	padding-left: 60px;
    border-radius: 5px;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
}
.btn_wrap .btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.btn_wrap .btn a.link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.btn_wrap .btn a.link:hover::after {
	border-color: #b22222;
}
.btn_wrap .btn a::before {
    content: "";
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.btn_wrap .btn.company_btn a::before{
	background-image: url("../img/recruit/ico_company.png");
}
.btn_wrap .btn.pamphlet_btn a::before{
	background-image: url("../img/recruit/ico_pamph.png");
}
.btn_wrap .btn.sosikizu_btn a::before{
	background-image: url("../img/recruit/ico_sosiki.png");
}
.btn_wrap .btn.sections_btn a::before{
	background-image: url("../img/recruit/ico_busho.png");
}
.btn_wrap .btn.company_btn a:hover::before{
	background-image: url("../img/recruit/ico_company_on.png");
}
.btn_wrap .btn.pamphlet_btn a:hover::before{
	background-image: url("../img/recruit/ico_pamph_on.png");
}
.btn_wrap .btn.sosikizu_btn a:hover::before{
	background-image: url("../img/recruit/ico_sosiki_on.png");
}
.btn_wrap .btn.sections_btn a:hover::before{
	background-image: url("../img/recruit/ico_busho_on.png");
}




.container_wrap h2.ttl{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
	line-height: 100%;
}
.ttl .color {
    color: #fff;
    display: block;
    background: #7f4f21;
    width: 1.3em;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 8px;
}
.ttl .name{
	display: block;
}

.num_flex {
/*
    display: flex;
*/
    margin-left: 1em;
    margin-bottom: 1.4em;
}
/*
.num_flex .table_num {
    width: 2em;
}
.num_flex .text {
    width: calc(100% - 2em);
}
*/
.text a{
	color: #b22222;
	text-decoration: underline;
}
.text .list {
    margin-top: 1em;
}
.flex_caption {
    display: flex;
    justify-content: center;
    margin: 5px 0 0 0;
    text-align: center;
}

@media screen and (max-width:900px) {
.recruit_head .text,
.recruit_head .img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width:600px) {
.recruit_head .text{
	text-align: left;
}
ul.btn_wrap li {
    width: 100%;
    margin-bottom: 15px;
}
.r_content_flex h3.ttl{
    font-size: 1.3em;
    background-size: auto 3px;
    margin-bottom: min(2vw,20px);
}
.r_content_flex > [class*="flex_"] {
    width: 100%;
}
.book_wrap {
    max-height: none;
    height: auto;
    display: block;
    padding: 15px 0;
}
.book_wrap .img {
    height: auto;
    max-width: none;
}
.book_wrap .img img {
    width: 195px;
    height: auto;
}
}

/*20220119 add*/
.contentList_body .info_index{
	padding: 1em 30px 1em 0.5em;
	display: flex;
	border-bottom: 1px solid #b9baba;
}
.container_wrap:not(.news) .contentList_body li:nth-of-type(5) ~ li,
.container_wrap:not(.news) .contentList_body .more_btn{
    display: none;
}
.contentList_body time {
    color: #808080;
    margin-right: 1em;
    line-height: 120%;
	min-width: 6em;
}
.contentList_body .txt {
    color: #000;
    line-height: 120%;
}
.contentList_body a .txt{
	width: 100%;
}
.contentList_body a .complib_img + .txt {
    width: calc(100% - 160px);
}
.contentList_body .txt .pdf {
    color: #f9ddd4;
    display: inline-block;
    border: 2px solid #f9ddd4;
    font-size: 0.7em;
    line-height: 100%;
    padding: 0.15em 0.3em;
    margin-left: 0.8em;
}
.contentList_body a.info_index {
    position: relative;
}
.contentList_body a.info_index:hover{
	background: #f9ddd4;
}
.contentList_body a.info_index::after {
    content: "→";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 100%;
    transform: scale(1.5,1);
    color: #f9ddd4;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2%;
}
.contentList_body a:hover time,
.contentList_body a:hover .txt,
.contentList_body a.info_index:hover::after{
	text-decoration:none;
}
.contentList_body .more_btn {
    border: #b22222 1px solid;
    color: #b22222;
    display: block;
    line-height: 100%;
    font-size: 0.9em;
    padding: 1em 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    border-radius: 15px;
    margin: 30px auto;
    width: 86%;
    max-width: 400px;
	cursor: pointer;
	transition: all ease 300ms;
}
.contentList_body .more_btn:hover{
	background: #b22222;
	color: #ffffff;
}
@media screen and (max-width:600px) {
.contentList_body .info_index {
    display: block;
    padding: 0.5em 0;
    padding-right: 2em;
}
}