@charset "UTF-8";

.lity {
	background: rgba(0, 0, 0, 0.6);
}
.wrapper{
	padding-bottom: 80px;
}

.cmnhead {
	/* background: linear-gradient(to left, #fc9f47, #f86160); */
	margin-bottom: 20px;
}

.cmnhead_ttl {
	/* color: #fff; */
	padding: 50px 0;
}

.sec_sub_ttl {
	font-size: 30px;
	text-align: center;
	color: #FF6150;
	font-weight: bold;
	margin-bottom: 15px;
}

.talk {
	margin-bottom: 40px;
}

.talk_cap {
	text-align: center;
	margin-bottom: 20px;
}

.talk_item{
	transition: all 0.3s;
}
.talk_item img {
	border-radius: 50%;
	transition: all 0.3s;
}
.talk_item:hover{
	cursor: pointer;
	transition: all 0.3s;
}
.talk_item:hover img{
	transition: all 0.3s;
	transform: scale(1.1);
}
.talk_pop_box {
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	border-radius: 12px;
	padding: 20px;
}

.talk_pop_box span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: center;
}

.talk_cnt {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	max-width: 550px;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.voice {}

.voice_txt p{
	margin-bottom: 10px;
}

.voice_txt span {
	font-weight: bold;
	color: #FF6150;
}

.voice_cnt {
	border: 2px solid #F96A5D;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 50px;
}

.voice_cnt h4 {
	font-weight: bold;
	font-size: 24px;
	color: #FF6150;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.voice_cnt h4>span {
	font-size: 16px;
	color: #333;
}

.voice_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.voice_img {
	flex: none;
}

.career_plan {}

.crr_cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.crr_talk_cnt{
	margin: 50px auto;
}
.crr_box {
	width: 49%;
	border: 2px solid #F96A5D;
	border-radius: 10px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.crr_box.-wide {
	width: 100%;
	display: block;
}

.crr_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: none;
	gap: 30px;
}

.crr_img img {
	flex: none;
}

.crr_box.-wide .crr_img {
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 30px;
}

.crr_img figcaption {
	font-size: 29PX;
	font-weight: bold;
}

.crr_img figcaption span {
	font-size: 46PX;
	padding: 0 5px;
}

.crr_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	line-height: 1.25;
}

.crr_txt>span {
	font-size: 29px;
	font-weight: bold;
}

.crr_value {
	color: #F96A5D;
	font-size: 72px;
	font-weight: bold;
}

.crr_value span {
	font-size: 46px;
}

.crr_txt>p {
	text-align: center;
	line-height: 1.2;
}

.crr_txt_cnt {
	margin-bottom: 25px;
}

.crr_txt_cnt>span {
	font-size: 24px;
	font-weight: bold;
}

.crr_txt_cnt>span::before {
	content: "●";
	display: inline-block;
	color: #F96A5D;
	padding-right: 5px;
}

.crr_plan_map_cnt {
	margin: 20px auto;
	max-width: 980px;
	width: 100%;
	border: 1px solid #D8D8D8;
	padding: 30px 50px 60px;
}


.crr_map_img {
	width: 100%;
}

.crr_map_img img {
	width: 100%;
	height: auto;
}

.crr_plan_map_box {}

.crr_plan_map_box h5 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 2px;
}
.crr_plan_map_box dl{
	margin-bottom: 8px;
}
.crr_plan_map_box dl dt {
	color: #DD2723;
	display: flex;
	align-items: center;
	gap: 5px;
}

.crr_plan_map_box dl dt::before {
	content: "";
	display: inline-block;
	background-image: url(/recruit/img/message/strong/talk/arr01.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.5em;
	height: 0.5em;
}

.crr_plan_map_cnt.-road .crr_plan_map_box dl dt {
	color: #0570C0;
}

.crr_plan_map_cnt.-road .crr_plan_map_box dl dt::before {
	background-image: url(/recruit/img/message/strong/talk/arr02.png);
}

.crr_yarigai_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.crr_yarigai_img {
	flex: none;
}

@media screen and (max-width:1350px) {}

@media screen and (max-width:640px) {
	.sec_sub_ttl{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.voice_cnt h4{
		font-size: 16px;
	}
	.voice_cnt h4>span{
		font-size: 14px;
	}
	.voice_box{
		flex-direction: column;
		align-items: center;
	}
	.crr_box{
		width: 100%;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
	.crr_img{
		gap: 10px;
	}
	.crr_img figcaption{
		line-height: 1;
		font-size: 20px;
	}
	.crr_img figcaption span{
		font-size: 36px;
	}
	.crr_txt>span{
		font-size: 25px;
	}
	.crr_value{
		font-size: 46px;
	}
	.crr_value span{
		font-size: 25px;
	}
	.crr_txt{
		gap: 0;
	}
	.crr_box.-wide .crr_img{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.crr_plan_map_cnt{
		padding: 30px 20px;
	}
	.crr_txt_cnt>span{
		font-size: 17px;
	}
	.crr_yarigai_cnt{
		flex-direction: column;
		text-align: center;
	}
}