@charset "utf-8";
html{
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
.t_mincho{
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 200;
}
main{
  overflow: hidden;
  background: url("/lp/datascience/img/bg_bottom.png")no-repeat center bottom;
  background-size: 100% auto;
}
main .inner{
  max-width: 1320px;
  padding-right: 60px;
  padding-left: 60px;
}
.pcmn_btn a{
  display: inline-block;
  width: 265px;
  padding: 8px 20px;
  border: solid 1px #2b2b93;
  border-radius: 23px;
  background:url("/lp/datascience/img/ico_arrow.svg")no-repeat right 15px center;
  background-size: 8px auto;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.pcmn_btn a.nolink{
  pointer-events: none;
  background-color: #F0F0F0;
  border-color: #cccccc;
  opacity: 0.5;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
}
.splide__track{
  overflow: visible;
}
.splide-controller{
  display: none;
}
.cmn_scroll_area{
  position: relative;
}
.cmn_scroll_area .ico_scroll{
  display: block;
  width: 55px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (hover: hover) and (pointer: fine) {
  .pcmn_btn a:hover{
    background-color: #eef0f8;
  }
}
@media screen and (max-width :768px) {
  main{
    background-image: url("/lp/datascience/img/bg_bottom_sp.png");
  }  
  main .inner{
    width: 92%;
    padding-right: 0;
    padding-left: 0;
  }  
  .pcmn_btn a{
    width: 250px;
    max-width: 100%;
    padding: 12px 15px;
    border-radius: 22px;
  }  
  .splide-controller{
    display:-webkit-box;
    display:flex; 
    -webkit-box-align: center;
    align-items: center; 
    -webkit-box-pack: center;
    justify-content: center;    
    margin-top: 35px;
  }
  .splide__pagination button{
    display: block;
    width: 6px;
    height: 6px;
    background: #d6d6d6;
    border-radius: 50%;
    margin: 0 8px;
  }
  .splide__pagination button.is-active{
  	background: #2b2b93;
  }

  .splide__arrows button{
    width:30px;
  }
  .splide__arrow--prev{
    margin-right: 20px;
  }
  .splide__arrow--prev img{
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .splide__arrow--next{
    margin-left: 20px;
  }
  .splide__toggle{
    margin-keft: 9px;
    width:20px;
  }
}
/*------------------------*/
/*header*/
/*------------------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
header #gnav{
	-webkit-box-pack: justify;
	justify-content: space-between;  
  -webkit-box-align: center;
  align-items: center;  
}
header h1{
  max-width: 293px;
  margin-right: 20px;
  margin-left: 30px;
  background: none;
}
header h1 img{
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
header.scroll h1 img{
  opacity: 0;
}
header #navigation{
  display: block;
}
header .navigation_head{
  display: none;
}
header .list_menu{
  -webkit-box-flex: 1;
  flex: 1;
  max-width: 910px;
}
header .list_menu li a{
  text-align: center;
  color: #fff;
  padding: 22px 1.5vw;
  font-size: 17px;
  font-size: 1.7rem;
  font-size:clamp(13px, 1.5vw, 1.7rem);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 600;
  line-height: 1;
}
header .list_menu li a span[lang="en"]{
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  font-weight:100;
}
#btn_menu{
  display: none;
}
#header_hidden {
  content: '';
  width: 1px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width :1921px){
  header .list_menu li a{
    padding: 22px 30px;
  }
}
@media screen and (min-width :834px) {
  header.scroll{
    background: #ffffff;
  }  
  header.scroll h1{
    background: url("/lp/datascience/img/logo_nav.svg")no-repeat left center;
    background-size: 100% auto;          
  }
  header.scroll .list_menu li a{
    color: #000;
  }  
  header.scroll .list_menu li a span[lang="en"]{
    color: #2b2b93;
  }
}
@media (max-width :1024px) {
  header nav{
  }
  header h1,
  header #navigation .logo{
    width: 220px;
    margin-right: 20px;
    margin-left: 15px;
    max-width: calc(100% - 80px);
  }
  header.scroll h1{
    background: url("/lp/datascience/img/logo_nav.svg")no-repeat left center;
    background-size: 100% auto;      
  }  
  header #navigation{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    max-height: 100dvh;
    overflow-y: auto;
    background: #fff;
  }  
  header .navigation_head{
    display: block;
    display:-webkit-box;
    display:flex;    
    -webkit-box-pack: justify;
    justify-content: space-between;    
    -webkit-box-align: center;
    align-items: center;    
  }
  header .list_menu{
    display: block;
    max-width: inherit;
  }
  header .list_menu li{
    border-top: solid 1px #c7c7e7;  
  }
  
  header .list_menu li a{
    padding: 18px 45px 18px 12px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    background: url("/lp/datascience/img/ico_anc_nav.svg")no-repeat right 15px center;
    background-size: 15px auto;
  }
  header .list_menu li a span[lang="en"]{
    margin-top: 10px;
    color: #2b2b93;
  }  
  #btn_menu,#btn_menu_close{
    display: block;
    width: 60px;
  }

}
/*------------------------*/
/*sec_main*/
/*------------------------*/
.sec_main{
  position: relative;
  padding-top: 398px;
  padding-bottom: 426px;  
  background: url("/lp/datascience/img/bg_main.jpg")no-repeat center center;
  background-size: cover;
}
.sec_main h1{
  text-align: center;
}
.sec_main h1 img{
  width: 60%;
  max-width: 842px;
  margin: 0 auto;
}
.sec_main h1 img.img1{
  filter: drop-shadow(0 0 12px rgba(1, 84, 118,0.8));
}
.sec_main h1 img.img2{
  margin-top: 28px;
  filter: drop-shadow(0 0 8px rgba(1, 84, 118,0.8));
}
.sec_main h1 img.img3{
  margin-top: 52px;
}
.sec_main .txt_en{
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -0.9em;
  left: 0;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
}
.sec_main .txt_en > span{
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 104px;
  font-size: 10.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 100;
  animation: txtloop 30s linear infinite;  
  opacity: 0.6;
}
@keyframes txtloop {
  from {
    transform:translateX(0);
  }
  to {
    transform:translateX(-100%);
  }
}
@media screen and (max-width :768px) {
  .sec_main{
    padding-top: 68.4vw;
    padding-bottom: 80vw;  
    background-image: url("/lp/datascience/img/bg_main_sp.jpg");
  }
  .sec_main h1 img{
    width: 92%;
  }
  .sec_main h1 img.img2{
    margin-top: 12px;
  }
  .sec_main h1 img.img3{
    margin-top: 24px;
  }
  .sec_main .txt_en{
    bottom: -0.45em;
  }
  .sec_main .txt_en > span{
    display: inline-block;
    font-size: 39px;
    font-size: 3.9rem;
    font-size: 10.4vw;
    animation: txtloop 30s linear infinite;  
  }  
}
/*------------------------*/
/*sec_about*/
/*------------------------*/
.sec_about{
  padding: 118px 0 110px;
  background: url("/lp/datascience/img/bg_abotu.png")no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.sec_about h2{
  text-align: center;
}
.sec_about h2 img{
  width: 292px;
}
.sec_about .txt_lead{
  margin-top: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.692;
  font-weight: 400;
  text-shadow: 0px 0px 16px rgba(11, 32, 61, 0.7);
}
.sec_about .txt{
  margin-top: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.333;
  text-shadow: 0px 0px 16px rgba(11, 32, 61, 0.7);
}

.wrap_bg{
  background: url("/lp/datascience/img/bg_features.png")repeat left -40px center;
  background-size: 269px auto;
  background-color: #ecf2fa;  
}
@media screen and (max-width :768px) {
  .sec_about{
    padding: 59px 0 59px;
    background-image: url("/lp/datascience/img/bg_abotu_sp.png");
  }
  .sec_about .inner{
    width: 87%;
  }
  .sec_about h2 img{
    width: 218px;
  }
  .sec_about .txt_lead{
    margin-top: 35px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.941;
    text-shadow: 0px 0px 8px rgba(11, 32, 61, 0.7);
  }
  .sec_about .txt{
    text-align: left;
    margin-top: 24px;
    font-size:16px;
    font-size: 1.6rem;
    line-height: 1.969;
    text-shadow: 0px 0px 8px rgba(11, 32, 61, 0.7);
  }

  .wrap_bg{
    background-position: left -20px center;
    background-size: 134px auto;
  }  
}
/*------------------------*/
/*sec_features*/
/*------------------------*/
.sec_features{
  padding: 120px 0 60px; 
}
.sec_features .inner{
  max-width: 1920px;
}
.sec_features h2{
  text-align: center;
  margin-bottom: 100px;
}
.sec_features h2 img{
  width: 391px;
  margin: 0 auto;
}
.sec_features .wrap_item{
  display:-webkit-box;
  display:flex;  
	-webkit-box-pack: end;
	justify-content: flex-end;  
}
.sec_features .wrap_item+.wrap_item{
  margin-top: 60px;
}
.sec_features .wrap_item .box_txt h3{
  text-align: center;
}
.sec_features .wrap_item .box_txt h3 img{
  width: 75px;
  margin: 0 auto;
}
.sec_features .wrap_item .box_txt .txt_lead{
  margin-top: 25px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}
.sec_features .wrap_item .box_txt .txt{
  margin-top: 25px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.059;
}
@media (min-width :1025px){
  .sec_features .wrap_item .box_txt {
    width: 560px;
    margin-right: 60px;
  }
  .sec_features .wrap_item figure{
    width: 48.33%;
  }
  .sec_features .wrap_item.left{
    -webkit-box-pack: start;
    justify-content: flex-start;  
  }
  .sec_features .wrap_item.left .box_txt{
    -webkit-box-ordinal-group:2;
    order: 1;  
    margin-right: 0;
    margin-left: 60px;
  }  
  .sec_features .wrap_item.left figure{
    -webkit-box-ordinal-group:1;
    order:0;  
  }  
}
@media (max-width :1024px) {
  .sec_features .wrap_item{
    display: block;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_features .wrap_item figure{
    margin-top: 30px;
  }  
}
@media screen and (max-width :768px) {
  .sec_features{
    padding: 60px 0 40px; 
  }
  .sec_features h2{
    margin-bottom:60px;
  }
  .sec_features h2 img{
    width: 218px;
  }
  .sec_features .wrap_item{
  }
  .sec_features .wrap_item+.wrap_item{
    margin-top: 45px;
  }
  .sec_features .wrap_item .box_txt h3 img{
    width: 64px;
  }
  .sec_features .wrap_item .box_txt .txt_lead{
    margin-top: 22px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec_features .wrap_item .box_txt .txt{
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    text-align: justify;
  }  
}
/*------------------------*/
/*sec_curriculum*/
/*------------------------*/
.sec_curriculum{
  padding: 60px 0 126px; 
}
.sec_curriculum .inner{
  max-width: 1920px;
}
.sec_curriculum h2{
  text-align: center;
  margin-bottom: 60px;
}
.sec_curriculum h2 img{
  width: 366px;
}
.sec_curriculum ul.splide__list{
  display:-webkit-box;
  display:flex;  
	-webkit-box-pack: justify;
	justify-content: space-between;  
}
.sec_curriculum ul.splide__list li{
  position: relative;
  width: 23.33%;
  padding: 32px 24px 28px;  
}
.sec_curriculum ul.splide__list li > *{
  position: relative;
  z-index: 10;
}
.sec_curriculum ul.splide__list li::after,
.sec_curriculum ul.splide__list li::before{
  content: '';
  display: block;  
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
.sec_curriculum ul.splide__list li::after{
  left: 6px;
  top: 6px;  
  background-image: -moz-linear-gradient( 0deg, rgb(113,186,43) 0%, rgb(90,156,128) 6%, rgb(66,126,212) 30%, rgb(101,107,182) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(113,186,43) 0%, rgb(90,156,128) 6%, rgb(66,126,212) 30%, rgb(101,107,182) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(113,186,43) 0%, rgb(90,156,128) 6%, rgb(66,126,212) 30%, rgb(101,107,182) 100%);
  z-index: 0;
  opacity: 0.3;
}
.sec_curriculum ul.splide__list li figure{
  width: 204px;
  max-width: 100%;
  margin: 0 auto;
}
.sec_curriculum ul.splide__list li figure div{
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;  
}
.sec_curriculum ul.splide__list li figure div img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%) scale(1.01);
  transform: translate(-50%,-50%) scale(1.01);
}
.sec_curriculum ul.splide__list li .txt_lead{
  margin-top: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2b2b93;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.sec_curriculum ul.splide__list li .txt{
  margin-top: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.882;
}
@media (max-width :1280px) and  (min-width :769px) {
  .sec_curriculum .inner{
    width: 100%;
  }
  .sec_curriculum .splide__track{
    max-width: 880px;
    margin: 0 auto;
  }
  .sec_curriculum ul.splide__list{
    flex-wrap: wrap;    
  }
  .sec_curriculum ul.splide__list li{
    width: 47.72%;
  }
  .sec_curriculum ul.splide__list li:nth-child(n+3){
    margin-top:30px; 
  }
}
@media (max-width :768px){
  .sec_curriculum{
    padding: 40px 0 60px; 
    overflow: hidden;
  }
  .sec_curriculum .inner{
    width: 84%;
  }
  .sec_curriculum h2{
    margin-bottom: 60px;
  }
  .sec_curriculum h2 img{
    width: 274px;
  }
  .sec_curriculum .splide__track {
    overflow: visible;
  }
  .sec_curriculum ul.splide__list{
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .sec_curriculum ul.splide__list li{
    width: 305px;
    max-width: 100%;
    padding: 21px 18px 21px;  
  }
  .sec_curriculum ul.splide__list li::after{
    left: 5px;
    top: 5px;  
  }
  .sec_curriculum ul.splide__list li figure{
    width: 150px;
    max-width: 80%;
  }
  .sec_curriculum ul.splide__list li .txt_lead{
    margin-top: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_curriculum ul.splide__list li .txt{
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.786;
  }  
}
/*------------------------*/
/*sec_career*/
/*------------------------*/
.sec_career{
  padding: 120px 0 120px; 
  background: url("/lp/datascience/img/bg_career.png")no-repeat center center;
  background-size: cover;
}
.sec_career .inner{
  max-width: 1920px;
}
.sec_career h2{
  text-align: center;
  margin-bottom: 60px;
}
.sec_career h2 img{
  width: 292px;
}
.sec_career ul.splide__list{
	-webkit-box-pack: justify;
	justify-content: space-between;  
}
.sec_career ul.splide__list li{
  position: relative;
  width: 23.33%;
  padding: 32px 24px 28px;  
}
.sec_career ul.splide__list li > *{
  position: relative;
  z-index: 10;
}
.sec_career ul.splide__list li::after,
.sec_career ul.splide__list li::before{
  content: '';
  display: block;  
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
.sec_career ul.splide__list li::after{
  left: 6px;
  top: 6px;  
  background: rgb(212,234,192);
  background: linear-gradient(90deg, rgba(212,234,192,1) 0%, rgba(198,216,242,1) 30%, rgba(208,210,233,1) 100%); 
  z-index: 0;
}
.sec_career ul.splide__list li figure{
  width: 79.56%;
  margin: 0 auto;
}
.sec_career ul.splide__list li .txt_lead{
  margin-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2b2b93;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.sec_career ul.splide__list li .txt{
  margin-top: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.882;
}
@media (max-width :1280px) and  (min-width :769px) {
  .sec_career .splide__track{
    max-width: 880px;
    margin: 0 auto;
  }  
  .sec_career ul.splide__list{
    flex-wrap: wrap;
  }
  .sec_career ul.splide__list li{
    width: 47.72%;
  }
  .sec_career ul.splide__list li:nth-child(n+3){
    margin-top:30px; 
  }
}
@media screen and (max-width :768px) {
  .sec_career{
    padding: 60px 0 60px; 
    background-image: url("/lp/datascience/img/bg_career_sp.png");
  }
  .sec_career .inner{
    width: 84%;
  }
  .sec_career h2{
    margin-bottom: 60px;
  }
  .sec_career h2 img{
    width: 218px;
  }
  .sec_career .splide__track {
    overflow: visible;
  }  
  .sec_career ul.splide__list{
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .sec_career ul.splide__list li{
    width: 305px;
    max-width: 100%;
    padding: 21px 18px 21px;  
  }
  .sec_career ul.splide__list li::after{
    left: 5px;
    top: 5px;  
  }
  .sec_career ul.splide__list li figure{
    width: 230px;
    max-width: 90%;
  }
  .sec_career ul.splide__list li .txt_lead{
    margin-top: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_career ul .splide__listli .txt{
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.786;
  }  
}
/*------------------------*/
/*sec_oc*/
/*------------------------*/
.sec_oc{
  display:-webkit-box;
  display:flex;  
  padding: 140px 0 70px;
  min-height: 683px;
}

.sec_oc .box_txt{
  width: 50%;
  min-width: 400px;
  margin-left: 2.9%;
  padding-top: 50px;
  padding-right: 20px;
}
.sec_oc .box_txt h2 img{
  width: 492px;
}
.sec_oc .box_txt .date{
  margin-top: 55px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
}
.sec_oc .box_txt .date .txt{
  display: inline-block;
  color: #2b2b93;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
}
.sec_oc .box_txt .date .txt > span{
  font-size: 42px;
  font-size: 4.2rem;
}
.sec_oc .box_txt .date .week{
  display: inline-block;
  margin-left: 5px;
  padding: 3px 8px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  background: #af5050;
  border-radius: 10px;
    margin-right: 30px;
}
.sec_oc .box_txt .date .week.sat{
  background: #508eaf;
}
.sec_oc .box_txt .place{
  margin-top: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.sec_oc .box_txt .pcmn_btn{
  margin-top: 48px;
}
@media (min-width :769px){
  .sec_oc figure{
    -webkit-box-flex: 1;
    flex: 1;  
    -webkit-box-align: start;
    align-items: flex-start;  
  }
  .sec_oc figure > div{
    position: relative;
    height: 100%;
  }
  .sec_oc figure img{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }  
}
@media (max-width :1280px) {
  .sec_oc .box_txt .date br{
    display: block;
  }
}
@media screen and (max-width :768px) {
  .sec_oc{
    display: block;
    padding: 60px 0 40px;
    min-height: inherit;
  }
  .sec_oc .box_txt{
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    padding: 0;
  }
  .sec_oc .box_txt h2{
    margin-bottom: 40px;
    text-align: center;
  }
  .sec_oc .box_txt h2 img{
    max-width: 96.13%;
    width: 353px;
  }
  .sec_oc .box_txt .date{
    width: 92%;
    margin: 25px auto 0;
  }
  .sec_oc .box_txt .date .txt{
    font-size: 39px;
    font-size: 3.9rem;
  }
  .sec_oc .box_txt .date .txt > span{
    font-size:33px;
    font-size: 3.3rem;
  }
  .sec_oc .box_txt .date .week{
    padding: 3px 7px;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius:9px;
    margin-right: 17px;
  }
  .sec_oc .box_txt .place{
    width: 92%;    
    margin: 15px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_oc .box_txt .pcmn_btn{
    width: 92%;
    margin: 30px auto 0;
  }  
}
/*------------------------*/
/*sec_admissioon*/
/*------------------------*/
.sec_admissioon{
  padding: 70px 0;
}
.sec_admissioon h2{
  text-align: center;
  margin-bottom: 80px;
}
.sec_admissioon h2 img{
  width: 394px;
}
.sec_admissioon h3{
  position: relative;
  margin-bottom: 10px;
}
.sec_admissioon h3::after{
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient( 0deg, rgb(66,126,212) 0%, rgb(101,107,182) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(66,126,212) 0%, rgb(101,107,182) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(66,126,212) 0%, rgb(101,107,182) 100%);  
}
.sec_admissioon h3 button{
  text-align: left;
  width: 100%;
  padding:20px 30px 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  background:url("/lp/datascience/img/ico_ac_plus.svg")no-repeat center right 20px;
  background-size: 28px auto;  
}
.sec_admissioon h3.open button{
  background-image:url("/lp/datascience/img/ico_ac_minus.svg");
}
.sec_admissioon .acd_item >*:last-child{
  margin-bottom: 40px;
}
.sec_admissioon table{
  width: 100%;
  table-layout: fixed;
}
.sec_admissioon table .type{
  width: 12.6%;
}
.sec_admissioon table .type2{
  width: 30.5%;
}
.sec_admissioon table .app{
  width: 33.4%;
}
.sec_admissioon table th,.sec_admissioon table td{
  border: solid 1px #b2b2b2;
  vertical-align: middle;
  font-size: 17px;
  font-size: 1.7rem;  
  padding: 5px;
  text-align: center;
  line-height: 1.529;
}
.sec_admissioon table thead th{
  background: #2b2b93;
  color: #fff;
  height: 62px;
  font-weight: bold;
}

.sec_admissioon table tbody th{
  background: #eef0f8;
  color: #2b2b93;
  height: 62px;
  font-weight: bold;
}
.sec_admissioon .pcmn_btn{
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width :768px) {
  .sec_admissioon{
    padding: 40px 0;
  }
  .sec_admissioon h2{
    margin-bottom: 20px;
  }
  .sec_admissioon h2 img{
    width: 295px;
  }
  .sec_admissioon h3{
    margin-bottom: 20px;
  }
  .sec_admissioon h3 button{
    padding:15px 38px 15px 0;
    font-size: 19px;
    font-size: 1.9rem;
    background-position:center right 15px;
    background-size: 21px auto;
  }
  .sec_admissioon table{
    width: 362% !important;
  }
  .sec_admissioon table th,.sec_admissioon table td{
    font-size: 14px;
    font-size: 1.4rem;  
  }
  .sec_admissioon table thead th{
    height: 48px;
  }
  .sec_admissioon table tbody th{
    height: 48px;
  }
  .sec_admissioon .pcmn_btn{
    margin-top: 10px;
  }  
}
/*------------------------*/
/*sec_bnr*/
/*------------------------*/
.sec_bnr{
  padding: 70px 0 120px;
}
.sec_bnr ul{
  -webkit-box-pack: center;
  justify-content: center; 
}
.sec_bnr ul li{
  width: 580px;
}
.sec_bnr ul li+li{
  margin-left: 3.34%;
}
@media screen and (max-width :768px) {
  .sec_bnr{
    padding: 20px 0 30px;
  }
  .sec_bnr ul{
    display: block;
  }
  .sec_bnr ul li{
    width: 100%;
  }
  .sec_bnr ul li+li{
    margin-top: 30px;
    margin-left:0;
  }  
}
/*------------------------*/
/*sec_sidelink*/
/*------------------------*/
.sec_sidelink{
  position: fixed;
  top: 142px;
  right: 0;
  z-index: 800;
  width: 90px;
}
.sec_sidelink ul li+li{
  margin-top: 1px;
}
.sec_sidelink ul li a{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;   
  height: 90px;
  background: #fff;
  text-align: center;
}
.sec_sidelink ul li a img{
  width: 36px;
}
.sec_sidelink ul li a span{
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2b2b93;
  font-weight: bold;
  line-height: 1.143;
}
@media (max-width :1024px) {
  .sec_sidelink{
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .sec_sidelink ul{
    display:-webkit-box;
    display:flex;    
  }
  .sec_sidelink ul li{
    -webkit-box-flex: 1;
    flex: 1;    
  }
  .sec_sidelink ul li+li{
    margin-top: 0;
    margin-left: 1px;
  }
  .sec_sidelink ul li a{
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	flex-direction: row;
    height:55px;
    text-align: left;
  }
  .sec_sidelink ul li a img{
    width: 23px;
  }
  .sec_sidelink ul li a span{
    margin-top: 0;
    margin-left: 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
}
/*------------------------*/
/*footer*/
/*------------------------*/
footer{
  position: relative;
  padding:30px 40px;
  background: #2b2b93;
  color: #fff;
}
footer .logo{
  width: 292px;
}
footer .adr{
  margin-top: 20px;
  line-height: 1.75;
}
footer .copyright{
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .list_link a{
  color: #fff;
  padding-left: 30px;
  background: url("/lp/datascience/img/ico_link.svg")no-repeat center left;
  background-size: 20px auto;
  font-weight: bold;
}
footer .list_link a img{
  width: 10px;
  margin-left: 5px;
  vertical-align: text-top;
}
@media (min-width :1141px){
  footer .list_link{
    position: absolute;
    right: 50px;
    top: 40px;
  }
  footer .list_link li+li{
    margin-left: 40px;
  }
}
@media (max-width :1140px) {
  footer .list_link{
    margin-top: 20px;
  }
  footer .list_link ul{
    display: block;
  }
  footer .list_link ul li+li{
    margin-top: 10px;
  }
}
@media (max-width :1024px){
  footer{
    padding-bottom: 70px;
  }
}
@media screen and (max-width :768px) {
  footer{
    padding:25px 4% 70px;
  }
  footer .logo{
    width: 220px;
  }
  footer .adr{
    margin-top:15px;
    line-height: 1.714;
  }
  footer .copyright{
    margin-top:30px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  footer .list_link a{
    padding-left: 23px;
    background-size: 15px auto;
  }
  footer .list_link a img{
    width: 8px;
    margin-left:6px;
  }  
}

/* ===============================================
# アニメーションの設定
=============================================== */
.js_fade{
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.js_fade.fadeup.show{
  animation: fadeInUp 1.3s ease 0.3s forwards;
}
.js_fade.fadeup.sp{
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width :768px) {
  .js_fade.fadeup.pc{
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print{
  .js_fade{
    opacity: 1;
    visibility: visible;
  }
}
/*androdi*/
.android .js_fade{
  opacity: 1;
  visibility: visible;
}