/*============================
MV
============================*/
#mv {
	background-image: url(../img/recruit/mv.jpg);
}

/*============================
リスト
============================*/
#recruit_lead {
	padding-top: 1rem;
}

@media screen and (max-width: 599px) {
	#recruit_lead {
		padding-top: 0.50rem;
	}
}

#recruit_lead .top_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 0.7rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .top_box {
		flex-flow: column-reverse;
		padding-bottom: 0.5rem;
	}
}


/* テキスト */
#recruit_lead .top_box .text {
	width: 55%;
	box-sizing: border-box;
	font-size: 0.42rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.075em;
	padding-right: 0.50rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .top_box .text {
		width: 100%;
		font-size: 0.20rem;
		line-height: 1.6;
		padding-right: 0;
		text-align: center;
		margin-top: 0.20rem;
	}
}

#recruit_lead .top_box .text span {
	color: #FF7A59;
	font-size: 0.51rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .top_box .text span {
		color: #FF7A59;
		font-size: 0.32rem;
	}
	#recruit_lead .top_box .text em {
		padding: 0.08rem 0 0.04rem;
		display: inline-block;
		font-size: 0.22rem;
	}
}


/* 画像 */
#recruit_lead .ph_wrap {
	width: 45%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#recruit_lead .ph_wrap {
		width: 2.00rem;
	}
}


/* コンテンツ */
#recruit_lead .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 0.7rem;
}

/* コンテンツ大 */
#recruit_lead .cont_wrap .left_box {
	width: calc(50% + 0.2rem);
	height: 3.8rem;
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .left_box {
		width: 100%;
		height: 2rem;
	}
}


#recruit_lead .cont_wrap .left_box a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: url(../img/recruit/lead_list_sinsotu.jpg) no-repeat center;
	background-size: cover;
	padding: 0.70rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .left_box a {
		padding: 0.3rem;
	}
}


#recruit_lead .cont_wrap .left_box a:hover {
	opacity: 0.7;
}

#recruit_lead .cont_wrap .left_box a h3 {
	font-size: 0.42rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .left_box a h3 {
		font-size: 0.25rem;
		margin-bottom: 0.10rem;
	}
}


#recruit_lead .cont_wrap .left_box a p {
	font-size: 0.20rem;
	line-height: 1.65;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .left_box a p {
		font-size: 0.14rem;
		margin-bottom: 0.10rem;
	}
}


#recruit_lead .cont_wrap .left_box a .btn_common span {
	background: #fff;
	border: 1px solid #FF7A59;
	color: #FF7A59;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .left_box a .btn_common span {
		width: 2rem;
		font-size: 0.14rem;
		padding: 0.10rem 0;
	}
}


#recruit_lead .cont_wrap .left_box a .btn_common span::after {
    background: url(../common/img/icon_btnarrow_orange.svg) no-repeat center;
}

/* コンテンツ小 */
#recruit_lead .cont_wrap .right_box {
	width: calc(50% - 0.5rem);
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .right_box {
		width: 100%;
	}
}

#recruit_lead .cont_wrap .right_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

#recruit_lead .cont_wrap .right_box .list .item {
	/* width: 100%; */
	width: 48%;
	height: 1.8rem;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .right_box .list .item {
		width: 48.5%;
		height: 1.6rem;
		margin-bottom: 0.10rem;
	}
}


#recruit_lead .cont_wrap .right_box .list .item a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.10rem;
	text-align: center;
	box-sizing: border-box;
	padding: 0.10rem 0;
	color: #fff;
	text-decoration: none;
}

#recruit_lead .cont_wrap .right_box .list .item a:hover {
	opacity: 0.7;
}

#recruit_lead .cont_wrap .right_box .list .item:nth-child(1) a,#recruit_lead .cont_wrap .right_box .list .item:nth-child(4) a {
	background-color: #FF7A59;
}

#recruit_lead .cont_wrap .right_box .list .item:nth-child(2) a,#recruit_lead .cont_wrap .right_box .list .item:nth-child(3) a {
	background-color: #2F475C;
}

/* アイコン */
#recruit_lead .cont_wrap .right_box .list .item a .icon_wrap{
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .right_box .list .item a .icon_wrap{
		width: 0.5rem;
		margin: auto;
		padding: 0.10rem 0;
	}
}


#recruit_lead .cont_wrap .right_box .list .item a h3 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .right_box .list .item a h3 {
		font-size: 0.14rem;
		line-height: 1.4;
	}
}



/* ボタン */
#recruit_lead .cont_wrap .right_box .list .item .btn span {
	font-size: 0.15rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#recruit_lead .cont_wrap .right_box .list .item .btn span {
		font-size: 0.12rem;
	}
}


#recruit_lead .cont_wrap .right_box .list .item .btn span::after {
	content: '';
    display: inline-block;
    width: 0.05rem;
    height: 0.1rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: -0.1rem;
}


/*============================
採用者の声
============================*/
#recruit_voice {
	padding-bottom: 1rem;
}

/* タイトル */
#recruit_voice .sec_title {
	text-align: center;
	margin-bottom: 0.7rem;
}

/* コンテンツ */
#recruit_voice .cont_box {
	position: relative;
	margin-bottom: 0.8rem;
}

/* 画像 */
#recruit_voice .cont_box .ph_wrap {
	width: 7.4rem;
	height: 6rem;
}

#recruit_voice .cont_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

/* テキスト */
#recruit_voice .cont_box .text_wrap {
	width: 5.7rem;
	border-radius: 0.10rem;
	background: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
	position: absolute;
	right: 0;
	top: 1rem;
}

/* 役職 */
#recruit_voice .cont_box .text_wrap .yakushoku {
	background: #2F475C;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0.15rem;
	padding-left: 0.30rem;
	border-radius: 0.10rem 0.10rem 0 0;
}

/* 名前 */
#recruit_voice .cont_box .text_wrap .name {
	font-size: 0.37rem;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	padding: 0.30rem 0.30rem 0.50rem;
}

#recruit_voice .cont_box .text_wrap .name span {
	font-size: 0.2rem;
	color: rgba(47, 71, 92, 0.25);
	box-sizing: border-box;
	padding-left: 0.30rem;
}

/* 質問 */
#recruit_voice .cont_box .text_wrap .text_box {
	box-sizing: border-box;
	padding-left: 0.30rem;
	padding-bottom: 0.50rem;
}

#recruit_voice .cont_box .text_wrap .text_box h3 {
	font-size: 0.22rem;
	font-weight: bold;
	color: #FF7A59;
	position: relative;
	margin-bottom: 0.1rem;
}

#recruit_voice .cont_box .text_wrap .text_box h3 span {
	width: 0.22rem;
	position: absolute;
	top: -0.18rem;
	left: -0.15rem;
	animation: twinkle 1.5s infinite;

}

#recruit_voice .cont_box .text_wrap .text_box p {
	font-size: 0.16rem;
	line-height: 1.65;
}

/* 右画像 */
#recruit_voice .cont_box.cont_box02 .ph_wrap {
	margin-left: auto;
	margin-right: 0;
}

#recruit_voice .cont_box.cont_box02 .text_wrap {
	left: 0;
	top: 1rem;
}

/*============================
中途採用比率 add 20240329
============================*/

#profile {
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 599px) {
	#profile {
		padding-bottom: 0.6rem;
	}
}

#profile .profile_title{
	text-align: left;
}

#profile .profile_title h3{
	font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.20rem;
    letter-spacing: 0.05em;
}

#profile .kouhyou p{
	font-size: 0.16rem;
    line-height: 2;
    margin-bottom: 0.40rem;
}

#profile table {
	width: 100%;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.85;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
	#profile table {
		font-size: 0.15rem;
		border-top: 0;
	}
}

#profile table th {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
	width: 2.40rem;
}

@media screen and (max-width: 599px) {
	#profile table th {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 0.10rem;
		background-color: rgba(0,0,0,0.05);
		border-bottom: 0;
		border-radius: 0.04rem;
	}
}

#profile table td {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
	padding-left: 0.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#profile table td {
		box-sizing: border-box;
		display: block;
		width: 100%;
		border-bottom: 0;
		padding: 0.10rem 0 0.20rem;
	}
}

#profile table td::before {
	content: "";
	width: 1px;
	height: calc(100% - 0.30rem);
	background-color: #CCC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#profile table td::before {
		content: none;
	}
}


#profile table td a {
	color: #2F475C;
	font-weight: 500;	
}

#profile table td a:hover {
	text-decoration: none;
}


#profile table td .link a {
	color: #2F475C;
	font-weight: 500;
	text-decoration: none;
	pointer-events: none;
	
}

#profile table td .link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#profile table td a[href^="tel:"] {
		text-decoration: underline;
		font-weight: 500;
	}
}

#profile table td .office_area {
	font-weight: 700;
}

#profile table td .list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.16rem;
}

#profile table td .list .link {
	width: 16%;
}

@media screen and (max-width: 599px) {
	#profile table td .list .link {
		width: 50%;
	}
}

#profile table td .list .link a::before {
	content: "●";
	color: #FF7A59;
	display: inline-block;
	font-size: 0.12rem;
	padding-right: 0.08rem;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 599px) {
	#profile table td .list .link a::before {
		font-size: 0.10rem;
	}
}

