@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1050px;
  --color-primary: #808a90;
  --color-secondary: #333A3F;
  --color-accent: #ff879a;
  --color-white: #fff;
  --color-font: #242021;
  --color-gray-light: #d9d9d9;
  --color-gray-dark: #4f4f4f;
  --font-family-ja: "YakuHanMPs", "Shippori Mincho", sans-serif;
  --font-family-en: "Cormorant Infant", serif;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 22px;
  --font-size-4xl: 24px;
  --font-size-5xl: 28px;
  --font-size-6xl: 32px;
  --font-size-7xl: 36px;
  --line-height-xs: 1.6;
  --line-height-sm: 1.6;
  --line-height-md: 1.7;
  --line-height-lg: 1.6;
  --line-height-xl: 1.4;
  --line-height-2xl: 1.3;
  --line-height-3xl: 1.25;
  --line-height-4xl: 1.15;
  --line-height-5xl: 1.1;
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.01em;
  --letter-spacing-md: 0em;
  --letter-spacing-lg: -0.01em;
  --letter-spacing-xl: -0.015em;
  --letter-spacing-2xl: -0.02em;
  --letter-spacing-3xl: -0.025em;
  --letter-spacing-4xl: -0.03em;
  --letter-spacing-5xl: -0.035em;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 64px;
  --space-5l: 96px;
  --space-6l: 128px;
  --space-7l: 160px;
}

@media (min-width: 768px) {
  :root {
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-xxl: 22px;
    --font-size-2xl: 24px;
    --font-size-3xl: 28px;
    --font-size-4xl: 32px;
    --font-size-5xl: 36px;
    --font-size-6xl: 42px;
    --font-size-7xl: 50px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    --space-3l: 64px;
    --space-4l: 96px;
    --space-5l: 128px;
    --space-6l: 160px;
    --space-7l: 192px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --gap: 0;
  gap: var(--gap);
  margin-block: 2em 1em;
}
@media screen and (min-width: 1278px) {
  .row--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.row--gap-sm {
  --gap: var(--space-sm);
}
.row--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 1278px) {
  .row__full {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1278px) {
  .row__std {
    padding: var(--space-3l);
    flex: 0 0 calc(var(--width-container) / 2);
  }
}
.row__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.flex {
  display: flex;
}
flex .flex__item {
  flex: 1;
}
@media screen and (min-width: 768px) {
  flex .flex__item--content {
    min-width: 42rem;
  }
}

.grid {
  --gap: var(--space-md);
  display: grid;
  gap: var(--gap-col) var(--gap-row);
}
@media screen and (min-width: 1278px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid + .grid {
  margin-top: var(--space-xl);
}
.grid *:first-child {
  margin-top: 0;
}
.grid--gap-sm {
  --gap-row: var(--space-lg);
  --gap-col: var(--space-3l);
}
.grid--gap-lg {
  --gap-row: var(--space-xxl);
  --gap-col: var(--space-3l);
}
.grid--gap-xl {
  --gap-row: var(--space-3l);
  --gap-col: var(--space-4l);
}
.grid--gap-xl.grid + .grid {
  margin-top: var(--space-3l);
}
@media screen and (min-width: 1278px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1278px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--ad01 {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .grid--ad01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1278px) {
  .grid--ad01 {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--ad01 .grid__item:nth-child(3) {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1278px) {
  .grid--ad01 .grid__item:nth-child(3) {
    grid-column: 3/4;
  }
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}
.grid--has-subgrid > * {
  display: grid;
  grid-template-rows: subgrid;
}
.grid--subgrid-row-span-4 > * {
  grid-row: span 4;
}
.grid--align-center {
  align-items: center;
}
@media screen and (min-width: 1278px) {
  .grid--re .grid__item:nth-child(1) {
    order: 2;
  }
}
@media screen and (min-width: 1278px) {
  .grid--re .grid__item:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 1277px) {
  .grid--sp-grid {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1278px) {
  .grid--1-11 > :nth-child(1) {
    grid-column: span 1;
  }
  .grid--1-11 > :nth-child(2) {
    grid-column: span 11;
  }
}
@media screen and (min-width: 1278px) {
  .grid--2-10 > :nth-child(1) {
    grid-column: span 2;
  }
  .grid--2-10 > :nth-child(2) {
    grid-column: span 10;
  }
}
@media screen and (min-width: 1278px) {
  .grid--3-9 > :nth-child(1) {
    grid-column: span 3;
  }
  .grid--3-9 > :nth-child(2) {
    grid-column: span 9;
  }
}
@media screen and (min-width: 1278px) {
  .grid--4-8 > :nth-child(1) {
    grid-column: span 4;
  }
  .grid--4-8 > :nth-child(2) {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1278px) {
  .grid--5-7 > :nth-child(1) {
    grid-column: span 5;
  }
  .grid--5-7 > :nth-child(2) {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1278px) {
  .grid--6-6 > :nth-child(1) {
    grid-column: span 6;
  }
  .grid--6-6 > :nth-child(2) {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1278px) {
  .grid--7-5 > :nth-child(1) {
    grid-column: span 7;
  }
  .grid--7-5 > :nth-child(2) {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1278px) {
  .grid--8-4 > :nth-child(1) {
    grid-column: span 8;
  }
  .grid--8-4 > :nth-child(2) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1278px) {
  .grid--9-3 > :nth-child(1) {
    grid-column: span 9;
  }
  .grid--9-3 > :nth-child(2) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1278px) {
  .grid--10-2 > :nth-child(1) {
    grid-column: span 10;
  }
  .grid--10-2 > :nth-child(2) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1278px) {
  .grid--11-1 > :nth-child(1) {
    grid-column: span 11;
  }
  .grid--11-1 > :nth-child(2) {
    grid-column: span 1;
  }
}
.grid .box {
  margin: 0;
}
@media screen and (max-width: 1277px) {
  .grid__item--scroll {
    width: calc(100vw - 322px);
  }
}
@media screen and (max-width: 767px) {
  .grid__item--scroll {
    width: calc(100vw - (118px + 8vw));
  }
}
@media screen and (min-width: 1278px) {
  .grid--left-img-over .grid__item:nth-child(2) img {
    width: calc(100% + 10rem);
    max-width: none;
    position: relative;
    left: -13rem;
  }
}
@media screen and (max-width: 767px) {
  .grid--imgad-01 .grid__item:nth-child(2), .grid--imgad-02 .grid__item:nth-child(2) {
    width: calc(100% + var(--padding));
    position: relative;
    height: 229px;
    z-index: 2;
  }
  .grid--imgad-01 .grid__item:nth-child(2) img, .grid--imgad-02 .grid__item:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
@media screen and (min-width: 768px) {
  .grid--imgad-01 .grid__item img, .grid--imgad-02 .grid__item img {
    width: calc(100% + var(--space-3l));
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .grid--imgad-01, .grid--imgad-02 {
    grid-template-columns: 3fr 1fr;
    height: auto;
  }
}
@media screen and (min-width: 1278px) {
  .grid--imgad-01 .grid__item:nth-child(1), .grid--imgad-02 .grid__item:nth-child(1) {
    grid-column: 1/2;
  }
  .grid--imgad-01 .grid__item:nth-child(2), .grid--imgad-02 .grid__item:nth-child(2) {
    grid-column: 2/3;
  }
  .grid--imgad-01 img, .grid--imgad-02 img {
    margin-top: -16rem;
  }
}
@media screen and (max-width: 767px) {
  .grid--imgad-02 .grid__item:nth-child(2) {
    left: calc(var(--padding) * -1);
  }
}
@media screen and (min-width: 768px) {
  .grid--imgad-02 .grid__item img {
    position: relative;
    left: calc(var(--space-3l) * -1);
  }
}
@media screen and (min-width: 768px) {
  .grid--imgad-02 {
    grid-template-columns: 1fr 3fr;
  }
  .grid--imgad-02 .grid__item {
    grid-row: 1/2;
  }
  .grid--imgad-02 .grid__item:nth-child(1) {
    grid-column: 2/3;
  }
  .grid--imgad-02 .grid__item:nth-child(2) {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1278px) {
  .grid--imgad-02 img {
    margin-top: 0;
    margin-bottom: -16rem;
  }
}

.container {
  --padding: 8vw;
  max-width: var(--width-container);
  margin-inline: auto;
  padding-inline: var(--padding);
}
@media screen and (min-width: 768px) {
  .container {
    --padding: var(--space-3l);
    max-width: calc(var(--width-container) + var(--padding) * 2);
  }
}
.container--single-works {
  --width-container: 90rem;
}

.page-contents {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .page-contents {
    padding-inline-start: 10rem;
  }
}
.page-contents__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: var(--space-5l) 2.2rem;
  background: var(--color-primary);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: var(--space-3l) var(--space-3l) var(--space-3l) calc(var(--space-3l) + 10rem);
  }
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu__inner {
  display: grid;
  gap: var(--space-xl);
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
}
@media screen and (min-width: 1132px) {
  .menu__inner {
    grid-template-rows: 1fr auto;
    gap: 5rem var(--space-xl);
  }
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.trigger::before {
  content: "+";
  font-weight: normal;
  font-size: 3rem;
  transition: 0.2s ease-out;
  transform: rotate(90deg);
}
.trigger--open::before {
  content: "―";
  font-weight: 900;
  font-size: 1.8rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 1278px) {
  .trigger {
    transition: 0.2s ease-out;
  }
  .trigger:hover {
    opacity: 0.6;
  }
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3l);
  color: var(--color-white);
  border-left: 1px solid var(--color-white);
  padding-left: var(--space-xl);
}
@media screen and (max-width: 1131px) {
  .menu-list:nth-child(1) .menu-list__item, .menu-list:nth-child(2) .menu-list__item {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .menu-list:nth-child(1) .menu-list__link::after, .menu-list:nth-child(2) .menu-list__link::after {
    display: none;
  }
}
.menu-list__item {
  position: relative;
  transition: 0.2s ease-out;
  display: grid;
  gap: var(--space-lg);
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 1.8rem;
  transition: 0.2s ease-out;
  padding-right: 3rem;
}
.menu-list__link:hover {
  color: #c9c9c9;
}
.menu-list__link::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.menu-list__child {
  padding-left: var(--space-md);
}
.menu-list__child a {
  display: block;
  position: relative;
  color: #e5e5e5;
  transition: 0.2s ease-out;
}
.menu-list__child a:hover {
  color: #bdbdbd;
}
.menu-list__child a::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.menu-list__child .child-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
@media screen and (max-width: 1131px) {
  .menu-list__child {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    grid-column: 1/3;
  }
}
.trigger--open + .menu-list__child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: 100%;
}
@media screen and (min-width: 1132px) {
  .menu-list:nth-child(1) {
    grid-row: 1/3;
  }
  .menu-list:nth-child(2) {
    grid-row: 1/3;
  }
  .menu-list:nth-child(3) {
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1132px) {
  .menu-list__trigger {
    display: none;
  }
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .menu-btn::after {
    content: "Menu";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    color: var(--color-white);
    transition: 0.2s ease-out;
  }
}
.menu-btn__line {
  position: absolute;
  display: block;
  transition: 0.2s ease-out;
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .menu-btn__line {
    width: 36px;
    height: 2px;
    right: 15px;
  }
  .menu-btn__line:nth-child(1) {
    transform: translate(0, -6px);
  }
  .menu-btn__line:nth-child(2) {
    transform: translate(0, 6px);
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .menu-btn__line {
    top: 0;
    left: 50%;
    width: 2px;
    height: 50px;
  }
  .menu-btn__line:nth-child(1) {
    transform: translate(calc(-50% - 5px), 0);
  }
  .menu-btn__line:nth-child(2) {
    transform: translate(calc(-50% + 5px), 0);
  }
}
@media screen and (min-width: 768px) {
  .menu-btn[aria-expanded=true]::after {
    content: "Close";
  }
}
@media screen and (min-width: 768px) {
  .menu-btn[aria-expanded=true] .menu-btn__line {
    height: 35px;
  }
  .menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  .menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
    transform: translateY(0) rotate(45deg);
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
}
.header__body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__body {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header__body {
    flex-direction: column;
    height: 100dvh;
    background: var(--color-primary);
    box-shadow: 0 0 8px color-mix(in srgb, #3f3f3f 23%, transparent);
    padding: var(--space-lg) var(--space-md);
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  margin-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 0;
    width: 6rem;
  }
}
.header__img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 341/299;
}
@media screen and (max-width: 1277px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.gnav-list {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  border-top: 1px solid #9BA8B0;
}
.gnav-list__item {
  position: relative;
  transition: 0.2s ease-out;
  border-bottom: 1px solid #9BA8B0;
  padding-block: var(--space-md);
}
.gnav-list__link {
  position: relative;
  display: block;
  color: inherit;
  font-size: var(--font-size-lg);
}
.gnav-list__child {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
  padding-left: var(--space-md);
}
.gnav-list__child-inner {
  overflow: hidden;
}
.trigger--open + .gnav-list__child {
  grid-template-rows: 1fr;
}
.gnav-list__child .child-list {
  padding-top: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.gnav-list__child .child-list span {
  white-space: nowrap;
}
.gnav-list__child a {
  position: relative;
  display: block;
  color: inherit;
  line-height: 1.4;
  padding-right: var(--space-xl);
}
.gnav-list__child a::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.gnav-list__trigger {
  position: absolute;
  top: 10px;
  right: 0;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  display: grid;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv {
    display: grid;
    grid-template-columns: 28.8rem 1fr;
    margin-left: -10rem;
    width: calc(100% + 10rem);
    z-index: 100;
  }
}
.mv__menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  height: 100%;
  background: var(--color-primary);
  box-shadow: 0 0 8px color-mix(in srgb, #3f3f3f 23%, transparent);
  padding: var(--space-lg);
  overflow-y: auto;
}
.mv__menu::-webkit-scrollbar {
  width: 7px;
}
.mv__menu::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.mv__menu::-webkit-scrollbar-track {
  background: #acacac;
}
@media screen and (max-width: 767px) {
  .mv__menu {
    display: none;
  }
}
.mv__menu-inner {
  padding: var(--space-lg);
}
.mv__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
}
.mv__img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 341/299;
}
.mv__main {
  position: relative;
  display: grid;
  align-items: end;
  justify-content: center;
  padding: var(--space-lg);
}
.mv__slider {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.mv__slider .splide__track,
.mv__slider .splide__list,
.mv__slider .splide__slide {
  height: 100%;
}
.mv__slider .splide__slide img {
  transition: 5s ease-in-out;
}
.mv__slider .splide__slide.is-active img {
  transform: scale(1.2);
}
.mv__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .image-hero {
    height: 90dvh;
    min-height: 80rem;
    justify-content: space-between;
  }
}
.image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: color-mix(in srgb, #000 30%, transparent);
  backdrop-filter: blur(10px);
}
.image-hero__breadcrumb {
  padding: var(--space-xl);
}
.image-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .image-hero__inner {
    display: grid;
    gap: var(--space-3l) 0;
    grid-template-columns: [full-start] 8vw [container-start] 1fr [container-end] 8vw [full-end];
    padding-bottom: var(--space-3l);
  }
}
@media screen and (min-width: 768px) {
  .image-hero__inner {
    display: flex;
    flex-wrap: wrap;
    min-height: 65%;
  }
}
@media screen and (max-width: 767px) {
  .image-hero__img {
    grid-column-start: full-start;
    grid-column-end: container-end;
  }
}
@media screen and (min-width: 768px) {
  .image-hero__img {
    position: relative;
    flex: 4 0 0;
  }
  .image-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
.image-hero__body {
  display: grid;
  gap: var(--space-lg) 0;
}
@media screen and (max-width: 767px) {
  .image-hero__body {
    grid-column: container;
  }
}
@media screen and (min-width: 768px) {
  .image-hero__body {
    flex: 3 0 0;
    min-width: 42rem;
    padding-block: var(--space-xl);
    place-content: center;
    grid-template-columns: 1fr [container-start] 7fr [container-end] 2fr;
  }
  .image-hero__body > * {
    grid-column: container;
  }
}
.image-hero__title {
  font-size: var(--font-size-6xl);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .image-hero__title {
    font-size: var(--font-size-7xl);
  }
}
.image-hero__title span {
  white-space: nowrap;
}
.image-hero__summary {
  line-height: 2.2;
}
.image-hero__breadcrumb {
  padding: 7.2rem 1.7rem 1rem 1.7rem;
}
@media screen and (min-width: 768px) {
  .image-hero__breadcrumb .breadcrumb__item {
    color: #E1E1E1 !important;
  }
  .image-hero__breadcrumb .breadcrumb__item::before {
    color: #E1E1E1 !important;
  }
  .image-hero__breadcrumb .breadcrumb__item:last-child a {
    color: #fff;
  }
}

.hero {
  display: grid;
  background: #4f4f4f;
}
@media screen and (max-width: 767px) {
  .hero {
    grid-template-columns: [full-start] 8vw [container-start] 1fr [container-end] 8vw [full-end];
  }
}
@media screen and (min-width: 768px) {
  .hero {
    height: 90dvh;
    min-height: 80rem;
    grid-template-columns: 1fr minmax(42rem, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .hero__breadcrumb {
    position: absolute;
    top: 6.7rem;
    left: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .hero__breadcrumb {
    display: grid;
    align-items: center;
    height: 12rem;
    padding-inline: 8%;
  }
  .hero__breadcrumb .breadcrumb__item {
    color: var(--color-font);
  }
}
.hero__head {
  position: relative;
  background: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero__head {
    grid-column: full;
    height: 31.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__head::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, color-mix(in srgb, #000 20%, transparent), color-mix(in srgb, #000 0%, transparent));
    z-index: -1;
  }
}
.hero__head img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero__head img {
    inset: 12rem 8%;
    width: 84%;
    height: calc(100% - 24rem);
  }
}
.hero__body {
  display: grid;
  gap: var(--space-lg) 0;
  color: var(--color-white);
  padding-block: var(--space-xl);
}
@media screen and (max-width: 767px) {
  .hero__body {
    grid-column: container;
  }
}
@media screen and (min-width: 768px) {
  .hero__body {
    place-content: center;
    grid-template-columns: 1fr [container-start] 7fr [container-end] 2fr;
  }
  .hero__body > * {
    grid-column: container;
  }
}
.hero__title {
  font-size: var(--font-size-5xl);
  font-weight: 500;
  line-height: 1.2;
}
.hero__title span {
  white-space: nowrap;
}
.hero__summary {
  line-height: 2.2;
}
.hero--bg-gray {
  position: relative;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .hero--bg-gray {
    height: 67dvh;
    min-height: 59rem;
  }
}
.hero--bg-gray .hero__head {
  background: transparent;
}
.hero--bg-gray .hero__breadcrumb .breadcrumb__item {
  color: var(--color-white);
}
.hero--bg-gray .hero__body {
  position: relative;
  z-index: 3;
}
.hero--bg-gray::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(79, 79, 79, 0.1) 0, #4f4f4f 75%);
}
@media screen and (max-width: 767px) {
  .hero--bg-gray::before {
    background: linear-gradient(to bottom, rgba(79, 79, 79, 0.1) 0, #4f4f4f 75%);
  }
}
.hero__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  color: var(--color-white);
  background: var(--color-primary);
  padding: 64px 0;
  margin-top: auto;
}
.footer__sub-title {
  font-size: var(--font-size-lg);
  border-bottom: 1px solid var(--color-white);
  padding-bottom: var(--space-lg);
}
.footer__logo, .footer__address {
  display: block;
}
.footer__logo {
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__menu, .footer__signature {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 25px;
  }
}
.footer__signature {
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer__signature {
    grid-template-columns: auto 1fr;
    gap: 40px;
  }
}
.footer__other {
  display: block;
}
.footer__copyright {
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
  margin-top: var(--space-5l);
}

.fnav-list {
  width: 100%;
  width: fit-content;
}
.fnav-list__item {
  list-style: none;
  color: inherit;
}
.fnav-list__item + .fnav-list__item {
  margin-top: var(--space-xxl);
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: var(--font-size-md);
  font-weight: 500;
  color: inherit;
  padding: 5px;
  transition: 0.2s ease-out;
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding-inline: 0.5rem 0;
}
.fchild-list__item {
  position: relative;
  padding-left: 1.5rem;
  margin-top: var(--space-xs);
  transition: 0.2s ease-out;
}
.fchild-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.5rem;
  color: inherit;
  padding-bottom: 5px;
}

.org {
  display: block;
  list-style: none;
  color: inherit;
  line-height: 1.7;
  margin-top: var(--space-lg);
}
.org__name {
  font-weight: 500;
}
.org__name, .org__addr, .org__phone, .org__fax {
  font-size: var(--font-size-sm);
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
.org__phone a {
  text-decoration: none;
  color: inherit;
}

.footer-list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-xl);
}
@media screen and (max-width: 767px) {
  .footer-list {
    width: 100%;
    justify-content: center;
  }
}
.footer-list__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.footer-list__link:hover {
  opacity: 0.6;
}

.area-list {
  list-style: none;
  display: grid;
  gap: var(--space-lg);
}
@media screen and (min-width: 768px) {
  .area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.area-list__item {
  max-width: 240px;
  font-size: var(--font-size-sm);
  margin-top: var(--space-xl);
}
.area-list__child {
  list-style: none;
  font-size: var(--font-size-xs);
  margin-top: var(--space-sm);
}

.section {
  position: relative;
  padding-block: var(--space-5l);
  overflow: hidden;
}
.section__header {
  margin-bottom: var(--space-md);
}
.section__header--center {
  text-align: center;
}
.section__title {
  display: grid;
  font-size: var(--font-size-6xl);
  font-weight: normal;
  line-height: var(--line-height-3xl);
  color: var(--color-font);
}
.section__title::after {
  content: attr(data-en) " ";
  font-size: var(--font-size-lg);
}
.section__title--small {
  font-size: var(--font-size-3xl);
}
.section__description {
  margin-top: var(--font-size-4xl);
  line-height: 2.125;
}
.section__deco {
  position: absolute;
  bottom: -5px;
  color: #868686;
  font-size: 5.2rem;
  font-family: var(--font-family-en);
  line-height: 0.7;
  pointer-events: none;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .section__deco {
    font-size: 11.5rem;
  }
}
.section__footer {
  display: block;
  margin-block-start: var(--space-xxl);
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section:nth-child(odd) {
  background: var(--color-gray-dark);
}
.section:nth-child(odd) .section__title,
.section:nth-child(odd) .section__description {
  color: var(--color-white);
}
.section:nth-child(even) {
  background: var(--color-gray-light);
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
.section--reason .section__title {
  font-size: var(--font-size-7xl);
}
@media screen and (max-width: 767px) {
  .section--reason .col__full {
    max-width: 90%;
    min-width: 90%;
    margin-inline: -25px 0;
  }
}
.section--gallery .section__deco, .section--mh .section__deco {
  right: 0;
  color: #c3c3c3;
}
.section--commitment {
  padding-block: var(--space-3l) var(--space-5l);
  z-index: 0;
}
.section--commitment::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  background: url(../images/top/commitment_bg.png) center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section--commitment .col__item {
    min-width: 445px;
  }
}
@media screen and (min-width: 768px) {
  .section--gallery .col__item {
    max-width: 300px;
    min-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1108px) {
  .section--gallery .col__item {
    max-width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .section--gallery .col__block {
    min-width: 445px;
  }
}
.section--voice {
  padding-block: var(--space-6l);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .section--voice::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 775px;
    height: 586px;
    background: url(../images/top/voice_bg.png) center/cover no-repeat;
    z-index: -2;
  }
}
.section--mh {
  padding-block: 0 var(--space-5l);
}
.section--mh .section__deco {
  right: 0;
}
.section--mh .col__full {
  margin-inline: -75px 0;
}
.section--contact {
  background: url(../images/top/contact_bg.png) center/cover no-repeat !important;
}
.section--contact .section__title {
  color: var(--color-white);
}
.section--update {
  background: #c3c3c3 !important;
  padding-block: var(--space-4l);
}
.section--company {
  background: var(--color-gray-dark) !important;
  color: var(--color-white);
}
.section--owner {
  background: var(--color-gray-dark) !important;
}

.voice-bg {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 60%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .voice-bg {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 95%;
    height: 71%;
  }
}
.voice-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scale(1.1);
  background: url(../images/top/top_voice.jpg) center/cover no-repeat;
  filter: blur(5px);
  z-index: -1;
}
.voice-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3l);
}
@media screen and (min-width: 768px) {
  .col__item {
    min-width: 385px;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .col__item--half {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .col__full, .col__list {
    min-width: 500px;
    max-width: 700px;
    flex: 1;
    margin-inline: 0 -75px;
  }
}
.col__full--contain .col__img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .col__list {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col__list {
    flex: 1 0 55%;
    margin-inline: 0 -63px;
  }
}
.col__block {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .col__thumb {
    min-width: 567px;
    max-width: 567px;
  }
}
.col__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.col--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .col--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1108px) {
  .col--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1278px) {
  .col--align-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .col--list-wide .col__item {
    min-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .col--list-wide .col__list {
    max-width: 850px;
  }
}
@media screen and (max-width: 1277px) {
  .col--model {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .col--model {
    margin-block: 5rem 170px;
  }
}
@media screen and (min-width: 1278px) {
  .col--model .col__full--over {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-20%, -50%);
    max-width: 70vw;
  }
}

.commitment-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .commitment-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.commitment-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.commitment-list__item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: var(--space-xxl) var(--space-md);
}
.commitment-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
}
.commitment-list__item:nth-child(1) {
  background-image: url(../images/top/top_com_01.jpg);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(1) {
    grid-area: 1/1/2/4;
  }
}
.commitment-list__item:nth-child(2) {
  background-image: url(../images/top/top_com_02.jpg);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.commitment-list__item:nth-child(3) {
  background-image: url(../images/top/top_com_03.jpg);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(3) {
    grid-area: 2/2/3/4;
  }
}
.commitment-list__item:nth-child(4) {
  background-image: url(../images/top/top_com_04.webp);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(4) {
    grid-area: 3/1/4/2;
  }
}
.commitment-list__item:nth-child(5) {
  background-image: url(../images/top/top_com_05.webp);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(5) {
    grid-area: 3/2/4/3;
  }
}
.commitment-list__item:nth-child(6) {
  background-image: url(../images/top/top_com_06.webp);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(6) {
    grid-area: 4/1/5/3;
  }
}
.commitment-list__item:nth-child(7) {
  background-image: url(../images/top/top_com_07.webp);
}
@media screen and (min-width: 768px) {
  .commitment-list__item:nth-child(7) {
    grid-area: 3/3/5/4;
  }
}
@media screen and (min-width: 1278px) {
  .commitment-list__item {
    transition: 0.2s ease-out;
  }
  .commitment-list__item:hover {
    opacity: 0.3;
  }
}
.commitment-list__head {
  color: var(--color-white);
  font-weight: 500;
  padding-right: var(--space-xl);
}
@media screen and (max-width: 767px) {
  .commitment-list__head {
    white-space: nowrap;
  }
}
.commitment-list__desc {
  font-size: var(--font-size-sm);
}
.commitment-list__title {
  display: block;
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-xl);
}
@media screen and (min-width: 768px) {
  .commitment-list--2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(1) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(2) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(3) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(4) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(5) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-list--2 .commitment-list__item:nth-child(6) {
    grid-area: auto;
  }
}
.commitment-list--2 .commitment-list__item:nth-child(1) {
  background-image: url(../images/top/top_com--02_01.webp);
}
.commitment-list--2 .commitment-list__item:nth-child(2) {
  background-image: url(../images/top/top_com--02_02.webp);
}
.commitment-list--2 .commitment-list__item:nth-child(3) {
  background-image: url(../images/top/top_com--02_03.webp);
}
.commitment-list--2 .commitment-list__item:nth-child(4) {
  background-image: url(../images/top/top_com--02_04.webp);
}
.commitment-list--2 .commitment-list__item:nth-child(5) {
  background-image: url(../images/top/top_com--02_05.webp);
}
.commitment-list--2 .commitment-list__item:nth-child(6) {
  background-image: url(../images/top/top_com--02_06.webp);
}

.gallery-list {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .gallery-list {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1278px) {
  .gallery-list {
    gap: 20px 25px;
  }
}
.gallery-list__item {
  position: relative;
}
.gallery-list__img {
  width: 100%;
  aspect-ratio: 330px/220px;
}
.gallery-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery-list__title {
  position: relative;
  font-weight: 500;
  margin-top: 1rem;
  padding-inline: 0 2rem;
}
.gallery-list__title::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
}

.update {
  display: grid;
  gap: var(--space-3l);
}
@media screen and (min-width: 768px) {
  .update {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: var(--space-3l);
  }
}
.update__item {
  border-bottom: 1px dotted #787878;
  padding-block: 0 10px;
}
.update__small-title {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-size: var(--font-size-2xl);
  font-weight: 500;
}
.update__small-title::after {
  content: attr(data-en);
  font-size: var(--font-size-sm);
}
.update .comingsoon {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: var(--space-md);
}

.company-col {
  display: grid;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .company-col {
    display: flex;
    flex-wrap: wrap;
  }
}
.company-col__block:first-child {
  min-width: calc(275px + 6rem);
  max-width: calc(275px + 6rem);
  border-right: 1px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .company-col__block:first-child {
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1108px) {
  .company-col__block:first-child {
    border-right: none;
    padding-inline: 0;
  }
}
.company-col__block:last-child {
  flex: 1;
  display: grid;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .company-col__block:last-child {
    min-width: 470px;
    grid-template-columns: 1fr 40%;
  }
}
.company-col__title {
  font-size: var(--font-size-3xl);
  font-weight: 500;
}
.company-col__item {
  display: grid;
  gap: var(--space-xl);
}
.company-col__desc {
  font-size: 1.6rem;
  margin-block: var(--space-xl) 0;
  line-height: 2;
}
.company-col__text {
  font-size: 1.5rem;
  line-height: 2;
}
.company-col__img, .company-col__book-img {
  width: 100%;
}
.company-col__footer .btn {
  font-size: 1.5rem;
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 54px;
  margin-block: var(--space-xxl) 0;
}
@media screen and (max-width: 1277px) {
  .btn-list {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1278px) {
  .btn-list {
    max-width: 835px;
    margin: auto;
  }
}
@media screen and (min-width: 1278px) {
  .btn-list__item {
    flex: 1 0 calc(50% - 27px);
  }
}
.btn-list--header .btn, .btn-list--mv .btn {
  position: relative;
}
.btn-list--header .btn::after, .btn-list--mv .btn::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.btn-list--header {
  margin: 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .btn-list--header {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .btn-list--header .btn {
    font-size: 1.7rem;
    padding-block: 6px;
  }
  .btn-list--header .btn::before {
    font-size: 150%;
  }
}
@media screen and (min-width: 1132px) {
  .btn-list--header {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.btn-list--mv {
  gap: 1.5rem;
  margin-block: 0;
}
.btn-list--mv .btn {
  width: 100%;
  gap: 10px;
  font-size: 1.4rem;
  padding-block: var(--space-xs);
  padding-inline: var(--space-md) var(--space-xl);
}
.btn-list--mv .btn::before {
  font-size: 2.5rem;
}
.btn-list--mv .btn::after {
  font-size: 2rem;
}

.owner-btn {
  display: grid;
  gap: 20px;
  margin-block: var(--space-xxl) 0;
}
@media screen and (min-width: 768px) {
  .owner-btn {
    gap: 58px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.owner-btn__item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 35px;
  z-index: 0;
}
@media screen and (min-width: 1278px) {
  .owner-btn__item {
    padding: 62px 48px;
    transition: 0.2s ease-out;
  }
  .owner-btn__item:hover {
    opacity: 0.3;
  }
}
.owner-btn__item::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  font-size: var(--font-size-6xl);
  font-weight: 500;
  color: var(--color-white);
  z-index: 1;
}
.owner-btn__item:first-child {
  background-image: url(../images/top/owner_01.jpg);
}
.owner-btn__item:last-child {
  background-image: url(../images/top/owner_02.jpg);
}
.owner-btn__item--nolink {
  opacity: 0.3;
  pointer-events: none;
}
.owner-btn__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.owner-btn__title {
  font-size: var(--font-size-4xl);
  font-weight: 500;
  color: var(--color-white);
  line-height: var(--line-height-xl);
}

.pin {
  height: 200vh;
  view-timeline: --sticky-timeline;
}
.pin__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-x: clip;
}
.pin__slider {
  display: flex;
  width: 300vw;
  height: 100%;
  animation: slide-image linear both;
  animation-timeline: --sticky-timeline;
  animation-range: contain;
}

.pin-slider__item {
  flex: 1 0 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
}

@keyframes slide-image {
  0% {
    translate: 0vw 0;
  }
  100% {
    translate: -200vw 0;
  }
}
.scroll-clip {
  animation: reveal linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}

@keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
/*********************/
/*  TOP  */
/*********************/
main {
  position: relative;
}

/*********************/
.btn-wrap {
  display: flex;
  gap: 2rem;
}
.btn-wrap--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-wrap--spcolumn {
    flex-direction: column;
  }
}
.btn-wrap--center {
  justify-content: center;
}
.btn-wrap--right {
  justify-content: flex-end;
}

.main-contents *:first-child,
.post-type-page *:first-child {
  margin-top: 0;
}
.main-contents p,
.post-type-page p {
  line-height: 2.2;
}
.main-contents p:not(:first-child),
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
.main-contents a:not([class]),
.post-type-page a:not([class]) {
  color: var(--color-primary);
  text-decoration: underline;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1278px) {
  .main-contents a:not([class]):hover,
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}
.main-contents img,
.post-type-page img {
  width: 100%;
  height: auto;
}
.main-contents .wp-block-gallery + .wp-block-gallery,
.post-type-page .wp-block-gallery + .wp-block-gallery {
  margin-top: 0.5em;
}

.page-article p {
  line-height: 2.1;
}
.page-article p:not(:first-child) {
  margin-top: 1rem;
}

.index {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #a4a4a4;
}
@media screen and (min-width: 768px) {
  .index {
    flex-wrap: nowrap;
  }
}
.index li {
  position: relative;
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .index li {
    flex: 1 1 auto;
  }
}
.index li::before {
  content: "";
  position: absolute;
  top: 0;
  width: 95%;
}
.index li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
}
.index li:nth-child(odd)::before {
  right: 0;
}
.index li:nth-child(even)::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .index li:nth-child(n+3)::before {
    border-top: 1px solid #a4a4a4;
  }
  .index li:nth-child(2n+1)::after {
    background: #a4a4a4;
  }
}
@media screen and (min-width: 768px) {
  .index li:not(:last-child)::after {
    background: #a4a4a4;
  }
}
.index a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-font);
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  padding-block: 10px;
  padding-inline: 10px 25px;
}
@media screen and (min-width: 768px) {
  .index a {
    font-size: 1.4rem;
    padding-block: 18px;
    padding-inline: 20px 40px;
    transition: 0.2s ease-out;
  }
  .index a:hover {
    color: #9E9E9E;
  }
}
.index a::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  font-weight: normal;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .index a::after {
    right: 12px;
  }
}

.works-hero {
  color: var(--color-white);
  background: var(--color-secondary);
  padding: var(--space-3l) var(--space-xl);
  display: grid;
  gap: var(--space-xxl);
}
.works-hero__title {
  font-size: var(--font-size-6xl);
  line-height: 1.4;
}
.works-hero__title span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .works-hero .breadcrumb__item {
    color: #E1E1E1 !important;
  }
  .works-hero .breadcrumb__item::before {
    color: #E1E1E1 !important;
  }
  .works-hero .breadcrumb__item:last-child a {
    color: #fff;
  }
}

.works-head {
  display: grid;
  gap: var(--space-md);
  margin-block: var(--space-xl);
}
@media screen and (min-width: 768px) {
  .works-head {
    grid-template-columns: 28.8rem 1fr;
    gap: var(--space-3l);
    align-items: start;
  }
}
.works-head__data {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 0.5rem 1rem;
  background-color: #E9E9E9;
  padding: var(--space-lg) var(--space-xl);
}

.section-bg {
  padding-block: var(--space-4l) var(--space-3l);
  overflow: hidden;
}
@media screen and (min-width: 1278px) {
  .section-bg {
    padding-block: var(--space-5l);
  }
}
.section-bg .hr {
  border-top: 1px solid var(--color-font);
}
.section-bg--wt {
  background: var(--color-white);
}
.section-bg--wt .hr {
  border-top: 1px solid var(--color-font);
}
.section-bg--dark, .section-bg--middle {
  color: var(--color-white);
}
.section-bg--dark .h3::before, .section-bg--middle .h3::before {
  color: var(--color-white);
}
.section-bg--dark {
  background: var(--color-secondary);
}
.section-bg--middle {
  background: var(--color-gray-dark);
}
.section-bg--light {
  background: var(--color-gray-light);
}
.section-bg--light .hr {
  border-top: 1px solid var(--color-font);
}
.section-bg--thumb {
  background: url(../images/performance_bg.jpg) center center/cover no-repeat;
}
.section-bg--thumb-model {
  background: url(../images/model_bg.png) center center/cover no-repeat;
  padding-block: var(--space-5l) var(--space-7l);
}
@media screen and (min-width: 1278px) {
  .section-bg--thumb-model {
    padding-block: var(--space-5l) 300px;
  }
}
.section-bg--thumb-model .float-img {
  max-width: 650px;
  transform: translateY(50px);
}
.section-bg--fixed, .section-bg--fixed-h-max, .section-bg--fixed-h-center {
  position: relative;
  z-index: 0;
}
.section-bg--fixed .fixed-img, .section-bg--fixed-h-max .fixed-img, .section-bg--fixed-h-center .fixed-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 40vh;
  object-position: top;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-bg--fixed .fixed-img, .section-bg--fixed-h-max .fixed-img, .section-bg--fixed-h-center .fixed-img {
    width: 60%;
    height: 90%;
  }
}
.section-bg--fixed-h-max .fixed-img, .section-bg--fixed-h-center .fixed-img {
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .section-bg--fixed-h-max .fixed-img, .section-bg--fixed-h-center .fixed-img {
    width: 75%;
    height: 100%;
  }
}
.section-bg--fixed-h-center .fixed-img {
  object-position: left center;
}
@media screen and (max-width: 767px) {
  .section-bg--fixed-h-center .fixed-img {
    height: 90%;
    object-fit: contain;
    object-position: right center;
  }
}
@media screen and (min-width: 768px) {
  .section-bg--fixed-w-harf .fixed-img {
    width: 40%;
    height: 100%;
  }
}
@media screen and (min-width: 1278px) {
  .section-bg--min {
    padding-block: 10rem;
    overflow: visible;
  }
}
.section-bg--hr {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-bg--sp-topad-01 {
    padding-top: 15rem;
    margin-top: -15rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-bg--sp-pt-none {
    padding-top: 0;
  }
}
.section-bg--pt-none {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .fixed-img--mt-left {
    right: auto;
    left: 0;
  }
}

.page-section--hb .section__title,
.page-section--hb .h2, .page-section--ft .section__title,
.page-section--ft .h2 {
  color: var(--color-white);
}
.page-section--hb {
  background: var(--color-gray-dark) !important;
}
.page-section--ft {
  background: var(--color-gray-dark) !important;
  padding-block: var(--space-5l) var(--space-6l);
}
.page-section--ft::before {
  content: none;
}

.btn-area--low {
  margin-top: var(--space-xxl);
}
.btn-area--high {
  margin-top: var(--font-size-6xl);
}
.btn-area--col {
  display: grid;
  gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .btn-area--col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5rem;
  }
  .btn-area--col .btn {
    flex: 1 0 calc(50% - 2.5rem);
  }
}
.btn-area--ver {
  display: grid;
  gap: var(--font-size-6xl);
}
.btn-area--ver .btn {
  width: 100%;
}
.btn-area--center {
  display: grid;
  justify-content: center;
}
.btn-area .btn + .btn-area .btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1278px) {
  .btn-area .btn + .btn-area .btn {
    margin-top: 4.2rem;
  }
}

.btn {
  --color: var(--color-font);
  --bg: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-lg);
  gap: var(--space-xl);
  text-decoration: none;
  color: var(--color);
  background: var(--bg);
  padding: var(--space-lg) var(--space-xl);
  transition: 0.2s ease-out;
}
.btn::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: var(--font-size-lg);
  font-weight: normal;
  color: var(--color);
  line-height: 1;
}
.btn[target=_blank] {
  gap: 0.5rem;
}
.btn[target=_blank]::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
}
.btn:hover {
  --color: var(--color-white);
  --bg: var(--color-font);
}
.btn--file {
  gap: 0.5rem;
}
.btn--file::after {
  content: "\e902";
}
.btn--bg {
  background: var(--color-primary);
}
.btn--black {
  --color: var(--color-white);
  --bg: var(--color-font);
}
.btn--black:hover {
  --color: var(--color-font);
  --bg: var(--color-white);
}
.btn--transparent {
  background: rgba(255, 255, 255, 0.5);
}
.btn--wide {
  width: 100%;
}
.btn--visit, .btn--contact {
  font-size: var(--font-size-xl);
}
@media screen and (max-width: 767px) {
  .btn--visit, .btn--contact {
    font-size: 1.6rem;
  }
}
.btn--visit {
  gap: var(--space-md);
  padding-inline: var(--space-lg);
}
.btn--visit::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: var(--font-size-6xl);
  font-weight: normal;
  line-height: 1;
}
.btn--contact {
  gap: var(--space-md);
}
.btn--contact::before {
  content: "\e905";
  font-family: "icomoon";
  font-size: var(--font-size-6xl);
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 1277px) {
  .btn--tel {
    flex-direction: column;
  }
}
@media screen and (min-width: 1278px) {
  .btn--tel {
    gap: 57px;
  }
}
@media screen and (min-width: 1278px) {
  .btn--min {
    font-size: 1.5rem;
    padding-block: 17px 16px;
  }
}
@media screen and (min-width: 768px) {
  .btn--310 {
    width: 100%;
    max-width: 310px;
  }
}

.wide-btn {
  --color: var(--color-white);
  --bg: var(--color-primary);
  background: var(--bg);
  color: var(--color);
}
@media screen and (max-width: 767px) {
  .wide-btn {
    gap: var(--space-sm);
    text-align: center;
  }
}
.wide-btn::after {
  content: none !important;
}
.wide-btn:hover {
  --color: var(--color-font);
  --bg: var(--color-white);
}
.wide-btn__title {
  font-size: var(--font-size-xl);
}
.wide-btn__num {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-size-4xl);
}
.wide-btn__num::before {
  content: "\e901";
  font-family: "icomoon";
  font-weight: normal;
}
.wide-btn__desc {
  font-size: 1.3rem;
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}

.h1 {
  display: grid;
  font-size: var(--font-size-6xl);
  font-weight: 500;
  line-height: var(--line-height-3xl);
  letter-spacing: var(--letter-spacing-3xl);
  text-align: center;
  margin-block: 3em 2em;
}
.h1::after {
  content: attr(data-en) " ";
  font-size: var(--font-size-lg);
}
@media screen and (min-width: 768px) {
  .h1--nobreak {
    white-space: nowrap;
  }
}
.h1--left {
  text-align: left;
}
.h1--dan, .h1--ryo {
  position: relative;
  margin-block: 0 var(--space-lg) !important;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .h1--dan, .h1--ryo {
    margin-block: var(--space-4l) var(--space-lg) !important;
  }
}
.h1--dan::before, .h1--ryo::before {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translate(0, -60%);
  font-size: 9.6rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (min-width: 1278px) {
  .h1--dan::before, .h1--ryo::before {
    left: -30px;
    font-size: 19rem;
  }
}
.h1--dan::before {
  content: "暖";
}
.h1--ryo::before {
  content: "涼";
}

.h2 {
  font-size: var(--font-size-5xl);
  font-weight: 500;
  line-height: var(--line-height-2xl);
  letter-spacing: var(--letter-spacing-2xl);
  margin-block: 2.5em 1em;
}
.h2__desc {
  display: block;
  font-size: var(--font-size-md);
  margin-top: var(--space-sm);
}
.h2--center {
  text-align: center;
}
.h2--underline {
  border-bottom: 1px solid;
  padding-bottom: var(--space-xl);
}

.h3 {
  font-size: var(--font-size-3xl);
  font-weight: 500;
  line-height: var(--line-height-xl);
  letter-spacing: var(--letter-spacing-xl);
  margin-block: 2em 1em;
}
.h3::before {
  content: attr(data-en);
  display: block;
  font-size: var(--font-size-sm);
  color: #494949;
  margin-bottom: 1.5rem;
}
.h3--center {
  text-align: center;
}
.h3--deco {
  position: relative;
  padding-left: var(--space-xl);
}
.h3--deco::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}
.h3--deco-g {
  position: relative;
  padding-left: var(--space-xl);
}
.h3--deco-g::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  color: #808A90;
}
.h3--underline {
  border-bottom: 1px solid;
  padding-bottom: var(--space-lg);
}
.h3--underline-g {
  border-bottom: 1px solid #808A90;
  padding-bottom: var(--space-lg);
}
.h3__sub {
  font-size: 50%;
  display: inline-block;
  line-height: 1.3;
  margin-left: 2rem;
  vertical-align: bottom;
}

.h4 {
  font-size: var(--font-size-2xl);
  font-weight: 500;
  line-height: var(--line-height-lg);
  letter-spacing: var(--letter-spacing-lg);
  margin-block: 1.5em 1em;
}
.h4--center {
  text-align: center;
}
.h4--underline {
  border-bottom: 1px solid;
  padding-bottom: var(--space-xs);
}
.h4--deco {
  position: relative;
  padding-left: var(--space-xl);
}
.h4--deco::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}

.h5 {
  position: relative;
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: var(--line-height-lg);
  letter-spacing: var(--letter-spacing-lg);
  margin-block: 1.5em 1em;
  padding-left: var(--space-lg);
}
.h5::before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}
.h5--nodeco {
  padding-left: 0;
  margin-block: 1.5em var(--space-xs);
}
.h5--nodeco::before {
  content: none;
}
.h5--underline {
  font-size: var(--font-size-lg);
  border-bottom: 1px solid;
  padding-bottom: var(--space-md);
}
.h5--small {
  font-size: var(--font-size-lg);
  margin-block: var(--space-lg);
}
.h5--gray-border {
  border-bottom: 1px solid #808A90;
  max-width: 450px;
  display: inline-block;
}
.h5--gray-border::before {
  color: #808A90;
}

.note {
  position: relative;
  font-size: 1.5rem;
  padding-left: var(--space-md);
  margin-top: var(--space-xl) !important;
}
.note::before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}
.note--point::before {
  color: #AC2037;
}

.num {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  font-size: var(--heading-size-s-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 768px) {
  .num {
    font-size: var(--heading-size-s);
  }
}
.num::before {
  flex: 0 0 5rem;
  display: grid;
  place-content: center;
  counter-increment: heading 1;
  content: counter(heading, decimal-leading-zero);
  color: var(--color-accent);
  aspect-ratio: 1;
}
.num--reset {
  counter-reset: heading;
}

.ul {
  padding-inline-start: 2rem;
  margin-block: 2em 1em;
}
.ul > li {
  padding-inline-start: 1rem;
}
.ul > li::marker {
  font-family: "icomoon";
  content: "\e903";
}
.ul > li + li {
  margin-top: 0.5em;
}

.ol {
  counter-reset: number 0;
  padding-inline-start: 2rem;
  margin-block: 2em 1em;
}
.ol > li {
  counter-increment: number 1;
  padding-inline-start: 1rem;
}
.ol > li::marker {
  content: counter(number) " ";
  aspect-ratio: 1;
}
.ol > li + li {
  margin-top: 0.5em;
}

.table {
  white-space: nowrap;
}
.table th {
  font-size: var(--font-size-xl);
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-gray-dark);
}
.table td {
  background: var(--color-white);
}
.table th,
.table td {
  padding: var(--space-lg);
}
.table--full {
  width: 100%;
}
.table--bordered {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
.table--bordered th,
.table--bordered td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.section-bg--dark .table td, .section-bg--middle .table td {
  color: var(--color-font);
}

.table-responsive {
  overflow-x: auto;
}

.data {
  display: grid;
  margin-block: 2em 1em;
}
@media screen and (min-width: 768px) {
  .data {
    grid-template-columns: 20rem 1fr;
  }
}
.data dt,
.data dd {
  padding-block: 1.2rem;
}
.data dt:last-of-type,
.data dd:last-of-type {
  border-bottom: 1px solid #a4a4a4;
}
.data dt {
  font-weight: bold;
  border-top: 1px solid #a4a4a4;
}
@media screen and (min-width: 768px) {
  .data dt {
    padding-left: var(--space-xl);
  }
}
@media screen and (max-width: 767px) {
  .data dd {
    padding-block: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .data dd {
    border-top: 1px solid #a4a4a4;
  }
}

.text-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  margin-top: 0.5rem;
}

.box-table {
  width: 100%;
  height: 100%;
}
.box-table th,
.box-table td {
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 1.5rem 1rem;
}
.box-table th {
  width: 30%;
  background: #a4a4a4;
}
.box-table .text-link {
  color: var(--color-white);
  margin-top: 0.5rem;
}

.faq {
  display: grid;
  gap: 1rem;
}
.faq__q {
  display: flex;
  font-size: var(--heading-size-xxs-mb);
}
.faq__q::before {
  flex: 0 0 3rem;
  content: "Q";
}
@media screen and (min-width: 768px) {
  .faq__q {
    font-size: var(--heading-size-xxs);
  }
}
.faq__a {
  display: flex;
}
.faq__a::before {
  flex: 0 0 3rem;
  content: "A";
}

.flow {
  counter-reset: flow;
  display: grid;
  gap: var(--space-lg);
}
.flow__item {
  position: relative;
  background-color: color-mix(in srgb, var(--color-primary) 10%, white);
  padding: var(--space-lg);
}
.flow__item:not(:first-child)::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-family: "icomoon";
  content: "\ea37";
}
.flow__title {
  display: flex;
  counter-increment: flow;
}
.flow__title::before {
  content: counter(flow);
  flex: 0 0 3rem;
  display: grid;
  place-content: center;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
}

.box {
  position: relative;
  background: transparent;
  border: 1px solid var(--color-font);
  color: inherit;
  padding: var(--space-xxl) var(--space-lg);
  margin-block: var(--space-3l);
}
@media screen and (min-width: 1278px) {
  .box {
    padding: var(--space-xxl) var(--space-3l);
  }
}
.box *:first-child {
  margin-top: 0;
}
.box--narrow {
  padding: var(--space-lg) var(--space-xl);
}
.box--bg {
  background: var(--color-secondary);
  color: var(--color-white);
}
.box--bg-gray {
  background: var(--color-gray-dark);
  color: var(--color-white);
}
.section-bg--dark .box, .section-bg--middle .box {
  border: 1px solid var(--color-white);
}
.section-bg--dark .box--bg, .section-bg--middle .box--bg, .section-bg--dark .box--bg-gray, .section-bg--middle .box--bg-gray {
  border: none;
}
.box--img {
  background: var(--color-secondary);
  color: var(--color-white);
  margin-bottom: 0;
  padding: var(--space-3l) var(--space-xxl);
}
@media screen and (min-width: 768px) {
  .box--img {
    padding-right: 30%;
  }
}
@media screen and (min-width: 1278px) {
  .box--img {
    padding-right: 35%;
  }
}
.box--fixed {
  height: 100%;
}
@media screen and (min-width: 1278px) {
  .box--pd-wide {
    padding: var(--space-xxl) var(--space-6l);
  }
}
.box--wt {
  background: #fff;
  border: none;
}

.box-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-wrap .img-box {
    width: 100%;
    aspect-ratio: 323/194;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .box-wrap .img-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 300px;
    aspect-ratio: 1;
    object-fit: contain;
  }
}
@media screen and (min-width: 1278px) {
  .box-wrap .img-box {
    width: 350px;
  }
}

.column-box {
  position: relative;
  color: var(--color-font);
  background: var(--color-white);
  padding: var(--space-4l) var(--space-xl);
  margin-top: var(--space-xxl);
  z-index: 1;
}
@media screen and (min-width: 1278px) {
  .column-box {
    padding: var(--space-4l) var(--space-4l) var(--space-xxl);
  }
}
.column-box::before {
  content: "COLUMN";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 5.8rem;
  color: #e9e9e9;
  line-height: 1;
  z-index: -1;
}
@media screen and (min-width: 1278px) {
  .column-box::before {
    font-size: 11rem;
  }
}

.column-point__title {
  font-size: var(--font-size-xxl);
  margin-block: 0 var(--font-size-md);
  font-weight: 500;
}
.column-point__title:not(:first-of-type) {
  margin-top: var(--space-xxl);
}
.column-point__num {
  display: inline-block;
  font-size: var(--font-size-3xl);
  box-shadow: 4px 4px 0 var(--color-font);
  line-height: 1;
  padding: 0.5rem;
  margin-right: 1.3rem;
}
.column-point__num span {
  display: block;
  font-size: 1rem;
}

.strong {
  font-weight: 700;
}

.white {
  color: #fff;
}

.warning {
  color: var(--color-accent);
}

.numbers {
  list-style: none;
}
.numbers__item {
  display: grid;
}
.numbers__datalist {
  display: grid;
}
.numbers__title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  text-align: center;
}
.numbers__data {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1;
}
.numbers__number {
  font-size: var(--font-size-4xl);
  font-weight: 900;
}
.numbers__unit {
  font-size: var(--font-size-lg);
  font-weight: bold;
}
.numbers__note {
  font-size: var(--font-size-sm);
}

.accordion__summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  gap: var(--space-unit);
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 768px) {
  .accordion__summary {
    font-size: var(--heading-size-xxs);
  }
}
.accordion__summary::before {
  content: "Q";
  flex: 0 0 4rem;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 50%;
}
.accordion__answer {
  display: flex;
  gap: var(--space-unit);
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 768px) {
  .accordion__answer {
    font-size: var(--heading-size-xxs);
  }
}
.accordion__answer::before {
  content: "A";
  flex: 0 0 4rem;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  color: var(--color-white);
  background: var(--color-accent);
  border-radius: 50%;
}

.qa-parts {
  list-style: none;
}
.qa-parts__item {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.qa-parts__item + .qa-parts__item {
  margin-top: 1.5rem;
}
.qa-parts__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  cursor: pointer;
}
.qa-parts__label::after {
  content: ">";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2.5rem;
  color: var(--color-primary);
  transform: rotate(90deg);
  transition: 0.2s ease-out;
  flex-shrink: 0;
}
@media screen and (min-width: 1278px) {
  .qa-parts__label::after {
    font-size: 3.5rem;
  }
}
.qa-parts__title {
  display: flex;
  align-items: center;
}
.qa-parts__title::before {
  content: "Q";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.qa-parts__content {
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  color: var(--color-font);
  font-size: 1.4rem;
  display: flex;
  gap: 1rem;
}
.qa-parts__content::before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.qa-parts__toggle {
  display: none;
}
.qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
  height: auto;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
}
.qa-parts__toggle:checked + .qa-parts__label::after {
  transform: rotate(-90deg) !important;
  color: #d6d6d6;
}

.block {
  position: relative;
  display: grid;
  gap: 50px;
  color: var(--color-white);
  max-width: var(--width-container);
  padding-block: var(--space-4l);
  margin-block: var(--space-3l);
  margin-inline: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .block {
    padding-block: var(--padding);
    padding-inline: var(--padding);
  }
}
.block::before {
  content: "";
  position: absolute;
  background: var(--color-gray-dark);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .block::before {
    inset: 0;
  }
}
@media screen and (min-width: 768px) {
  .block::before {
    top: 0;
    bottom: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .block__item--img {
    margin: 0 calc(var(--padding) * -1) calc(var(--padding) * -1);
  }
}
.block img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block--re {
    margin-inline: 0 calc(var(--padding) * -1);
  }
}
@media screen and (min-width: 768px) {
  .block--re {
    grid-template-columns: 30% 1fr;
  }
  .block--re::before {
    left: 10%;
  }
  .block--re .block__item:nth-child(1) {
    order: 2;
  }
  .block--re .block__item:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .block--col {
    margin-inline: calc(var(--padding) * -1) 0;
  }
}
@media screen and (min-width: 768px) {
  .block--col {
    grid-template-columns: 1fr 30%;
  }
  .block--col::before {
    right: 10%;
    left: auto;
  }
}
.block--left {
  padding-right: 10%;
}
.block--left::before {
  right: 0;
}
.block--right {
  padding-left: 10%;
}
.block--right::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .block--wide {
    margin-inline: calc(var(--padding) * -1);
  }
}
@media screen and (min-width: 768px) {
  .block--wide::before {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
}
.block--align-center {
  align-items: center;
}
.block--color-wt {
  color: var(--color-white);
}

.prcn-desc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.prcn-desc + .prcn-desc {
  margin-left: var(--space-lg);
}
.prcn-desc::before {
  content: "○";
  display: inline-block;
  color: #AC2037;
  font-size: 2.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .prcn-desc::before {
    font-size: 3rem;
  }
}
.prcn-desc--deme {
  color: #000;
}
.prcn-desc--deme::before {
  content: "×";
  color: #000;
}

.prcn {
  list-style: none;
  margin-top: var(--space-xxl);
}
.prcn__item + .prcn__item {
  margin-top: var(--space-3l);
}
.prcn__title {
  position: relative;
  font-size: var(--font-size-2xl);
  font-weight: 500;
  padding-left: var(--space-xxl);
}
.prcn__title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .prcn__title::before {
    top: -22px;
    font-size: 4.5rem;
  }
}
.prcn__title--merit {
  color: #AC2037;
}
.prcn__title--merit::before {
  content: "○";
}
.prcn__title--merit + .prcn__text {
  color: #AC2037;
}
.prcn__title--demerit {
  color: #000;
}
.prcn__title--demerit::before {
  content: "×";
}
.prcn__text {
  font-size: 1.5rem;
  margin-top: var(--space-lg) !important;
  padding-left: var(--space-xxl);
}

.link-card {
  position: relative;
}
.link-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.link-card__thumb {
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1278px) {
  .link-card__thumb {
    aspect-ratio: 1;
  }
}
.link-card__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 35px;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
@media screen and (min-width: 768px) {
  .link-card__thumb::after {
    width: 45px;
  }
}
.link-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-card__title {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: var(--font-size-3xl);
  font-weight: 500;
  color: var(--color-white);
}
.link-card__text {
  font-size: 1.4rem;
  margin-top: var(--space-lg);
}
@media screen and (min-width: 768px) {
  .link-card__text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1277px) {
  .row-img {
    grid-template-columns: 3fr 7fr;
  }
}
@media screen and (max-width: 1277px) {
  .row-img img {
    max-width: 50%;
    margin: auto;
  }
}

.plus {
  display: block;
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  color: #858585;
  line-height: 1;
  margin-block: var(--space-3l);
}
@media screen and (min-width: 1278px) {
  .plus {
    font-size: 11rem;
  }
}

.grade-block {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
.grade-block + .grade-block {
  margin-top: 1.3rem;
}
.grade-block__title {
  font-size: var(--font-size-2xl);
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  background: var(--color-gray-dark);
  padding: var(--space-3l) var(--space-lg);
}
.grade-block__title span {
  display: block;
  font-size: var(--font-size-xl);
}
.grade-block__box {
  background: #efefef;
  padding: var(--space-xl) var(--space-lg);
}

.booklink-grid {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1278px) {
  .booklink-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px 30px;
  }
}
.booklink-grid--1column {
  margin-top: var(--space-7l);
}
@media screen and (min-width: 1278px) {
  .booklink-grid--1column .booklink-grid__item {
    grid-area: 1/1/2/3 !important;
  }
}
@media screen and (max-width: 1277px) {
  .booklink-grid--sp-scroll {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 4rem;
  }
}
.booklink-grid__item {
  position: relative;
  border: 1px solid var(--color-white);
  padding: 4.5rem 2.5rem;
}
@media screen and (min-width: 1278px) {
  .booklink-grid__item {
    padding: 6.2rem 5.4rem;
  }
  .booklink-grid__item:nth-child(odd) .booklink-grid__thumb, .booklink-grid__item:nth-child(even) .booklink-grid__thumb {
    max-width: 60%;
    margin: 0 auto 2rem;
  }
}
.booklink-grid__item--new::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 1.4rem;
  color: #FC8F53;
  transform: rotate(-45deg);
  z-index: 1;
}
.booklink-grid__item--new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid var(--color-white);
  z-index: 0;
}
.booklink-grid__label {
  position: absolute;
  top: 0;
  right: 30px;
  transform: translate(50%, -50%);
  width: var(--space-6l) !important;
  aspect-ratio: 1;
  z-index: 5;
}
.booklink-grid__thumb {
  display: grid;
  place-content: center;
  text-align: center;
  min-height: 183px;
  object-fit: contain;
}
@media screen and (max-width: 1277px) {
  .booklink-grid__thumb {
    max-width: 75%;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .booklink-grid__thumb {
    min-height: 288px;
  }
}
.booklink-grid .h4 {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .booklink-grid .h4 {
    margin-top: 2.5rem;
  }
}

.bg-card {
  position: relative;
  width: 100%;
  aspect-ratio: 832/280;
  z-index: 0;
}
@media screen and (min-width: 1278px) {
  .bg-card {
    transition: 0.2s ease-out;
  }
  .bg-card:hover {
    opacity: 0.3;
  }
}
.bg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.bg-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 30px;
  height: 30px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
@media screen and (min-width: 1278px) {
  .bg-card::after {
    right: 35px;
    width: 40px;
    height: 40px;
  }
}
.bg-card__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg-card__title-wrap {
  position: absolute;
  top: 50%;
  left: 7cqw;
  transform: translateY(-50%);
  font-weight: 500;
  color: var(--color-white);
  padding-right: var(--space-xl);
  pointer-events: none;
  z-index: 5;
}
.bg-card__title {
  font-size: var(--font-size-5xl);
  line-height: 1.2;
}
.bg-card__desc {
  display: block;
  font-size: var(--font-size-md);
}

.ft-bg {
  background: var(--color-gray-dark);
  padding-block: var(--space-3l);
}
.ft-bg--col {
  display: grid;
  padding-block: 0;
}
@media screen and (min-width: 768px) {
  .ft-bg--col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-link {
  color: #a5a5a5;
  pointer-events: none;
}
.no-link:hover {
  opacity: 1;
}

.conditions-list {
  list-style: none;
  display: grid;
  gap: 1rem;
}
.conditions-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.conditions-list__thumb {
  position: relative;
  width: 35px;
  aspect-ratio: 1;
  padding: 1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .conditions-list__thumb {
    height: 35px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .conditions-list__thumb {
    width: 96px;
    padding: 2.5rem;
  }
}
.conditions-list__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--color-font);
  z-index: -1;
}
.conditions-list__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.conditions-list__text {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1.3rem;
  margin-left: 1.3rem;
  border-left: 1px solid var(--color-font);
}
@media screen and (min-width: 768px) {
  .conditions-list__text {
    font-size: 2.4rem;
    white-space: nowrap;
    padding-left: 2.4rem;
    margin-left: 2.4rem;
  }
}

.float-img {
  position: absolute;
  right: 0;
  width: 80%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .float-img {
    width: 50%;
  }
}

.hr {
  border-top: 1px solid var(--color-white);
  margin-block: var(--space-3l);
}
@media screen and (min-width: 1278px) {
  .hr {
    margin-block: 78px;
  }
}
.hr--wt {
  border-color: var(--color-white) !important;
}

.pagelink {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  counter-reset: link 0;
}
@media screen and (min-width: 1278px) {
  .pagelink {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.pagelink__title {
  position: relative;
  counter-increment: link 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  background: var(--color-gray-light);
  min-height: 65px;
  font-size: 1.2rem;
  color: var(--color-font);
  text-align: center;
  line-height: 1.5;
  padding-top: 1.5rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .pagelink__title {
    min-height: 100px;
    font-size: 2rem;
  }
}
.pagelink__title::before {
  content: "(" counter(link, decimal-leading-zero) ")";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .pagelink__title::before {
    font-size: 1.4rem;
  }
}
.pagelink__title::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1.2rem;
}
.pagelink__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.narrow-img-center {
  text-align: center;
}
.narrow-img-center figcaption {
  margin-top: var(--space-md);
}

.narrow-img {
  max-width: 90px;
  font-size: var(--font-size-xl);
  text-align: center;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .narrow-img {
    max-width: 144px;
  }
}

.small {
  font-size: var(--font-size-xs);
}
.small--gray {
  color: #4e4e4e;
}

.window:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  margin-left: 5px;
}

@media screen and (max-width: 1277px) {
  .sp-tate {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1277px) {
  .sp-tate .h4 {
    margin-block: 0 0.5rem;
  }
}

@media screen and (max-width: 1277px) {
  .sp-scroll {
    max-width: 100%;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sp-scroll::-webkit-scrollbar {
    display: none;
  }
  .sp-scroll .img-responsive {
    max-width: none;
  }
}

@media screen and (min-width: 1278px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.white-margin {
  padding-block: 2rem 4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .white-margin {
    padding-block: 3rem 6rem;
  }
}

.img-ad-01 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .img-ad-01 {
    margin-left: 30%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1278px) {
  .img-ad-01 {
    margin-top: -3rem !important;
    margin-left: 25%;
  }
}

.wp-block-image:has(figcaption):before {
  backdrop-filter: none !important;
}

.wp-element-caption {
  position: relative !important;
  background: none !important;
  text-align: left !important;
  padding: 0.5rem 0 0 0 !important;
  scrollbar-width: none !important;
}

.post-body {
  padding-block: 4rem 6rem;
}
@media screen and (min-width: 768px) {
  .post-body {
    padding-block: 9rem 11rem;
  }
}

.ta-center {
  text-align: center;
}

.tel-link {
  display: inline-block;
  font-size: 2rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .tel-link {
    font-size: 3.2rem;
  }
}
.tel-link::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  margin-right: 1rem;
  font-size: 80%;
}

.border-title {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  font-weight: 500;
  font-size: 1.6rem;
  gap: 14px;
  max-width: 296px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .border-title {
    max-width: 389px;
  }
}
.border-title::before, .border-title::after {
  content: "";
  display: inline-block;
  width: auto;
  height: 1px;
  background: #808A90;
}

@media screen and (max-width: 767px) {
  .fixed-scroll {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fixed-scroll {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 0 4rem;
    position: relative;
    padding-block: calc(var(--space-4l) + 15rem) 0;
  }
}
@media screen and (min-width: 1278px) {
  .fixed-scroll {
    grid-template-columns: 376px 1fr;
    gap: 0 15rem;
    padding-block: calc(var(--space-5l) + 15rem) 0;
  }
}
@media screen and (min-width: 768px) {
  .fixed-scroll__img {
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 10rem;
  }
  .fixed-scroll__img img {
    max-width: 100%;
    height: auto;
  }
  .fixed-scroll__img div {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 0.8s !important;
    opacity: 0;
    background: #D9D9D9;
  }
  .fixed-scroll__img div:first-child, .fixed-scroll__img div.active {
    visibility: visible;
    opacity: 1;
  }
}
.fixed-scroll__contents {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
}
@media screen and (min-width: 768px) {
  .fixed-scroll__contents div:last-child {
    padding-bottom: calc(78vh + 10rem);
  }
}
@media screen and (min-width: 1278px) {
  .fixed-scroll__contents {
    gap: 15rem 0;
  }
  .fixed-scroll__contents div:last-child {
    padding-bottom: calc(70vh + 10rem);
  }
}

@media screen and (max-width: 767px) {
  .fixed-scroll-wrap {
    padding-block: var(--space-4l);
  }
}
@media screen and (min-width: 768px) {
  .fixed-scroll-wrap {
    position: relative;
  }
  .fixed-scroll-wrap .h2 {
    position: absolute;
    top: 6rem;
    left: var(--space-3l);
    right: var(--space-3l);
  }
  .fixed-scroll-wrap + .section.section--commitment.page-section--ft, .fixed-scroll-wrap + .section-bg {
    margin-top: -60vh;
  }
}
@media screen and (min-width: 1278px) {
  .fixed-scroll-wrap .h2 {
    top: 12rem;
  }
  .fixed-scroll-wrap + .section.section--commitment.page-section--ft, .fixed-scroll-wrap + .section-bg {
    margin-top: -50vh;
  }
}

.fixed-scroll-pager {
  display: block;
  position: absolute;
  height: 200px;
  top: 55px;
  left: 406px;
  visibility: visible;
  opacity: 1;
  bottom: auto;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #000;
  z-index: 2;
}
@media screen and (max-width: 1277px) {
  .fixed-scroll-pager {
    display: none;
  }
}
.fixed-scroll-pager::before {
  content: "01";
}
.fixed-scroll-pager::after {
  content: "";
}
.fixed-scroll-pager__sen {
  width: 1px;
  height: 100%;
  background: #A6A6A6;
}
.fixed-scroll-pager__sen::before {
  content: "";
  display: block;
  width: 1px;
  height: 25%;
  background: #000;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .page-id-2003 .index li:nth-child(3),
  .page-id-2007 .index li:nth-child(3) {
    flex: 1;
  }
  .page-id-2003 .index li:nth-child(3)::after,
  .page-id-2007 .index li:nth-child(3)::after {
    display: none;
  }
}

.single-nav {
  padding: 4.4rem 5.8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .single-nav {
    padding: 8rem 6.4rem 10rem;
  }
  .single-nav .btn {
    max-width: 300px;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1278px) {
  .single-nav {
    padding-inline: 0;
  }
}
.single-nav__inner {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .single-nav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 1278px) {
  .single-nav__inner {
    gap: 10rem;
    margin-bottom: 7rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-nav__item {
  display: block;
  position: relative;
}
.single-nav__item::before {
  content: "Prev";
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .single-nav__item--prev {
    display: none;
  }
}
.single-nav__item--next::before {
  content: "Next";
}
@media screen and (min-width: 768px) {
  .single-nav__item--next::before {
    text-align: right;
  }
}
.single-nav__link {
  display: block;
}
@media screen and (min-width: 1278px) {
  .single-nav__link {
    transition: 0.2s ease-out;
  }
  .single-nav__link:hover {
    opacity: 0.6;
  }
}
.single-nav__img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 768px) {
  .single-nav__img {
    padding-bottom: 72.285%;
  }
}
.single-nav__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.single-nav__title {
  color: var(--color-font);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single-nav__title {
    font-size: 1.6rem;
  }
}
.single-nav__title::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
}

.wrap404 {
  padding-block: 10rem;
}
@media screen and (min-width: 768px) {
  .wrap404 {
    padding-block: 20rem;
  }
}

.works {
  display: grid;
  gap: var(--space-3l) var(--space-xl);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.works-card {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1278px) {
  .works-card:hover {
    opacity: 0.7;
  }
}
.works-card__thumbnail {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  position: relative;
}
.works-card__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.works-card__title {
  font-size: var(--font-size-lg);
  font-weight: 600;
  border-bottom: 1px solid var(--color-primary);
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: end;
}
.works-card__title::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
}
.works-card__link {
  color: inherit;
}
.works-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.card {
  position: relative;
  --padding: var(--space-sm);
  display: grid;
  grid-template-columns: [full-start] var(--padding) [std-start] 1fr [std-end] var(--padding) [full-end];
  padding-block: var(--padding);
  border: 1px solid var(--color-gray-light);
}
.card:has(.card__thumb) {
  padding-top: 0;
}
.card > * {
  grid-column: std;
}
.card__thumb {
  grid-column: full;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.card__title {
  font-size: var(--font-size-lg);
}
.card__more {
  display: grid;
  justify-self: end;
}
.card__more::before {
  content: "";
  position: absolute;
  inset: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-sm);
  font-size: var(--font-size-xs);
  list-style: none;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    flex-wrap: wrap;
    gap: 0.5rem var(--space-sm);
  }
}
.breadcrumb__item {
  color: var(--color-white);
}
.breadcrumb__item:not(:first-child):before {
  content: "〉";
  position: relative;
  display: inline-block;
  color: #E5E5E5;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-child):before {
    color: #A5A5A5;
  }
}
.breadcrumb__item:not(:last-child) {
  flex-shrink: 0;
  color: #E5E5E5;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:last-child) {
    color: #A5A5A5;
  }
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-white);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:last-child {
    color: var(--color-font);
  }
}
.breadcrumb__link {
  transition: 0.3s ease-out;
  color: inherit;
}
.breadcrumb__link:hover {
  opacity: 1;
}
.breadcrumb__link br {
  display: none;
}
.pagination {
  margin-top: 5.7rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 15rem;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.page-numbers {
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  line-height: 1.5;
  font-size: 2.6rem;
}
.page-numbers--number {
  color: var(--color-font);
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 1278px) {
  .page-numbers--number {
    transition: 0.2s ease-out;
  }
  .page-numbers--number:hover {
    opacity: 0.5;
  }
}
.page-numbers--current {
  border-bottom: 1px solid var(--color-font);
}
.page-numbers--next, .page-numbers--prev {
  color: var(--color-font);
}
@media screen and (min-width: 1278px) {
  .page-numbers--next, .page-numbers--prev {
    transition: 0.2s ease-out;
  }
  .page-numbers--next:hover, .page-numbers--prev:hover {
    opacity: 0.5;
  }
}
.page-numbers--next::before, .page-numbers--prev::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  font-size: 1.5rem;
  padding: 1rem;
}
.page-numbers--prev::before {
  transform: rotateY(180deg);
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-gray-light);
  text-align: center;
  line-height: 1;
  z-index: 50;
  transition: 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-top::before {
  content: "\e900";
  font-family: "icomoon";
  transform: rotate(-90deg);
  font-size: 3rem;
  font-weight: normal;
  color: var(--color-white);
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 10px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-card {
    flex-wrap: nowrap;
  }
}
.news-card__time, .news-card__category, .news-card__post-title {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    padding: 1rem 1.5rem;
  }
}
.news-card__time {
  font-weight: bold;
}
.news-card__category {
  text-align: center;
  border: 1px solid var(--color-font);
  padding: 0 15px;
}
.news-card__time {
  flex: 0 0 110px;
}
.news-card__category {
  flex: 0 0 120px;
}
.news-card__post-title {
  flex: 0 0 100%;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-card__post-title {
    flex: 1 0 0px;
  }
}
.news-card__post-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-font);
  letter-spacing: 0.1em;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 1278px) {
  .tab-only {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1277px) {
  .tab-none {
    display: none !important;
  }
}

@media screen and (min-width: 1278px) {
  .pc-none {
    display: none !important;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 1rem !important;
  }
  .sp-mt20 {
    margin-top: 2rem !important;
  }
  .sp-mt30 {
    margin-top: 3rem !important;
  }
  .sp-mt40 {
    margin-top: 4rem !important;
  }
  .sp-mt50 {
    margin-top: 5rem !important;
  }
  .sp-mt60 {
    margin-top: 6rem !important;
  }
  .sp-mt70 {
    margin-top: 7rem !important;
  }
  .sp-mt80 {
    margin-top: 8rem !important;
  }
  .sp-mt90 {
    margin-top: 9rem !important;
  }
  .sp-mt100 {
    margin-top: 10rem !important;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0 !important;
  }
  .tab-mt10 {
    margin-top: 1rem !important;
  }
  .tab-mt20 {
    margin-top: 2rem !important;
  }
  .tab-mt30 {
    margin-top: 3rem !important;
  }
  .tab-mt40 {
    margin-top: 4rem !important;
  }
  .tab-mt50 {
    margin-top: 5rem !important;
  }
  .tab-mt60 {
    margin-top: 6rem !important;
  }
  .tab-mt70 {
    margin-top: 7rem !important;
  }
  .tab-mt80 {
    margin-top: 8rem !important;
  }
  .tab-mt90 {
    margin-top: 9rem !important;
  }
  .tab-mt100 {
    margin-top: 10rem !important;
  }
  .tab-mt110 {
    margin-top: 11rem !important;
  }
  .tab-mt120 {
    margin-top: 12rem !important;
  }
  .tab-mt130 {
    margin-top: 13rem !important;
  }
  .tab-mt140 {
    margin-top: 14rem !important;
  }
  .tab-mt150 {
    margin-top: 15rem !important;
  }
  .tab-mt160 {
    margin-top: 16rem !important;
  }
  .tab-mt170 {
    margin-top: 17rem !important;
  }
  .tab-mt180 {
    margin-top: 18rem !important;
  }
  .tab-mt190 {
    margin-top: 19rem !important;
  }
  .tab-mt200 {
    margin-top: 20rem !important;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1278px) {
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mt10 {
    margin-top: 1rem !important;
  }
  .pc-mt20 {
    margin-top: 2rem !important;
  }
  .pc-mt30 {
    margin-top: 3rem !important;
  }
  .pc-mt40 {
    margin-top: 4rem !important;
  }
  .pc-mt50 {
    margin-top: 5rem !important;
  }
  .pc-mt60 {
    margin-top: 6rem !important;
  }
  .pc-mt70 {
    margin-top: 7rem !important;
  }
  .pc-mt80 {
    margin-top: 8rem !important;
  }
  .pc-mt90 {
    margin-top: 9rem !important;
  }
  .pc-mt100 {
    margin-top: 10rem !important;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb10 {
    margin-bottom: 1rem !important;
  }
  .sp-mb20 {
    margin-bottom: 2rem !important;
  }
  .sp-mb30 {
    margin-bottom: 3rem !important;
  }
  .sp-mb40 {
    margin-bottom: 4rem !important;
  }
  .sp-mb50 {
    margin-bottom: 5rem !important;
  }
  .sp-mb60 {
    margin-bottom: 6rem !important;
  }
  .sp-mb70 {
    margin-bottom: 7rem !important;
  }
  .sp-mb80 {
    margin-bottom: 8rem !important;
  }
  .sp-mb90 {
    margin-bottom: 9rem !important;
  }
  .sp-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0 !important;
  }
  .tab-mb10 {
    margin-bottom: 1rem !important;
  }
  .tab-mb20 {
    margin-bottom: 2rem !important;
  }
  .tab-mb30 {
    margin-bottom: 3rem !important;
  }
  .tab-mb40 {
    margin-bottom: 4rem !important;
  }
  .tab-mb50 {
    margin-bottom: 5rem !important;
  }
  .tab-mb60 {
    margin-bottom: 6rem !important;
  }
  .tab-mb70 {
    margin-bottom: 7rem !important;
  }
  .tab-mb80 {
    margin-bottom: 8rem !important;
  }
  .tab-mb90 {
    margin-bottom: 9rem !important;
  }
  .tab-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1278px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-mb10 {
    margin-bottom: 1rem !important;
  }
  .pc-mb20 {
    margin-bottom: 2rem !important;
  }
  .pc-mb30 {
    margin-bottom: 3rem !important;
  }
  .pc-mb40 {
    margin-bottom: 4rem !important;
  }
  .pc-mb50 {
    margin-bottom: 5rem !important;
  }
  .pc-mb60 {
    margin-bottom: 6rem !important;
  }
  .pc-mb70 {
    margin-bottom: 7rem !important;
  }
  .pc-mb80 {
    margin-bottom: 8rem !important;
  }
  .pc-mb90 {
    margin-bottom: 9rem !important;
  }
  .pc-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em !important;
}

.ls20 {
  letter-spacing: 0.02em !important;
}

.ls30 {
  letter-spacing: 0.03em !important;
}

.ls40 {
  letter-spacing: 0.04em !important;
}

.ls50 {
  letter-spacing: 0.05em !important;
}

.ls60 {
  letter-spacing: 0.06em !important;
}

.ls70 {
  letter-spacing: 0.07em !important;
}

.ls80 {
  letter-spacing: 0.08em !important;
}

.ls90 {
  letter-spacing: 0.09em !important;
}

.ls100 {
  letter-spacing: 0.1em !important;
}

.ls110 {
  letter-spacing: 0.11em !important;
}

.ls120 {
  letter-spacing: 0.12em !important;
}

.ls130 {
  letter-spacing: 0.13em !important;
}

.ls140 {
  letter-spacing: 0.14em !important;
}

.ls150 {
  letter-spacing: 0.15em !important;
}

.ls160 {
  letter-spacing: 0.16em !important;
}

.ls170 {
  letter-spacing: 0.17em !important;
}

.ls180 {
  letter-spacing: 0.18em !important;
}

.ls190 {
  letter-spacing: 0.19em !important;
}

.ls200 {
  letter-spacing: 0.2em !important;
}

/* line-height */
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

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

.img-wide {
  width: 100%;
  height: auto;
}

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

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.form-wrap {
  padding-block: var(--space-5l);
}
.form-wrap--pt-none {
  padding-top: 0;
}

.snow-monkey-form {
  display: block;
  background: var(--color-white);
  padding: var(--space-xxl);
}
.snow-monkey-form ::-webkit-input-placeholder {
  color: #aaa;
}
.snow-monkey-form ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.snow-monkey-form :-ms-input-placeholder {
  color: #aaa;
}

.smf-item {
  position: relative;
  padding: 1.8rem 0;
}
.smf-item__col--label {
  margin-bottom: 1.5rem;
}
.smf-item__col--label .smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.smf-item__col--label .smf-item__label__text strong {
  color: #EC0000;
  font-weight: 500;
  font-size: 1.2rem;
}
.smf-item__col--label .smf-item__label__text .deco-form__required, .smf-item__col--label .smf-item__label__text .deco-form__any {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-white);
  padding: 0 1.6rem;
}
.smf-item__col--label .smf-item__label__text .deco-form__required {
  background: #AC2037;
}
.smf-item__col--label .smf-item__label__text .deco-form__any {
  background: #7D7D7D;
}
.smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.smf-item__description {
  font-size: 1.4rem !important;
  margin-top: 1rem !important;
  color: var(--color-font) !important;
}
@media screen and (min-width: 1278px) {
  .smf-item__description {
    margin-top: 3rem !important;
  }
}

.smf-checkboxes-control__control {
  display: grid;
}
.smf-checkboxes-control .smf-checkbox-control {
  gap: 0 1.6rem;
  align-items: center;
}
.smf-checkboxes-control .smf-checkbox-control__label {
  font-size: 1.6rem;
}
.smf-checkboxes-control .smf-checkbox-control__control {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid var(--color-font);
}
.smf-checkboxes-control .smf-checkbox-control__control::before {
  border-color: var(--_color-white);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: calc(50% - 3px);
  margin: 0 !important;
  top: calc(50% - 7px);
  transform: rotate(45deg);
  visibility: hidden;
  width: 7px;
}
.smf-checkboxes-control .smf-checkbox-control__control:checked {
  background: #006AFF;
  border-color: #006AFF;
}

.smf-radio-buttons-control .smf-label + .smf-label {
  margin-top: 1rem !important;
}

.smf-radio-button-control {
  align-items: center !important;
  gap: 0 1rem !important;
}
.smf-radio-button-control__control {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #000 !important;
}
.smf-radio-button-control__control:checked {
  background: #fff !important;
  border: 1px solid #006AFF !important;
}
.smf-radio-button-control__control:checked:before {
  width: 8px !important;
  height: 8px !important;
  left: 2px !important;
  top: 2px !important;
  background: #006AFF !important;
}
.smf-radio-button-control__label {
  font-size: var(--font-size-md);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.smf-text-control__control,
.smf-select-control__control,
.smf-textarea-control__control {
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 8px !important;
  background: #f1f1f1 !important;
  padding: 1.5rem 1.6rem !important;
}
@media screen and (min-width: 1278px) {
  .smf-text-control__control--pc-min,
  .smf-select-control__control--pc-min,
  .smf-textarea-control__control--pc-min {
    width: 50% !important;
  }
}

.smf-select-control {
  width: 100%;
  display: block;
}
.smf-select-control__control {
  padding: 1.5rem 3rem 1.5rem 1.6rem !important;
}
.smf-select-control__toggle::before {
  width: 10px !important;
  height: 10px !important;
  right: 15px !important;
  border-color: var(--color-font);
}

.smf-error-messages {
  white-space: nowrap;
}

.smf-action {
  text-align: center;
  padding-top: 6rem;
}

.confirm-view {
  display: none;
}

.smf-button-control__control {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem !important;
  min-width: 190px !important;
  max-width: 100% !important;
  text-decoration: none !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-font) !important;
  background: var(--color-font) !important;
  border-radius: 0px !important;
  padding: 1.5rem 3rem !important;
  transition: 0.2s ease-out !important;
}
@media screen and (min-width: 768px) {
  .smf-button-control__control {
    padding: 1.5rem 4rem !important;
  }
}
@media screen and (min-width: 1278px) {
  .smf-button-control__control:hover {
    color: var(--color-font) !important;
    background: var(--color-white) !important;
  }
}
.smf-button-control__control::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  content: "\e900";
  display: inline-grid;
  place-content: center;
  transition: 0.2s ease-out;
}

.snow-monkey-form[data-screen=confirm] .smf-focus-point {
  top: -10rem;
}
@media screen and (min-width: 1278px) {
  .snow-monkey-form[data-screen=confirm] .smf-focus-point {
    top: -15rem;
  }
}
.snow-monkey-form[data-screen=confirm] .confirm-view {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .confirm-none,
.snow-monkey-form[data-screen=confirm] .small,
.snow-monkey-form[data-screen=confirm] .smf-item__col--label .smf-item__label__text strong,
.snow-monkey-form[data-screen=confirm] .form-privacy-policy {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .wp-block-group__inner-container > p:not([class]) {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
  margin: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1278px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    flex-direction: row;
    justify-content: center;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control {
  border-color: #A5A5A5 !important;
  color: #A5A5A5 !important;
  background: var(--color-white) !important;
}
.snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control::after {
  color: #A5A5A5 !important;
}
@media screen and (min-width: 1278px) {
  .snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control {
    transition: 0.2s ease-out;
  }
  .snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control:hover {
    color: var(--color-white) !important;
    background: #A5A5A5 !important;
  }
  .snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control:hover::after {
    color: var(--color-white) !important;
  }
}

.smf-complete-content {
  margin-top: 5rem;
}

.snow-monkey-form[data-screen=complete] .smf-focus-point {
  margin-top: auto;
  top: -10rem;
}
@media screen and (min-width: 1278px) {
  .snow-monkey-form[data-screen=complete] .smf-focus-point {
    top: -15rem;
  }
}

.page-id-76 .snow-monkey-form[data-screen=confirm] .smf-focus-point,
.page-id-76 .snow-monkey-form[data-screen=complete] .smf-focus-point {
  margin-top: auto;
  top: -9999px;
}

.smf-progress-tracker {
  margin: 0 auto;
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .smf-progress-tracker {
    padding-inline: 5vw;
  }
}
@media screen and (min-width: 1278px) {
  .smf-progress-tracker {
    padding-inline: 20rem;
  }
}
.smf-progress-tracker::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(var(--space-xxl) * -1);
  left: calc(var(--space-xxl) * -1);
  right: calc(var(--space-xxl) * -1);
  bottom: 0;
  background: #D9D9D9;
}
.smf-progress-tracker__item__number {
  display: none;
}
.smf-progress-tracker__item__text {
  width: 53px;
  height: 53px;
  border: 1px solid #4F4F4F;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  color: #000;
  background: #D9D9D9;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.smf-progress-tracker__item::before, .smf-progress-tracker__item::after {
  top: 27px;
  background-color: #4F4F4F;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  background: #4F4F4F;
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1278px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: var(--font-family-ja);
  font-weight: 500;
  color: var(--color-font);
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  background-color: #D9D9D9;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

[popover] {
  background: var(--color-white);
  padding: var(--space-md);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  margin: auto;
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.autoscroll-gallery {
  display: flex;
  overflow: clip;
}
.autoscroll-gallery__list {
  list-style: none;
  display: flex;
  animation: 20s linear autoscroll-gallery infinite;
}
.autoscroll-gallery img {
  width: auto;
  height: 200px;
  object-fit: cover;
}
.autoscroll-gallery--plan .autoscroll-gallery__list {
  animation-duration: 60s;
}
.autoscroll-gallery--plan .autoscroll-gallery__list img {
  height: 257px;
}
@media screen and (min-width: 1278px) {
  .autoscroll-gallery--plan .autoscroll-gallery__list img {
    height: 348px;
  }
}
.autoscroll-gallery--plan + .autoscroll-gallery--plan .autoscroll-gallery__list {
  animation-direction: reverse;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .autoscroll-gallery--plan + .autoscroll-gallery--plan .autoscroll-gallery__list {
    margin-top: 2rem;
  }
}

@keyframes autoscroll-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}