/* Add override styles here. Loaded after style.css. */

/* トップページ ニュース部分 */
.top_news{
  position: relative;
  overflow: hidden;
  background: #2E68AC;
  background: linear-gradient(91deg,rgba(46, 104, 172, 1) 0%, rgba(92, 142, 201, 1) 50%, rgba(255, 151, 178, 1) 100%);
  padding: 60px 0;
}

.top_news .top_news-bg-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.top_news .top_news-title{
  font-family: "Venti", sans-serif;
	font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 32px;
}

.top_news .top_news__inner{
  width: 86.666%;
  max-width: 1080px;
  margin: 0 auto;
}

.top_news .top_news__content{
  margin-bottom: 32px;
}

.top_news .common-ttl-en .js-sprit-item{
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
}

.top_news .top_news-item{
  padding: 20px 48px 20px 0;
  position: relative;
}

.top_news .top_news-item:before{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.top_news .top_news-link{
  display: block;
  transition: 0.6s;
  color: #fff;
  text-decoration: none;
}

.top_news .top_news-link:hover{
  padding: 0 0 0 16px;
}

.top_news .top_news-link:hover .top_news-item-yajirushi img:nth-child(2){
  opacity: 1;
}

.top_news .top_news-item-yajirushi{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
}

.top_news .top_news-item-yajirushi img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top_news .top_news-item-yajirushi img:nth-child(2){
  opacity: 0;
  transition: 0.6s;
}

.top_news .top_news-meta{
  display: flex;
  align-items: center;
  gap: 0 28px;
  margin-bottom: 16px;
}

.top_news .top_news-meta .top_news-date{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.top_news .top_news-meta .top_news-categories{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(91deg,rgba(46, 104, 172, 1) 0%, rgba(92, 142, 201, 1) 50%, rgba(255, 151, 178, 1) 100%);
  padding: 2px 8px 0;
  font-family: "Venti", sans-serif;
}

.top_news .top_news-item-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.top_news .coursemenu-btn{
  background: #012045;
  border:solid 2px #012045;
  transition: 0.5s;
}
.top_news .coursemenu-btn:hover{
  color: #012045;
  background-color :#fff;
}

@media screen and (min-width: 768px){
  .top_news{
    padding: 80px 0;
  }
  .top_news .top_news-title{
    font-size: 36px;
  }
  .top_news .top_news__inner{
    width: 90%;
  }
  .top_news .top_news-link{
    display: flex;
    gap: 0 16px;
  }
  .top_news .top_news-meta{
    justify-content: space-between;
    width: 200px;
    gap: 0;
    margin-bottom: 0;
  }
  .top_news .top_news-item{
    padding: 24px 48px 24px 0;
  }
}

.newssingle-body a{
  text-decoration: none;
}