@charset "utf-8";

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

.Single{
	padding-top: 5.4rem;
	padding-bottom: 7.2rem;
}
.Single__top{
	margin-bottom: 6rem;
}
.Single-header{
	width: 100%;
	margin-bottom: 3.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single-header__area{
	background: var(--subcolor);
	font-family: var(--en);
	width: 9rem;
	height: 3.6rem;
	font-size: 2.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Single-header__title{
	width: calc(100% - 9rem);
	padding-left: 2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.35;
}
.Single-gallery{
	width: 100%;
	max-width: 79rem;
	margin-bottom: 2.5rem;
}
.Single-gallery__item{
	width: 100%;
	height: 47.4rem;
}
.Single-gallery__item img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.Single-thumbnail-wrap{
	width: calc(100% - 5rem);
	margin-bottom: 8.8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.Single-thumbnail__inner{
	width: fit-content;
}
.Single-thumbnail__item span{
	height: 100%;
	padding: .6rem;
	display: block;
	position: relative;
}
.Single-thumbnail__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.Single-thumbnail__item.swiper-slide-thumb-active span::before{
	border: 1px solid var(--subcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.Single-thumbnail__arrow{
	width: 1rem;
	height: 1.8rem;
	background-image: url(../images/common/icon_arrow2-subcolor.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.Single-thumbnail__arrow.-prev{
	left: 0;
	transform: translate(-50%,-50%) rotate(180deg);
}
.Single-thumbnail__arrow.-next{
	right: 0;
	transform: translate(50%,-50%);
}
.Single-thumbnail__arrow.swiper-button-disabled{
	opacity: .4;
}
.C-Single-data{
	margin-bottom: 6.5rem;
}
.Single-point{
	margin-bottom: 5rem;
	gap: 5rem 6.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Single-point-block{
	/* width: calc((100% - 6.8rem) / 2); */
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Single-point-block__image{
	/* width: 100%;
	margin-bottom: 3.5rem; */
	/* width: 35rem; */
	width: 47.4rem;
}
.Single-point-block__image img{
	width: 100%;
}
.Single-point-block__body{
	width: calc(100% - 47.4rem);
	padding-left: 3.5rem;
}
.Single-point-block__title{
	font-size: 1.8rem;
	margin-bottom: 2.2rem;
	padding-left: 1.7rem;
	font-weight: 700;
	line-height: calc(2.7 / 1.8);
	position: relative;
}
.Single-point-block__title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .3rem;
	height: calc(100% - .1em);
	position: absolute;
	left: 0;
	top: .05em;
}
.Single-point-block__text{
	line-height: calc(3 / 1.6);
}

.Single-point-block:nth-of-type(2n){
	flex-direction: row-reverse;
}
.Single-point-block:nth-of-type(2n) .Single-point-block__body{
	padding-left: 0;
	padding-right: 3.5rem;
}

.Single-profile__inner{
	border: 1px solid var(--subcolor);
	width: 100%;
	padding: 3.2rem 3.7rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 5000;
}
.Single-profile__inner::before{
	border: 1px solid var(--subcolor);
	content: "";
	display: block;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.Single-profile__image{
	/* width: 23rem; */
	width: 18rem;
}
.Single-profile__image img{
	width: 100%;
	/* height: 16rem;
	object-fit: cover; */
}
.Single-profile__body{
	/* width: calc(100% - 23rem); */
	width: calc(100% - 18rem);
	padding-left: 4.2rem;
}
.Single-profile__header-area{
	background: var(--subcolor);
	width: fit-content;
	font-size: 1.3rem;
	padding: .5rem .8rem;
	margin-bottom: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.Single-profile__name{
	width: 100%;
	margin-bottom: 1.4rem;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Single-profile__name-jp{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Single-profile__name-en{
	font-size: 1.2rem;
	margin-left: 1rem;
	line-height: 1;
	display: block;
}
.Single-profile__text{
	line-height: calc(3 / 1.6);
}
.Single-profile .C-Button{
	width: 25.1rem;
	height: 5rem;
	margin-top: 2.2rem;
}
.Single-profile .C-Button a{
	color: var(--subcolor);
	font-size: 1.5rem;
	border-radius: 1.2rem;
	position: relative;
	background: #fff;
}
.Single-profile .C-Button a::after{
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/common/icon_arrow-subcolor.svg);
}
.Single-profile .C-Button a:hover{
	background: var(--subcolor);
	color: #fff;
}
.Single-profile .C-Button a:hover::after{
	background-image: url(../images/common/icon_arrow-white.svg);
}

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

	/* .Single-point{
		gap: 5rem 3rem;
	}
	.Single-point-block{
		width: calc((100% - 3rem) / 2);
	} */

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

	.Single{
		padding-top: 2.5rem;
		padding-bottom: 3.6rem;
	}
	.Single__top{
		margin-bottom: 3.8rem;
	}
	.Single-header{
		margin-bottom: 1.8rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.Single-header__area{
		width: 6.2rem;
		height: 2.5rem;
		font-size: 1.5rem;
		padding-top: .2rem;
		margin-bottom: 1rem;
	}
	.Single-header__title{
		width: 100%;
		padding-left: 0;
		font-size: 2rem;
		line-height: calc(2.8 / 2);
	}
	.Single-gallery{
		max-width: 100%;
	}
	.Single-gallery__item{
		height: 21.8rem;
	}
	.Single-thumbnail-wrap{
		width: 100%;
		margin-bottom: 5rem;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
	.Single-thumbnail__item span{
		padding: .6rem;
	}
	.Single-thumbnail__item.swiper-slide-thumb-active span::before{
		width: calc(100% - .4rem);
		height: calc(100% - .4rem);
		left: .2rem;
		top: .2rem;
	}
	.Single-thumbnail__arrow{
		width: 1rem;
		height: 1.8rem;
	}
	.Single-thumbnail__arrow.-prev{
		transform: translate(0,-50%) rotate(180deg);
	}
	.Single-thumbnail__arrow.-next{
		transform: translate(0, -50%);
	}

	.C-Single-data{
		margin-bottom: 4.2rem;
	}

	.Single-point{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-bottom: 0;
		gap: 3rem 0;
		flex-direction: column;
	}
	.Single-point-block{
		width: 100%;
		flex-direction: column;
	}
	.Single-point-block__image{
		width: 100%;
		margin-bottom: 2.8rem;
	}
	.Single-point-block__body{
		width: 100%;
		padding-left: 0;
	}
	.Single-point-block__title{
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		padding-left: 1.2rem;
		line-height: calc(2.2 / 1.4);
	}
	.Single-point-block__text{
		line-height: var(--line-height);
	}

	.Single-point-block:nth-of-type(2n){
		flex-direction: column;
	}
	.Single-point-block:nth-of-type(2n) .Single-point-block__body{
		padding-right: 0;
	}

	.Single-profile{
		display: none;
	}

}



/*-------------------------------
	関連事例
-------------------------------*/

.S-Works{
	padding-top: 6.5rem;
	background: #e6e6e6;
}
.C-Works-block-wrap{
	margin-bottom: 0;
}
.C-Works-tag__item{
	background: #ccc;
}

@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.5rem;
	}
	.S-Works .C-Title{
		margin-bottom: 3.2rem;
	}
	.C-Works-block-wrap{
		margin-bottom: 2rem;
	}
	.C-Works-block__area{
		font-size: 1.1rem;
		margin-bottom: .5rem;
	}
	.C-Works-block__title{
		font-size: 1.4rem;
	}
	.C-Works-tag{
		gap: .5rem;
	}
	.C-Works-tag__item{
		font-size: 1.1rem;
		padding: .4rem .6rem;
	}
	.C-Works-controller{
		margin-bottom: 0;
	}

}



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

.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.8rem 1.7rem;
	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%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.Nav-list__item-body{
	width: calc(100% - 14rem);
	padding-left: 2rem;
}
.Nav-list__item-area{
	background: var(--subcolor);
	width: fit-content;
	font-size: 1.3rem;
	padding: .4rem .8rem .6rem;
	margin-bottom: .8rem;
	line-height: 1;
	color: #fff;
}
.Nav-list__item-title{
	line-height: calc(2.7 / 1.6);
	font-weight: 700;
}
.Nav-list__item a:hover .Nav-list__item-image img{
	transform: scale(1.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){

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

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

	.Nav{
		padding-top: 7.2rem;
		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 1.2rem .8rem;
		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: 1.2rem;
	}
	.Nav-list__item-body{
		width: 100%;
		padding-left: 0;
	}
	.Nav-list__item-area{
		font-size: 1.1rem;
		padding: .2rem .6rem .4rem;
		margin-bottom: .5rem;
	}
	.Nav-list__item-title{
		font-size: 1.3rem;
		line-height: calc(2 / 1.3);
	}

}