@charset "UTF-8";

.serviceContent{
	display:flex;
	flex-direction:column;
	gap:100px;
	margin-bottom:100px;
}
.bannerArea{
	margin-bottom:100px;
}

.attentBox{
	border:solid 1px #111971;
	border-left:solid 10px #111971;
	padding:10px;
}
.attentBox .txt{
	color:#111971;
	font-size:17px;
}

@media screen and (max-width: 767px) {
	.serviceContent{
		gap:50px;
	}

	.attentBox{
		padding:7px 7px 7px 10px;
	}
	.attentBox .txt{
		font-size:15px;
	}
	.attentBox .txt br{
		display:none;
	}
}
/* ----------
 serviceTit
    ---------- */
.serviceTit {
	background:#F5F5F5 ;
}


.serviceTit .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;

	padding:30px 0;
	background:url(../img/service/serviceTit-interior-renovation.png) no-repeat right center;
	background-size:80% auto;
}

.serviceTit-exterior-painting .inner { background-image:url(../img/service/serviceTit-exterior-painting.png);}
.serviceTit-insulation-soundproofing .inner { background-image:url(../img/service/serviceTit-insulation-soundproofing.png);}
.serviceTit-house-renovationing .inner { background-image:url(../img/service/serviceTit-house-renovationing.png);}
.serviceTit-apartment-renovation .inner { background-image:url(../img/service/serviceTit-apartment-renovation.png);}
.serviceTit-small-repairs .inner { background-image:url(../img/service/serviceTit-small-repairs.png);}


.serviceTit .inner .box {
	padding-left:15px;
	color:#100A66;
}

/* ---- */
.serviceTit .inner span.serviceTit-sub {
	font-weight:bold;
	font-size:17px;
}

.serviceTit .inner h1.serviceTit-main {
	font-weight:bold;
	color:#100A66;
	font-size: clamp(18px, 1.6166vw + 5.6005px, 25px); /* Vary between 767px and 1200px */
}

.serviceTit .inner span.serviceTit-sub,
.serviceTit .inner h1.serviceTit-main {
	text-shadow:
		-1px -1px 0 #f5f5f5,
		 1px -1px 0 #f5f5f5,
		-1px  1px 0 #f5f5f5,
		 1px  1px 0 #f5f5f5;
}


/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
}

/* SP */
@media screen and (max-width: 767px) {
	.serviceTit .inner {
		padding:15px 0;
		background-size:80% auto;
	}
}

@media screen and (max-width: 500px) {
	/* ---- */
	.serviceTit .inner span.serviceTit-sub {
		font-size:15px;
	}

	.serviceTit .inner h1.serviceTit-main {
		font-size: 17px;
	}
}

/* ----------
abouSec
---------- */
.abouSec {
}

.abouSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;

	display:flex;
	flex-direction:column;
	gap:40px;
}

/* ---- */
.abouSec .inner .aboutSec-tit {
	border:solid 1px #333;
	padding:15px;
	border-radius:7px;
}
.abouSec .inner .aboutSec-tit-inner {
	border-left:solid #100A66 5px;
	padding-left:15px;
}
.abouSec .inner .aboutSec-tit .tit {
	font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
	font-weight:bold;
	color:#100A66;
}

.abouSec .inner .aboutSec-tit .lead {
	font-size: clamp(17px, 1.3857vw + 6.3718px, 23px); /* Vary between 767px and 1200px */
}

/* ---- */
.abouSec .inner .aboutSec-main {
	display:flex;
	flex-wrap:wrap;
	gap:15px 5%;
}

.abouSec .inner .aboutSec-main .pic {
	width:38%;
	order:2;
	position:relative;
}

.abouSec .inner .aboutSec-main .pic img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.abouSec .inner .aboutSec-main .cnt {
	width:57%;
	position:relative;
	order:1;
}

.abouSec .inner .aboutSec-main .cnt p {
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.abouSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.abouSec .inner .aboutSec-tit {
		padding:10px;
	}
	.abouSec .inner .aboutSec-tit-inner {
		padding-left:10px;
	}
	.abouSec .inner .aboutSec-tit .tit {
		font-size: 18px;
	}

	.abouSec .inner .aboutSec-tit .lead {
		font-size: 16px;
	}
	/* ---- */
	.abouSec .inner .aboutSec-main {
		gap:15px;
	}

	.abouSec .inner .aboutSec-main .pic {
		width:100%;
		margin:0 auto;
		order:1;
		position:relative;
	}


	.abouSec .inner .aboutSec-main .cnt {
		width:100%;
		margin:0px auto 0;
		position:relative;
		order:2;
	}

}


/* ----------
pageNav
---------- */
.pageNav {
}

.pageNav .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

/* ---- */
.pageNav .inner .pageNav-lst {
	display: flex;
	gap:10px;
}

.pageNav .inner .pageNav-lst .item {
	flex: 1; /* ?? ??????? */
}

.pageNav .inner .pageNav-lst .item a {
	display: block; /* ?????N???u???b?N??????S???L???? */
	padding: 5px 10px; /* ?C???p?f?B???O */
	padding-right:30px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	border-radius:5px;
	background:#21804A url(../img/pageNav-lst-arrow.png) no-repeat right 10px center;
}


/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.pageNav .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.pageNav .inner .pageNav-lst {
		flex-wrap:wrap;
	}
	.pageNav .inner .pageNav-lst .item {
		flex:auto;
		width:calc( (100% - 10px) / 2 );
	}
}

/* ----------
worriesSec
---------- */
.worriesSec {
	background:#EEEEEE;
	padding:80px 0;
}

.worriesSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	gap:50px;

}

/* ---- */
.worriesSec .inner .worriesSec-titArea {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	flex-direction:column;
	width:100%;
}

.worriesSec .inner .worriesSec-titArea .tit {
	text-align:center;
}

.worriesSec .inner .worriesSec-titArea .tit span{
	display:inline-block;
	background:#111971;
	color:#fff;
	border-radius:100px;
	padding:10px 1em;
	font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
}


.worriesSec .inner .worriesSec-titArea .txt {
	text-align:center;
}

/* ---- */
.worriesSec .inner .worriesSec-lst {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}

.worriesSec .inner .worriesSec-lst .item {
	width:calc( (100% - 30px) / 3);
	border:solid 1px #a5a5a5;
	border-radius:7px;
	background:#fff;
	padding:15px;
	font-size:17px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.worriesSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.worriesSec {
		padding:50px 0;
	}

	.worriesSec .inner .worriesSec-titArea .tit span{
		display:block;
		width:100%;
		background:#111971;
		padding:5px 1em;
		font-size: 18px;
	}

	.worriesSec .inner .worriesSec-titArea .txt {
		text-align:left;
	}

	.worriesSec .inner .worriesSec-lst {
		display:flex;
		flex-wrap:wrap;
		gap:10px;
	}

	.worriesSec .inner .worriesSec-lst .item {
		width:calc( (100% - 10px) / 2);
		padding:5px 10px;
	}
}
@media screen and (max-width: 500px) {
	.worriesSec .inner .worriesSec-lst {
		display:flex;
		flex-wrap:wrap;
		gap:10px;
	}

	.worriesSec .inner .worriesSec-lst {
	}
	.worriesSec .inner .worriesSec-lst .item {
		width:calc( (100% - 0px) / 1);
		padding:0;
		background:none;
		border:none;
		font-size:16px;
		position:relative;
		padding-left:25px;
	}
	.worriesSec .inner .worriesSec-lst .item:before {
		content:"";
		width:18px;
		height:25px;

		background:url(../img/icon-relySec-lst-check.png) no-repeat left 3px;
		background-size:contain;


		font-size:11px;
		display:inline-block;
		position:absolute;
		left:0;
		top:4px;
		font-weight:bold;
		color:#111971;
	}
}



/* ----------
relySec
---------- */
.relySec {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.relySec .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	/*
	border:solid 1px #000;
	box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.25);
	padding:30px;
	border-radius:7px;
	*/

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:50px;

	position:relative;
}
.relySec .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /* ?????? or ??啝???w?? */
  width: 100%;
  max-width: 273px;
  /* ??????????A????100%??w????? */
  height: auto;
  /* ?????????A?X?y?N?g?????w?? */
  aspect-ratio: 273 / 182;
  /* ?w?i????\????? */
  background: url(../img/relySec-pic.png) no-repeat right bottom;
  background-size: 100% auto;
}

/* ---- */
.relySec .inner .tit01 {
}

.relySec .inner .txt {
}

.relySec .inner .relySec-lst {
	width:calc( (100% - 30px) - 30px);
	background:#DDE9FF;
	padding:30px;
	border-left: solid 5px #3B82F6;
	margin:0 auto;
}

.relySec .inner .relySec-lst .item {
	font-size: clamp(17px, 1.3857vw + 6.3718px, 23px); /* Vary between 767px and 1200px */
	color:#000;

	background:url(../img/icon-relySec-lst-check.png) no-repeat left center;
	background-size:auto 30px ;
	padding:5px 0;
	padding-left:40px;

}

.relySec .inner .relySec-lst .item-main {
	color:#111971;
	font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
	background:url(../img/icon-relySec-lst-map.png) no-repeat left center;
	background-size:auto 40px ;
	padding:5px 0;
	padding-left:50px;
}

.relySec .inner .relySec-bottom-txt {
	padding-right:265px;
}
.relySec .inner .relySec-bottom-txt strong{
	font-weight:bold;
}

/* Wide Breakpoint */
@media screen and (max-width: 1000px) {
	.relySec {
		width: calc(100% - 30px);
	}

	.relySec .inner .relySec-lst .item {
		font-size: 16px;
		background-size:auto 20px ;
		background-position:left 10px;
		padding:5px 0;
		padding-left:25px;

	}

	.relySec .inner .relySec-lst .item-main {
		font-size: 16px;
		background-size:auto 30px ;
		background-position:left 5px;
		padding:5px 0;
		padding-left:35px;
	}

}

/* SP */
@media screen and (max-width: 767px) {

	.relySec .inner {
		padding:15px 10px;
		gap:30px;
	}
	.relySec .inner .relySec-lst {
		width:100%;
		padding:10px 15px;
	}

	.relySec .inner::after {
	  max-width: 180px;
	}
	.relySec .inner .relySec-bottom-txt {
		padding-right:200px;
	}
}
@media screen and (max-width: 500px) {

	.relySec .inner::after {
		display:block;
		position:relative;
		max-width:100%;
		background-position:center bottom;

	}
	.relySec .inner .relySec-bottom-txt {
		padding-right:0px;
	}
}

/* ----------
wecanSec
---------- */
.wecanSec {

}

.wecanSec .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	/*
	box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.25);
	border:solid 1px #000;
	padding:30px;
	border-radius:7px;
	*/

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:50px;

}

/* ---- */
.wecanSec .inner .tit01 {
}

.wecanSec .inner table.tbl-wecan {
}

.wecanSec .inner table.tbl-wecan thead {
}

.wecanSec .inner table.tbl-wecan thead tr {
}
.wecanSec .inner table.tbl-wecan thead tr th {
	font-weight:bold;
	text-align:center;
}

.wecanSec .inner table.tbl-wecan tbody {
}

.wecanSec .inner table.tbl-wecan tbody tr {
	background-color:#fff;
}

.wecanSec .inner table.tbl-wecan tbody tr td {
}

.wecanSec .inner table.tbl-wecan tbody tr th {
	font-weight:bold;
}

.wecanSec .inner table.tbl-wecan tbody tr:nth-child(odd) {
	background-color:#eef4ff;
}

.wecanSec .inner .attentBox {
}

.wecanSec .inner .attentBox .txt {
}

/* Wide Breakpoint */
@media screen and (max-width: 1000px) {
	.wecanSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.wecanSec .inner {
		padding:15px 0px;
		gap:30px;
	}
}



/* ----------
flowSec
---------- */
.flowSec {
}

.flowSec .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:50px;
}

/* ---- */
.flowSec .inner .tit02 {
}

.flowSec .inner ol {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}

.flowSec .inner ol li {
	width:calc( (100% - 30px) / 3);

	border:solid 1px #a5a5a5;
	border-radius:7px;
	background:#fff;
	padding:15px;


	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:20px;

}

.flowSec .inner ol li span.tit {
	font-size: clamp(14px, 1.5306vw + 8.2602px, 20px); /* Vary between 375px and 767px */
	font-weight:bold;
	background:url(../img/flowSec-no01.png) no-repeat left top;
	background-size:40px auto;
	padding:3px 0 5px;
	padding-left:50px;
	position:relative;
}
.flowSec .inner ol li:nth-child(1) span.tit {background-image:url(../img/flowSec-no01.png); }
.flowSec .inner ol li:nth-child(2) span.tit {background-image:url(../img/flowSec-no02.png); }
.flowSec .inner ol li:nth-child(3) span.tit {background-image:url(../img/flowSec-no03.png); }
.flowSec .inner ol li:nth-child(4) span.tit {background-image:url(../img/flowSec-no04.png); }
.flowSec .inner ol li:nth-child(5) span.tit {background-image:url(../img/flowSec-no05.png); }
.flowSec .inner ol li:nth-child(6) span.tit {background-image:url(../img/flowSec-no06.png); }

.flowSec .inner ol li span.tit strong {
}

.flowSec .inner ol li .free-lbl {
	background:#21804A;
	color:#fff;
	font-size:15px;
	border-radius:100px;
	padding:2px 15px;
	position:absolute;
	top:4px;
	right:0;
}
.flowSec .inner ol li:nth-child(1) span.tit { padding-right:50px; }

.flowSec .inner ol li p {
		font-size: 16px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1200px) {
	.flowSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.flowSec .inner ol {
		gap:10px;
	}
	.flowSec .inner ol li {
		width:calc( (100% - 10px) / 2);
		padding:10px;
	}
}
@media screen and (max-width: 600px) {
	.flowSec .inner ol {
		gap:10px;
	}
	.flowSec .inner ol li {
		width:calc( (100% - 0px) / 1);
		padding:10px;
		gap:10px;
	}

	.flowSec .inner ol li span.tit {
		background-size:30px auto;
		background-position:left 4px;
		padding-left:40px;
	}
}
@media screen and (max-width: 400px) {
	.flowSec .inner ol li span.tit {
		background-position:left 1px;
	}
}

/* ----------
cntactLinbar
---------- */
.cntactLinbar {
	background:#DDE9FF;
	padding:80px 0;
}

.cntactLinbar .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:40px;
}

/* ---- */
.cntactLinbar .inner .tit01 {
	text-align:center;
}

.cntactLinbar .inner .cntactLinbar-btns {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:15px 7%;
}

.cntactLinbar .inner .cntactLinbar-btns .item {
	width:calc( (100% - 7%) / 2);
}

.cntactLinbar .inner .cntactLinbar-btns .item a {
	display:block;
	background:#84090B;
	font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
	color:#fff;
	border-radius:100px;
	padding:20px 35px;
	text-align:center;
	line-height:1;
}
.cntactLinbar .inner .cntactLinbar-btns .item a span{
	background:url(../img/cntactLinbar-btns-btn.png) no-repeat left center;
	background-size:auto 30px;
	display:inline-block;
	padding:5px 0 5px 40px;
}

.cntactLinbar .inner .cntactLinbar-btns .item:last-child a{
	background-color:#21804A;
}
.cntactLinbar .inner .cntactLinbar-btns .item:last-child a span{
	background:url(../img/cntactLinbar-btns-tel.png) no-repeat left center;
}
.cntactLinbar .inner .cntactLinbar-points {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	justify-content:center;
}

.cntactLinbar .inner .cntactLinbar-points .item {
	color:#289156;
	font-size:16px;
	font-weight:bold;
	background:url(../img/cntactLinbar-points.png) no-repeat left 4px;
	background-size:auto 20px;
	padding-left:25px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1000px) {
	.cntactLinbar .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.cntactLinbar {
		padding:30px 0;
	}
	.cntactLinbar .inner .cntactLinbar-btns .item {
		width:calc( (100% - 0%) / 1);
	}
	.cntactLinbar .inner .cntactLinbar-btns .item a {
		padding:10px 20px;
	}
	.cntactLinbar .inner .cntactLinbar-btns .item a span{
		background-size:auto 20px !important;
		padding:5px 0 5px 30px;
	}

	.cntactLinbar .inner .cntactLinbar-points {
		display:flex;
		flex-wrap:wrap;
		flex-direction:column;
		gap:2px;
		justify-content:flex-start;
	}

	.cntactLinbar .inner .cntactLinbar-points .item {
		width:100%;
	}
}


/* ----------
 priceSec
    ---------- */
.priceSec {
}

.priceSec .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:50px;
}

/* ---- */
.priceSec .inner .tit01 {
}

.priceSec .inner table.tbl.tbl-price {
	width:100%;
}

.priceSec .inner table.tbl.tbl-price thead {
}

.priceSec .inner table.tbl.tbl-price thead tr {
}
.priceSec .inner table.tbl.tbl-price thead tr th{
	text-align:center;
	font-weight:bold;
}


.priceSec .inner table.tbl.tbl-price tbody {
}

.priceSec .inner table.tbl.tbl-price tbody tr {
}

.priceSec .inner table.tbl.tbl-price tbody tr td {
}
.priceSec .inner table.tbl.tbl-price tbody tr td.price {
	text-align:right;
}

.priceSec .inner table.tbl.tbl-price tbody tr th {
}

.priceSec .inner .attentBox {
}

.priceSec .inner .attentBox .txt {
}

/* Wide Breakpoint */
@media screen and (max-width: 1000px) {
	.priceSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {
}

/* ----------
 voiceSec
   ---------- */
.voiceSec {
}

.voiceSec .inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:50px;

}

/* ---- */
.voiceSec .inner .voiceSec-titArea {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:30px;
}

.voiceSec .inner .voiceSec-titArea .voiceSec-tit {
	font-weight:bold;
	font-size: clamp(16px, 1.4400vw + 10.6000px, 25px); /* Vary between 375px and 1000px */
	text-align:center;
}
.voiceSec .inner .voiceSec-titArea .voiceSec-tit span{
	background:url(../img/voiceSec-tit-icon.png) no-repeat left center;
	background-size:auto 80%;
	display:inline-block;
	padding:10px 0 10px 80px;
}

.voiceSec .inner .voiceSec-titArea .txt {
	text-align:center;
}

/* ---- */
.voiceSec .inner .voiceLst {
	display:flex;
	flex-direction:column;
	gap:30px;
}

.voiceSec .inner .voiceLst details {
	border:solid 1px #a5a5a5;
	border-radius:7px;
}


.voiceSec .inner .voiceLst details summary {
	padding:10px 20px;
	background:url(../img/ac-down.png) no-repeat right 10px center;
}
.voiceSec .inner .voiceLst details summary:hover {
  cursor: pointer;
}
.voiceSec .inner .voiceLst details[open] summary {
	background: url(../img/ac-up.png) no-repeat right 10px center;
}


.voiceSec .inner .voiceLst details summary strong {
	font-size:16px;
	padding:5px 0 5px 40px;
	background:url(../img/voice-man.png) no-repeat left center;
	background-size:auto 70%;
	display:block;
	margin-bottom:5px;
}
.voiceSec .inner .voiceLst details summary strong.man { background-image:url(../img/voice-man.png); }
.voiceSec .inner .voiceLst details summary strong.woman { background-image:url(../img/voice-woman.png); }


.voiceSec .inner .voiceLst details summary h3{
	font-size:20px;
	font-weight:bold;
}

.voiceSec .inner .voiceLst details .cnt{
	padding:10px 20px;

	display:flex;
	flex-direction:column;
	gap:10px;
}
.voiceSec .inner .voiceLst details .cats{
	font-size:15px;
	background:#DDE9FF;
	padding:5px 1em;
}
.voiceSec .inner .voiceLst details .cats strong{
	font-weight:bold;
	color:#111971;
}
.voiceSec .inner .voiceLst details p {
	font-size:16px;
}

/* Wide Breakpoint */
@media screen and (max-width: 1100px) {
	.voiceSec .inner {
		width: calc(100% - 30px);
	}
}

/* SP */
@media screen and (max-width: 767px) {

	.voiceSec .inner .voiceLst {
		gap:10px;
	}
	.voiceSec .inner .voiceLst details summary {
		padding:6px 25px 6px 8px;
	}
	.voiceSec .inner .voiceLst details summary strong {
		font-size:14px;
		padding:5px 0 5px 40px;
	}

	.voiceSec .inner .voiceLst details summary h3{
		font-size:17px;
	}
	.voiceSec .inner .voiceLst details .cnt{
		padding:10px 8px;
	}
}




