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

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", 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: #333333;
}

/*====================================

ボタン

=====================================*/
.btn01 {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  margin: 0 0 30px;
  border-radius: 50px;
  border: 1px solid #1d2088;
  background: #1d2088;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding: 14px 10px;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn01:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #1d2088;
}
.btn01.btn01--ver2 {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #333333;
}
.btn01.btn01--ver2:hover {
  background: #1d2088;
  color: #FFFFFF;
}
.btn01.invalid {
  background: #C1C1C1;
  border: 1px solid #C1C1C1;
}

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

body {
  margin: 0 auto;
  max-width: 1920px;
  width: auto !important;
}

main {
  overflow: hidden;
}

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

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

.container {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 991px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1040px;
  }
}

header {
  background-color: #fff;
  border-bottom: 5px solid #009944;
}

.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 {
  max-width: 360px;
}

.detail a {
  text-decoration: none;
  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: #333;
}
.detail a p:first-child {
  background-color: #00c26e;
  color: #f3ed5c;
  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/kids20220715/fv-bg_pc.jpg);
  background-size: contain;
}

.main {
  padding: 90px 0 200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main > p {
  color: #f19210;
  font-size: 2.7rem;
  font-weight: 600;
}
.main > p span {
  color: #27d1e8;
  font-size: 2.5rem;
}

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

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

.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/kids20220715/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/kids20220715/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: #e42837;
}

.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;
}
.mv-bt-inner p {
  color: #e42837;
  background-color: #fff;
  width: 23%;
  text-align: center;
  padding: 2.5%;
  border-radius: 5px;
  position: relative;
}
.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;
  bottom: 33%;
  right: -21%;
}
.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 {
  /* left mountain shape */
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #d4f9ff;
  border-style: solid;
}
.ribbon:after {
  /* right mountain shape */
  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/kids20220715/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 .card-innner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* arrow settings */
.slick-prev {
  /* back arrow position and shape */
  left: -4.8%;
  z-index: 100;
}

.slick-next {
  /* next arrow position and shape */
  right: -2.2%;
  z-index: 100;
}

/* dot navigation settings */
.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;
  /* dot button color */
}

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

/* features */
.centertext {
  text-align: center;
}

.feature-area {
  background-color: #fff6ef;
  padding: 50px 15px 90px;
}
@media screen and (max-width: 767px) {
  .feature-area {
    padding: 50px 15px 50px;
  }
}
.feature-area h2 {
  color: #f38201;
  text-align: center;
  font-size: 3rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}
.feature-area h2 span {
  border-bottom: 5px dotted #f38201;
}
.feature-area h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220715/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: 41%;
}
@media screen and (max-width: 767px) {
  .feature-area h2::before {
    top: 0;
  }
}
.feature-area h2 img {
  width: 330px;
  display: inline-block;
  padding-bottom: 49px;
  padding-right: 5px;
}
.feature-area .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: 40px auto 0px;
}
.feature-area .feature-inner .box {
  width: 32%;
  background-color: #fff;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature-area .feature-inner h3 {
  color: #f19210;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature-area .feature-inner h3 {
    margin-top: 20px;
  }
}
.feature-area .feature-inner p {
  margin: 10px 0px;
  font-size: 1.2rem;
}

.cta-area {
  background-image: url(../../../img/lp/school-refusal-support/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;
}
.tel-inner p.tel {
  font-size: 3.2rem;
  position: relative;
  margin-left: 40px;
  font-weight: 500;
  color: #f3ed5c;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  .tel-inner p.tel {
    font-size: 2.2rem;
    margin-left: 20px;
  }
}
.tel-inner p.tel::before {
  content: "";
  background-image: url(../../../img/lp/school-refusal-support/tel-icon2.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  bottom: 13px;
  left: -64px;
}
@media screen and (max-width: 767px) {
  .tel-inner p.tel::before {
    bottom: 8px;
    left: -22px;
    width: 31px;
    height: 31px;
  }
}
.tel-inner p.tel--sp {
  display: none;
}
.tel-inner p.tel--sp::before {
  display: none;
}
.tel-inner 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: #f39a22;
  text-align: center;
  border-radius: 60px;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0px 10px 0px #bd7310;
          box-shadow: 0px 10px 0px #bd7310;
}

.left span {
  padding: 0rem 0.4rem 0.2rem;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  color: #f38201;
}

.nayami-area {
  background-color: #dbdbdb;
  padding: 60px 0 150px;
}
.nayami-area .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-area .nayami-inner::after {
  content: "";
  background-image: url(../../../img/lp/kids20220715/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-area .nayami-inner li {
  font-size: 1.3rem;
  line-height: 3rem;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nayami-area .nayami-inner li:nth-child(1)::before, .nayami-area .nayami-inner li:nth-child(2)::before, .nayami-area .nayami-inner li:nth-child(3)::before {
  content: "●";
  font-size: 1rem;
  color: #dbdbdb;
  position: absolute;
}
.nayami-area .nayami-inner li:nth-child(1)::before {
  top: -5px;
  left: 13px;
}
.nayami-area .nayami-inner li:nth-child(2)::before {
  top: -5px;
  right: 13px;
}
.nayami-area .nayami-inner li:nth-child(3)::before {
  bottom: -5px;
  left: 13px;
}
.nayami-area .nayami-inner li img {
  width: 40px;
  height: 40px;
  margin-right: 1%;
}

.nayami-bt-area {
  background: url(../../../img/lp/school-refusal-support/nayami_bt_bg_pc.png) center center;
  position: relative;
  z-index: 2;
  padding: 68px 14px 185px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .nayami-bt-area {
    background-size: cover;
    padding: 58px 0px 65px;
  }
}
.nayami-bt-area::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #fff;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 767px) {
  .nayami-bt-area::before {
    display: none;
  }
}

.nayami-bt-inner {
  background-color: #ffffff;
  width: 700px;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner {
    width: 100%;
  }
}
.nayami-bt-inner::before {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 10px;
  content: "●";
  z-index: 2;
}
.nayami-bt-inner::after {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 4%;
  right: 10px;
  content: "●";
}
.nayami-bt-inner .bottomfloat {
  position: absolute;
  font-size: 32px;
  color: #009944;
  text-align: center;
  left: 0;
  font-weight: 500;
  line-height: 1;
  bottom: -94px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .bottomfloat {
    position: static;
    font-size: 22px;
    margin-top: 20px;
  }
}
.nayami-bt-inner .bottomfloat2 {
  right: 90px;
  position: absolute;
  bottom: -185px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .bottomfloat2 {
    position: static;
    bottom: -105px;
    max-width: 100px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nayami-bt-inner .bottomfloat2 img {
    max-width: 90px !important;
  }
}
.nayami-bt-inner img {
  margin: auto;
}
.nayami-bt-inner .subtext {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.nayami-bt-inner .inner2 .subtext2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: auto;
  position: relative;
}
.nayami-bt-inner .inner2 .subtext2::before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 .subtext2 img {
    max-width: 100%;
    z-index: 2;
    position: relative;
  }
}
.nayami-bt-inner .inner2 h3 {
  font-weight: 500;
  font-size: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.nayami-bt-inner .inner2 .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 .inflex {
    display: block;
  }
}
.nayami-bt-inner .inner2 .inflex .left {
  border-radius: 15px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  color: #e42837;
  padding: 15px 16px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 .inflex .left {
    width: 100%;
    max-width: 180px;
    margin: auto;
    text-align: center;
    padding: 15px;
    font-size: 22px;
  }
}
.nayami-bt-inner .inner2 .inflex .right {
  color: #1d2088;
  position: relative;
  padding: 15px 29px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 .inflex .right {
    padding: 15px;
    margin-top: 60px;
  }
}
.nayami-bt-inner .inner2 .inflex .right::before {
  content: "";
  position: absolute;
  background-image: url(../../../img/lp/school-refusal-support/cross.png);
  width: 17px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .inner2 .inflex .right::before {
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: -40px;
  }
}
.nayami-bt-inner .inner2::before, .nayami-bt-inner .inner2::after {
  display: none;
}
.nayami-bt-inner .neoinner2 {
  position: relative;
  padding: 30px;
  background-color: #fff6ef;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .nayami-bt-inner .neoinner2 {
    padding: 60px 0 50px;
  }
}
.nayami-bt-inner .neoinner2::before {
  content: "●";
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  bottom: 4%;
}
.nayami-bt-inner .neoinner2::after {
  content: "●";
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  bottom: 4%;
}
.nayami-bt-inner .neoinner2::before {
  left: 10px;
}
.nayami-bt-inner .neoinner2::after {
  right: 10px;
}
.nayami-bt-inner .neoinner2 .text1 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 15px;
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nayami-bt-inner .neoinner2 .text1 img {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner .neoinner2 .text2 {
    margin: 15px auto;
  }
}
.nayami-bt-inner .imgfloat {
  position: relative;
}
.nayami-bt-inner h2 {
  margin: 0 auto;
  background-color: #25d1e8;
  color: #fff;
  text-align: center;
  font-size: 48px;
  padding: 2%;
  border-radius: 0 0 15px 15px;
  position: relative;
}
.nayami-bt-inner h2 img {
  margin-right: 10px;
  display: inline-block !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner h2 img {
    margin-bottom: 15px;
    max-width: 25px;
  }
}
.nayami-bt-inner h2::before {
  content: "●";
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 10px;
}
.nayami-bt-inner h2::after {
  content: "●";
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 4%;
  right: 10px;
}
.nayami-bt-inner h3 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #363636;
}
.nayami-bt-inner h2 img {
  margin-right: 10px;
  display: inline-block !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner h2 img {
    margin-bottom: 15px;
    max-width: 25px;
  }
}

.imgfloat img {
  position: absolute;
  bottom: -135px;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .imgfloat img {
    bottom: -40px;
    max-width: 140px !important;
    right: 0;
  }
}

.nayami-bt-inner2 {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner2 {
    padding: 0px;
  }
}
.nayami-bt-inner2 .inner2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .nayami-bt-inner2 .inner2 {
    padding-bottom: 0px;
  }
}

.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 p 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 p img {
  width: 230px;
  position: absolute;
  bottom: -8px;
  right: 35%;
}

.reason {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .reason {
    display: block;
  }
}
.reason .txt {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .reason .txt {
    margin-left: 0;
    width: 100%;
  }
}
.reason h3 {
  font-size: 29px;
  color: #f38201;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .reason h3 {
    font-size: 24px;
    margin-top: 20px;
  }
}

.ribbon2 {
  width: 110px;
  position: absolute;
  color: #fff;
  background-color: #f38201;
  left: 20px;
  top: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.ribbon3 {
  width: 110px;
  position: absolute;
  color: #fff;
  background-color: #f38201;
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ribbon3 {
    width: 80px;
  }
}

.ribbon3:after {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 55px solid #f38201;
  border-right: 55px solid #f38201;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .ribbon3:after {
    border-left: 40px solid #f38201;
    border-right: 40px solid #f38201;
    border-bottom: 10px solid transparent;
  }
}

.ribbon2 p,
.ribbon3 p {
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ribbon2 p,
  .ribbon3 p {
    margin: 0 !important;
  }
}

.ribbon2 p span,
.ribbon3 p span {
  font-size: 48px;
  color: #f3ed5c;
}
@media screen and (max-width: 767px) {
  .ribbon2 p span,
  .ribbon3 p span {
    font-size: 2.5rem;
  }
}

.reason-min {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .reason-min {
    width: 100%;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .reason-min .ttl {
    display: block;
  }
}

.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;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reason-min-box {
    display: block;
  }
}

.method .txt h3,
.reason-min h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.reason-min-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reason-min-box {
    display: block;
  }
}
.reason-min-box h3 {
  font-size: 29px;
  color: #f38201;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .reason-min-box h3 {
    font-size: 24px;
    margin-top: 20px;
  }
}

.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/kids20220715/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 .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.results .ribbon::before {
  /* left mountain shape */
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #fdedc9;
  border-style: solid;
}
.results .ribbon::after {
  /* right mountain shape */
  top: 0;
  right: 0;
  border-width: 66px 30px 66px 0px;
  border-color: transparent #fdedc9 transparent transparent;
  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 .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 .results-inner .box {
  width: 48%;
  border: 2px solid #30286d;
  padding: 0;
  position: relative;
}
.results .results-inner .box h3 {
  background-color: #30286d;
  font-size: 2rem;
  color: #fff;
  padding: 5%;
}
.results .content {
  padding: 5%;
}
.results .content p.number {
  text-align: left;
  color: #30286d;
  font-size: 1.8rem;
  font-weight: 500;
}
.results .content p.number .red {
  font-size: 3rem;
  margin-left: 10px;
}
.results .content p.number .red span {
  font-size: 2rem;
}
.results .ribbon4 {
  width: 140px;
  position: absolute;
  color: #fff;
  background-color: #f19210;
  right: 20px;
  top: -20px;
  padding: 15px 5px;
}
.results .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;
}
.results .ribbon4 p {
  padding: 2%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7rem;
  font-weight: 500;
}
.results .ribbon4 p span {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.results .ribbon4.bg {
  width: 140px;
  height: 100px;
  position: absolute;
  background-color: rgba(147, 89, 7, 0.2392156863);
  right: 14px;
  top: -10px;
  padding: 15px 5px;
}
.results .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;
}
.results .list-btn {
  background-color: #30286d;
  width: 420px;
  margin: 50px auto;
  border-radius: 52px;
}
.results .list-btn p {
  color: #fdedc9;
  text-align: center;
  padding: 3%;
  font-size: 1.9rem;
}
.results .list-btn a {
  text-decoration: none;
}

.voice {
  padding: 100px 20px 70px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 0px;
  }
}
.voice h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #009944;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 2.3rem;
    margin-bottom: 10%;
  }
}
.voice .comment {
  max-width: 800px;
  margin: 0px auto 60px;
  border: 4px solid #009944;
  border-radius: 15px;
  background-color: #e3ffec;
  padding: 3%;
  position: relative;
}
.voice .comment2::before {
  display: none;
}
.voice .comment h3 {
  background-color: #009944;
  padding: 1%;
  font-size: 1.7rem;
  padding: 1.3%;
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  position: relative;
}
.voice .comment h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 14px solid #e3ffec;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
}
@media screen and (min-width: 768px) {
  .voice .comment h3::before {
    border-left: 19px solid #e3ffec;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
}
.voice .comment h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 14px solid #e3ffec;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
}
@media screen and (min-width: 768px) {
  .voice .comment h3::after {
    border-right: 19px solid #e3ffec;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
}
.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 5%;
  border-bottom: 4px dotted #009944;
  margin-bottom: 25px;
}
.voice .comment .ttl img {
  width: 14%;
  margin-bottom: 10px;
}
.voice .comment .ttl h4 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #009944;
  margin-left: 10px;
  line-height: 2.5rem;
}
.voice .comment p:last-child {
  font-size: 1.2rem;
}

.gaiyou {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .gaiyou {
    padding-top: 110px;
  }
}

.voice2 {
  padding-top: 0;
}
.voice2 .comment2 {
  width: 100%;
  max-width: 1000px;
}
.voice2 .comment2 .block {
  margin-top: 40px;
}
.voice2 .comment2 .block .lightbox {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #f9f5ed;
  border-radius: 20px;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .lightbox .flexblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voice2 .comment2 .block .lightbox .flexblock .textside .left {
  line-height: 1.4;
  margin-bottom: 10px;
}
.voice2 .comment2 .block .lightbox .flexblock .img {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .lightbox .flexblock .img {
    margin: 0 10px 0 0;
  }
}
.voice2 .comment2 .block .lightbox .flexblock .span1 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .lightbox .flexblock .span1 {
    font-size: 20px;
  }
}
.voice2 .comment2 .block .lightbox .flexblock .span2 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .lightbox .flexblock .span2 {
    font-size: 16px;
  }
}
.voice2 .comment2 .block .flexbox {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.voice2 .comment2 .block .flexbox .circle {
  padding: 40px 0;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f6f2d4;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .flexbox .circle {
    padding: 40px;
    margin: 0 auto;
    max-width: calc(22% - 12px);
  }
}
.voice2 .comment2 .block .flexbox .circle .sub1 {
  font-size: 20px;
  color: #e18f00;
  font-weight: 700;
  text-align: center;
}
.voice2 .comment2 .block .flexbox .circle .sub2 {
  font-size: 22px;
  color: #30286d;
  margin: 20px 0 10px;
  text-align: center;
  font-weight: 700;
}
.voice2 .comment2 .block .flexbox .circle .red {
  font-size: 24px;
  color: #e4420a;
  font-weight: 900;
  text-align: center;
}
.voice2 .comment2 .block .flexbox .circle .red .span1 {
  font-size: 60px;
  font-weight: 900;
}
.voice2 .comment2 .block .flexbox .circle .red .span2 {
  font-size: 40px;
}
.voice2 .comment2 .block .flexbox .circle .red .span3 {
  font-size: 34px;
}
.voice2 .comment2 .block .flexbox .circle .red2 {
  letter-spacing: -1px;
}
.voice2 .comment2 .block .flexbox .circle2 {
  padding: 40px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .flexbox .circle2 {
    padding: 40px 30px;
    max-width: calc(24% - 12px);
  }
}
.voice2 .comment2 .block .cta {
  margin: auto;
  margin-top: 15px;
  background: #1d2088;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
}
.voice2 .comment2 .block .cta::before {
  content: "→";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.voice2 .comment2 .block .cta a {
  text-decoration: none;
}
.voice2 .comment2 .block .cta p {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .cta p {
    font-size: 29px;
  }
}
.voice2 .comment2 .block h3 {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block h3 {
    display: block;
    max-width: 470px;
    margin: 0 auto 30px;
  }
}
.voice2 .comment2 .block .bluetext {
  text-align: center;
  font-size: 24px;
  color: #30286d;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .bluetext {
    font-size: 32px;
  }
}
.voice2 .comment2 .block .redtext2 {
  color: #e60012;
}
.voice2 .comment2 .block .special {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .special {
    font-size: 20px;
  }
}
.voice2 .comment2 .block .special span {
  font-size: 24px;
  font-weight: 700;
  color: #30286d;
}
@media screen and (min-width: 768px) {
  .voice2 .comment2 .block .special span {
    font-size: 32px;
  }
}
.voice2 .comment2 .block .text {
  width: 100%;
  max-width: 560px;
  margin: 20px auto 0;
}
.voice2 .comment2 .block .redtext {
  text-align: center;
  color: #e60012;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0 20px;
}
.voice2 .comment2 .block .redtext span {
  font-size: 42px;
}
.voice2 .comment2 .block .schedule {
  font-size: 18px;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.voice2 .comment2 .block .schedule span {
  color: #3437a9;
}
.voice2 .comment2 .block .centertext4 {
  font-size: 18px;
}

.achievement {
  padding: 50px 15px 70px;
  background-color: #fff6ef;
}
@media screen and (min-width: 768px) {
  .achievement {
    padding: 100px 15px 120px;
  }
}
.achievement .centertitle img {
  margin: 0 auto 15px;
  display: block;
}
.achievement .centertitle h2 {
  color: #009944;
}
.achievement .ac_flex {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .achievement .ac_flex {
    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;
  }
}
.achievement .ac_flex .block {
  padding: 30px;
  margin-top: 28px;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .achievement .ac_flex .block {
    padding: 30px 15px 25px;
    max-width: calc(33.3333333333% - 14px);
  }
}
.achievement .ac_flex .block .imgb {
  text-align: center;
}
.achievement .ac_flex .block .imgb img {
  margin: auto;
}
.achievement .ac_flex .block .circletitle {
  text-align: center;
  font-size: 20px;
  color: #009944;
  line-height: 1.4t;
  width: 100%;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .achievement .ac_flex .block .circletitle {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1200px) {
  .achievement .ac_flex .block .circletitle {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) {
  .achievement .block4 {
    margin-left: auto;
    margin-right: 14px;
  }
}
.achievement .block4 .circletitle {
  background-color: #f39801;
}
@media screen and (min-width: 768px) {
  .achievement .block5 {
    margin-left: 14px;
    margin-right: auto;
  }
}
.achievement .block5 .circletitle {
  background-color: #8fc320;
}

.achievement2 {
  padding: 70px 15px 80px;
  background: url(../../../img/lp/school-refusal-support/ac_bg.jpg) center center;
}
.achievement2 .cta {
  margin: auto;
  margin-top: 15px;
  background: #3437a9;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-box-shadow: 0px 10px 0px #1d2088;
  box-shadow: 0px 10px 0px #1d2088;
}
.achievement2 .cta p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .achievement2 .cta p {
    font-size: 32px;
  }
}
.achievement2 .cta a {
  text-decoration: none;
}
.achievement2 .actitle2 {
  text-align: center;
}
.achievement2 .actitle2 .minititle {
  margin-bottom: 10px;
}
.achievement2 .actitle2 .minititle span {
  font-size: 16px;
  border: none;
}
@media screen and (min-width: 768px) {
  .achievement2 .actitle2 .minititle span {
    font-size: 24px;
  }
}
.achievement2 .actitle2 .title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #30286d;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .achievement2 .actitle2 .title {
    font-size: 48px;
  }
}
.achievement2 .centertext3 {
  color: #30286d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .achievement2 .centertext3 {
    font-size: 22px;
  }
}

.shorttitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .shorttitle {
    font-size: 48px;
    margin-bottom: 25px;
  }
}

.lp_contact_wrap {
  margin-top: 40px;
}
.lp_contact_wrap .center {
  padding-top: 30px;
}
.lp_contact_wrap .contact__btnblock button {
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lp_contact_wrap .contact__btnblock button {
    margin-bottom: 0;
  }
}
.lp_contact_wrap .set {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .lp_contact_wrap .set {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp_contact_wrap .set tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp_contact_wrap .set tbody tr {
    display: block;
    width: 100%;
  }
}
.lp_contact_wrap .set tbody tr th {
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  font-weight: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  padding-right: 10px;
  width: 40%;
  background: transparent;
  min-width: 130px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lp_contact_wrap .set tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border: none;
  }
}
.lp_contact_wrap .set tbody tr th span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #d50318;
  font-weight: normal;
  padding: 1px 4px 3px;
  font-size: 12px;
  margin: 0 0 0 15px;
}
.lp_contact_wrap .set tbody tr th p {
  font-size: 12px;
  margin-top: 5px;
}
.lp_contact_wrap .set tbody tr td {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  padding: 11px 0 11px 11px;
  background: transparent;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .lp_contact_wrap .set tbody tr td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .lp_contact_wrap .set tbody tr td label,
  .lp_contact_wrap .set tbody tr td .lp_seibetsu_block {
    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;
  }
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field,
.lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .lp_contact_wrap .set tbody tr td label .mwform-radio-field,
  .lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field {
    max-width: calc(50% - 10px);
    margin: 0;
  }
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label,
.lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 5px 12px 24px;
  overflow: hidden;
  position: relative;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label .form-control,
.lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label .form-control {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 15px;
  min-height: auto;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label .mwform-radio-field-text,
.lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label .mwform-radio-field-text {
  width: 100%;
  display: block;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label::-webkit-input-placeholder, .lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label::-webkit-input-placeholder {
  color: orange;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label::-moz-placeholder, .lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label::-moz-placeholder {
  color: orange;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label:-ms-input-placeholder, .lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label:-ms-input-placeholder {
  color: orange;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label::-ms-input-placeholder, .lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label::-ms-input-placeholder {
  color: orange;
}
.lp_contact_wrap .set tbody tr td label .mwform-radio-field > label::placeholder,
.lp_contact_wrap .set tbody tr td .lp_seibetsu_block .mwform-radio-field > label::placeholder {
  color: orange;
}
.lp_contact_wrap .set tbody tr td input,
.lp_contact_wrap .set tbody tr td select,
.lp_contact_wrap .set tbody tr td textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_contact_wrap .set tbody tr td .lp_date_block {
  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;
}
.lp_contact_wrap .set tbody tr td .lp_date_block .lp_date_block_item {
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .lp_contact_wrap .set tbody tr td .lp_date_block .lp_date_block_item {
    max-width: calc(33.3333333333% - 10px);
    margin: 0;
  }
}
.lp_contact_wrap .set tbody tr td .lp_date_block .lp_date_block_item select {
  display: block;
  width: 100%;
}

.contact__btnblock {
  text-align: center;
}
.contact__btnblock button {
  width: 100%;
  max-width: 356px;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .contact__btnblock button {
    margin: 0 15px 30px;
  }
}

.mw_wp_form_input .input_hidden {
  display: none;
}

.lp_contact_wrap .mw_wp_form_confirm .set tr td .lp_date_block .lp_date_block_item {
  width: auto;
  max-width: none;
  margin: 0 10px 0 0;
}
.lp_contact_wrap .mw_wp_form_confirm .set tr td .lp_date_block .lp_date_block_item .input_hidden {
  display: inline-block;
}
.lp_contact_wrap .mw_wp_form_confirm .set tr td .lp_date_block .lp_date_block_item:last-child {
  margin: 0;
}

.support {
  background-color: #ccedd7;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
@media screen and (min-width: 1200px) {
  .support .container {
    width: 1200px;
  }
}
.support h2 {
  color: #009944;
  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 .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;
}
.support .support-inner .step {
  width: 31%;
  position: relative;
  font-size: 1.1rem;
}
.support .support-inner .step .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;
}
@media screen and (max-width: 1199px) {
  .support .support-inner .step .ilast-ttl {
    width: 210px;
    height: 210px;
  }
}
.support .support-inner .step .ilast-ttl img {
  width: 81%;
  margin: 16px auto 0px;
}
.support .support-inner .step .ilast-ttl h4 {
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 1199px) {
  .support .support-inner .step .ilast-ttl h4 {
    font-size: 1.2rem;
  }
}
.support .support-inner .step .nbr {
  background-color: #e60012;
  font-size: 3rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 4px solid #ccedd7;
  position: absolute;
  left: 8%;
}
@media screen and (max-width: 1199px) {
  .support .support-inner .step .nbr {
    width: 50px;
    font-size: 2rem;
    height: 50px;
  }
}
.support .support-inner .step2 .nbr {
  background-color: #1d2088;
}
.support .support-inner .step2 .ilast-ttl h4 {
  color: #1d2088;
}
.support .support-inner .step3 .nbr {
  background-color: #009944;
}
.support .support-inner .step3 .ilast-ttl h4 {
  color: #009944;
}

.lesson {
  background-color: #dafbff;
  padding: 100px 20px;
}
.lesson h2 {
  font-size: 3rem;
  color: #f19210;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.lesson p {
  font-size: 1.2rem;
  text-align: center;
}
.lesson .lesson-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lesson .lesson-inner 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 .lesson-inner 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 .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::after {
  content: "→";
  font-size: 1.6rem;
  position: absolute;
  top: 28%;
  right: 3%;
}
.lesson .lesson-inner .cta a {
  text-decoration: none;
}
.lesson .lesson-inner .cta p {
  color: #fff;
  font-size: 1.8rem;
}
.lesson .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 .lesson-inner .btn img {
  width: 55px;
}
.lesson .lesson-inner .btn .p2 {
  margin-left: 10px;
  font-size: 3.3rem;
  font-weight: 500;
}
.lesson .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;
}
@media screen and (max-width: 767px) {
  .map {
    padding: 50px 0px !important;
  }
}
.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/school-refusal-support/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 .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 .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: 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 .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 .map-inner .map-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2rem;
}
.map .map-inner .map-card h3 + p {
  text-align: center;
  font-size: 15px;
  /*
  height: 6rem;
  */
}
.map .map-inner .map-card a.map-link,
.map .map-inner .map-card a.tel-link {
  text-decoration: none;
}
.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: #e6e6e6;
  border-radius: 40px;
  padding: 5%;
}
.map .map-inner .map-card .map-link div p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.map .map-inner .map-card .map-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220715/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-color: #f19210;
  border-radius: 40px;
  padding: 5%;
}
.map .map-inner .map-card .tel-link div p {
  color: #fff;
  margin-left: 20px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.map .map-inner .map-card .tel-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220715/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 .twocell {
  /*
  display: flex;
  justify-content: space-between;
  */
}

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;
  }
}
@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: 16px;
  }
  .detail a p {
    font-size: 22px;
  }
  h1 img {
    width: 100%;
  }
  h1 {
    width: 45%;
  }
  .detail {
    width: auto;
    margin-left: auto;
  }
  .mv {
    background-image: url(../../../img/lp/kids20220715/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%;
  }
  .mv-bt-inner p::after {
    font-size: 0.8rem;
    right: -13%;
  }
  .mv-bt-inner p span {
    left: 57%;
  }
  .mv-bt-inner p {
    width: 27%;
    padding: 1.7%;
  }
  .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::before {
    width: 55px;
    height: 55px;
  }
  .feature-area h2 {
    font-size: 20px;
    padding: 30px 0 0px;
  }
  .feature-area h2 img {
    width: 200px;
    padding-bottom: 9%;
  }
  .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: 100%;
    margin: 40px auto;
  }
  .feature-inner .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.5rem;
  }
  .feature-area p {
    margin: 10px 0px;
    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.7rem;
    text-align: center;
  }
  .cta-area p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .cta-area .tel-inner {
    display: block;
    width: 100%;
    margin: 20px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-area .left p:nth-child(2) {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .cta-area .tel-inner {
    margin: 10px auto;
  }
  .cta-area .tel--pc {
    display: none;
  }
  .cta-area .tel--sp {
    margin: 0 0 20px;
    display: block;
  }
  .cta-area .tel--sp img {
    max-width: 320px;
    margin: auto;
  }
  .cta-area a {
    font-size: 20px;
  }
  .cta {
    width: 85%;
    margin-left: 0px;
    margin: 20px auto 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    padding: 15px;
  }
  .nayami-inner {
    width: 90%;
    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::before {
    font-size: 0.6rem;
  }
  .nayami-inner li::before:nth-child(1) {
    top: 5px;
    left: 10px;
  }
  .nayami-inner li::before:nth-child(2) {
    top: 5px;
    right: 10px;
  }
  .nayami-inner li::before:nth-child(3) {
    bottom: 5px;
    left: 10px;
  }
  .nayami-area {
    background-color: #dbdbdb;
    padding: 13% 0 24%;
  }
  .nayami-area .nayami-inner::after {
    content: "";
    background-image: url(../../../img/lp/kids20220715/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 .nayami-bt-inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 50px;
    position: relative;
  }
  .nayami-area .nayami-bt-inner.bt-inner {
    margin-top: 0;
  }
  .nayami-area .nayami-bt-inner h2 {
    width: 73%;
    font-size: 1.4rem;
    padding: 2%;
  }
  .nayami-area .nayami-bt-inner h2::before {
    height: 30px;
    left: -9px;
    top: -7px;
    width: 14px;
  }
  .nayami-area .nayami-bt-inner h2::after {
    height: 30px;
    right: -7px;
    top: -7px;
    width: 12px;
  }
  .nayami-area .nayami-bt-inner h3 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .nayami-area .nayami-bt-inner h3 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #363636;
  }
  .pt {
    width: 90%;
    margin: 12px auto 0px;
    padding-bottom: 20px;
  }
  .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%;
    margin-left: 0px;
  }
  .pt p:first-child::after {
    content: "×";
    color: #ccc;
    position: absolute;
    right: -30%;
  }
  .pt p:nth-child(2) {
    width: 80%;
  }
  .pt p span {
    color: #25d1e8;
  }
  .pt p img {
    width: 17px;
    margin-right: 5px;
    left: 8px;
    bottom: 10px;
  }
  .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%;
  }
  .reason {
    display: block;
    margin-bottom: 55px;
  }
  .reason .txt {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .reason .txt {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .reason .ribbon2 {
    width: 80px;
  }
  .reason .ribbon2::after {
    border-left: 40px solid #f38201;
    border-right: 40px solid #f38201;
    border-bottom: 10px solid transparent;
  }
  .reason .ribbon2 p {
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .reason .ribbon2 p span {
    font-size: 2.5rem;
  }
  .reason .method .txt h3,
  .reason .reason-min h3 {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .reason .ribbon3 {
    width: 70px;
    background-color: #f38201;
  }
  .reason .ribbon3 p {
    font-size: 1rem;
  }
  .reason .ribbon3 p span {
    font-size: 2rem;
  }
  .reason .ribbon3::after {
    border-left: 35px solid #f38201;
    border-right: 35px solid #f38201;
    border-bottom: 15px solid transparent;
  }
  .reason .reason-min {
    width: 100%;
    margin-bottom: 40px;
  }
  .reason .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: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .reason .reason-min .ttl {
    display: block;
  }
}
@media (max-width: 767px) {
  .reason .reason-min h3 {
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .reason .reason-min-box {
    display: block;
    padding-bottom: 18px;
  }
  .reason .results {
    overflow: hidden;
  }
  .reason .results .ribbon {
    height: 100px;
    width: 86%;
  }
  .reason .results .ribbon::before {
    border-width: 50px 0px 50px 15px;
  }
  .reason .results .ribbon::after {
    border-width: 50px 15px 50px 0px;
  }
  .reason .results .ribbon h2 {
    font-size: 1.2rem;
    padding: 2% 3%;
    line-height: 2rem;
  }
  .reason .results .ribbon h2 span {
    font-size: 1.8rem;
  }
  .reason .results .ribbon h2 span::before {
    content: "";
    background-image: url(../../../img/lp/kids20220715/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%;
  }
  .reason .results p.Introduction {
    font-size: 1rem;
  }
  .reason .results .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;
  }
  .reason .results .results-inner .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .reason .results .results-inner .box h3 {
    font-size: 1.6rem;
  }
  .reason .results .results-inner .box .content {
    padding: 5%;
  }
  .reason .results .results-inner .box .content p.number {
    text-align: left;
    color: #30286d;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .reason .results .results-inner .box .content p.number .red {
    font-size: 2.1rem;
    letter-spacing: -0.1rem;
    margin-left: 6px;
  }
  .reason .results .results-inner .box .content p.number .red span {
    font-size: 1.4rem;
  }
  .reason .results .list-btn {
    margin: 0px auto 40px;
    width: 70%;
  }
  .reason .results .list-btn p {
    font-size: 1.4rem;
  }
  .reason .results .ribbon4 {
    width: 98px;
    right: 12px;
    top: -20px;
    padding: 15px 5px 9px;
  }
  .reason .results .ribbon4.bg {
    width: 98px;
    height: 75px;
    right: 8px;
    top: -10px;
    padding: 15px 5px;
  }
  .reason .results .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;
  }
  .reason .results .ribbon4::after {
    border-left: 54px solid #f19210;
    border-right: 54px solid #f19210;
    border-bottom: 15px solid transparent;
  }
  .reason .results .ribbon4 p {
    padding: 2%;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.3rem;
    font-weight: normal;
  }
  .reason .results .ribbon4 p span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .voice {
    padding: 30px 15px 30px;
  }
  .voice h2 {
    font-size: 2.3rem;
    margin-bottom: 10%;
  }
  .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 {
    width: 68px;
    height: 68px;
    top: -22px;
    left: -24px;
    z-index: 1;
  }
  .voice .comment h3 {
    font-size: 1rem;
    padding: 0.7rem 1.7rem;
    width: auto;
    letter-spacing: 0rem;
    display: inline-block;
  }
  .voice .comment h3::before {
    font-size: 0.5rem;
  }
  .voice .comment h3::after {
    font-size: 0.5rem;
  }
  .voice .comment .ttl {
    padding: 0;
  }
  .voice .comment .ttl img {
    width: 21%;
  }
  .voice .comment .ttl h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .voice .comment p:last-child {
    font-size: 1rem;
  }
  .support {
    padding: 75px 20px 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .support {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .support h2 {
    font-size: 2.1rem;
  }
  .support h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .support .support-inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    width: 100%;
    margin: 40px auto;
  }
  .support .support-inner .step {
    width: 100%;
    margin-bottom: 45px;
  }
  .support .support-inner .step .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;
  }
  .support .support-inner .step .ilast-ttl h4 {
    font-size: 1.3rem;
  }
  .support .support-inner .step .nbr {
    font-size: 2.5rem;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    left: 9%;
    letter-spacing: -0.1rem;
  }
  .lesson {
    background-color: #dafbff;
    padding: 15% 5%;
  }
  .lesson h2 {
    font-size: 2.5rem;
  }
  .lesson p {
    font-size: 1rem;
    text-align: center;
  }
  .lesson .lesson-inner {
    max-width: none;
    width: 100%;
    padding: 7% 3% 9%;
    background-color: #fff;
    padding: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lesson .lesson-inner h3 {
    max-width: none;
    width: 100%;
    font-size: 2rem;
    padding: 3% 2%;
    margin-top: 30px;
    background-color: #f19210;
    padding: 1.5% 2%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .lesson .lesson-inner h3::after {
    bottom: -11px;
  }
  .lesson .lesson-inner .cta {
    margin-top: 20px;
    background-color: #f19210;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 40px;
    position: relative;
  }
  .lesson .lesson-inner .cta::after {
    content: "→";
    font-size: 1.6rem;
    position: absolute;
    top: 28%;
    right: 3%;
  }
  .lesson .lesson-inner .cta a {
    text-decoration: none;
  }
  .lesson .lesson-inner .cta p {
    color: #fff;
    font-size: 1.8rem;
  }
  .lesson .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 .lesson-inner .btn img {
    width: 55px;
  }
  .lesson .lesson-inner .btn .p2 {
    margin-left: 10px;
    font-size: 3.3rem;
    font-weight: 500;
  }
  .lesson .lesson-inner .time span {
    border: 1px solid #272727;
    padding: 0.2rem 0.3rem;
    border-radius: 10px;
    margin-right: 10px;
  }
  .center {
    text-align: center;
    padding-top: 14%;
  }
  .map {
    padding: 0% 4% 10%;
  }
  .map h2 {
    margin-left: 13%;
    font-size: 2.3rem;
  }
  .map h2::before {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    top: 1px;
    left: -53px;
  }
  .map .map-inner {
    display: block;
    width: 100%;
    max-width: none;
    margin: 40px auto 0;
  }
  .map .map-inner .map-card {
    border-radius: 15px;
    padding: 5% 3%;
    width: 100%;
  }
  .map .map-inner .map-card h3 {
    font-size: 1.4rem;
    margin-bottom: 3px;
    line-height: 1.8rem;
  }
  .map .map-inner .map-card h3 + p {
    text-align: center;
    font-size: 0.8rem;
    /*
    height: 4rem;
    */
  }
  .map .map-inner .map-card .map-link {
    position: static;
    bottom: 110px;
    left: 15px;
    max-width: 100%;
  }
  .map .map-inner .map-card .map-link div {
    margin-top: 20px;
    background-color: #e6e6e6;
    border-radius: 40px;
    padding: 5%;
  }
  .map .map-inner .map-card .map-link div p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
  }
  .map .map-inner .map-card .map-link div p::before {
    content: "";
    background-image: url(../../../img/lp/kids20220715/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 {
    position: static;
    left: 15px;
    max-width: 100%;
  }
  .map .map-inner .map-card .tel-link div {
    margin-top: 20px;
    background-color: #f19210;
    border-radius: 40px;
    padding: 5%;
  }
  .map .map-inner .map-card .tel-link div p {
    color: #fff;
    margin-left: 20px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
  }
  .map .map-inner .map-card .tel-link div p::before {
    content: "";
    background-image: url(../../../img/lp/kids20220715/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 .twocell {
    /*
    display: flex;
    justify-content: space-between;
    */
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.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;
}
.mf-enabled .mf-section-wrapper-column,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column) {
  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;
}
.mf-enabled .mf-section-wrapper-column.mf-align-left, .mf-enabled .mf-section-wrapper-column.mf-autolayout-left,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column).mf-align-left,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column).mf-autolayout-left {
  clear: both;
  float: none;
}

#footer {
  display: none !important;
}

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

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

img {
  width: auto;
}

.lp_contact {
  background-color: #f0f6f8;
  padding: 90px 15px;
}

.whiteback {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .whiteback {
    padding: 40px 0 120px;
  }
}
.whiteback .boxflex {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .whiteback .boxflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 831px;
  }
}
.whiteback .boxflex .block {
  position: relative;
  margin: 0 auto 40px;
  min-height: 147px;
  text-align: center;
  background-color: #ccedd7;
  color: #009944;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 15px;
  width: 100%;
  padding: 20px 0;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .whiteback .boxflex .block {
    max-width: calc(33.3333333333% - 60px);
    margin: 0 30px 40px;
  }
}
.whiteback .boxflex .block p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  color: #009944;
}
.whiteback .boxflex .block.block2::before {
  content: "";
  position: absolute;
  background-image: url(../../../img/lp/school-refusal-support/cross2.png);
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  top: -28px;
  bottom: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .whiteback .boxflex .block.block2::before {
    top: 50%;
    bottom: auto;
    right: auto;
    left: -35px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
  }
}
.whiteback .boxflex .block.block2::after {
  content: "";
  position: absolute;
  background-image: url(../../../img/lp/school-refusal-support/cross2.png);
  width: 16px;
  height: 16px;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .whiteback .boxflex .block.block2::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -35px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
  }
}

.whiteback2 {
  padding-bottom: 0px;
}

.point-area {
  max-width: 1200px;
  padding: 1% 30px 5%;
  margin: 0 auto;
}
.point-area h2 {
  width: 30%;
  padding: 10px 0;
  background-color: #e42837;
  position: relative;
  margin: 3% auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.point-area h2::before, .point-area h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #e42837;
  top: 34%;
}
.point-area h2::before::before, .point-area h2::after::before {
  right: 104%;
}
.point-area h2::before::after, .point-area h2::after::after {
  left: 104%;
}
.point-area .adj_img {
  width: 50%;
  margin: auto;
}
.point-area .lead_text {
  display: block;
  text-align: center;
  font-size: 18px;
}
.point-area .screw01,
.point-area .screw02,
.point-area .screw03,
.point-area .screw04 {
  position: absolute;
  width: 20px;
}
.point-area .screw01.screw01,
.point-area .screw02.screw01,
.point-area .screw03.screw01,
.point-area .screw04.screw01 {
  top: 3%;
  left: 2%;
}
.point-area .screw01.screw02,
.point-area .screw02.screw02,
.point-area .screw03.screw02,
.point-area .screw04.screw02 {
  top: 3%;
  right: 2%;
}
.point-area .screw01.screw03,
.point-area .screw02.screw03,
.point-area .screw03.screw03,
.point-area .screw04.screw03 {
  bottom: 3%;
  left: 2%;
}
.point-area .screw01.screw04,
.point-area .screw02.screw04,
.point-area .screw03.screw04,
.point-area .screw04.screw04 {
  bottom: 3%;
  right: 2%;
}
.point-area .board_box {
  width: 70%;
  background-color: #f19210;
  padding: 3% 0;
  margin: 2% auto;
  position: relative;
}
.point-area .board_box .board_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 #ee820c;
          box-shadow: 5px 5px 0 #ee820c;
  margin: auto;
  padding: 2% 4%;
}
.point-area .board_box .board_card > img {
  width: 12%;
  margin-right: 3%;
}
.point-area .board_box .board_card > p > span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.point-area .board_box .board_card + .board_card {
  margin-top: 3%;
}

.add-reason-area {
  background-color: #fdedc9;
  padding: 5% 0;
}
.add-reason-area .adj_img {
  width: 25%;
  margin-bottom: 1%;
}
.add-reason-area .reason_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin: 3% auto;
}
.add-reason-area .reason_flex > img {
  width: 15%;
  margin-right: 3%;
}
.add-reason-area .reason_flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #f19210;
}
.add-reason-area .reason_flex h3 span {
  background-color: #f19210;
  padding: 3px 5px 3px 8px;
  color: #fff;
  font-weight: bold;
  margin-right: 25px;
  position: relative;
}
.add-reason-area .reason_flex h3 span::after {
  content: "";
  position: absolute;
  display: block;
  height: 33%;
  width: 9px;
  border: 12px solid transparent;
  border-left: 12px solid #f19210;
  left: 100%;
  top: 0;
}
.add-reason-area .reason_flex .h3_bd {
  margin: 2.5% auto;
  height: 3px;
  background-color: #f19210;
}
.add-reason-area .reason_flex > div > p {
  text-align: justify;
  font-size: 1.2rem;
}

.method-close {
  padding: 4% 0;
  background-color: #f19210;
}
.method-close h2 {
  color: #fff;
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.method-close img {
  width: 50%;
  margin: 1% auto 1.5%;
}
.method-close .lead_text {
  color: #fff;
}

.add-reason-area h3 .br_sp {
  height: 20px;
}

@media (max-width: 767px) {
  .centertext {
    text-align: left;
  }
  .point-area {
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0% 4%;
  }
  .point-area h2 {
    width: 80%;
    font-size: 22px;
  }
  .point-area .adj_img .adj_img,
  .point-area .add-reason-area .adj_img {
    width: 85%;
  }
  .point-area .lead_text {
    font-size: 15px;
  }
  .point-area .board_box {
    width: 100%;
    padding: 12% 0;
    margin: 10% auto;
  }
  .point-area .screw01,
  .point-area .screw02 {
    top: 2%;
  }
  .point-area .screw03,
  .point-area .screw04 {
    bottom: 2%;
  }
  .point-area .board_card {
    width: 85%;
    padding: 2%;
  }
  .point-area .board_card > p {
    font-size: 14px;
  }
  .point-area .board_card > p > span {
    font-size: 16px;
  }
  .point-area .board_card > img {
    width: 14.5%;
    margin-right: 2%;
  }
  .point-area .board_card + .board_card {
    margin-top: 3%;
  }
  .point-area .add-reason-area .reason_flex {
    width: 95%;
    display: block;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  .point-area .add-reason-area .reason_flex > img {
    width: 40%;
    margin: 5% auto 0;
  }
  .point-area .add-reason-area .reason_flex > div > p {
    font-size: 14px;
  }
  .point-area .add-reason-area .reason_flex h3 {
    line-height: 1.4;
  }
  .point-area .add-reason-area .reason_flex h3 .br_sp {
    height: 10px;
  }
  .point-area .add-reason-area .method-close {
    padding: 10% 0;
  }
  .point-area .add-reason-area .method-close h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .point-area .add-reason-area .method-close img {
    width: 93%;
  }
  .point-area .add-reason-area .method-close .lead_text {
    font-size: 14px;
  }
}
.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;
}
.mf-enabled .mf-section-wrapper-column,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column) {
  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;
}
.mf-enabled .mf-section-wrapper-column.mf-align-left, .mf-enabled .mf-section-wrapper-column.mf-autolayout-left,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column).mf-align-left,
.mf-enabled .mf-section-wrapper :not(.mf-section-wrapper-column).mf-autolayout-left {
  clear: both;
  float: none;
}

#footer {
  display: none !important;
}

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

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

img {
  width: auto;
}

.lp_contact {
  background-color: #f0f6f8;
  padding: 90px 15px;
}