@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  text-decoration: none;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
  /* a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  } */
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  color: #323232;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #323232;
}
a img {
  transition: opacity 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 16px 31px 0 39px;
}
@media (max-width: 1024px) {
  .l-header {
    padding: 5px 50px 0 10px;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1;
}
.l-header__logo img {
  width: 183px;
}
@media (max-width: 1024px) {
  .l-header__logo img {
    width: 140px;
  }
}
.l-header__menu-link img {
  filter: drop-shadow(3px 3px 0 rgba(195, 195, 195, 0.7));
}
@media (min-width: 1025px) {
  .l-header__menu {
    margin-top: 8px;
    display: flex;
    align-items: center;
  }
  .l-header__menu-item:nth-of-type(n+2) {
    margin-left: 16px;
  }
  .l-header__menu-item.insta a img{
    max-width: 210px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-header__menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 5%;
    text-align: center;
  }
  .l-header__menu-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .l-header__menu-item.insta a img{
    max-width: 225px;
    width: 100%;
  }
}
.l-header__menu-trigger {
  position: absolute;
  display: block;
  right: 10px;
  top: 24px;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.l-header__menu-trigger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #006400;
  position: absolute;
  transition: 0.3s ease;
}
.l-header__menu-trigger span:nth-of-type(1) {
  top: 0;
}
.l-header__menu-trigger span:nth-of-type(2) {
  top: 50%;
}
.l-header__menu-trigger span:nth-of-type(3) {
  top: 100%;
}
.l-header__menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header__menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-trigger.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.l-main {
  overflow: hidden;
}

.l-footer {
  margin-top: auto;
  background: #009100;
  padding-top: 60px;
  overflow: hidden;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__wave {
  margin-top: -76px;
}
.l-footer__wave img {
  width: 100%;
}
@media (max-width: 1024px) {
  .l-footer__wave {
    display: flex;
    justify-content: center;
  }
  .l-footer__wave img {
    width: 1300px;
    max-width: none;
  }
}
.l-footer__copyright {
  background: #006400;
  text-align: center;
  padding: 9px 10px 20px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
}

.l-container {
  position: relative;
  z-index: 1;
}

.l-form__dl {
  display: flex;
  margin-top: 26px;
}
.l-form__dl + .l-form__dl {
  margin-top: 21px;
  padding-top: 19px;
  border-top: dashed 1px #909090;
}
@media (max-width: 1024px) {
  .l-form__dl {
    display: block;
  }
}
.l-form__dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
  width: 250px;
}
@media (max-width: 1024px) {
  .l-form__dt {
    font-size: 1.6rem;
    width: 100%;
  }
}
.l-form__required {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #E1428B;
  border-radius: 5px;
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .l-form__required {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
.l-form__dd {
  width: calc(100% - 250px);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 1024px) {
  .l-form__dd {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.l-form input,
.l-form textarea,
.l-form select {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  background: #F5F5F5;
  border: none;
  box-sizing: border-box;
  padding-left: 1em;
  outline: none;
  width: 100%;
}
.l-form input::-moz-placeholder, .l-form textarea::-moz-placeholder, .l-form select::-moz-placeholder {
  color: #969696;
}
.l-form input::placeholder,
.l-form textarea::placeholder,
.l-form select::placeholder {
  color: #969696;
}
@media (max-width: 1024px) {
  .l-form input,
  .l-form textarea,
  .l-form select {
    font-size: 1.6rem;
  }
}
.l-form input[type=text],
.l-form input[type=email] {
  height: 34px;
  width: 100%;
}
.l-form textarea {
  width: 100%;
  height: 155px;
  resize: none;
  padding: 1em;
}
.l-form__select-wrap {
  position: relative;
  display: inline-block;
  width: 230px;
  margin-right: 10px;
}
.l-form__select-wrap:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #323232;
  border-bottom: solid 1px #323232;
  transform: rotate(45deg);
  pointer-events: none;
}
.l-form__select-wrap select {
  width: 100%;
  height: 34px;
  cursor: pointer;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.l-form__select-wrap ::-ms-expand {
  display: none;
}
.l-form input[type=submit],
.l-form input[type=button],
.l-form button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  background: none;
}
.l-form input[type=submit]::-webkit-search-decoration,
.l-form input[type=button]::-webkit-search-decoration,
.l-form button::-webkit-search-decoration {
  display: none;
}
.l-form input[type=submit]::focus,
.l-form input[type=button]::focus,
.l-form button::focus {
  outline-offset: -2px;
}
.l-form__btn-row {
  text-align: center;
  margin-top: 31px;
}
@media (min-width: 1025px) {
  .l-form__btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .l-form__btn:hover {
    opacity: 0.7;
  }
}

.c-font--marugo {
  font-family: "Zen Maru Gothic", serif;
}

.c-ttl-sec {
  text-align: center;
}
.c-ttl-sec .en {
  display: block;
}
.c-ttl-sec .jp {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.c-ttl-sec--wh .jp {
  color: #fff;
}
@media (max-width: 1024px) {
  .c-ttl-sec .en img {
    transform: scale(0.8);
  }
  .c-ttl-sec .jp {
    font-size: 2.6rem;
  }
}

.c-deco {
  position: absolute;
  z-index: 1;
}
.c-deco--mv1 {
  left: -10px;
  top: 115px;
}
@media (max-width: 1024px) {
  .c-deco--mv1 {
    max-width: 22%;
  }
}
.c-deco--mv2 {
  right: 0;
  top: 120px;
}
@media (max-width: 1024px) {
  .c-deco--mv2 {
    max-width: 22%;
  }
}
.c-deco--fee1 {
  left: 7%;
  top: -127px;
}
@media (max-width: 1024px) {
  .c-deco--fee1 {
    display: none;
  }
}
.c-deco--fee2 {
  right: 5px;
  top: -47px;
}
@media (max-width: 1024px) {
  .c-deco--fee2 {
    display: none;
  }
}
.c-deco--fee3 {
  left: -20px;
  bottom: -88px;
}
@media (max-width: 1024px) {
  .c-deco--fee3 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--fee3 {
    max-width: 30vw;
    bottom: -5vw;
  }
}
.c-deco--fee4 {
  right: -20px;
  bottom: -147px;
}
@media (max-width: 1024px) {
  .c-deco--fee4 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--fee4 {
    max-width: 30vw;
    bottom: -10vw;
  }
}
.c-deco--features1 {
  left: 4.5%;
  top: -5px;
}
@media (max-width: 1024px) {
  .c-deco--features1 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--features1 {
    max-width: 30vw;
    top: 12vw;
  }
}
.c-deco--features2 {
  right: 4.5%;
  top: -5px;
}
@media (max-width: 1024px) {
  .c-deco--features2 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--features2 {
    max-width: 20vw;
    top: 8vw;
  }
}
.c-deco--features3 {
  left: 3.5%;
  bottom: 0;
  z-index: 0;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .c-deco--features3 {
    display: none;
  }
}
.c-deco--voice2 {
  left: 36.5%;
  bottom: 99%;
}
@media (max-width: 1024px) {
  .c-deco--voice2 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--voice2 {
    max-width: 30vw;
  }
}
.c-deco--voice3 {
  left: -20px;
  top: -22px;
}
@media (max-width: 1024px) {
  .c-deco--voice3 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--voice3 {
    max-width: 30vw;
  }
}
.c-deco--voice4 {
  right: -19px;
  top: -25px;
}
@media (max-width: 1024px) {
  .c-deco--voice4 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--voice4 {
    max-width: 30vw;
  }
}
.c-deco--voice5 {
  left: 2.8%;
  top: 33%;
}
@media (max-width: 1024px) {
  .c-deco--voice5 {
    display: none;
  }
}
.c-deco--voice6 {
  right: 2.4%;
  top: 56%;
}
@media (max-width: 1024px) {
  .c-deco--voice6 {
    display: none;
  }
}
.c-deco--flow1 {
  left: 4.5%;
  top: -90px;
}
@media (max-width: 1024px) {
  .c-deco--flow1 {
    max-width: 22%;
    top: 3vw;
  }
}
@media (max-width: 599px) {
  .c-deco--flow1 {
    max-width: 20vw;
  }
}
.c-deco--flow2 {
  right: 4.5%;
  top: -90px;
}
@media (max-width: 1024px) {
  .c-deco--flow2 {
    max-width: 22%;
    top: 3vw;
  }
}
@media (max-width: 599px) {
  .c-deco--flow2 {
    max-width: 20vw;
  }
}
.c-deco--day1 {
  left: -18px;
  top: -65px;
}
@media (max-width: 1024px) {
  .c-deco--day1 {
    max-width: 22%;
    top: 3vw;
  }
}
@media (max-width: 599px) {
  .c-deco--day1 {
    max-width: 30vw;
  }
}
.c-deco--day2 {
  right: 4%;
  top: -54px;
}
@media (max-width: 1024px) {
  .c-deco--day2 {
    display: none;
  }
}
.c-deco--schedule1 {
  left: 3.5%;
  top: -96px;
}
@media (max-width: 1024px) {
  .c-deco--schedule1 {
    display: none;
  }
}
.c-deco--schedule2 {
  right: 2.1%;
  top: -165px;
}
@media (max-width: 1024px) {
  .c-deco--schedule2 {
    max-width: 22%;
    top: 0;
  }
}
@media (max-width: 599px) {
  .c-deco--schedule2 {
    max-width: 30vw;
  }
}
.c-deco--schedule3 {
  left: -18px;
  bottom: -119px;
}
@media (max-width: 1024px) {
  .c-deco--schedule3 {
    max-width: 22%;
    bottom: -7vw;
  }
}
@media (max-width: 599px) {
  .c-deco--schedule3 {
    max-width: 30vw;
  }
}
.c-deco--schedule4 {
  right: 3.5%;
  bottom: -137px;
}
@media (max-width: 1024px) {
  .c-deco--schedule4 {
    max-width: 22%;
    bottom: -5vw;
  }
}
@media (max-width: 599px) {
  .c-deco--schedule4 {
    max-width: 30vw;
  }
}
.c-deco--policy1 {
  left: 2%;
  top: 54%;
}
@media (max-width: 1024px) {
  .c-deco--policy1 {
    display: none;
  }
}
.c-deco--smile1 {
  left: 4.5%;
  top: -64px;
}
@media (max-width: 1024px) {
  .c-deco--smile1 {
    max-width: 22%;
    top: -6vw;
  }
}
@media (max-width: 599px) {
  .c-deco--smile1 {
    max-width: 22vw;
  }
}
.c-deco--smile2 {
  right: 3.5%;
  top: -62px;
}
@media (max-width: 1024px) {
  .c-deco--smile2 {
    max-width: 22%;
    top: -6vw;
  }
}
@media (max-width: 599px) {
  .c-deco--smile2 {
    max-width: 22vw;
  }
}
.c-deco--areas1 {
  left: 3%;
  top: 14px;
}
@media (max-width: 1024px) {
  .c-deco--areas1 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--areas1 {
    max-width: 30vw;
    top: 3vw;
  }
}
.c-deco--areas2 {
  right: -19px;
  top: -15px;
}
@media (max-width: 1024px) {
  .c-deco--areas2 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--areas2 {
    max-width: 30vw;
    top: 3vw;
  }
}
.c-deco--areas3 {
  left: 1.8%;
  top: 54.8%;
}
@media (max-width: 1024px) {
  .c-deco--areas3 {
    display: none;
  }
}
.c-deco--areas4 {
  right: 3.5%;
  top: 34.7%;
}
@media (max-width: 1024px) {
  .c-deco--areas4 {
    display: none;
  }
}
.c-deco--areas5 {
  left: 4%;
  bottom: -62px;
}
@media (max-width: 1024px) {
  .c-deco--areas5 {
    max-width: 22%;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .c-deco--areas5 {
    max-width: 30vw;
  }
}
.c-deco--areas6 {
  right: 0.4%;
  bottom: -115px;
}
@media (max-width: 1024px) {
  .c-deco--areas6 {
    max-width: 22%;
    bottom: -12vw;
  }
}
@media (max-width: 599px) {
  .c-deco--areas6 {
    max-width: 26vw;
  }
}
.c-deco--contact1 {
  left: -20px;
  top: -62px;
}
@media (max-width: 1024px) {
  .c-deco--contact1 {
    max-width: 18%;
    top: -4vw;
  }
}
@media (max-width: 599px) {
  .c-deco--contact1 {
    max-width: 30vw;
  }
}
.c-deco--contact2 {
  right: -20px;
  top: -62px;
}
@media (max-width: 1024px) {
  .c-deco--contact2 {
    max-width: 18%;
    top: -4vw;
  }
}
@media (max-width: 599px) {
  .c-deco--contact2 {
    max-width: 30vw;
  }
}
.c-deco--contact3 {
  left: 3.8%;
  top: 60.5%;
}
@media (max-width: 1024px) {
  .c-deco--contact3 {
    display: none;
  }
}
.c-deco--contact4 {
  right: 4.5%;
  top: 29%;
}
@media (max-width: 1024px) {
  .c-deco--contact4 {
    display: none;
  }
}
.c-deco--nursery1 {
  left: 4.5%;
  top: 35px;
}
@media (max-width: 1024px) {
  .c-deco--nursery1 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--nursery1 {
    max-width: 24vw;
  }
}
.c-deco--nursery2 {
  right: 5.5%;
  top: -14px;
}
@media (max-width: 1024px) {
  .c-deco--nursery2 {
    max-width: 22%;
  }
}
@media (max-width: 599px) {
  .c-deco--nursery2 {
    max-width: 24vw;
  }
}

.c-txt-16 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 1024px) {
  .c-txt-16 {
    font-size: 1.4rem;
  }
}

.c-fadein {
  opacity: 0;
  transition: 1s ease;
}
.c-fadein--right {
  transform: translateX(-100%);
}
.c-fadein--left {
  transform: translateX(100%);
}
.c-fadein--up {
  transform: translateY(100px);
}
.c-fadein--delay1 {
  transition-delay: 1s;
}
.c-fadein.js-fadein-show {
  transform: none;
  opacity: 1;
}

.c-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mv {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
  background: url(../img/mv_bg.webp) center top/cover no-repeat;
}
@media (max-width: 1024px) {
  .p-mv {
    padding-top: 80px;
  }
}
.p-mv__mv {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.p-mv__slide img {
  margin: 0 auto;
}
.p-mv__ttl {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 355px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-mv__ttl {
    top: 40%;
  }
  .p-mv__ttl img {
    width: 400px;
  }
}
@media (max-width: 599px) {
  .p-mv__ttl img {
    width: 160px;
  }
}
.p-mv__img {
  position: relative;
  text-align: center;
  margin-top: -178px;
}
.p-mv__img img {
  width: 100%;
}
@media (max-width: 900px) {
  .p-mv__img {
    margin-top: -100px;
    display: flex;
    justify-content: center;
  }
  .p-mv__img img {
    width: auto;
    max-width: none;
    height: 300px;
  }
}
@media (max-width: 599px) {
  .p-mv__img {
    margin-top: -60px;
  }
  .p-mv__img img {
    height: 180px;
  }
}
.p-mv__philosophy {
  margin-top: -127px;
}
.p-mv__philosophy-txt {
  margin-top: 15px;
  text-align: center;
}
.p-mv__philosophy-ttl{
  color: #009100;
}
.p-mv__philosophy-img {
  text-align: center;
  margin-top: -120px;
}
@media (max-width: 1024px) {
  .p-mv__philosophy {
    padding: 0 5%;
    margin-top: -20px;
  }
  .p-mv__philosophy-img {
    margin-top: -50px;
  }
}
@media (max-width: 599px) {
  .p-mv__philosophy-img {
    margin-top: -20px;
  }
}

.p-fee {
  margin-top: -200px;
  padding: 130px 0 113px;
  background: url(../img/fee_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-fee {
    margin-top: -100px;
    padding: 100px 0 100px;
    background-size: 1300px 100%;
  }
}
@media (max-width: 1024px) {
  .p-fee__container {
    padding: 0 5%;
  }
}
.p-fee__txt {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .p-fee__txt {
    text-align: left;
  }
}
.p-fee__price {
  margin-top: 20px;
}
.p-fee__caution {
  margin-top: 18px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 1024px) {
  .p-fee__caution {
    text-align: left;
    font-size: 1.4rem;
  }
}
.p-fee__ttl .jp {
  color: #009100;
}

.p-goal {
  margin-top: -40px;
  padding: 103px 0 82px;
  background: url(../img/goal_bg.webp) center bottom/cover no-repeat;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-goal {
    margin-top: -70px;
    padding: 100px 0;
  }
}
.p-goal__img {
  margin: 19px auto 0;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .p-goal__img {
    max-width: 70%;
  }
}

.p-features {
  margin-top: -64px;
  padding: 134px 0 200px;
  background: url(../img/features_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1270px){
  .p-features {
        padding: 134px 0px 200px;
  }
}

@media (max-width: 1024px) {
  .p-features {
    margin-top: -140px;
    padding: 160px 0 240px;
    background-size: 1300px 100%;
  }
}
.p-features__list {
  margin: 4px auto 0;
  width: 1130px;
  max-width: 90%;
}
@media (min-width: 1025px) {
  .p-features__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 20px 20px 1fr 30px 11px);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .p-features__list {
    margin-top: 40px;
    max-width: 80%;
  }
}
.p-features__item-txt {
  margin-top: 22px;
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9375;
}
@media (min-width: 1025px) {
  .p-features__item-txt {
    padding: 0 24px;
  }
  .p-features__item:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .p-features__item:nth-of-type(2) {
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .p-features__item:nth-of-type(3) {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 3;
  }
  .p-features__item:nth-of-type(4) {
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .p-features__item:nth-of-type(5) {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .p-features__item:nth-of-type(6) {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 3;
  }
}
@media (max-width: 1024px) {
  .p-features__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.p-voice {
  margin-top: -84px;
  padding: 83px 0 96px;
  background: url(../img/voice_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-voice {
    margin-top: -140px;
    padding: 80px 0 120px;
    background-size: 1300px 100%;
  }
}
@media (max-width: 599px) {
  .p-voice {
    background: url(../img/voice_bg_sp.webp) center/100% 100% no-repeat;
  }
}
.p-voice__img {
  text-align: center;
  margin: 11px auto 0;
  max-width: 90%;
}

.p-flow {
  margin-top: -56px;
  padding: 127px 0 120px;
  background: url(../img/flow_bg.webp) center top/cover no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .p-flow {
    margin-top: -120px;
    padding: 160px 0 140px;
    background-size: 1300px 100%;
  }
}
.p-flow__img {
  text-align: center;
  margin: 8px auto 0;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .p-flow__img {
    max-width: 100%;
    padding: 0 20px;
  }
  .p-flow__img img {
    width: 1080px;
    max-width: none;
  }
}

.p-day {
  margin-top: -70px;
  padding: 130px 0 96px;
  background: url(../img/day_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-day {
    margin-top: -100px;
    padding: 100px 0 100px;
    background-size: 1300px 100%;
  }
}
@media (max-width: 599px) {
  .p-day {
    background: url(../img/day_bg_sp.webp) center/100% 100% no-repeat;
  }
}
.p-day__tab {
  max-width: 90%;
  margin: 24px auto 0;
}
.p-day__tab-btns {
  display: flex;
  justify-content: center;
}
.p-day__tab-btn {
  width: 230px;
  padding-bottom: 72px;
  background: center top/contain no-repeat;
}
.p-day__tab-btn--1 {
  background-image: url(../img/day_btn01_off.svg);
}
.p-day__tab-btn--1.select {
  background-image: url(../img/day_btn01_on.svg);
}
.p-day__tab-btn--2 {
  margin-left: 28px;
  background-image: url(../img/day_btn02_off.svg);
}
.p-day__tab-btn--2.select {
  background-image: url(../img/day_btn02_on.svg);
}
@media (min-width: 1025px) {
  .p-day__tab-btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-day__tab-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .p-day__tab-btn--2 {
    margin-left: 15px;
  }
}
.p-day__tab-content {
  display: none;
  text-align: center;
  margin-top: 16px;
}
.p-day__tab-content.show {
  display: block;
}
.p-day__txt {
  margin: 32px auto 0;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.9375;
}
@media (min-width: 1025px) {
  .p-day__txt {
    max-width: calc(100% - 430px);
  }
}
@media (max-width: 1024px) {
  .p-day__txt {
    max-width: 90%;
    text-align: left;
  }
}

.p-schedule {
  margin-top: -70px;
  padding: 130px 0 106px;
  background: url(../img/schedule_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-schedule {
    margin-top: -100px;
    padding: 100px 0 100px;
    background-size: 1300px 100%;
  }
}
.p-schedule__container {
  margin: 0 auto;
  width: 1080px;
  max-width: 90%;
}
.p-schedule__img {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-schedule__img {
    max-width: 515px;
margin: 0 auto;
margin-top: 24px;
  }
}

.p-schedule__txt {
  margin-top: 30px;
}

.p-policy {
  margin-top: -38px;
  padding: 75px 0 120px;
  background: url(../img/policy_bg.webp) center bottom/cover no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  .p-policy {
    margin-top: -100px;
    padding: 100px 0 140px;
  }
}
.p-policy__img {
  text-align: center;
  max-width: 90%;
  margin: 24px auto 0;
}

.p-smile {
  margin-top: -59px;
  padding: 117px 0 100px;
  background: url(../img/smile_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-smile {
    margin-top: -80px;
    padding: 100px 0 100px;
    background-size: 1300px 100%;
  }
}
@media (max-width: 599px) {
  .p-smile {
    background: url(../img/smile_bg_sp.webp) center/100% 100% no-repeat;
  }
}
.p-smile__img {
  text-align: center;
  max-width: 90%;
  margin: 15px auto 0;
}

.p-areas {
  margin-top: -112px;
  padding: 156px 0 126px;
  background: url(../img/areas_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-areas {
    margin-top: -100px;
    padding: 140px 0 100px;
    background-size: 1300px 100%;
  }
}
.p-areas__img {
  text-align: center;
  max-width: 90%;
  margin: 20px auto 0;
}

.p-content {
  margin-top: -80px;
  padding: 110px 0 120px;
  background: url(../img/content_bg.webp) center bottom/cover no-repeat;
}
@media (max-width: 1024px) {
  .p-content {
    margin-top: -100px;
    padding: 120px 0 100px;
    background-size: 1300px 100%;
  }
}
.p-content__container {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
.p-content__dl {
  margin-top: 20px;
  display: flex;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-content__dl + .p-content__dl {
  margin-top: 14px;
  padding-top: 14px;
  border-top: dashed 1px #909090;
}
@media (max-width: 1024px) {
  .p-content__dl {
    font-size: 1.6rem;
  }
}
.p-content__dt {
  font-weight: bold;
  color: #009100;
  width: 134px;
}
@media (max-width: 1024px) {
  .p-content__dt {
    width: 85px;
  }
}
.p-content__dd {
  width: calc(100% - 134px);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-content__dd {
    width: calc(100% - 85px);
  }
}
.p-content__caution {
  margin-top: 27px;
  color: 1.6rem;
  font-weight: 500;
  line-height: 1.9375;
  padding-left: 1em;
  text-indent: -1em;
}
.p-content__attention {
  max-width: 661px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
}

.p-contact {
  margin-top: -50px;
  padding: 125px 0 0;
  background: url(../img/contact_bg.webp) center/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-contact {
    background-size: 1300px 100%;
  }
}
@media (max-width: 599px) {
  .p-contact {
    background: url(../img/contact_bg_sp.webp) center/100% 100% no-repeat;
  }
}
.p-contact__container {
  background: #fff;
  border-radius: 30px;
  width: 920px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 58px 60px 58px;
}
@media (max-width: 1024px) {
  .p-contact__container {
    padding: 30px 20px;
  }
}
.p-contact__img {
  margin-top: 74px;
}
.p-contact__img img {
  width: 100%;
}

.p-nursery {
  background: #009100;
  margin-top: -1px;
  padding-top: 17px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-nursery {
    padding-top: 30px;
  }
}
.p-nursery__row {
  width: 1080px;
  max-width: 90%;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-nursery__row {
    margin-top: 20px;
    display: block;
  }
}
.p-nursery__txt-wrap {
  color: #fff;
  width: 514px;
}
@media (max-width: 1024px) {
  .p-nursery__txt-wrap {
    width: 100%;
  }
}
.p-nursery__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.p-nursery__name + .p-nursery__dl {
  margin-top: 20px;
  border-top: solid 1px #FFFFFF;
}
@media (max-width: 1024px) {
  .p-nursery__name {
    font-size: 1.8rem;
  }
}
.p-nursery__dl {
  padding: 24px 0px 25px;
  border-bottom: solid 1px #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.02em;
  display: flex;
}
@media (max-width: 1024px) {
  .p-nursery__dl {
    padding: 14px 0;
  }
}
.p-nursery__dt {
  font-weight: bold;
  width: 130px;
}
@media (max-width: 1024px) {
  .p-nursery__dt {
    width: 60px;
  }
}
.p-nursery__dd {
  width: calc(100% - 130px);
}
@media (max-width: 1024px) {
  .p-nursery__dd {
    width: calc(100% - 60px);
  }
}
.p-nursery__map {
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .p-nursery__map {
    width: 48%;
    max-width: calc(100% - 530px);
    margin-top: 10px;
  }
  .p-nursery__map .c-iframe {
    padding-bottom: 410px;
  }
}
@media (max-width: 1024px) {
  .p-nursery__map {
    margin-top: 30px;
  }
}

.u-c--bl {
  color: #323232;
}
.u-c--rd {
  color: #f00;
}

.u-ta--l {
  text-align: left;
}
.u-ta--r {
  text-align: right;
}
.u-ta--c {
  text-align: center;
}/*# sourceMappingURL=style.css.map */