@charset "utf-8";

/* ================================================================================
	ABOUT LAYOUT
================================================================================ */
.centering {margin: auto; text-align: center;}
.centering img {width: 100%;}
@media print, screen and (min-width:768px) {
  .sp_only {display:none;}
  .pc_br {display:block;}
  /* -----------------------------------------------------------------ABOUT COMMON */
   .catch{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6 !important;
    margin-top: 0 !important;
  }
  .catch:before{
    background-color: #000000;
    content: "";
    display: block;
    height: 4px;
    width: 66px;
    margin-bottom: 40px;
  }

  .atamaplus_video {
    max-width: 855px;
    width: 90%;
    height: auto;
    margin: 100px auto 0;
  }
  .atamaplus_video video {
    width: 100%;
  }

  .about_contents{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 0 20px;
    max-width: 1120px;
  }
  .about_contents > p{
    font-size: 16px;
    line-height: 2;
  }
  .about_contents > p,
  .about_contents > .note_list{
    margin-left: 40px;
    margin-right: 40px;
  }




  #introduction_body .image.message{
    background-image: url(../img/img_message2.jpg);
  }
  #introduction_body .image.teacher{
    background-image: url(../img/img_teacher01.jpg);
  }
  #introduction_body .image.atamaplus{
    background-image: url(../img/img_atamaplus.jpg);
  }
  #introduction_body .image.original_text{
    background-image: url(../img/img_original_text.jpg);
  }
  #introduction_body .image.hoshu{
    background-image: url(../img/img_hoshu01.jpg);
  }
  #introduction_body .image.history{
    background-image: url(../img/img_history.jpg?220726);
  }
  #introduction_body .image.safety{
    background-image: url(../img/img_safety.jpg);
  }
  #introduction_body .image.policy{
    background-image: url(../img/img_policy.jpg);
  }



  /* -----------------------------------------------------------------INDEX */
  #about_area{
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 1120px;
  }
  #about_area .catch{
    margin-top: 90px !important;
  }
  #about_area .catch + p{
    color: #000;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  #about_area #features{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #about_area .idea{
    margin-top: 40px;
    width: 48.1%;
  }

  /*
  #about_area .idea.small{
    width: 23.6%;
  }*/
  #about_area .idea.small{
    width: 31%;
  }
  #about_area .idea a{
    background-color: #FFF;
    color: #000;
    border: 10px solid #f3f3f3;
    text-decoration: none;
    display: block;
  }
  #about_area .idea.small a{
    border: 5px solid #f3f3f3;
  }
  #about_area .idea a .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 64%;
  }
  #about_area .idea a dl{
    margin: 30px;
  }
  #about_area .idea.small a dl{
    margin: 20px 10px;
  }
  #about_area .idea a dl > dt{
    border-bottom: 2px solid #000;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 10px 10px;
  }
  #about_area .idea.small a dl > dt{
    font-size: 20px;
  }
  #about_area .idea a dl > dd{
    font-size: 15px;
    margin: 20px 10px 0;
  }
  #about_area .idea a:hover{
    color: #282828;
  }
  #about_area .idea a:hover .image{
    opacity: .8;
  }
  #about_area .idea:nth-child(1) .image{
    background-image: url(../img/features_photo01.jpg);
  }
  #about_area .idea:nth-child(2) .image{
    background-image: url(../img/features_photo02.jpg);
  }
  #about_area .idea:nth-child(3) .image{
    background-image: url(../img/features_photo03.jpg);
  }
  #about_area .idea:nth-child(4) .image{
    background-image: url(../img/features_photo04.jpg);
  }
  #about_area .idea:nth-child(5) .image{
    background-image: url(../img/0425features_photo05.jpg);
  }
  #about_area .idea:nth-child(6) .image{
    background-image: url(../img/features_photo06.jpg);
  }
  #about_area .idea:nth-child(7) .image{
    background-image: url(../img/features_photo07.jpg);
  }
  #about_area .idea:nth-child(8) .image{
    background-image: url(../img/features_photo08.jpg);
  }

  /* -----------------------------------------------------------------MESSAGE */


  .message_area{
    padding: 0 20px;
  }
  .message_area .message_box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 1080px;
  }
  .message_area .message_box p{
    margin-top: 25px;
    line-height: 2;
  }





  /* -----------------------------------------------------------------TEACHER */

  .image_txt{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  .image_txt.txt_right{
    flex-direction: row-reverse;
  }
  .image_txt .detail{
    font-size: 15px;
    width: 38.8%;
  }
  .image_txt .detail p{
    margin-top: 25px;
    line-height: 2;
  }
  .image_txt .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 36.9%;
    height: 0;
    width: 55.5%;
  }
  .image_txt .image1{
    background-image: url(../img/environment_img01.jpg);
  }
  .image_txt .image2{
    background-image: url(../img/environment_img03.jpg);
  }
  /* .image_txt .image3{
    background-image: url(../img/environment_img04.jpg);
  }
  .image_txt .image4{
    background-image: url(../img/environment_img05.jpg);
  }
  .image_txt .image5{
    background-image: url(../img/environment_img06.jpg);
  } */
  /* .image_txt .image6{
    background-image: url(../img/teacher_photo6-2.jpg);
  } */



  #cocoro{
    background-color: #f5f5f5;
    padding: 40px;
    margin-top: 100px;
  }
  #cocoro > h2{
    border-bottom: 1px solid #cde3f5;
    color: #1986da;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
  }
  #cocoro > div{
    background: url(../img/bg_note.png);
    color: #1986da;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    line-height: 61px;
  }
  #cocoro .detail{
    padding: 0 0 0 25px;
    width: 68%;
  }
  #cocoro .image{
    background: url(../img/teacher_photo7.png) no-repeat;
    background-size: contain;
    padding-bottom: 53.68%;
    height: 0;
    margin-top: 30px;
    width: 32%;
  }
  #cocoro .blue{
    color: #0453d5;
  }


  /* -----------------------------------------------------------------ORIGINAL TEXT */
  .point_list{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    counter-reset: number 0;
  }
  .point_list > li{
    border: 5px solid #f3f3f3;
    background-color: #FFF;
    padding: 70px 25px 45px;
    position: relative;
    width: 30.8%;
  }
  .point_list > li:before{
    background-color: #91b941;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    counter-increment: number 1;
    content: counter(number);
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    width: 70px;
  }
  .point_list > li > dl > dt{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.4;
  }
  .point_list > li > dl > dd{
    font-size: 15px;
    margin-top: 20px;
    line-height: 2;
  }

  .example{
    display: table;
    margin-top: 40px;
    width: 100%;
  }
  .example > dt{
    display: table-cell;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    width: 207px;
  }
  .example > dd{
    display: table-cell;
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
  }
  .example1 > dt{
    background-color: #5ab9b9;
  }
  .example1 > dd{
    color: #5ab9b9;
  }
  .example2 > dt{
    background-color: #e68c7d;
  }
  .example2 > dd{
    color: #e68c7d;
  }
  .example1_flow{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .example1_flow > li{
    display: flex;
    font-size: 15px;
    line-height: 1.8;
    align-items: center;
    width: 36.2%;
  }
  .example1_flow > li:after{
    background: url(../img/icon_arrow_flow.png) center center no-repeat;
    content: "";
    display: block;
    height: 45px;
    width: 22%;
  }
  .example1_flow > li > span{
    border-radius: 10px;
    display: block;
    border: #def1f1 5px solid;
    padding: 25px;
    min-height: 100%;
    width: 78%;
  }
  .example1_flow > li:nth-child(3n){
    width: 27.1%;
  }
  .example1_flow > li:nth-child(3n) > span{
    width: 100%;
  }
  .example1_flow > li:nth-child(3n):after{
    display: none;
  }

  .example2_flow{
    display: flex;
    margin-top: 30px;
  }
  .example2_flow > li{
    display: flex;
    font-size: 15px;
    line-height: 1.8;
    margin-right: 1.85%;
    width: 31%;
  }
  .example2_flow > li:nth-child(3n){
    margin-right: 0;
  }
  .example2_flow > li > span{
    border-radius: 10px;
    display: block;
    border: #fae8e5 5px solid;
    padding: 25px;
    min-height: 100%;
    width: 100%;
  }


  #projector{
    background-color: #fefbf1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    padding: 40px;
  }
  #projector .image{
    background: url(../img/original_text_photo1.jpg) center center no-repeat;
    background-size: cover;
    border: 5px solid #FFF;
    padding-bottom: 23.9%;
    height: 0;
    width: 36%;
  }
  #projector dl{
    width: 60.5%;
  }
  #projector dl > dt{
    border-bottom: 1px solid #bea74b;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #projector dl > dd{
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }

  .image_txt > .detail .sub_txt {
    color: #91b941;
    border: 1px solid #91b941;
    display: inline-block;
    padding: 0.4em 1em;
    margin-top: 1em;
  }
  /* -----------------------------------------------------------------SAFETY */
  .safety_sec{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 0 20px;
    max-width: 1120px;
  }
  .safety_sec > .detail{
    width: 60%;
    padding-right: 1em;
  }
  .safety_sec > .detail_img{
    width: 40%;
  }
  .safety_sec > .detail_img img{
    width: 100%;
  }
  .safety_sec > .detail h2{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .safety_sec > .detail h2 > span{
    background-color: #91b941;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
  }
  .safety_sec > .detail .head_txt{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .safety_sec > .detail .head_txt + p{
    line-height: 2;
  }
  .safety_sec > .detail .sub_txt {
    color: #91b941;
    border: 1px solid #91b941;
    display: inline-block;
    padding: 0.4em;
    margin-top: 1em;
  }
  .safety_sec > .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 32.3%;
    height: 0;
    width: 44.4%;
  }
  .safety_sec.safety1{
    margin-top: 100px;
  }
  .safety_sec.safety1 > .image{
    background-image: url(../img/safety_photo1.jpg);
  }
  .safety_sec.safety2 > .image{
    background-image: url(../img/safety_photo2-2.jpg);
  }
  .safety_sec.safety3 > .image{
    background-image: url(../img/safety_photo3.jpg);
  }
  .safety_sec.safety4 > .image{
    background-image: url(../img/safety_photo4-2.jpg);
  }
  .safety_sec.safety5 > .image{
    background-image: url(../img/safety_photo5-2.jpg);
  }



  /* -----------------------------------------------------------------POLICY */
  #policy_contents{
    margin-top: 110px;
  }
  #policy_contents > p{
    font-size: 15px;
    text-align: center;
  }
  #policy_contents .kadai{
    border-radius: 5px;
    border: 2px solid #f08200;
    padding: 40px;
    margin-top: 45px;
  }
  #policy_contents .kadai > p{
    color: #f08200;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #policy_contents .kadai > dl > dt{
    background: url(../img/bg_kadai.jpg);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 35px;
  }
  #policy_contents .kadai > dl > dd > ul{
    display: flex;
    margin-top: 20px;
  }
  #policy_contents .kadai > dl > dd > ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2;
    width: 33.333%;
  }
  #policy_contents .kadai > dl > dd > ul > li:nth-child(1){
    padding-right: 30px;
  }
  #policy_contents .kadai > dl > dd > ul > li:nth-child(2){
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 30px;
    padding-right: 30px;
  }
  #policy_contents .kadai > dl > dd > ul > li:nth-child(3){
    padding-left: 30px;
  }
  #policy_contents .kadai + p{
    margin-top: 50px;
  }
  #policy_contents .circle_list{
    display: flex;
    justify-content:center;
    margin: 30px 0;
  }
  #policy_contents .circle_list > li{
    display: flex;
    justify-content:center;
    align-items: center;
    border-radius: 50%;
    background-color: #f08200;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 10px;
    height: 180px;
    width: 180px;
  }
  #policy_contents .circle_list > li > span{
  }


  .point{
    margin-top: 80px;
  }
  .point .point_title{
    text-align: center;
  }
  .point .point_title > p{
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    background-image: url(../img/bg_point1.png),url(../img/bg_point2.png);
    color: #91b941;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
    line-height: 1;
  }
  .point .point_title > p > span{
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .point .capter_head{
    margin-top: 20px;
  }
  .point .catch{
    margin-top: 40px !important;
  }
  .point .catch:before{
    display: none;
  }
  .point .point_inner{
    padding: 0 30px;
  }
  .point .image_txt{
    margin-top: 40px;
  }
  .point .image_txt .detail{
    width: 57.8%;
  }
  .point .line{
    border-left: 5px solid #91b941;
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .point .line p{
    margin-top: 0;
  }
  .point .line a{
    background: url(../../site_common/img/icon_footer1.png) left center no-repeat;
    color: #91b941;
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
  }
  .point .line a:hover{
    text-decoration: none;
  }
  .point .detail > .line:first-child{
    margin-top: 0 !important;
  }
  .point .detail > dl{
    margin-top: 70px;
    padding: 0 30px;
  }
  .point .detail > dl > dt{
    font-size: 17px;
    font-weight: bold;
  }
  .point .detail > dl > dd{
    font-size: 15px;
  }
  .point .detail > dl > dd > ol{
    counter-reset: number 0;
    margin-top: 15px;
  }
  .point .detail > dl > dd > ol > li{
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .point .detail > dl > dd > ol > li:before{
    counter-increment: number 1;
    content: counter(number)".";
  }
  .point .detail > dl > dd > ol > li > ul{
    margin-top: 10px;
  }
  .point .detail > dl > dd > ol > li > ul > li{
    text-indent: -.5em;
    padding-left: .5em;
  }
  .point .detail > dl > dd > ol > li > ul > li:before{
    content: "・";
    display: inline-block;
  }



  .point .image_txt .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 27.8%;
    height: 0;
    width: 38.2%;
  }
  #point1 .image{
    background-image: url(../img/policy_photo1.jpg);
  }
  #point2 .image{
    background-image: url(../img/policy_photo2.jpg);
  }
  #point3 .image{
    background-image: url(../img/policy_photo3.jpg);
  }
  #point4 .image{
    background-image: url(../img/policy_photo4.jpg);
  }



  #sitepolicy{
    background-color: #fefbf1;
    margin-top: 100px;
    padding: 40px 30px;
  }
  #sitepolicy h3{
    font-size: 17px;
    font-weight: bold;
  }
  #sitepolicy dl{
    font-size: 14px;
  }
  #sitepolicy dl > dt{
    margin-top: 20px;
  }




  /* -----------------------------------------------------------------HISTORY */
  #introduction_body .detail .head_txt.history{
    font-size: 18px;
    line-height: 1.8;
  }
  #introduction_body .detail .btn_area .btn{
    margin-right: 5px;
  }
  #cd-timeline + #contents_navi{
    margin-top: 0;
  }


  /* -----------------------------------------------------------------atamaplus */
  #atamaplus{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 100px;
    padding: 0 20px;
    max-width: 1120px;

  }
  #atamaplus > p{
    margin-top: 40px;
  }


  #atamaplus_sec > p{
    margin-top: 40px;
  }
  #atamaplus_sec > ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  #atamaplus_sec > ol > li{
    border: 5px solid #f3f3f3;
    background-color: #FFF;
    margin-top: 20px;
    padding: 35px;
    width: 48.1%;
  }
  /* #atamaplus_sec > ol > li > h3{
    color: #91b941;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
  #atamaplus_sec > ol > li > h3 span{
    background-color: #91b941;
    color: #FFF;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    width: 70px;
  } */
  #atamaplus_sec > ol > li > h3{
    color: #91b941;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-left: 80px;
    margin-bottom: 1em;
  }
  #atamaplus_sec > ol > li > h3 span{
    position: absolute;
    top: 2%;
    left: 0;
    background-color: #91b941;
    color: #FFF;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 70px;
    width: 70px;
  }

  #atamaplus_sec > ol > li > dl > dt{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -.05em;
    margin-top: 30px;
  }
  #atamaplus_sec > ol > li > dl > dd{
    margin-top: 20px;
  }
  .box_emp.cam .title { font-size: 30px; text-align: center;}
  .box_emp.cam .title span {display: inline-block; background-color: #fff; color:#91b941; padding:0.4em; font-weight: bold; border-radius: 8px;}
  .box_emp.cam .title strong {background: linear-gradient(transparent 60%, #ffff66 0%); font-size: 45px; letter-spacing: 2px;  line-height: 1; display: inline-block; padding: 0.1em; vertical-align: -4px; }


  #melit_sec > p{
    margin-top: 35px;
  }
  #melit_sec > ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #melit_sec > ul > li{
    background-color: #e9f1d9;
    width: 18.5%;
  }
  #melit_sec > ul > li .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 85%;
  }
  #melit_sec > ul > li:nth-child(1) .image{
    background-image: url(../img/img_atamaplus1-2.jpg?1224);
  }
  #melit_sec > ul > li:nth-child(2) .image{
    background-image: url(../img/img_atamaplus2.jpg);
  }
  #melit_sec > ul > li:nth-child(3) .image{
    background-image: url(../img/img_atamaplus3.jpg);
  }
  #melit_sec > ul > li:nth-child(4) .image{
    background-image: url(../img/img_atamaplus4-4.jpg?1224);
  }
  #melit_sec > ul > li:nth-child(5) .image{
    background-image: url(../img/img_atamaplus5-8.jpg?1224);
  }
  #melit_sec > ul > li > p{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
  }

  /* -----------------------------------------------------------------atamaplus */
  #atamaplus .table th, #atamaplus .table td {border: 1px solid #91b941;padding: 1em;}
  #atamaplus .table th { font-weight: bold; background: #edfbd1; width: 20%;}
  .table { width: 100%; max-width: 100%;  margin-bottom: 20px;}

}








@media (max-width: 1024px) and (min-width: 768px) {
  /* -----------------------------------------------------------------MESSAGE */
  #atamaplus_sec > ol > li {padding: 20px;}
  #atamaplus_sec > ol > li > h3{
    font-size: 24px;
  }
  #atamaplus_sec > ol > li > h3 span{
    top: 0;
    font-size: 50px;
    line-height: 60px;
    width: 60px;
  }
  .safety_sec > .detail { padding-right: 1em;}


  /* -----------------------------------------------------------------TEACHER */
  .image_txt .detail{
    width: 40%;
  }


  /* -----------------------------------------------------------------ORIGINAL TEXT */
  .point_list > li > dl > dt{
    font-size: 20px;
  }
  .point_list > li > dl > dd{
    font-size: 13px;
  }

  .example > dt{
    font-size: 20px;
    vertical-align: middle;
  }
  .example > dd{
    font-size: 26px;
    vertical-align: middle;
  }
  .example > dd br{
    display: none;
  }
  .example1_flow > li,
  .example2_flow > li{
    font-size: 13px;
  }

  #projector{
    align-items:flex-start;
  }

}




@media (max-width: 767px) {
  .pc_only {display:none;}
  .sp_only {display:block;}
  .sp_br {display:block;}
  /* -----------------------------------------------------------------ABOUT COMMON */
   .catch{
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6 !important;
    margin-top: 30px;
  }
  .catch br{
    display: none;
  }




  .about_contents{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
  }
  .about_contents .capter_head{
    margin-left: -15px;
    margin-right: -15px;
  }




  #introduction_body .image.message{
    background-image: url(../img/img_message2.jpg);
  }
  #introduction_body .image.teacher{
    background-image: url(../img/img_teacher01.jpg);
  }
  #introduction_body .image.atamaplus{
    background-image: url(../img/img_atamaplus.jpg);
  }
  #introduction_body .image.original_text{
    background-image: url(../img/img_original_text.jpg);
  }
  #introduction_body .image.hoshu{
    background-image: url(../img/img_hoshu01.jpg);
  }
  #introduction_body .image.history{
    background-image: url(../img/img_history.jpg);
  }
  #introduction_body .image.safety{
    background-image: url(../img/img_safety.jpg);
  }
  #introduction_body .image.policy{
    background-image: url(../img/img_policy.jpg);
  }



  /* -----------------------------------------------------------------INDEX */
  #about_area{
    margin-left: 15px;
    margin-right: 15px;
  }
  #about_area .catch + p{
    color: #000;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
  }
  #about_area #features{
    margin-top: 20px;
  }
  #about_area .idea{
    margin-top: 10px;
  }
  #about_area .idea a{
    background-color: #FFF;
    border: 5px solid #f3f3f3;
    color: #000;
    display: flex;
    text-decoration: none;
  }
  #about_area .idea a .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 38.8%;
  }
  #about_area .idea a dl{
    padding: 15px;
    width: 61.2%;
  }
  #about_area .idea a dl > dt{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
  }
  #about_area .idea a dl > dt > span{
    background: url(../img/icon_arrow_idea.png) right 5px top 2px no-repeat;
    background-size: 10px auto;
    border-bottom: 2px solid #000;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    padding: 0 25px 10px 5px;
  }
  #about_area .idea a dl > dd{
    font-size: 12px;
    margin: 10px 5px 0;
  }
  #about_area .idea a:hover{
    opacity: .8;
  }
  #about_area .idea:nth-child(1) .image{
    background-image: url(../img/features_photo01.jpg);
  }
  #about_area .idea:nth-child(2) .image{
    background-image: url(../img/features_photo02.jpg);
  }
  #about_area .idea:nth-child(3) .image{
    background-image: url(../img/features_photo03.jpg);
  }
  #about_area .idea:nth-child(4) .image{
    background-image: url(../img/features_photo04.jpg);
  }
  #about_area .idea:nth-child(5) .image{
    background-image: url(../img/0425features_photo05.jpg);
  }
  #about_area .idea:nth-child(6) .image{
    background-image: url(../img/features_photo06.jpg);
  }
  #about_area .idea:nth-child(7) .image{
    background-image: url(../img/features_photo07.jpg);
  }
  #about_area .idea:nth-child(8) .image{
    background-image: url(../img/features_photo08.jpg);
  }



  /* -----------------------------------------------------------------MESSAGE */


  .message_area{
    margin: 0 15px;
  }
  .message_area .message_box{
    margin-top: 50px;
  }
  .message_area .message_box p{
    margin-top: 25px;
    line-height: 2;
  }


  /* -----------------------------------------------------------------TEACHER */

  .image_txt{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .image_txt .detail{
    order: 1;
  }
  .image_txt .detail p{
    margin-top: 20px;
    line-height: 2;
  }
  .image_txt .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66.6%;
    height: 0;
    order: 0;
  }
  .image_txt .image1{
    background-image: url(../img/environment_img01.jpg);
  }
  .image_txt .image2{
    background-image: url(../img/environment_img03.jpg);
  }
  /* .image_txt .image3{
    background-image: url(../img/teacher_photo3-2.jpg);
  }
  .image_txt .image4{
    background-image: url(../img/teacher_photo4-2.jpg);
  }
  .image_txt .image5{
    background-image: url(../img/teacher_photo5.jpg);
  }
  .image_txt .image6{
    background-image: url(../img/teacher_photo6-2.jpg);
  } */



  #cocoro{
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 50px;
  }
  #cocoro > h2{
    border-bottom: 1px solid #cde3f5;
    color: #1986da;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
  }
  #cocoro > div{
    background: url(../img/bg_note.png);
    background-size: auto 40px;
    color: #1986da;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
  }
  /*#cocoro > div br{
    display: none;
  }*/
  #cocoro .image{
    background: url(../img/teacher_photo7.png) no-repeat;
    background-size: cover;
    padding-bottom: 122.3%;
    height: 0;
    margin-top: 15px;
  }
  #cocoro .blue{
    color: #0453d5;
  }



  /* -----------------------------------------------------------------ORIGINAL TEXT */
  .point_list{
    margin-top: 35px;
    counter-reset: number 0;
  }
  .point_list > li{
    border: 5px solid #f3f3f3;
    background-color: #FFF;
    padding: 50px 25px 35px;
    position: relative;
    margin-top: 40px;
  }
  .point_list > li:before{
    background-color: #91b941;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    counter-increment: number 1;
    content: counter(number);
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 60px;
  }
  .point_list > li > dl > dt{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.4;
  }
  .point_list > li > dl > dd{
    margin-top: 20px;
    line-height: 2;
  }

  .example{
    margin-top: 40px;
    width: 100%;
  }
  .example > dt{
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }
  .example > dt br{
    display: none;
  }
  .example > dd{
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }
  .example1 > dt{
    background-color: #5ab9b9;
  }
  .example1 > dd{
    color: #5ab9b9;
  }
  .example2 > dt{
    background-color: #e68c7d;
  }
  .example2 > dd{
    color: #e68c7d;
  }
  .example1_flow{
    margin-top: 15px;
  }
  .example1_flow > li{
    font-size: 15px;
    line-height: 1.8;
  }
  .example1_flow > li:after{
    background: url(../img/sp_icon_arrow_flow.png) center center no-repeat;
    content: "";
    display: block;
    height: 45px;
  }
  .example1_flow > li > span{
    border-radius: 10px;
    display: block;
    border: #def1f1 5px solid;
    padding: 25px;
  }
  .example1_flow > li:nth-child(3n) > span{
    width: 100%;
  }
  .example1_flow > li:nth-child(3n):after{
    display: none;
  }

  .example2_flow{
    margin-top: 30px;
  }
  .example2_flow > li{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .example2_flow > li > span{
    border-radius: 10px;
    display: block;
    border: #fae8e5 5px solid;
    padding: 25px;
    min-height: 100%;
    width: 100%;
  }


  #projector{
    background-color: #fefbf1;
    margin-top: 40px;
    padding: 20px;
  }
  #projector .image{
    background: url(../img/original_text_photo1.jpg) center center no-repeat;
    background-size: cover;
    border: 5px solid #FFF;
    padding-bottom: 66.6%;
    height: 0;
  }
  #projector dl{
  }
  #projector dl > dt{
    border-bottom: 1px solid #bea74b;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  #projector dl > dd{
    margin-top: 20px;
  }




  /* -----------------------------------------------------------------HOSHU */
  .hoshu_sec .ttl{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hoshu_sec .ttl{
    padding: 55px 0;
    text-align: center;
  }
  .hoshu_sec .ttl h2{
    background-color:rgba(145,185,65,0.9);
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 25px 15px;
  }
  .hoshu_sec .ttl.sec1{
    background-image: url(../img/hoshu_photo1.jpg);
    margin-top: 40px;
  }
  .hoshu_sec .ttl.sec2{
    background-image: url(../img/hoshu_photo2.jpg);
    margin-top: 75px;
  }
  .hoshu_sec ul{
    margin-top: 30px;
  }
  .hoshu_sec ul > li{
    margin-top: 20px;
  }
  .hoshu_sec ul > li dl > dt{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .hoshu_sec ul > li dl > dd{
    margin-top: 10px;
  }



  /* -----------------------------------------------------------------SAFETY */
  .safety_sec{
    margin-top: 40px;
    display: flex;
    flex-direction:column;
    padding: 0 15px;
  }
  .safety_sec > .detail{
    margin-top: 20px;
    order: 1;
  }
  .safety_sec > .detail h2{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .safety_sec > .detail h2 > span{
    background-color: #91b941;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
  }
  .safety_sec > .detail .head_txt{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .safety_sec > .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66.6%;
    height: 0;
    order: 0;
  }
  .safety_sec.safety1 > .image{
    background-image: url(../img/safety_photo1.jpg);
  }
  .safety_sec.safety2 > .image{
    background-image: url(../img/safety_photo2-2.jpg);
  }
  .safety_sec.safety3 > .image{
    background-image: url(../img/safety_photo3.jpg);
  }
  .safety_sec.safety4 > .image{
    background-image: url(../img/safety_photo4-2.jpg);
  }
  .safety_sec.safety5 > .image{
    background-image: url(../img/safety_photo5-2.jpg);
  }



  /* -----------------------------------------------------------------POLICY */
  #policy_contents{
    margin-top: 55px;
  }
  #policy_contents > p{
    text-align: center;
  }
  #policy_contents .kadai{
    border-radius: 5px;
    border: 2px solid #f08200;
    padding: 20px;
    margin-top: 30px;
  }
  #policy_contents .kadai > p{
    color: #f08200;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #policy_contents .kadai > dl > dt{
    background: url(../img/bg_kadai.jpg);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 35px;
  }
  #policy_contents .kadai > dl > dd > ul{
    margin-top: 20px;
  }
  #policy_contents .kadai > dl > dd > ul > li{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  #policy_contents .kadai > dl > dd > ul > li:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }
  #policy_contents .kadai + p{
    margin-top: 50px;
  }
  #policy_contents .circle_list{
    margin: 30px 0;
  }
  #policy_contents .circle_list > li{
    background-color: #f08200;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
  }
  #policy_contents .circle_list > li > span{
  }


  .point{
    margin-top: 40px;
  }
  .point .point_title{
    text-align: center;
  }
  .point .point_title > p{
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    background-image: url(../img/bg_point1.png),url(../img/bg_point2.png);
    color: #91b941;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
    line-height: 1;
  }
  .point .point_title > p > span{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .point .capter_head{
    margin-top: 20px;
  }
  .point .catch{
    margin-top: 20px !important;
  }
  .point .catch:before{
    display: none;
  }
  .point .image_txt{
    margin-top: 20px;
  }
  .point .image_txt .detail{
    margin-top: 20px;
  }
  .point .line{
    border-left: 5px solid #91b941;
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .point .line p{
    margin-top: 0;
  }
  .point .line a{
    background: url(../../site_common/img/icon_footer1.png) left center no-repeat;
    color: #91b941;
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
  }
  .point .line a:hover{
    text-decoration: none;
  }
  .point .detail > .line:first-child{
    margin-top: 0 !important;
  }
  .point .detail > dl{
    margin-top: 35px;
    padding: 0 15px;
  }
  .point .detail > dl > dt{
    font-size: 17px;
    font-weight: bold;
  }
  .point .detail > dl > dd > ol{
    counter-reset: number 0;
    margin-top: 15px;
  }
  .point .detail > dl > dd > ol > li{
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .point .detail > dl > dd > ol > li:before{
    counter-increment: number 1;
    content: counter(number)".";
  }
  .point .detail > dl > dd > ol > li > ul{
    margin-top: 10px;
  }
  .point .detail > dl > dd > ol > li > ul > li{
    text-indent: -.5em;
    padding-left: .5em;
  }
  .point .detail > dl > dd > ol > li > ul > li:before{
    content: "・";
    display: inline-block;
  }



  .point .image_txt .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66.6%;
    height: 0;
  }
  #point1 .image{
    background-image: url(../img/policy_photo1.jpg);
  }
  #point2 .image{
    background-image: url(../img/policy_photo2.jpg);
  }
  #point3 .image{
    background-image: url(../img/policy_photo3.jpg);
  }
  #point4 .image{
    background-image: url(../img/policy_photo4.jpg);
  }



  #sitepolicy{
    background-color: #fefbf1;
    margin-top: 50px;
    padding: 20px 15px;
  }
  #sitepolicy h3{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }
  #sitepolicy dl{
    font-size: 14px;
  }
  #sitepolicy dl > dt{
    margin-top: 20px;
  }



  /* -----------------------------------------------------------------HISTORY */
  #introduction_body .detail .btn_area{
    margin-top: 20px;
  }
  #introduction_body .detail .btn_area .btn+.btn{
    margin-top: 8px;
  }
  #introduction_body .detail .head_txt.history{
    font-size: 18px;
    line-height: 1.8;
  }
  #cd-timeline + #contents_navi{
    margin-top: 0;
  }



  /* -----------------------------------------------------------------atamaplus */
  .atamaplus_video {
    margin-top: 70px;
  }
  .atamaplus_video video {
    width: 100%;
  }

  #atamaplus{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
  }
  #atamaplus .capter_head{
    margin-left: -15px;
    margin-right: -15px;
  }
  #atamaplus > p{
    margin: 0 20px 0;
  }


  #atamaplus_sec > p{
    margin-top: 20px;
  }
  #atamaplus_sec > ol{
    margin-top: 20px;
  }
  #atamaplus_sec > ol > li{
    border: 5px solid #f3f3f3;
    background-color: #FFF;
    margin-top: 10px;
    padding: 15px;
  }
  /* #atamaplus_sec > ol > li > h3{
    color: #91b941;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  #atamaplus_sec > ol > li > h3 span{
    background-color: #91b941;
    color: #FFF;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    width: 35px;
  } */
  #atamaplus_sec > ol > li > h3{
    color: #91b941;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left:40px;
  }
  #atamaplus_sec > ol > li > h3 span{
    position: absolute;
    left: 0;
    top:10%;
    background-color: #91b941;
    color: #FFF;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    width: 35px;
  }

  #atamaplus_sec > ol > li > dl > dt{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -.05em;
    margin-top: 15px;
  }
  #atamaplus_sec > ol > li > dl > dd{
    margin-top: 10px;
  }
  #atamaplus .table {width: 100%;}
  .box_emp.cam .title { font-size: 24px; text-align: center;}
  .box_emp.cam .title span {display: inline-block; background-color: #fff; color:#91b941; padding:0.4em; font-weight: bold; border-radius: 8px;}
  .box_emp.cam .title strong {background: linear-gradient(transparent 60%, #ffff66 0%); font-size: 30px; letter-spacing: 2px;  line-height: 1; display: inline-block; padding: 0.1em; vertical-align: -4px; }


  #melit_sec > p{
    margin-top: 20px;
  }
  #melit_sec > ul{
    margin-top: 20px;
  }
  #melit_sec > ul > li{
    background-color: #e9f1d9;
    display: table;
    margin-top: 10px;
    width: 100%;
  }
  #melit_sec > ul > li .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    height: 0;
    padding-bottom: 21.25%;
    width: 35%;
  }
  #melit_sec > ul > li:nth-child(1) .image{
    background-image: url(../img/img_atamaplus1-2.jpg?1224);
  }
  #melit_sec > ul > li:nth-child(2) .image{
    background-image: url(../img/img_atamaplus2.jpg);
  }
  #melit_sec > ul > li:nth-child(3) .image{
    background-image: url(../img/img_atamaplus3.jpg);
  }
  #melit_sec > ul > li:nth-child(4) .image{
    background-image: url(../img/img_atamaplus4-4.jpg?1224);
  }
  #melit_sec > ul > li:nth-child(5) .image{
    background-image: url(../img/img_atamaplus5-8.jpg?1224);
  }
  #melit_sec > ul > li > p{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 65px;
  }

  #atamaplus .table th, #atamaplus .table td {border: 1px solid #91b941;padding: 1em;}
  #atamaplus .table th { font-weight: bold; background: #edfbd1; width: 25%; }

}






  /*------------------------安全対策コロナ対策追加分--------------------------*/

#taisaku {
	max-width: 1120px;
	margin: 0 auto;
	margin-top:150px;
}

#taisaku .taisaku_contents {
	margin-right:20px;
	margin-left:20px;
}

.icon_list ul {
	overflow:hidden;
	text-align: center;
}
.icon_list ul li {
	display:inline-block;
	line-height:40px;
	font-weight:bold;
	margin-right:1em;
}
.icon_list ul li img {
	width:40px;
	margin-right:1em;
}
.grnbox {
	overflow: hidden;
}
.grnbox_odd, .grnbox_even {
	overflow:hidden;
}
.grnbox_odd {
	float:left;
	width:47%;
}
.grnbox_even {
	width:47%;
	float:right;
}
.grnbox .title {
	background: #91b941;
	color: #fff;
	text-align: center;
	padding: 0.5em;
    	font-size: 16px;
	font-weight:bold;
}
.taisaku_contents h3, .parents_voice h3 {
	font-size: 20px;
	color:#91b941;
        line-height: 23px;
}
.taisaku_contents h3 img {
	width: 15px;
	margin-right: 0.5em;
}
.list_tsujuku li{
    	margin-left: 1em;
    	font-size: 20px;
    	line-height: 2em;
    	font-weight: bold;
	list-style-type:disc;
}
.list_tsujuku li span {
	font-size:13px;
	font-weight: normal;
}
.arrow_box h3 {
	margin-top:50px;
}
.online_image img {
	width:80%;
}
.parents_voice h4 {
	line-height:13px;
	margin-bottom:0.5em;
}

.parents_voice h4 img {
	margin-right: 0.5em;
}
.box_border{
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}

@media screen and (max-width: 915px) {

#taisaku {
	margin-top: 80px;
}
.icon_list ul li {
	line-height:30px;
	font-size:14px;
	margin-right:0.5em;
}
.icon_list ul li img {
	width:30px;
	margin-right:0.5em;
}
.online_image img{
	width:100%;
}

}

@media screen and (max-width: 767px) {
.icon_list ul {
	text-align: left;
}
.icon_list ul li {
	margin-bottom: 20px;
	font-size: 18px;
	width: 45%;
	line-height:50px;
}
.icon_list ul li img {
	width:50px;
}
.grnbox_odd {
	width:100%;
	clear: both;
}
.grnbox_even {
	width:100%;
	clear: both;
}
.online_class h3{
	margin-top:40px;
}

.image_txt > .detail .sub_txt {
  color: #91b941;
  border: 1px solid #91b941;
  display: inline-block;
  padding: 0.4em 1em;
  margin-top: 1em;
}
}

@media screen and (max-width: 618px) {
.icon_list ul li {
	font-size: 14px;
	width: 45%;
}
.icon_list ul li:last-child {
	width: 100%;
}
.icon_list ul li img {
	width:40px;
}
.arrow_box h3 {
    margin-top: 0px;
}
.list_tsujuku li {
	margin-left:20px;
	font-size: 16px;
}
.icon_list, .grnbox {
	margin-top: -40px;
}
.taisaku_contents h3 {
	font-size: 18px;
        line-height: 1.5em;
}
.taisaku_contents h3 img {
	display:none;
}
.list_tsujuku li span {
    font-size: 12px;
}
.online_class h3{
    margin-top: 0px;
}

}

  /*------------------------コロナ対策追加分ここまで------------------*/



  /*------------------------オリジナル教材追加分--------------------------*/

section .original_text_table th{
	vertical-align:top;
	border:none;
	width:30%;
	text-align: left;
}
section .original_text_table th h3 {
	color:#91b941;
	font-weight:bold;
}
.sf {
	font-size:13px;
}
section .original_text_table td {
	border:none;
}
section .original_text_table img {
	width:70%;
}

.syoutest_title {
	color:#91b941;
}
.syoutest_img img {
	width:75%;
}

@media screen and (max-width: 915px) {
	section .original_text_table th{
		width:40%;
	}
	section .original_text_table img {
		width:100%;
	}
	.syoutest_img img {
		width:100%;
	}


}

@media screen and (max-width: 618px) {
	section .original_text_table th, section .original_text_table td {
		width:100%;
		display:block;
	}

	section .original_text_table th {
		text-align: center;
	}


}



  /*------------------------オリジナル教材追加分ここまで--------------------------*/
