@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
#article_lp ul.list li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
#article_lp ul.list li,
figure {
  margin: 0;
}

ul:not([class]),
ol,
li:not([class]),
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#article_lp,
.wrapper,
.footer {
  overflow: hidden;
  scroll-behavior: smooth;
  font-size: 22px !important;
  font-family: Hiragino Sans, Arial, sans-serif !important;
  color: #000000 !important;
  line-height: 1.8 !important;
  margin: 0 auto;
  inline-size: min(100%, 750px);
  word-wrap: break-word;
}

.sp-only {
  display: none;
}

.lg-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .lg-only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
  .lg-only {
    display: none;
  }
}
#article_lp {
  text-align: center;
}
#article_lp a {
  transition: 0.3s;
}
#article_lp a:hover {
  opacity: 0.8;
}
#article_lp img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}
#article_lp .inner_layout {
  padding: 0;
  position: relative;
}
#article_lp .h1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
#article_lp .fv01 {
  grid-area: 1/1/3/2;
  align-self: self-end;
}
#article_lp .fv02 {
  grid-area: 1/2/3/3;
  justify-self: stretch;
  align-self: center;
}
#article_lp .fv03 {
  grid-area: 2/1/4/2;
  z-index: 1;
  align-self: center;
}
#article_lp .fv04 {
  grid-area: 3/1/5/3;
}
#article_lp h2,
#article_lp h3 {
  font-size: 2.8rem;
}
#article_lp h2 {
  background-color: #d9d9d9;
}
#article_lp h2:not([class]),
#article_lp h2.red.back_y {
  padding: 20px 4px;
}
#article_lp h2 .gray,
#article_lp h2 .black {
  display: block;
  padding: 24px 8px;
}
#article_lp h2 .gray {
  font-size: 3.2rem;
}
#article_lp h2 .black {
  font-size: 2.6rem;
  background-color: #000;
  color: #fff;
}
#article_lp h3 {
  background-color: #d9d9d9;
  inline-size: fit-content;
  margin-inline: auto;
  height: auto;
  padding: 10px 20px;
  margin-block: 30px;
}
#article_lp p,
#article_lp ul.list li {
  margin-block: 30px;
}
/* #article_lp div:not(.point, .midashi, .footer_inner, .lpc) {
  inline-size: fit-content;
  margin-inline: auto;
} */
#article_lp span:not([class]) {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#article_lp .big {
  font-size: 2.4rem;
}
#article_lp .small {
  font-size: 1rem;
}
#article_lp .small2 {
  font-size: 0.8rem;
  display: flex;
  margin-inline-start: auto;
  inline-size: fit-content;
}
#article_lp .red {
  color: #f00;
}
#article_lp .back_y {
  background-color: #ff0;
}
#article_lp figure:not([class]) {
  margin: 30px auto;
}
#article_lp figure figcaption {
  padding-block-end: 30px;
}
#article_lp p em,
#article_lp ul.list li em {
  font-size: 25px;
  color: rgb(161, 0, 0);
}
#article_lp p b,
#article_lp ul.list li b {
  font-weight: 700;
}
#article_lp .interview_question {
  text-align: left;
  display: block;
  color: #d9d9d9;
  background: #003058;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 30px auto 0;
}
#article_lp ul {
  padding: 30px;
  display: inline-block;
  font-weight: 600;
  list-style-type: none;
  inline-size: fit-content;
  margin-inline: auto;
}
#article_lp ul li {
  font-size: 1.8rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
  text-align: left;
}
#article_lp ul li.check:before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11px;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #4caf50;
  color: white;
  border-radius: 3px;
  font-size: 22px;
}
#article_lp ul:not([class]) li span:nth-of-type(1) {
  font-size: 11px;
  color: #5bb1ba;
  margin-right: 10px;
  vertical-align: 4px;
  background: none;
}
#article_lp ul.list {
  padding: 30px 50px;
  background-color: #f4f3f2;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  list-style-type: disc !important;
}
#article_lp ul.list li {
  margin: 0;
  list-style-type: disc !important;
  font-weight: bold;
}
#article_lp .btn {
  display: block;
  width: 600px;
  height: 90px;
  line-height: 84px;
  border-radius: 45px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: 3px solid #fff;
  margin: 10px auto 60px;
  background: linear-gradient(180deg, #d63b12 0%, #ee6a47 25%, #ee6a47 51%, #d63b12 100%);
  box-shadow: 3px 1px 6px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
#article_lp .voice_box {
  padding: 30px;
  inline-size: 100% !important;
  background: #ffffc5;
  border-radius: 20px;
  margin: 40px auto 80px;
  position: relative;
}
#article_lp .voice_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffc5;
  border-left: 20px solid transparent;
}
#article_lp .voice_box .voice_thumb_left {
  position: absolute;
  top: -90px;
  left: -90px;
  width: 120px;
}
#article_lp .voice_box .voice_thumb_right {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 120px;
}
#article_lp .voice_box p,
#article_lp .voice_box ul.list li,
#article_lp ul.list .voice_box li {
  font-size: 26px;
  text-align: left;
}
#article_lp .mv .inner_layout {
  padding-top: 40px;
}
#article_lp .mv .inner_layout figure {
  margin: 0 auto -80px;
}
@media only screen and (max-width: 768px) {
  #article_lp {
    font-size: 1rem !important;
  }

  #article_lp .mv .inner_layout .inner_layout {
    max-width: 100%;
    padding: 0;
  }
  #article_lp .mv .inner_layout .inner_layout figure {
    margin: 0 auto;
  }
}
#article_lp .point {
  margin: 30px auto;
}
#article_lp .point .midashi {
  background-color: #d9d9d9;
  padding: 4px 20px;
  inline-size: fit-content;
}
#article_lp .point div:not([class]) {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  inline-size: 100%;
  padding: 20px;
  font-size: 2rem;
}

#article_lp footer p,
#article_lp footer ul.list li,
#article_lp ul.list footer li {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/*--------------------------------------------------------

CTAボタン START

--------------------------------------------------------*/
.btn_anime {
  animation: hoverShake 0.6s infinite ease-in;
}

@keyframes hoverShake {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  35% {
    transform: skew(-1deg, -1deg);
  }
  45% {
    transform: skew(1deg, 1deg);
  }
  60% {
    transform: skew(0deg, 0deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}
@media only screen and (max-width: 768px) {
  #article_lp .inner_layout {
    max-width: 95%;
    margin-inline: auto;
    padding: 40px 0 0;
    text-align: center;
  }
  #article_lp .big {
    font-size: 1.4rem;
  }
  #article_lp .interview_question {
    padding: 10px 20px;
  }
  #article_lp ul {
    padding: 20px;
    text-align: left;
  }
  #article_lp ul:not([class]) li {
    font-size: 18px;
    margin-inline-start: 0.5em;
  }
  #article_lp ul.list {
    padding: 10px 10px 10px 40px;
  }
  #article_lp ul.list li {
    margin-block-start: 0;
  }
  #article_lp ul li span:nth-of-type(1) {
    font-size: 11px;
    color: #5bb1ba;
    margin-right: 10px;
    vertical-align: 4px;
    background: none;
  }
  #article_lp ul li span {
    font-size: 20px;
    vertical-align: 1px;
  }
  #article_lp .btn {
    width: 100%;
    height: 60px;
    line-height: 54px;
    font-size: 20px;
    margin: 0 auto;
  }
  #article_lp .img_sp {
    display: block;
  }
  #article_lp .img_pc {
    display: none;
  }
  #article_lp .voice_thumb_left {
    top: -60px;
    left: -50px;
    width: 70px;
  }
  #article_lp .voice_thumb_right {
    top: -60px;
    right: -50px;
    width: 70px;
  }
  #article_lp .note2 {
    font-size: 11px;
    text-align: center;
    margin-right: 0;
  }
} /*# sourceMappingURL=style.css.map */
