@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Shippori Mincho", serif;
  color: #323232;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.8s 0.3s ease-out;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

footer {
  margin-top: auto;
}

[id] {
  scroll-margin-top: 80px;
}

html {
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  font-size: max(1rem, 16px);
}

.c-address {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-address {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=footer] .c-address {
    font-weight: 600;
  }
}

.c-button {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  transition: border 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
}

.c-button:hover {
  border-color: #323232;
}

.c-button::after {
  content: "";
  display: block;
  width: 2.06rem;
  height: 0.48rem;
  background-image: url(../images/common/icn-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease-out;
}

@media screen and (min-width: 768px) {
  .c-button:hover::after {
    transform: translateX(0.5rem);
  }
}

@media screen and (max-width: 767px) {
  [data-btn=two-links] .c-button {
    width: 100%;
    max-width: 24rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  [data-btn=two-links] .c-button::after {
    position: absolute;
    top: 0.75rem;
    right: 0;
  }
}

[data-btn=multiple] .c-button {
  width: 100%;
}

[data-btn=multiple] .c-button::after {
  margin-left: auto;
}

.c-contact {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    font-size: 1.6rem;
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .c-contact:hover {
    opacity: 0.4;
  }
}

.c-contact::before {
  content: "";
  display: block;
  width: 1.9rem;
  aspect-ratio: 19/14.5;
  background-image: url(../images/common/icn-mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-contact::before {
    width: 2.1rem;
    margin-top: 0.4rem;
  }
}

.c-englishTitle {
  font-weight: 500;
  color: #126529;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-englishTitle {
    font-size: 1.4rem;
  }
}

.c-englishTitle::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #126529;
  border-radius: 50%;
}

[data-color=white].c-englishTitle {
  color: #FFF;
}

[data-color=white].c-englishTitle::before {
  background-color: #FFF;
}

.c-facebook {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  padding-bottom: 0.8rem;
  color: #126529;
  border-bottom: 1px solid transparent;
  transition: border 0.6s ease-out;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-facebook {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-facebook:hover {
    border-color: #126529;
  }
}

.c-facebook::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/common/icn-fb--grn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-facebook::before {
    width: 2.85rem;
    height: 2.85rem;
  }
}

.c-img {
  position: relative;
  width: 100%;
}

.c-img::before {
  content: "";
  display: block;
}

.c-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-instagram {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 400;
  color: #126529;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-instagram {
    display: flex;
    align-items: center;
    font-size: 2rem;
    -moz-column-gap: 2.45rem;
         column-gap: 2.45rem;
    justify-content: center;
  }
}

.c-instagram.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

.c-instagram::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1.1rem;
  background-image: url(../images/common/icn-insta--grn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-instagram::before {
    margin-bottom: 0;
    width: 2.85rem;
    height: 2.85rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=educare] .c-instagram {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=educare] .c-instagram:hover {
    opacity: 0.4;
  }
}

[data-sec=educare] .c-instagram::before {
  width: 2.66rem;
  height: 2.66rem;
}

.c-largeTitle {
  font-size: 2.2rem;
  font-weight: 400;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-largeTitle {
    font-size: 4rem;
  }
}

.c-largeTitle.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  [data-sec=educare] .c-largeTitle {
    font-size: 3.5rem;
  }
}

.c-largeTitle span {
  font-size: 1.8rem;
  margin-left: 1.85rem;
}
@media screen and (min-width: 768px) {
  .c-largeTitle span {
    font-size: 3rem;
    margin-left: 3.3rem;
  }
}

.c-map {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  -moz-column-gap: 0.55rem;
       column-gap: 0.55rem;
}
@media screen and (min-width: 768px) {
  .c-map {
    font-size: 1.6rem;
    font-weight: 400;
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .c-map:hover {
    opacity: 0.4;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=footer] .c-map {
    font-weight: 600;
  }
}

.c-map::after {
  content: "";
  display: block;
  width: 1.26rem;
  background-image: url(../images/common/icn-map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 12.6/16.5;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-map::after {
    width: 1.4rem;
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=about] .c-map,
  [data-sec=facility] .c-map {
    margin-top: 0.4rem;
    font-size: 1.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
[data-sec=about] .c-map,
[data-sec=facility] .c-map {
  text-decoration: underline;
}

[data-sec=about] .c-map::after,
[data-sec=facility] .c-map::after {
  width: 1.4rem;
}

.c-num {
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.5rem;
  color: #126529;
  border-bottom: 2px solid #126529;
}

.c-num span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.c-tel {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-size: 2.3rem;
  font-weight: 600;
  -moz-column-gap: 0.35rem;
       column-gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  .c-tel {
    font-size: 3rem;
  }
}

.c-tel span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-tel span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=footer] .c-tel {
    font-size: 2.8rem;
  }
}

[data-sec=recruit] .c-tel {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  [data-sec=recruit] .c-tel {
    font-size: 2.8rem;
  }
}

[data-sec=contact] .c-tel {
  font-size: 2.8rem;
}

[data-sec=footer] .c-tel span,
[data-sec=contact] .c-tel span {
  font-size: 1.6rem;
}

.c-text {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

.c-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #126529;
  line-height: 1.8181818182;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

.c-title.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  [data-sec=interviews] .c-title {
    font-size: 2rem;
    line-height: 1.75;
  }
}

[data-sec=features] .c-title span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: -0.3rem;
}
@media screen and (min-width: 768px) {
  [data-sec=features] .c-title span {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
}

.l-404 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.l-about {
  padding-top: 9.7rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding-top: 18.8rem;
  }
}

.l-contact {
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-bottom: 30rem;
  }
}

.l-container {
  padding-top: 10.9rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-top: 34.2rem;
    padding-bottom: 27.4rem;
  }
}

[data-sec=mogu].l-container {
  padding-top: 6rem;
  padding-bottom: 20.4rem;
}
@media screen and (min-width: 768px) {
  [data-sec=mogu].l-container {
    padding-top: 23.1rem;
    padding-bottom: 30.2rem;
  }
}

.l-educare {
  padding-top: 9rem;
  padding-bottom: 19.7rem;
}
@media screen and (min-width: 768px) {
  .l-educare {
    padding-top: 12rem;
    padding-bottom: 30.3rem;
  }
}

.l-education {
  padding-top: 4.4rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-education {
    padding-top: 5rem;
    padding-bottom: 38.5rem;
  }
}

.l-facility {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .l-facility {
    padding-top: 15rem;
  }
}

.l-features {
  padding-top: 10.6rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-features {
    padding-top: 15.1rem;
    padding-bottom: 29.4rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(560px + 4rem);
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-mhp {
  padding-bottom: 19.9rem;
}
@media screen and (min-width: 768px) {
  .l-mhp {
    padding-bottom: 29.8rem;
  }
}

.l-policy {
  padding-bottom: 19.8rem;
}
@media screen and (min-width: 768px) {
  .l-policy {
    padding-bottom: 29.8rem;
  }
}

.l-recruit {
  padding-top: 9.6rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .l-recruit {
    padding-top: 14.7rem;
    padding-bottom: 30.2rem;
  }
}

.l-schedule {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-schedule {
    padding-top: 14.8rem;
    padding-bottom: 50rem;
  }
}

.l-single {
  padding-top: 9.5rem;
  padding-bottom: 19.9rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    padding-top: 14.7rem;
    padding-bottom: 29.9rem;
  }
}

[data-sec=mhp-single].l-single {
  padding-top: 13.9rem;
  padding-bottom: 20.4rem;
}
@media screen and (min-width: 768px) {
  [data-sec=mhp-single].l-single {
    padding-top: 0;
    padding-bottom: 29.8rem;
  }
}

.l-subFv {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-subFv {
    padding-top: 8rem;
  }
}

.l-thanks {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .l-thanks {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.l-topAbout {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-topAbout {
    padding-top: 15rem;
  }
}

.l-topApproaches {
  padding-top: 10.2rem;
}
@media screen and (min-width: 768px) {
  .l-topApproaches {
    padding-top: 15rem;
  }
}

.l-topFacility {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .l-topFacility {
    padding-top: 10.3rem;
  }
}

.l-topNews {
  padding-top: 9.9rem;
}
@media screen and (min-width: 768px) {
  .l-topNews {
    padding-top: 0.5rem;
  }
}

.l-topRecruit {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .l-topRecruit {
    padding-top: 19.9rem;
    padding-bottom: 20rem;
  }
}

.l-wideInner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(560px + 4rem);
}
@media screen and (min-width: 768px) {
  .l-wideInner {
    max-width: 1316px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.p-form__check .wpcf7-list-item-label {
  position: relative;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-list-item-label {
    transition: opacity 0.3s ease-out;
    margin-left: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-list-item-label:hover {
    opacity: 0.4;
  }
}

.p-form__check .wpcf7-list-item-label:before {
  border: 1px solid #B7B7B7;
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: border 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-list-item-label:before {
    top: 0.45rem;
    left: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.p-form__check .wpcf7-list-item-label:after {
  border-bottom: 1.5px solid #323232;
  border-left: 1.5px solid #323232;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0.75rem;
  left: -1.75rem;
  width: 1rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-list-item-label:after {
    top: 0.9rem;
    left: -2.1rem;
    width: 1.1rem;
    height: 0.5rem;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #323232;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 0.4rem 0;
}

.wp-pagenavi .current {
  color: #126529;
  border-bottom: 1px solid #126529;
}

.wp-pagenavi .page {
  min-width: 0.8rem;
}

.wp-pagenavi a {
  transition: opacity 0.6s ease-out;
}

.wp-pagenavi a:hover {
  opacity: 0.4;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  width: 2.55rem;
  height: 0.5rem;
  background-image: url(../images/common/icn-arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wp-pagenavi .previouspostslink {
  margin-right: 1rem;
  transform: scaleX(-1);
}

.wp-pagenavi .nextpostslink {
  margin-left: 1rem;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  display: none;
}

.p-404__title {
  text-align: center;
  opacity: 0.4;
  color: #323232;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 6.4rem;
  }
}

.p-404__title {
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
}

.p-404__text {
  text-align: center;
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 3rem;
  }
}

.p-404__button {
  margin-top: 8rem;
  text-align: center;
}

.p-404__button a {
  margin-inline: auto;
}

.p-about__heading {
  display: grid;
  row-gap: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    display: flex;
    align-items: flex-start;
    gap: 0 3.8rem;
  }
}

.p-about__headingText {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__headingText {
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__headingImg {
    margin-left: auto;
    margin-top: 0.2rem;
  }
}

[data-sec=mogu].p-about__container {
  background-color: #FAFAFA;
}

.p-about__contentsImg {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-about__contentsImg {
    margin-top: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=mogu] .p-about__contentsImg {
    margin-top: 3.4rem;
  }
}

.p-about__contentsImg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/265;
}
@media screen and (min-width: 768px) {
  .p-about__contentsImg img {
    aspect-ratio: 1100/510;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=mogu] .p-about__contentsImg img {
    aspect-ratio: 335/213;
  }
}

.p-about__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 3.1rem;
  }
}

[data-sec=mogu] .p-about__text {
  margin-top: 0;
}

.p-about__summary {
  margin-top: 9.2rem;
}
@media screen and (min-width: 768px) {
  .p-about__summary {
    margin-top: 10.8rem;
  }
}

[data-sec=mogu] .p-about__summary {
  margin-top: 9.4rem;
}
@media screen and (min-width: 768px) {
  [data-sec=mogu] .p-about__summary {
    margin-top: 20.3rem;
  }
}

.p-about__title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 2.2rem;
  }
}

.p-about__summaryContents {
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-about__summaryContents {
    margin-top: 5.3rem;
  }
}

.p-about__history {
  margin-top: 9.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__history {
    margin-top: 14.2rem;
  }
}

.p-about__historyContents {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about__historyContents {
    margin-top: 5rem;
  }
}

.p-about__bottom {
  margin-top: 10.2rem;
}
@media screen and (min-width: 768px) {
  .p-about__bottom {
    margin-top: 8.2rem;
  }
}

.p-about__description {
  margin-top: 2.5rem;
  display: grid;
  row-gap: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-about__description {
    margin-top: 8.6rem;
    display: flex;
    align-items: flex-start;
    gap: 0 9.9rem;
  }
}

.p-about__imgs {
  position: relative;
  aspect-ratio: 335/239.77;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__imgs {
    max-width: 43.3rem;
    margin-top: 1.1rem;
  }
}

.p-about__imgs::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38.2895522388%;
  aspect-ratio: 128.27/92.78;
  background-image: url(../images/about/mogu_1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.p-about__imgs::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 74.9850746269%;
  aspect-ratio: 251.2/181.05;
  background-image: url(../images/about/mogu_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-bottom {
  display: grid;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-bottom {
    display: flex;
    gap: 0 6rem;
  }
}

.p-circles {
  width: 100%;
  position: relative;
  aspect-ratio: 335/293;
}
@media screen and (min-width: 768px) {
  .p-circles {
    max-width: clamp(42.8rem, 35.3587115666vw, 48.3rem);
  }
}

@media screen and (min-width: 768px) {
  [data-sec=about] .p-circles {
    max-width: clamp(42.8rem, 36.1639824305vw, 49.4rem);
  }
}

.p-contact {
  margin-top: -1rem;
}

.p-contact__tel {
  margin-top: 4.9rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    margin-top: 3.5rem;
  }
}

.p-contact__form {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 19.7rem;
  }
}

.p-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 8.5rem;
  height: 8.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  color: #323232;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-property: opacity;
}
@media screen and (min-width: 768px) {
  .p-cursor {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 2rem;
  }
}

[data-sec=single] .p-cursor {
  background-color: rgba(240, 240, 240, 0.7);
}
@media screen and (min-width: 768px) {
  [data-sec=single] .p-cursor {
    display: none;
  }
}

.p-cursor.is-visible {
  opacity: 1;
}

.p-daily__block:nth-of-type(n+2) {
  margin-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-daily__block:nth-of-type(n+2) {
    margin-top: 14.7rem;
  }
}

.p-daily__title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-daily__title {
    font-size: 2.2rem;
  }
}

.p-daily__notes {
  margin-top: 1rem;
  display: grid;
  row-gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-daily__notes {
    margin-top: 0.5rem;
    row-gap: 0;
  }
}

.p-daily__note {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-daily__note {
    line-height: 1.6428571429;
  }
}

.p-daily__note span {
  display: block;
  width: 2rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-daily__note span {
    width: 1.8rem;
  }
}

.p-daily__contents {
  margin-top: 4.1rem;
}
@media screen and (min-width: 768px) {
  .p-daily__contents {
    margin-top: 4.8rem;
  }
}

.p-daily__item {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-daily__item {
    font-size: 1.6rem;
  }
}

.p-daily__item:not(:last-child) {
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-daily__item:not(:last-child) {
    padding-bottom: 1.75rem;
  }
}

.p-daily__item::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #323232;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 10.5rem;
}
@media screen and (min-width: 768px) {
  .p-daily__item::before {
    top: 1.1rem;
  }
}

.p-daily__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C6C6C6;
  position: absolute;
  top: 1.25rem;
  left: 10.7rem;
}
@media screen and (min-width: 768px) {
  .p-daily__item:not(:last-child)::after {
    top: 1.35rem;
  }
}

.p-daily__time {
  width: 12.8rem;
  flex-shrink: 0;
  position: relative;
}

.p-educare__heading {
  display: grid;
  row-gap: 5.8rem;
}
@media screen and (min-width: 768px) {
  .p-educare__heading {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-educare__lead {
    width: 100%;
    max-width: 57.2rem;
    margin-top: -1rem;
  }
}

.p-educare__leadImg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-educare__leadImg {
    max-width: 40.7027818448vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}

.p-educare__leadImg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/278;
}
@media screen and (min-width: 768px) {
  .p-educare__leadImg img {
    aspect-ratio: 556/461;
    max-height: 78rem;
  }
}

.p-educare__contents {
  margin-top: 11.3rem;
}
@media screen and (min-width: 768px) {
  .p-educare__contents {
    margin-top: 19rem;
  }
}

.p-educare__block:nth-of-type(n+2) {
  margin-top: 11.2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__block:nth-of-type(n+2) {
    margin-top: 18.9rem;
  }
}

.p-educare__line {
  margin-top: 2.1rem;
  display: block;
  border-top: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-educare__line {
    margin-top: 2.5rem;
  }
}

.p-educare__items {
  counter-reset: number 0;
  margin-top: 5.8rem;
  display: grid;
  row-gap: 7.3rem;
}
@media screen and (min-width: 768px) {
  .p-educare__items {
    margin-top: 7.9rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(6.2225475842vw, 8.5rem);
  }
}

.p-educare__item {
  width: 100%;
}

.p-educare__itemImg {
  position: relative;
}

.p-educare__itemImg::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 4.5rem;
  color: #126529;
  position: absolute;
  top: -3.6rem;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__itemImg::before {
    font-size: 4.9rem;
    top: -4.1rem;
    left: 1.9rem;
  }
}

.p-educare__itemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/256.1;
}
@media screen and (min-width: 768px) {
  .p-educare__itemImg img {
    aspect-ratio: 310/237;
  }
}

.p-educare__itemTitle {
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #126529;
}
@media screen and (min-width: 768px) {
  .p-educare__itemTitle {
    margin-top: 2.6rem;
    font-size: 2.2rem;
  }
}

.p-educare__itemText {
  margin-top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-educare__itemText {
    margin-top: 1.5rem;
  }
}

.p-educare__text {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__text {
    margin-top: 3.5rem;
  }
}

.p-educare__support {
  margin-top: 7.5rem;
  display: grid;
  row-gap: 5.9rem;
}
@media screen and (min-width: 768px) {
  .p-educare__support {
    margin-top: 8.9rem;
    display: flex;
    align-items: center;
    gap: 0 min(6.588579795vw, 9rem);
  }
}

@media screen and (min-width: 768px) {
  .p-educare__supportWrap {
    margin-top: -0.2rem;
  }
}

.p-educare__supportSubject {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8181818182;
  color: #126529;
}
@media screen and (min-width: 768px) {
  .p-educare__supportSubject {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

.p-educare__supportText {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__supportText {
    margin-top: 2.7rem;
  }
}

.p-educare__supportImgs {
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-educare__supportImgs {
    flex-shrink: 0;
  }
}

.p-educare__supportImg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-educare__supportImg {
    max-width: 36.3rem;
  }
}

.p-educare__supportImg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/237;
}
@media screen and (min-width: 768px) {
  .p-educare__supportImg img {
    aspect-ratio: 363/257;
  }
}

.p-educare__visiting {
  margin-top: 3.2rem;
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__visiting {
    margin-top: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
  }
}

.p-educare__visitingBlock {
  background-color: #F7FAF8;
  padding: 4.3rem 3rem 4.1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__visitingBlock {
    padding: 4.9rem 4rem 4.1rem;
  }
}

.p-educare__visitingTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #126529;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-educare__visitingTitle {
    font-size: 2.2rem;
  }
}

.p-educare__visitingText {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__visitingText {
    margin-top: 2.3rem;
  }
}

.p-educare__visitingLink {
  margin-top: 8rem;
}

.p-educare__visitingButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  transition: border 0.6s ease-out;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-educare__visitingButton {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    justify-content: normal;
    font-size: 2rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
}

.p-educare__visitingButton:hover {
  border-color: #323232;
}

.p-educare__visitingButton::after {
  content: "";
  display: block;
  width: 2.06rem;
  height: 0.48rem;
  background-image: url(../images/common/icn-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease-out;
}

@media screen and (min-width: 768px) {
  .p-educare__visitingButton:hover::after {
    transform: translateX(0.5rem);
  }
}

.p-educare__guide {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__guide {
    margin-top: 4rem;
  }
}

.p-educare__guideBlock:nth-of-type(n+2) {
  margin-top: 3.15rem;
}
@media screen and (min-width: 768px) {
  .p-educare__guideBlock:nth-of-type(n+2) {
    margin-top: 2.85rem;
  }
}

@media screen and (min-width: 768px) {
  .p-educare__guideBlock {
    display: flex;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}

.p-educare__guideTerm {
  font-size: 1.5rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-educare__guideTerm {
    font-size: 1.6rem;
    line-height: 1.5625;
    width: 9.2rem;
    flex-shrink: 0;
  }
}

.p-educare__guideTerm::after {
  content: "：";
}
@media screen and (min-width: 768px) {
  .p-educare__guideTerm::after {
    margin-left: auto;
    display: block;
  }
}

.p-educare__guideText {
  margin-top: 0.1rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-educare__guideText {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.p-educare__guideDetail {
  margin-top: -0.1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__guideDetail {
    margin: 0;
  }
}

.p-educare__detailBlock {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__detailBlock {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}

.p-educare__detailBlock:nth-of-type(n+2) {
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-educare__detailBlock:nth-of-type(n+2) {
    margin-top: 0.3rem;
  }
}

.p-educare__detailTerm {
  font-size: 1.5rem;
  line-height: 2;
  width: 14.6rem;
  flex-shrink: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-educare__detailTerm {
    font-size: 1.6rem;
    line-height: 1.6666666667;
    width: 16.1rem;
  }
}

.p-educare__detailTerm::after {
  content: "…";
  display: block;
  margin-left: auto;
  transform: translateY(0.5rem);
}

.p-educare__detailText {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-educare__detailText {
    font-size: 1.6rem;
    line-height: 1.6666666667;
  }
}

.p-educare__note {
  display: flex;
  align-items: flex-start;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-educare__note {
    margin-top: 0.6rem;
  }
}

.p-educare__note::before {
  content: "※";
  flex-shrink: 0;
}

[data-note=fee].p-educare__note {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  [data-note=fee].p-educare__note {
    margin-top: 0.7rem;
  }
}

[data-note=exception].p-educare__note {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  [data-note=exception].p-educare__note {
    margin-top: 1.2rem;
  }
}

.p-educare__fees {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-educare__fees {
    margin-top: 2.4rem;
  }
}

.p-educare__feesBlock {
  display: grid;
  row-gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-educare__feesBlock {
    display: flex;
    gap: 0 1.5rem;
  }
}

.p-educare__feesBlock:nth-of-type(n+2) {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-educare__feesBlock:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}

.p-educare__feesTerm {
  border: 1px solid #323232;
  font-size: 1.4rem;
  min-width: 24.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-educare__feesTerm {
    font-size: 1.5rem;
    min-width: 27.5rem;
    padding: 0.275rem;
  }
}

.p-educare__feesText {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-educare__feesText {
    font-size: 1.6rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.p-educare__feesText::before {
  content: "…";
  transform: translateY(0.4rem);
}
@media screen and (min-width: 768px) {
  .p-educare__feesText::before {
    transform: translateY(0.5rem);
  }
}

.p-educare__flow {
  margin-top: 3.4rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-educare__flow {
    margin-top: 6.9rem;
  }
}

.p-educare__flowBlock {
  display: grid;
  row-gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-educare__flowBlock {
    row-gap: 0.3rem;
  }
}

.p-educare__flowBlock:not(:last-of-type) {
  padding-bottom: 3.5rem;
  background-image: linear-gradient(to right, #CBCBCB 1px, transparent 1px);
  background-size: 2px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-educare__flowBlock:not(:last-of-type) {
    padding-bottom: 4.7rem;
  }
}

.p-educare__flowBlock:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.583rem solid #126529;
  border-bottom: 0;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-educare__flowBlock:nth-of-type(n+2) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-educare__flowBlock:nth-of-type(n+2) {
    margin-top: 4.4rem;
  }
}

.p-educare__flowTerm {
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  color: #126529;
}
@media screen and (min-width: 768px) {
  .p-educare__flowTerm {
    font-size: 2rem;
  }
}

.p-educare__flowTerm::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  display: block;
  width: 1.8rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-educare__flowTerm::before {
    width: 2rem;
  }
}

.p-educare__flowText {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-educare__flowText {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.p-educare__bottom {
  margin-top: 11.9rem;
}
@media screen and (min-width: 768px) {
  .p-educare__bottom {
    margin-top: 19.6rem;
  }
}

.p-education__block {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-education__block {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-education__block:nth-of-type(n+2) {
    border-top: 1px solid #E0E0E0;
  }
}

@media screen and (min-width: 768px) {
  .p-education__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.p-education__title {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-education__title {
    margin-top: 4.6rem;
  }
}

.p-education__imgWrap {
  width: 100%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-education__imgWrap {
    margin: 0 calc(50% - 50vw) 0 auto;
    max-width: max(39.5314787701vw, 48rem);
  }
}

.p-education__img img {
  aspect-ratio: 335/295;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-education__img img {
    aspect-ratio: 540/700;
    max-height: 100rem;
  }
}

.p-education__introduction {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-education__introduction {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-education__text {
    margin-top: 3.6rem;
  }
}

.p-education__text span {
  content: "・";
  display: flex;
}

.p-education__text span::before {
  content: "・";
}

.p-education__text span:last-of-type {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-education__text span:last-of-type {
    padding-bottom: 0;
  }
}

.p-education__links {
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-education__links {
    margin-top: 5rem;
  }
}

.p-education__bottom {
  margin-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  .p-education__bottom {
    margin-top: 5.1rem;
  }
}

.p-facility__wrapper {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-facility__wrapper {
    margin-top: -20.8rem;
  }
}

.p-facility__sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-facility__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
    translate: 0 0.6em;
    opacity: 0;
    padding-left: min(1.8301610542vw, 2.5rem);
    display: grid;
    row-gap: 1.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 1rem;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__sidebar.active {
    transition: opacity 0.8s 0.1s var(--ease-out-cubic), translate 0.8s 0.1s var(--ease-out-cubic);
    translate: 0;
    opacity: 1;
  }
}

.p-facility__place {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5rem;
  padding: 0.6rem 0.6rem 0.6rem 0;
  line-height: 1;
  transition: opacity 0.3s ease-out, border 0.3s ease-out;
  border-bottom: 1px solid transparent;
}

.p-facility__place.current {
  border-color: #323232;
}

.p-facility__place:hover {
  transition: opacity 0.6s ease-out;
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .p-facility__container {
    width: 100%;
    max-width: 85.3636363636%;
    margin-left: auto;
  }
}

.p-facility__block:nth-of-type(n+2) {
  margin-top: 12.2rem;
}
@media screen and (min-width: 768px) {
  .p-facility__block:nth-of-type(n+2) {
    margin-top: 21.2rem;
  }
}

.p-facility__img {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-facility__img {
    margin-top: 3.4rem;
  }
}

.p-facility__img img {
  aspect-ratio: 335/265;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-facility__img img {
    aspect-ratio: 939/490;
  }
}

.p-facility__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-facility__text {
    margin-top: 3.1rem;
  }
}

.p-facility__dragImgsWrap {
  margin-top: 4.2rem;
  margin-right: calc(50% - 50vw);
  touch-action: none;
  overflow-x: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-facility__dragImgsWrap {
    margin-top: 10rem;
  }
}

.p-facility__dragImgsWrap.is_active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-facility__dragImgsWrap::-webkit-scrollbar {
  display: none;
}

.p-facility__dragImgs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-facility__dragImgs {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }
}

.p-facility__dragImg {
  width: 69.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-facility__dragImg {
    width: 44.289897511vw;
  }
}

.p-facility__dragImg img {
  aspect-ratio: 262/200;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-facility__dragImg img {
    aspect-ratio: 605/460;
  }
}

.p-facility__items {
  counter-reset: num 0;
  margin-top: 3.9rem;
  display: grid;
  row-gap: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-facility__items {
    margin-top: 4.8rem;
    row-gap: 4.8rem;
  }
}

.p-facility__item {
  display: grid;
  row-gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-facility__item {
    row-gap: 1.6rem;
  }
}

.p-facility__itemTitle {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .p-facility__itemTitle {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}

.p-facility__itemTitle::before {
  counter-increment: num;
  content: counter(num) ".";
  display: block;
  width: 2.4rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-facility__itemTitle::before {
    width: 3.3rem;
  }
}

.p-facility__bottomText {
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-facility__bottomText {
    margin-top: 3.9rem;
  }
}

.p-facility__contents {
  margin-top: 7.4rem;
}
@media screen and (min-width: 768px) {
  .p-facility__contents {
    margin-top: 9.3rem;
  }
}

.p-facility__educare {
  width: 100%;
  margin-top: 4.2rem;
  display: block;
  position: relative;
  aspect-ratio: 335/150;
  padding: 5.3333333333vw 6.9333333333vw;
  background-image: url(../images/facility/educare-bnr_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-facility__educare {
    padding: 2rem 2.6rem;
    margin-top: 6.2rem;
    max-width: 57rem;
    aspect-ratio: 570/220;
    background-image: url(../images/facility/educare-bnr.webp);
  }
}

.p-facility__educare::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bababa;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-facility__educare::after {
    transition: background-color 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__educare:hover::after {
    background-color: rgba(186, 186, 186, 0.5);
  }
}

.p-facility__educareTitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-weight: 400;
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-facility__educareTitle {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.4rem;
  }
}

.p-facility__more {
  position: relative;
  z-index: 1;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-facility__more {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.9rem;
    font-size: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.p-facility__more::after {
  content: "";
  display: block;
  width: 2.55rem;
  height: 0.52rem;
  background-image: url(../images/common/icn-arrow-large-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-facility__more::after {
    transition: transform 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__educare:hover .p-facility__more::after {
    transform: translateX(0.5rem);
  }
}

.p-facility__bottom {
  margin-top: 10rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .p-facility__bottom {
    margin-top: 20rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__item {
    display: flex;
    -moz-column-gap: min(5.8565153734vw, 8rem);
         column-gap: min(5.8565153734vw, 8rem);
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  [data-item=features-6] .p-features__item {
    -moz-column-gap: min(4.0263543192vw, 5.5rem);
         column-gap: min(4.0263543192vw, 5.5rem);
  }
}

.p-features__block:nth-of-type(n+2) {
  margin-top: 12.4rem;
}
@media screen and (min-width: 768px) {
  .p-features__block:nth-of-type(n+2) {
    margin-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__block:nth-child(even) .p-features__item {
    flex-direction: row-reverse;
  }
}

.p-features__img {
  width: 100%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-features__img {
    margin-top: 0;
    max-width: 47rem;
    flex-shrink: 0;
  }
}

.p-features__img img {
  aspect-ratio: 335/295;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-features__img img {
    aspect-ratio: 470/650;
  }
}

.p-features__title {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-features__title {
    margin-top: 4.7rem;
  }
}

.p-features__introduction {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-features__introduction {
    margin-top: 0.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__text {
    margin-top: 3.6rem;
    width: 100%;
    max-width: 55rem;
  }
}

.p-features__note {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-features__note {
    margin-top: 2.2rem;
  }
}

.p-features__ingredients {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-features__ingredients {
    margin-top: 5.1rem;
  }
}

.p-features__times {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-features__times {
    margin-top: 3rem;
  }
}

.p-features__bottom {
  margin-top: 11.8rem;
}
@media screen and (min-width: 768px) {
  .p-features__bottom {
    margin-top: 19.6rem;
  }
}

.p-footer {
  border-top: 1px solid #E0E0E0;
}

.p-footer__inner {
  width: 100%;
  padding: 6.3rem 2rem 6.9rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
    max-width: 122.8rem;
    margin-inline: auto;
    padding: 6.4rem 2.5rem 6.9rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    display: flex;
    flex-direction: column;
    padding-left: 3.9rem;
  }
}

.p-footer__logo {
  display: block;
  width: 100%;
  max-width: 19.8rem;
  transition: opacity 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 23.75rem;
  }
}

.p-footer__logo:hover {
  opacity: 0.4;
}

.p-footer__contents {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    display: block;
    margin-left: auto;
    margin-top: 0.4rem;
  }
}

.p-footer__others {
  margin-top: 3rem;
}

.p-footer__tel {
  margin-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    margin-top: 3.2rem;
  }
}

.p-footer__contact {
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    margin-top: 1.2rem;
  }
}

.p-footer__bottom {
  margin-top: 2.8rem;
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 2.6rem;
  }
}

.p-footer__copyright {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: auto;
  }
}

.p-footer__copyright small {
  font-size: 1rem;
  font-weight: 600;
}

.p-form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form {
    max-width: 86.4rem;
    margin-inline: auto;
  }
}

.p-form__wrap {
  display: grid;
  row-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap {
    display: flex;
    align-items: flex-start;
    gap: 0 2.3rem;
  }
}

.p-form__wrap:nth-child(n+2) {
  margin-top: 2.95rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap:nth-child(n+2) {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-input=textarea].p-form__wrap {
    align-items: flex-start;
  }
}

.p-form__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    justify-content: space-between;
    width: 100%;
    max-width: 17.8rem;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-form__label {
    margin-top: 0.85rem;
  }
}

@media screen and (min-width: 768px) {
  [data-input=textarea] .p-form__label {
    margin-top: 0.45rem;
  }
}

.p-form__label span {
  color: #FFF;
  background-color: #126529;
  width: 5rem;
  height: 2rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-form__text,
.p-form__textarea {
  width: 100%;
  padding: 0.8rem 0.8rem;
  background-color: #F4F4F4;
}

.p-form__text::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}

.p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #C9C9C9;
}

.p-form__text::placeholder,
.p-form__textarea::placeholder {
  color: #C9C9C9;
}

.p-form__textarea {
  height: 22rem;
}

.p-form__check {
  margin-top: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 2.1rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-form__checkbox {
  position: relative;
  display: block;
  padding-left: 1.7rem;
}
@media screen and (min-width: 768px) {
  .p-form__checkbox {
    width: auto;
    padding-left: 2.6rem;
  }
}

.p-form__submit {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 14.7rem;
  }
}

.p-form__submit input {
  color: #323232;
  font-size: 1.6rem;
  width: 100%;
  max-width: 22rem;
  display: block;
  margin-inline: auto;
  padding: 1.2rem;
  border: 1px solid #323232;
  transition: background-color 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__submit input {
    font-size: 1.8rem;
    max-width: 29rem;
    padding: 1.55rem;
  }
}

.p-form__submit:hover input {
  background-color: #F7FAF8;
}

.p-form__box {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-form__box {
    margin: 3.4rem 0 0 20.1rem;
  }
}

.p-form__box p {
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__box p {
    margin-top: 2.8rem;
  }
}

.p-form__box a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  color: #1a73e8;
}

.p-form__box a:hover {
  text-decoration: none;
}

.p-fv {
  height: 100vh;
  height: 100dvh;
  position: relative;
}

.p-fv__textWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8.5457271364vh;
  padding-top: 2.5487256372vh;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__textWrap {
    opacity: 1;
    display: block;
    padding-top: 0;
    margin-top: 100vh;
  }
}

.p-fv__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 3.5rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    color: #323232;
    font-size: 5rem;
    height: inherit;
    margin-top: -16.3rem;
    transform: translateY(0.6em);
    opacity: 0;
  }
}

.p-fv__text {
  font-size: 1.6rem;
  line-height: 2.375;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 1.8rem;
    line-height: 2.5555555556;
    width: 100%;
    max-width: 53.7rem;
    margin-left: auto;
    position: absolute;
    top: 49.3%;
    transform: translateY(-50%);
    right: 2.5rem;
    opacity: 0;
  }
}

.p-fv__container,
.p-fv__block {
  height: inherit;
}

.p-fv__container {
  position: relative;
}

.p-fv__block {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.p-fv__block.is-active {
  opacity: 1;
  z-index: 1;
}

[data-img=first].p-fv__block {
  position: relative;
  background-color: #FFF;
  padding-top: min(19.940029985vh, 13.3rem);
}
@media screen and (min-width: 768px) {
  [data-img=first].p-fv__block {
    padding-top: 0;
  }
}

.p-fv__block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__subject {
  position: absolute;
  bottom: 8.55vh;
  left: 2rem;
  font-size: 4.7rem;
  line-height: 1.4255319149;
  font-weight: 400;
  transform: translateY(0.6em);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__subject {
    display: none;
  }
}

.p-fv__menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__menu {
    display: block;
    position: fixed;
    top: 4.6rem;
    right: 3rem;
  }
}

.p-fv__scrollWrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__scrollWrap {
    display: block;
    position: fixed;
    bottom: 4.5rem;
    right: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__scroll {
    position: relative;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.2rem;
    font-weight: 700;
    animation: scroll 2.4s infinite;
  }
}

@keyframes scroll {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__scroll::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -0.1rem;
    width: 0.77rem;
    height: 8.4rem;
    background-image: url(../images/front/scroll-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__scroll::after {
    content: "Scroll";
  }
}

.p-fv__inner {
  height: inherit;
}

.p-fv__img {
  width: 100%;
  height: 59.9700149925vh;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    height: inherit;
    margin-inline: auto;
    max-width: 61.3469985359vw;
    aspect-ratio: auto;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-header__container {
  height: inherit;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    padding-left: 2.8rem;
    padding-right: 3rem;
  }
}

.p-header__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.p-header__logo {
  position: fixed;
  top: 1.3rem;
  left: 0;
  width: 15.37rem;
  transition: opacity 0.3s ease-out;
  position: relative;
  z-index: 150;
  --opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 17.1rem;
    top: 1.6rem;
  }
}

.p-header__logo::after {
  content: "学校法人 東谷学園\a株式会社 mogu";
  white-space: pre;
  position: absolute;
  bottom: -6.7rem;
  left: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.85;
  opacity: var(--opacity);
  transition: opacity 1s ease-out;
}
@media screen and (min-width: 768px) {
  .p-header__logo::after {
    content: none;
  }
}

[data-page=sub].p-header__logo::after {
  content: none;
}

.p-header__logo.active {
  opacity: 0;
}

.p-header__logo:hover {
  transition: opacity 0.6s ease-out;
  opacity: 0.4;
}

.p-header__logo.scroll {
  --opacity: 0;
}

.p-history__item {
  display: flex;
}

.p-history__item:nth-of-type(n+2) {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-history__item:nth-of-type(n+2) {
    margin-top: 2.5rem;
  }
}

[data-year=same-year].p-history__item {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  [data-year=same-year].p-history__item {
    margin-top: 0.9rem;
  }
}

.p-history__term {
  width: 7.5rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 4.1rem 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-history__term {
    width: 9.5rem;
    font-size: 1.8rem;
    grid-template-columns: 4.7rem 4.8rem;
  }
}

.p-history__text {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .p-history__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-hamburger {
  width: 3.4rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 150;
  top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    top: -0.3rem;
  }
}

[data-page=front].p-hamburger {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  [data-page=front].p-hamburger {
    top: 1.2rem;
  }
}

.p-hamburger__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-hamburger__button {
    transition: opacity 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-hamburger.open .p-hamburger__button {
    opacity: 0;
  }
}

.p-hamburger__button::after {
  content: "Menu";
  color: #323232;
  font-weight: 700;
  font-size: 1.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2rem;
  width: 100%;
  padding-top: 2rem;
  display: block;
  text-align: center;
  transition: opacity 0.3s ease-out;
}

.p-hamburger.open.open .p-hamburger__button::after {
  opacity: 0;
}

.p-hamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .p-hamburger__button span {
    transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
  }
}

.p-hamburger__button span:first-child {
  top: 0;
}

.p-hamburger__button span:last-child {
  top: 100%;
}

@media screen and (max-width: 767px) {
  .p-hamburger.open .p-hamburger__button span {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-hamburger.open .p-hamburger__button span:first-child {
    transform: rotate(17deg);
  }
}

@media screen and (max-width: 767px) {
  .p-hamburger.open .p-hamburger__button span:last-child {
    transform: rotate(-17deg);
  }
}

.p-ingredients {
  background-color: #F7FAF8;
  padding: 3rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-ingredients {
    padding: 5rem 5rem 3.4rem;
  }
}

.p-ingredients__subject {
  color: #126529;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-ingredients__subject {
    font-size: 2.5rem;
  }
}

.p-ingredients__items {
  margin-top: 2.4rem;
  display: grid;
  row-gap: 5.2rem;
}
@media screen and (min-width: 768px) {
  .p-ingredients__items {
    margin-top: 2.2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.3rem 3.5rem;
  }
}

.p-ingredients__img img {
  aspect-ratio: 295/192;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ingredients__title {
  margin-top: 1.4rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5909090909;
}

.p-ingredients__text {
  margin-top: -0.1rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.p-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 335/244;
}

.p-item__time {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-item__title {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}

.p-largeButton {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #707070;
  transition: background-color 0.6s ease-out;
  padding: 1.7rem 2rem 1.8rem;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-largeButton {
    min-height: 14rem;
    max-width: 52rem;
    padding: 2.6rem 3.9rem 2.3rem;
  }
}

.p-largeButton:hover {
  background-color: #F7FAF8;
}

.p-largeButton::after {
  content: "";
  display: block;
  width: 2.32rem;
  height: 0.45rem;
  background-image: url(../images/common/icn-arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3rem;
  transition: transform 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .p-largeButton::after {
    width: 3.6rem;
    height: 0.65rem;
    right: 5.2rem;
  }
}

.p-largeButton:hover::after {
  transform: translate(0.5rem, -50%);
}

.p-largeButton__title {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-largeButton__title {
    font-size: 2rem;
  }
}

.p-largeButton__text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 0.1rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-largeButton__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 0.3rem;
    padding-bottom: 0.1rem;
  }
}

.p-menu {
  display: grid;
  row-gap: 3.05rem;
}
@media screen and (min-width: 768px) {
  .p-menu {
    display: flex;
    align-items: flex-start;
    gap: 0 min(9.0775988287vw, 12.4rem);
  }
}

[data-sec=fv] .p-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  [data-sec=fv] .p-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=footer] .p-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  [data-sec=footer] .p-menu {
    gap: 0 11.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu a {
    transition: opacity 0.6s ease-out;
  }
}

[data-sec=fv] .p-menu a {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-menu a:hover {
    opacity: 0.4;
  }
}

.p-menu__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-menu__block:nth-of-type(n+2) {
  margin-top: 3.05rem;
}
@media screen and (min-width: 768px) {
  .p-menu__block:nth-of-type(n+2) {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=fv] .p-menu__block:nth-of-type(n+2) {
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=footer] .p-menu__block:nth-of-type(n+2) {
    margin-top: 2.9rem;
  }
}

.p-menu__main {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.1875;
  padding: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .p-menu__main {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=fv] .p-menu__main,
  [data-sec=footer] .p-menu__main {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}

.p-menu__subMenu {
  margin-top: 1.3rem;
  display: grid;
  row-gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-menu__subMenu {
    margin-top: 1.1rem;
    row-gap: 0.55rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=fv] .p-menu__subMenu {
    margin-top: 0.6rem;
    row-gap: 0.6rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=footer] .p-menu__subMenu {
    margin-top: 0.7rem;
    row-gap: 0.4rem;
  }
}

.p-menu__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-menu__sub {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=fv] .p-menu__sub,
  [data-sec=footer] .p-menu__sub {
    font-size: 1.2rem;
  }
}

[data-sec=fv] [data-set=none] {
  display: none;
}

.p-mhp__text {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  .p-mhp__text {
    margin-top: -5.9rem;
  }
}

.p-mhp__items {
  margin-top: 7.8rem;
  display: grid;
  row-gap: 9rem;
}
@media screen and (min-width: 768px) {
  .p-mhp__items {
    margin-top: 13.9rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 9rem 5.5rem;
  }
}

.p-mhp__pager {
  margin-top: 10.5rem;
}
@media screen and (min-width: 768px) {
  .p-mhp__pager {
    margin-top: 15.5rem;
  }
}

.p-mhp__none {
  margin-top: 6.2rem;
}

.p-multiple {
  display: inline-grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  row-gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-multiple {
    row-gap: 1.6rem;
  }
}

[data-sec=education] .p-multiple {
  row-gap: 1.9rem;
}
@media screen and (min-width: 768px) {
  [data-sec=education] .p-multiple {
    row-gap: 1.4rem;
  }
}

.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out;
  background: #FFF;
  padding-top: 11.8rem;
  padding: 6.9rem 2rem 7.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-nav {
    justify-content: center;
    padding: 5.1rem 9.1rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nav::after {
    content: "";
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url(../images/common/icn-cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 2.5rem;
    right: 3.8rem;
    opacity: 0;
    transition: opacity 0.5s 0.5s ease-out;
  }
}

.p-nav.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .p-nav.open::after {
    opacity: 1;
  }
}

.p-nav__inner {
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-nav__inner {
    display: flex;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    max-width: 118.3rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__container {
    display: flex;
    flex-direction: column;
  }
}

.p-nav.open .p-nav__inner {
  opacity: 1;
}

.p-nav__logo {
  display: block;
  width: 100%;
  max-width: 19.95rem;
}
@media screen and (min-width: 768px) {
  .p-nav__logo {
    max-width: 27.31rem;
    transform: translateY(-1.4rem);
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__logo:hover {
    opacity: 0.4;
  }
}

.p-nav__contents {
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-nav__contents {
    margin-top: -1rem;
    margin-left: auto;
  }
}

.p-nav__others {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-nav__others {
    margin-top: auto;
  }
}

.p-nav__tel {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .p-nav__tel {
    margin-top: 2.2rem;
  }
}

.p-nav__contact {
  margin-top: 1.1rem;
}

.p-nav__bottom {
  margin-top: 2.4rem;
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-nav__bottom {
    margin-top: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2.4rem;
  }
}

.p-policy {
  margin-top: -1rem;
}

.p-policy__contents {
  margin-top: 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-policy__contents {
    margin-top: 15rem;
  }
}

.p-policy__block:nth-of-type(n+2) {
  margin-top: 11.8rem;
}
@media screen and (min-width: 768px) {
  .p-policy__block:nth-of-type(n+2) {
    margin-top: 15rem;
  }
}

.p-policy__title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    font-size: 2.2rem;
  }
}

.p-policy__items {
  counter-reset: number 0;
  margin-top: 5rem;
  display: grid;
  row-gap: 4.85rem;
}
@media screen and (min-width: 768px) {
  .p-policy__items {
    margin-top: 5.9rem;
    row-gap: 6rem;
  }
}

.p-policy__item {
  display: grid;
  row-gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-policy__item {
    row-gap: 0.4rem;
  }
}

.p-policy__term {
  font-size: 1.7rem;
  font-weight: 500;
}

.p-policy__term::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.p-recruit__heading {
  display: grid;
  row-gap: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__heading {
    row-gap: 2.6rem;
  }
}

.p-recruit__contents {
  margin-top: 11.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__contents {
    margin-top: 22.4rem;
  }
}

.p-recruit__blocks {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__blocks {
    margin-top: 10rem;
  }
}

.p-recruit__block {
  display: grid;
  row-gap: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__block {
    display: flex;
    align-items: center;
    gap: 0 min(5.7833089312vw, 7.9rem);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-recruit__block:nth-of-type(n+2) {
  margin-top: 12.7rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__block:nth-of-type(n+2) {
    margin-top: 15.1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__textWrap {
    margin-top: 0.7rem;
  }
}

.p-recruit__title {
  margin-top: 3.1rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__title {
    margin-top: 4.6rem;
    margin-right: 0;
  }
}

.p-recruit__position {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-recruit__position {
    margin-top: 2rem;
  }
}

.p-recruit__info {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.p-recruit__name {
  font-size: 1.8rem;
}

.p-recruit__name span {
  font-size: 1.4rem;
}

.p-recruit__joined {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}

.p-recruit__text {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    margin-top: 2.4rem;
  }
}

.p-recruit__img {
  width: 100%;
  max-width: 74.6268656716%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__img {
    flex-shrink: 0;
    max-width: 44.5rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-recruit__img img {
  aspect-ratio: 250/341;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruit__img img {
    aspect-ratio: 445/608;
  }
}

.p-recruit__bottom {
  margin-top: 9.7rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__bottom {
    margin-top: 19.8rem;
  }
}

.p-recruit__bottomText {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-recruit__bottomText {
    font-size: 2.2rem;
  }
}

.p-recruit__tel {
  margin-top: 4.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__tel {
    margin-top: 2.7rem;
  }
}

.p-recruit__link {
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__link {
    margin-top: 4.8rem;
  }
}

.p-recruit__link a {
  margin-inline: auto;
}

.p-schedule__inner {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__inner {
    padding-bottom: 15rem;
  }
}

.p-schedule__daily {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__daily {
    margin-top: 8rem;
  }
}

.p-schedule__transportation {
  margin-top: 7.8rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__transportation {
    margin-top: 14.7rem;
  }
}

.p-schedule__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schedule__imgs {
    gap: 0.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-schedule__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}

.p-schedule__img.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

[data-set=img1].p-schedule__img {
  grid-area: 1/1/2/3;
  background-image: url(../images/daily-and-yearly-schedule/schedule_1_sp.webp);
  aspect-ratio: 375/215;
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
}
@media screen and (min-width: 768px) {
  [data-set=img1].p-schedule__img {
    grid-area: 1/1/2/4;
    background-image: url(../images/daily-and-yearly-schedule/schedule_1.webp);
    aspect-ratio: 1366/581;
  }
}

[data-set=img2].p-schedule__img {
  grid-area: 2/1/3/2;
  background-image: url(../images/daily-and-yearly-schedule/schedule_2_sp.webp);
  aspect-ratio: 186/143.5;
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
}
@media screen and (min-width: 768px) {
  [data-set=img2].p-schedule__img {
    grid-area: auto;
    background-image: url(../images/daily-and-yearly-schedule/schedule_2.webp);
    aspect-ratio: 454/307;
  }
}

[data-set=img3].p-schedule__img {
  grid-area: 2/2/3/3;
  background-image: url(../images/daily-and-yearly-schedule/schedule_3_sp.webp);
  aspect-ratio: 186/143.5;
  transition: opacity 0.8s 0.4s var(--ease-out-cubic), translate 0.8s 0.4s var(--ease-out-cubic);
}
@media screen and (min-width: 768px) {
  [data-set=img3].p-schedule__img {
    grid-area: auto;
    background-image: url(../images/daily-and-yearly-schedule/schedule_3.webp);
    aspect-ratio: 454/307;
  }
}

[data-set=img4].p-schedule__img {
  grid-area: 3/1/4/3;
  background-image: url(../images/daily-and-yearly-schedule/schedule_4_sp.webp);
  aspect-ratio: 375/215;
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
}
@media screen and (min-width: 768px) {
  [data-set=img4].p-schedule__img {
    transition: opacity 0.8s 0.8s var(--ease-out-cubic), translate 0.8s 0.8s var(--ease-out-cubic);
    grid-area: auto;
    background-image: url(../images/daily-and-yearly-schedule/schedule_4.webp);
    aspect-ratio: 454/307;
  }
}

.p-schedule__lower {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__lower {
    padding-top: 20.8rem;
  }
}

.p-schedule__yearly {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__yearly {
    margin-top: 7rem;
  }
}

.p-schedule__bottom {
  margin-top: 10.1rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__bottom {
    margin-top: 26rem;
  }
}

.p-schedule__bottom a {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  [data-sec=mhp-single].p-single {
    margin-top: -0.4rem;
  }
}

.p-single__subtitle {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}
@media screen and (min-width: 768px) {
  .p-single__subtitle {
    font-size: 2rem;
    line-height: 1.75;
  }
}

.p-single__title {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    margin-top: 0;
    font-size: 4rem;
  }
}

[data-sec=mhp-single] .p-single__title {
  margin-top: 0.2rem;
  line-height: 1.8181818182;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  [data-sec=mhp-single] .p-single__title {
    margin-top: 0.1rem;
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

.p-single__text {
  margin-top: 1.7rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.p-single__contents {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single__contents {
    margin-top: 2rem;
  }
}

.p-single__container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single__container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .p-single__tableWrap {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    touch-action: none;
    overflow-x: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-single__tableWrap.is_active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

@media screen and (max-width: 767px) {
  .p-single__tableWrap::-webkit-scrollbar {
    display: none;
  }
}

.p-single__table {
  width: 79.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__table {
    width: 100%;
  }
}

.p-single__table tr {
  display: grid;
  grid-template-columns: 18.7rem 15.2rem 30.4rem 13.6rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__table tr {
    grid-template-columns: 32% 17.7272727273% 27.6363636364% 21.2727272727%;
  }
}

.p-single__table tr:first-of-type th {
  background-color: #969696;
  font-size: 1.4rem;
  padding: 0.45rem;
  color: #FFF;
}

.p-single__table tr:not(:first-of-type) {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .p-single__table tr:not(:first-of-type) {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.p-single__table th,
.p-single__table td {
  white-space: pre-wrap;
  font-weight: 400;
  padding: 1.3rem 1rem 1.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__table th,
  .p-single__table td {
    padding: 1.9rem 1.5rem 1.9rem 0.5rem;
  }
}

.p-single__table span {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-single__table span {
    display: block;
  }
}

.p-single__table span::before {
  content: "＊";
  width: 1.8rem;
  flex-shrink: 0;
}

.p-single__notes {
  margin-top: 3rem;
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__notes {
    margin-top: 2.6rem;
  }
}

.p-single__note {
  display: flex;
  align-items: flex-start;
  white-space: pre-wrap;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-single__note {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.p-single__note::before {
  content: "※";
  width: 1.8rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-single__note::before {
    width: auto;
  }
}

.p-single__about {
  margin-top: 11.3rem;
}
@media screen and (min-width: 768px) {
  .p-single__about {
    margin-top: 22.6rem;
  }
}

.p-single__block:nth-of-type(n+2) {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .p-single__block:nth-of-type(n+2) {
    margin-top: 15.4rem;
  }
}

.p-single__aboutTitle {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__aboutTitle {
    font-size: 4rem;
  }
}

.p-single__termBlock {
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__termBlock {
    margin-top: 7.7rem;
  }
}

.p-single__termBlock:nth-of-type(n+2) {
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__termBlock:nth-of-type(n+2) {
    margin-top: 7.8rem;
  }
}

.p-single__term {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__term {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}

.p-single__aboutText {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  white-space: pre-wrap;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single__aboutText {
    margin-top: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.p-single__aboutText span {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-single__aboutText span {
    display: block;
  }
}

.p-single__aboutText span::before {
  content: "※";
  width: 1.8rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-single__aboutText span::before {
    width: auto;
  }
}

.p-single__time {
  font-size: 1.4rem;
  font-weight: 500;
}

.p-single__mhpContents {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents {
    margin-top: 7rem;
  }
}

.p-single__mhpContents .attachment-post-thumbnail {
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-inline: auto;
}

.p-single__mhpContents figure {
  margin-top: 2rem;
  width: auto;
  height: auto;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents figure {
    margin-top: 5rem;
  }
}

.p-single__mhpContents figure:first-of-type {
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents figure:first-of-type {
    margin-top: 11.7rem;
  }
}

.p-single__mhpContents img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__mhpContents h1,
.p-single__mhpContents h2,
.p-single__mhpContents h3,
.p-single__mhpContents h4,
.p-single__mhpContents h5,
.p-single__mhpContents h6 {
  margin-top: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents h1,
  .p-single__mhpContents h2,
  .p-single__mhpContents h3,
  .p-single__mhpContents h4,
  .p-single__mhpContents h5,
  .p-single__mhpContents h6 {
    margin-top: 2.6rem;
  }
}

.p-single__mhpContents h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents h2 {
    font-size: 2.8rem;
  }
}

.p-single__mhpContents h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents h3 {
    font-size: 2.4rem;
  }
}

.p-single__mhpContents h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents h4 {
    font-size: 2.2rem;
  }
}

.p-single__mhpContents h5 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents h5 {
    font-size: 2rem;
  }
}

.p-single__mhpContents p,
.p-single__mhpContents ul,
.p-single__mhpContents ol {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-single__mhpContents p,
  .p-single__mhpContents ul,
  .p-single__mhpContents ol {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

.p-single__mhpContents ul li {
  margin-left: 1.8rem;
  list-style: disc;
}

.p-single__mhpContents ol li {
  margin-left: 1.8rem;
  list-style: decimal;
}

.p-single__guide {
  width: 100%;
  margin-top: 9.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-single__guide {
    max-width: 80rem;
    margin-inline: auto;
    margin-top: 15rem;
  }
}

.p-single__guide a {
  transition: opacity 0.6s ease-out;
}

.p-single__guide a:hover {
  opacity: 0.4;
}

.p-single__return {
  font-size: 1.4rem;
  font-weight: 500;
}

.p-single__previousPost a,
.p-single__nextPost a {
  display: block;
  color: transparent;
  width: 2.55rem;
  height: 0.5rem;
  background-image: url(../images/common/icn-arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-single__previousPost a {
  margin-right: auto;
  transform: scaleX(-1);
}

.p-single__nextPost a {
  margin-left: auto;
}

.p-sns {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sns {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sns a {
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-sns a:hover {
    opacity: 0.4;
  }
}

.p-sns__instagram,
.p-sns__facebook {
  width: 2.3rem;
  height: 2.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-sns__instagram,
  .p-sns__facebook {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.p-sns__instagram {
  background-image: url(../images/common/icn-insta.svg);
}

.p-sns__facebook {
  background-image: url(../images/common/icn-fb.svg);
}

.p-subFv__container {
  height: 30.4347826087vh;
  max-height: 20.3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-subFv__container {
    height: 21.8rem;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  [data-page=kv-none] .p-subFv__container {
    height: auto;
    display: block;
    max-height: none;
    padding-top: 7.8rem;
  }
}

.p-subFv__title {
  margin-top: -0.4rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6666666667;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-subFv__title {
    margin-top: -2.3rem;
    font-size: min(4vw, 4.5rem);
  }
}

.p-subFv__title.active {
  transition: opacity 0.8s 0.7s var(--ease-out-cubic), translate 0.8s 0.7s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

.p-subFv__title span {
  font-size: 2.3rem;
  line-height: 2.1739130435;
}
@media screen and (min-width: 768px) {
  .p-subFv__title span {
    font-size: 3rem;
  }
}

.p-subFv__img {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-subFv__img img {
  aspect-ratio: 335/384;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-subFv__img img {
    aspect-ratio: 1326/449;
  }
}

.p-summary__block:nth-of-type(n+2) {
  margin-top: 7.4rem;
}
@media screen and (min-width: 768px) {
  .p-summary__block:nth-of-type(n+2) {
    margin-top: 9rem;
  }
}

[data-item=educare].p-summary__block {
  margin-top: 15.8rem;
}
@media screen and (min-width: 768px) {
  [data-item=educare].p-summary__block {
    margin-top: 8rem;
  }
}

.p-summary__title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-summary__title {
    font-size: 2.2rem;
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 3.9rem;
         column-gap: 3.9rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=facility-4] .p-summary__title {
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
  }
}

.p-summary__note {
  display: block;
  margin-top: 0.9rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-summary__note {
    margin-top: 0;
    margin-bottom: -0.2rem;
  }
}

.p-summary__note span {
  width: 2rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-summary__note span {
    display: contents;
  }
}

.p-summary__contents {
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .p-summary__contents {
    margin-top: 5.3rem;
  }
}

[data-item=facility-4] .p-summary__contents {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  [data-item=facility-4] .p-summary__contents {
    margin-top: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=educare] .p-summary__contents {
    margin-top: 3.5rem;
  }
}

.p-summary__item {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-summary__item {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=facility] .p-summary__item {
    display: grid;
    row-gap: 0.2rem;
  }
}

.p-summary__item:nth-of-type(n+2) {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-summary__item:nth-of-type(n+2) {
    margin-top: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=facility] .p-summary__item:nth-of-type(n+2) {
    margin-top: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=facility-4] .p-summary__item:nth-of-type(n+2) {
    margin-top: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=educare] .p-summary__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.p-summary__term {
  width: 8rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-summary__term {
    width: 10.4rem;
  }
}

[data-sec=facility] .p-summary__term {
  width: auto;
}
@media screen and (min-width: 768px) {
  [data-sec=facility] .p-summary__term {
    width: 17.4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=educare] .p-summary__term {
    width: 11rem;
  }
}

.p-summary__term::after {
  content: "：";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-summary__term::after {
    right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  [data-sec=facility] .p-summary__term::after {
    position: static;
    transform: none;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=educare] .p-summary__term::after {
    right: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-summary__description {
    display: flex;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-sec=facility] .p-summary__description {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.p-summary__text {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-summary__text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.p-thanks__title {
  text-align: center;
  color: #126529;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 3.4rem;
  }
}

.p-thanks__text {
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    text-align: center;
  }
}

.p-thanks__button {
  margin-top: 8rem;
  text-align: center;
}

.p-thanks__button a {
  margin-inline: auto;
}

.p-times {
  display: grid;
  row-gap: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-times {
    row-gap: 1.05rem;
  }
}

.p-times__block {
  display: grid;
  row-gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-times__block {
    display: flex;
    align-items: center;
    gap: 0 min(1.0248901903vw, 1.4rem);
  }
}

.p-times__title {
  border: 1px solid #323232;
  padding: 0.3rem 0.65rem;
  font-size: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-times__title {
    flex-shrink: 0;
  }
}

.p-times__text {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-times__text {
    font-size: 1.6rem;
    font-size: min(1.26vw, 1.6rem);
  }
}

.p-topAbout__heading {
  display: grid;
  row-gap: 4.3rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__heading {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 4rem;
  }
}

.p-topAbout__headingImg {
  margin-left: auto;
}

.p-topAbout__subject {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__subject {
    margin-top: 3.6rem;
  }
}

.p-topAbout__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__text {
    margin-top: 2.6rem;
  }
}

.p-topAbout__headingLink {
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout__headingLink {
    margin-top: 5.9rem;
  }
}

.p-topApproaches__heading {
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__heading {
    padding-bottom: 5.3rem;
  }
}

.p-topApproaches__subject {
  margin-top: 3.1rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__subject {
    margin-top: 3.6rem;
  }
}

.p-topApproaches__text {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__text {
    margin-top: 2.6rem;
  }
}

.p-topApproaches__container {
  background-color: #FAFAFA;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-topApproaches__textBlock {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__textBlock {
    max-width: 56.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-topApproaches__item {
  display: grid;
  row-gap: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__item {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 min(4.3191800878vw, 5.9rem);
  }
}

.p-topApproaches__item:nth-of-type(n+2) {
  margin-top: 10rem;
}

.p-topApproaches__img {
  width: 100%;
  aspect-ratio: 335/402;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__img {
    aspect-ratio: 556/668;
    max-width: min(44vw, 55.6rem);
  }
}

@media screen and (min-width: 768px) {
  .p-topApproaches__sticky {
    position: relative;
    width: 100%;
    aspect-ratio: 556/668;
  }
}

.p-topApproaches__num {
  font-size: 1.4rem;
  font-weight: 500;
  color: #126529;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__num {
    font-size: 1.8rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.p-topApproaches__num span {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__num span {
    font-size: 2.7rem;
    -moz-column-gap: 1.45rem;
         column-gap: 1.45rem;
  }
}

.p-topApproaches__num span::before {
  content: "";
  display: block;
  width: 0.96rem;
  height: 0.76rem;
  background-image: url(../images/common/icn-sub_ttl_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__num span::before {
    width: 1.15rem;
    height: 0.91rem;
    margin-top: 0.4rem;
  }
}

.p-topApproaches__title {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__title {
    margin-top: 3.6rem;
  }
}

.p-topApproaches__desc {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__desc {
    margin-top: 2.7rem;
  }
}

.p-topApproaches__links,
.p-topApproaches__link {
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__links,
  .p-topApproaches__link {
    margin-top: 5.9rem;
  }
}

.p-topApproaches__threeLinks {
  margin-top: 4.7rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__threeLinks {
    margin-top: 3.9rem;
  }
}

.p-topApproaches__links {
  display: grid;
  row-gap: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-topApproaches__links {
    display: flex;
    align-items: flex-start;
    gap: 0 5.2rem;
  }
}

.p-topContact__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20rem;
  background-image: url(../images/front/contact_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-topContact__container {
    padding-top: 2.1rem;
    height: 33.6rem;
    background-image: url(../images/front/contact.webp);
  }
}

@media screen and (min-width: 768px) {
  .p-topContact__container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bababa;
    transition: background-color 0.6s ease-out;
    mix-blend-mode: multiply;
  }
}

@media screen and (min-width: 768px) {
  .p-topContact__container:hover::after {
    background-color: rgba(186, 186, 186, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .p-topContact__inner {
    position: relative;
    z-index: 1;
  }
}

.p-topContact__title {
  color: #FFF;
  font-weight: 400;
  margin-top: 0.7rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topContact__title {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}

.p-topFacility__container {
  display: grid;
  row-gap: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-topFacility__container {
    display: flex;
    gap: 0 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-topFacility__textWrap {
    margin-top: -0.2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-topFacility__subject {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-topFacility__subject {
    margin-top: 3.7rem;
  }
}

.p-topFacility__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-topFacility__text {
    margin-top: 2.6rem;
  }
}

.p-topFacility__link {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-topFacility__link {
    margin-top: 5.9rem;
  }
}

.p-topFacility__introduction {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topFacility__introduction {
    margin: 0 calc(50% - 50vw) 0 auto;
    max-width: max(46.3396778917vw, 54rem);
  }
}

.p-topFacility__imgWrap {
  display: grid;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-topFacility__imgWrap {
    width: 100%;
    row-gap: 1rem;
  }
}

.p-topFacility__img {
  position: relative;
}

.p-topFacility__img img {
  aspect-ratio: 335/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-topFacility__img img {
    height: 100%;
    aspect-ratio: 633/379;
  }
}

.p-topFacility__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bababa;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-topFacility__img::after {
    transition: background-color 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-topFacility__img:hover::after {
    background-color: rgba(186, 186, 186, 0.5);
  }
}

.p-topFacility__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.2rem;
  z-index: 1;
  color: #FFF;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-topFacility__title {
    font-size: 3.2rem;
  }
}

.p-topNews__title {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__title {
    margin-top: 4.6rem;
  }
}

.p-topNews__more {
  margin-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__more {
    margin-top: 4.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-topNews__more a {
    margin-inline: auto;
  }
}

.p-topNews__slider {
  margin: 5rem calc(50% - 50vw) 0;
  width: 100vw;
}

.p-topNews__sliderWrap {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topNews__sliderWrap {
    transition: opacity 0.6s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-topNews__sliderWrap:hover {
    opacity: 0.4;
  }
}

.p-topNews__sliderImg {
  flex-shrink: 0;
  width: 91.5rem;
  animation: loopSlide 38s infinite linear;
}
@media screen and (min-width: 768px) {
  .p-topNews__sliderImg {
    width: 167.5rem;
    animation: loopSlide 45s infinite linear;
  }
}

.p-topNews__sliderImg::before {
  aspect-ratio: 915/150;
}
@media screen and (min-width: 768px) {
  .p-topNews__sliderImg::before {
    aspect-ratio: 1675/275;
  }
}

@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-topNews__facebook {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__facebook {
    margin-top: 5rem;
  }
}

.p-topRecruit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
  border: 1px solid #126529;
  padding: 3.1rem 2rem 3.5rem;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topRecruit__link {
    padding: 4.8rem 2rem 4.6rem;
  }
}

.p-topRecruit__link.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic), background-color 0.6s ease-out;
  translate: 0;
  opacity: 1;
}

.p-topRecruit__link:hover {
  background-color: #F7FAF8;
}

.p-topRecruit__wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-topRecruit__title {
  font-size: 1.8rem;
  margin-top: 0.7rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-topRecruit__title {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}

.p-transportation {
  border: 1px solid #323232;
  padding: 2.9rem 1.9rem 3.1rem;
}
@media screen and (min-width: 768px) {
  .p-transportation {
    padding: 4.4rem 4.9rem 5.3rem;
  }
}

.p-transportation__title {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-transportation__title {
    font-size: 2.2rem;
  }
}

.p-transportation__contents {
  margin-top: 0.8rem;
  display: grid;
  row-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-transportation__contents {
    margin-top: 2.2rem;
    row-gap: 1.9rem;
  }
}

.p-transportation__text {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-transportation__text {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.p-transportation__text span:not(.p-transportation__note) {
  display: block;
  width: 2.1rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-transportation__note {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }
}

.p-yearly__block:nth-of-type(n+2) {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-yearly__block:nth-of-type(n+2) {
    margin-top: 20rem;
  }
}

.p-yearly__title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-yearly__title {
    font-size: 2.5rem;
  }
}

.p-yearly__contents {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-yearly__contents {
    margin-top: 4.6rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 min(5.270863836vw, 7.2rem);
  }
}

.p-yearly__season {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #323232;
}
@media screen and (min-width: 768px) {
  .p-yearly__season {
    font-size: 2.2rem;
    padding-bottom: 0.9rem;
  }
}

.p-yearly__items {
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-yearly__items {
    margin-top: 1.1rem;
  }
}

.p-yearly__item {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-yearly__item {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

[data-set=line-height-min].p-yearly__item {
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.p-yearly__marker {
  position: relative;
}

.p-yearly__marker::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.3rem);
  height: 1.7rem;
  background-color: #E8E8E8;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-yearly__asterisk::after {
  content: "＊";
}

.p-yearly__notes {
  margin-top: 3.6rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-yearly__notes {
    margin-top: 6.4rem;
    row-gap: 0;
  }
}

.p-yearly__note {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.p-yearly__note span:not(.p-yearly__marker) {
  display: block;
  width: 1.85rem;
  flex-shrink: 0;
}

.p-yearly__note .p-yearly__marker::after {
  width: calc(100% - 0.3rem);
  left: 0;
  transform: translateY(-50%);
  height: 1.5rem;
}

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

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

.u-nowrap {
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */
