@charset "UTF-8";
.home-main {
  display: block;
  width: 100%;
  overflow: hidden;
}
.home-main .wrap {
  width: auto !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.hero {
  position: relative;
  min-height: 660px;
  background: #111;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 30%, transparent 0), radial-gradient(rgba(0, 0, 0, 0.3) 30%, transparent 0);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 20px;
}

.hero-card {
  width: 320px;
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hero-card h3 {
  margin: 0 0 16px;
  color: var(--renewal-dark);
  font-size: 19px;
  font-weight: 800;
}

.hero-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 12px 14px;
  border: 1px solid var(--renewal-line);
  border-radius: 8px;
  color: var(--renewal-sub);
  font-size: 13px;
}
.hero-field .arrow {
  color: var(--renewal-red);
  font-size: 14px;
}

.hero-card .hero-note {
  margin: 12px 0 16px;
  color: var(--renewal-sub);
  font-size: 10px;
  line-height: 1.6;
}

.hero-cta {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: #f39a00;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 48px 20px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35) 80%, transparent);
}

.hero-caption-inner {
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
}

.hero-caption h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.hero-caption p {
  max-width: 640px;
  margin: 0;
  color: #f0f0f0;
  font-size: 14px;
}

.home-main .section {
  padding: 96px 0;
}
.home-main .section-head {
  margin-bottom: 52px;
  text-align: center;
}
.home-main .section-head .en {
  color: var(--renewal-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.home-main .section-head h2 {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding-bottom: 14px;
  color: var(--renewal-dark);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.home-main .section-head h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--renewal-red);
}

.reason-section {
  background: var(--renewal-bg);
}

.reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.reason-card {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.reveal-up {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-up.is-visible {
  opacity: 1;
  transform: none;
}

.reason-card .photo {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.reason-card .photo img, .service-card .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.reason-card:hover .photo img, .service-card:hover .photo img {
  transform: scale(1.08);
}

.reason-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--renewal-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.reason-card .body {
  padding: 20px 22px 24px;
}
.reason-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 800;
}
.reason-card p {
  margin: 0;
  color: var(--renewal-sub);
  font-size: 13px;
}
.reason-card .more {
  display: inline-block;
  margin-top: 12px;
  color: var(--renewal-red-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.reason-card .more:after {
  content: " ›";
}

.news-section {
  background-color: #aaa;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/PSD/100CASIO/CIMG0735.JPG");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}

.news-card {
  display: block;
  padding: 22px;
  border: 1px solid var(--renewal-line);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.news-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--renewal-gray);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.news-tag.new {
  background: var(--renewal-red);
}

.news-date {
  margin-bottom: 6px;
  color: var(--renewal-sub);
  font-size: 11px;
}

.news-card h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}
.news-card p {
  margin: 0;
  color: var(--renewal-sub);
  font-size: 12px;
}

.news-empty {
  grid-column: 1/-1;
  text-align: center;
}

.center {
  text-align: center;
}

.pill-btn {
  display: inline-flex;
  padding: 12px 28px;
  border-radius: 999px;
  background: #f39a00;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.service-section {
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--renewal-line);
  border-radius: 12px;
  background: #fff;
  color: var(--renewal-text) !important;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.service-card .photo {
  height: 180px;
  overflow: hidden;
}
.service-card .label {
  padding: 18px 14px 22px;
  text-align: center;
}
.service-card h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}
.service-card p {
  margin: 8px 0 0;
  color: var(--renewal-sub);
  font-size: 12px;
  line-height: 1.6;
}

.cta-band {
  background-color: #aaa;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/PSD/100CASIO/CIMG0806.JPG");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.cta-box .icon {
  margin-bottom: 10px;
  font-size: 28px;
}
.cta-box h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
}
.cta-box p {
  margin: 0;
  color: var(--renewal-sub);
  font-size: 13px;
}
.cta-box .big-tel {
  margin: 8px 0;
  color: var(--renewal-red-dark);
  font-size: 34px;
  font-weight: 800;
}
.cta-box .mini-btn {
  display: inline-block;
  margin-top: auto;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--renewal-gray);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .reason-grid {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid, .cta-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    width: auto;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 620px;
  }
  .hero-inner {
    padding: 34px 15px;
  }
  .hero-caption {
    padding: 36px 15px 28px;
  }
  .hero-caption h2 {
    font-size: 26px;
  }
  .home-main .section {
    padding: 64px 0;
  }
  .home-main .section-head {
    margin-bottom: 36px;
  }
  .home-main .section-head h2 {
    font-size: 25px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-section, .cta-band {
    background-attachment: scroll;
  }
}

/*# sourceMappingURL=index.css.map */
