@charset "utf-8";
/*-------------------------------------------------

	Common

--------------------------------------------------*/
header {background: #000;}
footer .container .logo_wrap {width: 50%;}
footer .container .logo_wrap p:nth-of-type(1) {margin-bottom: clamp(15px, calc(15px + 10 * ((100vw - 375px) / 1545)), 25px);}
footer .container .logo_wrap p:nth-of-type(2) {margin-bottom: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);}
footer .container .logo_wrap ul.office_list li {width: 50%;}
footer .container .logo_wrap ul.office_list::before {display: none;}
footer .container .logo_wrap ul.office_list p {margin-bottom: 0;line-height: 1.7;}
footer .container .nav_wrap {width: auto;}
footer .container .nav_wrap ul.nav_list {flex-direction: column;gap: 20px;margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
@media only screen and ( max-width : 1024px ) {
	header {position: sticky;}
	footer .container .logo_wrap {margin-bottom: 0;}
}
@media only screen and ( max-width : 767px ) {
	footer .container .logo_wrap ul.office_list li {width: 100%;margin-bottom: 30px;}
	footer .container .logo_wrap ul.office_list li:last-child {margin-bottom: 0;}
}
/*-------------------------------------------------

	Main Visual

--------------------------------------------------*/
#mv .container {position: relative;padding-bottom: 6vw;background: linear-gradient(90deg, #fff 30%, #000 30%);}
#mv .mv_wrap {position: relative;z-index: 2;width: 80%;}
#mv .mv_wrap .image-crossfader {position: relative;z-index: -2;width: 100%;margin-left: auto;padding-top: 56.4%;overflow: hidden;}
#mv .mv_wrap .image-crossfader-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	transition:
	opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
	transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-size: cover;
	background-position: center;
}
#mv .mv_wrap .image-crossfader-inner:nth-of-type(1) {background-image: url("../img/page/recruit/mv/img_main.webp");}
#mv .mv_wrap .image-crossfader-inner.is-visible {z-index: 1;opacity: 1;transform: scale(1.02);}
#mv .txt_wrap {position: absolute;bottom: 12%;right: 6vw;z-index: 2;transform: translateY(-50%);}
#mv .txt_wrap h1 {margin-bottom: 5%;color: #fff;font-weight: 600;font-size: 2vw;text-align: right;}
#mv .txt_wrap h1 span {display: inline-block;position: relative;margin-bottom: 2%;padding-bottom: 2%;font-size: 2em;text-align: right;}
#mv .txt_wrap h1 span::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1px;
	background: #fff;
}
#mv .txt_wrap h2 {color: #fff;font-weight: 600;font-size: 2.5vw;line-height: 1.7;text-align: right;}
@media only screen and ( max-width : 767px ) {
	#mv .mv_wrap .image-crossfader {padding-top: 88%;}
	#mv .mv_wrap {width: 100%;}
	#mv .txt_wrap {bottom: -11%;}
	#mv .txt_wrap h1 {font-size: 3vw;}
	#mv .txt_wrap h2 {font-size: 4.2vw;}
}
/*-------------------------------------------------

	About Us │ ZEROについて

--------------------------------------------------*/
#about_us .wrap .content p {margin-bottom: clamp(30px, calc(30px + 10 * ((100vw - 375px) / 1545)), 40px);font-weight: 600;text-align: center;}
#about_us .wrap .content p:last-child {margin-bottom: 0;}
/*-------------------------------------------------

	Features │ 特長

--------------------------------------------------*/
#features {background: #EFF1F2;}
#features .block {width: 90%;margin: 0 auto;}
#features .container:nth-last-of-type(1), #features .container:nth-last-of-type(3){
	flex-direction: row-reverse;
	margin-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
#features .container .title_wrap {margin-bottom: clamp(30px, calc(30px + 10 * ((100vw - 375px) / 1545)), 40px);}
#features .container .title_wrap h3 {
	display: flex;
	align-items: flex-start;
	gap: clamp(10px, calc(10px + 30 * ((100vw - 375px) / 1545)), 40px);
	margin-bottom: clamp(20px, calc(20px + 35 * ((100vw - 375px) / 1545)), 55px);
	font-weight: 600;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
}
#features .container .title_wrap h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: clamp(45px, calc(45px + 20 * ((100vw - 375px) / 1545)), 65px);
	height: clamp(45px, calc(45px + 20 * ((100vw - 375px) / 1545)), 65px);
	font-weight: 500;
	font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1545)), 22px);
}
#features .container .title_wrap h3 span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-top: solid #fff clamp(45px, calc(45px + 20 * ((100vw - 375px) / 1545)), 65px);
	border-right: solid transparent clamp(45px, calc(45px + 20 * ((100vw - 375px) / 1545)), 65px);
}
#features .container ul li {width: 45%;}
#features .container ul li a {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
}

#features .container ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

#features .container ul li a:hover::before {
    background: rgba(0, 0, 0, 0.05);
}

#features .container ul li a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#features .container ul li a figure img {
    transition: transform 0.4s ease;
}

#features .container ul li a:hover figure img {
    transform: scale(1.05);
}
#features .container ul li figure {margin-bottom: 15px;}
#features .container ul li h4 {
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	font-size: clamp(22px, calc(22px + 2 * ((100vw - 375px) / 1545)), 24px);
}
#features .container.flexbox .title_wrap {width: 50%;}
#features .container.flexbox figure {width: 45%;}
@media only screen and ( max-width : 767px ) {
	#features .container ul li {width: 100%;margin-bottom: 30px;}
	#features .container ul li:last-child {margin-bottom: 0;}
	#features .container.flexbox .title_wrap {width: 100%;}
	#features .container.flexbox figure {width: 100%;}
}
/*-------------------------------------------------

	Interview │ 先輩インタビュー

--------------------------------------------------*/
#interview ul li {position: relative;width: 30%;box-shadow: 15px 15px 15px rgba(0, 0, 0, 9%);transition: .3s;}
#interview ul li:hover {box-shadow: 2px 2px 2px rgba(0, 0, 0, 9%);}
#interview ul li figure {position: relative;overflow: hidden;}
#interview ul li figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-top: 130px solid #000;
	border-right: 130px solid transparent;
}
#interview ul li figure img {transition: .3s;}
#interview ul li:hover figure img {transform: scale(1.1);}
#interview ul li figure figcaption {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
	color: #fff;
	font-size: clamp(22px, calc(22px + 2 * ((100vw - 375px) / 1545)), 24px);
}
#interview ul li .wrap {
	padding: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-bottom: clamp(200px, calc(200px + 90 * ((100vw - 375px) / 1545)), 290px);
}
#interview ul li .wrap h3 {font-weight: 600;font-size: clamp(18px, calc(18px + 2 * ((100vw - 375px) / 1545)), 20px);}
#interview ul li .wrap .content {
	position: absolute;
	right: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	left: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-top: clamp(25px, calc(25px + 10 * ((100vw - 375px) / 1545)), 35px);
	border-top: 1px solid #707070;
}
#interview ul li .wrap .content h4 {margin: 10px 0;font-size: clamp(35px, calc(35px + 10 * ((100vw - 375px) / 1545)), 45px);}
#interview ul li .wrap .content p span {margin-left: 1.5em;}
@media only screen and ( max-width : 767px ) {
	#interview ul {justify-content: center;gap: 30px 4%;}
	#interview ul li {width: 48%;}
}
@media only screen and ( max-width : 500px ) {
	#interview ul li {width: 100%;}
}
/*-------------------------------------------------

	Cross Talk │ 先輩社員クロストーク

--------------------------------------------------*/
#cross_talk {background: #EFF1F2;}
#cross_talk .inner {max-width: 1080px;}
#cross_talk .container {position: relative;}
#cross_talk .container .wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 365px;
	padding-top: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	padding-left: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	background: #EFF1F2;
}
#cross_talk .container .wrap h3 {margin-bottom: 10px;font-weight: bold;font-size: clamp(22px, calc(22px + 2 * ((100vw - 375px) / 1545)), 24px);}
#cross_talk .container .wrap p.txt {margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);font-weight: 500;}
#cross_talk .container .wrap p.read {position: relative;border-bottom: 1px solid #000;}
#cross_talk .container .wrap p.read img {position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 15px;}
@media only screen and ( max-width : 767px ) {
	#cross_talk .container .wrap {position: initial;max-width: 100%;padding: 20px 20px 0;}
}
/*-------------------------------------------------

	Staff │ インタビュー×クロストーク

--------------------------------------------------*/
#staff {position: relative;padding-top: clamp(50px, calc(50px + 150 * ((100vw - 375px) / 1545)), 200px);overflow: hidden;}
#staff::before,
#staff::after {
	position: absolute;
	z-index: -1;
	border-left: 8vw solid #EEF1F2;
	color: #EEF1F2;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-size: 12vw;
	font-style: normal;
	line-height: .6;
	writing-mode: vertical-rl;
}
#staff.interview::before,
#staff.interview::after {content: 'Interview';}
#staff.cross_talk::before,
#staff.cross_talk::after {content: 'Cross Talk';}
#staff::before {top: clamp(150px, calc(150px + 50 * ((100vw - 375px) / 1545)), 200px);left: 0;}
#staff::after {bottom: 20%;right: 0;}
#staff .inner {max-width: 1080px;}
#staff h2 {
	position: relative;
	margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-left: 30px;
	font-weight: 600;
	font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1545)), 22px);
}
#staff h2::before {content: '';position: absolute;top: 0;left: 0;border-top: 24px solid #000;border-right: 24px solid transparent;}
#staff h2 span {
	display: block;
	margin-top: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	margin-left: -30px;
	font-size: clamp(22px, calc(22px + 22 * ((100vw - 375px) / 1545)), 44px);
	line-height: 1.4;
}
#staff .main_container {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
#staff .main_container figure {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);}
#staff .main_container .wrap {margin-bottom: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 80px);}
#staff .main_container dl {
	display: flex;
	gap: clamp(30px, calc(30px + 25 * ((100vw - 375px) / 1545)), 55px);
	padding: clamp(20px, calc(20px + 30 * ((100vw - 375px) / 1545)), 50px);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#staff .main_container .wrap dl {width: 50%;}
#staff .main_container dl dt {width: clamp(100px, calc(100px + 25 * ((100vw - 375px) / 1545)), 125px);}
#staff .main_container dl dd p {display: flex;align-items: center;gap: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
#staff .main_container dl dd p span {line-height: 1.7;}
#staff .main_container dl dd h3 {margin: 10px 0;font-size: clamp(30px, calc(30px + 15 * ((100vw - 375px) / 1545)), 45px);}
#staff .faq_container {margin-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);}
#staff .faq_container ul li {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
#staff .faq_container ul li:last-child {margin-bottom: 0;}
#staff .faq_container ul li h3 {
	margin-bottom: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);
	font-weight: 600;
	font-size: clamp(22px, calc(22px + 2 * ((100vw - 375px) / 1545)), 24px);
}
#staff .faq_container ul li .content {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
#staff .faq_container ul li p {margin-bottom: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
#staff .faq_container ul li p:last-child {margin-bottom: 0;}
#staff .other_container ul li {position: relative;width: 45%;}
#staff .other_container ul li dl {
	display: flex;
	gap: clamp(30px, calc(30px + 25 * ((100vw - 375px) / 1545)), 55px);
	padding: 50px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#staff .other_container ul li dl:last-child {border-top: none;}
#staff .other_container ul li dl dt {width: clamp(100px, calc(100px + 25 * ((100vw - 375px) / 1545)), 125px);}
#staff .other_container ul li dl dd p {display: flex;align-items: center;gap: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
#staff .other_container ul li dl dd h3 {margin: 10px 0;font-size: clamp(30px, calc(30px + 15 * ((100vw - 375px) / 1545)), 45px);}
@media only screen and ( max-width : 1024px ) {
	#staff .other_container ul li {width: 100%;margin-bottom: 30px;}
	#staff .other_container ul li:last-child {margin-bottom: 0;}
}
@media only screen and ( max-width : 767px ) {
	#staff .main_container dl dd p {display: block;}
	#staff .main_container dl dd p span {display: block;}
	#staff .other_container ul li dl dd p {display: block;}
	#staff .other_container ul li dl dd p span {display: block;}
	#staff .main_container .wrap dl {width: 100%;margin-bottom: 30px;}
	#staff .main_container .wrap dl:last-child {margin-bottom: 0;}
	#staff .main_container .wrap dl dd p {display: flex;}
}
/*-------------------------------------------------

	Infographics │ 数字で見るzerophy

--------------------------------------------------*/
#infographics .container {max-width: 1200px;margin: 0 auto;background: #000;}
#infographics .container .title_common h2 {color: #fff;}
#infographics .container .title_common p {color: #fff;}
#infographics .container ul {display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px 20px;width: 90%;margin: 0 auto;}
@media only screen and ( max-width : 767px ) {
	#infographics .container ul {grid-template-columns: repeat(2, 1fr);gap: 20px;}
}
/*-------------------------------------------------

	REQUIREMENTS │ 募集要項

--------------------------------------------------*/
#requirements .inner {max-width: 1300px;}
.tab_group {background: #fff;}
.ChangeElem_Btn_Content {display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;}
.ChangeElem_Btn_Content button {
	position: relative;
	padding-bottom: 10px;
	border: none;
	border-bottom: 9px solid #D0D0D0;
	background: #fff;
	color: #D0D0D0;
	font-weight: 500;
	font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);
	transition: .3s;
}
.ChangeElem_Btn_Content button.is-active {border-bottom-color: #000;color: #000;}
#requirements table tr {border-bottom: 1px solid #707070;}
#requirements table tr:last-child {border-bottom: none;}
#requirements table tr th {
	width: clamp(230px, calc(230px + 200 * ((100vw - 375px) / 1545)), 430px);
	padding: 20px 0;
	font-weight: bold;
	font-size: clamp(22px, calc(22px + 2 * ((100vw - 375px) / 1545)), 24px);
	vertical-align: top;
}
#requirements table tr td {display: block;padding: 20px 0;}
#requirements table tr:last-child td {padding-bottom: 0;}
#requirements table tr td .wrap {margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);}
#requirements table tr td .wrap:last-child {margin-bottom: 0;}
#requirements table tr td p {font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);}
#requirements table tr td h3 {margin-bottom: 10px;font-weight: bold;font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);}
#requirements table tr td h3.gray {margin-bottom: 10px;padding: 5px 10px;background: #EEF1F2;}
#requirements table tr td h4 {margin-bottom: 10px;font-weight: bold;font-size: clamp(15px, calc(15px + 2 * ((100vw - 375px) / 1545)), 17px);}
#requirements table tr td h4 span {padding: 5px 10px;background: #EEF1F2;}
#requirements table tr td dl dt {position: relative;float: left;width: 140px;}
#requirements table tr td dl dt::before {content: ':';position: absolute;right: 0;}
#requirements table tr td dl dd {padding-left: 150px;}
#requirements table tr td dl.skill dt {width: 150px;}
#requirements table tr td dl.skill dd {padding-left: 142px}
#requirements table tr td .title_wrap {display: flex;gap: 10px;}
#requirements table tr td .flex_wrap ul.square {width: 45%;}
#requirements table tr td .flex_wrap ul.square li {position: relative;padding-left: 15px;font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);}
#requirements table tr td .flex_wrap ul.square li::before {content: '';position: absolute;top: 5px;left: 0;width: 10px;height: 10px;background: #000;}
@media only screen and ( max-width : 767px ) {
	.ChangeElem_Btn_Content {margin-bottom: 10px;}
	#requirements table {width: 100%;}
	#requirements table tr {display: block;padding: 20px 10px;}
	#requirements table tr:last-child {padding-bottom: 0;}
	#requirements table tr th {display: block;width: 100%;padding: 0;}
	#requirements table tr td {display: block;padding-bottom: 0;}
}
@media only screen and ( max-width : 500px ) {
	#requirements table tr td .flex_wrap ul.square {width: 100%;}
	#requirements table tr td dl dt {float: none; font-weight: bold;}
	#requirements table tr td dl dd {padding-left: unset; display: block;}

}
/*------------------------------------------------

    Entry │ エントリー

------------------------------------------------*/
#entry {
	padding: 40px 0 clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);
	background: url(../img/page/recruit/entry/bg.webp) no-repeat top center / cover;
}
#entry .inner {max-width: 1190px;}
#entry .container .title_common {margin-bottom: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);padding-bottom: 25px;}
#entry .container .title_common h2 {color: #fff;}
#entry .container .title_common p {color: #fff;}
#entry .container .view a {
	display: block;
	max-width: 389px;
	margin: 0 auto;
	padding: 22px 0;
	font-weight: 600;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	text-align: center;
}
#entry .container .view a span::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 100%;
	background: no-repeat center / 100%;
	transition: .3s;
}
#entry .container .view a span::before {left: -40px;background-image: url(../img/page/recruit/entry/Icon_note-blk.webp);}
#entry .container .view a:hover span::before {background-image: url(../img/page/recruit/entry/Icon_note-wht.webp);}