/* =======================================
メインビジュアル
======================================== */

.main-visual-area {
  height: 100vh;
  position: relative;
}

.catch-en {
  background: linear-gradient(to right, #1f195b 0%, #29acfa 50%, #29acfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* ほかブラウザ用の保険 */
  font-size: 30px;
  font-family: "Tenor Sans", sans-serif;
  color: #1f195b;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

.catch-box {
  position: absolute;
  bottom: 134px;
  margin-left: 50px;
}

.catch-box .catch {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  display: table;
  font-weight: 700;
  padding: 15px 0 15px 20px;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(to right, #1f195b 0%, #29acfa 100%);
}

.catch-box .catch+.catch {
  margin-top: 10px;
}

.catch-box .catch span {
  font-size: 40px;
}

@media (max-width: 1350px) {
  .catch-en {
    font-size: min(calc(22px + (30 - 22) * (100vw - 992px) / (1350 - 992)),
        30px);
    margin-bottom: min(calc(10px + (18 - 10) * (100vw - 992px) / (1350 - 992)),
        18px);
  }

  .catch-box .catch {
    font-size: min(calc(30px + (48 - 30) * (100vw - 992px) / (1350 - 992)),
        48px);
  }

  .catch-box .catch span {
    font-size: min(calc(24px + (40 - 24) * (100vw - 992px) / (1350 - 992)),
        40px);
  }
}

@media (max-width: 991px) {
  .main-visual-area {
    height: 70vh;
    position: relative;
  }

  .catch-en {
    font-size: min(calc(16px + (22 - 16) * (100vw - 769px) / (991 - 769)),
        22px);
    margin-bottom: 10px;
  }

  .catch-box .catch {
    font-size: min(calc(26px + (30 - 26) * (100vw - 769px) / (991 - 769)),
        30px);
  }

  .catch-box .catch span {
    font-size: min(calc(20px + (24 - 20) * (100vw - 769px) / (991 - 769)),
        24px);
  }

}

@media (max-width: 768px) {
  .catch-box {
    position: absolute;
    bottom: 134px;
    margin-left: 20px;
  }

  .catch-en {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .catch-box .catch {
    font-size: 20px
  }

  .catch-box .catch span {
    font-size: 18px
  }
}

@media (max-width: 480px) {
  .catch-box {
    bottom: 100px;
    margin-left: 15px;
  }

  .catch-en {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .catch-box .catch {
    letter-spacing: 0;
    font-size: 17px;
    padding: 10px 0 10px 15px;
  }

  .catch-box .catch span {
    font-size: 13px
  }
}

/* =======================================
時代ニーズにマッチした建築プランをご提案
======================================== */
.top-head-text-area {
  padding: 250px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

.top-head-text-area .inner {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top-head-text-area h3 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 10px 10px;
  font-weight: 700;
  line-height: 1;
  display: table;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(to right, #1f195b 0%, #29acfa 100%);
}

.top-head-text-area .text-center {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  font-size: 18px;
}

.top-head-text-area .text-center+.text-center {
  margin-top: 36px;
}

.bg-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 540px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}

.top-head-text-area br.sp {
  display: none;
}

@media (max-width: 1500px) {
  .top-head-text-area {
    padding: min(calc(200px + (250 - 200) * (100vw - 992px) / (1500 - 992)),
        250px) 0;
  }

}

@media (max-width: 1200px) {
  .top-head-text-area h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto 30px;
    font-weight: 700;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .top-head-text-area {
    padding: 100px 0;
  }

  .top-head-text-area h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto 30px;
    font-weight: 700;
    line-height: 1;
  }

  .top-head-text-area .inner {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  .top-head-text-area .text-center {
    font-size: 16px;
  }

  .top-head-text-area .text-center+.text-center {
    margin-top: 26px;
  }

  .bg-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.2;
  }
}

@media (max-width: 580px) {
  .top-head-text-area {
    padding: 80px 0;
  }

  .top-head-text-area br.sp {
    display: block;
  }

  .top-head-text-area h3 {
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0 auto 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }

  .top-head-text-area .text-center {
    font-size: 14px;
  }

}

/* =======================================
事業内容
======================================== */
.top-business-area {
  padding-top: 200px;
  padding-bottom: 250px;
  background-color: #fff;
}

.top-business-area h4 {
  color: #fff;
  display: table;
  font-weight: 700;
  font-size: 32px;
  padding: 0 20px 0 20px;
  background-color: var(--navy-color);
}

.top-business-area h4+h4 {
  margin-top: 10px;
}

.top-business-area .business-img {
  margin-top: 150px;
}

.top-business-area .business-img img {
  width: 100%;
  height: auto;
  height: 580px;
  object-fit: cover;
  display: block;
}

.business-list-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.buness-item {
  padding-top: 35px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #f2faff;
}

.business-ttl-box {
  display: table;
}

.business-icon {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 150px;
}

.buness-item h5 {
  color: #1f195b;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

.top-business-area .text {
  font-size: 18px;
  margin-top: 48px;
  line-height: 1.8;
}

@media (max-width: 1600px) {
  .top-business-area .business-img img {
    height: 480px;
  }
}

@media (max-width: 1300px) {
  .top-business-area .business-img img {
    height: 400px;
  }

  .business-right {
    padding-bottom: 80px;
  }
}

/* 1200px以上で左端まで広げる */
@media (min-width: 1320px) {
  .top-business-area .business-img {
    /* container基準幅1290pxとの差分の半分を左にずらす */
    margin-left: calc((-100vw + 1290px + var(--bs-gutter-x, 0px)) / 2);
    padding-right: 105px;
  }
}

@media (min-width: 992px) {
  .top-business-area .business-img {
    /* container基準幅1290pxとの差分の半分を左にずらす */
    margin-left: calc((-100vw + 962px + var(--bs-gutter-x, 0px)) / 2);
  }
}

@media (max-width: 1500px) {
  .top-business-area .container {
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-left: 0;
  }

  .top-head-text-area .area-ttl-box {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 1260px) {
  .top-business-area h4 {
    color: #fff;
    display: table;
    font-weight: 700;
    font-size: 24px;
    padding: 0 10px 0 10px;
    background-color: var(--navy-color);
  }
}

/* 1200px以上で左端まで広げる */
@media (max-width: 991px) {
  .top-business-area {
    padding-top: 150px;
    padding-bottom: 200px;
    background-color: #fff;
  }

  .top-business-area .business-img {
    margin-top: 80px;
  }

  .business-right {
    margin-top: 60px;
  }

  .top-business-area .container {
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
  }

  .area-ttl-box {
    padding-left: 0;
  }

  .top-business-area h4 {
    color: #fff;
    display: table;
    font-weight: 700;
    font-size: 30px;
    padding: 0 10px 0 10px;
    background-color: var(--navy-color);
  }

  .business-img {
    margin: 0 calc(-15px + -50 * (100vw - 320px) / 1180);
  }
}

@media (max-width: 991px) {

  .top-business-area h4 {
    font-size: 24px;
  }

  .business-right {
    padding-bottom: 0;
  }

  .top-business-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .buness-item.right {
    margin-top: 20px;
  }

  .top-business-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
  }

  .top-business-area h4 {
    font-size: 20px;
    padding: 0 5px 0 5px;
    letter-spacing: 0;
  }

  .top-business-area .business-img img {
    height: 350px;
  }

  .top-business-area .business-img {
    margin-top: 40px;
  }

  .top-business-area .text {
    font-size: 14px;
    margin-top: 28px;
    line-height: 1.8;
  }

  .buness-item {
    padding-top: 25px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #f2faff;
  }

  .business-icon {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 120px;
  }

  .buness-item h5 {
    color: #1f195b;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
  }
}

/* =======================================
実績紹介
======================================== */
.top-works-area {
  padding: 150px 0 170px;
  background-size: 1560px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/top/area-bg.png);
  background-color: var(--navy-color);
}

.top-works-area .area-ttl-box {
  margin-bottom: 60px;
}

.top-works-area .area-ttl-box h3 {
  color: #fff;
}

.top-works-area .area-ttl-box .ttl-en {
  display: table;
  line-height: 1;
  background: linear-gradient(to right, #fff 0%, #29acfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* ほかブラウザ用の保険 */
  font-family: "Tenor Sans", sans-serif;
}

.works-ttl-box {
  margin-bottom: 55px;
}

.works-ttl-box h4 {
  background-color: #fff;
  color: var(--navy-color);
  font-size: 32px;
  font-weight: 700;
  padding: 5px 20px;
  display: table;
}

.works-ttl-box h4+h4 {
  margin-top: 10px;
}

.top-works-area .text {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.top-works-area .more-btn {
  margin-top: 60px;
  display: flex;
  gap: 0 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
}

.top-works-area .more-btn .more-text {
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  color:#fff;
}

.top-works-area .more-btn:hover .more-text {
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--blue-color);
  color:var(--blue-color);
}

.top-works-area .more-btn .arrow {
  display: flex;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  background-color:
    #fff;
}

.top-works-area .more-btn:hover .arrow {
  background-color:var(--blue-color);
}

.top-works-area .more-btn:hover .arrow i {
  color: #fff;
}

@media (max-width: 1280px) {
.top-works-area {
  padding: 150px 0 170px;
  background-size: 1560px auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/top/area-bg.png);
  background-color: var(--navy-color);
}

.works-ttl-box h4 {
    background-color: #fff;
    color: var(--navy-color);
    font-size: 28px;
    font-weight: 700;
    padding: 5px 20px;
    display: table;
}
}
@media (max-width: 768px) {
.works-ttl-box h4 {
    background-color: #fff;
    color: var(--navy-color);
    font-size: 22px;
    font-weight: 700;
    padding: 5px 20px;
    display: table;
}
.top-works-area .text {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}
}
@media (max-width: 768px) {
  .top-works-area {
  padding: 100px 0 100px;
  background-size: 700px auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../images/top/area-bg.png);
  background-color: var(--navy-color);
}
.top-works-area .text {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

}
@media (max-width: 768px) {

.works-ttl-box h4 {
  background-color: #fff;
  color: var(--navy-color);
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 5px 10px;
}
.works-ttl-box {
    margin-bottom: 45px;
}
}
/* =======================================
お知らせ
======================================== */
.news-area {
  margin-bottom: 150px;
}

.news-area .bg {
  padding: 50px 30px 50px 50px;
  background-color: rgba(242, 250, 255, 0.5);
}

.news-list li {
  padding-left: 11px;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.news-detail {
  display: flex;
  gap: 0 9px;
  margin-bottom: 10px;
}

.news-detail .date {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.news-detail .new {
  font-size: 14px;
  color: var(--blue-color);
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

.news-list h4 {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 991px) {
  .news-list {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .news-area .bg {
      padding: 40px 20px 40px 30px;
      background-color: rgba(242, 250, 255, 0.5);
  }
}
@media (max-width: 768px) {
  .news-area {
      margin-bottom: 100px;
  }
}
/* =======================================
バナーリスト
======================================== */
.bnr-list-area .text-box {
  padding-left: 24px;
  padding-bottom: 25px;
  padding-right: 24px;
  background-color: var(--navy-color);
}

.bnr-list-area .area-ttl-box {
  margin-bottom: 40px;
}

.bnr-list-area .text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.bnr-list-area .area-ttl-box {
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.bnr-list-area .area-ttl-box .ttl-en {
  display: table;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 56px;
  background: linear-gradient(to right, #fff 0%, #29acfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Tenor Sans", sans-serif;
}

.bnr-list-area .area-ttl-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

.bnr-list-area .more-btn {
  margin-top: 40px;
}

.bnr-list-area .more-btn .more-text {
  line-height: 1;
  padding-bottom: 7px;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.bnr-list-area .more-btn:hover .more-text {
  color: var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
}

.bnr-list-area .more-btn .arrow {
    background-color: #fff;
}

.bnr-list-area .more-btn:hover .arrow {
  background-color:var(--blue-color);
}

.bnr-list-area .more-btn:hover .arrow i {
  color: #fff;
}

@media (max-width: 991px) {
.bnr-list-area .text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

}
@media (max-width: 768px) {
  .bnr-list-area .bnr-box {
    margin-top: 30px;
  }
  .bnr-list-area .area-ttl-box {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
  .bnr-list-area .area-ttl-box .ttl-en {
  display: table;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 42px;
  background: linear-gradient(to right, #fff 0%, #29acfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Tenor Sans", sans-serif;
}

.bnr-list-area .area-ttl-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
}