@charset "UTF-8";
/*メイン*/
/*===========================
本文
===========================*/
.text {
  margin: 0 0 33px;
}
.text p {
  margin: 0 0 33px;
}
.text p:last-child {
  margin: 0;
}

.textLink {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.textLink:hover {
  opacity: 0.7;
}

/*===========================
大見出し1
===========================*/
.largeHeadline01 {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 {
    margin: 0 0 50px;
  }
}
.largeHeadline01 .main_text {
  display: inline-block;
  line-height: 1.4;
  margin: 0 0 10px;
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  color: #1A283E;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .main_text {
    font-size: 4rem;
  }
}
.largeHeadline01 .main_text::before {
  content: "";
  display: inline-block;
  background: url(../../../img/lp/medical-aiq20230228/icon_headline.svg) no-repeat center center;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -13px;
}
.largeHeadline01 .sub_text {
  display: block;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  color: #113778;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .sub_text {
    font-size: 1.5rem;
  }
}

/*===========================
中見出し1
===========================*/
.mediumHeadline01 {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 {
    margin: 0 0 40px;
  }
}
.mediumHeadline01 .sub_text {
  display: inline-block;
  padding: 2px 15px;
  background: #AE1825;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 .sub_text {
    font-size: 2.2rem;
  }
}
.mediumHeadline01 .main_text {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  border-bottom: 2px solid #AE1825;
  color: #AE1825;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 .main_text {
    font-size: 3rem;
  }
}

.largeHeadline02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contnet: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 30px;
}
.largeHeadline02 .main_text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 15px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .largeHeadline02 .main_text {
    font-size: 3rem;
  }
}
.largeHeadline02 .border {
  width: 100%;
  position: relative;
  height: 1px;
  background: #C1C1C1;
}
.largeHeadline02 .border.border_left::before {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  margin: 0 0 0 auto;
  background: #AE1825;
}
.largeHeadline02 .border.border_right::before {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  margin: 0;
  background: #AE1825;
}

/*===========================
中見出し2
===========================*/
.mediumHeadline02 {
  margin: 0 0 20px;
  text-align: center;
}
.mediumHeadline02 .main_text {
  display: inline-block;
  line-height: 1.4;
  margin: 0 0 5px;
  font-size: 3.8vw;
  border-bottom: 1px solid #215374;
  color: #113778;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 .main_text {
    font-size: 3rem;
    margin: 0 0 10px;
    border-bottom: 2px solid #215374;
    padding: 0 0 9px;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.img {
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}

html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  -webkit-text-size-adjust: 100%;
}

p, h2, h3 {
  color: #272727;
}

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

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: 100%;
  max-width: 241px;
}

.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-size: 1.4rem;
  color: #f19210;
}

.detail a p:first-child {
  background-color: #f19210;
  color: #fff;
  padding: 0.2rem 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.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: 1200px;
  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;
}

.mv-bt {
  background-color: #1c7014;
  overflow: hidden;
}

.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: 20px;
}

.mv-bt-inner p {
  color: #1c7014;
  background-color: #fff;
  width: calc(33.3333333333% - 30px);
  text-align: center;
  padding: 2.5%;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-bt-inner p {
    margin: 0 15px;
  }
}

.mv-bt-inner p span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.mv-bt-inner p::after {
  content: "×";
  font-size: 1.5rem;
  position: absolute;
  color: #fff;
  top: 50%;
  right: -28px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

.mv-bt-inner p:last-child:after {
  content: none;
}

.min {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.83);
  text-align: center;
  padding-bottom: 20px;
}

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

.center {
  text-align: center;
  padding-top: 80px;
}

.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;
}

.card-innner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*矢印の設定*/
.slick-prev { /*戻る矢印の位置と形状*/
  left: -4.8%;
  z-index: 100;
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -2.2%;
  z-index: 100;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li button:before {
  color: #1b6f7a;
  font-size: 13px !important;
}

.slick-dots li.slick-active button:before {
  color: #27D1E8;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-next:before {
  content: "▶";
}

.slick-prev:before {
  content: "◀";
}

.slick-prev:before, .slick-next:before {
  color: #27D1E8;
  font-size: 40px;
}

ul {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

/* 特徴 */
.feature-area {
  background-color: #FDEDC9;
  padding-bottom: 40px;
}

.feature-area h2 {
  color: #e42837;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  padding: 90px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.feature-area h2 img {
  width: 330px;
  display: inline-block;
  margin: -30px 20px 30px 0;
}

.feature-inner {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  margin: 50px auto 50px;
}

.box {
  width: 32%;
  background-color: #fff;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-area h3 {
  margin-top: 20px;
  color: #f19210;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.feature-area p {
  margin: 10px 20px;
  text-align: center;
  font-size: 1.2rem;
}

.cta-area {
  background-image: url(../../../img/lp/kids20220425/cta_area_bg.jpg);
  background-repeat: no-repeat;
  padding: 65px 0 50px;
}

.cta-area h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.cta-area p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}

.tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin: 20px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.tel {
  font-size: 3.2rem;
  position: relative;
  margin-left: 40px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

p.tel::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/tel-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  bottom: 10px;
  left: -68px;
}

p.tel--sp {
  display: none;
}

p.tel--sp::before {
  display: none;
}

p.tel--pc {
  display: block;
}

.cta-area a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.cta {
  width: 400px;
  background-color: #27d1e8;
  text-align: center;
  border-radius: 60px;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0px 10px 0px #1197a9;
  box-shadow: 0px 10px 0px #1197a9;
}

.left span {
  padding: 0.1rem 0.4rem;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.nayami-area {
  background-color: #dbdbdb;
  padding: 60px 0 150px;
}

.nayami-inner {
  background-color: #fff;
  width: 700px;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}

.nayami-inner::after {
  content: "";
  background-image: url(../../../img/lp/kids20220425/nayami.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 320px;
  height: 320px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  bottom: -70%;
  right: -10%;
}

.nayami-inner li {
  font-size: 1.3rem;
  line-height: 3rem;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nayami-inner li:nth-child(1)::before {
  content: "●";
  font-size: 1rem;
  color: #dbdbdb;
  position: absolute;
  top: -5px;
  left: 13px;
}

.nayami-inner li:nth-child(2)::before {
  content: "●";
  font-size: 1rem;
  color: #dbdbdb;
  position: absolute;
  top: -5px;
  right: 13px;
}

.nayami-inner li:nth-child(3)::before {
  content: "●";
  font-size: 1rem;
  color: #dbdbdb;
  position: absolute;
  bottom: -5px;
  left: 13px;
}

.nayami-inner li img {
  width: 40px;
  height: 40px;
  margin-right: 1%;
}

.nayami-bt-area {
  background: url(../../../img/lp/kids20220425/nayami_bt_bg_pc.png) center center;
  position: relative;
  background-size: auto 500px;
  z-index: 2;
  background-repeat: no-repeat;
  top: -40px;
  padding: 40px;
}

.nayami-bt-inner {
  background-color: #fff;
  width: 700px;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 50px;
}

.nayami-bt-inner h2 {
  width: 55%;
  margin: 0 auto;
  background-color: #25d1e8;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 2%;
  border-radius: 0 0 15px 15px;
  position: relative;
}

.nayami-bt-inner h2::before {
  background-color: #25d1e8;
  bottom: 0;
  -webkit-clip-path: polygon(68% 90%, 151% 0%, 0% 0%);
  clip-path: polygon(68% 90%, 151% 0%, 0% 0%);
  content: "";
  height: 53px;
  margin: auto;
  position: absolute;
  left: -17px;
  top: -8px;
  width: 25px;
}

.nayami-bt-inner h2::after {
  background-color: #25d1e8;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0 130%, 127% -30%);
  clip-path: polygon(0 0, 0 130%, 127% -30%);
  content: "";
  height: 53px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: -8px;
  width: 25px;
}

.nayami-bt-inner h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  color: #363636;
}

.pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  width: 87%;
  padding-bottom: 40px;
}

.pt p {
  padding: 0.5rem 1rem;
  background-color: #e6e6e6;
  margin-left: 40px;
  font-size: 1.7rem;
  color: #363636;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 48px;
}

.pt p:first-child {
  color: #e42837;
}

.pt p:first-child::after {
  content: "×";
  color: #ccc;
  position: absolute;
  right: -35px;
}

.pt p span {
  color: #25d1e8;
}

.pt img {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 16px;
  bottom: 10px;
}

.support-txt p {
  font-size: 2em;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 500;
  width: 30%;
  display: block;
  margin: 35px auto 50px;
}

.support-txt img {
  width: 230px;
  position: absolute;
  bottom: -8px;
  right: 35%;
}

.method {
  max-width: 1200px;
  padding: 100px 30px 10px;
  margin: 0 auto;
}

.reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 80px;
}

.method img {
  width: 35%;
  height: 35%;
}

.method .txt {
  margin-left: 50px;
  width: 60%;
}

.method h2 {
  color: #e42837;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.method h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/method_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -28px;
  right: 39%;
}

.method h2 span {
  border-bottom: 5px dotted #e42837;
  padding-bottom: 5px;
}

.method .txt h3,
.reason-min h3 {
  color: #272727;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
.method .txt h3 .marker,
.reason-min h3 .marker {
  display: inline-block;
}

.reason-min h3 {
  margin-left: 20px;
  margin-top: 25px;
  width: 77%;
}

.reason-min-box .reason-min:nth-child(2) h3 {
  margin-left: 20px;
  margin-top: 3px;
  width: 77%;
  margin-bottom: 0;
}

.ribbon2 {
  width: 110px;
  position: absolute;
  color: #fff;
  background-color: #276f1c;
  left: 20px;
  top: -20px;
}

.ribbon2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 55px solid #276f1c;
  border-right: 55px solid #276f1c;
  border-bottom: 15px solid transparent;
}

.ribbon3 {
  width: 110px;
  min-width: 110px;
  position: absolute;
  color: #fff;
  background-color: #276f1c;
  position: relative;
}

.ribbon3:after {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 55px solid #276f1c;
  border-right: 55px solid #276f1c;
  border-bottom: 15px solid transparent;
}

.ribbon2 p, .ribbon3 p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.ribbon2 p span, .ribbon3 p span {
  font-size: 3rem;
}

.reason-min {
  width: 48%;
  margin-bottom: 40px;
}

.reason-min .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  width: 100%;
  margin-bottom: 30px;
}

.red {
  color: #e42837;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 246, 125)));
  background: linear-gradient(transparent 60%, rgb(255, 246, 125) 60%);
}

.reason-min-box {
  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;
}

.results {
  background-color: #fdedc9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.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 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 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:before, .results.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.results .ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #fdedc9;
  border-style: solid;
}

.results .ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 66px 30px 66px 0px;
  border-color: transparent #fdedc9;
  border-style: solid;
}

.results .center {
  position: relative;
}

.results p.Introduction {
  color: #30286d;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 30px auto;
}

.results-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  padding: 1% 5%;
  margin: 0 auto;
}

.results-inner .box {
  width: 48%;
  border: 2px solid #30286d;
  padding: 0;
  position: relative;
}

.results-inner .box h3 {
  background-color: #30286d;
  font-size: 2rem;
  color: #fff;
  padding: 5%;
}

.content {
  padding: 5%;
}

.content p.number {
  text-align: left;
  color: #30286d;
  font-size: 1.8rem;
  font-weight: 500;
}

.content p.number .red {
  font-size: 3rem;
  margin-left: 10px;
}

.content p.number .red span {
  font-size: 2rem;
}

.ribbon4 {
  width: 140px;
  position: absolute;
  color: #fff;
  background-color: #f19210;
  right: 20px;
  top: -20px;
  padding: 15px 5px;
}

.ribbon4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 75px solid #f19210;
  border-right: 75px solid #f19210;
  border-bottom: 15px solid transparent;
}

.ribbon4 p {
  padding: 2%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7rem;
  font-weight: 500;
}

.ribbon4 p span {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.ribbon4.bg {
  width: 140px;
  height: 100px;
  position: absolute;
  background-color: rgba(147, 89, 7, 0.2392156863);
  right: 14px;
  top: -10px;
  padding: 15px 5px;
}

.ribbon4.bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 75px solid rgba(147, 89, 7, 0.2392156863);
  border-right: 75px solid rgba(147, 89, 7, 0.2392156863);
  border-bottom: 15px solid transparent;
}

.list-btn {
  background-color: #30286d;
  width: 420px;
  margin: 50px auto;
  border-radius: 52px;
}

.list-btn p {
  color: #fdedc9;
  text-align: center;
  padding: 3%;
  font-size: 1.9rem;
}

.list-btn a {
  text-decoration: none;
}

.voice {
  padding: 100px 20px 70px;
}

.voice h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #f19210;
  text-align: center;
  margin-bottom: 60px;
}

.comment {
  max-width: 750px;
  margin: 0px auto 60px;
  border: 4px solid #f19210;
  border-radius: 25px;
  padding: 3%;
  position: relative;
}

.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;
}

.comment h3 {
  background-color: #f19210;
  padding: 1%;
  font-size: 1.7rem;
  padding: 1.3%;
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  letter-spacing: 0.1rem;
  position: relative;
}

.comment h3::before {
  content: "●";
  font-size: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: 38%;
  left: 13px;
}

.comment h3::after {
  content: "●";
  font-size: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: 38%;
  right: 13px;
}

.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 5%;
  border-bottom: 4px dotted #f19210;
  margin-bottom: 25px;
}

.comment .ttl img {
  width: 14%;
  margin-bottom: 10px;
}

.comment .ttl h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #f19210;
  margin-left: 10px;
  line-height: 2.5rem;
}

.comment p:last-child {
  font-size: 1.2rem;
}

.support {
  background-image: url(../../../img/lp/kids20220425/support_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
}

.support h2 {
  color: #f19210;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.support h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2rem;
}

.support-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto;
}

.step {
  width: 31%;
  position: relative;
}

.ilast-ttl {
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 100%;
  padding: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
  overflow: hidden;
}

.ilast-ttl img {
  width: 81%;
  margin: 16px auto 0px;
}

.ilast-ttl h4 {
  color: #f19210;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}

.nbr {
  background-color: #f19210;
  font-size: 3rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 8%;
}

.step {
  font-size: 1.1rem;
}

.lesson {
  background-color: #DAFBFF;
  padding: 80px 20px;
}

.lesson h2 {
  color: #e42837;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 30px;
}

.lesson p {
  font-size: 1.2rem;
  text-align: center;
}

.lesson-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.3058823529);
  box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.3058823529);
}

.lesson h3 {
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #f19210;
  padding: 1.5% 2%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lesson h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f19210 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.lesson-inner .cta a, .lesson-inner .btn {
  text-decoration: none;
}

.lesson-inner .cta p {
  color: #fff;
  font-size: 1.8rem;
}

.lesson-inner .cta {
  margin: 0 auto;
  background-color: #f19210;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 40px;
  position: relative;
}

.lesson-inner .cta::after {
  content: "→";
  font-size: 1.6rem;
  position: absolute;
  top: 28%;
  right: 3%;
}

.lesson-inner .btn img {
  width: 55px;
}

.lesson-inner .btn {
  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: 20px 0 8px;
}

.lesson-inner .btn p:nth-of-type(1) {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-left: 10px;
}

.lesson-inner .btn p:nth-of-type(2) {
  margin-left: 10px;
  font-size: 3.3rem;
  font-weight: 500;
}

.lesson-inner .time span {
  border: 1px solid #272727;
  padding: 0.2rem 0.3rem;
  border-radius: 10px;
  margin-right: 10px;
}

.map {
  background-color: #E6E6E6;
  padding: 80px 50px;
}

.map .center {
  text-align: center;
}

.map h2 {
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.map h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/map-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 3px;
  left: -65px;
}

.map-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 40px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 4% 2.5% 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.5%;
  -webkit-box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.5058823529);
  box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.5058823529);
  margin-bottom: 30px;
  position: relative;
}

.map-inner .map-card:last-child {
  /*
  background-color: #fff;
  border-radius: 15px;
  padding: 5% 3%;
  box-sizing: border-box;
  width: 66%;
  box-shadow: 5px 7px 10px #9c9c9c81;
  margin-bottom: 30px;
  */
}

.map-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2rem;
}

.map-card h3 + p {
  text-align: center;
  font-size: 15px;
  /*
  height: 6rem;
  */
}

a.map-link, a.tel-link {
  text-decoration: none;
}

.map-link {
  display: block;
  position: absolute;
  bottom: 110px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}

.tel-link {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}

.map-link div {
  margin-top: 20px;
  background-color: #e6e6e6;
  border-radius: 40px;
  padding: 5%;
}

.map-link div p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.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;
}

.tel-link div {
  margin-top: 20px;
  background-color: #f19210;
  border-radius: 40px;
  padding: 5%;
}

.tel-link div p {
  color: #fff;
  margin-left: 20px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}

.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-inner .map-card:last-child .twocell {
  /*
  display: flex;
  justify-content: space-between;
  */
}

.map-inner .map-card:last-child .map-link, .map-inner .map-card:last-child .tel-link {
  /*
  width: 48%;
  */
}

br.sp {
  display: none;
}

p.gray {
  color: #636363;
}

@media (max-width: 1750px) {
  .support-txt p {
    text-align: center;
    padding-right: 21%;
  }
}
@media (max-width: 1500px) and (min-width: 767px) {
  .support-txt p {
    text-align: center;
    padding-right: 28%;
  }
}
@media (max-width: 1300px) and (min-width: 767px) {
  .main {
    margin-left: 3%;
  }
  .support-txt p {
    text-align: center;
    padding-right: 32%;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  body {
    width: 1200px;
  }
}
/* ---------SP------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  body {
    margin: 0 auto;
    width: 100%;
  }
  .header---inner {
    max-width: none;
    width: 100%;
    padding: 3%;
  }
  .detail a p:first-child {
    font-size: 3vw;
  }
  .detail a p {
    font-size: 4vw;
  }
  h1 img {
    width: 100%;
  }
  h1 {
    width: 27%;
  }
  .detail {
    width: 67%;
  }
  .detail p {
    font-size: 4vw;
  }
  .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:first-child span {
    font-size: 3.2rem;
    padding: 0 2.5%;
    margin-right: 5px;
  }
  .rate p:first-child {
    font-size: 4rem;
    width: 100%;
    font-weight: 600;
  }
  .rate p {
    color: #e42837;
    font-size: 5rem;
    font-weight: 500;
  }
  .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%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  .point p:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  .point p {
    font-size: 1rem;
    letter-spacing: 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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;
  }
  .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 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 20px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding-top: 5%;
  }
  .mv-bt-inner {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .mv-bt-inner p {
    width: 27%;
    padding: 1.5%;
    font-size: 3.1vw;
    line-height: 1.4;
    text-align: center;
  }
  .mv-bt-inner p::after {
    font-size: 0.8rem;
    right: -15px;
  }
  .mv-bt-inner p span {
    left: 60%;
  }
  .min {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.83);
    text-align: center;
    padding-bottom: 20px;
    padding: 0 3% 2%;
    text-align: left;
  }
  .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;
  }
  .slick-list {
    overflow: inherit;
  }
  .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;
  }
  .feature-area h2 img {
    width: 200px;
    margin: -20px 0 20px;
  }
  .feature-area h2 {
    font-size: 8vw;
    padding: 60px 0 0px;
  }
  .feature-inner {
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    width: 90%;
    margin: 40px auto 20px;
  }
  .box {
    width: 100%;
    background-color: #fff;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .feature-area h3 {
    font-size: 1.3rem;
  }
  .feature-area p {
    margin: 10px 20px;
    text-align: center;
    font-size: 1rem;
  }
  .slick-prev:before, .slick-next:before {
    color: #27D1E8;
    font-size: 25px;
  }
  .cta-area {
    padding: 45px 0 10px;
  }
  .cta-area h2 {
    font-size: 1.8rem;
  }
  .tel-inner {
    display: block;
    width: 100%;
    margin: 20px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-area p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .left p:nth-child(2) {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .tel-inner {
    margin: 10px auto;
  }
  p.tel {
    -webkit-text-size-adjust: 100%;
    font-size: 40px !important;
    /*font-size: 2.5rem;*/
    text-decoration: none;
    pointer-events: none;
  }
  p.tel::before {
    margin-right: 0px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
    bottom: 9px;
    left: -5%;
  }
  p.tel--pc {
    display: none;
  }
  p.tel--sp {
    margin: 0 0 20px;
    display: block;
  }
  p.tel--sp::before {
    display: none;
  }
  p.tel--sp img {
    max-width: 320px;
    margin: auto;
  }
  .cta {
    width: 85%;
    margin-left: 0px;
    margin: 20px auto 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #27d1e8;
    text-align: center;
    border-radius: 60px;
    padding: 15px;
    -webkit-box-shadow: 0px 10px 0px #1197a9;
    box-shadow: 0px 10px 0px #1197a9;
  }
  .cta-area a {
    font-size: 28px;
  }
  .nayami-inner {
    width: 90%;
  }
  .nayami-inner {
    padding: 5%;
  }
  .nayami-inner li {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 4%;
    margin-left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nayami-inner li:nth-child(1) {
    margin-top: 4%;
  }
  .nayami-inner li img {
    width: 35px;
    height: 35px;
  }
  .nayami-inner li:nth-child(1)::before {
    font-size: 0.6rem;
    top: 5px;
    left: 10px;
  }
  .nayami-inner li:nth-child(2)::before {
    font-size: 0.6rem;
    top: 5px;
    right: 10px;
  }
  .nayami-inner li:nth-child(3)::before {
    font-size: 0.6rem;
    bottom: 5px;
    left: 10px;
  }
  .nayami-bt-area {
    background-image: url(../../../img/lp/kids20220425/nayami_bt_bg_sp.png);
    position: relative;
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    top: -60px;
    padding: 2% 0;
  }
  .nayami-bt-inner {
    background-color: #fff;
    width: 93%;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 50px;
  }
  .nayami-inner::after {
    content: "";
    background-image: url(../../../img/lp/kids20220425/nayami.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 59%;
    height: 59%;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    bottom: -44%;
    right: -4%;
  }
  .nayami-area {
    background-color: #dbdbdb;
    padding: 13% 0 24%;
  }
  .nayami-inner::after {
    width: 167px;
    height: 228px;
    margin-right: 0px;
    margin-left: 12px;
    bottom: -68%;
    right: -4%;
  }
  .nayami-bt-inner {
    margin-top: 11%;
  }
  .nayami-bt-inner h2 {
    width: 73%;
    font-size: 1.4rem;
    padding: 2%;
  }
  .nayami-bt-inner h2::before {
    height: 30px;
    left: -9px;
    top: -7px;
    width: 14px;
  }
  .nayami-bt-inner h2::after {
    height: 30px;
    right: -7px;
    top: -7px;
    width: 12px;
  }
  .nayami-bt-inner h3 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .pt p {
    padding: 0.5rem 0.5rem;
    background-color: #e6e6e6;
    margin-left: 6%;
    font-size: 1rem;
    color: #363636;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 9%;
  }
  .pt p:first-child {
    width: 8%;
  }
  .pt p:nth-child(2) {
    width: 80%;
  }
  .pt p:first-child::after {
    content: "×";
    color: #ccc;
    position: absolute;
    right: -30%;
  }
  .pt {
    width: 90%;
    margin: 12px auto 0px;
    padding-bottom: 20px;
  }
  .pt img {
    width: 17px;
    margin-right: 5px;
    left: 8px;
    bottom: 10px;
  }
  .pt p:first-child {
    margin-left: 0px;
  }
  .support-txt p {
    font-size: 1.2em;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 500;
    width: 67%;
    display: block;
    margin: 2% auto 10%;
  }
  .support-txt img {
    width: 29%;
    position: absolute;
    bottom: 11px;
    right: 11%;
  }
  .method {
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 4% 0;
  }
  .method h2 {
    font-size: 1.4rem;
    margin-bottom: 17%;
  }
  .method h2::before {
    content: "";
    background-image: url(../../../img/lp/kids20220425/method_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -19px;
    right: 32%;
  }
  .reason {
    display: block;
  }
  .method img {
    width: 100%;
    height: auto;
  }
  .ribbon2 p, .ribbon3 p {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
  .ribbon2 {
    width: 80px;
  }
  .ribbon2:after {
    border-left: 40px solid #276f1c;
    border-right: 40px solid #276f1c;
    border-bottom: 10px solid transparent;
  }
  .ribbon2 p span, .ribbon3 p span {
    font-size: 2.5rem;
  }
  .method .txt h3,
  .reason-min h3 {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .reason-min .ttl {
    margin-bottom: 20px;
  }
  .method .txt {
    margin-left: 0px;
    width: 100%;
  }
  .reason {
    margin-bottom: 55px;
  }
  .ribbon3 p {
    font-size: 1rem;
  }
  .reason-min-box {
    display: block;
    padding-bottom: 18px;
  }
  .reason-min {
    width: 100%;
    margin-bottom: 40px;
  }
  .results {
    overflow: hidden;
  }
  .results .ribbon h2 span::before {
    content: "";
    background-image: url(../../../img/lp/kids20220425/cracker.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 368px;
    height: 300px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -23px;
    left: -8%;
  }
  .ribbon3 {
    width: 71px;
  }
  .ribbon3 p span {
    font-size: 2rem;
  }
  .ribbon3:after {
    border-left: 35px solid #276f1c;
    border-right: 35px solid #276f1c;
    border-bottom: 10px solid transparent;
  }
  .results p.Introduction {
    font-size: 1rem;
  }
  .reason-min-box .reason-min h3 {
    margin-left: 20px;
    margin-top: 0px;
    width: 77%;
    margin-bottom: 0;
  }
  .reason-min-box .reason-min:nth-child(2) h3 {
    margin-top: 0px;
  }
  .results-inner {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1% 5%;
    margin: 0 auto;
  }
  .results-inner .box {
    width: 100%;
  }
  .results .ribbon h2 {
    font-size: 1.2rem;
    padding: 2% 3%;
    line-height: 2rem;
  }
  .content p.number {
    font-size: 1.2rem;
  }
  .content p.number .red {
    font-size: 2.1rem;
    letter-spacing: -0.1rem;
    margin-left: 6px;
  }
  .ribbon4 {
    width: 98px;
    right: 12px;
    top: -20px;
    padding: 15px 5px 9px;
  }
  .ribbon4:after {
    border-left: 54px solid #f19210;
    border-right: 54px solid #f19210;
    border-bottom: 15px solid transparent;
  }
  .ribbon4.bg {
    width: 98px;
    height: 75px;
    right: 8px;
    top: -10px;
    padding: 15px 5px;
  }
  .ribbon4.bg:after {
    border-left: 54px solid rgba(147, 89, 7, 0.2392156863);
    border-right: 54px solid rgba(147, 89, 7, 0.2392156863);
    border-bottom: 15px solid transparent;
  }
  .results {
    padding-top: 0px;
  }
  .results-inner .box {
    margin-bottom: 40px;
  }
  .content p.number .red span {
    font-size: 1.4rem;
  }
  .ribbon4 p span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .ribbon4 p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: normal;
  }
  .results-inner .box h3 {
    font-size: 1.6rem;
  }
  .results .ribbon h2 span {
    font-size: 1.8rem;
  }
  .results .ribbon {
    height: 100px;
    width: 86%;
  }
  .results .ribbon {
    height: 100px;
    width: 86%;
  }
  .results .ribbon:before {
    border-width: 50px 0px 50px 15px;
  }
  .results .ribbon:after {
    border-width: 50px 15px 50px 0px;
  }
  .list-btn {
    margin: 0px auto 40px;
    width: 70%;
  }
  .list-btn p {
    font-size: 1.4rem;
  }
  .voice h2 {
    font-size: 2.3rem;
    margin-bottom: 10%;
  }
  .voice {
    padding: 15% 4% 5%;
  }
  .comment {
    max-width: none;
    width: 100%;
    padding: 4%;
    border: 3px solid #f19210;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .comment h3 {
    font-size: 1rem;
    padding: 0.7rem 1.7rem;
    width: auto;
    letter-spacing: 0rem;
    display: inline-block;
  }
  .comment .ttl {
    padding: 0;
  }
  .comment .ttl img {
    width: 21%;
  }
  .comment h3::before {
    font-size: 0.5rem;
  }
  .comment h3::after {
    font-size: 0.5rem;
  }
  .comment .ttl h4 {
    line-height: 1.7rem;
  }
  .comment .ttl h4 {
    font-size: 1.3rem;
  }
  .comment p:last-child {
    font-size: 1rem;
  }
  .comment::before {
    width: 68px;
    height: 68px;
    top: -22px;
    left: -24px;
    z-index: 1;
  }
  .support {
    background-image: url(../../../img/lp/kids20220425/support_bg_sp.jpg);
    padding: 75px 20px 30px;
  }
  .support h2 {
    font-size: 2.2rem;
  }
  .support h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .step {
    width: 100%;
    margin-bottom: 45px;
  }
  .support-inner {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    width: 100%;
    margin: 40px auto;
  }
  .ilast-ttl h4 {
    font-size: 1.5rem;
  }
  .ilast-ttl {
    width: 250px;
    height: 250px;
    background-color: #fff;
    border-radius: 100%;
    padding: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .nbr {
    font-size: 2.5rem;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    left: 16%;
    letter-spacing: -0.1rem;
  }
  .lesson-inner {
    max-width: none;
    width: 100%;
    padding: 7% 3% 9%;
  }
  .lesson h2 {
    font-size: 8vw;
  }
  .lesson h3 {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
    padding: 3% 2%;
    margin-top: 30px;
  }
  .lesson h3::after {
    bottom: -11px;
  }
  .lesson-inner .cta {
    margin-top: 20px;
  }
  .lesson {
    padding: 15% 5%;
  }
  .lesson p {
    font-size: 1rem;
    text-align: center;
  }
  .lesson-inner .btn p:nth-of-type(1) {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-left: 5px;
  }
  .lesson-inner .btn p:nth-of-type(2) {
    margin-left: 5px;
    font-size: 7vw;
    letter-spacing: -0.05rem;
  }
  .lesson-inner .btn img {
    width: 44px;
  }
  .center {
    text-align: center;
    padding-top: 14%;
  }
  .map h2 {
    margin-left: 13%;
  }
  .map {
    padding: 0% 4% 10% !important;
  }
  .map-inner {
    display: block;
    width: 100%;
    max-width: none;
    margin: 40px auto 0;
  }
  .map-card {
    border-radius: 15px;
    padding: 5% 3%;
    width: 100%;
  }
  .map-card h3 {
    font-size: 1.4rem;
    margin-bottom: 3px;
    line-height: 1.8rem;
  }
  .map-card h3 + p {
    text-align: center;
    font-size: 0.8rem;
    /*
    height: 4rem;
    */
  }
  .map h2 {
    font-size: 2.3rem;
  }
  .map h2::before {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    top: 1px;
    left: -53px;
  }
  .map-link {
    position: static;
    bottom: 110px;
    left: 15px;
    max-width: 100%;
  }
  .tel-link {
    position: static;
    left: 15px;
    max-width: 100%;
  }
  .map-link div p {
    font-size: 1rem;
    font-weight: normal;
  }
  .map-link div p::before {
    width: 15px;
    height: 15px;
    top: 15%;
    left: -5px;
  }
  .tel-link div p {
    margin-left: 20px;
    font-size: 1rem;
  }
  .tel-link div {
    margin-top: 10px;
  }
  .tel-link div p::before {
    width: 13px;
    height: 13px;
    top: 25%;
    left: -29px;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /*
  .map-inner .map-card:last-child {
      background-color: #fff;
      border-radius: 15px;
      padding: 5% 3%;
      box-sizing: border-box;
      width: 100%;
      box-shadow: 5px 7px 10px #9c9c9c81;
      margin-bottom: 30px;
  }
  .map-inner .map-card:last-child .map-link div{
      margin-top: 10px;
  }
  .map-inner .map-card:last-child .twocell {
      margin-top: 10px;
      align-items: center;
  }
  */
}
/*===================
MIX ADD
===================*/
.cta {
  color: #fff;
}

.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;
}

.lesson-inner .btn {
  border: none;
  padding: 0;
  margin: 15px 0 15px;
}

.mainvisualSection {
  padding: 0;
  margin: 0;
}

/*メインビジュアル*/
.mainvisualSection img {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}

.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;
  }
}
/*追従ボタン*/
.followBtn {
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 90px;
  text-align: center;
}

.followBtn a {
  display: inline-block;
  background: #f39a22;
  border-radius: 100px;
  padding: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 0px #cc7600;
  box-shadow: 0px 4px 0px #cc7600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .followBtn a:hover {
    background: #b66c05;
    -webkit-box-shadow: 0px 4px 0px #000;
    box-shadow: 0px 4px 0px #000;
  }
}
.followBtn a > span {
  border: 1px dashed #ffffff;
  border-radius: 100px;
  padding: 28px 10px 22px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 17px;
}

.followBtn a > span > span {
  display: inline-block;
  font-size: 22px;
}

.y_box span {
  background-color: #f1eb3a;
  color: #040000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  padding: 3px 10px;
}

.results .y_box {
  max-width: 1200px;
  padding: 1% 5%;
  margin: 0 auto;
}

.PassRecord .y_box {
  max-width: 740px;
  padding: 1% 5%;
  margin: 0 auto;
}

.PassRecord .ribbon h2 {
  padding: 32px 90px;
}

.map {
  background-color: #fcefd2;
  padding: 0px 50px 80px;
}

.feature-inner02 {
  text-align: left;
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .feature-inner02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 40px;
  }
}
.feature-inner02 span {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .feature-inner02 span {
    text-align: center;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
}
.xxxs_visible {
  display: block;
}
@media screen and (min-width: 421px) {
  .xxxs_visible {
    display: none;
  }
}

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

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

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

.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;
  }
}

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

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

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

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

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

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

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

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

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .xs_pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb60 {
    margin-bottom: 60px !important;
  }
}