/* ---- Reset ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

ul {
  list-style: none;
}

/* ---- Design Tokens ---- */
:root {
  --lp-vh: 1vh;
  --lp-app-height: 100vh;
  --lp-sp-menu-height: calc(var(--lp-app-height) - 78px);

  /* Raw Color Tokens */
  --color-raw-hex-1b63aa: #1b63aa;
  --color-raw-hex-1e6cbb: #1e6cbb;
  --color-raw-hex-1f6cbc: #1f6cbc;
  --color-raw-hex-1f6fbc: #1f6fbc;
  --color-raw-hex-1f70c2: #1f70c2;
  --color-raw-hex-286fbf: #286fbf;
  --color-raw-hex-2b73bc: #2b73bc;
  --color-raw-hex-2d82cf: #2d82cf;
  --color-raw-hex-2e73bb: #2e73bb;
  --color-raw-hex-2e86d3: #2e86d3;
  --color-raw-hex-2f3b47: #2f3b47;
  --color-raw-hex-2f72bd: #2f72bd;
  --color-raw-hex-333333: #333333;
  --color-raw-hex-34383d: #34383d;
  --color-raw-hex-34383f: #34383f;
  --color-raw-hex-363d47: #363d47;
  --color-raw-hex-38424d: #38424d;
  --color-raw-hex-3a3d41: #3a3d41;
  --color-raw-hex-3e444d: #3e444d;
  --color-raw-hex-3f4349: #3f4349;
  --color-raw-hex-3f4650: #3f4650;
  --color-raw-hex-434a53: #434a53;
  --color-raw-hex-4d5b70: #4d5b70;
  --color-raw-hex-4e5e6d: #4e5e6d;
  --color-raw-hex-5a6470: #5a6470;
  --color-raw-hex-5b6470: #5b6470;
  --color-raw-hex-5e6670: #5e6670;
  --color-raw-hex-5f5f5f: #5f5f5f;
  --color-raw-hex-68727f: #68727f;
  --color-raw-hex-76abdb: #76abdb;
  --color-raw-hex-8eb2c7: #8eb2c7;
  --color-raw-hex-8f959d: #8f959d;
  --color-raw-hex-92989f: #92989f;
  --color-raw-hex-929eab: #929eab;
  --color-raw-hex-b7b7b7: #b7b7b7;
  --color-raw-hex-b7c8dc: #b7c8dc;
  --color-raw-hex-b9dbea: #b9dbea;
  --color-raw-hex-bdbbb6: #bdbbb6;
  --color-raw-hex-bec3c9: #bec3c9;
  --color-raw-hex-c4deee: #c4deee;
  --color-raw-hex-c4e6f6: #c4e6f6;
  --color-raw-hex-c4e8f9: #c4e8f9;
  --color-raw-hex-c7e1ef: #c7e1ef;
  --color-raw-hex-c7e7f6: #c7e7f6;
  --color-raw-hex-c8c8c8: #c8c8c8;
  --color-raw-hex-c8d2dd: #c8d2dd;
  --color-raw-hex-c8e3f0: #c8e3f0;
  --color-raw-hex-cceaf6: #cceaf6;
  --color-raw-hex-cdd5df: #cdd5df;
  --color-raw-hex-cfd4d9: #cfd4d9;
  --color-raw-hex-cfd4da: #cfd4da;
  --color-raw-hex-cfd5dd: #cfd5dd;
  --color-raw-hex-d0d6df: #d0d6df;
  --color-raw-hex-d3f0fb: #d3f0fb;
  --color-raw-hex-d4dbe4: #d4dbe4;
  --color-raw-hex-d6d3cc: #d6d3cc;
  --color-raw-hex-d7dbe0: #d7dbe0;
  --color-raw-hex-d7e8ff: #d7e8ff;
  --color-raw-hex-d8d6d1: #d8d6d1;
  --color-raw-hex-d8dbe0: #d8dbe0;
  --color-raw-hex-dfe4ea: #dfe4ea;
  --color-raw-hex-e2e4e8: #e2e4e8;
  --color-raw-hex-e3e1dd: #e3e1dd;
  --color-raw-hex-e6e8eb: #e6e8eb;
  --color-raw-hex-e7e4de: #e7e4de;
  --color-raw-hex-e7e4df: #e7e4df;
  --color-raw-hex-ebf0f5: #ebf0f5;
  --color-raw-hex-eceef1: #eceef1;
  --color-raw-hex-edf2f8: #edf2f8;
  --color-raw-hex-f1f1f1: #f1f1f1;
  --color-raw-hex-f2f7fc: #f2f7fc;
  --color-raw-hex-f3f2ef: #f3f2ef;
  --color-raw-hex-f4f5f6: #f4f5f6;
  --color-raw-hex-f5f5f5: #f5f5f5;
  --color-raw-hex-f5f7f9: #f5f7f9;
  --color-raw-hex-f7f7f7: #f7f7f7;
  --color-raw-hex-fafaf9: #fafaf9;
  --color-raw-hex-fbfbfb: #fbfbfb;
  --color-raw-hex-fcf2d6: #fcf2d6;
  --color-raw-hex-fee2ce: #fee2ce;
  --color-raw-hex-ffe9e4: #ffe9e4;
  --color-raw-hex-ffffff: #ffffff;
  --color-raw-rgba-0-0-0-_06: rgba(0, 0, 0, .06);
  --color-raw-rgba-0-0-0-_08: rgba(0, 0, 0, .08);
  --color-raw-rgba-0-0-0-_1: rgba(0, 0, 0, .1);
  --color-raw-rgba-0-0-0-_10: rgba(0, 0, 0, .10);
  --color-raw-rgba-0-0-0-_15: rgba(0, 0, 0, .15);
  --color-raw-rgba-0-0-0-_20: rgba(0, 0, 0, .20);
  --color-raw-rgba-0-0-0-_28: rgba(0, 0, 0, .28);
  --color-raw-rgba-0-0-0-_30: rgba(0, 0, 0, .30);
  --color-raw-rgba-0-0-0-_6: rgba(0, 0, 0, .6);
  --color-raw-rgba-15-53-88-_10: rgba(15, 53, 88, .10);
  --color-raw-rgba-16-53-86-_16: rgba(16, 53, 86, .16);
  --color-raw-rgba-16-53-86-_22: rgba(16, 53, 86, .22);
  --color-raw-rgba-16-62-103-_26: rgba(16, 62, 103, .26);
  --color-raw-rgba-20-31-46-_86: rgba(20, 31, 46, .86);
  --color-raw-rgba-255-255-255-_12: rgba(255, 255, 255, .12);
  --color-raw-rgba-255-255-255-_15: rgba(255, 255, 255, .15);
  --color-raw-rgba-255-255-255-_18: rgba(255, 255, 255, .18);
  --color-raw-rgba-255-255-255-_3: rgba(255, 255, 255, .3);
  --color-raw-rgba-255-255-255-_34: rgba(255, 255, 255, .34);
  --color-raw-rgba-255-255-255-_5: rgba(255, 255, 255, .5);
  --color-raw-rgba-255-255-255-_58: rgba(255, 255, 255, .58);
  --color-raw-rgba-255-255-255-_66: rgba(255, 255, 255, .66);
  --color-raw-rgba-255-255-255-_70: rgba(255, 255, 255, .70);
  --color-raw-rgba-255-255-255-_86: rgba(255, 255, 255, .86);
  --color-raw-rgba-255-255-255-_88: rgba(255, 255, 255, .88);
  --color-raw-rgba-255-255-255-_94: rgba(255, 255, 255, .94);
  --color-raw-rgba-255-255-255-_96: rgba(255, 255, 255, .96);
  --color-raw-rgba-255-255-255-_98: rgba(255, 255, 255, .98);
  --color-raw-rgba-27-93-145-_24: rgba(27, 93, 145, .24);
  --color-raw-rgba-7-60-104-_22: rgba(7, 60, 104, .22);
  --color-raw-rgba-88-110-137-_28: rgba(88, 110, 137, .28);
  --color-raw-transparent: transparent;

  /* Primitive Colors */
  --color-primary: var(--color-raw-hex-1e6cbb);
  --color-secondary: var(--color-raw-hex-cceaf6);
  --color-white: var(--color-raw-hex-ffffff);
  --color-black-base: var(--color-raw-hex-333333);
  --color-gray: var(--color-raw-hex-f3f2ef);

  /* Typography */
  --font-fv: 'Sawarabi Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --font-heading: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --font-en: 'Montserrat', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --font-body: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

  /* Semantic Colors */
  --color-text-primary: var(--color-black-base);
  --color-text-secondary: var(--color-raw-hex-5f5f5f);
  --color-surface-base: var(--color-white);
  --color-surface-soft: var(--color-gray);
  --color-border-soft: var(--color-raw-hex-e3e1dd);
  --color-border-base: var(--color-raw-hex-d8d6d1);
  --color-border-strong: var(--color-raw-hex-bdbbb6);
  --color-overlay-card: var(--color-raw-rgba-255-255-255-_94);
  --color-tab-active: var(--color-raw-hex-cdd5df);
  --texture-noise: url('../images/noise.webp');
  --icon-arrow-white: url('../images/arr-w.svg');
  --icon-arrow-blue: url('../images/arr-b.svg');
  --icon-blank-link: url('../images/blank_icon.svg');
  --icon-download: url('../images/download.svg');
  --icon-link-pdf: url('../images/pdf.webp');
  --icon-link-external: url('../images/blank.webp');
  --lp-second-header-bg: url('../images/second-header-bk.webp');

  /* Elevation */
  --shadow-soft-sm: 0 2px 10px var(--color-raw-rgba-0-0-0-_06);
  --shadow-soft-md: 0 4px 20px var(--color-raw-rgba-0-0-0-_08);
  --shadow-soft-lg: 0 6px 20px var(--color-raw-rgba-0-0-0-_10);
  --shadow-soft-xl: 0 10px 30px var(--color-raw-rgba-0-0-0-_08);
  --shadow-card-right: -4px 0 24px var(--color-raw-rgba-0-0-0-_15);
  --shadow-float: 0 4px 20px var(--color-raw-rgba-0-0-0-_30);
  --shadow-link-card: 0 8px 24px var(--color-raw-rgba-0-0-0-_20);

  --lp-links-bg-image: url('../images/lp-links__bg.webp');
  --gradient-news: linear-gradient(90deg, var(--color-raw-hex-d7e8ff) 0%, var(--color-raw-hex-ffe9e4) 100%);
  --gradient-contact: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-white) 100%);

  /* Backward-compatible aliases */
  --lp-blue: var(--color-primary);
  --lp-blue-light: var(--color-secondary);
  --lp-cream: var(--color-gray);
  --lp-gray: var(--color-gray);
  --lp-text: var(--color-text-primary);
  --lp-sub: var(--color-text-secondary);
  --lp-radius: 16px;
  --lp-ease: 0.2s ease;
}

/* ---- Base ---- */
body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-primary);
  background: var(--color-surface-base);
}

html {
  scroll-behavior: smooth;
}

br[sp-only] {
  display: none;
}

br[pc-only] {
  display: inline;
}

#news,
#vision,
#howto,
#fax,
#internet,
#contact,
#links,
#resources {
  scroll-margin-top: 100px;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
}

html.is-ipad,
html.is-ipad body {
  overflow-x: hidden;
}

.lp-inner {
  width: 100%;
  padding-left: 5vw;
}

.lp-main {
  overflow: hidden;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Button Component */
.lp-btn {
  --btn-bg: var(--color-white);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--lp-blue);
  --btn-fg-hover: var(--btn-fg);
  --btn-arrow-icon: var(--icon-arrow-blue);
  --btn-arrow-icon-hover: var(--btn-arrow-icon);
  --btn-pad-y: 14px;
  --btn-pad-x: 24px;
  --btn-radius: 999px;
  --btn-shadow: none;
  --btn-font-size: 15px;
  --btn-font-weight: 700;
  --btn-letter-spacing: .02em;
  --btn-pad-inline-end-extra: 16px;
  --btn-arrow-size: 16px;
  --btn-arrow-right: 18px;
  --btn-arrow-shift: 30px;
  --btn-arrow-delay: 70ms;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-fg);
  box-shadow: var(--btn-shadow);
  max-width: 100%;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-spacing);
  line-height: 1.35;
  font-family: var(--font-body);
  text-align: center;
  transition: background var(--lp-ease), color var(--lp-ease);
}

.lp-btn:hover,
.lp-btn:focus-visible {
  background: var(--btn-bg-hover);
  color: var(--btn-fg-hover, var(--btn-fg));
}

.lp-btn--arrow {
  --btn-arrow-space: calc(var(--btn-arrow-size) + var(--btn-pad-inline-end-extra));
  padding-left: calc(var(--btn-pad-x) + var(--btn-arrow-space));
  padding-right: calc(var(--btn-pad-x) + var(--btn-arrow-space));
}

.lp-btn--arrow::before,
.lp-btn--arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: var(--btn-arrow-right);
  width: var(--btn-arrow-size);
  height: var(--btn-arrow-size);
  background: var(--btn-arrow-icon) center / contain no-repeat;
  transform: translateY(-50%) translateX(0);
  transition:
    transform 360ms cubic-bezier(.22, .9, .22, 1),
    opacity 220ms ease;
  will-change: transform, opacity;
  pointer-events: none;
}

.lp-btn--arrow::before {
  transform: translateY(-50%) translateX(calc(-1 * var(--btn-arrow-shift)));
  opacity: 0;
}

.lp-btn--arrow:hover::after,
.lp-btn--arrow:focus-visible::after {
  background-image: var(--btn-arrow-icon-hover, var(--btn-arrow-icon));
  transform: translateY(-50%) translateX(var(--btn-arrow-shift));
  opacity: 0;
}

.lp-btn--arrow:hover::before,
.lp-btn--arrow:focus-visible::before {
  background-image: var(--btn-arrow-icon-hover, var(--btn-arrow-icon));
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  transition-delay: var(--btn-arrow-delay);
}

.lp-btn--primary {
  --btn-bg: var(--color-white);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--lp-blue);
  --btn-arrow-icon: var(--icon-arrow-blue);
}

@media (prefers-reduced-motion: reduce) {

  .lp-btn,
  .lp-btn--arrow::before,
  .lp-btn--arrow::after {
    transition: none;
  }
}

.lp-section-title,
.lp-vision__heading,
.lp-features__item-title,
.lp-news__head-title,
.lp-dl-box__title,
.lp-step__title,
.lp-fax__head-title,
.lp-fax-step-title,
.lp-contact__title,
.lp-link-card__title,
.lp-resource-card__title {
  font-family: var(--font-heading);
}

.lp-section-label,
.lp-features__num,
.lp-step__step-lbl,
.lp-step__val,
.lp-contact__num-label,
.lp-hero__num-label,
.lp-footer__info-lbl {
  font-family: var(--font-en);
}

/* Sticky Header */
.lp-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 220;
  width: 100%;
  min-height: 100px;
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr 240px;
  align-items: stretch;
  background: var(--color-overlay-card);
  box-shadow: var(--shadow-soft-xl);
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  backdrop-filter: blur(8px);
}

.lp-sticky-header.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.lp-sticky-header__brand {
  display: flex;
  align-items: center;
  padding: 14px 28px;
}

.lp-sticky-header__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: fit-content;
  text-align: center;
}

.lp-sticky-header__logo img {
  width: 240px;
  max-width: 100%;
}

.lp-sticky-header__logo-sub {
  display: block;
  width: 100%;
  color: var(--lp-blue);
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
}

.lp-sticky-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

.lp-sticky-header__menu-btn {
  display: none;
  border: none;
  background: var(--color-raw-transparent);
  cursor: pointer;
}

.lp-sticky-header__menu-btn span {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--color-raw-hex-4e5e6d);
  transform-origin: center;
  transition: transform var(--lp-ease), opacity var(--lp-ease);
}

.lp-sticky-header__menu-btn span+span {
  margin-top: 8px;
}

.lp-sticky-header__nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 3%;
}

.lp-sticky-header__nav-list li {
  width: auto;
  white-space: nowrap;
}

.lp-sticky-header__nav-item--sp-only {
  display: none;
}

.lp-sticky-header__link {
  color: var(--color-text-primary);
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
  transition: color var(--lp-ease);
}

.lp-sticky-header__link:hover {
  color: var(--lp-blue);
}

.lp-sticky-header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: .03em;
  transition: background var(--lp-ease), color var(--lp-ease);
}

.lp-sticky-header__cta:hover {
  background: var(--color-secondary);
  color: var(--lp-blue);
}

.lp-sticky-header__nav-item--news {
  display: none;
}

#news {
  display: none;
}

.lp-sticky-header.is-open .lp-sticky-header__menu-btn span:nth-child(1) {
  transform: translateY(9px) rotate(24deg);
}

.lp-sticky-header.is-open .lp-sticky-header__menu-btn span:nth-child(2) {
  opacity: 0;
}

.lp-sticky-header.is-open .lp-sticky-header__menu-btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-24deg);
}

/* Hamburger switch only (<=1050px) */
@media (max-width: 1050px) {
  .lp-sticky-header {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 100px 84px;
    align-items: stretch;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-raw-hex-d7dbe0);
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .lp-sticky-header__brand {
    padding: 8px 10px 6px;
    order: 1;
    min-width: 0;
  }

  .lp-sticky-header__logo {
    gap: 2px;
    width: min(100%, 166px);
    margin: 0 0 0 2%;
  }

  .lp-sticky-header__logo img {
    width: 100%;
  }

  .lp-sticky-header__logo-sub {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: .02em;
  }

  .lp-sticky-header__cta {
    order: 2;
    display: flex;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: -.02em;
    padding: 0;
  }

  .lp-sticky-header__nav {
    order: 3;
    padding: 0;
    justify-content: center;
    background: var(--color-secondary);
    position: relative;
  }

  #news,
  #vision,
  #howto,
  #fax,
  #internet,
  #contact,
  #links,
  #resources {
    scroll-margin-top: 78px;
  }

  .lp-main {
    padding-top: 78px;
  }

  .lp-float {
    display: none;
  }

  .lp-sticky-header__menu-btn {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .lp-sticky-header__nav-list {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background: var(--color-raw-rgba-255-255-255-_98);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--color-raw-hex-e2e4e8);
    box-shadow: 0 12px 26px var(--color-raw-rgba-0-0-0-_1);
    z-index: 219;
    padding-right: 0;
  }

  .lp-sticky-header.is-open .lp-sticky-header__nav-list {
    display: block;
  }

  .lp-sticky-header__nav-list li {
    width: 100%;
    white-space: normal;
  }

  .lp-sticky-header__nav-list li+li {
    border-top: 1px solid var(--color-raw-hex-eceef1);
  }

  .lp-sticky-header__link {
    display: block;
    padding: 14px 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ---- Section utilities ---- */
.lp-section {
  padding: 50px 0;
}

.lp-section-label {
  display: block;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--lp-blue);
  text-align: center;
  margin-bottom: 8px;
}

.lp-section-title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 16px;
}

.lp-section-lead {
  text-align: center;
  color: var(--lp-sub);
  font-size: 14px;
  margin-bottom: 48px;
  line-height: 1.9;
}

/* Floating CTA */
.lp-float {
  position: fixed;
  right: 18px;
  bottom: 0;
  transform: translateY(-10%);
  z-index: 200;
  background: linear-gradient(180deg, var(--color-raw-hex-2e86d3) 0%, var(--color-raw-hex-286fbf) 100%);
  color: var(--color-white);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .02em;
  padding: 0 16px 34px;
  box-shadow: var(--shadow-float);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, transform 0.25s ease;
}

.lp-float::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  opacity: .5;
}

.lp-float::after {
  content: '▼';
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

.lp-float__label {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.lp-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.lp-float:hover {
  color: var(--color-white);
  transform: translateY(-50%) scale(1.03);
}

/* 1. Hero */
.lp-hero {
  position: relative;
  background: var(--lp-cream);
  padding: 0 0 84px;
}

.lp-hero__stage {
  position: relative;
  min-height: 700px;
  padding-top: 48px;
}

.lp-hero__deco {
  position: absolute;
  top: 210px;
  left: 9.5vw;
  width: clamp(120px, 15vw, 180px);
  height: clamp(120px, 15vw, 180px);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--color-raw-hex-fee2ce) 0%, var(--color-raw-hex-fcf2d6) 100%);
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
}

.lp-hero__deco::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lp-hero__photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft-md);
}

.lp-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hero__photo--sub-top {
  top: 50px;
  left: clamp(120px, 16vw, 230px);
  width: clamp(260px, 24vw, 430px);
  height: clamp(180px, 18vw, 250px);
  border-radius: 18px;
  z-index: 2;
}

.lp-hero__photo--main {
  top: 0;
  right: 0;
  width: min(66vw, 930px);
  height: clamp(430px, 36vw, 500px);
  border-radius: 0 0 0 84px;
  z-index: 1;
}

.lp-hero__photo--sub-bottom {
  right: clamp(250px, 25vw, 360px);
  bottom: 48px;
  width: clamp(220px, 22vw, 320px);
  height: clamp(130px, 14vw, 200px);
  border-radius: 18px;
  z-index: 3;
}

.lp-hero__tagline {
  position: absolute;
  left: 7vw;
  bottom: 34px;
  z-index: 4;
}

.lp-hero__copy-line {
  font-family: var(--font-fv);
  width: fit-content;
  font-size: clamp(46px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--color-text-primary);
  margin-bottom: 12px;
  padding-right: .08em;
}

.lp-hero__sub {
  margin-top: 20px;
  font-size: clamp(16px, 1.45vw, 24px);
  font-family: var(--font-fv);
  line-height: 1.35;
  color: var(--lp-sub);
  letter-spacing: .24em;
  white-space: nowrap;
}

/* Hero CV card */
.lp-hero__card {
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  z-index: 150;
  background: var(--color-raw-hex-f4f5f6);
  border: 1px solid var(--color-raw-hex-d8dbe0);
  border-right: none;
  border-radius: 24px 0 0 24px;
  padding: 30px 30px 0;
  width: 308px;
  max-height: calc(100dvh - 72px);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: var(--shadow-card-right);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.lp-hero__card::-webkit-scrollbar {
  display: none;
}

.lp-hero__card.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lp-hero__card-note {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: .03em;
  line-height: 1.4;
}

.lp-hero__num-label {
  display: block;
  text-align: center;
  background: var(--color-raw-hex-c8e3f0);
  color: var(--color-raw-hex-2f3b47);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .48em;
  line-height: 1.2;
  padding: 6px 12px 7px;
  margin-bottom: 8px;
}

.lp-hero__num {
  font-size: 29px;
  font-family: var(--font-en);
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 1.05;
  color: var(--color-raw-hex-34383d);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
}

.lp-hero__hours-box {
  padding: 2px 0 0;
  font-size: 14px;
  color: var(--color-raw-hex-3a3d41);
  line-height: 1.62;
  margin: 2px 0 22px;
  font-variant-numeric: lining-nums tabular-nums;
}

.lp-hero__hours-box b {
  font-size: 11px;
  font-weight: normal;
}

.lp-hero__hours-box small {
  display: block;
  margin-top: 12px;
  position: relative;
  padding: 12px 34px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--color-raw-hex-3f4349);
}

.lp-hero__hours-box small::before,
.lp-hero__hours-box small::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  border: 1px solid var(--color-raw-hex-bec3c9);
  pointer-events: none;
}

.lp-hero__hours-box small::before {
  left: 0;
  border-right: 0;
}

.lp-hero__hours-box small::after {
  right: 0;
  border-left: 0;
}

.lp-hero__btn {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --btn-arrow-icon: var(--icon-arrow-white);
  --btn-arrow-icon-hover: var(--icon-arrow-blue);
  --btn-pad-y: 18px;
  --btn-pad-x: 16px;
  --btn-pad-inline-end-extra: 22px;
  --btn-font-size: 15px;
  --btn-arrow-right: 26px;
  --btn-arrow-size: 18px;
  --btn-arrow-shift: 34px;
  display: flex;
  width: calc(100% + 80px);
  max-width: none;
  margin: 0 -40px;
  border-radius: 0 0 0 23px;
  font-weight: normal;
}

/* 2. Vision */
.lp-vision {
  background: var(--lp-cream);
  padding: 50px 0 60px;
}

.lp-vision .lp-inner {
  max-width: 90%;
  padding: 0;
  margin: auto;
}

.lp-vision__panel {
  position: relative;
  background: var(--color-surface-base);
  border-radius: 34px;
  min-height: 760px;
  padding: 78px 54px 86px;
  box-shadow: var(--shadow-soft-md);
  box-sizing: border-box;
  max-width: 1340px;
  margin: auto;
}

.lp-vision__media {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow-soft-sm);
}

.lp-vision__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-vision__media--left-top {
  top: -20px;
  left: 62px;
  width: clamp(130px, 13vw, 176px);
  height: clamp(196px, 20vw, 262px);
}

.lp-vision__media--left-bottom {
  top: 188px;
  left: -32px;
  width: clamp(112px, 11vw, 148px);
  height: clamp(156px, 16vw, 208px);
}

.lp-vision__media--right-top {
  top: 166px;
  right: -58px;
  width: clamp(170px, 17vw, 230px);
  height: clamp(248px, 23vw, 338px);
}

.lp-vision__media--right-bottom {
      right: 100px;
    bottom: 192px;
    width: clamp(126px, 13vw, 142px);
    height: clamp(126px, 13vw, 182px);
}

.lp-vision__body {
  margin: 0 auto;
  text-align: center;
}

.lp-vision .lp-section-label {
  margin-bottom: 4px;
  font-family: var(--font-en);
  letter-spacing: .09em;
  font-size: 20px;
  font-weight: 600;
}

.lp-vision__subheading {
  font-size: 16px;
  font-weight: 700;
  color: var(--lp-blue);
  text-align: center;
  margin-bottom: 44px;
  letter-spacing: .03em;
}

.lp-vision__heading {
  font-size: 32px;
  font-weight: normal;
  line-height: 180%;
  /* 48px */
  letter-spacing: 3.2px;
  margin: 0 0 36px;
}

.lp-vision__text {
  font-size: 16px;
  font-weight: 400;
  color: var(--lp-sub);
  line-height: 2.3;
  margin-bottom: 70px;
}

.lp-vision__sign {
  margin: 0 auto;
  width: fit-content;
  max-width: 256px;
}

.lp-vision__sign-image {
  display: block;
  width: 100%;
  height: auto;
}

/* 3. Features */
.lp-features {
  background: var(--lp-cream);
  padding: 96px 0 60px;
}

.lp-features__grid {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 42px;
  align-items: start;
}

.lp-features__side-label {
  display: flex;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  padding: 10px 10px 12px;
}

.lp-features__vert {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.3;
  white-space: nowrap;
  color: var(--lp-blue);
  border-right: 1px solid var(--color-raw-hex-76abdb);
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.lp-features__vert--accent {
  color: var(--lp-blue);
  opacity: 1;
}

.lp-features__item {
  display: flex;
  gap: clamp(24px, 2.8vw, 40px);
  justify-content: end;
  align-items: center;
  padding: 0;
  margin-bottom: 94px;
}

.lp-features__item:last-child {
  margin-bottom: 0;
}

.lp-features__content {
  flex: 0 1 36%;
  width: auto;
  max-width: 640px;
  min-width: 0;
}

.lp-features__num {
  font-family: var(--font-en);
  font-size: 48px;
  letter-spacing: -.1em;
  color: var(--lp-blue);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}

.lp-features__item-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.45;
  margin-bottom: 16px;
  letter-spacing: .02em;
}

.lp-features__item-text {
  font-size: 16px;
  color: var(--lp-sub);
  line-height: 1.9;
}

.lp-features__btns {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.lp-features__btn {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --btn-arrow-icon: var(--icon-arrow-white);
  --btn-arrow-icon-hover: var(--icon-arrow-blue);
  --btn-pad-y: 14px;
  --btn-pad-x: 22px;
  --btn-pad-inline-end-extra: 16px;
  --btn-font-size: 16px;
  --btn-arrow-right: 16px;
  --btn-arrow-size: 15px;
}

.lp-features__photo {
  flex: 1 1 54%;
  min-width: 0;
  width: auto;
  max-width: 760px;
  margin-left: auto;
  position: relative;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  height: clamp(200px, 16vw, 260px);
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 14px rgb(0 0 0 / 12%);
}

.lp-features__photo--01 {
  background-image: url('../images/lp-features__photo lp-features__photo--01.webp');
  background-position: center;
}

.lp-features__photo--02 {
  background-image: url('../images/lp-features__photo lp-features__photo--02.webp');
  background-position: center;
}

.lp-features__photo--03 {
  background-image: url('../images/lp-features__photo lp-features__photo--03.webp');
  background-position: center;
}

/* 4. News */
.lp-news {
  position: relative;
  background: var(--gradient-news);
  padding: 86px 0 92px;
  overflow: hidden;
  isolation: isolate;
}

.lp-news .lp-inner {
  max-width: 90%;
  margin: auto;
  padding: 0;
}

.lp-news::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: overlay;
}

.lp-news__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 34px;
  align-items: start;
}

.lp-news__head {
  padding-top: 6px;
}

.lp-news__head-title {
  font-family: var(--font-en);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: .04em;
  margin-bottom: 28px;
}

.lp-news__head-text {
  font-size: 16px;
  color: var(--color-text-primary);
  line-height: 1.75;
  max-width: 230px;
  border-top: 1px solid var(--color-border-strong);
  padding-top: 18px;
  padding-bottom: 15px;
}

.lp-news__more {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-white);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --btn-arrow-icon: var(--icon-arrow-white);
  --btn-arrow-icon-hover: var(--icon-arrow-blue);
  --btn-font-size: 14px;
  --btn-font-weight: 500;
  --btn-pad-y: 13px;
  --btn-pad-x: 20px;
  --btn-pad-inline-end-extra: 12px;
  --btn-arrow-size: 15px;
  --btn-arrow-right: 16px;
  --btn-arrow-shift: 22px;
}

.lp-news__head .lp-news__more--pc {
  display: inline-flex;
  width: 100%;
  margin-top: 22px;
}

.lp-news__grid .lp-news__more-sp {
  display: none;
}

.lp-news__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.lp-news__card {
  display: block;
  color: var(--color-text-primary);
  transition: none;
}

.lp-news__card-media {
  height: 196px;
  overflow: hidden;
  border-radius: 8px;
}

.lp-news__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform .45s ease;
  aspect-ratio: 16/9;
}

@media (hover: hover) {

  .lp-news__card:hover .lp-news__card-img,
  .lp-news__card:focus-visible .lp-news__card-img {
    transform: scale(1.06);
  }
}

.lp-news__card-body {
  padding: 0;
  margin-top: -16px;
}

.lp-news__card-date {
  display: inline-block;
  background: var(--color-surface-base);
  border-radius: 0 4px 0 8px;
  padding: 4px 10px;
  margin: 0 0 0 0;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-primary);
  letter-spacing: .02em;
  top: -17px;
  position: relative;
}

.lp-news__card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 2px;
}

/* Reusable Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: var(--color-raw-rgba-0-0-0-_6);
}

.modal__wrap {
  position: relative;
  width: 100%;
  max-width: 1120px;
  padding-inline: 40px;
  box-sizing: border-box;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__panel {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  gap: 30px;
  width: 100%;
  height: auto;
  max-height: calc(100lvh - 140px);
  padding: 32px;
  border-radius: 18px;
  background: var(--color-surface-base);
  box-shadow: 0 24px 48px var(--color-raw-rgba-0-0-0-_28);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__media {
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-surface-soft);
}

.modal__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.modal__content {
  color: var(--color-text-primary);
  line-height: 1.9;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 12px;
  margin-bottom: 14px;
  background: var(--color-surface-soft);
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: .03em;
}

.modal__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.4;
  margin-bottom: 14px;
}

.modal__text {
  color: var(--color-text-secondary);
  font-size: 15px;
  line-height: 1.95;
}

.modal__close {
  position: absolute;
  top: -58px;
  right: 34px;
  width: 52px;
  height: 52px;
  border: none;
  background: var(--color-raw-transparent);
  cursor: pointer;
}

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 2px;
  background: var(--color-white);
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__mobile-bar {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%);
  width: min(92vw, 380px);
  padding: 8px;
  border-radius: 999px;
  background: var(--color-raw-rgba-20-31-46-_86);
  backdrop-filter: blur(8px);
}

.modal__mobile-prev,
.modal__mobile-close,
.modal__mobile-next {
  flex: 1 1 0;
  min-height: 42px;
  border: none;
  border-radius: 999px;
  background: var(--color-raw-transparent);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.modal__mobile-close {
  background: var(--color-raw-rgba-255-255-255-_18);
}

.modal__wrap::-webkit-scrollbar,
.modal__panel::-webkit-scrollbar,
.modal__content::-webkit-scrollbar {
  display: none;
}

/* 5. How to */
.lp-howto {
  background: var(--color-white);
  padding: 50px 0 60px;
}

.lp-howto .lp-inner {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-howto .lp-section-label {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: none;
}

.lp-howto .lp-section-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 35px;
  letter-spacing: .04em;
}

.lp-howto .lp-section-lead {
  margin: 0 auto 46px;
  color: var(--color-text-primary);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.16px;
}

.lp-dl-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, var(--color-raw-hex-c4e8f9) 0%, var(--color-raw-hex-d3f0fb) 45%, var(--color-raw-hex-c4e6f6) 100%);
  border-radius: 14px;
  padding: 42px 42px 34px;
  margin: 0;
  isolation: isolate;
}

.lp-dl-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.lp-dl-box>* {
  position: relative;
  z-index: 1;
}

.lp-dl-box__title {
  font-size: 32px;
  font-weight: normal;
  color: var(--lp-blue);
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: .03em;
}

.lp-dl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.lp-dl-item {
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  align-self: start;
}

.lp-dl-item__name {
  min-height: 52px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: .03em;
}

.lp-dl-item__preview {
  width: 100%;
  margin: 0 auto 14px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--color-raw-rgba-88-110-137-_28);
  border-radius: 2px;
  background: var(--color-surface-base);
  box-shadow: 0 6px 18px var(--color-raw-rgba-0-0-0-_06);
}

.lp-dl-item__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.lp-dl-item__links .lp-dl-link+.lp-dl-link {
  margin-top: 0;
}

.lp-dl-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--color-text-primary);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color var(--lp-ease);
}

.lp-dl-link+.lp-dl-link {
  margin-top: 6px;
}

.lp-dl-link:hover {
  color: var(--lp-blue);
}

.lp-dl-link img {
  width: 16px;
  height: 16px;
}

.lp-dl-box__cta {
  text-align: center;
  margin-top: 34px;
}

.lp-pill-btn {
  --btn-bg-hover: var(--color-white);
  --btn-pad-y: 18px;
  --btn-pad-x: 42px;
  --btn-pad-inline-end-extra: 26px;
  --btn-font-size: 16px;
  --btn-letter-spacing: .05em;
  --btn-arrow-right: 24px;
  --btn-arrow-size: 16px;
  --btn-arrow-shift: 34px;
}

.lp-howto .lp-btn--primary {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --btn-arrow-icon: var(--icon-arrow-white);
  --btn-arrow-icon-hover: var(--icon-arrow-blue);
}

.lp-howto .lp-btn--primary.lp-pill-btn {
  --btn-bg-hover: var(--color-white);
}

.lp-howto__nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  max-width: 640px;
  margin: 34px auto 0;
}

.lp-howto__nav-btn {
  --btn-pad-y: 18px;
  --btn-pad-x: 34px;
  --btn-pad-inline-end-extra: 22px;
  --btn-font-size: 16px;
  --btn-letter-spacing: .04em;
  --btn-arrow-right: 20px;
  --btn-arrow-size: 15px;
  --btn-arrow-shift: 32px;
  flex: 0 1 auto;
  max-width: 100%;
  white-space: nowrap;
}

/* 6. Internet Yoyaku */
.lp-internet {
  background: var(--lp-gray);
  padding: 60px 0 60px;
}

.lp-internet .lp-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-internet .lp-section-title {
  color: var(--lp-blue);
  font-size: 32px;
  font-weight: normal;
  letter-spacing: .03em;
  margin-bottom: 36px;
}

.lp-info-box {
  background: var(--color-raw-hex-c7e7f6);
  border-radius: 16px;
  padding: 22px 38px;
  margin: 0 auto 56px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .01em;
  text-align: center;
}

/* Tabs */
.lp-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: none;
  border-radius: 0;
}

.lp-tab {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px 20px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  cursor: pointer;
  background: var(--color-tab-active);
  color: var(--color-white);
  border: none;
  border-radius: 0;
  transition: background var(--lp-ease), color var(--lp-ease), box-shadow var(--lp-ease);
  user-select: none;
  appearance: none;
}

.lp-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: var(--color-tab-active);
}

.lp-tab.is-active,
.lp-tab[aria-selected='true'] {
  background: var(--color-surface-base);
  color: var(--color-text-primary);
}

.lp-tab.is-active::before {
  background: var(--color-primary);
}

.lp-tab:hover:not(.is-active) {
  background: var(--color-tab-active);
}

.lp-tab-panel {
  background: var(--color-surface-base);
  border: 1px solid var(--color-raw-hex-dfe4ea);
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 50PX;
  overflow: hidden;
}

.lp-tab-pane {
  display: block;
}

.lp-tab-pane[hidden] {
  display: none;
}

.lp-internet__login-link {
  display: inline-block;
  color: var(--lp-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-all;
}

/* Steps */
.lp-steps {
  border-left: 3px solid var(--lp-blue);
}

.lp-step {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 24px;
  align-items: start;
  padding: 32px;
  border-bottom: 1px solid var(--color-border-soft);
}

.lp-step:last-child {
  border-bottom: none;
}

.lp-step__num {
  text-align: center;
}

.lp-step__step-lbl {
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--lp-sub);
  display: block;
  margin-bottom: 2px;
}

.lp-step__val {
  font-size: 44px;
  font-weight: 700;
  color: var(--lp-blue);
  line-height: 1;
}

.lp-step__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--lp-blue);
  margin-bottom: 10px;
  line-height: 1.4;
}

.lp-step__text {
  font-size: 14px;
  color: var(--lp-sub);
  line-height: 1.9;
}

.lp-step__dl {
  margin-top: 12px;
}

.lp-step__img {
  width: 140px;
  flex-shrink: 0;
}

.lp-step__img img {
  border-radius: 4px;
  border: 1px solid var(--color-border-base);
  width: 100%;
}

/* Internet step layout */
.lp-internet .lp-steps {
  border-left: none;
}

.lp-internet .lp-step {
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: stretch;
  gap: 28px;
  padding: 0;
  border-bottom: 1px solid var(--color-raw-hex-e7e4de);
}

.lp-internet .lp-step:last-child {
  border-bottom: none;
}

.lp-internet .lp-step--with-image {
  grid-template-columns: 108px minmax(0, 1fr) 150px;
}

.lp-internet .lp-step__num {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background: linear-gradient(180deg, var(--color-raw-hex-1f6cbc) 0%, var(--color-raw-hex-1b63aa) 100%);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 8px;
}

.lp-internet .lp-step__num::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  mix-blend-mode: overlay;
  opacity: .5;
  pointer-events: none;
}

.lp-internet .lp-step__step-lbl {
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--color-raw-rgba-255-255-255-_86);
  margin-bottom: 4px;
}

.lp-internet .lp-step__val {
  position: relative;
  z-index: 1;
  font-size: 35px;
  font-weight: normal;
  color: var(--color-white);
  line-height: 1;
}

.lp-internet .lp-step>div:not(.lp-step__num):not(.lp-step__img) {
  padding: 20px 0;
}

.lp-internet .lp-step__title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 6px;
}

.lp-internet .lp-step__text {
  color: var(--color-text-primary);
  font-size: 16px;
  line-height: 1.75;
}

.lp-internet .lp-step__text a {
  color: var(--lp-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-all;
}

.lp-internet .lp-step__dl {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lp-internet .lp-step__dl .lp-dl-link {
  font-size: 16px;
}

.lp-internet .lp-step__img {
  width: 150px;
  align-self: center;
  margin: 30px 0;
}

.lp-internet .lp-step__img img {
  border-radius: 0;
  border: 1px solid var(--color-raw-hex-d6d3cc);
  box-shadow: none;
}

/* 7. FAX Yoyaku */
.lp-fax {
  background: var(--lp-gray);
  padding: 50px 0 60px;
}

.lp-fax .lp-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-fax__head-title {
  text-align: center;
  color: var(--lp-blue);
  font-size: 32px;
  font-weight: normal;
  letter-spacing: .03em;
  margin-bottom: 40px;
}

.lp-fax-box {
  background: var(--color-raw-hex-c4deee);
  border-radius: 18px;
  padding: 26px 34px;
  margin: 0 auto 78px;
}

.lp-fax-row {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr);
  align-items: self-start;
  gap: 30px;
  padding: 12px 0;
  border-bottom: none;
}

.lp-fax-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface-base);
  border: none;
  color: var(--lp-blue);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px 16px;
  border-radius: 2px;
  width: 100%;
  flex-shrink: 0;
}

.lp-fax-val {
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-text-primary);
  margin-top: -5px;
}

.lp-fax-big {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 30px;
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.lp-fax-big__item {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.lp-fax-big__lbl {
  font-size: clamp(14px, .9vw, 18px);
  letter-spacing: .03em;
}

.lp-fax-big__num {
  font-variant-numeric: lining-nums tabular-nums;
}

.lp-fax-step-title {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .02em;
  color: var(--color-text-primary);
  margin-bottom: 28px;
}

.lp-fax .lp-steps {
  border-left: none;
  background: var(--color-surface-base);
  border: 1px solid var(--color-raw-hex-d0d6df);
}

.lp-fax .lp-step {
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-bottom: 1px solid var(--color-raw-hex-d0d6df);
}

.lp-fax .lp-step:last-child {
  border-bottom: none;
}

.lp-fax .lp-step__num {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background: linear-gradient(180deg, var(--color-raw-hex-1f6cbc) 0%, var(--color-raw-hex-1b63aa) 100%);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 4px;
}

.lp-fax .lp-step__num::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  mix-blend-mode: overlay;
  opacity: .5;
  pointer-events: none;
}

.lp-fax .lp-step__step-lbl {
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: .11em;
  color: var(--color-raw-rgba-255-255-255-_88);
  margin-bottom: 2px;
}

.lp-fax .lp-step__val {
  position: relative;
  z-index: 1;
  font-size: 35px;
  font-weight: normal;
  color: var(--color-white);
  line-height: 1;
}

.lp-fax .lp-step>div:not(.lp-step__num) {
  padding: 14px 26px 14px;
}

.lp-fax .lp-step__title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 6px;
}

.lp-fax .lp-step__text {
  color: var(--color-text-primary);
  font-size: 16px;
  line-height: 1.75;
}

/* Exam List */
.lp-exams {
  background: var(--color-white);
  padding: 50px 0 60px;
}

.lp-exams .lp-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-exams .lp-section-title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 38px;
  letter-spacing: .03em;
}

.lp-exam-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  width: 100%;
}

.lp-exam-item {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 102px;
  padding: 16px 6px 16px 2px;
  border-bottom: 1px solid var(--color-raw-hex-e7e4df);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.45;
}

.lp-exam-bar {
  width: 8px;
  height: 58px;
  background: var(--lp-blue);
  border-radius: 999px;
  flex-shrink: 0;
}

/* 9. Contact */
.lp-contact {
  position: relative;
  background: var(--gradient-news);
  padding: 50px 0 60px;
  overflow: hidden;
}

.lp-contact__box {
  position: relative;
  z-index: 1;
  background: var(--color-raw-rgba-255-255-255-_96);
  border-radius: 20px;
  padding: 54px 8vw 48px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 10px 30px var(--color-raw-rgba-15-53-88-_10);
}

.lp-contact__title {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: .03em;
}

.lp-contact__sub {
  font-size: 16px;
  color: var(--color-text-primary);
  margin-bottom: 18px;
  line-height: 1.85;
}

.lp-contact__dept {
  display: block;
  color: var(--lp-blue);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.lp-contact__nums {
  display: flex;
  justify-content: center;
  gap: 72px;
  margin-bottom: 26px;
}

.lp-contact__num-label {
  display: block;
  background: var(--lp-blue-light);
  color: var(--lp-blue);
  min-width: 220px;
  margin: 0 auto 8px;
  font-size: 15px;
  letter-spacing: .48em;
  line-height: 1.1;
  padding: 3px 12px;
  border-radius: 0;
  font-weight: normal;
}

.lp-contact__num-val {
  font-size: 34px;
  font-family: var(--font-en);
  font-weight: normal;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.lp-contact__hours {
  max-width: 700px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  padding: 4px 54px;
  font-size: clamp(14px, .95vw, 16px);
  color: var(--color-text-primary);
  line-height: 1.85;
  position: relative;
}

.lp-contact__hours::before,
.lp-contact__hours::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 74px;
  border-color: var(--color-raw-hex-c8c8c8);
  border-style: solid;
}

.lp-contact__hours::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-width: 1px 0 1px 1px;
}

.lp-contact__hours::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 1px 1px 1px 0;
}

.lp-contact__hours-lbl {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: var(--color-text-primary);
  margin-bottom: 1px;
  line-height: 1;
}

.lp-contact__hours small {
  display: block;
  font-size: 12px;
  color: var(--color-text-secondary);
  line-height: 1;
}

/* 10. Links */
.lp-links {
  position: relative;
  background: var(--color-raw-hex-8eb2c7);
  padding: 50px 0 60px;
  overflow: hidden;
  isolation: isolate;
}

.lp-links::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--color-raw-rgba-16-62-103-_26) 0%, var(--color-raw-rgba-27-93-145-_24) 100%);
  z-index: 1;
  pointer-events: none;
}

.lp-links__bg {
  position: absolute;
  inset: 0;
  background-image: var(--lp-links-bg-image);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: scale(1.02);
}

.lp-links__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--color-raw-rgba-255-255-255-_12);
  backdrop-filter: blur(3px);
}

.lp-links__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-links .lp-section-label {
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 20px;
  letter-spacing: .04em;
  margin-bottom: 5px;
}

.lp-links .lp-section-title {
  color: var(--color-white);
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 36px;
  letter-spacing: .03em;
}

.lp-link-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-link-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 22px 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  color: var(--lp-text);
  box-shadow: 0 10px 26px var(--color-raw-rgba-16-53-86-_16);
  transition: box-shadow var(--lp-ease), background var(--lp-ease);
}

.lp-link-card:hover {
  box-shadow: 0 14px 32px var(--color-raw-rgba-16-53-86-_22);
  background: var(--color-secondary);
}

.lp-link-card__title {
  font-size: 24px;
  font-weight: normal;
  color: var(--lp-blue);
  line-height: 1.38;
  letter-spacing: .02em;
}

.lp-link-card__icon {
  display: block;
  align-self: flex-end;
  margin-top: 18px;
  width: 34px;
  height: 34px;
  background: var(--icon-blank-link) center / contain no-repeat;
  filter: drop-shadow(0 1px 1px var(--color-raw-rgba-0-0-0-_08));
}

/* 11. Resources */
.lp-resources {
  background: var(--color-surface-base);
  padding: 60px 0 60px;
}

.lp-resources .lp-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

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

.lp-resource-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-raw-hex-2d82cf) 55%, var(--color-raw-hex-1f70c2) 100%);
  color: var(--color-white);
  border-radius: 18px;
  padding: 40px 24px 36px;
  min-height: 244px;
  isolation: isolate;
}

.lp-resource-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) repeat;
  opacity: .5;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.lp-resource-card>* {
  position: relative;
  z-index: 1;
}

.lp-resource-card__title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .02em;
}

.lp-resource-card__sub {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 28px;
  min-height: 26px;
}

.lp-resource-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-resource-btn {
  --resource-btn-icon: var(--icon-download);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: 1px solid var(--color-raw-rgba-255-255-255-_58);
  color: var(--lp-blue);
  min-width: 224px;
  padding: 12px 44px 12px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.3;
  position: relative;
  transition: box-shadow var(--lp-ease), background var(--lp-ease);
}

.lp-resource-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--resource-btn-icon) center / contain no-repeat;
  pointer-events: none;
}

.lp-resource-btn--internal {
  --resource-btn-icon: var(--icon-blank-link);
}

.lp-resource-btn:hover {
  background: var(--color-secondary);
  box-shadow: 0 6px 16px var(--color-raw-rgba-7-60-104-_22);
}

/* 12. Footer */
.lp-footer {
  background: var(--color-surface-base);
  border-top: none;
  padding: 34px 0 40px;
}

.lp-footer .lp-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5vw;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.lp-footer__brand img {
  width: min(100%, 390px);
}

.lp-footer__copy {
  font-size: 12px;
  color: var(--color-text-primary);
  margin-top: 18px;
  letter-spacing: .01em;
  line-height: 1.45;
}

.lp-footer__meta {
  padding-top: 4px;
}

.lp-footer__top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  margin-bottom: 16px;
}

.lp-footer__dept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lp-blue);
  background: var(--color-surface-base);
  color: var(--lp-blue);
  padding: 6px 28px;
  border-radius: 999px;
  min-width: 270px;
  min-height: 40px;
  font-size: 16px;
  font-weight: normal;
}

.lp-footer__site-link {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-text-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.lp-footer__site-link::after {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--icon-blank-link) center / contain no-repeat;
  flex-shrink: 0;
}

.lp-footer__info {
  display: grid;
  gap: 8px;
}

.lp-footer__info-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: start;
  column-gap: 12px;
  color: var(--color-text-primary);
}

.lp-footer__info-lbl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-blue-light);
  color: var(--lp-blue);
  font-size: 13px;
  font-weight: normal;
  padding: 4px 12px;
  border-radius: 0;
  width: 100%;
  min-height: 28px;
  margin-top: 2px;
}

.lp-footer__info-body {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
}

.lp-footer__subnote {
  display: block;
  margin-top: 4px;
}

/* SP Redesign (<=810px) */
@media (max-width: 810px) {
  :root {
    --sp-fz-8: clamp(8px, 2.05vw, 9px);
    --sp-fz-9: clamp(9px, 2.3vw, 10px);
    --sp-fz-10: clamp(10px, 2.6vw, 11px);
    --sp-fz-11: clamp(11px, 2.85vw, 12px);
    --sp-fz-12: clamp(12px, 3.1vw, 13px);
    --sp-fz-13: clamp(13px, 3.35vw, 14px);
    --sp-fz-14: clamp(14px, 3.6vw, 15px);
    --sp-fz-15: clamp(15px, 3.9vw, 16px);
    --sp-fz-16: clamp(16px, 4.1vw, 17px);
    --sp-fz-18: clamp(18px, 4.6vw, 19px);
    --sp-fz-20: clamp(20px, 5.2vw, 21px);
    --sp-fz-21: clamp(21px, 5.4vw, 21px);
    --sp-fz-22: clamp(22px, 5.7vw, 23px);
    --sp-fz-24: clamp(24px, 6.2vw, 25px);
    --sp-fz-28: clamp(28px, 6.8vw, 32px);
    --sp-fz-32: clamp(30px, 8.2vw, 32px);
    --sp-fz-34: clamp(32px, 8.7vw, 34px);
    --sp-fz-46: clamp(40px, 12vw, 46px);

    --sp-fz-18-24: clamp(18px, 6.2vw, 24px);
    --sp-fz-22-28: clamp(22px, 5.2vw, 28px);
    --sp-fz-24-30: clamp(24px, 6.4vw, 30px);
    --sp-fz-28-32: clamp(28px, 6.5vw, 32px);
    --sp-fz-28-34: clamp(28px, 6.6vw, 34px);
    --sp-fz-28-44: clamp(28px, 10.4vw, 44px);
    --sp-fz-30-36-tight: clamp(30px, 8.2vw, 36px);
    --sp-fz-30-36-mid: clamp(30px, 7.2vw, 36px);
    --sp-fz-30-36-base: clamp(30px, 7vw, 36px);
    --sp-fz-30-36-wide: clamp(30px, 7.4vw, 36px);
    --sp-fz-32-38: clamp(32px, 7.6vw, 38px);
    --sp-fz-40-48: clamp(40px, 10vw, 48px);
  }

  @supports (width: 1svw) {
    :root {
      --sp-fz-8: clamp(8px, 2.05svw, 9px);
      --sp-fz-9: clamp(9px, 2.3svw, 10px);
      --sp-fz-10: clamp(10px, 2.6svw, 11px);
      --sp-fz-11: clamp(11px, 2.85svw, 12px);
      --sp-fz-12: clamp(12px, 3.1svw, 13px);
      --sp-fz-13: clamp(13px, 3.35svw, 14px);
      --sp-fz-14: clamp(14px, 3.6svw, 15px);
      --sp-fz-15: clamp(15px, 3.9svw, 16px);
      --sp-fz-16: clamp(16px, 4.1svw, 17px);
      --sp-fz-18: clamp(18px, 4.6svw, 19px);
      --sp-fz-20: clamp(20px, 5.2svw, 21px);
      --sp-fz-22: clamp(22px, 5.7svw, 23px);
      --sp-fz-24: clamp(24px, 6.2svw, 25px);
      --sp-fz-28: clamp(28px, 6.8svw, 32px);
      --sp-fz-32: clamp(30px, 8.2svw, 32px);
      --sp-fz-34: clamp(32px, 8.7svw, 34px);
      --sp-fz-46: clamp(40px, 12svw, 46px);

      --sp-fz-18-24: clamp(18px, 6.2svw, 24px);
      --sp-fz-22-28: clamp(22px, 5.2svw, 28px);
      --sp-fz-24-30: clamp(24px, 6.4svw, 30px);
      --sp-fz-28-32: clamp(28px, 6.5svw, 32px);
      --sp-fz-28-34: clamp(28px, 6.6svw, 34px);
      --sp-fz-28-44: clamp(28px, 10.4svw, 44px);
      --sp-fz-30-36-tight: clamp(30px, 8.2svw, 36px);
      --sp-fz-30-36-mid: clamp(30px, 7.2svw, 36px);
      --sp-fz-30-36-base: clamp(30px, 7svw, 36px);
      --sp-fz-30-36-wide: clamp(30px, 7.4svw, 36px);
      --sp-fz-32-38: clamp(32px, 7.6svw, 38px);
      --sp-fz-40-48: clamp(40px, 10svw, 48px);
    }
  }

  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  br[sp-only] {
    display: inline;
  }

  br[pc-only] {
    display: none;
  }

  body {
    font-size: var(--sp-fz-14);
    line-height: 1.75;
  }

  #news,
  #vision,
  #howto,
  #fax,
  #internet,
  #contact,
  #links,
  #resources {
    scroll-margin-top: 78px;
  }

  .lp-inner {
    padding: 0 24px;
  }

  .lp-section {
    padding: 56px 0;
  }

  .lp-sticky-header {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 100px 84px;
    align-items: stretch;
    background: var(--color-white);
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .lp-sticky-header__brand {
    padding: 8px 10px 6px;
    order: 1;
    min-width: 0;
  }

  .lp-sticky-header__logo {
    gap: 2px;
    width: min(100%, 166px);
    margin: 0 0 0 2%;
  }

  .lp-sticky-header__logo img {
    width: 100%;
  }

  .lp-sticky-header__logo-sub {
    display: block;
    width: 100%;
    text-align: center;
    font-size: var(--sp-fz-10);
    letter-spacing: .02em;
  }

  .lp-sticky-header__cta {
    order: 2;
    display: flex;
    font-size: var(--sp-fz-11);
    line-height: 1.55;
    letter-spacing: -.02em;
    padding: 0;
  }

  .lp-sticky-header__nav {
    order: 3;
    padding: 0;
    justify-content: center;
    background: var(--color-secondary);
    position: relative;
  }

  .lp-sticky-header__menu-btn {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .lp-sticky-header__nav-list {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background: var(--color-raw-rgba-255-255-255-_98);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--color-raw-hex-e2e4e8);
    box-shadow: 0 12px 26px var(--color-raw-rgba-0-0-0-_1);
    z-index: 219;
  }

  .lp-sticky-header.is-open .lp-sticky-header__nav-list {
    display: block;
  }

  .lp-sticky-header__nav-list li+li {
    border-top: 1px solid var(--color-raw-hex-eceef1);
  }

  .lp-sticky-header__link {
    display: block;
    padding: 14px 24px;
    text-align: center;
    font-size: var(--sp-fz-14);
    line-height: 1.5;
  }

  .lp-float {
    display: none;
  }

  .lp-main {
    padding-top: 78px;
  }

  /* Hero */
  .lp-hero {
    padding: 0;
  }

  .lp-hero__stage {
    display: block;
    grid-template-columns: none;
    gap: 0;
    min-height: 100dvh;
    padding: 30px 0 0;
  }

  .lp-hero__deco {
    display: block;
    top: 7dvh;
    right: 0;
    left: auto;
    width: 23dvw;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 8px;
    opacity: .9;
    z-index: 4;
  }

  .lp-hero__photo {
    position: absolute;
    width: auto;
    max-width: none;
  }

  .lp-hero__photo--main {
    top: 15%;
    right: 0;
    width: 70%;
    height: 65dvh;
    border-radius: 40px 0 0 40px;
  }

  .lp-hero__photo--sub-top {
    top: 40dvh;
    left: 0;
    width: 25%;
    height: auto;
    border-radius: 0 8px 8px 0;
    z-index: 3;
  }

  .lp-hero__photo--sub-bottom {
    display: block;
    right: auto;
    left: 8%;
    bottom: 15%;
    width: 25%;
    height: auto;
    border-radius: 8px;
    z-index: 3;
  }

  .lp-hero__tagline {
    position: absolute;
    top: 54px;
    left: 24px;
    bottom: auto;
    z-index: 5;
  }

  .lp-hero__copy-line {
    font-size: var(--sp-fz-28, 28px);
    margin-bottom: 9px;
    letter-spacing: .08em;
  }

  .lp-hero__sub {
    font-size: var(--sp-fz-14);
    letter-spacing: .24em;
    line-height: 1.8;
    white-space: normal;
    margin-top: 12px;
  }

  .lp-hero__card {
    display: none;
  }

  /* News */
  .lp-news {
    padding: 56px 0 64px;
  }

  .lp-news__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .lp-news__head {
    text-align: center;
  }

  .lp-news__head-title {
    font-size: var(--sp-fz-20);
    line-height: 1.08;
    margin-bottom: 14px;
    position: relative;
  }

  .lp-news__head-title:before {
    content: '';
    display: block;
    width: 41%;
    height: 1px;
    background: var(--color-black-base);
    margin-bottom: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
  }

  .lp-news__head-title br {
    display: none;
  }

  .lp-news__head-text {
    max-width: none;
    border-top: none;
    padding-top: 0;
    font-size: var(--sp-fz-14);
    line-height: 1.8;
  }

  .lp-news__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lp-news__head .lp-news__more--pc {
    display: none;
  }

  .lp-news__grid .lp-news__more-sp {
    display: flex;
    justify-content: center;
    grid-column: 1 / -1;
    margin-top: 12px;
  }

  .lp-news__more--sp {
    display: inline-flex;
    width: min(100%, 340px);
  }

  .lp-news__card:first-child {
    grid-column: 1 / -1;
  }

  .lp-news__card-media {
    height: auto;
    border-radius: 10px;
  }

  .lp-news__card:first-child .lp-news__card-media {
    aspect-ratio: 16/9;
    width: 100%;
  }

  .lp-news__card-date {
    border-radius: 0 8px 0 8px;
    font-size: var(--sp-fz-15);
    top: -2px;
  }

  .lp-news__card-body {
    margin-top: -32px;
    padding-bottom: 20px;
  }

  .lp-news__card-title {
    font-size: var(--sp-fz-18);
    line-height: 1.45;
  }

  .lp-news__card:first-child .lp-news__card-title {
    font-size: var(--sp-fz-18);
    font-weight: 500;
  }

  /* Vision */
  .lp-vision {
    padding: 20dvw 0 20dvw;
  }

  .lp-vision__panel {
    min-height: auto;
    padding: 74px 22px 58px;
    border-radius: 22px;
    display: block;
    overflow: visible;
  }

  .lp-vision__body {
    padding: 0;
  }

  .lp-vision .lp-section-label {
    font-size: var(--sp-fz-20);
    letter-spacing: .03em;
    margin-bottom: 0;
  }

  .lp-vision__subheading {
    font-size: var(--sp-fz-14);
    margin-bottom: 28px;
    font-weight: normal;
  }

  .lp-vision__heading {
    font-size: var(--sp-fz-21);
    line-height: 1.44;
    margin-bottom: 20px;
    letter-spacing: .04em;
  }

  .lp-vision__text {
    font-size: var(--sp-fz-14);
    line-height: 1.88;
    margin-bottom: 20px;
  }

  .lp-vision__sign {
    margin-bottom: 0;
    max-width: 166px;
  }

  .lp-vision__sign-image {
    width: 100%;
    max-width: 210px;
    margin-bottom: 0;
  }

  .lp-vision__media {
    position: absolute;
    border-radius: 12px;
  }

  .lp-vision__media--left-top {
    top: -8%;
    left: 5%;
    width: 20dvw;
    height: auto;
  }

  .lp-vision__media--left-bottom {
    top: 5%;
    left: -6%;
    width: 14dvw;
    height: auto;
    border-radius: 8px;
  }

  .lp-vision__media--right-top {
    right: -5%;
    top: auto;
    bottom: -7dvw;
    width: 23dvw;
    height: auto;
  }

  .lp-vision__media--right-bottom {
    right: 18%;
    bottom: -15dvw;
    width: 15dvw;
    height: auto;
  }

  /* Features */
  .lp-features {
    padding: 30px 0 40px;
  }

  .lp-features__grid {
    display: block;
  }

  .lp-features__side-label {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    margin: 0 0 18px;
    width: auto;
    padding: 0;
    background: var(--color-raw-transparent);
  }

  .lp-features__vert {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    border-right: none;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--sp-fz-22);
    line-height: 1.4;
    letter-spacing: .02em;
  }

  .lp-features__vert--accent {
    font-size: var(--sp-fz-22);
  }

  .lp-features__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      'num'
      'photo'
      'title'
      'text'
      'btns';
    gap: 10px;
    margin-bottom: 0px;
  }

  .lp-features__content {
    display: contents;
  }

  .lp-features__num {
    grid-area: num;
    font-size: var(--sp-fz-46);
    margin: 0;
    transform: translate(2%, 60%);
    position: relative;
    z-index: 5;
  }

  .lp-features__photo {
    grid-area: photo;
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }


  .lp-features__photo--01 {
    background-position: center;
  }

  .lp-features__photo--02 {
    background-position: center;
  }

  .lp-features__photo--03 {
    background-position: center;
  }

  .lp-features__item-title {
    grid-area: title;
    font-size: var(--sp-fz-22);
    line-height: 1.42;
    margin: 0;
  }

  .lp-features__item-text {
    grid-area: text;
    font-size: var(--sp-fz-14);
    line-height: 1.85;
  }

  .lp-features__btns {
    grid-area: btns;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
  }

  .lp-features__btn {
    width: 100%;
    --btn-pad-y: 11px;
    --btn-pad-x: 14px;
    --btn-pad-inline-end-extra: 14px;
    --btn-font-size: var(--sp-fz-14);
    --btn-arrow-right: 12px;
    --btn-arrow-size: 13px;
    padding: 12px 0;
  }

  /* How to */
  .lp-howto {
    padding: 30px 0 10px;
    background: var(--color-white);
  }

  .lp-howto .lp-inner {
    max-width: none;
    width: 100%;
    padding: 0 24px;
  }

  .lp-howto .lp-section-label {
    font-size: var(--sp-fz-14);
    margin-bottom: 6px;
    text-align: center;
  }

  .lp-howto .lp-section-title {
    font-size: var(--sp-fz-22);
    margin-bottom: 16px;
    text-align: center;
  }

  .lp-howto .lp-section-lead {
    font-size: var(--sp-fz-14);
    line-height: 1.9;
    text-align: center;
    max-width: 31em;
    margin: 0 auto 28px;
  }

  .lp-dl-box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 2px;
    border-radius: 0;
    background: var(--color-raw-transparent);
    overflow: visible;
  }

  .lp-dl-box::before {
    display: none;
  }

  .lp-dl-box__title {
    font-size: var(--sp-fz-16);
    margin-bottom: 16px;
    padding: 0 24px;
  }

  .lp-dl-grid {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 24px;
    padding: 0 24px 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lp-dl-grid::-webkit-scrollbar {
    display: none;
  }

  .lp-dl-item {
    flex: 0 0 min(88vw, 340px);
    min-width: min(88vw, 340px);
    margin: 0;
    align-self: flex-start;
    scroll-snap-align: start;
    background: var(--color-raw-hex-b9dbea);
    border-radius: 13px;
    padding: 20px 16px 16px;
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    grid-template-areas:
      'preview name'
      'preview links';
    grid-template-rows: auto auto;
    row-gap: 8px;
    column-gap: 16px;
    align-content: start;
    align-items: start;
    text-align: left;
  }

  .lp-dl-item__name {
    grid-area: name;
    min-height: 0;
    height: auto;
    display: block;
    align-self: start;
    font-size: var(--sp-fz-16);
    line-height: 1.55;
    margin: 0;
  }

  .lp-dl-item__preview {
    grid-area: preview;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    align-self: start;
  }

  .lp-dl-item .lp-dl-link {
    display: inline-flex;
    font-size: var(--sp-fz-14);
    margin-top: 0;
    align-self: start;
  }

  .lp-dl-item__links {
    grid-area: links;
    align-items: flex-start;
    gap: 8px;
  }

  .lp-dl-item .lp-dl-link+.lp-dl-link {
    margin-top: 0;
  }

  .lp-dl-box__cta {
    width: 89%;
    margin: 20px auto 0;
    padding: 0;
  }

  .lp-pill-btn {
    width: 100%;
    --btn-pad-y: 14px;
    --btn-pad-x: 18px;
    --btn-pad-inline-end-extra: 16px;
    --btn-font-size: var(--sp-fz-14);
    --btn-arrow-right: 15px;
    --btn-arrow-size: 14px;
  }

  .lp-howto__nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 12px 0 0;
    padding: 0;
    gap: 12px;
    width: 100%;
    max-width: none;
  }

  .lp-howto__nav-btn {
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    max-width: none;
    --btn-pad-y: 14px;
    --btn-pad-x: 18px;
    --btn-pad-inline-end-extra: 16px;
    --btn-font-size: var(--sp-fz-14);
    --btn-arrow-right: 15px;
    --btn-arrow-size: 14px;
  }

  /* Exams */
  .lp-exams {
    padding: 30px 0 35px;
    background: var(--color-white);
  }

  .lp-exams .lp-section-title {
    font-size: var(--sp-fz-16);
    margin-bottom: 20px;
  }

  .lp-exam-grid {
    grid-template-columns: 1fr;
  }

  .lp-exam-item {
    min-height: 65px;
    gap: 14px;
    padding: 5px 0;
    font-size: var(--sp-fz-14);
  }

  .lp-exam-bar {
    width: 6px;
    height: 40px;
  }

  /* Internet */
  .lp-internet {
    padding: 30px 0 40px;
  }

  .lp-internet .lp-section-title {
    font-size: var(--sp-fz-22);
    margin-bottom: 16px;
    line-height: 1.38;
  }

  .lp-info-box {
    border-radius: 12px;
    padding: 14px 12px;
    margin-bottom: 20px;
    font-size: var(--sp-fz-14);
    line-height: 1.8;
  }

  .lp-tabs {
    gap: 6px;
  }

  .lp-tab {
    min-height: 66px;
    padding: 14px 8px 10px;
    font-size: var(--sp-fz-14);
    line-height: 1.4;
  }

  .lp-tab::before {
    height: 6px;
  }

  .lp-tab-panel {
    padding: 0;
  }

  .lp-internet .lp-step,
  .lp-internet .lp-step--with-image {
    grid-template-columns: 54px 1fr;
    gap: 0;
    padding: 0;
  }

  .lp-internet .lp-step--with-image {
    grid-template-columns: 54px 1fr 86px;
  }

  .lp-internet .lp-step__num {
    min-height: auto;
    padding: 14px 4px;
    justify-content: flex-start;
  }

  .lp-internet .lp-step__step-lbl {
    font-size: var(--sp-fz-9);
  }

  .lp-internet .lp-step__val {
    font-size: var(--sp-fz-20);
  }

  .lp-internet .lp-step>div:not(.lp-step__num):not(.lp-step__img) {
    padding: 20px 12px;
  }

  .lp-internet .lp-step__title {
    font-size: var(--sp-fz-16);
    margin-bottom: 6px;
  }

  .lp-internet .lp-step__text {
    font-size: var(--sp-fz-12);
    line-height: 1.8;
  }

  .lp-internet .lp-step__dl .lp-dl-link {
    font-size: var(--sp-fz-12);
  }

  .lp-internet .lp-step__img {
    display: block;
    width: 76px;
    margin-right: 8px;
    align-self: center;
  }

  .lp-internet .lp-step--download {
    grid-template-columns: 54px minmax(0, 1fr) 86px;
    grid-template-areas:
      'num title title'
      'num text text'
      'num dl img';
    align-items: start;
  }

  .lp-internet .lp-step--download>.lp-step__num {
    grid-area: num;
    align-self: stretch;
    height: auto;
  }

  .lp-internet .lp-step--download>div:not(.lp-step__num):not(.lp-step__img) {
    display: contents;
    padding: 0;
  }

  .lp-internet .lp-step--download .lp-step__title {
    grid-area: title;
    margin: 0;
    padding: 20px 12px 0;
  }

  .lp-internet .lp-step--download .lp-step__text {
    grid-area: text;
    padding: 8px 12px 0;
  }

  .lp-internet .lp-step--download .lp-step__dl {
    grid-area: dl;
    margin-top: 0;
    padding: 10px 12px 20px;
  }

  .lp-internet .lp-step--download .lp-step__img {
    grid-area: img;
    width: 90%;
    min-width: 77px;
    margin: 10px 28px 20px 0;
    align-self: start;
    justify-self: end;
  }

  .modal {
    align-items: flex-start;
    padding: 0 0 86px;
  }

  .modal__wrap {
    max-width: none;
    padding-inline: 0;
    display: flex;
    justify-content: center;
  }

  .modal__panel {
    width: 90%;
    min-height: 100dvh;
    max-height: none;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px 86px;
    border-radius: 14px;
  }

  .modal__media img {
    min-height: 220px;
  }

  .modal__close {
    display: none;
  }

  .modal__mobile-bar {
    display: flex;
    gap: 8px;
  }

  /* Fax */
  .lp-fax {
    padding: 30px 0 30px;
  }

  .lp-fax__head-title {
    font-size: var(--sp-fz-22);
    margin-bottom: 16px;
  }

  .lp-fax-box {
    border-radius: 12px;
    padding: 14px 12px;
    margin-bottom: 24px;
  }

  .lp-fax-row {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
    padding: 10px 0;
  }

  .lp-fax-label {
    justify-self: center;
    font-size: var(--sp-fz-12);
    min-height: 26px;
    padding: 4px 10px;
    width: auto;
  }

  .lp-fax-val {
    font-size: var(--sp-fz-12);
    line-height: 1.75;
  }

  .lp-fax-big {
    display: grid;
    gap: 6px;
    font-size: var(--sp-fz-18);
    justify-items: center;
  }

  .lp-fax-big__item {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    transform: translateX(-3%);
  }

  .lp-fax-big__lbl {
    font-size: var(--sp-fz-12);
  }

  .lp-fax-big__num {
    font-size: var(--sp-fz-32);
    letter-spacing: -0.08em;
  }

  .lp-fax-step-title {
    font-size: var(--sp-fz-16);
    margin-bottom: 14px;
  }

  .lp-fax .lp-step {
    grid-template-columns: 54px 1fr;
  }

  .lp-fax .lp-step__num {
    min-height: auto;
    padding: 14px 4px;
    justify-content: flex-start;
  }

  .lp-fax .lp-step__step-lbl {
    font-size: var(--sp-fz-8);
  }

  .lp-fax .lp-step__val {
    font-size: var(--sp-fz-20);
  }

  .lp-fax .lp-step>div:not(.lp-step__num) {
    padding: 12px 10px;
  }

  .lp-fax .lp-step__title {
    font-size: var(--sp-fz-16);
    margin-bottom: 4px;
    line-height: 1.8;
  }

  .lp-fax .lp-step__text {
    font-size: var(--sp-fz-14);
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  /* Contact */
  .lp-contact {
    padding: 30px 0 40px;
  }

  .lp-contact__box {
    width: calc(100% - 48px);
    border-radius: 20px;
    padding: 34px 20px 30px;
  }

  .lp-contact__title {
    font-size: var(--sp-fz-22);
    margin-bottom: 10px;
  }

  .lp-contact__sub {
    font-size: var(--sp-fz-14);
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .lp-contact__dept {
    display: none;
  }

  .lp-contact__nums {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }

  .lp-contact__num-label {
    display: table;
    min-width: min(70%, 222px);
    margin-bottom: 6px;
  }

  .lp-contact__num-val {
    font-size: var(--sp-fz-34);
  }

  .lp-contact__hours {
    max-width: none;
    padding: 4px 24px;
    font-size: var(--sp-fz-13);
    line-height: 1.4;
  }

  .lp-contact__hours::before,
  .lp-contact__hours::after {
    width: 22px;
    height: 100%;
  }

  .lp-contact__hours small {
    line-height: 1.5;
    padding-top: 5px;
  }

  .lp-contact__hours-lbl {
    font-size: var(--sp-fz-14);
    margin-bottom: 4px;
  }

  /* Links */
  .lp-links {
    padding: 54px 0 64px;
  }

  .lp-links__bg {
    background-image: url('../images/lp-links__bg-sp.webp');
  }

  .lp-links .lp-section-label {
    font-size: var(--sp-fz-14);
    margin-bottom: 0px;
  }

  .lp-links .lp-section-title {
    font-size: var(--sp-fz-22);
    margin-bottom: 18px;
  }

  .lp-link-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lp-link-card {
    min-height: 156px;
    border-radius: 16px;
    padding: 16px 16px 12px;
  }

  .lp-link-card__title {
    font-size: var(--sp-fz-20);
    line-height: 1.4;
  }

  .lp-link-card__icon {
    width: 32px;
    height: 32px;
  }

  /* Resources + Footer */
  .lp-resources {
    position: relative;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-raw-hex-2d82cf) 55%, var(--color-raw-hex-1f70c2) 100%);
    padding: 40px 0 34px;
    isolation: isolate;
  }

  .lp-resources::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--texture-noise) repeat;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    opacity: .5;
  }

  .lp-resources .lp-inner {
    position: relative;
    z-index: 1;
  }

  .lp-resource-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lp-resource-card {
    background: var(--color-raw-transparent);
    box-shadow: none;
    border-radius: 0;
    min-height: auto;
    padding: 0 0 26px;
  }

  .lp-resource-card::before {
    display: none;
  }

  .lp-resource-card+.lp-resource-card {
    border-top: 1px solid var(--color-raw-rgba-255-255-255-_58);
    padding-top: 28px;
  }

  .lp-resource-card__title {
    font-size: var(--sp-fz-22);
  }

  .lp-resource-card__sub {
    font-size: var(--sp-fz-14);
    margin-bottom: 16px;
    min-height: 0;
  }

  .lp-resource-btns {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .lp-resource-btn {
    width: calc(50% - 5px);
    min-width: 0;
    padding: 11px 30px 11px 12px;
    font-size: var(--sp-fz-14);
  }

  .lp-resource-btn::after {
    right: 12px;
    width: 15px;
    height: 15px;
  }

  .lp-footer {
    background: var(--color-raw-hex-f5f5f5);
    padding: 28px 0 26px;
  }

  .lp-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lp-footer__brand {
    display: contents;
  }

  .lp-footer__brand img {
    grid-row: 1;
    width: min(100%, 300px);
    margin: 0 auto;
  }

  .lp-footer__meta {
    grid-row: 2;
    text-align: center;
    margin-top: 14px;
  }

  .lp-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
  }

  .lp-footer__dept {
    width: 100%;
    max-width: 300px;
    min-height: 34px;
    font-size: var(--sp-fz-16);
    padding: 5px 14px;
  }

  .lp-footer__site-link {
    font-size: var(--sp-fz-16);
    line-height: 1.2;
    gap: 8px;
  }

  .lp-footer__site-link::after {
    width: 28px;
    height: 28px;
  }

  .lp-footer__info {
    margin-top: 30px;
    gap: 14px;
  }

  .lp-footer__info-row {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 10px;
    text-align: center;
  }

  .lp-footer__info-lbl {
    margin: 0;
    width: auto;
    min-width: 70px;
    min-height: 26px;
    font-size: var(--sp-fz-12);
    padding: 4px 12px;
  }

  .lp-footer__info-body {
    font-size: var(--sp-fz-12);
    line-height: 1.65;
  }

  .lp-footer__subnote {
    display: block;
    margin-top: 6px;
  }

  .lp-footer__copy {
    grid-row: 3;
    width: 100%;
    margin-top: 46px;
    padding-top: 18px;
    border-top: 1px solid var(--color-raw-hex-b7b7b7);
    text-align: center;
    font-size: var(--sp-fz-10);
  }
}

@media (max-width: 1050px) {
  .lp-sticky-header__nav-item--pc-only {
    display: none;
  }

  .lp-sticky-header__nav-item--sp-only {
    display: block;
  }

  .lp-sticky-header__nav-list {
    display: block;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--lp-sp-menu-height);
    max-height: var(--lp-sp-menu-height);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    background: var(--color-raw-hex-f1f1f1);
    border-top: 1px solid var(--color-raw-hex-f7f7f7);
    box-shadow: none;
    padding: 22px 28px calc(30px + env(safe-area-inset-bottom));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
  }

  .lp-sticky-header.is-open .lp-sticky-header__nav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .lp-sticky-header__nav-list li+li {
    border-top: none;
  }

  .lp-sticky-header__nav-list>li {
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid var(--color-raw-hex-fbfbfb);
  }


  .lp-sticky-header__link {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-primary);
    -webkit-text-fill-color: var(--color-text-primary);
    padding: 18px 0;
    letter-spacing: .03em;
  }

  .lp-sticky-header__link:hover {
    color: var(--color-raw-hex-34383f);
  }

  .lp-sticky-header__accordion-toggle {
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    width: 100%;
    border: none;
    background: var(--color-raw-transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-primary);
    -webkit-text-fill-color: var(--color-text-primary);
    padding: 18px 0;
    letter-spacing: .03em;
    cursor: pointer;
  }

  .lp-sticky-header__accordion-toggle:focus,
  .lp-sticky-header__accordion-toggle:focus-visible,
  .lp-sticky-header__accordion-toggle:hover,
  .lp-sticky-header__accordion-toggle:active {
    color: var(--color-text-primary);
    -webkit-text-fill-color: var(--color-text-primary);
  }

  .lp-sticky-header__accordion-icon {
    width: 16px;
    height: 16px;
    position: relative;
    flex: 0 0 20px;
  }

  .lp-sticky-header__accordion-icon::before,
  .lp-sticky-header__accordion-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: var(--color-raw-hex-4d5b70);
    transform: translate(-50%, -50%);
  }

  .lp-sticky-header__accordion-icon::after {
    transition: transform .28s ease;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .lp-sticky-header__accordion.is-open .lp-sticky-header__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .lp-sticky-header__accordion-list {
    margin-top: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height .32s ease, opacity .24s ease, margin-top .24s ease, padding .24s ease;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .lp-sticky-header__accordion.is-open .lp-sticky-header__accordion-list {
    margin-top: -2px;
    padding: 0 0 10px;
    opacity: 1;
    pointer-events: auto;
  }

  .lp-sticky-header__accordion-list li {
    border: 0;
  }

  .lp-sticky-header__sublink {
    display: block;
    padding: 9px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--color-raw-hex-34383f);
    padding-left: 15px;
  }

  .lp-sticky-header__nav-list>li.lp-sticky-header__menu-cta-wrap {
    border: 0;
    margin-top: 24px;
  }

  .lp-sticky-header__menu-cta-wrap .lp-btn {
    width: 100%;
    min-height: 54px;
    --btn-font-size: 14px;
    --btn-font-weight: 500;
    --btn-pad-y: 14px;
    --btn-pad-x: 24px;
    --btn-pad-inline-end-extra: 18px;
    --btn-arrow-size: 18px;
    --btn-arrow-right: 22px;
    --btn-arrow-shift: 26px;
  }
}

@media (max-width: 375px) {

  .lp-sticky-header__logo {
    width: min(100%, 145px);
  }

  .lp-sticky-header__logo img {
    width: 100%;
    margin: 0;
  }

  .lp-dl-box__cta {
    width: 84%;
  }


  .lp-features__btn {
    font-size: var(--sp-fz-12);
  }
}

/* ---- News Subpages ---- */
.lp-subpage .lp-sticky-header {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.lp-submain {
  padding-top: 100px;
  background: var(--color-raw-hex-fafaf9);
}

.lp-sub-hero {
  position: relative;
  isolation: isolate;
  min-height: 206px;
  display: flex;
  align-items: center;
  background: var(--color-raw-hex-edf2f8);
  overflow: hidden;
}

.lp-sub-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--lp-second-header-bg) center / cover no-repeat;
  opacity: .9;
  z-index: -1;
  mix-blend-mode: multiply;
}

.lp-sub-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--color-raw-rgba-255-255-255-_34) 0%, var(--color-raw-rgba-255-255-255-_66) 100%);
  z-index: -1;
}

.lp-sub-hero__inner {
  width: min(1240px, 100%);
  padding: 22px 5vw 18px;
  margin: 0 auto;
}

.lp-sub-hero__eyebrow {
  font-family: var(--font-en);
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: .06em;
  color: var(--color-raw-hex-434a53);
}

.lp-sub-hero__title {
  margin-top: 4px;
  font-family: var(--font-en);
  font-size: clamp(30px, 3.9vw, 44px);
  line-height: 1.1;
  letter-spacing: .03em;
  color: var(--color-raw-hex-38424d);
  font-weight: 400;
}

.lp-news-archive {
  padding: 44px 0 64px;
}

.lp-news-archive--list {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 62px;
}

.lp-news-archive--list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: var(--lp-second-header-bg) center / cover no-repeat;
  opacity: .9;
  z-index: -2;
}

.lp-news-archive--list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, var(--color-raw-rgba-255-255-255-_34) 0%, var(--color-raw-rgba-255-255-255-_66) 100%);
  z-index: -1;
}

.lp-news-archive__inner {
  width: min(1042px, 100%);
  margin: 0 auto;
}

.lp-news-archive__title {
  width: min(1320px, 95%);
  padding: 0 0 14px;
  margin: 0 auto 80px;
  font-family: var(--font-en);
  font-size: 42px;
  font-weight: 400;
  color: var(--color-raw-hex-38424d);
  letter-spacing: .03em;
  border-bottom: 1px solid var(--color-raw-hex-cfd4d9);
  line-height: 1.2;
}

.lp-news-archive__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.lp-news-archive__card {
  display: block;
  color: var(--color-text-primary);
}

.lp-news-archive__thumb-wrap {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--color-raw-hex-e6e8eb);
}

.lp-news-archive__thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.lp-news-archive__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--color-raw-hex-cfd4da);
  font-family: var(--font-en);
  font-size: 10px;
  color: var(--color-raw-hex-5e6670);
  letter-spacing: .04em;
  line-height: 1.3;
}

.lp-news-archive__card-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: var(--color-raw-hex-3e444d);
}

.lp-news-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.lp-news-pagination__item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-raw-hex-b7c8dc);
  color: var(--color-raw-hex-2e73bb);
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-news-pagination__item.is-current {
  background: var(--color-raw-hex-2b73bc);
  border-color: var(--color-raw-hex-2b73bc);
  color: var(--color-white);
}

.lp-news-pagination__ellipsis {
  color: var(--color-raw-hex-2e73bb);
  font-family: var(--font-en);
  font-size: 24px;
  letter-spacing: .06em;
  margin: 0 -4px;
  line-height: 1;
  position: relative;
  top: -5px;
}

.lp-news-archive__more {
  margin-top: 36px;
  text-align: center;
}

.lp-news-archive__more-btn {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --news-more-icon: url('../images/blank-w.webp');
  --news-more-icon-hover: url('../images/blank-b.webp');
  --btn-pad-y: 16px;
  --btn-pad-x: 64px;
  --btn-font-size: 16px;
  --btn-font-weight: 500;
  width: min(350px, 100%);
  min-width: 0;
  max-width: 100%;
  border-radius: 999px;
}

.lp-news-archive__more-btn::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--news-more-icon) center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.lp-news-archive__more-btn:hover::after,
.lp-news-archive__more-btn:focus-visible::after {
  background: var(--news-more-icon-hover) center / contain no-repeat;
}

.lp-news-article {
  padding: 44px 0 68px;
}

.lp-news-article--detail {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 118px;
}

.lp-news-article__head {
  width: min(1002px, 100%);
  margin: 0 auto 40px;
  padding: 0;
}

.lp-news-article--detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: var(--lp-second-header-bg) center / cover no-repeat;
  opacity: .9;
  z-index: -2;
}

.lp-news-article--detail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, var(--color-raw-rgba-255-255-255-_34) 0%, var(--color-raw-rgba-255-255-255-_66) 100%);
  z-index: -1;
}

.lp-news-article__inner {
  width: min(1002px, 100%);
  margin: 0 auto;
  padding: 0 ;
}

.lp-news-article__date {
  display: block;
  padding: 0;
  border-radius: 0;
  border: none;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-raw-hex-68727f);
  letter-spacing: .02em;
  line-height: 1.4;
}

.lp-news-article__title {
  margin-top: 8px;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: .01em;
  font-weight: 500;
  color: var(--color-raw-hex-363d47);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-raw-hex-8f959d);
}

.lp-news-article__media {
  margin-top: 0;
  border-radius: 4px;
  overflow: hidden;
}

.lp-news-article__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lp-news-article__body {
  margin-top: 28px;
  color: var(--color-raw-hex-3f4650);
  font-size: 16px;
  line-height: 1.95;
}

.lp-news-article__body>* {
  margin-top: 0;
}

.lp-news-article__body>*+* {
  margin-top: 16px;
}

.lp-news-article__body p {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .01em;
}

.lp-news-article__body p small {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--color-raw-hex-5b6470);
  line-height: 1.7;
}

.lp-news-article__body strong {
  color: var(--color-primary);
  font-weight: 700;
}

.lp-news-article__body h2 {
  position: relative;
  margin: 34px 0 12px;
  padding-left: 18px;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .03em;
  font-weight: 500;
}

.lp-news-article__body h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 103%;
  border-radius: 999px;
  background: var(--color-primary);
  margin: auto;
}

.lp-news-article__body h3 {
  margin: 26px 0 8px;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.lp-news-article__body h4 {
  margin: 18px 0 6px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.lp-news-article__body a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-word;
}

.lp-news-article__body a:hover,
.lp-news-article__body a:focus-visible {
  color: inherit;
}

.lp-news-article__body a[href$='.pdf' i],
.lp-news-article__body a[href*='.pdf?' i],
.lp-news-article__body a[href*='.pdf#' i] {
  padding-right: 2px;
}

.lp-news-article__body a[href$='.pdf' i]::after,
.lp-news-article__body a[href*='.pdf?' i]::after,
.lp-news-article__body a[href*='.pdf#' i]::after {
  content: '';
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: var(--icon-link-pdf) center / contain no-repeat;
  transform: translateY(1px);
}

.lp-news-article__body a[target='_blank']:not([href*='.pdf' i])::after,
.lp-news-article__body a[href^='http://']:not([href*='.pdf' i])::after,
.lp-news-article__body a[href^='https://']:not([href*='.pdf' i])::after {
  content: '';
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: var(--icon-link-external) center / contain no-repeat;
  transform: translateY(1px);
}

.lp-news-article__body ul,
.lp-news-article__body ol {
  margin: 8px 0;
}

.lp-news-article__body ul li,
.lp-news-article__body ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.85;
}

.lp-news-article__body ul li+li,
.lp-news-article__body ol li+li {
  margin-top: 4px;
}

.lp-news-article__body ul li {
  padding-left: 1.2em;
}

.lp-news-article__body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-raw-hex-2f72bd);
}

.lp-news-article__body ol {
  list-style: decimal;
  padding-left: 1.4em;
}

.lp-news-article__body blockquote {
  margin: 12px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--color-raw-hex-2f72bd);
  background: var(--color-raw-hex-f2f7fc);
  color: var(--color-raw-hex-3f4650);
}

.lp-news-article__body hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid var(--color-raw-hex-c8d2dd);
}

.lp-news-article__body figure {
  margin: 20px 0;
}

.lp-news-article__body figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.lp-news-article__body figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-raw-hex-5a6470);
}

.lp-news-article__body .js-scrollable {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: var(--color-raw-hex-929eab) var(--color-raw-hex-cfd5dd);
}

.lp-news-article__body .scroll-hint-shadow-wrap {
  position: relative;
}

.lp-news-article__body .scroll-hint-shadow-wrap::before,
.lp-news-article__body .scroll-hint-shadow-wrap::after {
  width: 16px;
}

.lp-news-article__body .scroll-hint-icon:before,
.lp-news-article__body .scroll-hint-icon-white:before {
  background-image: url('../images/scroll-hint.svg');
}

.lp-news-article__body .scroll-hint-icon:after,
.lp-news-article__body .scroll-hint-icon-white:after {
  display: none;
}

.lp-news-article__body .scroll-hint-icon {
  background: var(--color-raw-hex-92989f);
}

.lp-news-article__body .js-scrollable table {
  min-width: 680px;
  margin: 0;
}

.lp-news-article__body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: var(--color-raw-hex-d4dbe4);
}

.lp-news-article__body th,
.lp-news-article__body td {
  padding: 12px 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  background: var(--color-raw-hex-f5f7f9);
}

.lp-news-article__body thead th {
  background: var(--color-raw-hex-1f6fbc);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .02em;
}

.lp-news-article__body tbody tr:nth-child(even) td {
  background: var(--color-raw-hex-ebf0f5);
}

.lp-news-article__body tfoot td,
.lp-news-article__body tfoot th {
  background: var(--color-raw-hex-c7e1ef);
  color: var(--color-primary);
  font-weight: 700;
}

.lp-news-article__back {
  margin-top: 44px;
  text-align: center;
}

.lp-news-article__back-btn {
  --btn-bg: var(--color-primary);
  --btn-bg-hover: var(--color-secondary);
  --btn-fg: var(--color-white);
  --btn-fg-hover: var(--color-primary);
  --btn-arrow-icon: var(--icon-arrow-white);
  --btn-arrow-icon-hover: var(--icon-arrow-blue);
  --btn-pad-y: 14px;
  --btn-pad-x: 50px;
  --btn-pad-inline-end-extra: 24px;
  --btn-font-size: 14px;
  --btn-font-weight: 500;
  --btn-arrow-right: 20px;
  --btn-arrow-size: 18px;
  --btn-arrow-shift: 14px;
}

.lp-news-article__back-btn.lp-btn--arrow::before,
.lp-news-article__back-btn.lp-btn--arrow::after {
  background-image: var(--icon-arrow-white);
}

.lp-news-article__back-btn.lp-btn--arrow:hover::before,
.lp-news-article__back-btn.lp-btn--arrow:hover::after,
.lp-news-article__back-btn.lp-btn--arrow:focus-visible::before,
.lp-news-article__back-btn.lp-btn--arrow:focus-visible::after {
  background-image: var(--icon-arrow-blue);
}

.lp-subpage .lp-contact {
  margin-top: 0;
}

@media (max-width: 1050px) {
  .lp-submain {
    padding-top: 78px;
  }

  .lp-sub-hero {
    min-height: 136px;
  }

  .lp-sub-hero__inner {
    padding: 18px 24px 14px;
  }

  .lp-sub-hero__eyebrow {
    font-size: 14px;
  }

  .lp-sub-hero__title {
    margin-top: 3px;
    font-size: 32px;
  }

  .lp-news-archive {
    padding: 28px 0 44px;
  }

  .lp-news-archive--list {
    padding-top: 36px;
  }

  .lp-news-archive--list::before,
  .lp-news-archive--list::after {
    height: 132px;
  }

  .lp-news-archive__inner {
    padding: 0 24px;
  }

  .lp-news-archive__title {
    width: min(1320px, 100%);
    padding: 0 24px 14px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .lp-news-archive__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .lp-news-pagination {
    margin-top: 30px;
    gap: 12px;
  }

  .lp-news-pagination__item {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .lp-news-pagination__ellipsis {
    font-size: 20px;
  }

  .lp-news-archive__more-btn {
    --btn-pad-y: 16px;
    --btn-pad-x: 54px;
    --btn-font-size: 15px;
    width: min(350px, 100%);
  }

  .lp-news-article {
    padding: 28px 0 42px;
  }

  .lp-news-article--detail {
    padding-top: 88px;
  }

  .lp-news-article__head {
    padding: 0 24px;
    margin-bottom: 22px;
  }

  .lp-news-article--detail::before,
  .lp-news-article--detail::after {
    height: 124px;
  }

  .lp-news-article__inner {
    padding: 0 24px;
  }

  .lp-news-article__title {
    font-size: clamp(28px, 5.3vw, 39px);
  }

  .lp-news-article__body h2 {
    font-size: 20px;
    padding-left: 14px;
  }

  .lp-news-article__body h2::before {
    width: 6px;
  }

  .lp-news-article__body h3 {
    font-size: 18px;
  }

  .lp-news-article__body h4 {
    font-size: 15px;
  }

  .lp-news-article__body .js-scrollable table {
    min-width: 620px;
  }
}

@media (max-width: 640px) {
  .lp-news-archive__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-news-archive__title {
    padding: 0 24px 10px;
    font-size: 31px;
    margin-bottom: 14px;
  }

  .lp-news-archive__card {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0 12px;
    align-items: start;
  }

  .lp-news-archive__thumb-wrap {
    grid-row: 1 / 3;
    border-radius: 3px;
  }

  .lp-news-archive__thumb {
    aspect-ratio: 4 / 3;
  }

  .lp-news-archive__date {
    margin-top: 0;
    justify-self: start;
  }

  .lp-news-archive__card-title {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lp-news-archive__more-btn {
    width: 100%;
    min-width: 0;
    --btn-pad-y: 14px;
    --btn-pad-x: 44px;
    --btn-font-size: 15px;
  }

  .lp-news-archive__more-btn::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }

  .lp-news-article__title {
    font-size: 30px;
    line-height: 1.34;
    margin-top: 7px;
  }

  .lp-news-article__media {
    margin-top: 18px;
  }

  .lp-news-article__body {
    margin-top: 20px;
    font-size: 14px;
  }

  .lp-news-article__body p,
  .lp-news-article__body ul li,
  .lp-news-article__body ol li {
    font-size: 14px;
    line-height: 1.85;
  }

  .lp-news-article__body h2 {
    margin: 26px 0 10px;
    padding-left: 11px;
    font-size: 22px;
  }

  .lp-news-article__body h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .lp-news-article__body h4 {
    margin-top: 14px;
    font-size: 14px;
  }

  .lp-news-article__body .js-scrollable {
    padding-bottom: 14px;
  }

  .lp-news-article__body .js-scrollable table {
    min-width: 560px;
  }

  .lp-news-article__body thead th {
    font-size: 16px;
    padding: 8px 10px;
  }

  .lp-news-article__body th,
  .lp-news-article__body td {
    font-size: 14px;
    padding: 9px 10px;
  }

  .lp-news-article__back {
    margin-top: 30px;
  }

  .lp-news-article__back-btn {
    width: 100%;
    --btn-pad-x: 18px;
    --btn-arrow-right: 16px;
    --btn-pad-inline-end-extra: 16px;
  }
}
