.main-title .title::after {
    background-color: #378edc;
}
.main-title .title-pic {
    background: url(/recruit_newgraduate/css/../images/news/ttl_bg.jpg) no-repeat center center/cover;
}

/*----------------------------------------------------
	news
----------------------------------------------------*/

.news-list__foot {
  padding: 40px 0;
  background-color: rgba(238, 238, 238, 0.502);
}

@media screen and (min-width: 768px) {
	.news-list__body{
		margin-bottom: 100px;
	}
  .news-list {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .news-list__foot {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
	.news-list__body{
		margin-bottom: 60px;
	}
  .news-list {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .news-list__foot {
    margin-top: 50px;
    padding: 30px 0;
  }
}

.news-item {
  box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 30%);
}

.news-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #E5F0F9;
}

.news-item__head ._title {
  font-size: 24px;
  color: #006ec8;
  font-weight: bold;
  line-height: 1.5;
}

.news-item__head ._date {
  font-size: 16px;
  color: #006ec8;
  font-weight: bold;
  line-height: 1.2;
}

.news-item__body {
  padding: 40px 40px;
}

.news-item__body ._assets {
  line-height: 2;
  margin-top: 5px;
}

.news-item__body ._assets li + li {
  margin-top: 5px;
}

.news-item__body ._assets a {
  color: #006ec8;
  text-decoration: underline;
}

.news-item__body ._assets a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .news-item + .news-item {
    margin-top: 100px;
  }
  .news-item__body {
    display: flex;
  }
  .news-item__body ._txt {
    flex: 1;
    margin-top: -.5em;
  }
  .news-item__body ._pic {
    width: 44.11765%;
    margin-left: 7.84314%;
  }
}

@media screen and (max-width: 767px) {
  .news-item + .news-item {
    margin-top: 40px;
  }
  .news-item__head {
    flex-direction: column;
  }
  .news-item__head ._date {
    margin-left: auto;
  }
  .news-item__body ._pic {
    max-width: 400px;
    margin-top: 3.92157%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 560px) {
  .news-item__head {
    padding: 15px;
  }
  .news-item__head ._title {
    font-size: 18px;
  }
  .news-item__head ._date {
    font-size: 14px;
  }
  .news-item__body {
    padding: 15px;
  }
  .news-item__body ._assets {
    line-height: 2;
    margin-top: 5px;
  }
}