@charset "utf-8";
/* ----- MV ----- */
.mv_area{
	position: relative;
	width: 100%;
}
.mv_copy{
	position: absolute;
	right: 30px;
	bottom: 38px;
	z-index: 1;
}
.mv_copy img{width: 100%;}
.mv_img{
	width: 100%;
	min-height: 206px;
	object-fit: cover;
}

/* ----- 共通見出し ----- */
.home_head {
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	line-height: 2.4rem;
	color: #000;
}
.home_head::before {
	content: attr(data-slug);
	display: block;
	font-family: var(--font_montserrat);
	font-weight: 600;
	font-size: 7rem;
	letter-spacing: 0.7px;
	line-height: 8.6rem;
	padding-bottom: 5px;
}
.home_head span{
	position: relative;
	padding-left: 33px;
}
.home_head span::before {
	content:'';
	position: absolute;
	display: block;
	width: 23px;
	height: 1px;
	background: #000;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

/* ----- NEWS ----- */
.news_area{
	padding: 40px 30px;
	max-width: 1160px;
	margin: auto;
	display: flex;
	gap: 50px;
	position: relative;
}
.news_area::before{
	content:'';
	position: absolute;
	background: #F7F7F7;
	height: 100%;
	top: 0;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -1;
}
.news_head_link{
	text-decoration: none;
	color: #333 !important;
	position: relative;
	display: block;
	padding-right: 47px;
	transition: color .3s;
}
.news_head_link:hover {color: #178748 !important;}
.news_head_link::before, .news_head_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.news_head_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center;
	border-color: #CCC;
}
.news_head_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center;
	border-color: #30A909;
	opacity: 0;
}
.news_head_link:hover::before {opacity: 0;}
.news_head_link:hover::after {opacity: 1;}
.news_head_link span{
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.9rem;
	position: relative;
}
.news_head_link span::before {
	font-size: 3rem;
	letter-spacing: 1.5px;
	line-height: 3.7rem;
	padding-bottom: 0;
	margin-bottom: -4px;
	content: attr(data-slug);
	display: block;
	font-family: var(--font_montserrat);
	font-weight: 600;
}
.news_list{
	width: 100%;
	border-top: 1px solid #ddd;
}
.news_item{list-style: none;}
.news_link{
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	color: #333 !important;
	text-decoration: none;
	padding: 14px 50px 13px 15px;
	border-bottom: 1px solid #ddd;
	transition: border .3s;
}
.news_link:hover{border-color: #178748;}
.news_link::before,
.news_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.news_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
	background-size: 12px 8px;
}
.news_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
	background-size: 12px 8px;
}
.news_link:hover::before {opacity: 0;}
.news_link:hover::after {opacity: 1;}
.news_date{
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	color: #666;
}
.news_ttl{
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.1rem;
	font-weight: 500;
	transition: color .3s;
}
.news_link:hover .news_ttl{color: #178748;}

/* ----- MESSAGE ----- */
.message_area{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	gap: 35px;
	max-width: 1500px;
	margin: 0 auto 195px;
	padding: 125px 40px 0 40px;
}
.message_area::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	height: 100%;
	max-height: 580px;
	background: url(/recruit-newgrads/img/index/bg_message.jpg) no-repeat center bottom / cover;
}
.message_area::after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: -180px;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	height: 800px;
	background: url(/recruit-newgrads/img/index/bg_message_2.png) no-repeat bottom right / contain;
}
.message_box{padding:0 0 0 calc((100% - 1100px) / 2);}
.message_box_in{
	max-width: 730px;
	position: relative;
	padding-bottom: 32px;
}
.message_box_in::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 40px;
	width: calc(100% + 35%);
	height: 100%;
	left: -133px;
	background: #fff;
	border-radius: 16px;
}
.message_head{
	font-weight: 600;
	color: #000;
	font-size: 8rem;
	letter-spacing: 0.8px;
	line-height: 9.7rem;
	font-family: var(--font_montserrat);
}
.message_ttl{
	font-weight: bold;
	font-size: 3.8rem;
	letter-spacing: 1.9px;
	line-height: 4.95rem;
	padding: 37px 0 35px;
}
.message_txt{
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 1.7px;
	line-height: 3.06rem;
}
.message_pic{
	width: 31%;
	margin-bottom: -8.5%;
}

/* ----- ABOUT US ----- */
.about_area{
	max-width: 1160px;
	margin: auto;
	padding: 0 30px 35px;
	position: relative;
}
.about_area::before{
	content: '';
	position: absolute;
	background: #F7F7F7;
	height: 100%;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -1;
	top: 40px;
}
.about_list{
	display: flex;
	gap: 60px;
	padding-top: 40px;
}
.about_item:nth-child(2){margin-top: -53px;}
.about_link{
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	text-decoration: none !important;
	gap: 20px;
}
.about_ttl {
	display: inline-block;
	position: relative;
	padding-right:55px;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 3.2rem;
	transition: color 0.3s;
	color: #333;
}
.about_link:hover .about_ttl{color: #178748;}
.about_ttl::before,
.about_ttl::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.about_ttl::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
}
.about_ttl::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
}
.about_link:hover .about_ttl::before {opacity: 0;}
.about_link:hover .about_ttl::after {opacity: 1;}
.about_thumb{
	overflow: hidden;
	border-radius: 16px;
}
.about_thumb img{transition: transform 0.3s;}
.about_link:hover .about_thumb img{transform: scale(1.05);}

/* ----- WORK & PEOPLE ----- */
.interview_head::before {content: attr(data-slug);}
.interview_area{
	max-width: 1160px;
	margin: auto;
	padding: 100px 30px 45px;
}
.interview_list{
	display: grid;
	grid-template-columns: repeat(auto-fit,calc((100% - 80px)/3));
	gap: 40px;
	position: relative;
}
.interview_list::before{
	content:'';
	position: absolute;
	background: url(/recruit-newgrads/img/index/bg_interview_l.png) no-repeat top left / contain;
	height: 367px;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -1;
	top: 40px;
}
.interview_item:nth-child(1){margin-top: -20px !important;}
.interview_item:nth-child(2){margin-top: -60px !important;}
.interview_item:nth-child(3){margin-top: -90px !important;}
.interview_btn .link_btn{
	width: 208px;
	font-family: var(--font_montserrat) !important;
}
.job_box{
	position: relative;
	padding: 100px 0;
}
.job_box::before{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	height: 422px;
	background: url(/recruit-newgrads/img/index/bg_job.png) no-repeat bottom right / contain;
}
.job_link {
	display: grid;
	grid-template-columns: 65.7% 34.3%;
	align-items: center;
	text-decoration: none !important;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 2px 3px 10px #00000014;
	position: relative;
	background: #fff;
}
.job_link::before,
.job_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 38px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.job_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
}
.job_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
}
.job_link:hover::before {opacity: 0;}
.job_link:hover::after {opacity: 1;}
.job_thumb{overflow: hidden;}
.job_thumb img {
	width: 100%;
	transition: transform 0.3s;
}
.job_link:hover .job_thumb img {transform: scale(1.05);}
.job_txt {
	text-align: center;
	font-weight: bold;
	padding-right: 20px;
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 3.2rem;
	transition: color .3s;
	color: #333;
}
.job_link:hover .job_txt{color: #178748;}

/* ----- ENVIRONMENT ----- */
.environment_area{
	position: relative;
	padding: 0 30px 50px;
	max-width: 1160px;
	margin: auto;
}
.environment_area::before,
.environment_area::after{
	content:'';
	position: absolute;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
}
.environment_area::before {
	top: 45px;
	z-index: -2;
	height: 100%;
	background: #F7F7F7;
}
.environment_area::after {
	bottom: -45px;
	z-index: -1;
	height: 371px;
	background:linear-gradient(180deg, #F9F9F9 0%, #F9F9F900 50%), url(/recruit-newgrads/img/index/bg_environment.jpg) no-repeat center bottom / cover;
}
.environment_box {
	padding-top: 32px;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 45px;
}
.environment_img {
	max-width: 653px; 
	width: 71%;
	border-radius: 16px;
	margin-right: -110px;
	flex-shrink: 0;
}
.environment_list {
	max-width: 530px;
	width: 100%;
	background: #fff;
	box-shadow: 2px 3px 10px #00000014;
	border-radius: 16px;
	z-index: 1;
	margin-bottom: -40px;
}
.environment_item {border-bottom: 1px solid #E0E0E0;}
.environment_item:last-child {border-bottom: none;}
.environment_link{
	padding: 31px 70px 30px 30px;
	display: block;
	position: relative;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	line-height: 2.6rem;
	transition: color .3s;
	color: #333 !important;
}
.environment_link:hover{color: #178748 !important;}
.environment_link::before,
.environment_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.environment_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
}
.environment_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
}
.environment_link:hover::before {opacity: 0;}
.environment_link:hover::after {opacity: 1;}

/* -----RECRUIT INFO ----- */
.recruit_area{
	max-width: 1160px;
	margin: auto;
	padding: 115px 30px 74px;
}
.recruit_list{
	display: grid;
	grid-template-columns: repeat(auto-fit,calc((100% - 40px)/3));
	gap: 20px;
	padding-top: 35px;
}
.recruit_link{
	display: flex;
	align-items: center;
	min-height: 98px;
	box-shadow: 2px 3px 10px #00000014;
	border-radius: 16px;
	position: relative;
	padding: 0 75px 0 23px;
	text-decoration: none;
	position: relative;
}
.recruit_link::before,
.recruit_link::after {
	content: '';
	display: block;
	position: absolute;
	right: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	transition: opacity 0.3s;
	border: 1px solid;
}
.recruit_link::before {
	background: #fff url(/recruit-newgrads/img/common/arrow_r_green.svg) no-repeat center center;
	border-color: #CCC;
}
.recruit_link::after {
	background: #30A909 url(/recruit-newgrads/img/common/arrow_r_white.svg) no-repeat center center;
	border-color: #30A909;
	opacity: 0;
}
.recruit_link:hover::before {opacity: 0;}
.recruit_link:hover::after {opacity: 1;}
.recruit_ttl{
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 3.5rem;
	transition: color .3s;
	color: #333;
}
.recruit_ttl--request{
	background: url(/recruit-newgrads/img/index/icon_request.svg) no-repeat center left 5px/45px;
	padding-left: 65px;
}
.recruit_ttl--faq{
	background:url(/recruit-newgrads/img/index/bnr_faq.svg) no-repeat center left/45px;
	padding-left: 52px;
}
.recruit_ttl--requirements{
	background:url(/recruit-newgrads/img/index/bnr_requirements.svg) no-repeat center left/45px;
	padding-left: 53px;
}
.recruit_link:hover .recruit_ttl{color: #178748;}

/* ----- ENGIPRESS ----- */
.engipress_area{
	max-width: 1160px;
	margin: auto;
	padding: 80px 30px 80px;
	position: relative;
}
.engipress_area::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	z-index: -2;
	height: 100%;
	background: #F7F7F7;
}
.engipress_head img{
	margin: auto;
	width: 282px;
	margin-bottom: 30px;
}
.engipress_copy{
	text-align: center;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 1.7px;
	line-height: 3.06rem;
	margin-bottom: 40px;
}
.engipress_list{
	display: grid;
	grid-template-columns: repeat(auto-fit,calc((100% - 80px)/3));
	gap: 40px;
	padding-bottom: 52px;
}
.engipress_link{
	text-decoration: none;
	padding-left: 0 !important;
	background: none !important;
	color: #333 !important;
	display: block;
}
.engipress_txt{margin-bottom: 17px;}
.engipress_info{
	display: flex;
	align-items: center;
	gap: 23px;
	margin-bottom: 5px;
}
.engipress_date{
	font-family: var(--font_saira);
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 2.2rem;
}
.engipress_cat{
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: 1.1px;
	line-height: 1.6rem;
}
.engipress_ttl{
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2.56rem;
	transition: color .3s;
}
.engipress_link:hover .engipress_ttl{color: #178748 !important;}
.engipress_thumb{
	border-radius: 16px;
	overflow: hidden;
	padding: 0 0 54.42%;
	position: relative;
	margin-bottom: 10px;
}
.engipress_thumb img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.engipress_link:hover .engipress_thumb img {transform: scale(1.05);}
.engipress_tag_list{
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.engipress_tag_item{
	line-height: 1.6rem;
	font-size: 1.1rem;
	letter-spacing: 1.1px;
	color: #333 !important;
}
.engipress_none{margin-bottom: 30px;}
.engipress_btn_link{
	position: relative;
	display: block;
	max-width: 250px;
	padding: 14px 27px !important;
	border: 1px solid #ccc;
	border-radius: 12px;
	color: #333 !important;
	text-decoration: none;
	transition: border .3s, color .3s, background .3s;
	margin: auto;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.1rem;
	background: #fff !important;
	overflow: hidden;
}
.engipress_btn_link:hover {
	border-color: transparent;
	color: #fff !important;
	background: transparent !important;
}
.engipress_btn_link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 16px;
	transition: opacity .3s;
	z-index: -1;
	background: linear-gradient(90deg, #178748 0%, #30A909 100%);
}
.engipress_btn_link:hover::before{opacity: 1;}
.engipress_btn_link span{
	position: relative;
	display: block;
}
.engipress_btn_link span::before,
.engipress_btn_link span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	transition: opacity .3s;
}
.engipress_btn_link span::before {
	background: url(/recruit-newgrads/img/common/popup.svg) no-repeat center;
}
.engipress_btn_link span::after {
	background: url(/recruit-newgrads/img/common/popup_white.svg) no-repeat center;
	opacity: 0;
}
.engipress_btn_link:hover span::before {opacity: 0;}
.engipress_btn_link:hover span::after {opacity: 1;}
.cta_area{border: none;}

@media screen and (max-width:1024px){
/* ----- MV ----- */
.mv_area{padding-top: 50px;}
.mv_copy{bottom: 30px;}
.mv_copy img{max-width: 305px;}

/* ----- 共通見出し ----- */
.home_head {
	font-size: 1.4rem;
	letter-spacing: 0.7px;
	line-height: 2rem;
}
.home_head::before {
	font-size: 5rem;
	letter-spacing: 0.5px;
	line-height: 6.1rem;
}

/* ----- NEWS ----- */
.news_area{
	padding: 25px 30px;
	gap: 30px;
}
.news_head_link{padding-right: 35px;}
.news_head_link::before, .news_head_link::after {
	width: 26px;
	height: 26px;
	top: 3px;
}
.news_head_link::before, .news_head_link::after {background-size: 12px 8px;}
.news_head_link span::before {
	font-size: 2.6rem;
	letter-spacing: 1.3px;
	line-height: 3.2rem;
	margin-bottom: -3px;
}
.news_link{
	gap: 25px;
	padding: 12px 50px 13px 10px;
}
.news_date{
	font-size: 1.2rem;
	letter-spacing: 0.6px;
}
.news_ttl{
	font-size: 1.3rem;
	letter-spacing: 0.65px;
}
.news_ttl::after{
	width: 12px;
	height: 8px;
}

/* ----- MESSAGE ----- */
.message_area{
	margin: 0 auto 175px;
	padding: 120px 30px 0 30px;
	gap: 30px;
	justify-content: space-between;
}
.message_area::after{bottom: -100px;}
.message_box_in{
	max-width: 560px;
	padding-bottom: 0;
}
.message_box_in::before{
	left: -45px;
	top: 25px;
	border-radius: 12px;
}
.message_head{
	font-size: 5rem;
	letter-spacing: 0.5px;
	line-height: 6.1rem;
}
.message_ttl{
	font-size: 2.5rem;
	letter-spacing: 1.25px;
	line-height: 2.88rem;
	padding: 17px 0 22px;
}
.message_txt{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2.5rem;
}
.message_pic{
	width: 45%;
	max-width: 350px;
	margin-bottom: -30px;
}

/* ----- ABOUT US ----- */
.about_area{
	padding: 0 30px 10px;
}
.about_area::before{
	top: 35px;
}
.about_list{
	gap: 38px;
	padding-top: 30px;
}
.about_item:nth-child(2){margin-top: -38px;}
.about_link{
	gap: 18px;
}
.about_ttl {
	padding-right:35px;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	line-height: 2.6rem;
}
.about_ttl::before,
.about_ttl::after {
	width: 26px;
	height: 26px;
	background-size: 12px 8px;
}
.about_thumb{border-radius: 12px;}

/* ----- JOB & PEOPLE ----- */
.interview_area{padding-bottom: 40px;}
.interview_list{
	grid-template-columns: repeat(auto-fit,calc((100% - 40px)/3));
	gap: 20px;
}
.interview_item:nth-child(1){margin-top: 15px !important;}
.interview_item:nth-child(2){margin-top: -15px !important;}
.interview_item:nth-child(3){margin-top: -45px !important;}
.interview_btn{margin-top: 25px;}
.job_box{padding: 80px 0 95px;}
.job_box::before{bottom: 20px;}
.job_link {border-radius: 10px;}
.job_link::before,
.job_link::after {
	width: 26px;
	height: 26px;
	background-size: 12px 8px;
	right: 20px;
}
.job_txt {
	padding-right: 0;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	line-height: 2.6rem;
}

/* ----- ENVIRONMENT ----- */
.environment_area{padding: 0 30px 25px;}
.environment_area::before {top: 35px;}
.environment_box {margin-bottom: 30px;}
.environment_img {border-radius: 12px;}
.environment_list {
	border-radius: 10px;
	margin-bottom: -30px;
}
.environment_link{
	padding: 23px 60px 23px 20px;
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.1rem;
}
.environment_link::before,
.environment_link::after {
	width: 26px;
	height: 26px;
	background-size: 12px 8px;
}

/* -----RECRUIT INFO ----- */
.recruit_area{padding: 90px 30px 74px;}
.recruit_head::before{
	font-size: 4rem;
	letter-spacing: 0.4px;
}
.recruit_list{
	grid-template-columns: repeat(auto-fit,calc((100% - 28px)/3));
	gap: 14px;
	padding-top: 30px;
}
.recruit_link{
	min-height: 63px;
	border-radius: 12px;
	padding: 0 50px 0 12px;
}
.recruit_link::before,
.recruit_link::after {
	right: 18px;
	width: 24px;
	height: 24px;
	background-size: 12px 8px;
}
.recruit_ttl{
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 3rem;
}
.recruit_ttl--request{
	background: url(/recruit-newgrads/img/index/icon_request.svg) no-repeat center left 6px/30px;
	padding-left: 46px;
}
.recruit_ttl--faq{
	background:url(/recruit-newgrads/img/index/bnr_faq.svg) no-repeat center left/30px;
	padding-left: 38px;
}
.recruit_ttl--requirements{
	background:url(/recruit-newgrads/img/index/bnr_requirements.svg) no-repeat center left/30px;
	padding-left: 38px;
}
.engipress_list{
	grid-template-columns: repeat(auto-fit, calc((100% - 50px) / 3));
	gap: 25px;
}
.engipress_thumb{border-radius: 12px;}
.engipress_btn_link{
	max-width: 208px;
	padding: 14px 22px !important;
	font-size: 1.3rem;
	letter-spacing: 0.65px;
	line-height: 1.6rem;
}
}

@media screen and (max-width:767px){
/* ----- MV ----- */
.mv_area{
	display: flex;
	flex-direction: column-reverse;
	padding-top: 30px;
}
.mv_copy{
	right: 12px;
	bottom: 15px;
}

/* ----- NEWS ----- */
.news_area{
	padding: 20px 20px 25px;
	gap: 15px;
	flex-direction: column;
	align-items: flex-start;
}
.news_head_link::before, .news_head_link::after {background-size: 12px 8px;}
.news_head_link span{
	display: flex;
	align-items: center;
	gap: 10px;
}
.news_head_link span::before {margin-bottom: 1px;}
.news_link{
	flex-direction: column;
	gap: 2px;
	padding: 9px 50px 10px 10px;
}

/* ----- MESSAGE ----- */
.message_area{
	margin: 0 auto 62px;
	padding: 140px 20px 0 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 35px;
}
.message_area::before{max-height: 300px;}
.message_area::after{
	width: 150vw;
	left: calc(50% - calc(150vw / 2));
	bottom: 140px;
}
.message_box{width: 100%;}
.message_box_in{
	padding: 0 20px;
	max-width: 100%;
}
.message_box_in::before{
	left: 0;
	width: 100%;
}
.message_head{text-align: center;}
.message_ttl{text-align: center;}
.message_txt{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
}
.message_pic{
	width: 100%;
	margin: 0 auto;
}

/* ----- ABOUT US ----- */
.about_area{padding: 0 20px 10px;}
.about_area::before{top: 30px;}
.about_list{
	flex-direction: column;
	gap: 28px;
	padding-top: 30px;
}
.about_item:nth-child(2){margin-top: 0;}
.about_link{gap: 16px;}

/* ----- WORK & PEOPLE ----- */
.interview_area{padding: 82px 20px 38px;}
.interview_head::before {
	content: 'JOB' '\A' '& PEOPLE';
	white-space: pre;
	line-height: 5.6rem;
	padding-bottom: 9px;
}
.interview_list{
	grid-template-columns: 1fr;
	padding: 0 30px 25px;
	gap: 0;
}
.interview_list::before{display: none;}
.interview_item{position: relative;}
.interview_item:nth-child(1){margin-top: -10px !important;}
.interview_item:nth-child(2){margin-top: 0 !important;}
.interview_item:nth-child(3){margin-top: 0 !important;}
.interview_item::before{
	content: '';
	position: absolute;
	background: url(/recruit-newgrads/img/index/bg_interview_l.png) no-repeat center left / contain;
	height: 100%;
	left: -50px;
	width: 200vw;
	z-index: -1;
	bottom: 0;
}
.interview_item:nth-child(2)::before{
	background: url(/recruit-newgrads/img/index/bg_interview_r.png) no-repeat center right / contain;
	right: -50px;
	left: auto;
	bottom: -20px;
}
.interview_info span:first-child{margin-bottom: 4px;}
.interview_btn{margin-top: 0;}
.job_box{padding: 62px 0;}
.job_box::before{
	bottom: 5px;
	left: auto;
	width: 200vw;
	height: 100%;
	right: -20px;
}
.job_link {
	grid-template-columns: 1fr;
	border-radius: 10px;
}
.job_link::before,
.job_link::after {
	top: auto;
	bottom: 20px;
}
.job_txt {
	padding: 22px 20px;
	text-align: left;
}

/* ----- ENVIRONMENT ----- */
.environment_area{padding: 0 20px 14px;}
.environment_area::before{top: 26px;}
.environment_head::before {
	font-size: 4rem;
	letter-spacing: 0.4px;
	line-height: 4.9rem;
	margin-bottom: 4px;
}
.environment_box {
	flex-direction: column-reverse;
	align-items: center;
	gap: 0;
}
.environment_img {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: -30px;
}
.environment_list {
	max-width: 100%;
	width: calc(100% - 40px);
}
.environment_link{padding: 22px 20px 23px;}
.environment_col{
	grid-template-columns: 1fr;
	gap: 14px;
}

/* -----RECRUIT INFO ----- */
.recruit_area{padding: 100px 20px 60px;}
.recruit_head::before{padding-bottom: 3px;}
.recruit_list{grid-template-columns: 1fr;}
.recruit_link{
	min-height: 74px;
	padding: 0 50px 0 26px;
}
.recruit_link::before, .recruit_link::after {right: 20px;}
.recruit_ttl{
	font-size: 1.7rem;
	letter-spacing: 0.85px;
	line-height: 3.5rem;
}
.recruit_ttl--request{
	background: url(/recruit-newgrads/img/index/icon_request.svg) no-repeat center left 2px/43px;
	padding-left: 58px;
}
.recruit_ttl--faq{
	background:url(/recruit-newgrads/img/index/bnr_faq.svg) no-repeat center left/45px;
	padding-left: 58px;
}
.recruit_ttl--requirements{
	background:url(/recruit-newgrads/img/index/bnr_requirements.svg) no-repeat center left/45px;
	padding-left: 58px;
}

/* ----- ENGIPRESS ----- */
.engipress_area{
	padding: 40px 20px;
	position: relative;
}
.engipress_head img{
	width: 183px;
	margin-bottom: 20px;
}
.engipress_copy{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 2.5rem;
	margin-bottom: 30px;
	text-align: left;
}
.engipress_list{
	grid-template-columns: 1fr;
	padding-bottom: 30px;
	gap: 40px;
}
.engipress_txt{margin-bottom: 12px;}
.engipress_info{
	gap: 20px;
	margin-bottom: 5px;
}
.engipress_date{
	font-size: 1.1rem;
	line-height: 1.7rem;
}
.engipress_cat{
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.5rem;
}
.engipress_ttl{
	font-size: 1.3rem;
	line-height: 2.1rem;
}
.engipress_thumb{margin-bottom: 7px;}
.engipress_tag_item{
	font-size: 0.9rem;
	letter-spacing: 0.9px;
	line-height: 1.3rem;
}
}

@media screen and (max-width:365px){
.environment_head::before{
	font-size: 3.9rem;
	letter-spacing: 0.39px;
	line-height: 4.8rem;
}
}