/* CSS Document */
.kv-event {
  background: url("../images/index/kv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  flex-direction: column; }
  .kv-event h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background-color: #fff;
    color: #47ccbf;
    /* add 20210924 iida */
    text-align: center;
    width: 320px;
    /* add 20210924 iida end */
    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;
        /* add 20210924 iida */
        width: 450px;
        /* add 20210924 iida end */
      }
    }
    .kv-event h2 span {
      width: 100%;
      display: block;
      position: absolute;
      color: white;
      font-size: .6em;
      text-align: center;
      left: 0;
      bottom: -1.5em; }
  .kv-event .kv-subtext {
    /* change 20210924 iida
    padding: 30px 0;
     */
     padding: 30px 0 50px;
    color: #fff;
    line-height: 1.5;
    font-size: 4vw;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .kv-event .kv-subtext {
        font-size: 1.8vw;
        padding: 30px 30px 50px; } }
    @media screen and (min-width: 1280px) {
      .kv-event .kv-subtext {
        font-size: 24px; } }
  .kv-event .sousaibtn {
    margin: 0 auto;
    text-align: center;
    display: block; }

section#sec01 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px; }
  section#sec01 h3 {
    font-size: 24px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.4em;
    width: 100%;
    color: #47ccbf;
    border-bottom: 1px solid #47ccbf;
    border-top: 1px solid #47ccbf;
    padding: .2em 0;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      section#sec01 h3 {
        font-size: 32px; } }
  section#sec01 > p {
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    color: #ff736a;
    font-weight: 700;
    margin-bottom: 40px; }
    section#sec01 > p span {
      font-size: 2em; }
    @media screen and (min-width: 768px) {
      section#sec01 > p {
        font-size: 22px; } }
  section#sec01 .wrap {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#sec01 .wrap article {
      width: 100%;
      margin-bottom: 4%;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (min-width: 768px) {
        section#sec01 .wrap article {
          width: 48%; } }
      section#sec01 .wrap article .head {
        width: 100%;
        padding: 13px 0;
        box-sizing: border-box; }
        section#sec01 .wrap article .head h4 {
          display: inline-block;
          color: white;
          border: 1px solid white;
          height: 1.6em;
          font-size: 24px;
          line-height: 1.6em;
          border-radius: .8em;
          padding: 0 2em;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            section#sec01 .wrap article .head h4 {
              font-size: 28px; } }
        section#sec01 .wrap article .head p {
          color: white;
          font-size: 14px;
          line-height: 1.6em; }
          section#sec01 .wrap article .head p.line2 {
            padding: .8em 0; }
          @media screen and (min-width: 768px) {
            section#sec01 .wrap article .head p {
              font-size: 18px; } }
      section#sec01 .wrap article .text {
        padding: 4.5%;
        box-sizing: border-box; }
      section#sec01 .wrap article.art01 {
        border: 1px solid #47ccbf; }
        section#sec01 .wrap article.art01 .head {
          background-color: #47ccbf; }
      section#sec01 .wrap article.art02 {
        border: 1px solid #a174b2; }
        section#sec01 .wrap article.art02 .head {
          background-color: #a174b2; }
      section#sec01 .wrap article.art03 {
        border: 1px solid #ff736a; }
        section#sec01 .wrap article.art03 .head {
          background-color: #ff736a; }
      section#sec01 .wrap article.art04 {
        background-color: #f2f2f2; }
        section#sec01 .wrap article.art04 h5 {
          width: 100%;
          background-color: #29a6d8;
          color: white;
          font-size: 18px;
          line-height: 2.4em;
          height: 2.4em; }
