html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  color-scheme: dark light;
  background: #fff;
}

body.blur {
  overflow: hidden !important;
}

main {
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.wrap {
  min-height: 100vh;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
}

section {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  margin: 3rem auto;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

li {
  list-style: none;
}

a,
button {
  color: #333;
  cursor: pointer !important;
  transition: 0.3s;
}

input {
  color: #000;
}

em {
  font-style: normal;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.tab {
  display: block;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-weight: bold;
}

.blk_ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 1rem;
  margin: 1rem auto 2rem;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(-25deg, #000 50%, #484848 0);
  transform: translateY(2rem);
}
.blk_ttl::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1.8rem;
  height: 1.1rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background: #000;
  transform: translateX(-50%);
}
.blk_ttl.active {
  transform: translateY(0);
}

.deco_ttl {
  padding: 0 1rem;
  margin: 2rem auto 1rem;
  transform: translateY(2rem);
}
.deco_ttl.active {
  transform: translateY(0);
}

.correct {
  position: relative;
  align-content: center;
  min-height: 7.5rem;
  margin: 1.5rem auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.correct::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 7.5rem;
  content: "";
  background: url(../img/correct_bg.webp) no-repeat center/contain;
  opacity: 0;
  transform: translate(0, 0) scale(1.2);
}
.correct span {
  color: #e91b00;
}
.correct em {
  font-size: 1.6rem;
}
.correct.anime {
  opacity: 1;
}
.correct.active::after {
  z-index: 0;
  opacity: 1;
  transition-duration: 0.2s;
  transform: translate(0, 0) scale(1);
}

.marker {
  background: linear-gradient(#ffeb00 0 0) no-repeat;
  background-position: left bottom;
  background-size: 0% 40%;
  transition: background-size 0.4s ease;
}
.marker.anime {
  opacity: 1;
}
.marker.on {
  background-size: 100% 40%;
}

h2 {
  font-size: 1.66rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
h2 strong {
  font-size: 1.2em;
  font-weight: bolder;
  color: #e91b00;
}

.h2_01 {
  align-content: center;
  height: 8.53rem;
  padding-bottom: 1rem;
  text-shadow: 0 0 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
  background: url(../img/h2_bg01.webp) no-repeat center/contain;
}

.h2_02 {
  align-content: center;
  height: 7.6rem;
  text-shadow: 0 0 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
  background: url(../img/h2_bg02.webp) no-repeat center/contain;
}

figure {
  margin: 1.3rem auto;
}

.mv {
  padding: 0;
  margin-top: 0;
}

.cta {
  padding: 0;
}
.cta h2 {
  padding: 0 1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.cta .lead {
  padding: 0 1rem;
}
.cta .lead figcaption {
  font-size: 1.3rem;
  text-align: center;
}
.cta .mock {
  padding: 1.3rem 1rem;
  background: url(../img/focus.webp) no-repeat center/cover;
}
.cta a {
  display: inline-block;
  animation: fuwafuwa 1s linear infinite;
}
.cta a img {
  padding: 0 1rem;
}
.cta dl dt figure img {
  width: 16.4rem;
}
.cta dl dt figure figcaption {
  margin: 2rem auto;
  font-size: 1.33rem;
  font-weight: bold;
  text-align: center;
}
.cta dl dt figure figcaption strong {
  color: #e91b00;
}

.cnt1 p {
  font-size: 1.4rem;
  font-weight: bold;
}
.cnt1 p strong {
  color: #e91b00;
}
.cnt1 p span {
  display: block;
  padding: 0.8rem 0.2rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  background: #f2f2f2;
}
.cnt1 p span em {
  color: #043174;
}

.cnt3 h2 {
  font-size: 1.5rem;
}
.cnt3 figure figcaption {
  margin: 0.5rem auto;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.cnt3 figure figcaption strong {
  color: #ff0817;
}

.cnt4 ul li,
.cnt5 ul li {
  position: relative;
  margin: 0 0 0.5rem 1.3rem;
  font-size: 0.9rem;
  color: #4b4b4b;
  border-bottom: dotted 3px #4b4b4b;
}
.cnt4 ul li::before,
.cnt5 ul li::before {
  position: absolute;
  top: 0.3rem;
  left: -1.3rem;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: url(../img/check_icon.webp) no-repeat center/contain;
}

.cnt4 dl dt {
  position: relative;
  margin-bottom: 5rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.cnt4 dl dt::after {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  width: 3.2rem;
  height: 2.8rem;
  content: "";
  background: url(../img/arrow.webp) no-repeat center/contain;
  transform: translateX(-50%);
}
.cnt4 dl dd a {
  display: inline-block;
  animation: fuwafuwa 1s linear infinite;
}

.cnt5 figure figcaption {
  position: relative;
  margin: 1rem auto 5rem;
  font-size: 1.66rem;
  text-align: center;
}
.cnt5 figure figcaption strong {
  font-size: 2.3rem;
  text-align: center;
}
.cnt5 figure figcaption strong::after {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  width: 3.2rem;
  height: 2.8rem;
  content: "";
  background: url(../img/arrow.webp) no-repeat center/contain;
  transform: translateX(-50%);
}

footer {
  padding: 2rem 0;
  background: #d6d6d6;
}
footer .toTop {
  position: fixed;
  right: -5rem;
  bottom: 0.5rem;
  z-index: 10;
  width: 3rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
footer .toTop.active {
  right: 0.5rem;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  width: 18rem;
  margin: 0 auto;
}
footer nav a {
  font-size: 0.8rem;
  font-weight: 600;
}

.modal {
  position: relative;
  z-index: 100;
  display: none;
  overflow-y: auto;
}
.modal .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.85;
}
.modal section {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 730px;
  max-height: 70vh;
  background: #fff;
  transform: scale(1) translate(-50%, -50%);
}
.modal section .close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  display: block;
  width: 2rem;
  cursor: pointer;
}
.modal section .modal_inner {
  width: 100%;
  padding: 1rem;
  margin: auto;
  overflow-y: auto;
}
.modal section .modal_inner h2 {
  width: 100%;
  padding: 0.2rem 0;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  color: #f00;
  text-align: center;
}
.modal section .modal_inner p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.modal section .modal_inner ul li {
  font-size: 1rem;
  color: #333;
}
.modal section.inquiry .inquiry_mail a {
  text-decoration: underline;
}

.anime {
  opacity: 0;
}
.anime.active {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translate(0, 0) scale(1);
}
.anime.zoom {
  transform: scale(0.8);
}
.anime.active.zoom {
  transform: scale(1);
}

@keyframes fuwafuwa {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 744px) {
  html {
    font-size: 20px;
  }
  main {
    max-width: 620px;
  }
}/*# sourceMappingURL=style.css.map */