﻿/*
Theme Name: abex
*/
@charset "UTF-8";
/* CSS Document */ :root {
  --navy: #103b61;
  --deep: #0c3456;
  --gold: #b6943d;
  --orange: #f07818;
  --blue: #0d75b7;
  --light: #f3f5f7;
  --beige: #eadcb6;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #123;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1.8
}
a {
  text-decoration: none
}
img {
  max-width: 100%;
}
.offcanvas {
  width: 320px;
}
.global-nav {
  display: flex;
  flex-direction: column;
}
.global-nav a {
  color: var(--navy);
  font-weight: 700;
  padding: 16px 0;
  border-bottom: 1px solid #e1e7ec;
}
.container-narrow {
  max-width: 1060px
}
.section {
  padding: 68px 0
}
.btn-pill {
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .15);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 250px;
  font-size: 1.1rem;
}
.btn-pill .bi::before {
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}
.btn-orange {
  background: var(--orange)
}
.btn-blue {
  background: var(--blue)
}
.btn-gold {
  background: var(--gold);
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  padding: .6rem 1.1rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center
}
.btn-orange .bi-file-earmark-text {
  color: var(--orange)
}
.btn-blue .bi-telephone-fill {
  color: var(--blue)
}
.mini {
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--gold);
  font-weight: 700
}
.title {
  font-size: 25px;
  font-weight: 800;
  color: #123b62;
  text-align: center;
  line-height: 1.5
}
.sub-title {
  text-align: center;
  color: var(--gold);
  margin-bottom: 2rem;
}
header {
  height: 58px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08)
}
.logo {
  width: 250px;
}
.menu-box {
  width: 50px;
  height: 58px;
  background: #173e5f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px
}
.menu-box i {
  font-size: 22px;
  display: block;
  line-height: 1
}
.top-actions {
  gap: 10px
}
.top-actions .btn-pill {
  font-size: 12px;
  padding: .34rem .75rem;
  box-shadow: none;
    min-width: 180px;
}
.phone {
  font-size: 15px;
  letter-spacing: .03em
}
.hero {
  height: 55vh;
  background: linear-gradient(rgba(10, 50, 85, .72), rgba(10, 50, 85, .72)), url('images/top/mv_bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .25)
}
.hero h1 span {
  border-bottom: 5px solid var(--gold);
  padding-bottom: 10px;
}
.hero p {
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: .04em
}
.intro {
  position: relative;
  background: #fff;
  padding: 70px 0;
}
.intro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50px;
  background: var(--gold)
}
.intro:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 55px;
  background: #93a3b1;
  z-index: 0
}
.intro .container {
  position: relative;
  z-index: 1
}
.intro h2 {
  font-size: 24px;
  font-weight: 900;
  color: #123b62;
  line-height: 1.6
}
.intro-img {
  height: 440px;
  background: url('images/top/top_lead.jpg') center/cover;
  border: 12px solid #fff
}
.feature {
  background: var(--deep);
  color: #fff;
  padding: 58px 0
}
.feature-img {
  height: 240px;
  background: url('images/top/feature_01.jpg') center/cover
}
.feature h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7
}
.point-card {
  background: #fff;
  color: #123;
  text-align: center;
  padding: 22px 14px
}
.point-card img {
  width: 55%;
}
.point-card i {
  font-size: 12px;
  color: #FFFFFF
}
.point-card p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  min-height: 42px
}
.services {
  background: #f5f5f5
}
.service-card {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05)
}
.service-card .pic {
  height: 200px;
  background: center/cover
}
.service-card .name {
  font-weight: 800;
  font-size: 16px;
  padding: 13px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.service-card a .name, .work-card a .work-area, .work-card a h4, .work-card a small {
  color: var(--navy) !important;
}
.circle {
  width: 20px;
  height: 20px;
  border: 1px solid #6d7d89;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: #123b62
}
.cta {
  background: #fff19c;
  padding: 3% 0 0;
}
.contact-wrap {
  position: relative;
}
.contact-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
.cta h2 {
  font-size: 24px;
  font-weight: 900
}
.cta p {
  font-size: 16px
}
.works {
  background: #fff
}
.work-card, .voice-card {
  background: #f4f6f8;
  height: 100%;
}
.thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.work-area {
  font-size: 12px;
  margin-bottom: 1px;
}
.work-card .body {
  padding: 10px
}
.work-card .body h4 {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.2rem;
  font-weight: 700;
}
.carousel-control-next, .carousel-control-prev {
  width: 1%;
}
.cat {
  display: inline-block;
  background: #103b61;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  margin-bottom: 6px
}
.price {
  color: #e43;
  font-weight: 900;
  font-size: 18px
}
.arrow-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #aab2b9;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px
}
.arrow-side.left {
  left: -20px
}
.arrow-side.right {
  right: -20px;
  background: #41556a
}
.voices {
  background: var(--beige)
}
.voice-card {
  background: #fff;
  padding: 18px;
  min-height: 230px
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ddd
}
.voice-card h3 {
  font-size: 12px;
  font-weight: 800;
  margin: 12px 0
}
.voice-card p {
  font-size: 11px;
  line-height: 1.8
}
.message {
  background: #d7e0e8;
  text-align: center
}
.message h2 {
  font-size: 22px;
  font-weight: 900;
  color: #123b62;
  line-height: 1.7
}
.message h2 span {
  color: #c29a2f;
  border-bottom: 3px solid #c29a2f
}
.message-img {
  height: 260px;
  background: url('images/top/message_01.jpg') center/cover
}
.news {
  background: #f6f6f6
}
.news-box {
  background: #fff;
  padding: 25px 35px
}
.news-item {
  border-bottom: 1px dotted #333;
  padding: 12px 0;
  font-size: 13px
}
.news-item time {
  color: #777;
  margin-right: 18px;
  font-size: 12px
}
footer {
  background: var(--deep);
  color: #fff;
  padding: 52px 0
}
.footer-logo {
  font-weight: 900
}
.footer-nav {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0
}
.footer-nav a {
  color: #cbd8e3;
  font-size: 12px
}
.fixed-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px;
  z-index: 999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, .08)
}
@media(max-width:767.98px) {
  .top-actions {
    display: none !important
  }
  .hero {
    min-height: 360px
  }
  .hero h1 {
    font-size: 27px
  }
  .hero:after {
    width: 60%;
    height: 38px
  }
  .intro:after {
    width: 72%;
    height: 42px
  }
  .logo {
    width: 190px;
  }
  .contact-img {
    display: none;
  }
  .btn-pill {
    display: block;
    width: 100%;
  }
  .section {
    padding: 50px 0
  }
  .title {
    font-size: 21px
  }
  .feature-img, .intro-img, .message-img {
    height: 210px
  }
  .operator {
    height: 150px;
    background-size: contain
  }
  .arrow-side {
    display: none
  }
  .fixed-bottom-cta .btn-pill {
    font-size: 12px;
    padding: .45rem .7rem
  }
  .service-card .pic {
    height: 110px
  }
  body {
    padding-bottom: 72px
  }
}
.flow-mv {
  min-height: 300px;
  background: linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_flow.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.flow-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 48px;
  background: var(--gold);
}
.flow-mv h1 {
  font-size: 34px;
  font-weight: 900;
}
.flow-mv p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.flow-lead {
  padding: 65px 0;
  text-align: center;
  background: #fff;
}
.flow-lead h2 {
  color: var(--navy);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.7;
}
.flow-lead p {
  max-width: 720px;
  margin: 22px auto 0;
}
.flow-list-section {
  background: #f5f5f5;
  padding: 70px 0;
}
.flow-item {
  position: relative;
  margin-bottom: 38px;
}
.flow-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 86px;
  background: var(--deep);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 900;
  z-index: 2;
}
.flow-num::before {
  content: "STEP";
  position: absolute;
  top: 13px;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: .12em;
}
.flow-body {
  background: #fff;
  margin-left: 43px;
  display: grid;
  grid-template-columns: 1fr 300px;
  min-height: 230px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
.flow-text {
  padding: 42px 42px 34px 70px;
}
.flow-text h2 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #e1e7ec;
}
.flow-text ul {
  margin: 14px 0 0;
  padding-left: 1.2em;
  font-weight: 700;
}
.flow-img {
  background: center/cover no-repeat;
  min-height: 230px;
}
.img01 {
  background-image: url("images/page/flow_01.jpg");
}
.img02 {
  background-image: url("images/page/flow_02.jpg");
}
.img03 {
  background-image: url("images/page/flow_03.jpg");
}
.img04 {
  background-image: url("images/page/flow_04.jpg");
}
.img05 {
  background-image: url("images/page/flow_05.jpg");
}
.img06 {
  background-image: url("images/page/flow_06.jpg");
}
.img07 {
  background-image: url("images/page/flow_07.jpg");
}
.flow-contact {
  background: #fff19c;
  padding: 55px 0;
  text-align: center;
}
.flow-contact h2 {
  color: #123;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}
.flow-contact-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px 0;
}
.flow-contact-list span {
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  padding: 18px 10px;
  color: var(--navy);
}
.flow-contact-list span i {
  display: block;
  margin: 0 auto;
  font-size: 2.5rem;
  color: var(--gold);
}
.flow-contact-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media(max-width:767.98px) {
  .flow-mv {
    min-height: 230px;
  }
  .flow-mv::after {
    width: 62%;
    height: 36px;
  }
  .flow-mv h1 {
    font-size: 26px;
  }
  .flow-lead {
    padding: 48px 0;
  }
  .flow-lead h2 {
    font-size: 21px;
  }
  .flow-list-section {
    padding: 50px 0;
  }
  .flow-item {
    margin-bottom: 28px;
  }
  .flow-num {
    width: 66px;
    height: 66px;
    font-size: 24px;
  }
  .flow-num::before {
    top: 8px;
    font-size: 9px;
  }
  .flow-body {
    display: block;
    margin-left: 28px;
  }
  .flow-text {
    padding: 82px 24px 28px;
  }
  .flow-text h2 {
    font-size: 20px;
  }
  .flow-img {
    min-height: 180px;
  }
  .flow-contact {
    padding: 45px 0;
  }
  .flow-contact h2 {
    font-size: 21px;
  }
  .flow-contact-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.quality-mv {
  min-height: 300px;
  background: linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_reaon.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.quality-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 48px;
  background: var(--gold);
}
.quality-mv h1 {
  font-size: 34px;
  font-weight: 900;
}
.quality-mv p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.quality-lead {
  padding: 70px 0 58px;
  background: #fff;
}
.quality-copy {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .08em;
}
.quality-lead h2 {
  color: var(--navy);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.7;
}
.quality-lead h2 span {
  color: var(--gold);
  border-bottom: 3px solid var(--gold);
}
.quality-heading {
  margin-bottom: 34px;
}
.quality-heading span {
  display: block;
  color: var(--gold);
  font-size: 4rem;
  font-weight: 900;
}
.quality-heading h2 {
  color: var(--navy);
  font-size: 42px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
  margin: 0;
}
.quality-heading p {
  display: inline-block;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  margin-top: 8px;
}
.quality-heading.right {
  text-align: right;
}
.quality-price {
  background: #f5f5f5;
  padding: 20px 0;
}
.quality-price-box {
  background: var(--deep);
  color: #fff;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 30px;
  align-items: center;
  position: relative;
}
.quality-price-box h3, .quality-transparency h3, .quality-fulfill-box h3, .quality-color h3 {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.6;
  color: var(--navy);
}
.quality-price-box h3, .quality-price-box p {
  color: #fff;
}
.quality-compare {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.compare-box {
  background: #fff;
  border: 2px solid #d7e0e8;
  padding: 24px;
  width: 260px;
}
.compare-box.active {
  border-color: var(--gold);
}
.compare-box h4 {
  color: var(--navy);
  font-weight: 900;
  font-size: 17px;
}
.compare-arrow {
  color: var(--gold);
  font-size: 34px;
  font-weight: 900;
}
.quality-transparency {
  background: #fff;
  padding: 20px 0;
}
.quality-photo, .quality-small-img, .work-img, .renovation-img {
  background: center/cover no-repeat;
}
.quality-photo {
  min-height: 280px;
}
.quality-fulfill {
  background: #f5f5f5;
  padding: 20px 0;
}
.quality-fulfill-box {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 34px;
  align-items: center;
}
.quality-chart {
  box-shadow: 0 0 0 2px var(--navy) inset;
}
.quality-small-img {
  height: 140px;
}
.quality-service-flow {
  background: #d7e0e8;
  padding: 72px 0;
}
.service-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.service-flow div {
  background: #fff;
  border: 2px solid var(--navy);
  color: var(--navy);
  font-weight: 900;
  padding: 18px 24px;
  min-width: 145px;
}
.service-flow div i {
  display: block;
  margin: 0 auto;
  color: var(--navy);
  font-size: 2rem;
}
.service-flow span {
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.quality-pay {
  background: #fff;
  padding: 20px 0;
}
.pay-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  font-size: 19px;
}
.pay-boxes div {
  border: 2px solid var(--navy);
  padding: 20px;
  text-align: center;
  color: var(--navy);
  font-weight: 900;
}
.pay-boxes h5 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: dotted 3px var(--navy);
  padding-bottom: 10px;
}
.quality-color {
  background: #f5f5f5;
  padding: 20px 0;
}
.quality-renovation {
  padding: 20px 0;
}
.renovation-box {
  display: grid;
  grid-template-columns: 45% 55%;
  background: #fff;
}
.renovation-img {
  min-height: 300px;
  background-image: url("../img/renovation.jpg");
}
.renovation-text {
  padding: 42px;
}
.quality-heading.small h2 {
  font-size: 34px;
}
.quality-final-cta {
  background: linear-gradient(rgba(12, 52, 86, .82), rgba(12, 52, 86, .82)), url("../img/quality-cta.jpg") center/cover no-repeat;
  color: #fff;
  padding: 76px 0;
}
.quality-final-cta h2 {
  font-size: 27px;
  font-weight: 900;
}
.quality-final-cta p {
  margin: 18px auto 28px;
  max-width: 720px;
}
@media(max-width:767.98px) {
  .quality-mv {
    min-height: 230px;
  }
  .quality-mv::after {
    width: 62%;
    height: 36px;
  }
  .quality-mv h1 {
    font-size: 26px;
  }
  .quality-lead, .quality-price, .quality-transparency, .quality-fulfill, .quality-works, .quality-pay, .quality-color, .quality-voice, .quality-renovation, .quality-final-cta {
    padding: 50px 0;
  }
  .quality-lead h2 {
    font-size: 21px;
  }
  .quality-heading h2 {
    font-size: 34px;
  }
  .quality-heading.right {
    text-align: left;
  }
  .quality-price-box, .quality-fulfill-box, .renovation-box {
    display: block;
  }
  .quality-price-box {
    padding: 28px 22px;
  }
  .quality-illust, .quality-chart {
    margin-top: 24px;
  }
  .quality-compare {
    display: block;
  }
  .compare-box {
    width: 100%;
    margin-bottom: 12px;
  }
  .compare-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .service-flow div {
    margin-bottom: 10px;
  }
  .service-flow span {
    display: none;
  }
  .pay-boxes {
    grid-template-columns: 1fr;
  }
  .renovation-img {
    min-height: 200px;
  }
  .renovation-text {
    padding: 28px 22px;
  }
  .quality-contact-band .text-md-end {
    text-align: left !important;
  }
  .quality-contact-band .btn-pill {
    margin-top: 8px;
  }
}
.safe-service {
  background: #eaf1f8;
}
.safe-service-en {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}
.safe-service-lead {
  color: #333;
  font-size: 20px;
  letter-spacing: .04em;
}
.safe-service-lead span {
  background: linear-gradient(transparent 58%, #f5c400 58%);
}
.safe-card {
  position: relative;
  background: #fff;
  border: 3px solid var(--navy);
  padding: 48px 24px 28px;
}
.safe-num {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
}
.safe-card h3 {
  color: var(--navy);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 24px;
}
.safe-card p {
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}
@media(max-width:767.98px) {
  .safe-service-title {
    font-size: 24px;
    letter-spacing: .06em;
  }
  .safe-service-title::after {
    width: 180px;
  }
  .safe-service-lead {
    font-size: 16px;
    text-align: left !important;
  }
  .safe-card {
    padding: 42px 20px 24px;
  }
}
.company-mv {
  min-height: 300px;
  background: linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_company.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.company-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 48px;
  background: var(--gold);
}
.company-mv h1 {
  font-size: 34px;
  font-weight: 900;
}
.company-mv p, .company-sub {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.company-message {
  background: #fff;
  position: relative;
}
.company-message::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 56px;
  background: #93a3b1;
}
.company-message .container {
  position: relative;
  z-index: 1;
}
.company-message h2 {
  color: var(--navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 20px;
}
.company-message-img {
  min-height: 260px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}
.company-profile, .company-history {
  background: #f5f5f5;
}
.company-table {
  background: #fff;
  margin-bottom: 0;
}
.company-table th {
  width: 220px;
  background: var(--deep);
  color: #fff;
  font-weight: 900;
  padding: 18px 22px;
  vertical-align: middle;
}
.company-table td {
  background: #fff;
  padding: 18px 22px;
  border-bottom: 1px solid #e1e7ec;
}
.company-access {
  background: #fff;
}
.company-access-box {
  background: #fff;
  border-left: 5px solid var(--gold);
  padding: 32px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .06);
}
.company-access-box h3 {
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}
.company-access-box h4 {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  margin-top: 22px;
}
.company-map {
  min-height: 320px;
  background: #d7e0e8;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.company-timeline {
  background: #fff;
  padding: 34px;
}
.company-timeline div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  border-bottom: 1px solid #e1e7ec;
  padding: 18px 0;
}
.company-timeline div:last-child {
  border-bottom: 0;
}
.company-timeline span {
  color: var(--gold);
  font-weight: 900;
}
.company-timeline p {
  margin: 0;
  font-weight: 700;
}
@media(max-width:767.98px) {
  .company-mv {
    min-height: 230px;
  }
  .company-mv::after {
    width: 62%;
    height: 36px;
  }
  .company-mv h1 {
    font-size: 26px;
  }
  .company-message::after {
    width: 70%;
    height: 42px;
  }
  .company-message h2, .company-cta h2 {
    font-size: 21px;
  }
  .company-message-img {
    min-height: 200px;
  }
  .company-table th, .company-table td {
    display: block;
    width: 100%;
  }
  .company-table th {
    padding: 12px 16px;
  }
  .company-table td {
    padding: 14px 16px;
  }
  .company-timeline {
    padding: 22px;
  }
  .company-timeline div {
    display: block;
  }
  .company-timeline span {
    display: block;
    margin-bottom: 8px;
  }
}
.repair-mv {
  background: linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_repair.jpg") center/cover no-repeat;
}
.page-mv {
  min-height: 300px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  background-size: 100% auto;
  background-position: center center;
}
.page-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 48px;
  background: var(--gold);
}
.page-mv h1 {
  font-size: 34px;
  font-weight: 900;
}
.page-mv p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.repair-lead {
  background: #d7e0e8;
}
.repair-point {
  background: #fff;
  border-top: 5px solid var(--gold);
  padding: 30px 24px;
  box-shadow: 0 1px 14px rgba(0, 0, 0, .07);
  text-align: center;
}
.repair-point span {
  color: var(--gold);
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
}
.repair-point i {
  display: block;
  color: var(--blue);
  font-size: 42px;
}
.repair-flow {}
.repair-point h3, .repair-flow-card h3, .repair-feature h2 {
  color: var(--navy);
  font-weight: 900;
}
.repair-flow-line {
  max-width: 860px;
  margin: auto;
}
.repair-step {
  display: grid;
  grid-template-columns: 280px 1fr;
  background-color: #f5f5f5;
}
.repair-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.repair-step-body {
  padding: 38px 40px;
}
.repair-step-body span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.repair-step-body h3 {
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  margin: 10px 0 16px;
}
.repair-arrow {
  text-align: center;
  padding: 14px 0;
}
.repair-arrow i {
  color: var(--gold);
  font-size: 34px;
}
@media(max-width:767.98px) {
  .repair-step {
    display: block;
  }
  .repair-step-img {
    min-height: 190px;
  }
  .repair-step-body {
    padding: 26px 22px;
  }
  .repair-step-body h3 {
    font-size: 20px;
  }
  .repair-arrow i {
    font-size: 28px;
  }
}
.repair-feature {
  background: var(--deep);
  color: #fff;
}
.repair-feature h2 {
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
}
.repair-feature-img {
  min-height: 260px;
  background: url("../img/repair-feature.jpg") center/cover no-repeat;
}
.repair-feature-list li {
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.repair-feature-list i {
  color: var(--gold);
  margin-right: 8px;
}
.repair-service {
  background-color: #f5f5f5;
}
.repair-service-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  padding: 18px 20px;
  height: 100%;
  border-left: 4px solid var(--gold);
}
@media(max-width:767.98px) {
  .page-mv {
    min-height: 230px;
  }
  .page-mv::after {
    width: 62%;
    height: 36px;
  }
  .page-mv h1 {
    font-size: 26px;
  }
  .repair-flow-img {
    height: 170px;
  }
  .repair-feature-img {
    min-height: 200px;
  }
}
.paint-mv {
  background: linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_paint.jpg") center/cover no-repeat;
}
.paint-lead, .paint-other {
  background: #fff;
}
.paint-sign, .paint-service {
  background: #f5f5f5;
}
.paint-sign-card, .paint-other-card {
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .05);
}
.paint-sign-card .paint-img {
  margin-bottom: 5px;
}
.paint-sign-card h3, .paint-other-card h3, .paint-feature h2 {
  color: var(--navy);
  font-weight: 900;
}
.paint-other-card h3 {
  font-size: 21px;
}
.paint-sign-card h3 {
  font-size: 16px;
}
.paint-sign-card p {
  font-size: 12px;
  margin-bottom: 0;
}
.paint-feature {
  background: var(--deep);
  color: #fff;
}
.paint-feature h2 {
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.img-feature {
  min-height: 280px;
  background-image: url("../img/paint-feature.jpg");
}
.paint-check-list li {
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.paint-check-list i {
  color: var(--gold);
  margin-right: 8px;
}
.paint-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.paint-point {
  background: #f4f6f8;
  border-left: 4px solid var(--gold);
  padding: 14px;
  margin-top: 18px;
}
.paint-point strong {
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}
.paint-point p {
  margin: 0;
  font-size: 13px;
}
.service-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  padding: 18px 20px;
  height: 100%;
  border-left: 4px solid var(--gold);
}
.paint-cta {
  background: #fff19c;
}
.paint-cta h2 {
  color: #123;
  font-size: 24px;
  font-weight: 900;
}
@media(max-width:767.98px) {
  .img-main, .img-feature {
    min-height: 210px;
  }

  .paint-other-card .paint-img {
    height: 170px;
  }
  .paint-feature h2, .paint-cta h2 {
    font-size: 21px;
  }
}
.roof-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_roof.jpg");
}
.sealing-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_sealing.jpg");
}
.foundation-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_foundation.jpg");
}
.sheet-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_sheet.jpg");
}
.waterproofing-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_waterproofing.jpg");
}
.service-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_service.jpg");
}
.contact-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_contact.jpg");
}
.work-mv {
  background-image:
    linear-gradient(rgba(12, 52, 86, .78), rgba(12, 52, 86, .78)), url("images/page/hero_work.jpg");
}
@media(max-width:767.98px) {
  .major-renovation-img, .major-point-img, .major-insurance-img, .major-briefing-img {
    min-height: 200px;
  }
}
.contact-info {
  background: var(--deep);
  color: #fff;
  padding: 40px 30px;
}
.contact-info h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
.contact-tel {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;
}
.contact-box {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.contact-box i {
  font-size: 26px;
  color: var(--gold);
}
.contact-form-wrap {
  background: #fff;
  padding: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
@media(max-width:767.98px) {
  .contact-form-wrap {
    padding: 28px 20px;
  }
  .contact-tel {
    font-size: 28px;
  }
}
.cf7-abex .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.5em;
}
.cf7-abex input[type="radio"], .cf7-abex input[type="checkbox"] {
  margin-right: .4em;
}
.news-single-box {}
.news-meta time {
  color: var(--gold);
  font-weight: 700;
}
.news-single-title {
  color: var(--navy);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
}
.news-single-content {
  line-height: 2;
}
.news-single-content img {
  max-width: 100%;
  height: auto;
}
.news-nav-box {
  display: block;
  background: #fff;
  padding: 24px;
  color: var(--navy);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}
.news-nav-box small {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .08em;
}
.news-nav-box strong {
  line-height: 1.7;
  display: block;
}
@media(max-width:767.98px) {
  .news-single-box {}
  .news-single-title {
    font-size: 26px;
  }
  .news-nav-box {
    padding: 18px;
  }
  .news-nav-box strong {
    font-size: 13px;
  }
}