@charset "utf-8";
/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#main .titleBox {
	padding: 9px 0 6px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	background-color: #3C8CA0;
}
#main .titleBox .comBox01 {
	position: relative;
}
#main .titleBox .en02 {
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.8px;
}
.kitchen .pagepath01 {
	margin-bottom: 49px;
}

.works .comWork .headLine03 .en02 {
	margin-top: 4px;
	letter-spacing: 0.9px;
}
.works .comWork .headLine03 {
	font-size: 2.9rem;
	margin-bottom: 82px;
}
.works .h3Ttl {
	margin-bottom: 30px;
	font-size: 2.6rem;
	text-align: center;
	color: #4C4C4C;;
}
.works .comBtn {
	margin-top: 56px;
}
.works .comBtn a {
	padding: 22px 10px 18px;
	letter-spacing: -1px;
	background-color: #3C8CB4;
}
.works .slickBox:not(:last-child) {
	margin-bottom: 145px;
}
.works .comWork:not(:last-child) {
	margin-bottom: 145px;
}
.works .comWork {
	padding-top: 62px;
	border-top: 1px solid #D9D9D9;
}
.works .comColumn .slickBox .img {
	height: 174px;
}


@media all and (min-width: 897px) {
	.works .faqList {
		margin: 30px 0 31px;
		padding: 0;
		border-top: none;
	}
	.works .comColumn .slickBox .img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media all and (max-width: 896px) {
	.works .comColumn .slickBox .img {
		height: auto;
		aspect-ratio: 382 / 272;
	}
	#main .titleBox {
		padding: 7px 0 5px;
		font-size: 2.5rem;
		letter-spacing: -2px;
	}
	.works .faqList {
		margin-top: 23px;
	}
	.works .comWork .headLine03 {
		margin: 0 18px 47px 0;
		font-size: 2.8rem;
		letter-spacing: -4.6px;
	}
	.works .comWork .headLine03 .en02 {
		margin-top: -1px;
	}
	.works .h3Ttl {
		margin-bottom: 39px;
		letter-spacing: -2px;
		font-size: 2.5rem;
	}
	.works .comBtn {
		width: auto;
		margin-top: 20px;
	}
	.works .comBtn a {
		padding: 23px 10px 18px;
	}
	.works .slickBox:not(:last-child) {
		margin-bottom: 81px;
	}
	.works .comWork:not(:last-child) {
		margin-bottom: 94px;
	}
	.works .comWork {
		margin: 0 -14px;
		padding: 39px 14px 0;
		border-width: 2px;
	}
	.works .firstBox {
		padding-top: 39px;
		border-top: none;
	}
}
@media all and (max-width: 374px) {
}

#main.works-single {
	margin-bottom: 0;
}

.works-single-content {
	max-width: 1000px;
	line-height: 1.75;
	margin: 0 auto 240px;
}

.works-headline {
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 35px 0 10px;
	margin-bottom: 20px;
}

.works-lead {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 80px;
}

.works-single-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.before-after {
	display: grid;
	grid-template-columns: 300px 1fr;
	align-items: flex-start;
	gap: 10px;
}

.before-after img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.before-img {
	padding-top: 54px;
}

.before-img::before {
  content: "";
	display: block;
	width: 107px;
	height: auto;
	aspect-ratio: 321/117;
	background: url(../img/works/before.png) no-repeat;
	background-size: cover;
}

.before-img::after {
  content: "";
	display: block;
	width: 124px;
	height: auto;
	aspect-ratio: 372/297;
	background: url(../img/works/after-arrow.png) no-repeat;
	background-size: cover;
	margin: 17px 11px 0 auto;
}

.before-img img {
	aspect-ratio: 300/225;
	border-top: 7px solid #808080;
	border-bottom: 7px solid #808080;
}

.after-img::before {
  content: "";
	display: block;
	width: 208px;
	height: auto;
	aspect-ratio: 624/279;
	background: url(../img/works/after.png) no-repeat;
	background-size: cover;
}

.after-img img {
	aspect-ratio: 690/517;
	border-top: 7px solid #3c8ca0;
	border-bottom: 7px solid #3c8ca0;
}

.works-content-wrap {
	padding: 0 25px;
}

.works-content-wrap >* {
	margin-bottom: 1em;
}

.works-content-wrap >*:last-child {
	margin-bottom: 0;
}

.works-content-wrap h4 {
  font-size: 2.2rem;
	font-weight: normal;
}

.works-content-wrap h5 {
  font-size: 1.8rem;
	font-weight: normal;
}

.works-content-wrap .text-small {
  font-size: 14px;
}

.works-content-wrap .text-middle {
  font-size: 18px;
}

.works-content-wrap .text-large {
  font-size: 20px;
}

.works-content-wrap .text-xlarge {
  font-size: 22px;
}

.works-content-wrap img {
	margin-bottom: 14px;
}

.works-content-wrap a {
	color: #29abe2;
  text-decoration: underline;
}

.works-content-wrap.has-background {
	background-color: #f2f2f2;
	padding: 23px;
}

.works-content-title {
	max-width: max-content;
	min-width: 512px;
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	padding: 32px 70px;
	margin: 50px auto 0;
	position: relative;
}

.works-content-title::before,
.works-content-title::after {
	content: "";
	display: block;
	width: calc(100% - 12px);
	height: calc(100% - 10px);
	border: 2px solid #3c8ca0;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
}

.works-content-title::before {
	top: 0;
	left: 0;
}

.works-content-title::after {
	bottom: 0;
	right: 0;
}

.works-content-img {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 0 25px;
}

.works-content-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 470/352;
	object-fit: cover;
}

.works-images {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
	padding: 0 25px;
}

.works-images img {
	width: 100%;
	height: auto;
  aspect-ratio: 470/335;
	object-fit: cover;
}

@media all and (max-width: 896px) {
	.works-single-content {
		margin: 0 auto 90px;
	}
	.works-headline {
		/* font-size: 2.6rem; */
		font-size: 2.3rem;
		padding: 35px 15px 10px;
		margin-bottom: 20px;
	}
	.works-lead {
		font-size: 1.8rem;
		padding: 0 15px;
		margin-bottom: 48px;
	}
	.works-single-inner {
		gap: 40px;
	}
	.before-after {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 2.44%;
	}
	.before-img {
		padding-top: 0;
	}
	.before-img::before {
		width: 138px;
	}
	.before-img::after {
		content: none;
	}
	.after-img::before {
		width: 248px;
	}
	.works-content-wrap {
		padding: 0 2.44%;
	}
	.works-content-wrap h4 {
		font-size: 1.8rem;
	}
	.works-content-wrap h5 {
		font-size: 1.6rem;
	}
	.works-content-wrap .text-small {
		font-size: 1.2rem;
	}
	.works-content-wrap .text-middle {
		font-size: 1.5rem;
	}
	.works-content-wrap .text-large {
		font-size: 1.6rem;
	}
	.works-content-wrap .text-xlarge {
		font-size: 1.8rem;
	}
	.works-content-wrap img {
		margin-bottom: 14px;
	}
	.works-content-wrap.has-background {
		font-size: 1.6rem;
		padding: 22px 2.44%;
	}
	.works-content-title {
		max-width: calc(100% - 4.88%);
		min-width: 0;
		font-size: 2rem;
		padding: 24px 26px;
		margin: 10px auto 0;
	}
	.works-content-title::before,
	.works-content-title::after {
		width: calc(100% - 10px);
		height: calc(100% - 7px);
	}
	.works-content-img {
		grid-template-columns: 1fr;
		padding: 0 2.44%;
	}
	.works-images {
		grid-template-columns: 1fr;
		padding: 0 2.44%;
	}
	.works-images img {
		aspect-ratio: 390/267;
	}
}