/*
* early.css
*
*/
/* ------------------------
  sc-message
------------------------ */
.sc-message .sc-message__container {
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 78.75rem;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__container {
    padding: 0 6.1538461538vw;
    max-width: none;

    gap: 8.2051282051vw;
  }
}
.sc-message .sc-message__text {
  margin-top: 1.5rem;
  letter-spacing: 0.04rem;
  color: #00479d;
  font-size: 1rem;
  line-height: 140%;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__text {
    letter-spacing: 0.1435897436vw;
    font-size: 3.5897435897vw;
    line-height: 180%;
  }
}
.sc-message .sc-message__button {
  margin-top: 1.875rem;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__button {
    margin-top: 1.7948717949vw;
  }
}
.sc-message .sc-message__slider {
  margin-top: 3rem;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slider {
    margin-top: 10.2564102564vw;
  }
}
.sc-message .sc-message__slide img {
  overflow: hidden;
  border-radius: 0.8125rem;
  width: 100%;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slide img {
    border-radius: 3.3333333333vw;
  }
}
.sc-message .sc-message__slide figcaption {
  margin-top: 0.25rem;
  letter-spacing: 0.04rem;
  color: #00479d;
  font-size: 1rem;
  line-height: 180%;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slide figcaption {
    margin-top: 1.0256410256vw;
    letter-spacing: 0.1435897436vw;
    font-size: 3.5897435897vw;
    line-height: 180%;
  }
}
.sc-message .sc-message__slider-prev,
.sc-message .sc-message__slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transform: translateY(-50%);
  background-color: rgba(204, 212, 230, 0.75);
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slider-prev,
  .sc-message .sc-message__slider-next {
    top: 50%;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    transform: translateY(-86%);
  }
}
@media (min-width: 641px) {
  .sc-message .sc-message__slider-prev:hover,
  .sc-message .sc-message__slider-next:hover {
    opacity: 0.7;
  }
}
.sc-message .sc-message__slider-prev {
  left: 8.2%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slider-prev {
    left: 9.2307692308vw;
  }
}
.sc-message .sc-message__slider-next {
  right: 8.2%;
  left: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slider-next {
    right: 9.2307692308vw;
  }
}
.sc-message .sc-message__slider-prev__icon,
.sc-message .sc-message__slider-next__icon {
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: #00479d;

  -webkit-mask-image: url("/saiyou/img/common/icon_arrow_swiper.svg");

          mask-image: url("/saiyou/img/common/icon_arrow_swiper.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 640.98px) {
  .sc-message .sc-message__slider-prev__icon,
  .sc-message .sc-message__slider-next__icon {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
  }
}
.sc-message .sc-message__slider-prev__icon {
  transform: rotate(180deg);
}

/* ------------------------
  sc-introduction
------------------------ */
.sc-introduction {
  padding-top: 6.5rem;
}
@media (max-width: 640.98px) {
  .sc-introduction {
    padding-top: 16.4102564103vw;
  }
}
.sc-introduction .sc-introduction__container {
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 78.75rem;
}
@media (max-width: 640.98px) {
  .sc-introduction .sc-introduction__container {
    padding: 0 6.1538461538vw;
    max-width: none;

    gap: 8.2051282051vw;
  }
}
.sc-introduction .sc-introduction__card-wrapper {
  display: grid;
  margin-top: 1.5rem;

  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 640.98px) {
  .sc-introduction .sc-introduction__card-wrapper {
    margin-top: 7.1794871795vw;

    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}
.sc-introduction .sc-introduction__button {
  margin-top: 1.5rem;
  text-align: right;
}
@media (max-width: 640.98px) {
  .sc-introduction .sc-introduction__button {
    margin-top: 3.5897435897vw;
  }
}

/* ------------------------
  sc-charm
------------------------ */
.sc-charm {
  padding-top: 6.5rem;
}
@media (max-width: 640.98px) {
  .sc-charm {
    padding-top: 16.4102564103vw;
  }
}
.sc-charm .sc-charm__container {
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 78.75rem;
}
@media (max-width: 640.98px) {
  .sc-charm .sc-charm__container {
    padding: 0 6.1538461538vw;
    max-width: none;

    gap: 8.2051282051vw;
  }
}
.sc-charm .sc-charm__card-wrapper {
  display: grid;
  align-items: flex-start;
  margin-top: 1.375rem;

  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 800px) {
  .sc-charm .sc-charm__card-wrapper {
    margin-top: 6.9230769231vw;

    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}
.sc-charm .sc-charm__card-column {
  display: grid;

  row-gap: 1.5rem;
}

/* ------------------------
  sc-voice
------------------------ */
.sc-voice {
  padding-top: 6.5rem;
}
@media (max-width: 640.98px) {
  .sc-voice {
    padding-top: 16.4102564103vw;
  }
}
.sc-voice .sc-voice__container {
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 78.75rem;
}
@media (max-width: 640.98px) {
  .sc-voice .sc-voice__container {
    padding: 0 6.1538461538vw;
    max-width: none;

    gap: 8.2051282051vw;
  }
}
.sc-voice .sc-voice__card {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  padding: 2.5rem;
  border-radius: 0.8125rem;
  background-color: #fff;

  gap: 3rem;
}
@media (max-width: 640.98px) {
  .sc-voice .sc-voice__card {
    flex-direction: column;
    margin-top: 6.1538461538vw;
    padding: 6.1538461538vw;
    border-radius: 2.5641025641vw;

    gap: 4.1025641026vw;
  }
}
.sc-voice .sc-voice__card-image {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0.8125rem;
  width: 24.7222222222vw;
  max-width: 22.25rem;
  height: fit-content;
}
@media (max-width: 640.98px) {
  .sc-voice .sc-voice__card-image {
    border-radius: 2.5641025641vw;
    width: 100%;
    max-width: none;
  }
}
.sc-voice .sc-voice__card-image img {
  width: 100%;
}
.sc-voice .sc-voice__card-text {
  letter-spacing: 0.04rem;
  color: #00479d;
  font-size: 1rem;
  line-height: 180%;
}
@media (max-width: 640.98px) {
  .sc-voice .sc-voice__card-text {
    letter-spacing: 0.1435897436vw;
    font-size: 3.5897435897vw;
  }
}

/* ------------------------
  sc-contact
------------------------ */
.sc-contact {
  padding-block: 6.5rem;
}
@media (max-width: 640.98px) {
  .sc-contact {
    padding-block: 16.4102564103vw;
  }
}
.sc-contact .sc-contact__container {
  margin: 0 auto;
  padding: 0 1.875rem;
  width: 100%;
  max-width: 78.75rem;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__container {
    padding: 0 6.1538461538vw;
    max-width: none;

    gap: 8.2051282051vw;
  }
}
.sc-contact .sc-contact__text {
  letter-spacing: 0.04rem;
  color: #00479d;
  font-size: 1rem;
  line-height: 180%;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__text {
    letter-spacing: 0.1435897436vw;
    font-size: 3.5897435897vw;
  }
}
.sc-contact .sc-contact__text.sc-contact__text--lead {
  margin-top: 1.5rem;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__text.sc-contact__text--lead {
    margin-top: 6.1538461538vw;
  }
}
.sc-contact .sc-contact__content {
  margin-top: 2.5rem;
  padding: 2.5rem;
  border-radius: 0.8125rem;
  background-color: #fff;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__content {
    margin-top: 6.1538461538vw;
    padding: 6.1538461538vw;
    border-radius: 3.3333333333vw;
  }
}
.sc-contact .sc-contact__content > div {
  border-bottom: 1px solid #a0c2eb;

  padding-block: 1rem 0.9375rem;
}
.sc-contact .sc-contact__content > div:first-of-type {
  padding-top: 0;
}
.sc-contact .sc-contact__content > div:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.sc-contact .sc-contact__content dt,
.sc-contact .sc-contact__content dd {
  display: inline;
}
.sc-contact .sc-contact__link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 2.5rem;
  border-radius: 0.8125rem;
  background-color: #fff;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__link-area {
    margin-top: 4.1025641026vw;
    padding: 6.1538461538vw;
    border-radius: 3.3333333333vw;
  }
}
.sc-contact .sc-contact__link-list {
  display: flex;
  align-items: center;
  margin-top: 0.1875rem;

  gap: 1.75rem;
}
@media (max-width: 640.98px) {
  .sc-contact .sc-contact__link-list {
    flex-direction: column;
    margin-left: auto;

    gap: 4.1025641026vw;
  }
}

/* --------------------------------
  early
-------------------------------- */