@charset "UTF-8";
/* =========================================

break point

========================================= */
/* CSS Document */
/*******************

 株式会社エーアイ corporate site

********************/
html, body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

.aibox, #aifooter {
  font-size: clamp(13px, 3.7333333333vw, 15px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #001C2C;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

.aibox .spitem {
  display: block;
}
.aibox .pcitem {
  display: none;
}
.aibox a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .aibox, #aifooter {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto;
  }
  .aibox .spitem {
    display: none;
  }
  .aibox .pcitem {
    display: block;
  }
}
#aifooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.aibox a:hover, #aifooter a:hover {
  text-decoration: none;
}

.aibox img, #aifooter img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  vertical-align: bottom;
}

/* reset */
.aibox header, .aibox h1, .aibox h2, .aibox h3, .aibox h4, .aibox p, .aibox dl, .aibox dt, .aibox dd, .aibox div, .aibox section, .aibox span, .aibox ul, .aibox li, .aibox table, .aibox th, .aibox td, .aibox figure, .aibox figcaption {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.aibox ul, .aibox li {
  list-style: none;
}
.aibox table {
  border-collapse: collapse;
  width: 100%;
}

#aifooter footer, #aifooter div, #aifooter p, #aifooter ul, #aifooter li {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*----------------------------------------*/
.aibox .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aibox .container {
    padding: 0 16px;
  }
}
.aibox .sec {
  padding: clamp(40px, 13.3333333333vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .aibox .sec {
    padding: 48px 0;
  }
}
.aibox {
  /* ===========================
     共通: ボタン
     =========================== */
}
.aibox .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  height: 52px;
  padding: 0 22px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: 1px solid #034C76;
  background: #fff;
  color: #034C76;
  transition: 0.2s;
  cursor: pointer;
}
.aibox .btn:hover {
  background: #034C76;
  color: #fff;
}
.aibox .btn--primary {
  background: #034C76;
  color: #fff;
}
.aibox .btn--primary:hover {
  background: #fff;
  color: #034C76;
}
.aibox {
  /* ===========================
     共通: 見出し
     =========================== */
}
.aibox .heading {
  text-align: center;
}
.aibox .heading__en {
  font-family: "Lato", sans-serif;
  font-size: clamp(0.7rem, 2.4vw, 0.75rem);
  color: #034C76;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.aibox .heading__ja {
  font-size: clamp(1.4rem, 5vw, 1.875rem);
  font-weight: 700;
  color: #034C76;
  letter-spacing: 0.05em;
  display: block;
}
.aibox .heading--white .heading__en, .aibox .heading--white .heading__ja {
  color: #fff;
}
.aibox .subheading {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.aibox .subheading--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.aibox .subheading__small {
  font-size: 0.7rem;
  color: #034C76;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-transform: uppercase;
}
.aibox .subheading__main {
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  font-weight: 700;
  color: #034C76;
}
.aibox .subheading--stack .subheading__main {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.aibox {
  /* ===========================
     共通: 大見出し（小文字英語+大日本語縦並び）
     =========================== */
}
.aibox .secthead {
  margin-bottom: clamp(20px, 3vw, 36px);
  text-align: left;
}
.aibox .secthead__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.6875rem, 1.8vw, 0.8125rem);
  letter-spacing: 0.18em;
  color: #034C76;
  font-weight: 500;
  margin-bottom: clamp(8px, 1.4vw, 16px);
}
.aibox .secthead__ja {
  font-size: clamp(1.625rem, 5vw, 2.625rem);
  font-weight: 700;
  color: #034C76;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin: 0 !important;
}
.aibox {
  /* ===========================
     共通: テーブル（紺色 th + 白 td）
     =========================== */
}
.aibox .infotable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BAC4CA;
  background: #ffffff;
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
}
.aibox .infotable th, .aibox .infotable td {
  padding: clamp(18px, 2.4vw, 28px) clamp(20px, 3vw, 40px);
  border-bottom: 1px solid #BAC4CA;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .aibox .infotable th, .aibox .infotable td {
    padding: 14px 16px;
  }
}
.aibox .infotable th {
  background: #034C76;
  color: #ffffff;
  width: 22%;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .aibox .infotable th {
    width: 110px;
    font-size: 0.8125rem;
  }
}
.aibox .infotable td {
  text-align: left;
  vertical-align: middle;
  color: #001C2C;
}
.aibox .infotable tr:last-child th, .aibox .infotable tr:last-child td {
  border-bottom: 0;
}
.aibox .infotable {
  /* 事業内容などのリスト */
}
.aibox .infotable .bizlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aibox .infotable .bizlist > li {
  padding: clamp(2px, 0.4vw, 4px) 0;
  line-height: 1.95;
}
.aibox .infotable .bizlist__sub {
  list-style: none;
  padding: clamp(8px, 1vw, 12px) 0 clamp(8px, 1vw, 12px) clamp(20px, 3vw, 32px);
  margin: 0;
}
.aibox .infotable .bizlist__sub li {
  padding: clamp(2px, 0.3vw, 3px) 0;
  line-height: 1.9;
}
.aibox .infotable {
  /* その他の認定エンブレム */
}
.aibox .infotable .emblems {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
  margin-top: clamp(20px, 2.4vw, 32px);
}
.aibox .infotable .emblems__item {
  flex: 0 0 auto;
  height: clamp(56px, 7vw, 84px);
}
.aibox .infotable .emblems__item img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.aibox .infotable .emblems__item:nth-child(1) {
  width: clamp(56px, 7vw, 84px);
}
.aibox .infotable .emblems__item:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aibox {
  /* ===========================
     ヘッダー
     =========================== */
}
.aibox .header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.aibox .header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.aibox .header__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 1200px) {
  .aibox .header__container {
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .aibox .header__container {
    max-width: none;
    margin: 0;
    padding: 0 0 0 16px;
  }
}
.aibox .header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .aibox .header__logo {
    padding: 10px 0;
  }
}
.aibox .header__logo-mark {
  width: clamp(40px, 12.8vw, 48px);
  height: clamp(40px, 12.8vw, 48px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7fb8e6 0%, #034C76 70%);
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.aibox .header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.aibox .header__logo-text--en {
  font-size: clamp(0.5rem, 2vw, 0.625rem);
  color: #005BAB;
  letter-spacing: 0.04em;
}
.aibox .header__logo-text--ja {
  font-size: clamp(0.875rem, 3vw, 1.0625rem);
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.aibox .header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 32px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .aibox .header__nav {
    display: none;
  }
}
.aibox .header__nav-sep {
  color: #bbb;
}
.aibox .header__menu {
  background: #001C2C;
  color: #fff;
  width: clamp(64px, 24.5333333333vw, 92px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 0;
}
.aibox .header__menu-icon {
  display: inline-block;
  width: 24px;
  height: 14px;
  position: relative;
}
.aibox .header__menu-icon:before, .aibox .header__menu-icon:after, .aibox .header__menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.aibox .header__menu-icon:before {
  top: 0;
}
.aibox .header__menu-icon span {
  top: 6px;
  transition: opacity 0.15s ease;
}
.aibox .header__menu-icon:after {
  bottom: 0;
}
.aibox {
  /* ===========================
     ハンバーガー: ドロワー
     =========================== */
}
.aibox.is-drawer-open .header__menu {
  font-size: 0;
}
.aibox.is-drawer-open .header__menu-icon:before {
  top: 6px;
  transform: rotate(45deg);
}
.aibox.is-drawer-open .header__menu-icon:after {
  bottom: 6px;
  transform: rotate(-45deg);
}
.aibox.is-drawer-open .header__menu-icon span {
  opacity: 0;
}
.aibox.is-drawer-open .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.aibox .drawer {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
  overflow-y: auto;
  padding: 60px 24px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .aibox .drawer {
    top: 60px;
    padding: 40px 16px;
  }
}
.aibox .drawer__nav {
  max-width: 720px;
  margin: 0 auto;
}
.aibox .drawer__list {
  padding: 0;
  margin: 0;
}
.aibox .drawer__item {
  border-bottom: 1px solid #e5e5e5;
}
.aibox .drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  color: #001C2C;
  font-size: clamp(1rem, 4vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .aibox .drawer__link {
    padding: 18px 4px;
  }
}
.aibox .drawer__link:hover {
  opacity: 0.7;
}
.aibox .drawer__arrow {
  color: #034C76;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
.aibox .drawer__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .aibox .drawer__lang {
    margin-top: 34px;
  }
}
.aibox .drawer__lang a {
  color: #001C2C;
  font-weight: 500;
}
.aibox .drawer__lang .sep {
  color: #c5cdd6;
}
.aibox {
  /* ===========================
     TOP: ファーストビュー
     =========================== */
}
.aibox .fv {
  position: relative;
  color: #fff;
  background: #034C76;
  min-height: clamp(480px, 150vw, 760px);
  overflow: hidden;
}
.aibox .fv__bg {
  width: 100%;
  position: absolute;
  top: 0;
}
.aibox .fv__img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.aibox .fv {
  /* 動画エリア（中央〜右、左右に斜めの被せ） */
}
.aibox .fv__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding-left: 22.7%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aibox .fv__video {
    padding-left: 12.5%;
  }
}
@media screen and (max-width: 360px) {
  .aibox .fv__video {
    padding-left: 0;
  }
}
.aibox .fv__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .fv__video-overlay {
  background: #27333E;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.aibox .fv__video-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .aibox .fv__video .fv__img-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .aibox .fv__video .fv__img-sp {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.aibox .fv__video:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #27333d;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aibox .fv__video:after {
    display: none;
  }
}
.aibox .fv {
  /* 動画の左右にかぶさる斜めカバー（同方向の平行斜線） */
}
.aibox .fv__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: #034C76;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aibox .fv__cover {
    display: none;
  }
}
.aibox .fv__cover--left {
  clip-path: polygon(0 0, 59.2% 0, 38.2% 100%, 0 100%);
  background: linear-gradient(to bottom, #034C76 80%, #00334F 80%);
}
.aibox .fv__cover--left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #034C76 80%, #001C2C 80%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.aibox .fv__cover--right {
  clip-path: polygon(105% 0, 100% 0, 100% 100%, 50% 240%);
}
.aibox .fv {
  /* 左カバーのホバー検知用不可視レイヤー */
}
.aibox .fv__cover-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .aibox .fv__cover-hover {
    display: none;
  }
}
.aibox .fv__cover-hover--left {
  clip-path: polygon(0 80%, 42.4% 80%, 38.2% 100%, 0 100%);
  pointer-events: auto;
  cursor: pointer;
}
.aibox .fv:has(.fv__cover-hover--left:hover) .fv__cover--left::after {
  opacity: 1;
}
.aibox .fv {
  /* メインキャッチ */
}
.aibox .fv__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(70px, 16.6666666667vw, 90px) 0 clamp(180px, 25vw, 220px) 24px;
}
@media screen and (max-width: 1200px) {
  .aibox .fv__inner {
    padding: clamp(70px, 16.6666666667vw, 90px) 24px clamp(180px, 25vw, 220px);
  }
}
@media screen and (max-width: 767px) {
  .aibox .fv__inner {
    padding: 50px 20px 280px;
  }
}
.aibox .fv__title {
  font-size: clamp(1.5rem, 4.2vw, 2.625rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.22em;
  color: #fff;
  margin: 0 0 clamp(40px, 4vw, 60px) !important;
  font-feature-settings: "palt";
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aibox .fv__title.-visible {
  transform: translate(0, 0);
}
.aibox .fv__title span {
  display: block;
  transform: translateX(100%);
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aibox .fv__title.-visible span {
  transform: translate(0, 0);
}
.aibox .fv__lead {
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  letter-spacing: 0.18em;
  line-height: 2.1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.aibox .fv__lead.-visible {
  transform: translate(0, 0);
}
.aibox .fv__lead span {
  display: block;
  transform: translateX(100%);
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.aibox .fv__lead.-visible span {
  transform: translate(0, 0);
}
.aibox .fv__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .aibox .fv__icon {
    display: none;
  }
}
.aibox .fv {
  /* 左下 INFORMATION */
}
.aibox .fv__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 42.35vw;
  padding: clamp(18px, 2vw, 26px) clamp(24px, 5vw, 80px);
  padding-left: max(24px, (100vw - 1200px) / 2 + 24px);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 90.2% 100%, 0 100%);
  transition: 0.25s;
}
@media screen and (max-width: 120px) {
  .aibox .fv__info {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aibox .fv__info {
    display: none;
  }
}
.aibox .fv__info:hover {
  opacity: 0.7;
}
.aibox .fv__info-label {
  display: inline-flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
}
.aibox .fv__info-label:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-left: 14px;
  opacity: 0.7;
}
.aibox .fv__info-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 2vw, 0.8125rem);
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 12px;
  opacity: 0.9;
}
.aibox .fv__info-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  color: #fff;
}
.aibox .fv__info-news-text {
  font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
  letter-spacing: 0.04em;
  color: #fff;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aibox .fv__info-news-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  flex-shrink: 0;
  margin-right: 20px;
  transition: transform 0.2s ease;
}
.aibox .fv__info-news-arrow svg {
  display: block;
}
.aibox .fv__info-news:hover .fv__info-news-arrow {
  transform: translateX(3px);
}
.aibox .fv {
  /* 右下 SCROLL */
}
.aibox .fv__scroll {
  position: absolute;
  right: clamp(14px, 2vw, 30px);
  bottom: 0;
  z-index: 3;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.6875rem, 1.4vw, 0.75rem);
  letter-spacing: 0.3em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 4px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aibox .fv__scroll {
    display: none;
  }
}
.aibox .fv__scroll-svg {
  overflow: visible;
}
.aibox .fv__scroll-svg path {
  stroke-dasharray: 135;
  stroke-dashoffset: 135;
  animation: fv-scroll-draw 2s infinite;
}
.aibox {
  /* 左下 INFORMATION */
}
.aibox .fv__info-sp {
  display: flex;
  align-items: center;
  padding: clamp(18px, 2vw, 26px) 16px;
  color: #fff;
  width: 100%;
  background: #00334F;
}
@media screen and (min-width: 768px) {
  .aibox .fv__info-sp {
    display: none;
  }
}
.aibox .fv__info-sp-label {
  display: inline-flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
  padding-right: 14px;
}
.aibox .fv__info-sp-inner {
  padding-left: 14px;
  display: flex;
  align-items: center;
  border-left: 1px solid #FFFFFF;
  min-width: 0;
  flex: 1;
}
.aibox .fv__info-sp-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 2vw, 0.8125rem);
  letter-spacing: 0.05em;
  color: #A4A8A9;
  opacity: 0.9;
}
.aibox .fv__info-sp-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  width: 100%;
  min-width: 0;
}
.aibox .fv__info-sp-news > div {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.aibox .fv__info-sp-news-text {
  display: block;
  font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aibox .fv__info-sp-news-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.aibox .fv__info-sp-news-arrow svg {
  display: block;
}
.aibox .fv__info-sp-news:hover .fv__info-news-arrow {
  transform: translateX(3px);
}
.aibox {
  /* ===========================
     TOP: ABOUT US
     =========================== */
}
.aibox .about {
  text-align: left;
  padding: clamp(60px, 15vw, 100px) 0 clamp(60px, 15vw, 100px);
}
.aibox .about__head {
  margin-bottom: clamp(24px, 3vw, 36px);
}
.aibox .about__ja {
  display: block;
  font-size: clamp(0.7rem, 2.2vw, 0.8125rem);
  color: #034C76;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: clamp(6px, 1vw, 8px);
}
.aibox .about__en {
  font-size: clamp(1.875rem, 5vw, 2.625rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #034C76;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  margin: 0 !important;
}
.aibox .about__lead {
  font-size: clamp(1rem, 3vw, 1.625rem);
  font-weight: 400;
  color: #001C2C;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 0 0 clamp(18px, 2vw, 26px) !important;
}
.aibox .about__text {
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  line-height: 2;
  color: #333;
  max-width: 100%;
  margin: 0 0 clamp(40px, 5vw, 64px) !important;
}
.aibox .about__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  .aibox .about__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.aibox .about__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.aibox .about__item:nth-child(2n) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .aibox .about__item:nth-child(2n) {
    margin-top: 0;
  }
}
.aibox .about__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox {
  /* ===========================
     TOP: フィーチャーカード（COMPANY / PRODUCTS / BUSINESS）
     =========================== */
}
.aibox .features {
  position: relative;
  background: #EEEFF0;
  overflow: hidden;
  /* 背景の右上ホワイト斜めスライス */
}
.aibox .features .container {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 15vw, 100px) 0 clamp(80px, 18.3333333333vw, 120px);
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .aibox .features .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.aibox .features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 3vw, 24px);
}
@media screen and (max-width: 767px) {
  .aibox .features__list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 380px;
    margin: 0 auto;
  }
}
.aibox .features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #034C76;
  color: #fff;
  padding: clamp(20px, 4.6666666667vw, 28px) clamp(16px, 4.1666666667vw, 20px) 0;
  min-height: clamp(480px, 100vw, 600px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aibox .features__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  background-color: #00334F;
}
.aibox .features {
  /* 上部画像 */
}
.aibox .features__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex-shrink: 0;
}
.aibox .features__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .features__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35%;
  width: 100%;
  z-index: -1;
  background: #FFFFFF;
  pointer-events: none;
  clip-path: polygon(26.8% 0, 61.8% 0, 35% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .aibox .features__cover {
    display: none;
  }
}
.aibox .features {
  /* デモ用プレースホルダ画像（実画像差し替え時は features__image > img を使う） */
}
.aibox .features__item:nth-child(1) .features__image {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.15)), linear-gradient(180deg, #6f8898 0%, #2c4a5e 40%, #1c3140 100%);
}
.aibox .features__item:nth-child(2) .features__image {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.15)), linear-gradient(180deg, #5a7a92 0%, #2e5a72 50%, #1c3a4a 100%);
}
.aibox .features__item:nth-child(3) .features__image {
  background: linear-gradient(180deg, #4a6d95 0%, #285a85 50%, #18365e 100%);
}
.aibox .features {
  /* テキスト本文 */
}
.aibox .features__body {
  padding: clamp(20px, 5vw, 36px) 0 clamp(16px, 3vw, 22px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aibox .features__ja {
  font-size: clamp(0.8125rem, 2.6vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 clamp(8px, 1.2vw, 14px) !important;
  color: #ffffff;
  opacity: 0.95;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
}
.aibox .features__en {
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  margin: 0 0 clamp(22px, 3vw, 36px) !important;
  opacity: 1;
}
.aibox .features {
  /* 子項目リスト */
}
.aibox .features__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.aibox .features__sublist li {
  position: relative;
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  line-height: 1.9;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.aibox .features {
  /* 説明文（PRODUCTSカード） */
}
.aibox .features__desc {
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  line-height: 1.95;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0 !important;
  flex: 1;
}
.aibox .features {
  /* 下部ボタン: ベース */
}
.aibox .features__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: clamp(14px, 2vw, 20px) 0 clamp(18px, 2.4vw, 24px);
  color: #ffffff;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: auto;
  transition: border-color 0.25s ease;
}
.aibox .features__btn-label {
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  color: #ffffff;
}
.aibox .features__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.aibox .features__btn-icon .arrow {
  color: #0e3a5c;
  font-size: 0.85rem;
  font-weight: 700;
}
.aibox .features__item:hover .features__btn-icon {
  transform: translateX(4px);
}
.aibox {
  /* ===========================
     TOP: お問い合わせ (CONTACT)
     =========================== */
}
.aibox .topcontact {
  text-align: center;
  padding: clamp(60px, 15vw, 100px) 0 clamp(60px, 15vw, 100px);
}
.aibox .topcontact__head {
  text-align: center;
  margin-bottom: clamp(14px, 1.5vw, 18px);
}
.aibox .topcontact__ja {
  display: block;
  font-size: clamp(0.7rem, 2.2vw, 0.8125rem);
  color: #22678F;
  letter-spacing: 0.12em;
  margin-bottom: clamp(6px, 1.2vw, 8px);
  font-weight: 400;
}
.aibox .topcontact {
  /* 「CONTACT」テキストの両端に水平ライン */
}
.aibox .topcontact__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  margin: 0 !important;
  font-size: clamp(1.875rem, 5vw, 2.625rem);
  font-weight: 800;
  color: #034C76;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.aibox .topcontact__en:before, .aibox .topcontact__en:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #034C76;
  max-width: clamp(140px, 30vw, 380px);
}
.aibox .topcontact__en span {
  display: inline-block;
}
.aibox .topcontact__desc {
  text-align: center;
  margin: clamp(20px, 2.4vw, 28px) 0 clamp(32px, 5vw, 48px) !important;
  color: #001C2C;
  font-size: clamp(0.875rem, 2.6vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__desc {
    margin: clamp(20px, 2.4vw, 28px) 0 !important;
  }
}
.aibox .topcontact__col {
  display: flex;
  gap: clamp(20px, 4vw, 80px);
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__col {
    flex-direction: column;
    gap: 40px;
  }
}
.aibox .topcontact__box {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__box {
    text-align: center;
  }
}
.aibox .topcontact {
  /* 上部のラベルピル */
}
.aibox .topcontact__pill {
  display: inline-block;
  background: #E4EEF8;
  color: #034C76;
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin-bottom: clamp(20px, 2.4vw, 28px);
  min-width: clamp(220px, 28vw, 340px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__pill {
    width: 100%;
  }
}
.aibox .topcontact {
  /* TELボックス */
}
.aibox .topcontact__office {
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  font-weight: 700;
  color: #001C2C;
  margin: 0 0 6px !important;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__office {
    align-self: inherit;
  }
}
.aibox .topcontact__tel {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  color: #001C2C;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 6vw, 2.5rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.aibox .topcontact__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #034C76;
}
.aibox .topcontact__tel-icon svg {
  display: block;
}
.aibox .topcontact__tel-num {
  display: inline-block;
}
.aibox .topcontact {
  /* WEB CTAボタン */
}
.aibox .topcontact__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 380px;
  background: #034C76;
  color: #fff;
  padding: clamp(18px, 2.4vw, 24px) clamp(20px, 2.6vw, 28px);
  transition: opacity 0.2s ease;
}
.aibox .topcontact__cta:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__cta {
    max-width: 85%;
  }
}
.aibox .topcontact__cta-label {
  font-size: clamp(0.875rem, 2.6vw, 0.9375rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .aibox .topcontact__cta-label {
    margin-right: 20px;
    padding-left: 50px;
  }
}
.aibox .topcontact__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__cta-arrow {
    margin-left: 32px;
  }
}
.aibox .topcontact__cta-arrow {
  /* 矢印アイコンの左側に縦の区切りライン */
}
.aibox .topcontact__cta-arrow:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #E1DFDE;
}
@media screen and (max-width: 767px) {
  .aibox .topcontact__cta-arrow:before {
    left: -14px;
  }
}
.aibox .topcontact__cta-arrow svg {
  display: block;
}
.aibox {
  /* ===========================
     下層共通: ページヒーロー
     =========================== */
}
.aibox .pagehero {
  position: relative;
  background: url("../images/bg-page.png") center center/cover no-repeat;
  color: #fff;
  padding: clamp(44px, 11.6666666667vw, 50px) 0 clamp(50px, 13.3333333333vw, 50px);
  overflow: hidden;
}
.aibox .pagehero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.aibox .pagehero__ja {
  font-size: clamp(0.75rem, 3vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 8px !important;
  opacity: 0.95;
  color: #fff;
}
.aibox .pagehero__en {
  font-size: clamp(1.875rem, 7vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.aibox .pagehero__breadcrumb {
  position: relative;
  z-index: 1;
  font-size: clamp(0.6875rem, 2.4vw, 0.75rem);
  color: rgba(255, 255, 255, 0.85);
  text-align: right;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .aibox .pagehero__breadcrumb {
    margin-top: 20px;
  }
}
.aibox .pagehero__breadcrumb .sep {
  margin: 0 10px;
  opacity: 0.6;
}
.aibox .pagehero__breadcrumb a:hover {
  text-decoration: underline;
}
.aibox .pageimage {
  width: 100%;
  height: clamp(140px, 43.3333333333vw, 540px);
  overflow: hidden;
  background: #e6eef5;
}
.aibox .pageimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox {
  /* ===========================
     COMPANY: 導入見出し（左の紺色バー付き2行タイトル）
     =========================== */
}
.aibox .cintro {
  padding: clamp(40px, 11.6666666667vw, 80px) 0 clamp(20px, 3vw, 40px);
  text-align: left;
}
.aibox .cintro__title {
  display: block;
  font-size: clamp(1.125rem, 3.4vw, 2rem);
  font-weight: 400;
  line-height: 1.55;
  color: #034C76;
  letter-spacing: 0.04em;
  padding: clamp(6px, 1vw, 12px) 0 clamp(6px, 1vw, 12px) clamp(18px, 2vw, 28px);
  border-left: 6px solid #034C76;
  border-top: 0;
  border-bottom: 0;
  margin: 0 !important;
}
.aibox {
  /* ===========================
     COMPANY: ご挨拶（左:写真 / 右:大見出し+本文+署名）
     =========================== */
}
.aibox .greet {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(40px, 5vw, 70px) 24px clamp(60px, 8vw, 100px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .aibox .greet {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 16px 48px;
  }
}
.aibox .greet__photo {
  aspect-ratio: 3/4;
  background: #e6eef5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aibox .greet__photo {
    max-width: 280px;
    margin: 0 auto;
  }
}
.aibox .greet__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .greet__body {
  font-size: clamp(0.8125rem, 2.2vw, 0.9375rem);
  line-height: 2.05;
}
.aibox .greet__head {
  margin-bottom: clamp(22px, 3vw, 38px);
}
.aibox .greet__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.6875rem, 1.8vw, 0.8125rem);
  letter-spacing: 0.18em;
  color: #034C76;
  font-weight: 500;
  margin-bottom: clamp(10px, 1.4vw, 20px);
}
.aibox .greet__title {
  font-size: clamp(1.875rem, 5.5vw, 3rem);
  font-weight: 400;
  color: #034C76;
  letter-spacing: 0.08em;
  line-height: 1.15;
  margin: 0 !important;
}
.aibox .greet__text {
  font-size: clamp(0.8125rem, 2.2vw, 0.9375rem);
  line-height: 2.05;
  color: #001C2C;
  margin: 0 0 clamp(16px, 2vw, 24px) !important;
}
.aibox .greet__text:last-of-type {
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}
.aibox .greet__sign {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(20px, 3vw, 36px);
  text-align: right;
}
.aibox .greet__sign-meta {
  font-size: clamp(0.75rem, 2vw, 0.8125rem);
  line-height: 1.55;
  color: #001C2C;
  text-align: right;
  white-space: nowrap;
}
.aibox .greet__name {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #001C2C;
  line-height: 1;
  white-space: nowrap;
}
.aibox {
  /* ===========================
     COMPANY: 沿革
     =========================== */
}
.aibox .history {
  background-color: #eeeff0;
  padding: clamp(48px, 13.3333333333vw, 80px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aibox .history {
    padding: 48px 0;
  }
}
.aibox .history:before {
  content: "";
  background: url("../images/bg-history.png") center center/cover no-repeat;
  position: absolute;
  inset: 0;
}
.aibox .history__col {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aibox .history__col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.aibox .history__heading {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 700;
  color: #034C76;
}
.aibox .history__heading small {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  color: #888888;
  margin-bottom: 6px;
}
.aibox .history__list {
  --pad-x: clamp(24px, 4vw, 50px);
  --pad-y: clamp(30px, 4vw, 56px);
  --year-col: 70px;
  position: relative;
  padding: var(--pad-y) var(--pad-x);
  background: #ffffff;
  border: 1px solid #d6dde4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .aibox .history__list {
    --year-col: 54px;
    --pad-x: 18px;
    --pad-y: 24px;
  }
}
.aibox .history__list:before {
  content: "";
  position: absolute;
  left: calc(var(--pad-x) + var(--year-col));
  top: calc(var(--pad-y) + 22px);
  bottom: calc(var(--pad-y) + 22px);
  width: 1px;
  background: #c5cdd6;
}
.aibox .history__item {
  display: grid;
  grid-template-columns: var(--year-col) 1fr;
  align-items: start;
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(14px, 1.6vw, 22px) 0;
  position: relative;
  list-style: none;
}
.aibox .history__item:before {
  content: "";
  position: absolute;
  left: calc(var(--year-col) - 5px);
  top: clamp(20px, 1.8vw, 28px);
  width: 11px;
  height: 11px;
  background: #034C76;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 4px #ffffff;
}
.aibox .history__year {
  font-size: 1.125rem;
  font-weight: 700;
  color: #034C76;
  font-family: "Lato", sans-serif;
}
.aibox .history__events {
  font-size: 0.8125rem;
  line-height: 1.9;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .aibox .history__events {
    padding-left: 14px;
    font-size: 0.75rem;
  }
}
.aibox {
  /* ===========================
     COMPANY: 組織図
     =========================== */
}
.aibox .org {
  padding: clamp(48px, 13.3333333333vw, 80px) 0;
}
.aibox .org__chart {
  max-width: 900px;
  margin: 40px auto 0;
}
.aibox .org__chart img {
  width: 100%;
  height: auto;
  display: block;
}
.aibox .org__partner-label {
  max-width: 900px;
  margin: 48px auto 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #333;
}
.aibox .org__partner-name {
  max-width: 900px;
  margin: 0 auto;
  background: #034C76;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  letter-spacing: 0.04em;
  padding: 26px 16px;
}
.aibox {
  /* ===========================
     COMPANY: 所在地
     =========================== */
}
.aibox .location {
  position: relative;
  padding: clamp(120px, 23.3333333333vw, 200px) 0;
  background: #fff url("../images/location_map.jpg") center center/contain no-repeat;
  overflow: hidden;
}
.aibox .location__col {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .aibox .location__col {
    grid-template-columns: 1fr;
  }
}
.aibox .location__body {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .aibox .location__body {
    grid-column: 1;
  }
}
.aibox .location__small {
  font-size: 0.7rem;
  color: #888888;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 8px !important;
}
.aibox .location__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #034C76;
  font-weight: 700;
  margin-bottom: 24px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5cdd6;
}
.aibox .location__address {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 18px !important;
}
.aibox .location__address strong {
  font-weight: 700;
  color: #034c76;
}
.aibox .location__access {
  font-size: 0.8125rem;
  color: #001c2c;
  line-height: 2;
}
.aibox {
  /* ===========================
     COMPANY: お取引様
     =========================== */
}
.aibox .clients {
  background: #fff;
  padding: clamp(48px, 13.3333333333vw, 100px) 0;
}
.aibox .clients__card {
  background: #fff;
  border: 1px solid #034C76;
  padding: clamp(30px, 5vw, 70px) clamp(24px, 6vw, 80px);
  max-width: 1000px;
  margin: 0 auto;
}
.aibox .clients__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 4px solid #034C76;
  padding-left: 18px;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.aibox .clients__small {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: #034C76;
  font-weight: 600;
}
.aibox .clients__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #034C76;
  font-weight: 700;
  margin: 0 !important;
}
.aibox .clients__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .aibox .clients__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.aibox .clients__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #333;
}
.aibox .clients__list li {
  list-style: none;
  padding: 14px 0;
  line-height: 1.5;
  color: #000;
}
.aibox .clients__list--offset {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .aibox .clients__list--offset {
    padding-top: 0;
  }
}
.aibox {
  /* ===========================
     BUSINESS: タブ（アイコン + ラベル + 下向き不等号）
     =========================== */
}
.aibox .biztabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.4vw, 20px);
  padding: clamp(24px, 3vw, 40px) 0 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .aibox .biztabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.aibox .biztabs li {
  list-style: none;
}
.aibox .biztabs__item {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  padding: clamp(12px, 1.6vw, 18px) clamp(12px, 1.4vw, 20px);
  background: #ffffff;
  border: 1px solid #d5dce4;
  color: #034C76;
  font-weight: 500;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.aibox .biztabs__item:hover {
  background-color: #034C76;
  box-shadow: 0 2px 8px rgba(11, 58, 110, 0.08);
}
.aibox .biztabs__item:hover span {
  color: #ffffff;
}
.aibox .biztabs__item:hover .biztabs__icon img {
  filter: brightness(0) invert(1);
}
.aibox .biztabs__item {
  /* アクティブ状態: 紺色の太い枠 */
}
.aibox .biztabs__item--active {
  border: 2px solid #034C76;
  padding: calc(clamp(12px, 1.6vw, 18px) - 1px) calc(clamp(12px, 1.4vw, 20px) - 1px);
}
.aibox .biztabs__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 2.4vw, 26px);
  height: clamp(20px, 2.4vw, 26px);
  color: #034C76;
}
.aibox .biztabs__icon svg {
  width: 100%;
  height: 100%;
}
.aibox .biztabs__label {
  flex: 1;
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  letter-spacing: 0.04em;
  color: #034C76;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aibox .biztabs__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #034C76;
  transition: transform 0.2s ease;
}
.aibox .biztabs__arrow svg {
  width: 100%;
  height: 100%;
}
.aibox .biztabs__item:hover .aibox .biztabs__arrow {
  transform: translateY(2px);
}
.aibox {
  /* ===========================
     BUSINESS: ブロック
     =========================== */
}
.aibox .bizblock {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock {
    padding: 40px 0;
  }
}
.aibox .bizblock.import {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock.import {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.aibox .bizblock {
  /* 見出しバンド（左白×右濃紺の斜め分割／背景は100vw幅） */
}
.aibox .bizblock__head {
  --container-max: 1100px;
  --container-pad: 20px;
  --gutter: max(var(--container-pad), calc((100vw - var(--container-max)) / 2 + var(--container-pad)));
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: clamp(30px, 4vw, 50px);
  display: flex;
  align-items: stretch;
  min-height: clamp(120px, 16vw, 180px);
  background: #ffffff;
  overflow: hidden;
  border-top: 1px solid #034C76;
  border-bottom: 1px solid #034C76;
  /* 右半分の濃紺斜めエリア（100vw幅まで伸びる／斜めは上が右・下が左） */
}
.aibox .bizblock__head:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #034C76;
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 43% 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__head {
    flex-direction: column;
    background: #034C76;
    min-height: 0;
    --gutter: 20px;
  }
  .aibox .bizblock__head:before {
    display: none;
  }
}
.aibox .bizblock {
  /* 左：日本語タイトル（左padding=ガター分でコンテナ左端に揃える） */
}
.aibox .bizblock__title {
  position: relative;
  z-index: 1;
  flex: 0 0 50%;
  align-self: center;
  padding: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 40px) clamp(20px, 3vw, 36px) var(--gutter);
  color: #034C76;
  font-size: clamp(1.25rem, 3.4vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__title {
    flex: 1 1 auto;
    background: #ffffff;
    padding: 22px var(--gutter);
    font-size: 1.125rem;
  }
}
.aibox .bizblock {
  /* 右：英文サブテキスト（右padding=ガター分でコンテナ右端に揃える） */
}
.aibox .bizblock__small {
  position: relative;
  z-index: 1;
  flex: 1;
  align-self: center;
  padding: clamp(20px, 3vw, 36px) var(--gutter) clamp(20px, 3vw, 36px) clamp(60px, 9vw, 110px);
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.8125rem, 2vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__small {
    flex: 1 1 auto;
    padding: 16px var(--gutter) 22px;
    font-size: 0.8125rem;
  }
}
.aibox .bizblock__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.aibox .bizblock__cardImage {
  aspect-ratio: 16/10;
  background: #e6eef5;
  overflow: hidden;
}
.aibox .bizblock__cardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .bizblock__cardTitle {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #034C76;
  font-weight: 400;
  margin-bottom: clamp(14px, 1.5vw, 20px) !important;
  padding-left: clamp(12px, 1.2vw, 18px);
  border-left: 4px solid #034C76;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.aibox .bizblock__cardText {
  font-size: clamp(0.8125rem, 2.2vw, 1rem);
  line-height: 1.9;
}
.aibox .bizblock {
  /* 5アイコン: グレーの正方形 + 紺色線アイコン + 下に紺ピルラベル */
}
.aibox .bizblock__icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 1.6vw, 24px);
  margin: clamp(30px, 4vw, 50px) 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .aibox .bizblock__icons {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 991px) {
  .aibox .bizblock__icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 12px;
  }
}
.aibox .bizblock__icon {
  position: relative;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.4vw, 16px);
    list-style: none;
  }
}
.aibox .bizblock__icon-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eef0f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #034C76;
}
.aibox .bizblock__icon-img svg {
  width: 56%;
  height: 56%;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__icon-img img {
    width: 56%;
    height: 56%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .aibox .bizblock__icon-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
  }
}
.aibox .bizblock__icon-label {
  background: #034C76;
  color: #fff;
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  letter-spacing: 0.06em;
  padding: 6px 26px;
  border-radius: 999px;
  width: -moz-max-content;
  width: max-content;
  min-width: clamp(72px, 9vw, 116px);
  text-align: center;
  font-weight: 500;
}
.aibox .bizblock {
  /* スペック一覧（紺ヘッダ + 白ボディの縦積み2テーブル） */
}
.aibox .bizblock .speclist {
  margin-top: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.4vw, 30px);
}
.aibox .bizblock .speclist__table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  table-layout: fixed;
}
.aibox .bizblock .speclist__table thead th {
  background: #034C76;
  color: #ffffff;
  text-align: left;
  padding: clamp(14px, 1.8vw, 20px) clamp(20px, 3vw, 36px);
  font-size: clamp(1rem, 2.4vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  border: none;
}
@media screen and (min-width: 768px) {
  .aibox .bizblock .speclist__table tbody tr {
    display: flex;
  }
}
.aibox .bizblock .speclist__table tbody td {
  padding: clamp(14px, 1.6vw, 20px) clamp(20px, 3vw, 36px);
  border-bottom: 1px solid #e5e5e5;
  font-size: clamp(0.8125rem, 2vw, 0.875rem);
  color: #001C2C;
  line-height: 1.6;
  background: #ffffff;
  vertical-align: middle;
  font-weight: 400;
}
.aibox .bizblock .speclist__table tbody td:first-child {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock .speclist__table tbody td:first-child {
    width: 50%;
  }
}
.aibox .bizblock .speclist__table tbody tr:last-child td {
  border-bottom: 0;
}
.aibox .bizblock {
  /* 認可証3枚: 薄グレーパネルの中に白ペーパー＋下に黒キャプション */
}
.aibox .bizblock__images {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(20px, 3vw, 50px);
  margin: clamp(30px, 4vw, 60px) 0;
  padding: clamp(24px, 3vw, 50px) clamp(20px, 4vw, 60px);
  background: #f0f2f4;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__images {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 20px;
  }
}
.aibox .bizblock__imagesItem {
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__imagesItem.size-s {
    width: 75%;
    margin: 0 auto;
  }
}
.aibox .bizblock__imagesItem-thumb {
  flex: 1;
  margin-bottom: clamp(10px, 1.4vw, 16px);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.aibox .bizblock__imagesItem-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .bizblock__imagesItem figcaption {
  background: transparent;
  color: #001C2C;
  padding: 4px 0 0;
  font-size: clamp(0.875rem, 2.2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.aibox .bizblock__floor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__floor {
    grid-template-columns: 1fr;
  }
}
.aibox .bizblock__floorItem {
  font-size: 0.75rem;
  color: #034C76;
}
.aibox .bizblock__floorItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aibox .bizblock__floorItem img {
    margin-bottom: 16px;
  }
}
.aibox .bizblock__floorItem:after {
  content: attr(data-label);
  background: #fff;
  border: 1px solid #034C76;
  padding: 4px 16px;
  border-radius: 18px;
  white-space: nowrap;
}
.aibox {
  /* 中見出しバンド（左白×右濃紺の斜め分割／.bizblock__head と同じ意匠の小サイズ版） */
}
.aibox .bizbanner {
  --container-max: 1200px;
  --container-pad: 20px;
  --gutter: max(var(--container-pad), calc((100vw - var(--container-max)) / 2 + var(--container-pad)));
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(30px, 4vw, 50px);
  margin-bottom: clamp(20px, 3vw, 30px);
  border-top: 1px solid #034C76;
  border-bottom: 1px solid #034C76;
  display: flex;
  align-items: center;
  min-height: clamp(64px, 8vw, 88px);
  overflow: hidden;
  /* 左：日本語タイトル（直接の文字をベースのpaddingで配置） */
  color: #034C76;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.425rem, 2.65vw, 2.025rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: clamp(14px, 1.6vw, 22px) clamp(40px, 8vw, 120px) clamp(14px, 1.6vw, 22px) var(--gutter);
  text-align: left;
  /* 右：濃紺の斜めエリア（上が右・下が左の角度） */
}
.aibox .bizbanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #034C76;
  clip-path: polygon(61% 0, 100% 0, 100% 100%, 59% 100%);
  z-index: -1;
}
.aibox .bizbanner {
  /* 右：英語ラベル（data-en 属性から） */
}
.aibox .bizbanner:after {
  content: attr(data-en);
  position: absolute;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 0.9375rem);
  letter-spacing: 0.18em;
  font-weight: 400;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .aibox .bizbanner {
    --gutter: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px var(--gutter);
    background: #034C76;
    color: #ffffff;
    font-size: 1rem;
  }
  .aibox .bizbanner:before {
    display: none;
  }
  .aibox .bizbanner:after {
    position: static;
    transform: none;
    margin-top: 6px;
    font-size: 0.6875rem;
  }
}
.aibox .bizsteps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px 0;
}
.aibox .bizsteps__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e3e9ef;
}
.aibox .bizsteps__num {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #034C76;
  color: #fff;
  font-weight: 700;
}
.aibox .bizsteps__title {
  font-size: 0.9375rem;
  color: #034C76;
  margin-bottom: 4px !important;
}
.aibox .bizsteps__text {
  font-size: 0.8125rem;
  line-height: 1.7;
}
.aibox .bizgray {
  background: #f4f6f8;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .aibox .bizgray {
    padding: 40px 0;
  }
}
.aibox .consulting {
  background-color: #eeeff0;
  position: relative;
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .aibox .consulting {
    padding: 20px 0 0;
  }
}
.aibox .consulting:before {
  content: "";
  background: url("../images/bg-consulting.png") center center/cover no-repeat;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .aibox .consulting .bizblock__card:last-child {
    margin-bottom: 0;
  }
}
.aibox {
  /* ヘルスケア OEM 紹介（左：紺バー付タイトル＋本文 / 右：商品画像） */
}
.aibox .oemintro {
  display: grid;
  grid-template-columns: 1fr clamp(220px, 28vw, 360px);
  gap: clamp(24px, 4vw, 60px);
  margin: clamp(24px, 3vw, 40px) 0 clamp(30px, 4vw, 50px);
  align-items: start;
}
@media screen and (max-width: 767px) {
  .aibox .oemintro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.aibox .oemintro__title {
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  color: #034C76;
  font-weight: 400;
  padding-left: clamp(12px, 1.2vw, 18px);
  border-left: 4px solid #034C76;
  margin: 0 0 clamp(14px, 1.6vw, 20px) !important;
  line-height: 1.5;
}
.aibox .oemintro__text {
  font-size: clamp(0.8125rem, 2.2vw, 0.9375rem);
  line-height: 1.95;
  color: #001C2C;
  margin: 0 !important;
}
.aibox .oemintro__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .aibox .oemintro__image {
    max-width: 320px;
    margin: 0 auto;
  }
}
.aibox .supplement {
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .aibox .supplement {
    padding: 20px 0 40px;
  }
}
.aibox {
  /* ヘルスケア フロー枠 */
}
.aibox .flowbox {
  background: #ffffff;
  margin-top: clamp(20px, 2.4vw, 30px);
}
.aibox .flowbox__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(16px, 1.8vw, 22px) clamp(20px, 3vw, 36px);
  background: #034C76;
  color: #ffffff;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .aibox .flowbox__head {
    flex-wrap: wrap;
  }
}
.aibox .flowbox__title {
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 !important;
  letter-spacing: 0.04em;
}
.aibox .flowbox__note {
  font-size: clamp(0.6875rem, 2vw, 0.8125rem);
  color: #ffffff;
  opacity: 0.92;
  letter-spacing: 0.02em;
}
.aibox .flowbox__body {
  padding: clamp(8px, 1.4vw, 14px) clamp(20px, 3vw, 36px) clamp(20px, 2.4vw, 32px);
}
.aibox {
  /* 各ステップ */
}
.aibox .flowstep {
  padding: clamp(16px, 2vw, 24px) 0;
  border-bottom: 1px solid #e5e5e5;
}
.aibox .flowstep:last-child {
  border-bottom: 0;
}
.aibox .flowstep__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(8px, 1vw, 12px);
}
.aibox .flowstep__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #034C76;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}
.aibox .flowstep__title {
  font-size: clamp(0.95rem, 2.4vw, 1.0625rem);
  font-weight: 400;
  color: #034C76;
  letter-spacing: 0.04em;
}
.aibox .flowstep__title--accent {
  color: #034C76;
}
.aibox .flowstep__text {
  font-size: clamp(0.8125rem, 2.2vw, 0.875rem);
  line-height: 1.9;
  color: #001C2C;
  margin: 0 !important;
}
.aibox .flowstep {
  /* 2カラム（4: 加速試験 ＋ デザイン設計） */
}
.aibox .flowstep--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 60px);
}
@media screen and (max-width: 767px) {
  .aibox .flowstep--double {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.aibox .flowstep {
  /* 2カラム内の縦積みサブ項目（加速試験＋リーガルチェック等） */
}
.aibox .flowstep__col > * + .flowstep__head {
  margin-top: clamp(16px, 2vw, 24px);
}
.aibox {
  /* パートナー発掘: 2カード横並び（画像上 / タイトル / 本文） */
}
.aibox .partner {
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .aibox .partner {
    padding: 20px 0 20px;
  }
}
.aibox .partnergrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 50px);
  margin: clamp(30px, 4vw, 50px) 0;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .aibox .partnergrid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.aibox .partnercard {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.aibox .partnercard__image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #e6eef5;
  margin-bottom: clamp(14px, 1.6vw, 22px);
}
.aibox .partnercard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aibox .partnercard__title {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #034C76;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-left: clamp(12px, 1.2vw, 18px);
  border-left: 4px solid #034C76;
  margin: 0 0 clamp(12px, 1.4vw, 18px) !important;
}
.aibox .partnercard__text {
  font-size: clamp(0.8125rem, 2.2vw, 0.9375rem);
  line-height: 1.95;
  color: #001C2C;
  margin: 0 !important;
}
.aibox .bizcaption {
  background: #034C76;
  color: #fff;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 700;
}
.aibox .bizlead {
  font-size: clamp(0.8125rem, 2.2vw, 1rem);
  line-height: 1.95;
  line-height: 1.9;
  padding: 16px 0 24px;
}
.aibox .bizflowtitle {
  font-size: 0.875rem;
  font-weight: 700;
  color: #034C76;
  margin-bottom: 14px !important;
}
.aibox {
  /* ===========================
     PRODUCTS
     =========================== */
}
.aibox .products {
  padding: 60px 0 0;
}
.aibox .products__bg {
  padding: 0 24px 60px;
}
@media screen and (max-width: 767px) {
  .aibox .products__bg {
    padding: 0 16px 40px;
  }
}
.aibox .products__bg.gray {
  background: #EEEFF0;
  padding: 60px 24px 60px;
}
.aibox .products__heading {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: #034C76;
  font-weight: 400;
  border-bottom: 2px solid #034C76;
  padding-bottom: 12px;
  margin-bottom: 8px !important;
}
.aibox .products__heading--mt {
  margin-top: 40px !important;
}
.aibox .products__wrap {
  margin-top: 24px;
}
.aibox .products__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .aibox .products__table {
    font-size: 0.75rem;
  }
}
.aibox .products__table thead th {
  background: #034C76;
  color: #fff;
  padding: 14px 12px;
  font-weight: 500;
  font-size: 0.8125rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .aibox .products__table thead th {
    padding: 10px 6px;
  }
}
.aibox .products__table thead th:last-child {
  border-right: 0;
}
.aibox .products__table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aibox .products__table tbody td {
    padding: 10px 6px;
  }
}
.aibox .products__table tbody td:first-child {
  text-align: left;
}
.aibox {
  /* ===========================
     NEWS 一覧
     =========================== */
}
.aibox .news {
  padding: 60px 24px 80px;
}
@media screen and (max-width: 767px) {
  .aibox .news {
    padding: 40px 16px 40px;
  }
}
.aibox .news__filter select {
  padding: 8px 14px;
  border: 1px solid #c5cdd6;
  font-size: 0.8125rem;
  min-width: 140px;
  background: #fff;
}
.aibox .news__list {
  margin: 20px 0 30px;
}
.aibox .news__item {
  display: grid;
  grid-template-columns: 110px 100px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .aibox .news__item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 6px;
  }
}
.aibox .news__item:hover .news__title {
  color: #034C76;
}
.aibox .news__date {
  color: #BAC4CA;
  font-size: 0.8125rem;
  font-family: "Lato", sans-serif;
}
.aibox .news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #034C76;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  min-width: 80px;
  height: 26px;
}
.aibox .news__title {
  color: #001C2C;
}
.aibox .news__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.aibox .news__pagination a, .aibox .news__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
  background: #EEEFF0;
  color: #BAC4CA;
}
.aibox .news__pagination .current {
  background: #034C76;
  color: #fff;
  border-color: #034C76;
}
.aibox {
  /* ===========================
     NEWS 詳細
     =========================== */
}
.aibox .newsdetail {
  padding: 60px 24px 80px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aibox .newsdetail {
    padding: 40px 16px 40px;
  }
}
.aibox .newsdetail__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.aibox .newsdetail__date {
  color: #888888;
  font-size: 0.8125rem;
  font-family: "Lato", sans-serif;
}
.aibox .newsdetail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #034C76;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  min-width: 80px;
  height: 26px;
}
.aibox .newsdetail__title {
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  color: #034C76;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 36px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .aibox .newsdetail__title {
    padding-bottom: 0;
  }
}
.aibox .newsdetail__body {
  font-size: 0.875rem;
  line-height: 2;
}
.aibox .newsdetail__body p {
  margin-bottom: 18px !important;
}
.aibox .newsdetail__back {
  text-align: center;
  margin: 60px 0 0;
}
.aibox {
  /* ===========================
     CONTACT
     =========================== */
}
.aibox .contact {
  padding: 60px 24px 80px;
}
@media screen and (max-width: 767px) {
  .aibox .contact {
    padding: 40px 16px 40px;
  }
}
.aibox .contact__lead {
  text-align: center;
  margin-bottom: 40px !important;
  font-size: clamp(0.875rem, 3vw, 0.9375rem);
  line-height: 2;
}
.aibox .contact__form {
  max-width: 960px;
  margin: 0 auto;
}
.aibox .contact__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .aibox .contact__table {
    display: block;
  }
  .aibox .contact__table tbody, .aibox .contact__table tr, .aibox .contact__table th, .aibox .contact__table td {
    display: block;
    width: 100%;
  }
}
.aibox .contact__table th {
  width: 240px;
  padding: 24px 20px;
  background: #034C76;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .aibox .contact__table th {
    padding: 10px 14px;
    text-align: left;
  }
}
.aibox .contact__table td {
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .aibox .contact__table td {
    padding: 16px 14px;
  }
}
.aibox .contact__input, .aibox .contact__textarea {
  width: 100%;
  max-width: 500px;
  padding: 8px 10px;
  border: 1px solid #BAC4CA;
  background: #fff;
  font-family: inherit;
  font-size: 0.875rem;
}
.aibox .contact input[type=radio i] {
  accent-color: #D51461;
}
.aibox .contact__textarea {
  min-height: 130px;
  max-width: 100%;
  resize: vertical;
}
.aibox .contact__radios {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.aibox .contact__radios label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  cursor: pointer;
}
.aibox .contact__check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aibox .contact__check-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  cursor: pointer;
}
.aibox .contact__check-list .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.aibox .contact__required {
  color: #e6007e;
  margin-right: 4px;
}
.aibox .contact__submit {
  text-align: center;
  margin: 40px 0 0;
}
.aibox {
  /* ===========================
     PRIVACY
     =========================== */
}
.aibox .privacy {
  padding: 60px 24px 80px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aibox .privacy {
    padding: 40px 16px 40px;
  }
}
.aibox .privacy__intro {
  font-size: 0.875rem;
  line-height: 2;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px !important;
}
.aibox .privacy__title {
  font-size: 1rem;
  font-weight: 700;
  color: #001C2C;
  margin: 30px 0 12px !important;
}
.aibox .privacy p {
  font-size: 0.875rem;
  line-height: 2;
}
.aibox .privacy ul {
  padding-left: 20px;
  margin-bottom: 14px !important;
}
.aibox .privacy ul li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 2;
}

/* ===========================
   フッター
   =========================== */
#aifooter {
  position: relative;
  color: #fff;
  background: url("../images/bg-cta.png") no-repeat center/cover;
  overflow: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#aifooter .footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding: 120px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #aifooter .footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 20px 40px;
  }
}
#aifooter .footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 36px;
  font-size: 0.8125rem;
  margin-bottom: 28px;
}
#aifooter .footer__links li a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
}
#aifooter .footer__links li a:hover {
  text-decoration: underline;
}
#aifooter .footer__info {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #fff;
}
#aifooter .footer__info strong {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
#aifooter .footer__map {
  width: 100%;
  height: clamp(220px, 46.6666666667vw, 280px);
  overflow: hidden;
  background: #fff;
  align-self: start;
}
#aifooter .footer__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#aifooter .footer__bottom {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: clamp(18px, 2vw, 26px) clamp(24px, 4vw, 60px);
  font-size: 0.75rem;
  color: #001C2C;
}
@media screen and (max-width: 767px) {
  #aifooter .footer__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 18px 16px;
  }
}
#aifooter .footer__bottom > span {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06em;
  color: #001C2C;
  font-size: 0.8125rem;
}
#aifooter .footer__bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  #aifooter .footer__bottom-container {
    padding: 0;
  }
}
#aifooter .footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001C2C;
}
#aifooter .footer__logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7fb8e6 0%, #034C76 70%);
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
#aifooter .footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
#aifooter .footer__logo-text small {
  font-size: 0.6875rem;
  color: #034C76;
  letter-spacing: 0.04em;
}
#aifooter .footer__logo-text strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #001C2C;
  font-weight: 700;
}

@media screen and (min-width: 441px) {
  .br-sp440 {
    display: none;
  }
}

/* ===========================
   スクロールアニメーション
   =========================== */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.wpcf7-response-output {
  display: none;
}

.contact__submit p {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__submit p {
    flex-direction: column;
  }
}

.aibox .contact__complete {
  text-align: center;
  padding: 60px 0;
}

.aibox .contact__complete p {
  font-size: clamp(0.9375rem, 2.8vw, 1rem);
  line-height: 2;
  margin-bottom: 40px !important;
  text-align: center;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.aibox .btn--back {
  border-color: #999;
  color: #666;
}

.aibox .btn--back:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}

.contact__submit p {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact__submit p {
    flex-direction: column;
    align-items: center;
  }
}
@keyframes fv-scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
@keyframes fv-scroll-draw {
  0%, 5% {
    stroke-dashoffset: 135;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  95%, 100% {
    stroke-dashoffset: 135;
    opacity: 0;
  }
}
.fv__title.entitle {
  font-size: clamp(1.5rem, 4.2vw, 2.2rem) !important;
  letter-spacing: 0.2em !important;
}/*# sourceMappingURL=style.css.map */