@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フォント指定*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..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: flex;
  padding: 3rem 4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  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 {
  --color1: #22B6A3;
  --white: #fff;
  --black: #000;
  --gray: #C5C5C5;
  --dark_gray: #9B9684;
  --blue: #0E6EB8;
  --blue2: rgba(14, 104, 184, 0.698);
  --green: #C1E5E0;
  --green1: #25a4a6;
  --green2: rgba(37, 164, 166, 0.7);
  --green3: #C0E5E0;
  --bg-color: #E0EDEC;
  --bg-color2: rgba(194, 214, 235, 0.7);
  --bg-color3: #679DC7;
  --bg-color4: rgba(193, 229, 224, 0.8);
  --bg-color4: rgba(255, 255, 255, 0.5);
  --light_gray: #f0f0f0;
  --navy: #2a468f;
  --red: #e9474d;
  --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);
  /* Very light green */
  --shape-color-1: rgba(74, 222, 128, 0.4);
  /* Green with opacity */
  --shape-color-2: rgba(255, 255, 255, 0.6);
  /* White with opacity */
  --text-color: #14532d;
  --font-family: "Noto Sans JP", sans-serif;
  --font-family-en: "Jost", sans-serif;
  --mincho: "Zen Old Mincho", serif;
  --mincho-c: "Noto Serif JP", serif;
  --font-size-h1: clamp(30px, calc(40 / 1440 * 100vw), 40 * 0.1rem);
  --font-size-h3: clamp(20px, calc(30 / 1440 * 100vw), 30 * 0.1rem);
  --transformrate: 0.83, -0.01, 0.18, 0.99;
  --transformrate: 0, 0, 0.56, 0.99;
  --radius-l: 20px;
  --radius-m: 10px;
  --radius-s: 5px;
  --fw-bold: 700;
  --width: 1440;
  --max-width: 1300px;
}

@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);
  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;
  }
}

* {
  box-sizing: border-box;
  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 {
  position: relative;
  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;
  touch-action: pinch-zoom;
}

main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block.scss */
  /* Gutenberg wp-block */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: プルクオート */
  /* __20: テーブル */
  /* __30: 画像 */
  /* __40: ボタン */
  /* __50: 音声 */
  /* __60: カバー */
  /* __70: ファイル */
  /* __80: カラム */
  /* __90: グループ */
  /* __100: メディアとテキスト */
  /* __110: 動画 */
  /* __120: 区切り */
  /* __130: 埋め込み */
  /* __140: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 初期設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: プルクオート */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __20: テーブル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main {
  /* __30: 画像 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-image a {
  display: block;
  width: 100%;
}
main .wp-block-image a img {
  transition: filter 0.5s ease;
}
main .wp-block-image a:hover img {
  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 {
  /* __40: ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-buttons {
  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 {
  /* __50: 音声 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main {
  /* __60: カバー */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __70: ファイル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main {
  /* __80: カラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
    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: flex;
  flex-direction: column;
}
main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.space-between .wp-block-column {
  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) {
    flex-basis: 49% !important;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 760px) {
  main .wp-block-columns.is-layout-flex:not(.is-not-stacked-on-mobile) {
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
}
main {
  /* __90: グループ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __100: メディアとテキスト */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __110: 動画 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main {
  /* __120: 区切り */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __130: 埋め込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __140: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* add-wp-block-pattern */
  /* 追加パターン用スタイル */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-acdn */
  /* 追加パターン用スタイル - アコーディオン  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: スタイル - FAQ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __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;
  transition: transform 0.5s ease;
}
main .wp-block-acdn .acdn-toggle::after {
  transform-origin: center;
  transform: scale(1) rotateZ(90deg);
}
main .wp-block-acdn .acdn-toggle:hover::before {
  transform: scale(0.7);
}
main .wp-block-acdn .acdn-toggle:hover::after {
  transform: scale(0.7) rotateZ(90deg);
}
main .wp-block-acdn .acdn-toggle.acdn-active::before {
  transform: scale(1);
}
main .wp-block-acdn .acdn-toggle.acdn-active::after {
  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 {
  /* __10: スタイル - FAQ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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: 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: 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-acdn */
  /* 追加パターン用スタイル - セクション  */
  /* 目次 */
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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;
  flex-basis: auto;
  flex-grow: inherit;
}
main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* wp-block-acdn */
  /* 追加パターン用スタイル - レイアウト  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: ボーダー付きカラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: ボーダー付きカラム */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 */
  /* 追加パターン用スタイル - モーダル  */
  /* 目次 */
  /* __0: 共通設定 */
  /* __10: モーダル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __0: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-modal-toggle {
  cursor: pointer;
  transition: filter 0.5s ease;
}
main .wp-block-modal-toggle:hover {
  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: flex;
  flex-direction: column;
  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%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* has-color.scss */
  /* Gutenberg 色 */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: テキストカラー */
  /* __20: 背景色 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: テキストカラー */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __20: 背景色 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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-font-size.scss */
  /* Gutenberg フォントサイズ */
  /* 目次 */
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* setting.scss */
  /* wp-block-style用ファイル読み込み*/
  /* 目次 */
  /* __00: パーツ別外部ファイル読み込み */
  /* __10: ボタン */
  /* __10_1: 矢印 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: パーツ別外部ファイル読み込み */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* paragraph.scss */
  /* Gutenberg スタイル - 段落 */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: 左寄せ */
  /* __20: 中央 */
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10: 左寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main p.is-style-border {
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}
main p.is-style-bubble {
  display: flex;
  align-items: center;
}
main p.is-style-bubble::before {
  content: "";
  width: 26px;
  border-top-style: solid;
  border-top-width: 2px;
  margin-right: 0.6px;
  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;
  transform: rotateZ(-65deg);
}
main p.is-style-point {
  display: flex;
  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;
  transform: rotateZ(-65deg);
}
main {
  /* __20: 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main p.has-text-align-center.is-style-bubble {
  justify-content: center;
}
main {
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main p.has-text-align-right.is-style-bubble {
  justify-content: flex-end;
}
main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* hading.scss */
  /* Gutenberg スタイル - 見出し */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10: 左寄せ */
  /* __20: 中央 */
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 初期設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __10: 左寄せ　 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 下線１ */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 下線2 */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 下線３ */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 上線１ */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 上線2 */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 上線３ */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 片側線１*/
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 片側線２ */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 上下線 */
}
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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 左右線 */
}
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: flex;
  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;
  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,
main h2,
main h3,
main h4,
main h5,
main h6 {
  /* 左右線（幅広線） */
}
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: flex;
  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;
  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 {
  /* __20: 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* 下線１ */
  /* 上線１ */
}
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,
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 {
  /* 下線３ */
  /* 上線３ */
}
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,
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 {
  /* 片側線１*/
}
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,
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 {
  /* 片側線２ */
}
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,
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 {
  /* 上下線 */
}
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 {
  /* 左右線 */
}
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 {
  justify-content: center;
}
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 {
  /* 左右線（幅広線） */
}
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 {
  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 {
  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 {
  /* __30: 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* 下線１ */
  /* 上線１ */
}
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 */
}
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,
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 {
  /* 下線３ */
  /* 上線3 */
}
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,
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 {
  /* 片側線１*/
}
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,
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 {
  /* 片側線２ */
}
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,
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 {
  /* 上下線 */
}
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 {
  /* 左右線 */
}
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 {
  justify-content: flex-end;
}
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 {
  /* 左右線（幅広線） */
}
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 {
  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 {
  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 {
  flex-grow: 0;
  margin-left: 0;
}
main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* columns.scss */
  /* Gutenberg スタイル - カラムス */
  /* 目次 */
  /* __00: 初期設定 */
  /* __10_1: カラムス - 左寄せ */
  /* __10_2: カラムス - 中央 */
  /* __10_3: カラムス - 右寄せ */
  /* __10_4: カラムス - 均等 */
  /* __10_5: カラムス - 両端寄せ */
  /* __20_1: カラム - 余白あり */
  /* __20_2: カラム - 枠線 */
  /* __20_3: カラム - 枠線（丸） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __10_1: カラムス - 左寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-columns.is-style-content-left {
  justify-content: flex-start;
}
main {
  /* __10_2: カラムス - 中央 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-columns.is-style-content-center {
  justify-content: center;
}
main {
  /* __10_3: カラムス - 右寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-columns.is-style-content-right {
  justify-content: flex-end;
}
main {
  /* __10_4: カラムス - 均等 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-columns.is-style-content-space-around {
  justify-content: space-around;
}
main {
  /* __10_5: カラムス - 両端寄せ */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-columns.is-style-content-space-between {
  justify-content: space-between;
}
main {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __20_1: カラム - 余白あり */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __20_2: カラム - 枠線 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __20_3: カラム - 枠線（丸） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-latest-posts__list {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル1*/
}
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;
  transition: 0.5s ease;
  align-self: center;
}
main .wp-block-latest-posts__list.is-style-simple1 li > a:hover {
  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 {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - シンプル2*/
}
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;
  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 {
  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 {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* Gutenberg スタイル - 最近の投稿 - リッチメディア*/
}
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 {
  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;
  transition: 0.5s ease;
}
main .wp-block-latest-posts__list.is-style-rich-media li a:hover {
  transition: 0.5s ease;
  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.scss */
  /* 目次 */
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-gallery {
  display: grid;
}
main .wp-block-gallery.is-layout-flex {
  display: flex;
  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.scss */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: スタイル別 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-dl {
  margin-top: 30px;
}
@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 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
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 {
  /* __10: 画像 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  /* __10: ボタン */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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%;
  filter: invert(0.5);
  will-change: transform;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
main .wp-block-button > a:hover::before,
main .wp-block-button > div:hover::before {
  transform-origin: left;
  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 {
  /* __10_1: 矢印 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
main .wp-block-button.is-style-arrow > a,
main .wp-block-button.is-style-arrow > div {
  display: flex;
  align-items: center;
  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;
  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;
  transform-origin: right;
  transform: scaleX(0);
  transition: 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 {
  transform-origin: left;
  transform: scaleX(1);
}
main .wp-block-button {
  /* __10_2: 矢印（ホバー） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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;
  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;
  transform: scale(1);
  filter: none;
  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 {
  /* __10_2: 矢印（塗りつぶし） */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
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 {
  transform: rotate(35deg);
  left: inherit;
  filter: none;
}
main .wp-block-button.is-style-background-arrow a::after {
  transform: rotate(-35deg);
}
main .wp-block-button.is-style-background-arrow a:hover {
  text-decoration: underline;
}
main {
  /* __20: テーブル */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
@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;
  }
}
main.page, main.archive, main.single {
  background-color: var(--bg-color);
}
main.page .l-page, main.archive .l-page, main.single .l-page {
  position: relative;
}
main .entry__header,
main .entry__content {
  position: relative;
  z-index: 1;
}

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

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

.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);
  }
}

figure {
  margin: 0;
}

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

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

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

#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;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景のライン */
#bg-stream-container {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* .block.--interview の背景レイヤー(0)より上、コンテンツ(2)より下 */
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  #bg-stream-container {
    top: -0.8%;
    left: -25%;
    width: 170%;
  }
}
#bg-stream-container {
  /* マスクレイヤー（スクロールに応じて更新） */
  /* 初期値はJavaScriptで設定されるため、0pxのまま */
  --mask-offset: 0px;
}
#bg-stream-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  z-index: 2;
  pointer-events: none;
  transform: translateY(var(--mask-offset, 0px));
  will-change: transform;
  transition: transform 2s ease-out;
}

.stream-image-element {
  position: absolute;
  top: -0.5%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stream-image-element img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.nopost-wrapper {
  width: 100%;
  padding: 6rem 0;
}
@media only screen and (max-width: 760px) {
  .nopost-wrapper {
    padding: 3rem 0;
  }
}
.nopost {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 各style */
.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;
}

.headline4 {
  display: grid;
  gap: 2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  .headline4 {
    padding-bottom: 3rem;
  }
}
.headline4 .label {
  color: var(--navy);
  font-family: var(--mincho);
  font-size: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .headline4 .label {
    font-size: 2.1rem;
  }
}
.headline4 .lead {
  color: var(--navy);
  font-size: 3rem;
  font-family: var(--mincho);
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .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;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*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;
  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;
  transition: opacity 0.5s;
  opacity: 0;
  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: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 共通設定 */
/* __10: 募集要項セクション */
/* __20: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.image-shape-diamond {
  border-radius: var(--radius-m);
  transform: rotate(45deg);
  overflow: hidden;
}
.image-shape-diamond .image-shape-diamond-inner {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg) scale(2.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-shape-circle {
  aspect-ratio: 1/1;
  border-radius: 100vw;
  overflow: hidden;
}
.image-shape-circle .image-shape-circle-inner {
  width: 100%;
  height: 100%;
  transform: scale(2.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diamond--image {
  position: absolute;
  height: fit-content;
  overflow: hidden;
  transform: rotate(0);
  aspect-ratio: 1/1;
  z-index: 0;
}
.diamond--image .diamond__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* __10: 募集要項セクション */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.--recruitment {
  background-color: var(--white);
  position: relative;
  padding: 5rem 0;
}
@media only screen and (max-width: 760px) {
  .--recruitment {
    background-color: var(--bg-color3);
    border-radius: var(--radius-l);
  }
}
.--recruitment::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 3rem);
  height: calc(100% - 10rem);
  background-color: var(--bg-color3);
  border-radius: var(--radius-l) 0 0 var(--radius-l);
  z-index: 0;
}
@media only screen and (max-width: 760px) {
  .--recruitment::before {
    content: none;
  }
}
.--recruitment .container {
  padding: 0 0 10rem 8rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  .--recruitment .container {
    padding: 0;
    width: 85%;
  }
}
.--recruitment .title-section {
  color: var(--white);
  margin-bottom: 0;
}
.--recruitment .content {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 5rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 760px) {
  .--recruitment .content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.--recruitment ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.--recruitment ul li {
  background-color: var(--white);
  border-radius: var(--radius-l);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5rem 3rem;
}
.--recruitment ul li p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.1em;
}
.--recruitment ul li p .en {
  color: var(--blue);
  font-size: 1.8rem;
  line-height: 1;
}
.--recruitment ul li p .ja {
  font-size: var(--font-size-h3);
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .--recruitment ul {
    gap: 1.5rem;
  }
  .--recruitment ul li {
    padding: 3rem 1.5rem;
  }
  .--recruitment ul li p {
    gap: 0.5rem;
  }
  .--recruitment ul li p .en {
    font-size: 1.3rem;
  }
}
.--recruitment .diamond--image.diamond--1 {
  overflow: inherit;
  opacity: 0.7;
  z-index: 1;
}
.--recruitment .diamond--image.diamond--1 img {
  filter: blur(15px);
}
.--recruitment .shapes-container {
  position: relative;
}
@media only screen and (max-width: 760px) {
  .--recruitment .shapes-container {
    height: calc(var(--vh, 1vh) * 45);
  }
}
.--recruitment .shapes-container .image-shape-diamond {
  position: absolute;
  height: fit-content;
  aspect-ratio: 1/1;
}
.--recruitment .shapes-container .image-shape-diamond.--img1 {
  top: 10%;
  left: 10%;
  width: 60%;
}
@media only screen and (max-width: 760px) {
  .--recruitment .shapes-container .image-shape-diamond.--img1 {
    top: 10%;
    right: inherit;
    left: 10%;
    width: 55%;
  }
}
.--recruitment .shapes-container .image-shape-diamond.--img2 {
  bottom: -10%;
  right: 12%;
  width: 45%;
}
@media only screen and (max-width: 760px) {
  .--recruitment .shapes-container .image-shape-diamond.--img2 {
    bottom: 2%;
    right: 0;
    width: 40%;
  }
}

/* __20: pagesファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* front-page.php */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#home {
  background-color: var(--bg-color);
  position: relative;
}
#home .title-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
#home .title-section .en {
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}
#home .title-section .ja {
  font-size: var(--font-size-h1);
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  #home .title-section {
    gap: 0.5rem;
  }
  #home .title-section .en {
    font-size: 1.3rem;
  }
}
#home {
  /* __10: hero-section */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#home .hero-section {
  padding: 20rem 0 40rem;
  position: relative;
}
@media only screen and (max-width: 760px) {
  #home .hero-section {
    padding: 6rem 0 25rem;
    height: 100%;
  }
}
#home .hero-section {
  /* 初期表示アニメーション順: 1.diamond → 2.shapes-container__inner(wrapper1,2,3) → 3.h1 → 4.bg-stream */
}
#home .hero-section #shapesContainer1 {
  position: fixed;
  top: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (min-width: 1441px) {
  #home .hero-section #shapesContainer1 {
    max-width: 1440px;
    margin: auto;
  }
}
@media (max-aspect-ratio: 4/5) {
  #home .hero-section #shapesContainer1 {
    height: calc(var(--vh, 1vh) * 45);
  }
}
@media only screen and (max-width: 760px) {
  #home .hero-section #shapesContainer1 {
    height: calc(var(--vh, 1vh) * 100);
  }
}
#home .hero-section #shapesContainer1 > .diamond {
  opacity: 1;
}
#home .hero-section {
  /* 動画準備完了（body.hero-video-ready）まで非表示 → 位置ずれ・スタイル崩れ防止 */
}
#home .hero-section .hero-container .shapes-container .shapes-container__inner {
  opacity: 0;
}
#home .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--1,
#home .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--2,
#home .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--3 {
  opacity: 0;
  /* アニメーションは hero-video-ready 付与時に開始 */
}
#home .hero-section {
  /* .mv のアニメーション開始後に shapes-container__inner を表示（強制再読込時の位置ずれ防止） */
}
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner {
  opacity: 1 !important;
}
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--1,
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--2,
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--3 {
  opacity: 0;
  animation: heroRevealFadeIn 0.45s ease both;
}
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--1 {
  animation-delay: 0.6s;
}
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--2 {
  animation-delay: 0.9s;
}
body.hero-video-ready.hero-mv-started .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--3 {
  animation-delay: 1.2s;
}

#home .hero-section {
  /* hero-skip-animation の場合は hero-mv-started なしでも表示 */
}
body.hero-skip-animation.hero-video-ready .hero-section .hero-container .shapes-container .shapes-container__inner {
  opacity: 1 !important;
}
body.hero-skip-animation.hero-video-ready .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--1,
body.hero-skip-animation.hero-video-ready .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--2,
body.hero-skip-animation.hero-video-ready .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--3 {
  opacity: 1;
  animation: none;
  animation-delay: unset;
}

#home .hero-section .hero-container .content .mv {
  opacity: 0;
  visibility: hidden;
  /* 動画読み込み前でもレイアウトが崩れないように、aspect-ratio で高さを確保 */
  width: 100%;
  aspect-ratio: 543/540;
  min-height: 0; /* aspect-ratio を有効にする */
  /* 動画 canplay 後に body.hero-video-ready が付与されてからアニメーション開始（SP表示ラグ解消） */
}
#home .hero-section {
  /* 動画再生可能後に JS で body に .hero-video-ready を付与 → そのタイミングで .mv を表示 */
}
body.hero-video-ready .hero-section .hero-container .content .mv {
  animation: heroH1PopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s both;
}
@media only screen and (max-width: 760px) {
  body.hero-video-ready .hero-section .hero-container .content .mv {
    animation: heroH1PopInSp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s both;
  }
}

#home .hero-section {
  /* 強制リロード時はアニメーションをスキップして即表示（#home 付きで詳細度を上げ、110行目 .mv の opacity:0 を上書き） */
}
body#home.hero-hard-reload.hero-video-ready .hero-section .hero-container .content .mv {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(20%, 20%) scale(1);
  animation: none;
}
@media only screen and (max-width: 760px) {
  body#home.hero-hard-reload.hero-video-ready .hero-section .hero-container .content .mv {
    transform: translateY(0) scale(0.85);
  }
}

#home .hero-section .hero-container .content .animation-icon {
  opacity: 0;
  transform: translate(50px, 50px);
}
#home .hero-section .hero-container .content .animation-icon.--icon1 {
  animation: slideInFromRightBottom 0.3s ease-out 2.5s both;
}
#home .hero-section {
  /* hero-skip-animation 時: 順番アニメーションを実行せず、最初から全て表示（#home は body の id） */
}
body#home.hero-skip-animation .hero-section #shapesContainer > .diamond {
  opacity: 1;
}
body#home.hero-skip-animation .hero-section .hero-container .shapes-container .shapes-container__inner {
  opacity: 1;
}
body#home.hero-skip-animation .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--1,
body#home.hero-skip-animation .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--2,
body#home.hero-skip-animation .hero-section .hero-container .shapes-container .shapes-container__inner .image-diamond-wrapper--3 {
  opacity: 1;
  animation: none;
  animation-delay: unset;
}
body#home.hero-skip-animation .hero-section .hero-container .content .mv {
  opacity: 1;
  visibility: visible;
  transform: translate(20%, 20%) scale(1);
  animation: none;
  animation-delay: unset;
}
@media only screen and (max-width: 760px) {
  body#home.hero-skip-animation .hero-section .hero-container .content .mv {
    transform: translateY(0) scale(0.85);
  }
}
body#home.hero-skip-animation .hero-section .hero-container .content .animation-icon {
  opacity: 1;
  transform: translate(0, 0);
  animation: none;
  animation-delay: unset;
}
#home .hero-section .hero-container {
  position: relative;
}
@media only screen and (min-width: 1441px) {
  #home .hero-section .hero-container {
    max-width: 1440px;
    margin: auto;
  }
}
#home .hero-section .hero-container {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 760px) {
  #home .hero-section .hero-container {
    flex-direction: column;
    align-items: center;
  }
}
#home .hero-section .hero-container .content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 3% 0 0 2%;
  width: 35%;
  z-index: 10;
  /* 動画読み込み前でもレイアウトが崩れないように、最小高さを確保 */
  min-height: 0;
  position: relative;
}
#home .hero-section .hero-container .content .video-mask {
  width: 100%;
  aspect-ratio: 543/540;
  min-height: 0; /* aspect-ratio を有効にする */
  mask-image: url(../movie/animation_text.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: translate(8%, 0%);
}
#home .hero-section .hero-container .content .video-mask video {
  width: 200%;
  height: 100%;
  margin-left: -50%;
  object-fit: cover;
}
@media only screen and (max-width: 760px) {
  #home .hero-section .hero-container .content .video-mask {
    transform: translate(0%, 0%);
  }
}
#home .hero-section .hero-container .content .mv-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  aspect-ratio: 543/540;
  transform: translate(2%, -3%);
}
@media only screen and (max-width: 760px) {
  #home .hero-section .hero-container .content .mv-text {
    transform: translate(-8%, -5%);
    width: 115%;
  }
}
#home .hero-section .hero-container .content .animation-icon {
  position: absolute;
  width: 8rem;
  height: fit-content;
}
#home .hero-section .hero-container .content .animation-icon.--icon1 {
  top: -25%;
  right: -130%;
}
#home .hero-section .hero-container .content .animation-icon.--icon2 {
  left: 25%;
  bottom: -55%;
}
@media only screen and (max-width: 760px) {
  #home .hero-section .hero-container .content {
    margin: auto;
    width: 100%;
  }
  #home .hero-section .hero-container .content .animation-icon {
    width: 4rem;
  }
  #home .hero-section .hero-container .content .animation-icon.--icon1 {
    top: 8%;
    right: 5%;
  }
  #home .hero-section .hero-container .content .animation-icon.--icon2 {
    left: 5%;
    bottom: -65%;
  }
}
#home .hero-section .hero-container .shapes-container {
  width: 60%;
  pointer-events: none;
}
#home .hero-section .hero-container .shapes-container .shapes-container {
  width: 100%;
}
#home .hero-section .hero-container .shapes-container .shapes-container__inner {
  width: 100%;
}
#home .hero-section .hero-container .shapes-container .diamond--image.diamond--2 {
  --diamond-rotate: 15deg;
  transform: rotate(var(--diamond-rotate, 0deg));
}
#home .hero-section .hero-container .shapes-container .diamond--image.diamond--3 {
  --diamond-rotate: 10deg;
  transform: rotate(var(--diamond-rotate, 0deg));
}
#home .hero-section .hero-container .shapes-container .diamond--image.diamond--5 {
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  #home .hero-section .hero-container .shapes-container {
    width: 100%;
    height: calc(var(--vh, 1vh) * 20);
  }
}
#home .hero-section .image-diamond-wrapper {
  position: absolute;
  width: clamp(80px, min(var(--diamond-size, 20) * 1vw, var(--diamond-size, 20) * 14.4px), 400px);
  aspect-ratio: 1;
  height: auto;
  top: calc(var(--diamond-top, 50) * 1%);
  left: calc(var(--diamond-left, 50) * 1%);
  transform: rotate(45deg) translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  isolation: isolate;
  contain: paint;
  overflow: hidden;
  border-radius: var(--radius-l);
  z-index: 5;
}
@media only screen and (max-width: 760px) {
  #home .hero-section .image-diamond-wrapper {
    border-radius: var(--radius-m);
  }
}
#home .hero-section .image-diamond-wrapper .image-diamond-inner {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg) scale(1.42) translateZ(0);
  /* Counter rotate and scale to cover corners */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
#home .hero-section .image-diamond-wrapper .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
#home .hero-section .image-diamond-wrapper .slide-image.active {
  opacity: 1;
  z-index: 2;
}
#home {
  /* Base animation class - will be customized by JS */
}
#home .animate-float {
  animation: floatAnimation 14s ease-in-out infinite alternate;
}
@keyframes floatAnimation {
  0% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1) translate(0, 0);
    border-radius: 20px;
  }
  12.5% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.05) translate(15px, -20px);
    border-radius: 22px;
  }
  25% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.08) translate(25px, -35px);
    border-radius: 24px;
  }
  37.5% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.1) translate(20px, -25px);
    border-radius: 26px;
  }
  50% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.02) translate(-10px, 15px);
    border-radius: 28px;
  }
  62.5% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(0.96) translate(-18px, 28px);
    border-radius: 30px;
  }
  75% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(0.94) translate(-15px, 20px);
    border-radius: 28px;
  }
  87.5% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.03) translate(8px, -12px);
    border-radius: 24px;
  }
  100% {
    transform: rotate(var(--diamond-rotate, 0deg)) scale(1.05) translate(5px, -8px);
    border-radius: 20px;
  }
}
#home {
  /* __10: company */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#home .--company {
  padding: 10rem 0;
  position: relative;
}
@media only screen and (max-width: 760px) {
  #home .--company {
    padding: 5rem 0 10rem;
  }
  #home .--company .container {
    padding: 0 5%;
  }
}
#home .--company .title-section .en {
  color: var(--color1);
}
#home .--company .flex {
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 760px) {
  #home .--company .flex {
    flex-direction: column;
    gap: 5rem;
  }
}
#home .--company .flex .txt-box {
  width: 30%;
}
#home .--company .flex .txt-box .text {
  margin-bottom: 3em;
}
#home .--company .flex .txt-box .link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
#home .--company .flex .txt-box .link + .link {
  border-top: 1px solid var(--gray);
}
@media only screen and (max-width: 760px) {
  #home .--company .flex .txt-box {
    width: 100%;
  }
  #home .--company .flex .txt-box .text {
    margin-bottom: 2rem;
  }
  #home .--company .flex .txt-box .text .link p {
    font-size: 1.6rem;
  }
}
#home .--company .flex .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  #home .--company .flex .img-box {
    width: 100%;
    height: calc(var(--vh, 1vh) * 45);
  }
}
#home .--company .flex .image-shape-diamond {
  aspect-ratio: 1/1;
}
#home .--company .flex .image-shape-diamond.--img1 {
  margin-right: auto;
  margin-left: 10%;
  margin-top: -33%;
  width: 35%;
}
#home .--company .flex .image-shape-diamond.--img1 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2.2) translate(-5rem, 1rem);
}
@media only screen and (max-width: 760px) {
  #home .--company .flex .image-shape-diamond.--img1 {
    position: absolute;
    top: 20%;
    right: 0;
    margin: 0;
    width: 55%;
  }
  #home .--company .flex .image-shape-diamond.--img1 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2.2) translate(-3rem, 0rem);
  }
}
#home .--company .flex .image-shape-diamond.--img2 {
  margin-left: auto;
  margin-right: 26%;
  width: 28%;
}
#home .--company .flex .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(5) translate(1.5rem, 2.5rem);
}
@media only screen and (max-width: 760px) {
  #home .--company .flex .image-shape-diamond.--img2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    margin: 0;
    width: 45%;
  }
  #home .--company .flex .image-shape-diamond.--img2 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(4) translate(0.5rem, 1rem);
  }
}
#home .--company .flex .image-shape-diamond.--img3 {
  position: absolute;
  bottom: -52%;
  left: 27%;
  width: 22%;
}
#home .--company .flex .image-shape-diamond.--img3 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2) translate(0.5rem, -2.5rem);
}
@media only screen and (max-width: 760px) {
  #home .--company .flex .image-shape-diamond.--img3 {
    bottom: inherit;
    top: 5%;
    left: 5%;
    width: 35%;
  }
  #home .--company .flex .image-shape-diamond.--img3 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2) translate(0.5rem, -1.5rem);
  }
}
#home .--company .diamond--image {
  z-index: -1;
}
#home .--company .diamond--image.diamond--1 {
  opacity: 0.6;
}
#home {
  /* __10: works */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#home .--works {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, var(--white) 50%, var(--white) 100%);
  padding-bottom: 5rem;
}
@media only screen and (max-width: 760px) {
  #home .--works {
    background: inherit;
  }
}
#home .--works {
  /* 背景は .block__bg に表示し、#bg-stream-container がその上に重なるようにする */
}
#home .--works .block__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  pointer-events: none;
}
#home .--works .container {
  position: relative;
  z-index: 2; /* #bg-stream-container(1) より上に表示 */
  background-color: var(--green);
  border-radius: var(--radius-l);
}
@media only screen and (max-width: 760px) {
  #home .--works .container {
    padding: 5rem 5%;
  }
}
#home .--works .title-section .en {
  color: var(--color1);
}
#home .--works .content {
  display: flex;
  position: relative;
  z-index: 2;
}
#home .--works .content .txt-box {
  width: 20%;
}
#home .--works .content .img-box {
  align-items: center;
  display: flex;
  width: 80%;
  overflow: visible;
  padding: 30px;
}
@media only screen and (max-width: 760px) {
  #home .--works .content {
    flex-direction: column;
  }
  #home .--works .content .txt-box {
    width: 100%;
  }
  #home .--works .content .img-box {
    padding: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 20);
  }
}
#home .--works .diamond--image.diamond--2 img {
  filter: blur(15px);
}
#home .--works .image-shape-circle {
  filter: drop-shadow(30px 20px 30px var(--green2));
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#home .--works .image-shape-circle.--img1 {
  width: 45%;
}
#home .--works .image-shape-circle.--img1 .image-shape-circle-inner {
  transform: scale(1.5);
}
@media only screen and (max-width: 760px) {
  #home .--works .image-shape-circle.--img1 {
    position: absolute;
    top: 15%;
    right: 0;
    width: 50%;
  }
}
#home .--works .image-shape-circle.--img2 {
  transform: translate(15%, 60%) translateZ(0);
  width: 20%;
}
#home .--works .image-shape-circle.--img2 .image-shape-circle-inner {
  transform: scale(1.5);
}
@media only screen and (max-width: 760px) {
  #home .--works .image-shape-circle.--img2 {
    position: absolute;
    top: 30%;
    right: 50%;
    width: 40%;
  }
}
#home .--works .image-shape-circle.--img3 {
  margin-top: -10em;
  width: 35%;
}
#home .--works .image-shape-circle.--img3 .image-shape-circle-inner {
  transform: scale(1.8);
}
@media only screen and (max-width: 760px) {
  #home .--works .image-shape-circle.--img3 {
    display: none;
  }
}
#home {
  /* __10: interview */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#home .--interview {
  position: relative;
  /* 背景は .block__bg に表示し、#bg-stream-container がその上に重なるようにする */
}
#home .--interview .block__bg {
  border-radius: var(--radius-l);
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg-color2);
  pointer-events: none;
}
#home .--interview .container {
  padding: 10rem 5rem 20rem;
  position: relative;
  z-index: 2; /* #bg-stream-container(1) より上に表示 */
}
@media only screen and (max-width: 760px) {
  #home .--interview .container {
    padding: 5rem 0 10rem;
  }
  #home .--interview .container .title-section {
    margin: 0 auto 3rem;
    width: 90%;
  }
  #home .--interview .container .button-wrapper {
    margin: auto;
    width: 90%;
  }
}
#home .--interview .term-title {
  margin-bottom: 5rem;
  text-align: center;
}
#home .--interview .term-title span {
  background-color: var(--blue);
  border-radius: var(--radius-m);
  color: var(--white);
  font-size: 2.3rem;
  display: inline-block;
  line-height: 2.3;
  min-width: 36rem;
}
@media only screen and (max-width: 760px) {
  #home .--interview .term-title {
    margin-bottom: 3rem;
  }
  #home .--interview .term-title span {
    border-radius: var(--radius-s);
    font-size: 1.6rem;
    min-width: 20rem;
  }
}
#home .--interview .interview-term-slider-wrap {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
#home .--interview .interview-term-slider-wrap .container {
  padding: 0;
  width: 100%;
}
#home .--interview .interview-term-slider-wrap .button-wrapper {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
#home .--interview .interview-term-slider-wrap .button-wrapper .button .label {
  color: var(--white);
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .button-wrapper {
    bottom: 1rem;
    right: 1rem;
    margin: inherit;
    width: inherit;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap {
  margin-bottom: 0;
  margin-top: 0;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item {
  position: relative;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item:hover .button .arrow {
  background-color: var(--color1);
  border-color: var(--color1);
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item:hover .button .arrow::before {
  transform: rotate3d(1, 0, 0, 360deg);
}
@media only screen and (min-width: 1441px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .card {
    max-width: 100rem;
    height: 50rem;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .card {
  border-radius: var(--radius-l);
  height: 40rem;
  max-width: 71rem;
  overflow: hidden;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .card .thumb {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .card {
    border-radius: var(--radius-m);
    height: 17.6rem;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .catchcopy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 1rem;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .catchcopy p {
  background-color: var(--white);
  display: inline-block;
  width: fit-content;
  font-size: 2.8rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .catchcopy {
    gap: 3px;
  }
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .catchcopy p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .type {
  color: var(--white);
  font-size: 1.8rem;
  margin-left: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text .type {
    line-height: 1;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text h4 {
  color: var(--white);
  font-size: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .post-item .interview-text h4 {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-slider {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-slider.is-few-slides {
  display: flex;
  justify-content: center;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-slider.is-few-slides .swiper-wrapper {
  flex: 0 0 auto;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-slider {
    margin: auto;
    width: 100%;
  }
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs {
  margin-top: 4rem;
  overflow: hidden;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs > .swiper-wrapper {
  justify-content: center;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs .swiper-slide {
  width: 64px;
  height: 11rem;
  flex-shrink: 0;
  border-radius: var(--radius-s, 4px);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 760px) {
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs {
    margin-top: 2rem;
    overflow-x: hidden;
    touch-action: none;
  }
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs > .swiper-wrapper {
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: space-between;
  }
  #home .--interview .interview-term-slider-wrap .interview-term-slider-wrap .js-interview-term-thumbs .swiper-slide {
    margin-right: 0 !important;
    width: calc(50% - 1rem);
    height: 8rem;
  }
}
#home {
  /* __10: environment */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
#home .--environment {
  background-color: var(--white);
  position: relative;
  padding: 0 0 10rem;
}
@media only screen and (min-width: 1441px) {
  #home .--environment .container {
    margin: auto !important;
  }
}
#home .--environment .container {
  background-color: var(--white);
  border-radius: var(--radius-l);
  margin-right: 0;
  transform: translateY(-15rem);
}
@media only screen and (max-width: 760px) {
  #home .--environment {
    padding-bottom: 0;
  }
  #home .--environment .container {
    padding: 5rem 10% 0;
    transform: translateY(-5rem);
    width: 100%;
  }
}
#home .--environment .title-section .en {
  color: var(--color1);
}
#home .--environment .flex {
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 760px) {
  #home .--environment .flex {
    flex-direction: column;
    gap: 5rem;
  }
}
#home .--environment .flex .txt-box {
  width: 35%;
}
#home .--environment .flex .txt-box .text {
  margin-bottom: 3em;
}
#home .--environment .flex .txt-box .link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
#home .--environment .flex .txt-box .link + .link {
  border-top: 1px solid var(--gray);
}
@media only screen and (max-width: 760px) {
  #home .--environment .flex .txt-box {
    width: 100%;
  }
  #home .--environment .flex .txt-box .text {
    margin-bottom: 2rem;
  }
  #home .--environment .flex .txt-box .link {
    padding: 1em 2rem;
  }
  #home .--environment .flex .txt-box .link p {
    font-size: 1.6rem;
  }
}
#home .--environment .flex .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  overflow: visible;
  padding: 50px;
}
@media only screen and (max-width: 760px) {
  #home .--environment .flex .img-box {
    box-sizing: border-box;
    padding: 0 20px 20px;
    width: 100%;
  }
}
#home .--environment .image-shape-circle {
  filter: drop-shadow(20px 30px 50px var(--color1));
  width: 65%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#home .--environment .image-shape-circle-inner {
  transform: translate(4em, 3em) scale(2.5);
}
@media only screen and (max-width: 760px) {
  #home .--environment .image-shape-circle {
    filter: drop-shadow(10px 15px 30px var(--color1));
    width: 100%;
  }
  #home .--environment .image-shape-circle-inner {
    transform: translate(2em, 2em) scale(2.5);
  }
}
#home {
  /* __10: recruitment */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}

@keyframes heroRevealFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroH1PopIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(20%, calc(20% + 30px)) scale(0.85);
  }
  1% {
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translate(20%, calc(20% - 2px)) scale(1.02);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(20%, 20%) scale(1);
  }
}
@keyframes heroH1PopInSp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.85);
  }
  1% {
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(0.85);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes titleLeftView {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 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%;
  }
}
@keyframes curveWave {
  0% {
    transform: scaleY(1) skewY(0deg);
  }
  50% {
    transform: scaleY(1.03) skewY(1.5deg);
  }
  100% {
    transform: scaleY(1) skewY(0deg);
  }
}
@keyframes copyReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes slideInFromRightBottom {
  0% {
    opacity: 0;
    transform: translate(50px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* lower */
/* 目次 */
/* __00: 共通設定 */
/* __10: lowerファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.entry__content .title-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.entry__content .title-section .en {
  color: var(--color1);
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}
.entry__content .title-section .ja {
  font-size: var(--font-size-h1);
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .entry__content .title-section {
    gap: 0.5rem;
  }
  .entry__content .title-section .en {
    font-size: 1.3rem;
  }
}
.entry__content .container {
  padding-left: 0;
  padding-right: 0;
}
.entry__content .page-jump {
  padding-bottom: 15rem;
}
.entry__content .page-jump ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.entry__content .page-jump ul a {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}
.entry__content .page-jump ul .arrow {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--blue);
  clip-path: polygon(50% 1.6rem, 0% 0%, 1.6rem 0%);
}
@media only screen and (max-width: 760px) {
  .entry__content .page-jump {
    padding-bottom: 5rem;
  }
  .entry__content .page-jump ul {
    gap: 1rem 2rem;
  }
  .entry__content .page-jump ul .arrow {
    width: 1.2rem;
    height: 1.2rem;
    clip-path: polygon(50% 1.2rem, 0% 0%, 1.2rem 0%);
  }
}

/* __10: lowerファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 会社を知る */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company {
  /* __10: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.company .page-ttl .ttl__mv .img {
  transform: scale(1.2);
}
.company {
  /* __10: p-company01 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.company .p-company01 {
  position: relative;
  padding-bottom: 25rem;
}
@media only screen and (max-width: 760px) {
  .company .p-company01 {
    padding-bottom: 15rem;
  }
}
.company .p-company01 .txt-box {
  margin: auto;
  max-width: 50rem;
  position: relative;
  z-index: 1;
}
.company .p-company01 .txt-box .title {
  font-size: var(--font-size-h3);
  font-weight: var(--fw-bold);
  margin-bottom: 3rem;
}
.company .p-company01 .txt-box .text {
  line-height: 2.5;
}
@media only screen and (max-width: 760px) {
  .company .p-company01 .txt-box .text br + br {
    display: none;
  }
}
.company .p-company01 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .company .p-company01 .img-box {
    width: 100%;
    height: 45vh;
  }
}
.company .p-company01 .image-shape-diamond {
  aspect-ratio: 1/1;
}
.company .p-company01 .image-shape-diamond.--img1 {
  margin-top: -5%;
  margin-right: auto;
  margin-left: 10%;
  width: 40%;
}
.company .p-company01 .image-shape-diamond.--img1 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2.2) translate(-5rem, 1rem);
}
@media only screen and (max-width: 760px) {
  .company .p-company01 .image-shape-diamond.--img1 {
    margin-top: -20%;
    width: 45%;
  }
  .company .p-company01 .image-shape-diamond.--img1 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2.2) translate(-3rem, 0rem);
  }
}
.company .p-company01 .image-shape-diamond.--img2 {
  margin-top: 30%;
  margin-left: -16%;
  margin-right: auto;
  width: 30%;
}
.company .p-company01 .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(5) translate(1.5rem, 2.5rem);
}
@media only screen and (max-width: 760px) {
  .company .p-company01 .image-shape-diamond.--img2 {
    width: 35%;
  }
  .company .p-company01 .image-shape-diamond.--img2 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(4.5) translate(0.5rem, 1rem);
  }
}
.company .p-company01 .image-shape-diamond.--img3 {
  position: absolute;
  bottom: -23%;
  left: 33%;
  width: 22%;
}
.company .p-company01 .image-shape-diamond.--img3 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2) translate(0.5rem, -2.5rem);
}
@media only screen and (max-width: 760px) {
  .company .p-company01 .image-shape-diamond.--img3 {
    bottom: -10%;
    left: 28%;
    width: 28%;
  }
  .company .p-company01 .image-shape-diamond.--img3 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2) translate(1rem, -1rem);
  }
}
.company {
  /* __10: p-company02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.company .p-company02 {
  position: relative;
}
.company .p-company02 .block__bg {
  border-radius: var(--radius-l);
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg-color4);
  pointer-events: none;
}
.company .p-company02 .history-box {
  margin: 10rem auto 0;
  max-width: 85rem;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .company .p-company02 .history-box {
    margin-top: 4rem;
  }
}
.company .p-company02 .history-box::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 20rem;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: var(--black);
}
@media only screen and (max-width: 760px) {
  .company .p-company02 .history-box::before {
    left: 9rem;
  }
}
.company .p-company02 .history-box .history-item {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 15rem auto;
  gap: 10rem;
  margin-top: 4rem;
  position: relative;
}
.company .p-company02 .history-box .history-item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 19rem;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: var(--black);
}
.company .p-company02 .history-box .history-item h4 {
  background-color: var(--color1);
  border-radius: var(--radius-l);
  color: var(--white);
  font-size: 2.8rem;
  line-height: 1.2;
  padding: 0 2rem;
  text-align: center;
}
.company .p-company02 .history-box .history-item-content .title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.company .p-company02 .history-box .history-item-content .text {
  line-height: 2.2;
}
@media only screen and (max-width: 760px) {
  .company .p-company02 .history-box .history-item {
    gap: 4rem;
    grid-template-columns: 7rem auto;
  }
  .company .p-company02 .history-box .history-item::before {
    left: 8.3rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .company .p-company02 .history-box .history-item h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 1rem;
  }
  .company .p-company02 .history-box .history-item-content .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .company .p-company02 .history-box .history-item-content .title br {
    display: none;
  }
  .company .p-company02 .history-box .history-item-content .text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .company .p-company02 .history-box .history-item-content .text br {
    display: none;
  }
}
.company .p-company02 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  position: absolute;
  bottom: 33%;
  right: -25%;
  z-index: -1;
}
@media only screen and (max-width: 760px) {
  .company .p-company02 .img-box {
    bottom: 8%;
    right: -30%;
    width: 100%;
  }
}
.company .p-company02 .image-shape-diamond {
  aspect-ratio: 1/1;
}
.company .p-company02 .image-shape-diamond.--img1 {
  margin-top: -5%;
  margin-right: auto;
  margin-left: 10%;
  width: 40%;
}
.company .p-company02 .image-shape-diamond.--img1 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2.2) translate(-5rem, 1rem);
}
@media only screen and (max-width: 760px) {
  .company .p-company02 .image-shape-diamond.--img1 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2.2) translate(-3rem, 1rem);
  }
}
.company .p-company02 .image-shape-diamond.--img2 {
  margin-top: 30%;
  margin-left: -16%;
  margin-right: auto;
  width: 30%;
}
.company .p-company02 .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transform: translate(0rem, 3rem) rotate(-45deg) scale(2);
}
.company .p-company02 .image-shape-diamond.--img3 {
  position: absolute;
  bottom: -23%;
  left: 33%;
  width: 22%;
}
.company .p-company02 .image-shape-diamond.--img3 .image-shape-diamond-inner {
  transform: translate(-1rem, 1rem) rotate(-45deg) scale(2);
}
.company {
  /* __10: p-company03 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.company .p-company03 {
  padding: 5rem 0 10rem;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 {
    padding: 5rem 0 0;
  }
}
.company .p-company03 .number-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 8rem 0;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 .number-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
    margin: 5rem 0;
  }
}
.company .p-company03 .number-list .number-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-l);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 .number-list .number-box {
    border-radius: var(--radius-s);
    gap: 1rem;
    padding: 2rem 1rem;
  }
}
.company .p-company03 .number-list .item__title {
  font-size: 2.5rem;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 .number-list .item__title {
    font-size: 1.5rem;
  }
}
.company .p-company03 .number-list .item__icon {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 .number-list .item__icon.variable {
    width: 35%;
  }
}
.company .p-company03 .number-list .item__number {
  color: var(--color1);
  font-size: 4rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.4rem;
  line-height: 1;
}
.company .p-company03 .number-list .item__number .number {
  font-size: 150%;
}
.company .p-company03 .number-list .item__number .target {
  font-size: 75%;
}
.company .p-company03 .number-list .item__number .note {
  display: block;
  font-size: 50%;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .company .p-company03 .number-list .item__number {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.company {
  /* __10: 募集要項 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.company .--recruitment {
  padding: 15rem 0 0;
}
.company .--recruitment::before {
  top: 10rem;
  height: calc(100% - 15rem);
}
.company .--recruitment .title-section .en {
  color: var(--white);
}
.company .--recruitment .container {
  padding: 0 0 10rem 8rem;
}
@media only screen and (max-width: 760px) {
  .company .--recruitment {
    padding: 5rem 0;
  }
  .company .--recruitment .container {
    padding: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 仕事を知る */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.work {
  /* __10: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.work .page-ttl .ttl__mv .img {
  transform: scale(1);
}
.work section {
  position: relative;
}
.work section .block__bg {
  border-radius: var(--radius-l);
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--bg-color4);
  pointer-events: none;
}
.work {
  /* __10: p-work01 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.work .p-work01 {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 760px) {
  .work .p-work01 {
    padding-bottom: 10rem;
  }
}
.work .p-work01 .content {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.work .p-work01 .content .txt-box {
  width: 35%;
}
.work .p-work01 .content .txt-box p {
  margin-bottom: 1rem;
}
.work .p-work01 .content .txt-box p span {
  border-bottom: 1px solid var(--color1);
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
}
.work .p-work01 .content .img-box {
  width: 58%;
}
@media only screen and (max-width: 760px) {
  .work .p-work01 .content {
    flex-direction: column;
    gap: 5rem;
  }
  .work .p-work01 .content .txt-box {
    width: 100%;
  }
  .work .p-work01 .content .txt-box p {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .work .p-work01 .content .txt-box p span {
    font-size: 1.5rem;
  }
  .work .p-work01 .content .img-box {
    width: 100%;
  }
}
.work {
  /* __10: p-work02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.work .p-work02 {
  padding: 5rem 0;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 {
    padding: 2rem 0;
  }
}
.work .p-work02 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .content {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.work .p-work02 .support-box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 45%;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .support-box {
    gap: 3rem;
    width: 100%;
  }
}
.work .p-work02 .support-item h4 {
  font-size: var(--font-size-h3);
  margin-bottom: 1rem;
}
.work .p-work02 .support-item h4 span {
  font-size: 65%;
}
.work .p-work02 .support-item ul {
  list-style: disc;
  padding-left: 1.5em;
}
.work .p-work02 .support-item ul li {
  line-height: 2;
  margin-top: 1rem;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .support-item ul li {
    font-size: 1.3rem;
  }
}
.work .p-work02 .img-box {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .img-box {
    width: 100%;
  }
}
.work .p-work02 .image-shape-diamond {
  aspect-ratio: 1/1;
}
.work .p-work02 .image-shape-diamond .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(1.5);
}
.work .p-work02 .image-shape-diamond.--img1 {
  margin-left: 15%;
  width: 50%;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .image-shape-diamond.--img1 {
    margin-top: 10%;
    margin-left: 12%;
    width: 45%;
  }
}
.work .p-work02 .image-shape-diamond.--img2 {
  position: absolute;
  top: 25%;
  right: -10%;
  width: 45%;
}
.work .p-work02 .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(1.5) translate(-2rem, 0);
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .image-shape-diamond.--img2 {
    top: 45%;
    right: 8%;
    width: 38%;
  }
  .work .p-work02 .image-shape-diamond.--img2 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(1.5) translate(-0.5rem, 0);
  }
}
.work .p-work02 .image-shape-diamond.--img3 {
  position: absolute;
  bottom: 4%;
  left: 40%;
  width: 40%;
}
.work .p-work02 .image-shape-diamond.--img3 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(1.5) translate(0.5rem, -0.5rem);
}
@media only screen and (max-width: 960px) {
  .work .p-work02 .image-shape-diamond.--img3 {
    bottom: 0;
    left: 40%;
  }
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .image-shape-diamond.--img3 {
    bottom: -28%;
    left: 31%;
    width: 38%;
  }
  .work .p-work02 .image-shape-diamond.--img3 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(1.5) translate(0.5rem, 0);
  }
}
.work .p-work02 .image-shape-diamond.--img4 {
  margin-top: 6%;
  margin-left: 8%;
  width: 30%;
}
@media only screen and (max-width: 760px) {
  .work .p-work02 .image-shape-diamond.--img4 {
    margin-left: 5%;
    width: 28%;
  }
  .work .p-work02 .image-shape-diamond.--img4 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(1.5) translate(0.5rem, 0);
  }
}
.work .p-work02.life-support .image-shape-diamond.--img2 {
  top: 32%;
}
.work .p-work02.life-support .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(2.5) translate(-5rem, 0);
}
@media only screen and (max-width: 760px) {
  .work .p-work02.life-support .image-shape-diamond.--img2 {
    top: 42%;
  }
  .work .p-work02.life-support .image-shape-diamond.--img2 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(2.5) translate(-2.5rem, 0);
  }
}
.work .p-work02.life-support .image-shape-diamond.--img4 {
  margin-top: 10%;
  margin-left: 37%;
}
@media only screen and (max-width: 760px) {
  .work .p-work02.life-support .image-shape-diamond.--img4 {
    margin-top: 12%;
    margin-left: 30%;
  }
}
.work .p-work02.business-support {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 760px) {
  .work .p-work02.business-support {
    padding-bottom: 15rem;
  }
}
.work .p-work02.business-support .image-shape-diamond.--img2 .image-shape-diamond-inner {
  transition: rotate(-45deg) scale(1.5) translate(0, 0);
}
.work .p-work02.business-support .image-shape-diamond.--img3 {
  bottom: 15%;
  left: 37%;
}
.work .p-work02.business-support .image-shape-diamond.--img3 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(1.5) translate(0, -1rem);
}
@media only screen and (max-width: 960px) {
  .work .p-work02.business-support .image-shape-diamond.--img3 {
    bottom: 10%;
    left: 39%;
  }
}
@media only screen and (max-width: 760px) {
  .work .p-work02.business-support .image-shape-diamond.--img3 {
    bottom: -28%;
    left: 32%;
  }
  .work .p-work02.business-support .image-shape-diamond.--img3 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(1.5) translate(0, 0);
  }
}
.work .p-work02.business-support .image-shape-diamond.--img4 .image-shape-diamond-inner {
  transform: rotate(-45deg) scale(1.7) translate(-1.8rem, 0);
}
@media only screen and (max-width: 760px) {
  .work .p-work02.business-support .image-shape-diamond.--img4 .image-shape-diamond-inner {
    transform: rotate(-45deg) scale(1.7) translate(-0.8rem, 0);
  }
}
.work {
  /* __10: 募集要項 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.work .--recruitment {
  padding: 15rem 0 0;
}
.work .--recruitment::before {
  top: 10rem;
  height: calc(100% - 15rem);
}
.work .--recruitment .title-section .en {
  color: var(--white);
}
.work .--recruitment .container {
  padding: 0 0 10rem 8rem;
}
@media only screen and (max-width: 760px) {
  .work .--recruitment {
    padding: 5rem 0;
  }
  .work .--recruitment .container {
    padding: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 環境を知る */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.environment {
  /* __10: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.environment .page-ttl .ttl__mv .img {
  transform: scale(1.2);
}
.environment .entry__content .content {
  margin-top: 5rem;
}
.environment .entry__content .content .headline {
  font-size: var(--font-size-h3);
  margin-bottom: 1rem;
}
.environment .entry__content .content .lead {
  line-height: 2;
  max-width: 50rem;
}
@media only screen and (max-width: 760px) {
  .environment .entry__content .content {
    margin-top: 3rem;
  }
  .environment .entry__content .content .headline {
    margin-bottom: 2rem;
  }
}
.environment {
  /* __10: p-environment01 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.environment .p-environment01 .careerup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment01 .careerup-list {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.environment .p-environment01 .careerup-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-l);
  padding: 1rem 3rem 5rem;
}
@media only screen and (max-width: 960px) {
  .environment .p-environment01 .careerup-item {
    border-radius: var(--radius-m);
  }
}
@media only screen and (max-width: 760px) {
  .environment .p-environment01 .careerup-item {
    padding: 5%;
  }
}
.environment .p-environment01 .careerup-item__title {
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
.environment .p-environment01 .careerup-item__title span {
  display: inline-block;
  line-height: 1;
  font-size: 6rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment01 .careerup-item__title {
    font-size: 2rem;
  }
  .environment .p-environment01 .careerup-item__title span {
    font-size: 4rem;
    padding-left: 0.5rem;
  }
}
.environment .p-environment01 .careerup-item__text {
  align-items: center;
  display: grid;
  grid-template-columns: auto 18rem;
  gap: 3rem;
}
.environment .p-environment01 .careerup-item__text ul {
  list-style: disc;
  padding-left: 2rem;
}
.environment .p-environment01 .careerup-item__text ul li {
  line-height: 2;
}
.environment .p-environment01 .careerup-item__text ul li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment01 .careerup-item__text {
    grid-template-columns: 1fr;
  }
  .environment .p-environment01 .careerup-item__text ul li {
    font-size: 1.3rem;
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 760px) {
  .environment .p-environment01 .careerup-item__image {
    margin: auto;
    width: 11rem;
  }
}
.environment {
  /* __10: p-environment02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.environment .p-environment02 .benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-list {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.environment .p-environment02 .benefits-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-l);
  padding: 1rem 5rem 3rem;
}
@media only screen and (max-width: 960px) {
  .environment .p-environment02 .benefits-item {
    border-radius: var(--radius-m);
  }
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item {
    padding: 5% 5% 10%;
  }
}
.environment .p-environment02 .benefits-item__title {
  color: var(--color1);
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 1;
  margin-bottom: 4rem;
  text-align: center;
}
.environment .p-environment02 .benefits-item__title span {
  display: inline-block;
  line-height: 1;
  font-size: 6rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .environment .p-environment02 .benefits-item__title span {
    font-size: 4rem;
  }
}
.environment .p-environment02 .benefits-item__text ul {
  list-style: disc;
  padding-left: 2rem;
}
.environment .p-environment02 .benefits-item__text ul li {
  line-height: 1.5;
}
.environment .p-environment02 .benefits-item__text ul li + li {
  margin-top: 1rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item__text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 4rem;
  }
  .environment .p-environment02 .benefits-item__text ul li {
    font-size: 1.3rem;
  }
  .environment .p-environment02 .benefits-item__text ul li + li {
    margin-top: 0;
  }
}
.environment .p-environment02 .benefits-item:nth-child(1) {
  width: calc(25% - 2rem);
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item:nth-child(1) {
    width: 100%;
  }
}
.environment .p-environment02 .benefits-item:nth-child(2) {
  width: calc(37.5% - 2rem);
}
.environment .p-environment02 .benefits-item:nth-child(2) .benefits-item__text p {
  line-height: 2;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item:nth-child(2) {
    width: 100%;
  }
  .environment .p-environment02 .benefits-item:nth-child(2) .benefits-item__text p {
    font-size: 1.3rem;
  }
}
.environment .p-environment02 .benefits-item:nth-child(3) {
  width: calc(37.5% - 2rem);
}
.environment .p-environment02 .benefits-item:nth-child(3) .benefits-item__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.environment .p-environment02 .benefits-item:nth-child(3) .benefits-item__text p {
  font-size: 2rem;
  font-weight: var(--fw-bold);
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item:nth-child(3) {
    width: 100%;
  }
  .environment .p-environment02 .benefits-item:nth-child(3) .benefits-item__text {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .environment .p-environment02 .benefits-item:nth-child(3) .benefits-item__text p {
    font-size: 1.5rem;
  }
}
.environment .p-environment02 .benefits-item:nth-child(4), .environment .p-environment02 .benefits-item:nth-child(5) {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  padding-bottom: 0;
  width: calc(50% - 1.5rem);
}
.environment .p-environment02 .benefits-item:nth-child(4) .benefits-item__title, .environment .p-environment02 .benefits-item:nth-child(5) .benefits-item__title {
  margin-bottom: 2rem;
}
.environment .p-environment02 .benefits-item:nth-child(4) .benefits-item__text ul, .environment .p-environment02 .benefits-item:nth-child(5) .benefits-item__text ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 2rem;
}
.environment .p-environment02 .benefits-item:nth-child(4) .benefits-item__text ul li, .environment .p-environment02 .benefits-item:nth-child(5) .benefits-item__text ul li {
  padding-left: 1em;
  position: relative;
}
.environment .p-environment02 .benefits-item:nth-child(4) .benefits-item__text ul li::before, .environment .p-environment02 .benefits-item:nth-child(5) .benefits-item__text ul li::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  background-color: var(--black);
}
.environment .p-environment02 .benefits-item:nth-child(4) .benefits-item__text ul li + li, .environment .p-environment02 .benefits-item:nth-child(5) .benefits-item__text ul li + li {
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment02 .benefits-item:nth-child(4), .environment .p-environment02 .benefits-item:nth-child(5) {
    flex-direction: column;
    gap: 0;
    padding-bottom: 10%;
    width: 100%;
  }
}
.environment {
  /* __10: p-environment03 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.environment .p-environment03 {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment03 {
    padding-bottom: 10rem;
  }
}
.environment .p-environment03 .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment03 .content {
    gap: 4rem;
    margin-top: 3rem;
  }
}
.environment .p-environment03 .question {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-m);
  align-items: baseline;
  color: var(--color1);
  display: flex;
  gap: 1rem;
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  padding: 1.5rem;
}
.environment .p-environment03 .question .icon {
  font-size: 250%;
  margin-top: -4rem;
  transform: translateY(-0.5rem);
}
@media only screen and (max-width: 760px) {
  .environment .p-environment03 .question {
    border-radius: var(--radius-s);
    align-items: center;
    font-size: 1.8rem;
    padding: 1rem 5%;
  }
  .environment .p-environment03 .question .icon {
    margin-top: 0;
    transform: translateY(-1rem);
  }
  .environment .p-environment03 .question .text {
    line-height: 1.5;
  }
}
.environment .p-environment03 .answer {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-m);
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 760px) {
  .environment .p-environment03 .answer {
    border-radius: var(--radius-s);
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: 2rem;
    padding: 1rem 5%;
  }
}
.environment {
  /* __10: 募集要項 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.environment .--recruitment {
  padding: 15rem 0 0;
}
.environment .--recruitment::before {
  top: 10rem;
  height: calc(100% - 15rem);
}
.environment .--recruitment .title-section .en {
  color: var(--white);
}
.environment .--recruitment .container {
  padding: 0 0 10rem 8rem;
}
@media only screen and (max-width: 760px) {
  .environment .--recruitment {
    padding: 5rem 0;
  }
  .environment .--recruitment .container {
    padding: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 先輩を知る */
/* __10: archive-interview */
/* __10: single-interview */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: archive-interview */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.archive-interview .entry__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12rem;
}
@media only screen and (max-width: 760px) {
  .archive-interview .entry__content {
    gap: 7rem;
  }
}
.archive-interview .archive-by-term .container {
  padding: 0;
}
.archive-interview .archive-by-term .term-title {
  margin-bottom: 5rem;
  text-align: center;
}
.archive-interview .archive-by-term .term-title span {
  background-color: var(--blue);
  border-radius: var(--radius-m);
  color: var(--white);
  font-size: 2.3rem;
  display: inline-block;
  line-height: 2.3;
  min-width: 36rem;
}
@media only screen and (max-width: 760px) {
  .archive-interview .archive-by-term .term-title {
    margin-bottom: 3rem;
  }
  .archive-interview .archive-by-term .term-title span {
    border-radius: var(--radius-s);
    font-size: 1.7rem;
    min-width: 25rem;
  }
}
.archive-interview .archive-by-term .postType_interview {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 10rem;
  justify-content: center;
}
.archive-interview .archive-by-term .postType_interview .post-item {
  width: calc(33.3333333333% - 6.67rem);
}
.archive-interview .archive-by-term .postType_interview .post-item a {
  text-decoration: none;
}
.archive-interview .archive-by-term .postType_interview .post-item a:hover {
  opacity: 1;
}
.archive-interview .archive-by-term .postType_interview .post-item a:hover .card .thumb {
  transform: scale(1.6) translateZ(0);
}
.archive-interview .archive-by-term .postType_interview .card {
  aspect-ratio: 1/1.2;
  overflow: hidden;
}
.archive-interview .archive-by-term .postType_interview .card .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
  transform: scale(1.5) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.archive-interview .archive-by-term .postType_interview .card .thumb img {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.archive-interview .archive-by-term .postType_interview .catchcopy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 2rem 0;
}
.archive-interview .archive-by-term .postType_interview .catchcopy p {
  background-color: var(--white);
  display: inline-block;
  width: fit-content;
  font-size: 2.3rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1rem;
  padding: 0 1rem;
}
.archive-interview .archive-by-term .postType_interview .type {
  color: var(--blue);
  font-size: 1.5rem;
}
.archive-interview .archive-by-term .postType_interview h4 {
  font-size: var(--font-size-h3);
}
@media only screen and (max-width: 760px) {
  .archive-interview .archive-by-term .postType_interview {
    gap: 1.5rem 2rem;
  }
  .archive-interview .archive-by-term .postType_interview .post-item {
    width: calc(50% - 1rem);
  }
  .archive-interview .archive-by-term .postType_interview .catchcopy {
    gap: 3px;
    margin: 1rem 0;
  }
  .archive-interview .archive-by-term .postType_interview .catchcopy p {
    font-size: 1rem;
    letter-spacing: inherit;
    padding: 0 0.5rem;
  }
  .archive-interview .archive-by-term .postType_interview .type {
    font-size: 1rem;
  }
}

/* __10: single-interview */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.single_interview .entry__content {
  padding-top: 15rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .entry__content {
    padding-top: 7rem;
  }
}
.single_interview .container {
  padding: 5rem 0;
}
@media only screen and (max-width: 760px) {
  .single_interview .container {
    padding: 3rem 0;
  }
}
.single_interview section {
  position: relative;
  z-index: 1;
}
.single_interview .title-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.single_interview .title-section .en {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}
.single_interview .title-section .ja {
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .single_interview .title-section {
    gap: 0.5rem;
  }
  .single_interview .title-section .en {
    font-size: 1.3rem;
  }
}
.single_interview {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: Q&A */
}
.single_interview .p-interview01 .container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .container {
    gap: 7rem;
  }
}
.single_interview .p-interview01 .interview-qa .question {
  display: flex;
  margin-left: calc(170px + 10%);
  margin-bottom: 5rem;
}
.single_interview .p-interview01 .interview-qa .question-inner {
  background-color: var(--white);
  border-radius: var(--radius-m);
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
}
.single_interview .p-interview01 .interview-qa .question-inner span {
  font-size: 2.7rem;
  line-height: 1;
}
.single_interview .p-interview01 .interview-qa .question-inner span.icon {
  color: var(--blue2);
  font-weight: var(--fw-bold);
  font-size: clamp(55px, 5.5555555556vw, 8rem);
  margin-top: -1.5rem;
  padding: 0 1rem;
  transform: translateY(-30px);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-qa .question {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .single_interview .p-interview01 .interview-qa .question-inner {
    border-radius: var(--radius-m);
    padding: 0 2.5rem 0 1rem;
  }
  .single_interview .p-interview01 .interview-qa .question-inner span {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
  }
  .single_interview .p-interview01 .interview-qa .question-inner span.icon {
    transform: translateY(-1.5rem);
  }
}
.single_interview .p-interview01 .interview-qa .answer {
  align-items: flex-start;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-qa .answer {
    flex-wrap: wrap;
    gap: 0;
  }
}
.single_interview .p-interview01 .interview-qa .answer .icon {
  border-radius: 100vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  min-width: 170px;
  width: 170px;
  height: fit-content;
}
.single_interview .p-interview01 .interview-qa .answer .icon .image {
  width: 100%;
  height: 100%;
  transform: translateY(1.8rem) scale(1.6) scaleX(-1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-qa .answer .icon {
    min-width: 8.4rem;
    width: 8.4rem;
  }
  .single_interview .p-interview01 .interview-qa .answer .icon .image {
    transform: translateY(1.8rem) scale(1.8) scaleX(-1);
  }
}
.single_interview .p-interview01 .interview-qa .answer .text {
  padding-left: 11rem;
}
.single_interview .p-interview01 .interview-qa .answer .text-inner {
  background-color: var(--blue2);
  border-radius: var(--radius-l);
  box-sizing: border-box;
  padding: 3rem 5rem;
  position: relative;
}
.single_interview .p-interview01 .interview-qa .answer .text-inner::before {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: -4.9rem;
  width: 5rem;
  height: 2.5rem;
  background-color: var(--blue2);
  clip-path: polygon(0% 50%, 5rem 0%, 5rem 2.5rem);
}
.single_interview .p-interview01 .interview-qa .answer .text-inner p {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-qa .answer .text {
    padding-left: 4rem;
    width: calc(100% - 8.4rem);
  }
  .single_interview .p-interview01 .interview-qa .answer .text-inner {
    border-radius: var(--radius-m);
    padding: 2rem 5%;
  }
  .single_interview .p-interview01 .interview-qa .answer .text-inner::before {
    left: -3rem;
    width: 3rem;
    height: 1.8rem;
    clip-path: polygon(0% 50%, 3rem 0%, 3rem 1.8rem);
  }
  .single_interview .p-interview01 .interview-qa .answer .text-inner p {
    font-size: 1.3rem;
  }
}
.single_interview .p-interview01 .interview-qa .answer > .image {
  border-radius: var(--radius-l);
  margin-right: -6.5%;
  overflow: hidden;
}
.single_interview .p-interview01 .interview-qa .answer > .image .img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-qa .answer > .image {
    border-radius: var(--radius-m);
    margin-right: 0;
    margin-top: 5rem;
  }
}
.single_interview .p-interview01 .interview-image-block {
  max-width: 1000px;
  margin: auto;
}
.single_interview .p-interview01 .interview-image-block-inner {
  border-radius: var(--radius-l);
  max-height: 55rem;
  margin: 8rem 0;
  overflow: hidden;
}
.single_interview .p-interview01 .interview-image-block-inner .img {
  width: 100%;
  height: 100%;
  transform: translateY(-100px) scale(1.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview01 .interview-image-block-inner {
    border-radius: var(--radius-m);
    margin: 2rem 0;
    height: 21rem;
  }
  .single_interview .p-interview01 .interview-image-block-inner .img {
    transform: translateY(-1rem) scale(1.2);
  }
}
.single_interview {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: 1日のスケジュール */
}
.single_interview .p-interview02 .day {
  background-color: var(--white);
  border-radius: var(--radius-l);
  max-width: 1000px;
  margin: auto;
  padding: 3rem 8rem 8rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .day {
    border-radius: var(--radius-m);
    padding: 2rem 10% 4rem;
  }
}
.single_interview .p-interview02 .day_header {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 5rem 0;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .day_header {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
}
.single_interview .p-interview02 .day_header .day_title {
  width: 55%;
  display: grid;
  grid-template-columns: 77px auto;
  gap: 15px;
  align-items: center;
}
.single_interview .p-interview02 .day_header .day_title .day_text span {
  display: block;
}
.single_interview .p-interview02 .day_header .day_title .day_text span.en {
  color: var(--color1);
  font-size: 1.8rem;
}
.single_interview .p-interview02 .day_header .day_title .day_text span.ja {
  font-size: var(--font-size-h3);
  font-weight: var(--fw-bold);
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .day_header .day_title {
    grid-template-columns: 5rem auto;
    gap: 1rem;
    width: 100%;
  }
  .single_interview .p-interview02 .day_header .day_title .day_text span.en {
    font-size: 1.3rem;
  }
}
.single_interview .p-interview02 .day_header .image {
  border-radius: var(--radius-l);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -3rem;
  width: 35%;
}
.single_interview .p-interview02 .day_header .image .img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .day_header .image {
    border-radius: var(--radius-m);
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
}
.single_interview .p-interview02 .time-schedule .list {
  position: relative;
}
.single_interview .p-interview02 .time-schedule .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: var(--black);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .time-schedule .list {
    margin-top: 4rem;
    padding-bottom: 0;
  }
  .single_interview .p-interview02 .time-schedule .list::before {
    right: inherit;
  }
}
.single_interview .p-interview02 .time-schedule .list .item {
  font-family: var(--font-family-sans);
  min-height: 10rem;
  position: relative;
  width: 40%;
}
.single_interview .p-interview02 .time-schedule .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27.5%;
  margin: auto;
  width: 18px;
  height: 18px;
  background: var(--black);
  border-radius: 100px;
}
.single_interview .p-interview02 .time-schedule .list .item:nth-child(odd)::before {
  left: inherit;
  right: -28%;
}
.single_interview .p-interview02 .time-schedule .list .item:nth-child(odd) .time::after {
  left: inherit;
  right: -25%;
}
.single_interview .p-interview02 .time-schedule .list .item:nth-child(even) {
  margin: 0 0 0 auto;
}
.single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30%;
  width: 3rem;
  height: calc(100% - 18px);
  background-color: var(--white);
}
.single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30%;
  width: 3rem;
  height: calc(100% - 18px);
  background-color: var(--white);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .time-schedule .list .item {
    margin: 0 0 3rem auto;
    min-height: auto;
    width: 90%;
  }
  .single_interview .p-interview02 .time-schedule .list .item::before {
    left: -14%;
    width: 1.5rem;
    height: 1.5rem;
  }
  .single_interview .p-interview02 .time-schedule .list .item:nth-child(odd)::before {
    right: inherit;
    left: -14%;
    width: 1.5rem;
    height: 1.5rem;
  }
  .single_interview .p-interview02 .time-schedule .list .item:nth-child(even) {
    margin-bottom: 3rem;
  }
  .single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(odd), .single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(even) {
    margin-bottom: 0;
  }
  .single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(odd)::after, .single_interview .p-interview02 .time-schedule .list .item:nth-last-child(1):nth-child(even)::after {
    left: -15%;
    right: inherit;
    height: calc(100% - 1.5rem);
  }
}
.single_interview .p-interview02 .time-schedule .list .time {
  align-items: center;
  display: flex;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
}
.single_interview .p-interview02 .time-schedule .list .time::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -25%;
  margin: auto;
  width: 65px;
  height: 1px;
  background: var(--black);
}
.single_interview .p-interview02 .time-schedule .list .time .time-text {
  background-color: var(--color1);
  border-radius: var(--radius-l);
  color: var(--white);
  font-size: 2.8rem;
  padding: 0 2rem;
}
.single_interview .p-interview02 .time-schedule .list .time .work-text {
  font-size: 2.5rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview02 .time-schedule .list .time::after {
    content: none;
  }
  .single_interview .p-interview02 .time-schedule .list .time .time-text {
    font-size: 1.4rem;
    padding: 0.3rem 2rem;
  }
  .single_interview .p-interview02 .time-schedule .list .time .work-text {
    font-size: 1.5rem;
  }
}
.single_interview {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: オフの過ごし方 */
}
.single_interview .p-interview03 {
  padding-top: 8rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview03 {
    padding-top: 3rem;
  }
}
.single_interview .p-interview03 .gradient_border {
  background-color: var(--white);
  border-radius: var(--radius-l);
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.single_interview .p-interview03 .gradient_border::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: var(--green3);
  border-radius: var(--radius-l);
  z-index: -1;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview03 .gradient_border {
    border-radius: var(--radius-m);
  }
  .single_interview .p-interview03 .gradient_border::after {
    border-radius: var(--radius-m);
  }
}
.single_interview .p-interview03 .off {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 4rem;
}
.single_interview .p-interview03 .off .text_all {
  width: 40%;
}
.single_interview .p-interview03 .off .text_all .title {
  font-size: 2.6rem;
  margin-bottom: 5rem;
  text-align: center;
}
.single_interview .p-interview03 .off .text_all .title span {
  background: url(../images/icon/speech_bg.svg) no-repeat bottom center/cover;
  letter-spacing: 0.1em;
  padding: 0 2.5rem 2rem;
}
.single_interview .p-interview03 .off .text_all .sub {
  font-size: 1.7rem;
}
.single_interview .p-interview03 .off .off_img {
  width: 55%;
  border-radius: var(--radius-l);
  overflow: hidden;
}
.single_interview .p-interview03 .off .off_img .img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview03 .off {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 10% 5rem;
  }
  .single_interview .p-interview03 .off .text_all {
    width: 100%;
  }
  .single_interview .p-interview03 .off .text_all .title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .single_interview .p-interview03 .off .text_all .sub {
    font-size: 1.5rem;
  }
  .single_interview .p-interview03 .off .off_img {
    border-radius: var(--radius-m);
    width: 100%;
  }
}
.single_interview .p-interview03 .offBlock_text {
  position: absolute;
  bottom: 2rem;
  right: 15rem;
  width: 53rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview03 .offBlock_text {
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 30rem;
  }
}
.single_interview {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: 他のインタビュー */
}
.single_interview .p-other-interview {
  position: relative;
  padding-top: 12rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview {
    padding-top: 6rem;
  }
}
.single_interview .p-other-interview::before {
  content: "";
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview::before {
    height: 45%;
  }
}
.single_interview .p-other-interview .container {
  background-color: var(--white);
  border-radius: var(--radius-l) var(--radius-l) 0 0;
  padding: 8rem 2.5% 18rem;
  width: 95%;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview .container {
    padding: 4rem 10% 10rem;
    width: 90%;
  }
}
.single_interview .p-other-interview .other-interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview .other-interview-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.single_interview .p-other-interview .other-interview-list a {
  position: relative;
}
.single_interview .p-other-interview .other-interview-list .image {
  border-radius: var(--radius-l);
  height: 21rem;
  overflow: hidden;
}
.single_interview .p-other-interview .other-interview-list .image .img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview .other-interview-list .image {
    border-radius: var(--radius-m);
    height: 16rem;
  }
}
.single_interview .p-other-interview .other-interview-list .other-interview-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single_interview .p-other-interview .other-interview-list .other-interview-text .tag {
  background-color: var(--blue);
  color: var(--white);
  font-size: 1rem;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  width: fit-content;
}
.single_interview .p-other-interview .other-interview-list .other-interview-text .copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 1rem;
}
.single_interview .p-other-interview .other-interview-list .other-interview-text .copy p {
  background-color: var(--white);
  display: inline-block;
  width: fit-content;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.single_interview .p-other-interview .other-interview-list .other-interview-text .name {
  color: var(--white);
  font-size: 1.8rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-other-interview .other-interview-list .other-interview-text .tag {
    padding: 0.3rem 1rem;
  }
  .single_interview .p-other-interview .other-interview-list .other-interview-text .copy p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .single_interview .p-other-interview .other-interview-list .other-interview-text .name {
    font-size: 1.3rem;
  }
}
.single_interview {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: p-interview04 */
}
.single_interview .p-interview04 {
  background-color: var(--green);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .container {
    padding: 5rem 0;
  }
}
.single_interview .p-interview04 .other-page-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .other-page-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.single_interview .p-interview04 .other-page-block-inner {
  background-color: var(--white);
  border-radius: var(--radius-l);
  overflow: hidden;
  position: relative;
  padding: 5px 0 5px 5px;
}
.single_interview .p-interview04 .other-page-block-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: var(--white);
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .other-page-block-inner {
    border-radius: var(--radius-m);
  }
}
.single_interview .p-interview04 .other-page-block .title-section {
  position: absolute;
  top: 5rem;
  left: 2rem;
  z-index: 2;
}
.single_interview .p-interview04 .other-page-block .title-section .ja {
  font-size: 1.8rem;
}
.single_interview .p-interview04 .other-page-block .title-section .en {
  color: var(--color1);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .other-page-block .title-section {
    top: 3rem;
    left: 5%;
  }
  .single_interview .p-interview04 .other-page-block .title-section .ja {
    font-size: 1.5rem;
  }
  .single_interview .p-interview04 .other-page-block .title-section .en {
    font-size: 1rem;
  }
}
.single_interview .p-interview04 .other-page-block .button-wrapper {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .other-page-block .button-wrapper {
    left: 5%;
  }
}
.single_interview .p-interview04 .other-page-block .other-page-image {
  border-radius: var(--radius-l);
  overflow: hidden;
}
.single_interview .p-interview04 .other-page-block .other-page-image .img {
  width: 100%;
  height: 100%;
  transform: translate(35%, -8%) scale(1.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_interview .p-interview04 .other-page-block .other-page-image .img.--img03 {
  transform: translate(10%, -8%) scale(1.2);
}
@media only screen and (max-width: 760px) {
  .single_interview .p-interview04 .other-page-block .other-page-image {
    border-radius: var(--radius-m);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 募集要項 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.archive-taxonomy-recruitment {
  /* __10: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .page-ttl .ttl__mv .img {
  transform: scale(1);
}
.archive-taxonomy-recruitment .entry__content {
  padding-bottom: 0 !important;
}
.archive-taxonomy-recruitment {
  /* __10: p-recruitment01 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .p-recruitment01 .container {
  padding: 0;
}
.archive-taxonomy-recruitment {
  /* __10: p-recruitment02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .p-recruitment02 .title {
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list {
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid var(--gray);
  display: grid;
  grid-template-columns: 20rem auto;
  padding: 1.5rem 4rem;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list_title {
  font-size: 2rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.2rem;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list:last-of-type {
  border-bottom: 1px solid var(--gray);
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
  }
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list_title {
    font-size: 1.6rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply {
  padding: 8rem 4rem;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply .summary__list_content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply .summary__list_content p {
  line-height: 2;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply .summary__list_content a {
  max-width: 31rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply {
    padding: 3rem 2rem;
  }
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_apply .summary__list_content {
    gap: 2rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact {
  border-bottom: none;
  margin-bottom: 20rem;
  padding: 8rem 4rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact {
    margin-bottom: 10rem;
    padding: 3rem 2rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content {
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content {
    flex-direction: column;
    gap: 2rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content p {
  line-height: 2;
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2 {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 3rem;
  color: var(--white);
  line-height: 1;
  margin: 0 1rem;
  min-width: 165px;
  max-width: 165px;
  height: 36px;
  padding: 0;
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2 {
    min-width: 100px;
    height: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2 {
    margin-left: 0;
    height: 33px;
  }
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2:hover {
  background: var(--color1);
}
.archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2 .icon_contact {
  content: "";
  display: block;
  width: 20px;
  height: fit-content;
  background: url(../images/icon/icon_mail.svg) no-repeat center/cover;
  aspect-ratio: 20/15;
}
@media only screen and (max-width: 960px) {
  .archive-taxonomy-recruitment .p-recruitment02 .summary__list.recruit_contact .summary__list_content .--entry2 .icon_contact {
    width: 15px;
  }
}
.archive-taxonomy-recruitment {
  /* __10: p-recruitment04 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .p-recruitment04 .title {
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  margin-bottom: 2rem;
}
.archive-taxonomy-recruitment .p-recruitment04 table {
  background-color: rgba(255, 255, 255, 0.4);
  border-collapse: collapse;
  border: 1px solid var(--gray);
  width: 100%;
}
.archive-taxonomy-recruitment .p-recruitment04 table th, .archive-taxonomy-recruitment .p-recruitment04 table td {
  border: 1px solid var(--gray);
  padding: 1rem;
  text-align: center;
}
.archive-taxonomy-recruitment .p-recruitment04 table tbody th {
  font-size: 2rem;
  font-weight: var(--fw-bold);
}
.archive-taxonomy-recruitment .p-recruitment04 table caption {
  caption-side: bottom;
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment04 .title {
    font-size: 2rem;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-title {
    font-size: 1.6rem;
    font-weight: var(--fw-bold);
    margin-bottom: 0.5rem;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-list {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid var(--gray);
    font-size: 1.3rem;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-list li {
    border-bottom: 1px solid var(--gray);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-list li span {
    padding: 1rem;
    text-align: center;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-list li span + span {
    border-left: 1px solid var(--gray);
  }
  .archive-taxonomy-recruitment .p-recruitment04 .ratio-list li:last-child {
    border-bottom: none;
  }
  .archive-taxonomy-recruitment .p-recruitment04 .notes {
    font-size: 1.3rem;
    margin-top: 0.5rem;
    text-align: right;
  }
}
.archive-taxonomy-recruitment {
  /* __10: p-recruitment05 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .p-recruitment05 {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment05 {
    padding-bottom: 10rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list {
  background-color: rgba(255, 255, 255, 0.4);
  display: grid;
  grid-template-columns: 20rem auto;
  padding: 8rem 4rem;
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list_title {
  font-size: 2rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 1.3rem;
    padding: 3rem 2rem;
  }
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list_title {
    font-size: 1.6rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content {
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content {
    flex-direction: column;
    gap: 2rem;
  }
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content p {
  line-height: 2;
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2 {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 3rem;
  color: var(--white);
  line-height: 1;
  margin: 0 1rem;
  min-width: 165px;
  max-width: 165px;
  height: 36px;
  padding: 0;
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2 {
    min-width: 100px;
    height: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2 {
    margin-left: 0;
    height: 33px;
  }
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2:hover {
  background: var(--color1);
}
.archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2 .icon_contact {
  content: "";
  display: block;
  width: 20px;
  height: fit-content;
  background: url(../images/icon/icon_mail.svg) no-repeat center/cover;
  aspect-ratio: 20/15;
}
@media only screen and (max-width: 960px) {
  .archive-taxonomy-recruitment .p-recruitment05 .summary__list .summary__list_content .--entry2 .icon_contact {
    width: 15px;
  }
}
.archive-taxonomy-recruitment {
  /* __10: 募集要項 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.archive-taxonomy-recruitment .--recruitment {
  padding: 15rem 0 0;
}
.archive-taxonomy-recruitment .--recruitment::before {
  top: 10rem;
  height: calc(100% - 15rem);
}
.archive-taxonomy-recruitment .--recruitment .title-section .en {
  color: var(--white);
}
@media only screen and (max-width: 760px) {
  .archive-taxonomy-recruitment .--recruitment {
    padding: 5rem 0;
  }
  .archive-taxonomy-recruitment .--recruitment .container {
    padding: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 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;
  column-gap: 3.2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  main.has-aside .entry__content {
    grid-template-columns: 142px 1fr;
    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: sticky;
  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;
    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;
  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;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 760px) {
  .aside__block .aside-nav li a::before {
    bottom: 0;
    transform: scaleX(1);
  }
}
.aside__block .aside-nav li a.is-current::before {
  transform-origin: left;
  transform: scaleX(1);
}
.aside__block .aside-nav li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition: 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);
  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;
  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 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumb {
  opacity: 0;
  animation: fadeIn 1s ease 1.5s forwards;
}

@media only screen and (min-width: 1441px) {
  .page-ttl .container {
    max-width: 1440px;
    margin: auto;
  }
}
.page-ttl .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  padding-top: calc(80px + 2rem);
}
@media only screen and (max-width: 760px) {
  .page-ttl .container {
    align-items: flex-start;
    padding-top: 7rem;
  }
}
.page-ttl .ttl__text {
  font-weight: var(--fw-bold);
  padding-bottom: 10rem;
}
.page-ttl .ttl__text .en {
  color: var(--blue);
  font-size: 1.8rem;
  text-transform: uppercase;
}
.page-ttl .ttl__text .title {
  font-size: var(--font-size-h1);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__text {
    padding-bottom: 5rem;
  }
  .page-ttl .ttl__text .title {
    line-height: 1;
  }
}
.page-ttl .ttl__mv {
  border-radius: var(--radius-l);
  height: 40rem;
  overflow: hidden;
}
.page-ttl .ttl__mv .img {
  width: 100%;
  height: 100%;
  transform: scale(2.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ttl .ttl__mv.--imgHigh {
  margin-left: auto;
  height: 53rem;
  width: 96rem;
}
@media only screen and (min-width: 1441px) {
  .page-ttl .ttl__mv.--imgHigh .img {
    transform: scale(1);
  }
}
.page-ttl .ttl__mv.--imgHigh .img {
  transform: scale(1.05);
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__mv {
    border-radius: var(--radius-m);
    height: 24rem;
  }
  .page-ttl .ttl__mv.--imgHigh {
    height: 18.7rem;
    width: 100%;
  }
}
.page-ttl .ttl__mv-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-ttl .ttl__mv-wrapper .ttl__mv-text {
  margin-right: -5rem;
  position: absolute;
  z-index: 1;
}
.page-ttl .ttl__mv-wrapper .ttl__mv-text .catchcopy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 3rem;
}
.page-ttl .ttl__mv-wrapper .ttl__mv-text .catchcopy p {
  background-color: var(--white);
  display: inline-block;
  width: fit-content;
  font-size: clamp(22px, 2.2916666667vw, 3.3rem);
  font-weight: var(--fw-bold);
  letter-spacing: 0.5rem;
  padding: 0 1.5rem;
  white-space: nowrap;
}
.page-ttl .ttl__mv-wrapper .ttl__mv-text > p {
  color: var(--blue);
  font-size: 1.8rem;
}
.page-ttl .ttl__mv-wrapper .ttl__mv-text h3 {
  font-size: var(--font-size-h3);
}
@media only screen and (max-width: 760px) {
  .page-ttl .ttl__mv-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .page-ttl .ttl__mv-wrapper .ttl__mv-text {
    margin-right: auto;
    position: relative;
  }
  .page-ttl .ttl__mv-wrapper .ttl__mv-text .catchcopy {
    margin-bottom: 1.5rem;
  }
  .page-ttl .ttl__mv-wrapper .ttl__mv-text .catchcopy p {
    letter-spacing: 0.1rem;
    padding: 0 1rem;
  }
  .page-ttl .ttl__mv-wrapper .ttl__mv-text > p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

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

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: category-links */
.category-links {
  position: relative;
}
.category-links .container {
  display: flex;
  align-items: center;
  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: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .category-links .category-list {
    gap: 1rem;
    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;
  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);
  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: flex;
  align-items: center;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  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 {
  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: flex;
  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;
}
@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,
.content-pagination.--archive span,
.content-pagination.--archive .page-numbers,
.content-pagination.--archive .dots {
  position: relative;
}
.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;
  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 {
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .content-pagination.--post {
    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: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.post-list .post-item .link .meta {
  display: flex;
  justify-content: space-between;
  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: flex;
  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: 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;
  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%;
  object-fit: cover;
  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);
  transform-origin: calc(100% - 0.5px) 50%;
}
.post-list .post-item .link::before {
  transform: rotate(35deg);
}
.post-list .post-item .link::after {
  transform: rotate(-35deg);
}
.post-list:hover article:hover .link {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.post-list:hover article:hover .link .thumbnail img {
  transform: scale(1.05);
}

.post-list .post-head {
  display: flex;
  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 */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#scroll-down {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 12.9rem;
  height: fit-content;
  aspect-ratio: 1/1;
  z-index: 100;
  animation: pulse 2s infinite;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#scroll-down.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  #scroll-down {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 8rem;
  }
}

#page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 12.9rem;
  height: fit-content;
  aspect-ratio: 1/1;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#page-top a {
  display: block;
  padding: 0;
}
@media only screen and (max-width: 760px) {
  #page-top {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 8rem;
  }
}

.site-footer {
  background: var(--white);
  padding: 6rem 0;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 760px) {
  .site-footer {
    padding: 3rem 0;
  }
}
.site-footer .container {
  border-top: 1px solid var(--dark_gray);
  max-width: 1300px;
  margin: auto;
  padding: 0;
  padding-top: 2rem;
  width: calc(100% - 6rem);
}
@media only screen and (max-width: 760px) {
  .site-footer .container {
    padding-top: 5rem;
  }
}
.site-footer a {
  display: block;
  line-height: normal;
  text-decoration: none;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 960px) {
  .site-footer a {
    letter-spacing: 0.24px;
    padding: 0.65rem 1rem;
  }
}
.site-footer a .label::before {
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: var(--navy);
  z-index: -1;
}
.site-footer .icon_recruitment {
  content: "";
  display: block;
  width: 14px;
  height: fit-content;
  background: url(../images/icon/icon_document.svg) no-repeat center/cover;
  aspect-ratio: 14/18;
}
@media only screen and (max-width: 960px) {
  .site-footer .icon_recruitment {
    width: 10px;
  }
}
.site-footer .icon_contact {
  content: "";
  display: block;
  width: 20px;
  height: fit-content;
  background: url(../images/icon/icon_mail.svg) no-repeat center/cover;
  aspect-ratio: 20/15;
}
@media only screen and (max-width: 960px) {
  .site-footer .icon_contact {
    width: 15px;
  }
}
.site-footer .--entry1,
.site-footer .--entry2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 3rem;
  color: var(--white);
  line-height: 1;
  min-width: 145px;
  height: 36px;
  padding: 0 1.5rem;
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .site-footer .--entry1,
  .site-footer .--entry2 {
    min-width: 100px;
    height: 26px;
  }
}
.site-footer .--entry1 {
  background: var(--color1);
}
.site-footer .--entry1:hover {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-footer .--entry2 {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-footer .--entry2:hover {
  background: var(--color1);
}
.site-footer .sitemap {
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
  margin-top: 5rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap {
    justify-content: center;
    margin-top: 0;
  }
}
.site-footer .sitemap_nav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.site-footer .sitemap_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-footer .sitemap_nav .entry-btn {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_nav {
    display: none;
  }
}
.site-footer .sitemap_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  padding: 0 2rem;
}
.site-footer .sitemap_bottom a {
  color: var(--dark_gray);
  font-size: 1.3rem;
  padding: 0;
  text-decoration: underline;
}
.site-footer .sitemap_bottom .copyright {
  color: var(--dark_gray);
  line-height: normal;
}
@media only screen and (max-width: 760px) {
  .site-footer .sitemap_bottom {
    justify-content: center;
    gap: 1rem 2rem;
    margin-top: 2.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
@media only screen and (min-width: 1441px) {
  .site-header {
    max-width: 1440px;
    margin: auto;
  }
}
.site-header {
  width: calc(100% - 4rem);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
}
.site-header.bg_color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: var(--bg-color4);
  z-index: -1;
}
@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: 110;
    top: 0.5rem;
    left: 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
  }
}
.sitelogo a {
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  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: 4.9rem;
}
@media only screen and (max-width: 760px) {
  .sitelogo img {
    height: 4rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: グローバルナビ */
@keyframes animate-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.site-header__grobal-nav {
  display: block;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav {
    display: none;
  }
}
.site-header__grobal-nav .grobal-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .grobal-nav {
    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: 110;
  }
}
.site-header__grobal-nav .grobal-nav a {
  display: block;
  line-height: normal;
  text-decoration: none;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 960px) {
  .site-header__grobal-nav .grobal-nav a {
    letter-spacing: 0.24px;
    padding: 0.65rem 1rem;
  }
}
.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 .grobal-nav a .icon_recruitment {
  content: "";
  display: block;
  width: 14px;
  height: fit-content;
  background: url(../images/icon/icon_document.svg) no-repeat center/cover;
  aspect-ratio: 14/18;
}
@media only screen and (max-width: 960px) {
  .site-header__grobal-nav .grobal-nav a .icon_recruitment {
    width: 10px;
  }
}
.site-header__grobal-nav .grobal-nav a .icon_contact {
  content: "";
  display: block;
  width: 20px;
  height: fit-content;
  background: url(../images/icon/icon_mail.svg) no-repeat center/cover;
  aspect-ratio: 20/15;
}
@media only screen and (max-width: 960px) {
  .site-header__grobal-nav .grobal-nav a .icon_contact {
    width: 15px;
  }
}
.site-header__grobal-nav .grobal-nav a:hover {
  opacity: 1;
}
.site-header__grobal-nav .grobal-nav .--entry1,
.site-header__grobal-nav .grobal-nav .--entry2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 3rem;
  color: var(--white);
  line-height: 1;
  margin: 0 1rem;
  min-width: 145px;
  max-width: 145px;
  height: 36px;
  padding: 0;
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
}
@media only screen and (max-width: 960px) {
  .site-header__grobal-nav .grobal-nav .--entry1,
  .site-header__grobal-nav .grobal-nav .--entry2 {
    min-width: 100px;
    height: 26px;
  }
}
@media only screen and (max-width: 760px) {
  .site-header__grobal-nav .grobal-nav .--entry1,
  .site-header__grobal-nav .grobal-nav .--entry2 {
    margin-left: 0;
  }
}
.site-header__grobal-nav .grobal-nav .--entry1 {
  background: var(--color1);
}
.site-header__grobal-nav .grobal-nav .--entry1:hover {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-header__grobal-nav .grobal-nav .--entry2 {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-header__grobal-nav .grobal-nav .--entry2:hover {
  background: var(--color1);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ドロワーナビゲーション */
.site-header__drawer-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: 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: #E0EDEC;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(var(--transformrate)) 0.5s;
  opacity: 0;
  margin-left: auto;
  position: relative;
  padding: 20rem 10vw 11rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .drawer-nav__inner {
    padding: 7rem 3rem 6rem;
    justify-content: space-between;
  }
}
.site-header__drawer-nav .drawer-nav__inner::-webkit-scrollbar {
  display: none;
}
.site-header__drawer-nav .sitemap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2rem;
  max-width: 1240px;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap {
    flex-direction: column;
  }
}
.site-header__drawer-nav .sitemap .nav-global {
  display: grid;
  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: flex;
  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;
  transition: 0.5s cubic-bezier(var(--transformrate)) 0s;
  filter: brightness(0);
}
.site-header__drawer-nav .sitemap .icon_recruitment {
  content: "";
  display: block;
  width: 14px;
  height: fit-content;
  background: url(../images/icon/icon_document.svg) no-repeat center/cover;
  aspect-ratio: 14/18;
}
@media only screen and (max-width: 960px) {
  .site-header__drawer-nav .sitemap .icon_recruitment {
    width: 10px;
  }
}
.site-header__drawer-nav .sitemap .icon_contact {
  content: "";
  display: block;
  width: 20px;
  height: fit-content;
  background: url(../images/icon/icon_mail.svg) no-repeat center/cover;
  aspect-ratio: 20/15;
}
@media only screen and (max-width: 960px) {
  .site-header__drawer-nav .sitemap .icon_contact {
    width: 15px;
  }
}
.site-header__drawer-nav .sitemap .entry-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.site-header__drawer-nav .sitemap .--entry1,
.site-header__drawer-nav .sitemap .--entry2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 3rem;
  color: var(--white);
  line-height: 1;
  margin: 0 1rem;
  height: 45px;
  padding: 0;
  transition: background-color 0.5s cubic-bezier(var(--transformrate));
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  .site-header__drawer-nav .sitemap .--entry1,
  .site-header__drawer-nav .sitemap .--entry2 {
    margin: 0;
    text-align: center;
  }
}
.site-header__drawer-nav .sitemap .--entry1 {
  background: var(--color1);
}
.site-header__drawer-nav .sitemap .--entry1:hover {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-header__drawer-nav .sitemap .--entry2 {
  background: linear-gradient(210deg, rgb(217, 223, 0) 0%, rgb(80, 207, 212) 70%);
}
.site-header__drawer-nav .sitemap .--entry2:hover {
  background: var(--color1);
}
.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 {
  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;
  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: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.site-header__drawer-nav .nav-sns img {
  width: 3rem;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: オープン時 */
body.open .site-header__drawer-nav {
  pointer-events: all;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.5s cubic-bezier(var(--transformrate));
}
body.open .site-header__drawer-nav .drawer-nav__inner {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(var(--transformrate));
}
body.open .site-header__drawer-nav .drawer-nav__inner .menu-g-nav-container ul li {
  clip-path: inset(0 0 0 0);
  transition: 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 {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
  transition: clip-path 0.4s cubic-bezier(var(--transformrate)) 0.6s, 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: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 110;
  height: 100dvh;
  pointer-events: none;
  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: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (max-width: 760px) {
  .side-fixed-btn nav {
    flex-direction: row;
    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: flex;
  flex-direction: column;
  justify-content: 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;
    flex: 1;
    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 {
  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*/
  transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
  transform-origin: center top; /*変形を適応する基準をtopとする*/
  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*/
  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);
  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: 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;
  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: 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 {
  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;
  transform: scale(1.2);
}
.parallaxImg img {
  width: 100%;
  height: 100%;
  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: linear-gradient(transparent, var(--black)) 0 100%/0 2px no-repeat;
  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;
  transform-origin: left;
  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);
  transform-origin: left;
  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;
  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;
  clip-path: inset(0);
}
#splash img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 183px;
  height: 113px;
}
#splash.visited {
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  clip-path: inset(0 0 0 100%);
}
#lower #splash.visited {
  transition: 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;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
#lower #mask {
  transition: 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 {
  clip-path: inset(0);
}

.button {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}
.button .label {
  color: var(--black);
  font-family: var(--font-family-en);
}
@media only screen and (max-width: 760px) {
  .button .label {
    font-size: 1.2rem;
  }
}

.type__arrow .arrow {
  content: "";
  border: 1px solid var(--black);
  border-radius: var(--radius-l);
  display: block;
  width: 60px;
  height: 35px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.type__arrow .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 7px;
  aspect-ratio: 2/1;
  background: url(../images/icon/icon_arrow-right.svg) no-repeat center/cover;
  transition: transform 1.5s ease, background-image 0s;
}
@media only screen and (max-width: 960px) {
  .type__arrow .arrow {
    width: 45px;
    height: 30px;
  }
  .type__arrow .arrow::before {
    width: 10px;
    height: 5px;
  }
}
.type__arrow:hover .arrow {
  border-color: var(--color1);
  background-color: var(--color1);
}
.type__arrow:hover .arrow::before {
  transform: rotate3d(1, 0, 0, 360deg);
  background-image: url(../images/icon/icon_arrow-right_white.svg);
}
.type__arrow.blue .arrow {
  border-color: var(--blue);
  background-color: var(--blue);
}
.type__arrow.blue .arrow::before {
  background-image: url(../images/icon/icon_arrow-right_white.svg);
}
.type__arrow.blue:hover .arrow {
  border-color: var(--color1);
  background-color: var(--color1);
}
.type__arrow.green .arrow {
  border-color: var(--color1);
  background-color: var(--color1);
}
.type__arrow.green .arrow::before {
  background-image: url(../images/icon/icon_arrow-right_white.svg);
}

#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;
  box-sizing: border-box;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 110;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--white);
  margin-left: auto;
  background-color: var(--color1);
  transition: 0.5s cubic-bezier(var(--transformrate));
  border-radius: 999px;
  opacity: 0;
  /* 非表示時は display: none でクリック不可。表示時のみ pointer-events 有効 */
}
@media only screen and (max-width: 760px) {
  .drawer-nav-btn {
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
}
.drawer-nav-btn .d-btn__toggle_box {
  display: grid;
  align-items: center;
  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;
  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;
  transition: opacity 0.5s cubic-bezier(var(--transformrate)), background-color 0.5s cubic-bezier(var(--transformrate));
}
.drawer-nav-btn {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /*index: コーポレート */
}
.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) {
  transform: rotate(15deg);
  top: 8px;
}
.drawer-nav-btn.corporate.open .d-btn__toggle_icon span:nth-child(2) {
  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) {
  transform: rotate(30deg);
  top: 50%;
}
.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(2) {
  width: 0;
  transform-origin: center center;
}
.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(3) {
  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: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: 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;
  transform-origin: right;
  transform: scaleX(0);
  transition: 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);
  transition: color 0.5s cubic-bezier(var(--transformrate)) 0s;
}
.fix-button-nav li a:hover::before {
  transform-origin: left;
  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);
  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);
  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;
  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 {
  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);
  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;
  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;
  transition: 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 {
  transition: filter 0.5s ease;
  filter: brightness(0.8);
}
form input[type=radio],
form input[type=radio] + input[type=hidden] {
  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;
  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] {
  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;
  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);
  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: fit-content;
  height: 100%;
  display: flex;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  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;
  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);
  transform: rotateZ(-45deg);
}
form .back-wrapper input[type=button] {
  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: 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: flex;
    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: 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: flex;
  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;
  transform-origin: 10px 10px;
}
@media only screen and (max-width: 760px) {
  form .wpcf7-spinner::before {
    top: 6px;
    left: 6px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* policy */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#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 {
  height: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#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;
  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);
  transform: rotate(-45deg) translate(0, 0);
  transition: transform 0.5s cubic-bezier(var(--transformrate)) 0s;
}
#totop:hover::after {
  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: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 760px) {
  .breadcrumb ol {
    gap: 0 0.5rem;
  }
}
.breadcrumb ol li {
  display: flex;
  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: flex;
}

.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 {
  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 {
  transform: scale(1.1);
}
.bg-img-cover img {
  width: 100%;
  height: 100%;
  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: flex;
  align-items: flex-end;
  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);
  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: flex;
  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: 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%;
  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: flex;
  justify-content: center;
  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: flex;
  flex-direction: column;
  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;
    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: flex;
    flex-wrap: wrap;
    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;
  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 {
  filter: invert(100%);
}
.p-nav .link .label {
  font-weight: 700;
  line-height: 1.1;
  min-height: 2em;
  display: flex;
  align-items: 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: flex;
  align-items: flex-end;
  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;
  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;
  transition: 0.5s cubic-bezier(var(--transformrate));
  mix-blend-mode: difference;
  filter: invert(100%);
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .p-nav .link svg, .p-nav .link::after {
    width: 2rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: 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: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  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: flex;
  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);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*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: flex;
  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;
  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;
  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 {
  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: flex;
  justify-content: center;
}

.print-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #707f89;
  color: var(--white);
  padding: 1rem 2rem;
  min-width: 24rem;
  cursor: pointer;
  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 {
    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 */