@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Top Styles
------------------------------------------------------------------------ */

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section-header > .txt {
	margin-top: 2rem;
	line-height: 1.8;
	text-align: center;
}

.section-content {
	margin-top: 5rem;
}

/* Other --------------------------------- */

/* .index */

.index {
	display: flex;
	flex-flow: column;
	gap: 5rem 0;
}

.index > li {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.index > li > .title {
	margin-top: 2.5rem;
	line-height: 1.38;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.index > li > .txt {
	margin-top: 1rem;
	line-height: 1.25;
}

.index > li > .img {
	order: -1;
	clip-path: inset(0 0 round 1rem);
}


/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

/* #main-header */

#main-header {
	justify-content: flex-start;
	position: relative;
	height: 46.5rem;
}

#main-header > .copy {
	display: flex;
	flex-flow: column;
	margin-top: 24.9rem;
	padding: 3.2rem 3rem;
	width: 100%;
	height: 21.6rem;
	background: var(--bg-color03);
	font-weight: 700;
}

#main-header > .copy > .txt01 {
	line-height: 1.08;
	font-family: 'Afacad Flux', sans-serif;
	font-size: 3.7rem;
	letter-spacing: 0;
}

#main-header > .copy > .txt02 {
	margin-top: 1rem;
	font-size: 1.1rem;
	letter-spacing: .03em;
}

#main-header > .img {
	order: -1;
}

#main-header > .scroll {
	position: absolute;
	bottom: 2.8rem;
	right: 2rem;
	line-height: 1;
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .04em;
}

#main-header > .scroll::before,
#main-header > .scroll::after {
	position: absolute;
	right: 0;
	border-left: .1rem solid #fff;
	content: '';
}

#main-header > .scroll::before {
	top: -2rem;
	height: .8rem;
	transform: rotateZ(-45deg);
	transform-origin: 0 100%;
}

#main-header > .scroll::after {
	top: -4.2rem;
	height: 3rem;
}

/* #section-company */

#section-company .index > li:first-of-type {
	display: block;
	margin-bottom: -2.5rem;
}

#section-company .index > li:first-of-type > a {
	display: grid;
	place-content: center;
	position: relative;
	height: 18.7rem;
	color: #fff;
	clip-path: inset(0 0 round .5rem);
}

#section-company .index > li:first-of-type > a > :is(.title, .txt) {
	position: relative;
	z-index: 2;
	text-align: center;
}

#section-company .index > li:first-of-type > a > .title {
	margin-top: -1rem;
	line-height: 1.2;
	font-weight: 300;
	font-size: 2.6rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

#section-company .index > li:first-of-type > a > .txt {
	margin-top: .5rem;
	font-size: 1rem;
	letter-spacing: .05em;
}

#section-company .index > li:first-of-type > a > .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #section-recruit */

#section-recruit .index > li:nth-last-of-type(2) {
	align-items: flex-start;
}

#section-recruit .index > li:nth-last-of-type(2) > :is(.title, .txt, .more) {
	padding: 0 1rem;
}

#section-recruit .index > li:nth-last-of-type(2) > .title {
	margin-top: 2rem;
	line-height: 1.2;
	font-weight: 300;
	font-size: 2.8rem;
}

#section-recruit .index > li:nth-last-of-type(2) > .txt {
	margin-top: 2rem;
	line-height: 1.83;
}

#section-recruit .index > li .btn-entry {
	margin-top: 0;
}

/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.section-header > .txt {
	margin-top: 4rem;
}

.section-header > .title > .txt01 {
	font-size: 10rem;
}

.section-content {
	margin-top: 8rem;
}

/* Other --------------------------------- */

/* .index */

.index {
	display: flex;
	flex-flow: row wrap;
}

.index > li {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 50.3rem;
}

.index > li > .title {
	margin-top: 3.5rem;
	line-height: 1.6;
	font-size: 3rem;
}

.index > li > .txt {
	font-size: 1.6rem;
}

.index > li > .more > .btn {
	margin-top: 3rem;
}

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

/* #main-header */

#main-header {
	width: 100%;
	min-height: 75rem;
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
}

#main-header > .copy {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: absolute;
	right: 11.8rem;
	z-index: 2;
	margin-top: -1.5rem;
	padding: 0;
	width: auto;
	height: 100%;
	background: none;
}

#main-header > .copy > .txt01 {
	line-height: 1;
	font-size: 11.9rem;
}

#main-header > .copy > .txt02 {
	margin-top: 1.5rem;
	padding-left: 1rem;
	font-size: 3.4rem;
}

#main-header > .img {
	width: 100%;
	height: 100%;
}

#main-header > .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main-header > .scroll {
	bottom: 4.2rem;
	right: 5.2rem;
	font-size: 1.8rem;
}

#main-header > .scroll::before {
	top: -3.5rem;
	height: 1.6rem;
}

#main-header > .scroll::after {
	top: -9.5rem;
	height: 7.5rem;
}

/* #section-company */

#section-company .index {
	gap: 2.4rem 1.9rem;
}

#section-company .index > li:first-of-type {
	margin-bottom: 0;
	width: 100%;
}

#section-company .index > li:first-of-type > a {
	height: 50.9rem;
	clip-path: inset(0 0 round 1rem);
}

#section-company .index > li:first-of-type > a > .title {
	margin-top: -4rem;
	font-size: 6.6rem;
}

#section-company .index > li:first-of-type > a > .txt {
	font-size: 1.8rem;
}

/* #section-recruit */

#section-recruit .index {
	gap: 8rem 1.9rem;
}

#section-recruit .index > li:nth-last-of-type(2) {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	position: relative;
	padding: 25.2rem 0 0 8rem;
	width: 100%;
	height: 96.6rem;
	color: #fff;
}

#section-recruit .index > li:nth-last-of-type(2) > :is(.title, .txt, .more) {
	position: relative;
	z-index: 2;
}

#section-recruit .index > li:nth-last-of-type(2) > :is(.title, .txt, .more) {
	padding: 0;
}

#section-recruit .index > li:nth-last-of-type(2) > .title {
	margin-top: -1rem;
	line-height: 1.2;
	font-size: 10rem;
}

#section-recruit .index > li:nth-last-of-type(2) > .txt {
	margin-top: 11rem;
	padding-left: 1rem;
	width: 50rem;
	line-height: 2;
	font-size: 1.8rem;
}

#section-recruit .index > li:nth-last-of-type(2) > .more > .btn-more {
	margin-top: 6rem;
}

#section-recruit .index > li:nth-last-of-type(2) > .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#section-recruit .index > li:last-of-type {
	width: 100%;
}

}