@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 共通
===========================================*/
/* ヘッダーの高さ分スペースをあける */
.main {
  padding-top: 83px;
}
@media screen and (max-width: 1200px) {
  .main {
    padding-top: 64px;
  }
}

.jumbotron {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.breadcrumb {
  width: 100%;
  padding: 0 25px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: normal;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 200;
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 0 2.5%;
  }
}
.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.breadcrumb.wht {
  color: #fff;
}
.breadcrumb.wht a {
  color: #fff;
}
.breadcrumb.wht a:hover {
  text-decoration: underline #fff;
}

.content_inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .content_inner {
    padding: 0 20px;
  }
}
.content_btn-area {
  margin: 100px auto;
}

.link-text:hover {
  opacity: 0.7;
}

/* トップへ戻るなどのボタン */
/* <a class="btn01" href="<?php echo home_url('/'); ?>">TOPへ戻る</a> */
.btn01 {
  width: 203px;
  height: 46px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #0d9967;
  border: 1px solid #0d9967;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn01:hover {
  color: #fff;
  background-color: #0d9967;
}
.btn01.wht {
  color: #fff;
  border: 1px solid #fff;
}
.btn01.wht:hover {
  color: #0d9967;
  background-color: #fff;
}
.btn01.bla {
  color: #000;
  border: 1px solid #000;
}
.btn01.bla:hover {
  color: #fff;
  border: none;
}
.btn01.jost {
  font-family: "Jost", sans-serif;
}

/* Utility */
.sp480,
.sp400 {
  display: none;
}

@media (max-width: 480px) {
  .sp480 {
    display: block;
  }
}
@media (max-width: 400px) {
  .pc400 {
    display: none;
  }
  .sp400 {
    display: block;
  }
}
/* 施工事例 works-list*/
.works {
  width: 100vw;
  padding: 80px 0 100px;
  background: #0d9967;
}
@media screen and (max-width: 1200px) {
  .works .content_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.works_head {
  width: 100%;
  max-width: 750px;
  margin-bottom: 50px;
  color: #fff;
  display: flex;
  align-items: baseline;
}
.works_head_en {
  font-family: "Jost", sans-serif;
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 1;
  font-weight: bold;
  padding-bottom: 20px;
  margin-right: 30px;
  position: relative;
}
.works_head_en::after {
  content: "";
  display: block;
  width: 66.6666666667%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.works_head_ja {
  font-size: 1.8rem;
  font-weight: 500;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .works_list {
    max-width: 750px;
  }
}
.works_list::before, .works_list::after {
  content: "";
  display: block;
  width: calc((100% - 10px) / 4);
}
@media screen and (max-width: 1200px) {
  .works_list::before, .works_list::after {
    width: 49.7%;
  }
}
.works_list::before {
  order: 1;
}
.works_item {
  width: calc((100% - 10px) / 4);
  /*@media (max-width: 400px) {
     width: 100%;
     margin: 0 auto;
     &:nth-of-type(n + 2) {
        margin: 20px auto 0;
     }
     &_text-box {
        text-align: center;
     }
  }*/
}
.works_item_link {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works_item_link:hover .works_item_img {
    transform: scale(1.1, 1.1);
  }
  .works_item_link:hover .item-filter {
    opacity: 1;
  }
}
.works_item_img-box {
  width: 100%;
  height: 427.5px;
  overflow: hidden;
  /*@media (max-width: 400px) {
     height: calc((100vw - 40px) * 1.5);
  }*/
}
@media screen and (max-width: 1200px) {
  .works_item_img-box {
    height: 559.125px;
  }
}
@media screen and (max-width: 768px) {
  .works_item_img-box {
    height: calc((100vw - 50px) * 0.497 * 1.5);
  }
}
@media screen and (max-width: 576px) {
  .works_item_img-box {
    height: calc((100vw - 40px) * 0.497 * 1.5);
  }
}
.works_item_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.works_item .item-filter {
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 118, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 9vw;
}
@media screen and (min-width: 1201px) {
  .works_item .item-filter {
    padding-bottom: 100px;
  }
}
.works_item .item-filter p {
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.3em;
  width: 90%;
  padding: 0.2em 0;
}
.works_item_text-box {
  width: 100%;
  min-height: calc(1.6em + (1em + clamp(1.4rem, 1.6vw, 1.6rem) + clamp(1.1rem, 1.6vw, 1.6rem)) * 1.5);
  padding: 0.8em 0.5em;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 400px) {
  .works_item_text-box {
    min-height: calc(0.6em + (1em + clamp(1.4rem, 1.6vw, 1.6rem) + clamp(1.1rem, 1.6vw, 1.6rem) * 2) * 1.5);
    padding: 0.3em 0.5em;
  }
}
.works_item_text-ttl {
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.works_item_text-add {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.works_item_text-cat {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 1200px) {
  .works_item {
    width: 49.7%;
  }
  .works_item:nth-of-type(n + 3) {
    margin-top: 0.6%;
  }
}

/* 事業紹介へのリンク */
.link-business {
  width: 100%;
  height: 100%;
  padding-left: clamp(20px, 7.2vw, 50px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/business/main-business.jpg);
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.link-business::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
}
.link-business:hover {
  opacity: 0.7;
}
.link-business:hover .wht {
  color: #0d9967;
  background-color: #fff;
  transition: 0.6s ease-in-out;
}
.link-business_area {
  width: 714px;
  height: 237px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .link-business_area {
    width: 96vw;
    height: 32vw;
  }
}
.link-business_ttl_ja {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.link-business_ttl_en {
  font-family: "Jost", sans-serif;
  font-size: clamp(2rem, 5.8vw, 4rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: clamp(15px, 3.6vw, 25px);
}
@media screen and (max-width: 768px) {
  .link-business .btn01 {
    width: clamp(105px, 30vw, 203px);
    height: clamp(30px, 6.5vw, 46px);
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}

/*==========================================
  D.I.Y SHOP BOYA
===========================================*/
/* shop */
.shop {
  width: 100vw;
  height: clamp(642px, 64.1667vw, 770px);
  padding-top: clamp(232px, 23.1667vw, 278px);
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/business/business_bg01.jpg);
}
@media screen and (max-width: 768px) {
  .shop {
    height: clamp(600px, 85.6vw, 642px);
    padding-top: clamp(200px, 30.9333vw, 232px);
  }
}
.shop_inner {
  height: 100%;
  padding-top: clamp(100px, 15.8333vw, 130px);
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop_inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .shop_inner {
    width: 96vw;
    margin: 0 auto;
  }
}
.shop_head {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.shop_head_ja {
  font-size: clamp(2rem, 2vw, 2.4rem);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shop_head_ja {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 576px) {
  .shop_head_ja {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.shop_head_en {
  font-family: "Jost", sans-serif;
  font-size: clamp(7.5rem, 7.5vw, 9rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop_head_en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 576px) {
  .shop_head_en {
    margin-bottom: 20px;
  }
}
.shop_text {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: 1.67;
  letter-spacing: 0.1em;
}
.shop_text:last-child {
  margin-top: 20px;
}

/* shop-list */
.shop-list {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-list_item {
  width: 30%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.shop-list_item:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .shop-list_item {
    width: 47%;
  }
  .shop-list_item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .shop-list_item {
    width: 96%;
    margin: 0 auto;
  }
  .shop-list_item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.shop-list_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.shop-list_img {
  margin-bottom: 30px;
}
.shop-list_img img {
  width: 100%;
}
.shop-list_text {
  font-weight: 500;
}

/* shop-info */
.shop-info {
  width: 100%;
  max-width: 1200px;
  height: 345px;
  padding: 0 25px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .shop-info {
    height: calc((1200px - 100vw) * 0.2875 + 345px);
  }
}
@media screen and (max-width: 768px) {
  .shop-info {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .shop-info {
    padding: 0;
  }
}
.shop-info_inner {
  width: 510px;
  height: 100%;
  padding: 30px 40px;
  font-weight: 700;
  background: #ededed;
}
@media screen and (max-width: 1200px) {
  .shop-info_inner {
    width: 45%;
    padding: 2.5vw 3.3333vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-info_inner {
    width: 100%;
    padding: 30px;
  }
}
.shop-info_head {
  font-family: "Jost", sans-serif;
  font-size: clamp(2.4rem, 6.5vw, 3rem);
  line-height: 1;
  margin-bottom: 20px;
}
.shop-info_head-sub {
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.shop-info_list {
  margin-bottom: 30px;
}
.shop-info_item {
  line-height: 1.875;
}
.shop-info_text {
  font-size: 2rem;
}
.shop-info_map-area {
  width: 640px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .shop-info_map-area {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .shop-info_map-area {
    width: 100%;
  }
}
.shop-info_map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .shop-info_map {
    height: 345px;
  }
}/*# sourceMappingURL=common02.css.map */