@charset "UTF-8";
body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html, body {
  overscroll-behavior: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

input {
  -webkit-appearance: none;
  appearance: none; }

.clrfx::after {
  content: "";
  display: block;
  clear: both; }

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.05em;
  font-feature-settings: "palt"; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: separate; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0; }

img, abbr, acronym, fieldset {
  border: 0; }

img {
  width: 100%;
  height: auto; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  letter-spacing: 0.05em; }

*:focus {
  outline: none; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FONT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp_contents {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

@media screen and (min-width: 500px) {
  .sp_contents {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); } }
.lp__h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px; }
  .lp__h2 span {
    color: #2DC28A; }

.fv__bg {
  background-image: url(../img/bg__fv.webp);
  background-size: cover;
  background-position: top center; }

#lp__fv .fv__top_copy {
  background: #fff;
  padding: 20px 0;
  line-height: 1.8;
  text-align: center;
  font-size: 14px; }
  #lp__fv .fv__top_copy span {
    color: #60b77c;
    text-decoration: underline;
    font-weight: 700; }
#lp__fv .fv__contents {
  margin-top: 35px;
  margin-bottom: 90px;
  padding: 0 40px; }
  #lp__fv .fv__contents .fv__ttl {
    margin-bottom: 30px; }
  #lp__fv .fv__contents .fv__txt_yt {
    margin-bottom: 20px; }
  #lp__fv .fv__contents .fv__youtube a {
    margin-bottom: 15px; }

#lp__problem {
  padding: 0 25px; }
  #lp__problem .problem__bubble {
    margin-bottom: 50px; }

#lp__question {
  background-image: url(../img/bg_question.webp);
  background-size: cover;
  background-position: top center;
  padding: 55px 25px 50px;
  position: relative; }
  #lp__question::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #fff; }
  #lp__question .lp__h2 {
    color: #fff; }
  #lp__question .lp__question_frame {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 25px 25px; }
    #lp__question .lp__question_frame .question_txt {
      font-size: 13px;
      text-align: center;
      line-height: 1.8;
      margin-top: 15px;
      margin-bottom: 30px; }
    #lp__question .lp__question_frame .notice_line {
      width: 90%;
      margin: 0 auto 15px; }

#lp__profile {
  padding: 50px 25px 70px; }
  #lp__profile .profile_contents {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px 20px; }
  #lp__profile p {
    text-align: justify;
    line-height: 1.75;
    font-size: 13px;
    letter-spacing: 0.075em;
    margin-top: 25px;
    margin-bottom: 20px; }
  #lp__profile a {
    background: #2DC28A;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    position: relative; }
    #lp__profile a:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      width: 4px;
      height: 4px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: translateY(-50%) rotate(45deg); }

footer {
  padding-bottom: 100px; }
  footer .footer__logo {
    width: 220px;
    margin: 0 auto 20px; }
  footer p {
    text-align: center;
    font-size: 10px;
    color: #999;
    padding-bottom: 50px; }

.cta__line {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 30px; }
  .cta__line a {
    width: 80%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(4px 4px 0px #007e00); }
    .cta__line a:hover {
      filter: none;
      opacity: 1; }

@media screen and (min-width: 420px) {
  #lp__problem {
    padding: 0 50px; }

  #lp__question {
    padding: 55px 50px 50px; }
    #lp__question .lp__question_frame {
      padding: 30px 40px; }

  #lp__profile {
    padding: 50px 50px 70px; }
    #lp__profile .profile_contents {
      padding: 30px; } }
