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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  padding: 0;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --board: 1300;
  --max: 1px;
}

:root {
  --colorWhite: #fff;
  --colorBlack: #222;
  --colorNavy: #05263b;
  --colorYellow: #fecb3a;
  --colorBeige: #e7e7e2;
  --colorBlue: #3a8fb7;
  --colorBlueHover: #2c7a9c;
  --colorBg: #fff;
  --colorBgGray: #efefed;
  --colorBgGradient: linear-gradient(135deg, #f5f5f5 0%, #ebebeb 100%);
  --colorBgDark: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  --colorCurrent: #c7c7c7;
  --colorBorder: #e0e0e0;
  --colorOverlay: rgba(0, 0, 0, .95);
  --colorShadow: rgba(0, 0, 0, .05);
}

:root {
  --fontGothic: 'Zen Kaku Gothic New', sans-serif;
  --fontMincho: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  --fontEnglish: 'Varela', sans-serif;
  --fontMaru: 'Zen Maru Gothic', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

:root {
  --weightLight: 200;
  --weightRegular: 300;
  --weightMedium: 400;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: #efefed;
  --speed: .2s;
}

html {
  font-size: clamp(1.5625%, 0.0769230769vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

[data-fade] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  will-change: opacity, transform;
}
[data-fade][data-fade=totop] {
  -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30));
          transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30));
}
[data-fade][data-fade=tobottom] {
  -webkit-transform: translateY(clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px));
          transform: translateY(clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px));
}
[data-fade][data-fade=toleft] {
  -webkit-transform: translateX(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30));
          transform: translateX(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30));
}
[data-fade][data-fade=toright] {
  -webkit-transform: translateX(clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px));
          transform: translateX(clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px));
}
[data-fade].is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.works .works__list {
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.works .works__list.is-swiping {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.works .works__list.is-swiping .works-card__link {
  pointer-events: none;
}
.works .works__list.is-loop-jump .works-card__link {
  -webkit-transition: none !important;
  transition: none !important;
}
.works .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  will-change: transform;
}
.works .works-card__link {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41)) scaleY(0.865);
          transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41)) scaleY(0.865);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-user-drag: none;
  will-change: transform, opacity;
}
.works .works-card__link img {
  -webkit-user-drag: none;
}
.works .works-card.swiper-slide-prev .works-card__link,
.works .works-card.swiper-slide-next .works-card__link {
  opacity: 1;
  -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41)) scale(0.865);
          transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41)) scale(0.865);
}
.works .works-card.swiper-slide-active .works-card__link {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

*:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 10000;
  padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  border-radius: 0 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0;
  background-color: var(--colorNavy);
  color: var(--colorWhite);
  text-decoration: none;
  font-weight: var(--weightBold);
  -webkit-transition: top var(--speed);
  transition: top var(--speed);
}
.skip-link:focus {
  top: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
}

a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 69, var(--max) * 69) 0 clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
  background-color: var(--colorNavy);
  color: var(--colorWhite);
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-image: url("../image/common/arrow_button.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: var(--speed);
  transition: var(--speed);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--blank::after {
  width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  height: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  background-image: url("../image/common/arrow_button-blank.webp");
}
.button--send {
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 126, var(--max) * 126);
  height: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.button--send::after {
  display: none;
}
.button--send::before {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(0px, 10vw / var(--board) * 10 * 69, var(--max) * 69);
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  height: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  background-image: url("../image/common/icon_send.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBeige);
  color: var(--colorBlack);
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.5;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: 100%;
}
.card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 360/262;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform var(--speed);
  transition: -webkit-transform var(--speed);
  transition: transform var(--speed);
  transition: transform var(--speed), -webkit-transform var(--speed);
}
.card__title {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.card__divider {
  width: 100%;
  height: 1px;
  background-color: var(--colorBorder);
}
.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.card__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform var(--speed);
  transition: -webkit-transform var(--speed);
  transition: transform var(--speed);
  transition: transform var(--speed), -webkit-transform var(--speed);
}
.header.is-scroll {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  left: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
  z-index: 1001;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 71, var(--max) * 71);
  -webkit-transition: width var(--speed);
  transition: width var(--speed);
}
.is-top .header__logo {
  width: clamp(0px, 10vw / var(--board) * 10 * 103, var(--max) * 103);
}
.header__logo-link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.header__logo-image {
  display: block;
  width: 100%;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-left: auto;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  list-style: none;
}
.header__nav-item {
  position: relative;
}
.header__nav-link {
  position: relative;
  display: block;
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0;
  color: var(--colorNavy);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  -webkit-transition: color var(--speed);
  transition: color var(--speed);
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: clamp(var(--max) * -4, 10vw / var(--board) * 10 * -4, 0px);
  left: 50%;
  display: none;
  width: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  border-radius: 100%;
  background-color: rgb(254, 203, 58);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  width: clamp(0px, 10vw / var(--board) * 10 * 215, var(--max) * 215);
  height: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
  border-radius: 0 0 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  background-color: var(--colorNavy);
  color: var(--colorWhite);
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}
.header__contact-button:focus {
  outline: none;
}
.header__contact-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
  height: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
}
.header__contact-text {
  white-space: nowrap;
  line-height: 1;
}
.header__sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  overflow-y: auto;
  padding: clamp(0px, 10vw / var(--board) * 10 * 99, var(--max) * 99) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: var(--colorBgGray);
  opacity: 0;
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}
.is-open .header__sp-menu {
  visibility: visible;
  opacity: 1;
}
.header__sp-nav {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.header__sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  list-style: none;
}
.header__sp-nav-item {
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  border-bottom: clamp(0px, 10vw / var(--board) * 10 * 0.5, var(--max) * 0.5) solid rgba(162, 161, 161, 0.587);
}
.header__sp-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.header__sp-nav-link:focus {
  outline: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
}
.header__sp-nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-image: url("../image/common/arrow_button.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-nav-link:active {
  opacity: 0.7;
}
.header__sp-nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.header__sp-nav-title-en {
  color: var(--colorBlack);
  letter-spacing: 0.03em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  font-family: "Varela", sans-serif;
  line-height: 1.2;
}
.header__sp-nav-title-ja {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1;
}
.header__sp-nav-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.header__sp-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
.header__sp-phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
}
.header__sp-phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  background-image: url(../image/common/icon_tel.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-phone-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
}
.header__sp-phone-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.header__sp-phone-number {
  color: var(--colorBlack);
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-family: "Varela", sans-serif;
  line-height: 1;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.header__sp-phone-number:focus {
  outline: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
}
.header__sp-phone-hours {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  line-height: 1.8;
}
.header__sp-contact-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 255, var(--max) * 255);
  width: 100%;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  background-color: var(--colorNavy);
  color: var(--colorWhite);
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}
.header__sp-contact-button:focus {
  outline: none;
}
.header__sp-contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-image: url("../image/common/arrow_button.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-contact-text {
  white-space: nowrap;
}
.header__sp-contact-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.header__nav-button {
  position: relative;
  top: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
  right: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  z-index: 1001;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: auto;
  height: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  border: none;
  background: transparent;
  cursor: pointer;
}
.header__nav-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  width: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}
.header__nav-button__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--colorNavy);
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}
.header__nav-button__line:last-of-type {
  width: 50%;
}
.header__nav-button__text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--colorNavy);
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-family: var(--fontEnglish);
  line-height: 1;
}
.is-open .header__nav-button {
  top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  right: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
.is-open .header__nav-button__icon {
  gap: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
.is-open .header__nav-button__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background-color: var(--colorNavy);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-open .header__nav-button__line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .header__nav-button__line:nth-child(2) {
  opacity: 0;
}
.is-open .header__nav-button__line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.is-open .header__nav-button__text {
  display: none;
}

main {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 206, var(--max) * 206);
}
main.top {
  padding-top: 0;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.section-title::after {
  content: "";
  display: block;
  margin-top: clamp(var(--max) * -20, 10vw / var(--board) * 10 * -20, 0px);
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  background-color: var(--colorNavy);
  -webkit-mask-image: url(../image/common/bg_section-title.svg);
          mask-image: url(../image/common/bg_section-title.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.section-title.is-reverse::after {
  background-color: #fff;
}
.section-title__en {
  color: var(--colorNavy);
  letter-spacing: 0.03em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  font-family: var(--fontEnglish);
  line-height: 1.2;
}
.is-reverse .section-title__en {
  color: #fff;
}
.section-title__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1;
}
.is-reverse .section-title__ja {
  color: #fff;
}
.section-title__ja::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border-radius: 50%;
  background-color: var(--colorYellow);
}
.section-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  text-align: center;
}
:where(.section-title-sub) .section-title__en {
  letter-spacing: 0.03em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  line-height: 1.2;
}
:where(.section-title-sub) .section-title__ja {
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.2;
}
:where(.section-title-sub) .section-title__ja::before {
  display: none;
}
.section-title--with-label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  text-align: left;
}
.section-title__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.section-title__label-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border-radius: 50%;
  background-color: var(--colorBlack);
}
.section-title__label-text {
  color: var(--colorBlack);
  letter-spacing: 0.1em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1;
}

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(0px, 10vw / var(--board) * 10 * 954, var(--max) * 954);
  background-image: url(../image/common/bg_contact.webp);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.contact-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.contact-section__title {
  color: var(--colorNavy);
  letter-spacing: 0.03em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  font-family: var(--fontEnglish);
  text-box: trim-both cap alphabetic;
}
.contact-section__description {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.contact-section__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
}
.contact-section__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  background-image: url(../image/common/icon_tel.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-section__tel em {
  letter-spacing: 0.02em;
  font-style: normal;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-family: var(--fontEnglish);
  line-height: 1;
}
.contact-section__tel em a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.contact-section__tel em a:focus {
  outline: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  -webkit-box-shadow: 0 0 0 2px rgba(5, 38, 59, 0.3), 0 0 8px rgba(5, 38, 59, 0.15);
          box-shadow: 0 0 0 2px rgba(5, 38, 59, 0.3), 0 0 8px rgba(5, 38, 59, 0.15);
}
.contact-section__tel span {
  display: block;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1;
}
.contact-section__button {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 82, var(--max) * 82);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 97, var(--max) * 97);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1392, var(--max) * 1392);
  width: 96%;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background: var(--colorNavy);
  color: var(--colorWhite);
}
.footer__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 86.20689655%;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.footer__logo-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
.footer__logo-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}
.footer__logo-access a {
  color: inherit;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.footer__logo-access a:focus {
  outline: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(255, 255, 255, 0.15);
}
.footer__nav-list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  -ms-grid-columns: auto clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) auto;
  grid-template-columns: repeat(2, auto);
}
.footer__nav-item {
  position: relative;
  text-box: trim-both cap alphabetic;
}
.footer__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorWhite);
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
  text-box: trim-both cap alphabetic;
}
.footer__nav-link::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(0px, 10vw / var(--board) * 10 * 78, var(--max) * 78);
}
.footer__copyright {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-family: var(--fontEnglish);
}

.single-work {
  background-color: #efefed;
}
.single-work__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.single-work__header {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.single-work__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  padding: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBeige);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}
.single-work__title {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  line-height: 1.5;
}
.single-work__mv {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
.single-work__mv-slider {
  position: relative;
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) !important;
  width: 100%;
}
.single-work__mv .swiper-wrapper {
  height: clamp(0px, 10vw / var(--board) * 10 * 700, var(--max) * 700);
}
.single-work__mv-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-work__mv-pagination {
  position: absolute;
  bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) !important;
  left: 50% !important;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.single-work__mv-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  background-color: #d6d6d6;
  opacity: 1;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.single-work__mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.single-work__content-wrapper {
  margin: 0 auto;
}
.single-work__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}
.single-work__copy {
  width: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 2;
}
.single-work__content {
  margin: 0 auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.single-work__content > * {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.single-work__content > *:last-child {
  margin-bottom: 0;
}
.single-work__content p {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.single-work__content a {
  text-decoration: underline;
}
.single-work__content .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 533, var(--max) * 533);
  background-color: var(--colorBeige);
}
.single-work__content .wp-block-image img {
  max-width: none;
  width: auto;
  height: 100%;
}
.single-work__overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(0px, 10vw / var(--board) * 10 * 410, var(--max) * 410);
}
.single-work__overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15) 0;
  border-bottom: 1px solid #fff;
}
.single-work__overview-item dt {
  width: clamp(0px, 10vw / var(--board) * 10 * 170, var(--max) * 170);
  color: var(--colorNavy);
  font-weight: var(--weightMedium);
}
.single-work__overview-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--colorBlack);
}
.single-work__pagination {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
.single-work__pagination-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.single-work__pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorNavy);
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.single-work__pagination-link--prev {
  position: absolute;
  left: 0;
}
.single-work__pagination-link--next {
  position: absolute;
  right: 0;
}
.single-work__pagination-link.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.single-work__pagination-text {
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}
.single-work__pagination-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  border-radius: 50%;
  background-color: var(--colorYellow);
}
.single-work__pagination-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  height: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  border-top: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #fff;
  border-right: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #fff;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.single-work__pagination-link--prev .single-work__pagination-icon::after {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.single-work__pagination-return {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
  height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  background-color: #fff;
  color: var(--colorNavy);
  text-decoration: none;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.single-work__pagination-return .single-work__pagination-icon {
  position: absolute;
  top: 50%;
  left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.archive-work__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.archive-work__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  list-style: none;
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 1fr clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.archive-work__item--empty {
  color: var(--colorBlack);
  text-align: center;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  grid-column: 1/-1;
}
.archive-work__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
.archive-work__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--fontEnglish);
}
.archive-work__pagination .page-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-work__pagination .page-numbers a,
.archive-work__pagination .page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  min-width: auto;
  height: auto;
  color: var(--colorNavy);
  text-decoration: none;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  font-family: var(--fontEnglish);
  opacity: 0.3;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.archive-work__pagination .page-numbers .current {
  opacity: 1;
}
.archive-work__pagination .page-numbers .prev,
.archive-work__pagination .page-numbers .next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-size: 0;
  opacity: 1;
}
.archive-work__pagination .page-numbers .prev::before,
.archive-work__pagination .page-numbers .next::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../image/common/arrow_pagination.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.archive-work__pagination .page-numbers .next::before {
  scale: -1 1;
}
.archive-work__pagination .page-numbers .prev a::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}

.archive-work-card {
  height: 100%;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.archive-work-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.archive-work-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: 100%;
  aspect-ratio: 360/262;
}
.archive-work-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.archive-work-card__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.archive-work-card__line {
  margin-top: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.archive-work-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.archive-work-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBeige);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}
.archive-work-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorNavy);
  text-decoration: none;
}
.archive-work-card__button-text {
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}
.archive-work-card__button-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  border-radius: 50%;
  background-color: var(--colorYellow);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.archive-work-card__button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  height: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  border-top: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #fff;
  border-right: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1) solid #fff;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateY(0%) translateX(0);
            transform: translateY(0%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateY(0%) translateX(0);
            transform: translateY(0%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
}
@-webkit-keyframes scrollTextMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollTextMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollBgAbout {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 2928, var(--max) * 2928) center;
  }
}
@keyframes scrollBgAbout {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 2928, var(--max) * 2928) center;
  }
}
@-webkit-keyframes scrollBgAboutMobile {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 1443.787, var(--max) * 1443.787) center;
  }
}
@keyframes scrollBgAboutMobile {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 1443.787, var(--max) * 1443.787) center;
  }
}
@-webkit-keyframes scrollBgVacation {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 2400, var(--max) * 2400) center;
  }
}
@keyframes scrollBgVacation {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 2400, var(--max) * 2400) center;
  }
}
@-webkit-keyframes scrollBgVacationMobile {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 819.512, var(--max) * 819.512) center;
  }
}
@keyframes scrollBgVacationMobile {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: clamp(0px, 10vw / var(--board) * 10 * 819.512, var(--max) * 819.512) center;
  }
}
.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 900, var(--max) * 900);
  background-image: url(../image/top/bg_mv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.mv__catch {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 253, var(--max) * 253);
  left: calc(50% + clamp(0px, 10vw / var(--board) * 10 * 317, var(--max) * 317));
  z-index: 10;
  color: var(--colorBlack);
  text-align: center;
}
.mv__catch-text-ja {
  color: rgb(5, 38, 59);
  text-align: left;
  letter-spacing: 0.25em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  line-height: 1.625;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@supports (text-box: trim-both cap alphabetic) {
  .mv__catch-text-ja {
    text-box: trim-both cap alphabetic;
  }
}
.mv__catch-text-mini {
  position: absolute;
  top: 0;
  right: clamp(var(--max) * -40, 10vw / var(--board) * 10 * -40, 0px);
  color: rgb(116, 116, 116);
  letter-spacing: 0.1em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.18;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.mv__catch-line {
  display: block;
}
.mv__image-wrapper {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 129, var(--max) * 129);
  left: calc(50% - clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27));
  z-index: 1;
  width: clamp(0px, 10vw / var(--board) * 10 * 551, var(--max) * 551);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__image-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.mv__image-box:nth-child(1) {
  top: clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33);
  left: clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41);
  width: clamp(0px, 10vw / var(--board) * 10 * 449.31, var(--max) * 449.31);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.mv__image-box:nth-child(2) {
  top: clamp(0px, 10vw / var(--board) * 10 * 97, var(--max) * 97);
  left: clamp(0px, 10vw / var(--board) * 10 * 173, var(--max) * 173);
  width: clamp(0px, 10vw / var(--board) * 10 * 382.63, var(--max) * 382.63);
  -webkit-transform: rotate(9.3deg);
          transform: rotate(9.3deg);
}
.mv__image-box:nth-child(3) {
  top: clamp(0px, 10vw / var(--board) * 10 * 61, var(--max) * 61);
  left: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  width: clamp(0px, 10vw / var(--board) * 10 * 388, var(--max) * 388);
  -webkit-transform: rotate(-2.69deg);
          transform: rotate(-2.69deg);
}
.mv__image-box:nth-child(4) {
  top: clamp(0px, 10vw / var(--board) * 10 * 43, var(--max) * 43);
  left: clamp(0px, 10vw / var(--board) * 10 * 94, var(--max) * 94);
  width: clamp(0px, 10vw / var(--board) * 10 * 404, var(--max) * 404);
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.mv__image-box:nth-child(5) {
  top: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  left: clamp(0px, 10vw / var(--board) * 10 * 59, var(--max) * 59);
  width: clamp(0px, 10vw / var(--board) * 10 * 478, var(--max) * 478);
  -webkit-transform: rotate(3.43deg);
          transform: rotate(3.43deg);
}
.mv__image-box.is-show {
  opacity: 1;
}
.mv__image {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv__bg-text {
  position: absolute;
  bottom: clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px);
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--colorWhite);
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 170, var(--max) * 170);
  font-family: var(--fontEnglish);
  opacity: 0.3;
  -webkit-animation: scrollText 60s linear infinite;
          animation: scrollText 60s linear infinite;
  pointer-events: none;
}
.mv__bg-text-item {
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}

.about {
  position: relative;
  overflow: hidden;
  padding: clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140) 0 clamp(0px, 10vw / var(--board) * 10 * 133, var(--max) * 133);
  background-color: var(--colorBgGray);
}
.about__inner {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.about__bg {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 507, var(--max) * 507);
  background-image: url(../image/top/bg_about.webp);
  background-position: 0 center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 2928, var(--max) * 2928) auto;
  background-repeat: repeat-x;
  -webkit-animation: scrollBgAbout 60s linear infinite;
          animation: scrollBgAbout 60s linear infinite;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.about__title {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  color: var(--colorBlack);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  line-height: 1.8;
}
.about__description {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  width: clamp(0px, 10vw / var(--board) * 10 * 598, var(--max) * 598);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 2.2;
}

.construction {
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0;
  background-image: url(../image/common/bg_noise.webp);
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}
.construction__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.construction__header {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.construction__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) 1fr;
  grid-template-columns: 1fr 1fr;
}
.construction__image {
  overflow: hidden;
  width: 100%;
}
.construction__image .construction-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.construction__image .construction-carousel__slide {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  inset: 0;
}
.construction__image .construction-carousel__slide.is-active {
  opacity: 1;
}
.construction__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  color: var(--colorWhite);
}
.construction__title {
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  line-height: 1.8;
}
.construction__description {
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}

.feature {
  padding: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0;
}
.feature__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.feature__header {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.feature__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62) 1fr clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62) 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.feature-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--colorBgGray);
  text-align: center;
}
.feature-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(var(--max) * -31, 10vw / var(--board) * 10 * -31, 0px);
  width: 1px;
  height: 100%;
  background-color: rgba(231, 231, 226, 0.5);
}
.feature-item:last-child::after {
  display: none;
}
.feature-item__number {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 57.83, var(--max) * 57.83);
  font-family: var(--fontEnglish);
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.feature-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 190, var(--max) * 190);
}
.feature-item__icon img {
  width: 100%;
  height: auto;
}
.feature-item__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  line-height: 1.5;
}
.feature-item__description {
  color: #fff;
  text-align: justify;
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}

.works {
  padding: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0;
  background-image: url(../image/top/bg_work.webp);
  background-position: center top;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 1191, var(--max) * 1191);
  background-repeat: no-repeat;
}
.works__inner {
  position: relative;
}
.works__header {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.works__slider {
  overflow: hidden;
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
.works__list {
  width: 100%;
}
.works__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: 100%;
}
.works__pagination {
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
}
.works__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border-radius: 50%;
  background-color: var(--colorCurrent);
  opacity: 1;
  -webkit-transition: background-color var(--speed);
  transition: background-color var(--speed);
}
.works__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.works__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-card {
  overflow: hidden;
  margin-top: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 530, var(--max) * 530);
  height: clamp(0px, 10vw / var(--board) * 10 * 608, var(--max) * 608);
}
.works-card__link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  width: calc(100% - 10px);
  height: 100%;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: #fafafa;
  color: inherit;
  text-decoration: none;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.swiper-slide-active .works-card__link {
  padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}
.works-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1.381/1;
  -webkit-transition: var(--speed);
  transition: var(--speed);
  pointer-events: none;
}
.works-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.works-card__image img.works-card__image-default {
  width: auto;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-card__content {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.swiper-slide-active .works-card__content {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.works-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  min-width: clamp(0px, 10vw / var(--board) * 10 * 86, var(--max) * 86);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBeige);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
}
.works-card__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.5;
}
.swiper-slide-active .works-card__title {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
}
.works-card__number {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.8;
}
.swiper-slide-active .works-card__number {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}

.vacation {
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0;
}
.vacation__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.vacation__header {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.vacation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.vacation__title {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  line-height: 1.8;
}
.vacation__description {
  width: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.vacation__images {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 1fr;
  grid-template-rows: auto 1fr;
}
.vacation__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.vacation__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.vacation__images > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacation__images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.vacation__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 451, var(--max) * 451);
}
.vacation__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30.76388889vw;
  height: 100%;
}
.vacation__logo img {
  width: 13.81944444vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vacation__slide {
  width: calc(100% - 30.76388889vw);
  height: 100%;
  background-image: url(../image/top/bg_vacation.webp);
  background-position: 0 center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 2400, var(--max) * 2400) auto;
  background-repeat: repeat-x;
  -webkit-animation: scrollBgVacation 60s linear infinite;
          animation: scrollBgVacation 60s linear infinite;
}
.vacation__button {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  width: 100%;
}

.vacation-links {
  width: 100%;
}
.vacation-links__slider {
  overflow: hidden;
  width: 100%;
}
.vacation-links__list {
  overflow: hidden;
  width: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.vacation-links__list.is-swiping {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vacation-links__list.is-swiping .vacation-link-card__link {
  pointer-events: none;
}
.vacation-links__list.is-loop-jump .vacation-link-card__link {
  -webkit-transition: none !important;
  transition: none !important;
}
.vacation-links .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  will-change: transform;
}
.vacation-links__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: 100%;
}
.vacation-links__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  height: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  border: 0;
  border-radius: 50%;
  background-color: #d6d6d6;
  opacity: 1;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.vacation-links__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.vacation-link-card {
  width: clamp(0px, 10vw / var(--board) * 10 * 500, var(--max) * 500);
  height: clamp(0px, 10vw / var(--board) * 10 * 362, var(--max) * 362);
}
.vacation-link-card__link {
  position: relative;
  display: block;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  height: 100%;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
.vacation-link-card__media {
  overflow: hidden;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  width: clamp(0px, 10vw / var(--board) * 10 * 350, var(--max) * 350);
  height: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
}
.vacation-link-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacation-link-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-top: 0;
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.vacation-link-card__number {
  color: #222;
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  line-height: 1.8;
}
.vacation-link-card__en {
  color: var(--colorNavy);
  letter-spacing: 0.03em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  font-family: var(--fontEnglish);
  line-height: 1.2;
}
.vacation-link-card__ja {
  color: #222;
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.5;
}
.vacation-link-card__arrow {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 263.5, var(--max) * 263.5);
  right: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.vacation-link-card__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.cleaning {
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0 clamp(0px, 10vw / var(--board) * 10 * 442, var(--max) * 442);
  background-image: url(../image/common/bg_noise.webp);
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}
.cleaning__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.cleaning__header {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  text-align: right;
}
.cleaning__header .section-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cleaning__header .section-title * {
  color: #fff;
}
.cleaning__header .section-title::after {
  background-color: #fff;
  scale: -1 1;
}
.cleaning__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
.cleaning__image {
  width: clamp(0px, 10vw / var(--board) * 10 * 500, var(--max) * 500);
}
.cleaning__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 597, var(--max) * 597);
  color: #fff;
}
.cleaning__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240);
  height: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
  background-image: url(../image/top/bg_cleaning.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cleaning__title {
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  line-height: 1.8;
}
.cleaning__description {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.cleaning__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  min-width: clamp(0px, 10vw / var(--board) * 10 * 97, var(--max) * 97);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBeige);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
}
.cleaning__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  list-style: none;
}
.cleaning__list-item {
  position: relative;
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.cleaning__list-item::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  height: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  border-radius: 50%;
  background-color: var(--colorBeige);
}
.cleaning__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-section {
  position: relative;
  overflow: hidden;
  margin-top: clamp(var(--max) * -320, 10vw / var(--board) * 10 * -320, 0px);
  padding: 0;
  height: clamp(0px, 10vw / var(--board) * 10 * 520, var(--max) * 520);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.company-section__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  background-color: var(--colorBeige);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0) 1fr;
  grid-template-columns: 1fr 1fr;
}
.company-section__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.company-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 91, var(--max) * 91);
}
.company-section__title {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  font-family: var(--fontEnglish);
}
.company-section__description {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.company-section__button {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}

.page-privacy {
  background-color: var(--colorBgGray);
}
.page-privacy__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-privacy__title-section {
  padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
}
.page-privacy__content {
  margin-right: auto;
  margin-left: auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
}
.page-privacy__intro {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-privacy__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.page-privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.page-privacy__section-title {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.page-privacy__section-text {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-privacy__list {
  margin-top: 0;
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
  list-style: disc;
}
.page-privacy__list-item {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-privacy__paragraph:not(:last-child) {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.page-privacy__link {
  color: var(--colorBlack);
  text-decoration: none;
}

.page-company {
  background-color: var(--colorBgGray);
}
.page-company__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-company__title-section {
  padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
}
.page-company__message {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}
.page-company__message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 101, var(--max) * 101);
}
.page-company__message-image {
  overflow: hidden;
  width: clamp(0px, 10vw / var(--board) * 10 * 501, var(--max) * 501);
  height: clamp(0px, 10vw / var(--board) * 10 * 668, var(--max) * 668);
  background-color: #d9d9d9;
}
.page-company__message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company__message-content {
  width: clamp(0px, 10vw / var(--board) * 10 * 470, var(--max) * 470);
}
.page-company__message-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.page-company__message-title-en {
  color: var(--colorNavy);
  letter-spacing: 0.03em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  font-family: var(--fontEnglish);
  line-height: 1.2;
}
.page-company__message-title-ja {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.2;
}
.page-company__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.page-company__message-lead {
  color: var(--colorBlack);
  letter-spacing: -0.01em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  line-height: 1.8;
}
.page-company__message-desc {
  color: var(--colorBlack);
  text-align: justify;
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 2;
}
.page-company__overview {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0;
  max-width: none;
  width: 100vw;
  background-image: url("../image/common/bg_noise.webp");
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}
.page-company__overview-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-company__overview-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
  text-align: left;
}
.page-company__overview-content {
  width: calc(100% - clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400));
}
.page-company__overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.page-company__overview-item {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -ms-grid-columns: clamp(0px, 10vw / var(--board) * 10 * 233, var(--max) * 233) clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0) 1fr;
  grid-template-columns: clamp(0px, 10vw / var(--board) * 10 * 233, var(--max) * 233) 1fr;
}
.page-company__overview-label {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-company__overview-value {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-company__business {
  padding: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0 clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
}
.page-company__business-inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-company__business-title-section {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}
.page-company__business-grid {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.page-company__business-item {
  position: relative;
  padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  height: clamp(0px, 10vw / var(--board) * 10 * 127, var(--max) * 127);
  background-color: #fff;
}
.page-company__business-number {
  position: absolute;
  top: 50%;
  left: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  height: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  border-right: 1px solid rgba(5, 38, 59, 0.3);
  color: rgba(5, 38, 59, 0.3);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-company__business-title {
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  line-height: 1.5;
}
.page-company__business-desc {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-company__philosophy {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  padding: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0;
  max-width: none;
  width: 100vw;
  background-image: url("../image/common/bg_noise.webp");
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}
.page-company__philosophy-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-company__philosophy-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
  text-align: left;
}
.page-company__philosophy-content {
  width: calc(100% - clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400));
}
.page-company__philosophy-text {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 2.2;
}
.page-company__philosophy-text:not(:last-child) {
  margin-bottom: 0;
}

.page-contact {
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  background-color: #efefed;
}
.page-contact + .contact-section {
  display: none;
}
.page-contact__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1200, var(--max) * 1200);
}
.page-contact__desc {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  letter-spacing: 0.05em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 97, var(--max) * 97);
}
.page-contact__sidebar {
  position: sticky;
  top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  width: clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-contact__tel-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.page-contact__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
  height: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
  border-radius: 50%;
  background-color: var(--colorNavy);
}
.page-contact__tel-icon::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  height: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
  background-color: #fff;
  -webkit-mask-image: url("../image/common/icon_tel.webp");
          mask-image: url("../image/common/icon_tel.webp");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-contact__tel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.page-contact__tel-label-en {
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  font-family: var(--fontEnglish);
  line-height: 1;
}
.page-contact__tel-label-ja {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  line-height: 1.2;
}
.page-contact__info {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.page-contact__tel {
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  font-family: var(--fontEnglish);
  line-height: 1.8;
}
.page-contact__time {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: var(--colorBlack);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.page-contact__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-form {
  width: 100%;
}
.contact-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.contact-form__header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
  height: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
  border-radius: 50%;
  background-color: var(--colorNavy);
}
.contact-form__header-icon::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  height: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  background-color: #fff;
  -webkit-mask-image: url("../image/common/icon_mail.svg");
          mask-image: url("../image/common/icon_mail.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contact-form__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.contact-form__header-label-en {
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  font-family: var(--fontEnglish);
  line-height: 1;
}
.contact-form__header-label-ja {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--colorNavy);
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  line-height: 1.2;
}
.contact-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.contact-form__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 47, var(--max) * 47);
  height: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 1.75, var(--max) * 1.75);
  background-color: #d14e4e;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.02em;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1;
}
.contact-form__input, .contact-form__textarea, .contact-form__select {
  padding: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  background-color: #fff;
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  font-family: inherit;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder, .contact-form__select::-moz-placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder, .contact-form__select::placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__input:focus, .contact-form__textarea:focus, .contact-form__select:focus {
  outline: none;
  border-color: var(--colorNavy);
}
.contact-form__select {
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='%23222' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: right clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11) clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__select.is-placeholder {
  color: rgba(153, 153, 153, 0.3);
}
.contact-form__textarea {
  min-height: clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
  height: clamp(0px, 10vw / var(--board) * 10 * 200, var(--max) * 200);
  line-height: 1.8;
  resize: vertical;
}
.contact-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  width: 100%;
}
.contact-form__checkboxes .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact-form__checkbox input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  height: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__checkbox input[type=checkbox]:checked {
  background-color: var(--colorNavy);
}
.contact-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  height: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.contact-form .wpcf7-list-item-label {
  color: var(--colorBlack);
  letter-spacing: 0.05em;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.contact-form__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.contact-form__address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 43, var(--max) * 43);
}
.contact-form__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}
.contact-form__address-item--postal {
  width: clamp(0px, 10vw / var(--board) * 10 * 380, var(--max) * 380);
}
.contact-form__address-item--prefecture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-form__address-label {
  color: var(--colorBlack);
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.8;
  opacity: 0.5;
}
.contact-form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.contact-form__radio-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.contact-form__radio-input input[type=radio] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  height: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__radio-input input[type=radio]:checked {
  -webkit-box-shadow: 0 0 0 4px var(--colorNavy) inset, 0 0 0 1px var(--colorNavy) inset;
          box-shadow: 0 0 0 4px var(--colorNavy) inset, 0 0 0 1px var(--colorNavy) inset;
}
.contact-form__radio-input-label {
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  line-height: 1.8;
}
.contact-form__label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  margin-bottom: 0;
  cursor: pointer;
}
.contact-form input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  height: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form input[type=checkbox]:checked {
  border-color: var(--colorNavy);
  background-color: var(--colorNavy);
}
.contact-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  height: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.contact-form__checkbox-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--colorBlack);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  line-height: 1.8;
}
.contact-form__link {
  color: var(--colorBlack);
  text-decoration: underline;
  text-underline-offset: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
}
.contact-form__link:hover {
  opacity: 0.7;
}
.contact-form__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}
.contact-form__submit .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 249, var(--max) * 249);
  text-align: center;
}
.contact-form__submit .button input {
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  width: 100%;
  height: 100%;
}

.contact-privacy {
  position: relative;
}
.contact-privacy .wpcf7-list-item-label {
  display: none;
}
.contact-privacy .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
}

.wpcf7.js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.screen-reader-response {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.screen-reader-response p:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: 100%;
  background-color: #dabdbd;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #d14e4e;
  font-weight: var(--weightBold);
}
@media (min-width: 769px){
  .header__sp-menu {
    display: none;
  }
  .is-safari .mv__catch-text-mini {
    right: auto;
    left: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 900px){
  .header__nav-list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
}
@media (max-width: 768px){
  :root {
    --board: 375;
    --max: 9999px;
  }
  :root {
    --weightLight: 300;
    --weightRegular: 400;
    --weightMedium: 500;
    --weightBold: 700;
  }
  html {
    font-size: 0.2666666667vw;
  }
  .works .works-card__link {
    -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33)) scale(0.826315);
            transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33)) scale(0.826315);
  }
  .works .works-card.swiper-slide-prev .works-card__link,
  .works .works-card.swiper-slide-next .works-card__link {
    -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33)) scale(0.826315);
            transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 33, var(--max) * 33)) scale(0.826315);
  }
  .works .works-card.swiper-slide-prev .works-card__link {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .works .works-card.swiper-slide-next .works-card__link {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .works .works-card.swiper-slide-active .works-card__link {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .works .swiper-wrapper {
    gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .button {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62) 0 clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
    min-width: clamp(0px, 10vw / var(--board) * 10 * 220, var(--max) * 220);
    height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .button--send {
    height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .button--send::before {
    display: none;
  }
  .button--send::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    display: block;
    width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    background-image: url("../image/common/arrow_button.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .label {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  }
  .card__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .header {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    width: clamp(0px, 10vw / var(--board) * 10 * 53, var(--max) * 53) !important;
  }
  .header__nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__contact-button {
    padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .header__contact-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    height: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .header__nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 112, var(--max) * 112);
  }
  .section-title {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .section-title::after {
    margin-top: clamp(var(--max) * -9, 10vw / var(--board) * 10 * -9, 0px);
    height: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
    -webkit-mask-image: url(../image/common/bg_section-title_sp.svg);
            mask-image: url(../image/common/bg_section-title_sp.svg);
  }
  .section-title__en {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
  .section-title__ja {
    gap: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .section-title__ja::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    height: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  }
  :where(.section-title-sub) .section-title__en {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  :where(.section-title-sub) .section-title__ja {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .section-title--with-label {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .section-title__label {
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .section-title__label-dot {
    width: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    height: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  }
  .section-title__label-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-section {
    padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0;
    height: clamp(0px, 10vw / var(--board) * 10 * 751, var(--max) * 751);
    background-image: url(../image/common/bg_contact_sp.webp);
    background-position: top center;
    background-size: 100% auto;
  }
  .contact-section__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .contact-section__inner {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
  .contact-section__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .contact-section__description {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-section__tel {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .contact-section__tel::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  }
  .contact-section__tel em {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .contact-section__tel span {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .contact-section__button {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  }
  .footer__main {
    padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .footer__main-inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .footer__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: none;
  }
  .footer__logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    width: 100%;
  }
  .footer__logo-image {
    display: block;
    margin: 0 auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 69, var(--max) * 69);
  }
  .footer__logo-access {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    line-height: 1.5;
  }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
  }
  .footer__nav-item {
    width: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  }
  .footer__nav-item:nth-last-of-type(1), .footer__nav-item:nth-last-of-type(2) {
    width: 100%;
  }
  .footer__nav-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .footer__copyright {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .single-work__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .single-work__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding-left: 0;
  }
  .single-work__label {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    padding: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .single-work__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .single-work__mv-slider {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46) !important;
  }
  .single-work__mv .swiper-wrapper {
    height: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
  }
  .single-work__mv-pagination {
    bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) !important;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .single-work__mv-pagination .swiper-pagination-bullet {
    width: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .single-work__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .single-work__copy {
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .single-work__content {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .single-work__content > * {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .single-work__content p {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .single-work__content .wp-block-image {
    height: clamp(0px, 10vw / var(--board) * 10 * 223, var(--max) * 223);
  }
  .single-work__overview {
    width: 100%;
  }
  .single-work__overview-list {
    width: 100%;
  }
  .single-work__overview-item {
    padding: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) 0;
  }
  .single-work__overview-item dt {
    width: clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .single-work__overview-item dd {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .single-work__pagination {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .single-work__pagination-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .single-work__pagination-link--prev {
    top: 0;
  }
  .single-work__pagination-link--next {
    top: 0;
  }
  .single-work__pagination-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .single-work__pagination-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    height: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .single-work__pagination-icon::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    height: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  }
  .single-work__pagination-return {
    width: clamp(0px, 10vw / var(--board) * 10 * 220, var(--max) * 220);
    height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .archive-work {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
  .archive-work__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .archive-work__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .archive-work__item--empty {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .archive-work__pagination {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .archive-work__pagination .page-numbers {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .archive-work__pagination .page-numbers a,
  .archive-work__pagination .page-numbers span {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .archive-work__pagination .page-numbers .prev,
  .archive-work__pagination .page-numbers .next {
    width: clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25);
    height: clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25);
  }
  .archive-work-card__image {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    aspect-ratio: 335/244;
  }
  .archive-work-card__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .archive-work-card__line {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .archive-work-card__label {
    padding: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .archive-work-card__button-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .archive-work-card__button-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    height: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .archive-work-card__button-icon::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    height: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  }
  .mv {
    height: clamp(0px, 10vw / var(--board) * 10 * 595, var(--max) * 595);
    background-image: url(../image/top/bg_mv_sp.webp);
  }
  .mv__catch {
    top: clamp(0px, 10vw / var(--board) * 10 * 487, var(--max) * 487);
    left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    text-align: left;
    -webkit-transform: none;
            transform: none;
  }
  .mv__catch-text-ja {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    line-height: 1.6;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: unset;
  }
  .mv__catch-text-mini {
    top: clamp(var(--max) * -30, 10vw / var(--board) * 10 * -30, 0px);
    right: auto;
    left: 0;
    white-space: nowrap;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: unset;
  }
  .mv__image-wrapper {
    top: clamp(0px, 10vw / var(--board) * 10 * 107, var(--max) * 107);
    left: calc(50% + clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15));
    width: clamp(0px, 10vw / var(--board) * 10 * 278, var(--max) * 278);
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mv__image-box:nth-child(1) {
    top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    left: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
    width: clamp(0px, 10vw / var(--board) * 10 * 226, var(--max) * 226);
  }
  .mv__image-box:nth-child(2) {
    top: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    left: clamp(0px, 10vw / var(--board) * 10 * 88, var(--max) * 88);
    width: clamp(0px, 10vw / var(--board) * 10 * 193, var(--max) * 193);
  }
  .mv__image-box:nth-child(3) {
    top: clamp(0px, 10vw / var(--board) * 10 * 31, var(--max) * 31);
    left: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    width: clamp(0px, 10vw / var(--board) * 10 * 195, var(--max) * 195);
  }
  .mv__image-box:nth-child(4) {
    top: clamp(0px, 10vw / var(--board) * 10 * 21, var(--max) * 21);
    left: clamp(0px, 10vw / var(--board) * 10 * 47, var(--max) * 47);
    width: clamp(0px, 10vw / var(--board) * 10 * 204, var(--max) * 204);
  }
  .mv__image-box:nth-child(5) {
    top: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    left: clamp(0px, 10vw / var(--board) * 10 * 31, var(--max) * 31);
    width: clamp(0px, 10vw / var(--board) * 10 * 239, var(--max) * 239);
  }
  .mv__bg-text {
    top: clamp(0px, 10vw / var(--board) * 10 * 370, var(--max) * 370);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .mv__bg-text-item {
    padding-right: 2em;
    max-width: none;
    -webkit-animation: scrollTextMobile 40s linear infinite;
            animation: scrollTextMobile 40s linear infinite;
  }
  .about {
    padding: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70) 0 clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .about__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .about__bg {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    height: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
    background-size: clamp(0px, 10vw / var(--board) * 10 * 1443.787, var(--max) * 1443.787) auto;
    -webkit-animation: scrollBgAboutMobile 60s linear infinite;
            animation: scrollBgAboutMobile 60s linear infinite;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .about__title {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    white-space: normal;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  .about__description {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding-top: 0;
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .construction {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .construction__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .construction__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .construction__content {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) auto;
    grid-template-rows: auto auto;
  }
  .construction__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .construction__content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .construction__image .construction-carousel {
    aspect-ratio: 4/3;
  }
  .construction__text {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .construction__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .construction__description {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .feature {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .feature__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .feature__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .feature__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }
  .feature-item:last-child {
    border-bottom: none;
  }
  .feature-item::after {
    display: none;
  }
  .feature-item__number {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  }
  .feature-item__icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    width: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
    height: 100%;
  }
  .feature-item__icon img {
    max-width: none;
    width: auto;
    height: 40%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .feature-item__title {
    margin-bottom: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    line-height: 1.5;
  }
  .feature-item__description {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .works {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    background-image: url(../image/top/bg_work_sp.webp);
    background-size: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .works__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .works__slider {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55);
  }
  .works__list {
    padding: 0;
  }
  .works__pagination {
    gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .works__pagination .swiper-pagination-bullet {
    width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    height: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  }
  .works-card {
    margin-top: 0;
    width: clamp(0px, 10vw / var(--board) * 10 * 295, var(--max) * 295);
    height: clamp(0px, 10vw / var(--board) * 10 * 380, var(--max) * 380);
  }
  .works-card__link {
    padding: clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25) clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  }
  .swiper-slide-active .works-card__link {
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .works-card__image {
    aspect-ratio: 275/199.2;
  }
  .works-card__content {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  }
  .swiper-slide-active .works-card__content {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 7.5, var(--max) * 7.5);
  }
  .works-card__label {
    min-width: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
    height: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  }
  .works-card__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .swiper-slide-active .works-card__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .works-card__number {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  }
  .swiper-slide-active .works-card__number {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 7.5, var(--max) * 7.5);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .vacation {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .vacation__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .vacation__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .vacation__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .vacation__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .vacation__description {
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .vacation__images {
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .vacation__image {
    height: clamp(0px, 10vw / var(--board) * 10 * 154, var(--max) * 154);
  }
  .vacation__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 129, var(--max) * 129);
  }
  .vacation__logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 84, var(--max) * 84);
    height: auto;
  }
  .vacation__slide {
    width: calc(100% - clamp(0px, 10vw / var(--board) * 10 * 129, var(--max) * 129));
    background-size: clamp(0px, 10vw / var(--board) * 10 * 819.512, var(--max) * 819.512) 100%;
    -webkit-animation: scrollBgVacationMobile 30s linear infinite;
            animation: scrollBgVacationMobile 30s linear infinite;
  }
  .vacation__button {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .vacation-links .swiper-wrapper {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .vacation-links__pagination {
    gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .vacation-links__pagination .swiper-pagination-bullet {
    width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
    height: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  }
  .vacation-link-card {
    width: clamp(0px, 10vw / var(--board) * 10 * 255, var(--max) * 255);
    height: clamp(0px, 10vw / var(--board) * 10 * 198, var(--max) * 198);
  }
  .vacation-link-card__link {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  }
  .vacation-link-card__media {
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 15.3, var(--max) * 15.3);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 61.3, var(--max) * 61.3);
    width: clamp(0px, 10vw / var(--board) * 10 * 178.5, var(--max) * 178.5);
    height: clamp(0px, 10vw / var(--board) * 10 * 91.8, var(--max) * 91.8);
  }
  .vacation-link-card__body {
    gap: clamp(0px, 10vw / var(--board) * 10 * 5.083, var(--max) * 5.083);
    margin-left: clamp(0px, 10vw / var(--board) * 10 * 20.5, var(--max) * 20.5);
    padding-bottom: 0;
  }
  .vacation-link-card__number {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  }
  .vacation-link-card__en {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .vacation-link-card__ja {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .vacation-link-card__arrow {
    top: clamp(0px, 10vw / var(--board) * 10 * 142, var(--max) * 142);
    right: clamp(0px, 10vw / var(--board) * 10 * 15.6, var(--max) * 15.6);
    bottom: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .cleaning {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  }
  .cleaning__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .cleaning__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    text-align: left;
  }
  .cleaning__header .section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cleaning__header .section-title::after {
    scale: 1 1;
  }
  .cleaning__content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
  .cleaning__image {
    margin: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 255, var(--max) * 255);
  }
  .cleaning__text {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 116, var(--max) * 116);
    width: 100%;
  }
  .cleaning__text::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 147, var(--max) * 147);
    height: clamp(0px, 10vw / var(--board) * 10 * 111, var(--max) * 111);
  }
  .cleaning__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .cleaning__description {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .cleaning__label {
    padding: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    min-width: clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
    height: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .cleaning__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .cleaning__list-item {
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .cleaning__list-item::before {
    top: 0.8em;
  }
  .cleaning__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .company-section {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .company-section {
    margin-top: clamp(var(--max) * -57, 10vw / var(--board) * 10 * -57, 0px);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
    height: auto;
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  }
  .company-section__inner {
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: auto auto;
  }
  .company-section__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .company-section__inner > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .company-section__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: clamp(0px, 10vw / var(--board) * 10 * 251, var(--max) * 251);
  }
  .company-section__content {
    gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .company-section__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .company-section__description {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .company-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .page-privacy {
    padding-bottom: 0;
  }
  .page-privacy__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-privacy__title-section {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .page-privacy__content {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .page-privacy__intro {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
    line-height: 1.85;
  }
  .page-privacy__sections {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .page-privacy__section-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .page-privacy__section-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
    line-height: 1.85;
  }
  .page-privacy__list {
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .page-privacy__list-item {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
    line-height: 1.85;
  }
  .page-company {
    padding-bottom: 0;
  }
  .page-company + .contact-section {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .page-company__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-company__title-section {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .page-company__title-section .section-title {
    margin-left: 0;
  }
  .page-company__message {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .page-company__message-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .page-company__message-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: clamp(0px, 10vw / var(--board) * 10 * 255, var(--max) * 255);
    height: clamp(0px, 10vw / var(--board) * 10 * 340, var(--max) * 340);
  }
  .page-company__message-content {
    display: contents;
    width: 100%;
  }
  .page-company__message-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .page-company__message-title-en {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  .page-company__message-title-ja {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .page-company__message-text {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-company__message-lead {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    line-height: 1.8;
  }
  .page-company__message-desc {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    line-height: 2;
  }
  .page-company__overview {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .page-company__overview-inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-company__overview-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-company__overview-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    width: 100%;
    text-align: center;
  }
  .page-company__overview-content {
    width: 100%;
  }
  .page-company__overview-item {
    padding: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15) 0;
    -ms-grid-columns: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90) 1fr;
    grid-template-columns: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90) 1fr;
  }
  .page-company__overview-label {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    line-height: 1.8;
  }
  .page-company__overview-value {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    line-height: 1.8;
  }
  .page-company__business {
    padding: clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55) 0 clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .page-company__business-inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-company__business-inner {
    position: relative;
  }
  .page-company__business-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    text-align: center;
  }
  .page-company__business-grid {
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-company__business-item {
    padding: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 68, var(--max) * 68);
    height: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
  .page-company__business-number {
    width: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
    height: clamp(0px, 10vw / var(--board) * 10 * 71.5, var(--max) * 71.5);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16.983, var(--max) * 16.983);
  }
  .page-company__business-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    line-height: 1.5;
  }
  .page-company__business-desc {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .page-company__philosophy {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0;
  }
  .page-company__philosophy-inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-company__philosophy-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-company__philosophy-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    width: 100%;
    text-align: center;
  }
  .page-company__philosophy-content {
    width: 100%;
  }
  .page-company__philosophy-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    line-height: 2.2;
  }
  .page-contact {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .page-contact__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }
  .page-contact__desc {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .page-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .page-contact__sidebar {
    position: static;
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .page-contact__tel-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
    height: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
  }
  .page-contact__tel-icon::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
    height: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .page-contact__tel-label-en {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .page-contact__tel-label-ja {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .page-contact__info {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .page-contact__tel {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
  .page-contact__time {
    margin-top: 0;
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .page-contact__content {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .contact-form__header {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .contact-form__header-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
    height: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
  }
  .contact-form__header-label-en {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .contact-form__header-label-ja {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  }
  .contact-form__fields {
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .contact-form__label {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .contact-form__required {
    width: clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41);
    height: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .contact-form__input, .contact-form__textarea, .contact-form__select {
    padding: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder, .contact-form__select::-moz-placeholder {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__input::placeholder, .contact-form__textarea::placeholder, .contact-form__select::placeholder {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__select {
    padding-right: clamp(0px, 10vw / var(--board) * 10 * 45, var(--max) * 45);
    background-position: right clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) center;
  }
  .contact-form__textarea {
    min-height: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
    height: clamp(0px, 10vw / var(--board) * 10 * 150, var(--max) * 150);
  }
  .contact-form__checkboxes .wpcf7-checkbox {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .contact-form__checkbox input[type=checkbox] {
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__checkbox input[type=checkbox]:checked::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .contact-form .wpcf7-list-item-label {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__address {
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .contact-form__address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .contact-form__address-item {
    gap: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  }
  .contact-form__address-item--postal {
    width: 100%;
  }
  .contact-form__address-label {
    letter-spacing: 0.05em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .contact-form__radios {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .contact-form__radio-input input[type=radio] {
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__radio-input-label {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form__label--checkbox {
    gap: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
  }
  .contact-form input[type=checkbox] {
    width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .contact-form input[type=checkbox]:checked::after {
    width: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    height: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .contact-form__checkbox-text {
    letter-spacing: 0.02em;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .contact-form__submit {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .button:hover {
    opacity: 1;
  }
  .button:hover::after {
    right: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
    width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .button--send:hover {
    background-color: rgb(254, 203, 58);
    opacity: 1;
  }
  .card__image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .header__logo-link:hover {
    opacity: 0.7;
  }
  .header__nav-link:hover {
    opacity: 1;
  }
  .header__nav-link:hover::after {
    display: block;
  }
  .header__contact-button:hover {
    background-color: rgb(254, 203, 58);
    opacity: 1;
  }
  .header__sp-phone-number:hover {
    opacity: 0.7;
  }
  .header__sp-contact-button:hover {
    opacity: 0.8;
  }
  .contact-section__tel em a:hover {
    opacity: 0.7;
  }
  .footer__logo-access a:hover {
    opacity: 0.7;
  }
  .single-work__pagination-link:hover {
    opacity: 0.7;
  }
  .single-work__pagination-return:hover {
    opacity: 0.7;
  }
  .archive-work__pagination .page-numbers a:hover,
  .archive-work__pagination .page-numbers span:hover {
    opacity: 1;
  }
  .archive-work-card:hover {
    opacity: 0.7;
  }
  .archive-work-card__link:hover {
    opacity: 1;
  }
  .archive-work-card__link:hover .archive-work-card__image img {
    scale: 1.05;
  }
  .archive-work-card__link:hover .archive-work-card__button-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .works-card__link:hover {
    opacity: 1;
  }
  .works-card__link:hover .works-card__image img {
    scale: 1.1;
  }
  .vacation-link-card__link:hover {
    opacity: 0.85;
  }
  .page-privacy__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
  }
}
@media (prefers-reduced-motion: reduce){
  .works .works-card__link {
    -webkit-transition: none;
    transition: none;
  }
}
/*# sourceMappingURL=style.css.map */