@charset "utf-8";

main {
	padding-top: 0;
}


.page-h1 {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
}

.btn-top {
	--btn-width: 200px;
	margin-top: var(--div-padding);
	margin-left: auto;
	margin-right: unset;
}

.btn-top .btn-text {
	margin: unset;
}

.section_top {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100vh;
	min-height: 100dvh;
	min-height: 100svh;
}

.top_in_div {
	margin: auto;
	z-index: 10;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	padding: 0 var(--container-yPadding);
	width: 400px;
	height: 50svh;
}

.top_h1-div {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 24px;
	margin: auto;
	height: 100%;
	width: 100%;
}

.top_h1 {
	font-size: 36px;
	font-weight: 500;
	opacity: 0;
}

.top_h1-eng {
	font-size: 18px;
	line-height: 160%;
	opacity: 0;
}

.glowAnime span {
	opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
	animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
	0% {
		opacity: 0;
		text-shadow: 0 0 0 #fff, 0 0 0 #fff;
	}

	50% {
		opacity: 1;
		text-shadow: 0 0 10px #fff, 0 0 15px #fff;
	}

	100% {
		opacity: 1;
		text-shadow: 0 0 0 #fff, 0 0 0 #fff;
	}
}

.scroll {
	gap: 20px;
	--font-weight: 600;
}

.scroll:hover {
	cursor: pointer;
}

.scroll-text {
	font-family: var(--font-special1);
	font-size: 17px;
	font-weight: 600;
}

.top_swiper {
	height: 100vh;
	height: 100dvh;
	height: 100svh;
}

.top_swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_swiper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(238, 238, 238);
	background: -moz-linear-gradient(180deg, rgba(238, 238, 238, 0) 50%, rgba(249, 249, 249, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 0) 50%, rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(180deg, rgba(238, 238, 238, 0) 50%, rgba(249, 249, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f9f9f9", GradientType=1);
	z-index: 2;
}

.top_swiper .swiper-slide-active img {
	animation: zoomIn 5.5s ease-in-out;
}

.top_swiper .swiper-slide img {
	transform: scale(1.3);
}

@keyframes zoomIn {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.3);
	}
}

/* ABOUT section */
.h1_div {
	margin-bottom: var(--div-padding);
}

.h2 {
	--line-height-title: 110%;
}

.about-h2 {
	font-family: "Gill Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: var(--div-padding);
}

.about-company {
	padding-top: 120px;
}

.about-p {
	font-size: 16px;
	line-height: var(--line-height);
}

.about-pend {
	padding-bottom: 20px;
}

.about-div2 {
	background-color: var(--clr-white);
	padding: 40px 0;
	text-align: center;
}

.about-h3 {
	font-size: 16px;
	gap: 1rem;
	padding: 0 50px 30px 50px;
	font-weight: 700;
}

.h3-bar {
	width: 20px;
	height: 2px;
	background-color: var(--clr-gray-light1CCC);
}

.partners-img {
	width: 100%;
	max-width: 600px;
}

.about-btn {
	--btn-width: calc(100% - (var(--container-yPadding) * 2));
	margin-top: var(--div-padding);
	margin-left: auto;
	margin-right: auto;
}

/* BUSINESS */
.business-div h2 {
	font-family: var(--font-special1);
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
	margin-bottom: var(--div-padding);
}

.business-div p {
    font-family: var(--font-special1);
    font-size: 16px;
}

.business-in {
	display: block;
	margin-bottom: var(--div-padding);
}

.business-in-content {
	display: block;
}

.business1 {
	padding: 0 var(--p-padding20) var(--p-padding30);
	border-bottom: 1px solid var(--clr-gray-light1CCC);
	justify-content: start;
	gap: 15px;
}

.business1 svg {
	flex: .05;
	width: 6px;
	height: 9px;
}

.business1-in {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.business1-in-setsumei {
	font-size: 13px;
	line-height: var(--line-height);
}

.business1-in-h3 {
	font-size: 24px;
}

.business1-bunsho {
	padding-top: var(--p-padding30);
}

.arrow_down {
	width: 6px;
	height: 9px;
}

.business2-eeo,
.business2-saiji,
.business2-uri {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	height: 57px;
}

.business2-eeo,
.business2-saiji {
	border-right: 2px solid var(--clr-gray-light1CCC);
}

.business2-eeo p,
.business2-saiji p,
.business2-uri p {
	line-height: 1;
	font-family: Quicksand;
	font-size: 18px;
	font-weight: 500;
}

/* NEWS */
.news_kijicard {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--clr-gray-light1CCC);
}

/* RECRUIT */
.recruit-h3 {
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
}

.contact-btn {
	--btn-width: 100%;
	color: var(--clr-white);
	background-color: var(--clr-gray-dark333);
	margin: 0 auto 0;
}

.contact-btn:hover {
	background-color: var(--clr-gray-charcoal666);
}

.contact-btn:active {
	background-color: var(--clr-gray-charcoal666);
}

.contact-btn .btn-arrow {
	filter: brightness(0) invert(1);
}


@media screen and (min-width: 768px) {
	.top_in_div {
		height: 82svh;
		width: 100%;
	}

	.top_h1-div {
		flex-direction: row;
		gap: 64px;
		align-items: center;
	}

	.top_h1 {
		font-size: 64px;
	}

	.top_h1-eng {
		font-size: 24px;
	}

	/* ABOUT */
	.about-company {
		padding-top: 0;
	}

	.about-h2 {
		font-size: 32px;
	}

	.about-p {
		font-size: clamp(16px, 2.4vw, 24px);
	}

	.about-pend {
		padding-bottom: 40px;
	}

	.about-btn {
		--btn-width: 480px;
	}

	/* BUSINESS */
	.business-div h2 {
		font-size: 32px;
	}
	
	.business-div p {
		font-size: 24px;
	}
	/* .business-in {
		margin-bottom: 0;
	}

	.business-in-content {
		display: grid;
		grid-template-rows: 90px min-content min-content;
	}

	.business1 {
		padding: 0 0 var(--p-padding30);
	}

	.business1-in-h3 {
		font-size: clamp(24px, 4vw, 40px);
		line-height: 1;
	} */

	/* NEWS */
	.news_kijicard {
		display: grid;
		grid-template-columns: 220px 1fr;
		gap: 20px;
	}

	/* RECRUIT */
	.recruit-h3 {
		font-size: clamp(24px, 4vw, 48px);
	}

	/* CONTACT */
	.contact-btn {
		max-width: var(--btn-maxwidth-pccenter);
	}
}

@media screen and (min-width: 1280px) {
	.top_in_div {
		width: 1100px;
	}

	.about-p {
		font-size: 24px;
	}

	.business1-in-setsumei {
		line-height: 1;
	}

	.business1-in-h3 {
		font-size: 40px;
	}

	.recruit-h3 {
		font-size: 48px;
	}
}

.pmark-container {
	display: block;
	width: fit-content;
	margin: auto;
	height: 100%;
	padding-top: var(--div-padding);
}

.pmark {
	width: fit-content;
}