/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  background-image: url(../img/company/company_mv_back.jpg);
}

.sub_page_title_wrapper {
  background-image: url(../img/sub/sub_mv_title_back.png);
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background-image: url(../img/company/company_mv_back_sp.jpg);
  }
}

/* ------------------------------------------
  news_main
  ------------------------------------------ */
.news_wrapper {
  width: 985px;
  margin: 85px auto 0;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}

.news_main_wrapper {
  width: calc((100% - 125px) * 0.75);
}

.news_main_category {
  width: calc((100% - 125px) * 0.25);
}

.news_main_title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 2px solid #2F3A3C;
  padding: 20px 0 15px;
  line-height: 1.2;
}

.news_main_date_wrapper {
  width: 40%;
  display: flex;
  align-items: center;
}

.news_main_date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
  width: 50%;
}

.news_main_label {
  font-size: 1.2rem;
  color: #FF9F1C;
  border: 1px solid #FF9F1C;
  border-radius: 2px;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  width: 50%;
}

.news_main_date_title {
  width: 60%;
  border-bottom: 0.5px solid #707070;
  padding: 35px 25px 10px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.news_main_desc {
  margin-top: 40px;
}

.news_main_desc img {
  max-width: 100%;
}

.news_main_desc h3 {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.news_main_desc p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 32px;
}

.news_main_desc h4 {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 18px;
  position: relative;
  padding-left: 25px;
}

.news_main_desc h4::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #354245;
  position: absolute;
  top: 0;
  left: 0;
}

.news_main_desc h5 {
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 18px;
  position: relative;
}

.news_main_desc h5::before {
  content: "・";
}



@media screen and (max-width: 767px) {
  .news_wrapper {
    width: auto;
    flex-direction: column;
    padding: 0 17px;
    margin: 60px auto 0;
  }

  .news_main_wrapper {
    width: 100%;
  }

  .news_main_desc_wrapper {
    width: 100% ;
  }

  .news_main_category {
    width: 100% ;
  }

  .news_title {
    width: 200px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .news_main_date_wrapper {
    width: 100%;
    border-bottom: none;
    padding: 0 0 0 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .news_main_date {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
    display: inline-block;
    width: auto;
  }

  .news_main_label {
    font-size: 1.1rem;
    padding: 3px 10px;
    width: auto;
    margin-left: 10px;
  }

  .news_main_title {
    width: 100%;
    padding: 10px 25px 10px 10px;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .news_main_desc {
    margin-top: 20px;
  }

  .news_main_desc h3 {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .news_main_desc p {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 25px;
  }

  .news_main_desc h4 {
    font-size: 1.6rem;
    line-height: 15px;
    padding-left: 20px;
  }

  .news_main_desc h4::before {
    width: 15px;
    height: 15px;
  }
}

/* ------------------------------------------
  news_main_category
  ------------------------------------------ */
.news_main_category_title {
  background-color: #FF951A;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 15px 0 15px 20px;
}

.news_main_category_list {
  padding: 0 20px 15px 20px;
  border: 1px solid #C2C2C2;
  border-top: none;
}

.news_main_category_list_item {
  font-size: 1.2rem;
  letter-spacing: .1em;
  padding: 15px 0 5px 5px;
  border-bottom: 0.5px solid #C2C2C2;
  background-image: url(../img/news/news_main_category_list_item_arrow.png);
  background-position: right 5px bottom 7px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

@media screen and (max-width: 767px) {

}

/* ------------------------------------------
  examples_pagenation
  ------------------------------------------ */
.examples_pagination {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 90px auto;
}

.examples_pagination_item {
  font-family: 'Open Sans';
  font-size: 2rem;
  line-height: 50px;
  font-weight: bold;
}

.examples_pagination_item.this {
  text-decoration: overline;
  color: #FF9F1C;
}

.examples_pagination .next::after {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_next.png);
  background-position: right;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.examples_pagination .prev::before {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_prev.png);
  background-position: left;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .examples_pagination {
    width: 200px;
    margin: 30px auto;
  }

  .examples_pagination_item {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .examples_pagination .next::after {
    background-size: 8.8px 16px;
    padding-right: 20px;
  }

  .examples_pagination .prev::before {
    background-size: 8.8px 16px;
    padding-left: 20px;
  }
}
