@charset "UTF-8";
:root {
  --accent: #f05a28;
  --green: #3aa85c;
  --brand: #333;
  --gray: #f5f5f5;
  --max: 1200px;
  --ph-container: 1100px;
  --ph-blue-1: #0f4f9c;
  --ph-blue-2: #2c64b7;
  --ph-blue-3: #103b88;
  --ph-green: #35b35f;
  --pln-green: #3DB054;
  --pln-green-deep: #2a8b40;
  --pln-blue: #3a82d1;
  --pln-orange: #FF8A00;
  --pln-red: #E34A3A;
  --pln-text: #1d1d1f;
  --pln-muted: #667085;
  --pln-bg: #f7f7fb;
  --pln-card: #fff;
  --pln-shadow: 0 6px 20px rgba(0,0,0,.08);
  --pln-flag-col: clamp(220px, 38vw, 380px);
  --pln-gap: 16px;
  --pln-orange: #F07C2D;
  --pln-orange-deep: #d86416;
  --pln-blue: #3a82d1;
  --pln-green: #29a15a;
  --pln-bg-blue: #f3f8ff;
  --pln-text: #1d1d1f;
  --pln-muted: #6b7280;
  --pln-card: #fff;
  --pln-shadow: 0 6px 20px rgba(0,0,0,.06);
  --shw-orange: #F07C2D;
  --shw-orange-deep: #d86416;
  --shw-bg-blue: #f3f8ff;
  --shw-card: #fff;
  --shw-text: #1d1d1f;
  --shw-muted: #6b7280;
  --shw-blue: #3a82d1;
  --shw-border: #e9eef6;
  --shw-shadow: 0 10px 24px rgba(0,0,0,.06);
  --shw-blue: #204a86;
  --shw-green: #39b36c;
  --shw-green-deep: #2d8a53;
  --shw-text: #1d1d1f;
  --shw-card: #fff;
  --shw-shadow: 0 10px 24px rgba(0,0,0,.06);
  --faq-orange: #F07C2D;
  --faq-orange-deep: #d86416;
  --faq-text: #1d1d1f;
  --faq-muted: #6b7280;
  --faq-border: #e5e7eb;
  --pnt-orange: #F07C2D;
  --pnt-orange-deep: #d86416;
  --pnt-green: #39b36c;
  --pnt-green-deep: #2d8a53;
  --pnt-gray: #f3f6fa;
  --pnt-border: #e5e7eb;
  --pnt-text: #1d1d1f;
  --pnt-muted: #64748b;
  --ft-bg: #fff;
  --ft-text: #1f2937;
  --ft-muted: #6b7280;
  --ft-accent: #d9534f;
}

.hero {
  width: 100%;
  background: #fff;
}

.hero__slider-wrap {
  position: relative;
  margin: 0 auto;
}
.hero__slider-wrap .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  left: 8px;
  left: 8px;
}
.hero__slider-wrap .slick-prev:hover {
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
.hero__slider-wrap .slick-prev::before {
  content: "›";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  content: "‹";
}
.hero__slider-wrap .slick-prev::after {
  content: "\\2039";
}
.hero__slider-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  right: 8px;
  right: 8px;
}
.hero__slider-wrap .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
.hero__slider-wrap .slick-next::before {
  content: "›";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.hero__slider-wrap .slick-next::after {
  content: "\\203A";
}

.hero__slider .slide {
  aspect-ratio: 1000/426;
  width: 100%;
  height: auto;
  display: block;
}
.hero__slider .slide img {
  aspect-ratio: 1000/426;
  width: 100%;
  height: auto;
  display: block;
  border-right: solid 1px #fff;
}

.page-hero {
  background: linear-gradient(180deg, var(--ph-blue-1), var(--ph-blue-2) 55%, var(--ph-blue-2));
  background-image: url("../image/base/bg-p-tit.png"), linear-gradient(180deg, var(--ph-blue-1), var(--ph-blue-2) 55%, var(--ph-blue-2));
  background-repeat: no-repeat, no-repeat;
  background-position: left calc(50% + 300px) top 10px, center;
  background-size: clamp(260px, 36vw, 560px) auto, auto;
  color: #fff;
  position: relative;
}

.ph-inner {
  max-width: var(--ph-container);
  margin: 0 auto;
  padding: 28px 16px 32px;
}

.ph-title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(20px, 3.2vw, 34px);
  letter-spacing: 0.02em;
}

.ph-sub {
  margin: 8px 0 0;
  opacity: 0.95;
  font-size: clamp(12px, 1.7vw, 15px);
}

.breadcrumb {
  background: #fff;
  border-top: 6px solid var(--ph-green);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02) inset;
}

.bc-inner {
  max-width: var(--ph-container);
  margin: 0 auto;
  padding: 10px 16px;
}

.bc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bc-item {
  color: #5a6b80;
  font-size: 14px;
}
.bc-item a {
  color: #1a4a9f;
  text-decoration: none;
  font-weight: 700;
}
.bc-item a:hover {
  text-decoration: underline;
}
.bc-item + .bc-item::before {
  content: "›";
  color: #9db0c8;
  margin: 0 6px 0 2px;
  font-weight: 700;
}

[aria-current=page] {
  color: #333;
  font-weight: 800;
}

@media (max-width: 600px) {
  .page-hero {
    background-position: right 8px bottom -10px, center;
    background-size: clamp(200px, 48vw, 360px) auto, auto;
  }
}
body {
  margin: 0;
  color: #111;
  background: #f8f8f8;
  padding-bottom: 96px;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.topbar {
  background: #010d6e;
  color: #fff;
  font-size: 11px;
}

.topbar__inner {
  max-width: var(--max);
  margin: auto;
  padding: 0.3rem 0.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.topbar__sep {
  opacity: 0.6;
}

header.site-header {
  background: #fff;
}

.header__inner {
  max-width: var(--max);
  margin: auto;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr 260px 340px;
  gap: 16px;
  align-items: center;
}

.header-right {
  justify-self: end;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.header-right a {
  display: block;
  width: 50%;
}
.header-right img {
  display: block;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.brand img {
  height: auto;
  width: auto;
}

.brand__logo {
  width: min(302px, 48vw);
}

.medals {
  display: flex;
  gap: 4px;
  align-items: center;
}
.medals img {
  width: 74px;
  object-fit: contain;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.cta__band {
  background: var(--green);
  width: 90%;
  color: #fff;
  border-radius: 6px;
  padding: 3px 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 11.5px;
  text-align: center;
}

.cta__tel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cta__tel-num {
  font-size: 34px;
  font-weight: 500;
  color: #c00;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 10px;
  font-family: "Impact", Gadget, "Anton", sans-serif;
}

.cta__tel-note {
  font-size: 12px;
  color: #666;
}

.cta__phone-ico {
  font-size: 16px;
  color: #fff;
  background: #ff6a4a;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.gift {
  display: block;
}

.showroom {
  display: block;
}

.navicon {
  background: #ff7c01;
  border-bottom: 3px solid #fff;
}
.navicon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 0 6px 20px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.navicon a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.navicon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  position: relative;
  top: -18px;
}
.navicon span {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: -16px;
}

.navicon__inner {
  max-width: var(--max);
  margin: auto;
  padding: 10px 8px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.hamburger {
  display: none;
  align-items: center;
  gap: 8px;
}
.hamburger button {
  appearance: none;
  background: #333;
  color: #fff;
  border: 0;
  padding: 10px 12px;
  border-radius: 10px;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}
.drawer .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.drawer .menu-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.drawer .menu-list img {
  width: 28px;
  height: 28px;
}

.drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(86vw, 360px);
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.drawer.open {
  pointer-events: auto;
}
.drawer.open .drawer__scrim {
  opacity: 1;
}
.drawer.open .drawer__panel {
  transform: none;
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
}

.drawer__body {
  padding: 12px;
}

.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;
}

.dft {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.dft caption {
  caption-side: top;
  text-align: left;
  font-weight: 900;
  color: #1a4a9f;
  padding: 8px 0 10px;
}
.dft thead th {
  background: var(--table-head, #2f64b7);
  color: #fff;
  font-weight: 800;
  text-align: left;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.dft thead th:last-child {
  border-right: 0;
}
.dft tbody th {
  padding: 12px 14px;
  border-top: 1px dashed #999;
  vertical-align: top;
  background: #f3f6f8;
  color: #334;
  font-weight: 800;
  width: 22%;
  border-right: 1px solid #999;
}
.dft tbody td {
  padding: 12px 14px;
  border-top: 1px dashed #999;
  vertical-align: top;
}
.dft tbody tr:nth-child(odd) {
  background: #f8fbff;
}
.dft tbody tr:hover {
  background: #f1f6ff;
}
.dft tbody tr:first-child th, .dft tbody tr:first-child td {
  border-top: 0;
}
.dft tfoot td {
  background: #f7f9ff;
  font-weight: 800;
  border-top: 1px solid #dae3f2;
}
.dft .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.dft .center {
  text-align: center;
}

@media (max-width: 720px) {
  .dft {
    display: block;
    width: 100%;
  }
  .dft thead {
    display: none;
  }
  .dft tbody {
    display: block;
    width: 100%;
  }
  .dft tbody th {
    background: transparent;
    border-right: 0;
    padding-bottom: 0;
  }
  .dft tbody td {
    padding-top: 6px;
  }
  .dft tbody td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-weight: 800;
    color: #556;
    margin-bottom: 2px;
    font-size: 0.92rem;
  }
  .dft tr {
    display: block;
    width: 100%;
    border-top: 1px solid #e7e7e7;
  }
  .dft td {
    display: block;
    width: 100%;
  }
  .dft th {
    display: block;
    width: 100%;
  }
}
.bnr-ctr {
  padding: 30px 0;
  text-align: center;
}
.bnr-ctr img {
  display: inline;
}

.ptp-s {
  padding-top: 20px !important;
}

.pdb {
  padding-bottom: 50px !important;
}

.house-section {
  background: url("./img/bg-pattern.png") repeat;
  padding: 40px 20px;
  text-align: center;
}
.house-section h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.house-section h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.house-section .more-btn {
  display: inline-block;
  background: #187bcd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
}
.house-section .more-btn:hover {
  background: #125d99;
}

.house-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.house-buttons a {
  display: inline-block;
  background: #2c9e8d;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s ease;
}
.house-buttons a:hover {
  background: #237a6e;
}

.hm-section {
  background: #90c4e9 url("../image/base/bg-stripe.png");
}

.hm-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 16px;
}

.hm-card {
  background: url(../image/top/bg-hm-card.png) no-repeat top 30px center #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 36px 28px;
  position: relative;
  border: solid 6px #010d6e;
}

.hm-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  text-align: center;
  margin: 0;
  color: #222;
  font-weight: 900;
  font-size: clamp(20px, 3.6vw, 38px);
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.hm-sub {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  text-align: center;
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 26px);
  margin-top: 8px;
}

.hm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  margin: 24px auto 30px;
  max-width: 920px;
}
.hm-tags a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #3aa85c;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.1s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.hm-tags a:hover {
  background: #2f8e4c;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.hm-tags a .count {
  opacity: 0.9;
  font-weight: 700;
}

.hm-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  display: flex;
  justify-content: center;
  margin: 18px 0 8px;
}

.hm-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3478f6;
  color: #fff;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(52, 120, 246, 0.25);
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.hm-cta:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

.latest-section {
  background: #f6f4e8;
  padding: 40px 0;
  background: #f6f4e8;
  padding: 40px 0;
}

.latest-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0 16px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0 16px;
}

.latest-block {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.latest-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.latest-head img {
  width: 28px;
  height: auto;
  width: 28px;
  height: auto;
}
.latest-head h2 {
  font-size: 20px;
  margin: 0;
  font-size: 20px;
  margin: 0;
}
.latest-head h2 span {
  color: #f08300;
  color: #f08300;
}

.latest-meta {
  font-size: 13px;
  color: #c00;
  font-weight: 700;
  margin-top: 2px;
  font-size: 13px;
  color: #c00;
  font-weight: 700;
  margin-top: 2px;
}

.latest-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.latest-item {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
.latest-item:last-child {
  border-bottom: none;
  border-bottom: none;
}
.latest-item img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.latest-item h3 {
  font-size: 15px;
  margin: 0;
  color: #c00;
  font-size: 15px;
  margin: 0;
  color: #c00;
}
.latest-item p {
  font-size: 13px;
  margin: 4px 0;
  color: #555;
  font-size: 13px;
  margin: 4px 0;
  color: #555;
}

.latest-date {
  font-size: 12px;
  color: #0a0;
  font-weight: 700;
  margin-top: auto;
  font-size: 12px;
  color: #0a0;
  font-weight: 700;
  margin-top: auto;
}

.latest-cta-wrap {
  margin-top: 16px;
  text-align: center;
  margin-top: 16px;
  text-align: center;
}

.latest-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3478f6;
  color: #fff;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(52, 120, 246, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3478f6;
  color: #fff;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(52, 120, 246, 0.25);
  text-decoration: none;
}
.latest-cta:hover {
  filter: brightness(1.05);
  filter: brightness(1.05);
}
.latest-cta i {
  font-size: 16px;
  font-size: 16px;
}

.latest {
  background: #efe9d1 url("./img/pattern-fabric.png") center/auto repeat;
}
.latest .hm-cta-wrap {
  margin-top: 18px;
}

.latest__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}

.latest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mod-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: solid 1px #ccc;
  padding: 0 0 100px;
  position: relative;
}
.mod-box .hm-cta-wrap {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.mod-head {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px 12px 0 0;
  padding: 20px 16px 16px;
  margin-bottom: 5px;
  background: #ff7c01;
}
.mod-head .ico {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.mod-head .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
.mod-head .sub {
  margin: 2px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.postlist {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
.postlist li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 16px 8px;
  border-top: 1px solid #ccc;
}
.postlist li:first-child {
  border-top: 0;
}

.thumb {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f3f3;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin: 2px 0 6px;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: #e7e7e7;
  color: #222;
  font-weight: 500;
  font-size: 12px;
}

.badge.gray {
  background: #7a7a7a;
  color: #fff;
}

.badge.orange {
  background: #f39c12;
  color: #fff;
}

.post-title {
  margin: 3px 0 8px;
  font-weight: 800;
  color: #c00;
  font-size: 19px;
}

.excerpt {
  margin: 0 0 6px;
  font-size: 16px;
}

.date {
  display: block;
  color: #2a9a3a;
  font-weight: 800;
  font-size: 12px;
}

.bnr-3up {
  padding: 28px 0;
}

.bnr3__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.bnr3__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.bnr3__left a {
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.bnr3__left a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.bnr3__left img {
  width: 100%;
  height: auto;
  display: block;
}

.bnr3__right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.bnr3__right a {
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.bnr3__right a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.bnr3__right img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-easy {
  padding: 50px 0;
  background: #90c4e9 url(../image/base/bg-stripe.png);
}
.contact-easy .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.c-head {
  background: linear-gradient(180deg, #ff7c01, #ff7c01);
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 16px;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.02em;
}
.c-head em {
  background: #ffe79a;
  color: #8a3f00;
  padding: 0 6px;
  border-radius: 4px;
  font-style: normal;
}

.cform {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.cform input[type=text] {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  font-size: 15px;
}
.cform input[type=tel] {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  font-size: 15px;
}
.cform input[type=email] {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  font-size: 15px;
}
.cform textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  font-size: 15px;
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}
.cform select {
  min-height: 40px;
}
.cform input.date {
  min-height: 40px;
  max-width: 140px;
}

.cform__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
}

.cform__row {
  display: contents;
}

.cform__label {
  background: #efe6cf;
  border-top: 1px solid #e5dbc4;
  border-right: 1px solid #eadfca;
  padding: 14px 14px 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cform__field {
  background: #f8f8f8;
  border-top: 1px solid #eee;
  padding: 10px 12px;
}
.cform__field .input-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.cform__field .help {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
}

.tag-req {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 1;
  background: #c82525;
  color: #fff;
}

.tag-opt {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 8px 3px;
  line-height: 1;
  background: #aaa;
  color: #fff;
  white-space: nowrap;
}

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.checks label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cform__note {
  font-size: 14px;
  color: #c00;
  padding: 15px;
  text-align: center;
}

.reason {
  background: #fff;
  padding: 32px 0 40px;
}

.reason__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.reason__head {
  margin-bottom: 18px;
}
.reason__head img {
  width: auto;
  height: auto;
  display: block;
}

.reason__grid {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 30px;
  align-items: start;
}

.reason__chart {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.reason__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.reason__score {
  margin: 6px 0 10px;
  line-height: 1;
}
.reason__score .label {
  font-weight: 900;
  font-size: clamp(26px, 4vw, 46px);
  letter-spacing: 0.02em;
}
.reason__score .num {
  font-family: "Impact", Gadget, "Anton", sans-serif;
  display: inline-block;
  font-weight: 500;
  color: #c00;
  font-size: clamp(64px, 10vw, 120px);
  letter-spacing: 0.02em;
}
.reason__score .unit {
  font-size: 0.5em;
}

.reason__lead {
  margin: 8px 0 14px;
  font-weight: 900;
  font-size: clamp(18px, 3vw, 28px);
  color: #3aa85c;
}

.reason__note {
  font-size: 16px;
  line-height: 1.8;
}

.why-us {
  background: #fff;
  padding: 40px 0;
}

.why__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.why__title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.why__title .flag {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.why__title h2 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 40px);
  line-height: 1.4;
  font-weight: 900;
}
.why__title h2 small {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #ff7c01;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.why__title h2 strong {
  display: inline;
  color: #c00;
}

.why__underline {
  height: 8px;
  background: #010d6e;
  margin: 12px 0 18px;
  border-radius: 4px;
}

.why__sub {
  background: #eee;
  border-left: 6px solid #010d6e;
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 22px;
}

.why__grid {
  display: grid;
  grid-template-columns: 2.2fr 0.8fr;
  gap: 30px;
  align-items: start;
}

.why__text p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.why__photo {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.why__photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.why__photo figcaption {
  text-align: center;
}
.why__photo .role {
  display: inline-block;
  background: #ff7c01;
  color: #fff;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.why__photo .name {
  display: block;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  margin-top: 6px;
}

.points {
  background: #f6f4e8;
  padding: 28px 0 36px;
}

.points__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.points__head {
  background: #ff7c01;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.points__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.point {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: solid 3px #ccc;
}
.point:nth-of-type(2) .point__icon img {
  background: #c00;
}
.point:nth-of-type(3) .point__icon img {
  background: #ff7c01;
}
.point:nth-of-type(4) .point__icon img {
  background: #90c4e9;
}
.point:nth-of-type(5) .point__icon img {
  background: #3aa85c;
}

.point__icon {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.point__icon img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #010d6e;
  padding: 7px;
  object-fit: contain;
}

.point__title {
  margin: 0;
  text-align: center;
}
.point__title .main {
  display: block;
  font-size: 22px;
  font-weight: 900;
}
.point__title small {
  display: block;
  color: #555;
  font-weight: 900;
  margin-top: 4px;
}

.point__desc {
  margin-top: auto;
  background: #64b365;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
  min-height: 110px;
}

.contact-stats {
  background: #f6f4e8;
  padding: 28px 0 36px;
}

.cs__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.cs-head {
  background: linear-gradient(180deg, #f3962f, #e67e1e);
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 900;
  font-size: 20px;
}

.cs-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 120px 1fr 120px 1fr;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.cs-chip {
  background: #1f4f94;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-val {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-weight: 800;
}
.cs-val .num {
  color: #c00;
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: 36px;
  position: relative;
  top: -3px;
  margin: 0 6px;
  font-weight: normal;
}

.cs-list {
  list-style: none;
  margin: 14px 0 30px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.cs-list li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  padding: 12px 16px;
  border-top: 1px dashed #d7dbe6;
}
.cs-list li:first-child {
  border-top: none;
}
.cs-list li:nth-child(odd) {
  background: #eef3ff;
}

.cs-date {
  font-weight: 900;
  color: #2c3e50;
  white-space: nowrap;
}

.cs-text {
  color: #333;
}

.cs-cta {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.cta-banners {
  padding: 32px 0;
}

.cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cta-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cta-card .card-head {
  background: #3aa85c;
  color: #fff;
  font-weight: 700;
  padding: 14px 16px;
  font-size: 24px;
  text-align: center;
}
.cta-card .card-body {
  padding: 14px 16px;
  display: grid;
  gap: 12px;
  height: 100%;
}
.cta-card .lead {
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
}
.cta-card .divider {
  height: 1px;
  background: linear-gradient(90deg, #d9d9d9, transparent);
  margin: 0 0 8px;
}
.cta-card .card-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cta-card .cta-img {
  width: 46%;
  height: auto;
  border-radius: 6px;
}
.cta-card .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.cta-card .chip {
  display: inline-block;
  background: #2e5cb3;
  color: #fff;
  font-weight: 700;
  padding: 6px 11px 8px;
  border-radius: 6px;
  font-size: 17px;
}
.cta-card .chip.light {
  background: #c00;
  color: #fff;
}
.cta-card .telbox {
  margin-top: 30px;
  background: #fff3e8;
  border-left: 6px solid #ff7c01;
  border-radius: 8px;
  padding: 10px 12px 12px;
}
.cta-card .telbox .num {
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: #c00;
  letter-spacing: 0.05em;
}
.cta-card .telbox .note {
  font-size: 14px;
  color: #000;
}

.cta-right .card-body {
  grid-template-columns: 1fr auto;
  align-items: center;
}
.cta-right .mascot {
  width: 170px;
  height: auto;
}

.staff {
  background: #fff;
  padding: 36px 0;
}

.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.staff__head {
  background: #e8f3ea;
  border-left: 6px solid #2fa660;
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 22px;
}

.staff__top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.staff__top .title-img {
  width: auto;
  height: auto;
  display: block;
  margin-left: 30px;
}
.staff__top .group {
  width: 100%;
  height: 320px;
  display: block;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  object-position: top;
}

.staff-slider-wrap {
  position: relative;
}
.staff-slider-wrap .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  left: -12px;
}
.staff-slider-wrap .slick-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.staff-slider-wrap .slick-prev::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  content: "‹";
}
.staff-slider-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  right: -12px;
}
.staff-slider-wrap .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.staff-slider-wrap .slick-next::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  content: "›";
}

.staff-slider {
  margin: 0 -10px;
}
.staff-slider .slick-slide {
  padding: 0;
  margin: 0 10px;
}

.staff-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: column;
}
.staff-card .pic {
  aspect-ratio: 4/3;
  background: #f3f3f3;
}
.staff-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-card .meta {
  padding: 10px 12px;
}
.staff-card .role {
  display: inline-block;
  background: #f08b31;
  color: #fff;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 12px;
}
.staff-card .name {
  display: block;
  font-weight: 900;
  font-size: 18px;
  margin-top: 6px;
}
.staff-card .kana {
  display: block;
  color: #2fa660;
  font-weight: 800;
  font-size: 12px;
}
.staff-card .more {
  margin: 8px auto 12px;
  display: inline-block;
  background: #3478f6;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
}

.voices {
  background: #fff;
  padding: 28px 0 36px;
}

.voices__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.voices__head {
  background: #ff7c01;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 16px auto 30px;
}

.voice-card {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.voice-thumb {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 4/3;
}
.voice-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: solid 1px #ddd;
}

.voice-title {
  margin: 10px 0 6px;
  font-size: 16px;
  font-weight: 900;
  color: #010d6e;
}
.voice-title a {
  color: inherit;
  text-decoration: none;
}
.voice-title a:hover {
  text-decoration: underline;
}

.voice-meta {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btn-more {
  align-self: center;
  display: inline-block;
  background: #2f64b7;
  color: #fff;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(47, 100, 183, 0.25);
  margin: 10px auto;
}
.btn-more:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

.plans {
  background: #eef2ff url("./img/bg-dot.png") center/auto repeat;
  padding: 28px 0 36px;
}

.plans__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.plans__ribbon {
  background: #ff7c01;
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 14px;
}

.plans__head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.plans__head .flag {
  width: 38px;
  height: auto;
}
.plans__head h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
}
.plans__head small {
  display: block;
  color: #666;
  margin-bottom: 2px;
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.plan-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.plan-hero {
  position: relative;
}
.plan-hero .photo {
  display: block;
  width: 100%;
  height: auto;
}

.label-quad {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.label-quad span {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  background: #2fb36c;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 26px;
  box-shadow: 0 3px 0 #1d7f49;
}

.label-quad.wall span {
  background: #2fb36c;
}

.label-quad.roof span {
  background: #f08b31;
  box-shadow: 0 3px 0 #c06d1e;
}

.plan-body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto auto auto;
  gap: 8px;
  padding: 10px 12px;
}

.ptitle {
  grid-column: 1/2;
  background: #234e9b;
  color: #fff;
  font-weight: 900;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.brandline {
  grid-column: 1/2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brandline img {
  height: 22px;
  width: auto;
}
.brandline .series {
  font-weight: 900;
}

.price {
  grid-column: 2/3;
  grid-row: 1/4;
  align-self: center;
  text-align: right;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 8px 0 12px;
  line-height: 1;
}
.price .digits {
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: clamp(58px, 8.5vw, 96px);
  font-weight: 900;
  color: #e64b33;
  letter-spacing: 0.02em;
}
.price .unit {
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  margin-left: 4px;
  vertical-align: top;
}
.price .note {
  display: block;
  font-size: 12px;
  color: #234e9b;
  background: #eaf0ff;
  border-radius: 4px;
  padding: 2px 6px;
  margin-top: 6px;
}
.price .num {
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: clamp(44px, 6.4vw, 72px);
  color: #e13c2f;
  letter-spacing: 0.02em;
}
.price .yen {
  font-weight: 900;
  font-size: clamp(18px, 2.6vw, 26px);
}

.badges {
  grid-column: 1/2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge.blue {
  background: #2f64b7;
  color: #fff;
}

.note-bar {
  grid-column: 1/3;
  background: #234e9b;
  color: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
}

.btn-red {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: linear-gradient(#e24b37, #c93e2b);
  color: #fff;
  font-weight: 900;
  padding: 10px 0;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(201, 62, 43, 0.25);
}
.btn-red::before {
  content: "B6";
  opacity: 0.9;
}

.bar {
  background: var(--pln-orange);
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 0;
}
.bar .inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4px 12px;
  text-align: center;
  font-size: 22px;
}

.flag-head {
  max-width: 1100px;
  margin: 20px auto 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.flag-head img {
  width: 26px;
  height: auto;
}
.flag-head .cap {
  font-size: 0.92rem;
  color: #6c757d;
}
.flag-head h2 {
  margin: 2px 0 0;
  font-size: clamp(18px, 2.6vw, 28px);
}

.pack-wrap {
  max-width: var(--max);
  margin: 14px auto 40px;
  padding: 20px 12px 0;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.pln-paint-card {
  max-width: 960px;
  margin: 0 auto;
  background: var(--pln-card);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--pln-shadow);
  border: 4px solid #e9eef6;
}

.pln-row1 {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 12px;
  align-items: stretch;
}

.pln-flag4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.pln-flag4 li {
  background: var(--pln-green);
  color: #fff;
  font-weight: 700;
  lihe-height: 1;
  display: grid;
  place-items: center;
  border-radius: 8px;
  box-shadow: inset 0 -3px 0 var(--pln-green-deep);
  aspect-ratio: 1/1;
  font-size: clamp(44px, 7vw, 80px);
  padding-bottom: 0.05em;
}

.pln-flag-orange li {
  background: var(--pln-orange);
  box-shadow: inset 0 -3px 0 #cc6f00;
}

.pln-hero-photo {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
  height: 100%;
}
.pln-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pln-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: 14px;
}

.pln-ttl {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.pln-price-box {
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  transform: translateY(2px);
}

.pln-price-inline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pln-price-main em {
  font-style: normal;
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 0.9;
  color: var(--pln-red);
  letter-spacing: 0.02em;
  font-style: normal;
  font-family: "Impact", Gadget, "Anton", sans-serif;
  font-size: clamp(60px, 6.2vw, 84px);
  line-height: 0.9;
  color: var(--pln-red);
  letter-spacing: 0.02em;
}

.pln-price-sub {
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 34px);
  color: var(--pln-red);
  transform: translateY(-4px);
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 34px);
  color: var(--pln-red);
  transform: translateY(-4px);
}

.pln-title-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pln-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.pln-alesco {
  position: relative;
  padding-left: 34px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.pln-alesco::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--pln-blue);
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
}

.pln-product {
  font-size: 18px;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
}

.pln-labels {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pln-pill {
  display: inline-block;
  padding: 0.42em 0.9em;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}

.pln-pill-orange {
  background: var(--pln-orange);
}

.pln-pill-blue {
  background: var(--pln-blue);
}

.pln-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--pln-muted);
}

.pln-basic-works {
  margin: 16px 0 12px;
  background: var(--pln-blue);
  color: #fff;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pln-basic-works .pln-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: relative;
}
.pln-basic-works .pln-dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5333333333);
}

.pln-cta {
  display: block;
  text-align: center;
  background: #D9412E;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  font-size: 20px;
}
.pln-cta::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.pln-degrade-sec {
  background: var(--pln-bg-blue);
  padding: 24px 0;
}

.pln-band-title {
  max-width: 1100px;
  margin: 0 auto 16px;
  line-height: 1.4;
  background: var(--pln-orange);
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: inset 0 -3px 0 var(--pln-orange-deep);
  font-size: clamp(18px, 2.2vw, 24px);
  text-align: center;
}

.pln-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.pln-row-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
}
.pln-row-images img {
  width: auto;
  height: auto;
}

/*
.pln-img-title {
	width: 100%;
	height: auto;
	display: block;
}
.pln-img-meter {
	width: 100%;
	height: auto;
	display: block;
}*/
.pln-green-head {
  background: #1eb15c;
  color: #fff;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 8px;
  margin: 8px 0 10px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
  font-size: clamp(14px, 1.7vw, 18px);
}

.pln-white-box {
  background: var(--pln-card);
  border-radius: 12px;
  box-shadow: var(--pln-shadow);
  padding: 16px;
}

.pln-text-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.pln-text-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px 12px 14px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.pln-text-card p {
  margin: 10px 2px 0;
  color: var(--pln-text);
  font-size: 15px;
  line-height: 1.7;
  margin: 12px 12px 14px;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.7;
}

.pln-ribbon {
  position: relative;
  margin: 0;
  padding: 0.5em 0.8em 0.45em;
  background: #d94a3a;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0.45em 0.8em 0.4em;
  background: #d94a3a;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 15px;
}
.pln-ribbon::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 10px;
  height: 6px;
  background: #b4372b;
  left: 8px;
  transform: skewX(35deg);
}
.pln-ribbon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 10px;
  height: 6px;
  background: #b4372b;
  right: 8px;
  transform: skewX(-35deg);
}

.pln-stars {
  margin-left: 0.5em;
  font-weight: 900;
  font-weight: 900;
}

.pln-thumb {
  position: relative;
  aspect-ratio: 4/3;
  margin: 0;
  background: #e9eef6;
}
.pln-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.shw-sr-sec {
  background: var(--shw-bg-blue);
  padding: 22px 0;
}

.shw-band-title {
  max-width: 1100px;
  margin: 0 auto 14px;
  background: var(--shw-orange);
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px;
  text-align: center;
  box-shadow: inset 0 -3px 0 var(--shw-orange-deep);
  font-size: clamp(18px, 2.2vw, 24px);
}

.shw-sr-hero {
  max-width: 1100px;
  margin: 0 auto 16px;
  border-radius: 12px;
  overflow: hidden;
}
.shw-sr-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.shw-shop-card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--shw-card);
  border: 1px solid var(--shw-border);
  border-radius: 12px;
  box-shadow: var(--shw-shadow);
  padding: 18px;
}

.shw-shop-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.shw-shop-name {
  margin: 0 0 10px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

.shw-shop-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shw-tag {
  display: inline-block;
  padding: 0.35em 0.7em;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  background: var(--shw-blue);
}

.shw-tag-gray {
  background: #94a3b8;
}

.shw-shop-list {
  margin: 6px 0 0;
}
.shw-shop-list dd {
  margin: 0;
  color: var(--shw-text);
}
.shw-shop-list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #cbd5e1;
}
.shw-shop-list a:hover {
  border-bottom-color: #64748b;
}

.shw-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: start;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px dashed var(--shw-border);
}
.shw-row:first-child {
  border-top: none;
  padding-top: 0;
}

.shw-ico {
  font-weight: 800;
  color: #0f172a;
  position: relative;
  padding-left: 36px;
}
.shw-ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6effb;
  display: block;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.shw-ico-addr::after {
  content: "〒";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: #1e3a8a;
}

.shw-ico-tel::after {
  content: "☎";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.shw-ico-fax::after {
  content: "FAX";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 10px;
  font-weight: 900;
}

.shw-ico-time::after {
  content: "⏰";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.shw-ico-park::after {
  content: "P";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 12px;
  font-weight: 900;
  color: #065f46;
}

.shw-muted {
  color: var(--shw-muted);
}

.shw-sec {
  padding: 12px 0 70px;
}

.shw-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: stretch;
}

.shw-hero {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.shw-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shw-side {
  background: var(--shw-blue);
  border-radius: 10px;
  padding: 16px;
  box-shadow: var(--shw-shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shw-card {
  background: var(--shw-card);
  border-radius: 10px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  align-items: center;
}
.shw-card p {
  margin: 0;
  color: var(--shw-text);
  line-height: 1.8;
  font-size: 15px;
}

.shw-badge {
  background: var(--shw-green);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: grid;
  place-items: center;
  border-radius: 12px;
  aspect-ratio: 1/1;
  box-shadow: inset 0 -3px 0 var(--shw-green-deep);
  font-size: clamp(18px, 2.2vw, 28px);
}

.faq-sec {
  padding-bottom: 40px;
}

.faq-band {
  max-width: 1100px;
  margin: 0 auto 10px;
  background: #ff7c01;
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: inset 0 -3px 0 #d86416;
  font-size: clamp(18px, 2.2vw, 24px);
}

.faq-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6px;
}

.faq-item {
  border-bottom: 1px dashed var(--faq-border);
}

.faq-q {
  margin: 0;
}

.faq-toggle {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  padding: 14px 42px 14px 10px;
  font-size: 18px;
  cursor: pointer;
  color: var(--faq-text);
  position: relative;
  display: flex;
  gap: 0.6em;
  align-items: center;
}
.faq-toggle:hover {
  background: #fff7f1;
}

.faq-qmark {
  color: var(--faq-orange);
  font-weight: 900;
  font-size: 20px;
}

.faq-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px var(--faq-orange) inset;
}
.faq-icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--faq-orange);
  border-bottom: 2px solid var(--faq-orange);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-toggle.is-open .faq-icon::before {
  transform: rotate(-135deg);
  top: 8px;
}

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  padding: 0 10px 0 34px;
  color: var(--faq-text);
  background-color: #fff;
  padding: 0 12px 0 34px;
  color: var(--faq-text);
  background-color: #fff;
}
.faq-a p {
  margin: 0 0 12px;
  line-height: 1.9;
}
.faq-a .b {
  display: block;
  font-weight: bold;
  paddin-bottom: 8px;
}
.faq-a .b:nth-of-type(n + 2) {
  margin-top: 15px;
}

.faq-ansmark {
  color: #22c55e;
  margin-right: 0.4em;
  font-size: 1.2em;
}

.faq-points {
  margin: 0.2em 0 14px 1.2em;
  color: var(--faq-muted);
}

.faq-item.is-open .faq-a {
  max-height: 500px;
  padding: 10px 12px 10px 34px;
}

.pnt-topics {
  padding: 18px 0;
}

.pnt-band-title {
  max-width: 1100px;
  margin: 0 auto 14px;
  background: #ff7c01;
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px;
  text-align: left;
  box-shadow: inset 0 -3px 0 #d86416;
  font-size: clamp(18px, 2.2vw, 24px);
}

.pnt-topics-grid {
  max-width: 1100px;
  margin: 25px auto 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

.pnt-topic {
  background: #fff;
  border: 1px solid var(--pnt-border);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  position: relative;
}

.pnt-topic-ic {
  background: #010d6e;
  border-radius: 10px;
  padding: 6px;
  display: grid;
  place-items: center;
}
.pnt-topic-ic img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(0);
}

.pnt-topic-ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: #c00;
  padding-bottom: 8px;
  border-bottom: 2px dotted #e36b5f;
}

.pnt-ttl-accent {
  color: #e24b3a;
}

.pnt-topic-body p {
  margin: 0;
  color: var(--pnt-text);
  line-height: 1.9;
  font-size: 15px;
}

.ft-footer {
  background: #fff;
  font-size: 14px;
  color: #000;
  border-top: solid 1px #ccc;
}

.ft-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 42px 16px 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.ft-left {
  flex: 1 1 320px;
}

.ft-logo img {
  max-width: 300px;
  height: auto;
  margin-bottom: 18px;
}

.ft-desc {
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 1.6;
  font-size: 18px;
}

.ft-address {
  font-style: normal;
  line-height: 1.8;
}
.ft-address strong {
  font-weight: bold;
}

.ft-nav {
  flex: 1 1 300px;
}
.ft-nav a {
  text-decoration: none;
  color: var(--ft-text);
  transition: color 0.2s;
}
.ft-nav a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 6px;
  color: var(--ft-accent);
  font-size: 0.85em;
}
.ft-nav a:hover {
  color: var(--ft-accent);
}
.ft-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px 24px;
}

.ft-copy {
  border-top: 1px solid #e5e7eb;
  padding: 14px 16px;
  text-align: center;
  font-size: 13px;
  color: #010d6e;
  font-weight: bold;
}

.fxb-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: saturate(120%) blur(0.5px);
}

.fxb-inner {
  max-width: 1000px;
  margin: 8px auto;
  padding: 0 8px 0 0;
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 160px 90px 1fr 350px 60px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.fxb-catch {
  position: relative;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  padding: 16px 16px 16px 12px;
  border-radius: 6px 0 0 6px;
  background: #1f4b93;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.fxb-catch span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.fxb-main {
  min-width: 0;
}

.fxb-tex-wrap {
  display: flex;
}

.fxb-phone-ico {
  font-size: 20px;
  color: #fff;
  background: #ff6a4a;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.fxb-tel {
  font-family: "Impact", "Anton", system-ui, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #c00;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.fxb-hours {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.fxb-mascot {
  margin: 0;
  display: flex;
}
.fxb-mascot img {
  height: 75px;
  width: auto;
  display: block;
}

.fxb-actions {
  display: flex;
  gap: 8px;
}

.fxb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 8px 10px;
  min-width: 172px;
  min-height: 60px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  line-height: 1.25;
  font-size: 14px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.fxb-btn strong {
  display: block;
  font-size: 16px;
}

.fxb-btn--orange {
  background: linear-gradient(#f3a73d, #d17b19);
}

.fxb-btn--red {
  background: linear-gradient(#e36256, #b74135);
}

.fxb-pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: #47b657;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.fxb-up {
  width: 16px;
  height: 16px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 6px;
}

/*
@media (max-width:1200px) {
	.hero__slider-wrap {
		width: min(1100px,100%);
	}
}
@media (max-width:768px) {
	.hero__slider {
		.slide {
			height: 300px;
		}
	}
}*/
@media (max-width: 1024px) {
  .header__inner {
    grid-template-columns: 1fr 0.9fr;
    gap: 12px;
  }
  .header-right {
    grid-column: 1/-1;
    justify-self: start;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .topbar__inner {
    justify-content: space-between;
  }
  .header__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .brand {
    justify-content: space-between;
  }
  .brand__logo {
    width: 56vw;
  }
  .medals img {
    width: 64px;
  }
  .cta__tel-num {
    font-size: 24px;
  }
  .gift img {
    width: 72vw;
  }
  .showroom img {
    width: 72vw;
  }
  .navicon__inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .hamburger {
    display: flex;
  }
}
@media (max-width: 520px) {
  .navicon__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .hm-card {
    padding: 28px 18px;
  }
  .shw-row {
    grid-template-columns: 110px 1fr;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .latest-inner {
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .latest__grid {
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .postlist li {
    grid-template-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .points__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .bnr3__grid {
    grid-template-columns: 1fr;
  }
  .pln-row-images {
    grid-template-columns: 300px 1fr;
  }
  .pnt-topics-grid {
    grid-template-columns: 1fr;
  }
  .pnt-topic::after {
    left: 110px;
    right: 12px;
    top: 56px;
  }
}
@media (max-width: 820px) {
  .cform__grid {
    grid-template-columns: 1fr;
  }
  .cform__label {
    border-right: none;
  }
}
@media (max-width: 900px) {
  .reason__grid {
    grid-template-columns: 1fr;
  }
  .reason__score .num {
    font-size: clamp(54px, 16vw, 90px);
  }
  .staff__top {
    grid-template-columns: 1fr;
  }
  .staff-slider-wrap .slick-prev {
    left: 0;
  }
  .staff-slider-wrap .slick-next {
    right: 0;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 920px) {
  .why__grid {
    grid-template-columns: 1fr;
  }
  .why__photo {
    max-width: 540px;
    margin-inline: auto;
  }
  .cta__grid {
    grid-template-columns: 1fr;
  }
  .cta-right .card-body {
    grid-template-columns: 1fr;
  }
  .cta-right .mascot {
    justify-self: center;
  }
}
@media (max-width: 680px) {
  .points__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .points__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .cs-row {
    grid-template-columns: 92px 1fr 92px 1fr;
  }
  .cs-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .cs-date {
    order: -1;
  }
}
@media (max-width: 560px) {
  .voice-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .pack-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .pln-row1 {
    grid-template-columns: 3fr 7fr;
  }
  .pln-hero-photo {
    min-height: 180px;
  }
}
@media (max-width: 980px) {
  .pln-text-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pln-text-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .pln-row-images {
    grid-template-columns: 1fr;
  }
  .ft-inner {
    flex-direction: column;
    gap: 24px;
  }
  .ft-nav ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .shw-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .shw-side {
    padding: 14px;
  }
}
@media (max-width: 560px) {
  .shw-card {
    grid-template-columns: 88px 1fr;
  }
}
@media (hover: hover) {
  .fxb-btn:hover {
    filter: brightness(1.05);
  }
  .fxb-pagetop:hover {
    filter: brightness(1.08);
  }
}
@media (max-width: 660px) {
  .fxb-inner {
    grid-template-columns: 1fr 56px;
    grid-template-areas: "main top" "catch catch" "actions actions";
  }
  .fxb-catch {
    order: 2;
  }
  .fxb-tel {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .header__inner .header-right {
    display: none;
  }
}
@media (max-width: 765px) {
  body {
    padding-top: 79px;
  }
  .sp {
    display: none;
  }
  .topbar, .site-header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .topbar {
    top: 0;
  }
  .site-header {
    top: 24px;
    border-bottom: solid 1px #eee;
  }
  .topbar__sep {
    display: none;
  }
  .brand__logo {
    width: 52vw;
    max-width: 303px;
  }
  .header__inner {
    padding-bottom: 0;
  }
  .header__inner .brand {
    padding-left: 10px;
  }
  .header__inner .medals, .header__inner .cta, .header__inner .header-right {
    display: none;
  }
  .bnr-ctr {
    padding: 15px 0;
  }
  .contact-easy {
    padding: 20px 0;
  }
  .c-head {
    font-size: 16px;
  }
  .why__photo img {
    width: 80%;
  }
  .points__head {
    font-size: 18px;
  }
  .point__desc {
    min-height: auto;
  }
  .points {
    padding-bottom: 0;
  }
  .cs-row {
    display: block;
  }
  .card-head {
    font-size: 20px;
  }
  .cta-card .chip {
    font-size: 13px;
  }
  .cta-right .mascot {
    display: none;
  }
  .pln-degrade-sec, .shw-sr-sec, .faq-sec, .pnt-topics {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .pln-img-title {
    width: 80% !important;
    margin-bottom: 15px;
  }
  .pnt-topics-grid {
    margin-bottom: 10px;
  }
  .ft-inner {
    display: block;
  }
  .ft-inner .ft-nav {
    padding-top: 20px;
  }
  .fxb-wrap .fxb-main, .fxb-wrap .fxb-mascot, .fxb-wrap .fxb-catch {
    display: none;
  }
  .fxb-inner, .fxb-actions {
    gap: 2px;
  }
  .fxb-inner {
    padding: 0 0 0 2px;
    background: none;
    box-shadow: none;
    grid-template-columns: 1fr 63px;
  }
  .fxb-btn {
    min-width: 148px;
    font-size: 12px;
    width: 50%;
  }
  .fxb-btn strong {
    padding-top: 5px;
    font-size: 15px;
  }
  .page-company .why__grid {
    padding-bottom: 30px;
  }
  .page-company .why__sub {
    font-size: 18px;
  }
  .dft tbody th {
    width: 100%;
    border-top: 0;
    padding-bottom: 8px;
  }
  .dft tbody td, .dft tbody tr:first-child td {
    border-top: solid 1px #e7e7e7;
    line-height: 1.5;
    font-size: 14px;
  }
}
#page-form {
  --brand: #0b6bd6;
  --accent: #ff9f1a;
  --ink: #2b2b2b;
  --muted: #6b6f76;
  --card: #fff;
  padding: clamp(32px, 4vw, 56px) 0;
  color: var(--ink);
}
#page-form .intro {
  max-width: min(1040px, 92vw);
  margin: 0 auto;
  background: var(--card);
  border-radius: 16px;
  padding: clamp(20px, 3.5vw, 36px) clamp(20px, 4vw, 48px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 10px 24px rgba(11, 107, 214, 0.09);
  position: relative;
  overflow: hidden;
}
#page-form .intro::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
#page-form .intro .tit-mds.tit-btm {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  margin: 6px 0 18px;
  color: #0f2a4a;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(11, 107, 214, 0.15);
}
#page-form .intro .tit-mds.tit-btm::before {
  content: "";
  width: clamp(28px, 3vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(closest-side, #fff 0 60%, transparent 61%), var(--brand);
  -webkit-mask: url("data:image/svg+xml;utf8,          <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>            <path d='M20 6L9 17l-5-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>          </svg>") center/62% no-repeat;
  mask: url("data:image/svg+xml;utf8,          <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>            <path d='M20 6L9 17l-5-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>          </svg>") center/62% no-repeat;
  box-shadow: 0 6px 14px rgba(11, 107, 214, 0.25);
}
#page-form .intro .tit-mds.tit-btm::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  border-radius: 2px;
}
#page-form .intro p {
  margin: 0;
  font-size: clamp(14px, 1.7vw, 16px);
  line-height: 1.9;
  color: var(--ink);
}
#page-form .intro p br {
  line-height: 1.2;
}
@media (max-width: 640px) {
  #page-form .intro {
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 18px rgba(11, 107, 214, 0.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  #page-form * {
    animation: none !important;
    transition: none !important;
  }
}