@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}

html,body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: "Noto Sans", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	display: flex;
}

@media screen and (min-width: 601px) {
	a:hover {
		opacity: 0.6;
		transition: 0.6s;
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	.pc {
		display: block;
	}
	
	.sp {
		display: none;
	}
}

@font-face {
  font-family: 'DINPro-bold';
  src: url('../font/DINPro-Bold.otf') format('woff');
}

img {
	max-width: 100%;
}

header {
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFF;
	background: #004988;
	padding: 12px 0px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.header_inner {
	width: 94%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_inner > * {
}

.site_title > dt {
	font-size: clamp(1rem,1.4vw,1.4rem);
	font-weight: 600;
}

.site_title > dd {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.site_title > dd > span {
	font-size: clamp(1.6rem,2.2vw,2.2rem);
	margin-right: 10px;
}

.site_title > dd > h1 {
	font-size: clamp(2rem,2.8vw,2.8rem);
	margin: 0px;
}

.header_tel_wrap {
	font-weight: bold;
	text-align: center;
}

.header_tel_time {
	font-size: 1.4rem;
	margin-top: 4px;
}



/* --------------------------------------------
共通
-------------------------------------------- */
.sec_ttl_wrap {
	background: #004988;
	display: flex;
	justify-content: center;
	padding: 1.4vw 0px;
}

.sec_ttl_wrap.orange_ver {
	background: #FCC04D;
}

.sec_ttl {
	color: #FFF;
	width: 90%;
	text-align: center;
	margin: 0px auto;
	font-size: clamp(1.8rem,3vw,4rem);
}

.sec_inner {
	padding: 3vw 0px 10vw;
}

.inner_wrap {
	max-width: 1300px;
	width: 90%;
	margin: 0px auto;
}

.side_tel {
	top: 16vh;
	right: 0px;
	position: fixed;
	background: #FFEF31;
	border-width: 4px 0px 4px 4px;
	border-style: solid;
	border-color: #004988;
}

.side_tel img {
	width: 29px;
	height: 150px;
}

.side_tel a {
	display: block;
	padding: 10px;
}

#page-top {
	width: 7rem;
    height: 7rem;
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 1;
}


/* --------------------------------------------
フッター
-------------------------------------------- */
footer {
	background: #FFFAE6;
	padding-bottom: env(safe-area-inset-bottom);
}

.footer_inner {
	display: grid;
	place-items: center;
	max-width: 628px;
	width: 90%;
	margin: 0px auto;
	gap: 10px;
	padding: 3vw 0px 15px;
}

.dantai {
	font-size: clamp(1.1rem,2.2vw,2.2rem);
}

.footer_logo {
	max-width: 570px;
	width: 90%;
}

.footer_tel {
	max-width: 330px;
	width: 60%;
}

.footer_tel_time {
	font-size: clamp(1.2rem,2vw,2rem);
	text-align: center;
}

.shoukoukai_logo {
	font-size: clamp(1.4rem,2.8vw,2.8rem);
	font-weight: bold;
	color: #004988;
}

.shoukoukai_logo > span {
	display: flex;
	align-items: center;
}

.shoukoukai_logo > span::before {
	content: '';
	background: url("../images/icon_symbol.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 33px;
	height: 33px;
	left: 0px;
	top: 2px;
	position: relative;
	margin-right: 5px;
}

.copyright {
	font-size: clamp(1.2rem,1.8vw,1.8rem);
	text-align: center;
	color: #004988;
}






/* --------------------------------------------
トップページ
-------------------------------------------- */
section.mv {
	background: #fce88c;
}


section.about {
	background: url("../images/about_img_pc.jpg");
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: center top !important;
	padding: 3vw 0px 10vw;
}

.about_inner {
	max-width: 662px;
	width: 90%;
	margin: 0px auto;
}

.about_ttl {
	color: #004988;
	font-size: clamp(2.3rem,4.6vw,4.6rem);
	font-weight: bold;
	border-bottom: 10px solid #FCF1B3;
	margin-bottom: 2vw;
	text-align: center;
}

.about_content {
	font-size: clamp(1.3rem,2.2vw,2.2rem);
	font-weight: 500;
	text-align: center;
	line-height: 180%;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: auto !important;
}

.case-slide li {
	margin: 0px 2rem;
	background: #FFFAE6;
	width: 370px;
}

.case_box {
	padding: 3rem;
}

.case_img {
	height: 220px;
}

.case_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case_ttl {
	background: #FFEF31;
	font-size: clamp(1.4rem,2.4vw,2.4rem);
	font-weight: bold;
	text-align: center;
	padding: 1vw 0px;
}

.case_ttl::before {
	content: '';
	background: url("../images/icon_case.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 97px;
	height: 56px;
	left: -20px;
	top: -44px;
	position: absolute;
}

.case_txt {
	font-size: clamp(1.2rem,2vw,2rem);
	text-align: justify;
	padding: 1rem 2rem;
}

.case_inner {
	max-width: 1400px;
	width: 90%;
	margin: 5rem auto 0px;
}

.case_content {
	color: #F38200;
	font-size: clamp(1.3rem,2vw,2.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 180%;
}

.case_caution {
	border: 2px dashed #F38200;
	padding: 3rem;
	margin-top: 5rem;
}

.case_caution_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	font-size: clamp(1.2rem,2vw,2rem);
	line-height: 180%;
}

.case_caution_list {
	margin: 0rem 0px 3rem 2rem;
}

section.examples {
	background: #F4F4F4;
}

section.examples .sec_inner {
	background: url("../images/back_examples.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

section.examples .inner_wrap {
	max-width: 1000px;
}

.accordion_inner:nth-of-type(n+2) {
	margin-top: 3rem;
}

.examples_cate_box:nth-of-type(n+2) {
	border-top: 1px solid #B7B7B7;
}

.examples_cate {
	background: #FCF1B3;
	max-width: 423px;
	width: 60%;
	display: flex;
	align-items: center;
	padding: 2rem 1rem;
}

.examples_cate > span {
	display: flex;
	align-items: center;
}

.examples_cate > span::before {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	left: 20px;
	position: absolute;
}

.cate_kensetsu > span::before {
	background: url("../images/icon_examples_kensetsu.svg");
	width: 88px;
	height: 43px;
}

.cate_yane > span::before {
	background: url("../images/icon_examples_yane.svg");
	width: 72px;
	height: 40px;
}

.cate_ashiba > span::before {
	background: url("../images/icon_examples_ashiba.svg");
	width: 54px;
	height: 42px;
}

.cate_fence > span::before {
	background: url("../images/icon_examples_fence.svg");
	width: 53px;
	height: 37px;
}

.cate_copper > span::before {
	background: url("../images/icon_examples_copper.svg");
	width: 55px;
	height: 41px;
}

.cate_exterior > span::before {
	background: url("../images/icon_examples_exterior.svg");
	width: 61px;
	height: 37px;
}

.cate_paint > span::before {
	background: url("../images/icon_examples_paint.svg");
	width: 46px;
	height: 53px;
}

.cate_doboku > span::before {
	background: url("../images/icon_examples_doboku.svg");
	width: 48px;
	height: 41px;
}

.cate_tatami > span::before {
	background: url("../images/icon_examples_tatami.svg");
	width: 52px;
	height: 41px;
}

.cate_gardening > span::before {
	background: url("../images/icon_examples_gardening.svg");
	width: 57px;
	height: 45px;
}

.cate_denki > span::before {
	background: url("../images/icon_examples_denki.svg");
	width: 55px;
	height: 45px;
}

.cate_sekkei > span::before {
	background: url("../images/icon_examples_sekkei.svg");
	width: 49px;
	height: 52px;
}

.cate_gaichu > span::before {
	background: url("../images/icon_examples_gaichu.svg");
	width: 43px;
	height: 44px;
}

.cate_interior > span::before {
	background: url("../images/icon_examples_interior.svg");
	width: 50px;
	height: 56px;
}

.cate_car > span::before {
	background: url("../images/icon_examples_car.svg");
	width: 58px;
	height: 40px;
}

.cate_cleaning > span::before {
	background: url("../images/icon_examples_cleaning.svg");
	width: 72px;
	height: 51px;
}

.examples_box {
	background: #FFF;
	padding: 3rem 2rem;
}

.cate_img {
	width: 20%;
}

.cate_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cate_name {
	width: 100%;
	justify-content: center;
	font-size: clamp(1.6rem,2.8vw,2.8rem);
	font-weight: 600;
	padding-left: 3em;
}



/* ---------------------------------------------------
アコーディオン
--------------------------------------------------- */
.accordion__title {
	cursor: pointer;
	font-size: clamp(1.3rem,2.2vw,2.2rem);
	font-weight: 600;
	display: flex;
	align-items: center;
}

.accordion__title > p {
	display: flex;
}

.accordion__title > p::before {
	content: '●';
	color: #FCDA4D;
	margin-right: 10px;
}

.accordion__title::after,
.accordion__title.show::after {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-flex;
	width: 42px;
	height: 42px;
	right: 0px;
	position: absolute;
}

.accordion__title::after {
	background: url("../images/acd_open.svg");
}

.accordion__title.show::after {
	background: url("../images/acd_close.svg");
}

.accordion__content {
	font-size: clamp(1.3rem,2vw,2rem);
	font-weight: 600;
	color: #B4722F;
	display: none;
}

.accordion__content_inner {
	width: 93%;
	margin: 2rem auto 0px;
}

.accordion__content_inner > p {
	max-width: 830px;
}


/* --------------------------------------------------- */

.flow_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 2rem;
}

.flow_list > dl > dt {
	border: 2px solid #FFBB39;
	background: #FCFAEC;
}

.flow_img {
	height: 20rem;
	padding: 1.5rem 0px;
	display: flex;
	justify-content: center;
}

.flow_img img {
	height: 100%;
	object-fit: contain;
}

.flow_ttl {
	color: #FFF;
	background: #FFBB39;
	text-align: center;
	padding: 1rem 0px;
	font-size: clamp(1.6rem,3vw,3rem);
	font-weight: bold;
}

.flow_list > dl > dd {
	text-align: center;
	font-size: clamp(1.3rem,1.6vw,1.6rem);
	padding: 1rem;
}

.flow_tel {
	max-width: 260px;
	width: 90%;
	margin: 10px auto 0px;
}


.faq_wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
}

.faq_box:nth-of-type(n+2) {
	margin-top: 3rem;
}

.faq_box > * {
	background: #F4F4F4;
	padding: 1rem 3rem;
}

.faq_box > dd {
	margin-top: 1rem;
	padding: 3rem;
}

.faq_box > * > p {
	display: flex;
}

.faq_box > * > p::before {
	font-size: clamp(3.5rem,5vw,5rem);
	font-family: 'DINPro-bold';
	font-weight: bold;
	margin-right: 2vw;
}

.faq_box > dt > p::before {
	content: 'Q';
	color: #004988;
}

.faq_box > dt > p {
	font-size: clamp(1.4rem,2.7vw,2.7rem);
	font-weight: bold;
	color: #6E6E6E;
	align-items: center;
}

.faq_box > dd > p::before {
	content: 'A';
	color: #EFA415;
}

.faq_box > dd > p {
	font-size: clamp(1.3rem,2vw,2rem);
	text-align: justify;
	line-height: 160%;
	max-width: 874px;
	width: 100%;
}

.caution_wrap {
	max-width: 1100px;
	width: 90%;
	margin: 5vw auto 0px;
}

.caution_ttl_wrap::before,
.caution_ttl_wrap::after {
	content: '';
	background: url("../images/line_caution.svg");
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: inline-block;
	width: 100%;
	height: 14px;
	position: relative;
}

.caution_ttl_wrap::before {
	top: 0px;
}

.caution_ttl_wrap::after {
	bottom: 0px;
}


.caution_ttl {
	font-size: clamp(2.2rem,4.2vw,4.2rem);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 0px;
}

.caution_ttl::before {
	content: '';
	background: url("../images/icon_caution.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 58px;
	height: 51px;
	top: 0px;
	left: 0px;
	margin-right: 10px;
	position: relative;
}

.caution_box {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	justify-content: center;
	place-items: center;
	gap: 2rem;
	background: #FCF1B3;
	border: 6px solid #EFA415;
	padding: 2rem;
	margin-top: 1rem;
}

.caution_txt {
	font-size: clamp(1.1rem,2vw,2rem);
	line-height: 170%;
}


section.business {
	background: url("../images/back_business.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 10px solid #FCDA4D;
	border-bottom: 10px solid #FCDA4D;
	padding: 5vw 0px 0px;
}

.business_ttl_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.business_ttl {
	font-size: clamp(2.3rem,4vw,4.6rem);
	font-weight: bold;
	color: #004988;
	background: #FFF;
	border: 1px solid #004988;
	border-radius: 50px;
	padding: 1.5rem 7rem;
}


.business_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 3vw 2rem;
}

.business_list > dl {
	background: #FFF;
	border: 1px solid #C9C9C9;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.business_list > dl > * {
	font-size: clamp(1.1rem,2vw,2rem);
	font-weight: bold;
	text-align: center;
}

.business_list > dl > dt {
	padding: 0.3rem 1rem;
	color: #FFF;
}

.kensetsu > dt {
	background: #B98A2F;
}

.yane > dt {
	background: #458FC4;
}

.ashiba > dt {
	background: #CB6F20;
}

.fence > dt {
	background: #2B5888;
}

.copper > dt {
	background: #AAA527;
}

.exterior > dt {
	background: #4DA8AC;
}

.paint > dt {
	background: #748B4A;
}

.doboku > dt {
	background: #4DAC6E;
}

.tatami > dt {
	background: #8D735A;
}

.gardening > dt {
	background: #8D6F98;
}

.denki > dt {
	background: #864F55;
}

.sekkei > dt {
	background: #AA5A73;
}

.gaichu > dt {
	background: #938466;
}

.setsubi > dt {
	background: #4D5CAC;
}

.car > dt {
	background: #715727;
}

.cleaning > dt {
	background: #869676;
}

.business_list > dl > dd {
	padding: 2rem 1rem;
	font-feature-settings: 'palt';
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}













