@charset "UTF-8";

/* =========================================================
   home hero
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  background: #f7fbfd;
}

.hero__inner {
  position: relative;
}

.hero__slider {
  position: relative;
  aspect-ratio: 16 / 8;
  min-height: 42rem;
  background: #dfeef6;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.2s ease,
    visibility 1.2s ease;
}

.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* 画像全体にうっすら可読性補助 */
.hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.03) 45%,
      rgba(0, 0, 0, 0.10) 100%
    );
  pointer-events: none;
}

/* =========================================================
   hero copy
   ========================================================= */
.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 4rem;
  padding-right: 4rem;
  pointer-events: none;
}

.hero__copy-wrap {
  position: relative;
  max-width: 72rem;
  padding: 2.4rem 3.2rem;
  
  /*
  border-radius: 2.8rem;
  background: rgba(248, 251, 255, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.10),
    0 10px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  */
  isolation: isolate;
}

/* 外周をふわっとぼかして境界を消す */
.hero__copy-wrap::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 1.18);
  filter: blur(22px);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}

/* 上右だけ少し明るくして自然なハイライト */
.hero__copy-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /*
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.06) 38%,
      rgba(255, 255, 255, 0) 72%
    );
    */
  pointer-events: none;
}

.hero__copy {
  position: relative;
  margin: 0;
  color: #23384d;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 2.8vw, 5.6rem);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: right;
  text-shadow: none;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .hero__slider {
    min-height: 36rem;
  }

  .hero__content {
    padding-top: 3.2rem;
    padding-right: 3.2rem;
  }

  .hero__copy-wrap {
    max-width: 62rem;
    padding: 2rem 2.6rem;
  }

  .hero__copy {
    font-size: clamp(3rem, 4.2vw, 4.8rem);
  }
}

@media screen and (max-width: 767px) {
  .hero__slider {
    aspect-ratio: 4 / 3;
    min-height: 28rem;
  }

  .hero__content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .hero__copy-wrap {
    max-width: 100%;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }

  .hero__copy-wrap::before {
    inset: -14px;
    border-radius: 3rem;
    filter: blur(16px);
  }

  .hero__copy {
    width: 100%;
    font-size: clamp(2.0rem, 4.8vw, 3.6rem);
    line-height: 1.5;
    text-align: center;
  }
}


/* =========================================================
   home info
   ========================================================= */
.home-info {
  background: #dcecf7;
  padding: 4.8rem 0 8rem;
}

.home-notice {
  width: min(100%, 900px);
  margin:0 auto 4rem;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 3.2rem;
  align-items: start;
  padding: 3.2rem 4.3rem;
  background: #fff;
  border: 1px solid #cfe0eb;
  border-radius: 2.4rem;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.04);
}

.home-notice__label {
  margin: 0;
  padding-top: 0rem;
  color: var(--color-main-dark);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-notice__text {
  max-width: 980px;
  color: #374151;
  font-size: 1.8rem;
  line-height: 1.9;
  word-break: break-word;
  
}

.home-notice__text br + br {
  display: block;
  content: "";
  margin-top: 0.8em;
}

/* 先頭の日付っぽい行を少し締めるための全体印象調整 */
.home-notice__text strong,
.home-notice__text b {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .home-notice {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 2.4rem;
    padding: 3.2rem;
  }

  .home-notice__label {
    font-size: 2.4rem;
  }

  .home-notice__text {
    font-size: 1.8rem;
    line-height: 1.85;
  }
}

@media screen and (max-width: 767px) {
  .home-notice {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 1.6rem;
    border-radius: 1.6rem;
  }

  .home-notice__label {
    padding-top: 0;
    font-size: 2rem;
  }

  .home-notice__text {
    max-width: none;
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

/* =========================================================
   schedule
   ========================================================= */
.home-schedule{
  width: min(100%, 1020px);
  margin: 0 auto;
}

.home-schedule__head {
  margin-bottom: 2.2rem;
}

.home-schedule__title {
  margin: 0 0 1rem;
  color: var(--color-main-dark);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-schedule__lead {
  margin: 0;
  color: #555;
  font-size: 2rem;
  line-height: 1.8;
}

/* ponoベース */
.table-wrap {
  
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid var(--color-main-dark);
}

.about-second table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.about-second thead th {
  background: var(--color-main-dark);
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  padding: 16px 10px;
  border-right: 3px solid rgba(255, 255, 255, 0.25);
}

.about-second thead th:first-child {
  width: 180px;
  text-align: center;
}

.about-second thead th:last-child {
  border-right: none;
}

.about-second tbody th {
  text-align: center;
  font-size:1.8rem;
  font-weight: 700;
  padding: 16px 10px;
  border-right: 3px solid #d4e3ec;
  border-bottom: 3px solid #d4e3ec;
  vertical-align: middle;
  background: #fff;
  color: #444;
}

.about-second tbody td {
  text-align: center;
  padding: 17px 10px;
  border-right: 3px solid #d4e3ec;
  border-bottom: 3px solid #d4e3ec;
  vertical-align: middle;
  background: #fff;
  line-height: 1; /* 追加 */
}

.about-second tbody tr:last-child td,
.about-second tbody tr:last-child th {
  border-bottom: none;
}

.about-second tbody td:last-child,
.about-second tbody th:last-child {
  border-right: none;
}

/* シンボル */
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-weight: 700;
  line-height: 1; /* 追加 */
}


.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.dot,
.cross {
  display: block;
}

.dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4391bf;
  text-indent: -9999px;
  transform: translateY(1px); /* 微調整 */
}

.cross {
  width: auto;
  height: auto;
  color: #333;
  line-height: 1;
  text-indent: 0;
  font-size: 2rem;
  font-weight: 700;
}

/* =========================================================
   CTA
   ========================================================= */
.home-cta {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.home-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 7rem;
  padding: 0 3rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.18);
}

.home-cta__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.home-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-cta__icon img {
  width: 5rem;
  height: 5rem;
  display: block;
}

.home-cta__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-cta__label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  line-height: 1.4;
}

.home-cta__tel {
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-schedule__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .home-info {
    padding: 3.2rem 0 5rem;
  }

  .home-notice {
    display: block;
    padding: 2rem 2rem;
    margin-bottom: 3.4rem;
  }

  .home-notice__label {
    margin-bottom: 0.8rem;
    font-size: 2.2rem;
  }

  .home-schedule__title {
    font-size: 3rem;
  }

  .home-schedule__lead {
    font-size: 1.8rem;
  }

  .table-wrap {
    width: 100%;
    margin: 0 auto;
    border-width: 3px;
  }

  .about-second thead th {
    padding: 8px 2px;
    font-size: 1.8rem;
  }

  .about-second thead th:first-child {
    width: 90px;
  }

  .about-second tbody th {
    padding: 8px 2px;
    font-size: 1.6rem;
  }

  .about-second tbody td {
    padding: 8px 2px;
  }

  .dot {
    width: 18px;
    height: 18px;
  }

  .cross {
    font-size: 1.8rem;
  }

  .home-cta {
    margin-top: 3.8rem;
  }

  .home-cta__button {
    width: 100%;
    max-width: 36rem;
    min-height: 8rem;
    padding: 0 1.8rem;
    gap: 1.5rem;
  }

  .home-cta__icon img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .home-cta__label {
    font-size: 1.5rem;
  }

  .home-cta__tel {
    font-size: 2.8rem;
  }
}

.home-schedule__title {
  position: relative;
  display: inline-block;
  margin: 0 0 0rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  color: var(--color-main-dark);
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-schedule__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 8px;
  height: 0.9em;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f5fb3 0%, #57a6d6 100%);
}


/* =========================================================
   home medical
   ========================================================= */
.home-medical {
  position: relative;
  background:
    radial-gradient(circle at 8% 88%, rgba(196, 225, 240, 0.22) 0, rgba(196, 225, 240, 0.22) 120px, transparent 121px),
    radial-gradient(circle at 92% 16%, rgba(196, 225, 240, 0.18) 0, rgba(196, 225, 240, 0.18) 80px, transparent 81px),
    #ffffff;
  overflow: hidden;
}

.home-medical::before,
.home-medical::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-medical::before {
  width: 280px;
  height: 280px;
  left: -80px;
  bottom: 30px;
  background: rgba(220, 236, 247, 0.45);
  filter: blur(10px);
}

.home-medical::after {
  width: 180px;
  height: 180px;
  right: -40px;
  top: 80px;
  background: rgba(220, 236, 247, 0.28);
  filter: blur(8px);
}

.home-medical__inner {
  position: relative;
  z-index: 1;
}

.home-medical__head {
  text-align: center;
  margin-bottom: 4rem;
}

.home-medical__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-medical__title {
  margin: 0;
  color: #111;
  font-size: clamp(4rem, 3.6vw, 6.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.home-medical__lead {
  margin: 2.4rem auto 0;
  max-width: 760px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}

.home-medical__animals {
  margin: 0 auto 6rem;
  padding: 3rem 3.2rem;
  max-width: 860px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dce8f0;
  border-radius: 2.4rem;
  box-shadow: 0 10px 30px rgba(22, 90, 167, 0.06);
}

.home-medical__animals-title {
  margin: 0 0 2.4rem;
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.home-medical__animal-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
  align-items: start;
}

.home-medical__animal-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22rem;
}

.home-medical__animal-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19rem;
  height: 19rem;
  margin: 0 auto;
}

.home-medical__animal-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-medical__animal-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
}

.home-medical__animal-ja {
  color: #111;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.home-medical__animal-en {
  margin-top: 0.4rem;
  color: #111;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .home-medical__animal-list {
    gap: 1.6rem;
  }

  .home-medical__animal-item {
    min-height: 18rem;
  }

  .home-medical__animal-shape {
    width: 15rem;
    height: 15rem;
  }

  .home-medical__animal-ja {
    font-size: 2.0rem;
  }

  .home-medical__animal-en {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .home-medical__animal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.2rem;
  }

  .home-medical__animal-item {
    min-height: 15rem;
  }

  .home-medical__animal-shape {
    width: 13rem;
    height: 13rem;
  }

  .home-medical__animal-ja {
    font-size: 1.8rem;
  }

  .home-medical__animal-en {
    font-size: 1.4rem;
  }
}

.home-medical__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
  margin-bottom: 6rem;
}

.home-medical__card {
  display: block;
  text-decoration: none;
}

.home-medical__card:hover {
  color: inherit;
}

.home-medical__card-image {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.home-medical__card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.6;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-medical__card:hover .home-medical__card-image img {
  transform: scale(1.04);
}

.home-medical__card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.4rem;
  margin-top: 1.4rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background: #7b8f9d;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.home-medical__cta {
  display: flex;
  justify-content: center;
}

.home-medical__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6.4rem;
  padding: 0 4rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 10px 26px rgba(22, 90, 167, 0.18);
}

.home-medical__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-medical__lead {
    font-size: 1.7rem;
  }

  .home-medical__animals {
    padding: 2.4rem;
  }

  .home-medical__cards {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home-medical__head {
    margin-bottom: 3.2rem;
  }

  .home-medical__title {
    font-size: clamp(3.2rem, 9vw, 4.8rem);
  }

  .home-medical__lead {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }

  .home-medical__animals {
    margin-bottom: 3.2rem;
    padding: 2rem 1.6rem;
    border-radius: 1.8rem;
  }

  .home-medical__animals-title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }

  .home-medical__animal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .home-medical__animal-item {
    padding: 1.4rem 1rem;
    border-radius: 1.4rem;
  }

  .home-medical__animal-icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 0.8rem;
    font-size: 2.6rem;
  }

  .home-medical__animal-ja {
    font-size: 1.7rem;
  }

  .home-medical__animal-en {
    font-size: 1.3rem;
  }

  .home-medical__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.2rem;
  }

  .home-medical__card-label {
    min-height: 5.6rem;
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .home-medical__button {
    width: 100%;
    max-width: 34rem;
    min-height: 5.8rem;
    padding: 0 2rem;
    font-size: 1.8rem;
  }
}

/* =========================================================
   home doctor
   ========================================================= */
.home-doctor {
  position: relative;
  background:
    radial-gradient(circle at 92% 18%, rgba(220, 236, 247, 0.45) 0, rgba(220, 236, 247, 0.45) 120px, transparent 121px),
    radial-gradient(circle at 8% 84%, rgba(220, 236, 247, 0.32) 0, rgba(220, 236, 247, 0.32) 100px, transparent 101px),
    #ffffff;
  overflow: hidden;
}

.home-doctor::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(220, 236, 247, 0.28);
  filter: blur(6px);
  pointer-events: none;
}

.home-doctor__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 7.2rem;
  align-items: center;
}

.home-doctor__photo {
  position: relative;
}

.home-doctor__photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 2.4rem;
  background: rgba(220, 236, 247, 0.55);
  z-index: 0;
}


.home-doctor__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
}

.home-doctor__body {
  position: relative;
  z-index: 1;
}

.home-doctor__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-doctor__title {
  margin: 0 0 2rem;
  color: #111;
  font-size: clamp(3.2rem, 3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3;
}

.home-doctor__lead {
  margin: 0 0 2.4rem;
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.home-doctor__text {
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
}

.home-doctor__text p + p {
  margin-top: 1.2rem;
}

.home-doctor__cta {
  margin-top: 3.2rem;
}

.home-doctor__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 0 3.2rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.18);
}

.home-doctor__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-doctor__inner {
    grid-template-columns: 320px 1fr;
    gap: 4rem;
  }

  .home-doctor__lead {
    font-size: 2.6rem;
  }

  .home-doctor__text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .home-doctor__inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .home-doctor__photo {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }

  .home-doctor__photo::before {
    inset: 12px -12px -12px 12px;
    border-radius: 2rem;
  }

  .home-doctor__title {
    margin-bottom: 1.6rem;
    font-size: clamp(2.8rem, 8vw, 4rem);
    text-align: center;
  }

  .home-doctor__eyebrow {
    text-align: center;
  }

  .home-doctor__lead {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: center;
  }

  .home-doctor__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .home-doctor__cta {
    margin-top: 2.8rem;
    display: flex;
    justify-content: center;
  }

  .home-doctor__button {
    width: 100%;
    max-width: 34rem;
    min-height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.7rem;
    text-align: center;
  }
}

/* =========================================================
   home tnr
   ========================================================= */
.home-tnr {
  position: relative;
  background:
    linear-gradient(180deg, rgba(220, 236, 247, 0.55) 0%, rgba(220, 236, 247, 0.75) 100%);
  overflow: hidden;
}

.home-tnr::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(8px);
  pointer-events: none;
}

.home-tnr::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(10px);
  pointer-events: none;
}

.home-tnr__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 4.8rem;
  align-items: center;
}

.home-tnr__body {
  min-width: 0;
}

.home-tnr__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-tnr__title {
  margin: 0 0 2rem;
  color: #111;
  font-size: clamp(3rem, 2.8vw, 4.4rem);
  font-weight: 700;
  line-height: 1.3;
}

.home-tnr__text {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.95;
}

.home-tnr__text p {
  margin: 0;
}

.home-tnr__text p + p {
  margin-top: 1.2rem;
}

.home-tnr__cta {
  margin-top: 3.2rem;
}

.home-tnr__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  padding: 0 3rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.16);
}

.home-tnr__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.home-tnr__image {
  position: relative;
}

.home-tnr__image::before {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.38);
  z-index: 0;
}

.home-tnr__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.6rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-tnr__inner {
    grid-template-columns: 1fr 380px;
    gap: 3.2rem;
  }

  .home-tnr__text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .home-tnr__inner {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .home-tnr__body {
    order: 2;
  }

  .home-tnr__image {
    order: 1;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .home-tnr__image::before {
    inset: 10px -10px -10px 10px;
    border-radius: 1.6rem;
  }

  .home-tnr__title {
    font-size: clamp(2.6rem, 7.5vw, 3.8rem);
    text-align: center;
  }

  .home-tnr__eyebrow {
    text-align: center;
  }

  .home-tnr__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .home-tnr__cta {
    display: flex;
    justify-content: center;
    margin-top: 2.8rem;
  }

  .home-tnr__button {
    width: 100%;
    max-width: 34rem;
    min-height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.7rem;
    text-align: center;
  }
}

  /* =========================================================
   home trimming - wood background version
   ========================================================= */
.home-trimming {
  position: relative;
  
  overflow: hidden;
}

.home-trimming::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(220, 236, 247, 0.18) 0, rgba(220, 236, 247, 0.18) 90px, transparent 91px),
    radial-gradient(circle at 88% 78%, rgba(220, 236, 247, 0.14) 0, rgba(220, 236, 247, 0.14) 120px, transparent 121px);
  pointer-events: none;

}

.home-trimming__inner {
  position: relative;
  z-index: 1;
}

.home-trimming__head {
  text-align: center;
  margin-bottom: 4rem;
}

.home-trimming__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-trimming__title {
  margin: 0;
  color: #111;
  font-size: clamp(3.4rem, 3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3;
}

.home-trimming__lead {
  max-width: 760px;
  margin: 2rem auto 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}

.home-trimming__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
  max-width: 900px;
  margin: 0 auto;
}

.home-trimming__card {
  display: block;
  text-decoration: none;
}

.home-trimming__card:hover {
  color: inherit;
}

.home-trimming__card-image {
  display: block;
  overflow: hidden;
  border-radius: 1.8rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
}

.home-trimming__card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.5;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-trimming__card:hover .home-trimming__card-image img {
  transform: scale(1.04);
}

.home-trimming__card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  margin-top: 1.4rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background: rgba(123, 143, 157, 0.92);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.home-trimming__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.home-trimming__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 0 3.2rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.18);
}

.home-trimming__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-trimming__lead {
    font-size: 1.7rem;
  }

  .home-trimming__cards {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  

  .home-trimming__head {
    margin-bottom: 3.2rem;
  }

  .home-trimming__title {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }

  .home-trimming__lead {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }

  .home-trimming__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 420px;
  }

  .home-trimming__card-label {
    min-height: 5.6rem;
    margin-top: 1rem;
    font-size: 1.7rem;
  }

  .home-trimming__cta {
    margin-top: 3.2rem;
  }

  .home-trimming__button {
    width: 100%;
    max-width: 34rem;
    min-height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.7rem;
    text-align: center;
  }
}

 /* =========================================================
   home access
   ========================================================= */
.home-access {
  position: relative;
  background:
    linear-gradient(180deg, #f7fbfd 0%, #edf6fb 100%);
  overflow: hidden;
}

.home-access::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(220, 236, 247, 0.55);
  filter: blur(8px);
  pointer-events: none;
}

.home-access::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(220, 236, 247, 0.38);
  filter: blur(10px);
  pointer-events: none;
}

.home-access__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 4.8rem;
  align-items: center;
}
.home-access__map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.home-access__map-frame {
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #dce8f0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.home-access__map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

.home-access__body {
  padding: 3.2rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #dce8f0;
  box-shadow: 0 10px 26px rgba(22, 90, 167, 0.06);
}

.home-access__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--color-main-dark);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-access__title {
  margin: 0 0 2.4rem;
  color: #111;
  font-size: clamp(3rem, 2.6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.3;
}

.home-access__info {
  display: grid;
  gap: 1.2rem;
  margin: 0;
}

.home-access__row {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 1.2rem;
  align-items: start;
}

.home-access__row dt {
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}

.home-access__row dd {
  margin: 0;
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  word-break: break-word;
}

.home-access__row dd a {
  color: inherit;
}

.home-access__cta {
  margin-top: 3.2rem;
}

.home-access__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  padding: 0 3rem;
  border-radius: 1.2rem;
  background: var(--color-main-dark);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(22, 90, 167, 0.16);
}

.home-access__button:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================================================
   responsive
   ========================================================= */
@media screen and (max-width: 1024px) {
  .home-access__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .home-access__map-frame iframe {
    min-height: 360px;
  }

  .home-access__body {
    padding: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .home-access__map-frame {
    border-radius: 1.6rem;
  }

  .home-access__map-frame iframe {
    min-height: 300px;
  }

  .home-access__body {
    padding: 2rem 1.6rem;
    border-radius: 1.6rem;
  }

  .home-access__title {
    margin-bottom: 2rem;
    font-size: clamp(2.8rem, 8vw, 4rem);
    text-align: center;
  }

  .home-access__eyebrow {
    text-align: center;
  }

  .home-access__info {
    gap: 0.8rem;
  }

  .home-access__row {
    grid-template-columns: 4.8rem 1fr;
    gap: 1rem;
  }

  .home-access__row dt,
  .home-access__row dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .home-access__cta {
    margin-top: 2.8rem;
    display: flex;
    justify-content: center;
  }

  .home-access__button {
    width: 100%;
    max-width: 34rem;
    min-height: 5.6rem;
    padding: 0 2rem;
    font-size: 1.7rem;
    text-align: center;
  }
}