.p-mv img {
	width: 100%;
}

.p-intro {
	padding: 2.3rem 0 9.1rem;
	position: relative;
	z-index: 1;
}

.p-intro::before {
	content: "";
	background: url("../images/works/bg01.svg") no-repeat center/contain;
	height: 25.6rem;
	width: 27.3rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-intro .hline01 {
	--title-height: 5.3rem;
}

.p-intro__txt {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 2;
	margin-top: 2.4rem;
}

.block-work {
	margin-bottom: 8.8rem;
}

.block-work__head {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	margin-bottom: 2.3rem;
}

.block-work__label {
	background: linear-gradient(to right, #fee5a6 0%, #fe6716 100%);
	border-radius: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 500;
	height: 2.4rem;
	width: 11.2rem;
}

.block-work__ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

.block-work__txt {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 2;
}

.block-work__media {
	display: flex;
	justify-content: space-between;
	row-gap: 1rem;
}

.block-work__media li {
	flex: 1 100%;
}

.gallery-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.8rem 0.7rem;
	margin: 0 -1.4rem;
}

.gallery-list__caption {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin-top: 0.5rem;
}

.show-gallery-modal {
	cursor: pointer;
}

.gallery-slider .swiper-slide {
	width: 23.5rem;
}

.gallery-slider .swiper-slide img {
	width: 100%;
}

.gallery-slider__nav {
	display: flex;
	justify-content: flex-end;
	gap: 0.7rem;
	margin-top: 1.9rem;
}

.gallery-slider .swiper-button {
	aspect-ratio: 1;
	background-color: #C1C1C1;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.7rem;
}

.gallery-slider .swiper-button::after {
	content: "";
	background: url("../images/common/icon_arrow01_primary.svg") no-repeat center/contain;
	aspect-ratio: 17/15;
	width: 1rem;
}

.gallery-slider .swiper-button.swiper-button-disabled {
	cursor: auto;
	opacity: 0.5;
}

.gallery-slider .swiper-button.button-prev {
	right: calc(100% + 1.5rem);
}

.gallery-slider .swiper-button.button-prev::after {
	transform: rotateY(180deg);
}

.gallery-slider .swiper-button.button-next {
	left: calc(100% + 1.5rem);
}

@media (min-width: 768px) {

.p-intro {
	padding: 4.9rem 0 13rem;
}

.p-intro::before {
	height: 68.2rem;
	width: 72.6rem;
}

.p-intro__txt {
	font-size: 1.7rem;
}

.block-work {
	margin-bottom: 12.8rem;
}

.block-work__head {
	gap: 2.2rem;
	margin-bottom: 3.4rem;
}

.block-work__label {
	font-size: 2.3rem;
	height: 4.3rem;
	width: 21rem;
}

.block-work__ttl {
	font-size: 3rem;
}

.block-work__txt {
	font-size: 1.7rem;
}

.block-work__media {
	row-gap: 1.5rem;
	flex-wrap: wrap;
}

.block-work__media li {
	flex: 0 calc(50% - 0.75rem);
}

.block-work__media li:first-child {
	flex: 1 100%;
	margin: 4rem calc((100vw - 100rem) / 2 * -1) 0;
}

.block-work__media li:first-child picture,
.block-work__media li:first-child img {
	display: block;
	width: 100vw;
}

.gallery-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 2.5rem;
	margin: 0;
}

.gallery-list__caption {
	font-size: 1.4rem;
	margin-top: 1.2rem;
	letter-spacing: 0;
}

.gallery-slider .swiper-slide {
	width: 70.7rem;
}

.gallery-slider__nav {
	margin-top: 2.4rem;
}

.gallery-slider .swiper-button {
	width: 4.8rem;
}

.gallery-slider .swiper-button:not(.swiper-button-disabled):hover {
	background-color: var(--hover-color);
}

.gallery-slider .swiper-button::after {
	width: 1.7rem;
}

}

@media (max-width: 767px) {

.block-work__media {
	flex-direction: column;
	margin: 2.7rem calc(var(--gutter) * -1) 0;
}

.gallery-slider .swiper {
	overflow: visible;
}

}

