@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/about/bg_keyvisual.jpg);
	background-image: image-set(url(../images/about/bg_keyvisual.jpg) 1x, url(../images/about/bg_keyvisual@2x.jpg) 2x);
}

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

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

}
@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){

}



/*-------------------------------
	共通
-------------------------------*/

.About-wrap{
	position: relative;
	z-index: 5000;
}
.About-wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/about/bg_about-mask.jpg);
	background-image: image-set(url(../images/about/bg_about-mask.jpg) 1x, url(../images/about/bg_about-mask@2x.jpg) 2x);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background-size: auto;
	background-position: top 3rem center;
	background-repeat: no-repeat;
}
.About-wrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/about/bg_about.png);
	background-image: image-set(url(../images/about/bg_about.png) 1x, url(../images/about/bg_about@2x.png) 2x);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: auto;
	background-position: top 3rem center;
	background-repeat: no-repeat;
	mix-blend-mode: screen;
}
.About:first-child{
	padding-top: 0;
}
.About:not(:first-child){
	padding-top: 3rem;
}
.About:not(:last-child){
	padding-bottom: 3rem;
}
.About__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.About__content{
	width: calc(100% - (70rem + 4rem));
}
.About-title{
	width: 100%;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.About-title__en{
	color: var(--maincolor);
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	position: relative;
}
.About-title__en::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 5rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -1rem;
	transform: translateX(100%);
}
.About-title__jp{
	font-size: 3rem;
	line-height: calc(3.6 / 3);
	font-weight: 700;
}
.About__image{
	width: 70rem;
}
.About__image img{
	width: 100%;
}

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

}
@media screen and (max-width:1380px) and (min-width: 769px){
	
	.About__content{
		width: calc(50% - 2.5rem);
	}
	.About__image{
		width: calc(50% - 2.5rem);
	}

}
@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){

	.About__content{
		width: calc(60% - 1.5rem);
	}
	.About__image{
		width: calc(40% - 1.5rem);
	}

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

	.About:not(:first-child){
		padding-top: var(--padding-topbottom);
	}
	.About:not(:last-child){
		padding-bottom: 0;
	}
	.About__inner{
		flex-direction: column;
	}
	.About__content{
		width: 100%;
	}
	.About-title{
		margin-bottom: 4rem;
	}
	.About-title__en{
		font-size: 2.4rem;
		margin-bottom: 1rem;
		letter-spacing: .05em;
	}
	.About-title__en::after{
		display: none;
	}
	.About-title__jp{
		font-size: 3.6rem;
		line-height: 1.5;
	}
	.About__image{
		width: 100%;
		margin-top: 5rem;
	}

}



/*-------------------------------
	唯⼀無⼆の技術⼒
-------------------------------*/

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

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

}
@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){

}



/*-------------------------------
	社会と暮らしを⽀える技術⼒
-------------------------------*/

.Supporting .About__inner{
	flex-direction: row-reverse;
}
.Supporting .About__image{
	filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,.25));
}

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

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

}
@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){

	.Supporting .About__inner{
		flex-direction: column;
	}

}



/*-------------------------------
	要望に応える技術⼒
-------------------------------*/

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

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

}
@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){

}