@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

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

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28545/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (min-width: 1024px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  background-color: #f5f5f5;
  line-height: 2.1;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

ul, ol {
  list-style: none;
}

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

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container-wide {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E06C7A;
  margin-bottom: 1rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .section-label {
    gap: 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.28em;
    margin-bottom: 1.25rem;
  }
}
.section-label::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #E06C7A;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .section-label::before {
    width: 2rem;
  }
}
.section-label--center {
  justify-content: center;
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #0B132B;
}
.section-title--white {
  color: #FFFFFF;
}

/* ボタン */
.btn-copper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.125rem 2.75rem;
  background-color: #E06C7A;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.btn-copper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0B132B;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.btn-copper:hover::before {
  transform: translateX(100%);
}
.btn-copper > * {
  position: relative;
  z-index: 1;
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2.25rem;
  border: 1px solid #0B132B;
  color: #0B132B;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}
.btn-line:hover {
  background-color: #0B132B;
  color: #FFFFFF;
}

.btn-full {
  width: 100%;
}

/* 背景装飾用数字 */
.ghost-num {
  font-family: "Cinzel", serif;
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 900;
  line-height: 0.75;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 19, 43, 0.08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: -4rem;
  left: -1rem;
}

/* スクロール誘導アニメーション */
.scroll-indicator {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.scroll-indicator__text {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #666660;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 70px;
  background: linear-gradient(to bottom, #E06C7A, transparent);
  animation: scrollLine 2.2s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* フェードインアニメーション */
.fade-in-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(229, 229, 220, 0.6);
  background-color: rgba(249, 249, 247, 0.8);
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}
.site-header.is-scrolled {
  background-color: rgba(249, 249, 247, 0.95);
  border-bottom: 1px solid rgba(229, 229, 224, 0.9);
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand-logo__symbol {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #0B132B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  color: #0B132B;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.brand-logo:hover .brand-logo__symbol {
  background-color: #0B132B;
  color: #FFFFFF;
}
.brand-logo__text {
  display: flex;
  flex-direction: column;
}
.brand-logo__name {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #0B132B;
  line-height: 1;
}
.brand-logo__sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666660;
  margin-left: 0.25rem;
}
.brand-logo__en {
  font-family: "Poppins", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  color: #666660;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 2.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #0B132B;
}
@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
  }
}
.nav-desktop__link:hover {
  color: #E06C7A;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .header-actions {
    display: flex;
  }
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #0B132B;
}
.header-phone:hover {
  color: #E06C7A;
}
.header-phone__icon {
  font-size: 0.875rem;
  color: #E06C7A;
}
.header-phone__meta {
  display: flex;
  flex-direction: column;
}
.header-phone__label {
  font-size: 0.6875rem;
  color: #666660;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-phone__number {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0.125rem;
}

.menu-toggle {
  display: block;
  background: transparent;
  border: none;
  color: #0B132B;
  font-size: 1.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

/* モバイルドロワー */
.mobile-drawer {
  display: none;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E5E5E0;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.mobile-drawer.is-open {
  display: block;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #0B132B;
}
.mobile-nav__item {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(229, 229, 220, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav__icon {
  font-size: 0.75rem;
  color: #E06C7A;
}

.mobile-actions {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 3rem;
  }
}

.hero-content {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .hero-content {
    grid-column: span 6/span 6;
    z-index: 10;
  }
}

/* メインタイトル */
.hero-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 5.5vw, 3.125rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-title br {
  display: none;
}
@media (min-width: 640px) {
  .hero-title br {
    display: inline;
  }
}
.hero-title__highlight {
  color: #E06C7A;
  font-weight: 400;
}

/* 説明文 */
.hero-desc {
  color: #666660;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-desc br {
  display: none;
}
@media (min-width: 640px) {
  .hero-desc br {
    display: inline;
  }
}

/* 信頼実績（数字エリア） */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E5E5E0;
  width: 100%;
}
@media (min-width: 640px) {
  .hero-metrics {
    grid-template-columns: repeat(3, 1fr);
    max-width: 28rem;
    padding-top: 2rem;
    gap: 1.5rem;
  }
}

.hero-metric__num {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 4.5vw, 2.25rem);
  color: #0B132B;
  display: block;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero-metric__unit {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #E06C7A;
  font-weight: 400;
  margin-left: 0.15rem;
}
.hero-metric__label {
  font-size: 0.7rem;
  color: #666660;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: block;
  word-break: break-all;
}

.hero-frame {
  position: relative;
}
@media (min-width: 1024px) {
  .hero-frame {
    grid-column: span 6/span 6;
  }
}
.hero-frame__accent {
  display: none;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(224, 108, 122, 0.4);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 640px) {
  .hero-frame__accent {
    display: block;
  }
}

.hero-media {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #0B132B;
  aspect-ratio: 4/3;
}
.hero-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.9;
  transition: transform 1s ease;
}
.hero-media:hover .hero-media__img {
  transform: scale(1.05);
}
.hero-media__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 12, 24, 0.8), transparent, transparent);
}
.hero-media__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  color: #FFFFFF;
}
.hero-media__tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #E06C7A;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}
.hero-media__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 300;
  color: #E2E8F0;
}

/* Concept Section */
.concept-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #FFFFFF;
  position: relative;
  border-top: 1px solid #E5E5E0;
  border-bottom: 1px solid #E5E5E0;
}

.concept-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .concept-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1024px) {
  .concept-title-col {
    grid-column: span 5/span 5;
  }
}

@media (min-width: 1024px) {
  .concept-text-col {
    grid-column: span 7/span 7;
  }
}

.concept-statement {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  color: #1A1A1A;
  margin-bottom: 2rem;
}

.concept-body {
  color: #666660;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 2;
}

/* Strength Section */
.strength-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
  position: relative;
}

.strength-header {
  max-width: 36rem;
  margin-bottom: 6rem;
}

.strength-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 8rem;
}
.strength-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .strength-item {
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .strength-item--reverse .strength-content {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .strength-item--reverse .strength-media {
    order: 1;
  }
}

.strength-content {
  position: relative;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .strength-content {
    grid-column: span 6/span 6;
  }
}

.strength-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #E06C7A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.strength-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}

.strength-desc {
  color: #666660;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 2;
}

.strength-media {
  overflow: hidden;
  background-color: #0B132B;
  aspect-ratio: 16/10;
}
@media (min-width: 1024px) {
  .strength-media {
    grid-column: span 6/span 6;
  }
}
.strength-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.strength-media:hover .strength-media__img {
  transform: scale(1.05);
}

.philosophy-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
}
.philosophy-section .philosophy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 5rem;
}
.philosophy-section .philosophy-statement {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  color: #0B132B;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.philosophy-section .philosophy-body {
  color: #666660;
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  line-height: 2;
}

.creed-block {
  padding-top: 4rem;
  border-top: 1px solid #E5E5E0;
}
.creed-block .creed-header {
  margin-bottom: 2.5rem;
}
.creed-block .creed-header .creed-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  color: #E06C7A;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.creed-block .creed-header .creed-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  color: #0B132B;
  font-weight: 700;
}
.creed-block .creed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .creed-block .creed-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.creed-block .creed-card {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 2rem;
  position: relative;
  transition: border-color 0.3s ease;
}
.creed-block .creed-card:hover {
  border-color: #E06C7A;
}
.creed-block .creed-card__num {
  font-family: "Cinzel", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #E06C7A;
  display: block;
  margin-bottom: 0.5rem;
}
.creed-block .creed-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.5rem;
}
.creed-block .creed-card__desc {
  font-size: 0.95rem;
  color: #666660;
  line-height: 1.8;
}

.feature-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E5E5E0;
}
.feature-section .feature-header {
  max-width: 42rem;
  margin-bottom: 4rem;
}
.feature-section .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .feature-section .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-section .feature-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 2.5rem;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.feature-section .feature-card:hover {
  border-color: #E06C7A;
  transform: translateY(-4px);
}
.feature-section .feature-card__num {
  font-family: "Cinzel", serif;
  font-size: 2.75rem;
  font-weight: 900;
  color: rgba(11, 19, 43, 0.15);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.feature-section .feature-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  color: #0B132B;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.feature-section .feature-card__desc {
  color: #666660;
  font-size: 0.95rem;
  line-height: 2;
}

/* 製品（Products）セクション */
.products-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #070C18;
  color: #FFFFFF;
  position: relative;
}

.products-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .products-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.products-header__desc {
  color: #94A3B8;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  max-width: 28rem;
  margin-top: 1.5rem;
  line-height: 2;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #1F293D;
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-card {
  padding: 2rem;
  border-bottom: 1px solid #1F293D;
  transition: background-color 0.3s ease;
}
@media (min-width: 640px) {
  .product-card:nth-child(odd) {
    border-right: 1px solid #1F293D;
  }
}
.product-card:hover {
  background-color: rgba(11, 19, 43, 0.5);
}
.product-card__num {
  font-family: "Cinzel", serif;
  font-size: 0.875rem;
  color: #E06C7A;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.product-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.product-card__desc {
  color: #94A3B8;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  line-height: 2;
  margin-bottom: 1.5rem;
}
.product-card__link {
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #E06C7A;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-card:hover .product-card__link {
  color: #FFFFFF;
}
.product-card__arrow {
  font-size: 0.6875rem;
}

.brands-bar {
  padding-top: 2rem;
  border-top: 1px solid #1F293D;
}
.brands-bar__label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: #64748B;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5rem;
}
.brands-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #CBD5E1;
}

/* トピックスセクション */
.topics-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E5E5E0;
}

.topics-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .topics-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.topics-list {
  border-top: 1px solid #E5E5E0;
}

.topic-item {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #E5E5E0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 640px) {
  .topic-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.topic-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.topic-item__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .topic-item__meta {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.topic-item__date {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666660;
  flex-shrink: 0;
}
.topic-item__badge {
  padding: 0.2rem 0.75rem;
  border: 1px solid rgba(11, 19, 43, 0.2);
  color: #0B132B;
  font-weight: 700;
  font-size: 0.75rem;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
.topic-item__badge--accent {
  border-color: rgba(224, 108, 122, 0.3);
  color: #E06C7A;
}
.topic-item__title {
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  font-weight: 500;
  color: #1A1A1A;
  transition: color 0.3s ease;
}
.topic-item:hover .topic-item__title {
  color: #E06C7A;
}
.topic-item__icon {
  font-size: 0.875rem;
  color: #666660;
  display: none;
  transition: color 0.3s ease;
}
@media (min-width: 640px) {
  .topic-item__icon {
    display: block;
  }
}
.topic-item:hover .topic-item__icon {
  color: #E06C7A;
}

/* 採用（Recruit）セクション */
.recruit-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.recruit-banner {
  position: relative;
  background-color: #0B132B;
  color: #FFFFFF;
  overflow: hidden;
  padding: 2rem;
}
@media (min-width: 640px) {
  .recruit-banner {
    padding: 4rem;
  }
}
.recruit-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.recruit-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.recruit-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #070C18, rgba(11, 19, 43, 0.9), transparent);
}
.recruit-banner__content {
  position: relative;
  z-index: 10;
  max-width: 45rem;
}
.recruit-banner__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}
.recruit-banner__desc {
  color: #CBD5E1;
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  margin-bottom: 2rem;
  line-height: 2;
}

.recruit-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  color: #CBD5E1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .recruit-table {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit-table__item {
  display: flex;
  flex-direction: column;
}
.recruit-table__label {
  color: #E06C7A;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}
.recruit-table__val {
  color: #FFFFFF;
  font-weight: 500;
}

/* 会社概要（Company）セクション */
.company-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

.company-header {
  max-width: 36rem;
  margin-bottom: 5rem;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .company-grid {
    grid-template-columns: 7fr 5fr;
  }
}

@media (min-width: 640px) {
  .company-info {
    padding: 2rem;
  }
}
.company-info__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #0B132B;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E5E0;
}

.company-dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.95rem;
}
.company-dl__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(229, 229, 220, 0.6);
}
@media (min-width: 640px) {
  .company-dl__row {
    grid-template-columns: 1fr 2fr;
  }
}
.company-dl__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.company-dl__dt {
  font-weight: 700;
  color: #0B132B;
}
.company-dl__dd {
  color: #666660;
}

.company-map {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 640px) {
  .company-map {
    padding: 2rem;
  }
}
.company-map__frame {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  border: 1px solid rgba(229, 229, 220, 0.6);
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .company-map__frame {
    height: 24rem;
  }
}
.company-map__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.company-map__meta {
  font-size: 0.875rem;
  color: #666660;
  line-height: 2;
}
.company-map__name {
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.company-map__address {
  margin-bottom: 0.75rem;
}
.company-map__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #E06C7A;
  font-weight: 600;
}
.company-map__link:hover {
  text-decoration: underline;
}

/* お問い合わせ（Contact）セクション */
.contact-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #070C18;
  color: #FFFFFF;
  position: relative;
}

.contact-header {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.contact-header__desc {
  color: #94A3B8;
  margin-top: 1rem;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-card {
  border: 1px solid #1F293D;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.3s ease;
}
@media (min-width: 640px) {
  .contact-card {
    padding: 1.5rem;
  }
}
.contact-card:hover {
  border-color: #E06C7A;
}
.contact-card__tag {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #E06C7A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}
.contact-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.contact-card__desc {
  color: #94A3B8;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  margin-bottom: 2rem;
  line-height: 2;
}
.contact-card__phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #FFFFFF;
}
.contact-card__phone:hover {
  color: #E06C7A;
}
.contact-card__phone-icon {
  font-size: 1.75rem;
  color: #E06C7A;
}
.contact-card__phone-num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.125rem, 4vw, 2.5rem);
  letter-spacing: -0.02em;
}
.contact-card__hours {
  font-size: 0.8rem;
  color: #64748B;
  display: block;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(31, 41, 61, 0.8);
}

/* フッター（Footer） */
.site-footer {
  background-color: #070C18;
  color: #94A3B8;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 5fr 7fr;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.footer-brand__symbol {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #E06C7A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E06C7A;
  font-family: "Cinzel", serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.footer-brand__name {
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

.footer-address {
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 2;
  margin-bottom: 1rem;
}

.footer-meta {
  font-size: 0.8rem;
  color: #64748B;
  line-height: 2;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-links__title {
  font-weight: 700;
  color: #E06C7A;
  display: block;
  margin-bottom: 1rem;
}
.footer-links__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #94A3B8;
}
.footer-links__link:hover {
  color: #FFFFFF;
}

.footer-phone-label {
  font-size: 0.75rem;
  color: #64748B;
  margin-bottom: 0.25rem;
}

.footer-phone-num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFFFFF;
}
.footer-phone-num:hover {
  color: #E06C7A;
}

.footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.8);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #64748B;
  gap: 1rem;
}
@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
  }
}
.footer-bottom__tag {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6875rem;
}

.page-hero {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #0B132B;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.page-hero__inner {
  position: relative;
  z-index: 10;
}
.page-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.125rem, 5.5vw, 3.5rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.page-hero__subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  color: #CBD5E1;
  font-family: "Noto Serif JP", serif;
}

/* パンくずリスト（Breadcrumb） */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #94A3B8;
  margin-bottom: 1.5rem;
}
.breadcrumb__link {
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #FFFFFF;
}
.breadcrumb__separator {
  font-size: 0.6875rem;
  color: #64748B;
}
.breadcrumb__current {
  color: #E06C7A;
  font-weight: 500;
}

.feature-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
}

.feature-header {
  max-width: 42rem;
  margin-bottom: 4rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 2.5rem;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.feature-card:hover {
  border-color: #E06C7A;
  transform: translateY(-4px);
}
.feature-card__num {
  font-family: "Cinzel", serif;
  font-size: 2.75rem;
  font-weight: 900;
  color: rgba(11, 19, 43, 0.15);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.feature-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  color: #0B132B;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.feature-card__desc {
  color: #666660;
  font-size: 0.95rem;
  line-height: 2;
}

.company-overview-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

.company-table-container {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 2.5rem;
}
@media (min-width: 640px) {
  .company-table-container {
    padding: 3.5rem;
  }
}

.company-table-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  color: #0B132B;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0B132B;
}

.company-dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 0.95rem;
}
.company-dl__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E5E5E0;
}
@media (min-width: 640px) {
  .company-dl__row {
    grid-template-columns: 1fr 2.5fr;
  }
}
.company-dl__row:last-child {
  border-bottom: none;
}
.company-dl__dt {
  font-weight: 700;
  color: #0B132B;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.company-dl__dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E06C7A;
}
.company-dl__dd {
  color: #666660;
  line-height: 1.9;
}

.history-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
  border-top: 1px solid #E5E5E0;
  border-bottom: 1px solid #E5E5E0;
}

.history-timeline {
  position: relative;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
}
.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.375rem;
  width: 2px;
  background-color: #E5E5E0;
}

.history-item {
  position: relative;
  padding-bottom: 3rem;
}
.history-item:last-child {
  padding-bottom: 0;
}
.history-item__dot {
  position: absolute;
  left: -1.5rem;
  top: 0.85rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid #E06C7A;
  z-index: 10;
}
.history-item__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .history-item__content {
    grid-template-columns: 10rem 1fr;
    gap: 1.5rem;
  }
}
.history-item__year {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E06C7A;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.history-item__badge {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.125rem 0.5rem;
  background-color: #FDF2F4;
  color: #C54E60;
  border-radius: 2px;
  font-weight: 500;
}
.history-item__text {
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.8;
}

.access-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .access-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.access-map__frame {
  width: 100%;
  height: 24rem;
  border: 1px solid #E5E5E0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.access-map__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
  background-color: #FFFFFF;
  padding: 2.5rem;
  border: 1px solid #E5E5E0;
}
.access-info__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  color: #0B132B;
  margin-bottom: 1rem;
}
.access-info__dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.95rem;
  color: #666660;
  margin-bottom: 2rem;
}
.access-info__row {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
}
.access-info__dt {
  font-weight: 700;
  color: #0B132B;
}

.products-intro-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
}

.products-intro__lead {
  max-width: 52rem;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  color: #0B132B;
  line-height: 2.2;
  margin-bottom: 2rem;
}
.products-intro__desc {
  max-width: 52rem;
  color: #666660;
  font-size: 1rem;
  line-height: 2;
}

/* カテゴリー クイックナビゲーション */
.category-quicknav {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .category-quicknav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .category-quicknav {
    grid-template-columns: repeat(4, 1fr);
  }
}

.quicknav-card {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid #E5E5E0;
  border-radius: 2px;
  background-color: #0B132B;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.quicknav-card:hover {
  border-color: #E06C7A;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}
.quicknav-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.85;
}
.quicknav-card:hover .quicknav-card__img {
  transform: scale(1.08);
  opacity: 1;
}
.quicknav-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 12, 24, 0.9) 0%, rgba(7, 12, 24, 0.4) 60%, rgba(7, 12, 24, 0.2) 100%);
  transition: opacity 0.3s ease;
}
.quicknav-card__content {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.quicknav-card__num {
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E06C7A;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.quicknav-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quicknav-card__arrow {
  font-size: 0.875rem;
  color: #E06C7A;
  transition: transform 0.3s ease;
}
.quicknav-card:hover .quicknav-card__arrow {
  transform: translateX(4px);
  color: #FFFFFF;
}

.catalog-section {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}
.catalog-section__header {
  margin-bottom: 4rem;
}

.catalog-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.catalog-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 1.5rem;
  position: relative;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .catalog-card {
    padding: 3.5rem;
  }
}
.catalog-card:hover {
  border-color: #E06C7A;
}
.catalog-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #0B132B;
}
.catalog-card__num {
  font-family: "Cinzel", serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #E06C7A;
  line-height: 1;
}
.catalog-card__title-group {
  display: flex;
  flex-direction: column;
}
.catalog-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 2.8vw, 1.875rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.4;
}
.catalog-card__en {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #666660;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
.catalog-card__overview {
  font-size: 1rem;
  color: #666660;
  line-height: 2;
  margin-bottom: 2.5rem;
}

/* サブグループ グリッド layout */
.subgroups-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .subgroups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.subgroup-box {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 1rem;
}
@media (min-width: 768px) {
  .subgroup-box {
    padding: 1.5rem 1.75rem;
  }
}
.subgroup-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.subgroup-box__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E06C7A;
}
.subgroup-box__items {
  font-size: 0.95rem;
  color: #666660;
  line-height: 1.9;
}

/* タグ一覧 */
.catalog-tags-header {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.75rem;
  display: block;
  letter-spacing: 0.1em;
}

.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.catalog-tag {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 0.875rem;
  background-color: #FFFFFF;
  color: #0B132B;
  border: 1px solid #E5E5E0;
  border-radius: 2px;
}

.support-banner {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #0B132B;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E5E5E0;
  border-bottom: 1px solid #E5E5E0;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.support-content__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.support-content__desc {
  color: #CBD5E1;
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  line-height: 2.1;
  margin-bottom: 2rem;
}

.support-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .support-list {
    grid-template-columns: 1fr 1fr;
  }
}

.support-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.95rem;
  color: #CBD5E1;
  background-color: #16223D;
  padding: 1.25rem;
  border: 1px solid #1F293D;
}
.support-item__icon {
  color: #E06C7A;
  font-size: 1.25rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.support-item__title {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
  display: block;
}

.brands-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
}

.brands-header {
  max-width: 42rem;
  margin-bottom: 4rem;
}

.brands-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-card {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.brand-card:hover {
  border-color: #E06C7A;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}
.brand-card__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B132B;
}
.brand-card__badge {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  background-color: #FDF2F4;
  color: #C54E60;
  border-radius: 2px;
  text-transform: uppercase;
}

.recruit-intro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
}
.recruit-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.recruit-intro__lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.recruit-intro__text {
  color: #666660;
  font-size: 1rem;
  line-height: 2.1;
}

.person-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E5E5E0;
}

.person-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .person-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.person-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 2.5rem;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.person-card:hover {
  border-color: #E06C7A;
  transform: translateY(-4px);
}
.person-card__num {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #E06C7A;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.person-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.person-card__desc {
  font-size: 0.95rem;
  color: #666660;
  line-height: 2;
}

.env-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
}

.env-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 640px) {
  .env-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .env-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.env-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 2.5rem;
  align-items: center;
}
.env-box__tag {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #E06C7A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.env-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 1rem;
}
.env-box__desc {
  font-size: 0.95rem;
  color: #666660;
  line-height: 2;
}

.req-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

.req-container {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 3rem 2.5rem;
}
@media (min-width: 640px) {
  .req-container {
    padding: 4rem 3.5rem;
  }
}

.req-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  color: #0B132B;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0B132B;
}

.req-dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 0.95rem;
}
.req-dl__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5E5E0;
}
@media (min-width: 640px) {
  .req-dl__row {
    grid-template-columns: 1fr 2.5fr;
  }
}
.req-dl__row:last-child {
  border-bottom: none;
}
.req-dl__dt {
  font-weight: 700;
  color: #0B132B;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.req-dl__dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E06C7A;
}
.req-dl__dd {
  color: #666660;
  line-height: 2;
}

.req-contact-box {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #FDF2F4;
  border: 1px solid rgba(224, 108, 122, 0.3);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.req-contact-box__label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #C54E60;
}
.req-contact-box__val {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0B132B;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.flow-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #FFFFFF;
  border-top: 1px solid #E5E5E0;
  border-bottom: 1px solid #E5E5E0;
}

.flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 640px) {
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.flow-step {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 2rem;
  position: relative;
}
.flow-step__num {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #E06C7A;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.5rem;
}
.flow-step__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.5rem;
}
.flow-step__desc {
  font-size: 0.9rem;
  color: #666660;
  line-height: 1.8;
}

.topics-main {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

/* トピックス一覧コンテナ */
.topics-list-unified {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

/* トピックスカード（横型） */
.topic-horizontal-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  display: grid;
  grid-template-columns: 1fr;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .topic-horizontal-card {
    grid-template-columns: 2fr 3fr;
  }
}
.topic-horizontal-card:hover {
  border-color: #E06C7A;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.topic-horizontal-card__img-wrap {
  position: relative;
  width: 100%;
  min-height: 14rem;
  overflow: hidden;
  background-color: #0B132B;
}
@media (min-width: 768px) {
  .topic-horizontal-card__img-wrap {
    height: 100%;
  }
}
.topic-horizontal-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.topic-horizontal-card:hover .topic-horizontal-card__img {
  transform: scale(1.05);
}
.topic-horizontal-card__badge-pickup {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #E06C7A;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  z-index: 2;
}
.topic-horizontal-card__content {
  padding: 2.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topic-horizontal-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.topic-horizontal-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.topic-horizontal-card__excerpt {
  font-size: 0.95rem;
  color: #666660;
  line-height: 2;
  margin-bottom: 1.5rem;
}

/* メタ情報内の各種パーツ */
.post-date {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666660;
}

.post-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.625rem;
  border: 1px solid #E5E5E0;
  color: #0B132B;
  border-radius: 2px;
}
.post-tag--accent {
  border-color: rgba(224, 108, 122, 0.4);
  color: #E06C7A;
  background-color: #FDF2F4;
}

.urgent-phone-banner {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.urgent-phone__box {
  background-color: #FDF2F4;
  border: 1px solid rgba(224, 108, 122, 0.4);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .urgent-phone__box {
    padding: 3.5rem 3rem;
  }
}
.urgent-phone__tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #C54E60;
  text-transform: uppercase;
}
.urgent-phone__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.4;
}
.urgent-phone__desc {
  font-size: 0.95rem;
  color: #666660;
  max-width: 40rem;
  line-height: 1.9;
}
.urgent-phone__btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #0B132B;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.urgent-phone__btn:hover {
  color: #E06C7A;
}
.urgent-phone__icon {
  font-size: 2rem;
  color: #E06C7A;
}
.urgent-phone__meta {
  font-size: 0.85rem;
  color: #666660;
}

.contact-form-section {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

.form-container {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 3.5rem 2.5rem;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .form-container {
    padding: 4.5rem 3.5rem;
  }
}

/* フォーム見出し */
.form-intro {
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #0B132B;
}
.form-intro__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 1rem;
}
.form-intro__text {
  font-size: 0.95rem;
  color: #666660;
  line-height: 2;
}

/* フォーム本体 */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .form-row {
    grid-template-columns: 14rem 1fr;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* 入力ラベルと必須/任意バッジ */
.form-label {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0B132B;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.form-label__badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
.form-label__badge--required {
  background-color: #E06C7A;
  color: #FFFFFF;
}
.form-label__badge--optional {
  background-color: #CBD5E1;
  color: #0B132B;
}

/* 入力フィールド共通指定 */
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  transition: all 0.3s ease;
  outline: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #E06C7A;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(224, 108, 122, 0.15);
}

.form-textarea {
  min-height: 12rem;
  resize: vertical;
  line-height: 1.8;
}

/* 郵便番号入力グループ */
.form-zip-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.form-zip-group .form-input {
  max-width: 14rem;
}

/* ラジオボタンエリア */
.form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.form-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #1A1A1A;
  cursor: pointer;
}

.form-radio-input {
  accent-color: #E06C7A;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
}

.policy-box {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 1.5rem;
  font-size: 0.875rem;
  color: #666660;
  line-height: 1.9;
  max-height: 10rem;
  overflow-y: auto;
  margin-top: 1rem;
}
.policy-box h4 {
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.5rem;
}

.policy-agree-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.policy-checkbox {
  accent-color: #E06C7A;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.policy-agree-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0B132B;
  cursor: pointer;
}

.form-submit-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

.form-success-message {
  display: none;
  background-color: #FDF2F4;
  border: 1px solid #E06C7A;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 2rem;
}
.form-success-message.is-visible {
  display: block;
}
.form-success-message .form-success__icon {
  font-size: 3.5rem;
  color: #E06C7A;
  margin-bottom: 1rem;
}
.form-success-message .form-success__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 1rem;
}
.form-success-message .form-success__text {
  font-size: 1rem;
  color: #666660;
  line-height: 2;
}

.topic-detail-main {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f5f5f5;
}

/* 記事詳細カード */
.detail-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E0;
  padding: 2.5rem 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .detail-card {
    padding: 3.5rem 3rem;
  }
}
.detail-card .detail-header {
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #0B132B;
  margin-bottom: 3rem;
}
.detail-card .detail-header .detail-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.detail-card .detail-header .detail-meta .detail-date {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #666660;
}
.detail-card .detail-header .detail-meta .detail-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(224, 108, 122, 0.4);
  color: #E06C7A;
  background-color: #FDF2F4;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
.detail-card .detail-header .detail-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.625rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.detail-card .detail-eyecatch {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 28rem;
  overflow: hidden;
  background-color: #0B132B;
  margin-bottom: 3rem;
  border: 1px solid #E5E5E0;
}
.detail-card .detail-eyecatch__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-card .detail-body {
  font-size: 1.05rem;
  color: #1A1A1A;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
.detail-card .detail-body p {
  margin-bottom: 2rem;
}
.detail-card .detail-body h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.5;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E06C7A;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.detail-card .detail-body h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E06C7A;
}
.detail-card .detail-body h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #0B132B;
  line-height: 1.6;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid #0B132B;
}
.detail-card .detail-body ul {
  background-color: #f5f5f5;
  border: 1px solid #E5E5E0;
  padding: 1.75rem 2rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.detail-card .detail-body li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #1A1A1A;
}
.detail-card .detail-body li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #E06C7A;
  font-size: 0.85rem;
  top: 0;
}
.detail-card .callout-box {
  background-color: #FDF2F4;
  border: 1px solid rgba(224, 108, 122, 0.4);
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 2px;
}
.detail-card .callout-box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B132B;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.detail-card .callout-box__title i {
  color: #E06C7A;
}
.detail-card .callout-box__desc {
  font-size: 0.95rem;
  color: #666660;
  line-height: 2;
}
.detail-card .article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  border-top: 1px solid #E5E5E0;
  gap: 1rem;
}
.detail-card .article-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0B132B;
  transition: color 0.3s ease;
}
.detail-card .article-nav__btn:hover {
  color: #E06C7A;
}

.form-contents {
  padding: 0px !important;
  margin: auto;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */