* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

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

body {
  background-color: #f4f1ea;
  color: #1a1f2c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0e2b5c;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #e94b35;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tel-link {
    cursor: auto;
    pointer-events: auto;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.15s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

.reveal-delay-3 {
  transition-delay: 0.45s;
}

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

@media (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sp {
    display: none;
  }
}

.br_pc {
  display: block;
}
@media (max-width: 1023px) {
  .br_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .br_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.wide {
  max-width: 1160px;
  margin: auto;
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .wide {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .wide {
    padding: 0 24px;
  }
}

.section-num {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #e94b35;
  letter-spacing: 0.15em;
}
.section-num::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e94b35;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #0e2b5c;
  text-decoration: none;
  border-bottom: 1px solid #d8d3c8;
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s, gap 0.3s;
}
.card-link svg {
  transition: transform 0.3s, stroke 0.3s;
}
.card-link:hover {
  color: #e94b35;
  border-color: #e94b35;
  gap: 16px;
}
.card-link:hover svg {
  transform: translateX(4px);
  stroke: #e94b35;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  width: 48px;
  height: 48px;
  background: #0e2b5c;
  color: #f4f1ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.back-to-top:hover {
  background: #e94b35;
  color: #f4f1ea;
}
@media (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}

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

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

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

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

#lower {
  position: relative;
  margin-bottom: 2rem;
}
#lower .lower {
  width: 90vw;
  height: 70vh;
  margin: 5vw auto 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1023px) {
  #lower .lower {
    height: 40vh;
  }
}
@media (max-width: 767px) {
  #lower .lower {
    height: 50vh;
  }
}
#lower .lower_contents {
  position: relative;
  padding: 2vw;
  margin-top: -5vw;
  margin-left: 60%;
  margin-bottom: 3rem;
  width: 30%;
  color: #1a1f2c;
  background: rgba(244, 241, 234, 0.9);
  text-align: center;
}
@media (max-width: 767px) {
  #lower .lower_contents {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
#lower .lower_contents .headline {
  font-size: 180%;
  font-weight: 600;
}
@media (max-width: 767px) {
  #lower .lower_contents .headline {
    font-size: 160%;
  }
}
#lower .lower_contents p {
  font-size: 140%;
}
@media (max-width: 767px) {
  #lower .lower_contents p {
    font-size: 120%;
  }
}

.lower_headline {
  color: #1a1f2c;
  background: rgba(244, 241, 234, 0.8);
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 5px #e94b35;
  font-size: 160%;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .lower_headline {
    padding: 1vw 0 1vw 1vw;
  }
}
@media (max-width: 767px) {
  .lower_headline {
    padding: 2vw 0 2vw 2vw;
    font-size: 5vw;
  }
}

.msc-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #f4f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.msc-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.msc-loading .loading-logo {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 38px);
  color: #0e2b5c;
  animation: loadingPulse 1.2s ease-in-out infinite;
}
.msc-loading .loading-logo .loading-semi {
  color: #e94b35;
  font-style: normal;
}

@keyframes loadingPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  padding: 22px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  mix-blend-mode: difference;
}
@media (max-width: 1023px) {
  header.site-header {
    padding: 18px 24px;
  }
}
header.site-header.scrolled {
  background: #f4f1ea;
  padding: 14px 48px;
  mix-blend-mode: normal;
  border-bottom: 1px solid #d8d3c8;
}
@media (max-width: 1023px) {
  header.site-header.scrolled {
    padding: 12px 24px;
  }
}
header.site-header.scrolled .logo-text {
  color: #0e2b5c;
}
header.site-header.scrolled .logo-sub {
  color: #5c6577;
}
header.site-header.scrolled .nav-link {
  color: #0e2b5c;
}
header.site-header.scrolled .logo-primary {
  display: none;
}
header.site-header.scrolled .logo-secondary {
  display: inline-block;
}

.site-logo {
  display: flex;
  align-items: baseline;
  gap: 2px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo .logo-secondary {
  display: none;
}
.site-logo .logo-text {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: #f4f1ea;
  transition: color 0.4s;
}
.site-logo .logo-semi {
  color: #e94b35;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin: 0 1px;
  transform: translateY(2px);
  display: inline-block;
}
.site-logo .logo-sub {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: #f4f1ea;
  margin-left: 14px;
  text-transform: uppercase;
  opacity: 0.7;
  transition: color 0.4s;
}

.header-nav-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .header-nav-wrap {
    gap: 16px;
  }
}

.header-nav {
  display: flex;
  gap: 32px;
  list-style: none;
}
@media (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}

.nav-link {
  color: #f4f1ea;
  text-decoration: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s;
  display: block;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #e94b35;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link .nav-jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.55;
  margin-top: 2px;
  font-weight: 400;
  text-transform: none;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e94b35;
  color: #f4f1ea;
  padding: 12px 22px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0e2b5c;
  transform: translateY(101%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-btn span {
  position: relative;
  z-index: 1;
}
.contact-btn:hover::before {
  transform: translateY(0);
}
.contact-btn:hover {
  color: #f4f1ea;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 10010;
}
@media (max-width: 1023px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #f4f1ea;
  transition: transform 0.35s, opacity 0.35s, background 0.4s;
  transform-origin: center;
}
.scrolled .hamburger span {
  background: #0e2b5c;
}
.hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sp-drawer {
  position: fixed;
  inset: 0;
  background: rgba(6, 22, 52, 0.97);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.sp-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.sp-drawer .drawer-nav {
  list-style: none;
  text-align: center;
  width: 100%;
}
.sp-drawer .drawer-nav li {
  border-bottom: 1px solid rgba(216, 211, 200, 0.12);
}
.sp-drawer .drawer-nav li:first-child {
  border-top: 1px solid rgba(216, 211, 200, 0.12);
}
.sp-drawer .drawer-nav a {
  display: block;
  padding: 20px 48px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: rgba(244, 241, 234, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
.sp-drawer .drawer-nav a:hover {
  color: #e94b35;
}
.sp-drawer .drawer-footer {
  margin-top: 40px;
  text-align: center;
}
.sp-drawer .drawer-footer .drawer-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e94b35;
  color: #f4f1ea;
  padding: 13px 32px;
  font-size: 11px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}
.sp-drawer .drawer-footer .drawer-contact-btn:hover {
  background: rgb(221.1178571429, 48.1642857143, 24.0821428571);
  color: #f4f1ea;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: #061634;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 140px 48px 60px;
}
@media (max-width: 1023px) {
  .hero {
    padding: 120px 24px 40px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 100px 24px 40px;
  }
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero-slide.is-active {
  opacity: 1;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 43, 92, 0.55) 0%, rgba(6, 22, 52, 0.85) 100%);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, transparent 30%, rgba(6, 22, 52, 0.6) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(244, 241, 234, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 241, 234, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #f4f1ea;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 36px;
  opacity: 0;
  animation: heroFadeUp 1s 0.3s forwards;
}
@media (max-width: 767px) {
  .hero-eyebrow {
    font-size: 2.8vw;
    margin-bottom: 24px;
  }
}
.hero-eyebrow::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #e94b35;
  flex-shrink: 0;
}

h1.hero-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(48px, 8vw, 124px);
  line-height: 1.05;
  color: #f4f1ea;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1.hero-title {
    font-size: clamp(40px, 11vw, 72px);
    margin-bottom: 20px;
  }
}
h1.hero-title .line {
  display: block;
  overflow: hidden;
}
h1.hero-title .line span {
  display: inline-block;
  transform: translateY(110%);
  animation: slideUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
h1.hero-title .line:nth-child(1) span {
  animation-delay: 0.4s;
}
h1.hero-title .line:nth-child(2) span {
  animation-delay: 0.55s;
}
h1.hero-title .accent-dot {
  color: #e94b35;
}

.hero-en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 32px);
  color: #f4f1ea;
  opacity: 0;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
  font-weight: 300;
  animation: heroFadeUp 1s 0.9s forwards;
}
@media (max-width: 767px) {
  .hero-en {
    font-size: clamp(16px, 4.5vw, 22px);
    margin-bottom: 28px;
  }
}
.hero-en em {
  color: #e94b35;
  font-style: inherit;
}

.hero-lead {
  max-width: 480px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #f4f1ea;
  opacity: 0;
  animation: heroFadeUp 1s 1.1s forwards;
}
@media (max-width: 767px) {
  .hero-lead {
    font-size: 3.5vw;
  }
}

.hero-meta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #f4f1ea;
  opacity: 0;
  animation: heroFadeUp 1s 1.3s forwards;
}
@media (max-width: 767px) {
  .hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.hero-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: flex-end;
  padding-bottom: 2px;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.4s, transform 0.4s;
}
.hero-dot.is-active {
  background: #e94b35;
  transform: scale(1.5);
}
.hero-dot:hover:not(.is-active) {
  background: rgba(244, 241, 234, 0.65);
}

.hero-num {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  font-feature-settings: "tnum";
}
.hero-num strong {
  font-size: 22px;
  font-weight: 400;
  color: #e94b35;
  font-style: italic;
}

.hero-scroll {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero-scroll::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #f4f1ea;
  animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.3);
  }
}
.hero-news {
  position: absolute;
  right: 48px;
  bottom: 80px;
  z-index: 2;
  background: #f4f1ea;
  padding: 24px 28px;
  max-width: 320px;
  border-left: 3px solid #e94b35;
  opacity: 0;
  animation: heroFadeUp 1s 1.5s forwards;
}
@media (max-width: 1023px) {
  .hero-news {
    right: 24px;
    bottom: 40px;
    max-width: 280px;
    padding: 18px 22px;
  }
}
@media (max-width: 767px) {
  .hero-news {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 40px;
  }
}
.hero-news .hero-news-label {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #e94b35;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-news .hero-news-date {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: 11px;
  color: #5c6577;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.hero-news .hero-news-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  color: #0e2b5c;
  font-weight: 500;
  line-height: 1.6;
}
.hero-news a {
  text-decoration: none;
}
.hero-news a:hover .hero-news-title {
  color: #e94b35;
}

@keyframes slideUp {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-num {
  position: absolute;
  top: 80px;
  left: 48px;
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 14px;
  color: #e94b35;
  letter-spacing: 0.15em;
}
@media (max-width: 1023px) {
  .section-num {
    left: 24px;
    top: 60px;
  }
}
.section-num::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e94b35;
  vertical-align: middle;
  margin-right: 14px;
}

.intro {
  padding: 160px 48px;
  position: relative;
  background: #f4f1ea;
}
@media (max-width: 1023px) {
  .intro {
    padding: 100px 24px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 80px 24px;
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 120px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 1023px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.intro-label {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 14px;
  color: #5c6577;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.intro-label::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #0e2b5c;
  vertical-align: middle;
  margin-right: 12px;
}

.intro-vertical {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  letter-spacing: 0.4em;
  color: #5c6577;
  height: 240px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .intro-vertical {
    display: none;
  }
}

.intro-heading {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.4;
  color: #0e2b5c;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .intro-heading {
    font-size: clamp(26px, 7vw, 36px);
    margin-bottom: 32px;
  }
}
.intro-heading .em {
  position: relative;
  display: inline;
}
.intro-heading .em::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 8px;
  height: 14px;
  background: rgba(233, 75, 53, 0.18);
  z-index: -1;
}

.intro-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #5c6577;
  max-width: 520px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .intro-body {
    font-size: 3.8vw;
    max-width: none;
  }
}
.intro-body p {
  margin-bottom: 1.4em;
}
.intro-body p:last-child {
  margin-bottom: 0;
}

.intro-sig {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.intro-sig .intro-sig-name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  color: #0e2b5c;
  letter-spacing: 0.1em;
}
.intro-sig .intro-sig-en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #5c6577;
}

.showcase {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .showcase {
    height: 70vw;
    min-height: 300px;
  }
}

.showcase-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s linear;
}
.showcase-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 43, 92, 0.2) 0%, rgba(6, 22, 52, 0.5) 100%);
}

.showcase-overlay {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .showcase-overlay {
    padding: 0 24px;
  }
}

.showcase-text {
  text-align: center;
  color: #f4f1ea;
  max-width: 900px;
}

.showcase-quote {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .showcase-quote {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.showcase-quote .pull {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  color: #e94b35;
  font-weight: 400;
}

.showcase-meta {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.7;
}

.showcase-corner {
  position: absolute;
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #f4f1ea;
  letter-spacing: 0.18em;
  z-index: 2;
}
.showcase-corner span {
  display: block;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 4px;
}
.showcase-corner.tl {
  top: 40px;
  left: 48px;
}
@media (max-width: 767px) {
  .showcase-corner.tl {
    top: 24px;
    left: 24px;
  }
}
.showcase-corner.br {
  bottom: 40px;
  right: 48px;
  text-align: right;
}
@media (max-width: 767px) {
  .showcase-corner.br {
    bottom: 24px;
    right: 24px;
  }
}

.contents {
  padding: 160px 0 0;
  background: #ede8dd;
  position: relative;
}
@media (max-width: 1023px) {
  .contents {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .contents {
    padding: 80px 0 0;
  }
}

.contents-head {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .contents-head {
    margin-bottom: 64px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .contents-head {
    margin-bottom: 48px;
  }
}

.contents-label {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #e94b35;
  margin-bottom: 18px;
}

.contents-title {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 400;
  font-style: italic;
  color: #0e2b5c;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents-title {
    font-size: clamp(44px, 12vw, 72px);
  }
}

.contents-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  color: #5c6577;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

.content-card {
  position: relative;
  display: grid;
  min-height: 60vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-card {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }
}
.content-card.left {
  grid-template-columns: 1.4fr 1fr;
}
.content-card.right {
  grid-template-columns: 1fr 1.4fr;
}

.card-img {
  position: relative;
  overflow: hidden;
  background: #0e2b5c;
}
@media (max-width: 767px) {
  .card-img {
    min-height: 300px;
  }
}
.card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 43, 92, 0.15) 0%, rgba(6, 22, 52, 0.35) 100%);
}
.card-img .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.content-card:hover .card-img .bg, .content-card:hover .card-img img {
  transform: scale(1.06);
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  position: relative;
  background: #f4f1ea;
}
@media (max-width: 1023px) {
  .card-text {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .card-text {
    order: 1 !important;
    padding: 48px 24px;
  }
}

.content-card.right .card-text {
  order: -1;
  background: #ede8dd;
}
@media (max-width: 767px) {
  .content-card.right .card-text {
    order: 1 !important;
  }
}

.card-num {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #e94b35;
  letter-spacing: 0.18em;
  margin-bottom: 24px;
}
.card-num::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #e94b35;
  vertical-align: middle;
  margin-right: 12px;
}

.card-en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 400;
  color: #0e2b5c;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .card-en {
    font-size: clamp(40px, 11vw, 60px);
  }
}

.card-jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  color: #5c6577;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.card-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #5c6577;
  margin-bottom: 40px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .card-body {
    font-size: 3.5vw;
    max-width: none;
  }
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #0e2b5c;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #0e2b5c;
  width: fit-content;
  transition: all 0.4s;
}
.card-link svg {
  width: 20px;
  height: 8px;
  transition: transform 0.4s;
}
.card-link:hover {
  color: #e94b35;
  border-color: #e94b35;
}
.card-link:hover svg {
  transform: translateX(10px);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.15s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

.reveal-delay-3 {
  transition-delay: 0.45s;
}

.page-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #061634;
}
@media (max-width: 767px) {
  .page-hero {
    min-height: 44vh;
  }
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.page-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 43, 92, 0.55) 0%, rgba(6, 22, 52, 0.85) 100%);
}
.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(244, 241, 234, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 241, 234, 0.045) 1px, transparent 1px);
  background-size: 120px 120px;
  pointer-events: none;
}
.page-hero-watermark {
  position: absolute;
  right: 3vw;
  bottom: -2vw;
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(120px, 22vw, 360px);
  line-height: 1;
  color: rgba(244, 241, 234, 0.05);
  pointer-events: none;
  user-select: none;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  width: 88%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 56px;
}
@media (max-width: 767px) {
  .page-hero-content {
    padding-bottom: 36px;
  }
}
.page-hero-num {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #e94b35;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.page-hero-num::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #e94b35;
}
.page-hero-eyebrow {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(34px, 5vw, 64px);
  color: #f4f1ea;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.page-hero-eyebrow .dot {
  color: #e94b35;
}
.page-hero-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  color: rgba(244, 241, 234, 0.85);
  letter-spacing: 0.34em;
}

.breadcrumb {
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 88%;
  max-width: 1160px;
  margin: 0 auto;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(244, 241, 234, 0.55);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .breadcrumb {
    top: 80px;
  }
}
.breadcrumb a {
  color: rgba(244, 241, 234, 0.55);
}
.breadcrumb a:hover {
  color: #e94b35;
}
.breadcrumb span {
  margin: 0 8px;
  color: rgba(244, 241, 234, 0.3);
}
.breadcrumb.is-light {
  position: relative;
  top: auto;
  color: #5c6577;
  padding: 110px 0 0;
}
@media (max-width: 1023px) {
  .breadcrumb.is-light {
    padding-top: 90px;
  }
}
.breadcrumb.is-light a {
  color: #5c6577;
}
.breadcrumb.is-light a:hover {
  color: #e94b35;
}
.breadcrumb.is-light span {
  color: rgba(92, 101, 119, 0.5);
}

.sec {
  padding: 130px 0;
}
@media (max-width: 1023px) {
  .sec {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .sec {
    padding: 70px 0;
  }
}

.eyebrow {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #e94b35;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #e94b35;
}

.heading {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.4;
  color: #0e2b5c;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.heading .em {
  position: relative;
}
.heading .em::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 6px;
  height: 13px;
  background: rgba(233, 75, 53, 0.18);
  z-index: -1;
}

.lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #5c6577;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
  flex-wrap: wrap;
}
.pager a, .pager span {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: 14px;
  min-width: 42px;
  height: 42px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d3c8;
  color: #5c6577;
  text-decoration: none;
  transition: all 0.3s;
}
.pager a:hover {
  border-color: #0e2b5c;
  color: #0e2b5c;
}
.pager .on,
.pager .current {
  background: #0e2b5c;
  border-color: #0e2b5c;
  color: #f4f1ea;
}

.pager .page-numbers {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: 14px;
  min-width: 42px;
  height: 42px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d3c8;
  color: #5c6577;
  text-decoration: none;
  transition: all 0.3s;
}
.pager .page-numbers:hover {
  border-color: #0e2b5c;
  color: #0e2b5c;
}
.pager .page-numbers.current {
  background: #0e2b5c;
  border-color: #0e2b5c;
  color: #f4f1ea;
}

.prevnext {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d8d3c8;
  padding-top: 32px;
  gap: 16px;
}
.prevnext a {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5c6577;
  text-decoration: none;
}
.prevnext a:hover {
  color: #e94b35;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100002;
  background: rgba(6, 22, 52, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox.is-open .lb-img {
  transform: scale(1);
}
.lightbox .lb-img {
  max-width: 90vw;
  max-height: 86vh;
  width: 80vw;
  height: 80vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.86);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox .lb-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.lightbox .lb-close::before, .lightbox .lb-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1.5px;
  background: #f4f1ea;
}
.lightbox .lb-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .lb-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 58px;
}
.works-filter button {
  background: none;
  border: 1px solid #d8d3c8;
  color: #5c6577;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 22px;
  cursor: pointer;
  transition: 0.3s;
}
.works-filter button:hover {
  border-color: #0e2b5c;
  color: #0e2b5c;
}
.works-filter button.active {
  background: #0e2b5c;
  border-color: #0e2b5c;
  color: #f4f1ea;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}
@media (max-width: 1023px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.work-card {
  cursor: zoom-in;
  display: block;
  text-decoration: none;
}
.work-card:focus-visible {
  outline: 2px solid #e94b35;
  outline-offset: 4px;
}
.work-card .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #0e2b5c;
}
.work-card .thumb .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-card .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: border-color 0.4s;
}
.work-card .wc-zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 22, 52, 0.28);
  opacity: 0;
  transition: opacity 0.4s;
}
.work-card .wc-zoom i {
  color: #f4f1ea;
  font-size: 24px;
  transform: scale(0.8);
  transition: transform 0.4s;
}
.work-card:hover .thumb .bg {
  transform: scale(1.06);
}
.work-card:hover .thumb::after {
  border-color: #e94b35;
}
.work-card:hover .wc-zoom {
  opacity: 1;
}
.work-card:hover .wc-zoom i {
  transform: scale(1);
}
.work-card .wc-cat {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 12px;
  color: #e94b35;
  letter-spacing: 0.1em;
  margin: 18px 0 6px;
}
.work-card .wc-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  color: #0e2b5c;
  font-weight: 500;
  line-height: 1.5;
}
.work-card .wc-loc {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  color: #5c6577;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.work-card .wc-loc i {
  color: #e94b35;
  margin-right: 6px;
}

.ba-head {
  text-align: center;
  margin: 130px 0 50px;
}
@media (max-width: 767px) {
  .ba-head {
    margin: 80px 0 36px;
  }
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .ba-grid {
    grid-template-columns: 1fr;
  }
}

.ba-card .pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.ba-card .pair figure {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #0e2b5c;
}
.ba-card .pair figure .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ba-card .pair figure figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f4f1ea;
  background: rgba(6, 22, 52, 0.65);
  padding: 4px 9px;
}
.ba-card .pair .arrow {
  color: #e94b35;
  font-size: 18px;
}
.ba-card .ba-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  color: #0e2b5c;
  margin-top: 16px;
}

.single-main {
  position: relative;
  height: 64vh;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  margin-top: 20px;
}

.single-body {
  max-width: 880px;
  margin: 0 auto;
}

.single-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(28px, 3.6vw, 44px);
  color: #0e2b5c;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid #d8d3c8;
  border-bottom: 1px solid #d8d3c8;
  margin: 50px 0 60px;
}
.single-meta dl {
  flex: 1 1 50%;
  display: flex;
  padding: 18px 4px;
  border-bottom: 1px solid #d8d3c8;
}
@media (min-width: 1441px) {
  .single-meta dl {
    flex: 1 1 25%;
  }
}
@media (min-width: 768px) {
  .single-meta dl {
    flex: 1 1 25%;
    border-bottom: none;
    border-right: 1px solid #d8d3c8;
  }
  .single-meta dl:last-child {
    border-right: none;
  }
}
.single-meta dt {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e94b35;
  width: 90px;
  flex-shrink: 0;
  padding-top: 3px;
}
.single-meta dd {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  color: #0e2b5c;
}

.single-overview {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #5c6577;
  margin-bottom: 80px;
}
.single-overview h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  color: #0e2b5c;
  margin-bottom: 18px;
  font-weight: 500;
}
.single-overview p {
  margin-bottom: 1.6em;
}
.single-overview img {
  margin: 1.4em 0;
}

.points {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 80px;
}
.points .point {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}
.points .point .pn {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 30px;
  color: #e94b35;
  line-height: 1;
  flex-shrink: 0;
}
.points .point h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  color: #0e2b5c;
  margin-bottom: 8px;
  font-weight: 500;
}
.points .point p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #5c6577;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery .g {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s;
  cursor: zoom-in;
}
.gallery .g:hover {
  opacity: 0.85;
}

.svc-intro {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.svc-intro .heading {
  margin-bottom: 26px;
}

.svc-list {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 767px) {
  .svc-list {
    margin-top: 60px;
    gap: 72px;
  }
}

.svc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.svc-item.reverse {
  direction: rtl;
}
.svc-item.reverse > * {
  direction: ltr;
}
@media (max-width: 767px) {
  .svc-item {
    grid-template-columns: 1fr;
    gap: 28px;
    direction: ltr;
  }
}

.svc-figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #0e2b5c;
}
.svc-figure .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.svc-figure:hover .bg {
  transform: scale(1.06);
}
.svc-figure .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: #e94b35;
  color: #f4f1ea;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.svc-num {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 14px;
  color: #e94b35;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.svc-num::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #e94b35;
}

.svc-en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(34px, 4vw, 54px);
  color: #0e2b5c;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.svc-jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  color: #5c6577;
  letter-spacing: 0.28em;
  margin: 6px 0 22px;
}

.svc-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #5c6577;
  max-width: 440px;
}

.svc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.svc-chips span {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #0e2b5c;
  border: 1px solid #d8d3c8;
  padding: 6px 13px;
}

.svc-process {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .svc-process {
    margin-top: 84px;
  }
}

.svc-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 54px;
}
@media (max-width: 1023px) {
  .svc-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 28px;
  }
}
@media (max-width: 560px) {
  .svc-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.svc-step {
  padding: 26px 22px 0 0;
  border-top: 1px solid #d8d3c8;
}
@media (max-width: 1023px) {
  .svc-step {
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .svc-step {
    padding: 22px 0;
  }
  .svc-step + .svc-step {
    border-top: 1px solid #d8d3c8;
  }
}
.svc-step .n {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 26px;
  color: #e94b35;
  line-height: 1;
  margin-bottom: 14px;
}
.svc-step h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  color: #0e2b5c;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.svc-step p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.9;
  color: #5c6577;
}

.svc-cases {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .svc-cases {
    margin-top: 84px;
  }
}

.svc-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .svc-case-grid {
    grid-template-columns: 1fr;
  }
}

.svc-case {
  background: #ede8dd;
  border: 1px solid #d8d3c8;
  padding: 34px 32px;
  transition: border-color 0.35s, transform 0.35s;
}
.svc-case:hover {
  border-color: #e94b35;
  transform: translateY(-3px);
}
.svc-case i {
  color: #e94b35;
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
}
.svc-case h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  color: #0e2b5c;
  font-weight: 500;
  margin-bottom: 10px;
}
.svc-case p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #5c6577;
}

.cmp-profile-sec {
  background: #ede8dd;
}

.cmp-message {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1023px) {
  .cmp-message {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.cmp-sign .label {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #5c6577;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.cmp-sign .vert {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  letter-spacing: 0.4em;
  color: #5c6577;
  height: 220px;
}
@media (max-width: 1023px) {
  .cmp-sign .vert {
    display: none;
  }
}
.cmp-sign .name {
  margin-top: 30px;
}
.cmp-sign .name .jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  color: #0e2b5c;
  letter-spacing: 0.08em;
}
.cmp-sign .name .en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 12px;
  color: #5c6577;
}

.cmp-msg-body h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.5;
  color: #0e2b5c;
  font-weight: 500;
  margin-bottom: 32px;
}
.cmp-msg-body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #5c6577;
  margin-bottom: 1.4em;
}

.cmp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.cmp-table tr {
  border-bottom: 1px solid #d8d3c8;
}
.cmp-table th, .cmp-table td {
  text-align: left;
  padding: 20px 8px;
  vertical-align: top;
}
.cmp-table th {
  width: 26%;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c6577;
  font-weight: 500;
}
.cmp-table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #0e2b5c;
}
@media (max-width: 767px) {
  .cmp-table th, .cmp-table td {
    display: block;
    width: 100%;
    padding: 14px 0 4px;
  }
  .cmp-table td {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

.cmp-map {
  margin-top: 60px;
  aspect-ratio: 16/6;
  background: #ede8dd;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d3c8;
  overflow: hidden;
}
.cmp-map .ph {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #5c6577;
  text-transform: uppercase;
}
.cmp-map .ph i {
  color: #e94b35;
  margin-right: 8px;
}
.cmp-map--embed {
  display: block;
  aspect-ratio: 16/6;
}
.cmp-map--embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.history-list {
  border-top: 1px solid #d8d3c8;
}
.history-list .row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 22px 8px;
  border-bottom: 1px solid #d8d3c8;
}
@media (max-width: 767px) {
  .history-list .row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.history-list .yr {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 16px;
  color: #e94b35;
}
.history-list .ev {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #0e2b5c;
}

.jr-list {
  display: flex;
  flex-direction: column;
}

.jr-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  padding: 38px 0;
  border-bottom: 1px solid #d8d3c8;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .jr-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.jr-item:hover .jr-title {
  color: #e94b35;
}

.jr-thumb {
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #ede8dd;
}
.jr-thumb--empty {
  background: linear-gradient(135deg, #ede8dd 0%, #d8d3c8 100%);
}

.jr-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.jr-date {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  color: #5c6577;
}

.jr-cat {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e94b35;
  border: 1px solid #e94b35;
  padding: 3px 10px;
}

.jr-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  color: #0e2b5c;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  transition: color 0.3s;
}

.jr-excerpt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #5c6577;
}

.art-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}
.art-head .jr-meta {
  justify-content: center;
}

.art-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.5;
  color: #0e2b5c;
  font-weight: 600;
}

.art-cover {
  max-width: 900px;
  margin: 0 auto 60px;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .art-cover {
    margin-bottom: 36px;
  }
}

.art-body {
  max-width: 720px;
  margin: 0 auto;
}
.art-body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.3;
  color: #33384a;
  margin-bottom: 1.8em;
}
.art-body h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  color: #0e2b5c;
  font-weight: 500;
  margin: 50px 0 20px;
  padding-left: 16px;
  border-left: 4px solid #e94b35;
}
.art-body h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 19px;
  color: #0e2b5c;
  font-weight: 500;
  margin: 36px 0 14px;
}
.art-body .pull,
.art-body blockquote {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.7;
  color: #0e2b5c;
  text-align: center;
  margin: 50px 0;
  padding: 0 20px;
}
.art-body img {
  margin: 1.6em auto;
}
.art-body ul, .art-body ol {
  margin: 0 0 1.8em 1.4em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.1;
  color: #33384a;
}
.art-body a {
  color: #e94b35;
  text-decoration: underline;
}

.art-back {
  text-align: center;
  margin-top: 70px;
}

.ct-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1023px) {
  .ct-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.ct-note {
  background: #ede8dd;
  border-left: 3px solid #e94b35;
  padding: 20px 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #5c6577;
  margin-bottom: 40px;
}
.ct-note strong {
  color: #0e2b5c;
  font-weight: 600;
}

.ct-info dl {
  margin-bottom: 30px;
}
.ct-info dt {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 12px;
  color: #e94b35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ct-info .mail {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  color: #0e2b5c;
  letter-spacing: 0.01em;
  word-break: break-all;
}
.ct-info .tel {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-size: 20px;
  color: #5c6577;
}
.ct-info .tel .sub {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5c6577;
  opacity: 0.7;
  margin-left: 8px;
}
.ct-info dd p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #0e2b5c;
  line-height: 1.9;
}

.ct-form .wpcf7 {
  color: #0e2b5c;
}
.ct-form .wpcf7-form > p,
.ct-form .ct-row,
.ct-form .row {
  margin-bottom: 24px;
}
.ct-form label {
  display: block;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c6577;
  margin-bottom: 10px;
}
.ct-form label .req,
.ct-form label .red {
  color: #e94b35;
  margin-left: 6px;
}
.ct-form label .blue {
  color: #35a5e9;
  margin-left: 6px;
}
.ct-form input[type=text],
.ct-form input[type=email],
.ct-form input[type=tel],
.ct-form input[type=url],
.ct-form textarea {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  color: #0e2b5c;
  background: #ede8dd;
  border: 1px solid #d8d3c8;
  padding: 14px 16px;
  transition: border-color 0.3s;
}
.ct-form input[type=text]:focus,
.ct-form input[type=email]:focus,
.ct-form input[type=tel]:focus,
.ct-form input[type=url]:focus,
.ct-form textarea:focus {
  outline: none;
  border-color: #e94b35;
}
.ct-form textarea {
  min-height: 160px;
  resize: vertical;
}
.ct-form .wpcf7-form-control-wrap {
  display: block;
}
.ct-form .ct-submit,
.ct-form input[type=submit],
.ct-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #e94b35;
  color: #f4f1ea;
  border: none;
  cursor: pointer;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 44px;
  transition: background 0.3s;
}
.ct-form .ct-submit:hover,
.ct-form input[type=submit]:hover,
.ct-form .wpcf7-submit:hover {
  background: #0e2b5c;
}
.ct-form .wpcf7-response-output {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0 0;
  color: #0e2b5c;
}

.ct-simple {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.ct-simple .thanks {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2;
  color: #0e2b5c;
}

.cta {
  position: relative;
  padding: 140px 48px;
  background: #061634;
  color: #f4f1ea;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .cta {
    padding: 100px 24px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 80px 24px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
.cta .cta-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(244, 241, 234, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 241, 234, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.cta .cta-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
.cta .cta-content {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.cta .cta-mark {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #e94b35;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cta .cta-mark::before, .cta .cta-mark::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #e94b35;
}
.cta .cta-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.cta .cta-en {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 32px);
  color: rgba(244, 241, 234, 0.6);
  margin-bottom: 60px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cta .cta-en {
    margin-bottom: 40px;
  }
}
.cta .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cta .cta-buttons {
    margin-bottom: 48px;
  }
}
.cta .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 22px 40px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta .cta-btn {
    padding: 16px 28px;
    font-size: 11px;
  }
}
.cta .cta-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.cta .cta-btn--primary {
  background: #e94b35;
  color: #f4f1ea;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta .cta-btn--primary {
    pointer-events: auto;
  }
}
.cta .cta-btn--primary:hover {
  background: #f4f1ea;
  color: #e94b35;
}
.cta .cta-btn--ghost {
  background: transparent;
  color: #f4f1ea;
  border: 1px solid rgba(244, 241, 234, 0.4);
}
.cta .cta-btn--ghost:hover {
  background: #f4f1ea;
  color: #0e2b5c;
  border-color: #f4f1ea;
}
.cta .cta-info {
  display: flex;
  justify-content: center;
  gap: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: rgba(244, 241, 234, 0.7);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cta .cta-info {
    gap: 28px;
  }
}
.cta .cta-info > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.cta .cta-info .cta-info-label {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #e94b35;
  text-transform: uppercase;
}

footer.site-footer {
  background: #061634;
  color: rgba(244, 241, 234, 0.7);
  padding: 60px 48px 40px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
}
@media (max-width: 767px) {
  footer.site-footer {
    padding: 40px 24px 30px;
  }
}
footer.site-footer .foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  footer.site-footer .foot-grid {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}
footer.site-footer .footer-logo {
  text-decoration: none;
}
footer.site-footer .footer-logo .logo-text {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #f4f1ea;
}
footer.site-footer .footer-logo .logo-text .logo-semi {
  color: #e94b35;
  font-style: normal;
  font-size: 28px;
}
footer.site-footer .foot-nav {
  display: flex;
  gap: 36px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  footer.site-footer .foot-nav {
    gap: 20px 28px;
  }
}
footer.site-footer .foot-nav a {
  color: rgba(244, 241, 234, 0.6);
  text-decoration: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 0.3s;
}
footer.site-footer .foot-nav a:hover {
  color: #e94b35;
}
footer.site-footer .foot-copy {
  font-family: "Fraunces", "Shippori Mincho B1", serif;
  font-style: italic;
  font-size: 12px;
  color: rgba(244, 241, 234, 0.4);
  letter-spacing: 0.08em;
}
footer.site-footer .foot-license {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  color: rgba(244, 241, 234, 0.25);
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
footer.site-footer .back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 3%;
  bottom: 5%;
  width: 44px;
  height: 44px;
  background: #0e2b5c;
  color: #f4f1ea;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
footer.site-footer .back-to-top:hover {
  background: #e94b35;
  color: #f4f1ea;
}
@media (max-width: 767px) {
  footer.site-footer .back-to-top {
    display: none !important;
  }
}

#policy {
  max-width: 880px;
  margin: 0 auto;
}
#policy h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  color: #0e2b5c;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 4px solid #e94b35;
}
@media (max-width: 767px) {
  #policy h2 {
    font-size: 17px;
  }
}
#policy h2:not(:first-child) {
  margin-top: 56px;
}
#policy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  color: #5c6577;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #policy p {
    font-size: 14px;
    line-height: 2;
  }
}

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  background: rgba(14, 43, 92, 0.08);
  border: 1px solid #f4f1ea;
  border-radius: 10px;
  width: 48%;
  padding: 1rem;
}
@media (max-width: 767px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 95%;
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  font-size: 130%;
  color: #1a1f2c;
  background: #f4f1ea;
}
#recruit .recruit .recruit_contents .recruit_content div {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content div dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f4f1ea;
  padding: 1.5rem 0.8rem;
}
@media (max-width: 767px) {
  #recruit .recruit .recruit_contents .recruit_content div dl {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dt, #recruit .recruit .recruit_contents .recruit_content div dl dd {
  color: #f4f1ea;
}
#recruit .recruit .recruit_contents .recruit_content div dl dt {
  width: 30%;
  font-weight: 600;
}
@media (max-width: 767px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dd {
  width: 70%;
}
@media (max-width: 767px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dd {
    width: 100%;
  }
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media (max-width: 1023px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  color: #fff;
  font-size: 120%;
  background-color: #e94b35;
  padding: 0.5rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 2rem;
}
#recruit_form .recruit_form .recruit_form_text p {
  text-align: center;
}
@media (max-width: 767px) {
  #recruit_form .recruit_form .recruit_form_text p {
    text-align: left;
  }
}
#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 #333;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  #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 (max-width: 1023px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  #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;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #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 .red {
  color: #fff;
  padding: 10px;
  background-color: red;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th .blue {
  color: #fff;
  padding: 10px;
  background-color: blue;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media (max-width: 767px) {
  #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 (max-width: 1023px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 767px) {
  #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 (max-width: 1023px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #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 (max-width: 1023px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr.tel-number td input {
  width: 20% !important;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form table tr:first-child td,
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label,
#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:first-child td .mwform-radio-field input,
#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:first-child td .mwform-radio-field .mwform-radio-field-text,
#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(5) th span {
  background-color: blue;
}
#recruit_form .recruit_form form table tr:nth-child(5) td input {
  width: 20% !important;
}
@media (max-width: 1023px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #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;
  background: #e94b35;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  opacity: 0.7;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #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 (max-width: 767px) {
  #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 (max-width: 767px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  list-style: none;
}
@media (max-width: 767px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media (max-width: 767px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media (max-width: 1023px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media (max-width: 1023px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  #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;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  #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;
}
.navigation a {
  border: none;
  color: #1a1f2c;
}

.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 (max-width: 767px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  list-style: none;
}
@media (max-width: 1023px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media (max-width: 1023px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media (max-width: 767px) {
  #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;
  border-bottom: 1px solid #333;
}
@media (max-width: 1023px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  #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 (max-width: 1023px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media (max-width: 1023px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  #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 {
  color: #1a1f2c;
  font-size: 1vw;
  line-height: 2vw;
}
@media (max-width: 1023px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 767px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

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