<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*	contents-detail
-------------------------------- */
.contents-detail{
	width: 1100px;
	margin: 0 auto;
}

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

	.contents-detail{
		width: 100%;
	}
	
}


/*	photo-area
-------------------------------- */
.photo-area{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px auto 70px;
}

.photo-area .before-wrap{
	width: 360px;
	position: relative;
}
.photo-area .after-wrap{
	width: 700px;
	position: relative;
}
.before-wrap .before-img{
	width: 100%;
	background: var(--bg5);
	border-radius: 10px;
}
.before-wrap .before-img img{
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: contain;
	/*object-fit: cover;*/
	border-radius: 10px;
}

.photo-area .status {
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 4px 12px 6px;
	font-size: 1.4rem;
	background: #999;
	color: #fff;
	border-radius: 50px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	z-index: 1;
}
.photo-area .after-wrap .status {
	background: var(--cv-mail);
}

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

	.photo-area{
		display: block;
		margin: 30px auto 0;
		padding: 0 20px;
	}

	.photo-area .before-wrap{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 50px;
	}
	.photo-area .before-wrap::after {
		position: absolute;
		background: url("../img/bot-arrow.svg") center/cover, no-repeat;
		content: "";
		aspect-ratio: 21 / 38;
		width: 18px;
		height: auto;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -40px;
	}
	
	.photo-area .after-wrap{
		width: 100%;
	}
	
	.before-wrap .before-img{
		width: 100%;
	}
	.before-wrap .before-img img{
		max-height: 220px;
	}
	
}


/*	slide-area
-------------------------------- */
#works .slide-block {
  	width: 100%;
  	padding: 0;
	display: block;
}
#works .slick-slide img {
  	width: 100%;
  	height: auto;
}
#works .slick-prev,
#works .slick-next {
  	z-index: 1;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	background: var(--orange01);
	width: 40px;
	height: 40px;
}
#works .slick-prev:before,
#works .slick-next:before {
  	color: #fff;
	font-size: 1.8rem;
}

#works .slick-prev {
	left: -60px;
}

#works .slick-next {
	right: -60px;
}

#works .slider-thumb .slick-slide {
  	transition: all ease-in-out .3s;
  	/*opacity: .2;*/
	height: 520px;
}
#works .slick-active {
  	opacity: 1;
}
#works .slick-current {
  	opacity: 1;
}
#works .slide-block .min-thumb {
  	margin: 20px 0 0;
	height: 100px;
}

#works .slide-block .min-thumb .slick-track {
	display: flex;
	gap: 10px;
}

#works .slide-block .min-thumb img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}

#works .slide-block .min-thumb .slick-slide {
  	cursor: pointer;
	height: 100px;
}
#works .slide-block .min-thumb .slick-slide:hover {
  	opacity: .7;
}

#works .slide-block .slider-thumb {
	width: 100%;
	background: var(--bg5);
	border-radius: 10px;
}

#works .slide-block .slider-thumb img {
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: contain;
	border-radius: 10px;
}

#works .text-slider {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.4;
}


#works .table-block {
	width: 100%;
}
#works .table-block .cmn-table{
    margin: 40px auto 0;
	border: none;
}
#works .table-block .cmn-table tr{
	border-top: 1px var(--beige) dashed;
	border-bottom: 1px var(--beige) dashed;
}
#works .table-block .cmn-table th,
#works .table-block .cmn-table td{
	border: none;
	background: none;
	vertical-align: top;
	padding: 20px;
}
#works .table-block .cmn-table th{
	width: 110px;
}


@media screen and (max-width: 768px) {
	
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	
	#works .detail-area .inner {
		width: 100%;
	}
	
	#works .detail-area .top-txt {
		gap: 15px;
		margin: 0 0 20px;
	}
	
	#works .detail-area .top-txt .ttl {
		font-size: 2.8rem;
	}
	
	#works .slide-block {
		width: 100%;
	}
	
	#works .slide-block .slider-thumb {
		width: 100%;
	}
	#works .slide-block .slider-thumb img {
		max-height: 300px;
	}
	
	#works .slide-block .slider-thumb .slick-list {
		height: 100%;
	}
	
	#works .slide-block .slider-thumb .slick-track {
		height: 100%;
	}
	
	#works .slider-thumb .slick-slide {
		height: 300px;
	}
	
	#works .slide-block .min-thumb .slick-slide {
		/*height: 15vw;*/
		height: 80px;
	}
	
	#works .slide-block .min-thumb .slick-track {
		gap: 5px;
	}
	
	#works .slide-block .min-thumb img {
		height: 100%;
	}
	
	#works .slide-block .min-thumb {
		margin: 20px 0 0;
		/*height: 15vw;*/
		height: 80px;
	}
	
	#works .slick-prev, #works .slick-next {
		top: 50%!important;
		transform: translateY(-50%)!important;
		width: 20px;
		height: 20px;
	}
	
	#works .slick-prev {
		left: -19px!important;
	}

	#works .slick-next {
		right: -19px!important;
	}

	#works .slick-prev:before, #works .slick-next:before {
		font-size: 1.2rem;
	}
	
	#works .text-slider {
		line-height: 1.4;
		font-size: 1.4rem;
	}
	
	#works .table-block {
		width: 100%;
	}
	#works .table-block .cmn-table{
		margin: 30px auto 0;
		border: none;
	}
	#works .table-block .cmn-table tr{
	}
	
	#works .table-block .cmn-table th,
	#works .table-block .cmn-table td{
		padding: 10px;
		font-size: 1.5rem;
	}
	#works .table-block .cmn-table th{
		width: 100px;
		font-weight: 500;
	}
	
}



/*	simple-text-box
-------------------------------- */
.simple-text-box{
	background: var(--main2);
	margin: 50px 0 0;
	padding: 40px 50px 30px 50px;
	border-radius: 20px;
	position: relative;
}
.simple-text-box .title{
	position: absolute;
	top: -15px;
	left: 30px;
	padding: 8px 20px;
	font-size: 1.6rem;
	background: var(--main);
	border-radius: 50px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .1em;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	
	.simple-text-box{
		width: auto;
		margin: 40px 20px 0;
		padding: 40px 20px 20px 20px;
		border-radius: 10px;
	}
	.simple-text-box .title{
		top: -15px;
		left: 10px;
		padding: 8px 15px;
	}
	
}

/*	free-area
-------------------------------- */
#works .free-area {
	padding: 30px 50px 0 50px;
	margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
	#works .free-area {
		padding: 30px 20px 0 20px;
		margin: 0 0 40px;
		width: 100%;
	}
	
}



/*	関連実績
-------------------------------- */
.detail-page .works-area {
	margin: 0 0 0;
	padding: 0 30px 40px 30px;
}
.detail-page .works-wrap {
	margin: 0 auto;
	position: relative;
}
.detail-page .works-wrap::after {
	display: block;
	content: "関連実績";
	position: absolute;
	transition: all .5s;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	left: calc((100% - 1180px) / 2);
	top: 50px;
	bottom: auto;
	background: none;
}
.detail-page .works-list {
	flex-direction: row;
	max-height: inherit;
}
.detail-page .works-list .thumb,
.detail-page .works-list li:nth-child(6n) .thumb,
.detail-page .works-list li:nth-child(6n+1) .thumb{
    height: 210px;
}
.detail-page .works-wrap .cmn-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.detail-page .works-area {
		margin: 0 0 0;
		padding: 0;
	}
	.detail-page .works-wrap {
		padding: 75px 0 60px 20px;
	}
	.detail-page .works-wrap::after {
		font-size: 1.8rem;
		left: 20px;
		top: 30px;
	}
	.detail-page .works-list .thumb,
	.detail-page .works-list li:nth-child(6n) .thumb,
	.detail-page .works-list li:nth-child(6n+1) .thumb{
		height: 180px;
	}
	
}



/* --------------plan-area-------------- */
/*.plan-bg{
    background-image: url(../img/cmn-plan-bg.jpg);
    margin: -70px 0;
    z-index: -1;
    position: relative;
    padding: 200px 0;
}*/

.plan-area{
	margin: 0 0 100px;
}
.plan-area-inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.plan-area-inner::before{
    content: "";
    background: url("../img/wave-txt02.png") no-repeat center center / contain;
	aspect-ratio: 783 / 108;
    width: 522px;
    height: auto;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.plan-area .table-wrap{
	display: flex;
	justify-content: space-between;
}
.plan-area .table-area{
	width: 650px;
	order: 1;
}
.plan-area .cmn-table{
}
.plan-area .cmn-table th{
    padding: 15px 20px;
	text-align: left;
}
.plan-area .table-area .basic-txt{
	font-size: 1.4rem;
	margin: 15px 0 0;
	line-height: 1.6;
}
.plan-area .table-img{
	width: 500px;
	order: 2;
	margin: 25px 0 0;
}
.plan-area .table-img img{
	width: 100%;
	height: 330px;
	object-fit: cover;
	border-radius: 20px;
}

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

    /*.plan-bg{
        padding: 100px 0;
    }*/

    .plan-area{
		margin: 0 0 60px;
		padding: 0 20px;
    }

    .plan-area-inner{
        padding: 0;
		width: 100%;
    }
	.plan-area-inner::before{
		width: 96%;
		max-height: 60px;
		right: auto;
		left: 50%;transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: 0;
		display: none;
	}
	
	.plan-area .table-wrap{
		display: block;
	}
	.plan-area .table-area{
		width: auto;
		/*margin: 0 -20px;*/
	}
	.plan-area .cmn-table{
	}
	.plan-area .cmn-table th{
		padding: 8px;
		font-size: 1.4rem;
	}
	.plan-area .cmn-table td{
		padding: 8px;
		line-height: 1.5;
		font-weight: 500;
	}
	.plan-area .table-area .basic-txt{
		margin: 15px 0 0;
	}
	.plan-area .table-img{
		width: 100%;
		margin: 25px 0;
	}
	.plan-area .table-img img{
		height: 200px;
		border-radius: 10px;
	}


}


/* more-service */
#more-service{
	margin: 50px auto 0;
	border-radius: 50px;
	padding: 70px;
	background: var(--main2);
	position: relative;
}
#more-service::before{
    content: "";
    background: url("../img/deco-logo.svg") no-repeat center center / contain;
	aspect-ratio: 240 / 176;
    width: 400px;
    height: auto;
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 30px;
}

#more-service .ttl-wrap{
	display: flex;
	align-items: center;
	gap: 0 20px;
}
#more-service .ttl-wrap .ill{
	width: 120px;
}
#more-service .ttl-wrap .ill img{
	width: 100%;
	height: 125px;
	object-fit: contain;
}
#more-service .ttl-wrap .ttl-text-wrap{
}
#more-service .ttl-wrap .section-catch{
	font-size: 3rem;
	margin: 5px 0 0;
}
#more-service .ttl-wrap .section-catch.sub{
	color: #fff;
	background: var(--green);
	padding: 5px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	width: fit-content;
	margin: 0;
}

#more-service .content-wrap{
    margin: 20px 0 0;
	position: relative;
}

/* .more-service-list */
.more-service-list{
	gap: 40px;
	margin: 40px 0 0;
}
.more-service-list li{
    width: calc((100% - 40px*3)/4);
}
.more-service-img{
    width: 100%;
    height: 180px;
}

.more-service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.more-service-list p{
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
    color: var(--sub-dark);
    text-align: center;
    margin-top: 20px;
}
.more-service-list span{
	font-weight: 500;
	line-height: 1.4;
    /*color: var(--cv-mail);*/
}
#more-service .basic-txt.cau{
	font-size: 1.4rem;
	margin: 15px 0 0;
	line-height: 1.6;
}


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

	#more-service{
		margin: 40px -20px 0;
		border-radius: 30px;
		padding: 40px 20px 50px;
	}
	#more-service::before{
		width: 200px;
		right: 10px;
		top: 10px;
	}
	
	#more-service .ttl-wrap{
		gap: 0 10px; 
	}
	#more-service .ttl-wrap .ill{
		width: 90px;
	}
	#more-service .ttl-wrap .ill img{
		height: 90px;
	}
	#more-service .ttl-wrap .ttl-text-wrap{
		width: calc(100% - 90px);
	}
	#more-service .ttl-wrap .section-catch{
		font-size: 1.8rem;
	}
	#more-service .ttl-wrap .section-catch.sub{
		font-size: 1.5rem;
	}

	#more-service .content-wrap{
		margin: 20px 0 0;
	}
	
	
	/* .more-service-list */
	.more-service-list{
		gap: 20px 10px;
		display: flex!important;
		justify-content: space-between;
		margin: 20px 0 0;
	}
	.more-service-list li{
		width: calc((100% - 10px) / 2 );
	}
	.more-service-img{
		height: 120px;
	}
	.more-service-img img{
		border-radius: 10px;
	}

	.more-service-list p{
		font-size: 1.5rem;
		margin-top: 10px;
	}
	.more-service-list span{
		display: block;
	}
	#more-service .basic-txt.cau{
	}
	
	
}

</pre></body></html>