@charset "UTF-8";
/* ************************************************ */
/* コンテンツ */
/* ************************************************ */
.mv {
  padding-top: 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: -1;
  background-color: #DFF2FC;
  overflow: hidden; }
  .mv::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%); }

  .mv-inner {
    position: relative;
    height: 220px; }
    .mv-inner::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: -40px;
      left: 450px;
      display: block;
      width: 680px;
      height: 680px;
      background: url(../images/mv01.png) no-repeat center/ contain; }
  .mv-header {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-bottom: 50px; }
  .mv-head {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: .15em;
    margin-bottom: 20px;
    margin-left: 100px;
    color: #008CD6; }
  .mv-desc {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #004098;
    margin-bottom: 0;
    margin-left: 100px; }

  @media screen and (max-width: 1500px) {
    .mv {
      padding-top: 50px; }
    .mv-inner {
      height: 220px; }
      .mv-inner::after {
        top: -40px;
        left: 450px;
        width: 680px;
        height: 680px; }
  }
  @media screen and (max-width: 1200px) {
    .mv {
      padding-top: 50px; }
    .mv-inner {
      height: 200px; }
      .mv-inner::after {
        top: -20px;
        left: 420px;
        width: 590px;
        height: 590px; }
    .mv-head {
      margin-left: 70px;
      margin-top: -20px; }
    .mv-desc {
      margin-left: 70px; }
  }
  @media screen and (max-width: 900px) {
      .mv-inner::after {
        top: -20px;
        left: 390px;
        width: 500px;
        height: 500px; }
      .mv-head {
        margin-left: 30px; }
      .mv-desc {
        margin-left: 30px; }
  }
  @media screen and (max-width: 768px) {
    .mv {
      padding: 0;
      z-index: -1;
      margin-bottom: 30px; }
      .mv::after {
        height: 30px; }
      .mv-inner {
        height: 180px; }
        .mv-inner::after {
          opacity: .3;
          top: 10px;
          left: 50%;
          width: 450px;
          height: 450px; }
      .mv-header {
        line-height: 1.6;
        margin-bottom: 45px;
        padding: 40px 3.125% 0;
        background-size: 110%;
        text-align: center; }
      .mv-head {
        margin-bottom: 16px;
        margin-left: 0px;
        font-size: 2.4rem; }
      .mv-desc {
        margin-left: 0px;
        font-size: 1.4rem; } }

.mvLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }
  .mvLinkList > li {
    position: relative;
    width: 32%;
    margin-bottom: 20px; }
    .mvLinkList > li::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #008CD6; }
    .mvLinkList > li:hover::after {
      height: 3px; }
    .mvLinkList > li:not(:nth-child(3n)) {
      margin-right: 1%; }
  .mvLinkList a {
    display: block;
    height: 100%; }
    .mvLinkList a, .mvLinkList a:link, .mvLinkList a:visited, .mvLinkList a:hover, .mvLinkList a:active, .mvLinkList a:focus {
      color: #2F2725;
      text-decoration: none; }
  .mvLinkList-img {
    margin-bottom: 10px; }
  .mvLinkList-text { }
  @media screen and (max-width: 768px) {
    .mvLinkList {
      padding: 0 3.125%; }
      .mvLinkList > li {
        width: 48%; }
        .mvLinkList > li:not(:nth-child(3n)) {
          margin-right: 0; }
        .mvLinkList > li:nth-child(odd) {
          margin-right: 2%; }
        .mvLinkList > li:nth-child(even) {
          margin-left: 2%; } }
  @media screen and (max-width: 480px) {
    .mvLinkList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .mvLinkList > li {
        width: auto; }
        .mvLinkList > li:nth-child(odd) {
          margin-right: 0; }
        .mvLinkList > li:nth-child(even) {
          margin-left: 0; }
      .mvLinkList-img img {
        width: 100%; }
      .mvLinkList-text {
        font-size: 1.8rem; } }


.newsHead {
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(to top, #fff 0, #DFF2FC 30px); }
  .newsHead-inner {
    letter-spacing: .1em;
    height: 70px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .newsHead-ttl {
     }
  .newsHead-index {
    font-weight: bold; }
    .newsHead-index a {
      display: block;
      text-decoration: none;
      min-height: 27px;
      padding-right: 45px;
      font-size: 1.8rem;
      background: url(../images/icon_arrow.svg) no-repeat right 3px top 3px/ 27px auto;
      color: inherit; }
      .newsHead-index a:hover {
        background: url(../images/icon_arrow.svg) no-repeat right 1px top 1px/ 27px auto;
      }
      @media screen and (max-width: 768px) {
        .newsHead-index a {
          padding-right: 36px;
          background-size: 22px auto;
          font-size: 1.6rem; } }


.newsEntryIndex {
  padding-top: 50px; }
  .newsEntryIndex a {
    margin: 0 auto;
    padding: 1em 30px 1em 0;
    display: block;
    position: relative;
    width: 250px;
    line-height: 1;
    background-color: #3071b9;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .newsEntryIndex a, .newsEntryIndex a:link, .newsEntryIndex a:visited, .newsEntryIndex a:hover, .newsEntryIndex a:active, .newsEntryIndex a:focus {
      color: #fff; }
    .newsEntryIndex a::after {
      margin-top: -5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }
    .newsEntryIndex a:hover {
      background-color: #fff;
      border-color: #3071b9; }
      .newsEntryIndex a:hover, .newsEntryIndex a:hover:link, .newsEntryIndex a:hover:visited, .newsEntryIndex a:hover:hover, .newsEntryIndex a:hover:active, .newsEntryIndex a:hover:focus {
        color: #3071b9; }
      .newsEntryIndex a:hover::after {
        border-top-color: #3071b9;
        border-right-color: #3071b9; }



        .mvLinkList li {
          display:flex;
          display:-webkit-flex;
          align-items:center;
        }

        .mvLinkList-img {
          width:20%;
          margin-right:2%;
        }

        .mvLinkList-text {
          width:78%;
        }

        .mvLinkList-text p {
          margin-bottom:0.5em;
        }