@layer global {

@property --width-img {
  syntax: "<number>";
  inherits: false;
  initial-value: 1920;
}

:root {
  --bp-xxs: 375;
  --bp-xs: 475;
  --bp-sm: 640;
  --bp-md: 768;
  --bp-lg: 1024;
  --bp-xl: 1280;
  --bp-xxl: 1536;
  --bp-xxxl: 1920;

  --color-back: #f8f7f4;
  --color-text: #242221;
  --color-primary: #5cabb8;
  --color-secondary: #a00b1a;

  --color-black: #000000;
  --color-blue: #1b00a2;
  --color-red: #a00b1a;
  --color-yellow: #edbf00;
  --color-error: #f15a24;
  --fontFamily-default: "Zen Kaku Gothic New", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
  --fontFamily-en: "Cormorant Garamond", serif;

  --height-header: 132;
  --height-header-sp: 103;
  --line-clamp: 2;

  --width-inner-lg: 1420;
  --width-inner: 1200;
  --width-inner-sm: 1000;

  --zIndex-sticky-bottom: 30;
  --zIndex-header: 40;
  --zIndex-spmenu: 41;
  --zIndex-toggle: 42;
  --zIndex-splash: 50;

  --leading-trim: calc((1em - 1lh) / 2);
  --gutter: max(15px, calc(15 / 375 * 100vw));
  --gutter-inner: max(15px, calc(15 / 375 * 100vw));;

  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);

  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);

  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* @font-face {
  font-family: "xxxxxxxx";
  src: url(../fonts/xxxxxxxx.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
} */
}

@layer reset {

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@layer base {

/* base style */

:where(.b-img-vw) img {
  --width-img-clamp: clamp(1px, calc(var(--width-img) / 1680 * 100vw), 100%);
  width: var(--width-img-clamp);
}

@media screen and (max-width: 768px) {
  :where(.b-img-vw) img {
    --width-img-clamp: clamp(1px, calc(var(--width-img-sp) / 375 * 100vw), 100%);
    width: var(--width-img-clamp);
  }
}

html {
  scroll-padding-top: calc(var(--scroll-padding-top) * 1px);
}

body {
  background: var(--color-back);
  color: var(--color-text);
  font-family: var(--fontFamily-default);
  overflow-wrap: break-word;
  /* word-break: break-all; */
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

code,
pre {
  font-family: var(--fontFamily-default);
  white-space: pre-wrap;
}

img,
picture > img,
picture > source,
figure {
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: optimize-contrast;
  display: block;
}

picture {
  display: contents;
}

iframe {
  border: 0;
}

li,
summary {
  list-style: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  touch-action: manipulation;
  font-size: 1rem;
}

:where(
    :any-link,
    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    label[for],
    select,
    summary,
    [role="tab"],
    [role="button"]
  ) {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

main {
  display: block;
}

dt {
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
  outline: unset;
}

input,
textarea,
select {
  min-width: 0;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: -2px;
  outline: 2px solid var(--color-primary);
}

textarea {
  resize: vertical;
}

optgroup {
  font-size: 1rem;
}

/* label: iOS対応のためにポインター指定 */
label {
  cursor: pointer;
}

/* プレースホルダー色調整 */
::placeholder {
  color: #ccc;
}

/* スピンボタン非表示 (Chrome / Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  display: none;
  margin: 0;
}

/* スピンボタン非表示 (FireFox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  appearance: none;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
}

.select-wrap > select {
  width: 100%;
}

.select-wrap::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

select::-ms-expand {
  display: none;
}

option:disabled {
  color: #ccc;
  opacity: 1;
}

/* 共通スタイル */
input[type="number"],
input[type="range"] {
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* type="number" 専用 */
input[type="number"]:focus {
  border-color: var(--color-primary);
  outline: none;
}

/* type="range" 専用 */
input[type="range"] {
  appearance: none;
  height: 4px;
  background: #ddd;
  margin: 0.5em 0;
}

/* スライダーのつまみ部分（WebKitブラウザ） */
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* スライダートラックと垂直中央に合わせる */
}

/* スライダーのつまみ部分（Firefox） */
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

/* スライダートラック（Firefox） */
input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
}

/* ラジオボタン、チェックボックス */
input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

input[type="radio"]:focus-visible + span,
input[type="checkbox"]:focus-visible + span {
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

/* ラジオボタンスタイル */
input[type="radio"] + span::before {
  background: #fff;
  outline-offset: -2px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  height: calc(23 / 16 * 1em);
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: calc(23 / 16 * 1em);
}

/* ラジオボタンチェック印（未選択） */
input[type="radio"] + span::after {
  content: "";
  display: none;
}

/* ラジオボタンチェック印（選択） */
input[type="radio"]:checked + span::after {
  background: var(--color-primary);
  border-radius: 50%;
  display: block;
  height: calc(13 / 16 * 1em);
  left: calc(5 / 16 * 1em);
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(6 / 16 * 1em);
  width: calc(13 / 16 * 1em);
}

/* チェックボックス */
input[type="checkbox"] + span::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  width: calc(20 / 16 * 1em);
  height: calc(20 / 16 * 1em);
  border: 1px solid var(--color-primary);
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

/* チェックボックス未チェック時 */
input[type="checkbox"] + span::after {
  content: "";
  display: none;
}

/* チェックボックスチェック時 */
input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

@layer layout {

.l-main {
}

.l-main._page {
  padding-top: calc(var(--height-header) * 1px);
}

@media screen and (max-width: 768px) {
  .l-main._page {
    padding-top: calc(var(--height-header-sp) * 1px);
  }
}

.l-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.l-inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-sm {
  max-width: calc(var(--width-inner-sm) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner-lg {
  max-width: calc(var(--width-inner-lg) * 1px);
  margin-left: auto;
  margin-right: auto;
}

.l-top-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;

}
}

@layer components {
.c-button-more {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: clamp(10px, calc(10 / 1680 * 100vw), 999px);
  padding-left: clamp(15px, calc(15 / 1680 * 100vw), 999px);
  position: relative;
}
.c-button-more__text {
  font-size: clamp(16px, calc(16 / 1680 * 100vw), 999px);
  font-family: var(--fontFamily-en);
  letter-spacing: 0.1em;
  color: color-mix(in srgb, white 50%, transparent);
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .c-button-more__text {
    font-size: clamp(16px, calc(16 / 375 * 100vw), 24px);
  }
}

.c-button-more:hover .c-button-more__text {
  color: white;
}

.c-button-more__dot {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  display: block;
  width: clamp(5px, calc(5 / 1680 * 100vw), 999px);
  aspect-ratio: 1 / 1;
  background-color: #888487;
  border-radius: 999em;
  transition: scale 0.3s, background-color 0.3s;
}

.c-button-more:hover .c-button-more__dot {
  scale: 1.7;
  background-color: white;
}

.c-button-top {
  background-color: var(--color-text);
  border-radius: 999em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  aspect-ratio: 1/1;
  row-gap: 6px;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .c-button-top {
    row-gap: 4px;
    width: 48px;
  }
}

.c-button-top__arrow {
  width: 13px;
  transition: translate 0.4s var(--ease-in-out-quad);
}

@media screen and (max-width: 768px) {
  .c-button-top__arrow {
    width: 10px;
  }
}
.c-button-top:hover .c-button-top__arrow {
  translate: 0 -3px;
}

@media screen and (max-width: 768px) {
  .c-button-top:hover .c-button-top__arrow {
    translate: 0 -3px;
  }
}

.c-button-top__text {
  font-family: var(--fontFamily-en);
  font-size: 16px;
  line-height: calc(32 / 19);
  letter-spacing: 0.08em;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-button-top__text {
    font-size: 14px;
  }
}

.c-button-close {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  border-radius: 999em;
}

@media screen and (max-width: 768px) {
  .c-button-close {
    padding: 10px;
  }
}

.c-button-close__icon {
  width: clamp(22px, calc(22 / 1680 * 100vw), 999px);
}

.c-button-close__text {
  font-size: clamp(16px, calc(16 / 1680 * 100vw), 999px);
  color: white;
  font-family: var(--fontFamily-en);
  letter-spacing: 0.1em;
  line-height: 1;
}
}

@layer components {

.c-heading-top__main {
  font-size: clamp(82px, calc(122 / 1680 * 100vw), 999px);
  font-weight: 300;
  line-height: calc(82 / 72);
  color: color-mix(in srgb, white 60%, transparent);
  font-family: var(--fontFamily-en);
}

@media screen and (max-width: 768px) {
  .c-heading-top__main {
    line-height: calc(70 / 82);
  }
}
.c-heading-top__sub {
  font-size: clamp(16px, calc(17 / 1680 * 100vw), 999px);
  font-weight: 500;
  line-height: calc(27.2 / 17);
  color: white;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-heading-top__sub {
    margin-top: calc(25 / 375 * 100vw);
    display: block;
  }
}
.c-heading-top[data-type="renovation-heading"] .c-heading-top__main {
  line-height: calc(102 / 77);
  font-size: clamp(77px, calc(103 / 1680 * 100vw), 999px);
}

@media screen and (max-width: 768px) {
  .c-heading-top[data-type="renovation-heading"] .c-heading-top__main {
    text-align: center;
  }
  .c-heading-top[data-type="renovation-heading"]
    > .c-heading-top__main
    > span:nth-child(2) {
    display: none;
  }
  .c-heading-top[data-type="renovation-heading"] > .c-heading-top__sub {
    margin-top: calc(0 / 375 * 100vw);
    text-align: center;
  }
}

.c-heading-works__main {
  font-size: clamp(24px, calc(28 / 1680 * 100vw), 999px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(32 / 28);
}

@media screen and (max-width: 768px) {
  .c-heading-works__main {
    font-size: clamp(24px, calc(24 / 375 * 100vw), 28px);
  }
}
.c-heading-works__sub {
  margin-top: calc(20 / 1680 * 100vw);
  font-size: clamp(14px, calc(16 / 1680 * 100vw), 999px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 768px) {
  .c-heading-works__sub {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 16px);
    margin-top: calc(15 / 375 * 100vw);
  }
}
}

@layer components {
@media screen and (max-width: 768px) {
  .c-logo-header__img {
    width: 115px;
  }
  .c-logo-footer__img {
    width: 115px;
  }
}
}

@layer components {

.c-top-catch__main {
  font-size: clamp(18px, calc(20 / 1680 * 100vw), 999px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(40 / 20);
  display: block;
}

@media screen and (max-width: 768px) {
  .c-top-catch__main {
    font-size: clamp(18px, calc(18 / 375 * 100vw), 20px);
    line-height: calc(30.6 / 18);
  }
}
.c-top-catch[data-type="lg"] .c-top-catch__main {
  font-size: clamp(24px, calc(34 / 1680 * 100vw), 999px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: calc(57.8 / 34);
}

@media screen and (max-width: 768px) {
  .c-top-catch[data-type="lg"] .c-top-catch__main {
    font-size: clamp(24px, calc(24 / 375 * 100vw), 34px);
  }
}

.c-top-catch__sub {
  font-family: var(--fontFamily-en);
  font-size: clamp(14px, calc(14 / 1680 * 100vw), 999px);
  line-height: calc(32 / 14);
  letter-spacing: 0.02em;
  margin-top: calc(8 / 1680 * 100vw);
  display: block;
}

@media screen and (max-width: 768px) {
  .c-top-catch__sub {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 18px);
    line-height: calc(20 / 14);
  }
}

.c-top-catch[data-type="about-fourth"] .c-top-catch__sub {
  margin-top: calc(0 / 1680 * 100vw);
}
.c-top-catch[data-type="about-fifth"] .c-top-catch__sub {
  margin-top: calc(0 / 1680 * 100vw);
}
}

@layer components {
.c-text-md {
  font-size: clamp(14px, calc(16 / 1680 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}
@media screen and (max-width: 768px) {
  .c-text-md {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 16px);
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
}

@layer components {

.c-mouseStoker {
  position: fixed;
  pointer-events: none;
  /* display: none; */
  width: 158px;
  aspect-ratio: 1/1;
  display: grid;
  transition: opacity 0.3s var(--ease-in-out-quad);
  /* left: 50%; */
  z-index: 2;
  /* top: 50%; */
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .c-mouseStoker {
    display: none;
    width: 100px;
  }
}
.c-mouseStoker__right,
.c-mouseStoker__left {
  width: 17px;
}
.c-mouseStoker__bg {
  scale: 0;
  grid-area: 1 / -1;
  content: "";
  display: block;
  background-color: color-mix(in srgb, #242221 79%, transparent);
  mix-blend-mode: multiply;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%);
  scale: 0;

*/
  /* scale: 0; */
  transition: scale 0.3s var(--ease-in-out-quad);
}

.c-mouseStoker__inner {
  grid-area: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-mouseStoker__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-mouseStoker__text {
  font-family: var(--fontFamily-en);
  color: white;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-mouseStoker__text {
    font-size: 14px;
  }
}
}

@layer components {

.c-scroll-bar {
  height: calc(180px * 1.5);
  display: flex;
  flex-direction: column;
  row-gap: calc(13px * 1.5);
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .c-scroll-bar {
    height: calc(140px * 1.5);
  }
}
.c-scroll-bar__text {
  color: white;
  font-size: clamp(16px, calc(16 / 1680 * 100vw), 999px);
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: var(--fontFamily-en);
  display: block;
}

@media screen and (max-width: 768px) {
  .c-scroll-bar__text {
    font-size: 12px;
  }
}

.c-scroll-bar__bar {
  height: calc(120px * 1.5);
  width: 1px;
  position: relative;
  background-color: white;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-scroll-bar__bar {
    height: calc(94px * 1.5);
  }
}

.c-scroll-bar__bar::before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0px;
  left: -1px;
  height: calc(36px * 1.5);
  background-color: white;
  display: block;
  animation: scroll-bar-animation 3s var(--ease-in-out-quad) infinite;
}

@media screen and (max-width: 768px) {
  .c-scroll-bar__bar::before {
    animation: scroll-bar-animation-sp 3s var(--ease-in-out-quad) infinite;
    height: calc(31px * 1.5);
  }
}

@keyframes scroll-bar-animation {
  80% {
    translate: 0 calc(84px * 1.5);
  }
  100% {
    translate: 0 calc(84px * 1.5);
  }
}
@keyframes scroll-bar-animation-sp {
  80% {
    translate: 0 calc(63px * 1.5);
  }
  100% {
    translate: 0 calc(63px * 1.5);
  }
}
}

@layer site {

.s-header {
  margin-top: calc(25 / 1680 * 100vw);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: var(--zIndex-header);
}

@media screen and (max-width: 768px) {
  .s-header {
    /* padding-top: calc(25 / 375 * 100vw); */
    margin-top: 25px;
  }
}
.s-header__logo {
  display: grid;
  place-items: center;
}
.s-header__logo img {
  --width-img: 108;
  --width-img-sp: 82;
}

@media screen and (max-width: 768px) {
  .s-header__logo img {
    max-width: 82px;
  }
}

.s-header__tel {
  position: absolute;
  top: calc(15 / 850 * 100lvh);
  right: calc(63 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .s-header__tel {
    right: calc(11 / 375 * 100vw);
    width: calc(102 / 375 * 100vw);
    top: calc(-5 / 700 * 100lvh);
  }
}
.s-header__tel img {
  --width-img: 185;
  --width-img-sp: 102;

  width: max(185px, calc(185 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .s-header__tel img {
    width: var(--width-img-clamp);
  }
}
}

@layer site {
.s-spmenu {
  position: relative;
  max-height: 95lvh;
  z-index: var(--zIndex-spmenu);
}
.s-spmenu__wrap {
  max-height: 95lvh;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 9.5%;
  padding-right: 9.5%;
}

.s-spmenu__inner {
  height: 100%;
  display: grid;
  place-items: center;
}

.s-spmenu__inner .s-footer-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

.s-spmenu__heading {
  padding-top: calc(6 / 16 * 1em);
  padding-bottom: calc(6 / 16 * 1em);
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #3aa7cd;
  text-align: center;
  border-radius: 30px;
  border: 1px solid currentColor;
  width: min(100%, 126px);
  margin-left: auto;
  margin-right: auto;
}

.s-spmenu__heading .-text {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 700;
}

.s-spmenu__list {
  margin-top: 15px;
}

.s-spmenu__term {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 700;
  color: #3aa7cd;
  text-align: center;
}

.s-spmenu__term:not(:first-of-type) {
  margin-top: 20px;
}
.s-spmenu__description {
  margin-top: 2px;
  font-size: 14px;
  line-height: calc(22 / 14);
  color: #3aa7cd;
  text-align: center;
}

.s-spmenu__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
  align-items: center;
}

.s-spmenu__business {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: calc(21.8 / 14);
  color: #3aa7cd;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.s-spmenu__business .-arrow {
  position: absolute;
  bottom: 8px;
  right: 0;
}

.s-spmenu__reserved {
  margin-top: 20px;
}

.s-spmenu__sns {
  margin-top: 30px;
}

.s-spmenu__nav {
  margin-top: 25px;
}

.s-spmenu-nav__list {
  display: flex;
  flex-direction: column;
  color: #3aa7cd;
}

.s-spmenu-nav__item:not(:last-of-type) {
  border-bottom: 1px solid currentColor;
}

.s-spmenu-nav__link {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--fontFamily-maru);
  position: relative;
}

.s-spmenu-nav__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}
.s-spmenu-nav__sub-list {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  padding-bottom: 1em;
}

.s-spmenu-nav__sub-link {
  position: relative;
  display: block;
  font-size: 12px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
  font-family: var(--fontFamily-maru);
}
.s-spmenu-nav__sub-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}

.s-spmenu-tel {
  position: relative;
  max-height: 95lvh;
  font-family: var(--fontFamily-maru);
  z-index: var(--zIndex-spmenu);
}
.s-spmenu-tel__wrap {
  max-height: 95lvh;
  overflow-y: auto;
  padding-left: 13.5%;
  padding-right: 13.5%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s-spmenu-tel__inner {
  height: 100%;
  display: grid;
  place-items: center;
}

.s-spmenu-tel__heading {
  display: grid;
  grid-template-columns: 26px auto;
  color: #3aa7cd;
  column-gap: 12px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.s-spmenu-tel__heading .-text {
  font-size: 22px;
  line-height: calc(32 / 22);
  font-weight: 700;
}

.s-spmenu-tel__lead {
  margin-top: 20px;
  color: #3aa7cd;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(21.8 / 14);
  text-align: center;
}

.s-spmenu-tel__buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.c-button-tel {
  border-radius: 34px;
  min-height: 92px;
  position: relative;
  width: min(315px, 100%);
  color: #3aa7cd;
  border: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-button-tel__text {
  display: block;
  font-weight: 700;
  text-align: center;
}

.c-button-tel__text[data-size="16"] {
  font-size: 16px;
  line-height: 1.5;
}
.c-button-tel__text[data-size="21"] {
  font-size: 21px;
  line-height: 1.2;
}
.c-button-tel__text[data-size="30"] {
  font-size: 30px;
  line-height: 1.1;
}

.c-button-tel__icon {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 50% -50%;
}
}

@layer site {

.s-footer {
  padding-top: calc(100 / 1680 * 100vw);
  padding-bottom: calc(75 / 1680 * 100vw);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  background-color: var(--color-back);
}

@media screen and (max-width: 768px) {
  .s-footer {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.s-footer__layout {
  display: grid;
  grid-template-columns: 1fr 0.87fr;
  column-gap: 4%;
  row-gap: 2%;
}

@media screen and (max-width: 768px) {
  .s-footer__layout {
    row-gap: unset;
    grid-template-columns: 1fr;
  }
}

.s-footer__logo {
  margin-top: calc(20 / 1680 * 100vw);
  padding-left: calc(120 / 1680 * 100vw);
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .s-footer__logo {
    padding-left: unset;
  }
}
.s-footer__logo img {
  --width-img: 375;
  --width-img-sp: 248;
}

@media screen and (max-width: 768px) {
  .s-footer__logo img {
    max-width: 248px;
  }
}

.s-footer__body {
  padding-top: calc(100 / 1680 * 100vw);
  align-self: center;
}

@media screen and (max-width: 768px) {
  .s-footer__body {
    padding-top: calc(40 / 375 * 100vw);
  }
}

.s-footer__name {
  font-size: clamp(18px, calc(24 / 1680 * 100vw), 999px);
  font-weight: 500;
  line-height: calc(32 / 24);
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 1em;
}

@media screen and (max-width: 768px) {
  .s-footer__name {
    font-size: clamp(18px, calc(18 / 375 * 100vw), 26px);
    font-weight: 500;
    line-height: calc(32 / 24);
    letter-spacing: 0.1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    text-align: center;
    justify-content: center;
  }

  .s-footer__name .-main {
    font-size: calc(26 / 18 * 100%);
  }
}

.s-footer__works {
  padding-top: calc(10 / 1680 * 100vw);
  font-size: clamp(15px, calc(16 / 1680 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 768px) {
  .s-footer__works {
    padding-top: calc(10 / 375 * 100vw);
    text-align: center;
    line-height: calc(25 / 15);
  }
}

.s-footer__address {
  font-size: clamp(14px, calc(16 / 1680 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 768px) {
  .s-footer__address {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 16px);
    padding-top: calc(17 / 375 * 100vw);
    text-align: center;
    line-height: calc(25 / 14);
  }
}
.s-footer__address .-fax {
  margin-left: 2em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .s-footer__address .-address {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .s-footer__address .-tel {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .s-footer__address .-fax {
    display: block;
    margin-left: unset;
  }
}
.s-footer__map {
  margin-top: 1.5vw;
  display: flex;
  width: fit-content;
  column-gap: 5px;
  align-items: center;
  font-family: var(--fontFamily-en);
  font-size: clamp(14px, calc(16 / 1680 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 768px) {
  .s-footer__map {
    font-size: clamp(14px, calc(14 / 375 * 100vw), 16px);
    margin-top: 1vw;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-footer__map:hover .-icon {
  translate: 0 -3px;
}

.s-footer__map .-icon {
  transition: translate 0.4s var(--ease-in-out-quad);
  flex-shrink: 0;
}
.s-footer__map .-text {
  flex-shrink: 0;
}

.s-footer__map img {
  --width-img: 10;
}

.s-footer__copyright {
  padding-left: calc(120 / 1680 * 100vw);
  font-size: clamp(12px, calc(16 / 1680 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: var(--fontFamily-en);
  line-height: calc(32 / 16);
  margin-top: 2vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-footer__copyright {
    font-size: clamp(12px, calc(12 / 375 * 100vw), 16px);
    margin-top: calc(7 / 375 * 100vw);
    padding-left: unset;
  }
}

.s-bottom-anchor {
  background-image: linear-gradient(
    to bottom,
    var(--color-back) 0%,
    var(--color-back) 50%,
    var(--color-text) 50%,
    var(--color-text) 100%
  );
  height: 60px;
}

@media screen and (max-width: 768px) {
  .s-bottom-anchor {
    height: 48px;
  }
}

.s-bottom-anchor__button {
  display: grid;
  place-items: center;
}
}

@layer site {

.s-modal-gallery {
  margin: auto;
  background-color: #242221;
  box-shadow: 0 0 0 100vmax color-mix(in srgb, #242221, transparent 100%);
  transition: opacity 0.5s, scale 0.5s;
  position: fixed;
  padding: unset;
  padding-top: 45px;
  padding-bottom: 45px;
}

.s-modal-gallery__inner {
  width: 100%;
  height: 100%;
  padding-top: clamp(45px, calc(90 / 850 * 100lvh), 90px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__inner {
    padding-top: clamp(40px, calc(85 / 700 * 100lvh), 85px);
  }
}

.s-modal-gallery__inner:has(.s-modal-gallery__heading) {
  padding-top: clamp(30px, calc(30 / 850 * 100lvh), 45px);
}
@media screen and (max-width: 768px) {
  .s-modal-gallery__inner:has(.s-modal-gallery__heading) {
  padding-top: clamp(50px, calc(50 / 700 * 100lvh), 75px);
  }
}

.s-modal-gallery:not([data-active="true"]) {
  opacity: 0;
  scale: 0.95;
}

.s-modal-gallery::backdrop {
  transition: opacity 0.5s;
}

.s-modal-gallery:not([data-active="true"])::backdrop {
  opacity: 0;
}
.s-modal-gallery__heading {
  font-size: clamp(32px, calc(64 / 1680 * 100vw), 999px);
  font-weight: 300;
  color: color-mix(in srgb, white 60%, transparent);
  text-align: center;
  line-height: calc(100 / 64);
  font-family: var(--fontFamily-en);
}

.s-modal-gallery__subheading {
  font-size: clamp(16px, calc(18 / 1680 * 100vw), 999px);
  color: white;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: calc(45.6 / 18);
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__subheading {
    line-height: 2;
  }
}
.s-modal-gallery__title {
  font-size: clamp(24px, calc(28 / 1680 * 100vw), 999px);
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: calc(43 / 24);
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__title {
    padding-top: unset;
  }
}

.s-modal-gallery__slider {
  margin-top: calc(58 / 850 * 100lvh);
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__slider {
    margin-top: calc(50 / 700 * 100lvh);
  }
}
.s-modal-gallery__slider .swiper-slide {
  max-height: clamp(220px, calc(400 / 1680 * 100vw), 9999px);
}
.s-modal-gallery__slider img {
  max-height: clamp(220px, calc(400 / 1680 * 100vw), 9999px);
  width: auto;
}

.s-modal-gallery__close {
  position: absolute;
  right: calc(45 / 1680 * 100vw);
  top: -20px;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__close {
    right: var(--gutter);
  }
}

.s-modal-gallery__slider .swiper-slide {
  width: fit-content !important;
}

.s-modal-gallery__slider .swiper-container {
  position: relative;
  width: 100%;
}

.s-modal-gallery__slider .swiper-scrollbar {
  background: #707070 !important;
  position: static !important;
  width: 100% !important;
  height: 1px !important;
}

.s-modal-gallery__slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #bcbcbc !important;
  height: 3px !important;
  translate: 0 -1px !important;
}

.s-modal-gallery__slider .swiper-controller {
  /* margin-top: calc(75 / 850 * 100lvh); */
  display: grid;
  grid-template-columns: 27px 1fr 27px;
  column-gap: 30px;
  height: 20px;
  align-items: center;
  width: calc(1314 / 1680 * 100%);
  margin-left: auto;
  margin-right: auto;

  position: absolute;
  bottom: calc(-95 / 850 * 100lvh);
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__slider .swiper-controller {
    bottom: calc(-75 / 700 * 100lvh);
    width: calc(345 / 375 * 100%);
    grid-template-columns: 1fr;
  }
}
.s-modal-gallery__slider .swiper-button-next,
.s-modal-gallery__slider .swiper-button-prev {
  position: static !important;
  width: 27px !important;
  height: 20px !important;
  margin-top: unset !important;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .s-modal-gallery__slider .swiper-button-next,
  .s-modal-gallery__slider .swiper-button-prev {
    display: none !important;
  }
}
.s-modal-gallery__slider .swiper-button-next img,
.s-modal-gallery__slider .swiper-button-prev img {
  width: 27px !important;
  height: 20px !important;
  max-height: unset;
}

.s-modal-gallery__slider .swiper-button-prev:after,
.s-modal-gallery__slider .swiper-button-next:after {
  content: none !important;
}
}

@layer site {

.s-splash-loading {
  position: fixed;
  width: 100%;
  height: 100lvh;
  background-color: #f8f7f4;
  display: grid;
  place-items: center;
  z-index: var(--zIndex-splash);
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
  /* transition: clip-path 0.7s var(--ease-out-sine); */
  transition: opacity 0.7s var(--ease-out-sine);
  opacity: 1;
  pointer-events: auto;
}

/* .s-splash-loading[data-state="loaded"] { */
/* clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); */
/* opacity: 0;
  pointer-events: none; */
/* } */

.s-splash-loading__logo {
  display: grid;
  place-items: center;
}
.s-splash-loading__logo img {
  width: calc(375 / 1680 * 100vw);
  animation: logo-rotate 7.5s linear infinite;
}

@media screen and (max-width: 768px) {
  .s-splash-loading__logo img {
    width: calc(240 / 375 * 100vw);
  }
}

@keyframes logo-rotate {
  0% {
    rotate: 0;
  }

  100% {
    rotate: 360deg;
  }
}
}

@layer page {

.p-top-mv {
  position: relative;
}

.p-top-mv__scroll {
  position: absolute;
  bottom: 0;
  right: calc(39 / 1680 * 100vw);
  z-index: 5;
}

.p-top-about-first {
  padding-top: calc((181 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((80 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-first {
    padding-top: calc((110 / 375 * 100vw));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-about-first__layout {
  display: flex;
  justify-content: space-between;
  column-gap: 4%;
}
@media screen and (max-width: 768px) {
  .p-top-about-first__layout {
    flex-direction: column;
  }
}

.p-top-about-first__head {
  justify-self: flex-end;
}

.p-top-about-first__body {
  padding-top: calc(15 / 1680 * 100vw);
  max-width: max(573px, calc((573 / 1680 * 100vw)));
}

.p-top-about-first__pic img {
  --width-img: 356;
  margin-left: auto;
  --width-img-sp: 260;
}

@media screen and (max-width: 768px) {
  .p-top-about-first__pic {
    padding-top: calc(68 / 375 * 100vw);
  }
  .p-top-about-first__pic img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about-first__text {
  margin-top: calc(17 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-about-first__text {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-top-about-second {
  padding-top: calc((130 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((312 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-second {
    padding-top: calc((65 / 375 * 100vw));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-about-second__layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}

.p-top-about-second__layout > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.p-top-about-second__layout > :nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: flex-end;
}
.p-top-about-second__layout > :nth-child(3) {
  padding-top: calc(60 / 1680 * 100vw);
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 768px) {
  .p-top-about-second__layout {
    grid-template-columns: 1fr;
  }
  .p-top-about-second__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-about-second__layout > :nth-child(2) {
    padding-top: calc(75 / 375 * 100vw);
    grid-area: auto;
  }
  .p-top-about-second__layout > :nth-child(3) {
    padding-top: calc(85 / 375 * 100vw);
    grid-area: auto;
  }
}
.p-top-about-second__pic img {
  --width-img: 333;
  --width-img-sp: 203;
}

@media screen and (max-width: 768px) {
  .p-top-about-second__pic img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about-second__text {
  max-width: max(573px, calc((573 / 1680 * 100vw)));
}

.p-top-about-third {
  padding-top: calc((180 / 1680 * 100vw));
  padding-left: calc(0 / 1680 * 100vw);
  padding-right: calc((240 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-third {
    padding-top: calc((90 / 375 * 100vw));
    padding-right: unset;
  }
}

.p-top-about-third__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-about-third__layout {
    grid-template-columns: 1fr;
  }
}

.p-top-about-third__layout > :nth-child(1) {
  padding-top: calc((10 / 1680 * 100vw));
  grid-area: 1 / 1 / 3 / 2;
}
.p-top-about-third__layout > :nth-child(2) {
  grid-area: 1 / 2 /2 / 3;
  justify-self: flex-end;
  padding-right: calc(10 / 1680 * 100vw);
}
.p-top-about-third__layout > :nth-child(3) {
  justify-self: flex-end;
  padding-top: calc((105 / 1680 * 100vw));
  padding-left: calc(105 / 1680 * 100vw);
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 768px) {
  .p-top-about-third__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-about-third__layout > :nth-child(2) {
    padding-top: calc((50 / 375 * 100vw));
    grid-area: auto;
    justify-self: unset;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .p-top-about-third__layout > :nth-child(3) {
    grid-area: auto;
    padding-top: calc((55 / 375 * 100vw));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-about-third__pic[data-type="upper"] img {
  --width-img: 655;
  --width-img-sp: 375;
}
.p-top-about-third__pic[data-type="lower"] img {
  --width-img: 377;
  --width-img-sp: 237;
}

@media screen and (max-width: 768px) {
  .p-top-about-third__pic[data-type="lower"] img {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about-fourth {
  padding-top: calc((110 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((75 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-fourth {
    padding-top: calc((60 / 375 * 100vw));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-about-fourth__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .p-top-about-fourth__layout {
    grid-template-columns: 1fr;
  }
}
.p-top-about-fourth__layout > :nth-child(1) {
}
.p-top-about-fourth__layout > :nth-child(2) {
  padding-top: calc((138 / 1680 * 100vw));
  justify-self: flex-end;
}

@media screen and (max-width: 768px) {
  .p-top-about-fourth__layout > :nth-child(2) {
    padding-top: calc((75 / 375 * 100vw));
    justify-self: unset;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.p-top-about-fourth__pic img {
  --width-img: 600;
  --width-img-sp: 375;
  margin-left: auto;
}

.p-top-about-fourth__pic video {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.p-top-about-fourth__text {
  max-width: max(573px, calc((573 / 1680 * 100vw)));
  padding-top: calc((16 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-fourth__text {
    padding-top: calc((25 / 375 * 100vw));
  }
}

.p-top-about-fifth {
  padding-top: calc((180 / 1680 * 100vw));
  padding-left: calc(314 / 1680 * 100vw);
  padding-bottom: calc((110 / 1680 * 100vw));
  padding-right: calc((240 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-about-fifth {
    padding-top: calc((90 / 375 * 100vw));
    padding-bottom: calc((60 / 375 * 100vw));
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-about-fifth__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}
.p-top-about-fifth__layout > :nth-child(1) {
  justify-self: flex-end;
  padding-top: calc((20 / 1680 * 100vw));
  padding-left: calc((12 / 1680 * 100vw));
  order: 2;
}

@media screen and (max-width: 768px) {
  .p-top-about-fifth__layout {
    grid-template-columns: 1fr;
  }
  .p-top-about-fifth__layout > :nth-child(1) {
    order: unset;
  }
  .p-top-about-fifth__layout > :nth-child(2) {
    padding-top: calc(70 / 375 * 100vw);
  }
}

.p-top-about-fifth__pic img {
  --width-img-sp: 245;
  --width-img: 440;
}

@media screen and (max-width: 768px) {
  .p-top-about-fifth__pic img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-about-fifth__text {
  padding-top: calc((16 / 1680 * 100vw));
  max-width: max(527px, calc((527 / 1680 * 100vw)));
}

@media screen and (max-width: 768px) {
  .p-top-about-fifth__text {
    padding-top: calc((20 / 375 * 100vw));
  }
}
.p-top-works {
  padding-top: calc((52 / 1680 * 100vw));
  /* background-color: var(--color-text); */
  /* background-color: var(--color-back); */
  color: white;
}

@media screen and (max-width: 768px) {
  .p-top-works {
    padding-top: calc((20 / 375 * 100vw));
  }
}
.p-top-works__heading {
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc(240 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-works__heading {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-top-works__inner {
  padding-top: calc((262 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works__inner {
    padding-top: calc((280 / 375 * 100vw));
  }
}

.p-top-works__circle {
  display: grid;
  place-items: center;
}

.p-top-works__circle img {
  --width-img-sp: 267;
  --width-img: 537;
}

.p-top-works-description__button {
  margin-top: calc(47 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-works-description__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-top-works__video video {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-top-works-first {
  padding-top: calc((32 / 1680 * 100vw));
  padding-left: calc(191 / 1680 * 100vw);
  padding-right: calc((0 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works-first {
    padding-top: calc((95 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-works-first__layout {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 4%;
}

.p-top-works-first__layout > :nth-child(1) {
  grid-area: 1 / 2 / 2 / 3;
}
.p-top-works-first__layout > :nth-child(2) {
  margin-top: calc((-110 / 1680 * 100vw));
  grid-area: 2 / 1 / 3 / 2;
}
.p-top-works-first__layout > :nth-child(3) {
  margin-top: calc((255 / 1680 * 100vw));
  padding-right: calc((15 / 1680 * 100vw));
  grid-area: 2 / 2 / 3 / 3;
}
.p-top-works-first__layout > :nth-child(4) {
  padding-left: calc(51 / 1680 * 100vw);
  padding-top: calc((235 / 1680 * 100vw));
  grid-area: 1 / 1 / 2/ 2;
}

.p-top-works-first__description {
  max-width: max(636px, calc((636 / 1680 * 100vw)));
}

@media screen and (max-width: 768px) {
  .p-top-works-first__layout {
    grid-template-columns: 1fr;
  }
  .p-top-works-first__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-works-first__layout > :nth-child(2) {
    margin-top: calc((100 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-first__layout > :nth-child(3) {
    margin-top: calc((23 / 375 * 100vw));
    grid-area: auto;
    padding-right: var(--gutter);
  }
  .p-top-works-first__layout > :nth-child(4) {
    padding-top: calc((43 / 375 * 100vw));
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-works-first__pic[data-type="first"] img {
  --width-img: 699;
  --width-img-sp: 345;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-works-first__pic[data-type="first"] img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-works-first__pic[data-type="second"] img {
  --width-img-sp: 205;
  --width-img: 550;
}
.p-top-works-first__pic[data-type="third"] img {
  --width-img-sp: 126;
  --width-img: 376;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-works-first__pic[data-type="third"] img {
    margin-right: unset;
  }
}

.p-top-works-second {
  padding-top: calc((0 / 1680 * 100vw));
  padding-left: calc(95 / 1680 * 100vw);
  padding-right: calc((0 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works-second {
    padding-top: calc((140 / 375 * 100vw));
    padding-left: unset;
  }
}

.p-top-works-second__layout {
  display: grid;
  grid-template-columns: 0.6fr 1.5fr 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 2%;
}

.p-top-works-second__layout > :nth-child(1) {
  padding-left: calc(30 / 1680 * 100vw);
  grid-area: 1 / 1 / 2 / 3;
}
.p-top-works-second__layout > :nth-child(2) {
  margin-top: calc(425 / 1680 * 100vw);
  grid-area: 2 / 1 / 3 / 2;
}
.p-top-works-second__layout > :nth-child(3) {
  grid-area: 2 / 3 / 3 / 5;
  margin-top: calc(-125 / 1680 * 100vw);
  justify-self: flex-end;
}
.p-top-works-second__layout > :nth-child(4) {
  margin-top: calc(235 / 1680 * 100vw);
  padding-left: calc(80 / 1680 * 100vw);
  grid-area: 2 / 2 / 3 / 3;
}
.p-top-works-second__layout > :nth-child(5) {
  padding-top: calc(325 / 1680 * 100vw);
  grid-area: 1 / 3 / 2 / 5;
}

@media screen and (max-width: 768px) {
  .p-top-works-second__layout {
    grid-template-columns: 1fr;
  }
  .p-top-works-second__layout > :nth-child(1) {
    padding-left: unset;
    grid-area: auto;
  }
  .p-top-works-second__layout > :nth-child(2) {
    margin-top: calc(75 / 375 * 100vw);
    grid-area: auto;
    padding-left: calc(30 / 375 * 100vw);
  }
  .p-top-works-second__layout > :nth-child(3) {
    margin-top: calc(-95 / 375 * 100vw);
    grid-area: auto;
  }
  .p-top-works-second__layout > :nth-child(4) {
    margin-top: calc(75 / 375 * 100vw);
    grid-area: auto;
    padding-left: unset;
  }
  .p-top-works-second__layout > :nth-child(5) {
    padding-top: calc(65 / 375 * 100vw);
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.p-top-works-second__pic[data-type="first"] img {
  --width-img-sp: 297;
  --width-img: 598;
}
.p-top-works-second__pic[data-type="second"] img {
  --width-img-sp: 96;
  --width-img: 197;
}
.p-top-works-second__pic[data-type="third"] img {
  --width-img-sp: 187;
  --width-img: 662;
  margin-left: auto;
}
.p-top-works-second__pic[data-type="fourth"] img {
  margin-left: auto;
  --width-img-sp: 210;
  --width-img: 379;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-top-works-second__pic[data-type="fourth"] img {
    margin-left: unset;
  }
}

.p-top-works-second__description {
  max-width: max(519px, calc((519 / 1680 * 100vw)));
  margin-right: calc((80 / 1680 * 100vw));
}
.p-top-works-third {
  padding-top: calc((170 / 1680 * 100vw));
  padding-left: calc(95 / 1680 * 100vw);
  padding-right: calc((0 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works-third {
    padding-top: calc((115 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-works-third__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr;
  grid-template-rows: auto auto;
  column-gap: 2%;
}
.p-top-works-third__description {
  max-width: max(498px, calc((498 / 1680 * 100vw)));
}

.p-top-works-third__layout > :nth-child(1) {
  grid-area: 1 / 4 / 2 / 7;
}
.p-top-works-third__layout > :nth-child(2) {
  padding-top: calc((20 / 1680 * 100vw));
  grid-area: 2 / 1 / 3 / 3;
}
.p-top-works-third__layout > :nth-child(3) {
  grid-area: 2 / 3 / 3 / 6;
  padding-top: calc((190 / 1680 * 100vw));
  margin-left: calc(80 / 1680 * 100vw);
  justify-self: flex-end;
}
.p-top-works-third__layout > :nth-child(4) {
  padding-top: calc((500 / 1680 * 100vw));
  grid-area: 2 / 6 / 3 / 7;
}
.p-top-works-third__layout > :nth-child(5) {
  grid-area: 1 / 1 / 2 / 4;
  padding-top: calc((185 / 1680 * 100vw));
  margin-left: calc(145 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-works-third__layout {
    grid-template-columns: 1fr;
  }
  .p-top-works-third__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-works-third__layout > :nth-child(2) {
    padding-top: calc((60 / 375 * 100vw));
    margin-left: calc(65 / 375 * 100vw);
    grid-area: auto;
  }
  .p-top-works-third__layout > :nth-child(3) {
    grid-area: auto;
    padding-top: calc((70 / 375 * 100vw));
    margin-left: unset;
  }
  .p-top-works-third__layout > :nth-child(4) {
    padding-top: calc((10 / 375 * 100vw));
    margin-top: calc((30 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-third__layout > :nth-child(5) {
    grid-area: auto;
    padding-top: calc((35 / 375 * 100vw));
    margin-left: unset;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-works-third__pic[data-type="first"] img {
  --width-img: 840;
  --width-img-sp: 375;
  margin-left: auto;
}
.p-top-works-third__pic[data-type="second"] img {
  --width-img-sp: 197;
  --width-img: 380;
}
.p-top-works-third__pic[data-type="third"] img {
  --width-img-sp: 211;
  --width-img: 659;
}
.p-top-works-third__pic[data-type="fourth"] img {
  --width-img-sp: 126;
  --width-img: 216;
}
@media screen and (max-width: 768px) {
  .p-top-works-third__pic[data-type="fourth"] img {
    margin-left: auto;
  }
}
.p-top-works-fourth {
  padding-top: calc((50 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((65 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works-fourth {
    padding-top: calc((135 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-works-fourth__layout {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}
.p-top-works-fourth__description {
  max-width: max(519px, calc((519 / 1680 * 100vw)));
}

.p-top-works-fourth__layout > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.p-top-works-fourth__layout > :nth-child(2) {
  margin-top: calc((-140 / 1680 * 100vw));
  grid-area: 2 / 2 / 3 / 3;
}
.p-top-works-fourth__layout > :nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: calc((190 / 1680 * 100vw));
  justify-self: flex-end;
}
.p-top-works-fourth__layout > :nth-child(4) {
  padding-top: calc((170 / 1680 * 100vw));
  margin-left: calc(30 / 1680 * 100vw);
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 768px) {
  .p-top-works-fourth__layout {
    grid-template-columns: 1fr;
  }
  .p-top-works-fourth__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-works-fourth__layout > :nth-child(2) {
    margin-top: calc((83 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-fourth__layout > :nth-child(3) {
    padding-right: calc((54 / 375 * 100vw));
    margin-top: calc((54 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-fourth__layout > :nth-child(4) {
    margin-top: calc((24 / 375 * 100vw));
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-left: unset;
  }
  .p-top-works-fourth__layout > :nth-child(4) .c-heading-works__sub {
    letter-spacing: 0.07em;
  }
}

.p-top-works-fourth__pic[data-type="first"] img {
  --width-img-sp: 296;
  --width-img: 534;
}

@media screen and (max-width: 768px) {
  .p-top-works-fourth__pic[data-type="first"] img {
    margin-left: auto;
  }
}
.p-top-works-fourth__pic[data-type="second"] img {
  --width-img-sp: 278;
  --width-img: 545;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-works-fourth__pic[data-type="second"] img {
    margin-left: unset;
  }
}
.p-top-works-fourth__pic[data-type="third"] img {
  margin-left: auto;
  --width-img-sp: 146;
  --width-img: 252;
}

.p-top-works-fifth {
  padding-top: calc((200 / 1680 * 100vw));
  padding-left: calc(0 / 1680 * 100vw);
  padding-right: calc((0 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-works-fifth {
    padding-top: calc((120 / 375 * 100vw));
  }
}

.p-top-works-fifth__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 2%;
}
.p-top-works-fifth__description {
  max-width: max(600px, calc((600 / 1680 * 100vw)));
}

.p-top-works-fifth__layout > :nth-child(1) {
  grid-area: 1 / 4 / 2 / 7;
  padding-left: calc(50 / 1680 * 100vw);
}
.p-top-works-fifth__layout > :nth-child(2) {
  margin-top: calc((-65 / 1680 * 100vw));
  grid-area: 2 / 3 / 3 / 4;
  margin-left: calc(45 / 1680 * 100vw);
}
.p-top-works-fifth__layout > :nth-child(3) {
  margin-top: calc((185 / 1680 * 100vw));
  margin-left: calc(60 / 1680 * 100vw);
  grid-area: 2 / 5 / 3 / 7;
  justify-self: flex-end;
}
.p-top-works-fifth__layout > :nth-child(4) {
  margin-top: calc((240 / 1680 * 100vw));
  grid-area: 2 / 1 / 3 / 3;
}
.p-top-works-fifth__layout > :nth-child(5) {
  padding-top: calc((90 / 1680 * 100vw));
  margin-left: calc(240 / 1680 * 100vw);
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 768px) {
  .p-top-works-fifth__layout {
    grid-template-columns: 1fr;
  }
  .p-top-works-fifth__layout > :nth-child(1) {
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .p-top-works-fifth__layout > :nth-child(2) {
    margin-top: calc((60 / 375 * 100vw));
    margin-left: unset;
    grid-area: auto;
  }
  .p-top-works-fifth__layout > :nth-child(3) {
    margin-top: calc((-85 / 375 * 100vw));
    margin-left: unset;
    padding-right: calc((35 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-fifth__layout > :nth-child(4) {
    margin-top: calc((90 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-works-fifth__layout > :nth-child(5) {
    padding-top: calc((70 / 375 * 100vw));
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-left: unset;
  }

  .p-top-works-fifth__layout > :nth-child(5) .c-heading-works__sub {
    letter-spacing: 0.04em;
  }
}

.p-top-works-fifth__pic[data-type="first"] img {
  --width-img-sp: 345;
  --width-img: 840;
}
.p-top-works-fifth__pic[data-type="second"] img {
  --width-img-sp: 112;
  --width-img: 194;
}
.p-top-works-fifth__pic[data-type="third"] img {
  --width-img-sp: 170;
  --width-img: 366;
}

@media screen and (max-width: 768px) {
  .p-top-works-fifth__pic[data-type="third"] img {
    margin-left: auto;
  }
}
.p-top-works-fifth__pic[data-type="fourth"] img {
  --width-img-sp: 283;
  --width-img: 472;
}
@media screen and (max-width: 768px) {
  .p-top-works-fifth__pic[data-type="fourth"] img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-works__bottom {
  padding-top: calc((95 / 1680 * 100vw));
  padding-left: calc((185 / 1680 * 100vw));
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-works__bottom {
    padding-top: calc((70 / 375 * 100vw));
    padding-left: var(--gutter);
    place-items: unset;
    justify-items: flex-end;
  }
}
.p-top-works__video {
  width: calc(600 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-works__video {
    width: calc(254 / 375 * 100vw);
  }
}

.p-top-renovation {
  padding-top: calc((237 / 1680 * 100vw));
  background-color: var(--color-text);
  color: white;
}

@media screen and (max-width: 768px) {
  .p-top-renovation {
    padding-top: calc(95 / 375 * 100vw);
  }
}

.p-top-renovation__heading {
  padding-left: calc((240 / 1680 * 100vw));
  padding-right: calc((120 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-renovation__heading {
    padding-left: calc(0.7 * var(--gutter));
    padding-right: calc(0.7 * var(--gutter));
  }
}

.p-top-renovation-description__subheading {
  font-size: clamp(14px, calc(16 / 1680 * 100vw), 999px);
  font-weight: 300;
  color: color-mix(in srgb, white 60%, transparent);
  font-family: var(--fontFamily-en);
}
.p-top-renovation-description__heading {
  margin-top: 1em;
  font-size: clamp(18px, calc(24 / 1680 * 100vw), 999px);
  font-weight: 500;
  line-height: calc(45.6 / 24);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-description__heading {
    letter-spacing: 0.1em;
    line-height: calc(34 / 18);
  }
}
.p-top-renovation-description__text {
  margin-top: calc(50 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-renovation-description__text {
    margin-top: calc(35 / 375 * 100vw);
  }

  .p-top-renovation-description__text {
    letter-spacing: 0.07em;
  }
}

.p-top-renovation-description__text[data-type="mt-0"] {
  margin-top: unset;
}

.p-top-renovation-description__button {
  margin-top: calc(30 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-top-renovation-description__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-top-renovation-first {
  padding-top: calc((75 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((0 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-renovation-first {
    padding-top: calc((70 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-renovation-first__layout {
  display: grid;
  grid-template-columns: 1fr 1.68fr;
  grid-template-rows: auto auto;
  column-gap: 4%;
}

.p-top-renovation-first__layout > :nth-child(1) {
  grid-area: 1 / 2 / 2 / 3;
}
.p-top-renovation-first__layout > :nth-child(2) {
  padding-top: calc((190 / 1680 * 100vw));
  grid-area: 1 / 1 / 2 / 2;
}
.p-top-renovation-first__layout > :nth-child(3) {
  padding-left: calc((125 / 1680 * 100vw));
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-first__layout {
    grid-template-columns: 1fr;
  }
  .p-top-renovation-first__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-renovation-first__layout > :nth-child(2) {
    padding-top: calc((77 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-renovation-first__layout > :nth-child(3) {
    padding-top: calc((77 / 375 * 100vw));
    grid-area: auto;
    padding-left: unset;
  }
}

.p-top-renovation-first__pic[data-type="first"] img {
  --width-img-sp: 360;
  --width-img: 863;
}
.p-top-renovation-first__pic[data-type="second"] img {
  --width-img-sp: 259;
  --width-img: 388;
}
.p-top-renovation-first__pic[data-type="third"] img {
  --width-img-sp: 165;
  --width-img: 187;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-first__pic[data-type="third"] img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-renovation-second {
  margin-top: calc((-155 / 1680 * 100vw));
  padding-top: calc((80 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((240 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-renovation-second {
    margin-top: unset;
    padding-top: calc((70 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}

.p-top-renovation-second__layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto auto;
}

.p-top-renovation-second__layout > :nth-child(1) {
  grid-area: 2 / 1 / 3 / 2;
}
.p-top-renovation-second__layout > :nth-child(2) {
  padding-left: calc(100 / 1680 * 100vw);
  grid-area: 1 / 2 / 2 / 3;
}
.p-top-renovation-second__layout > :nth-child(3) {
  padding-top: calc(225 / 1680 * 100vw);
  grid-area: 2 / 2/ 3 / 3;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-second__layout {
    grid-template-columns: 1fr;
  }
  .p-top-renovation-second__layout > :nth-child(1) {
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .p-top-renovation-second__layout > :nth-child(2) {
    grid-area: auto;
    padding-top: calc(100 / 375 * 100vw);
    padding-left: unset;
  }
  .p-top-renovation-second__layout > :nth-child(3) {
    padding-top: calc(72 / 375 * 100vw);
    grid-area: auto;
  }
}

.p-top-renovation-second__pic[data-type="first"] img {
  --width-img-sp: 254;
  --width-img: 345;
}
.p-top-renovation-second__pic[data-type="second"] img {
  --width-img-sp: 208;
  --width-img: 324;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-second__pic[data-type="second"] img {
    margin-left: auto;
  }
}

.p-top-renovation-third {
  padding-top: calc((75 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  padding-right: calc((240 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-renovation-third {
    padding-top: calc((40 / 375 * 100vw));
    padding-left: unset;
    padding-right: unset;
  }
}
.p-top-renovation-third__layout {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 4%;
}
.p-top-renovation-third__layout > :nth-child(1) {
  padding-right: calc((30 / 1680 * 100vw));
  grid-area: 1 / 2 / 2 / 3;
}
.p-top-renovation-third__layout > :nth-child(2) {
  padding-top: calc((100 / 1680 * 100vw));
  grid-area: 1 / 1 / 3 / 2;
}
.p-top-renovation-third__layout > :nth-child(3) {
  padding-top: calc((100 / 1680 * 100vw));
  padding-right: calc((35 / 1680 * 100vw));
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-third__layout {
    grid-template-columns: 1fr;
  }
  .p-top-renovation-third__layout > :nth-child(1) {
    display: none;
    grid-area: auto;
  }
  .p-top-renovation-third__layout > :nth-child(2) {
    padding-right: unset;
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .p-top-renovation-third__layout > :nth-child(3) {
    padding-top: calc((75 / 375 * 100vw));
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-renovation-third__pic[data-type="first"] img {
  margin-left: auto;
  --width-img: 210;
}
.p-top-renovation-third__pic[data-type="second"] img {
  --width-img-sp: 186;
  --width-img: 310;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-third__pic[data-type="second"] img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-renovation-fourth {
  padding-top: calc((185 / 1680 * 100vw));
  padding-left: calc(0 / 1680 * 100vw);
  padding-bottom: calc((340 / 1680 * 100vw));
  padding-right: calc((94 / 1680 * 100vw));
}

@media screen and (max-width: 768px) {
  .p-top-renovation-fourth {
    padding-top: calc((175 / 375 * 100vw));
    padding-left: unset;
    padding-bottom: calc((135 / 375 * 100vw));
    padding-right: unset;
  }
}

.p-top-renovation-fourth__layout {
  display: grid;
  grid-template-columns: 2.7fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.p-top-renovation-fourth__layout > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.p-top-renovation-fourth__layout > :nth-child(2) {
  padding-top: calc((310 / 1680 * 100vw));
  grid-area: 1 / 3 / 2 / 4;
}
.p-top-renovation-fourth__layout > :nth-child(3) {
  grid-area: 3 / 2 / 4 / 4;
  padding-top: calc((205 / 1680 * 100vw));
  padding-right: calc(185 / 1680 * 100vw);
  justify-self: flex-end;
}
.p-top-renovation-fourth__layout > :nth-child(4) {
  padding-top: calc((300 / 1680 * 100vw));
  padding-right: calc(39 / 1680 * 100vw);
  grid-area: 2 / 2 / 3/ 4;
}
.p-top-renovation-fourth__layout > :nth-child(5) {
  padding-top: calc((140 / 1680 * 100vw));
  padding-left: calc(73 / 1680 * 100vw);
  grid-area: 3 / 1 / 4 / 2;
}
.p-top-renovation-fourth__layout > :nth-child(6) {
  padding-top: calc((90 / 1680 * 100vw));
  padding-left: calc(240 / 1680 * 100vw);
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-fourth__layout {
    grid-template-columns: 1fr;
  }
  .p-top-renovation-fourth__layout > :nth-child(1) {
    grid-area: auto;
  }
  .p-top-renovation-fourth__layout > :nth-child(2) {
    padding-top: calc((80 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-renovation-fourth__layout > :nth-child(3) {
    grid-area: auto;
    padding-top: unset;
    padding-right: unset;
    margin-top: calc(-185 / 375 * 100vw);
  }
  .p-top-renovation-fourth__layout > :nth-child(4) {
    padding-top: calc((80 / 375 * 100vw));
    grid-area: auto;
    padding-right: unset;
  }
  .p-top-renovation-fourth__layout > :nth-child(5) {
    padding-top: calc((80 / 375 * 100vw));
    grid-area: auto;
  }
  .p-top-renovation-fourth__layout > :nth-child(6) {
    padding-top: calc((55 / 375 * 100vw));
    grid-area: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.p-top-renovation-fourth__pic[data-type="first"] img {
  --width-img-sp: 375;
  --width-img: 1050;
}
.p-top-renovation-fourth__pic[data-type="second"] img {
  margin-left: auto;
  --width-img-sp: 128;
  --width-img: 310;
}

@media screen and (max-width: 768px) {
  .p-top-renovation-fourth__pic[data-type="second"] img {
    margin-left: unset;
  }
}
.p-top-renovation-fourth__pic[data-type="third"] img {
  margin-left: auto;
  --width-img-sp: 166;
  --width-img: 280;
}
.p-top-renovation-fourth__pic[data-type="fourth"] img {
  --width-img: 570;
  --width-img-sp: 270;
  margin-left: auto;
}
.p-top-renovation-fourth__pic[data-type="fifth"] img {
  --width-img-sp: 267;
  --width-img: 484;
}

.p-top-anchors__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .p-top-anchors__layout {
    grid-template-columns: 1fr;
  }
}

.p-top-anchor {
  display: grid;
  color: white;
  text-align: center;
}

.p-top-anchor__bg {
  grid-area: 1 / -1;
  position: relative;
}

.p-top-anchor__bg img {
  --width-img: 840;
  --width-img-sp: 375;
}

@media screen and (max-width: 768px) {
  .p-top-anchor__bg img {
    aspect-ratio: 375/335;
    object-fit: cover;
  }
}

.p-top-anchor__bg::before {
  content: "";
  background-color: color-mix(in srgb, #4a3f3b 50%, transparent);
  width: 100%;
  position: absolute;
  height: 100%;
  inset: 0;
  transition: background-color 0.4s var(--ease-in-out-quad);
}

.p-top-anchor:has(.c-button-more:hover) .p-top-anchor__bg::before {
  background-color: color-mix(in srgb, #4a3f3b 0%, transparent);
}

.p-top-anchor__contents {
  grid-area: 1 / -1;
  display: grid;
  z-index: 2;
  position: relative;
  place-items: center;
}
.p-top-anchor__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-anchor__inner {
    padding-top: calc(10 / 375 * 100vw);
  }
}

.p-top-anchor__heading .-main {
  font-size: clamp(55px, calc(86 / 1680 * 100vw), 999px);
  font-family: var(--fontFamily-en);
}

@media screen and (max-width: 768px) {
  .p-top-anchor__heading .-main {
    font-size: clamp(55px, calc(55 / 375 * 100vw), 86px);
  }
}
.p-top-anchor__heading .-sub {
  letter-spacing: 0.1em;
  font-size: clamp(16px, calc(20 / 1680 * 100vw), 999px);
}
@media screen and (max-width: 768px) {
  .p-top-anchor__heading .-sub {
    font-size: clamp(16px, calc(16 / 375 * 100vw), 20px);
  }
}
.p-top-anchor__text {
  margin-top: 2vw;
  font-size: clamp(12px, calc(14 / 1680 * 100vw), 999px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 768px) {
  .p-top-anchor__text {
    font-size: clamp(12px, calc(12 / 375 * 100vw), 14px);
    margin-top: 5.5vw;
  }
}

.p-top-anchor__button {
  margin-top: 3.5vw;
}

@media screen and (max-width: 768px) {
  .p-top-anchor__button {
    margin-top: 7vw;
  }
}

.p-top-anchor__button .c-button-more__text {
  color: white;
}
.p-top-anchor__button .c-button-more__dot {
  background-color: white;
}
}

@layer page {

.p-top-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  height: 100lvh;
  position: relative;
}

.p-top-slider canvas {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-top-slider img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.p-top-slider__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}

.p-top-slider__title {
  text-align: center;
  font-family: var(--fontFamily-en);
  color: white;
  font-size: clamp(54px, calc(90 / 1680 * 100vw), 999px);
  line-height: calc(125 / 102);
  margin-top: 3.3lvh;
}

@media screen and (max-width: 768px) {
  .p-top-slider__title {
    font-size: clamp(54px, calc(54 / 375 * 100vw), 90px);
    margin-top: 0;
  }
}

.p-top-slider__title .-upper {
  display: block;
}

.p-top-slider__title .-lower {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-top-slider__title {
    line-height: calc(66 / 62);
  }

  .p-top-slider__title .-lower {
    font-size: clamp(25px, calc(25 / 375 * 100vw), 45px);
    line-height: calc(42 / 29);
  }
}

.p-top-slider__catch {
  text-align: center;
  color: white;
  font-size: clamp(20px, calc(25 / 1680 * 100vw), 999px);
  line-height: calc(50.4 / 28);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 0.9em;
}

@media screen and (max-width: 768px) {
  .p-top-slider__catch {
    font-size: clamp(22px, calc(22 / 375 * 100vw), 28px);
    margin-top: 0.7lvh;
    letter-spacing: 0.14em;
  }
}

.p-top-slider__data {
  display: none;
}

.p-top-slider__pagination {
  position: absolute;
  bottom: 7.6lvh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  z-index: 6;
}

@media screen and (max-width: 768px) {
  .p-top-slider__pagination {
    bottom: 4.3lvh;
    gap: 25px;
  }
}

.p-top-slider__pagination button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 999em;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}

@media screen and (max-width: 768px) {
  .p-top-slider__pagination button {
    width: 7px;
    height: 7px;
  }
}

.p-top-slider__pagination button:hover {
  opacity: 0.5;
}

.p-top-slider__pagination button.active {
  opacity: 1;
}

.p-top-slider__pagination button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out,
    height 0.4s ease-in-out;
}

.p-top-slider__pagination button.active::before {
  width: 450%;
  height: 450%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-top-slider__pagination button.active::before {
    width: calc(27 / 7 * 100%);
    height: calc(27 / 7 * 100%);
    opacity: 1;
  }
}
}

@layer javascript {
.js-animation._top-fade {
  opacity: 0;
}
.js-animation._top-fade._active {
  animation-name: top-fade;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes top-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-member-archive > * {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}

/* .js-fade-in-up-on-scroll {
  opacity: 0;
  translate: 0 30px;
  filter: blur(4px);
} */

.js-fade-in-on-scroll {
  opacity: 0;
  filter: blur(4px);
}
}

@layer utility {

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-ib {
  display: inline-block;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-clear-fix::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-visible {
    display: revert;
  }
}
@media screen and (max-width: 1024px) {
  .u-lg-hidden {
    display: none;
  }
}
.u-lg-visible {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg-visible {
    display: revert;
  }
}

@media screen and (max-width: 1280px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-xl-visible {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-xl-visible {
    display: revert;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.u-mt-10 {
  margin-top: 10px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
}
