.section-title.astro-4owiaxsq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 74px;
  padding: 0 16px;
  margin: 0 auto;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  border-bottom: 3px solid var(--blue02, #003c92);
}

.section-title-en.astro-4owiaxsq {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: var(--blue02, #003c92);
  letter-spacing: 2px;
}

.section-title.astro-4owiaxsq.is-white {
  border-bottom-color: var(--WHITE, #fff);
}

.section-title.astro-4owiaxsq.is-white .section-title-en.astro-4owiaxsq {
  color: var(--WHITE, #fff);
}

@media screen and (width <= 768px) {
  .section-title.astro-4owiaxsq {
    gap: 8px;
    min-height: 51px;
    padding: 0 16px;
    border-bottom-width: 2px;
  }

  .section-title-en.astro-4owiaxsq {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
picture.astro-vrbjmgkn {
  display: block;
  width: 100%;
}

picture.astro-vrbjmgkn img.astro-vrbjmgkn {
  display: block;
  width: 100%;
  height: auto;
}

.area-search.astro-vrbjmgkn {
  position: relative;
  z-index: 40;
  background-color: var(--yellow2, #fddf59);
}

.area-search-container.astro-vrbjmgkn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 90px;
}

.area-search-container.astro-vrbjmgkn .jp-title.astro-vrbjmgkn {
  margin: 40px 0 50px;
  font-size: 40px;
  font-weight: 900;
  color: var(--blue02, #003c92);
  letter-spacing: 2.4px;
}

.custom-select.astro-vrbjmgkn {
  position: relative;
  width: 100%;
  max-width: 928px;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
}

.select-trigger.astro-vrbjmgkn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  font-size: 20px;
  color: #8c9cc1;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 6px #0000001a;
  transition: all 0.2s;
}

.select-trigger.astro-vrbjmgkn.has-value {
  font-weight: bold;
  color: var(--blue02, #003c92);
}

.select-trigger.astro-vrbjmgkn .chevron-icon.astro-vrbjmgkn {
  color: var(--blue02, #003c92);
  transition: transform 0.3s;
}

.select-trigger.astro-vrbjmgkn.is-open .chevron-icon.astro-vrbjmgkn {
  transform: rotate(180deg);
}

.select-dropdown.astro-vrbjmgkn {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  width: calc(100% - 60px);
  padding: 16px 0;
  margin: auto;
  list-style: none;
  background-color: #fff;
  border: 2px solid var(--blue02, #003c92);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s;
}

.custom-select.astro-vrbjmgkn.is-open .select-dropdown.astro-vrbjmgkn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.select-option.astro-vrbjmgkn {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue02, #003c92);
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.select-option.astro-vrbjmgkn:hover {
  background-color: #f0f4f8;
}

.select-trigger.astro-vrbjmgkn .chevron-icon.astro-vrbjmgkn {
  width: 24px;
  height: 24px;
  color: var(--blue02, #003c92);
  transition: transform 0.3s;
}

@media screen and (width <= 768px) {
  .area-search-container.astro-vrbjmgkn {
    padding: 0 20px 40px;
  }

  .jp-title.astro-vrbjmgkn {
    margin: 24px 0 40px;
    font-size: 30px;
  }

  .select-trigger.astro-vrbjmgkn {
    padding: 15px 30px;
    font-size: 16px;
  }

  .select-option.astro-vrbjmgkn {
    font-size: 16px;
  }

  .select-trigger.astro-vrbjmgkn .chevron-icon.astro-vrbjmgkn {
    width: 50px;
    height: 50px;
  }
}
picture.astro-abyevjn6 {
  display: block;
  width: 100%;
}

picture.astro-abyevjn6 img.astro-abyevjn6 {
  display: block;
  width: 100%;
  height: auto;
}

.flow.astro-abyevjn6 {
  position: relative;
  z-index: 30;
  padding-top: 60px;
  margin-top: -1px;
  overflow-x: clip;
  overflow-y: visible;
  background-color: var(--WHITE, #fff);
}

.flow-container.astro-abyevjn6 {
  position: relative;
  left: 50%;
  width: 1105px;
  padding-bottom: 120px;
  margin: 0 auto;
  margin-left: -552.5px;
}

.jp-title.astro-abyevjn6 {
  margin: 40px 0;
  font-size: 48px;
  font-weight: 900;
  color: var(--blue02, #003c92);
  text-align: center;
  letter-spacing: 2.4px;
}

.flow-list.astro-abyevjn6 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 62px;
  max-width: 662px;
  margin: 0 auto;
}

flow-item.astro-abyevjn6 {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 5px 0;
}

.flow-item.astro-abyevjn6:not(:last-child):before {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: -1;
  width: 5px;
  height: calc(100% + 62px);
  content: '';
  background-color: var(--yellow02, #fddf59);
}

.flow-item.astro-abyevjn6 {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 5px 0;
}

.flow-item__icon-wrapper.astro-abyevjn6 {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 68px;
  padding: 8px 0;
  background-color: var(--white, #fff);
}

.flow-item__step.astro-abyevjn6 {
  font-size: 16px;
  font-weight: 900;
  color: var(--blue02, #003c92);
  letter-spacing: 0.8px;
}

.flow-item__icon.astro-abyevjn6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: var(--blue02, #003c92);
  border-radius: 50%;
}

.flow-item__icon.astro-abyevjn6 img.astro-abyevjn6 {
  width: 35px;
  height: auto;
}

.flow-item__content.astro-abyevjn6 {
  flex-grow: 1;
  padding-top: 8px;
}

.flow-item__title.astro-abyevjn6 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: var(--blue02, #003c92);
  letter-spacing: 1.2px;
}

.flow-item__text.astro-abyevjn6 {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: var(--blue02, #003c92);
  letter-spacing: 0.8px;
  background-color: #e6ecf5;
  border-radius: 8px;
}

.text-small.astro-abyevjn6 {
  font-size: 14px;
}

.flow-deco.astro-abyevjn6 {
  position: absolute;
  z-index: 0;
}

.flow-deco1.astro-abyevjn6 {
  top: -73px;
  left: 0;
  width: 200px;
}

.flow-deco2.astro-abyevjn6 {
  right: 0;
  bottom: 0;
  width: 175px;
}

.flow-deco3.astro-abyevjn6,
.flow-deco4.astro-abyevjn6 {
  display: none;
}

@media screen and (width <= 768px) {
  .br-pc.astro-abyevjn6 {
    display: none;
  }

  .br-sp.astro-abyevjn6 {
    display: block;
  }

  .flow.astro-abyevjn6 {
    padding-top: 0;
  }

  .flow-container.astro-abyevjn6 {
    left: 0;
    width: calc(100% - 64px);
    padding: 20px 0 90px;
    margin: 0 auto;
  }

  .jp-title.astro-abyevjn6 {
    margin: 24px 0 40px;
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .flow-list.astro-abyevjn6 {
    gap: 30px;
  }

  .flow-item.astro-abyevjn6:not(:last-child):before {
    top: 40px;
    left: 28px;
    height: calc(100% + 30px);
  }

  .flow-item.astro-abyevjn6 {
    gap: 15px;
  }

  .flow-item__icon-wrapper.astro-abyevjn6 {
    width: 62px;
  }

  .flow-item__step.astro-abyevjn6 {
    font-size: 14px;
  }

  .flow-item__icon.astro-abyevjn6 {
    width: 62px;
    height: 62px;
  }

  .flow-item__icon.astro-abyevjn6 img.astro-abyevjn6 {
    width: 32px;
  }

  .flow-item__content.astro-abyevjn6 {
    padding: 8px 5px 5px;
  }

  .flow-item__title.astro-abyevjn6 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .flow-item__text.astro-abyevjn6 {
    padding: 14px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .flow-deco1.astro-abyevjn6,
  .flow-deco2.astro-abyevjn6 {
    display: none;
  }

  .flow-deco3.astro-abyevjn6 {
    position: absolute;
    top: 0;
    left: 19px;
    display: block;
    width: 110px;
  }

  .flow-deco4.astro-abyevjn6 {
    position: absolute;
    right: 12px;
    bottom: 0;
    display: block;
    width: 175px;
  }
}
.button.astro-6fvinztt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 346px;
  height: 77px;
  padding: 0 52px 0 28px;
  text-decoration: none;
  border: 4px solid #0000;
  border-radius: 8px;
  box-shadow: 0 3px 6px #00000029;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.label.astro-6fvinztt {
  display: block;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.icon.astro-6fvinztt {
  position: absolute;
  top: 50%;
  right: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 32px;
  transform: translateY(-50%);
}

.icon.astro-6fvinztt.is-hover {
  opacity: 0;
}

.icon.astro-6fvinztt svg {
  display: block;
  width: 16px;
  height: 32px;
}

.button.astro-6fvinztt.is-white {
  color: var(--blue02, #003c92);
  background-color: var(--WHITE, #fff);
  border-color: var(--blue02, #003c92);
}

.button.astro-6fvinztt.is-white .label.astro-6fvinztt {
  font-size: 20px;
  line-height: 1.3;
}

.button.astro-6fvinztt.is-blue {
  color: var(--WHITE, #fff);
  background-color: var(--blue02, #003c92);
  border-color: var(--WHITE, #fff);
}

.button.astro-6fvinztt.is-blue .label.astro-6fvinztt {
  font-size: 28px;
  line-height: 1.4;
}

.button.astro-6fvinztt.is-small {
  width: 190px;
  height: 50px;
  padding: 5px 30px 5px 18px;
  border-width: 2px;
}

.button.astro-6fvinztt.is-small .label.astro-6fvinztt {
  font-size: var(--font---14, 14px);
  line-height: 1.2;
}

.button.astro-6fvinztt.is-small .icon.astro-6fvinztt {
  right: 14px;
}

.button.astro-6fvinztt.is-small .icon.astro-6fvinztt svg.astro-6fvinztt {
  width: 8px;
  height: auto;
}

@media (hover: hover) {
  .button.astro-6fvinztt.is-white:hover {
    color: var(--orange02, #e74d19);
    border-color: var(--orange02, #e74d19);
  }

  .button.astro-6fvinztt.is-white:hover .icon.astro-6fvinztt.is-default {
    opacity: 0;
  }

  .button.astro-6fvinztt.is-white:hover .icon.astro-6fvinztt.is-hover {
    opacity: 1;
  }

  .button.astro-6fvinztt.is-blue:hover {
    background-color: var(--orange02, #e74d19);
    border-color: var(--orange02, #e74d19);
  }
}

@media screen and (width <= 768px) {
  .button.astro-6fvinztt {
    width: 100%;
  }

  .icon.astro-6fvinztt {
    right: 20px;
  }
}
.footer.astro-tcz3g3y3 {
  background: var(--blue02, #003c92);
}

.footer-button-area.astro-tcz3g3y3 {
  display: flex;
  gap: 42px;
  justify-content: center;
  padding: 111px 0;
  background: var(--yellow02, #fddf59);
  border-radius: 80px 80px 0 0;
}

.footer-bottom.astro-tcz3g3y3 {
  padding: 40px 0;
  font-family: var(--Noto-Sans-JP, 'Noto Sans JP');
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--blue02, #003c92);
  text-align: center;
  background: var(--white, #fff);
}

@media screen and (width <= 768px) {
  .footer-button-area.astro-tcz3g3y3 {
    flex-direction: column;
    gap: 32px;
    padding: 56px 30px;
    border-radius: 40px 40px 0 0;
  }

  .footer-bottom.astro-tcz3g3y3 {
    padding: 19px 0;
    font-size: 12px;
    line-height: 21px;
  }
}
.fv-picture.astro-wyr6o45j {
  display: block;
  width: 100%;
}

.fv-img.astro-wyr6o45j {
  display: block;
  width: 100%;
  height: auto;
}

.fv.astro-wyr6o45j {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: -1px;
  font-size: 0;
  line-height: 0;
  background-color: var(--white, #fff);
}
.hamburger-menu.astro-ktdmac3n {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  max-height: 100dvh;
  overflow-y: auto;
  border-bottom-left-radius: 70px;
  transform: translateX(100%);
  transition: transform 0.3s;
}

.hamburger-menu.astro-ktdmac3n.is-active {
  transform: translateX(0);
}

.container.astro-ktdmac3n {
  display: flex;
  flex-direction: column;
  gap: 47px;
  align-items: flex-start;
  height: 100%;
  padding: 136px 97px 56px;
  background: var(--yellow02, #fddf59);
}

.menu.astro-ktdmac3n {
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
}

.menu-link.astro-ktdmac3n {
  display: flex;
  flex-direction: column;
  width: fit-content;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .menu-link.astro-ktdmac3n:hover {
    opacity: 0.5;
  }
}

.menu-main-text.astro-ktdmac3n {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--blue02, #003c92);
  letter-spacing: 2px;
}

.menu-sub-text.astro-ktdmac3n {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #e74d19;
  letter-spacing: 1px;
}

.cta.astro-ktdmac3n {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 315px;
}

@media (width <= 768px) {
  .hamburger-menu.astro-ktdmac3n {
    border-bottom-left-radius: 40px;
  }

  .container.astro-ktdmac3n {
    gap: 32px;
    padding: 120px 30px 56px;
  }

  .menu-main-text.astro-ktdmac3n {
    font-size: 36px;
  }

  .menu-sub-text.astro-ktdmac3n {
    font-size: 16px;
  }

  .cta.astro-ktdmac3n {
    gap: 32px;
  }
}
.header.astro-kzwnbiiz {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 48px;
  background: #fff;
}

.container.astro-kzwnbiiz {
  display: flex;
  align-items: center;
}

.logo.astro-kzwnbiiz {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: var(--font---14, 14px);
  font-weight: 700;
  line-height: 1.75;
  color: var(--blue02, #003c92);
  letter-spacing: 0.7px;
}

.cta.astro-kzwnbiiz {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: auto;
}

.hamburger-menu-trigger.astro-kzwnbiiz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  margin-left: 24px;
  cursor: pointer;
  background: #e74d19;
  border: none;
  border-radius: 8px;
}

.line-container.astro-kzwnbiiz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 40px;
  transition: transform 0.5s;
}

.line-01.astro-kzwnbiiz,
.line-02.astro-kzwnbiiz,
.line-03.astro-kzwnbiiz {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition:
    height 0.5s,
    transform 0.5s,
    opacity 0.5s;
}

.trigger-text.astro-kzwnbiiz {
  font-size: var(--font---14, 14px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.7px;
  transition:
    color 0.5s,
    visibility 0.5s;
}

.hamburger-menu-trigger.astro-kzwnbiiz.is-active
  .line-container.astro-kzwnbiiz {
  transform: translateY(12px);
}

.hamburger-menu-trigger.astro-kzwnbiiz.is-active .line-01.astro-kzwnbiiz {
  height: 4px;
  transform: translateY(11px) rotate(45deg);
}

.hamburger-menu-trigger.astro-kzwnbiiz.is-active .line-02.astro-kzwnbiiz {
  opacity: 0;
}

.hamburger-menu-trigger.astro-kzwnbiiz.is-active .line-03.astro-kzwnbiiz {
  height: 4px;
  transform: translateY(-11px) rotate(-45deg);
}

.hamburger-menu-trigger.astro-kzwnbiiz.is-active .trigger-text.astro-kzwnbiiz {
  visibility: hidden;
  color: #e74d19;
}

@media (width <= 960px) {
  .cta.astro-kzwnbiiz {
    display: none;
  }

  .hamburger-menu-trigger.astro-kzwnbiiz {
    margin-left: auto;
  }
}

@media (width <= 768px) {
  .header.astro-kzwnbiiz {
    padding: 10px;
  }

  .logo.astro-kzwnbiiz {
    gap: 16px;
  }

  .logo-link.astro-kzwnbiiz {
    max-width: 97px;
  }

  .logo-text.astro-kzwnbiiz {
    font-size: var(--font---14, 14px);
  }

  .hamburger-menu-trigger.astro-kzwnbiiz {
    gap: 6px;
    width: 54px;
    height: 54px;
  }

  .line-container.astro-kzwnbiiz {
    gap: 6px;
    width: 38px;
  }

  .trigger-text.astro-kzwnbiiz {
    letter-spacing: 0;
  }

  .hamburger-menu-trigger.astro-kzwnbiiz.is-active
    .line-container.astro-kzwnbiiz {
    transform: translateY(10px);
  }

  .hamburger-menu-trigger.astro-kzwnbiiz.is-active .line-01.astro-kzwnbiiz {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger-menu-trigger.astro-kzwnbiiz.is-active .line-03.astro-kzwnbiiz {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.info.astro-g5kwquvs {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--blue02, #003c92);
}

.container.astro-g5kwquvs {
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 67px 30px 147px;
}

.title.astro-g5kwquvs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.jp-title.astro-g5kwquvs {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--WHITE, #fff);
  text-align: center;
  letter-spacing: 3.36px;
}

.info-list.astro-g5kwquvs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 932px;
  margin: 48px auto 0;
}

.info-item.astro-g5kwquvs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 32px 40px;
  color: var(--blue02, #003c92);
  background: var(--WHITE, #fff);
  border-radius: 8px;
}

.info-title.astro-g5kwquvs img.astro-g5kwquvs {
  width: 100%;
}

.info-description.astro-g5kwquvs {
  font-weight: 700;
  line-height: 1.6;
}

.info-description.astro-g5kwquvs br {
  display: none;
}

.gap-pc-11.astro-g5kwquvs {
  gap: 11px;
}

.gap-pc-12.astro-g5kwquvs {
  gap: 12px;
}

.decoration.astro-g5kwquvs {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1440px;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}

.astro-g5kwquvs[class^='decoration-item-'] {
  position: absolute;
}

.decoration-item-01.astro-g5kwquvs {
  top: -66px;
  right: -14px;
}

.decoration-item-02.astro-g5kwquvs {
  top: -98px;
  left: 89px;
}

.decoration-item-03.astro-g5kwquvs {
  bottom: 272px;
  left: 0;
}

.decoration-item-04.astro-g5kwquvs {
  right: 206px;
  bottom: 61px;
}

.decoration-item-05.astro-g5kwquvs,
.decoration-item-06.astro-g5kwquvs {
  display: none;
}

@media (width <= 768px) {
  .container.astro-g5kwquvs {
    padding: 11px 30px 58px;
  }

  .title.astro-g5kwquvs {
    gap: 24px;
  }

  .jp-title.astro-g5kwquvs {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 1.5px;
  }

  .jp-title.astro-g5kwquvs br.astro-g5kwquvs {
    display: inline;
  }

  .info-list.astro-g5kwquvs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .info-item.astro-g5kwquvs {
    gap: 16px;
    padding: 28px;
  }

  .info-description.astro-g5kwquvs br {
    display: inline;
  }

  .gap-sp-2.astro-g5kwquvs {
    gap: 2px;
  }

  .gap-sp-6.astro-g5kwquvs {
    gap: 6px;
  }

  .decoration.astro-g5kwquvs {
    width: 100%;
  }

  .decoration.astro-g5kwquvs svg.astro-g5kwquvs {
    height: auto;
  }

  .decoration-item-01.astro-g5kwquvs,
  .decoration-item-03.astro-g5kwquvs {
    display: none;
  }

  .decoration-item-02.astro-g5kwquvs {
    top: 489px;
    left: -32px;
    width: 134px;
  }

  .decoration-item-04.astro-g5kwquvs {
    right: -36px;
    bottom: 512px;
    width: 134px;
  }

  .decoration-item-05.astro-g5kwquvs {
    top: -103px;
    right: -187px;
    display: block;
  }

  .decoration-item-06.astro-g5kwquvs {
    bottom: 14px;
    left: 0;
    display: block;
  }
}
.br-pc.astro-7lxpsupn {
  display: block;
}

.br-sp.astro-7lxpsupn {
  display: none;
}

picture.astro-7lxpsupn {
  display: block;
  width: 100%;
}

picture.astro-7lxpsupn img.astro-7lxpsupn {
  display: block;
  width: 100%;
  height: auto;
}

.message.astro-7lxpsupn {
  position: relative;
  z-index: 30;
  overflow-x: clip;
  overflow-y: visible;
  background-color: var(--white, #fff);
}

.message-container.astro-7lxpsupn {
  position: relative;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1230px;
  padding: 62px 20px 190px;
  margin-left: -615px;
}

.message-container.astro-7lxpsupn .jp-title.astro-7lxpsupn {
  margin: 40px 0 50px;
  font-size: 40px;
  font-weight: 900;
  color: var(--blue02, #003c92);
  letter-spacing: 2.4px;
}

.message-text.astro-7lxpsupn {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: var(--blue02, #003c92);
  text-align: center;
  letter-spacing: 1px;
}

.message-img1.astro-7lxpsupn {
  position: absolute;
  top: 40px;
  right: 0;
  width: 145px;
}

.message-img2.astro-7lxpsupn {
  position: absolute;
  top: 365px;
  left: 0;
  width: 204px;
}

.message-img3.astro-7lxpsupn {
  position: absolute;
  top: 603px;
  right: 69px;
  width: 145px;
}

.message-img4.astro-7lxpsupn {
  position: absolute;
  top: -28px;
  right: 142px;
  width: 62px;
}

.message-img5.astro-7lxpsupn {
  position: absolute;
  top: 563px;
  left: 204px;
  width: 62px;
}

.message-img6.astro-7lxpsupn,
.message-img7.astro-7lxpsupn {
  display: none;
}

@media screen and (width <= 1024px) {
  .br-pc.astro-7lxpsupn {
    display: none;
  }

  .br-sp.astro-7lxpsupn {
    display: block;
  }

  .message.astro-7lxpsupn {
    margin-bottom: -1px;
    font-size: 0;
    line-height: 0;
  }

  .message-container.astro-7lxpsupn {
    left: 0;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    padding: 32px 30px 520px;
    margin: 0 auto;
    container-type: inline-size;
    text-align: left;
  }

  .message-container.astro-7lxpsupn .jp-title.astro-7lxpsupn {
    margin: 40px 0 32px;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 1.8px;
  }

  .message-text.astro-7lxpsupn {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 0.48px;
  }

  .message-img1.astro-7lxpsupn {
    position: absolute;
    top: initial;
    right: 30px;
    bottom: 49.6cqw;
    width: 29.333cqw;
  }

  .message-img2.astro-7lxpsupn {
    position: absolute;
    top: initial;
    bottom: 28cqw;
    left: 30px;
    width: 38.4cqw;
  }

  .message-img3.astro-7lxpsupn {
    position: absolute;
    top: initial;
    right: 18.933cqw;
    bottom: 12.267cqw;
    width: 24cqw;
  }

  .message-img4.astro-7lxpsupn,
  .message-img5.astro-7lxpsupn {
    display: none;
  }

  .message-img6.astro-7lxpsupn {
    position: absolute;
    top: initial;
    right: 36.267cqw;
    bottom: 74.4cqw;
    display: block;
    width: 15.733cqw;
  }

  .message-img7.astro-7lxpsupn {
    position: absolute;
    top: initial;
    bottom: 12.533cqw;
    left: 27.2cqw;
    display: block;
    width: 17.867cqw;
  }

  @media screen and (width <= 600px) {
    .message-container.astro-7lxpsupn {
      padding: 32px 30px 85vw;
    }
  }
}
.work-style.astro-fkozm2el {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--blue02, #003c92);
}

.container.astro-fkozm2el {
  z-index: 1;
  padding: 102px 30px 0;
  color: var(--WHITE, #fff);
}

.title.astro-fkozm2el {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.jp-title.astro-fkozm2el {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 3.36px;
}

.jp-title.astro-fkozm2el br.astro-fkozm2el {
  display: none;
}

.work-style-list.astro-fkozm2el {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1000px;
  margin: 48px auto 0;
}

.work-style-item.astro-fkozm2el {
  display: flex;
  gap: 64px;
  align-items: center;
}

.work-style-item.astro-fkozm2el.is-right {
  flex-direction: row-reverse;
}

.description.astro-fkozm2el {
  min-width: 440px;
  max-width: 500px;
}

.number.astro-fkozm2el {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.92px;
}

.number.astro-fkozm2el b.astro-fkozm2el {
  padding-left: 0.1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2.88px;
}

.item-title.astro-fkozm2el {
  width: fit-content;
  padding: 0 16px;
  margin-top: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--blue02, #003c92);
  letter-spacing: 1.6px;
  background: var(--yellow02, #fddf59);
  border-radius: 8px;
  border-radius: 8px;
}

.item-description.astro-fkozm2el {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1.2px;
}

.decoration.astro-fkozm2el {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1440px;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}

.decoration.astro-fkozm2el > svg.astro-fkozm2el {
  position: absolute;
}

.decoration-item-01.astro-fkozm2el {
  top: -77px;
  right: -55px;
}

.decoration-item-02.astro-fkozm2el {
  top: 717px;
  left: -32px;
}

.decoration-item-03.astro-fkozm2el {
  right: 130px;
  bottom: 0;
}

.decoration-item-04.astro-fkozm2el,
.decoration-item-05.astro-fkozm2el,
.decoration-item-06.astro-fkozm2el,
.decoration-item-07.astro-fkozm2el {
  display: none;
}

.separator.astro-fkozm2el {
  width: 100%;
  margin-top: 116px;
}

.separator.astro-fkozm2el img.astro-fkozm2el {
  display: block;
  width: 100%;
  height: auto;
}

@media (width <= 900px) {
  .work-style-list.astro-fkozm2el {
    max-width: 550px;
  }

  .work-style-item.astro-fkozm2el,
  .work-style-item.astro-fkozm2el.is-right {
    flex-direction: column;
    gap: 0;
  }

  .work-style-item.astro-fkozm2el svg.astro-fkozm2el {
    height: auto;
    margin-left: auto;
  }

  .description.astro-fkozm2el {
    max-width: 100%;
  }

  .item-image-01.astro-fkozm2el,
  .item-image-02.astro-fkozm2el,
  .item-image-03.astro-fkozm2el {
    width: 280px;
  }

  .decoration.astro-fkozm2el {
    width: 100%;
  }

  .decoration-item-01.astro-fkozm2el,
  .decoration-item-02.astro-fkozm2el,
  .decoration-item-03.astro-fkozm2el {
    display: none;
  }

  .decoration-item-04.astro-fkozm2el,
  .decoration-item-05.astro-fkozm2el,
  .decoration-item-06.astro-fkozm2el,
  .decoration-item-07.astro-fkozm2el {
    display: block;
  }

  .decoration-item-04.astro-fkozm2el {
    top: 95px;
    right: -154px;
  }

  .decoration-item-05.astro-fkozm2el {
    top: 620px;
    left: -182px;
  }

  .decoration-item-06.astro-fkozm2el {
    right: -43px;
    bottom: 556px;
  }

  .decoration-item-07.astro-fkozm2el {
    bottom: 0;
    left: 0;
  }
}

@media (width <= 768px) {
  .container.astro-fkozm2el {
    padding-top: 28px;
  }

  .title.astro-fkozm2el {
    gap: 24px;
  }

  .jp-title.astro-fkozm2el {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 1.5px;
  }

  .jp-title.astro-fkozm2el br.astro-fkozm2el {
    display: inline;
  }

  .work-style-list.astro-fkozm2el {
    gap: 40px;
    max-width: 460px;
    margin-top: 40px;
  }

  .description.astro-fkozm2el {
    min-width: 0;
    max-width: 100%;
  }

  .number.astro-fkozm2el {
    font-size: 16px;
    letter-spacing: 1.28px;
  }

  .number.astro-fkozm2el b.astro-fkozm2el {
    font-size: 24px;
    letter-spacing: 1.92px;
  }

  .item-title.astro-fkozm2el {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    font-size: 28px;
    letter-spacing: 1.4px;
    background: none;
    border-radius: 0;
  }

  .item-title-line.astro-fkozm2el {
    width: fit-content;
    padding: 0 16px;
    background: var(--yellow02, #fddf59);
    border-radius: 8px;
  }

  .item-description.astro-fkozm2el {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .item-image-01.astro-fkozm2el {
    width: 180px;
  }

  .item-image-02.astro-fkozm2el {
    width: 190px;
  }

  .item-image-03.astro-fkozm2el {
    width: 176px;
  }

  .separator.astro-fkozm2el {
    margin-top: 27px;
    font-size: 0;
    line-height: 0;
  }
}
/* 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;
}
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;
}
button {
  cursor: pointer;
  border: none;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
html {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
body {
  background-color: var(--blue02, #003c92);
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.separator {
  width: 100%;
  overflow: clip;
  transform: translateY(2px);
}
.separator svg {
  width: 101%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
:root {
  --BLACK: #000000;
  --BLUE: #0b99d8;
  --blue02: #003c92;
  --BROWN: #8f5e1e;
  --GREEN: #24a243;
  --GREY_10: #e6e6e6;
  --GREY_100: #2c2c2c;
  --GREY_20: #dadada;
  --GREY_40: #a6a6a6;
  --GREY_60: #707070;
  --GREY_80: #4a4a4a;
  --ORANGE: #f29100;
  --PINK: #f8b6b6;
  --PURPLE: #a055de;
  --RED: #ea121e;
  --WHITE: #ffffff;
  --YELLOW: #fffb1e;
  --yellow02: #fddf59;
  --font-family-arvo: 'Arvo';
  --font-family-notoSansJP: 'Noto Sans JP';
  --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;
  --font-size-22: 22px;
  --font-weight-accentText: 'Medium';
  --font-weight-accentTitle: 'Bold';
  --font-weight-mainText: 'Regular';
  --font-weight-title: 'Regular';
  --spacing-radius-fontsize-0: 0px;
  --spacing-radius-fontsize-120: 120px;
  --spacing-radius-fontsize-16: 16px;
  --spacing-radius-fontsize-160: 160px;
  --spacing-radius-fontsize-2: 2px;
  --spacing-radius-fontsize-200: 200px;
  --spacing-radius-fontsize-24: 24px;
  --spacing-radius-fontsize-240: 240px;
  --spacing-radius-fontsize-26: 26px;
  --spacing-radius-fontsize-32: 32px;
  --spacing-radius-fontsize-36: 36px;
  --spacing-radius-fontsize-4: 4px;
  --spacing-radius-fontsize-40: 40px;
  --spacing-radius-fontsize-48: 48px;
  --spacing-radius-fontsize-56: 56px;
  --spacing-radius-fontsize-64: 64px;
  --spacing-radius-fontsize-72: 72px;
  --spacing-radius-fontsize-8: 8px;
  --spacing-radius-fontsize-80: 80px;
  --spacing-radius-fontsize-88: 88px;
  --spacing-radius-fontsize-96: 96px;
  --spacing-radius-fontsize-full: 9999px;
}
