@charset "UTF-8";
/*===============================================================*/
/* Foundatio */
/*===============================================================*/
/*
* =================================================================
* Reset / destyle.css
* =================================================================
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
* =================================================================
* Base
* =================================================================
*/
html {
  overflow-x: hidden; /* ページの最上位レベルで横スクロールを禁止する */
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #ffffff;
  overflow-x: hidden; /* body全体で横スクロールを防ぐ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex; /* 【フッター下部固定用】フレックスボックスに有効に */
  flex-flow: column; /* 【フッター下部固定用】要素を縦に並べる */
  min-height: 100vh; /* 【フッター下部固定用】最小でも画面の高さ分のbodyの高さを担保する */
}

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
}

main {
  flex: 1; /* 【フッター下部固定用】画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

/*
* =================================================================
* ローディング背景
* =================================================================
*/
/* サイト全体を囲むコンテナは初期状態では非表示 */
.loader-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* JSによってこのクラスが付与されると、コンテンツがフェードイン表示される */
.loader-wrapper.is-visible {
  opacity: 1;
}

/* 訪問済の場合のスタイルを追加 */
.loader-wrapper.is-visible,
.is-visited .loader-wrapper {
  opacity: 1;
}

.c-loader.is-hidden,
.is-visited .c-loader {
  opacity: 0;
  pointer-events: none;
}

/*
* =================================================================
* ローディングコンポーネント
* =================================================================
*/
/* ローディング画面のコンテナ */
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 9999;
  /* フェードアウトのためのトランジション時間を調整 */
  transition: opacity 0.5s ease;
}

/* JSによって .is-loaded クラスが付与されると発動 */
.c-loader.is-hidden {
  opacity: 0;
  /* アニメーションの対象外とし、クリックイベントなどを透過させる */
  pointer-events: none;
}

/* ローダーのグリッド部分 */
.c-loader__grid {
  /* CSS変数で基本サイズと比率を定義 */
  --dot-size: 10px; /* ドットの基本サイズ */
  --gap-size: 5px; /* ドットの間隔 */
  display: grid;
  grid-template-columns: repeat(4, var(--dot-size));
  gap: var(--gap-size);
}

/* ローダーのドット */
.c-loader__dot {
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: rgb(230, 230, 230);
  border-radius: 50%;
}

/* ドットのアニメーション定義 */
@keyframes loader-wave {
  0%, 100% {
    transform: scale(1);
    background-color: rgb(230, 230, 230);
  }
  50% {
    transform: scale(1.2); /* 120%に拡大 */
    background-color: rgb(0, 30, 150);
  }
}
/* 対角線上のドットにのみアニメーションを適用 */
.c-loader__dot:nth-child(4),
.c-loader__dot:nth-child(7),
.c-loader__dot:nth-child(10),
.c-loader__dot:nth-child(13) {
  animation: loader-wave 1.6s infinite ease-in-out;
}

/* アニメーションの遅延を対角線に沿って設定 */
.c-loader__dot:nth-child(13) {
  animation-delay: 0s;
}

.c-loader__dot:nth-child(10) {
  animation-delay: 0.1s;
}

.c-loader__dot:nth-child(7) {
  animation-delay: 0.2s;
}

.c-loader__dot:nth-child(4) {
  animation-delay: 0.3s;
}

/*===============================================================*/
/* Layout */
/*===============================================================*/
/*
* =================================================================
* Header
* =================================================================
*/
/* l-header: 通常表示されるヘッダー */
.l-header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 48, 153, 0.08);
  position: relative; /* z-indexを効かせるため */
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.l-header__logo img {
  height: 40px;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.l-header__nav-link {
  font-size: clamp(13px, 7.4px + 0.7vw, 16px);
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s;
  white-space: nowrap;
}

.l-header__nav-link:hover {
  color: rgb(0, 30, 150);
}

.l-header__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* l-header__btn: 共通ボタンスタイル */
.l-header__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 12px 30px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, padding 0.3s;
  white-space: nowrap;
}

.l-header__btn--contact {
  background-color: #ffffff;
  color: rgb(0, 30, 150);
  border: 2px solid rgb(0, 30, 150);
}

.l-header__btn--contact:hover {
  background-color: #f0f4ff;
}

.l-header__btn--trial {
  background-color: rgb(0, 30, 150);
  color: #ffffff;
  border: 2px solid rgb(0, 30, 150);
}

.l-header__btn--trial:hover {
  background-color: rgb(0, 20, 100);
  border-color: rgb(0, 20, 100);
}

/* l-header-follow: スクロール時に追従するヘッダー */
.l-header-follow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.l-header-follow.is-show {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 48, 153, 0.08);
}

/* l-header__menu-icon: ハンバーガーメニューアイコン */
.l-header__menu-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(0, 30, 150);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 102;
}

/* PC表示ではヘッダー内のメニューアイコンを非表示にする */
.l-header .l-header__menu-icon,
.l-header-follow .l-header__menu-icon {
  display: none;
}

.l-header__menu-icon__bar {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center;
}

.l-header__menu-icon__bar--top {
  top: 8px;
  transform: translateX(-50%);
}

.l-header__menu-icon__bar--middle {
  top: 14px;
  transform: translateX(-50%);
}

.l-header__menu-icon__bar--bottom {
  top: 20px;
  transform: translateX(-50%);
}

.l-header__menu-icon.is-open .l-header__menu-icon__bar--top {
  transform: translate(-50%, 6px) rotate(45deg);
}

.l-header__menu-icon.is-open .l-header__menu-icon__bar--middle {
  opacity: 0;
}

.l-header__menu-icon.is-open .l-header__menu-icon__bar--bottom {
  transform: translate(-50%, -6px) rotate(-45deg);
}

/* l-header__overlay-menu: SP用オーバーレイメニュー */
.l-header__overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 101;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}

.l-header__overlay-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.l-header__overlay-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 48, 153, 0.08);
}

.l-header__overlay-menu__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}

.l-header__overlay-menu__nav {
  margin: 20px 0;
}

.l-header__overlay-menu__nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 20px 10px;
  border-bottom: 1px solid #eeeeee;
  transition: color 0.3s ease;
}

.l-header__overlay-menu__nav-link:hover {
  color: rgb(0, 30, 150);
}

.l-header__overlay-menu__nav-link svg {
  width: 18px;
  height: 18px;
  stroke: rgb(0, 30, 150);
}

.l-header__overlay-menu__buttons {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.l-header__overlay-menu__buttons .l-header__btn {
  flex: 1;
  padding: 15px;
  font-size: 16px;
}

.l-header__overlay-menu__social {
  display: flex;
  justify-content: center;
  align-items: center; /* 追加：縦方向のセンター揃え */
  gap: 40px;
  margin: 20px 0;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}

.l-header__overlay-menu__social img {
  width: 28px; /* 横幅で統一 */
  height: auto; /* 縦は自動で調整 */
  transition: opacity 0.3s ease;
}

.l-header__overlay-menu__social a:hover img {
  opacity: 0.7;
}

.l-header__overlay-menu__footer {
  font-size: 16px;
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
}

.l-header__overlay-menu__footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #dcdcdc;
}

.l-header__overlay-menu__footer p a {
  color: #000000;
  transition: color 0.3s ease;
}

.l-header__overlay-menu__footer p a:hover {
  color: rgb(0, 30, 150);
}

/*
* ===================================
* Header　レスポンシブ設定
* ===================================
*/
/* ヘッダーのSP/PC切り替え (780px) */
@media (max-width: 780px) {
  .l-header__nav,
  .l-header__buttons {
    display: none;
  }
  .l-header .l-header__menu-icon,
  .l-header-follow .l-header__menu-icon {
    display: block;
  }
  .l-header,
  .l-header-follow {
    padding: 0 20px;
    height: 60px;
  }
  .l-header__logo img {
    height: 30px;
  }
}
/* ヘッダーナビゲーションのレスポンシブ調整 */
@media (max-width: 1100px) {
  .l-header__nav {
    gap: 20px;
  }
  .l-header__btn {
    padding: 10px 24px;
    font-size: 13px;
  }
}
@media (max-width: 1025px) {
  .l-header__btn {
    padding: 10px 20px;
  }
}
@media (max-width: 990px) {
  .l-header__nav-link.is-hidden-990 {
    display: none;
  }
}
@media (max-width: 900px) {
  .l-header__nav-link.is-hidden-900 {
    display: none;
  }
}
@media (max-width: 860px) {
  .l-header__nav-link.is-hidden-860 {
    display: none;
  }
}
@media (max-width: 840px) {
  .l-header__nav-link.is-hidden-840 {
    display: none;
  }
}
/*
* =================================================================
* Footer
* =================================================================
*/
/*
* ============================================
* フッター全体
* ============================================
*/
.l-footer {
  border-bottom: 4px solid rgb(0, 30, 150);
}

/*
* ============================================
* フッター上部 (`.l-footer__upper`)
* ============================================
*/
.l-footer__upper {
  position: relative;
  overflow: hidden; /* ::before疑似要素がはみ出ないようにする */
  width: 100%;
  background-color: rgb(0, 30, 150);
  color: #ffffff;
  padding: 140px 0;
}

/* 背景画像を重ねるための疑似要素 */
.l-footer__upper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/footer_bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0; /* コンテンツより後ろに配置 */
}

/* 上部コンテンツのインナーラッパー */
.l-footer__upper-inner {
  position: relative; /* 背景画像より手前に表示させるため */
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1200px; /* 最大幅を設定して中央寄せ */
  margin: 0 auto;
  padding: 0 40px;
  align-items: stretch; /* カラムの高さを揃える */
  justify-content: center;
  box-sizing: border-box; /* paddingを含めて幅を計算 */
}

/* 上部の各コンテンツカラム */
.l-footer__upper-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footer__upper-item + .l-footer__upper-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 60px;
}

.l-footer__upper-item:first-child {
  padding-right: 60px;
}

.l-footer__upper-title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

.l-footer__upper-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ボタンの共通スタイル */
.l-footer__button {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  margin-top: auto; /* ボタンをカラムの一番下に配置 */
}

/* 修飾子: お問い合わせボタン */
.l-footer__button--contact {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.l-footer__button--contact:hover {
  background-color: #ffffff;
  color: rgb(0, 30, 150);
}

/* 修飾子: 無料体験ボタン */
.l-footer__button--trial {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: rgb(0, 30, 150);
}

.l-footer__button--trial:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

/*
* ============================================
* フッター下部 (`.l-footer__lower`)
* ============================================
*/
.l-footer__lower {
  font-size: 14px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

/* 下部コンテンツのインナーラッパー */
.l-footer__lower-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ロゴ、ナビ、SNSのエリア */
.l-footer__lower-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.l-footer__logo {
  display: block;
  width: 150px;
  flex-shrink: 0;
}

.l-footer__logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.l-footer__nav-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 10px;
  max-width: calc(100% - 250px);
}

.l-footer__gnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
  margin-bottom: 30px;
}

.l-footer__gnav-link {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: opacity 0.3s;
}

.l-footer__gnav-link:hover {
  opacity: 0.7;
}

.l-footer__sns-list {
  display: flex;
  gap: 20px;
  align-items: center; /* アイコンを垂直方向に中央揃え */
}

.l-footer__sns-link {
  display: block;
  transition: opacity 0.3s;
}

.l-footer__sns-link:hover {
  opacity: 0.7;
}

.l-footer__sns-icon {
  width: 20px; /* 横幅を固定 */
  height: auto; /* 縦を自動調整してアスペクト比を維持 */
  vertical-align: middle;
}

/* 区切り線 */
.l-footer__divider {
  border: none;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 0 40px 0;
}

/* サブナビ、コピーライトのエリア */
.l-footer__lower-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.l-footer__subnav-list {
  display: flex;
  gap: 24px;
}

.l-footer__subnav-link {
  text-decoration: none;
  color: #555;
  transition: opacity 0.3s;
}

.l-footer__subnav-link:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  color: #555;
  line-height: 24px;
}

.l-footer__copyright-br {
  display: none; /* PCでは改行しない */
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  /* --- 上部 --- */
  .l-footer__upper {
    padding: 100px 0;
  }
  .l-footer__upper-inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 0 20px;
  }
  .l-footer__upper-item {
    padding: 0;
  }
  .l-footer__upper-item + .l-footer__upper-item {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 60px;
  }
  .l-footer__upper-item:first-child {
    padding-right: 0;
  }
  .l-footer__upper-title {
    font-size: 24px;
  }
  .l-footer__upper-text {
    font-size: 15px;
  }
  .l-footer__button {
    width: 100%;
    max-width: 300px;
    white-space: normal;
    margin-top: 0;
  }
  /* --- 下部 --- */
  .l-footer__lower {
    padding-bottom: 70px;
  }
  .l-footer__lower-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-footer__lower-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 40px;
  }
  .l-footer__nav-area {
    align-items: flex-start;
    gap: 30px;
    padding-top: 0;
    max-width: none;
    width: 100%;
  }
  .l-footer__gnav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
  }
  .l-footer__divider {
    display: none;
  }
  .l-footer__lower-bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .l-footer__subnav {
    width: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-footer__subnav::before,
  .l-footer__subnav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
  }
  .l-footer__subnav::before {
    top: 0;
  }
  .l-footer__subnav::after {
    bottom: 0;
  }
  .l-footer__subnav-list {
    justify-content: center;
    gap: 12px;
  }
  .l-footer__subnav-item:nth-child(n+3) {
    display: none;
  }
  .l-footer__subnav-item:first-child::after {
    content: "|";
    color: #ccc;
    margin-left: 12px;
  }
  .l-footer__copyright-br {
    display: block; /* SPで改行を有効化 */
  }
}
/*===============================================================*/
/* Component */
/*===============================================================*/
/*
* =================================================================
* Breadcrumb
* =================================================================
*/
/* ページ共通エリア */
.p-breadcrumb {
  background: #fff;
  padding: 50px 40px;
}

/* パンくず本体 */
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}

/* リンク */
.c-breadcrumb__link {
  color: #000000;
  text-decoration: none;
}

.c-breadcrumb__link:hover {
  text-decoration: underline;
}

/* 現在地 */
/* 疑似要素にSVGアイコンを表示（14pxに調整） */
.c-breadcrumb__link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon/icon_chevron.svg") no-repeat center;
  mask: url("../img/common/icon/icon_chevron.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: black;
  position: relative;
  top: 2px;
}

/* 最後のリンクには矢印を出さない */
.c-breadcrumb__link:last-child::after {
  content: none;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .p-breadcrumb {
    padding: 30px 20px;
  }
}
/*
* =================================================================
* CTA（Call To Action）ボタン
* =================================================================
*/
.p-section__free-trial-cta {
  text-align: center;
}

.c-btn--free-traial {
  display: inline-block;
  background-color: rgb(0, 30, 150);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.c-btn--free-traial:hover {
  background-color: rgb(0, 25, 125);
}

/*
* =================================================================
* Recruitment ボタン
* =================================================================
*/
.c-btn-recruitment {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9999;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.c-btn-recruitment.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.c-btn-recruitment a {
  writing-mode: vertical-rl;
  background-color: rgb(0, 30, 150);
  width: 40px;
  height: 140px;
  color: white;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SP幅（例：768px以下）で非表示に */
@media screen and (max-width: 768px) {
  .c-btn-recruitment {
    display: none;
  }
}
/*
* =================================================================
* コンテンツパネル
* =================================================================
*/
.c-content-panel {
  position: relative;
  padding: 30px 40px 40px 40px;
  background-color: rgb(244, 246, 255);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.c-content-panel::before,
.c-content-panel::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgb(235, 240, 255);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.8;
}

.c-content-panel::before {
  width: 350px;
  height: 350px;
  top: -120px;
  left: -150px;
}

.c-content-panel::after {
  width: 600px;
  height: 600px;
  bottom: -350px;
  right: -270px;
  opacity: 0.7;
}

/* パネル用タイトル (c-panel-title)
-------------------------------------------------- */
.c-panel-title {
  color: rgb(0, 30, 150);
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

/* チェックリスト (c-checklist)
-------------------------------------------------- */
/* リスト全体 */
.c-checklist {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* リストの各項目 */
.c-checklist__item {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 10px;
  box-shadow: 0 2px 25px rgba(0, 30, 150, 0.1);
}

.c-checklist__item:last-child {
  margin-bottom: 0;
}

/* チェックマークアイコン */
.c-checklist__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: rgb(0, 30, 150);
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 1px;
  flex-shrink: 0;
}

.c-checklist__icon::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}

/* 各項目のテキスト */
.c-checklist__text {
  color: rgb(0, 30, 150);
  font-size: 16px;
  line-height: 1.5;
}

/*
* ===================================
* レスポンシブ対応 (〜600px)
* ===================================
*/
@media (max-width: 600px) {
  .c-content-panel {
    padding: 25px 20px 30px 20px;
  }
  .c-content-panel::before {
    width: 250px;
    height: 250px;
    top: -80px;
    left: -100px;
  }
  .c-content-panel::after {
    width: 400px;
    height: 400px;
    bottom: -270px;
    right: -180px;
  }
  .c-panel-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .c-checklist__item {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .c-checklist__icon {
    margin-right: 15px;
  }
  .c-checklist__text {
    font-size: 15px;
  }
}
/*
* =================================================================
* c-form
* =================================================================
*/
.c-form-section {
  padding: 0px 40px;
}

.c-form {
  --brand-blue: rgb(0, 30, 150);
  --danger-red: rgb(170, 0, 0);
  --text-primary: #333333;
  --text-secondary: #555555;
  --border-color: #cccccc;
  --background-light: #f7f7f7;
  --background-white: #ffffff;
}

.c-form {
  color: var(--text-primary);
  background-color: var(--background-white);
  max-width: 860px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 130px;
}

.c-form__header {
  text-align: center;
  margin-bottom: 30px;
}

.c-form__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.c-form__lead {
  font-size: 16px;
  color: var(--text-secondary);
  text-align: left;
  margin: 0 auto;
  line-height: 1.5;
}

.c-form__group {
  margin-bottom: 25px;
}

.c-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.c-form__label--sub {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.c-form__required {
  color: var(--danger-red);
  margin-left: 4px;
}

.c-form__input,
.c-form__textarea,
.c-form__select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: var(--background-light);
  font-size: 14px;
  color: var(--text-primary);
  font-family: inherit;
}

.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: #bbbbbb;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
  color: #bbbbbb;
}

.c-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.c-form__select-wrapper {
  position: relative;
  width: 100%;
}

.c-form__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
}

.c-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--text-secondary);
  pointer-events: none;
}

.c-form__error-message {
  color: var(--danger-red);
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.c-form__input--error,
.c-form__textarea--error,
.c-form__select-wrapper--error .c-form__select {
  border-color: var(--danger-red) !important;
}

.c-form__checkbox-group--error {
  border: 1px solid var(--danger-red);
  border-radius: 4px;
  padding: 10px;
}

.c-form__checkbox-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.c-form__checkbox-label {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-form__checkbox-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.c-form__checkbox-input::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--brand-blue);
}

.c-form__checkbox-input:checked {
  border-color: var(--brand-blue);
}

.c-form__checkbox-input:checked::before {
  transform: scale(1);
}

.c-form__time-slot {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-form__time-slot-day {
  flex: 1 1 25%;
}

.c-form__time-slot-intro {
  color: var(--text-secondary);
  flex-shrink: 0;
}

.c-form__hour-selectors {
  display: flex;
  flex: 2 1 65%;
  gap: 10px;
  align-items: center;
}

.c-form__hour-selectors .c-form__select-wrapper {
  flex: 1;
}

.c-form__hour-selectors span {
  color: var(--text-secondary);
}

.c-form__timezone {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 15px;
  padding: 15px;
  background-color: var(--background-light);
  border-radius: 4px;
}

.c-form__timezone-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.c-form__timezone-text strong {
  font-weight: 700;
  color: var(--text-primary);
}

.c-form__timezone-text a {
  color: var(--brand-blue);
  text-decoration: underline;
}

.c-form__note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

.c-form__note-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.c-form__note-description {
  margin-bottom: 15px;
  color: var(--text-secondary);
  font-size: 14px;
}

.c-form__note-item {
  display: grid;
  grid-template-columns: auto 1fr; /* アイコンの幅は自動、残りをテキストに */
  gap: 0 10px; /* アイコンとテキストの間に10pxの隙間を設定 */
  align-items: start; /* 上端で揃える */
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--text-secondary);
}

.c-form__note-icon {
  line-height: 1.6;
  color: var(--brand-blue);
}

.c-form__note-text {
  flex: 1;
}

.c-form__note-item a {
  color: var(--brand-blue);
  text-decoration: underline;
}

.c-form__note-item strong {
  font-weight: 700;
  color: var(--text-primary);
}

.c-form__submit-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 15px 60px;
  background-color: var(--brand-blue);
  color: var(--background-white);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s;
  font-family: inherit;
}

.c-form__submit-button:hover {
  opacity: 0.8;
}

/*
* ===================================
* レスポンシブ対応 (992px以下)
* ===================================
*/
@media (max-width: 992px) {
  .c-form__checkbox-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .c-form-section {
    padding: 0px 20px;
  }
  .c-form__title {
    font-size: 28px;
  }
  .c-form__checkbox-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-form__time-slot {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .c-form__time-slot-day,
  .c-form__time-slot-intro,
  .c-form__hour-selectors {
    width: 100%;
    flex: 1 1 100%;
  }
  .c-form__hour-selectors {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
/*
* ===================================
* レスポンシブ対応 (480px以下)
* ===================================
*/
@media (max-width: 480px) {
  .c-form__checkbox-group {
    grid-template-columns: 1fr;
  }
  .c-form__submit-button {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }
}
/*===============================================================*/
/* Project Page */
/*===============================================================*/
/*
* =================================================================
* Top Page / Hero Section
* =================================================================
*/
.p-top-hero-section {
  padding: 0 40px;
  background-image: linear-gradient(180deg, rgb(245, 250, 253), rgba(245, 250, 253, 0));
}

.p-top-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.p-top-hero__container {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-hero__content {
  flex: 1;
  position: relative;
}

.p-top-hero__title {
  font-weight: bold;
  line-height: 1.2;
  color: rgb(0, 30, 150);
  margin-bottom: 20px;
}

.p-top-hero__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 30px;
  max-width: 500px;
}

.p-top-hero__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: rgb(0, 30, 150);
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.p-top-hero__button:hover {
  background-color: rgb(0, 20, 100);
}

.p-top-hero__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.p-top-hero__image-wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.p-top-hero__image {
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

/*
* ===================================
* レスポンシブ対応 (1120px以上)
* ===================================
*/
@media (min-width: 1120px) {
  .p-top-hero__title {
    font-size: 48px;
  }
}
/*
* ===================================
* レスポンシブ対応 (1067px以上)
* ===================================
*/
@media (min-width: 1067px) {
  .p-top-hero__image-wrapper::before {
    width: 320%;
    height: 320%;
    top: -71%;
    left: -152%;
    background-image: url("../img/kv/kv_symbol_pc.svg");
  }
}
/*
* ===================================
* レスポンシブ対応 (701px以上)
* ===================================
*/
@media (min-width: 701px) {
  .p-top-hero {
    padding-top: 70px;
    padding-bottom: 180px;
  }
  .p-top-hero__container {
    align-items: flex-start;
  }
  .p-top-hero__content {
    position: relative;
    z-index: 3;
    margin-top: 30px;
  }
  .p-top-hero__title {
    font-size: clamp(32px, 4.1vw, 48px);
  }
  .p-top-hero__image-wrapper {
    margin-top: -40px;
  }
  .p-top-hero__image {
    max-height: 550px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
/*
* ===================================
* レスポンシブ対応 Tablet (1066px以下 701px以上)
* ===================================
*/
@media (max-width: 1066px) and (min-width: 701px) {
  .p-top-hero__image-wrapper::before {
    background-image: url("../img/kv/kv_symbol_pc.svg");
    width: 1642px;
    height: 1642px;
    top: -320px;
    left: -780px;
  }
}
@media (max-width: 1170px) and (min-width: 801px) {
  .p-top-hero__content {
    margin-top: 5px !important;
  }
}
@media (max-width: 800px) and (min-width: 701px) {
  .p-top-hero__content {
    margin-top: -12px !important;
  }
}
/*
* ===================================
* レスポンシブ対応 (700px以下)
* ===================================
*/
@media (max-width: 700px) {
  .p-top-hero-section {
    padding: 0 20px;
  }
  .p-top-hero__title {
    font-size: clamp(26px, 7vw, 40px);
  }
  .p-top-hero__image-wrapper::before {
    background-image: url("../img/kv/kv_symbol_sp.svg");
    width: 300%;
    height: 300%;
    top: -110%;
    left: -99%;
  }
  .p-top-hero {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .p-top-hero__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .p-top-hero__content {
    margin-top: 0;
  }
  .p-top-hero__image-wrapper {
    margin-top: 25px;
    margin-bottom: -50px;
  }
  .p-top-hero__image {
    max-width: 300px;
    max-height: none;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
}
/*
* =================================================================
* Top Page / Achievement Section
* =================================================================
*/
/*
* =================================================================
* Top Page / Achievement Section / View Case Study
* =================================================================
*/
.p-top-view-case-study {
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.p-top-view-case-study__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 25px 20px;
  border-radius: 8px;
  background: rgba(239, 242, 250, 0.9);
  backdrop-filter: blur(20px);
}

.p-top-view-case-study__left-panel {
  padding-right: 40px;
  padding-top: 25px;
}

.p-top-view-case-study__sub-title {
  color: rgb(0, 30, 150);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.p-top-view-case-study__title {
  color: #111827;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}

.p-top-view-case-study__description {
  font-size: 16px;
  color: #374151;
  line-height: 1.5;
}

.p-top-view-case-study__controls {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.p-top-view-case-study__control-button {
  background-color: rgb(0, 30, 150);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 300;
  transition: background-color 0.3s, transform 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.p-top-view-case-study__control-button:hover {
  background-color: rgb(0, 20, 100);
  transform: translateY(-2px);
}

.p-top-view-case-study__carousel-wrapper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.p-top-view-case-study__carousel {
  display: flex;
  gap: 15px;
  padding: 22px 0 22px 22px;
  cursor: grab;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-top-view-case-study__carousel::-webkit-scrollbar {
  display: none;
}

.p-top-view-case-study__carousel.is-dragging {
  scroll-behavior: auto;
  cursor: grabbing;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/*
* ===================================
* レスポンシブ対応 (701px以上)
* ===================================
*/
@media (min-width: 701px) {
  .p-top-view-case-study {
    margin-top: -180px;
  }
  .p-top-view-case-study__container {
    margin-left: calc(max(0px, (100vw - 1280px) / 2) + 40px);
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 25px;
    margin-right: 0;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: none;
    width: auto;
  }
  .p-top-view-case-study__left-panel {
    flex: 0 0 400px;
    padding-left: 50px;
    padding-top: 25px;
  }
  .p-top-view-case-study__carousel .c-case-card:last-child {
    margin-right: 20px;
  }
}
/*
* ===================================
* レスポンシブ対応 (700px以下)
* ===================================
*/
@media (max-width: 700px) {
  .p-top-view-case-study {
    margin-top: 0;
  }
  .p-top-view-case-study__container {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
  }
  .p-top-view-case-study__left-panel {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .p-top-view-case-study__title {
    font-size: 28px;
  }
  .p-top-view-case-study__description {
    font-size: 15px;
  }
  .p-top-view-case-study__controls {
    display: none;
  }
  .p-top-view-case-study__carousel-wrapper {
    width: 100%;
    padding: 0;
  }
  .p-top-view-case-study__carousel {
    gap: 15px;
    padding: 22px 0 22px 20px;
  }
  .p-top-view-case-study__carousel .c-case-card:last-child {
    margin-right: 20px;
  }
}
/*
* ===================================
* c-case-card
* ===================================
*/
.c-case-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 25px rgba(0, 30, 150, 0.1);
  width: 260px;
  position: relative;
  padding-top: 44px;
  flex: 0 0 260px;
  line-height: 1.4;
}

.c-case-card__header {
  display: inline-block;
  background-color: #001e96;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.c-case-card__content {
  padding: 0 30px 30px 30px;
  width: 100%;
}

.c-case-card__profile {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.c-case-card__profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #aaa;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-case-card__profile-image:not([src]),
.c-case-card__profile-image[src=""] {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.c-case-card__profile-image:not([src])::before,
.c-case-card__profile-image[src=""]::before {
  content: "👤";
}

.c-case-card__profile-info-name {
  font-size: 18px;
  font-weight: bold;
  color: #001e96;
  margin-bottom: 2px;
}

.c-case-card__profile-info-age {
  font-size: 14px;
  color: #777777;
}

.c-case-card__nationality {
  text-align: center;
  color: #001e96;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.c-case-card__skills {
  margin-bottom: 20px;
}

.c-case-card__skills-title {
  font-size: 14px;
  color: #333333;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.c-case-card__skills-frequency {
  font-size: 14px;
  color: #333333;
  margin: 0;
}

.c-case-card__progress-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.c-case-card__progress-item:last-child {
  margin-bottom: 0;
}

.c-case-card__progress-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-right: 10px;
  flex-shrink: 0;
  width: 60px;
}

.c-case-card__progress-label--before {
  background-color: #000000;
}

.c-case-card__progress-label--after {
  background-color: #001e96;
}

.c-case-card__progress-info {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}

.c-case-card__progress-text {
  font-size: 14px;
  color: #333333;
  margin: 0 0 5px 0;
  line-height: 1.4;
}

.c-case-card__progress-text--main {
  font-weight: bold;
}

.c-case-card__progress-info .c-case-card__progress-text--main:only-child {
  margin-bottom: 0;
}

.c-case-card__progress-label--before + .c-case-card__progress-info .c-case-card__progress-text--main {
  font-weight: normal;
}

.c-case-card__progress-label--after + .c-case-card__progress-info .c-case-card__progress-text--main {
  color: #001e96;
}

.c-case-card__progress-detail {
  font-size: 14px;
  color: #555555;
  margin: 0;
  line-height: 1.4;
}

/*
* =================================================================
* Top Page / Achievement Section / External Tests 
* =================================================================
*/
.p-top-external-tests {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-top-external-tests__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

.p-top-external-tests__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.p-top-external-tests__title {
  font-size: 28px;
  font-weight: 700;
  color: rgb(0, 30, 150);
  margin: 0 25px;
  white-space: nowrap;
}

.p-top-external-tests__title-wrapper::before,
.p-top-external-tests__title-wrapper::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgb(0, 30, 150);
}

.p-top-external-tests__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}

.p-top-external-tests__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}

.p-top-external-tests__item-icon-wrapper {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.p-top-external-tests__item-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-external-tests__item-info {
  text-align: center;
}

.p-top-external-tests__item-name {
  font-size: 25px;
  font-weight: 700;
  color: rgb(0, 30, 150);
  margin-bottom: 8px;
}

.p-top-external-tests__item-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 30, 150);
  margin-bottom: 20px;
  font-weight: 500;
}

.p-top-external-tests__item-description {
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

/*
* ===================================
* レスポンシブ対応 (769px以上)
* ===================================
*/
@media (min-width: 769px) {
  .p-top-external-tests {
    margin: 0px auto;
  }
  .p-top-external-tests__title {
    font-size: 36px;
    margin: 0 30px;
  }
  .p-top-external-tests__title-wrapper::before,
  .p-top-external-tests__title-wrapper::after {
    flex: initial;
    width: 170px;
  }
  .p-top-external-tests__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    max-width: 700px;
    width: 100%;
  }
  .p-top-external-tests__item-icon-wrapper {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .p-top-external-tests__item-info {
    text-align: left;
  }
}
/*
* ===================================
* レスポンシブ対応 (1120px以下)
* ===================================
*/
@media (min-width: 1120px) {
  .p-top-external-tests__grid {
    flex-direction: row; /* PCでは横並び */
    justify-content: space-around;
    align-items: flex-start; /* 項目を上揃えにする */
    flex-wrap: wrap; /* 折り返しを許可 */
    gap: 40px;
  }
  .p-top-external-tests__item {
    flex-direction: column; /* PCでは再び縦並びに戻す */
    align-items: center;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    width: auto;
    gap: 0;
  }
  .p-top-external-tests__item-icon-wrapper {
    margin-bottom: 25px;
  }
  .p-top-external-tests__item-info {
    text-align: center;
  }
  .p-top-external-tests__item-description {
    text-align: left;
  }
}
/*
* =================================================================
* Top Page / What is Akira Section
* =================================================================
*/
/*
* =================================================================
* Top Page / What is Akira Section / Why Choose Our Online Private Lessons
* =================================================================
*/
/* ボックスサイジングを統一 */
.p-top-what-is-akira *,
.p-top-what-is-akira *::before,
.p-top-what-is-akira *::after {
  box-sizing: border-box;
}

.p-top-what-is-akira img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-top-what-is-akira-section {
  padding: 0px 40px;
}

.p-top-what-is-akira {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-what-is-akira__container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-what-is-akira__header {
  text-align: left;
  margin-bottom: 30px;
}

.p-top-what-is-akira__sub-title {
  font-size: 16px;
  color: rgb(0, 30, 150);
  font-weight: 500;
  margin-bottom: 8px;
}

.p-top-what-is-akira__main-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.p-top-what-is-akira__description {
  max-width: 100%;
  margin: 0;
  line-height: 1.5;
}

.p-top-what-is-akira__section-title-wrapper {
  border-bottom: 3px solid rgb(0, 30, 150);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.p-top-what-is-akira__section-title {
  font-size: 28px;
  font-weight: 700;
  color: rgb(0, 30, 150);
  text-align: left;
}

.p-top-what-is-akira__reason {
  margin-bottom: 70px;
}

.p-top-what-is-akira__reason:last-child {
  margin-bottom: 0;
}

.p-top-what-is-akira__reason-label {
  position: relative;
  display: inline-block;
  background-color: rgb(0, 30, 150);
  color: #ffffff;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 24px;
}

.p-top-what-is-akira__reason-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgb(0, 30, 150) transparent transparent transparent;
}

.p-top-what-is-akira__reason-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.p-top-what-is-akira__reason-description {
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Reason 1 の個別スタイル */
.p-top-what-is-akira__reason-image-container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.p-top-what-is-akira__reason-image--curriculum {
  border-radius: 8px;
}

/* Reason 2 の個別スタイル */
.p-top-what-is-akira__reason-content--centered {
  text-align: center;
}

.p-top-what-is-akira__reason-content--centered .p-top-what-is-akira__reason-label {
  margin-left: auto;
  margin-right: auto;
}

/* リスニング・スピーキングのメカニズムタイトル */
.p-top-what-is-akira__mechanism-title-wrapper {
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
  color: rgb(0, 30, 150);
}

.p-top-what-is-akira__mechanism-title-wrapper::before,
.p-top-what-is-akira__mechanism-title-wrapper::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: currentColor;
}

.p-top-what-is-akira__mechanism-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  flex-shrink: 0;
}

.p-top-what-is-akira__mechanism-images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-what-is-akira__mechanism-image {
  width: calc(50% - 10px);
  border-radius: 8px;
}

/* Reason 3 の個別スタイル */
.p-top-what-is-akira__reason-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 900px;
  margin: 100px auto 0 auto;
}

.p-top-what-is-akira__reason-text {
  flex: 1;
}

.p-top-what-is-akira__reason-image--teacher {
  width: 320px;
  border-radius: 8px;
  flex-shrink: 0;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-what-is-akira-section {
    padding: 0px 20px;
  }
  .p-top-what-is-akira__main-title {
    font-size: 28px;
  }
  .p-top-what-is-akira__section-title {
    font-size: 24px;
  }
  .p-top-what-is-akira__reason-title {
    font-size: 20px;
  }
  /* Reason 1: モバイルでの横スクロール設定 */
  .p-top-what-is-akira__reason-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Chrome, Safari */
  .p-top-what-is-akira__reason-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .p-top-what-is-akira__reason-image-container {
    padding: 15px;
    width: 650px; /* スクロールさせるためにコンテナより大きい幅を指定 */
  }
  .p-top-what-is-akira__reason-image--curriculum {
    width: 100%;
  }
  /* Reason 2: メカニズムタイトル */
  .p-top-what-is-akira__mechanism-title-wrapper::before,
  .p-top-what-is-akira__mechanism-title-wrapper::after {
    display: none; /* 線を非表示 */
  }
  .p-top-what-is-akira__mechanism-title {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .p-top-what-is-akira__mechanism-images {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-top-what-is-akira__mechanism-image {
    width: 100%;
    max-width: 450px;
  }
  /* Reason 3: レイアウト */
  .p-top-what-is-akira__reason-layout {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-top-what-is-akira__reason-text {
    width: 100%;
  }
  .p-top-what-is-akira__reason-image--teacher {
    width: 80%;
    max-width: 450px;
  }
}
/*
* =================================================================
* Top Page / What is Akira Section / Recommended
* =================================================================
*/
.p-top-recommend {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-recommend__container {
  max-width: 900px;
  margin: 0 auto;
}

/*
* =================================================================
* Top Page / What is Akira Section / Google Reviews / What Our Students Say　Section
* =================================================================
*/
.p-top-google-reviews-section {
  padding: 0px 40px;
}

.p-top-google-reviews {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-google-reviews__container {
  max-width: 1200px;
  margin: 0 auto 40px 0;
}

.p-top-google-reviews__header {
  text-align: center;
}

.p-top-google-reviews__header-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(0, 30, 150);
}

.p-top-google-reviews__header-subtitle {
  font-size: 20px;
  font-weight: 500; /* Bold */
  margin-bottom: 40px;
  color: #222;
  line-height: 1.3;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-google-reviews-section {
    padding: 0px 20px;
  }
  .p-top-google-reviews__header-title {
    font-size: 30px;
  }
}
/*
* =================================================================
* Top Page / Our Learning Style Section
* =================================================================
*/
.p-top-learning-style-section {
  padding: 0px 40px;
}

.p-top-learning-style {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-learning-style__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-top-learning-style__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-top-learning-style__header-eyebrow {
  font-size: 16px;
  font-weight: 500; /* Medium */
  margin-bottom: 10px;
  color: rgb(0, 30, 150);
}

.p-top-learning-style__header-title {
  font-size: 36px;
  font-weight: 700; /* Bold */
  margin-bottom: 20px;
  color: #222;
  line-height: 1.3;
}

.p-top-learning-style__header-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/*
* ===================================
* レスポンシブ対応 (600px以下)
* ===================================
*/
@media (max-width: 600px) {
  .p-top-learning-style__header-title {
    font-size: 28px;
  }
  .p-top-learning-style__header-description {
    text-align: left;
  }
}
/*
* =================================================================
*  c-feature-list
* =================================================================
*/
.c-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px 30px;
}

.c-feature-list__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* デスクトップ表示 (3列) */
  width: calc((100% - 60px) / 3);
}

.c-feature-list__item-header {
  background-color: rgb(0, 30, 150);
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.c-feature-list__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.c-feature-list__item-body {
  /* gapで余白が作られるため追加のスタイルは不要 */
}

.c-feature-list__item-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 30, 150);
  margin-bottom: 12px;
  line-height: 1.5;
}

.c-feature-list__item-description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-learning-style-section {
    padding: 0px 20px;
  }
}
/*
* ===================================
* レスポンシブ対応 (900px以下)
* ===================================
*/
@media (max-width: 900px) {
  .c-feature-list__item {
    width: calc((100% - 30px) / 2);
  }
}
/*
* ===================================
* レスポンシブ対応 (600px以下)
* ===================================
*/
@media (max-width: 600px) {
  .c-feature-list {
    gap: 50px 0;
  }
  .c-feature-list__item {
    width: 100%;
  }
}
/*
* =================================================================
* Top Page / View Actual Lessons Section
* =================================================================
*/
/* 画像のレスポンシブ対応 */
.p-top-actual-lessons img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 画像下の余白を削除 */
}

.p-top-actual-lessons-section {
  padding: 0px 40px;
}

.p-top-actual-lessons {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-actual-lessons__container {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.p-top-actual-lessons__header {
  padding-bottom: 60px;
}

.p-top-actual-lessons__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111111;
}

.p-top-actual-lessons__description {
  font-size: 16px;
  max-width: 720px;
  color: #555555;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}

.p-top-actual-lessons__content {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* レッスン紹介カードの各アイテム */
.p-top-actual-lessons__item {
  width: 48%;
  max-width: 520px;
  text-align: center;
}

/* カードのヘッダー部分（タイトルとサブタイトル、装飾線） */
.p-top-actual-lessons__item-header {
  position: relative; /* 装飾線の基準位置 */
  border-bottom: 2px solid #e5e7eb; /* 全幅のグレー線 */
  padding-bottom: 12px;
  margin-bottom: 24px;
}

/* グレー線の上に乗る青い装飾線 */
.p-top-actual-lessons__item-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px; /* グレー線に重ねる */
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: rgb(0, 30, 150);
  border-radius: 2px;
}

/* カードのタイトル (h3) */
.p-top-actual-lessons__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: rgb(0, 30, 150);
}

/* カードのサブタイトル */
.p-top-actual-lessons__item-subtitle {
  font-size: 16px;
  color: #555555;
  margin-bottom: 0;
}

/* リンク付き画像 */
.p-top-actual-lessons__image {
  display: block; /* 画像下の余白を削除 */
  transition: opacity 0.2s ease;
}

/* リンク付き画像へのホバーエフェクト */
.p-top-actual-lessons__item-link:hover .p-top-actual-lessons__image {
  opacity: 0.85;
}

/* --- YouTube動画埋め込み --- */
/* アスペクト比を保ったままレスポンシブ対応させるためのコンテナ */
.p-top-actual-lessons__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.p-top-actual-lessons__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- CTA（行動喚起）領域 --- */
.p-top-actual-lessons__cta {
  text-align: center;
  padding-top: 60px;
}

/*
* ===================================
* レスポンシブ対応 (992px以下)
* ===================================
*/
@media (max-width: 992px) {
  .p-top-actual-lessons__content {
    gap: 20px;
  }
}
/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-actual-lessons-section {
    padding: 0px 20px;
  }
  .p-top-actual-lessons__title {
    font-size: 28px;
  }
  .p-top-actual-lessons__description {
    font-size: 16px;
  }
  .p-top-actual-lessons__content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .p-top-actual-lessons__item {
    width: 100%;
    max-width: 480px;
  }
  .p-top-actual-lessons__cta {
    padding-top: 40px;
  }
}
/*
* =================================================================
* Top Page / Certified Native instructors Section
* =================================================================
*/
.p-top-instructors-section {
  padding: 0px 40px;
}

.p-top-instructors {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-instructors__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-top-instructors__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 30, 150);
  margin-bottom: 8px;
}

.p-top-instructors__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}

.p-top-instructors__description {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  /* 説明文の最大幅を制限 */
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.p-top-instructors__button {
  display: inline-block;
  margin-top: 60px;
  padding: 14px 60px;
  border: 1px solid rgb(0, 30, 150);
  border-radius: 50px;
  background-color: #ffffff;
  color: rgb(0, 30, 150);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-top-instructors__button:hover {
  background-color: rgb(0, 30, 150);
  color: #ffffff;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-instructors-section {
    padding: 0px 20px;
  }
  .p-top-instructors__description {
    /* スマホでは横幅いっぱいに広げる */
    max-width: 100%;
    text-align: left;
  }
}
/*
* =================================================================
* Page / Certified Native instructors Section
* =================================================================
*/
.p-instructors-section {
  padding: 0px 40px;
}

.p-instructors {
  padding-top: 30px;
  padding-bottom: 130px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-instructors__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-instructors__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 30, 150);
  margin-bottom: 8px;
}

.p-instructors__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}

.p-instructors__description {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  /* 説明文の最大幅を制限 */
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-instructors-section {
    padding: 0px 20px;
  }
  .p-instructors__description {
    /* スマホでは横幅いっぱいに広げる */
    max-width: 100%;
  }
  .p-top-instructors__title {
    font-size: 28px;
  }
}
/*
* =================================================================
*  Component / Certified Native instructors Section
* =================================================================
*/
.c-instructors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 70px;
  margin-left: auto;
  margin-right: auto;
}

.c-instructors__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.c-instructors__card-image-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}

.c-instructors__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-instructors__card-name {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.c-instructors__card-role {
  font-size: 14px;
  color: rgb(0, 30, 150);
  margin-bottom: 20px;
  line-height: 1.5;
}

.c-instructors__card-bio {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  text-align: left;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .c-instructors__grid {
    /* スマホでは1列表示にする */
    grid-template-columns: 1fr;
    /* カードの最大幅に合わせる */
  }
  .c-instructors__card-image-wrapper {
    width: 180px;
    height: 180px;
  }
}
/*
* =================================================================
* Top Page / Monthly Fee Plan
* =================================================================
*/
.p-top-plan {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.6;
  overflow-x: hidden; /* 横スクロールバーの出現を防止 */
}

.p-top-plan__container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.p-top-plan__header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.p-top-plan__sub-heading {
  font-size: 16px;
  font-weight: 500;
  color: #001e96;
  margin-bottom: 8px;
}

.p-top-plan__main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 16px;
}

.p-top-plan__description {
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}

/* タブナビゲーション */
.p-top-plan__tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #001e96;
  margin-bottom: 60px;
  padding: 0 20px;
  gap: 10px;
}

.p-top-plan__tab-button {
  background-color: #f0f5fa;
  border: 1px solid #001e96;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #001e96;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  max-width: 260px;
  flex: 1;
  text-align: center;
  margin-bottom: -1px; /* アクティブタブのボーダーを隠すための調整 */
}

.p-top-plan__tab-button.is-active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  z-index: 1;
}

.p-top-plan__tab-button:not(.is-active):hover {
  background-color: #e6f0f8;
}

/* 料金プラン表示エリア */
.p-top-plan__content-wrapper {
  width: 100%;
}

.p-top-plan__pricing-container {
  display: none; /* JSでis-activeを付与して表示 */
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}

.p-top-plan__pricing-container.is-active {
  display: flex;
}

/* 料金プランカード */
.p-top-plan__plan-card {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 220px;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0px 2px 25px rgba(0, 30, 150, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.p-top-plan__plan-card--silver,
.p-top-plan__plan-card--platinum {
  overflow: hidden;
}

.p-top-plan__plan-card-name {
  padding: 20px;
  font-weight: 700;
}

.p-top-plan__plan-card-content {
  padding: 0 25px 25px 25px;
  flex-grow: 1;
}

.p-top-plan__plan-card-section {
  padding: 22px 0;
  border-top: 1px solid #eaeaea;
}

.p-top-plan__plan-card-content .p-top-plan__plan-card-section:first-child {
  padding-top: 25px;
}

.p-top-plan__plan-card-label {
  font-size: 13px;
  color: #606060;
  margin-bottom: 8px;
}

.p-top-plan__plan-card-value {
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.1;
}

.p-top-plan__plan-card-value--large {
  font-size: 48px;
  margin-bottom: 2px;
}

.p-top-plan__plan-card-value--medium {
  font-size: 29px;
  line-height: 1.2;
}

.p-top-plan__plan-card-subtext {
  font-size: 13px;
  color: #707070;
}

.p-top-plan__plan-card-currency {
  font-size: 15px;
  font-weight: 700;
  margin-left: 1px;
}

.p-top-plan__plan-card-tax {
  font-size: 12px;
  color: #707070;
  margin-top: 6px;
}

/* --- Silverプランのスタイル --- */
.p-top-plan__plan-card--silver .p-top-plan__plan-card-name {
  background-color: #c8c8c8;
  color: #ffffff;
  font-size: 16px;
}

.p-top-plan__plan-card--silver .p-top-plan__plan-card-content {
  background-color: #ffffff;
}

/* --- Goldプラン（おすすめ）のスタイル --- */
.p-top-plan__plan-card--gold {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.p-top-plan__plan-card-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c80000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 16px;
  border-radius: 0;
  white-space: nowrap;
  z-index: 2;
}

.p-top-plan__plan-card-badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c80000;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-name {
  background-color: #b19a69;
  color: #ffffff;
  font-size: 26px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-content {
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-section {
  border-top-color: #eaeaea;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-label,
.p-top-plan__plan-card--gold .p-top-plan__plan-card-subtext,
.p-top-plan__plan-card--gold .p-top-plan__plan-card-tax {
  color: #695b45;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-value {
  color: #b19a69;
}

.p-top-plan__plan-card--gold .p-top-plan__plan-card-currency {
  color: #b19a69;
}

/* --- Platinumプランのスタイル --- */
.p-top-plan__plan-card--platinum .p-top-plan__plan-card-name {
  background-color: #001e96;
  color: white;
  font-size: 16px;
}

.p-top-plan__plan-card--platinum .p-top-plan__plan-card-content {
  background-color: #ffffff;
}

.p-top-plan__plan-card--platinum .p-top-plan__plan-card-value {
  color: #001e96;
}

.p-top-plan__plan-card--platinum .p-top-plan__plan-card-currency {
  color: #001e96;
}

/* 補足情報 */
.p-top-plan__additional-info {
  padding: 0 20px;
}

.p-top-plan__note {
  max-width: 920px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.p-top-plan__note-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-top-plan__note-text {
  font-size: 14px;
  color: #606060;
  line-height: 1.7;
  margin-bottom: 25px;
}

.p-top-plan__note-link {
  color: #001e96;
  text-decoration: underline;
  cursor: pointer;
}

/* 詳細リスト */
.p-top-plan__details {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto 40px auto;
}

.p-top-plan__details-item {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  align-items: stretch;
}

.p-top-plan__details .p-top-plan__details-item:last-child {
  border-bottom: none;
}

.p-top-plan__details-label {
  flex: 0 0 200px;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #f8f9fa;
  padding: 20px;
  display: flex;
  align-items: center;
}

.p-top-plan__details-value {
  flex: 1;
  color: #2c2c2c;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
}

/* --- 支払い方法 --- */
.p-top-plan__payment {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.p-top-plan__payment-logo {
  display: block;
}

.p-top-plan__payment-logo--paypal {
  height: 70px;
}

.p-top-plan__payment-logo--wise {
  height: 25px;
  margin-top: 8px;
}

.p-top-plan__cta {
  text-align: center;
  margin-top: 40px;
}

/*
* ===================================
* レスポンシブ対応 (720px以下)
* ===================================
*/
@media (max-width: 720px) {
  .p-top-plan__header {
    margin-bottom: 20px;
  }
  .p-top-plan__main-heading {
    font-size: 28px;
    line-height: 1.4;
  }
  .p-top-plan__tabs {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .p-top-plan__tab-button {
    padding: 15px 10px;
    font-size: 14px;
  }
  .p-top-plan__description {
    text-align: left;
  }
  /* --- SP時のカード横スクロール設定 --- */
  .p-top-plan__pricing-container {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    cursor: grab;
  }
  /* JSで付与するドラッグ中のクラス */
  .p-top-plan__pricing-container.is-grabbing {
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    scroll-snap-type: none;
  }
  .p-top-plan__pricing-container::-webkit-scrollbar {
    display: none;
  }
  .p-top-plan__plan-card {
    scroll-snap-align: center;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    flex-grow: 0;
    flex-basis: auto;
  }
  .p-top-plan__details-item {
    flex-direction: column;
    align-items: stretch;
  }
  .p-top-plan__details-label {
    flex-basis: auto;
  }
  .p-top-plan__payment {
    gap: 12px;
  }
  .p-top-plan__payment-logo--wise {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
/*
* ===================================
* レスポンシブ対応 (639px以下)
* ===================================
*/
@media (max-width: 639px) {
  .p-top-plan__pricing-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*
* =================================================================
* Top Page / FAQ
* =================================================================
*/
.p-top-faq-section {
  padding: 0px 40px;
}

.p-top-faq {
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.p-top-faq__container {
  max-width: 1000px;
  margin: 0 auto;
}

.p-top-faq__eyebrow {
  color: rgb(0, 30, 150);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

.p-top-faq__title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-top-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-bottom: 1px solid #e9ecef;
}

.p-top-faq__item {
  border-top: 1px solid #e9ecef;
  padding: 1rem 0 0.75rem;
  margin-bottom: -1px;
}

.p-top-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border-radius: 8px;
}

.p-top-faq__question:hover {
  background-color: #f8f9fa;
}

.p-top-faq__question-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-grow: 1;
}

.p-top-faq__question-number {
  background-color: rgb(0, 30, 150);
  color: white;
  font-weight: 500;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.p-top-faq__question-text {
  font-size: 16px;
  color: #1c1c1c;
  flex-grow: 1;
  padding-right: 1rem;
  line-height: 1.4;
  padding-top: 6px;
}

.p-top-faq__icon {
  font-size: 1.6rem;
  font-weight: normal;
  color: rgb(0, 30, 150);
  flex-shrink: 0;
  line-height: 1;
  padding-top: 0.1em;
  transition: transform 0.3s ease-in-out;
}

/* アイコンの表示切り替えロジック */
.p-top-faq__icon--minus,
.p-top-faq__item--expanded .p-top-faq__icon--plus {
  display: none;
}

.p-top-faq__item--expanded .p-top-faq__icon--minus,
.p-top-faq__icon--plus {
  display: inline;
}

.p-top-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out, margin-top 0.35s ease-in-out, opacity 0.35s ease-in-out;
  background-color: #f3f4f6;
  border-radius: 8px;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0;
}

/* --- JSによって .p-top-faq__item に .p-top-faq__item--expanded クラスが付与された際のスタイル --- */
.p-top-faq__item--expanded .p-top-faq__answer {
  max-height: 600px; /* 十分な高さを確保 */
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1rem;
  opacity: 1;
}

.p-top-faq__answer-wrapper {
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.p-top-faq__answer-label {
  background-color: #fff;
  color: rgb(0, 30, 150);
  border: 2px solid rgb(0, 30, 150);
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.p-top-faq__answer-text {
  margin: 0;
  flex-grow: 1;
  padding-top: 6px;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-faq-section {
    padding: 0px 20px;
  }
}
/*
* ===================================
* レスポンシブ対応 (600px以下)
* ===================================
*/
@media (max-width: 600px) {
  .p-top-faq__container {
    margin: 20px auto;
  }
  .p-top-faq__title {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
  .p-top-faq__question {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top-faq__answer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top-faq__question-text {
    font-size: 16px;
    padding-top: 4px; /* 垂直位置再調整 */
  }
  .p-top-faq__answer-text {
    font-size: 0.9rem;
    padding-top: 4px; /* 垂直位置再調整 */
  }
  .p-top-faq__question-number,
  .p-top-faq__answer-label {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  .p-top-faq__answer-label {
    border-width: 1.5px;
  }
  .p-top-faq__icon {
    font-size: 1.4rem;
  }
}
/*
* =================================================================
* Top Page / Free Trial Special Free Offer
* =================================================================
*/
.p-top-special-offer-section {
  background-color: #001e96;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 0px 20px;
}

.p-top-special-offer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/special-free-offer_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15; /* 背景画像の透明度（0.0〜1.0） */
  z-index: 0; /* コンテンツより後ろに配置 */
}

.p-top-special-offer {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-special-offer__container {
  position: relative;
  z-index: 1; /* 背景画像より手前に配置 */
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-special-offer__label {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.p-top-special-offer__title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.p-top-special-offer__content {
  max-width: 1000px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  text-align: left;
  margin: 16px auto 0;
  box-sizing: border-box;
  padding: 30px;
}

.p-top-special-offer__limit-banner {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 8px;
}

.p-top-special-offer__limit-text {
  color: #001e96;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.p-top-special-offer__limit-divider {
  border: 0;
  border-top: 2px solid #001e96;
  width: 100%;
  margin: 20px auto 0;
}

.p-top-special-offer__sessions {
  border: 2px solid #001e96;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 40px;
}

.p-top-special-offer__sessions-header {
  background-color: #001e96;
  color: white;
  padding: 12px;
  text-align: center;
}

.p-top-special-offer__sessions-header-text {
  font-size: 16px;
  font-weight: 700;
}

.p-top-special-offer__sessions-body {
  background-color: white;
  padding: 16px;
  display: flex;
  flex-direction: column; /* SPでは縦並び */
  align-items: center;
}

.p-top-special-offer__sessions-item {
  text-align: center;
  color: #001e96;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 0;
  width: 100%;
}

.p-top-special-offer__sessions-divider {
  border-color: #e6e6e6;
  border-style: solid;
  /* SPでは横線を表示 */
  border-top-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  height: auto;
  width: 60%;
  margin: 12px auto;
}

.p-top-special-offer__benefits {
  background-color: #f4f6ff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.p-top-special-offer__benefits-title {
  font-size: 20px;
  font-weight: 700;
  color: #001e96;
  margin-bottom: 16px;
}

.p-top-special-offer__benefits-list {
  list-style: none; /* destyleでリセット済みだが念のため */
  padding: 0;
}

.p-top-special-offer__benefits-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.p-top-special-offer__benefits-item:last-child {
  margin-bottom: 0;
}

.p-top-special-offer__benefits-icon {
  width: 20px;
  height: 20px;
  color: #001e96;
  margin-right: 8px;
  margin-top: 1px;
  flex-shrink: 0;
}

.p-top-special-offer__benefits-text {
  color: #1f2937;
  font-size: 14px;
  margin-top: 4px;
}

.p-top-special-offer__cta-text {
  text-align: center;
  color: #374151;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
}

.p-top-special-offer__button-wrapper {
  text-align: center;
}

/*
* ===================================
* レスポンシブ対応 (768px以上)
* ===================================
*/
@media (min-width: 768px) {
  .p-top-special-offer {
    /* padding: 100px; */
  }
  .p-top-special-offer__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .p-top-special-offer__content {
    padding: 70px;
    margin: 0 auto; /* 左右中央揃え */
  }
  .p-top-special-offer__limit-banner {
    margin-bottom: 40px;
  }
  .p-top-special-offer__limit-divider {
    margin-top: 20px;
  }
  .p-top-special-offer__sessions {
    margin-bottom: 40px;
  }
  .p-top-special-offer__sessions-header {
    padding: 16px;
  }
  .p-top-special-offer__sessions-header-text {
    font-size: 18px;
  }
  .p-top-special-offer__sessions-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 24px;
  }
  .p-top-special-offer__sessions-item {
    font-size: 18px;
    padding: 0;
    width: auto;
    text-align: center; /* グリッドセル内でテキストを中央揃え */
  }
  .p-top-special-offer__sessions-divider {
    border-top-width: 0;
    border-left-width: 2px;
    height: 32px;
    width: auto;
    margin: 0;
    justify-self: center;
  }
  .p-top-special-offer__benefits {
    padding: 40px;
    margin-bottom: 32px;
  }
  .p-top-special-offer__benefits-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p-top-special-offer__benefits-icon {
    width: 24px;
    height: 24px;
    margin-top: 1px;
  }
  .p-top-special-offer__benefits-text {
    font-size: 16px;
  }
  .p-top-special-offer__cta-text {
    font-size: 18px;
  }
}
/*
* =================================================================
* Top Page / About Us
* =================================================================
*/
.p-top-about-us-section {
  padding: 0px 40px;
}

.p-top-about-us {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-about-us__container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-about-us__heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333333;
}

.p-top-about-us__sub-heading {
  font-size: 28px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
  color: rgb(0, 30, 150);
}

.p-top-about-us__item:first-child .p-top-about-us__sub-heading {
  margin-top: 0;
}

.p-top-about-us__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.p-top-about-us__item {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.p-top-about-us__profile {
  display: flex;
  align-items: flex-start; /* 上揃え */
  padding: 50px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.p-top-about-us__profile-image-wrapper {
  flex-shrink: 0; /* 画像が縮まないようにする */
  margin-right: 45px;
}

.p-top-about-us__profile-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.p-top-about-us__profile-info {
  flex-grow: 1;
}

.p-top-about-us__profile-name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

.p-top-about-us__profile-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 30, 150);
  margin-bottom: 20px;
}

.p-top-about-us__profile-bio {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.p-top-about-us__value-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.p-top-about-us__value-text {
  width: 48%;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: left;
}

.p-top-about-us__value-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  flex-shrink: 0;
}

.p-top-about-us__value-logo-image {
  max-width: 400px;
  height: auto;
}

.p-top-about-us__outline-description {
  margin-bottom: 30px;
}

.p-top-about-us__contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* テーブルと地図の高さを揃える */
  flex-wrap: wrap;
  gap: 4%;
}

.p-top-about-us__contact-table-wrapper {
  width: 48%;
}

.p-top-about-us__contact-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.p-top-about-us__contact-table th,
.p-top-about-us__contact-table td {
  padding: 35px 20px;
  text-align: left;
  font-size: 15px;
  border-left: none;
  border-right: none;
  line-height: 1.7;
}

.p-top-about-us__contact-table tr {
  border-bottom: 1px solid #dddddd;
}

.p-top-about-us__contact-table tr:last-child {
  border-bottom: none;
}

.p-top-about-us__contact-table th {
  background-color: #f5f5f5;
  font-weight: 700;
  width: 160px;
  white-space: nowrap;
}

.p-top-about-us__contact-map {
  width: 48%;
  border: 1px solid #dddddd;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* もしくは直接 #map に高さを指定 */
#map {
  width: 100%;
  height: 100%;
}

/*
* ===================================
* レスポンシブ対応 (900px以下)
* ===================================
*/
@media (max-width: 900px) {
  .p-top-about-us__heading {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .p-top-about-us__sub-heading {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .p-top-about-us__profile-name {
    font-size: 20px;
  }
  .p-top-about-us__value-logo-image {
    max-width: 300px;
  }
}
/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-top-about-us-section {
    padding: 0px 20px;
  }
  .p-top-about-us__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .p-top-about-us__sub-heading {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .p-top-about-us__profile-name {
    font-size: 25px;
  }
  /* Profile Block for Mobile */
  .p-top-about-us__profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
  }
  .p-top-about-us__profile-image-wrapper {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .p-top-about-us__profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
  }
  /* Value Block for Mobile */
  .p-top-about-us__value-content {
    flex-direction: column;
    align-items: center;
  }
  .p-top-about-us__value-logo {
    text-align: center;
    width: 80%;
  }
  .p-top-about-us__value-text {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
  .p-top-about-us__value-logo-image {
    max-width: 320px;
  }
  /* Outline Block for Mobile */
  .p-top-about-us__contact {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-top-about-us__contact-table-wrapper,
  .p-top-about-us__contact-map {
    width: 100%;
  }
  .p-top-about-us__contact-table th {
    width: auto;
  }
  .p-top-about-us__contact-map {
    height: 400px;
  }
}
/*
* =================================================================
* Privacy Policy
* =================================================================
*/
.p-privacy-policy-section {
  padding: 0px 40px;
}

.p-privacy-policy {
  padding-top: 30px;
  padding-bottom: 130px;
  max-width: 1200px;
  margin: 0 auto;
}

.p-privacy-policy__main-title {
  font-size: 38px;
  font-weight: 700; /* Bold */
  margin-bottom: 25px;
  color: #000000;
}

.p-privacy-policy__section:not(:last-child) {
  margin-bottom: 25px;
}

/* セクションタイトル (h2) */
.p-privacy-policy__sub-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}

/* テキスト (p) */
.p-privacy-policy__text {
  margin-bottom: 15px;
}

.p-privacy-policy__text:last-child {
  margin-bottom: 0;
}

/* リスト (ul) */
.p-privacy-policy__list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 25px;
  margin-bottom: 15px;
}

/* リストアイテム (li) */
.p-privacy-policy__list-item {
  margin-bottom: 8px;
}

.p-privacy-policy__list-item::marker {
  color: #555;
}

/* --- Contact Section --- */
/* 問い合わせ先情報のコンテナ */
.p-privacy-policy__contact-info {
  font-style: normal;
}

/* 問い合わせ先情報の各行 */
.p-privacy-policy__contact-detail {
  margin-bottom: 5px;
}

.p-privacy-policy__contact-detail:last-child {
  margin-bottom: 0;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-privacy-policy-section {
    padding: 0px 20px;
  }
}
/*
* =================================================================
* Special Gifts
* =================================================================
*/
.p-special-gifts-section {
  padding: 50px 40px 300px 40px;
}

.p-special-gifts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-special-gifts__title {
  font-size: 36px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 40px;
}

/* ギフトカードのリスト（グリッドレイアウト） */
.p-special-gifts__list {
  display: grid;
  gap: 32px;
  /* PCでは3カラム */
  grid-template-columns: repeat(3, 1fr);
}

/* ギフトカードの各アイテム */
.p-special-gifts__item {
  /* 構造をシンプルにするため、カード自体のスタイルは子要素で指定 */
}

/* カードのリンク（画像部分） */
.p-special-gifts__card-link {
  display: block;
  margin-bottom: 16px;
}

/* カード画像 */
.p-special-gifts__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  background-color: #2c2a4a; /* ダミー画像の背景色 */
  transition: opacity 0.3s;
}

.p-special-gifts__card-link:hover .p-special-gifts__card-img {
  opacity: 0.8;
}

/* カードのテキスト部分 */
.p-special-gifts__card-body {
  text-align: center;
}

/* カードのメインタイトル */
.p-special-gifts__card-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 4px;
}

/* カードのサブタイトル */
.p-special-gifts__card-subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}

/* カードのブランド名リンク */
.p-special-gifts__card-brand {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 30, 150);
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.p-special-gifts__card-brand:hover {
  text-decoration: underline;
}

/*
* ===================================
* レスポンシブ対応 (992px以下)
* ===================================
*/
@media (max-width: 992px) {
  .p-special-gifts__list {
    /* タブレットでは2カラム */
    grid-template-columns: repeat(2, 1fr);
  }
  .p-special-gifts__title {
    font-size: 32px;
  }
}
/*
* ===================================
* レスポンシブ対応 (576px以下)
* ===================================
*/
@media (max-width: 576px) {
  .p-special-gifts {
    padding: 40px 0;
  }
  .p-special-gifts__inner {
    padding: 0 16px;
  }
  .p-special-gifts__list {
    /* スマートフォンでは1カラム */
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-special-gifts__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .p-special-gifts__card-title {
    font-size: 16px;
  }
}
/*
* =================================================================
* Special Gifts Detail
* =================================================================
*/
/* セクション全体のコンテナ */
.p-introduction-section {
  width: 100%;
  padding: 60px 50px 150px 60px;
  box-sizing: border-box;
}

.p-introduction {
  max-width: 640px;
  margin: 0 auto;
}

.p-introduction__image {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  background-color: #262044;
  background-image: url("https://akiraojs.tokyo/assets/images/newsite/logo_hmletjapan_pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-introduction__content-wrapper {
  text-align: center;
}

/* メイン見出し */
.p-introduction__heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* 説明テキスト */
.p-introduction__text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 40px;
}

/* 区切り線コンテナ */
.p-introduction__divider-container {
  position: relative; /* 子要素(::before)の位置の基準とする */
  height: 4px;
  margin-bottom: 60px;
}

/* グレーの長い線 (疑似要素で作成) */
.p-introduction__divider-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

/* 青の短い線 (既存のhr) */
.p-introduction__divider {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 4px;
  background-color: rgb(0, 30, 150);
  border: none;
  margin: 0 auto;
}

/* ギフトエリア */
.p-introduction__gift-area {
  margin-bottom: 60px;
  text-align: center;
}

/* サブ見出し */
.p-introduction__sub-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* ギフト画像 */
.p-introduction__gift-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ギャラリーエリア */
.p-introduction__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 60px;
  overflow: hidden;
}

/* ギャラリーの各画像 */
.p-introduction__gallery-item {
  width: 100%;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ボタンエリア */
.p-introduction__button-area {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

/* ボタンの共通スタイル */
.p-introduction__button {
  display: inline-block;
  padding: 12px 24px;
  min-width: 240px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #333;
  transition: opacity 0.3s;
}

.p-introduction__button:hover {
  opacity: 0.7;
}

.p-introduction__button--primary {
  background-color: #fff;
  color: #333;
}

.p-introduction__button--secondary {
  background-color: rgb(0, 30, 150);
  border-color: rgb(0, 30, 150);
  color: #fff;
}

/* 注意事項エリア */
.p-introduction__note {
  text-align: left;
}

/* 注意事項の見出し (Note) */
.p-introduction__note-heading {
  font-weight: 700;
  margin-bottom: 16px;
}

/* 注意事項のリスト */
.p-introduction__note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 注意事項の各項目 */
.p-introduction__note-item {
  display: flex;
  align-items: flex-start; /* アイコンとテキストの上端を揃える */
  gap: 8px;
  margin-bottom: 5px;
}

/* チェックマークアイコン */
.p-introduction__note-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0; /* アイコンが縮まないようにする */
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-introduction-section {
    padding: 0px 20px 100px 20px;
  }
  .p-introduction__heading {
    font-size: 24px;
  }
  .p-introduction__sub-heading {
    font-size: 20px;
  }
  .p-introduction__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .p-introduction__gallery-item {
    height: auto; /* PCでの固定高さを解除し、画像の比率を維持 */
  }
  /* ボタンを縦積みにする */
  .p-introduction__button-area {
    flex-direction: column;
    align-items: center;
  }
  .p-introduction__button {
    width: 100%;
    max-width: 300px; /* スマホでの最大幅 */
  }
}
/*
* ===================================
* レスポンシブ対応 (480px以下)
* ===================================
*/
@media (max-width: 480px) {
  /* ギャラリーを1列にする */
  .p-introduction__gallery {
    grid-template-columns: 2, 1fr;
    gap: 5px;
  }
}
/*
* =================================================================
* p-trial-process
* =================================================================
*/
.p-trial-process-section {
  padding: 0px 40px;
}

.p-trial-process {
  padding-top: 30px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 1200px;
  margin: 0 auto;
}

.p-trial-process__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-trial-process__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-trial-process__header-eyebrow {
  font-size: 16px;
  font-weight: 500; /* Medium */
  margin-bottom: 10px;
  color: rgb(0, 30, 150);
}

.p-trial-process__header-title {
  font-size: 36px;
  font-weight: 700; /* Bold */
  margin-bottom: 20px;
  color: #222;
  line-height: 1.3;
}

.p-trial-process__header-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-trial-process-section {
    padding: 0px 20px;
  }
}
/*
* ===================================
* レスポンシブ対応 (600px以下)
* ===================================
*/
@media (max-width: 600px) {
  .p-trial-process__header-title {
    font-size: 28px;
  }
}
/*
* =================================================================
* p-inquiryform
* =================================================================
*/
.p-inquiryform__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-inquiryform__header-eyebrow {
  font-size: 16px;
  font-weight: 500; /* Medium */
  margin-bottom: 10px;
  color: rgb(0, 30, 150);
}

.p-inquiryform__header-title {
  font-size: 36px;
  font-weight: 700; /* Bold */
  margin-bottom: 20px;
  color: #222;
  line-height: 1.3;
}

.p-inquiryform__header-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/*
* ===================================
* レスポンシブ対応 (600px以下)
* ===================================
*/
@media (max-width: 600px) {
  .p-inquiryform__header-title {
    font-size: 28px;
  }
}
/*
* =================================================================
* confirmation
* =================================================================
*/
.p-confirm-body {
  background-color: #f9f9f9;
}

.p-confirm {
  --brand-blue: rgb(0, 30, 150);
  --danger-red: rgb(204, 51, 51);
  --text-primary: #333333;
  --text-secondary: #555555;
  --border-color: #eeeeee;
  --background-white: #ffffff;
}

.p-confirm {
  color: var(--text-primary);
  background-color: var(--background-white);
  max-width: 820px;
  margin: 60px auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.p-confirm__header {
  text-align: center;
  margin-bottom: 40px;
}

.p-confirm__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.p-confirm__sub-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-secondary);
}

.p-confirm__sub-title::before,
.p-confirm__sub-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--border-color);
}

.p-confirm__sub-title::before {
  margin-right: 20px;
}

.p-confirm__sub-title::after {
  margin-left: 20px;
}

.p-confirm__list {
  margin-bottom: 40px;
}

.p-confirm__item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  align-items: flex-start;
}

.p-confirm__term {
  width: 30%;
  font-weight: 500;
  flex-shrink: 0;
}

.p-confirm__required {
  color: var(--danger-red);
  margin-left: 4px;
}

.p-confirm__description {
  width: 70%;
  word-break: break-all;
}

.p-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.p-confirm__button {
  display: inline-block;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 220px;
  text-align: center;
  font-family: inherit;
}

.p-confirm__button:hover {
  opacity: 0.8;
}

.p-confirm__button--back {
  background-color: #e0e0e0;
  color: var(--text-primary);
}

.p-confirm__button--submit {
  background-color: var(--brand-blue);
  color: var(--background-white);
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

@media (max-width: 768px) {
  .p-confirm-body {
    background-color: #ffffff;
  }
  .p-confirm {
    margin-top: 0px;
    padding: 40px;
    width: 100%;
  }
  .p-confirm__item {
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
  }
  .p-confirm__term,
  .p-confirm__description {
    width: 100%;
  }
  .p-confirm__actions {
    flex-direction: column;
    gap: 15px;
  }
  .p-confirm__button {
    width: 100%;
  }
}
/*
* =================================================================
* Thank you
* =================================================================
*/
.p-thankyou-complete-section {
  padding: 0px 40px;
}

/* セクション全体 */
.p-thankyou-complete {
  max-width: 800px; /* 最大幅を設定してPCでも見やすく */
  margin: 0 auto; /* 中央寄せ */
  padding: 30px 0px 130px 0px; /* 上下の余白と左右のパディング */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* メインタイトル: "Interview & 2 Trials" */
.p-thankyou-complete__main-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

/* ステータス表示エリア: "Complete" とその両脇の線 */
.p-thankyou-complete__status {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px; /* ステータス表示エリアの最大幅 */
  margin-bottom: 48px;
}

/* ステータス表示のテキスト: "Complete" */
.p-thankyou-complete__status-text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 0 24px; /* テキストの左右に余白 */
  white-space: nowrap; /* 折り返しを防ぐ */
}

/* ステータス表示の線 */
.p-thankyou-complete__status-line {
  flex-grow: 1; /* 親要素の幅に合わせて伸びる */
  height: 1px;
  background-color: #cccccc;
}

/* 完了メッセージ: "Thank you for your application" */
.p-thankyou-complete__message {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 64px;
}

/* 注意事項エリア */
.p-thankyou-complete__notes {
  width: 100%;
  text-align: left; /* 注意事項は左寄せ */
  margin-bottom: 64px;
  border-radius: 8px; /* 角を少し丸める */
  padding: 24px; /* 内側の余白 */
  background-color: #f9f9f9; /* 背景色を少し変える */
}

/* 注意事項のタイトル */
.p-thankyou-complete__notes-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* 注意事項リスト */
.p-thankyou-complete__notes-list {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; /* 各項目間の余白 */
}

/* 注意事項の各項目 */
.p-thankyou-complete__notes-item {
  display: flex;
  align-items: flex-start; /* アイコンとテキストの上端を揃える */
  gap: 8px; /* アイコンとテキスト間の余白 */
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.p-thankyou-complete__notes-item-text strong {
  font-weight: 700;
  color: var(--text-primary);
}

/* 注意事項のチェックマークアイコン */
.p-thankyou-complete__notes-icon {
  flex-shrink: 0; /* アイコンが縮まないように */
  width: 20px;
  height: 20px;
  margin-top: 2px; /* テキストとの垂直位置を微調整 */
}

.p-thankyou-complete__button {
  display: inline-block;
  background-color: rgb(0, 30, 150);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 48px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.p-thankyou-complete__button:hover {
  background-color: rgb(0, 40, 180);
  transform: translateY(-2px);
}

/*
* ===================================
* レスポンシブ対応 (768px以下)
* ===================================
*/
@media (max-width: 768px) {
  .p-thankyou-complete-section {
    padding: 0px 20px;
  }
  .p-thankyou-complete__main-title {
    font-size: 28px;
  }
  .p-thankyou-complete__message {
    font-size: 20px;
    margin-bottom: 48px;
  }
  .p-thankyou-complete__notes {
    margin-bottom: 48px;
  }
}
/*
* =================================================================
* 404 Not Found
* =================================================================
*/
.p-404-section {
  padding: 0px 20px;
}

.p-404 {
  padding-top: 200px;
  padding-bottom: 200px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p-404__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-404__title {
  font-size: 38px;
  font-weight: 700;
  color: #001f96;
  margin-bottom: 20px;
}

.p-404__separator {
  width: 80%;
  max-width: 400px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 0 0 30px; /* destyle.cssでリセットされたmarginを再設定 */
}

.p-404__message {
  font-size: 16px;
  color: #555555;
  margin-bottom: 40px;
  line-height: 1.8;
}

/*
  p-404__button
  「Site Top」へ戻るボタンのスタイルです。
*/
.p-404__button {
  display: inline-block;
  padding: 12px 60px;
  border: 1px solid #333333;
  border-radius: 50px;
  color: #333333;
  background-color: #ffffff; /* ホバー時の逆転に備えて背景色を明示 */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.p-404__button:hover {
  background-color: #333333;
  color: #ffffff;
}

/*===============================================================*/
/* Utility */
/*===============================================================*/
/*
* =================================================================
* u-icon
* =================================================================
*/
/* ================================
   Utility: Icons
   共通で使うアイコン
================================ */
.u-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  vertical-align: middle;
}

.u-icon--chevron {
  -webkit-mask: url("../img/common/icon/icon_chevron.svg") no-repeat center;
  mask: url("../img/common/icon/icon_chevron.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.u-icon--chevron-left {
  transform: rotate(180deg);
}

.u-icon--chevron-right {
  transform: none;
}
/*# sourceMappingURL=site.css.map */