﻿/* ==========================================================================
Fonts
========================================================================== */

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src:
    url(/common/fonts/YakuHanJP/NotoSansCJKjp-Bold.woff) format("woff"),
    url(/common/fonts/YakuHanJP/NotoSansCJKjp-Bold.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src:
    url(/common/fonts/YakuHanJP/NotoSansCJKjp-demilight.woff) format("woff"),
    url(/common/fonts/YakuHanJP/NotoSansCJKjp-demilight.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Black.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Medium.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Light.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Thin.eot);
  src: url(/common/fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff");
  font-display: swap;
}

/* ==========================================================================
   ベース・共通
========================================================================== */

body {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.c-button > a,
.c-button > button,
.c-button > div {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-button.-yellow a {
  background-color: #ffc500;
  color: #333;
  border-color: #ffc500;
}

.c-button.-yellow a span::after {
  border-top-color: #333;
  border-right-color: #333;
}

.c-menu-name {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-grid-panel.c-grid-panel--theme.-bg_white {
  background-color: #fff;
}

.p-articles {
  padding: 0;
}

/* ==========================================================================
   ヘッダー
========================================================================== */

/* グループ・IR情報サイトボタン */
.l-header .p-sub-menu .p-sub-menu__group {
  width: auto;
}

.p-sub-menu__group-btn {
  display: block;
  width: 100%;
  padding: 4px 16px;
  box-sizing: border-box;
  background-color: #00a0aa;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  transition: opacity 0.3s ease;
}

.p-sub-menu__group-btn:hover {
  opacity: 0.8;
}

/* ==========================================================================
   共通ブロック（p-content-area / p-home-block）
========================================================================== */

.p-content-area {
  padding: 90px 100px;
}

.p-content-area.-wide {
  padding: 90px 0;
  max-width: 100%;
}

.p-content-area.-padding_0 {
  padding: 0;
  max-width: 100%;
}

.p-content-area.-wide .p-content-area__body {
  padding: 0;
}

.p-content-area.-bg_white {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-content-area.-bg_gray {
  background-color: #f7f7f7;
}

.p-content-area__body {
  padding: 0 100px;
  margin: 0 auto;
}

.p-content-area__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.p-content-area__lead {
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.p-home-block__body {
  margin-top: 32px;
}

.p-home-block__sub-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #01a0b4;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}

.p-home-block__body + .p-home-block__head {
  margin-top: 46px;
}

.p-content-area__sub-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 52px;
}

.p-home-block__button.-wide > a {
  width: 238px;
}

.p-home-block__button.-left a {
  margin: 0;
}

.p-home-block--news-top.-bg_white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
}

.l-contact-area {
  padding: 90px 0;
}

@media (max-width: 1024px) {
  .p-content-area__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-content-area {
    padding-right: 3.125%;
    padding-left: 3.125%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-content-area__body {
    padding: 0;
  }

  .p-content-area__title {
    font-size: 22px;
  }

  .p-content-area__lead {
    font-size: 16px;
    padding-bottom: 32px;
  }

  .p-content-area__sub-title {
    font-size: 20px;
    margin-top: 32px;
  }

  .p-home-block__body {
    margin-top: 13px;
  }

  .p-home-block__sub-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .p-home-block__body + .p-home-block__head {
    margin-top: 24px;
  }

  .p-home-block__button.-left a {
    margin: 0 auto;
  }

  .l-contact-area {
    padding: 40px 16px;
  }
}

/* ==========================================================================
   パンくず
========================================================================== */

.p-breadcrumb {
  padding: 9px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #f7f7f7;
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0 40px;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin-right: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

.p-breadcrumb__item a {
  color: #666;
  text-decoration: none;
}

.p-breadcrumb__item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .p-breadcrumb {
    font-size: 12px;
    padding: 10px 0;
  }

  .p-breadcrumb__list {
    padding: 0 16px;
  }
}

/* ==========================================================================
   トップ：背景
========================================================================== */

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/cms/sc/img/top/bg_top_fixed.jpg) no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}


.l-root-container {
  background-color: #fff;
}

/* Pick Up〜ニュースエリアは背景透過 */
.visual_.forcms_block,
.p-home-block--news-top {
  background-color: transparent;
}

/* 背景固定ここまで：得意領域以降は白背景で覆う */
.p-home-block--news-top~.forcms_block {
  position: relative;
  z-index: 2;
}

.p-news-top {
  margin-bottom: 0;
  background-color: #ffffff;
  z-index: 1;
}

/* ==========================================================================
   トップ：ファーストビュー スライダー
========================================================================== */

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__inner {
  margin: 0 auto;
  padding: min(112px, 7vw) 0;
  position: relative;
}

.p-fv__slider {
  position: relative;
  width: 100%;
  overflow: visible;
}

.p-fv__slide {
  display: flex;
  align-items: stretch;
  height: auto;
  width: 81.25% !important;
}

.p-fv__slide-img {
  width: 62.6%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}

.p-fv__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-fv__slide-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px min(50px, 3.125vw) 12px min(60px, 3.75vw);
  box-sizing: border-box;
}

.p-fv__slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  z-index: -1;
}

.p-fv__slide-catch {
  /*font-size: clamp(20px, 1.3vw, 45px);*/
    font-size: clamp(27px, 1.8vw, 40px);
  font-weight: 700;
  line-height: 1.5;
}

.p-fv__slide-catch--accent {
  color: #01a0b4;
}

.p-fv__slide-text {
      font-size: clamp(16px, 0.8vw, 32px);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 22px;
}

.p-fv__slide-btn {
  margin-top: 38px;
}

.p-fv__nav {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.p-fv__nav::after {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.p-fv__nav--prev {
  left: 16px;
}

.p-fv__nav--next {
  right: 16px;
}

.p-fv__pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 24px;
  text-align: center;
}

.p-fv__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #13aac2;
  opacity: 0.3;
  margin: 0 6px;
}

.p-fv__pagination .swiper-pagination-bullet-active {
  background-color: #01a0b4;
  opacity: 1;
}

@media (max-width: 767px) {
  .p-fv__inner {
    padding: 20px 16px 0;
  }

  .p-fv__slide {
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 96.875% !important;
  }

  .p-fv__slide-img {
    width: 100%;
  }

  .p-fv__slide-content {
    width: 100%;
    padding: 30px 20px 40px;
  }

  .p-fv__slide-catch {
    font-size: 24px;
  }

  .p-fv__slide-text {
    font-size: 15px;
  }

  .p-fv__slide-btn a {
    min-width: 180px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .p-fv__nav {
    width: 50px;
    height: 50px;
  }

  .p-fv__nav::after {
    font-size: 14px;
  }

  .p-fv__nav--prev {
    left: -6px;
  }

  .p-fv__nav--next {
    right: -6px;
  }

  .p-fv__pagination {
    margin-top: 14px;
  }
}

/* ==========================================================================
   トップ：Pick Up
========================================================================== */

.p-home-menu__slider.-bg_transparent {
  background: transparent;
}

.p-home-menu__content.-top .p-home-menu__label {
  color: #333;
}

.p-home-menu__content.-top .p-home-menu__name {
  color: #333;
}

.p-home-menu__content.-top .p-home-menu__desc {
  color: #333;
}

.p-home-menu__button.-w_260 a {
  width: 260px;
}
.p-home-menu__button.-w_270 a {
  width: 270px;
}

/* ==========================================================================
   トップ：最新のお知らせ
========================================================================== */

.p-news-top {
  margin-bottom: 0;
}

.p-news-top .p-news-top-content.-top_page {
  display: block;
}

/* ==========================================================================
   トップ：ソフトクリエイトの得意領域（p-support）
========================================================================== */

.p-support-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.p-support-item {
  display: block;
  position: relative;
}

.p-support-item__bg {
  overflow: hidden;
  position: relative;
}

.p-support-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: all 0.4s ease;
}

.p-support-item:hover .p-support-item__bg img {
  transform: scale(1.1);
}

.p-support-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.313vw 0.6vw;
  color: #fff;
}

.p-support-item__name {
  display: block;
  font-size: clamp(14px, 1.375vw, 19px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px white;
  &::after {
    content: "";
    position: relative;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -1px 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}

.p-support-item__desc {
  font-size: clamp(12px, 1.125vw, 18px);
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .p-support-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .p-support-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .p-support-item__content {
    padding: 12px 16px;
  }

  .p-support-item__name {
    font-size: 16px;
    margin-bottom: 4px;
    &::after {
      margin: -3px 6px;
    }
  }

  .p-support-item__desc {
    font-size: 13px;
  }

  .p-support-item__bg {
    height: 60vw;
  }
}

/* ==========================================================================
   p-support-wrap -dropdown モディファイア（ヘッダードロップダウン用）
========================================================================== */

.p-support-wrap.-dropdown {
  gap: 40px;
  margin-top: 20px;
}

.p-support-wrap.-dropdown .p-support-item__bg {
  aspect-ratio: 1 / 1;
}

.p-support-wrap.-dropdown .p-support-item__bg img {
    object-position: center;
}

.p-support-wrap.-dropdown .p-support-item__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 137, 165, 0) 0%, rgba(0, 137, 165, 0) 41%, rgba(0, 137, 165, 0.7) 79%, rgba(0, 137, 165, 0.8) 100%);
  pointer-events: none;
}

.p-support-wrap.-dropdown .p-support-item__content {
  padding: 24px;
}

.p-support-wrap.-dropdown .p-support-item__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.p-support-wrap.-dropdown .p-support-item__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  min-height: 3.6em;
}

@media (max-width: 1024px) {
  .p-support-wrap.-dropdown {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .p-support-wrap.-dropdown {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin-top: 0 !important;
  }

  .p-support-wrap.-dropdown .p-support-item {
    display: block !important;
    position: relative !important;
    border-bottom: 1px solid #ccc !important;
    height: auto !important;
  }

  .p-support-wrap.-dropdown .p-support-item__bg {
    display: none !important;
  }

  .p-support-wrap.-dropdown .p-support-item__bg::after {
    display: none !important;
  }

  .p-support-wrap.-dropdown .p-support-item__content {
    position: static !important;
    padding: 10px 3.125% !important;
    color: #000 !important;
  }

  .p-support-wrap.-dropdown .p-support-item__name {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    color: #000 !important;
  }

  .p-support-wrap.-dropdown .p-support-item__name::before {
    content: "- ";
  }

  .p-support-wrap.-dropdown .p-support-item__name::after {
    display: none !important;
  }

  .p-support-wrap.-dropdown .p-support-item__desc {
    display: none !important;
  }
}

/* ==========================================================================
   トップ：ソフトクリエイトの特長（p-top-feature）
========================================================================== */

.p-top-feature {
  background-color: #13AAC2;
  margin-top: 100px;
}

.p-top-feature__inner {
  padding: 90px 100px 120px;
  max-width: 1400px;
  margin: 0 auto;
}

.p-top-feature__item {
  position: relative;
}

.p-top-feature__item-content {
  background-color: #fff;
  padding: 60px 70px;
  width: 460px;
  position: relative;
  z-index: 2;
}

.p-top-feature__item-contnet__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-feature__item-contnet__desc {
  margin-top: 29px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.p-top-feature__item-img {
  width: 62.867%;
  position: absolute;
  top: -200px;
  left: 503px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .p-top-feature__inner {
    padding: 60px 40px 80px;
  }

  .p-top-feature__item-content {
    width: 45%;
    padding: 40px;
  }

  .p-top-feature__item-contnet__title {
    font-size: 26px;
  }

  .p-top-feature__item-contnet__desc {
    font-size: 16px;
  }

  .p-top-feature__item-img {
    width: 60%;
    left: auto;
    right: 0;
    top: -150px;
  }
}

@media (max-width: 767px) {
  .p-top-feature {
    margin-top: 50px;
  }

  .p-top-feature__inner {
    padding: 50px 16px;
  }

  .p-top-feature__item {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-top-feature__item-content {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .p-top-feature__item-contnet__title {
    font-size: 22px;
  }

  .p-top-feature__item-contnet__desc {
    font-size: 15px;
    margin-top: 16px;
  }

  .p-top-feature__item-img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}

/* ==========================================================================
   トップ：解決できる課題
========================================================================== */

.p-home-theme__thumb > img {
  max-width: fit-content;
}

/* ==========================================================================
   トップ：コラム
========================================================================== */

.p-column-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.p-seminar-card__event-date.p-seminar-card__event-date--row.-column {
  margin-top: 14px;
}

.p-seminar-card__img.-column {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.p-seminar-card__img.-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-column-card__inner {
  padding: 22px 20px 14px;
}

.p-column-card__category {
  line-height: 1;
  margin-bottom: 9px;
}

.p-column-card__category span {
  display: inline-block;
  padding: 0 7px;
  background-color: #707070;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.04;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-seminar-card__event-date.p-seminar-card__event-date--row.-column {
    padding-left: 0;
  }
}

/* ==========================================================================
   トップ：募集情報
========================================================================== */

.p-recruit-links {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.p-recruit-links li a {
  display: block;
  background-color: #fff;
  padding: 30px 38px;
}

.p-recruit-links li a span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.p-recruit-links li a:hover span::after {
  transform: translateX(-5px) rotate(45deg);
}

.p-recruit-links li a span::after {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -3px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 8px;
  border-color: #13aac2;
  transform: translate(0, 0) rotate(45deg);
  transition: transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
}

@media (max-width: 767px) {
  .p-recruit-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-recruit-links li a {
    padding: 20px 24px;
  }

  .p-recruit-links li a span {
    font-size: 16px;
  }
}

/* ==========================================================================
   フッター
========================================================================== */

.p-footer-sitemap {
  gap: 40px;
  max-width: 1100px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.p-footer-sitemap__group.p-footer-sitemap__group--lv1 > li:not(:last-child) {
  margin-bottom: 16px;
}

.p-footer-sitemap__group.p-footer-sitemap__group--lv2 > li {
  margin-top: 2.5px;
  font-size: 13px;
  line-height: 1.88;
  padding-left: 16px;
  position: relative;
}

.p-footer-sitemap__group.p-footer-sitemap__group--lv2 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .p-footer-sitemap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .p-footer-sitemap__group.p-footer-sitemap__group--lv1 {
    margin-bottom: 16px;
  }
}

/* ==========================================================================
   下層ページ：ファーストビュー
========================================================================== */

.p-under-visual {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.p-under-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-under-visual__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 100px;
  box-sizing: border-box;
}

.p-under-visual__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 40px;
}

.p-under-visual__title:has(+ .p-under-visual__description) {
  margin-bottom: 20px;
}

.p-under-visual__description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 40px;
}

.p-under-visual__buttons {
  display: flex;
  gap: 12px;
}

.p-under-visual__buttons .c-button {
  width: 100%;
  max-width: 300px;
}

.p-under-visual__buttons .c-button.-yellow a {
  background-color: #ffc500;
  color: #333;
  border-color: #ffc500;
}

.p-under-visual__buttons .c-button.-yellow a span::after {
  border-top-color: #333;
  border-right-color: #333;
}

.p-under-visual__badges {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
	gap: 1.5vw;
    width: 20vw;
}

/* =========================================
   AXソリューション 特許バッジ
========================================= */
.patent-badge {
  position: relative;
  width: 250px;
  max-width: 45%;
  aspect-ratio: 1 / 1;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.badge-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.patent-badge .badge-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #222222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100%;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); 
}

.patent-badge .badge-title {
  margin: 3cqw 0 1cqw 0;
  font-size: 11cqw;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.patent-badge .badge-count {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.patent-badge .number {
  font-family: 'Roboto', 'Arial Black', sans-serif;
  font-size: 24cqw;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-right: 1.5cqw;
  line-height: 1;
}

.patent-badge .unit {
  font-size: 10.5cqw;
  font-weight: bold;
}

.p-under-visual__badges img {
  display: block;
  height: auto;
}

.p-under-visual__badges img:first-child {
  width: 47.5%;
}

.p-under-visual__badges img:last-child {
  width: 46.5%;
}

@media (max-width: 1200px) {
  .p-under-visual__badges {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-under-visual {
  }

  .p-under-visual__content {
    padding: 0 20px;
  }

  .p-under-visual__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .p-under-visual__title:has(+ .p-under-visual__description) {
    margin-bottom: 20px;
  }

  .p-under-visual__description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .p-under-visual__buttons {
    flex-direction: column;
    gap: 8px;
  }

  .p-under-visual__buttons .c-button {
    max-width: 100%;
  }

  .p-under-visual__buttons .c-button a {
    min-width: auto;
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* ==========================================================================
   特長ページ：導入エリア
========================================================================== */

.p-feature-intro {
  background-color: #13aac2;
  color: #fff;
}

.p-feature-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 100px 64px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.p-feature-intro__catch {
  flex-shrink: 0;
  width: 43%;
}

.p-feature-intro__catch p {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline 2px;
  text-underline-offset: 16px;
  font-feature-settings: "palt";
}

.p-feature-intro__desc {
  flex: 1;
}

.p-feature-intro__desc p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
}

@media (max-width: 1280px) {
  .p-feature-intro__catch p {
    font-size: 24px;
    text-underline-offset: 12px;
  }

  .p-feature-intro__desc p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .p-feature-intro__inner {
    flex-direction: column;
    gap: 24px;
  }

  .p-feature-intro__catch {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-feature-intro__inner {
    padding: 40px 20px;
  }

  .p-feature-intro__desc p {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* ==========================================================================
   特長ページ：よくあるお悩み
========================================================================== */

.p-worry-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 40px;
}

.p-worry-card {
  width: calc((100% - 22px * 2) / 3);
  padding: 40px 32px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.p-worry-card__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.p-worry-card__title span {
  background-image: linear-gradient(transparent 75%, #ffc500 75%);
}

.p-worry-card__desc {
  font-size: 18px;
  line-height: 1.7;
}

.p-worry-card__accent {
  color: #13aac2;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .p-worry-card {
    width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 767px) {
  .p-worry-cards {
    gap: 16px;
    margin-top: 24px;
  }

  .p-worry-card {
    width: 100%;
    padding: 20px;
  }

  .p-worry-card__title {
    font-size: 16px;
  }

  .p-worry-card__desc {
    font-size: 14px;
  }
}

/* ==========================================================================
   ソリューションページ：カテゴリーアコーディオン
========================================================================== */

.l-content-container.-solution .p-solution-filter__head {
  padding: 0;
}

.l-content-container.-solution .p-solution-filter__head-inner {
  display: flex;
  width: 100%;
}

.l-content-container.-solution .p-solution-filter__label {
  flex: 1;
}

.l-content-container.-solution .p-solution-filter__body {
  padding: 0;
}

/* 非選択パネルは非表示 */
.l-content-container.-solution .p-seminar-cat__list.-solution,
.l-content-container.-solution .p-seminar-cat__list.-goal {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* checked時に該当パネルを表示 */
.l-content-container.-solution #p-solution-filter__solution:checked ~ .p-solution-filter__body .p-seminar-cat__list.-solution,
.l-content-container.-solution #p-solution-filter__goal:checked ~ .p-solution-filter__body .p-seminar-cat__list.-goal {
  position: static;
  opacity: 1;
  visibility: visible;
}

.l-content-container.-solution .p-solution-filter__body-inner {
  padding-bottom: 0;
}

.p-seminar-cat__list {
  margin-top: 20px;
}

.p-sol-accordion {
  border-top: 1px solid #CCCCCC;
}

.p-sol-accordion:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.l-content-container.-solution .p-seminar-cat__list {
  margin-top: 72px;
}

.p-sol-accordion__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

details.p-sol-accordion > .p-sol-accordion__heading {
  cursor: pointer;
}

.p-sol-accordion__heading::-webkit-details-marker {
  display: none;
}

details.p-sol-accordion > .p-sol-accordion__heading::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(45deg);
  flex-shrink: 0;
}

details.p-sol-accordion[open] > .p-sol-accordion__heading::after {
  transform: rotate(-135deg);
}

.p-sol-accordion__body {
  padding: 0 0 24px;
}

.p-sol-group {
  display: flex;
  align-items: flex-start;
}

.p-sol-group:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dotted #ccc;
}

.p-sol-group:last-child {
  margin-bottom: 0;
}

.p-sol-group__name {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p-sol-group__content {
  flex: 1;
  min-width: 0;
}

.p-sol-group__content .c-list.c-list--solution {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.p-sol-group__sub-name {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  line-height: 1.8;
  margin-top: 12px;
}

.p-sol-group__sub-name:first-child {
  margin-top: 0;
}

.p-sol-group .c-list.c-list--solution {
  flex: 1;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  gap: 16px 0;
}

.p-sol-group .c-list--solution > li,
.p-sol-group__content .c-list--solution > li {
  width: calc(25% - 22px);
  margin-left: 22px;
  padding-left: 15px;
}

@media (max-width: 1023px) {
  .p-sol-group .c-list--solution > li,
  .p-sol-group__content .c-list--solution > li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .p-sol-accordion__heading {
    font-size: 16px;
    padding: 16px 0;
  }

  .p-sol-group {
    flex-direction: column;
  }

  .p-sol-group__name {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .p-sol-group .c-list--solution > li,
  .p-sol-group__content .c-list--solution > li {
    width: calc(100% - 20px);
    padding-left: 10px;
  }

  .c-list--solution > li::before {
    top: 1.36em;
  }

  .p-sol-group .c-list.c-list--solution {
    gap: 4px 0;
  }

  .p-sol-group__sub-name {
    font-size: 14px;
  }

  .p-sol-group:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .p-sol-accordion__body {
    padding: 0 0 16px;
  }

  /* ソリューションページ：スマホ時タブ・パネル制御（.l-content-container.-solution スコープ） */

  .l-content-container.-solution .p-seminar-cat__list {
    margin-top: 40px;
  }

  /* タブヘッダーを表示し縦並びに */
  .l-content-container.-solution .p-solution-filter__head {
    display: block !important;
    padding: 0;
  }

  .l-content-container.-solution .p-solution-filter__head-inner {
    flex-direction: column;
    gap: 16px;
  }

  .l-content-container.-solution .p-solution-filter__label {
    width: 100%;
    box-sizing: border-box;
    border-width: 1px 1px 1px 1px !important;
    padding: 6px 0;
  }

  .p-solution-filter__label.-goal {
    border-bottom: none;
  }

  /* 外部CSSのborder-left: none上書き（スマホ縦積み時のみ） */
  .l-content-container.-solution #p-solution-filter__solution:checked ~ .p-solution-filter__head .p-solution-filter__label.-goal,
  .l-content-container.-solution #p-solution-filter__goal:checked ~ .p-solution-filter__head .p-solution-filter__label.-solution {
    border-left-style: solid !important;
    border-left-color: #ccc !important;
  }

  /* checked時の三角矢印（::after）を非表示 */
  .l-content-container.-solution #p-solution-filter__solution:checked ~ .p-solution-filter__head .p-solution-filter__label.-solution::after,
  .l-content-container.-solution #p-solution-filter__goal:checked ~ .p-solution-filter__head .p-solution-filter__label.-goal::after {
    display: none !important;
  }

  /* checked時の三角矢印（::before）を非表示 */
  .l-content-container.-solution #p-solution-filter__solution:checked ~ .p-solution-filter__head .p-solution-filter__label.-solution::before,
  .l-content-container.-solution #p-solution-filter__goal:checked ~ .p-solution-filter__head .p-solution-filter__label.-goal::before {
    display: none !important;
  }

  /* ドロップダウントリガー（p-seminar-cat__title）を非表示 */
  .l-content-container.-solution .p-seminar-cat__title.js-panel-trigger {
    display: none !important;
  }

  /* 選択中パネルを通常表示（ドロップダウンではなく展開表示） */
  .l-content-container.-solution .p-seminar-cat__list {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    overflow: visible !important;
    z-index: auto !important;
  }

  /* 非選択パネルは非表示のまま（checked制御に任せる） */
  .l-content-container.-solution .p-seminar-cat__list.-solution,
  .l-content-container.-solution .p-seminar-cat__list.-goal {
    position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* checked時に該当パネルを表示 */
  .l-content-container.-solution #p-solution-filter__solution:checked ~ .p-solution-filter__body .p-seminar-cat__list.-solution,
  .l-content-container.-solution #p-solution-filter__goal:checked ~ .p-solution-filter__body .p-seminar-cat__list.-goal {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* tab-area */
.p-tab-area__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}

.p-tab-area__desc {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-tab-area__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .p-tab-area__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   共通ブロック（p-content-narrow）
========================================================================== */

.p-content-narrow {
  width: 100%;
}

.p-content-narrow.-bg_white {
  background-color: #fff;
}

.p-content-narrow.-bg_gray {
  background-color: #f7f7f7;
}

.p-content-narrow__inner {
  max-width: 1400px;
  padding: 96px 3.125%;
  margin-right: auto;
  margin-left: auto;
}

.p-content-narrow__inner > *:first-child {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .p-content-narrow__inner {
    padding: 48px 3.125%;
  }
}

/* ==========================================================================
   既存コンポーネント上書き
========================================================================== */

.c-outline--center {
  justify-content: center;
}

.c-outline--mt {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .c-outline--mt {
    margin-top: 32px;
  }
}

/* c-outline sticky */
@media (min-width: 1024px) {
  .c-outline.is-fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    margin-top: 0;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.c-flex--security {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1023px) {
  .c-flex--security {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .c-flex--security {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-flex--cert {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 767px) {
  .c-flex--cert {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   セキュリティページ：認定カード
========================================================================== */

.p-cert-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.p-cert-card__item {
  background-color: #fff;
  padding: 21px 40px 30px;
  text-align: center;
}

.p-cert-card__image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cert-card__image img {
  max-width: 100%;
  height: 150px;
  width: auto;
  object-fit: contain;
}

.p-cert-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
}

.p-cert-card__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.p-cert-card__number {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 1024px) {
  .p-cert-card {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .p-cert-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-cert-card__item {
    padding: 20px;
  }

  .p-cert-card__title,
  .p-cert-card__number {
    font-size: 18px;
  }

  .p-cert-card__sub {
    font-size: 16px;
  }
}

/* ==========================================================================
   セキュリティページ：CTAバナー
========================================================================== */

.p-cta-banner {
  display: flex;
  border: 6px solid #13AAC2;
  background-color: #13AAC2;
  gap: 1px;
  margin-top: 75px;
}

.p-cta-banner__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  background-color: #fff;
}

.p-cta-banner__icon {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}

.p-cta-banner__icon--large {
  width: 100px;
}

.p-cta-banner__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-cta-banner__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.49;
  color: #333;
  text-align: center;
}

@media (max-width: 1300px) {
  .p-cta-banner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-cta-banner {
    border-width: 4px;
    margin-top: 40px;
  }

  .p-cta-banner__item {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }

  .p-cta-banner__icon {
    width: 56px;
  }

  .p-cta-banner__icon--large {
    width: 80px;
  }

  .p-cta-banner__label {
    font-size: 14px;
  }
}

/* ==========================================================================
   セキュリティページ：得意領域
========================================================================== */

.p-strength {
  display: flex;
  align-items: center;
  gap: 100px;
}

.p-strength__body {
  flex: 1;
  max-width: 650px;
}

.p-strength__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}

.p-strength__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 45px;
}

.p-strength__button {
  max-width: 300px;
}

.p-strength__image {
  flex-shrink: 0;
  width: 45%;
}

.p-strength__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .p-strength {
    flex-direction: column;
    gap: 32px;
  }

  .p-strength__body {
    flex: 1;
    max-width: 100%;
  }

  .p-strength__image {
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .p-strength__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .p-strength__desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

}

/* ==========================================================================
   セキュリティページ：緊急対応バナー
========================================================================== */

.p-emergency {
  display: flex;
  border: 6px solid #13AAC2;
  background-color: #fff;
  margin-top: 80px;
}

.p-emergency__info {
  flex: 0 0 42.71%;
  min-width: 0;
  box-sizing: border-box;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-emergency__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.p-emergency__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-top: 16px;
}

.p-emergency__cta {
  margin-top: 24px;
  max-width: 300px;
}

.p-emergency__contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #13AAC2;
}

.p-emergency__contact-top {
  display: flex;
  flex: 1;
}

.p-emergency__phone {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.p-emergency__email {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-left: 1px solid #13AAC2;
}

.p-emergency__icon {
  width: 53px;
  height: auto;
  flex-shrink: 0;
}

.p-emergency__phone-body,
.p-emergency__email-body {
  text-align: center;
}

.p-emergency__contact-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  color: #333;
}

.p-emergency__phone-number {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-top: 8px;
}

.p-emergency__phone-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin-top: 2px;
}

.p-emergency__email-address {
  margin-top: 8px;
}

.p-emergency__email-address a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #13AAC2;
  text-decoration: none;
}

.p-emergency__email-address a:hover {
  text-decoration: underline;
}

.p-emergency__contact-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 24px 20px;
  border-top: 1px solid #13AAC2;
}

.p-emergency__icon-mail {
  width: 53px;
  height: auto;
  flex-shrink: 0;
}

.p-emergency__form-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.p-emergency__form-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 1023px) {
  .p-emergency {
    flex-direction: column;
  }

  .p-emergency__info {
    flex: auto;
    padding: 32px;
    align-items: center;
  }

  .p-emergency__contact {
    flex: auto;
    border-left: none;
    border-top: 1px solid #13AAC2;
  }
}

@media (max-width: 767px) {
  .p-emergency {
    border-width: 4px;
    margin-top: 40px;
  }

  .p-emergency__info {
    padding: 24px 20px;
  }

  .p-emergency__title {
    font-size: 22px;
  }

  .p-emergency__desc {
    font-size: 14px;
  }

  .p-emergency__contact-top {
    flex-direction: column;
  }

  .p-emergency__email {
    border-left: none;
    border-top: 1px solid #13AAC2;
  }

  .p-emergency__phone-number {
    font-size: 26px;
  }

  .p-emergency__contact-bottom {
    flex-direction: column;
    gap: 16px;
  }
}

/* ==========================================================================
   セキュリティページ：フェーズカード
========================================================================== */

.p-phase-card {
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-phase-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-phase-card__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}

.p-phase-card__number--govern {
  background-color: #FDF190;
}

.p-phase-card__number--identify {
  background-color: #4CB5EA;
}

.p-phase-card__number--protect {
  background-color: #968CF1;
}

.p-phase-card__number--detect {
  background-color: #FBB54A;
}

.p-phase-card__number--respond {
  background-color: #E87977;
}

.p-phase-card__number--recover {
  background-color: #82F2A7;
}

.p-phase-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  color: #333;
}

.p-phase-card__title-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.p-phase-card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-phase-card__activities {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-phase-card__activities-title {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: var(--design-text, #333);
}

.p-phase-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-phase-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-phase-card__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bullet-color, #39B0E2);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .p-phase-card {
    padding: 24px 20px;
  }

  .p-phase-card__desc {
    font-size: 14px;
  }

  .p-phase-card__activities-title {
    font-size: 14px;
  }
}

/* ==========================================================================
   Pickup カード
========================================================================== */

.p-pickup-card {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 72px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.p-pickup-card:hover {
  opacity: 0.8;
}

.p-pickup-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 35px;
  background-color: #FFC500;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #333;
  font-weight: 700;
}

.p-pickup-card__thumb {
  width: 40%;
  flex-shrink: 0;
  background-color: #F1F7F8;
}

.p-pickup-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-pickup-card__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 24px 30px;
  flex: 1;
}

.p-pickup-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-pickup-card__title {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.p-pickup-card__desc {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

.p-pickup-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  padding: 10px 0;
  background-color: #13AAC2;
  border: 2px solid #13AAC2;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #F5F5F5;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-pickup-card__button:hover {
  opacity: 0.8;
}

.p-pickup-card__button::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  border-right: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .p-pickup-card {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .p-pickup-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .p-pickup-card__body {
    gap: 20px;
    padding: 20px;
  }

  .p-pickup-card__title {
    font-size: 18px;
  }

  .p-pickup-card__desc {
    font-size: 14px;
    white-space: normal;
  }

  .p-pickup-card__button {
    width: 100%;
  }
}

/* ==========================================================================
   共通：セクションリード
========================================================================== */

.p-section-lead {
  margin-top: 80px;
  text-align: center;
}

.p-section-lead__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.p-section-lead__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

.p-section-lead + .c-flex-container {
  margin-top: 48px;
}

.pt80{
	padding-top:80px;
}

@media (max-width: 767px) {
  .p-section-lead {
    margin-top: 40px;
      padding-top: 0px;
  }

  .p-section-lead__title {
    font-size: 20px;
  }

  .p-section-lead__desc {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
  }
}

/* ==========================================================================
   マイクロソフトページ：支援領域テーブル
========================================================================== */

.p-support-area {
  border: 1px solid #13AAC2;
}

.p-support-area__header {
  background: linear-gradient(45deg, #13AAC2, #39C9D1);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.p-support-area__sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 120px;
  background-color: #F1F7F8;
  border-top: 1px solid #13AAC2;
}

.p-support-area__sub-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.p-support-area__sub-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-support-area__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-support-area__cell {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background-color: #F1F7F8;
  border-top: 1px solid #13AAC2;
}

.p-support-area__cell + .p-support-area__cell {
  border-left: 1px solid #13AAC2;
}

.p-support-area__icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.p-support-area__cell-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.p-support-area__cell-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.p-support-area__cell-title--link {
  color: #13AAC2;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  width: fit-content;
}

.p-support-area__cell-title--link::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 5.66px;
  height: 5.66px;
  border-style: solid;
  border-width: 0 1.41px 1.41px 0;
  transform: translate(0, -50%) rotate(45deg);
  border-color: #999999;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  backface-visibility: hidden;
  content: '';
  top: 0.8rem;
  right: 0;
}

.p-support-area__cell-title--link::after {
  content: '';
  width: 8px;
  height: 1px;
  display: block;
  background: #999999;
  position: absolute;
  right: -1px;
  top: calc(0.8rem + 5px);
}

.p-support-area__cell-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

@media (max-width: 1023px) {
  .p-support-area__header {
    height: auto;
    padding: 12px 16px;
    font-size: 20px;
  }

  .p-support-area__sub-header {
    height: auto;
    padding: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .p-support-area__sub-header img {
    width: 50px;
    height: 50px;
  }

  .p-support-area__sub-title {
    font-size: 18px;
  }

  .p-support-area__sub-desc {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .p-support-area__row {
    grid-template-columns: 1fr;
  }

  .p-support-area__cell + .p-support-area__cell {
    border-left: none;
  }

  .p-support-area__row .p-support-area__cell:nth-child(2n+1) {
    border-right: none;
  }

  .p-support-area__row .p-support-area__cell:nth-child(-n+2) {
    border-bottom: none;
  }

  .p-support-area__cell {
    padding: 16px;
    gap: 16px;
  }

  .p-support-area__icon {
    width: 50px;
    height: 50px;
  }

  .p-support-area__cell-title {
    font-size: 18px;
  }

  .p-support-area__cell-desc {
    font-size: 14px;
  }
}

/* ==========================================================================
   マイクロソフトページ：受賞ギャラリー
========================================================================== */

.p-award-gallery {
  display: flex;
  gap: 60px;
}

.p-award-gallery__main {
  flex: 800;
  min-width: 0;
}

.p-award-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
}

.p-award-gallery__side {
  flex: 532;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.p-award-gallery__side img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1023px) {
  .p-award-gallery {
    flex-direction: column;
    gap: 24px;
  }

  .p-award-gallery__main,
  .p-award-gallery__side {
    flex: none;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .p-award-gallery__side {
    gap: 16px;
  }
}

/* ==========================================================================
   マイクロソフトページ：サービスブロック
========================================================================== */

.p-service-block {
  background-color: #fff;
  padding: 50px 48px 48px;
}

.p-service-block + .p-service-block {
  margin-top: 40px;
}

.p-service-block__header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-service-block__header-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.p-service-block__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.p-service-block__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-service-block__separator {
  border: none;
  border-top: 1px solid #CCC;
  margin: 40px 0 0;
}

.p-service-block__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.p-service-block__row {
  display: flex;
}

.p-service-block__card {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 30px;
}

.p-service-block__row > .p-service-block__card:nth-child(2) {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.p-service-block__row > .p-service-block__card:only-child {
  border-right: 1px solid #CCC;
}

.p-service-block__card--has-badge {
  position: relative;
}

.p-service-block__badge {
  display: inline-block;
  background-color: #13AAC2;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  top: -8px;
  right: 30px;
}

.p-service-block__card-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-service-block__card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.p-service-block__card-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

a.p-service-block__card-link {
  color: #13AAC2;
  text-decoration: none;
}

a.p-service-block__card-link::after {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 8px;
  border-color: #13AAC2;
  transform: rotate(45deg);
  transition: transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
  backface-visibility: hidden;
  content: '';
}

a.p-service-block__card-link:hover::after {
  transform: translateX(-5px) rotate(45deg);
}

.p-service-block__card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width: 1023px) {
  .p-service-block {
    padding: 40px 30px;
  }

  .p-service-block__card {
    flex: 0 0 calc(50% - 15px);
  }

  .p-service-block__title {
    font-size: 22px;
  }

  .p-service-block__subtitle {
    font-size: 16px;
  }

  .p-service-block__card-link {
    font-size: 16px;
  }

  .p-service-block__card-desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-service-block {
    padding: 30px 20px;
  }

  .p-service-block + .p-service-block {
    margin-top: 24px;
  }

  .p-service-block__header {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .p-service-block__header-icon {
    width: 70px;
    height: 70px;
  }

  .p-service-block__separator {
    margin-top: 24px;
  }

  .p-service-block__cards {
    gap: 24px;
    margin-top: 24px;
  }

  .p-service-block__row {
    flex-direction: column;
    gap: 0;
  }

  .p-service-block__card {
    flex: none;
    max-width: 100%;
    padding: 16px 0;
  }

  .p-service-block__row > .p-service-block__card:nth-child(2) {
    border-left: none;
    border-right: none;
  }

  .p-service-block__row > .p-service-block__card:only-child {
    border-right: none;
  }

  .p-service-block__card + .p-service-block__card {
    border-top: 1px solid #CCC;
  }

  .p-service-block__row + .p-service-block__row > .p-service-block__card:first-child {
    border-top: 1px solid #CCC;
  }

  .p-service-block__card:nth-child(even) {
    border-left: none;
  }

  .p-service-block__card-top {
    gap: 16px;
  }

  .p-service-block__card-icon {
    width: 40px;
    height: 40px;
  }

  .p-service-block__badge {
    position: static;
    align-self: flex-end;
  }
}

/* ==========================================================================
   ITソリューションページ：課題カード
========================================================================== */

.p-issue-cards {
  display: flex;
  gap: 22px;
  justify-content: center;
}

.p-issue-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-issue-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin: 0;
  height: calc(22px * 1.6 * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-issue-card__title span {
  text-decoration: underline;
  text-decoration-color: #FFC500;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.p-issue-card__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.p-issue-card__desc mark {
  background: none;
  color: #13AAC2;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

@media (max-width: 1023px) {
  .p-issue-cards {
    flex-wrap: wrap;
  }

  .p-issue-card {
    flex: 0 0 calc(50% - 11px);
  }
}

@media (max-width: 767px) {
  .p-issue-cards {
    flex-direction: column;
  }

  .p-issue-card {
    flex: 1;
    padding: 24px;
  }

  .p-issue-card__title {
    font-size: 18px;
    height: auto;
  }

  .p-issue-card__desc {
    font-size: 16px;
  }
}

/* ==========================================================================
   共通：特長グリッド（2×2カード）
========================================================================== */

.p-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.p-feature-grid__card {
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-feature-grid__header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.p-feature-grid__header img {
  flex-shrink: 0;
}

.p-feature-grid__header-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-feature-grid__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.p-feature-grid__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.p-feature-grid__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-feature-grid__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.p-feature-grid__list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #13AAC2;
}

@media (max-width: 767px) {
  .p-feature-grid {
    grid-template-columns: 1fr;
  }

  .p-feature-grid__card {
    padding: 24px;
  }

  .p-feature-grid__title {
    font-size: 18px;
  }
}

/* ==========================================================================
   共通：導入事例カード
========================================================================== */

.p-case-card {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.p-case-card__image {
  position: relative;
  flex: 0 0 480px;
}

.p-case-card__image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-case-card__logo {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
  height: auto;
}

.p-case-card__body {
  flex: 1;
  min-width: 0;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-case-card__company {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.p-case-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #01A0B4;
  margin: 0;
}

.p-case-card__meta {
  margin: 0;
}

.p-case-card__meta-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #CCC;
}

.p-case-card__meta-row:last-child {
  border-bottom: 1px solid #CCC;
}

.p-case-card__meta-row dt {
  width: 90px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.04;
  color: #333;
}

.p-case-card__meta-row dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.04;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .p-case-card {
    flex-direction: column;
  }

  .p-case-card__image {
    flex: none;
    height: 200px;
  }

  .p-case-card__body {
    padding: 20px;
  }

  .p-case-card__title {
    font-size: 18px;
  }
}

/* ==========================================================================
   共通：受賞カード
========================================================================== */

.p-award-cards {
  display: flex;
  gap: 20px;
}

.p-award-card {
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.p-award-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-award-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: left;
}

.p-award-card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.p-award-card__badge {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

.p-award-card__badge img {
  width: 140px;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .p-award-cards {
    flex-direction: column;
  }

  .p-award-card {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .p-award-card__title {
    font-size: 18px;
  }

  .p-award-card__desc {
    font-size: 14px;
  }

  .p-award-card__badge {
    justify-content: center;
  }

  .p-award-card__badge img {
    width: 120px;
  }
}

/* ==========================================================================
   共通：タイムライン（年表）
========================================================================== */

.p-timeline {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-timeline__row {
  display: flex;
  gap: 40px;
  padding: 24px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.p-timeline__row + .p-timeline__row {
  margin-top: -1px;
}

.p-timeline__year {
  flex-shrink: 0;
  width: 110px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}

.p-timeline__items {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-timeline__items p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .p-timeline__row {
    gap: 20px;
  }

  .p-timeline__year {
    width: 60px;
    font-size: 16px;
  }

  .p-timeline__items p {
    font-size: 14px;
  }
}

/* ==========================================================================
   共通：リンクカード（2カラム）
========================================================================== */

.p-link-cards {
  display: flex;
  gap: 22px;
}

.p-link-card {
  flex: 1;
  background-color: #fff;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s;
}

.p-link-card:hover {
  opacity: 0.8;
}

.p-link-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.p-link-card__body {
  padding: 30px;
}

.p-link-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #13AAC2;
  margin: 0;
}

.p-link-card__title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #13AAC2;
  transform: rotate(45deg);
  margin-left: 8px;
}

.p-link-card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 6px 0 0;
}

@media (max-width: 767px) {
  .p-link-cards {
    flex-direction: column;
  }

  .p-link-card__body {
    padding: 20px;
  }

  .p-link-card__title {
    font-size: 18px;
  }

  .p-link-card__desc {
    font-size: 14px;
  }
}

/* ==========================================================================
   共通：テキスト＋画像 2カラム
========================================================================== */

.p-text-image {
  display: flex;
  align-items: center;
  gap: 90px;
}

.p-text-image__body {
  flex: 650;
  min-width: 0;
}

.p-text-image__title {
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.p-text-image__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.p-text-image__texts p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.p-text-image__visual {
  flex: 660;
  min-width: 0;
}

.p-text-image__visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .p-text-image {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .p-text-image {
    flex-direction: column;
    gap: 24px;
  }

  .p-text-image__title {
    font-size: 22px;
  }

  .p-text-image__texts {
    margin-top: 24px;
  }

  .p-text-image__texts p {
    font-size: 15px;
  }
}

/* ==========================================================================
   ユーティリティ
========================================================================== */

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mw-300 {
  max-width: 300px;
}

.u-mw-300 > a {
  width: 100%;
}

.u-mw-400 {
  min-width: 400px !important;
  max-width: 400px !important;
}

@media (max-width: 767px) {
  .u-mw-400 {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-bg-white {
  background-color: #fff;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-56 {
  margin-top: 56px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-fs-18 {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .u-fs-18 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .u-fs-18 {
    font-size: 14px;
  }
}

.u-fs-26 {
  font-size: 26px;
}

.u-fs-32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .u-mt-32 {
    margin-top: 16px;
  }

  .u-mt-40 {
    margin-top: 24px;
  }

  .u-mt-60 {
    margin-top: 32px;
  }

  .u-mt-56 {
    margin-top: 28px;
  }

  .u-mt-64 {
    margin-top: 32px;
  }

  .u-mt-80 {
    margin-top: 40px;
  }

  .u-mt-100 {
    margin-top: 48px !important;
  }

  .u-fs-26 {
    font-size: 20px;
  }

  .u-fs-32 {
    font-size: 24px;
  }
}

/* ==========================================================================
   br 表示制御ユーティリティ（PC/SP切替）
========================================================================== */

/* PCのみ表示（768px以上） */
.u-pc-only,
.u-show-L {
  display: inline;
} 

@media (max-width: 767px) {
  .u-pc-only,
  .u-show-L {
    display: none;
  }
}

/* SPのみ表示（767px以下） */
.u-show-S {
  display: none;
}

@media (max-width: 767px) {
  .u-show-S {
    display: inline;
  }
}

/* 極小SPのみ表示（480px以下） */
.u-show-XS {
  display: none;
}

@media (max-width: 480px) {
  .u-show-XS {
    display: inline;
  }
}

/* ==========================================================================
   p-advantage-user-voices__logos カラム数モディファイア
========================================================================== */

.p-advantage-user-voices__logos.-col_5 {
  border-right: 1px solid #f3f4f4;
  border-bottom: 1px solid #f3f4f4;
}

.p-advantage-user-voices__logos.-col_5 .p-advantage-user-voices__logo {
  height: 80px;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-advantage-user-voices__logos.-col_5 .p-advantage-user-voices__logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

@media print, screen and (min-width: 80em) {
  .p-advantage-user-voices__logos.-col_5 .p-advantage-user-voices__logo {
    width: calc(100% / 5);
  }
}


/* 調整用 */
@media print,
screen and (min-width: 80em) {
  .p-contact-block {
    grid-template-columns: 418px 1fr;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-seminar-cat__list.active {
    position: relative;
    border: none;
    box-shadow: none;
  }
  .p-seminar-cat__list.active .p-pickup-card {
    border: solid #e5e5e5 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  }
}