/* ========================================
   ASK Common Layout
======================================== */

.ask-page {
  color: #0b2344;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: #fff;
}

.ask-page *,
.ask-page *::before,
.ask-page *::after {
  box-sizing: border-box;
}

.ask-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.ask-container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.ask-section {
  padding: 64px 0;
}

.ask-section-heading {
  position: relative;
  margin-bottom: 32px;
  padding-left: 36px;
}

.ask-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 44px;
  border: 1px solid #0a73d9;
  border-right: 0;
}

.ask-section-heading__en {
  margin: 0 0 2px;
  color: #0a73d9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}

.ask-section-heading__ja {
  margin: 0;
  color: #003b83;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
}

.ask-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 14px 32px;
  border: 1px solid currentColor;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ask-button::after {
  content: "→";
  margin-left: 14px;
}

.ask-button:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.ask-button--primary {
  border-color: #0877e8;
  background: #0877e8;
  color: #fff;
}

.ask-button--outline {
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #fff;
}

.ask-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  padding: 11px 24px;
  border: 1px solid #8ba9d2;
  color: #003b83;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ask-outline-button::after {
  content: "→";
  margin-left: 14px;
}

.ask-outline-button:hover {
  color: #fff;
  background: #003b83;
  transform: translateY(-1px);
}

.ask-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #0056b8;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ask-text-link::before {
  content: "»";
  margin-right: 6px;
}

.ask-text-link:hover {
  text-decoration: underline;
}


/* ========================================
   Common Page Hero
   導入実績ページを基準に統一
======================================== */

.ask-page-hero,
.ask-service-detail-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #041c3a;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.ask-page-hero::before,
.ask-service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
/* background: linear-gradient(90deg, rgba(0, 13, 34, 0.9) 0%, rgba(0, 24, 56, 0.56) 45%, rgba(0, 24, 56, 0.08) 100%);*/
  background: linear-gradient(90deg, rgba(0, 13, 34, 0.4) 0%, rgba(0, 24, 56, 0.26) 45%, rgba(0, 24, 56, 0.08) 100%);
}

.ask-page-hero__inner,
.ask-service-detail-hero .ask-container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  padding: 70px 0;
  color: #fff;
}

.ask-page-hero__title,
.ask-service-detail-hero__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.ask-page-hero__en,
.ask-service-detail-hero__en {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.ask-page-hero__en::before,
.ask-service-detail-hero__en::before {
  content: none;
}

.ask-page-hero__en::after,
.ask-service-detail-hero__en::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 26px;
  background: #168dff;
}

.ask-page-hero--company {
  background-image: url("../images/company/hero__bg.webp");
}

.ask-page-hero--service {
  background-image: url("../images/service/hero__bg.webp");
}

.ask-page-hero--flow {
  background-image: url("../images/flow/hero__bg.webp");
}

.ask-page-hero--introduction {
  background-image: url("../images/case/hero__bg.webp");
}

.ask-service-detail-hero--business-cs {
  background-image: url("../images/service/cs/hero__bg.webp");
}

.ask-breadcrumb {
  position: relative;
  z-index: 2;
  margin: 0 0 72px;
  color: #fff;
  font-size: 12px;
}

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

.ask-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.ask-breadcrumb li + li::before {
  content: ">";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.65);
}

.ask-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ask-breadcrumb a:hover {
  text-decoration: underline;
}


/* ========================================
   Common CTA Band
======================================== */

.ask-cta-band {
  padding: 34px 0;
  background:
    linear-gradient(90deg, rgba(0, 20, 47, 0.62), rgba(0, 73, 148, 0.54)),
    url("../images/common/cta__bg.webp") center / cover no-repeat;
  color: #fff;
}

.ask-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ask-cta-band__text {
  position: relative;
  padding-left: 36px;
}

.ask-cta-band__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 42px;
  border: 1px solid rgba(0, 132, 255, 0.8);
  border-right: 0;
}

.ask-cta-band__text h2 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 800;
}

.ask-cta-band__text p {
  margin: 0;
  font-size: 14px;
}

.ask-cta-band__button {
  flex: 0 0 auto;
}


/* ========================================
   Common Service CTA
======================================== */

.ask-service-cta {
  padding: 42px 0 48px;
  background:
    linear-gradient(90deg, rgba(0, 22, 58, 0.96), rgba(0, 77, 165, 0.92)),
    url("/wp-content/themes/ask/assets/images/common/bg-cta.webp") center / cover no-repeat;
  color: #fff;
}

.ask-service-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
}

.ask-service-cta__lead h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

.ask-service-cta__lead p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.ask-service-cta__actions {
  display: grid;
  gap: 12px;
  min-width: 270px;
}

.ask-service-cta__actions .ask-button {
  width: 100%;
  min-width: 0;
}

.ask-service-cta__tel {
  display: grid;
  gap: 5px;
  text-align: center;
  white-space: nowrap;
}

.ask-service-cta__tel span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.ask-service-cta__tel span::before {
  content: "☎";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
}

.ask-service-cta__tel small {
  font-size: 12px;
  font-weight: 500;
}


/* ========================================
   Company Page
======================================== */

.ask-greeting {
  background:
    radial-gradient(circle at 18% 20%, rgba(24, 126, 220, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ask-greeting__body {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}

.ask-greeting__image {
  overflow: hidden;
  background: #eef3f7;
}

.ask-greeting__image img {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
}

.ask-greeting__lead {
  margin: 0 0 22px;
  color: #003b83;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
}

.ask-greeting__text {
  color: #142c4d;
  font-size: 14px;
}

.ask-greeting__text p {
  margin: 0 0 0.65em;
}

.ask-greeting__sign {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 28px;
  color: #111;
}

.ask-greeting__sign span {
  font-size: 13px;
}

.ask-greeting__sign strong {
  font-family: serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.ask-philosophy {
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgba(0, 53, 117, 0.96), rgba(0, 88, 171, 0.92)),
    url("/wp-content/themes/ask/assets/images/common/bg-blue-texture.webp") center / cover no-repeat;
  color: #fff;
}

.ask-philosophy__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: stretch;
}

.ask-philosophy__heading {
  position: relative;
  padding-left: 34px;
}

.ask-philosophy__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(103, 184, 255, 0.8);
  border-right: 0;
}

.ask-philosophy__heading h2 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.ask-philosophy__heading h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.ask-philosophy__heading p:not(.ask-section-heading__en) {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.ask-philosophy__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ask-philosophy-card {
  display: grid;
  place-items: center;
  min-height: 168px;
  padding: 24px 22px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ask-philosophy-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.ask-philosophy-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}

.ask-philosophy-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-philosophy-card__label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}

.ask-philosophy-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.ask-company-profile {
  background: #fff;
}

.ask-profile-table-wrap {
  overflow-x: auto;
}

.ask-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border-top: 1px solid #dbe5f1;
}

.ask-profile-table th,
.ask-profile-table td {
  border-bottom: 1px solid #dbe5f1;
  vertical-align: top;
}

.ask-profile-table th {
  width: 150px;
  padding: 19px 22px;
  background: #f3f7fc;
  color: #003b83;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.ask-profile-table th span {
  display: block;
  margin-top: 4px;
  color: #6c7890;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
}

.ask-profile-table td {
  padding: 19px 24px;
  color: #102848;
}

.ask-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.ask-office {
  padding-right: 28px;
}

.ask-office + .ask-office {
  padding-left: 28px;
  border-left: 1px solid #dbe5f1;
}

.ask-office h3 {
  margin: 0 0 10px;
  color: #003b83;
  font-size: 14px;
  font-weight: 800;
}

.ask-office p {
  margin: 0;
}

.ask-number-list {
  margin: 0;
  padding-left: 1.4em;
}

.ask-number-list li {
  margin-bottom: 0.3em;
}

.ask-number-list li:last-child {
  margin-bottom: 0;
}

.ask-two-column-list,
.ask-client-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-two-column-list {
  columns: 2;
  column-gap: 48px;
}

.ask-two-column-list li {
  break-inside: avoid;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.4em;
}

.ask-two-column-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.ask-client-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 13px;
  font-size: 12px;
}

.ask-company-history {
  padding-top: 24px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.ask-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 4;
  column-gap: 42px;
}

.ask-history-list__item {
  position: relative;
  break-inside: avoid;
  min-height: 60px;
  padding: 0 0 18px 22px;
  border-left: 1px solid #b8d1ec;
}

.ask-history-list__item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0056b8;
}

.ask-history-list__item time {
  display: block;
  margin-bottom: 4px;
  color: #0056b8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.ask-history-list__item p {
  margin: 0;
  color: #102848;
  font-size: 12px;
  line-height: 1.7;
}

.ask-association {
  padding: 44px 0 54px;
  text-align: center;
  background: #fff;
}

.ask-association__title {
  margin: 0 0 28px;
  color: #0b2344;
  font-size: 20px;
  font-weight: 800;
}

.ask-association__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-association__logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.ask-association__logos img {
/*  max-height: 48px;*/
  object-fit: contain;
}

.ask-association__note {
  margin: 18px 0 0;
  color: #315274;
  font-size: 12px;
}


/* ========================================
   Service Page
======================================== */

.ask-service-nav-section {
  position: relative;
  z-index: 2;
  padding: 0 0 42px;
/*  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);*/
}

.ask-service-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: -52px 0 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 35, 80, 0.12);
}

.ask-service-nav__item {
  min-width: 0;
}

.ask-service-nav__item + .ask-service-nav__item {
  border-left: 1px solid #dce7f4;
}

.ask-service-nav__link {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 12px 18px;
  color: #003b83;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.ask-service-nav__link:hover {
  background: #f3f8ff;
  transform: translateY(-2px);
}

.ask-service-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.ask-service-nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-service-nav__text {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003b83;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-service-nav__arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #003b83;
  border-bottom: 2px solid #003b83;
  transform: rotate(45deg);
}

.ask-service-list-section {
  padding-top: 0;
  background: #fff;
}

.ask-service-list {
  display: grid;
  gap: 30px;
}

.ask-service-item {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 44px;
  align-items: center;
}

.ask-service-item__image {
  overflow: hidden;
  background: #edf4fb;
}

.ask-service-item__image img {
  width: 100%;
  aspect-ratio: 460 / 210;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ask-service-item:hover .ask-service-item__image img {
  transform: scale(1.03);
}

.ask-service-item__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 28px;
  align-items: end;
}

.ask-service-item__title {
  grid-column: 1 / -1;
  margin: 0;
  color: #003b83;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-service-item__content p {
  margin: 0;
  color: #0b2344;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.ask-service-recommend {
  padding: 44px 0;
  background: linear-gradient(180deg, #eef7ff 0%, #f8fcff 100%);
}

.ask-service-recommend__title {
  margin: 0 0 26px;
  color: #003b83;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.ask-service-recommend__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-service-recommend__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 35, 80, 0.06);
}

.ask-service-recommend__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.ask-service-recommend__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-service-recommend__item p {
  margin: 0;
  color: #003b83;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}


/* ========================================
   Business CS Page
======================================== */

.ask-business-cs-intro {
  background: #fff;
}

.ask-business-cs-intro__grid {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 48px;
  align-items: end;
}

.ask-business-cs-intro__content h2 {
  margin: 0 0 28px;
  color: #003b83;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
}

.ask-business-cs-intro__content h2 span {
  display: inline-block;
  margin: 0 0.08em;
  font-size: 54px;
  line-height: 1;
}

.ask-business-cs-intro__content p {
  margin: 0 0 16px;
  color: #0b2344;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.05;
}

.ask-business-cs-intro__content p:last-child {
  margin-bottom: 0;
}

.ask-business-cs-intro__note {
  margin-top: 24px !important;
  font-size: 12px !important;
  color: #4d6078 !important;
}

.ask-business-cs-feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-business-cs-feature-list li {
/*  min-height: 160px;*/
  padding: 20px 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  text-align: center;
  background: #fff;
  border: 1px solid #cbd9ec;
  border-radius: 4px;
}

.ask-business-cs-feature-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
  margin-bottom: 8px;
}

.ask-business-cs-feature-list__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-business-cs-feature-list strong {
  color: #003b83;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
margin:auto;
}

.ask-business-cs-feature-list small {
  color: #003b83;
  font-size: 12px;
  font-weight: 700;
}

.ask-channel-lineup {
  padding-top: 32px;
  background: #fff;
}

.ask-channel-lineup__lead {
  margin: 0 0 28px;
  color: #0b2344;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.ask-channel-list {
  display: grid;
  gap: 0;
  border: 1px solid #d6e2f1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ask-channel-item {
  display: grid;
  grid-template-columns: 260px 1fr 150px;
  gap: 28px;
  align-items: center;
  min-height: 110px;
  padding: 8px 18px 8px 8px;
  border-bottom: 1px solid #d6e2f1;
  background: #fff;
}

.ask-channel-item:last-child {
  border-bottom: 0;
}

.ask-channel-item__image {
  overflow: hidden;
  border-radius: 3px;
  background: #eef4fb;
}

.ask-channel-item__image img {
  width: 100%;
  aspect-ratio: 260 / 94;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ask-channel-item:hover .ask-channel-item__image img {
  transform: scale(1.04);
}

.ask-channel-item__content h3 {
  margin: 0 0 6px;
  color: #003b83;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-channel-item__content p {
  margin: 0;
  color: #0b2344;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.ask-channel-item__more {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #003b83;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.ask-channel-item__more::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #003b83;
  border-bottom: 2px solid #003b83;
  transform: rotate(45deg) translateY(-2px);
}

.ask-channel-item__more:hover {
  text-decoration: underline;
}

.ask-business-cs-reason {
  padding: 54px 0;
  background: linear-gradient(180deg, #f2f8ff 0%, #eaf5ff 100%);
}

.ask-business-cs-reason__title {
  margin: 0 0 34px;
  color: #003b83;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.ask-business-cs-reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
}

.ask-business-cs-reason__list li {
  min-height: 170px;
  padding: 28px 24px;
  text-align: center;
  border-left: 1px solid #c5d9ef;
}

.ask-business-cs-reason__list li:first-child {
  border-left: 0;
}

.ask-business-cs-reason__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
}

.ask-business-cs-reason__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-business-cs-reason__icon--text {
  width: auto;
  color: #003b83;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.ask-business-cs-reason__list h3 {
  margin: 0 0 8px;
  color: #003b83;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-business-cs-reason__list p {
  margin: 0;
  color: #0b2344;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.ask-business-cs-target {
  padding: 58px 0 68px;
  background: #fff;
}

.ask-business-cs-target__title {
  margin: 0 0 28px;
  color: #003b83;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.ask-business-cs-target__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-business-cs-target__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid #8ba9d2;
  color: #003b83;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.ask-business-cs-target__list li:last-child {
  grid-column: 3 / 4;
}


/* ========================================
   Flow Page
======================================== */

.ask-flow-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(24, 126, 220, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ask-flow-section__lead {
  margin-bottom: 58px;
  color: #0b2344;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.ask-flow-section__lead p {
  margin: 0 0 18px;
}

.ask-flow-section__lead p:last-child {
  margin-bottom: 0;
}

.ask-flow-steps {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ask-flow-step {
  position: relative;
}

.ask-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 78px;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #003b83;
  border-right: 2px solid #003b83;
  transform: rotate(45deg);
}

.ask-flow-step__num {
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #fff;
  background: #003b83;
  font-size: 13px;
  font-weight: 800;
  transform: translateX(-50%);
}

.ask-flow-step__card {
/*  min-height: 150px;*/
	height:100%;
  padding: 28px 12px 18px;
  border: 1px solid #d8e4f2;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 35, 80, 0.06);
}

.ask-flow-step__card h3 {
/*  margin: 0 0 14px;*/
  color: #003b83;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
	display:flex;
	align-items:center;
	justify-content:center;
	height:3rem;
}

.ask-flow-step__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
}

.ask-flow-step__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-flow-step__card p {
  margin: 0;
  color: #0b2344;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7;
}

.ask-flow-down-arrow {
  width: 26px;
  height: 42px;
  margin: 34px auto 28px;
  position: relative;
}

.ask-flow-down-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 42px;
  background: #003b83;
  transform: translateX(-50%);
}

.ask-flow-down-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 3px solid #003b83;
  border-bottom: 3px solid #003b83;
  transform: translateX(-50%) rotate(45deg);
}

.ask-support-box {
  display: grid;
  grid-template-columns: 160px 1fr 320px;
  gap: 28px;
  align-items: center;
  min-height: 160px;
  padding: 24px 34px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(0, 32, 80, 0.96), rgba(0, 86, 184, 0.92));
  color: #fff;
  overflow: hidden;
}

.ask-support-box__person {
  align-self: end;
}

.ask-support-box__person img {
  width: 150px;
  display: block;
}

.ask-support-box__text h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
}

.ask-support-box__text p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.ask-support-box__link {
  display: block;
  padding: 24px 28px;
  border-radius: 6px;
  background: #fff;
  color: #0056b8;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
/*	background-image:url(../images/flow/flow__icon--manga.svg);
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-size:3rem auto;*/
}


.ask-support-box__link span {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.ask-support-box__link small {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #003b83;
}

.ask-support-box__link small::after {
  content: "»";
  margin-left: 8px;
}

.ask-flow-faq {
  background: #fff;
}

.ask-flow-faq__lead {
  margin: -10px 0 30px;
  color: #0b2344;
  font-size: 14px;
  font-weight: 500;
}

.ask-faq-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ask-faq-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 42px 44px 34px;
  border: 1px solid #d8e4f2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 35, 80, 0.06);
}

.ask-faq-card__head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.ask-faq-card__icon {
  width: 58px;
  height: 58px;
}

.ask-faq-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-faq-card__head h3 {
  margin: 0;
  color: #0877e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

.ask-faq-card__questions {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.ask-faq-card__questions li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  color: #0b2344;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.ask-faq-card__questions li::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0.15em;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e4f3ff;
  color: #0877e8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ask-faq-card .ask-outline-button {
  margin-top: auto;
  align-self: center;
}

.ask-area-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #eef8ff 0%, #e4f4ff 100%);
  overflow: hidden;
}

.ask-area-section__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: center;
}

.ask-area-section__content h2 {
  margin: 0 0 20px;
  color: #003b83;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.35;
}

.ask-area-section__content h3 {
  margin: 0 0 28px;
  color: #003b83;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8;
}

.ask-area-section__content p {
  margin: 0;
  color: #0b2344;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}

.ask-area-section__map {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask-area-section__map img {
  width: 100%;
  max-width: 690px;
}

.ask-area-section__badge {
  position: absolute;
  right: 4%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  border-radius: 999px;
  background: #003b83;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  transform: translateY(-50%);
}


/* ========================================
   Introduction Page
======================================== */

.ask-introduction-lead {
  padding: 30px 0 36px;
  background: #fff;
  text-align: center;
}

.ask-introduction-lead p {
  margin: 0;
  color: #003b83;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.75;
}

.ask-case-section {
  padding: 56px 0;
  background: linear-gradient(90deg, #f6fbff 0%, #ffffff 48%, #f6fbff 100%);
}

.ask-case-section + .ask-case-section {
  border-top: 1px solid #e1edf8;
}

.ask-case-section__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

.ask-case-category {
  color: #0b2344;
}

.ask-case-category__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #003b83;
}

.ask-case-section--kids .ask-case-category__icon {
  background: #dd3d73;
}

.ask-case-section--other .ask-case-category__icon {
  background: #1e9f8e;
}

.ask-case-category__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ask-case-category h2 {
  margin: 0 0 22px;
  color: #003b83;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

.ask-case-category h2 span {
  font-size: 24px;
}

.ask-case-category p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.ask-case-category p:last-child {
  margin-bottom: 0;
}

.ask-case-category__note-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  color: #003b83;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.ask-case-category__note-list::before {
  content: "＜業務用許可アニメ番組＞";
  display: block;
  margin-bottom: 4px;
}

.ask-case-category__note-list li {
  position: relative;
  padding-left: 1em;
}

.ask-case-category__note-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.ask-case-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ask-case-card {
  min-width: 0;
}

.ask-case-card__link {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  min-height: 158px;
  padding: 14px 36px 14px 14px;
  border-radius: 6px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 35, 80, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
	height:100%;
}

.ask-case-card__link::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: #003b83;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ask-case-card__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 35, 80, 0.18);
}

.ask-case-card__image {
  overflow: hidden;
  border-radius: 4px;
  background: #edf4fb;
}

.ask-case-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 160 / 118;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ask-case-card__link:hover .ask-case-card__image img {
  transform: scale(1.04);
}

.ask-case-card__body {
  min-width: 0;
}

.ask-case-card__tag {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #003b83;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-case-card__body h3 {
  margin: 0 0 8px;
  color: #003b83;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-case-card__body p:not(.ask-case-card__tag) {
  margin: 0;
  color: #0b2344;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}


/* ========================================
   Responsive
======================================== */

@media (max-width: 1180px) {
  .ask-flow-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 22px;
  }

  .ask-flow-step:nth-child(4)::after,
  .ask-flow-step:nth-child(8)::after {
    display: none;
  }

  .ask-support-box {
    grid-template-columns: 130px 1fr 280px;
    gap: 22px;
  }

  .ask-faq-card {
    padding: 34px 28px 30px;
  }

  .ask-case-section__inner {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .ask-case-card__link {
    grid-template-columns: 140px 1fr;
  }
}

@media (max-width: 1100px) {
  .ask-service-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .ask-service-nav__item:nth-child(4) {
    border-left: 0;
  }

  .ask-service-nav__item:nth-child(n + 4) {
    border-top: 1px solid #dce7f4;
  }

  .ask-service-item {
    grid-template-columns: 42% 1fr;
    gap: 32px;
  }

  .ask-service-item__content {
    grid-template-columns: 1fr;
  }

  .ask-outline-button {
    width: fit-content;
  }

  .ask-service-recommend__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-service-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ask-service-cta__actions {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .ask-business-cs-intro__grid {
    grid-template-columns: 1fr;
  }

  .ask-business-cs-feature-list {
    max-width: 720px;
  }
}

@media (max-width: 1024px) {
  .ask-container {
    width: min(100% - 40px, 920px);
  }

  .ask-greeting__body {
    grid-template-columns: 220px 1fr;
    gap: 36px;
  }

  .ask-philosophy__inner {
    grid-template-columns: 1fr;
  }

  .ask-philosophy__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .ask-office-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ask-office {
    padding-right: 0;
  }

  .ask-office + .ask-office {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid #dbe5f1;
  }

  .ask-client-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .ask-history-list {
    column-count: 3;
  }

  .ask-support-box {
    grid-template-columns: 120px 1fr;
    padding: 26px 28px 0;
  }

  .ask-support-box__link {
    grid-column: 1 / -1;
    margin-bottom: 28px;
  }

  .ask-faq-card-list {
    grid-template-columns: 1fr;
  }

  .ask-faq-card {
    min-height: 0;
  }

  .ask-area-section__inner {
    grid-template-columns: 1fr;
  }

  .ask-area-section__content {
    max-width: 620px;
  }

  .ask-case-section__inner {
    grid-template-columns: 1fr;
  }

  .ask-case-category {
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .ask-channel-item {
    grid-template-columns: 220px 1fr;
    gap: 20px;
    padding: 12px;
  }

  .ask-channel-item__more {
    grid-column: 2;
    justify-self: start;
  }

  .ask-business-cs-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-business-cs-reason__list li:nth-child(odd) {
    border-left: 0;
  }

  .ask-business-cs-reason__list li:nth-child(n + 3) {
    border-top: 1px solid #c5d9ef;
  }

  .ask-business-cs-target__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .ask-business-cs-target__list li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .ask-container {
    width: calc(100% - 32px);
  }

  .ask-section {
    padding: 48px 0;
  }

  .ask-section-heading {
    margin-bottom: 24px;
    padding-left: 28px;
  }

  .ask-section-heading::before {
    width: 22px;
    height: 38px;
  }

  .ask-section-heading__ja {
    font-size: 24px;
  }

  .ask-page-hero,
  .ask-service-detail-hero {
    min-height: 260px;
  }

  .ask-page-hero__inner,
  .ask-service-detail-hero .ask-container {
    width: calc(100% - 32px);
    padding: 52px 0;
  }

  .ask-page-hero__title,
  .ask-service-detail-hero__title {
    font-size: 38px;
  }

  .ask-page-hero__en,
  .ask-service-detail-hero__en {
    font-size: 14px;
  }

  .ask-breadcrumb {
    margin-bottom: 42px;
    font-size: 11px;
  }

  .ask-greeting__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ask-greeting__image {
    max-width: 260px;
  }

  .ask-greeting__lead {
    font-size: 21px;
  }

  .ask-greeting__sign {
    gap: 16px;
  }

  .ask-greeting__sign strong {
    font-size: 28px;
  }

  .ask-philosophy {
    padding: 44px 0;
  }

  .ask-philosophy__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-philosophy-card {
    min-height: 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .ask-philosophy-card:nth-child(odd) {
    border-left: 0;
  }

  .ask-profile-table {
    min-width: 760px;
  }

  .ask-two-column-list {
    columns: 1;
  }

  .ask-client-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-history-list {
    column-count: 1;
  }

  .ask-association__logos {
    flex-wrap: wrap;
    gap: 24px;
  }

  .ask-association__logos li {
    width: calc(50% - 12px);
    min-width: 0;
  }

  .ask-service-nav-section {
    padding-bottom: 34px;
  }

  .ask-service-nav {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -36px;
  }

  .ask-service-nav__item {
    border-top: 1px solid #dce7f4;
  }

  .ask-service-nav__item:nth-child(1),
  .ask-service-nav__item:nth-child(2) {
    border-top: 0;
  }

  .ask-service-nav__item:nth-child(odd) {
    border-left: 0;
  }

  .ask-service-nav__item:nth-child(even) {
    border-left: 1px solid #dce7f4;
  }

  .ask-service-nav__link {
    min-height: 130px;
    padding: 20px 10px 16px;
  }

  .ask-service-nav__icon {
    width: 44px;
    height: 44px;
  }

  .ask-service-nav__text {
    font-size: 13px;
  }

  .ask-service-list {
    gap: 44px;
  }

  .ask-service-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ask-service-item__title {
    font-size: 23px;
  }

  .ask-service-item__content p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ask-outline-button {
    width: 100%;
  }

  .ask-service-recommend__list {
    grid-template-columns: 1fr;
  }

  .ask-service-recommend__item {
    grid-template-columns: 48px 1fr;
  }

  .ask-business-cs-intro__content h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .ask-business-cs-intro__content h2 span {
    font-size: 42px;
  }

  .ask-business-cs-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-channel-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .ask-channel-item__image img {
    aspect-ratio: 16 / 7;
  }

  .ask-channel-item__content h3 {
    font-size: 20px;
  }

  .ask-channel-item__more {
    grid-column: auto;
  }

  .ask-business-cs-reason__list {
    grid-template-columns: 1fr;
  }

  .ask-business-cs-reason__list li {
    border-left: 0;
    border-top: 1px solid #c5d9ef;
  }

  .ask-business-cs-reason__list li:first-child {
    border-top: 0;
  }

  .ask-business-cs-target__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-flow-section__lead {
    margin-bottom: 44px;
  }

  .ask-flow-steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ask-flow-step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%) rotate(135deg);
  }

  .ask-flow-step:nth-child(4)::after {
    display: block;
  }

  .ask-flow-step__card {
    min-height: 130px;
  }

  .ask-support-box {
    display: block;
    padding: 30px 24px;
    text-align: center;
  }

  .ask-support-box__person {
    margin-bottom: 16px;
  }

  .ask-support-box__person img {
    width: 120px;
    margin-inline: auto;
  }

  .ask-support-box__text {
    margin-bottom: 22px;
  }

  .ask-support-box__text h3 {
    font-size: 26px;
  }

  .ask-support-box__link {
    margin-bottom: 0;
    text-align: left;
  }

  .ask-faq-card {
    padding: 30px 22px;
  }

  .ask-faq-card__head {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .ask-faq-card__icon {
    width: 46px;
    height: 46px;
  }

  .ask-faq-card__head h3 {
    font-size: 20px;
  }

  .ask-area-section {
    padding: 54px 0;
  }

  .ask-area-section__content h2 {
    font-size: 30px;
  }

  .ask-area-section__content h3 {
    font-size: 19px;
  }

  .ask-area-section__map {
    min-height: 260px;
  }

  .ask-area-section__badge {
    right: 0;
    width: 120px;
    height: 120px;
    font-size: 22px;
  }

  .ask-introduction-lead {
    padding: 28px 0;
  }

  .ask-introduction-lead p {
    font-size: 17px;
    line-height: 1.8;
  }

  .ask-case-section {
    padding: 46px 0;
  }

  .ask-case-category__icon {
    width: 62px;
    height: 62px;
  }

  .ask-case-category__icon img {
    width: 36px;
    height: 36px;
  }

  .ask-case-category h2 {
    font-size: 27px;
  }

  .ask-case-category h2 span {
    font-size: 20px;
  }

  .ask-case-card-grid {
    grid-template-columns: 1fr;
  }

  .ask-case-card__link {
    grid-template-columns: 132px 1fr;
    gap: 14px;
    padding: 12px 32px 12px 12px;
  }

  .ask-case-card__body h3 {
    font-size: 16px;
  }

  .ask-case-card__body p:not(.ask-case-card__tag) {
    font-size: 11px;
  }

  .ask-cta-band__inner {
    display: block;
  }

  .ask-cta-band__text {
    margin-bottom: 24px;
  }

  .ask-cta-band__text h2 {
    font-size: 22px;
  }

  .ask-service-cta__lead h2 {
    font-size: 24px;
  }

  .ask-service-cta__tel span {
    font-size: 26px;
  }

  .ask-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .ask-case-card__link {
    grid-template-columns: 1fr;
  }

  .ask-case-card__image img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  .ask-page-hero__title,
  .ask-service-detail-hero__title {
    font-size: 32px;
  }

  .ask-philosophy__items {
    grid-template-columns: 1fr;
  }

  .ask-philosophy-card {
    border-left: 0;
    border-right: 0;
  }

  .ask-philosophy-card:last-child {
    border-right: 0;
  }

  .ask-client-list {
    grid-template-columns: 1fr;
  }

  .ask-service-nav {
    grid-template-columns: 1fr;
  }

  .ask-service-nav__item,
  .ask-service-nav__item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #dce7f4;
  }

  .ask-service-nav__item:first-child {
    border-top: 0;
  }

  .ask-service-nav__link {
    min-height: 112px;
  }

  .ask-business-cs-feature-list {
    grid-template-columns: 1fr;
  }

  .ask-business-cs-target__list {
    grid-template-columns: 1fr;
  }
}




/* ==========================================
   デジタル変調器・ホテルインフォメーション
========================================== */

.ask-digital {
  --ask-blue: #00248f;
  --ask-deep-blue: #00194f;
  --ask-dark-blue: #001436;
  --ask-border: #b8c7e5;
  --ask-light-blue: #eff4ff;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.ask-digital *,
.ask-digital *::before,
.ask-digital *::after {
  box-sizing: border-box;
}

.ask-digital img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-digital a {
  color: inherit;
  text-decoration: none;
}

.ask-digital__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* パンくず
------------------------------------------ */

.ask-digital__breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.ask-digital__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

.ask-digital__breadcrumb li {
  position: relative;
}

.ask-digital__breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-digital__breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* メインビジュアル
------------------------------------------ */

.ask-digital-hero {
  position: relative;
  min-height: 465px;
  color: #fff;
  background: var(--ask-dark-blue);
  overflow: hidden;
}

.ask-digital-hero__image {
  position: absolute;
  inset: 0;
}

.ask-digital-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 18, 58, 0.98) 0%,
      rgba(0, 18, 58, 0.91) 30%,
      rgba(0, 18, 58, 0.57) 50%,
      rgba(0, 18, 58, 0.05) 72%
    );
}

.ask-digital-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-digital-hero .ask-digital__container {
  position: relative;
  z-index: 2;
  min-height: 465px;
}

.ask-digital-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 465px;
  padding-top: 55px;
}

.ask-digital-hero__title {
  margin: 0 0 14px;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ask-digital-hero__en {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ask-digital-hero__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
}

/* 共通
------------------------------------------ */

.ask-digital-section {
  padding: 48px 0;
}

.ask-digital-title {
  margin: 0 0 18px;
  color: var(--ask-blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-digital-title--section {
  margin-bottom: 28px;
  font-size: 30px;
}

.ask-digital-subtitle {
  margin: 28px 0 8px;
  color: var(--ask-blue);
  font-size: 20px;
  line-height: 1.55;
}

.ask-digital-section p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
}

/* デジタル変調器
------------------------------------------ */

.ask-digital-modulator {
  padding-top: 50px;
}

.ask-digital-modulator__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: 45px;
  align-items: center;
}

.ask-digital-modulator__image img {
  max-width: 580px;
  margin-left: auto;
  object-fit: contain;
}

/* ホテルインフォメーション
------------------------------------------ */

.ask-digital-information {
  padding-top: 28px;
}

.ask-digital-info-feature {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 45px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #bac6dc;
}

.ask-digital-info-feature--large {
  grid-template-columns: 460px minmax(0, 1fr);
  padding: 28px 36px;
  border: 1px solid var(--ask-border);
  border-radius: 6px;
}

.ask-digital-info-feature__image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.ask-digital-info-feature--large .ask-digital-info-feature__image img {
  aspect-ratio: 16 / 9;
}

.ask-digital-info-feature:not(.ask-digital-info-feature--large)
  .ask-digital-info-feature__image img {
  aspect-ratio: 4 / 3;
}

.ask-digital-info-feature__content h3 {
  margin: 0 0 12px;
  color: var(--ask-blue);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-digital-info-feature__content p:last-child {
  margin-bottom: 0;
}

/* おすすめ施設
------------------------------------------ */

.ask-digital-recommend {
  padding: 18px 0 38px;
}

.ask-digital-heading {
  margin: 0 0 16px;
  color: var(--ask-blue);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

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

.ask-digital-recommend__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 16px;
  border: 1px solid var(--ask-blue);
  border-radius: 4px;
  color: var(--ask-blue);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* CTA
------------------------------------------ */

.ask-digital-cta {
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #0437b7 0%,
      #001d78 57%,
      #00144d 100%
    );
}

.ask-digital-cta__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.ask-digital-cta__intro h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.55;
}

.ask-digital-cta__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ask-digital-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-digital-cta__tel-icon {
  font-size: 28px;
}

.ask-digital-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-digital-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ask-digital-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-digital-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-digital-button--white {
  color: var(--ask-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-digital-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-digital-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-digital-button--outline:hover {
  color: var(--ask-blue) !important;
  background: #fff;
}

/* タブレット
------------------------------------------ */

@media screen and (max-width: 1100px) {
  .ask-digital-modulator__layout {
    grid-template-columns: 1fr 0.85fr;
  }

  .ask-digital-info-feature {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
  }

  .ask-digital-info-feature--large {
    grid-template-columns: 380px minmax(0, 1fr);
  }

  .ask-digital-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-digital-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-digital {
    font-size: 15px;
  }

  .ask-digital__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-digital__breadcrumb {
    font-size: 10px;
  }

  .ask-digital__breadcrumb ol {
    gap: 4px 18px;
    padding-top: 10px;
  }

  .ask-digital__breadcrumb li:not(:last-child)::after {
    right: -12px;
  }

  .ask-digital-hero,
  .ask-digital-hero .ask-digital__container,
  .ask-digital-hero__content {
    min-height: 470px;
  }

  .ask-digital-hero__image img {
    object-position: 67% center;
  }

  .ask-digital-hero__image::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 18, 58, 0.95),
        rgba(0, 18, 58, 0.65)
      );
  }

  .ask-digital-hero__content {
    justify-content: flex-end;
    padding: 90px 0 45px;
  }

  .ask-digital-hero__title {
    font-size: 30px;
  }

  .ask-digital-hero__en {
    font-size: 12px;
  }

  .ask-digital-hero__lead {
    font-size: 14px;
  }

  .ask-digital-hero__lead br {
    display: none;
  }

  .ask-digital-section {
    padding: 34px 0;
  }

  .ask-digital-title {
    font-size: 22px;
  }

  .ask-digital-title--section {
    font-size: 23px;
  }

  .ask-digital-subtitle {
    font-size: 18px;
  }

  .ask-digital-section p {
    font-size: 13px;
  }

  .ask-digital-modulator__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ask-digital-modulator__image {
    order: -1;
  }

  .ask-digital-modulator__image img {
    max-width: 100%;
  }

  .ask-digital-info-feature,
  .ask-digital-info-feature--large {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0;
  }

  .ask-digital-info-feature--large {
    padding: 18px;
  }

  .ask-digital-info-feature__content h3 {
    font-size: 20px;
  }

  .ask-digital-recommend__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ask-digital-heading {
    font-size: 21px;
  }

  .ask-digital-cta__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ask-digital-cta__intro h2 {
    font-size: 19px;
  }

  .ask-digital-cta__tel a {
    font-size: 27px;
  }

  .ask-digital-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}





/* ==========================================
   スポーツ配信サービス
========================================== */

.ask-sports {
  --ask-blue: #00258e;
  --ask-deep-blue: #00194f;
  --ask-dark-blue: #001436;
  --ask-bright-blue: #0639b5;
  --ask-yellow: #ffd900;
  --ask-border: #afc0e3;
  --ask-light-blue: #f1f5ff;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.ask-sports *,
.ask-sports *::before,
.ask-sports *::after {
  box-sizing: border-box;
}

.ask-sports img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-sports a {
  color: inherit;
  text-decoration: none;
}

.ask-sports__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* パンくず
------------------------------------------ */

.ask-sports__breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.ask-sports__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

.ask-sports__breadcrumb li {
  position: relative;
}

.ask-sports__breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-sports__breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* メインビジュアル
------------------------------------------ */

.ask-sports-hero {
  position: relative;
  min-height: 405px;
  color: #fff;
  background: var(--ask-dark-blue);
  overflow: hidden;
}

.ask-sports-hero__image {
  position: absolute;
  inset: 0;
}

.ask-sports-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 18, 58, 0.99) 0%,
      rgba(0, 18, 58, 0.95) 31%,
      rgba(0, 18, 58, 0.66) 49%,
      rgba(0, 18, 58, 0.07) 72%
    );
}

.ask-sports-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-sports-hero .ask-sports__container {
  position: relative;
  z-index: 2;
  min-height: 405px;
}

.ask-sports-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 405px;
  padding-top: 45px;
}

.ask-sports-hero__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ask-sports-hero__lead {
  margin: 0;
  color: var(--ask-yellow);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.8;
}

/* 共通セクション
------------------------------------------ */

.ask-sports-section {
  padding: 35px 0;
}

.ask-sports-heading {
  margin: 0 0 18px;
  color: var(--ask-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* 配信サービス
------------------------------------------ */

.ask-sports-services {
  padding-top: 38px;
}

.ask-sports-service {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 410px;
  gap: 32px;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid var(--ask-border);
  border-radius: 6px;
  background: #fff;
}

.ask-sports-service__logo {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask-sports-service__logo img {
  max-height: 320px;
  object-fit: contain;
}

.ask-sports-service__content h2 {
  margin: 0 0 6px;
  color: var(--ask-blue);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
}

.ask-sports-service__content h3 {
  margin: 0 0 20px;
  color: var(--ask-blue);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.ask-sports-service__content p {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.ask-sports-service__content p:last-child {
  margin-bottom: 0;
}

.ask-sports-service__visual img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}

.ask-sports-service--wowow {
  grid-template-columns: 240px minmax(0, 1fr) 370px;
}

.ask-sports-service--wowow .ask-sports-service__logo {
  border-right: 1px solid var(--ask-border);
  padding-right: 24px;
}

.ask-sports-service--wowow .ask-sports-service__content h2 {
  font-size: 24px;
}

.ask-sports-service--wowow .ask-sports-service__content h3 {
  font-size: 15px;
}

/* おすすめ業種・お悩み
------------------------------------------ */

.ask-sports-recommend {
  padding-top: 18px;
}

.ask-sports-recommend__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}

.ask-sports-business {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ask-sports-business__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border: 1px solid var(--ask-border);
  border-radius: 50%;
}

.ask-sports-business__icon img {
  width: 72px;
  height: 72px;
}

.ask-sports-business__content h3 {
  margin: 0 0 12px;
  color: var(--ask-blue);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.ask-sports-business__content p {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.ask-sports-checklist {
  display: flex;
  align-items: center;
  min-height: 218px;
  padding: 22px 28px;
  background:
    linear-gradient(
      90deg,
      #eef3ff 0%,
      #f8faff 100%
    );
}

.ask-sports-checklist ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ask-sports-checklist li {
  position: relative;
  padding: 13px 10px 13px 48px;
  border-bottom: 1px solid #fff;
  color: var(--ask-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-sports-checklist li:first-child {
  padding-top: 5px;
}

.ask-sports-checklist li:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}

.ask-sports-checklist li::before {
  position: absolute;
  top: 50%;
  left: 3px;
  display: grid;
  width: 26px;
  height: 26px;
  content: "✓";
  place-items: center;
  border: 2px solid var(--ask-blue);
  color: var(--ask-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

/* 導入事例
------------------------------------------ */

.ask-sports-case {
  padding-top: 12px;
}

.ask-sports-case__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  color: var(--ask-blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.ask-sports-case__heading::after {
  flex: 1;
  height: 1px;
  content: "";
  background: #829bd2;
}

.ask-sports-case__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ask-sports-case-card {
  margin: 0;
}

.ask-sports-case-card__image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.ask-sports-case-card__image img {
  aspect-ratio: 1.67 / 1;
  object-fit: cover;
}

.ask-sports-case-card__image span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 112px;
  padding: 4px 18px;
  color: #fff;
  background: var(--ask-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ask-sports-case-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

/* CTA
------------------------------------------ */

.ask-sports-cta {
  margin-top: 10px;
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #0637b5 0%,
      #001d78 57%,
      #00144d 100%
    );
}

.ask-sports-cta__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.ask-sports-cta__intro h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.ask-sports-cta__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ask-sports-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-sports-cta__tel-icon {
  font-size: 28px;
}

.ask-sports-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-sports-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ask-sports-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-sports-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-sports-button--white {
  color: var(--ask-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-sports-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-sports-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-sports-button--outline:hover {
  color: var(--ask-blue) !important;
  background: #fff;
}

/* タブレット
------------------------------------------ */

@media screen and (max-width: 1100px) {
  .ask-sports-service,
  .ask-sports-service--wowow {
    grid-template-columns: 190px minmax(0, 1fr) 300px;
    gap: 22px;
  }

  .ask-sports-recommend__layout {
    gap: 35px;
  }

  .ask-sports-business {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .ask-sports-business__icon {
    width: 105px;
    height: 105px;
  }

  .ask-sports-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-sports-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-sports {
    font-size: 15px;
  }

  .ask-sports__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-sports__breadcrumb {
    font-size: 10px;
  }

  .ask-sports__breadcrumb ol {
    gap: 4px 18px;
    padding-top: 10px;
  }

  .ask-sports__breadcrumb li:not(:last-child)::after {
    right: -12px;
  }

  .ask-sports-hero,
  .ask-sports-hero .ask-sports__container,
  .ask-sports-hero__content {
    min-height: 430px;
  }

  .ask-sports-hero__image img {
    object-position: 66% center;
  }

  .ask-sports-hero__image::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 18, 58, 0.96),
        rgba(0, 18, 58, 0.62)
      );
  }

  .ask-sports-hero__content {
    justify-content: flex-end;
    padding: 90px 0 45px;
  }

  .ask-sports-hero__title {
    margin-bottom: 15px;
    font-size: 31px;
  }

  .ask-sports-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .ask-sports-section {
    padding: 28px 0;
  }

  .ask-sports-service,
  .ask-sports-service--wowow {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
  }

  .ask-sports-service__logo {
    max-width: 250px;
    margin-inline: auto;
  }

  .ask-sports-service--wowow .ask-sports-service__logo {
    border-right: 0;
    padding-right: 0;
  }

  .ask-sports-service__content h2,
  .ask-sports-service--wowow .ask-sports-service__content h2 {
    font-size: 22px;
  }

  .ask-sports-service__content h3,
  .ask-sports-service--wowow .ask-sports-service__content h3 {
    font-size: 15px;
  }

  .ask-sports-service__content p {
    font-size: 12px;
  }

  .ask-sports-service__visual img {
    aspect-ratio: 1.55 / 1;
  }

  .ask-sports-recommend__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ask-sports-business {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 18px;
  }

  .ask-sports-business__icon {
    width: 80px;
    height: 80px;
  }

  .ask-sports-business__icon svg {
    width: 47px;
    height: 47px;
  }

  .ask-sports-business__content h3 {
    font-size: 16px;
  }

  .ask-sports-business__content p {
    font-size: 12px;
  }

  .ask-sports-checklist {
    min-height: 0;
    padding: 15px;
  }

  .ask-sports-checklist li {
    padding-left: 42px;
    font-size: 13px;
  }

  .ask-sports-case__heading {
    font-size: 23px;
  }

  .ask-sports-case__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ask-sports-case-card p {
    font-size: 12px;
  }

  .ask-sports-cta__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ask-sports-cta__intro h2 {
    font-size: 19px;
  }

  .ask-sports-cta__tel a {
    font-size: 27px;
  }

  .ask-sports-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}




/* ==========================================
   VOD固定ページ
========================================== */

.ask-vod {
  --vod-blue: #00269a;
  --vod-dark-blue: #00163f;
  --vod-navy: #001b4e;
  --vod-light-blue: #edf4ff;
  --vod-border: #b9cbea;
  --vod-yellow: #fff100;
  --vod-orange: #f5a000;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.ask-vod *,
.ask-vod *::before,
.ask-vod *::after {
  box-sizing: border-box;
}

.ask-vod img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-vod a {
  color: inherit;
  text-decoration: none;
}

.ask-vod__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* パンくず
------------------------------------------ */

.ask-vod__breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.ask-vod__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.ask-vod__breadcrumb li {
  position: relative;
}

.ask-vod__breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-vod__breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* メインビジュアル
------------------------------------------ */

.ask-vod-hero {
  position: relative;
  min-height: 465px;
  background: #021842;
  color: #fff;
  overflow: hidden;
}

.ask-vod-hero__image {
  position: absolute;
  inset: 0;
}

.ask-vod-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 18, 58, 0.98) 0%,
      rgba(0, 18, 58, 0.91) 27%,
      rgba(0, 18, 58, 0.56) 48%,
      rgba(0, 18, 58, 0.04) 70%
    );
}

.ask-vod-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-vod-hero .ask-vod__container {
  position: relative;
  z-index: 2;
  min-height: 465px;
}

.ask-vod-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 465px;
  padding-top: 50px;
}

.ask-vod-hero__title {
  margin: 0 0 24px;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ask-vod-hero__title strong {
  font-size: 1.15em;
  font-weight: 700;
}

.ask-vod-hero__lead {
  margin: 0;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.6;
}

.ask-vod-hero__lead--yellow {
  color: var(--vod-yellow);
}

/* 導入文
------------------------------------------ */

.ask-vod-intro {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: #fff;
}

.ask-vod-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 165px);
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 0 0 150px 0;
}

.ask-vod-intro__body {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 34px 0 24px;
}

.ask-vod-intro__title {
  margin: 0 0 10px;
  color: var(--vod-blue);
  font-size: 24px;
  line-height: 1.5;
}

.ask-vod-intro p {
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

/* 共通セクション
------------------------------------------ */

.ask-vod-section {
  padding: 25px 0;
}

.ask-vod-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 22px;
  color: var(--vod-blue);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ask-vod-heading::before,
.ask-vod-heading::after {
  flex: 1;
  height: 1px;
  content: "";
  background: #7f99d1;
}

.ask-vod-heading span {
  white-space: nowrap;
}

.ask-vod-heading strong {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.ask-vod-heading--small {
  margin-bottom: 18px;
  font-size: 24px;
}

.ask-vod-heading--small::before,
.ask-vod-heading--small::after {
  display: none;
}

.ask-vod-heading--line {
  margin-bottom: 20px;
}

/* 特徴
------------------------------------------ */

.ask-vod-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--vod-border);
  border-left: 1px solid var(--vod-border);
  border-radius: 7px;
  overflow: hidden;
}

.ask-vod-feature {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  min-height: 230px;
  padding: 26px 22px;
  border-right: 1px solid var(--vod-border);
  border-bottom: 1px solid var(--vod-border);
  background: #fff;
}

.ask-vod-feature__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
}

.ask-vod-feature__icon svg {
  width: 68px;
  height: 68px;
  fill: none;
  stroke: var(--vod-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-vod-feature__content h3 {
  margin: 0 0 12px;
  color: var(--vod-blue);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-vod-feature__content p,
.ask-vod-feature__content li {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}

.ask-vod-feature__content p {
  margin: 0 0 8px;
}

.ask-vod-feature__content ul {
  margin: 7px 0 0;
  padding-left: 1.2em;
}

.ask-vod-feature__note {
  font-size: 10px !important;
}

.ask-vod-monthly {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 18px;
  border: 1px solid var(--vod-border);
  border-radius: 5px;
  color: var(--vod-blue);
  font-size: 21px;
  font-weight: 700;
}

.ask-vod-monthly__icon {
  font-size: 22px;
}

/* お客様の声
------------------------------------------ */

.ask-vod-section--voice {
  padding-top: 0;
}

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

.ask-vod-voice {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  min-height: 140px;
  padding: 22px 18px;
  border: 1px solid var(--vod-border);
  border-radius: 5px;
  background: #fff;
}

.ask-vod-voice__icon {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.ask-vod-voice__icon span {
  position: relative;
  display: block;
  width: 47px;
  height: 47px;
}

.ask-vod-voice__icon span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  border-radius: 50%;
  background: var(--vod-blue);
  transform: translateX(-50%);
}

.ask-vod-voice__icon span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 25px;
  content: "";
  border-radius: 24px 24px 3px 3px;
  background: var(--vod-blue);
  transform: translateX(-50%);
}

.ask-vod-voice__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ask-vod-voice__content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.ask-vod-stars {
  margin-top: 8px;
  color: var(--vod-orange);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

/* システム構築図
------------------------------------------ */

.ask-vod-system {
  padding-top: 5px;
}

.ask-vod-system__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 32px;
  align-items: start;
}

.ask-vod-system__figure img {
  border-radius: 5px;
}

.ask-vod-system__notes {
  padding-top: 10px;
}

.ask-vod-system__notes ol {
  margin: 0;
  padding-left: 2em;
}

.ask-vod-system__notes li {
  margin-bottom: 12px;
  padding-left: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.75;
}

.ask-vod-system__notes li::marker {
  color: #111;
}

/* おすすめ業種
------------------------------------------ */

.ask-vod-recommend {
  padding: 30px 0 25px;
}

.ask-vod-recommend__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 65px;
}

.ask-vod-business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ask-vod-business {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  padding: 15px 8px;
  border: 1px solid var(--vod-border);
  background: #fff;
  text-align: center;
}

.ask-vod-business:first-child {
  border-radius: 6px 0 0 6px;
}

.ask-vod-business:last-child {
  border-radius: 0 6px 6px 0;
}

.ask-vod-business + .ask-vod-business {
  border-left: 0;
}

.ask-vod-business p {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ask-vod-business__icon {
  position: relative;
  width: 48px;
  height: 48px;
  color: var(--vod-blue);
}

.ask-vod-business__icon--building::before {
  position: absolute;
  inset: 2px 8px 0;
  content: "▦";
  color: var(--vod-blue);
  font-size: 43px;
  line-height: 1;
}

.ask-vod-business__icon--game::before {
  position: absolute;
  inset: 4px 0 0;
  content: "🎮";
  filter: grayscale(1);
  font-size: 38px;
  line-height: 1;
}

.ask-vod-business__icon--pc::before {
  position: absolute;
  inset: 3px 0 0;
  content: "▣";
  color: var(--vod-blue);
  font-size: 43px;
  line-height: 1;
}

.ask-vod-checklist {
  display: flex;
  align-items: center;
  min-height: 135px;
  padding: 20px 28px;
  background: linear-gradient(90deg, #edf3ff, #f8faff);
}

.ask-vod-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ask-vod-checklist li {
  position: relative;
  margin: 4px 0;
  padding-left: 30px;
  color: var(--vod-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.ask-vod-checklist li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  content: "✓";
  place-items: center;
  border: 2px solid var(--vod-blue);
  color: var(--vod-blue);
  font-size: 13px;
  line-height: 1;
}

/* CTA
------------------------------------------ */

.ask-vod-cta {
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(90deg, #0433b8 0%, #001a70 58%, #001450 100%);
}

.ask-vod-cta__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.72fr;
  gap: 38px;
  align-items: center;
}

.ask-vod-cta__intro h2 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.5;
}

.ask-vod-cta__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ask-vod-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 31px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-vod-cta__tel-icon {
  position: relative;
  width: 25px;
  overflow: hidden;
  color: transparent;
}

.ask-vod-cta__tel-icon::before {
  color: #fff;
  content: "☎";
  font-size: 30px;
}

.ask-vod-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-vod-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.ask-vod-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-vod-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-vod-button--white {
  color: var(--vod-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-vod-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-vod-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-vod-button--outline:hover {
  color: var(--vod-blue) !important;
  background: #fff;
}

/* レスポンシブ
------------------------------------------ */

@media screen and (max-width: 1100px) {
  .ask-vod-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-vod-voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-vod-system__layout {
    grid-template-columns: 1fr;
  }

  .ask-vod-system__notes {
    padding-top: 0;
  }

  .ask-vod-recommend__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ask-vod-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-vod-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .ask-vod {
    font-size: 15px;
  }

  .ask-vod__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-vod__breadcrumb {
    font-size: 10px;
  }

  .ask-vod__breadcrumb ol {
    gap: 4px 18px;
    padding-top: 10px;
  }

  .ask-vod__breadcrumb li:not(:last-child)::after {
    right: -12px;
  }

  .ask-vod-hero,
  .ask-vod-hero .ask-vod__container,
  .ask-vod-hero__content {
    min-height: 440px;
  }

  .ask-vod-hero__image::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 18, 58, 0.95),
        rgba(0, 18, 58, 0.66)
      );
  }

  .ask-vod-hero__image img {
    object-position: 68% center;
  }

  .ask-vod-hero__content {
    justify-content: flex-end;
    padding: 90px 0 48px;
  }

  .ask-vod-hero__title {
    margin-bottom: 18px;
    font-size: 29px;
  }

  .ask-vod-hero__lead {
    font-size: 16px;
  }

  .ask-vod-intro::before {
    display: none;
  }

  .ask-vod-intro__body {
    max-width: none;
    padding: 28px 0 12px;
  }

  .ask-vod-intro__title {
    font-size: 20px;
  }

  .ask-vod-intro p {
    font-size: 13px;
  }

  .ask-vod-intro br {
    display: none;
  }

  .ask-vod-section {
    padding: 20px 0;
  }

  .ask-vod-heading {
    gap: 5px;
    font-size: 19px;
  }

  .ask-vod-heading::before,
  .ask-vod-heading::after {
    min-width: 15px;
  }

  .ask-vod-heading strong {
    font-size: 35px;
  }

  .ask-vod-heading--small {
    font-size: 21px;
  }

  .ask-vod-feature-grid {
    grid-template-columns: 1fr;
  }

  .ask-vod-feature {
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 22px 16px;
  }

  .ask-vod-feature__icon {
    padding-top: 24px;
  }

  .ask-vod-feature__icon svg {
    width: 52px;
    height: 52px;
  }

  .ask-vod-feature__content h3 {
    font-size: 16px;
  }

  .ask-vod-feature__content p,
  .ask-vod-feature__content li {
    font-size: 12px;
  }

  .ask-vod-monthly {
    font-size: 18px;
  }

  .ask-vod-voice-grid {
    grid-template-columns: 1fr;
  }

  .ask-vod-voice {
    min-height: 0;
  }

  .ask-vod-system__layout {
    gap: 20px;
  }

  .ask-vod-system__notes li {
    font-size: 12px;
  }

  .ask-vod-business-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-vod-business {
    min-height: 125px;
  }

  .ask-vod-business:nth-child(2) {
    border-radius: 0 6px 0 0;
  }

  .ask-vod-business:nth-child(3) {
    border-top: 0;
    border-left: 1px solid var(--vod-border);
    border-radius: 0 0 0 6px;
  }

  .ask-vod-business:nth-child(4) {
    border-top: 0;
    border-radius: 0 0 6px 0;
  }

  .ask-vod-checklist {
    padding: 18px;
  }

  .ask-vod-checklist li {
    font-size: 13px;
  }

  .ask-vod-cta {
    padding: 26px 0;
  }

  .ask-vod-cta__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ask-vod-cta__intro h2 {
    font-size: 20px;
  }

  .ask-vod-cta__tel a {
    font-size: 27px;
  }

  .ask-vod-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}








/* ==========================================
   電子書籍読み放題サービス
========================================== */

.ask-ebook {
  --ask-blue: #00258e;
  --ask-deep-blue: #00194f;
  --ask-dark-blue: #001436;
  --ask-bright-blue: #0639b5;
  --ask-yellow: #f5c500;
  --ask-border: #adbfdf;
  --ask-light-blue: #eef4ff;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.ask-ebook *,
.ask-ebook *::before,
.ask-ebook *::after {
  box-sizing: border-box;
}

.ask-ebook img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-ebook a {
  color: inherit;
  text-decoration: none;
}

.ask-ebook__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* パンくず
------------------------------------------ */

.ask-ebook__breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.ask-ebook__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

.ask-ebook__breadcrumb li {
  position: relative;
}

.ask-ebook__breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-ebook__breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* メインビジュアル
------------------------------------------ */

.ask-ebook-hero {
  position: relative;
  min-height: 420px;
  color: #fff;
  background: var(--ask-dark-blue);
  overflow: hidden;
}

.ask-ebook-hero__image {
  position: absolute;
  inset: 0;
}

.ask-ebook-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 18, 58, 0.99) 0%,
      rgba(0, 18, 58, 0.94) 31%,
      rgba(0, 18, 58, 0.62) 49%,
      rgba(0, 18, 58, 0.04) 74%
    );
}

.ask-ebook-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-ebook-hero .ask-ebook__container {
  position: relative;
  z-index: 2;
  min-height: 420px;
}

.ask-ebook-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-top: 48px;
}

.ask-ebook-hero__title {
  margin: 0 0 8px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.ask-ebook-hero__en {
  margin: 0 0 25px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.ask-ebook-hero__achievement {
  display: flex;
  flex-direction: column;
  width: fit-content;
  color: var(--ask-yellow);
  font-weight: 700;
}

.ask-ebook-hero__achievement strong {
  position: relative;
  padding-inline: 32px;
  font-size: 29px;
  line-height: 1.4;
}

.ask-ebook-hero__achievement strong::before,
.ask-ebook-hero__achievement strong::after {
  position: absolute;
  top: 50%;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.ask-ebook-hero__achievement strong::before {
  left: 0;
  content: "❧";
}

.ask-ebook-hero__achievement strong::after {
  right: 0;
  content: "❧";
  transform: translateY(-50%) scaleX(-1);
}

.ask-ebook-hero__achievement span {
  font-size: 17px;
  text-align: center;
}

/* 共通
------------------------------------------ */

.ask-ebook-section {
  padding: 38px 0;
}

.ask-ebook-title {
  margin: 0 0 14px;
  color: var(--ask-blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-ebook-section-title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 8px;
  color: var(--ask-blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
}

.ask-ebook-section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  content: "";
  background: #1766de;
}

/* 概要
------------------------------------------ */

.ask-ebook-overview {
  padding-top: 45px;
}

.ask-ebook-overview__layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 60px;
  align-items: center;
}

.ask-ebook-overview__content p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.ask-ebook-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ask-ebook-benefit {
  min-height: 238px;
  padding: 25px 12px 18px;
  border: 1px solid var(--ask-border);
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.ask-ebook-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 14px;
}

.ask-ebook-benefit__icon img {
  width: 67px;
  height: 67px;
  fill: none;
  stroke: var(--ask-blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-ebook-benefit h3 {
  margin: 0 0 10px;
  color: var(--ask-blue);
  font-size: 16px;
  font-weight: 700;
}

.ask-ebook-benefit p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

/* 特徴
------------------------------------------ */

.ask-ebook-features {
  padding-top: 20px;
}

.ask-ebook-feature-list {
  border: 1px solid var(--ask-border);
  border-radius: 5px;
  overflow: hidden;
}

.ask-ebook-feature {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 105px;
  align-items: stretch;
  min-height: 175px;
  border-bottom: 1px solid var(--ask-border);
  background: #fff;
}

.ask-ebook-feature:last-child {
  border-bottom: 0;
}

.ask-ebook-feature__image img {
  height: 100%;
  object-fit: cover;
}

.ask-ebook-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
}

.ask-ebook-feature__content h3 {
  position: relative;
  margin: 0 0 12px;
  padding-left: 27px;
  color: var(--ask-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-ebook-feature__content h3::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--ask-blue);
}

.ask-ebook-feature__content p {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.ask-ebook-feature__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--ask-blue) !important;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-ebook-feature__more span {
  font-size: 18px;
}

/* 導入メリット
------------------------------------------ */

.ask-ebook-merits {
  padding-top: 0;
}

.ask-ebook-merits__box {
  padding: 24px 28px 30px;
  background:
    linear-gradient(
      90deg,
      #eef4ff 0%,
      #f8faff 50%,
      #eef4ff 100%
    );
  border-radius: 5px;
}

.ask-ebook-merits__heading {
  margin-bottom: 24px;
  text-align: center;
}

.ask-ebook-merits__heading h2 {
  margin: 0 0 5px;
  color: var(--ask-blue);
  font-size: 23px;
  font-weight: 700;
}

.ask-ebook-merits__heading p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.ask-ebook-merits__note {
  margin-top: 4px !important;
  font-size: 10px !important;
}

.ask-ebook-merit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ask-ebook-merit {
  position: relative;
  min-height: 185px;
  padding: 0 25px;
  text-align: center;
}

.ask-ebook-merit + .ask-ebook-merit {
  border-left: 1px solid var(--ask-border);
}

.ask-ebook-merit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 8px;
}

.ask-ebook-merit__icon img {
  width: 65px;
  height: 65px;
  fill: none;
  stroke: var(--ask-blue);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-ebook-merit h3 {
  margin: 0 0 8px;
  color: var(--ask-blue);
  font-size: 15px;
  font-weight: 700;
}

.ask-ebook-merit p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.65;
}

.ask-ebook-merit__note {
  margin-top: 4px !important;
  font-size: 9px !important;
}

/* お悩み
------------------------------------------ */

.ask-ebook-needs {
  padding-top: 0;
}

.ask-ebook-needs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.ask-ebook-needs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 16px;
  border: 1px solid var(--ask-blue);
  border-radius: 3px;
  color: var(--ask-blue);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* 対象施設
------------------------------------------ */

.ask-ebook-target {
  padding-top: 0;
}

.ask-ebook-target__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.ask-ebook-target-card {
  position: relative;
  height: 185px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.ask-ebook-target-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 32%,
      rgba(0, 0, 0, 0.6) 100%
    );
}

.ask-ebook-target-card > img {
  height: 100%;
  object-fit: cover;
}

.ask-ebook-target-card__icon {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.ask-ebook-target-card__icon img {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--ask-blue);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-ebook-target-card h3 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 13px;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* CTA
------------------------------------------ */

.ask-ebook-cta {
  margin-top: 12px;
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #0637b5 0%,
      #001d78 57%,
      #00144d 100%
    );
}

.ask-ebook-cta__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.ask-ebook-cta__intro h2 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.ask-ebook-cta__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ask-ebook-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-ebook-cta__tel-icon {
  font-size: 28px;
}

.ask-ebook-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-ebook-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ask-ebook-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-ebook-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-ebook-button--white {
  color: var(--ask-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-ebook-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-ebook-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-ebook-button--outline:hover {
  color: var(--ask-blue) !important;
  background: #fff;
}

/* タブレット
------------------------------------------ */

@media screen and (max-width: 1100px) {
  .ask-ebook-overview__layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ask-ebook-feature {
    grid-template-columns: 270px minmax(0, 1fr) 90px;
  }

  .ask-ebook-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-ebook-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-ebook {
    font-size: 15px;
  }

  .ask-ebook__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-ebook__breadcrumb {
    font-size: 10px;
  }

  .ask-ebook__breadcrumb ol {
    gap: 4px 18px;
    padding-top: 10px;
  }

  .ask-ebook__breadcrumb li:not(:last-child)::after {
    right: -12px;
  }

  .ask-ebook-hero,
  .ask-ebook-hero .ask-ebook__container,
  .ask-ebook-hero__content {
    min-height: 455px;
  }

  .ask-ebook-hero__image img {
    object-position: 66% center;
  }

  .ask-ebook-hero__image::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 18, 58, 0.97),
        rgba(0, 18, 58, 0.62)
      );
  }

  .ask-ebook-hero__content {
    justify-content: flex-end;
    padding: 95px 0 42px;
  }

  .ask-ebook-hero__title {
    font-size: 34px;
  }

  .ask-ebook-hero__en {
    font-size: 12px;
  }

  .ask-ebook-hero__achievement strong {
    font-size: 23px;
  }

  .ask-ebook-hero__achievement span {
    font-size: 14px;
  }

  .ask-ebook-section {
    padding: 28px 0;
  }

  .ask-ebook-title {
    font-size: 22px;
  }

  .ask-ebook-section-title {
    font-size: 22px;
  }

  .ask-ebook-overview__content p {
    font-size: 13px;
  }

  .ask-ebook-overview__content br {
    display: none;
  }

  .ask-ebook-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-ebook-benefit {
    min-height: 210px;
  }

  .ask-ebook-feature {
    grid-template-columns: 1fr;
  }

  .ask-ebook-feature__image img {
    height: 190px;
  }

  .ask-ebook-feature__content {
    padding: 20px;
  }

  .ask-ebook-feature__content h3 {
    font-size: 18px;
  }

  .ask-ebook-feature__more {
    min-height: 48px;
    border-top: 1px solid var(--ask-border);
  }

  .ask-ebook-merits__box {
    padding: 22px 15px;
  }

  .ask-ebook-merits__heading h2 {
    font-size: 20px;
  }

  .ask-ebook-merits__heading p br {
    display: none;
  }

  .ask-ebook-merit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .ask-ebook-merit {
    min-height: 185px;
    padding: 0 12px;
  }

  .ask-ebook-merit:nth-child(3) {
    border-left: 0;
  }

  .ask-ebook-needs__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ask-ebook-target__grid {
    grid-template-columns: 1fr;
  }

  .ask-ebook-target-card {
    height: 210px;
  }

  .ask-ebook-cta__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ask-ebook-cta__intro h2 {
    font-size: 19px;
  }

  .ask-ebook-cta__tel a {
    font-size: 27px;
  }

  .ask-ebook-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}





/* ==========================================
   デジペロ
========================================== */

.ask-degipero {
  --ask-blue: #00258e;
  --ask-deep-blue: #00194f;
  --ask-dark-blue: #001436;
  --ask-bright-blue: #0639b5;
  --ask-yellow: #ffdc00;
  --ask-border: #adc0df;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.ask-degipero *,
.ask-degipero *::before,
.ask-degipero *::after {
  box-sizing: border-box;
}

.ask-degipero img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-degipero a {
  color: inherit;
  text-decoration: none;
}

.ask-degipero__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* パンくず
------------------------------------------ */

.ask-degipero__breadcrumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.ask-degipero__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

.ask-degipero__breadcrumb li {
  position: relative;
}

.ask-degipero__breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-degipero__breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* メインビジュアル
------------------------------------------ */

.ask-degipero-hero {
  position: relative;
  min-height: 520px;
  color: #fff;
  background: var(--ask-dark-blue);
  overflow: hidden;
}

.ask-degipero-hero__image {
  position: absolute;
  inset: 0;
}

.ask-degipero-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 18, 58, 0.99) 0%,
      rgba(0, 18, 58, 0.96) 29%,
      rgba(0, 18, 58, 0.72) 48%,
      rgba(0, 18, 58, 0.08) 74%
    );
}

.ask-degipero-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-degipero-hero .ask-degipero__container {
  position: relative;
  z-index: 2;
  min-height: 520px;
}

.ask-degipero-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  max-width: 610px;
  padding-top: 48px;
}

.ask-degipero-hero__title {
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.ask-degipero-hero__title span {
  font-size: 0.66em;
}

.ask-degipero-hero__catch {
  margin: 0 0 18px;
  color: var(--ask-yellow);
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 700;
  line-height: 1.6;
}

.ask-degipero-hero__lead {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

/* 共通セクション
------------------------------------------ */

.ask-degipero-section {
  padding: 42px 0;
}

.ask-degipero-section-heading {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 16px;
  color: var(--ask-blue);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.55;
}

.ask-degipero-section-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  content: "";
  background: #4792e5;
}

.ask-degipero-section-heading--center {
  text-align: center;
}

.ask-degipero-section-heading--center::after {
  left: 50%;
  transform: translateX(-50%);
}

/* 高品質なコンテンツ
------------------------------------------ */

.ask-degipero-intro {
  padding-top: 38px;
}

.ask-degipero-quality {
  display: grid;
  grid-template-columns: 455px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--ask-border);
  border-radius: 6px;
  background: #fff;
}

.ask-degipero-quality__image img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.ask-degipero-quality__content h3 {
  margin: 0 0 18px;
  color: var(--ask-blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-degipero-quality__content p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
}

.ask-degipero-quality__content p:last-child {
  margin-bottom: 0;
}

/* 選ばれる理由
------------------------------------------ */

.ask-degipero-reasons {
  padding-top: 10px;
  padding-bottom: 45px;
}

.ask-degipero-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.ask-degipero-reason {
  min-height: 355px;
  padding: 25px 22px;
  border: 1px solid var(--ask-border);
  border-radius: 5px;
  background: #fff;
}

.ask-degipero-reason__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.ask-degipero-reason__number {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ask-blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.ask-degipero-reason__heading h3 {
  margin: 0;
  color: var(--ask-blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.ask-degipero-reason__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  margin-bottom: 12px;
}

.ask-degipero-reason__icon img {
  width: 90px;
  height: 90px;
  fill: none;
  stroke: var(--ask-blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-degipero-reason p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
}

/* CTA
------------------------------------------ */

.ask-degipero-cta {
  padding: 28px 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #0637b5 0%,
      #001d78 57%,
      #00144d 100%
    );
}

.ask-degipero-cta__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.ask-degipero-cta__intro h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.ask-degipero-cta__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ask-degipero-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-degipero-cta__tel-icon {
  font-size: 28px;
}

.ask-degipero-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-degipero-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ask-degipero-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-degipero-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-degipero-button--white {
  color: var(--ask-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-degipero-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-degipero-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-degipero-button--outline:hover {
  color: var(--ask-blue) !important;
  background: #fff;
}

/* タブレット
------------------------------------------ */

@media screen and (max-width: 1100px) {
  .ask-degipero-quality {
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 30px;
  }

  .ask-degipero-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-degipero-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-degipero {
    font-size: 15px;
  }

  .ask-degipero__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-degipero__breadcrumb {
    font-size: 10px;
  }

  .ask-degipero__breadcrumb ol {
    gap: 4px 18px;
    padding-top: 10px;
  }

  .ask-degipero__breadcrumb li:not(:last-child)::after {
    right: -12px;
  }

  .ask-degipero-hero,
  .ask-degipero-hero .ask-degipero__container,
  .ask-degipero-hero__content {
    min-height: 510px;
  }

  .ask-degipero-hero__image img {
    object-position: 68% center;
  }

  .ask-degipero-hero__image::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 18, 58, 0.97),
        rgba(0, 18, 58, 0.61)
      );
  }

  .ask-degipero-hero__content {
    justify-content: flex-end;
    max-width: none;
    padding: 95px 0 42px;
  }

  .ask-degipero-hero__title {
    font-size: 36px;
  }

  .ask-degipero-hero__catch {
    font-size: 18px;
  }

  .ask-degipero-hero__lead {
    font-size: 13px;
    line-height: 1.85;
  }

  .ask-degipero-hero__lead br {
    display: none;
  }

  .ask-degipero-section {
    padding: 30px 0;
  }

  .ask-degipero-section-heading {
    font-size: 22px;
  }

  .ask-degipero-section-heading br {
    display: none;
  }

  .ask-degipero-quality {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
  }

  .ask-degipero-quality__content h3 {
    font-size: 21px;
  }

  .ask-degipero-quality__content p {
    font-size: 13px;
  }

  .ask-degipero-quality__content br {
    display: none;
  }

  .ask-degipero-reason-grid {
    grid-template-columns: 1fr;
  }

  .ask-degipero-reason {
    min-height: 0;
  }

  .ask-degipero-reason__heading {
    justify-content: flex-start;
  }

  .ask-degipero-reason__icon {
    height: 90px;
  }

  .ask-degipero-cta__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ask-degipero-cta__intro h2 {
    font-size: 19px;
  }

  .ask-degipero-cta__tel a {
    font-size: 27px;
  }

  .ask-degipero-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}






/* ==========================================
   お問い合わせ
========================================== */

.ask-contact {
  --ask-blue: #00339b;
  --ask-bright-blue: #176dd4;
  --ask-dark-blue: #00163f;
  --ask-border: #d6dce7;
  --ask-light-blue: #edf5ff;
  color: #111;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.ask-contact *,
.ask-contact *::before,
.ask-contact *::after {
  box-sizing: border-box;
}

.ask-contact__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* メインビジュアル
------------------------------------------ */

.ask-contact-hero {
  position: relative;
  display: grid;
  min-height: 255px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(0, 44, 132, 0.95),
      rgba(0, 57, 150, 0.78)
    ),
    url("../images/contact/hero__image--01.webp")
      center / cover no-repeat;
}

.ask-contact-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      135deg,
      rgba(0, 79, 196, 0.14) 0%,
      rgba(0, 79, 196, 0) 45%
    );
}

.ask-contact-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  text-align: center;
}

.ask-contact-hero__title {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.ask-contact-hero__en {
  margin: 3px 0 0;
  color: #1aa0ff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 案内
------------------------------------------ */

.ask-contact-guide {
  padding: 45px 0 38px;
}

.ask-contact-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 38px;
}

.ask-contact-guide__item {
  position: relative;
  min-height: 165px;
  padding: 5px 25px 0;
  text-align: center;
}

.ask-contact-guide__item + .ask-contact-guide__item {
  border-left: 1px solid #d8dde6;
}

.ask-contact-guide__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #347fdf, #1266ce);
}

.ask-contact-guide__icon img {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-contact-guide__item p {
  margin: 0;
  color: #002f8d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

/* 注意書き
------------------------------------------ */

.ask-contact-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 62px;
  padding: 14px 30px;
  border-radius: 4px;
  background:
    linear-gradient(
      90deg,
      #e8f3ff 0%,
      #f3f7fc 52%,
      #e7f1fd 100%
    );
}

.ask-contact-notice__icon {
  display: grid;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #1672d5;
  border-radius: 50%;
  color: #1672d5;
  font-size: 18px;
  line-height: 1;
}

.ask-contact-notice p {
  margin: 0;
  color: #18315c;
  font-size: 13px;
  font-weight: 500;
}

/* フォームエリア
------------------------------------------ */

.ask-contact-form-section {
  padding: 5px 0 55px;
}

.ask-contact-form {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 18px rgba(0, 26, 80, 0.07);
}

/* ==========================================
   Contact Form 7
========================================== */

.ask-contact-form .wpcf7 {
  margin: 0;
}

.ask-contact-form .wpcf7-form {
  margin: 0;
}

.ask-contact-form .ask-contact-table {
  width: 100%;
  border: 1px solid #e0e4eb;
  border-collapse: collapse;
  background: #fff;
}

.ask-contact-form .ask-contact-row {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  border-bottom: 1px solid #e0e4eb;
}

.ask-contact-form .ask-contact-row:last-child {
  border-bottom: 0;
}

.ask-contact-form .ask-contact-row__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  min-height: 93px;
  padding: 35px 32px;
  border-right: 1px solid #e0e4eb;
  font-size: 14px;
  font-weight: 700;
}

.ask-contact-form .ask-contact-row--radio .ask-contact-row__head {
  min-height: 345px;
}

.ask-contact-form .ask-contact-row__body {
  min-width: 0;
  padding: 22px 38px;
}

.ask-contact-form .ask-contact-row--radio .ask-contact-row__body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ask-contact-form .ask-contact-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 24px;
  padding: 2px 6px;
  border: 1px solid #ff6464;
  color: #ff5555;
  background: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.ask-contact-form input[type="text"],
.ask-contact-form input[type="email"],
.ask-contact-form input[type="tel"],
.ask-contact-form select,
.ask-contact-form textarea {
  width: 100%;
  border: 1px solid #ccd3df;
  border-radius: 0;
  color: #222;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ask-contact-form input[type="text"],
.ask-contact-form input[type="email"],
.ask-contact-form input[type="tel"],
.ask-contact-form select {
  height: 52px;
  padding: 0 18px;
}

.ask-contact-form textarea {
  min-height: 165px;
  padding: 15px 18px;
  resize: vertical;
}

.ask-contact-form input::placeholder,
.ask-contact-form textarea::placeholder {
  color: #a0a7b1;
  opacity: 1;
}

.ask-contact-form input:focus,
.ask-contact-form select:focus,
.ask-contact-form textarea:focus {
  border-color: #2572d5;
  box-shadow: 0 0 0 2px rgba(37, 114, 213, 0.1);
}

.ask-contact-form .wpcf7-radio {
  display: grid;
  gap: 13px;
}

.ask-contact-form .wpcf7-list-item {
  margin: 0;
}

.ask-contact-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.ask-contact-form input[type="radio"] {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--ask-blue);
}

.ask-contact-form .wpcf7-list-item-label {
  font-size: 14px;
}

.ask-contact-form .ask-contact-submit {
  padding: 32px 20px 0;
  text-align: center;
}

.ask-contact-form input[type="submit"] {
  min-width: 310px;
  min-height: 65px;
  padding: 14px 50px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #176ad3 0%,
      #0047bb 100%
    );
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 60, 160, 0.16);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.ask-contact-form input[type="submit"]:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.ask-contact-form .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.ask-contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  font-size: 12px;
}

.ask-contact-form .wpcf7-response-output {
  margin: 25px 0 0 !important;
  padding: 15px 20px !important;
  font-size: 13px;
}

/* 個人情報の取扱い
------------------------------------------ */

.ask-contact .privacy-handling {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 80px;
  padding: 30px 36px 34px;
  border: 1px solid #d9e2ee;
  border-radius: 5px;
  background:
    linear-gradient(
      135deg,
      #f8fbff 0%,
      #f2f7fd 100%
    );
}

.ask-contact .privacy-handling__heading {
  margin: 0 0 22px;
  padding: 0 0 13px;
  border-bottom: 2px solid var(--ask-blue);
  color: var(--ask-blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.ask-contact .privacy-handling__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ask-contact .privacy-handling__list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 1.35em;
  color: #26384f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.ask-contact .privacy-handling__list li:last-child {
  margin-bottom: 0;
}

.ask-contact .privacy-handling__list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ask-bright-blue);
  content: "";
}

/* タブレット
------------------------------------------ */

@media screen and (max-width: 1000px) {
  .ask-contact-guide__item {
    padding-inline: 15px;
  }

  .ask-contact-form .ask-contact-row {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-contact__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-contact-hero {
    min-height: 210px;
  }

  .ask-contact-hero__title {
    font-size: 32px;
  }

  .ask-contact-hero__en {
    font-size: 14px;
  }

  .ask-contact-guide {
    padding: 30px 0;
  }

  .ask-contact-guide__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
  }

  .ask-contact-guide__item {
    min-height: 190px;
    padding: 20px 10px;
    border-bottom: 1px solid #d8dde6;
  }

  .ask-contact-guide__item + .ask-contact-guide__item {
    border-left: 0;
  }

  .ask-contact-guide__item:nth-child(even) {
    border-left: 1px solid #d8dde6;
  }

  .ask-contact-guide__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ask-contact-guide__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 14px;
  }

  .ask-contact-guide__item p {
    font-size: 12px;
  }

  .ask-contact-notice {
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }

  .ask-contact-notice p {
    font-size: 12px;
  }

  .ask-contact-form-section {
    padding-bottom: 40px;
  }

  .ask-contact-form {
    box-shadow: none;
  }

  .ask-contact-form .ask-contact-table {
    border: 0;
  }

  .ask-contact-form .ask-contact-row {
    display: block;
    border: 1px solid #e0e4eb;
    border-bottom: 0;
  }

  .ask-contact-form .ask-contact-row:last-child {
    border-bottom: 1px solid #e0e4eb;
  }

  .ask-contact-form .ask-contact-row__head,
  .ask-contact-form .ask-contact-row--radio .ask-contact-row__head {
    min-height: 0;
    padding: 17px 15px;
    border-right: 0;
    border-bottom: 1px solid #e0e4eb;
  }

  .ask-contact-form .ask-contact-row__body,
  .ask-contact-form .ask-contact-row--radio .ask-contact-row__body {
    padding: 15px;
  }

  .ask-contact-form input[type="text"],
  .ask-contact-form input[type="email"],
  .ask-contact-form input[type="tel"],
  .ask-contact-form select {
    height: 48px;
    font-size: 16px;
  }

  .ask-contact-form textarea {
    min-height: 150px;
    font-size: 16px;
  }

  .ask-contact-form .wpcf7-list-item-label {
    font-size: 13px;
  }

  .ask-contact-form .ask-contact-submit {
    padding-top: 25px;
  }

  .ask-contact-form input[type="submit"] {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 17px;
  }

  .ask-contact .privacy-handling {
    width: min(100% - 30px, 1180px);
    margin-bottom: 50px;
    padding: 22px 18px 24px;
  }

  .ask-contact .privacy-handling__heading {
    margin-bottom: 17px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .ask-contact .privacy-handling__list li {
    margin-bottom: 12px;
    padding-left: 1.25em;
    font-size: 13px;
    line-height: 1.8;
  }

  .ask-contact .privacy-handling__list li::before {
    top: 0.68em;
    width: 5px;
    height: 5px;
  }
}






/* ==========================================
   よくあるご質問
========================================== */

.ask-faq {
  --faq-blue: #002b91;
  --faq-dark-blue: #001f63;
  --faq-deep-blue: #00153c;
  --faq-bright-blue: #126fe0;
  --faq-border: #b9c8e6;
  --faq-light-blue: #eef5ff;
  color: #101010;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}

.ask-faq *,
.ask-faq *::before,
.ask-faq *::after {
  box-sizing: border-box;
}

.ask-faq img {
  display: block;
  width: 100%;
  height: auto;
}

.ask-faq button,
.ask-faq input {
  font: inherit;
}

.ask-faq a {
  color: inherit;
  text-decoration: none;
}

.ask-faq__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* Hero
------------------------------------------ */

.ask-faq-hero {
  position: relative;
  min-height: 290px;
  color: #fff;
  background: #00225f;
  overflow: hidden;
}

.ask-faq-hero__bg {
  position: absolute;
  inset: 0;
}

.ask-faq-hero__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 30, 88, 0.98) 0%,
      rgba(0, 30, 88, 0.92) 36%,
      rgba(0, 30, 88, 0.45) 55%,
      rgba(0, 30, 88, 0) 77%
    );
}

.ask-faq-hero__bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ask-faq-hero .ask-faq__container {
  position: relative;
  z-index: 2;
  min-height: 290px;
}

.ask-faq-breadcrumb {
  position: absolute;
  top: 15px;
  left: 0;
}

.ask-faq-breadcrumb ol {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ask-faq-breadcrumb li {
  position: relative;
  font-size: 12px;
}

.ask-faq-breadcrumb li + li::before {
  position: absolute;
  top: 50%;
  left: -14px;
  content: "›";
  transform: translateY(-50%);
}

.ask-faq-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ask-faq-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  padding-top: 35px;
}

.ask-faq-hero__content h1 {
  margin: 0 0 10px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.4;
}

.ask-faq-hero__content p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}

/* Category
------------------------------------------ */

.ask-faq-category {
  padding: 40px 0 28px;
}

.ask-faq-category__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 25px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.ask-faq-category__heading::before,
.ask-faq-category__heading::after {
  flex: 1;
  height: 1px;
  content: "";
  background: #4567b5;
}

.ask-faq-category__heading span {
  white-space: nowrap;
}

.ask-faq-category__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ask-faq-category__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 82px;
  padding: 14px 20px;
  border: 2px solid #4469c4;
  border-radius: 7px;
  color: var(--faq-blue);
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.ask-faq-category__button:hover,
.ask-faq-category__button.is-current {
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #00369f 0%,
      #001f67 100%
    );
  border-color: #00287b;
}

.ask-faq-category__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.ask-faq-category__icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* FAQ Groups
------------------------------------------ */

.ask-faq-main {
  padding: 10px 0 55px;
}

.ask-faq-group {
  scroll-margin-top: 100px;
  margin-bottom: 34px;
}

.ask-faq-group:last-child {
  margin-bottom: 0;
}

.ask-faq-group__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 15px;
  color: var(--faq-blue);
}

.ask-faq-group__heading::after {
  flex: 1;
  height: 1px;
  content: "";
  background: #335bad;
}

.ask-faq-group__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--faq-blue);
}

.ask-faq-group__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ask-faq-group__title {
  flex: 0 0 auto;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
}

/* Accordion
------------------------------------------ */

.ask-faq-list {
  display: grid;
  gap: 8px;
}

.ask-faq-item {
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ask-faq-item__question {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 22px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 53px;
  padding: 10px 20px;
  border: 0;
  color: var(--faq-blue);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}

.ask-faq-item__question:hover {
  background: #f7faff;
}

.ask-faq-item__mark {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--faq-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ask-faq-item__arrow {
  position: relative;
  width: 16px;
  height: 16px;
  justify-self: end;
}

.ask-faq-item__arrow::before,
.ask-faq-item__arrow::after {
  position: absolute;
  top: 7px;
  width: 9px;
  height: 2px;
  content: "";
  background: var(--faq-blue);
  transition: transform 0.25s ease;
}

.ask-faq-item__arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.ask-faq-item__arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

.ask-faq-item.is-open .ask-faq-item__arrow::before {
  transform: rotate(-45deg);
}

.ask-faq-item.is-open .ask-faq-item__arrow::after {
  transform: rotate(45deg);
}

.ask-faq-item__answer {
  border-top: 1px solid #dce3f0;
}

.ask-faq-item__answer-inner {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 20px 17px;
}

.ask-faq-item__answer-mark {
  color: var(--faq-blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ask-faq-item__answer-text p {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.ask-faq-item__answer-text p:last-child {
  margin-bottom: 0;
}

/* CTA
------------------------------------------ */

.ask-faq-cta {
  padding: 25px 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      #073eb6 0%,
      #00217a 58%,
      #00144b 100%
    );
}

.ask-faq-cta__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.ask-faq-cta__message h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
}

.ask-faq-cta__tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.ask-faq-cta__tel-icon {
  font-size: 28px;
}

.ask-faq-cta__tel p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 14px;
}

.ask-faq-cta__tel p span {
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.ask-faq-cta__buttons {
  display: grid;
  gap: 10px;
}

.ask-faq-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.ask-faq-button--white {
  color: var(--faq-blue) !important;
  background: #fff;
  border: 1px solid #fff;
}

.ask-faq-button--white:hover {
  color: #fff !important;
  background: transparent;
}

.ask-faq-button--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.ask-faq-button--outline:hover {
  color: var(--faq-blue) !important;
  background: #fff;
}

/* Tablet
------------------------------------------ */

@media screen and (max-width: 1000px) {
  .ask-faq-category__grid {
    gap: 14px;
  }

  .ask-faq-category__button {
    gap: 14px;
    font-size: 15px;
  }

  .ask-faq-cta__layout {
    grid-template-columns: 1fr 1fr;
  }

  .ask-faq-cta__buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Smartphone
------------------------------------------ */

@media screen and (max-width: 767px) {
  .ask-faq {
    font-size: 15px;
  }

  .ask-faq__container {
    width: min(100% - 30px, 1180px);
  }

  .ask-faq-hero,
  .ask-faq-hero .ask-faq__container,
  .ask-faq-hero__content {
    min-height: 330px;
  }

  .ask-faq-hero__bg img {
    object-position: 67% center;
  }

  .ask-faq-hero__bg::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 30, 88, 0.97),
        rgba(0, 30, 88, 0.64)
      );
  }

  .ask-faq-breadcrumb {
    top: 10px;
  }

  .ask-faq-breadcrumb li {
    font-size: 10px;
  }

  .ask-faq-hero__content {
    justify-content: flex-end;
    padding: 80px 0 40px;
  }

  .ask-faq-hero__content h1 {
    font-size: 34px;
  }

  .ask-faq-hero__content p {
    font-size: 14px;
  }

  .ask-faq-hero__content br {
    display: none;
  }

  .ask-faq-category {
    padding: 28px 0 20px;
  }

  .ask-faq-category__heading {
    gap: 12px;
    font-size: 19px;
  }

  .ask-faq-category__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ask-faq-category__button {
    justify-content: flex-start;
    min-height: 63px;
    padding-inline: 25px;
    font-size: 15px;
  }

  .ask-faq-category__icon svg {
    width: 32px;
    height: 32px;
  }

  .ask-faq-main {
    padding-bottom: 35px;
  }

  .ask-faq-group {
    margin-bottom: 28px;
  }

  .ask-faq-group__heading {
    gap: 10px;
  }

  .ask-faq-group__icon {
    width: 43px;
    height: 43px;
  }

  .ask-faq-group__icon svg {
    width: 25px;
    height: 25px;
  }

  .ask-faq-group__title {
    max-width: calc(100% - 75px);
    font-size: 20px;
  }

  .ask-faq-item__question {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 10px;
    min-height: 55px;
    padding: 11px 13px;
    font-size: 13px;
  }

  .ask-faq-item__mark {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .ask-faq-item__answer-inner {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 13px 16px;
  }

  .ask-faq-item__answer-mark {
    font-size: 19px;
  }

  .ask-faq-item__answer-text p {
    font-size: 12px;
  }

  .ask-faq-cta__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ask-faq-cta__message h2 {
    font-size: 19px;
  }

  .ask-faq-cta__message br {
    display: none;
  }

  .ask-faq-cta__tel a {
    font-size: 27px;
  }

  .ask-faq-cta__buttons {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

.ask-faq-item__answer {
  display: none;
  overflow: hidden;
}

/* ========================================
   Service Modal
======================================== */

body.is-service-modal-open {
  overflow: hidden;
}

.ask-service-modal-trigger {
  cursor: pointer;
}


/* モーダル全体
---------------------------------------- */

.ask-service-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: block;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

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


/* 背景オーバーレイ
---------------------------------------- */

.ask-service-modal__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 8, 28, 0.72);

  opacity: 0;

  transition:
    opacity 0.3s ease;
}

.ask-service-modal.is-open .ask-service-modal__overlay {
  opacity: 1;
}


/* モーダル本体
---------------------------------------- */

.ask-service-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;

  width: min(1180px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);

  overflow-y: auto;
  overscroll-behavior: contain;

  border-radius: 14px;

  background: #fff;

  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.28);

  opacity: 0;

  transform:
    translate(-50%, -46%)
    scale(0.98);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.ask-service-modal.is-open .ask-service-modal__dialog {
  opacity: 1;

  transform:
    translate(-50%, -50%)
    scale(1);
}


/* モーダル内部
---------------------------------------- */

.ask-service-modal__inner {
  position: relative;

  padding:
    38px 42px 30px;
}


/* 閉じるボタン
---------------------------------------- */

.ask-service-modal__close {
  position: sticky;
  top: 16px;
  z-index: 3;

  display: grid;
  place-items: center;

  width: 48px;
  height: 48px;

  margin:
    0
    0
    -48px
    auto;

  padding: 0;

  border:
    1px
    solid
    #d9e2ef;

  border-radius: 50%;

  background: #fff;

  box-shadow:
    0 8px 24px
    rgba(0, 32, 90, 0.14);

  cursor: pointer;

  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ask-service-modal__close:hover {
  background: #f3f7fc;

  transform:
    rotate(90deg);

  box-shadow:
    0 10px 28px
    rgba(0, 32, 90, 0.18);
}

.ask-service-modal__close::before,
.ask-service-modal__close::after {
  content: "";

  position: absolute;

  width: 22px;
  height: 1.5px;

  background: #003b83;
}

.ask-service-modal__close::before {
  transform:
    rotate(45deg);
}

.ask-service-modal__close::after {
  transform:
    rotate(-45deg);
}


/* モーダル見出し
---------------------------------------- */

.ask-service-modal__header {
  display: grid;

  grid-template-columns:
    64px
    minmax(0, 1fr);

  gap: 20px;

  align-items: center;

  margin-bottom: 22px;

  padding-right: 70px;
}

.ask-service-modal__icon {
  display: grid;
  place-items: center;

  width: 58px;
  height: 58px;

  border:
    1px
    solid
    #dbe3f2;

  border-radius: 50%;

  background: #fff;

  box-shadow:
    0 5px 15px
    rgba(0, 35, 110, 0.08);
}

.ask-service-modal__icon img {
  width: 30px;
  height: 30px;

  object-fit: contain;
}

.ask-service-modal__title-wrap {
  min-width: 0;
}

.ask-service-modal__title {
  margin: 0;

  color: #051a75;

  font-size:
    clamp(28px, 3vw, 42px);

  font-weight: 800;

  line-height: 1.35;

  letter-spacing: 0.04em;
}

.ask-service-modal__lead {
  margin:
    4px
    0
    0;

  color: #0b2344;

  font-size: 14px;

  font-weight: 600;

  line-height: 1.8;
}


/* ラインナップ一覧
---------------------------------------- */

.ask-service-modal__grid {
  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );

  border-top:
    1px
    solid
    #d7dfed;

  border-left:
    1px
    solid
    #d7dfed;
}

.ask-service-modal-card {
  display: grid;

  grid-template-columns:
    112px
    minmax(0, 1fr);

  gap: 20px;

  align-items: center;

  min-height: 150px;

  padding:
    18px 22px;

  border-right:
    1px
    solid
    #d7dfed;

  border-bottom:
    1px
    solid
    #d7dfed;

  background: #fff;
}


/* ラインナップ画像
---------------------------------------- */

.ask-service-modal-card__image {
  display: grid;
  place-items: center;

  min-height: 110px;

  overflow: hidden;

  border:
    1px
    solid
    #dfe5ef;

  border-radius: 4px;

  background: #fff;
}

.ask-service-modal-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* ラインナップ本文
---------------------------------------- */

.ask-service-modal-card__body {
  min-width: 0;
}

.ask-service-modal-card__body h3 {
  margin:
    0
    0
    8px;

  color: #05217d;

  font-size: 18px;

  font-weight: 800;

  line-height: 1.45;
}

.ask-service-modal-card__body p {
  margin: 0;

  color: #172a48;

  font-size: 13px;

  font-weight: 500;

  line-height: 1.8;
}


/* 注記
---------------------------------------- */

.ask-service-modal__note {
  margin:
    22px
    0
    0;

  color: #4b5d79;

  font-size: 12px;

  line-height: 1.7;

  text-align: center;
}


/* タブレット
---------------------------------------- */

@media screen and (max-width: 900px) {

  .ask-service-modal__dialog {
    width:
      min(94vw, 760px);
  }

  .ask-service-modal__inner {
    padding:
      28px 24px 24px;
  }

  .ask-service-modal__grid {
    grid-template-columns: 1fr;
  }

  .ask-service-modal-card {
    border-right:
      1px
      solid
      #d7dfed;
  }

}


/* スマートフォン
---------------------------------------- */

@media screen and (max-width: 600px) {

  .ask-service-modal__dialog {
    width:
      calc(100% - 24px);

    max-height:
      calc(100dvh - 24px);

    border-radius: 10px;
  }

  .ask-service-modal__inner {
    padding:
      22px 16px 18px;
  }

  .ask-service-modal__close {
    top: 10px;

    width: 42px;
    height: 42px;

    margin-bottom: -42px;
  }

  .ask-service-modal__header {
    grid-template-columns:
      48px
      minmax(0, 1fr);

    gap: 14px;

    padding-right: 52px;
  }

  .ask-service-modal__icon {
    width: 46px;
    height: 46px;
  }

  .ask-service-modal__icon img {
    width: 24px;
    height: 24px;
  }

  .ask-service-modal__title {
    font-size: 24px;

    line-height: 1.4;
  }

  .ask-service-modal__lead {
    font-size: 12px;

    line-height: 1.7;
  }

  .ask-service-modal-card {
    grid-template-columns:
      82px
      minmax(0, 1fr);

    gap: 14px;

    min-height: 0;

    padding: 14px;
  }

  .ask-service-modal-card__image {
    min-height: 82px;
  }

  .ask-service-modal-card__body h3 {
    font-size: 16px;
  }

  .ask-service-modal-card__body p {
    font-size: 12px;

    line-height: 1.7;
  }

  .ask-service-modal__note {
    margin-top: 18px;

    font-size: 11px;
  }

}


/* 小さいスマートフォン
---------------------------------------- */

@media screen and (max-width: 420px) {

  .ask-service-modal-card {
    grid-template-columns: 1fr;
  }

  .ask-service-modal-card__image {
    width: 100%;
    min-height: 120px;
  }

  .ask-service-modal-card__image img {
    max-height: 120px;
  }

}

/* ========================================
   Channel Lineup Modal
   既存スタイルには変更を加えず、モーダル関連のみ追加
======================================== */

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

.ask-channel-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

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

.ask-channel-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 6, 25, 0.78);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ask-channel-modal.is-open .ask-channel-modal__overlay {
  opacity: 1;
}

.ask-channel-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-height: calc(100vh - 76px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(25px) scale(0.985);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.ask-channel-modal.is-open .ask-channel-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ask-channel-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 25, 80, 0.18);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.ask-channel-modal__close:hover {
  background: #f2f5fb;
  transform: rotate(90deg);
}

.ask-channel-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background: #003b83;
}

.ask-channel-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ask-channel-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ask-channel-modal__header {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 32px 78px 16px;
}

.ask-channel-modal__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #153893;
}

.ask-channel-modal__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.ask-channel-modal__heading-icon {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #003b83;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 31, 107, 0.14);
  font-size: 30px;
  line-height: 1;
}

.ask-channel-modal__title {
  margin: 0;
  color: #003b83;
  font-size: clamp(23px, 2.3vw, 36px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.ask-channel-modal__lead {
  margin: 3px 0 0;
  color: #0b2344;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.ask-channel-modal__scroll {
  max-height: calc(100vh - 205px);
  padding: 0 30px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.ask-channel-modal__content {
  max-width: 1080px;
  margin: 0 auto;
}

.ask-channel-modal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
}

.ask-channel-modal-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: 16px 0;
  border-bottom: 1px dotted #bbc5d7;
}

.ask-channel-modal-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #d9dee8;
  border-radius: 4px;
  background: #fff;
}

.ask-channel-modal-item__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ask-channel-modal-item__body {
  min-width: 0;
}

.ask-channel-modal-item__body h3 {
  margin: 0 0 7px;
  color: #003b83;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.ask-channel-modal-item__body p {
  margin: 0;
  color: #0b2344;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.ask-channel-modal__note {
  margin: 28px 0 0;
  color: #4d6078;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

/* VIEW MOREをbutton要素に変更した場合の標準ボタン装飾を解除 */
button.ask-channel-item__more {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

/* タブレット */
@media (max-width: 980px) {
  .ask-channel-modal {
    padding: 22px;
  }

  .ask-channel-modal__dialog {
    max-height: calc(100vh - 44px);
  }

  .ask-channel-modal__header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 32px 70px 14px;
  }

  .ask-channel-modal__line {
    display: none;
  }

  .ask-channel-modal__heading {
    justify-content: center;
  }

  .ask-channel-modal__scroll {
    max-height: calc(100vh - 175px);
  }

  .ask-channel-modal-list {
    grid-template-columns: 1fr;
  }
}

/* スマートフォン */
@media (max-width: 640px) {
  .ask-channel-modal {
    align-items: flex-end;
    padding: 0;
  }

  .ask-channel-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 16px 16px 0 0;
    transform: translateY(45px);
  }

  .ask-channel-modal.is-open .ask-channel-modal__dialog {
    transform: translateY(0);
  }

  .ask-channel-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .ask-channel-modal__close span {
    width: 19px;
  }

  .ask-channel-modal__header {
    padding: 24px 58px 12px 18px;
  }

  .ask-channel-modal__heading {
    justify-content: flex-start;
    gap: 11px;
  }

  .ask-channel-modal__heading-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }

  .ask-channel-modal__title {
    font-size: 20px;
  }

  .ask-channel-modal__lead {
    font-size: 11px;
    text-align: left;
  }

  .ask-channel-modal__scroll {
    max-height: calc(92vh - 105px);
    padding: 0 17px 22px;
  }

  .ask-channel-modal-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
    padding: 14px 0;
  }

  .ask-channel-modal-item__logo {
    width: 76px;
    height: 76px;
    padding: 5px;
  }

  .ask-channel-modal-item__body h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .ask-channel-modal-item__body p {
    font-size: 12px;
    line-height: 1.65;
  }
}



.vod-banner-section {
	width: 100%;
	text-align: center;
}

.vod-banner-section__link {
	display: inline-block;
	width: 50%;
	max-width: 100%;
}

.vod-banner-section__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	.vod-banner-section__link {
		width: 100%;
	}
}