@charset "utf-8";
/* ------------------------------
    pc/sp
------------------------------ */
/*  feature   ---------------------------------------------------------------------------*/
body.feature .mv {
  background-image: url(../images/about/feature/feature_mv_01.png);
}
body.feature #sec01 {
  background-image: url(../images/about/feature/feature_bg_01.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body.feature #sec01 .inner {
  position: relative;
}
body.feature #sec01 .inner:after {
  background-image: url(../images/about/feature/feature_item_02.png);
  width: 622px;
  height: 426px;
  display: block;
  content: "";
}
body.feature #sec02 .ttl {
  font-weight: bold;
  text-align: center;
  background-color: #fff558;
  border-radius: 16px;
  border: 5px solid #FFFFFF;
  color: #595757;
}
body.feature #sec02 ul li:nth-child(even) {
  position: relative;
}
body.feature #sec02 ul li:nth-child(even):after {
  width: 100%;
  height: 505px;
  display: block;
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  background-color: #fef5e3;
  content: "";
  z-index: -1;
}
body.feature #sec03 {
  background-color: #abd93f;
}
body.feature #sec03 .pagettl {
  background-color: #fff558;
}
body.feature #sec03 .pagettl h2 {
  text-align: center;
  color: #595757;
}
body.feature #sec03 .pagettl span {
  text-align: center;
  display: block;
  color: #89c214;
  position: relative;
  background-image: url(../images/about/feature/feature_icon_01.png);
  background-position: center top;
  background-size: contain;
}
body.feature #sec03 .feature_list .list .img {
  text-align: center;
  margin-bottom: 15px;
}
body.feature #sec03 .feature_list .list .txt {
  color: #FFFFFF;
  padding: 20px 0;
  display: block;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0 0 16px 16px;
  background-size: 22px 22px;
  background-position: 0 0, 12px 12px;
  background-repeat: repeat;
  font-weight: bold;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 22%, transparent 5%), radial-gradient(rgba(255, 255, 255, 0.1) 22%, transparent 5%);
  background-color: #8dc41d;
  box-shadow: 0 5px 0px #73ad00;
  -moz-box-shadow: 0 5px 0px #73ad00;
  -webkit-box-shadow: 0 5px 0px #73ad00;
  -o-box-shadow: 0 5px 0px #73ad00;
  -ms-box-shadow: 0 5px 0px #73ad00;
}
body.feature #sec03 .feature_list .list li:nth-child(even) .txt {
  background-color: #ff9839;
  box-shadow: 0 5px 0px #ea7015;
  -moz-box-shadow: 0 5px 0px #ea7015;
  -webkit-box-shadow: 0 5px 0px #ea7015;
  -o-box-shadow: 0 5px 0px #ea7015;
  -ms-box-shadow: 0 5px 0px #ea7015;
}
body.feature #sec03 .check_box .txt {
  margin-bottom: 10px;
  text-align: center;
}
body.feature #sec03 .check_box .list ul {
  background-color: #FFFFFF;
}
body.feature #sec03 .check_box .list ul li {
  position: relative;
  font-weight: bold;
}
body.feature #sec03 .check_box .list ul li:before {
  background-image: url(../images/grade/icon_02.png);
  display: inline-block;
  content: "";
}
body.feature #sec04 .img {
  text-align: center;
}
/*  preschool   ---------------------------------------------------------------------------*/
body.preschool .mv.lazyloaded {
  background-image: url(../images/about/feature/preschool/preschool_mv_01.png);
}
body.preschool #sec01 .ttl {
  text-align: center;
}
body.preschool #sec01 .img {
  text-align: center;
}
body.preschool #sec02 .ttl {
  text-align: center;
}
body.preschool #sec02 .ttl span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: inline-block;
}
body.preschool #sec02 .ttl span:last-child {
  margin-top: 5px;
}
body.preschool #sec02 .img_image {
  text-align: center;
}
body.preschool #sec02 .img {
  text-align: center;
}
body.preschool #sec02 .lead p {
  font-size: 1.4rem;
}
body.preschool .flex_box .txt_box p.txt {
  font-size: 1.4rem;
}
body.preschool .label_ttl dt, body.preschool .label_ttl dd {
  font-weight: bold;
}
body.preschool .label_ttl dt {
  background-color: #FFFFFF;
  border-radius: 15px;
  color: #8DC41D;
}
body.preschool .flex_box .label_txt span + span {
  margin-top: 5px;
}
body.preschool #sec03 {
  background-color: rgba(251, 234, 197, 0.50);
}
body.preschool #sec03 .list > li {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
body.preschool #sec03 .list > li:before {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
body.preschool #sec03 .list > li .pointttl {
  text-align: center;
  background-color: #FFF258;
  color: #404040;
  font-weight: bold;
}
body.preschool #sec03 .list > li .pointttl:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  right: 0px;
  z-index: -1;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #FFF258;
}
body.preschool #sec03 .list > li .ico {
  text-align: center;
}
body.preschool #sec03 .list > li .listttl {
  font-weight: bold;
  color: #8DC41D;
  text-align: center;
}
body.preschool #sec03 .list > li .listttl span {
  font-size: 1.1rem;
  position: absolute;
}
body.preschool #sec03 .list > li .subtxt {
  padding: 5px 30px 0;
  color: #E60012;
  font-size: 1.2rem;
}
body.preschool #sec04 .label_ttl span {
  font-size: 1.4rem;
  display: block;
}
body.preschool #sec04 .img {
  text-align: center;
}
body.preschool .flex_box .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.preschool #sec04 .label_ttl span {
  color: #FFFFFF;
  background-color: transparent;
}
body.preschool #sec05 .img {
  text-align: center;
}
body.preschool #sec05 .lead p {
  font-size: 1.4rem;
}
body.preschool #sec05 .listimg {
  text-align: center;
}
body.preschool #sec06 .lead p {
  font-size: 1.4rem;
}
body.preschool #sec06 .img {
  text-align: center;
}
body.preschool #sec06 .img_image {
  text-align: center;
}
body.preschool #sec06 .txt {
  text-align: center;
}
body.preschool #sec07 .lead p {
  font-size: 1.4rem;
}
body.preschool #sec07 .img {
  text-align: center;
}
body.preschool #sec07 .ttl {
  background-color: #FFF358;
  text-align: center;
}

/*  lecture   ---------------------------------------------------------------------------*/
body.lecture .mv.lazyloaded {
  background-image: url(../images/about/feature/lecture/lecture_mv_01.png);
}
body.lecture #sec01 .cntttl {
  color: #404040;
  background-color: #FFF558;
  text-align: center;
  position: relative;
}
body.lecture #sec01 .cntttl:after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF558;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
body.lecture #sec01 .movie iframe {
  width: 100%;
  height: 100%;
}
body.lecture #sec02 {
  position: relative;
}
body.lecture #sec02:before, body.lecture #sec04:before {
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}
body.lecture #sec02 .txtbox p {
  font-weight: bold;
}
body.lecture .flex_box .label_txt {
  margin-bottom: 25px;
}
body.lecture .flex_box .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.lecture .flex_box .label_txt span + span {
  margin-top: 5px;
}
body.lecture .flex_box p.txt {
  font-size: 1.4rem;
  line-height: 2;
}
body.lecture #sec03 .img {
  text-align: center;
}
body.lecture #sec03 .lead p {
  font-size: 1.4rem;
}
body.lecture #sec04 {
  position: relative;
}
body.lecture #sec04 .txtbox p {
  font-weight: bold;
}

/*  gamification   ---------------------------------------------------------------------------*/
body.gamification .mv.lazyloaded {
  background-image: url(../images/about/feature/gamification/gamification_mv_01.png);
}

body.gamification .mv h1 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc41d;
  border-radius: 30px;
  text-shadow: none;
  box-shadow: 5px 5px 3px rgb(0 0 0 / 8%);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5px 5px 3px rgb(0 0 0 / 8%);
  -o-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
  text-align: center;
}

body.gamification #sec01 .cntttl {
  color: #404040;
  background-color: #FFF558;
  text-align: center;
  position: relative;
}

body.gamification #sec01 .cntttl:after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF558;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}

body.gamification #sec01 .token_economy-box {
  background-color: rgba(251, 234, 197, 0.50);
  position: relative;
  padding: 100px 0 80px;
  margin: 160px 0 120px;
  }

  body.gamification #sec01 .token_economy-arrow01 {
    position: absolute;
    top: -115px;
    right: 0;
    left: 0;
    width: 800px;
    margin: auto;
  }

  body.gamification #sec01 .token_economy-arrow02 {
    position: absolute;
    bottom: -85px;
    right: 0;
    left: 0;
    width: 800px;
    margin: auto;
  }

body.gamification .y_ttl::after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFF558;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    margin: 0 auto;
    right: 0px;
}

body.gamification .y_ttl::before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFF;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    margin: 0 auto;
    right: 0px;
}


body.gamification #sec01 .lead {
  margin: 50px 0 10px;
  font-size: 1.6rem;
  /* padding-bottom: 50px; */
  text-align: center;
}
body.gamification #sec01 .img {
  margin: 50px 0;
  text-align: center;
}
body.gamification #sec02 {
  position: relative;
}
body.gamification #sec02:before, body.gamification #sec04:before {
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}
body.gamification #sec02 .txtbox p,body.gamification #sec03 .txtbox p {
  font-weight: bold;
}
body.gamification .flex_box .label_txt {
  margin-bottom: 25px;
}
body.gamification .flex_box .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.gamification .flex_box .label_txt span + span {
  margin-top: 5px;
}
body.gamification .flex_box p.txt {
  font-size: 1.6rem;
  line-height: 2;
}
body.gamification #sec03 .img {
  text-align: center;
}
body.gamification #sec03 .lead p {
  font-size: 1.4rem;
}
body.gamification #sec04 {
  position: relative;
}
body.gamification #sec04 .txtbox p {
  font-weight: bold;
}

/*  drill   ---------------------------------------------------------------------------*/
body.drill .mv.lazyloaded {
  background-image: url(../images/about/feature/drill/drill_mv_01.png);
}
body.drill #sec01 .cntttl {
  color: #404040;
  background-color: #FFF558;
  text-align: center;
  position: relative;
}
body.drill #sec01 .cntttl:after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF558;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
body.drill #sec02, body.drill #sec04 {
  position: relative;
}
body.drill #sec02:before, body.drill #sec04:before {
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}
body.drill #sec03 .lead p, body.drill #sec04 .lead p, body.drill #sec05 .txtbox p {
  font-size: 1.4rem;
}
/*  test   ---------------------------------------------------------------------------*/
body.test .mv.lazyloaded {
  background-image: url(../images/about/feature/test/test_mv_01.png);
}
body.test #sec01 .lead p {
  font-size: 1.4rem;
}
body.test #sec01 .cntttl {
  color: #404040;
  background-color: #FFF558;
  text-align: center;
  position: relative;
}
body.test #sec01 .cntttl:after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF558;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
body.test #sec02 .txtbox p, body.test #sec03 .txtbox p, body.test #sec02 .txtbox p, body.test #sec04 .txtbox p {
  font-size: 1.4rem;
}
body.test #sec02, body.test #sec04 {
  position: relative;
}
body.test #sec02:before, body.test #sec04:before {
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}
/*  management   ---------------------------------------------------------------------------*/
body.management .mv.lazyloaded {
  background-image: url(../images/about/feature/management/management_mv_01.png);
}
body.management #sec01 .cntttl {
  color: #404040;
  background-color: #FFF558;
  text-align: center;
  position: relative;
}
body.management #sec01 .cntttl:after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFF558;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}
body.management .lead p {
  font-size: 1.4rem;
}
body.management #sec01 .img {
  text-align: center;
}
body.management #sec02 .txtbox p, body.management #sec03 .txtbox p, body.management #sec02 .txtbox p, body.management #sec04 .txtbox p, body.management #sec05 .txtbox p, body.management #sec06 .txtbox p, body.management #sec07 .txtbox p {
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}
body.management #sec02, body.management #sec04, body.management #sec06 {
  position: relative;
}
body.management #sec02:before, body.management #sec04:before, body.management #sec06:before {
  width: 100%;
  display: block;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
}
body.management #sec05 .lead p {
  font-weight: bold;
}
body.management #sec05 .ttl {
  text-align: center;
}
body.management #sec05 .img {
  text-align: center;
}
/* ------------------------------
    pc
------------------------------ */
@media screen and (min-width:768px) {
  /*  feature   ---------------------------------------------------------------------------*/
  body.feature .mv {
    padding: 40px 0 0;
  }
  body.feature .mv .inner {
    position: relative;
  }
  /* body.feature .mv .inner:before {
    background-image: url(../images/about/feature/feature_icon_02.png);
    width: 266px;
    height: 186px;
    display: block;
    position: absolute;
    right: -10px;
    top: -40px;
    content: "";
  } */
  body.feature #sec01 .inner {
    padding: 50px 0;
  }
  body.feature #sec01 p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  body.feature #sec01 p + p {
    margin-top: 30px;
  }
  body.feature #sec01 .inner:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: -22px;
  }
  body.preschool #sec01 .inner {
    max-width: 800px;
  }
  body.preschool #sec01 .img {
    padding: 20px 0 50px;
  }
  body.feature #sec02 {
    /* padding-bottom: 60px; */
  }
  body.feature #sec02 .label_ttl {
    margin-bottom: 40px;
  }
  body.feature #sec02 .inner {
    max-width: 850px;
  }
  body.feature #sec02 ul li {
    padding-bottom: 40px;
  }
  body.feature #sec02 .ttl {
    font-size: 2.5rem;
    padding: 17px 0 10px;
    margin-bottom: 40px;
  }
  body.feature #sec02 .img {
    text-align: center;
    margin-bottom: 40px;
  }
  body.feature #sec02 .btn a {
    padding: 15px 0;
    font-size: 2rem;
  }
  body.feature #sec03 .feature_list .inner {
    padding: 50px 0 0;
  }
  body.feature #sec03 .pagettl {
    padding-bottom: 30px;
  }
  body.feature #sec03 .pagettl h2 {
    font-size: 3.2rem;
  }
  body.feature #sec03 .pagettl span {
    font-size: 3.2rem;
    padding-bottom: 30px;
    margin: -15px 0 15px 0;
  }
  body.feature #sec03 .feature_list .inner {
    max-width: 800px;
  }
  body.feature #sec03 .feature_list .list {
    margin: 0 -1.8%;
  }
  body.feature #sec03 .feature_list .list li {
    margin: 0 1.8% 50px;
    flex-basis: 29.7%;
    position: relative;
  }
  body.feature #sec03 .feature_list .list li a {
    display: block;
  }
  body.feature #sec03 .feature_list .list .subttl {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.feature #sec03 .feature_list .list .txt {
    font-size: 1.7rem;
  }
  body.feature #sec03 .check_box dl.flex dt {
    flex-basis: 45%;
    padding-left: 2.5%;
    z-index: 0;
  }
  body.feature #sec03 .check_box dl.flex dd {
    flex-basis: 55%;
  }
  body.feature #sec03 .check_box .list ul, body.high #sec02 .check_box .list ul {
    border-radius: 0 16px 16px 0;
    padding: 30px 55px;
    margin: 20px 0 0 -10px;
  }
  body.feature #sec03 .check_box .list ul li {
    font-size: 2rem;
  }
  body.feature #sec03 .check_box .list ul li + li {
    margin-top: 15px;
  }
  body.feature #sec03 .check_box .list ul li:before {
    width: 32px;
    height: 26px;
    margin: 0 10px -4px 0;
  }
  /*  preschool   ---------------------------------------------------------------------------*/
  body.preschool .mv {
    padding: 140px 0;
  }
  body.preschool h1 {
    text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
  }
  body.preschool .label_ttl dl {
    align-items: center;
  }
  body.preschool .label_ttl dt, body.preschool .label_ttl dd {
    padding: 2px 10px;
    font-size: 2.5rem;
  }
  body.preschool .label_ttl dt {
    padding: 5px 25px;
    margin-right: 10px;
  }
  body.preschool #sec02 .lead {
    margin: 0 17.5% 50px;
  }
  body.preschool #sec02 .ttl {
    padding: 50px 0 25px;
    font-size: 2.2rem;
    margin: 0 auto;
    text-align: center;
  }
  body.preschool #sec02 .ttl span {
    padding: 2px 15px;
    line-height: 1.9;
  }
  body.preschool #sec02 .img_image {
    margin-bottom: 50px;
  }
  body.preschool #sec02 .img {
    margin-bottom: 50px;
  }
  body.preschool .flex_box .label_txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.preschool #sec03 .list {
    padding: 50px 0;
    margin: 0 -0.5%;
  }
  body.preschool #sec03 .list > li {
    margin: 0 0.5%;
    flex-basis: 24%;
    border-radius: 20px;
  }
  body.preschool #sec03 .list > li:before {
    border-radius: 20px;
  }
  body.preschool #sec03 .list > li .pointttl {
    font-size: 2rem;
    border-top-left-radius: 20px;
    padding: 15px 0;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
  }
  body.preschool #sec03 .list > li .pointttl:after {
    bottom: -16px;
    margin-left: -16px;
  }
  body.preschool #sec03 .list > li .ico {
    margin-bottom: 25px;
  }
  body.preschool #sec03 .list > li .listttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  body.preschool #sec03 .list > li .txt {
    font-size: 1.4rem;
    padding: 0 30px;
  }
  body.preschool .flex_box {
    padding-top: 40px;
  }
  body.preschool .flex_box .txt_box {
    flex-basis: 42%;
  }
  body.preschool .flex_box .label_txt {
    margin-bottom: 25px;
  }
  body.preschool .flex_box .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.preschool .flex_box .txt_box p.txt {
    font-size: 1.4rem;
  }
  body.preschool .flex_box .imglist {
    flex-basis: 58%;
  }
  body.preschool .flex_box .imglist img {}
  body.preschool #sec04 .label_ttl {
    padding: 20px 0;
  }
  body.preschool #sec04 .img {
    padding: 25px 0 50px;
  }
  body.preschool #sec05 .lead {
    margin: 0 18% 25px;
    padding-top: 35px;
  }
  body.preschool #sec05 .listimg + .listimg {
    margin-top: 35px;
  }
  body.preschool #sec05 .img {
    padding: 25px 0 50px;
  }
  body.preschool #sec06 .lead {
    margin: 0 18%;
    padding-top: 35px;
  }
  body.preschool #sec06 .img_image {
    padding: 30px 0;
  }
  body.preschool #sec06 .txt {
    padding-bottom: 30px;
  }
  body.preschool #sec07 .lead {
    margin: 0 18%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  body.preschool #sec07 .ttl {
    padding: 25px 0;
  }
  /*  lecture   ---------------------------------------------------------------------------*/
  body.lecture .mv {
    padding: 120px 0;
  }
  body.lecture #sec01 .flex .movie {
    flex-basis: 45%;
    height: 250px;
  }
  body.lecture #sec01 .flex .txtbox {
    flex-basis: 45%;
    margin: 0px 0px 0px auto;
  }
  body.lecture .flex_box .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.lecture #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }
  body.lecture #sec01 .flex_box {
    padding: 50px 0;
  }
  body.lecture #sec02 .inner, body.lecture #sec03 .inner, body.lecture #sec04 .inner {
    max-width: 800px;
  }
  body.lecture #sec02 .flex_box {
    padding: 50px 0;
  }
  body.lecture #sec02 .flex {
    align-items: center;
  }
  body.lecture #sec02:before {
    height: 100%;
    bottom: -9%;
  }
  body.lecture #sec02 .txt {
    flex-basis: 50%;
  }
  body.lecture #sec02 .txtbox {
    flex-basis: 48%;
  }
  body.lecture #sec02 .txtbox p {
    line-height: 2;
  }
  body.lecture #sec02 .img {
    flex-basis: 52%;
    margin: 0px 0px 0px auto;
    text-align: right;
  }
  body.lecture #sec03 .img {
    padding: 25px 0;
  }
  body.lecture #sec03 .lead {
    margin: 0 50px;
    padding-bottom: 50px;
  }
  body.lecture #sec03 .lead p {
    line-height: 2;
  }
  body.lecture #sec04:before {
    top: 30px;
    bottom: -30px;
  }
  body.lecture #sec04 .flex {
    align-items: center;
  }
  body.lecture #sec04 .img {
    flex-basis: 50%;
  }
  body.lecture #sec04 .txtbox {
    flex-basis: 48%;
  }
  body.lecture #sec04 .txtbox p {
    line-height: 2;
  }
  body.lecture #sec04 .flex_box {
    padding: 50px 0;
  }
  body.lecture #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }

  /*  gamification   ---------------------------------------------------------------------------*/
  body.gamification .mv {
    padding: 120px 0;
  }

body.gamification .mv h1 > span {
font-size: 2.7rem;
    padding: 10px 0 6px;
    width: 430px;
    margin-bottom: 25px;
}

  body.gamification #sec01 .flex .movie {
    flex-basis: 45%;
    height: 250px;
  }
  body.gamification #sec01 .flex .txtbox {
    flex-basis: 45%;
    margin: 0px 0px 0px auto;
    align-self: center;
  }
  body.gamification .flex_box .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }

  body.gamification #sec01 .token_economy-box {
    background-color: rgba(251, 234, 197, 0.50);
    position: relative;
    padding: 100px 0 80px;
    margin: 160px 0 120px;
    }

  body.gamification #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }
  body.gamification #sec01 .flex_box {
    padding: 50px 0 20px;
  }
  body.gamification #sec02 .inner, body.gamification #sec03 .inner, body.gamification #sec04 .inner {
    max-width: 800px;
  }
  body.gamification #sec02 .flex_box {
    padding: 50px 0;
  }
  body.gamification #sec02 .flex,body.gamification #sec03 .flex {
    align-items: center;
  }
  body.gamification #sec02:before {
    height: 100%;
    bottom: -2%;
  }
  body.gamification #sec02 .txt,body.gamification #sec03 .txt {
    flex-basis: 50%;
  }
  body.gamification #sec02 .txtbox,body.gamification #sec03 .txtbox {
    flex-basis: 48%;
    align-self: flex-start;
  }
  body.gamification #sec02 .txtbox p,body.gamification #sec03 .txtbox p {
    line-height: 2;
  }
  body.gamification #sec02 .lead,body.gamification #sec03 .lead {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
  }
  body.gamification #sec02 .img {
    flex-basis: 50%;
    align-self: flex-start;
    /* flex-basis: 52%;
    margin: 0px 0px 0px auto;
    text-align: right; */
  }
  body.gamification #sec02 .img-center {
    padding: 10px 0;
    text-align: center;
  }
  body.gamification #sec02 .txt-box {
    background-color: #FFF;
    border: 2px solid #f6c9a2;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
  body.gamification #sec02 .txt-box .ttl {
    font-size: 1.7rem;
    color: #f08e42;
  }
  body.gamification #sec02 .txt-box p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  /* body.gamification #sec03 .lead {
    margin: 0 50px;
    padding-bottom: 50px;
  }
  body.gamification #sec03 .lead p {
    line-height: 2;
  } */
  body.gamification #sec03 .img {
    flex-basis: 50%;
    align-self: flex-start;
  }
  body.gamification #sec03 .txt-box {
    background-color: #fef5e3;
    border: 2px solid #f6c9a2;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
  body.gamification #sec03 .flex_box {
    padding: 50px 0 10px;
  }
  body.gamification #sec03 {
    padding-bottom: 40px
  }
  body.gamification #sec03 .txt-box .ttl {
    font-size: 1.7rem;
    color: #f08e42;
  }
  body.gamification #sec03 .txt-box p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.gamification #sec04:before {
    top: 30px;
    bottom: -30px;
  }
  body.gamification #sec04 .flex_box {
    padding: 50px 0 40px;
  }

  body.gamification #sec04 .flex {
    align-items: center;
  }
  body.gamification #sec04 .item1 {
    flex-basis: 50%;
    text-align: center;
  }
  body.gamification #sec04 .item2 {
    flex-basis: 50%;
    text-align: center;
  }
  body.gamification #sec04 .item1 p,body.gamification #sec04 .item2 p {
    margin: 10px 30px 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  body.gamification #sec04 .lead {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
  }
  body.gamification #sec04 .img {
    padding: 20px 0;
    text-align: center;
  }
  body.gamification #sec04 .txtbox {
    flex-basis: 50%;
  }
  body.gamification #sec04 .txtbox p {
    line-height: 2;
  }

  body.gamification #sec05 .ttl {
    padding: 25px 0;
    background-color: #FFF358;
    text-align: center;
  }
  /* body.gamification #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  } */


  /*  drill   ---------------------------------------------------------------------------*/
  body.drill .mv {
    padding: 125px 0;
  }
  body.drill #sec01 .lead p {
    line-height: 2;
    font-size: 1.4rem;
  }
  body.drill #sec01 .inner, body.drill #sec02 .inner, body.drill #sec03 .inner, body.drill #sec04 .inner, body.drill #sec05 .inner {
    padding: 50px 0 0;
    max-width: 800px;
  }
  body.drill #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }
  body.drill #sec02:before {
    height: 100%;
    top: 21%;
  }
  body.drill #sec02 .flex_box {
    padding-top: 50px;
  }
  body.drill #sec02 .flex {
    align-items: center;
  }
  body.drill #sec02 .flex .img {
    flex-basis: 50%;
    text-align: right;
  }
  body.drill #sec02 .flex .txtbox {
    flex-basis: 50%;
  }
  body.drill #sec02 .txtbox p {
    line-height: 2;
    font-size: 1.4rem;
  }
  body.drill #sec03 .img {
    padding-top: 50px;
    padding: 50px 0;
  }
  body.drill #sec03 .lead p {
    line-height: 2;
  }
  body.drill #sec04:before {
    height: 100%;
    top: 15.5%;
  }
  body.drill #sec04 .lead p {
    line-height: 2;
  }
  body.drill #sec04 .flex {
    align-items: center;
  }
  body.drill #sec04 .img {
    padding: 50px 0;
  }
  body.drill #sec04 .txtbox {
    flex-basis: 50%;
  }
  body.drill #sec04 .flex_box {
    padding: 50px 0;
  }
  body.drill #sec05 .flex_box {
    padding: 50px 0;
  }
  body.drill #sec05 .flex {
    align-items: center;
  }
  body.drill #sec05 .img {
    flex-basis: 50%;
  }
  body.drill #sec05 .txtbox {
    flex-basis: 50%;
  }
  body.drill #sec05 .txtbox p {
    line-height: 2;
  }
  /*  test   ---------------------------------------------------------------------------*/
  body.test .mv {
    padding: 125px 0;
  }
  body.test #sec01 .lead p {
    line-height: 2;
    text-align: center;
  }
  body.test #sec01 .inner, body.test #sec02 .inner, body.test #sec03 .inner, body.test #sec04 .inner {
    padding: 50px 0 0;
    max-width: 800px;
  }
  body.test #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }
  body.test #sec02:before {
    height: 100%;
    top: 21%;
  }
  body.test #sec02 .flex_box {
    padding-top: 50px;
  }
  body.test #sec02 .flex, body.test #sec03 .flex, body.test #sec04 .flex {
    align-items: center;
  }
  body.test #sec02 .flex .img {
    flex-basis: 50%;
    text-align: right;
  }
  body.test #sec02 .flex .txtbox {
    flex-basis: 50%;
  }
  body.test #sec02 .txtbox p {
    line-height: 2;
  }
  body.test #sec02 .txtbox p.red {
    line-height: 1.8;
    margin-top: 15px;
    font-size: 1.2rem;
  }
  body.test #sec03 .img {
    flex-basis: 50%;
  }
  body.test #sec03 .txtbox {
    flex-basis: 50%;
  }
  body.test #sec02 .txtbox p, body.test #sec03 .txtbox p, body.test #sec04 .txtbox p {
    line-height: 2;
  }
  body.test #sec03 .flex_box {
    padding: 50px 0 0;
  }
  body.test #sec04:before {
    height: 100%;
    top: 18%;
  }
  body.test #sec04 .lead p {
    line-height: 2;
  }
  body.test #sec04 .flex {
    align-items: center;
  }
  body.test #sec04 .img {
    flex-basis: 50%;
    text-align: right;
  }
  body.test #sec04 .txtbox {
    flex-basis: 50%;
  }
  body.test #sec04 .flex_box {
    padding: 50px 0;
  }
  /*  management   ---------------------------------------------------------------------------*/
  body.management #sec01 .lead p {
    line-height: 2;
  }
  body.management #sec01 .img {
    margin-top: 50px;
  }
  body.management #sec01 .inner, body.management #sec02 .inner, body.management #sec03 .inner, body.management #sec04 .inner, body.management #sec05 .inner, body.management #sec06 .inner, body.management #sec07 .inner {
    padding: 50px 0 0;
    max-width: 800px;
  }
  body.management #sec01 .cntttl {
    padding: 25px 0;
    font-size: 2.7rem;
  }
  body.management #sec02:before {
    height: 100%;
    top: 21%;
  }
  body.management .flex_box {
    padding: 50px 0;
  }
  body.management #sec02 .flex_box {
    padding: 50px 0 0;
  }
  body.management #sec03 .flex_box {
    padding: 50px 0 0;
  }
  body.management #sec04 .flex_box {
    padding: 50px 0 0;
  }
  body.management #sec04:before {
    height: 100%;
    top: 21%;
  }
  body.management #sec06 .flex_box {
    padding: 50px 0 0;
  }
  body.management #sec06:before {
    height: 100%;
    top: 21%;
  }
  body.management #sec07 .flex_box {
    padding: 10px 0 0;
  }
  body.management #sec02 .flex, body.management #sec03 .flex, body.management #sec04 .flex, body.management #sec06 .flex, body.management #sec07 .flex {
    align-items: center;
  }
  body.management .flex .img {
    flex-basis: 38%;
    margin-right: 6%;
  }
  body.management .flex .txtbox + .img {
    margin: 0 0 0 6%;
    text-align: right;
  }
  body.management .flex .txtbox {
    flex-basis: 56%;
  }
  body.management .txtbox p {
    line-height: 2;
  }
  body.management #sec07 .flex .img {
    margin: 0 6%;
    flex-basis: 32%;
  }
  body.management #sec05 .ttl {
    text-align: center;
  }
  body.management #sec05 .lead {
    margin: 20px 0 35px;
  }
  body.management #sec05 .lead p {
    text-align: center;
  }
  body.management #sec05 .img {
    text-align: center;
  }
  body.management #sec05 .txt {
    text-align: center;
    margin: 50px 0 0px;
  }
}
/* ------------------------------
    IE
------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.feature #sec03 .check_box dl.flex dt {
    flex-basis: 42%;
  }
}
/* ------------------------------
    sp
------------------------------ */
@media screen and (max-width: 767px) {
  /*  feature   ---------------------------------------------------------------------------*/
  body.feature .mv {
    padding: 90px 3% 0;
    position: relative;
  }
  body.feature .mv:before {
    background-image: url(../images/about/feature/feature_icon_02.png);
    width: 120px;
    height: 84px;
    display: block;
    position: absolute;
    right: 3%;
    top: 0px;
    content: "";
    background-size: 100% auto;
  }
  body.feature #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.feature #sec01 p + p {
    margin-top: 15px;
  }
  body.feature #sec01 .inner:after {
    width: 100%;
    background-size: auto 100%;
    height: 206px;
    margin-top: 15px;
  }
  body.feature #sec02 ul li:nth-child(even):after {
    height: 100%;
    top: 15%;
  }
  body.feature #sec02 .label_ttl {
    margin-bottom: 15px;
  }
  body.feature #sec02 .inner {
    padding: 0 3% 30px;
  }
  body.feature #sec02 .ttl {
    padding: 13px 1.5% 10px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  body.feature #sec02 .img {
    margin-bottom: 15px;
  }
  body.feature #sec03 .pagettl span {
    padding-bottom: 10px;
    margin-bottom: 5px;
    background-size: auto 100%;
    position: relative;
  }
  body.feature #sec03 .pagettl span:after {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    content: attr(x);
  }
  body.feature #sec03 .feature_list .inner {
    padding: 30px 3%;
  }
  body.feature #sec03 .feature_list .list li + li {
    margin-top: 30px;
  }
  body.feature #sec03 .feature_list .list .subttl {
    height: auto !important;
    padding-top: 30px;
  }
  body.feature #sec03 .feature_list .list .img img {
    width: auto;
  }
  body.feature #sec03 .feature_list .list .txt {
    padding: 15px 0;
  }
  body.feature #sec03 .check_box .inner {
    padding: 0 3% 30px;
  }
  body.feature #sec03 .check_box .list ul {
    border-radius: 16px;
    padding: 15px 6%;
  }
  body.feature #sec03 .check_box .list ul li + li {
    margin-top: 10px;
  }
  body.feature #sec03 .check_box .list ul li {
    padding-left: 30px;
  }
  body.feature #sec03 .check_box .list ul li:before {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  body.feature #sec04 .img {
    padding: 0 3%;
  }
  /*  preschool   ---------------------------------------------------------------------------*/
  body.preschool h1 {
    padding-right: 50%
  }
  body.preschool .label_ttl dt {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5px;
  }
  body.preschool #sec01 .inner {
    padding: 30px 3% 20px;
  }
  body.preschool #sec02 .inner {
    padding: 30px 3%;
  }
  body.preschool #sec02 .lead {
    margin-top: 30px;
  }
  body.preschool #sec02 .ttl {
    text-align: left;
  }
  body.preschool #sec02 .ttl span {
    padding: 2px 10px;
  }
  body.preschool #sec02 .img_image {
    margin: 30px 0;
  }
  body.preschool #sec03 .inner {
    padding: 30px 3%;
    position: relative;
  }
  body.preschool #sec03 .list > li {
    border-radius: 20px;
  }
  body.preschool #sec03 .list > li + li {
    margin-top: 30px;
  }
  body.preschool #sec03 .list > li:before {
    border-radius: 20px;
  }
  body.preschool #sec03 .list > li .pointttl {
    padding: 15px 0 10px;
    border-radius: 20px 20px 0 0;
    font-size: 1.8rem;
    position: relative;
  }
  body.preschool #sec03 .list > li .pointttl:after {
    bottom: -14px;
    margin-left: -16px;
    z-index: 1;
  }
  body.preschool #sec03 .list > li .ico {
    margin: 20px 0 15px;
  }
  body.preschool #sec03 .list > li .ico img {
    width: auto;
    height: auto;
  }
  body.preschool #sec03 .list > li .listttl {
    margin: 15px 0;
    font-size: 1.8rem;
  }
  body.preschool #sec03 .list > li .txt {
    padding: 0 6%;
  }
  body.preschool #sec03 .list > li .subtxt {
    padding: 5px 6% 0;
  }
  body.preschool .flex_box .label_txt span {
    padding: 2px 10px;
  }
  body.preschool .flex_box .txt_box p.txt {
    margin: 15px 0;
  }
  body.preschool #sec04 .label_ttl {
    line-height: 1.4;
  }
  body.preschool #sec04 .label_ttl span {
    margin: 0;
    text-align: left;
  }
  body.preschool #sec04 .inner {
    padding: 30px 3%;
  }
  body.preschool #sec05 .inner {
    padding: 30px 3%;
  }
  body.preschool #sec05 .list {
    margin: 15px 0 30px;
  }
  body.preschool #sec05 .listimg {
    margin-top: 15px;
  }
  body.preschool #sec06 .inner {
    padding: 30px 3%;
  }
  body.preschool #sec06 .img_image {
    margin: 15px 0 30px;
  }
  body.preschool #sec07 .inner {
    padding: 30px 3% 0;
  }
  body.preschool #sec07 .img {
    margin-top: 30px;
  }
  /*  lecture   ---------------------------------------------------------------------------*/
  body.lecture .mv {
    padding: 50px 48% 50px 3%;
    background-position: 72% center;
  }
  body.lecture #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.lecture #sec02:before {
    height: 102%;
    top: 12%;
  }
  body.lecture #sec02 .inner {
    padding: 30px 3% 0;
  }
  body.lecture #sec03 .inner {
    padding: 30px 3%;
  }
  body.lecture #sec04:before {
    height: 94%;
    top: 6%;
  }
  body.lecture #sec04 .inner {
    padding: 0 3% 30px;
  }
  body.lecture #sec01 .flex .movie {
    height: 300px;
    margin-bottom: 30px;
  }
  body.lecture #sec01 .cntttl {
    padding: 15px 0;
  }
  body.lecture #sec02 .txtbox {
    margin-bottom: 30px;
  }
  body.lecture #sec03 .img {
    margin-bottom: 30px;
  }
  body.lecture #sec04 .img {
    margin-bottom: 15px;
  }
  /*  gamification   ---------------------------------------------------------------------------*/
  body.gamification .mv {
    padding: 50px 20% 50px 3%;
    background-position: 72% center;
  }

  body.gamification .mv h1 > span {
     font-size: 1.4rem;
     padding: 5px 0;
     margin-right: 20%;
     margin-bottom: 15px;
  }
  body.gamification .flex_box p.txt {
    font-size: 1.4rem;
    line-height: 2;
}
  body.gamification #sec01 .lead {
    margin: 10px 0 20px;
    font-size: 1.4rem;
    /* padding-bottom: 50px; */
    text-align: left;
  }
  body.gamification #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.gamification #sec01 .img {
    margin: 20px 0;
    text-align: center;
}
  body.gamification #sec01 .token_economy-box {
      background-color: rgba(251, 234, 197, 0.50);
      position: relative;
      padding: 0 0 20px;
      margin: 70px 0 15px;
  }
    body.gamification #sec01 .token_economy-arrow01 {
      position: absolute;
      top: -60px;
      right: 0;
      left: 0;
      width: 100%;
      margin: auto;
    }

    body.gamification #sec01 .token_economy-arrow02 {
      position: absolute;
      bottom: -53px;
      right: 0;
      left: 0;
      width: 100%;
      margin: auto;
    }

  body.gamification #sec02:before {
    height: 101%;
    top: 3%;
  }
  body.gamification #sec02 .lead,body.gamification #sec03 .lead {
    margin: 20px 0;
    font-size: 1.4rem;
    text-align: left;
  }
  body.gamification #sec02 .txt-box {
    background-color: #FFF;
    border: 2px solid #f6c9a2;
    border-radius: 16px;
    padding: 15px;
    margin: 15px 0;
  }
  body.gamification #sec02 .img-center {
    padding: 10px 0;
    text-align: center;
  }
  body.gamification #sec02 .txt-box .ttl {
    font-size: 1.7rem;
    color: #f08e42;
  }
  body.gamification #sec02 .txt-box p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.gamification #sec02 .inner {
    padding: 30px 3% 0;
  }
  body.gamification #sec03 .inner {
    padding: 30px 3%;
  }
  body.gamification #sec03 .txt-box {
    background-color: #fef5e3;
    border: 2px solid #f6c9a2;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
  body.gamification #sec03 .txt-box .ttl {
    font-size: 1.7rem;
    color: #f08e42;
  }
  body.gamification #sec03 .txt-box p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.gamification #sec03 .flex_box {
    padding: 20px 0 10px;
  }
  body.gamification #sec04:before {
    height: 100%;
    top: 1%;
  }
  body.gamification #sec04 .inner {
    /* padding: 0 3% 30px; */
    padding: 0 3% 0;
  }
  body.gamification #sec04 .lead {
    margin: 10px 0 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.gamification #sec04 .flex_box {
    padding: 10px 0 20px;
  }
  body.gamification #sec01 .flex .movie {
    height: 300px;
    margin-bottom: 30px;
  }
  body.gamification #sec04 .item1 p,body.gamification #sec04 .item2 p {
    margin: 10px 0 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  body.gamification #sec01 .cntttl {
    padding: 15px 0;
  }
  body.gamification #sec02 .txtbox {
    margin-bottom: 30px;
  }
  body.gamification #sec03 .img {
    margin-bottom: 30px;
  }
  body.gamification #sec04 .img {
    margin-bottom: 15px;
  }
  body.gamification #sec05 .ttl {
    padding: 25px 0;
    background-color: #FFF358;
    text-align: center;
  }

  /*  drill   ---------------------------------------------------------------------------*/
  body.drill .mv {
    padding: 50px 48% 50px 3%;
    background-position: 67% center;
  }
  body.drill #sec01 .cntttl {
    padding: 15px 0;
  }
  body.drill #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.drill #sec02:before {
    height: 102.5%;
    top: 10%;
  }
  body.drill #sec02 .inner {
    padding: 30px 3% 0;
  }
  body.drill #sec02 .img {
    margin-top: 30px;
  }
  body.drill #sec03 .inner {
    padding: 30px 3% 0;
  }
  body.drill #sec03 .img {
    margin-bottom: 30px;
  }
  body.drill #sec04:before {
    height: 90%;
    top: 17%;
  }
  body.drill #sec04 .inner {
    padding: 30px 3%;
  }
  body.drill #sec04 .img {
    margin-bottom: 30px;
  }
  body.drill #sec05 .inner {
    padding: 0 3% 30px;
  }
  body.drill #sec05 .img {
    margin-bottom: 30px;
  }
  /*  test   ---------------------------------------------------------------------------*/
  body.test .mv {
    padding: 50px 48% 50px 3%;
    background-position: 65% center;
  }
  body.test #sec01 .cntttl {
    padding: 15px 0;
  }
  body.test #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.test #sec02:before {
    height: 100%;
    top: 10%;
  }
  body.test #sec02 .inner {
    padding: 30px 3% 0;
  }
  body.test #sec02 .img {
    margin-top: 30px;
  }
  body.test #sec02 .txtbox p.red {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  body.test #sec03 .inner {
    padding: 30px 3% 0;
  }
  body.test #sec03 .img {
    margin-bottom: 30px;
  }
  body.test #sec04 .inner {
    padding: 30px 3%;
  }
  body.test #sec04 .img {
    margin-top: 30px;
  }
  /*  management   ---------------------------------------------------------------------------*/
  body.management .mv {
    padding: 50px 48% 50px 3%;
  }
  body.management #sec01 .cntttl {
    padding: 15px 0;
  }
  body.management #sec01 .img {
    margin-top: 30px;
  }
  body.management #sec01 .inner {
    padding: 30px 3% 0;
  }
  body.management #sec02:before {
    height: 100%;
    top: 12%;
  }
  body.management #sec02 .inner {
    padding: 30px 3% 0;
  }
  body.management #sec02 .img {
    margin-top: 30px;
  }
  body.management #sec03 .inner {
    padding: 30px 3% 0;
  }
  body.management #sec03 .img {
    margin-bottom: 30px;
  }
  body.management #sec04:before {
    height: 98%;
    top: 12%;
  }
  body.management #sec04 .inner {
    padding: 30px 3% 0;
  }
  body.management #sec04 .img {
    margin-top: 30px;
  }
  body.management #sec05 .inner {
    padding: 30px 3%;
  }
  body.management #sec05 .lead {
    margin: 30px 0;
  }
  body.management #sec05 .img {
    margin: 0 0 30px;
  }
  body.management #sec06 .inner {
    padding: 0 3% 30px;
  }
  body.management #sec06 .img {
    margin-bottom: 30px;
  }
  body.management #sec07 .inner {
    padding: 0 3%;
  }
  body.management #sec07 .img {
    margin: 15px 35% 0;
  }
}
