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;
}

@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;
  background: #eeeae7;
}

@media (max-width: 1100px) {
  .header {
    z-index: 100;
  }
}

.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;
  }
}

.form-confirm {
  width: 110rem;
  margin: 0 auto 0;
  padding: 12rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  position: relative;
}

@media (max-width: 1100px) {
  .form-confirm {
    width: 33.5rem;
  }
}

.form-confirm__headline {
  width: 9.0rem;
}

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

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

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

.form-confirm__steps {
  margin: 7.4rem 0 0 0;
}

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

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

.form-confirm__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-confirm__steps__row-1__item {
    width: 4rem;
    height: 4rem;
  }
}

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

.form-confirm__steps__row-1__item--done {
  background: #519d9d;
}

.form-confirm__steps__row-1__item__image {
  height: 1.5rem;
}

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

.form-confirm__steps__row-1__line {
  min-height: 1px;
  width: 8rem;
  height: 0.1rem;
}

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

.form-confirm__steps__row-1__line--1 {
  background: #006766;
}

.form-confirm__steps__row-1__line--2 {
  background: #c8c8c8;
}

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

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

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

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

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

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

.form-confirm__steps__row-2__text--2 {
  margin: 0 0 0 11.6rem;
  color: #333;
}

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

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

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

.form-confirm__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-confirm__note {
    margin: 6.5rem 0 0 0;
    font-size: 1.6rem;
  }
}

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

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

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

.form-confirm__main__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4.6rem 0;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 1100px) {
  .form-confirm__main__item {
    display: block;
  }
}

.form-confirm__main__item__label {
  width: 29.3rem;
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
}

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

.form-confirm__main__item__input {
  margin: 0 0 0 4rem;
  width: auto;
  font-size: 1.8rem;
}

@media (max-width: 1100px) {
  .form-confirm__main__item__input {
    margin: 1.3rem 0 0 0;
  }
}

.form-confirm__main__buttons {
  margin: 8rem auto 0;
  display: flex;
  gap: 2.4rem;
}

@media (max-width: 1100px) {
  .form-confirm__main__buttons {
    margin: 6.4rem auto 0;
    gap: 1.5rem;
  }
}

.form-confirm__main__buttons__item {
  width: 40rem;
  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);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1100px) {
  .form-confirm__main__buttons__item {
    width: 16rem;
    height: 7.2rem;
    font-size: 1.5rem;
  }
}

.form-confirm__main__buttons__item--back {
  background: #686868;
}

.form-confirm__main__buttons__item--back:hover {
  color: #fff;
  background: #00a1a0;
}

.form-confirm__main__buttons__item--send {
  background: #006766;
}

.form-confirm__main__buttons__item--send:hover {
  background: #ff5324;
}

.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;
  }
}