@charset "utf-8";

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

.Keyvisual{
	padding-top: 30.5rem;
	padding-bottom: 7.5rem;
	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);
}
/* .Keyvisual__title{
	margin-bottom: 23.5rem;
} */
.Keyvisual-message{
	margin-top: -10vh;
}
.Keyvisual-message__title{
	padding-top: 0;
}

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

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

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

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

	.Keyvisual{
		padding-top: 20rem;
	}
	.Keyvisual-message{
		margin-top: -25vh;
	}
	/* .Keyvisual__title{
		margin-bottom: 27.5rem;
	} */
}



/*-------------------------------
	理念
-------------------------------*/

.About{
	padding-bottom: calc(var(--padding-topbottom) + 4.5rem);
	overflow: hidden;
}
.About-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.About-block:not(:first-child){
	padding-top: 10rem;
}
.About-block::before,
.About-block::after{
	content: "";
	display: block;
	height: 1px;
	background: #ebf0f3;
	position: absolute;
	bottom: -4.5rem;
}
.About-block::before{
	width: 100%;
}
.About-block::after{
	width: calc(100% - 15rem);
}
.About-block:nth-of-type(2n+1){
	flex-direction: row-reverse;
}
.About-block__image{
	width: 61.6rem;
	height: 58.5rem;
	position: relative;
}
.About-block__image-inner{
	width: 100%;
	height: 100%;
	display: block;
}
.About-block__image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ebf0f3;
}

.About-block:nth-of-type(2n)::before{
	right: -50vw;
}
.About-block:nth-of-type(2n)::after{
	right: 0;
}
.About-block:nth-of-type(2n) .About-block__body{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.About-block:nth-of-type(2n) .About-block__image-inner{
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.About-block:nth-of-type(2n) .About-block__image::before{
	left: -3.2rem;
	top: 4.5rem;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.About-block:nth-of-type(2n) .About-block__subtitle{
	text-align: right;
}
.About-block:nth-of-type(2n) .About-block__text{
	text-align: right;
}
.About-block:nth-of-type(2n+1)::before{
	left: -50vw;
}
.About-block:nth-of-type(2n+1)::after{
	left: 0;
}
.About-block:nth-of-type(2n+1) .About-block__image-inner{
	clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0% 100%);
}
.About-block:nth-of-type(2n+1) .About-block__image::before{
	left: 3.2rem;
	top: 4.5rem;
	clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0% 100%);
}
.About-block__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.About-block__body{
	width: 57.4rem;
}
.About-block__title{
	font-family: var(--en);
	font-size: 9rem;
	line-height: 1;
	margin-bottom: 6rem;
	position: relative;
	display: inline-block;
}
.About-block__title::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.About-block__subtitle{
	font-family: var(--jp2);
	font-size: 3.5rem;
	margin-bottom: 6.5rem;
	line-height: calc(6.1 / 3.5);
}
.About-block__text{
	font-size: 2.4rem;
	line-height: calc(4.8 / 2.4);
	letter-spacing: .05em;
	color: #757575;
}

/*----- MISSION */

/*----- VISION */

/*----- VALUE */
.About-block.-value .About-block__subtitle{
	font-family: var(--en);
	font-size: 6rem;
	line-height: 1.2;
}
.About-block.-value .About-block__subtitle::before{
	content: attr(data-rub);
	font-size: 2.1rem;
	line-height: 1;
	display: block;
}

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

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

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

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

	.About{
		padding-bottom: calc(var(--padding-topbottom));
	}
	.About-block{
		flex-direction: column;
	}
	.About-block:not(:first-child){
		padding-top: 10rem;
	}
	.About-block::after{
		width: 100%;
	}
	.About-block:nth-of-type(2n+1){
		flex-direction: column;
	}
	.About-block__image{
		width: 100%;
		height: 35rem;
	}

	.About-block:nth-of-type(2n) .About-block__body{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.About-block:nth-of-type(2n) .About-block__image-inner{
		clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	}
	.About-block:nth-of-type(2n) .About-block__image::before{
		left: -3.2rem;
		top: 4.5rem;
		clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	}
	.About-block:nth-of-type(2n+1) .About-block__image-inner{
		clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
	}
	.About-block:nth-of-type(2n+1) .About-block__image::before{
		left: 3.2rem;
		top: 4.5rem;
		clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
	}
	.About-block__body{
		width: 100%;
		padding-top: 5rem;
	}
	.About-block__title{
		font-size: 8rem;
		margin-bottom: 5rem;
	}
	.About-block__subtitle{
		font-size: 3.8rem;
		margin-bottom: 3.5rem;
		line-height: calc(8.7 / 5);
	}
	.About-block__text{
		line-height: var(--line-height);
		font-size: 2.8rem;
	}

	/*----- MISSION */

	/*----- VISION */

	/*----- VALUE */
	.About-block.-value .About-block__subtitle{
		font-family: var(--en);
		font-size: 6rem;
		line-height: 1.2;
	}
	.About-block.-value .About-block__subtitle::before{
		content: attr(data-rub);
		font-size: 2.1rem;
		line-height: 1;
		display: block;
	}

}



/*-------------------------------
	代表挨拶
-------------------------------*/

.Message{
	background: #ebf0f3;
	position: relative;
}
.Message::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	background-image: url(../images/about/bg_message.png);
    background-image: image-set(url(../images/about/bg_message.png) 1x, url(../images/about/bg_message@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	mix-blend-mode: color-burn;
}
.Message__inner{
	position: relative;
	z-index: 6000;
}
.Message__subtitle{
	font-family: var(--jp2);
	font-size: 4.3rem;
	margin-bottom: 4rem;
	font-weight: 600;
	line-height: calc(7.6 / 4.3);
	letter-spacing: .1em;
}
.Message__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message__text-wrap{
	width: calc(100% - 46.4rem);
}
.Message__text{
	font-size: 2.3rem;
	line-height: calc(4.6 / 2.3);
}
.Message__text:not(:last-child){
	margin-bottom: 1.8em;
}
.Message__image{
	width: 46.4rem;
	border-radius: .5rem;
	position: relative;
}
.Message__image img{
	width: 100%;
}
.Message__image-caption{
	width: 20.6rem;
	position: absolute;
	right: 2rem;
	bottom: 2.5rem;
}

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

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

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

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

	.Message__subtitle{
		font-size: 3.8rem;
		margin-bottom: 5rem;
		line-height: calc(8.7 / 5);
	}
	.Message__body{
		flex-direction: column-reverse;
	}
	.Message__text-wrap{
		width: 100%;
	}
	.Message__text{
		line-height: var(--line-height);
		font-size: 2.8rem;
	}
	.Message__text:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.Message__image{
		width: 45rem;
		margin-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Message__image-caption{
		width: 30rem;
	}

}



/*-------------------------------
	会社概要
-------------------------------*/

.Company__body{
	width: 100%;
	padding-left: 10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Company-logo{
	width: 25.8rem;
}
.Company-logo img{
	width: 100%;
}
.Comapny-data{
	width: calc(100% - 25.8rem);
	padding-left: 11.2rem;
}
.Company-data__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Company-data__item:not(:first-child){
	padding-top: 2.6rem;
}
.Company-data__item:not(:last-child){
	padding-bottom: 2.6rem;
	border-bottom: 1px dotted #aaa;
}
.Company-data__item-title{
	font-family: var(--jp2);
	width: 14rem;
	font-size: 2.4rem;
	line-height: cal(4.2 / 2.4);
	font-weight: 600;
	text-align: center;
}
.Company-data__item-body{
	font-family: var(--jp2);
	width: calc(100% - 14rem);
	padding-left: 5rem;
	font-size: 2.4rem;
	line-height: cal(4.2 / 2.4);
	font-weight: 600;
}

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

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

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

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

	.Company__body{
		padding-left: 0;
		flex-direction: column;
	}
	.Company-logo{
		width: 20rem;
		margin-bottom: 3.5rem;
	}
	.Comapny-data{
		width: 100%;
		padding-left: 0;
	}
	.Company-data__item:not(:first-child){
		padding-top: 3.5rem;
	}
	.Company-data__item:not(:last-child){
		padding-bottom: 3.5rem;
	}
	.Company-data__item-title{
		line-height: var(--line-height);
		width: 15rem;
		font-size: 2.8rem;
	}
	.Company-data__item-body{
		line-height: var(--line-height);
		width: calc(100% - 15rem);
		font-size: 2.8rem;
	}

}