@charset "UTF-8";
/*
Theme Name: ky-shihou
Author: A2C
Description: original theme
Version： 1.0.0
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
pre {
  padding: 0px;
  margin: 0;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

h2, h3, h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

pre {
  white-space: pre-wrap;
}

address {
  font-style: normal;
}

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
} */
/**
 * Restore the focus styles unset by the previous rule.
 */
/* button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
} */
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

details {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

/*-----------フォント用ブレイクポイント------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + var(--scroll-anchor-gap));
}

:where(h1, h2, h3, h4, h5, h6)[id] {
  scroll-margin-top: calc(var(--header-height) + var(--scroll-anchor-gap));
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1E1D1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body.has-footer-cta {
    padding-bottom: 76px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, p {
  margin: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.main {
  overflow: hidden;
}

/* セクション見出し */
.section-heading__en {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.4rem;
}
.section-heading__en::first-letter {
  text-transform: uppercase;
}
.section-heading__ja {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section-heading__underline {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.section-heading__underline::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  max-width: 100px;
  height: 5px;
  background: #C1A34D;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-heading__underline br {
  display: none;
}
.section-heading--center {
  text-align: center;
}
.section-heading--left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-heading__ja {
    font-size: 2.2rem;
  }
  .section-heading__underline {
    font-size: 2rem;
  }
  .section-heading__underline br {
    display: block;
  }
}

.page-content {
  padding: 120px 20px 80px;
}
.page-content__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-content__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.more-btn {
  display: inline-block;
  padding: 10px 20px 10px 0;
  color: #1E1D1A;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #1E1D1A;
  width: 190px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 3px;
  width: 1px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #1E1D1A;
}
.more-btn:hover {
  width: 210px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-wht {
  background: #FFFFFF !important;
}

.bg-beg {
  background: #ECE5C7 !important;
}

.bg-gry {
  background: #F0F0F0 !important;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E4CF8E));
  background: linear-gradient(transparent 60%, #E4CF8E 60%);
}

.scroll-reveal {
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
  will-change: opacity, transform;
}
.scroll-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}
.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 24px;
  padding: 20px 24px;
  background: #C1A34D;
  color: #1E1D1A;
  border-radius: 20px;
}
.contact-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact-box__h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #1E1D1A;
}
.contact-box__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
.contact-box__phone:hover {
  opacity: 1;
  color: #FFFFFF;
}
.contact-box__phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-box__phone-num, .contact-box__txt {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact-box__phone-num {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
}
.contact-box__txt--small {
  font-size: 1.2rem;
  line-height: 1;
}
.contact-box__btn {
  width: 295px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px 0 35px;
  color: #1E1D1A;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-radius: 100vh;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  background-color: #FFFFFF;
}
.contact-box__btn--phone::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(./assets/img/icon-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.contact-box__btn--form::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(./assets/img/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.contact-box__btn:hover {
  opacity: 1;
  background: #F9F6EF;
}
.contact-box__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.contact-box--footer {
  background: transparent;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-box--access {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.contact-box--access .contact-box__phone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .contact-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px;
  }
  .contact-box__phone {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }
  .contact-box__phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  .contact-box__btn {
    width: 100%;
  }
  .contact-box__qr {
    margin: 0 auto;
  }
  .contact-box--footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
  }
}

:root {
  --header-height: 72px;
  --scroll-anchor-gap: 24px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px rgba(30, 29, 26, 0.06);
          box-shadow: 0 2px 12px rgba(30, 29, 26, 0.06);
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  position: relative;
}
.header__logo-img {
  width: 340px;
  height: auto;
}
.header__toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #1E1D1A;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 29, 26, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.header__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header__nav-close {
  display: none;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.header__nav-list > .header__nav-item--parent {
  position: relative;
}
.header__nav-list > .header__nav-item--parent:hover, .header__nav-list > .header__nav-item--parent:focus-within {
  z-index: 100;
}
.header__nav-list .header__sub-nav-list {
  position: absolute;
  top: 100%;
  left: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 8px;
  min-width: 540px;
  padding: 0 12px 12px;
  margin: 0;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 24px rgba(30, 29, 26, 0.12);
          box-shadow: 0 8px 24px rgba(30, 29, 26, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
  list-style: none;
}
.header__nav-list .header__sub-nav-list::before {
  content: "";
  display: block;
  grid-column: 1/-1;
  height: 8px;
}
.header__nav-list .header__sub-nav-list .header__nav-item {
  min-width: 0;
}
.header__nav-list .header__sub-nav-list a {
  display: block;
  padding: 10px 12px;
  font-size: 1.3rem;
  line-height: 1.5;
  white-space: normal;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.header__nav-list .header__sub-nav-list a:hover {
  color: #C1A34D;
}
.header__nav-list > .header__nav-item--parent:hover > .header__sub-nav-list,
.header__nav-list > .header__nav-item--parent:focus-within > .header__sub-nav-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.header__nav-item > a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__nav-item > a:hover {
  color: #C1A34D;
}
.header--sub {
  position: sticky;
}
.header--front {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header--front.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    padding: 12px 24px;
  }
  .header__logo-img {
    width: 240px;
  }
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__overlay {
    display: block;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 85vw);
    height: 100vh;
    background: #FFFFFF;
    padding: 80px 32px 40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 100;
    overflow-y: auto;
  }
  .header__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    padding: 0;
    z-index: 1;
  }
  .header__nav-close::before, .header__nav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #1E1D1A;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header__nav-close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header__nav-close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .header__nav-close:hover::before, .header__nav-close:hover::after {
    background: #C1A34D;
  }
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .header__nav-list > .header__nav-item--parent {
    width: 100%;
  }
  .header__nav-list .header__sub-nav-list {
    position: static;
    display: block;
    min-width: 0;
    width: 100%;
    padding: 8px 0 0 16px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .header__nav-list .header__sub-nav-list::before {
    display: none;
  }
  .header__nav-list .header__sub-nav-list a {
    padding: 8px 0;
    font-size: 1.4rem;
    white-space: normal;
  }
  .header__nav-list .header__sub-nav-list a:hover {
    background: transparent;
  }
  .header__nav-item > a {
    font-size: 1.6rem;
  }
  .header__toggle[aria-expanded=true] .header__toggle-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .header__toggle[aria-expanded=true] .header__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .header__toggle[aria-expanded=true] .header__toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.breadcrumb {
  padding: 24px 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #666666;
}
.breadcrumb__item--current .breadcrumb__text {
  color: #1E1D1A;
  font-weight: 500;
}
.breadcrumb__link {
  color: #666666;
  text-underline-offset: 2px;
}
.breadcrumb__link:hover {
  opacity: 1;
  color: #1E1D1A;
}
.breadcrumb__text {
  color: #666666;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 20px 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px 20px 0;
  }
  .breadcrumb__list {
    gap: 6px;
  }
  .breadcrumb__item {
    font-size: 1.2rem;
  }
  .breadcrumb__item:not(:last-child)::after {
    margin-left: 6px;
  }
}

.page-about {
  position: relative;
  padding-bottom: 0;
  background: #ECE5C7;
}
.page-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-about__intro {
  background: #F5F2E9;
  padding-bottom: 100px;
}
.page-about__intro .breadcrumb {
  max-width: 1440px;
}
.page-about__intro-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-about__intro-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 38%) clamp(24px, 4vw, 56px) minmax(0, 1fr);
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  -ms-grid-rows: auto clamp(32px, 5vw, 56px) auto;
  grid-template-rows: auto auto;
      grid-template-areas: "heading sub" "content content";
  -webkit-column-gap: clamp(24px, 4vw, 56px);
     -moz-column-gap: clamp(24px, 4vw, 56px);
          column-gap: clamp(24px, 4vw, 56px);
  row-gap: clamp(32px, 5vw, 56px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 8px;
}
.page-about__intro-content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about__intro-heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
}
.page-about__intro-title {
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.page-about__intro-image {
  margin: 0;
  overflow: hidden;
}
.page-about__intro-image--sub {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
  max-width: 560px;
  position: absolute;
  left: 50%;
  z-index: 3;
}
.page-about__intro-image--main {
  position: relative;
  z-index: 2;
  -ms-grid-column-align: end;
      justify-self: end;
  width: calc(100% + clamp(40px, 8vw, 120px));
  max-width: none;
  margin-right: calc(-1 * clamp(40px, 8vw, 120px) / 2);
}
.page-about__intro-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-about__intro-image--sub .page-about__intro-img {
  aspect-ratio: 150/75;
}
.page-about__intro-image--main .page-about__intro-img {
  aspect-ratio: 67/38;
  max-height: 450px;
}
.page-about__intro-body {
  position: relative;
  z-index: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
  width: 140%;
  max-width: none;
  padding: 0 20% 0 50%;
  background-color: #FFFFFF;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 386px;
  margin-top: 210px;
}
.page-about__intro-lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.page-about__intro-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page-about__intro-text p + p {
  margin-top: 1em;
}
.page-about__greeting {
  padding: 80px 40px 100px;
  background: #ECE5C7;
}
.page-about__greeting-inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-about__greeting-card {
  background: #FFFFFF;
  padding: 64px 72px 72px;
  -webkit-box-shadow: 0 8px 32px rgba(30, 29, 26, 0.08);
          box-shadow: 0 8px 32px rgba(30, 29, 26, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.page-about__greeting-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
.page-about__greeting-text {
  --about-line-height: 3em;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page-about__greeting-text p {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom, transparent calc(var(--about-line-height) - 1px), #C1A34D calc(var(--about-line-height) - 1px), #C1A34D var(--about-line-height));
  background-size: 100% var(--about-line-height);
  background-repeat: repeat;
  background-position: 0 0;
}
.page-about__greeting-text p + p {
  margin-top: 0;
}
.page-about__reveal {
  display: block;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.page-about__reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-about__reveal--signature {
  text-align: right;
}
.page-about__greeting-signature-img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 160px;
}
.page-about__profile {
  padding: 100px 0;
  background: #FFFFFF;
}
.page-about__profile-inner {
  position: relative;
  min-height: 480px;
}
.page-about__profile-content {
  position: absolute;
  z-index: 2;
  top: 25%;
  z-index: 2;
  width: 45%;
  background-color: #FFFFFF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-about__profile-content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #C1A34D;
}
.page-about__profile-content .profile__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
.page-about__profile-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 10px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.page-about__profile-detail-label {
  font-size: 1.4rem;
  font-weight: 700;
}
.page-about__profile-detail-value {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-about__profile-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  width: min(65%, 800px);
  height: 100%;
}
.page-about__profile-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.page-about__overview {
  padding: 120px 0;
  background: #FFFFFF;
}
.page-about__overview .section-heading {
  text-align: center;
  margin-bottom: 56px;
}
.page-about__overview-list {
  max-width: 900px;
  margin: 0 auto;
}
.page-about__overview-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  border-bottom: 2px solid #E4CF8E;
  margin-bottom: 15px;
}
.page-about__overview-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 16px;
  background: #C1A34D;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-about__overview-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px 32px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-about__overview-value a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page-about__overview-value a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .page-about__inner {
    padding: 0 24px;
  }
  .page-about__intro {
    padding-bottom: 72px;
  }
  .page-about__intro-inner {
    padding: 0 24px;
  }
  .page-about__intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 32px auto 32px auto;
        grid-template-areas: "heading" "sub" "content";
    row-gap: 32px;
  }
  .page-about__intro-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .page-about__intro-image--sub {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    max-width: 50%;
    top: 190px;
    left: 0;
  }
  .page-about__intro-image--main, .page-about__intro-body {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .page-about__intro-image--main {
    margin: 0 0 20px auto;
    z-index: 2;
    width: 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-about__intro-body {
    z-index: 1;
    padding-bottom: 0;
    padding: 0 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 290px;
  }
  .page-about__greeting {
    padding: 64px 24px 80px;
  }
  .page-about__greeting-card {
    padding: 40px 24px 48px;
  }
  .page-about__greeting-text {
    font-size: 1.4rem;
  }
  .page-about__profile {
    padding: 72px 0;
  }
  .page-about__profile-inner {
    min-height: auto;
  }
  .page-about__profile-photo {
    position: static;
    width: 100%;
    max-width: 55%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .page-about__profile-photo-img {
    -o-object-position: top 0 left 39%;
       object-position: top 0 left 39%;
  }
  .page-about__profile-photo-img {
    height: auto;
    aspect-ratio: 3/4;
  }
  .page-about__overview-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-about__overview-label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 14px 20px;
  }
  .page-about__overview-value {
    padding: 16px 20px 20px;
  }
  .page-about__intro-content {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .page-about__intro-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-about__intro-image--sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-about__intro-image--sub {
    max-width: 65%;
  }
  .page-about__intro-image--main {
    width: 100%;
    margin-top: 0;
  }
  .page-about__greeting-signature-img {
    max-width: 120px;
  }
  .page-about__profile {
    padding: 50px 0 0;
  }
  .page-about__profile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .page-about__profile-photo {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .page-about__profile-photo-img {
    aspect-ratio: 3/3.5;
  }
  .page-about__profile-content {
    position: relative;
    width: 90%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-about__profile-content::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .page-about__profile-detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-about__profile-name {
    font-size: 1.8rem;
  }
  .page-about__profile-detail-label {
    font-size: 1.6rem;
  }
  .page-about__profile-detail-value {
    font-size: 1.4rem;
  }
  .page-about__overview {
    padding: 0;
  }
  .page-about__overview-label {
    padding: 4px 20px;
    font-size: 1.4rem;
  }
  .page-about__overview-value {
    padding: 6px 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .page-about__intro-image--sub {
    max-width: 75%;
  }
}

.page-services {
  position: relative;
}
.page-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #ECE5C7;
  z-index: -1;
}
.page-services__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px 0;
  margin-top: 20px;
}
.page-services__inner .services__grid {
  margin-bottom: 200px;
}
.page-services__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-services__leadtext {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
.page-services__thumbnail {
  width: 100%;
  margin: -100px -150px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-services__thumbnail-img {
  display: block;
  width: 100%;
  height: auto;
}
.page-services__example {
  padding: 0 40px 80px;
}
.page-services__example .page-services__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-services__example-list {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-services__example-item {
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1E1D1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.page-services__example-item::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  background-image: url(./assets/img/icon-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-services__work {
  padding: 0 40px 300px;
  min-height: 800px;
}
.page-services__work .page-services__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-services__work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-color: #ECE5C7;
  margin-inline: auto;
  position: relative;
}
.page-services__work-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: calc(100% + 75px);
  background-color: #ECE5C7;
}
.page-services__work-text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  padding: 45px 0 45px 175px;
}
.page-services__work-img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.page-services__work-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 150px;
}
.page-services__summary {
  padding: 0 40px 80px;
}
.page-services__summary .page-services__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-services__summary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-inline: auto;
  padding: 80px 0;
}
.page-services__summary-text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
.page-services__summary-contact {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1024px) {
  .page-services {
    padding: 0 24px 0;
  }
  .page-services-list {
    margin-top: 24px;
  }
  .page-services__inner {
    padding: 32px 24px 0;
  }
  .page-services__content {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-services__example {
    padding: 0 0 80px;
  }
  .page-services__example .page-services__inner {
    padding: 0 20px;
  }
  .page-services__example-list {
    margin-top: 40px;
  }
  .page-services__example-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .page-services__example-item::before {
    width: 1.2em;
    height: 1.2em;
    margin-top: 7px;
  }
  .page-services__work {
    padding: 0 40px 40px;
  }
  .page-services__work-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 40px;
  }
  .page-services__work-content::before {
    height: calc(100% + 35px);
  }
  .page-services__work-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #ECE5C7;
  }
  .page-services__work-text {
    padding: 32px 0;
  }
  .page-services__work-img {
    position: static;
    width: 40vw;
    margin-left: auto;
  }
  .page-services__work-img img {
    position: static;
  }
  .page-services__summary .page-services__inner {
    padding: 0;
  }
  .page-services__summary-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-services {
    padding: 0;
  }
  .page-services::before {
    height: 80%;
  }
  .page-services__inner {
    padding: 32px 24px 0;
  }
  .page-services__content {
    margin-top: 32px;
  }
  .page-services__thumbnail {
    margin-top: 24px;
  }
  .page-services__example {
    padding: 0 24px 40px;
  }
  .page-services__example-item {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .page-services__work {
    padding: 0 24px 50px;
    min-height: auto;
  }
  .page-services__work-content {
    padding-bottom: 20px;
  }
  .page-services__work .page-services__inner {
    padding: 0;
  }
  .page-services__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px 40px;
  }
  .page-services__summary .contact-box {
    border-radius: 10px;
  }
}

.section-heading__work {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #C1A34D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.section-heading__work::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #C1A34D;
}
.section-heading__work::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1em);
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .section-heading__work {
    font-size: 1.8rem;
    height: auto !important;
    padding: 20px 0;
  }
  .section-heading__work::after {
    right: calc(100% + 0.5em);
  }
}

.page-flow {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
.page-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 260px;
  background: #ECE5C7;
}
.page-flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
}
.page-flow__timeline {
  position: relative;
  margin: 80px auto;
  padding: 0 40px 0;
}
.page-flow__timeline-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.page-flow__line {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: calc(100% - 24px);
  z-index: 0;
  pointer-events: none;
}
.page-flow__line-track, .page-flow__line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
}
.page-flow__line-track {
  height: 100%;
  background: #c8c8c8;
}
.page-flow__line-progress {
  height: 0;
  background: #C1A34D;
  will-change: height;
}
.page-flow__steps {
  list-style: none;
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
.page-flow__step {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 32px minmax(0, 1fr);
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 32px;
  padding-bottom: 72px;
}
.page-flow__step:last-child {
  padding-bottom: 0;
}
.page-flow__step .page-flow__step-dot {
  background: #F0F0F0;
  -webkit-transition: background 0.35s ease, border-color 0.35s ease;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.page-flow__step .page-flow__step-label {
  color: #F0F0F0;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.page-flow__step.is-reached .page-flow__step-dot {
  background: #C1A34D;
  border-color: #C1A34D;
}
.page-flow__step.is-reached .page-flow__step-label {
  color: #C1A34D;
}
.page-flow__step-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}
.page-flow__step-dot {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}
.page-flow__step-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 38%) clamp(24px, 4vw, 48px) minmax(0, 1fr);
  grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-flow__step-image {
  margin: 0;
}
.page-flow__step-image .page-flow__step-label {
  margin-bottom: 20px;
}
.page-flow__step-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-flow__step-content {
  padding-top: 8px;
}
.page-flow__step-label {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.page-flow__step-label span {
  font-size: 1.4em !important;
}
.page-flow__step-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 16px;
}
.page-flow__step-text {
  font-size: 1.5rem;
  line-height: 2;
  color: #1E1D1A;
}
.page-flow__empty {
  padding: 40px 0;
  text-align: center;
  color: #666666;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .page-flow {
    padding-bottom: 64px;
  }
  .page-flow__inner {
    padding: 0 24px;
  }
  .page-flow__timeline {
    margin-top: 56px;
    padding: 0 24px;
  }
  .page-flow__step {
    gap: 20px;
    padding-bottom: 56px;
  }
  .page-flow__step-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-flow__step-content {
    padding-top: 0;
  }
  .page-flow__step-title {
    font-size: 1.8rem;
  }
  .page-flow__step-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-flow__inner {
    padding: 0 20px;
  }
  .page-flow__timeline {
    padding: 0 20px;
  }
  .page-flow__line {
    left: 8px;
  }
  .page-flow__step {
    -ms-grid-columns: 20px 16px minmax(0, 1fr);
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 16px;
  }
  .page-flow__step-label {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-flow__line-progress {
    height: 100% !important;
  }
  .page-flow__step .page-flow__step-dot,
  .page-flow__step .page-flow__step-label {
    -webkit-transition: none;
    transition: none;
  }
}
.hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  margin: 0 auto;
}
.hero__aside {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__header {
  position: sticky;
  top: 40px;
}
.hero__logo-img {
  height: auto;
  width: 100%;
}
.hero__toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 8px;
  margin-top: 16px;
}
.hero__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #1E1D1A;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.hero__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 29, 26, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.hero__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.hero__nav-close {
  display: none;
}
.hero__nav {
  margin-top: 120px;
}
.hero__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.hero__nav-list .hero__sub-nav-list {
  display: none;
}
.hero__nav-list a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.hero__visual {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: visible;
  min-height: 0;
}
.hero__slider {
  width: 100%;
  max-height: 755px;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.hero__slider:not(.swiper-initialized) .swiper-wrapper {
  display: block;
  height: 100%;
}
.hero__slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.hero__slider .swiper-wrapper {
  height: 100%;
}
.hero__slider .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 755px;
  margin: 0 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hero__contact {
  position: absolute;
  left: -25%;
  bottom: -100px;
  z-index: 10;
  width: 100%;
  max-width: 495px;
  pointer-events: auto;
}
@media only screen and (max-width: 1280px) {
  .hero__inner {
    -ms-grid-columns: minmax(200px, 300px) 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
  }
  .hero__aside {
    padding: 40px 24px;
  }
  .hero__logo-img {
    width: 220px;
  }
  .hero__contact {
    left: -18%;
    bottom: -80px;
    max-width: min(495px, 42vw);
  }
}
@media only screen and (max-width: 1024px) {
  .hero__inner {
    display: block;
  }
  .hero__aside {
    padding: 20px 24px;
    position: relative;
    z-index: 20;
    background: #FFFFFF;
  }
  .hero__header {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
  .hero__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .hero__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
  .hero__overlay {
    display: block;
  }
  .hero__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 85vw);
    height: 100vh;
    background: #FFFFFF;
    padding: 80px 32px 40px;
    margin-top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 100;
    overflow-y: auto;
  }
  .hero__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .hero__nav-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    padding: 0;
    z-index: 1;
  }
  .hero__nav-close::before, .hero__nav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #1E1D1A;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .hero__nav-close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .hero__nav-close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .hero__nav-close:hover::before, .hero__nav-close:hover::after {
    background: #C1A34D;
  }
  .hero__nav-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .hero__nav-list a {
    font-size: 1.6rem;
  }
  .hero__toggle[aria-expanded=true] .hero__toggle-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hero__toggle[aria-expanded=true] .hero__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .hero__toggle[aria-expanded=true] .hero__toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .hero__visual {
    margin-top: 0;
    padding-bottom: 0;
  }
  .hero__slider {
    aspect-ratio: 4/5;
    min-height: 320px;
    max-height: 65vh;
  }
  .hero__img {
    min-height: 100%;
    max-height: none;
  }
  .hero__contact {
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: auto;
    max-width: 520px;
    margin: 0 auto 0 0;
    padding: 0;
  }
  .hero__contact .contact-box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero__aside {
    padding: 16px 20px;
  }
  .hero__visual {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__slider {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4/5;
  }
}
@media only screen and (max-width: 480px) {
  .hero__aside {
    padding: 8px 20px;
  }
  .hero__slider {
    aspect-ratio: 1/1;
  }
  .hero__contact {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

.reasons {
  padding: 230px 40px 40px;
  position: relative;
}
.reasons__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.reasons__slider-wrap {
  margin: 60px auto 0;
  max-width: calc(100% - 200px);
}
.reasons__slider {
  overflow: visible;
}
.reasons__slider-nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.reasons__scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: static !important;
  height: 2px !important;
  margin-top: 24px;
  background: rgba(30, 29, 26, 0.15) !important;
}
.reasons__scrollbar .swiper-scrollbar-drag {
  background: #C1A34D !important;
}
.reasons__nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reasons__nav-prev, .reasons__nav-next {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 2px solid #1E1D1A;
  border-radius: 50%;
  color: #1E1D1A;
}
.reasons__nav-prev::after, .reasons__nav-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
.reasons__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (min-width: 769px) {
  .reasons__list.swiper-wrapper {
    display: -ms-grid !important;
    display: grid !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
}
.reasons__item {
  height: auto;
}
@media (min-width: 769px) {
  .reasons__item.swiper-slide {
    width: auto !important;
    height: auto !important;
  }
}
.reasons__thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.reasons__thumb img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reasons__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
.reasons__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #666666;
}
@media only screen and (max-width: 1024px) {
  .reasons {
    padding: 80px 24px 48px;
  }
  .reasons__slider-wrap {
    max-width: none;
    margin-top: 40px;
  }
  .reasons__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .reasons {
    padding: 48px 20px 40px;
  }
  .reasons__slider-wrap {
    max-width: none;
    margin-top: 32px;
    margin-right: -20px;
  }
  .reasons__slider {
    overflow: hidden;
  }
  .reasons__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
  }
  .reasons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .reasons__item {
    width: 100%;
  }
}

.case-study {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 12px;
}
.case-study::before {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C1A34D;
  z-index: -1;
}
.case-study__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: max(40px, (100vw - 1440px) / 2 + 40px);
  padding-right: 0;
}
.case-study__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 520px;
  padding: 80px 40px 60px 0;
}
.case-study__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  height: 100%;
  position: relative;
}
.case-study__head-inner .more-btn {
  position: absolute;
  top: 15px;
  left: calc(100% - 200px);
}
.case-study__more {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid #1E1D1A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-study__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 35px 0 60px 12px;
  overflow: hidden;
}
.case-study__body-inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.case-study__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.case-study__tag-btn {
  display: inline-block;
  padding: 3px 24px;
  background: #FFFFFF;
  color: #1E1D1A;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.case-study__tag-btn:hover {
  opacity: 1;
  background: #F9F6EF;
}
.case-study__tag.is-active .case-study__tag-btn {
  background: #1E1D1A;
  color: #FFFFFF;
}
.case-study__slider-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.case-study__slider-wrap--fading {
  opacity: 0;
}
.case-study__slider {
  overflow: visible !important;
}
.case-study__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.case-study__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.case-study__slider .swiper-slide.case-study__slide--hidden {
  display: none !important;
}
.case-study .case-study-archive__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.case-study .case-study-archive__card-link:hover {
  opacity: 1;
}
.case-study .case-study-archive__card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ddd;
  padding: 32px 28px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 265px;
}
.case-study .case-study-archive__card::before, .case-study .case-study-archive__card::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #1E1D1A;
}
.case-study .case-study-archive__card::before {
  top: -12px;
  right: 6px;
}
.case-study .case-study-archive__card::after {
  bottom: -12px;
  left: 6px;
}
.case-study .case-study-archive__card-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-study .case-study-archive__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
}
.case-study .case-study-archive__card-tag {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #1E1D1A;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  background: #FFFFFF;
}
.case-study .case-study-archive__card-area {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666666;
  text-align: right;
}
.case-study__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 24px;
  padding-right: 40px;
}
.case-study__scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  position: static !important;
}
.case-study__scrollbar .swiper-scrollbar-drag {
  background: #FFFFFF !important;
}
.case-study__nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.case-study__nav-prev, .case-study__nav-next {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
}
.case-study__nav-prev::after, .case-study__nav-next::after {
  font-size: 14px !important;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .case-study {
    height: auto;
  }
  .case-study__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .case-study::before {
    top: 130px;
  }
  .case-study__head {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
    padding: 60px 24px 0 0;
  }
  .case-study__head-inner {
    gap: 24px;
  }
  .case-study__head-inner .more-btn {
    position: relative;
    margin: 10px 0 30px;
  }
  .case-study__tags {
    margin-top: 0;
  }
  .case-study__body {
    padding: 32px 0 48px 0;
  }
  .case-study__slider-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-right: 24px;
  }
  .case-study__scrollbar {
    max-width: 100%;
  }
  .case-study__nav-btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.case-study-archive {
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
.case-study-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 340px;
  background: #ECE5C7;
}
.case-study-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
}
.case-study-archive__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 40px;
  max-width: 640px;
}
.case-study-archive__tag-btn {
  display: inline-block;
  min-width: 120px;
  padding: 7px 24px;
  border-radius: 50px;
  background: #FFFFFF;
  color: #1E1D1A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.case-study-archive__tag-btn:hover {
  opacity: 1;
  background: #F9F6EF;
}
.case-study-archive__tag.is-active .case-study-archive__tag-btn {
  background: #1E1D1A;
  color: #FFFFFF;
}
.case-study-archive__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 160px;
}
.case-study-archive__card-link {
  display: block;
  height: 100%;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.case-study-archive__card-link:hover {
  opacity: 1;
}
.case-study-archive__card-link--hidden {
  display: none;
}
.case-study-archive__card-link--leaving {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease, -webkit-transform 0.26s ease;
}
.case-study-archive__card-link--entering {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}
.case-study-archive__card-link--entering.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.case-study-archive__card-link--more-hidden {
  display: none;
}
.case-study-archive__card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ddd;
  padding: 32px 28px;
  min-height: 265px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-study-archive__card::before, .case-study-archive__card::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #1E1D1A;
}
.case-study-archive__card::before {
  top: -12px;
  right: 6px;
}
.case-study-archive__card::after {
  bottom: -12px;
  left: 6px;
}
.case-study-archive__card-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-study-archive__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}
.case-study-archive__card-tag {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #1E1D1A;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  background-color: #FFFFFF;
}
.case-study-archive__card-area {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666666;
  text-align: right;
}
.case-study-archive__empty {
  grid-column: 1/-1;
  padding: 40px 0;
  text-align: center;
  color: #666666;
}
.case-study-archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.case-study-archive__more[hidden] {
  display: none !important;
}
.case-study-archive__more-btn {
  display: inline-block;
  min-width: 160px;
  padding: 12px 40px;
  border: 1px solid #1E1D1A;
  border-radius: 50px;
  background: #FFFFFF;
  color: #1E1D1A;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.case-study-archive__more-btn:hover {
  opacity: 1;
  background: #1E1D1A;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .case-study-archive {
    padding-bottom: 64px;
  }
  .case-study-archive__inner {
    padding: 0 24px;
  }
  .case-study-archive__tags {
    margin-top: 32px;
    gap: 10px;
    max-width: none;
  }
  .case-study-archive__tag-btn {
    min-width: auto;
    padding: 3px 18px;
    font-size: 1.3rem;
  }
  .case-study-archive__grid {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 120px;
  }
  .case-study-archive__card {
    min-height: 240px;
    padding: 28px 24px;
  }
  .case-study-archive__more {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-archive__inner {
    padding: 0 20px;
  }
  .case-study-archive__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .case-study-archive__card-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .case-study-archive__card-area {
    width: 100%;
    text-align: left;
  }
}

.single-post {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
.single-post__header {
  position: relative;
}
.single-post__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 340px;
  background: #ECE5C7;
}
.single-post__header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 48px;
}
.single-post__header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.single-post__time {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.single-post__category {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #666666;
  background-color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 100vh;
}
.single-post__title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.single-post__thumbnail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}
.single-post__thumbnail-img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post__body {
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 40px 0;
}
.single-post__content {
  font-size: 1.5rem;
  line-height: 2;
  color: #1E1D1A;
}
.single-post__content > *:first-child {
  margin-top: 0;
}
.single-post__content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 48px 0 24px;
  letter-spacing: 0.05em;
}
.single-post__content h2:first-child {
  margin-top: 0;
}
.single-post__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 20px;
}
.single-post__content p {
  margin-bottom: 1.6em;
}
.single-post__content p:last-child {
  margin-bottom: 0;
}
.single-post__content ul:not([class]),
.single-post__content ol:not([class]) {
  margin: 0 0 1.6em;
  padding-left: 0;
}
.single-post__content ul:not([class]) li,
.single-post__content ol:not([class]) li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
}
.single-post__content ul:not([class]) li::before,
.single-post__content ol:not([class]) li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #C1A34D;
}
.single-post__content ol:not([class]) {
  counter-reset: single-post-ol;
}
.single-post__content ol:not([class]) li {
  counter-increment: single-post-ol;
}
.single-post__content ol:not([class]) li::before {
  content: counter(single-post-ol) ".";
  width: auto;
  height: auto;
  background: none;
  top: 0;
  font-weight: 700;
  color: #C1A34D;
}
.single-post__content a {
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-post__content a:hover {
  opacity: 0.7;
}
.single-post__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 32px 0;
}
.single-post__content .point-box,
.single-post__content .wp-block-group.point-box {
  background: #F9F6EF;
  padding: 40px 48px;
  margin: 40px 0;
}
.single-post__content .point-box ul li::before,
.single-post__content .wp-block-group.point-box ul li::before {
  background: #C1A34D;
}
.single-post__related {
  margin-top: 80px;
  padding: 0 40px;
}
.single-post__related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.single-post__related-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
}
.single-post__related-card {
  display: block;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.single-post__related-card:hover {
  opacity: 0.7;
}
.single-post__related-thumb {
  margin: 0;
  overflow: hidden;
  background: #F0F0F0;
}
.single-post__related-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__related-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  background: #F0F0F0;
}
.single-post__related-body {
  padding-top: 16px;
}
.single-post__related-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.single-post__related-meta .case-study-archive__card-tag {
  margin: 0;
}
.single-post__related-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-post__related-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.single-post .wp-block-list,
.single-post .lwptoc_i {
  background-color: #F9F6EF;
  padding: 24px 40px;
  margin: 40px 0;
}
.single-post .wp-block-list li,
.single-post .lwptoc_i li {
  list-style: disc;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 1024px) {
  .single-post {
    padding-bottom: 64px;
  }
  .single-post__header-inner {
    padding: 20px 24px 40px;
  }
  .single-post__thumbnail {
    padding: 0 24px;
  }
  .single-post__body {
    padding: 48px 24px 0;
  }
  .single-post__content {
    font-size: 1.4rem;
  }
  .single-post__content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .single-post__content .point-box,
  .single-post__content .wp-block-group.point-box {
    padding: 32px 28px;
  }
  .single-post__related {
    margin-top: 64px;
    padding: 0 24px;
  }
  .single-post__related-grid {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post__header-inner {
    padding: 16px 20px 32px;
  }
  .single-post__thumbnail {
    padding: 0 20px;
  }
  .single-post__body {
    padding: 40px 20px 0;
  }
  .single-post__related {
    padding: 0 20px;
  }
  .single-post__related-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#related-posts {
  padding-top: 1px;
}

.services {
  padding: 100px 40px;
  background: #ECE5C7;
}
.services__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.services__list {
  display: contents;
}
.services__more-wrap {
  display: contents;
}
.services__more-btn {
  display: none;
}
.services__more-panel {
  display: contents;
}
.services__card {
  background: #E4CF8E;
  padding: 28px 20px 24px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 10px;
}
.services__card:hover {
  background: #C1A34D;
}
.services__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
.services__img {
  width: 245px;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 100vh;
  margin: auto;
}
.services__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__text {
  line-height: 1.7;
  opacity: 0.9;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .services {
    padding: 80px 24px;
  }
  .services__grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .services__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .services__more-wrap {
    display: block;
    grid-column: 1/-1;
    text-align: center;
  }
  .services__more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin: 16px auto 0;
    min-width: 160px;
    padding: 12px 40px;
    border: 1px solid #1E1D1A;
    border-radius: 50px;
    background: #FFFFFF;
    color: #1E1D1A;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .services__more-btn:hover {
    opacity: 1;
    background: #1E1D1A;
    color: #FFFFFF;
  }
  .services__more-btn-icon {
    font-size: 1.6rem;
    line-height: 1;
  }
  .services__more-btn-icon::before {
    content: "＋";
  }
  .services__more-panel {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.35s ease;
    transition: grid-template-rows 0.35s ease;
    transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
    overflow: hidden;
  }
  .services__more-panel .services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    overflow: hidden;
    min-height: 0;
  }
  .services__card {
    aspect-ratio: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 17vw 8px minmax(0, 1fr);
    grid-template-columns: 17vw minmax(0, 1fr);
    -ms-grid-rows: auto 8px auto;
    grid-template-rows: auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .services__card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .services__card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .services__card > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .services__card > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .services__img {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/-1;
    max-width: 17vw;
    margin: 0;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .services__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: left;
    margin-top: auto;
    font-size: 1.6rem;
  }
  .services__text {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #services.is-more-open .services__more-panel {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  #services.is-more-open .services__more-btn-icon::before {
    content: "ー";
  }
}
.banners {
  padding: 80px 40px;
  background: #FFFFFF;
}
.banners__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.banners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.banners__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.banners__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 29, 26, 0.45);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.banners__link:hover {
  opacity: 1;
}
.banners__link:hover::after {
  background: rgba(30, 29, 26, 0.55);
}
.banners__img {
  width: 100%;
}
.banners__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.banners__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #C1A34D;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0.8;
}
.banners__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #E4CF8E;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .banners {
    padding: 60px 24px;
  }
  .banners__label {
    font-size: 1.4rem;
  }
  .banners__img {
    aspect-ratio: 3/1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .banners__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .banners__img {
    aspect-ratio: 3/1.2;
  }
}

.profile {
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
  background: #ECE5C7;
}
.profile__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 0 1.3fr;
  grid-template-columns: 1.5fr 1.3fr;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__photo {
  position: relative;
  z-index: 1;
}
.profile__photo::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 20%;
  z-index: -2;
  width: 150%;
  height: 240%;
  background: #E4CF8E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.8;
}
.profile__photo img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile__content {
  padding: 35px;
  margin-left: -60px;
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.profile__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 24px rgba(30, 29, 26, 0.08);
          box-shadow: 0 4px 24px rgba(30, 29, 26, 0.08);
  z-index: -1;
}
.profile__content::after {
  content: "";
  position: absolute;
  bottom: 60%;
  left: 60%;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #E4CF8E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.3;
}
.profile__name {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile__name-en {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.05em;
}
.profile__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #666666;
}
.profile__text p + p {
  margin-top: 1em;
}
.profile__content .more-btn {
  display: block;
  width: 190px;
  margin-top: 28px;
  margin-left: calc(100% - 190px);
}
.profile__content .more-btn:hover {
  width: 210px;
}
.profile__content .more-btn:hover::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateX(0);
          transform: rotate(-45deg) translateX(0);
}
.profile__link {
  display: inline-block;
  margin-top: 28px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid #1E1D1A;
}
@media only screen and (max-width: 1024px) {
  .profile {
    padding: 80px 24px;
  }
  .profile__bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F6EF), color-stop(50%, #F9F6EF), color-stop(50%, #C1A34D), to(#C1A34D));
    background: linear-gradient(180deg, #F9F6EF 0%, #F9F6EF 50%, #C1A34D 50%, #C1A34D 100%);
  }
  .profile__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .profile__photo img {
    max-width: 100%;
    margin: 0 auto;
  }
  .profile__content {
    margin-left: 0;
    padding: 32px 24px;
  }
  .profile__content::after {
    display: none;
  }
  .profile__name {
    font-size: 2rem;
  }
}

.access {
  padding: 100px 40px 0;
  background: #FFFFFF;
}
.access__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 60px;
}
.access__info {
  font-size: 1.6rem;
  line-height: 1.8;
}
.access__route {
  display: none;
}
.access__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.access__map {
  width: 100%;
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media only screen and (max-width: 1024px) {
  .access {
    padding: 80px 24px 0;
  }
  .access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
  .access__route {
    display: block;
  }
  .access__contact {
    display: none;
  }
  .access__row {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .access__map iframe {
    height: 300px;
  }
}

.faq-archive {
  padding: 0 0 160px;
  position: relative;
  z-index: 1;
}
.faq-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 340px;
  background: #ECE5C7;
}
.faq-archive__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
}
.faq-archive__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 40px;
  width: 50%;
}
.faq-archive__category-btn {
  display: inline-block;
  min-width: 120px;
  padding: 7px 24px;
  border-radius: 50px;
  background: #FFFFFF;
  color: #1E1D1A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.faq-archive__category-btn:hover {
  opacity: 1;
  background: #F9F6EF;
}
.faq-archive__category.is-active .faq-archive__category-btn {
  background: #1E1D1A;
  color: #FFFFFF;
}
.faq-archive__list {
  display: -ms-grid;
  display: grid;
  gap: 48px;
  padding-top: 160px;
}
.faq-archive__item {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.faq-archive__item--hidden {
  display: none;
}
.faq-archive__item--leaving {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease, -webkit-transform 0.26s ease;
}
.faq-archive__item--entering {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}
.faq-archive__item--entering.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faq-archive__question, .faq-archive__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  max-width: 900px;
}
.faq-archive__answer {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.faq-archive__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.faq-archive__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-archive__bubble {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 20px 24px;
  border-radius: 16px;
}
.faq-archive__bubble--question {
  background: #C1A34D;
  color: #FFFFFF;
}
.faq-archive__bubble--question::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -10px;
  border-width: 8px 12px 8px 0;
  border-style: solid;
  border-color: transparent #C1A34D transparent transparent;
}
.faq-archive__bubble--question .faq-archive__label {
  color: #FFFFFF;
}
.faq-archive__bubble--answer {
  background: #F9F6EF;
  color: #1E1D1A;
}
.faq-archive__bubble--answer::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -10px;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #F9F6EF;
}
.faq-archive__bubble--answer .faq-archive__label {
  color: #C1A34D;
}
.faq-archive__text {
  font-size: 1.5rem;
  line-height: 1.9;
}
.faq-archive__text p {
  margin: 0;
}
.faq-archive__text p + p {
  margin-top: 1em;
}
.faq-archive__label {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 0.4em;
}
.faq-archive__empty {
  padding: 40px 0;
  text-align: center;
  color: #666666;
}
@media only screen and (max-width: 1024px) {
  .faq-archive {
    padding-bottom: 64px;
  }
  .faq-archive__inner {
    padding: 0 24px;
  }
  .faq-archive__categories {
    margin-top: 32px;
    gap: 10px;
    width: 100%;
  }
  .faq-archive__category-btn {
    min-width: auto;
    padding: 3px 18px;
    font-size: 1.3rem;
  }
  .faq-archive__list {
    gap: 40px;
    margin-top: 40px;
    padding-top: 50px;
  }
  .faq-archive__question, .faq-archive__answer {
    max-width: 100%;
  }
  .faq-archive__avatar {
    width: 64px;
    height: 64px;
  }
  .faq-archive__bubble {
    padding: 16px 18px;
  }
  .faq-archive__bubble--question::before, .faq-archive__bubble--answer::after {
    top: 22px;
  }
  .faq-archive__label {
    font-size: 1.8rem;
  }
  .faq-archive__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .faq-archive__inner {
    padding: 0 20px;
  }
  .faq-archive__categories {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faq-archive__question, .faq-archive__answer {
    gap: 12px;
  }
  .faq-archive__avatar {
    width: 56px;
    height: 56px;
  }
  .faq-archive__bubble {
    border-radius: 12px;
  }
  .faq-archive__bubble--question::before {
    left: -8px;
    border-width: 6px 10px 6px 0;
  }
  .faq-archive__bubble--answer::after {
    right: -8px;
    border-width: 6px 0 6px 10px;
  }
}

.footer {
  background: #C1A34D;
  color: #FFFFFF;
  padding-top: 60px;
}
.footer .contact-box__h2 {
  color: #FFFFFF;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__logo-img {
  width: 280px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.footer__address {
  font-size: 1.3rem;
  line-height: 2;
  opacity: 0.9;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__nav {
  padding: 32px 0;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 24px;
}
.footer__nav-list .footer__sub-nav-list {
  display: none;
}
.footer__nav-list a {
  font-size: 1.2rem;
  opacity: 0.9;
}
.footer__nav-list a:hover {
  opacity: 1;
}
.footer__copy {
  background: #FFFFFF;
  color: #1E1D1A;
  text-align: center;
  padding: 16px;
  margin: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 48px;
  }
  .footer__inner {
    padding: 0 24px;
  }
  .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo-img {
    width: 220px;
  }
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

.footer__cta {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer__cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #C1A34D;
    -webkit-box-shadow: 0 -4px 20px rgba(30, 29, 26, 0.12);
            box-shadow: 0 -4px 20px rgba(30, 29, 26, 0.12);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  }
  .footer__cta.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.footer__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  padding: 10px 12px;
}
.footer__cta-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 38px;
  padding: 8px 10px 8px 28px;
  background: #FFFFFF;
  color: #1E1D1A;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-radius: 100vh;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: nowrap;
}
.footer__cta-btn:hover {
  opacity: 1;
  background: #F9F6EF;
}
.footer__cta-btn--phone::before, .footer__cta-btn--form::before, .footer__cta-btn--line::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta-btn--phone::before {
  background-image: url(./assets/img/icon-phone.svg);
}
.footer__cta-btn--form::before {
  background-image: url(./assets/img/icon-mail.svg);
}
.footer__cta-btn--line::before {
  background-image: url(./assets/img/icon-line.svg);
}
@media only screen and (max-width: 480px) {
  .footer__cta-btn {
    width: 100%;
    white-space: normal;
  }
}

.page_top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  background-color: #C1A34D;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page_top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page_top span {
  color: #FFFFFF;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  z-index: 2;
}
.page_top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  background-color: #C1A34D;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  z-index: 1;
}
.page_top:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #FFFFFF;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}