@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------

  lower-mv

----------------------------------------------------------------------------------------------------*/

 .l-mv {
    padding: 96px 0 0 0;
    position: relative;
    z-index: 888;
  }

    .l-mv .img-area {
      padding: 0 0 0 84px;
      position: relative;
      z-index: 666;
    }

    .l-mv .text-area {
      padding: 0 0 0 84px;
      position: absolute;
      width: 100%;
      height: 444px;
      top: 0;
      left: 0;
      z-index: 777;
    }

      .l-mv .text-area .text-main {
        height: 100%;
        background: rgba(10,30,70,0.3);
        position: relative;
        overflow: hidden;
      }

        .l-mv .text-area .text01 {
          position: absolute;
          left: -12px;
          bottom: -54px;
          white-space: nowrap;
          font-family: 'Renner*';
          font-weight: 600;
          line-height: 1em;
          color: transparent;
          -webkit-text-stroke: 1px #fff;
          text-stroke: 1px #fff;
          font-size: 240px;
        }

      .l-mv .img-area img {
        height: 444px;
      }

  .l-mv .s-copy {
    font-family: 'Renner*';
    position: absolute;
    left: 42px;
    top: 192px;
    font-size: 12px;
    transform-origin: 0 center 0;
    transform:rotate(90deg);
    color: #113377;
  }


.l-mv .bc-list-area {
  margin: auto;
  padding: 48px 24px 0 24px;
  max-width: 1176px;
  color: #333;
}

  .l-mv .bc-list {
    display: flex;
    justify-content: flex-end;
  }

  /*.l-mv .bc-list li {
    padding: 0 0 0 36px;
    position: relative;
    text-align: right;
  }

  .l-mv .bc-list li a {
    color: #113377;
  }

  .l-mv .bc-list li::before {
    position: absolute;
    margin: -6px 0 0 0;
    top: 50%;
    right: -18px;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-mv .bc-list  li:last-child::before {
    display: none;
  }*/

  /** WP用に変更 **/
  .l-mv .bc-list > span {
    padding: 0 0 0 36px;
    position: relative;
    text-align: right;
  }
  .l-mv .bc-list a {
    color: #113377;
  }
  .l-mv .bc-list > span::before {
    position: absolute;
    margin: -6px 0 0 0;
    top: 50%;
    right: -18px;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-mv .bc-list > span:last-child::before {
    display: none;
  }


.l-mv-ttl {
  margin: auto;
  padding: 48px 24px 0 24px;
  max-width: 1176px;
}

  .l-mv-ttl .ttl01{
    display: inline-block;
    font-family: 'Renner*';
    font-weight: 500;
    line-height: 1em;
    position: relative;
    font-size: 26px;
    color: #113377;
  }

    .l-mv-ttl .ttl01::before {
      position: absolute;
      margin: -1px 0 0 0;
      top: 50%;
      right: -108px;
      display:block;
      content: '';
      width: 96px;
      height: 1px;
      background: #113377;
    }

    .l-mv-ttl .ttl02{
      margin: 6px 0 0 0;
      font-weight: 600;
      font-size: 36px;
      line-height: 1.2em;
    }

    .l-mv-ttl .ttl02 .small01{
      display: inline-block;
      margin: 0 0 0 6px;
      font-size: 0.7em;
      font-weight: 600;
    }

@media screen and (max-width: 1200px) {
 .l-mv {
    padding: 8.00vw 0 0 0;
  }

    .l-mv .img-area {
      padding: 0 0 0 7.000vw;
    }

    .l-mv .text-area {
      padding: 0 0 0 7.000vw;
    }

      .l-mv .text-area .text01 {
        left: -1.00vw;
        bottom: -4.50vw;
        font-size: 20.00vw;
      }


  .l-mv .s-copy {
    left: 3.500vw;
    top: 16.00vw;
    font-size: 1.00vw;
  }

  
}

@media screen and (max-width: 768px) {

  .l-mv {
    padding: 50px 0 0 0;
  }
  
    .l-mv .img-area {
      padding: 0;
    }

      .l-mv .text-area {
        padding: 0;
        height: 200px;
      }

        .l-mv .text-area .text01 {
          left: -12px;
          bottom: -18px;
          font-size: 20vw;
        }

      .l-mv .img-area img {
        height: 200px;
      }

    .l-mv .s-copy {
      display: none;
    }
  
  .l-mv .bc-list-area {
    padding: 10px 15px 0 15px;
    max-width: inherit;
    font-size: 11px;
  }
  
  .l-mv-ttl {
    margin: auto;
    padding: 20px 15px 0 15px;
    max-width:inherit;
  }
  
  .l-mv-ttl .ttl01{
    font-size: 18px;
  }

    .l-mv-ttl .ttl01::before {
      margin: -1px 0 0 0;
      top: 50%;
      right: -60px;
      width: 50px;
    }
  
  .l-mv-ttl .ttl02{
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 1.2em;
  }
  
    .l-mv-ttl .ttl02 .small01{
      margin: 0 0 0 4px;
      font-size: 0.7em;
    }
  
}

/*----------------------------------------------------------------------------------------------------

  about

----------------------------------------------------------------------------------------------------*/

/*----------  sec01 ----------*/

#about .sec01 {
  margin: 96px 0 0 0;
  position: relative;
  overflow: hidden;
}

  #about .sec01 .img-area {
    margin: auto;
    max-width: 1128px;
    position: relative;
    z-index: -1;
  }

    #about .sec01 .img-area img {
      width: 50%;
      height: 444px;
    }

  #about .sec01 .text-area {
    margin: -348px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
    background: linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 60%);
    position: relative;
  }


  #about .sec01 .name-area {
    position: absolute;
    padding: 24px 0 24px 60px;
    top: -48px;
    right: 0;
    background: #113377;
    display: flex;
    width: 46%;
    color: #fff;
  }

    #about .sec01 .name-text01 {
      font-weight: 500;
      font-size: 16px;
    }

    #about .sec01 .name-text02 {
      margin: 6px 0 0 0;
      font-weight: 500;
      font-size: 30px;
    }

    #about .sec01 .name-text02 .small01{
      display: inline-block;
      margin: 0 12px 0 0;
      font-size: 0.5em;
      font-weight: 500;
    }


    #about .sec01 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #about .sec01 .text-main {
      margin: 0 0 0 auto;
      padding: 132px 0 96px 120px;
      width: 60%;
      background: #fff;
    }

      #about .sec01 .text01 {
        margin: 24px 0 0 0;
        line-height: 2.0em;
      }

      #about .sec01 .text02 {
        margin: 24px 0 0 0;
        line-height: 2.2em;
        font-size: 17px;
        text-align: justify;
      }

      #about .sec01 .btn-area {
        margin: 24px 0 0 0;
      }


@media screen and (max-width: 768px) {
  
#about .sec01 {
  margin: 40px 0 0 0;
}
  
  #about .sec01 .img-area {
    max-width: inherit;
  }

    #about .sec01 .img-area img {
      width: 100%;
      height: 260px;
    }
  
  #about .sec01 .text-area {
    margin: 0;
    padding: 0;
    background: none;
  }

  #about .sec01 .name-area {
    margin: -40px 0 0 0;
    padding: 15px 0 20px 15px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 80%;
  }

    #about .sec01 .name-text01 {
      font-size: 13px;
    }

    #about .sec01 .name-text02 {
      margin: 0 0 0 0;
      font-size: 20px;
    }

    #about .sec01 .name-text02 .small01{
      margin: 0 6px 0 0;
      font-size: 0.5em;
    }
  
    #about .sec01 .t-area-inner {
      margin: auto;
      max-width:inherit;
    }


    #about .sec01 .text-main {
      margin: 0;
      padding: 20px 20px 0 20px;
      width: inherit;
      max-width: inherit;
    }

      #about .sec01 .text01 {
        margin: 12px 0 0 0;
        font-size: 13px;
        line-height: 1.8em;
      }

      #about .sec01 .text02 {
        margin: 12px 0 0 0;
        line-height: 1.8em;
        font-size: 14px;
      }  
  
      #about .sec01 .btn-area {
        margin: 20px 0 0 0;
      }


}

/*----------  sec02 ----------*/

#about .sec02 {
  margin: 108px 0 180px 0;
  position: relative;
  overflow: hidden;
}


  #about .sec02 .img-area {
    padding: 0 0 0 96px;
    position: relative;
    z-index: -1;
  }

    #about .sec02 .img-area img {
      height: 624px;
    }


  #about .sec02 .text-area {
    margin: -204px 0 0 0;
    z-index: 777;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

  #about .sec02 .t-area-inner  {
    margin: auto;
    padding: 120px 24px 0 24px;
    max-width: 1176px;
    background: #fff;
  }

    #about .sec02 .text-box {
      margin: auto;
      max-width: 792px;
    }

      #about .sec02 .text-box02 {
        margin: 84px auto 0;
      }

    #about .sec02 .text01 {
      margin: 18px 0 0 0;
      line-height: 2.0em;
      text-align: justify;
    }

    #about .sec02 .text-img {
      margin: 84px auto 0;
      max-width: 900px;
    }

@media screen and (max-width: 768px) {
  
#about .sec02 {
  margin: 40px 0 50px 0;
}
  
  #about .sec02 .bg-text {
    top: -14px;
    font-size: 19vw;
  }

  #about .sec02 .img-area {
    padding: 0;
  }

    #about .sec02 .img-area img {
      height: 180px;
    }


  #about .sec02 .text-area {
    margin: 30px 0 0 0;
  }

  #about .sec02 .t-area-inner  {
    padding: 0 20px 0 20px;
  }

    #about .sec02 .text-box {
      max-width: inherit;
    }

      #about .sec02 .text-box02 {
        margin: 30px auto 0;
      }

  #about .sec02 .text01 {
    margin: 10px 0 0 0;
    line-height: 1.8em;
    font-size: 13px;
  }

    #about .sec02 .text-img {
      margin: 30px auto 0;
      max-width:inherit;
    }


}


/*----------------------------------------------------------------------------------------------------

  staff

----------------------------------------------------------------------------------------------------*/
/*----------  sort-btn-area ----------*/

#staff .sort-btn-area {
  padding: 60px 24px 0 24px;
}

  #staff .sort-btn-area .inner{
    margin: auto;
    max-width: 1128px;
    background: #eef1f5;
    padding: 60px 60px 50px 80px;
    display: flex;
  }

  #staff .sort-btn-area .block01{
    width: 20%;
  }

    #staff .sort-btn-area .block-ttl{
      font-weight: bold;
      font-size: 24px;
      color: #113377;
      position: relative;
    }

      #staff .sort-btn-area .block-ttl:before {
        position: absolute;
        bottom: -16px;
        left: 0;
        display:block;
        content: '';
        width: 24px;
        height: 2px;
        background: #113377;
      }

  #staff .sort-btn-area .block02 {
    width: 80%;
  }

    #staff .sort-btn-area .block02 .sort-btn {
      display: inline-block;
      margin: 0 10px 10px 0;
      padding: 0 48px 1px 48px;
      line-height: 36px;
      font-size: 15px;
      color: #113377;
      background: #fff;
      border: solid 1px #113377;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.3s ease; 
    }

      #staff .sort-btn-area .block02 .sort-btn:hover {
        background: #dae1e9;
        transition: all 0.3s ease; 
      }

      #staff .sort-btn-area .block02 .sort-btn.active {
        color: #fff;
        background: #113377;
      }


@media screen and (max-width: 768px) {
  
#staff .sort-btn-area {
  padding: 30px 15px 0 15px;
}

  #staff .sort-btn-area .inner{
    margin: auto;
    max-width: inherit;
    padding: 20px 0 15px 20px;
    display: block;
  }

  #staff .sort-btn-area .block01{
    width: inherit;
  }

    #staff .sort-btn-area .block-ttl{
      font-size: 18px;
    }

      #staff .sort-btn-area .block-ttl:before {
        bottom: -12px;
        left: 0;
        width: 20px;
        height: 1px;
      }

  #staff .sort-btn-area .block02 {
    margin: 25px 0 0 0;
    width: inherit;
  }

    #staff .sort-btn-area .block02 .sort-btn {
      display: inline-block;
      margin: 0 5px 5px 0;
      padding: 0 15px 1px 15px;
      line-height: 30px;
      font-size: 13px;
      border-radius: 4px;
    }
  
}

/*----------  sec01 ----------*/

#staff .sec01 {
  padding: 96px 0 48px 0;
  position: relative;
  overflow: hidden;
}

  #staff .sec-ttl-main {
    padding: 0 0 84px 0;
    text-align: center;
    position: relative;
  }

    #staff .sec-ttl-main::before {
      content: "";
      display: block;
      height: 160px;         /* 空白分 */
      margin-top: -160px;    /* 上にずらす */
      visibility: hidden;
    }

  #staff .sec-ttl-main02 {
    padding: 0 0 108px 0;
  }

    #staff .sec-ttl-main .ttl-inner {
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      color: #113377;
      position: relative;
    }

      #staff .sec-ttl-main .ttl-inner::before {
        position: absolute;
        margin: 2px 0 0 0;
        top: 50%;
        left: -84px;
        display:block;
        content: '';
        width: 60px;
        height: 1px;
        background: #113377;
      }

      #staff .sec-ttl-main .ttl-inner::after {
        position: absolute;
        margin: 2px 0 0 0;
        top: 50%;
        right: -84px;
        display:block;
        content: '';
        width: 60px;
        height: 1px;
        background: #113377;
      }





@media screen and (max-width: 768px) {
  
#staff .sec01 {
  padding: 40px 0 20px 0;
}
  
  #staff .sec-ttl-main {
    padding: 0 0 30px 0;
    text-align: center;
  }

    #staff .sec-ttl-main::before {
      height: 70px;         /* 空白分 */
      margin-top: -70px;    /* 上にずらす */
    }  
  
  #staff .sec-ttl-main02 {
    padding: 0 0 30px 0;
  }
  
    #staff .sec-ttl-main .ttl-inner {
      font-size: 20px;
    }

      #staff .sec-ttl-main .ttl-inner::before {
        margin: 2px 0 0 0;
        top: 50%;
        left: -50px;
        width: 40px;
        height: 1px;
      }

      #staff .sec-ttl-main .ttl-inner::after {
        margin: 2px 0 0 0;
        top: 50%;
        right: -50px;
        width: 40px;
        height: 1px;
      }
  
  
  
}

/*sec-box01*/

  #staff .sec01 .sec-box01 {
    margin: 0 0 108px 0;
    padding: 60px 0 0 0;
    position: relative;
  }
  
  #staff .sec01 .sec-box01 .img-area {
    width: 100%;
    max-width: 1176px;
    padding: 0 24px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }

    #staff .sec01 .sec-box01 .img-inner {
      text-align: right;
    }

    #staff .sec01 .sec-box01 img {
      width: 54%;
      height: 444px;
    }

  #staff .sec01 .sec-box01 .text-area {
    position: relative;
    width: calc(50% + 108px);
    z-index: 888;
  }

  #staff .sec01 .sec-box01 .name-area {
    position: relative;
    margin: 0 216px 0 0;
    background: #113377;
    z-index: 888;
  }

    #staff .sec01 .sec-box01 .name-inner {
      padding: 24px;
      margin: 0 0 0 auto;
      max-width: 480px;
      color: #fff;
    }


    #staff .sec01 .sec-box01 .name-text01 {
      margin: 0 0 10px 0;
      padding: 0 36px 1px 36px;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      width: fit-content;
      background: #fff;
      border-radius: 3px;
      color: #113377;
      transition: all 0.3s ease;
    }

    #staff .sec01 .sec-box01 .name-text01:hover {
      background: #dae1e9;
    }


    #staff .sec01 .sec-box01 .name-text02 {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5em;
    }

    #staff .sec01 .sec-box01 .name-text03 {
      margin: 6px 0 0 0;
      font-weight: 500;
      font-size: 28px;
    }

      #staff .sec01 .sec-box01 .name-text03 .small01{
        font-size: 0.6em;
        font-weight: bold;
      }
  


    #staff .sec01 .sec-box01 .text-main {
      margin: -96px 0 0 auto;
      padding: 168px 96px 0 24px;
      max-width: 696px;
      background: #fff;
    }

      #staff .sec01 .sec-box01 .text01 {
        line-height: 2.0em;
        display: flex;
        flex-wrap: wrap;
      }

        #staff .sec01 .sec-box01 dt {
          font-size: 16px;
          font-weight: 500;
          width: 22%
        }

        #staff .sec01 .sec-box01 dd {
          padding: 0 0 24px 0;
          width: 78%;
          text-align: justify;
        }


  #staff .sec01 .even.sec-box01 .img-inner {
    text-align: left;
  }

  #staff .sec01 .even.sec-box01 .text-area {
    margin: 0 0 0 auto;
  }

    #staff .sec01 .even.sec-box01 .name-area {
      margin: 0 0 0 216px;
    }

    #staff .sec01 .even.sec-box01 .name-inner {
      padding: 24px 24px 24px 60px;
      margin: 0 0 0 0;
    }

    #staff .sec01 .even.sec-box01 .text-main {
      margin: -96px 0 0 0;
      padding: 168px 24px 0 96px;
      max-width: 696px;
    }


@media screen and (max-width: 768px) {
  
  #staff .sec01 .sec-box01 {
    margin: 0 0 40px 0;
    padding: 0;
  }
  
  #staff .sec01 .sec-box01 .img-area {
    width: 100%;
    max-width:inherit;
    padding: 0;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    z-index: -1;
  }

    #staff .sec01 .sec-box01 .img-inner {
      text-align: inherit;
    }

    #staff .sec01 .sec-box01 img {
      width: 100%;
      height: 300px;
    }

  #staff .sec01 .sec-box01 .text-area {
    position: relative;
    width: inherit;
  }

  #staff .sec01 .sec-box01 .name-area {
    position: relative;
    margin: -40px 30px 0 0;
  }

    #staff .sec01 .sec-box01 .name-inner {
      padding: 15px 20px;
      margin: 0;
      max-width: inherit;
    }

    #staff .sec01 .sec-box01 .name-text01 {
      margin: 0 0 7px 0;
      padding: 0 20px 1px 20px;
      font-size: 12px;
      line-height: 16px;
      border-radius: 2px;
    }
  
    #staff .sec01 .sec-box01 .name-text02 {
      font-size: 12px;
      line-height: 1.5em;
    }

    #staff .sec01 .sec-box01 .name-text03 {
      margin: 5px 0 0 0;
      font-size: 20px;
    }


    #staff .sec01 .sec-box01 .text-main {
      margin: 0;
      padding: 20px 20px 0 20px;
      max-width: inherit;
    }

      #staff .sec01 .sec-box01 .text01 {
        line-height: 1.6em;
        display: block;
      }

        #staff .sec01 .sec-box01 dt {
          font-size: 14px;
          margin: 0 0 5px 0;
          font-weight: 600;
          width: inherit;
        }

        #staff .sec01 .sec-box01 dd {
          padding: 0 0 15px 0;
          width: inherit;
        }



  #staff .sec01 .even.sec-box01 .text-area {
    margin: 0 0 0 0;
  }

    #staff .sec01 .even.sec-box01 .name-area {
      margin: -40px 30px 0 0;
    }

    #staff .sec01 .even.sec-box01 .name-inner {
      padding: 15px 20px;
      margin: 0;
    }

    #staff .sec01 .even.sec-box01 .text-main {
      margin: 0;
      padding: 20px 20px 0 20px;
      max-width: inherit;
    }

}



/*sec-box02*/
  
  #staff .sec01 .sec-box02 {
    margin: 0 0 108px 0;
    display: flex;
  }

  #staff .sec01 .sec-box02 .img-area {
    width: calc(50% - 288px);
    text-align: right;
    padding: 0 0 0 24px;
  }

    #staff .sec01 .sec-box02 .img-area img {
      max-width: 276px;
      height: 312px;
    }


  #staff .sec01 .sec-box02 .text-area {
    width: calc(50% + 288px);
    padding: 0 0 0 96px;
  }

    #staff .sec01 .sec-box02 .name-area {
      background: #113377;
    }

    #staff .sec01 .sec-box02 .name-inner {
      max-width: 780px;
      padding: 18px 24px 18px 48px;
      color: #fff;
    }



    #staff .sec01 .sec-box02 .name-text01 {
      margin: 0 0 10px 0;
      padding: 0 36px 1px 36px;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      width: fit-content;
      background: #fff;
      border-radius: 3px;
      color: #113377;
      transition: all 0.3s ease;
    }

    #staff .sec01 .sec-box02 .name-text01:hover {
      background: #dae1e9;
    }


    #staff .sec01 .sec-box02 .name-text02 {
      display: inline-block;
      padding: 0 12px 0 0;
      font-weight: 500;
      font-size: 16px;
    }

    #staff .sec01 .sec-box02 .name-text03 {
      display: inline-block;
      font-weight: 500;
      font-size: 26px;
    }


      #staff .sec01 .sec-box02 .text01 {
        max-width: 780px;
        padding: 48px 24px 0 0;
        line-height: 2.0em;
        display: flex;
        flex-wrap: wrap;
      }

        #staff .sec01 .sec-box02 dt {
          font-size: 16px;
          font-weight: 500;
          width: 20%;
        }

        #staff .sec01 .sec-box02 dd {
          padding: 0 0 24px 0;
          width: 80%;
          text-align: justify;
        }


  #staff .sec01 .odd.sec-box02 {
    flex-direction: row-reverse;
  }

  #staff .sec01 .odd.sec-box02 .img-area {
    text-align: left;
    padding: 0 24px 0 0;
  }

    #staff .sec01 .odd.sec-box02 .text-area {
      padding: 0 96px 0 0;
    }

    #staff .sec01 .odd.sec-box02 .name-inner {
      padding: 18px 0 18px 24px;
      margin: 0 0 0 auto;
    }

    #staff .sec01 .odd.sec-box02 .text01 {
      padding: 48px 0 0 24px;
      margin: 0 0 0 auto;
    }








@media screen and (max-width: 768px) {
  

  #staff .sec01 .sec-box02 {
    margin: 0 0 40px 0;
    display: block;
  }

  #staff .sec01 .sec-box02 .img-area {
    margin: auto;
    width: 70%;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: -1;
  }

    #staff .sec01 .sec-box02 .img-area img {
      max-width: inherit;
      height: 200px;
    }


  #staff .sec01 .sec-box02 .text-area {
    margin: -30px 0 0 0;
    width: inherit;
    padding: 0;
  }

    #staff .sec01 .sec-box02 .name-area {
      width: 80%;
    }

    #staff .sec01 .sec-box02 .name-inner {
      
      max-width:inherit;
      padding: 14px 20px 10px 20px;
    }

  
    #staff .sec01 .sec-box02 .name-text01 {
      margin: 0 0 6px 0;
      padding: 0 20px 1px 20px;
      font-size: 12px;
      line-height: 16px;
      border-radius: 2px;
    }
  
    #staff .sec01 .sec-box02 .name-text02 {
      font-size: 12px;
      line-height: 1.4em;
    }

    #staff .sec01 .sec-box02 .name-text03 {
      margin: 0;
      font-size: 20px;
    }

    #staff .sec01 .sec-box02 .text01 {
      max-width: inherit;
      padding: 20px 20px 0 20px;
      line-height: 1.6em;
      display: block;
    }

      #staff .sec01 .sec-box02 dt {
        font-size: 14px;
        margin: 0 0 5px 0;
        font-weight: 600;
        width: inherit;
      }

      #staff .sec01 .sec-box02 dd {
        padding: 0 0 15px 0;
        width: inherit;
      }


  #staff .sec01 .sec-box.odd.sec-box02 .img-area {
    text-align: center;
    padding: 0;
  }

    #staff .sec01 .sec-box.odd.sec-box02 .text-area {
      padding: 0;
    }

    #staff .sec01 .sec-box.odd.sec-box02 .name-inner {
      padding: 14px 0 10px 20px;
      margin: 0;
    }

    #staff .sec01 .sec-box.odd.sec-box02 .text01 {
      padding: 20px 20px 0 20px;
      margin: 0;
    }
  

}

/*sec-box03*/

  #staff .sec01 .four-column {
    display: flex;
    max-width: 1176px;
    padding: 48px 24px 48px 24px;
    margin: auto;
    flex-wrap: wrap; 
  }
  
  #staff .sec01 .sec-box03 {
    margin: 0 4% 84px 0;
    max-width: 22%;
  }

  #staff .sec01 .sec-box03.nth4 {
    margin: 0 0 84px 0;
  }


  #staff .sec01 .sec-box03 .img-area {
    width: 86%;
    margin: auto;
    z-index: -1;
    position: relative;
  }


    #staff .sec01 .sec-box03 .img-area img {
      height:240px;
    }


  #staff .sec01 .sec-box03 .name-area {
    margin: -28px 0 0 -24px;
    padding: 12px 0 8px 20px;
    background: #113377;
    color: #fff;
    width: 94%;
  }


    #staff .sec01 .sec-box03 .name-text01 {
      margin: 0 0 2px 0;
      padding: 0 8px 1px 8px;
      font-weight: 500;
      font-size: 11px;
      line-height: 18px;
      text-align: center;
      width: fit-content;
      background: #fff;
      border-radius: 2px;
      color: #113377;
      transition: all 0.3s ease;
    }

    #staff .sec01 .sec-box03 .name-text01:hover {
      background: #dae1e9;
    }

    #staff .sec01 .sec-box03 .name-text02 {
      padding: 6px 12px 0 0;
      display: inline-block;
      font-weight: 500;
      font-size: 13px;
    }

    #staff .sec01 .sec-box03 .name-text03 {
      display: inline-block;
      font-weight: 500;
      font-size: 22px;
    }

  #staff .sec01 .sec-box03 .text-area {
    padding: 18px 0 0 0;
  }

      #staff .sec01 .sec-box03 .text01 {
      }

        #staff .sec01 .sec-box03 dt {
          font-size: 16px;
          font-weight:bold;
        }



        #staff .sec01 .sec-box03 dd {
          padding: 6px 0 12px 0;
          line-height: 1.5em;
        }

        #staff .sec01 .sec-box03 dd li{
          padding: 0 0 6px 0;
        }

        #staff .sec01 .sec-box03 dd li:last-child{
          padding: 0 0 0 0;
        }


@media screen and (max-width: 768px) {
  
  #staff .sec01 .four-column {
    max-width: inherit;
    padding: 20px 15px 0 15px;
    justify-content: space-between;
  }
  
  #staff .sec01 .sec-box03 {
    margin: 0 0 30px 0;
    max-width: 46%;
  }

  #staff .sec01 .sec-box03.nth4 {
    margin: 0 0 30px 0;
  }  

  #staff .sec01 .sec-box03 .img-area {
    width: 100%;
    margin: auto;
    z-index: -1;
    position: relative;
  }


    #staff .sec01 .sec-box03 .img-area img {
      height:180px;
    }


  #staff .sec01 .sec-box03 .name-area {
    display: block;
    margin: -50px 0 0 -15px;
    padding: 8px 0 10px 15px;
    height: inherit;
    width: 96%;
  }

    #staff .sec01 .sec-box03 .name-text01 {
      margin: 0 0 6px 0;
      padding: 2px 5px 3px 5px;
      font-size: 11px;
      text-align: left;
      line-height: 1.2em;
    }
  
    #staff .sec01 .sec-box03 .name-text02 {
      padding: 0 0 4px 0;
      display:block;
      font-size: 12px;
      line-height: 1.0em;
    }

    #staff .sec01 .sec-box03 .name-text03 {
      display:block;
      font-size: 18px;
      line-height: 1.0em;
    }

  #staff .sec01 .sec-box03 .text-area {
    padding: 15px 0 0 0;
  }

      #staff .sec01 .sec-box03 .text01 {
      }

        #staff .sec01 .sec-box03 dt {
          font-size: 14px;
          font-weight:bold;
        }

        #staff .sec01 .sec-box03 dd {
          padding: 4px 0 10px 0;
          line-height: 1.5em;
        }

        #staff .sec01 .sec-box03 dd li{
          padding: 0 0 5px 0;
        }

}






/*----------------------------------------------------------------------------------------------------

  companies

----------------------------------------------------------------------------------------------------*/

#com .l-mv .text-area .text01 {
  font-size: 220px;
}

@media screen and (max-width: 768px) {
  #com .l-mv .text-area .text01 {
    font-size: 17.8vw;
  }
}


/*----------  sec01 ----------*/

#com .sec01 {
  margin: 96px 0 0 0;
}

  #com .sec01 .sec-inner {
    margin: auto;
    padding: 0 24px;
    max-width: 1176px;
    display: flex;
  }

  #com .sec01 .ttl-area {
    width: 28%;
  }

  #com .sec01 .text-area {
    margin: -8px 0 0 0;
    width: 72%;
  }

  #com .sec01 .text01 {
    margin: 0 0 22px 0;
    font-size: 26px;
    font-weight: 666;
    line-height: 1.4em;
  }

  #com .sec01 .text02 {
    line-height: 2.2em;
  }

@media screen and (max-width: 768px) {
#com .sec01 {
  margin: 40px 0 0 0;
}

  #com .sec01 .sec-inner {
    padding: 0 20px;
    max-width: inherit;
    display: block;
  }

  #com .sec01 .ttl-area {
    width: inherit;
  }

  #com .sec01 .text-area {
    margin: 10px 0 0 0;
    width: inherit;
  }

  #com .sec01 .text01 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 666;
    line-height: 1.3em;
  }

  #com .sec01 .text02 {
    line-height: 1.8em;
  }
}



/*----------  sec02 ----------*/


#com .sec02 {
  margin: 120px 0 0 0;
  overflow: hidden;
}

  #com .sec02 .ttl-area {
    position: relative;
  }

  #com .sec02 .ttl-img {
    padding: 0 0 0 84px;
    position: relative;
    z-index: -1;
  }

    #com .sec02 .ttl-img img {
      height: 660px;
    }


  #com .sec02 .ttl-main {
    position: absolute;
    top: 324px;
    width: 100%;
    padding: 0 24px;
    z-index: 111;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

  #com .sec02 .ttl-inner  {
    margin: auto;
    padding: 120px 0 120px 0;
    max-width: 1128px;
    background: #fff;
  }

@media screen and (max-width: 768px) {
  
#com .sec02 {
  margin: 50px 0 0 0;
}

  #com .sec02 .ttl-img {
    padding: 0 0 0 20px;
  }  
  
  #com .sec02 .ttl-img img {
    height: 160px;
  }


  #com .sec02 .ttl-main {
    position: inherit;
    top: inherit;
    padding: 0;
  }

  #com .sec02 .ttl-inner  {
    padding: 30px 20px 0 20px;
  }

  #com .sec02 .ttl02 {
    margin: 10px 0 6px 0;
    font-size: 20px;
    line-height: 1.3em;
  }

}

/*box-tyap01*/

#com .sec02 .box-type01{
    position: relative;
    z-index: 555;
  }
  
  #com .sec02 .box-type01 .img-area {
    margin: 0 0 0 auto;
    width: 56%;
    position: relative;
    z-index: -1;
  }

    #com .sec02 .box-type01 .img-area img {
      height: 720px;
    }

  #com .sec02 .box-type01 .box-ttl-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(17,51,119,1) 30%, rgba(17,51,119,0) 30%);
  }

    #com .sec02 .box-type01 .box-ttl-inner {
      padding: 24px 24px 24px 24px;
      margin: auto;
      max-width: 1176px;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, rgba(17,51,119,1) 36%, rgba(17,51,119,0) 36%);
    }

    #com .sec02 .box-type01 .box-ttl-main {
      width: 32%;
      color: #fff;
    }


    #com .sec02 .box-type01 .box-ttl-text01 {
      font-weight: 500;
      font-size: 24px;
      line-height: 1.4em;
    }

  #com .sec02 .box-type01 .text-area {
    position: relative;
    margin: -564px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }

    #com .sec02 .box-type01 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #com .sec02 .box-type01 .text-box {
      margin: 0 0 12px 0;
      padding: 48px 72px 48px 0;
      width: 70%;
      max-width: 720px;
      background: #fff;
      position: relative;
    }

      #com .sec02 .box-type01 .text01 {
        line-height: 1.8em;
        position: relative;
        z-index: 444;
      }

        #com .sec02 .box-type01 dt {
          margin: 0 0 6px 0;
          font-size: 20px;
          font-weight: 600;
          color: #113377;
        }

        #com .sec02 .box-type01 dd {
        }

        #com .sec02 .box-type01 .bg-text {
          top: -24px;
          left: -60px;
          right: inherit;
          z-index: 333;
          font-size: 180px;
        }

@media screen and (max-width: 768px) {
  
  #com .sec02 .box-type01 .img-area {
    margin: 40px 0 0 0;
    width: inherit;
  }

    #com .sec02 .box-type01 .img-area img {
      height: 260px;
    }
  
  #com .sec02 .box-type01 .box-ttl-area {
    margin: -30px 0 0 0;
    padding: 0;
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
  }

    #com .sec02 .box-type01 .box-ttl-inner {
      padding: 15px 20px 15px 20px;
      margin: 0;
      max-width:80%;
      background: #113377;
    }

    #com .sec02 .box-type01 .box-ttl-main {
      width: inherit;
    }

    #com .sec02 .box-type01 .box-ttl-text01 {
      font-size: 18px;
    }

  
  #com .sec02 .box-type01 .text-area {
    margin: 0 0 0 0;
    padding: 0 20px;
  }

    #com .sec02 .box-type01 .t-area-inner {
      max-width: inherit;
    }

    #com .sec02 .box-type01 .text-box {
      margin: 30px 0;
      padding: 0;
      width: inherit;
      max-width: inherit;
    }

      #com .sec02 .box-type01 .text01 {
        line-height: 1.8em;
      }

        #com .sec02 .box-type01 dt {
          margin: 0 0 2px 0;
          font-size: 16px;
          font-weight: 600;
        }


        #com .sec02 .box-type01 .bg-text {
          top: -30px;
          left: inherit;
          right: -30px;
          z-index: 333;
          font-size: 120px;
          text-align: right;
        }

}

/*box-tyap02*/

  #com .sec02 .box-type02 {
    margin: 120px 0 0 0;
    position: relative;
  }

  #com .sec02 .box-type02 .img-area {
    width: 56%;
    position: relative;
    z-index: -1;
  }

    #com .sec02 .box-type02 .img-area img {
      height: 720px;
    }

  #com .sec02 .box-type02 .box-ttl-area {
    padding: 24px 24px 24px 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #113377;
    display: flex;
    align-items: center;
    width: 40%;
    color: #fff;
  }

    #com .sec02 .box-type02 .box-ttl-text01 {
      font-weight: 500;
      font-size: 24px;
      line-height: 1.4em;
    }


  #com .sec02 .box-type02 .text-area {
    position: relative;
    margin: -564px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }


    #com .sec02 .box-type02 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #com .sec02 .box-type02 .text-box {
      margin: 12px 0 0 auto;
      padding: 48px 0 48px 72px;
      width: 70%;
      max-width: 720px;
      background: #fff;
      position: relative;
    }

      #com .sec02 .box-type02 .text01 {
        line-height: 1.8em;
        position: relative;
        z-index: 444;
      }

        #com .sec02 .box-type02 .text01 .link01{
          text-decoration: underline;
          color: #113377;
        }

        #com .sec02 .box-type02 .text01-sub01 {
          display: inline-block;
          margin: 12px 0 0 0;
        }



        #com .sec02 .box-type02 dt {
          margin: 0 0 6px 0;
          font-size: 20px;
          font-weight: 600;
          color: #113377;
        }


        #com .sec02 .box-type02 .bg-text {
          top: -24px;
          left: inherit;
          right: -60px;
          z-index: 333;
          font-size: 180px;
          text-align: right;
        }

@media screen and (max-width: 768px) {

  #com .sec02 .box-type02 {
    margin: 40px 0 0 0;
    position: relative;
  }
  
  #com .sec02 .box-type02 .img-area {
    width: inherit;
  }

    #com .sec02 .box-type02 .img-area img {
      height: 260px;
    }
  
  #com .sec02 .box-type02 .box-ttl-area {
    margin: -35px 0 0 0;
    padding: 15px 20px 15px 20px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 84%;
  }

    #com .sec02 .box-type02 .box-ttl-text01 {
      font-size: 18px;
    }


  #com .sec02 .box-type02 .text-area {
    margin: 0;
    padding: 0 20px;
  }


    #com .sec02 .box-type02 .t-area-inner {
      max-width: inherit;
    }


    #com .sec02 .box-type02 .text-box {
      margin: 30px 0;
      padding: 0;
      width: inherit;
      max-width: inherit;
    }

      #com .sec02 .box-type02 .text01 {
        line-height: 1.8em;
      }

        #com .sec02 .box-type02 .text01-sub01 {
          margin: 15px 0 0 0;
          line-height: 1.4em;
        }
  
        #com .sec02 .box-type02 dt {
          margin: 0 0 2px 0;
          font-size: 16px;
        }


        #com .sec02 .box-type02 .bg-text {
          top: -30px;
          left: inherit;
          right: -30px;
          z-index: 333;
          font-size: 120px;
          text-align: right;
        }

}



/*----------  sec03 ----------*/

#com .sec03 {
  margin: 96px 0 180px 0;
  padding: 0 24px;
}

  #com .sec03 .sec-inner {
    margin: auto;
    padding: 60px 0;
    max-width: 1128px;
    display: flex;
    justify-content: center;
    background: #edf0f6;
  }

  #com .sec03 .ttl-area {
    padding: 0 72px 0 0;
  }

  #com .sec03 .text-area {
    margin: -8px 0 0 0;
  }

  #com .sec03 .text01 {
    margin: -4px 0 0 0;
    font-size: 26px;
    font-weight: 666;
    line-height: 1.6em;
  }

  #com .sec03 .text01 .small01{
    display: inline-block;
    font-size: 0.7em;
    text-indent: -14px;
    font-weight: 666;
  }

@media screen and (max-width: 768px) {
  
#com .sec03 {
  margin: 10px 0 60px 0;
  padding: 0;
}

  #com .sec03 .sec-inner {
    padding: 20px;
    max-width: inherit;
    display: block;
  }

  #com .sec03 .ttl-area {
    padding: 0 0 6px 0;
  }

  #com .sec03 .text-area {
    margin: 0;
  }

  #com .sec03 .text01 {
    margin: 0;
    font-size: 18px;
    font-weight: 666;
    line-height: 1.3em;
  }

  #com .sec03 .text01 .small01{
    font-size: 0.6em;
    text-indent: -8px;
    font-weight: 666;
  }
  
}


/*----------------------------------------------------------------------------------------------------

  recruit

----------------------------------------------------------------------------------------------------*/


  #rec .l-mv .text-area .text01 {
    left: -24px;
    bottom: -24px;
    line-height: 0.8em;
  }

  #rec .l-mv .l-mv-ttl {
    margin: auto;
    padding: 120px 24px 0 24px;
    max-width: 1176px;
  }

@media screen and (max-width: 768px) {
  #rec .l-mv .text-area .text01 {
    left: -10px;
    bottom: -10px;
    line-height: 0.8em;
  }
  
  #rec .l-mv .l-mv-ttl {
    margin: auto;
    padding: 20px 15px 0 15px;
    max-width:inherit;
  }
   
}



/*----------  sec01 ----------*/

#rec .sec01 {
  margin: -78px auto 120px;
  padding: 0 24px;
  max-width: 1176px;
  overflow: hidden;
  position: relative;
  z-index: 888;
}

  #rec .sec01 .sec-inner {
    max-width: 70%;
    margin: 0 0 0 auto;
  }


/*tab-area*/

  #rec .sec01 .tab-nav {
    margin: 0 0 24px 0;
    display: flex;
  }

  #rec .sec01 .tab-btn {
    width: calc(100%/3);
    line-height: 48px;
    border-bottom: 1px solid #113377;
    color: #113377;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 666;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #rec .sec01 .tab-btn:hover {
    background: #e7ebef;
  }

  #rec .sec01 input[name="tab-btn"] {
    display: none;
  }

  #rec .sec01 .tab-con {
    display: none;
  }

    #rec .sec01 .tab-main {
      display: flex;
      flex-wrap: wrap;
    }

      #rec .sec01 .tab-main dt {
        padding: 38px 12px 36px 0;
        width: 24%;
        font-weight: 600;
        border-bottom: 1px #ddd solid;
        line-height: 1.4em;
      }

        #rec .sec01 .tab-main dt small {
          font-size: 0.8em;
          font-weight: 600;
        }

      #rec .sec01 .tab-main dd {
        padding: 36px 0;
        width: 76%;
        border-bottom: 1px #ddd solid;
        line-height: 1.6em;
      }

  #rec .sec01 #tab01:checked ~ #tab01-con,
  #rec .sec01 #tab02:checked ~ #tab02-con,
  #rec .sec01 #tab03:checked ~ #tab03-con {
    display: block;
  }

  #rec .sec01 #tab01:checked ~ .tab-nav #tab01-active,
  #rec .sec01 #tab02:checked ~ .tab-nav #tab02-active,
  #rec .sec01 #tab03:checked ~ .tab-nav #tab03-active {
    background-color: #113377;
    color: #fff;
  }



@media screen and (max-width: 768px) {
  
  #rec .sec01 {
    margin: 30px 0 60px 0;
    padding: 0;
  }

    #rec .sec01 .sec-inner {
      max-width: inherit;
      margin: 0;
    }
  
  /*tab-area*/

    #rec .sec01 .tab-nav {
      margin: 0 0 10px 0;
    }

    #rec .sec01 .tab-btn {
      line-height: 40px;
      font-size: 14px;
    }
  
      #rec .sec01 .tab-main {
        display: block;
        flex-wrap: wrap;
      }

        #rec .sec01 .tab-main dt {
          padding: 20px 20px 10px 20px;
          width: inherit;
          border-bottom: none;
          line-height: 1.2em;
          font-size: 15px;
          position: relative;
        }
  
            #rec .sec01 .tab-main dt::before {
              position: absolute;
              bottom: 0 ;
              left: 20px;
              display:block;
              content: '';
              width: 20px;
              height: 1px;
              background: #111;
            }

        #rec .sec01 .tab-main dd {
          padding: 14px 20px 20px 20px;
          width: inherit;
          line-height: 1.6em;
        }

}



/*----------  sec02 ----------*/


#rec .sec02 {
  margin: 192px 0 84px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #rec .sec02 {
    margin: 50px 0 50px 0;
  }
}

/*ttl-area*/

  #rec .sec02 .ttl-area {
    position: relative;
  }

  #rec .sec02 .ttl-img {
    padding: 0 0 0 84px;
    position: relative;
    z-index: -1;
  }

    #rec .sec02 .ttl-img img {
      height: 684px;
    }


  #rec .sec02 .ttl-main {
    position: absolute;
    top: 396px;
    width: 100%;
    padding: 0 24px;
    z-index: 111;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

  #rec .sec02 .ttl-inner  {
    margin: auto;
    padding: 120px 0 144px 0;
    max-width: 1128px;
    background: #fff;
  }

@media screen and (max-width: 768px) {
  
  #rec .sec02 .ttl-img {
    padding: 0;
  }  
  
  #rec .sec02 .ttl-img img {
    height: 180px;
  }


  #rec .sec02 .ttl-main {
    position: inherit;
    top: inherit;
    padding: 0;
  }

  #rec .sec02 .ttl-inner  {
    padding: 40px 20px 30px 20px;
  }

  #rec .sec02 .ttl02 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3em;
  }

}

/*box-tyap01*/
  
  #rec .sec02 .box-type01{
    position: relative;
    z-index: 555;
  }

  #rec .sec02 .box-type01 .img-area {
    margin: 0 0 0 auto;
    width: 70%;
    position: relative;
    z-index: -1;
  }

    #rec .sec02 .box-type01 .img-area img {
      height: 668px;
    }


  #rec .sec02 .box-type01 .text-area {
    position: relative;
    margin: -504px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }

  #rec .sec02 .box-type01 .name-area {
    width: 100%;
    position: absolute;
    top: -96px;
    left: 0;
    background: linear-gradient(90deg, rgba(17,51,119,1) 30%, rgba(17,51,119,0) 30%);
  }

    #rec .sec02 .box-type01 .name-inner {
      padding: 48px 24px 48px 24px;
      margin: auto;
      max-width: 1176px;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, rgba(17,51,119,1) 40%, rgba(17,51,119,0) 40%);
    }

    #rec .sec02 .box-type01 .name-main {
      width: 34%;
      color: #fff;
    }


    #rec .sec02 .box-type01 .name-text01 {
      font-weight: 500;
      font-size: 18px;
    }

    #rec .sec02 .box-type01 .name-text02 {
      margin: 8px 0 0 0;
      font-weight: 500;
      font-size: 30px;
    }

    #rec .sec02 .box-type01 .name-text03 {
      margin: 14px 0 0 0;
      font-weight: 500;
      font-size: 16px;
      display: flex;
      line-height: 1.2em;
    }

      #rec .sec02 .box-type01 .name-text03 .small01 {
        margin: 0 10px 0 0;
        padding: 0 6px;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        background: #fff;
        color: #113377;
        display: flex;
        align-items: center;
      }



    #rec .sec02 .box-type01 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #rec .sec02 .box-type01 .text-main {
      padding: 156px 96px 96px 0;
      width: 66%;
      max-width: 720px;
      background: #fff;
    }

      #rec .sec02 .box-type01 .text01 {
        margin: 0 0 24px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 24px;
      }

      #rec .sec02 .box-type01 .text02 {
        line-height: 2.0em;
      }


@media screen and (max-width: 768px) {
  
  #rec .sec02 .box-type01 .img-area {
    width: inherit;
  }

    #rec .sec02 .box-type01 .img-area img {
      height: 260px;
    }

  #rec .sec02 .box-type01 .text-area {
    margin: 0;
    padding: 0;
    background: none;
  }

  #rec .sec02 .box-type01 .name-area {
    margin: -60px 0 0 0;
    padding: 0;
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
  }

    #rec .sec02 .box-type01 .name-inner {
      padding: 15px 20px 20px 40px;
      margin: 0;
      max-width:80%;
      background: #113377;
    }

    #rec .sec02 .box-type01 .name-main {
      width: inherit;
    }

    #rec .sec02 .box-type01 .name-text01 {
      font-size: 13px;
    }

    #rec .sec02 .box-type01 .name-text02 {
      margin: 0 0 0 0;
      font-size: 20px;
    }
  
    #rec .sec02 .box-type01 .name-text03 {
      margin: 8px 0 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.2em;
    }

      #rec .sec02 .box-type01 .name-text03 .small01 {
        margin: 0 10px 0 0;
        padding: 0 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
      }

  
    #rec .sec02 .box-type01 .t-area-inner {
      margin: auto;
      max-width:inherit;
    }


    #rec .sec02 .box-type01 .text-main {
      margin: 0;
      padding: 20px 20px 0 20px;
      width: inherit;
      max-width: inherit;
      background: none;
    }

      #rec .sec02 .box-type01 .text01 {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 18px;
      }

      #rec .sec02 .box-type01 .text02 {
        line-height: 1.8em;
      }

}


/*box-tyap02*/

  #rec .sec02 .box-type02 .img-area {
    width: 56%;
    position: relative;
    z-index: -1;
  }

    #rec .sec02 .box-type02 .img-area img {
      height: 540px;
    }


  #rec .sec02 .box-type02 .text-area {
    position: relative;
    margin: -444px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }

  #rec .sec02 .box-type02 .name-area {
    padding: 48px 0 48px 72px;
    position: absolute;
    top: -72px;
    right: 0;
    background: #113377;
    display: flex;
    align-items: center;
    width: 34%;
    color: #fff;
  }

    #rec .sec02 .box-type02 .name-text01 {
      font-weight: 500;
      font-size: 16px;
    }

    #rec .sec02 .box-type02 .name-text02 {
      margin: 6px 0 0 0;
      font-weight: 500;
      font-size: 30px;
    }

    #rec .sec02 .box-type02 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #rec .sec02 .box-type02 .text-main {
      margin: 0 0 0 auto;
      padding: 96px 0 96px 96px;
      width: 60%;
      max-width: 624px;
      min-height: 552px;
      background: #fff;
    }

      #rec .sec02 .box-type02 .text01 {
        margin: 0 0 24px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 24px;
      }

      #rec .sec02 .box-type02 .text02 {
        line-height: 2.0em;
      }


@media screen and (max-width: 768px) {
  
  #rec .sec02 .box-type02{
    margin: 30px 0 0 0;
  }  
  
  #rec .sec02 .box-type02 .img-area {
    width: inherit;
  }

    #rec .sec02 .box-type02 .img-area img {
      height: 260px;
    }

  #rec .sec02 .box-type02 .text-area {
    margin: 0;
    padding: 0;
    background: none;
  }

  
  #rec .sec02 .box-type02 .name-area {
    margin: -35px 0 0 0;
    padding: 15px 20px 15px 40px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 80%;
  }

    #rec .sec02 .box-type02 .name-text01 {
      font-size: 13px;
    }

    #rec .sec02 .box-type02 .name-text02 {
      margin: 0 0 0 0;
      font-size: 20px;
    }
  
  
    #rec .sec02 .box-type02 .t-area-inner {
      margin: auto;
      max-width:inherit;
    }


    #rec .sec02 .box-type02 .text-main {
      margin: 0;
      padding: 25px 20px 0 20px;
      width: inherit;
      max-width: inherit;
      min-height: inherit;
      background: none;
    }

      #rec .sec02 .box-type02 .text01 {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 18px;
      }

      #rec .sec02 .box-type02 .text02 {
        line-height: 1.8em;
      }

}

/*sec-box*/

  #rec .sec02 .box-type01.sec-box03 {
    margin: 108px 0 0 0;
  }

  #rec .sec02 .box-type01.sec-box03 .text-area {
    margin: -492px 0 0 0;
  }

  #rec .sec02 .box-type01.sec-box03 .name-area {
    top: -108px;
  }

@media screen and (max-width: 768px) {

  #rec .sec02 .box-type01.sec-box03 {
    margin: 50px 0 0 0;
  }  
  
  #rec .sec02 .box-type01.sec-box03 .text-area {
    margin: 0;
  }

  #rec .sec02 .box-type01.sec-box03 .name-area {
    margin: -70px 0 0 0;
    top: inherit;
  }

}





/*----------------------------------------------------------------------------------------------------

  doctors

----------------------------------------------------------------------------------------------------*/

/*----------  sec01 ----------*/

#doc .sec01 {
  margin: 72px 0 0 0;
}

#doc .sec01 .sec-inner {
  margin: auto;
  padding: 0 24px 0 24px;
  max-width: 1176px;
}

#doc .sec01 .box-area {
  margin: 72px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  #doc .sec01 .sec-box {
    margin: 0 0 84px 0;
    width: 48%;
  }

    #doc .sec01 .sec-box img {
      height: 372px;
    }

    #doc .sec01 .sec-box .text-area {
      margin: -120px 0 0 auto;
      width: 90%;
      padding: 72px 24px 0 72px;
      position: relative;
      background: #fff;
      z-index: 888;
    }

      #doc .sec01 .sec-box .text01 {
        font-size: 22px;
        color: #113377;
        font-weight: 600;
      }

      #doc .sec01 .sec-box .text02 {
        margin: 12px 0 0 0;
        font-size: 14px;
      }

      #doc .sec01 .sec-box .bg-text {
        font-size: 144px;
        top: 12px;
        right: 0px;
        text-align: right;
      }


@media screen and (max-width: 768px) {
  
  #doc .sec01 {
    margin: 30px 0 0 0;
  }

  #doc .sec01 .sec-inner {
    padding: 0;
  }
  
  #doc .sec01 .ttl-area {
    padding: 0 20px;
  }
  
  
    #doc .sec01 .ttl02{
      font-size: 20px;
    }  
  
  
  #doc .sec01 .box-area {
    margin: 30px 0 0 0;
    display: block;
  }

    #doc .sec01 .sec-box {
      margin: 0 0 50px 0;
      width: inherit;
    }

      #doc .sec01 .sec-box img {
        height: 300px;
      }

      #doc .sec01 .sec-box .text-area {
        margin: -100px 0 0 auto;
        width: 94%;
        padding: 30px 25px 0 25px;
      }

        #doc .sec01 .sec-box .text01 {
          font-size: 18px;
        }

        #doc .sec01 .sec-box .text02 {
          margin: 6px 0 0 0;
          font-size: 13px;
          line-height: 1.8em;
        }

        #doc .sec01 .sec-box .bg-text {
          font-size: 120px;
          top: 5px;
          right: 0px;
        }

}



/*----------  sec02 ----------*/


#doc .sec02 {
  margin: 84px 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #doc .sec02 {
    margin: 10px 0 0 0;
  }
}

/*ttl-area*/

  #doc .sec02 .ttl-area {
    position: relative;
  }

  #doc .sec02 .ttl-img {
    padding: 0 0 0 84px;
    position: relative;
    z-index: -1;
  }

    #doc .sec02 .ttl-img img {
      height: 600px;
    }


  #doc .sec02 .ttl-main {
    position: absolute;
    top: 360px;
    width: 100%;
    padding: 0 24px;
    z-index: 111;
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

  #doc .sec02 .ttl-inner  {
    margin: auto;
    padding: 108px 0 48px 0;
    max-width: 1128px;
    background: #fff;
  }

#doc .sec02 .sec-ttl {
}

  #doc .sec02 .ttl01{
    font-size: 34px;
  }

    #doc .sec02 .ttl01::before {
      margin: 0;
      top: inherit;
      right: inherit;
      left: 0px;
      bottom: -24px;
      width: 24px;
    }

    #doc .sec02 .ttl02 {
      margin: 36px 0 0 0;
      font-size: 16px;
      line-height: 1.6em;
      font-weight: 400;
    }

@media screen and (max-width: 768px) {
  
  #doc .sec02 .ttl-img {
    padding: 0;
  }  
  
  #doc .sec02 .ttl-img img {
    height: 180px;
  }


  #doc .sec02 .ttl-main {
    position: inherit;
    top: inherit;
    padding: 0;
  }

  #doc .sec02 .ttl-inner  {
    padding: 40px 20px 30px 20px;
  }

  #doc .sec02 .ttl01{
    font-size: 22px;
  }

    #doc .sec02 .ttl01::before {
      bottom: -20px;
      width: 20px;
    }

    #doc .sec02 .ttl02{
      margin: 30px 0 0 0;
      font-size: 14px;
      line-height: 1.6em;
    }
}

/*nav-area*/

#doc .sec02 .nav-area {
  margin: 84px auto 0;
  padding: 0 24px;
  max-width: 1176px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 888;
}

  #doc .sec02 .nav-box {
    width: 32%;
    display: block;
    border: #113377 12px solid;
    border-top: none;
    background: #fff;
    position: relative;
  }


  #doc .sec02 .nav-box::before {
    position: absolute;
    margin: 0 0 0 -1px;
    bottom: -36px;
    left: 50%;
    display:block;
    content: '';
    width: 2px;
    height: 24px;
    background: #113377;
    transition: all 0.3s ease; 
    z-index: 888;
  }

  #doc .sec02 .nav-box::after {
    position: absolute;
    margin: 0 0 0 -7px;
    bottom: -36px;
    left: 50%;
    display:block;
    content: '';
    width: 12px;
    height:12px;
    border-right: #113377 2px solid;
    border-bottom: #113377 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease; 
    z-index: 888;
  }

  #doc .sec02 .nav-box:hover::before {
    bottom: -60px;
    height: 48px;
  }

  #doc .sec02 .nav-box:hover::after {
    bottom: -60px;
  }

    #doc .sec02 .nav-text01 {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      font-weight: 600;
      line-height: 1.2em;
      font-size: 20px;
      background: #113377;
    }

    #doc .sec02 .nav-area .list-main {
      padding: 18px;
    }

    #doc .sec02 .nav-area .nav-box01 .list-main {
      padding: 14px;
    }

      #doc .sec02 .nav-area .list-text {
        padding: 4px 0 4px 18px;
        font-weight: 600;
        color: #113377;
        line-height: 1.3em;
        font-size: 15px;
        position: relative;
      }

        #doc .sec02 .nav-area .list-text::before {
          position: absolute;
          top: 8px;
          left: 0px;
          display:block;
          content: '';
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: #91a5cc;
        }


    #doc .sec02 .nav-box02 {
      border: #075275 12px solid;
      border-top: none
    }

      #doc .sec02 .nav-box02::before {
        background: #075275;
      }

      #doc .sec02 .nav-box02::after {
        border-right: #075275 2px solid;
        border-bottom: #075275 2px solid;
      }

      #doc .sec02 .nav-box02 .nav-text01 {
        background: #075275;
      }

      #doc .sec02 .nav-box02 .list-text {
        color: #075275;
      }

      #doc .sec02 .nav-box02 .list-text::before {
        background: #91b5cc;
      }


    #doc .sec02 .nav-box03 {
      border: #076475 12px solid;
      border-top: none
    }

      #doc .sec02 .nav-box03::before {
        background: #076475;
      }

      #doc .sec02 .nav-box03::after {
        border-right: #076475 2px solid;
        border-bottom: #076475 2px solid;
      }

      #doc .sec02 .nav-box03 .nav-text01 {
        background: #076475;
      }

      #doc .sec02 .nav-box03 .list-text {
        color: #076475;
      }

      #doc .sec02 .nav-box03 .list-text::before {
        background: #91c3cc;
      }


@media screen and (max-width: 768px) {

  #doc .sec02 .nav-area {
    margin: 0 auto 0;
    padding: 0 20px;
    display: block;
  }

    #doc .sec02 .nav-box {
      margin: 0 0 15px 0;
      width: inherit;
      border: #113377 8px solid;
      border-top: none;
    }

    #doc .sec02 .nav-box::before {
      display: none;
    }

    #doc .sec02 .nav-box::after {
      margin: 0 0 0 -5px;
      bottom: 10px;
      width: 8px;
      height: 8px;
    }

    #doc .sec02 .nav-box:hover::after {
      bottom: 10px;
    }

      #doc .sec02 .nav-text01 {
        height: 40px;
        line-height: 1.2em;
        font-size: 16px;
      }

      #doc .sec02 .nav-area .list-main {
        padding: 10px 10px 25px 10px;
      }

      #doc .sec02 .nav-area .nav-box01 .list-main {
        padding: 10px 10px 25px 10px;
      }

        #doc .sec02 .nav-area .list-text {
          padding: 2px 0 2px 16px;
          font-weight: 500;
          line-height: 1.3em;
          font-size: 14px;
        }

          #doc .sec02 .nav-area .list-text::before {
            top: 8px;
            left: 0px;
            width: 12px;
            height: 12px;
          }


      #doc .sec02 .nav-box02 {
        border: #075275 8px solid;
        border-top: none;
      }


      #doc .sec02 .nav-box03 {
        border: #076475 8px solid;
        border-top: none;
      }

}

/*course-area*/

 #doc .sec02 .course-area {
  margin: auto;
  padding: 0 24px;
  max-width: 1176px;
}

  #doc .sec02 .course-area .block {
    padding: 108px 0 0 0;
  }

  #doc .sec02 .course-ttl {
    text-align: center;
  }

    #doc .sec02 .course-ttl .ttl-text01 {
      color: #113377;
      font-weight: 600;
      font-size: 32px;
    }

    #doc .sec02 .course-ttl .ttl-text02 {
      margin: 24px 0 0 0;
      font-size: 18px;
    }

    #doc .sec02 .course-table {
      width: 100%;
      margin: 60px 0 0 0;
      font-size: 16px;
    }

    #doc .sec02 th {
      height: 36px;
      width: calc(100%/7);
      text-align: center;
      font-weight: 600;
      background: #113377;
      color: #fff;
    }

    #doc .sec02 td {
      height: 84px;
      text-align: center;
      font-weight: 600;
      line-height: 1.2em;
      color: #113377;
    }

      #doc .sec02 td .small01 {
        font-size: 0.8em;
        font-weight: bold;
      }

    #doc .sec02 td.td-bg01 {
      background: #ebeff7;
    }

    #doc .sec02 td.td-bg02 {
      background: #d8e0f0;
    }

    #doc .sec02 td .border01 {
      display: block;
      position: relative;
      font-size: 0;
    }

      #doc .sec02 td .border01::before {
        position: absolute;
        margin: 0 0 0 -7px;
        top: 50%;
        left: 50%;
        display:block;
        content: '';
        width: 14px;
        height: 1px;
        background: #113377;
      }


  #doc .sec02 #course02 .ttl-text01 {
    color: #075275;
  }

  #doc .sec02 #course02 th {
    background: #075275;
  }

  #doc .sec02 #course02 td {
    color: #075275;
  }

  #doc .sec02 #course02 .td-bg01 {
    background: #ebf2f7;
  }

  #doc .sec02 #course02 .td-bg02 {
    background: #d8e6f0;
  }

  #doc .sec02 #course02 .border01::before {
    background: #075275;
  }


  #doc .sec02 #course03 .ttl-text01 {
    color: #076475;
  }

  #doc .sec02 #course03 th {
    background: #076475;
  }

  #doc .sec02 #course03 td {
    color: #076475;
  }

  #doc .sec02 #course03 .td-bg01 {
    background: #ebf5f7;
  }

  #doc .sec02 #course03 .td-bg02 {
    background: #d8ebf0;
  }

  #doc .sec02 #course03 .border01::before {
    background: #076475;
  }


  #doc .sec02 .course-list {
    margin: 72px 0 0 0;
  }

    #doc .sec02 .course-list .list-block {
      margin: 0 0 36px 0;
      background: #f1f4f9;
      padding: 60px;
    }

    #doc .sec02 .course-list .block-ttl {
      margin: 0 0 12px 0;
      display: inline-block;
      color: #113377;
      font-weight: 600;
      position: relative;
      font-size: 22px;
    }

      #doc .sec02 .course-list .block-ttl::before {
        position: absolute;
        margin: -1px 0 0 0;
        top: 50%;
        right: -36px;
        display:block;
        content: '';
        width: 24px;
        height: 1px;
        background: #113377;
      }


    #doc .sec02 .course-list .list-main {
      display: flex;
      flex-wrap: wrap;
    }

      #doc .sec02 .course-list li {
        padding: 6px 6px 6px 18px;
        width: 50%;
        line-height: 1.4em;
        font-size: 15px;
        position: relative;
      }

        #doc .sec02 .course-list li::before {
          position: absolute;
          top: 12px;
          left: 0px;
          display:block;
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #91a5cc;
        }


    #doc .sec02 #course02 .course-list .list-block {
      background: #f0f6fa;
    }

      #doc .sec02 #course02 .course-list .block-ttl {
        color: #075275;
      }

      #doc .sec02 #course02 .course-list .block-ttl::before {
        background: #075275;
      }

      #doc .sec02 #course02 .course-list li::before {
        background: #91b4cc;
      }


    #doc .sec02 #course03 .course-list .list-block {
      background: #ebf5f7;
    }

      #doc .sec02 #course03 .course-list .block-ttl {
        color: #075275;
      }

      #doc .sec02 #course03 .course-list .block-ttl::before {
        background: #075275;
      }

      #doc .sec02 #course03 .course-list li::before {
        background: #91bfcc;
      }

@media screen and (max-width: 768px) {
  
 #doc .sec02 .course-area {
  padding: 0;
}

  #doc .sec02 .course-area .block {
    margin: -40px 0 0 0;
    padding: 60px 0 0 0;
  }

  #doc .sec02 .course-ttl {
    padding: 0 20px;
    text-align: center;
  }

    #doc .sec02 .course-ttl .ttl-text01 {
      font-size: 22px;
      line-height: 1.4em;
    }

    #doc .sec02 .course-ttl .ttl-text02 {
      margin: 10px 0 0 0;
      font-size: 15px;
    }

    #doc .sec02 .course-table {
      margin: 25px 0 0 0;
      padding: 0 15px;
      font-size: 14px;
    }

  #doc .sec02 tr {
    border-bottom: 1px solid #fff;
  }
    
    #doc .sec02 th {
      height: 48px;
      width: 12%;
      font-weight: 600;
    }

    #doc .sec02 td {
      height: inherit;
      line-height: 1.14em;
    }

      #doc .sec02 td .border01::before {
        margin: 0 0 0 -7px;
        width: 14px;
      }
  
  #doc .sec02 .course-list {
    margin: 30px 0 0 0;
    padding: 0 15px;
  }

    #doc .sec02 .course-list .list-block {
      margin: 0 0 20px 0;
      padding: 20px;
    }

    #doc .sec02 .course-list .block-ttl {
      margin: 0 0 5px 0;
      position: relative;
      font-size: 18px;
    }

      #doc .sec02 .course-list .block-ttl::before {
        right: -32px;
        width: 24px;
      }

    #doc .sec02 .course-list .list-main {
      display: block;
    }

      #doc .sec02 .course-list li {
        padding: 4px 0 4px 16px;
        width: inherit;
        line-height: 1.3em;
        font-size: 14px;
      }

        #doc .sec02 .course-list li::before {
          top: 8px;
          left: 0px;
        }

}


/*----------  sec03 ----------*/

#doc .sec03 {
  margin: 168px 0 204px 0;
  position: relative;
  overflow: hidden;
}

  #doc .sec03 .bg-text {
    left: 60px;
    top: -14px;
    z-index: 888;
    line-height: 0.8;
  }

  #doc .sec03 .img-area {
    padding: 0 0 0 84px;
    width: 100%;
    position: relative;
    z-index: -1;
  }

    #doc .sec03 .img-area img {
      height: 624px;
    }


  #doc .sec03 .text-area {
    width: 100%;
    padding: 0 24px 0 84px;
    position: absolute;
    bottom: 0;
    z-index: 888;
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 30%);
  }

    #doc .sec03 .t-area-inner {
      margin: auto;
      max-width: 1128px;
      display: flex;
    }

    #doc .sec03 .text-box {
      background: #fff;
    }


    #doc .sec03 .text-box01 {
      margin: 0 36px 0 0 ;
      padding: 72px 84px 0 0;
      max-width: 480px;
    }

    #doc .sec03 .text-box02 {
      padding: 72px 84px 0 84px;
      max-width: 564px;
    }

      #doc .sec03 .text01 {
        margin: 18px 0 0 0;
        line-height: 2.0em;
      }

      #doc .sec03 .btn-area {
        margin: 24px 0 0 0;
      }


@media screen and (max-width: 768px) {
  
#doc .sec03 {
  margin: 30px 0 80px 0;
}
  
  #doc .sec03 .bg-text {
    top:140px;
    left: -10px;
    font-size: 22vw;
  }

  #doc .sec03 .img-area {
    padding: 0;
  }

    #doc .sec03 .img-area img {
      height: 260px;
    }


  #doc .sec03 .text-area {
    position: inherit;
    bottom: inherit;
    padding: 30px 20px 0 20px;
  }

    #doc .sec03 .t-area-inner {
      max-width:inherit;
      display: block;
    }


      #doc .sec03 .text-box01 {
        margin: 0 0 30px 0 ;
        padding: 0;
        max-width: inherit;
      }

      #doc .sec03 .text-box02 {
        padding: 0;
        max-width: inherit;;
      }  

      #doc .sec03 .text01 {
        margin: 12px 0 0 0;
        font-size: 13px;
        line-height: 1.8em;
      }

      #doc .sec03 .btn-area {
        margin: 20px 0 0 0;
      }

}

/*----------------------------------------------------------------------------------------------------

  center

----------------------------------------------------------------------------------------------------*/


  #center .l-mv .text-area .text01 {
    left: -24px;
    bottom: -24px;
    line-height: 0.8em;
  }

  #center .l-mv .l-mv-ttl {
    margin: auto;
    padding: 120px 24px 0 24px;
    max-width: 1176px;
  }

@media screen and (max-width: 768px) {
  #center .l-mv .text-area .text01 {
    left: -10px;
    bottom: -10px;
    line-height: 0.8em;
  }
  
  #center .l-mv .l-mv-ttl {
    margin: auto;
    padding: 20px 15px 0 15px;
    max-width:inherit;
  }
   
}



/*----------  sec01 ----------*/

#center .sec01 {
  margin: -78px auto 144px;
  padding: 0 24px;
  max-width: 1176px;
  overflow: hidden;
  position: relative;
  z-index: 888;
}

  #center .sec01 .sec-inner {
    max-width: 70%;
    margin: 0 0 0 auto;
  }


  #center .sec01 .box {
  }

    #center .sec01 .box-ttl {
      position: relative;
      text-align: center;
    }

      #center .sec01 .box-ttl::before {
        position: absolute;
        top: 50%;
        left: 0px;
        display:block;
        content: '';
        width:100%;
        height: 1px;
        background: #113377;
      }

    #center .sec01 .box-ttl .ttl-inner {
      position: relative;
      display: inline-block;
      padding: 0 12px;
      font-weight: bold;
      font-size: 20px;
      color: #113377;
      background: #fff;
      z-index: 555;
    }

    #center .sec01 .card-area {
      padding: 60px 0 60px 0;
      border-bottom: 1px dotted #bbb;
    }

      #center .sec01 .card-area .card {
        width: 100%;
        display: flex;
      }

      #center .sec01 .card-area .card .img-area{
        width: 40%;
      }

      #center .sec01 .card-area .card .text-area{
        padding: 0 0 0 60px;
        width: 60%;
      }

      #center .sec01 .card-area .card dt{
        padding: 24px 0 0 0;
        font-weight: 600;
        line-height: 1.8em;
        font-size: 22px;
      }

      #center .sec01 .card-area .card dd {
        padding: 12px 0 0 0;
        line-height: 1.8em;
        font-size: 16px;
      }

    #center .sec01 .list-area dt {
      padding: 60px 0 12px 0;
      font-weight: 600;
      line-height: 1.8em;
      font-size: 20px;
    }

    #center .sec01 .list-area dd {
      padding: 0 0 60px 0;
      line-height: 1.8em;
      font-size: 16px;
    }

    #center .sec01 .btn-area {
      margin: 18px 0 0 auto;
      width: fit-content;
    }

    #center .sec01 .btn-area02 {
      margin: 0 0 0 auto;
    }

@media screen and (max-width: 768px) {
  
  #center .sec01 {
    margin: 30px 0 60px 0;
    padding: 0 20px;
  }

    #center .sec01 .sec-inner {
      max-width: inherit;
      margin: 0;
    }
  
        #center .sec01 .box-ttl::before {
        }

      #center .sec01 .box-ttl .ttl-inner {
        padding: 0 8px;
        font-size: 16px;
      }

      #center .sec01 .card-area {
        padding: 30px 0 0 0;
      }

        #center .sec01 .card-area .card {
          padding: 0 0 30px 0;
          display: block;
        }
  

        #center .sec01 .card-area .card .img-area {
          margin: auto;
          width: inherit;
        }

        #center .sec01 .card-area .card .text-area{
          padding: 0;
          width: inherit;
        }
  

        #center .sec01 .card-area .card dt {
          padding: 20px 0 0 0;
          font-weight: 600;
          line-height: 1.6em;
          font-size: 18px;
        }

        #center .sec01 .card-area .card dd {
          padding: 8px 0 0 0;
          line-height: 1.6em;
          font-size: 15px;
        }

      #center .sec01 .list-area dt {
        padding: 30px 0 8px 0;
        font-size: 17px;
        line-height: 1.6em;
      }

      #center .sec01 .list-area dd {
        padding: 0 0 40px 0;
        line-height: 1.6em;
        font-size: 14px;
      }

    #center .sec01 .btn-area {
      margin: 10px 0 0 auto;
      width: 60%;
    }

    #center .sec01 .btn-area02 {
      margin: 10px 0 0 auto;
      width: 60%;
    }
}

/*----------------------------------------------------------------------------------------------------

 message 

----------------------------------------------------------------------------------------------------*/

/*tab-area*/

  #message .section01 .tab-nav {
    margin: 0 auto 96px;
    padding: 0 24px;
    max-width: 1176px;
    display: flex;
  }

  #message .section01 .tab-btn {
    width: 50%;
    line-height: 60px;
    border: 1px solid #113377;
    color: #113377;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 666;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  #message .section01 .tab-btn:hover {
    background: #e7ebef;
  }

  #message .section01 input[name="tab-btn"] {
    display: none;
  }

  #message .section01 .tab-con {
    display: none;
  }

    #message .section01 .tab-main {
      display: flex;
      flex-wrap: wrap;
    }

      #message .section01 .tab-main dt {
        padding: 38px 12px 36px 0;
        width: 24%;
        font-weight: 600;
        border-bottom: 1px #ddd solid;
        line-height: 1.4em;
      }

        #message .section01 .tab-main dt .small01 {
          font-size: 0.8em;
          font-weight: 600;
        }

      #message .section01 .tab-main dd {
        padding: 36px 0;
        width: 76%;
        border-bottom: 1px #ddd solid;
        line-height: 1.6em;
      }

  #message .section01 #tab01:checked ~ #tab01-con,
  #message .section01 #tab02:checked ~ #tab02-con {
    display: block;
  }

  #message .section01 #tab01:checked ~ .tab-nav #tab01-active,
  #message .section01 #tab02:checked ~ .tab-nav #tab02-active {
    background-color: #113377;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
  }

  #message .section01 #tab01:checked ~ .tab-nav #tab01-active::before,
  #message .section01 #tab02:checked ~ .tab-nav #tab02-active::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom:-16px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #113377;
    border-bottom: 0;
    transition: all 0.3s ease;
  }

@media screen and (max-width: 768px) {
  
  /*tab-area*/

  #message .section01 .tab-nav {
    margin: 0 auto 35px;
    padding: 0 ;
    max-width: inherit;
  }

    #message .section01 .tab-btn {
      width: 50%;
      line-height: 40px;
      border: 1px solid #113377;
      border-left: none;
      border-right: none;
      font-size: 14px;
    }

  
      #message .section01 .tab-main {
        display: block;
        flex-wrap: wrap;
      }

        #message .section01 .tab-main dt {
          padding: 20px 20px 10px 20px;
          width: inherit;
          border-bottom: none;
          line-height: 1.2em;
          font-size: 15px;
          position: relative;
        }
  
            #message .section01 .tab-main dt::before {
              position: absolute;
              bottom: 0 ;
              left: 20px;
              display:block;
              content: '';
              width: 20px;
              height: 1px;
              background: #111;
            }

        #message .section01 .tab-main dd {
          padding: 14px 20px 20px 20px;
          width: inherit;
          line-height: 1.6em;
        }
  
    #message .section01 #tab01:checked ~ .tab-nav #tab01-active::before,
    #message .section01 #tab02:checked ~ .tab-nav #tab02-active::before {
      left: 50%;
      bottom:-10px;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 10px solid #113377;
    }

}


/*----------  sec01 ----------*/


#message .section01 {
  margin: 96px 0 84px 0;
  overflow: hidden;
}

  #message .section01 .block-ttl {
    margin: 0 auto 72px;
    padding: 0 24px;
    max-width: 1176px;
  }

  #message .section01 .block-ttl01{
    margin-top: -12px;
  }

  #message .section01 .block-ttl02{
    margin-top: 72px;
  }

  #message .section01 .block-ttl .ttl-text01{
    text-align: center;
    font-weight: 500;
    background: #dae1e9;
    line-height: 48px;
    font-size: 16px;
    color: #113377;
  }

@media screen and (max-width: 768px) {
  
  #message .section01 {
    margin: 25px 0 50px 0;
  }
  
  #message .section01 .block-ttl {
    margin: 0 auto 20px;
    padding: 0 15px;
    max-width: inherit;
  }

  #message .section01 .block-ttl01{
    margin-top: -5px;
  }

  #message .section01 .block-ttl02{
    margin-top: 50px;
  }

  #message .section01 .block-ttl .ttl-text01{
    line-height: 30px;
    font-size: 14px;
  }
  
  
}


/*box-tyap01*/
  
  #message .section01 .box-type01{
    position: relative;
    z-index: 555;
  }

  #message .section01 .box-type01 .img-area {
    margin: 0 0 0 auto;
    width: 70%;
    position: relative;
    z-index: -1;
  }

    #message .section01 .box-type01 .img-area img {
      height: 668px;
    }


  #message .section01 .box-type01 .text-area {
    position: relative;
    margin: -504px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }

  #message .section01 .box-type01 .name-area {
    width: 100%;
    position: absolute;
    top: -96px;
    left: 0;
    background: linear-gradient(90deg, rgba(17,51,119,1) 30%, rgba(17,51,119,0) 30%);
  }

    #message .section01 .box-type01 .name-inner {
      padding: 48px 24px 48px 24px;
      margin: auto;
      max-width: 1176px;
      display: flex;
      align-items: center;
      background: linear-gradient(90deg, rgba(17,51,119,1) 40%, rgba(17,51,119,0) 40%);
    }

    #message .section01 .box-type01 .name-main {
      width: 34%;
      color: #fff;
    }


    #message .section01 .box-type01 .name-text01 {
      font-weight: 500;
      font-size: 18px;
    }

    #message .section01 .box-type01 .name-text02 {
      margin: 8px 0 0 0;
      font-weight: 500;
      font-size: 30px;
    }

    #message .section01 .box-type01 .name-text03 {
      margin: 14px 0 0 0;
      font-weight: 500;
      font-size: 16px;
      display: flex;
      line-height: 1.4em;
    }

      #message .section01 .box-type01 .name-text03 .small01 {
        margin: 0 10px 0 0;
        padding: 0 6px;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        background: #fff;
        color: #113377;
        display: flex;
        align-items: center;
      }

    #message .section01 .box-type01 .name-text04 {
      margin: 14px 0 0 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.2em;
    }

    #message .section01 .box-type01 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #message .section01 .box-type01 .text-main {
      padding: 156px 96px 96px 0;
      width: 66%;
      max-width: 720px;
      background: #fff;
    }

    #message .section01 .box-type01 .text-main01 {
      padding: 204px 96px 96px 0;
    }

      #message .section01 .box-type01 .text01 {
        margin: 0 0 24px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 24px;
      }

      #message .section01 .box-type01 .text02 {
        line-height: 2.0em;
      }


@media screen and (max-width: 768px) {
  
  #message .section01 .box-type01 .img-area {
    width: inherit;
  }

    #message .section01 .box-type01 .img-area img {
      height: 260px;
    }

  #message .section01 .box-type01 .text-area {
    margin: 0;
    padding: 0;
    background: none;
  }

  #message .section01 .box-type01 .name-area {
    margin: -60px 0 0 0;
    padding: 0;
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
  }

    #message .section01 .box-type01 .name-inner {
      padding: 15px 20px 20px 40px;
      margin: 0;
      max-width:80%;
      background: #113377;
    }

    #message .section01 .box-type01 .name-main {
      width: inherit;
    }

    #message .section01 .box-type01 .name-text01 {
      font-size: 13px;
    }

    #message .section01 .box-type01 .name-text02 {
      margin: 0 0 0 0;
      font-size: 20px;
    }
  
    #message .section01 .box-type01 .name-text03 {
      margin: 8px 0 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.2em;
    }

      #message .section01 .box-type01 .name-text03 .small01 {
        margin: 0 10px 0 0;
        padding: 0 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
      }

    #message .section01 .box-type01 .name-text04 {
      margin: 8px 0 0 0;
      font-size: 14px;
      line-height: 1.3em;
    }
  
    #message .section01 .box-type01 .t-area-inner {
      margin: auto;
      max-width:inherit;
    }


    #message .section01 .box-type01 .text-main {
      margin: 0;
      padding: 20px 20px 0 20px;
      width: inherit;
      max-width: inherit;
      background: none;
    }

      #message .section01 .box-type01 .text01 {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 18px;
      }

      #message .section01 .box-type01 .text02 {
        line-height: 1.8em;
      }

}


/*box-tyap02*/

  #message .section01 .box-type02 .img-area {
    width: 56%;
    position: relative;
    z-index: -1;
  }

    #message .section01 .box-type02 .img-area img {
      height: 540px;
    }


  #message .section01 .box-type02 .text-area {
    position: relative;
    margin: -444px 0 0 0;
    width: 100%;
    padding: 0 24px;
    z-index: 888;
  }

  #message .section01 .box-type02 .name-area {
    padding: 48px 0 48px 72px;
    position: absolute;
    top: -72px;
    right: 0;
    background: #113377;
    display: flex;
    align-items: center;
    width: 34%;
    color: #fff;
  }

    #message .section01 .box-type02 .name-text01 {
      font-weight: 500;
      font-size: 16px;
    }

    #message .section01 .box-type02 .name-text02 {
      margin: 6px 0 0 0;
      font-weight: 500;
      font-size: 30px;
    }

    #message .section01 .box-type02 .t-area-inner {
      margin: auto;
      max-width: 1128px;
    }


    #message .section01 .box-type02 .text-main {
      margin: 0 0 0 auto;
      padding: 96px 0 96px 96px;
      width: 60%;
      max-width: 624px;
      min-height: 552px;
      background: #fff;
    }


      #message .section01 .box-type02 .text01 {
        margin: 0 0 24px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 24px;
      }

      #message .section01 .box-type02 .text02 {
        line-height: 2.0em;
      }


@media screen and (max-width: 768px) {
  
  #message .section01 .box-type02{
    margin: 30px 0 0 0;
  }  
  
  #message .section01 .box-type02 .img-area {
    width: inherit;
  }

    #message .section01 .box-type02 .img-area img {
      height: 260px;
    }

  #message .section01 .box-type02 .text-area {
    margin: 0;
    padding: 0;
    background: none;
  }

  
  #message .section01 .box-type02 .name-area {
    margin: -35px 0 0 0;
    padding: 15px 20px 15px 40px;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 80%;
  }

    #message .section01 .box-type02 .name-text01 {
      font-size: 13px;
    }

    #message .section01 .box-type02 .name-text02 {
      margin: 0 0 0 0;
      font-size: 20px;
    }
  
  
    #message .section01 .box-type02 .t-area-inner {
      margin: auto;
      max-width:inherit;
    }


    #message .section01 .box-type02 .text-main {
      margin: 0;
      padding: 25px 20px 0 20px;
      width: inherit;
      max-width: inherit;
      min-height: inherit;
      background: none;
    }

      #message .section01 .box-type02 .text01 {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-weight: 600;
        font-size: 18px;
      }

      #message .section01 .box-type02 .text02 {
        line-height: 1.8em;
      }

}

/*sec-box*/

  #message .section01 .box-type01.sec-box03 {
    margin: 108px 0 0 0;
  }



@media screen and (max-width: 768px) {

  #message .section01 .box-type01.sec-box03 {
    margin: 50px 0 0 0;
  }

}





/*----------------------------------------------------------------------------------------------------

 404 

----------------------------------------------------------------------------------------------------*/
#error .sec {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1176px;
  height: 600px;
  margin: auto;
}
#error h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#error p {
  margin: 30px 0 0;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #error .sec {
    max-width: 100%;
    height: 300px;
  }
  #error h2 {
    font-size: 24px;
  }
  #error p {
    margin: 15px 0 0;
    font-size: 15px;
  }
}