/* CSS Document */
.kv-event {
  background: url("../images/index/kv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .kv-event {
      height: 60vh; } }
  .kv-event h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    color: #47ccbf;
    font-weight: normal;
    padding: .3em 1.5em;
    border-radius: .8em;
    letter-spacing: .12em; }
    @media screen and (min-width: 768px) {
      .kv-event h2 {
        font-size: 36px; } }
  .kv-event span {
    font-size: 24px;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    letter-spacing: .12em; }

section#sec01 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 100px; }
  section#sec01 p.displaying {
    color: #999999;
    margin-bottom: 48px; }
  section#sec01 .wrap article {
    box-sizing: border-box;
    border: 1px solid #47ccbf;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 88px; }
    @media screen and (max-width: 767px) {
      section#sec01 .wrap article {
        margin-bottom: 30px; } }
    section#sec01 .wrap article figure {
      width: 26%; }
      section#sec01 .wrap article figure img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 767px) {
        section#sec01 .wrap article figure {
          width: 100%;
          max-width: 400px;
          margin: 0 auto .5em; } }
    section#sec01 .wrap article .text {
      position: relative;
      width: 70%;
      padding-bottom: 60px; }
      @media screen and (max-width: 767px) {
        section#sec01 .wrap article .text {
          width: 100%;
          position: static;
          padding-bottom: 0; } }
      section#sec01 .wrap article .text .title-wrap {
        background-color: #47ccbf;
        transform: translateY(-20px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        padding: 10px 1rem;
        text-align: left; }
        @media screen and (max-width: 767px) {
          section#sec01 .wrap article .text .title-wrap {
            transform: translateY(0);
            margin-bottom: .5em;
            flex-direction: column;
            align-items: flex-start; } }
        section#sec01 .wrap article .text .title-wrap .date {
          font-weight: bold;
          font-size: 16px;
          margin-right: 1rem; }
          @media screen and (max-width: 767px) {
            section#sec01 .wrap article .text .title-wrap .date {
              margin: 0 0 .5em 0; } }
        section#sec01 .wrap article .text .title-wrap h3 {
          font-size: 21px;
          line-height: 1.4em;
          text-align: left; }
      section#sec01 .wrap article .text > p {
        color: #4d4d4d;
        font-size: 14px;
        line-height: 1.7em; }
        @media screen and (max-width: 767px) {
          section#sec01 .wrap article .text > p {
            margin-bottom: .5em; } }
      section#sec01 .wrap article .text ul {
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-start; }
        @media screen and (max-width: 767px) {
          section#sec01 .wrap article .text ul {
            position: static;
            width: 100%;
            justify-content: space-between; } }
        section#sec01 .wrap article .text ul li {
          padding: 0 2em;
          box-sizing: border-box;
          border: 1px solid #29a6d8;
          color: #29a6d8;
          text-align: center;
          line-height: 2em;
          margin-right: 10px;
          font-size: 14px; }
          @media screen and (max-width: 767px) {
            section#sec01 .wrap article .text ul li {
              width: 48%;
              margin: 0 0 .5em; } }
      section#sec01 .wrap article .text a {
        position: absolute;
        display: block;
        right: 0;
        bottom: 0;
        width: 270px;
        box-sizing: border-box;
        border: 1px solid #47ccbf;
        color: #47ccbf;
        text-align: center;
        line-height: 2em;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          section#sec01 .wrap article .text a {
            position: static;
            width: 100%; } }
  section#sec01 .pagenavi {
    margin: auto;
    display: flex;
    justify-content: center;
    color: #29a6d8;
    font-size: 16px;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      section#sec01 .pagenavi {
        font-size: 14px; } }
    section#sec01 .pagenavi .wrap-nav {
      border: 1px solid #29a6d8;
      border-radius: 1em;
      display: flex;
      justify-content: center;
      margin: auto 1.5em;
      padding: .1em 4em; }
      @media screen and (max-width: 767px) {
        section#sec01 .pagenavi .wrap-nav {
          margin: auto .5em;
          padding: .1em 1em; } }
      section#sec01 .pagenavi .wrap-nav span, section#sec01 .pagenavi .wrap-nav a {
        display: block;
        width: 2em;
        height: 2em;
        text-align: center;
        line-height: 1.9em;
        border-radius: 1em; }
        section#sec01 .pagenavi .wrap-nav span.current, section#sec01 .pagenavi .wrap-nav a.current {
          background-color: #29a6d8;
          color: white; }
    section#sec01 .pagenavi a.prev img {
      transform: scale(-1, 1); }
    section#sec01 .pagenavi a.prev img, section#sec01 .pagenavi a.next img {
      margin: auto .4em; }
