@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body.hidden {
  overflow: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #231815;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
  list-style: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-pagetop {
  position: sticky;
  z-index: 90;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-pagetop {
    bottom: 0;
    right: 0;
  }
}

.l-what {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-what {
    margin-top: 6.25rem;
  }
}

.l-where {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-where {
    margin-top: 4.375rem;
  }
}

.l-why {
  margin-top: 3.75rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-why {
    margin-top: 5.625rem;
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}

.c-pagetop {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #252c6d;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0.75rem;
  right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    bottom: 2.5rem;
    right: clamp(0rem, -5rem + 10.417vw, 4.375rem);
    width: 5rem;
    height: 5rem;
  }
}

.c-pagetop.is-active {
  visibility: visible;
  opacity: 1;
}

.c-pagetop:hover {
  opacity: 1;
}

.c-pagetop::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-pagetop::before {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-pagetop:hover::before {
    -webkit-transform: translate(-50%, -100%) rotate(45deg);
            transform: translate(-50%, -100%) rotate(45deg);
  }
}

.c-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    font-size: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

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

.c-ttl--why {
  color: #fff;
}

.c-ttl--why::before {
  width: 13.375rem;
  height: 5.875rem;
  background: url(../images/why.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-ttl--why::before {
    width: 18.75rem;
    height: 8.25rem;
  }
}

.c-ttl--where {
  color: #77b323;
}

.c-ttl--where::before {
  width: 18.0625rem;
  height: 4.75rem;
  background: url(../images/where.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-ttl--where::before {
    width: 25.3125rem;
    height: 6.625rem;
  }
}

.c-ttl--what {
  color: #fff;
}

.c-ttl--what::before {
  width: 15.5rem;
  height: 4.75rem;
  background: url(../images/what.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-ttl--what::before {
    width: 21.6875rem;
    height: 6.625rem;
  }
}

.p-accordion__summary {
  display: block;
  background-color: #252c6d;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.p-accordion__summary::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 1.5625rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-accordion__summary::after {
    width: 0.75rem;
    height: 0.75rem;
    right: 2rem;
  }
}

.p-accordion__summary:hover::after {
  top: 50%;
}

.p-accordion__summary.is-opened::after {
  -webkit-transform: rotate(45deg) translateY(-50%) scale(-1, -1);
          transform: rotate(45deg) translateY(-50%) scale(-1, -1);
  top: 60%;
}
@media screen and (min-width: 768px) {
  .p-accordion__summary.is-opened::after {
    top: 55%;
  }
}

.p-accordion__summary.is-opened:hover::after {
  top: 55%;
}
@media screen and (min-width: 768px) {
  .p-accordion__summary.is-opened:hover::after {
    top: 50%;
  }
}

.p-accordion__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  text-align: center;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__ttl {
    padding: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-accordion__ttl span {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__ttl span {
    font-size: 1.25rem;
  }
}

.p-accordion__next {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-accordion__next {
    padding-top: 0.3125rem;
    padding-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-accordion__inner {
  overflow: hidden;
}

.p-accordion__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-footer__inner.l-inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    padding: 1.875rem 4.375rem;
  }
}

.p-footer__logo {
  display: block;
  max-width: 11.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 13.375rem;
  }
}

.p-footer__logo img {
  margin: 0 auto;
  max-width: 11.3125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 181/33;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    max-width: 13.375rem;
  }
}

.p-footer small {
  font-size: 0.625rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer small {
    font-size: 0.75rem;
  }
}

.p-fv {
  padding-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 1.25rem;
  }
}

.p-fv__inner.l-inner {
  max-width: 71.375rem;
}

.p-fv__img {
  max-width: 89.3333333333vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    max-width: 71.6875rem;
  }
}

.p-fv__img img {
  max-width: 89.3333333333vw;
  width: 100%;
  height: auto;
  aspect-ratio: 335/330;
}
@media screen and (min-width: 768px) {
  .p-fv__img img {
    max-width: 71.6875rem;
    aspect-ratio: 1147/456;
  }
}

.p-fv__links {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__links {
    max-width: none;
    margin-top: 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__link {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.875rem 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__link {
    padding: 1.25rem 0.625rem 1.25rem 0;
    font-size: 1.125rem;
    width: 33.3333333333%;
  }
}

.p-fv__link--blue {
  background-color: #0099d9;
}

.p-fv__link--green {
  background-color: #9dc93a;
}

.p-fv__link--red {
  background-color: #e95377;
}

.p-fv__link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-100%);
          transform: rotate(45deg) translateY(-100%);
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__link::after {
    width: 0.75rem;
    height: 0.75rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: clamp(0.9375rem, -0.134rem + 2.232vw, 1.875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-fv__link:hover::after {
    top: 60%;
  }
}

.p-fv__txt {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .p-fv__txt {
    margin-top: 4.375rem;
    font-size: 1.375rem;
    line-height: 2.1818181818;
  }
}

.p-fv__txt span {
  display: inline-block;
}

.p-header {
  z-index: 8888;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 0;
    height: 6.25rem;
  }
}

.p-header__inner.l-inner {
  height: inherit;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    max-width: none;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

.p-header__logo {
  display: block;
  width: 12.5rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 13.9375rem;
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

.p-header__logo img {
  max-width: 11.25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 180/33;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    max-width: 13.3125rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

.p-header__btn {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  width: 10rem;
  border-radius: 3.125rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    width: clamp(10rem, 0rem + 20.833vw, 18.75rem);
    font-size: clamp(0.6875rem, 0.188rem + 1.042vw, 1.125rem);
    padding: 1.625rem 0;
  }
}

.p-header__btn--blue {
  background-color: #5aace1;
}

.p-header__btn--blue:hover {
  opacity: 1;
  background-color: #83c5ea;
}

.p-header__btn--green {
  background-color: #9dc93a;
}

.p-header__btn--green:hover {
  opacity: 1;
  background-color: #bada79;
}

.p-modal__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 161/111;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-modal__img img {
    aspect-ratio: 235/163;
  }
}

.p-modal__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.p-modal__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-modal__info {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #252c6d;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  padding: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__info {
    padding: 0.25rem;
    font-size: 1rem;
  }
}

.p-modal__info--hight {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-modal__info--hight {
    height: 23.0115246552%;
  }
}

.p-modal__info--brown {
  background-color: #b58300;
}

.p-modal__info--green {
  background-color: #007651;
}

.p-modal__target {
  text-align: center;
  background-color: #9dc93a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.6875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-modal__target {
    padding: 1rem 0;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__target:hover {
    opacity: 1;
    background-color: #bada79;
  }
}

.p-modal__target::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__target::after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__target:hover::after {
    -webkit-transform: rotate(45deg) translate(0.3125rem, -0.3125rem);
            transform: rotate(45deg) translate(0.3125rem, -0.3125rem);
  }
}

.p-modalIn {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #eef5dd;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-modalIn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.p-modalIn.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-modalIn.is-open {
    display: block;
  }
}

.p-modalIn__inner {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-modalIn__inner {
    height: auto;
    overflow-y: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-modalIn__ttl {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.1818181818;
  color: #77b323;
}
@media screen and (min-width: 768px) {
  .p-modalIn__ttl {
    font-size: 1.875rem;
  }
}

.p-modalIn__topTxt {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-modalIn__topTxt {
    margin-top: 0.375rem;
    font-size: 1.125rem;
  }
}

.p-modalIn__items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modalIn__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.4375rem auto 0;
    gap: 1.25rem 2.1875rem;
  }
}

.p-modalIn__item {
  background-color: #fff;
  padding: 1.0625rem;
  max-width: 13.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-modalIn__item {
    max-width: 18.75rem;
    padding: 1.5625rem 1.25rem;
  }
}

.p-modalIn__itemTtl {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #77b323;
}
@media screen and (min-width: 768px) {
  .p-modalIn__itemTtl {
    font-size: 1.625rem;
  }
}

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

.p-modalIn__img img {
  margin: 0 auto;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-modalIn__img img {
    height: 5.25rem;
  }
}

.p-modalIn__txt {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-modalIn__txt {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.p-modalIn__closeWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-modalIn__closeWrap {
    display: block;
    position: absolute;
    top: -0.875rem;
    right: 0.875rem;
    text-align: center;
  }
}

.p-modalIn__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  width: 100%;
  text-align: center;
  margin-top: 1.125rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-modalIn__close {
    margin-top: 0;
    font-size: 0.875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 0.9375rem 2.8125rem;
  }
}

.p-modalIn__close span:first-child {
  position: relative;
  height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-modalIn__close span:first-child {
    height: 2.3125rem;
  }
}

.p-modalIn__close span:first-child::before,
.p-modalIn__close span:first-child::after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 2px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-modalIn__close span:first-child::before,
  .p-modalIn__close span:first-child::after {
    width: 3.5rem;
  }
}

.p-modalIn__close span:first-child::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-modalIn__close span:first-child::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-what__wrap--red {
  background-color: #e95377;
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-what__wrap--red {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.p-what__wrap--pink {
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
  background-color: #fbe3e5;
}
@media screen and (min-width: 768px) {
  .p-what__wrap--pink {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.p-what__topTxt {
  margin-top: 1.5625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-what__topTxt {
    margin-top: 1.875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

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

.p-what__imgMain img {
  width: 100%;
  height: 100%;
  aspect-ratio: 670/558;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-what__imgMain img {
    max-width: 62.5rem;
    aspect-ratio: 1000/580;
  }
}

.p-what__items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-what__items {
    -webkit-column-gap: 5.9375rem;
       -moz-column-gap: 5.9375rem;
            column-gap: 5.9375rem;
    margin-top: 3.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.p-what__itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 143/132;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-what__itemImg img {
    aspect-ratio: 208/192;
  }
}

.p-what__itemInfo {
  margin-top: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.7272727273;
}
@media screen and (min-width: 768px) {
  .p-what__itemInfo {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-what__itemInfo .name {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-what__itemInfo .name {
    font-size: 1.5rem;
  }
}

.p-what__itemInfo .college {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-what__itemInfo .college {
    font-size: 0.875rem;
  }
}

.p-what__qTtl {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #e95377;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-what__qTtl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

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

.p-what__qTtl::before {
  content: "Q";
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #e95377;
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.75rem;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-what__qTtl::before {
    margin-top: 0;
    font-size: 1.1875rem;
    width: 2.3125rem;
    height: 2.3125rem;
  }
}

.p-what__content + .p-what__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-what__content + .p-what__content {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-what__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-what__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-what__txts {
    width: 57%;
  }
}

.p-what__answerWrap {
  margin-top: 1.5rem;
}

.p-what__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-what__answer {
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }
}

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

.p-what__answerImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-what__answerImg img {
  max-width: 3.5625rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-what__answerImg img {
    max-width: 5.1875rem;
  }
}

.p-what__answerImg figcaption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .p-what__answerImg figcaption {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-what__answerTxt {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .p-what__answerTxt {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-what__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-what__img {
    margin-top: 0;
    width: 38%;
  }
}

.p-what__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.p-what__img--01 img,
.p-what__img--03 img {
  max-width: 79.4029850746%;
  aspect-ratio: 266/254;
}
@media screen and (min-width: 768px) {
  .p-what__img--01 img,
  .p-what__img--03 img {
    max-width: none;
    aspect-ratio: 380/370;
  }
}

.p-what__img--02 img {
  max-width: 79.4029850746%;
  aspect-ratio: 266/316;
}
@media screen and (min-width: 768px) {
  .p-what__img--02 img {
    max-width: none;
    aspect-ratio: 380/460;
  }
}

.p-what__imgSub {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-what__imgSub {
    margin-top: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-what__imgSub img + img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-what__imgSub img + img {
    margin-top: 6.25rem;
  }
}

.p-what__imgSub img {
  max-width: 94.0298507463%;
  width: 100%;
  height: 100%;
  aspect-ratio: 315/247;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-what__imgSub img {
    display: block;
    max-width: 28.75rem;
    aspect-ratio: 46/36;
    margin: 0;
  }
}

.p-where__mapWrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-where__mapWrap {
    margin-top: 2.375rem;
  }
}

.p-where__txt {
  background-color: #ffe56d;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 45.0746268657%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(0.6875rem, 0.389rem + 1.276vw, 1rem);
  font-weight: 500;
  line-height: 1.7272727273;
  position: absolute;
  top: 1.875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-where__txt {
    top: 0;
    width: auto;
    aspect-ratio: initial;
    border-radius: 2.5rem;
    padding: 0.6875rem 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-where__txt {
    width: 10rem;
  }
}

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

.p-where__map img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/355;
}
@media screen and (min-width: 768px) {
  .p-where__map img {
    max-width: 37.25rem;
    aspect-ratio: 596/736;
    margin: 0 auto;
  }
}

.p-where__info {
  margin-top: 1.25rem;
  border: 2px solid #231815;
}
@media screen and (min-width: 768px) {
  .p-where__info {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-where__lists {
  margin: 0 auto;
  padding: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-where__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.p-where__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.73125rem;
  line-height: 1.6363636364;
}
@media screen and (min-width: 768px) {
  .p-where__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1rem;
  }
}

.p-where__list::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-where__list::before {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-where__list:nth-child(1):before {
  background-color: #b58300;
}

.p-where__list:nth-child(2):before {
  background-color: #252c6d;
}

.p-where__list:nth-child(3):before {
  background-color: #007651;
}

.p-where__modals {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-where__modals {
    margin-top: 1.875rem;
  }
}

.p-where__modal {
  width: calc(50% - 0.40625rem);
}
@media screen and (min-width: 768px) {
  .p-where__modal {
    width: auto;
  }
}

.p-where__modal--large {
  width: 100%;
}

.p-where__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-where__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    background-image: url(../images/where_map_pc.png);
    background-size: 37.25rem 46rem;
    background-repeat: no-repeat;
    background-position: 12.5rem 4.5rem;
  }
}

.p-where__box01 {
  grid-area: 2/1/5/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.125rem;
}

.p-where__box02 {
  grid-area: 1/2/2/3;
}

.p-where__box03 {
  grid-area: 1/4/4/5;
}

.p-where__box04 {
  grid-area: 4/2/5/5;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}

.p-where__box01 > div {
  -webkit-transform: translateY(-3.75rem);
          transform: translateY(-3.75rem);
}

.p-where__box02 > div {
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
}

.p-where__box03Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.125rem;
}

.p-where__box04Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.p-why {
  background-color: #0099d9;
}

.p-why__cards {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-why__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.625rem;
    gap: 3.75rem 3.75rem;
  }
}

.p-why__card {
  max-width: 20.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-why__card {
    max-width: 29.375rem;
  }
}

.p-why__content {
  padding: 1rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-why__content {
    width: 100%;
    max-height: 18.25rem;
    height: 71.568627451%;
    aspect-ratio: 470/292;
    padding: 1.25rem 1.5625rem;
  }
}

.p-why__content--01 {
  background: url(../images/why_img01.png) no-repeat right/contain, #fff;
}

.p-why__content--02 {
  background: url(../images/why_img02.png) no-repeat right/contain, #fff;
}

.p-why__content--03 {
  background: url(../images/why_img03.png) no-repeat right/contain, #fff;
}

.p-why__content--04 {
  background: url(../images/why_img04.png) no-repeat right/contain, #fff;
}

.p-why__content--05 {
  background: url(../images/why_img05.png) no-repeat right/contain, #fff;
}

.p-why__content--06 {
  background: url(../images/why_img06.png) no-repeat right/contain, #fff;
}

.p-why__cardTtl {
  color: #0099d9;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .p-why__cardTtl {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-why__txt {
  width: 50%;
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-why__txt {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.p-why__txt--narrow {
  width: 46.5%;
}

.p-why__content--open01 {
  background: url(../images/why_img01-2.png) no-repeat right/contain, #ffe56d;
  background-position: 110% bottom;
}
@media screen and (min-width: 768px) {
  .p-why__content--open01 {
    background-position: right bottom;
  }
}

.p-why__content--open02 {
  background: url(../images/why_img02-2.png) no-repeat right/contain, #ffe56d;
}

.p-why__content--open03 {
  background: url(../images/why_img03-2.png) no-repeat right/contain, #ffe56d;
}

.p-why__content--open04 {
  background: url(../images/why_img04-2.png) no-repeat right/contain, #ffe56d;
}

.p-why__content--open05 {
  background: url(../images/why_img05-2.png) no-repeat right/contain, #ffe56d;
}

.p-why__content--open06 {
  background: url(../images/why_img06-2.png) no-repeat right/contain, #ffe56d;
  background-position: 120% bottom;
}
@media screen and (min-width: 768px) {
  .p-why__content--open06 {
    background-position: right bottom;
  }
}

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
