.button.astro-zqfbuyzt {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 180px;
  min-width: 84px;
  max-width: 480px;
  height: 50px;
  padding: 5px 16px 5px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  transition: 0.3s;
}
.is-white.astro-zqfbuyzt {
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--black);
}
.is-black.astro-zqfbuyzt {
  color: var(--white);
  background-color: var(--black);
}
.button-text.astro-zqfbuyzt {
  flex-grow: 1;
  text-align: center;
}
.button-text.astro-zqfbuyzt.is-centering {
  padding-left: 22px;
}
.button.astro-zqfbuyzt:hover {
  color: var(--white);
  background-color: var(--main);
  border-color: var(--main);
}
.button-close.astro-zqfbuyzt {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.cta.astro-35gz5jzv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cta-inner.astro-35gz5jzv {
  width: 100%;
  max-width: 1440px;
  margin: 50px auto;
  text-align: center;
}
.cta-img.astro-35gz5jzv img.astro-35gz5jzv {
  display: block;
  width: 100%;
}
.bottom-cta.astro-35gz5jzv {
  width: fit-content;
  margin: auto;
}
.bottom-cta.astro-35gz5jzv .button.astro-35gz5jzv {
  width: 250px;
  margin: 70px;
}
.section-title.astro-dyi2o4co {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.subtitle-align-center.astro-dyi2o4co {
  align-items: center;
}
.subtitle-align-left.astro-dyi2o4co {
  align-items: flex-start;
}
.subtitle.astro-dyi2o4co {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .section-title.astro-dyi2o4co {
    gap: 24px;
    align-items: start;
  }
  .main-title.astro-dyi2o4co {
    width: auto;
    height: 40px;
  }
  .main-title.astro-dyi2o4co.is-descender {
    height: 52px;
  }
  .subtitle.astro-dyi2o4co {
    font-size: 18px;
  }
}
.data-inner.astro-bc5g76mx {
  position: relative;
  padding: 120px 30px;
  background: url(../images/data-bg.png) no-repeat center / cover;
}
.data-box-area.astro-bc5g76mx {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 72px;
  justify-content: center;
  max-width: 1000px;
  margin: 80px auto 0;
}
.data-box.astro-bc5g76mx {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 30px solid transparent;
  border-image-source: url(../images/data-bg-parts.svg);
  border-image-slice: 30;
  border-image-repeat: stretch;
  border-clip: padding-box;
}
.data-box-headline.astro-bc5g76mx {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.data-box-text.astro-bc5g76mx {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.data-bottom-text.astro-bc5g76mx {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.9;
}
@media (max-width: 1050px) {
  .data-inner.astro-bc5g76mx {
    left: 0;
    width: 100%;
    height: auto;
    padding: 120px 30px;
    background: url(../images/data-bg-sp.png) no-repeat center;
    background-position: top;
    background-size: cover;
    transform: translateX(0);
  }
  .data-box.astro-bc5g76mx {
    width: 100%;
    max-width: 320px;
    padding: 0 20px;
    text-align: center;
    background: #fff;
    border: 30px solid transparent;
    border-image-source: url(../images/data-bg-parts.svg);
    border-image-slice: 30;
    border-image-repeat: stretch;
    border-clip: padding-box;
  }
  .data-box.astro-bc5g76mx img.astro-bc5g76mx {
    display: inline;
  }
}
.footer.astro-z7orn33d {
  width: 100%;
  padding: 100px 0 50px;
  background: #000;
}
.footer-inner.astro-z7orn33d {
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 0 20px;
  margin: auto;
  text-align: center;
}
.footer.astro-z7orn33d .footer-inner.astro-z7orn33d a.astro-z7orn33d {
  transition: 0.2s;
}
.footer.astro-z7orn33d
  .footer-inner.astro-z7orn33d
  a.astro-z7orn33d
  svg.astro-z7orn33d {
  stroke: currentColor;
}
@media (hover: hover) {
  .footer.astro-z7orn33d .footer-inner.astro-z7orn33d a.astro-z7orn33d:hover {
    color: #79b3ea;
  }
}
.footer-box.astro-z7orn33d {
  display: flex;
  gap: clamp(200px, 23.33vw, 336px);
  align-items: center;
  justify-content: center;
}
.footer-logo.astro-z7orn33d {
  width: 177px;
  text-align: left;
}
.logo-white.astro-z7orn33d {
  display: block;
  min-width: 177px;
}
.footer-logo-bottom.astro-z7orn33d {
  margin-top: 24px;
}
.footer-logo-bottom.astro-z7orn33d a.astro-z7orn33d {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.footer-link.astro-z7orn33d {
  display: flex;
  gap: 86px;
  justify-content: center;
}
.footer-link-box.astro-z7orn33d {
  display: flex;
  flex-direction: column;
  gap: 2em;
  text-align: left;
}
.footer-link-box.astro-z7orn33d a.astro-z7orn33d {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.copyright.astro-z7orn33d {
  margin-top: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.8px;
}
@media (max-width: 1050px) {
  .footer.astro-z7orn33d {
    width: 100%;
    padding: 64px 0 32px;
    background: #000;
  }
  .footer-box.astro-z7orn33d {
    flex-direction: column;
    gap: 40px;
  }
  .footer-link.astro-z7orn33d {
    gap: 58px;
  }
  .footer-link-box.astro-z7orn33d {
    gap: 2.4em;
  }
  .footer-link-box.astro-z7orn33d.left {
    gap: 4em;
  }
  .footer-link-box.astro-z7orn33d a.astro-z7orn33d {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.7px;
  }
  .copyright.astro-z7orn33d {
    margin-top: 56px;
  }
}
.fv.astro-mikp2g2j {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: clamp(500px, 60vw, 795px);
  padding: 0 30px;
  overflow: hidden;
  background: url(../images/fv-bg.png) #fff;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 100%;
}
.fv-inner.astro-mikp2g2j {
  width: 100%;
  max-width: 1200px;
}
.fv-box.astro-mikp2g2j {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  padding-top: 165px;
}
.fv-box-text.astro-mikp2g2j {
  min-width: 461px;
}
.fv-box-text-main.astro-mikp2g2j {
  position: relative;
  font-size: clamp(32px, 5.3vw, 64px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.fv-box-text-main.astro-mikp2g2j::before {
  position: absolute;
  top: -0.8em;
  left: 0.8em;
  font-size: clamp(14px, 2vw, 25px);
  font-weight: 700;
  letter-spacing: 0.57em;
  content: 'ミライ';
}
.fv-box-movie.astro-mikp2g2j {
  position: relative;
  width: 100%;
}
.fv-box-movie.astro-mikp2g2j video.astro-mikp2g2j {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.fv-white-square.astro-mikp2g2j {
  position: absolute;
  width: 38px;
  height: 38px;
}
.fv-white-square.astro-mikp2g2j:nth-child(1) {
  top: -30px;
  left: 82px;
}
.fv-white-square.astro-mikp2g2j:nth-child(2) {
  top: 162px;
  left: -20px;
}
.fv-white-square.astro-mikp2g2j:nth-child(3) {
  top: 50px;
  right: -30px;
}
@media (max-width: 1050px) {
  .fv.astro-mikp2g2j {
    min-height: auto;
    padding-top: 19vw;
    padding-bottom: 40vw;
    background-size: cover;
  }
  .fv-box.astro-mikp2g2j {
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
  }
  .fv-box-text.astro-mikp2g2j {
    display: flex;
    justify-content: center;
    order: 2;
    width: 100%;
  }
  .fv-box-text-main.astro-mikp2g2j {
    margin-top: 5vw;
    font-size: 10vw;
  }
  .fv-box-text-main.astro-mikp2g2j::before {
    top: -0.8em;
    left: 0.6em;
    font-size: 4vw;
  }
  .fv-box-movie.astro-mikp2g2j {
    order: 1;
  }
  .fv-white-square.astro-mikp2g2j {
    position: absolute;
    width: 6vw;
    height: 6vw;
  }
}
@media (max-width: 1050px) and (orientation: portrait) {
  .fv-box.astro-mikp2g2j {
    height: 80dvh;
    min-height: 650px;
  }
  .fv-box-movie.astro-mikp2g2j {
    flex-grow: 1;
    min-height: 0;
  }
  .fv-box-movie.astro-mikp2g2j video.astro-mikp2g2j {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
  .fv-white-square.astro-mikp2g2j:nth-child(1) {
    top: 48px;
    right: -14px;
    left: auto;
  }
  .fv-white-square.astro-mikp2g2j:nth-child(2) {
    top: auto;
    bottom: 72px;
    left: -8px;
    transform: translateY(-50%);
  }
  .fv-white-square.astro-mikp2g2j:nth-child(3) {
    top: auto;
    right: -14px;
    bottom: 48px;
    left: auto;
  }
}
.hamburger-menu.astro-hzjyji3z {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  overflow: hidden;
  transition:
    width 0.3s,
    height 0.3s;
}
.container.astro-hzjyji3z {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  padding: 108px 118px;
  pointer-events: none;
  transition:
    transform 0.3s,
    visibility 0.3s;
}
.hamburger-menu-deco.astro-hzjyji3z {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--white, #fff);
}
.hamburger-menu-deco.astro-hzjyji3z svg.astro-hzjyji3z {
  position: absolute;
}
.deco-01.astro-hzjyji3z {
  top: 52px;
  left: 0;
}
.deco-02.astro-hzjyji3z {
  top: 140px;
  right: 0;
}
.deco-03.astro-hzjyji3z {
  bottom: 0;
  left: 51px;
}
.deco-04.astro-hzjyji3z {
  right: 0;
  bottom: 90px;
}
.hamburger-menu-list.astro-hzjyji3z {
  display: flex;
  flex-direction: column;
  width: max-content;
}
.hamburger-menu-list.astro-hzjyji3z a.astro-hzjyji3z {
  display: block;
  padding: 40px 24px 40px 0;
  font-weight: 700;
  line-height: 1;
  color: var(--black, #222);
  text-decoration: none;
  border-bottom: 1px solid var(--black, #222);
  transition: color 0.3s;
}
.hamburger-menu-list.astro-hzjyji3z a.astro-hzjyji3z:hover {
  color: var(--main, #79b3ea);
}
.hamburger-menu-list.astro-hzjyji3z
  li.astro-hzjyji3z:nth-child(2)
  a.astro-hzjyji3z {
  border-top: 1px solid var(--black, #222);
}
.hamburger-menu-list.astro-hzjyji3z .sp-only.astro-hzjyji3z {
  display: none;
}
.hamburger-menu-trigger.astro-hzjyji3z {
  position: fixed;
  top: 24px;
  right: 40px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  pointer-events: auto;
  background-color: #2c2c2c;
}
.hamburger-menu-trigger.astro-hzjyji3z span.astro-hzjyji3z {
  flex-shrink: 0;
  width: 30px;
  height: 2px;
  background-color: var(--white, #fff);
  transition:
    transform 0.3s,
    opacity 0.3s,
    visibility 0.3s;
}
.hamburger-menu.astro-hzjyji3z.is-open .container.astro-hzjyji3z {
  visibility: visible;
  pointer-events: auto;
}
.hamburger-menu-trigger.astro-hzjyji3z.is-open
  span.astro-hzjyji3z:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger-menu-trigger.astro-hzjyji3z.is-open
  span.astro-hzjyji3z:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.hamburger-menu-trigger.astro-hzjyji3z.is-open
  span.astro-hzjyji3z:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 1050px) {
  .hamburger-menu.astro-hzjyji3z {
    top: 82px;
    right: auto;
    left: 0;
    width: 100%;
    height: calc(100dvh - 82px);
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    transition:
      transform 0.3s,
      background-color 0.3s;
  }
  .container.astro-hzjyji3z {
    width: 100vw;
    padding: 56px 30px;
    transform: translateY(-100%);
  }
  .deco-01.astro-hzjyji3z {
    top: 146px;
    right: auto;
    left: 0;
  }
  .deco-02.astro-hzjyji3z {
    top: 34px;
    right: 0;
    left: auto;
  }
  .deco-03.astro-hzjyji3z {
    right: auto;
    bottom: 0;
    left: 0;
  }
  .deco-04.astro-hzjyji3z {
    right: 0;
    bottom: 192px;
    left: auto;
  }
  .hamburger-menu-list.astro-hzjyji3z {
    width: 100%;
  }
  .hamburger-menu-list.astro-hzjyji3z a.astro-hzjyji3z {
    padding: 40px 0 24px;
    font-size: 20px;
  }
  .hamburger-menu-list.astro-hzjyji3z
    li.astro-hzjyji3z:first-child
    a.astro-hzjyji3z {
    padding-top: 0;
  }
  .hamburger-menu-list.astro-hzjyji3z
    li.astro-hzjyji3z:nth-child(2)
    a.astro-hzjyji3z {
    border-top: none;
  }
  .hamburger-menu-list.astro-hzjyji3z .sp-only.astro-hzjyji3z {
    display: block;
  }
  .hamburger-menu-trigger.astro-hzjyji3z {
    top: 21px;
    right: 24px;
    gap: 6px;
    width: 40px;
    height: 40px;
  }
  .hamburger-menu-trigger.astro-hzjyji3z span.astro-hzjyji3z {
    width: 17px;
  }
  .hamburger-menu-trigger.astro-hzjyji3z.is-open
    span.astro-hzjyji3z:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-menu-trigger.astro-hzjyji3z.is-open
    span.astro-hzjyji3z:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .hamburger-menu.astro-hzjyji3z.is-open {
    pointer-events: auto;
    background-color: rgba(34, 34, 34, 0.3);
  }
  .hamburger-menu.astro-hzjyji3z.is-open .container.astro-hzjyji3z {
    transform: translateY(0);
  }
}
.header.astro-zq25tnvt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  transition:
    background-color 0.3s,
    opacity 0.3s,
    visibility 0.3s;
}
.header.astro-zq25tnvt.is-disabled {
  visibility: hidden;
  opacity: 0;
}
.container.astro-zq25tnvt {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 24px 122px 12px 40px;
}
.logo.astro-zq25tnvt {
  display: flex;
  gap: 16px;
  align-items: center;
  pointer-events: auto;
}
.logo-image.astro-zq25tnvt {
  display: block;
  width: 150px;
  transition: opacity 0.3s;
}
.logo-image.astro-zq25tnvt:hover {
  opacity: 0.7;
}
h1.astro-zq25tnvt {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.pc-button-area.astro-zq25tnvt {
  display: flex;
  gap: 32px;
  padding-right: 32px;
  margin-left: auto;
  pointer-events: auto;
  border-right: 1px solid var(--black);
}
@media (max-width: 1050px) {
  .is-fixed .header.astro-zq25tnvt {
    background-color: var(--white, #fff);
  }
  .container.astro-zq25tnvt {
    padding: 26px 83px 26px 22px;
  }
  .logo.astro-zq25tnvt {
    gap: 12px;
  }
  .logo-image.astro-zq25tnvt {
    width: 108px;
  }
  h1.astro-zq25tnvt {
    flex-direction: column;
    gap: 0.5em;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0;
  }
  .pc-button-area.astro-zq25tnvt {
    display: none;
  }
}
.interview.astro-e2xm4tin {
  padding: 144px 30px;
  overflow: hidden;
}
.interview-list.astro-e2xm4tin {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 56px;
}
.interview-item.astro-e2xm4tin {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  width: 345px;
  cursor: pointer;
}
.item-01.astro-e2xm4tin {
  margin-top: 80px;
}
.deco-01.astro-e2xm4tin,
.deco-02.astro-e2xm4tin {
  position: absolute;
  top: -56px;
  z-index: 2;
  pointer-events: none;
}
.deco-01.astro-e2xm4tin {
  left: -83px;
}
.deco-02.astro-e2xm4tin {
  right: -28px;
}
.thumbnail.astro-e2xm4tin {
  transition: opacity 0.3s;
}
.summary.astro-e2xm4tin {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.summary-data.astro-e2xm4tin {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.name.astro-e2xm4tin {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: var(--main, #79b3ea);
  letter-spacing: 1px;
}
.introduction.astro-e2xm4tin {
  margin: -0.345em 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--black, #222);
  letter-spacing: 1px;
}
.interview-button.astro-e2xm4tin {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  background-color: var(--black, #222);
  border-radius: 50%;
  transition: background-color 0.3s;
}
.interview-button.astro-e2xm4tin span.astro-e2xm4tin {
  width: 100%;
  height: 2px;
  background-color: var(--white, #fff);
  border-radius: 999px;
}
.interview-button.astro-e2xm4tin span.astro-e2xm4tin:first-child {
  transform: translateY(1px);
}
.interview-button.astro-e2xm4tin span.astro-e2xm4tin:last-child {
  transform: translateY(-1px) rotate(90deg);
}
.interview-item.astro-e2xm4tin:hover .thumbnail.astro-e2xm4tin {
  opacity: 0.7;
}
.interview-item.astro-e2xm4tin:hover .interview-button.astro-e2xm4tin {
  background-color: var(--main, #79b3ea);
}
@media (max-width: 1050px) {
  .interview.astro-e2xm4tin {
    padding: 80px 30px;
  }
}
@media (max-width: 800px) {
  .interview-list.astro-e2xm4tin {
    flex-direction: column;
    gap: 56px;
    margin-top: 87px;
  }
  .interview-item.astro-e2xm4tin {
    width: 100%;
    max-width: none;
  }
  .item-01.astro-e2xm4tin {
    margin-top: 0;
  }
  .name.astro-e2xm4tin {
    font-size: 17px;
  }
  .introduction.astro-e2xm4tin {
    font-size: 19px;
  }
  .deco-01.astro-e2xm4tin,
  .deco-02.astro-e2xm4tin {
    top: -30px;
    width: 120px;
  }
  .deco-01.astro-e2xm4tin {
    left: -90px;
  }
  .deco-02.astro-e2xm4tin {
    right: -90px;
  }
}
.interview-popup.astro-ke5axpee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 111px 30px;
  background: rgba(223, 232, 241, 0.7);
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.interview-popup.astro-ke5axpee.is-active {
  visibility: visible;
  opacity: 1;
}
.close-button-outer.astro-ke5axpee {
  position: fixed;
  top: 82px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: min(1000px, calc(100% - 60px));
}
.close-button-outer.astro-ke5axpee button.astro-ke5axpee {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 14px;
  background-color: var(--black, #222);
  border-radius: 50%;
  transform: translateX(50%);
}
.close-button-outer.astro-ke5axpee button.astro-ke5axpee span.astro-ke5axpee {
  width: 100%;
  height: 4px;
  background-color: var(--white, #fff);
}
.close-button-outer.astro-ke5axpee
  button.astro-ke5axpee
  span.astro-ke5axpee:first-child {
  transform: translateY(2px) rotate(45deg);
}
.close-button-outer.astro-ke5axpee
  button.astro-ke5axpee
  span.astro-ke5axpee:last-child {
  transform: translateY(-2px) rotate(-45deg);
}
.container.astro-ke5axpee {
  display: none;
  width: 100%;
  max-width: 1000px;
  overflow-y: auto;
  background-color: var(--white, #fff);
}
.container.astro-ke5axpee.is-active {
  display: block;
}
.content-top.astro-ke5axpee {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 80px;
}
.is-left.astro-ke5axpee {
  justify-content: flex-start;
}
.content-top-bg.astro-ke5axpee {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-top-bg.astro-ke5axpee img.astro-ke5axpee {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-top-bg.astro-ke5axpee .sp-only.astro-ke5axpee {
  display: none;
}
.summary.astro-ke5axpee {
  position: relative;
  z-index: 1;
  max-width: 393px;
}
.name.astro-ke5axpee {
  position: relative;
  padding: 36px 40px 0;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--main);
  letter-spacing: 1px;
}
.name.astro-ke5axpee::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 56px);
  height: 100%;
  content: '';
  background-color: var(--white, #fff);
}
.name.astro-ke5axpee::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 56px);
  content: '';
  background-color: var(--white, #fff);
}
.name-deco.astro-ke5axpee {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}
.introduction.astro-ke5axpee {
  position: relative;
  padding: 24px 40px 36px;
  font-size: 28px;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1.5;
  color: var(--black, #222);
  letter-spacing: 2px;
  background-color: var(--white, #fff);
}
.introduction.astro-ke5axpee::before {
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  content: '';
  background-color: var(--main, #79b3ea);
}
.timeline.astro-ke5axpee {
  padding: 80px 30px 0;
}
h3.astro-ke5axpee {
  position: relative;
  z-index: 1;
  width: fit-content;
  min-width: 180px;
  padding: 14px;
  margin: 0 auto calc(-0.5em - 14px);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #fff);
  text-align: center;
  letter-spacing: 1px;
  background-color: var(--main, #79b3ea);
  border-radius: 999px;
}
.timeline-list.astro-ke5axpee {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 705px;
  padding: 60px 105px 40px;
  margin: auto;
  background-color: #eaf5fe;
}
.timeline-item.astro-ke5axpee {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}
.timeline-item.astro-ke5axpee::before {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 30px);
  content: '';
  background-color: var(--main, #79b3ea);
}
.timeline-item.astro-ke5axpee.is-first::before {
  top: 50%;
  height: calc(50% + 24px);
}
.timeline-item.astro-ke5axpee.is-last::before {
  height: 50%;
}
.top-deco.astro-ke5axpee,
.bottom-deco.astro-ke5axpee {
  position: absolute;
}
.top-deco.astro-ke5axpee {
  top: 0;
  left: 0;
}
.bottom-deco.astro-ke5axpee {
  right: 0;
  bottom: 0;
}
.time.astro-ke5axpee {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  align-items: center;
  width: 88px;
}
.time.astro-ke5axpee::before {
  width: 12px;
  height: 12px;
  content: '';
  background-color: var(--main, #79b3ea);
  border-radius: 50%;
}
.action.astro-ke5axpee {
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--white, #fff);
}
.action-summary.astro-ke5axpee {
  font-size: 15px;
  line-height: 1.75;
}
.interview-contents.astro-ke5axpee {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 80px 30px 0;
  margin: auto;
}
dl.astro-ke5axpee {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
dt.astro-ke5axpee {
  width: 100%;
  max-width: 800px;
  padding-bottom: 24px;
  margin: -0.25em auto;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--main, #79b3ea);
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--main, #79b3ea);
}
dd.astro-ke5axpee {
  max-width: 800px;
  margin: -0.375em auto;
  font-weight: 500;
  line-height: 1.75;
  color: #444;
  text-align: justify;
  letter-spacing: 1px;
}
.interview-contents-deco-01.astro-ke5axpee,
.interview-contents-deco-02.astro-ke5axpee,
.interview-contents-deco-03.astro-ke5axpee {
  position: absolute;
}
.interview-contents-deco-01.astro-ke5axpee {
  top: -58px;
  left: -30px;
}
.interview-contents-deco-02.astro-ke5axpee {
  top: -12px;
  right: -30px;
  transform: rotate(180deg);
}
.interview-contents-deco-03.astro-ke5axpee {
  display: none;
}
.bottom-photo.astro-ke5axpee {
  position: relative;
  padding: 64px 30px;
  margin: auto;
}
.bottom-photo.astro-ke5axpee img.astro-ke5axpee {
  margin: auto;
}
.bottom-photo-main.astro-ke5axpee {
  width: 720px;
}
.bottom-photo-deco-01.astro-ke5axpee,
.bottom-photo-deco-02.astro-ke5axpee {
  position: absolute;
}
.bottom-photo-deco-01.astro-ke5axpee {
  top: 19px;
  left: 0;
}
.bottom-photo-deco-02.astro-ke5axpee {
  right: 0;
  bottom: 50px;
}
.close-button-inner.astro-ke5axpee {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .interview-popup.astro-ke5axpee {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .close-button-outer.astro-ke5axpee {
    top: 36px;
  }
  .close-button-outer.astro-ke5axpee button.astro-ke5axpee {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .close-button-outer.astro-ke5axpee button.astro-ke5axpee span.astro-ke5axpee {
    height: 2px;
  }
  .close-button-outer.astro-ke5axpee
    button.astro-ke5axpee
    span.astro-ke5axpee:first-child {
    transform: translateY(1px) rotate(45deg);
  }
  .close-button-outer.astro-ke5axpee
    button.astro-ke5axpee
    span.astro-ke5axpee:last-child {
    transform: translateY(-1px) rotate(-45deg);
  }
  .content-top.astro-ke5axpee {
    justify-content: center;
    aspect-ratio: 315 / 432;
    padding: 236px 28px 30px;
  }
  .content-top-bg.astro-ke5axpee img.astro-ke5axpee {
    width: auto;
    height: 100%;
    object-position: bottom left;
  }
  .content-top-bg.astro-ke5axpee .pc-only.astro-ke5axpee {
    display: none;
  }
  .content-top-bg.astro-ke5axpee .sp-only.astro-ke5axpee {
    display: block;
  }
  .name.astro-ke5axpee {
    padding: 24px 24px 16px;
    font-size: 17px;
  }
  .name.astro-ke5axpee::before {
    width: calc(100% - 50px);
  }
  .name.astro-ke5axpee::after {
    height: calc(100% - 50px);
  }
  .name-deco.astro-ke5axpee {
    width: 50px;
  }
  .introduction.astro-ke5axpee {
    padding: 16px 24px 24px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .introduction.astro-ke5axpee::before {
    left: 24px;
    width: calc(100% - 48px);
  }
  .timeline.astro-ke5axpee {
    padding: 56px 30px 0;
  }
  .timeline-list.astro-ke5axpee {
    padding: 40px 20px;
  }
  .timeline-item.astro-ke5axpee {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-item.astro-ke5axpee.is-first::before {
    top: 5px;
    height: calc(100% + 24px);
  }
  .timeline-item.astro-ke5axpee.is-last::before {
    display: none;
  }
  .top-deco.astro-ke5axpee,
  .bottom-deco.astro-ke5axpee {
    width: 60px;
  }
  .top-deco.astro-ke5axpee {
    right: 0;
    left: auto;
    clip-path: inset(0 0 0 20px);
  }
  .bottom-deco.astro-ke5axpee {
    right: auto;
    left: 0;
    clip-path: inset(0 20px 0 0);
  }
  .time.astro-ke5axpee {
    gap: 8px;
    width: auto;
    height: 15px;
  }
  .action.astro-ke5axpee {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 20px;
  }
  .action-summary.astro-ke5axpee {
    margin: -0.345em 0;
    font-size: 14px;
  }
  .interview-contents.astro-ke5axpee {
    padding: 66px 18px 0;
  }
  dl.astro-ke5axpee {
    gap: 40px;
  }
  dt.astro-ke5axpee {
    font-size: 24px;
    font-weight: 900;
  }
  dd.astro-ke5axpee {
    padding: 0 10px;
  }
  .interview-contents-deco-01.astro-ke5axpee {
    display: none;
  }
  .interview-contents-deco-02.astro-ke5axpee {
    top: -55px;
    right: -18px;
    width: 72px;
  }
  .interview-contents-deco-03.astro-ke5axpee {
    top: -64px;
    left: -18px;
    display: block;
    width: 48px;
  }
  .bottom-photo.astro-ke5axpee {
    padding: 48px 30px;
  }
  .bottom-photo.astro-ke5axpee img.astro-ke5axpee:nth-child(2) {
    position: relative;
    z-index: 1;
  }
  .bottom-photo-deco-01.astro-ke5axpee {
    display: none;
  }
  .bottom-photo-deco-02.astro-ke5axpee {
    top: -10px;
    bottom: auto;
    width: 72px;
  }
  .close-button-inner.astro-ke5axpee {
    padding-bottom: 56px;
  }
}
.loading.astro-2t534yfb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: var(--black, #222);
  transition: opacity 0.3s ease;
}
.loading.astro-2t534yfb.is-hidden {
  pointer-events: none;
  opacity: 0;
}
.container.astro-2t534yfb {
  position: relative;
  display: flex;
  gap: max(1vw, 10px);
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle.astro-2t534yfb {
  position: relative;
  display: flex;
  flex-direction: column;
  width: max(1.5vw, 15px);
  height: max(4vw, 40px);
}
.circle.astro-2t534yfb:nth-child(odd) {
  justify-content: flex-end;
  transform-origin: center bottom;
}
.circle.astro-2t534yfb:nth-child(1) {
  transform: rotate(45deg);
}
.circle.astro-2t534yfb:nth-child(2) {
  padding: 0 max(0.5vw, 5px);
}
.circle.astro-2t534yfb:nth-child(3) {
  transform: rotate(-45deg);
}
.circle.astro-2t534yfb::after {
  position: absolute;
  left: 0;
  display: block;
  width: max(1.5vw, 15px);
  height: max(1.5vw, 15px);
  content: '';
  background-color: var(--white, #fff);
  border-radius: 50%;
}
.circle.astro-2t534yfb:nth-child(odd)::after {
  bottom: 0;
}
.circle.astro-2t534yfb:nth-child(1)::after {
  animation: wabble-odd 1s ease-in-out infinite;
}
.circle.astro-2t534yfb:nth-child(2)::after {
  top: 0;
  animation: wabble-even 1s ease-in-out infinite 0.25s;
}
.circle.astro-2t534yfb:nth-child(3)::after {
  animation: wabble-odd 1s ease-in-out infinite 0.5s;
}
@keyframes wabble-odd {
  0% {
    bottom: 0;
    transform: scale(1);
  }
  50% {
    bottom: 25%;
    transform: scale(0.75);
  }
}
@keyframes wabble-even {
  0% {
    top: 0;
    transform: scale(1);
  }
  50% {
    top: 25%;
    transform: scale(0.75);
  }
}
.message.astro-neqaz5k3 {
  position: relative;
  padding: 125px 30px 0;
}
.message-box.astro-neqaz5k3 {
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.message-box-img.astro-neqaz5k3 {
  width: 500px;
  margin-top: -28px;
}
.message-box-img.astro-neqaz5k3 img.astro-neqaz5k3 {
  display: block;
  width: 100%;
  height: auto;
}
.message-box-text.astro-neqaz5k3 {
  max-width: 510px;
}
.message-box-text-headline.astro-neqaz5k3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.message-box-text-main.astro-neqaz5k3 {
  position: relative;
  margin-top: 56px;
  font-size: 17px;
  font-weight: 500;
  line-height: 31.45px;
  text-align: justify;
  letter-spacing: 0.85px;
}
.astro-neqaz5k3[data-ruby] {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-indent: 0;
}
.astro-neqaz5k3[data-ruby]::before {
  position: absolute;
  top: -1.3em;
  left: 50%;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-ruby);
  transform: translateX(-50%) scale(0.7);
  transform-origin: bottom;
}
rt.astro-neqaz5k3 {
  display: none;
}
@media (max-width: 1050px) {
  .message.astro-neqaz5k3 {
    padding: 32px 0 0;
    margin: auto;
  }
  .message-box.astro-neqaz5k3 {
    flex-direction: column;
  }
  .message-box-text.astro-neqaz5k3 {
    order: 1;
    width: calc(100% - 60px);
  }
  .message-box-img.astro-neqaz5k3 {
    order: 2;
    width: 100%;
  }
}
.qa.astro-e4nemw2j {
  padding: 144px 30px;
}
.container.astro-e4nemw2j {
  max-width: 1000px;
  margin: auto;
}
.qa-list.astro-e4nemw2j {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
details.astro-e4nemw2j {
  padding: 24px 32px;
  background-color: #eaf5fe;
}
.question.astro-e4nemw2j {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  text-align: justify;
  cursor: pointer;
  list-style-type: none;
}
.answer.astro-e4nemw2j {
  overflow: hidden;
}
.answer-container.astro-e4nemw2j {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px solid #91bfe5;
}
.answer-container.astro-e4nemw2j p.astro-e4nemw2j {
  padding-right: 60px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 1px;
}
.toggle-icon.astro-e4nemw2j {
  position: relative;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-left: auto;
}
.toggle-icon.astro-e4nemw2j span.astro-e4nemw2j {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -2px;
  background-color: var(--black, #222);
  border-radius: 99px;
  transition: transform 0.3s;
}
.toggle-icon.astro-e4nemw2j span.astro-e4nemw2j:last-child {
  transform: rotate(90deg);
}
.is-open.astro-e4nemw2j
  .toggle-icon.astro-e4nemw2j
  span.astro-e4nemw2j:last-child {
  transform: rotate(0deg);
}
@media (max-width: 1050px) {
  .qa.astro-e4nemw2j {
    padding: 80px 20px;
  }
  details.astro-e4nemw2j {
    padding: 16px 24px;
  }
  .question.astro-e4nemw2j {
    font-size: 18px;
  }
  .answer-container.astro-e4nemw2j {
    padding-top: 24px;
    margin-top: 24px;
  }
  .answer-container.astro-e4nemw2j p.astro-e4nemw2j {
    padding-right: 39px;
    font-size: 15px;
  }
} /* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  padding: 0;
  margin: 0;
}
ul,
ol[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a:not([class]) {
  color: currentColor;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
button {
  cursor: pointer;
  border: none;
}
body {
  font-family: var(--font-japanese);
  color: var(--black, #222);
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* CSS変数 */
:root {
  --white: #fff;
  --black: #222;
  --main: #79b3ea;
  --font-number: 'Montserrat', sans-serif;
  --font-japanese: 'Zen Kaku Gothic New', sans-serif;
  --font-size---10: 10px;
  --font-size---11: 11px;
  --font-size---12: 12px;
  --font-size---13: 13px;
  --font-size---14: 14px;
  --font-size---15: 15px;
  --font-size---16: 16px;
  --font-size---17: 17px;
  --font-size---18: 18px;
  --font-size---19: 19px;
  --font-size---20: 20px;
  --font-size---21: 21px;
  --spacing-radius-fontsize-zero: 0px;
  --spacing-radius-fontsize-quarter: 2px;
  --spacing-radius-fontsize-half: 4px;
  --spacing-radius-fontsize-1-x: 8px;
  --spacing-radius-fontsize-2-x: 16px;
  --spacing-radius-fontsize-3-x: 24px;
  --spacing-radius-fontsize-3-x-quarter: 26px;
  --spacing-radius-fontsize-4-x: 32px;
  --spacing-radius-fontsize-4-x-half: 36px;
  --spacing-radius-fontsize-5-x: 40px;
  --spacing-radius-fontsize-6-x: 48px;
  --spacing-radius-fontsize-7-x: 56px;
  --spacing-radius-fontsize-8-x: 64px;
  --spacing-radius-fontsize-9-x: 72px;
  --spacing-radius-fontsize-15-x: 120px;
  --spacing-radius-fontsize-10-x: 80px;
  --spacing-radius-fontsize-20-x: 160px;
}
