@charset "utf-8";

/*-------------------------------
	詳細
-------------------------------*/

.Single{
	padding-top: 5.6rem;
	padding-bottom: 6.2rem;
}
.Single-content{
	width: 100%;
	padding-left: 7rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Single-content__image{
	width: 35.2rem;
}
.Single-content__image img{
	width: 100%;
}
.Single-content__body{
	width: calc(100% - 35.2rem);
	padding-left: 10rem;
}
.Single-content__staff{
	padding-bottom: 6.5rem;
}
.Single-content__staff-tag{
	font-family: var(--en);
	background: var(--subcolor);
	height: 3.6rem;
	margin-bottom: 4.5rem;
	font-size: 2.2rem;
	padding-top: .5rem;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	letter-spacing: .2em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: fit-content;
}
.Single-content__staff-name{
	width: 100%;
	margin-bottom: 3rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Single-content__staff-name-jp{
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1;
}
.Single-content__staff-name-en{
	font-weight: 700;
	letter-spacing: .15em;
	padding-bottom: .4rem;
	padding-left: 1.8rem;
	line-height: 1;
	display: block;
}
.Single-content__staff-job{
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.4;
}
.Single-content__profile-item{
	border-bottom: 2px solid var(--subcolor);
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Single-content__profile-item:first-child{
	border-top: 2px solid var(--subcolor);
}
.Single-content__profile-item-title{
	width: 21.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.6rem;
}
.Single-content__profile-item-body{
	width: calc(100% - 21.5rem);
}
.Single-content__profile-item-text{
	width: 100%;
}
.Single-content__profile-item-store{
	width: 100%;
	padding-right: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.Single-content__profile-item-store .Single-content__profile-item-text{
	width: calc(100% - 3.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){

	.Single-content{
		padding-left: 0;
	}
	.Single-content__image{
		width: 32rem;
	}
	.Single-content__body{
		width: calc(100% - 32rem);
		padding-left: 5rem;
	}

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

	.Single-content__image{
		width: 25rem;
	}
	.Single-content__body{
		width: calc(100% - 25rem);
		padding-left: 5rem;
	}
	.Single-content__profile-item-title{
		width: 16.5rem;
	}
	.Single-content__profile-item-body{
		width: calc(100% - 16.5rem);
	}

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

	.Single{
		padding-top: 2.6rem;
		padding-bottom: 5.2rem;
	}
	.Single-content{
		padding-left: 0;
		flex-direction: column;
	}
	.Single-content__image{
		width: 100%;
		margin-bottom: 3.8rem;
	}
	.Single-content__body{
		width: 100%;
		padding-left: 0;
	}
	.Single-content__staff{
		padding-bottom: 2rem;
	}
	.Single-content__staff-tag{
		height: 2.5rem;
		margin-bottom: 2rem;
		font-size: 1.5rem;
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.Single-content__staff-name{
		margin-bottom: 1.2rem;
		gap: 1rem;
		flex-wrap: wrap;
	}
	.Single-content__staff-name-jp{
		font-size: 2rem;
	}
	.Single-content__staff-name-en{
		padding-left: 0;
		padding-bottom: 0;
	}
	.Single-content__staff-job{
		font-size: 1.4rem;
	}
	.Single-content__profile-item{
		width: 100%;
		padding-top: 2rem;
		padding-bottom: 1.5rem;
		flex-direction: column;
	}
	.Single-content__profile-item:first-child{
		border-top: 2px solid var(--subcolor);
	}
	.Single-content__profile-item-title{
		width: 100%;
		margin-bottom: 1rem;
		font-size: 1.4rem;
		line-height: 1;
	}
	.Single-content__profile-item-body{
		width: 100%;
	}
	.Single-content__profile-item-text{
		line-height: calc(2 / 1.28);
	}
	.Single-content__profile-item-store{
		padding-right: 0;
		margin-top: -.2rem;
	}
	.Single-content__profile-item-store .Single-content__profile-item-text{
		width: calc(100% - 3.2rem);
	}
	.Single-content__profile-item-store .C-Arrow{
		width: 2.2rem;
		height: 2.2rem;
	}
	.Single-content__profile-item-store .C-Arrow::after{
		width: .8rem;
		height: .5rem;
	}

}



/*-------------------------------
	担当した施工事例
-------------------------------*/

.S-Works{
	padding-top: 6.5rem;
	padding-bottom: 0;
	background: #e6e6e6;
}
.S-Works .C-Title{
	margin-bottom: 3.5rem;
}
.C-Works-block-wrap{
	margin-bottom: 4.5rem;
}
.S-Works .No-data{
	margin-bottom: 4.5rem;
}

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

	.S-Works{
		padding-top: 4.6rem; 
	}
	.S-Works .C-Title{
		margin-bottom: 3.2rem;
	}
	.C-Works-block-wrap{
		margin-bottom: 4rem;
	}
	.S-Works .No-data{
		margin-bottom: 4rem;
	}

}




/*-------------------------------
	皆さまの暮らしの声
-------------------------------*/

.S-Voice{
	padding-top: 8.5rem;
	padding-bottom: 7.2rem;
	background: #e6e6e6;
}
.S-Voice .C-Title{
	margin-bottom: 4rem;
}
.S-Voice__body{
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.S-Voice__image{
	width: 45.1rem;
}
.S-Voice__image img{
	width: 100%;
}
.S-Voice__body .No-data{
	width: calc(100% - 45.1rem);
}
.S-Voice-block-wrap{
	width: calc(100% - 45.1rem);
	padding-left: 6rem;
}
.S-Voice-block{
	border-bottom: 2px solid var(--subcolor);
}
.S-Voice-block a{
	width: 100%;
	padding-top: 2.2rem;
	padding-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.S-Voice-block:first-child a{
	padding-top: 0;
}
.S-Voice-block__body{
	padding-right: 5rem;
	line-height: 1;
}
.S-Voice-block__category{
	border: 2px solid var(--subcolor);
	font-size: 1.4rem;
	margin-bottom: 1rem;
	padding: .3rem .7rem .4rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}
.S-Voice-block__category span{
	line-height: 1;
}
.S-Voice-block__category span::before{
	line-height: 1;
	margin-left: -.3em;
}
.S-Voice-block__category-area + .S-Voice-block__category-age::before,
.S-Voice-block__category-area + .S-Voice-block__category-family::before{
	content: "/";
}
.S-Voice-block__category-age + .S-Voice-block__category-family::before{
	content: "・";
}
.S-Voice-block__title{
	line-height: 1.35;
	font-weight: 700;
}
.S-Voice-block__body{
	width: calc(100% - 3.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){

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

	.S-Voice__image{
		width: 50%;
	}
	.S-Voice-block-wrap{
		padding-left: var(--padding-leftright);
		width: 50%;
	}

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

	.S-Voice{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.S-Voice .C-Title{
		margin-bottom: 3.2rem;
	}
	.S-Voice__body{
		margin-bottom: 4.8rem;
		flex-direction: column;
	}
	.S-Voice__image{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		width: 100%;
		margin-bottom: 4rem;
	}
	.S-Voice__image img{
		width: 100%;
	}
	.S-Voice__body .No-data{
		width: 100%;
	}
	.S-Voice-block-wrap{
		width: 100%;
		padding-left: 0;
	}
	.S-Voice-block a{
		padding-top: 1.8rem;
		padding-bottom: 1rem;
	}
	.S-Voice-block__body{
		padding-right: 5rem;
	}
	.S-Voice-block__category{
		border-width: 1px;
		font-size: 1.1rem;
		margin-bottom: 1rem;
		padding: .3rem .5rem .4rem;
	}
	.S-Voice-block__body{
		width: calc(100% - 2.2rem);
	}
	.S-Voice-block .C-Arrow{
		width: 2.2rem;
		height: 2.2rem;
	}
	.S-Voice-block .C-Arrow::after{
		width: .8rem;
		height: .5rem;
	}

}



/*-------------------------------
	ナビ
-------------------------------*/

.Nav{
	padding-top: 9rem;
	padding-bottom: 8.4rem;
}
.Nav-list{
	width: 100%;
	margin-bottom: 5.2rem;
	display: flex;
	gap: 3.5rem;
	align-items: center;
	justify-content: center;
}
.Nav-list:not(:has(.Nav-list__item.-prev))::before,
.Nav-list:not(:has(.Nav-list__item.-next))::after{
	content: "";
	display: block;
	max-width: 41.4rem;
    width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item{
	max-width: 41.4rem;
	width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item a{
	box-shadow: inset 2px 2px var(--subcolor), inset -2px -2px var(--subcolor);
	padding: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.Nav-list__item-tag{
	background: var(--subcolor);
	width: 9rem;
	height: 2.7rem;
	transform: translateY(-100%);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	position: absolute;
	top: 0;
}
.Nav-list__item.-prev .Nav-list__item-tag::before,
.Nav-list__item.-next .Nav-list__item-tag::after{
	content: "";
	display: block;
	width: .9rem;
	height: .9rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.Nav-list__item.-prev .Nav-list__item-tag{
	right: 0;
}
.Nav-list__item.-prev .Nav-list__item-tag::before{
	transform: rotate(135deg);
	margin-right: .8rem;
}
.Nav-list__item.-next .Nav-list__item-tag{
	left: 0;
}
.Nav-list__item.-next .Nav-list__item-tag::after{
	transform: rotate(-45deg);
	margin-left: .8rem;
}
.Nav-list__item-image{
	width: 14rem;
	overflow: hidden;
}
.Nav-list__item-image img{
	transition: var(--transition);
	width: 100%;
}
.Nav-list__item-body{
	width: calc(100% - 14rem);
	padding-left: 1.6rem;
}
.Nav-list__item-name-en{
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 1;
}
.Nav-list__item-name-jp{
	font-size: 2.1rem;
	margin-bottom: 1.2rem;
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 1;
}
.Nav-list__item-job{
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.Nav-list__item a:hover .Nav-list__item-image img{
	transform: scale(1.1);
}

.Nav .C-Button{
	width: 31.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){

	.Nav{
		padding-top: 5rem;
		padding-bottom: 5.8rem;
	}
	.Nav-list{
		margin-bottom: 3.6rem;
		gap: 1.4rem;
	}
	.Nav-list:not(:has(.Nav-list__item.-prev))::before,
	.Nav-list:not(:has(.Nav-list__item.-next))::after{
		max-width: 50%;
		width: calc((100% - 1.2rem) / 2);
	}
	.Nav-list__item{
		width: calc((100% - 1.4rem) / 2);
	}
	.Nav-list__item a{
		padding: 1.2rem 1rem;
		flex-direction: column;
	}
	.Nav-list__item-tag{
		width: 6.7rem;
		height: 2rem;
		font-size: 1.2rem;
	}
	.Nav-list__item.-prev .Nav-list__item-tag::before,
	.Nav-list__item.-next .Nav-list__item-tag::after{
		width: .8rem;
		height: .8rem;
	}
	.Nav-list__item.-prev .Nav-list__item-tag::before{
		margin-right: .4rem;
	}
	.Nav-list__item.-next .Nav-list__item-tag::after{
		margin-left: .4rem;
	}
	.Nav-list__item-image{
		width: 8rem;
		margin-bottom: .8rem;
	}
	.Nav-list__item-body{
		width: 100%;
		padding-left: 0;
	}
	.Nav-list__item-name-en{
		font-size: .9rem;
		margin-bottom: .8rem;
	}
	.Nav-list__item-name-jp{
		font-size: 1.4rem;
		margin-bottom: .8rem;
	}
	.Nav-list__item-job{
		font-size: 1rem;
	}

	.Nav .C-Button{
		width: 26.7rem;
	}

}