html {
  scroll-behavior: smooth;
}
.rc-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    sans-serif;
  padding-top: 48px;
  color: #333;
  background-color: #fffcf8;
}
.sp-layout {
  display: none;
}
@media screen and (max-width: 787px) {
  .sp-layout {
    display: block;
  }
  .pc-layout {
    display: none;
  }
}

.rc-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 787px) {
  .rc-section {
    padding: 40px 16px;
  }
}
.rc-section-inner {
  z-index: 1;
  position: relative;
}
.rc-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .rc-heading {
    font-size: 24px;
    font-weight: 500;
  }
  .rc-heading.rc-merit {
    font-size: 20px;
  }
}
.rc-sub-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .rc-sub-heading {
    font-size: 16px;
    margin-top: 16px;
  }
}
.rc-section-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 787px) {
  .rc-section-btn-wrapper {
    margin-top: 24px;
  }
}
.text-rt-orange {
  color: #fc7400;
}
.loader {
  position: fixed;
  inset: 0;
  background-color: #fff7ec;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Courier New", monospace;
  z-index: 10000;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.loader.fadeout {
  opacity: 0;
}
.typing {
  font-size: 24px;
  color: #fc7400;
  border-right: 2px solid #fc7400;
  white-space: nowrap;
}
