@charset "UTF-8";

/*******************************************************************************
	共通
 *******************************************************************************/
.breadcrumb {
	margin-bottom: 45px;
}
.single_work-header {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	flex-direction: column;
}
.single_work-status {
	display: flex;
	font-size: clamp(0.875rem, 0.506rem + 0.77vw, 1.063rem);
	column-gap: clamp(0.625rem, 0.01rem + 1.28vw, 0.938rem);
	flex-wrap: wrap;
	align-items: center;

	row-gap: 10px;
}
.single_work-status time {
	margin-right: clamp(0rem, -0.615rem + 1.28vw, 0.313rem);
	font-weight: 500;
}
.single_work-pj {
	display: flex;
	min-width: clamp(5.625rem, 3.163rem + 5.13vw, 6.875rem);
	width: fit-content;
	min-height: clamp(1.563rem, 0.332rem + 2.56vw, 2.188rem);
	padding: 5px 15px;
	border-radius: clamp(0.781rem, 0.166rem + 1.28vw, 1.094rem);
	background-color: #969696;
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}

.single_work-contents {
	display: block;
	margin: 0 auto;
}
.single_work-title {
	font-size: clamp(1.375rem, 0.637rem + 1.54vw, 1.75rem);
	line-height: clamp(2rem, 1.015rem + 2.05vw, 2.5rem);
	text-align: justify;
}
.single_work-visual {
	display: flex;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
	justify-content: center;
}.single_work-visual img {
	max-width: fit-content;
	width: 100%;
}
.single_work-content {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
	flex-direction: column;

	row-gap: 25px;
}
.single_work-content {
	font-size: 15px;
}
.single_work-content p {
	line-height: 27px;
}
@media screen and (min-width: 768px) {
	.single_work-header {
		width: 95%;
		margin-bottom: 30px;

		row-gap: 20px;
	}
	.single_work-contents {
		width: 95%;
		margin-bottom: 80px;
	}
	.single_work-visual {
		margin-bottom: 60px;
	}
	.single_work-content {
		row-gap: 25px;
	}
}
@media screen and (max-width: 767px) {
	.single_work-contents {
		width: 100%;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	@media screen and (max-width: 400px) {
		.work_slide-content {
			width: 100%;
		}
	}
	.single_work-header {
		width: calc(100% - 40px);
		margin-bottom: 25px;

		row-gap: 10px;
	}
	.single_work-visual {
		margin-bottom: 40px;
	}
	.single_work-content {
		row-gap: 20px;
	}
}


.back_works-link {
	display: flex;
	position: relative;
	max-width: 265px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.back_works-link:hover {
	background-color: #ffffff;
	color: #000000;
}
.back_works-link i {
	position: absolute;
	top: 55%;
	left: 20px;
	transform: translateY(-55%);
	font-size: 13px;
}


.extra_works-container {
	display: flex;
	flex-direction: column;
}
.extra_works-container > h2 {
	display: flex;
	overflow: hidden;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	font-weight: 500;
	font-size: clamp(1.25rem, 0.071rem + 2.46vw, 1.688rem);
	text-align: center;
	word-break: keep-all;
	column-gap: clamp(0.938rem, -4.115rem + 10.53vw, 2.813rem);
	justify-content: center;
	align-items: center;
}
.extra_works-container > h2::before , .extra_works-container > h2::after {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #707070;
	content: "";
}
@media screen and (min-width: 768px) {
	.extra_works-container {
		row-gap: 60px;
	}
	.extra_works-container > h2 {
		width: 95%;
	}.common_contact-link {
		margin-top: 115px;
	}
	.main_container {
		padding-bottom: 170px;
	}
}
@media screen and (max-width: 767px) {
	.extra_works-container {
		row-gap: 30px;
	}
	.common_works-nav {
		padding: 0 30px;
	}
	.extra_works-container > h2 {
		width: calc(100% - 40px);
	}
	.common_contact-link {
		margin-top: 60px;
	}
	.main_container {
		padding-bottom: 115px;
	}
}
.works_nav-slide {
	display: block !important;
}
.work_arrow {
	position: absolute;
	width: 10px !important;
	height: auto !important;
	background-color: #a0a0a0 !important;
	pointer-events: all;
	cursor: pointer;

	clip-path: polygon(0 0, 0 100%, 100% 50%);
	aspect-ratio: 2 / 7;
}
.common_works-nav {
	max-width: 1170px;
	width: calc(100% - 85px);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.common_works-nav {
		width: calc(100% - 85px);
	}
}
@media screen and (max-width: 767px) {
	.common_works-nav {
		width: calc(100% - 20px);
	}
}
/*.works_nav-slide .common_works-title {
	height: 3em;
}*/
.works_nav-slide .slick-slide {
	margin: 0 clamp(0.625rem, -0.261rem + 1.85vw, 1.25rem); /* 左右に余白を追加 */
}

/*.works_nav-slide .slick-list {
	margin: 0 clamp(0.938rem, 0.486rem + 0.94vw, 1.25rem); 
}*/
.works_nav-slide .work_arrow {
	top: calc(60%);
	transform: translateY(-60%);
	width: clamp(0.625rem, -0.277rem + 1.88vw, 1.25rem) !important;
}
.works_nav-slide .work_prev {
	right: calc(100% + clamp(0.625rem, -0.261rem + 1.85vw, 1.25rem));
	transform: translateY(-60%) rotate(180deg);
}
.works_nav-slide .work_next {
	left: calc(100% + clamp(0.625rem, -0.261rem + 1.85vw, 1.25rem));
}



.common_archive-item {
	display: flex !important;
	flex-direction: column;
}

.common_archive-contents {
	display: flex;
	width: 100%;
}
.common_archive-status {
	display: flex;
}
.common_archive-status span {
	display: inline-flex;
	color: #ffffff;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.common_archive-title {
	display: block;
	font-weight: 500;
	text-align: justify;
}
.common_archive-title a {
	color: #ffffff;
	transition: all 0.4s;
}
.common_archive-title a:hover {
	color: #c6012e;
}
.common_works-contents {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	flex-direction: column;
}
.common_works-status {
	margin-bottom: 5px;
	padding: 0 clamp(0.625rem, -0.512rem + 2.37vw, 1.25rem);
	font-size: 14px;
	column-gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: first baseline;

	row-gap: 10px;
}

.common_works-status time {
	font-weight: 500;
}
.common_works-status span {
	display: inline-flex;
	min-width: 90px;
	min-height: 25px;
	border-radius: 12.5px;
	background-color: #969696;
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.common_works-title {
	margin-bottom: 20px;
	padding: 0 clamp(0.625rem, -0.512rem + 2.37vw, 1.25rem);
	font-size: 16px;
}

.common_works-img {
	overflow: hidden;
	width: 100%;

	aspect-ratio: 35/26;
}
.common_works-img a {
	display: block;
	height: 100%;
}
.common_works-img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;

	object-fit: cover;
	object-position: center;
}

.common_works-img a:hover img {
	transform: scale(1.1);
}
.common_works-link {
	display: inline-flex;
	margin-left: auto;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	column-gap: 5px;
	align-items: baseline;
	transition: all 0.4s;
}
.common_works-link:hover {
	color: #c6012e;
}
.common_works-link i {
	font-size: 13px;
}

