@charset "utf-8";
/* ------------------------------
    pc/sp
------------------------------ */
/*  feature   ---------------------------------------------------------------------------*/
body.feature .mv.lazyloaded {
  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: 490px;
  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;
}
/*  reguirement   ---------------------------------------------------------------------------*/
/* body.reguirement .mv {
  background-image: url(../images/about/reguirement/reguirement_mv_01.png); */
  body.reguirement .mv.lazyloaded {
    background-image: url(../images/about/reguirement/requirement_mv_01.png);
}
body.reguirement .mv .txt {
  font-weight: bold;
}

body.reguirement .mv .txt_red {
  font-weight: bold;
  font-size: 15px;
  color:red;
}

body.reguirement #sec01 .ttl, body.reguirement #sec02 .ttl {
  position: relative;
  font-size: 2rem;
  color: #8dc41d;
  display: flex;
  align-items: center;
}
body.reguirement #sec01 .ttl:before, body.reguirement #sec02 .ttl:before {
  width: 6px;
  height: 40px;
  display: inline-block;
  background-color: #8dc41d;
  content: "";
  margin-right: 10px;
}
body.reguirement .tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
body.reguirement .tbl th {
  font-weight: bold;
  background-color: #e3fac2;
}
body.reguirement .tbl td {
  background-color: #f3f3f3;
}
body.reguirement .tbl td span {
  display: block;
}
body.reguirement h4.label_txt {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
}
body.reguirement .dot_list li {
  padding-left: 0.8em;
  position: relative;
}
body.reguirement .dot_list li:before {
  width: 4px;
  height: 4px;
  display: block;
  left: 0px;
  top: 10px;
  position: absolute;
  background-color: #282828;
  content: "";
  border-radius: 10px;
}
body.reguirement #sec02 .secttl span {
  display: block;
}
body.reguirement h5.label_txt {
  font-weight: bold;
  background-color: #f3f3f3;
}
body.reguirement #sec02 dl.flex dt .net_ttl {
  font-weight: bold;
  border-radius: 10px;
  background-color: #e3fac2;
  text-align: center;
}
body.reguirement #sec02 .txt {
  padding-left: 4em;
  position: relative;
}
body.reguirement #sec02 .txt span {
  position: absolute;
  left: 0px;
  font-weight: bold;
}
body.reguirement a.link {
  color: #282828;
  text-decoration: none;
  font-weight: normal;
}
/*  subject   ---------------------------------------------------------------------------*/
body.subject .mv.lazyloaded {
  background-image: url(../images/about/subject/subject_mv_01.png);
}
body.subject .secttl h2 {
  text-align: center;
}
body.subject .secttl .ttl_txt {
  text-align: center;
}
body.subject #sec03 .subttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*  preschool   ---------------------------------------------------------------------------*/
body.preschool .mv {
  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;
}
/* ------------------------------
    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 .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;
  }
  /*  reguirement   ---------------------------------------------------------------------------*/
  body.reguirement .mv h1 {
    letter-spacing: 3px;
  }
  body.reguirement .mv .txt {
    font-size: 1.7rem;
    margin-top: 20px;
  }
  body.reguirement #sec01 .inner, body.reguirement #sec02 .inner {
    max-width: 910px;
  }
  body.reguirement #sec01 .inner {
    padding-bottom: 75px;
    max-width: 660px;
  }
  body.reguirement #sec02 .inner {
    padding-bottom: 100px;
    max-width: 660px;
  }
  body.reguirement #sec01 .ttl, body.reguirement #sec02 .ttl {
    margin: 65px 0 20px;
  }
  body.reguirement .tbl {
    margin-bottom: 30px;
  }
  body.reguirement .tbl th, body.reguirement .tbl td {
    padding: 25px 15px;
  }
  body.reguirement .tbl th {
    width: 190px;
    font-size: 1.7rem;
    letter-spacing: -0.5px;
  }
  body.reguirement .tbl td {
    font-size: 1.5rem;
  }
  body.reguirement .tbl td span {
    font-size: 1.1rem;
  }
  body.reguirement #sec01 .btn, body.reguirement #sec02 .btn {
    margin: 30px 0 40px;
    text-align: left;
  }
  body.reguirement #sec01 .btn a, body.reguirement #sec02 .btn a {
    padding: 15px 0;
    min-width: 500px;
    font-size: 1.8rem;
  }
  body.reguirement .small_txt {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  body.reguirement .small_txt p + p {
    margin-top: 30px;
  }
  body.reguirement p + .small_txt {
    margin-top: 25px;
  }
  body.reguirement h4.label_txt {
    padding: 10px 25px;
    margin: 50px 0 30px;
    font-size: 1.7rem;
  }
  body.reguirement .dot_list {
    margin: 30px 0;
  }
  body.reguirement #sec02 .secttl {
    font-size: 1.6rem;
  }
  body.reguirement #sec02 .secttl span {
    margin-bottom: 15px;
  }
  body.reguirement #sec02 dl.flex {
    align-items: flex-start;
  }
  body.reguirement #sec02 dl.flex dt {
    flex-basis: 45.5%;
    margin-bottom: 15px;
  }
  body.reguirement #sec02 dl.flex dd {
    margin: 4px 0 15px 2.5%;
    flex-basis: 52%;
  }
  body.reguirement h5.label_txt {
    font-size: 1.7rem;
    margin: 30px 0 20px;
    padding: 10px 25px;
  }
  body.reguirement #sec02 dl.flex dt:last-of-type, body.reguirement #sec02 dl.flex dd:last-of-type {
    margin-bottom: 0;
  }
  body.reguirement #sec02 dl.flex dt .net_ttl {
    padding: 5px 0;
  }
  body.reguirement #sec02 .txt + .txt {
    margin-top: 20px;
  }
  /*  subject   ---------------------------------------------------------------------------*/
  body.subject .secttl h2 {
    margin-bottom: 5px;
  }
  body.subject #sec01 .secttl .ttl_txt {
    font-size: 1.4rem;
  }
  body.subject #sec01 .inner {
    padding: 50px 0 70px;
    max-width: 800px;
  }
  body.subject #sec01 .theme_list {
    margin: 0 -2%;
  }
  body.subject #sec01 .theme_list li {
    margin: 0 2% 4%;
    flex-basis: 29.333%;
  }
  body.subject #sec01 .theme_list .subttl {
    font-size: 2.3rem;
  }
  body.subject #sec01 .theme_list .img {
    margin-bottom: 20px;
  }
  body.subject #sec01 .theme_list .btn a {
    min-width: 180px;
    letter-spacing: normal;
  }
  body.subject #sec01 .theme_list li:nth-child(2) .btn a:after {
    right: 15px;
  }
  /*  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 dt, body.preschool .label_ttl dd {
    padding: 2px 10px;
  }
  body.preschool .label_ttl dt {
    padding: 2px 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;
    padding-top: 35px;
  }
  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: 50%;
  }
  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 #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;
  }
}
/* ------------------------------
    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%;
  }
  /*  reguirement   ---------------------------------------------------------------------------*/
  body.reguirement .mv h1 {
    letter-spacing: 2px;
  }
  body.reguirement .mv .txt {
    margin-top: 15px;
  }
  body.reguirement #sec01 .inner {
    padding: 0 3% 30px;
  }
  body.reguirement #sec01 .ttl, body.reguirement #sec02 .ttl {
    margin: 30px 0 15px;
  }
  body.reguirement .tbl {
    margin-bottom: 15px;
  }
  body.reguirement .tbl th, body.reguirement .tbl td {
    padding: 15px 3%;
    display: block;
  }
  body.reguirement .tbl th {
    font-size: 1.8rem;
    text-align: center;
  }
  body.reguirement .tbl td span {
    font-size: 1.2rem;
  }
  body.reguirement #sec01 .btn, body.reguirement #sec02 .btn {
    margin: 15px 0;
  }
  body.reguirement .small_txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  body.reguirement .small_txt p + p {
    margin-top: 15px;
  }
  body.reguirement h4.label_txt {
    margin: 15px 0;
    padding: 10px 3%;
  }
  body.reguirement .dot_list {
    margin: 15px 0;
  }
  body.reguirement #sec02 .inner {
    padding: 0 3% 15px;
  }
  body.reguirement #sec02 .secttl {
    padding: 15px 3% 10px;
    font-size: 1.2rem;
  }
  body.reguirement #sec02 .secttl span {
    margin-bottom: 10px;
  }
  body.reguirement h5.label_txt {
    margin: 15px 0;
    font-size: 1.7rem;
    padding: 10px 3%;
  }
  body.reguirement #sec02 dl.flex dd {
    padding: 15px 0;
  }
  body.reguirement #sec02 dl.flex dt .net_ttl {
    padding: 5px 3%;
  }
  body.reguirement #sec02 .txt + .txt {
    margin-top: 15px;
  }
  /*  subject   ---------------------------------------------------------------------------*/
  body.subject #sec01 .secttl {
    padding: 10px 5%;
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  body.subject #sec01 .secttl:after {
    display: none;
  }
  body.subject #sec01 .secttl img {
    height: 17px;
  }
  body.subject #sec01 .secttl h2 {
    text-align: center;
  }
  body.subject #sec01 .secttl h2 span {
    position: relative;
    display: block;
    width: 30%;
    margin: 0 auto -5px;
  }
  body.subject #sec01 .secttl h2 span img {
    width: 100%;
    height: auto;
    position: relative;
    left: -21px;
  }
  body.subject #sec01 .secttl h2 span::before {
    content: 'は、';
    display: inline-block;
    position: absolute;
    top: 14px;
    right: -20px;
    font-size: 18px;
    font-weight: 600;
  }
  body.subject .service_box .secttl {
    margin-bottom: 10px;
  }
  body.subject .secttl .ttl_sub {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 10px;
  }
  body.subject .secttl .ttl_sub span {
    display: block;
    font-weight: 900;
  }
  body.subject .secttl .ttl_txt {
    margin: 5px 0 0;
    font-size: 1.4rem;
    text-align: left;
  }
  body.subject .secttl .ttl_small {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 14px;
  }
  body.subject #sec01 .inner {
    padding: 25px 3% 45px;
  }
  body.subject #sec01 .theme_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 10px;
  }
  body.subject #sec01 .theme_list li {
    width: calc((100% - 10px) / 2);
  }
  body.subject #sec01 .theme_list .img {
    margin-bottom: 15px;
    text-align: center;
  }
  body.subject #sec01 .theme_list .img img {
    width: auto;
    height: auto;
  }
  body.subject #sec01 .theme_list .subttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  body.subject #sec01 .theme_list .btn a {
    font-size: 1.2rem;
    padding: 9px 0 8px;
  }
  body.subject #sec01 .theme_list .desc {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  body.subject #sec01 .theme_list li:nth-of-type(1) .desc,
  body.subject #sec01 .theme_list li:nth-of-type(3) .desc {
    margin-bottom: 32px; 
  }
  body.subject #sec01 .btn a:after {
    top: 49%;
  }
  /*  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;
  }
}

/*---------------------------- index ---------------------------*/


.index .mv.lazyloaded{
	background-image: url("../images/about/index/mv_bg.jpg");
}
.index .mv{
	padding: 55px 0 50px;
}
.index .mv h1{
	font-size: 3.8rem;
	line-height: 1.4;
}
.index .mv .flex{
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.index .secttl h2{
	text-align: center;
	font-size: 2.7rem;
}
.index #sec01 .flex_box .label_txt {
  margin-bottom: 25px;
}
.index #sec01 .flex_box .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
.index #sec01 .flex_box .label_txt span + span {
  margin-top: 5px;
}
.index #sec01 .flex_box p.txt {
  font-size: 1.4rem;
  line-height: 2;
}
.index #sec01 .flex_box {
    padding: 50px 0;
  }
  .index #sec01 .flex .movie {
    flex-basis: 45%;
    height: 300px;
  }
  .index #sec01 .flex .txtbox {
    flex-basis: 45%;
    margin: 0px 0px 0px auto;
  }
  .index #sec01 .flex_box .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .index #sec01  .movie iframe {
    width: 100%;
    height: 100%;
}

.index #sec02{
	background-color: #FBE7BE;
}
.index #sec02.point_wrap {

  position: relative;
  z-index: 0;
}
.index #sec02.point_wrap:before {
  width: 100%;
  height: 37px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -37px;
  background-color: #acd940;
  content: "";
}
.index #sec02.point_wrap .label_ttl .big_font {
  padding: 0;
  background: none;
}
.index #sec02.point_wrap .label_ttl .small_font {
  font-size: 1.1rem;
  background: none;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
}
.index #sec02.point_wrap .label_ttl img {
  vertical-align: baseline;
}
.index #sec02.point_wrap ul > li {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.index #sec02.point_wrap ul > li:before {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.index #sec02.point_wrap ul > li .pointttl {
  text-align: center;
  background-color: #FFF258;
  color: #404040;
  font-weight: bold;
}
.index #sec02.point_wrap ul > 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;
}
.index #sec02.point_wrap ul > li .ico {
  text-align: center;
}
.index #sec02.point_wrap ul > li .listttl {
  font-weight: bold;
  color: #8DC41D;
  text-align: center;
}
.index #sec02.point_wrap ul > li .listttl span {
  font-size: 1.1rem;
  position: absolute;
}
 .index #sec02.point_wrap .inner {
    padding: 40px 0 55px;
  }
  .index #sec02.point_wrap .label_ttl {
    padding: 20px 0;
  }
  .index #sec02.point_wrap ul {
    margin: 0 ;
  }
  .index #sec02.point_wrap ul + ul {
	  margin-top: 25px;
}
	  .index #sec02.point_wrap ul > li {
    margin: 0 ;
	width: 249px;
	  max-width: 100%;
    border-radius: 20px;
  }
  .index #sec02.point_wrap ul > li + li{
	  margin-left: 25px;
}
	  .index #sec02.point_wrap ul > li:before {
    border-radius: 20px;
  }
  .index #sec02.point_wrap ul > 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;
  }
.index #sec02.point_wrap ul > li .pointttl:after {
    bottom: -16px;
    margin-left: -16px;
  }
.index #sec02.point_wrap ul > li .pointttl_jp {
    font-size: 2rem;
	   font-weight: bold;
	   text-align: center;
	   position: relative;
	padding-bottom: 5px;
	margin-bottom: 22px;
  }
.index #sec02.point_wrap ul > li .pointttl_jp::after{
	content: "";
	width: 94px;
	background-color: #80BA1A;
	height: 2.5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

  .index #sec02.point_wrap ul > li .ico {
    margin-bottom: 25px;
  }
  .index #sec02.point_wrap ul > li .listttl {
    font-size: 1.7rem;

  }
  .index #sec02.point_wrap ul > li .txt {
    font-size: 1.4rem;
    padding: 0 30px;
  }

.index #sec02 .btn{
	margin-top: 53px;
}
@media screen and (min-width: 768px) {
.index #sec02 .btn a{
	padding: 20px 0;
    font-size: 2rem;
    min-width: 280px;
}
}
.index #sec03 .secttl{
	background-color: #8DC41D;
	box-shadow: none;
}
.index #sec03 .secttl:after{
	content: none;
}
  .index #sec03 .secttl h2 {
    margin-bottom: 5px;
	  color: #fff;
  }
  .index #sec03 .secttl .ttl_txt {
    font-size: 1.4rem;
  }
  .index #sec03 .inner {
    padding: 35px 0 70px;
    max-width: 800px;
  }
  .index #sec03 .theme_list {
    margin: 0 -2%;
  }
  .index #sec03 .theme_list li {
    margin: 2% 2% ;
    flex-basis: 29.333%;
  }
  .index #sec03 .theme_list .subttl {
    font-size: 2.3rem;
  }
  .index #sec03 .theme_list .img {
    margin-bottom: 20px;
  }
  .index #sec03 .theme_list .btn a {
    min-width: 180px;
    letter-spacing: normal;
	  max-width: 100%;
  }
  .index #sec03 .theme_list li:nth-child(2) .btn a:after {
    right: 15px;
  }
.index #sec03 .sec03_txt{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.75;
	font-weight: bold;
	margin-bottom: 45px;
}


/* ------------------------------
    sp
------------------------------ */
@media screen and (max-width: 767px) {

	.index .mv.lazyloaded {
		background-image: url("../images/about/index/mv_bg_sp.png");
	}
	.index .mv {
		padding: 45px 3%;
		margin-top: 60px;
		background-size: cover;
		background-position: right 30% center;
	}
	.index .mv h1{
		font-size: 1.8rem;
		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;
	}
	.index .mv .mv_img{
		display: none;
	}
	.index #sec01 .inner{
		padding: 0 3%;
	}
	.index #sec01 .flex_box{
		padding: 25px 0;
	}
	.index #sec01 .flex .movie{
		    height: 300px;
    margin-bottom: 30px;
	}
	.index #sec01 .flex_box .label_txt span{
		padding: 5px 10px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.index #sec02.point_wrap .inner{
		padding: 30px 3%;
	}
	.index #sec02.point_wrap ul > li{
		width: 100%;
	}
	.index #sec02.point_wrap ul > li + li{
		margin-left: auto;
		margin-top: 15px;
	}
	.index #sec02.point_wrap ul > li .ico{
		max-width: 80%;
		margin: auto auto 15px;
	}
	.index #sec03 .secttl h2{
		margin-bottom: 0;
	}
	.index #sec03 .secttl span {
    display: block;
    width: 30%;
    margin: 0 auto -5px;
}
	.index #sec03 .secttl span img{
		width: 100%;
		height: auto;
	}
	.index #sec03 .secttl{
		padding: 10px 3%;
	}
	.index #sec03 .inner{
		padding: 30px 3%;
	}
	.index #sec03 .theme_list{
		margin: auto;
	}
	.index #sec03 .theme_list .img {
		margin-bottom: 15px;
		text-align: center;
	}
	.index #sec03 .theme_list .img img{
		width: auto;
		margin: auto;
	}
	.index #sec03 .theme_list li{
		margin: auto;
	}
	.index #sec03 .theme_list li + li{
		margin-top: 30px;
	}
	.index #sec03 .theme_list .subttl{
		font-size: 2rem;
	}
	.index #sec02 .btn{
		margin-top: 25px;
	}
}
