@charset "utf-8";

.bg-wave {
  --bg-color-01: #48D647;
  --bg-color-02: #91E58E;
}

/* =====================================
  hero
===================================== */
.hero__inner {
  position: relative;
}
.hero__image {
  font-size: 0;
}
.hero__image-img {
  width: 100%;
}
.hero__button {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 10.625vw;
  left: 30.139vw;
  transform: translateZ(0);
}
.hero__button:has(.hero__link:focus) {
  outline: 2px solid;
}
.mizuiku-contents .hero__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 153px;
  padding: 28px 10px 10px 14px;
  background-color: var(--color-mono50);
  color: var(--color-green700);
  font-size: 1.375rem;/* 22px */
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.66px;
  text-align: center;
  transition: 0.2s;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='180' height='153' viewBox='0 0 180 153' xmlns='http://www.w3.org/2000/svg'><path d='M30.1858 138.289C-0.509725 117.152 -4.51535 93.999 3.732 62.1764C11.9166 30.1871 32.0209 17.5225 61.7446 8.80468C91.4684 0.0868474 123.906 -7.68812 151.316 14.1432C175.896 33.7198 181.712 63.9783 179.368 89.5582C177.281 115.246 159.206 135.853 137.393 142.93C102.776 154.161 60.6241 159.318 30.1858 138.289Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='180' height='153' viewBox='0 0 180 153' xmlns='http://www.w3.org/2000/svg'><path d='M30.1858 138.289C-0.509725 117.152 -4.51535 93.999 3.732 62.1764C11.9166 30.1871 32.0209 17.5225 61.7446 8.80468C91.4684 0.0868474 123.906 -7.68812 151.316 14.1432C175.896 33.7198 181.712 63.9783 179.368 89.5582C177.281 115.246 159.206 135.853 137.393 142.93C102.776 154.161 60.6241 159.318 30.1858 138.289Z' fill='black'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.hero__link::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: 13px;
  border-radius: 9999px;
  background: var(--color-green700) url(/common/img/icon_arrow_right_01.svg) no-repeat center / 7px auto;
  transform: rotate(90deg);
  transition: 0.2s;
}
.hero__link-line {
  position: relative;
  z-index: 1;
}
.hero__link-line::after {
  content: "";
  width: calc(100% + 5px);
  height: 7px;
  background-color: var(--color-orange200);
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  z-index: -1;
}

@media (hover: hover) {
  .mizuiku-contents .hero__link:hover {
    background-color: var(--color-orange100);
  }
  .hero__link:hover::after {
    transform: rotate(90deg) scale(1.167);
  }
}

@media screen and (max-width: 767px) {
  .hero__button {
    top: 38.933vw;
    left: 5.333vw;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.20));
  }
  .mizuiku-contents .hero__link {
    width: 121px;
    height: 102px;
    padding: 21px 5px 5px 5px;
    font-size: 1rem;/* 16px */
    letter-spacing: 0.48px;
  }
  .hero__link::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background-size: 4.24px auto;
  }

}


/* =====================================
  field-work
===================================== */
.field-work {
  padding: 120px 20px 80px;
  position: relative;
}
.field-work__container {
  position: relative;
  z-index: 1;
}
.field-work__container::before {
  content: "";
  width: 768.155px;
  height: 778.712px;
  background: url(/gakko/img/bg_fieldwork_loop_01.svg) no-repeat center / contain;
  position: absolute;
  top: 31px;
  right: -726.712px;
  z-index: -1;
}
.field-work__container::after {
  content: "";
  width: 486.202px;
  height: 569.257px;
  background: url(/gakko/img/bg_fieldwork_loop_02.svg) no-repeat center / contain;
  position: absolute;
  left: -460px;
  bottom: -440px;
  z-index: -1;
}
.field-work__column {
  margin-top: 48px;
}

.field-work__recommends {
  margin-top: 54px;
  position: relative;
}
.field-work__recommends-title {
  --color-dots: var(--color-green500);
}
.recommends {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 0;
}
.recommends-item:nth-of-type(2) {
  padding-top: 58px;
}


@media screen and (max-width: 767px) {
  .field-work {
    padding: 48px 20px;
  }
  .field-work__container::before {
    width: 315.619px;
    height: 244.785px;
    background-image: url(/gakko/img/bg_fieldwork_loop_01_sp.svg);
    top: 357px;
    right: -180.619px
  }
  .field-work__container::after {
    width: 126.61px;
    height: 102.968px;
    background-image: url(/gakko/img/bg_fieldwork_loop_02_sp.svg);
    left: -75.917px;
    bottom: 405.964px;
  }
  .field-work__column {
    margin-top: 32px;
  }
  .field-work__recommends {
    margin-top: 32px;
    text-align: center;
    position: relative;
  }
  .recommends {
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
  .recommends-item {
    padding-right: 32px;
  }
  .recommends-item:nth-of-type(2) {
    padding: 0 0 0 32px;
  }

  .movie-box {
    margin-top: 0;
  }
}


/* =====================================
  program
===================================== */
.program {
  margin-top: -263px;
  padding-top: 383px;
}
.program__list {
  margin-top: 48px;
  padding-left: 60px;
  position: relative;
}
.program__list::before {
  content: "";
  width: 2px;
  height: calc(100% - 160px);    
  background: url(/gakko/img/img_dashed.svg) repeat-y top center / 2px 10px;
  position: absolute;
  left: 22px;
  top: 100px;
  z-index: 1;
}
.program__list-item {
  display: flex;
  align-items: center;
  position: relative;
}
.program__list-item:last-of-type {
  min-height: 140px;
}
.program__list-item + .program__list-item {
  margin-top: 20px;
}
.program__list-item::after {
  content: "";
  width: 26px;
  height: 26px;
  border: 10px solid var(--color-green700);
  border-radius: 9999px;
  background-color: var(--color-mono0);
  box-sizing: border-box;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.program__num {
  color: var(--color-green700);
  font-size: 3.75rem;/* 60px */
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.program__name {
  min-width: 144px;
  margin-left: 24px;
  font-size: 1.5rem;/* 24px */
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.program__text {
  display: flex;
  align-items: center;
  min-height: 150px;
  border-left: 1px solid var(--color-mono200);
  padding-left: 40px;
}
.program__image {
  flex-shrink: 0;
  width: 300px;
  margin-left: 40px;
}

.program__caution {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .program {
    margin-top: -118px;
    padding-top: 182px;
  }
  .program__list {
    margin-top: 32px;
    padding-left: 20px;
  }
  .program__list::before {
    width: 1.505px;
    height: calc(100% - 70px);    
    background: url(/gakko/img/img_dashed.svg) repeat-y top center / 1.505px 10px;
    position: absolute;
    left: -0.5px;
    top: 36px;
  }
  .program__list-item {
    flex-wrap: wrap;
  }
  .program__list-item:last-of-type {
    min-height: auto;
  }
  .program__list-item + .program__list-item {
    margin-top: 32px;
  }
  .program__list-item::after {
    width: 20px;
    height: 20px;
    border-width: 7px;
    top: 26px;
    left: -30px;
    transform: translateY(0);
  }
  .program__num {
    min-height: 72px;
    font-size: 3rem;/* 48px */
    letter-spacing: 1.44px;
  }
  .program__name {
    min-width: auto;
    margin-left: 12px;
    font-size: 1.25rem;/* 20px */
    letter-spacing: 0.6px;
  }
  .program__text {
    margin-top: 8px;
    min-height: auto;
    border-left: none;
    padding-left: 0;
  }
  .program__image {
    flex-shrink: 1;
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
  .program__image img {
    width: 100%;
  }

  .program__caution {
    margin-top: 12px;
    font-size: 0.875rem;/* 14px */
    letter-spacing: 0.42px;
  }
}


/* =====================================
  guidance
===================================== */
.guidance {
  padding-left: 20px;
  padding-right: 20px;
}
.guidance__text {
  margin-top: 48px;
}

.guidance__list {
  margin-top: 80px;
}
.guidance__list-item {
  display: flex;
}
.guidance__list-item + .guidance__list-item {
  margin-top: 48px;
}
.guidance__list-item:nth-of-type(2n + 2) {
  justify-content: flex-end;
}
.guidance__detail {
  width: 614px;
  margin-left: -48px;
  padding: 120px 16px 0 0;
  position: relative;
  z-index: 1;
}
.guidance__detail-link {
  --radius: 16px;
  display: block;
  padding: 56px;
  border-radius: var(--radius);
  position: relative;
  transition: 0.2s;
}
.guidance__detail-link::before {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: var(--radius);
  outline: 8px solid var(--color-key);
  outline-offset: -8px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.guidance__detail-link--hakushu {
  --color-key: var(--color-hakushu-dark);
  background-color: var(--color-hakushu-thin);
}
.guidance__detail-link--kitaalps {
  --color-key: var(--color-kitaalps-dark);
  background-color: var(--color-kitaalps-thin);
}
.guidance__detail-link--okudaisen {
  --color-key: var(--color-okudaisen-dark);
  background-color: var(--color-okudaisen-thin);
}
.guidance__detail-link--aso {
  --color-key: var(--color-aso-dark);
  background-color: var(--color-aso-thin);
}
.guidance__detail-link::after {
  content: "";
  width: 100%;
  height: 90%;
  border-radius: 20px;
  background-color: var(--color-key);
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: -1;
}

.guidance__detail-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 2.5rem;/* 40px */
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding-right: 40px;
  position: relative;
}
.guidance__detail-head::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: var(--color-key) url(/common/img/icon_arrow_right_02.svg) no-repeat center / 6px auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
.guidance__detail-head-small {
  display: inline-block;
  font-size: 1.125rem;/* 18px */
  font-weight: normal;
  letter-spacing: 0.54px;
}

.guidance__detail-text {
  margin-top: 20px;
}

.guidance__image {
  width: 598px;
}

.guidance__list-item:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.guidance__list-item:nth-of-type(2n) .guidance__detail {
  padding-top: 0;
}
.guidance__list-item:nth-of-type(2n) .guidance__image {
  margin-left: -48px;
  padding-top: 56px;
}

@media (hover: hover) {
  .guidance__detail-link:hover {
  }
  .guidance__detail-link:hover::before {
    opacity: 1;
  }
  .guidance__detail-link:hover .guidance__detail-head::after {
    transform: translateY(-50%) scale(1.25);
  }
}

@media screen and (max-width: 767px) {
  .guidance__text {
    margin-top: 32px;
  }

  .guidance__list {
    margin-top: 32px;
  }
  .guidance__list-item {
    flex-direction: column-reverse;
  }
  .guidance__list-item + .guidance__list-item {
    margin-top: 32px;
  }
  .guidance__detail {
    width: 100%;
    margin-top: -16px;
    margin-left: 0;
    padding: 0 8px 0 0;
  }
  .guidance__detail-link {
    --radius: 8px;
    padding: 24px;
  }
  .guidance__detail-link::before {
    content: none;
  }
  .guidance__detail-link::after {
    height: 100%;
    border-radius: 12px;
    right: -8px;
    bottom: -8px;
  }

  .guidance__detail-head {
    gap: 8px;
    font-size: 1.5rem;/* 24px */
    letter-spacing: 0.72px;
    padding-right: 30px;
  }
  .guidance__detail-head::after {
    width: 24px;
    height: 24px;
    background-size: 4.543px auto;
  }
  .guidance__detail-head-small {
    font-size: 0.875rem;/* 14px */
    letter-spacing: 0.42px;
  }

  .guidance__detail-text {
    margin-top: 8px;
  }

  .guidance__image {
    width: 100%;
  }

  .guidance__list-item:nth-of-type(2n + 1) {
    flex-direction: column-reverse;
  }
  .guidance__list-item:nth-of-type(2n) .guidance__image {
    margin-left: 0;
    padding-top: 0;
  }

}


/* =====================================
  stats
===================================== */
.stats {
  margin-top: 74px;
  padding-top: 142px;
}
.stats__text {
  margin-top: 24px;
}
.stats__image {
  margin-top: 48px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.159px solid var(--color-mono200);
}

@media screen and (max-width: 767px) {
  .stats {
    margin-top: 27px;
    padding: 69px 0 0;
  }
  .stats__container {
    margin: 0 20px;
  }
  .stats__text {
    margin-top: 12px;
  }
  .stats__image {
    margin-top: 32px;
    border-radius: 8px;
    border-width: 1px;
  }

}


/* =====================================
  voice
===================================== */
.voice {
  margin-top: 120px;
}
.voice__list {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}
.voice__list-item {
  flex: 1;
}
.voice__link {
  --radius: 8px;
  display: block;
  padding-bottom: 36px;
  border-bottom: 4px solid var(--color-key);
  border-radius: var(--radius);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}
.voice__link--hakushu {
  --color-key: var(--color-hakushu-dark);
  background-color: var(--color-hakushu-thin);
}
.voice__link--kitaalps {
  --color-key: var(--color-kitaalps-dark);
  background-color: var(--color-kitaalps-thin);
}
.voice__link--okudaisen {
  --color-key: var(--color-okudaisen-dark);
  background-color: var(--color-okudaisen-thin);
}
.voice__link--aso {
  --color-key: var(--color-aso-dark);
  background-color: var(--color-aso-thin);
}
.voice__link::before {
  content: "";
  width: 100%;
  height: calc(100% + 4px);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 4px var(--color-key);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  z-index: 1;
}
.voice__link::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: var(--color-key) url(/common/img/icon_arrow_right_02.svg) no-repeat center / 3.786px auto;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.voice__image {
  overflow: hidden;
  font-size: 0;
}
.voice__image-img {
  transition: 0.2s;
  position: relative;
  z-index: 0;
}
.voice__link-text {
  padding: 16px 20px 0;
  font-size: 1rem;/* 16px */
  font-weight: bold;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}

@media (hover: hover) {
  .voice__link:hover::before {
    opacity: 1;
  }
  .voice__link:hover .voice__image-img {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .voice {
    margin-top: 64px;
  }
  .voice__list {
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
  }
  .voice__link {
    display: flex;
    padding-bottom: 0;
    border-bottom: none;
  }
  .voice__link::before {
    content: none;
  }
  .voice__link::after {
    content: "";
    right: 12px;
    bottom: 9px;
  }
  .voice__image {
    width: 100px;
    flex-shrink: 0;
  }
  .voice__image picture {
    display: block;
    height: 100%;
  }
  .mizuiku-contents .voice__image-img {
    height: 100%;
    aspect-ratio: 1 / 0.94615;
    object-fit: cover;
  }
  .voice__link-text {
    flex: 1;
    padding: 12px 12px 33px;
    border-bottom: 3px solid var(--color-key);
    font-size: 0.875rem;/* 14px */
    letter-spacing: 0.42px;
  }

}


/* =====================================
  faq
===================================== */
.faq {
  margin-top: 120px;
}
.faq__list {
  margin-top: 48px;
}
.faq__list-item + .faq__list-item {
  margin-top: 16px;
}
.faq__button {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 48px;
  }
  .faq__list {
    margin-top: 32px;
  }
  .faq__list-item + .faq__list-item {
    margin-top: 12px;
  }
  .faq__button {
    margin-top: 32px;
  }
}
