@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1010px) {
  html {
    font-size: max(12px, 1.5841584158vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a[target=_blank]:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  margin: 0 0.25rem;
}

a[href^="mailto:"] {
  color: #0000ee;
  text-decoration: underline;
}

/*****************************
* 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;
}

/* 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 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1010px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-link {
  margin-top: 5rem;
}

.l-main {
  margin-top: 8.6875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 5.1875rem;
    padding-bottom: 5rem;
  }
}

.l-outline {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-outline {
    margin-top: 5rem;
  }
}

.l-presentation {
  margin-top: 5rem;
}
.c-heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #c3d825;
  width: 100%;
  text-align: center;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.125rem;
  }
}

.c-label {
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #edf2ce;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 1rem;
  }
}

.c-pagetop {
  position: fixed;
  width: 3.125rem;
  aspect-ratio: 1/1;
  bottom: 3.625rem;
  right: 1.875rem;
  background-color: #c3d825;
  cursor: pointer;
  z-index: 800;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    bottom: 1.875rem;
    right: 1.25rem;
    cursor: default;
  }
}

.c-pagetop-button {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
  }
}

.p-category__heading {
  font-size: 1.125rem;
  background-color: #c3d825;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.625rem 1.25rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-category__heading {
    width: 100%;
  }
}

.p-category__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 4rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-category__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-category__block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-category__block {
    width: 100%;
  }
}

.p-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #edf2ce;
}

.p-category__term {
  width: 3.125rem;
  text-align: center;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-category__term {
    padding: 0.625rem;
  }
}

.p-category__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.9375rem;
  border-left: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-category__desc {
    padding: 0.6875rem;
    font-size: 0.9375rem;
    height: 100%;
  }
}

.p-category__contact-heading {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-category__contact-heading {
    font-size: 1.0625rem;
  }
}

.p-category__contact-heading::before,
.p-category__contact-heading::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: #000;
  display: inline-block;
}

.p-category__contact-body {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category__contact-body {
    margin-top: 1.25rem;
    line-height: 1.8;
  }
}

.p-category__note {
  font-size: 1rem;
}

.p-category__note-lists {
  margin-top: 2.5rem;
}

.p-category__note-list {
  counter-increment: num;
  padding-left: 3em;
  text-indent: -1.8em;
}
@media screen and (max-width: 767px) {
  .p-category__note-list {
    font-size: 0.9375rem;
  }
}

.p-category__note-list::before {
  content: counter(num);
  content: "(" counter(num) ")";
  margin-right: 0.625rem;
}

.p-footer {
  border-top: 2px solid #000;
  background-color: #edf2ce;
}

.p-footer__inner {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  padding: 2.5rem 1.25rem;
}
.p-footer__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #c3d825;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    text-align: center;
  }
}

.p-footer__text {
  font-size: 1rem;
  margin-top: 1.5rem;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    width: 100%;
    font-size: 0.9375rem;
  }
}

.p-header {
  background-color: #fff;
  width: 100%;
  gap: 1rem;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__block {
    gap: 0.625rem;
    padding: 1rem 0.625rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo img {
  aspect-ratio: 1/1;
  width: 3.125rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 2rem;
  }
}

.p-header__title {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__title {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 1.875rem;
    height: 1.875rem;
    position: fixed;
    top: 2.8125rem;
    right: 1.875rem;
    z-index: 990;
    cursor: pointer;
  }
}

.p-header__hamburger span {
  width: 100%;
  height: 3px;
  background-color: #c3d825;
  border-radius: 0.625rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-header__hamburger span:first-child {
  top: 5%;
}

.p-header__hamburger span:nth-child(2) {
  top: 40%;
}

.p-header__hamburger span:nth-child(3) {
  top: 72%;
}

/* ナビ開いてる時のバツボタン */
.js-hamburger.active span {
  background-color: #fff;
}

.js-hamburger.active span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.js-hamburger.active span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.js-hamburger.active span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

.p-link__lists {
  margin-top: 1.875rem;
}

.p-link__list {
  color: #0000ee;
}

@media screen and (max-width: 767px) {
  .p-link__link {
    font-size: 0.9375rem;
  }
}

.p-mv {
  width: 100%;
}

.p-mv__img {
  height: 100%;
}

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

.p-nav {
  position: static;
}
@media screen and (max-width: 767px) {
  .p-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 100;
  }
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c3d825;
}
@media screen and (max-width: 767px) {
  .p-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 5rem 1.25rem;
  }
}

.p-nav__item {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-nav__item {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
  }
}

.p-nav__item a {
  display: inline-block;
  padding: 0.9375rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .js-header-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@media screen and (max-width: 767px) {
  .js-header-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-outline__block + .p-outline__block {
  margin-top: 1.875rem;
}

.p-outline__label {
  margin-top: 2rem;
}

.p-outline__text {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-outline__text {
    font-size: 0.9375rem;
    margin-left: 0.5rem;
  }
}

.p-outline__venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-outline__venue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-outline__venue .p-outline__text {
  margin-top: 0;
  margin-top: initial;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-outline__venue .p-outline__text {
    margin-top: 1.25rem;
  }
}

.p-outline__img {
  max-width: 18.75rem;
}

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

.p-presentation__intro {
  margin-top: 1.875rem;
}

.p-presentation__block {
  margin-top: 1.875rem;
}

.p-presentation__text {
  padding-top: 1.25rem;
}

.p-presentation__lists {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-presentation__lists {
    margin-left: 0rem;
  }
}

.p-presentation__list {
  counter-increment: number;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-presentation__list {
    font-size: 0.9375rem;
    padding-left: 3em;
    text-indent: -1.8em;
  }
}

.p-presentation__list::before {
  content: "(" counter(number) ")";
  margin-right: 0.5em;
}

.p-presentation__text02 {
  padding-bottom: 1rem;
}

.p-presentation__img {
  margin-top: 1.875rem;
  max-width: 37.5rem;
  padding-bottom: 1.875rem;
}

.p-presentation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2000/1414;
}

.p-presentation__img02 {
  max-width: 37.5rem;
}

.p-presentation__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1064/795;
}

.p-presentation__prepare {
  border: 2px solid #c3d825;
  display: inline-block;
  margin-top: 1.25rem;
  margin-left: 1em;
  padding: 0.3125rem 0.9375rem;
}

.p-presentation__form {
  max-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #c3d825;
  padding: 1.25rem;
  margin-top: 3.75rem;
  display: block;
  text-align: center;
  border-radius: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 4px 0px rgba(195, 216, 37, .8);
          box-shadow: 4px 4px 0px rgba(195, 216, 37, .8);
}
@media screen and (max-width: 767px) {
  .p-presentation__form {
    font-size: 1rem;
  }
}

.p-presentation__form:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #c3d825;
          box-shadow: 0 0 0 #c3d825;
}
@media screen and (max-width: 767px) {
  .p-presentation__form:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 4px 4px 0px rgba(195, 216, 37, .8);
            box-shadow: 4px 4px 0px rgba(195, 216, 37, .8);
  }
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-fixed {
    height: 100vh;
    overflow-y: hidden;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
