@charset "UTF-8";

/* TOPコンテンツ
====================================== */

/*KV
-------------------------------------- */
.main-kv--img {
  position: relative;
  margin-left: 22%;
}

.main-kv-slider {
  width: 100%;
  margin: 0 auto;
}

.main-kv-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-kv-slider img {
  width: 100%;
}

/* KV上のメッセージテキスト */
.main-kv--text {
  position: absolute;
  bottom: clamp(80px, 45.291px + 3.256vw, 223px);
  left: 85px;
  z-index: 2;
}

.main-kv--text h1.kv-title,
.main-kv--text p.kv-subtitle {
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}

.main-kv--text h1.kv-title {
  color: #346651;
  font-size: clamp(2.5rem, 4vw, 7rem);
  letter-spacing: 0.1em;
}

.main-kv--text h1.kv-title span {
  display: block;
}

.main-kv--text p.kv-subtitle {
  margin-top: clamp(15px, 5.022px + 1.301vw, 30px);
  color: #8d3432;
  font-family: "arial-narrow", sans-serif;
  font-size: clamp(2rem, 3vw, 4.8rem);
  letter-spacing: 0.5em;
}

@media (max-width: 1300px) {
  .main-kv--text {
    left: 30px;
  }

  .main-kv--text h1.kv-title,
  .main-kv--text p.kv-subtitle {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
  }
}

@media (max-width: 767px) {
  .main-kv--img {
    margin-left: 30%;
  }
  .main-kv--text {
    left: 15px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .main-kv--text h1.kv-title {
    font-size: clamp(1.5rem, 4vw, 7rem);
  }
  .main-kv--text p.kv-subtitle {
    font-size: clamp(1rem, 3vw, 4.8rem);
  }
}

@media (max-width: 565px) {
  .main-kv--text h1.kv-title,
  .main-kv--text p.kv-subtitle {
    text-shadow: 3px 0 2px #fff;
  }

  .main-kv--text h1.kv-title,
  .main-kv--text p.kv-subtitle {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1),
      0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1);
  }
}
/* ごあいさつ
-------------------------------------- */
.l-top-message {
  background-image: url(../images/top/shape-message.png),
    url(../images/top/bg-message.jpg);
  background-position: center right 10%, center center;
  background-repeat: no-repeat;
  background-size: 568px 378px, cover;
}

.inner-message {
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: clamp(100px, 86.165px + 3.689vw, 157px);
}

.inner-message p {
  font-size: 2.8rem;
  line-height: 2;
}

@media (max-width: 1300px) {
  .l-top-message {
    background-position: bottom 40px right, center bottom;
    background-size: 30%, cover;
  }

  .inner-message p {
    font-size: 2.2rem;
  }
}

@media (max-width: 565px) {
  .inner-message {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-message p {
    font-size: 1.6rem;
  }
}

/* サービス
-------------------------------------- */
.service-inner h3 {
  margin-bottom: clamp(45px, 26.69px + 4.883vw, 97px);
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.grid.service {
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  margin-bottom: 13px;
}

.service--message {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}

.service--message p {
  padding-bottom: clamp(15px, -4.903px + 5.307vw, 97px);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.25em;
}

@media (max-width: 1300px) {
  .service-inner h3 {
    font-size: 2.5rem;
  }

  .grid.service {
    gap: 30px;
  }

  .service--message p {
    font-weight: normal;
    letter-spacing: normal;
  }

  .service--message p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .grid.service {
    display: flex;
    flex-direction: column;
  }

  .service--img {
    margin: 0 auto;
  }

  .grid.service .btn {
    margin: 0 auto;
  }
}

@media (max-width: 565px) {
  .service-inner h3 {
    font-size: 2rem;
  }
}

/* CTA
-------------------------------------- */
.bg-attachment.CTA {
  padding-top: clamp(60px, 28.31px + 8.451vw, 150px);
  padding-bottom: clamp(60px, 28.31px + 8.451vw, 150px);
  background-image: url("../images/top/bg-cta.jpg");
}

.inner-cta {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-cta h2 {
  font-size: clamp(2.8rem, 3vw, 4.6rem);
  font-weight: bold;
  letter-spacing: 0.35em;
}

.CTA-inner p {
  font-size: 1.8rem;
}

@media (max-width: 1300px) {
  .inner-cta h2 {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .inner-cta .btn-wrap.grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}
@media (max-width: 565px) {
  .inner-cta h2 {
    font-size: 2rem;
  }
}

/* 施工実績
-------------------------------------- */
.works--item,
.works--categories {
  margin: 0 auto;
}

.works--item {
  max-width: 1350px;
}

/* 施工実績 */
.works--item ul.grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 13px;
}

.works--item ul.grid .list-item {
  padding: 0 15px;
  margin-bottom: clamp(45px, 37.958px + 1.878vw, 65px);
}

.works--item ul.grid .list-item .item--img.thum {
  aspect-ratio: 3/2;
  margin-bottom: 24px;
  background: #eee;
}

.works--item ul.grid .list-item .item--img.thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works--item ul.grid .item--text .data,
.works--item ul.grid .item--text .text {
  font-size: 2rem;
}

.works--item ul.grid .item--text .data {
  margin-bottom: clamp(15px, 10.423px + 1.221vw, 28px);
  color: #346651;
  font-family: "arial-narrow", sans-serif;
  line-height: 1;
}

.works--item ul.grid .item--text .text {
  font-weight: bold;
}

@media (max-width: 1300px) {
  .works--item ul.grid {
    gap: 15px 0;
  }

  .works--item ul.grid .item--text .data,
  .works--item ul.grid .item--text .text {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .works--item ul.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .works--item ul.grid .list-item {
    padding: 0 10px;
  }
}

@media (max-width: 565px) {
  .works--item ul.grid .item--text .data,
  .works--item ul.grid .item--text .text {
    font-size: 1.6rem;
  }
}

/* カテゴリー */
.works--categories ul.grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.works--categories ul.grid li {
  width: 100%;
}

.works--categories ul.grid li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .works--categories ul.grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 565px) {
  .works--categories ul.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* お知らせ
-------------------------------------- */
.l-top-news {
  background-image: url(../images/top/shape-news.png),
    url(../images/top/bg-message.jpg);
  background-position: center right 10%, center center;
  background-repeat: no-repeat;
  background-size: contain, cover;
}

.inner-news.grid {
  grid-template-columns: 35% 1fr 20%;
  gap: 0 60px;
}

.inner-news.grid h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  background: #346651;
  color: #fff;
}

/* お知らせリスト */
.news-list-wrap {
  padding-top: clamp(45px, 34.437px + 2.817vw, 75px);
  padding-bottom: 67px;
}

.inner-news-list {
  display: flex;
  justify-content: flex-start;
  padding-bottom: clamp(30px, 21.549px + 2.254vw, 54px);
}

.inner-news-list dt {
  width: 200px;
  padding-right: 45px;
  color: #346651;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-align: center;
}

.inner-news-list dd {
  width: calc(100% - 200px / 2);
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
}

.news-list-wrap .btn {
  text-align: center;
}

@media (max-width: 1680px) {
  .inner-news.grid {
    grid-template-columns: 35% 1fr;
    gap: 0 20px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .inner-news-list {
    display: block;
    padding-right: 15px;
  }

  .inner-news-list dt {
    text-align: left;
  }

  .inner-news-list dd {
    width: 100%;
  }
}

/* お客様の声とよくある質問
-------------------------------------- */
.bg-attachment.info {
  background-image: url("../images/top/bg-info.jpg");
}

.info-inner.grid {
  grid-template-columns: repeat(2, 1fr);
}

.info-inner .info-list {
  position: relative;
}

.info-inner .info-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: clamp(40px, 8vw, 150px);
  padding-bottom: clamp(40px, 8vw, 150px);
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}

.info-list a::before {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
}

.info-list-inner {
  margin: 25px;
  border: 2px solid #fff;
}

.info-list-inner .title-center {
  padding-bottom: 0;
}

.info-list-inner .title-center::after {
  content: none;
}

.c-map {
  position: relative;
  height: 0;
  padding-bottom: 28%;
  overflow: hidden;
}

.c-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1300px) {
  .c-map {
    height: 450px;
  }
}

@media (max-width: 565px) {
  .info-inner.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 施工地域
-------------------------------------- */
.area-map-inner {
  background-image: url(../images/top/bg-area-map.png),
    url(../images/top/shape-area-map.png);
  background-repeat: no-repeat;
  background-size: contain, 419px 218px;
  background-position: left top, right bottom;
  padding-left: 470px;
  padding-bottom: 150px;
}

.area-map-inner p {
  font-size: 2.4rem;
  line-height: 2;
}

.area-map-inner p.area-list {
  padding-bottom: 70px;
}

@media (max-width: 1300px) {
  .area-map-inner {
    background-image: url(../images/top/bg-area-map_sp.png),
      url(../images/top/shape-area-map.png);
    background-size: contain, 312px 162px;
    padding-left: 35%;
  }

  .area-map-inner p {
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media (max-width: 565px) {
  .area-map-inner {
    background-image: url(../images/top/bg-area-map_sp02.png),
      url(../images/top/shape-area-map.png);
    background-size: 45%, 65%;
    background-position: left bottom, right bottom;
    padding-left: 0;
    padding-bottom: 350px;
  }

  .area-map-inner p.area-list {
    padding-bottom: 30px;
  }
}
