@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  color: #fff;
  background-color: #3d3d3d;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a, th, td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.js-fadein {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-fadein--delay1.is-visible {
  transition-delay: 0.15s;
}
.js-fadein--delay2.is-visible {
  transition-delay: 0.3s;
}
.js-fadein--delay3.is-visible {
  transition-delay: 0.45s;
}

body.page,
body.archive,
body.single,
body.search,
body.error404 {
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  body.page,
  body.archive,
  body.single,
  body.search,
  body.error404 {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 56px;
  }
}

p {
  font-size: 1.1vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4.2vw;
  }
}

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vw;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #3d3d3d;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 5.5vw;
  }
}
#lower .lower_contents p {
  font-family: "Cinzel", serif;
  color: #3d3d3d;
  font-size: 2vw;
  text-align: center;
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #fff;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed9a00;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #bf0707;
  padding: 0.5rem 1rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  background-color: #fff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

.loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.loading.active {
  opacity: 1;
  visibility: visible;
}
.loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.loading__logo {
  width: clamp(100px, 18vw, 180px);
}
.loading__logo img {
  width: 100%;
  display: block;
}
.loading__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(18px, 2.5vw, 28px);
  letter-spacing: 0.4em;
  color: #2c2c2a;
  margin: 0;
}
.loading__dots {
  display: flex;
  gap: 8px;
}
.loading__dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4b896;
}
.loading__dots span:nth-child(1) {
  animation: loading-dot 0.9s ease 0s infinite alternate;
}
.loading__dots span:nth-child(2) {
  animation: loading-dot 0.9s ease 0.3s infinite alternate;
}
.loading__dots span:nth-child(3) {
  animation: loading-dot 0.9s ease 0.6s infinite alternate;
}

@keyframes loading-dot {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.2;
    transform: scale(0.65);
  }
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  border-bottom: 1px solid transparent;
  transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
}
#site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom-color: rgba(44, 44, 42, 0.15);
}
#site-header.is-scrolled .header__logo {
  width: 7%;
  margin-top: 0.5vw;
  margin-left: 3vw;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  #site-header.is-scrolled .header__logo {
    width: 25%;
    margin-left: auto;
  }
}
#site-header.is-scrolled .header__logo img {
  display: block;
  width: 100%;
}

.header__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw 0 0;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .header__pc {
    display: none;
  }
}

.header__logo {
  width: 25%;
  margin-top: 10vw;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 40%;
    margin: 40vw auto 0;
  }
}
.header__logo a {
  display: block;
  text-decoration: none;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #2c2c2a;
  line-height: 1.3;
}
.header__logo-text small {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 9px;
  letter-spacing: 0.5em;
  color: #888888;
}

.header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav li a {
  display: block;
  padding: 4px 1.2vw;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #2c2c2a;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.header__nav li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1.2vw;
  right: 1.2vw;
  height: 1px;
  background: #2c2c2a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.header__nav li a:hover {
  color: #888888;
}
.header__nav li a:hover::after, .header__nav li a.is-current::after {
  transform: scaleX(1);
}
.header__nav-cta {
  margin-left: 1vw;
  padding: 8px 18px !important;
  border: 1px solid #2c2c2a !important;
  font-size: 11px !important;
}
.header__nav-cta::after {
  display: none !important;
}
.header__nav-cta:hover {
  background: #2c2c2a;
  color: #faf7f0 !important;
}
.header__nav-icon::after {
  display: none !important;
}
.header__nav-icon i {
  font-size: 13px;
}

@media screen and (min-width: 1441px) {
  .header__sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header__sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header__sp {
    display: none;
  }
}
.header__sp .header__sp-top {
  display: flex;
  align-items: center;
  padding: 0 4vw;
  height: 56px;
}
.header__sp .header__sp-top .header__logo-text {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #2c2c2a;
}

@media screen and (min-width: 1441px) {
  .header__sp-bar {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header__sp-bar {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header__sp-bar {
    display: none;
  }
}
.header__sp-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(44, 44, 42, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9998;
}
.header__sp-bar ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__sp-bar ul li {
  flex: 1;
}
.header__sp-bar ul li a,
.header__sp-bar ul li .header__hamburger-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 0 8px;
  color: #d4cdb8;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.header__sp-bar ul li a i,
.header__sp-bar ul li .header__hamburger-wrap i {
  font-size: 17px;
}
.header__sp-bar ul li a span,
.header__sp-bar ul li .header__hamburger-wrap span {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 8px;
  letter-spacing: 0.3em;
}

.header__hamburger-wrap {
  flex-direction: column;
  align-items: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #d4cdb8;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hamburger__label {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 8px;
  letter-spacing: 0.3em;
  color: #d4cdb8;
  pointer-events: none;
}

@media screen and (min-width: 1441px) {
  nav.globalMenuSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  nav.globalMenuSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    display: none !important;
  }
}
nav.globalMenuSp {
  position: fixed;
  z-index: 9990;
  bottom: 56px;
  left: 0;
  width: 100%;
  background: rgba(44, 44, 42, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 32px 20px 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav.globalMenuSp ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid rgba(212, 205, 184, 0.15);
}
nav.globalMenuSp ul li {
  border: 1px solid rgba(212, 205, 184, 0.12);
}
nav.globalMenuSp ul li a {
  display: block;
  padding: 14px 16px;
  color: #d4cdb8;
  text-decoration: none;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: background 0.2s ease;
}
nav.globalMenuSp ul li a:hover {
  background: rgba(212, 205, 184, 0.08);
}
nav.globalMenuSp__policy {
  text-align: center;
}
nav.globalMenuSp__policy a {
  color: rgba(212, 205, 184, 0.45);
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.lower-hero {
  position: relative;
  height: clamp(220px, 22vw, 300px);
  background: linear-gradient(135deg, #c8e3f2 0%, #aed2e8 45%, #d9c9a8 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lower-hero--img {
  background-size: cover;
  background-position: center;
}
.lower-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 120%, rgba(217, 201, 168, 0.45), transparent 60%), radial-gradient(circle at 82% -20%, rgba(255, 255, 255, 0.35), transparent 55%);
  pointer-events: none;
}

.contact__hero {
  background-position: bottom !important;
}

.lower-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(44, 44, 42, 0.32) 0%, rgba(44, 44, 42, 0.12) 60%, rgba(44, 44, 42, 0.3) 100%);
  z-index: 1;
}

.lower-hero__cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(80px, 10vw, 120px);
  opacity: 0.5;
  pointer-events: none;
}

.lower-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: clamp(32px, 4vw, 48px);
  z-index: 3;
}

.lower-hero__inner {
  position: relative;
  z-index: 4;
  padding-left: 7%;
}
.lower-hero--img .lower-hero__inner .lower-hero__en,
.lower-hero--img .lower-hero__inner .lower-hero__ja {
  color: #fff;
}
.lower-hero--img .lower-hero__inner .lower-hero__rule {
  background: #fff;
}

.lower-hero__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #2c2c2a;
  opacity: 0.55;
  margin-bottom: 8px;
}
.lower-hero__en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 14px;
  opacity: 0.7;
}

.lower-hero__ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #2c2c2a;
  line-height: 1.4;
}

.lower-hero__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  opacity: 0.4;
  margin-top: 18px;
}

.flow__head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
}

.flow__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(11px, 0.95vw, 13px);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 12px;
}

.flow__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #2c2c2a;
}

.flow__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  opacity: 0.4;
  margin: 20px auto 0;
}

.history__head, .sales__head, .company__head, .works__block-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(28px, 3vw, 36px);
}

.history__head-en, .sales__head-en, .company__head-en, .works__block-en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #888888;
  white-space: nowrap;
}

.history__head-ja, .sales__head-ja, .company__head-ja, .works__block-ja {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.6vw, 19px);
  letter-spacing: 0.1em;
  color: #2c2c2a;
  white-space: nowrap;
}

.history__head-line, .sales__head-line, .company__head-line, .works__block-line {
  flex: 1;
  height: 1px;
  background: rgba(44, 44, 42, 0.15);
}

.contact__lead, .service__lead, .works__lead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  color: #444444;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.history__inner, .sales__inner, .company__inner, .service__inner, .works__inner {
  width: min(1100px, 86%);
  margin: 0 auto;
}

#mv {
  position: relative;
  height: 692px;
  margin-top: -72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #mv {
    height: calc(80vh + 56px);
    margin-top: -56px;
  }
}

.mv__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.mv__bg--gradient {
  background: linear-gradient(180deg, #f5fbff 0%, #eaf5fb 25%, #c8e3f2 55%, #aed2e8 75%, #f0e8d4 92%, #d9c9a8 100%);
}

.mv__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 42, 0.28);
}

.mv__cloud {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.mv__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.mv__content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    padding-top: 56px;
  }
}

.mv__label {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(10px, 0.85vw, 13px);
  letter-spacing: 0.6em;
  color: #2c2c2a;
  opacity: 0.65;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mv__catch {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #2c2c2a;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mv__divider {
  width: 1px;
  height: 48px;
  background: #2c2c2a;
  opacity: 0.35;
  margin: 0 auto 20px;
}

.mv__sub {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.15em;
  color: #2c2c2a;
  opacity: 0.75;
}

.mv__scroll {
  position: absolute;
  right: 3.5%;
  bottom: 88px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    display: none;
  }
}

.mv__scroll-text {
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 9px;
  letter-spacing: 0.35em;
  color: #2c2c2a;
  opacity: 0.45;
}

.mv__scroll-line {
  width: 1px;
  height: 48px;
  background: #2c2c2a;
  opacity: 0.3;
  animation: mv-scroll 1.8s ease-in-out infinite;
}

@keyframes mv-scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  48% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  52% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}
.mv__slider-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.mv__slider {
  width: 100%;
  height: 100%;
}
.mv__slider .slick-list,
.mv__slider .slick-track {
  height: 100%;
}
.mv__slider .slick-slide,
.mv__slider .slick-img {
  height: 100%;
}
.mv__slider .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
}

.mv__slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 42, 0.2);
  z-index: 1;
  pointer-events: none;
}

@keyframes mv-zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.mv__slider .add-animation .slick-img img {
  animation: mv-zoom-up 10s linear 0s both;
}

.mv--has-slider .mv__label {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.mv--has-slider .mv__catch {
  color: #fff;
}
.mv--has-slider .mv__divider {
  background: rgba(255, 255, 255, 0.5);
}
.mv--has-slider .mv__sub {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.mv--has-slider .mv__scroll-text {
  color: rgba(255, 255, 255, 0.5);
}
.mv--has-slider .mv__scroll-line {
  background: rgba(255, 255, 255, 0.35);
}

#concept {
  background: #faf7f0;
  padding: clamp(64px, 9vw, 112px) 0;
}

.concept__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  width: min(90%, 1200px);
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.concept__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.5em;
  color: #888888;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.concept__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2c2c2a;
  line-height: 1.8;
  margin-bottom: 20px;
}

.concept__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  margin-bottom: 24px;
}

.concept__text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.05vw, 14px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444444;
}

.concept__img {
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .concept__img {
    height: 220px;
  }
}

.concept__img-placeholder {
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  background: linear-gradient(135deg, #d9c9a8 0%, #c4b896 100%);
}
@media screen and (max-width: 768px) {
  .concept__img-placeholder {
    height: 220px;
  }
}

#parallax {
  height: 280px;
  background: linear-gradient(180deg, #d9c9a8 0%, #c4b896 100%);
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #parallax {
    height: 200px;
    background-attachment: scroll;
  }
}

.parallax__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.parallax__since {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(11px, 1.1vw, 14px);
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 14px;
}

.parallax__copy {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.28em;
  color: #f0e8d4;
}

#area {
  background: #faf7f0;
  padding: clamp(64px, 9vw, 112px) 0;
  text-align: center;
}

.area__inner {
  width: min(90%, 1100px);
  margin: 0 auto;
}

.area__header {
  margin-bottom: 52px;
}

.area__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.5em;
  color: #888888;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.area__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #2c2c2a;
  margin-bottom: 16px;
}

.area__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  margin: 0 auto;
}

.area__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vw, 72px);
}
@media screen and (max-width: 768px) {
  .area__content {
    flex-direction: column;
    gap: 36px;
  }
}

.area__map {
  flex-shrink: 0;
  width: clamp(180px, 20vw, 260px);
  margin: 0;
}
.area__map svg {
  width: 100%;
  height: auto;
  display: block;
}

.area__body {
  max-width: 420px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .area__body {
    text-align: center;
  }
}

.area__text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.05vw, 14px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444444;
}

#style-sec {
  background: #f0ebe0;
  padding: clamp(64px, 9vw, 112px) 0;
}

.style-sec__hd {
  text-align: center;
  margin-bottom: 60px;
}

.style-sec__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.5em;
  color: #888888;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.style-sec__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #2c2c2a;
  margin-bottom: 16px;
}

.style-sec__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  margin: 0 auto;
}

.style-sec__list {
  display: flex;
  flex-direction: column;
}

.style-sec__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
@media screen and (max-width: 768px) {
  .style-sec__item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.style-sec__item--rev .style-sec__visual {
  order: 2;
}
.style-sec__item--rev .style-sec__body {
  order: 1;
}
@media screen and (max-width: 768px) {
  .style-sec__item--rev .style-sec__visual {
    order: 1;
  }
  .style-sec__item--rev .style-sec__body {
    order: 2;
  }
}

.style-sec__visual {
  overflow: hidden;
  min-height: 320px;
}
@media screen and (max-width: 768px) {
  .style-sec__visual {
    min-height: 240px;
  }
}

.style-sec__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.style-sec__item:hover .style-sec__img {
  transform: scale(1.04);
}

.style-sec__img-ph {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.style-sec__img-ph--1 {
  background: linear-gradient(145deg, #8a9580 0%, #5a6850 100%);
}
.style-sec__img-ph--2 {
  background: linear-gradient(145deg, #c5c5bc 0%, #6a6a65 100%);
}
.style-sec__img-ph--3 {
  background: linear-gradient(145deg, #d8b896 0%, #8a6a4a 100%);
}
@media screen and (max-width: 768px) {
  .style-sec__img-ph {
    min-height: 240px;
  }
}

.style-sec__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 72px) clamp(32px, 4vw, 72px);
  background: #f0ebe0;
}

.style-sec__num {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.45em;
  color: #888888;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.style-sec__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #2c2c2a;
  margin-bottom: 16px;
}

.style-sec__item-rule {
  width: 40px;
  height: 1px;
  background: rgba(44, 44, 42, 0.15);
  margin-bottom: 20px;
}

.style-sec__text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.05vw, 14px);
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444444;
}

#banners {
  background: #faf7f0;
  padding: clamp(64px, 9vw, 100px) 0;
}

.banners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(92%, 1200px);
  margin: 0 auto;
  gap: 1px;
  background: rgba(44, 44, 42, 0.15);
  border: 1px solid rgba(44, 44, 42, 0.15);
}
@media screen and (max-width: 768px) {
  .banners__list {
    grid-template-columns: 1fr;
  }
}

.banners__item {
  display: block;
  text-decoration: none;
  background: #faf7f0;
  overflow: hidden;
}
.banners__item:hover .banners__img {
  transform: scale(1.04);
}
.banners__item:hover .banners__more {
  opacity: 1;
  letter-spacing: 0.28em;
}

.banners__img {
  height: clamp(180px, 18vw, 240px);
  background-size: cover;
  background-position: center;
  background-color: #d9c9a8;
  position: relative;
  overflow: hidden;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .banners__img {
    height: 200px;
  }
}

.banners__overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 42, 0);
  transition: background 0.4s ease;
}
.banners__item:hover .banners__overlay {
  background: rgba(44, 44, 42, 0.12);
}

.banners__label {
  padding: 24px 28px 32px;
}

.banners__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #2c2c2a;
  margin-bottom: 10px;
}

.banners__rule {
  width: 30px;
  height: 1px;
  background: #2c2c2a;
  margin-bottom: 8px;
}

.banners__ja {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 0.95vw, 13px);
  letter-spacing: 0.15em;
  color: #888888;
  margin-bottom: 14px;
}

.banners__more {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #888888;
  opacity: 0;
  transition: opacity 0.4s ease, letter-spacing 0.4s ease;
}

#works {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.works__block {
  margin-bottom: clamp(56px, 7vw, 80px);
}
.works__block:last-child {
  margin-bottom: 0;
}

.works__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 24px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works__grid {
    grid-template-columns: 1fr;
  }
}

.works__card {
  background: #fff;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.works__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44, 44, 42, 0.1);
}

.works__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.works__card-link:focus-visible {
  outline: 2px solid #aed2e8;
  outline-offset: 2px;
}

.works__thumb {
  position: relative;
  height: clamp(150px, 16vw, 180px);
  overflow: hidden;
}
.works__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.works__card:hover .works__thumb img {
  transform: scale(1.06);
}

.works__thumb-ph {
  width: 100%;
  height: 100%;
}
.works__thumb-ph--1 {
  background: linear-gradient(135deg, #aed2e8, #c4b896);
}
.works__thumb-ph--2 {
  background: linear-gradient(135deg, #8a9580, #5a6850);
}
.works__thumb-ph--3 {
  background: linear-gradient(135deg, #d8b896, #8a6a4a);
}

.works__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(44, 44, 42, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-size: 16px;
}
.works__zoom::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.works__card:hover .works__zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.works__outline {
  padding: clamp(16px, 1.8vw, 20px) clamp(18px, 2vw, 22px);
}

.works__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #2c2c2a;
  margin-bottom: 8px;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
}
.works__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #aed2e8;
  transform: rotate(45deg);
}

.works__text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(11px, 1vw, 12px);
  color: #666;
  line-height: 1.85;
}
.works__text p {
  font-size: inherit;
}

.works__empty {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #888888;
  padding: 40px 0;
}

.works__nav {
  margin-top: clamp(32px, 4vw, 48px);
  text-align: center;
}
.works__nav .wp-pagenavi {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.works__nav .wp-pagenavi a, .works__nav .wp-pagenavi span {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 14px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  color: #2c2c2a;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.works__nav .wp-pagenavi a:hover {
  background: #2c2c2a;
  color: #faf7f0;
}
.works__nav .wp-pagenavi .current {
  background: #2c2c2a;
  color: #faf7f0;
  border-color: #2c2c2a;
}

.works__ba {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 40px);
}

.works__ba-item {
  background: #fff;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  padding: clamp(20px, 2.4vw, 28px);
}

.works__ba-thumb {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 20px);
}
@media screen and (max-width: 768px) {
  .works__ba-thumb {
    flex-direction: column;
  }
}

.works__ba-img {
  flex: 1;
}
.works__ba-img img {
  width: 100%;
  height: clamp(140px, 16vw, 180px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works__ba-arrow {
  color: #2c2c2a;
  font-size: clamp(16px, 1.8vw, 22px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .works__ba-arrow {
    transform: rotate(90deg);
  }
}

#modal-container {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(44, 44, 42, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5vw;
}
#modal-container.is-open {
  display: flex;
}

.modal-image-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
}
.modal-image-wrap img {
  max-width: 100%;
  max-height: 85vh;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.modal-image-wrap .close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.modal-image-wrap .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #fff;
}
.modal-image-wrap .close span:nth-child(1) {
  transform: rotate(45deg);
}
.modal-image-wrap .close span:nth-child(2) {
  transform: rotate(-45deg);
}

#service {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
  position: relative;
}
#service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c4b896 50%, transparent);
  opacity: 0.5;
}

.service__list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 56px);
}

.service__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 10px 40px rgba(44, 44, 42, 0.05);
}
@media screen and (max-width: 768px) {
  .service__item {
    grid-template-columns: 1fr;
  }
}
.service__item--rev .service__visual {
  order: 2;
}
@media screen and (max-width: 768px) {
  .service__item--rev .service__visual {
    order: 1;
  }
}
.service__item--rev .service__body {
  order: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .service__item--rev .service__body {
    order: 2;
    text-align: left;
  }
}
.service__item--rev .service__item-rule {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service__item--rev .service__item-rule {
    margin-left: 0;
  }
}
.service__item--rev .service__num {
  right: 22px;
  left: auto;
}

.service__visual {
  position: relative;
  min-height: clamp(240px, 26vw, 320px);
  overflow: hidden;
}

.service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.service__item:hover .service__img {
  transform: scale(1.04);
}

.service__img-ph {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 26vw, 320px);
}
.service__img-ph--1 {
  background: linear-gradient(145deg, #8a9580 0%, #5a6850 100%);
}
.service__img-ph--2 {
  background: linear-gradient(145deg, #c5c5bc 0%, #6a6a65 100%);
}
.service__img-ph--3 {
  background: linear-gradient(145deg, #d8b896 0%, #8a6a4a 100%);
}
.service__img-ph--4 {
  background: linear-gradient(145deg, #9fb0bb 0%, #5a6e78 100%);
}

.service__num {
  position: absolute;
  top: 22px;
  left: 22px;
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(13px, 1.2vw, 15px);
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.92);
  z-index: 2;
}
.service__num::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}

.service__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 52px) clamp(28px, 3.4vw, 48px);
}

.service__item-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(19px, 2vw, 24px);
  letter-spacing: 0.12em;
  font-weight: 400;
  color: #2c2c2a;
  margin-bottom: 18px;
  line-height: 1.5;
}

.service__item-rule {
  width: 32px;
  height: 1px;
  background: #2c2c2a;
  opacity: 0.3;
  margin-bottom: 18px;
}

.service__item-text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.05vw, 14px);
  color: #444444;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

#flow {
  background: #f0ebe0;
  padding: clamp(64px, 8vw, 96px) 0;
  position: relative;
}
#flow::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 227, 242, 0.4), transparent 70%);
  pointer-events: none;
}

.flow__inner {
  width: min(720px, 86%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.flow__list {
  position: relative;
}
.flow__list::before {
  content: "";
  position: absolute;
  left: clamp(22px, 2.4vw, 26px);
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg, #c4b896, rgba(196, 184, 150, 0.3));
}

.flow__step {
  position: relative;
  padding-left: clamp(70px, 8vw, 84px);
  padding-bottom: clamp(36px, 4vw, 48px);
}
.flow__step:last-child {
  padding-bottom: 0;
}

.flow__num {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(46px, 5vw, 52px);
  height: clamp(46px, 5vw, 52px);
  border: 1px solid #2c2c2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(15px, 1.4vw, 17px);
  letter-spacing: 0.04em;
  color: #2c2c2a;
  background: #f0ebe0;
  z-index: 1;
}
.flow__num::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(44, 44, 42, 0.18);
  border-radius: 50%;
}

.flow__body {
  padding-top: clamp(8px, 1vw, 12px);
}

.flow__step-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.6vw, 19px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #2c2c2a;
  margin-bottom: 10px;
}

.flow__step-text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1.05vw, 14px);
  color: #444444;
  line-height: 2;
  letter-spacing: 0.03em;
}

#company {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.company__inner {
  max-width: 880px;
  width: min(880px, 86%);
}

.company__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}
.company__table th,
.company__table td {
  text-align: left;
  padding: clamp(14px, 1.8vw, 18px) clamp(8px, 1.4vw, 14px);
  border-bottom: 0.5px solid rgba(44, 44, 42, 0.15);
  vertical-align: top;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.9;
}
.company__table th {
  width: 28%;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-left: 16px;
}
.company__table th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #aed2e8;
}
@media screen and (max-width: 768px) {
  .company__table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 4px;
  }
}
.company__table td {
  color: #333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .company__table td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
  }
}
.company__table tr:first-child th,
.company__table tr:first-child td {
  border-top: 0.5px solid rgba(44, 44, 42, 0.15);
}
@media screen and (max-width: 768px) {
  .company__table tr:first-child th,
  .company__table tr:first-child td {
    border-top: none;
  }
}

.company__map {
  margin-top: clamp(40px, 5vw, 56px);
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  overflow: hidden;
  line-height: 0;
}
.company__map iframe {
  width: 100%;
  height: clamp(240px, 30vw, 360px);
  display: block;
  filter: grayscale(0.15);
}

#sales {
  background: #f0ebe0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.sales__inner {
  max-width: 880px;
  width: min(880px, 86%);
}

.sales__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.4vw, 28px);
}
@media screen and (max-width: 768px) {
  .sales__list {
    grid-template-columns: 1fr;
  }
}

.sales__item {
  background: #fff;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  padding: clamp(24px, 3vw, 32px);
  position: relative;
}
.sales__item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #aed2e8;
  border-left: 1px solid #aed2e8;
}

.sales__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.6vw, 19px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #2c2c2a;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 0.5px solid rgba(44, 44, 42, 0.15);
}

.sales__body {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1.05vw, 13px);
  color: #444444;
  line-height: 2;
}
.sales__body p {
  font-size: inherit;
  margin-bottom: 6px;
}
.sales__body .sales__tel i {
  margin-right: 8px;
  color: #aed2e8;
}
.sales__body .sales__note {
  margin-top: 10px;
  color: #666;
  font-size: clamp(11px, 1vw, 12px);
}

#history {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.history__inner {
  max-width: 880px;
  width: min(880px, 86%);
}

.history__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}
.history__table th,
.history__table td {
  text-align: left;
  padding: clamp(14px, 1.8vw, 18px) clamp(10px, 1.4vw, 16px);
  border-bottom: 0.5px solid rgba(44, 44, 42, 0.15);
  vertical-align: top;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.9;
}
.history__table th {
  width: 24%;
  font-weight: 400;
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  letter-spacing: 0.08em;
  color: #2c2c2a;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history__table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 2px;
    color: #888888;
  }
}
.history__table td {
  color: #333;
}
@media screen and (max-width: 768px) {
  .history__table td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

#recruit {
  margin-bottom: 5rem;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 90%;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  color: #333;
  background-color: #f1f1f1;
  padding: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  color: #333;
  font-size: 1.8vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h2 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #333;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  padding: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#recruit .recruit_btn {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #212121;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #fff;
  background-color: #bf0707;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #212121;
  background-color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #fff;
  background-color: #bf0707;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #fff;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #fff;
}
.navigation a {
  border: none;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #fff;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.contact__inner {
  width: min(680px, 86%);
  margin: 0 auto;
}

.contact__steps {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: clamp(40px, 5vw, 56px);
  counter-reset: step;
}
.contact__steps li {
  position: relative;
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: 0.2em;
  color: #888888;
  padding-top: 38px;
  text-align: center;
}
.contact__steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid rgba(44, 44, 42, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #888888;
  background: #faf7f0;
}
.contact__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% + 20px);
  width: clamp(24px, 4vw, 48px);
  height: 1px;
  background: rgba(44, 44, 42, 0.15);
}
.contact__steps li.is-active {
  color: #2c2c2a;
}
.contact__steps li.is-active::before {
  border-color: #2c2c2a;
  background: #2c2c2a;
  color: #faf7f0;
}

.contact__form {
  background: #fff;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  padding: clamp(32px, 4.5vw, 48px) clamp(24px, 3.5vw, 44px);
  position: relative;
}
.contact__form::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: #aed2e8;
}

.contact__form .wpcf7-form p {
  font-size: inherit;
}
.contact__form label {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1.05vw, 14px);
  letter-spacing: 0.08em;
  color: #444444;
  margin-bottom: 24px;
}
.contact__form .req,
.contact__form .wpcf7-required {
  color: #b85c5c;
  font-size: 11px;
  margin-left: 6px;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form input[type=number],
.contact__form input[type=date],
.contact__form input[type=url],
.contact__form select,
.contact__form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 13px 14px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #2c2c2a;
  background: #faf7f0;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  border-radius: 0;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.contact__form input[type=text]:focus,
.contact__form input[type=email]:focus,
.contact__form input[type=tel]:focus,
.contact__form input[type=number]:focus,
.contact__form input[type=date]:focus,
.contact__form input[type=url]:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: #aed2e8;
  background: #fff;
}
.contact__form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact__form input[type=submit],
.contact__form .wpcf7-submit,
.contact__form button[type=submit] {
  display: block;
  margin: 8px auto 0;
  padding: 16px clamp(48px, 8vw, 72px);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #faf7f0;
  background: #2c2c2a;
  border: 1px solid #2c2c2a;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.contact__form input[type=submit]:hover,
.contact__form .wpcf7-submit:hover,
.contact__form button[type=submit]:hover {
  background: transparent;
  color: #2c2c2a;
}
.contact__form input.wpcf7-back {
  background: transparent;
  color: #2c2c2a;
  margin-bottom: 12px;
}
.contact__form input.wpcf7-back:hover {
  background: #2c2c2a;
  color: #faf7f0;
}
.contact__form .wpcf7-not-valid-tip {
  color: #b85c5c;
  font-size: 12px;
  margin-top: 6px;
}
.contact__form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 13px;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
}

.contact__thanks {
  background: #fff;
  border: 0.5px solid rgba(44, 44, 42, 0.15);
  padding: clamp(48px, 6vw, 72px) clamp(24px, 4vw, 48px);
  text-align: center;
}

.contact__thanks-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eaf5fb;
  color: #aed2e8;
  font-size: 32px;
  margin-bottom: 28px;
  position: relative;
}
.contact__thanks-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(174, 210, 232, 0.5);
  border-radius: 50%;
}

.contact__thanks-lead {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #2c2c2a;
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact__thanks-text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.1vw, 14px);
  color: #444444;
  line-height: 2;
  margin-bottom: 36px;
}

.contact__thanks-back {
  display: inline-block;
  padding: 14px 48px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #2c2c2a;
  text-decoration: none;
  border: 1px solid #2c2c2a;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.contact__thanks-back:hover {
  background: #2c2c2a;
  color: #faf7f0;
}

#policy {
  background: #faf7f0;
  padding: clamp(64px, 8vw, 96px) 0;
}

.policy__inner {
  width: min(780px, 86%);
  margin: 0 auto;
}

.policy__item {
  margin-bottom: clamp(32px, 4vw, 42px);
}
.policy__item:last-child {
  margin-bottom: 0;
}

.policy__item-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.7vw, 19px);
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #2c2c2a;
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  line-height: 1.6;
}
.policy__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  background: #aed2e8;
}

.policy__item-text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1.05vw, 14px);
  color: #555;
  line-height: 2.15;
  letter-spacing: 0.02em;
  padding-left: 18px;
  position: relative;
}
.policy__item-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(44, 44, 42, 0.15);
}

#contact-cta {
  background: linear-gradient(180deg, #c8e3f2 0%, #eaf5fb 100%);
  padding: clamp(72px, 10vw, 120px) 20px;
  text-align: center;
}

.contact-cta__inner {
  max-width: 680px;
  margin: 0 auto;
}

.contact-cta__en {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(11px, 0.9vw, 13px);
  letter-spacing: 0.5em;
  color: #2c2c2a;
  opacity: 0.6;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-cta__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #2c2c2a;
  margin-bottom: 16px;
}

.contact-cta__rule {
  width: 40px;
  height: 1px;
  background: #2c2c2a;
  opacity: 0.4;
  margin: 0 auto 28px;
}

.contact-cta__text {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.1vw, 14px);
  letter-spacing: 0.08em;
  color: #2c2c2a;
  opacity: 0.75;
  line-height: 1.9;
  margin-bottom: 40px;
}

.contact-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-cta__btns {
    flex-direction: column;
    align-items: center;
  }
}

.contact-cta__btn-wrap .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-cta__btn-wrap .pc {
    display: none;
  }
  .contact-cta__btn-wrap .sp {
    display: block;
  }
}

.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  padding: 14px 32px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.1vw, 14px);
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.contact-cta__btn--tel {
  background: transparent;
  border: 1px solid #2c2c2a;
  color: #2c2c2a;
}
.contact-cta__btn--tel:hover {
  background: #2c2c2a;
  color: #faf7f0;
}
.contact-cta__btn--mail {
  background: #2c2c2a;
  border: 1px solid #2c2c2a;
  color: #faf7f0;
}
.contact-cta__btn--mail:hover {
  background: transparent;
  color: #2c2c2a;
}
@media screen and (max-width: 768px) {
  .contact-cta__btn {
    min-width: 280px;
    padding: 14px 20px;
    font-size: 14px;
  }
}

#site-footer {
  background: #2c2c2a;
  padding: 64px 0 0;
  color: #d4cdb8;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: min(88%, 1100px);
  margin: 0 auto 52px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.footer__col-title {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: rgba(212, 205, 184, 0.45);
  margin-bottom: 18px;
  text-transform: uppercase;
  display: block;
}

.footer__logo {
  margin-bottom: 16px;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo img {
  display: block;
  width: clamp(80px, 12vw, 140px);
  height: auto;
  opacity: 0.8;
}

.footer__company-name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.5vw, 20px);
  letter-spacing: 0.22em;
  color: #d4cdb8;
  margin-bottom: 12px;
}

.footer__tel {
  font-family: "Cormorant Garamond", "Shippori Mincho B1", serif;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.1em;
  color: rgba(212, 205, 184, 0.65);
  margin-bottom: 20px;
}
.footer__tel i {
  margin-right: 8px;
  opacity: 0.5;
  font-size: 13px;
}

.footer__sns {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__sns li a {
  color: rgba(212, 205, 184, 0.5);
  font-size: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}
.footer__sns li a:hover {
  color: #d4cdb8;
}

.footer__nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    align-items: center;
  }
}
.footer__nav li a {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1vw, 13px);
  letter-spacing: 0.1em;
  color: rgba(212, 205, 184, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav li a:hover {
  color: #d4cdb8;
}

.footer__hours-row {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1vw, 13px);
  color: rgba(212, 205, 184, 0.6);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.6;
}

.footer__hours-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(212, 205, 184, 0.38);
  text-transform: uppercase;
}

.footer__copy {
  border-top: 1px solid rgba(212, 205, 184, 0.1);
  padding: 20px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(212, 205, 184, 0.3);
  line-height: 1;
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9000;
  width: 48px;
  height: 48px;
  background: #2c2c2a;
  color: #faf7f0;
  text-decoration: none;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(212, 205, 184, 0.25);
  transition: background 0.3s ease;
}
.back-to-top:hover {
  background: #c4b896;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top[style*=display] {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .back-to-top[style*=display] {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */