/*
Theme Name: 23区新聞
Description: 23区新聞のサイト
Author:　tetote
*/

/* --------------------------------------------------
    reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}


body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  font-smoothing:antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serif{
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Meiryo, メイリオ, serif
}

.lity {
  background: rgba(0,0,0,0) !important;
}

/*box-sizing*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*-------------clearfix*/
.clearfix:after{
  content:"";
  display:block;
  clear:both;}

li{
  list-style:none;}

ul.list-style-disc{
  padding-left:20px;
}
ul.list-style-disc li{
  list-style-type: disc;
  padding-bottom:8px;
}


a{text-decoration:none;
  color:#0876a4;}
a:hover{opacity:0.8;
  text-decoration:none;
  color:#0876a4;}

p{font-size:16px;
  color:#333;
  font-weight:400;
  line-height:1.8;}
/*pt ---2020/9追加 fontsize-13-----------------------------*/
.fontsize-13{
  font-size:13px;
}
.fontsize-14{
  font-size:14px;
}
.fontsize-18{
  font-size:18px;
}
.fontsize-20{
  font-size:20px;
}
.fontsize-22{
  font-size:22px;
  line-height:1.4;
}
.fontsize-24{
  font-size:24px;
}
.fontsize-26{
  font-size:26px;
}
.fontsize-28{
  font-size:28px;
}
/* ---------- 2020/9追加 color-black ---------- */
.color-black{
  color: #333333;
}
.color-green{
  color: #8fc231;
}
.color-greenB{
  color: #689f38;
}
.color-white{
  color: #fff;
}
.font-bold{
  font-weight:bold;
}


.text-center{
  text-align:center;}
.text-right{
  text-align:right;}
.text-left{
  text-align:left;}

img{
  max-width:100%;
  height:auto;
}
.img-width{
  width:100%;
  height:auto;}

/* --------------------------------------------------
    hタグ
-------------------------------------------------- */
h2 .h2jp{
  display:block;
  font-size:20px ;
  letter-spacing:1px ;
  font-weight:600 ;
  color: #8fc231;
  padding-top:10px;
  padding-bottom:40px;
  text-align:center;
}
h2 .h2jpB{
  color: #689f38;
}
h2 .h2jpC{
  color: #fff;
}

/* ---------- 768px以下  ---------- */
@media(max-width:768px){

}


/* --------------------------------------------------
  padding
-------------------------------------------------- */
/*pt ---2020/9追加 pt05-----------------------------*/
.pt05{
  padding-top:5px;
}
.pt10{
  padding-top:10px;
}
.pt20{
  padding-top:20px;
}
.pt30{
  padding-top:30px;
}
.pt40{
  padding-top:40px;
}
.pt50{
  padding-top:50px;
}
.pt60{
  padding-top:60px;
}
.pt70{
  padding-top:70px;
}
.pt80{
  padding-top:80px;
}
.pt90{
  padding-top:90px;
}
.pt100{
  padding-top:100px;
}
/*pb ---------------------------------------------*/
.pb10{
  padding-bottom:10px;
}
.pb20{
  padding-bottom:20px;
}
.pb30{
  padding-bottom:30px;
}
.pb40{
  padding-bottom:40px;
}
.pb50{
  padding-bottom:50px;
}
.pb60{
  padding-bottom:60px;
}
.pb70{
  padding-bottom:70px;
}
.pb80{
  padding-bottom:80px;
}
.pb90{
  padding-bottom:90px;
}
.pb100{
  padding-top:100px;
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .pt10,.pt20,.pt30{
    padding-top:10px;
  }
  .pt40,.pt50,.pt60,.pt70,.pt80,.pt90,.pt100{
    padding-top:30px;
  }
  .pb10,.pb20,.pb30{
    padding-bottom:10px;
  }
  .pb40,.pb50,.pb60,.pb70,.pb80,.pb90,.pb100{
    padding-bottom:30px;
  }

}



/*改行*/
@media screen and (min-width: 650px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*改行*/
/* ---------- 769px以上  ---------- */
@media(min-width:769px){
  .pc-none{
    display:none;
  }
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .sp-none{
    display:none;
  }
}


/* --------------------------------------------------
  全体の横幅
-------------------------------------------------- */
.container,.container-l,.container-m,.container-s{
  max-width:100%;
  margin-right:auto;
  margin-left:auto;
  padding-right:20px;
  padding-left:20px;}
@media (min-width: 576px){
  .container{
    max-width:540px;
  }
}
@media (min-width: 769px){
  .container{
    max-width:720px;
  }

}
@media (min-width: 992px){
  .container{
    max-width:960px;
  }
  .container-s{
    width:900px;
    margin-right:auto;
    margin-left:auto;
    padding-right:20px;
    padding-left:20px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width:1140px;
  }
}

/* --------------------------------------------------
    共通カラム
-------------------------------------------------- */
.col2{
  float:left;
  width:50%;
}
.col3{
  float:left;
  width:33.33%;
}
.col4{
  float:left;
  width:25%;
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .col2{
    float:left;
    width:100%;
  }
  .col3{
    float:left;
    width:100%;
  }
  .col4{
    float:left;
    width:100%;
  }
}



/* --------------------------------------------------
    BG
-------------------------------------------------- */
.bg01{
  background:#eff3fa;
}


/* --------------------------------------------------
    YouTube
-------------------------------------------------- */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
@media(max-width:768px) {
  .movie-wrap.movie-wrap-sp {
    height: 190px;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
  }
  .movie-wrap.movie-wrap-sp-square {
    padding-bottom: 100%; /*アスペクト比 1:1の場合の縦幅*/
  }
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------横スクロール----------*/
@media(max-width:768px){
  .scroll{
    white-space:nowrap;
    overflow:scroll;
    width:auto;
    height:auto;
    scrollbar-width: none;
    -ms-overflow-style: none;  /* これを追加 */
    padding: 0;
  }
  .scroll::-webkit-scrollbar {
    display:none;
  }

}


/*---------------------------------------------
  header-top
  ---------------------------------------------*/
.header-top{
  background-color:#8fc231;
  padding:3px 10px;
  text-align:right;
}
.header-top ul li{
  display:inline;
  position:relative;
  padding-right:30px;
}
.header-top ul li:after{
  position:absolute;
  right:6px;
  top:-3px;
  content:"・";
  color:#fff;
}
.header-top ul li a{
  color:#fff;
  font-size:13px;
}
.header-top ul li.dot-none:after{
  content:none;
}
/* ---------- 1099px以下  ---------- */
@media(max-width:1099px){
  .header-top{
    display:none;
  }
}


/*---------------------------------------------
  Hamburger Navigation
  ---------------------------------------------*/
/* ---------- 1100px以上  ---------- */
@media(min-width:1100px){
  .hamburger-nav-list-box-sp{
    display:none;
  }
  header{
    height:80px;
  }
  #hamburger-nav-toggle{
    display:none;
  }
  header h1{
    float:left;
    width:30%;
  }
  header h1 a img{
    padding:16px 10px 0;
    max-width:240px;
    height:auto;
  }
  header .hamburger-nav-list{
    float:right;
    width:70%;
  }
  header .hamburger-nav-list {
    text-align:right;
    padding:12px 0;
  }
  header .hamburger-nav-list li{
    display:inline-block;
  }
  header .hamburger-nav-list li a{
    padding:15px 18px;
    display:inline-block;
    font-size:16px;
    color:#8fc231;
    font-weight:600;
  }
  header .hamburger-nav-contact{
    text-align:right;
    padding:14px 0;
  }
  header .hamburger-nav-contact a{
    color:#333;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:2px;
    font-size:16px;
    font-weight:500;
  }
  header .hamburger-nav-contact .tel a{
    font-size:16px;
  }
  header .hamburger-nav-contact .tel a span{
    font-size:24px;
  }
  header .hamburger-nav-contact .mail i{
    padding-right:5px;
    font-size:14px;
  }
}

/* ---------- 1099px以下  ---------- */
@media(max-width:1099px){
  .hamburger-nav-list-box-pc{
    display:none;
  }
  header{
    position:relative;
    height:80px;
  }

  header h1{
    height:80px;
    position:absolute;
    top:10px;
    left:0;
  }
  header h1 a img{
    padding:7px 10px;
    max-width:100%;
    height:54px;
  }

  .hamburger{
    position:absolute;
    top:28px;
    right:20px;
  }
  .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding:0;
    text-align: center
  }

  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }

  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }

  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }

  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #8fc231;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }

  .modal-wrapper .modal-window .modal-content {
    max-height: 100%;
    overflow-y: auto;
  }

  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }

  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top:22px;
    right:16px;
    width: 40px;
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }

  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }
  img.logo_white{
    padding-bottom:20px;
  }
  .modal-wrapper {
    text-align:left;
    padding-bottom:40px;
  }
  .modal-wrapper ul li a{
    color:#fff;
    font-weight:600;
  }
  .modal-wrapper ul.standard-nav{
    padding:10px 0 10px 10px;
    border-bottom:1px solid #fff;
    margin:0;
  }
  .modal-wrapper ul.standard-nav li{
    position:relative;
    padding-left:30px;
    padding-bottom:10px;
  }
  .modal-wrapper ul.standard-nav li:before{
    position:absolute;
    top:8px;
    left:0;
    content:"";
    background-image:url("./img/sp/icon_bottom.png");
    background-size:contain;
    background-repeat:no-repeat;
    width:15px;
    height:15px;
  }

  .modal-wrapper ul.link-nav{
    padding:10px 0 10px 10px;
    border-bottom:1px solid #fff;
  }
  .modal-wrapper ul.link-nav li{
    position:relative;
    padding-left:30px;
    padding-bottom:10px;
  }
  .modal-wrapper ul.link-nav li:before{
    position:absolute;
    top:4px;
    left:0;
    content:"";
    background-image:url("./img/sp/icon_link.png");
    background-size:contain;
    background-repeat:no-repeat;
    width:18px;
    height:15px;
  }
  .modal-wrapper ul.link-navB{
    padding-top:20px;
    border-bottom:none;
  }
}






/* --------------------------------------------------
    トップ：メイン
-------------------------------------------------- */
.main{
  position:relative;
  margin-bottom:60px;
}
.main:before{
  position:absolute;
  content:"";
  left:50%;
  bottom:-60px;
  background:#238da7;
  width:1px;
  height:100px;
}
.main img{
  width:100%;
  height:auto;
}
/* ---------- 769px以上  ---------- */
@media(min-width:769px){
  .main_sp{
    display:none;
  }
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .main_pc{
    display:none;
  }
  .main:before{
    content:none;
  }
  .main{
    margin-bottom:0px;
  }
}


/* --------------------------------------------------
    トップ：ABOUT
-------------------------------------------------- */
.about h2 img{
  height:16px;
}


/* --------------------------------------------------
    トップ：スライド
-------------------------------------------------- */
.swiper-button-prev{
  background-image:url("img/icon_leftwhite.png") !important;
  left:255px !important;
}
.swiper-button-next{
  background-image:url("img/icon_rightwhite.png") !important;
  right:255px !important;
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .about-slider{
    display:none;
  }
}


/* --------------------------------------------------
    トップ：キャンパスツアー
-------------------------------------------------- */
.campustour{
  background-image:url("./img/bg_campustour.jpg");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:contain;
  padding-top:60px;
  padding-bottom:360px;
}
.campustour h2 img{
  height:30px;
}
.campustour .col4{
  padding:10px 5px;
}
.campustour .more img{
  height:56px;
}
/* ---------- 1700px以上 ---------- */
@media(min-width:1700px){
.campustour{
  background-size:cover;
}
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .campustour{
    background-image:none;
    padding-top:30px;
    padding-bottom:30px;
  }
  .campustour .campustour-inner{
    background:#e9f3d6;
    padding:30px;
    border-radius:20px;
    text-align:left;
  }
  .campustour h2{
    text-align:left;
    position:relative;
    border-bottom:1px solid #689f38;
    margin-bottom:20px;
  }
  .campustour h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:0px;
    padding-bottom:30px;
  }
  .campustour h2 img{
    height:26px;
  }
  .campustour h2 img.icon_campustour{
    height:auto;
    position:absolute;
    right:5px;
    bottom:0;
  }
  .campustour .col4{
    padding:20px 0;
  }
  .campustour .fontsize-16{
    font-size:16px;
    padding-bottom:10px;
    text-align:left;
  }
}





/* --------------------------------------------------
    トップ：入試について
-------------------------------------------------- */
.admissions{
  background-image:url("./img/bg_admissions.jpg");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  padding-top:80px;
  padding-bottom:100px;
  margin-top:-3px;
}
.admissions h2 img{
  height:30px;
}
.admissions .col2{
  padding:10px 30px;
}
.admissions .more img{
  height:56px;
}
.admissions ul.link-btn li{
  float:left;
  width:50%;
}
.admissions ul.link-btn li:nth-child(1){
  padding-right:10px;
}
.admissions ul.link-btn li:nth-child(2){
  padding-left:10px;
}
/* ---------- 769px以上  ---------- */
@media(min-width:769px){
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .admissions{
    background-image:none;
    padding-top:30px;
    padding-bottom:30px;
  }

  .admissions .admissions-inner{
    text-align:left;
    max-width: 500px;
    margin: 0 auto;
  }

  .admissions .admissions-movie .col2{
    float:left;
    width:48%;
    margin:1%;
  }
  .admissions h2{
    text-align:left;
    position:relative;
    margin-bottom: 20px;
  }
  .admissions h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:0px;
    padding-bottom:0;
  }
  .admissions h2 img{
    height:26px;
  }
  .admissions .col2{
    padding:10px 0;
  }
  .admissions ul.link-btn{
    text-align:center;
  }
  .admissions ul.link-btn li{
    float:none;
    width:100%;
    padding:0 0 10px;
  }
  .admissions ul.link-btn li:nth-child(1){
    padding-right:0;
  }
  .admissions ul.link-btn li:nth-child(2){
    padding-left:0;
  }
}

/* --------------------------------------------------
    スマホ：横並びの動画
-------------------------------------------------- */
/*.movie-scroll{*/
/*  width:1000px;*/
/*}*/
.movie-scroll .movie-scroll-list{
  width:156px;
  min-width:156px;
  margin: 0 6px;
}
@media(max-width:768px) {
  .movie-scroll {
    display: flex;
    flex-wrap: nowrap;
  }
  .movie-scroll::before {
    content: "";
    width: 10px;
    min-width: 10px;
  }
  .movie-scroll::after {
    content: "";
    width: 10px;
    min-width: 10px;
  }
}

/* --------------------------------------------------
    トップ：学部・学科紹介
-------------------------------------------------- */
.academics h2 img{
  height:30px;
}
.academics .col3{
  padding:10px 10px 30px;
}
.academics{
  max-width:1262px;
  margin:0 auto;
  background-image:url("./img/bg_blue.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  padding-top:60px;
  padding-bottom:110px;
  margin-top:-3px;
}
.academics-over{
  background:#238da7;
}
/* ---------- 769px以上  ---------- */
@media(min-width:769px){
  .academics .movie-sp{
    display:none;
  }
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .academics .movie-pc{
    display:none;
  }
  .academics{
    background-image:url("./img/sp/sp_bg_blue.jpg");
    padding-top:90px;
    padding-bottom:110px;
    position:relative;
  }
  .academics:before{
    position:absolute;
    top:13px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-top.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }
  .academics:after{
    position:absolute;
    bottom:15px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-bottom.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }
  .academics .container-s {
    padding: 0;
  }
  .academics .movie-scroll p{
    color:#fff;
  }
  .academics h2{
    text-align:left;
    position:relative;
    max-width: 540px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .academics h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:0px;
    padding-bottom:0;
  }
  .academics h2 img{
    height:26px;
  }
}


/* --------------------------------------------------
    トップ：模擬授業
-------------------------------------------------- */
.lecture{
  position:relative;
  padding-top:120px;
  padding-bottom:40px;
}
.lecture h2 img{
  height:30px;
}
.lecture .kazari01{
  position:absolute;
  left:0;
  top:0;
  width:410px;
  height:auto;
}
.lecture .kazari02{
  position:absolute;
  right:0;
  top:0;
  width:410px;
  height:auto;
}
.lecture .kazari03{
  position:absolute;
  right:50px;
  bottom:0;
  width:280px;
  height:auto;
}
.lecture .col4{
  padding:10px 15px 50px;
}
.lecture .lecture-text03{
  padding:10px 0px 20px;
  font-size:16px;
  border-top:1px solid #238da7;
  color:#24313c;
  height:90px;
}

/*yumenavi*/
.yumenavi{
  position:relative;
  padding:30px;
  border-radius:15px;
  background:#238da7;
  width:800px;
  height: 270px;
}
.yumenavi .yumenavi-text{
  float:left;
  width:70%;
  padding-right:30px;
  padding-bottom: 64px;
}
.yumenavi .yumenavi-img{
  float:left;
  width:30%;
}
.yumenavi h3{
  font-size:24px;
  color:#fff;
  padding:0 0 10px;
}
.yumenavi p{
  font-size:14px;
  font-weight:400;
}
.yumenavi a.more-yumenavi img{
  position:absolute;
  bottom:28px;
  left:30px;
  width: 100%;
  max-width:260px;
  padding-top:30px;
}
/* ---------- 1200px以下  ---------- */
@media(max-width:1200px){
  /*yumenavi*/
  .yumenavi{
    width:100%;
    height: auto;
  }
  .yumenavi p{
    padding-bottom: 64px;
  }
  .lecture .kazari03{
    display:none;
  }
  .yumenavi .yumenavi-text {
    padding-bottom: 0;
  }
}

/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .lecture .kazari01,.lecture .kazari02,.lecture .kazari03{
    display:none;
  }
  .lecture{
    padding-top:30px;
    padding-bottom:30px;
  }
  .lecture h2{
    text-align:left;
    position:relative;
    border-bottom:1px solid #689f38;
    margin-bottom:20px;
  }
  .lecture h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:0px;
    padding-bottom:30px;
  }
  .lecture h2 img{
    height:26px;
  }
  .lecture h2 img.icon_lecture{
    height:auto;
    position:absolute;
    right:5px;
    bottom:0;
  }

  .file-text{
    padding:0 0 20px;
    font-size:12px;
    font-weight:600;
    position:relative;
  }
  .file-text img{
    position:absolute;
    top:-3px;
    left:0;
  }
  .file-text span{
    padding-left:30px;
  }
  .lecture .col4{
    background:#e3f0f4;
    border-radius:20px;
    margin:0 0 15px;
    padding:15px 20px;
    position:relative;
  }
  .lecture .col4 .icon_file{
    position:absolute;
    top:20px;
    right:20px;
  }
  .lecture .col4 .lecture-img{
    float:left;
    width:30%;
    margin-right:5%;
    padding-top:15px;
  }
  .lecture .col4 .lecture-text{
    float:left;
    width:65%;
  }
  .lecture .col4 .lecture-text p{
    text-align:left;
  }
  a.more-info{
    display:none;
  }
  .lecture .fontsize-14{
    font-size:13px;
    padding-bottom:5px;
  }
  .lecture .fontsize-22{
    font-size:16px;
    padding-bottom:5px;
  }
  .lecture .lecture-text03{
    padding:0 0 10px;
    border-top:none;
    font-size:14px;
    height:auto;
  }

  .lecture .pt60{
    padding-top:0;
  }

  /*yumenavi*/
  .yumenavi{
    padding:20px;
  }
  .yumenavi .yumenavi-text{
    float:right;
    width:70%;
    padding-right:0;
    padding-left:15px;
  }
  .yumenavi .yumenavi-img{
    float:left;
    width:30%;
  }
  .yumenavi h3{
    font-size:13px;
    padding:0 0 5px;
  }
  .yumenavi p{
    font-size:11px;
    line-height:1.0;
  }
  .yumenavi a.more-yumenavi img{
    max-width:160px;
    padding-top:15px;
    bottom:29px;
    left:auto;
    right:auto;
  }

}




/* --------------------------------------------------
    トップ：おすすめコンテンツ
-------------------------------------------------- */
.additional-over{
  background:#77933c;
}
.additional h2 img{
  height:30px;
}
.additional h3{
  padding:0 0 10px;
}
.additional h3 img{
  height:15px;
}
.additional{
  max-width:1262px;
  margin:0 auto;
  background-image:url("./img/bg_green.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  padding-top:90px;
  padding-bottom:80px;
  margin-top:-3px;
}
.additional .additional-box{
  border:3px solid #fff;
  padding:30px;
  height:500px;
}
.additional-list{
  padding:10px;
}
.student-support{
  float:left;
  width:63%;
  margin-right:2%;
}
.open-campus{
  float:left;
  width:35%;
}

/* ---------- 769px以下  ---------- */
@media(min-width:769px){
  .additional .movie-sp{
    display:none;
  }
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .additional .movie-pc{
    display:none;
  }

  .additional .container{
    padding:0;
    overflow: hidden;
  }
  .additional h2,
  .additional .student-support,
  .additional .open-campus{
    padding-left:20px;
    padding-right:20px;
  }
  .additional{
    background-image:url("./img/sp/sp_bg_green.jpg");
    padding-top:90px;
    padding-bottom:90px;
    position:relative;
  }
  .additional:before{
    position:absolute;
    top:13px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-top.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }
  .additional:after{
    position:absolute;
    bottom:15px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-bottom.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }

  .additional .open-campus{
    position:relative;
    padding-top:60px;
  }
  .additional .open-campus:before{
    position:absolute;
    top:13px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-top.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }

  .additional .scroll {
    transform: translateX(-20px);
    width: calc(100% + 40px);
  }
  .additional .movie-scroll {
    transform: translateX(4px);
  }

  .additional .movie-scroll p{
    white-space: initial;
    color:#fff;
  }
  .additional h2{
    text-align:left;
    position:relative;
    margin-bottom:20px;
  }
  .additional h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:10px;
    padding-bottom:0;
  }
  .additional h2 img{
    height:48px;
  }

  .student-support{
    float:none;
    width:100%;
    margin-right:0;
  }
  .open-campus{
    float:none;
    width:100%;
  }
  .open-campus .scroll{
    overflow: initial;
  }
  .additional .additional-box{
    border:none;
    padding:30px;
    height:auto;
  }
  .additional .additional-box p{
    text-align:left;
  }


}



/* --------------------------------------------------
    トップ：なんでも掲示板
-------------------------------------------------- */
.information-over{
  background:#699d3f;
}
.information h2 img{
  height:50px;
}
.information{
  max-width:1262px;
  margin:0 auto;
  background-image:url("./img/bg_green.jpg");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover;
  padding-top:90px;
  padding-bottom:80px;
  margin-top:-3px;
}
ul.information-list{
  max-width:600px;
  margin:0 auto;
}
ul.information-list li{
  float:left;
  width:50%;
  padding:20px;
}
/* ---------- 769px以下  ---------- */
@media(min-width:769px){
  .information .movie-sp{
    display:none;
  }
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){
  .information .movie-pc{
    display:none;
  }
  .information{
    background-image:url("./img/sp/sp_bg_green.jpg");
    padding-top:90px;
    padding-bottom:110px;
    position:relative;
  }
  .information:before{
    position:absolute;
    top:13px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-top.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }
  .information:after{
    position:absolute;
    bottom:15px;
    left:0;
    content:"";
    background-image:url("./img/sp/line-bottom.svg");
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:15px;
  }

  .information .movie-scroll p{
    color:#fff;
  }
  .information h2{
    text-align:left;
    position:relative;
    margin-bottom:20px;
  }
  .information h2 .h2jp{
    text-align:left;
    font-size:16px;
    padding-top:0px;
    padding-bottom:0;
  }
  .information h2 img{
    height:26px;
  }
}



/* --------------------------------------------------
    フッター
-------------------------------------------------- */
.footer{
  background:#23303b;
  margin-top:-10px;
  padding: 30px 0;
}
.f-logo img{
  width:100px;
  height:auto;
}
.f-navi li{
  display:inline;
}
.f-navi li a{
  color:#fff;
  font-size:12px;
  padding:15px;
}
.footer .copyright{
  color:#fff;
  font-size:13px;
}
/* ---------- 768px以下  ---------- */
@media(max-width:768px){

}

.modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background-position: center;
  background-size: cover;
  opacity: 1 !important;
}

.modal-open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 27%;
  min-width: 52px;
  height: 100%;
  background-image: url("./img/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* *****
 *  */
/* SP */
@media screen and (max-width: 768px) {
  .modal-open::after {
    background-image: url("./img/sp/sp_play.svg");
  }
  .modal-open.modal-open-pc::after {
    background-image: url("./img/play.svg");
  }
  .modal-open.modal-open-edge::after {
    top: 12px;
    left: 10px;
    transform: none;
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 420px) {
  .modal-open {
    pointer-events: none;
  }
}

.lity-close {
  position: absolute;
  top: 5px;
}
