@charset "UTF-8";
/*------------------
googleフォント指定
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&family=Lexend:wght@100..900&display=swap");
/*------------------
color設定
-------------------*/
/*------------------
break point
-------------------*/
/*------------------
スマホ倍率
-------------------*/
/*------------------
header固定時の高さ指定　PC SP ※header fix時に使用
-------------------*/
html {
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

#container {
  width: 100%;
  height: 768px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/*------------------
よく使う横幅
-------------------*/
/*------------------
coming soon時　※jsの変更も必要
-------------------*/
/*------------------
html , body
-------------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  color: #646464;
}

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

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, li {
  list-style: none;
}

input, button, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select, optgroup, option {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  z-index: auto;
  font-style: inherit;
  font-weight: inherit;
}

del {
  text-decoration: none;
  text-decoration: line-through;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup, sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  border: 0px;
  color: #fff;
  background: transparent;
  vertical-align: top;
}

a {
  color: #7dcd00;
}

img {
  width: 100%;
}

br.brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.brsp {
    display: block;
  }
}

br.brpc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.brpc {
    display: none;
  }
}

#app {
  height: 768px;
  position: relative;
  overflow-y: hidden;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex__rev {
  flex-direction: row-reverse;
}

.c-flex__ae {
  align-items: flex-end;
}

.c-flex__sa {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.c-inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-inner__l {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}

.c-inner__s {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}

.c-inner__xs {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}

body {
  color: #0c0c0c;
}

main {
  margin-top: 80px;
  margin: 0;
  padding: 0;
  position: relative;
}

/*------------------
セクション共通の見出し（Figma「LP新案v2 2026-07」準拠）
-------------------*/
.c-section-label {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 14px;
  color: #7dcd00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-label {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 11px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 7px;
  }
}

.c-section-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 62px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 26px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 31px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 13px;
  }
}

.c-section-catch {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 46px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-catch {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 23px;
  }
}

/*==================================================
  LP（Figma「LP新案v2 2026-07」準拠）
  色・サイズ・行間は Figma の実値をそのまま使う。
==================================================*/
/*------------------
セクション共通の上下余白
Figmaは各セクション高さ固定だが、Webでは中身に合わせて伸びる想定。
-------------------*/
.p-problem,
.p-cause,
.p-navi,
.p-hide,
.p-school,
.p-speed,
.p-keep,
.p-line,
.p-cta,
.p-faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-problem,
  .p-cause,
  .p-navi,
  .p-hide,
  .p-school,
  .p-speed,
  .p-keep,
  .p-line,
  .p-cta,
  .p-faq {
    padding: 50px 0;
  }
}

/*------------------
hero
-------------------*/
.p-hero {
  padding: 90px 0 0 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 40px 0 0 0;
  }
}

.p-hero .c-inner {
  align-items: flex-end;
}

.p-hero__content {
  width: 46.6666666667%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    margin-bottom: 20px;
    padding-bottom: 0;
    width: 100%;
    text-align: center;
  }
}

.p-hero__logo {
  margin-bottom: 40px;
  max-width: 100%;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    margin: 0 auto 20px auto;
    width: 240px;
  }
}

.p-hero__lead {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 6px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-hero__lead {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 27px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 4px;
  }
}

.p-hero__lead-key {
  color: #7dcd00;
}

.p-hero__lead-sub {
  color: #ff891b;
}

.p-hero__lead-x {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .p-hero__lead-x {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-hero__sub {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 14px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-hero__sub {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 8px;
  }
}

.p-hero__sub-key {
  color: #7dcd00;
}

.p-hero__cta {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-hero__cta {
    margin-bottom: 7px;
  }
}

.p-hero__cta a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 62px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  padding: 0 44px;
  background: #323232;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-hero__cta a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 47px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 28px;
  }
}

.p-hero__note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-hero__note {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-hero__img {
  width: 59.0476190476%;
  margin-right: -70px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-hero__img {
    width: 100%;
    margin-right: 0;
  }
}

.p-hero__img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

/*------------------
problem（動画）
-------------------*/
.p-problem {
  background: #f5f5f5;
}

.p-problem__movie iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  height: 600px;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-problem__movie iframe {
    width: 320px;
    height: 240px;
  }
}

/*------------------
cause
-------------------*/
.p-cause {
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-cause {
    padding-bottom: 0;
  }
}

.p-cause .c-section-catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-cause .c-section-catch {
    margin-bottom: 20px;
  }
}

.p-cause__img {
  width: 88.2857142857%;
  margin: 0 auto;
}

.p-cause__img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

/*------------------
ai-navigator
-------------------*/
.p-navi {
  background: #f5f5f5;
}

.p-navi__mock {
  margin: 0 auto;
  padding: 90px 40px 40px 40px;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .p-navi__mock {
    padding: 54px 20px 20px 20px;
  }
}

.p-navi__agent {
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-navi__agent {
    gap: 8px;
    margin-bottom: 12px;
  }
}

.p-navi__avatar {
  flex-shrink: 0;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-navi__avatar {
    width: 44px;
  }
}

.p-navi__bubble {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  flex: 1;
  min-width: 0;
  padding: 14px 24px;
  background: #f5f5f5;
  border-radius: 24px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-navi__bubble {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 7px 12px;
  }
}

.p-navi__card {
  margin-bottom: 20px;
  padding: 28px 32px;
  background: #7dcd00;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-navi__card {
    margin-bottom: 10px;
    padding: 14px 16px;
  }
}

.p-navi__pill {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  background: #fff;
  border-radius: 20px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-navi__pill {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 7px;
    padding: 3px 8px;
  }
}

.p-navi__card-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-navi__card-title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 8px;
  }
}

.p-navi__why {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  padding: 12px 18px;
  background: #fff;
  border-radius: 8px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-navi__why {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 6px 9px;
  }
}

.p-navi__groups {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-navi__groups {
    gap: 10px;
  }
}

.p-navi__group {
  width: 31.3235294118%;
  padding: 18px 20px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-navi__group {
    padding: 9px 10px;
    width: 100%;
  }
}

.p-navi__group-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 6px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-navi__group-title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 3px;
  }
}

.p-navi__group-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-navi__group-text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
hide-spell（5ステップ）
-------------------*/
.p-hide {
  background: #fff;
}

.p-hide__steps {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-hide__steps {
    margin-bottom: 12px;
  }
}

.p-hide__step {
  width: 15.4285714286%;
  padding: 20px 0;
  background: #f5f5f5;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hide__step {
    margin-bottom: 10px;
    padding: 10px 0;
    width: 48%;
  }
}

.p-hide__step-name {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-hide__step-name {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}

.p-hide__step-desc {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-hide__step-desc {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-hide__note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hide__note {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
school-english
-------------------*/
.p-school {
  background: #f5f5f5;
}

.p-school__card {
  width: 31.4285714286%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-school__card {
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
  }
}

.p-school__card-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 12px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-school__card-title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 6px;
  }
}

.p-school__card-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-school__card-text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
speed
-------------------*/
.p-speed {
  background: #fff;
}

.p-speed .c-section-catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-speed .c-section-catch {
    margin-bottom: 20px;
  }
}

.p-speed__caption {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 20px;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-speed__caption {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 10px;
  }
}

.p-speed__img {
  margin: 0 auto;
  max-width: 612px;
  width: 100%;
}

/*------------------
keep-going
-------------------*/
.p-keep {
  background: #f5f5f5;
}

.p-keep__stat {
  text-align: center;
}

.p-keep__stat dt {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-keep__stat dt {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 13px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-keep__stat dd {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin: 0;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-keep__stat dd {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-keep__stat dd span {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .p-keep__stat dd span {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 13px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
line-report
-------------------*/
.p-line {
  background: #fff;
}

.p-line__columns {
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-line__columns {
    gap: 15px;
  }
}

.p-line__cards {
  width: 38.0952380952%;
}
@media screen and (max-width: 767px) {
  .p-line__cards {
    width: 100%;
  }
}

.p-line__card {
  margin-bottom: 42px;
  padding: 28px 30px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-line__card {
    margin-bottom: 15px;
    padding: 14px 15px;
  }
}

.p-line__card:last-child {
  margin-bottom: 0;
}

.p-line__card-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 8px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-line__card-title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 4px;
  }
}

.p-line__card-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-line__card-text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
typing-skill
-------------------*/
.p-cta {
  background: #f5f5f5;
}

.p-cta .c-section-catch {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-cta .c-section-catch {
    margin-bottom: 17px;
  }
}

.p-cta__btn {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-bottom: 25px;
  }
}

.p-cta__btn a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 68px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  padding: 0 76px;
  background: #323232;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 51px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 40px;
  }
}

.p-cta__note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-top: 30px;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__note {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-top: 15px;
  }
}

/*------------------
footer
-------------------*/
.l-footer {
  padding: 35px 0 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 18px 0 13px;
  }
}

.l-footer__logo {
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 120px;
  }
}

/*------------------
セクション見出しのキーワード色（緑/オレンジ交互）
-------------------*/
.p-problem .c-section-title strong,
.p-navi .c-section-title strong,
.p-school .c-section-title strong,
.p-keep .c-section-title strong,
.p-cta .c-section-title strong {
  color: #7dcd00;
}

.p-cause .c-section-title strong,
.p-hide .c-section-title strong,
.p-speed .c-section-title strong,
.p-line .c-section-title strong {
  color: #ff891b;
}

/*------------------
p-keep モック画像
-------------------*/
/*------------------
p-line トーク画像
-------------------*/
.p-line__talk-img {
  width: 59.0476190476%;
}
@media screen and (max-width: 767px) {
  .p-line__talk-img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.p-line__talk-img img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------
料金プラン（旧LPのデザインを踏襲）
-------------------*/
.p-regist .p-regist__btn {
  width: 47.1428571429%;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  --leading-trim: calc((1em - 1lh) / 2);
  border-radius: 15px;
  background: #fff;
  padding-top: 48px;
  text-align: center;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .p-regist .p-regist__btn {
    width: 80%;
    margin: 0 auto 12px auto;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding-top: 30px;
    height: 85px;
  }
}
.p-regist .p-regist__btn strong {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .p-regist .p-regist__btn strong {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.p-regist .p-regist__btn b {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 40px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .p-regist .p-regist__btn b {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.p-regist .p-regist__btn small {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-regist .p-regist__btn small {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
.p-regist .p-regist__btn:nth-child(1) b {
  color: #7dcd00;
}
.p-regist .p-regist__btn:nth-child(2) b {
  color: #ff891b;
}

/*------------------
p-keep モック画像（4枚・2列）
-------------------*/
.p-keep__mocks {
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-keep__mocks {
    gap: 15px;
  }
}

.p-keep__shot {
  padding: 76px 26px 26px 26px;
}
@media screen and (max-width: 767px) {
  .p-keep__shot {
    padding: 46px 12px 12px 12px;
  }
}

.p-keep__mock {
  width: 48.0961923848%;
}
@media screen and (max-width: 767px) {
  .p-keep__mock {
    width: 100%;
  }
}

.p-keep__mock img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------
スクリーンショット用のウィンドウ枠
実画面のキャプチャであることを、文字を使わず枠のあしらいで示す
-------------------*/
.c-shot {
  padding-top: 60px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .c-shot {
    padding-top: 40px;
    border-radius: 7px;
  }
}

.c-shot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-shot::before {
    height: 24px;
  }
}

.c-shot::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  box-shadow: 14px 0 0 #e0e0e0, 28px 0 0 #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-shot::after {
    top: 9px;
    left: 10px;
    width: 6px;
    height: 6px;
    box-shadow: 10px 0 0 #e0e0e0, 20px 0 0 #e0e0e0;
  }
}

.c-shot img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------
スクリーンショット枠（スマホ）
LINEのトーク画面はPCではないので、ブラウザ枠ではなく端末風の枠にする
-------------------*/
.c-shot__sp {
  padding-top: 26px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .c-shot__sp {
    padding-top: 20px;
    border-radius: 16px;
  }
}

.c-shot__sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-shot__sp::before {
    height: 20px;
  }
}

.c-shot__sp::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 5px;
  border-radius: 3px;
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-shot__sp::after {
    top: 8px;
    width: 40px;
    height: 4px;
  }
}

.c-shot__sp img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------
hero の価格表示（保護者が最初に知りたい情報）
-------------------*/
.p-hero__sub-price {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-hero__sub-price {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 17px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

/*------------------
スクリーンショットの注記
-------------------*/
.c-shot__note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-top: 10px;
  color: #646464;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-shot__note {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 13px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-top: 6px;
  }
}

.p-line__talk-col {
  width: 59.0476190476%;
}
@media screen and (max-width: 767px) {
  .p-line__talk-col {
    width: 100%;
    margin-bottom: 25px;
  }
}

.p-line__talk-col .p-line__talk-img {
  width: 100%;
}

.p-navi .c-shot__note {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

/*------------------
FAQ（CTAの次＝白背景）
-------------------*/
.p-faq {
  background: #fff;
}

.p-faq__list {
  margin: 0 auto;
  max-width: 800px;
}

.p-faq__item {
  padding: 26px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 16px 0;
  }
}

.p-faq__item:first-child {
  border-top: 1px solid #e0e0e0;
}

.p-faq__q {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  position: relative;
  padding-left: 34px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding-left: 24px;
  }
}

.p-faq__q::before {
  content: "Q";
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  position: absolute;
  top: 0;
  left: 0;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-faq__a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-top: 10px;
  padding-left: 34px;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-top: 6px;
    padding-left: 24px;
  }
}

/*------------------
FAQ下のCTA（最後の一押し）
-------------------*/
.p-faq__cta {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__cta {
    margin-top: 28px;
  }
}

.p-faq__cta a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 68px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  padding: 0 76px;
  background: #323232;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-faq__cta a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 51px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 0 40px;
  }
}

/*# sourceMappingURL=styles.css.map */
