@charset "utf-8";

:root{
	--steel-gallery-pading: 10rem;
	--steel-detail-width-difference: 1.8rem;
	--steel-detail-image-padding: 3.3rem;
	--steel-detail-image-margin: 3.4rem;
}


.main{
	padding-top: 5.2rem;
    z-index: 4000;
	background: #fff;
}
.main::after{
	background: #fff;
}
.sec__bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.sec__bg.-none{
	display: none !important;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	:root{
		--steel-gallery-pading: 10rem;
		--steel-detail-width-difference: 1.8rem;
		--steel-detail-image-padding: 5rem;
		--steel-detail-image-margin: 3.4rem;
	}

	.main{
		padding-top: 4.8rem;
	}

}



/*-------------------------------
	メインビジュアル
-------------------------------*/

.Mainvisual{
	transition: 1s all ease-in-out;
	width: 100%;
	height: 400svh;
	position: relative;
	transition-delay: .5s;
	opacity: 0;
}
.Mainvisual__inner{
	width: 100%;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 6000;
}
.Mainvisual-title{
	font-family: var(--en);
	color: var(--maincolor);
	width: 100%;
	height: 100%;
	font-size: 3.5rem;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: .75;
    padding-bottom: .7rem;
	z-index: 6000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Mainvisual-title__text{
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transition: clip-path 1s cubic-bezier(.85, 0, .15, 1), transform 1s cubic-bezier(.85, 0, .15, 1);
	line-height: 1;
	transform: scale(1.05);
	display: block;
}
.Mainvisual-obj{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
}
.Mainvisual-obj__inner{
	transition-timing-function: linear;
}
.Mainvisual-obj__image{
	width: 280%;
	height: 100%;
	margin-left: -1px;
	background-image: url(../images/index/obj_mainvisual.svg);
	background-size: 100%;
	background-position: center center;
}
.Mainvisual-movie{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.Mainvisual-movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Mainvisual.on{
	opacity: 1;
}
.Mainvisual.on .Mainvisual-title__text{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition-delay: 1.5s;
	transform: scale(1);
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Mainvisual{
		height: 300svh;
	}
	.Mainvisual__inner{
		height: 100vh;
	}
	.Mainvisual-title{
		font-size: 5.2rem;
		padding-bottom: .7rem;
		text-align: center;
	}
	.Mainvisual-title__text{
		line-height: calc(9 / 5.2);
	}
	.Mainvisual-obj__image{
		width: 550%;
	}

}



/*-------------------------------
	メッセージ
-------------------------------*/

:root{
	--private-strengths-gap: .5rem;
}
.Strengths{
	padding-bottom: 0;
	position: relative;
	z-index: 5000;
}
.Strengths.on{
	z-index: 6000;
}
.Strengths__obj{
	width: calc(50% - 13.2rem);
	height: 100rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.Strengths__inner{
	margin-bottom: 17.5rem;
}
.Strengths__header{
	margin-bottom: 10rem;
	display: block;
}
.Strengths__header-inner{
	width: 100%;
	position: relative;
}
.Strengths__title{
	font-family: var(--en);
	font-size: 6.5rem;
	padding-right: 1rem;
	font-weight: 600;
	display: block;
	white-space: nowrap;
}
.Strengths__title:first-child{
	z-index: -2;
	position: relative;
}
.Strengths__title:last-child{
	width: 45.1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5000;
	color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
	opacity: 0;
	transition: opacity .1s cubic-bezier(.85, 0, .15, 1);
	transition-delay: .9s;
}
.Strengths__obj.on + .Strengths__inner .Strengths__title:last-child{
	opacity: 1;
}
.Strengths__title-inner{
	padding-bottom: 1.2rem;
	line-height: .75;
	display: block;
	text-align: right;
}
.Strengths__title-inner:not(:last-child){
	margin-bottom: 2.8rem;
}
.Strengths-image{
	margin-bottom: 15rem;
}
.Strengths-image__item-wrap{
	width: 100%;
	height: 38.6rem;
	position: relative;
}
.Strengths-image__item-wrapInner{
	gap: var(--private-strengths-gap);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.Strengths-image__item{
	background: var(--maincolor);
    transition: clip-path 1s cubic-bezier(.85, 0, .15, 1);
    width: calc(100% / 3);
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.Strengths-image__item-inner{
	transition: clip-path 1s cubic-bezier(.85, 0, .15, 1);
	width: calc((100% * 3) + (var(--private-strengths-gap) * 2));
	height: 100%;
	background-image: url(../images/index/bg_strengths.jpg);
    background-image: image-set(url(../images/index/bg_strengths.jpg) 1x, url(../images/index/bg_strengths@2x.jpg) 2x);
	display: block;
	background-size: cover;
	background-position: center center;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.Strengths-image__item:nth-of-type(1) .Strengths-image__item-inner{
	margin-left: 0;
}
.Strengths-image__item:nth-of-type(2) .Strengths-image__item-inner{
	margin-left: calc(-100% - var(--private-strengths-gap));
}
.Strengths-image__item:nth-of-type(3) .Strengths-image__item-inner{
	margin-left: calc(-200% - (var(--private-strengths-gap) * 2));
}

.Strengths-image.on .Strengths-image__item{
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
}
.Strengths-image.on .Strengths-image__item-inner{
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
}
.Strengths-image.on .Strengths-image__item:nth-of-type(1) .Strengths-image__item-inner{
	transition-delay: .9s;
}
.Strengths-image.on .Strengths-image__item:nth-of-type(2) .Strengths-image__item-inner{
	transition-delay: 1.2s;
}
.Strengths-image.on .Strengths-image__item:nth-of-type(3) .Strengths-image__item-inner{
	transition-delay: 1.5s;
}

.Strengths-block__item-text{
	font-size: 2.2rem;
	letter-spacing: .05em;
}
.Strengths-block__item-text-inner{
	width: fit-content;
	line-height: calc(5 / 2.2);
	font-weight: 700;
	display: block;
}
.Strengths-block__item-text-inner:nth-of-type(1){
	transition-delay: 0s;
}
.Strengths-block__item-text-inner:nth-of-type(2){
	transition-delay: .1s;
}
.Strengths-block__item-text-inner:nth-of-type(3){
	transition-delay: .2s;
}
.Strengths-block__item-text-inner:nth-of-type(4){
	transition-delay: .3s;
}
.Strengths-block__item-text-inner:nth-of-type(5){
	transition-delay: .4s;
}
.Strengths-block__item-text-inner::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 1s cubic-bezier(.85, 0, .15, 1);
}
.Strengths-block__item-text-inner.-mark::after{
	width: calc(100% - .5em);
}
.Strengths-block__item-text-inner:nth-of-type(1)::after{
	transition-delay: .2s;
}
.Strengths-block__item-text-inner:nth-of-type(2)::after{
	transition-delay: .4s;
}
.Strengths-block__item-text-inner:nth-of-type(3)::after{
	transition-delay: .6s;
}
.Strengths-block__item-text-inner:nth-of-type(4)::after{
	transition-delay: .8s;
}
.Strengths-block__item-text-inner:nth-of-type(5)::after{
	transition-delay: 1s;
}
.Strengths-block__item-text-inner.g-view.on::after{
	transform: scaleX(1);
	transform-origin: left;
}
.Strengths__button span::before{
	background: var(--blackcolor);
}

.Strengths-message1{
	width: 100%;
	margin-bottom: 17rem;
}
.Strengths-message1__body-inner{
	padding-left: 10rem;
}

.Strengths-message2{
	margin-bottom: 5rem;
	position: relative;
	z-index: 6000;
}
.Strengths-message2__body{
	position: relative;
}
.Strengths-message2__body-inner{
	padding-left: 27rem;
}
.Strengths-message2 .Strengths-block__item-text{
	padding-left: 5rem;
	padding-top: 7rem;
	padding-bottom: 7.6rem;
}
.Strengths-message2 .Strengths-block__item-text.g-imageobj::before{
	width: 10rem;
	right: unset;
	left: 0;
}

.Strengths-message3{
	padding-top: var(--padding-topbottom);
	padding-bottom: 25rem;
	position: relative;
	z-index: 4000;
}
.Strengths-message3::before{
	height: calc(100% - var(--padding-topbottom));
	width: calc(50% + 21.7rem);
	right: unset;
	top: unset;
	bottom: 0;
	left: 0;
}
.Strengths-message3__body{
	padding-top: 25rem;
	position: relative;
}
.Strengths-message3__body-inner{
	padding-left: 10rem;
}
.Strengts-message3__image{
	width: calc(50% - 9.7rem);
	position: absolute;
	right: 0;
	top: 0;
}
.Strengts-message3__image-inner{
	width: 100%;
	display: block;
}
.Strengts-message3__image-inner img{
	width: 100%;
	height: 58.6rem;
	object-fit: cover;
}
.Strengths-message3 .Strengths-block__item-text{
	margin-bottom: 8.5rem;
}
.Strengths-message3 .Strengths-block__item-text-inner.g-view.on::after{
	background: #fff;
}

.Strengths-image__obj{
	width: 33rem;
	height: 73.8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-10rem,-50%);
	z-index: 6000;
}
.Strengths-image__obj-inner{
	width: 100%;
	height: 100%;
	display: block;
}
.Strengths__text-obj img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Strengts-message3__obj{
	width: 14.6rem;
	height: 124.2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 6000;
}
.Strengts-message3__obj-inner{
	width: 100%;
	height: 100%;
	display: block;
}
.Strengts-message3__obj img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----- パララックスオブジェクト */
.Strengths-obj{
	position: absolute;
	z-index: -1;
}
.Strengths-obj img{
	width: 100%;
	height: 100%;
}

.Strengths-obj.-obj1{
	width: 43.3rem;
	right: 0;
	top: 100%;
}
.Strengths-obj.-obj2{
	width: 67.4rem;
	left: 0;
	bottom: -60rem;
}
.Strengths-obj.-obj3{
	width: 12.3rem;
	left: 0;
	bottom: -52.5rem;
}
.Strengths-obj.-obj4{
	width: 17.1rem;
	left: 95.5rem;
	bottom: -12.5rem;
}
.Strengths-obj.-obj5{
	width: 21.6rem;
	left: 75rem;
	bottom: -24.5rem;
}
.Strengths-obj.-obj6{
	width: 28.5rem;
	left: 50rem;
	bottom: -39rem;
}

.Strengths-60{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Strengths-60__image{
	width: 35rem;
}
.Strengths-60__image img{
	width: 100%;
}
.Strengths-60__body{
	width: calc(100% - 35rem);
	padding-left: 9.5rem;
}
.Strengths-60__title{
	font-size: 4rem;
	margin-bottom: 2.8rem;
	line-height: calc(7 / 4);
	font-weight: 700;
	letter-spacing: .05em;
}
.Strengths-60__button a[target=_blank] span::after{
	display: none;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	:root{
		--private-strengths-gap: .4rem;
	}
	#Strengths{
		padding-bottom: calc(var(--padding-topbottom) * 2);
		padding-top: 15rem;
		overflow: hidden;
	}
	.Strengths__obj{
		width: 50%;
		height: 110.5rem;
	}
	.Strengths__inner{
		margin-bottom: 40rem;
	}
	.Strengths__header{
		margin-bottom: 10rem;
		display: flex;
        align-items: center;
        justify-content: flex-end;
	}
	.Strengths__header-inner{
		width: calc(100% + (var(--padding-leftright) * 2));
		padding-right: .5rem;
	}
	.Strengths__title{
		font-size: 6rem;
		padding-right: 0;
	}
	.Strengths__title:last-child{
		width: 50%;
		padding-right: .5rem;
	}
	.Strengths__title-inner{
		padding-bottom: 1.2rem;
		line-height: .75;
	}
	.Strengths__title-inner:not(:last-child){
		margin-bottom: 2.8rem;
	}
	.Strengths-image{
		padding-bottom: 32.5rem;
		margin-bottom: 39.5rem;
	}
	.Strengths-image__item-wrapInner{
		justify-content: center;
		overflow: hidden;
	}
	.Strengths-image__item{
		width: 38.6rem;
		flex-shrink: 0;
	}
	.Strengths-image__item-inner{
		background-size: 127rem;
	}

	.Strengths-block__item-text{
		font-size: 3.3rem;
	}
	.Strengths-block__item-text-inner{
		line-height: calc(7.5 / 3.3);
		white-space: nowrap;
	}
	.Strengths-block__item-text-inner::after{
		position: relative;
		bottom: .2rem;
	}

	.Strengths-message1{
		width: 100%;
		margin-bottom: 20.5rem;
	}
	.Strengths-message1__body-inner{
		padding-left: 0;
	}

	.Strengths-message2{
        width: 100%;
		margin-bottom: 22.5rem;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: flex-start;
	}
	.Strengths-message2__body{
		padding-left: 0;
	}
	.Strengths-message2__body-inner{
		padding-left: 0;
	}
	.Strengths-message2 .Strengths-block__item-text{
		padding-left: var(--padding-leftright);
		padding-top: 10rem;
		padding-bottom: 12rem;
		z-index: auto;
	}
	.Strengths-message2 .Strengths-block__item-text.g-imageobj::before{
		width: calc(10rem + var(--padding-leftright));
	}

	.Strengths-message3{
		padding-top: 0;
		padding-bottom: 0;
	}
	.Strengths-message3::before{
		width: calc(100% - var(--padding-leftright));
		height: calc(100% - (12rem + 10rem));
		top: 0;
		bottom: unset;
	}
	.Strengths-message3__body{
		padding-top: 33.6rem;
	}
	.Strengths-message3__body-inner{
		padding-left: 0;
	}
	.Strengts-message3__image{
		width: 58.5rem;
		margin-bottom: 7.8rem;
		position: relative;
	}
	.Strengts-message3__image-inner img{
		height: auto;
	}
	.Strengths-message3 .Strengths-block__item-text{
		margin-bottom: 10rem;
		padding-bottom: 10rem;
	}

	.Strengths-image__obj{
		width: 26.4rem;
		height: 59rem;
		top: 100%;
		transform: translate(0,4.6rem);
	}

	.Strengts-message3__obj{
		width: 12rem;
		height: 102rem;
	}

	/*----- パララックスオブジェクト */
	.Strengths-obj.-obj1{
		right: var(--padding-leftright);
		width: 33.2rem;
		/* top: 200%; */
	}
	.Strengths-obj.-obj2{
		width: 63rem;
		bottom: -75rem;
	}
	.Strengths-obj.-obj3{
		display: none;
	}
	.Strengths-obj.-obj4{
		width: 12rem;
		left: 69rem;
		bottom: -17rem;
	}
	.Strengths-obj.-obj5{
		width: 15.6rem;
		left: 55rem;
		bottom: -27rem;
	}
	.Strengths-obj.-obj6{
		width: 20rem;
		left: 38rem;
		bottom: -39rem;
	}

	.Strengths-60{
		flex-direction: column;
	}
	.Strengths-60__image{
		width: 35rem;
		margin-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Strengths-60__body{
		width: 100%;
		padding-left: 0;
	}
	.Strengths-60__title{
		margin-bottom: 3.5rem;
		text-align: center;
	}

}



/*-------------------------------
	建築鉄骨製造
-------------------------------*/

.Steel{
	padding-top: 0;
	padding-bottom: 0;
    z-index: 5000;
}
.Steel.on{
	z-index: 6000;
}
.Steel__bg{
	background: var(--blackcolor);
}
.Steel__inner{
	/* padding-top: calc(var(--padding-topbottom) * 2); */
	margin-top: -50svh;
}

.Steel__first{
	/* ここの増減でテキスト固定時間変化 */
	/* height: calc(232.6rem - var(--steel-gallery-pading)); */
	/* height: 280rem; 3.31 変更 */
	height: calc(280rem + 100svh);
}
.Steel__first-inner{
	width: 100%;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: sticky;
	/* top: 15rem; */
	top: 5rem;
}
.Steel__title{
	margin-bottom: 16.5rem;
}
.Steel__title .C-Title__jp{
	margin-right: 0;
}
.Steel__title .C-Title__en-inner{
	justify-content: flex-end;
}

.Steel-message{
	width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	transition: 1s clip-path cubic-bezier(.85, 0, .15, 1);
}
.Steel-message.on{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.Steel-message__text{
	font-size: 2.2rem;
	letter-spacing: .05em;
	line-height: calc(5 / 2.2);
	color: #fff;
}
.Steel-gallery{
	width: 100%;
	/* height: 200svh; */
	padding-top: var(--steel-gallery-pading);
	height: calc(141.5rem + var(--steel-gallery-pading));
	position: relative;
	z-index: -1;
}
.Steel-gallery__item{
	display: block;
	position: absolute;
	z-index: 5000;
	overflow: hidden;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	transition: clip-path .6s ease-in-out;
}
.Steel-gallery__item::before,
.Steel-gallery__item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 6000;
	background-size: auto auto;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path .6s ease-in-out, opacity .6s ease-in-out;
	transition-delay: .6s;
}
.Steel-gallery__item::before{
	background-color: rgba(255, 255, 255, 0);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 1px, rgba(0, 0, 0, 1) 1px, rgba(0, 0, 0, 1) 2px);
	background-position: 1px center;
}
.Steel-gallery__item::after{
	background: var(--blackcolor);
	mix-blend-mode: overlay;
}
.Steel-gallery__item-inner{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .5;
	position: relative;
	filter: blur(1rem);
	transition: filter .6s ease-in-out;
	transition-delay: .6s;
}
.Steel-gallery__item:nth-of-type(1){
	width: 60rem;
	height: 40rem;
	left: -10rem;
	top: calc(20rem + var(--steel-gallery-pading));
}
.Steel-gallery__item:nth-of-type(1) .Steel-gallery__item-inner{
	background-image: url(../images/index/bg_steel-gallery1.jpg);
    background-image: image-set(url(../images/index/bg_steel-gallery1.jpg) 1x, url(../images/index/bg_steel-gallery1@2x.jpg) 2x);
}
.Steel-gallery__item:nth-of-type(2){
	width: 40rem;
	height: 60rem;
	right: -10rem;
	top: calc(10rem + var(--steel-gallery-pading));
}
.Steel-gallery__item:nth-of-type(2) .Steel-gallery__item-inner{
	background-image: url(../images/index/bg_steel-gallery2.jpg);
    background-image: image-set(url(../images/index/bg_steel-gallery2.jpg) 1x, url(../images/index/bg_steel-gallery2@2x.jpg) 2x);
}
.Steel-gallery__item:nth-of-type(3){
	width: 20rem;
	height: 30rem;
	top: calc(73rem + var(--steel-gallery-pading));
	left: 35rem;
}
.Steel-gallery__item:nth-of-type(3) .Steel-gallery__item-inner{
	background-image: url(../images/index/bg_steel-gallery3.jpg);
    background-image: image-set(url(../images/index/bg_steel-gallery3.jpg) 1x, url(../images/index/bg_steel-gallery3@2x.jpg) 2x);
}
.Steel-gallery__item:nth-of-type(4){
	width: 60rem;
	height: 40rem;
	top: calc(90rem + var(--steel-gallery-pading));
	right: -10rem;
}
.Steel-gallery__item:nth-of-type(4) .Steel-gallery__item-inner{
	background-image: url(../images/index/bg_steel-gallery4.jpg);
    background-image: image-set(url(../images/index/bg_steel-gallery4.jpg) 1x, url(../images/index/bg_steel-gallery4@2x.jpg) 2x);
}
.Steel-gallery__item:nth-of-type(5){
	width: 30rem;
	height: 20rem;
	top: calc(121.5rem + var(--steel-gallery-pading));
	left: 10rem;
}
.Steel-gallery__item:nth-of-type(5) .Steel-gallery__item-inner{
	background-image: url(../images/index/bg_steel-gallery5.jpg);
    background-image: image-set(url(../images/index/bg_steel-gallery5.jpg) 1x, url(../images/index/bg_steel-gallery5@2x.jpg) 2x);
}

.Steel-gallery__item.on{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.Steel-gallery__item.on::before{
	opacity: 0;
	clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
.Steel-gallery__item.on::after{
	opacity: 0;
}
.Steel-gallery__item.on .Steel-gallery__item-inner{
	filter: blur(0);
	opacity: 1;
}

.Steel__second{
	width: 100%;
	/* height: 750svh; */
	/* height: 1000svh; */
	height: 600svh;
	margin-top: calc(-100svh - 100svh);
}
.Steel-detail-wrap{
	width: 100%;
	height: calc(100% / 4);
	position: sticky;
	top: 0;
	counter-reset: number 0;
	overflow: hidden;
}
.Steel-detail{
	transition: 1s opacity cubic-bezier(.85, 0, .15, 1);
	background: var(--blackcolor);
	width: 100%;
	height: 100svh;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* visibility: hidden; */
	opacity: 0;
	z-index: 4000;
}
.Steel-detail__body{
	padding-left: var(--padding-leftright);
    width: calc(50% - var(--steel-detail-width-difference));
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	position: relative;
}
.Steel-detail__body-inner{
	width: 100%;
    max-width: calc((var(--maxwidth-number) / 2));
    padding-right: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
	position: relative;
}
.Steel-detail__body-inner::before{
    -webkit-text-stroke: .4rem var(--maincolor);
    text-stroke: .4rem var(--maincolor);
    paint-order: stroke;
    font-family: var(--en);
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    font-size: 30rem;
    padding-top: 1.6rem;
    margin-bottom: 4.2rem;
    font-weight: 700;
    line-height: .6;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    white-space: nowrap;
}
.Steel-detail__content{
	width: 100%;
	padding-left: 10rem;
}
.Steel-detail__title{
	font-size: 3rem;
	margin-bottom: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	color: #fff;
}
.Steel-detail__text{
	margin-bottom: 3.5rem;
	letter-spacing: .05em;
	color: #fff;
}
.Steel-detail__pager{
	width: 1rem;
	gap: 4rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Steel-detail__pager-item{
	border: 1px solid var(--maincolor);
	width: 100%;
	height: 1rem;
	display: block;
	position: relative;
}
.Steel-detail__pager-item.-current{
	background: var(--maincolor);
}
.Steel-detail__image{
	width: calc(50% + var(--steel-detail-width-difference));
	padding-left: var(--steel-detail-width-difference);
	margin-bottom: var(--steel-detail-image-margin);
	position: relative;
    z-index: 5000;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Steel-detail__image::before{
	width: calc(100% - (var(--steel-detail-width-difference) + var(--steel-detail-image-padding) + 35rem));
	height: 30rem;
	bottom: -15rem;
    background: var(--maincolor);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: -1;
}
.Steel-detail__image::after{
	background: var(--maincolor);
    content: "";
    display: block;
    width: 10rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: -5rem;
    z-index: -1;
}
.Steel-detail__image-inner{
	max-width: calc(var(--maxwidth-number) / 2);
	padding-left: var(--steel-detail-image-padding);
	width: 100%;
	display: block;
	position: relative;
}
.Steel-detail__image-inner::before{
	content: attr(data-en);
	font-family: var(--en);
    -webkit-text-stroke: 2px var(--maincolor);
    text-stroke: 2px var(--maincolor);
	paint-order: stroke;
	font-size: 10rem;
	padding-left: .4rem;
	display: block;
	line-height: .7;
	font-weight: 600;
	position: absolute;
	top: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 6000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(11.2rem,-50%) rotate(180deg);
}
.Steel-detail__image-inner img{
	width: 100%;
}
.Steel-detail:nth-of-type(1) .Steel-detail__body-inner::before{
    width: 25.7rem;
}
.Steel-detail:nth-of-type(2) .Steel-detail__body-inner::before{
    width: 31.2rem;
}
.Steel-detail:nth-of-type(3) .Steel-detail__body-inner::before{
    width: 31.1rem;
}
.Steel-detail:nth-of-type(4) .Steel-detail__body-inner::before{
    width: 32.6rem;
}

.Steel-detail__title,
.Steel-detail__text,
.Steel-detail__button,
.Steel-detail__image{
	transform: translateY(2rem);
	opacity: 0;
	transition: 1s opacity cubic-bezier(.85, 0, .15, 1), 1s transform cubic-bezier(.85, 0, .15, 1);
}
.Steel-detail__body-inner::before{
    transition: clip-path 1s cubic-bezier(.85, 0, .15, 1);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	transition-delay: .8s;
}
.Steel-detail__image::before,
.Steel-detail__image::after{
    transform: scaleY(0);
    transition: transform 1s cubic-bezier(.85, 0, .15, 1);
    transform-origin: top;
	transition-delay: .8s;
}

/* 表示 */
.Steel-detail.-current{
	opacity: 1;
	z-index: 6000;
}
.Steel-detail.-current .Steel-detail__title,
.Steel-detail.-current .Steel-detail__text,
.Steel-detail.-current .Steel-detail__button,
.Steel-detail.-current .Steel-detail__image{
    opacity: 1;
    transform: translateY(0);
}
.Steel-detail.-current .Steel-detail__body-inner::before{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.Steel-detail.-current .Steel-detail__image::before,
.Steel-detail.-current .Steel-detail__image::after{
	transform: scaleY(1);
}

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

}
@media screen and (max-width:1365px) and (min-width: 769px){

	.Steel-detail__image-inner{
		padding-right: 7.5rem;
	}
	.Steel-detail__image-inner::before{
		transform: translate(calc(100% - .5em),-50%) rotate(180deg);
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Strengths__obj{
		width: calc(45.1rem + var(--padding-leftright));
	}

	.Steel-detail__image::before{
		width: calc(12.5rem + 15rem);
	}
	.Steel-detail__image-inner{
		max-width: 100%;
		padding-right: 10rem;
	}
	.Steel-detail__image-inner::before{
		transform: translate(calc(100% - .75em),-50%) rotate(180deg);
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Strengths-message1__body-inner{
		padding-left: 5rem;
	}
	.Strengths-message2__body-inner{
		padding-left: 22rem;
	}
	.Strengths-message3__body-inner{
		padding-left: 5rem;
	}
	.Strengths-obj.-obj1{
		width: 37.6rem;

	}
	.Strengths-obj.-obj2{
		width: 57.3rem;
	}
	.Strengths-obj.-obj3{
		width: 10.4rem;
	}
	.Strengths-obj.-obj4{
		width: 14.5rem;
	}
	.Strengths-obj.-obj5{
		width: 18.3rem;
	}
	.Strengths-obj.-obj6{
		width: 24.2rem;
	}

	.Steel-gallery__item:nth-of-type(1){
		width: 51rem;
		height: 34rem;
		left: calc(var(--padding-leftright) * -1);
	}
	.Steel-gallery__item:nth-of-type(2){
		width: 34rem;
		height: 51rem;
		right: calc(var(--padding-leftright) * -1);
	}
	.Steel-gallery__item:nth-of-type(3){
		width: 17rem;
		height: 25.5rem;
		left: 30rem;
	}
	.Steel-gallery__item:nth-of-type(4){
		width: 51rem;
		height: 34rem;
		right: calc(var(--padding-leftright) * -1);
	}
	.Steel-gallery__item:nth-of-type(5){
		width: 25.5rem;
		height: 17rem;
		left: 5rem;
	}

	.Steel-detail__body{
		width: calc(45% - var(--steel-detail-width-difference));
		padding-left: 0;
	}
	.Steel-detail__content{
		padding-left: var(--padding-leftright);
	}
	.Steel-detail__image{
		width: calc(55% + var(--steel-detail-width-difference));
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Strengths-obj.-obj1{
		width: 30rem;
	}
	.Strengths-obj.-obj2{
		width: 45.8rem;
	}
	.Strengths-obj.-obj3{
		width: 8.3rem;
	}
	.Strengths-obj.-obj4{
		width: 11.6rem;
		left: 70rem;
	}
	.Strengths-obj.-obj5{
		width: 14.6rem;
		left: 57.5rem;
	}
	.Strengths-obj.-obj6{
		width: 19.3rem;
		left: 43.5rem;
	}

	.Steel-gallery__item:nth-of-type(1){
		width: 40.8rem;
		height: 27.2rem;
	}
	.Steel-gallery__item:nth-of-type(2){
		width: 27.2rem;
		height: 40.8rem;
	}
	.Steel-gallery__item:nth-of-type(3){
		width: 13.6rem;
		height: 20.4rem;
	}
	.Steel-gallery__item:nth-of-type(4){
		width: 40.8rem;
		height: 27.2rem;
	}
	.Steel-gallery__item:nth-of-type(5){
		width: 20.4rem;
		height: 13.6rem;
	}

}
@media screen and (max-width:768px){

	.Steel__first{
		height: calc(380rem + 100svh);
	}
	.Steel__inner{
		padding-top: 0;
		margin-top: -75svh;
	}
	.Steel__title{
		margin-bottom: 7rem;
	}
	.Steel__title .C-Title__jp{
		margin-right: 0;
	}
	.Steel__title .C-Title__en-inner{
		justify-content: flex-end;
	}

	.Steel-message__text{
		font-size: 3.3rem;
		line-height: calc(7.5 / 3.3);
		letter-spacing: 0;
	}
	.Steel-gallery{
		padding-top: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
	}
	.Steel-gallery__item{
		position: static;
	}
	.Steel-gallery__item:nth-of-type(1){
		width: 65rem;
		height: 43rem;
		margin-bottom: 24rem;
		margin-left: calc(var(--padding-leftright) * -1);
	}
	.Steel-gallery__item:nth-of-type(2){
		width: 24rem;
		height: 36rem;
		margin-bottom: 24rem;
		margin-right: calc(var(--padding-leftright) * -1);
		align-self: flex-end;
	}
	.Steel-gallery__item:nth-of-type(3){
		display: none !important;
	}
	.Steel-gallery__item:nth-of-type(4){
		width: 65rem;
		height: 43rem;
		margin-left: calc(var(--padding-leftright) * -1);
	}
	.Steel-gallery__item:nth-of-type(5){
		display: none !important;
	}

	.Steel__second{
		height: 600svh;
	}
	.Steel-detail-wrap{
		height: calc(100% / 4);
		top: 0;
	}
	.Steel-detail{
		height: 100svh;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		overflow: hidden;
	}
	.Steel-detail__body{
		padding-left: 0;
		width: 100%;
		margin-bottom: 10rem;
	}
	.Steel-detail__body-inner{
		max-width: 100%;
		padding-right: 0;
	}
	.Steel-detail__body-inner::before{
		font-size: 24rem;
		padding-top: 1.4rem;
		margin-bottom: 9.5rem;
		line-height: .62;
		margin-left: calc(var(--padding-leftright) * -1);
	}
	.Steel-detail__content{
		padding-left: 0;
	}
	.Steel-detail__title{
		font-size: 4.5rem;
		margin-bottom: 2.8rem;
		padding-left: 7rem;
	}
	.Steel-detail__text{
		margin-bottom: 9rem;
		padding-left: 7rem;
	}
	.Steel-detail__pager{
		width: 1.5rem;
		gap: 5.8rem;
		bottom: 50%;
		transform: translateY(50%);
	}
	.Steel-detail__pager-item{
		height: 1.5rem;
	}
	.Steel-detail__image{
		width: calc(100% + var(--padding-leftright));
		padding-left: 0;
		margin-bottom: 0;
		padding-bottom: 15rem;
	}
	.Steel-detail__image::before{
		width: 30rem;
		bottom: 0;
	}
	.Steel-detail__image::after{
		height: calc(100% - 15rem);
	}
	.Steel-detail__image-inner{
		max-width: calc(100% - 10rem);
	}
	.Steel-detail__image-inner::before{
		content: attr(data-en);
		font-family: var(--en);
		-webkit-text-stroke: 2px var(--maincolor);
		text-stroke: 2px var(--maincolor);
		paint-order: stroke;
		font-size: 10rem;
		padding-left: .4rem;
		display: block;
		line-height: .7;
		font-weight: 600;
		position: absolute;
		top: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		z-index: 6000;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(11.2rem,-50%) rotate(180deg);
	}
	.Steel-detail:nth-of-type(1) .Steel-detail__body-inner::before{
		width: 21rem;
	}
	.Steel-detail:nth-of-type(2) .Steel-detail__body-inner::before{
		width: 25.5rem;
	}
	.Steel-detail:nth-of-type(3) .Steel-detail__body-inner::before{
		width: 25.5rem;
	}
	.Steel-detail:nth-of-type(4) .Steel-detail__body-inner::before{
		width: 26.6rem;
	}
	.Steel__circle-wrap{
		width: 100%;
		height: 200svh;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.Steel__circle{
		content: "";
		display: block;
		width: 200%;
		height: 100svh;
		border-radius: 50%;
		aspect-ratio: 1 / 1;
		background: #fff;
		position: absolute;
		left: -50%;
		bottom: 0%;
		z-index: 6000;
		transform: scale(0);
		transform-origin: bottom;
	}

}



/*-------------------------------
	納入実績
-------------------------------*/

.Works{
	/* padding-top: var(--padding-topbottom); */
	padding-top: 0;
	/* margin-top: -225svh; */
	margin-top: -125svh;
	padding-bottom: 0;
	position: relative;
	z-index: 5000;
}
.Works.on{
	z-index: 6000;
}
.Works__bg{
	background: #fff;
	display: none;
}
.Works.overflow{
	overflow: hidden;
}
/* .Works__circle-wrap{
} */
.Works__circle{
	content: "";
	display: block;
	width: 100%;
	height: 100svh;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -2;
	transform: scale(1) translateY(0%);
	transform-origin: center;
}
.Works__circle.-none{
	display: none;
}
.Works__title{
	margin-bottom: 10rem;
}
.Works-slider-wrap{
	margin-bottom: .5rem;
    transform: translateY(2rem);
    opacity: 0;
    transition: 1s opacity ease-in-out, 1s transform ease-in-out;
}
.Works-slider-wrap.on{
	transform: translateY(0);
	opacity: 1;
}
.Works-slider:not(:last-child){
	margin-bottom: .5rem;
}
.Works-slider__list{
	transition-timing-function: linear;
}
.Works-slider__list-item{
	width: 33rem;
	margin-right: .5rem;
	border-radius: .5rem;
	overflow: hidden;
}
.Works-slider__list-item a{
	width: 100%;
	display: block;
	opacity: 1 !important;
}
.Works-slider__list-item img{
	transition: var(--transition);
	width: 100%;
	height: 20rem;
	object-fit: cover;
}
.Works-slider__list-item a:hover img{
	transform: scale(1.1);
}
.Works__button{
	width: 100%;
    transform: translateY(2rem);
    opacity: 0;
    transition: 1s opacity ease-in-out, 1s transform ease-in-out;
}
.Works__button.on{
	transform: translateY(0);
	opacity: 1;
}
.Works__button a{
	font-family: var(--en);
	background: var(--blackcolor);
	width: 100%;
	height: 10rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .2em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.Works__button a::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 1s var(--transition-easing);
}
.Works__button a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
.Works__button span{
	position: relative;
	z-index: 6000;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	/* .Works__circle-wrap{
		overflow: hidden;
	}
	.Works__circle{
		transform-origin: bottom;
	} */

}
@media screen and (max-width:768px){

	.Works{
		padding-top: calc(var(--padding-topbottom) * 2);
		margin-top: -150svh;
		overflow: hidden;
	}
	.Works__bg{
		opacity: 1;
		display: block;
	}
	.Works__inner{
		margin-top: -25svh;
	}
	.Works__title{
		margin-bottom: 10rem;
	}
	.Works-slider-wrap{
		margin-bottom: .7rem;
	}
	.Works-slider:not(:last-child){
		margin-bottom: .7rem;
	}
	.Works-slider__list-item{
		width: 49.2rem;
		margin-right: .7rem;
	}
	.Works-slider__list-item img{
		height: 33rem;
	}
	.Works__button a{
		height: 15rem;
		font-size: 3rem;
	}

}



/*-------------------------------
	企業情報
-------------------------------*/

.Company{
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
	z-index: 5000;
}
.Company.on{
	z-index: 6000;
}
.Company__bg{
	background: #fff;
}

.Company__inner{
	padding-top: calc(var(--padding-topbottom) * 2);
}
.Company__title{
	margin-bottom: 10rem;
}
.Company__title .C-Title__jp{
	margin-left: 0;
}
.Company__title .C-Title__en-inner{
	justify-content: flex-start;
}

.Company-list{
	width: 100%;
	max-width: calc(50% + 21.7rem);
	margin-bottom: 5rem;
}
.Company-list__item{
	width: 100%;
}
.Company-list__item:not(:last-child){
	margin-bottom: .5rem;
}
.Company-list__item a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	opacity: 1 !important;
}
.Company-list__item a::before,
.Company-list__item a::after{
	transition: transform .2s cubic-bezier(.85, 0, .15, 1);
	content: "";
	display: block;
	width: 10rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 6000;
}
.Company-list__item a::before{
	background: var(--blackcolor);
	transform: translateX(50%) scaleX(1);
	transform-origin: left;
}
.Company-list__item a::after{
	background: #fff;
	transform: translateX(50%) scaleX(0);
	transform-origin: right;
	transition-delay: .4s;
}
.Company-list__item-title{
	width: 100%;
	padding: 1rem 5.5rem;
	height: 10rem;
	border-radius: .5rem;
	background: #dcdddd;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 5000;
	overflow: hidden;
}
.Company-list__item-title::before{
	transition: transform .6s cubic-bezier(.85, 0, .15, 1);
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4000;
	transform-origin: right;
	transform: scaleX(0);
}
.Company-list__item-title::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4000;
}
.Company-list__item-title-en{
	transition: color .6s cubic-bezier(.85, 0, .15, 1);
	font-family: var(--en);
	width: 34rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	display: block;
	position: relative;
	z-index: 6000;
}
.Company-list__item-title-jp{
	transition: color .6s cubic-bezier(.85, 0, .15, 1);
	width: calc(100% - 34rem);
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .05em;
	display: block;
	position: relative;
	z-index: 6000;
}

.Company-list__item a:hover::before{
	transform: translateX(50%) scaleX(0);
	transform-origin: right;
}
.Company-list__item a:hover::after{
	transform: translateX(50%) scaleX(1);
	transform-origin: left;
}
.Company-list__item a:hover .Company-list__item-title::before{
	transform-origin: left;
	transform: scaleX(1);
}
.Company-list__item a:hover .Company-list__item-title-en,
.Company-list__item a:hover .Company-list__item-title-jp{
	color: var(--maincolor);
}

.Company-obj-wrap{
	height: calc(100% - var(--padding-topbottom) + 9rem);
	width: calc(50% - 8.3rem);
	position: absolute;
	top: var(--padding-topbottom);
	right: 0;
	bottom: 9rem;
	z-index: -1;
}

/*----- パララックスオブジェクト */
.Company-obj{
	position: absolute;
	z-index: -1;
}
.Company-obj img{
	width: 100%;
	height: 100%;
}
.Company-obj.-obj1{
	width: 51.9rem;
	top: 8.5rem;
	right: 0;
}
.Company-obj.-obj2{
	width: 15.4rem;
	bottom: 10rem;
	left: 34rem;
}
.Company-obj.-obj3{
	width: 13.3rem;
	bottom: -10rem;
	left: 21.2rem;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Company-list{
		width: calc(50% + 17.5rem);
	}
	.Company-list__item-title-en{
		width: 25rem;
	}
	.Company-list__item-title-jp{
		width: calc(100% - 25rem);
	}
	.Company-obj-wrap{
		width: calc(50% - 12.5rem);
	}
	.Company-obj.-obj1{
		width: 44.1rem;
	}
	.Company-obj.-obj2{
		width: 13rem;
		left: 25rem;
	}
	.Company-obj.-obj3{
		width: 11.3rem;
		left: 15rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Company-list__item-title{
		flex-direction: column;
		align-items: flex-start;
	}
	.Company-list__item-title-en{
		width: 100%;
	}
	.Company-list__item-title-jp{
		width: 100%;
	}

	.Company-obj.-obj1{
		width: 35.2rem;
	}
	.Company-obj.-obj2{
		width: 10.4rem;
		left: 17.5rem;
	}
	.Company-obj.-obj3{
		width: 9rem;
		left: 10rem;
	}

}
@media screen and (max-width:768px){

	.Company__inner{
		padding-top: 42rem;
	}
	.Company__title{
		margin-bottom: 10rem;
	}

	.Company-list{
		width: 100%;
		max-width: calc(100% - 5rem);
		margin-bottom: 10rem;
	}
	.Company-list__item:not(:last-child){
		margin-bottom: 1rem;
	}
	.Company-list__item-title{
		padding: 1rem 5rem 1rem 5.8rem;
		height: 15rem;
		border-radius: 1rem;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.Company-list__item-title-en{
		width: 100%;
		font-size: 3.6rem;
		line-height: .8;
		overflow: hidden;
	}
	.Company-list__item-title-jp{
		width: 100%;
		font-size: 2rem;
		margin-top: 1.8rem;
	}

	.Company-obj-wrap{
		height: 91rem;
		width: 50%;
		top: 29rem;
		bottom: unset;
	}

	/*----- パララックスオブジェクト */
	.Company-obj.-obj1{
		width: 46.8rem;
		top: 10rem;
		right: 0;
	}
	.Company-obj.-obj2{
		display: none;
	}
	.Company-obj.-obj3{
		display: none;
	}

}



/*-------------------------------
	採用情報
-------------------------------*/

.Recruit{
	transition: background-color .6s cubic-bezier(.85, 0, .15, 1);
	padding-top: 0;
	padding-bottom: 0;
	height: 250svh;
	margin-top: -25svh;
	z-index: 6000;
	/* margin-top:-200svh; */
	z-index: 5000;
}
.Recruit.on{
	z-index: 6000;
}
/* .Recruit.-black{
	background: #262626;
} */
.Recruit__bg{
	background: #262626;
}
.Recruit__inner{
	/* padding-top: calc(var(--padding-topbottom) * 2); */
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: sticky;
	top: 0;
    overflow: hidden;
}
.Recruit-gallery{
	opacity: 0;
	width: 100%;
	height: 100%;
	gap: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
    /* --parallax: 0; */
    position: absolute;
    top: 0;
	transform: scale(2);
	overflow: hidden;
	position: fixed;
}
.Recruit-gallery.fixed{
	position: fixed;
}
.Recruit-gallery__item-wrap{
	width: 27vw;
	--direction: 1;
	margin-top: -100%;
	display: flex;
    flex-direction: column;
	gap: 7rem;
	translate: 0 calc(var(--parallax) * 100vh * var(--direction));
}
.Recruit-gallery__item-wrap:nth-of-type(2n+1){
	--direction: -1;
}
.Recruit-gallery__item{
	/* width: 40rem;
	height: 56rem; */
	width: 100%;
	height: 37.8vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.Recruit-gallery__item-wrap:nth-of-type(1) .Recruit-gallery__item.-image1{
	background-image: url(../images/index/bg_recruit-gallery1_1.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery1_1.jpg) 1x, url(../images/index/bg_recruit-gallery1_1@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(1) .Recruit-gallery__item.-image2{
	background-image: url(../images/index/bg_recruit-gallery1_2.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery1_2.jpg) 1x, url(../images/index/bg_recruit-gallery1_2@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(2) .Recruit-gallery__item.-image1{
	background-image: url(../images/index/bg_recruit-gallery2_1.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery2_1.jpg) 1x, url(../images/index/bg_recruit-gallery2_1@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(2) .Recruit-gallery__item.-image2{
	background-image: url(../images/index/bg_recruit-gallery2_2.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery2_2.jpg) 1x, url(../images/index/bg_recruit-gallery2_2@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(2) .Recruit-gallery__item.-image3{
	background-image: url(../images/index/bg_recruit-gallery2_3.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery2_3.jpg) 1x, url(../images/index/bg_recruit-gallery2_3@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(3) .Recruit-gallery__item.-image1{
	background-image: url(../images/index/bg_recruit-gallery3_1.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery3_1.jpg) 1x, url(../images/index/bg_recruit-gallery3_1@2x.jpg) 2x);
}
.Recruit-gallery__item-wrap:nth-of-type(3) .Recruit-gallery__item.-image2{
	background-image: url(../images/index/bg_recruit-gallery3_2.jpg);
    background-image: image-set(url(../images/index/bg_recruit-gallery3_2.jpg) 1x, url(../images/index/bg_recruit-gallery3_2@2x.jpg) 2x);
}
.Recruit__body{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Recruit__title{
	margin-bottom: 4rem;
}
.Recruit__text{
	margin-bottom: 5rem;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(5 / 2.2);
	text-align: center;
	color: #fff;
	transform: translateY(2rem);
    opacity: 0;
	transition: 1s opacity ease-in-out, 1s transform ease-in-out;
	transition-delay: 1.25s;
}
.Recruit__text.on{
	transform: translateY(0);
	opacity: 1;
}
.Recruit__button{
	margin-left: auto;
	margin-right: auto;
	transform: translateY(2rem);
    opacity: 0;
	transition: 1s opacity ease-in-out, 1s transform ease-in-out;
	transition-delay: 1.5s;
}
.Recruit__button.on{
	transform: translateY(0);
	opacity: 1;
}
.Recruit__button a[target=_blank] span::after{
	display: none;
}


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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Recruit{
		height: 300vh;
	}
	.Recruit__inner{
		padding-top: 0;
		height: 100vh;
	}
	.Recruit-gallery{
		width: 201rem;
		gap: 8.5rem;
		transform: scale(1.3);
	}
	.Recruit-gallery__item-wrap{
		width: 42.8rem;
		gap: 8.5rem;
	}
	.Recruit-gallery__item{
		height: 59.2rem;
	}
	.Recruit__body{
		width: 100%;
		position: static;
	}
	.Recruit__title{
		margin-bottom: 8rem;
	}
	.Recruit__text{
		margin-bottom: 8rem;
		font-size: 3.3rem;
		letter-spacing: 0;
		line-height: calc(7.5 / 3.3);
	}
	.Recruit__button{
		margin-left: 0;
	}

}
@media (max-width: 768px) and (min-aspect-ratio: 3/4) {

	.Recruit .C-Title__enWrap.pcf{
		display: flex !important;
	}
	.Recruit .C-Title__enWrap.spf{
		display: none !important;
	}
}



/*-------------------------------
	ニュース
-------------------------------*/

.News{
	background: #fff;
	z-index: 5000;
}
.News::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
}
.News.on{
	z-index: 6000;
}
.News__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.News__header{
	width: 37.5rem;
}
.News__title{
	margin-bottom: 9.2rem;
}
.News__title .C-Title__jp{
	margin-right: 0;
}
.News-block-wrap{
	width: calc(100% - 37.5rem);
	padding-right: 14rem;
}
.News-block a{
	border-bottom: 1px solid var(--blackcolor);
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	opacity: 1 !important;
}
.News-block a::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
.News-block__body{
	width: calc(100% - 3rem);
	padding-right: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.News-block__data{
	width: 100%;
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.News-block__data-time{
	font-family: var(--en);
	font-size: 1.4rem;
	padding-right: 1.4rem;
	margin-right: 1.4rem;
	line-height: 1;
	display: block;
	color: #666;
	position: relative;
}
.News-block__data-time::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #666;
}
.News-block__data-category{
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	color: #666;
}
.News-block__content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.News-block__title{
	width: 100%;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
}
.News-block__title > span{
	line-height: 1;
}
.News-block .C-Arrow{
	width: 3rem;
	height: 3rem;
}
.News-block .C-Arrow::after{
    width: 1rem;
    height: .4rem;
}

.News-block a:hover::after{
	transform-origin: left;
	transform: scaleX(1);
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.News-block-wrap{
		padding-right: 5rem;
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.News__inner{
		flex-direction: column;
	}
	.News__header{
		width: 100%;
		margin-bottom: 9.2rem;
	}
	.News__title{
		margin-bottom: 0;
	}
	.News__title .C-Title__en-inner{
		justify-content: flex-end;
	}
	.News__button{
		display: none;
	}
	.News-block-wrap{
		width: 100%;
		padding-right: 0;
	}

}
@media screen and (max-width:768px){

	.News__inner{
		flex-direction: column;
	}
	.News__header{
		width: 100%;
		margin-bottom: 10rem;
	}
	.News__title{
		margin-bottom: 0;
	}
	.News__title .C-Title__jp{
		margin-right: 0;
	}
	.News__title .C-Title__en-inner{
		justify-content: flex-end;
	}
	.News__button{
		display: none;
	}
	.News-block-wrap{
		width: 100%;
		padding-right: 0;
	}
	.News-block a{
		padding-top: 3.5rem;
	}
	.News-block:first-child a{
		padding-top: 0;
	}
	.News-block__body{
		width: calc(100% - 6rem);
		padding-right: 6rem;
	}
	.News-block__data{
		margin-bottom: 1.6rem;
	}
	.News-block__data-time{
		font-size: 2.2rem;
		padding-right: 2.2rem;
		margin-right: 2.2rem;
	}
	.News-block__data-category{
		font-size: 2.2rem;
	}
	.News-block__title{
		font-size: 2.8rem;
	}
	.News-block__title > span{
		line-height: calc(4.8 / 2.8);
	}
	.News-block .C-Arrow{
		width: 6rem;
		height: 6rem;
	}
	.News-block .C-Arrow::after{
		width: 2rem;
		height: .8rem;
	}

}



/*-------------------------------
	お問い合わせ
-------------------------------*/

.C-Contact.on{
	z-index: 6000;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}