@import 'https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap';
.job-instruction__bg-left.astro-rurhaf53,
.job-instruction__bg-right.astro-rurhaf53 {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  pointer-events: none;
}
.job-instruction__bg-left.astro-rurhaf53 {
  bottom: -50px;
  left: 0;
  opacity: 0.3;
}
.job-instruction__bg-right.astro-rurhaf53 {
  right: 10vw;
  bottom: -50px;
  opacity: 0.8;
}
.appeal.astro-rurhaf53 {
  position: relative;
  padding: 80px 40px;
  overflow: hidden;
  color: #ffffff;
}
.appeal.astro-rurhaf53::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  content: '';
  background: var(--gra3, linear-gradient(180deg, #1f7ddc 51.9%, #65b8ee 100%));
}
.appeal__inner.astro-rurhaf53 {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
.appeal__title.astro-rurhaf53 {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px;
}
.appeal__title-line.astro-rurhaf53 {
  flex-shrink: 0;
  width: 332px;
  height: 1px;
  background: #fff;
}
.appeal__title-text.astro-rurhaf53 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  white-space: nowrap;
}
.appeal__list.astro-rurhaf53 {
  display: flex;
  gap: 70px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.appeal__item.astro-rurhaf53 {
  flex: 1;
  text-align: center;
}
.appeal__card.astro-rurhaf53 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  padding: 24px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
.appeal__card-title.astro-rurhaf53 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1f7ddc;
}
.appeal__card-note.astro-rurhaf53 {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #1f7ddc;
}
.appeal__card-icon.astro-rurhaf53 {
  width: 67px;
  height: 67px;
}
.appeal__card-text.astro-rurhaf53 {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .appeal__list.astro-rurhaf53 {
    flex-wrap: wrap;
  }
  .appeal__item.astro-rurhaf53 {
    display: flex;
    flex: 0 0 calc(50% - 35px);
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .job-instruction__bg-left.astro-rurhaf53 {
    display: none;
  }
  .job-instruction__bg-right.astro-rurhaf53 {
    right: -10px;
    bottom: -100px;
    width: 100px;
    opacity: 0.6;
  }
  .appeal.astro-rurhaf53 {
    padding: 60px 20px;
    transform: scaleY(1.01);
  }
  .appeal__bg-left.astro-rurhaf53,
  .appeal__bg-right.astro-rurhaf53 {
    position: absolute;
    top: inherit;
    width: auto;
    height: 100%;
    pointer-events: none;
  }
  .appeal__bg-left.astro-rurhaf53 {
    top: 50px;
    left: 0;
  }
  .appeal__bg-right.astro-rurhaf53 {
    right: 50px;
    bottom: 50px;
  }
  .appeal__title.astro-rurhaf53 {
    margin-bottom: 40px;
  }
  .appeal__title-text.astro-rurhaf53 {
    font-size: 22px;
  }
  .appeal__title-line.astro-rurhaf53 {
    width: 30px;
  }
  .appeal__list.astro-rurhaf53 {
    gap: 24px;
  }
  .appeal__item.astro-rurhaf53 {
    flex: 0 0 calc(50% - 12px);
  }
  .appeal__card.astro-rurhaf53 {
    width: 150px;
    height: 150px;
    margin-bottom: 16px;
  }
  .appeal__card-title.astro-rurhaf53 {
    font-size: 14px;
  }
  .appeal__card-note.astro-rurhaf53 {
    font-size: 11px;
  }
  .appeal__card-icon.astro-rurhaf53 {
    width: 40px;
    height: 40px;
  }
  .appeal__card-text.astro-rurhaf53 {
    width: 150px;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}
svg.astro-cojysiyv {
  display: block;
  width: var(--arrow-icon-size, 12px);
  height: auto;
  transition: 0.3s;
}
.white.astro-cojysiyv path.astro-cojysiyv {
  fill: var(--arrow-fill-color, #fff);
  transition: fill 0.3s;
}
.blue.astro-cojysiyv path.astro-cojysiyv {
  fill: var(--arrow-fill-color, #1f7ddc);
  transition: fill 0.3s;
}
@media screen and (max-width: 768px) {
  svg.astro-cojysiyv {
    width: calc(var(--arrow-icon-size-sp, 12px));
  }
}
.button.astro-zqfbuyzt {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  letter-spacing: 4px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 44px;
  transition: 0.3s;
}
.icon.astro-zqfbuyzt {
  border-radius: 50%;
  transition: 0.3s;
}
.medium.astro-zqfbuyzt,
.large.astro-zqfbuyzt {
  padding: 12px 16px 12px 36px;
  font-size: 21px;
}
.medium.astro-zqfbuyzt .icon.astro-zqfbuyzt,
.large.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  padding: 16px;
  --arrow-icon-size: 12px;
}
.small.astro-zqfbuyzt {
  padding: 6px 6px 6px 12px;
  font-size: 14px;
  letter-spacing: 2px;
}
.small.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  padding: 12px;
  --arrow-icon-size: 9px;
}
.center.astro-zqfbuyzt .text.astro-zqfbuyzt {
  margin: auto;
}
.left.astro-zqfbuyzt .text.astro-zqfbuyzt {
  margin-right: auto;
}
.normal.astro-zqfbuyzt {
  font-weight: 400;
}
.bold.astro-zqfbuyzt {
  font-weight: 700;
}
.white-blue.astro-zqfbuyzt,
.white-turquoise.astro-zqfbuyzt {
  background-color: var(--white);
  border: 2px solid var(--white);
}
.white-blue.astro-zqfbuyzt:hover,
.white-turquoise.astro-zqfbuyzt:hover {
  color: var(--white);
}
.white-blue.astro-zqfbuyzt:hover .icon.astro-zqfbuyzt,
.white-turquoise.astro-zqfbuyzt:hover .icon.astro-zqfbuyzt {
  background-color: var(--white);
}
.white-blue.astro-zqfbuyzt {
  color: var(--blue);
  --arrow-fill-color: var(--white);
}
.white-blue.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  background-color: var(--blue);
}
.white-blue.astro-zqfbuyzt:hover {
  background-color: var(--blue);
  --arrow-fill-color: var(--blue);
}
.white-blue.astro-zqfbuyzt:hover .icon.astro-zqfbuyzt {
  background-color: var(--white);
}
.white-turquoise.astro-zqfbuyzt {
  color: var(--turquoise);
  --arrow-fill-color: var(--white);
}
.white-turquoise.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  background-color: var(--turquoise);
}
.white-turquoise.astro-zqfbuyzt:hover {
  background-color: var(--turquoise);
  --arrow-fill-color: var(--turquoise);
}
.blue.astro-zqfbuyzt,
.blue-gradation.astro-zqfbuyzt {
  color: var(--white);
}
.blue.astro-zqfbuyzt {
  color: var(--white);
  background-color: var(--blue);
  --arrow-fill-color: var(--blue);
}
.blue.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  background-color: var(--white);
}
.blue.astro-zqfbuyzt:hover {
  color: var(--blue);
  background-color: var(--white);
  --arrow-fill-color: var(--white);
}
.blue.astro-zqfbuyzt:hover .icon.astro-zqfbuyzt {
  background-color: var(--blue);
}
.blue-gradation.astro-zqfbuyzt {
  background-image: linear-gradient(
    90deg,
    var(--blue-gradation-start),
    var(--blue-gradation-end)
  );
  --arrow-fill-color: var(--blue);
}
.blue-gradation.astro-zqfbuyzt .icon.astro-zqfbuyzt {
  background-color: var(--white);
}
.blue-gradation.astro-zqfbuyzt:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1250px) {
  .fixed-sp.astro-zqfbuyzt {
    font-weight: 500;
    letter-spacing: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (max-width: 800px) {
  .medium.astro-zqfbuyzt {
    padding: 6px 6px 6px 24px;
    font-size: 15px;
    --arrow-icon-size-sp: 9px;
  }
  .medium.astro-zqfbuyzt .icon.astro-zqfbuyzt {
    padding: 12px;
  }
  .large.astro-zqfbuyzt {
    padding: 12px 12px 12px 28px;
    font-size: 19px;
    --arrow-icon-size-sp: 13px;
  }
  .small.astro-zqfbuyzt {
    padding: 6px 6px 6px 16px;
    font-size: 15px;
    --arrow-icon-size-sp: 9px;
  }
  .fixed-sp.astro-zqfbuyzt {
    gap: 11px;
    padding-left: 16px;
    font-size: 14px;
  }
}
.entry.astro-m2dds4zi {
  background-image: linear-gradient(#3a8fdf, #72b5e6);
}
.container.astro-m2dds4zi {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.background.astro-m2dds4zi {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.background.astro-m2dds4zi img.astro-m2dds4zi {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: bottom left;
  transition: transform 0.3s;
}
.container.astro-m2dds4zi:has(.button:hover)
  .background.astro-m2dds4zi
  img.astro-m2dds4zi {
  transform: scale(1.05);
}
.contents-wrapper.astro-m2dds4zi {
  position: relative;
  box-sizing: content-box;
  display: flex;
  max-width: 996px;
  padding: 92px 20px;
  margin: auto;
}
.contents.astro-m2dds4zi {
  margin-left: auto;
}
h2.astro-m2dds4zi {
  display: flex;
  gap: 10px;
  font-family: var(--font-oswald);
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  color: var(--blue);
  letter-spacing: 0.1em;
}
h2.astro-m2dds4zi::before,
h2.astro-m2dds4zi::after {
  align-self: center;
  width: 100%;
  height: 1px;
  content: '';
  background-color: var(--blue);
}
.copy.astro-m2dds4zi {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.button.astro-m2dds4zi {
  margin-top: 56px;
}
.sp-only.astro-m2dds4zi {
  display: none;
}
@media screen and (max-width: 800px) {
  .container.astro-m2dds4zi {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .contents-wrapper.astro-m2dds4zi {
    padding: 30px 28px 40vh;
  }
  .contents.astro-m2dds4zi {
    width: 100%;
  }
  .copy.astro-m2dds4zi img.astro-m2dds4zi {
    width: 100%;
    height: auto;
  }
  .sp-only.astro-m2dds4zi {
    display: block;
  }
  .pc-only.astro-m2dds4zi {
    display: none;
  }
}
.heading.astro-bnbfusn7 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: fit-content;
  padding-left: 18px;
  line-height: 1;
}
.heading.astro-bnbfusn7::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: '';
  background-image: linear-gradient(#2893dc, #91d3ff);
}
.main-text.astro-bnbfusn7 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sub-text.astro-bnbfusn7 {
  font-family: var(--font-oswald);
  font-size: 16px;
  font-weight: 300;
  color: #b9dbff;
  letter-spacing: 0.1em;
}
.blue.astro-bnbfusn7 .main-text.astro-bnbfusn7 {
  color: #1f7ddc;
}
.white.astro-bnbfusn7 .main-text.astro-bnbfusn7 {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .heading.astro-bnbfusn7 {
    gap: 13px;
  }
  .main-text.astro-bnbfusn7 {
    font-size: 20px;
  }
  .sub-text.astro-bnbfusn7 {
    font-size: 14px;
  }
}
.container.astro-7voxlchw {
  position: relative;
  padding: 80px 20px 160px;
}
.background.astro-7voxlchw {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(var(--blue), #3a8fdf);
  transform: translateX(-50%);
}
.background.astro-7voxlchw img.astro-7voxlchw {
  height: auto;
}
.gallery.astro-7voxlchw {
  max-width: 1280px;
  margin: auto;
}
.gallery.astro-7voxlchw img.astro-7voxlchw {
  width: 100%;
  height: auto;
}
.contents.astro-7voxlchw {
  display: flex;
  gap: 102px;
  max-width: 1280px;
  margin: 160px auto 0;
}
.title.astro-7voxlchw {
  flex-shrink: 0;
}
.list.astro-7voxlchw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.list.astro-7voxlchw li.astro-7voxlchw {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 12px 16px;
  background-color: var(--white);
  border-radius: 10px;
}
dt.astro-7voxlchw {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--blue);
}
dd.astro-7voxlchw {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
dd.astro-7voxlchw p.astro-7voxlchw:not(:first-child) {
  margin-top: 3px;
}
.first.astro-7voxlchw {
  font-weight: 700;
}
.sp-only.astro-7voxlchw {
  display: none;
}
@media screen and (max-width: 1200px) {
  .contents.astro-7voxlchw {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .container.astro-7voxlchw {
    padding-top: calc(80px + 40px);
    padding-bottom: 80px;
    overflow: hidden;
  }
  .gallery.astro-7voxlchw {
    display: flex;
    width: fit-content;
    max-width: none;
    height: 256px;
    margin: 0 -20px;
    animation: scroll-left 15s linear infinite;
  }
  .gallery.astro-7voxlchw img.astro-7voxlchw {
    width: auto;
    max-width: none;
    height: 100%;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .contents.astro-7voxlchw {
    margin-top: 80px;
  }
  .background.astro-7voxlchw {
    top: 40px;
  }
  .background.astro-7voxlchw img.astro-7voxlchw {
    width: 150%;
    max-width: none;
  }
  .background.astro-7voxlchw::before {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 80px;
    pointer-events: none;
    content: '';
    background-color: var(--blue);
    clip-path: ellipse(51% 40px at center);
  }
  .list.astro-7voxlchw {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sp-only.astro-7voxlchw {
    display: block;
  }
}
.floating-cta.astro-7yoetvae {
  display: none;
}
@media screen and (max-width: 1250px) {
  .floating-cta.astro-7yoetvae {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 50;
    display: block;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: right 0.3s;
  }
  .floating-cta.astro-7yoetvae.is-hidden {
    right: -200px;
  }
}
footer.astro-z7orn33d {
  padding: 40px 20px 80px;
  background-image: linear-gradient(#72b5e6, #83c0e8);
}
p.astro-z7orn33d {
  font-size: 14px;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer.astro-z7orn33d {
    padding: 30px 20px 30px;
  }
}
.header.astro-zq25tnvt {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 0 16px 0 0;
  background: #256bc3;
}
.header__container.astro-zq25tnvt {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.header__logo.astro-zq25tnvt {
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  align-items: center;
}
.header__logo.astro-zq25tnvt a.astro-zq25tnvt {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 32px;
  padding: 30px 24px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0 0 8px 0;
}
.header__logo.astro-zq25tnvt .header__logo-image {
  display: block;
  flex-shrink: 0;
  width: 122px;
  height: 32px;
}
.header__logo-text.astro-zq25tnvt {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__logo-company.astro-zq25tnvt {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.36px;
}
.header__nav-wrapper.astro-zq25tnvt {
  display: flex;
  flex-shrink: 0;
  gap: 40px;
  align-items: center;
}
.header__nav.astro-zq25tnvt {
  flex-shrink: 0;
}
.header__nav-list.astro-zq25tnvt {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav-item.astro-zq25tnvt {
  padding: 0;
  margin: 0;
}
.header__nav-item.astro-zq25tnvt a.astro-zq25tnvt {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.45px;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header__nav-item.astro-zq25tnvt a.astro-zq25tnvt:hover {
  opacity: 0.7;
}
.header__cta.astro-zq25tnvt {
  flex-shrink: 0;
  width: 160px;
}
.header__hamburger.astro-zq25tnvt {
  display: none;
}
.header__overlay.astro-zq25tnvt {
  display: none;
}
.header__drawer.astro-zq25tnvt {
  display: none;
}
@media (max-width: 1024px) {
  .header.astro-zq25tnvt {
    padding: 0 8px 0 0;
  }
  .header__container.astro-zq25tnvt {
    gap: 10px;
  }
  .header__logo.astro-zq25tnvt a.astro-zq25tnvt {
    width: 96px;
    padding: 31px 0;
  }
  .header__logo.astro-zq25tnvt .header__logo-image {
    width: 80px;
    height: auto;
  }
  .header__logo-company.astro-zq25tnvt {
    font-size: 10px;
  }
  .header__nav-list.astro-zq25tnvt {
    gap: 24px;
  }
  .header__nav-item.astro-zq25tnvt a.astro-zq25tnvt {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  .header__nav-wrapper.astro-zq25tnvt {
    display: none;
  }
  .header__hamburger.astro-zq25tnvt {
    position: relative;
    z-index: 200;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-right: 16px;
    cursor: pointer;
    user-select: none;
    outline: none;
    background-color: #1f7ddc;
    border: none;
    border-radius: 50%;
    transition: background-color 0.3s;
  }
  .header__hamburger.astro-zq25tnvt:hover {
    background-color: #1a6fc4;
  }
  .header__hamburger-line.astro-zq25tnvt {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    transition:
      transform 0.3s,
      opacity 0.3s;
  }
  .header__hamburger-line.astro-zq25tnvt:nth-child(1) {
    top: 16px;
  }
  .header__hamburger-line.astro-zq25tnvt:nth-child(2) {
    top: 23px;
  }
  .header__hamburger-line.astro-zq25tnvt:nth-child(3) {
    top: 30px;
  }
  .header__hamburger.astro-zq25tnvt.is-active
    .header__hamburger-line.astro-zq25tnvt:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  .header__hamburger.astro-zq25tnvt.is-active
    .header__hamburger-line.astro-zq25tnvt:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.astro-zq25tnvt.is-active
    .header__hamburger-line.astro-zq25tnvt:nth-child(3) {
    top: 23px;
    transform: rotate(-45deg);
  }
  .header__overlay.astro-zq25tnvt {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(163, 163, 163, 0.3);
    opacity: 0;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transition:
      opacity 0.3s,
      visibility 0.3s,
      backdrop-filter 0.3s,
      -webkit-backdrop-filter 0.3s;
  }
  .header__overlay.astro-zq25tnvt.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .header__drawer.astro-zq25tnvt {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 230px;
    padding: 56px 0 30px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 0 0 0 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .header__drawer.astro-zq25tnvt.is-open {
    transform: translateX(0);
  }
  .header__drawer-list.astro-zq25tnvt {
    padding: 0 30px;
    margin: 0;
    list-style: none;
  }
  .header__drawer-item.astro-zq25tnvt {
    border-bottom: 1px solid #e5e5e5;
  }
  .header__drawer-link.astro-zq25tnvt {
    display: block;
    padding: 24px 8px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  .header__drawer-link.astro-zq25tnvt:hover {
    background-color: #f5f5f5;
  }
  .header__drawer-label.astro-zq25tnvt {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #1a3a52;
    letter-spacing: 0.51px;
  }
  .header__drawer-label-en.astro-zq25tnvt {
    display: block;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #1f7ddc;
    letter-spacing: 1.2px;
  }
}
body.is-menu-open {
  overflow: hidden;
}
.popup.astro-zejj4uy6 {
  padding: 10px 10px 30px;
}
h3.astro-zejj4uy6 {
  font-family: 'Yu Gothic Pr6N', 'Yu Gothic', sans-serif;
  font-size: 26px;
  line-height: 1.9;
}
h3.astro-zejj4uy6 span.astro-zejj4uy6 {
  padding: 8px 10px;
  color: var(--white);
  background-color: var(--blue);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.photo.astro-zejj4uy6 {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.photo.astro-zejj4uy6 img.astro-zejj4uy6 {
  transition: transform 0.3s;
}
.text.astro-zejj4uy6 {
  width: calc(100% - 20px);
  padding-top: 31px;
  margin: auto;
  font-size: 20px;
  line-height: 1.8;
}
.bottom.astro-zejj4uy6 {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  margin-top: 14px;
  letter-spacing: 0.02em;
}
.bottom.astro-zejj4uy6::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: '';
  background-image: linear-gradient(#2893dc, #91d3ff);
}
.profile.astro-zejj4uy6 {
  flex-shrink: 0;
}
.name.astro-zejj4uy6 {
  font-size: 20px;
  line-height: 1;
}
.name.astro-zejj4uy6 span.astro-zejj4uy6 {
  padding-left: 4px;
  font-size: 12px;
}
.age.astro-zejj4uy6 {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1;
}
.age.astro-zejj4uy6 span.astro-zejj4uy6 {
  font-size: 10px;
}
.button.astro-zejj4uy6 {
  width: 100%;
  max-width: 160px;
}
.popup.astro-zejj4uy6:has(.button:hover)
  .photo.astro-zejj4uy6
  img.astro-zejj4uy6 {
  transform: scale(1.1);
}
.popup.astro-zejj4uy6:has(.button:focus-visible)
  .photo.astro-zejj4uy6
  img.astro-zejj4uy6 {
  transform: scale(1.1);
}
@media screen and (max-width: 840px) {
  h3.astro-zejj4uy6 {
    font-size: 24px;
  }
  .bottom.astro-zejj4uy6 {
    gap: 10px;
  }
  .text.astro-zejj4uy6 {
    font-size: 18px;
  }
  .name.astro-zejj4uy6 {
    font-size: 15px;
  }
  .age.astro-zejj4uy6 {
    font-size: 12px;
  }
}
.popup-window.astro-ke5axpee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100dvh;
  padding: 98px 20px;
  overflow-y: auto;
  opacity: 0;
  backdrop-filter: blur(24px);
  transition: opacity 0.3s;
}
.popup-window.astro-ke5axpee.is-visible {
  visibility: visible;
}
.popup-window.astro-ke5axpee.is-active {
  opacity: 1;
}
.container.astro-ke5axpee {
  width: 100%;
  max-width: 1100px;
  padding: 24px 0;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow:
    0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.close-button.astro-ke5axpee {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.popup-close-top.astro-ke5axpee {
  position: fixed;
  top: 122px;
  left: 50%;
  z-index: 1001;
  visibility: hidden;
  width: 100%;
  max-width: 1100px;
  padding: 0 24px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.popup-close-top.astro-ke5axpee.is-visible {
  visibility: visible;
}
.popup-close-top.astro-ke5axpee.is-active {
  opacity: 1;
}
.contents.astro-ke5axpee {
  padding: 0 48px;
  margin-top: 56px;
}
.number.astro-ke5axpee {
  display: flex;
  gap: 20px;
  align-items: center;
}
.number.astro-ke5axpee::after {
  width: 100%;
  height: 1px;
  content: '';
  background-color: var(--blue);
}
.number.astro-ke5axpee span.astro-ke5axpee {
  flex-shrink: 0;
  font-family: var(--font-oswald);
  font-size: 18px;
  line-height: 1.2;
  color: transparent;
  letter-spacing: 0.1em;
  background-image: linear-gradient(90deg, #91d3ff, var(--blue));
  background-clip: text;
}
.main-visual.astro-ke5axpee {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.information.astro-ke5axpee {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 40px;
  background-color: var(--paleBlue);
  border-left: 80px solid var(--blue);
}
h2.astro-ke5axpee {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.profile.astro-ke5axpee {
  flex-shrink: 0;
  padding: 10px;
}
.profile.astro-ke5axpee h4.astro-ke5axpee {
  font-family: var(--font-oswald);
  font-weight: 300;
  line-height: 1.2;
  color: transparent;
  letter-spacing: 0.1em;
  background-image: linear-gradient(var(--blue), #83c0e8);
  background-clip: text;
}
.profile-item.astro-ke5axpee {
  position: relative;
  padding-left: 13px;
  margin-top: 10px;
}
.profile-item.astro-ke5axpee::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: '';
  background-image: linear-gradient(#2893dc, #91d3ff);
}
.name.astro-ke5axpee {
  font-size: 20px;
  line-height: 1;
}
.name.astro-ke5axpee span.astro-ke5axpee {
  padding-left: 4px;
  font-size: 12px;
}
.age.astro-ke5axpee {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1;
}
.age.astro-ke5axpee span.astro-ke5axpee {
  font-size: 10px;
}
.comment.astro-ke5axpee {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 70px;
}
.comment-list.astro-ke5axpee {
  display: flex;
  gap: 60px;
}
.comment-list.astro-ke5axpee:nth-child(even) {
  flex-direction: row-reverse;
}
.photo.astro-ke5axpee {
  flex-shrink: 0;
  max-width: 341px;
  border-radius: 8px;
}
.comment-list.astro-ke5axpee p.astro-ke5axpee {
  margin: -0.4em 0 -0.4em;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.close-bottom.astro-ke5axpee {
  display: flex;
  width: 100%;
  padding: 0 8px;
  margin-top: 48px;
}
.close-bottom.astro-ke5axpee .close-button.astro-ke5axpee {
  margin: auto;
}
@media screen and (max-width: 1154px) {
  .popup-close-top.astro-ke5axpee {
    width: calc(100% - 48px);
    padding: 0 44px;
  }
}
@media screen and (max-width: 1000px) {
  .information.astro-ke5axpee {
    flex-direction: column;
    gap: 16px;
    align-items: end;
  }
  h2.astro-ke5axpee {
    width: 100%;
  }
  .comment-list.astro-ke5axpee,
  .comment-list.astro-ke5axpee:nth-child(even) {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .photo.astro-ke5axpee {
    max-width: 100%;
  }
  .photo.astro-ke5axpee img.astro-ke5axpee {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .popup-window.astro-ke5axpee {
    padding: 12px;
  }
  .contents.astro-ke5axpee {
    padding: 0 16px;
  }
  .main-visual.astro-ke5axpee {
    margin-top: 10px;
  }
  .information.astro-ke5axpee {
    padding: 10px 10px 10px 17px;
    border-left-width: 31px;
  }
  h2.astro-ke5axpee {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
  .profile.astro-ke5axpee {
    padding: 0;
  }
  .profile.astro-ke5axpee h4.astro-ke5axpee {
    font-size: 14px;
  }
  .profile-item.astro-ke5axpee {
    margin-top: 7px;
  }
  .name.astro-ke5axpee {
    font-size: 16px;
  }
  .age.astro-ke5axpee {
    font-size: 12px;
  }
  .comment.astro-ke5axpee {
    gap: 50px;
    margin-top: 30px;
  }
  .popup-close-top.astro-ke5axpee {
    top: 36px;
    width: calc(100% - 24px);
    padding: 0 16px;
  }
  .close-bottom.astro-ke5axpee {
    margin-top: 36px;
  }
  .pc-only.astro-ke5axpee {
    display: none;
  }
}
.interview.astro-e2xm4tin {
  padding: 80px 20px 250px;
  overflow: hidden;
}
.container.astro-e2xm4tin {
  position: relative;
  display: flex;
  gap: 95px;
  max-width: 1280px;
  margin: auto;
}
.container.astro-e2xm4tin::after {
  position: absolute;
  bottom: -24px;
  left: -6px;
  z-index: -1;
  width: calc(100% + ((100vw - 100%) / 2));
  height: 73%;
  content: '';
  background-color: var(--paleBlue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.title.astro-e2xm4tin {
  flex-shrink: 0;
}
.list.astro-e2xm4tin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 1200px) {
  .container.astro-e2xm4tin {
    flex-direction: column;
    gap: 32px;
  }
  .container.astro-e2xm4tin::after {
    height: 60%;
  }
  .list.astro-e2xm4tin {
    gap: 20px;
  }
}
@media screen and (max-width: 840px) {
  .interview.astro-e2xm4tin {
    padding-top: 100px;
    padding-bottom: 113px;
  }
  .container.astro-e2xm4tin::after {
    display: none;
  }
  .list.astro-e2xm4tin {
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 29px;
  }
  .list.astro-e2xm4tin::after {
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
    width: 81.6vw;
    height: 100%;
    content: '';
    background-color: var(--paleBlue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.job-instruction.astro-7faw47ay {
  position: relative;
  z-index: 2;
  padding: 80px 40px 0;
  overflow: hidden;
  background: #65b8ee;
}
.job-instruction__bg-left.astro-7faw47ay,
.job-instruction__bg-right.astro-7faw47ay {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  pointer-events: none;
}
.job-instruction__bg-left.astro-7faw47ay {
  top: -1200px;
  left: 0;
}
.job-instruction__bg-right.astro-7faw47ay {
  top: -500px;
  right: 10vw;
}
.job-instruction__inner.astro-7faw47ay {
  max-width: 1100px;
  margin: 0 auto;
}
.job-instruction__header.astro-7faw47ay {
  margin-bottom: 48px;
}
.job-instruction__cards-wrapper.astro-7faw47ay {
  position: relative;
}
.job-instruction__white-bg.astro-7faw47ay {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100vw;
  background: #fff;
  border-radius: 80px 80px 0 0;
  transform: translateX(-50%);
}
.job-instruction__cards.astro-7faw47ay {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 40px;
}
.job-instruction__card.astro-7faw47ay {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid #cbd9db;
  border-radius: 20px;
}
.job-instruction__card--school.astro-7faw47ay {
  background: #4fbac8;
}
.job-instruction__card--charter.astro-7faw47ay {
  background: #5298df;
}
.job-instruction__card-header.astro-7faw47ay {
  position: relative;
  min-height: 180px;
  text-align: center;
}
.job-instruction__card-image.astro-7faw47ay {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 0;
  width: 320px;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -20%);
}
.job-instruction__card-image.astro-7faw47ay.right {
  width: 380px;
}
.job-instruction__card-label.astro-7faw47ay {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 8px 0 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #aae2e9;
  letter-spacing: 0.1em;
}
.job-instruction__card-label.astro-7faw47ay::before,
.job-instruction__card-label.astro-7faw47ay::after {
  position: absolute;
  top: 50%;
  width: 154px;
  height: 1px;
  content: '';
  background: #aae2e9;
}
.job-instruction__card-label.astro-7faw47ay::before {
  right: calc(100% + 12px);
}
.job-instruction__card-label.astro-7faw47ay::after {
  left: calc(100% + 12px);
}
.job-instruction__card-title.astro-7faw47ay {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  margin-top: 30px;
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 3.4px;
}
.job-instruction__card-subtitle.astro-7faw47ay {
  position: relative;
  z-index: 1;
  margin: -3px 0 0;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1.7px;
}
.job-instruction__card-body.astro-7faw47ay {
  flex: 1;
  padding: 24px 24px 0;
  padding-bottom: 5vh;
}
.job-instruction__item.astro-7faw47ay {
  padding: 20px;
  margin: 0 0 16px;
  background: #edf8f9;
  border-radius: 12px;
}
.job-instruction__item.astro-7faw47ay:last-child {
  margin-bottom: 0;
}
.job-instruction__item-title.astro-7faw47ay {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.job-instruction__item-title.astro-7faw47ay::after {
  flex: 1;
  height: 1px;
  content: '';
}
.job-instruction__card--school.astro-7faw47ay
  .job-instruction__item-title.astro-7faw47ay {
  color: #4fbac8;
}
.job-instruction__card--school.astro-7faw47ay
  .job-instruction__item-title.astro-7faw47ay::after {
  background: #4fbac8;
}
.job-instruction__card--charter.astro-7faw47ay
  .job-instruction__item-title.astro-7faw47ay {
  color: #1f7ddc;
}
.job-instruction__card--charter.astro-7faw47ay
  .job-instruction__item-title.astro-7faw47ay::after {
  background: #1f7ddc;
}
.job-instruction__item-text.astro-7faw47ay {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #575958;
}
.job-instruction__card-footer.astro-7faw47ay {
  padding: 24px 24px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .job-instruction__bg-left.astro-7faw47ay {
    display: none;
  }
  .job-instruction__bg-right.astro-7faw47ay {
    top: -100px;
    right: -10px;
    width: 100px;
  }
  .job-instruction.astro-7faw47ay {
    padding: 60px 20px 0;
    transform: scaleY(1.01);
  }
  .job-instruction__header.astro-7faw47ay {
    margin-bottom: 32px;
  }
  .job-instruction__white-bg.astro-7faw47ay {
    top: 40px;
    border-radius: 20px 20px 0 0;
  }
  .job-instruction__cards.astro-7faw47ay {
    flex-direction: column;
    gap: 32px;
  }
  .job-instruction__card-header.astro-7faw47ay {
    padding: 24px 20px 16px;
  }
  .job-instruction__card-label.astro-7faw47ay::before,
  .job-instruction__card-label.astro-7faw47ay::after {
    width: 40px;
  }
  .job-instruction__card-title.astro-7faw47ay {
    font-size: 24px;
  }
  .job-instruction__card-subtitle.astro-7faw47ay {
    font-size: 13px;
  }
  .job-instruction__card-body.astro-7faw47ay {
    padding: 0 20px;
    padding-bottom: 5vh;
  }
  .job-instruction__item.astro-7faw47ay {
    padding: 16px;
    margin-bottom: 12px;
  }
  .job-instruction__item-title.astro-7faw47ay {
    font-size: 15px;
  }
  .job-instruction__item-text.astro-7faw47ay {
    font-size: 13px;
  }
  .job-instruction__card-footer.astro-7faw47ay {
    width: 200px;
    padding: 20px 0 24px;
    margin: auto;
  }
}
.loading.astro-2t534yfb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--white);
  transition: opacity 0.3s;
}
.loading.astro-2t534yfb.is-loaded {
  opacity: 0;
}
.main-visual-container.astro-kucjdyyz {
  position: relative;
  width: 100%;
  height: 90vh;
}
.main-visual.astro-kucjdyyz {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #256bc3;
}
.main-visual__video.astro-kucjdyyz {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  object-fit: cover;
  object-position: top;
}
.main-visual__parts.astro-kucjdyyz {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-visual__copy.astro-kucjdyyz {
  position: absolute;
  bottom: 80px;
  left: 240px;
  z-index: 10;
  width: 325px;
}
.main-visual__copy.astro-kucjdyyz .main-visual__copy-img {
  width: 100%;
  height: auto;
}
.main-visual__fade.astro-kucjdyyz {
  opacity: 0;
  transform: translateX(20px);
}
.main-visual.astro-kucjdyyz.is-loaded
  .main-visual__fade--stage1.astro-kucjdyyz {
  animation: fadeInFromRight 0.5s ease-out forwards;
  animation-delay: 0s;
}
.main-visual.astro-kucjdyyz.is-loaded
  .main-visual__fade--stage3.astro-kucjdyyz {
  transition: opacity 0.4s;
  animation: fadeInFromRight 0.5s ease-out forwards;
  animation-delay: 1s;
}
.main-visual.astro-kucjdyyz.is-fade-out
  .main-visual__fade--stage3.astro-kucjdyyz {
  animation: fadeOut 0.5s ease-out forwards;
}
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@media (max-width: 768px) {
  .main-visual-container.astro-kucjdyyz {
    height: 90vh;
  }
  .main-visual__copy.astro-kucjdyyz {
    top: auto;
    bottom: 100px;
    left: 30px;
    width: 207px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .main-visual-container.astro-kucjdyyz {
    height: 100vh;
  }
}
.pc.astro-neqaz5k3 {
  display: block;
}
.sp.astro-neqaz5k3 {
  display: none;
}
@media (max-width: 768px) {
  .pc.astro-neqaz5k3 {
    display: none;
  }
  .sp.astro-neqaz5k3 {
    display: block;
  }
}
.job-instruction__bg-left.astro-neqaz5k3 {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  pointer-events: none;
}
.job-instruction__bg-left.astro-neqaz5k3 {
  bottom: -450px;
  left: 0;
  opacity: 0.2;
}
.message.astro-neqaz5k3 {
  position: relative;
  z-index: 2;
  padding: 60px 40px 80px;
  overflow: hidden;
  color: #ffffff;
  background-color: #1f7ddc;
}
.message.astro-neqaz5k3::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  content: '';
  background-image: url(../images/message_back.svg);
  background-repeat: no-repeat;
  background-position: center -150px;
  background-size: 1000px 100%;
}
.message__inner.astro-neqaz5k3 {
  position: relative;
  z-index: 5;
  max-width: 1270px;
  margin: 0 auto;
}
.message__title.astro-neqaz5k3 {
  margin-bottom: 48px;
}
.message__top.astro-neqaz5k3 {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 64px;
}
.message__frame.astro-neqaz5k3 {
  flex-shrink: 0;
  width: 35%;
}
.message__photo.astro-neqaz5k3 {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.message__catch.astro-neqaz5k3 {
  flex: 1;
}
.message__catch-image.astro-neqaz5k3 {
  display: block;
  width: 512px;
  height: auto;
}
.message__body.astro-neqaz5k3 {
  margin-bottom: 64px;
}
.message__lead.astro-neqaz5k3 {
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 048px;
  letter-spacing: 3px;
}
.message__text-columns.astro-neqaz5k3 {
  display: flex;
  gap: 46px;
}
.message__text.astro-neqaz5k3 {
  flex: 1;
  margin: 0;
  font-size: 17px;
  line-height: 35px;
}
.message__highlight.astro-neqaz5k3 {
  padding: 2px 6px;
  margin-right: 0.5em;
  font-weight: 500;
  font-feature-settings: 'palt';
  color: #1f7ddc;
  background-color: #fff;
  border-radius: 2px;
}
.message__button.astro-neqaz5k3 {
  display: flex;
  justify-content: center;
}
.message__button.astro-neqaz5k3 a,
.message__button.astro-neqaz5k3 button {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 768px) {
  .job-instruction__bg-left.astro-neqaz5k3 {
    bottom: 130px;
    left: 0;
    width: 200px;
    opacity: 0.5;
  }
  .message.astro-neqaz5k3 {
    padding: 50px 20px 60px;
  }
  .message.astro-neqaz5k3::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    content: '';
    background-image: url(../images/message_back.svg);
    background-repeat: no-repeat;
    background-position: center 450px;
    background-size: 130% auto;
  }
  .message__top.astro-neqaz5k3 {
    flex-direction: column;
    gap: 30px;
  }
  .message__frame.astro-neqaz5k3 {
    width: 100%;
  }
  .message__photo.astro-neqaz5k3 {
    width: 100%;
    margin: auto;
  }
  .message__lead.astro-neqaz5k3 {
    font-size: 19px;
    line-height: 32px;
  }
  .message__text-columns.astro-neqaz5k3 {
    flex-direction: column;
    gap: 20px;
  }
  .message__text.astro-neqaz5k3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    text-align: justify;
  }
  .message__button.astro-neqaz5k3 a,
  .message__button.astro-neqaz5k3 button {
    width: 100%;
    max-width: 500px;
  }
} /* 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;
}
:root {
  --white: #fff;
  --blue: #1f7ddc;
  --paleBlue: #e7f3ff;
  --turquoise: #4fbac8;
  --blue-gradation-start: #61bfff;
  --blue-gradation-end: #2893dc;
  --font-oswald: 'Oswald', sans-serif;
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: #474747;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}
main.astro-j7pv25f6 {
  overflow-x: hidden;
}
