@charset "UTF-8";
/* CSS Document */

#ctsWrapper{
	padding-bottom: 120px;
}

/*
	KV
-----------------------------------------------------------------------------------------------*/
#kvWrapper{
	height: 700px;
	position: relative;
}
#kvWrapper .inBox{
	width: var(--wBase);
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

/* tit
============================== */
.titKv{
	position: absolute;
	top: 115px;
	left: 110px;
	z-index: 2;
}

/* item
============================== */
/* itemBg */
#kvWrapper [class ^= item]{
	display: block;
	position: absolute;
	opacity: 0;
	z-index: 1;
}
#kvWrapper [class ^= itemBg]{
	width: auto;
	max-width: initial;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.itemPeople{
	bottom: -50px;
	left: -20px;
}
.itemCloud{
	bottom: -180px;
	right: -180px;
}

/* txtSide
============================== */
#kvWrapper .txtSide{
	writing-mode: vertical-rl;
	font-size: 1.4rem;
	font-family: var(--fEn);
	font-weight: 400;
	line-height: 80%;
	letter-spacing: 0.2rem;
	position: absolute;
	bottom: 0;
	left: 30px;
	transform: translateY(50%);
	z-index: 2;
}

/* anm
============================== */
.titKv{
	opacity: 0;
	animation: anmFadeIn 1.5s ease 1s forwards, anmBlur 1.5s ease 1s forwards;
}
.itemPeople{
	animation: anmFadeIn 1s ease 2s forwards;
}
#kvWrapper .itemBg01{
	animation: anmFadeIn 1s ease 2.3s forwards;
}
#kvWrapper .itemBg02{
	animation: anmFadeIn 1s ease 2.6s forwards;
}
#kvWrapper .itemBg03{
	animation: anmFadeIn 1s ease 2.9s forwards;
}
#kvWrapper .itemBg04{
	animation: anmFadeIn 1s ease 3.2s forwards;
}
#kvWrapper .itemBg05{
	animation: anmFadeIn 1s ease 3.5s forwards;
}
#kvWrapper .itemBg06{
	animation: anmFadeIn 1s ease 3.8s forwards;
}
.itemCloud, #kvWrapper .txtSide{
	opacity: 0;
	animation: anmFadeIn 1s ease 4.1s forwards;
}


/*
	ABOUT 私たちの思い
-----------------------------------------------------------------------------------------------*/
#aboutWrapper{
	padding: 100px 0 0 0;
}
#aboutWrapper .ctsArea{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

/* txt
============================== */
#aboutWrapper .txtBaseBox{
	padding-left: 80px;
}

/* aboutBox
============================== */
.aboutBox{
	width: 450px;
}

/* tit
============================== */
#aboutWrapper .titItalic{
	margin-bottom: 20px;
}
@media print, screen and (min-width:813px){
	#aboutWrapper .titItalic > *{
		margin-left: 0;
	}
}
#aboutWrapper .titItalic .en{
	background: transparent;
	-webkit-background-clip: initial;
	background-clip: initial;
	-webkit-text-fill-color: initial;
	color: rgb(255 255 255 / 50%);
	transform: translateX(-30px);
}

/* listAbout
============================== */
.listAbout{
	
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 30px;
}
.listAbout li:not(:last-of-type){
	border-bottom: 1px solid var(--clrDGray);
}
.listAbout a{
	display: block;
	padding: 30px 0;
}

/* 矢印 */
.listAbout a::before{
	right: 8px;
}
.listAbout a::after{
	right: -8px;
}
@media print, screen and (min-width:813px){
	.listAbout a:hover::before{
		right: 3px;
	}
	.listAbout a:hover::after{
		right: -13px;
	}
}

/* item
============================== */
#aboutWrapper .item{
	position: absolute;
	right: 50px;
	bottom: -170px;
}

/* swiper
============================== */
.swiperArea{
	position: relative;
	z-index: 1;
	transform: translateY(130px);
}
.swiperAbout .swiper-wrapper{
	/* 一定の速さで流れる */
	transition-timing-function: linear;
}
.swiperAbout .swiper-slide{
	width: 400px;
	height: 260px;
}

/* anm
============================== */
@media print, screen and (min-width:813px){
	#aboutWrapper .ctsArea.jsAnmStart .txtBaseBox{
		animation: anmFadeLeft 1s ease 0.5s forwards;
	}
	#aboutWrapper .ctsArea.jsAnmStart .aboutBox{
		animation: anmFadeRight 1s ease 0.5s forwards;
	}
}


/*
	JOB 仕事紹介
-----------------------------------------------------------------------------------------------*/
.outBox01{
	padding: 250px 0 150px 0;
}
#jobWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#jobWrapper > *{
	position: relative;
	z-index: 2;
}

/* tit
============================== */
@media print, screen and (min-width:813px){
	#jobWrapper .titItalic{
		top: 40px;
		margin-bottom: 0;
	}
}

/* cmnListIdx
============================== */
@media print, screen and (min-width:813px){
	.titItalic + .cmnListIdx{
		margin-top: 0;
	}
	.cmnListIdx{
		justify-content: flex-end;
	}
	.cmnListIdx li{
		width: 270px;
	}
}
.cmnListIdx li:nth-of-type(1){
	margin-top: 100px;
}
.cmnListIdx li:nth-of-type(2){
	margin-top: 50px;
}

/* item
============================== */
#jobWrapper .item{
	position: absolute;
	z-index: 1;
}
#jobWrapper .item:nth-of-type(1){
	top: -80px;
	left: -70px;
}
#jobWrapper .item:nth-of-type(2){
	top: -70px;
	right: -20px;
}
#jobWrapper .item:nth-of-type(3){
	top: 420px;
	left: 110px;
}


/*
	ENVIRONMENT 働く環境
-----------------------------------------------------------------------------------------------*/
#environmentWrapper{
	position: relative;
}
#environmentWrapper > *{
	position: relative;
	z-index: 2;
}

/* tit
============================== */
@media print, screen and (min-width:813px){
	#environmentWrapper .titItalic{
		width: fit-content;
		margin: 0 0 10px auto;
	}
}

/* listEnvironment
============================== */
.listEnvironment{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.listEnvironment li{
	width: 430px;
	height: 180px;
	box-shadow: var(--shadow);
	transition: all 0.3s;
}
.listEnvironment a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

@media print, screen and (min-width:813px){
	/* li 1 */
	.listEnvironment li:hover:nth-of-type(1){
		margin-left: 10px;
	}
	.listEnvironment li:nth-of-type(1) img{
		width: 238px;
	}

	/* li 2 */
	.listEnvironment li:nth-of-type(2){
		margin-left: 80px;
	}
	.listEnvironment li:hover:nth-of-type(2){
		margin-left: 90px;
	}
	.listEnvironment li:nth-of-type(2) img{
		width: 276px;
	}

	/* li 3 */
	.listEnvironment li:nth-of-type(3){
		margin-left: 160px;
	}
	.listEnvironment li:hover:nth-of-type(3){
		margin-left: 170px;
	}
	.listEnvironment li:nth-of-type(3) img{
		width: 277px;
	}
}

/* 矢印 */
.listEnvironment a::before,
.listEnvironment a::after{
	top: auto;
	transform: translateY(0);
}
.listEnvironment a::before{
	bottom: 26px;
}
.listEnvironment a::after{
	bottom: 20px;
}

/* item
============================== */
#environmentWrapper .item{
	position: absolute;
	z-index: 1;
}
#environmentWrapper .item:nth-of-type(1){
	top: -160px;
	right: -240px;
}
#environmentWrapper .item:nth-of-type(2){
	top: 95px;
	right: 85px;
}


/*
	INTERVIEW インタビュー
-----------------------------------------------------------------------------------------------*/
#interviewWrapper{
	margin-top: -50px;
}


/*
	RECRUIT 採用情報
-----------------------------------------------------------------------------------------------*/
#recruitWrapper{
	position: relative;
}

/* tit
============================== */
#recruitWrapper .titItalic{
	width: fit-content;
	margin: 0 0 auto 0;
	position: relative;
	left: -15px;
	z-index: 2;
}

/* figure
============================== */
#recruitWrapper figure{
	width: calc((100vw - 1200px)/2 + 800px);
	min-width: 800px;
	height: 350px;
	margin: -60px 0 0 410px;
	position: relative;
	z-index: 1;
}
#recruitWrapper figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* listRecruit
============================== */
.listRecruit{
	display: flex;
	gap: 0 30px;
	margin-top: 60px;
}
.listRecruit li{
	width: calc((100% - 60px)/3);
}

/* item
============================== */
#recruitWrapper .item{
	position: absolute;
	top: 175px;
	left: calc(50% - 450px);
	transform: translateX(-50%);
}


@media screen and (max-width:812px){
	#ctsWrapper{
		padding-bottom: 70px;
	}
	
	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	#kvWrapper{
		height: 500px;
	}
	#kvWrapper .inBox{
		max-width: 500px;
		padding: 0 20px;
	}
	
	/* tit
	============================== */
	.titKv{
		width: 244px;
		top: 165px;
		left: 20px;
	}
	
	/* item
	============================== */
	/* itemBg */
	#kvWrapper [class ^= itemBg]{
		height: 500px;
	}
	.itemPeople{
		width: 382px;
		bottom: -60px;
		left: -10px;
	}
	#kvWrapper .itemCloud{
		display: none;
	}

	/* txtSide
	============================== */
	#kvWrapper .txtSide{
		display: none;
	}
	
	
	/*
		ABOUT 私たちの思い
	-----------------------------------------------------------------------------------------------*/
	#aboutWrapper{
		padding: 90px 0 0 0;
	}
	#aboutWrapper .ctsArea{
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
	}
	
	/* txt
	============================== */
	#aboutWrapper .txtBaseBox{
		text-align: center;
		padding-left: 0;
	}

	/* aboutBox
	============================== */
	.aboutBox{
		width: 100%;
	}
	
	/* tit
	============================== */
	#aboutWrapper .titItalic .en{
		transform: translateX(0);
	}
	
	/* listAbout
	============================== */
	.listAbout{
		font-size: 1.6rem;
		padding: 10px 20px;
	}
	.listAbout a{
		padding: 20px 0;
	}
	
	/* 矢印 */
	.listAbout a::before{
		right: 6px;
	}
	.listAbout a::after{
		right: -7px;
	}
	
	/* item
	============================== */
	#aboutWrapper .item{
		width: 100px;
		right: 10px;
		bottom: -90px;
	}
	
	/* swiper
	============================== */
	.swiperArea{
		transform: translateY(70px);
	}
	.swiperAbout .swiper-slide{
		width: 250px;
		height: 150px;
	}
	
	/* anm
	============================== */
	#aboutWrapper .ctsArea .txtBaseBox.jsAnmStart{
		animation: anmFadeUp 1s ease 0.5s forwards;
	}
	#aboutWrapper .ctsArea .aboutBox.jsAnmStart{
		animation: anmFadeUp 1s ease 0.5s forwards;
	}
	
	
	/*
		JOB 仕事紹介
	-----------------------------------------------------------------------------------------------*/
	.outBox01{
		padding: 120px 0 90px 0;
	}
	#jobWrapper{
		flex-direction: column;
		padding-bottom: 80px;
	}
	
	/* cmnListIdx
	============================== */
	.cmnListIdx li:nth-of-type(1),
	.cmnListIdx li:nth-of-type(2){
		margin-top: 0;
	}
	
	/* item
	============================== */
	#jobWrapper .item:nth-of-type(1),
	#jobWrapper .item:nth-of-type(3){
		display: none;
	}
	#jobWrapper .item:nth-of-type(2){
		width: 112px;
		top: -20px;
		left: 15px;
	}
	
	
	/*
		ENVIRONMENT 働く環境
	-----------------------------------------------------------------------------------------------*/
	/* tit
	============================== */
	#environmentWrapper .titItalic .en{
		letter-spacing: -0.2rem;
		text-indent: -0.8rem;
	}
	
	/* listEnvironment
	============================== */
	.listEnvironment li{
		width: 100%;
		height: 150px;
	}
	
	/* li 1 */
	.listEnvironment li:nth-of-type(1) img{
		width: 200px;
	}
	
	/* li 2 */
	.listEnvironment li:nth-of-type(2) img{
		width: 230px;
	}
	
	/* li 3 */
	.listEnvironment li:nth-of-type(3) img{
		width: 240px;
	}
	
	/* 矢印 */
	.listEnvironment a::before{
		bottom: 23px;
	}
	.listEnvironment a::after{
		bottom: 18px;
	}
	
	/* item
	============================== */
	#environmentWrapper .item:nth-of-type(1){
		width: 200px;
		top: -60px;
		right: 30px;
	}
	#environmentWrapper .item:nth-of-type(2){
		display: none;
	}
	
	
	/*
		INTERVIEW インタビュー
	-----------------------------------------------------------------------------------------------*/
	#interviewWrapper{
		margin-top: -25px;
	}
	
	
	/*
		RECRUIT 採用情報
	-----------------------------------------------------------------------------------------------*/
	#recruitWrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	/* tit
	============================== */
	#recruitWrapper .titItalic{
		margin: 0 auto 20px auto;
		left: 0;
	}
	
	/* figure
	============================== */
	#recruitWrapper figure{
		width: 100vw;
		min-width: initial;
		height: 200px;
		margin: 0;
	}
	
	/* listRecruit
	============================== */
	.listRecruit{
		flex-direction: column;
		gap: 10px 0;
		width: 100%;
		margin-top: 30px;
	}
	.listRecruit li{
		width: 100%;
	}
	
	/* item
	============================== */
	#recruitWrapper .item{
		display: none;
	}

	/* anm
	============================== */
	#recruitWrapper figure.jsAnmStart{
		animation: anmFadeUp 1s ease 0.5s forwards;
	}
}