@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

body .m-modal .m-modal__content {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content > div {
    height: 100%;
  }
}
body .m-modal .m-modal__content img {
  margin: 0 auto;
}
body .m-modal .m-modal__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 114px;
  height: 103px;
  padding: 13px 36px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__btn {
    width: 66px;
    height: 57px;
    padding: 11px 19px;
  }
}
body .m-modal[data-modal-type=element] .m-modal__btn {
  display: none;
}

body .m-modal .m-modal__btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body .m-modal .m-modal__btn-inner::before, body .m-modal .m-modal__btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  border-radius: 10px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .m-modal__btn:hover .m-modal__btn-inner::before,
  .m-modal__btn:hover .m-modal__btn-inner::after {
    background-color: var(--color-link);
  }
}
body .m-modal .m-modal__btn-inner::before {
  transform: rotate(40deg);
}
body .m-modal .m-modal__btn-inner::after {
  transform: rotate(-40deg);
}
body .m-modal .m-modal__bg {
  opacity: 1;
  background: rgba(253, 250, 230, 0.95);
}
body .m-modal[data-modal-type=element] .m-modal__bg {
  background: var(--color-bg-green);
}

body.is-modal-overflow .m-modal .m-modal__bg {
  position: fixed;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-bg-green);
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

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

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.l-header__logo {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 129px;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    top: 16px;
    left: 15px;
    width: 64px;
  }
}
.l-header__logo-inner {
  display: block;
}
@media (hover: hover) {
  .l-header__logo-inner {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__logo-inner:hover {
    transform: scale(0.95);
  }
}
.l-header__container {
  width: 380px;
  margin-left: auto;
  background: var(--color-main);
  color: var(--color-white);
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__container {
    width: 72%;
  }
}
.is-menu-open .l-header__container {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(0%);
  pointer-events: auto;
}
.l-header__inner {
  min-height: 100%;
  padding-top: 68px;
  padding-bottom: 47px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-top: 39px;
    padding-bottom: 50px;
  }
}
.l-header__inner-wrap {
  width: 57.8947368421%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 900px) {
  .l-header__inner-wrap {
    width: 63%;
  }
}
.l-header__btn {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
  padding: 14px 10px 10px 0;
  background: var(--color-main);
  border-radius: 14px 0 0 14px;
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-header__btn {
    transform: translateX(calc(-100% + 10px));
  }
  .l-header__btn:hover {
    transform: translateX(-100%);
  }
  .is-menu-open .l-header__btn:hover {
    transform: translateX(calc(-100% + 10px));
  }
}
@media screen and (max-width: 900px) {
  .l-header__btn {
    top: 15px;
    width: 55px;
    padding: 10px 0 6px;
    border-radius: 8px 0 0 8px;
  }
}
.l-header__btn-line {
  position: relative;
  width: 58%;
  height: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-header__btn-line {
    height: 12px;
  }
}
.l-header__btn-line span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 10px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span {
    height: 2px;
  }
}
.l-header__btn-line span:first-child {
  transform: translateY(-7px);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:first-child {
    transform: translateY(-5px);
  }
}
.is-menu-open .l-header__btn-line span:first-child {
  transform: translateY(8px) rotate(40deg);
}
@media screen and (max-width: 900px) {
  .is-menu-open .l-header__btn-line span:first-child {
    transform: translateY(6px) rotate(40deg);
  }
}
.l-header__btn-line span:nth-child(2) {
  transform: translateY(4px);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:nth-child(2) {
    transform: translateY(3px);
  }
}
.is-menu-open .l-header__btn-line span:nth-child(2) {
  transform: translateY(8px) rotate(-40deg);
}
@media screen and (max-width: 900px) {
  .is-menu-open .l-header__btn-line span:nth-child(2) {
    transform: translateY(6px) rotate(-40deg);
  }
}
.l-header__btn-txt {
  margin-top: 4px;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__btn-txt {
    font-size: 10px;
  }
}
.is-menu-open .l-header__btn-txt {
  opacity: 0;
}

.l-nav__list-item + .l-nav__list-item {
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 8px;
  }
}
.l-nav__link {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 36px;
  font-size: 24px;
  letter-spacing: 0.04rem;
}
@media (hover: hover) {
  .l-nav__link {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-nav__link:hover {
    color: var(--color-bg-green);
  }
  .l-nav__link:hover::after {
    background-color: var(--color-bg-green);
  }
}
@media screen and (max-width: 900px) {
  .l-nav__link {
    padding-left: 27px;
    font-size: 20px;
  }
}
.l-nav__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_grass.svg) center center no-repeat;
  mask: url(../img/common/icon_grass.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-header_sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 57.8947368421%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-header_sns {
    width: 63%;
  }
}
.l-header_sns__ttl {
  font-size: 20px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 900px) {
  .l-header_sns__ttl {
    font-size: 15px;
    letter-spacing: 0.02rem;
  }
}
.l-header_sns__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header_sns__link {
  display: block;
  width: 20px;
  font-size: 0;
}
@media (hover: hover) {
  .l-header_sns__link {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header_sns__link:hover {
    transform: scale(1.1);
  }
  .l-header_sns__link:hover svg {
    fill: var(--color-bg-green);
  }
}
.l-header_sns__link svg {
  fill: var(--color-white);
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-footer {
  position: relative;
  margin-top: -40px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 900px) {
  .l-footer {
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
  }
}
.l-footer__container {
  width: 91.4285714286%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    padding-bottom: 16px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__container-head {
    width: 30%;
    min-width: 450px;
  }
  @media screen and (max-width: 1000px) {
    .l-footer__container-head {
      min-width: 0px;
    }
  }
}
@media not all and (max-width: 900px) {
  .l-footer__bnr {
    display: flex;
    gap: 30px;
  }
  @media screen and (max-width: 1000px) {
    .l-footer__bnr {
      flex-direction: column;
      align-items: flex-end;
      gap: 15px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bnr {
    margin-bottom: 30px;
  }
}
.l-footer__bnr-item {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-footer__bnr-item {
    width: 65%;
    margin: 0 auto;
  }
  .l-footer__bnr-item + .l-footer__bnr-item {
    margin-top: 15px;
  }
}
.l-footer__bnr-link {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-link {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__bnr-link:hover {
    transform: scale(1.05);
  }
}
.l-footer__links-item {
  padding: 14px 0;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid rgba(253, 250, 230, 0.1);
}
.l-footer__links-item:last-child {
  border-bottom: none;
}
@media not all and (max-width: 900px) {
  .l-footer__links-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-item {
    padding: 17px 0 20px;
    text-align: center;
    border-bottom: none;
    border-top: 1px solid rgba(253, 250, 230, 0.1);
  }
}
.l-footer__links-ttl {
  min-width: 170px;
  font-size: 20px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .l-footer__links-ttl {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns-item + .l-footer__sns-item {
  margin-left: 20px;
}
.l-footer__sns-link {
  display: block;
  width: 20px;
  font-size: 0;
}
.l-footer__sns-item:nth-child(2) .l-footer__sns-link {
  width: 22px;
}
@media (hover: hover) {
  .l-footer__sns-link {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__sns-link:hover {
    transform: scale(1.1);
  }
  .l-footer__sns-link:hover svg {
    fill: var(--color-bg-green);
  }
}
.l-footer__sns-link svg {
  fill: var(--color-white);
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__archive {
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer__archive {
    justify-content: center;
  }
}
.l-footer__archive-item::before {
  content: "/";
}
.l-footer__archive-item:first-child::before {
  content: none;
}
.l-footer__archive-link {
  display: inline-block;
  padding-right: 7px;
  padding-left: 3px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__archive-link {
    padding-right: 6px;
    padding-left: 2px;
    font-size: 13px;
  }
}
@media (hover: hover) {
  .l-footer__archive-link {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__archive-link:hover {
    color: var(--color-bg-green);
  }
}
.l-footer__archive-link span {
  display: inline-block;
  vertical-align: baseline;
}

.l-section {
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 900px) {
  .l-section {
    margin-top: -40px;
  }
}
.l-section:nth-child(1) {
  margin-top: 0;
}
.l-section__wrap {
  position: relative;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-section__wrap {
    border-radius: 40px 40px 0 0;
    transform: translateY(30px);
  }
}
.l-section:first-child .l-section__wrap {
  transform: translateY(0px);
  opacity: 1;
}
.l-section:nth-child(1) .l-section__wrap {
  margin-top: 0;
}
.l-section:nth-child(odd) .l-section__wrap {
  background: var(--color-white);
}
.l-section:nth-child(even) .l-section__wrap {
  background: var(--color-bg-green);
}
.l-section.is-active .l-section__wrap {
  transform: translateY(0px);
  opacity: 1;
}
.l-section__container {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 194px;
}
.l-section:last-child .l-section__container {
  padding-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .l-section:last-child .l-section__container {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 108px;
  }
}
.l-section__header {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.is-load .l-section:first-child .l-section__header {
  transition-delay: 0.4s;
  opacity: 1;
}
.l-section.is-active .l-section__header {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .l-section__ttl {
    max-width: 600px;
    margin: 0 auto;
  }
}
.l-section__inner {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: translateY(30px);
}
.l-section.is-active .l-section__inner {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 900px) {
  .l-section__inner {
    width: 89.3333333333%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}
.l-wrapper__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-main {
  position: relative;
}

.l-content {
  background: var(--color-white);
  border-radius: 80px 80px 0 0;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .l-content {
    border-radius: 40px 40px 0 0;
  }
}
.is-load .l-content {
  transform: translateY(0px);
  opacity: 1;
}

@media not all and (max-width: 900px) {
  .l-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.l-in__header {
  position: relative;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .l-in__header {
    margin-bottom: 2px;
  }
}
.l-in__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-in__ttl {
  position: absolute;
  bottom: 7%;
  left: 0%;
  width: 100%;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-in__ttl {
    bottom: 11.5%;
  }
}
.is-load .l-in__ttl {
  transform: translateY(0px);
  opacity: 1;
}
.l-in__ttl-inner {
  width: 48.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-in__ttl-inner {
    width: 100%;
  }
}
.l-in__cont {
  max-width: 1100px;
  width: 89.3333333333%;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .l-in__cont {
  transform: translateY(0px);
  opacity: 1;
}
.l-in__footer {
  position: relative;
  margin-top: 43px;
  padding-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .l-in__footer {
    margin-top: 30px;
    padding-bottom: 49px;
  }
}
.l-in__footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 900px) {
  .l-in__back {
    position: absolute;
    top: 7%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-in__back {
    margin-bottom: 46px;
  }
}

.c-btn__inner {
  position: relative;
  display: block;
  padding: 21px 0;
  text-align: center;
  border-radius: 99px;
  background: var(--color-main);
  color: var(--color-white);
  letter-spacing: 0.05rem;
  font-size: 21px;
  font-size: clamp(10px, 1.5vw, 21px);
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
@media (hover: hover) {
  .c-btn__inner {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    background-color: var(--color-link);
  }
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 16px 0;
    font-size: 14px;
  }
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 15px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .c-btn__inner::before {
    right: 16px;
    width: 8px;
  }
}
@media (hover: hover) {
  .c-btn__inner::before {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover::before {
    transform: translateX(4px);
  }
}
.--small .c-btn__inner {
  padding: 11px 0;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .--small .c-btn__inner {
    padding: 11.5px 0;
    font-size: 13px;
  }
}

.c-back {
  text-align: center;
}
.c-back__btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  margin: 0 auto;
  padding: 8px 10px;
  font-size: 18px;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  border: 1px solid var(--color-main);
  border-radius: 50px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .c-back__btn {
    width: 57.5%;
    max-width: 300px;
    padding: 10.5px 0;
    font-size: 13px;
  }
}
@media (hover: hover) {
  .c-back__btn {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-back__btn:hover {
    background: var(--color-main);
    color: var(--color-white);
  }
}
.c-back__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 12px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-main);
  transform: scaleX(-1);
}
@media screen and (max-width: 900px) {
  .c-back__btn::before {
    width: 10px;
  }
}
@media (hover: hover) {
  .c-back__btn::before {
    transition: transform 0.5s cubic-bezier(0.31, 1.35, 0.64, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-back__btn:hover::before {
    background: var(--color-white);
    transform: scaleX(-1) translateX(4px);
  }
}

.c-news {
  display: block;
  background: var(--color-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .c-news {
    min-height: 50px;
    padding: 0px 1.9%;
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-news:hover {
    background: rgba(var(--color-white-rgb), 0.8);
  }
}
@media screen and (max-width: 900px) {
  .c-news {
    padding: 13px 3.6%;
  }
}
.c-news__header {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 148px;
}
@media screen and (max-width: 900px) {
  .c-news__header {
    min-width: 106px;
  }
}
.c-news__header::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 18px;
  width: 17px;
  height: 100%;
  -webkit-mask: url(../img/common/icon_grass.svg) center center no-repeat;
  mask: url(../img/common/icon_grass.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-main);
}
@media screen and (max-width: 900px) {
  .c-news__header::after {
    top: 0px;
    right: 12px;
    width: 11px;
  }
}
.c-news__year {
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
  font-size: 10px;
}
.c-news__date {
  letter-spacing: 0.02rem;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 900px) {
  .c-news__date {
    font-size: 24px;
    letter-spacing: 0.04rem;
  }
}
.c-news__ttl {
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.04rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .c-news__ttl {
    padding: 12px 0;
  }
}
@media screen and (max-width: 900px) {
  .c-news__ttl {
    font-size: 13px;
    line-height: 1.2;
  }
}

.c-pagination {
  position: relative;
  margin-top: 49px;
}
@media screen and (max-width: 900px) {
  .c-pagination {
    margin-top: 20px;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 11px;
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 9px;
  }
}
.c-pagination__link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .c-pagination__link {
    width: 35px;
    height: 35px;
  }
}
.is-current .c-pagination__link {
  color: var(--color-white);
  pointer-events: none;
}
@media (hover: hover) {
  .c-pagination__link {
    transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__link:hover {
    color: var(--color-link);
  }
}
.c-pagination__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-current .c-pagination__link::before {
  background: var(--color-main);
}
.c-pagination__link-text {
  position: relative;
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .c-pagination__link-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-pagination__nav-item.-prev {
    left: 0;
  }
  .c-pagination__nav-item.-next {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-item + .c-pagination__nav-item {
    margin-left: 27px;
  }
}
.c-pagination__nav-img {
  display: block;
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-img {
    width: 54px;
  }
}

.c-nodata {
  margin-top: 50px;
  text-align: center;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-700 {
  font-weight: 700;
}

.u-color-red {
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-red);
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.is-load .u-spinner {
  opacity: 0;
}
.u-spinner__inner {
  --size: 50px;
  --stroke-width: calc(var(--size) / 8);
  width: var(--size);
  height: var(--size);
  border-width: var(--stroke-width);
  border-style: solid;
  border-color: var(--color-main) var(--color-main) var(--color-main) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: rotate 1s linear infinite;
}
@media screen and (max-width: 900px) {
  .u-spinner__inner {
    border-width: 3px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --color-white: #fdfae6;
  --color-white-rgb: 253, 250, 230;
  --color-black: #000;
  --color-main: #2b6045;
  --color-bg-green: #e1e490;
  --color-link: #c5a726;
  --color-link-rbg: 197, 167, 38;
  --color-text: #5f715c;
  --color-red: #f53900;
}

.p-fix_link {
  position: fixed;
  top: 100px;
  right: 0;
  width: 53px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-fix_link {
    top: 75px;
    width: 35px;
  }
}
[data-page=top] .p-fix_link__container {
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-hero-hide .p-fix_link__container {
  transform: translateX(0%);
}
.p-fix_link__inner {
  display: block;
  padding: 19px 15.5px 19px 11.5px;
  background: var(--color-link);
  border-radius: 14px 0 0 14px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-fix_link__inner {
    transform: translateX(5px);
  }
  .p-fix_link__inner:hover {
    transform: translateX(0);
  }
}
@media screen and (max-width: 900px) {
  .p-fix_link__inner {
    padding: 14px 8.5px;
    border-radius: 10px 0 0 10px;
  }
}
.p-fix_link__inner span {
  position: relative;
  display: block;
  padding-bottom: 24px;
  writing-mode: vertical-rl;
  color: var(--color-white);
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-fix_link__inner span {
    padding-bottom: 16px;
    font-size: 14px;
  }
}
.p-fix_link__inner span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 100%;
  height: 12px;
  -webkit-mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-fix_link__inner span::after {
    left: 0;
    height: 8px;
  }
}

.p-pagetop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-page=top] .p-pagetop {
  transform: translateY(30px);
  opacity: 0;
}
[data-page=top].is-hero-hide .p-pagetop {
  transform: translateY(0px);
  opacity: 1;
}
.p-pagetop__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.is-under .p-pagetop__wrap {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-pagetop__wrap {
    top: 20px;
  }
}
.p-pagetop__btn {
  position: absolute;
  bottom: 55px;
  right: 0;
  width: 49px;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .p-pagetop__btn {
    bottom: 24px;
    width: 30px;
  }
}
.p-pagetop__btn-inner {
  display: block;
  padding: 4px 14px;
  font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-pagetop__btn-inner {
    padding: 4px 7px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .p-pagetop__btn-inner:hover span::after {
    transform: rotate(-90deg) translateX(5px);
  }
}
.p-pagetop__btn-inner span {
  position: relative;
  display: block;
  padding-top: 20px;
  color: var(--color-main);
}
@media screen and (max-width: 900px) {
  .p-pagetop__btn-inner span {
    padding-top: 14px;
  }
}
.p-pagetop__btn-inner span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  mask: url(../img/common/icon_arrow_1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-main);
  transform: rotate(-90deg);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-pagetop__btn-inner span::after {
    height: 8px;
  }
}