body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.framed-work__category {
	max-width: 800px;
	margin: 0 auto clamp(20px, 3.125rem, 50px);
}

.framed-work__category-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: left;
}

.framed-work__category-lists li {
	font-family: "Noto Sans JP", sans-serif;
}

.framed-work__category-lists li a {
	color: #000;
	border-radius: 8px;
	line-height: clamp(20px, 1.5rem, 38px);
	background-color: #F8F7F3;
	padding: 0 1.125rem;
	display: inline-block;
	font-size: clamp(14px, 0.875rem, 16px);
}

.framed-work__category-lists li a.current {
	color: #fff;
	background-color: #7D7C7C;
}

.framed-work__contents {
	position: relative;
	padding: clamp(20px, 3.75rem, 70px) 0 clamp(20px, 6.25rem, 120px);
	margin-top: clamp(20px, 4.375rem, 100px);
}

.framed-work__contents::before {
	background-color: #F8F7F3;
	content: "";
	display: block;
	height: 100%;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw + 20px);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -10;
}

.framed-work__contents__title {
	position: relative;
	max-width: 800px;
	margin: 0 auto clamp(10px, 1.875rem, 45px);
}

.framed-work__contents__title h3 {
	padding-left: 0;
	font-weight: 600;
	font-size: clamp(24px, 1.5rem, 46px);
}

.framed-work__contents__title::before {
	content: attr(data-ttl);
	position: absolute;
	left: -20px;
	bottom: 0.3em;
	color: #fff;
	font-size: clamp(32px, 2rem, 80px);
	font-weight: 400;
	z-index: -1;
}

.framed-work__contents__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(30px, 1.875rem, 40px);
	justify-content: left;
	align-items: stretch;
	margin-bottom: 1.875rem;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}

.framed-work__contents__wrap__item {
	width: clamp(300px, 100%, 380px);
	padding: clamp(20px, 1.25rem, 32px) clamp(16px, 1rem, 24px);
	background-color: #fff;
	position: relative;
	transition: box-shadow 0.3s, transform 0.3s;
	border-radius: 7px;
}

.framed-work__contents__wrap__item:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

.framed-work__contents__wrap__item img {
	aspect-ratio: 250/250;
	object-fit: contain;
	object-position: center;
}

.framed-work__contents__wrap__item span {
	color: #fff;
	background-color: #7D7C7C;
	display: inline-block;
	border-radius: 8px;
	margin: 1rem 0 0.5rem;
	line-height: clamp(20px, 1.5rem, 38px);
	padding: 0 1.125rem;
	font-size: clamp(12px, 0.8125rem, 16px);
}

.framed-work__contents__wrap__item h4 {
	font-size: clamp(14px, 1rem, 18px);
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

.framed-work__contents__wrap__item::after {
	content: "";
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	position: absolute;
	bottom: 0.625rem;
	right: 0.625rem;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(20px, 1.25rem, 32px);
}

.pagenation a {
	color: #555555;
}

.pagenation span:not(.dots) {
	color: #fff;
	background-color: #7D7C7C;
	height: clamp(26px, 1.625rem, 36px);
	width: clamp(26px, 1.625rem, 36px);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagenation a,
.pagenation span {
	font-size: clamp(14px, 0.875rem, 20px);
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.framed-work__category {
	margin: 0 0 6.25rem;
	max-width: unset;
}

.framed-work__category-lists li a {
	font-size: 1rem;
	padding: 0 2.3125rem;
	line-height: 2.375rem;
}

.framed-work__contents {
	padding: 7.5rem 0 8.75rem;
}

.framed-work__contents::before {
	left: calc(50% - 50vw + 3.75rem);
	margin: 0 calc(50% - 50vw);
}

.framed-work__contents__title {
	margin-bottom: 3.75rem;
	max-width: unset;
	margin: unset;
}

.framed-work__contents__title h3 {
	font-size: 2.875rem;
	padding-left: 20px;
}

.framed-work__contents__title::before {
	font-size: 3rem;
	left: 0;
	bottom: 0.8em;
}

.framed-work__contents__wrap {
	gap: 1.875rem 3.75rem;
	justify-content: space-between;
	margin: 0 0 4.375rem;
	max-width: unset;
}

.framed-work__contents__wrap__item {
	flex: 0 0 calc(33% - 2.5rem);
	padding: 1.5rem 1.875rem;
}

.framed-work__contents__wrap__item span {
	font-size: 1rem;
	padding: 0 2.3125rem;
	line-height: 2.375rem;
}

.framed-work__contents__wrap__item h4 {
	font-size: 1rem;
}

.framed-work__contents__wrap__item::after {
	width: 1.25rem;
	height: 1.25rem;
}

.pagenation {
	gap: 2.25rem;
}

.pagenation span:not(.dots) {
	height: 2.625rem;
	width: 2.625rem;
}

.pagenation a,
.pagenation span {
	font-size: 1rem;
}

}


/*# sourceMappingURL=framed-work.css.map */
