@charset "UTF-8";
/*=========================*/
/*==　　　　変数　　　　　 ==*/
/*=========================*/
:root {
  --color_bg01:#F1F1F1;
  --color_mono01:#333;
  --color_mono02:#fff;
  --color_mono03:#707070;
  --color_mono04:#D6D6D6;
  --color_mono05:#E3E1E1;
  --color_mono06:#F1F1F1;
  --color_pink01:#FE7CA3;
  --color_pink02:#FFDFE9;
  --color_pink03:#FFDEE8;
  --color_pink04:#FEB2C9;
  --f12:clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  --f14:clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  --f16:clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  --f18:clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  --f20:clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  --f22:clamp(1rem, 0.925rem + 0.38vw, 1.375rem);
  --f24:clamp(1.2rem, 0.9rem + 0.5vw, 1.5rem);
  --f26:clamp(1.2rem, 0.875rem + 0.63vw, 1.625rem);
  --f28:clamp(1.2rem, 0.85rem + 0.75vw, 1.75rem);
  --f30:clamp(1.2rem, 0.825rem + 0.88vw, 1.875rem);
  --f32:clamp(1rem, 0.8rem + 1vw, 2rem);
  --f34:clamp(1rem, 0.775rem + 1.13vw, 2.125rem);
  --f36:clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  --f38:clamp(1.5rem, 0.725rem + 1.38vw, 2.375rem);
  --f40:clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  --f42:clamp(1.5rem, 0.675rem + 1.63vw, 2.625rem);
  --f44:clamp(1.5rem, 0.65rem + 1.75vw, 2.75rem);
  --f48:clamp(2rem, 0.612rem + 1.94vw, 2.938rem);
  --f54:clamp(1rem, 0.136rem + 4.32vw, 3.375rem);
  --f57:clamp(2rem, 0.488rem + 2.56vw, 3.563rem);
  --f60:clamp(2rem, 5vw, 3.75rem);
  --f67:clamp(3rem, 0.362rem + 3.19vw, 4.188rem);
  --f70:clamp(3rem, 0.325rem + 3.38vw, 4.375rem);
  --f85:clamp(3.5rem, -0.568rem + 7.84vw, 5.313rem);
  --f122:clamp(1rem, -1.409rem + 12.05vw, 7.625rem);
  --f127:clamp(4rem, -0.388rem + 6.94vw, 7.938rem);
  --f172:clamp(1rem, -0.95rem + 9.75vw, 10.75rem);
  --f240:clamp(1rem, -4.091rem + 25.45vw, 15rem);
  --f_serif:"Iskoola Pota","Lusitana", serif;
}

html {
  background-color: var(--color_bg01);
}

picture {
  display: block;
}

/*=========================*/
/*==　　　　パーツ　　　　 ==*/
/*=========================*/
.-sp_none {
  display: none;
}

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

@media screen and (min-width: 992px) {
  .-md_none {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .-pc_none {
    display: none;
  }
}
.c-load-animation {
  background-color: var(--color_mono06);
  background-size: 200% 200%;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-gradation;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes PageAnime-gradation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-strikethrough {
  text-decoration: line-through;
}

.c-center-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
}

.c-section-title {
  display: grid;
  justify-content: center;
  text-align: center;
  margin-bottom: clamp(2rem, 2.34375vw, 2.8125rem);
}
.c-section-title__eng {
  font-size: var(--f85);
  font-family: var(--f_serif);
  color: var(--color_mono03);
  line-height: 1;
}
.c-section-title__eng:after {
  content: "";
  display: block;
  width: clamp(3rem, 2.3958333333vw, 2.875rem);
  height: 2px;
  margin: 0.5rem auto 1rem;
  background-color: var(--color_pink01);
}
.c-section-title__jpn {
  font-size: var(--f20);
  line-height: 1;
}
.c-section-title__small {
  font-size: 0.5em;
}

.c-page-section-title {
  width: fit-content;
  margin: auto;
  margin-bottom: clamp(2rem, 2.8125vw, 3.375rem);
  padding-left: 1rem;
  border-left: clamp(4px, 0.3645833333vw, 0.4375rem) solid var(--color_pink01);
  font-size: var(--f38);
}

.c-button {
  display: block;
  width: fit-content;
  padding-top: clamp(0.25rem, 0.5208333333vw, 0.625rem);
  padding-bottom: clamp(0.25rem, 0.5208333333vw, 0.625rem);
  padding-left: clamp(1rem, 1.8229166667vw, 2.1875rem);
  padding-right: clamp(3rem, 4.1666666667vw, 31.25rem);
  position: relative;
  border: 1px solid var(--color_mono03);
  transition: 0.2s;
}
.c-button.c-button {
  font-family: var(--f_serif);
}
.c-button.c-button + .c-button {
  margin-left: clamp(1rem, 4.1666666667vw, 5rem);
}
.c-button__area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.c-button__arrow {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 1rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: clamp(1rem, 2.0833333333vw, 2.5rem);
  transform: translateY(-50%);
  background-color: var(--color_pink01);
  border-radius: 50%;
  transition: 0.3s;
}
.c-button__arrow img {
  margin-left: 0.1rem;
}
.c-button:hover {
  background-color: var(--color_pink01);
  color: var(--color_mono02);
  border-color: var(--color_pink01);
}
.c-button:hover .c-button__arrow {
  right: clamp(0.75rem, 1.8229166667vw, 2.1875rem);
  background-color: var(--color_mono02);
}
.c-button:hover .c-button__arrow img {
  filter: invert(61%) sepia(100%) saturate(479%) hue-rotate(297deg) brightness(98%) contrast(104%);
}

.c-information__table tr:not(:last-of-type) {
  border-bottom: clamp(3px, 0.5208333333vw, 0.625rem) solid var(--color_bg01);
}
.c-information__table th,
.c-information__table td {
  padding: 1rem;
}
.c-information__table th {
  background-color: var(--color_pink04);
}
.c-information__table td {
  background-color: var(--color_mono02);
}

/*=========================*/
/*==　　　レイアウト　　　 ==*/
/*=========================*/
.l-section {
  padding: clamp(1rem, 2.0833333333vw, 2.5rem) 0;
}

.l-container {
  width: calc(100% - 2rem);
  margin: auto;
}
.l-container.__m {
  max-width: 1100px;
}
.l-container.__l {
  max-width: 1400px;
}

.l-header {
  height: 40px;
  padding: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-header__logo {
  height: 20px;
  aspect-ratio: 219/38;
}
.l-header__gnav {
  display: none;
}
.l-header__gnav__list a {
  display: block;
  padding-top: clamp(1rem, 1.875vw, 2.25rem);
  padding-bottom: clamp(1rem, 1.875vw, 2.25rem);
  font-family: var(--f_serif);
}
.l-header__gnav__list:last-of-type {
  background-color: var(--color_pink04);
}
.l-header.-js-active {
  height: 100dvh;
  background-color: var(--color_mono02);
}
.l-header.-js-active .l-header__gnav {
  display: block;
  display: flex;
  align-items: center;
  height: calc(100vh - 10rem);
}
.l-header.-js-active .l-header__gnav__lists {
  width: 100%;
}
.l-header.-js-active .l-header__gnav__list a {
  font-size: 7vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: auto;
    padding: 0;
    position: absolute;
  }
  .l-header__inner {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__logo {
    width: clamp(1rem, 11.4583333333vw, 13.75rem);
    height: auto;
  }
  .l-header__gnav {
    display: inherit;
  }
  .l-header__gnav__lists {
    display: grid;
    grid-auto-flow: column;
  }
  .l-header__gnav__list a {
    position: relative;
    padding-left: clamp(1rem, 1.5625vw, 1.875rem);
    padding-right: clamp(1rem, 1.5625vw, 1.875rem);
    font-size: var(--f20);
  }
  .l-header__gnav__list a:before {
    content: "";
    display: block;
    width: 2px;
    height: 0;
    position: absolute;
    top: 50%;
    left: clamp(0.5rem, 0.78125vw, 0.9375rem);
    background-color: var(--color_pink01);
    transform: translateY(-50%) rotate(30deg);
    opacity: 0;
    transition: 0.2s;
  }
  .l-header__gnav__list a:hover {
    color: var(--color_pink01);
  }
  .l-header__gnav__list a:hover:before {
    opacity: 1;
    height: 1rem;
  }
}
.l-to_top {
  display: grid;
  grid-auto-flow: column;
  padding: 0.5rem 1rem 0.5rem 0;
  position: fixed;
  align-items: baseline;
  bottom: 4rem;
  right: -2.5rem;
  background-color: var(--color_mono01);
  border: 1px solid var(--color_mono04);
  color: var(--color_mono02);
  transform: rotate(90deg);
  z-index: 1;
}
.l-to_top:before, .l-to_top::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color_mono04);
  position: absolute;
  z-index: 2;
}
.l-to_top:before {
  width: clamp(4rem, 3.3333333333vw, 4rem);
  margin-right: 1rem;
  margin-left: calc(clamp(2rem, 1.5625vw, 1.875rem) * -1);
  position: relative;
}
.l-to_top:after {
  width: clamp(0.8rem, 0.46875vw, 0.5625rem);
  position: absolute;
  top: calc(60% - clamp(0.2rem, 0.2083333333vw, 0.25rem));
  left: calc(clamp(2rem, 1.5625vw, 1.875rem) * -1);
  transform: rotate(-45deg);
}
.l-to_top:hover {
  background-color: var(--color_pink01);
}

.l-footer {
  border-top: 5px solid var(--color_pink01);
  padding-top: clamp(2rem, 2.3958333333vw, 2.875rem);
  background-color: var(--color_mono02);
}
.l-footer__img {
  margin-bottom: 2rem;
}
.l-footer__logo {
  width: 30vw;
}
.l-footer__information {
  padding: 2rem 0;
}
.l-footer__page-lists {
  display: grid;
  grid-auto-flow: column;
}
.l-footer__page-list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  font-family: var(--f_serif);
}
.l-footer__page-list a:hover {
  color: var(--color_pink01);
}
.l-footer__page-list:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin-right: 0.75rem;
  background-color: var(--color_pink01);
  transform: rotate(30deg);
}
.l-footer__copyright {
  margin-top: 2rem;
  text-align: center;
  background-color: var(--color_mono01);
  color: var(--color_mono02);
}

@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: clamp(20rem, 24.4791666667vw, 29.375rem) 1fr;
  }
  .l-footer__content {
    display: grid;
    align-content: space-evenly;
  }
  .l-footer__logo {
    width: clamp(1rem, 9.8958333333vw, 11.875rem);
  }
  .l-footer__img {
    order: 1;
    width: clamp(30%, 26.0416666667vw, 31.25rem);
    margin: auto;
  }
  .l-footer__content {
    order: 0;
  }
  .l-footer__page-lists {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    font-size: var(--f18);
  }
  .l-footer__copyright {
    margin-top: 2rem;
    text-align: center;
    background-color: var(--color_mono01);
    color: var(--color_mono02);
  }
}
.l-page-header__page-title {
  margin-bottom: 0.5rem;
  padding-top: clamp(4rem, 10.4166666667vw, 12.5rem);
  padding-bottom: clamp(4rem, 5.2083333333vw, 6.25rem);
  background-position: center;
  background-size: auto 100%;
  border-bottom: 3px solid var(--color_pink01);
  font-family: var(--f_serif);
}
.l-page-header__page-title__content {
  text-align: center;
  display: grid;
  justify-items: center;
  font-size: var(--f85);
  color: var(--color_mono02);
  line-height: 1.3;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4509803922);
}
.l-page-header__page-title__content:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  background-color: var(--color_pink01);
}
.l-page-header__bread__lists {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  margin-bottom: clamp(2rem, 1.40625vw, 1.6875rem);
  padding-right: 1rem;
}
.l-page-header__bread__list:has(a):after {
  content: "/";
  margin: 0 0.25rem;
}

#c-hamburger {
  display: block;
  width: 2rem;
  height: fit-content;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 999;
}
#c-hamburger span {
  display: block;
  width: 2rem;
  height: 2px;
  position: absolute;
  background-color: var(--color_pink01);
  border-radius: 4px;
  transition: 0.3s;
}
#c-hamburger span:nth-of-type(1) {
  top: 0;
}
#c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}
#c-hamburger span:nth-of-type(3) {
  top: 1rem;
}
#c-hamburger.-js-active span:nth-of-type(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
#c-hamburger.-js-active span:nth-of-type(2) {
  opacity: 0;
}
#c-hamburger.-js-active span:nth-of-type(3) {
  top: 0.5rem;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #c-hamburger {
    display: none;
  }
}
.p-not_found {
  padding-bottom: 4rem;
}/*# sourceMappingURL=common.css.map */