@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	z-index: 1000;
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	background: var(--col-wh);
}
.header-inner {
	min-width: 1280px;
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: fit-content;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-inner {
	box-sizing: border-box;
	padding: 10px 30px;
}
.header-info {
	gap: 15px;
	margin: 0 0 15px auto;
	width: fit-content;
}
.header-nav-list {
	width: fit-content;
	margin: 0 0 0 auto;
}
.header-nav-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	font-weight: 700;
}
.header-nav-item::before {
	position: absolute;
	content: '/';
	bottom: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.header-nav-item:first-child::after {
	position: absolute;
	content: '/';
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--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: 100px 0;
}
.footer-logo {
	display: block;
	width: fit-content;
	margin: 0 auto 50px;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav-list {
	margin-bottom: 20px;
}
.footer-nav {
	margin: 0 auto 50px;
}
.footer-nav-item {
	border-right: 1px solid;
}
.footer-nav-item:first-child {
	border-left: 1px solid;
}
.footer-nav-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
}
.footer-nav-link:hover {
	opacity: 0.7;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
	position: relative;
	padding: 130px 0;
	box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mv-img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	gap: clamp(30px, 3.125vw, 60px);
}
.mv-img .img {
	aspect-ratio: 600/360;
	width: clamp(500px, 31.25vw, 600px);
	height: fit-content;
}
.mv-bg {
	gap: clamp(30px, 3.125vw, 60px);
	z-index: -1;
	position: relative;
}
.mv-bg .img {
	width: calc((100% - clamp(60px, 6.5vw, 120px)) / 3);
	height: 360px;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
	padding: 180px 0 300px;
	min-height: 930px;
	background: url(../img/top/lead-bg.jpg) no-repeat center center/cover;
}
.top-lead-wrap {
	gap: 110px;
}
.top-lead-ttl {
	font-size: 4rem;
	font-weight: 700;
	width: 400px;
	margin-bottom: 75px;
}
.top-lead-text-wrap {
	width: 400px;
}
.top-lead-service {
	gap: 15px;
	margin-bottom: 20px;
}
.top-lead-service p {
	display: block;
	position: relative;
	border: 1px solid;
	box-sizing: border-box;
	padding: 8px 12px;
	font-weight: 700;
}

/*--------------------
top-worries
---------------------*/
.top-worries {
	background: url(../img/top/worries-bg.jpg) no-repeat center center/cover;
}
.top-worries-list {
	gap: 40px;
}
.top-worries-item {
	position: relative;
	min-height: 100px;
	box-sizing: border-box;
	padding: 15px 10px;
	border: 1px solid;
	text-align: center;
	background: var(--col-wh);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.7;
	min-width: 240px;
}

/*--------------------
top-service
---------------------*/
.top-service .maxbox {
	box-sizing: border-box;
	padding: 0 60px;
	margin: 0 auto;
}
.top-service-item {
	position: relative;
	margin-bottom: 80px;
}
.top-service-item .item-img {
	width: 100%;
	height: clamp(450px, 31.25vw, 600px);
}
.top-service-item .item-main {
	width: 100%;
	margin-bottom: 30px;
}
.top-service-item .item-main-l {
	width: 70%;
}
.top-service-item .item-main-r {
	width: 30%;
	margin: 0 0 0 auto;
}
.top-service-item .item-btn {
	margin: 0 0 0 auto;
}
.top-service-item .item-ttl {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.top-service-item .item-ttl::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--col-text);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-service-item .item-ttl .ttl-wrap {
	position: relative;
	display: block;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

/*--------------------
top-area
---------------------*/
.top-area {
	position: relative;
	padding: 30px 0;
}
.top-area::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg02.png);
	height: calc(100% - 260px);
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-area-text-wrap {
	width: 635px;
}
.top-area-img {
	position: relative;
	left: -70px;
}

/*--------------------
top-links
---------------------*/
.top-links {
	position: relative;
	padding: 130px 0 0;
}
.top-links::before {
	position: absolute;
	content: '';
	background: var(--col-gry-light);
	width: 100%;
	height: 250px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-links-list {
	gap: 60px;
}
.top-links-item {
	width: 510px;
}
.top-links-item .item-btn {
	margin: 0 auto;
}
.top-links-item .item-img {
	width: 100%;
	height: 300px;
}
.top-links-item .item-ttl {
	font-size: 2.5rem;
	margin-bottom: 25px;
}
.top-links-item .item-main {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: var(--col-wh);
	width: 300px;
	height: 170px;
}
.top-links-bnr {
	position: relative;
}

/*--------------------
top-line
---------------------*/
.top-line {
	background: var(--col-gry-light);
	padding: 60px 0 130px;
}
.top-line-bnr {
	position: relative;
	background: var(--col-main);
	box-sizing: border-box;
	padding: 60px 100px;
}
.top-line-bnr-l {
	width: 450px;
}
.top-line-bnr-r {
	width: 500px;
}
.top-line-bnr-img {
	aspect-ratio: 500/300;
	height: 300px;
	width: 500px;
}
.top-line-bnr-ttl {
	color: var(--col-wh);
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	width: fit-content;
	border-bottom: 2px solid var(--col-wh);
	margin-bottom: 35px;
}
.top-line-bnr-text {
	color: var(--col-wh);
	margin-bottom: 40px;
}

/*--------------------
top-news
---------------------*/
.top-news-l {
	width: 310px;
}
.top-news .news-list,
.no-post {
	width: 700px;
}
.top-news-ttl {
	letter-spacing: 0.02em;
	margin-bottom: 60px;
}

/*--------------------
top-info
---------------------*/
.top-info {
	background: url(../img/top/info-bg.jpg) no-repeat center center/cover;
	padding: 100px 0 0;
}
.top-info::before {
	position: absolute;
	content: '';
	background: url(../img/common/bg01.jpg) no-repeat;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-size: cover;
	transition: all 0.3s ease;
}
.top-info-container {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 60px 100px;
	z-index: 10;
}
.top-info-container .container-l {
	width: 470px;
}
.top-info-container .container-r {
	width: 540px;
}
.top-info-container .container-map {
	width: 540px;
	height: 350px;
}

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

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 143px;
}
.sv-ttl {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 30px;
	background: rgb(var(--col-text-rgb), 0.6);
	color: var(--col-wh);
	text-shadow: 0 0 10px rgb(var(--col-text-rgb), 0.6);
	min-width: 117px;
}

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

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

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

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

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

.sv-case {
	background: url(../img/sv/sv-case-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: 10px 0;
	z-index: 1;
	min-width: 1280px;
}
#bread-clumb ul {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
#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-thoughts
-------------------------*/
.about-thoughts-container::before {
	height: calc(100% - 285px);
}

/*-----------------------
about-point
-------------------------*/
.about-point {
	background: url(../img/about/point-bg.jpg) no-repeat center center/cover;
}

/*-----------------------
about-staff
-------------------------*/
.about-staff-item {
	position: relative;
	background: var(--col-gry-light);
	box-sizing: border-box;
	padding: 60px;
	margin-bottom: 40px;
}
.about-staff-item:last-child {
	margin-bottom: 0;
}
.about-staff-item .item-l {
	width: 620px;
}
.about-staff-item .item-table {
	position: relative;
	left: -10px;
}
.about-staff-item .item-r {
	width: 310px;
}
.about-staff-item .item-img {
	aspect-ratio: 310/250;
	width: 310px;
	height: 250px;
}
.about-staff-item .item-message {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px;
	margin-top: 10px;
}

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

-------------------------*/
/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_house ▼ ---------------*/
/*-----------------------
house-lead
-------------------------*/
.house-lead::before {
	height: 367px;
	bottom: -70px;
}
.house-lead .container-text-wrap {
	top: 40px;
}
.house-lead .container-img {
	aspect-ratio: 850/450;
	width: 850px;
	height: 450px;
}

/*-----------------------
house-point
-------------------------*/
.house-point-list .item:nth-child(5) {
	width: 440px;
}

/*-----------------------
house-gallery
-------------------------*/
.house-gallery::before {
	background: var(--col-gry-light);
	width: 100%;
	height: 255px;
}

/*--------------- ▲ sub03_house ▲ ---------------*/
/*--------------- ▼ sub04_reform ▼ ---------------*/
/*-----------------------
reform-lead
-------------------------*/
.reform-lead::before {
	height: 367px;
	bottom: 0px;
}
.reform-lead .container-ttl {
	margin-bottom: 80px;
}
.reform-lead .container-text-wrap {
	top: 40px;
	width: 670px;
}
.reform-lead .container-img {
	aspect-ratio: 850/450;
	width: 850px;
	height: 450px;
	right: -450px;
}

/*-----------------------
reform-works
-------------------------*/
.reform-works-list {
	gap: 40px;
}
.reform-works-item {
	width: 520px;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 30px;
}
.reform-works-item .item-ttl {
	margin-bottom: 20px;
}
.reform-works-item .item-img {
	aspect-ratio: 250/160;
	width: 250px;
	height: 160px;
}

/*-----------------------
renovation
-------------------------*/
.renovation-lead::before {
	height: 317px;
	bottom: -20px;
}
.renovation-lead .container-ttl {
	margin-bottom: 110px;
}
.renovation-lead .container-text-wrap {
	top: 60px;
	width: 670px;
}
.renovation-lead .container-img {
	aspect-ratio: 850/450;
	width: 850px;
	height: 450px;
	right: -450px;
}

/*-----------------------
renovation-works
-------------------------*/
.renovation-works-list {
	gap: 60px;
}
.renovation-works-item {
	width: 320px;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 30px;
	height: fit-content;
}
.renovation-works-item .item-img {
	aspect-ratio: 260/160;
	width: 260px;
	margin-bottom: 15px;
}
.renovation-works-item .item-ttl {
	margin-bottom: 20px;
}

/*--------------- ▲ sub04_reform ▲ ---------------*/
/*--------------- ▼ sub05_order ▼ ---------------*/
/*-----------------------
house-lead
-------------------------*/
.house-lead::before {
	height: 367px;
	bottom: -50px;
}
.house-lead .container-ttl {
	margin-bottom: 110px;
}
.house-lead .container-text-wrap {
	top: 60px;
	width: 670px;
}
.house-lead .container-img {
	aspect-ratio: 850/450;
	width: 850px;
	height: 450px;
	right: -450px;
}

/*--------------- ▲ sub05_ ▲ ---------------*/
/*--------------- ▼ sub06_order ▼ ---------------*/
/*-----------------------
order-lead
-------------------------*/
.order-lead::before {
	height: 317px;
	bottom: -20px;
}
.order-lead .container-ttl {
	margin-bottom: 120px;
}
.order-lead .container-text-wrap {
	top: 60px;
	width: 670px;
}
.order-lead .container-img {
	aspect-ratio: 850/450;
	width: 850px;
	height: 450px;
	right: -450px;
}

/*-----------------------
order-gallery
-------------------------*/
.order-gallery .gallery-item .item-ttl {
	margin-bottom: 7px;
	font-size: 2.5rem;
}

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

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

-------------------------*/
/*--------------- ▲ sub06_order ▲ ---------------*/
/*--------------- ▼ sub07_case ▼ ---------------*/
/*-----------------------
case
-------------------------*/
.case {
	position: relative;
}
.case::before {
	position: absolute;
	content: '';
	background: var(--col-wh);
	width: 100%;
	height: 350px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.case-list {
	gap: 60px;
}
.case-item {
	width: 320px;
}
.case-item .item-img {
	aspect-ratio: 320/250;
	width: 320px;
	height: 250px;
}
.case-item .item-ttl {
	margin-bottom: 20px;
	font-size: 2.5rem;
}

/*詳細*/
.case-post-container {
	background: url(../img/common/bg02.png) repeat;
	box-sizing: border-box;
	padding: 60px;
}
.case-post-table {
	width: 100%;
}
.case-post-text {
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px;
}

/*サムネイルチェンジ　テンプレ*/
.thumbnail-change_wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 60px auto 0;
	justify-content: center;
}

.thumbnail-change_item {
	width: 100%;
	gap: 60px;
}

.thumbnail-change_figure {
	aspect-ratio: 3/2;
	width: 500px;
	height: fit-content;
	margin: 0 0 20px;
}

.thumbnail-change_image {
	width: 100%;
	height: 100%;
}

.thumbnail-change_list {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 350px;
	max-height: 340px;
	overflow-y: scroll;
}

.thumbnail-change_list_item {
	width: 48%;
	height: 137px;
	cursor: pointer;
}

.thumbnail-change_list_item:hover {
	opacity: 0.8;
}

.thumbnail-change_list_item:not(:nth-last-child(-n + 2)) {
	margin-bottom: 20px;
}

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

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

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

-------------------------*/
/*--------------- ▲ sub07_ ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	width: 19%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px --col-main;
	padding: 10px 0;
	display: block;
	color: var(--col-main);
	background: var(--col-base);
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.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: 2;
	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 var(--col-text);
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: var(--col-text);
	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: var(--col-base);
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
	margin-bottom: 20px;
}

.s-post time {
	margin-bottom: 10px;
}

.s-time-tag {
	margin-bottom: 20px;
}

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

/*--------------- ▲ お知らせ ▲ ---------------*/ /*# sourceMappingURL=style.css.map */
