@charset "utf-8";

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

.Message{
	overflow: clip;
}
.Message__copy{
	font-size: 4.4rem;
	line-height: calc(6.6 / 4.4);
	letter-spacing: .05em;
}
.Message__item-title{
	font-family: var(--jp);
	color: var(--maincolor);
	font-size: 2.4rem;
	line-height: calc(4.2 / 2.4);
}

.Message__copy{
	margin-bottom: 6.2rem;
}
.Message__content{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message__content:not(:last-child){
	margin-bottom: 7.5rem;
}
.Message__item-wrap{
	width: calc(100% - calc(35.5rem + 5.5rem));
}
.Message__item:not(:last-child){
	margin-bottom: 6.5rem;
}
.Message__item-title{
	margin-bottom: 1.2rem;
}
.Message__image{
	width: 35.5rem;
}
.Message__image-inner{
	width: 100%;
	display: block;
}
.Message__image-inner img{
	width: 100%;
}
.Message__item-caption{
	width: 100%;
	margin-top: 2rem;
	line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.Message__item-caption-license{
	font-family: var(--jp);
	margin-bottom: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	display: block;
}
.Message__item-caption-name{
	width: 100%;
}
.Message__item-caption-name img{
	width: 100%;
}
.Message__image.-large .Message__image-inner{
	width: calc(100% + 9.5rem);
}

.Message__content:nth-of-type(2){
	flex-direction: row-reverse;
}

#Message1 .Message__item-caption-name{
	max-width: 13.2rem;
}

#Message2{
	padding-top: 0;
}
#Message2 .Message__item-caption-name{
	max-width: 16.8rem;
}

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

	.Message__copy{
		font-size: 5.9rem;
		line-height: calc(8.9 / 5.9);
		letter-spacing: 0;
	}
	.Message__item-title{
		font-size: 3.6rem;
		line-height: calc(5.4 / 3.6);
	}

	.Message__copy{
		margin-bottom: 7.5rem;
	}
	.Message__content{
		flex-direction: column-reverse;
	}
	.Message__content:nth-of-type(2){
		flex-direction: column-reverse;
	}
	.Message__content{
		width: 100%;
	}
	.Message__content:not(:last-child){
		margin-bottom: 8.5rem;
	}
	.Message__item-wrap{
		width: 100%;
		margin-top: 8.5rem;
	}
	.Message__item:not(:last-child){
		margin-bottom: 6.8rem;
	}
	.Message__item-title{
		margin-bottom: 2.2rem;
	}
	.Message__image{
		width: 50rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Message__item-caption{
		margin-top: 3rem;
		align-items: center;
		justify-content: center;
	}
	.Message__item-caption-license{
		margin-bottom: 2rem;
		text-align: center;
	}
	.Message__item-caption-name{
		width: 100%;
		line-height: 1;
	}
	.Message__item-caption-name img{
		width: 100%;
	}
	.Message__image.-large .Message__image-inner{
		width: 100%;
	}

	#Message1 .Message__item-caption-name{
		max-width: 16.8rem;
	}

	#Message2 .Message__item-caption-name{
		max-width: 19.5rem;
	}

}



/*-------------------------------
	経営理念
-------------------------------*/

.Philosophy{
	padding-top: 10rem;
}
.Philosophy__list{
	counter-reset: number 0;
}
.Philosophy__list-item{
	width: 100%;
	padding: 2.3rem 3rem;
	border-bottom: 1px solid #b2b2b2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Philosophy__list-item:first-child{
	border-top: 1px solid #b2b2b2;
}
.Philosophy__list-item::before{
	color: var(--maincolor);
	font-family: var(--en);
	counter-increment: number 1;
	content: counter(number) ".";
	width: 3.8rem;
	font-size: 3.4rem;
	line-height: .72;
	display: block;
}
.Philosophy__list-item-text{
	font-family: var(--jp);
	width: calc(100% - 3.8rem);
	font-size: 2.4rem;
	line-height: 1.35;
}

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

	.Philosophy__list-item{
		padding: 2rem 4rem 2rem 1.8rem;
	}
	.Philosophy__list-item::before{
		width: 6rem;
		font-size: 4.6rem;
		line-height: .72;
	}
	.Philosophy__list-item-text{
		width: calc(100% - 6rem);
		font-size: 3.6rem;
		line-height: calc(5.4 / 3.6);
	}

}