@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フォント指定*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Zen+Kaku+Gothic+New:wght@500;700&family=Zen+Old+Mincho:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.wysiwyg h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h1 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
  }
}

.wysiwyg h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

.wysiwyg h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h3 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

.wysiwyg h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h4 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}

.wysiwyg h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h5 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.wysiwyg h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg h6 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
}

main .wp-block-separator.is-style-dots:before, .wysiwyg p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 760px) {
  main .wp-block-separator.is-style-dots:before, .wysiwyg p {
    font-size: 15px;
    line-height: 1.75em;
  }
}

.wysiwyg code {
  font-size: 0.8em;
}

.wysiwyg cite,
.wysiwyg .wp-block-pullquote__citation,
.wysiwyg cite em,
.wysiwyg .wp-block-pullquote__citation em,
.wysiwyg cite strong,
.wysiwyg .wp-block-pullquote__citation strong {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media only screen and (max-width: 960px) {
  .wysiwyg cite,
  .wysiwyg .wp-block-pullquote__citation,
  .wysiwyg cite em,
  .wysiwyg .wp-block-pullquote__citation em,
  .wysiwyg cite strong,
  .wysiwyg .wp-block-pullquote__citation strong {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .wysiwyg cite,
  .wysiwyg .wp-block-pullquote__citation,
  .wysiwyg cite em,
  .wysiwyg .wp-block-pullquote__citation em,
  .wysiwyg cite strong,
  .wysiwyg .wp-block-pullquote__citation strong {
    font-size: 12px;
  }
}

.wysiwyg blockquote {
  border-left: 1px solid var(--black);
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media only screen and (max-width: 760px) {
  .wysiwyg blockquote {
    padding: 2rem;
  }
}
.wysiwyg blockquote p {
  color: #5b5b5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .wysiwyg blockquote p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .wysiwyg blockquote p {
    font-size: 1.2rem;
  }
}

.wysiwyg a {
  color: var(--c_blue);
  font-size: 16px;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .wysiwyg a {
    font-size: 15px;
  }
}

.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg small {
  font-size: 0.8em;
}

.wysiwyg sup {
  font-size: small;
  vertical-align: top;
}

.wysiwyg figcaption {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .wysiwyg figcaption {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .wysiwyg figcaption {
    font-size: 1.2rem;
  }
}

.wysiwyg img {
  max-width: 100%;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg li {
  font-size: 18px;
  margin-left: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .wysiwyg li {
    font-size: 15px;
  }
}

.wysiwyg table {
  border: 1px solid var(--black);
  border-width: 1px 0;
  width: 100%;
}

.wysiwyg tr:last-child td {
  border-bottom: unset;
}

.wysiwyg th {
  border: unset;
  border-right: 1px dashed var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--light_gray);
  font-size: 16px;
  font-weight: 700;
  padding: 1rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg th {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}
.wysiwyg th:last-child {
  border-right: unset;
}

.wysiwyg td {
  border: unset;
  border-right: 1px dashed var(--black);
  border-bottom: 1px solid var(--black);
  padding: 1rem;
  font-size: 15px;
}
@media only screen and (max-width: 760px) {
  .wysiwyg td {
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
  }
}
.wysiwyg td .small {
  font-size: 0.8em;
}
.wysiwyg td:last-child {
  border-right: unset;
}

.wysiwyg label {
  font-size: 16px;
}

.wysiwyg input {
  font-size: 16px;
}

.wysiwyg select {
  font-size: 16px;
}

.wysiwyg textarea {
  font-size: 16px;
}

.wysiwyg option {
  font-size: 16px;
}

.wysiwyg button {
  font-size: 16px;
}

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│
*/
/*
┌─────────────────────────────
│ ブロックエディタ用スタイル
│
*/
.wysiwyg > .wp-block-cover:first-child, .page .entry__content__inner > .wp-block-cover:first-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 760px) {
  .wp-block-table .has-fixed-layout {
    table-layout: inherit;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 縦書き用スタイル */
.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  line-height: 2;
}
.vertical.tight {
  letter-spacing: 0;
}
.vertical.wide {
  letter-spacing: 0.2em;
}
.vertical.narrow {
  line-height: 1.5;
}
.vertical.spacious {
  line-height: 2.5;
}
.vertical.small {
  font-size: 0.8em;
}
.vertical.large {
  font-size: 1.2em;
}
.vertical.center {
  text-align: center;
}
.vertical.right {
  text-align: right;
}
.vertical.left {
  text-align: left;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.wysiwyg span.bold {
  font-weight: bold !important;
}
.wysiwyg table.--fixed {
  table-layout: fixed;
}
.wysiwyg td span {
  display: inline-block;
}
.wysiwyg td b {
  font-size: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .wysiwyg td b {
    font-size: 1.5rem;
  }
}
.wysiwyg hr {
  border-width: 1px;
  border-color: var(--dark_gray);
  width: 100%;
  margin: 2rem 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通設定 */
:root {
  --white: #fff;
  --black: #3e3a39;
  --dark_gray: #2d2d2d;
  --gray: #9e9e9e;
  --light_gray: #f0f0f0;
  --navy: #2a468f;
  --red: #e9474d;
  --blue: #0885c1;
  --light_blue: #5eafd4;
  --gradient: linear-gradient(27deg, rgba(175, 220, 222, 1) 0%, rgba(175, 200, 232, 1) 62%);
  --c_blue: #334a91;
  --c_light_blue: #D4D9DE;
  --c_gray: #777777;
  --c_light_gray: #CDD4E2;
  --c_bg: lab(86.45% -0.75 -3.05 / 0.3);
  --font-family_c: "Noto Sans JP", sans-serif;
  --font-family: "Zen Kaku Gothic New", sans-serif;
  --mincho: "Zen Old Mincho", serif;
  --mincho-c: "Noto Serif JP", serif;
  --transformrate: 0.83, -0.01, 0.18, 0.99;
  --transformrate: 0, 0, 0.56, 0.99;
  --width: 1440;
  --max-width: 1440px;
}

@media only screen and (max-width: 760px) {
  :root {
    --width: 375;
  }
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  background-color: var(--white);
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  font-size: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 760px) {
  html {
    font-size: 2.6666666667vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  word-break: break-all;
  line-break: strict;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 15px;
    font-size: clamp(0.75rem, 15 / var(--width) * 100vw, 3rem);
  }
}
@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
    font-size: clamp(0.7rem, 14 / var(--width) * 100vw, 2.8rem);
  }
}
body.open {
  overflow: hidden;
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom;
}

.mincho {
  font-family: var(--mincho);
}

main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block.scss */
  /* Gutenberg wp-block */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: プルクオート */
  /* __20: テーブル */
  /* __30: 画像 */
  /* __40: ボタン */
  /* __50: 音声 */
  /* __60: カバー */
  /* __70: ファイル */
  /* __80: カラム */
  /* __90: グループ */
  /* __100: メディアとテキスト */
  /* __110: 動画 */
  /* __120: 区切り */
  /* __130: 埋め込み */
  /* __140: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 初期設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: プルクオート */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: テーブル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __30: 画像 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __40: ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __50: 音声 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __60: カバー */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __70: ファイル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __80: カラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __90: グループ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __100: メディアとテキスト */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __110: 動画 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __120: 区切り */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __130: 埋め込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __140: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* add-wp-block-pattern */
  /* 追加パターン用スタイル */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-acdn */
  /* 追加パターン用スタイル - アコーディオン  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: スタイル - FAQ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: スタイル - FAQ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-acdn */
  /* 追加パターン用スタイル - セクション  */
  /* 目次 */
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-acdn */
  /* 追加パターン用スタイル - レイアウト  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: ボーダー付きカラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: ボーダー付きカラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-modal */
  /* 追加パターン用スタイル - モーダル  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: モーダル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* has-color.scss */
  /* Gutenberg 色 */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: テキストカラー */
  /* __20: 背景色 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: テキストカラー */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: 背景色 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* has-font-size.scss */
  /* Gutenberg フォントサイズ */
  /* 目次 */
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* setting.scss */
  /* wp-block-style用ファイル読み込み*/
  /* 目次 */
  /* __00: パーツ別外部ファイル読み込み */
  /* __10: ボタン */
  /* __10_1: 矢印 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: パーツ別外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* paragraph.scss */
  /* Gutenberg スタイル - 段落 */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: 左寄せ */
  /* __20: 中央 */
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 左寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* hading.scss */
  /* Gutenberg スタイル - 見出し */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: 左寄せ */
  /* __20: 中央 */
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 初期設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 左寄せ　 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* columns.scss */
  /* Gutenberg スタイル - カラムス */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10_1: カラムス - 左寄せ */
  /* __10_2: カラムス - 中央 */
  /* __10_3: カラムス - 右寄せ */
  /* __10_4: カラムス - 均等 */
  /* __10_5: カラムス - 両端寄せ */
  /* __20_1: カラム - 余白あり */
  /* __20_2: カラム - 枠線 */
  /* __20_3: カラム - 枠線（丸） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_1: カラムス - 左寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_2: カラムス - 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_3: カラムス - 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_4: カラムス - 均等 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_5: カラムス - 両端寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20_1: カラム - 余白あり */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20_2: カラム - 枠線 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20_3: カラム - 枠線（丸） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* _wp-block-gallery.scss */
  /* 目次 */
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* _wp-block-dl.scss */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: スタイル別 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 画像 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20: テーブル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
}
@media only screen and (max-width: 960px) {
  main .wp-block-pullquote {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
}
main .wp-block-image a {
  display: block;
  width: 100%;
}
main .wp-block-image a img {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
main .wp-block-image a:hover img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
main .wp-block-image .size-medium img {
  contain-intrinsic-size: revert;
}
main .wp-block-image.size-medium img {
  contain-intrinsic-size: revert;
}
main .wp-block-image .wp-element-caption {
  text-align: center;
}
main .wp-block-buttons {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
main .wp-block-buttons > .wp-block-button {
  padding: 0.5rem 0.25rem;
  margin-bottom: 0;
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
  padding: 0.5rem 0.25rem;
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-25 > a,
main .wp-block-buttons > .wp-block-button.wp-block-button__width-25 > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-25 > a,
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-25 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
  padding: 0.5rem 0.25rem;
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-50 > a,
main .wp-block-buttons > .wp-block-button.wp-block-button__width-50 > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-50 > a,
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-50 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
  padding: 0.5rem 0.25rem;
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-75 > a,
main .wp-block-buttons > .wp-block-button.wp-block-button__width-75 > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-75 > a,
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-75 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  padding: 0.5rem 0.25rem;
}
main .wp-block-buttons > .wp-block-button.wp-block-button__width-100 > a,
main .wp-block-buttons > .wp-block-button.wp-block-button__width-100 > div {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-100 > a,
  main .wp-block-buttons > .wp-block-button.wp-block-button__width-100 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .wp-block-cover > div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 10px;
}
main .wp-block-cover > div > :first-child {
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  main .wp-block-cover,
  main .wp-block-cover-image {
    min-height: 65vw !important;
  }
}
main .wp-block-columns {
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns {
    margin-top: 20px;
  }
}
main .wp-block-columns:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns > .wp-block-column:first-child {
    margin-top: 0;
  }
}
main .wp-block-columns > .wp-block-column > .wp-block-columns,
main .wp-block-columns > .wp-block-column > .wp-block-media-text,
main .wp-block-columns > .wp-block-column > .wp-block-group,
main .wp-block-columns > .wp-block-column > .wp-block-cover {
  padding: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-columns > .wp-block-column > .wp-block-columns,
  main .wp-block-columns > .wp-block-column > .wp-block-media-text,
  main .wp-block-columns > .wp-block-column > .wp-block-group,
  main .wp-block-columns > .wp-block-column > .wp-block-cover {
    margin-top: 20px;
  }
}
main .wp-block-columns > .wp-block-column > :first-child {
  margin-top: 0;
}
main .wp-block-columns > .wp-block-column > p {
  line-height: 2em;
}
main .wp-block-columns > .wp-block-column .wp-block-column p {
  line-height: 1.6em;
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns.sp__columnR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns.sp__columnR > .wp-block-column {
    margin-top: 20px;
  }
  main .wp-block-columns.sp__columnR > .wp-block-column:nth-child(2n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns.is-style-table-column > .wp-block-column {
    margin-top: 0;
  }
}
main .wp-block-columns + .wp-block-columns {
  margin-top: 6rem;
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns + .wp-block-columns {
    margin-top: 3rem;
  }
}
main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
  margin: auto;
}
main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.space-between .wp-block-column {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main :where(.is-layout-flex) {
  gap: 32px;
}
@media only screen and (max-width: 760px) {
  main :where(.is-layout-flex) {
    gap: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 600px) {
  main .wp-block-column:not(:only-child) {
    -webkit-flex-basis: 49% !important;
        -ms-flex-preferred-size: 49% !important;
            flex-basis: 49% !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns.is-layout-flex:not(.is-not-stacked-on-mobile) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
}
main .wp-block-group > div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 10px;
}
main .wp-block-group > div > :first-child {
  margin-top: 0;
}
main .wp-block-media-text > div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 10px;
}
main .wp-block-media-text > div > :first-child {
  margin-top: 0;
}
main .wp-block-separator {
  border-style: solid;
}
main .wp-block-separator.is-style-default, main .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: auto;
  margin-right: auto;
}
main .wp-block-separator.is-style-dots {
  border: none;
}
main .wp-block-embed figcaption {
  text-align: center;
}
main .wp-block-embed.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}
main .wp-block-embed-twitter.aligncenter .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}
main .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-vimeo .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-dailymotion .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-dailymotion .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-issuu.aligncenter .issuuembed {
  margin-left: auto;
  margin-right: auto;
}
main .wp-block-embed-kickstarter .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-kickstarter .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-slideshare .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-slideshare .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-speaker-deck .wp-block-embed__wrapper {
  padding-bottom: 75%;
}
main .wp-block-embed-speaker-deck .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-tiktok.aligncenter .tiktok-embed {
  margin-left: auto;
  margin-right: auto;
}
main .wp-block-embed-ted .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-ted .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
main .wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .wp-block-acdn {
  padding: 0;
}
main .wp-block-acdn .acdn-toggle {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}
main .wp-block-acdn .acdn-toggle::before, main .wp-block-acdn .acdn-toggle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 0;
  left: inherit;
  margin: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
main .wp-block-acdn .acdn-toggle::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1) rotateZ(90deg);
          transform: scale(1) rotateZ(90deg);
}
main .wp-block-acdn .acdn-toggle:hover::before {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
main .wp-block-acdn .acdn-toggle:hover::after {
  -webkit-transform: scale(0.7) rotateZ(90deg);
          transform: scale(0.7) rotateZ(90deg);
}
main .wp-block-acdn .acdn-toggle.acdn-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .wp-block-acdn .acdn-toggle.acdn-active::after {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
}
main .wp-block-acdn .acdn-toggle > div {
  padding-right: 40px;
}
main .wp-block-acdn .acdn-box {
  margin-top: 0;
  padding: 20px 0;
  display: none;
}
main .wp-block-acdn.is-style-faq {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
main .wp-block-acdn.is-style-faq .acdn-toggle {
  padding: 20px;
}
main .wp-block-acdn.is-style-faq .acdn-toggle::before, main .wp-block-acdn.is-style-faq .acdn-toggle::after {
  right: 20px;
}
main .wp-block-acdn.is-style-faq .acdn-toggle > div {
  position: relative;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .wp-block-acdn.is-style-faq .acdn-toggle > div::before {
  content: "Q";
  font-size: 4rem;
  font-weight: 500;
}
main .wp-block-acdn.is-style-faq .acdn-toggle > div > * {
  margin: auto 0;
  padding: 0 20px;
}
main .wp-block-acdn.is-style-faq .acdn-box {
  border-top: 1px dotted var(--black);
  padding: 20px;
}
main .wp-block-acdn.is-style-faq .acdn-box > div {
  position: relative;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .wp-block-acdn.is-style-faq .acdn-box > div::before {
  content: "A";
  font-size: 4rem;
  color: var(--black);
  font-weight: 500;
}
main .wp-block-acdn.is-style-faq .acdn-box > div > * {
  margin: auto 0;
  padding: 0 20px;
}
main .wp-block-custom-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
main .wp-block-custom-section .wp-block-custom-section-inner {
  max-width: 1000px !important;
  min-width: inherit;
  margin: 0 auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
main .wp-block-column-border > .wp-block-column {
  padding: 0 2.5rem;
  border-left: 1px dotted var(--black);
}
@media only screen and (max-width: 960px) {
  main .wp-block-column-border > .wp-block-column {
    padding: 0 1.5rem;
  }
}
main .wp-block-column-border > .wp-block-column:nth-child(7n), main .wp-block-column-border > .wp-block-column:last-child {
  border-right: 1px dotted var(--black);
}
main .wp-block-modal-toggle {
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
main .wp-block-modal-toggle:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
main .wp-block-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}
main .wp-block-modal-box > .wp-block-column {
  padding: 5% 0;
  margin: 0 !important;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  position: relative;
}
@media only screen and (max-width: 960px) {
  main .wp-block-modal-box > .wp-block-column {
    padding: 10% 0;
  }
}
main .wp-block-modal-box > .wp-block-column > .wp-block-modal-inner {
  position: absolute;
  width: 90%;
  max-width: 1366px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}
main .has-text-color.has-font-color-color {
  color: #4d4d4d;
}
main .has-text-color.has-font-color-color::before,
main .has-text-color.has-font-color-color::after {
  background-color: #4d4d4d;
}
main .has-text-color.has-white-color {
  color: var(--white);
}
main .has-text-color.has-white-color::before,
main .has-text-color.has-white-color::after {
  background-color: var(--white);
}
main .has-text-color.has-main-color-color {
  color: #b02741;
}
main .has-text-color.has-main-color-color::before,
main .has-text-color.has-main-color-color::after {
  background-color: #b02741;
}
main .has-text-color.has-sub-color-1-color {
  color: #f2f6f3;
}
main .has-text-color.has-sub-color-1-color::before,
main .has-text-color.has-sub-color-1-color::after {
  background-color: #f2f6f3;
}
main .has-text-color.has-sub-color-2-color {
  color: #d1d9d9;
}
main .has-text-color.has-sub-color-2-color::before,
main .has-text-color.has-sub-color-2-color::after {
  background-color: #d1d9d9;
}
main .has-text-color.has-sub-color-3-color {
  color: #c9c8c7;
}
main .has-text-color.has-sub-color-3-color::before,
main .has-text-color.has-sub-color-3-color::after {
  background-color: #c9c8c7;
}
main .has-text-color.has-accent-color-1-color {
  color: #d6636a;
}
main .has-text-color.has-accent-color-1-color::before,
main .has-text-color.has-accent-color-1-color::after {
  background-color: #d6636a;
}
main .has-text-color.has-accent-color-2-color {
  color: #6d609d;
}
main .has-text-color.has-accent-color-2-color::before,
main .has-text-color.has-accent-color-2-color::after {
  background-color: #6d609d;
}
main .has-text-color.has-accent-color-3-color {
  color: #2294b2;
}
main .has-text-color.has-accent-color-3-color::before,
main .has-text-color.has-accent-color-3-color::after {
  background-color: #2294b2;
}
main .has-text-color.has-accent-color-4-color {
  color: #349a93;
}
main .has-text-color.has-accent-color-4-color::before,
main .has-text-color.has-accent-color-4-color::after {
  background-color: #349a93;
}
main .has-text-color.has-accent-color-5-color {
  color: #61a95a;
}
main .has-text-color.has-accent-color-5-color::before,
main .has-text-color.has-accent-color-5-color::after {
  background-color: #61a95a;
}
main .has-text-color.has-accent-color-6-color {
  color: #ca3c18;
}
main .has-text-color.has-accent-color-6-color::before,
main .has-text-color.has-accent-color-6-color::after {
  background-color: #ca3c18;
}
main .has-text-color.has-accent-color-7-color {
  color: #d77602;
}
main .has-text-color.has-accent-color-7-color::before,
main .has-text-color.has-accent-color-7-color::after {
  background-color: #d77602;
}
main .has-text-color.has-accent-color-8-color {
  color: #8d4870;
}
main .has-text-color.has-accent-color-8-color::before,
main .has-text-color.has-accent-color-8-color::after {
  background-color: #8d4870;
}
main .has-text-color.has-accent-color-9-color {
  color: #558fc1;
}
main .has-text-color.has-accent-color-9-color::before,
main .has-text-color.has-accent-color-9-color::after {
  background-color: #558fc1;
}
main .has-text-color.has-accent-color-10-color {
  color: #d97998;
}
main .has-text-color.has-accent-color-10-color::before,
main .has-text-color.has-accent-color-10-color::after {
  background-color: #d97998;
}
main .has-text-color.has-accent-color-11-color {
  color: #b97055;
}
main .has-text-color.has-accent-color-11-color::before,
main .has-text-color.has-accent-color-11-color::after {
  background-color: #b97055;
}
main .has-text-color.has-accent-color-12-color {
  color: #3c7638;
}
main .has-text-color.has-accent-color-12-color::before,
main .has-text-color.has-accent-color-12-color::after {
  background-color: #3c7638;
}
main .has-background.has-font-color-background-color,
main .wp-block-cover.has-font-color-background-color::before {
  background-color: #000000;
}
main .has-background.has-white-background-color,
main .wp-block-cover.has-white-background-color::before {
  background-color: var(--white);
}
main .has-background.has-main-color-background-color,
main .wp-block-cover.has-main-color-background-color::before {
  background-color: #b02741;
}
main .has-background.has-sub-color-1-background-color,
main .wp-block-cover.has-sub-color-1-background-color::before {
  background-color: #f2f6f3;
}
main .has-background.has-sub-color-2-background-color,
main .wp-block-cover.has-sub-color-2-background-color::before {
  background-color: #d1d9d9;
}
main .has-background.has-sub-color-3-background-color,
main .wp-block-cover.has-sub-color-3-background-color::before {
  background-color: #c9c8c7;
}
main .has-background.has-accent-color-1-background-color,
main .wp-block-cover.has-accent-color-1-background-color::before {
  background-color: #d6636a;
}
main .has-background.has-accent-color-2-background-color,
main .wp-block-cover.has-accent-color-2-background-color::before {
  background-color: #6d609d;
}
main .has-background.has-accent-color-3-background-color,
main .wp-block-cover.has-accent-color-3-background-color::before {
  background-color: #2294b2;
}
main .has-background.has-accent-color-4-background-color,
main .wp-block-cover.has-accent-color-4-background-color::before {
  background-color: #349a93;
}
main .has-background.has-accent-color-5-background-color,
main .wp-block-cover.has-accent-color-5-background-color::before {
  background-color: #61a95a;
}
main .has-background.has-accent-color-6-background-color,
main .wp-block-cover.has-accent-color-6-background-color::before {
  background-color: #ca3c18;
}
main .has-background.has-accent-color-7-background-color,
main .wp-block-cover.has-accent-color-7-background-color::before {
  background-color: #d77602;
}
main .has-background.has-accent-color-8-background-color,
main .wp-block-cover.has-accent-color-8-background-color::before {
  background-color: #8d4870;
}
main .has-background.has-accent-color-9-background-color,
main .wp-block-cover.has-accent-color-9-background-color::before {
  background-color: #558fc1;
}
main .has-background.has-accent-color-10-background-color,
main .wp-block-cover.has-accent-color-10-background-color::before {
  background-color: #d97998;
}
main .has-background.has-accent-color-11-background-color,
main .wp-block-cover.has-accent-color-11-background-color::before {
  background-color: #b97055;
}
main .has-background.has-accent-color-12-background-color,
main .wp-block-cover.has-accent-color-12-background-color::before {
  background-color: #3c7638;
}
main .has-small-font-size {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  main .has-small-font-size {
    font-size: 11px;
  }
}
main .has-small-font-size * {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  main .has-small-font-size * {
    font-size: 11px;
  }
}
main .has-small-font-size code {
  font-size: 0.8em;
}
main .has-normal-font-size {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  main .has-normal-font-size {
    font-size: 15px;
  }
}
main .has-normal-font-size * {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  main .has-normal-font-size * {
    font-size: 15px;
  }
}
main .has-normal-font-size code {
  font-size: 0.8em;
}
main .has-medium-font-size {
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  main .has-medium-font-size {
    font-size: 18px;
  }
}
main .has-medium-font-size * {
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  main .has-medium-font-size * {
    font-size: 18px;
  }
}
main .has-medium-font-size code {
  font-size: 0.8em;
}
main .has-large-font-size {
  font-size: 25px;
}
@media only screen and (max-width: 960px) {
  main .has-large-font-size {
    font-size: 22px;
  }
}
main .has-large-font-size * {
  font-size: 25px;
}
@media only screen and (max-width: 960px) {
  main .has-large-font-size * {
    font-size: 22px;
  }
}
main .has-large-font-size code {
  font-size: 0.8em;
}
main .has-x-large-font-size {
  font-size: 32px;
}
@media only screen and (max-width: 960px) {
  main .has-x-large-font-size {
    font-size: 28px;
  }
}
main .has-x-large-font-size * {
  font-size: 32px;
}
@media only screen and (max-width: 960px) {
  main .has-x-large-font-size * {
    font-size: 28px;
  }
}
main .has-x-large-font-size code {
  font-size: 0.8em;
}
main p.is-style-border {
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}
main p.is-style-bubble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main p.is-style-bubble::before {
  content: "";
  width: 26px;
  border-top-style: solid;
  border-top-width: 2px;
  margin-right: 0.6px;
  -webkit-transform: rotateZ(65deg);
          transform: rotateZ(65deg);
}
main p.is-style-bubble::after {
  position: static;
  content: "";
  width: 26px;
  border-top-style: solid;
  border-top-width: 2px;
  margin-left: 0.6px;
  -webkit-transform: rotateZ(-65deg);
          transform: rotateZ(-65deg);
}
main p.is-style-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main p.is-style-point::after {
  position: static;
  content: "";
  width: 30px;
  border-top-style: solid;
  border-top-width: 2px;
  margin-left: 0.6px;
  margin-top: 15px;
  -webkit-transform: rotateZ(-65deg);
          transform: rotateZ(-65deg);
}
main p.has-text-align-center.is-style-bubble {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main p.has-text-align-right.is-style-bubble {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main h2.is-style-under-line01, main h2.is-style-under-line02, main h2.is-style-under-line03, main h2.is-style-top-line01, main h2.is-style-top-line02, main h2.is-style-top-line03, main h2.is-style-side-line-h, main h2.is-style-side-line-w, main h2.is-style-top-under-line, main h2.is-style-lr-line, main h2.is-style-lr-line-wide,
main h3.is-style-under-line01,
main h3.is-style-under-line02,
main h3.is-style-under-line03,
main h3.is-style-top-line01,
main h3.is-style-top-line02,
main h3.is-style-top-line03,
main h3.is-style-side-line-h,
main h3.is-style-side-line-w,
main h3.is-style-top-under-line,
main h3.is-style-lr-line,
main h3.is-style-lr-line-wide {
  padding: 0;
  border: none;
}
main h2.is-style-under-line01::before, main h2.is-style-under-line01::after, main h2.is-style-under-line02::before, main h2.is-style-under-line02::after, main h2.is-style-under-line03::before, main h2.is-style-under-line03::after, main h2.is-style-top-line01::before, main h2.is-style-top-line01::after, main h2.is-style-top-line02::before, main h2.is-style-top-line02::after, main h2.is-style-top-line03::before, main h2.is-style-top-line03::after, main h2.is-style-side-line-h::before, main h2.is-style-side-line-h::after, main h2.is-style-side-line-w::before, main h2.is-style-side-line-w::after, main h2.is-style-top-under-line::before, main h2.is-style-top-under-line::after, main h2.is-style-lr-line::before, main h2.is-style-lr-line::after, main h2.is-style-lr-line-wide::before, main h2.is-style-lr-line-wide::after,
main h3.is-style-under-line01::before,
main h3.is-style-under-line01::after,
main h3.is-style-under-line02::before,
main h3.is-style-under-line02::after,
main h3.is-style-under-line03::before,
main h3.is-style-under-line03::after,
main h3.is-style-top-line01::before,
main h3.is-style-top-line01::after,
main h3.is-style-top-line02::before,
main h3.is-style-top-line02::after,
main h3.is-style-top-line03::before,
main h3.is-style-top-line03::after,
main h3.is-style-side-line-h::before,
main h3.is-style-side-line-h::after,
main h3.is-style-side-line-w::before,
main h3.is-style-side-line-w::after,
main h3.is-style-top-under-line::before,
main h3.is-style-top-under-line::after,
main h3.is-style-lr-line::before,
main h3.is-style-lr-line::after,
main h3.is-style-lr-line-wide::before,
main h3.is-style-lr-line-wide::after {
  width: 0;
  height: 0;
  left: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  background-color: transparent;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 下線１ */
  /* 下線2 */
  /* 下線３ */
  /* 上線１ */
  /* 上線2 */
  /* 上線３ */
  /* 片側線１*/
  /* 片側線２ */
  /* 上下線 */
  /* 左右線 */
  /* 左右線（幅広線） */
}
main h1.is-style-under-line01,
main h2.is-style-under-line01,
main h3.is-style-under-line01,
main h4.is-style-under-line01,
main h5.is-style-under-line01,
main h6.is-style-under-line01 {
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-under-line01,
  main h2.is-style-under-line01,
  main h3.is-style-under-line01,
  main h4.is-style-under-line01,
  main h5.is-style-under-line01,
  main h6.is-style-under-line01 {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
main h1.is-style-under-line02,
main h2.is-style-under-line02,
main h3.is-style-under-line02,
main h4.is-style-under-line02,
main h5.is-style-under-line02,
main h6.is-style-under-line02 {
  padding-bottom: 20px;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #d3d3d3;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-under-line02,
  main h2.is-style-under-line02,
  main h3.is-style-under-line02,
  main h4.is-style-under-line02,
  main h5.is-style-under-line02,
  main h6.is-style-under-line02 {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
main h1.is-style-under-line02::before,
main h2.is-style-under-line02::before,
main h3.is-style-under-line02::before,
main h4.is-style-under-line02::before,
main h5.is-style-under-line02::before,
main h6.is-style-under-line02::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-under-line02::before,
  main h2.is-style-under-line02::before,
  main h3.is-style-under-line02::before,
  main h4.is-style-under-line02::before,
  main h5.is-style-under-line02::before,
  main h6.is-style-under-line02::before {
    width: 30px;
    height: 1px;
    bottom: -1px;
  }
}
main h1.is-style-under-line03,
main h2.is-style-under-line03,
main h3.is-style-under-line03,
main h4.is-style-under-line03,
main h5.is-style-under-line03,
main h6.is-style-under-line03 {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-under-line03,
  main h2.is-style-under-line03,
  main h3.is-style-under-line03,
  main h4.is-style-under-line03,
  main h5.is-style-under-line03,
  main h6.is-style-under-line03 {
    padding-bottom: 10px;
  }
}
main h1.is-style-under-line03::before,
main h2.is-style-under-line03::before,
main h3.is-style-under-line03::before,
main h4.is-style-under-line03::before,
main h5.is-style-under-line03::before,
main h6.is-style-under-line03::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-under-line03::before,
  main h2.is-style-under-line03::before,
  main h3.is-style-under-line03::before,
  main h4.is-style-under-line03::before,
  main h5.is-style-under-line03::before,
  main h6.is-style-under-line03::before {
    width: 30px;
    height: 2px;
  }
}
main h1.is-style-top-line01,
main h2.is-style-top-line01,
main h3.is-style-top-line01,
main h4.is-style-top-line01,
main h5.is-style-top-line01,
main h6.is-style-top-line01 {
  padding-top: 20px;
  border-top-style: solid;
  border-top-width: 2px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-line01,
  main h2.is-style-top-line01,
  main h3.is-style-top-line01,
  main h4.is-style-top-line01,
  main h5.is-style-top-line01,
  main h6.is-style-top-line01 {
    padding-top: 10px;
    border-top-width: 1px;
  }
}
main h1.is-style-top-line02,
main h2.is-style-top-line02,
main h3.is-style-top-line02,
main h4.is-style-top-line02,
main h5.is-style-top-line02,
main h6.is-style-top-line02 {
  padding-top: 20px;
  position: relative;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #d3d3d3;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-line02,
  main h2.is-style-top-line02,
  main h3.is-style-top-line02,
  main h4.is-style-top-line02,
  main h5.is-style-top-line02,
  main h6.is-style-top-line02 {
    padding-top: 10px;
    border-top-width: 1px;
  }
}
main h1.is-style-top-line02::before,
main h2.is-style-top-line02::before,
main h3.is-style-top-line02::before,
main h4.is-style-top-line02::before,
main h5.is-style-top-line02::before,
main h6.is-style-top-line02::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  left: 0;
  top: -2px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-line02::before,
  main h2.is-style-top-line02::before,
  main h3.is-style-top-line02::before,
  main h4.is-style-top-line02::before,
  main h5.is-style-top-line02::before,
  main h6.is-style-top-line02::before {
    width: 30px;
    height: 1px;
    top: -1px;
  }
}
main h1.is-style-top-line03,
main h2.is-style-top-line03,
main h3.is-style-top-line03,
main h4.is-style-top-line03,
main h5.is-style-top-line03,
main h6.is-style-top-line03 {
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-line03,
  main h2.is-style-top-line03,
  main h3.is-style-top-line03,
  main h4.is-style-top-line03,
  main h5.is-style-top-line03,
  main h6.is-style-top-line03 {
    padding-top: 10px;
  }
}
main h1.is-style-top-line03::before,
main h2.is-style-top-line03::before,
main h3.is-style-top-line03::before,
main h4.is-style-top-line03::before,
main h5.is-style-top-line03::before,
main h6.is-style-top-line03::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-line03::before,
  main h2.is-style-top-line03::before,
  main h3.is-style-top-line03::before,
  main h4.is-style-top-line03::before,
  main h5.is-style-top-line03::before,
  main h6.is-style-top-line03::before {
    width: 30px;
    height: 2px;
  }
}
main h1.is-style-side-line-h,
main h2.is-style-side-line-h,
main h3.is-style-side-line-h,
main h4.is-style-side-line-h,
main h5.is-style-side-line-h,
main h6.is-style-side-line-h {
  padding: 9px 0 9px 20px;
  border-left-style: solid;
  border-left-width: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-side-line-h,
  main h2.is-style-side-line-h,
  main h3.is-style-side-line-h,
  main h4.is-style-side-line-h,
  main h5.is-style-side-line-h,
  main h6.is-style-side-line-h {
    padding: 5px 0 5px 15px;
    border-left-width: 5px;
  }
}
main h1.is-style-side-line-w,
main h2.is-style-side-line-w,
main h3.is-style-side-line-w,
main h4.is-style-side-line-w,
main h5.is-style-side-line-w,
main h6.is-style-side-line-w {
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-side-line-w,
  main h2.is-style-side-line-w,
  main h3.is-style-side-line-w,
  main h4.is-style-side-line-w,
  main h5.is-style-side-line-w,
  main h6.is-style-side-line-w {
    padding-left: 15px;
  }
}
main h1.is-style-side-line-w::before,
main h2.is-style-side-line-w::before,
main h3.is-style-side-line-w::before,
main h4.is-style-side-line-w::before,
main h5.is-style-side-line-w::before,
main h6.is-style-side-line-w::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-side-line-w::before,
  main h2.is-style-side-line-w::before,
  main h3.is-style-side-line-w::before,
  main h4.is-style-side-line-w::before,
  main h5.is-style-side-line-w::before,
  main h6.is-style-side-line-w::before {
    width: 8px;
    height: 1px;
  }
}
main h1.is-style-top-under-line,
main h2.is-style-top-under-line,
main h3.is-style-top-under-line,
main h4.is-style-top-under-line,
main h5.is-style-top-under-line,
main h6.is-style-top-under-line {
  padding: 20px 0;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-top-under-line,
  main h2.is-style-top-under-line,
  main h3.is-style-top-under-line,
  main h4.is-style-top-under-line,
  main h5.is-style-top-under-line,
  main h6.is-style-top-under-line {
    padding: 10px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
main h1.is-style-lr-line,
main h2.is-style-lr-line,
main h3.is-style-lr-line,
main h4.is-style-lr-line,
main h5.is-style-lr-line,
main h6.is-style-lr-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main h1.is-style-lr-line::before, main h1.is-style-lr-line::after,
main h2.is-style-lr-line::before,
main h2.is-style-lr-line::after,
main h3.is-style-lr-line::before,
main h3.is-style-lr-line::after,
main h4.is-style-lr-line::before,
main h4.is-style-lr-line::after,
main h5.is-style-lr-line::before,
main h5.is-style-lr-line::after,
main h6.is-style-lr-line::before,
main h6.is-style-lr-line::after {
  content: "";
  max-width: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  position: static;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-lr-line::before, main h1.is-style-lr-line::after,
  main h2.is-style-lr-line::before,
  main h2.is-style-lr-line::after,
  main h3.is-style-lr-line::before,
  main h3.is-style-lr-line::after,
  main h4.is-style-lr-line::before,
  main h4.is-style-lr-line::after,
  main h5.is-style-lr-line::before,
  main h5.is-style-lr-line::after,
  main h6.is-style-lr-line::before,
  main h6.is-style-lr-line::after {
    max-width: 15px;
    height: 1px;
  }
}
main h1.is-style-lr-line::before,
main h2.is-style-lr-line::before,
main h3.is-style-lr-line::before,
main h4.is-style-lr-line::before,
main h5.is-style-lr-line::before,
main h6.is-style-lr-line::before {
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-lr-line::before,
  main h2.is-style-lr-line::before,
  main h3.is-style-lr-line::before,
  main h4.is-style-lr-line::before,
  main h5.is-style-lr-line::before,
  main h6.is-style-lr-line::before {
    margin-right: 5px;
  }
}
main h1.is-style-lr-line::after,
main h2.is-style-lr-line::after,
main h3.is-style-lr-line::after,
main h4.is-style-lr-line::after,
main h5.is-style-lr-line::after,
main h6.is-style-lr-line::after {
  margin-left: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-lr-line::after,
  main h2.is-style-lr-line::after,
  main h3.is-style-lr-line::after,
  main h4.is-style-lr-line::after,
  main h5.is-style-lr-line::after,
  main h6.is-style-lr-line::after {
    margin-left: 5px;
  }
}
main h1.is-style-lr-line-wide,
main h2.is-style-lr-line-wide,
main h3.is-style-lr-line-wide,
main h4.is-style-lr-line-wide,
main h5.is-style-lr-line-wide,
main h6.is-style-lr-line-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main h1.is-style-lr-line-wide::before, main h1.is-style-lr-line-wide::after,
main h2.is-style-lr-line-wide::before,
main h2.is-style-lr-line-wide::after,
main h3.is-style-lr-line-wide::before,
main h3.is-style-lr-line-wide::after,
main h4.is-style-lr-line-wide::before,
main h4.is-style-lr-line-wide::after,
main h5.is-style-lr-line-wide::before,
main h5.is-style-lr-line-wide::after,
main h6.is-style-lr-line-wide::before,
main h6.is-style-lr-line-wide::after {
  content: "";
  height: 2px;
  position: static;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-lr-line-wide::before, main h1.is-style-lr-line-wide::after,
  main h2.is-style-lr-line-wide::before,
  main h2.is-style-lr-line-wide::after,
  main h3.is-style-lr-line-wide::before,
  main h3.is-style-lr-line-wide::after,
  main h4.is-style-lr-line-wide::before,
  main h4.is-style-lr-line-wide::after,
  main h5.is-style-lr-line-wide::before,
  main h5.is-style-lr-line-wide::after,
  main h6.is-style-lr-line-wide::before,
  main h6.is-style-lr-line-wide::after {
    height: 1px;
  }
}
main h1.is-style-lr-line-wide::after,
main h2.is-style-lr-line-wide::after,
main h3.is-style-lr-line-wide::after,
main h4.is-style-lr-line-wide::after,
main h5.is-style-lr-line-wide::after,
main h6.is-style-lr-line-wide::after {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 960px) {
  main h1.is-style-lr-line-wide::after,
  main h2.is-style-lr-line-wide::after,
  main h3.is-style-lr-line-wide::after,
  main h4.is-style-lr-line-wide::after,
  main h5.is-style-lr-line-wide::after,
  main h6.is-style-lr-line-wide::after {
    margin-left: 5px;
  }
}
main h1.has-text-align-center,
main h2.has-text-align-center,
main h3.has-text-align-center,
main h4.has-text-align-center,
main h5.has-text-align-center,
main h6.has-text-align-center {
  /* 下線１ */
  /* 上線１ */
  /* 下線2 */
  /* 上線2 */
  /* 下線３ */
  /* 上線３ */
  /* 片側線１*/
  /* 片側線２ */
  /* 上下線 */
  /* 左右線 */
  /* 左右線（幅広線） */
}
main h1.has-text-align-center.is-style-under-line02::before, main h1.has-text-align-center.is-style-top-line02::before,
main h2.has-text-align-center.is-style-under-line02::before,
main h2.has-text-align-center.is-style-top-line02::before,
main h3.has-text-align-center.is-style-under-line02::before,
main h3.has-text-align-center.is-style-top-line02::before,
main h4.has-text-align-center.is-style-under-line02::before,
main h4.has-text-align-center.is-style-top-line02::before,
main h5.has-text-align-center.is-style-under-line02::before,
main h5.has-text-align-center.is-style-top-line02::before,
main h6.has-text-align-center.is-style-under-line02::before,
main h6.has-text-align-center.is-style-top-line02::before {
  right: 0;
  margin: auto;
}
main h1.has-text-align-center.is-style-under-line03::before, main h1.has-text-align-center.is-style-top-line03::before,
main h2.has-text-align-center.is-style-under-line03::before,
main h2.has-text-align-center.is-style-top-line03::before,
main h3.has-text-align-center.is-style-under-line03::before,
main h3.has-text-align-center.is-style-top-line03::before,
main h4.has-text-align-center.is-style-under-line03::before,
main h4.has-text-align-center.is-style-top-line03::before,
main h5.has-text-align-center.is-style-under-line03::before,
main h5.has-text-align-center.is-style-top-line03::before,
main h6.has-text-align-center.is-style-under-line03::before,
main h6.has-text-align-center.is-style-top-line03::before {
  right: 0;
  margin: auto;
}
main h1.has-text-align-center.is-style-side-line-h,
main h2.has-text-align-center.is-style-side-line-h,
main h3.has-text-align-center.is-style-side-line-h,
main h4.has-text-align-center.is-style-side-line-h,
main h5.has-text-align-center.is-style-side-line-h,
main h6.has-text-align-center.is-style-side-line-h {
  padding-left: 0;
}
main h1.has-text-align-center.is-style-side-line-w,
main h2.has-text-align-center.is-style-side-line-w,
main h3.has-text-align-center.is-style-side-line-w,
main h4.has-text-align-center.is-style-side-line-w,
main h5.has-text-align-center.is-style-side-line-w,
main h6.has-text-align-center.is-style-side-line-w {
  padding-left: 0;
}
main h1.has-text-align-center.is-style-lr-line,
main h2.has-text-align-center.is-style-lr-line,
main h3.has-text-align-center.is-style-lr-line,
main h4.has-text-align-center.is-style-lr-line,
main h5.has-text-align-center.is-style-lr-line,
main h6.has-text-align-center.is-style-lr-line {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main h1.has-text-align-center.is-style-lr-line-wide,
main h2.has-text-align-center.is-style-lr-line-wide,
main h3.has-text-align-center.is-style-lr-line-wide,
main h4.has-text-align-center.is-style-lr-line-wide,
main h5.has-text-align-center.is-style-lr-line-wide,
main h6.has-text-align-center.is-style-lr-line-wide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main h1.has-text-align-center.is-style-lr-line-wide::before,
main h2.has-text-align-center.is-style-lr-line-wide::before,
main h3.has-text-align-center.is-style-lr-line-wide::before,
main h4.has-text-align-center.is-style-lr-line-wide::before,
main h5.has-text-align-center.is-style-lr-line-wide::before,
main h6.has-text-align-center.is-style-lr-line-wide::before {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.has-text-align-center.is-style-lr-line-wide::before,
  main h2.has-text-align-center.is-style-lr-line-wide::before,
  main h3.has-text-align-center.is-style-lr-line-wide::before,
  main h4.has-text-align-center.is-style-lr-line-wide::before,
  main h5.has-text-align-center.is-style-lr-line-wide::before,
  main h6.has-text-align-center.is-style-lr-line-wide::before {
    margin-right: 5px;
  }
}
main h1.has-text-align-right,
main h2.has-text-align-right,
main h3.has-text-align-right,
main h4.has-text-align-right,
main h5.has-text-align-right,
main h6.has-text-align-right {
  /* 下線１ */
  /* 上線１ */
  /* 下線2 */
  /* 上線2 */
  /* 下線３ */
  /* 上線3 */
  /* 片側線１*/
  /* 片側線２ */
  /* 上下線 */
  /* 左右線 */
  /* 左右線（幅広線） */
}
main h1.has-text-align-right.is-style-under-line02::before, main h1.has-text-align-right.is-style-top-line02::before,
main h2.has-text-align-right.is-style-under-line02::before,
main h2.has-text-align-right.is-style-top-line02::before,
main h3.has-text-align-right.is-style-under-line02::before,
main h3.has-text-align-right.is-style-top-line02::before,
main h4.has-text-align-right.is-style-under-line02::before,
main h4.has-text-align-right.is-style-top-line02::before,
main h5.has-text-align-right.is-style-under-line02::before,
main h5.has-text-align-right.is-style-top-line02::before,
main h6.has-text-align-right.is-style-under-line02::before,
main h6.has-text-align-right.is-style-top-line02::before {
  left: inherit;
  right: 0;
}
main h1.has-text-align-right.is-style-under-line03::before, main h1.has-text-align-right.is-style-top-line03::before,
main h2.has-text-align-right.is-style-under-line03::before,
main h2.has-text-align-right.is-style-top-line03::before,
main h3.has-text-align-right.is-style-under-line03::before,
main h3.has-text-align-right.is-style-top-line03::before,
main h4.has-text-align-right.is-style-under-line03::before,
main h4.has-text-align-right.is-style-top-line03::before,
main h5.has-text-align-right.is-style-under-line03::before,
main h5.has-text-align-right.is-style-top-line03::before,
main h6.has-text-align-right.is-style-under-line03::before,
main h6.has-text-align-right.is-style-top-line03::before {
  left: inherit;
  right: 0;
}
main h1.has-text-align-right.is-style-side-line-h,
main h2.has-text-align-right.is-style-side-line-h,
main h3.has-text-align-right.is-style-side-line-h,
main h4.has-text-align-right.is-style-side-line-h,
main h5.has-text-align-right.is-style-side-line-h,
main h6.has-text-align-right.is-style-side-line-h {
  padding-left: 0;
  padding-right: 20px;
  border-left: none;
  border-right-style: solid;
  border-right-width: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.has-text-align-right.is-style-side-line-h,
  main h2.has-text-align-right.is-style-side-line-h,
  main h3.has-text-align-right.is-style-side-line-h,
  main h4.has-text-align-right.is-style-side-line-h,
  main h5.has-text-align-right.is-style-side-line-h,
  main h6.has-text-align-right.is-style-side-line-h {
    padding-right: 15px;
    border-width: 5px;
  }
}
main h1.has-text-align-right.is-style-side-line-w,
main h2.has-text-align-right.is-style-side-line-w,
main h3.has-text-align-right.is-style-side-line-w,
main h4.has-text-align-right.is-style-side-line-w,
main h5.has-text-align-right.is-style-side-line-w,
main h6.has-text-align-right.is-style-side-line-w {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) {
  main h1.has-text-align-right.is-style-side-line-w,
  main h2.has-text-align-right.is-style-side-line-w,
  main h3.has-text-align-right.is-style-side-line-w,
  main h4.has-text-align-right.is-style-side-line-w,
  main h5.has-text-align-right.is-style-side-line-w,
  main h6.has-text-align-right.is-style-side-line-w {
    padding-right: 15px;
  }
}
main h1.has-text-align-right.is-style-side-line-w::before,
main h2.has-text-align-right.is-style-side-line-w::before,
main h3.has-text-align-right.is-style-side-line-w::before,
main h4.has-text-align-right.is-style-side-line-w::before,
main h5.has-text-align-right.is-style-side-line-w::before,
main h6.has-text-align-right.is-style-side-line-w::before {
  right: 0;
  left: inherit;
}
main h1.has-text-align-right.is-style-lr-line,
main h2.has-text-align-right.is-style-lr-line,
main h3.has-text-align-right.is-style-lr-line,
main h4.has-text-align-right.is-style-lr-line,
main h5.has-text-align-right.is-style-lr-line,
main h6.has-text-align-right.is-style-lr-line {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main h1.has-text-align-right.is-style-lr-line-wide,
main h2.has-text-align-right.is-style-lr-line-wide,
main h3.has-text-align-right.is-style-lr-line-wide,
main h4.has-text-align-right.is-style-lr-line-wide,
main h5.has-text-align-right.is-style-lr-line-wide,
main h6.has-text-align-right.is-style-lr-line-wide {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main h1.has-text-align-right.is-style-lr-line-wide::before,
main h2.has-text-align-right.is-style-lr-line-wide::before,
main h3.has-text-align-right.is-style-lr-line-wide::before,
main h4.has-text-align-right.is-style-lr-line-wide::before,
main h5.has-text-align-right.is-style-lr-line-wide::before,
main h6.has-text-align-right.is-style-lr-line-wide::before {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  main h1.has-text-align-right.is-style-lr-line-wide::before,
  main h2.has-text-align-right.is-style-lr-line-wide::before,
  main h3.has-text-align-right.is-style-lr-line-wide::before,
  main h4.has-text-align-right.is-style-lr-line-wide::before,
  main h5.has-text-align-right.is-style-lr-line-wide::before,
  main h6.has-text-align-right.is-style-lr-line-wide::before {
    margin-right: 5px;
  }
}
main h1.has-text-align-right.is-style-lr-line-wide::after,
main h2.has-text-align-right.is-style-lr-line-wide::after,
main h3.has-text-align-right.is-style-lr-line-wide::after,
main h4.has-text-align-right.is-style-lr-line-wide::after,
main h5.has-text-align-right.is-style-lr-line-wide::after,
main h6.has-text-align-right.is-style-lr-line-wide::after {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 0;
}
main .wp-block-columns.is-style-content-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .wp-block-columns.is-style-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .wp-block-columns.is-style-content-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .wp-block-columns.is-style-content-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
main .wp-block-columns.is-style-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .wp-block-column.is-style-content-width-90 {
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 760px) {
  main .wp-block-column.is-style-content-width-90 {
    padding-left: 0;
    padding-right: 0;
  }
}
main .wp-block-column.is-style-content-border {
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-column.is-style-content-border {
    padding: 10px;
  }
}
main .wp-block-column.is-style-content-border-radius {
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-column.is-style-content-border-radius {
    border-radius: 10px;
    padding: 10px;
  }
}
main .wp-block-latest-posts__list {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル1*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル2*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - リッチメディア*/
}
main .wp-block-latest-posts__list.is-style-simple1 {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
main .wp-block-latest-posts__list.is-style-simple1 li {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 130px auto;
  margin-top: 20px;
}
main .wp-block-latest-posts__list.is-style-simple1 li:first-child {
  margin-top: 0;
}
main .wp-block-latest-posts__list.is-style-simple1 li > a {
  grid-row: 2;
  grid-column: 2;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  align-self: center;
}
main .wp-block-latest-posts__list.is-style-simple1 li > a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0.7;
}
main .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__featured-image {
  grid-row: 1;
  grid-column: 1/4;
}
main .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-author {
  grid-row: 3;
  grid-column: 1;
  font-size: 14px;
  align-self: center;
}
main .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-date {
  grid-row: 2;
  grid-column: 1;
  font-size: 14px;
  align-self: center;
}
main .wp-block-latest-posts__list.is-style-simple1 li .wp-block-latest-posts__post-excerpt {
  grid-row: 4;
  grid-column: 1/3;
  font-size: 13px;
}
main .wp-block-latest-posts__list.is-style-simple2 {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  border-left-width: 2px;
  border-left-style: solid;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-simple2 {
    padding-left: 0;
    border: none;
  }
}
main .wp-block-latest-posts__list.is-style-simple2 li {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 130px auto;
  margin-top: 20px;
}
main .wp-block-latest-posts__list.is-style-simple2 li:first-child {
  margin-top: 0;
}
main .wp-block-latest-posts__list.is-style-simple2 li > a {
  grid-row: 2;
  grid-column: 2;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  align-self: center;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-simple2 li > a {
    grid-row: 3;
    grid-column: 1/3;
  }
}
main .wp-block-latest-posts__list.is-style-simple2 li > a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0.7;
}
main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__featured-image {
  grid-row: 1;
  grid-column: 1/4;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__featured-image {
    grid-column: 1/3;
  }
}
main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-author {
  grid-row: 3;
  grid-column: 1;
  font-size: 14px;
  align-self: center;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-author {
    grid-row: 2;
    grid-column: 2;
  }
}
main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-date {
  grid-row: 2;
  grid-column: 1;
  font-size: 14px;
  align-self: center;
}
main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-excerpt {
  grid-row: 4;
  grid-column: 1/3;
  font-size: 13px;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-simple2 li .wp-block-latest-posts__post-excerpt {
    grid-column: 1/3;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
main .wp-block-latest-posts__list.is-style-rich-media li {
  width: 100%;
  background-color: var(--white);
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 0 0 0.5px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-rich-media li {
    border-radius: 5px;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media li:first-child {
  margin-top: 0;
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image {
  border-radius: 10px 10px 0 0;
  float: none !important;
  margin: 0 !important;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image {
    border-radius: 5px 5px 0 0;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image a {
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image a {
    border-radius: 5px 5px 0 0;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__featured-image img {
    border-radius: 5px 5px 0 0;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media li a {
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
main .wp-block-latest-posts__list.is-style-rich-media li a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
main .wp-block-latest-posts__list.is-style-rich-media li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 11px 0 0.5px;
  margin: 0 11px 0.5px;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-style-rich-media li > a {
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
main .wp-block-latest-posts__list.is-style-rich-media li > a:hover {
  opacity: 0.7;
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-author {
  display: inline-block;
  margin: 0 auto 0.5px 11px;
  font-size: 14px;
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-date {
  display: inline-block;
  margin: 0 11px 0.5px auto;
  font-size: 14px;
  font-weight: 700;
  float: right;
}
main .wp-block-latest-posts__list.is-style-rich-media li .wp-block-latest-posts__post-excerpt {
  clear: both;
  margin: 0 11px 0;
  font-size: 13px;
}
main .wp-block-latest-posts__list.is-grid {
  display: grid;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-latest-posts__list.is-grid {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 760px) {
  main .wp-block-latest-posts__list.is-grid {
    grid-template-columns: auto;
  }
}
main .wp-block-latest-posts__list.is-grid li {
  margin-top: 0;
}
main .wp-block-latest-posts__list.is-grid.columns-2 {
  grid-template-columns: auto auto;
}
main .wp-block-latest-posts__list.is-grid.columns-3 {
  grid-template-columns: auto auto auto;
}
main .wp-block-latest-posts__list.is-grid.columns-4 {
  grid-template-columns: auto auto auto auto;
}
main .wp-block-latest-posts__list.is-grid.columns-5 {
  grid-template-columns: auto auto auto auto auto;
}
main .wp-block-latest-posts__list.is-grid.columns-6 {
  grid-template-columns: auto auto auto auto auto auto;
}
main .wp-block-gallery {
  display: grid;
}
main .wp-block-gallery.is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main .wp-block-gallery.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-1 {
    grid-template-columns: repeat(calc(1 / 2 + 0.5), 1fr);
  }
}
main .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-2 {
    grid-template-columns: repeat(calc(2 / 2), 1fr);
  }
}
main .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-3 {
    grid-template-columns: repeat(calc(3 / 2 + 0.5), 1fr);
  }
}
main .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(calc(4 / 2), 1fr);
  }
}
main .wp-block-gallery.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-5 {
    grid-template-columns: repeat(calc(5 / 2 + 0.5), 1fr);
  }
}
main .wp-block-gallery.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-6 {
    grid-template-columns: repeat(calc(6 / 2), 1fr);
  }
}
main .wp-block-gallery.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-7 {
    grid-template-columns: repeat(calc(7 / 2 + 0.5), 1fr);
  }
}
main .wp-block-gallery.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 760px) {
  main .wp-block-gallery.columns-8 {
    grid-template-columns: repeat(calc(8 / 2), 1fr);
  }
}
main .wp-block-gallery .wp-block-image + .wp-block-image {
  margin: 0;
}
main .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: static;
  text-align: center;
  color: var(--main-color);
  display: block;
  padding: 0;
  margin: 0.5em auto 1em;
  background: unset;
  font-weight: 500;
}
main .wp-block-dl {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 760px) {
  main .wp-block-dl {
    margin-top: 20px;
  }
}
main .wp-block-dl + .wp-block-dl {
  margin-top: 0;
}
main .wp-block-dl dt {
  color: var(--c_blue);
  font-weight: 500;
  margin-right: 1em;
}
main .wp-block-dl dd {
  word-break: break-word;
}
main .wp-block-image:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  main .wp-block-image:not(:first-child) {
    margin-top: 20px;
  }
}
main .wp-block-image img {
  max-width: 100%;
  height: auto;
}
main .wp-block-image .alignright {
  text-align: right;
}
main .wp-block-image .aligncenter {
  text-align: center;
}
main .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
main .wp-block-image .wp-element-caption {
  text-align: center;
  color: var(--c_blue);
  display: block;
  padding: 0;
  margin: 0.5em auto 1em;
  background: unset;
  font-weight: 500;
}
main .wp-block-button {
  /* __10_1: 矢印 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_2: 矢印（ホバー） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_2: 矢印（塗りつぶし） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-button > a,
main .wp-block-button > div {
  color: var(--black);
  border-radius: 0;
  background-color: #dbd8d8;
  padding: 20px 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  main .wp-block-button > a,
  main .wp-block-button > div {
    padding: 10px 40px;
  }
}
main .wp-block-button > a::before,
main .wp-block-button > div::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
main .wp-block-button > a:hover::before,
main .wp-block-button > div:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
main .wp-block-button > a > code,
main .wp-block-button > a > span,
main .wp-block-button > div > code,
main .wp-block-button > div > span {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
}
main .wp-block-button.is-style-arrow > a,
main .wp-block-button.is-style-arrow > div {
  border: none;
}
main .wp-block-button.is-style-arrow > a::before,
main .wp-block-button.is-style-arrow > div::before {
  width: inherit;
  height: inherit;
  background-image: unset;
  right: 0;
}
main .wp-block-button.is-style-arrow > a,
main .wp-block-button.is-style-arrow > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  background-color: transparent;
  background-image: url("../images/icon/arrw_b_R.svg");
  background-size: 40px 10px;
  background-repeat: no-repeat;
  background-position: center right;
  color: var(--black) !important;
  padding: 10px 68px 10px 3px;
}
@media only screen and (max-width: 960px) {
  main .wp-block-button.is-style-arrow > a,
  main .wp-block-button.is-style-arrow > div {
    background-size: 30px 10px;
    padding: 10px 58px 10px 3px;
  }
}
main .wp-block-button.is-style-arrow > a::before,
main .wp-block-button.is-style-arrow > div::before {
  top: inherit;
  bottom: -1px;
  width: 100%;
  height: 1px;
  -webkit-filter: inherit;
          filter: inherit;
  background-color: var(--black) !important;
}
main .wp-block-button.is-style-arrow > a::after,
main .wp-block-button.is-style-arrow > div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 1px;
  z-index: -1;
  background-color: var(--black) !important;
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
main .wp-block-button.is-style-arrow > a:hover::before, main .wp-block-button.is-style-arrow > a:hover::after,
main .wp-block-button.is-style-arrow > div:hover::before,
main .wp-block-button.is-style-arrow > div:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
main .wp-block-button.is-style-arrow-right a {
  background: none;
  border: none;
  padding: 30px 100px 30px 60px;
  text-decoration: none;
}
main .wp-block-button.is-style-arrow-right a::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  right: 0;
  left: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/icon/icon_button_arrow.svg);
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--c_blue);
  border-radius: 100vw;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main .wp-block-button.is-style-arrow-right a:hover {
  text-decoration: underline;
}
main .wp-block-button.is-style-arrow-right a:hover::before {
  width: 75px;
  height: 75px;
}
main .wp-block-button.is-style-background-arrow a {
  background: var(--c_light_blue);
  border-radius: 15px;
  padding: 20px 40px 20px 20px;
  text-decoration: none;
}
main .wp-block-button.is-style-background-arrow a::before, main .wp-block-button.is-style-background-arrow a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--black);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
main .wp-block-button.is-style-background-arrow a::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: inherit;
  -webkit-filter: none;
          filter: none;
}
main .wp-block-button.is-style-background-arrow a::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
main .wp-block-button.is-style-background-arrow a:hover {
  text-decoration: underline;
}
@property --zoom-factor {
  main {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
  }
}
main .wp-block-flexible-table-block-table {
  --_min-viewport-width: 640px; /* viewportの最小値を下回ったら縮小をやめる */
  --_max-viewport-width: 1280px; /* viewportの最大値を上回ったら拡大をやめる */
  --_zoom-value: clamp(
  	tan(atan2(var(--_min-viewport-width), var(--_max-viewport-width))),
  	tan(atan2(var(--zoom-factor), var(--_max-viewport-width))),
  	1
  );
  --zoom-factor: clamp(
  	var(--_min-viewport-width),100dvi,var(--_max-viewport-width)
  );
  zoom: var(--_zoom-value);
  -webkit-text-size-adjust: initial; /* iOS Safariのバグを修正 */
}
main .wp-block-flexible-table-block-table table.has-fixed-layout {
  border-color: var(--c_light_gray);
}
main .wp-block-flexible-table-block-table table.has-fixed-layout thead {
  border-color: var(--c_light_gray);
}
main .wp-block-flexible-table-block-table table.has-fixed-layout thead th,
main .wp-block-flexible-table-block-table table.has-fixed-layout thead td {
  border-color: var(--c_light_gray);
  font-size: 16px;
}
@media only screen and (max-width: 760px) {
  main .wp-block-flexible-table-block-table table.has-fixed-layout thead th,
  main .wp-block-flexible-table-block-table table.has-fixed-layout thead td {
    font-size: 25px;
  }
}
main .wp-block-flexible-table-block-table table.has-fixed-layout thead th {
  background: var(--c_blue);
  color: #fff;
  text-align: center;
}
main .wp-block-flexible-table-block-table table.has-fixed-layout tbody th,
main .wp-block-flexible-table-block-table table.has-fixed-layout tbody td {
  border-color: var(--c_light_gray);
  font-size: 16px;
}
@media only screen and (max-width: 760px) {
  main .wp-block-flexible-table-block-table table.has-fixed-layout tbody th,
  main .wp-block-flexible-table-block-table table.has-fixed-layout tbody td {
    font-size: 22px;
  }
}
main .wp-block-flexible-table-block-table table.has-fixed-layout tbody th {
  background: var(--c_bg);
  text-align: center;
}
@media only screen and (max-width: 760px) {
  main .wp-block-flexible-table-block-table table.has-fixed-layout tbody th {
    font-size: 25px;
  }
}
main .wp-block-flexible-table-block-table.no-zoom {
  zoom: normal;
}
@media only screen and (max-width: 760px) {
  main .wp-block-flexible-table-block-table.no-zoom table.has-fixed-layout thead th, main .wp-block-flexible-table-block-table.no-zoom table.has-fixed-layout thead td {
    font-size: 18px;
  }
  main .wp-block-flexible-table-block-table.no-zoom table.has-fixed-layout tbody th, main .wp-block-flexible-table-block-table.no-zoom table.has-fixed-layout tbody td {
    font-size: 15px;
  }
}
main .wp-block-flexible-table-block-table.js-scrollable {
  overflow: auto;
}
main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout {
  white-space: nowrap;
}
main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout thead th, main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout thead td {
  white-space: break-spaces;
}
main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout tbody th, main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout tbody td {
  white-space: break-spaces;
}
@media only screen and (max-width: 760px) {
  main .wp-block-flexible-table-block-table.js-scrollable {
    zoom: inherit;
  }
  main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout {
    min-width: 750px;
  }
  main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout thead th, main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout thead td {
    font-size: 18px;
  }
  main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout tbody th, main .wp-block-flexible-table-block-table.js-scrollable table.has-fixed-layout tbody td {
    font-size: 15px;
  }
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

a {
  color: var(--black);
  text-decoration: underline;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
a:hover {
  opacity: 0.8;
}

#wrapper {
  min-height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (max-width: 760px) {
  #wrapper {
    min-height: 100vh;
  }
}

:where([id], :focus) {
  scroll-margin-block-start: var(--header-block-size, 80px);
  scroll-margin-block-start: 10rem;
}

@media only screen and (max-width: 760px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 760px) {
  .nopc {
    display: block;
  }
}

.anchor {
  display: block;
  padding-top: 12rem;
  margin-top: -12rem;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .anchor {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }
}

.nopost {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.nopost-wrapper {
  width: 100%;
  padding: 6rem 0;
}
@media only screen and (max-width: 760px) {
  .nopost-wrapper {
    padding: 3rem 0;
  }
}

.main {
  position: relative;
  z-index: 1;
}

.container {
  padding: 0 10rem;
}
@media screen and (min-width: 1441px) {
  .container {
    max-width: var(--max-width);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 760px) {
  .container {
    padding: 0 2rem;
  }
}

.container.grid {
  --rowgap: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--rowgap) 5rem;
}
@media only screen and (max-width: 760px) {
  .container.grid {
    grid-template-columns: repeat(6, 1fr);
    gap: var(--rowgap) 2rem;
  }
}
.container.grid > * {
  display: grid;
  grid-column: var(--column, 1/13);
  grid-row: var(--row);
}
@media only screen and (max-width: 760px) {
  .container.grid > * {
    grid-column: var(--column, 1/7);
  }
}

.line {
  width: calc(100% - 4rem);
  height: 1px;
  background-color: var(--black);
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}

.vector01 {
  width: 100%;
  aspect-ratio: 1440/417;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.6rem;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .vector01 {
    aspect-ratio: 750/330;
    bottom: 20rem;
  }
}
.vector01::before {
  content: "";
  display: block;
  background-image: url(../images/common/vector01.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .vector01::before {
    background-image: url(../images/common/vector01-sp.svg);
  }
}

.vector02 {
  width: 100%;
  aspect-ratio: 1440/417;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .vector02 {
    aspect-ratio: 375/139;
  }
}
.vector02::before {
  content: "";
  display: block;
  background-image: url(../images/common/vector02.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .vector02::before {
    background-image: url(../images/common/vector02-sp.svg);
  }
}

.vector02.--white::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.vector03 {
  width: 100%;
  aspect-ratio: 1440/417;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.vector03::before {
  content: "";
  display: block;
  background-image: url(../images/common/vector03.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  .vector03::before {
    background-image: url(../images/common/vector03-sp.svg);
  }
}

.vector03.--white::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.text_color {
  background: var(--theme, linear-gradient(180deg, #364e54 0%, #78acba 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-ttl .ttl__text, .page-ttl.--recruit .text {
  display: grid;
  gap: 1rem;
  color: var(--navy);
}
.page-ttl .ttl__text .title, .page-ttl.--recruit .text .title {
  font-family: var(--mincho);
  font-size: 5rem;
  font-weight: 500;
  line-height: 130%; /* 78px */
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__text .title, .page-ttl.--recruit .text .title {
    font-size: 2.4rem;
  }
}
.page-ttl .ttl__text .en, .page-ttl.--recruit .text .en {
  text-transform: lowercase;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__text .en, .page-ttl.--recruit .text .en {
    font-size: 1rem;
  }
}

.headline3 {
  font-family: var(--mincho);
  font-size: 10rem;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .headline3 {
    font-size: 7rem;
  }
}
.headline3 span {
  font-size: 0.5em;
}

.p-numbers02 .headline, .p-careerup03 .headline, .p-careerup02 .headline, .p-careerup01 .headline, .p-recruitment01 .headline, .p-job01 .headline, .headline4 {
  display: grid;
  gap: 2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .headline, .p-careerup03 .headline, .p-careerup02 .headline, .p-careerup01 .headline, .p-recruitment01 .headline, .p-job01 .headline, .headline4 {
    padding-bottom: 3rem;
  }
}
.p-numbers02 .headline .label, .p-careerup03 .headline .label, .p-careerup02 .headline .label, .p-careerup01 .headline .label, .p-recruitment01 .headline .label, .p-job01 .headline .label, .headline4 .label {
  color: var(--navy);
  font-family: var(--mincho);
  font-size: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .headline .label, .p-careerup03 .headline .label, .p-careerup02 .headline .label, .p-careerup01 .headline .label, .p-recruitment01 .headline .label, .p-job01 .headline .label, .headline4 .label {
    font-size: 2.1rem;
  }
}
.p-numbers02 .headline .lead, .p-careerup03 .headline .lead, .p-careerup02 .headline .lead, .p-careerup01 .headline .lead, .p-recruitment01 .headline .lead, .p-job01 .headline .lead, .headline4 .lead {
  color: var(--navy);
  font-size: 3rem;
  font-family: var(--mincho);
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .headline .lead, .p-careerup03 .headline .lead, .p-careerup02 .headline .lead, .p-careerup01 .headline .lead, .p-recruitment01 .headline .lead, .p-job01 .headline .lead, .headline4 .lead {
    font-size: 2rem;
  }
}

.map {
  position: relative;
  width: 100%;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.anchor_target {
  margin-top: -20rem;
  padding-top: 20rem;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .anchor_target {
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

.gradient_border {
  background: #f6c2d3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
  background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  border-radius: 8rem 0 0 0;
  padding: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .gradient_border {
    border-radius: 4rem 0 0 0;
    padding: 2px;
  }
}
.gradient_border > * {
  background: #fff;
  padding: 4rem;
  border-radius: 7.7rem 0 0 0;
}
@media only screen and (max-width: 760px) {
  .gradient_border > * {
    border-radius: 3.8rem 0 0 0;
  }
}

.p-other-interview, .p-numbers03, .p-careerup03, .p-recruitment02, .p-job02, .bg_03 {
  padding-block: 8rem 38rem;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-other-interview, .p-numbers03, .p-careerup03, .p-recruitment02, .p-job02, .bg_03 {
    padding-block: 4rem 24rem;
  }
}
.p-other-interview:before, .p-numbers03:before, .p-careerup03:before, .p-recruitment02:before, .p-job02:before, .bg_03:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  width: 90%;
  aspect-ratio: 1760/670;
  background-image: url(../images/recruit/sub/bg_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 760px) {
  .p-other-interview:before, .p-numbers03:before, .p-careerup03:before, .p-recruitment02:before, .p-job02:before, .bg_03:before {
    background-image: url(../images/recruit/sub/bg_03-sp.webp);
    background-size: cover;
    width: 100%;
    height: 22rem;
    bottom: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: aside */
.aside {
  position: fixed;
  left: 0;
  width: 5rem;
  height: 100vh;
  display: grid;
  place-content: center;
  place-items: center;
  gap: clamp(5rem, 100 / var(--width) * 100vw, 100px);
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  .aside {
    display: none;
  }
}
.aside .lead {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 0;
  font-family: Lato;
  font-size: 1.8rem;
  font-size: clamp(0.9rem, 18 / var(--width) * 100vw, 18px);
}
.aside .lead span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.aside .sns_link {
  display: grid;
  gap: 2rem;
}
.aside .sns_link .label {
  display: none;
}
.aside .logo a {
  display: grid;
}
.aside .logo svg {
  width: 2rem;
  max-width: 20px;
  aspect-ratio: 1/1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクロールヒント */
.scroll-hint-icon-svg {
  position: absolute;
  inset: 0;
  right: 5%;
  left: auto;
  margin: auto;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: block;
  background-image: url(../images/hint.svg);
  background-size: contain;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon-svg {
  opacity: 1;
}

.scroll-hint-text {
  display: none;
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* pages */
/* 目次 */
/* __00: 共通設定 */
/* __10: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: top mv */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes titleLeftView {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes titleLeftView {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes reveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes reveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes windFlow {
  0% {
    -webkit-mask-position: 0% 0%;
  }
  30% {
    -webkit-mask-position: 30% 0%;
  }
  60% {
    -webkit-mask-position: 35% 0%;
  }
  100% {
    -webkit-mask-position: 100% 0%;
  }
}
@keyframes windFlow {
  0% {
    -webkit-mask-position: 0% 0%;
  }
  30% {
    -webkit-mask-position: 30% 0%;
  }
  60% {
    -webkit-mask-position: 35% 0%;
  }
  100% {
    -webkit-mask-position: 100% 0%;
  }
}
@-webkit-keyframes curveWave {
  0% {
    -webkit-transform: scaleY(1) skewY(0deg);
            transform: scaleY(1) skewY(0deg);
  }
  50% {
    -webkit-transform: scaleY(1.03) skewY(1.5deg);
            transform: scaleY(1.03) skewY(1.5deg);
  }
  100% {
    -webkit-transform: scaleY(1) skewY(0deg);
            transform: scaleY(1) skewY(0deg);
  }
}
@keyframes curveWave {
  0% {
    -webkit-transform: scaleY(1) skewY(0deg);
            transform: scaleY(1) skewY(0deg);
  }
  50% {
    -webkit-transform: scaleY(1.03) skewY(1.5deg);
            transform: scaleY(1.03) skewY(1.5deg);
  }
  100% {
    -webkit-transform: scaleY(1) skewY(0deg);
            transform: scaleY(1) skewY(0deg);
  }
}
@-webkit-keyframes copyReveal {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes copyReveal {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
.t-mv {
  /* ← animation 後に追加されるクラスで transition を定義 */
  /* スクロールで非表示になるとき */
}
.t-mv .hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/mv/background.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none; /* マウスイベント無効化（風画像などとの干渉を防ぐ） */
}
.t-mv .wind {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .t-mv .wind {
    width: 1100px;
    left: -35%;
  }
}
.t-mv .wind-center {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.1%, black), color-stop(99.9%, black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 0.1%, black 99.9%, transparent 100%);
  -webkit-mask-size: 400% 100%;
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat;
  /* 初期は非表示（clip）から左→右へフェードイン */
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation-name: reveal, windFlow, curveWave;
          animation-name: reveal, windFlow, curveWave;
  -webkit-animation-timing-function: ease-out, ease-in-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out, ease-in-out;
  -webkit-animation-fill-mode: forwards, none, none;
          animation-fill-mode: forwards, none, none;
  -webkit-animation-iteration-count: 1, infinite, infinite;
          animation-iteration-count: 1, infinite, infinite;
}
.t-mv .wind1 {
  top: 15%;
  height: 495px;
}
.t-mv .wind1 .wind-center {
  background-image: url("../images/mv/wind1.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0s, 0s, 0s;
          animation-delay: 0s, 0s, 0s;
  -webkit-animation-duration: 1s, 10s, 6s;
          animation-duration: 1s, 10s, 6s;
}
@media only screen and (max-width: 760px) {
  .t-mv .wind1 {
    top: 0;
  }
}
.t-mv .wind2 {
  top: 35%;
  height: 399px;
}
.t-mv .wind2 .wind-center {
  background-image: url("../images/mv/wind2.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.3s, 1.5s, 1s;
          animation-delay: 0.3s, 1.5s, 1s;
  -webkit-animation-duration: 1s, 14s, 8s;
          animation-duration: 1s, 14s, 8s;
}
@media only screen and (max-width: 760px) {
  .t-mv .wind2 {
    top: 25%;
  }
}
.t-mv .wind3 {
  top: 25%;
  height: 578px;
}
.t-mv .wind3 .wind-center {
  background-image: url("../images/mv/wind3.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.5s, 2.2s, 0.6s;
          animation-delay: 0.5s, 2.2s, 0.6s;
  -webkit-animation-duration: 1s, 11s, 5s;
          animation-duration: 1s, 11s, 5s;
}
@media only screen and (max-width: 760px) {
  .t-mv .wind3 {
    top: 17%;
  }
}
.t-mv .wind4 {
  top: 40%;
  height: 237px;
}
.t-mv .wind4 .wind-center {
  background-image: url("../images/mv/wind4.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.7s, 3.5s, 2s;
          animation-delay: 0.7s, 3.5s, 2s;
  -webkit-animation-duration: 1s, 13s, 7s;
          animation-duration: 1s, 13s, 7s;
}
@media only screen and (max-width: 760px) {
  .t-mv .wind4 {
    top: 35%;
  }
}
.t-mv .copy {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}
.t-mv .copy p {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: copyReveal 0.8s ease-out forwards;
          animation: copyReveal 0.8s ease-out forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  color: white;
  font-family: var(--mincho-c);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}
.t-mv .copy p.copy1 {
  font-size: clamp(2.35rem, 3.2638888889vw, 4.7rem);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.t-mv .copy p.copy2 {
  font-size: clamp(1.8rem, 2.5vw, 3.6rem);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 760px) {
  .t-mv .copy {
    top: 45%;
    left: 15%;
  }
  .t-mv .copy p.copy1 {
    font-size: clamp(1.95rem, 39 / var(--width) * 100vw, 7.8rem);
    line-height: 1.4;
  }
  .t-mv .copy p.copy2 {
    font-size: clamp(1.4rem, 28 / var(--width) * 100vw, 5.6rem);
  }
}
.t-mv .copy-visible {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.t-mv .copy-hidden {
  opacity: 0 !important;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}
.t-mv .name {
  color: var(--c_blue);
  font-family: var(--font-family_c);
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  letter-spacing: 0.5em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 100px;
  left: 2.5vw;
}
@media only screen and (max-width: 760px) {
  .t-mv .name {
    font-size: clamp(0.85rem, 17 / var(--width) * 100vw, 3.4rem);
  }
}

.content-section {
  position: relative;
  z-index: 2; /* heroの下に入らないように前面に */
  background: white;
  padding: 0px;
  padding-bottom: 10rem;
  text-align: center;
}
.content-section .container {
  padding-top: 10rem;
}
@media only screen and (max-width: 760px) {
  .content-section .container {
    padding-top: 6rem;
  }
}
.content-section .title-section {
  margin-bottom: 3rem;
  text-align: left;
}
.content-section .title-section .ja {
  display: block;
  font-size: clamp(1.25rem, 1.7361111111vw, 2.5rem);
}
.content-section .title-section .en {
  color: var(--c_blue);
  display: block;
  font-size: clamp(0.85rem, 1.1805555556vw, 1.7rem);
}
@media only screen and (max-width: 760px) {
  .content-section .title-section {
    margin-bottom: 1rem;
  }
  .content-section .title-section .ja {
    font-size: clamp(1.05rem, 21 / var(--width) * 100vw, 4.2rem);
  }
  .content-section .title-section .en {
    font-size: clamp(0.7rem, 14 / var(--width) * 100vw, 2.8rem);
  }
}
.content-section .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.content-section .container-fluid a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.content-section .container-fluid a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(73, 96, 126)), to(rgba(73, 96, 126, 0)));
  background: -webkit-linear-gradient(bottom, rgb(73, 96, 126) 0%, rgba(73, 96, 126, 0) 100%);
  background: linear-gradient(0deg, rgb(73, 96, 126) 0%, rgba(73, 96, 126, 0) 100%);
  mix-blend-mode: multiply;
}
.content-section .container-fluid a .button {
  position: absolute;
  right: 0;
  bottom: 5%;
}
.content-section .container-fluid a:hover .button .arrow {
  background: var(--c_blue);
  width: 80px;
  height: 80px;
}
.content-section .container-fluid a:hover .button .arrow::before, .content-section .container-fluid a:hover .button .arrow::after {
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .content-section .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-section .container-fluid a {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    height: 35vh;
    overflow: hidden;
  }
  .content-section .container-fluid a .button {
    right: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-section .container-fluid a::before {
    height: 55%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: vision */
.t-vision .overlay-section {
  position: relative;
  height: 100vh;
  margin-top: 100vh; /* heroの高さぶん余白確保 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 122, 200, 0)), color-stop(70%, rgba(64, 122, 200, 0.6)), to(rgb(64, 122, 200)));
  background: -webkit-linear-gradient(top, rgba(64, 122, 200, 0) 0%, rgba(64, 122, 200, 0.6) 70%, rgb(64, 122, 200) 100%);
  background: linear-gradient(to bottom, rgba(64, 122, 200, 0) 0%, rgba(64, 122, 200, 0.6) 70%, rgb(64, 122, 200) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  z-index: 1;
}
.t-vision .overlay-section.show .message-block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 760px) {
  .t-vision .overlay-section {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.t-vision .message-block {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-align: center;
}
.t-vision .message-block p {
  font-size: clamp(1rem, 1.3888888889vw, 2rem);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  line-height: 2;
}
@media only screen and (max-width: 760px) {
  .t-vision .message-block {
    margin: auto;
    text-align: left;
  }
  .t-vision .message-block p {
    font-size: clamp(1.275rem, 4.5333333333vw, 1.7rem);
  }
}
.t-vision .button {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 760px) {
  .t-vision .button {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: business */
.t-business .tab-container {
  position: relative;
  height: 40vw;
}
@media only screen and (max-width: 760px) {
  .t-business .tab-container {
    height: 600px;
  }
}
.t-business .tab-link {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15rem;
}
.t-business .tab-link li {
  display: block;
}
.t-business .tab-link li a {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1rem, 1.3888888889vw, 2rem);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}
.t-business .tab-link li a svg {
  aspect-ratio: 30/9;
  width: 30px;
}
.t-business .tab-link li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.t-business .tab-link li a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 760px) {
  .t-business .tab-link {
    width: 90%;
    height: 50%;
    top: inherit;
    bottom: 5%;
    left: 0;
    margin: auto;
    padding: 0;
  }
  .t-business .tab-link li a {
    font-size: clamp(1.5rem, 5.3333333333vw, 2rem);
    padding: 5px 0;
  }
}
.t-business .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  will-change: opacity, visibility;
}
.t-business .tab-content div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 40vw;
}
.t-business .tab-content div:nth-child(2) {
  -webkit-filter: blur(37px);
          filter: blur(37px);
}
.t-business .tab-content.selected {
  opacity: 1;
  visibility: visible;
  display: grid;
  grid-template-columns: 40% 60%;
}
@media only screen and (max-width: 760px) {
  .t-business .tab-content div {
    height: 100%;
  }
  .t-business .tab-content.selected {
    grid-template-columns: 1fr;
    grid-template-rows: 40% 60%;
    min-height: 600px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: solution */
.t-solution .container-fluid {
  background: url(../images/corporate/top/solution.webp) no-repeat center bottom 25%/cover;
  overflow: hidden;
  position: relative;
}
.t-solution .container-fluid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(79, 109, 149)), color-stop(80%, rgba(79, 109, 149, 0.6)), to(rgba(79, 109, 149, 0)));
  background: -webkit-linear-gradient(left, rgb(79, 109, 149) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
  background: linear-gradient(90deg, rgb(79, 109, 149) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 760px) {
  .t-solution .container-fluid {
    background-size: auto;
    background-position: left 25% bottom 20%;
  }
  .t-solution .container-fluid::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(79, 109, 149, 0.8)), color-stop(80%, rgba(79, 109, 149, 0.6)), to(rgba(79, 109, 149, 0)));
    background: -webkit-linear-gradient(left, rgba(79, 109, 149, 0.8) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
    background: linear-gradient(90deg, rgba(79, 109, 149, 0.8) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
  }
}
.t-solution a {
  color: white;
  text-decoration: none;
  padding: 12rem 10rem 20rem;
}
.t-solution a p {
  position: relative;
  text-align: left;
}
.t-solution a .text1 {
  font-size: clamp(1.75rem, 2.4305555556vw, 3.5rem);
  margin-bottom: 2rem;
}
.t-solution a .button {
  right: 1em !important;
}
.t-solution a::before {
  content: none !important;
}
@media only screen and (max-width: 960px) {
  .t-solution a {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 760px) {
  .t-solution a {
    height: auto !important;
    padding: 8rem 2rem 20rem;
  }
  .t-solution a .text1 {
    font-size: clamp(1.8rem, 6.4vw, 2.4rem);
    margin-bottom: 4rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: news */
.t-news .container {
  padding-bottom: 10rem;
  position: relative;
}
.t-news .button-wrapper {
  position: absolute;
  bottom: 10rem;
  left: 10rem;
}
@media only screen and (max-width: 760px) {
  .t-news .button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3rem;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: recruit */
.t-recruit img {
  width: 100%;
}
.t-recruit a {
  display: block;
  position: relative;
  text-decoration: none;
}
.t-recruit a .type_recruit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--c_blue);
  max-width: 300px;
  min-height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em 0 3em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  width: 25%;
}
.t-recruit a .type_recruit .label {
  color: white;
}
.t-recruit a .type_recruit .label::after {
  content: none;
}
.t-recruit a .type_recruit .arrow {
  background: white;
  border-radius: 100vw;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.t-recruit a .type_recruit .arrow::before, .t-recruit a .type_recruit .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c_blue);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.t-recruit a .type_recruit .arrow::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.t-recruit a .type_recruit .arrow::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.t-recruit a:hover .type_recruit {
  background: white;
}
.t-recruit a:hover .type_recruit .label {
  color: var(--c_blue);
}
.t-recruit a:hover .type_recruit .arrow {
  background: var(--c_blue);
}
.t-recruit a:hover .type_recruit .arrow::before, .t-recruit a:hover .type_recruit .arrow::after {
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .t-recruit a .type_recruit {
    width: 90%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* lower */
/* 目次 */
/* __00: 共通設定 */
/* __10: corporate固定ページ共通設定 */
/* __20: lowerファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.block .grid {
  display: grid;
}
.block .grid.--media_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5rem;
}
@media only screen and (max-width: 960px) {
  .block .grid.--media_text {
    gap: 3rem;
  }
}
@media only screen and (max-width: 760px) {
  .block .grid.--media_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block .grid.--media_text .image {
  max-width: 550px;
  width: 38.1944444444vw;
  aspect-ratio: 1/0.672;
}
@media only screen and (max-width: 960px) {
  .block .grid.--media_text .image {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.block .grid.--media_text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block .grid.--media_text .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* __10: corporate固定ページ共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.page.corporate {
  font-family: var(--font-family_c);
  font-weight: 400;
}
.page.corporate .section-title {
  font-size: clamp(1.5rem, 2.0833333333vw, 3rem);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.page.corporate p {
  line-height: 2;
}
.page.corporate .mapLink {
  padding-left: 1.5em;
  position: relative;
}
.page.corporate .mapLink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 16px;
  background: url(../images/icon/icon-map-b.svg) no-repeat center/cover;
}
.page.corporate .seCborder {
  border-top: 1px solid var(--c_light_blue);
  position: relative;
}
.page.corporate .seCborder::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  top: -1.5px;
  left: 0;
  background: var(--c_blue);
}
@media only screen and (max-width: 760px) {
  .page.corporate .entry__header {
    margin-top: 5rem;
  }
  .page.corporate .section-title {
    font-size: clamp(1.65rem, 5.8666666667vw, 2.2rem);
  }
  .page.corporate .mapLink {
    display: block;
  }
}

/* __20: lowerファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-vision */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-vision */
.--vision01 .txt .section-title:last-of-type {
  margin-top: 3rem;
}
.--vision01 .txt p + p {
  margin-top: 1rem;
}
.--vision01 .name {
  font-size: clamp(1.15rem, 1.5972222222vw, 2.3rem);
  line-height: 1.4;
  margin-top: 2rem;
  text-align: right;
}
.--vision01 .name span {
  font-size: 70%;
}
@media only screen and (max-width: 760px) {
  .--vision01 .container {
    padding: 0;
  }
  .--vision01 .img {
    margin: auto;
    width: 80%;
  }
  .--vision01 .txt {
    margin-top: 0;
  }
  .--vision01 .name {
    font-size: clamp(1.275rem, 4.5333333333vw, 1.7rem);
  }
}

.--vision02 {
  padding: 10rem 0;
}
.--vision02 .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.--vision02 .flex > * {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.--vision02 .flex .img {
  margin: 0 auto 0 -15vw;
  width: calc(50% + 15vw);
}
.--vision02 .flex .txt {
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .--vision02 {
    padding: 5rem 0;
  }
  .--vision02 .container {
    padding: 0;
  }
  .--vision02 .flex .img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .--vision02 .flex .txt {
    width: 100%;
  }
}

.--vision03 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 71, 134, 0.8)), to(rgba(18, 178, 218, 0.8)));
  background: -webkit-linear-gradient(top, rgba(6, 71, 134, 0.8) 0%, rgba(18, 178, 218, 0.8) 100%);
  background: linear-gradient(180deg, rgba(6, 71, 134, 0.8) 0%, rgba(18, 178, 218, 0.8) 100%);
  color: white;
  margin: 0 calc(50% - 50vw);
  padding: 10rem 0;
  width: 100vw;
}
.--vision03 .container {
  padding: 0 25rem;
}
@media only screen and (max-width: 760px) {
  .--vision03 {
    padding: 5rem 2rem;
  }
  .--vision03 .container {
    padding: 0;
  }
}

.--vision04 {
  margin: 10rem 0;
}
.--vision04 .flex + .flex {
  margin-top: 10rem;
}
.--vision04 .flex:first-of-type {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.--vision04 .flex:nth-of-type(2) .img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.--vision04 .flex:nth-of-type(2) .img img {
  width: 75%;
}
.--vision04 .flex:nth-of-type(2) dl {
  margin-top: 2rem;
}
.--vision04 .flex:nth-of-type(2) dl dt {
  font-size: clamp(1.25rem, 1.7361111111vw, 2.5rem);
  margin-bottom: 1rem;
}
.--vision04 .flex:nth-of-type(3) .img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.--vision04 .flex:nth-of-type(3) .img img {
  width: 80%;
}
@media only screen and (max-width: 760px) {
  .--vision04 {
    margin: 5rem 0;
  }
  .--vision04 .container {
    padding: 0;
  }
  .--vision04 .flex + .flex {
    margin-top: 5rem;
  }
  .--vision04 .flex:nth-of-type(2) dl dt {
    font-size: clamp(1.5rem, 5.3333333333vw, 2rem);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-company */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-company */
/* index: page-history */
.--company {
  padding: 10rem 0;
}
.--company .container {
  padding: 0;
}
.--company table {
  margin-left: auto;
  width: 70%;
}
.--company table th {
  color: var(--c_blue);
  font-weight: 500;
  width: 30%;
}
.--company table td {
  padding-bottom: 2rem;
  width: 70%;
}
.--company table tr:last-of-type td {
  padding-bottom: 0;
}
.--company table ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.--company table ul li span:nth-of-type(1) {
  width: 200px;
}
.--company table ul li span:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.--company table ul.pL1 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.--company table .button-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.--company:nth-of-type(1) {
  padding-top: 0;
}
@media only screen and (max-width: 960px) {
  .--company table {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 760px) {
  .--company {
    padding: 3rem 0;
  }
  .--company table {
    width: 100%;
  }
  .--company table th {
    display: block;
    padding-bottom: 0.5rem;
    width: 100%;
  }
  .--company table td {
    display: block;
    width: 100%;
  }
  .--company table ul li span:nth-of-type(1) {
    width: 150px;
  }
  .--company table .button-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  .--company.seCborder table ul li span:nth-of-type(1) {
    width: 100px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-location */
.location {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* index: page-location */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.location .block .container {
  padding: 0 0 5rem;
}
@media only screen and (max-width: 760px) {
  .location .block .container {
    padding-bottom: 2rem;
  }
}
.location .block .sec-wrapper {
  display: grid;
  gap: 1rem;
  margin: 0 0 0 auto;
  width: 80%;
}
@media only screen and (max-width: 960px) {
  .location .block .sec-wrapper {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 760px) {
  .location .block .sec-wrapper {
    width: 100%;
  }
}
.location .block .mapBox {
  margin: 2rem 0;
  position: relative;
  padding: 35% 0 0;
}
.location .block .mapBox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  .location .block .mapBox {
    margin: 1rem auto;
    padding: 45% 0 0;
  }
}
.location .block dl {
  display: grid;
  grid-template-columns: 200px auto;
}
.location .block dl dt {
  font-weight: 600;
}
@media only screen and (max-width: 760px) {
  .location .--location01 dl {
    grid-template-columns: 1fr;
  }
  .location .--location01 dl:nth-of-type(1) dt {
    display: none;
  }
}
.location .--location02 .container {
  padding: 8rem 0;
}
@media only screen and (max-width: 760px) {
  .location .--location02 .container {
    padding: 3rem 0;
  }
}
.location .--location02 dl {
  border-bottom: 1px solid var(--c_light_blue);
  padding: 3rem 0;
}
@media only screen and (max-width: 760px) {
  .location .--location02 dl {
    grid-template-columns: 100px auto;
    padding: 2rem 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: post-type-archive-business */
.archive-business {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: 製品・サービス トップ */
}
@media only screen and (max-width: 760px) {
  .archive-business .entry__header {
    margin-top: 7rem;
  }
}
.archive-business .business-categories li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/corporate/top/business-1.webp) no-repeat center/cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 350px;
  position: relative;
  text-decoration: none;
}
.archive-business .business-categories li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(79, 109, 149)), color-stop(80%, rgba(79, 109, 149, 0.6)), to(rgba(79, 109, 149, 0)));
  background: -webkit-linear-gradient(left, rgb(79, 109, 149) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
  background: linear-gradient(90deg, rgb(79, 109, 149) 0%, rgba(79, 109, 149, 0.6) 80%, rgba(79, 109, 149, 0) 100%);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 760px) {
  .archive-business .business-categories li a {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
  }
  .archive-business .business-categories li a::before {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: calc(100% - 200px);
  }
}
.archive-business .business-categories li .desc {
  color: white;
  height: 100%;
  position: relative;
  padding: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.archive-business .business-categories li .desc .name {
  font-size: clamp(1.5rem, 2.0833333333vw, 3rem);
  margin-bottom: 1.5rem;
}
.archive-business .business-categories li .desc .description {
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  line-height: 2;
}
.archive-business .business-categories li .desc .type__corporate {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 760px) {
  .archive-business .business-categories li .desc {
    gap: 2rem;
    padding: 5%;
  }
  .archive-business .business-categories li .desc .name {
    font-size: clamp(1.65rem, 5.8666666667vw, 2.2rem);
  }
  .archive-business .business-categories li .desc .description {
    font-size: clamp(1.05rem, 3.7333333333vw, 1.4rem);
  }
}
.archive-business .business-categories li.term-engneering a {
  background-image: url(../images/corporate/top/business-2.webp);
}
.archive-business .business-categories li.term-medical a {
  background-image: url(../images/corporate/top/business-3.webp);
}
.archive-business .business-categories li.term-gastoo a {
  background-image: url(../images/corporate/top/business-4.webp);
}
.archive-business .business-categories li.term-si a {
  background-image: url(../images/corporate/top/business-8.webp);
}
@media only screen and (max-width: 760px) {
  .archive-business .business-categories li.term-si a {
    background-image: url(../images/corporate/top/business-8_sp.webp);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品・サービス　カテゴリートップ */
.archive-taxonomy-business {
  font-family: var(--font-family_c);
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .entry__header {
    margin-top: 5rem;
  }
}
.archive-taxonomy-business .specific-page-content {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3rem;
  }
}
.archive-taxonomy-business .taxonomy-list {
  padding-top: 8rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .taxonomy-list {
    padding-top: 5rem;
  }
}
.archive-taxonomy-business .term-editor_top {
  margin-bottom: 5em;
}
.archive-taxonomy-business .term-editor_bottom {
  margin-top: 5em;
}
.archive-taxonomy-business .sec-ttl {
  font-size: clamp(1.5rem, 2.0833333333vw, 3rem);
  font-weight: 400;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .sec-ttl {
    font-size: clamp(1.725rem, 6.1333333333vw, 2.3rem);
  }
}
.archive-taxonomy-business .term-list,
.archive-taxonomy-business .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .term-list,
  .archive-taxonomy-business .product-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.archive-taxonomy-business .term-list li a,
.archive-taxonomy-business .product-list li a {
  display: block;
  text-decoration: none;
}
.archive-taxonomy-business .term-list li a .term-thumbnail,
.archive-taxonomy-business .product-list li a .term-thumbnail {
  position: relative;
  width: 100%;
  min-height: 220px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.archive-taxonomy-business .term-list li a .term-thumbnail img,
.archive-taxonomy-business .product-list li a .term-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.archive-taxonomy-business .term-list li a .term-name,
.archive-taxonomy-business .product-list li a .term-name {
  font-size: clamp(1rem, 1.3888888889vw, 2rem);
}
.archive-taxonomy-business .term-list li a:hover .term-thumbnail img,
.archive-taxonomy-business .product-list li a:hover .term-thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-business .term-list li a .term-thumbnail,
  .archive-taxonomy-business .product-list li a .term-thumbnail {
    min-height: 15vh;
    margin-bottom: 1rem;
  }
  .archive-taxonomy-business .term-list li a .term-name,
  .archive-taxonomy-business .product-list li a .term-name {
    font-size: clamp(1.125rem, 4vw, 1.5rem);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品・サービス　詳細ページ */
@media only screen and (max-width: 760px) {
  .single-business .entry__header {
    margin-top: 5rem;
  }
}
.single-business .post__container .title h1 {
  border-left: solid 5px var(--c_blue);
  color: var(--c_blue);
  font-size: 3.3rem;
  line-height: 2;
  margin-bottom: 0;
  padding: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .single-business .post__container .title h1 {
    border-width: 3px;
    font-size: 2.3rem;
    line-height: 1.4;
    padding: 0.3rem 0 0.4rem 1rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-csr */
/* page-sdgs */
.csr {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* index: page-csr */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* index: page-sdgs */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.csr .block .container {
  padding: 0;
}
.csr .block .sec-wrapper {
  display: grid;
  gap: 2rem;
  margin: 0 0 0 auto;
  width: 70%;
}
.csr .block .sec-wrapper ol li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 760px) {
  .csr .block .sec-wrapper {
    width: 100%;
  }
}
.csr .block .section-block {
  display: grid;
  grid-template-columns: 150px auto;
}
.csr .block .section-block > p {
  font-weight: 600;
}
.csr .block .section-block .block-content {
  display: grid;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .csr .block .section-block {
    grid-template-columns: 1fr;
  }
}
.csr .block + .block {
  padding: 5rem 0;
}
@media only screen and (max-width: 760px) {
  .csr .block + .block {
    padding: 2rem 0;
  }
}
.csr .block.--csr07 {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 760px) {
  .csr .block.--csr07 {
    padding-bottom: 5rem;
  }
}
.csr .--csrHead {
  padding: 0 0 8rem;
}
.csr .--csrHead .button-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 300px 300px;
  gap: 10rem;
  margin-top: 10rem;
}
.csr .--csrHead .type__corporate .label {
  color: var(--black);
}
.csr .--csrHead .type__corporate .arrow {
  background: var(--c_blue);
}
.csr .--csrHead .type__corporate .arrow::before, .csr .--csrHead .type__corporate .arrow::after {
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .csr .--csrHead {
    padding: 0 0 3rem;
  }
  .csr .--csrHead .button-flex {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
  }
}
.csr.sdgs .--csrHead {
  max-width: 620px;
  margin: auto;
}
.csr.sdgs .sec-wrapper {
  width: 80%;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .sec-wrapper {
    width: 100%;
  }
}
.csr.sdgs .sdgs-flex {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 5rem;
  margin: 3rem auto;
}
.csr.sdgs .sdgs-flex ul li {
  margin-bottom: 1rem;
}
.csr.sdgs .sdgs-flex ul li span {
  display: table-cell;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .sdgs-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .csr.sdgs .sdgs-flex img {
    margin: auto;
    width: 100px;
  }
}
.csr.sdgs .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.csr.sdgs .img-flex * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.csr.sdgs .img-flex figure {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .img-flex {
    gap: 3rem;
  }
  .csr.sdgs .img-flex figure {
    gap: 1rem;
  }
}
.csr.sdgs .--sdgs01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  max-width: 600px;
  margin: 3rem auto 0 0;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs01 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}
.csr.sdgs .--sdgs02 .img-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 200px 250px;
  gap: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs02 .img-flex {
    grid-template-columns: 4fr 5fr;
    gap: 3rem;
  }
}
.csr.sdgs .--sdgs03 .img-flex {
  margin: auto;
  max-width: 750px;
}
.csr.sdgs .--sdgs04 .img-flex {
  margin: auto;
  max-width: 350px;
}
.csr.sdgs .--sdgs06 {
  overflow: hidden;
}
.csr.sdgs .--sdgs06 .img-flex {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  display: grid;
  grid-template-columns: var(--hl-w1) var(--hl-w2);
  gap: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.csr.sdgs .--sdgs06 .img-flex figcaption {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs06 .img-flex {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .csr.sdgs .--sdgs06 .img-flex figcaption {
    margin: auto;
    width: 100%;
  }
}
.csr.sdgs .--sdgs07 {
  overflow: hidden;
}
.csr.sdgs .--sdgs07 .img-flex {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  display: grid;
  grid-template-columns: var(--hl-w1) var(--hl-w2);
  gap: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.csr.sdgs .--sdgs07 .img-flex figcaption {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs07 .img-flex {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .csr.sdgs .--sdgs07 .img-flex figcaption {
    margin: auto;
    width: 100%;
  }
}
.csr.sdgs .--sdgs08 .img-flex {
  margin: auto;
  max-width: 750px;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs08 .img-flex {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.csr.sdgs .--sdgs09 {
  padding-bottom: 10rem;
}
.csr.sdgs .--sdgs09 ul {
  display: grid;
  gap: 2rem;
}
.csr.sdgs .--sdgs09 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.csr.sdgs .--sdgs09 ul li a {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 760px) {
  .csr.sdgs .--sdgs09 {
    padding-bottom: 5rem;
  }
  .csr.sdgs .--sdgs09 ul {
    gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-contact */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.l-form {
  font-family: var(--font-family_c);
}
.l-form .entry__content {
  padding-top: 0 !important;
}

.p-form p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-form p {
    font-size: 14px;
  }
}
.p-form .form {
  max-width: 920px;
  margin: 0 auto 10rem;
  position: relative;
  padding: 5rem 0;
}
.p-form .form::after {
  content: "";
  position: absolute;
  background: var(--c_bg);
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 760px) {
  .p-form .form {
    margin-bottom: 5rem;
  }
}
.p-form .form .form__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__item {
    margin-bottom: 2rem;
  }
}
.p-form .form .form__item .p-postal-code {
  max-width: 15em;
}
.p-form .form .form__title {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  gap: 1em;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    gap: 1rem;
    padding: 0;
  }
}
.p-form .form .form__text {
  display: grid;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__text {
    gap: 1.5rem;
  }
}
.p-form .form .form__btn {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__btn {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__agreement {
    text-align: center;
  }
}
.p-form .form .form__agreement a {
  color: inherit;
}
.p-form .form .form__agreement .wpcf7-list-item {
  margin: 0;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__agreement .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 1.5em;
    font-size: 1.5rem;
  }
}
.p-form .form .form__policy {
  margin: 4rem auto;
  max-width: 600px;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__policy {
    margin: 2rem 0;
  }
}
.p-form .form .form__policy .policy {
  display: grid;
  gap: 1rem;
}
.p-form .form .form__policy .policy * {
  margin: 0;
}
.p-form .form .form__policy .policy .policy__title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__policy .policy .policy__title {
    font-size: 1.5rem;
  }
}
.p-form .form .form__policy .policy h2 {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 760px) {
  .p-form .form .form__policy .policy h2 {
    font-size: 15px;
  }
}
.p-form .form .form__policy .policy p {
  text-align: left;
}
.p-form .form .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-form .form .btn_list {
    gap: 4rem;
  }
}
.p-form .form .button {
  background: var(--c_blue);
  border: none;
  border-radius: inherit;
  margin-bottom: 0;
  padding: 0 2rem 0 0;
  position: relative;
  z-index: 1;
}
.p-form .form .button .btn_submit {
  color: white;
  padding: 2rem 3rem 2rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(var(--transformrate));
  transition: 0.3s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 960px) {
  .p-form .form .button .btn_submit {
    font-size: 1.4rem;
  }
}
.p-form .form .button .btn_submit::after {
  content: "";
  position: absolute;
}
.p-form .form .button .btn_submit:not(:disabled) {
  opacity: 1;
}
.p-form .form .button .btn_submit:not(:disabled):hover {
  background-color: var(--white);
  color: var(--black);
}
.p-form .form .button .icon_arrow {
  -webkit-mask-image: url(../images/icon/arrw_b_R.svg);
          mask-image: url(../images/icon/arrw_b_R.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  aspect-ratio: 25/8;
  width: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .p-form .form .button .icon_arrow {
    width: 20px;
  }
}
.p-form .form .button:has(input:not([disabled])):hover {
  background: white;
}
.p-form .form .button:has(input:not([disabled])):hover .btn_submit {
  color: var(--black);
}
.p-form .form .button:has(input:not([disabled])):hover .icon_arrow {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.p-form hr {
  border: unset;
  background: var(--gray);
  height: 1px;
  width: 100%;
  margin: 2rem 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 送信完了ページ */
.p-form-thanks {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 760px) {
  .p-form-thanks {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-form-thanks .container {
    padding: 0 2rem;
  }
}
.p-form-thanks .container h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-form-thanks .container h2 {
    font-size: 16px;
  }
}
.p-form-thanks .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* __20： お問い合わせナビ
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact-nav-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .contact-nav-list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2rem;
  }
}
.contact-nav-list li {
  height: 70px;
  margin: 0;
}
.contact-nav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 6px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.2s linear 0.25s;
  transition: color 0.2s linear 0.25s;
}
@media only screen and (max-width: 960px) {
  .contact-nav-list li a {
    font-size: 1.4rem;
  }
}
.contact-nav-list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  border-radius: 3px;
  top: 0;
  left: 0;
  z-index: -1;
  will-change: transform;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s linear 0.25s;
  transition: -webkit-transform 0.2s linear 0.25s;
  transition: transform 0.2s linear 0.25s;
  transition: transform 0.2s linear 0.25s, -webkit-transform 0.2s linear 0.25s;
}
.contact-nav-list li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: var(--black) transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  will-change: transform;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media only screen and (max-width: 960px) {
  .contact-nav-list li a::after {
    border-width: 8px 8px 0 8px;
    bottom: -8px;
  }
}
.contact-nav-list li a.current, .contact-nav-list li a:hover {
  color: var(--white);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contact-nav-list li a.current::before, .contact-nav-list li a:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.contact-nav-list li a.current::after, .contact-nav-list li a:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.2s linear 0.25s;
  transition: -webkit-transform 0.2s linear 0.25s;
  transition: transform 0.2s linear 0.25s;
  transition: transform 0.2s linear 0.25s, -webkit-transform 0.2s linear 0.25s;
}
.contact-nav-list li a.current {
  pointer-events: none;
}

/* __30: ステップ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.step {
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #e4e3da;
  border-bottom: 1px solid #e4e3da;
}
.step-wrapper {
  padding-top: 6rem;
}
@media only screen and (max-width: 960px) {
  .step-wrapper {
    padding-top: 4rem;
  }
}
.step .step-list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .step .step-list {
    width: 100%;
    max-width: 252px;
  }
}
.step .step-list li {
  width: 33.3333333333%;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.step .step-list li:nth-child(1), .step .step-list li:nth-child(2) {
  position: relative;
}
.step .step-list li:nth-child(1)::before, .step .step-list li:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid var(--black);
  border-top: 1px solid var(--black);
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.step .step-list li.wpcf7c-elm-step1, .step .step-list li.wpcf7c-elm-step2, .step .step-list li.wpcf7c-elm-step3 {
  display: block !important;
  color: var(--black);
  font-weight: bold;
}
.step .step-list li.wpcf7c-elm-step1.wpcf7c-force-hide, .step .step-list li.wpcf7c-elm-step2.wpcf7c-force-hide, .step .step-list li.wpcf7c-elm-step3.wpcf7c-force-hide {
  color: #d7d4d4;
  font-weight: 400;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-recruit */
.page-recruit {
  overflow-x: hidden;
  /* 表示順（CSSで制御） */
  /* 中央画像（最初は非表示） */
  /* 表示状態 */
  /* テキストの装飾 */
}
.page-recruit .hero {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100vw;
  height: 100vh;
  min-height: 55.5555555556vw;
}
@media only screen and (max-width: 760px) {
  .page-recruit .hero {
    height: 144vw;
    min-height: unset;
  }
}
.page-recruit .hero__bg {
  position: fixed;
  -webkit-transition: 1s 0.5s cubic-bezier(var(--transformrate));
  transition: 1s 0.5s cubic-bezier(var(--transformrate));
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: var(--blue);
  background: -webkit-gradient(linear, left bottom, left top, from(#8dacda), color-stop(70%, transparent));
  background: -webkit-linear-gradient(bottom, #8dacda 0%, transparent 70%);
  background: linear-gradient(0deg, #8dacda 0%, transparent 70%);
  z-index: -9999;
  opacity: 0;
}
.page-recruit .hero__bg.show {
  opacity: 1;
  height: 100vh;
}
.page-recruit .hero__card {
  position: absolute;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  left: 50%;
}
.page-recruit .hero__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width: 760px) {
  .page-recruit .hero__card img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.page-recruit .hero__card.visible {
  opacity: 1;
}
.page-recruit .card1,
.page-recruit .card1b {
  width: 36rem;
  -webkit-transform: translate(-170%, -70%) rotateY(90deg);
          transform: translate(-170%, -70%) rotateY(90deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card1,
  .page-recruit .card1b {
    width: 18rem;
    bottom: 4rem;
    left: -3rem;
  }
}
@media only screen and (max-width: 760px) {
  .page-recruit .card1,
  .page-recruit .card1b {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}
.page-recruit .card1.visible,
.page-recruit .card1b.visible {
  -webkit-transform: translate(-170%, -70%) rotateY(0deg);
          transform: translate(-170%, -70%) rotateY(0deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card1.visible,
  .page-recruit .card1b.visible {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.page-recruit .card2,
.page-recruit .card2b {
  width: 34rem;
  -webkit-transform: translate(-150%, 10%) rotateY(90deg);
          transform: translate(-150%, 10%) rotateY(90deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card2,
  .page-recruit .card2b {
    width: 17rem;
    bottom: 0;
    left: 7rem;
  }
}
@media only screen and (max-width: 760px) {
  .page-recruit .card2,
  .page-recruit .card2b {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}
.page-recruit .card2.visible,
.page-recruit .card2b.visible {
  -webkit-transform: translate(-150%, 10%) rotateY(0deg);
          transform: translate(-150%, 10%) rotateY(0deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card2.visible,
  .page-recruit .card2b.visible {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.page-recruit .card3,
.page-recruit .card3b {
  width: 36rem;
  -webkit-transform: translate(60%, -60%) rotateY(90deg);
          transform: translate(60%, -60%) rotateY(90deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card3,
  .page-recruit .card3b {
    width: 18rem;
    bottom: 2rem;
    right: -3rem;
    top: unset;
    left: unset;
  }
}
@media only screen and (max-width: 760px) {
  .page-recruit .card3,
  .page-recruit .card3b {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}
.page-recruit .card3.visible,
.page-recruit .card3b.visible {
  -webkit-transform: translate(60%, -60%) rotateY(0deg);
          transform: translate(60%, -60%) rotateY(0deg);
}
@media only screen and (max-width: 760px) {
  .page-recruit .card3.visible,
  .page-recruit .card3b.visible {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.page-recruit .card1.visible {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-recruit .card2.visible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-recruit .card3.visible {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-recruit .card1b.visible {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-recruit .card2b.visible {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-recruit .card3b.visible {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-recruit .final-image {
  position: absolute;
  width: 70rem;
  height: 44.4444444444vw;
  aspect-ratio: 700/420;
  opacity: 0;
  inset: 0;
  margin: auto;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .page-recruit .final-image {
    width: 32rem;
    height: 19rem;
    inset: unset;
    top: 9rem;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.page-recruit .final-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-recruit .final-image.show {
  opacity: 1;
}
.page-recruit .hero__button {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  padding-top: 1rem;
}
@media only screen and (max-width: 760px) {
  .page-recruit .hero__button.show {
    opacity: 1;
  }
}
.page-recruit .paper-plane {
  position: absolute;
  offset-path: path("M0.08,444.31 C0.08,444.31,581.24,428.77,1031.49,224.96 C1271.97,116.10,1624.91,3.00,1821.24,3.00");
  offset-rotate: auto;
  -webkit-transition: offset-path 0.3s ease;
  transition: offset-path 0.3s ease;
  max-width: 180px;
  left: -100px;
  z-index: 9;
}
@media only screen and (max-width: 760px) {
  .page-recruit .paper-plane {
    max-width: 100px;
  }
}
.page-recruit .paper-plane img {
  width: 100%;
  height: auto;
}
.page-recruit .paper-plane.animate {
  -webkit-animation: fly 4s ease-in-out forwards;
          animation: fly 4s ease-in-out forwards;
}
@-webkit-keyframes fly {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes fly {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
.page-recruit .text-message.visible {
  opacity: 1;
}
.page-recruit .text-message {
  /* 初期状態は非表示 */
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media only screen and (max-width: 760px) {
  .page-recruit .text-message {
    padding: 12rem 3rem 0;
  }
}
.page-recruit .text-message h2 {
  font-family: var(--mincho);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .page-recruit .text-message h2 {
    font-size: 4.8rem;
  }
}
.page-recruit .text-message p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.24;
}
@media only screen and (max-width: 760px) {
  .page-recruit .text-message p {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.page-recruit .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #5eafd4;
  clip-path: circle(0% at 50% 100%);
  -webkit-clip-path: circle(0% at 50% 100%);
  -webkit-transition: -webkit-clip-path 0.1s linear;
  transition: -webkit-clip-path 0.1s linear;
  transition: clip-path 0.1s linear;
  transition: clip-path 0.1s linear, -webkit-clip-path 0.1s linear;
  pointer-events: none;
  z-index: -9999;
}
.page-recruit .bg-white {
  background-color: var(--white);
  padding-block: 7rem;
}
@media only screen and (max-width: 760px) {
  .page-recruit .bg-white {
    padding-block: 6rem;
  }
}

.bg-animation {
  background: var(--light-blue, #5eafd4);
  background: -webkit-gradient(linear, left bottom, left top, from(#5eafd4), color-stop(90%, transparent));
  background: -webkit-linear-gradient(bottom, #5eafd4 0%, transparent 90%);
  background: linear-gradient(0deg, #5eafd4 0%, transparent 90%);
  position: relative;
  width: 100%;
  padding-bottom: 70rem;
}
@-webkit-keyframes infinite-scroll-cloud-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinite-scroll-cloud-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 760px) {
  .bg-animation {
    height: auto;
    padding-bottom: 34rem;
  }
}
.bg-animation .bg-animation__city {
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url(../images/recruit/top/back-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .bg-animation .bg-animation__city {
    background-image: url(../images/recruit/top/back-2-sp.png);
    background-size: auto 28rem;
  }
}
.bg-animation .infinite-scroll-cloud1 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image: url(../images/recruit/top/back-3.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  -webkit-animation: infinite-scroll-cloud-x 180s linear infinite;
          animation: infinite-scroll-cloud-x 180s linear infinite;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .bg-animation .infinite-scroll-cloud1 {
    background-size: auto 100%;
    height: 12rem;
    bottom: 11rem;
  }
}
.bg-animation .infinite-scroll-cloud2 {
  content: "";
  position: absolute;
  bottom: 60rem;
  left: 0;
  width: 360%;
  height: 100%;
  background-image: url(../images/recruit/top/bg-cloud.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  -webkit-animation: infinite-scroll-cloud-x 60s linear infinite;
          animation: infinite-scroll-cloud-x 60s linear infinite;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .bg-animation .infinite-scroll-cloud2 {
    background-image: url(../images/recruit/top/bg-cloud-sp.png);
    bottom: 33rem;
    -webkit-animation: infinite-scroll-cloud-x 30s linear infinite;
            animation: infinite-scroll-cloud-x 30s linear infinite;
  }
}

.p-top-job {
  background: #0082c0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 130, 192)), color-stop(65%, rgb(119, 172, 217)), to(rgb(163, 188, 226)));
  background: -webkit-linear-gradient(top, rgb(0, 130, 192) 0%, rgb(119, 172, 217) 65%, rgb(163, 188, 226) 100%);
  background: linear-gradient(180deg, rgb(0, 130, 192) 0%, rgb(119, 172, 217) 65%, rgb(163, 188, 226) 100%);
  padding-block: 7rem;
}
@media only screen and (max-width: 760px) {
  .p-top-job {
    padding-block: 6rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-top-job .container {
    padding-inline: 3rem;
  }
}
.p-top-job .p-top-job__card {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .p-top-job .p-top-job__card {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-top-job .p-top-job__card-description {
  color: var(--white);
  display: grid;
  gap: 3rem;
}
.p-top-job .p-top-job__card-title {
  text-align: center;
}
.p-top-job .p-top-job__card-text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 760px) {
  .p-top-job .p-top-job__card-text {
    font-size: 1.4rem;
  }
}
.p-top-job .button_block {
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}
@media only screen and (max-width: 760px) {
  .p-top-job .button_block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0;
  }
}
@media only screen and (max-width: 760px) {
  .p-top-job .button_block .button {
    min-width: 15rem;
  }
}
.p-top-job .p-top-job__card-image {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .p-top-job .p-top-job__card-image {
    width: 80%;
    min-width: 256px;
  }
}

.p-top-interview {
  padding-block: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-top-interview {
    padding-block: 3rem;
  }
}
.p-top-interview .container {
  padding-inline: 6rem;
  padding-inline: 0;
  max-width: unset;
}
.p-top-interview .p-top-interview__title {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--navy);
}
.p-top-interview .p-top-interview-card {
  display: block;
  margin: auto;
}
.p-top-interview .p-top-interview-card .item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0 4rem;
}
@media only screen and (max-width: 760px) {
  .p-top-interview .p-top-interview-card .item {
    margin: 0 1rem;
    gap: 0;
  }
}
.p-top-interview .p-top-interview-card .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-interview .p-top-interview-card .image {
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-top-interview .p-top-interview-card .image {
    border-radius: 1rem;
  }
}
.p-top-interview .p-top-interview-card .image img {
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.p-top-interview .p-top-interview-card .name {
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .p-top-interview .p-top-interview-card .name {
    font-size: 1.6rem;
  }
}
.p-top-interview .p-top-interview-card .copy {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top-interview .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 760px) {
  .p-top-interview .swiper-wrapper {
    padding-bottom: 3rem;
  }
}
.p-top-interview .swiper-pagination {
  max-width: 240px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: unset !important;
}
.p-top-interview .swiper-scrollbar {
  max-width: 240px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.p-top-interview .swiper-scrollbar-drag {
  background-color: var(--swiper-theme-color);
  cursor: pointer;
}

.slider-arrow {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.slider-arrow .label {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--white);
  border: 2px solid var(--blue);
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  position: relative;
}
.slider-arrow .label:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid var(--blue);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.slider-arrow.prev-arrow {
  left: -2rem;
}
@media only screen and (max-width: 760px) {
  .slider-arrow.prev-arrow {
    left: 1rem;
  }
}
.slider-arrow.prev-arrow .label:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 1.2rem;
}
.slider-arrow.next-arrow {
  right: -2rem;
}
@media only screen and (max-width: 760px) {
  .slider-arrow.next-arrow {
    right: 1rem;
  }
}
.slider-arrow.next-arrow .label:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 1.2rem;
}
.slider-arrow:hover .label {
  background-color: var(--navy);
  border-color: var(--navy);
}
.slider-arrow:hover .label:before {
  border-color: var(--white);
}

.p-link {
  padding: 6rem 0;
}
@media only screen and (max-width: 760px) {
  .p-link {
    padding: 3rem 0;
  }
}
.p-link .p-link-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-link .p-link-card {
    grid-template-columns: 1fr;
  }
}
.p-link .p-link-card .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  aspect-ratio: 610/320;
  text-decoration: none;
  padding: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .p-link .p-link-card .item {
    padding: 1rem;
  }
}
.p-link .p-link-card .item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #0082c0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 130, 192)), color-stop(50%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(0, 130, 192) 0%, rgb(255, 255, 255) 50%);
  background: linear-gradient(0deg, rgb(0, 130, 192) 0%, rgb(255, 255, 255) 50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-link .p-link-card .item:hover {
  opacity: 1;
  border-radius: 0;
}
.p-link .p-link-card .item:hover .image {
  border-radius: 0;
}
.p-link .p-link-card .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-link .p-link-card .item:hover .button {
  background-color: var(--navy);
  border-color: var(--white);
  color: var(--white);
}
.p-link .p-link-card .item:hover .button::after {
  border-color: var(--white);
}
.p-link .p-link-card .image {
  border-radius: 3rem 0 0 0;
  overflow: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
  border: 3px solid transparent;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 760px) {
  .p-link .p-link-card .image {
    border-width: 1px;
  }
}
.p-link .p-link-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.p-link .p-link-card .title {
  color: var(--white);
  position: relative;
  z-index: 3;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .p-link .p-link-card .headline3 {
    font-size: 5.4rem;
  }
}
.p-link .p-link-card .button_block {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 3;
}
@media only screen and (max-width: 760px) {
  .p-link .p-link-card .button_block {
    bottom: 1rem;
    right: 1rem;
  }
}

.p-download {
  padding-block: 6rem;
}
@media only screen and (max-width: 760px) {
  .p-download {
    padding-block: 3rem;
  }
}
.p-download .p-download-card {
  display: grid;
  grid-template-columns: 1fr 24rem;
  background-color: var(--blue);
  border-radius: 2rem;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .p-download .p-download-card {
    border-radius: 2rem;
    grid-template-columns: 1fr 10.5rem;
  }
}
.p-download .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-download .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--white);
  line-height: normal;
}
.p-download .title .en {
  font-size: 3.4rem;
  font-weight: 900;
}
@media only screen and (max-width: 760px) {
  .p-download .title .en {
    font-size: 1.8rem;
  }
}
.p-download .title .jp {
  font-size: 3rem;
}
@media only screen and (max-width: 760px) {
  .p-download .title .jp {
    font-size: 1.4rem;
  }
}
.p-download .image {
  width: 24rem;
  height: 100%;
  aspect-ratio: 24/29;
}
@media only screen and (max-width: 760px) {
  .p-download .image {
    width: 10.5rem;
    aspect-ratio: 10.5/15;
  }
}
.p-download .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.button_block--entry {
  padding-block: 6rem;
}
@media only screen and (max-width: 760px) {
  .button_block--entry {
    padding-block: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-message */
.p-message01,
.p-message02,
.p-message03 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-message01,
  .p-message02,
  .p-message03 {
    padding-block: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-message01 .container,
  .p-message02 .container,
  .p-message03 .container {
    padding: 0;
  }
}
.p-message01 .box,
.p-message02 .box,
.p-message03 .box {
  position: relative;
  width: 100%;
  background: #f6c2d3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
  background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  border-radius: 8rem 0 0 0;
  padding: 3px;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box,
  .p-message02 .box,
  .p-message03 .box {
    background: none;
    border-radius: 0;
    padding: 0;
  }
}
.p-message01 .box .inner,
.p-message02 .box .inner,
.p-message03 .box .inner {
  background: #fff;
  padding: 8rem;
  border-radius: 7.7rem 0 0 0;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .inner,
  .p-message02 .box .inner,
  .p-message03 .box .inner {
    background: unset;
    padding: 3rem;
    border-radius: 0;
  }
}
.p-message01 .box .inner h2,
.p-message02 .box .inner h2,
.p-message03 .box .inner h2 {
  font-family: var(--mincho);
  font-size: 3rem;
  color: var(--navy);
  margin-bottom: 2rem;
}
.p-message01 .box .inner h2.vertical,
.p-message02 .box .inner h2.vertical,
.p-message03 .box .inner h2.vertical {
  position: absolute;
  left: 8.6rem;
  font-size: 3.4rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .inner h2.vertical,
  .p-message02 .box .inner h2.vertical,
  .p-message03 .box .inner h2.vertical {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.p-message01 .box .inner .img,
.p-message02 .box .inner .img,
.p-message03 .box .inner .img {
  width: 30%;
  padding-left: 8%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .inner .img,
  .p-message02 .box .inner .img,
  .p-message03 .box .inner .img {
    width: 100%;
    padding-left: 0;
  }
}
.p-message01 .box .inner p,
.p-message02 .box .inner p,
.p-message03 .box .inner p {
  padding-left: 8%;
  line-height: 2;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .inner p,
  .p-message02 .box .inner p,
  .p-message03 .box .inner p {
    padding-left: 0;
  }
}
.p-message01 .box .circle,
.p-message02 .box .circle,
.p-message03 .box .circle {
  position: absolute;
  top: -8rem;
  right: 0;
  width: 27%;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .circle,
  .p-message02 .box .circle,
  .p-message03 .box .circle {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
}
.p-message01 hr,
.p-message02 hr,
.p-message03 hr {
  width: 74%;
  height: 2px;
  margin: auto;
  border: unset;
  background: #f6c2d3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
  background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
}

.p-message01 .box .inner p {
  width: 56%;
  padding-left: 0;
}
@media screen and (min-width: 1441px) {
  .p-message01 .box .inner p {
    width: 64%;
  }
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .inner p {
    width: 100%;
  }
}
.p-message01 .box .inner p:last-of-type {
  width: 60%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: right;
  margin-top: 2rem;
}
@media screen and (min-width: 1441px) {
  .p-message01 .box .inner p:last-of-type {
    width: 68%;
  }
}
.p-message01 .box .inner p:last-of-type span {
  font-size: 2rem;
}
.p-message01 .box .img,
.p-message01 .box .img-bg {
  height: calc(100% - 6px);
  aspect-ratio: 590/604;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
@media only screen and (max-width: 760px) {
  .p-message01 .box .img,
  .p-message01 .box .img-bg {
    display: none;
  }
}
.p-message01 .box .img img,
.p-message01 .box .img-bg img {
  width: 100%;
}
.p-message01 .box .img {
  aspect-ratio: 590/635;
  height: 104%;
}
.p-message01 .box .--sp {
  position: relative;
}
.p-message01 .box .--sp .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--white);
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-message01 .box .--sp .desc .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3928571429;
}
.p-message01 .box .--sp .desc .name {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.p-message01 .box .--sp .desc .name span {
  font-size: 1.6rem;
  line-height: 1.3333333333;
}

.p-message03 {
  padding-bottom: 0;
}
.p-message03 .box .inner .img {
  width: 70%;
}
@media only screen and (max-width: 760px) {
  .p-message03 .box .inner .img {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-job */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-job */
.p-job01 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-job01 {
    padding-block: 4rem;
  }
}
.p-job01 .grid {
  display: grid;
  grid-template-columns: 1fr 45rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-left: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-job01 .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    gap: 3rem;
  }
}
.p-job01 .image {
  height: 100%;
  width: calc(100% + 10rem);
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-job01 .image {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    height: 17rem;
  }
}
.p-job01 .image img {
  border-radius: 8rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .p-job01 .image img {
    border-radius: unset;
  }
}
.p-job01 .headline {
  padding-bottom: 0;
}
.p-job01 .headline .label {
  text-align: left;
}
.p-job01 .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-block: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-job01 .description {
    padding-block: 0;
  }
}
.p-job01 .description .lead {
  font-size: 2rem;
  color: var(--navy);
}
@media only screen and (max-width: 760px) {
  .p-job01 .description .lead {
    font-size: 1.5rem;
  }
}
.p-job01 .description .copy {
  font-weight: 400;
}
.p-job01 .bg {
  background: #0082c0;
  background: -webkit-gradient(linear, left top, right top, from(#0082c0), color-stop(65%, #a3bce2));
  background: -webkit-linear-gradient(left, #0082c0 0%, #a3bce2 65%);
  background: linear-gradient(90deg, #0082c0 0%, #a3bce2 65%);
  border-radius: 2rem;
  padding: 4rem 6rem;
  padding-top: 6rem;
  position: relative;
  margin: 8rem 4rem 0;
  max-width: 1100px;
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg {
    border-radius: unset;
    padding: 3rem;
    margin: 4rem -2rem 0;
    width: calc(100% + 4rem);
  }
}
.p-job01 .bg .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg .title {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
  }
}
.p-job01 .bg .title .label {
  border: 1px solid #0082c0;
  padding: 0 2em;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0082c0;
  background: #fff;
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg .title .label {
    background: unset;
    border: unset;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.p-job01 .bg .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg .list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-job01 .bg .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg .list ul {
    gap: 0.5rem;
  }
}
.p-job01 .bg .list ul li {
  font-size: 1.8rem;
  color: var(--white);
  text-indent: -1em;
  padding-left: 1em;
}
.p-job01 .bg .list ul li:before {
  content: "●";
  font-size: 0.8em;
  margin-right: 0.2em;
}
@media only screen and (max-width: 960px) {
  .p-job01 .bg .list ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-job01 .bg .list ul li {
    font-size: 1.5rem;
  }
}

.p-job02 .headline {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-job02 .headline {
    padding-bottom: 2rem;
  }
}
.p-job02 .headline .en {
  font-size: 10rem;
  font-weight: normal;
  color: var(--navy);
}
@media only screen and (max-width: 760px) {
  .p-job02 .headline .en {
    font-size: 4.5rem;
    text-align: center;
  }
}
.p-job02 .interview-list {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 10rem;
}
@media only screen and (max-width: 760px) {
  .p-job02 .interview-list {
    gap: 5rem;
  }
}
.p-job02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-job02 .item {
    gap: 2rem;
  }
}
.p-job02 .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 760px) {
  .p-job02 .item:nth-child(even) .image {
    margin-left: 0;
    margin-right: -2rem;
  }
  .p-job02 .item:nth-child(even) .image::before {
    border-radius: 5rem 0 0 0;
  }
  .p-job02 .item:nth-child(even) .image img {
    border-radius: 4.8rem 0 0 0;
  }
}
.p-job02 .item:nth-child(2) .content .job {
  color: #eb604b;
}
.p-job02 .item:nth-child(2) .image::before {
  background: #f17f00;
  background: -webkit-gradient(linear, left top, right top, from(rgba(241, 127, 0, 0.3764705882)), color-stop(65%, #f17f00));
  background: -webkit-linear-gradient(left, rgba(241, 127, 0, 0.3764705882) 0%, #f17f00 65%);
  background: linear-gradient(90deg, rgba(241, 127, 0, 0.3764705882) 0%, #f17f00 65%);
}
.p-job02 .item:nth-child(3) .content .job {
  color: #00afa8;
}
.p-job02 .item:nth-child(3) .image::before {
  background: #00afa8;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 175, 168, 0.3764705882)), color-stop(65%, #00afa8));
  background: -webkit-linear-gradient(left, rgba(0, 175, 168, 0.3764705882) 0%, #00afa8 65%);
  background: linear-gradient(90deg, rgba(0, 175, 168, 0.3764705882) 0%, #00afa8 65%);
}
.p-job02 .item:nth-child(4) .content .job {
  color: #ff66cc;
}
.p-job02 .item:nth-child(4) .image::before {
  background: #ff6fd3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 111, 211, 0.3764705882)), color-stop(65%, #ff6fd3));
  background: -webkit-linear-gradient(left, rgba(255, 111, 211, 0.3764705882) 0%, #ff6fd3 65%);
  background: linear-gradient(90deg, rgba(255, 111, 211, 0.3764705882) 0%, #ff6fd3 65%);
}
.p-job02 .item:nth-child(5) .content .job {
  color: #b2a73e;
}
.p-job02 .item:nth-child(5) .image::before {
  background: #ffff00;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 0, 0.3764705882)), color-stop(65%, #ffff00));
  background: -webkit-linear-gradient(left, rgba(255, 255, 0, 0.3764705882) 0%, #ffff00 65%);
  background: linear-gradient(90deg, rgba(255, 255, 0, 0.3764705882) 0%, #ffff00 65%);
}
.p-job02 .image {
  width: 65%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-job02 .image {
    width: 55%;
    margin-left: -2rem;
  }
}
.p-job02 .image:before {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(32, 174, 250, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 174, 250, 0.3764705882)), color-stop(75%, #2d86fa));
  background: -webkit-linear-gradient(left, rgba(32, 174, 250, 0.3764705882) 0%, #2d86fa 75%);
  background: linear-gradient(90deg, rgba(32, 174, 250, 0.3764705882) 0%, #2d86fa 75%);
  border-radius: 8rem 0 0 0;
}
@media only screen and (max-width: 760px) {
  .p-job02 .image:before {
    right: 0;
    bottom: 0;
    border-radius: 0 5rem 0 0;
  }
}
.p-job02 .image img {
  border-radius: 8rem 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-job02 .image img {
    border-radius: 0 4.8rem 0 0;
    padding: 2px;
  }
}
.p-job02 .content {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
  position: relative;
  padding-top: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-job02 .content {
    width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-job02 .content .job {
  color: var(--navy);
  font-family: var(--mincho);
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 760px) {
  .p-job02 .content .job {
    font-size: 3.5rem;
  }
}
.p-job02 .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  line-height: 1;
}
.p-job02 .content .name {
  font-size: 4rem;
  font-family: var(--mincho);
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .p-job02 .content .name {
    font-size: 2.7rem;
  }
}
.p-job02 .content .year {
  display: inline-block;
  font-size: 0.85em;
}
.p-job02 .content .column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.p-job02 .content .button_block .button {
  border-color: var(--black);
  min-width: unset;
}
@media only screen and (max-width: 760px) {
  .p-job02 .content .button_block .button {
    aspect-ratio: 1/1;
    padding: 1rem;
    padding-right: 3rem;
  }
}
.p-job02 .content .button_block .button .label {
  color: var(--black);
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .p-job02 .content .button_block .button .label {
    line-height: 1.2;
  }
}
.p-job02 .content .button_block .button .label::after {
  background: var(--black);
}
@media only screen and (max-width: 760px) {
  .p-job02 .content .button_block .button .label::after {
    bottom: -2px;
  }
}
.p-job02 .content .button_block .button::after {
  border-color: var(--black);
}
.p-job02 .content .button_block .button:hover {
  border-color: var(--navy);
}
.p-job02 .content .button_block .button:hover .label {
  color: var(--white);
}
.p-job02 .content .button_block .button:hover::after {
  border-color: var(--white);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-recruitment */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-recruitment */
.p-recruitment01 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 {
    padding-block: 4rem;
  }
}
.p-recruitment01 .grid {
  display: grid;
  grid-template-columns: 1fr 45rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-left: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    gap: 3rem;
  }
}
.p-recruitment01 .image {
  height: 100%;
  width: calc(100% + 10rem);
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .image {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    height: 17rem;
  }
}
.p-recruitment01 .image img {
  border-radius: 8rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .image img {
    border-radius: unset;
  }
}
.p-recruitment01 .headline {
  padding-bottom: 0;
}
.p-recruitment01 .headline .label {
  text-align: left;
}
.p-recruitment01 .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-block: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .description {
    padding-block: 0;
  }
}
.p-recruitment01 .description .lead {
  font-size: 2rem;
  color: var(--navy);
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .description .lead {
    font-size: 1.5rem;
  }
}
.p-recruitment01 .description .copy {
  font-weight: 400;
}
.p-recruitment01 .bg {
  background: #0082c0;
  background: -webkit-gradient(linear, left top, right top, from(#0082c0), color-stop(65%, #a3bce2));
  background: -webkit-linear-gradient(left, #0082c0 0%, #a3bce2 65%);
  background: linear-gradient(90deg, #0082c0 0%, #a3bce2 65%);
  border-radius: 2rem;
  padding: 4rem 6rem;
  padding-top: 6rem;
  position: relative;
  margin: 8rem 4rem 0;
  max-width: 1100px;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg {
    border-radius: unset;
    padding: 3rem;
    margin: 4rem -2rem 0;
    width: calc(100% + 4rem);
  }
}
.p-recruitment01 .bg .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg .title {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
  }
}
.p-recruitment01 .bg .title .label {
  border: 1px solid #0082c0;
  padding: 0 2em;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0082c0;
  background: #fff;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg .title .label {
    background: unset;
    border: unset;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.p-recruitment01 .bg .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg .list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-recruitment01 .bg .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg .list ul {
    gap: 0.5rem;
  }
}
.p-recruitment01 .bg .list ul li {
  font-size: 1.8rem;
  color: var(--white);
  text-indent: -1em;
  padding-left: 1em;
}
.p-recruitment01 .bg .list ul li:before {
  content: "●";
  font-size: 0.8em;
  margin-right: 0.2em;
}
@media only screen and (max-width: 960px) {
  .p-recruitment01 .bg .list ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-recruitment01 .bg .list ul li {
    font-size: 1.5rem;
  }
}

.p-recruitment02 .table {
  max-width: 900px;
  margin: 0 auto;
}
.p-recruitment02 .table .button_block {
  margin-top: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-careerup */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-careerup */
.p-careerup01 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 {
    padding-block: 4rem;
  }
}
.p-careerup01 .column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .column {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
  }
}
.p-careerup01 .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .card {
    display: grid;
    grid-template-columns: 10rem 1fr;
  }
}
.p-careerup01 .card .card__title {
  background: rgba(172, 123, 255, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(#f6c2d3), color-stop(75%, #ac7bff));
  background: -webkit-linear-gradient(left, #f6c2d3 0%, #ac7bff 75%);
  background: linear-gradient(90deg, #f6c2d3 0%, #ac7bff 75%);
  color: var(--white);
  font-size: 2.4rem;
  padding: 0.5rem 1em;
  border-radius: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .card .card__title {
    border-radius: 1rem;
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
    padding: 0.5rem;
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
  }
}
.p-careerup01 .card .card__copy {
  padding-left: 1em;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .card .card__copy {
    padding-left: 0;
  }
}
.p-careerup01 .image {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .image {
    padding-bottom: 3rem;
  }
}
.p-careerup01 .title_bg {
  color: var(--white);
  font-size: 2.4rem;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 999px;
  background: rgba(0, 130, 192, 0.6);
  background: -webkit-gradient(linear, right top, left top, from(#a3bce2), color-stop(75%, #0082c0));
  background: -webkit-linear-gradient(right, #a3bce2 0%, #0082c0 75%);
  background: linear-gradient(-90deg, #a3bce2 0%, #0082c0 75%);
}
@media only screen and (max-width: 760px) {
  .p-careerup01 .title_bg {
    border-radius: unset;
    font-size: 2rem;
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    padding: 2rem;
  }
}

.p-careerup02 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 {
    padding-block: 4rem;
  }
}
.p-careerup02 .grid {
  display: grid;
  grid-template-columns: 1fr 45rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 0;
  }
}
.p-careerup02 .image {
  height: 100%;
  width: calc(100% + 10rem);
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .image {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    height: 30rem;
  }
}
.p-careerup02 .image img {
  border-radius: 8rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .image img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .headline {
    padding-bottom: 2rem;
  }
}
.p-careerup02 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  gap: 1rem;
  padding-bottom: 4rem;
  padding-inline: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .list {
    gap: 0.5rem;
    padding-bottom: 3rem;
    padding-inline: 1.5rem;
  }
}
.p-careerup02 .list li {
  font-size: 2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-careerup02 .list li:before {
  content: "●";
  font-size: 0.8em;
  margin-right: 0.2em;
}
@media only screen and (max-width: 960px) {
  .p-careerup02 .list li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .list li {
    font-size: 1.5rem;
  }
}
.p-careerup02 .solid {
  background: #f6c2d3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
  background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  padding: 3px;
}
.p-careerup02 .solid .label {
  color: var(--white);
  font-size: 2.4rem;
  text-align: center;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .solid .label {
    font-size: 1.8rem;
  }
}
.p-careerup02 .solid .list {
  background: var(--white);
  padding: 4rem;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 760px) {
  .p-careerup02 .solid .list {
    padding: 1.5rem;
  }
}

.p-careerup03 .welfare_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-careerup03 .welfare_list .item {
  display: grid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item {
    border-radius: unset;
    padding: 0 0 2px;
    grid-column: span 1;
  }
}
.p-careerup03 .welfare_list .item.large {
  grid-column: span 3;
  grid-template-rows: unset;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item.large {
    grid-column: span 1;
  }
}
.p-careerup03 .welfare_list .item.large .item__title {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item.large .item__title {
    font-size: 2.4rem;
  }
}
.p-careerup03 .welfare_list .item.full {
  grid-column: span 6;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item.full {
    grid-column: span 1;
  }
}
.p-careerup03 .welfare_list .item.full .item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item.full .item__inner {
    display: grid;
    gap: 1rem;
  }
}
.p-careerup03 .welfare_list .item.full .item__inner .item__title {
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item.full .item__inner .item__title {
    white-space: normal;
  }
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .gradient_border {
    background: unset;
    position: relative;
  }
  .p-careerup03 .welfare_list .gradient_border::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6c2d3;
    background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
    background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    width: calc(100% - 6rem);
    margin-inline: auto;
  }
  .p-careerup03 .welfare_list .gradient_border:last-child::after {
    content: none;
  }
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .gradient_border:nth-child(1) {
    background: #f6c2d3;
    background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
    background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    padding: 2px 2px 0;
    border-radius: 4rem 0 0 0;
  }
  .p-careerup03 .welfare_list .gradient_border:nth-child(1) > * {
    border-radius: 3.8rem 0 0 0;
  }
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .gradient_border:nth-child(2) {
    background: #f6c2d3;
    background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
    background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
    padding: 0 2px 2px;
  }
}
.p-careerup03 .welfare_list .item__inner {
  height: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item__inner {
    border-radius: unset;
    padding: 2rem;
  }
}
.p-careerup03 .welfare_list .item__title {
  color: var(--navy);
  font-family: var(--mincho);
  font-size: 2.4rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media only screen and (max-width: 760px) {
  .p-careerup03 .welfare_list .item__title {
    font-size: 2rem;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-numbers */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: page-numbers */
.p-numbers01 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 {
    padding-block: 4rem;
  }
}
.p-numbers01 .numbers_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2rem;
  }
}
.p-numbers01 .numbers_list .item {
  display: grid;
  grid-column: span 2;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item {
    display: block;
    padding: 0 0 2px;
    border-radius: unset;
  }
}
.p-numbers01 .numbers_list .item.large {
  grid-column: span 3;
}
.p-numbers01 .numbers_list .item.large .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item.large .item__content {
    gap: 1rem;
  }
}
.p-numbers01 .numbers_list .item.large .item__number {
  font-size: 3.5rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item.large .item__number {
    font-size: 1.8rem;
  }
}
.p-numbers01 .numbers_list .item.full {
  grid-column: span 6;
}
.p-numbers01 .numbers_list .item.full .item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-numbers01 .numbers_list .item.full .item__inner .item__title {
  white-space: nowrap;
}
.p-numbers01 .numbers_list .item__inner {
  height: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    border-radius: unset;
    padding: 0 0 2rem;
  }
  .p-numbers01 .numbers_list .item__inner.incount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-numbers01 .numbers_list .item__title {
  font-size: 2rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__title {
    font-size: 1.6rem;
  }
}
.p-numbers01 .numbers_list .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__content {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-numbers01 .numbers_list .item__number {
  font-family: var(--mincho);
  color: var(--navy);
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__number {
    font-size: 1.8rem;
  }
}
.p-numbers01 .numbers_list .item__number .number {
  font-size: 3.3333333333em;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__number .number {
    font-size: 3.0555555556em;
  }
}
.p-numbers01 .numbers_list .item__number .number .small {
  font-size: 0.5em;
}
.p-numbers01 .numbers_list .item__icon {
  width: 17rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__icon {
    width: 8rem;
  }
}
.p-numbers01 .numbers_list .item__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-numbers01 .numbers_list .item__icon.incount {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-numbers01 .numbers_list .item__icon.incount {
    width: 16rem;
  }
}
.p-numbers01 .numbers_list .item__icon.incount .item__number {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-numbers02 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 {
    padding-block: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .headline.--pc {
    display: none;
  }
}
.p-numbers02 .headline.--sp {
  display: none;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .headline.--sp {
    display: grid;
    padding-bottom: 0;
  }
}
.p-numbers02 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-numbers02 .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-numbers02 .description .image {
  aspect-ratio: 94/44;
  width: calc(100% + 10rem);
  margin-left: -10rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .description .image {
    width: calc(100% + 4rem);
    margin-inline: -2rem;
  }
}
.p-numbers02 .description .image img {
  border-radius: 0 8rem 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .description .image img {
    border-radius: unset;
  }
}
.p-numbers02 .enquete_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 0;
  padding-inline: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list {
    gap: 3rem 0;
    grid-template-columns: 1fr;
    padding-inline: 2rem;
  }
}
.p-numbers02 .enquete_list .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-align: center;
  margin: 0 -1rem;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list .item {
    display: grid;
    grid-template-columns: 1fr 18rem;
    grid-template-rows: 1fr;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
.p-numbers02 .enquete_list .item .title {
  font-size: 1.8rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list .item .title {
    text-align: left;
  }
}
.p-numbers02 .enquete_list .item .circle {
  aspect-ratio: 1/1;
  border-radius: 999px;
  width: 100%;
  display: grid;
  place-items: center;
  place-content: center;
  color: var(--white);
  background: rgba(0, 130, 192, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, from(#a3bce2), to(#0082c0));
  background: -webkit-linear-gradient(bottom, #a3bce2 0%, #0082c0 100%);
  background: linear-gradient(0deg, #a3bce2 0%, #0082c0 100%);
}
.p-numbers02 .enquete_list .item .circle .title {
  font-size: 1.8rem;
  min-height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list .item .circle .title {
    font-size: 1.6rem;
  }
}
.p-numbers02 .enquete_list .item .circle .count {
  font-family: var(--mincho);
  font-size: 9rem;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list .item .circle .count {
    font-size: 6.5rem;
  }
}
.p-numbers02 .enquete_list .item .circle .value {
  font-size: 3.3rem;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .p-numbers02 .enquete_list .item .circle .value {
    font-size: 2.1rem;
  }
}
.p-numbers02 .enquete_list .item .circle .small {
  font-size: 0.5em;
}

.p-numbers03 .p-download {
  padding: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* single-interview*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: インタビュー */
.page_kt {
  --base_color: #2d86fa;
  --base_color60: #2d86fa60;
  --base_color_dark: #2a468f;
}
.page_kt .page-ttl__bg > * {
  background-image: url(../images/recruit/interview/KT_head_01.webp) !important;
}
.page_kt .off .title:before,
.page_kt .day .image::after,
.page_kt .--gradient {
  background: var(--base_color60);
  background: -webkit-gradient(linear, left top, right top, from(var(--base_color60)), to(var(--base_color)));
  background: -webkit-linear-gradient(left, var(--base_color60) 0%, var(--base_color) 100%);
  background: linear-gradient(90deg, var(--base_color60) 0%, var(--base_color) 100%);
}

.page_ad {
  --base_color: #00afa8;
  --base_color60: #00afa850;
  --base_color_dark: #00afa8;
}
.page_ad .page-ttl__bg > * {
  background-image: url(../images/recruit/interview/AD_head_01.webp) !important;
}
.page_ad .off .title:before,
.page_ad .day .image::after,
.page_ad .--gradient {
  background: var(--base_color60);
  background: -webkit-gradient(linear, left top, right top, from(var(--base_color60)), to(var(--base_color)));
  background: -webkit-linear-gradient(left, var(--base_color60) 0%, var(--base_color) 100%);
  background: linear-gradient(90deg, var(--base_color60) 0%, var(--base_color) 100%);
}

.page_sm {
  --base_color: #ff6fd3;
  --base_color60: #ff6fd350;
  --base_color_dark: #b96495;
}
.page_sm .page-ttl .title {
  color: var(--base_color) !important;
}
.page_sm .page-ttl .en {
  color: var(--black);
}
.page_sm .page-ttl__bg > * {
  background-image: url(../images/recruit/interview/SM_head_01.webp) !important;
}
.page_sm .off .title:before,
.page_sm .day .image::after,
.page_sm .--gradient {
  background: var(--base_color60);
  background: -webkit-gradient(linear, left top, right top, from(var(--base_color60)), color-stop(60%, var(--base_color)));
  background: -webkit-linear-gradient(left, var(--base_color60) 0%, var(--base_color) 60%);
  background: linear-gradient(90deg, var(--base_color60) 0%, var(--base_color) 60%);
}
.page_sm .p-interview03 .time-schedule .time:before {
  color: var(--base_color);
}
.page_sm .p-interview03 .time-schedule::after {
  background-color: var(--base_color);
}
.page_sm .p-interview03 .arrow {
  border-top-color: var(--base_color);
}

.page_ay {
  --base_color: #ffa800;
  --base_color60: #ffa80060;
  --base_color_dark: #ff624b;
}
.page_ay .page-ttl__bg > * {
  background-image: url(../images/recruit/interview/AY_head_01.webp) !important;
}
.page_ay .off .title:before,
.page_ay .day .image::after,
.page_ay .--gradient {
  background: var(--base_color_dark);
  background: -webkit-gradient(linear, left top, right top, from(var(--base_color_dark)), to(var(--base_color)));
  background: -webkit-linear-gradient(left, var(--base_color_dark) 0%, var(--base_color) 100%);
  background: linear-gradient(90deg, var(--base_color_dark) 0%, var(--base_color) 100%);
}
.page_ay .off .title:before {
  opacity: 1 !important;
}

.page_mh {
  --base_color: #ffe300;
  --base_color60: #ffe30050;
  --base_color_dark: #d9cd62;
}
.page_mh .page-ttl__bg > * {
  background-image: url(../images/recruit/interview/MH_head_01.webp) !important;
}
.page_mh .p-interview03 .day .image::after {
  opacity: 0.3;
}
.page_mh .off .title:before,
.page_mh .day .image::after,
.page_mh .--gradient {
  background: var(--base_color60);
  background: -webkit-gradient(linear, left top, right top, from(var(--base_color60)), to(var(--base_color)));
  background: -webkit-linear-gradient(left, var(--base_color60) 0%, var(--base_color) 100%);
  background: linear-gradient(90deg, var(--base_color60) 0%, var(--base_color) 100%);
}
.page_mh .off .title {
  color: var(--black) !important;
}

.l-interview .page-ttl::before {
  top: 10rem;
}
@media only screen and (max-width: 760px) {
  .l-interview .page-ttl::before {
    top: 5rem;
    aspect-ratio: 16/8;
    height: auto;
    background-size: cover;
  }
}
.l-interview .page-ttl .title {
  color: var(--base_color_dark);
}
.l-interview .page-ttl .en {
  color: var(--black);
}

.p-interview01 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview01 {
    padding-block: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-interview01 .gradient_border {
    border-radius: 0;
    padding: 2px 0 0;
    margin-inline: -2rem;
    position: relative;
  }
}
.p-interview01 .grid {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 55%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 760px) {
  .p-interview01 .grid {
    border-radius: 0;
    display: block;
  }
}
.p-interview01 .image {
  height: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 760px) {
  .p-interview01 .image {
    position: absolute;
    top: 2px;
    right: -4rem;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-interview01 .image::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
  }
}
.p-interview01 .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview01 .description {
  padding-block: 6rem;
  padding-left: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .p-interview01 .description {
    padding-block: 3rem 1rem;
    padding-left: 2rem;
  }
}
.p-interview01 .headline {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 760px) {
  .p-interview01 .headline {
    padding-bottom: 1rem;
  }
}
.p-interview01 .headline .label {
  text-align: left;
  line-height: 1.5;
  color: var(--base_color_dark);
}
@media only screen and (max-width: 760px) {
  .p-interview01 .headline .label {
    font-size: 1.8rem;
  }
}
.p-interview01 .name {
  font-size: 4rem;
  font-family: var(--mincho);
  padding-right: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 760px) {
  .p-interview01 .name {
    font-size: 2.4rem;
  }
}

.p-interview02 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 {
    padding-block: 4rem;
  }
}
.p-interview02 .interview-qa {
  display: grid;
  gap: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .interview-qa {
    gap: 4rem;
  }
}
.p-interview02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  gap: 6rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-interview02 .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item:nth-child(odd) {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-interview02 .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 49rem;
  display: grid;
  gap: 3rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .content {
    gap: 1rem;
  }
}
.p-interview02 .item .content .question_text {
  font-family: var(--mincho);
  color: var(--base_color_dark);
}
.p-interview02 .item .content .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .content .question {
    font-size: 1.5rem;
  }
}
.p-interview02 .item .content .question img {
  width: 6rem;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .content .question img {
    width: 3.5rem;
  }
}
.p-interview02 .item .content .main {
  font-size: 2.4rem;
  font-family: var(--mincho);
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .content .main {
    font-size: 1.8rem;
  }
}
.p-interview02 .item .image {
  width: 55%;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .image {
    width: 100%;
  }
}
.p-interview02 .item .image img {
  border-radius: 2rem;
  aspect-ratio: 675/530;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .p-interview02 .item .image img {
    border-radius: 1rem;
    aspect-ratio: 33/20;
  }
}

.p-interview03 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview03 {
    padding-block: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-interview03 .container {
    padding: 0;
  }
}
.p-interview03 .day_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .day_title {
    gap: 1rem;
    padding-bottom: 2rem;
  }
}
.p-interview03 .day_title img {
  width: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .day_title img {
    width: 4rem;
  }
}
.p-interview03 .day_text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .day_text {
    font-size: 1.8rem;
  }
}
.p-interview03 .day {
  position: relative;
  padding: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .day {
    padding: 4rem 2rem;
  }
}
.p-interview03 .day .image {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .day .image {
    border-radius: 0;
  }
}
.p-interview03 .day .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview03 .day .image::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.25;
}
.p-interview03 .time-schedule {
  position: relative;
}
.p-interview03 .time-schedule::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: calc(100% - 2rem);
  background-color: var(--base_color_dark);
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule::after {
    left: 2rem;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-interview03 .time-schedule .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-interview03 .time-schedule .item {
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item {
    width: 100%;
  }
}
.p-interview03 .time-schedule .item:nth-child(odd) {
  padding-bottom: 1em;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item:nth-child(odd) {
    padding: 0;
  }
}
.p-interview03 .time-schedule .item:nth-child(odd) .time::before {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item:nth-child(odd) .time::before {
    left: 2rem;
  }
}
.p-interview03 .time-schedule .item:nth-child(odd) .copy {
  padding-right: 0;
}
.p-interview03 .time-schedule .item:nth-child(even) {
  text-align: right;
  padding-top: 4em;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item:nth-child(even) {
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
.p-interview03 .time-schedule .item:nth-child(even) .time::before {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item:nth-child(even) .time::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 2rem;
    right: unset;
  }
}
.p-interview03 .time-schedule .item:nth-child(even) .copy {
  padding-left: 0;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .item:nth-child(even) .copy {
    padding-left: 4rem;
    padding-right: 0;
  }
}
.p-interview03 .time-schedule .item:last-child {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.p-interview03 .time-schedule .copy {
  padding-inline: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .copy {
    padding-inline: 4rem 0;
  }
}
.p-interview03 .time-schedule .time {
  font-weight: bold;
  padding-inline: 4rem;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .time-schedule .time {
    padding-inline: 4rem 0;
    font-size: 2rem;
  }
}
.p-interview03 .time-schedule .time:before {
  content: "●";
  position: absolute;
  color: var(--base_color_dark);
}
.p-interview03 .arrow {
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7em 0.5em;
  border-top-color: var(--base_color_dark);
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  .p-interview03 .arrow {
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 2rem;
    bottom: 0.5rem;
    border-width: 0.7em 0.6em;
  }
}

.p-interview04 {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .p-interview04 {
    padding-block: 4rem;
  }
}
.p-interview04 .gradient_border {
  overflow: hidden;
  border-radius: 8rem 0;
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .gradient_border {
    border-radius: 4rem 0;
  }
}
.p-interview04 .off {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7.7rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off {
    border-radius: 3.8rem 0;
    grid-template-columns: 1fr;
  }
}
.p-interview04 .off .off_img {
  padding: 6rem;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off .off_img {
    padding: 2rem;
  }
}
.p-interview04 .off .off_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off .off_img img {
    border-radius: 1rem;
    aspect-ratio: 30/18;
  }
}
.p-interview04 .off .title {
  color: #fff;
  border-radius: 7.6rem 0;
  padding: 2rem 8rem;
  font-size: 3rem;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  justify-self: start;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off .title {
    border-radius: 3.7rem 0;
    padding: 1rem;
    font-size: 2.1rem;
    justify-self: unset;
    text-align: center;
  }
}
.p-interview04 .off .title span {
  position: relative;
  z-index: 1;
}
.p-interview04 .off .title::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.8;
}
.p-interview04 .off .text {
  padding: 6rem 0 6rem 6rem;
  display: grid;
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off .text {
    padding: 2rem;
  }
}
.p-interview04 .off .main {
  color: var(--base_color_dark);
  font-size: 2.1rem;
}
@media only screen and (max-width: 760px) {
  .p-interview04 .off .main {
    font-size: 1.6rem;
  }
}

.p-other-interview .p-other-interview__title {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--navy);
  text-transform: capitalize;
}
.p-other-interview .p-other-interview-card {
  display: block;
  margin: auto;
}
.p-other-interview .p-other-interview-card .item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .p-other-interview .p-other-interview-card .item {
    gap: 0;
  }
}
.p-other-interview .p-other-interview-card .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-other-interview .p-other-interview-card .image {
  overflow: hidden;
  border-radius: 1rem;
}
.p-other-interview .p-other-interview-card .image img {
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.p-other-interview .p-other-interview-card .name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-other-interview .p-other-interview-card .name {
    font-size: 1.4rem;
  }
}
.p-other-interview .p-other-interview-card .copy {
  display: none;
}

.other-interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .other-interview-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
.page_kt .other-interview-list .kt {
  display: none;
}
.page_ay .other-interview-list .ay {
  display: none;
}
.page_ad .other-interview-list .ad {
  display: none;
}
.page_mh .other-interview-list .mh {
  display: none;
}
.page_sm .other-interview-list .sm {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* blocks */
/* 目次 */
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* sidebar */
/* 目次 */
/* __00: 初期設定 */
/* __10: サイドバーナビ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main.has-aside .entry__content {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 192px 1fr;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  main.has-aside .entry__content {
    grid-template-columns: 142px 1fr;
    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }
}
@media only screen and (max-width: 760px) {
  main.has-aside .entry__content {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-top: 0;
  }
}
main.has-aside .entry__content__inner {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  main.has-aside .entry__content__inner {
    grid-column: 1;
    grid-row: 2;
  }
}
main.has-aside .entry__content__inner .container {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  main.has-aside .entry__content__inner .container {
    width: 90%;
  }
}
main.has-aside .entry__content__aside {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12rem 0;
  top: 12rem;
}
@media only screen and (max-width: 960px) {
  main.has-aside .entry__content__aside {
    padding: 8rem 0;
    top: 8rem;
  }
}
@media only screen and (max-width: 760px) {
  main.has-aside .entry__content__aside {
    grid-column: 1;
    grid-row: 1;
    width: 90%;
    position: static;
    padding: 8rem 0 0;
    margin: 0 auto;
  }
}

/* __10: サイドバーナビ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.aside__block .aside-nav {
  padding-top: 1rem;
}
@media only screen and (max-width: 760px) {
  .aside__block .aside-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    max-width: 310px;
    border: none;
    padding-top: 0;
    margin: 0 auto;
  }
}
.aside__block .aside-nav li {
  margin: 0;
  padding-top: 2rem;
}
@media only screen and (max-width: 760px) {
  .aside__block .aside-nav li {
    padding: 0;
    max-width: 142px;
  }
}
.aside__block .aside-nav li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s cubic-bezier(var(--transformrate));
  transition: color 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 960px) {
  .aside__block .aside-nav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 760px) {
  .aside__block .aside-nav li a {
    color: var(--black) !important;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
  }
}
.aside__block .aside-nav li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 4px;
  margin: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background-color 0.5s cubic-bezier(var(--transformrate)), -webkit-transform 0.5s cubic-bezier(var(--transformrate));
  transition: background-color 0.5s cubic-bezier(var(--transformrate)), -webkit-transform 0.5s cubic-bezier(var(--transformrate));
  transition: transform 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate));
  transition: transform 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate)), -webkit-transform 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 760px) {
  .aside__block .aside-nav li a::before {
    bottom: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.aside__block .aside-nav li a.is-current::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.aside__block .aside-nav li a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate));
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate));
  transition: transform 0.5s cubic-bezier(var(--transformrate));
  transition: transform 0.5s cubic-bezier(var(--transformrate)), -webkit-transform 0.5s cubic-bezier(var(--transformrate));
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: contentファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content */
/* 目次 */
/* __00: 初期設定 */
/* __10: 固定ページ */
/* __20: 投稿ページ */
/* __30: 投稿カテゴリーページ */
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: 固定ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __20: 投稿ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __30: 投稿カテゴリーページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __40: 投稿アーカイブページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.page .entry__content {
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}
.page .entry__content--page {
  padding-block: 8rem;
}
@media only screen and (max-width: 760px) {
  .page .entry__content--page {
    padding-block: 4rem;
  }
}
.page .entry__content__inner .container {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page .entry__content__inner .container.mw__full {
  width: 100%;
  max-width: inherit;
}
.page .entry__content__inner .container.mw__full > .block {
  width: 90%;
  margin: 0 auto;
}
.page .entry__content__inner .container.ov__X_hidden {
  overflow-x: hidden;
}
.page .entry__content__inner .container.padding__null {
  padding: 0;
}
.page .entry__content__inner .container.padding__null_top {
  padding-top: 0;
}
.page .entry__content__inner .container.padding__null_bottom {
  padding-bottom: 0;
}

.post .entry__content {
  font-family: var(--font-family_c);
  width: 100%;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
  padding: 0 0 10rem;
}
@media only screen and (max-width: 760px) {
  .post .entry__content {
    margin-top: 2rem;
    padding: 0 0 5rem;
  }
}
.post .entry__content .container {
  padding: 0 10rem;
}
@media only screen and (max-width: 760px) {
  .post .entry__content .container {
    padding: 0 2rem;
  }
}
.post .entry__content__inner .container.mw__full {
  width: 100%;
  max-width: inherit;
}
.post .entry__content__inner .container.ov__X_hidden {
  overflow-x: hidden;
}
.post .entry__content__inner .container.padding__null {
  padding: 0;
}
.post .entry__content__inner .container.padding__null_top {
  padding-top: 0;
}
.post .entry__content__inner .container.padding__null_bottom {
  padding-bottom: 0;
}
.post .entry__footer {
  padding: 5rem 0 10rem;
}
.post .entry__footer .post-list {
  margin-bottom: 5rem;
}
.post .entry__footer .post-list .post-head {
  margin-bottom: 3rem;
}

#category .entry__content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  z-index: 1;
}

.archive .entry__content {
  min-height: 30vh;
  min-height: calc(var(--vh, 1vh) * 30);
  position: relative;
  padding: 0 0 14rem;
}
@media only screen and (max-width: 760px) {
  .archive .entry__content {
    padding: 0 0 7rem;
  }
}

/* __10: contentファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ttl */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumb {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 1.5s forwards;
          animation: fadeIn 1s ease 1.5s forwards;
}

.page-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-ttl.--recruit {
  min-height: 400px;
  position: static;
}
@media only screen and (max-width: 760px) {
  .page-ttl.--recruit {
    min-height: 200px;
    margin-top: 5rem;
  }
}
.page-ttl.--recruit .text {
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 1.5s forwards;
          animation: fadeIn 1s ease 1.5s forwards;
}
.page-ttl .ttl__text {
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 1.5s forwards;
          animation: fadeIn 1s ease 1.5s forwards;
}
.page-ttl .ttl__mv {
  pointer-events: none;
  overflow: hidden;
  background-color: var(--light_gray);
  min-height: 45rem;
  max-height: 47rem;
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__mv {
    min-height: 20rem;
  }
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateY-reverse {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes rotateY-reverse {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
.page-ttl__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  pointer-events: none;
}
.page-ttl__bg > * {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-ttl__bg .page-ttl__bg-01 {
  width: 38rem;
  aspect-ratio: 50/45;
  background-image: url(../images/recruit/sub/head_bg_01.webp);
  left: -1.4rem;
  top: -2.4rem;
  -webkit-animation: rotateY 1s ease 0.2s forwards;
          animation: rotateY 1s ease 0.2s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-01 {
    left: -8rem;
    top: 1rem;
    width: 16rem;
  }
}
.page-ttl__bg .page-ttl__bg-02 {
  width: 36rem;
  aspect-ratio: 49/44;
  background-image: url(../images/recruit/sub/head_bg_02.webp);
  left: 11.5rem;
  top: 13.5rem;
  -webkit-animation: rotateY 1s ease 0.8s forwards;
          animation: rotateY 1s ease 0.8s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-02 {
    left: -4rem;
    top: 5rem;
    width: 16rem;
  }
}
.page-ttl__bg .page-ttl__bg-03 {
  width: 24rem;
  aspect-ratio: 49/44;
  background-image: url(../images/recruit/sub/head_bg_03.webp);
  left: 5rem;
  top: 39rem;
  -webkit-animation: rotateY 1s ease 0.8s forwards;
          animation: rotateY 1s ease 0.8s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-03 {
    left: -6.5rem;
    top: 16rem;
    width: 11rem;
  }
}
.page-ttl__bg .page-ttl__bg-04 {
  width: 38rem;
  aspect-ratio: 50/45;
  background-image: url(../images/recruit/sub/head_bg_01.webp);
  right: -2rem;
  top: 27rem;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-animation: rotateY-reverse 1s ease 0.2s forwards;
          animation: rotateY-reverse 1s ease 0.2s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-04 {
    right: -8.5rem;
    top: 11rem;
    width: 16rem;
  }
}
.page-ttl__bg .page-ttl__bg-05 {
  width: 36rem;
  aspect-ratio: 49/44;
  background-image: url(../images/recruit/sub/head_bg_02.webp);
  right: 9.5rem;
  top: 13.5rem;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-animation: rotateY-reverse 1s ease 0.8s forwards;
          animation: rotateY-reverse 1s ease 0.8s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-05 {
    right: -5rem;
    top: 5rem;
    width: 16rem;
  }
}
.page-ttl__bg .page-ttl__bg-06 {
  width: 24rem;
  aspect-ratio: 49/44;
  background-image: url(../images/recruit/sub/head_bg_03.webp);
  right: 3.5rem;
  top: -1.5rem;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-animation: rotateY-reverse 1s ease 0.8s forwards;
          animation: rotateY-reverse 1s ease 0.8s forwards;
}
@media only screen and (max-width: 760px) {
  .page-ttl__bg .page-ttl__bg-06 {
    right: -7rem;
    top: 0.5rem;
    width: 11rem;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-message01,
.p-job01,
.p-numbers01,
.p-recruitment01,
.p-interview01,
.p-careerup01 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-animation: slideUp 1s ease 1.5s forwards;
          animation: slideUp 1s ease 1.5s forwards;
}

.page-ttl {
  min-height: 300px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-ttl {
    min-height: 200px;
  }
}
@media only screen and (max-width: 760px) {
  .page-ttl {
    min-height: 200px;
  }
}
.page-ttl.wind {
  overflow: hidden;
  margin-bottom: -80px;
  min-height: 450px;
}
@media only screen and (max-width: 960px) {
  .page-ttl.wind {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -160px;
    min-height: 350px;
  }
  .page-ttl.wind .ttl__text {
    padding-top: 5rem;
  }
}
.page-ttl__bg-corporate {
  width: 100%;
  z-index: 0;
}
.page-ttl .container {
  position: absolute;
  width: 100%;
}
.page-ttl .container .breadcrumb {
  padding: 0;
  margin-top: -3rem;
}
.page-ttl .container .breadcrumb ol {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 760px) {
  .page-ttl .container .breadcrumb {
    margin-top: 2rem;
  }
  .page-ttl .container .breadcrumb ol {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-ttl .ttl__text {
  border-bottom: 1px solid var(--c_light_gray);
  gap: 2rem;
  padding-bottom: 3rem;
  text-align: left;
}
.page-ttl .ttl__text::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 3px;
  background: var(--c_blue);
}
.page-ttl .ttl__text.no-animation {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.page-ttl .ttl__text .en {
  color: var(--c_blue);
  font-weight: 500;
  font-size: clamp(0.85rem, 1.1805555556vw, 1.7rem);
  text-transform: uppercase;
}
.page-ttl .ttl__text .title {
  color: var(--black);
  font-family: var(--font-family_c);
  font-weight: 400;
  font-size: clamp(1.75rem, 2.4305555556vw, 3.5rem);
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__text {
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .page-ttl .ttl__text::before {
    width: 115px;
  }
  .page-ttl .ttl__text .en {
    font-size: clamp(0.9rem, 3.2vw, 1.2rem);
  }
  .page-ttl .ttl__text .title {
    font-size: clamp(1.65rem, 5.8666666667vw, 2.2rem);
  }
}
.page-ttl .wind {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .page-ttl .wind {
    width: 1100px;
    left: -35%;
  }
}
.page-ttl .wind-center {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center;
  opacity: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.1%, black), color-stop(99.9%, black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 0.1%, black 99.9%, transparent 100%);
  -webkit-mask-size: 400% 100%;
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat;
  /* 初期は非表示（clip）から左→右へフェードイン */
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation-name: reveal, windFlow, curveWave;
          animation-name: reveal, windFlow, curveWave;
  -webkit-animation-timing-function: ease-out, ease-in-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out, ease-in-out;
  -webkit-animation-fill-mode: forwards, none, none;
          animation-fill-mode: forwards, none, none;
  -webkit-animation-iteration-count: 1, infinite, infinite;
          animation-iteration-count: 1, infinite, infinite;
}
.page-ttl .wind1 {
  top: 0;
  height: 495px;
}
.page-ttl .wind1 .wind-center {
  background-image: url("../images/corporate/wind1.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0s, 0s, 0s;
          animation-delay: 0s, 0s, 0s;
  -webkit-animation-duration: 1s, 10s, 6s;
          animation-duration: 1s, 10s, 6s;
}
@media only screen and (max-width: 960px) {
  .page-ttl .wind1 {
    height: 295px;
  }
}
@media only screen and (max-width: 760px) {
  .page-ttl .wind1 {
    top: -10%;
  }
}
.page-ttl .wind2 {
  top: 35%;
  height: 399px;
}
.page-ttl .wind2 .wind-center {
  background-image: url("../images/corporate/wind2.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.3s, 1.5s, 1s;
          animation-delay: 0.3s, 1.5s, 1s;
  -webkit-animation-duration: 1s, 14s, 8s;
          animation-duration: 1s, 14s, 8s;
}
@media only screen and (max-width: 960px) {
  .page-ttl .wind2 {
    height: 199px;
  }
}
@media only screen and (max-width: 760px) {
  .page-ttl .wind2 {
    top: 20%;
  }
}
.page-ttl .wind3 {
  top: 20%;
  height: 578px;
}
.page-ttl .wind3 .wind-center {
  background-image: url("../images/corporate/wind3.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.5s, 2.2s, 0.6s;
          animation-delay: 0.5s, 2.2s, 0.6s;
  -webkit-animation-duration: 1s, 11s, 5s;
          animation-duration: 1s, 11s, 5s;
}
@media only screen and (max-width: 960px) {
  .page-ttl .wind3 {
    height: 278px;
  }
}
@media only screen and (max-width: 760px) {
  .page-ttl .wind3 {
    top: 5%;
  }
}
.page-ttl .wind4 {
  top: 55%;
  height: 237px;
}
.page-ttl .wind4 .wind-center {
  background-image: url("../images/corporate/wind4.webp");
  opacity: 0.8;
  -webkit-animation-delay: 0.7s, 3.5s, 2s;
          animation-delay: 0.7s, 3.5s, 2s;
  -webkit-animation-duration: 1s, 13s, 7s;
          animation-duration: 1s, 13s, 7s;
}
@media only screen and (max-width: 960px) {
  .page-ttl .wind4 {
    height: 137px;
  }
}
@media only screen and (max-width: 760px) {
  .page-ttl .wind4 {
    top: 30%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブ */
.archive__content {
  font-family: var(--font-family_c);
}
.archive__content .post-list .post-item:first-of-type {
  border-bottom: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: category-links */
.category-links {
  position: relative;
}
.category-links .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 3rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .category-links .container {
    padding-bottom: 3rem;
  }
}
.category-links .title {
  color: var(--c_blue);
  font-size: clamp(1.5rem, 2.0833333333vw, 3rem);
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .category-links .title {
    font-size: clamp(1.65rem, 5.8666666667vw, 2.2rem);
  }
}
.category-links .category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .category-links .category-list {
    gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.category-links .category-list .item {
  border: 1px solid var(--black);
}
.category-links .category-list .item .link {
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 8rem;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  opacity: 1;
}
@media only screen and (max-width: 760px) {
  .category-links .category-list .item .link {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
  }
}
.category-links .category-list .item .link:hover {
  background: var(--black);
  color: var(--white);
}
.category-links .category-list .item .link.current {
  background: var(--black);
  color: var(--white);
  pointer-events: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 新着情報のアーカイブ */
.information-card {
  border-bottom: 1px solid #e5e5e5;
}
.information-card .link {
  text-decoration: none;
  padding: 1.5rem 0.5rem;
  display: block;
  position: relative;
}
.information-card .link:hover::before {
  width: 100%;
}
.information-card .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--light_gray);
  -webkit-transition: 0.45s cubic-bezier(var(--transformrate));
  transition: 0.45s cubic-bezier(var(--transformrate));
}
.information-card .title {
  position: relative;
  gap: 1rem;
}
.information-card .title .label {
  font-weight: 600;
}
.information-card .date {
  white-space: nowrap;
  width: 8em;
}
.information-card .meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 1rem;
}
@media only screen and (max-width: 760px) {
  .information-card .meta {
    font-size: 1rem;
  }
}
.information-card .post-type {
  background: #000;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 760px) {
  .information-card .post-type {
    font-size: 1rem;
  }
}
.information-card .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.information-card .cat span {
  display: block;
  padding: 0 1rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  font-size: 1.2rem;
}
@media only screen and (max-width: 760px) {
  .information-card .cat span {
    font-size: 1rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* content-pagenation */
/* 目次 */
/* __00: 初期設定 */
/* __10: ページャー */
/* __20: 次・前・一覧ボタン */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.content-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 960px) {
  .content-pagination {
    gap: 2rem;
  }
}
@media only screen and (max-width: 760px) {
  .content-pagination {
    gap: 1rem;
  }
}
/* __10: ページャー */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.content-pagination.--archive {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  padding: 0 2rem 20rem;
}
@media only screen and (max-width: 960px) {
  .content-pagination.--archive {
    padding: 0 2rem 10rem;
  }
}
@media only screen and (max-width: 760px) {
  .content-pagination.--archive {
    padding: 0 2rem 6rem;
  }
}
.content-pagination.--archive .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.content-pagination.--archive .nav a,
.content-pagination.--archive span,
.content-pagination.--archive .page-numbers,
.content-pagination.--archive .dots {
  color: var(--black);
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .content-pagination.--archive .nav a,
  .content-pagination.--archive span,
  .content-pagination.--archive .page-numbers,
  .content-pagination.--archive .dots {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 760px) {
  .content-pagination.--archive .nav a,
  .content-pagination.--archive span,
  .content-pagination.--archive .page-numbers,
  .content-pagination.--archive .dots {
    font-size: 1.4rem;
  }
}
.content-pagination.--archive .nav a:after,
.content-pagination.--archive span:after,
.content-pagination.--archive .page-numbers:after,
.content-pagination.--archive .dots:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.content-pagination.--archive a {
  display: block;
  text-decoration: none;
}
.content-pagination.--archive a:hover::after {
  background: var(--black);
}
.content-pagination.--archive .nav a span::after {
  display: none;
}
.content-pagination.--archive span.current::after {
  background: var(--black);
}
.content-pagination.--archive span.dots {
  pointer-events: none;
}
.content-pagination.--archive span.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* __20: 次・前・一覧ボタン */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.content-pagination.--post {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .content-pagination.--post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents */
/* 目次 */
/* __00: 初期設定 */
/* __10: contentsファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: contentsファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents-post */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定  */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.post-list .post-item {
  border-top: 1px solid var(--c_light_gray);
  border-bottom: 1px solid var(--c_light_gray);
  width: 100%;
}
.post-list .post-item .link {
  opacity: 1;
  text-decoration: none;
  color: var(--black);
  display: block;
  padding: 2rem 0;
  padding-right: 5rem;
  position: relative;
}
.post-list .post-item .link .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.post-list .post-item .link .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  white-space: nowrap;
}
.post-list .post-item .link .date {
  color: var(--c_blue);
  font-size: clamp(0.65rem, 0.9027777778vw, 1.3rem);
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .date {
    font-size: clamp(0.975rem, 3.4666666667vw, 1.3rem);
  }
}
.post-list .post-item .link .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: clamp(0.65rem, 0.9027777778vw, 1.3rem);
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .cat {
    gap: 1.4rem;
    font-size: clamp(0.975rem, 3.4666666667vw, 1.3rem);
  }
}
.post-list .post-item .link .cat .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .cat .label {
    font-size: 1rem;
    gap: 1rem;
  }
}
.post-list .post-item .link .cat .label span {
  background: var(--c_blue);
  color: white;
  padding: 0 0.5rem;
}
.post-list .post-item .link b {
  font-weight: bold;
}
.post-list .post-item .link .title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.post-list .post-item .link .title .label {
  font-size: clamp(0.75rem, 1.0416666667vw, 1.5rem);
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .post-list .post-item .link .title .label {
    font-size: clamp(1.125rem, 4vw, 1.5rem);
  }
}
.post-list .post-item .link .text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.post-list .post-item .link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 290/180;
  display: block;
  background-color: #eee;
}
.post-list .post-item .link .thumbnail .--dummy img {
  padding: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 760px) {
  .post-list .post-item .link .thumbnail .--dummy img {
    padding: 2rem;
  }
}
.post-list .post-item .link .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.post-list .post-item .link::before, .post-list .post-item .link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c_blue);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.post-list .post-item .link::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.post-list .post-item .link::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.post-list:hover article:hover .link {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-list:hover article:hover .link .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.post-list .post-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: left;
  grid-row: 1/3;
}
.post-list .post-head .en {
  color: var(--c_blue);
  font-size: clamp(3rem, 4.1666666667vw, 6rem);
  font-weight: 400;
  line-height: 1;
}
.post-list .post-head .ja {
  font-size: clamp(0.75rem, 1.0416666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .post-list .post-head {
    margin-bottom: 2rem;
  }
  .post-list .post-head .en {
    font-size: clamp(4.5rem, 16vw, 6rem);
  }
  .post-list .post-head .ja {
    font-size: clamp(1.125rem, 4vw, 1.5rem);
  }
}
.post-list.postType_post_forGrit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .post-list.postType_post_forGrit {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.post-list-wrapper {
  position: relative;
  padding: 4rem 0;
}
.post-list-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: var(--c_bg);
  z-index: -1;
}
.post-list-wrapper .postType_post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .post-list-wrapper {
    padding: 3rem 0;
  }
  .post-list-wrapper .postType_post {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.post-none {
  padding-top: 2rem;
}
.post-none .text {
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
.site-footer {
  background: var(--gradient);
  padding: 6rem 0;
  position: relative;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: コーポレートfooter */
}
@media only screen and (max-width: 760px) {
  .site-footer {
    padding: 3rem 0;
  }
}
.site-footer .sitemap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6rem 5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  height: auto;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.site-footer .sitemap_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_left {
    display: none;
  }
}
.site-footer .sitemap_left .sitemap__nav:last-child {
  border-top: 1px solid var(--black);
  padding-top: 1.8rem;
  margin-top: 1.8rem;
}
.site-footer .sitemap_left .sitemap__nav:last-child > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.site-footer .sitemap_left .sitemap__nav:last-child > ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.site-footer .sitemap_left .sitemap__nav:last-child > ul .sitemap__nav__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 0;
}
.site-footer .sitemap_left .sitemap__nav:last-child > ul .sitemap__nav__sub a::before {
  display: inline-block;
}
.site-footer .sitemap_left .sitemap__nav:last-child > ul .sitemap__nav__sub li {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.site-footer .sitemap_left .sitemap__nav > ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 5rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_left .sitemap__nav > ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }
}
.site-footer .sitemap_left .sitemap__nav > ul li {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.site-footer .sitemap_left .sitemap__nav span:not(.label) {
  font-size: 1.8rem;
  font-weight: bold;
}
.site-footer .sitemap_left .sitemap__nav a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_left .sitemap__nav a {
    font-size: 1.3rem;
  }
}
.site-footer .sitemap_left .sitemap__nav a:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 0.6rem;
  background-image: url(../images/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.site-footer .sitemap_left .sitemap__nav a:hover::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.site-footer .sitemap_left .sitemap__nav__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1rem;
  padding: 1rem 0 0 2.6rem;
}
.site-footer .sitemap_left .sitemap__nav__sub a {
  font-size: 1.6rem;
}
.site-footer .sitemap_left .sitemap__nav__sub a:before {
  display: none;
}
.site-footer .sitemap_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right {
    gap: 2rem;
  }
}
.site-footer .sitemap_right a {
  text-decoration: none;
}
.site-footer .sitemap_right .sitemap_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
.site-footer .sitemap_right .sitemap_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .sitemap_logo a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.site-footer .sitemap_right .sitemap_logo a .label {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.site-footer .sitemap_right .sitemap_logo a img {
  width: 26.7rem;
  aspect-ratio: 267/46;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .sitemap_logo a img {
    width: 21rem;
  }
}
.site-footer .sitemap_right .address {
  font-size: 1.4rem;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .address {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .address a {
    text-decoration: underline;
  }
}
.site-footer .sitemap_right .tel span {
  display: inline-block;
}
.site-footer .sitemap_right .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .link {
    gap: 0.5rem;
  }
}
.site-footer .sitemap_right .link a {
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_right .link a {
    text-decoration: underline;
  }
}
.site-footer .sitemap_bottom {
  grid-column: 1/3;
  width: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 2rem;
}
.site-footer .sitemap_bottom .note span {
  display: inline-block;
}
.site-footer .sitemap_bottom .copyright {
  font-size: 1rem;
  line-height: normal;
}
.site-footer-corporate {
  position: relative;
  z-index: 1;
}
.site-footer-corporate .footer-link {
  background: var(--c_light_gray);
  margin: 0 calc(50% - 50vw);
  padding: 6rem 10rem;
  width: 100vw;
}
.site-footer-corporate .footer-link .button-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.5rem 4rem;
  position: relative;
}
.site-footer-corporate .footer-link .button-flex::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--c_blue);
}
.site-footer-corporate .footer-link .button-flex a {
  margin: 0 10rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 760px) {
  .site-footer-corporate .footer-link {
    padding: 6rem 2rem;
  }
  .site-footer-corporate .footer-link .button-flex {
    gap: 4rem;
    grid-template-columns: 1fr;
    padding: 0 2rem;
  }
  .site-footer-corporate .footer-link .button-flex::before {
    content: none;
  }
  .site-footer-corporate .footer-link .button-flex a {
    margin: 0;
  }
}
.site-footer-corporate .sitemap {
  background: url(../images/corporate/footer-bg.webp) no-repeat bottom 10% center/cover;
  margin: 0 calc(50% - 50vw);
  padding: 8rem 10rem 0;
  position: relative;
  width: 100vw;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 10rem;
}
.site-footer-corporate .sitemap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(9, 83, 185)), color-stop(25%, rgba(72, 124, 198, 0.4)), to(rgba(0, 106, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(9, 83, 185) 0%, rgba(72, 124, 198, 0.4) 25%, rgba(0, 106, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(9, 83, 185) 0%, rgba(72, 124, 198, 0.4) 25%, rgba(0, 106, 255, 0) 100%);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  mix-blend-mode: multiply;
}
.site-footer-corporate .sitemap .sitemap_logo {
  position: relative;
}
.site-footer-corporate .sitemap .sitemap_logo a {
  display: block;
}
.site-footer-corporate .sitemap .sitemap_right {
  display: grid;
  gap: 5rem;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav > ul > li {
  width: 20%;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav > ul > li > a {
  color: white;
  display: block;
  font-size: clamp(0.85rem, 1.1805555556vw, 1.7rem);
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav > ul > li > a .label::before {
  background: white;
  width: 100%;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav > ul > li > a + a {
  margin-top: 3rem;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav .sitemap__nav__sub li {
  width: 100%;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav .sitemap__nav__sub li a {
  color: white;
  display: block;
  font-size: clamp(0.6rem, 0.8333333333vw, 1.2rem);
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.site-footer-corporate .sitemap .sitemap_right .sitemap__nav .sitemap__nav__sub li a .label::before {
  background: white;
}
@media only screen and (max-width: 760px) {
  .site-footer-corporate .sitemap .sitemap_right {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .site-footer-corporate .sitemap {
    padding: 8rem 5rem 0;
  }
}
@media only screen and (max-width: 760px) {
  .site-footer-corporate .sitemap {
    gap: 5rem;
    grid-template-columns: 1fr;
    padding: 8rem 2rem 0;
  }
  .site-footer-corporate .sitemap .sitemap_logo {
    text-align: center;
  }
}
.site-footer-corporate .sitemap_bottom {
  background: white;
  margin: 0 calc(50% - 50vw);
  padding: 2rem 10rem;
  width: 100vw;
  text-align: right;
  grid-column: 1/3;
  z-index: 1;
}
.site-footer-corporate .sitemap_bottom a {
  color: var(--c_gray);
  font-size: clamp(0.65rem, 0.9027777778vw, 1.3rem);
  margin-right: 5rem;
}
.site-footer-corporate .sitemap_bottom .copyright {
  color: var(--c_gray);
  font-size: clamp(0.6rem, 0.8333333333vw, 1.2rem);
  line-height: normal;
}
@media only screen and (max-width: 960px) {
  .site-footer-corporate .sitemap_bottom {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 760px) {
  .site-footer-corporate .sitemap_bottom {
    background: none;
    grid-column: inherit;
    padding: 0 2rem 3rem;
    text-align: center;
  }
  .site-footer-corporate .sitemap_bottom a {
    color: white;
    display: block;
    font-size: 12px;
    margin: 0 0 1rem;
  }
  .site-footer-corporate .sitemap_bottom .copyright {
    color: white;
    display: block;
    font-size: 12px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
.site-header {
  width: calc(100% - 4rem);
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}
@media only screen and (max-width: 760px) {
  .site-header {
    background: unset;
    padding: 0;
    position: static;
  }
}

.sitelogo {
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .sitelogo {
    position: fixed;
    z-index: 100;
    top: 0.5rem;
    left: 1rem;
    height: 4.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sitelogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .sitelogo a {
    width: auto;
  }
}
.sitelogo a .label {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .sitelogo a .label {
    font-size: 1.2rem;
  }
}
.sitelogo img {
  height: 4rem;
}
@media only screen and (max-width: 760px) {
  .sitelogo img {
    height: 2.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: グローバルナビ */
@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.site-header__grobal-nav {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav {
    display: none;
  }
}
.site-header__grobal-nav .sns-nav,
.site-header__grobal-nav .grobal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .sns-nav,
  .site-header__grobal-nav .grobal-nav {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(28.37%, #faf6f0), to(rgba(250, 246, 240, 0)));
    background: -webkit-linear-gradient(bottom, #faf6f0 28.37%, rgba(250, 246, 240, 0) 100%);
    background: linear-gradient(0deg, #faf6f0 28.37%, rgba(250, 246, 240, 0) 100%);
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 0.5rem;
    position: fixed;
    z-index: 99;
  }
}
.site-header__grobal-nav .sns-nav a,
.site-header__grobal-nav .grobal-nav a {
  display: block;
  line-height: normal;
  text-decoration: none;
  padding: 2rem;
}
@media only screen and (max-width: 960px) {
  .site-header__grobal-nav .sns-nav a,
  .site-header__grobal-nav .grobal-nav a {
    letter-spacing: 0.24px;
    padding: 0.65rem 1rem;
  }
}
.site-header__grobal-nav .sns-nav a .label::before,
.site-header__grobal-nav .grobal-nav a .label::before {
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: var(--navy);
  z-index: -1;
}
.site-header__grobal-nav .sns-nav a:hover,
.site-header__grobal-nav .grobal-nav a:hover {
  opacity: 1;
}
.site-header__grobal-nav .sns-nav .--entry,
.site-header__grobal-nav .grobal-nav .--entry {
  margin: 0 1rem;
  background-color: var(--red);
  border-radius: 3rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.2rem 2rem;
  opacity: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(var(--transformrate));
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .sns-nav .--entry,
  .site-header__grobal-nav .grobal-nav .--entry {
    margin-left: 0;
  }
}
.site-header__grobal-nav .sns-nav .--entry:hover,
.site-header__grobal-nav .grobal-nav .--entry:hover {
  background-color: var(--navy);
}
.site-header__grobal-nav .sns-nav .--note,
.site-header__grobal-nav .grobal-nav .--note {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .sns-nav .--note,
  .site-header__grobal-nav .grobal-nav .--note {
    padding: 0;
  }
}
.site-header__grobal-nav .sns-nav .--instagram,
.site-header__grobal-nav .grobal-nav .--instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .sns-nav .--instagram,
  .site-header__grobal-nav .grobal-nav .--instagram {
    padding: 0;
  }
}
.site-header__grobal-nav .sns-nav .--instagram img,
.site-header__grobal-nav .grobal-nav .--instagram img {
  width: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(1012%) hue-rotate(169deg) brightness(94%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(1012%) hue-rotate(169deg) brightness(94%) contrast(87%);
}
.site-header__grobal-nav .sns-nav .--instagram .label,
.site-header__grobal-nav .grobal-nav .--instagram .label {
  display: none;
}
.site-header__grobal-nav .sns-nav {
  border-left: 1px solid var(--black);
  padding-left: 2rem;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .sns-nav {
    background: unset;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    left: unset;
    bottom: unset;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border: unset;
    gap: 2rem;
  }
}
.site-header__grobal-nav .megamenu {
  position: relative;
}
.site-header__grobal-nav .megamenu .megamenu__child {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 1s cubic-bezier(var(--transformrate));
  transition: 1s cubic-bezier(var(--transformrate));
  max-height: 0;
  overflow: hidden;
  width: 20rem;
}
.site-header__grobal-nav .megamenu .megamenu__child ul {
  padding-top: 0.9rem;
}
.site-header__grobal-nav .megamenu .megamenu__child ul a {
  background: var(--light_gray);
  padding: 1.5rem 0;
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
}
@media (hover: hover) and (pointer: fine) {
  .site-header__grobal-nav .megamenu .megamenu__child ul a:hover {
    background-color: var(--black);
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-header__grobal-nav .megamenu:hover .megamenu__child {
    pointer-events: all;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
  .site-header__grobal-nav .megamenu:hover .megamenu__child::-webkit-scrollbar {
    width: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ドロワーナビゲーション */
.site-header__drawer-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  transition: -webkit-clip-path 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  transition: clip-path 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  transition: clip-path 0.5s cubic-bezier(var(--transformrate)) 0.5s, -webkit-clip-path 0.5s cubic-bezier(var(--transformrate)) 0.5s;
}
.site-header__drawer-nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.site-header__drawer-nav .drawer-nav__inner {
  background: var(--gradient);
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  transition: opacity 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  opacity: 0;
  margin-left: auto;
  position: relative;
  padding: 20rem 10vw 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .drawer-nav__inner {
    padding: 7rem 3rem 6rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header__drawer-nav .drawer-nav__inner::-webkit-scrollbar {
  display: none;
}
.site-header__drawer-nav .sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2rem;
  max-width: 1240px;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-header__drawer-nav .sitemap .nav-global {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4rem 10rem;
  margin-right: 10rem;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .nav-global {
    margin-right: 0;
    gap: 2rem 8rem;
  }
}
.site-header__drawer-nav .sitemap .nav-global > .item:first-child {
  grid-column: 1/3;
}
.site-header__drawer-nav .sitemap .link {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 700;
}
.site-header__drawer-nav .sitemap .link:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 0.6rem;
  background-image: url(../images/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.site-header__drawer-nav .sitemap .--entry {
  margin-left: 2rem;
  background-color: var(--red);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem;
  border-radius: 999px;
  opacity: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(var(--transformrate));
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .--entry {
    margin: 0;
    text-align: center;
  }
}
.site-header__drawer-nav .sitemap .--entry:hover {
  background-color: #278cca;
}
.site-header__drawer-nav .sitemap .item {
  display: grid;
  gap: 2.4rem;
}
.site-header__drawer-nav .sitemap .item .child {
  display: grid;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .item .child {
    grid-template-columns: 1fr;
  }
}
.site-header__drawer-nav .sitemap .item .child .link {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .item .child .link {
    font-size: 1.3rem;
  }
}
.site-header__drawer-nav .sitemap .nav-sub {
  display: grid;
  gap: 3rem;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.site-header__drawer-nav .sitemap .nav-sub .item .link {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .nav-sub .item .link {
    font-size: 1.3rem;
  }
}
.site-header__drawer-nav .sitemap .btn_list {
  display: grid;
  gap: 2.4rem;
}
.site-header__drawer-nav .sitemap .button {
  width: 100%;
}
.site-header__drawer-nav .nav-copyright {
  display: grid;
  gap: 1rem;
  font-size: 1rem;
}
.site-header__drawer-nav .nav-copyright a {
  text-decoration: none;
  font-size: 1.4rem;
}
.site-header__drawer-nav .nav-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.site-header__drawer-nav .nav-sns img {
  width: 3rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: オープン時 */
body.open .site-header__drawer-nav {
  pointer-events: all;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(var(--transformrate));
  transition: -webkit-clip-path 0.5s cubic-bezier(var(--transformrate));
  transition: clip-path 0.5s cubic-bezier(var(--transformrate));
  transition: clip-path 0.5s cubic-bezier(var(--transformrate)), -webkit-clip-path 0.5s cubic-bezier(var(--transformrate));
}
body.open .site-header__drawer-nav .drawer-nav__inner {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(var(--transformrate));
  transition: opacity 0.5s cubic-bezier(var(--transformrate));
}
body.open .site-header__drawer-nav .drawer-nav__inner .menu-g-nav-container ul li {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s;
}
body.open .site-header__drawer-nav .drawer-nav__inner .menu-sub-nav-container .sub-nav-menu li {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, -webkit-transform 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, -webkit-transform 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, transform 0.4s cubic-bezier(var(--transformrate)) 0.6s;
  transition: clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, transform 0.4s cubic-bezier(var(--transformrate)) 0.6s, -webkit-clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, -webkit-transform 0.4s cubic-bezier(var(--transformrate)) 0.6s;
}
body.open .corporate h1.sitelogo {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: side-fixed-btn */
.side-fixed-btn {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  height: 100dvh;
  pointer-events: none;
  -webkit-animation: fade 1.5s cubic-bezier(var(--transformrate)) 1s both;
          animation: fade 1.5s cubic-bezier(var(--transformrate)) 1s both;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn {
    bottom: 0;
    left: 0;
    height: auto;
  }
}
.side-fixed-btn nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem;
    gap: 2rem;
  }
}
.side-fixed-btn nav a {
  pointer-events: all;
  width: 6rem;
  height: 20rem;
  text-decoration: none;
  background: #707f89;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 2rem 0 0 2rem;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav a {
    border-radius: 0.6rem 0.6rem 0 0;
    width: auto;
    height: 3.6rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.2rem;
    gap: 0.5rem;
  }
}
.side-fixed-btn nav a img {
  height: 2.2rem;
  aspect-ratio: 20/22;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav a img {
    height: 1.8rem;
  }
}
.side-fixed-btn nav a .label {
  line-height: 1.1;
  width: 1em;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav a .label {
    width: auto;
    line-height: 1;
  }
}
.side-fixed-btn nav a.--request {
  background: #707f89;
}
.side-fixed-btn nav a.--contact {
  background: #bea72c;
}
.side-fixed-btn nav a.--contact img {
  height: 2.3rem;
  aspect-ratio: 174/230;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav a.--contact img {
    height: 1.8rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: デバッグ用 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: コーポレート */
.corporate .sitelogo {
  top: 2.2rem;
  left: 4rem;
}
.corporate .sitelogo img {
  height: 4.5rem;
}
@media only screen and (max-width: 760px) {
  .corporate .sitelogo {
    top: 1.2rem;
    left: 1.2rem;
  }
}
.corporate .site-header__grobal-nav .sns-nav,
.corporate .site-header__grobal-nav .grobal-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown {
  list-style: none;
  position: relative;
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists {
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  opacity: 0; /*不透明度0*/
  -webkit-transform: scaleY(0);
          transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*変形を適応する基準をtopとする*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s; /*表示の変化を0.3秒に指定*/
  width: calc(100% + 6rem);
  position: absolute;
  top: 4.5rem;
  left: 1rem;
  border: 1px solid var(--c_light_gray);
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists a,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists a {
  background-color: var(--c_light_gray);
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists a .label::before,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists a .label::before {
  z-index: 1;
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists:last-child,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists:last-child {
  border-bottom: none;
}
.corporate .site-header__grobal-nav .sns-nav li.dropdown:hover .dropdown__lists,
.corporate .site-header__grobal-nav .grobal-nav li.dropdown:hover .dropdown__lists {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  opacity: 1; /*不透明度1*/
  -webkit-transform: scaleY(1);
          transform: scaleY(1); /*Gナビメニューにホバーしたら表示*/
}
.corporate .site-header__grobal-nav .sns-nav a,
.corporate .site-header__grobal-nav .grobal-nav a {
  color: white;
  font-family: var(--font-family_c);
  font-size: clamp(0.75rem, 1.0416666667vw, 1.5rem);
  padding: 1.2rem 2rem;
}
.corporate .site-header__grobal-nav .sns-nav a.type__square,
.corporate .site-header__grobal-nav .grobal-nav a.type__square {
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  min-width: 150px;
  margin-left: 2rem;
  margin-right: 4rem;
  padding: 0;
}
.corporate .site-header__grobal-nav .sns-nav a.type__square .label,
.corporate .site-header__grobal-nav .grobal-nav a.type__square .label {
  padding: 0;
}
.corporate .site-header__grobal-nav .sns-nav a.type__square:hover,
.corporate .site-header__grobal-nav .grobal-nav a.type__square:hover {
  color: var(--c_blue);
}
@media only screen and (max-width: 960px) {
  .corporate .site-header__grobal-nav .sns-nav a.type__square,
  .corporate .site-header__grobal-nav .grobal-nav a.type__square {
    border-radius: 5px;
    min-width: 90px;
  }
  .corporate .site-header__grobal-nav .sns-nav a.type__square .icon_mail,
  .corporate .site-header__grobal-nav .grobal-nav a.type__square .icon_mail {
    width: 12px;
  }
}

.site-header__drawer-nav.site-h_d-nav-corporate::before {
  content: none;
}
.site-header__drawer-nav.site-h_d-nav-corporate .drawer-nav__inner {
  background: url("../images/mv/background.webp") no-repeat center/cover;
  padding: 0;
}
.site-header__drawer-nav.site-h_d-nav-corporate .corporate_inner {
  padding: 8rem 2rem 6rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: relative;
}
.site-header__drawer-nav.site-h_d-nav-corporate .corporate_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 71, 134, 0.4)), to(rgba(18, 178, 218, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(6, 71, 134, 0.4) 0%, rgba(18, 178, 218, 0.4) 100%);
  background: linear-gradient(0deg, rgba(6, 71, 134, 0.4) 0%, rgba(18, 178, 218, 0.4) 100%);
  z-index: -1;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 1rem;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li {
  list-style: none;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li a {
  color: white;
  font-size: 11px;
  display: block;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  position: relative;
  text-decoration: none;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: white;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li a:nth-child(1) {
  font-size: 19px;
  padding: 0.5rem 0;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li a:nth-child(1)::before {
  content: none;
}
.site-header__drawer-nav.site-h_d-nav-corporate .sitemap li:nth-child(1) {
  grid-column: 1/3;
}

#lower .corporate .site-header__grobal-nav .sns-nav,
#lower .corporate .site-header__grobal-nav .grobal-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#lower .corporate .site-header__grobal-nav .sns-nav a,
#lower .corporate .site-header__grobal-nav .grobal-nav a {
  color: var(--black);
}
#lower .corporate .site-header__grobal-nav .sns-nav a.type__square,
#lower .corporate .site-header__grobal-nav .grobal-nav a.type__square {
  color: white;
}
#lower .corporate .site-header__grobal-nav .sns-nav a.type__square:hover,
#lower .corporate .site-header__grobal-nav .grobal-nav a.type__square:hover {
  color: var(--c_blue);
}

#home .corporate .sitelogo {
  top: 2.2rem;
  left: 4rem;
}
#home .corporate .sitelogo img {
  height: 4.5rem;
}
@media only screen and (max-width: 760px) {
  #home .corporate .sitelogo {
    top: 1.2rem;
    left: 1.2rem;
  }
}
#home .corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists,
#home .corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists {
  border: 1px solid var(--c_blue);
}
#home .corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists a,
#home .corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists a {
  background-color: var(--c_blue);
}
#home .corporate .site-header__grobal-nav .sns-nav li.dropdown .dropdown__lists a .label::before,
#home .corporate .site-header__grobal-nav .grobal-nav li.dropdown .dropdown__lists a .label::before {
  background-color: white;
}
#home .corporate.is-over-white .site-header__grobal-nav .sns-nav a,
#home .corporate.is-over-white .site-header__grobal-nav .grobal-nav a {
  color: black;
}
#home .corporate.is-over-white .site-header__grobal-nav .sns-nav a.type__square,
#home .corporate.is-over-white .site-header__grobal-nav .grobal-nav a.type__square {
  color: white;
}

/* __00: moduleファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation */
/* 目次 */
/* __00: 初期設定 */
/* __10: ホバー */
/* __20: スプラッシュ */
/* __30: マスク */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hintBrowser {
  will-change: transform, opacity;
}

.fadein {
  will-change: opacity;
}
.fadein__train {
  will-change: opacity;
}

.parallaxImg {
  will-change: transform;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.parallaxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide__left, .slide__up__train {
  will-change: transform;
}

.cover__create {
  position: relative;
}
.cover__create > span.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  will-change: transform;
}

/* __10: ホバー */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hover.--underline {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--black))) 0 100%/0 2px no-repeat;
  background: -webkit-linear-gradient(transparent, var(--black)) 0 100%/0 2px no-repeat;
  background: linear-gradient(transparent, var(--black)) 0 100%/0 2px no-repeat;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.hover.--underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  z-index: 1;
  background-color: var(--black);
  will-change: transform;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .hover.--underline:hover {
    background-size: 100% 2px;
    color: var(--black);
  }
}
.hover.--underline-label .label {
  position: relative;
}
.hover.--underline-label .label::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: -1px;
  margin: auto;
  z-index: 1;
  background-color: var(--black);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.hover.--underline-label.--white .label::before {
  background-color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .hover.--underline-label:hover .label::before {
    width: 100%;
  }
}
.hover.--underline-bg {
  display: inline;
  -webkit-transition: background-size 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: background-size 0.5s cubic-bezier(var(--transformrate)) 0s;
  background-repeat: no-repeat;
  background-position: right bottom 2px;
  background-size: 0% 1px;
}
.hover.--underline-bg:hover {
  background-position: left bottom 2px;
  background-size: 100% 1px;
}

/* __20: スプラッシュ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#splash {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background: var(--white);
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
  pointer-events: none;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#splash img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 183px;
  height: 113px;
}
#splash.visited {
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
#lower #splash.visited {
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#splash.none {
  display: none;
}
#lower #splash {
  display: none;
}
#lower #splash img {
  display: none;
}

/* __30: マスク */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mask {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background: var(--white);
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100lvh;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
#lower #mask {
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#mask img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 183px;
  height: 113px;
  display: none;
}
#mask.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.button {
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button-wrapper.nopc {
  display: none;
}
@media only screen and (max-width: 760px) {
  .button-wrapper.nopc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.button-wrapper.nosp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .button-wrapper.nosp {
    display: none;
  }
}
.button.align__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button.align__right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 760px) {
  .button_block {
    gap: 1.5rem;
  }
}

.button {
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0.8rem 3rem;
  min-height: 5rem;
  min-width: 20rem;
  text-decoration: none;
  position: relative;
  color: var(--blue);
  font-size: 1.8rem;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: all 0.3s cubic-bezier(var(--transformrate)) 0s;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: download */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: entry */
  /* index: reserve */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* index: follow */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __40: block */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
@media only screen and (max-width: 960px) {
  .button {
    font-size: 1.6rem;
    min-width: 16rem;
    min-height: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  .button {
    font-size: 1.3rem;
    min-width: 12rem;
    min-height: 3rem;
    padding: 0.5rem 2rem;
  }
}
.button .label {
  position: relative;
}
.button .label::after {
  content: "";
  display: block;
  background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: width 0.3s cubic-bezier(var(--transformrate)) 0s;
}
.button:hover {
  opacity: 1;
  background-color: var(--navy);
  color: var(--white);
  border-color: var(--white);
}
.button:hover .label::after {
  width: 100%;
}
.button.type__arrow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5rem;
}
@media only screen and (max-width: 760px) {
  .button.type__arrow {
    padding-right: 4rem;
  }
}
.button.type__arrow::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
  position: absolute;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: right 0.3s cubic-bezier(var(--transformrate)) 0s;
}
@media only screen and (max-width: 760px) {
  .button.type__arrow::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 1.5rem;
  }
}
.button.type__arrow .label::after {
  display: none;
}
.button.type__arrow:hover::after {
  border-color: var(--white);
}
.button.type__arrow.--red {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.button.type__arrow.--red::after {
  border-color: var(--white);
}
.button.type__arrow.--red .label::after {
  background-color: var(--white);
}
.button.type__download {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding-inline: 4rem;
}
@media only screen and (max-width: 760px) {
  .button.type__download {
    border-radius: 0.6rem;
    font-size: 1.1rem;
    padding-inline: 2rem;
    min-width: 18rem;
    min-height: 3rem;
    gap: 1rem;
  }
}
.button.type__download .icon_pdf {
  width: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .button.type__download .icon_pdf {
    width: 1.9rem;
  }
}
.button.type__download .label::after {
  display: none;
}
.button.type__download .icon_download {
  width: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-filter 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: filter 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: filter 0.3s cubic-bezier(var(--transformrate)) 0s, -webkit-filter 0.3s cubic-bezier(var(--transformrate)) 0s;
}
@media only screen and (max-width: 760px) {
  .button.type__download .icon_download {
    width: 1.4rem;
  }
}
.button.type__download:hover .icon_download {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.button.type__entry {
  background-color: var(--red);
  border-radius: 999px;
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 1.5rem 4rem;
  color: var(--white);
  max-width: 53rem;
  width: 90%;
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .button.type__entry {
    font-size: 2.2rem;
    max-width: 25rem;
    min-height: 6rem;
    padding-block: 1rem;
  }
}
.button.type__entry:hover {
  background-color: var(--navy);
}
.button.type__reserve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dbd8d8;
}
@media only screen and (max-width: 960px) {
  .button.type__reserve {
    max-width: 288px;
    height: 68px;
  }
}
.button.type__reserve svg {
  width: 37px;
  height: 37px;
  margin-right: 2rem;
  stroke: #666;
}
@media only screen and (max-width: 960px) {
  .button.type__reserve svg {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
  }
}
.button.type__reserve .label {
  font-size: 1.9rem;
  color: var(--black);
}
@media only screen and (max-width: 960px) {
  .button.type__reserve .label {
    font-size: 1.5rem;
  }
}
.button.type__reserve::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.button.type__reserve:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button.type__follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 54px;
  padding: 0 84px;
}
@media only screen and (max-width: 960px) {
  .button.type__follow {
    padding: 0 15px 0 55px;
    height: 40px;
    border-radius: 40px;
  }
}
.button.type__follow svg {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .button.type__follow svg {
    width: 40px;
    height: 40px;
  }
}
.button.type__follow .label {
  color: var(--black);
  font-size: 1.9rem;
  letter-spacing: 0.6rem;
  -webkit-transition: color 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: color 0.5s cubic-bezier(var(--transformrate)) 0s;
}
@media only screen and (max-width: 960px) {
  .button.type__follow .label {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
.button.type__follow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 54px;
  height: 100%;
  background-color: var(--black);
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: width 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: width 0.5s cubic-bezier(var(--transformrate)) 0s;
  border-radius: 54px;
}
@media only screen and (max-width: 960px) {
  .button.type__follow::before {
    width: 40px;
    border-radius: 40px;
  }
}
.button.type__follow:hover .label {
  color: var(--white);
}
.button.type__follow:hover::before {
  width: 100%;
}
.button.type__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dbd8d8;
}
@media only screen and (max-width: 960px) {
  .button.type__block {
    max-width: 288px;
    height: 68px;
  }
}
.button.type__block .label {
  font-size: 1.9rem;
  color: var(--black);
}
@media only screen and (max-width: 960px) {
  .button.type__block .label {
    font-size: 1.5rem;
  }
}
.button.type__block::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.button.type__block:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button.type__text {
  background: var(--c_blue);
  border-color: var(--c_blue);
  color: transparent; /* テキスト本体は透明にする */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  gap: 2rem;
}
.button.type__text .label {
  /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
  text-shadow: 0 -2em 0 white, 0 0 0 white;
  overflow: hidden; /* 1つ目の影を隠す */
  font-size: 2rem;
}
.button.type__text .label::after {
  background: var(--c_blue);
}
@media only screen and (max-width: 960px) {
  .button.type__text .label {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 760px) {
  .button.type__text .label {
    font-size: 1.2rem;
  }
}
.button.type__text .button_line {
  width: 10rem;
  height: 1px;
  position: relative;
}
.button.type__text .button_line::after {
  content: "";
  display: block;
  height: 1px;
  width: 10rem;
  background: white;
  -webkit-transition: 0.3s cubic-bezier(var(--transformrate)) 0s;
  transition: 0.3s cubic-bezier(var(--transformrate)) 0s;
  right: 0;
}
.button.type__text:hover {
  background: white;
}
.button.type__text:hover .label {
  text-shadow: 0 0 0 var(--black), 0 2em 0 var(--black); /* 2つの影の位置を上方向に2emずつずらす */
}
.button.type__text:hover .button_line::after {
  width: 3px;
  height: 3px;
  border-radius: 99px;
}
.button.type__text.--white .button_line::after {
  background: var(--white);
}
.button.type__text.--white .label {
  text-shadow: 0 -2em 0 var(--white), 0 0 0 var(--white);
}
.button.type__text.--white:hover .label {
  text-shadow: 0 0 0 var(--white), 0 2em 0 var(--white); /* 2つの影の位置を上方向に2emずつずらす */
}
.button.type__corporate {
  background: none;
  border: none;
  min-height: 80px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button.type__corporate .label {
  color: white;
}
.button.type__corporate .label::after {
  content: none;
}
@media only screen and (max-width: 760px) {
  .button.type__corporate .label {
    font-size: clamp(0.9rem, 18 / var(--width) * 100vw, 3.6rem);
  }
}
.button.type__corporate .arrow {
  background: white;
  border-radius: 100vw;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.625);
          transform: scale(0.625);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button.type__corporate .arrow::before, .button.type__corporate .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--c_blue);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.button.type__corporate .arrow::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.button.type__corporate .arrow::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.button.type__corporate:hover .arrow {
  background: var(--c_blue);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button.type__corporate:hover .arrow::before, .button.type__corporate:hover .arrow::after {
  background-color: white;
}
.button.type__square {
  background: var(--c_blue);
  border: none;
  border-radius: 0;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 0.8rem 1rem;
}
@media only screen and (max-width: 760px) {
  .button.type__square {
    padding-inline: 2rem;
    min-width: 18rem;
    min-height: 3rem;
    gap: 1rem;
  }
}
.button.type__square .label::after {
  display: none;
}
.button.type__square:hover {
  background: white;
  color: var(--c_blue);
}
.button.type__contact .icon_mail {
  -webkit-mask-image: url(../images/icon/icon_mail.svg);
          mask-image: url(../images/icon/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  aspect-ratio: 25/17;
  width: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .button.type__contact .icon_mail {
    width: 20px;
  }
}
.button.type__contact:hover .icon_mail {
  -webkit-mask-image: url(../images/icon/icon_mail.svg);
          mask-image: url(../images/icon/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--c_blue); /* 好きな色 */
}
.button.type__document {
  border-radius: 10px;
  gap: 1rem;
}
.button.type__document .icon_document {
  -webkit-mask-image: url(../images/icon/icon_document.svg);
          mask-image: url(../images/icon/icon_document.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  aspect-ratio: 17/22;
  width: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.button.type__document:hover .icon_document {
  -webkit-mask-image: url(../images/icon/icon_document.svg);
          mask-image: url(../images/icon/icon_document.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--c_blue); /* 好きな色 */
}
@media only screen and (max-width: 760px) {
  .button.type__document {
    padding: 1rem;
  }
  .button.type__document .icon_document {
    width: 15px;
  }
}

.category-list {
  display: block;
  font-size: clamp(0.85rem, 1.1805555556vw, 1.7rem);
  padding: 0.5rem 1rem 0.5rem 0;
  position: relative;
  text-decoration: none;
}
.category-list:hover::before {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .category-list {
    font-size: clamp(1.275rem, 4.5333333333vw, 1.7rem);
  }
}

#addFixedSp {
  display: none;
}
@media only screen and (max-width: 760px) {
  #addFixedSp {
    display: block;
    display: none;
    width: 100%;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 3rem;
    right: 0;
  }
}

.drawer-nav-btn {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--white);
  margin-left: auto;
  background-color: var(--red);
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: コーポレート */
}
@media only screen and (max-width: 760px) {
  .drawer-nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all;
  }
}
.drawer-nav-btn .d-btn__toggle_box {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
}
.drawer-nav-btn .d-btn__toggle_icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 1.6rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
.drawer-nav-btn .d-btn__toggle_icon span {
  height: 2px;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.drawer-nav-btn .d-btn__toggle_icon span:nth-child(1) {
  top: 0;
}
.drawer-nav-btn .d-btn__toggle_icon span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.drawer-nav-btn .d-btn__toggle_icon span:nth-child(3) {
  bottom: 0;
}
.drawer-nav-btn .d-btn__label {
  font-family: Lato;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  height: 2.4rem;
  display: none;
}
@media only screen and (max-width: 760px) {
  .drawer-nav-btn .d-btn__label {
    font-size: 1.4rem;
  }
}
.drawer-nav-btn .d-btn__label span {
  position: absolute;
  inset: 0;
  height: 1em;
  margin: auto;
  line-height: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate));
  transition: opacity 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate));
}
.drawer-nav-btn.corporate {
  background: none;
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
}
.drawer-nav-btn.corporate .d-btn__toggle_icon {
  width: 3.5rem;
  height: 3rem;
}
.drawer-nav-btn.corporate .d-btn__toggle_icon span:nth-child(2) {
  top: 10px;
  bottom: inherit;
  margin: 0;
}
.drawer-nav-btn.corporate .d-btn__toggle_icon span.label__open {
  top: 0;
  margin: auto;
  background: none;
  font-size: clamp(0.5rem, 10 / var(--width) * 100vw, 2rem);
  text-align: center;
  letter-spacing: 1px;
}
.drawer-nav-btn.corporate .d-btn__toggle_icon span.label__close {
  top: 0;
  margin: auto;
  background: none;
  font-size: clamp(0.5rem, 10 / var(--width) * 100vw, 2rem);
  opacity: 0;
  text-align: center;
}
.drawer-nav-btn.corporate .d-btn__label {
  display: block;
}
.drawer-nav-btn.corporate.open .d-btn__toggle_icon span:nth-child(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 8px;
}
.drawer-nav-btn.corporate.open .d-btn__toggle_icon span:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 8px;
  width: inherit;
}
.drawer-nav-btn.corporate.open .d-btn__toggle_icon span.label__open {
  opacity: 0;
}
.drawer-nav-btn.corporate.open .d-btn__toggle_icon span.label__close {
  top: inherit;
  bottom: 0;
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: コーポレート */
#lower .drawer-nav-btn.corporate {
  color: var(--c_blue);
}
#lower .drawer-nav-btn.corporate .d-btn__toggle_icon span {
  background-color: var(--c_blue);
}
#lower .drawer-nav-btn.corporate .d-btn__toggle_icon span.label__open, #lower .drawer-nav-btn.corporate .d-btn__toggle_icon span.label__close {
  background: none;
}

.label__opne {
  opacity: 1;
}

.label__close {
  opacity: 0;
}

/* __10: ハンバーガーメニュー - open*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.drawer-nav-btn.open .d-btn__label .label__opne {
  opacity: 0;
}
.drawer-nav-btn.open .d-btn__label .label__close {
  opacity: 1;
}
.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 50%;
}
.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(2) {
  width: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 50%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: btnFixed */
.drawer-nav-btn.btnFixed {
  opacity: 1;
  pointer-events: all;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* fix-button */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fix-button {
  position: fixed;
  right: 0;
  top: 110px;
  width: 80px;
  z-index: 77;
}
@media only screen and (max-width: 760px) {
  .fix-button {
    display: none;
  }
}
.fix-button-nav {
  display: grid;
  grid-template-rows: repeat(3, 80px);
  row-gap: 5px;
}
.fix-button-nav li {
  margin: 0;
}
.fix-button-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background-color: var(--black);
  position: relative;
  z-index: 1;
}
.fix-button-nav li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  will-change: transform;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.fix-button-nav li a svg {
  text-align: center;
  display: block;
}
.fix-button-nav li a .label {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  padding-top: 5px;
  color: var(--white);
  -webkit-transition: color 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: color 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.fix-button-nav li a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fix-button-nav li a:hover .label {
  color: var(--black);
}
.fix-button-nav li.--reserve svg {
  width: 24px;
  height: 24px;
}
.fix-button-nav li.--reserve svg path {
  stroke: var(--white);
  -webkit-transition: stroke 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: stroke 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.fix-button-nav li.--reserve a:hover svg path {
  stroke: var(--black);
}
.fix-button-nav li.--app svg {
  width: 19px;
  height: 25px;
}
.fix-button-nav li.--app svg path {
  stroke: var(--white);
  -webkit-transition: stroke 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: stroke 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.fix-button-nav li.--app a:hover svg path {
  stroke: var(--black);
}
.fix-button-nav li.--line svg {
  width: 26px;
  height: 26px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* from */
/**
* CONTACT FORM 7 を基準にスタイルを指定しています。
*/
/* 目次 */
/* __00: 初期設定 */
/* __10: input */
/* __10_01: input - サイト用スタイル */
/* __20: 必須 */
/* __30: 同意チェックボタン */
/* __40: contact form 7 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.grecaptcha-badge {
  visibility: hidden;
}

/* __10: input */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
form button,
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form textarea,
form select,
form input[type=file],
form input[type=radio],
form input[type=checkbox],
form input[type=button],
form input[type=submit] {
  all: unset;
  font-size: 16px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form button::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=date]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form input[type=file]::-webkit-input-placeholder,
form input[type=radio]::-webkit-input-placeholder,
form input[type=checkbox]::-webkit-input-placeholder,
form input[type=button]::-webkit-input-placeholder,
form input[type=submit]::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #d7d4d4;
}
form button:-webkit-autofill,
form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=tel]:-webkit-autofill,
form input[type=date]:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill,
form input[type=file]:-webkit-autofill,
form input[type=radio]:-webkit-autofill,
form input[type=checkbox]:-webkit-autofill,
form input[type=button]:-webkit-autofill,
form input[type=submit]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
          box-shadow: 0 0 0 1000px #f7f7f7 inset;
  -webkit-text-fill-color: var(--black) !important;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date] {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form textarea {
  width: 100%;
  height: 26rem;
  padding: 1rem;
  background-color: var(--white);
  border: none;
  display: block;
}
@media only screen and (max-width: 760px) {
  form textarea {
    height: 15rem;
  }
}
form input[type=date] {
  cursor: pointer;
  height: 6.5rem;
}
@media only screen and (max-width: 760px) {
  form input[type=date] {
    height: 5rem;
  }
}
form select {
  width: 100%;
  height: 6.5rem;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #969595;
  border-radius: 5px;
  background-color: var(--white);
  cursor: pointer;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
  background-image: url(../images/common/arrow-down.svg);
}
@media only screen and (max-width: 760px) {
  form select {
    padding: 1rem;
    height: 5rem;
  }
}
form input[type=file] {
  padding: 6rem 6rem;
  width: 100%;
  background-color: #e2e1df;
}
@media only screen and (max-width: 960px) {
  form input[type=file] {
    padding: 3rem 1rem;
  }
}
form input[type=file] + label {
  margin: 1.7rem auto 0.8rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: block;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  font-weight: 400;
  padding: 8px 0;
  border-radius: 10px;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
@media only screen and (max-width: 960px) {
  form input[type=file] + label {
    border-radius: 5px;
    padding: 4px 0;
    margin: 1.5rem auto 0.7rem;
  }
}
form input[type=file] + label:hover {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
form input[type=radio],
form input[type=radio] + input[type=hidden] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
form input[type=radio] + span,
form input[type=radio] + input[type=hidden] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 27px;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  form input[type=radio] + span,
  form input[type=radio] + input[type=hidden] + span {
    padding-left: 22px;
  }
}
form input[type=radio] + span::before, form input[type=radio] + span::after,
form input[type=radio] + input[type=hidden] + span::before,
form input[type=radio] + input[type=hidden] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  form input[type=radio] + span::before, form input[type=radio] + span::after,
  form input[type=radio] + input[type=hidden] + span::before,
  form input[type=radio] + input[type=hidden] + span::after {
    margin-right: 1.4rem;
  }
}
form input[type=radio] + span::before,
form input[type=radio] + input[type=hidden] + span::before {
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 1px solid var(--black);
  left: 0;
}
form input[type=radio] + span::after,
form input[type=radio] + input[type=hidden] + span::after {
  width: 6px;
  height: 6px;
  background: var(--black);
  left: 5px;
  opacity: 0;
}
form input[type=radio]:checked + span::after,
form input[type=radio] + input[type=hidden]:checked + span::after {
  opacity: 1;
}
form input[type=radio] + input[type=hidden] + span::before, form input[type=radio] + input[type=hidden] + span::after {
  opacity: 1;
}
form input[type=checkbox],
form input[type=checkbox] + input[type=hidden] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
form input[type=checkbox] + span,
form input[type=checkbox] + input[type=hidden] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 32px;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  form input[type=checkbox] + span,
  form input[type=checkbox] + input[type=hidden] + span {
    padding-left: 28px;
  }
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after,
form input[type=checkbox] + input[type=hidden] + span::before,
form input[type=checkbox] + input[type=hidden] + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 1.6rem auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  form input[type=checkbox] + span::before, form input[type=checkbox] + span::after,
  form input[type=checkbox] + input[type=hidden] + span::before,
  form input[type=checkbox] + input[type=hidden] + span::after {
    margin-right: 1.4rem;
  }
}
form input[type=checkbox] + span::before,
form input[type=checkbox] + input[type=hidden] + span::before {
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 1px solid var(--black);
  left: 0;
}
form input[type=checkbox] + span::after,
form input[type=checkbox] + input[type=hidden] + span::after {
  width: 5px;
  height: 12px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  left: 6px;
  bottom: 2px;
  opacity: 0;
}
form input[type=checkbox]:checked + span::before,
form input[type=checkbox] + input[type=hidden]:checked + span::before {
  background-color: var(--black);
}
form input[type=checkbox]:checked + span::after,
form input[type=checkbox] + input[type=hidden]:checked + span::after {
  opacity: 1;
}
form input[type=checkbox] + input[type=hidden] + span::before, form input[type=checkbox] + input[type=hidden] + span::after {
  opacity: 1;
  border-color: var(--black);
}
form input[type=button],
form input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* __10_01: input - サイト別スタイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
form .room dd {
  margin-top: auto !important;
}
form .room dd .wpcf7-list-item.first {
  margin-left: 0;
}
form .column dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .column dd br {
  display: none !important;
}
form .column dd .input {
  font-size: 1.4rem;
  line-height: 2.4;
}
form .column dd .input:not(.fr) {
  width: 49%;
  max-width: 288px;
}
@media only screen and (max-width: 960px) {
  form .column dd .input:not(.fr) {
    max-width: inherit;
  }
}
form .column dd .input.fr {
  width: 100%;
  padding-top: 2rem;
}
@media only screen and (max-width: 960px) {
  form .column dd .input.fr {
    padding-top: 1rem;
  }
}
form .day dt {
  position: relative;
}
form .day dt::after {
  content: attr(data-label) "";
  position: absolute;
  top: -1.6rem;
  left: 3rem;
  font-size: 1.2rem;
  line-height: 2.4;
  color: var(--black);
}
@media only screen and (max-width: 960px) {
  form .day dt::after {
    left: 0;
  }
}
form .app .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  form .app .wpcf7-checkbox {
    display: block;
  }
}
form .app .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 49%;
  max-width: 295px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  form .app .wpcf7-checkbox .wpcf7-list-item {
    max-width: inherit;
  }
}
@media only screen and (max-width: 760px) {
  form .app .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
form .app .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before,
form .app .wpcf7-checkbox .wpcf7-list-item input[type=hidden] + span::before {
  width: 12px;
  height: 12px;
  top: 5px;
  bottom: inherit;
}
form .app .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::after,
form .app .wpcf7-checkbox .wpcf7-list-item input[type=hidden] + span::after {
  top: 4px;
  left: 3px;
  bottom: inherit;
}
form .app .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  position: relative;
  cursor: pointer;
}
form .app .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "";
  display: block;
  width: 100%;
  height: 30.166vw;
  max-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 760px) {
  form .app .wpcf7-checkbox .wpcf7-list-item label::before {
    height: 200px;
  }
}
form .app .wpcf7-checkbox .wpcf7-list-item label::after {
  display: block;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: var(--black);
  margin: 2rem auto 0;
}
form .app .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.4;
  padding-left: 16px;
  font-weight: bold;
}
form .confirm-wrapper,
form .submit-wrapper {
  display: block;
  max-width: 352px;
  height: 80px;
  margin: 6rem auto 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
form .confirm-wrapper input[type=submit],
form .submit-wrapper input[type=submit] {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: var(--black);
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
form .confirm-wrapper input[type=submit]:disabled,
form .submit-wrapper input[type=submit]:disabled {
  pointer-events: none;
  background-color: #dad7d7;
}
form .back-wrapper {
  position: relative;
  width: 90px;
  height: 30px;
  margin: 2rem 0 0;
  z-index: 2;
  cursor: pointer;
}
form .back-wrapper::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
form .back-wrapper input[type=button] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  text-indent: 20px;
  font-weight: bold;
  color: var(--black);
}
form .re_captcha {
  padding-top: 2rem;
  text-align: center;
  font-weight: bold;
}
form .re_captcha a {
  color: var(--black);
  text-decoration: underline;
}

/* __20: 必須 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hissu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--red);
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .hissu {
    float: none;
    font-size: 13px;
  }
}

/* __30: 同意チェックボタン */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.consent {
  text-align: center;
  padding-top: 3rem;
}
@media only screen and (max-width: 960px) {
  .consent {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.consent .wpcf7-list-item {
  margin: 0;
}
.consent .wpcf7-list-item label {
  cursor: pointer;
}
.consent .wpcf7-list-item .wpcf7-list-item-label {
  color: var(--black);
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .consent .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.consent .wpcf7-list-item .wpcf7-list-item-label span {
  float: none;
  display: inherit;
  background-color: transparent;
  color: #ed6167;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0;
  margin: 0 0 0 0.8rem;
}
@media only screen and (max-width: 960px) {
  .consent .wpcf7-list-item .wpcf7-list-item-label span {
    font-size: 1.4rem;
  }
}

/* __40: contact form 7 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
form.invalid .wpcf7-response-output, form.unaccepted .wpcf7-response-output, form.payment-required .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem;
  margin: 4rem auto 0;
  border-color: var(--white) !important;
}
@media only screen and (max-width: 960px) {
  form.invalid .wpcf7-response-output, form.unaccepted .wpcf7-response-output, form.payment-required .wpcf7-response-output {
    font-size: 1.2rem;
    padding: 1.2rem;
    margin-top: 2rem;
  }
}
form.sent .wpcf7-response-output {
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  form.sent .wpcf7-response-output {
    font-size: 1.2rem;
  }
}
form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-not-valid-tip {
  font-size: 1.5rem;
  margin-top: 0.5em;
}
form input[type=text].wpcf7c-conf,
form input[type=email].wpcf7c-conf,
form input[type=tel].wpcf7c-conf,
form input[type=date].wpcf7c-conf,
form select.wpcf7c-conf,
form textarea.wpcf7c-conf,
form select.wpcf7c-conf {
  pointer-events: none !important;
  color: var(--white) !important;
  border: none !important;
  opacity: 1;
}
form input[type=text].wpcf7c-conf:-webkit-autofill,
form input[type=email].wpcf7c-conf:-webkit-autofill,
form input[type=tel].wpcf7c-conf:-webkit-autofill,
form input[type=date].wpcf7c-conf:-webkit-autofill,
form select.wpcf7c-conf:-webkit-autofill,
form textarea.wpcf7c-conf:-webkit-autofill,
form select.wpcf7c-conf:-webkit-autofill {
  -webkit-text-fill-color: var(--white) !important;
}
form div.wpcf7 .ajax-loader {
  position: absolute;
  display: none !important;
}
form .wpcf7-spinner {
  display: none !important;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  background-color: var(--white);
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  form .wpcf7-spinner {
    width: 32px;
    height: 32px;
  }
}
form .wpcf7-spinner::before {
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
}
@media only screen and (max-width: 760px) {
  form .wpcf7-spinner::before {
    top: 6px;
    left: 6px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* policy */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#privacy {
  height: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#privacy-wrapper {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 10px;
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  #privacy-wrapper {
    margin-top: 2rem;
    padding: 5px;
  }
}
#privacy::-webkit-scrollbar {
  width: 10px;
  height: 80px;
}
#privacy::-webkit-scrollbar-track {
  margin: 10px;
  background: #f7f7f7;
}
@media only screen and (max-width: 960px) {
  #privacy::-webkit-scrollbar-track {
    margin: 5px;
  }
}
#privacy::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
#privacy .inner {
  padding: 22px 38px;
}
@media only screen and (max-width: 960px) {
  #privacy .inner {
    padding: 20px;
  }
}
#privacy .inner > * {
  margin: 2rem 0 0;
}
#privacy .inner > *:first-child {
  margin-top: 0;
}
#privacy .inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #privacy .inner h2 {
    font-size: 2rem;
  }
}
#privacy .inner h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #privacy .inner h3 {
    font-size: 1.6rem;
  }
}
#privacy .inner p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 960px) {
  #privacy .inner p {
    font-size: 1.3rem;
  }
}
#privacy .inner a {
  font-size: 1.4rem;
  word-break: break-all;
}
@media only screen and (max-width: 960px) {
  #privacy .inner a {
    font-size: 1.3rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* totop */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 70px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: 960px) {
  #totop {
    display: none;
  }
}
#totop::before, #totop::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
#totop::before {
  width: 100%;
  height: 1px;
  top: 0;
  background-color: var(--black);
}
#totop::after {
  width: 47px;
  height: 47px;
  top: 25px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s, -webkit-transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
#totop:hover::after {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* breadcrumb */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.breadcrumb {
  position: relative;
  padding: 2rem 10rem;
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    max-width: var(--max-width);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .breadcrumb {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 760px) {
  .breadcrumb {
    padding: 1rem 2rem;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .breadcrumb ol {
    gap: 0 0.5rem;
  }
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 760px) {
  .breadcrumb ol li {
    font-size: 1rem;
  }
}
.breadcrumb ol li::after {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #b3b3b3;
}
.breadcrumb ol li:last-child::after {
  content: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通設定 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 760px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 760px) {
  .flex > * {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.flex.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.flex-gallery {
  gap: 2rem;
}
@media only screen and (max-width: 760px) {
  .flex.flex-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.flex.flex-gallery > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.parallax__box {
  overflow: hidden;
  position: relative;
  padding-top: 71.4285714286%;
}
.parallax__box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parallax__box .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-img-cover {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1375/600;
}
@media only screen and (max-width: 760px) {
  .bg-img-cover {
    aspect-ratio: 358/400;
    margin-left: 1.8rem;
  }
}
.bg-img-cover .parallaxImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bg-img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .bg-img-cover img {
    aspect-ratio: 375/420;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 動画ブロック */
.block__movie .movie_title, .movie_title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  margin: 4rem 0;
}
@media only screen and (max-width: 760px) {
  .block__movie .movie_title, .movie_title {
    font-size: clamp(1.35rem, 4.8vw, 1.8rem);
    gap: 10px;
  }
}
.block__movie .movie_title span, .movie_title span {
  display: inline-block;
}
.block__movie .movie_title svg, .movie_title svg {
  width: 19px;
  aspect-ratio: 19/44;
}
@media only screen and (max-width: 760px) {
  .block__movie .movie_title svg, .movie_title svg {
    width: 10px;
  }
}

.block__movie {
  margin-top: 5rem;
  padding: 10rem 0;
}
@media only screen and (max-width: 760px) {
  .block__movie {
    padding: 6rem 0;
  }
}
.block__movie .container {
  padding: 0 !important;
}
.block__movie .movie_title {
  margin: 0 auto 4rem;
}

.movie {
  position: relative;
  max-width: 950px;
  width: 100%;
  aspect-ratio: 950/588;
  margin: auto;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: プライバシーポリシー */
.l-privacy-policy {
  font-family: var(--font-family_c);
  padding-bottom: 10rem;
}
@media only screen and (max-width: 760px) {
  .l-privacy-policy {
    padding-bottom: 5rem;
  }
}
.l-privacy-policy .entry__content .wp-block-heading {
  margin-top: 3rem;
}
.l-privacy-policy .entry__content .container > *:first-child {
  margin-top: 0;
}
.l-privacy-policy .entry__content h2 {
  border: unset;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 170%; /* 42.5px */
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .l-privacy-policy .entry__content h2 {
    font-size: 2.1rem;
    line-height: 150%; /* 33px */
  }
}
@media only screen and (max-width: 760px) {
  .l-privacy-policy .entry__content h2 {
    font-size: 22px;
  }
}
.l-privacy-policy .entry__content h2:before {
  display: none;
}
.l-privacy-policy .entry__content p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 2;
}
@media only screen and (max-width: 760px) {
  .l-privacy-policy .entry__content p {
    font-size: 14px;
    line-height: 1.75;
  }
}
.l-privacy-policy .entry__content a {
  color: var(--c_blue);
  text-decoration: underline;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 404 */
.p-404.entry__content {
  display: grid;
  padding: 0 0 10rem;
}
@media only screen and (max-width: 760px) {
  .p-404.entry__content {
    padding: 0 0 5rem;
  }
}
.p-404.entry__content .lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3em;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-404.entry__content .lead {
    font-size: 1.4rem;
  }
}
.p-404.entry__content .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: tabs */
.js-tab-target {
  display: none;
}
.js-tab-target.is-active {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page  table */
.table.fixed table {
  table-layout: fixed;
}
.table table {
  border-width: 1px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3764705882);
}
.table tr {
  position: relative;
}
.table tr::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f6c2d3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 194, 211)), to(rgb(172, 123, 255)));
  background: -webkit-linear-gradient(left, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
  background: linear-gradient(90deg, rgb(246, 194, 211) 0%, rgb(172, 123, 255) 100%);
}
@media only screen and (max-width: 760px) {
  .table tr::after {
    height: 2px;
  }
}
.table th b,
.table td b {
  font-weight: bold;
}
.table th {
  padding: 2rem;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .table th {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.table td {
  padding: 2rem 1rem;
}
@media only screen and (max-width: 760px) {
  .table td {
    font-size: 1.3rem;
    padding-inline: 0;
  }
}
.table td .small {
  font-size: 0.8235294118em;
}
@media only screen and (max-width: 760px) {
  .table td:last-child {
    padding-right: 0;
  }
}
.table tr:last-child td {
  border-bottom: unset;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page 共通設定 */
.style_width {
  max-width: calc(var(--w) / var(--width) * 100vw);
  margin: 0 auto;
  display: block;
  width: 100%;
}

.title-sec {
  display: block;
  position: relative;
  padding: 2rem 5rem;
  max-width: calc(850 / var(--width) * 100vw);
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 760px) {
  .title-sec {
    padding: 1rem 0 1rem 2.5rem;
  }
}
.title-sec i {
  width: 11.5rem;
  aspect-ratio: 1/1;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0;
  left: 0;
  margin: auto 0;
}
@media only screen and (max-width: 760px) {
  .title-sec i {
    width: 5rem;
  }
}
.title-sec i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.title-sec .label {
  background-color: var(--dark_gray);
  color: var(--white);
  font-size: 3.4rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 0 6rem;
}
@media only screen and (max-width: 760px) {
  .title-sec .label {
    font-size: 2rem;
    padding: 1rem 1rem 1rem 3rem;
  }
}

.title-basic {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .title-basic {
    font-size: 1.8rem;
  }
}

.title-solid {
  border-radius: 3rem;
  border: 1px solid var(--gray);
  max-width: calc(640 / var(--width) * 100vw);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem 3rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .title-solid {
    border-radius: 1.5rem;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}

.title-line {
  border-bottom: 1px solid var(--gray);
  max-width: calc(670 / var(--width) * 100vw);
  width: 100%;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 1em;
}
@media only screen and (max-width: 760px) {
  .title-line {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: point */
.p-point {
  background-color: var(--light_gray);
}
.p-point .container {
  padding-block: 7rem;
}
@media only screen and (max-width: 760px) {
  .p-point .container {
    padding-block: 4rem;
  }
}
.p-point .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .p-point .title {
    font-size: 1.8rem;
  }
}
.p-point .box_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .p-point .box_point {
    gap: 2rem;
  }
}
.p-point .point_card {
  background-color: var(--white);
  border-radius: 999px;
  width: calc((100% - 8rem) / 3);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 3rem 5rem;
}
@media only screen and (max-width: 760px) {
  .p-point .point_card {
    gap: 1rem;
    width: 100%;
    padding: 2rem 4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-point .point_card .icon {
  display: block;
  width: 11.4rem;
  aspect-ratio: 1/1;
}
.p-point .point_card .title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .p-point .point_card .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-point .point_card .text {
    font-size: 1.3rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-nav  */
.p-page-nav .title-basic {
  margin: 4rem 0 2rem;
}
@media only screen and (max-width: 760px) {
  .p-page-nav .title-basic {
    margin: 2rem 0 1rem;
  }
}

.p-nav_box {
  position: relative;
  height: 21rem;
}
@media only screen and (max-width: 760px) {
  .p-nav_box {
    height: 17rem;
  }
}

.p-nav {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 10rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 960px) {
  .p-nav {
    padding: 0 5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 760px) {
  .p-nav {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
}
.p-nav.transformNav {
  position: fixed;
  top: 9rem;
}
@media only screen and (max-width: 760px) {
  .p-nav.transformNav {
    top: 5rem;
  }
}
.p-nav.transformNav .link {
  gap: 0;
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 760px) {
  .p-nav.transformNav .link {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.p-nav.transformNav .link .small {
  opacity: 0;
  min-height: unset;
  height: 0;
}
.p-nav.transformNav .link::after {
  width: 1.8rem;
  margin-top: 7px;
}
@media only screen and (max-width: 760px) {
  .p-nav.transformNav .link::after {
    margin-top: 5px;
    width: 1rem;
  }
}
.support .p-nav {
  grid-template-columns: repeat(6, 1fr);
}
.support .p-nav .link {
  font-size: 2rem;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .support .p-nav .link {
    font-size: 1.1rem;
    gap: 0;
  }
}
.p-nav .link {
  border: 1px solid var(--gray);
  background-color: var(--white);
  text-decoration: none;
  text-align: center;
  display: grid;
  gap: 2rem;
  padding: 2rem;
  font-size: 2.6rem;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  opacity: 1;
  position: relative;
  color: var(--white);
}
@media only screen and (max-width: 760px) {
  .p-nav .link {
    width: calc((100% - 2rem) / 3);
    font-size: 1.2rem;
    padding: 0.5rem;
    gap: 3px;
  }
}
.p-nav .link:hover::before {
  height: 100%;
}
.p-nav .link:hover::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.p-nav .link .label {
  font-weight: 700;
  line-height: 1.1;
  min-height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 760px) {
  .p-nav .link .label {
    min-height: 1em;
  }
}
.p-nav .link .small {
  font-size: 0.5em;
  line-height: 1.1;
  min-height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 760px) {
  .p-nav .link .small {
    font-size: 0.8rem;
  }
}
.p-nav .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  background-color: var(--black);
}
.p-nav .link svg, .p-nav .link::after {
  content: "";
  display: block;
  width: 4.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
  mix-blend-mode: difference;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .p-nav .link svg, .p-nav .link::after {
    width: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single */
.post__title {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 760px) {
  .post__title {
    margin-bottom: 2rem;
  }
}
.post__title .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1.5rem;
}
.post__title .tag .meta {
  color: var(--gray);
  font-size: 1.8rem;
  text-transform: lowercase;
}
@media only screen and (max-width: 960px) {
  .post__title .tag .meta {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .post__title .tag .meta {
    font-size: 1.1rem;
  }
}
.post__title .tag .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.post__title .tag .cat span {
  display: block;
  padding: 0 1rem;
  background: var(--c_blue);
  color: var(--white);
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .post__title .tag .cat span {
    padding: 0 0.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .post__title .tag .cat span {
    font-size: 1.1rem;
  }
}
.post__title .title h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.75;
}
@media only screen and (max-width: 960px) {
  .post__title .title h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .post__title .title h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.post__title dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .post__title dl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 760px) {
  .post__title dl {
    font-size: 1.4rem;
  }
}
.post__title dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.post__title dl dt::after {
  content: "";
  width: 1px;
  height: 1em;
  background: var(--black);
}

.wysiwyg {
  display: grid;
  gap: 1.6rem;
  font-family: var(--font-family_c);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single post */
.other-post {
  position: relative;
  padding: 5rem 0 18rem;
}
@media only screen and (max-width: 760px) {
  .other-post {
    padding: 6rem 0 9rem;
  }
}
.other-post .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
}
@media only screen and (max-width: 760px) {
  .other-post .container {
    gap: 3rem;
  }
}
.other-post .head .title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .other-post .head .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 760px) {
  .other-post .head .title {
    font-size: 1.8rem;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: single slider */
.entry__header--slider {
  margin: 15rem auto 1rem;
  position: relative;
  max-width: 1400px;
  width: 90%;
}
@media only screen and (max-width: 760px) {
  .entry__header--slider {
    margin: 6rem 0 3rem;
    width: 100%;
  }
}
.entry__header--slider .swiper {
  width: 81.25%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .entry__header--slider .swiper {
    width: 86.4583333333%;
  }
}
@media only screen and (max-width: 760px) {
  .entry__header--slider .swiper {
    width: 100%;
  }
}
.entry__header--slider .swiper .slide-img {
  background-color: var(--light_gray);
}
.entry__header--slider .swiper .slide-img img {
  aspect-ratio: 1040/510;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.entry__header--slider [class*=slider-arrow-] {
  all: unset;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: grid;
  align-self: center;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.entry__header--slider [class*=slider-arrow-] svg {
  width: 6rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 760px) {
  .entry__header--slider [class*=slider-arrow-] svg {
    width: 3rem;
  }
}
.entry__header--slider [class*=slider-arrow-]:hover {
  opacity: 0.8;
}
.entry__header--slider .slider-arrow-next {
  right: 0;
}
@media only screen and (max-width: 760px) {
  .entry__header--slider .slider-arrow-next {
    right: 1%;
  }
}
.entry__header--slider .slider-arrow-prev {
  left: 0;
}
@media only screen and (max-width: 760px) {
  .entry__header--slider .slider-arrow-prev {
    left: 1%;
  }
}
.entry__header--slider .slider-arrow-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.entry__header--slider .slider-default-pagination {
  bottom: -3rem !important;
}
.entry__header--slider .slider-default-pagination .swiper-pagination-bullet-active {
  background: #707f89;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 印刷用css */
.print-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.print-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #707f89;
  color: var(--white);
  padding: 1rem 2rem;
  min-width: 24rem;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(var(--transformrate));
  transition: 0.5s cubic-bezier(var(--transformrate));
}
.print-button svg {
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.print-button:hover {
  background: var(--dark_gray);
}

.print {
  display: none;
}

@media print {
  .print {
    display: block;
  }
  .print .border {
    border: 1px solid #000;
    padding: 10px;
  }
  .slider-default {
    display: block !important;
    width: 100% !important;
  }
  .slider-default .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .slider-default .swiper-wrapper img {
    aspect-ratio: unset !important;
    height: auto !important;
  }
  .slider-default .swiper-slide {
    width: 100% !important;
    margin-bottom: 20px !important;
    page-break-inside: avoid;
  }
  /* ナビゲーションと矢印を非表示 */
  .place::before,
  .swiper-pagination,
  .slider-default .slider-arrow-next,
  .slider-default .slider-arrow-prev,
  .slider-default .slider-default-pagination,
  .swiper-controller,
  .breadcrumb,
  .drawer-nav-btn,
  .side-fixed-btn,
  .p-form,
  .sitemap__nav,
  .entry__footer,
  .sitemap,
  .print-button-wrap {
    display: none !important;
  }
  .site-footer .container {
    background: unset;
    padding: 20px;
  }
  .site-footer .container * {
    margin: 0;
    color: #000 !important;
  }
  .site-footer .container a {
    display: none;
  }
  .sitelogo {
    position: static;
    padding: 20px;
  }
  .entry__header--slider {
    margin: 0;
    width: 100%;
  }
  .entry__header--slider .swiper .slide-img {
    background: unset;
  }
  .post .entry__content {
    padding: 0;
    min-height: 0;
    margin: 0;
  }
  .post .entry__content .container {
    padding: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */