@charset "UTF-8";

/*------------------------------------------------------------

l-pg-top-mv

------------------------------------------------------------*/
.l-pg-top-mv{ 
	position: relative;
	width: var(--design-size);
	padding-top: 8rem;
}
@media screen and (max-width: 800px){
	.l-pg-top-mv{ 
	padding-bottom: 160px;
	}
}

.l-pg-top-mv__inner{ 
	margin-left: auto;
	width: calc(100% - 300px);
	border-radius: 12px 0 0 12px;
	overflow: hidden;
}
@media screen and (max-width: 800px){
	.l-pg-top-mv__inner{ 
		width: calc(100% - 5%);
		border-radius: 6px 0 0 6px;
	}
}

.l-pg-top-mv img{ 
	width: 100%;
	max-height: calc(100vh - 240px);
	min-height: 560px;
	object-fit: cover;
}
@media screen and (max-width: 800px){
	.l-pg-top-mv img{ 
		max-height: calc(100vh - 50px);
		min-height: 420px;
	}
}

.l-pg-top-cp{
	position: absolute;
	bottom: 66px;
	left: 66px;
	z-index: 1;
}
@media screen and (max-width: 800px){
	.l-pg-top-cp{ 
		bottom: 0;
		left: 5%;
		width: var(--design-size-percent);
	}
}

.l-pg-top-cp p{
	color: var(--color-green);
	font-weight: 500;
	-webkit-font-weight: 500;
	
	line-height: 1.3;
	margin-bottom: 1.5rem;
	font-size: clamp(36px, 2.5vw, 45px);
}
@media screen and (max-width: 800px){
	.l-pg-top-cp p{
		line-height: 1.55;
		margin-bottom: 1.2rem;
		font-size: clamp(25px, 2.2vw, 26px);
	}
}

.l-pg-top-cp span{
	font-size: clamp(17px, 2vw, 18px);
	line-height: 1.65!important;
	color: var(--color-black);
}
@media screen and (max-width: 800px){
	.l-pg-top-cp span{
		font-size: clamp(16px, 2vw, 18px);
	}
}

.l-scrolldown{ 
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 1;
	height: 83px;
}
@media screen and (max-width: 800px){
	.l-scrolldown{ 
	display: none;
	}
}

.l-scrolldown span{
	font-family: var(--font-eg-style);
	color: var(--color-white);
	letter-spacing: 0.1em;
	font-size: clamp(12px, 1.2vw, 13px);
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.l-scrolldown span::before{
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	height: 50px;
	width: 1.5px;
	background: var(--color-white);
	border-radius: 2px;
	animation: pathmove 1.8s ease-in-out infinite;
	opacity: 0;
}
@keyframes pathmove{
	0%{
		height: 0;
		top: 0;
		opacity: 0;
	}
	30%{
		height: 30px;
		opacity: 1;
	}
	100%{
		height: 0;
		top: 83px;
		opacity: 0;
	}
}

/*------------------------------------------------------------

l-pg-top-main

------------------------------------------------------------*/
.l-pg-top-about{ 
	margin: 12rem auto;
	max-width: var(--design-size-pc);
	width: var( --design-size-percent);
	height: 100%;
}
@media screen and (max-width: 800px){
	.l-pg-top-about{ 
		
		margin: 8rem auto;
	}
}

.l-pg-top-about__inner{
	display: flex;
	height: auto;
	flex-direction: row-reverse;
}
@media screen and (max-width: 800px){
	.l-pg-top-about__inner{
		display: block;
	}
}

.l-pg-top-about__figure{
	width: 50%;
	max-width: 670px;
}
@media screen and (max-width: 800px){
	.l-pg-top-about__figure{ 
		max-width: 100%;
		width: 100%;
		margin-bottom: 2rem;
	}
}

.l-pg-top-about__figure > img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	align-items: flex-start;
}

.l-pg-top-about__contents{ 
	width: 50%;
	max-width: 670px;
	padding: 3rem;
}
@media screen and (max-width: 800px){
	.l-pg-top-about__contents{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
}

/*------------------------------------------------------------

l-pg-top-recruit

------------------------------------------------------------*/
.l-pg-top-recruit{ 
	margin: 12rem auto;
	max-width: var(--design-size-pc);
	width: var( --design-size-percent);
	height: 100%;
}

.l-pg-top-recruit__inner{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 800px){
	.l-pg-top-recruit__inner{
		display: block;
	}
}

.l-pg-top-recruit__figure{
	width: 50%;
	max-width: 670px;
}
@media screen and (max-width: 800px){
	.l-pg-top-recruit__figure{
		width: 100%;
		margin-bottom: 2rem;
	}
}

.l-pg-top-recruit__figure img{
	height: 100%;
	object-fit: cover;
}

.l-pg-top-recruit__contents{ 
	width: 50%;
	max-width: 670px;
	padding-right: calc((85 / 1344) * 100%);
	padding-left: calc((85 / 1344) * 100%);
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 800px){
	.l-pg-top-recruit__contents{
		width: 100%;
		padding-top: 0;
		padding-bottom: 3rem;
		padding-right: 0;
		padding-left: 0;
	}
}


/*------------------------------------------------------------

l-product

------------------------------------------------------------*/
.l-product{ 
	margin: 12rem auto;
	overflow: hidden;
}
@media screen and (max-width: 800px){
	.l-product{ 
		margin: 8rem auto;
	}
}

.l-product__inner{
	width: var(--design-size);
	display: flex;
	overflow-x: auto;
	padding-bottom: 15px;
}
@media screen and (max-width: 800px){
	.l-product__inner{
		flex-wrap: wrap;
		width: var( --design-size);
		max-width: var( --design-size);
		overflow-x: inherit;
		justify-content: space-between;
		padding-bottom: 0;
	}
}

.l-product__inner::-webkit-scrollbar{
	height: 12px;
}

.l-product__inner::-webkit-scrollbar-thumb{
	background: var(--color-lightgreen);
	border-radius: 6px;
}

.l-product__inner::-webkit-scrollbar-track{
	background: var(--color-bggray);
	border-radius: 6px;
}

.l-product__list{ 
	width: 24.333%;
	flex-shrink: 0;
	margin: 0 3rem 3rem 0;
}
@media screen and (max-width: 800px){
	.l-product__list{
		width: 48.5%;
		margin: 0 0 3rem 0;
	}
	.l-product__list:nth-child(n+5){
		display: none;
	}
}

.l-product__item{
	font-weight: 500;
	color: var(--color-green);
	font-size: clamp(1.5rem, 1.5vw, 1.7rem) ;
	margin-top: 2rem;
}
@media screen and (max-width: 800px){
	.l-product__item{
		margin-top: 1rem;
		font-size: clamp(13px, 1.2vw, 15px);
	}
}

.l-pg-top-product .c-button{ 
	margin-left: auto;
	margin-right: auto;
}
