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



/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  z-index: 1000;
  top: 0;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: var(--col-wh);
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 60px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  box-sizing: border-box;
  padding: 10px 30px;
}
.header-info {
  gap: 15px;
  margin-bottom: 8px;
}
.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: 15% 0;
}
.footer-logo {
  display: block;
  width: 120px;
  margin: 0 auto 50px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.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 #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 ▽ ---------------*/
/*--------------- ▼ 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;
  flex-wrap: wrap;
  gap: 50px;
  height: fit-content;
}
.mv-img .img {
  aspect-ratio: 600/360;
  width: 60%;
  height: fit-content;
}
.mv-bg {
  gap: 15px;
  z-index: -1;
  position: relative;
}
.mv-bg .img {
  aspect-ratio: 1/1;
  width: calc((100% - 15px) / 2);
}

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

/*--------------------
top-lead
---------------------*/
.top-lead {
  padding: 25% 0;
  background: url(../img/top/lead-bg.jpg) no-repeat center center/cover;
}
.top-lead-wrap {
  display: block;
}
.top-lead-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 75px;
}
.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: 20px;
}
.top-worries-item {
  position: relative;
  box-sizing: border-box;
  padding: 15px 6px;
  border: 1px solid;
  text-align: center;
  background: var(--col-wh);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  width: calc((100% - 20px) / 2);
}

/*--------------------
top-service
---------------------*/
.top-service .maxbox {
  box-sizing: border-box;
  padding: 0 5%;
  margin: 0 auto;
}
.top-service-item {
  position: relative;
  margin-bottom: 13%;
}
.top-service-item .item-img {
  aspect-ratio: 2/1;
  width: 100%;
  height: fit-content;
}
.top-service-item .item-main {
  display: block;
  width: 100%;
  margin-bottom: 6%;
}
.top-service-item .item-btn {
  margin: 6% 0 0 auto;
}
.top-service-item .item-ttl {
  font-size: 2.2rem;
  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-flow-img {
  overflow-x: scroll;
}
.top-flow-img .img {
  width: 600px;
}

/*--------------------
top-area
---------------------*/
.top-area {
  position: relative;
  padding: 12% 0 6%;
}
.top-area-wrap {
  display: block;
}
.top-area::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg02.png);
  height: calc(100% - 260px);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-area-img {
  position: relative;
  width: 60%;
  margin: 0 auto 8%;
}

/*--------------------
top-links
---------------------*/
.top-links {
  position: relative;
  padding: 17% 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: 30px;
}
.top-links-item {
  width: 100%;
}
.top-links-item .item-btn {
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 10px;
}
.top-links-item .item-img {
  width: 100%;
  height: 150px;
}
.top-links-item .item-ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.top-links-item .item-main {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: rgb(var(--col-wh-rgb), 0.8);
  width: 70%;
  height: 120px;
}
.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: 7% 5%;
}
.top-line-bnr-btn {
  margin: 0 auto;
}
.top-line-bnr-wrap {
  display: block;
}
.top-line-bnr-l {
  margin: 0 auto 10%;
}
.top-line-bnr-r {
  width: 100%;
}
.top-line-bnr-img {
  aspect-ratio: 500/300;
  width: 100%;
  height: fit-content;
}
.top-line-bnr-ttl {
  color: var(--col-wh);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 2px solid var(--col-wh);
  margin-bottom: 35px;
  text-align: center;
}
.top-line-bnr-text {
  color: var(--col-wh);
  margin-bottom: 8%;
}

/*--------------------
top-news
---------------------*/
.top-news-wrap {
  display: block;
}
.top-news-btn {
  margin: 8% auto 0;
}
.top-news-ttl {
  letter-spacing: 0.02em;
  margin-bottom: 10%;
}

/*--------------------
top-info
---------------------*/
.top-info {
  background: url(../img/top/info-bg.jpg) no-repeat center center/cover;
  padding: 17% 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 {
  position: relative;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 8% 5%;
  z-index: 10;
}
.top-info-container .container-l {
  margin: 0 auto 5%;
}
.top-info-container .container-map {
  width: 100%;
  height: 350px;
}

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

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

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

/*---------------------
各ページの画像設定
-----------------------*/
.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: 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-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: 7% 4%;
  margin-bottom: 40px;
}
.about-staff-item:last-child {
  margin-bottom: 0;
}
.about-staff-item .item-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.about-staff-item .item-l {
  position: relative;
  order: 2;
}
.about-staff-item .item-table {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.about-staff-item .item-r {
  position: relative;
  order: 1;
}
.about-staff-item .item-img {
  aspect-ratio: 310/250;
  width: 280px;
  height: fit-content;
  margin: 0 auto 5%;
  text-align: center;
}
.about-staff-item .item-message {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 20px;
  margin-top: 10px;
}
.about-staff-item .item-ttl{
  text-align: center;
}
/*-----------------------

-------------------------*/
/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_house ▼ ---------------*/
/*-----------------------
house-lead
-------------------------*/
.house-lead::before {
  height: 300px;
  bottom: -70px;
}
.house-lead .container-text-wrap {
  position: relative;
}
.house-lead .container-img {
  aspect-ratio: 850/450;
  width: 100%;
}

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

/*--------------- ▲ sub03_house ▲ ---------------*/
/*--------------- ▼ sub04_reform ▼ ---------------*/
/*-----------------------
reform-lead
-------------------------*/
.reform-lead::before {
  height: 100px;
  bottom: 0px;
}
.reform-lead .container-img {
  aspect-ratio: 850/450;
  width: 100%;
  height: 200px;
}

/*-----------------------
reform-works
-------------------------*/
.reform-works-list {
  gap: 40px;
}
.reform-works-item {
  width: 100%;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 6%;
}
.reform-works-item .item-wrap {
  display: block;
}
.reform-works-item .item-list {
  margin: 0 auto 6%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
.reform-works-item .item-ttl {
  margin-bottom: 20px;
}
.reform-works-item .item-img {
  aspect-ratio: 250/160;
  width: 250px;
  height: 160px;
  margin: 0 auto;
}

/*-----------------------
renovation
-------------------------*/
.renovation-lead::before {
  height: 160px;
  bottom: -20px;
}
.renovation-lead .container-img {
  aspect-ratio: 850/450;
  width: 100%;
  height: 250px;
}

/*-----------------------
renovation-works
-------------------------*/
.renovation-works-list {
  gap: 20px 5%;
}
.renovation-works-item {
  width: 47.5%;
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 4%;
}
.renovation-works-item .item-img {
  aspect-ratio: 260/160;
  width: 100%;
  margin-bottom: 15px;
}
.renovation-works-item .item-ttl {
  margin-bottom: 20px;
}

/*--------------- ▲ sub04_reform ▲ ---------------*/
/*--------------- ▼ sub05_order ▼ ---------------*/
/*-----------------------
order-lead
-------------------------*/
.order-lead::before {
  height: 317px;
  bottom: -20px;
}
.order-lead .container-img {
  aspect-ratio: 850/450;
  width: 100%;
  height: 250px;
}

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

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

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

-------------------------*/
/*--------------- ▲ sub05_order ▲ ---------------*/
/*--------------- ▼ sub06_case ▼ ---------------*/
/*-----------------------
case
-------------------------*/
.case {
  position: relative;
}
.case::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.case-list {
  gap: 60px 5%;
}
.case-item {
  width: 47.5%;
}
.case-item .item-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: fit-content;
}
.case-item .item-ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.case .no-post{
  position: relative;
}

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

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

.thumbnail-change_item {
  width: 100%;
  display: block;
}

.thumbnail-change_figure {
  aspect-ratio: 3/2;
  width: 100%;
  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;
  width: 100%;
  overflow-y: scroll;
  max-height: 200px;
  gap: 10px 5%;
}

.thumbnail-change_list_item {
  width: 30%;
  height: 70px;
  cursor: pointer;
}

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

/*--------------- ▲ sub06_ ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.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;
}

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