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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  list-style: none;
}

li {
  list-style: none;
}

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

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

p {
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #145800;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(31.5909090909, 139, 0);
}

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

h1, h2, h3, h4 {
  font-weight: 400;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-tb-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-tb-only {
    display: block;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1024px) {
  .u-pc-only {
    display: block;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-fade-up].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-button {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.c-button--primary {
  background-color: #4a90e2;
  color: #ffffff;
}
.c-button--primary:hover {
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
}

.is-wireframe img,
.is-wireframe video {
  filter: grayscale(100%);
}
.is-wireframe .p-hero video {
  filter: none;
}
.is-wireframe [style*=background-image],
.is-wireframe [class*=background] {
  filter: grayscale(100%);
}
.is-wireframe .p-section {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .is-wireframe .p-section {
    padding: 2rem 0;
  }
}
@media (min-width: 1024px) {
  .is-wireframe .p-section {
    padding: 2.5rem 0;
  }
}
.is-wireframe .p-section__inner {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .is-wireframe .p-section__inner {
    padding: 0 1.5rem;
  }
}
.is-wireframe .p-section__title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .is-wireframe .p-section__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .is-wireframe .p-section__title {
    margin-bottom: 2rem;
  }
}
.is-wireframe .p-section__text {
  margin-bottom: 1rem;
}
.is-wireframe .p-section__cta {
  margin-top: 1.5rem;
}
.is-wireframe .section-title::after,
.is-wireframe .section-title::before,
.is-wireframe [class*=marker]::after,
.is-wireframe [class*=marker]::before {
  display: none;
}
.is-wireframe .section-title {
  border-bottom: none;
  padding-bottom: 0.25rem;
}
.is-wireframe .p-section__title.section-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
}
.is-wireframe .c-button {
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  box-shadow: none;
  background-color: transparent;
}
.is-wireframe .c-button:hover, .is-wireframe .c-button:active {
  background-color: #000;
  color: #fff;
}
.is-wireframe .c-button--primary, .is-wireframe .c-button--secondary, .is-wireframe .c-button--blue, .is-wireframe .c-button--lavender {
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
}
.is-wireframe .c-button--primary:hover, .is-wireframe .c-button--secondary:hover, .is-wireframe .c-button--blue:hover, .is-wireframe .c-button--lavender:hover {
  background-color: #000;
  color: #fff;
}
.is-wireframe .c-card {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
}
.is-wireframe .c-card:hover {
  box-shadow: none;
  transform: none;
}
.is-wireframe .l-header {
  box-shadow: none;
  backdrop-filter: none;
}
.is-wireframe .l-header__logo a, .is-wireframe .l-header__nav-link {
  color: #000;
}
.is-wireframe .l-header__toggle-bar {
  background-color: #000;
}
.is-home .is-wireframe .l-header .l-header__logo a,
.is-home .is-wireframe .l-header .l-header__nav-link {
  color: #000;
}
.is-home .is-wireframe .l-header .l-header__toggle-bar {
  background-color: #000;
}
.is-home .is-wireframe .l-header .c-button {
  border-color: #000;
  color: #000;
}
.is-wireframe .l-footer {
  border-top: none;
  padding: 2rem 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .is-wireframe .l-footer {
    padding: 2.5rem 1.5rem;
  }
}
.is-wireframe .l-footer__copyright {
  border-top: none;
  padding-top: 1rem;
  margin-top: 1rem;
}
.is-wireframe .p-hero {
  background-color: #f5f5f5;
  border-bottom: none;
}
.is-wireframe .p-hero__content {
  color: #000;
}
.is-wireframe .p-hero__title, .is-wireframe .p-hero__text {
  color: #000;
  text-shadow: none;
}
.is-wireframe .p-page-hero {
  background-color: #f5f5f5;
  min-height: 15vh;
}
.is-wireframe .p-page-hero__title {
  color: #000;
}
.is-wireframe .p-page-hero__sub {
  color: #666;
}
.is-wireframe .l-main {
  padding-top: 60px;
}
.is-wireframe .p-section__text,
.is-wireframe .c-textblock {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.is-wireframe a {
  text-decoration: none;
  color: #000;
}
.is-wireframe a:hover {
  opacity: 0.7;
}
.is-wireframe h1, .is-wireframe h2, .is-wireframe h3, .is-wireframe h4, .is-wireframe h5, .is-wireframe h6 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: #000;
}
.is-wireframe ul:not(.l-header__nav-list):not(.l-footer__nav-list),
.is-wireframe ol:not(.l-header__nav-list):not(.l-footer__nav-list) {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.is-wireframe li {
  margin-bottom: 0.5rem;
}
.is-wireframe .c-card-grid {
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .is-wireframe .c-card-grid {
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .is-wireframe .c-card-grid {
    gap: 1rem;
  }
}
.is-wireframe * {
  box-shadow: none;
}
.is-wireframe * {
  border-radius: 0;
}
.is-wireframe .c-button,
.is-wireframe .c-card {
  border-radius: 2px;
}
.is-wireframe .p-treatment__item,
.is-wireframe .p-concerns__item,
.is-wireframe .p-target__item {
  border: none;
}
.is-wireframe .p-hero {
  display: none;
}
.is-wireframe .p-concerns,
.is-wireframe .p-target,
.is-wireframe .p-treatment {
  display: none;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EEF0E7;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  width: 100%;
}
.l-header__logo {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  order: 1;
}
.l-header__logo a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo-text {
  display: block;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.l-header__cta-wrapper {
  display: flex;
  align-items: center;
  order: 3;
  margin-left: auto;
  margin-right: 1rem;
}
.l-header__cta-wrapper .c-button {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  border: 2px solid #fff;
}
.l-header__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  order: 4;
}
.l-header__toggle-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.l-header__toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 24px;
  height: 24px;
}
.l-header__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.l-header__toggle[aria-expanded=true] .l-header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.l-header__nav {
  display: none;
}
.l-header__nav.is-open, .l-header__nav.is-closing {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #145800;
  backdrop-filter: none;
  padding: 5rem 2rem 2rem;
  z-index: 1000;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .l-header__nav.is-open, .l-header__nav.is-closing {
    width: min(450px, 85vw);
    background: rgba(20, 88, 0, 0.9);
  }
}
.l-header__nav.is-open {
  animation: slideInFromRight 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.l-header__nav.is-closing {
  animation: slideOutToRight 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: left;
  width: 100%;
}
.l-header__nav-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__nav-item:last-child {
  border-bottom: none;
}
.l-header__nav-link {
  color: #fff;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
@media (min-width: 768px) {
  .l-header__nav-link {
    padding: 1.5rem 1rem;
  }
}
.l-header__nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.l-header__nav-link.is-active {
  background-color: rgba(255, 255, 255, 0.15);
}
.l-header__nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.l-header__nav-cta {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.l-header__nav-cta .c-button {
  flex: 1;
  text-align: center;
  padding: 1rem;
  font-size: 0.95rem;
  justify-content: center;
}
.l-header__nav-cta .c-button .material-icons {
  font-size: 1.25rem;
}
.l-header__nav-cta .c-button--primary {
  background-color: #fff;
  color: #145800;
  border-color: #fff;
}
.l-header__nav-cta .c-button--primary:hover {
  opacity: 0.9;
}
.l-header__nav-cta .c-button--secondary {
  background-color: #0C9130;
  color: #fff;
  border-color: #0C9130;
}
.l-header__nav-cta .c-button--secondary:hover {
  opacity: 0.9;
}

.is-home .l-header {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
}
.is-home .l-header .l-header__logo a {
  color: #fff;
  font-weight: 700;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.is-home .l-header .l-header__nav-link {
  color: #fff;
  transition: color 0.3s ease;
}
.is-home .l-header .l-header__nav-link.is-active::after {
  background: rgba(255, 255, 255, 0.5);
}
.is-home .l-header .l-header__toggle-text {
  color: #fff;
  transition: color 0.3s ease;
}
.is-home .l-header .l-header__toggle-bar {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.is-home .l-header .l-header__cta-wrapper .c-button {
  border-color: #fff;
  color: #fff;
  transition: all 0.3s ease;
}
.is-home .l-header .l-header__cta-wrapper .c-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.is-home .l-header.is-scrolled {
  background-color: #EEF0E7;
}
.is-home .l-header.is-scrolled .l-header__logo a {
  color: #145800;
  font-weight: 400;
}
.is-home .l-header.is-scrolled .l-header__logo-text {
  text-shadow: none;
}
.is-home .l-header.is-scrolled .l-header__nav-link {
  color: #000;
}
.is-home .l-header.is-scrolled .l-header__nav-link.is-active::after {
  background: rgba(244, 241, 201, 0.5);
}
.is-home .l-header.is-scrolled .l-header__nav.is-open .l-header__nav-link,
.is-home .l-header.is-scrolled .l-header__nav.is-closing .l-header__nav-link {
  color: #fff;
}
.is-home .l-header.is-scrolled .l-header__nav.is-open .l-header__nav-link.is-active::after,
.is-home .l-header.is-scrolled .l-header__nav.is-closing .l-header__nav-link.is-active::after {
  background: rgba(255, 255, 255, 0.5);
}
.is-home .l-header.is-scrolled .l-header__nav.is-open .l-header__nav-close,
.is-home .l-header.is-scrolled .l-header__nav.is-closing .l-header__nav-close {
  color: #fff;
}
.is-home .l-header.is-scrolled .l-header__toggle[aria-expanded=true] .l-header__toggle-text {
  color: #fff;
}
.is-home .l-header.is-scrolled .l-header__toggle[aria-expanded=true] .l-header__toggle-bar {
  background-color: #fff;
}
.is-home .l-header.is-scrolled .l-header__toggle-text {
  color: #145800;
}
.is-home .l-header.is-scrolled .l-header__toggle-bar {
  background-color: #145800;
}
.is-home .l-header.is-scrolled .l-header__cta-wrapper .c-button {
  border-color: #145800;
  color: #fff;
  background-color: #145800;
}

.is-subpage .l-header {
  position: fixed;
  background-color: #EEF0E7;
}
.is-subpage .l-header .l-header__logo a {
  color: #145800;
  font-weight: 400;
}
.is-subpage .l-header .l-header__logo-text {
  text-shadow: none;
}
.is-subpage .l-header .l-header__nav-link {
  color: #000;
}
.is-subpage .l-header .l-header__nav-link.is-active::after {
  background: rgba(244, 241, 201, 0.5);
}
.is-subpage .l-header .l-header__nav.is-open .l-header__nav-link,
.is-subpage .l-header .l-header__nav.is-closing .l-header__nav-link {
  color: #fff;
}
.is-subpage .l-header .l-header__nav.is-open .l-header__nav-link.is-active::after,
.is-subpage .l-header .l-header__nav.is-closing .l-header__nav-link.is-active::after {
  background: rgba(255, 255, 255, 0.5);
}
.is-subpage .l-header .l-header__nav.is-open .l-header__nav-close,
.is-subpage .l-header .l-header__nav.is-closing .l-header__nav-close {
  color: #fff;
}
.is-subpage .l-header .l-header__toggle[aria-expanded=true] .l-header__toggle-text {
  color: #fff;
}
.is-subpage .l-header .l-header__toggle[aria-expanded=true] .l-header__toggle-bar {
  background-color: #fff;
}
.is-subpage .l-header .l-header__toggle-text {
  color: #145800;
}
.is-subpage .l-header .l-header__toggle-bar {
  background-color: #145800;
}
.is-subpage .l-header .l-header__cta-wrapper .c-button {
  border-color: #145800;
  color: #fff;
  background-color: #145800;
}

@media (max-width: 767px) {
  .l-header__logo {
    font-size: 1.1rem;
  }
  .l-header__cta-wrapper {
    display: none;
  }
  .l-header__toggle-text {
    display: none;
  }
}
.l-footer {
  background-color: #EEF0E7;
  padding: 3rem 1.5rem 2rem;
  margin-top: 4rem;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.l-footer__info {
  margin-bottom: 2rem;
}
.l-footer__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #145800;
  margin-bottom: 0.5rem;
  font-family: "Hannari", serif;
}
.l-footer__description {
  color: #145800;
  font-size: 0.875rem;
  line-height: 1.7;
}
.l-footer__nav {
  margin-bottom: 2rem;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}
.l-footer__nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #145800;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
}
.l-footer__copyright {
  padding-top: 2rem;
  color: #145800;
  font-size: 0.8125rem;
  text-align: right;
}
.l-footer__copyright small {
  font-size: inherit;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 4rem 3rem 2rem;
  }
  .l-footer__nav-list {
    flex-direction: column;
    gap: 0.75rem;
  }
  .l-footer__copyright {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 4rem 3rem 2rem;
  }
  .l-footer__name {
    font-size: 1.25rem;
  }
  .l-footer__nav-list {
    gap: 1.25rem 2rem;
  }
}
.p-section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-section {
    padding: 6rem 0;
  }
}
@media (min-width: 1024px) {
  .p-section {
    padding: 8rem 0;
  }
}

.p-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .p-section__inner {
    padding: 0 3rem;
  }
}

.p-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #000;
  line-height: 1.4;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}
@media (min-width: 768px) {
  .p-section__title {
    font-size: 2.25rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .p-section__title {
    font-size: 2.75rem;
    margin-bottom: 4rem;
  }
}

.p-section__text {
  line-height: 1.9;
  color: #333333;
  margin-bottom: 2rem;
}
.p-section__text:last-child {
  margin-bottom: 0;
}

.p-section__cta {
  margin-top: 3rem;
  text-align: center;
}

.section-title {
  position: relative;
  display: block;
  font-weight: 700;
  color: #000;
  z-index: 1;
  padding: 0 0.5rem;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-title::after {
  content: "";
  position: absolute;
  left: -0.1em;
  bottom: 0.15em;
  width: calc(100% + 0.2em);
  height: 0.55em;
  background: var(--marker-color, rgba(207, 233, 223, 0.5));
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.section--about {
  --marker-color: rgba(207, 233, 223, 0.5);
}

.section--trouble {
  --marker-color: rgba(214, 230, 242, 0.5);
}

.section--first {
  --marker-color: rgba(244, 241, 201, 0.5);
}

.section--access {
  --marker-color: rgba(228, 217, 242, 0.5);
}

.section--target {
  --marker-color: rgba(246, 207, 217, 0.5);
}

.is-on-video {
  --marker-opacity: 0.25;
}
.is-on-video .section-title::after {
  filter: blur(2px);
}

@media (max-width: 767px) {
  .section-title::after {
    height: 0.4em;
  }
}
.p-section__text {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.p-section__cta {
  text-align: center;
  margin-top: 3rem;
}

.c-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: rgba(214, 230, 242, 0.35);
  color: #000;
  text-decoration: none;
  border-radius: 9999px;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
  margin: 0 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.c-button:hover {
  opacity: 0.85;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.c-button--primary {
  background-color: rgba(207, 233, 223, 0.45);
  color: #000;
}
.c-button--primary:hover {
  opacity: 0.9;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

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

.c-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}
.c-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.c-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__body {
  padding: 1.5rem;
}

.c-card__title {
  font-weight: 700;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.c-card__desc {
  color: #666666;
  line-height: 1.8;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.c-card__link {
  display: inline-block;
  font-size: 0.875rem;
  color: #333333;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.c-card__link:hover {
  opacity: 0.7;
}

.c-card--horizontal {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-card--horizontal {
    grid-template-columns: 200px 1fr;
  }
}
.c-card--horizontal .c-card__image {
  aspect-ratio: 1/1;
}

.c-textblock {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  line-height: 1.9;
  color: #333333;
}
.c-textblock--tint-pink {
  background-color: rgba(246, 207, 217, 0.08);
}
.c-textblock--tint-mint {
  background-color: rgba(207, 233, 223, 0.08);
}
.c-textblock--tint-yellow {
  background-color: rgba(244, 241, 201, 0.1);
}
.c-textblock--tint-blue {
  background-color: rgba(214, 230, 242, 0.08);
}
.c-textblock--tint-lavender {
  background-color: rgba(228, 217, 242, 0.08);
}
.c-textblock--pastel {
  background: rgba(214, 230, 242, 0.08);
}
.c-textblock p {
  margin-bottom: 1rem;
}
.c-textblock p:last-child {
  margin-bottom: 0;
}
.c-textblock__note {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.8;
  margin-top: 0.75rem;
}
.c-textblock__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.75rem;
}
.c-textblock ul, .c-textblock ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.c-textblock ul li, .c-textblock ol li {
  margin-bottom: 0.5rem;
  line-height: 1.9;
}
.c-textblock ul li:last-child, .c-textblock ol li:last-child {
  margin-bottom: 0;
}
.c-textblock ul {
  list-style-type: disc;
}
.c-textblock ol {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .c-textblock {
    padding: 1rem;
  }
  .c-textblock__heading {
    font-size: 1.0625rem;
  }
}
.c-button {
  display: inline-block;
  padding: 0.875rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: rgba(207, 233, 223, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-button .material-icons {
  font-size: 1.25rem;
  line-height: 1;
}
.c-button:hover {
  background-color: rgba(207, 233, 223, 0.5);
  transform: translateY(-1px);
}
.c-button:active {
  transform: translateY(0);
}
.c-button--primary {
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
}
.c-button--primary:hover {
  background-color: #145800;
  color: #fff;
}
.c-button--secondary {
  background-color: rgba(244, 241, 201, 0.3);
}
.c-button--secondary:hover {
  background-color: rgba(244, 241, 201, 0.5);
}
.c-button--blue {
  background-color: rgba(214, 230, 242, 0.3);
}
.c-button--blue:hover {
  background-color: rgba(214, 230, 242, 0.5);
}
.c-button--lavender {
  background-color: rgba(228, 217, 242, 0.3);
}
.c-button--lavender:hover {
  background-color: rgba(228, 217, 242, 0.5);
}
.c-button--brown {
  background-color: #B67728;
  color: #fff;
  border-radius: 9999px;
}
.c-button--brown:hover {
  background-color: rgb(140.1891891892, 91.6621621622, 30.8108108108);
  color: #fff;
}
.c-button--large {
  padding: 1.125rem 2.5rem;
  font-size: 1.0625rem;
}
.c-button--small {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
}
.c-button--block {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .c-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  .c-button--large {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-home .p-hero {
  position: relative;
  height: calc(100svh - 60px);
  overflow: hidden;
}
.is-home .p-hero [data-fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.is-home .p-hero [data-fade-up].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.is-home .p-hero__media {
  position: absolute;
  inset: 0;
}
.is-home .p-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 30%), radial-gradient(rgba(0, 0, 0, 0.2) 30%, transparent 30%);
  background-size: 4px 4px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 0px 0px, 2px 2px;
  z-index: 1;
  pointer-events: none;
}
.is-home .p-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-home .p-hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0 1.5rem;
  color: #fff;
}
.is-home .p-hero__title {
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.is-home .p-hero__text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.is-home .p-hero__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .is-home .p-hero__info {
    gap: 1rem;
  }
}
.is-home .p-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .is-home .p-hero__cta {
    flex-direction: row;
    gap: 0.5rem;
    width: auto;
  }
}
.is-home .p-hero__info-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .is-home .p-hero__info-item {
    width: 180px;
    height: 180px;
    font-size: 1.25rem;
  }
}
.is-home .p-hero__info-item:nth-child(1) {
  background-color: rgba(224, 128, 128, 0.65);
  box-shadow: 0 4px 12px rgba(224, 128, 128, 0.4);
  text-shadow: 0 0 10px rgb(200.9493670886, 49.0506329114, 49.0506329114);
}
.is-home .p-hero__info-item:nth-child(2) {
  background-color: rgba(140, 229, 0, 0.65);
  box-shadow: 0 4px 12px rgba(140, 229, 0, 0.4);
  text-shadow: 0 0 10px rgb(77.6419213974, 127, 0);
}
.is-home .p-hero__info-item:nth-child(3) {
  background-color: rgba(98, 127, 224, 0.65);
  box-shadow: 0 4px 12px rgba(98, 127, 224, 0.4);
  text-shadow: 0 0 10px rgb(36.2765957447, 70.2127659574, 183.7234042553);
}
.is-home .p-hero__button--brown {
  background-color: rgba(182, 119, 40, 0.8);
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border: 2px solid #fff;
  border-radius: 0;
  text-shadow: 0 0 10px rgb(77.472972973, 50.6554054054, 17.027027027);
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .is-home .p-hero__button--brown {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
    flex: 0 1 auto;
    margin-bottom: 0;
    display: inline-flex;
  }
}
.is-home .p-hero__button--brown:hover {
  background-color: #B67728;
  transform: translateY(-1px);
  color: #fff;
}
.is-home .p-hero__button--teal {
  background-color: rgba(107, 169, 188, 0.8);
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border: 2px solid #fff;
  border-radius: 0;
  text-shadow: 0 0 10px rgb(52.1976744186, 100.5, 115.3023255814);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .is-home .p-hero__button--teal {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
    flex: 0 1 auto;
    display: inline-flex;
  }
}
.is-home .p-hero__button--teal:hover {
  background-color: #6BA9BC;
  transform: translateY(-1px);
  color: #fff;
}
.is-home .p-hero__side-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .is-home .p-hero__side-buttons {
    display: flex;
  }
}
.is-home .p-hero__side-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #0C9130;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.is-home .p-hero__side-button .material-icons {
  font-size: 1.1rem;
}
.is-home .p-hero__side-button:hover {
  background-color: rgb(6.152866242, 74.347133758, 24.6114649682);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media (min-width: 768px) {
  .is-home .p-hero__content {
    align-items: flex-start;
    text-align: left;
    padding: 0 2rem;
  }
  .is-home .p-hero__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .is-home .p-hero__text {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .is-home .p-hero__content {
    margin: 0 auto;
    padding: 0 5rem;
  }
  .is-home .p-hero__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .is-home .p-hero__text {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
  .is-home .p-hero__side-buttons {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .is-home .p-hero__video {
    display: none;
  }
}
.p-notice {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  height: 60px;
  display: flex;
  align-items: center;
}
.p-notice__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-notice__inner {
    gap: 0.5rem;
  }
}
.p-notice__label {
  font-weight: bold;
  color: #145800;
  font-size: 0.9rem;
  white-space: nowrap;
}
.p-notice__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  flex: 1;
  min-width: 0;
}
.p-notice__link:hover {
  color: #0C9130;
}
@media (max-width: 768px) {
  .p-notice__link {
    gap: 0.5rem;
    font-size: 0.9rem;
  }
}
.p-notice__date {
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-notice__date {
    font-size: 0.8rem;
  }
}
.p-notice__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-notice__more {
  color: #145800;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.p-notice__more:hover {
  border-bottom-color: #145800;
}
@media (max-width: 768px) {
  .p-notice__more {
    font-size: 0.85rem;
  }
}

.p-parallax-divider {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-parallax-divider {
    height: 300px;
  }
}

.p-parallax-divider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-parallax-divider__image {
    min-height: 300%;
  }
}

.p-page-hero {
  position: relative;
  min-height: 20vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #000;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.is-subpage .p-page-hero {
  padding-top: 4.5rem;
}
@media (min-width: 768px) {
  .is-subpage .p-page-hero {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .p-page-hero {
    background-attachment: fixed;
  }
}
.p-page-hero__inner {
  width: 100%;
  max-width: 1200px;
  padding: 4rem 1.5rem;
}

.p-page-hero__title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75rem;
  font-family: "Hannari", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}

.p-page-hero__sub {
  color: #666666;
  font-size: 1rem;
}

.is-home .p-concerns {
  background-color: #EEF0E7;
  position: relative;
  overflow: hidden;
}

.is-home .p-section__inner {
  position: relative;
  z-index: 2;
}

.is-home .p-concerns__bg-left {
  position: absolute;
  left: calc((100vw - 1200px) / 2 - 275px);
  top: 30%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background-image: url("/assets/images/top/spring/1717340_m.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .is-home .p-concerns__bg-left {
    width: 250px;
    height: 250px;
    left: calc((100vw - 900px) / 2 - 225px);
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .is-home .p-concerns__bg-left {
    opacity: 0;
  }
}

.is-home .p-concerns__bg-right {
  position: absolute;
  right: calc((100vw - 1200px) / 2 - 275px);
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background-image: url("/assets/images/top/spring/28405686_m.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .is-home .p-concerns__bg-right {
    width: 250px;
    height: 250px;
    right: calc((100vw - 900px) / 2 - 225px);
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .is-home .p-concerns__bg-right {
    opacity: 0;
  }
}

.is-home .p-concerns__list {
  display: grid;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .is-home .p-concerns__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .is-home .p-concerns__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.is-home .p-concerns .p-section__title {
  color: #145800;
}

.p-concerns__item {
  padding: 1rem 0.75rem;
  background-color: #145800;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.3;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-concerns__item {
    padding: 1.5rem;
    font-size: 0.95rem;
    min-height: 70px;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .p-concerns__item {
    font-size: 1rem;
    min-height: 75px;
  }
}

.is-home .p-target {
  background-color: #E5E9D4;
}

.is-home .p-target.is-visible .p-section__inner {
  padding-left: 0;
  padding-right: 0;
}

.is-home .p-target__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .is-home .p-target__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.is-home .p-target .p-section__title {
  color: #145800;
}

.p-target__item {
  padding: 2rem 1rem;
  background-color: #ffffff;
  border-radius: 8px;
}

.p-target__item-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  color: #145800;
}

.p-target__item-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.p-target__item-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #B67728;
}

.p-first-visit {
  background-color: transparent;
  padding: 0 !important;
}

.p-first-visit .p-section__inner {
  max-width: 100%;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .p-first-visit {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .p-first-visit {
    padding: 0 !important;
  }
}
.p-first-visit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-first-visit__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

.p-first-visit__block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .p-first-visit__block {
    min-height: 350px;
    padding: 0;
  }
}

.p-first-visit__block--description {
  background-color: #ffffff;
  padding: 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-first-visit__block--description {
    padding: 2rem;
  }
}

.p-first-visit__title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  color: #145800;
  text-align: center;
  font-family: "Hannari", serif;
  width: 100%;
}

.p-first-visit__text {
  margin: 0;
  line-height: 1.8;
  color: #145800;
  font-size: 1.1rem;
  width: 100%;
  max-width: 640px;
  font-family: "Hannari", serif;
}

.p-first-visit__block--image {
  overflow: hidden;
  background-color: #ffffff;
}

.p-first-visit__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-first-visit__block--flow {
  background-color: #ffffff;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  .p-first-visit__block--flow {
    padding: 2rem;
  }
}

.p-first-visit__flow-title {
  font-size: 2rem !important;
  font-weight: normal !important;
  margin-bottom: 1.5rem !important;
  color: #145800 !important;
  text-align: center !important;
  font-family: "Hannari", serif !important;
}

.p-first-visit__flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-first-visit__flow-step {
  padding: 1rem;
  background-color: #E5E9D4;
  border-radius: 0;
}
@media (min-width: 768px) {
  .p-first-visit__flow-step {
    padding: 1.5rem;
  }
}
.p-first-visit__flow-step:not(:last-child) {
  margin-bottom: 0;
}

.p-first-visit__step-label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #145800;
  display: inline-block;
}

.p-first-visit__step-text {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: #333333;
  font-size: 0.9rem;
}
.p-first-visit__step-text:first-of-type {
  margin-top: 0;
}
.p-first-visit__step-text:last-of-type {
  margin-bottom: 0;
}

.p-first-visit__flow-divider {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  color: #145800;
  font-size: 1.25rem;
}
.p-first-visit__flow-divider::after {
  content: "▼";
  color: #145800;
}

.is-home .p-treatment {
  background-color: #EEF0E7;
  padding: 9rem 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .is-home .p-treatment {
    padding: 9rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .is-home .p-treatment {
    padding: 9rem 0 0 0 !important;
  }
}

.is-home .p-treatment__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: calc(100% - 9rem);
  background-image: url("/assets/images/top/spring/5126981_m.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  margin-top: 9rem;
}

.is-home .p-section__inner {
  position: relative;
  z-index: 1;
}

.is-home .p-treatment__list {
  max-width: 600px;
  margin: 0 auto;
}

.is-home .p-treatment__item {
  padding: 1rem 0;
}

.is-home .p-treatment .p-section__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  background-color: rgba(20, 88, 0, 0.75);
  padding: 2rem;
}
@media (min-width: 768px) {
  .is-home .p-treatment .p-section__inner {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .is-home .p-treatment .p-section__inner {
    padding: 6rem;
  }
}

.is-home .p-section__title {
  color: #ffffff;
}

.is-home .p-treatment .p-section__title {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .is-home .p-treatment .p-section__title {
    font-size: 2rem;
  }
}

.is-home .p-treatment__list {
  color: #145800;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.is-home .p-treatment__item {
  padding: 1rem 0;
  color: #145800;
  margin-bottom: 30px;
  background-color: #ffffff;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .is-home .p-treatment__item {
    font-size: 1rem;
  }
}
.is-home .p-treatment__item:last-child {
  margin-bottom: 0;
}

.is-home .p-treatment__note {
  color: #ffffff;
  text-align: center;
  margin: 1.5rem 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .is-home .p-treatment__note {
    font-size: 0.95rem;
  }
}

.p-first-visit {
  background-color: #f9f9f9;
}

.p-first-visit__flow {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 8px;
}

.p-first-visit__flow-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
}

.p-first-visit__flow-list {
  counter-reset: step;
  list-style: none;
}
.p-first-visit__flow-list li {
  padding: 1rem 0 1rem 3rem;
  position: relative;
  counter-increment: step;
}
.p-first-visit__flow-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #4a90e2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.is-home .p-fees {
  background-color: rgba(20, 88, 0, 0.35);
  padding: 0 !important;
}

.is-home .p-fees .p-section__title {
  color: #145800;
}

.is-home .p-fees .p-section__inner {
  max-width: 640px;
  background-color: #E5E9D4;
  padding: 2rem !important;
}
@media (min-width: 768px) {
  .is-home .p-fees .p-section__inner {
    padding: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .is-home .p-fees .p-section__inner {
    padding: 6rem !important;
  }
}

.is-home .p-fees__list {
  max-width: 600px;
  margin: 0 auto;
}
.is-home .p-fees__list dt {
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #145800;
}
.is-home .p-fees__list dt:first-child {
  margin-top: 0;
}
.is-home .p-fees__list dd {
  padding-left: 1rem;
  line-height: 1.8;
}

.p-access {
  background-color: #ffffff;
  overflow: hidden;
  padding: 5rem 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .p-access {
    padding-left: 0 !important;
  }
}

.p-access .p-section__title {
  color: #145800;
}

.p-access__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
@media (max-width: 768px) {
  .p-access__container {
    grid-template-columns: 1fr;
  }
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 768px) {
  .p-access__map {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
.p-access__map iframe {
  display: block;
}

.p-access__content {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-access__content {
    padding: 2rem 1.5rem;
  }
}

.p-access__info {
  margin-bottom: 2rem;
  font-style: normal;
}

.p-access__address,
.p-access__tel,
.p-access__email {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.p-access__tel a,
.p-access__email a {
  color: #145800;
  text-decoration: none;
}
.p-access__tel a:hover,
.p-access__email a:hover {
  text-decoration: underline;
}

.p-access__directions {
  margin: 2rem 0;
  padding: 2rem;
  background-color: rgba(238, 240, 231, 0.5);
  border-radius: 8px;
}

.p-access__directions-title {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.p-access__directions-list li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}
.p-access__directions-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #145800;
  font-size: 0.75rem;
}

.p-access__notes {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.p-access__cta {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.p-access__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem;
  border: 2px solid #145800;
  color: #145800;
  background-color: transparent;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-access__button {
    padding: 0.75rem 1.5rem;
  }
}
.p-access__button .material-icons {
  font-size: 1.25rem;
}
.p-access__button:hover {
  background-color: #145800;
  color: #ffffff;
}

.p-clinic-table, .p-clinic-fees-table {
  width: 100%;
  border-collapse: collapse;
}
.p-clinic-table thead tr, .p-clinic-fees-table thead tr {
  background-color: #f5f5f5;
}
.p-clinic-table th, .p-clinic-fees-table th,
.p-clinic-table td,
.p-clinic-fees-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: center;
}
.p-clinic-table th, .p-clinic-fees-table th {
  font-weight: 600;
  background-color: #f5f5f5;
}
.p-clinic-table td, .p-clinic-fees-table td {
  background-color: #fff;
}
.p-clinic-table th[scope=row], .p-clinic-fees-table th[scope=row],
.p-clinic-table td:first-child,
.p-clinic-fees-table td:first-child {
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
}
.p-clinic-table td.is-closed, .p-clinic-fees-table td.is-closed {
  background-color: #e8e8e8;
  color: #999;
}

.p-clinic-table-wrapper {
  overflow-x: auto;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-clinic-table-wrapper {
    -webkit-overflow-scrolling: touch;
  }
}

.p-clinic-fees-table th {
  width: 30%;
}
.p-clinic-fees-table small {
  display: block;
  color: #666;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 400;
}

.p-clinic-card {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.p-clinic-card p {
  margin-bottom: 0.5rem;
}
.p-clinic-card p:last-child {
  margin-bottom: 0;
}
.p-clinic-card p strong {
  font-weight: 600;
}

.p-clinic-note {
  margin-top: 1.5rem;
}
.p-clinic-note a {
  text-decoration: underline;
  color: #0066cc;
}
.p-clinic-note a:hover {
  opacity: 0.7;
}

.p-news--inline {
  background: #fff;
  height: 80px;
  padding: 0 1.5rem;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-news--inline::-webkit-scrollbar {
  height: 4px;
}
.p-news--inline::-webkit-scrollbar-track {
  background: transparent;
}
.p-news--inline::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.p-news__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.p-news__label {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-news__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  flex: 1;
}
.p-news__date {
  font-size: 0.875rem;
  color: #666;
  white-space: nowrap;
}
.p-news__link {
  font-size: 0.9375rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.p-news__link:hover {
  text-decoration: underline;
}
.p-news__more {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-news__more:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-news--inline {
    padding: 0 3rem;
  }
  .p-news__inner {
    gap: 2rem;
  }
}
.c-card--news {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-left: 4px solid #2196f3;
  background-color: #fff;
}
.c-card--news:hover {
  box-shadow: none;
  transform: none;
}

.c-card--news--default {
  border-left-color: #ccc;
}

.c-news-meta {
  display: block;
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.c-news-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.p-news-table {
  width: 100%;
  border-collapse: collapse;
}
.p-news-table thead tr {
  background-color: #f5f5f5;
  border-bottom: 2px solid #ddd;
}
.p-news-table th,
.p-news-table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.p-news-table th {
  font-weight: 600;
  background-color: #f5f5f5;
}
.p-news-table th:first-child,
.p-news-table td:first-child {
  width: 120px;
  white-space: nowrap;
}
.p-news-table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.p-news-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.p-news-table a {
  color: #0066cc;
  text-decoration: none;
}
.p-news-table a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-news-table-wrapper {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .p-news-table-wrapper {
    -webkit-overflow-scrolling: touch;
  }
}

.p-page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #145800;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0.7;
}
.p-page-top.is-visible {
  display: flex;
}
.p-page-top:hover {
  background-color: rgb(37.3863636364, 164.5, 0);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.p-page-top:active {
  transform: translateY(0);
}
.p-page-top .material-icons {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-page-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
  }
}

.l-main {
  min-height: 100vh;
}

.p-section {
  padding: 3rem 1.5rem;
}
.p-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-section__title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #145800;
  text-align: center;
}
.p-section__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #666666;
}

@media (min-width: 768px) {
  .p-section {
    padding: 4rem 3rem;
  }
  .p-section__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .p-section__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-section {
    padding: 5rem 3rem;
  }
  .p-section__title {
    font-size: 2.5rem;
  }
}