@charset "utf-8";

/*-------------------------------
	ご挨拶
-------------------------------*/

.Message{
	position: relative;
	overflow: clip;
}
.Message::before,
.Message::after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
.Message::before{
	width: 47.7rem;
	height: 40.1rem;
	background-image: url(../images/about/bg_message1.png);
    background-image: image-set(url(../images/about/bg_message1.png) 1x, url(../images/about/bg_message1@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/about/bg_message1.png) 1x, url(../images/about/bg_message1@2x.png) 2x);
	left: 0;
	top: 0;
	transform: translateY(-2.5rem);
}
.Message::after{
	width: 50rem;
	height: 50rem;
	background-image: url(../images/about/bg_message2.png);
    background-image: image-set(url(../images/about/bg_message2.png) 1x, url(../images/about/bg_message2@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/about/bg_message2.png) 1x, url(../images/about/bg_message2@2x.png) 2x);
	right: 0;
	bottom: 0;
	transform: translate(13.3rem,10rem);
}
.Message__title{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3.2rem;
	letter-spacing: .1em;
	line-height: calc(6 / 3.2);
}
.Message__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message__content{
	width: calc(100% - 33rem);
	padding-right: 10.5rem;
}
.Message__text{
	line-height: calc(3.6 / 1.4);
}
.Message__text:not(:last-child){
	margin-bottom: calc(1em * (3.6 / 1.4));
}
.Message__title{
	margin-bottom: 11rem;
}
.Message__image-wrap{
	width: 33rem;
}
.Message__image{
	width: 100%;
}
.Message__image:not(:last-child){
	margin-bottom: 7.5rem;
}
.Message__image-inner{
	margin-bottom: 1.6rem;
}
.Message__image img{
	width: 100%;
}
.Message__image-name{
	width: 100%;
	column-gap: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Message__image-name-status{
	line-height: 1;
	display: block;
}
.Message__image-name-text{
	font-size: 2rem;
	line-height: 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){

	.Message__content{
		padding-right: 5rem;
	}

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

	.Message__image-wrap{
		width: 25rem;
	}
	.Message__content{
		width: calc(100% - 25rem);
	}

}
@media screen and (max-width:768px){
	.Message::before{
		width: 47.7rem;
		height: 40.1rem;
		transform: translateY(-2.5rem);
	}
	.Message::after{
		width: 50rem;
		height: 50rem;
		transform: translate(13.3rem,10rem);
	}
	.Message__title{
		font-size: 5.2rem;
	}
	.Message__body{
		flex-direction: column;
	}
	.Message__content{
		width: 100%;
		padding-right: 0;
		padding-bottom: 8rem;
	}
	.Message__text:not(:last-child){
		margin-bottom: calc(1em * (3.6 / 1.4));
	}
	.Message__title{
		margin-bottom: 11rem;
	}
	.Message__image-wrap{
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	.Message__image{
		width: calc((100% - 4rem) / 2)
	}
	.Message__image:not(:last-child){
		margin-bottom: 0;
		margin-right: 4rem;
	}
	.Message__image-inner{
		margin-bottom: 2.5rem;
	}
	.Message__image img{
		width: 100%;
	}
	.Message__image-name{
		width: 100%;
		flex-direction: column;
    	row-gap: 1.2rem;
	}
	.Message__image-name-status{
		line-height: 1;
		display: block;
	}
	.Message__image-name-text{
		font-size: 3.4rem;
		line-height: 1;
	}

}



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

.Philosophy__body{
	width: 100%;
	padding: 14.5rem 10rem 17.5rem;
	background: #fff;
}
.Philosophy__title{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 7.4rem;
	margin-bottom: 1.2rem;
	padding-bottom: 2.2rem;
	font-weight: 700;
	line-height: .68;
	text-align: center;
}
.Philosophy__text{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2rem;
	margin-bottom: 6rem;
	line-height: calc(4 / 2);
	text-align: center;
}
.Philosophy__image{
	width: 100%;
	position: relative;
	z-index: 6000;
}
.Philosophy__image img{
	width: 100%;
}
.Philosophy__power{
	background: var(--bgcolor);
	margin-top: -15rem;
	padding: 20rem 3rem 21.5rem;
	clip-path: polygon(100% 0, 100% calc(100% - 19rem), 50% 100%, 0 calc(100% - 19rem), 0 0);
}
.Philosophy__power-title{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3.2rem;
	margin-bottom: 3.5rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.Philosophy__power-item{
	border-bottom: 1px dotted var(--maincolor);
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2.4rem;
	padding-bottom: 2rem;
	text-align: center;
}
.Philosophy__power-item-wrap{
	width: 100%;
	max-width: 54rem;
	margin-left: auto;
	margin-right: auto;
}
.Philosophy__power-item:not(:last-child){
	margin-bottom: 2.5rem;
}
.Philosophy__power-item span{
	width: 100%;
	line-height: 1.5;
	display: block;
    text-align: center;
}
.Philosophy__value{
	padding-top: 5.2rem;
}
.Philosophy__value-inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Philosophy__value-title{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3.2rem;
	margin-bottom: 6.5rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.Philosophy__value-subtitle{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 1.6rem;
	margin-bottom: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.Philosophy__value-item{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(3.6 / 2);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Philosophy__value-item:not(:last-child){
	margin-bottom: 1.2rem;
}
.Philosophy__value-item::before{
	content: attr(data-number);
	line-height: 1.35;
}
.Philosophy__value-item span{
	line-height: 1.35;
	display: block;
}

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

	.Philosophy__power{
		clip-path: polygon(100% 0, 100% calc(100% - 10rem), 50% 100%, 0 calc(100% - 10rem), 0 0);
	}
	.Philosophy__body{
		padding: 10rem var(--padding-leftright);
	}

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

	.Philosophy__value-item-wrap{
		width: 100%;
	}

}
@media screen and (max-width:768px){	
	.Philosophy__body{
		padding: 14.5rem 5rem 17.5rem;
	}
	.Philosophy__title{
		font-size: 7.8rem;
		margin-bottom: 2rem;
		padding-bottom: 3.8rem;
	}
	.Philosophy__text{
		font-size: 2.8rem;
		margin-bottom: 10.8rem;
	}
	.Philosophy__image{
		width: 100%;
		position: relative;
		z-index: 6000;
	}
	.Philosophy__image img{
		width: 100%;
	}
	.Philosophy__power{
		margin-top: -15rem;
		padding: 20rem 3rem 21.5rem;
		clip-path: polygon(100% 0, 100% calc(100% - 19rem), 50% 100%, 0 calc(100% - 19rem), 0 0);
	}
	.Philosophy__power-title{
		font-size: 4.48rem;
		margin-bottom: 4.9rem;
	}
	.Philosophy__power-item{
		font-size: 3.36rem;
		padding-bottom: 3.6rem;
	}
	.Philosophy__power-item-wrap{
		max-width: 54rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Philosophy__power-item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Philosophy__value{
		padding-top: 7.28rem;
	}
	.Philosophy__value-inner{
	}
	.Philosophy__value-title{
		font-size: 4.48rem;
		margin-bottom: 9.1rem;
	}
	.Philosophy__value-subtitle{
		font-size: 2.24rem;
		margin-bottom: 3.36rem;
	}
	.Philosophy__value-item{
		font-size: 2.8rem;
		padding-left: 1.1em;
		position: relative;
	}
	.Philosophy__value-item:not(:last-child){
		margin-bottom: 1.68rem;
	}
	.Philosophy__value-item::before{
		content: attr(data-number);
		line-height: 1.35;
		position: absolute;
		top: 0;
		left: 0;
	}
}



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

.Profile{
	padding-bottom: 0;
}
.Profile__table{
	width: 100%;
}
.Profile__table-item{
	width: 100%;
	border-bottom: 1px solid #6F6F6F;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.Profile__table-item:first-child{
	border-top: 1px solid #6F6F6F;
}
.Profile__table-item-title{
	background: var(--bgcolor);
	color: var(--maincolor);
	width: 20rem;
	padding: 1.8rem 3rem;
	font-weight: 700;
}
.Profile__table-item-body{
	width: calc(100% - 20rem);
	padding: 1.3rem 3rem 1.1rem 3rem;
}
.Profile__table-item-text:not(:last-child){
	margin-bottom: 3.5rem;
}
.Profile__table-item-list-text::before{
	content: "・";
}


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

	.Profile__table-item-title{
		width: 25rem;
	}
	.Profile__table-item-body{
		width: calc(100% - 25rem);
	}

}
@media screen and (max-width:768px){
	.Profile__table-item{
		width: 100%;
	}
	.Profile__table-item-title{
		width: 20rem;
		padding: 2.5rem 3rem;
	}
	.Profile__table-item-body{
		width: calc(100% - 20rem);
		padding: 2.58rem 3rem;
	}
	.Profile__table-item-text:not(:last-child){
		margin-bottom: 3.5rem;
	}
}



/*-------------------------------
	拠点・アクセス
-------------------------------*/

.Access__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Access__item:not(:last-child){
	margin-bottom: 10rem;
}
.Access__item-body{
	width: calc(50% + 1.5rem);
	padding-right: 10rem;
}
.Access__item-title{
	border-bottom: 1px solid #707070;
	width: 100%;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 1;
}
.Access__item-text{
	margin-bottom: 6.2rem;
}
.Access__item-map{
	width: calc(50% - 1.5rem);
}
.Access__item-map iframe{
	width: 100%;
	height: 31.4rem;
}
.Access__item-link{
	width: fit-content;
	line-height: 1;
}
.Access__item-link a{
	border-bottom: 1px solid var(--blackcolor);
	padding-bottom: .6rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	position: relative;
	opacity: 1 !important;
}
.Access__item-link a::after{
	transition: transform .3s var(--transition-easing);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6000;
	transform: translateY(100%) scaleX(0);
	transform-origin: right;
}
.Access__item-link span{
	width: 100%;
	padding-right: 1.8rem;
	line-height: 1;
	display: block;
	position: relative;
}
.Access__item-link span::after{
	transition: var(--transition);
	border-left: .6rem solid var(--blackcolor);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: .3rem solid transparent;
	border-bottom: .3rem solid transparent;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Access__item-link a:hover{
	color: var(--maincolor);
}
.Access__item-link a:hover::after{
	transform: translateY(100%) scaleX(1);
	transform-origin: left;
}
.Access__item-link a:hover span::after{
	border-left: .6rem solid var(--maincolor);
}

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

	.Access__item-body{
		padding-right: 5rem;
	}

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

	.Access__item{
		flex-direction: column-reverse;
	}
	.Access__item-map{
		width: 100%;
	}
	.Access__item-map iframe{
		height: 40rem;
	}
	.Access__item-body{
		width: 100%;
		padding-top: 3.5rem;
		padding-right: 0;
	}

}
@media screen and (max-width:768px){
	.Access__item{
		flex-direction: column;
	}
	.Access__item:not(:last-child){
		margin-bottom: 14rem;
	}
	.Access__item-body{
		width: 100%;
		padding-right: 0;
	}
	.Access__item-title{
		padding-bottom: 2.1rem;
		margin-bottom: 4.2rem;
		font-size: 2.8rem;
	}
	.Access__item-text{
		margin-bottom: 6.2rem;
	}
	.Access__item-map{
		width: 100%;
	}
	.Access__item-map iframe{
		height: 44rem;
	}
	.Access__item-link a{
		padding-bottom: .84rem;
		margin-bottom: 2rem;
	}
	.Access__item-link span{
		width: 100%;
		padding-right: 1.8rem;
		line-height: 1;
		display: block;
		position: relative;
	}
	.Access__item-link span::after{
		border-left: 1rem solid var(--blackcolor);
		border-top: .5rem solid transparent;
		border-bottom: .5rem solid transparent;
	}
	.Access__item-link a:hover span::after{
		border-left: 1rem solid var(--maincolor);
	}
}