@charset "UTF-8";

/*--------------- ▽ header ▽ ---------------*/
.header {
	background: var(--col-base);
	box-sizing: border-box;
	padding: 10px 20px;
	z-index: 50;
	width: 100%;
	position: fixed;
	top: 0;
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: 220px;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-info {
	margin-bottom: 12px;
}
.header-right {
	margin: 0 0 0 auto;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
	margin: 0 0 0 auto;
	gap: 30px;
}
.header-nav-link {
	font-weight: 800;
}
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
	background: var(--col-main);
	border: 1px solid --col-main;
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 100;
}

.footer {
	position: relative;
	box-sizing: border-box;
	padding: 15% 0 0;
}
.footer-wrap {
	flex-direction: column;
	gap: 30px;
}
.footer-nav {
	margin: 0 auto;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer-nav-list {
	gap: 30px;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	height: fit-content;
	margin: 0 auto;
}
.footer-nav-link {
	font-weight: 700;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 1.4rem;
}
.footer-nav-link::before {
	position: absolute;
	content: '・';
	color: var(--col-main);
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	z-index: 2;
	transition: all 0.3s ease;
}
.footer-logo-wrap {
	gap: 20px;
	margin: 0 auto 8%;
	flex-direction: column;
}
.footer-logo {
	display: block;
	width: 220px;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer #copyright {
	padding: 5px 0;
	background: var(--col-text);
	color: var(--col-wh);
	margin-top: 80px;
}
.footer #copyright small {
	color: var(--col-wh);
	font-size: 1rem;
}
.footer #copyright small a {
	color: var(--col-wh);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	background:
		linear-gradient(rgba(var(--col-text-rgb), 0.7), rgba(var(--col-text-rgb), 0.1)),
		url(../img/mv/mv-bg.jpg) no-repeat center right/cover;
	width: 100%;
	height: clamp(480px, 70vw, 650px);
	margin-top: 70px;
	position: relative;
}
.mv::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg) repeat;
	width: 100%;
	height: 5px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
}
.mv::after {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg) repeat;
	width: 100%;
	height: 5px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.mv-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
	width: 90%;
}
.mv-catch {
	margin-bottom: 25px;
}
.mv-catch .ttl-main {
	display: block;
	color: var(--col-wh);
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 30px;
}
.mv-catch .ttl-sub {
	display: inline-block;
	color: var(--col-wh);
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 800;
}
.mv-catch .ttl-sub .text01 {
	margin-bottom: 8px;
	display: inline-block;
}
.mv-catch .ttl-sub .text02 {
	flex-wrap: wrap;
	line-height: 1;
	gap: 8px;
}
.mv-catch .ttl-sub .text02 .works {
	font-size: 1.6rem;
	letter-spacing: 0;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
	box-sizing: border-box;
	padding: 17% 0;
}

/*--------------------
top-news
---------------------*/
.top-news {
	padding: 17% 0 0;
}
.top-news-wrap {
	flex-direction: column;
	gap: 40px;
}
.top-news-ttl .ttl-en {
	font-size: 3.4rem;
	display: block;
}
.top-news-ttl .ttl-ja {
	display: block;
	font-size: 1.8rem;
	font-weight: 800;
}
.top-news .news-list {
	width: 100%;
	margin: 0 auto 10%;
}
.top-news .inbox {
	position: relative;
}
.top-news-btn {
	margin: 0 auto;
}

/*--------------------
top-about
---------------------*/
.top-about .outbox {
	background:
		url(../img/top/about-deco-ink-l.png) no-repeat left top 30px/90px,
		url(../img/top/about-deco-ink-r.png) no-repeat right top 30px/90px,
		var(--col-wh);
}
.top-about-text {
	position: relative;
	width: fit-content;
	margin: 0 auto 12%;
}
.top-about-text::before {
	position: absolute;
	content: '';
	background: url(../img/top/about-illust-l.png) no-repeat;
	width: 211px;
	height: 201px;
	left: -250px;
	margin: auto;
	top: -50px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-text::after {
	position: absolute;
	content: '';
	background: url(../img/top/about-illust-r.png) no-repeat;
	width: 223px;
	height: 287px;
	margin: auto;
	right: -280px;
	top: -100px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-list {
	flex-direction: column;
	gap: 40px;
	box-sizing: border-box;
	padding: 0 5% 10%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 10%;
}
.top-about-list::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg) repeat;
	width: 100%;
	height: calc(100% - 100px);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.top-about-item {
	width: 100%;
	background:
		url(../img/common/deco-ink01.png) no-repeat top right,
		var(--col-wh);
	border: 6px solid var(--col-sub02);
	box-sizing: border-box;
	padding: 6% 4%;
	position: relative;
	z-index: 1;
}
.top-about-item::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 60px;
	height: 6px;
	bottom: -6px;
	margin: auto;
	right: 20px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 1;
}
.top-about-item-wrap {
	gap: 20px;
	margin-bottom: 15px;
}
.top-about-item-ttl {
	font-size: 2rem;
	font-weight: 800;
	width: 70%;
}
.top-about-item-num {
	position: absolute;
	font-size: 3rem;
	font-family: var(--font-ttl-en);
	display: block;
	top: -36px;
	left: 20px;
	width: fit-content;
	height: fit-content;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.1;
	z-index: 2;
}
.top-about-item-num::first-letter {
	color: var(--col-sub02);
}
.top-about-item-num::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 80px;
	height: 6px;
	margin: auto;
	left: 0;
	top: 30px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-about-item-img {
	position: relative;
	aspect-ratio: 1/1;
	width: 30%;
	height: fit-content;
}
.top-about-item-img::before {
	position: absolute;
	content: '';
	border: 1px solid var(--col-wh);
	z-index: 1;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about-item-text {
	box-sizing: border-box;
	padding: 0 3%;
}
.top-about-btn {
	margin: 0 auto;
}

/*--------------------
top-service
---------------------*/
.top-service {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.top-service-list {
	gap: 40px;
	position: relative;
	flex-direction: column;
}
.top-service-list-wrap {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 10%;
}
.top-service-list-wrap::before {
	width: 100%;
	height: calc(100% - 100px);
	position: absolute;
	content: '';
	background: url(../img/common/pat02.jpg);
	bottom: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.top-service-item {
	width: 100%;
	border: 4px solid var(--col-sub02);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: var(--col-wh);
}
.top-service-item:nth-child(1)::after {
	position: absolute;
	content: '';
	background: url(../img/top/service-img01.png) no-repeat top right;
	width: 110px;
	height: 90px;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-service-item:nth-child(2)::after {
	position: absolute;
	content: '';
	background: url(../img/top/service-img02.png) no-repeat top right;
	width: 110px;
	height: 90px;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-service-item::before {
	position: absolute;
	content: '';
	border: 1px dashed var(--col-sub02);
	width: 100%;
	height: 1px;
	bottom: 80px;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.top-service-item-ttl {
	font-size: 2.2rem;
	margin-bottom: 15px;
	font-weight: 800;
}
.top-service-item-wrap {
	padding: 6% 5%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.top-service-item-btn {
	margin: 0 auto 30px auto;
	text-align: right;
}

/*--------------------
top-comparison
---------------------*/
.top-comparison-box {
	position: relative;
	border: 6px solid var(--col-main-light);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5% 12%;
}
.top-comparison-box::before {
	position: absolute;
	content: '';
	background: var(--col-base);
	width: 90%;
	height: 6px;
	left: 0;
	margin: auto;
	right: 0;
	top: -6px;
	transition: all 0.3s ease;
}
.top-comparison-ttl {
	transform: translateY(-40%);
	top: 0;
	margin: 0 auto;
}
.top-comparison-text {
	margin: 0 auto 12%;
}
.top-comparison-table-wrap {
	overflow-x: scroll;
	margin: 0 auto 12%;
}
.top-comparison-table {
	position: relative;
	margin: 0 auto 10%;
	width: 500px;
}
.top-comparison-table .ttl-row th {
	width: 16%;
	background: var(--col-main);
	color: var(--col-wh);
	font-size: 1.7rem;
	font-weight: 800;
	box-sizing: border-box;
	padding: 22px 15px;
	text-align: center;
	vertical-align: middle;
}
.top-comparison-table .ttl-row th:nth-child(3) {
	background: var(--col-gry);
}
.top-comparison-table .ttl-row .none {
	background: none;
}
.top-comparison-table .row th {
	vertical-align: middle;
	width: 30%;
}
.top-comparison-table .row th .check {
	position: relative;
	display: block;
	font-weight: 700;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 20px;
}
.top-comparison-table .row th .check::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-check.png) no-repeat;
	width: 15px;
	height: 15px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-comparison-table .row td {
	box-sizing: border-box;
	padding: 20px 10px;
	background: var(--col-wh);
	font-weight: 700;
	border-bottom: 1px dashed var(--col-gry);
	font-size: 1.5rem;
	width: 35%;
}
.top-comparison-table .row:last-child td {
	border-bottom: none;
}
.top-comparison-btn {
	margin: 0 auto;
}

.top-comparison-table .row td:first-of-type {
	border-left: 2px solid var(--col-main);
	border-right: 2px solid var(--col-main);
}
.top-comparison-table .row:last-child td:first-of-type {
	border-bottom: 2px solid var(--col-main);
}
/*--------------------
top-flow
---------------------*/
.top-flow {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	gap: 40px;
}
.top-flow::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg) repeat;
	width: 1700px;
	height: 380px;
	bottom: 0;
	margin: auto;
	left: 0;
	transition: all 0.3s ease;
}
.top-flow-list {
	gap: 40px;
	counter-reset: number 0;
}
.top-flow-item {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 5% 6%;
	background: var(--col-wh);
	border-bottom: 4px solid var(--col-sub02);
	position: relative;
}
.top-flow-item::before {
	position: absolute;
	content: '0' counter(number);
	counter-increment: number 1;
	bottom: 0;
	left: 20px;
	margin: auto;
	top: -15px;
	background-size: contain;
	font-size: 3rem;
	font-family: var(--font-ttl-en);
}
.top-flow-item-ttl-wrap {
	gap: 25px;
	margin: 0 auto 15px;
	align-items: center;
	justify-content: start;
}
.top-flow-item-icon {
	width: 80px;
}
.top-flow-item-ttl {
	font-weight: 800;
	font-size: 2rem;
}

/*--------------------
top-area
---------------------*/
.top-area-container {
	padding: 10% 6%;
	margin: 0 auto 10%;
}
.top-area-container-wrap {
	margin: 0 auto;
	flex-direction: column;
	gap: 40px;
}
.top-area-container-main {
	position: relative;
}
.top-area-container-list {
	position: absolute;
	gap: 12px;
	z-index: 2;
}
.top-area-container-item {
	text-align: center;
	box-sizing: border-box;
	padding: 4px 8px;
	font-size: 1.7rem;
	font-weight: 800;
	border: 4px solid var(--col-main);
	width: fit-content;
}
.top-area-container-img {
	display: block;
	width: 70%;
	position: relative;
	margin: 0 auto;
}
.top-area-note {
	font-weight: 700;
	text-align: left;
}

/*--------------------
top-recruit
---------------------*/
.top-recruit {
	padding: 0 0 17%;
}
.top-recruit-bnr {
	background: url(../img/top/recruit-bnr-bg.jpg) no-repeat center right/cover;
	box-sizing: border-box;
	padding: 10% 6%;
	border-radius: 10px;
	position: relative;
	display: block;
	width: 100%;
	bottom: 0;
}
.top-recruit-bnr::before {
	position: absolute;
	content: '';
	border: 1px solid var(--col-wh);
	border-radius: 10px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-recruit-bnr-ttl {
	margin-bottom: 8%;
}
.top-recruit-bnr-ttl .ttl-ja {
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 6px;
}
.top-recruit-bnr-ttl .ttl-en {
	font-size: 2rem;
}
.top-recruit-bnr-btn {
	margin-top: 6%;
}

/*--------------------
com-contact
---------------------*/
.com-contact {
	padding: 17% 0 80px;
}
.com-contact-ttl {
	margin: 0 auto 12%;
}
.com-contact-ttl .ttl-en {
	font-size: 3.2rem;
	color: var(--col-sub02-light);
	text-align: center;
	margin: 0 auto 20px;
}
.com-contact-ttl .ttl-ja {
	font-size: 2.3rem;
	font-weight: 800;
	text-align: center;
	margin: 0 auto;
	line-height: 2;
	color: var(--col-wh);
}
.com-contact-text {
	margin: 0 auto 6%;
}
.com-contact-info {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 8% 5%;
	border-radius: 10px;
	gap: 30px;
	position: relative;
	z-index: 1;
	flex-direction: column;
}
.com-contact-tel {
	position: relative;
}
.com-contact-tel::before {
	position: absolute;
	content: '';
	border-left: 1px dashed var(--col-gry);
	width: 1px;
	height: 60px;
	bottom: 0;
	margin: auto;
	right: -50px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-wrap {
	position: relative;
}
.com-contact-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/contact-illust-l.png) no-repeat;
	width: 90px;
	height: 110px;
	left: 0;
	margin: auto;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/common/contact-illust-r.png) no-repeat;
	width: 200px;
	height: 180px;
	margin: auto;
	right: -40px;
	bottom: -130px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 5;
}

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

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	padding: 17% 0;
	box-sizing: border-box;
	position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: 70px;
	-webkit-justify-content: center;
	justify-content: center;
}
.sv::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 100%;
	height: 5px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
}
.sv::after {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 100%;
	height: 5px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.sv .inbox {
	width: 100%;
}
.sv-ttl {
	font-size: 2.4rem;
	color: var(--col-wh);
	font-weight: 800;
	text-align: center;
	margin: 0 auto;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
	background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-painting {
	background: url(../img/sv/sv-painting-bg.jpg) no-repeat center right/cover;
}

.sv-exterior {
	background: url(../img/sv/sv-exterior-bg.jpg) no-repeat center center/cover;
}

.sv-info {
	background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 2% 0;
	z-index: 100;
	line-height: 1;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-quality
-------------------------*/
.about-quality {
	padding: 17% 0 5%;
}
.about-quality .inbox {
	position: relative;
}
.about-quality .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-ink02.png) no-repeat;
	width: 180px;
	height: 120px;
	left: -60px;
	z-index: -2;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-quality .inbox::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-ink03.png) no-repeat;
	width: 120px;
	height: 120px;
	right: -50px;
	z-index: -2;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-quality-text {
	position: relative;
	margin: 0 auto 10%;
	box-sizing: border-box;
}
.about-quality-btn-list {
	gap: 30px;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 160px;
}
.about-quality-btn-list::before {
	position: absolute;
	content: '';
	background: url(../img/about/quality-img01.png) no-repeat;
	width: 130px;
	height: 130px;
	margin: auto;
	left: 0;
	bottom: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-quality-btn-list::after {
	position: absolute;
	content: '';
	background: url(../img/about/quality-img02.png) no-repeat;
	width: 130px;
	height: 150px;
	margin: auto;
	right: 0;
	bottom: -20px;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-quality-btn-item {
	width: 100%;
	margin: 0 auto;
}
.about-quality-btn-item .item-btn {
	margin: 0 auto;
}

/*-----------------------
about-section
-------------------------*/
.about-section {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 12% 0;
}
.about-section::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat02.jpg);
	width: calc(1280px + 50% - 640px);
	height: calc(100% - 390px);
	bottom: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}

/*-----------------------
about-guide
-------------------------*/
.about-guide {
	position: relative;
}
.about-guide::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.about-guide .outbox {
	max-width: 1280px;
}
.about-guide-text {
	margin: 0 auto 10%;
}
.about-guide-list {
	gap: 35px;
	position: relative;
	box-sizing: border-box;
}

/*-----------------------
about-message
-------------------------*/
.about-message-wrap {
	flex-direction: column;
	gap: 30px;
}
.about-message-container {
	padding: 12% 0;
}
.about-message-img {
	aspect-ratio: 3/2;
	width: 100%;
	height: fit-content;
}
.about-message-text .sign {
	text-align: right;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_painting ▼ ---------------*/
.painting-section-wrap {
	box-sizing: border-box;
	padding: 17% 0 0;
}

/*-----------------------
com-painting
-------------------------*/
.com-painting-container {
	margin-bottom: 10%;
	padding: 12% 6%;
}
.com-painting-container:last-child {
	margin-bottom: 0;
}
.com-painting-container-wrap {
	flex-direction: column;
	gap: 30px;
}
.com-painting-container-img {
	aspect-ratio: 300/220;
	width: 100%;
	height: fit-content;
}
.com-painting-about-container {
	margin-bottom: 10%;
}
.com-painting-about-container:last-child {
	margin-bottom: 0;
}

.painting-section {
	margin-bottom: 100px;
}
.painting-section:last-child {
	margin-bottom: 0;
}
.painting-section .sub-section {
	padding: 0;
}

/*-----------------------
painting-wall
-------------------------*/
.painting-wall-flow-list {
	flex-direction: column;
	gap: 30px;
	counter-reset: number 0;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 30px;
}
.painting-wall-flow-item {
	position: relative;
	box-sizing: border-box;
	padding: 45px 0 0 0;
	display: block;
}
.painting-wall-flow-item::before {
	position: absolute;
	content: 'Step 0' counter(number);
	counter-increment: number 1;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	color: var(--col-main);
	font-family: var(--font-ttl-en);
	font-size: 2.4rem;
}
.painting-wall-flow-item::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco03.png) no-repeat;
	width: 3px;
	height: 14px;
	bottom: -25px;
	left: 40px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 1;
}
.painting-wall-flow-item:last-child::after {
	content: none;
}
.painting-wall-flow-item-text {
	font-weight: 700;
}
.painting-wall-flow-item-text .large {
	font-weight: 800;
	font-size: 2rem;
	display: block;
}
.painting-wall-flow-note-list {
	box-sizing: border-box;
	padding: 0 20px;
}
.painting-wall-price-text {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 0 30px;
}
.painting-wall-price-note-list {
	box-sizing: border-box;
	padding: 0 30px;
}

/*-----------------------
painting-roof
-------------------------*/
.painting-roof-category-list {
	margin-bottom: 25px;
}

/*-----------------------
painting-leak
-------------------------*/
.painting-leak-list {
	margin-top: 30px;
}
.painting-leak-list li {
	font-size: 1.7rem;
}

/*-----------------------
painting-faq
-------------------------*/
.painting-faq-list {
	gap: 40px;
	flex-direction: column;
	gap: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}
.painting-faq-item {
	position: relative;
}
.painting-faq-item-q {
	position: relative;
	background: var(--col-main);
	color: var(--col-wh);
	font-size: 1.8rem;
	font-weight: 800;
	box-sizing: border-box;
	padding: 15px 30px;
	line-height: 1.4;
}
.painting-faq-item-q::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-faq.png) no-repeat;
	width: 40px;
	height: 40px;
	left: -20px;
	margin: auto;
	top: -20px;
	background-size: contain;
	transition: all 0.3s ease;
}
.painting-faq-item-a {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px 30px;
	font-size: 1.5rem;
}

/*--------------- ▲ sub03_painting ▲ ---------------*/
/*--------------- ▼ sub04_exterior ▼ ---------------*/
/*-----------------------
exterior-about
-------------------------*/
.exterior-about {
	padding: 17% 0 0;
}
.exterior-about-container {
	box-sizing: border-box;
	padding: 12% 6%;
}
.exterior-about-container-wrap {
	flex-direction: column;
	gap: 30px;
}
.exterior-about-container-img {
	aspect-ratio: 300/200;
	width: 100%;
	height: fit-content;
}

/*-----------------------
exterior-menu
-------------------------*/
.exterior-menu {
	padding: 17% 0 0;
}
.exterior-menu-outbox {
	position: relative;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 40px;
}
.exterior-menu-outbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 100%;
	height: calc(100% - 80px);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.exterior-menu-list {
	gap: 30px;
	flex-direction: column;
}
.exterior-menu-item {
	width: 100%;
}
.exterior-menu-item-ttl {
	font-size: 2.2rem;
	font-weight: 800;
	text-align: center;
	margin: 0 auto 20px;
}
.exterior-menu-item-img {
	aspect-ratio: 240/180;
	width: 100%;
	height: fit-content;
	margin: 0 auto 20px;
}

/*-----------------------
exterior-method
-------------------------*/
.exterior-method-container {
	box-sizing: border-box;
	padding: 10% 6%;
	margin: 0 auto 10%;
}
.exterior-method-container-wrap {
	flex-direction: column;
	gap: 30px;
}
.exterior-method-container-img {
	aspect-ratio: 300/200;
	width: 100%;
	height: fit-content;
}
.exterior-method-container-wrap {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 30px;
}
.exterior-method-container .container-feature-list {
	width: fit-content;
	margin: 0 auto;
	flex-direction: column;
	gap: 12px;
}
.exterior-method-container .container-feature-list li {
	font-size: 1.6rem;
	font-weight: 600;
}
.exterior-method-btn-list {
	gap: 30px;
}
.exterior-method-btn-item {
	width: 100%;
}
.exterior-method-btn-item a {
	margin: 0 auto;
}

/*--------------- ▲ sub04_exterior ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-outline
-------------------------*/
.info-outline-table {
	margin: 0 auto 12%;
}
.info-outline-map {
	border-radius: 10px;
}

.info-links {
	position: relative;
	overflow: hidden;
	padding: 0 0 50px;
	margin: 0 auto 17%;
}
.info-links::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat02.jpg);
	width: 1700px;
	height: 150px;
	bottom: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.info-links .outbox {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.info-links-list {
	flex-direction: column;
	gap: 30px;
}
.info-links-item {
	width: 100%;
}
.info-links-item-btn {
	display: block;
	position: relative;
	width: 100%;
	border: 6px solid var(--col-sub02);
	box-sizing: border-box;
	padding: 8% 4%;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	z-index: 1;
}
.info-links-item-btn:hover {
	opacity: 0.7;
}
.info-links-item-btn:hover .ttl::before {
	right: -5px;
}
.info-links-item-btn .ttl {
	position: relative;
	box-sizing: border-box;
	padding: 0 40px 0 0;
	width: fit-content;
}
.info-links-item-btn .ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: auto;
	right: 0;
	top: 5px;
	background-size: contain;
	transition: all 0.3s ease;
}
.info-links-item:nth-child(1) a {
	background:
		url(../img/info/links-img01.png) no-repeat top right/40%,
		var(--col-wh);
}
.info-links-item:nth-child(2) a {
	background:
		url(../img/info/links-img02.png) no-repeat top right/40%,
		var(--col-wh);
}

/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-bottom: 30px;
	-webkit-justify-content: start;
	justify-content: start;
}
.post-wrp .tag-change li {
	flex: 0 0 30%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	padding: 5px 0;
	display: block;
	color: var(--col-main);
	background: #fff;
	font-size: 3vw;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-text);
	pointer-events: none;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border-bottom: 2px solid #333;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #333;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: #fff;
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
	margin-bottom: 5%;
}

.sb-post-body {
	margin-bottom: 7%;
	padding-bottom: 7%;
	border-bottom: 1px solid;
	line-height: 2;
}

.s-post-taglist {
	margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*/
