@charset "UTF-8";
/** header **/
.site_recruit .l-header {
	background-color: rgb(90 209 165 / 80%);
}
.site_recruit .flexx {
	width: calc(100% - 280px);
}
.site_recruit .p-logo {
	background-color: rgb(186 236 185 / 80%);
}
.site_recruit .p-header__btn_recruit {
	width: 255px;
}
.site_recruit .p-header__btn_recruit a {
	width: 230px;
	background: #e70012;
	color:#fff;
}
.site_recruit .p-header__btn_recruit a p span {
	opacity: 0.8;
}
.site_recruit .p-header__btn_recruit a::before {
	background-color: #fff;
}
.site_recruit .p-global-nav ul li::after {
	background-color: #688f84;
}
.site_recruit .recruit_header img {
    width: 100%;
    height: 430px;
    max-width: none !important;
    object-fit: cover;
}
/** footer **/
.site_recruit .box_recruit-menu {
	background: #f5f5f5;
    padding: 50px 0;
    margin-bottom: 50px;
}
.site_recruit .box_recruit-menu .recruit-menu {
	margin-bottom:0;
}
/*.site_recruit .recruit-menu h2,.site_recruit .recruit-menu a {
	color: #0fad42;
}*/

/** content **/
.site_recruit #breadcrumb {
	padding-left: 50px;
}
.site_recruit .recruit_header {
}
.site_recruit .recruit_header h2 {
	font-size:3rem;
	text-align: center;
	letter-spacing: 0.1em;
	position:relative;
	width: 800px;
    margin: 0 auto 60px;
    background: #fff;
    top: -50px;
    padding: 50px 0 0 0;
	border-radius: 10px;
}
.site_recruit .recruit_header h2 .recruit_header_en {
	display: block;
    font-size: 1.6rem;
    margin-top: 16px;
    color: inherit;
    font-weight: normal;
}
.site_recruit .recruit_header h2:after {
	content:"";
	width:130px;
	height:2px;
	display: inline-block;
	background: #2fb14c;
	position:absolute;
	bottom:-35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.site_recruit .box_anc {
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	list-style: none;
	margin-bottom: 20px;
	padding:0;
}
.site_recruit .box_anc li {
	margin:10px;
}
.site_recruit .box_anc li a {
	width: 300px;
    background: #2fb14c;
    color: #fff;
    display: block;
    text-align: center;
	font-weight: bold;
    padding: 10px;
}
.site_recruit section {
	background: #f7f3ea;
	padding:50px 0;
	text-align: center;
	margin: 0 50px;
	border-radius: 20px;
	min-width: 1180px;
}
.site_recruit section.bg_green {
	background: #e0ebdc;
}
.site_recruit section .lead .ttl {
    text-align: center;
    margin-bottom: 50px;
	position: relative;
  	display: inline-block;
	padding: 0 60px;
    color: #0fad42;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
} 
.site_recruit section .lead .ttl:before, .site_recruit section .lead .ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #0fad42;
}
.site_recruit section .lead .ttl:before {
  left:0;
}
.site_recruit section .lead .ttl:after {
  right: 0;
}

/**研修制度・キャリアパス**/
.site_recruit .page-development .box_wrap {
	display: -webkit-flex;
    display: flex;
}
.site_recruit .page-development #development01 .box_wrap {
	display: block;
}
.site_recruit .page-development .box_wrap p {
}
.site_recruit .page-development .box_wrap p span {
	display: block;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.site_recruit .page-development .box_wrap .box_img {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.site_recruit .page-development .box_wrap .box_img > div {
	width:355px;
}
.site_recruit .page-development .box_wrap .box_img > div p {
	text-align: center;
	font-size: 1.4rem;
}
.site_recruit .page-development .box_white {
	background: rgb(255 255 255 / 80%);
    padding: 30px;
}
.site_recruit .page-development .box_white p {
	text-align: center;
}
.site_recruit .page-development .box_white img {
    margin: 30px auto 0;
}
.site_recruit #development02 {
	padding-bottom:0;
	overflow: hidden;
}
.site_recruit #development02 p {
	margin-bottom:1em;
}
.site_recruit #development02 ol {
	text-align: left;
	margin-bottom: 50px;
}
.site_recruit #development02 ol li {
	margin-bottom:10px;
}
.site_recruit #development02 .bg_green {
	background: #e0ebdc;
	margin-top:50px;
	padding: 50px 0;
}
.site_recruit #development02 h4 {
	font-size:2rem;
	margin-bottom:20px;
	color: #0fad42;
	text-align: left;
}
.site_recruit #development02 h4:before {
	content:"";
	width:0.5em;
	height:0.5em;
	background: #0fad42;
	border-radius: 50em;
	display: inline-block;
	margin-right:10px;
}
.site_recruit #development02 .box_wrap {
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site_recruit #development02 .box_wrap > div {
	width:45%;
	margin:0;
}
.site_recruit #development02 .box_wrap .box_txt {
	width:55%
}
.site_recruit #development02 .box_wrap > div p {
	width:auto;
}
.site_recruit #development02 .box_wrap .box_img {
	padding-left:50px;
}

@media only screen and (max-width: 767px) {
	.site_recruit .p-global-btn,.site_recruit .p-header__btns {
		background-color:#b9edbc;
	}
	.site_recruit .p-global-btn span {
		background-color: #e70012;
	}
	.site_recruit .p-header__btn {
		background-color: #e70012;
	}
	.site_recruit .p-global-nav ul .global_recruit_sp,.site_recruit .p-global-nav ul .global_recruit_sp div {
		background-color: #e70012;
		color:#fff;
		padding: 0;
	}
	.site_recruit .p-global-nav ul .global_recruit_sp div img {
		top:0;
	}
	.site_recruit .p-global-nav ul li::before {
		display: none;
	}
	.site_recruit .p-header__btn img {
		margin-top:5px;
	}
	.site_recruit .p-header__btn span {
		color:#fff;
		font-size: 0.9rem;
    	margin-left: -5px;
	}
	.site_recruit .page-development {
		font-size: 1.4rem;
	}
	.site_recruit section .lead .ttl {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.site_recruit .recruit_header img {
		height: 190px;
	}
	.site_recruit .recruit_header h2 {
		width:80%;
		top: -30px;
		margin-bottom:40px;
	}
	.site_recruit .recruit_header h2 .recruit_header_en {
		font-size: 1.2rem;
	}
	.site_recruit .recruit_header h2 {
		font-size: 2rem;
	}
	.site_recruit .recruit_header h2:after {
		bottom: -20px;
	}
	.site_recruit .box_anc {
		margin:0 10px 20px;
	}
	.site_recruit .box_anc li {
		margin: 5px;
    	width: 50%;
	}
	.site_recruit .box_anc li a {
		width:auto;
	}
	.site_recruit section {
		min-width:auto;
		margin: 0 10px;
		padding: 30px 0 10px;
	}
	.site_recruit .page-development .box_wrap,.site_recruit .page-development .box_wrap .box_img {
		display: block;
	}
	.site_recruit .page-development .box_wrap .box_img,.site_recruit .page-development .box_wrap p {
		width:100%;
	}
	.site_recruit .page-development .box_wrap p span {
		font-size: 1.6rem;
    	margin-bottom: 0px;
	}
	.site_recruit .page-development .box_white {
		padding:20px;
	}
	.site_recruit #development02 .box_wrap .box_txt,.site_recruit #development02 .box_wrap .box_img {
		width:100%;
	}
	.site_recruit #development02 .box_wrap .box_img {
		padding-left: 0px;
	}
	.site_recruit .page-development .box_wrap .box_img > div {
		width:100%;
		margin-bottom:20px;
	}
	
}


/**働きやすさの取組**/
#infographics01 .cath {
	text-align: center;
	margin-bottom:50px;
}

#infographics02 h4 {
	margin-bottom: 30px;
    color: #0fad42;
	border-bottom: solid 1px;
	text-align: left;
}
#infographics02 h4 span {
	display: inline-block;
	text-align: center;
    width: 40%;
    padding: 20px 30px 10px;
	margin-left:15px;
    border-radius: 10px 10px 0 0;
    border: solid 1px;
    border-bottom: none;
    background: #e0ebdd;
    position: relative;
    bottom: -1px;
}
#infographics02 .box_data01 {
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	padding:0;
	margin-bottom: 50px;
}
#infographics02 .box_data01 li {
	margin-bottom:8px;
	line-height:1em;
}
#infographics02 .box_data02{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#infographics02 .box_data02 ul {
	list-style: none;
	padding:0;
}
#infographics02 .box_data02 .box_data02_l {
	width: calc(100% - 365px);
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
#infographics02 .box_data02 .box_data02_l li {
	margin-bottom:7px;
}

@media only screen and (max-width: 767px) {
	.site_recruit .page_infographics .box_anc {
		display: block;
	}
	.site_recruit .page_infographics .box_anc li {
		width:auto;
	}
	#infographics02 h4 {
		margin-bottom:10px;
	}
	#infographics02 h4 span {
		width: 80%;
    	padding: 15px 30px 5px;
		font-size: 2rem;
	}
	#infographics02 .box_data01,
	#infographics02 .box_data02,
	#infographics02 .box_data02 ul{
		display: block!important;
		width:auto!important;
	}
	
	
}

/** 働きやすさの取組み **/
#infographics01 .box_work {
	width:1080px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
#infographics01 .box_work .box_work_wrap {
	width:326px;
	margin-right:50px;
	text-align: center;
	margin-bottom:50px;
}
#infographics01 .box_work .box_work_wrap a.work-sec__col:hover  {
	text-decoration: none!important;
	opacity: 0.8;
}
#infographics01 .box_work .box_work_wrap:nth-child(3n) {
	margin-right:0;
}
#infographics01 .box_work .work-sec__col .box_img,.work-sec__mordal .box_img {
	background: #fff;
	width:326px;
	height:224px;
	border:solid 1px #707070;
	position:relative;
}
#infographics01 .box_work .work-sec__col .box_img:after {
	content:"+";
	width:24px;
	height:24px;
	background: #E70012;
	color:#fff;
	font-weight: bold;
	display: block;
	position:absolute;
	right:0;
	bottom:0;
	font-size: 24px;
    line-height: 1;
}
#infographics01 .box_work .work-sec__col .box_img img,.work-sec__mordal .box_img img {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#infographics01 .box_work .work-sec__col .box_txt {
	margin-top:20px;
	color:#333;
}
#infographics01 .box_work .work-sec__col .box_txt h2 {
	font-size:1.8rem;
	color:#2FB14C;
	margin-bottom:15px;
}
#infographics01 .box_work .work-sec__col .box_txt p {
	font-size:1.6rem;
	display: inline-block;
}
.work-sec__mordal {
	padding: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.work-sec__mordal .box_txt {
	width: calc(100% - 376px);
	margin-left: 50px;
}
.work-sec__mordal .box_txt h2 {
	font-size:2.3rem;
	border-bottom:solid 1px #707070;
	padding-bottom:30px;
	margin-bottom:30px;
}
@media only screen and (max-width: 767px) {
	#infographics01 .box_work {
		display: block;
		width:auto;
	}
	#infographics01 .box_work .box_work_wrap {
		width:auto;
		margin:0 0 40px;
	}
	#infographics01 .cath {
		text-align: left;
	}
	#infographics01 .box_work .work-sec__col .box_txt h2 {
		margin-bottom: 5px;
	}
	#infographics01 .box_work .work-sec__col .box_img, .work-sec__mordal .box_img {
		width:100%;
	}
	.work-sec__mordal {
		display: block;
		height:auto;
		padding: 80px 50px 50px;
	}
	.work-sec__mordal .box_txt {
		width:auto;
		margin:30px 0 0;
	}
}
