@charset "UTF-8";

/* フォント
====================================== */

/* フォントスタイル
-------------------------------------- */
.font-narrow {
  font-family: "arial-narrow", sans-serif;
}

/* 基本フォント
-------------------------------------- */
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-bold {
  font-weight: 700;
}

.fc-green {
  color: #346651;
}

.fc-white {
  color: #fff;
}

.fc-red {
  color: #8d3432;
}

.pt-60 {
  padding-top: clamp(30px, 22.718px + 1.942vw, 60px);
}

.hl {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline;
}

.ex {
  padding-top: clamp(30px, 22.718px + 1.942vw, 60px);
}

/* 基本タイトル
-------------------------------------- */
/* 左寄せ 太字 */
.title-left {
  display: flex;
  align-items: center;
  margin-bottom: clamp(30px, 10.583px + 5.178vw, 110px);
  line-height: 1;
}

.title-left span.en {
  margin-right: 30px;
  font-family: arial-narrow, sans-serif;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: bold;
}

.title-left span.ja {
  font-size: clamp(2rem, 3vw, 3.8rem);
  font-weight: bold;
}

@media (max-width: 767px) {
  .title-left {
    display: block;
    line-height: 1.25;
  }

  .title-left span.en,
  .title-left span.ja {
    display: block;
    width: 100%;
  }
}

/* アイコン付き センター */
.title-center {
  position: relative;
  text-align: center;
  line-height: 1;
}

.title-center {
  padding-bottom: 77px; /* 疑似要素と長さを揃える */
}

.title-center.mb {
  margin-bottom: 42px;
}

.title-center::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0 auto;
  width: 1px;
  height: 77px;
  background: #346651;
  content: "";
}

.title-center span.ja {
  display: block;
  margin-top: 22px;
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 5rem);
}

.title-center span.en {
  display: block;
  margin-top: 16px;
  padding-bottom: 40px;
  font-family: "arial-narrow", sans-serif;
  font-size: 4rem;
}

/* アイコン付き センター（下層） */
.title--lower,
.title-center--lower {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}

.title-center--lower {
  justify-content: center;
}

.title--lower.mb,
.title-center--lower.mb {
  margin-bottom: 42px;
}

.title--lower span.ja,
.title-center--lower span.ja {
  display: block;
  font-weight: 700;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
}

@media (max-width: 1300px) {
  .title-center {
    padding-bottom: 45px; /* 疑似要素と長さを揃える */
  }

  .title-center::after {
    height: 45px;
  }

  .title-center span.en {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .title-center img {
    max-width: 45px;
  }
}

@media (max-width: 575px) {
  .title--lower span.ja,
  .title-center--lower span.ja {
    font-size: 2.3rem;
  }

  .title--lower.mb,
  .title-center--lower.mb {
    margin-bottom: 30px;
  }
  .title-center img {
    max-width: 45px;
  }
}

/* レイアウト
====================================== */

/* 基本レイアウト
-------------------------------------- */
.l-container-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.l-container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.l-inner {
  max-width: 1100px;
  margin: 50px auto 120px;
}

@media (max-width: 1550px) {
  .l-container-wrap {
    max-width: 1380px;
  }
}

@media (max-width: 767px) {
  .l-container-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 個別レイアウト(top)
-------------------------------------- */
.l-kv {
  position: relative;
  background-image: url(../images/top/shape-kv.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 312px 454px;
}

.l-top-message,
.l-top-service,
.l-cta,
.l-top-map {
  margin-top: clamp(40px, 23.01px + 4.531vw, 110px);
}

.l-top-message,
.l-top-works,
.l-top-area {
  padding-top: clamp(60px, 34.515px + 6.796vw, 165px);
}

.l-top-news {
  margin-top: clamp(45px, 36.505px + 2.265vw, 80px);
}

.l-top-area {
  padding-bottom: 115px;
}

@media (max-width: 1300px) {
  .l-kv {
    background-size: 169px 246px;
  }
}

@media (max-width: 565px) {
  .l-top-area {
    padding-bottom: 60px;
  }
}

/* 個別レイアウト(lower)
-------------------------------------- */
.l-service,
.l-flow,
.l-company-recruit,
.l-faq,
.l-voice {
  padding-bottom: 115px;
}

/* ボタン
====================================== */

/* 横並び tel&contact
-------------------------------------- */
.btn-wrap-head.flex {
  justify-content: left;
  align-items: center;
}

/* top cta */
.inner-cta .btn-wrap.grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(45px, 41.359px + 0.971vw, 60px);
  margin-bottom: 30px;
}

/* 作業の流れ */
.flow--text .btn-wrap.grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-tel a,
.btn-contact a {
  width: 100%;
  padding: 10px;
}

.btn-wrap-head .btn-contact a {
  width: 265px;
}

.btn-wrap .btn-tel a,
.btn-wrap .btn-contact a {
  max-width: 500px;
}

.btn-wrap-head .btn-tel a,
.btn-wrap .btn-tel a {
  font-weight: 700;
}

.btn-wrap-head .btn-tel a {
  font-size: clamp(25px, 16.352px + 1.127vw, 38px);
}

/* top cta */
.inner-cta .btn-wrap .btn-tel a {
  font-size: clamp(3rem, 4.5vw, 5.2rem);
}

/* 作業の流れ */
.flow--text .btn-wrap .btn-tel a {
  font-size: clamp(2.5rem, 4.5vw, 2.8rem);
}

.btn-wrap-head .btn-contact a,
.btn-wrap .btn-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.btn-wrap-head .btn-contact a {
  font-size: 1.8rem;
}

/* top cta */
.inner-cta .btn-wrap .btn-contact a {
  font-size: clamp(2.5rem, 3vw, 3.6rem);
}

/* 作業の流れ */
.flow--text .btn-wrap .btn-contact a {
  font-size: clamp(2.5rem, 3vw, 2.6rem);
}

.btn-wrap-head .btn-contact a img,
.btn-wrap .btn-contact a img {
  margin-right: 15px;
}

.btn-wrap-head .btn-contact a img {
  max-width: 30px;
}

@media (max-width: 767px) {
  .btn-wrap .btn-contact a img {
    width: 30px;
  }
}

/* 四角 矢印
-------------------------------------- */
.arrow-btn-square {
  --arrow-color: #000;
  display: inline-block;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  border: 1px solid #000;
  padding: 20px 150px 20px 50px;
  letter-spacing: 0.75rem;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}

.arrow-btn-square::after {
  content: "";
  position: absolute;
  top: 50%; /* 中央配置 */
  right: 30px;
  transform: translateY(-50%) skewX(45deg);
  width: 100px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: right 0.3s ease, border-color 0.3s ease;
}

.arrow-btn-square:hover {
  border-color: #b1b1b1;
  opacity: 1;
}

.arrow-btn-square:hover::after {
  right: 15px;
}

@media (max-width: 767px) {
  .arrow-btn-square {
    padding: 15px 60px 15px 15px;
    letter-spacing: 0.2rem;
  }
  .arrow-btn-square::after {
    content: "";
    position: absolute;
    top: 50%; /* 中央配置 */
    right: 15px;
    transform: translateY(-50%) skewX(45deg);
    width: 30px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: right 0.3s ease, border-color 0.3s ease;
  }
}

/* その他部品
====================================== */
.inline-block {
  display: inline-block;
}

.pc {
  display: block;
}

.sp,
.ssp {
  display: none;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.bg-attachment {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .pc,
  .ssp {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sp,
  .pc {
    display: none;
  }

  .ssp {
    display: block;
  }
}

/* 流れる画像 
-------------------------------------- */
.scroll-infinity {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item > img {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 767px) {
  .scroll-infinity__item > img {
    width: auto;
    height: 60px;
    object-fit: cover;
  }
}
/* フローティング
-------------------------------------- */
.floating-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(244, 243, 231, 0.8);
}

.btn-wrap-floating.flex {
  justify-content: center;
  align-items: center;
  gap: 0 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-wrap-floating .btn-tel a {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.5em;
  width: 100%;
}

.btn-wrap-floating .btn-tel a,
.btn-wrap-floating .btn-contact a {
  width: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 4rem;
  line-height: 1;
  border: 1px solid #000;
}

.btn-wrap-floating .btn-tel a:hover,
.btn-wrap-floating .btn-contact a:hover {
  background: #e1e1e1;
  color: #000;
  opacity: 1;
}

.btn-wrap-floating .btn-contact a img {
  max-width: 40px;
  margin-right: 15px;
}

@media (max-width: 1300px) {
  .btn-wrap-floating .btn-tel a,
  .btn-wrap-floating .btn-contact a {
    width: 100%;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .btn-wrap-floating.flex {
    gap: 0 10px;
  }

  .btn-wrap-floating .btn-tel a,
  .btn-wrap-floating .btn-contact a {
    font-size: 2rem;
  }
}

@media (max-width: 565px) {
  .btn-wrap-floating .btn-tel a,
  .btn-wrap-floating .btn-contact a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-wrap-floating .btn-contact a img {
    width: 25px;
  }
}

.list-num li {
  counter-increment: num;
  text-align: center;
  padding: 50px;
}
.list-num li + li {
  border-top: 1px solid  #000;
}
.list-num li::before {
  content: counter(num, decimal-leading-zero)'.';
  display: block;
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  color: #346651;
  line-height: 1;
  margin-bottom: .5em;
}
@media (max-width: 767px) {
  .list-num li {
    padding: 20px;
  }
}

/* 横幅いっぱい
-------------------------------------- */
@media (max-width: 767px) {
  .l-container-wrap  .mb-w-100 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    text-align:center;
  }
}
