@charset "UTF-8";
:root {
  /* カラーバリアント（必要なら残す） */
  --primary-color: #0d6efd;
  --secondary-color: #0056b3;
  /* フォントサイズスケール */
  --font-size-xs: clamp(12px, 1.5vw, 14px);
  --font-size-sm: clamp(14px, 2vw, 16px);
  --font-size-md: clamp(16px, 2.5vw, 18px);
  --font-size-lg: clamp(20px, 3vw, 24px);
  --font-size-xl: clamp(24px, 4vw, 32px);
  --font-size-2xl: clamp(32px, 5vw, 48px);
  --font-size-3xl: clamp(40px, 6vw, 64px);
  --primary-color-bg:#0d6efd;
  --secondary-color-bg:#0056b3;
  --light-bg:#e9ecef;
  --white:#fff;
  --spacing:1.5rem; }

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Inter','Noto Sans JP',sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-md);
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
  font-variation-settings: "wght" 400; }

/* lang helpers */
.en {
  font-family: 'Inter',sans-serif !important; }

.ja {
  font-family: 'Noto Sans JP',sans-serif !important; }

@supports (font-family: "Inter") {
  body {
    font-family: 'Inter'; }

  body:lang(ja) {
    font-family: 'Inter','Noto Sans JP'; } }
.number {
  font-family: 'Inter',monospace;
  font-variant-numeric: tabular-nums; }

/* dark mode / mobile weight */
@media (prefers-color-scheme: dark) {
  body {
    font-weight: 350;
    font-variation-settings: "wght" 350; }

  h1, h2, h3 {
    font-weight: 600;
    font-variation-settings: "wght" 600; } }
@media (max-width: 768px) {
  body {
    font-weight: 450;
    font-variation-settings: "wght" 450; } }
/* typography */
h1 {
  font-size: var(--font-size-3xl);
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 800;
  font-variation-settings: "wght" 800; }

h2 {
  font-size: var(--font-size-xl);
  color: #2a2a2a;
  margin: 30px 0 15px;
  font-weight: 700;
  font-variation-settings: "wght" 700; }

h3 {
  font-size: var(--font-size-lg);
  color: #3a3a3a;
  margin: 20px 0 10px;
  font-weight: 600;
  font-variation-settings: "wght" 600; }

p {
  font-size: var(--font-size-md);
  margin-bottom: 16px;
  font-weight: 400;
  font-variation-settings: "wght" 400; }
  p:lang(ja) {
    font-feature-settings: "palt" 1;
    letter-spacing: .05em; }

.mixed-content {
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.8; }

.lead {
  font-size: var(--font-size-lg);
  color: #666;
  font-weight: 500;
  font-variation-settings: "wght" 500; }

.small-text {
  font-size: var(--font-size-sm);
  color: #888;
  font-weight: 300;
  font-variation-settings: "wght" 300; }

a {
  color: #086AB8;
  text-decoration: none;
  transition: .3s;
  font-weight: 400;
  font-variation-settings: "wght" 400; }
  a:hover {
    color: #00D4AA;
    font-weight: 600;
    font-variation-settings: "wght" 600; }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

@media (max-width: 768px) {
  .pc-only {
    display: none !important; }

  .sp-only {
    display: block; } }
.highlight {
  color: #076AB8;
  font-weight: 800;
  font-variation-settings: "wght" 800; }

.emphasis {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333; }

.bg {
  background: #E8F3FA !important; }

main {
  margin-top: 0; }
  main .section:first-child {
    padding: clamp(200px, 20vw, 300px) 0 clamp(120px, 15vw, 240px) 0; }
    @media (max-width: 960px) {
      main .section:first-child {
        padding: clamp(66px, 66vw, 228px) 0 clamp(71px, 18vw, 200px) 0; } }
    @media (max-width: 768px) {
      main .section:first-child {
        adding: clamp(166px, 60vw, 386px) 0 clamp(99px, 8vw, 80px) 0; } }
  main .section {
    padding: clamp(36px, 7vw, 96px) 0; }

.container.narrow {
  max-width: 1040px; }

.kh-header {
  position: static;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 3px solid #086AB8;
  border-radius: 37px;
  max-width: 1140px;
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  padding: 0 15px;
  font-size: var(--font-size-md);
  line-height: 1.8; }
  .kh-header .kh-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 6px 16px; }
  .kh-header .kh-logo {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-decoration: none;
    color: #111;
    position: relative;
    z-index: 1001;
    width: 170px;
    padding-top: 8px; }

.kh-cart-icon {
  display: none;
  position: relative;
  z-index: 1001; }
  @media (max-width: 960px) {
    .kh-cart-icon {
      display: inline-flex;
      align-items: center;
      padding: 8px; }
      .kh-cart-icon img {
        width: 30px;
        height: 30px; } }

@media (max-width: 960px) {
  .kh-header .kh-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px; }

  .kh-logo {
    flex: 0 0 auto; }

  .kh-cart-icon {
    margin-left: auto; }

  .kh-toggle {
    flex: 0 0 auto; } }
.kh-gnav .kh-lvl1 {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center; }
  .kh-gnav .kh-lvl1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    text-decoration: none;
    color: #222;
    border: 0;
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    position: relative; }
    .kh-gnav .kh-lvl1 a::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 4px;
      height: 2px;
      background: #6B7C8C;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform .25s ease; }
    .kh-gnav .kh-lvl1 a:hover::after, .kh-gnav .kh-lvl1 a:focus::after {
      transform: scaleX(1); }
  .kh-gnav .kh-lvl1 li.h-icon > a::after,
  .kh-gnav .kh-lvl1 li.h-icon a::after {
    display: none !important; }
  .kh-gnav .kh-lvl1 li.h-icon a.with-cart::before {
    opacity: 1;
    transition: opacity .2s ease; }
  .kh-gnav .kh-lvl1 li.h-icon a.with-cart:hover::before,
  .kh-gnav .kh-lvl1 li.h-icon a.with-cart:focus-visible::before {
    opacity: .8; }
  .kh-gnav .kh-lvl1 li.h-icon a.with-search::before {
    opacity: 1;
    transition: opacity .2s ease; }
  .kh-gnav .kh-lvl1 li.h-icon a.with-search:hover::before,
  .kh-gnav .kh-lvl1 li.h-icon a.with-search:focus-visible::before {
    opacity: .8; }

.kh-ja {
  display: block;
  font-size: 11px;
  color: #6b7280;
  line-height: 1; }

.kh-header .kh-has-sub {
  position: relative; }
  .kh-header .kh-has-sub::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px; }
  .kh-header .kh-has-sub .kh-l1btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    .kh-header .kh-has-sub .kh-l1btn:hover, .kh-header .kh-has-sub .kh-l1btn:focus {
      background: #f3f4f6; }
    .kh-header .kh-has-sub .kh-l1btn::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: rgba(59, 130, 246, 0.1);
      transform: translate(-50%, -50%);
      transition: width .5s, height .5s; }
    .kh-header .kh-has-sub .kh-l1btn:hover::before {
      width: 100px;
      height: 100px; }
    .kh-header .kh-has-sub .kh-l1btn::after {
      content: "▼";
      font-size: 10px;
      display: inline-block;
      transition: transform .2s;
      order: 1; }
  .kh-header .kh-has-sub .kh-lvl2 {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 6px;
    margin: 0;
    list-style: none;
    z-index: 1001;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none; }
    .kh-header .kh-has-sub .kh-lvl2 a {
      padding: 10px 14px; }
    .kh-header .kh-has-sub .kh-lvl2 li {
      opacity: 0;
      animation: slideIn .3s ease-out forwards; }
  .kh-header .kh-has-sub[data-open="true"] .kh-l1btn::after {
    transform: rotate(180deg); }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation: fadeInUp .3s ease-out; }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 li:nth-child(1) {
    animation-delay: .05s; }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 li:nth-child(2) {
    animation-delay: .10s; }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 li:nth-child(3) {
    animation-delay: .15s; }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 li:nth-child(4) {
    animation-delay: .20s; }
  .kh-header .kh-has-sub[data-open="true"] .kh-lvl2 li:nth-child(5) {
    animation-delay: .25s; }

.kh-header .kh-gnav .kh-lvl1 a.with-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding-left: 17px; }
  .kh-header .kh-gnav .kh-lvl1 a.with-cart::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 57%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url("../images/simple-cart.svg") no-repeat center/contain;
    display: block; }

.kh-header .kh-gnav .kh-lvl1 a.with-search {
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  padding-left: 17px; }
  .kh-header .kh-gnav .kh-lvl1 a.with-search::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 57%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url("../images/search-duotone.svg") no-repeat center/contain;
    display: block; }

.kh-toggle {
  display: none;
  width: 51px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url("../images/menu.svg"); }
  .kh-toggle[aria-expanded="true"] {
    background-image: url("../images/close.svg"); }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideIn {
  to {
    opacity: 1; } }
.site-footer {
  position: relative;
  background: #E5E7EB;
  padding: clamp(30px, 3vw, 40px) 0 24px;
  margin-top: clamp(20px, 1vw, 24px); }

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
  padding: 1em; }
  @media (min-width: 768px) {
    .footer-content {
      grid-template-columns: 2fr 1.5fr 1fr;
      gap: 32px; } }
  @media (min-width: 1024px) {
    .footer-content {
      gap: 48px;
      font-size: var(--font-size-lg);
      padding: 1.5em; } }

.footer-brand .footer-logo img {
  height: 40px;
  width: auto; }
.footer-brand .footer-tagline {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 900;
  font-variation-settings: 'wght' 700;
  color: #333333;
  line-height: 1.6; }
.footer-brand .footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px; }
.footer-brand .social-icon {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease; }
  .footer-brand .social-icon:hover {
    opacity: 0.7; }

.footer-nav .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .footer-nav .footer-links li {
    margin: 0; }
  .footer-nav .footer-links a {
    color: #333333;
    text-decoration: none;
    font-size: var(--font-size-lg);
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block; }
    .footer-nav .footer-links a:hover {
      color: #076AB8; }
    @media (min-width: 768px) {
      .footer-nav .footer-links a {
        font-size: var(--font-size-xs); } }

.footer-actions .footer-links-alt {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .footer-actions .footer-links-alt a {
    color: #333333;
    text-decoration: none;
    font-size: var(--font-size-lg);
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .footer-actions .footer-links-alt a:hover {
      color: #076AB8; }
    @media (min-width: 768px) {
      .footer-actions .footer-links-alt a {
        font-size: var(--font-size-xs); } }
.footer-actions .cart-icon {
  width: 30px;
  height: 30px; }

.footer-bottom {
  border-top: 1px solid #D1D5DB;
  padding-top: 24px;
  text-align: center; }
  .footer-bottom .copyright {
    font-size: 13px;
    color: #6B7280;
    margin: 0; }

.back-to-top {
  position: absolute;
  top: -1px;
  right: 32px;
  background: white;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333333;
  font-size: clamp(11px, 2vw, 13px);
  font-variation-settings: 'wght' 700;
  transition: all 0.3s ease;
  z-index: 100; }
  .back-to-top:hover {
    color: #6B7C8C;
    transform: translateY(-2px); }
  .back-to-top .back-to-top-icon {
    width: 16px;
    height: 16px;
    color: #076AB8; }
  @media (max-width: 640px) {
    .back-to-top {
      position: fixed !important;
      bottom: 20px !important;
      right: 20px !important;
      left: auto !important;
      top: auto !important;
      width: 56px !important;
      height: 56px !important;
      border-radius: 50% !important;
      border: 2px solid #076AB8;
      background: white;
      padding: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      display: flex !important;
      align-items: center;
      justify-content: center;
      visibility: visible !important; }
      .back-to-top:hover .back-to-top-icon {
        filter: brightness(0) invert(1); }
      .back-to-top .back-to-top-text {
        display: none; }
      .back-to-top .back-to-top-icon {
        width: 24px !important;
        height: 24px !important;
        margin: 0; } }

@media (max-width: 1200px) {
  .kh-header {
    max-width: 1080px;
    width: calc(100% - 50px);
    margin-inline: .5em;
    margin: 0 auto; }

  .kh-header .kh-wrap {
    gap: 12px !important;
    padding: 6px 12px !important; }

  .kh-header .kh-gnav .kh-lvl1 {
    gap: 12px !important; }
    .kh-header .kh-gnav .kh-lvl1 a {
      padding: 10px 8px !important;
      font-size: 16px; }

  .kh-header .kh-has-sub .kh-l1btn {
    padding: 10px 8px !important; }

  .kh-header .kh-gnav .kh-lvl1 a.with-cart {
    min-height: 44px !important;
    padding-left: 62px !important; }
    .kh-header .kh-gnav .kh-lvl1 a.with-cart::before {
      width: 30px !important;
      height: 30px !important;
      left: 8px !important; }

  .kh-lvl1 {
    gap: 10px; } }
@media (max-width: 1150px) {
  .kh-header .kh-wrap {
    gap: 10px !important;
    padding: 6px 6px !important; }

  .kh-header .kh-gnav .kh-lvl1 {
    gap: 10px !important; }
    .kh-header .kh-gnav .kh-lvl1 a {
      padding: 10px 6px !important;
      font-size: 16px; }

  .kh-header .kh-has-sub .kh-l1btn {
    padding: 10px 6px !important; } }
@media (max-width: 1100px) {
  .kh-header .kh-wrap {
    gap: 8px !important;
    padding: 6px 8px !important; }

  .kh-header .kh-gnav .kh-lvl1 {
    gap: 6px !important; }
    .kh-header .kh-gnav .kh-lvl1 a {
      padding: 10px 4px !important;
      font-size: 15px; }

  .kh-header .kh-has-sub .kh-l1btn {
    padding: 10px 4px !important;
    gap: 3px !important; }

  .kh-header .kh-gnav .kh-lvl1 a.with-cart {
    min-height: 40px !important;
    padding-left: 60px !important; }
    .kh-header .kh-gnav .kh-lvl1 a.with-cart::before {
      width: 55px !important;
      height: 30px !important;
      left: 8px !important; } }
@media (max-width: 1000px) {
  .kh-header .kh-wrap {
    gap: 6px !important;
    padding: 6px 4px !important; }

  .kh-header .kh-gnav .kh-lvl1 {
    gap: 4px !important; }
    .kh-header .kh-gnav .kh-lvl1 a {
      padding: 5px 3px !important;
      font-size: 15px; }

  .kh-header .kh-has-sub .kh-l1btn {
    padding: 10px 3px !important; }

  .kh-header .kh-gnav .kh-lvl1 a.with-cart {
    min-height: 36px !important;
    padding-left: 54px !important; }
    .kh-header .kh-gnav .kh-lvl1 a.with-cart::before {
      width: 48px !important;
      height: 26px !important;
      left: 6px !important; } }
@media (max-width: 960px) {
  .kh-toggle {
    display: inline-block;
    z-index: 1001; }

  .kh-header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 12px;
    z-index: 1002; }

  .kh-header .kh-gnav .kh-lvl1 {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0 !important; }

  .kh-gnav {
    position: fixed;
    padding-top: 80px;
    inset: 0;
    background: #FFFFFF;
    transform: translateX(-100%);
    transition: .3s ease;
    margin-top: 0;
    overflow-y: auto;
    z-index: 1000; }
    .kh-gnav[data-open="true"] {
      transform: translateX(0); }
    .kh-gnav li {
      margin: 1px 20px; }
      .kh-gnav li a {
        display: block;
        padding: 16px 20px !important;
        font-size: var(--font-size-lg);
        font-weight: 400;
        color: #333;
        border-bottom: 1px solid #E5E7EB; }
        .kh-gnav li a:hover {
          background: #F9FAFB; }
      .kh-gnav li a::after {
        display: none !important; }
    .kh-gnav li.cart-btn {
      margin-top: 3em; }
    .kh-gnav li.contact-btn {
      text-align: center;
      padding-bottom: 20px;
      padding-top: 20px;
      margin: 50px 0 0 0;
      border-top: 2px solid #E5E7EB; }
      .kh-gnav li.contact-btn a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: transparent;
        color: #076AB8;
        border: 2px solid #076AB8;
        border-radius: 999px;
        padding: 10px 20px;
        margin: 0 auto 24px auto;
        font-weight: 600;
        font-size: 15px;
        min-width: 200px;
        max-width: 280px;
        width: fit-content; }
        .kh-gnav li.contact-btn a:hover {
          background: #076AB8;
          color: #fff; }
      .kh-gnav li.contact-btn a::after {
        content: '' !important;
        display: inline-block !important;
        width: 28px !important;
        height: 28px !important;
        margin-left: 8px !important;
        flex-shrink: 0 !important;
        background: url("../images/ei_arrow-right.svg") no-repeat center/contain !important;
        transition: background 0.3s ease !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important; }
      .kh-gnav li.contact-btn a:hover::after {
        background: url("../images/ei_arrow-right-w.svg") no-repeat center/contain !important; }
    .kh-gnav li:has(+ .privacy-link) {
      padding-bottom: 10px; }
    .kh-gnav li.privacy-link {
      bottom: 20px;
      left: 16px;
      right: 0;
      background: white;
      border-bottom: none;
      margin: 0;
      padding: 0; }
      .kh-gnav li.privacy-link a {
        padding: 16px 20px !important;
        font-size: var(--font-size-lg);
        color: #6B7280 !important;
        text-align: center !important;
        border-bottom: none !important;
        font-size: 13px !important; }
        .kh-gnav li.privacy-link a:hover {
          background: #F9FAFB; }
    .kh-gnav .kh-has-sub .kh-lvl2 {
      position: static;
      box-shadow: none;
      border: 0;
      margin: 0;
      padding-left: 16px;
      display: none;
      opacity: 1;
      transform: none;
      animation: none;
      pointer-events: auto;
      background: #F9FAFB; }
      .kh-gnav .kh-has-sub .kh-lvl2 li {
        opacity: 1;
        border-bottom: none; }
      .kh-gnav .kh-has-sub .kh-lvl2 a {
        font-size: 14px;
        padding: 12px 20px !important;
        color: #666; }
    .kh-gnav .kh-has-sub[data-open="true"] .kh-lvl2 {
      display: block; }

  .kh-header .kh-gnav .kh-lvl1 a.with-cart {
    min-height: 60px !important;
    border-bottom: none;
    background: white;
    z-index: 1001;
    margin: 0;
    display: flex;
    align-items: center; }
    .kh-header .kh-gnav .kh-lvl1 a.with-cart::after {
      display: none !important; } }
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 60px);
  border-radius: 12px; }

.button {
  display: inline-block;
  padding: 12px 24px;
  background: #076AB8;
  color: #fff;
  border-radius: 6px;
  font-size: var(--font-size-md);
  transition: .3s;
  margin: 10px 5px;
  font-weight: 600;
  font-variation-settings: "wght" 600; }
  .button:hover {
    background: #076AB8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    font-weight: 700;
    font-variation-settings: "wght" 700; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 4px 8px 4px 15px;
  border: 1px solid #076AB8;
  border-radius: 999px;
  background: white !important;
  color: #076AB8 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--font-size-xs);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; }

.btn::after {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-left: 0.3em;
  background: url("../images/ei_arrow-right.svg") no-repeat center/contain;
  transition: background 0.3s ease; }

.btn:hover {
  background: #076AB8 !important;
  color: #fff !important;
  border-color: #076AB8 !important; }

.btn:hover::after {
  background: url("../images/ei_arrow-right-w.svg") no-repeat center/contain; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 30px 0; }
  .grid .card {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: .3s; }
    .grid .card:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px); }

/* scroll helpers + keyframes */
@keyframes arrowAnim {
  0% {
    transform: translate(-50%, 0) rotate(-45deg);
    opacity: 1; }
  70% {
    transform: translate(-50%, 10px) rotate(-45deg);
    opacity: 0; }
  100% {
    transform: translate(-50%, 0) rotate(-45deg);
    opacity: 0; } }
.scroll-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  animation: arrowAnim 1.2s infinite; }

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -15px); }
  60% {
    transform: translate(-50%, -8px); } }
.scroll-bounce {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #333;
  animation: bounce 1.5s infinite;
  transition: opacity .5s ease;
  cursor: pointer; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 40px 0; }
  .pagination a, .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #6B7280;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    border-radius: 7px;
    transition: all 0.2s ease; }
    .pagination a:hover:not(.active):not(.pagination-dots), .pagination span:hover:not(.active):not(.pagination-dots) {
      background: #E5E7EB;
      color: #374151; }
  .pagination .pagination-num.active {
    background: #9CA3AF;
    color: white;
    border-color: #9CA3AF;
    font-weight: 600;
    cursor: default; }
  .pagination .pagination-prev,
  .pagination .pagination-next {
    font-size: 16px;
    font-weight: 700; }
  .pagination .pagination-dots {
    border: none;
    background: transparent;
    cursor: default;
    pointer-events: none; }
  @media (max-width: 768px) {
    .pagination {
      gap: 4px; }
      .pagination a, .pagination span {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 12px;
  margin: clamp(24px, 4vw, 40px) 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.center {
  text-align: center; }

.video-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto 40px auto;
  max-width: 600px;
  padding: 7px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  font-variation-settings: "wght" 800; }

.video-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #E5E7EB; }

.video-platform {
  display: flex;
  align-items: center;
  gap: 8px; }
  .video-platform svg {
    width: 20px;
    height: 14px; }
  .video-platform span {
    font-size: 14px;
    font-weight: 500;
    color: #1F2937; }

.info-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s; }
  .info-btn:hover {
    opacity: 0.7; }
  .info-btn svg {
    width: 20px;
    height: 20px; }

.video-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #fff;
  overflow: hidden;
  cursor: pointer; }
  .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-top: 0 !important; }
  .video-thumbnail:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1); }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 0; }
  .play-btn svg {
    display: block; }

.video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: white;
  font-size: 16px;
  font-weight: 500; }

/* === 右寄せのラッパ（各セクションで流用） ============== */
.news .news-more {
  margin-top: 10px;
  text-align: right; }

.content-area {
  max-width: 990px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 60px) clamp(24px, 4vw, 48px); }
  .content-area .btn {
    background: #fff; }

.post-thumbnail {
  margin: 0 0 32px; }
  .post-thumbnail img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px; }

.references {
  padding: clamp(30px, 4vw, 40px) 0; }
  .references .container {
    max-width: 990px;
    margin: 0 auto; }

.references-title {
  font-size: clamp(18px, 3vw, 22px) !important;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #6B7C8C !important;
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 4px solid #6B7C8C !important; }

.references-list {
  list-style: none;
  counter-reset: reference-counter;
  padding: 0;
  margin: 0; }
  .references-list li {
    counter-increment: reference-counter;
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    font-size: var(--font-size-sm);
    line-height: 1.8;
    color: #333333; }
    .references-list li::before {
      content: counter(reference-counter);
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      height: 32px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 14px; }
    .references-list li:last-child {
      margin-bottom: 0; }

.authors {
  color: #4B5563;
  margin-right: 4px; }

.paper-title {
  color: #333333;
  font-weight: 600;
  margin-right: 4px; }

.journal {
  color: #6B7280;
  font-style: italic; }

@media (max-width: 960px) {
  .references-list li {
    padding-left: 40px; }
    .references-list li::before {
      width: 28px;
      height: 28px;
      font-size: 13px; } }
　
.news-header {
  padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 60px) clamp(40px, 6vw, 60px);
  background: #fff; }
  　
  .news-header .container {
    max-width: 990px;
    margin: 0 auto; }

.news-list-page {
  padding: clamp(80px, 12vw, 150px) clamp(20px, 4vw, 60px) clamp(30px, 10vw, 60px); }
  .news-list-page .container {
    max-width: 990px;
    margin: 0 auto;
    text-align: left !important;
    padding: 0 !important; }
  .news-list-page h1 {
    font-size: clamp(28px, 5vw, 40px);
    text-align: left;
    margin-bottom: 40px;
    color: #333333;
    font-weight: 600;
    font-variation-settings: "wght" 600; }
  @media (max-width: 768px) {
    .news-list-page {
      padding: 80px clamp(20px, 4vw, 60px) 0px; } }

.news-filter {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 60px;
  flex-wrap: wrap; }
  .news-filter .filter-btn {
    padding: 8px 34px;
    border: 2px solid #076AB8;
    border-radius: 10px;
    background: white;
    color: #076AB8;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease; }
    .news-filter .filter-btn:hover {
      background: rgba(7, 106, 184, 0.1); }
    .news-filter .filter-btn.active {
      background: #076AB8;
      color: white; }
  @media (max-width: 768px) {
    .news-filter {
      gap: 8px; }
      .news-filter .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
        width: 48%; } }

.news-list {
  margin-bottom: clamp(60px, 10vw, 100px); }

.news-items {
  max-width: 990px;
  margin: 0 auto;
  background: #F3F4F6;
  border-radius: 18px;
  padding: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 1em; }
  .news-items .news-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #D1D5DB;
    transition: background 0.3s ease; }
    .news-items .news-item:last-child {
      border-bottom: none; }
    .news-items .news-item:hover {
      background: rgba(255, 255, 255, 0.5); }
    .news-items .news-item.hidden {
      display: none; }
    .news-items .news-item .meta {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: var(--font-size-sm);
      color: #333; }
      .news-items .news-item .meta time {
        font-weight: 700;
        font-size: var(--font-size-md); }
      .news-items .news-item .meta .cat {
        font-size: 12px;
        padding: 4px 12px;
        border-radius: 999px;
        background: #076AB8;
        color: white; }
    .news-items .news-item a {
      text-decoration: none; }
      .news-items .news-item a:hover .title {
        color: #076AB8; }
    .news-items .news-item .title {
      font-size: var(--font-size-md);
      font-weight: 400;
      line-height: 1.6;
      color: #0f172a;
      margin: 8px 0 0;
      transition: color 0.3s ease; }
  @media (max-width: 768px) {
    .news-items {
      margin: 0 clamp(1em, 1vw, 2em);
      padding-top: clamp(2em, 2vw, 4em); } }

.news-post-page {
  padding: clamp(100px, 15vw, 170px) clamp(20px, 4vw, 60px) clamp(80px, 15vw, 140px); }
  .news-post-page .container {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 !important; }

.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap; }
  .post-meta .post-date {
    font-size: var(--font-size-md);
    font-weight: 900;
    font-variation-settings: "wght" 900;
    color: #333333; }
  .post-meta .post-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .post-meta .post-cat {
    display: inline-block;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #076AB8;
    border-radius: 999px;
    text-decoration: none;
    transition: opacity 0.3s ease; }

.post-title {
  font-size: clamp(24px, 4.5vw, 32px);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  word-break: break-word; }

@media (max-width: 768px) {
  .news-post-page {
    padding: 80px clamp(20px, 4vw, 60px) 40px; }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
    .post-meta .post-date {
      font-size: var(--font-size-sm); }
    .post-meta .post-cat {
      font-size: 11px;
      padding: 5px 12px; }

  .post-title {
    font-size: clamp(20px, 5vw, 24px); } }
.post-content {
  padding: 0 clamp(20px, 4vw, 60px) clamp(60px, 10vw, 100px); }
  .post-content .container {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 !important; }

.post-thumbnailっv {
  margin: 0 0 clamp(40px, 10vw, 120px) 0; }
  .post-thumbnailっv img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block; }

.post-body h2 {
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin: clamp(60px, 7vw, 80px) 0 clamp(16px, 2vw, 24px);
  padding-left: 16px;
  border-left: 4px solid #076AB8;
  line-height: 1.5; }
.post-body h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #333333;
  margin: clamp(60px, 7vw, 80px) 0 clamp(12px, 2vw, 20px);
  padding-left: 16px;
  border-left: 4px solid #076AB8;
  line-height: 1.5; }
.post-body h4 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #333333;
  margin: clamp(60px, 7vw, 80px) 0 clamp(12px, 2vw, 16px);
  padding-left: 12px;
  border-left: 3px solid #076AB8;
  line-height: 1.5; }
.post-body p {
  font-size: var(--font-size-md);
  line-height: 1.8;
  color: #333333;
  margin: 0 0 1.5em 0;
  word-break: break-word; }
.post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: clamp(24px, 4vw, 40px) 0; }
.post-body ul, .post-body ol {
  margin: 1.5em 0;
  padding-left: 1.5em; }
  .post-body ul li, .post-body ol li {
    font-size: var(--font-size-md);
    line-height: 1.8;
    margin-bottom: 0.5em; }
.post-body a {
  color: #076AB8;
  text-decoration: underline; }
  .post-body a:hover {
    opacity: 0.7; }
.post-body blockquote {
  margin: clamp(24px, 4vw, 40px) 0;
  padding: clamp(16px, 3vw, 24px);
  background: #F9FAFB;
  border-left: 4px solid #D1D5DB;
  border-radius: 4px; }
  .post-body blockquote p {
    margin: 0; }

@media (max-width: 768px) {
  .post-content {
    padding: 0 clamp(20px, 4vw, 60px) 60px; }

  .post-thumbnail {
    margin-bottom: 32px; }
    .post-thumbnail img {
      border-radius: 8px; }

  .post-body h2, .post-body h3 {
    padding-left: 12px;
    border-left-width: 3px; } }
.service-intro-page {
  padding: clamp(80px, 12vw, 150px) clamp(20px, 4vw, 60px) clamp(60px, 10vw, 100px); }
  .service-intro-page .container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 !important; }

.intro-header {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 60px); }
  .intro-header .intro-image {
    flex: 0 0 auto;
    margin: 0; }
    .intro-header .intro-image img {
      width: clamp(240px, 30vw, 350px);
      max-width: 350px;
      height: auto;
      display: block; }
  .intro-header .intro-text {
    flex: 1; }
    .intro-header .intro-text h1 {
      font-size: clamp(28px, 5vw, 40px);
      font-weight: 700;
      font-variation-settings: "wght" 700;
      color: #333333;
      margin: 0 0 clamp(16px, 2vw, 24px);
      line-height: 1.3; }
    .intro-header .intro-text p {
      font-size: var(--font-size-md);
      line-height: 1.8;
      color: #333333;
      margin: 0; }
  @media (max-width: 960px) {
    .intro-header {
      flex-direction: column;
      text-align: center;
      gap: clamp(24px, 4vw, 32px); }
      .intro-header .intro-image img {
        width: clamp(200px, 50vw, 300px); }
      .intro-header .intro-text h1 {
        text-align: center; } }

.anchor-buttons {
  padding: clamp(40px, 6vw, 60px) 0; }
  .anchor-buttons .container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px); }

.button-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  @media (max-width: 768px) {
    .button-group {
      grid-template-columns: 1fr;
      gap: 12px; } }

.anchor-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 20px;
  background: #076AB8;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: var(--font-size-md);
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 100px;
  text-align: center; }
  .anchor-btn:hover {
    background: #065391;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 4px 12px rgba(7, 106, 184, 0.3); }
  .anchor-btn .btn-text {
    line-height: 1.4; }
  .anchor-btn img {
    width: 24px;
    height: 24px; }

@media (max-width: 768px) {
  .anchor-btn {
    padding: 18px 16px;
    font-size: 16px;
    min-height: 100px;
    gap: 10px; }
    .anchor-btn img {
      width: 22px;
      height: 22px; } }
.service-section {
  padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 60px); }
  .service-section h4 {
    font-weight: 700;
    font-variation-settings: "wght" 700; }
  .service-section .container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 !important; }

.service-header {
  text-align: center;
  margin-bottom: 60px; }
  .service-header .eyecatch {
    display: inline-block;
    font-size: var(--font-size-sm);
    color: #6B7280;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #076AB8; }
  .service-header h2 {
    font-size: clamp(24px, 4.5vw, 36px);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    margin-bottom: 32px; }
  .service-header .service-intro {
    max-width: 560px;
    margin: 2em auto 0; }
    .service-header .service-intro p {
      font-size: var(--font-size-md);
      line-height: 1.8;
      color: #333333;
      margin: 8px 0; }
    @media (max-width: 768px) {
      .service-header .service-intro {
        text-align: left; } }

.service-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
  margin: 60px auto; }
  .service-visual .circle-image {
    position: absolute;
    max-width: 600px;
    max-height: 600px;
    width: 100%; }
    .service-visual .circle-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-visual .circle-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
  .service-visual .circle-2 {
    bottom: 0;
    left: 0;
    z-index: 2; }
  .service-visual .circle-3 {
    bottom: 0;
    right: 0;
    z-index: 1; }
  @media (max-width: 768px) {
    .service-visual {
      height: 300px;
      max-width: 400px; } }

.service-detail {
  text-align: center;
  margin-top: 60px; }
  .service-detail h3 {
    font-size: clamp(20px, 3.5vw, 28px);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.4; }
  .service-detail p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 12px 0; }

.flow-section {
  padding: clamp(60px, 10vw, 100px) clamp(20px, 8vw, 60px); }
  .flow-section .container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 !important; }

.flow-item {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .flow-item {
      gap: 24px; } }
  @media (max-width: 768px) {
    .flow-item {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 40px;
      position: relative;
      gap: 0; } }

.flow-step {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #076AB8;
  color: white;
  padding: 16px 24px;
  min-width: 230px;
  flex-shrink: 0; }
  .flow-step .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: white;
    color: #076AB8;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0; }
  .flow-step .step-title {
    font-size: var(--font-size-md);
    font-weight: 700;
    white-space: nowrap; }
  @media (max-width: 768px) {
    .flow-step {
      min-width: auto;
      width: 100%;
      max-width: none; } }

.flow-arrow {
  padding: 10px 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .flow-arrow img {
    width: auto;
    height: 30px; }
  @media (max-width: 768px) {
    .flow-arrow {
      position: absolute;
      left: 30px;
      bottom: -35px; }
      .flow-arrow img {
        transform: rotate(90deg);
        width: auto;
        height: 24px; } }

@media (max-width: 768px) {
  .flow-item:last-of-type .flow-arrow {
    display: none; } }

.flow-description {
  flex: 1;
  background: white;
  border: 2px solid #E5E7EB;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .flow-description p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 8px 0; }
  .flow-description p:first-child {
    margin-top: 0; }
  .flow-description p:last-child {
    margin-bottom: 0; }
  .flow-description .note {
    font-size: var(--font-size-sm);
    color: #6B7280;
    margin-top: 20px; }
  @media (max-width: 768px) {
    .flow-description {
      width: 100%; } }

.flow-note {
  margin: clamp(60px, 10vw, 100px) 0; }

.service-section {
  background-color: #fff; }

.service-subtitle {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 24px; }

.video-content {
  margin-top: 60px;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 80px; }
  .video-content:first-of-type {
    margin-top: 80px; }

.video-title {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.6; }

.video-subtitle {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  color: #6B7280; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 12px;
  margin: 0 auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.research-content {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 60px; }
  @media (max-width: 960px) {
    .research-content {
      flex-direction: column;
      gap: 40px; } }

/* カラム内側（中央側）のpaddingは0。外側だけ付ける */
.research-text {
  padding: 0 2em 0 0; }

/* 左外側だけ */
.research-image {
  padding: 0 24px 0 0; }

/* 右外側だけ */
.research-text {
  flex: 1; }
  .research-text p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 0 0 1em; }
    .research-text p:first-child {
      margin-top: 0; }
    .research-text p:last-child {
      margin-bottom: 0; }

.text-link {
  color: #076AB8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease; }
  .text-link:hover {
    color: #054e87;
    text-decoration: underline; }

.research-image {
  flex: 0 0 auto;
  width: clamp(280px, 40vw, 400px); }
  .research-image img {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 960px) {
    .research-image {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; } }

/* Blog cards grid -------------------------------------------------- */
/* PC:3 / Tablet:2 / SP:1 */
.blog-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 24px); }

/* Responsive switches */
@media (max-width: 1024px) {
  .blog-cards__grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .blog-cards__grid {
    grid-template-columns: 1fr; } }
/* “一覧へ”ボタン：1行ぶち抜きで右端寄せ */
.blog-cards__more {
  grid-column: 1 / -1;
  /* ぶち抜き */
  justify-self: end;
  /* 右端寄せ */
  margin-top: 8px; }

/* _blog-cards.scss（またはブログ用のscss）例：配置のみ */
.blog-more {
  margin-top: 10px; }
  .blog-more a {
    font-size: 14px; }

/* すでに .blog-cards .container に display:grid; を当ててるならOK */
.blog-cards .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 24px); }

@media (max-width: 1024px) {
  .blog-cards .container {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .blog-cards .container {
    grid-template-columns: 1fr; } }
/* ← クラス名を HTML に合わせて .blog-more にする */
.blog-cards .container > .blog-more {
  grid-column: 1 / -1;
  /* 1行ぶち抜き */
  justify-self: end;
  /* 右端寄せ */
  margin-top: 8px; }

/* 共通ボタン（コンポーネントへ移して再利用推奨） */
.btn.btn--outline {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 10px 18px;
  border: 1px solid #1d4ed8;
  border-radius: 999px;
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600; }

.blog-header {
  padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 60px) clamp(40px, 6vw, 60px);
  background: #fff; }
  .blog-header .container {
    max-width: 990px;
    margin: 0 auto; }

.page-title {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 32px; }

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px; }

.tag-btn {
  padding: 8px 20px;
  background: white;
  border: 1px solid #D1D5DB;
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: #4B5563;
  cursor: pointer;
  transition: all 0.3s ease; }
  .tag-btn:hover {
    color: #fff;
    font-weight: 900;
    font-variation-settings: "wght" 900; }
  .tag-btn.active {
    background: #076AB8;
    border-color: #076AB8;
    color: white; }

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

.chip {
  display: inline-block;
  padding: 10px 16px 8px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease; }
  .chip.chip--software {
    background-color: #076AB8;
    color: #fff; }
    .chip.chip--software:hover {
      background-color: #054e87; }
  .chip.chip--hardware {
    background-color: #7F9FB8;
    color: #fff; }
    .chip.chip--hardware:hover {
      background-color: #5e86a6; }
  .chip.chip--research {
    background-color: #5F5F5F;
    color: #fff; }
    .chip.chip--research:hover {
      background-color: #464646; }
  .chip.chip--case-study {
    background-color: #1B4362;
    color: #fff; }
    .chip.chip--case-study:hover {
      background-color: #10283a; }
  .chip.chip--tips {
    background-color: #CFEAFF;
    color: #076AB8; }
    .chip.chip--tips:hover {
      background-color: #b6dfff; }
  .chip.active {
    transform: scale(1.05); }

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap; }
  .badge.badge-software {
    background-color: #076AB8;
    color: #fff; }
  .badge.badge-hardware {
    background-color: #7F9FB8;
    color: #fff; }
  .badge.badge-research {
    background-color: #5F5F5F;
    color: #fff; }
  .badge.badge-case-study {
    background-color: #1B4362;
    color: #fff; }
  .badge.badge-tips {
    background-color: #CFEAFF;
    color: #076AB8; }

.blog-tabs {
  display: flex;
  gap: 10px;
  margin-top: 24px; }

.tab-btn {
  padding: 2px 18px;
  background: #EDEEEE;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
  border-radius: 7px;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.3s ease; }
  .tab-btn:hover {
    color: #333333; }
  .tab-btn.active {
    color: #076AB8; }

.card-tags {
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.tag-label {
  padding: 4px 12px;
  background: #EDEEEE;
  border: none;
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
  color: #6B7280;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease; }
  .tag-label:hover {
    background: #e0e2e2;
    transform: translateY(-1px); }
  .tag-label:active {
    transform: translateY(0); }

.tag-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px; }

.tag-filter-btn {
  padding: 6px 18px;
  background: #EDEEEE;
  border: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 7px;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.3s ease; }
  .tag-filter-btn:hover {
    color: #333333; }
  .tag-filter-btn.active {
    background: #076AB8;
    color: white; }

.blog-list {
  padding: clamp(60px, 8vw, 80px) clamp(20px, 4vw, 60px);
  background: white; }
  .blog-list .container {
    max-width: 1200px;
    margin: 0 auto; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .blog-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 960px) {
    .blog-grid {
      grid-template-columns: 1fr;
      gap: 24px; } }

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease; }
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }

.card-link {
  display: block;
  text-decoration: none;
  color: inherit; }

.card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #F1F5F9; }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .blog-card:hover .card-image img {
    transform: scale(1.05); }

.category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: white; }
  .category-badge.badge-software {
    background: #3B82F6; }
  .category-badge.badge-hardware {
    background: #6B7280; }
  .category-badge.badge-circuit {
    background: #1F2937; }
  .category-badge.badge-ai {
    background: #8B5CF6; }
  .category-badge.badge-tips {
    background: #06B6D4; }

.card-content {
  padding: 20px; }

.card-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card-excerpt {
  font-size: var(--font-size-sm);
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card-meta {
  display: flex;
  gap: 16px;
  font-size: var(--font-size-xs);
  color: #9CA3AF; }

.blog-post-page {
  padding: clamp(50px, 7vw, 110px) clamp(20px, 4vw, 60px) clamp(70px, 8vw, 110px); }
  .blog-post-page .post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap; }
    .blog-post-page .post-meta .post-date {
      font-size: var(--font-size-md);
      font-weight: 500;
      font-variation-settings: "wght" 500;
      color: #333333; }
    .blog-post-page .post-meta .post-categories {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap; }
    .blog-post-page .post-meta .post-cat {
      display: inline-block;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 600;
      color: white;
      background: #076AB8;
      border-radius: 999px;
      text-decoration: none;
      transition: opacity 0.3s ease; }
      .blog-post-page .post-meta .post-cat:hover {
        opacity: 1 !important; }

.alternating-section {
  padding: clamp(60px, 10vw, 100px) 0;
  background: white; }
  .alternating-section .container {
    max-width: 1200px;
    margin: 0 auto; }

.alternating-row {
  display: flex;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  margin-bottom: clamp(60px, 10vw, 120px); }
  .alternating-row:last-child {
    margin-bottom: 0; }
  .alternating-row .text-content {
    flex: 1;
    order: 1; }
  .alternating-row .image-content {
    flex: 1;
    order: 2; }
  .alternating-row.reverse .text-content {
    order: 2; }
  .alternating-row.reverse .image-content {
    order: 1; }
  @media (max-width: 960px) {
    .alternating-row {
      flex-direction: column;
      gap: 32px; }
      .alternating-row .text-content {
        order: 2 !important; }
      .alternating-row .image-content {
        order: 1 !important; } }

.text-content .section-heading {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 4px solid #076AB8; }
.text-content p {
  font-size: var(--font-size-md);
  line-height: 1.8;
  color: #333333;
  margin-bottom: 16px; }
  .text-content p:last-child {
    margin-bottom: 0; }

.image-content {
  text-align: center; }
  .image-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.page-title-section {
  padding: clamp(60px, 10vw, 100px) clamp(20px, 4vw, 60px) clamp(40px, 6vw, 60px);
  background: white; }
  .page-title-section h1 {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    text-align: center; }

.research-list-section {
  padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 60px);
  background: #EFF6FB;
  min-height: 800px; }
  .research-list-section .container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 !important; }

.research-card {
  background: white;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease; }
  .research-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px); }
  .research-card:last-child {
    margin-bottom: 0; }

.research-card-link {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 24px 28px;
  text-decoration: none;
  color: #333333; }
  @media (max-width: 768px) {
    .research-card-link {
      gap: 16px;
      padding: 20px 16px; } }

.research-meta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 120px;
  font-size: var(--font-size-md);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #6B7C8C; }
  @media (max-width: 768px) {
    .research-meta {
      min-width: 100px;
      gap: 8px; } }

.research-divider {
  width: 2px;
  background: #E5E7EB;
  flex-shrink: 0;
  align-self: stretch; }

.research-title {
  flex: 1;
  font-size: var(--font-size-md);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .research-title {
      font-size: var(--font-size-md); } }

.research-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease; }
  .research-arrow img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease; }
  .research-card:hover .research-arrow img {
    transform: translateX(4px); }
  @media (max-width: 768px) {
    .research-arrow {
      width: 32px;
      height: 32px; }
      .research-arrow img {
        width: 16px;
        height: 16px; } }

.research-detail {
  padding: clamp(120px, 20vw, 220px) clamp(20px, 4vw, 60px) clamp(50px, 10vw, 110px);
  background: #EFF6FB; }
  .research-detail .container {
    max-width: 990px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 60px) clamp(24px, 4vw, 48px);
    background: white;
    border-radius: 16px; }

.research-page-title {
  text-align: center;
  margin-bottom: 32px; }

.research-label {
  display: inline-block;
  font-size: var(--font-size-md);
  font-weight: 600;
  color: #6B7280;
  padding-bottom: 12px;
  min-width: 150px;
  text-align: center;
  border-bottom: 2px solid #6B7C8C; }

.research-main-title {
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4; }

.research-text-section {
  margin-bottom: 40px;
  text-align: center; }
  .research-text-section p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 16px 0; }
    .research-text-section p:first-child {
      margin-top: 0; }
    .research-text-section p:last-child {
      margin-bottom: 0; }

.research-figure {
  margin: clamp(32px, 5vw, 48px) clamp(50px, 6vw, 70px);
  text-align: center; }
  @media (max-width: 768px) {
    .research-figure {
      margin: 0; } }
  .research-figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px; }

.research-highlight-box {
  background: #F0F7FC;
  border: 3px solid #076AB8;
  padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 40px);
  margin-top: 60px;
  position: relative; }
  .research-highlight-box p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 16px 0; }
    .research-highlight-box p:first-of-type {
      margin-top: 0; }
    .research-highlight-box p:last-of-type {
      margin-bottom: 0; }

.highlight-title {
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  top: -1;
  left: 0; }

.highlight-figure {
  margin: 32px 0 0;
  text-align: center; }
  .highlight-figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.section-box {
  position: relative;
  border: 2px solid #076AB8;
  /* 枠線（青） */
  border-radius: 6px;
  padding: 32px 24px 24px;
  margin: 40px 0;
  background: #fff; }

/* 左上のラベル部分 */
.section-label {
  position: absolute;
  top: 0px;
  left: -1px;
  background: #076AB8;
  color: #fff;
  font-size: var(--font-size-md);
  font-weight: 600;
  padding: 4px 12px; }

/* 中身（画像など） */
.section-content {
  padding: clamp(30px, 6vw, 50px) clamp(16px, 3vw, 20px) clamp(20px, 3vw, 30px); }
  .section-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.product-detail {
  padding: clamp(60px, 10vw, 130px) clamp(20px, 4vw, 60px) clamp(60px, 10vw, 100px);
  background: #EFF6FB; }
  .product-detail .container {
    max-width: 990px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 60px) clamp(24px, 4vw, 48px);
    background: white;
    border-radius: 16px; }

.product-layout {
  display: flex;
  gap: clamp(32px, 6vw, 60px); }
  @media (max-width: 960px) {
    .product-layout {
      flex-direction: column;
      gap: 40px; } }

.product-gallery {
  flex: 0 0 auto;
  width: 45%; }
  @media (max-width: 960px) {
    .product-gallery {
      width: 100%; } }

.gallery-main-wrapper {
  position: relative;
  margin-bottom: 16px; }

.gallery-main {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background: #F1F5F9;
  position: relative;
  cursor: crosshair; }
  .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.zoom-box {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #076AB8;
  background: rgba(7, 106, 184, 0.2);
  pointer-events: none;
  display: none;
  z-index: 10; }

.zoom-result {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1;
  max-width: 100%;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
  z-index: 100;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  @media (max-width: 960px) {
    .zoom-result {
      display: none !important; } }

.product-info {
  flex: 1;
  position: relative; }

.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

.thumbnail-item {
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #F1F5F9;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0; }
  .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .thumbnail-item:hover {
    border-color: #9CA3AF; }
  .thumbnail-item.active {
    border-color: #076AB8; }

.product-info {
  flex: 1; }

.product-title {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4; }

.product-description {
  font-size: var(--font-size-lg);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 32px; }

.product-meta {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E5E7EB; }

.meta-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 12px; }

.meta-label {
  font-size: var(--font-size-sm);
  color: #6B7280;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: var(--font-size-sm);
  font-weight: 600; }
  .badge.badge-pink {
    background: #FCE7F3;
    color: #BE185D; }

.product-price {
  font-size: clamp(17px, 5vw, 22px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin: 0; }

.btn-purchase {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 32px;
  background: white;
  color: #076AB8;
  border: 2px solid #076AB8;
  border-radius: 999px;
  font-size: var(--font-size-md);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease; }
  .btn-purchase img {
    width: 40px;
    height: 40px; }
  .btn-purchase:hover {
    background: #076AB8;
    color: white; }
    .btn-purchase:hover img {
      filter: brightness(0) invert(1); }

.product-details {
  margin-top: 40px; }
  .product-details h3 {
    font-size: var(--font-size-lg);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    margin-bottom: 16px; }
  .product-details p {
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333;
    margin: 12px 0; }
    .product-details p:first-of-type {
      margin-top: 0; }
    .product-details p:last-of-type {
      margin-bottom: 0; }

.gallery-main {
  margin-bottom: 16px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background: #F1F5F9;
  position: relative;
  cursor: zoom-in; }
  .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }
  .gallery-main:hover img {
    transform: scale(1.05); }

.zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: var(--font-size-sm);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease; }

.gallery-main:hover .zoom-hint {
  opacity: 1; }

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 40px; }
  .image-modal.active {
    display: flex;
    align-items: center;
    justify-content: center; }

.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s ease; }

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s ease; }
  .modal-close:hover {
    color: #ccc; }

.product-feature-section {
  margin-top: clamp(4em, 4vw, 8em);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 2em;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  max-width: 990px; }
  .product-feature-section h3 {
    font-size: 24px;
    color: #076AB8;
    margin-top: 0; }

.section-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #076AB8;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px; }
  .section-title .section-icon {
    padding-top: 10px; }

.feature-item {
  margin-bottom: 20px; }
  .feature-item:last-child {
    margin-bottom: 0; }

.feature-title {
  font-size: var(--font-size-md);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin-bottom: 8px; }

.feature-description {
  font-size: var(--font-size-md);
  line-height: 1.7;
  color: #4B5563;
  margin: 0; }

.set-contents-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .set-contents-list li {
    font-size: var(--font-size-md);
    color: #333333;
    padding: 8px 0;
    padding-left: 24px;
    position: relative; }
    .set-contents-list li::before {
      content: "•";
      position: absolute;
      left: 8px;
      color: #333333;
      font-weight: bold; }

.category-section {
  padding: 0 clamp(20px, 4vw, 60px);
  background-color: #EFF6FB; }
  @media (max-width: 960px) {
    .category-section {
      padding: clamp(30px, 4vw, 50px) clamp(20px, 4vw, 40px); } }
  @media (max-width: 768px) {
    .category-section {
      padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 24px); } }

.category-container {
  max-width: 980px;
  margin: 0 auto; }

.category-title {
  text-align: center;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #333333;
  margin-bottom: clamp(24px, 4vw, 40px);
  letter-spacing: 0.5px; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 24px);
  justify-items: center;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .category-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(16px, 3vw, 20px); } }
  @media (max-width: 768px) {
    .category-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(12px, 2vw, 16px); } }

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 2vw, 16px);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  padding: clamp(8px, 2vw, 12px);
  border-radius: 8px; }
  .category-item:hover {
    transform: translateY(-5px); }
    .category-item:hover .category-icon {
      background-color: #d1d5db;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  .category-item:active {
    transform: translateY(-2px); }
  @media (max-width: 960px) {
    .category-item {
      gap: clamp(10px, 2vw, 12px);
      padding: clamp(6px, 2vw, 8px); } }

.category-icon {
  width: clamp(60px, 12vw, 100px);
  height: clamp(60px, 12vw, 100px);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0; }
  .category-icon svg {
    width: clamp(40px, 8vw, 60px);
    height: clamp(40px, 8vw, 60px);
    color: #6b7280;
    stroke-width: 2; }
  @media (max-width: 960px) {
    .category-icon {
      width: clamp(80px, 10vw, 100px);
      height: clamp(80px, 10vw, 100px); }
      .category-icon svg {
        width: clamp(35px, 6vw, 50px);
        height: clamp(35px, 6vw, 50px); } }
  @media (max-width: 768px) {
    .category-icon {
      width: clamp(70px, 20vw, 90px);
      height: clamp(70px, 20vw, 90px); }
      .category-icon svg {
        width: clamp(30px, 15vw, 40px);
        height: clamp(30px, 15vw, 40px); } }

.category-tag {
  background-color: #6B7C8C;
  color: #fff;
  padding: clamp(6px, 1.5vw, 8px) clamp(12px, 2vw, 16px);
  border-radius: 2px;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-align: center;
  min-width: clamp(80px, 15vw, 100px);
  letter-spacing: 0.3px;
  white-space: nowrap; }
  @media (max-width: 960px) {
    .category-tag {
      font-size: clamp(11px, 1.5vw, 13px);
      padding: 5px clamp(8px, 1.5vw, 12px);
      min-width: clamp(70px, 12vw, 90px); } }
  @media (max-width: 768px) {
    .category-tag {
      font-size: clamp(10px, 1.5vw, 12px);
      padding: 4px clamp(6px, 1.5vw, 10px);
      min-width: clamp(60px, 18vw, 80px); } }

.category-name {
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #374151;
  text-align: center;
  line-height: 1.4; }
  @media (max-width: 960px) {
    .category-name {
      font-size: clamp(12px, 1.5vw, 14px); } }
  @media (max-width: 768px) {
    .category-name {
      font-size: clamp(11px, 1.5vw, 13px); } }

.products-list-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 60px); }

.products-container {
  max-width: 990px;
  margin: 0 auto; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 32px); }
  @media (max-width: 960px) {
    .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(20px, 3vw, 28px); } }
  @media (max-width: 768px) {
    .products-grid {
      grid-template-columns: 1fr;
      gap: clamp(16px, 3vw, 24px); } }

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px; }
  .product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #d1d5db; }

.product-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f3f4f6; }
  .product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }
  .product-card:hover .product-card-image img {
    transform: scale(1.05); }

.product-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: clamp(16px, 0.5vw, 20px); }

.product-card-title {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #333333;
  margin: 0 0 clamp(8px, 1.5vw, 12px) 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .product-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease; }
    .product-card-title a:hover {
      color: #076AB8; }

.product-card-excerpt {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 clamp(12px, 2vw, 16px) 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1; }

.product-card-price {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  margin: 0 0 clamp(12px, 2vw, 16px) 0; }

.product-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.5vw, 12px) clamp(16px, 2vw, 20px);
  background: #076AB8;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%; }
  .product-card-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3); }
  .product-card-btn:active {
    transform: translateY(0); }
  @media (max-width: 768px) {
    .product-card-btn {
      font-size: 14px;
      padding: 12px 16px; } }

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer; }
  .product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #d1d5db; }

.category-item.active .category-icon {
  barder: 1px solid #076AB8; }
  .category-item.active .category-icon svg {
    color: white; }
.category-item.active .category-tag {
  background-color: #076AB8; }

.product-card {
  animation: fadeIn 0.3s ease; }
  .product-card:not(.show) {
    display: none; }

@keyframes fadeIn {
  from {
    opacity: 0.7;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.company-hero {
  background: #F9FAFB;
  padding: clamp(40px, 6vw, 60px) 0 0;
  overflow: hidden; }
  .company-hero .city-illustration {
    max-width: 1400px;
    margin: 0 auto;
    padding: 160px;
    background-image: url("../images/fv/ill-pc.jpg");
    background-size: contain;
    background-position: bottom;
    margin-top: -60px; }
    .company-hero .city-illustration img {
      width: 100%;
      height: auto;
      display: block; }

.company-overview,
.clients-achievements {
  padding: clamp(40x, 6vw, 60px) clamp(20px, 4vw, 60px);
  background: white; }

.electronic-ad,
.executive-biography {
  padding: clamp(40x, 6vw, 60px) clamp(20px, 4vw, 60px);
  background: #EFF6FB; }

.section-title {
  margin-bottom: clamp(32px, 6vw, 48px);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #333333;
  line-height: 1.4; }
  .section-title .label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #076AB8;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    text-transform: uppercase; }

.info-table {
  width: 100%;
  border-collapse: collapse; }
  .info-table tr {
    border-bottom: 1px solid #E5E7EB; }
  .info-table th {
    width: 180px;
    padding: 24px 20px;
    text-align: left;
    font-size: var(--font-size-md);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    vertical-align: top;
    border-bottom: 3px solid #B3B3B3; }
    @media (max-width: 960px) {
      .info-table th {
        width: 120px;
        padding: 16px 12px;
        font-size: var(--font-size-sm); } }
  .info-table td {
    padding: 24px 20px;
    font-size: var(--font-size-md);
    line-height: 1.8;
    color: #333333; }
    @media (max-width: 960px) {
      .info-table td {
        padding: 16px 12px;
        font-size: var(--font-size-sm); } }
    .info-table td strong {
      font-weight: 700;
      font-variation-settings: "wght" 700; }

.address-item {
  margin-bottom: 16px; }

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

.ad-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: white;
  border-radius: 8px;
  border: 1px solid #E5E7EB; }
  @media (max-width: 960px) {
    .ad-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; } }

.ad-period {
  font-size: var(--font-size-md);
  color: #333333;
  font-weight: 600;
  font-variation-settings: "wght" 600; }

.ad-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: white;
  color: #076AB8;
  border: 2px solid #076AB8;
  border-radius: 999px;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease; }
  .ad-link:hover {
    background: #076AB8;
    color: white; }

.clients-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px; }
  @media (max-width: 960px) {
    .clients-list {
      grid-template-columns: 1fr;
      gap: 12px; } }
  .clients-list li {
    font-size: var(--font-size-md);
    color: #333333;
    padding-left: 20px;
    position: relative; }
    .clients-list li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #076AB8;
      font-weight: bold;
      font-size: 20px; }
    .clients-list li:last-child {
      grid-column: 1 / -1;
      color: #6B7280;
      font-size: var(--font-size-sm); }
      .clients-list li:last-child::before {
        content: ""; }

.bio-table {
  width: 100%;
  border-collapse: collapse; }
  .bio-table tr {
    border-bottom: 1px solid #E5E7EB; }
    .bio-table tr:last-child {
      border-bottom: none; }
  .bio-table th {
    width: 120px;
    padding: 24px 20px;
    text-align: left;
    font-size: var(--font-size-md);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #333333;
    vertical-align: top; }
    @media (max-width: 960px) {
      .bio-table th {
        width: 80px;
        padding: 16px 12px;
        font-size: var(--font-size-sm); } }
  .bio-table td {
    padding: 24px 20px; }
    @media (max-width: 960px) {
      .bio-table td {
        padding: 16px 12px; } }

.bio-item {
  font-size: var(--font-size-sm);
  line-height: 1.8;
  color: #333333;
  margin-bottom: 12px; }
  .bio-item:last-child {
    margin-bottom: 0; }

.page-heading {
  padding: 20px 0;
  text-align: left;
  margin-bottom: clamp(32px, 6vw, 48px); }
  .page-heading .eyecatch {
    font-size: 12px;
    font-variation-settings: 'wght' 700;
    color: #076A8B;
    display: block;
    margin-bottom: 1px; }
  .page-heading h1, .page-heading h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 0;
    color: #333333; }

.award-list {
  list-style: none;
  counter-reset: award-counter;
  padding: 0;
  margin: 0; }
  .award-list li {
    counter-increment: award-counter;
    display: grid;
    grid-template-columns: 30px 120px 1fr;
    gap: 16px;
    margin-bottom: 16px;
    font-size: var(--font-size-sm);
    line-height: 1.8;
    align-items: start; }
    .award-list li:last-child {
      margin-bottom: 0; }
    .award-list li::before {
      content: counter(award-counter) ".";
      font-weight: 600;
      color: #333333; }
    @media (max-width: 960px) {
      .award-list li {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 20px; }
        .award-list li::before {
          content: counter(award-counter) ". ";
          display: inline; } }
  .award-list .year {
    font-weight: normal;
    font-family: 'Inter',sans-serif !important;
    color: #333333;
    white-space: nowrap;
    text-align: right; }
    @media (max-width: 960px) {
      .award-list .year {
        display: inline;
        margin-right: 8px; } }
  .award-list .content {
    color: #333333;
    line-height: 1.8; }
    @media (max-width: 960px) {
      .award-list .content {
        display: inline; } }

.history-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .history-list li {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    margin-bottom: 12px;
    font-size: var(--font-size-sm);
    line-height: 1.8;
    align-items: start; }
    .history-list li:last-child {
      margin-bottom: 0; }
    @media (max-width: 960px) {
      .history-list li {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 16px; } }
  .history-list .year {
    font-weight: 600;
    color: #333333;
    white-space: nowrap; }
    @media (max-width: 960px) {
      .history-list .year {
        display: inline;
        margin-right: 8px; } }
  .history-list .content {
    color: #333333;
    line-height: 1.8; }
    @media (max-width: 960px) {
      .history-list .content {
        display: inline; } }

.history-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.history-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  /* 年と内容の間隔 */
  margin-bottom: 0.8em; }

.history-list .year {
  flex: 0 0 7em;
  /* 固定幅で揃える（7em = おおよそ年月分） */
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
  font-family: 'Inter',sans-serif !important;
  color: #333; }

.history-list .content {
  flex: 1;
  /* 残り幅いっぱい */
  line-height: 1.6; }

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), url("../images/fv/ill-pc.jpg") center/cover no-repeat;
  color: #0f172a;
  text-align: center;
  padding: clamp(60px, 14vw, 100px) 16px clamp(140px, 20vw, 260px); }
  .hero .container {
    padding-top: 0;
    background: none !important;
    box-shadow: none !important; }
    .hero .container h1 {
      font-size: clamp(40px, 6.6vw, 100px);
      line-height: 1.4;
      letter-spacing: .02em;
      font-variation-settings: 'wght' 800;
      color: #003158; }
    @media (max-width: 960px) {
      .hero .container section.hero.section .container.narrow > h1 {
        transform: translateY(-50px) !important; } }
  .hero .lead {
    margin-top: 14px;
    color: #475569;
    font-size: clamp(14px, 2.4vw, 18px); }
  .hero .scroll {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    font-size: 12px;
    color: #334155;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; }
    .hero .scroll i {
      width: 18px;
      height: 18px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: rotate(-45deg);
      animation: heroArrow 1.3s infinite; }
  @media (max-width: 960px) and (min-width: 768px) {
    .hero {
      background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), url("../images/fv/ill-tablet.jpg") center/cover no-repeat; } }
  @media (max-width: 768px) {
    .hero {
      background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), url("../images/fv/ill-sp.jpg") center/cover no-repeat; } }

@keyframes heroArrow {
  0% {
    transform: translateY(0) rotate(-45deg);
    opacity: 1; }
  70% {
    transform: translateY(8px) rotate(-45deg);
    opacity: .1; }
  100% {
    transform: translateY(0) rotate(-45deg);
    opacity: 0; } }
.introduce {
  text-align: center; }
  .introduce h2 {
    margin-bottom: 8vh;
    color: #076AB8;
    font-size: clamp(25px, 20vw, 30px); }
  .introduce p {
    max-width: 370px;
    margin: 0 auto; }

.info-block {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--spacing);
  padding: var(--spacing);
  border-radius: 10px;
  color: #fff; }
  .info-block .text-content {
    padding: var(--spacing); }
  .info-block .illustration-content {
    text-align: center; }
  .info-block.primary-bg {
    background-color: var(--secondary-color); }
  .info-block.secondary-bg {
    background-color: var(--primary-color); }
  @media (min-width: 768px) {
    .info-block {
      flex-direction: row;
      align-items: center; }
      .info-block > div {
        flex: 1; }
      .info-block.reverse {
        flex-direction: row-reverse; } }

.blog-section {
  background-color: var(--light-bg); }
  .blog-section .blog-grid {
    display: grid;
    gap: var(--spacing);
    grid-template-columns: 1fr; }
    @media (min-width: 992px) {
      .blog-section .blog-grid {
        grid-template-columns: repeat(3, 1fr); } }
    .blog-section .blog-grid .blog-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.title-hero {
  display: block;
  margin: 24px 0 8px;
  height: clamp(250px, 35vw, 350px); }
  .title-hero .svg-title-text {
    font-size: clamp(30px, 7vw, 70px);
    font-weight: 400 !important; }
  .title-hero #bandRect {
    animation: slide 15s linear infinite; }
  .title-hero #sparkCircle {
    transform: translate(-200px, 300px);
    animation: spark 8s ease-in-out infinite; }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(1400px); } }
@keyframes spark {
  0% {
    transform: translate(-200px, 300px); }
  50% {
    transform: translate(1200px, 120px); }
  100% {
    transform: translate(2600px, 300px); } }
@media (prefers-reduced-motion: reduce) {
  .title-hero #bandRect,
  .title-hero #sparkCircle {
    animation: none !important; } }
/* =========================
 * About / Feature / News / Blog / Footer
 * ========================= */
/* ===== About の交互フルブリード帯 ===== */
.about {
  overflow: hidden;
  /* 行コンテナ */
  /* 1段目・3段目…は右端にピッタリ（左だけ角丸） */
  /* 2段目・4段目…は左端にピッタリ（右だけ角丸） */ }
  .about .about-row {
    position: relative;
    max-width: 1040px;
    margin: clamp(18px, 4vw, 28px) auto clamp(40px, 7vw, 90px);
    z-index: 0;
    /* 擬似要素より上に中身を出したいので 1 でもOK */
    /* 中身のレイアウト（左右２カラム） */
    display: flex;
    align-items: center;
    gap: clamp(16px, 3.2vw, 40px);
    padding: 3em;
    color: #fff;
    /* ここが“はみ出す青帯”本体 */ }
    .about .about-row h3 {
      font-size: var(--font-size-md);
      font-weight: 400;
      color: #fff; }
    .about .about-row .media {
      flex: 1 1 50%;
      text-align: center; }
    .about .about-row .media img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .about .about-row .text {
      flex: 1 1 50%;
      min-width: 0; }
    .about .about-row::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background: #0b63a5;
      z-index: -1;
      /* 中身の背面に置く */
      /* 初期は何もしない（後の odd/even で指定） */ }
  .about .about-row:nth-of-type(odd)::before {
    left: 0;
    right: calc(50% - 50vw);
    /* 右へビュー端まで伸ばす */
    border-radius: 18px 0 0 18px;
    /* 内側だけ丸める */ }
  .about .about-row:nth-of-type(even)::before {
    left: calc(50% - 50vw);
    /* 左へビュー端まで伸ばす */
    right: 0;
    border-radius: 0 18px 18px 0; }

/* スマホは一列＆帯は左右とも内側（普通のカード風） */
/* =========================
   About：スマホ（〜960px）
   上段=右ピッタリ、下段=左ピッタリ
   ========================= */
@media (max-width: 1100px) {
  .about .about-row {
    padding: 3em;
    margin: 3em 0 !important; }

  .about .about-row:nth-of-type(odd) {
    padding-left: 3em;
    margin-left: 3em !important;
    margin-right: 0 !important; } }
@media (max-width: 960px) {
  .about .about-row {
    position: relative;
    overflow: visible;
    isolation: isolate;
    background: transparent;
    padding: 3em;
    margin: 3em 0 !important; }

  .about .about-row:nth-of-type(odd) {
    padding-left: 3em;
    margin-left: 3em !important;
    margin-right: 0 !important; }

  .about .about-row:nth-of-type(odd)::before {
    right: calc(50% - 50vw);
    left: 0;
    border-radius: 18px 0 0 18px; }

  .about .about-row:nth-of-type(even) {
    padding-right: 3em;
    margin-right: 3em !important;
    margin-left: 0 !important; }

  .about .about-row:nth-of-type(even)::before {
    left: calc(50% - 50vw);
    right: 0;
    border-radius: 0 18px 18px 0; }

  .about .about-row .media img {
    max-width: 100%;
    height: auto;
    display: block; } }
@media (max-width: 960px) {
  .about .about-row {
    flex-direction: column;
    /* ← 縦並びにする */ }

  .about .about-row .media {
    order: -1;
    /* ← 画像を先に（上に） */
    margin-bottom: 1em;
    /* 画像とテキストの間に余白 */ }

  .about .about-row .text {
    order: 0;
    /* ← テキストは後ろ（下に） */ } }
/* =========================
   News：スマホ（〜960px）

   ========================= */
.news {
  margin-top: 2em; }
  .news .news-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start; }
  .news .news-heading {
    padding: 20px 20px 20px 0;
    text-align: left; }
    .news .news-heading .eyecatch {
      font-size: 12px;
      font-variation-settings: 'wght' 700;
      color: #076A8B;
      display: block;
      margin-bottom: 1px; }
    .news .news-heading h2 {
      font-size: 20px;
      font-weight: 700;
      margin-top: 0 !important; }
  .news .news-list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .news .news-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border-bottom: 1px solid #6B7C8C;
    min-height: 110px; }
    .news .news-item .meta {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: var(--font-size-xs);
      color: #111111;
      font-variation-settings: "wght" 500; }
    .news .news-item .meta time {
      font-size: var(--font-size-md);
      font-weight: bold;
      font-variation-settings: "wght" bold; }
    .news .news-item .meta .cat {
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 999px;
      background: #076AB8;
      color: #fff; }
    .news .news-item .title {
      font-size: var(--font-size-xs);
      font-variation-settings: "wght" 400;
      line-height: 1.4;
      color: #0f172a;
      margin: 10px 0 15px; }
  .news .news-more {
    margin-top: 10px;
    text-align: right; }
    .news .news-more a {
      font-size: 14px;
      text-decoration: none;
      color: #0b63a5;
      border: 1px solid #0b63a5;
      padding: 4px 12px;
      border-radius: 20px;
      transition: .2s; }
      .news .news-more a:hover {
        background: #0b63a5;
        color: #fff; }
  @media (max-width: 768px) {
    .news .news-container {
      grid-template-columns: 1fr; }
    .news .news-heading {
      padding-left: 0; } }

/* =========================
   TechbBlog：スマホ（〜960px）

   ========================= */
.blog-cards {
  background: #EFF6FB;
  padding: clamp(48px, 10vw, 96px) 0; }
  .blog-cards .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px; }
    @media (min-width: 768px) {
      .blog-cards .container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .blog-cards .container {
        grid-template-columns: repeat(3, 1fr); } }

.blog-card {
  position: relative;
  background: white;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column; }
  .blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px); }
  .blog-card .card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .blog-card .thumb {
    margin: 1em;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: #F1F5F9;
    border-radius: 0 12px 0 40px; }
    .blog-card .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
  .blog-card:hover .thumb img {
    transform: scale(1.05); }
  .blog-card .meta {
    padding: 16px 20px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap; }
  .blog-card .date {
    font-size: 13px;
    color: #64748B;
    font-weight: 500; }
  .blog-card .card-header {
    padding: 16px 20px 0; }
  .blog-card .card-tags {
    padding: 0; }
  .blog-card .date {
    font-size: 13px;
    color: #64748B;
    font-weight: 500; }
  .blog-card .chips {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .blog-card .chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap; }
    .blog-card .chip.chip--blue {
      background: #076AB8;
      color: white; }
    .blog-card .chip.chip--green {
      background: #059669;
      color: white; }
    .blog-card .chip.chip--gray {
      background: #9CA3AF;
      color: white; }
    .blog-card .chip.chip--orange {
      background: #EA580C;
      color: white; }
    .blog-card .chip.chip--purple {
      background: #9333EA;
      color: white; }
  .blog-card .title {
    padding: 12px 20px 0;
    font-size: clamp(15px, 2.8vw, 18px);
    font-weight: 700;
    line-height: 1.5;
    color: #0F172A;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-card .excerpt {
    padding: 8px 20px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
    margin: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-card .card-footer {
    padding: 16px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    z-index: 2; }
  .blog-card .more {
    font-size: 14px;
    font-weight: 600;
    color: #6B7C8C; }
  .blog-card .icon {
    width: 20px;
    height: 20px;
    color: #6B7C8C;
    transition: transform 0.3s ease; }
  .blog-card:hover .icon {
    transform: translateX(4px); }

.blog-cards-heading {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  text-align: left; }
  .blog-cards-heading .eyecatch {
    font-size: 12px;
    font-variation-settings: 'wght' 700;
    color: #076A8B;
    display: block;
    margin-bottom: 1px; }
  .blog-cards-heading h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0 !important; }

/* まずPCデフォルト。CSS変数を参照する */
.hero.section {
  background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), var(--hero-bg-pc, url("../images/fv/ill-pc.jpg")) center/cover no-repeat; }

/* タブレット */
@media (max-width: 1024px) {
  .hero.section {
    background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), var(--hero-bg-tab, url("../images/fv/ill-tablet.jpg")) center/cover no-repeat; } }
/* スマホ */
@media (max-width: 767px) {
  .hero.section {
    background: linear-gradient(180deg, rgba(7, 106, 184, 0.15) 0%, rgba(7, 106, 184, 0) 70%), var(--hero-bg-sp, url("../images/fv/ill-sp.jpg")) center/cover no-repeat; } }
/* === HOTFIX: SPのヒーロー見出しを上に50px === */
@media (max-width: 768px) {
  section.hero.section .container.narrow > h1 {
    transform: translateY(-45px) !important; } }

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