@charset "UTF-8";
html {
  font-size: 62.5%;
}

@media (max-width: 1023px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 743px) {
  html {
    font-size: 2.6666666667vw;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333333;
  font-family: dnp-shuei-mincho-pr6, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  background: #ffffff;
}

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

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

button {
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.page-frame {
  width: min(100%, 136.6rem);
  margin-inline: auto;
}

.container {
  width: min(120rem, 100% - 8rem);
  margin-inline: auto;
}

@media (max-width: 743px) {
  .container {
    width: calc(100% - 4rem);
  }
}
.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

@media (max-width: 743px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline;
  }
}
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-inline: auto;
}

/* =========================
  Header Pattern
  モザイク柄は固定せず、通常スクロール
========================= */
.site-header__sticky {
  position: relative;
  display: block;
  width: 100%;
  height: 8rem;
}

/* モザイク柄 */
.site-header__pattern {
  width: 100%;
  height: 8rem;
  background: #d4ba7f url("../img/top_header_pattern.svg") left/cover no-repeat;
}

/* =========================
  Menu Button
  メニューだけ右上FIX
========================= */
.menu-button {
  position: fixed;
  z-index: 130;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: #d4ba7f;
}

/* 三本線 */
.menu-button span {
  position: absolute;
  left: 50%;
  width: 2.8rem;
  height: 0.2rem;
  background: #11162a;
  transform: translateX(-50%);
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.menu-button span:nth-child(1) {
  top: 2.8rem;
}

.menu-button span:nth-child(2) {
  top: 3.9rem;
}

.menu-button span:nth-child(3) {
  top: 5rem;
}

/* 開いた時：× */
body.is-menu-open .menu-button span:nth-child(1) {
  top: 3.9rem;
  transform: translateX(-50%) rotate(45deg);
}

body.is-menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

body.is-menu-open .menu-button span:nth-child(3) {
  top: 3.9rem;
  transform: translateX(-50%) rotate(-45deg);
}

/* =========================
  SP
========================= */
@media (max-width: 743px) {
  .site-header__sticky {
    height: 3.75rem;
  }
  .site-header__pattern {
    height: 3.75rem;
    background: #d4ba7f url("../img/top_header_pattern.svg") left/cover no-repeat;
  }
  .menu-button {
    width: 3.75rem;
    height: 3.75rem;
  }
  .menu-button span {
    width: 1.5rem;
    height: 0.15rem;
  }
  .menu-button span:nth-child(1) {
    top: 1.3rem;
  }
  .menu-button span:nth-child(2) {
    top: 1.85rem;
  }
  .menu-button span:nth-child(3) {
    top: 2.4rem;
  }
  body.is-menu-open .menu-button span:nth-child(1) {
    top: 1.85rem;
    transform: translateX(-50%) rotate(45deg);
  }
  body.is-menu-open .menu-button span:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .menu-button span:nth-child(3) {
    top: 1.85rem;
    transform: translateX(-50%) rotate(-45deg);
  }
}
.global-menu {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.is-menu-open .global-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-menu__frame {
  display: grid;
  grid-template-columns: 34vw 1fr;
  align-items: center;
  width: 100%;
  min-height: 58rem;
  padding: 8rem 0 0 0;
  background: #d4ba7f;
}

/* 左ロゴ：白帯なし */
.global-menu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  background: transparent;
  padding: 3rem;
}

.global-menu__logo a {
  display: block;
}

.global-menu__logo img {
  width: 30rem;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 右側メニュー */
.global-menu__body {
  width: 100%;
  max-width: 92rem;
  margin: 0 0 0 auto;
  padding: 0;
}

.global-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.global-menu__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.global-menu__list a {
  display: flex;
  align-items: baseline;
  gap: 2.8rem;
  padding: 1.8rem 0 1.4rem;
  transition: opacity 0.3s ease;
}

.global-menu__text {
  display: flex;
  align-items: baseline;
  gap: 2.8rem;
  min-width: 0;
}

.global-menu__list span {
  font-family: linotype-didot, serif;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.global-menu__list em {
  font-family: dnp-shuei-mincho-pr6, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.global-menu__external-icon {
  display: block;
  flex: 0 0 auto;
  width: 2.6rem;
  height: auto;
  margin-left: -1.8rem;
}

.global-menu__list a:hover {
  opacity: 0.6;
}

.global-menu__list span {
  font-family: linotype-didot, serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.global-menu__list em {
  font-family: dnp-shuei-mincho-pr6, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 0.1em;
}

.global-menu__external-icon {
  display: block;
  flex: 0 0 auto;
  width: 2.25rem;
  height: auto;
  margin-left: -1.6rem;
}

@media (max-width: 743px) {
  .global-menu {
    overflow-y: auto;
  }
  .global-menu__frame {
    display: block;
    min-height: 100vh;
    padding: 8rem 2.5rem 6rem;
  }
  .global-menu__logo {
    justify-content: flex-start;
    margin: 0 0 5rem;
  }
  .global-menu__logo img {
    width: 26rem;
    max-width: 80%;
  }
  .global-menu__body {
    width: calc(100% - 5rem);
    margin: 0 auto;
    padding: 5rem 0 6rem;
  }
  .global-menu__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 1.6rem 0;
  }
  .global-menu__text {
    display: block;
    min-width: 0;
  }
  .global-menu__text span {
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .global-menu__text em {
    display: block;
    margin-top: 0.1rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .global-menu__external-icon {
    flex: 0 0 auto;
    width: 2rem;
    margin-left: 0;
  }
}
.top-page {
  width: 100%;
  margin-inline: auto;
  padding-top: 0;
  overflow-x: clip;
  overflow-y: visible;
}

/* =========================
  Hero
========================= */
.top-hero {
  width: 100%;
}

.top-hero__frame {
  width: 100%;
  height: calc(100vh - 14rem);
  min-height: 50rem;
  overflow: hidden;
  background: #000;
}

.top-hero__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.8s ease-in-out;
  will-change: opacity;
}

.top-hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}

/* =========================
  Hero Image
  通常は全画面表示
========================= */
.top-hero__slide picture {
  width: 100%;
  height: 100%;
  display: block;
}

.top-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 
  左帯ありのスライドだけ、
  写真を左帯分だけ引いて右側に表示
*/
.top-hero__slide--left-panel picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.5%;
  height: 100%;
}

.top-hero__slide--left-panel .top-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
  Left Panel
  1枚目・3枚目用
========================= */
.top-hero__panel {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 24.5%;
  height: 100%;
  background: #061c3d;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7rem;
}

/* =========================
  Hero Logo Common
========================= */
.top-hero__logo {
  display: block;
  height: auto;
  pointer-events: none;
}

/* 左帯内ロゴ */
.top-hero__logo--panel {
  width: 15rem;
  max-width: 60%;
}

/* 2枚目：右上ロゴ */
.top-hero__logo--right-top {
  position: absolute;
  z-index: 3;
  top: 7rem;
  right: 8rem;
  width: 24rem;
}

/* 4枚目：左上ロゴ */
.top-hero__logo--left-top {
  position: absolute;
  z-index: 3;
  top: 7rem;
  left: 8rem;
  width: 24rem;
}

@media (max-width: 743px) {
  /* =========================
    Hero SP
  ========================= */
  .top-hero__frame {
    height: 100vw;
    min-height: 32rem;
  }
  /* SPでは左帯分で写真を縮めない */
  .top-hero__slide--left-panel picture {
    position: static;
    width: 100%;
    height: 100%;
  }
  .top-hero__slide--left-panel .top-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* PC用の左帯を、SPでは右上ロゴボックスに変更 */
  .top-hero__panel {
    position: absolute;
    z-index: 3;
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    width: 10rem;
    height: 10rem;
    padding: 0.8rem;
    background: #061c3d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* ロゴ共通：SPでは正方形ボックス内に収める */
  .top-hero__logo {
    display: block;
    pointer-events: none;
  }
  /* PREMIUM RESIDENCE：紺背景の正方形 */
  .top-hero__logo--panel {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
  }
  /* PRINCESS：白背景の正方形 */
  .top-hero__logo--left-top,
  .top-hero__logo--right-top {
    position: absolute;
    z-index: 3;
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    width: 10rem;
    height: 10rem;
    padding: 0.8rem;
    object-fit: contain;
  }
}
/* =========================
  Service
========================= */
.top-service {
  position: relative;
  background: #ffffff;
}

.top-service__up {
  width: 96rem;
}

.top-service__up img {
  width: 100%;
  height: auto;
  display: block;
}

.top-service__dn {
  width: 96rem;
  margin-left: auto;
  margin-right: 0;
}

.top-service__dn img {
  width: 100%;
  height: auto;
  display: block;
}

.top-service__inner {
  width: min(90rem, 100% - 8rem);
  margin-inline: auto;
  padding: 8rem 0 12rem;
}

.top-service__heading {
  margin: 0 0 6rem;
  font-family: linotype-didot, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

/* =========================
  Service Block
========================= */
.top-service-block {
  margin-top: 8rem;
}

.top-service-block:first-of-type {
  margin-top: 0;
}

.top-service-block__head {
  display: block;
}

.top-service-block__title {
  margin: 0 0 3rem;
  font-family: linotype-didot, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}

.top-service-block__content {
  display: grid;
  grid-template-columns: 1fr 28rem;
  gap: 0rem;
  align-items: center;
}

.top-service-block__body {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 4rem;
  align-items: center;
  min-width: 0;
}

.top-service-block__mark {
  width: 15rem;
  height: auto;
  display: block;
  margin: 0;
}

.top-service-block__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.2em;
}

/* ロゴは右端 */
.top-service-block__logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-service-block__logo-img {
  width: 100%;
  height: auto;
  display: block;
}

.top-service-block__logo-img--residence {
  max-width: 10rem;
}

.top-service-block__logo-img--yachts {
  max-width: 20rem;
}

/* =========================
  Movie / Concept / Statement
  シンプル表示
========================= */
.top-movie-area {
  background: #ffffff;
}

/* =========================
  Movie
========================= */
.top-movie-bg {
  width: min(120rem, 100% - 8rem);
  margin: 10rem auto 0;
  background: #000;
}

.top-movie-bg__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}

.top-movie-bg__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* もう使わない */
.top-movie-spacer {
  display: none;
}

/* =========================
  Concept
========================= */
.top-concept {
  padding: 8.4rem 0 7rem;
  color: #333333;
  background: #ffffff;
}

.top-concept__inner {
  width: min(84rem, 100% - 8rem);
  margin-inline: auto;
  text-align: center;
}

.top-concept__mark {
  width: 22.4rem;
  margin: 0 auto 2.1rem;
}

.top-concept__mark img {
  width: 100%;
  height: auto;
  display: block;
}

.top-concept__title {
  margin: 0;
  font-family: linotype-didot, serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.top-concept__lead {
  margin: 0.7rem 0 0;
  font-family: linotype-didot, serif;
  font-size: 3.3rem;
  line-height: 1;
}

/* =========================
  Statement
========================= */
.top-statement {
  padding: 7rem 0 9.1rem;
  color: #333333;
  background: #ffffff;
}

.top-statement__inner {
  width: min(84rem, 100% - 8rem);
  margin-inline: auto;
  text-align: center;
}

.top-statement__title {
  margin: 0 0 2.8rem;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.28em;
}

.top-statement__inner p {
  margin: 0;
  font-size: 1.54rem;
  line-height: 3.9rem;
  letter-spacing: 0.37em;
}

@media (max-width: 743px) {
  .top-movie-bg {
    width: calc(100% - 4rem);
    margin: 5rem auto 0;
  }
  .top-concept {
    padding: 5rem 0 4.5rem;
  }
  .top-concept__inner {
    width: calc(100% - 4rem);
  }
  .top-concept__mark {
    width: 13rem;
    margin: 0 auto 1.8rem;
  }
  .top-concept__title {
    font-size: 3.2rem;
  }
  .top-concept__lead {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .top-statement {
    padding: 4.5rem 0 6rem;
  }
  .top-statement__inner {
    width: calc(100% - 4rem);
  }
  .top-statement__title {
    margin: 0 0 2rem;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
  .top-statement__inner p {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}
/* =========================
  Service Link
========================= */
.top-service-block__link {
  margin: 2rem 0 5rem;
  font-size: 1.75rem;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0.04em;
}

.top-service-block__link a {
  transition: opacity 0.3s ease;
}

.top-service-block__link a:hover {
  opacity: 0.55;
}

.top-service-block__link--sub {
  margin: 1rem 0 0;
  text-align: left;
}

@media (max-width: 743px) {
  .top-service.js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =========================
  Service Photos Slider
========================= */
.top-service-block__photos {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.top-service-block__photos-track {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  animation: servicePhotoSlide 45s linear infinite;
  will-change: transform;
}

.top-service-block__photos img {
  flex: 0 0 35rem;
  width: 35rem;
  height: 26rem;
  object-fit: cover;
  display: block;
}

@keyframes servicePhotoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-179rem);
  }
}
/* =========================
  Service Sub
========================= */
.top-service-block__sub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 72rem;
  margin-top: 3.6rem;
  margin-left: auto;
  margin-right: 0;
}

.top-service-block__sub-img img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
  display: block;
}

.top-service-block__sub-body {
  min-width: 0;
}

.top-service-block__sub-title {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-bottom: solid 1px #e0c88c;
}

.top-service-block__sub p {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
}

.top-service-block__link {
  width: 100%;
  text-align: right;
  padding-top: 1rem;
  font-size: 1.8rem;
}

/* =========================
  Individual Adjust
========================= */
.top-service-block--residence .top-service-block__mark {
  width: 24rem;
}

.top-service-block--yachts .top-service-block__mark {
  width: 24rem;
}

.top-service-block--residence .top-service-block__logo {
  justify-content: center;
}

.top-service-block--yachts .top-service-block__logo {
  justify-content: center;
}

.top-service-block--residence {
  margin-bottom: 15rem;
}

/* =========================
  SP
========================= */
@media (max-width: 743px) {
  /* =========================
    Service SP
  ========================= */
  .top-service__up {
    width: 45rem;
  }
  .top-service__dn {
    width: 45rem;
    margin-left: auto;
    margin-right: 0;
  }
  .top-service__inner {
    width: calc(100% - 4rem);
    padding: 6rem 0 8rem;
  }
  .top-service__heading {
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
  .top-service-block {
    margin-top: 7rem;
  }
  .top-service-block:first-of-type {
    margin-top: 0;
  }
  .top-service-block__head {
    display: block;
  }
  .top-service-block__title {
    margin-bottom: 2.5rem;
    font-size: 3.2rem;
  }
  /* PCの横並びを解除 */
  .top-service-block__content {
    display: block;
  }
  .top-service-block__body {
    display: block;
  }
  .top-service-block__mark {
    width: 11.25rem;
    margin: 0 auto 2.8rem 0;
  }
  .top-service-block--residence .top-service-block__mark,
  .top-service-block--yachts .top-service-block__mark {
    width: 11.25rem;
  }
  .top-service-block__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
  /* ロゴ */
  .top-service-block__logo {
    justify-content: center;
    margin-top: 3rem;
  }
  .top-service-block__logo-img--residence {
    max-width: 13rem;
  }
  .top-service-block__logo-img--yachts {
    max-width: 22rem;
  }
  /* 詳細リンク */
  .top-service-block__link {
    margin: 2.5rem 0 3rem;
    padding-top: 0;
    font-size: 1.45rem;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.02em;
  }
  .top-service-block__link a {
    display: inline-block;
  }
  /* 写真スライダー */
  .top-service-block__photos {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
  .top-service-block__photos-track {
    gap: 0.6rem;
    animation-duration: 36s;
  }
  .top-service-block__photos img {
    flex: 0 0 28rem;
    width: 28rem;
    height: 18rem;
    object-fit: cover;
  }
  /* SP用スライダー距離 */
  @keyframes servicePhotoSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-85.8rem);
    }
  }
  /* サブ情報 */
  .top-service-block__sub {
    display: block;
    width: 100%;
    margin-top: 3.5rem;
  }
  .top-service-block__sub-img {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-service-block__sub-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .top-service-block__sub-title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .top-service-block__sub p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .top-service-block__link--sub {
    margin-top: 2rem;
  }
}
/* =========================
  Scroll Fade
========================= */
.js-fade {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-delay-1 {
  transition-delay: 0.1s;
}

.js-fade-delay-2 {
  transition-delay: 0.2s;
}

.js-fade-delay-3 {
  transition-delay: 0.3s;
}

.js-fade-delay-4 {
  transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.lower-page {
  background: #fff;
  color: #202536;
}

/* =========================
  Hero
========================= */
.lower-hero {
  position: relative;
  width: 100%;
  height: 48rem;
  margin-inline: auto;
  overflow: hidden;
}

.lower-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lower-hero picture {
  width: 100%;
  height: 100%;
  display: block;
}

.lower-hero__title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  color: #fff;
  font-family: linotype-didot, serif;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.lower-hero--company .lower-hero__image {
  object-position: center bottom;
}

/* =========================
  Ornament
========================= */
.lower-ornament {
  width: min(120rem, 100%);
  margin-inline: auto;
  line-height: 0;
  pointer-events: none;
}

.lower-ornament img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
  Section common
========================= */
.lower-section {
  width: min(120rem, 100%);
  margin-inline: auto;
  background: #fff;
}

.lower-section__inner {
  width: min(84.2rem, 100% - 4rem);
  margin-inline: auto;
  padding: 6.8rem 0 8rem;
}

.lower-section__heading {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.36em;
  text-align: center;
}

/* =========================
  Lower article common
========================= */
.sustainability-article,
.privacy-article {
  margin-top: 4.4rem;
}

.sustainability-article:first-of-type,
.privacy-article:first-of-type {
  margin-top: 5.4rem;
}

.sustainability-article__heading,
.privacy-article__heading {
  margin: 0;
  padding: 0.6rem 2rem;
  background: #d4ba7f;
  color: #202536;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: center;
}

.sustainability-article__body,
.privacy-article__body {
  margin-top: 2.2rem;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: -0.05em;
}

.sustainability-article__body p,
.privacy-article__body p {
  margin: 0;
}

.sustainability-article__body p + p,
.privacy-article__body p + p {
  margin-top: 1.2rem;
}

/* =========================
  Sustainability
========================= */
.sustainability-content__lead {
  margin-top: 5.4rem;
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0;
}

.sustainability-content__lead p {
  margin: 0;
}

/* =========================
  Privacy
========================= */
.privacy-content {
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
}

.privacy-article__list {
  margin: 1.2rem 0 0;
  padding-left: 1.6em;
}

.privacy-article__list li {
  margin: 0;
}

.privacy-article__link-list {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.privacy-article__link-list li {
  margin: 0;
}

.privacy-article__link-list li + li {
  margin-top: 1.2rem;
}

.privacy-article__link-list a,
.privacy-contact a {
  color: #1d2088;
  text-underline-offset: 0.25em;
  word-break: break-all;
}

.privacy-subarticle {
  margin-top: 2.4rem;
}

.privacy-subarticle:first-child {
  margin-top: 0;
}

.privacy-subarticle__heading {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
}

.privacy-subarticle p {
  margin: 0;
}

.privacy-subarticle p + p {
  margin-top: 1.2rem;
}

.privacy-contact {
  margin-top: 5.4rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
}

.privacy-contact__heading {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
}

.privacy-contact p {
  margin: 0;
}

/* =========================
  SP
========================= */
@media (max-width: 743px) {
  .lower-hero {
    width: 100%;
    height: 30rem;
  }
  .lower-hero__title {
    padding-inline: 2rem;
    font-size: 3.2rem;
  }
  .lower-ornament {
    width: 100%;
  }
  .lower-section {
    width: 100%;
  }
  .lower-section__inner {
    width: calc(100% - 5rem);
    padding: 4.8rem 0 5.6rem;
  }
  .lower-section__heading {
    font-size: 2rem;
    letter-spacing: 0.22em;
  }
  .sustainability-content__lead {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 2;
  }
  .sustainability-article,
  .privacy-article {
    margin-top: 3.6rem;
  }
  .sustainability-article:first-of-type,
  .privacy-article:first-of-type {
    margin-top: 3.6rem;
  }
  .sustainability-article__heading,
  .privacy-article__heading {
    padding: 0.7rem 1.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
  .sustainability-article__body,
  .privacy-article__body {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .sustainability-article__body p + p,
  .privacy-article__body p + p {
    margin-top: 1.2rem;
  }
  .privacy-content {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .privacy-article__list {
    margin-top: 1.2rem;
    padding-left: 1.4em;
  }
  .privacy-article__link-list {
    margin-top: 1.2rem;
  }
  .privacy-subarticle {
    margin-top: 2rem;
  }
  .privacy-subarticle__heading {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .privacy-contact {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .privacy-contact__heading {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
/* =========================
  Company Outline
========================= */
.company-outline {
  background: #fff;
}

.company-outline__inner {
  width: min(84.2rem, 100% - 4rem);
}

.company-outline__heading {
  margin: 0;
}

.company-outline__list {
  margin: 5.4rem 0 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.015em;
}

.company-outline__item {
  display: grid;
  grid-template-columns: 15rem 1fr;
  column-gap: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e0c88c;
}

.company-outline__item:first-child {
  border-top: 1px solid #e0c88c;
}

.company-outline__item dt {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.company-outline__item dd {
  margin: 0;
}

.company-outline__item p {
  margin: 0;
}

.company-outline__block {
  margin-top: 1.6rem;
}

.company-outline__block:first-child {
  margin-top: 0;
}

.company-outline__label {
  margin: 0 0 0.2rem;
  letter-spacing: 0.08em;
}

.company-outline__text-list,
.company-outline__bank-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-outline__text-list li,
.company-outline__bank-list li {
  margin: 0;
}

.company-outline__link {
  margin-top: 1.4rem;
}

.company-outline__link a {
  color: #202536;
  font-family: linotype-didot, serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.company-outline__link a:hover {
  opacity: 0.6;
}

/* =========================
  Company Gallery
========================= */
.company-gallery {
  background: #fff;
}

.company-gallery__inner {
  width: min(84.2rem, 100% - 4rem);
  padding: 0 0 8rem;
}

.company-gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.company-gallery__item {
  margin: 0;
  overflow: hidden;
}

.company-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
  Company Access
========================= */
.company-access {
  background: #fff;
}

.company-access__inner {
  width: min(84.2rem, 100% - 4rem);
  padding-top: 0;
}

.company-access__heading {
  margin: 0;
}

.company-access__address {
  margin: 5.4rem 0 0;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.company-access__map {
  width: 100%;
  aspect-ratio: 842/420;
  margin-top: 3.2rem;
  background: #eee;
  overflow: hidden;
}

.company-access__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.company-access__list {
  margin: 3.2rem 0 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -0.02em;
}

.company-access__item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  column-gap: 3rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #4d4a49;
}

.company-access__item:first-child {
  border-top: 1px solid #4d4a49;
}

.company-access__item dt {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.company-access__item dd {
  margin: 0;
}

/* =========================
  SP
========================= */
@media (max-width: 743px) {
  .company-outline__inner {
    width: calc(100% - 5rem);
  }
  .company-outline__list {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .company-outline__item {
    display: block;
    padding: 1.6rem 0;
  }
  .company-outline__item dt {
    margin-bottom: 0.4rem;
    letter-spacing: 0.16em;
  }
  .company-outline__item dd {
    margin: 0;
  }
  .company-outline__block {
    margin-top: 1.4rem;
  }
  .company-outline__label {
    margin-bottom: 0.2rem;
  }
  .company-outline__link {
    margin-top: 1.2rem;
  }
  .company-outline__link a {
    font-size: 1.4rem;
  }
  .company-gallery__inner {
    width: calc(100% - 5rem);
    padding: 0 0 5.6rem;
  }
  .company-gallery__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .company-access__inner {
    width: calc(100% - 5rem);
    padding-top: 0;
  }
  .company-access__address {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
  }
  .company-access__map {
    margin-top: 2.4rem;
    aspect-ratio: 325/260;
  }
  .company-access__list {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .company-access__item {
    display: block;
    padding: 1.4rem 0;
  }
  .company-access__item dt {
    margin-bottom: 0.2rem;
    letter-spacing: 0.16em;
  }
  .company-access__item dd {
    margin: 0;
  }
}
/* =========================
  Contact
========================= */
.contact-content {
  background: #fff;
}

.contact-content__inner {
  width: min(84.2rem, 100% - 4rem);
}

.contact-content__heading {
  margin: 0;
}

.contact-content__lead {
  margin-top: 5.4rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
}

.contact-content__lead p {
  margin: 0;
}

.contact-content__lead a,
.contact-content__agreement a {
  color: #0018a8;
  text-decoration: none;
}

.contact-content__lead a:hover,
.contact-content__agreement a:hover {
  text-decoration: underline;
}

/* =========================
  Form
========================= */
.contact-form {
  margin-top: 7rem;
}

.contact-form__section {
  background: #f1ece5;
}

.contact-form__section + .contact-form__section {
  margin-top: 2.4rem;
}

.contact-form__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0.45rem 1.5rem;
  background: #d4ba7f;
  color: #202536;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  padding: 0.15rem 0.7rem;
  background: #d71918;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

/* =========================
  Message
========================= */
.contact-form__section--message {
  padding-bottom: 1.8rem;
}

.contact-form__field--textarea {
  padding: 1.8rem 1.8rem 0;
}

.contact-form__field--textarea .contact-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.contact-form__textarea {
  width: 100%;
  min-height: 16rem;
  padding: 1.6rem 2rem;
  border: 0;
  border-radius: 1.6rem;
  background: #fff;
  color: #202536;
  font-size: 1.6rem;
  line-height: 1.8;
  resize: vertical;
  outline: none;
}

/* =========================
  Customer
========================= */
.contact-form__section--customer {
  padding-bottom: 2rem;
}

.contact-form__section--customer .contact-form__section-title {
  margin-bottom: 1.8rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 19rem 1fr;
  align-items: center;
  column-gap: 2rem;
  padding: 0 1.8rem;
  margin-top: 1.5rem;
}

.contact-form__row:first-of-type {
  margin-top: 0;
}

.contact-form__label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  color: #202536;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.contact-form__row--address,
.contact-form__row--tel {
  align-items: start;
}

.contact-form__row--address > .contact-form__label,
.contact-form__row--tel > .contact-form__label {
  padding-top: 0.2rem;
}

.contact-form__input {
  width: 100%;
  height: 3.2rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #202536;
  font-size: 1.5rem;
  line-height: 1;
  outline: none;
}

.contact-form__input::placeholder {
  color: rgba(32, 37, 54, 0.25);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  box-shadow: 0 0 0 2px rgba(210, 183, 116, 0.45);
}

/* =========================
  Inline / Age
========================= */
.contact-form__inline {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.contact-form__input--age {
  width: 8.8rem;
  flex: 0 0 auto;
}

.contact-form__unit {
  font-size: 1.7rem;
  line-height: 1;
}

.contact-form__note {
  margin: 0;
  color: #202536;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* =========================
  Address
========================= */
.contact-form__address-fields {
  display: grid;
  row-gap: 0.9rem;
}

.contact-form__address-fields .contact-form__note {
  text-align: right;
}

/* =========================
  Tel
========================= */
.contact-form__tel-fields {
  display: grid;
  row-gap: 0.9rem;
}

.contact-form__tel-group {
  display: grid;
  grid-template-columns: 5rem 1fr 1.8rem 1fr 1.8rem 1fr;
  align-items: center;
  column-gap: 0.8rem;
}

.contact-form__tel-label {
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.contact-form__input--tel {
  min-width: 0;
}

.contact-form__hyphen {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}

.contact-form__tel-fields .contact-form__note {
  text-align: right;
}

/* =========================
  Agreement / Submit
========================= */
.contact-content__agreement {
  margin-top: 6.8rem;
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
}

.contact-content__agreement p {
  margin: 0;
}

.contact-content__agreement p + p {
  margin-top: 2.6rem;
}

.contact-form__submit-wrap {
  margin-top: 7rem;
  text-align: center;
}

.contact-form__submit {
  width: min(60rem, 100%);
  min-height: 4.2rem;
  padding: 0.6rem 2rem;
  border: 0;
  border-radius: 999px;
  background: #ef1f1f;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-form__submit:hover {
  opacity: 0.75;
}

/* =========================
  SP
========================= */
@media (max-width: 743px) {
  .contact-content__inner {
    width: calc(100% - 5rem);
  }
  .contact-content__lead {
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .contact-form {
    margin-top: 4rem;
  }
  .contact-form__section + .contact-form__section {
    margin-top: 2rem;
  }
  .contact-form__section-title {
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .contact-form__required {
    min-width: 4.2rem;
    padding: 0.15rem 0.5rem;
    font-size: 1.2rem;
  }
  .contact-form__section--message {
    padding-bottom: 1.2rem;
  }
  .contact-form__field--textarea {
    padding: 1.2rem 1.2rem 0;
  }
  .contact-form__textarea {
    min-height: 14rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.2rem;
    font-size: 1.4rem;
  }
  .contact-form__section--customer {
    padding-bottom: 1.8rem;
  }
  .contact-form__section--customer .contact-form__section-title {
    margin-bottom: 1.6rem;
  }
  .contact-form__row {
    display: block;
    padding: 0 1.2rem;
    margin-top: 1.8rem;
  }
  .contact-form__label {
    justify-content: flex-start;
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .contact-form__row--address > .contact-form__label,
  .contact-form__row--tel > .contact-form__label {
    padding-top: 0;
  }
  .contact-form__input {
    height: 3.4rem;
    font-size: 1.4rem;
  }
  .contact-form__inline {
    gap: 0.8rem;
  }
  .contact-form__input--age {
    width: 8rem;
  }
  .contact-form__unit {
    font-size: 1.4rem;
  }
  .contact-form__note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .contact-form__address-fields .contact-form__note,
  .contact-form__tel-fields .contact-form__note {
    text-align: left;
  }
  .contact-form__tel-group {
    grid-template-columns: 4.5rem 1fr 1.2rem 1fr 1.2rem 1fr;
    column-gap: 0.5rem;
  }
  .contact-form__tel-label {
    font-size: 1.3rem;
  }
  .contact-form__hyphen {
    font-size: 1.4rem;
  }
  .contact-content__agreement {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .contact-content__agreement p + p {
    margin-top: 2rem;
  }
  .contact-content__agreement br {
    display: none;
  }
  .contact-form__submit-wrap {
    margin-top: 4.8rem;
  }
  .contact-form__submit {
    width: 100%;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
}
/* =========================
  Contact Confirm
========================= */
.lower-page--contact-confirm .contact-confirm {
  width: 100%;
  margin-top: 5rem;
}
.lower-page--contact-confirm .contact-confirm__inner {
  width: 100%;
}
.lower-page--contact-confirm .contact-confirm__error {
  padding: 4rem;
  background: #f1ece5;
  border: 1px solid rgba(210, 183, 116, 0.6);
}
.lower-page--contact-confirm .contact-confirm__error h3 {
  margin: 0 0 2rem;
  color: #202536;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.lower-page--contact-confirm .contact-confirm__error p {
  margin: 0 0 2rem;
  color: #202536;
  font-size: 1.6rem;
  line-height: 1.8;
}
.lower-page--contact-confirm .contact-confirm__error .error_messe {
  margin: 0 0 1rem;
  color: #d71918;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
}
.lower-page--contact-confirm .contact-form--confirm {
  margin-top: 3rem;
}
.lower-page--contact-confirm .contact-confirm__list {
  display: grid;
  grid-template-columns: 24rem 1fr;
  width: 100%;
  margin: 3rem 0 5rem;
  border-top: 1px solid rgba(32, 37, 54, 0.18);
}
.lower-page--contact-confirm .contact-confirm__list dt,
.lower-page--contact-confirm .contact-confirm__list dd {
  margin: 0;
  padding: 2rem 2.4rem;
  border-bottom: 1px solid rgba(32, 37, 54, 0.18);
  color: #202536;
  font-size: 1.6rem;
  line-height: 1.8;
}
.lower-page--contact-confirm .contact-confirm__list dt {
  display: flex;
  align-items: center;
  color: #202536;
  background: #f1ece5;
  font-weight: 700;
}
.lower-page--contact-confirm .contact-confirm__list dd {
  min-width: 0;
  background: #fff;
  word-break: break-word;
}
.lower-page--contact-confirm .contact-form__submit-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.lower-page--contact-confirm .contact-form__submit-wrap p {
  margin: 0;
}
.lower-page--contact-confirm .contact-form__submit-wrap input[type=submit],
.lower-page--contact-confirm .contact-form__submit-wrap input[type=button] {
  appearance: none;
  min-width: 24rem;
  padding: 1.6rem 3rem;
  border-radius: 9999px;
  border: 1px solid #202536;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.lower-page--contact-confirm .contact-form__submit-wrap input[type=submit] {
  color: #fff;
  background: #ef1f1f;
  border-color: #ef1f1f;
}
.lower-page--contact-confirm .contact-form__submit-wrap input[type=button] {
  color: #202536;
  background: #fff;
  border-color: #202536;
}
.lower-page--contact-confirm .contact-form__submit-wrap input[type=submit]:hover,
.lower-page--contact-confirm .contact-form__submit-wrap input[type=button]:hover {
  opacity: 0.75;
}

@media (max-width: 743px) {
  .lower-page--contact-confirm .contact-confirm {
    margin-top: 3rem;
  }
  .lower-page--contact-confirm .contact-confirm__error {
    padding: 2.4rem 2rem;
  }
  .lower-page--contact-confirm .contact-confirm__error h3 {
    font-size: 2rem;
  }
  .lower-page--contact-confirm .contact-confirm__error p,
  .lower-page--contact-confirm .contact-confirm__error .error_messe {
    font-size: 1.4rem;
  }
  .lower-page--contact-confirm .contact-confirm__list {
    display: block;
    margin: 2.4rem 0 4rem;
    border-top: 1px solid rgba(32, 37, 54, 0.18);
  }
  .lower-page--contact-confirm .contact-confirm__list dt,
  .lower-page--contact-confirm .contact-confirm__list dd {
    display: block;
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .lower-page--contact-confirm .contact-confirm__list dt {
    border-bottom: none;
  }
  .lower-page--contact-confirm .contact-confirm__list dd {
    border-bottom: 1px solid rgba(32, 37, 54, 0.18);
  }
  .lower-page--contact-confirm .contact-form__submit-wrap {
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 3rem;
  }
  .lower-page--contact-confirm .contact-form__submit-wrap input[type=submit],
  .lower-page--contact-confirm .contact-form__submit-wrap input[type=button] {
    width: 100%;
    min-width: 0;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
  }
}
.contact-form__submit-wrap a.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.contact-form__submit-wrap a.contact-form__submit:visited {
  color: #fff;
}
.contact-form__submit-wrap a.contact-form__submit:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}

.site-footer {
  background: #d4ba7f;
  color: #202536;
}

.site-footer__frame {
  width: 100%;
}

.site-footer__inner {
  width: min(92rem, 100% - 4rem);
  margin-inline: auto;
  padding: 6.8rem 0 3rem;
}

/* =========================
  Footer Top
========================= */
.site-footer__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 1.6rem;
}

.site-footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + (100vw - 100%) / 2);
  height: 1px;
  background: #4d4a49;
}

/* =========================
  Company
========================= */
.site-footer__company {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.28em;
  white-space: nowrap;
}

/* =========================
  Tel
========================= */
.site-footer__tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0;
  font-family: linotype-didot, serif;
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.site-footer__tel img {
  width: clamp(3rem, 3vw, 3.6rem);
  height: auto;
  display: block;
}

/* =========================
  Footer Nav
========================= */
.site-footer__nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: minmax(27rem, 32rem) minmax(17rem, 20rem) minmax(17rem, 20rem);
  justify-content: center;
  column-gap: clamp(3rem, 5vw, 6rem);
  row-gap: 1.8rem;
  margin: 2.6rem 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.site-footer__nav a {
  position: relative;
  display: block;
  padding: 0 0 0 3rem;
  transition: opacity 0.3s ease;
}

.site-footer__nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 1.8rem;
  height: 1.8rem;
  background: #202536;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.site-footer__nav a::after {
  content: "";
  position: absolute;
  left: 1.8rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4d4a49;
}

.site-footer__nav a:hover {
  opacity: 0.6;
}

/* =========================
  Copy
========================= */
.site-footer__copy {
  margin: 3rem 0 0;
  font-family: linotype-didot, serif;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0.08em;
}

/* =========================
  Narrow Tablet
========================= */
@media (max-width: 1023px) and (min-width: 745px) {
  .site-footer__tel {
    font-size: 2.6rem;
  }
  .site-footer__tel img {
    width: 3.2rem;
  }
  .site-footer__nav {
    font-size: 1.5rem;
  }
}
@media (max-width: 743px) {
  .site-footer__tel {
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 1rem;
    font-size: 2.8rem;
  }
  .site-footer__tel img {
    width: 3.2rem;
  }
  .site-footer__nav {
    display: block;
    margin: 2.4rem 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
/* =========================
  SP
========================= */
@media (max-width: 743px) {
  .site-footer__inner {
    width: calc(100% - 4rem);
    padding: 5rem 0 2.4rem;
  }
  .site-footer__top {
    display: block;
    padding-bottom: 2rem;
  }
  .site-footer__top::after {
    width: 100%;
  }
  .site-footer__company {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.18em;
    white-space: normal;
  }
  .site-footer__tel {
    justify-content: flex-start;
    margin-top: 2rem;
    gap: 1rem;
    font-size: 3rem;
  }
  .site-footer__tel img {
    width: 3.6rem;
  }
  .site-footer__nav {
    display: block;
    margin: 2.4rem 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .site-footer__nav a {
    margin-top: 1.5rem;
    padding-left: 2.8rem;
  }
  .site-footer__nav a:first-child {
    margin-top: 0;
  }
  .site-footer__nav a::before {
    top: 0.55em;
    width: 1.8rem;
    height: 1.8rem;
  }
  .site-footer__nav a::after {
    left: 1.8rem;
  }
  .site-footer__copy {
    margin-top: 3rem;
    font-size: 1.2rem;
    text-align: left;
  }
}

/*# sourceMappingURL=main.css.map */
