html {
  margin: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 9.42708px;
  scroll-behavior: smooth;
}

@media (max-width: 1100px) {
  html {
    font-size: calc(1000vw / 375);
  }
}

body {
  overflow: initial;
}

main {
  padding: 0 0 20rem 0;
  background: #eeeae7;
}

@media (max-width: 1100px) {
  main {
    padding: 0 0 14.2rem 0;
  }
}

h2 {
  border: none;
  padding: 0;
}

p {
  margin: 0;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #b1b1b1;
}

@media (max-width: 1100px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1099px) {
  .sp {
    display: none !important;
  }
}

.header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
}

.header__white-box {
  width: fit-content;
  height: 8.0rem;
  background: #fff;
  border-bottom-right-radius: 20px;
  padding: 2.45rem 3.2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .header__white-box {
    margin: 0 auto;
    max-height: 56px;
    border-bottom-left-radius: 20px;
    padding: 1.6rem 2.4rem;
  }
}

.header__white-box__logo {
  width: 24.5rem;
  height: 2.8rem;
}

@media (max-width: 1100px) {
  .header__white-box__logo {
    width: 14.7rem;
    height: auto;
  }
}

.header__white-box__line {
  margin: 0 0 0 2.4rem;
  min-width: 1px;
  width: 0.1rem;
  height: 3.1rem;
  background: #006766;
}

@media (max-width: 1100px) {
  .header__white-box__line {
    margin: 0 0 0 1.6rem;
    height: 1.92rem;
  }
}

.header__white-box__text {
  margin: 0 0 0 2.4rem;
  color: #006766;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4em;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .header__white-box__text {
    margin: 0 0 0 1.6rem;
    font-size: 1.0rem;
    line-height: 1.2em;
  }
}

.header__links {
  margin: 2rem 2.4rem 0 auto;
  display: flex;
  gap: 1.6rem;
}

.header__links__item {
  height: 4.8rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 8px 24px rgba(148, 148, 148, 0.3);
  border-radius: 8px;
}

.header__links__item--goaisatsu {
  background: #fff;
}

.header__links__item--goaisatsu:hover {
  box-shadow: none;
}

.header__links__item--tokuten {
  background: #006766;
}

.header__links__item--tokuten:hover {
  box-shadow: none;
}

.header__links__item__text {
  color: #006766;
  font-weight: 500;
  font-size: 1.6rem;
}

.header__links__item__text--goaisatsu {
  color: #006766;
}

.header__links__item__text--tokuten {
  color: #fff;
}

.header__links__item__arrow {
  margin: 0 0 0 0.6rem;
  width: 0.9rem;
  height: 0.9rem;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top {
  position: relative;
  width: 100%;
  height: 49.9222vw;
  padding: 6.151vw 0 0 0;
}

@media (max-width: 1100px) {
  .top {
    padding: 4.5rem 0 36rem 0;
    height: fit-content;
  }
}

.top__scroll {
  position: absolute;
  top: 31.79vw;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

@media (max-width: 1100px) {
  .top__scroll {
    top: 55.9rem;
  }
}

.top__scroll__inner {
  display: flex;
  flex-shrink: 0;
  gap: 2.746vw;
  animation: scrollLeft 40s linear infinite;
}

@media (max-width: 1100px) {
  .top__scroll__inner {
    gap: 5rem;
  }
}

.top__scroll__inner__image {
  flex-shrink: 0;
  width: 196vw;
}

@media (max-width: 1100px) {
  .top__scroll__inner__image {
    width: 70.08rem;
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.top__book {
  position: absolute;
  top: 0;
  left: 0.5492vw;
  width: 61.675vw;
}

@media (max-width: 1100px) {
  .top__book {
    top: 38.5rem;
    left: 0.3rem;
    width: 112.3rem;
  }
}

.top__special-offer {
  position: absolute;
  top: 33.062vw;
  left: 79.25vw;
  width: 9.94052vw;
}

@media (max-width: 1100px) {
  .top__special-offer {
    top: 39.4rem;
    left: 24rem;
    width: 10rem;
  }
}

.top__main {
  position: relative;
  z-index: 2;
  margin: 0 0 0 50.4166vw;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #006766;
  text-align: center;
}

@media (max-width: 1100px) {
  .top__main {
    margin: 0 auto;
  }
}

.top__main__headline {
  width: 9.3364vw;
}

@media (max-width: 1100px) {
  .top__main__headline {
    width: 13.8rem;
  }
}

.top__main__subtitle {
  margin: 1.9771vw 0 0 0;
  border-top: #006766 1.9px solid;
  border-bottom: #006766 1.9px solid;
  padding: 0.8128vw 0;
  font-weight: 700;
  font-size: 1.4828vw;
  letter-spacing: 0.07139vw;
}

@media (max-width: 1100px) {
  .top__main__subtitle {
    margin: 3.6rem 0 0 0;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }
}

.top__main__title {
  margin: 2.6361vw 0 0 0;
  font-weight: 700;
  font-size: 3.2952vw;
  line-height: 1.42em;
}

@media (max-width: 1100px) {
  .top__main__title {
    margin: 1.8rem 0 0 0;
    font-size: 3.1rem;
  }
}

.top__main__text {
  margin: 3.51488vw 0 0 0;
  font-weight: 500;
  font-size: 0.9885vw;
  line-height: 2.4em;
}

@media (max-width: 1100px) {
  .top__main__text {
    margin: 2rem 0 0 0;
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.message {
  width: 100%;
}

.message__box {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 182.7rem;
  height: 121.9rem;
  min-height: 1149px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1920px) {
  .message__box {
    width: 91vw;
    border-radius: 90px;
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  .message__box {
    width: 35.5rem;
    height: 90.8rem;
  }
}

.message__box__background {
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .message__box__background {
    width: 100%;
  }
}

.message__box__main {
  z-index: 2;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

@media (max-width: 1100px) {
  .message__box__main {
    padding: 8rem 0 12rem 0;
  }
}

.message__box__main__headline {
  width: 7rem;
}

@media (max-width: 1100px) {
  .message__box__main__headline {
    width: 6.1rem;
  }
}

.message__box__main__title {
  margin: 5.4rem 0 0 0;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2em;
}

@media (max-width: 1100px) {
  .message__box__main__title {
    margin: 4.4rem 0 0 0;
    font-size: 1.8rem;
  }
}

.message__box__main__text {
  margin: 2.8rem 0 0 0;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2em;
}

@media (max-width: 1100px) {
  .message__box__main__text {
    margin: 4.8rem 0 0 0;
    width: 29.5rem;
    font-size: 1.6rem;
  }
}

.message__box__main__text__orange {
  background: #ff5324;
}

.message__box__main__name {
  margin: 9.6rem 0 0 0;
  font-weight: 700;
  font-size: 2.0rem;
}

@media (max-width: 1100px) {
  .message__box__main__name {
    margin: 3rem 0 0 0;
    font-size: 1.6rem;
  }
}

.form {
  width: 110rem;
  margin: 20rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1100px) {
  .form {
    width: 33.5rem;
    margin: 12rem auto 0;
  }
}

.form__headline {
  width: 9.0rem;
}

@media (max-width: 1100px) {
  .form__headline {
    width: 7.7rem;
  }
}

.form__title {
  margin: 3rem 0 0 0;
  color: #006766;
  font-weight: 700;
  font-size: 3.2rem;
}

@media (max-width: 1100px) {
  .form__title {
    font-size: 2.4rem;
  }
}

.form__steps {
  margin: 7.4rem 0 0 0;
}

@media (max-width: 1100px) {
  .form__steps {
    margin: 6.6rem 0 0 0;
  }
}

.form__steps__row-1 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.form__steps__row-1__item {
  width: 4.8rem;
  height: 4.8rem;
  background: #d9d9d9;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .form__steps__row-1__item {
    width: 4rem;
    height: 4rem;
  }
}

.form__steps__row-1__item--active {
  background: #006766;
}

.form__steps__row-1__item__image {
  height: 1.5rem;
}

@media (max-width: 1100px) {
  .form__steps__row-1__item__image {
    height: 1.3rem;
  }
}

.form__steps__row-1__line {
  min-height: 1px;
  width: 8rem;
  height: 0.1rem;
  background: #c8c8c8;
}

@media (max-width: 1100px) {
  .form__steps__row-1__line {
    width: 4rem;
  }
}

.form__steps__row-2 {
  display: flex;
  align-items: center;
  margin: 1.2rem 0 0 0;
}

@media (max-width: 1100px) {
  .form__steps__row-2 {
    margin: 0.5rem 0 0 0;
  }
}

.form__steps__row-2__text {
  font-weight: 500;
  font-size: 1.4rem;
}

@media (max-width: 1100px) {
  .form__steps__row-2__text {
    font-size: 1.2rem;
  }
}

.form__steps__row-2__text--1 {
  margin: 0 0 0 1rem;
  color: #333;
}

@media (max-width: 1100px) {
  .form__steps__row-2__text--1 {
    margin: 0 0 0 0.8rem;
  }
}

.form__steps__row-2__text--2 {
  margin: 0 0 0 11.6rem;
  color: #8f8f8f;
}

@media (max-width: 1100px) {
  .form__steps__row-2__text--2 {
    margin: 0 0 0 7.2rem;
  }
}

.form__steps__row-2__text--3 {
  margin: 0 0 0 8.8rem;
  color: #8f8f8f;
}

@media (max-width: 1100px) {
  .form__steps__row-2__text--3 {
    margin: 0 0 0 4.8rem;
  }
}

.form__note {
  margin: 7.8rem 0 0 0;
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: center;
}

@media (max-width: 1100px) {
  .form__note {
    margin: 4.5rem 0 0 0;
    font-size: 1.6rem;
  }
}

.form__note-2 {
  margin: 0.4rem 0 0 0;
  color: #006766;
  font-weight: 400;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .form__note-2 {
    margin: 0.8rem 0 0 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.4rem;
  }
}

.form__main {
  margin: 7.8rem 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__main__item {
  margin: 3.2rem 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .form__main__item {
    flex-wrap: wrap;
  }
}

.form__main__item:first-child {
  margin: 0;
}

.form__main__item__label {
  width: 19.5rem;
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 1100px) {
  .form__main__item__label {
    width: fit-content;
    font-size: 1.6rem;
  }
}

.form__main__item__hissu {
  margin: 0 0 0 0.8rem;
  background: #006766;
  color: #fff;
  padding: 0.7rem 1.3rem;
  border-radius: 16px;
  font-weight: 400;
  font-size: 1.2rem;
}

@media (max-width: 1100px) {
  .form__main__item__hissu {
    padding: 0.6rem 1.1rem;
    font-size: 1rem;
  }
}

.form__main__item__nini {
  margin: 0 0 0 0.8rem;
  background: #727272;
  color: #fff;
  padding: 0.7rem 1.3rem;
  border-radius: 16px;
  font-weight: 400;
  font-size: 1.2rem;
}

@media (max-width: 1100px) {
  .form__main__item__nini {
    padding: 0.6rem 1.1rem;
    font-size: 1rem;
  }
}

.form__main__item__input {
  margin: 0 0 0 4rem;
  width: auto;
}

@media (max-width: 1100px) {
  .form__main__item__input {
    margin: 0.2rem 0 0 0;
  }
}

.form__main__item__input__input-text {
  margin: 0 !important;
  width: 80.7rem !important;
  border: none !important;
  background: #f8f6f4 !important;
  padding: 3.1rem 4rem !important;
  font-weight: 400;
  font-size: 1.8rem !important;
  color: #333;
}

@media (max-width: 1100px) {
  .form__main__item__input__input-text {
    margin: 1.6rem 0 0 0 !important;
    width: 33.5rem !important;
    padding: 2.8rem 2.4rem !important;
    font-size: 1.6rem !important;
  }
}

.form__main__item__input__error {
  display: none;
  margin: 0.8rem 0 0 0;
  color: #ff5324;
  font-weight: 400;
  font-size: 1.5rem;
}

.form__main__item__check {
  margin: 0 0 0 4rem;
}

@media (max-width: 1100px) {
  .form__main__item__check {
    margin: 1.6rem 0 0 0;
  }
}

.form__main__item__check__checkbox {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.form__main__item__check__label {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1100px) {
  .form__main__item__check__label {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.form__main__item__check__label::before {
  content: '';
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px #d8d8d8 solid;
  background: #fff;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: text-bottom;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.form__main__item__check__checkbox:checked+.form__main__item__check__label::before {
  background-color: #333;
  border-color: #333;
  background-image: url('../images/manual/icon_check.png');
}

.form__main__line {
  margin: 6.4rem 0 0 0;
  min-height: 1px;
  width: 100%;
  height: 0.1rem;
  background: #dadada;
}

.form__main__doui {
  margin: 6.4rem 0 0 0;
}

.form__main__doui__check {
  display: flex;
  align-items: center;
}

.form__main__doui__check__checkbox {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.form__main__doui__check__label {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1100px) {
  .form__main__doui__check__label {
    font-size: 1.6rem;
  }
}

.form__main__doui__check__label::before {
  content: '';
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px #d8d8d8 solid;
  background: #fff;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: text-bottom;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.form__main__doui__check__checkbox:checked+.form__main__doui__check__label::before {
  background-color: #333;
  border-color: #333;
  background-image: url('../images/manual/icon_check.png');
}

.form__main__doui__label__link {
  color: #333;
  text-decoration: underline;
}

.form__main__button {
  margin: 6rem 0 0 0;
  width: 60rem;
  height: 8rem;
  background: #006766;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(148, 148, 148, 0.7);
}

.form__main__button:hover {
  background: #ff5324;
}

@media (max-width: 1100px) {
  .form__main__button {
    margin: 6.4rem 0 0 0;
    width: 33.5rem;
    height: 7.2rem;
    font-size: 1.6rem;
  }

  .form__main__button:hover {
    background: #686868;
  }
}

.prohibition {
  margin: 3.2rem 0 0 0;
  color: #ff5324;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .prohibition {
    margin: 4rem 0 0 0;
    font-size: 1.5rem;
  }
}

.footer {
  position: relative;
  padding: 5.25rem 0;
  border-top: #d8d8d8 1px solid;
  display: flex;
  justify-content: center;
  background: #eeeae7;
}

@media (max-width: 1100px) {
  .footer {
    padding: 3.2rem 0;
  }
}

.footer__copyright {
  color: #006766;
  font-weight: 400;
  font-size: 1.3rem;
}

@media (max-width: 1100px) {
  .footer__copyright {
    margin: 6.7rem 0 0 0;
    font-size: 1.1rem;
  }
}

.footer__link {
  position: absolute;
  top: 25%;
  right: 4rem;
  background: #fff;
  border-radius: 6px;
  padding: 1.4rem 2.2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .footer__link {
    top: 3.2rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: fit-content;
  }
}

.footer__link__text {
  color: #006766;
  font-weight: 500;
  font-size: 1.5rem;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .footer__link__text {
    font-size: 1.3rem;
  }
}

.footer__link__icon {
  margin: 0 0 0 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
}

@media (max-width: 1100px) {
  .footer__link__icon {
    width: 1.063rem;
    height: 1.063rem;
  }
}

.scroll-fade {
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

.scroll-fade.is-visible {
  opacity: 1;
}