@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none; }

fieldset {
  border: none; }

:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.8rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #418056;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: .05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #418056;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: 1rem; }

.u-mt-sm {
  margin-top: 2rem; }

.u-mt-md {
  margin-top: 3rem; }

.u-mt-lg {
  margin-top: 5rem; }

.u-mt-xl {
  margin-top: 8rem; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 1rem; }

.u-mb-sm {
  margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .u-mb-sm {
      margin-bottom: 1rem; } }

.u-mb-md {
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .u-mb-md {
      margin-bottom: 2rem; } }

.u-mb-lg {
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .u-mb-lg {
      margin-bottom: 3rem; } }

.u-mb-xl {
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .u-mb-xl {
      margin-bottom: 5rem; } }

.u-py-0 {
  padding: 0; }

.u-py-3 {
  padding: 3rem; }

.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.u-mt-10 {
  margin-top: 10rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-my-sm {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #418056; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.c-tel__btn--01 a {
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  background: url(images/tel-icon01.svg) no-repeat top 1.5rem left;
  background-size: 2.8rem;
  padding-left: 4.7rem; }
.c-tel__btn--02 a {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.08rem;
  background: #4C9B66 url(images/tel-icon02.png) no-repeat center left 0.5rem;
  background-size: 2.8rem;
  padding: .2rem 1.3rem .4rem 4.5rem;
  border-radius: 3.4rem;
  margin-left: 2.5rem; }

.p-header {
  height: 12rem; }
  .p-header__inner {
    padding: 1.7rem 6.5rem;
    background: #FFF;
    position: fixed;
    z-index: 55;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.35s; }
  .p-header__brand img {
    width: 28.6rem; }
  .p-header__info {
    margin-bottom: 1rem; }
    .p-header__info p {
      color: #2C3B57;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.075rem; }
  .p-header__menu li {
    padding: .5rem 1.9rem; }
    .p-header__menu li:last-child {
      padding-right: 0; }
    .p-header__menu li:first-child {
      padding-left: 0; }
    .p-header__menu li.menu-item-has-children {
      background: url(images/arrow-down01.png) no-repeat center bottom;
      background-size: .9rem; }
    .p-header__menu li a {
      color: #2C3B57;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      transition: ease-in-out all 0.35s; }
      .p-header__menu li a:hover {
        color: #4C9B66; }
    .p-header__menu li.current_page_item a, .p-header__menu li.current-menu-parent a {
      color: #4C9B66; }

@media (min-width: 960.5px) {
  .p-header__menu--tab,
  .c-hamburger {
    display: none; }

  .p-header__menu--01 > li {
    position: relative; }
  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 1.7rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #418056; }
    .p-header__menu--01 li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu--01 li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu--01 li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #FFF;
        font-size: 1.6rem;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu--01 li .sub-menu li a:hover::before {
          content: none; }
        .p-header__menu--01 li .sub-menu li a::after {
          content: "";
          position: absolute;
          top: 2.7rem;
          -webkit-mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          background: #FFF;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit; }
        .p-header__menu--01 li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu--01 li.vz-02 {
    position: initial; }
    .p-header__menu--01 li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: calc(100% - 1.7rem);
      padding: 3rem 10rem 5rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu::before {
        height: calc(100% - 1.7rem); }
      .p-header__menu--01 li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu--01 li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu--01 li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 1.7rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    content: none; }

  .home .p-header {
    height: auto; }
    .home .p-header__inner:not(.active) {
      background: transparent;
      padding: 2.7rem 15rem 2.7rem 6.5rem; } }
@media (max-width: 960px) {
  .c-tel__btn--01 a {
    font-size: 2.6rem;
    background-position: top .9rem left;
    background-size: 2.4rem;
    padding-left: 3.5rem; }

  .p-header {
    height: 6rem; }
    .p-header__inner {
      padding: 0 0.5rem 0 1.5rem; }
    .p-header__brand {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .p-header__brand img {
        width: 15rem; }
    .p-header__info {
      display: none; }
    .p-header__menu--01 {
      display: none; }
    .p-header__menu--list {
      margin-bottom: 3rem; }
      .p-header__menu--list:last-child {
        margin-bottom: 0; }
    .p-header__menu--title {
      color: #418056;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-header__menu--tab {
      padding: 3rem 1.5rem 15rem;
      overflow: auto;
      height: calc(100vh - 12rem);
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      background: #fff; }
      .p-header__menu--tab li {
        margin-bottom: 1rem;
        padding: 0; }
        .p-header__menu--tab li:last-child {
          margin-bottom: 0; }
        .p-header__menu--tab li a {
          color: #454545;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          position: relative;
          transition: all 0.35s;
          padding-left: 1.4rem; }
          .p-header__menu--tab li a::before {
            content: "";
            position: absolute;
            width: 0.8rem;
            height: 0.8rem;
            top: 0.8rem;
            left: 0;
            background: #418056;
            border-radius: 100%;
            transition: all 0.35s; }
          .p-header__menu--tab li a.active {
            color: #418056; }
        .p-header__menu--tab li.v-03 {
          display: none; }
    .p-header__right {
      display: none; }

  .c-hamburger {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    cursor: pointer; }
    .c-hamburger__line {
      background: #333333;
      display: block;
      height: 0.2rem;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .c-hamburger.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: 1rem;
      width: 100%; }
    .c-hamburger.active span:nth-child(2) {
      display: none; }
    .c-hamburger.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -1rem;
      width: 100%; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-header__menu--list {
    grid-template-columns: 1fr 1fr; } }
.home .p-footer::before {
  background: #f5f8f7; }

.p-footer {
  background: url(images/footer-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 21.5rem 0 9rem;
  position: relative;
  z-index: 0; }
  .p-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.3rem;
    top: 0;
    left: 0;
    -webkit-mask: url(images/footer-bg02.png) center top/100% no-repeat;
    mask: url(images/footer-bg02.png) center top/100% no-repeat;
    background: #FFF; }
  .p-footer__logo {
    margin-bottom: 4.5rem; }
    .p-footer__logo img {
      width: 30.3rem;
      display: inline-block; }
  .p-footer__info {
    padding-bottom: 4.5rem;
    margin-bottom: 4rem;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px; }
    .p-footer__info--item:first-child {
      padding-top: 2rem;
      padding-right: 12rem;
      width: calc(100% - 54.5rem); }
    .p-footer__info--item:last-child {
      width: 54.5rem; }
  .p-footer__menu {
    gap: 1.1rem; }
    .p-footer__menu li a {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      position: relative; }
      .p-footer__menu li a::before {
        content: "・"; }
    .p-footer__menu li.vz-02 {
      position: absolute;
      top: 1rem;
      right: 0; }
      .p-footer__menu li.vz-02 a {
        padding-right: 2.2rem; }
        .p-footer__menu li.vz-02 a::before {
          content: "";
          width: .6rem;
          height: 1.2rem;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background: url(images/arrow-right01.svg) no-repeat center;
          background-size: contain; }
    .p-footer__menu.vz-02 {
      grid-template-columns: repeat(3, 1fr); }
  .p-footer__local p {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.17rem;
    margin-bottom: 1.8rem; }
  .p-footer__nav {
    margin-bottom: 8.8rem;
    position: relative; }
    .p-footer__nav--title {
      color: #FFF;
      font-size: 3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.3rem;
      margin-bottom: 1.4rem; }
    .p-footer__nav--item:first-child {
      width: 33rem; }
    .p-footer__nav--item:last-child {
      width: calc(100% - 33rem); }
  .p-footer__schedule dl {
    display: flex;
    border-bottom: #FFF solid 1px; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      padding: 2.7rem 0; }
    .p-footer__schedule dl dt {
      text-align: center;
      width: 20rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 26.5rem) / 6); }
    .p-footer__schedule dl:first-child {
      border-bottom: 0;
      background: #FFF;
      border-radius: .5rem; }
      .p-footer__schedule dl:first-child dt,
      .p-footer__schedule dl:first-child dd {
        color: #4C9B66;
        padding: 1.6rem 0; }
  .p-footer__schedule p {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.15rem;
    margin-top: 1.4rem; }
  .p-footer__schedule.vz-02 dl {
    border-bottom-color: #D9D9D9; }
    .p-footer__schedule.vz-02 dl dt, .p-footer__schedule.vz-02 dl dd {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; }
    .p-footer__schedule.vz-02 dl dd {
      color: #4C9B66;
      text-align: center; }
    .p-footer__schedule.vz-02 dl dt {
      color: #303938;
      text-align: left;
      padding-left: 1.5rem;
      letter-spacing: .15rem; }
    .p-footer__schedule.vz-02 dl:first-child {
      background: #4C9B66; }
      .p-footer__schedule.vz-02 dl:first-child dt, .p-footer__schedule.vz-02 dl:first-child dd {
        color: #FFF; }
    .p-footer__schedule.vz-02 dl:nth-child(3) {
      border-bottom: 0; }
  .p-footer__schedule.vz-02 p {
    color: #303938;
    text-align: center;
    font-size: var(--size-p);
    letter-spacing: .15rem; }
  .p-footer__maps {
    width: 100%;
    height: 40rem;
    background: #CCC;
    border-radius: .8rem; }
    .p-footer__maps iframe {
      width: 100%;
      height: 100%;
      border: 0;
      vertical-align: top;
      border-radius: .8rem; }
  .p-footer__bottom {
    background: #418056;
    padding: 2rem; }
  .p-footer__credit {
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: #FFF solid 1px; }
    .p-footer__credit img {
      width: 15rem; }
  .p-footer__copy {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.3rem; }

.c-nav-fix {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  display: grid;
  gap: .2rem;
  transform: translateY(-50%); }
  .c-nav-fix li a {
    background: #418056;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 8.5rem;
    height: 7rem;
    padding: 1.3rem 0;
    border-radius: 5rem 0 0 5rem;
    background-repeat: no-repeat;
    background-position: center top 1.5rem;
    background-size: 1.7rem; }
  .c-nav-fix li .c-nav-fix__tel a {
    background-image: url(images/tel-icon03.svg); }
  .c-nav-fix li .c-nav-fix__web a {
    background-color: #4C9B66;
    background-image: url(images/web-icon01.png);
    background-size: 2.2rem; }
  .c-nav-fix li .c-nav-fix__access a {
    background-color: #FFF;
    background-image: url(images/local-icon01.svg);
    color: #2C3B57;
    background-size: 1.5rem; }

.footer-link-fix {
  position: fixed;
  z-index: 50;
  bottom: 2rem;
  left: 8rem; }
  .footer-link-fix li img {
    width: 20rem;
    box-shadow: 0 2rem 5rem rgba(11, 24, 33, 0.05);
    border-radius: 100%; }
  .footer-link-fix li .close {
    width: 2rem;
    height: 2rem;
    background: #4C9B66;
    position: absolute;
    top: 2rem;
    right: .7rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 100%; }
    .footer-link-fix li .close::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      -webkit-mask: url(images/icon-close.svg) center/100% no-repeat;
      mask: url(images/icon-close.svg) center/100% no-repeat;
      background: #FFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .footer-link-fix li.active {
    display: none; }

@media (min-width: 960.5px) {
  .c-nav-fix {
    display: none; }

  .home .c-nav-fix {
    display: grid; }

  .p-footer__schedule dl dd:last-child {
    width: 6.5rem; } }
@media (max-width: 960px) {
  .footer-link-fix {
    bottom: 8rem;
    left: 1.5rem; }
    .footer-link-fix li img {
      width: 11rem; }
    .footer-link-fix li .close {
      top: 0.5rem; }

  .c-nav-fix {
    top: auto;
    bottom: 0;
    gap: 0;
    transform: initial;
    display: flex;
    width: 100%;
    border-top: #4C9B66 solid 1px; }
    .c-nav-fix li {
      width: calc(100% / 3); }
      .c-nav-fix li a {
        border-radius: 0;
        height: 6rem;
        width: 100%;
        padding: .6rem 0; }

  .l-footer {
    padding-bottom: 6rem; }

  .p-footer {
    padding: 8rem 0 6rem; }
    .p-footer__nav {
      display: none; }
    .p-footer__logo {
      margin-bottom: 2rem; }
      .p-footer__logo img {
        width: 25rem; }
    .p-footer__info {
      gap: 3rem; }
      .p-footer__info--item:first-child, .p-footer__info--item:last-child {
        width: 100%; }
      .p-footer__info--item:first-child {
        padding-right: 0; }
    .p-footer__local p {
      font-size: 1.5rem;
      text-align: center; }
    .p-footer__maps {
      height: 30rem; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule dl dt {
      width: 10rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 10rem) / 7); }
    .p-footer__schedule.vz-02 dl dt {
      padding-left: 1rem;
      width: 12rem; }
    .p-footer__schedule.vz-02 dl dd {
      width: calc((100% - 12rem) / 7); }
    .p-footer__bottom {
      padding: 1.4rem 1rem; }
    .p-footer__credit {
      padding-right: 1.5rem;
      margin-right: 1.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-footer__schedule dl dt {
    width: 18rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 18rem) / 7); } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-920 {
  max-width: 95rem; }
.l-grid-1120 {
  max-width: 115rem; }
.l-grid-1198 {
  max-width: 122.8rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1220 {
  max-width: 125rem; }
.l-grid-1320 {
  max-width: 135rem; }
.l-grid-1350 {
  max-width: 138rem; }
.l-grid-1400 {
  max-width: 143rem; }
.l-grid-1498 {
  max-width: 152.8rem; }
.l-grid-1580 {
  max-width: 161rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #418056;
  --main-color-light: rgba(65, 128, 86, 0.1);
  --main-color--title: #418056;
  --main-color-white: #ffffff;
  --size-v1: max(3rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--custom {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
  font-size: var(--size-v2);
  color: var(--main-color-white);
  background: var(--main-color--title);
  padding: 1.5rem;
  border-radius: 9.9rem; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    border-bottom: 6px dotted var(--main-color); }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .c-heading--lv1__v2::before {
      content: none; }
  @media (max-width: 960px) {
    .c-heading--lv1, .c-heading--lv1__v2 {
      margin-bottom: 3rem;
      padding-bottom: 2rem; }
      .c-heading--lv1::before, .c-heading--lv1__v2::before {
        width: 6rem; }
      .c-heading--lv1__v2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed #fff;
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600; }
  @media (max-width: 960px) {
    .c-heading--lv2, .c-heading--lv2-alt {
      padding: 1rem 1.5rem;
      text-align: justify; } }

.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0; }

.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading); }
  .c-heading--lv3::before, .c-heading--lv3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--main-color); }
  .c-heading--lv3::before {
    width: 10%;
    z-index: 2; }
  .c-heading--lv3::after {
    width: 100%;
    opacity: 0.1; }

.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify; }
  .c-heading--lv4.vs-01 {
    font-size: var(--size-v1);
    padding-left: 3.5rem; }
    .c-heading--lv4.vs-01::before {
      width: 2.5rem;
      height: 2.5rem;
      left: 0;
      top: 1.2rem; }
    @media (max-width: 960px) {
      .c-heading--lv4.vs-01 {
        padding-left: 2.5rem; }
        .c-heading--lv4.vs-01::before {
          width: 1.8rem;
          height: 1.8rem;
          left: 0;
          top: 0.5rem; } }
  .c-heading--lv4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.5rem;
    background: var(--main-color); }

.c-top__heading {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 1.7rem; }
  .c-top__heading::before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 5.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/title-icon02.png) no-repeat center;
    background-size: contain; }
  .c-top__heading--en {
    display: block;
    color: #f7ac63;
    font-size: 6rem;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--desc {
    color: #f7ac63;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    display: block; }

@media (max-width: 960px) {
  .c-top__heading {
    padding-top: 2rem; }
    .c-top__heading::before {
      width: 4rem;
      height: 3.1rem; }
    .c-top__heading--en {
      font-size: 4rem; }
    .c-top__heading--jp {
      font-size: 2rem; }
    .c-top__heading--desc {
      font-size: 2.5rem; } }
.c-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 7.1rem;
  height: 7.1rem;
  opacity: 0;
  border: #FFF solid 1px;
  background: #418056;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFF; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 1.5rem;
      bottom: 6.5rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 6.5rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 12rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #418056;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(65, 128, 86, 0.2);
    border: #418056 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #418056;
    color: #FFF; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 8rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: #efefef; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row {
      display: flex; }
      .c-table--compare .c-table__row .c-table__body {
        width: calc(100% / 5);
        border: 1px solid #e5e5e5;
        border-right: 0;
        border-bottom: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem; }
        .c-table--compare .c-table__row .c-table__body:last-child {
          border-right: 1px solid #e5e5e5; }
      .c-table--compare .c-table__row:last-child .c-table__body {
        border-bottom: 1px solid #e5e5e5; }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600;
      width: calc(100% / 5);
      border-bottom: 0;
      border-right: 0; }
      .c-table--compare .c-table__row--head .c-table__head:last-child {
        border-right: 1px solid #e5e5e5; }

@media (max-width: 767px) {
  .c-table--compare .c-table__row .c-table__body {
    width: calc((100% - 8rem) / 2);
    padding: 0.5rem;
    font-size: 1.2rem; }
  .c-table--compare .c-table__row--head .c-table__head {
    width: 100%;
    padding: 0.5rem;
    font-size: 1.1rem; } }
.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(7, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(7, 1fr); } }
  @media (max-width: 960px) and (max-width: 767px) {
    .c-table--schedule .c-table__row {
      grid-template-columns: 8rem repeat(5, 1fr) 4rem 6rem; } }

  .c-table--schedule.tn-02 {
    border: none; }
    .c-table--schedule.tn-02 .c-table__row {
      grid-template-columns: 55rem repeat(3, 1fr);
      border: none; }
      @media (max-width: 960px) {
        .c-table--schedule.tn-02 .c-table__row {
          grid-template-columns: 11rem repeat(3, 1fr); } }
  @media (max-width: 960px) and (min-width: 767.5px) {
    .c-table--schedule.tn-02 .c-table__row {
      grid-template-columns: 32rem repeat(3, 1fr); } }

      .c-table--schedule.tn-02 .c-table__row:first-child .c-table__body {
        color: #FFF; }
      .c-table--schedule.tn-02 .c-table__row:last-child {
        background: #f3f3f3; }
    .c-table--schedule.tn-02 .c-table__row--head {
      background: #418056; }
    .c-table--schedule.tn-02 .c-table__head,
    .c-table--schedule.tn-02 .c-table__body {
      color: #418056;
      border: none; }
    .c-table--schedule.tn-02 .c-table__head:first-child {
      border: none; }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; } }
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }
  .c-map::before, .c-map::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem; }
  .c-map::before {
    left: 0;
    top: 0;
    border-left: 0.2rem solid var(--main-color);
    border-top: 0.2rem solid var(--main-color); }
  .c-map::after {
    right: 0;
    bottom: 0;
    border-right: 0.2rem solid var(--main-color);
    border-bottom: 0.2rem solid var(--main-color); }
  @media (max-width: 960px) {
    .c-map {
      aspect-ratio: 16 / 14;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: rgba(69, 69, 69, 0.05);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item::before {
    content: "・";
    position: absolute;
    left: 0; }

.c-list--bg {
  padding: 0;
  background-color: transparent; }
  .c-list--bg li {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: var(--main-color-light); }

.c-list--check .c-list__item {
  padding-left: 2rem; }
  .c-list--check .c-list__item::before {
    content: "✓";
    position: absolute;
    left: 0; }

.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--2col {
      grid-template-columns: repeat(1, 1fr); } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 177, 156, 0.3);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.4rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333; }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .p-page-banner__title .ja {
        font-size: 2.8rem;
        letter-spacing: 0.2rem; } }

.c-news__list {
  margin-bottom: 6rem;
  width: 100%; }
.c-news__main {
  width: calc(100% - 30rem); }
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem; }
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .c-news__pagination .wp-pagenavi span,
  .c-news__pagination .wp-pagenavi a {
    height: 4rem;
    min-width: 4rem;
    border: 0.1rem solid #418056;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #418056;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease; }
  .c-news__pagination .wp-pagenavi a:hover,
  .c-news__pagination .wp-pagenavi .current {
    background: #418056;
    color: #fff; }
.c-news__archive {
  border: #418056 solid 0.1rem;
  margin-bottom: 3rem; }
  .c-news__archive:last-child {
    margin-bottom: 0; }
  .c-news__archive-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #418056;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    position: relative; }
    .c-news__archive-title::before {
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 0.8rem;
      height: .8rem;
      transform: translateY(-50%) rotate(135deg);
      position: absolute;
      content: "";
      border-top: .1rem solid #FFFFFF;
      border-right: .1rem solid #FFFFFF;
      transition: all 0.35s; }
    .c-news__archive-title.active::before {
      transform: translateY(-50%) rotate(315deg); }
  .c-news__archive-list {
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }

.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(65, 128, 86, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #418056; }
    .p-news__item:nth-child(odd) .p-news__date,
    .p-news__item:nth-child(odd) .p-news__title {
      color: #fff; }
  .p-news__item:last-child {
    margin-bottom: 0; }
  .p-news__item:hover {
    background: rgba(65, 128, 86, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #171717; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #0073aa; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: .1rem; }
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171717;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #418056 solid 1px; }
  .p-news__archive-item a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    padding: 1.3rem 0;
    transition: all 0.35s; }
    .p-news__archive-item a:hover {
      color: #418056; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(65, 128, 86, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #418056;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #418056;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h1 {
    border-bottom: #418056 solid 2px; }
  .p-single__content h2 {
    font-size: 2.6rem;
    background: #418056;
    border-radius: 1rem;
    color: #fff;
    padding: 1rem 2rem; }
  .p-single__content h3 {
    font-size: 2.4rem;
    position: relative;
    padding-left: 2.3rem; }
    .p-single__content h3::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      background: #418056;
      border-radius: 100%;
      top: 1.5rem;
      left: 0; }
  .p-single__content h4 {
    font-size: 2.2rem;
    border-left: #418056 solid 2px;
    padding-left: 2rem; }
  .p-single__content h5 {
    font-size: 2rem;
    position: relative; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      width: 8rem;
      height: 2px;
      background: #418056;
      bottom: 0;
      left: 0; }
  .p-single__content h6 {
    font-size: 1.8rem; }
  .p-single__content blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
  .p-single__content ul,
  .p-single__content ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .p-single__content ol {
    list-style: numbered; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.p-single-nav {
  margin-top: 5rem; }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .p-single-nav__link {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.1rem solid #418056;
    border-radius: 3.3rem;
    background: #418056;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column__list {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.p-column__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #418056;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #418056; }

.l-author-container {
  background: rgba(65, 128, 86, 0.1);
  padding: 4.5rem; }

.c-author {
  border: #418056 solid 1px;
  background: #FFF;
  padding: 3rem;
  margin-bottom: 3rem; }
  .c-author:last-child {
    margin-bottom: 0; }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
  .c-author__avatar {
    width: 33rem; }
    .c-author__avatar img {
      width: 100%;
      border-radius: 0.5rem; }
  .c-author__title {
    color: #418056;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
  .c-author__name {
    border-bottom: #454545 dashed 1px;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem; }
    .c-author__name p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
  .c-author__list {
    margin-bottom: 3.5rem; }
    .c-author__list li {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-left: 1.6rem;
      margin-bottom: 1.5rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 1.2rem;
        left: 0;
        border-radius: 100%;
        background: #418056; }
  .c-author__desc {
    margin-bottom: 4rem;
    background: rgba(65, 128, 86, 0.2);
    padding: 2.5rem; }
    .c-author__desc p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem; }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: #418056; }
  .c-author__link.vz-02 ul {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .c-author__table {
    margin-bottom: 3rem;
    border: #999 solid 1px; }
    .c-author__table dl {
      display: flex;
      border-bottom: #999 solid 1px; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        padding: 1rem 2rem; }
      .c-author__table dl dt {
        width: 16rem;
        background: #418056;
        color: #FFF; }
      .c-author__table dl dd {
        width: calc(100% - 16rem); }

.column-list__empty {
  background: rgba(65, 128, 86, 0.1);
  text-align: center;
  padding: 3rem; }
  .column-list__empty p {
    text-align: center; }

@media (max-width: 960px) {
  .l-author-container {
    padding: 1rem;
    margin-bottom: 6rem; }

  .c-author {
    padding: 2rem 1.5rem; }
    .c-author__info {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .c-author__avatar {
      width: 100%;
      margin-bottom: 2rem; }
    .c-author__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .c-author__title.vz-02 {
        font-size: 1.8rem; }
    .c-author__name {
      margin-bottom: 2.5rem; }
      .c-author__name p {
        font-size: 1.5rem; }
        .c-author__name p:nth-child(2) {
          font-size: 1.8rem; }
    .c-author__list {
      margin-bottom: 2.5rem; }
    .c-author__list li {
      font-size: 1.5rem;
      padding-left: 1.4rem;
      margin-bottom: 0.5rem; }
      .c-author__list li::before {
        top: 1rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
    .c-author__desc {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .c-author__link ul {
      gap: 1rem; }
    .c-author__table dl dt,
    .c-author__table dl dd {
      padding: 0.7rem;
      font-size: 1.5rem; }
    .c-author__table dl dt {
      width: 9rem; }
    .c-author__table dl dd {
      width: calc(100% - 9rem); }

  .p-column__list {
    gap: 5rem 1rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; } }
.p-mv {
  padding: 14rem 2rem 0;
  background: url(images/mv-bg01.png), url(images/header-bg01.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
  margin-bottom: 11.5rem; }
  .p-mv__inner {
    max-width: 172.2rem;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
    position: relative; }
    .p-mv__inner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      border-top-left-radius: 5rem;
      background: linear-gradient(90deg, white 0%, rgba(245, 248, 247, 0) 100%); }
    .p-mv__inner video {
      border-top-left-radius: 5rem;
      width: 100%;
      object-fit: cover; }
  .p-mv__visual {
    position: relative;
    z-index: 0; }
    .p-mv__visual .slick-slide img {
      width: 100%;
      border-top-left-radius: 5rem; }
  .p-mv__cont {
    position: absolute;
    top: 45%;
    left: 6.5rem;
    z-index: 2;
    transform: translateY(-50%); }
    .p-mv__cont h2 {
      color: #2C3B57;
      font-size: 4rem;
      font-weight: 500;
      line-height: 190%;
      letter-spacing: 0.64rem;
      margin-bottom: 1.0rem; }
    .p-mv__cont p {
      color: #2C3B57;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0.22rem; }
  .p-mv__scroll a {
    font-size: 0;
    display: block;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    background: #FFF url(images/arrow-down02.svg) no-repeat center;
    background-size: 1.4rem;
    box-shadow: 0 2rem 5rem rgba(11, 24, 33, 0.05); }

.p-top__title--01 .title {
  color: #4C9B66;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.15rem; }
.p-top__title--01 p {
  color: #303938;
  font-size: 2rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
  font-family: "Merriweather Sans", sans-serif; }

.p-top__btn--01 a {
  color: #000000;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  background: url(images/arrow-right02.svg) no-repeat center right;
  background-size: 1.5rem;
  display: inline-block;
  padding-right: 2.4rem; }
.p-top__btn--01.vz-01 a {
  margin-top: 1.8rem;
  margin-right: 3.2rem; }

.p-top__desc--local p {
  color: #303938;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.16rem;
  background: url(images/local-icon02.png) no-repeat center left;
  background-size: 2.4rem;
  padding-left: 3.6rem; }

.p-top-news {
  margin-bottom: 7.7rem; }
  .p-top-news__head {
    margin-bottom: 2rem; }
    .p-top-news__head.vz-02 {
      margin-bottom: 4rem; }
  .p-top-news__gp--item {
    width: 50%;
    position: relative; }
    .p-top-news__gp--item::before {
      content: "";
      position: absolute;
      width: 2px;
      height: calc(100% - 3.5rem);
      top: 1.8rem;
      right: 0;
      background: #4C9B66; }
    .p-top-news__gp--item:first-child {
      padding-right: 2rem; }
    .p-top-news__gp--item:last-child {
      padding-top: 1.3rem;
      padding-left: 4rem; }
      .p-top-news__gp--item:last-child::before {
        content: none; }

.c-news-mini {
  height: 21.5rem;
  padding-right: 2rem; }
  .c-news-mini__date {
    color: #4C9B66;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.035rem;
    width: 10.3rem; }
  .c-news-mini__item {
    border-bottom: #D9D9D9 solid 1px;
    padding: 2.4rem 0; }
    .c-news-mini__item:first-child {
      padding-top: 0; }
    .c-news-mini__item .item {
      width: calc(100% - 10.3rem); }
      .c-news-mini__item .item * {
        color: #303938;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.08rem; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #D3DC79 !important;
  height: 4.5rem !important; }

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  width: .4rem;
  border-radius: .4rem; }

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  background: transparent;
  padding: 0; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: 0;
  right: 0; }

.p-top--slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -7.6rem; }
  .p-top--slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6rem;
    top: 0;
    left: 0;
    background: #fffff5;
    z-index: -1; }
  .p-top--slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 7.6rem);
    top: 0;
    left: 0;
    z-index: -2;
    background: #f5f8f7; }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item {
    width: 35rem; }
    .p-top--slide__item:nth-child(2n) {
      margin-top: 6rem;
      position: relative; }
    .p-top--slide__item img {
      width: 100%;
      border-radius: 2.4rem; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .c-news-mini__item .item * {
    letter-spacing: 0; } }
@media (max-width: 960px) {
  .c-news-mini__date {
    width: 8rem; }
  .c-news-mini__item .item {
    width: calc(100% - 8rem); }

  .p-top__btn--01.vz-01 a {
    margin-right: 0; }

  .p-mv {
    padding: 0;
    margin-bottom: 5rem; }
    .p-mv__visual .slick-slide img {
      border-top-left-radius: 0; }
    .p-mv__inner::before, .p-mv__inner video {
      border-top-left-radius: 0; }
    .p-mv__inner video {
      height: 42rem; }
    .p-mv__cont {
      top: 75%;
      width: 100%;
      left: 0;
      padding: 0 1.5rem; }
      .p-mv__cont h2 {
        font-size: 2.4rem;
        letter-spacing: 0;
        line-height: 140%; }
      .p-mv__cont p {
        font-size: 1.5rem;
        letter-spacing: 0; }
    .p-mv__scroll a {
      width: 6rem;
      height: 6rem;
      bottom: -3rem;
      left: 71%; }

  .p-top-news {
    margin-bottom: 5rem; }
    .p-top-news__gp--item {
      width: 100%; }
      .p-top-news__gp--item::before {
        content: none; }
      .p-top-news__gp--item:first-child {
        padding-right: 0;
        margin-bottom: 2.5rem; }
      .p-top-news__gp--item:last-child {
        padding-top: 0;
        padding-left: 0; }
    .p-top-news__head.vz-02 {
      margin-bottom: 1.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .c-news-mini__date {
    width: 9rem; }
  .c-news-mini__item .item {
    width: calc(100% - 9rem); } }
@media (max-width: 767px) {
  .p-mv__visual::before {
    background: linear-gradient(90deg, white 0%, #f5f8f7 100%);
    opacity: 0.8; }
  .p-mv__visual .slick-slide img {
    height: 28rem;
    object-fit: cover; }

  .p-top--slide {
    margin-bottom: -3.6rem; }
    .p-top--slide::before {
      height: 3rem; }
    .p-top--slide::after {
      height: calc(100% - 3.6rem); }
    .p-top--slide__list {
      gap: 1rem; }
    .p-top--slide__item {
      width: 24rem; }
      .p-top--slide__item:nth-child(2n) {
        margin-top: 3rem; } }
.p-title {
  position: relative;
  z-index: 0;
  padding-bottom: 2rem; }
  .p-title-ja {
    color: #4C9B66;
    font-size: 5.9rem;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 1.18rem;
    text-align: center;
    padding-bottom: 1.5rem; }
  .p-title-en {
    color: #2C3B57;
    font-size: var(--size-p);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.54rem;
    font-family: "Merriweather Sans", sans-serif;
    text-align: center; }
  .p-title::before {
    content: "";
    position: absolute;
    width: 6rem;
    height: 0.3rem;
    background: #4C9B66;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .p-title.vz-02 .p-title-ja, .p-title.vz-02 .p-title-en {
    text-align: left; }
  .p-title.vz-02::before {
    left: 0;
    transform: scale(-1); }

.p-top-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  min-height: 6rem;
  padding: .5rem 1rem;
  background: #4C9B66;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: .17rem;
  border-radius: 9.9rem;
  text-align: center;
  border: 1px solid transparent;
  opacity: 1;
  position: relative;
  z-index: 0;
  transition: all .35s; }
  .p-top-btn a::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url(images/img_feature-arrow.png) center/100% no-repeat;
    mask: url(images/img_feature-arrow.png) center/100% no-repeat;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    z-index: -1;
    transition: all .35s; }
  .p-top-btn a:hover {
    background: #FFF;
    border: 1px solid #4C9B66;
    color: #4C9B66; }
    .p-top-btn a:hover::before {
      background: #4C9B66; }

.p-treatment {
  padding: 4.4rem 0 13rem 0;
  position: relative;
  z-index: 0;
  background: url(images/treatment_bg.png) no-repeat center top -8rem;
  background-repeat: repeat-y; }
  .p-treatment .p-title {
    margin-bottom: 4.2rem; }
  .p-treatment__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem 2.2rem; }
    .p-treatment__container li {
      width: calc((100% - 6.6rem) / 4); }
      .p-treatment__container li a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-radius: 1rem;
        background: #4C9B66;
        position: relative;
        z-index: 0;
        width: 100%;
        padding: 5.3rem 2.5rem 5.3rem;
        transition: all .35s;
        opacity: 1; }
        .p-treatment__container li a .item-title {
          display: flex;
          width: 100%;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 1.1rem; }
          .p-treatment__container li a .item-title__ja {
            color: #FFF;
            font-size: 2.4rem;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: 0.24rem;
            text-align: center; }
          .p-treatment__container li a .item-title__en {
            color: #FFF;
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 84%;
            letter-spacing: 0.1rem;
            text-align: center;
            font-family: "Merriweather Sans", sans-serif; }
        .p-treatment__container li a .item-img {
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .p-treatment__container li a .item-img img {
            opacity: .2;
            width: 100%;
            height: 100%;
            border-radius: 1rem;
            object-fit: cover; }
        .p-treatment__container li a .item-icon {
          margin: 3.1rem auto 0; }
        .p-treatment__container li a .item-content {
          color: #FFF;
          font-size: var(--size-p);
          font-weight: 400;
          line-height: 178%;
          letter-spacing: 0.14rem;
          text-align: center;
          margin-top: 4.7rem; }
        .p-treatment__container li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 2rem);
          height: calc(100% - 2rem);
          border: 2px solid #FFF;
          border-radius: 1.4rem;
          z-index: -1;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .p-treatment__container li a:hover {
          background: #3a82b3; }

.p-exam {
  padding: 12.7rem 0 7.8rem 0;
  background: #FBF7E9;
  margin-bottom: -4.4rem;
  position: relative;
  z-index: 1; }
  .p-exam .p-title {
    margin-bottom: 6rem; }
  .p-exam::before {
    content: "";
    position: absolute;
    width: 66.5rem;
    height: 89.9rem;
    background: url(images/examination_img06.png) no-repeat center/cover;
    z-index: -1;
    top: -19.5rem;
    right: 0;
    transform: rotate(180deg);
    mix-blend-mode: color; }
  .p-exam::after {
    content: "";
    position: absolute;
    width: 66.5rem;
    height: 89.9rem;
    background: url(images/examination_img06.png) no-repeat center/cover;
    z-index: -1;
    bottom: -41rem;
    left: 0;
    mix-blend-mode: color; }
  .p-exam__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5.5rem 4.4rem; }
    .p-exam__container li {
      grid-column: span 2; }
      .p-exam__container li.vz-02 {
        grid-column: span 3; }
      .p-exam__container li a {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0;
        opacity: 1;
        transition: all .35s; }
        .p-exam__container li a .item-img {
          display: block;
          width: 100%;
          border-radius: 2rem;
          margin-bottom: 2rem;
          transition: all .35s; }
          .p-exam__container li a .item-img img {
            width: 100%;
            border-radius: 2rem;
            transition: all .35s; }
        .p-exam__container li a .item-hover {
          display: block;
          width: calc(100% - 10rem);
          padding: 0 3rem;
          position: absolute;
          z-index: 0;
          left: 50%;
          top: 40%;
          transform: translate(-50%, -50%);
          opacity: 0;
          color: #FFF;
          font-size: var(--size-p);
          font-weight: 500;
          line-height: 170%;
          letter-spacing: 0.2rem;
          transition: all 0.35s; }
        .p-exam__container li a .item-title {
          color: #000;
          font-size: 3rem;
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          padding: .5rem 3.5rem .5rem 0;
          position: relative;
          z-index: 0; }
          .p-exam__container li a .item-title.vz-02 {
            color: #000;
            font-size: 2.2rem;
            font-weight: 500;
            line-height: 110%;
            letter-spacing: 0; }
          .p-exam__container li a .item-title::before {
            content: "";
            position: absolute;
            width: 1.64rem;
            height: 0.6rem;
            background: url(images/arrow_exam01.png) no-repeat center/cover;
            top: 55%;
            transform: translateY(-50%);
            right: 0rem;
            z-index: -1; }

.p-lifestyle {
  padding: 21.4rem 0 10rem 0;
  position: relative;
  z-index: 0; }
  .p-lifestyle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 21.4rem;
    background: url(images/lifestyle_img06.png) no-repeat center top/contain;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-lifestyle__container {
    display: flex;
    justify-content: center;
    margin-top: -17rem;
    gap: 10.5rem; }
    .p-lifestyle__container-img {
      width: calc(100% - 10.5rem - 59.9rem + 35rem);
      margin-left: -35rem; }
      .p-lifestyle__container-img img {
        width: 100%;
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem; }
    .p-lifestyle__container .box-content {
      width: 59.9rem;
      margin-top: 17.2rem; }
      .p-lifestyle__container .box-content .p-title {
        width: 100%;
        margin-bottom: 3.5rem; }
        .p-lifestyle__container .box-content .p-title .p-title-ja .ls-title {
          letter-spacing: .2rem; }
      .p-lifestyle__container .box-content .content {
        width: 100%; }
        .p-lifestyle__container .box-content .content p {
          color: #181818;
          font-size: var(--size-p);
          font-weight: 400;
          line-height: 200%;
          letter-spacing: 0.16rem; }
  .p-lifestyle__img-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 114.8rem;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18rem; }
    .p-lifestyle__img-link li {
      width: calc((100% - 2rem) / 3); }
      .p-lifestyle__img-link li a {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0;
        background: #4C9B66;
        border-radius: 1rem;
        box-shadow: 0 2rem 5rem rgba(11, 24, 33, 0.05);
        opacity: 1;
        transition: all .35s; }
        .p-lifestyle__img-link li a img {
          border-radius: 1rem;
          opacity: .2;
          width: 100%; }
        .p-lifestyle__img-link li a .item-title {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: absolute;
          z-index: 1;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
          .p-lifestyle__img-link li a .item-title-en {
            color: #FFF;
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 120%;
            letter-spacing: 0.012rem;
            text-align: center;
            font-family: "Merriweather Sans", sans-serif; }
          .p-lifestyle__img-link li a .item-title-ja {
            color: #FFF;
            font-size: 2.4rem;
            font-weight: 500;
            line-height: 225%;
            letter-spacing: 0.016rem;
            text-align: center; }
        .p-lifestyle__img-link li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 2rem);
          height: calc(100% - 2rem);
          border: 2px solid #FFF;
          z-index: -1;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 1.4rem; }
        .p-lifestyle__img-link li a::after {
          content: "";
          position: absolute;
          width: 0.7rem;
          height: 1.2rem;
          background: url(images/lifestyle_img05.png) no-repeat center/cover;
          z-index: 1;
          bottom: 2rem;
          right: 2rem; }
        .p-lifestyle__img-link li a:hover {
          background: #3a82b3; }

.p-feature {
  padding: 12.7rem 0 4.7rem 0;
  background: #E9F6F1;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .p-feature::before {
    content: "";
    position: absolute;
    width: 75rem;
    height: 23.7rem;
    background: url(images/img_feature13.svg) no-repeat center/cover;
    top: 0;
    right: 0;
    z-index: -1; }
  .p-feature::after {
    content: "";
    position: absolute;
    width: 18.6rem;
    height: 70.6rem;
    background: url(images/img_feature12.svg) no-repeat center/cover;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .p-feature .p-title {
    margin-bottom: 4.8rem; }
  .p-feature__container {
    counter-reset: section; }
    .p-feature__container-01 {
      display: flex;
      justify-content: center;
      margin-bottom: 12.2rem; }
      .p-feature__container-01 .item-01 {
        position: relative;
        z-index: 1;
        padding: 12.7rem 5rem 0 10.8rem;
        display: flex;
        flex-direction: column;
        width: 59rem; }
        .p-feature__container-01 .item-01 h4 {
          color: #4C9B66;
          font-size: 3rem;
          font-weight: 500;
          line-height: 153%;
          letter-spacing: 0.3rem;
          margin-bottom: 2.5rem;
          position: relative;
          z-index: 0; }
          .p-feature__container-01 .item-01 h4::after {
            counter-increment: section;
            content: counter(section,decimal-leading-zero);
            position: absolute;
            z-index: -1;
            color: #4C9B66;
            font-size: 10rem;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: .5rem;
            font-family: "Merriweather Sans", sans-serif;
            top: -12.3rem;
            left: -3.7rem; }
        .p-feature__container-01 .item-01 p {
          color: #181818;
          font-size: var(--size-p);
          font-weight: 400;
          line-height: 167%;
          letter-spacing: 0.16rem;
          margin-bottom: 2.7rem; }
        .p-feature__container-01 .item-01 .items-btn {
          padding-left: 5.8rem; }
          .p-feature__container-01 .item-01 .items-btn .p-top-btn {
            margin-bottom: 1rem; }
            .p-feature__container-01 .item-01 .items-btn .p-top-btn:last-child {
              margin-bottom: 0rem; }
        .p-feature__container-01 .item-01::before {
          content: "";
          position: absolute;
          width: calc(100% + 10rem);
          height: 65.7rem;
          background: url(images/img_feature02.svg) no-repeat center/cover;
          top: -0.5rem;
          left: -5rem;
          z-index: -1; }
      .p-feature__container-01 .item-02 {
        width: calc(100% - 59rem + 18.6rem + 24rem);
        margin-right: -24rem;
        margin-left: -18.6rem; }
        .p-feature__container-01 .item-02 img {
          width: 100%; }
      .p-feature__container-01.vz-05 .feature-items .slick-slide {
        margin: 0 1.25rem; }
      .p-feature__container-01.vz-05 .feature-items .slick-dots {
        display: flex;
        gap: 3rem;
        align-items: center;
        margin-left: 29.3rem;
        margin-top: 2.2rem; }
        .p-feature__container-01.vz-05 .feature-items .slick-dots li {
          font-size: 0;
          width: 1.4rem;
          height: 1.4rem;
          border-radius: 50%;
          background: rgba(13, 84, 53, 0.2);
          cursor: pointer; }
          .p-feature__container-01.vz-05 .feature-items .slick-dots li.slick-active {
            background: #4C9B66;
            width: 2rem;
            height: 2rem; }

@media (min-width: 960.5px) {
  .p-exam__container li a:hover .item-img {
    background: rgba(76, 155, 102, 0.82); }
    .p-exam__container li a:hover .item-img img {
      opacity: .2; }
  .p-exam__container li a:hover .item-hover {
    opacity: 1; }

  .p-feature__container-01.vz-02 {
    margin-bottom: 9.3rem; }
    .p-feature__container-01.vz-02 .item-01 {
      order: 1;
      padding: 3rem 5.4rem 0 8.8rem; }
      .p-feature__container-01.vz-02 .item-01::before {
        content: "";
        position: absolute;
        width: calc(100% + 12rem);
        height: 68.2rem;
        background: url(images/img_feature04.svg) no-repeat center/cover;
        top: -10.8rem;
        left: -6rem; }
      .p-feature__container-01.vz-02 .item-01 h5::after {
        left: auto;
        right: 4.9rem;
        top: -12.3rem; }
    .p-feature__container-01.vz-02 .item-02 {
      margin-left: -24rem;
      margin-right: -18.6rem; }
  .p-feature__container-01.vz-03 {
    margin-bottom: 10.2rem; }
    .p-feature__container-01.vz-03 .item-01 {
      padding: 2.5rem 6rem 0 10rem; }
      .p-feature__container-01.vz-03 .item-01::before {
        content: "";
        position: absolute;
        width: calc(100% + 12.9rem);
        height: 65.8rem;
        background: url(images/img_feature06.svg) no-repeat center/cover;
        top: -10.4rem;
        left: -5rem; }
  .p-feature__container-01.vz-04 {
    margin-bottom: 14rem; }
    .p-feature__container-01.vz-04 .item-01 {
      padding: 12.8rem 4rem 0 9rem; }
      .p-feature__container-01.vz-04 .item-01::before {
        content: "";
        position: absolute;
        width: calc(100% + 8.1rem);
        height: 68.1rem;
        background: url(images/img_feature08.svg) no-repeat center/cover;
        top: -7.2rem;
        left: -5.6rem; }
      .p-feature__container-01.vz-04 .item-01 h5::after {
        left: auto;
        right: 6rem;
        top: -12.5rem; }
      .p-feature__container-01.vz-04 .item-01::after {
        content: "";
        position: absolute;
        width: 23.6rem;
        height: 14.1rem;
        background: url(images/img-feature14.png) no-repeat center/cover;
        z-index: -2;
        top: 1rem;
        right: -8rem; }
  .p-feature__container-01.vz-05 {
    margin-bottom: 10.2rem; }
    .p-feature__container-01.vz-05 .item-01 {
      padding: 5.5rem 7rem 0 11rem;
      z-index: 1; }
      .p-feature__container-01.vz-05 .item-01::before {
        content: "";
        position: absolute;
        width: calc(100% + 12rem);
        height: 68.2rem;
        background: url(images/img_feature04.svg) no-repeat center/cover;
        top: -8.6rem;
        left: -3.8rem; }
      .p-feature__container-01.vz-05 .item-01 h5::after {
        top: -12.5rem;
        left: -3.5rem; }
    .p-feature__container-01.vz-05 .item-02 {
      width: calc(100% - 59rem + 5rem + 68rem);
      margin-right: -68rem;
      margin-left: -5rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-treatment__container li a {
    padding: 3.3rem 2.5rem 3.3rem; }

  .p-treatment__container li a .item-content {
    margin-top: 2.7rem;
    min-height: 14rem; }

  .p-lifestyle__img-link {
    margin-top: -15rem; }

  .p-lifestyle__img-link li a .item-title-en {
    font-size: 1.5rem; }

  .p-lifestyle__img-link li a .item-title-ja {
    font-size: 2.5rem; }

  .p-lifestyle__container .box-content {
    margin-top: 11rem; }

  .p-feature::after {
    width: 11.6rem;
    height: 43.6rem; } }
@media (max-width: 960px) {
  .p-title {
    padding-bottom: 1.5rem; }
    .p-title.vz-02::before {
      left: 50%;
      transform: translateX(-50%); }

  .p-title-ja {
    font-size: 2.5rem;
    letter-spacing: .5rem;
    padding-bottom: 1rem; }

  .p-top-btn a {
    min-height: 5.4rem;
    width: 17.5rem;
    padding: .5rem .5rem;
    font-size: 1.5rem;
    letter-spacing: 0; }

  .p-top-btn a::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem; }

  .p-feature__container-01 .item-01 .items-btn .p-top-btn {
    margin-bottom: 0rem; }

  .p-treatment {
    padding: 5.4rem 0 5rem 0; }

  .p-treatment .p-title {
    margin-bottom: 2.2rem; }

  .p-treatment__container {
    gap: 1rem; }

  .p-treatment__container li {
    width: calc((100% - 1rem) / 2); }

  .p-treatment__container li a .item-title {
    gap: .5rem;
    min-height: 6rem; }

  .p-treatment__container li a .item-title__ja {
    font-size: 1.5rem;
    letter-spacing: 0; }

  .p-treatment__container li a .item-title__en {
    letter-spacing: 0;
    line-height: 120%; }

  .p-treatment__container li a {
    padding: 1.5rem 1.5rem 1.5rem; }

  .p-treatment__container li a::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 0.5rem; }

  .p-treatment__container li a .item-icon {
    margin: 1rem auto 0;
    width: 4rem; }

  .p-treatment__container li a .item-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 1rem; }

  .p-exam {
    padding: 4.7rem 0 2.4rem 0; }
    .p-exam .p-title {
      margin-bottom: 2rem; }
    .p-exam__container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;
      flex-wrap: wrap; }
      .p-exam__container > li {
        width: calc((100% - 1rem) / 2); }

  .p-exam::before,
  .p-exam::after {
    display: none; }

  .p-exam__container li a .item-title {
    font-size: 1.5rem;
    padding: .5rem 2.5rem .5rem 0; }
    .p-exam__container li a .item-title.vz-02 {
      font-size: 1.4rem; }

  .p-exam__container li a .item-img {
    margin-bottom: 0; }
    .p-exam__container li a .item-img img {
      border-radius: .5rem;
      aspect-ratio: 8 / 5;
      object-fit: cover; }

  .p-exam__container li a .item-hover {
    display: none; }

  .p-lifestyle {
    padding: 4.7rem 0 4.7rem 0; }

  .p-lifestyle__container {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0; }

  .p-lifestyle__container-img {
    margin-left: 0;
    width: 100%; }
    .p-lifestyle__container-img img {
      border-radius: .5rem; }

  .p-lifestyle__container .box-content {
    width: 100%;
    margin-top: 0; }

  .p-lifestyle__container .box-content .p-title {
    margin-bottom: 1.5rem; }

  .p-lifestyle__img-link {
    margin-top: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem; }

  .p-lifestyle__img-link li a .item-title-ja {
    font-size: 2rem; }

  .p-lifestyle__img-link li a::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 1rem; }

  .p-lifestyle__container .box-content .content p {
    line-height: 185%;
    font-weight: 500; }

  .p-feature {
    padding: 4.7rem 0 2rem 0; }

  .p-feature::before,
  .p-feature::after {
    display: none; }

  .p-feature__container-01 {
    flex-direction: column-reverse;
    margin-bottom: 3.4rem; }

  .p-feature__container-01 .item-01 {
    width: calc(100% + 3rem);
    padding: 3.1rem 1.5rem 4.5rem;
    margin-bottom: 1.5rem;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -1.5rem;
    background-color: #fbf7e9; }

  .p-feature__container-01 .item-01::before {
    width: 100%;
    height: 32.5rem;
    top: 0;
    left: 0;
    background: url(images/img_feature14.svg) no-repeat center/cover;
    background-color: #fbf7e9;
    border-radius: 1rem;
    background-image: inherit !important; }

  .p-feature__container-01 .item-01 h4 {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    padding-top: .6rem;
    font-weight: 600; }

  .p-feature__container-01 .item-01 h4::after {
    top: -5.5rem !important;
    left: -0.4rem !important;
    font-size: 5rem;
    right: inherit !important; }

  .p-feature__container-01 .item-01 p {
    line-height: 185%;
    letter-spacing: .1rem;
    margin-bottom: .5rem;
    text-align: justify; }

  .p-feature__container-01 .item-01 .items-btn {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.3rem; }

  .p-feature__container-01 .item-02 {
    width: calc(100% + 3rem);
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -1.5rem; }

  .p-feature__container-01 .item-02 img {
    position: relative;
    left: 0;
    height: 20rem;
    object-fit: cover; }

  .p-feature__container-01.vz-05 .feature-items .slick-slide {
    margin: 0; }

  .p-feature__container-01.vz-05 .feature-items .slick-dots {
    justify-content: center;
    margin-left: 0;
    margin-bottom: .7rem;
    z-index: 2;
    gap: 1.5rem;
    position: relative;
    margin-top: -2.2rem; }

  .p-feature__container-01.vz-05 .feature-items .slick-dots li {
    width: 1rem;
    height: 1rem;
    background: #0d5435; }

  .p-feature__container-01.vz-05 .feature-items .slick-dots li.slick-active {
    width: 1.5rem;
    height: 1.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-title-ja {
    font-size: 3.5rem; }

  .p-top-btn a {
    min-height: 6.4rem;
    width: 24.5rem;
    padding: .5rem 1.5rem;
    font-size: 1.8rem; }

  .p-top-btn a::before {
    right: 2rem; }

  .p-treatment__container li {
    width: calc((100% - 2rem) / 3); }

  .p-treatment__container li a .item-title__ja {
    font-size: 2rem; }

  .p-treatment__container li a .item-icon {
    margin: 2rem auto 0;
    width: 5rem; }

  .p-treatment__container li a .item-content {
    font-size: 1.3rem;
    margin-top: 2rem; }

  .p-exam__container li a .item-img {
    margin-bottom: .5rem; }

  .p-exam__container li a .item-title br {
    display: none; }

  .p-lifestyle__container {
    flex-direction: inherit; }

  .p-lifestyle__container-img {
    margin-left: -10rem;
    width: calc(100% + 10rem); }
    .p-lifestyle__container-img img {
      border-top-right-radius: 99rem;
      border-bottom-right-radius: 99rem; }

  .p-lifestyle__container .box-content .content p {
    font-size: 1.5rem;
    font-weight: 400; }

  .p-lifestyle__img-link {
    margin-top: -5.5rem;
    padding-left: 4rem;
    padding-right: 4rem; }

  .p-lifestyle__img-link li a img {
    border-radius: 1.5rem;
    aspect-ratio: 9 / 6;
    object-fit: cover; }

  .p-feature__container-01 .item-02 img {
    height: auto; }

  .p-feature__container-01 .item-01::before {
    display: none; }

  .p-feature__container-01 .item-01 h4 {
    font-size: 3.2rem; }

  .p-feature__container-01 .item-01 h4::after {
    top: -6.8rem !important;
    left: -0.5rem !important;
    font-size: 7rem; } }
@media (max-width: 767px) {
  .p-feature__container-01 .item-01 .items-btn {
    width: calc(100% + 3rem);
    position: relative;
    left: -1.5rem; }

  .p-exam__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem; }

  .p-exam__container li.vz-02 {
    grid-column: inherit; }

  .p-exam__container li {
    grid-column: inherit; }

  .p-lifestyle__container .box-content .content {
    background: rgba(251, 247, 233, 0.71);
    border-radius: 1rem;
    padding: 1rem; }

  .p-lifestyle__img-link li {
    width: calc((100% - 1rem) / 2); } }
.p-top-message {
  padding: 12.5rem 0 13rem;
  position: relative;
  background-color: rgba(211, 220, 121, 0.2);
  z-index: 0; }
  .p-top-message::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/bg_message.jpg) no-repeat center/cover;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.15; }
  .p-top-message::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.5rem;
    background: url(images/mess-bg01.png) no-repeat center/cover;
    z-index: -1;
    bottom: 0;
    left: 0; }
  .p-top-message-desc {
    text-align: center;
    margin-top: 3.2rem;
    margin-bottom: 6rem;
    margin-left: -1rem; }
    .p-top-message-desc p {
      color: #181818;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 185%;
      letter-spacing: 0.16rem; }

.p-top-message .items-btn {
  display: flex;
  justify-content: center; }

.p-top-message .p-top-btn a {
  width: 28.5rem; }

.p-top--greeting {
  position: relative;
  padding-top: 6.3rem;
  background-position: center;
  padding-bottom: 4.6rem;
  z-index: 0; }
  .p-top--greeting::before {
    content: "";
    position: absolute;
    width: 81.9rem;
    height: 56.1rem;
    z-index: 0;
    background-image: url(images/bg-greeting.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -14.5rem;
    left: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%); }
  .p-top--greeting__inner {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-right: 15.3rem;
    padding-left: 16.5rem;
    z-index: 10; }
    .p-top--greeting__inner::before {
      content: "";
      position: absolute;
      width: calc(100% - 52.5rem);
      height: 65.3rem;
      bottom: 1rem;
      right: 0;
      background: url(images/bg_greeting.jpg) no-repeat center right/cover;
      z-index: -1;
      border-bottom-right-radius: 17rem; }
  .p-top--greeting .p-greeting__content {
    width: calc(100% - 64.2rem);
    padding-top: 3rem;
    padding-left: 3rem; }
  .p-top--greeting .p-greeting__media {
    width: 64.2rem;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 1rem; }
    .p-top--greeting .p-greeting__media .p-greeting__image {
      width: 43.7rem;
      margin-left: 16.2rem; }
    .p-top--greeting .p-greeting__media .p-greeting__badge {
      position: absolute;
      top: 45%;
      right: -1rem;
      transform: translateY(-50%);
      background: #fff;
      padding: 4.4rem 2rem;
      border-radius: 10rem;
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05); }
      .p-top--greeting .p-greeting__media .p-greeting__badge-inner {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .p-top--greeting .p-greeting__media .p-greeting__badge-role {
        color: #3E4943;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 182%;
        letter-spacing: 0.16rem;
        margin-bottom: 1.5rem; }
      .p-top--greeting .p-greeting__media .p-greeting__badge-name {
        writing-mode: vertical-rl;
        margin-bottom: 2.2rem;
        color: #4C9B66;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 182%;
        letter-spacing: 0.32rem; }
      .p-top--greeting .p-greeting__media .p-greeting__badge-en {
        writing-mode: vertical-rl;
        color: #3E4943;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.12rem; }
  .p-top--greeting__text_gp1 {
    color: #4C9B66;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 182%;
    letter-spacing: 0.22rem;
    padding-top: 4.5rem; }
  .p-top--greeting__text_gp2 {
    color: #181818;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 203%;
    letter-spacing: 0.16rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-right: 1rem; }

.p-top--greeting .items-btn .p-top-btn {
  margin-bottom: 2.4rem; }
  .p-top--greeting .items-btn .p-top-btn:last-child {
    margin-bottom: 0; }

.p-top--greeting .items-btn {
  margin-top: 2.5rem; }

.p-top--greeting .items-btn .p-top-btn a::before {
  -webkit-mask: url(images/icon_greeting.png) center/100% no-repeat;
  mask: url(images/icon_greeting.png) center/100% no-repeat;
  width: 1.7rem;
  height: 1.3rem; }

.p-top_info {
  padding: 3rem 0 10rem;
  background: url(images/bg_info.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
  margin-top: 6.2rem; }
  .p-top_info::before {
    content: "";
    position: absolute;
    width: 68.4rem;
    height: 36.8rem;
    z-index: 0;
    background-image: url(images/icon_info.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0; }
  .p-top_info__container {
    display: flex;
    justify-content: space-between; }
  .p-top_info__left {
    width: calc(100% - 61rem);
    padding-right: 8rem; }
  .p-top_info__box {
    width: calc(100% + 28.5rem);
    margin-left: -28.5rem;
    padding-bottom: 3.3rem;
    display: flex; }
  .p-top_info__interior {
    box-shadow: 1rem 0 0 #FFF;
    width: calc(100% - 42rem);
    padding-right: 4rem;
    align-self: flex-start; }
    .p-top_info__interior img {
      width: 100%; }
  .p-top_info__map {
    width: 42rem;
    height: 48.8rem;
    border-radius: .5rem;
    background: #CCC;
    margin-top: 18.4rem; }
    .p-top_info__map iframe {
      width: 100%;
      height: 100%;
      border: 0; }
  .p-top_info__parking-guide {
    display: flex; }
    .p-top_info__parking-guide img {
      width: 100%; }
  .p-top_info__right {
    width: 61rem;
    margin-top: 16.4rem; }
  .p-top_info__phone {
    margin-bottom: 2rem; }
    .p-top_info__phone a {
      color: #475C4C;
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.12rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42rem;
      padding: 1rem;
      margin: 0 auto;
      background-color: #D2E085;
      text-decoration: none;
      border-radius: 0.5rem;
      transition: 0.3s ease;
      position: relative; }
      .p-top_info__phone a span {
        position: relative;
        padding-left: 4rem; }
        .p-top_info__phone a span::before {
          content: "";
          position: absolute;
          width: 2.2rem;
          height: 2.2rem;
          top: 56%;
          transform: translateY(-50%);
          left: 0;
          background-image: url(images/icon_info1.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
      .p-top_info__phone a:hover {
        opacity: 0.8;
        filter: brightness(0.95); }
  .p-top_info__logo {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    margin-top: 4.4rem; }
    .p-top_info__logo img {
      width: 28.6rem; }
  .p-top_info__tel-box {
    background: #d4e183;
    border-radius: 8px;
    margin-bottom: 2rem; }
    .p-top_info__tel-box a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 7rem;
      font-size: 3.2rem;
      font-weight: 700;
      color: #555;
      text-decoration: none;
      gap: 1.5rem; }
  .p-top_info__address {
    text-align: center;
    margin-bottom: 3.8rem; }
    .p-top_info__address_text {
      color: #475C4C;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.252rem; }
  .p-top_info__schedule dl {
    display: flex;
    border-bottom: #B8B6B1 solid 1px; }
    .p-top_info__schedule dl dt,
    .p-top_info__schedule dl dd {
      color: #4C9B66;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 175%;
      letter-spacing: 0;
      padding: 2.1rem 0; }
    .p-top_info__schedule dl dt {
      padding-left: 4.3rem;
      width: 18.6rem;
      color: #333333;
      font-weight: 500; }
    .p-top_info__schedule dl dd {
      width: calc((100% - 18.6rem) / 7); }
    .p-top_info__schedule dl:first-child {
      border-bottom: 0;
      background: #4C9B66;
      border-radius: 1rem; }
      .p-top_info__schedule dl:first-child dt,
      .p-top_info__schedule dl:first-child dd {
        color: #FFF; }
  .p-top_info__schedule .holiday-note {
    color: #3E4943;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
    margin: 2.7rem 0 4.5rem;
    text-align: center; }
  .p-top_info__access {
    display: flex;
    gap: 1rem;
    margin-bottom: 3.4rem; }
    .p-top_info__access .access-item {
      flex: 1;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      border: 6px solid #E6F5E8;
      border-radius: 1rem;
      position: relative;
      padding: 1.5rem 0; }
      .p-top_info__access .access-item.vz-car {
        padding-left: 9rem; }
      .p-top_info__access .access-item.vz-train {
        padding-left: 8rem; }
      .p-top_info__access .access-item::before {
        content: "";
        position: absolute;
        display: block;
        width: 5.7rem;
        height: 5.1rem;
        margin-right: 2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 2.4rem;
        left: 2.1rem; }
      .p-top_info__access .access-item.vz-car::before {
        background-image: url(images/icon_info2.png); }
      .p-top_info__access .access-item.vz-train::before {
        background-image: url(images/icon_info3.png); }

.p-top_info .items-btn {
  display: flex;
  gap: 5.2rem; }

.p-top_info .p-top-btn a {
  width: 28rem; }

@media (min-width: 960.5px) {
  .p-top--greeting .items-btn .p-top-btn a {
    width: 32rem;
    min-height: 7rem; }

  .p-top_info .p-top-btn a {
    min-height: 7rem; } }
@media (max-width: 1440px) and (min-width: 960px) {
  .p-top--greeting .p-greeting__media .p-greeting__image {
    width: 68%;
    margin-left: 9rem; }

  .p-top--greeting .p-greeting__media .p-greeting__badge {
    right: 6rem; }

  .p-top--greeting__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .p-top--greeting .p-greeting__content {
    padding-left: 0; }

  .p-top_info {
    padding: 3rem 0 7rem; }
    .p-top_info__left {
      width: calc(100% - 59rem);
      padding-right: 4rem; }
    .p-top_info__box {
      width: calc(100% + 4.5rem);
      margin-left: -4.5rem; }
    .p-top_info__interior {
      width: calc(100% - 32rem); }
    .p-top_info__map {
      width: 32rem;
      height: 40rem;
      margin-top: 15rem; }
    .p-top_info__right {
      width: 59rem;
      margin-top: 10rem; }
    .p-top_info__schedule dl dt {
      width: 12rem;
      padding-left: 1.5rem; }
    .p-top_info__schedule dl dd {
      width: calc((100% - 12rem) / 7);
      font-size: 1.4rem; }

  .p-top_info__access .access-item.vz-car {
    padding-left: 5rem; }

  .p-top_info .items-btn {
    gap: 2.2rem; } }
@media (max-width: 960px) {
  .p-top-message {
    padding: 4.5rem 0 6rem; }

  .p-top-message::after {
    display: none; }

  .p-top-message-desc p {
    font-size: 1.5rem; }

  .p-top-message-desc {
    margin-left: 0;
    margin-bottom: 3rem; }

  .p-top-message .p-top-btn a {
    width: 22rem; }

  .p-top--greeting {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .p-top--greeting::before {
      display: none; }
    .p-top--greeting__inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 5rem 0 0; }
    .p-top--greeting .p-greeting__content {
      display: contents; }
    .p-top--greeting .p-title-ja,
    .p-top--greeting .p-title-en {
      order: 1;
      width: 100%; }
    .p-top--greeting .p-greeting__media {
      order: 2;
      width: 100%;
      margin-top: 0;
      margin-bottom: 8rem; }
      .p-top--greeting .p-greeting__media .p-greeting__image {
        margin-left: 12rem;
        margin-top: 5rem;
        text-align: center;
        width: 18rem; }
      .p-top--greeting .p-greeting__media .p-greeting__badge {
        right: auto;
        top: 5rem;
        transform: translateX(50%);
        padding: 0.4rem 1rem; }
        .p-top--greeting .p-greeting__media .p-greeting__badge-name {
          font-size: 2rem;
          margin-bottom: 1rem; }
        .p-top--greeting .p-greeting__media .p-greeting__badge-role {
          margin-bottom: 1rem; }
    .p-top--greeting .p-top--greeting__text {
      order: 3; }
    .p-top--greeting .p-top--greeting__text_gp1 {
      margin-top: -10rem;
      text-align: center; }
    .p-top--greeting .p-top--greeting__text_gp2 {
      padding-bottom: 0;
      font-size: 1.5rem;
      line-height: 185%;
      padding-right: 0; }
    .p-top--greeting .items-btn {
      order: 5;
      width: 100%;
      display: flex;
      align-items: center;
      margin-top: 3rem;
      gap: 1.5rem;
      flex-wrap: wrap;
      justify-content: center; }
      .p-top--greeting .items-btn .p-top-btn {
        margin-bottom: 0; }
        .p-top--greeting .items-btn .p-top-btn a {
          width: 28rem; }

  .p-title.vz-02 .p-title-ja,
  .p-title.vz-02 .p-title-en {
    text-align: center; }

  .p-top--greeting__inner::before {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 0%, black 0%);
    width: 38rem;
    top: 0;
    bottom: auto;
    height: 51rem;
    left: -1.5rem;
    border-radius: 0; }

  .p-top_info {
    padding: 6rem 0 8rem;
    margin-top: 0; }
    .p-top_info::before {
      display: none; }
    .p-top_info__container {
      flex-direction: column; }
    .p-top_info__left {
      width: 100%;
      order: 2;
      padding-right: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
    .p-top_info__box {
      display: contents; }
    .p-top_info__map {
      width: 100%;
      height: 35rem;
      margin-top: 0;
      order: 1; }
    .p-top_info__interior {
      display: none; }
    .p-top_info__parking-guide {
      width: 100%;
      order: 3;
      margin: 0; }
      .p-top_info__parking-guide img {
        object-fit: cover; }
    .p-top_info__right {
      width: 100%;
      margin-top: 0;
      order: 1; }
    .p-top_info__logo {
      margin-top: 2rem;
      margin-bottom: 3rem; }
    .p-top_info__phone a {
      width: 100%; }
    .p-top_info__address {
      margin-bottom: 3rem; }
      .p-top_info__address_text {
        font-size: 1.5rem;
        letter-spacing: 0;
        text-align: center; }
    .p-top_info__schedule dl dt {
      width: 10rem;
      padding-left: 1.5rem;
      font-size: 1.5rem; }
    .p-top_info__schedule dl dd {
      width: calc((100% - 10rem) / 7);
      font-size: 1.3rem; }
    .p-top_info__schedule .holiday-note {
      font-size: 1.5rem;
      margin: 2rem 0 3.5rem; }
    .p-top_info__access {
      gap: 1rem; }
      .p-top_info__access .access-item {
        padding: 1rem; }
        .p-top_info__access .access-item.vz-car, .p-top_info__access .access-item.vz-train {
          padding-left: 4.5rem; }
        .p-top_info__access .access-item::before {
          width: 3rem;
          height: 4.5rem;
          left: 1rem;
          top: 50%;
          transform: translateY(-50%);
          margin-right: 0; }
        .p-top_info__access .access-item p {
          font-size: 1.2rem;
          line-height: 138%; }
    .p-top_info .items-btn {
      margin-bottom: 3rem;
      gap: 1rem;
      display: flex;
      flex-wrap: wrap; }
      .p-top_info .items-btn .p-top-btn {
        margin-left: auto;
        margin-right: auto; }

  .p-top_info__logo img {
    width: 22.6rem;
    margin-top: 3rem; } }
@media (max-width: 960px) and (min-width: 768px) {
  .p-top--greeting__inner::before {
    width: calc(100% + 3rem);
    height: 89rem;
    left: -1.5rem; }

  .p-top--greeting .p-greeting__media .p-greeting__badge {
    right: auto;
    left: 4rem;
    top: 50%;
    padding: 2.4rem 1rem; }

  .p-top--greeting .p-greeting__media .p-greeting__image {
    width: 37rem;
    margin-left: 22rem;
    margin-top: 5.9rem; }

  .p-title.vz-02::before {
    left: 46%; }

  .p-top_info__phone a {
    width: 50%; }

  .p-top_info__schedule dl dt {
    width: 18rem; }

  .p-top_info__schedule dl dd {
    width: calc((100% - 18rem) / 7); }

  .p-top_info .items-btn {
    padding: 0 8rem; }

  .p-top_info__access {
    padding: 0 8rem; } }
@media (max-width: 767px) {
  .p-top_info__interior img {
    width: 100%;
    object-fit: cover; }

  .p-top_info__parking-guide img {
    width: 100%;
    object-fit: cover; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 55%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    .c-image--ratio-16x8.vp-01 {
      aspect-ratio: 16 / 9; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 33.2%;
  margin-left: auto;
  margin-right: 4rem;
  border-radius: 0.8rem;
  padding: 4rem;
  margin-top: -23.5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec;
  text-align: center; }
  .p-doctor-message .name span {
    font-size: 3rem;
    color: #418056;
    font-weight: 700; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  .p-doctor-message__text {
    text-align: left;
    margin-left: .5rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 1rem 2rem;
      padding-bottom: 1rem;
      margin-top: -7rem;
      max-width: 79.2%;
      margin-right: 8rem; }
      .p-doctor-message .name {
        font-size: 1.5rem;
        text-align: center; }
        .p-doctor-message .name span {
          font-size: 2rem; }
      .p-doctor-message .p-doctor-message__text {
        font-size: 1.8rem;
        text-align: center; } }

@media (max-width: 767px) {
  .p-doctor-message {
    margin-right: 4rem; } }
.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .p-faq__item:first-child {
      border-top: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem 0; } }
  .p-faq__question {
    font-size: var(--size-v2);
    font-weight: 600;
    line-height: 1.75;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .p-faq__question::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: var(--main-color--title); }
  .p-faq__answer {
    margin-top: 2rem;
    padding-left: 3rem;
    position: relative; }
    .p-faq__answer::before {
      content: "A";
      position: absolute;
      left: 0rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v3); }
    .p-faq__answer p {
      margin: 0;
      text-align: justify; }

/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */ }
  .p-procedure .listbox {
    margin-top: 1.5rem;
    background: transparent;
    padding: 0 !important;
    box-shadow: none !important; }
  .p-procedure__item {
    position: relative;
    padding: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(27, 32, 101, 0.05);
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2); }
    .p-procedure__item:not(:last-child) {
      margin-bottom: 6rem; }
      .p-procedure__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  .p-procedure__title {
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-procedure__item {
      padding: 2rem; }
      .p-procedure__item:not(:last-child) {
        margin-bottom: 4rem; }
        .p-procedure__item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; }
    .p-procedure__title {
      margin-bottom: 2rem; } }

.p-link {
  background-color: var(--main-color);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  color: var(--main-color-white);
  margin-top: 2rem;
  font-size: Max(1.8rem, 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link:hover {
    background-color: var(--main-color); }
  .p-link::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5rem;
    background-color: #ffffff;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }

/*# sourceMappingURL=style.css.map */
