@charset "utf-8";


/*------------------------------------------------*/
/* 採用情報TOP　　レイアウト
-----------------------------------*/
.recruit_wrapper {
	display: flex;
}
.recruit_wrapper .img_box {
	width: calc(100vw - 500px);
	min-height: 700px;
	background-image: url("../img/recruit/IMG_8690.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recruit_wrapper .img_box img {
	width: 500px;
	margin: 0 auto;
}
.recruit_wrapper .content_inner {
	width: 500px;
}
@media screen and (max-width: 1024px) {
	.recruit_wrapper .img_box {
		min-height: 600px;
	}
	.recruit_wrapper .img_box img {
		width: 80%;
	}
}
@media screen and (max-width: 960px) {
	.recruit_wrapper .img_box img {
	}
	.recruit_wrapper .content_inner {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.recruit_wrapper .img_box {
		width: 40%;
	}
	.recruit_wrapper .img_box img:nth-of-type(2) {
		display: none;
	}
	.recruit_wrapper .content_inner {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.recruit_wrapper .img_box {
		display: none;
	}
	.recruit_wrapper .content_inner {
		width: 100%;
		margin: 0 0;
		padding: 0;
	}
}


/*------------------------------------------------*/
/* 採用情報　コンテンツ　.content_inner
-----------------------------------*/
.content_inner ul {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.content_inner .mds_02 {
	margin-bottom: 0;
	padding: 4rem 0 4rem 0;
}
.content_inner .mds_02 + p {
	padding: 0 4rem 3rem 4rem;
}
.content_inner ul li.item_link {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	height: 75px;
	margin-bottom: 2.0rem;
	margin-right: 20px;
	padding-bottom: 7px;
}
.content_inner ul li.item_link::before {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	width: 360px;
	height: 68px;
	background-color: #666;
}
.content_inner ul li.item_link a {
	display: flex;
	position: relative;
	height: 100%;
}
.content_inner ul li.item_link a::before {
	content:"";
	display: block;
	width: 6px;
	height: 68px;
	margin-right: 14px;
}
.content_inner ul li.item_link:hover a::before {
	background-color: #fad43a;
}
.content_inner ul li.item_link a img {
	position: absolute;
	right: -100px;
	top: -4px;
	width: 220px;
	/*アニメーションの指定*/
	transition: all 0.2s ease-out;
}
.content_inner ul li.item_link:hover a img {
	top: 7px;
	width: 230px;
}
.content_inner ul li.item_link .item_name {
	position: absolute;
	left: 13%;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	font-size: 1.5rem;
	color: #fff;
}
.content_inner ul li.item_link .item_name span {
	padding-left: 1rem;
	font-size: 0.8rem;
	vertical-align: middle;
}
.content_inner ul li.item_link .item_name span + span {
	padding-left: 0.2rem;
}
@media screen and (max-width: 960px) {
	.content_inner .mds_02 {
		margin-bottom: 2rem;
	}
	.content_inner ul {
		width: 100%;
	}
	.content_inner ul li.item_link {
		margin-right: 0;
	}
	.content_inner ul li.item_link::before {
		width: 100%;
	}
	.content_inner ul li.item_link a::before {
		display: none;
	}
	.content_inner ul li.item_link a img {
		right: -90px;
		width: 200px;
	}
	.content_inner ul li.item_link:hover a img {
		top: 5px;
		width: 215px;
	}
	.content_inner ul li.item_link .item_name {
		left: 7%;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.content_inner .mds_02 {
		margin-left: 0;
		padding: 3rem 1.5rem 1.5rem 1.5rem;
	}
	.content_inner .mds_02 + p {
		padding: 0 3rem 1rem 3rem;
	}
	.content_inner ul {
		width: 100%;
		margin-bottom: 2rem;
		padding: 0 3rem;
	}
	.content_inner ul li.item_link {
		margin-bottom: 2.0rem;
	}
	.content_inner ul li.item_link a img,
	.content_inner ul li.item_link:hover a img {
		top: -4px;
		right: -90px;
		width: 200px;
	}
	.content_inner ul li.item_link .item_name {
		font-size: 1.25rem;
	}
	.content_inner ul li.item_link .item_name span {
		font-size: 0.7rem;
	}
}


.recruit section {
	padding-top: 100px;
}
@media (max-width:480px) {
	.recruit section {
		padding-top: 70px;
	}
}


/*------------------------------------------------*/
/* 採用情報　代表メッセージ　#message
-----------------------------------*/
#message {
	padding-top: 100px;
}
#message .flex_box_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 10px;
	width: 70%;
	margin: 0 auto;
}
#message .flex_box_01 .text_box {
	margin-right: 5%;
	width: 70%;
}
#message .flex_box_01 .text_box .catch {
    font-size: 1.2rem;
    line-height: 1.6;
}
#message .flex_box_01 .img_box {
    width: 27%;
}
@media (max-width:980px) {
	#message .flex_box_01 {
		width: 90%;
	}
}
@media (max-width:480px) {
	#message {
		padding-top: 50px;
	}
	#message .flex_box_01 {
		flex-direction: column;
	}
	#message .flex_box_01 .text_box,
	#message .flex_box_01 .img_box {
		width: 100%;
	}
	#message .flex_box_01 .text_box {
		margin-right: 0;
	}
	#message .flex_box_01 .text_box .catch {
		font-size: 1rem;
		text-align: right;
		padding-bottom: 25px;
	}
}

/*------------------------------------------------*/
/* 採用情報　求める人材像　#statue
-----------------------------------*/
#statue {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#statue .bg_box {
	padding: 2rem 6rem 2.5rem 6rem;
	background-color: #f8f8f8;
}
#statue ul.flex_box_02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.8rem;
}
#statue ul.flex_box_02 li {
    width: 100%;
    padding-left: 0.2rem;
	list-style: none;
}
#statue ul.flex_box_02 li .sp {
	display: none;
}
@media (max-width:980px) {
	#statue {
		width: 90%;
	}
}
@media (max-width:480px) {
	#statue .bg_box {
		padding: 20px 10px;
	}
	#statue ul.flex_box_02 li .sp {
		display: block;
	}
} 

/*------------------------------------------------*/
/* 採用情報　社員インタビュー　#interview
-----------------------------------*/
#interview .box {
	display: flex;
	align-items: flex-start;
	width: 70%;
	margin: 0 auto;
}
#interview .box:not(:last-of-type) {
	margin-bottom: 4rem;
}
#interview .box img {
	margin-right: 3rem;
	width: 20%;
}
#interview .box dl {
	width: 80%;
}
#interview .box dl dt {
	background-color: #f8f8f8;
	margin-bottom: 1.4rem;
	padding: 0.7rem 1rem;
	border-radius: 2px;
	font-weight: bold;
	font-size: 1.1rem;
	position: relative;
}
#interview .box dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  border: 8px solid transparent;
  border-top: 16px solid #f8f8f8;
}
#interview .box dl dd {
	padding: 0 0.2rem;
	line-height: 2;
}
#interview .box dl dd .pc {
	display: block;
}
@media (max-width:980px) {
	#interview .box {
		width: 90%;
	}
}
@media (max-width:480px) {
	#interview .box {
		flex-direction: column;
		padding-top: 20px;
	}
	#interview .box img {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	#interview .box dl {
		width: 100%;
	}
	#interview .box:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	#interview .box dl dd .pc {
		display: none;
	} 
}

/*------------------------------------------------*/
/* 採用情報　募集要項　#requirements
-----------------------------------*/
#requirements dl {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto 5rem;
	width: 70%;
} 
#requirements dl dt:first-of-type,
#requirements dl dd:first-of-type {
	border-top: 1px solid #dbdbdb;
}
#requirements dl dt {
	width: 25%;
	padding: 1rem 0.5rem 1rem 1.5rem;
	border-bottom: 1px solid #dbdbdb;
	color: #000;
	font-weight: bold;
}
#requirements dl dd {
	width: 75%;
	padding: 1rem 0.5rem;
	border-bottom: 1px solid #dbdbdb;
}
#requirements dl dd img {
	margin: 0.5rem 0 1rem 0;
}
#requirements .btn {
	text-align: center;
}
#requirements .btn a {
	position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    min-width: 240px;
    max-width: 280px;
    color: #fff;
    text-align: center;
    background-color: #000;
    transition: background-color 0.4s;
}
#requirements .btn a span {
  position: relative;
  display: block;
	padding: 0.6rem 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
#requirements .btn a:hover {
  background-color: #666;
}
@media (max-width:980px) {
	#requirements dl {
		width: 90%;
	}
	#requirements dl dt {
		padding: 1rem 0.5rem 1rem 0.5rem;
	}
}
@media only screen and (max-width:768px) {
	#requirements .btn a span {
		padding: 12px 40px;
		font-size: 13px;
	}
}
@media (max-width:480px) {
	#requirements dl {
		margin-bottom: 4rem;
	}
}

/*------------------------------------------------*/
/* 採用情報　ページ下部写真　.r-img
-----------------------------------*/
.recruit .r-img {
	display: flex;
	padding-top: 50px;
}
.recruit .r-img img {
	width: 25%;
}
@media (max-width:480px) {
	.recruit .r-img {
		padding-top: 50px;
	}
}














