@charset "UTF-8";

/*top_mv
----------------------------------------*/
.slick-slide img {
	width: 100%;
}
.top_mv,
.box_top_slider {
	position: relative;
	overflow: hidden;
}
.box_top_slider li::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 280px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 100%);
	z-index: 1000;
}
.box_top_slider .text_area {
	z-index: 1100;
	font-size: 11rem;
	color: #fff;
	position: absolute;
	left: -10px;
	bottom: -15px;
	font-weight: bold;
	line-height: 1.18;
	letter-spacing: -.4rem;
}
.top_mv_scroll {
	position: absolute;
	bottom: 0;
	right: 56px;
	z-index: 1100;
	padding-top: 60px;
}
.top_mv_scroll::before {
	content: '';
	display: block;
	width: 1px;
	height: 89px;
	background: #fff;
	margin: 0 auto;
}
.top_mv_scroll::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E7380D;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -5px;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-name: top_mv_scroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.top_mv_scroll span {
	display: block;
	color: #E7380D;
	font-size: 1.1rem;
	font-weight: 600;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	right: -.6em;
	letter-spacing: .1em;
}
@keyframes top_mv_scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(108px);
	}
}
@media screen and (max-width: 767px) {
	.box_top_slider li::after {
		display: none;
	}
	.box_top_slider .text_area {
		font-size: 4rem;
		left: -.3rem;
		bottom: -.3rem;
		line-height: 1.1;
		letter-spacing: -.15rem;
	}
	.box_img {
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_mv_02 img {
		position: relative;
		left: -40vw;
	}
	.top_mv_03 img {
		position: relative;
		left: -20vw;
	}
	.top_mv_05 img {
		position: relative;
		left: 16vw;
	}
	.top_mv_06 img {
		position: relative;
		left: -25vw;
	}
	.box_img img {
		height: 137.3333vw;
		width: auto;
		max-width: none;
	}
	.top_mv_scroll {
		right: 29px;
	}
	.top_mv_scroll::before {
		height: 106px;
	}
}

/*recruit_message
----------------------------------------*/
.recruit_message {
	padding: 120px 0 0;
	position: relative;
}
.recruit_message::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 177px;
	right: 0;
	width: 0;
	top: 463px;
	background: #F8F7F7;
	transition: width 1s;
}
.recruit_message.show::before {
	width: 74.4531%;
}
.recruit_message img {
	max-width: 100%;
}
.recruit_message_inner {
	max-width: 1000px;
	margin: 0 auto;
	color: #141414;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
	transition-delay: .5s;
}
.recruit_message.show .recruit_message_inner {
	transform: translateY(0);
	opacity: 1;
}
.recruit_message h2 {
	width: 100%;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.65;
	letter-spacing: .05em;
	margin-bottom: 56px;
}
.recruit_message h2 .en {
	color: #FC1500;
	letter-spacing: .1em;
	font-size: 1.9rem;
	display: block;
	margin-bottom: 5px;
}
.recruit_message_img_01 {
	width: 51.6%;
	padding-top: 66.6%;
	position: relative;
}
.recruit_message_img_01 figure {
	position: absolute;
	top: 0;
	left: 42.0543%;
	width: 47.4806%;
	opacity: 0;
	transform: translateY(100px) scale(.9);
	transition: transform .8s, opacity .8s;
	transition-timing-function: linear;
}
.recruit_message_img_01.show figure {
	transform: none;
	opacity: 1;
}
.recruit_message_img_01 figure:nth-child(2) {
	left: 0;
	margin-top: 17.4418%;
	width: 46.5116%;
	z-index: 2;
}
.recruit_message_img_01 figure:nth-child(3) {
	left: 49.8062%;
	margin-top: 46.5116%;
	width: 50.1938%;
}
.recruit_message_img_01 figure:nth-child(4) {
	left: 7.5581%;
	margin-top: 64.3411%;
	width: 38.9533%;
}
.recruit_message_img_01 figure:nth-child(5) {
	left: 24.4186%;
	margin-top: 105.0387%;
	width: 39.1473%;
}
.recruit_message_img_01 figure:nth-child(6) {
	left: 24.4186%;
	width: 13.9535%;
}
.recruit_message_img_01 figure:nth-child(7) {
	left: 92.2481%;
	margin-top: 38.9534%;
	width: 4.6511%;
}
.recruit_message_img_01 figure:nth-child(8) {
	left: 69.5736%;
	margin-top: 117.0542%;
	width: 8.1395%;
}
.recruit_message_img_01 figure.delay_2 {
	transition-delay: .2s;
}
.recruit_message_img_01 figure.delay_3 {
	transition-delay: .4s;
}
.recruit_message_img_01 figure.delay_4 {
	transition-delay: .6s;
}
.recruit_message_img_01 figure.delay_5 {
	transition-delay: .8s;
}
.recruit_message_img_01 figure.delay_6 {
	transition-delay: 1s;
}
.recruit_message_img_01 figure.delay_7 {
	transition-delay: 1.2s;
}
.recruit_message_img_01 figure.delay_8 {
	transition-delay: 1.4s;
}
.recruit_message_txt {
	width: 40.6%;
	margin-top: -4px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
}
.recruit_message_txt p {
	margin: 0;
}
.recruit_message_txt p + p {
	margin-top: 32px;
}
.recruit_message_img_02 {
	width: 0;
	margin: 71px 0 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: width 1s;
}
.recruit_message_img_02.show {
	width: 86.1718vw;
}
.recruit_message_img_02 img {
	max-width: none;
	width: 86.1718vw;
}
@media screen and (max-width: 767px) {
	.recruit_message {
		padding: 0;
	}
	.recruit_message::before {
		bottom: 26.7441vw;
		top: 311px;
	}
	.recruit_message.show::before {
		width: 90.6976%;
	}
	.recruit_message_inner {
		padding-top: 168px;
	}
	.recruit_message h2 {
		margin-left: 20px;
		font-size: 4rem;
		line-height: 1.4;
		letter-spacing: .1em;
		margin-bottom: 0;
		position: relative;
		z-index: 10;
	}
	.recruit_message h2 span:not(.en) {
		display: block;
		writing-mode: vertical-rl;
	}
	.recruit_message h2 .en {
		margin: 0 0 9px 10px;
	}
	.recruit_message_img_01 {
		width: 90.6976%;
		padding-top: 108.1395%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.recruit_message_img_01 figure:nth-child(1) {
		margin-top: 0;
		left: 0;
		width: 51.7949%;
	}
	.recruit_message_img_01 figure:nth-child(2) {
		left: 41.2821%;
		margin-top: 61.5384%;
		width: 30.2564%;
	}
	.recruit_message_img_01 figure:nth-child(3) {
		left: 54.1026%;
		margin-top: 34.8718%;
		width: 45.8974%;
	}
	.recruit_message_img_01 figure:nth-child(4) {
		left: 41.2821%;
		margin-top: 16.4102%;
		width: 37.4359%;
	}
	.recruit_message_img_01 figure:nth-child(5) {
		left: 51.5384%;
		margin-top: 102.3077%;
		width: 27.6923%;
	}
	.recruit_message_img_01 figure:nth-child(6) {
		left: 78.7179%;
		width: 16.6666%;
	}
	.recruit_message_img_01 figure:nth-child(7) {
		left: 81.282%;
		margin-top: 27.6923%;
		width: 5.1282%;
	}
	.recruit_message_img_01 figure:nth-child(8) {
		left: 79.2307%;
		margin-top: 96.4102%;
		width: 5.8974%;
	}
	.recruit_message_txt {
		width: 71.1627%;
		margin: -92px 0 0 22.093%;
		letter-spacing: 0;
		line-height: 1.9;
	}
	.recruit_message_txt p + p {
		margin-top: 29px;
	}
	.recruit_message_img_02 {
		margin: 82px 0 0;
	}
	.recruit_message_img_02.show {
		width: 93.0232vw;
	}
	.recruit_message_img_02 img {
		max-width: none;
		width: 93.0232vw;
	}
}

/*recruit_information
----------------------------------------*/
#news{
	color: #000;
	padding: 70px 20px 78px;
}
#news .news_area {
	max-width: 1000px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
}
#news.show .news_area {
	transform: translateY(0);
	opacity: 1;
}
#news .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	margin-bottom: 31px;
}
#news .top .top_title02 {
	color: #FC1500;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .1em;
}
#news .top .news-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2px 0 0 auto;
}
#news .top .news-tab li {
	margin-left: 30px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	cursor: pointer;
	color: #A1A1A1;
	position: relative;
}
#news .top .news-tab li.active span{
	color: #000;
}
#news .top .news-tab li.active span::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FC1500;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#news .bottom .news_list{
	display: none;
	border-top: 1px solid #E1E1E1;
}
#news .bottom .news_list.active{
	display: block;
}
#news .bottom .news_list li{
	border-bottom: 1px solid #E1E1E1;
}
#news .bottom .news_list li a{
	padding: 29px 0 31px;
	display: block;
}
#news .bottom .news_list li dl{
	display: flex;
	align-items: flex-start;
}
#news .bottom .news_list li dt{
	display: flex;
	align-items: center;
}
#news .bottom .news_list li dd{
	color: #000;
	flex: 1;
	letter-spacing: .05em;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-top: 6px;
}
#news .bottom .news_list li dl dt time{
	color: #A1A1A1;
	font-size: 1.4rem;
	margin-left: 30px;
	letter-spacing: .05em;
	padding: 3px 30px 0 0;
}
#news .bottom .news_list li dl dt span{
	min-width: 120px;
	width: auto;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	padding: 5px;
	height: auto;
	border: 0;
	letter-spacing: .05em;
}

/*セミナー・インターンシップ*/
#news .bottom .news_list li dl dt .label-seminar_internship{
	border: 1px solid #aaa;
}
/*新卒採用情報*/
#news .bottom .news_list li dl dt .label-recruit{
	background: #FC1500;
	color: #fff;
}
/*中途採用情報*/
#news .bottom .news_list li dl dt .label-mid_career{
	background: #2B2B2B;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#news{
		padding: 40px 6.9767% 60px;
	}
	#news .top {
		display: block;
		margin-bottom: 24px;
	}
	#news .top .news-tab {
		margin: 30px 0 0;
		flex-wrap: wrap;
		row-gap: 22px;
	}
	#news .top .news-tab li {
		margin-left: 0;
		margin: 0 16px 0 4px;
		font-size: 1.4rem;
	}
	#news .top .news-tab li:last-child {
		margin-right: 0;
	}
	#news .top .news-tab li.active span::before{
		top: -10px;
	}
	#news .bottom .news_list li a{
		padding: 20px 0 20px;
	}
	#news .bottom .news_list li dl{
		display: block;
	}
	#news .bottom .news_list li dd{
		padding-top: 12px;
	}
	#news .bottom .news_list li dl dt time{
		margin-left: 17px;
		padding: 3px 0 0;
	}
	#news .bottom .news_list li dl dt span{
		min-width: 103px;
		font-size: 1.2rem;
		padding: 4px;
	}
}

/*recruit_company
----------------------------------------*/
.recruit_company {
	position: relative;
	padding: 92px 20px 100px;
	overflow: hidden;
}
.recruit_company::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 389px;
	background: url(../assets/bg_company01.jpg) no-repeat center center / calc(50vw + 360px) auto;
	transition: right 1s;
}
.recruit_company.show::before {
	right: calc(50% - 360px);
}
.recruit_company .inner {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
	transition-delay: .5s;
}
.recruit_company.show .inner {
	transform: none;
	opacity: 1;
}
.recruit_company h2 {
	width: 100%;
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-left: -3px;
	margin-bottom: 39px;
}
.recruit_company h2 span {
	font-size: 1.9rem;
	display: block;
	letter-spacing: .1em;
}
.recruit_company_item {
	width: 32.1591%;
}
.recruit_company_item a {
	display: block;
	position: relative;
}
.recruit_company_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 1.8rem 30px;
	line-height: 1.5714;
}
.recruit_company_txt h3 {
	font-size: 2.4rem;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.recruit_company {
		padding: 58px 6.9767% 78px;
	}
	.recruit_company::before {
		margin-right: 0;
		height: calc(176px + 49.5348vw);
		background-image: url(../assets/bg_company01_sp.jpg);
	}
	.recruit_company.show::before {
		right: 13.9534%;
	}
	.recruit_company .inner {
		display: block;
	}
	.recruit_company h2 {
		margin-left: 0;
	}
	.recruit_company_item {
		width: auto;
	}
	.recruit_company_item + .recruit_company_item {
		margin-top: 20px;
	}
	.recruit_company_txt {
		padding: 0 2rem 21px;
	}
	.recruit_company_txt h3 {
		font-size: 2.1rem;
	}
}

/*recruit_works
----------------------------------------*/
.recruit_works {
	position: relative;
	padding: 65px 20px 104px;
}
.recruit_works::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 100%;
	height: 390px;
	background: #F8F7F7;
	transition: left .5s;
}
.recruit_works.show::before {
	left: calc(50% - 320px);
}
.recruit_works .inner {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
	transition-delay: .5s;
}
.recruit_works.show .inner {
	transform: none;
	opacity: 1;
}
.recruit_works h2 {
	width: 100%;
	font-size: 3.4rem;
	color: #141414;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.45;
	margin-bottom: 61px;
}
.recruit_works h2 span {
	font-size: 1.9rem;
	color: #FC1500;
	display: block;
	letter-spacing: .1em;
}
.recruit_works_item {
	width: 47.7272%;
}
.recruit_works_item a {
	display: block;
	position: relative;
}
.recruit_works_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .05em;
	padding: 0 27px 25px;
	line-height: 1.4;
}
.recruit_works_txt h3 {
	font-size: 2.4rem;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.recruit_works {
		padding: 55px 6.9767% 72px;
	}
	.recruit_works::before {
		margin-left: 0;
		height: 90.6976vw;
	}
	.recruit_works.show::before {
		left: 13.9534%;
	}
	.recruit_works .inner {
		display: block;
	}
	.recruit_works h2 {
		margin-bottom: 42px;
	}
	.recruit_works_item {
		width: auto;
	}
	.recruit_works_item + .recruit_works_item {
		margin-top: 20px;
	}
	.recruit_works_txt {
		padding: 0 23px 19px;
	}
	.recruit_works_txt h3 {
		font-size: 2rem;
		margin-bottom: 11px;
	}
}

/*recruit_person
----------------------------------------*/
.recruit_person {
	position: relative;
	padding: 65px 20px 90px;
	overflow: hidden;
}
.recruit_person::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	right: 0;
	height: 45rem;
	background: #E7380D;
	z-index: 10;
	transition: left .5s;
}
.recruit_person.show::before {
	left: 0;
}
.recruit_person::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 100%;
	background: #F8F7F7;
	transition: right .5s;
	transition-delay: .5s;
}
.recruit_person.show::after {
	right: calc(50% - 440px);
}
.recruit_person h2 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 77px;
}
.recruit_person h2 span {
	display: block;
	font-size: 1.9rem;
	letter-spacing: .1em;
}
.recruit_person .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
	transition-delay: .5s;
}
.recruit_person.show .inner {
	transform: none;
	opacity: 1;
}
.recruit_person_item {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.recruit_person_item figure {
	width: 48%;
}
.recruit_person_txt {
	width: 46.3%;
	padding-right: 10.3%;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.48;
}
.recruit_person_txt h3 {
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin: -8px 0 18px;
}
.recruit_person_talk h3 {
	text-align: center;
	font-size: 2.4rem;
	padding: 62px 0 0;
	letter-spacing: .1em;
	position: relative;
}
.recruit_person_talk h3 > span:first-child {
	display: block;
	position: relative;
}
.recruit_person_talk h3 > .en {
	font-size: 9.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	display: block;
	margin-top: -7.1rem;
	padding-right: 32px;
}
.recruit_person_talk ul {
	margin: -58px -13px 0;
	position: relative;
}
.recruit_person_talk ul li {
	width: 31.6%;
	margin: 0 13px;
	position: relative;
}
.recruit_person_talk ul li a {
	display: block;
}
.recruit_person_talk ul li a span.num {
	font-weight: bold;
	font-size: 5.4rem;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	line-height: 1;
	letter-spacing: .08em;
	pointer-events: none;
	z-index: 10;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
	mix-blend-mode: screen;
}
.recruit_person_talk ul li figure {
	position: relative;
}
.recruit_person_talk ul li figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 100%);
}
.recruit_person_talk ul li figcaption {
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	letter-spacing: .05em;
	padding: 0 22px 25px;
	line-height: 1.45;
}
.recruit_person_talk .slick-next,
.recruit_person_talk .slick-prev {
	appearance: none;
	width: 1.9rem;
	height: 3.7rem;
	top: 50%;
	right: -2rem;
	margin-top: -2rem;
	z-index: 1001;
}
.recruit_person_talk .slick-prev {
	right: auto;
	left: -2rem;
}
.recruit_person_talk .slick-next::before,
.recruit_person_talk .slick-prev::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-top: .2rem solid #000;
	border-right: .2rem solid #000;
	transform: rotate(45deg);
	position: absolute;
	left: -1.4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recruit_person_talk .slick-prev::before {
	transform: rotate(-135deg);
	left: .6rem;
}
.recruit_person_talk_more,
.news_more {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #E7380D;
	font-weight: 600;
	margin-top: 19px;
}
.recruit_person_talk_more span,
.news_more a {
	display: inline-block;
	position: relative;
	padding: 4px 54px 6px 0;
	position: relative;
}
.recruit_person_talk_more span::before,
.news_more a::before {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	border: 1px solid #E7380D;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	right: 0;
}
.recruit_person_talk_more span::after,
.news_more a::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #E7380D;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 13px;
}
@media screen and (max-width: 767px) {
	.recruit_person {
		padding: 58px 6.9767% 75px;
	}
	.recruit_person::before {
		height: calc(179px + 36.279vw);
	}
	.recruit_person.show::after {
		right: 13.9534%;
	}
	.recruit_person h2 {
		margin-bottom: 44px;
	}
	.recruit_person_item {
		display: block;
	}
	.recruit_person_item figure {
		width: auto;
	}
	.recruit_person_txt {
		width: auto;
		padding: 0 5px;
		color: #333;
		line-height: 1.45;
	}
	.recruit_person_txt h3 {
		color: #E7380D;
		margin: 23px 0 18px;
	}
	.recruit_person_item .btn_more {
		text-align: center;
		margin-top: 28px;
	}
	.recruit_person_item .btn_more a {
		color: #E7380D;
	}
	.recruit_person_item .btn_more a::before {
		border-color: #E7380D;
	}
	.recruit_person_item .btn_more a::after {
		background: #E7380D;
	}
	.recruit_person_talk {
		position: relative;
	}
	.recruit_person_talk h3 {
		font-size: 2.4rem;
		margin: 0 -6.9767vw 16px;
		padding: 56px 0 0;
	}
	.recruit_person_talk h3 > span:first-child {
		z-index: 10;
	}
	.recruit_person_talk h3 > .en {
		overflow: hidden;
		width: 102.5581vw;
		height: 11.6279vw;
		background: url(../assets/txt_crosstalk_sp.png) no-repeat center top / 100% auto;
		text-indent: -9999px;
		white-space: nowrap;
		margin: -2.9rem -1.27905vw 0;
		padding: 0;
	}
	.recruit_person_talk ul {
		display: block;
		margin: 0 -6.9767vw;
		position: relative;
	}
	.recruit_person_talk ul li {
		width: auto;
	}
	.recruit_person_talk ul li::before {
		top: 2.5rem;
		right: 2.5rem;
		width: 6.6rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li:nth-child(2):before {
		width: 8.2rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li:nth-child(3):before {
		width: 8rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li figcaption {
		padding: 0 25px 26px;
	}
	.recruit_person_talk .slick-next,
	.recruit_person_talk .slick-prev {
		right: 3.8rem;
	}
	.recruit_person_talk .slick-prev {
		right: auto;
		left: 3.8rem;
	}
}

/*recruit_sys
----------------------------------------*/
.recruit_sys {
	padding: 13.5rem 0 15.8rem;
	position: relative;
}
.recruit_sys::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30.4rem;
	width: calc(50% + 50rem);
	background: #F8F7F7;
}
.recruit_sys .inner {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 2;
}
.recruit_sys .inner figure {
	width: 50%;
}
.recruit_sys .text {
	flex: 1;
	padding: 0 8% 0 6%;
	margin-top: -.2rem;
	color: #000;
}
.recruit_sys .text h2 {
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: 3rem;
}
.recruit_sys .text h2 span {
	display: block;
	font-size: 1.9rem;
	letter-spacing: .1em;
	color: #E7380D;
}
.recruit_sys .text p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.428;
}
.recruit_sys .text .news_more {
	text-align: left;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.recruit_sys {
		padding: 5rem 0;
	}
	.recruit_sys::before {
		height: 15rem;
		width: 100%;
	}
	.recruit_sys .inner {
		margin: 0 6.9767%;
		display: block;
	}
	.recruit_sys .inner figure {
		width: auto;
	}
	.recruit_sys .text {
		padding: 0;
		margin: 0 0 3rem;
	}
	.recruit_sys .text .news_more {
		margin-top: 3rem;
	}
}

/*recruit_system
----------------------------------------*/
.recruit_system {
	background: url(../assets/bg_system01.jpg) no-repeat center center / cover;
	text-align: center;
	padding: 96px 0 0;
	height: 671px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(100px);
	transition: transform .5s, opacity .5s;
}
.recruit_system.show {
	transform: none;
	opacity: 1;
}
.recruit_system .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
.recruit_system h2 {
	width: 100%;
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.55;
	margin-bottom: 26px;
}
.recruit_system h2 span {
	display: block;
	color: #E7380D;
	letter-spacing: .1em;
	font-size: 1.9rem;
}
.recruit_system .inner > p {
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.recruit_system ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 42px 0 26px;
	position: relative;
	color: #444;
}
.recruit_system ul li {
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	margin: 0 10px;
	padding-bottom: 7px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
.recruit_system ul li h3 {
	height: 4.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.3;
}
.recruit_system ul li h3 sup {
	font-size: .9rem;
}
.recruit_system ul li p {
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-top: 4px;
}
.recruit_system ul li p .en {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.recruit_system ul li:first-child {
	padding: 5px 0 0;
}
.recruit_system ul li:first-child h3 {
	height: auto;
}
.recruit_system ul li:first-child p {
	font-size: 2.5rem;
	margin-top: 6px;
}
.recruit_system ul li:first-child p .en {
	font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
	.recruit_system {
		background-image: url(../assets/bg_system01_sp.jpg);
		padding: 60px 0 0;
		height: 536px;
	}
	.recruit_system h2 {
		margin-bottom: 16px;
	}
	.recruit_system .inner > p {
		line-height: 1.5;
	}
	.recruit_system ul {
		width: 100%;
		margin: 40px 0 16px;
	}
	.recruit_system ul li {
		width: 118px;
		height: 118px;
		margin: 0 6px;
	}
	.recruit_system ul li h3 {
		height: 24px;
		font-size: .9rem;
	}
	.recruit_system ul li h3 sup {
		font-size: .5rem;
	}
	.recruit_system ul li p {
		font-size: 1.1rem;
	}
	.recruit_system ul li p .en {
		font-size: 2.2rem;
	}
	.recruit_system ul li:first-child p {
		font-size: 1.6rem;
	}
	.recruit_system ul li:first-child p .en {
		font-size: 2.9rem;
	}
}