@charset "UTF-8";
html {
  font-size: 4vw;
  color-scheme: dark light;
}

body {
  line-height: 1.6;
  background: #fff;
  color: #333;
  text-align: center;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Noto Sans JP";
}
body.blur {
  overflow: hidden;
}

.sp {
  display: block;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

button {
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h2 {
  font-size: 1.8rem;
  color: #091C4E;
}

p {
  color: #333;
  line-height: 1.8;
  font-weight: 500;
}

strong {
  font-size: 1.4rem;
  font-weight: 900;
}

em {
  font-style: normal;
}

section {
  position: relative;
}

.inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem;
}

img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.red {
  color: #FF0000;
}

.blue {
  color: #0074E8;
}

em {
  font-weight: 700;
}

.strong {
  font-size: 1.6rem;
  font-weight: 900;
}

.line_yellow {
  background-color: #FFF8A3;
}

.line_blue {
  background-color: #D0E7FF;
}

.line_red {
  background-color: #FFD8D8;
}

.lead01 .inner {
  padding-top: 2rem;
}
.lead01 h2 {
  border-bottom: 2px solid #091C4E;
  margin-bottom: 2rem;
  position: relative;
}
.lead01 h2::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.7rem solid #091C4E;
}
.lead01 p em.line_yellow {
  color: #0074E8;
}
.lead01 figure {
  margin: 1rem 0;
}

.lead02 h2 {
  margin-bottom: 1rem;
}
.lead02 figure {
  margin: 1rem 0;
}
.lead02 p em.line_yellow {
  color: #0074E8;
}
.lead02 p.strong {
  margin-bottom: 1rem;
}
.lead02 p.lead02_line_txt {
  margin-bottom: 1rem;
}

.try figure {
  margin: 1.5rem 0 1rem;
}
.try p {
  margin-bottom: 1rem;
}
.try p strong.line_yellow {
  color: #FF0000;
}
.try ul {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.try ul li {
  width: calc(50% - 0.3rem);
}

.cta .inner {
  padding: 0 1rem 2rem;
}
.cta .inner figure {
  width: 9rem;
  height: auto;
  margin: 0 auto 1rem;
  animation: down 1s infinite;
}
.cta .button {
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
  display: block;
}
.cta .button .btn_anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.cta .button .btn_anime::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 10%;
  height: 160%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(25deg);
  animation: shine 2s infinite;
}
.cta.first a::after {
  content: "";
  background-image: url(../img/button_cnt.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 3.3rem;
  height: 5.2rem;
  position: absolute;
  top: 1.6rem;
  right: 0;
  animation: blink 1.5s infinite;
}
.cta.end .inner {
  padding: 0 1rem 3rem;
}

.free_review_01 h2 {
  border-bottom: 2px solid #091C4E;
  margin-bottom: 2rem;
  position: relative;
}
.free_review_01 h2::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.7rem solid #091C4E;
}
.free_review_01 figure {
  width: 18rem;
  height: auto;
  margin: 1rem auto 1.5rem;
}
.free_review_01 figure img {
  border: 1px solid #e0e0e0;
}
.free_review_01 p {
  margin-bottom: 1rem;
}
.free_review_01 p em {
  font-size: 1.2rem;
}

.free_result h2, .free_result p {
  margin-bottom: 1rem;
}
.free_result p em.line_yellow {
  color: #FF0000;
  font-size: 1.3rem;
}
.free_result p em.blue {
  font-size: 1.2rem;
}

.free_review_02 h2, .free_review_02 p {
  margin-bottom: 1rem;
}
.free_review_02 em.blue, .free_review_02 em.red, .free_review_02 em.line_red {
  font-size: 1.2rem;
}

.plan_review h2 {
  font-size: 1.7rem;
  color: #FF8D02;
  border-bottom: 2px solid #FF8D02;
  margin-bottom: 2rem;
  position: relative;
}
.plan_review h2::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.7rem solid #FF8D02;
}
.plan_review figure {
  width: 15.6rem;
  height: auto;
  margin: 1rem auto;
  position: relative;
}
.plan_review figure::after {
  content: "";
  position: absolute;
  top: 12.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.8rem;
  height: 4.2rem;
  background-image: url("../img/plan_spmock_cnt.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  animation: blink 1s infinite;
}
.plan_review p {
  margin-bottom: 1rem;
}
.plan_review p span {
  font-weight: 700;
}
.plan_review p em.red {
  font-size: 1.2rem;
}
.plan_review p em.line_yellow {
  font-size: 1.2rem;
  color: #0074E8;
}

.plan_result h2, .plan_result p {
  margin-bottom: 1rem;
}
.plan_result h3 {
  font-size: 1.1rem;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.3rem;
}
.plan_result h3::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
}
.plan_result ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.5rem 0 1rem;
  padding: 0.6rem 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plan_result ul li {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.2rem;
}
.plan_result ul li::before {
  content: "・";
}
.plan_result p span {
  font-size: 1.2rem;
  font-weight: 700;
}
.plan_result p span strong em {
  font-size: 2rem;
  line-height: 1;
}
.plan_result p em.red {
  font-size: 1.2rem;
  font-weight: 900;
}
.plan_result .plan_result_a {
  margin-bottom: 1.5rem;
}
.plan_result .plan_result_a h3 {
  color: #50BCAF;
}
.plan_result .plan_result_a h3::before {
  background-image: url(../img/plan_result_icon_a.webp);
}
.plan_result .plan_result_a ul {
  background-image: url(../img/plan_result_bg_a.webp);
}
.plan_result .plan_result_b h3 {
  color: #FF8D02;
}
.plan_result .plan_result_b h3::before {
  background-image: url(../img/plan_result_icon_b.webp);
}
.plan_result .plan_result_b ul {
  background-image: url(../img/plan_result_bg_b.webp);
}

.message h2, .message p {
  margin-bottom: 1rem;
}
.message em.red {
  font-size: 1.2rem;
}

footer {
  background-color: #0A6972;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
}
footer ul li a {
  color: #fff;
  text-decoration: underline;
}

.modal {
  position: relative;
  z-index: 100;
  overflow-y: auto;
}
.modal .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.8;
}
.modal section {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 700px;
  max-height: 85vh;
  overflow: visible;
  background: #fff;
  border-radius: 0.5rem;
  transform: scale(1) translate(-50%, -50%);
}
.modal section .closeDialog {
  position: absolute;
  top: -3rem;
  right: 0;
  display: block;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.modal section .inner {
  width: 100%;
  padding: 1.5rem 1rem 1rem;
  margin: auto;
  overflow-y: auto;
}
.modal section .inner h2 {
  width: 100%;
  padding: 0.5rem;
  margin: 0 auto 1rem;
  font-size: 1.3rem;
  color: #50BCAF;
  text-align: center;
  border-bottom: solid 2px #50BCAF;
}
.modal section .inner p {
  text-align: justify;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.modal section .inner dl dt {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.modal section .inner dl dd {
  text-align: left;
}
.modal section .inner dl dd ul.mark {
  margin: 0 0 1.5rem;
}
.modal section .inner dl dd ul.mark li {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.modal section .inner dl dd ul.mark li::before {
  margin-right: 0.3rem;
  content: "・";
}
.modal section .inner ul {
  text-align: left;
  margin-bottom: 1rem;
}
.modal section.privacy dl {
  counter-reset: article 0;
}
.modal section.privacy dl div dt::before {
  content: "第" counter(article) "条 ";
  counter-increment: article 1;
}
.modal section.profile dl {
  margin-bottom: 1.5rem;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (min-width: 744px) {
  html {
    font-size: 18px;
  }
  body {
    width: 100%;
    background-color: #eee;
  }
  body .wrap {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
  }
  .sp {
    display: none;
  }
  h2 {
    font-size: 2rem;
  }
  strong {
    font-size: 1.6rem;
  }
  .strong {
    font-size: 1.8rem;
  }
  .lead01 h2, .free_review_01 h2, .plan_review h2 {
    display: inline-block;
  }
  .try figure {
    width: 27rem;
    height: auto;
    margin: 2rem auto 1rem;
  }
  .try ul {
    width: 27rem;
    gap: 0.8rem;
    margin: 0 auto 1rem;
  }
  .try ul li {
    width: calc(50% - 0.4rem);
  }
  .free_review_01 p em {
    font-size: 1.3rem;
  }
  .free_result p em.line_yellow {
    font-size: 1.4rem;
  }
  .free_result p em.blue {
    font-size: 1.3rem;
  }
  .free_review_02 em.blue, .free_review_02 em.red, .free_review_02 em.line_red {
    font-size: 1.3rem;
  }
  .plan_review h2 {
    font-size: 2rem;
  }
  .plan_review p em.red, .plan_review p em.line_yellow {
    font-size: 1.3rem;
  }
  .plan_result h3 {
    font-size: 1.2rem;
  }
  .plan_result p span {
    font-size: 1.3rem;
  }
  .plan_result p span strong em {
    font-size: 2.2rem;
  }
  .plan_result p em.red {
    font-size: 1.3rem;
  }
  .message em.red {
    font-size: 1.3rem;
  }
  .cta .inner {
    padding: 0 2rem 2rem;
  }
  .cta.first a::after {
    top: 2.4rem;
    right: 0.5rem;
  }
  .cta.end .inner {
    padding: 0 2rem 3rem;
  }
  .modal section .inner {
    padding: 2rem 3rem;
  }
}/*# sourceMappingURL=stylesheet.css.map */