/* mv
-----------------------------*/
#mv .pc_mv {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  #mv .pc_mv video {
    position: absolute;
    top: 0;
    right: 0;object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    z-index: -1; }

#loader {
  background: url("../img/index/mv_img_pc.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 768px) {
  #mv .sp_mv .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent; } }
/* events
-----------------------------*/
#events {
  padding: 100px 0 80px; }
  @media screen and (max-width: 768px) {
    #events {
      padding: 30px 0; } }
  #events .ttl {
    font-size: 3.6rem;
    color: #132860;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #events .ttl {
        font-size: 2.6rem; } }
  #events .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #events .list {
        margin-top: 10px;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90%;
        margin: 0 auto; } }
    #events .list li {
      max-width: 280px;
      width: 30%; }
      @media screen and (max-width: 768px) {
        #events .list li {
          width: 100%;
          max-width: none; } }
      #events .list li:not(:last-child) {
        padding-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #events .list li img {
          width: 100%; } }
      #events .list li .txtwrap {
        margin-top: 10px; }
      #events .list li .artttl {
        font-size: 2.2rem;
        line-height: 1.35;
        color: #132860;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          #events .list li .artttl {
            font-size: 2.0rem; } }
      #events .list li .btn {
        margin-top: 15px; }

/* pagelink
-----------------------------*/
#pagelink {
  padding: 50px 0;
  background: #9c8254; }
  @media screen and (max-width: 768px) {
    #pagelink {
      padding: 20px 0; } }
  #pagelink .btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 740px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #pagelink .btnwrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #pagelink .btn {
    max-width: 340px;
    width: 45%; }
    @media screen and (max-width: 768px) {
      #pagelink .btn {
        width: 100%;
        max-width: none; } }
    @media screen and (max-width: 768px) {
      #pagelink .btn:not(:last-child) {
        padding-bottom: 15px; } }
    #pagelink .btn a {
      font-size: 1.8rem;
      height: 80px;
      line-height: 80px;
      border: none;
      position: relative; }
      .ie #pagelink .btn a{
        padding-top: 3px;
      }
      @media screen and (max-width: 768px) {
        #pagelink .btn a {
          height: 55px;
          line-height: 55px;
          text-align: left;
          padding-left: 10px; } }
      #pagelink .btn a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        background: url(../img/common/arrow_icon01.png) no-repeat center center/contain; }
        @media screen and (max-width: 768px) {
          #pagelink .btn a:before {
            width: 15px;
            height: 15px; } }

/* middle
-----------------------------*/
.middle {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .middle {
      height: 35vh; } }
  .middle img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 49%;
    left: 50%;
    vertical-align: middle;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 768px) {
      .middle img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;'; } }

/* info
-----------------------------*/
#info {
  padding: 100px 0 100px;
  background: #eeeeee; }
  @media screen and (max-width: 768px) {
    #info {
      padding: 20px 0 50px; } }
  #info .ttl {
    font-size: 3.6rem;
    color: #132860;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #info .ttl {
        font-size: 2.6rem; } }
  #info .list {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #info .list {
        margin-top: 15px; } }
    #info .list li {
      border-top: 1px solid #e5e5e5; }
      #info .list li:last-child {
        border-bottom: 1px solid #e5e5e5; }
    #info .list a,
    #info .list li > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        #info .list a,
        #info .list li > div {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #info .list a::before,
      #info .list li > div::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        background: url(../img/common/arrow_icon01.png) no-repeat center center/contain; }
      #info .list li > div::before {
        background: none }
        @media screen and (max-width: 768px) {
          #info .list a::before,
          #info .list li > div::before {
            width: 25px;
            height: 25px; } }
      #info .list a:hover .infottl span {
        /* text-decoration: none; */ }
    #info .list .date {
      width: 160px; }
      @media screen and (max-width: 768px) {
        #info .list .date {
          width: auto; } }
    #info .list .category {
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      width: 90px;
      background: #9c8254;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        #info .list .category {
          margin-right: 0;
          margin-left: 10px;
          width: 70px;
          height: 20px;
          line-height: 20px;
          font-size: 1.2rem; } }
      #info .list .category.news {
        background: #132860; }
    #info .list .infottl {
      color: #132860;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #info .list a .infottl {
        padding-right: 40px; 
      }
      @media screen and (max-width: 768px) {
        #info .list .infottl {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          width: 100%; } }
      #info .list a .infottl span {
        text-decoration: underline; }
  #info .btn {
    max-width: 300px;
    margin: 20px auto 0; }
    #info .btn a {
      font-size: 1.6rem; }
