@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/28531/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: 112.5%;
}

body {
  font-family: "Noto Sans JP", "Plus Jakarta Sans", sans-serif;
  background-color: #FAFAF8;
  color: #a2bd6c;
  line-height: 1.85;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

ul, ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container-center {
  text-align: center;
}

.section {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  position: relative;
}
.section-dark {
  background-color: #182B20;
  color: #FFFFFF;
}
.section-dark .section-sub {
  color: #C5A059;
}
.section-dark .section-desc {
  color: rgba(255, 255, 255, 0.75);
}
.section-pattern {
  background-image: radial-gradient(circle, rgba(24, 43, 32, 0.06) 1.5px, transparent 1.5px), linear-gradient(to right, rgba(24, 43, 32, 0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(24, 43, 32, 0.025) 1px, transparent 1px);
  background-size: 32px 32px, 64px 64px, 64px 64px;
}
.section-diagonal {
  background-color: #FFFFFF;
  background-image: repeating-linear-gradient(45deg, rgba(143, 163, 130, 0.03), rgba(143, 163, 130, 0.03) 12px, transparent 12px, transparent 24px);
}

/* Section Header Component */
.section-header {
  margin-bottom: 3.5rem;
}
.section-header.center {
  text-align: center;
}
.section-header.center .section-desc {
  margin-left: auto;
  margin-right: auto;
}
.section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .section-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-sub {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #8FA382;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.section-desc {
  margin-top: 1rem;
  font-size: 1.15rem;
  color: #555555;
}
.section-desc-mb-sm {
  margin-bottom: 1.5rem;
}
.section-desc-mb-md {
  margin-bottom: 2rem;
}
.section-desc-narrow {
  max-width: 430px;
  margin-top: 0;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.15rem 2.5rem;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}
.btn-full {
  width: 100%;
  justify-content: center;
}
.btn-gold {
  background: linear-gradient(135deg, #C5A059 0%, #A37F3B 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(197, 160, 89, 0.45);
  background: linear-gradient(135deg, #D8B36C 0%, #B58F48 100%);
}
.btn-outline {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}
.btn-outline:hover {
  background: #FFFFFF;
  color: #a2bd6c;
  border-color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.btn-forest {
  background-color: #a2bd6c;
  color: #FFFFFF;
  border: 1px solid #a2bd6c;
}
.btn-forest:hover {
  background-color: #728864;
  border-color: #728864;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(24, 43, 32, 0.25);
}
.btn-icon-sm {
  font-size: 0.95rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}
.site-header.scrolled {
  padding: 0.75rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-logo .logo-icon {
  width: 2.8rem;
  height: 2.8rem;
  color: #a2bd6c;
}
.site-logo .logo-text {
  display: flex;
  flex-direction: column;
}
.site-logo .logo-est {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #C5A059;
}
@media (max-width: 768px) {
  .site-logo .logo-est {
    font-size: 0.5rem;
  }
}
.site-logo .logo-name {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #111;
}
@media (max-width: 768px) {
  .site-logo .logo-name {
    font-size: 1.2rem;
  }
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .global-nav {
    display: none;
  }
}

.nav-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: #333;
  position: relative;
  padding: 0.25rem 0;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8FA382;
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}

.nav-btn {
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  background-color: #a2bd6c;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.nav-btn:hover {
  background-color: #8FA382;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #a2bd6c;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

/* Mobile Menu Drawer */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(24, 43, 32, 0.98);
  backdrop-filter: blur(12px);
  color: #FFFFFF;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: all 0.4s ease;
}
.mobile-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.mobile-nav-link {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-link-highlight {
  color: #C5A059;
}

.mobile-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
}
.mobile-close-btn:hover {
  color: #C5A059;
  transform: rotate(90deg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  padding-top: 7rem;
  overflow: hidden;
}
.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 6s ease;
}
.hero-slide-1 {
  background-image: url("https://images.unsplash.com/photo-1541888946425-d0fbb186a5b3?auto=format&fit=crop&w=2000&q=80");
}
.hero-slide-2 {
  background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=2000&q=80");
}
.hero-slide-3 {
  background-image: url("https://images.unsplash.com/photo-1590486803833-1c5dc8ddd4c8?auto=format&fit=crop&w=2000&q=80");
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 43, 32, 0.6) 0%, rgba(24, 43, 32, 0.35) 50%, rgba(24, 43, 32, 0.88) 100%);
  z-index: 5;
}
.hero-content {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  max-width: 820px;
}
.hero-tag {
  display: inline-block;
  font-size: clamp(0.5rem, 1.4vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #C5A059;
  margin-bottom: 1rem;
  padding: 0.35rem 0.9rem;
  background: rgba(197, 160, 89, 0.15);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 4px;
}
.hero-title {
  font-size: clamp(1.5rem, 6vw, 4.4rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.hero-desc {
  font-size: clamp(0.7rem, 1.8vw, 1rem);
  line-height: 1.85;
  opacity: 0.95;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  max-width: 720px;
}

.badge-100th {
  position: absolute;
  top: 7.5rem;
  right: 2rem;
  z-index: 10;
  background: rgba(24, 43, 32, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 1rem;
  padding: 1.25rem 1.75rem;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .badge-100th {
    top: 8.5rem;
    right: 1rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .badge-100th {
    top: 6.5rem;
    right: 0.5rem;
    padding: 0.5rem;
  }
}
.badge-100th .badge-sub {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #C5A059;
}
@media (max-width: 768px) {
  .badge-100th .badge-sub {
    font-size: 0.7rem;
  }
}
.badge-100th .badge-main {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0.2rem 0;
}
.badge-100th .badge-foot {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}

.news-section {
  background-color: #FFFFFF;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(24, 43, 32, 0.1);
  position: relative;
  z-index: 10;
}

.news-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.news-header-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: #a2bd6c;
  letter-spacing: 0.05em;
}
.news-header-sub {
  font-size: 0.95rem;
  font-weight: 700;
  color: #555555;
  margin-top: 0.35rem;
  display: block;
}

.news-scroll-container {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 1rem;
}
.news-scroll-container::-webkit-scrollbar {
  width: 5px;
}
.news-scroll-container::-webkit-scrollbar-track {
  background: rgba(24, 43, 32, 0.05);
  border-radius: 10px;
}
.news-scroll-container::-webkit-scrollbar-thumb {
  background: #8FA382;
  border-radius: 10px;
}
.news-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #728864;
}

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

.news-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px dotted rgba(24, 43, 32, 0.2);
  font-size: 1.05rem;
  transition: all 0.25s ease;
}
.news-item:first-child {
  padding-top: 0;
}
.news-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .news-item {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 1rem 0;
  }
  .news-item .news-date {
    font-size: 0.95rem;
  }
  .news-item .news-category {
    font-size: 0.85rem;
  }
  .news-item .news-text {
    width: 100%;
    flex: none;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
  }
}

.news-date {
  font-family: "Plus Jakarta Sans", monospace;
  font-size: 1.05rem;
  color: #777777;
  white-space: nowrap;
}

.news-category {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  background-color: #a2bd6c;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.news-text {
  color: #333;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.philosophy-visual {
  position: relative;
}
.philosophy-visual:hover img {
  transform: scale(1.05);
}

.philosophy-img-wrap {
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(24, 43, 32, 0.1);
}
.philosophy-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}

.philosophy-bg-box {
  position: absolute;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  background-color: #E8EFE5;
  border-radius: 1rem;
  z-index: -1;
}

.watermark-100 {
  position: absolute;
  top: -4rem;
  right: -2rem;
  font-size: 12rem;
  font-weight: 900;
  color: rgba(24, 43, 32, 0.04);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.quote-card {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-left: 4px solid #8FA382;
  border-radius: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.quote-card .quote-author {
  font-size: 1.45rem;
  font-weight: 900;
}
.quote-card .quote-role {
  font-size: 0.9rem;
  color: #555555;
}
.quote-card .quote-badge {
  font-family: monospace;
  font-size: 0.95rem;
  color: #8FA382;
  font-weight: 700;
}

.svg-motif {
  position: absolute;
  pointer-events: none;
  opacity: 0.12;
  z-index: 0;
}
.svg-motif-top-left {
  top: 2rem;
  left: 2rem;
  width: 16rem;
  height: 16rem;
}
.svg-motif-bottom-right {
  bottom: 2rem;
  right: 2rem;
  width: 20rem;
  height: 20rem;
}

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

.strength-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.strength-card:hover {
  border-color: #C5A059;
  transform: translateY(-5px);
}
.strength-card .strength-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.strength-card .strength-num {
  font-family: monospace;
  font-size: 2.4rem;
  font-weight: 700;
  color: #C5A059;
}
.strength-card .strength-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C5A059;
  font-size: 1.45rem;
}
.strength-card .strength-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.strength-card .strength-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}
.strength-card .strength-tag {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: monospace;
  font-size: 0.85rem;
  color: #C5A059;
  font-weight: 700;
}

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

.service-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(24, 43, 32, 0.1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.service-card:hover .service-thumb img {
  transform: scale(1.08);
}
.service-card .service-thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.service-card .service-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card .service-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.9rem;
  background: rgba(157, 184, 103, 0.85);
  backdrop-filter: blur(4px);
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 0.8rem;
  font-family: monospace;
  font-weight: 700;
}
.service-card .service-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card .service-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.service-card .service-desc {
  font-size: 1.05rem;
  color: #555555;
  line-height: 1.7;
}
.service-card .service-foot {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 700;
  color: #8FA382;
}

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

.page-card {
  background-color: #FAFAF8;
  border: 1px solid rgba(24, 43, 32, 0.1);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #8FA382;
}
.page-card:hover .page-num {
  background-color: #8FA382;
  color: #FFFFFF;
}
.page-card .page-num {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  background-color: #a2bd6c;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  transition: background 0.3s ease;
}
.page-card .page-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.page-card .page-desc {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 1.5rem;
}
.page-card .page-link-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: #8FA382;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stats-box {
  background-color: #182B20;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.stats-grid {
  display: grid;
  grid-template-columns: 6fr 7fr;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.stats-title {
  margin-bottom: 1rem;
}

.stats-desc {
  font-size: 1.05rem;
  opacity: 0.8;
  line-height: 1.8;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1.25rem 1rem;
  text-align: center;
}
.stat-card .stat-name {
  display: block;
  font-size: 0.7rem;
  color: #C5A059;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.stat-card .stat-val {
  font-family: monospace;
  font-size: 2.6rem;
  font-weight: 700;
}
.stat-card .stat-unit {
  font-size: 1.05rem;
  font-family: "Noto Sans JP", "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin-left: 0.25rem;
}

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

.data-list {
  border-top: 1px solid rgba(24, 43, 32, 0.1);
  margin-bottom: 2rem;
}

.data-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(24, 43, 32, 0.1);
  font-size: 1.05rem;
}
.data-row .data-term {
  font-weight: 700;
}
.data-row .data-desc {
  color: #555555;
}

.map-wrap {
  width: 100%;
  height: 580px;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .map-wrap {
    height: 380px;
  }
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-header {
  margin-bottom: 2rem;
}

.contact-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-cta-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  border-radius: 1.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-card-glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.3);
}
.contact-card-white {
  background-color: #FFFFFF;
  color: #a2bd6c;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.contact-card-sub-gold {
  font-size: 0.95rem;
  color: #C5A059;
  font-weight: 700;
}
.contact-card-sub-sage {
  font-size: 0.95rem;
  color: #8FA382;
  font-weight: 700;
}
.contact-card-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.contact-card-desc {
  font-size: 0.95rem;
  color: #555555;
}
.contact-card-note {
  font-size: 0.85rem;
  opacity: 0.6;
}
.contact-card-btn-wrap {
  margin-top: 2rem;
}

.tel-num {
  font-family: monospace;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0.5rem 0;
  display: block;
}
.tel-num:hover {
  color: #C5A059;
}

.site-footer {
  background-color: #a2bd6c;
  color: #FFFFFF;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
}
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-footer .footer-logo-icon {
  width: 2.8rem;
  height: 2.8rem;
  color: #C5A059;
}
.site-footer .footer-logo-text {
  font-weight: 700;
  font-size: 1.2rem;
}
.site-footer .footer-nav {
  display: flex;
  gap: 1.5rem;
  font-weight: 700;
}
.site-footer .footer-copy {
  opacity: 0.5;
  font-size: 0.85rem;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  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);
}

.page-hero {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 4.5rem;
  background-color: #a2bd6c;
  color: #FFFFFF;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1541888946425-d0fbb186a5b3?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  filter: grayscale(30%);
}
.page-hero-content {
  position: relative;
  z-index: 10;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #C5A059;
  margin-bottom: 1rem;
  font-weight: 700;
}
.breadcrumb-separator {
  opacity: 0.5;
}

.page-title {
  font-size: clamp(2.6rem, 5.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-sub-title {
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-weight: 700;
}

.message-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4.5rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .message-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.message-visual {
  position: sticky;
  top: 6rem;
}
@media (max-width: 1024px) {
  .message-visual {
    position: static;
  }
}

.message-img-box {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(24, 43, 32, 0.1);
  aspect-ratio: 4/5;
}
.message-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(24, 43, 32, 0.9);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 1.25rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(197, 160, 89, 0.3);
}
.message-badge-title {
  font-size: 0.85rem;
  color: #C5A059;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.message-badge-name {
  font-size: 1.45rem;
  font-weight: 900;
  margin-top: 0.2rem;
}

.message-statement-title {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 900;
  line-height: 1.4;
  color: #a2bd6c;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.5rem;
  border-left: 4px solid #C5A059;
}

.message-body {
  font-size: 1.15rem;
  color: #a2bd6c;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.highlight-quote {
  background-color: #E8EFE5;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border-left: 4px solid #8FA382;
  font-weight: 700;
  color: #a2bd6c;
  margin: 0.5rem 0;
  font-size: 1.2rem;
}

.signature-block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(24, 43, 32, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.signature-block .sig-role {
  font-size: 0.95rem;
  font-weight: 700;
  color: #555555;
}
.signature-block .sig-name {
  font-size: 1.75rem;
  font-weight: 900;
  color: #a2bd6c;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

.company-detail-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(24, 43, 32, 0.1);
}
.company-detail-table th, .company-detail-table td {
  padding: 1.35rem 1.75rem;
  border-bottom: 1px solid rgba(24, 43, 32, 0.1);
  font-size: 1.05rem;
}
.company-detail-table tr:last-child th, .company-detail-table tr:last-child td {
  border-bottom: none;
}
.company-detail-table th {
  width: 25%;
  background-color: rgba(24, 43, 32, 0.02);
  font-weight: 700;
  color: #a2bd6c;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.company-detail-table td {
  color: #555555;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .company-detail-table {
    display: block;
  }
  .company-detail-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(24, 43, 32, 0.1);
  }
  .company-detail-table th, .company-detail-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0.85rem 1.25rem;
  }
  .company-detail-table th {
    background-color: transparent;
    padding-bottom: 0.25rem;
    color: #A37F3B;
  }
}

.table-highlight {
  font-weight: 700;
  color: #a2bd6c;
}

.map-container {
  margin-top: 3rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  height: 420px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.qualifications-box {
  background-color: #a2bd6c;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.qualifications-header {
  margin-bottom: 2.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .qualifications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .qualifications-grid {
    grid-template-columns: 1fr;
  }
}

.qual-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.qual-card:hover {
  border-color: #C5A059;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.qual-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
}

.qual-count {
  font-family: monospace;
  font-size: 2.6rem;
  font-weight: 700;
  color: #C5A059;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.qual-unit {
  font-family: "Noto Sans JP", "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.qual-note-box {
  margin-top: 2.5rem;
  padding: 0.5rem;
  background: rgba(197, 160, 89, 0.15);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 0.75rem;
  text-align: center;
  font-size: 1.05rem;
  color: #FFFFFF;
}

.mgmt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .mgmt-grid {
    grid-template-columns: 1fr;
  }
}

.mgmt-card {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2.25rem;
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.mgmt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #8FA382;
}
.mgmt-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.mgmt-num {
  font-family: "Plus Jakarta Sans", monospace;
  font-size: 2.4rem;
  font-weight: 800;
  color: #8FA382;
}

.mgmt-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #E8EFE5;
  color: #a2bd6c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.mgmt-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #a2bd6c;
  margin-bottom: 0.75rem;
}

.mgmt-desc {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
}

.mgmt-tag {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.35rem 0.85rem;
  background-color: #E8EFE5;
  color: #a2bd6c;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-detail-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.service-detail-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.5rem;
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
}
.service-detail-item:hover .service-detail-img-box img {
  transform: scale(1.05);
}
.service-detail-item.reverse {
  direction: rtl;
}
.service-detail-item.reverse .service-detail-content,
.service-detail-item.reverse .service-detail-img-box {
  direction: ltr;
}
@media (max-width: 1024px) {
  .service-detail-item {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.75rem;
  }
  .service-detail-item.reverse {
    direction: ltr;
  }
}

.service-detail-img-box {
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(24, 43, 32, 0.1);
}
.service-detail-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.service-category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(24, 43, 32, 0.88);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-detail-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E8EFE5;
}

.service-detail-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #a2bd6c;
  line-height: 1.35;
}

.service-detail-sub {
  font-size: 0.95rem;
  font-weight: 700;
  color: #728864;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.35rem;
}

.service-detail-body {
  font-size: 1.15rem;
  color: #555555;
  line-height: 1.95;
  margin-bottom: 1.5rem;
}

.service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #a2bd6c;
  background-color: #FAFAF8;
  padding: 0.75rem 1.2rem;
  border-radius: 8px;
  border: 1px solid rgba(24, 43, 32, 0.1);
}

.service-feature-icon {
  color: #8FA382;
}

.service-note {
  font-size: 0.95rem;
  color: #555555;
  margin-top: 0.75rem;
  display: block;
}

.anchor-nav-sticky {
  position: sticky;
  top: 80px;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24, 43, 32, 0.1);
  padding: 0.85rem 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.anchor-nav-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.anchor-nav-list::-webkit-scrollbar {
  display: none;
}

.anchor-nav-item {
  padding: 0.55rem 1.2rem;
  border-radius: 50px;
  background-color: #FAFAF8;
  color: #a2bd6c;
  border: 1px solid rgba(24, 43, 32, 0.1);
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.anchor-nav-item:hover {
  background-color: #a2bd6c;
  color: #FFFFFF;
  border-color: #a2bd6c;
}

.category-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #a2bd6c;
}

.category-header-title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 800;
  color: #a2bd6c;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.category-num-badge {
  font-family: "Plus Jakarta Sans", monospace;
  font-size: 1.15rem;
  font-weight: 800;
  color: #C5A059;
  background-color: #a2bd6c;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
}

.subcategory-block {
  margin-bottom: 3rem;
}
.subcategory-block:last-child {
  margin-bottom: 0;
}

.subcategory-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.subcategory-icon {
  color: #8FA382;
  font-size: 1.05rem;
}

.subcategory-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #a2bd6c;
  padding-left: 0.5rem;
  border-left: 3px solid #8FA382;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  transition: all 0.35s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  border-color: #8FA382;
}
.gallery-card:hover .gallery-thumb img {
  transform: scale(1.08);
}
.gallery-card:hover .gallery-zoom-icon {
  opacity: 1;
  transform: scale(1);
}

.gallery-thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #E8EFE5;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(24, 43, 32, 0.88);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-zoom-icon {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #a2bd6c;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
}

.phone-banner-card {
  background-color: #a2bd6c;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: clamp(2rem, 4vw, 3.25rem);
  box-shadow: 0 15px 35px rgba(24, 43, 32, 0.15);
  display: grid;
  grid-template-columns: 7fr 7fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .phone-banner-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.phone-banner-label {
  display: inline-block;
  padding: 0.35rem 1rem;
  background-color: rgba(197, 160, 89, 0.2);
  color: #C5A059;
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.phone-banner-title {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.phone-banner-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.phone-call-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.25rem;
  padding: 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.phone-number-link {
  font-family: "Plus Jakarta Sans", monospace;
  font-size: clamp(2.3rem, 4vw, 2.3rem);
  font-weight: 800;
  color: #C5A059;
  letter-spacing: 0.05em;
  margin: 0.25rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.phone-number-link:hover {
  color: #FFFFFF;
  transform: scale(1.03);
}

.phone-time-note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.form-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(24, 43, 32, 0.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-group {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(24, 43, 32, 0.1);
}
.form-group:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .form-group {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.form-label-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.65rem;
}
@media (max-width: 768px) {
  .form-label-wrap {
    padding-top: 0;
  }
}

.form-label {
  font-size: 1.15rem;
  font-weight: 700;
  color: #a2bd6c;
}

.badge-req {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #D9534F;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 3px;
}

.badge-opt {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #E8EFE5;
  color: #a2bd6c;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 3px;
}

.type-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
@media (max-width: 640px) {
  .type-selector-grid {
    grid-template-columns: 1fr;
  }
}

.type-radio-btn {
  position: relative;
}
.type-radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.type-radio-btn input[type=radio]:checked + .type-radio-label {
  background-color: #a2bd6c;
  color: #FFFFFF;
  border-color: #a2bd6c;
  box-shadow: 0 4px 12px rgba(24, 43, 32, 0.2);
}

.type-radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.95rem 1rem;
  background-color: #FAFAF8;
  border: 1px solid rgba(24, 43, 32, 0.1);
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #a2bd6c;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.95rem 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(24, 43, 32, 0.1);
  background-color: #FAFAF8;
  font-family: "Noto Sans JP", "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  color: #a2bd6c;
  transition: all 0.3s ease;
  outline: none;
}
.form-input:focus,
.form-textarea:focus {
  background-color: #FFFFFF;
  border-color: #8FA382;
  box-shadow: 0 0 0 3px rgba(143, 163, 130, 0.2);
}

.form-textarea {
  resize: vertical;
  min-height: 180px;
}

.privacy-box {
  background-color: #FAFAF8;
  border: 1px solid rgba(24, 43, 32, 0.1);
  border-radius: 10px;
  padding: 1.25rem;
  max-height: 200px;
  overflow-y: auto;
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.privacy-box::-webkit-scrollbar {
  width: 6px;
}
.privacy-box::-webkit-scrollbar-thumb {
  background-color: #8FA382;
  border-radius: 10px;
}

.privacy-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
}
.privacy-check-wrap input[type=checkbox] {
  width: 1.35rem;
  height: 1.35rem;
  accent-color: #a2bd6c;
  cursor: pointer;
}

.submit-wrap {
  text-align: center;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #C5A059 0%, #A37F3B 100%);
  color: #FFFFFF;
  border: none;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.35);
  transition: all 0.35s ease;
}
.btn-submit:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(197, 160, 89, 0.5);
}
.btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.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 */