
/*--------------------------------------------------------------------------
   main
 ---------------------------------------------------------------------------*/
 @media screen and (max-width: 750px) {
    main {
      padding-top: 0;
    }
  }
  
  /*--------------------------------------------------------------------------
    mv
  ---------------------------------------------------------------------------*/
  .mv {
    position: relative;
  }
  
  .mv .swiper-container .swiper-slide img {
    width: 100%;
  }
  
  .mv .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("/assets/images/mv_arw_next.png") no-repeat;
    width: 30px;
    height: 57px;
  }
  
  .mv .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("/assets/images/mv_arw_prev.png") no-repeat;
    width: 30px;
    height: 57px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets{
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
  }
  
  .mv .swiper-container .swiper-pagination-bullet-active {
    background: #2189D9;
  }
  
  .swiper-button-prev {
    position: absolute;
    left: -50px;
    z-index: 2;
  }
  
  .swiper-button-next {
    position: absolute;
    right: -50px;
    z-index: 2;
  }
  
  @media screen and (max-width: 750px) {
    .swiper-button-prev {
      left: 20px;
    }
    .swiper-button-next {
      right: 20px;
    }
  }
  
  /*--------------------------------------------------------------------------
    .sec
  ---------------------------------------------------------------------------*/
  .sec {
    padding: 50px 0;
  }
  
  @media screen and (max-width: 750px) {
    .sec {
      padding: 35px 0;
    }
  }
  
  /*--------------------------------------------------------------------------
    .sec-product
  ---------------------------------------------------------------------------*/
  .sec-product .c-ttl-style01 {
    margin-bottom: 20px;
  }
  
  .sec-product section + section {
    margin-top: 40px;
  }
  
  .sec-product section .head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
  }
  
  .sec-product section .sec-ttl {
    font-size: 2rem;
    font-weight: bold;
  }
  
  @media screen and (max-width: 750px) {
    .sec-product {
      padding-top: 15px;
    }
    .sec-product .c-ttl-style01 {
      margin-bottom: 16px;
    }
    .sec-product section {
      margin-top: 13px;
    }
    .sec-product section .head {
      padding-bottom: 10px;
    }
    .sec-product section .sec-ttl {
      font-size: 1.7rem;
    }
  }
  
  /*--------------------------------------------------------------------------
    .sec-bnr
  ---------------------------------------------------------------------------*/
  .sec-bnr .list-bnr {
    display: flex;
    justify-content: space-between;
  }
  
  .sec-bnr li {
    position: relative;
    display: block;
    width: 48.95%;
  }
  .sec-bnr li h2 {
    position: relative;
    color: #FFF;
    font-size: 2rem;
    line-height: 1.5;
  }
  .sec-bnr li h2 img {
    width: 100%;
  }
  .sec-bnr li h2 .ttl {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-bnr li .txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  
  @media screen and (max-width: 750px) {
    .sec-bnr .list-bnr {
      display: block;
    }
    .sec-bnr li {
      border-radius: none;
      width: 100%;
      line-height: 1.42;
    }
    .sec-bnr li + li {
      margin-top: 15px;
    }
    .sec-bnr li h2 {
      font-size: 1.6rem;
    }
    .sec-bnr li h2 .ttl {
      left: 15px;
    }
    .sec-bnr li .txt {
      margin-top: 10px;
      font-size: 1.4rem;
    }
  }
  
  /*--------------------------------------------------------------------------
    .sec-news
  ---------------------------------------------------------------------------*/
  .sec-news {
    border-top: solid 1px #D5D5D5;
  }
  .sec-news .l-inner-base {
    position: relative;
  }
  .sec-news .c-btn-style01 {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .sec-news .list-news {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -20px;
  }
  .sec-news .list-news li {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
  }
  .sec-news .list-news li a {
    color: #222;
    text-decoration: none;
  }
  .sec-news .list-news li a .img img{
    width: 100%;
  }
  .sec-news .list-news li .txt-wrap {
    margin-top: 10px;
  }
  .sec-news .list-news li .head {
    display: flex;
    align-items: center;
  }
  .sec-news .list-news li .head .date {
    padding-right: 5px;
  }
  .sec-news .list-news li .head .ico {
    display: inline-block;
    width: 90px;
    border-radius: 3px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    height: 18px;
    line-height: 18px;
  }
  .sec-news .list-news li .head .ico.news {
    background-color: #54748C;
  }
  .sec-news .list-news li .head .ico.product {
    background-color: #C91029;
  }
  .sec-news .list-news li .head .ico.event {
    background-color: #109B75;
  }
  .sec-news .list-news li h3 {
    margin-top: 3px;
    font-weight: normal;
  }
  .sec-news .list-link {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
  }
  .sec-news .list-link li {
    border-radius: 3px;
    position: relative;
    display: block;
    width: 48.95%;
    border: solid 1px #D5D5D5;
  }
  .sec-news .list-link li a {
    position: relative;
    display: flex;
    align-items: center;
    color: #222;
    text-decoration: none;
  }
  .sec-news .list-link li a:hover {
    opacity: .7;
  }
  .sec-news .list-link li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/common/images/arw_blue.png") no-repeat;
  }
  .sec-news .list-link li .img {
    width: 140px;
  }
  .sec-news .list-link li .txt-wrap {
    padding: 0 25px;
    line-height: 1.5;
  }
  .sec-news .list-link li .txt-wrap h3 {
    font-size: 1.8rem;
  }
  .sec-news .list-link li .txt-wrap .txt {
    display: block;
    margin-top: 4px;
  }
  @media screen and (max-width: 750px) {
    .sec-news {
      padding-top: 13px;
    }
    .sec-news .c-btn-style01 {
      position: static;
      margin-top: 15px;
    }
    .sec-news .c-btn-style01 a {
      width: 100%;
    }
    .sec-news .list-news {
      margin-top: 0;
      margin-right: 0;
      justify-content: space-between;
    }
    .sec-news .list-news li {
      margin: 28px 0 0 0;
      width: 47.27%;
    }
    .sec-news .list-news li .txt-wrap {
      margin-top: 2px;
    }
    .sec-news .list-news li .head {
      display: block;
    }
    .sec-news .list-news li .head .date {
      font-size: 1.2rem;
      width: 100%;
    }
    .sec-news .list-news li .head .ico {
      display: block;
      margin-top: 2px;
    }
    .sec-news .list-news li h3 {
      margin-top: 5px;
      line-height: 1.42;
    }
    .sec-news .list-link {
      display: block;
      margin-top: 35px;
    }
    .sec-news .list-link li {
      width: 100%;
    }
    .sec-news .list-link li a:after {
      right: 14px;
    }
    .sec-news .list-link li + li {
      margin-top: 10px;
    }
    .sec-news .list-link li .img {
      width: 88px;
    }
    .sec-news .list-link li .txt-wrap {
      padding: 0 15px;
      line-height: 1.3;
    }
      .sec-news .list-link li .txt-wrap h3 {
        font-size: 1.6rem;
    }
    .sec-news .list-link li .txt-wrap .txt {
      display: block;
      margin-top: 4px;
      font-size: 1.2rem;
    }
  }
  
  /*--------------------------------------------------------------------------
    sec-cv
  ---------------------------------------------------------------------------*/
  .sec-cv {
    margin-top: 50px;
    padding: 40px 0;
  }
  .sec-cv .item-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .sec-cv .item ul {
    display: flex;
  }
  .sec-cv .item ul li + li {
    margin-left: 5px;
  }
  .sec-cv .item ul li a {
    display: flex;
    border-radius: 3px;
    border: solid 1px #D5D5D5;
    align-items: center;
    width: 184px;
    height: 60px;
    padding-left: 40px;
    background: #FFF;
    line-height: 1.33;
    font-weight: bold;
    color: #222;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-decoration: none;
  }
  .sec-cv .item ul li a:hover {
    opacity: .7;
  }
  .sec-cv .item ul li.cate01 a {
    background-image: url("/assets/images/ico_cv01.png");
  }
  .sec-cv .item ul li.cate02 a {
    background-image: url("/assets/images/ico_cv02.png");
    background-position-x: 4px;
  }
  .sec-cv .item ul li.cate03 a {
    background-image: url("/assets/images/ico_cv03.png");
    background-position-x: 9px;
  }
  .sec-cv .item ul li.cate04 a {
    background-image: url("/assets/images/ico_cv04.png");
  }
  .sec-cv .item ul li.cate05 a {
    background-image: url("/assets/images/ico_cv05.png");
  }
  @media screen and (max-width: 750px) {
    .sec-cv {
      margin-top: 0;
      padding: 30px 0;
    }
    .sec-cv .item-wrap {
      display: block;
    }
    .sec-cv .item + .item {
      margin-top: 13px;
    }
    .sec-cv .item ul {
      margin: 3px -1.52% 0 0;
    }
    .sec-cv .item ul li {
      width: 100px;
      width: 48.48%;
    }
    .sec-cv .item ul li + li {
      margin-left: 1.52%;
    }
    .sec-cv .item ul li a {
      width: 100%;
      height: 80px;
      padding: 43px 0 0 0;
      background-position: 50% 15px;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1.3rem;
      line-height: 1.13;
    }
    .sec-cv .item ul li.cate02 a {
      background-position: 50% 10px;
    }
    .sec-cv .item ul li.cate03 a {
      background-position-x: 50%;
    }
    .sec-cv .item ul li.cate04 a {
      background-position-y: 9px;
    }
  }
  


