@charset "utf-8";
footer{
  position: relative;
}
#container.news .intro {
  background-image: url(/src/img/intro/news_main.jpg);
  background-repeat: no-repeat;
  min-height: 310px;
  background-size: cover;
  background-position: center top;
}
.inner {
  max-width: 1000px;
  margin:  0 auto;
}
.intro_h1:before {
  background: #fff;
  width:  980px;
  height:  980px;
  border-radius:  50%;
  position:  absolute;
  left:  0;
  right:  0;
  margin:  0 auto;
  content: '';
  top: -150px;
  z-index: 0;
}
.intro_h1 {
  position:  relative;
  text-align:  center;
}
.intro_h1 h1,
.intro_h1 span {
  position: relative;
  z-index:  1;
  display:  block;
}
.intro_h1 h1 {
  letter-spacing: 7px;
  margin-bottom: 5px;
  font-weight: 600;
  top: -50px;
}
.intro_h1 span {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0;
  font-size: 0.5em;
  display: block;
	color: #fb6301;
}




.newsMenu{
  margin: 5rem 0;
  position: relative;
  }
.newsMenu__inner{
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
  }
.newsMenu__article{
  border-bottom: 1px rgba(215, 214, 214, 1) solid;
  margin: -100px 0 3rem;
  padding: 100px 0 3rem;
  }
.newsMenu__article:last-of-type{
  margin: -100px 0 0;
}
.newsMenu__date{
    align-items: center;
    display: flex;
  }
.newsMenu__date__text{
    font-size: 1rem;
    font-weight: 600;
  }
.newsMenu__date__category{
    align-items: center;
    border-radius: 15px;
    color: rgba(255,255,255,1.00);
    display: flex;
    font-size: 1em;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin: 0 1em;
    padding: 0 1em;
  }
/* scheme */
.newsMenu__date__category.cat1{
  background-color: rgba(0,0,0,1.00);
}
.newsMenu__date__category.cat2{
  background-color: rgba(40,58,145,1.00);
}
/* scheme Fin */
.newsMenu__title{
  color: rgba(40, 58, 145, 1);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 1em 0;
  }
.newsMenu__title:last-child{
  margin: 1em 0 0;
  }
.newsMenu__note{
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
  margin: 1em 0;
  }
.newsMenu__note-link{
  color: #283a91;
  text-decoration: underline;
  text-decoration-color: rgba(41,41,41,1.00);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: all 0.3s;
  }
.newsMenu__note-link:hover{
  opacity: 0.8;
  text-decoration: none;  
  }
.newsMenu__note__text{
    font-weight: 600;
  }
.newsMenu__note__text:after{
    right: -1.5rem;
  }
/* movie */
.newsMenu__movie__block{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 0;
  }
.newsMenu__movie__col{
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 2)) / 3);
  }
.newsMenu__movie__col:nth-of-type(2n){
  margin: 0 1rem 0 0;
  }
.newsMenu__movie__col:nth-of-type(3n){
  margin: 0;
  }
.newsMenu__movie__theme{
  color: rgba(40, 58, 145, 1);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  text-align: center;
  }
.newsMenu__movie{
  height: 195px;
  }
.newsMenu__movie iframe{
    height: 100%;
    width: 100%;
  }
/* movie Fin */

/* image */
.newsMenu__image__block{}
.newsMenu__image__col{}
.newsMenu__image__col:only-of-type{
  max-width: 320px;
  }
/* image Fin */









@media screen and (max-width: 1024px) {
  .inner {
    max-width: 90%;
  }
  .intro_h1:before {
    width: 500px;
    height: 500px;
    top: -120px;
  }
}/* max-width: 1024px */


@media screen and (max-width: 768px) {
  .intro_h1:before {
    width: 300px;
    height: 300px;
    top: -100px;
  }
  
  
  
  
  .newsMenu{}
  .newsMenu__inner{
    max-width: inherit;
    }
  .newsMenu__article{}
  .newsMenu__date{}
  .newsMenu__date__text{}
  .newsMenu__date__category{
    margin: 0 1em;
    padding: 0 1em;
    }
  /* scheme */
  .newsMenu__date__category.cat1{}
  .newsMenu__date__category.cat2{}
  /* scheme Fin */
  .newsMenu__title{
    font-size: 1.125rem;
    }
  .newsMenu__note{
    line-height: 1.75;
    }
  .newsMenu__note-link{}
  .newsMenu__note__text{}
  .newsMenu__note__text:after{
    right: -2rem;
    }
  /* movie */
  .newsMenu__movie__block{}
  .newsMenu__movie__col{
    margin: 0 1rem 1rem 0;
    width: calc((100% - calc(1rem * 2)) / 2);
    max-width: inherit;
    }
  .newsMenu__movie__col:nth-of-type(2n){
    margin: 0 0 1rem;
    }
  .newsMenu__movie__col:last-of-type{
    margin: 0;
  }
  .newsMenu__movie__theme{
    font-size: 1.125rem;
    }
  .newsMenu__movie{
    height: calc(12.1875rem + ((1vw - 6px) * 15.3302));/*195px ~ 260px*/
    }
  .newsMenu__movie iframe{}
  /* movie Fin */

  /* image */
  .newsMenu__image__block{}
  .newsMenu__image__col{}
  .newsMenu__image__col:only-of-type{
    max-width: 250px;    
  }
  /* image Fin */
  
  
}/* max-width: 768px */

@media screen and (max-width: 480px) {
  #container.news .intro {
    min-height: 250px;
  }
  .intro_h1 h1 {
    font-size: 1.8em;
  }
  
  
  
  
  .newsMenu{
    margin: 0 0 2rem;
  }
  .newsMenu__inner{
    
  }
  .newsMenu__article{
    margin: -70px 0 2rem;
    padding: 70px 0 2rem;
  }
  .newsMenu__article:last-of-type{
    margin: -70px 0 0;
  }
  .newsMenu__date{}
  .newsMenu__date__text{}
  .newsMenu__date__category{}
  /* scheme */
  .newsMenu__date__category.cat1{}
  .newsMenu__date__category.cat2{}
  /* scheme Fin */
  .newsMenu__title{}
  .newsMenu__note{}
  .newsMenu__note-link{}
  .newsMenu__note__text{}
  .newsMenu__note__text:after{}
  /* movie */
  .newsMenu__movie__block{}
  .newsMenu__movie__col{
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 345px;
  }
  .newsMenu__movie__col:last-of-type{
    margin: 0 auto;
  }
  .newsMenu__movie__theme{
    font-size: 1rem;
  }
  .newsMenu__movie{
    height: 190px;
  }
  .newsMenu__movie iframe{}
  /* movie Fin */

  /* image */
  .newsMenu__image__block{}
  .newsMenu__image__col{}
  .newsMenu__image__col:only-of-type{}
  /* image Fin */
  
}/* max-width: 480px */
