@charset "utf-8";
/* ===============================================
# sec_main
=============================================== */
.sec_main{
  background: url(/academy/information/strategy/5th_plan/img/bg_main.png)no-repeat bottom center;
  background-size: 100% auto;  
}
.sec_main .area_main{
  position: relative;
  padding: 150px 0 206px;
  background: url(/academy/information/strategy/5th_plan/img/bg_main_ttl.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.sec_main .area_main .img_star{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
}
.sec_main .area_main .img_mountain{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
}
.sec_main .area_main h1{
  width: 336px;
  margin:2px auto 0;
  text-align: center;
}
.sec_main .area_main h1 span{
  display: block;
  width: 278px;
  margin: 38px auto 0;
  filter: drop-shadow(0 0 10px rgba(13, 15, 36, 0.6));
}

/* area_intro */
.sec_main .area_intro{
  padding:65px 0 80px;

}
.sec_main .area_intro h2 {
  position: relative;  
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #004098;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
}
.sec_main .area_intro h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ba9716;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_main .area_intro .txt_main{
  max-width: 898px;
  margin: 38px auto 0;
  line-height: 1.875;
}

@media screen and (max-width :768px) {
  .sec_main{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_main_sp.png);
    background-position: top center;
  }
  .sec_main .area_main{
    padding:24.4vw 0 36.8vw;
    background-image: url(/academy/information/strategy/5th_plan/img/bg_main_ttl_sp.jpg);
  }
  .sec_main .area_main .img_star{
    width: 18.9vw;
    top: 0;
  }
  .sec_main .area_main .img_mountain{
   width: 122.9vw;
  }  
  .sec_main .area_main h1{
    width: 53.6vw;
    margin:3.86vw auto 0;
  }
  .sec_main .area_main h1 span{
    width: 52vw;
    margin: 5.3vw auto 0;
    filter: drop-shadow(0 0 5px rgba(13, 15, 36, 0.6));
  }

  /* area_intro */
  .sec_main .area_intro{
    padding:35px 0 70px;

  }
  .sec_main .area_intro h2 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  .sec_main .area_intro h2::after {
    width: 30px;
  }
  .sec_main .area_intro .txt_main{
    max-width: inherit;
    margin: 28px auto 0;
    font-size: 1.6rem;
  }
 
}

/* # sec_visionmap
=============================================== */
.sec_visionmap{
  padding: 80px 0 0;
  background: rgba(255, 255, 255,0.6);
}
.sec_visionmap .pcmn_ttl{
  margin-top: 80px;
}
.sec_visionmap .txt_main{
  max-width: 898px;
  margin: 38px auto 0;
  line-height: 1.875;
}
.sec_visionmap .img_map{
  margin-top: 45px;
  text-align: center;
}
@media (min-width :1025px) {
  .sec_visionmap h2{
    margin: 0 auto;
  }
  .sec_visionmap h2>span{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_visionmap h2>span.bottom{
    margin-top: 40px;
    gap:0 40px;
  }  

  .sec_visionmap h2>span.top .main{
    width:51.3%;
  }    
  .sec_visionmap h2>span.top .img_star{
    width:2.84%;
    margin: 0 43px 0 41px;
  } 
  .sec_visionmap h2>span.top .mission{
    width:39.92%;
  }   
  .sec_visionmap h2>span.bottom .vision{
    width:33.67%;
  }   
  .sec_visionmap h2>span.bottom .txt{
    width:62.12%;
  }    

  .sec_visionmap .ico_scroll{
    display: none;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_visionmap{
    padding: 60px 0 0;
  }
  .sec_visionmap .inner{
    width: 100%;
  }
  .sec_visionmap h2{
    text-align: center;
    width: 88.9%;
    max-width: 667px;
    margin: 0 auto;
  }  
  .sec_visionmap h2>span.top .img_star{
    display: block;
    width:8.24%;
    margin:28px auto 0;
  } 
  .sec_visionmap h2>span.top .mission{
    width:79.7%;
    margin-top: 28px;
  }   
  .sec_visionmap h2>span.bottom .vision{
    width:65.21%;
    margin-top: 28px;
  }   
  .sec_visionmap h2>span.bottom .txt{
    display: block;
    width:73.7%;
    margin: 18px auto 0;
  }  

  .sec_visionmap .pcmn_ttl{
    margin: 55px auto 0;
    width: 90%;
  }

  .sec_visionmap .txt_main{
    width: 89.3%;
    max-width: inherit;
    margin: 28px auto 0;
    font-size: 1.6rem;
  }

  .sec_visionmap .area_img{
    position: relative;
    overflow-x: auto;
  }
  .sec_visionmap .img_map{
    width: 1000px;
    margin-top: 30px;
  }  

  .sec_visionmap .ico_scroll{
    display: block;
    width: 56%;
    max-width: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    transition: opacity 0.4s ease;
  }  
  .sec_visionmap .is_hide .ico_scroll{
    opacity: 0;
    pointer-events: none;
  }
}
/* # sec_plan
=============================================== */
.sec_plan{
  padding: 80px 0 100px;
}
.sec_plan .inner{
  max-width: 1320px;
}
.sec_plan .pcmn_ttl{
  margin-bottom: 50px;
}
.sec_plan .txt_main{
  max-width: 898px;
  margin: 38px auto 0;
  line-height: 1.875;
}
.sec_plan .list_plan{
  display: flex;
  gap: 0 22px;
  margin: 68px 0 80px;
}
.sec_plan .list_plan .col{
  flex: 1;
  position: relative;
  background-color: rgb(255, 255, 255,0.3);
}
.sec_plan .list_plan dt{
  color: #004098;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.sec_plan .list_plan dt .no{
  font-size: 6rem;
  position: absolute;
  top:0;
  left: 0;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
  transform: translate(-25%,-70%);
}
.sec_plan .list_plan dt .ttl{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  transform: translateY(-80%);
}
.sec_plan .list_plan dd{
  padding: 27px 24px;
  line-height: 1.625;
}

.sec_plan .wrap_item{
  background-color: rgba(72, 125, 199,0.1);
}
.sec_plan .wrap_item.type_highschool{
  background-color: rgba(59, 186, 188,0.1);
}
.sec_plan .wrap_item.type_school{
  background-color: rgba(233, 122, 179,0.1);
}
.sec_plan .wrap_item.type_kindergarten{
  background-color: rgba(240, 131, 44,0.1);
}
.sec_plan .wrap_item.type_management{
  background-color: rgba(87, 146, 174,0.1);
}

/* area_ttl */

/* area_cnt */
.sec_plan .area_cnt{
  padding: 24px 0 48px;
}
/* action panl */
.sec_plan .pcmn_ttl_plan_action{
  margin-top: 35px;
}

.sec_plan .list_action{
  margin-top: 20px;
  padding: 0 36px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 12px;
}
.sec_plan .list_action li{
  width: calc(calc(100% - 48px) / 5);
  padding: 34px 10px 24px;
  text-align: center;
  background-color: #fff;
}
.sec_plan .list_action li img{
  width: 92px;
}
.sec_plan .list_action li .txt{
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.sec_plan .list_action li .pcmn_ico_cate{
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  justify-content: center;
  gap: 10px;
}



/*btn*/
.sec_plan .box_btn a{
  width: 280px;
  margin: 48px auto 0;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: url(/academy/information/strategy/5th_plan/img/bg_btn_univ.png)no-repeat center center;
  background-size: cover;
  border: solid 1px #487dc7;
}
.sec_plan .type_highschool .box_btn a{
  border-color: #3bbabc;
  background-image: url(/academy/information/strategy/5th_plan/img/bg_btn_highschool.png);
}
.sec_plan .type_school .box_btn a{
  border-color: #e97ab3;
  background-image: url(/academy/information/strategy/5th_plan/img/bg_btn_school.png);
}
.sec_plan .type_kindergarten .box_btn a{
  border-color: #f0832c;
  background-image: url(/academy/information/strategy/5th_plan/img/bg_btn_kindergarten.png);
}
.sec_plan .type_management .box_btn a{
  border-color: #5792ae;
  background-image: url(/academy/information/strategy/5th_plan/img/bg_btn_management.png);
}

.sec_plan .box_btn a span{
  display: inline-block;
  padding-right: 28px;
  background: url(/academy/information/strategy/5th_plan/img/ico_link.svg)no-repeat right center;
  background-size: 16px;
}
/* img_arrow */
.sec_plan .img_arrow{
  text-align: center;
}
.sec_plan .img_arrow img{
  width: 481px;
}
@media (min-width :1025px) {
  /* area_ttl */
  .sec_plan .area_ttl{
    position: relative;
    min-height: 275px;
    padding: 26px 200px;
    background: url(/academy/information/strategy/5th_plan/img/bg_ttl_univ.png)no-repeat center center;
    background-size: cover;
  }
  .sec_plan .type_highschool .area_ttl{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_highschool.png);
  }
  .sec_plan .type_school .area_ttl{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_school.png);
  }
  .sec_plan .type_kindergarten .area_ttl{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_kindergarten.png);
  }
  .sec_plan .type_management .area_ttl{
    min-height: 120px;
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_management.png);
  }  
  .sec_plan .area_ttl .pcmn_ttl_school{
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);    
  }
}
@media print,screen and (max-width :1024px) {
  /* area_ttl */
  .sec_plan .area_ttl .pcmn_ttl_school{
    background: url(/academy/information/strategy/5th_plan/img/bg_ttl_univ_sp.png)no-repeat top center;
    background-size: cover;
    padding: 18px 15px 70px;
  }  
  .sec_plan .type_highschool .area_ttl .pcmn_ttl_school{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_highschool_sp.png);
  }
  .sec_plan .type_school .area_ttl .pcmn_ttl_school{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_school_sp.png);
  }
  .sec_plan .type_kindergarten .area_ttl .pcmn_ttl_school{
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_kindergarten_sp.png);
  }
  .sec_plan .type_management .area_ttl .pcmn_ttl_school{
    padding-bottom:23px;
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ttl_management_sp.png);
  }    
  .sec_plan .txt_main {
    max-width: inherit;
    margin: 28px auto 0;
    font-size: 1.6rem;
  }

  .sec_plan .list_plan{
    flex-direction: column;
    gap: 55px 0;
    margin: 60px 0 40px;
  }
  .sec_plan .list_plan .col{
    width: 100%;
  }
  .sec_plan .list_plan dt{
    font-size: 1.8rem;
  }
  .sec_plan .list_plan dt .no{
    font-size: 4.8rem;
  }
  .sec_plan .list_plan dd{
    padding: 23px 23px;
    font-size: 1.6rem;
    line-height: 1.875;
  }  

  /* area_cnt */
  .sec_plan .area_cnt{
    padding: 10px 6% 40px;
  }  
  /* action panl */
  .sec_plan .pcmn_ttl_plan_action{
    margin-top: 20px;
  }
  .sec_plan .list_action{
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
    gap: 1px;
  }
  .sec_plan .list_action li{
    width: calc(calc(100% - 1px) / 2);
    padding: 25px 10px 18px;
  } 
  .sec_plan .list_action li img{
    width: 69px;
  }
  .sec_plan .list_action li .txt{
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .sec_plan .list_action li .pcmn_ico_cate{
    margin-top: 13px;
    gap: 8px 4px;
  }
  /*btn*/
  .sec_plan .box_btn a{
    width: 100%;
    max-width: 280px;
    margin: 40px auto 0;
    padding: 17px 0;
    font-size: 1.6rem;
  }
  /* img_arrow */
  .sec_plan .img_arrow img{
    width: 240px;
  }
}
@media print,screen and (max-width :768px) {
  .sec_plan{
    padding: 35px 0 80px;
  }
  .sec_plan .pcmn_ttl{
    margin-bottom: 35px;
  }
}
/* # sec_ooda
=============================================== */
.sec_ooda{
  padding: 70px 0 80px;
  background: url(/academy/information/strategy/5th_plan/img/bg_ooda_left.png)repeat-y left top;
  background-color: rgba(255, 255, 255,0.3);
}
.sec_ooda .inner{
  max-width: 1050px;
}
.sec_ooda .pcmn_ttl{
  margin-bottom: 60px;
}
.sec_ooda .area_loop{
  justify-content: space-between;
}
.sec_ooda .box_txt h4:nth-of-type(n+2){
  margin-top: 45px;
}
.sec_ooda .box_txt h4 .jp{
  font-size: 3rem;
  font-size: clamp(2rem,1.56vw,3rem);
   color: #004ea1;
  line-height: 1.2;
  font-weight: 700;
} 
/* .sec_ooda .box_txt h4 .en{
  font-size: 6rem;
  font-size: clamp(3.5rem,3.33vw,6rem);
  color: #004ea1;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.sec_ooda .box_txt h4 .jp{
  display: block;
  margin-top: 5px;
  font-size: 2rem;
  color: #000000;
  line-height: 1;
  font-weight: 700;
} */
.sec_ooda .box_txt .txt{
  margin-top: 32px;
  line-height: 2.25;
}

.sec_ooda .box_img{
  background-color: rgba(255, 255, 255,0.3);
}
.sec_ooda .box_img dt{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.sec_ooda .box_img dt span{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.sec_ooda .box_img dd{
  margin-top: 28px;
}
@media (min-width :1025px) {
  .sec_ooda .box_txt{
    width: 50%;
    padding:30px 5% 0 0;
  }
  .sec_ooda .box_img{
    width: 45%;
    padding: 30px 36px;
  }
}  
@media print,screen and (max-width :1024px) {
  .sec_ooda{
    padding: 35px 0 80px;
    background-image: url(/academy/information/strategy/5th_plan/img/bg_ooda_left_sp.png);
    background-repeat: no-repeat;
    background-size: 85px auto;
  }
  .sec_ooda .pcmn_ttl{
    margin-bottom:40px;
  }
  .sec_ooda .area_loop{
    display: block;
  }
  .sec_ooda .box_txt h4:nth-of-type(n+2){
    margin-top: 40px;
  }
  .sec_ooda .box_txt h4 .jp{
    font-size: 2.2rem;
  }   
  /* .sec_ooda .box_txt h4 .en{
    font-size: 3.4rem;
    line-height: 1.059;
  }
  .sec_ooda .box_txt h4 .jp{
    margin-top: 12px;
    font-size: 1.8rem;
  } */
  .sec_ooda .box_txt .txt{
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .sec_ooda .box_img{
    margin-top: 40px;
    padding: 40px 5px 40px;
  }
  .sec_ooda .box_img dt{
    font-size:2.8rem;
  }
  .sec_ooda .box_img dd{
    margin-top:20px;
  }  
}
/* # sec_ooda
=============================================== */
.sec_message{
  padding: 75px 0 60px;
  background: url(/academy/information/strategy/5th_plan/img/bg_message_right.png)repeat-y right top;
  background-size:23.8% auto ;
}
.sec_message .inner{
  max-width: 1320px;
}
.sec_message .area_message .copy_msg{
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #014099;
  font-feature-settings: "palt";
}
.sec_message .area_message .copy_msg > span{
  font-size: 2.8rem;
}
.sec_message .area_message .box_msg {
  margin-top: 30px;
	flex-direction: row-reverse;
}

.sec_message .area_message .text .txt{
  line-height: 2.25;
}
@media print,screen and (min-width :769px) {
  .sec_message .area_message .box_img{
    width: 26.2%;
  }
  .sec_message .area_message .text{
    flex: 1;
    padding-right: 7%;
  }
}
@media screen and (max-width :768px) {
  .sec_message{
    padding: 55px 0 60px;
    background: url(/academy/information/strategy/5th_plan/img/bg_message_right_sp.png)no-repeat right top;
    background-size: 82.5px auto;
  }
  .sec_message .area_message .copy_msg{
    font-size: 2.4rem;
    text-align: center;
  }
  .sec_message .area_message .copy_msg > span{
    font-size: 2rem;
  }  
  .sec_message .area_message .box_msg {
    display: block;
    margin-top: 25px;
  }
  .sec_message .area_message .box_msg figure{
    max-width: 160px;
    text-align: center;
    margin:0 auto;
  }  

  .sec_message .area_message .text .txt{
    margin-top: 25px;
    line-height: 1.75;
    font-size: 1.6rem;
  }

}
