@charset "UTF-8";
@font-face {
	font-family: "SourceHanSansJP";
	src: url("./fonts/SourceHanSansJP.woff2") format("woff2");
}
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	/*outline: 1px solid red;*/
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	font-family: heisei-kaku-gothic-stdn, sans-serif;
	font-weight: 500;
	font-style: normal;
}

@media (max-width: 767px) {
	html {
		font-size: 50%;
	}
}
body {
	margin: 0;
}

img {
	vertical-align: bottom;
}

p,
button,
a {
	font-size: 1.6rem;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit !important;
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.block-center {
	margin: auto;
}

video {
	max-width: 100%;
	vertical-align: bottom;
}

.pb-t {
	padding-top: 80px;
}

.pb-m {
	padding-bottom: 80px;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (max-width: 1100px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
/*== ここから下に書いてください ==*/
body {
	line-height: 2;
	letter-spacing: 0.1em;
	color: #333;
	line-break: strict;
	word-break: normal !important;
	word-wrap: break-word;
	font-family: din-2014, heisei-kaku-gothic-stdn, sans-serif;
	position: relative;
}
body::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(./images/recruit-g.png);
	background-size: cover;
	z-index: -1;
}
body::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 60%);
	z-index: -1;
}

/* header ここから */

.header-logo {
	width: 200px;
}

.nav-button {
	display: none;
}

.header-nav {
	display: flex;
	list-style: none;
	color: #fff;
}

.header-navItem {
	padding-right: 40px;
}

.nav-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.nav-subtext {
	font-size: 10px;
	line-height: 1.2;
}

/* header ここまで */
/* footer ここから */
.footer {
	padding: 120px 0;
	background-color: #fff;
}

.footer-flex {
	display: flex;
	flex-wrap: wrap;
	width: 1080px;
	max-width: 100%;
	margin: auto;
}

.footer-left,
.footer-center,
.footer-right {
	flex: 1;
}

.footer-nav {
	list-style: none;
}

.footer-navlink,
.address {
	font-size: 14px;
}

.footer-navItem,
.address {
	margin-top: 30px;
}

.footer-logo {
	margin: auto;
	margin-top: 30px;
	width: 93px;
}

/* footer ここまで */

.js-fade {
	opacity: 0;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
}
.js-fade.active {
	opacity: 1;
}
.js-word-split_item {
	display: block;
	overflow: clip;
}
.js-word-split_inner {
	display: inline-block;
	transform: translate(0px, 100%) rotate(0.001deg) scale(1.1);
	transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-word-split_item.active .js-word-split_inner {
	transform: translate(0px, 0%) rotate(0.001deg) scale(1);
}
/*
.bg_wrap {
	width: 100%;
	height: 100vh;
	background-image: url(./images/recruit-g.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: fixed;
	z-index: -99999;
	filter: brightness(0.7);
}
*/
.text_br {
	display: none;
}
@media screen and (max-width: 1100px) {
	.text_br {
		display: block;
	}
}
.text_br_rv {
	display: block;
}
@media screen and (max-width: 1100px) {
	.text_br_rv {
		display: none;
	}
}

/* body {
width: 100%;
background-image: url(./images/recruit-g.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
} */

.head {
	width: 100%;
	height: 98vh;
	position: relative;
}
.head_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.head::after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-color: black;
	opacity: 0.4;
	z-index: -1;
}

.top_title {
	width: 1200px;
	font-size: 48px;
	font-weight: 700;
	color: white;
	margin-left: 150px;
	line-height: 0.8;
	letter-spacing: 5px;
}
@media screen and (max-width: 1100px) {
	.top_title {
		width: 100%;
		height: auto;
		margin-left: 0;
		text-align: center;
	}
}
.top_title_small {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}

.second {
	width: 100%;
	height: 65vh;
	position: relative;
}
@media screen and (max-width: 1100px) {
	.second {
		height: 238px;
	}
}
.second::after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-color: black;
	opacity: 0.4;
	z-index: -1;
}
.second_wrap {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	background-image: url(./images/recruit-a.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.concept {
	font-size: 36px;
	font-weight: 700;
	margin: auto 0;
	line-height: 1.4;
}
.concept__white {
	color: white;
}
@media screen and (max-width: 1100px) {
	.concept {
		font-size: 30px;
	}
	.concept__white {
		text-align: center;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}
.concept__width {
	width: 294px;
}
@media screen and (max-width: 1100px) {
	.concept__width {
		display: none;
	}
}

.black_filter {
	background-color: black;
	opacity: 0.8;
	width: 100%;
	height: 350px;
}
@media screen and (max-width: 1100px) {
	.black_filter {
		height: 119px;
	}
}
.black_filter__tiny {
	height: 185px;
}
@media screen and (max-width: 1100px) {
	.black_filter__tiny {
		height: 120px;
	}
}
.black_filter__xs {
	height: 95px;
}

.wrap {
	margin-top: -1px;
	display: flex;
	background-color: #EEE;
}
@media screen and (max-width: 1100px) {
	.wrap__clm_rv {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 1100px) {
	.wrap__clm {
		flex-direction: column;
	}
}
.wrap__gap {
	gap: 120px;
}
@media screen and (max-width: 1100px) {
	.wrap__gap {
		gap: 0;
	}
}

@media screen and (max-width: 1100px) {
	.wrap__small {
		height: auto;
	}
}
.wrap_l {
	width: 50%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1100px) {
	.wrap_l {
		width: 100%;
	}
}
.wrap_l__column {
	flex-direction: column;
	padding: 0 0 0 80px;
}
@media screen and (max-width: 1100px) {
	.wrap_l__column {
		padding: 0;
	}
}
.wrap_l__workplace {
	flex-direction: column;
}
.wrap_l__work {
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	top: 0;
}
@media screen and (max-width: 1100px) {
	.wrap_l__work {
		align-items: center;
		margin-bottom:40px;
		padding:0 10%;
	}
}
.wrap_l__work::after {
	content: "";
	width: 1px;
	height: 105%;
	position: absolute;
	top: 0px;
	right: -60px;
	background-color: #000;
	display: block;
	z-index: 1;
}
@media screen and (max-width: 1100px) {
	.wrap_l__work::after {
		display: none;
	}
}
.wrap_l_img__chair {
	width: 890px;
	max-width: 100%;
	margin-bottom: 100px;
	height: 74%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
}
@media screen and (max-width: 1100px) {
	.wrap_l_img__chair {
		margin: 0;
		width: 100%;
		height: 100%;
	}
}
.wrap_l_img__height {
	height: 100%;
}
@media screen and (max-width: 1100px) {
	.wrap_l_img__height {
		height: auto;
		width: 100%;
	}
}
.wrap_l_img__work {
	width: 450px;
}
@media screen and (max-width: 1100px) {
	.wrap_l_img__work {
		width: 120%;
		max-width: 450px;
	}
}
.wrap_r {
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	width: 50%;
}
@media screen and (max-width: 1100px) {
	.wrap_r {
		width: 100%;
	}
}
.wrap_r__wine {
	background-color: #80122c;
	padding: 60px 0;
}
.wrap_r__white {
	background-color: #EEE;
}
.wrap_r__end {
	align-content: flex-end;
	justify-content: center;
}
.wrap_r__work {
	align-content: flex-start;
}
@media screen and (max-width: 1100px) {
	.wrap_r__work {
		margin-left: 0;
		align-items: center;
		align-content: center;
		padding:0 10%;
	}
}

.wrap_wt__large {
	width: 60%;
}
@media screen and (max-width: 1100px) {
	.wrap_wt__large {
		width: 100%;
		padding: 0 3%;
		align-items: center;
	}
}
.wrap_wt__small {
	width: 40%;
}
@media screen and (max-width: 1100px) {
	.wrap_wt__small {
		width: 100%;
		height: 370px;
	}
}

.text {
	display: inline;
	max-width: 100%;
}
.text__white {
	color: white;
	line-height: 4;
}
@media screen and (max-width: 1100px) {
	.text__white {
		text-align: center;
	}
}
.text__block {
	color: black;
	line-height: 2.4;
	margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
	.text__block {
		font-size:13px;
		width: 75%;
		text-align: justify;
	}
}
.text__center {
	text-align: center;
}
.text_work {
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 1.4;
	width: 450px;
}
@media screen and (max-width: 1100px) {
	.text_work {
		font-size:12px;
		width: 380px;
		margin-left: auto;
		margin-right:auto;
	}
}
.text_work__sp {
	display: none;
}
@media screen and (max-width: 1100px) {
	.text_work__sp {
		display: block;
	}
}
.text_work__pc {
	display: block;
}
@media screen and (max-width: 1100px) {
	.text_work__pc {
		display: none;
	}
}

.lead {
	font-size: 28px;
	width: 600px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 70px;
	font-weight: bold;
	letter-spacing: 1.4px;
	line-height: 1.3;
}
@media screen and (max-width: 1048px) {
	.lead {
		margin-top: 40px;
		font-size: 21px;
		width: auto;
	}
}
.lead_workplace {
	width: 365px;
	margin-bottom: 30px;
	margin-top: 50px;
}
@media screen and (max-width: 1048px) {
	.lead_workplace {
		width: auto;
	}
}
.lead__work {
	width: 450px;
	margin-bottom: 0;
}
@media screen and (max-width: 1048px) {
	.lead__work {
		margin-top: 10px;
		width: auto;
	}
}

.area {
	width: 100%;
	background-color: #EEE;
}
.area_body {
	text-align: center;
	line-height: 1.5;
	padding-bottom: 30px;
}
@media screen and (max-width: 1048px) {
	.area_body {
		margin-top: 0;
		padding-right:3%;
		padding-left:3%;
	}
}
.area_head {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
@media screen and (max-width: 1048px) {
	.area_head {
		font-size: 16px;
		font-weight: normal;
	}
}
.area_text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 18px;
}
@media screen and (max-width:1048px){
	.area_text{
		margin: auto;
		font-size:13px;
		width: 75%;
		text-align: justify;
	}
}
.area_img {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 80px;
}

.section_title {
	padding-bottom: 50px;
	font-size: 28px;
	font-weight: bold;
	height: auto;
	line-height: 1.3;
	text-align: center;
	background-color: #EEE;
}
.section_title__wide {
	padding-bottom: 70px;
}
@media screen and (max-width: 1048px) {
	.section_title {
		font-size: 21px;
	}
	.section_title__wide {
		padding-bottom: 40px;
	}
}

.img_box {
	width: 450px;
	height: 136px;
	position: relative;
}
.img_box::after {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background-size: cover;
	background-image: url(./images/recruit-f.png);
}

.bg_white{
	background-color:white;
}
.bg_gray {
	background-color: #EEE;
}

.banner {
	text-align: center;
}

.banner_img {
	display: inline-block;
}

@media screen and (max-width: 1100px) {
	.footer {
		padding: 50px 0;
		position: relative;
	}
	.footer::before {
		content: "";
		width: calc(100% - 80px);
		height: 1px;
		position: absolute;
		top: 0;
		left: 40px;
		background-color: #333;
	}
	.footer-left, .footer-center, .footer-right {
		flex: auto;
	}
	.footer-left, .footer-center {
		width: 50%;
	}
	.footer-right {
		width: 100%;
		padding: 0 40px;
	}
	.header {
		padding-right: 0;
	}
	.nav-button {
		display: block;
		width: 48px;
		height: 100%;
		border: none;
		color: #fff;
		background-color: black;
	}
	.header-nav {
		display: none;
	}
	.header-nav.active{
		display: block;
		position: fixed;
		width: 100vw;
		height: auto;
		top: 0;
		padding: 120px 0 0 0;
		margin: 0 0 0 -40px;
		background: rgba(255, 255, 255, 0.9);
		min-height: 100vh;
		animation: fadeUp 0.3s ease forwards;
		opacity: 0;
		transform: translateY(30px);
	}
	@keyframes fadeUp {
		0%{
			opacity: 0;
			transform: translateY(30px);
		}
		100%{
			opacity: 1;
			transform: translateY(0px);
		}

	}
	.nav-subtext {
		font-size: 16px;
		letter-spacing: 0.15em;
	}
	.header-navItem{
		padding: 24px;
		color: #000;
	}
	.sns-group {
		display: flex;
		justify-content: center;
	}
	.cls-1 {
		fill: transparent;
	}
	.sns-item {
		display: flex;
		width: 55px;
		justify-content: center;
		height: 100%;
	}
	#twitterLogo{
		width: 42px;
	}
	#instagramLogo{
		width: 24px;
	}
	#facebookLogo{
		width: 30px;
		margin-bottom: 6px;
	}
}
