@charset "UTF-8";


#education-system .bg-gray{
  background-color: #f7f8fa;
}

#education-system .sub_mainv-img-wrap {
  position: relative;
}
#education-system .sub_mainv-img-wrap p{
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
#education-system .sub_mainv-img-wrap p span{
  display: block;
  padding-bottom: 20px;
}
#education-system .sub_mainv-img-wrap p strong{
  font-size: 6.2rem;
  line-height: 1.3;
}
#education-system .sub_mainv-img-wrap img {
  display: block;
  width: 100%;
}
#education-system #main-view .mainv-text-wrap {
  margin: 0 auto;
  padding: 6rem 0;
  width: 50%;
  max-width: 500px;
  height: 100%;
  text-align: center;
  letter-spacing: 0.3rem;
}
#education-system .sub_main_visual {
    background-color: #d00030;
    padding: 7% 0;
    border-bottom: none;
}
#education-system .sub_main_visual_title span.en-main-title{
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
}
#education-system .sub_main_visual_title span.jp {
  line-height: 1;
  letter-spacing: 2.3rem;
}

@media screen and (max-width: 1400px) and (min-width: 1201px){
  #education-system .sub_main_visual_title {
    -webkit-transform: translate(-50%,-50%) scale(0.9);
    transform: translate(-50%,-50%) scale(0.9);
  }
  #education-system .sub_mainv-img-wrap p{
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px){
  #education-system .sub_main_visual {
    height: 165px;
  }
  #education-system .sub_main_visual_title {
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
  }
  #education-system .sub_mainv-img-wrap p{
    -webkit-transform: translate(-50%,-50%) scale(0.7);
    transform: translate(-50%,-50%) scale(0.7);
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px){
  #education-system .sub_main_visual {
    height: 150px;
  }
  #education-system .sub_main_visual_title {
    -webkit-transform: translate(-50%,-50%) scale(0.7);
    transform: translate(-50%,-50%) scale(0.7);
  }
  #education-system .sub_mainv-img-wrap p{
    -webkit-transform: translate(-50%,-50%) scale(0.6);
    transform: translate(-50%,-50%) scale(0.6);
  }
}
@media screen and (max-width: 768px) and (min-width: 482px){
  #education-system .sub_mainv-img-wrap p{
    width: 200%;
    -webkit-transform: translate(-50%,-50%) scale(0.5);
    transform: translate(-50%,-50%) scale(0.5);
  }
}
@media screen and (max-width: 481px){
  #education-system .sub_mainv-img-wrap p {
      width: 200%;
      -webkit-transform: translate(-50%,-50%) scale(0.4);
      transform: translate(-50%,-50%) scale(0.4);
  }
}

#education-system #education-system-article-01 .en-main-title ,
#education-system #education-system-article-02 .en-main-title ,
#education-system #education-system-article-03 .en-main-title ,
#education-system #education-system-article-04 .en-main-title 
{
  font-size: 3.4rem;
}
  @media screen and (max-width: 768px) {
  #education-system #education-system-article-01 .en-main-title ,
  #education-system #education-system-article-02 .en-main-title ,
  #education-system #education-system-article-03 .en-main-title ,
  #education-system #education-system-article-04 .en-main-title 
    {
      font-size: 2.4rem;
    }
  }
#education-system .mainv-msg {
  font-size: 2rem;
  margin-bottom: 25px;
}
#education-system .mainv-msg strong {
  font-size: 3.2rem;
  display: inline-block;
  color: #d70030;
  font-weight: bold;
}

#education-system .education-system-article {
  position: relative;
  padding: 100px 0 180px;
}
@media screen and (max-width: 768px){
  #education-system .education-system-article {
    padding: 40px 0 100px;
  }
}
#education-system #education-system-article-02::before{
  position: absolute;
  content: '';
  width: 14px;
  height: 157px;
  background-color: #d00030;
  transform: skew(-19deg);
  -o-transform: skew(-19deg);
  -moz-transform: skew(-19deg);
  -webkit-transform: skew(-19deg);
  top: -105px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #education-system #education-system-article-02::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 90px;
    background-color: #d00030;
    transform: skew(-19deg);
    -o-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -webkit-transform: skew(-19deg);
    top: -60px;
    left: 50%;
  }
}
#education-system .education-system-article .education-system-article-inner {
  padding: 0 3%;
}
#education-system .education-system-article .education-system-article-inner .education-system-article-text {
  text-align: center;
}
#education-system .education-system-article .main-title {
  margin-top: 3px;
  font-size: 2.8rem;
}
#education-system .education-system-article .mainv-title {
  margin: 75px 0 70px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
  @media screen and (max-width: 768px) {
    #education-system .education-system-article .main-title {
      font-size: 2.5rem;
    }
  }

/*　SCHEME 仕組み
---------------------------------------------------------------------------------------------*/

#education-system .education-system-article .scheme-box {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 5% auto 0;
}
  #education-system .education-system-article .scheme-box .scheme-br1160{
    display: none;
  }
#education-system .education-system-article .scheme-box .scheme-gray01,
#education-system .education-system-article .scheme-box .scheme-gray02{
  margin-right: 5.7%;
  position: relative;
  width: calc( 100% / 3.1);
}
#education-system .education-system-article .scheme-box .scheme-gray01::before,
#education-system .education-system-article .scheme-box .scheme-gray02::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #d7002f;
  top: 49%;
  right: -14%;
}
#education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow,
#education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow{
  position: relative;
}
#education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::before,
#education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::before{
  position: absolute;
  content: "";
  display: block;
  bottom: -30px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #d70030;
  border-right: 1px solid #d70030;
  transform: translateX(-50%) rotate(135deg);
  z-index: 1;
}
#education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::after,
#education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: #d70030;
  z-index: 1;
  bottom: -32px;
  left: 50%;
}
#education-system .education-system-article .scheme-box .scheme-gray01 li{
  background-color: #eeefef;
  border: solid 1px #d70030;
  margin-bottom: 3%;
  padding: 33px 3%;
  height: 140px;
}
#education-system .education-system-article .scheme-box .scheme-gray01 li:first-of-type{
  height: 180px;
}
#education-system .education-system-article .scheme-box .scheme-gray01 li:last-of-type{
  margin-bottom: 0;
}
#education-system .education-system-article .scheme-box .scheme-gray02 li{
  background-color: #eeefef;
  border: solid 1px #d70030;
  margin-bottom: 3%;
  padding: 100px 3%;
  height: 309.5px;
}

#education-system .education-system-article .scheme-box .scheme-gray02 li:last-of-type{
  margin-bottom: 0;
}
#education-system .education-system-article .scheme-box .scheme-gray01 li h3,
#education-system .education-system-article .scheme-box .scheme-gray02 li h3{
  font-size: 2.4rem;
  color: #d00030;
  line-height: 1.4;
  padding-bottom: 10px;
}
#education-system .education-system-article .scheme-box .scheme-gray01 li p,
#education-system .education-system-article .scheme-box .scheme-gray02 li p{
  font-size: 1.95rem;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}

#education-system .education-system-article .scheme-box .scheme-white{
  background-color: #fff;
  border: solid 1px #d70030;
  width: calc( 100% / 3.1);
  padding-top: 140px;
}
#education-system .education-system-article .scheme-box .scheme-white h3{
  font-size: 2.4rem;
  color: #d00030;
}
#education-system .education-system-article .scheme-box .scheme-white .scheme-en{
  font-size: 2rem;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
#education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance{
  font-size: 2.7rem;
  background-color: #d70030;
  color: #fff;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  padding-top: 55px;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
#education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #d7002f transparent transparent transparent;
  bottom: -11%;
  left: 43%;
}
/*---------------------------------------------------------
	Ipad
---------------------------------------------------------*/
@media screen and (max-width: 1160px) and (min-width: 768px){
  #education-system .education-system-article .scheme-box {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 5% auto 0;
  }
    #education-system .education-system-article .scheme-box .scheme-br1160{
      display: none;
    }
  #education-system .education-system-article .scheme-box .scheme-gray01,
  #education-system .education-system-article .scheme-box .scheme-gray02{
    margin-right: 5.7%;
    position: relative;
    width: calc( 100% / 3.1);
    height: 448px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01::before,
  #education-system .education-system-article .scheme-box .scheme-gray02::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 20px;
    border-color: transparent transparent transparent #d7002f;
    top: 49%;
    right: -14%;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow{
    position: relative;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::before,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::before{
    bottom: -23px;
    width: 13px;
    height: 13px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::after,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::after{
    height: 35px;
    bottom: -24px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li{
    height: 100px;
    padding: 18px 3%;
    margin-bottom: 6px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li:first-of-type{
    height: 130px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li:last-of-type{
    margin-bottom: 0;
  }
  #education-system .education-system-article .scheme-box .scheme-gray02 li{
    padding: 75px 3%;
    margin-bottom: 6px;
    height:  calc( 50% - 3px);
  }

  #education-system .education-system-article .scheme-box .scheme-gray02 li:last-of-type{
    margin-bottom: 0;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li h3,
  #education-system .education-system-article .scheme-box .scheme-gray02 li h3{
    font-size: 2rem;
    padding-bottom: 2px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li p,
  #education-system .education-system-article .scheme-box .scheme-gray02 li p{
    font-size: 1.6rem;
  }

  #education-system .education-system-article .scheme-box .scheme-white{
    background-color: #fff;
    border: solid 1px #d70030;
    width: calc( 100% / 3.1);
    padding-top: 140px;
  }

  #education-system .education-system-article .scheme-box .scheme-white h3{
    font-size: 2rem;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-en{
    font-size: 1.6rem;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance{
    font-size: 2rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 35px;
    margin-bottom: 15px;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance::before{
    bottom: -11%;
    left: 38%;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #education-system .education-system-article .scheme-box {
    flex-direction: column;
  }
    #education-system .education-system-article .scheme-box .scheme-br1160{
      display: none;
    }
  #education-system .education-system-article .scheme-box .scheme-gray01,
  #education-system .education-system-article .scheme-box .scheme-gray02{
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 35px;
  }
  @media screen and (max-width: 482px) {
    #education-system .education-system-article .scheme-box .scheme-gray01,
    #education-system .education-system-article .scheme-box .scheme-gray02{
      max-width: 300px;
    }
  }
  #education-system .education-system-article .scheme-box .scheme-gray01::before,
  #education-system .education-system-article .scheme-box .scheme-gray02::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #d7002f transparent transparent transparent;
    top: calc( 100% + 10px);
    right: 45%;
    z-index: 1;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow{
    position: relative;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::before,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::before{
    bottom: -23px;
    width: 13px;
    height: 13px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 .scheme-down-arrow::after,
  #education-system .education-system-article .scheme-box .scheme-gray02 .scheme-down-arrow::after{
    height: 35px;
    bottom: -25px;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li{
    background-color: #eeefef;
    border: solid 1px #d70030;
    margin-bottom: 3%;
  /*  padding: 10% 3%;*/
  padding: 13px 3%;
    height: auto;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li:first-of-type{
    height: auto;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li:last-of-type{
    margin-bottom: 0;
  }
  #education-system .education-system-article .scheme-box .scheme-gray02 li{
    background-color: #eeefef;
    border: solid 1px #d70030;
    margin-bottom: 3%;
    padding: 13px 3%;
    height: auto;
  }
  
  
  
  #education-system .education-system-article .scheme-box .scheme-gray02 li:last-of-type{
    margin-bottom: 0;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li h3,
  #education-system .education-system-article .scheme-box .scheme-gray02 li h3{
    font-size: 2rem;
  }
  #education-system .education-system-article .scheme-box .scheme-gray01 li p,
  #education-system .education-system-article .scheme-box .scheme-gray02 li p{
    font-size: 1.6rem;
  }
  #education-system .education-system-article .scheme-box .scheme-white{
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
    padding: 13px 3%;
  }
  @media screen and (max-width: 482px) {
    #education-system .education-system-article .scheme-box .scheme-white{
      max-width: 300px;
    }
  }
  #education-system .education-system-article .scheme-box .scheme-white h3{
    font-size: 2rem;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-en{
    font-size: 1.6rem;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance{
    font-size: 2rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 35px;
    margin-bottom: 15px;
  }
  #education-system .education-system-article .scheme-box .scheme-white .scheme-purpose-performance::before{
    bottom: -11%;
    left: 38%;
  }
}

/*　6 MERIT 導入の６つのメリット
---------------------------------------------------------------------------------------------*/

#education-system .education-system-article .merit6-box .education-system-merit6-img{
/*  max-width: 565px;*/
  max-width: 302.5px;
  margin: 0 auto ;
  position: relative;
}
#education-system .education-system-article .merit6-box .education-system-merit6-img::before{
  position: absolute;
  content: "";
  width: 560px;
  height: 560px;
  border: dashed 1px #d70030;
  border-radius: 50%;
  top: -44%;
  left: -42%;
  margin: auto;
}
#education-system .education-system-article .merit6-box {
  position: relative;
  max-width: 1300px;
  margin: 180px auto;
  margin: 300px auto 180px;
}

#education-system .education-system-article .merit6-box .merit6-text-wrap{
}
#education-system .education-system-article .merit6-box .merit6-text{
  display: flex;
  align-items: center;
  position: absolute;
}
#education-system .education-system-article .merit6-box .merit6-text01{
  top: -245px;
  left: 43%;
}
#education-system .education-system-article .merit6-box .merit6-text02{
  top: -70px;
  right: 4%;
}
#education-system .education-system-article .merit6-box .merit6-text03{
  bottom: -80px;
  right: 4%;

}
#education-system .education-system-article .merit6-box .merit6-text04{
  bottom: -245px;
  left: 43%;
}
#education-system .education-system-article .merit6-box .merit6-text05{
  bottom: -80px;
  left: 4%;
  flex-direction: row-reverse;
}
#education-system .education-system-article .merit6-box .merit6-text06{
  top: -70px;
  left: 4%;
  flex-direction: row-reverse;
}
#education-system .education-system-article .merit6-box .merit6-text h3{
  width: 177px;
  height: 177px;
  background-color: #d00030;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  padding-top: 70px;
  margin-right: 20px;
}
#education-system .education-system-article .merit6-box .merit6-text05 h3,
#education-system .education-system-article .merit6-box .merit6-text06 h3{
  margin-right: 0;
  margin-left: 20px;
}
#education-system .education-system-article .merit6-box .merit6-text p{
  max-width: 220px;
  text-align: left;
}
#education-system .education-system-article .main-text {
  line-height: 2.2;
  font-size: 1.8rem;
  letter-spacing: 0;
  
}
#education-system .education-system-article .main-text strong{
  font-size: 3.2rem;
  background-color: #ce0030;
  color: #ffffff;
  max-width: 990px;
  display: block;
  margin: 8px auto 0;
}
/*---------------------------------------------------------
	Ipad
---------------------------------------------------------*/
@media screen and (max-width: 1400px) and (min-width: 1024px){
  #education-system .education-system-article .merit6-box .education-system-merit6-img{
  /*  max-width: 565px;*/
    max-width: 302.5px;
    margin: 0 auto ;
    position: relative;
  }
  #education-system .education-system-article .merit6-box .education-system-merit6-img::before{
    position: absolute;
    content: "";
    width: 470px;
    height: 470px;
    border: dashed 1px #d70030;
    border-radius: 50%;
    top: -28%;
    left: -28%;
    margin: auto;
    }
  #education-system .education-system-article .merit6-box {
    position: relative;
    max-width: 1300px;
    margin: 240px auto 150px;
  }

  #education-system .education-system-article .merit6-box .merit6-text-wrap{
  }
  #education-system .education-system-article .merit6-box .merit6-text{
    display: flex;
    align-items: center;
    position: absolute;
  }
  #education-system .education-system-article .merit6-box .merit6-text01{
    top: -180px;
    left: 44%;
    width: 38%;
  }
  #education-system .education-system-article .merit6-box .merit6-text02{
    top: -50px;
    right: 8%;
    right: 0;
    width: 38%;
  }
  #education-system .education-system-article .merit6-box .merit6-text03{
    bottom: -45px;
    right: 8%;
    right: 0;
    width: 38%;
  }
  #education-system .education-system-article .merit6-box .merit6-text04{
    bottom: -180px;
    left: 44%;
    width: 38%;
  }
  #education-system .education-system-article .merit6-box .merit6-text05{
    bottom: -45px;
    left: 8%;
    left: 0;
    width: 38%;
    flex-direction: row-reverse;
  }
  #education-system .education-system-article .merit6-box .merit6-text06{
    top: -50px;
    left: 8%;
    left: 0;
    width: 38%;
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 1360px) and (min-width: 1151px){
    #education-system .education-system-article .merit6-box .merit6-text01{
      width: 37%;
    }
    #education-system .education-system-article .merit6-box .merit6-text02{
      width: 37%;
    }
    #education-system .education-system-article .merit6-box .merit6-text03{
      width: 37%;
    }
    #education-system .education-system-article .merit6-box .merit6-text04{
      width: 37%;
    }
    #education-system .education-system-article .merit6-box .merit6-text05{
      width: 37%;
    }
    #education-system .education-system-article .merit6-box .merit6-text06{
      width: 37%;
    }
  }
  @media screen and (max-width: 1150px) and (min-width: 1024px){
    #education-system .education-system-article .merit6-box .merit6-text01{
      width: 36%;
      left: 43%;
    }
    #education-system .education-system-article .merit6-box .merit6-text02{
      width: 34.5%;
    }
    #education-system .education-system-article .merit6-box .merit6-text03{
      width: 34.5%;
    }
    #education-system .education-system-article .merit6-box .merit6-text04{
      width: 36%;
      left: 43%;
    }
    #education-system .education-system-article .merit6-box .merit6-text05{
      width: 34.5%;
    }
    #education-system .education-system-article .merit6-box .merit6-text06{
      width: 34.5%;
    }
  }
  #education-system .education-system-article .merit6-box .merit6-text h3{
    width: 140px;
    height: 140px;
    font-size: 2.2rem;
    padding-top: 53px;
    margin-right: 10px;
  }
  #education-system .education-system-article .merit6-box .merit6-text05 h3,
  #education-system .education-system-article .merit6-box .merit6-text06 h3{
    margin-right: 0;
    margin-left: 0px;
  }
  #education-system .education-system-article .merit6-box .merit6-text p{
    max-width: 220px;
    text-align: left;
    font-size: 1.4rem;
  }
    @media screen and (max-width: 1150px) and (min-width: 1024px){
    #education-system .education-system-article .merit6-box .merit6-text p{
      max-width: 190px;
    }
    #education-system .education-system-article .merit6-box .merit6-text04 p{
      max-width: 200px;
    }
  }
  #education-system .education-system-article .merit6-box .merit6-text04 p{
    padding-top: 20px;
  }
  #education-system .education-system-article .main-text {
    line-height: 2.2;
    font-size: 1.8rem;
    letter-spacing: 0;

  }
  #education-system .education-system-article .main-text strong{
    font-size: 3.2rem;
    background-color: #ce0030;
    color: #ffffff;
    max-width: 990px;
    display: block;
    margin: 8px auto 0;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  #education-system .education-system-article .merit6-box .education-system-merit6-img{
    max-width: 300px;
    margin: 30px auto ;
    position: relative;
  }
  
  #education-system .education-system-article .merit6-box .education-system-merit6-img::before{
    content: none;
  }
  
  #education-system .education-system-article .merit6-box {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
  }

  #education-system .education-system-article .merit6-box .merit6-text-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #education-system .education-system-article .merit6-box .merit6-text{
    display: flex;
    align-items: center;
    position: static;
    margin-bottom: 20px;
  }
  #education-system .education-system-article .merit6-box .merit6-text01{
  }
  #education-system .education-system-article .merit6-box .merit6-text02{
  }
  #education-system .education-system-article .merit6-box .merit6-text03{
  }
  #education-system .education-system-article .merit6-box .merit6-text04{
  }
  #education-system .education-system-article .merit6-box .merit6-text05{
    flex-direction: row;
  }
  #education-system .education-system-article .merit6-box .merit6-text06{
    flex-direction: row;
    margin-bottom: 0;
  }
  #education-system .education-system-article .merit6-box .merit6-text h3{
    width: 100px;
    height: 100px;
    background-color: #d00030;
    color: #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    padding-top: 38px;
    margin-right: 15px;
  }
  #education-system .education-system-article .merit6-box .merit6-text05 h3,
  #education-system .education-system-article .merit6-box .merit6-text06 h3{
    margin-right: 15px;
    margin-left: 0;
  }
  #education-system .education-system-article .merit6-box .merit6-text p{
    padding-right: 10px;
    max-width: 240px;
  }
  @media screen and (max-width: 482px) {
    #education-system .education-system-article .merit6-box .merit6-text p{
      padding-right: 0;
    }
  }
  @media screen and (max-width: 375px) {
    #education-system .education-system-article .merit6-box .merit6-text p{
      width: 65%;
    }
  }
  #education-system .education-system-article .main-text {
    line-height: 2.2;
    font-size: 1.8rem;
    letter-spacing: 0;

  }
  #education-system .education-system-article .main-text strong{
    font-size: 3.2rem;
    background-color: #ce0030;
    color: #ffffff;
    max-width: 990px;
    display: block;
    margin: 8px auto 0;
  }
}