@-webkit-keyframes underline-sweep {
  0% {
    background-position: 100% 90%;
    background-size: 100% 1px;
  }
  50% {
    background-position: 100% 90%;
    background-size: 0% 1px;
  }
  50.01% {
    background-position: 0 90%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0 90%;
    background-size: 100% 1px;
  }
}
@keyframes underline-sweep {
  0% {
    background-position: 100% 90%;
    background-size: 100% 1px;
  }
  50% {
    background-position: 100% 90%;
    background-size: 0% 1px;
  }
  50.01% {
    background-position: 0 90%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0 90%;
    background-size: 100% 1px;
  }
}
html {
  font-size: calc((var(--vw) * 1.1111111111) + 1rem - 16px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc((var(--vw) * 3.8095238095) + 1rem - 16px);
  }
}

body {
  font-size: 1rem;
  font-family: "Nunito Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  color: #372828;
  background: url(../img/bg.webp) repeat;
  background-size: 5.1875rem;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*::-moz-selection {
  background: #97cbe2;
}

*::selection {
  background: #97cbe2;
}
*::-moz-selection {
  background: #97cbe2;
}

:root {
  --vw: 1vw;
}

/*===========================
  @use
===========================*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, button, summary {
  cursor: pointer;
}
a:focus, button:focus, summary:focus {
  outline: none;
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible), summary:focus:not(:focus-visible) {
  outline: none;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #ddd;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

ol, ul, menu {
  list-style: none;
}

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

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}
input:focus, textarea:focus {
  outline: 1px solid;
}
input:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: 1px solid red;
  background: transparent;
}
input:focus-visible, textarea:focus-visible {
  outline: 1px solid #d3d3d3;
  background: #f3f3f3;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.l-footer {
  margin-left: 11.25rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin: 0;
    padding-bottom: 6rem;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
  display: block;
}

.l-footer__bg {
  position: absolute;
  top: -3.75rem;
  left: 0;
  width: 100%;
  height: calc(100% + 3.75rem);
}
@media screen and (max-width: 768px) {
  .l-footer__bg {
    bottom: auto;
    right: auto;
    left: 50%;
    top: -1.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-footer__bg-layer {
  position: absolute;
  inset: 0;
}
.l-footer__bg-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-footer__bg-mask {
  -webkit-mask-image: url(../img/tree_mask.webp);
  mask-image: url(../img/tree_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
}
.l-footer__bg-mask.is-play {
  -webkit-animation: l-footer-bg-mask-reveal 10s cubic-bezier(0, 0, 0, 1) 1 forwards;
          animation: l-footer-bg-mask-reveal 10s cubic-bezier(0, 0, 0, 1) 1 forwards;
}

@-webkit-keyframes l-footer-bg-mask-reveal {
  to {
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
  }
}

@keyframes l-footer-bg-mask-reveal {
  to {
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
  }
}
.l-header {
  height: 100dvh;
  width: 11.25rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 2.375rem 2rem 2.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: auto;
    width: 100vw;
    padding: 1.25rem 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 6.3125rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.l-header.is-top .l-header__logo {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 5.5rem;
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header.is-top .l-header__logo {
    -webkit-transform: none;
            transform: none;
  }
  .l-header:not(.is-top) .l-header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .l-header.is-menu-open .l-header__logo {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: grid;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 7rem 2rem 3rem;
    background: url(../img/bg.webp) repeat;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .is-open .l-header__nav {
    top: 0;
    left: 0;
  }
}

.l-header__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.l-header__item {
  position: relative;
}

.l-header__item > a,
.l-header__item > .l-header__item-text {
  display: -webkit-box;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding: 0.5rem 0 0.5rem 1.125rem;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__item > a,
  .l-header__item > .l-header__item-text {
    font-size: 1.125rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
.l-header__item > a:hover,
.l-header__item > .l-header__item-text:hover {
  padding: 0.5rem 0 0.5rem 1.375rem;
}
@media screen and (max-width: 768px) {
  .l-header__item > a:hover,
  .l-header__item > .l-header__item-text:hover {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
.l-header__item > a:hover::before,
.l-header__item > .l-header__item-text:hover::before {
  -webkit-transform: translateY(-48%) scale(1.2);
          transform: translateY(-48%) scale(1.2);
}
@media screen and (max-width: 768px) {
  .l-header__item > a:hover::before,
  .l-header__item > .l-header__item-text:hover::before {
    -webkit-transform: translateY(-48%) scale(1);
            transform: translateY(-48%) scale(1);
  }
}
.l-header__item > a::before,
.l-header__item > .l-header__item-text::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  background-color: #AAD0B7;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .l-header__item > a::before,
  .l-header__item > .l-header__item-text::before {
    width: 1rem;
    height: 1rem;
  }
}
.l-header__item > a img,
.l-header__item > .l-header__item-text img {
  width: 0.875rem;
  height: 0.875rem;
}

.l-header__submenu {
  display: grid;
  position: absolute;
  left: 77%;
  top: -50%;
  min-width: 13.75rem;
  padding: 0.75rem 1.25rem;
  background-color: #FFF8F0;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header__item:hover .l-header__submenu, .l-header__item:focus-within .l-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .l-header__submenu {
    position: static;
    min-width: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 1.375rem;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header__submenu-item {
  position: relative;
}

.l-header__submenu-item a {
  display: -webkit-box;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.8;
  padding: 0.25rem 0;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
@media screen and (max-width: 768px) {
  .l-header__submenu-item a {
    font-size: 1rem;
    padding: 0.25rem 0 0.25rem 0;
  }
}
.l-header__submenu-item a:hover {
  padding: 0.25rem 0 0.25rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .l-header__submenu-item a:hover {
    padding: 0.25rem 0 0.25rem 0.25rem;
  }
}
.l-header__submenu-item a img {
  width: 0.875rem;
  height: 0.875rem;
}

.l-header__sns {
  display: -webkit-box;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    gap: 0.75rem;
  }
}

.l-header__sns-link {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.l-header__overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header__overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.l-header__ham-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__ham-menu {
    position: relative;
    z-index: 1;
    width: 2.25rem;
    height: 1.3125rem;
    cursor: pointer;
    display: grid;
    gap: 0.375rem;
  }
  .l-header__ham-menu .l-header__menu-bar {
    width: 100%;
    height: 1px;
    background-color: #372828;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header__ham-menu .l-header__menu-text {
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
  }
  .l-header__ham-menu.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(0.25rem) rotate(30deg);
            transform: translateY(0.25rem) rotate(30deg);
  }
  .l-header__ham-menu.is-open span:nth-of-type(2) {
    -webkit-transform: translateY(-0.25rem) rotate(-30deg);
            transform: translateY(-0.25rem) rotate(-30deg);
  }
}

.l-main {
  margin-left: 11.25rem;
  min-height: calc(100vh - 8.25rem);
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-left: 0;
  }
}

.c-block-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-block-title {
    font-size: 0.875rem;
  }
}
.c-block-title span {
  width: 13.625rem;
  padding: 0.25rem;
  display: grid;
  place-content: center;
  border: 1px solid #372828;
  border-radius: 100vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-block-title span {
    width: 10.625rem;
  }
}
.c-block-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #372828;
  margin-top: 0.25rem;
}

.c-btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0 10px 20px;
  text-align: center;
}

.c-news-content > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-news-content > * + * {
    margin-top: 1.5rem;
  }
}
.c-news-content p {
  line-height: 2;
}
.c-news-content h2 {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 3.5rem;
  padding: 0.75rem 1rem;
  background-color: #FFF8F0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-news-content h2 {
    font-size: 1.125rem;
    padding: 0.625rem 1rem;
    margin-top: 3rem;
  }
}
.c-news-content h2:first-child {
  margin-top: 0;
}
.c-news-content h3 {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #372828;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-news-content h3 {
    font-size: 1rem;
    margin-top: 2.25rem;
  }
}
.c-news-content h4 {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #077244;
}
.c-news-content ul, .c-news-content ol {
  padding-left: 0.5rem;
  display: grid;
  gap: 0.5rem;
}
.c-news-content ul li, .c-news-content ol li {
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.8;
}
.c-news-content ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #077244;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.c-news-content ol {
  counter-reset: ol-counter;
}
.c-news-content ol li {
  counter-increment: ol-counter;
}
.c-news-content ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8125rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #077244;
  line-height: 1.8;
}
.c-news-content blockquote {
  border-left: 3px solid #AAD0B7;
  padding: 1.5rem 1.75rem;
  background-color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-news-content blockquote {
    padding: 1rem 1.25rem;
  }
}
.c-news-content blockquote p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  color: #725353;
}
.c-news-content a {
  color: #077244;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-news-content a:focus {
  text-decoration: none;
}
@media (hover) {
  .c-news-content a:hover {
    text-decoration: none;
  }
}
.c-news-content img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.c-news-content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #725353;
  text-align: center;
}
.c-news-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-news-content table {
    font-size: 0.8125rem;
  }
}
.c-news-content table th, .c-news-content table td {
  padding: 0.75rem 1rem;
  border: 1px solid #D4D0CA;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-news-content table th, .c-news-content table td {
    padding: 0.5rem 0.75rem;
  }
}
.c-news-content table th {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: left;
}

.c-pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.c-pager__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.c-pager__link:hover {
  background-color: #077244;
  border-color: #077244;
  color: #FFFFFF;
}

.c-pager__item--num.is-current .c-pager__link,
.c-pager__item--num.is-current span.c-pager__link {
  background-color: #077244;
  border-color: #077244;
  color: #FFFFFF;
  pointer-events: none;
  cursor: default;
}

.c-pager__item--prev .c-pager__link,
.c-pager__item--next .c-pager__link {
  position: relative;
}

.c-pager__arrow {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #372828;
  border-right: 2px solid #372828;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.c-pager__arrow--prev {
  -webkit-transform: rotate(-135deg) translateX(-1px);
          transform: rotate(-135deg) translateX(-1px);
}
.c-pager__arrow--next {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}

.c-pager__link:hover .c-pager__arrow {
  border-color: #FFFFFF;
}

.c-section-title {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1.125rem;
  }
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #372828;
  -webkit-transform: scaleX(var(--line-scale, 0));
          transform: scaleX(var(--line-scale, 0));
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-kv {
  height: 100dvh;
  min-height: 31.25rem;
}

.p-kv__inner {
  padding: 2.5rem 2.5rem 1.875rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    padding: 3.75rem 1rem 0;
    display: grid;
    grid-template-rows: 1fr -webkit-min-content;
    grid-template-rows: 1fr min-content;
  }
}

.p-kv__copy {
  position: absolute;
  left: 5.625rem;
  top: 2.6875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-kv__copy {
    left: 1rem;
    top: 5.5rem;
  }
}

.p-kv__catch {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.875rem;
  font-size: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 450;
}
@media screen and (max-width: 768px) {
  .p-kv__catch {
    gap: 0.5rem;
    font-size: 1.625rem;
  }
}

.p-kv__catch--line {
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
  background-color: #fff;
  padding: 0.625rem 0.625rem 0;
  -webkit-clip-path: inset(0px 0px 100%);
          clip-path: inset(0px 0px 100%);
}
@media screen and (max-width: 768px) {
  .p-kv__catch--line {
    padding: 0.375rem 0.375rem 0;
  }
}
.p-kv__catch--line .u-color__emphasis {
  color: #372828;
  -webkit-animation: p-kv-catch-emphasis 1s ease 1.2s forwards;
          animation: p-kv-catch-emphasis 1s ease 1.2s forwards;
}

@-webkit-keyframes p-kv-catch-emphasis {
  to {
    color: #077244;
  }
}

@keyframes p-kv-catch-emphasis {
  to {
    color: #077244;
  }
}
.p-kv__lead {
  position: absolute;
  right: 1.4375rem;
  bottom: 3.4375rem;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-kv__lead {
    font-size: 0.9375rem;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.p-kv__lead-kern {
  margin-right: -0.4em;
}

.p-kv__lead-space {
  margin: 0 0.2em;
}

.p-kv__image {
  width: 100%;
  height: 100%;
  border-radius: 31.25rem 1.25rem 31.25rem 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-kv__image {
    border-radius: 12.5rem 0.25rem 12.5rem 0.25rem;
  }
}
.p-kv__image .splide__track {
  width: 100%;
  height: 100%;
}
.p-kv__image .splide__slide picture,
.p-kv__image .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-kv__image .splide__slide img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes p-kv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

@keyframes p-kv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.p-lead {
  padding: 10rem 7.5rem 5rem 12.875rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lead {
    padding: 7rem 2.5rem 17.5rem;
  }
}

.p-lead__content {
  display: -webkit-box;
  display: flex;
  gap: 15%;
}
@media screen and (max-width: 768px) {
  .p-lead__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 3.25rem;
  }
}

.p-lead__title {
  font-size: 2.25rem;
  line-height: 2.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-lead__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-lead__title .u-color__emphasis {
  color: #372828;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
.p-lead__title.is-emphasis .u-color__emphasis {
  color: #077244;
}

.p-lead__title-line {
  display: block;
}

.p-lead__texts {
  margin-top: 11.875rem;
  display: grid;
  gap: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-lead__texts {
    margin-top: 0;
  }
}

.p-lead__tree01, .p-lead__tree02 {
  position: absolute;
  z-index: -1;
}
.p-lead__tree01 .js-lead-anime, .p-lead__tree02 .js-lead-anime {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.p-lead__tree01 {
  width: 25.4375rem;
  aspect-ratio: 814/1002;
  top: 3.625rem;
  right: -7.125rem;
}
@media screen and (max-width: 768px) {
  .p-lead__tree01 {
    width: 13.8125rem;
    top: 5.75rem;
    right: -2.125rem;
  }
}

.p-lead__tree02 {
  width: 29.8125rem;
  aspect-ratio: 944/886;
  bottom: -0.75rem;
  left: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .p-lead__tree02 {
    width: 13.8125rem;
    bottom: 3.5rem;
    left: -2rem;
  }
}

.p-lead__tree-mask {
  -webkit-mask-image: url(../img/tree_mask.webp);
  mask-image: url(../img/tree_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
}

.p-lead__tree01.is-play .p-lead__tree-mask,
.p-lead__tree02.is-play .p-lead__tree-mask {
  -webkit-animation: p-lead-tree-mask-reveal 10s cubic-bezier(0, 0, 0, 1) 1 forwards;
          animation: p-lead-tree-mask-reveal 10s cubic-bezier(0, 0, 0, 1) 1 forwards;
}

@-webkit-keyframes p-lead-tree-mask-reveal {
  to {
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
  }
}

@keyframes p-lead-tree-mask-reveal {
  to {
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
  }
}
.p-important {
  padding: 9.625rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-important {
    padding: 0;
  }
}

.p-important__inner {
  padding: 7.5rem 5.25rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-important__inner {
    padding: 5.5rem 1.5rem;
    border-radius: 0rem;
  }
}

.p-important__list {
  padding-top: 7.5rem;
  display: grid;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-important__list {
    padding-top: 5rem;
    gap: 5rem;
  }
}

.p-important__item {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
}
.p-important__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-important__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-important__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-important__imgs {
  position: relative;
  padding-top: 0.5rem;
  width: 54%;
  flex-shrink: 0;
}
.p-important__imgs img {
  border-radius: 1.25rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-important__imgs {
    width: 100%;
  }
}

.p-important__no {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: absolute;
  font-size: 3.6875rem;
  line-height: 1;
  top: -1.75rem;
  left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-important__no {
    font-size: 3rem;
    top: -1.25rem;
    left: 1rem;
  }
}

.p-important__sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-important__sub-leaf {
  text-align: center;
  display: grid;
  place-content: center;
  color: #FFFFFF;
  width: 5rem;
  height: 3.375rem;
  background: url("../img/text-bg-leaf.webp") no-repeat center center/contain;
}

.p-important__title {
  margin-top: 1.75rem;
  font-size: 1.75rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-important__title {
    font-size: 1.375rem;
    margin-top: 1rem;
  }
}

.p-important__text {
  margin-top: 2rem;
}

.p-about {
  padding: 8.75rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 5.5rem 1.5rem;
  }
}

.p-about__inner {
  padding: 0 5.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding: 0;
    gap: 4.5rem;
  }
}

.p-about-lead__text {
  margin-top: 2.5rem;
}

.p-about-history {
  display: grid;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-about-history {
    gap: 1.5rem;
  }
}

.p-about-history__overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about-history__overview {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-about-history__overview-text {
  display: grid;
  gap: 1.25rem;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}

.p-about-history__lead {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about-history__lead {
    font-size: 1.375rem;
  }
}

.p-about-history__overview-img {
  position: relative;
}

.p-about-history__overview-img-item {
  position: relative;
}

.p-about-history__overview-img-item:nth-child(2),
.p-about-history__overview-img-item:nth-child(3) {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}

.p-about-history__timeline {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2rem 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about-history__timeline {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }
}

.p-about-timeline__item {
  display: grid;
  gap: 2rem;
  grid-template-columns: auto 1fr;
  margin-bottom: 1.75rem;
  position: relative;
}
.p-about-timeline__item::after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: calc(100% - 8px);
  background-color: #DBE9DB;
  position: absolute;
  left: 5.6875rem;
  top: 2.0625rem;
}

.p-about-history__timeline-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-about-timeline__year {
  width: 6.25rem;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  position: relative;
  padding-right: 2.9375rem;
  margin-top: 0.125rem;
}
.p-about-timeline__year::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #077244;
  border: 0.25rem solid #DBE9DB;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0.375rem;
}

.p-about-timeline__year-number {
  font-size: 1.1875rem;
  line-height: 1.2;
}

.p-about-timeline__description {
  line-height: 1.8;
  display: grid;
  gap: 0.25rem;
}

.p-about-timeline__note {
  font-size: 0.875rem;
}

.p-about-timeline__footnote {
  font-size: 0.875rem;
  line-height: 1.8;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .p-about-timeline__footnote {
    font-size: 0.75rem;
    grid-column: 1/2;
  }
}

.p-abut-map {
  display: grid;
  gap: 3.75rem;
  position: relative;
}

.p-abut-map__img {
  padding: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-abut-map__img {
    padding: 0;
  }
}

.p-abut-map__zoom-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-abut-map__zoom-icon {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2rem;
  }
}

.p-abut-map__zoom {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 3.5625rem 0;
  background: rgba(62, 55, 42, 0.6);
  overflow: auto;
}
.p-abut-map__zoom.is-open {
  display: block;
}
.p-abut-map__zoom picture {
  display: block;
  height: 100%;
}
.p-abut-map__zoom img {
  display: block;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(../img/bg.webp) repeat;
  background-size: 5.1875rem;
}

.p-abut-map__zoom-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 1.8125rem;
  height: 1.8125rem;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.p-abut-map__zoom-close::before, .p-abut-map__zoom-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8125rem;
  height: 0.125rem;
  background: #fff;
}
.p-abut-map__zoom-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-abut-map__zoom-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-about-facility {
  display: grid;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-about-facility {
    gap: 1.5rem;
  }
}

.p-about-facility__lead {
  font-size: 1.75rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-facility__lead {
    font-size: 1.375rem;
  }
}

.p-about-facility__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-about-facility__links {
    display: none;
  }
}

.p-about-facility__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #D4D0CA;
}
@media screen and (max-width: 768px) {
  .p-about-facility__link {
    font-size: 1rem;
  }
}
.p-about-facility__link:hover .p-about-facility__icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-about-facility__link-title {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-about-facility__link-title::after {
  background-image: url(../img/dot_border.png);
  background-repeat: repeat-x;
  background-size: 0.5rem 0.125rem;
  content: "";
  display: inline-block;
  height: 0.125rem;
  width: 100%;
}

.p-about-facility__link-quantity {
  font-size: 2rem;
  line-height: 1;
  color: #077244;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: bottom;
          align-items: bottom;
  padding: 0.25rem 0 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-about-facility__link-unit {
  font-size: 0.6875rem;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: end;
}

.p-about-facility__icon {
  background-color: #DBE9DB;
  width: 1.125rem;
  height: 1.125rem;
  display: grid;
  place-content: center;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-about-facility__icon img {
  width: 0.4375rem;
}

.p-about-facility__content {
  display: grid;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about-facility__content {
    gap: 0;
    margin-top: 2.25rem;
  }
}

.p-about-facility__type {
  background-color: #fff;
  display: grid;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-about-facility__type {
    background: none;
    padding: 0;
    gap: 0;
    border-radius: 0;
    border-bottom: 1px solid #D4D0CA;
  }
}

.p-about-facility__type-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #077244;
}
@media screen and (max-width: 768px) {
  .p-about-facility__type-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 1.125rem 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-size: 1.125rem;
    color: #372828;
  }
  .p-about-facility__type-title::after {
    content: "";
    flex-shrink: 0;
    margin-left: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #DBE9DB url(../img/arrow_forward.svg) no-repeat center/0.5rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-about-facility__type.is-open > .p-about-facility__type-title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.p-about-facility__type-count {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about-facility__type-count {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .p-about-facility__type-count b {
    font-size: 2rem;
    color: #077244;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0.25rem;
  }
  .p-about-facility__type-count span {
    font-size: 0.6875rem;
    color: #077244;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    height: 2rem;
    text-align: end;
    margin-bottom: 0.3em;
  }
  .p-about-facility__type-count::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
            flex: 1;
    margin: 0 0.5rem;
    height: 0.125rem;
    background-image: url(../img/dot_border.png);
    background-repeat: repeat-x;
    background-size: 0.5rem 0.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about-facility__type-body {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    padding: 0 1rem;
    background-color: #fff;
    -webkit-transition: grid-template-rows 0.3s ease, padding 0.3s ease;
    transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  }
  .p-about-facility__type-body > ul {
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about-facility__type.is-open > .p-about-facility__type-body {
    grid-template-rows: 1fr;
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

.p-about-facility__type-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-about-facility__type-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-about-facility__name {
  line-height: 1.4;
  padding-left: 1.4375rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-about-facility__name::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: rgba(229, 210, 172, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.28125rem;
}

.p-about-facility__info {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-about-facility__info {
    font-size: 0.9375rem;
  }
}

.p-about-facility__tel {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: bottom;
          align-items: bottom;
}

.p-about-facility__web {
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.p-about-facility__web:hover .p-about-facility__web-text {
  -webkit-animation: underline-sweep 0.6s ease forwards;
          animation: underline-sweep 0.6s ease forwards;
}
@media screen and (max-width: 768px) {
  .p-about-facility__web {
    margin-top: 0.375rem;
  }
}
.p-about-facility__web::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/pc_icon.svg) no-repeat center center/contain;
  margin-top: -0.125rem;
}

.p-about-facility__web-text {
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 1px;
}

.p-about-facility__ig {
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-top: 0.125rem;
}
.p-about-facility__ig:hover .p-about-facility__ig-text {
  -webkit-animation: underline-sweep 0.6s ease forwards;
          animation: underline-sweep 0.6s ease forwards;
}
.p-about-facility__ig::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/logo_ig.webp) no-repeat center center/contain;
  margin-top: -0.125rem;
}

.p-about-facility__ig-text {
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 1px;
}

.p-about__slide img {
  border-radius: 1.25rem;
}

.p-news {
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 6rem 0rem 5.5rem;
  }
}

.p-news__wrapper {
  background-color: #F6F0E2;
  padding: 7.5rem 5.5rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper {
    padding: 5.5rem 1.5rem;
    border-radius: 0rem;
  }
}

.p-news__headline {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-news__headline {
    margin-bottom: 2.5rem;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.p-news__link {
  color: #077244;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.p-news__link:hover .p-news__link-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.15, 0.35, 2.4);
  transition: -webkit-transform 0.5s cubic-bezier(0, 1.15, 0.35, 2.4);
  transition: transform 0.5s cubic-bezier(0, 1.15, 0.35, 2.4);
  transition: transform 0.5s cubic-bezier(0, 1.15, 0.35, 2.4), -webkit-transform 0.5s cubic-bezier(0, 1.15, 0.35, 2.4);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-news__link:hover .p-news__link-text {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-news__link-text {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-news__link-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #077244;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-news__link-icon {
    width: 1rem;
    height: 1rem;
  }
}
.p-news__link-icon img {
  width: 0.375rem;
  margin-left: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-news__link-icon img {
    width: 0.25rem;
  }
}

.p-news_list {
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news_list {
    padding: 0;
  }
}

.p-news__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-news__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.25rem;
    padding: 1.5rem 0;
  }
}
.p-news__item a:hover .p-news__content {
  background-size: 100% 1px;
}

.p-news__category {
  background-color: rgba(255, 255, 255, 0.5);
  width: 8.9375rem;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  border-radius: 0.25rem;
  color: #077244;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.25rem 0;
}

.p-news__data {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.p-news__content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-news__content {
    grid-column: 1/3;
    font-size: 1rem;
  }
}

.p-overview {
  padding: 0 5.5rem 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-overview {
    padding: 0 1.5rem 6rem;
  }
}

.p-overview__content {
  margin-top: 3.75rem;
  display: grid;
  gap: 6.625rem;
  grid-template-columns: 1fr 38.6875rem;
}
@media screen and (max-width: 768px) {
  .p-overview__content {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 2rem;
  }
}

.p-overview__img img {
  border-radius: 0.75rem;
}

.p-overview__item {
  display: grid;
  gap: 2.5rem;
  padding: 2.5rem 2rem;
  grid-template-columns: 12.375rem 1fr;
  border-bottom: 1px solid #D4D0CA;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-overview__item {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-overview__term {
    font-size: 0.875rem;
  }
}

.p-overview__definition-list {
  display: grid;
  gap: 0.5rem;
}
.p-overview__definition-list li {
  position: relative;
  padding-left: 1.0625rem;
  line-height: 1.6;
}
.p-overview__definition-list li::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #077244;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.p-news-page {
  padding: 6.5rem 0 3.75rem;
}

.p-news-page__headline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}

.p-news-page__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
}

.p-news-page__title {
  font-size: 1.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-news-page__title {
    font-size: 1.25rem;
  }
}

.p-news-page__back {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #D4D0CA;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-news-page__back {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

.p-news-page__back-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #077244;
}
.p-news-page__back-link:focus {
  opacity: 0.7;
}
@media (hover) {
  .p-news-page__back-link:hover {
    opacity: 0.7;
  }
}

.p-news-page__back-icon {
  display: grid;
  place-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.375rem;
  background: #077244;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-news-page__back-icon::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  -webkit-transform: rotate(-45deg) translate(1px, 1px);
          transform: rotate(-45deg) translate(1px, 1px);
}

.u-bg__secondary {
  background-color: #F6F0E2;
}

.u-color__emphasis {
  color: #077244;
}

@media screen and (max-width: 1200px) {
  .u-xlUp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-lgUp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-mdUp {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .u-smUp {
    display: none;
  }
}

.u-xlUnder {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-xlUnder {
    display: block;
  }
}

.u-lgUnder {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-lgUnder {
    display: block;
  }
}

.u-mdUnder {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mdUnder {
    display: block;
  }
}

.u-smUnder {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-smUnder {
    display: block;
  }
}

.u-hidden {
  display: none;
  visibility: hidden;
}

.u-display-none {
  display: none;
}

.u-indent {
  display: inline-block;
  text-indent: inherit;
}
.u-indent::after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mb-56 {
  margin-bottom: 56px;
}

.u-mb-64 {
  margin-bottom: 64px;
}

.u-mb-72 {
  margin-bottom: 72px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mt-56 {
  margin-top: 56px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-ml-8 {
  margin-left: 8px;
}

.u-ml-16 {
  margin-left: 16px;
}

.u-ml-24 {
  margin-left: 24px;
}

.u-ml-32 {
  margin-left: 32px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-ml-48 {
  margin-left: 48px;
}

.u-ml-56 {
  margin-left: 56px;
}

.u-ml-64 {
  margin-left: 64px;
}

.u-ml-72 {
  margin-left: 72px;
}

.u-ml-80 {
  margin-left: 80px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mr-8 {
  margin-right: 8px;
}

.u-mr-16 {
  margin-right: 16px;
}

.u-mr-24 {
  margin-right: 24px;
}

.u-mr-32 {
  margin-right: 32px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-mr-48 {
  margin-right: 48px;
}

.u-mr-56 {
  margin-right: 56px;
}

.u-mr-64 {
  margin-right: 64px;
}

.u-mr-72 {
  margin-right: 72px;
}

.u-mr-80 {
  margin-right: 80px;
}

.u-tel {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.125rem;
}
.u-tel:hover .u-tel__text {
  -webkit-animation: underline-sweep 0.6s ease forwards;
          animation: underline-sweep 0.6s ease forwards;
}
.u-tel::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/tel_icon.svg) no-repeat center center/contain;
  margin-top: -0.2em;
}

.u-tel__text {
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 1px;
}

.u-text__vertical {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}