@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------
  A (more) Modern CSS Reset
-------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------------------------

  基本スタイル

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #47332A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #fff;
}

@media screen and (max-width: 1099.98px) {
  html.is-nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* --------------------------------

  l-wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
/* --------------------------------

  l-header

-------------------------------- */
.l-header__logo {
  z-index: 101;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    place-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    display: block;
    z-index: 1002;
  }
  .is-fixed .l-header__logo {
    position: fixed;
    top: -13rem;
    height: 13rem;
    place-content: center;
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    -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;
    z-index: 1002;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo {
    left: 5rem;
    top: 2.5rem;
  }
}
.l-header__logo-sitename {
  width: 20rem;
}
@media screen and (min-width: 360px), print {
  .l-header__logo-sitename {
    width: 20rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo-sitename {
    width: 28rem;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo-sitename {
    width: 32.1rem;
  }
}
.l-header__logo-sitename a {
  display: block;
  text-decoration: none;
}
.l-header__logo-sitename img {
  height: auto;
}
@media screen and (min-width: 1100px), print {
  .l-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 13rem;
    padding: 0;
    place-content: center;
    z-index: 1001;
  }
  .is-fixed .l-header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: -13rem;
    height: 13rem;
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -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;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__tel::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    background-color: #FF8DA0;
    margin: auto;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 16px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  l-footer

-------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 0;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 20rem;
  left: 50%;
  width: 100%;
  height: 80rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/top/contact_bg.webp") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .l-footer::before {
    top: 20rem;
    height: 40rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer::before {
    top: 35rem;
    height: 50rem;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 100rem);
  background-color: rgba(255, 241, 215, 0.5);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .l-footer::after {
    height: calc(100% - 60rem);
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer::after {
    height: calc(100% - 85rem);
  }
}
.l-footer__inner {
  position: relative;
  z-index: 2;
  padding: 5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__inner {
    padding: 10rem 4rem 10rem;
  }
}
.l-footer__decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 19.6rem;
  height: 28.7rem;
  background-image: url("../img/top/dots_circle_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .l-footer__decoration {
    width: 38.7rem;
    height: 51.7rem;
  }
}
.l-footer__container {
  max-width: 128rem;
  margin: 0 auto;
}
.l-footer__copyright {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  min-height: 6rem;
  margin: 0;
  padding: 1rem;
  background-color: #ffabb9;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .l-footer__copyright {
    min-height: 8rem;
  }
}
.l-footer__copyright small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .l-footer__copyright span {
    display: none;
  }
}

/* --------------------------------

  l-main

-------------------------------- */
.l-main {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 850px;
  background-image: url("../img/top/vector_circle_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media screen and (min-width: 1100px), print {
  .l-main::before {
    width: 50%;
    height: 795px;
    background-size: contain;
  }
}

/* --------------------------------

  l-inner

-------------------------------- */
.l-inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
}
.l-inner::after {
  content: "";
  display: table;
  clear: both;
}
.l-inner--wide {
  max-width: 1230px;
}

/* --------------------------------

  c-button

-------------------------------- */
/* --------------------------------

  c-link-button

-------------------------------- */
.c-link-button {
  position: relative;
  display: inline-block;
  place-content: center;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 10em;
  min-width: 22rem;
  min-height: 4.8rem;
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    font-size: 1.6rem;
    min-width: 30rem;
    min-height: 5.2rem;
    letter-spacing: 0.02em;
    padding: 1rem 3.5rem;
  }
}
.c-link-button--ore {
  background-color: #FFB129;
  border: 1px solid #FFB129;
}
.c-link-button--pink {
  background-color: #FF8DA0;
}
.c-link-button--kitasendai {
  background-color: #ffb129;
}
.c-link-button--yaotome {
  background-color: #7bd661;
}
.c-link-button--izumichuo {
  background-color: #55ccf6;
}
.c-link-button--tsutsujigaoka {
  background-color: #e99cff;
}
.c-link-button--yaotometyuo {
  background-color: #ff98bb;
}
.c-link-button--uesugi {
  background-color: #808bd0;
}
.c-link-button--daycare {
  background-color: #fdca00;
}
.c-link-button--apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 23rem;
  min-height: 4.8rem;
  padding: 0.8rem 2.8rem;
  background-color: #46e51a;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-link-button--apply {
    min-width: 29.6rem;
    min-height: 5.3rem;
    padding: 0.8rem 4.6rem;
    font-size: 2.4rem;
  }
}
.c-link-button--apply::before {
  content: none;
}
.c-link-button--mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22rem;
  min-height: 4.8rem;
  padding: 0.8rem 2.8rem;
  background-color: #ff8da0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-link-button--mail {
    min-width: 29.4rem;
    min-height: 6.5rem;
    padding: 0.8rem 4.6rem;
    font-size: 2.4rem;
  }
}
.c-link-button--mail::before {
  content: none;
}
.c-link-button__icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-link-button__icon {
    width: 2.2rem;
  }
}
.c-link-button__icon img {
  width: 100%;
}
.c-link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/base/icon-arrow_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-link-button::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.3rem;
  }
}
.c-link-button--apply::before {
  content: none;
}
.c-link-button--mail::before {
  content: none;
}

a.c-link-button {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FF8DA0;
    color: #fff;
  }
  a.c-link-button:where(:any-link, :enabled, summary):hover {
    background-color: #FF8DA0;
    color: #fff;
  }
}
@media (hover: hover) {
  a.c-link-button--ore:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #FFB129;
  }
  a.c-link-button--ore:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #FFB129;
  }
  a.c-link-button--ore:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_ore.svg") no-repeat center/contain;
  }
  a.c-link-button--ore:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_ore.svg") no-repeat center/contain;
  }
}
@media (hover: hover) {
  a.c-link-button--pink:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FFACB9;
  }
  a.c-link-button--pink:where(:any-link, :enabled, summary):hover {
    background-color: #FFACB9;
  }
}
@media (hover: hover) {
  a.c-link-button--kitasendai:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--yaotome:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--izumichuo:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--tsutsujigaoka:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--yaotometyuo:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--uesugi:where(:-moz-any-link, :enabled, summary):hover, a.c-link-button--daycare:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a.c-link-button--kitasendai:where(:any-link, :enabled, summary):hover, a.c-link-button--yaotome:where(:any-link, :enabled, summary):hover, a.c-link-button--izumichuo:where(:any-link, :enabled, summary):hover, a.c-link-button--tsutsujigaoka:where(:any-link, :enabled, summary):hover, a.c-link-button--yaotometyuo:where(:any-link, :enabled, summary):hover, a.c-link-button--uesugi:where(:any-link, :enabled, summary):hover, a.c-link-button--daycare:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  a.c-link-button--kitasendai:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ffb129;
  }
  a.c-link-button--kitasendai:where(:any-link, :enabled, summary):hover {
    background-color: #ffb129;
  }
}
@media (hover: hover) {
  a.c-link-button--yaotome:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #7bd661;
  }
  a.c-link-button--yaotome:where(:any-link, :enabled, summary):hover {
    background-color: #7bd661;
  }
}
@media (hover: hover) {
  a.c-link-button--izumichuo:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #55ccf6;
  }
  a.c-link-button--izumichuo:where(:any-link, :enabled, summary):hover {
    background-color: #55ccf6;
  }
}
@media (hover: hover) {
  a.c-link-button--tsutsujigaoka:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #e99cff;
  }
  a.c-link-button--tsutsujigaoka:where(:any-link, :enabled, summary):hover {
    background-color: #e99cff;
  }
}
@media (hover: hover) {
  a.c-link-button--yaotometyuo:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ff98bb;
  }
  a.c-link-button--yaotometyuo:where(:any-link, :enabled, summary):hover {
    background-color: #ff98bb;
  }
}
@media (hover: hover) {
  a.c-link-button--uesugi:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #808bd0;
  }
  a.c-link-button--uesugi:where(:any-link, :enabled, summary):hover {
    background-color: #808bd0;
  }
}
@media (hover: hover) {
  a.c-link-button--daycare:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fdca00;
  }
  a.c-link-button--daycare:where(:any-link, :enabled, summary):hover {
    background-color: #fdca00;
  }
}
@media (hover: hover) {
  a.c-link-button--apply:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #46e51a;
    opacity: 0.8;
  }
  a.c-link-button--apply:where(:any-link, :enabled, summary):hover {
    background-color: #46e51a;
    opacity: 0.8;
  }
}
@media (hover: hover) {
  a.c-link-button--mail:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ff8da0;
    opacity: 0.8;
  }
  a.c-link-button--mail:where(:any-link, :enabled, summary):hover {
    background-color: #ff8da0;
    opacity: 0.8;
  }
}
@media (hover: hover) {
  a.c-link-button--wht:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FFB129;
    color: #FF8DA0;
  }
  a.c-link-button--wht:where(:any-link, :enabled, summary):hover {
    background-color: #FFB129;
    color: #FF8DA0;
  }
}

/* --------------------------------

  c-pdf-button

-------------------------------- */
.c-pdf-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  min-width: 22rem;
  min-height: 4.8rem;
  padding: 1rem 3.8rem 1rem 2.4rem;
  border-radius: 10em;
  background-color: #ff8da0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-pdf-button {
    min-width: 30rem;
    min-height: 5.2rem;
    padding: 1rem 4.6rem 1rem 3rem;
    font-size: 1.6rem;
  }
}
.c-pdf-button::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2.5rem;
  background: url("../img/base/icon-pdf.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-pdf-button::before {
    width: 2.4rem;
    height: 3rem;
  }
}
.c-pdf-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/base/icon-arrow_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-pdf-button::after {
    right: 1.3rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (hover: hover) {
  .c-pdf-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-pdf-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

/* --------------------------------
  c-global-contact
-------------------------------- */
.c-global-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 25rem;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    max-width: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-global-contact {
    margin-inline: auto;
  }
}
.c-global-contact__link {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 10em;
  padding: 0.5rem 2rem;
  min-height: 5rem;
  place-content: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__link {
    display: inline-block;
    text-align: left;
    padding: 0.5rem 3rem;
    min-height: 4.2rem;
  }
}
@media (hover: hover) {
  .c-global-contact__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-global-contact__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-global-contact__item--mail .c-global-contact__link {
  background-color: #FF8DA0;
}
.c-global-contact__item--apply .c-global-contact__link {
  background-color: #46E51A;
}
.c-global-contact__label {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
}
.c-global-contact__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
}
.c-global-contact__item--mail .c-global-contact__label::before {
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
}
.c-global-contact__item--apply .c-global-contact__label::before {
  background: url("../img/base/icon-apply_wht.svg") no-repeat center/contain;
}

/* --------------------------------

  c-gnav

-------------------------------- */
.c-gnav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-gnav {
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30rem;
    width: 30rem;
    height: 100%;
    z-index: 1000;
    -webkit-transition: left 0.3s ease, opacity 0.3s ease;
    transition: left 0.3s ease, opacity 0.3s ease;
  }
  .is-nav-open .c-gnav {
    left: 0;
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__container {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6rem 0 3rem 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__logo {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__logo-sitename {
    max-width: 25rem;
    margin-inline: auto;
  }
  .c-gnav__logo-sitename img {
    height: auto;
  }
}
.c-gnav__menu {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__menu {
    gap: 2rem;
  }
}
.c-gnav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item:first-child {
    border-top: 1px solid #ccc;
  }
}
.c-gnav__title {
  position: relative;
  display: block;
}
.c-gnav__label {
  position: relative;
  line-height: 1.2;
  color: #47332A;
  cursor: pointer;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__label {
    display: block;
    padding: 0;
    place-content: center;
    text-align: center;
    height: 5.5rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__label {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0 1.5rem;
    height: 6rem;
    place-content: center;
  }
}
.c-gnav__label::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__label::before {
    width: 1.5rem;
    height: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background: url("../img/base/icon-arrow_bottom_ore.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__label::before {
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #FF8DA0 url("../img/base/icon-plus.svg") no-repeat center/50%;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.c-gnav__link {
  position: relative;
  line-height: 1.2;
  color: #47332A;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__link {
    display: block;
    text-align: center;
    place-content: center;
    height: 5.5rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__link {
    display: block;
    font-size: 1.6rem;
    height: 6rem;
    padding: 0 0 0 1.5rem;
    place-content: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__link::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background: #FF8DA0 url("../img/base/icon-arrow2_right_wht.svg") no-repeat center/50%;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFB129;
  }
  .c-gnav__link:where(:any-link, :enabled, summary):hover {
    color: #FFB129;
  }
}
.c-gnav__dropdown {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__dropdown {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__dropdown {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: 25rem;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow: hidden;
  }
}
.c-gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__dropdown.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__dropdown.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__dropdown-container {
    border-radius: 1rem;
    overflow: hidden;
  }
}
.c-gnav__submenu {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu {
    padding: 0 0 2rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu-item {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.c-gnav__submenu-link {
  position: relative;
  display: block;
  text-align: left;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #fff;
  height: 5rem;
  letter-spacing: 0.05em;
  background-color: #FF8DA0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu-link {
    padding-left: 3rem;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-gnav__submenu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #ffffff;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu-link {
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.c-gnav__submenu-link--kitasentai {
  background-color: #FFB129;
}
.c-gnav__submenu-link--yaotome {
  background-color: #7BD661;
}
.c-gnav__submenu-link--izumi {
  background-color: #55CCF6;
}
.c-gnav__submenu-link--tsutsujigaoka {
  background-color: #E99CFF;
}
.c-gnav__submenu-link--yaotometyuo {
  background-color: #FF98BB;
}
.c-gnav__submenu-link--uesugi {
  background-color: #808BD0;
}
.c-gnav__submenu-link--daycare {
  background-color: #FD0;
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #FFACB9;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #FFACB9;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #FFACB9;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #FFACB9;
  }
}
.c-gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle {
    position: relative;
    width: 100%;
    height: 5.5rem;
    margin-bottom: -5.5rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle:hover + .c-gnav__label {
    color: #FFB129;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #FFB129;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #FF8DA0;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    background: #FF8DA0 url("../img/base/icon-minus.svg") no-repeat center/50%;
  }
}
.c-gnav-button--open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  z-index: 1011;
  opacity: 1;
  pointer-events: all;
}
.is-nav-open .c-gnav-button--open {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .c-gnav-button--open {
    display: none;
  }
}
.c-gnav-button--open::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #FF8DA0;
  margin: auto;
}
.c-gnav-button--open::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-gnav-button--close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-gnav-button--close {
    display: none;
  }
}
.is-nav-open .c-gnav-button--close {
  opacity: 1;
}
.c-gnav-button--close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #FF8DA0;
  margin: auto;
}
.c-gnav-button--close::after {
  content: "CLOSE";
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-gnav-button--close .c-gnav-button__icon {
  width: 2.8rem;
  background-color: transparent;
}
.c-gnav-button--close .c-gnav-button__icon::before, .c-gnav-button--close .c-gnav-button__icon::after {
  margin-top: 0;
  background-color: #fff;
}
.c-gnav-button--close .c-gnav-button__icon::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-gnav-button--close .c-gnav-button__icon::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-gnav-button__icon {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.8rem;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.c-gnav-button__icon::before, .c-gnav-button__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  -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;
}
.c-gnav-button__icon::before {
  margin-top: -6px;
}
.c-gnav-button__icon::after {
  margin-top: 6px;
}
.c-gnav-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 1100px), print {
  .c-gnav-overlay {
    display: none;
  }
}
.is-nav-open .c-gnav-overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* --------------------------------

  c-heading

-------------------------------- */
.c-heading {
  position: relative;
  display: block;
}
.c-heading--primary {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 360px), print {
  .c-heading--primary {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary {
    font-size: 4rem;
  }
}
.c-heading--secondary {
  display: block;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #FF8DA0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.c-heading--secondary .c-heading__title {
  position: relative;
  display: inline-block;
  color: #FF8DA0;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .c-heading__title {
    font-size: 3.8rem;
  }
}
.c-heading--secondary .c-heading__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/base/icon-arrow2_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .c-heading__title::before {
    width: 4rem;
    height: 4rem;
  }
}
.c-heading--detail {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-weight: 700;
  padding: 0 0 2rem 0;
  text-wrap: inherit;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: 4rem;
    padding: 0 0 4rem 0;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 1rem;
  background: url("../img/base/icon-dots.png") no-repeat center/contain;
  margin-inline: auto;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail::before {
    width: 4rem;
    height: 1rem;
  }
}
.c-heading--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #47332a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-wrap: inherit;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-heading--sub {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
  }
}
.c-heading--sub::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.6rem solid #ff8da0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--sub::before {
    width: 3rem;
    height: 3rem;
    border: 1rem solid #ff8da0;
  }
}
/* --------------------------------
  c-list
-------------------------------- */
.c-list--primary li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 1.5em;
  }
}
.c-list--primary li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFB129;
  border-radius: 100%;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.65em;
  }
}
.c-list--secondary li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1100px), print {
  .c-list--secondary li {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.c-list--secondary li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .c-list--secondary li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.c-list--secondary li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #333;
}

/* --------------------------------
  c-check-list
-------------------------------- */
.c-check-list__item {
  position: relative;
  color: #FF8DA0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.15;
  padding-left: 2.2em;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.c-check-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 2.2rem;
  background: url("../img/base/icon-check_kiiro.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item::before {
    width: 4.5rem;
    height: 4rem;
  }
}
.c-check-list__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* --------------------------------

  c-news-list

-------------------------------- */
.c-news-list--column .c-news-item {
  grid-template-columns: 1fr;
}
.c-news-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .c-news-list__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.c-news-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  background-color: #ffffff;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(87, 75, 75, 0.05);
          box-shadow: 0 0 30px 0 rgba(87, 75, 75, 0.05);
}
@media screen and (min-width: 768px), print {
  .c-news-item {
    gap: 1.6rem;
    grid-template-columns: 7rem 1fr;
    padding: 2rem 3rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-news-item {
    grid-template-columns: 8rem 1fr;
  }
}
.c-news-item__link {
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  color: #47332A;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-news-item__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .c-news-item__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFB129;
    text-decoration: underline;
  }
  .c-news-item__link:where(:any-link, :enabled, summary):hover {
    color: #FFB129;
    text-decoration: underline;
  }
}
.c-news-item__date {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: #47332A;
}
@media screen and (min-width: 1100px), print {
  .c-news-item__date {
    font-size: 1.6rem;
  }
}
.c-news-item__category {
  height: 3rem;
  color: #fff;
  background-color: #46E51A;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.5rem;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .c-news-item__category {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-news-item__category {
    font-size: 1.4rem;
    height: 3.5rem;
  }
}
.c-news-item__title {
  display: block;
}

/* c-news-thumb */
.c-news-thumb-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 480px), print {
  .c-news-thumb-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .c-news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-news-thumb-item__link {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1.35;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(33, 94, 0, 0.08);
          box-shadow: 0 0 10px rgba(33, 94, 0, 0.08);
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .c-news-thumb-item__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #FF8DA0;
  }
  .c-news-thumb-item__link:where(:any-link, :enabled, summary):hover {
    color: #FF8DA0;
  }
  .c-news-thumb-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-thumb-item__image img {
    scale: 1.05;
  }
  .c-news-thumb-item__link:where(:any-link, :enabled, summary):hover .c-news-thumb-item__image img {
    scale: 1.05;
  }
}
.c-news-thumb-item__image {
  position: relative;
  overflow: hidden;
}
.c-news-thumb-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/233;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.c-news-thumb-item__body {
  padding: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-thumb-item__body {
    padding: 2rem;
  }
}
.c-news-thumb-item__excerpt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 8.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-thumb-item__excerpt {
    font-size: 1.6rem;
    max-height: 9.6rem;
  }
}
.c-news-thumb-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-news-thumb-item__title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    max-height: 5rem;
  }
}
/* c-club-topic */
.c-club-topic-list {
  display: grid;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 480px), print {
  .c-club-topic-list {
    grid-template-columns: repeat(2, minmax(0, 30rem));
  }
}
@media screen and (min-width: 1100px), print {
  .c-club-topic-list {
    gap: 2.7rem;
    grid-template-columns: repeat(4, minmax(0, 30rem));
  }
}
.c-club-topic-item__link {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #47332a;
  text-decoration: none;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 15px rgba(87, 75, 75, 0.05);
          box-shadow: 0 0 15px rgba(87, 75, 75, 0.05);
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-club-topic-item__link {
    border-radius: 2.5rem;
  }
}
@media (hover: hover) {
  .c-club-topic-item__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-club-topic-item__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-club-topic-item__image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 300/200;
  overflow: hidden;
}
.c-club-topic-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-club-topic-item__body {
  padding: 2rem 1.6rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .c-club-topic-item__body {
    padding: 2.5rem 2rem;
  }
}
.c-club-topic-item__date {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-club-topic-item__date {
    font-size: 1.6rem;
  }
}
.c-club-topic-item__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-club-topic-item__title {
    font-size: 2rem;
    max-height: 5.4rem;
  }
}

/* GMOトピックス ページネーション */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #FF8DA0;
  text-decoration: none;
}

/* WP ページネーション */
.c-pagination {
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagination {
    margin-top: 4rem;
  }
}
.c-pagination__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__numbers {
  display: block;
  margin: 0 0.2rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #444;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-pagination__numbers {
    margin: 0.2rem;
    font-size: 1.4rem;
  }
}
.c-pagination__numbers:hover {
  text-decoration: none;
}
.c-pagination__numbers[href]:hover,
.c-pagination .is-current {
  background-color: #FF8DA0;
}
.c-pagination__screenreader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.c-pagetitle {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  z-index: 0;
  padding: 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle {
    margin-top: 13rem;
    padding: 2rem 5rem;
  }
}
.c-pagetitle__container {
  position: relative;
  width: 100%;
  height: 15rem;
  background: url("../img/base/page-title.webp") no-repeat center/cover;
  padding: 0 2rem;
  place-content: center;
  text-align: center;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__container {
    height: 18rem;
    border-radius: 5rem;
  }
}
.c-pagetitle__container::before {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: -1rem;
  width: 8.2rem;
  height: 8rem;
  background-image: url("../img/top/mv_deco_05.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__container::before {
    width: 14.2rem;
    height: 11rem;
  }
}
.c-pagetitle__container::after {
  content: "";
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 8.6rem;
  height: 10.3rem;
  background-image: url("../img/top/mv_deco_04.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__container::after {
    width: 13.6rem;
    height: 11.3rem;
  }
}
.c-pagetitle__name {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FF8DA0;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke;
  text-shadow: 0 0 30px rgba(87, 75, 75, 0.05);
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name {
    font-size: 4rem;
  }
}

/* --------------------------------

  c-pagetop

-------------------------------- */
.c-pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-pagetop {
    position: fixed;
    border-radius: 0.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.is-fixed .c-pagetop {
  opacity: 1;
  pointer-events: auto;
}
.c-pagetop__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #FF8DA0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (hover: hover) {
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFB129;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFB129;
  }
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
.c-pagetop__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (min-width: 1100px), print {
  .c-pagetop__link::before {
    top: 0.9rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-pagetop__icon {
  display: none;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* p-loading */
.p-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #fff;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.p-loading.is-fadeout {
  opacity: 0;
  pointer-events: none;
}
.p-loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  .p-loading__inner {
    width: 28rem;
  }
}
.p-loading__inner.is-fadeout {
  opacity: 0;
}
.p-loading__logo img {
  width: auto;
  height: auto;
}
.p-loading__logo.js-anime-fadeup {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* p-home-mv */
.p-home-mv {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv {
    padding-top: 13rem;
  }
}
.p-home-mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1rem 0 1rem;
  gap: 3rem;
  max-width: 33rem;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__container {
    padding: 0 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    max-width: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home-mv__content {
  position: relative;
  width: 30rem;
  height: 21rem;
  place-content: center;
  padding: 1rem 4rem;
  margin: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 30px rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 30px rgba(87, 75, 75, 0.05));
}
@media screen and (min-width: 768px), print {
  .p-home-mv__content {
    width: 56.9rem;
    height: 39.5rem;
    padding: 3rem 6rem 3rem 8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__content {
    width: clamp(30rem, 569 * var(--vw1600), 56.9rem);
    height: clamp(20rem, 395 * var(--vw1600), 39.5rem);
    padding: clamp(2rem, 50 * var(--vw1600), 5rem) clamp(2rem, 60 * var(--vw1600), 6rem) clamp(2rem, 50 * var(--vw1600), 5rem) clamp(2rem, 80 * var(--vw1600), 8rem);
    margin: clamp(1rem, 30 * var(--vw1600), 3rem) clamp(-12rem, -120 * var(--vw1600), -5rem) 0 0;
  }
}
.p-home-mv__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  width: 80px;
  height: 45px;
  background-image: url("../img/top/mv_deco_04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__content::before {
    top: 3rem;
    right: 2rem;
    width: 100px;
    height: 80px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__content::before {
    width: clamp(5rem, 136 * var(--vw1600), 13.6rem);
    height: clamp(5rem, 113 * var(--vw1600), 11.3rem);
    right: clamp(2rem, 40 * var(--vw1600), 4rem);
  }
}
.p-home-mv__content::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 1rem;
  width: 80px;
  height: 45px;
  background-image: url("../img/top/mv_deco_05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__content::after {
    bottom: 0;
    left: 2rem;
    width: 100px;
    height: 80px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__content::after {
    width: clamp(5rem, 142 * var(--vw1600), 14.2rem);
    height: clamp(5rem, 110 * var(--vw1600), 11rem);
    bottom: clamp(-3rem, -30 * var(--vw1600), -1rem);
    left: clamp(1rem, 30 * var(--vw1600), 3rem);
  }
}
.p-home-mv__content-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/top/vector_circle_08.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.p-home-mv__catch {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__catch {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch {
    font-size: clamp(2rem, 40 * var(--vw1600), 4rem);
    margin-bottom: clamp(1rem, 20 * var(--vw1600), 2rem);
  }
}
.p-home-mv__catch-point {
  color: #FF8DA0;
}
.p-home-mv__description {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__description {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__description {
    font-size: clamp(1.4rem, 18 * var(--vw1600), 1.8rem);
  }
}
.p-home-mv__character {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  max-width: 9rem;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__character {
    bottom: 0;
    right: 2rem;
    max-width: 13rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__character {
    bottom: clamp(-6rem, -60 * var(--vw1600), -2rem);
    right: clamp(2rem, 40 * var(--vw1600), 4rem);
    max-width: clamp(7rem, 197 * var(--vw1600), 19.7rem);
  }
}
.p-home-mv__slider {
  position: relative;
  max-width: 60rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__slider {
    max-width: 112rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-mv__slider {
    width: 100%;
  }
}
.p-home-mv__slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3.5rem;
  left: 0;
  right: -1.5rem;
  background-image: url("/assets/img/top/vector_circle_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__slider::before {
    right: -2.5rem;
    bottom: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__slider::before {
    bottom: 0;
    right: clamp(-5rem, -50 * var(--vw1600), -2rem);
  }
}
.p-home-mv__slider::after {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  left: 1rem;
  width: 85px;
  height: 55px;
  background-image: url("../img/top/mv_deco_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-home-mv__slider::after {
    bottom: 4rem;
    left: 2rem;
    width: 100px;
    height: 80px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__slider::after {
    width: clamp(5rem, 133 * var(--vw1600), 13.3rem);
    height: clamp(5rem, 102 * var(--vw1600), 10.2rem);
    bottom: clamp(2rem, 50 * var(--vw1600), 5rem);
    left: clamp(1rem, 30 * var(--vw1600), 3rem);
  }
}

/* p-home-news */
.p-home-news {
  position: relative;
  padding: 5rem 2rem 8rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news {
    padding: 8rem 4rem 10rem 4rem;
  }
}
.p-home-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22.6rem;
  height: 28.7rem;
  background-image: url("../img/top/dots_circle_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-news::before {
    width: 44.6rem;
    height: 55.7rem;
  }
}
.p-home-news__inner {
  position: relative;
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}
.p-home-news__decoration {
  position: absolute;
}
.p-home-news__decoration--01 {
  top: 1rem;
  left: 2rem;
  max-width: 11rem;
}
@media screen and (min-width: 768px), print {
  .p-home-news__decoration--01 {
    left: 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-news__decoration--01 {
    max-width: none;
    left: 2rem;
  }
}
.p-home-news__decoration--02 {
  bottom: 0;
  right: 0;
  max-width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__decoration--02 {
    max-width: 19.2rem;
  }
}
.p-home-news__container {
  position: relative;
  padding: 9.5rem 2.5rem 8rem 2.5rem;
}
@media screen and (min-width: 768px), print {
  .p-home-news__container {
    padding: 9.5rem 5rem 8rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-news__container {
    padding: 13rem 9rem;
  }
}
.p-home-news__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6rem;
  width: 23.8rem;
  height: 20.6rem;
  background-image: url("../img/top/vector_circle_04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-home-news__container::before {
    top: -3rem;
    right: -10rem;
    width: 29.8rem;
    height: 26.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-news__container::before {
    width: 39.8rem;
    height: 36.6rem;
  }
}
.p-home-news__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/top/vector_circle_03.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.p-home-news__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__header {
    margin-bottom: 6rem;
  }
}
.p-home-news__action {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__action {
    margin-top: 5rem;
  }
}

/* p-home-feature */
.p-home-feature {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature {
    padding: 0 4rem;
  }
}
.p-home-feature::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10rem;
  left: 0;
  width: 12.1rem;
  background-image: url("../img/top/vector_circle_05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 480px), print {
  .p-home-feature::before {
    width: 20.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-feature::before {
    bottom: -20rem;
    width: 36.1rem;
  }
}
.p-home-feature::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10rem;
  right: 0;
  width: 10.1rem;
  background-image: url("../img/top/vector_circle_06.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 480px), print {
  .p-home-feature::after {
    width: 18.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-feature::after {
    bottom: -20rem;
    width: 35.1rem;
  }
}
.p-home-feature__decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 19.6rem;
  height: 28.7rem;
  background-image: url("../img/top/dots_circle_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__decoration {
    width: 38.7rem;
    height: 55.7rem;
  }
}
.p-home-feature__lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__lead {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-home-feature__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__header {
    margin-bottom: 6rem;
  }
}
.p-home-feature__inner {
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__inner {
    max-width: 128rem;
  }
}
.p-home-feature-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}
.p-home-feature-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item:nth-child(2n+1) .p-home-feature-item__image {
    margin-right: -4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item:nth-child(2n) .p-home-feature-item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -4rem;
  }
}
.p-home-feature-item__content {
  position: relative;
  background-color: #FFF0F8;
  border-radius: 2rem 1rem;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 0 30px rgba(87, 75, 75, 0.05);
          box-shadow: 0 0 30px rgba(87, 75, 75, 0.05);
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__content {
    padding: 3rem 4rem;
    border-radius: 5rem 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-feature-item__content {
    padding: 5rem 8rem;
    border-radius: 10rem 2.5rem;
  }
}
.p-home-feature-item__description {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__description {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home-feature-item__action {
  text-align: center;
  margin-top: 2.2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__action {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-feature-item__action {
    margin-top: 5rem;
  }
}
.p-home-feature-item__decoration {
  position: absolute;
  top: -1rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__decoration {
    top: -1.6rem;
  }
}
.p-home-feature-item__decoration--mori {
  right: 0;
  max-width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__decoration--mori {
    max-width: none;
  }
}
.p-home-feature-item__decoration--milk {
  right: 0;
  max-width: 12rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__decoration--milk {
    max-width: none;
  }
}
.p-home-feature-item__decoration--marakasu {
  left: 0;
  max-width: 13rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__decoration--marakasu {
    max-width: none;
  }
}
.p-home-feature-item__image {
  position: relative;
}
.p-home-feature-item__image::before {
  content: "";
  position: absolute;
}
.p-home-feature-item--01 .p-home-feature-item__image::before {
  bottom: 1rem;
  left: 1rem;
  width: 6rem;
  height: 8rem;
  background: url("../img/top/feature_deco_07.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item--01 .p-home-feature-item__image::before {
    bottom: 3rem;
    left: 3rem;
    width: 9.7rem;
    height: 11.2rem;
  }
}
.p-home-feature-item--02 .p-home-feature-item__image::before {
  bottom: 0;
  right: 0;
  width: 9rem;
  height: 9.2rem;
  background: url("../img/top/feature_deco_08.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item--02 .p-home-feature-item__image::before {
    bottom: 4rem;
    right: 1rem;
    width: 15rem;
    height: 17.2rem;
  }
}
.p-home-feature-item--03 .p-home-feature-item__image::before {
  bottom: 0;
  left: 1rem;
  width: 8.2rem;
  height: 7.8rem;
  background: url("../img/top/feature_deco_09.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item--03 .p-home-feature-item__image::before {
    left: 2rem;
    width: 15.2rem;
    height: 12.8rem;
  }
}
.p-home-feature-item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__title {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-feature-item__title {
    margin-bottom: 3rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-feature-item--01 .p-home-feature-item__title-icon {
    width: 3.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-feature-item--02 .p-home-feature-item__title-icon {
    width: 4.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-feature-item--03 .p-home-feature-item__title-icon {
    width: 2.5rem;
  }
}
.p-home-feature-item__title-text {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature-item__title-text {
    font-size: 3rem;
  }
}

/* p-home-garden */
.p-home-garden {
  position: relative;
  padding: 10rem 2rem 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden {
    padding: 15rem 4rem 10rem 4rem;
  }
}
.p-home-garden::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 28rem;
  background-color: #FFF0F8;
  border-radius: 8rem 8rem 0 0;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden::before {
    top: 40rem;
    border-radius: 35rem 35rem 0 0;
  }
}
.p-home-garden__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.p-home-garden__header {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden__header {
    margin-bottom: 7rem;
  }
}
.p-home-garden__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden__container {
    gap: 2.6rem;
  }
}

.p-home-garden-card {
  --garden-theme: #ffb129;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(100%, 30rem);
  padding-top: 2.4rem;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
}
.p-home-garden-card--kitasendai {
  --garden-theme: #ffb129;
}
.p-home-garden-card--yaotome {
  --garden-theme: #7bd661;
}
.p-home-garden-card--izumichuo {
  --garden-theme: #55ccf6;
}
.p-home-garden-card--tsutsujigaoka {
  --garden-theme: #e99cff;
}
.p-home-garden-card--yaotomechuo {
  --garden-theme: #ff98bb;
}
.p-home-garden-card--kamisuiginomori {
  --garden-theme: #808bd0;
}
.p-home-garden-card--mickey-support {
  --garden-theme: #ffdc00;
}
.p-home-garden-card__image {
  position: relative;
  height: 18rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--garden-theme);
  border-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__image {
    border-radius: 2.5rem 2.5rem 0 0;
    height: 20rem;
  }
}
.p-home-garden-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-home-garden-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 21.7rem;
  min-height: 5.2rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10em;
  background-color: var(--garden-theme);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__label {
    font-size: 1.5rem;
  }
}
.p-home-garden-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid var(--garden-theme);
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__body {
    gap: 1.5rem;
    border-radius: 0 0 2.5rem 2.5rem;
  }
}
.p-home-garden-card__name {
  width: 100%;
  margin: 0;
  color: var(--garden-theme);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__name {
    font-size: 2rem;
  }
}
.p-home-garden-card__address {
  width: 100%;
  margin: 0;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__address {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home-garden-card__action {
  width: 100%;
  margin: auto 0 0;
}
.p-home-garden-card__button {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 4.8rem;
  padding: 0.5rem 2rem;
  border: 1px solid var(--garden-theme);
  border-radius: 10em;
  background-color: #fff;
  color: var(--garden-theme);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-home-garden-card__button {
    font-size: 1.6rem;
    min-height: 5.2rem;
    padding: 0.6rem 3.4rem;
  }
}
.p-home-garden-card__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .p-home-garden-card__button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: var(--garden-theme);
    color: #fff;
  }
  .p-home-garden-card__button:where(:any-link, :enabled, summary):hover {
    background-color: var(--garden-theme);
    color: #fff;
  }
}

/* p-home-pickup */
.p-home-pickup {
  position: relative;
  padding: 5rem 2rem;
  background: url("../img/top/pickup_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup {
    padding: 10rem 4rem;
  }
}
.p-home-pickup__inner {
  max-width: 32rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-home-pickup__inner {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup__inner {
    max-width: 128rem;
  }
}
.p-home-pickup__decoration {
  position: absolute;
  z-index: 1;
}
.p-home-pickup__decoration--01 {
  top: -3rem;
  right: 1.5rem;
  max-width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup__decoration--01 {
    max-width: none;
    right: 4rem;
    top: -5rem;
  }
}
.p-home-pickup__decoration--02 {
  bottom: -4rem;
  left: 1.5rem;
  max-width: 14rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup__decoration--02 {
    max-width: none;
    bottom: -8rem;
    left: 4rem;
  }
}
.p-home-pickup__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup__header {
    margin-bottom: 6rem;
  }
}
.p-home-pickup__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-home-pickup__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup__container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.7rem;
  }
}

.p-home-pickup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup-card {
    border-radius: 2.5rem;
  }
}
.p-home-pickup-card__image {
  height: 18rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup-card__image {
    border-radius: 2.5rem 2.5rem 0 0;
    height: 20rem;
  }
}
.p-home-pickup-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-pickup-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  background-color: #fff;
}
.p-home-pickup-card__title {
  margin: 0 0 0.5rem;
  color: #FF8DA0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup-card__title {
    line-height: 2;
    font-size: 2rem;
  }
}
.p-home-pickup-card__text {
  margin: 0;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (min-width: 1100px), print {
  .p-home-pickup-card__text {
    line-height: 2;
    font-size: 1.6rem;
  }
}

/* p-home-attempt */
.p-home-attempt {
  position: relative;
  padding: 5rem 2rem;
  background: url("../img/top/activity_bg.png") no-repeat center/cover;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt {
    padding: 10rem 4rem;
    border-radius: 0 0 10rem 10rem;
  }
}
.p-home-attempt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 22.6rem;
  height: 28.7rem;
  background-image: url("../img/top/dots_circle_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt::before {
    width: 44.6rem;
    height: 55.7rem;
  }
}
.p-home-attempt__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.p-home-attempt__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt__header {
    margin-bottom: 6rem;
  }
}
.p-home-attempt__container {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt__container {
    gap: 5rem;
  }
}

.p-home-attempt-item {
  position: relative;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-home-attempt-item {
    max-width: 110rem;
  }
}
.p-home-attempt-item__box {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  padding: 3rem 2rem 5rem 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
}
@media screen and (min-width: 768px), print {
  .p-home-attempt-item__box {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__box {
    gap: 5rem;
    padding: 5rem;
    border-radius: 2.5rem;
  }
}
.p-home-attempt-item__header {
  display: grid;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-home-attempt-item__header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }
}
.p-home-attempt-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  margin: 0;
  color: #47332A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__title {
    gap: 3rem;
    font-size: 3rem;
    line-height: 1.8;
  }
}
.p-home-attempt-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__icon {
    width: 5rem;
  }
}
.p-home-attempt-item__icon img {
  width: 100%;
}
.p-home-attempt-item--food .p-home-attempt-item__icon {
  width: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item--food .p-home-attempt-item__icon {
    width: 7.5rem;
  }
}
.p-home-attempt-item__action {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-home-attempt-item__action {
    text-align: center;
  }
}
.p-home-attempt-item__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-home-attempt-item__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__content {
    gap: 5rem;
  }
}
.p-home-attempt-item__image {
  aspect-ratio: 300/200;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__image {
    border-radius: 2.5rem;
  }
}
.p-home-attempt-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-attempt-item__text-area {
  display: grid;
  gap: 1.2rem;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__text-area {
    gap: 3rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-home-attempt-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__meta {
    gap: 1rem 3rem;
  }
}
.p-home-attempt-item__date, .p-home-attempt-item__text, .p-home-attempt-item__tag {
  margin: 0;
  word-break: break-all;
  word-wrap: break-word;
}
.p-home-attempt-item__tag {
  display: inline-grid;
  place-content: center;
  min-height: 3.2rem;
  padding: 0 2rem;
  border-radius: 10em;
  background-color: #FF8DA0;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__tag {
    font-size: 1.6rem;
    padding: 0 3rem;
  }
}
.p-home-attempt-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__links {
    gap: 2rem;
  }
}
.p-home-attempt-item__decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-home-attempt-item__decoration img {
  width: 100%;
}
.p-home-attempt-item__decoration--flower {
  right: -2rem;
  bottom: -3rem;
  width: 8rem;
  -webkit-transform: rotate(13.86deg);
          transform: rotate(13.86deg);
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__decoration--flower {
    right: -5rem;
    bottom: -3.5rem;
    width: 14.2rem;
  }
}
.p-home-attempt-item__decoration--sunflower {
  left: -2rem;
  bottom: -3.5rem;
  width: 7.5rem;
  -webkit-transform: rotate(-7.72deg);
          transform: rotate(-7.72deg);
}
@media screen and (min-width: 1100px), print {
  .p-home-attempt-item__decoration--sunflower {
    left: -7rem;
    bottom: -2rem;
    width: 12.3rem;
  }
}

/* p-home-media */
.p-home-media {
  position: relative;
  padding: 5rem 2rem 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-media {
    padding: 10rem 4rem 5rem 4rem;
  }
}
.p-home-media__inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-home-media__inner {
    max-width: 112.7rem;
  }
}
.p-home-media__header {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-media__header {
    margin-bottom: 7rem;
  }
}
.p-home-media__container {
  display: grid;
  gap: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .p-home-media__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-media__container {
    gap: 2.7rem;
  }
}

.p-home-media-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.5rem;
  background-color: #fff0f8;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card {
    border-radius: 2.5rem;
  }
}
.p-home-media-card__image {
  aspect-ratio: 550/380;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__image {
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.p-home-media-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-media-card__body {
  display: grid;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.3rem 2rem 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__body {
    gap: 3rem;
    padding: 5rem;
  }
}
.p-home-media-card__title {
  margin: 0;
  color: #47332A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__title {
    font-size: 2.5rem;
  }
}
.p-home-media-card__text {
  margin: 0;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home-media-card__decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-home-media-card__decoration img {
  width: 100%;
}
.p-home-media-card__decoration--bowl {
  left: -2rem;
  bottom: -3rem;
  width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__decoration--bowl {
    left: -9rem;
    bottom: -3.5rem;
    width: 14.5rem;
  }
}
.p-home-media-card__decoration--pumpkin {
  right: -2rem;
  top: -3rem;
  width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-media-card__decoration--pumpkin {
    right: -8rem;
    top: -7.5rem;
    width: 15rem;
  }
}

/* --------------------------------

  下層ページ 共通

-------------------------------- */
.p-secondary {
  padding: 4rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary {
    padding: 10rem 4rem 0 4rem;
  }
}
.p-secondary-layer {
  padding: 5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-layer {
    padding: 10rem 4rem;
  }
}
.p-secondary__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__header {
    margin-bottom: 5rem;
  }
}
.p-secondary-hero__container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-hero__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-secondary-hero__icon {
  margin-bottom: 2rem;
}
.p-secondary-hero__icon img {
  margin-inline: auto;
}
.p-secondary-hero__image {
  max-width: 45rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-hero__image {
    max-width: none;
  }
}
.p-secondary-hero__body {
  text-align: center;
}
.p-secondary-hero__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: var(--each-garden-color);
  margin-bottom: 2rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-hero__title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-secondary-hero__title {
    font-size: 4rem;
  }
}
.p-secondary-hero__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-hero__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-secondary-hero__text {
    font-size: 2rem;
  }
}
.p-secondary-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  color: #47332a;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card {
    gap: 5rem;
  }
}
.p-secondary-card__item {
  position: relative;
}
.p-secondary-card__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #47332a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__heading {
    font-size: 2.5rem;
  }
}
.p-secondary-card__heading::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ff8da0;
  -webkit-box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
          box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__heading::before {
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
            box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
  }
}
.p-secondary-card__content {
  position: relative;
  margin-top: 2rem;
  padding: 2.4rem;
  border-radius: 1.5rem;
  background-color: #fff;
  max-width: 100rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__content {
    min-height: 35.8rem;
    margin-top: 3rem;
    padding: 3rem 23rem 3rem 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-secondary-card__content {
    padding: 3rem 28rem 3rem 3rem;
  }
}
.p-secondary-card__body {
  position: relative;
  z-index: 1;
}
.p-secondary-card__title {
  margin: 0;
  color: #ffac1d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__title {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-secondary-card__text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__text {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.p-secondary-card__list {
  margin: 2rem 0 0;
  padding-left: 1.4em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__list {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-secondary-card__image {
  width: min(100%, 24rem);
  margin: 2rem auto 0;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__image {
    position: absolute;
    top: -5.5rem;
    right: -7rem;
    width: 27rem;
    margin: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .p-secondary-card__image {
    top: -7.5rem;
    right: -12rem;
    width: 35.8rem;
  }
}
.p-secondary-card__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__detail-list {
    margin-top: 3rem;
  }
}
.p-secondary-card__detail-item {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__detail-item {
    grid-template-columns: 20rem minmax(0, 1fr);
    gap: 2rem;
  }
}
.p-secondary-card__label {
  display: grid;
  place-items: center;
  min-height: 3.2rem;
  margin: 0;
  padding: 0.3rem 1.5rem;
  border-radius: 10em;
  background-color: #ff8da0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__label {
    font-size: 1.6rem;
  }
}
.p-secondary-card__detail-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-card__detail-text {
    font-size: 1.6rem;
  }
}
.p-secondary-card__button {
  margin: 0;
  text-align: center;
}

.p-section-dmy {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-section-dmy {
    padding: 10rem 0 0 0;
  }
}
.p-section-dmy p:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-section-dmy p:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.p-section-dmy p img {
  margin-inline: auto;
}

/* p-news-detail */
.p-news-detail__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__date {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-news-detail__body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-news-detail__back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__back {
    margin-top: 5rem;
  }
}

/* --------------------------------

  各園紹介下層 共通パーツ

-------------------------------- */
.p-lower {
  --each-garden-color: #FF8DA0;
  --lower-common-dots: url("../img/pages/dots_bg.png") no-repeat center / cover;
}

.p-each-garden-lower--kitasendai {
  --each-garden-color: #ffb129;
  --each-garden-dots: url("../img/pages/each-garden/kitasendai/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--yaotome {
  --each-garden-color: #7bd661;
  --each-garden-dots: url("../img/pages/each-garden/yaotome/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--izumichuo {
  --each-garden-color: #55ccf6;
  --each-garden-dots: url("../img/pages/each-garden/izumi-tyuo/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--tsutsujigaoka {
  --each-garden-color: #e99cff;
  --each-garden-dots: url("../img/pages/each-garden/tsutsujigaoka/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--yaotometyuo {
  --each-garden-color: #ff98bb;
  --each-garden-dots: url("../img/pages/each-garden/yaotome-tyuo/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--uesugi {
  --each-garden-color: #808bd0;
  --each-garden-dots: url("../img/pages/each-garden/uesugi/dots_bg.png") no-repeat center / cover;
}
.p-each-garden-lower--daycare {
  --each-garden-color: #fdca00;
  --each-garden-dots: url("../img/pages/each-garden/day-care/dots_bg.png") no-repeat center / cover;
}

.p-each-garden--dots {
  background: var(--each-garden-dots);
}

.p-secondary-layer--dots {
  background: var(--lower-common-dots);
}

/* p-day-care-target */
.p-day-care-target {
  margin-top: 5rem;
  color: #47332a;
}
@media screen and (min-width: 1100px), print {
  .p-day-care-target {
    margin-top: 10rem;
  }
}
.p-day-care-target__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-day-care-target__text {
    font-size: 1.6rem;
  }
}

/* p-education-cherish */
.p-education-cherish {
  position: relative;
  max-width: 90rem;
  margin: 3rem auto 0;
  padding: 3rem 2rem 4rem;
  border-radius: 1.5rem;
  background-color: #fff0f8;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-education-cherish {
    margin-top: 4rem;
    padding: 5rem 10rem;
    border-radius: 2.5rem;
  }
}
.p-education-cherish__text {
  margin: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-education-cherish__text {
    font-size: 2rem;
  }
}
.p-education-cherish__decoration {
  position: absolute;
  display: block;
  margin: 0;
  pointer-events: none;
}
.p-education-cherish__decoration--apple {
  left: -2rem;
  bottom: -3rem;
  width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-education-cherish__decoration--apple {
    left: -4.8rem;
    bottom: -2.5rem;
    width: 13.8rem;
  }
}
.p-education-cherish__decoration--book {
  right: -2rem;
  bottom: -3rem;
  width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-education-cherish__decoration--book {
    right: -4.4rem;
    bottom: -2.8rem;
    width: 13.5rem;
  }
}

/* p-education-important */
.p-education-important {
  display: grid;
  gap: 3rem 0.8rem;
  max-width: 70rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-education-important {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px), print {
  .p-education-important {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5rem 0.8rem;
    max-width: none;
  }
}
.p-education-important__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #000;
}
@media screen and (min-width: 1100px), print {
  .p-education-important__item {
    gap: 3rem;
  }
}
.p-education-important__image {
  width: min(100%, 33rem);
  margin: 0;
}
.p-education-important__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .p-education-important__heading {
    gap: 1.5rem;
  }
}
.p-education-important__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #ffb129;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.9;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-education-important__number {
    width: 7rem;
    height: 7rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-education-important__number {
    width: 8.5rem;
    height: 8.5rem;
    font-size: 4.5rem;
  }
}
.p-education-important__title {
  margin: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-education-important__title {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1280px), print {
  .p-education-important__title {
    font-size: 2.4rem;
  }
}
.p-education-important__text {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-education-important__text {
    font-size: 1.6rem;
  }
}

/* p-education-experience */
.p-education-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  color: #000;
}
.p-education-experience__lead, .p-education-experience__text {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-education-experience__lead, .p-education-experience__text {
    font-size: 2rem;
  }
}
.p-education-experience__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-education-experience__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* p-education-download */
.p-education-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.p-education-download__text {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-education-download__text {
    font-size: 2rem;
  }
}
.p-education-download__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-education-download__buttons {
    gap: 3rem;
    margin-top: 3rem;
  }
}

/* p-each-garden-table */
.p-each-garden-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: #47332a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table {
    font-size: 1.6rem;
  }
}
.p-each-garden-table__row {
  display: grid;
  gap: 0;
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table__row {
    grid-template-columns: 30rem minmax(0, 1fr);
  }
}
.p-each-garden-table__head {
  display: grid;
  place-items: center;
  min-height: 5.2rem;
  margin: 0;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--each-garden-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table__head {
    min-height: 7rem;
    border-radius: 1rem 0 0 1rem;
    font-size: 2rem;
    line-height: 2;
    padding: 1.5rem 1rem;
  }
}
.p-each-garden-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  min-height: 6.2rem;
  margin: 0;
  padding: 1.8rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table__data {
    min-height: 7rem;
    padding: 2.5rem 3rem;
    border-radius: 0 1rem 1rem 0;
  }
}
.p-each-garden-table__data p {
  margin: 0;
}
.p-each-garden-table__access-text {
  font-weight: 700;
}
.p-each-garden-table__map {
  width: 100%;
  height: 25rem;
  margin-top: 1.5rem;
  overflow: hidden;
}
.p-each-garden-table__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.p-each-garden-table__button {
  margin-top: 1.5rem !important;
  text-align: center;
}
.p-each-garden-table__time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-each-garden-table__time-item {
  display: grid;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table__time-item {
    grid-template-columns: 20rem minmax(0, auto);
    gap: 2rem;
  }
}
.p-each-garden-table__time-label {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 3.4rem;
  padding: 0.3rem 1.5rem;
  border-radius: 10em;
  background-color: #4a2600;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-table__time-label {
    width: 20rem;
  }
}

/* p-each-garden-info */
.p-each-garden-info {
  display: grid;
  gap: 2rem 1rem;
}
@media screen and (min-width: 480px), print {
  .p-each-garden-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-each-garden-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.p-each-garden-info__image {
  width: 100%;
  aspect-ratio: 300/200;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
.p-each-garden-info__image--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.p-each-garden-info__caption {
  width: 100%;
  color: #47332a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-info__caption {
    font-size: 2rem;
  }
}

/* p-each-garden-history */
.p-each-garden-history {
  position: relative;
  max-width: 90.5rem;
  margin-inline: auto;
  padding-top: 3.5rem;
  margin-top: -3.5rem;
  color: #47332a;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history {
    padding-top: 8.2rem;
    margin-top: -8.2rem;
  }
}
.p-each-garden-history__decoration {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.3rem;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__decoration {
    gap: 0.6rem;
  }
}
.p-each-garden-history__decoration img:first-child {
  width: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__decoration img:first-child {
    width: 6rem;
  }
}
.p-each-garden-history__decoration img:last-child {
  width: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__decoration img:last-child {
    width: 5.1rem;
  }
}
.p-each-garden-history__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-each-garden-history__item {
  position: relative;
}
.p-each-garden-history__item:not(:last-child) {
  margin-bottom: 3rem;
}
.p-each-garden-history__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--each-garden-color);
}
.p-each-garden-history__card {
  display: grid;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__card {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 3rem;
    min-height: 10rem;
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-each-garden-history__date {
  position: relative;
  margin: 0;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__date {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-each-garden-history__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #47332a;
}
.p-each-garden-history__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-history__text {
    font-size: 1.6rem;
  }
}

/* p-each-garden-club */
.p-each-garden-club__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-club__text {
    font-size: 1.6rem;
  }
}
.p-each-garden-club__topics {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-club__topics {
    margin-top: 5rem;
  }
}
.p-each-garden-club__button {
  margin: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-club__button {
    margin-top: 5rem;
  }
}

/* p-each-garden-school */
.p-each-garden-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  color: #47332a;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school {
    gap: 10rem;
  }
}
.p-each-garden-school__intro {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__intro {
    padding-bottom: 3rem;
  }
}
.p-each-garden-school__icon {
  width: 6.5rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__icon {
    width: 9.3rem;
  }
}
.p-each-garden-school__title {
  margin: 0;
  color: var(--each-garden-color);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__title {
    font-size: 4rem;
  }
}
.p-each-garden-school__lead {
  position: relative;
  max-width: 90rem;
  margin: 3rem auto 0;
  padding: 3rem 2rem 4rem 2rem;
  border-radius: 1.5rem;
  background-color: #fff0f8;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__lead {
    margin-top: 4rem;
    padding: 5rem 10rem;
    border-radius: 2.5rem;
  }
}
.p-each-garden-school__lead-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__lead-title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.p-each-garden-school__lead-text {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__lead-text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-each-garden-school__decoration {
  position: absolute;
  margin: 0;
  pointer-events: none;
  display: block;
}
.p-each-garden-school__decoration--paint {
  left: -3rem;
  bottom: -3rem;
  max-width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__decoration--paint {
    left: -6rem;
    bottom: -5rem;
    max-width: none;
  }
}
.p-each-garden-school__decoration--house {
  right: -2rem;
  bottom: -1.5rem;
  max-width: 6rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__decoration--house {
    right: -4rem;
    bottom: -3rem;
    max-width: none;
  }
}
.p-each-garden-school__block {
  width: 100%;
}
.p-each-garden-school__alert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__alert-list {
    gap: 4rem;
    margin-top: 5rem;
  }
}
.p-each-garden-school__alert {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 6.8rem;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  background-color: #ddd;
  color: #47332a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__alert {
    font-size: 2rem;
    padding: 3rem 1rem;
  }
}
.p-each-garden-school__alert-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__alert-icon {
    width: 4rem;
  }
}
.p-each-garden-school__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__text {
    font-size: 1.6rem;
  }
}
.p-each-garden-school__note {
  position: relative;
  margin-top: 1.5rem !important;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-each-garden-school__note {
    font-size: 2rem;
  }
}
.p-each-garden-school__note::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #47332a;
}
.p-each-garden-school__note + .p-each-garden-table__time-list {
  margin-top: 1.5rem;
}

/* p-about-garden */
.p-about-garden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  color: #000;
}
@media screen and (min-width: 1100px), print {
  .p-about-garden {
    gap: 5rem;
  }
}
.p-about-garden__inner {
  max-width: 128rem;
}
.p-about-garden__text {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-about-garden__text {
    font-size: 2rem;
  }
}

/* p-about-disclosure */
.p-about-disclosure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  color: #47332a;
}
@media screen and (min-width: 1100px), print {
  .p-about-disclosure {
    gap: 5rem;
  }
}
.p-about-disclosure__section {
  width: 100%;
}
.p-about-disclosure__year {
  margin: 0 0 3rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-about-disclosure__year {
    font-size: 2rem;
  }
}
.p-about-disclosure__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .p-about-disclosure__buttons {
    gap: 3rem;
  }
}

/* p-days-flow */
.p-days-flow {
  position: relative;
  max-width: 90.5rem;
  margin-inline: auto;
  color: #47332a;
}
.p-days-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-days-flow__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-days-flow__item--deco .p-days-flow__card {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__item--deco .p-days-flow__card {
    padding-right: 18rem;
  }
}
.p-days-flow__item:not(:last-child) {
  padding-bottom: 3rem;
}
.p-days-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ff98bb;
}
.p-days-flow__card {
  position: relative;
  display: grid;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px), print {
  .p-days-flow__card {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 2.5rem;
    padding: 3rem 5rem 3rem 4rem;
    border-radius: 2.5rem;
  }
}
.p-days-flow__time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #ff8da0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__time {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-days-flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.p-days-flow__block {
  width: 100%;
}
.p-days-flow__title {
  margin: 0;
  color: #47332a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__title {
    font-size: 1.6rem;
  }
}
.p-days-flow__text {
  margin: 0;
  color: #47332a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__text {
    font-size: 1.6rem;
  }
}
.p-days-flow__deco {
  position: absolute;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}
.p-days-flow__deco img {
  width: 100%;
}
.p-days-flow__deco--01 {
  top: -5rem;
  right: 0.5rem;
  width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__deco--01 {
    top: -8.8rem;
    right: 2.8rem;
    width: 13.2rem;
  }
}
.p-days-flow__deco--02 {
  top: 1rem;
  right: 1rem;
  width: 7.7rem;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__deco--02 {
    top: 50%;
    right: 2rem;
    width: 15.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-days-flow__deco--03 {
  top: 1rem;
  right: 1rem;
  width: 8.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__deco--03 {
    top: 50%;
    right: 1.6rem;
    width: 16.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-days-flow__deco--04 {
  top: 1rem;
  right: 1rem;
  width: 4.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__deco--04 {
    top: 50%;
    right: 3.8rem;
    width: 8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-days-flow__deco--05 {
  top: 1rem;
  right: 1rem;
  width: 7rem;
}
@media screen and (min-width: 1100px), print {
  .p-days-flow__deco--05 {
    top: 50%;
    right: 3.8rem;
    width: 13.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* p-days-gallery */
.p-days-gallery {
  display: grid;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .p-days-gallery {
    grid-template-columns: repeat(3, minmax(0, 33rem));
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7rem;
  }
}
.p-days-gallery__item {
  margin: 0;
}
.p-days-gallery__item img {
  width: 100%;
}

/* p-years-monthly */
.p-years-monthly {
  max-width: 103.7rem;
  margin-inline: auto;
  padding: 2.4rem 2rem;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
}
@media screen and (min-width: 1100px), print {
  .p-years-monthly {
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-years-monthly__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-years-monthly__list {
    gap: 3rem;
    font-size: 2rem;
  }
}
.p-years-monthly__item {
  white-space: nowrap;
}

/* p-years-calendar */
.p-years-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  max-width: 110rem;
  margin-inline: auto;
}
.p-years-calendar__season {
  --years-calendar-color: #ff8da0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__season {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__season--spring, .p-years-calendar__season--autumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-years-calendar__season--summer {
  --years-calendar-color: #55ccf6;
}
.p-years-calendar__season--autumn {
  --years-calendar-color: #ffb129;
}
.p-years-calendar__season--winter {
  --years-calendar-color: #808bd0;
}
.p-years-calendar__image {
  width: min(100%, 52rem);
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 53.5rem;
            flex: 0 1 53.5rem;
  }
}
.p-years-calendar__image img {
  width: 100%;
}
.p-years-calendar__body {
  width: min(100%, 52rem);
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54rem;
            flex: 0 0 54rem;
  }
}
.p-years-calendar__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5rem;
  color: var(--years-calendar-color);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__heading {
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
.p-years-calendar__season-name {
  font-size: 3.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__season-name {
    font-size: 5rem;
  }
}
.p-years-calendar__season-en {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__season-en {
    font-size: 2.5rem;
  }
}
.p-years-calendar__icon {
  width: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__icon {
    width: auto;
    max-width: 6.8rem;
  }
}
.p-years-calendar__icon img {
  width: 100%;
}
.p-years-calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.p-years-calendar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-years-calendar__month {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5rem;
          flex: 0 0 8.5rem;
  min-height: 6.4rem;
  margin: 0;
  padding: 1rem;
  border-radius: 1rem 0 0 1rem;
  background-color: var(--years-calendar-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__month {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    min-height: 9rem;
    padding: 1.5rem 1rem;
    font-size: 4rem;
  }
}
.p-years-calendar__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  min-height: 6.4rem;
  margin: 0;
  padding: 1.5rem;
  border-radius: 0 1rem 1rem 0;
  background-color: #fff;
  color: #47332a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-years-calendar__event {
    min-height: 9rem;
    padding: 2.5rem 3rem;
    font-size: 1.6rem;
  }
}

/* p-food-edu-cherish */
.p-food-edu-cherish {
  position: relative;
  max-width: 103.7rem;
  margin-inline: auto;
  padding: 3rem 2rem 5rem;
  border-radius: 1.5rem;
  background-color: #fff0f8;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-cherish {
    padding: 5rem 10rem;
    border-radius: 2.5rem;
  }
}
.p-food-edu-cherish__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-cherish__text {
    font-size: 2rem;
  }
}
.p-food-edu-cherish__decoration {
  position: absolute;
  z-index: 0;
  display: block;
  margin: 0;
  pointer-events: none;
}
.p-food-edu-cherish__decoration--food {
  bottom: -3rem;
  left: -1.5rem;
  width: 9rem;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-cherish__decoration--food {
    bottom: -4.2rem;
    left: -4.5rem;
    width: 18.3rem;
  }
}
.p-food-edu-cherish__decoration--rice {
  right: -1.5rem;
  bottom: -2.5rem;
  width: 8rem;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-cherish__decoration--rice {
    right: -3.5rem;
    bottom: -2.7rem;
    width: 14.4rem;
  }
}

/* p-food-edu-power */
.p-food-edu-power {
  display: grid;
  gap: 2rem;
  max-width: 110rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-food-edu-power {
    grid-template-columns: repeat(2, minmax(0, 31.9rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-power {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
.p-food-edu-power__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  min-height: 25.3rem;
  padding: 2.5rem 2rem 3rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #ffefd4;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-power__item {
    grid-column: span 2;
    min-height: 28rem;
    padding: 2.5rem 2rem;
    border-radius: 2.5rem;
  }
  .p-food-edu-power__item:nth-child(4) {
    grid-column: 2/span 2;
  }
  .p-food-edu-power__item:nth-child(5) {
    grid-column: 4/span 2;
  }
}
.p-food-edu-power__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.5rem;
  height: 6.5rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #ffcc75;
}
.p-food-edu-power__number {
  margin: 0;
  color: #ffb129;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.p-food-edu-power__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-power__title {
    font-size: 2.5rem;
  }
}
.p-food-edu-power__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-power__text {
    font-size: 1.6rem;
  }
}

/* p-food-edu-support */
.p-food-edu-support {
  max-width: 103.7rem;
  margin-inline: auto;
  padding: 2.4rem;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-support {
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-food-edu-support__title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-support__title {
    font-size: 2.5rem;
  }
}
.p-food-edu-support__text {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-support__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

/* p-food-edu-card */
.p-food-edu-card {
  max-width: 110rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-card .p-secondary-card__content {
    max-width: 98rem;
    padding-right: 30rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-card .p-secondary-card__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-food-edu-card .p-secondary-card__image {
    right: -6rem;
    width: 32rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-food-edu-card .p-secondary-card__image {
    top: -5.5rem;
    right: -12rem;
    width: 40.4rem;
  }
}

/* p-guide-entry */
.p-guide-entry {
  max-width: 103.7rem;
  margin-inline: auto;
  color: #47332a;
}
.p-guide-entry__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
.p-guide-entry__point {
  position: relative;
  margin: 0;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-entry__point {
    padding-left: 4rem;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.p-guide-entry__point::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff8da0;
  -webkit-box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
          box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
}
@media screen and (min-width: 1100px), print {
  .p-guide-entry__point::before {
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
            box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
  }
}
.p-guide-entry__point em {
  color: #ff8da0;
  font-style: normal;
}

/* p-guide-box */
.p-guide-box {
  padding: 2.4rem;
  border-radius: 1.5rem;
  background-color: #f6f6f6;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-guide-box {
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-guide-box__text {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-box__text {
    font-size: 1.6rem;
  }
}

/* p-guide-visit */
.p-guide-visit {
  max-width: 103.7rem;
  margin-inline: auto;
  padding: 2.4rem;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-guide-visit {
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-guide-visit__text {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-visit__text {
    font-size: 1.6rem;
  }
}
.p-guide-visit__button {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-guide-visit__button {
    margin-top: 3rem;
  }
}

/* p-guide-certification */
.p-guide-certification {
  max-width: 110.1rem;
  margin-inline: auto;
  color: #47332a;
}
.p-guide-certification__text {
  margin: 0 0 3rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-guide-certification__text {
    font-size: 1.6rem;
  }
}

/* p-guide-table */
.p-guide-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.p-guide-table__row {
  display: grid;
}
@media screen and (min-width: 1100px), print {
  .p-guide-table__row {
    grid-template-columns: 30rem minmax(0, 1fr);
  }
}
.p-guide-table__head, .p-guide-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.4rem;
  margin: 0;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-table__head, .p-guide-table__data {
    min-height: 7.6rem;
    padding: 2.5rem 3rem;
    font-size: 1.6rem;
  }
}
.p-guide-table__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem 1rem 0 0;
  background-color: #ff8da0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-guide-table__head {
    border-radius: 1rem 0 0 1rem;
    font-size: 2rem;
  }
}
.p-guide-table__data {
  border-radius: 0 0 1rem 1rem;
  background-color: #f6f6f6;
  color: #47332a;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .p-guide-table__data {
    border-radius: 0 1rem 1rem 0;
  }
}

/* p-guide-flow */
.p-guide-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90.5rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  color: #47332a;
}
.p-guide-flow__item {
  position: relative;
  width: 100%;
}
.p-guide-flow__item:not(:last-child) {
  padding-bottom: 3rem;
}
.p-guide-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ff98bb;
}
.p-guide-flow__card {
  display: grid;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .p-guide-flow__card {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 3rem;
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-guide-flow__heading, .p-guide-flow__text {
  margin: 0;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-guide-flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 1100px), print {
  .p-guide-flow__heading {
    font-size: 2rem;
  }
}
.p-guide-flow__number {
  color: #ff8da0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-flow__number {
    font-size: 2.5rem;
  }
}
.p-guide-flow__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-guide-flow__text {
    font-size: 1.6rem;
  }
}

/* p-guide-fee */
.p-guide-fee {
  color: #000;
  text-align: center;
}
.p-guide-fee__title {
  margin: 0;
  color: #ff8da0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-guide-fee__title {
    font-size: 2.5rem;
  }
}
.p-guide-fee__text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-guide-fee__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-guide-fee__button {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-guide-fee__button {
    margin-top: 3rem;
  }
}

/* p-parent-box */
.p-parent-box {
  max-width: 103.7rem;
  margin-inline: auto;
  padding: 2.4rem;
  border-radius: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-parent-box {
    padding: 3rem 5rem;
    border-radius: 2.5rem;
  }
}
.p-parent-box--gray {
  background-color: #f6f6f6;
}
.p-parent-box--white {
  background-color: #fff;
}
.p-parent-box__text {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-parent-box__text {
    font-size: 1.6rem;
  }
}

/* p-parent-heading */
.p-parent-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #47332a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-parent-heading {
    font-size: 2.5rem;
  }
}
.p-parent-heading::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ff8da0;
  -webkit-box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
          box-shadow: inset 0 0 0 0.7rem #ff8da0, inset 0 0 0 1rem #fff;
}
@media screen and (min-width: 1100px), print {
  .p-parent-heading::before {
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
            box-shadow: inset 0 0 0 1rem #ff8da0, inset 0 0 0 1.5rem #fff;
  }
}

/* p-parent-emergency */
.p-parent-emergency {
  max-width: 110rem;
  margin-inline: auto;
  color: #000;
}
.p-parent-emergency__system {
  margin-top: 3rem;
}
.p-parent-emergency__text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-parent-emergency__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-parent-emergency__button {
  margin: 2rem 0 0;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-parent-emergency__button {
    margin-top: 3rem;
  }
}

/* p-parent-harassment */
.p-parent-harassment {
  color: #000;
  text-align: center;
}
.p-parent-harassment__title {
  margin: 0;
  color: #ff8da0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-parent-harassment__title {
    font-size: 2.5rem;
  }
}
.p-parent-harassment__text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-parent-harassment__text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

/* p-parent-material */
.p-parent-material {
  color: #000;
  text-align: center;
}
.p-parent-material__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-parent-material__text {
    font-size: 1.6rem;
  }
}
.p-parent-material__button {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-parent-material__button {
    margin-top: 3rem;
  }
}

/* --------------------------------

  p-footer

-------------------------------- */
.p-footer-cta {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .p-footer-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta {
    gap: 3rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-cta {
    gap: 5rem;
  }
}

.p-footer-cta-card {
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1.5rem;
  min-height: 31rem;
  padding: 4rem 2rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta-card {
    min-height: 47.8rem;
    padding: 6rem 4rem;
    gap: 2rem;
  }
}
.p-footer-cta-card--guide {
  background-image: url("../img/top/vector_circle_09.png");
}
.p-footer-cta-card--recruit {
  background-image: url("../img/top/vector_circle_10.png");
}
.p-footer-cta-card__icon {
  height: 7rem;
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta-card__icon {
    height: 10rem;
  }
}
.p-footer-cta-card__icon img {
  width: auto;
  height: 100%;
}
.p-footer-cta-card__title {
  margin: 0;
  color: #47332A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta-card__title {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.p-footer-cta-card__text {
  margin: 0;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta-card__text {
    font-size: 1.6rem;
  }
}
.p-footer-cta-card__action {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-footer-cta-card__action {
    margin-top: 2rem;
  }
}

.p-footer-contact {
  position: relative;
  max-width: 110rem;
  margin: 0 auto 5rem;
  padding: 3.5rem 2rem 4rem 2rem;
  border-radius: 2.5rem;
  background-color: #fff0f8;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-footer-contact {
    padding: 4rem 3rem 4rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact {
    margin-bottom: 10rem;
    padding: 5rem;
  }
}
.p-footer-contact__title {
  margin: 0 0 1rem;
  color: #47332A;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__title {
    font-size: 4rem;
    line-height: 1.8;
  }
}
.p-footer-contact__lead {
  margin: 0;
  color: #47332A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__lead {
    font-size: 1.6rem;
  }
}
.p-footer-contact__list {
  display: grid;
  gap: 2rem;
  max-width: 71.6rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px), print {
  .p-footer-contact__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__list {
    gap: 5rem;
  }
}
.p-footer-contact__character {
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 3rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 3rem rgba(87, 75, 75, 0.05));
  width: 10rem;
  bottom: -5rem;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__character {
    bottom: -3rem;
    width: 18.8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-contact__character {
    width: 24.8rem;
  }
}
.p-footer-contact__character img {
  width: 100%;
}
.p-footer-contact__character--01 {
  left: -2rem;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__character--01 {
    left: -8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-contact__character--01 {
    left: -10rem;
  }
}
.p-footer-contact__character--02 {
  right: -2rem;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact__character--02 {
    right: -7rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-contact__character--02 {
    right: -10rem;
  }
}

.p-footer-contact-card {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1rem;
  min-height: 15rem;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background-color: #fff;
  color: #47332A;
  text-decoration: none;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(87, 75, 75, 0.05));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer-contact-card:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-footer-contact-card:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-footer-contact-card__icon {
  height: 5rem;
}
.p-footer-contact-card__icon img {
  width: auto;
  height: 100%;
}
.p-footer-contact-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .p-footer-contact-card__title {
    font-size: 2.5rem;
  }
}
.p-footer-contact-card__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-footer-main {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-footer-main {
    grid-template-columns: 35rem minmax(0, 1fr);
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-main {
    grid-template-columns: 35rem minmax(0, 1fr);
    gap: 13rem;
  }
}

.p-footer-info {
  color: #47332A;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-footer-info {
    text-align: left;
  }
}
.p-footer-info__logo {
  max-width: 32.1rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-footer-info__logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-footer-info__logo img {
  width: 100%;
  height: auto;
}
.p-footer-info__sitename, .p-footer-info__address, .p-footer-info__tel {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  letter-spacing: 0.05em;
}
.p-footer-info__sitename {
  margin-bottom: 0.5rem;
}
.p-footer-nav {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .p-footer-nav {
    grid-template-columns: repeat(3, minmax(0, auto));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-footer-nav {
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px), print {
  .p-footer-nav {
    gap: 3rem;
  }
}
.p-footer-nav__list {
  display: grid;
  gap: 0.5rem;
}
.p-footer-nav__link {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  color: #47332A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-footer-nav__link {
    font-size: 1.6rem;
  }
}
.p-footer-nav__link::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #FF8DA0;
}
@media (hover: hover) {
  .p-footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #FF8DA0;
  }
  .p-footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: #FF8DA0;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.u-anime-fadein {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.u-anime-fadein.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-anime-slide-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.u-anime-slide-right.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.u-anime-delay--sm {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.u-anime-delay--md {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.u-anime-delay--lg {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* MV アニメーション */
.is-anime-active .u-mv-anime-fadein {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* u-color */
.u-color-dark {
  color: #000;
}
.u-color-hover {
  color: #46E51A;
}
.u-color-base {
  color: #FF8DA0;
}
.u-color-main {
  color: #FF8DA0;
}
.u-color-sub1 {
  color: #FFB129;
}
.u-color-sub2 {
  color: #7BD661;
}
.u-color-text {
  color: #47332A;
}
.u-color-white {
  color: #fff;
}
.u-color-danger {
  color: #ff8000;
}
.u-color-red {
  color: #E90000;
}

/* 背景色 */
.u-bg-color-dark {
  background-color: #000;
}
.u-bg-color-hover {
  background-color: #46E51A;
}
.u-bg-color-base {
  background-color: #FF8DA0;
}
.u-bg-color-main {
  background-color: #FF8DA0;
}
.u-bg-color-sub1 {
  background-color: #FFB129;
}
.u-bg-color-sub2 {
  background-color: #7BD661;
}
.u-bg-color-sub4 {
  background-color: #E99CFF;
}
.u-bg-color-white {
  background-color: #fff;
}
.u-bg-color-black {
  background-color: #000;
}
.u-bg-color-gray2 {
  background-color: #F6F6F6;
}

/* u-display */
.u-d-none {
  display: none;
}
.u-d-block {
  display: block;
}
.u-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px), print {
  .u-d-sm-none {
    display: none;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .u-d-lg-none {
    display: none;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-inline {
    display: inline;
  }
  .u-d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .u-d-xl-none {
    display: none;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* テキスト改行系 */
@media screen and (max-width: 1099.98px) {
  .u-br-pc {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .u-br-sp {
    display: none;
  }
}

/* u-layout */
/* float 回り込み防止 */
.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* flex系 レイアウト */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.u-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* アンカー位置調整 */
.u-anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* 画像を囲う要素 */
.u-img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.u-img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 画像を角丸にする */
.u-img-radius {
  border-radius: 1rem;
}
.u-img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.u-box-radius {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius {
    border-radius: 1.5rem;
  }
}
.u-box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius-lg {
    border-radius: 2rem;
  }
}
.u-box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius-xl {
    border-radius: 5rem;
  }
}

/* box-shadow */
.u-box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}

/* Google Maps */
.u-gmap-area {
  position: relative;
}
.u-gmap-area::before {
  content: "";
  display: block;
  padding-top: 38rem;
}
@media screen and (min-width: 1100px), print {
  .u-gmap-area::before {
    padding-top: 50rem;
  }
}
.u-gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* list-style: none; */
.u-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

.u-mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

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

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

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

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

.u-mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

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

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

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

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

.u-mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

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

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

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

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

.u-mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mx-auto {
  margin-inline: auto;
}

.u-my-auto {
  margin-block: auto;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-pt-sm {
  padding-top: 8px !important;
}

.u-pb-sm {
  padding-bottom: 8px !important;
}

.u-pl-sm {
  padding-left: 8px !important;
}

.u-pr-sm {
  padding-right: 8px !important;
}

.u-px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-pt-md {
  padding-top: 16px !important;
}

.u-pb-md {
  padding-bottom: 16px !important;
}

.u-pl-md {
  padding-left: 16px !important;
}

.u-pr-md {
  padding-right: 16px !important;
}

.u-px-md {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-pt-lg {
  padding-top: 24px !important;
}

.u-pb-lg {
  padding-bottom: 24px !important;
}

.u-pl-lg {
  padding-left: 24px !important;
}

.u-pr-lg {
  padding-right: 24px !important;
}

.u-px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-pt-xl {
  padding-top: 32px !important;
}

.u-pb-xl {
  padding-bottom: 32px !important;
}

.u-pl-xl {
  padding-left: 32px !important;
}

.u-pr-xl {
  padding-right: 32px !important;
}

.u-px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* テキスト位置 */
.u-text-left, .u-text-start {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right, .u-text-end {
  text-align: right;
}

/* テキストインデント */
.u-text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 下層ページ テキスト */
.u-text-body-md {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-md {
    font-size: 1.6rem;
  }
}
.u-text-body-sm {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.u-text-body-lg {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-lg {
    font-size: 1.8rem;
  }
}
.u-text-body-xl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-xl {
    font-size: 2rem;
  }
}
.u-text-body-xxl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-xxl {
    font-size: 2.2rem;
  }
}
.u-text-body-ultra {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-ultra {
    font-size: 2.4rem;
  }
}

/* フォントサイズ */
.u-fs-md {
  font-size: 1.6rem;
}
.u-fs-sm {
  font-size: 1.4rem;
}
.u-fs-lg {
  font-size: 1.8rem;
}
.u-fs-xl {
  font-size: 2rem;
}

/* 行間 */
.u-lh-sm {
  line-height: 1.5;
}
.u-lh-base {
  line-height: 1.8;
}
.u-lh-lg {
  line-height: 2;
}

/* 太さ */
.u-fw-light {
  font-weight: 300;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-exbold {
  font-weight: 800;
}
.u-fw-black {
  font-weight: 900;
}

/* フォントファミリー */
.u-ft-gothic {
  font-family: "Lato", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.u-ft-mincho {
  font-family: "Zen Old Mincho", serif;
}

/* 折り返し禁止 */
.u-text-nowrap {
  white-space: nowrap;
}

/* 三点リーダー 1行 */
.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* アンダーライン */
.u-text-underline {
  text-decoration: underline;
}

/* テキストマーカー */
.u-text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/* --------------------------------

  swiper

-------------------------------- */
.swiper {
  position: relative;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .swiper {
    padding-bottom: 0;
  }
}
.swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination {
    padding: 0 clamp(3rem, 100 * var(--vw1600), 10rem) 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(128, 139, 208, 0.5);
  opacity: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #808BD0;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 7rem;
  background-image: url("../img/top/mv_deco_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .swiper-slide::after {
    top: 0;
    right: 0;
    width: 20rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-slide::after {
    width: clamp(10rem, 282 * var(--vw1600), 28.2rem);
    height: clamp(5rem, 150 * var(--vw1600), 15rem);
    right: clamp(1rem, 30 * var(--vw1600), 3rem);
  }
}
.swiper-slide .swiper-img {
  width: 100%;
  aspect-ratio: 1121.647/663.408;
  overflow: hidden;
}
.swiper-slide .clipped-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: url(#clip-path);
  -webkit-clip-path: url(#clip-path);
}