@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font weight & spacing デザイン基本ウェイト
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

:where(:root) {
  font-family: sans-serif;
  line-height: 1.5;
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  min-block-size: 100dvb;
  margin: unset;
  word-break: normal;
}

:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}

:where(h1) {
  font-size: 1em;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin-block: unset;
}

:where(search) {
  display: block flow;
}

:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

p + p {
  margin-top: 1em;
}

:where(p:lang(en)) {
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  font-style: unset;
}

:where(ul, ol, menu) {
  -webkit-padding-start: unset;
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: 500;
}

:where(dd) {
  -webkit-margin-start: unset;
  margin-inline-start: unset;
}

:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
}
:where(em:lang(ja)) {
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}

:where(u, s, del, ins) {
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-size: unset;
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}

:where(time) {
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    border-width: 1px;
    border-style: dotted;
  }
}
:where(a) {
  color: unset;
}

:where(a:-moz-any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

:where(a:any-link) {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  max-inline-size: 100%;
  vertical-align: bottom;
}

:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}

:where(iframe) {
  border: unset;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th) {
  text-align: unset;
}

:where(caption:lang(en)) {
  text-wrap: pretty;
}

:where(input, select, textarea) {
  vertical-align: middle;
  font-size: 16px;
}

::-webkit-file-upload-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(button, input, select, textarea),
::file-selector-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  margin: unset;
}

:where(input[type=file i]) {
  border: unset;
}

:where(input[type=search i]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder)) {
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  direction: ltr;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  text-autospace: no-autospace;
}

::-webkit-file-upload-button {
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  background-color: unset;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  touch-action: manipulation;
}

:where(:enabled)::-webkit-file-upload-button {
  cursor: pointer;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(progress) {
  vertical-align: unset;
}

::-moz-placeholder {
  opacity: unset;
}

::placeholder {
  opacity: unset;
}

:where(summary) {
  list-style-type: "";
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  background-color: oklch(0% 0 0deg / 0.3);
}

:where([popover]) {
  margin: unset;
}

:where(:focus-visible) {
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

:where(:disabled, [aria-disabled=true i]) {
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  display: none !important;
}

.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  font-size: 16px;
  color: #272727;
  container-type: inline-size;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.7;
  background: #ffffff;
  color: #272727;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
a:before, a:after {
  transition: 0.4s;
}

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

:focus-visible {
  outline: 2px solid #b08c4a;
  outline-offset: 2px;
}

input:not([type=checkbox],
[type=radio],
[type=file],
[type=hidden],
[type=submit],
[type=reset],
[type=button],
[type=image]),
select,
textarea {
  width: 100%;
  padding: 1em;
  border: 0;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox],
  [type=radio],
  [type=file],
  [type=hidden],
  [type=submit],
  [type=reset],
  [type=button],
  [type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  max-width: 320px;
}

button {
  border: none;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

hr {
  border-color: #e5e5e5;
}

/* Grid
====================================== */
.mm-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
}
.mm-grid-column-1-1 {
  grid-template-columns: repeat(1, 1fr);
}
.mm-grid-column-1-2 {
  grid-template-columns: repeat(2, 1fr);
}
.mm-grid-column-1-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mm-grid-column-1-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mm-grid-column-1-5 {
  grid-template-columns: repeat(5, 1fr);
}
.mm-grid-column-1-6 {
  grid-template-columns: repeat(6, 1fr);
}
.mm-grid-column-1-7 {
  grid-template-columns: repeat(7, 1fr);
}
.mm-grid-column-1-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 640px) {
  .mm-grid-column-1-1\@s {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@s {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@s {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@s {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@s {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@s {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@s {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@s {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 960px) {
  .mm-grid-column-1-1\@m {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@m {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@m {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@m {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@m {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@m {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@m {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@m {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1200px) {
  .mm-grid-column-1-1\@l {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@l {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@l {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@l {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@l {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@l {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@l {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@l {
    grid-template-columns: repeat(10, 1fr);
  }
}
.mm-grid-gap-collapse {
  gap: normal;
}
@media (min-width: 640px) {
  .mm-grid-gap-collapse\@s {
    gap: normal;
  }
}
@media (min-width: 960px) {
  .mm-grid-gap-collapse\@m {
    gap: normal;
  }
}
@media (min-width: 1200px) {
  .mm-grid-gap-collapse\@l {
    gap: normal;
  }
}

/* Gap
====================================== */
.mm-gap-0 {
  gap: 0px;
}

.mm-gap-row-0 {
  row-gap: 0px;
}

.mm-gap-column-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.mm-gap-5 {
  gap: 5px;
}

.mm-gap-row-5 {
  row-gap: 5px;
}

.mm-gap-column-5 {
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.mm-gap-10 {
  gap: 10px;
}

.mm-gap-row-10 {
  row-gap: 10px;
}

.mm-gap-column-10 {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mm-gap-15 {
  gap: 15px;
}

.mm-gap-row-15 {
  row-gap: 15px;
}

.mm-gap-column-15 {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.mm-gap-20 {
  gap: 20px;
}

.mm-gap-row-20 {
  row-gap: 20px;
}

.mm-gap-column-20 {
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.mm-gap-25 {
  gap: 25px;
}

.mm-gap-row-25 {
  row-gap: 25px;
}

.mm-gap-column-25 {
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.mm-gap-30 {
  gap: 30px;
}

.mm-gap-row-30 {
  row-gap: 30px;
}

.mm-gap-column-30 {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.mm-gap-35 {
  gap: 35px;
}

.mm-gap-row-35 {
  row-gap: 35px;
}

.mm-gap-column-35 {
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.mm-gap-40 {
  gap: 40px;
}

.mm-gap-row-40 {
  row-gap: 40px;
}

.mm-gap-column-40 {
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.mm-gap-45 {
  gap: 45px;
}

.mm-gap-row-45 {
  row-gap: 45px;
}

.mm-gap-column-45 {
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.mm-gap-50 {
  gap: 50px;
}

.mm-gap-row-50 {
  row-gap: 50px;
}

.mm-gap-column-50 {
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.mm-gap-55 {
  gap: 55px;
}

.mm-gap-row-55 {
  row-gap: 55px;
}

.mm-gap-column-55 {
  -moz-column-gap: 55px;
  column-gap: 55px;
}

.mm-gap-60 {
  gap: 60px;
}

.mm-gap-row-60 {
  row-gap: 60px;
}

.mm-gap-column-60 {
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.mm-gap-65 {
  gap: 65px;
}

.mm-gap-row-65 {
  row-gap: 65px;
}

.mm-gap-column-65 {
  -moz-column-gap: 65px;
  column-gap: 65px;
}

.mm-gap-70 {
  gap: 70px;
}

.mm-gap-row-70 {
  row-gap: 70px;
}

.mm-gap-column-70 {
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.mm-gap-75 {
  gap: 75px;
}

.mm-gap-row-75 {
  row-gap: 75px;
}

.mm-gap-column-75 {
  -moz-column-gap: 75px;
  column-gap: 75px;
}

.mm-gap-80 {
  gap: 80px;
}

.mm-gap-row-80 {
  row-gap: 80px;
}

.mm-gap-column-80 {
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.mm-gap-85 {
  gap: 85px;
}

.mm-gap-row-85 {
  row-gap: 85px;
}

.mm-gap-column-85 {
  -moz-column-gap: 85px;
  column-gap: 85px;
}

.mm-gap-90 {
  gap: 90px;
}

.mm-gap-row-90 {
  row-gap: 90px;
}

.mm-gap-column-90 {
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.mm-gap-95 {
  gap: 95px;
}

.mm-gap-row-95 {
  row-gap: 95px;
}

.mm-gap-column-95 {
  -moz-column-gap: 95px;
  column-gap: 95px;
}

.mm-gap-100 {
  gap: 100px;
}

.mm-gap-row-100 {
  row-gap: 100px;
}

.mm-gap-column-100 {
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.mm-gap-105 {
  gap: 105px;
}

.mm-gap-row-105 {
  row-gap: 105px;
}

.mm-gap-column-105 {
  -moz-column-gap: 105px;
  column-gap: 105px;
}

.mm-gap-110 {
  gap: 110px;
}

.mm-gap-row-110 {
  row-gap: 110px;
}

.mm-gap-column-110 {
  -moz-column-gap: 110px;
  column-gap: 110px;
}

.mm-gap-115 {
  gap: 115px;
}

.mm-gap-row-115 {
  row-gap: 115px;
}

.mm-gap-column-115 {
  -moz-column-gap: 115px;
  column-gap: 115px;
}

.mm-gap-120 {
  gap: 120px;
}

.mm-gap-row-120 {
  row-gap: 120px;
}

.mm-gap-column-120 {
  -moz-column-gap: 120px;
  column-gap: 120px;
}

.mm-gap-125 {
  gap: 125px;
}

.mm-gap-row-125 {
  row-gap: 125px;
}

.mm-gap-column-125 {
  -moz-column-gap: 125px;
  column-gap: 125px;
}

/* Flex
====================================== */
.mm-flex {
  display: flex;
}
.mm-flex-center {
  justify-content: center;
}
.mm-flex-between {
  justify-content: space-between;
}
.mm-flex-end {
  justify-content: flex-end;
}
.mm-flex-align-center {
  align-items: center;
}
.mm-flex-wrap {
  flex-wrap: wrap;
}

/* Span
====================================== */
.mm-span-column-2 {
  grid-column: span 2;
}
.mm-span-row-2 {
  grid-row: span 2;
}
.mm-span-column-3 {
  grid-column: span 3;
}
.mm-span-row-3 {
  grid-row: span 3;
}
.mm-span-column-4 {
  grid-column: span 4;
}
.mm-span-row-4 {
  grid-row: span 4;
}
.mm-span-column-5 {
  grid-column: span 5;
}
.mm-span-row-5 {
  grid-row: span 5;
}
.mm-span-column-6 {
  grid-column: span 6;
}
.mm-span-row-6 {
  grid-row: span 6;
}
.mm-span-column-7 {
  grid-column: span 7;
}
.mm-span-row-7 {
  grid-row: span 7;
}
.mm-span-column-8 {
  grid-column: span 8;
}
.mm-span-row-8 {
  grid-row: span 8;
}
.mm-span-column-9 {
  grid-column: span 9;
}
.mm-span-row-9 {
  grid-row: span 9;
}

/* Container
====================================== */
.mm-container {
  box-sizing: content-box;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1620px;
}
@media (min-width: 640px) {
  .mm-container {
    padding-inline: 25px;
  }
}
.mm-container-xsmall {
  max-width: 900px;
}
.mm-container-small {
  max-width: 1280px;
}
.mm-container-large {
  max-width: 1700px;
}
.mm-container-expand {
  max-width: none;
}
.mm-container-expand-left {
  margin-left: 0;
}
.mm-container-expand-right {
  margin-right: 0;
}
.mm-container-remove-p {
  padding-inline: 0;
}

/* Grid
====================================== */
.mm-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
}
.mm-grid-column-1-1 {
  grid-template-columns: repeat(1, 1fr);
}
.mm-grid-column-1-2 {
  grid-template-columns: repeat(2, 1fr);
}
.mm-grid-column-1-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mm-grid-column-1-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mm-grid-column-1-5 {
  grid-template-columns: repeat(5, 1fr);
}
.mm-grid-column-1-6 {
  grid-template-columns: repeat(6, 1fr);
}
.mm-grid-column-1-7 {
  grid-template-columns: repeat(7, 1fr);
}
.mm-grid-column-1-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 640px) {
  .mm-grid-column-1-1\@s {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@s {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@s {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@s {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@s {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@s {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@s {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@s {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 960px) {
  .mm-grid-column-1-1\@m {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@m {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@m {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@m {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@m {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@m {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@m {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@m {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1200px) {
  .mm-grid-column-1-1\@l {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm-grid-column-1-2\@l {
    grid-template-columns: repeat(2, 1fr);
  }
  .mm-grid-column-1-3\@l {
    grid-template-columns: repeat(3, 1fr);
  }
  .mm-grid-column-1-4\@l {
    grid-template-columns: repeat(4, 1fr);
  }
  .mm-grid-column-1-5\@l {
    grid-template-columns: repeat(5, 1fr);
  }
  .mm-grid-column-1-6\@l {
    grid-template-columns: repeat(6, 1fr);
  }
  .mm-grid-column-1-7\@l {
    grid-template-columns: repeat(7, 1fr);
  }
  .mm-grid-column-1-10\@l {
    grid-template-columns: repeat(10, 1fr);
  }
}
.mm-grid-gap-collapse {
  gap: normal;
}
@media (min-width: 640px) {
  .mm-grid-gap-collapse\@s {
    gap: normal;
  }
}
@media (min-width: 960px) {
  .mm-grid-gap-collapse\@m {
    gap: normal;
  }
}
@media (min-width: 1200px) {
  .mm-grid-gap-collapse\@l {
    gap: normal;
  }
}

.mm-gap-0 {
  gap: 0px;
}
@media (min-width: 640px) {
  .mm-gap-0\@s {
    gap: 0px;
  }
}
@media (min-width: 960px) {
  .mm-gap-0\@m {
    gap: 0px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-0\@l {
    gap: 0px;
  }
}

.mm-gap-5 {
  gap: 5px;
}
@media (min-width: 640px) {
  .mm-gap-5\@s {
    gap: 5px;
  }
}
@media (min-width: 960px) {
  .mm-gap-5\@m {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-5\@l {
    gap: 5px;
  }
}

.mm-gap-10 {
  gap: 10px;
}
@media (min-width: 640px) {
  .mm-gap-10\@s {
    gap: 10px;
  }
}
@media (min-width: 960px) {
  .mm-gap-10\@m {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-10\@l {
    gap: 10px;
  }
}

.mm-gap-15 {
  gap: 15px;
}
@media (min-width: 640px) {
  .mm-gap-15\@s {
    gap: 15px;
  }
}
@media (min-width: 960px) {
  .mm-gap-15\@m {
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-15\@l {
    gap: 15px;
  }
}

.mm-gap-20 {
  gap: 20px;
}
@media (min-width: 640px) {
  .mm-gap-20\@s {
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .mm-gap-20\@m {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-20\@l {
    gap: 20px;
  }
}

.mm-gap-25 {
  gap: 25px;
}
@media (min-width: 640px) {
  .mm-gap-25\@s {
    gap: 25px;
  }
}
@media (min-width: 960px) {
  .mm-gap-25\@m {
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-25\@l {
    gap: 25px;
  }
}

.mm-gap-30 {
  gap: 30px;
}
@media (min-width: 640px) {
  .mm-gap-30\@s {
    gap: 30px;
  }
}
@media (min-width: 960px) {
  .mm-gap-30\@m {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-30\@l {
    gap: 30px;
  }
}

.mm-gap-35 {
  gap: 35px;
}
@media (min-width: 640px) {
  .mm-gap-35\@s {
    gap: 35px;
  }
}
@media (min-width: 960px) {
  .mm-gap-35\@m {
    gap: 35px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-35\@l {
    gap: 35px;
  }
}

.mm-gap-40 {
  gap: 40px;
}
@media (min-width: 640px) {
  .mm-gap-40\@s {
    gap: 40px;
  }
}
@media (min-width: 960px) {
  .mm-gap-40\@m {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-40\@l {
    gap: 40px;
  }
}

.mm-gap-45 {
  gap: 45px;
}
@media (min-width: 640px) {
  .mm-gap-45\@s {
    gap: 45px;
  }
}
@media (min-width: 960px) {
  .mm-gap-45\@m {
    gap: 45px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-45\@l {
    gap: 45px;
  }
}

.mm-gap-50 {
  gap: 50px;
}
@media (min-width: 640px) {
  .mm-gap-50\@s {
    gap: 50px;
  }
}
@media (min-width: 960px) {
  .mm-gap-50\@m {
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-50\@l {
    gap: 50px;
  }
}

.mm-gap-55 {
  gap: 55px;
}
@media (min-width: 640px) {
  .mm-gap-55\@s {
    gap: 55px;
  }
}
@media (min-width: 960px) {
  .mm-gap-55\@m {
    gap: 55px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-55\@l {
    gap: 55px;
  }
}

.mm-gap-60 {
  gap: 60px;
}
@media (min-width: 640px) {
  .mm-gap-60\@s {
    gap: 60px;
  }
}
@media (min-width: 960px) {
  .mm-gap-60\@m {
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-60\@l {
    gap: 60px;
  }
}

.mm-gap-65 {
  gap: 65px;
}
@media (min-width: 640px) {
  .mm-gap-65\@s {
    gap: 65px;
  }
}
@media (min-width: 960px) {
  .mm-gap-65\@m {
    gap: 65px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-65\@l {
    gap: 65px;
  }
}

.mm-gap-70 {
  gap: 70px;
}
@media (min-width: 640px) {
  .mm-gap-70\@s {
    gap: 70px;
  }
}
@media (min-width: 960px) {
  .mm-gap-70\@m {
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-70\@l {
    gap: 70px;
  }
}

.mm-gap-75 {
  gap: 75px;
}
@media (min-width: 640px) {
  .mm-gap-75\@s {
    gap: 75px;
  }
}
@media (min-width: 960px) {
  .mm-gap-75\@m {
    gap: 75px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-75\@l {
    gap: 75px;
  }
}

.mm-gap-80 {
  gap: 80px;
}
@media (min-width: 640px) {
  .mm-gap-80\@s {
    gap: 80px;
  }
}
@media (min-width: 960px) {
  .mm-gap-80\@m {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-80\@l {
    gap: 80px;
  }
}

.mm-gap-85 {
  gap: 85px;
}
@media (min-width: 640px) {
  .mm-gap-85\@s {
    gap: 85px;
  }
}
@media (min-width: 960px) {
  .mm-gap-85\@m {
    gap: 85px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-85\@l {
    gap: 85px;
  }
}

.mm-gap-90 {
  gap: 90px;
}
@media (min-width: 640px) {
  .mm-gap-90\@s {
    gap: 90px;
  }
}
@media (min-width: 960px) {
  .mm-gap-90\@m {
    gap: 90px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-90\@l {
    gap: 90px;
  }
}

.mm-gap-95 {
  gap: 95px;
}
@media (min-width: 640px) {
  .mm-gap-95\@s {
    gap: 95px;
  }
}
@media (min-width: 960px) {
  .mm-gap-95\@m {
    gap: 95px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-95\@l {
    gap: 95px;
  }
}

.mm-gap-100 {
  gap: 100px;
}
@media (min-width: 640px) {
  .mm-gap-100\@s {
    gap: 100px;
  }
}
@media (min-width: 960px) {
  .mm-gap-100\@m {
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .mm-gap-100\@l {
    gap: 100px;
  }
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* Visibility 表示/非表示
--------------------------------- */
.mm-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .mm-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .mm-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .mm-hidden\@l {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .mm-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .mm-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mm-visible\@l {
    display: none !important;
  }
}

/* Centering
--------------------------------- */
.com-center {
  display: grid;
  place-items: center;
}

.com-center-block {
  display: grid;
  align-content: center;
}

/* margin auto 中央寄せ
--------------------------------- */
.mm-margin-auto {
  margin-inline: auto;
}

/* display
--------------------------------- */
.mm-inline-block {
  display: inline-block;
}

/* text
--------------------------------- */
.mm-text-bold {
  font-weight: bold;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Color classes
====================================== */
.com-txt-color-text {
  color: #272727 !important;
}

.com-bg-text {
  background-color: #272727 !important;
}

.com-txt-color-text-sub {
  color: #5d5d5d !important;
}

.com-bg-text-sub {
  background-color: #5d5d5d !important;
}

.com-txt-color-text-mute {
  color: #b0b0b0 !important;
}

.com-bg-text-mute {
  background-color: #b0b0b0 !important;
}

.com-txt-color-text-invert {
  color: #ffffff !important;
}

.com-bg-text-invert {
  background-color: #ffffff !important;
}

.com-txt-color-main {
  color: #272727 !important;
}

.com-bg-main {
  background-color: #272727 !important;
}

.com-txt-color-accent {
  color: #b08c4a !important;
}

.com-bg-accent {
  background-color: #b08c4a !important;
}

.com-txt-color-danger {
  color: #c75252 !important;
}

.com-bg-danger {
  background-color: #c75252 !important;
}

.com-txt-color-white {
  color: #ffffff !important;
}

.com-bg-white {
  background-color: #ffffff !important;
}

.com-txt-color-black {
  color: #000000 !important;
}

.com-bg-black {
  background-color: #000000 !important;
}

.com-txt-color-gray {
  color: #f4f4f4 !important;
}

.com-bg-gray {
  background-color: #f4f4f4 !important;
}

.com-txt-color-gray-light {
  color: #f7f7f5 !important;
}

.com-bg-gray-light {
  background-color: #f7f7f5 !important;
}

.com-txt-color-gray-border {
  color: #e2e2e2 !important;
}

.com-bg-gray-border {
  background-color: #e2e2e2 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000000 !important;
}

.com-bg-x {
  background-color: #000000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* アクセント色
--------------------------------- */
#header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
  padding-inline: 20px;
  background: transparent;
  color: #ffffff;
  transition: background 0.3s ease, color 0.3s ease, height 0.3s ease;
}
@media (min-width: 640px) {
  #header {
    height: 96px;
    padding-inline: 40px;
  }
}
#header.is-sticky, #header.is-light {
  background: #ffffff;
  color: #272727;
  border-bottom: 1px solid #e2e2e2;
}

/* logo
--------------------------------- */
.header-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.header-logo .logo {
  display: inline-flex;
  align-items: center;
}
.header-logo .logo img {
  width: 32px;
  height: auto;
  display: block;
}
@media (min-width: 640px) {
  .header-logo .logo img {
    width: 40px;
  }
}
.header-logo .name {
  display: none;
}
@media (min-width: 640px) {
  .header-logo .name {
    display: block;
  }
}

#gnav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gnav-list-01 {
  display: none;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media (min-width: 960px) {
  .gnav-list-01 {
    display: flex;
  }
}
.gnav-list-01 > li {
  position: relative;
}
.gnav-list-01 > li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  padding-block: 8px;
}
.gnav-list-01 > li a .en {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.6;
}
.gnav-list-01 > li a:hover {
  opacity: 0.7;
}
.gnav-list-01 .recruit a {
  padding: 12px 22px;
  border: 1px solid currentColor;
}

/* hamburger
--------------------------------- */
.gnav-btn-01 {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid currentColor;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
@media (min-width: 960px) {
  .gnav-btn-01 {
    display: none;
  }
}
.gnav-btn-01 span {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

#footer {
  background: #000000;
  color: #ffffff;
  padding-top: 100px;
}
@media (min-width: 640px) {
  #footer {
    padding-top: 160px;
  }
}
#footer a {
  color: inherit;
}

/* footer-cta フッタ上の大型CTA
--------------------------------- */
#footer-cta {
  text-align: center;
  padding-block: 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 640px) {
  #footer-cta {
    padding-bottom: 160px;
  }
}
#footer-cta .footer-cta-tit {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(48px, 10vw, 140px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
}
#footer-cta .footer-cta-text {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #b0b0b0;
  margin-top: 24px;
}
#footer-cta .footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 48px;
}

/* footer-body 会社情報＋ナビ
--------------------------------- */
#footer-body {
  padding-block: 80px;
}
@media (min-width: 640px) {
  #footer-body {
    padding-block: 120px;
  }
}

.footer-body {
  display: grid;
  gap: 60px;
}
@media (min-width: 960px) {
  .footer-body {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
}

.footer-info {
  display: grid;
  gap: 24px;
}
.footer-info .footer-logo {
  margin: 0;
}
.footer-info .footer-logo img {
  width: 96px;
  height: auto;
  display: block;
}
.footer-info address {
  font-style: normal;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #b0b0b0;
}

.footer-nav-01 {
  display: grid;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .footer-nav-01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.footer-nav-01 > li {
  display: grid;
  gap: 16px;
}
.footer-nav-01 > li .label {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b0b0b0;
}
.footer-nav-01 > li ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav-01 > li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.footer-nav-01 > li a:hover {
  opacity: 0.7;
}

/* footer-foot
--------------------------------- */
#footer-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: #b0b0b0;
}

.footer-sns {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sns a {
  font-family: "Sofia Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
}

#footer-copyright {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #b0b0b0;
}

/* pagetop
--------------------------------- */
#pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  transition: opacity 0.25s;
}
#pagetop.pagetop-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 640px) {
  #pagetop {
    right: 24px;
    bottom: 24px;
  }
}

.pagetop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  background: transparent;
  color: #272727;
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}
.pagetop:hover {
  background: #272727;
  color: #ffffff;
}

.com-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0.3s;
}
.com-offcanvas.is-open {
  visibility: visible;
}

.com-offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.is-open .com-offcanvas-overlay {
  opacity: 1;
}

.com-offcanvas-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  background-color: #000000;
  padding: 0;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.is-open .com-offcanvas-bar {
  transform: translateX(0);
}

.com-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.com-offcanvas-close::before, .com-offcanvas-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.com-offcanvas-close::before {
  transform: rotate(45deg);
}
.com-offcanvas-close::after {
  transform: rotate(-45deg);
}

body.is-offcanvas-open {
  overflow: hidden;
}

.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.offcanvas-head .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

.offcanvas-btn-01 {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  display: block;
  padding: 1em;
  padding-right: 3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.offcanvas-btn-01.arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1,1L5.5,5.5L1,10' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2em;
}
.offcanvas-btn-01.accordion::before, .offcanvas-btn-01.accordion::after {
  content: "";
  background-color: #ffffff;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.offcanvas-btn-01.accordion::after {
  transform: translateY(-50%) rotate(90deg);
}

.has-children .nav-sub {
  background-color: rgba(255, 255, 255, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.has-children .nav-sub a {
  padding-left: 2em;
}
.has-children.is-open .offcanvas-btn-01.accordion::after {
  transform: translateY(-50%);
}
.has-children.is-open .nav-sub {
  max-height: 500px;
}

/* dark section 黒背景セクション
--------------------------------- */
.com-sec-dark {
  background: #000000;
  color: #ffffff;
  padding-block: 80px;
}
@media (min-width: 640px) {
  .com-sec-dark {
    padding-block: 140px;
  }
}
.com-sec-dark h1, .com-sec-dark h2, .com-sec-dark h3, .com-sec-dark h4, .com-sec-dark h5, .com-sec-dark h6 {
  color: #ffffff;
}
.com-sec-dark a {
  color: #ffffff;
}

/* light section 白基調セクション
--------------------------------- */
.com-sec-light {
  background: #ffffff;
  color: #272727;
  padding-block: 80px;
}
@media (min-width: 640px) {
  .com-sec-light {
    padding-block: 140px;
  }
}

/* gray section グレー基調セクション
--------------------------------- */
.com-sec-gray {
  background: #f7f7f5;
  color: #272727;
  padding-block: 80px;
}
@media (min-width: 640px) {
  .com-sec-gray {
    padding-block: 140px;
  }
}

/* hero section ヒーローセクション
--------------------------------- */
.com-sec-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding-block: 120px 80px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .com-sec-hero {
    padding-block: 160px 100px;
  }
}
.com-sec-hero .inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* section heading セクション見出し領域
--------------------------------- */
.com-sec-head {
  display: grid;
  gap: 16px;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .com-sec-head {
    margin-bottom: 100px;
  }
}
.com-sec-head.center {
  text-align: center;
  justify-items: center;
}

/* eyebrow 見出しの上に出る英字タグ
--------------------------------- */
.com-eyebrow {
  font-family: "Sofia Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: #5d5d5d;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.com-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.com-sec-dark .com-eyebrow {
  color: #b0b0b0;
}

/* page title 下層ページタイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(34px, 6vw, 72px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: inherit;
  margin: 0;
}
.page-tit-01::before {
  content: attr(data-en);
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 24px;
  color: #5d5d5d;
}
.com-sec-dark .page-tit-01::before {
  color: #b0b0b0;
}

/* common title 汎用見出し
--------------------------------- */
.com-tit-01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0;
}
.com-tit-01 .ja {
  display: block;
}
.com-tit-01 .en {
  display: block;
  font-family: "Sofia Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #5d5d5d;
  margin-bottom: 18px;
}
.com-sec-dark .com-tit-01 .en {
  color: #b0b0b0;
}

.com-tit-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0;
}

.com-tit-03 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}

.com-tit-04 {
  font-family: "Sofia Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5d5d5d;
}

/* display title 巨大ディスプレイ見出し
--------------------------------- */
.com-tit-display {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: clamp(48px, 9vw, 140px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
}

.com-tit-display-en {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(56px, 12vw, 200px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 0;
}

/* catch コピー
--------------------------------- */
.com-catch-01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}

.com-catch-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}

.com-text-lead {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 300;
}

/* 主要ボタン（黒背景・白文字、矢印付き）
/* ホバー: 右側の水平ラインが枠外へ半分はみ出る
--------------------------------- */
.com-btn-01 {
  --btn-pad-x: 28px;
  --btn-line-w: 32px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 280px;
  max-width: 100%;
  padding: 22px var(--btn-pad-x);
  background: #000000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000000;
  box-sizing: border-box;
  overflow: visible;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.com-btn-01::after {
  content: "";
  width: var(--btn-line-w);
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.com-btn-01:hover {
  opacity: 1;
}
.com-btn-01:hover::after {
  transform: translateX(var(--btn-pad-x)) scaleX(1.5);
}
.com-btn-01.invert {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.com-btn-01.invert:hover {
  background: transparent;
  color: #ffffff;
}
.com-btn-01.ghost {
  background: transparent;
  color: #272727;
  border-color: #272727;
}
.com-btn-01.ghost:hover {
  background: transparent;
  color: #272727;
}
.com-btn-01.large {
  --btn-pad-x: 36px;
  min-width: 360px;
  padding-block: 28px;
  font-size: 16px;
}
.com-btn-01.full {
  width: 100%;
  min-width: 0;
}

/* フォーム送信ボタン
--------------------------------- */
.com-btn-02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  padding: 22px 32px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.com-btn-02:hover {
  background: transparent;
  color: #000000;
  opacity: 1;
}

/* テキストリンク
--------------------------------- */
.com-link-01 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}
.com-link-01::after {
  content: "→";
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.com-link-01:hover {
  opacity: 1;
  gap: 20px;
}
.com-link-01:hover::after {
  transform: translateX(4px);
}

/* シンプルテキストリンク（下線のみ）
--------------------------------- */
.com-link-02 {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.com-link-02:hover {
  opacity: 0.7;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* panel
--------------------------------- */
.com-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.com-panel-02 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .com-panel-02 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.com-panel-02 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.com-panel-02::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #272727;
}
.com-panel-02:hover {
  background: #8d8d8d;
}

/* card
--------------------------------- */
/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .com-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .com-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.com-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .com-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .com-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.com-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #272727;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.com-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .com-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .com-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* dl table
--------------------------------- */
.form-panel-01 {
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-table-01 dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #272727;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #272727;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #272727;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.input-date-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* modal
--------------------------------- */
.com-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.com-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.com-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.com-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.com-modal-close::before, .com-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #272727;
}
.com-modal-close::before {
  transform: rotate(45deg);
}
.com-modal-close::after {
  transform: rotate(-45deg);
}

html.is-modal-open {
  overflow: clip;
  touch-action: none;
}

/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* tab nav
--------------------------------- */
.com-tab {
  display: flex;
  position: relative;
}
.com-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.com-tab-item {
  position: relative;
  z-index: 1;
  padding: 0.8em 1.5em;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.com-tab-item:hover {
  color: #272727;
}
.com-tab-item.is-active {
  border-bottom-color: #272727;
  color: #272727;
  font-weight: bold;
}

/* tab content
--------------------------------- */
.com-tab-content {
  display: none;
}
.com-tab-content.is-active {
  display: block;
}

/* アコーディオン
----------------------------------------------- */
.com-accordion {
  border-top: 1px solid #ddd;
}

.com-accordion-item {
  border-bottom: 1px solid #ddd;
  scroll-margin-top: 80px;
}
.com-accordion-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.com-accordion-item > summary::-webkit-details-marker {
  display: none;
}
.com-accordion-item > summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.com-accordion-item[open] > summary::after {
  transform: rotate(-135deg);
}
.com-accordion-item.is-closing > summary::after {
  transform: rotate(45deg);
}

.com-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.com-accordion-item[open] > .com-accordion-body {
  grid-template-rows: 1fr;
}
.com-accordion-item.is-closing > .com-accordion-body {
  grid-template-rows: 0fr;
}

.com-accordion-inner {
  overflow: hidden;
}

.com-accordion-content {
  padding: 16px 0;
}

/* ドロップダウン
----------------------------------------------- */
.com-dropdown {
  position: relative;
}

.com-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.com-dropdown-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s;
}
.com-dropdown.is-open > .com-dropdown-toggle::after {
  transform: translateY(2px) rotate(-135deg);
}

.com-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 200px;
  padding-top: 8px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.com-dropdown.is-open > .com-dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.com-dropdown-nav {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.com-dropdown-nav a {
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.com-dropdown-nav a:hover {
  background-color: #f4f4f4;
}

/* ライトボックス
----------------------------------------------- */
.com-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.com-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.com-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.com-lightbox-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-lightbox-content img {
  max-width: 90vw;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.com-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.com-lightbox-close:hover {
  opacity: 1;
}
.com-lightbox-close::before, .com-lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.com-lightbox-close::before {
  transform: rotate(45deg);
}
.com-lightbox-close::after {
  transform: rotate(-45deg);
}

.com-lightbox-prev,
.com-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.com-lightbox-prev:hover,
.com-lightbox-next:hover {
  opacity: 1;
}
.com-lightbox-prev::after,
.com-lightbox-next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.com-lightbox.has-nav > .com-lightbox-prev,
.com-lightbox.has-nav > .com-lightbox-next {
  display: flex;
  align-items: center;
}

.com-lightbox-prev {
  left: 16px;
}
.com-lightbox-prev::after {
  transform: rotate(-45deg);
}

.com-lightbox-next {
  right: 16px;
}
.com-lightbox-next::after {
  transform: rotate(135deg);
}

.com-lightbox-caption {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 60px;
}
.com-lightbox-caption:empty {
  display: none;
}

html.is-lightbox-open {
  overflow: clip;
  touch-action: none;
}

/* label
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: #272727;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #272727;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #272727 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: #8d8d8d;
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #272727;
  color: #272727;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
  transform: rotate(-45deg);
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-panel-01 .tel {
  text-align: center;
  padding: 0.3em 1em;
  color: #272727;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #272727 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #272727;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #272727;
}

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #d1d1d1;
}
.info-list-01 li {
  border-bottom: 1px solid #d1d1d1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: #8d8d8d;
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

/* motion base
/* スクロール発火前の初期状態（JS 準備完了後のみ適用）
----------------------------------------------- */
[data-reveal] {
  will-change: transform, opacity, clip-path;
}

.is-motion-ready [data-reveal=up]:not(.is-visible) {
  opacity: 0;
}

.is-motion-ready [data-reveal=fade]:not(.is-visible) {
  opacity: 0;
}

.is-motion-ready [data-reveal=mask]:not(.is-visible) {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.split-line-wrap {
  display: block;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    transform: none !important;
  }
}
/* site grain サイト全体のテクスチャ
----------------------------------------------- */
.site-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.85'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

@media (prefers-reduced-motion: reduce) {
  .site-grain {
    display: none;
  }
}
/* mvセクション
----------------------------------------------- */
.front-mv .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.28;
  z-index: 1;
  filter: grayscale(1) contrast(1.05);
  will-change: transform;
}
.front-mv .inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
}
.front-mv .eyebrow {
  color: #b0b0b0;
}
.front-mv .lead {
  max-width: 32em;
  color: #ffffff;
  opacity: 0.82;
}

.front-mv-title .line {
  display: block;
}

.front-mv-en {
  position: absolute;
  right: clamp(16px, 4vw, 80px);
  bottom: clamp(80px, 10vw, 160px);
  z-index: 1;
  color: #ffffff;
  opacity: 0.08;
  pointer-events: none;
  text-align: right;
  line-height: 0.88;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (min-width: 640px) {
  .front-mv-en {
    opacity: 0.12;
  }
}

.front-mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 16px;
  color: #ffffff;
}
.front-mv-scroll .label {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.7;
}
.front-mv-scroll .line {
  width: 1px;
  height: 64px;
  background: currentColor;
  opacity: 0.4;
  animation: front-mv-scroll-line 2.4s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes front-mv-scroll-line {
  0% {
    transform: scaleY(0);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
    opacity: 0.2;
  }
}
/* magnetic button base
----------------------------------------------- */
[data-magnetic] {
  will-change: transform;
}

/* aboutセクション
----------------------------------------------- */
.front-about-panel {
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 960px) {
  .front-about-panel {
    grid-template-columns: 1fr 1fr;
    gap: 120px;
  }
}
.front-about-panel .detail {
  order: 2;
}
@media (min-width: 960px) {
  .front-about-panel .detail {
    order: 1;
  }
}
.front-about-panel .visual {
  order: 1;
  aspect-ratio: 4/5;
  overflow: hidden;
}
@media (min-width: 960px) {
  .front-about-panel .visual {
    order: 2;
    aspect-ratio: 4/5;
  }
}
.front-about-panel .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* serviceセクション
----------------------------------------------- */
.front-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 48px;
}
@media (min-width: 640px) {
  .front-service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 48px;
  }
}
@media (min-width: 960px) {
  .front-service-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 56px 32px;
  }
}

.front-service-item .link {
  display: grid;
  gap: 20px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.front-service-item .link:hover {
  opacity: 1;
}
.front-service-item .link:hover .visual img {
  transform: scale(1.04);
}
.front-service-item .link:hover .more {
  gap: 20px;
}
.front-service-item .num {
  font-family: "Sofia Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #5d5d5d;
}
.front-service-item .visual {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f4f4;
}
.front-service-item .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.front-service-item .detail {
  display: grid;
  gap: 12px;
}
.front-service-item .note {
  color: #5d5d5d;
}
.front-service-item .more {
  margin-top: 8px;
  font-size: 13px;
}

.front-service-foot {
  text-align: center;
}

/* environmentセクション
----------------------------------------------- */
.front-env-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media (min-width: 640px) {
  .front-env-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .front-env-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.front-env-item {
  padding: 40px 24px;
  background: #000000;
  display: grid;
  gap: 16px;
  align-content: start;
}
@media (min-width: 640px) {
  .front-env-item {
    padding: 48px 32px;
  }
}
@media (min-width: 960px) {
  .front-env-item {
    padding: 56px 40px;
    min-height: 280px;
  }
}
.front-env-item .num {
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #b0b0b0;
}
.front-env-item .tit {
  color: #ffffff;
}
.front-env-item .note {
  color: #b0b0b0;
  line-height: 1.9;
}

.front-env-foot {
  text-align: center;
}

/* voiceセクション
----------------------------------------------- */
.front-voice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 48px;
}
@media (min-width: 960px) {
  .front-voice-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
  }
}

.front-voice-item {
  display: grid;
  gap: 28px;
  padding: 48px 0 0;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.front-voice-item::before {
  content: "“";
  position: absolute;
  top: -8px;
  left: -8px;
  font-family: "Sofia Sans", sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #272727;
  opacity: 0.18;
}
.front-voice-item .note {
  font-weight: 300;
  color: #272727;
}
.front-voice-item .meta {
  display: grid;
  gap: 6px;
}
.front-voice-item .name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.front-voice-item .role {
  font-family: "Sofia Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #5d5d5d;
  text-transform: uppercase;
}

/* recruitセクション
----------------------------------------------- */
.front-recruit-inner {
  text-align: center;
  display: grid;
  justify-items: center;
  max-width: 800px;
  margin-inline: auto;
}
.front-recruit-inner .en {
  color: #ffffff;
  opacity: 0.9;
  line-height: 0.92;
}
.front-recruit-inner .note {
  color: #ffffff;
  opacity: 0.82;
  max-width: 28em;
}

.front-recruit-btns {
  display: grid;
  gap: 24px;
  justify-items: center;
}

/* informationセクション
----------------------------------------------- */
.front-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e2e2e2;
}

.front-info-item {
  border-bottom: 1px solid #e2e2e2;
}
.front-info-item .link {
  display: grid;
  gap: 8px 32px;
  grid-template-columns: auto auto;
  grid-template-areas: "date cat" "tit tit";
  padding: 28px 0;
  color: inherit;
  text-decoration: none;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (min-width: 640px) {
  .front-info-item .link {
    grid-template-columns: 140px 140px 1fr;
    grid-template-areas: "date cat tit";
    padding: 32px 0;
  }
}
.front-info-item .link:hover {
  opacity: 1;
}
.front-info-item .link:hover .tit {
  color: #5d5d5d;
}
.front-info-item .date {
  grid-area: date;
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #5d5d5d;
}
.front-info-item .cat {
  grid-area: cat;
  justify-self: start;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 6px 14px;
  border: 1px solid #e2e2e2;
}
.front-info-item .tit {
  grid-area: tit;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.front-info-foot {
  text-align: center;
}

/* snsセクション
----------------------------------------------- */
.front-sns-btns {
  display: grid;
  gap: 20px;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 640px) {
  .front-sns-btns {
    grid-auto-flow: column;
    gap: 32px;
  }
}

/* mv メインビジュアル
----------------------------------------------- */
.recruit-mv > .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: grayscale(20%);
}
.recruit-mv .inner {
  display: grid;
  gap: 40px;
  position: relative;
}
@media (min-width: 640px) {
  .recruit-mv .inner {
    gap: 56px;
  }
}
.recruit-mv .meta {
  display: grid;
  gap: 16px;
}
.recruit-mv .meta .crumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Sofia Sans", sans-serif;
  letter-spacing: 0.24em;
  color: #b0b0b0;
  margin: 0;
}
.recruit-mv .en {
  display: block;
  line-height: 0.9;
  color: #ffffff;
}
.recruit-mv .en .year {
  font-size: 0.35em;
  font-weight: 300;
  letter-spacing: 0.05em;
  vertical-align: top;
  color: #b08c4a;
}
.recruit-mv .ja {
  color: #ffffff;
  font-weight: 200;
  max-width: 20ch;
}
.recruit-mv .lead {
  max-width: 640px;
  color: #b0b0b0;
}
.recruit-mv .side {
  display: none;
}
@media (min-width: 960px) {
  .recruit-mv .side {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-block: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .recruit-mv .side span {
    writing-mode: vertical-rl;
    font-family: "Sofia Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.4em;
    color: #b0b0b0;
    text-transform: uppercase;
  }
}
.recruit-mv .scroll {
  position: absolute;
  left: 0;
  bottom: -40px;
  display: grid;
  gap: 12px;
  justify-items: center;
  color: #b0b0b0;
}
.recruit-mv .scroll span {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.recruit-mv .scroll .line {
  display: block;
  width: 1px;
  height: 64px;
  background: currentColor;
  position: relative;
  overflow: hidden;
}
.recruit-mv .scroll .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: #ffffff;
  animation: recruitScroll 2.4s ease-in-out infinite;
}

@keyframes recruitScroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(260%);
  }
}
/* message 採用メッセージ
----------------------------------------------- */
.recruit-message .recruit-message-panel {
  margin: 0;
  position: relative;
  padding-inline: 0;
}
.recruit-message .recruit-message-panel .quote-mark {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 200;
  font-size: clamp(120px, 20vw, 260px);
  line-height: 0.6;
  letter-spacing: -0.05em;
  color: #b08c4a;
  margin: 0 0 -0.1em;
  opacity: 0.5;
}
.recruit-message .recruit-message-panel .tit {
  font-weight: 300;
  max-width: 22ch;
}
.recruit-message .recruit-message-panel .detail {
  max-width: 52ch;
  color: #b0b0b0;
}
.recruit-message .recruit-message-panel .sign {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-message .recruit-message-panel .sign .role {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  color: #b0b0b0;
  text-transform: uppercase;
}
.recruit-message .recruit-message-panel .sign .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
}

/* category 採用カテゴリ導線
----------------------------------------------- */
.recruit-category .recruit-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-category .item {
  list-style: none;
}
.recruit-category .panel {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  aspect-ratio: 4/5;
  isolation: isolate;
}
@media (min-width: 640px) {
  .recruit-category .panel {
    aspect-ratio: 4/5;
  }
}
.recruit-category .panel .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.recruit-category .panel .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.8s ease, opacity 0.4s ease;
}
.recruit-category .panel .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.recruit-category .panel .body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px 28px;
  display: grid;
  align-content: space-between;
  gap: 24px;
}
@media (min-width: 640px) {
  .recruit-category .panel .body {
    padding: 56px 48px;
  }
}
.recruit-category .panel .num {
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.3em;
  color: #b08c4a;
}
.recruit-category .panel .tit {
  font-weight: 200;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.05;
  color: #ffffff;
}
.recruit-category .panel .en {
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0;
  color: #b0b0b0;
}
.recruit-category .panel .detail {
  color: #b0b0b0;
  max-width: 32ch;
}
.recruit-category .panel .more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: start;
}
.recruit-category .panel:hover {
  opacity: 1;
}
.recruit-category .panel:hover .bg img {
  transform: scale(1.05);
  opacity: 0.65;
}
.recruit-category .panel:hover .more {
  gap: 20px;
}

/* environment-highlight 働く環境ハイライト
----------------------------------------------- */
.recruit-environment .recruit-environment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.recruit-environment .item {
  list-style: none;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 16px;
}
@media (min-width: 640px) {
  .recruit-environment .item {
    padding: 56px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .recruit-environment .item:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 960px) {
  .recruit-environment .item {
    padding: 64px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .recruit-environment .item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .recruit-environment .item:nth-child(3n) {
    border-right: none;
  }
}
.recruit-environment .item .num {
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #b08c4a;
}
.recruit-environment .item .tit {
  color: #ffffff;
  font-weight: 400;
}
.recruit-environment .item .detail {
  color: #b0b0b0;
}
.recruit-environment .more {
  text-align: center;
}

/* recruitment 募集要項抜粋
----------------------------------------------- */
.recruit-recruitment .recruit-recruitment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-recruitment .item {
  list-style: none;
}
.recruit-recruitment .panel {
  display: grid;
  gap: 28px;
  height: 100%;
  padding: 48px 32px;
  background: #ffffff;
  color: #272727;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 640px) {
  .recruit-recruitment .panel {
    padding: 64px 56px;
  }
}
.recruit-recruitment .panel .head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recruit-recruitment .panel .tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
}
.recruit-recruitment .panel .tag.ghost {
  background: transparent;
  color: #272727;
  border: 1px solid #272727;
}
.recruit-recruitment .panel .tit {
  font-weight: 400;
}
.recruit-recruitment .panel .meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 24px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid #e2e2e2;
}
.recruit-recruitment .panel .meta dt {
  font-family: "Sofia Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5d5d5d;
  align-self: center;
}
.recruit-recruitment .panel .meta dd {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.recruit-recruitment .panel .more {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.recruit-recruitment .panel .more::after {
  content: "→";
  font-family: "Sofia Sans", sans-serif;
  transition: transform 0.3s ease;
}
.recruit-recruitment .panel:hover {
  opacity: 1;
  border-color: #000000;
  transform: translateY(-4px);
}
.recruit-recruitment .panel:hover .more::after {
  transform: translateX(6px);
}
.recruit-recruitment .more {
  text-align: center;
}

/* flow 応募の流れ
----------------------------------------------- */
.recruit-flow .recruit-flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: flow;
  border-top: 1px solid #e2e2e2;
}
.recruit-flow .item {
  list-style: none;
  padding: 40px 0;
  display: grid;
  gap: 14px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
@media (min-width: 640px) {
  .recruit-flow .item {
    padding: 48px 24px;
    border-right: 1px solid #e2e2e2;
  }
  .recruit-flow .item:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 960px) {
  .recruit-flow .item {
    padding: 64px 32px;
    border-right: 1px solid #e2e2e2;
  }
  .recruit-flow .item:last-child {
    border-right: none;
  }
  .recruit-flow .item:nth-child(2n) {
    border-right: 1px solid #e2e2e2;
  }
}
.recruit-flow .item .num {
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #272727;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.recruit-flow .item .num::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
}
.recruit-flow .item .tit {
  font-weight: 500;
}
.recruit-flow .item .detail {
  color: #5d5d5d;
}

/* faq よくある質問
----------------------------------------------- */
.recruit-faq .recruit-faq-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
.recruit-faq .item {
  border-bottom: 1px solid #e2e2e2;
}
.recruit-faq dt {
  margin: 0;
}
.recruit-faq details summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 48px 28px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.recruit-faq details summary::-webkit-details-marker {
  display: none;
}
.recruit-faq details summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.recruit-faq details summary::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media (min-width: 640px) {
  .recruit-faq details summary {
    padding: 36px 56px 36px 0;
    gap: 28px;
  }
}
.recruit-faq details[open] summary::before {
  transform: rotate(0deg);
}
.recruit-faq .q,
.recruit-faq .a {
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 300;
  line-height: 1;
  color: #b08c4a;
  flex-shrink: 0;
}
.recruit-faq .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.recruit-faq .ans {
  display: flex;
  gap: 20px;
  padding: 0 48px 32px 0;
}
@media (min-width: 640px) {
  .recruit-faq .ans {
    gap: 28px;
    padding: 0 56px 40px 0;
  }
}
.recruit-faq .ans .a {
  color: #5d5d5d;
}
.recruit-faq .ans .detail {
  color: #5d5d5d;
  margin: 0;
  padding-top: 4px;
}

/* entry-cta エントリーCTA
----------------------------------------------- */
.recruit-entry {
  text-align: center;
}
.recruit-entry .com-eyebrow {
  justify-self: center;
  margin-inline: auto;
}
.recruit-entry .en {
  display: block;
  color: #ffffff;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .recruit-entry .en {
    margin-top: 40px;
  }
}
.recruit-entry .ja {
  color: #ffffff;
  font-weight: 200;
}
.recruit-entry .com-text-lead {
  color: #b0b0b0;
  max-width: 640px;
  margin-inline: auto;
}
.recruit-entry .more {
  display: flex;
  justify-content: center;
}