.mt {
  background: url("../images/news/mv_bg.png") no-repeat center 0;
  background-size: cover; }
  @media (max-width: 768px) {
    .mt {
      background-image: url("../images/news/mv_bg_sp.png"); } }

.news-area {
  padding: 50px 0 30px; }
  @media (max-width: 768px) {
    .news-area {
      background-position: 80% top;
      padding: 8vw 0; } }
  .news-area .dropdown {
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .news-area .dropdown {
        margin-bottom: 20px; } }
    .news-area .dropdown .year {
      cursor: pointer;
      display: inline-block;
      padding: 10px 80px 10px 20px;
      border: 1px solid #A8A8A8;
      font-size: 2.0rem;
      background: url("../images/news/arrow01.svg") no-repeat 95% 50% #fff;
      background-size: 12px; }
      @media (max-width: 768px) {
        .news-area .dropdown .year {
          font-size: 1.6rem; } }
    .news-area .dropdown .year-list {
      display: none;
      position: absolute;
      background-color: #fff;
      border: 1px solid #A8A8A8;
      border-top: none;
      font-size: 2.0rem; }
      @media (max-width: 768px) {
        .news-area .dropdown .year-list {
          font-size: 1.6rem; } }
      .news-area .dropdown .year-list li a {
        display: block;
        padding: 10px 80px 10px 20px; }
        .news-area .dropdown .year-list li a:hover {
          background-color: #EFEFEF; }
  .news-area .news-list {
    margin-bottom: 3.0rem; }
    .news-area .news-list__item {
      display: flex;
      border-bottom: 1px solid #81aa11;
      padding: 2.5rem 0 2.0rem;
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .news-area .news-list__item {
          display: block;
          padding: 4vw 1.3333333333333335vw;
          font-size: 3.733333333333334vw; } }
      .news-area .news-list__item .date {
        width: 14.54%;
        margin-top: .7rem; }
        @media (max-width: 768px) {
          .news-area .news-list__item .date {
            width: 100%;
            margin-top: 0;
            margin-bottom: 2.666666666666667vw; } }
      .news-area .news-list__item dd {
        width: 85.46%; }
        .news-area .news-list__item dd .category {
          margin-bottom: 2.0rem; }
          @media (max-width: 768px) {
            .news-area .news-list__item dd .category {
              margin-bottom: 1.3333333333333335vw; } }
          .news-area .news-list__item dd .category a {
            display: inline-block;
            padding: .7rem 1.3rem;
            background-color: #ef8693;
            color: #fff; }
            @media (max-width: 768px) {
              .news-area .news-list__item dd .category a {
                padding: 1.3333333333333335vw 2.666666666666667vw; } }
        .news-area .news-list__item dd .title {
          line-height: 1.5; }
          .news-area .news-list__item dd .title a:hover {
            text-decoration: underline; }

.news-detail {
  margin-bottom: 15.0rem; }
  @media (max-width: 768px) {
    .news-detail {
      margin-bottom: 18.666666666666668vw; } }
  .news-detail__block dt {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
    .news-detail__block dt .date {
      width: 14.54%; }
      @media (max-width: 768px) {
        .news-detail__block dt .date {
          width: 8em; } }
    .news-detail__block dt .category a {
      display: inline-block;
      padding: .3rem 2.0rem;
      background-color: #ef8693;
      color: #fff; }
      @media (max-width: 768px) {
        .news-detail__block dt .category a {
          padding: 0.8vw 2.666666666666667vw; } }
  .news-detail__block dd {
    margin-bottom: 5.0rem; }
    .news-detail__block dd .title {
      line-height: 1.5;
      border-bottom: 1px solid #81aa11;
      font-size: 2.4rem;
      padding-bottom: .5rem;
      margin-bottom: 3.5rem; }
      @media (max-width: 768px) {
        .news-detail__block dd .title {
          font-size: 4.8vw;
          margin-bottom: 8vw; } }
    .news-detail__block dd .entry {
      font-size: 1.6rem; }
      @media (max-width: 768px) {
        .news-detail__block dd .entry {
          font-size: 3.733333333333334vw; } }
      .news-detail__block dd .entry a:hover {
        text-decoration: underline; }
