/* ---------------------------------------*/
/*  pagevisual */
/* ---------------------------------------*/
.pagevisual {
  height: 200px;
  background: url(../img/news_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual {
    height: 66vw;
    background: url(../img/news_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.page-heading {
  margin: 0 0 0 320px;
}

@media screen and (max-width: 767px) {
  .page-heading {
    margin: 0 0 0 20px;
  }
}

/* ---------------------------------------*/
/*  news */
/* ---------------------------------------*/
#news {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 40px 0;
  }
}

.mews-list {
  border-top: solid 1px #D9D9D9;
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  .mews-list {
    margin: 30px 0;
  }
}

.news-list__item {
  font-size: 1.4rem;
  text-align: left;
  border-bottom: solid 1px #D9D9D9;
}

.news-list__item a {
  display: block;
  padding: 30px 90px 30px 30px;
  position: relative;
}

.news-list__item a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .news-list__item a {
    padding: 20px 0;
  }
  .news-list__item a::after {
    display: none;
  }
}

.news-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .news-headline {
    display: block;
  }
}

.news-headline__term {
  width: 9em;
}

@media screen and (max-width: 767px) {
  .news-headline__term {
    width: 100%;
    margin: 0 0 10px;
  }
}

.news-headline__description {
  width: calc(100% - 9em);
  color: #927E5F;
}

@media screen and (max-width: 767px) {
  .news-headline__description {
    width: 100%;
  }
}

.news-button-list {
  width: 220px;
  margin: -20px 20px 90px auto;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .news-button-list {
    width: 120px;
    margin: 20px 10px 60px auto;
  }
}

.news-button-recruit {
  width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .news-button-recruit {
    width: calc(100% - 20px);
  }
}

.news-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-pager__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: #AE2256;
  border-radius: 50%;
}

.news-pager__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #333;
}

.news-pager__item.prev,
.news-pager__item.next {
  background: none;
}

.news-pager__item.prev a,
.news-pager__item.next a {
  border: none;
  background: none;
}

/* ---------------------------------------*/
/*  article */
/* ---------------------------------------*/
#article {
  padding: 0 0 80px;
}

#article figure {
  margin: 0 0 80px;
}

#article p {
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: left;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  #article figure {
    margin: 0 0 30px;
  }
}

.article-title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #927E5F;
  margin: -40px 0 90px;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.article-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .article-title {
    font-size: 1.6rem;
    margin: -40px 0 20px;
    padding: 20px;
  }
  .article-title span {
    font-size: 1.4rem;
  }
}

.article-list-button {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .article-list-button {
    margin: 10px auto 0;
  }
}
