@charset "UTF-8";
/* ボックスモデルをリセットし、ボーダーを設定 */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box; /* パディングとボーダーを要素の合計幅と高さに含める */
  border-style: solid; /* ボーダーのスタイルを実線に設定 */
  border-width: 0; /* ボーダーの幅を0に設定 */
  min-width: 0; /* 最小幅を0に設定 */
}

/* ドキュメント */
/* ============================================ */
/**
 * 1. 全てのブラウザでline-heightを調整
 * 2. iOSでの方向変更後のフォントサイズ調整を抑制
 * 3. iOSでのリンクのグレーのハイライト表示を削除
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; /* 3 */
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

/* セクション */
/* ============================================ */
/**
 * 全てのブラウザでmarginを削除
 */
body {
  margin: 0;
}

/**
 * IEでのmain要素の表示を一貫させる
 */
main {
  display: block;
}

/* 垂直方向の余白 */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* 見出し */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: clamp(1rem, 0.7522rem + 0.4425vw, 1.25rem);
  font-weight: 400;
  margin: 0; /* マージンを削除 */
}

[tabindex="-1"]:focus-visible {
  outline: none !important; /* tabindex="-1"でフォーカス可能になった要素のアウトラインを削除 */
}

/* リスト（列挙） */
/* ============================================ */
ul,
ol {
  margin: 0; /* マージンを削除 */
  padding: 0; /* パディングを削除 */
  list-style: none; /* リストのスタイルを削除 */
}

/* リスト（定義） */
/* ============================================ */
dd {
  margin-left: 0; /* 左マージンを削除 */
}

/* グループ化されたコンテンツ */
/* ============================================ */
/**
 * 1. Firefoxで正しいボックスサイジングを追加
 * 2. EdgeとIEでoverflowを表示
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px; /* 上ボーダーの幅を設定 */
  margin: 0; /* マージンを削除 */
  clear: both; /* 両側のフロートをクリア */
  color: inherit; /* 色を親から継承 */
}

/**
 * 1. 全てのブラウザでフォントサイズの継承とスケーリングを調整
 * 2. 全てのブラウザで"em"フォントサイジングを調整
 */
address {
  font-style: inherit; /* フォントスタイルを親から継承 */
}

/* テキストレベルの意味付け要素 */
/* ============================================ */
/**
 * IE 10以上でアクティブなリンクのグレーの背景を削除
 */
a {
  background-color: transparent; /* 背景色を透明に設定 */
  text-decoration: none; /* テキスト装飾を削除 */
  color: inherit; /* 色を親から継承 */
}

/**
 * 1. Chrome 57-で下ボーダーを削除
 * 2. Chrome, Edge, IE, Opera, Safariで正しいテキスト装飾を追加
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2: 点線のアンダーラインを追加 */
}

/**
 * Chrome, Edge, Safariで正しいフォントウェイトを追加
 */
b,
strong {
  font-weight: 700; /* フォントウェイトを太字に設定 */
}

u {
  text-underline-offset: 0.2em;
}

em {
  font-style: italic;
}

/**
 * 取り消し線のために"del"を追加
 */
del {
  text-decoration: line-through;
}

/**
 * "sub"と"sup"を垂直方向に揃える
 */
sub {
  vertical-align: bottom;
  font-size: 72%;
}

sup {
  vertical-align: top;
  font-size: 72%;
}

/* 置換コンテンツ */
/* ============================================ */
/**
 * 垂直方向の配置問題を防止
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle; /* 垂直方向中央揃え */
}

/* フォーム */
/* ============================================ */
/**
 * フォームフィールドをスタイル可能にするためにリセット
 * 1. 特にiOSで、システム全体でフォーム要素をスタイル可能にする
 * 2. 親からtext-transformを継承する
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle; /* 垂直方向中央揃え */
  color: inherit; /* 色を親から継承 */
  font: inherit; /* フォントを親から継承 */
  background: none; /* 背景を削除 */
  border: none; /* ボーダーを削除 */
  padding: 0; /* パディングを削除 */
  margin: 0; /* マージンを削除 */
  border-radius: 0; /* ボーダーの角丸を削除 */
  text-align: inherit; /* テキストの配置を親から継承 */
  text-transform: inherit; /* 2 */
  white-space: normal; /* ホワイトスペースを標準に設定 */
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* ネイティブの外観を削除 */
}
button:focus:not(:focus-visible) {
  outline: none;
}
button:focus-visible {
  outline: 2px solid #000;
}

/**
 * クリック可能な要素のカーソルを調整
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer; /* カーソルをポインターに設定 */
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default; /* 無効な要素のカーソルをデフォルトに設定 */
}

/**
 * Firefoxのアウトラインを改善し、入力要素やボタンのスタイルと統一
 */
:-moz-focusring {
  outline: auto; /* Firefoxのフォーカスリングを自動に設定 */
}

select:disabled {
  opacity: inherit; /* 無効なselect要素の透明度を継承 */
}

/**
 * パディングを削除
 */
option {
  padding: 0;
}

/**
 * fieldsetを非表示にリセット
 */
fieldset {
  margin: 0; /* マージンを削除 */
  padding: 0; /* パディングを削除 */
  min-width: 0; /* 最小幅を0に設定 */
}

legend {
  padding: 0; /* パディングを削除 */
}

/**
 * Chrome, Firefox, Operaで正しい垂直方向の配置を追加
 */
progress {
  vertical-align: baseline; /* 垂直方向をベースラインに設定 */
}

/**
 * IE 10以上でデフォルトの垂直スクロールバーを削除
 */
textarea {
  overflow: auto; /* テキストエリアのオーバーフローを自動に設定 */
}

/**
 * Chromeでインクリメント/デクリメントボタンのカーソルスタイルを調整
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* 高さ自動 */
}

/**
 * Safariでアウトラインスタイルを調整
 */
[type=search] {
  outline-offset: -2px; /* 1: アウトラインオフセットを調整 */
}

/**
 * macOSのChromeとSafariで内部パディングを削除
 */
[type=submit] {
  -webkit-appearance: none; /* ネイティブの外観を削除 */
  border-radius: 0; /* ボーダーの角丸を削除 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* 検索フィールドの装飾を削除 */
}

/**
 * 1. iOSとSafariでクリック可能な型のスタイル設定不能を修正
 * 2. フォントの継承を修正
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Firefoxの外観を修正
 */
[type=number] {
  -moz-appearance: textfield; /* Firefoxでナンバー入力フィールドの外観をテキストフィールドに設定 */
}

/**
 * クリック可能なラベル
 */
label[for] {
  cursor: pointer; /* for属性を持つラベルのカーソルをポインターに設定 */
}

/* インタラクティブ要素 */
/* ============================================ */
/*
 * Edge, IE 10+, Firefoxで正しいdisplayを追加
 */
details {
  display: block; /* details要素をブロックレベル要素として表示 */
}

/*
 * 全てのブラウザで正しいdisplayを追加
 */
summary {
  display: list-item; /* summary要素をリストアイテムとして表示 */
}

/*
 * 編集可能なコンテンツのアウトラインを削除
 */
[contenteditable]:focus {
  outline: auto; /* contenteditable要素のフォーカス時にアウトラインを自動表示 */
}

/* テーブル */
/* ============================================ */
/**
 * 1. ChromeとSafariでテーブルのボーダー色の継承を修正
 */
table {
  width: 100%;
  border-color: inherit; /* 1 */
  border-collapse: collapse; /* ボーダーを結合 */
}

caption {
  text-align: left; /* キャプションを左揃え */
}

td,
th {
  vertical-align: top; /* 垂直方向を上揃え */
  padding: 0; /* パディングを削除 */
}

th {
  text-align: left; /* テキストを左揃え */
  font-weight: 700; /* フォントウェイトを太字に設定 */
}

/* Firefox: ネストされた順序付きリストが親から番号付けを続ける問題を解決 */
ol {
  counter-reset: revert; /* カウンターをリセットして、リストの番号付けをデフォルトの動作に戻す */
}

/* 画像がコンテナを超えないように */
img {
  max-inline-size: 100%; /* インライン方向（幅）の最大サイズを100%に設定 */
  max-block-size: 100%; /* ブロック方向（高さ）の最大サイズを100%に設定 */
}

/* Safari: <body>に`user-select:none`が設定されている場合にテキスト入力が機能しない問題を解決 */
input, textarea {
  -webkit-user-select: auto; /* Safariでユーザー選択を自動に設定 */
}

/* Safariのtextarea要素の'white-space'プロパティを元に戻す */
textarea {
  white-space: revert; /* white-spaceプロパティをデフォルトの動作に戻す */
}

/* meter要素をスタイル可能にするための最小限のスタイル */
meter {
  -webkit-appearance: revert; /* Webkitブラウザでのネイティブの外観を元に戻す */
  -moz-appearance: revert;
       appearance: revert; /* ネイティブの外観を元に戻す */
}

/* inputplaceholderのデフォルトのテキスト不透明度をリセット */
::-moz-placeholder {
  color: unset; /* 色を未設定状態（継承またはデフォルト）にする */
}
::placeholder {
  color: unset; /* 色を未設定状態（継承またはデフォルト）にする */
}

/* 'hidden'属性の機能を修正。
  display:revert; は属性値ではなく要素のデフォルト表示に戻します。
  :where()は特異度を下げるためにここで使用されていますが、[hidden]のデフォルトはdisplay: none;です。 */
:where([hidden]) {
  display: none; /* hidden属性を持つ要素を非表示にする */
}

/* Chromiumブラウザのバグに対するリセット
  - contenteditable属性が正しく機能するように修正。
  - webkit-user-select: auto; は、ラッパー要素でuser-select:noneを使用している場合にSafari用に追加 */
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write; /* Firefoxでコンテンツ編集を許可 */
  -webkit-user-modify: read-write; /* Webkitブラウザでコンテンツ編集を許可 */
  overflow-wrap: break-word; /* 長い単語を任意の場所で折り返す */
  -webkit-line-break: after-white-space; /* Safariでホワイトスペース後の改行を許可 */
  -webkit-user-select: auto; /* Webkitブラウザでユーザー選択を自動に設定 */
}

/* ドラッグ機能を再度適用 - ChromiumとSafariにのみ存在する */
:where([draggable=true]) {
  -webkit-user-drag: element; /* Webkitブラウザで要素のドラッグを許可 */
}

/* Modalのネイティブな挙動をリセット */
:where(dialog:modal) {
  all: revert; /* 全てのプロパティを元に戻す */
  box-sizing: border-box; /* ボックスサイジングをボーダーボックスに設定 */
}

/* Safariのdetails summaryの三角形アイコンを削除 */
::-webkit-details-marker {
  display: none;
}

/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* font-size */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #f4f3f1;
  color: #231815;
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  font-size: clamp(1rem, 0.7522rem + 0.4425vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
}
body.--fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}

small {
  font-size: clamp(0.75rem, 0.6261rem + 0.2212vw, 0.875rem);
}
@media all and (max-width: 896px) {
  small {
    font-size: clamp(0.625rem, 0.4808rem + 0.4808vw, 0.75rem);
  }
}

img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.txt_red {
  color: #c80000;
}

.txt_right {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.width {
  container-type: inline-size;
  max-width: 1800px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .width {
    width: calc(100% - 40px);
  }
}

.outer {
  overflow: clip;
}

.common-breadcrumb {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.7511rem + 0.2212vw, 1rem);
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .common-breadcrumb {
    margin-top: 12px;
    font-size: clamp(0.75rem, 0.6058rem + 0.4808vw, 0.875rem);
  }
}
.common-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0;
}
.common-breadcrumb__list > li {
  padding-right: 1.6em;
  position: relative;
}
.common-breadcrumb__list > li:last-of-type {
  padding-right: 0;
}
.common-breadcrumb__list > li:last-of-type::after {
  content: none;
}
.common-breadcrumb__list > li::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  rotate: 45deg;
  position: absolute;
  top: 0.45em;
  right: 0.65em;
}
.common-breadcrumb__list > li a {
  color: #0068b6;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.common-btn {
  text-align: center;
  font-size: clamp(1.125rem, 0.8772rem + 0.4425vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
  max-width: 440px;
}
@media all and (max-width: 896px) {
  .common-btn {
    font-size: clamp(0.9375rem, 0.7212rem + 0.7212vw, 1.125rem);
    max-width: 360px;
  }
}
.common-btn.--center {
  margin-inline: auto;
}
.common-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-radius: 9999px;
  border: 2px solid #0068b6;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(35, 24, 21, 0.6);
  padding: 0.8em;
}
.common-btn__link::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_right.png") center center/contain no-repeat;
}

.common-anchor {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  background: #f4f3f1;
}
@media all and (max-width: 896px) {
  .common-anchor {
    padding: 10px 0;
  }
}
.common-anchor__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .common-anchor__list {
    gap: 10px;
  }
}
.common-anchor__list__item {
  width: 300px;
}
@media all and (max-width: 1025px) {
  .common-anchor__list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media all and (max-width: 896px) {
  .common-anchor__list__item {
    width: calc((100% - 12px) / 2);
  }
}
.common-anchor__list__link {
  word-break: keep-all;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 0.4em;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 8px rgba(35, 24, 21, 0.6);
  height: 100%;
}
@media all and (max-width: 896px) {
  .common-anchor__list__link {
    padding: 0.4em 0.6em;
    box-shadow: 1px 1px 6px rgba(35, 24, 21, 0.6);
  }
}
.common-anchor__list__txt {
  font-size: clamp(0.875rem, 0.6272rem + 0.4425vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .common-anchor__list__txt {
    font-size: clamp(0.75rem, 0.6058rem + 0.4808vw, 0.875rem);
  }
}

.common-section {
  padding: 64px 0;
}
@media all and (max-width: 896px) {
  .common-section {
    padding: 32px 0;
  }
}
.common-section__container {
  background: #fff;
  padding: 72px 3.56cqw 56px;
  border-radius: 40px;
  box-shadow: 6px 6px 18px rgba(35, 24, 21, 0.6);
}
@media all and (max-width: 896px) {
  .common-section__container {
    padding: 40px 24px;
    border-radius: 24px;
    box-shadow: 4px 4px 12px rgba(35, 24, 21, 0.6);
  }
}
.common-section__ttl {
  text-align: center;
  font-size: clamp(2rem, 0.5133rem + 2.6549vw, 3.5rem);
  font-weight: 700;
  color: #0068b6;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .common-section__ttl {
    font-size: clamp(1.5rem, 0.9231rem + 1.9231vw, 2rem);
  }
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 400;
  width: 100%;
  padding: 16px 108px 16px min(2.08vw, 40px);
  background: #fff;
  border-bottom: 1px solid #eee;
}
@media all and (max-width: 896px) {
  .header {
    height: 56px;
    padding: 0 72px 0 16px;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 40px;
}
.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  gap: min(2.92vw, 56px);
}
@media all and (max-width: 896px) {
  .header-container {
    gap: 16px;
  }
}
.header-logo img {
  width: min(15.22vw, 137px);
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 100px;
  }
}
.header-countdown {
  flex-shrink: 0;
  text-align: center;
  font-size: clamp(0.625rem, 0.4583rem + 0.5556vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0068b7;
  background: #d1eef1;
  padding: 0.4em 0.6em;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .header-countdown {
    border-radius: 5px;
  }
}
.header-countdown__number {
  font-size: 1.3em;
}
@media all and (max-width: 896px) {
  .header-kanagawa {
    display: none;
  }
}
.header-kanagawa img {
  width: min(19.27vw, 185px);
}
.header-hamburger {
  text-align: center;
  width: 92px;
  height: 100%;
  color: #0068b6;
  background: #fff;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    width: 56px;
    gap: 4px;
  }
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: -45deg;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.--active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: 45deg;
}
.header-hamburger__box {
  width: 30px;
  height: 18px;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-hamburger__box {
    width: 22px;
    height: 14px;
  }
}
.header-hamburger__line {
  display: block;
  width: 30px;
  height: 2px;
  background: #0068b6;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media all and (max-width: 896px) {
  .header-hamburger__line {
    width: 22px;
  }
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -8px;
}
@media all and (max-width: 896px) {
  .header-hamburger__line:nth-of-type(1) {
    translate: 0 -6px;
  }
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 8px;
}
@media all and (max-width: 896px) {
  .header-hamburger__line:nth-of-type(3) {
    translate: 0 6px;
  }
}
.header-hamburger__txt {
  font-size: 0.75rem;
}
@media all and (max-width: 896px) {
  .header-hamburger__txt {
    font-size: 0.625rem;
  }
}
.header-nav {
  width: 100%;
  max-width: 500px;
  height: 100dvh;
  padding: 120px 40px 64px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.3s linear;
  overflow: auto;
}
@media all and (max-width: 896px) {
  .header-nav {
    max-width: 400px;
    padding: 80px 32px 48px;
  }
}
.header-nav.--open {
  translate: 0 0;
}
.header-nav__list {
  font-size: clamp(1rem, 0.8906rem + 0.1953vw, 1.125rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .header-nav__list {
    font-size: clamp(0.875rem, 0.7308rem + 0.4808vw, 1rem);
  }
}
.header-nav__item {
  border-bottom: 1px solid #ccc;
}
.header-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1em 1.5em 1em 0;
  position: relative;
}
.header-nav__link::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_right.png") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.header .overlay.--open {
  width: 100%;
  height: 100dvh;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  margin-top: 64px;
  background: #fff;
  font-size: clamp(0.875rem, 0.7511rem + 0.2212vw, 1rem);
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 100;
}
@media all and (max-width: 896px) {
  .footer {
    margin-top: 48px;
    font-size: clamp(0.75rem, 0.6058rem + 0.4808vw, 0.875rem);
  }
}
.footer-nav {
  padding: 20px 0;
  background: #0E5FA6;
  color: #fff;
}
@media all and (max-width: 896px) {
  .footer-nav {
    padding: 16px 0;
  }
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media all and (max-width: 896px) {
  .footer-nav__list {
    gap: 10px 20px;
  }
}
.footer-nav__list__link {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.footer-nav__list__link::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_fnav.png") center center/100% auto no-repeat;
}
.footer-first {
  border-bottom: 1px solid #666;
}
.footer-first__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.22cqw;
}
@media all and (max-width: 896px) {
  .footer-first__container {
    margin-left: -20px;
    gap: 16px;
  }
}
.footer-first__inner {
  display: flex;
  align-items: center;
  gap: 3.11cqw;
}
.footer-first__logo img {
  width: 185px;
}
@media all and (max-width: 896px) {
  .footer-first__logo img {
    width: 160px;
  }
}
.footer-first__txt {
  padding-top: 0.8cqw;
}
.footer-first__access {
  flex-shrink: 0;
  display: inline-block;
  padding: 8px 0;
}
.footer-first__access__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: clamp(1rem, 0.8761rem + 0.2212vw, 1.125rem);
  padding: 0.4em 1em;
  border: 2px solid #0E5FA6;
  border-radius: 9999px;
  color: #0E5FA6;
}
@media all and (max-width: 896px) {
  .footer-first__access__link {
    font-size: clamp(0.875rem, 0.7308rem + 0.4808vw, 1rem);
  }
}
.footer-first__access__link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_faccess.png") center center/contain no-repeat;
}
.footer-first__block {
  padding: 12px 20px;
  border-top: 1px solid #c9c9c9;
}
.footer-second {
  padding: 16px 0;
}
@media all and (max-width: 896px) {
  .footer-second {
    padding: 12px 0 20px;
  }
}
.footer-second__txt {
  margin-top: 10px;
}
.footer-second__txt a {
  color: #0E5FA6;
  text-decoration: underline;
}
.footer-second__shuwa {
  margin-top: 10px;
}
.footer-second__shuwa__link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding: 0.2em 2em 0.2em 0.2em;
  border: 2px solid #66cc66;
  border-radius: 9999px;
  color: #2b8245;
}
.footer-second__shuwa__link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.54em;
  height: 1.6em;
  background: url("../images/common/icon_video.png") center center/contain no-repeat;
}
.footer-bottom {
  padding: 8px 0;
  color: #fff;
  background: #333;
}
.footer-bottom__copyright {
  text-align: center;
}