@charset "UTF-8";
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Quicksand", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN,", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1920px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: inline-block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}

.c_red {
  color: #f14f47;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=====================
ヘッダー
=====================*/
header {
  background-color: #fafafa;
}

.header---inner {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 img {
  width: 56%;
}

.detail a {
  text-decoration: none;
  color: #f19210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.detail a > p {
  font-weight: 600;
  font-size: 17px;
  color: #555555;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .detail a > p {
    font-size: 28px;
  }
}
.detail a > p:first-child {
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  color: #fff;
  padding: 5px 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .detail a > p:first-child {
    font-size: 16px;
  }
}
.detail p {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .detail p {
    font-size: 16px;
  }
}

.line {
  height: 5px;
  position: relative;
  background-color: #f19210;
}
.line::before {
  content: "";
  background-image: linear-gradient(to right, #27d1e8, #27d1e8 100px, transparent 100px, transparent 200px);
  background-size: 200px 5px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mv {
  background-image: url(../../../img/lp/kids20220425/fv-bg_pc.jpg);
  background-size: contain;
}

.main {
  padding: 90px 0 200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.kid {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: -10%;
}

.mom {
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 1%;
}

.main > p {
  color: #f19210;
  font-size: 2.7rem;
  font-weight: 600;
}
.main > p span {
  color: #27d1e8;
  font-size: 2.5rem;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate p {
  color: #e42837;
  font-size: 8.5rem;
  font-weight: 500;
}
.rate p:first-child {
  font-size: 5rem;
  width: 39%;
  font-weight: 600;
}
.rate p:first-child span {
  font-size: 6rem;
  background-color: #fff;
  margin-right: 7px;
  padding: 0 4%;
  border-radius: 10px;
}
.rate p:nth-child(2) span {
  font-size: 4.5rem;
}

.point {
  margin-left: 17%;
  position: absolute;
  z-index: 2;
  margin-top: 3%;
}
.point p {
  background-color: #fff;
  width: 100%;
  border-radius: 25px;
  padding: 0.5rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(116, 116, 116, 0.37);
          box-shadow: 2px 2px 4px rgba(116, 116, 116, 0.37);
}
.point p:nth-child(1):before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/crown.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-right: 5px;
  background-size: contain;
  vertical-align: middle;
}
.point p:nth-child(1) span {
  color: #ee9f32;
}
.point p:nth-child(2) {
  text-align: left;
  width: 82%;
  padding-left: 43px;
  position: relative;
}
.point p:nth-child(2) span {
  color: #27d1e8;
}
.point p:nth-child(2):before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pencil.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  left: 7px;
  bottom: 8px;
}

.PassRecord {
  background-color: #d4f9ff;
  padding-bottom: 40px;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 132px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f19210;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ribbon h2 {
  margin: 0;
  padding: 10px 90px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.ribbon h2 span {
  font-size: 3rem;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #d4f9ff;
  border-style: solid;
}
.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 66px 30px 66px 0px;
  border-color: transparent #d4f9ff transparent transparent;
  border-style: solid;
}

.slider {
  width: 800px;
  margin: 40px auto;
}

.card {
  width: 30%;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 220px;
  margin: 28px;
  -webkit-box-shadow: 3px 4px 10px rgba(109, 187, 197, 0.5058823529);
          box-shadow: 3px 4px 10px rgba(109, 187, 197, 0.5058823529);
  position: relative;
}
.card::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/sakura.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -20px;
  left: -40px;
}
.card h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.card p {
  text-align: center;
  font-size: 3.5rem;
  color: #28d3e8;
  font-weight: 500;
}
.card p span {
  font-size: 2rem;
}

/* ---------SP------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    margin: 0 auto;
    width: 100%;
  }
  .header---inner {
    max-width: none;
    width: 100%;
    padding: 3%;
  }
  h1 {
    width: 27%;
  }
  h1 img {
    width: 100%;
  }
  .detail {
    width: 67%;
  }
  .mv {
    background-image: url(../../../img/lp/kids20220425/fv-bg_sp.jpg);
  }
  .main {
    width: 100%;
    padding: 8% 0 48% 3.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main > p {
    color: #f19210;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .main > p span {
    color: #27d1e8;
    font-size: 2.4rem;
    display: block;
  }
  .rate {
    display: block;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 5rem;
  }
  .rate p {
    color: #e42837;
    font-size: 5rem;
    font-weight: 500;
  }
  .rate p:first-child {
    font-size: 4rem;
    width: 100%;
    font-weight: 600;
  }
  .rate p:first-child span {
    font-size: 3.2rem;
    padding: 0 2.5%;
    margin-right: 5px;
  }
  .rate p:nth-child(2) {
    letter-spacing: -0.2rem;
  }
  .rate p:nth-child(2) span {
    font-size: 3.5rem;
  }
  .point {
    margin-left: 0%;
    width: 93%;
    bottom: -7%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  .point p {
    font-size: 1rem;
    letter-spacing: 0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .point p:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  .kid {
    width: 100%;
    right: 0%;
  }
  .mom {
    width: 21%;
    bottom: 17%;
    left: 6%;
  }
  .point p:nth-child(2) {
    padding-left: 10%;
  }
  .point p:nth-child(1):before {
    width: 20px;
    height: 20px;
    margin-right: 1%;
  }
  .point p:nth-child(2):before {
    width: 21px;
    height: 25px;
    left: 1%;
    bottom: 8px;
  }
  .ribbon {
    width: 80%;
    height: 116px;
  }
  .ribbon:before {
    border-width: 58px 0px 58px 30px;
  }
  .ribbon:after {
    border-width: 58px 30px 58px 0px;
  }
  .ribbon h2 {
    margin: 0;
    padding: 1% 12%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 42px;
    font-size: 1.2rem;
  }
  .ribbon h2 span {
    font-size: 2.4rem;
  }
  .PassRecord {
    overflow: hidden;
  }
  .slider {
    width: 90%;
    margin: 10px auto;
  }
  .card {
    height: 180px;
    margin: 40px 15px;
  }
  .card p {
    text-align: center;
    font-size: 3rem;
    color: #28d3e8;
    font-weight: 500;
  }
  .card h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .card p {
    font-size: 3rem;
  }
  .card::before {
    width: 55px;
    height: 55px;
  }
}
/*===================
MIX ADD
===================*/
.mf-enabled .mf-aside-wrapper,
.mf-enabled .mf-footer-wrapper,
.mf-enabled .mf-header-wrapper,
.mf-enabled .mf-main-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

:not(.mf-section-wrapper-column) > .mf-section-wrapper.mf-align-left, :not(.mf-section-wrapper-column) > .mf-section-wrapper.mf-autolayout-left {
  clear: both;
  float: none;
}

.mf-section-wrapper-column,
:not(.mf-section-wrapper-column) > .mf-section-wrapper {
  width: 100%;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  float: none;
  clear: both;
  letter-spacing: initial;
  padding: 0;
  margin: 0;
  margin: 0 !important;
}

#footer {
  display: none !important;
}

/*======================================================================================================
共通
======================================================================================================*/
.xs_visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .xs_visible {
    display: none;
  }
}

.xs_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .xs_hidden {
    display: block;
  }
}

/*=================
メインビジュアル
=================*/
.mainvisualSection {
  padding: 0;
  margin: 0;
  position: relative;
}
.mainvisualSection .mainvisualImg img {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mv-bt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mv-bt .mv-bt-bg {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .mv-bt .mv-bt-bg {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1921px) {
  .mv-bt .mv-bt-bg {
    max-width: 1500px;
  }
}
.mv-bt .mv-bt-bg .mv-bt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 650px;
  margin: 0px auto 20px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .mv-bt .mv-bt-bg .mv-bt-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0px auto 20px;
    font-size: 1.6rem;
    padding-top: 15px;
  }
}
.mv-bt .mv-bt-bg .mv-bt-inner p {
  color: #238ab6;
  background-color: #d2e8f1;
  width: 100%;
  max-width: calc(33.3333333333% - 33px);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv-bt .mv-bt-bg .mv-bt-inner p {
    font-size: 20px;
  }
}
.mv-bt .mv-bt-bg .mv-bt-inner p span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.mv-bt .mv-bt-bg .mv-bt-inner p::after {
  content: "×";
  font-size: 49px;
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  line-height: 1;
}
.mv-bt .mv-bt-bg .mv-bt-inner p:last-child::after {
  display: none;
}
.mv-bt .mv-bt-bg .min {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .mv-bt .mv-bt-bg .min {
    text-align: center;
  }
}

/*=================
３つの特徴
=================*/
.feature-area {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .feature-area {
    padding: 90px 0 60px;
  }
}
.feature-area .feature-area-headline {
  text-align: center;
  line-height: 1;
  margin: 0 0 90px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-area-headline {
    margin: 0 0 120px;
  }
}
.feature-area .feature-area-headline img {
  display: inline-block;
  max-width: 799px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    max-width: 1500px;
  }
}
.feature-area .feature-inner .box {
  width: 100%;
  margin: 0 0 90px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box {
    margin: 0 15px 30px;
    max-width: calc(33.3333333333% - 30px);
  }
}
.feature-area .feature-inner .box .box-inner {
  position: relative;
  padding: 60px 15px 30px;
  background-color: #f8847e;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box .box-inner {
    padding: 90px 15px 30px;
  }
}
.feature-area .feature-inner .box .box-inner .feature-icon {
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box .box-inner .feature-icon {
    top: -102px;
  }
}
.feature-area .feature-inner .box .box-inner .feature-icon img {
  line-height: 1;
  vertical-align: top;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box .box-inner .feature-icon img {
    max-width: 240px;
  }
}
.feature-area .feature-inner .box .box-inner h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box .box-inner h3 {
    font-size: 24px;
  }
}
.feature-area .feature-inner .box .box-inner p {
  margin: 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box .box-inner p {
    font-size: 19px;
  }
}
.feature-area .feature-inner .box .box-inner::after {
  content: "01";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -22px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.2;
  font-size: 160px;
  font-weight: 600;
}
.feature-area .feature-inner .box.--blue .box-inner {
  background-color: #779fc4;
}
.feature-area .feature-inner .box.--blue .box-inner::after {
  content: "02";
}
.feature-area .feature-inner .box.--green .box-inner {
  background-color: #5eb990;
}
.feature-area .feature-inner .box.--green .box-inner::after {
  content: "03";
}

/*=================
CTAエリア
=================*/
.cta-area {
  background-color: #f3f1eb;
  padding: 65px 0 50px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .cta-area {
    padding: 45px 0 30px;
  }
}
.cta-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  position: absolute;
  top: -25px;
  left: 0;
  background-image: url(../../../img/lp/kids20220425/deco_nami_top.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cta-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  position: absolute;
  bottom: -25px;
  left: 0;
  background-image: url(../../../img/lp/kids20220425/deco_nami_bottom.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cta-area h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ff7474;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cta-area h2 {
    font-size: 60px;
  }
}
.cta-area h2 span {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 5px dotted #ff7474;
}
.cta-area p {
  text-align: center;
  color: #555555;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta-area p {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
.cta-area .tel-inner {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-area .tel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-area p img,
  .cta-area div img {
    max-width: 320px;
    margin: auto;
  }
}
.cta-area p.tel,
.cta-area div.tel {
  font-size: 40px;
  position: relative;
  font-weight: 500;
  color: #555555;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-area p.tel,
  .cta-area div.tel {
    font-size: 50px;
    text-align: left;
  }
}
.cta-area p.tel .el_center,
.cta-area div.tel .el_center {
  position: relative;
  padding: 0 0 0 35px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cta-area p.tel .el_center,
  .cta-area div.tel .el_center {
    padding: 0 0 0 45px;
  }
}
.cta-area p.tel .el_center::before,
.cta-area div.tel .el_center::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/tel-icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cta-area p.tel .el_center::before,
  .cta-area div.tel .el_center::before {
    width: 40px;
    height: 40px;
    top: 11px;
  }
}
.cta-area a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cta-area a {
    font-size: 28px;
  }
}
.cta-area a .cta {
  width: 400px;
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  text-align: center;
  border-radius: 60px;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0px 10px 0px #c94545;
          box-shadow: 0px 10px 0px #c94545;
}
@media screen and (max-width: 767px) {
  .cta-area a .cta {
    width: 85%;
    margin-left: 0px;
    margin: 20px auto 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgb(255, 174, 116);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
    background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
    text-align: center;
    border-radius: 60px;
    padding: 15px;
    -webkit-box-shadow: 0px 10px 0px #c94545;
            box-shadow: 0px 10px 0px #c94545;
  }
}
.cta-area .left .el_label {
  display: inline-block;
  padding: 1px 14px 3px;
  line-height: 1.4;
  border-radius: 20px;
  margin-right: 20px;
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta-area .left .el_label {
    font-size: 24px;
  }
}

/*=================
悩み
=================*/
.nayami-area {
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .nayami-area {
    padding: 100px 0 70px;
  }
}
.nayami-area .nayami-inner {
  background-image: url(../../../img/lp/kids20220425/common_bg.png);
  background-repeat: no-repeat;
}
.nayami-area .nayami-area-headline {
  text-align: center;
  margin: 0 0 30px;
}
.nayami-area .nayami-area-headline img {
  display: inline-block;
  width: 100%;
  max-width: 561px;
}
.nayami-area .nayami-area-img {
  text-align: center;
  margin: 0 0 30px;
}
.nayami-area .nayami-area-img img {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  width: 100%;
  max-width: 1050px;
}

/*=================
おまかせください
=================*/
.nayami-bt-area {
  padding: 60px 0 20px;
  background-image: url(../../../img/lp/kids20220425/kids_goal_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .nayami-bt-area {
    padding: 100px 0 20px;
  }
}
.nayami-bt-area .nayami-bt-area-headline {
  text-align: center;
  margin: 0 0 30px;
}
.nayami-bt-area .nayami-bt-area-headline img {
  display: inline-block;
  width: 100%;
  max-width: 1043px;
}

/*=================
AIQ(アイキュー)の合格メソッド
=================*/
.method {
  max-width: 1200px;
  padding: 60px 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .method {
    padding: 0 0 70px;
  }
}
.method .methodHeadline {
  text-align: center;
  margin: 0 0 30px;
}
.method .methodHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 810px;
}
.method .methodWrap .methodItem {
  position: relative;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.method .methodWrap .methodItem .methodImg {
  width: 100%;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodImg {
    max-width: 596px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 30px;
  }
}
.method .methodWrap .methodItem .methodImg img {
  display: inline-block;
  vertical-align: top;
}
.method .methodWrap .methodItem .methodText {
  width: 100%;
  overflow: hidden;
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  z-index: 5;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 0 0 #d6d6d6;
          box-shadow: 0 7px 0 0 #d6d6d6;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText {
    padding: 50px;
    margin: 60px 0 0 auto;
    max-width: calc(100% - 505px);
    min-height: 342px;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
  margin: 0 30px 0 0;
  background-color: #f8847e;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel {
    width: 110px;
    height: 110px;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner {
  display: inline-block;
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner {
    margin: 22px 0 0;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner .el_text01 {
  display: inline-block;
  font-size: 16px;
  margin: 0 1px 0 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner .el_text01 {
    font-size: 21px;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner .el_text02 {
  display: inline-block;
  font-size: 29px;
  font-weight: 600;
  color: #ffe38f;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleLabel .el_inner .el_text02 {
    font-size: 56px;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleText {
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  color: #f8847e;
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem .methodText .methodSubtitle .methodSubtitleText {
    font-size: 29px;
  }
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--red .methodSubtitleLabel {
  background-color: #f8847e;
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--red .methodSubtitleText {
  color: #f8847e;
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--blue .methodSubtitleLabel {
  background-color: #749fc5;
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--blue .methodSubtitleText {
  color: #749fc5;
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--green .methodSubtitleLabel {
  background-color: #5eb990;
}
.method .methodWrap .methodItem .methodText .methodSubtitle.--green .methodSubtitleText {
  color: #5eb990;
}
.method .methodWrap .methodItem .methodText .txt p .el_line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffefa6), to(#ffefa6));
  background: linear-gradient(transparent 0%, transparent 50%, #ffefa6 50%, #ffefa6 100%);
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem.--invert .methodImg {
    top: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .method .methodWrap .methodItem.--invert .methodText {
    margin-left: 0;
    margin-right: auto;
  }
}

/*=================
合格実績
=================*/
.results {
  background-color: #ffffff;
  padding: 70px 0 40px;
}
@media screen and (min-width: 768px) {
  .results {
    padding: 100px 0 70px;
  }
}
.results .resultsHeadline {
  text-align: center;
  margin: 0 0 30px;
}
.results .resultsHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 810px;
}
.results .ribbon {
  display: inline-block;
  position: relative;
  height: 132px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f19210;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.results .ribbon h2 {
  margin: 0;
  padding: 10px 60px;
  border-top: solid 2px rgba(255, 255, 255, 0.5);
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.results .ribbon h2 span {
  font-size: 3rem;
}
.results .ribbon h2 span::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/cracker.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 650px;
  height: 650px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -41px;
  left: -7%;
}
.results .ribbon:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #fdedc9;
  border-style: solid;
}
.results .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 66px 30px 66px 0px;
  border-color: transparent #fdedc9;
  border-style: solid;
}
.results .Introduction {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 30px auto 50px;
}
@media screen and (min-width: 768px) {
  .results .Introduction {
    font-size: 26px;
  }
}
.results .results-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.results .results-inner .box {
  width: 100%;
  border: 3px solid #749fc5;
  padding: 0;
  margin: 0 0 50px;
  position: relative;
  border-radius: 20px;
}
.results .results-inner .box h3 {
  background-color: #749fc5;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 36px;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .results .results-inner .box h3 {
    font-size: 32px;
  }
}
.results .results-inner .box .content {
  padding: 40px 40px 30px;
}
.results .results-inner .box .content p.number {
  text-align: left;
  color: #749fc5;
  font-weight: 500;
  font-size: 29px;
  line-height: 1;
  margin: 0 0 10px;
}
.results .results-inner .box .content p.number .red {
  font-size: 48px;
  font-weight: 600;
  margin-left: 10px;
  color: #ff7474;
  margin: 0 5px 0 0;
}
.results .results-inner .box .content p.number .red span {
  font-size: 28px;
  font-weight: bold;
  color: #555555;
}
.results .results-inner .box .content .ribbon4 {
  width: 140px;
  position: absolute;
  color: #fff;
  background-color: #ff7474;
  right: 20px;
  top: -20px;
  padding: 15px 5px;
}
.results .results-inner .box .content .ribbon4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 70px solid #ff7474;
  border-right: 70px solid #ff7474;
  border-bottom: 15px solid transparent;
}
.results .results-inner .box .content .ribbon4 p {
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .results .results-inner .box .content .ribbon4 p {
    font-size: 21px;
  }
}
.results .results-inner .box .content .ribbon4 p span {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .results .results-inner .box .content .ribbon4 p span {
    font-size: 46px;
  }
}
.results .results-inner .box .content .ribbon4.bg {
  width: 140px;
  height: 110px;
  position: absolute;
  background-color: rgba(147, 89, 7, 0.2392156863);
  right: 14px;
  top: -10px;
  padding: 15px 5px;
}
.results .results-inner .box .content .ribbon4.bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 70px solid rgba(147, 89, 7, 0.2392156863);
  border-right: 70px solid rgba(147, 89, 7, 0.2392156863);
  border-bottom: 15px solid transparent;
}
.results .y_box {
  text-align: center;
  margin: 0 0 40px;
}
.results .y_box span {
  display: inline-block;
  background-color: #f3f1eb;
  padding: 2px 10px;
  font-weight: bold;
}

.list-btn {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .list-btn {
    margin: 0;
  }
}
.list-btn a {
  display: inline-block;
  width: 400px;
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  border-radius: 60px;
  padding: 20px;
  margin-left: 20px;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 0px #c94545;
          box-shadow: 0px 10px 0px #c94545;
}
@media screen and (max-width: 767px) {
  .list-btn a {
    width: 100%;
    max-width: 400px;
    margin-left: 0px;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgb(255, 174, 116);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
    background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
    text-align: center;
    font-size: 17px;
    border-radius: 60px;
    padding: 15px;
    -webkit-box-shadow: 0px 10px 0px #c94545;
            box-shadow: 0px 10px 0px #c94545;
  }
}

/*=================
保護者からの声
=================*/
.voice {
  position: relative;
  padding: 60px 0 0;
  overflow: hidden;
  background-color: #f3f1eb;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 150px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .voice::before {
    content: "";
    display: block;
    width: 100%;
    height: 97px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../../img/lp/kids20220425/deco_wave_top.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) {
  .voice::after {
    content: "";
    display: block;
    width: 100%;
    height: 97px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../../../img/lp/kids20220425/deco_wave_bottom.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
.voice .container {
  position: relative;
  z-index: 2;
}
.voice .voiceHeadline {
  text-align: center;
  margin: 0 0 60px;
}
.voice .voiceHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 562px;
}
.voice .comment {
  background-color: #ffffff;
  width: 100%;
  max-width: 870px;
  margin: 0px auto 60px;
  border: 4px solid #f19210;
  border-radius: 25px;
  padding: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .comment {
    max-width: none;
    width: 100%;
    padding: 4%;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
.voice .comment::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pass_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 105px;
  height: 105px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .voice .comment::before {
    width: 68px;
    height: 68px;
    top: -22px;
    left: -24px;
    z-index: 1;
  }
}
.voice .comment h3 {
  background-color: #f8847e;
  position: relative;
  font-size: 27px;
  padding: 4px 10px 5px;
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-height: 46px;
}
@media screen and (max-width: 767px) {
  .voice .comment h3 {
    font-size: 20px;
    padding: 0.7rem 1.7rem;
    width: auto;
    letter-spacing: 0rem;
    display: inline-block;
  }
}
.voice .comment h3 .el_left {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  height: 42px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .voice .comment h3 .el_left {
    height: 46px;
  }
}
.voice .comment h3 .el_left::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 25px solid #f8847e;
  border-left: 10px solid transparent;
}
.voice .comment h3 .el_left::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 25px solid transparent;
  border-right: 10px solid #f8847e;
}
.voice .comment h3 .el_right {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
  height: 42px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .voice .comment h3 .el_right {
    height: 46px;
  }
}
.voice .comment h3 .el_right::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 25px solid #f8847e;
  border-right: 10px solid transparent;
}
.voice .comment h3 .el_right::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 25px solid transparent;
  border-left: 10px solid #f8847e;
}
.voice .comment .ttl {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-bottom: 4px dotted #f8847e;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .voice .comment .ttl {
    padding: 0 0 0 15px;
  }
}
.voice .comment .ttl img {
  width: 14%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice .comment .ttl img {
    width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .voice .comment .ttl img {
    margin-left: 50px;
  }
}
.voice .comment .ttl h4 {
  font-size: 24px;
  font-weight: bold;
  color: #f8847e;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .voice .comment .ttl h4 {
    font-size: 32px;
  }
}
.voice .comment.--red {
  border-color: #f8847e;
}
.voice .comment.--blue {
  border-color: #749fc5;
}
.voice .comment.--blue h3 {
  background-color: #749fc5;
}
.voice .comment.--blue h3 .el_left::before {
  border-top-color: #749fc5;
}
.voice .comment.--blue h3 .el_left::after {
  border-right-color: #749fc5;
}
.voice .comment.--blue h3 .el_right::before {
  left: 0;
  border-top-color: #749fc5;
}
.voice .comment.--blue h3 .el_right::after {
  border-left-color: #749fc5;
}
.voice .comment.--blue .ttl {
  border-color: #749fc5;
}
.voice .comment.--blue .ttl h4 {
  color: #749fc5;
}
.voice .comment.--green {
  border-color: #5eb990;
}
.voice .comment.--green h3 {
  background-color: #5eb990;
}
.voice .comment.--green h3 .el_left::before {
  border-top-color: #5eb990;
}
.voice .comment.--green h3 .el_left::after {
  border-right-color: #5eb990;
}
.voice .comment.--green h3 .el_right::before {
  left: 0;
  border-top-color: #5eb990;
}
.voice .comment.--green h3 .el_right::after {
  border-left-color: #5eb990;
}
.voice .comment.--green .ttl {
  border-color: #5eb990;
}
.voice .comment.--green .ttl h4 {
  color: #5eb990;
}

/*=================
充実したサポート
=================*/
.support {
  position: relative;
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .support {
    padding: 100px 0 197px;
  }
}
@media screen and (min-width: 768px) {
  .support::after {
    content: "";
    display: block;
    width: 100%;
    height: 97px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../../../img/lp/kids20220425/deco_wave02_bottom.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
.support .supportHeadline {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .support .supportHeadline {
    margin: 0 0 60px;
  }
}
.support .supportHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 633px;
}
.support .supportHeadline + h3 {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .support .supportHeadline + h3 {
    font-size: 22px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  .support .supportWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
}
.support .supportWrap .supportItem {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .support .supportWrap .supportItem {
    margin: 0 15px 30px;
    max-width: calc(33.3333333333% - 30px);
  }
}
.support .supportWrap .supportItem .supportSubtitle {
  position: relative;
  z-index: 2;
  line-height: 1;
  text-align: center;
  margin: 0 0 -40px;
}
@media screen and (min-width: 768px) {
  .support .supportWrap .supportItem .supportSubtitle {
    margin: 0 0 -40px -20%;
  }
}
.support .supportWrap .supportItem .supportSubtitle img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 319px;
}
.support .supportWrap .supportItem .supportText {
  padding: 65px 30px 30px;
  color: #ffffff;
  background-color: #f8847e;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .support .supportWrap .supportItem .supportText {
    padding: 65px 30px 30px;
    min-height: 402px;
  }
}
.support .supportWrap .supportItem.--blue .supportText {
  background-color: #749fc5;
}
.support .supportWrap .supportItem.--green .supportText {
  background-color: #5eb990;
}

/*=================
無料体験レッスン
=================*/
.lesson {
  background-color: #f3f1eb;
  padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .lesson {
    padding: 100px 0 70px;
  }
}
.lesson .lessonHeadline {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .lesson .lessonHeadline {
    margin: 0 0 60px;
  }
}
.lesson .lessonHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}
.lesson .lessonHeadline + p {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .lesson .lessonHeadline + p {
    margin: 0 auto 50px;
    font-size: 22px;
  }
}
.lesson h3 {
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #f8847e;
  padding: 1.5% 2%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .lesson h3 {
    font-size: 38px;
  }
}
.lesson h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f8847e transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.lesson .lesson-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  border: 3px solid #f8847e;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner {
    padding: 50px 30px 30px;
  }
}
.lesson .lesson-inner > p {
  text-align: center;
  margin: 0 0 20px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner > p {
    font-size: 19px;
  }
}
.lesson .lesson-inner .cta {
  margin: 0 auto;
  background-color: #f19210;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 40px;
  position: relative;
}
.lesson .lesson-inner .cta p {
  color: #fff;
  font-size: 1.8rem;
}
.lesson .lesson-inner .cta::after {
  content: "→";
  font-size: 1.6rem;
  position: absolute;
  top: 28%;
  right: 3%;
}
.lesson .lesson-inner .btn {
  color: #555555;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 8px;
}
.lesson .lesson-inner .btn img {
  width: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner .btn img {
    width: 55px;
  }
}
.lesson .lesson-inner .btn p:nth-of-type(1) {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner .btn p:nth-of-type(1) {
    font-size: 26px;
    margin-right: 5px;
  }
}
.lesson .lesson-inner .btn p:nth-of-type(2) {
  margin-left: 10px;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner .btn p:nth-of-type(2) {
    font-size: 55px;
  }
}
.lesson .lesson-inner .time span {
  display: inline-block;
  padding: 1px 14px 3px;
  line-height: 1.4;
  border-radius: 20px;
  margin-right: 20px;
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lesson .lesson-inner .time span {
    font-size: 24px;
  }
}

/*=================
マップ
=================*/
.map {
  padding: 50px 0 30px;
  background-image: url(../../../img/lp/kids20220425/common_bg.png);
}
@media screen and (min-width: 768px) {
  .map {
    padding: 100px 0 70px;
  }
}
.map .mapHeadline {
  text-align: center;
  margin: 0 0 60px;
}
.map .mapHeadline img {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}
.map .map-inner {
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .map .map-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.map .map-inner .map-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 4% 2.5% 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 5px solid #f3f1eb;
  -webkit-box-shadow: 0 5px 0 0 rgba(156, 156, 156, 0.5058823529);
          box-shadow: 0 5px 0 0 rgba(156, 156, 156, 0.5058823529);
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map .map-inner .map-card {
    width: 31.5%;
  }
}
.map .map-inner .map-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .map .map-inner .map-card h3 {
    font-size: 29px;
  }
}
.map .map-inner .map-card h3 + p {
  text-align: center;
  font-size: 15px;
}
.map .map-inner .map-card .map-link {
  display: block;
  position: absolute;
  bottom: 110px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}
.map .map-inner .map-card .map-link div {
  margin-top: 20px;
  background-color: #f3f1eb;
  border-radius: 40px;
  padding: 5%;
  color: #555555;
}
.map .map-inner .map-card .map-link div p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .map .map-inner .map-card .map-link div p {
    font-size: 24px;
  }
}
.map .map-inner .map-card .map-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pin.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 22%;
  left: -5px;
}
.map .map-inner .map-card .tel-link {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}
.map .map-inner .map-card .tel-link div {
  margin-top: 20px;
  background: rgb(255, 174, 116);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 116)), to(rgb(255, 120, 120)));
  background: linear-gradient(90deg, rgb(255, 174, 116) 0%, rgb(255, 120, 120) 100%);
  border-radius: 40px;
  padding: 5%;
}
.map .map-inner .map-card .tel-link div p {
  color: #fff;
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .map .map-inner .map-card .tel-link div p {
    font-size: 26px;
  }
}
.map .map-inner .map-card .tel-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/tel2-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 22%;
  left: -25px;
}
.map .map-inner .map-card br.sp {
  display: none;
}
.map .map-inner .map-card p.gray {
  color: #636363;
}
.map .map-inner a.map-link, .map .map-inner a.tel-link {
  text-decoration: none;
}

/*=================
追従ボタン
=================*/
.followBtn {
  z-index: 100 !important;
  bottom: 30px !important;
}