@charset "utf-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/
.section {
  margin: 145px 0;
  padding: 70px 0;
}
@media screen and (min-width: 751px) {
  .section {
    margin: 210px 0;
    padding: 125px 0 80px;
  }
}
.sec_title {
  height: 47px;
  text-align: center;
}
.sec_title img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sec_title {
    height: 73.25px;
  }
}
.home_min_title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .home_min_title {
    font-size: 25px;
  }
}

/*----------------------------------------------------
背景
----------------------------------------------------*/
.bg_fixed {
  background-size: cover;
  background-position: center;
  background-image: url(../img/home/bg_sp.jpg);
}
@media screen and (min-width: 751px) {
  .bg_fixed {
    background-image: url(../img/home/bg_pc.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
}
#mv_title,
#mv_detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ani {
  opacity: 0;
  transition: all 1s;
}
.show {
  opacity: 1;
}
/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#top_info .box {
  padding: 20px 3.3333%;
}
#news .n_date {
  margin-bottom: 5px;
  line-height: 1;
}
#news .n_text {
  word-break: break-all;
  line-height: 1.6;
}
#news li{
  padding: 5px 0 2px;
  border-top: 1px solid #000;
}
#news li a{
  text-decoration: none;
  color* #D0121B;
}
#news li a:hover{
    opacity: 0.8;
}
#news li:first-child {
  padding-top: 0;
  border-top: none;
}
.scrollWrap,
.twitter_timeline {
  height: 180px;
}
.twitter_timeline {
  overflow-y: hidden;
}
@media screen and (max-width: 750px) {
  #top_info {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  #top_info .box {
    padding: 38px 10px 38px 27px;
  }
  #top_info .cols {
    display: flex;
    justify-content: space-between;
    margin-top: 125px;
  }
  #top_info .cols .col {
    width: 46%;
    margin-top: 0;
  }
  .scrollWrap,
  .twitter_timeline {
    height: 360px;
  }
}
/*----------------------------------------------------
お知らせ scroll bar
----------------------------------------------------*/
.scroll_y {
  overflow-y:scroll;
}
.scrollWrap {
  overflow-y: scroll;
}
.mCSB_inside>.mCSB_container {
  margin-right: 20px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  width: 8px;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
}

/*----------------------------------------------------
ムービー
----------------------------------------------------*/
#top_movie .slide_wrap{
  margin: 60px 25px 0;
}
@media screen and (min-width: 751px) {
  #top_movie .slide_wrap{
    margin-top: 40px 25px 0;
  }
}
@media screen and (min-width: 1129px) {
  #top_movie .slide_wrap{
    margin-top: 40px 0 0;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe,
.movie_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
みどころ
----------------------------------------------------*/
#top_highlight .text.extra_big {
  font-size: 25px;
  font-weight: 600;
}
#top_highlight .lh_high {
  line-height: 1.66;
}
@media screen and (min-width: 751px) {
  #top_highlight .text.extra_big {
    font-size: 40px;
  }
  #top_highlight .lh_high {
    line-height: 2.2;
    font-size: 20px;
  }
}
/*----------------------------------------------------
pdf
----------------------------------------------------*/
#top_pdf .text.extra_big {
  font-size: 25px;
  font-weight: 600;
}
#top_pdf .lh_high {
  line-height: 1.66;
}
@media screen and (min-width: 751px) {
  #top_pdf .text.extra_big {
    font-size: 40px;
  }
  #top_pdf .lh_high {
    line-height: 2.2;
    font-size: 20px;
  }
}
