@charset "UTF-8";
:root {
  --main-color: var(--main-color, #004831);
  --accent-color: var(--accent-color, #a8c660);
  --text-color: var(--text-color, #004831);
  --link-color: var(--link-color, #004831);
  --hover-color: var(--hover-color, #0d6045);
  --bg-color: var(--bg-color, #FFFFFF);
  --border-color: var(--border-color, #ddd);
  --success-color: var(--success-color, #06C755);
  --error-color: var(--error-color, #F44336);
  --warning-color: var(--warning-color, #FF9800);
  --info-color: var(--info-color, #2196F3);
  --header-bg-color: var(--header-bg-color, #FFFFFF);
  --header-text-color: var(--header-text-color, #004831);
  --header-border-color: var(--header-border-color, #f3f8f6);
  --header-info-bg-color: var(--header-info-bg-color, #004831);
  --header-info-accent-color: var(--header-info-accent-color, #a8c660);
  --header-info-text-color: var(--header-info-text-color, #FFFFFF);
  --header-hamburger-bg-color: var(--header-hamburger-bg-color, #004831);
  --header-menu-hover-color: var(--header-menu-hover-color, #004831);
  --header-drawer-hover-bg-color: var(--header-drawer-hover-bg-color, #004831);
  --header-drawer-text-color: var(--header-drawer-text-color, #004831);
  --header-drawer-bg-color: var(--header-drawer-bg-color, #FFFFFF);
  --header-drawer-hover-color: var(--header-drawer-hover-color, #0d6045);
  --header-drawer-action-bg-color: var(--header-drawer-action-bg-color, #f3f8f6);
  --hero-bg-color: var(--hero-bg-color, #f3f8f6);
  --hero-title-color: var(--hero-title-color, #004831);
  --hero-text-color: var(--hero-text-color, #004831);
  --hero-accent-color: var(--hero-accent-color, #a8c660);
  --news-bar-bg-color: var(--news-bar-bg-color, #FFFFFF);
  --news-bar-text-color: var(--news-bar-text-color, #004831);
  --news-bar-date-color: var(--news-bar-date-color, #004831);
  --news-bar-hover-color: var(--news-bar-hover-color, #0d6045);
  --news-bar-category-badge-color: var(--news-bar-category-badge-color, #004831);
  --news-bar-category-text-color: var(--news-bar-category-text-color, #FFFFFF);
  --service-bg-color: var(--service-bg-color, #f3f8f6);
  --service-title-color: var(--service-title-color, #004831);
  --service-desc-color: var(--service-desc-color, #004831);
  --service-text-color: var(--service-text-color, #004831);
  --service-box-bg-color: var(--service-box-bg-color, #f3f8f6);
  --service-box-text-color: var(--service-box-text-color, #f3f8f6);
  --service-box-border-color: var(--service-box-border-color, #f3f8f6);
  --features-bg-color: var(--features-bg-color, #FFFFFF);
  --features-title-color: var(--features-title-color, #004831);
  --features-desc-color: var(--features-desc-color, #004831);
  --features-text-color: var(--features-text-color, #004831);
  --features-num-color: var(--features-num-color, #004831);
  --flow-bg-color: var(--flow-bg-color, #f3f8f6);
  --flow-title-color: var(--flow-title-color, #004831);
  --flow-desc-color: var(--flow-desc-color, #004831);
  --flow-text-color: var(--flow-text-color, #004831);
  --flow-card-bg-color: var(--flow-card-bg-color, #FFFFFF);
  --flow-card-text-color: var(--flow-card-text-color, #004831);
  --faq-bg-color: var(--faq-bg-color, #FFFFFF);
  --faq-title-color: var(--faq-title-color, #004831);
  --faq-desc-color: var(--faq-desc-color, #004831);
  --faq-text-color: var(--faq-text-color, #004831);
  --faq-active-bg-color: var(--faq-active-bg-color, #f3f8f6);
  --faq-hover-bg-color: var(--faq-hover-bg-color, #f3f8f6);
  --faq-answer-color: var(--faq-answer-color, #a8c660);
  --faq-answer-bg-color: var(--faq-answer-bg-color, #FFFFFF);
  --faq-question-color: var(--faq-question-color, #004831);
  --faq-question-bg-color: var(--faq-question-bg-color, #FFFFFF);
  --faq-icon-color: var(--faq-icon-color, #FFFFFF);
  --faq-border-color: var(--faq-border-color, #ddd);
  --access-bg-color: var(--access-bg-color, #FFFFFF);
  --access-title-color: var(--access-title-color, #004831);
  --access-desc-color: var(--access-desc-color, #004831);
  --access-text-color: var(--access-text-color, #004831);
  --access-border-color: var(--access-border-color, #ddd);
  --cta-bg-color: var(--cta-bg-color, #f3f8f6);
  --cta-title-color: var(--cta-title-color, #004831);
  --cta-desc-color: var(--cta-desc-color, #004831);
  --cta-text-color: var(--cta-text-color, #004831);
  --cta-phone-color: var(--cta-phone-color, #004831);
  --news-bg-color: var(--news-bg-color, #f3f8f6);
  --news-title-color: var(--news-title-color, #004831);
  --news-desc-color: var(--news-desc-color, #004831);
  --news-text-color: var(--news-text-color, #004831);
  --news-border-color: var(--news-border-color, #ddd);
  --news-hover-color: var(--news-hover-color, #0d6045);
  --news-category-badge-color: var(--news-category-badge-color, #004831);
  --news-category-text-color: var(--news-category-text-color, #FFFFFF);
  --blog-bg-color: var(--blog-bg-color, #FFFFFF);
  --blog-title-color: var(--blog-title-color, #004831);
  --blog-date-color: var(--blog-date-color, #004831);
  --blog-text-color: var(--blog-text-color, #004831);
  --blog-card-bg-color: var(--blog-card-bg-color, #FFFFFF);
  --blog-card-border-color: var(--blog-card-border-color, #FFFFFF);
  --blog-category-badge-color: var(--blog-category-badge-color, #004831);
  --blog-category-text-color: var(--blog-category-text-color, #FFFFFF);
  --footer-bg-color: var(--footer-bg-color, #004831);
  --footer-accent-color: var(--footer-accent-color, #a8c660);
  --footer-text-color: var(--footer-text-color, #FFFFFF);
  --footer-link-hover-color: var(--footer-link-hover-color, #f3f8f6);
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --content-space-large: clamp(3rem, 5vw, 6rem);
  --content-space-small: 1rem;
  --content-max-width: 1440px;
  --base-font: 'Segoe UI', 'Roboto', -apple-system, 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --accent-font: 'Jost', 'Noto Sans JP', sans-serif;
}

/* ====================================================
   Reset CSS (Modern Normalization)
   ==================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

body {
  line-height: 1.5;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg-color, #FFFFFF);
}

.inner, .c-blog__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .inner, .c-blog__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.inner--1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .inner--1200 {
    padding: 0 var(--content-space-small, 1rem);
  }
}

.u-section-pad, .c-blog {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .u-section-pad, .c-blog {
    padding: 60px 0;
  }
}

.u-img-16x9, .c-blog-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
}
.u-img-16x9 img, .c-blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
}
.c-pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination ul.page-numbers li a,
.c-pagination ul.page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: transparent;
  box-sizing: border-box;
}
.c-pagination ul.page-numbers li a:not(.current):not(.dots):hover,
.c-pagination ul.page-numbers li span:not(.current):not(.dots):hover {
  background-color: #333;
  color: #fff;
}
.c-pagination ul.page-numbers li a.current,
.c-pagination ul.page-numbers li span.current {
  background-color: #333;
  color: #fff;
}
.c-pagination ul.page-numbers li a.dots,
.c-pagination ul.page-numbers li span.dots {
  border-color: transparent;
  background-color: transparent;
  color: #888;
  cursor: default;
}
.c-pagination ul.page-numbers li a.prev, .c-pagination ul.page-numbers li a.next,
.c-pagination ul.page-numbers li span.prev,
.c-pagination ul.page-numbers li span.next {
  border-radius: 50px;
  padding: 0 22px;
  width: auto;
  min-width: 80px;
}

.widget-parts,
.widget_archive,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_entries,
.widget_recent_comments,
.widget_nav_menu {
  padding-bottom: 2rem;
}
.widget-parts .widget-title,
.widget-parts .widgettitle,
.widget-parts h2,
.widget-parts h3,
.widget-parts h4,
.widget_archive .widget-title,
.widget_archive .widgettitle,
.widget_archive h2,
.widget_archive h3,
.widget_archive h4,
.widget_categories .widget-title,
.widget_categories .widgettitle,
.widget_categories h2,
.widget_categories h3,
.widget_categories h4,
.widget_pages .widget-title,
.widget_pages .widgettitle,
.widget_pages h2,
.widget_pages h3,
.widget_pages h4,
.widget_meta .widget-title,
.widget_meta .widgettitle,
.widget_meta h2,
.widget_meta h3,
.widget_meta h4,
.widget_recent_entries .widget-title,
.widget_recent_entries .widgettitle,
.widget_recent_entries h2,
.widget_recent_entries h3,
.widget_recent_entries h4,
.widget_recent_comments .widget-title,
.widget_recent_comments .widgettitle,
.widget_recent_comments h2,
.widget_recent_comments h3,
.widget_recent_comments h4,
.widget_nav_menu .widget-title,
.widget_nav_menu .widgettitle,
.widget_nav_menu h2,
.widget_nav_menu h3,
.widget_nav_menu h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1.25rem 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.widget-parts ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget-parts li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_nav_menu li {
  margin-bottom: 0.75rem;
}
.widget-parts li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget-parts a,
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.widget-parts a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover {
  opacity: 0.7;
}

.c-section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-title--dark-green {
  color: #004831;
}
.c-section-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1.8rem;
  }
}
.c-section-title__label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-title__label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.c-section-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-desc {
    font-size: 0.95rem;
  }
}
.c-section-desc p {
  margin: 0 0 1em;
}
.c-section-desc p:last-child {
  margin-bottom: 0;
}

.footer-widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

ul,
ol {
  margin-left: 2rem;
  margin-right: 2rem;
}

.l-container {
  background: var(--bg-color, #FFFFFF);
}

.l-header {
  background: var(--header-bg-color, #FFFFFF);
  width: 100%;
  position: relative;
}
.l-header__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .l-header__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 80px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.l-header__info-bar {
  display: flex;
  align-items: center;
  background: var(--header-info-bg-color, #004831);
  border-bottom: 3px solid var(--header-info-accent-color, #a8c660);
  line-height: 1.5rem;
  position: relative;
  z-index: 101;
}
.l-header__info-bar p {
  color: var(--header-info-text-color, #FFFFFF);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 0.25rem 0;
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo img {
  display: block;
  height: 48px;
  width: auto;
  transition: opacity 0.3s ease;
}
.l-header__logo img:hover {
  opacity: 0.7;
}
.l-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-header__actions {
    display: none;
  }
}
.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
  position: relative;
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--header-hamburger-bg-color, #004831);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  display: none;
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
  }
}
.l-header__drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header__drawer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    display: block;
  }
}
.l-header__drawer-panel {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: var(--header-drawer-bg-color, #FFFFFF);
  opacity: 1;
  margin-left: auto;
  overflow-y: auto;
  pointer-events: auto;
}
.l-header__drawer-inner {
  padding: calc(var(--header-height, 120px) + 20px) 20px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.l-header__drawer-inner .drawer-hero-action {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding: 40px;
  background: var(--header-drawer-action-bg-color, #f3f8f6);
  color: var(--header-drawer-text-color, #004831);
  text-align: center;
  box-sizing: border-box;
}
.l-header__drawer-inner .drawer-hero-action__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.l-header__drawer-inner .drawer-hero-action__desc {
  font-size: 0.85rem;
  margin: 0 0 20px;
  opacity: 0.9;
}
.l-header__drawer-inner .drawer-hero-action__note {
  font-size: 0.7rem;
  line-height: 1.4;
  opacity: 0.8;
  margin: 0;
}
.l-header__drawer-inner .drawer-hero-action__note a {
  color: #ffffff;
  text-decoration: underline;
}
.l-header__drawer-inner .drawer-hero-action__note a:hover {
  text-decoration: none;
}
.l-header__drawer-inner .l-header__drawer-actions {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__drawer-inner .l-header__drawer-actions {
    display: block;
  }
}
.l-header__drawer-inner .l-header__drawer-nav {
  width: 100%;
}
.l-header__drawer-inner__logo {
  display: block;
  height: 30px;
  width: auto;
  padding: 0 40px;
}
.l-header__drawer-inner .drawer-sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.l-header__drawer-inner .drawer-sns .sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s;
}
.l-header__drawer-inner .drawer-sns .sns-btn:hover {
  opacity: 0.8;
}
.l-header__drawer-nav .nav-drawer-list {
  list-style: none;
  padding: var(--content-space-small, 1rem);
  margin: 0;
  display: flex;
  flex-direction: column;
}
.l-header__drawer-nav .nav-drawer-list li {
  width: 100%;
}
.l-header__drawer-nav .nav-drawer-list li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-align: left;
  text-decoration: none;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.2s;
}
.l-header__drawer-nav .nav-drawer-list li a:hover {
  opacity: 0.7;
  background: transparent;
}
.l-header__drawer-nav .nav-drawer-list > li > a {
  margin-right: 4px;
  color: #666;
}
.l-header__drawer-nav .nav-drawer-list .sub-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.l-header__drawer-nav .nav-drawer-list .sub-menu li a {
  padding: 8px 0 8px 16px;
  font-size: 0.95rem;
  color: #555;
}
.l-header__drawer-nav .nav-drawer-list .sub-menu li a::before {
  content: "-";
  margin-right: 6px;
  color: #999;
  font-size: 0.9em;
}
.l-header.is-scrolled {
  padding-top: 80px;
  z-index: 10000;
}
.l-header.is-scrolled .l-header__inner {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 10001;
  animation: headerSlideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.l-header.is-scrolled .l-header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 100%;
  background: var(--header-bg-color, #FFFFFF);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.l-header.is-scrolled .l-header__hamburger {
  display: flex;
}
.l-header.is-scrolled .l-header__actions {
  margin-left: auto;
}
.l-header.is-scrolled .l-header__drawer {
  display: block;
}
.l-header.is-scrolled .l-header__drawer-inner {
  padding-top: 100px;
}

@keyframes headerSlideDown {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.l-container__nav-wrapper {
  background: var(--header-bg-color, #FFFFFF);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 -2px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid var(--header-border-color, #f3f8f6);
  border-bottom: 1px solid var(--header-border-color, #f3f8f6);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-container__nav-wrapper {
    display: none;
  }
}

.l-container__nav {
  max-width: 1440px;
  margin: 0 auto;
}
.l-container__nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-container__nav > ul > li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 1px solid var(--header-border-color, #f3f8f6);
  transition: background 0.2s ease;
}
.l-container__nav > ul > li:first-child {
  border-left: 1px solid var(--header-border-color, #f3f8f6);
}
.l-container__nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 0;
  text-decoration: none;
  color: var(--header_text_color, #004831);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.25rem;
  transition: color 0.2s ease;
}
.l-container__nav > ul > li > a i {
  font-size: 1.25rem;
  margin: 0.25rem;
  transition: color 0.2s ease;
}
.l-container__nav > ul > li:hover {
  background: var(--header-drawer-hover-color, #0d6045);
}
.l-container__nav > ul > li:hover > a {
  color: #FFFFFF;
}
.l-container__nav > ul > li:hover > a i {
  color: #FFFFFF;
}
.l-container__nav > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-container__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 160px;
  background: var(--header_drawer_bg_color, #FFFFFF);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.l-container__nav .sub-menu li {
  width: 100%;
  border: none;
  display: block;
}
.l-container__nav .sub-menu li:first-child {
  border-left: none;
}
.l-container__nav .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  color: #004831;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
}
.l-container__nav .sub-menu li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  transition: border-color 0.2s;
}
.l-container__nav .sub-menu li:hover a {
  background: var(--header-drawer-hover-color, #0d6045);
  color: #fff;
}
.l-container__nav .sub-menu li:hover a::after {
  border-color: #fff;
}

.l-footer {
  background-color: var(--footer_bg_color, #004831);
  border-top: 3px solid var(--footer_accent_color, #a8c660);
  color: var(--footer_text_color, #FFFFFF);
  padding: 60px 0 20px;
  font-size: 1rem;
  width: 100%;
}
.l-footer__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.l-footer__top {
  display: grid;
  gap: 40px 30px;
  margin-bottom: 60px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__top {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 40px;
  }
}
.l-footer__brand {
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__brand {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__brand {
    text-align: center;
  }
}
.l-footer__logo {
  margin-bottom: 20px;
}
.l-footer__logo img {
  max-width: 240px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.l-footer__logo img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .l-footer__logo img {
    margin: 0 auto;
  }
}
.l-footer__catch, .l-footer__subtext {
  margin-bottom: 10px;
  font-size: 1rem;
}
.l-footer__widget .widget-parts {
  padding: var(--content-space-small, 1rem) !important;
}
.l-footer__widget .widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1023px) {
  .l-footer__widget {
    text-align: center;
  }
  .l-footer__widget .widget-title {
    border-bottom: none;
    margin-bottom: 15px;
  }
}
.l-footer__navs {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__navs {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__navs {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__navs {
    justify-content: center;
  }
}
.l-footer__nav-col {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-col {
    flex: 0 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .l-footer__nav-col .c-footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .l-footer__nav-col .c-footer-nav > li {
    margin-bottom: 0;
  }
}
.l-footer__bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .l-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.l-footer__bottom-nav {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .l-footer__bottom-nav {
    justify-content: center;
    width: 100%;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .l-footer__copyright {
    text-align: center;
  }
}
.l-footer__copyright > a {
  transition: opacity 0.3s ease;
}
.l-footer__copyright > a:hover {
  opacity: 0.7;
}

.c-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer-nav > li {
  margin-bottom: 10px;
}
.c-footer-nav > li > a {
  color: var(--footer_text_color, #FFFFFF);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  transition: opacity 0.3s ease;
}
.c-footer-nav > li > a:hover {
  opacity: 0.7;
}
.c-footer-nav .sub-menu {
  display: none;
}
.c-footer-nav--bottom {
  display: flex;
  list-style: none;
  padding: 0 !important;
  margin: 0;
  gap: 20px;
}
.c-footer-nav--bottom li {
  margin: 0;
}
.c-footer-nav--bottom li a {
  font-size: 0.75rem;
  transition: opacity 0.3s ease;
}
.c-footer-nav--bottom li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .c-footer-nav--bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
  .c-footer-nav--bottom li {
    display: block;
  }
}

.c-news-bar {
  padding: 0;
  background: var(--news-bar-bg-color, #FFFFFF);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 -2px 4px rgba(0, 0, 0, 0.05);
}
.c-news-bar__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-news-bar__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-news-bar__inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-news-bar__container {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  background: var(--news-bar-bg-color, #FFFFFF);
  border-radius: 8px;
}
.c-news-bar__slider {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.c-news-bar__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--news-bar-text-color, #004831);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}
.c-news-bar__link.is-active {
  position: relative;
  top: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-news-bar__link.is-leave {
  opacity: 0;
  visibility: hidden;
}
.c-news-bar__head {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-news-bar__head {
    display: none;
    margin-right: 0;
  }
}
.c-news-bar__label {
  color: var(--news-bar-text-color, #004831);
}
@media screen and (max-width: 768px) {
  .c-news-bar__label {
    display: none;
  }
}
.c-news-bar__icon {
  color: var(--news-bar-text-color, #004831);
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-news-bar__icon {
    display: none;
  }
}
.c-news-bar__date {
  margin-right: 20px;
  color: var(--news-bar-date-color, #004831);
  white-space: nowrap;
}
.c-news-bar__date:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-news-bar__date {
    display: none;
  }
}
.c-news-bar__category {
  background: var(--news-bar-category-badge-color, #004831);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 20px;
  font-size: 0.85rem;
  color: var(--news-bar-category-text-color, #FFFFFF);
}
.c-news-bar__category:hover {
  background-color: var(--news-bar-hover-color, #0d6045);
}
@media screen and (max-width: 768px) {
  .c-news-bar__category {
    margin-right: 10px;
  }
}
.c-news-bar__title {
  flex: 1;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-news-bar__title:hover {
  text-decoration: underline;
}
.c-news-bar__more {
  display: block;
  font-weight: bold;
  color: var(--news-bar-text-color, #004831);
  margin-left: 20px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-news-bar__more {
    margin-left: 10px;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-hero {
    aspect-ratio: auto;
    height: 60vh;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--hero-bg-color, #f3f8f6);
}
.p-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-hero__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-hero__content {
  text-align: center;
  color: var(--text-color, #004831);
}
.p-hero__title {
  color: var(--hero-title-color, #004831);
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 2rem;
  }
}
.p-hero__subtitle {
  color: var(--hero-text-color, #004831);
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-hero__subtitle {
    font-size: 1rem;
  }
}
.p-hero__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-hero__actions {
    flex-direction: column;
    align-items: center;
  }
}

.features {
  padding: 0;
  overflow: hidden;
  background: var(--features_bg_color, #FFFFFF);
}
.features__inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.features__item {
  display: flex;
  align-items: center;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .features__item {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.features__item.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .features__item.is-reverse {
    flex-direction: column;
  }
}
.features__item.is-reverse .features__content {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .features__item.is-reverse .features__content {
    justify-content: center;
  }
}
.features__content, .features__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .features__content, .features__image {
    width: 100%;
  }
}
.features__content {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .features__content {
    justify-content: center;
    order: 2;
  }
}
.features__content-inner {
  width: 100%;
  max-width: 720px;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .features__image {
    order: 1;
  }
}
.features__image img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__label {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.features__number {
  font-size: 3rem;
  color: var(--features_num_color, #004831);
  border-left: 5px solid var(--features_num_color, #004831);
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
}
.features__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--features_title_color, #004831);
}
.features__desc {
  line-height: 1.6;
  color: var(--features_desc_color, #004831);
}

.c-service {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-service {
    padding: 60px 0;
  }
}
.c-service {
  background: var(--service_bg_color, #f3f8f6);
}
.c-service__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-service__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-service__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-service__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.c-service__item {
  width: 100%;
}
.c-service__card {
  display: block;
  position: relative;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-service__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.c-service__card:hover .c-service__card-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.c-service__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background 0.3s ease;
}
.c-service__card-content {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-service__card-content {
    padding: 10px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
}
.c-service__card-en {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.c-service__card-ja {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-service__card-ja {
    font-size: 1.1rem;
  }
}

.c-section-service-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-service-title--dark-green {
  color: #004831;
}
.c-section-service-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-service-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-service-title {
    font-size: 1.8rem;
  }
}
.c-section-service-title {
  color: var(--service-title-color, #004831);
}
.c-section-service-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-service-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-service-label {
  color: var(--service-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-service-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-service-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-service-desc {
    font-size: 0.95rem;
  }
}
.c-section-service-desc p {
  margin: 0 0 1em;
}
.c-section-service-desc p:last-child {
  margin-bottom: 0;
}
.c-section-service-desc {
  color: var(--service-desc-color, #004831);
}

.c-flow {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-flow {
    padding: 60px 0;
  }
}
.c-flow {
  background-color: var(--flow-bg-color, #f3f8f6);
}
.c-flow__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-flow__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-flow__header {
  text-align: center;
  margin-bottom: 50px;
}
.c-flow__list {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  list-style: none;
}
.c-flow__item {
  background-color: var(--flow-card-bg-color, #FFFFFF);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.c-flow__item:not(:last-child) {
  margin-bottom: 50px;
}
.c-flow__item:not(:last-child)::after {
  content: "▼";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--flow-title-color, #004831);
  font-size: 1.5rem;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 24px 0;
    gap: 24px;
  }
  .c-flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-flow__item:not(:last-child)::after {
    bottom: -32px;
    font-size: 1.2rem;
  }
}
.c-flow__step-col {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-flow__step-col {
    top: -10px;
    left: -10px;
  }
}
.c-flow__step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--flow-bg-color, #f3f8f6);
  background-color: var(--flow-title-color, #004831);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.c-flow__step-prefix {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: -1px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-flow__step-prefix {
    font-size: 0.55rem;
  }
}
.c-flow__step-number {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-flow__step-number {
    font-size: 1.3rem;
  }
}
.c-flow__img-col {
  flex: 0 1 360px;
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flow__img-col img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-flow__img-col {
    flex: none;
    max-width: 100%;
  }
  .c-flow__img-col img {
    border-radius: 8px 8px 0 0;
  }
}
.c-flow__content-col {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-flow__content-col {
    width: 100%;
    text-align: center;
  }
}
.c-flow__title {
  color: var(--flow-title-color, #004831);
  font-size: 1.5rem;
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-flow__title {
    font-size: 1.3rem;
  }
}
.c-flow__desc {
  line-height: 1.8;
  color: var(--flow-desc-color, #004831);
  font-size: 1rem;
}
.c-flow__desc p {
  margin: 0 0 1em;
}
.c-flow__desc p:last-child {
  margin-bottom: 0;
}

.c-section-flow-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-flow-title--dark-green {
  color: #004831;
}
.c-section-flow-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-flow-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-flow-title {
    font-size: 1.8rem;
  }
}
.c-section-flow-title {
  color: var(--flow-title-color, #004831);
}
.c-section-flow-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-flow-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-flow-label {
  color: var(--flow-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-flow-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-flow-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-flow-desc {
    font-size: 0.95rem;
  }
}
.c-section-flow-desc p {
  margin: 0 0 1em;
}
.c-section-flow-desc p:last-child {
  margin-bottom: 0;
}
.c-section-flow-desc {
  color: var(--flow-desc-color, #004831);
}

.c-news {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-news {
    padding: 60px 0;
  }
}
.c-news {
  background-color: var(--news-bg-color, #f3f8f6);
}
.c-news__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-news__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-news__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-news__list {
  margin-bottom: 40px;
}
.c-news__more {
  text-align: center;
}

.c-news-item {
  border-bottom: 1px solid var(--news-border-color, #ddd);
}
.c-news-item__link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  color: var(--news-text-color, #004831);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-news-item__link {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-news-item__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  min-width: 200px;
}
.c-news-item__category {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--news-category-badge-color, #004831);
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.c-news-item__category:hover {
  background-color: var(--news-hover-color, #0d6045);
}
.c-news-item__date {
  font-size: 0.85rem;
  color: var(--news-text-color, #004831);
}
.c-news-item__title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    width: 100%;
  }
}
.c-news-item__title a {
  color: var(--news-titl-color, #004831);
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-news-item__title a:hover {
  color: var(--news-hover-color, #0d6045);
  text-decoration: underline;
}

.c-section-news-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-news-title--dark-green {
  color: #004831;
}
.c-section-news-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-news-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-news-title {
    font-size: 1.8rem;
  }
}
.c-section-news-title {
  color: var(--news-title-color, #004831);
}
.c-section-news-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-news-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-news-label {
  color: var(--news-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-news-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-news-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-news-desc {
    font-size: 0.95rem;
  }
}
.c-section-news-desc p {
  margin: 0 0 1em;
}
.c-section-news-desc p:last-child {
  margin-bottom: 0;
}
.c-section-news-desc {
  color: var(--news-desc-color, #004831);
}

.c-blog {
  background-color: var(--blog-bg-color, #FFFFFF);
}
.c-blog__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-blog__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .c-blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .c-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-blog__more {
  text-align: center;
  margin-top: 40px;
}

.c-blog-card__link {
  display: block;
  text-decoration: none;
  color: var(--blog-text-color, #004831);
  transition: transform 0.3s ease;
  height: 100%;
  background: var(--blog-card-bg-color, #FFFFFF);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.c-blog-card__link:hover {
  transform: translateY(-5px);
}
.c-blog-card__content {
  padding: 15px;
}
.c-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 0.8rem;
}
.c-blog-card__date {
  color: var(--blog-date-color, #004831);
}
.c-blog-card__cat-badge {
  background: var(--blog-category-badge-color, #004831);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
}
.c-blog-card__title {
  color: var(--blog-title-color, #004831);
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-blog-card__excerpt {
  color: var(--blog_desc_color, #004831);
  font-size: 0.85rem;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-section-blog-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-blog-title--dark-green {
  color: #004831;
}
.c-section-blog-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-blog-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-blog-title {
    font-size: 1.8rem;
  }
}
.c-section-blog-title {
  color: var(--blog-title-color, #004831);
}
.c-section-blog-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-blog-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-blog-label {
  color: var(--blog-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-blog-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-blog-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-blog-desc {
    font-size: 0.95rem;
  }
}
.c-section-blog-desc p {
  margin: 0 0 1em;
}
.c-section-blog-desc p:last-child {
  margin-bottom: 0;
}
.c-section-blog-desc {
  color: var(--blog-desc-color, #004831);
}

.c-faq {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-faq {
    padding: 60px 0;
  }
}
.c-faq {
  background: var(--faq-bg-color, #FFFFFF);
}
.c-faq__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-faq__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-faq__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-faq__item {
  border-bottom: 1px solid var(--faq-border-color, #ddd);
}
.c-faq__question {
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 0px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  transition: background 0.3s;
}
.c-faq__question:hover {
  background: var(--faq-hover-bg-color, #f3f8f6);
}
.c-faq__question.active {
  background: var(--faq-active-bg-color, #f3f8f6);
}
.c-faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s;
}
.c-faq__question.active::after {
  transform: rotate(45deg);
}
.c-faq__icon-q {
  background: var(--faq-question-color, #004831);
  color: var(--faq-icon-color, #FFFFFF);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.c-faq__text {
  flex-grow: 1;
}
.c-faq__answer {
  background: var(--faq-answer-bg-color, #FFFFFF);
  padding: 0;
  margin: 0;
}
.c-faq__answer-inner {
  padding: 20px 0;
  display: flex;
  gap: 15px;
}
.c-faq__icon-a {
  background: var(--faq-answer-color, #a8c660);
  color: var(--faq-icon-color, #FFFFFF);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-faq__content {
  flex-grow: 1;
  line-height: 1.6;
  color: var(--faq-text-color, #004831);
}
.c-faq__content p {
  margin: 0 0 1em;
}
.c-faq__content p:last-child {
  margin-bottom: 0;
}

.c-section-faq-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-faq-title--dark-green {
  color: #004831;
}
.c-section-faq-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-faq-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-faq-title {
    font-size: 1.8rem;
  }
}
.c-section-faq-title {
  color: var(--faq-title-color, #004831);
}
.c-section-faq-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-faq-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-faq-label {
  color: var(--faq-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-faq-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-faq-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-faq-desc {
    font-size: 0.95rem;
  }
}
.c-section-faq-desc p {
  margin: 0 0 1em;
}
.c-section-faq-desc p:last-child {
  margin-bottom: 0;
}
.c-section-faq-desc {
  color: var(--faq-desc-color, #004831);
}

.c-access {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-access {
    padding: 60px 0;
  }
}
.c-access {
  background-color: var(--access-bg-color, #FFFFFF);
}
.c-access__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-access__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-access iframe {
  display: block;
  width: 100% !important;
}
.c-access__flex {
  display: flex;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .c-access__flex {
    flex-direction: column;
  }
}
.c-access__side-left, .c-access__side-right {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-access__side-left, .c-access__side-right {
    flex: none;
    width: 100%;
  }
}
.c-access__side-right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-access__side-right {
    order: 2;
  }
}
.c-access__image-box {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
}
.c-access__image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-access__table-wrap {
  flex: 1;
  width: 100%;
}
.c-access__table-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--access-text-color, #004831);
}
.c-access__table-scroll-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-access__table-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.c-access__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 600px;
}
.c-access__table th,
.c-access__table td {
  border: 1px solid var(--access-border-color, #ddd);
  padding: 10px;
  text-align: center;
}
.c-access__table th {
  background-color: #f3f8f6;
}
.c-access__table-note {
  font-size: 0.8rem;
  margin-top: 10px;
  color: #666;
}
.c-access .company-overview__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-access .company-overview__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dotted var(--access-border-color, #ddd);
  color: var(--access-text-color, #004831);
  align-items: flex-start;
}
.c-access .company-overview__term {
  flex: 0 0 120px;
  font-weight: bold;
  color: var(--access-text-color, #004831);
  padding-right: 20px;
}
.c-access .company-overview__term::after {
  content: ":";
  margin-left: 5px;
}
.c-access .company-overview__desc {
  flex: 1;
  margin: 0;
}

.c-section-access-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-access-title--dark-green {
  color: #004831;
}
.c-section-access-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-access-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-access-title {
    font-size: 1.8rem;
  }
}
.c-section-access-title {
  color: var(--access-title-color, #004831);
}
.c-section-access-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-access-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-access-label {
  color: var(--access-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-access-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-access-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-access-desc {
    font-size: 0.95rem;
  }
}
.c-section-access-desc p {
  margin: 0 0 1em;
}
.c-section-access-desc p:last-child {
  margin-bottom: 0;
}
.c-section-access-desc {
  text-align: left;
  color: var(--access-desc-color, #004831);
  padding-bottom: 2rem;
}

.c-cta {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 60px 0;
  }
}
.c-cta {
  position: relative;
  background-color: var(--cta-bg-color, #f3f8f6);
  color: #004831;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.c-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-cta__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-cta__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-cta__inner {
  text-align: center;
  padding: 0 var(--content-space-small, 1rem) !important;
}
.c-cta__header {
  text-align: center;
  margin-bottom: 40px;
}
.c-cta__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-cta__footer {
    flex-direction: column;
    gap: 16px;
  }
}
.c-cta__item {
  flex: none;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-cta__item--web, .c-cta__item--line {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .c-cta__item--web, .c-cta__item--line {
    width: 100%;
    max-width: 360px;
  }
}
.c-cta__item--phone {
  width: 100%;
  margin-top: 30px;
}
.c-cta__phone-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.05rem;
  color: var(--cta-phone-color, #004831);
  font-weight: 500;
  margin-bottom: 8px;
}
.c-cta__icon--phone {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.c-cta__phone-num {
  font-size: 2rem;
  font-weight: 700;
  font-family: sans-serif;
}
@media screen and (max-width: 480px) {
  .c-cta__phone-num {
    font-size: 1.8rem;
  }
}
.c-cta__phone-num a {
  color: var(--cta-phone-color, #004831);
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease;
}
.c-cta__phone-num a:hover {
  opacity: 0.7;
}
.c-cta__phone-time {
  font-size: 0.9rem;
  color: var(--cta-phone-color, #004831);
  font-weight: 500;
}

.c-section-cta-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text_color, #004831);
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
.c-section-cta-title--dark-green {
  color: #004831;
}
.c-section-cta-title.center {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-inline: auto;
}
.c-section-cta-title.left {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-cta-title {
    font-size: 1.8rem;
  }
}
.c-section-cta-title {
  color: var(--cta-title-color, #004831);
}
.c-section-cta-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text_color, #004831);
  letter-spacing: 0.15em;
  font-weight: 600;
}
.c-section-cta-label--muted {
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-section-cta-label {
  color: var(--cta-title-color, #004831);
  font-size: 0.75rem;
  opacity: 0.7;
}
.c-section-cta-desc {
  font-size: 1rem;
  color: var(--text_color, #004831);
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.c-section-cta-desc.left {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-section-cta-desc {
    font-size: 0.95rem;
  }
}
.c-section-cta-desc p {
  margin: 0 0 1em;
}
.c-section-cta-desc p:last-child {
  margin-bottom: 0;
}
.c-section-cta-desc {
  color: var(--cta-desc-color, #004831);
}

.c-breadcrumb {
  padding: 16px 0;
  font-size: 0.85rem;
  line-height: 1.5;
  background-color: transparent;
}
.c-breadcrumb__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-breadcrumb__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-breadcrumb__inner {
  padding: 0 var(--content-space-small, 1rem) !important;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  color: var(--text-color, #004831);
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  font-size: 0.75rem;
  opacity: 0.6;
  font-family: sans-serif;
}
.c-breadcrumb__item--current {
  font-weight: normal;
  opacity: 0.85;
}
.c-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  color: var(--link-color, #004831);
  text-decoration: none;
  transition: color var(--transition-duration, 0.3s) ease;
}
.c-breadcrumb__link:hover {
  color: var(--hover-color, #0d6045);
  text-decoration: underline;
}
.c-breadcrumb__icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  flex-shrink: 0;
  color: var(--text-color, #004831);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

/* ==========================================================================
   p-comments（コメントエリア）
   ========================================================================== */
.p-comments {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}
.p-comments__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 12px;
  border-left: 4px solid #333;
  line-height: 1.4;
}
.p-comments__list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.p-comments__list .children {
  list-style: none;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 2px solid #f0f0f0;
}
@media screen and (min-width: 768px) {
  .p-comments__list .children {
    padding-left: 40px;
  }
}
.p-comments__list li.comment {
  margin-bottom: 24px;
}
.p-comments__list li.comment:last-child {
  margin-bottom: 0;
}
.p-comments .comment-body {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}
.p-comments .comment-body .comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-comments .comment-body .comment-meta .avatar {
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.p-comments .comment-body .comment-meta .fn {
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  color: #333;
}
.p-comments .comment-body .comment-meta .fn a {
  color: inherit;
  text-decoration: none;
}
.p-comments .comment-body .comment-meta .fn a:hover {
  text-decoration: underline;
}
.p-comments .comment-body .comment-meta .comment-metadata {
  margin-left: auto;
  font-size: 0.8rem;
  color: #888;
}
.p-comments .comment-body .comment-meta .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.p-comments .comment-body .comment-meta .comment-metadata a:hover {
  text-decoration: underline;
}
.p-comments .comment-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}
.p-comments .comment-body p:last-child {
  margin-bottom: 0;
}
.p-comments .comment-body .reply {
  text-align: right;
  margin-top: 8px;
}
.p-comments .comment-body .reply a {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.p-comments .comment-body .reply a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.p-comments .comment-awaiting-moderation {
  font-size: 0.85rem;
  color: #d9534f;
  margin-bottom: 8px;
}
.p-comments__closed {
  font-size: 0.9rem;
  color: #888;
  text-align: center;
  padding: 16px 0;
}
.p-comments__form-wrap {
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
}
.p-comments__form-wrap #reply-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.p-comments__form-wrap #reply-title small {
  margin-left: 10px;
}
.p-comments__form-wrap #reply-title small a {
  font-size: 0.8rem;
  color: #d9534f;
  text-decoration: none;
}
.p-comments__form-wrap #reply-title small a:hover {
  text-decoration: underline;
}
.p-comments__notes-before {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}
.p-comments__notes-before .required {
  color: #d9534f;
}
.p-comments__form-field {
  margin-bottom: 20px;
}
.p-comments__form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.p-comments__form-field label .required {
  color: #d9534f;
}
.p-comments__form-field input[type=text],
.p-comments__form-field input[type=email],
.p-comments__form-field textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.p-comments__form-field input[type=text]:focus,
.p-comments__form-field input[type=email]:focus,
.p-comments__form-field textarea:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
.p-comments__submit-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 24px auto 0;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.p-comments__submit-btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .p-comments__submit-btn {
    margin-left: 0;
  }
}

.c-btn-cta, .c-btn, .header-btn-drawer, .header-btn {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.c-btn-cta:hover, .c-btn--blog-viewall:hover, .c-btn--news-viewall:hover, .header-btn-drawer:hover, .header-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.header-btn {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .header-btn {
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.header-btn--primary {
  background-color: #004831;
  color: #ffffff;
}
.header-btn--primary:hover {
  background-color: #0d6045;
}
.header-btn--secondary {
  background-color: #06c755;
  color: #ffffff;
}
.header-btn--secondary:hover {
  background-color: #12cf61;
}

.header-btn-drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-btn-drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: opacity 0.3s ease;
  }
}
.header-btn-drawer--primary {
  background-color: #004831;
  color: #ffffff;
}
.header-btn-drawer--primary:hover {
  background-color: #0d6045;
}
.header-btn-drawer--primary:hover {
  opacity: 0.8;
}
.header-btn-drawer--secondary {
  background-color: #06c755;
  color: #ffffff;
}
.header-btn-drawer--secondary:hover {
  background-color: #12cf61;
}
.header-btn-drawer--secondary:hover {
  opacity: 0.8;
}

.c-btn {
  position: relative;
  width: 240px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 50px;
}
.c-btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}
.c-btn:hover:after {
  right: 15px;
}
.c-btn--hero {
  background: #004831;
  color: #ffffff;
}
.c-btn--hero:hover {
  background-color: #004831;
  color: #ffffff;
}
.c-btn--hero:hover:hover {
  background-color: #0d6045;
}
.c-btn--hero:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.c-btn--secondary {
  color: #004831;
  background: #ffffff;
  border: 2px solid #004831;
}
.c-btn--secondary:hover {
  border: 2px solid #0d6045;
  color: #0d6045;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.c-btn--blog-viewall, .c-btn--news-viewall {
  background-color: #004831;
  color: #ffffff;
}
.c-btn--blog-viewall:hover, .c-btn--news-viewall:hover {
  background-color: #0d6045;
}

.c-btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 90%;
  min-width: 240px;
  height: 64px;
  border-radius: 4px;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.c-btn-cta--mail {
  background-color: #004831;
  color: #ffffff;
}
.c-btn-cta--mail:hover {
  background-color: #0d6045;
}
.c-btn-cta--line {
  background-color: #06c755;
  color: #ffffff;
}
.c-btn-cta--line:hover {
  background-color: #12cf61;
}

.sns-share-float {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 45px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sns-share-float {
    display: none;
  }
}
.sns-share-float.is-visible {
  opacity: 1;
  visibility: visible;
}
.sns-share-float.sns-left {
  left: 20px;
}
.sns-share-float.sns-right {
  right: 20px;
}
.sns-share-float .sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
.sns-share-float .sns-btn:hover {
  opacity: 0.8;
}
.sns-share-float .sns-btn i {
  font-size: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1) !important;
}

:is(.sns-share-float, .drawer-sns) .sns-btn i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1) !important;
}
:is(.sns-share-float, .drawer-sns) .x i {
  background-image: url("../images/svg/x.svg");
  width: 24px;
  height: 24px;
}
:is(.sns-share-float, .drawer-sns) .instagram i {
  background-image: url("../images/svg/instagram.svg");
  width: 26px;
  height: 26px;
}
:is(.sns-share-float, .drawer-sns) .facebook i {
  background-image: url("../images/svg/facebook.svg");
  width: 26px;
  height: 26px;
}
:is(.sns-share-float, .drawer-sns) .substack i {
  background-image: url("../images/svg/substack.svg");
  width: 16px;
  height: 16px;
}
:is(.sns-share-float, .drawer-sns) .line i {
  background-image: url("../images/svg/line.svg");
  width: 22px;
  height: 22px;
}
:is(.sns-share-float, .drawer-sns) .github i {
  background-image: url("../images/svg/github.svg");
}
:is(.sns-share-float, .drawer-sns) .threads i {
  background-image: url("../images/svg/threads.svg");
}
:is(.sns-share-float, .drawer-sns) .youtube i {
  background-image: url("../images/svg/youtube.svg");
}
:is(.sns-share-float, .drawer-sns) .tiktok i {
  background-image: url("../images/svg/tiktok.svg");
}
:is(.sns-share-float, .drawer-sns) .pinterest i {
  background-image: url("../images/svg/pinterest.svg");
}
:is(.sns-share-float, .drawer-sns) .note i {
  background-image: url("../images/svg/note.svg");
  width: 30px;
  height: 30px;
}
:is(.sns-share-float, .drawer-sns) .linkedin i {
  background-image: url("../images/svg/linkedin.svg");
}

.sns-btn.x {
  background-color: #000;
}
.sns-btn.instagram {
  background-color: #e1306c;
}
.sns-btn.facebook {
  background-color: #1877f2;
}
.sns-btn.substack {
  background-color: #ff6719;
}
.sns-btn.line {
  background-color: #06c755;
}
.sns-btn.github {
  background-color: #000;
}
.sns-btn.threads {
  background-color: #000;
}
.sns-btn.youtube {
  background-color: #ff0000;
}
.sns-btn.tiktok {
  background-color: #000;
}
.sns-btn.pinterest {
  background-color: #e60023;
}
.sns-btn.note {
  background-color: #41c9b4;
}
.sns-btn.linkedin {
  background-color: #0a66c2;
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* 36pxの共通枠同士の間隔になるため完全均一になります */
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .footer-sns {
    justify-content: center;
  }
}

:is(.footer-sns) .footer-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  /* ★ボタンの幅を統一 */
  height: 26px;
  /* ★ボタンの高さを統一 */
  text-decoration: none;
}
:is(.footer-sns) .footer-sns-btn i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1) !important;
  transition: opacity 0.3s ease;
}
:is(.footer-sns) .footer-sns-btn i:hover {
  opacity: 0.8;
}
:is(.footer-sns) .x i {
  background-image: url("../images/svg/x.svg");
  width: 24px;
  height: 24px;
}
:is(.footer-sns) .instagram i {
  background-image: url("../images/svg/instagram.svg");
  width: 26px;
  height: 26px;
}
:is(.footer-sns) .facebook i {
  background-image: url("../images/svg/facebook.svg");
  width: 26px;
  height: 26px;
}
:is(.footer-sns) .substack i {
  background-image: url("../images/svg/substack.svg");
  width: 16px;
  height: 16px;
}
:is(.footer-sns) .line i {
  background-image: url("../images/svg/line.svg");
  width: 22px;
  height: 22px;
}
:is(.footer-sns) .github i {
  background-image: url("../images/svg/github.svg");
}
:is(.footer-sns) .threads i {
  background-image: url("../images/svg/threads.svg");
}
:is(.footer-sns) .youtube i {
  background-image: url("../images/svg/youtube.svg");
}
:is(.footer-sns) .tiktok i {
  background-image: url("../images/svg/tiktok.svg");
}
:is(.footer-sns) .pinterest i {
  background-image: url("../images/svg/pinterest.svg");
}
:is(.footer-sns) .note i {
  background-image: url("../images/svg/note.svg");
  width: 26px;
  height: 26px;
}
:is(.footer-sns) .linkedin i {
  background-image: url("../images/svg/linkedin.svg");
}

.back-to-top {
  z-index: 10000;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background: #004831;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s, position 0s, bottom 0s;
}
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s linear 0s, position 0s, bottom 0s;
}
.back-to-top:hover {
  border-color: #0d6045;
  color: #ffffff;
  background-color: #0d6045;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none;
  }
}

.back-to-top a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
  transform: rotate(-45deg) translate(-17%, -50%);
  top: 50%;
  left: 50%;
}

.c-cf7 {
  padding: 80px 0;
  background-color: var(--bg-color, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .c-cf7 {
    padding: 60px 0;
  }
}
.c-cf7 {
  background-color: var(--bg-color, #FFFFFF);
}
.c-cf7__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .c-cf7__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.c-cf7__inner {
  padding: 0 var(--content-space-small, 1rem) !important;
  background-color: var(--bg-color, #FFFFFF);
}
.c-cf7 .wpcf7 {
  font-family: var(--base-font);
  color: var(--text-color, #004831);
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--content_space_small, 1rem) !important;
}
.c-cf7 .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.c-cf7 .wpcf7 .wpcf7-form p {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-cf7 .wpcf7 .wpcf7-form label {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-cf7 .wpcf7 .wpcf7-form label br {
  display: none;
}
.c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-text, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-number, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-date, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-select, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color, #004831);
  background-color: var(--bg-color, #FFFFFF);
  border: 1px solid var(--border-color, #ddd);
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 0.5rem;
  transition: border-color var(--transition-duration, 0.3s) ease-in-out, box-shadow var(--transition-duration, 0.3s) ease-in-out;
}
.c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-text::-moz-placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-number::-moz-placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-date::-moz-placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-select::-moz-placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: rgba(0, 72, 49, 0.4);
}
.c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-text::placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-number::placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-date::placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-select::placeholder, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-textarea::placeholder {
  color: rgba(0, 72, 49, 0.4);
}
.c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-text:focus, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-number:focus, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-date:focus, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-select:focus, .c-cf7 .wpcf7 .wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: var(--main-color, #004831);
  box-shadow: 0 0 0 3px rgba(0, 72, 49, 0.15);
}
.c-cf7 .wpcf7 .wpcf7-textarea {
  min-height: 200px;
  resize: vertical;
}
.c-cf7 .wpcf7 .wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23004831'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}
.c-cf7 .wpcf7 .wpcf7-checkbox,
.c-cf7 .wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  margin-top: 0.5rem;
}
.c-cf7 .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.c-cf7 .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.c-cf7 .wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.c-cf7 .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  width: auto;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox],
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=radio],
.c-cf7 .wpcf7 .wpcf7-radio input[type=checkbox],
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 2px solid var(--border-color, #ddd);
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  transition: background-color var(--transition-duration, 0.3s), border-color var(--transition-duration, 0.3s);
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox]:focus,
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=radio]:focus,
.c-cf7 .wpcf7 .wpcf7-radio input[type=checkbox]:focus,
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 72, 49, 0.15);
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox] {
  border-radius: 4px;
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox]::after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  margin-top: -2px;
  transition: transform 0.15s ease-in-out;
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox]:checked {
  background-color: var(--main-color, #004831);
  border-color: var(--main-color, #004831);
}
.c-cf7 .wpcf7 .wpcf7-checkbox input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1);
}
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio] {
  border-radius: 50%;
}
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio]::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio]:checked {
  background-color: var(--main-color, #004831);
  border-color: var(--main-color, #004831);
}
.c-cf7 .wpcf7 .wpcf7-radio input[type=radio]:checked::after {
  transform: scale(1);
}
.c-cf7 .wpcf7 .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF !important;
  background-color: var(--main-color, #004831);
  border: none;
  cursor: pointer;
  margin: 0 auto;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 72, 49, 0.2);
  transition: background-color var(--transition-duration, 0.3s) ease-in-out, transform var(--transition-duration, 0.3s) ease-in-out, box-shadow var(--transition-duration, 0.3s) ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-cf7 .wpcf7 .wpcf7-submit {
    min-width: unset;
  }
}
.c-cf7 .wpcf7 .wpcf7-submit:hover {
  background-color: var(--hover-color, #0d6045);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 72, 49, 0.3);
}
.c-cf7 .wpcf7 .wpcf7-submit:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 72, 49, 0.2);
}
.c-cf7 .wpcf7 .wpcf7-not-valid-tip {
  color: var(--error-color, #F44336);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.c-cf7 .wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0 !important;
  padding: 1.25rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 6px !important;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.c-cf7 .wpcf7 .wpcf7-form[data-status=sent] .wpcf7-response-output {
  border-color: var(--success-color, #06C755) !important;
  background-color: rgba(6, 199, 85, 0.05) !important;
  color: var(--success-color, #06C755) !important;
}
.c-cf7 .wpcf7 .wpcf7-form[data-status=invalid] .wpcf7-response-output, .c-cf7 .wpcf7 .wpcf7-form[data-status=unaccepted] .wpcf7-response-output, .c-cf7 .wpcf7 .wpcf7-form[data-status=failed] .wpcf7-response-output {
  border-color: var(--error-color, #F44336) !important;
  background-color: rgba(244, 67, 54, 0.05) !important;
  color: var(--error-color, #F44336) !important;
}
.c-cf7 .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.p-page {
  width: 100%;
  line-height: 2rem;
}
.p-page__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-page__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-page__header {
  position: relative;
  width: 100%;
  height: 300px;
  aspect-ratio: 1000/300;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-page__header {
    height: 200px;
    aspect-ratio: 16/9;
  }
}
.p-page__header-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.p-page__header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-page__header-title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.p-page__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    flex-direction: column;
  }
}
.p-page__main {
  flex: 1;
  min-width: 0;
  height: 100%;
  margin-bottom: 40px;
}
.p-page__sidebar {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
}
.p-page__sidebar img {
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-page__sidebar {
    width: 100%;
  }
}
.p-page__btn {
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}
.p-page__btn:hover {
  opacity: 0.8;
}
.p-page__btn--primary {
  background-color: #004831;
  color: #ffffff;
}
.p-page__btn--line {
  background-color: #06c755;
  color: #ffffff;
}

.p-single {
  width: 100%;
  padding: 40px 0 0;
}
.p-single__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-single__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-single__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-single__container {
    flex-direction: column;
  }
}
.p-single__main {
  flex: 1;
  min-width: 0;
  margin-bottom: 40px;
}
.p-single__sidebar {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
}
.p-single__sidebar img {
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-single__sidebar {
    width: 100%;
  }
}
.p-single__thumbnail {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 8px;
}
.p-single__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  line-height: 1.4;
}
.p-single__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #666666;
}
.p-single__meta-category {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.2s;
}
.p-single__meta-category:hover {
  opacity: 0.8;
}
.p-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 1.5rem 0;
  padding: 0;
}
.p-single__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--main-color, #004831);
  background-color: var(--service-bg-color, #f3f8f6);
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color var(--transition-duration, 0.3s) var(--transition-timing, ease-in-out), color var(--transition-duration, 0.3s) var(--transition-timing, ease-in-out), transform var(--transition-duration, 0.2s) var(--transition-timing, ease-in-out);
}
.p-single__tag:hover {
  color: #FFFFFF;
  background-color: var(--main-color, #004831);
  transform: translateY(-1px);
}
.p-single__tag:active {
  transform: translateY(0);
}
.p-single__content {
  margin-bottom: 3rem;
}
.p-single__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0 2rem;
  border-top: 1px solid var(--border-color, #ddd);
  padding-top: 2rem;
}
.p-single__navigation a {
  display: inline-block;
  padding: 0.5rem var(--content-space-small, 1rem);
  border: 1px solid var(--link-color, #004831);
  border-radius: 50px;
  text-decoration: none;
  color: var(--link-color, #004831);
  font-size: 0.75rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.p-single__navigation a:hover {
  background-color: var(--hover-color, #0d6045);
  color: #ffffff;
}
.p-single__cta {
  margin-top: 3rem;
}

.p-single-news {
  width: 100%;
  padding: 40px 0 0;
}
.p-single-news__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-single-news__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-single-news__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-single-news__container {
    flex-direction: column;
  }
}
.p-single-news__main {
  flex: 1;
  min-width: 0;
  margin-bottom: 40px;
}
.p-single-news__sidebar {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
}
.p-single-news__sidebar img {
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-single-news__sidebar {
    width: 100%;
  }
}
.p-single-news__thumbnail {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 8px;
}
.p-single-news__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-news__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  line-height: 1.4;
}
.p-single-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #666666;
}
.p-single-news__meta-category {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.2s;
}
.p-single-news__meta-category:hover {
  opacity: 0.8;
}
.p-single-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 1.5rem 0;
  padding: 0;
}
.p-single-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--main-color, #004831);
  background-color: var(--service-bg-color, #f3f8f6);
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color var(--transition-duration, 0.3s) var(--transition-timing, ease-in-out), color var(--transition-duration, 0.3s) var(--transition-timing, ease-in-out), transform var(--transition-duration, 0.2s) var(--transition-timing, ease-in-out);
}
.p-single-news__tag:hover {
  color: #FFFFFF;
  background-color: var(--main-color, #004831);
  transform: translateY(-1px);
}
.p-single-news__tag:active {
  transform: translateY(0);
}
.p-single-news__content {
  margin-bottom: 3rem;
}
.p-single-news__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0 2rem;
  border-top: 1px solid var(--border-color, #ddd);
  padding-top: 2rem;
}
.p-single-news__navigation a {
  display: inline-block;
  padding: 0.5rem var(--content-space-small, 1rem);
  border: 1px solid var(--link-color, #004831);
  border-radius: 50px;
  text-decoration: none;
  color: var(--link-color, #004831);
  font-size: 0.75rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.p-single-news__navigation a:hover {
  background-color: var(--hover-color, #0d6045);
  color: #ffffff;
}
.p-single-news__cta {
  margin-top: 3rem;
}

.p-blog {
  width: 100%;
  padding: 40px 0 0;
}
.p-blog__header {
  position: relative;
  width: 100%;
  height: 300px;
  aspect-ratio: 1000/300;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .p-blog__header {
    height: 260px;
    aspect-ratio: auto;
  }
}
.p-blog__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.p-blog__header-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-blog__header-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  color: #ffffff;
}
.p-blog__header-title {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.p-blog__header-title span {
  display: block;
  font-size: clamp(0.85rem, 2vw, 1.15rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 8px;
  opacity: 0.9;
}
.p-blog__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-blog__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-blog__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-blog__container {
    flex-direction: column;
  }
}
.p-blog__main {
  flex: 1;
  min-width: 0;
}
.p-blog__sidebar {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
}
.p-blog__sidebar img {
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-blog__sidebar {
    width: 100%;
  }
}
.p-blog__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-blog-card {
  height: 100%;
  padding-bottom: 1rem;
}
.c-blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-blog-card__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.c-blog-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-blog-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}
.c-blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.c-blog-card__date {
  color: #666666;
}
.c-blog-card__cat-badge {
  display: inline-block;
  background: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #333333;
}
.c-blog-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.c-blog-card__excerpt {
  font-size: 0.85rem;
  color: #777777;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.p-blog {
  width: 100%;
  padding: 0;
}
.p-blog__header {
  position: relative;
  width: 100%;
  height: 300px;
  aspect-ratio: 1000/300;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .p-blog__header {
    height: 260px;
    aspect-ratio: auto;
  }
}
.p-blog__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.p-blog__header-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-blog__header-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  color: #ffffff;
}
.p-blog__header-title {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.p-blog__header-title span {
  display: block;
  font-size: clamp(0.85rem, 2vw, 1.15rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 8px;
  opacity: 0.9;
}
.p-blog__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--content-space-small, 1rem);
}
@media (min-width: 768px) {
  .p-blog__inner {
    padding: 0 var(--content-space-small, 1rem);
  }
}
.p-blog__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-blog__container {
    flex-direction: column;
  }
}
.p-blog__main {
  flex: 1;
  min-width: 0;
}
.p-blog__sidebar {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
}
.p-blog__sidebar img {
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-blog__sidebar {
    width: 100%;
  }
}
.p-blog__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-blog-card {
  height: 100%;
  padding-bottom: 1rem;
}
.c-blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--blog-card-bg-color, #FFFFFF);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: var(--blog-text-color, #004831);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-blog-card__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.c-blog-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-blog-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}
.c-blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.c-blog-card__date {
  color: var(--blog-date-color, #004831);
}
.c-blog-card__cat-badge {
  display: inline-block;
  background: var(--blog-category-badge-color, #004831);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: var(--blog-category-text-color, #FFFFFF);
}
.c-blog-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.c-blog-card__excerpt {
  font-size: 0.85rem;
  color: var(--blog-desc-color, #004831);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */