
@charset "UTF-8";

:root {
  --navy: #07186f;
  --blue: #08139c;
  --text: #15233d;
  --muted: #56647a;
  --red: #cf0d2e;
  --line: #d8dce3;
}

* {
  box-sizing: border-box;
}

/*
html {
  scroll-behavior: smooth;
}
*/

body {
  margin: 0;
  color: var(--text);
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}


br.pc {
  display:block !important;
}

br.pc2 {
  display:block !important;
}


.space01 {
  margin-left:-10px;
}

.space02 {
  margin-left:-5px;
}


br.sp {
  display:none !important;
}


.ls01 {
  letter-spacing: 0.2rem;
}

.ls02 {
  letter-spacing: 0.05rem;
}

.ls03 {
  letter-spacing: 0.1rem;
}

.ls04 {
  letter-spacing: -0.05rem;
}

@media (max-width: 768px){
br.sp {
  display:block !important;
}

br.pc {
  display:block !important;
}

br.pc2 {
  display:none !important;
}

}


/* Header */
.site-header {
  height: 88px;
  border-bottom: 1px solid #9ca6b5;
  background: #fff;
}

.site-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo img {
  width: 140px;
}

.contact-button {
  min-width: 180px;
  height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #090894;
  font-size: 16px;
  font-weight: 700;
}

/* Hero */
.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.hero__copy {
  min-width: 0;
  padding: 30px 28px 70px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__copy-inner {
  width: 100%;
  max-width: 790px;
}

.hero__eyebrow {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 800;
}

.hero__title {
  margin: 0;
  color: var(--text);
  font-size: clamp(40px, 3.8vw, 60px);
  line-height: 1.48;
  font-weight: 600;
  letter-spacing: -0.025em;
}

@media (max-width: 1500px){
.hero__title {
  font-size: clamp(38px, 3.6vw, 50px);
}
}

.hero__title span {
  white-space: nowrap;
  font-weight: 700;
}

.hero__accent {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}

.hero__lead {
  margin: 30px 0 9px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1.5;
  font-weight: 800;
}

@media (max-width: 1500px){
.hero__lead {
  font-size: 24px;
}
}

.hero__text {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__visual {
  min-width: 0;
  min-height: 736px;
  background: url("/ssp/interface/nfc/image/hero.png") center center / cover no-repeat;
}

.law-date-box {
  width: 100%;
  min-height: 114px;
  margin-top: 26px;
  border: 1px solid var(--red);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
}

.law-date-box__label {
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.law-date-box__label strong {
  font-size: 18px;
}

.law-date-box__body {
  padding: 12px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.law-date-box__date {
  margin: 0;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.law-date-box__note {
  margin: 4px 0 0;
  color: #38445a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1500px){
.law-date-box__note {
  font-size: 13px;
}
}


/* Step navigation */
.step-nav {
  min-height: 148px;
  padding: 38px 9%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: var(--navy);
}

.step-nav__item {
  min-height: 70px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-nav__item + .step-nav__item {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}

.step-nav__item span {
  margin-bottom: 8px;
  color: #a9b5e3;
  font-size: 15px;
  letter-spacing: 0.2em;
}

.step-nav__item strong {
  font-size: 20px;
}

.step-nav__item i {
  width: 16px;
  height: 16px;
  margin-top: 10px;
  border-right: 2px solid #b3bce0;
  border-bottom: 2px solid #b3bce0;
  transform: rotate(45deg);
}

/* Law section */
.law-section {
  padding: 72px 0 88px;
  background: #fff;
}

.law-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.section-step {
  width: fit-content;
  min-height: 36px;
  margin: 0 auto 34px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
  line-height: 1;
}

.section-step span {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.section-step strong {
  font-weight: 700;
}

.law-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 3.05vw, 46px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.law-section__intro {
  width: min(100%, 920px);
  margin: 28px auto 0;
  color: #4b5a71;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  text-align: left;
}

.law-cards {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  text-align: left;
}

.law-card {
  min-width: 0;
  padding: 34px 38px 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.law-card__title {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.law-card__title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #e31b36;
}

.law-card__text {
  margin: 22px 0 0;
  color: #435269;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 600;
}

.law-card__notice {
  margin: 28px 0 0;
  padding: 20px 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #d7162f;
  background: #fff6f7;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.law-card__notice img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

/* Timeline */
.timeline-panel {
  margin-top: 28px;
  padding: 44px 52px 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.timeline-panel__title {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.timeline-panel__title span {
  font-weight: 600;
}

.timeline {
  position: relative;
  margin-top: 38px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline__track {
  position: absolute;
  top: 13px;
  left: calc(16.6667% + 13px);
  right: calc(16.6667% + 13px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #3d83f6 0%,
    #72a1de 24%,
    #f2b514 53%,
    #ef8b0c 74%,
    #e2222d 100%
  );
}

.timeline__item {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  text-align: center;
}

.timeline__dot {
  width: 26px;
  height: 26px;
  margin: 0 auto 22px;
  border: 4px solid currentColor;
  border-radius: 50%;
  display: block;
  background: #fff;
}

.timeline__item--start {
  color: #3d83f6;
}

.timeline__item--middle {
  color: #f2b514;
}

.timeline__item--end {
  color: #e2222d;
}

.timeline__item--end .timeline__dot {
  background: #e2222d;
}

.timeline__date {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
}

.timeline__item--end .timeline__date {
  color: #d7162f;
}

.timeline__text {
  max-width: 360px;
  margin: 12px auto 0;
  color: #617087;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.timeline-panel__note {
  margin: 34px 0 0;
  color: #90a0b7;
  font-size: 12px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 1100px) {
  .site-header {
    height: 72px;
  }

  .site-logo img {
    width: 160px;
  }

  .contact-button {
    min-width: 190px;
    height: 52px;
    font-size: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    order: 2;
    padding: 42px 28px 48px;
  }

  .hero__visual {
    order: 1;
    min-height: 52vw;
    background-position: center 40%;
  }

  .law-cards {
    grid-template-columns: 1fr;
  }

  .timeline-panel {
    padding: 38px 28px 34px;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .site-header__inner {
    padding: 0 14px;
  }

  .site-logo img {
    width: 132px;
  }

  .contact-button {
    min-width: 128px;
    height: 44px;
    padding: 0 16px;
    font-size: 15px;
  }

  .hero__visual {
    min-height: 66vw;
  }

  .hero__copy {
    padding: 30px 20px 34px;
  }

  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .hero__title {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.38;
  }

  .hero__accent {
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }

  .hero__lead {
    margin-top: 18px;
    font-size: 21px;
  }

  .hero__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .law-date-box {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .law-date-box__date {
    font-size: 29px;
  }

  .law-date-box__note {
    font-size: 12px;
  }

  .step-nav {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .step-nav__item {
    min-height: 112px;
    padding: 20px 10px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .step-nav__item + .step-nav__item {
    border-left: 0;
  }

  .step-nav__item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .law-section {
    padding: 46px 0 56px;
  }

  .law-section__inner {
    padding: 0 18px;
  }

  .law-section__title {
    font-size: 28px;
  }

  .law-section__title br {
    display: none;
  }

  .law-section__intro {
    font-size: 15px;
  }

  .law-card {
    padding: 26px 20px 24px;
  }

  .law-card__title {
    font-size: 18px;
  }

  .law-card__text,
  .law-card__notice {
    font-size: 14px;
  }

  .timeline-panel {
    padding: 28px 18px 24px;
  }

  .timeline-panel__title {
    font-size: 18px;
  }

  .timeline-panel__title span {
    display: block;
    margin-top: 4px;
  }

  .timeline {
    margin-top: 28px;
    padding: 0;
    display: block;
  }

  .timeline__track {
    top: 13px;
    left: 11px;
    right: auto;
    bottom: auto;
    width: 4px;
    height: calc(100% - 112px);
    background: linear-gradient(
      180deg,
      #3d83f6 0%,
      #f2b514 52%,
      #e2222d 100%
    );
  }

  .timeline__item {
    min-height: 112px;
    padding: 0 0 28px 44px;
    text-align: left;
  }

  .timeline__item:last-child {
    padding-bottom: 0;
  }

  .timeline__dot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .timeline__text {
    max-width: none;
    margin: 8px 0 0;
  }

  .timeline-panel__note {
    text-align: left;
  }
}

/* ========================================
   STEP 2: Issues
======================================== */
.issues-section {
  padding: 92px 0 108px;
  background: #f3f6fa;
}

.issues-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.section-step--step2 {
  margin-bottom: 38px;
}

.issues-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.issues-section__intro {
  width: min(100%, 1080px);
  margin: 28px auto 0;
  color: #4d5b70;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
  text-align: left;
}

.issues-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.issue-card {
  min-width: 0;
  min-height: 400px;
  padding: 32px 30px 30px;
  border: 1px solid #d8dde6;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.issue-card__number {
  width: fit-content;
  min-width: 42px;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.issue-card__title {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.issue-card__text {
  margin: 18px 0 0;
  color: #536177;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.issue-card__arrow {
  width: 0;
  height: 0;
  margin: 28px auto 24px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid var(--blue);
}

.issue-card__solution {
  margin: auto 0 0;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 700;
}

/* ========================================
   STEP 2: Tablet
======================================== */
@media (max-width: 1100px) {
  .issues-section {
    padding: 76px 0 88px;
  }

  .issues-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-card {
    min-height: 360px;
  }
}

/* ========================================
   STEP 2: Mobile
======================================== */
@media (max-width: 760px) {
  .issues-section {
    padding: 54px 0 64px;
  }

  .issues-section__inner {
    padding: 0 18px;
  }

  .section-step--step2 {
    margin-bottom: 26px;
  }

  .issues-section__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .issues-section__intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.85;
  }

  .issues-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .issue-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .issue-card__title {
    margin-top: 22px;
    font-size: 19px;
  }

  .issue-card__text,
  .issue-card__solution {
    font-size: 14px;
  }

  .issue-card__arrow {
    margin: 24px auto 20px;
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 24px;
  }
}

/* ========================================
   STEP 3: Solution
======================================== */
.solution-section {
  padding: 94px 0 110px;
  background: #fff;
}

.solution-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.section-step--step3 {
  margin-bottom: 38px;
}

.solution-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.solution-section__title span {
  font-weight: 600;
}

.solution-overview {
  width: min(100%, 1060px);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 58px;
  align-items: center;
}

.solution-overview__copy {
  text-align: left;
}

.solution-overview__copy p {
  margin: 0;
  color: #4b5a70;
  font-size: 18px;
  line-height: 2.05;
  font-weight: 600;
}

.solution-overview__visual {
  min-width: 0;
}

.solution-overview__visual img {
  width: 100%;
  height: auto;
}

.solution-flow {
  margin-top: 70px;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) 28px
    minmax(0, 1fr) 28px
    minmax(0, 1fr) 28px
    minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.solution-card {
  min-width: 0;
  min-height: 330px;
    padding: 26px 18px 30px;
  border: 1px solid #d6d9df;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.solution-card__image {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.solution-card__step {
  margin: 22px 0 0;
  color: #91a0b5;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.solution-card__title {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.solution-card__text {
  margin: 24px 0 0;
  color: #607087;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.solution-flow__arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid var(--blue);
}

/* ========================================
   STEP 3: Tablet
======================================== */
@media (max-width: 1100px) {
  .solution-section {
    padding: 78px 0 90px;
  }

  .solution-overview {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .solution-overview__visual {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .solution-flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }

  .solution-flow__arrow {
    display: none;
  }
}

/* ========================================
   STEP 3: Mobile
======================================== */
@media (max-width: 760px) {
  .solution-section {
    padding: 56px 0 68px;
  }

  .solution-section__inner {
    padding: 0 18px;
  }

  .section-step--step3 {
    margin-bottom: 26px;
  }

  .solution-section__title {
    font-size: 30px;
    line-height: 1.5;
  }

  .solution-section__title br {
    display: none;
  }

/*
  .solution-section__title span {
    display: block;
    margin-top: 6px;
  }

*/
  .solution-overview {
    margin-top: 30px;
    gap: 24px;
  }

  .solution-overview__copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .solution-flow {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-card {
    min-height: 0;
    padding: 24px 22px 26px;
  }

  .solution-card__image {
    height: 118px;
  }

  .solution-card__title {
    font-size: 19px;
  }

  .solution-card__text {
    margin-top: 18px;
    font-size: 14px;
  }
}

/* ========================================
   Block 05: Reasons
======================================== */
.reasons-section {
  padding: 92px 0 108px;
  background: #f3f6fa;
}

.reasons-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.reasons-section__label {
  width: fit-content;
  min-height: 38px;
  margin: 0 auto 38px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.reasons-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.reasons-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.reason-card {
  min-width: 0;
  min-height: 342px;
  padding: 40px 42px 36px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #fff;
}

.reason-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.reason-card__title {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 700;
}

.reason-card__text {
  margin: 20px 0 0;
  color: #536177;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
}

/* ========================================
   Block 05: Tablet
======================================== */
@media (max-width: 1100px) {
  .reasons-section {
    padding: 76px 0 88px;
  }

  .reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   Block 05: Mobile
======================================== */
@media (max-width: 760px) {
  .reasons-section {
    padding: 56px 0 68px;
  }

  .reasons-section__inner {
    padding: 0 18px;
  }

  .reasons-section__label {
    min-height: 34px;
    margin-bottom: 26px;
    padding: 0 18px;
    font-size: 13px;
  }

  .reasons-section__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .reasons-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reason-card {
    min-height: 0;
    padding: 28px 24px 26px;
  }

  .reason-card__icon {
    width: 64px;
    height: 64px;
  }

  .reason-card__title {
    margin-top: 20px;
    font-size: 19px;
  }

  .reason-card__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }
}

/* ========================================
   Block 06: Usage scenes
======================================== */
.scenes-section {
  padding: 92px 0 110px;
  background: #fff;
}

.scenes-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.scenes-section__label {
  width: fit-content;
  min-height: 38px;
  margin: 0 auto 38px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.scenes-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.scenes-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.scene-card {
  min-width: 0;
  min-height: 250px;
  padding: 30px 24px 28px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #fff;
}

.scene-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

.scene-card__title {
  margin: 20px 0 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.scene-card__text {
  margin: 16px 0 0;
  color: #607087;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

/* ========================================
   Block 06: Tablet
======================================== */
@media (max-width: 1100px) {
  .scenes-section {
    padding: 76px 0 88px;
  }

  .scenes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .scenes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   Block 06: Mobile
======================================== */
@media (max-width: 760px) {
  .scenes-section {
    padding: 56px 0 68px;
  }

  .scenes-section__inner {
    padding: 0 18px;
  }

  .scenes-section__label {
    min-height: 34px;
    margin-bottom: 26px;
    padding: 0 18px;
    font-size: 13px;
  }

  .scenes-section__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .scenes-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .scene-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .scene-card__icon {
    width: 66px;
    height: 66px;
  }

  .scene-card__title {
    margin-top: 18px;
    font-size: 18px;
  }

  .scene-card__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ========================================
   Block 07: Supported cards
======================================== */
.cards-section {
  padding: 92px 0 110px;
  background: #f3f6fa;
}

.cards-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.cards-section__label {
  width: fit-content;
  min-height: 38px;
  margin: 0 auto 38px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.cards-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cards-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  text-align: left;
}

.card-type {
  min-width: 0;
  min-height: 380px;
  padding: 34px 40px 34px;
  border: 1px solid #e0e4eb;
  border-radius: 14px;
  background: #fff;
}

.card-type__image {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-type__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-type__title {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.card-type__text {
  margin: 14px 0 0;
  color: #607087;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

/* ========================================
   Block 07: Tablet
======================================== */
@media (max-width: 1100px) {
  .cards-section {
    padding: 76px 0 88px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   Block 07: Mobile
======================================== */
@media (max-width: 760px) {
  .cards-section {
    padding: 56px 0 68px;
  }

  .cards-section__inner {
    padding: 0 18px;
  }

  .cards-section__label {
    min-height: 34px;
    margin-bottom: 26px;
    padding: 0 18px;
    font-size: 13px;
  }

  .cards-section__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .cards-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card-type {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .card-type__image {
    height: 180px;
  }

  .card-type__title {
    margin-top: 20px;
    font-size: 19px;
  }

  .card-type__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ========================================
   Block 08: Product lineup
======================================== */
.lineup-section {
  padding: 92px 0 110px;
  background: #fff;
}

.lineup-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.section-step--step4 {
  margin-bottom: 34px;
}

.lineup-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.45;
  font-weight: 700;
}

.lineup-guides {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.lineup-guide {
  min-width: 0;
  padding: 32px;
  background: #f3f6fa;
}

.lineup-guide__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lineup-guide__badge,
.product-card__badge {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid #4e86ff;
  border-radius: 4px;
  color: #3378ff;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.lineup-guide__badge--usb,
.product-card__badge--usb {
  color: var(--blue);
  border-color: var(--blue);
}

.lineup-guide__title {
  margin: 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}

.lineup-guide__body {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.lineup-guide__image {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.lineup-guide__text {
  margin: 0;
  color: #536177;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 600;
}

.lineup-guide__recommend {
  margin: 24px 0 0;
  padding: 20px 22px;
  color: #536177;
  background: #edf4fc;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.product-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.product-card {
  min-width: 0;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.product-card__visual {
  position: relative;
  height: 300px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
}

.product-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
}

.product-card__body {
  padding: 28px 28px 30px;
}

.product-card__title {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.product-card__type {
  margin: 8px 0 0;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.product-card__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #536177;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.product-card__list li {
  position: relative;
  padding-left: 18px;
}

.product-card__list li + li {
  margin-top: 8px;
}

.product-card__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #536177;
}

.product-card__link {
  justify-content: center;

  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 22px auto 0;
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 6px;
  transition: .25s;
}

.product-card__link::after{
  content:"";
  width:34px;
  height:12px;
  flex:none;
  background:
    linear-gradient(var(--blue),var(--blue)) left bottom/100% 1px no-repeat,
    linear-gradient(45deg,
      transparent 47%,
      var(--blue) 48%,
      var(--blue) 56%,
      transparent 57%) right center/16px 12px no-repeat;
  transition:transform .25s;
}

.product-card__link:hover::after{
  transform:translateX(5px);
}

.comparison-table-wrap {
  margin-top: 54px;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: var(--text);
  font-size: 15px;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 18px;
  border-bottom: 1px solid #dbe1e9;
}

.comparison-table thead th {
  color: #fff;
  background: var(--navy);
  font-weight: 700;
}

.comparison-table tbody th {
  width: 23%;
  text-align: left;
  font-weight: 700;
}

.comparison-table tbody td {
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .lineup-section {
    padding: 76px 0 88px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 14px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .lineup-section {
    padding: 56px 0 68px;
  }

  .lineup-section__inner {
    padding: 0 18px;
  }

  .lineup-section__title {
    font-size: 29px;
  }

  .lineup-guides {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lineup-guide {
    padding: 24px 20px;
  }

  .lineup-guide__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .lineup-guide__title {
    font-size: 19px;
  }

  .lineup-guide__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lineup-guide__image {
    height: 110px;
  }

  .lineup-guide__text,
  .lineup-guide__recommend {
    font-size: 14px;
  }

  .product-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .product-card__visual {
    height: 260px;
  }

  .product-card__body {
    padding: 24px 22px 26px;
  }

  .comparison-table-wrap {
    margin-top: 38px;
  }
}



/* ===== Product CTA center alignment ===== */
.product-card {
  display: flex;
  flex-direction: column;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card__cta {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__link {
  width: fit-content;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* ========================================
   Block 09: Benefits
======================================== */
.benefits-section {
  padding: 92px 0 110px;
  background: #f3f6fa;
}

.benefits-section__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.benefits-section__label {
  width: fit-content;
  min-height: 38px;
  margin: 0 auto 38px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.benefits-section__title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.benefits-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.benefit-card {
  min-width: 0;
  min-height: 280px;
  padding: 28px 30px 32px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.benefit-card__number {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--blue);
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}

.benefit-card__title {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.benefit-card__text {
  margin: 18px 0 0;
  color: #607087;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
  text-align: left;
}

/* ========================================
   Block 09: Tablet
======================================== */
@media (max-width: 1100px) {
  .benefits-section {
    padding: 76px 0 88px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-card:nth-child(4),
  .benefit-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin: 0 auto;
  }
}

/* ========================================
   Block 09: Mobile
======================================== */
@media (max-width: 760px) {
  .benefits-section {
    padding: 56px 0 68px;
  }

  .benefits-section__inner {
    padding: 0 18px;
  }

  .benefits-section__label {
    min-height: 34px;
    margin-bottom: 26px;
    padding: 0 18px;
    font-size: 13px;
  }

  .benefits-section__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .benefits-section__title br {
    display: none;
  }

  .benefits-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit-card,
  .benefit-card:last-child {
    width: 100%;
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .benefit-card__number {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .benefit-card__title {
    font-size: 19px;
  }

  .benefit-card__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.85;
  }
}


.final-cta{background:#eef5ff;padding:96px 20px;text-align:center}
.final-cta__inner{max-width:1100px;margin:auto}
.final-cta__date{font-size:32px;font-weight:700;color:var(--blue);margin:0 0 18px}
.final-cta h2{font-size:56px;line-height:1.4;color:var(--blue);margin:0}
.final-cta__lead,.final-cta__note{font-size:18px;line-height:2;color:#334155}
.final-cta__buttons{display:flex;justify-content:center;gap:22px;margin:40px 0}
.btn {
  position: relative;
  min-width: 280px;
  height: 84px;
  padding: 0 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn--outline {
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
}

.btn--solid {
  color: #fff;
  background: var(--blue);
}
.footer{padding:72px 20px;text-align:center;background:#fff}
.footer img{height:48px}
.footer p{margin-top:42px;font-weight:700}
@media(max-width:768px){
.final-cta{padding:64px 18px}
.final-cta__date{font-size:24px}
.final-cta h2{font-size:34px}
.final-cta__lead,.final-cta__note{font-size:15px}
.final-cta__buttons{flex-direction:column}
.btn {
  width: 100%;
  min-width: 0;
  height: 64px;
  padding: 0 58px;
  font-size: 18px;
}

.btn::before {
  right: 21px;
}

.btn::after {
  right: 20px;
}
.footer img{height:36px}
}


/* Footer centering fix */
.footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.footer img{
  display:block;
  margin:0 auto;
}
.footer p{
  text-align:center;
}


/* Footer logo size adjustment */
.footer img{
  width: 168px;
  height: auto;
  max-width: 50%;
}
@media (max-width:768px){
  .footer img{
    width:140px;
  }
}


.page-top {
	position: fixed;
	bottom: 50px;
	right: 5px;
	font-size: 77%;
	z-index:9999;
	opacity: 0.7;
	text-indent:-9999px;
}

.page-top a {
	background: url(/ssp/interface/nfc/image/pagetop.png) center/80% no-repeat;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 30px 0;
	text-align: center;
	display: block;
}

.page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media print, screen and (min-width: 768px) {
	.page-top {
		bottom: 20px;
		right: 20px;
	}

	.page-top a {
		background: url(/ssp/interface/nfc/image/pagetop.png) center/80% no-repeat;
		width: 80px;
	}
	.page-top a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}

#sideMenuContent{
  position: fixed;
  top: 203px;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: translate(0, -50%);
}


#sideMenuContent ul li.inquiry{
background: #003dad;
  list-style-type:none;
}

#sideMenuContent ul li.inquiry:hover{
background: #003dad;
  list-style-type:none;
}
#sideMenuContent ul li a {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 15px 10px 10px;
  width: 12em;
  font-size: 12px;
  text-align:center;
}


#sideMenuContent ul li img {
  max-width: 60px;
  margin: 0 auto 8px;
  display: block;
}

@media screen and (max-width: 640px) {

  #sideMenuContent{
    top:auto;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    transform:none;
  }

  #sideMenuContent ul{
    display:flex;
    width:100%;
    margin:0;
    padding:0;          /* ←これが重要 */
    list-style:none;
  }

  #sideMenuContent ul li{
    width:100%;
    margin:0;
    padding:0;
    line-height:110%;
  }

  #sideMenuContent ul li a{
    display:flex;
    width:100%;
    height:auto;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    padding:15px 10px;
  }

  #sideMenuContent ul li img{
    margin:0 10px 0 0;
  }
}

/* ===== Product card full-area link ===== */
.product-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover {
  opacity: 1;
  transform: translateY(-4px);
  border-color: #aebbe0;
  box-shadow: 0 12px 28px rgba(7, 24, 111, 0.14);
}

.product-card:focus-visible {
  outline: 3px solid #4e86ff;
  outline-offset: 4px;
}

.product-card:hover .product-card__link::after,
.product-card:focus-visible .product-card__link::after {
  transform: translateX(5px);
}

/* ========================================
   Option Products
======================================== */
.option-products {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

/* 既存の.product-cardを横型に変更 */
.product-card--option {
  min-height: 240px;
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
}

/* オプション商品の画像エリア */
.option-card__image {
  position: relative;
  min-width: 0;
  min-height: 240px;
  padding: 34px 26px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
}

.option-card__image img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* 既存商品カードと同様にhover時に画像を動かす */
.product-card--option:hover .option-card__image img,
.product-card--option:focus-visible .option-card__image img {
  transform: scale(1.00);
}

.option-card__label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid #4e86ff;
  border-radius: 4px;
  color: #3378ff;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

/* テキストエリア */
.option-card__body {
  min-width: 0;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
}

.option-card__name {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.option-card__title {
  margin: 8px 0 0;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.option-card__text {
  margin: 18px 0 0;
  color: #536177;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.option-card__cta {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Tablet */
@media (max-width: 1100px) {
  .option-products {
    grid-template-columns: 1fr;
  }

  .product-card--option {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .option-products {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card--option {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .option-card__image {
    min-height: 220px;
    padding: 34px 24px;
  }

  .option-card__image img {
    max-height: 150px;
  }

  .option-card__body {
    padding: 24px 22px 26px;
  }

  .option-card__name {
    font-size: 20px;
  }

  .option-card__title,
  .option-card__text {
    font-size: 14px;
  }
}

a.link-text {
  color: #08139c;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.myna_checker {
  margin: 24px 0 0;
  color: #607087;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;

}

@media (max-width: 760px) {
.myna_checker {
    margin-top: 18px;
    font-size: 14px;
    text-align:left;
}

}



