@charset "utf-8";


	body{
    padding-top: 0;
		overflow-x: hidden;
	}
	


.top-contents-main:before {
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-contents-main .swiper-wrapper {
  transition-timing-function: linear;
}
.top-contents-main .swiper-slide img{
  height: auto;
  width: 100%;
}
.top-contents-main-bottom .btn-movie > span{
  display: flex;
  align-items: center;
}
.top-contents-main-bottom .btn-movie > span:before{
  background-image: url("../img/ic_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin-right: 7px;
  height: 24px;
  width: 24px;
}
@keyframes arrowlong03{
    0%{width:10%;opacity:0}
    20%{width:10%;opacity:1}
    80%{width:100%;opacity:1}
    100%{width:100%;opacity:0}
}
@keyframes arrowlong04{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:90%;opacity:1}
    100%{left:90%;opacity:0}
}
.top-contents-main-bottom .more::before {
    animation: arrowlong03 2s ease infinite;
}
.top-contents-main-bottom .more::after {
    animation: arrowlong04 2s ease infinite;
}
@media print, screen and (min-width:781px) {
  #header-area{
    background-color: transparent;
  }
  .top-contents-main{
    padding-top: 90px;
    padding-bottom: 1px;
    position: relative;
  }
  .top-contents-main:before{
    background-image: url("../img/bg_main.jpg");
  }
  
  .top-contents-main .swiper{
    width: 100%;
  }
  .top-main-item1{
    align-self: flex-end !important;
    width: 19% !important;
  }
  .top-main-item2{
    margin: 20px 20px 20px 40px !important;
    width: calc( 28% - 60px) !important;
  }
  .top-main-item3{
    width: 16% !important;
  }
  .top-main-item4{
    margin-left: -20px;
    align-self: flex-end !important;
    width: calc(18% + 20px) !important;
  }
  .top-main-item5{
    width: 19% !important;
  }
  .top-contents-main-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 75px 0 50px;
    margin-top: 130px;
    margin-bottom: 40px;
  }
  .top-contents-main-bottom .catch{
    width: 57.54%;
  }
  .top-contents-main-bottom .btn-movie{
    font-size: 1.5rem;
    max-width: none;
    width: auto;
  }
  .top-contents-main-bottom .btn-movie > span{
    padding: 0 30px;
  }
}
@media screen and (max-width: 780px) {
  #header-area{
    background-color: transparent;
  }
  .top-contents-main{
    padding-top: 50px;
    min-height: calc(100vh - 52px);
    min-height: calc(100dvh - 52px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
  .top-contents-main:before{
    background-image: url("../img/bg_main_sp.jpg");
  }
  

  .top-contents-main .swiper{
    overflow: visible;
    width: 150%;
  }
  .top-main-item1{
    width: 19% !important;
  }
  .top-main-item2{
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 120px;
    align-self: flex-end !important;
    width: calc(28.5% + 80px) !important;
  }
  .top-main-item3{
    padding-top: 20px;
    width: 17% !important;
  }
  .top-main-item4{
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 150px;
    width: calc(18.5% + 80px) !important;
  }
  .top-main-item5{
    padding-right: 20px;
    width: 17% !important;
  }
  .top-contents-main-bottom{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 40px;
  }
  .top-contents-main-bottom .catch{
    margin-bottom: 35px;
    width: 87.179%;
  }
  .top-contents-main-bottom .btn-movie{
    font-size: 1.4rem;
    max-width: none;
    width: auto;
  }
  .top-contents-main-bottom .btn-movie > span{
    padding: 0 30px;
  }
  .top-contents-main-bottom .btn-movie.more:after {
    bottom:5px !important;
    width: 24px !important;
  }
}




#news-sec .ttl{
  background-color: #DFEBF2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.news-list > div dt{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.news-list > div dd a{
  text-decoration: underline;
}
#news-sec .bt-news{
  border: 1px solid #707070;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
#news-sec .bt-news:before{
  background: url("../common/img/ic_arrow_news2.svg") no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width:781px) {
  #news-sec{
    padding: 90px 0 100px;
  }
  .news-wrap{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin: 0 auto;
    width: 90%;
    max-width: 1088px;
  }
  #news-sec .ttl{
    font-size: 2.0rem;
    padding: 10px 10px;
    width: 330px;
  }
  .news-list{
    margin: 30px auto 0;
    width: 50.55%;
    max-width: 550px;
  }
  .news-list > div{
    display: flex;
    margin-top: 20px;
  }
  .news-list > div dt{
    width: 110px;
  }
  .news-list > div dd{
    width: calc(100% - 110px);
  }
  
  #news-sec .bt-news{
    font-size: 1.4rem;
    margin-top: 50px;
    padding: 12px;
    width: 80%;
    max-width: 144px;
    transition: .3s;
  }
  #news-sec .bt-news:hover{
    background-color: #FFF;
  }
  #news-sec .bt-news:before{
    height: 4px;
    width: 20px;
    right: 8px;
    transform: translate(100%,-50%);
  }
}
@media screen and (max-width: 780px) {
  #news-sec{
    padding: 130px 40px;
  }
  .news-wrap{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 50px 80px;
  }
  #news-sec .ttl{
    font-size: 1.3rem;
    padding: 10px 10px;
    width: 80%;
    max-width: 200px;
  }
  .news-list{
    margin: 20px auto 0;
  }
  .news-list > div{
    margin-top: 40px;
  }
  .news-list > div dt{
    font-size: 1.0rem;
  }
  .news-list > div dd{
    font-size: 1.2rem;
  }
  #news-sec .bt-news{
    font-size: 1.1rem;
    margin-top: 50px;
    padding: 10px;
    width: 90%;
    max-width: 130px;
  }
  #news-sec .bt-news:before{
    background-size: 15px auto;
    height: 3px;
    width: 15px;
    right: 7px;
    transform: translate(100%,-50%);
  }
}



#special-contents-sec{
  background-color: #F4F7F8;
}
#special-contents-sec .ttl{
  background-color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.interview-item p{
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.interview-item .image{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.interview-item dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.interview-item dt{
  background-color: #FFF;
  font-weight: 700;
  padding: 0 10px;
}
.interview-item dd{
  font-weight: 700;
  text-align: center;
  line-height: 1.63;
}
.interview-item dd span{
  background-color: #FFF;
  padding: 0 10px;
}

@media print, screen and (min-width:781px) {
  #special-contents-sec{
    padding: 70px 0 115px;
  }
  #special-contents-sec .ttl{
    font-size: 2.0rem;
    padding: 10px 10px;
    width: 330px;
  }
  .interview-list{
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
  .interview-item{
    margin-left: 17px;
    margin-right: 17px;
    width: 240px;
  }
  .interview-item a{
    display: block;
    transition: .3s;
  }
  .interview-item a:hover{
    opacity: .6;
  }
  .interview-item p{
    font-size: 1.4rem;
  }
  .interview-item dl{
    margin-top: -10px;
  }
  .interview-item dt{
    font-size: 1.2rem;
    text-align: center;
  }
  .interview-item dd{
    font-size: 2.2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  #special-contents-sec{
    padding: 65px 0 75px;
  }
  #special-contents-sec .ttl{
    font-size: 1.3rem;
    padding: 10px 10px;
    width: 80%;
    max-width: 200px;
  }
  .interview-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .interview-item{
    margin-top: 75px;
    width:45.584%; 
  }
  .interview-item a{
    display: block;
  }
  .interview-item p{
    font-size: 1.1rem;
  }
  .interview-item dl{
    margin-top: -10px;
  }
  .interview-item dt{
    font-size: 1.0rem;
    text-align: center;
  }
  .interview-item dd{
    font-size: 1.85rem;
    margin-top: 5px;
  }
}




#other-contents{
  background-color: #FFF;
}
#other-contents .ttl{
  background-color: #DFEBF2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.other-contents-sec .bg .sub{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.other-contents-sec .detail h2{
  font-weight: 700;
  line-height: 1.75;
}
.other-contents-sec .detail p{
  letter-spacing: .03em;
}
.other-contents-sec .detail a.btn{
  background-color: #333333;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s;
}
.other-contents-sec .detail a.btn:after{
  background-color: #333333;
  mask-image: url("../common/img/ic_arrow_news2.svg");
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%,-50%);
}
@media (hover: hover) and (pointer: fine){
  .other-contents-sec .detail a.btn:hover{
    opacity: .7;
  }
}

.image.gv{
  position: relative;
}
.image.gv:before,
.image.gv:after{
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.image.gv:before{
  background-image: url("../img/img_other01_01.png");
}
.image.gv:after{
  background-image: url("../img/img_other01_02.png");
}
@media print, screen and (min-width:781px) {
  #other-contents{
    padding-top: 100px;
    overflow: hidden;
  }
  #other-contents .ttl{
    font-size: 2.0rem;
    padding: 10px 10px;
    width: 330px;
  }
  
  
  .other-contents-sec{
    position: relative;
    z-index: 0;
  }
  .other-contents-sec:first-child{
    margin-top: 55px;
  }
  .other-contents-sec:nth-child(n + 2){
    margin-top: 120px;
  }
  .other-contents-sec .bg{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,221,235,1) 100%);
    position: absolute;
    top: 24%;
    bottom: 0;
    z-index: -1;
  }
  .other-contents-sec:nth-child(odd) .bg{
    left: 0;
  }
  .other-contents-sec:nth-child(even) .bg{
    right: 0;
  }
  .other-contents-sec .bg .sub{
    width: 475px;
    position: absolute;
    top: -40px;
    transform: translateY(-100%);
  }
  .other-contents-sec:nth-child(even) .bg .sub{
    width: 425px;
    text-align: left;
  }
  .other-contents-sec .other-contents-inner{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    width: 90%;
  }
  .other-contents-sec:nth-child(odd) .other-contents-inner{
    flex-direction: row-reverse;
  }
  .other-contents-inner .image{
    display: flex;
    width: calc(100% - 475px);
  }
  .other-contents-sec:nth-child(even) .other-contents-inner .image{
    justify-content: flex-end;
  }
  .other-contents-inner .image img{
    width: 109.71% !important;
    max-width: none;
  }
  .other-contents-inner .image.wide img{
    width: 132.35% !important;
  }
  .other-contents-inner .detail{
    width: 475px;
    position: relative;
  }
  .other-contents-sec:nth-child(odd) .other-contents-inner .detail{
    width: 475px;
  }
  .other-contents-sec:nth-child(even) .other-contents-inner .detail{
    margin-left: 50px;
    width: 425px;
  }
  .other-contents-sec .detail h2{
    font-size: 4.0rem;
  }
  .other-contents-sec .detail p{
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .other-contents-sec .detail a.btn{
    padding: 20px;
    max-width: 240px;
  }
  
  .image.gv:before{
    padding-bottom: 25.497%;
    width: 37.142%;
    left: -11.428%;
    top: 31.428%;
  }
  .image.gv:after{
    padding-bottom: 38.2138%;
    width: 44.571%;
    right: 0;
    top: -3.2857%;
  }
}
@media print, screen and (min-width:781px) and ( max-width:1100px) {
  .other-contents-sec .bg{
    top: 12%;
  }
  .other-contents-inner .detail{
    padding-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  #other-contents{
    padding-top: 65px;
    overflow: hidden;
  }
  #other-contents .ttl{
    font-size: 1.3rem;
    padding: 10px 10px;
    width: 80%;
    max-width: 200px;
  }
  
  
  .other-contents-sec{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 70px;
    position: relative;
    z-index: 0;
  }
  .other-contents-sec:before{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,221,235,1) 100%);
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 20%;
    bottom: 5%;
    z-index: -1;
  }
  .other-contents-sec .bg .sub{
    font-size: 1.0rem;
    text-align: center;
  }
  .other-contents-sec .other-contents-inner{
  }
  .other-contents-inner .image{
    margin: 25px 20px 0;
  }
  .other-contents-inner .image.wide{
    margin-left: -7.69%;
    margin-right: -7.69%;
    width: 115.38%;
  }
  .other-contents-inner .detail{
    margin-top: 30px;
    position: relative;
  }
  .other-contents-sec .detail h2{
    font-size: 2.5rem;
    text-align: center;
  }
  .other-contents-sec .detail p{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .other-contents-sec .detail a.btn{
    font-size: 1.2rem;
    margin: 0 auto 0;
    padding: 20px;
    max-width: 156px;
  }
  
  .image.gv:before{
    padding-bottom: 25.497%;
    width: 37.142%;
    left: -11.428%;
    top: 31.428%;
  }
  .image.gv:after{
    padding-bottom: 38.2138%;
    width: 44.571%;
    right: 0;
    top: -3.2857%;
  }
}






#system-sec{
  background-color: #FFF;
}
#system-sec .detail{
  background-color: #91C8EF;
}
#system-sec .detail .en{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
}
#system-sec .detail .jp{
  font-weight: 700;
  letter-spacing: .2em;
}
#system-sec .image{
  background: url("../img/img_system.jpg") center center no-repeat;
  background-size: cover;
}
#system-sec .image .new-graduate{
  font-weight: 700;
}
@media print, screen and (min-width:781px) {
  #system-sec{
    padding: 100px 0 165px;
  }
  #system-sec .system-wrap{
    margin: 0 auto;
    width: 90%;
    max-width: 1088px;
  }
  #system-sec a{
    display: flex;
    width: 100%;
    transition: .3s;
  }
  #system-sec a:hover{
    opacity: .6;
  }
  #system-sec .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    width: 50%;
  }
  #system-sec .detail .en{
    font-size: 2.4rem;
  }
  #system-sec .detail .jp{
    font-size: 1.6rem;
    margin-top: 60px;
  }
  #system-sec .image{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    width: 50%;
  }
  #system-sec .image .new-graduate{
    font-size: 2.2rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #system-sec .image .more{
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  #system-sec{
    padding: 120px 40px 80px;
  }
  #system-sec a{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #system-sec .detail{
    display: flex;
    justify-content: space-between;
    padding: 25px 20px 25px 30px;
    width: 100%;
  }
  #system-sec .detail .en{
    font-size: 1.35rem;
  }
  #system-sec .detail .jp{
    font-size: 1.0rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #system-sec .image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px 20px;
    width: 100%;
  }
  #system-sec .image .new-graduate{
    font-size: 1.5rem;
  }
  #system-sec .image .more{
    display: none;
  }
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}