@charset "UTF-8";

/**
 * from barracuda
 */
/***************************************************** Homepage - Common ****************************************************/
#bodyContent {
  min-width: 342px !important;
  top: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  }
  .what-we-do-start, .event-button {
    /*text-transform: uppercase;*/
    }
    #section1, #section2 {
      background-color: #EDECE7;
      }
      #section3 h1, #section4 h1 {
        text-align: center;
        margin: 2rem 0 3rem 0;
        }
        @media (max-width: 767px) {
          #section1 .what-we-do-title {
            font-size: 1.3125rem;
            font-weight: 500;
            min-height: 55px !important;
            height: unset !important;
            }
            #section1 .what-we-do-tag-line {
              font-size: 1.125rem;
              font-weight: 600;
              padding-bottom: 0.5rem;
              }
              #section3 h2, #section4 h2 {
                font-size: 3rem;
                margin-bottom: 1rem;
                }
                #section3 {
                  background: #FFF !important;
                  }
                }
/*************************************************** Jumbotron/Swiper ***************************************************/
.parallaxtron {position: fixed;}.parallaxtron h2 {font-size: 1.5rem;font-weight: 300;}#parallaxSwiper .swiper-slide {position: relative;background-repeat: no-repeat;background-size: cover;background-position: center center;}
/*************************************************** Jumbotron/Swiper Mobile *************************************/
/***************************************************** Common ****************************************************/
#bodyContent {
  top: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  }
  .what-we-do-start, .event-button {
    /*text-transform: uppercase;*/
    }
    #section1, #section2 {
      background-color: #EDECE7;
      }
      #section3 h1, #section4 h1 {
        text-align: center;
        margin: 2rem 0 3rem 0;
        }
        @media (max-width: 767px) {
          #section1 .what-we-do-title {
            font-size: 1.3125rem;
            font-weight: 500;
            min-height: 55px;
            height: unset !important;
            }
            #section1 .what-we-do-tag-line {
              font-size: 1.125rem;
              font-weight: 600;
              }
              #section3 h2, #section4 h2 {
                font-size: 3rem;
                margin-bottom: 1rem;
                }
                #section3 {
                  background: #FFF !important;
                  }
                }
/*************************************************** Section 1 ***************************************************/
#section1 {
  position: relative;height: 100%;
}
#section1 .what-we-do {
  position: relative;
  top: -65px;z-index: 1;
}
#section1 .what-we-do-card {
  position: relative;
  /*text-align: center;*/
  background-color: #ffffff;
  height: 100%;
  padding: 15px;
  margin: 0 auto;
  max-width: 368px;
  border-bottom-right-radius: 200px 15px;
  border-bottom-left-radius: 200px 15px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
/*    display: flex;flex-direction: column;justify-content: space-between;*/
}
#section1 .what-we-do-card h2 {
  line-height: 1.3;font-size: 1.75rem !important;
}
#section1 .what-we-do-title {
  font-size: 1.75rem;padding: 0 1rem;
  font-weight: 300;
  min-height: 90px;
  padding: 5px;
}
#section1 .what-we-do-tag-line{
  /*font-size: 1.5rem;*/
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 60px;
}
#section1 .what-we-do-body {
  /*font-size: 1.25rem;*/
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 5rem;
  -webkit-font-smoothing: antialiased;
}
#section1 .what-we-do-logo {
  /*height: 48px;*/
  padding: 5px;
  }
  .what-we-do-svg {
    position: absolute;
    left: 0px;
    bottom: -24px;
    height: 55px;
    width: 100%;
    display: none;
    }.what-we-do-start {
      margin: 2rem auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
#emailProtection {
  border-top: 4px solid #82C341;
}
#networkSecurity {
  border-top: 4px solid #9253A1;
}
#dataProtection {
  border-top: 4px solid #FDB913;
}
#section1 .btn-primary-cuda{
  padding: .45rem 2rem !important;
}

@media (max-width: 1200px) {
  #section1 .what-we-do-title {
    min-height: 130px;
  }
}
@media (max-width: 992px) {
  #section1 .what-we-do-title {
    font-size: 1.3125rem;
    font-weight: 500;
    min-height: 55px !important;
    height: unset !important;
  }
  #section1 .what-we-do-tag-line {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    min-height: auto;
  }
  #section1 .what-we-do-card {
    margin-bottom: 2.5rem;
    height: unset;
  }
}

/*
@media (max-width: 768px) {
  #section1 .what-we-do {
    margin: 0 auto;
    padding: 0 1rem;
  }
  #section1 .what-we-do-title h3{
    font-size: 1.75rem;
    height: 60px;
  }
  #section1 .what-we-do-body {
    font-size: 1rem;
    font-weight: 300;
    padding: 0 1.5rem;
  }
  #section1 .what-we-do-tag-line{
    font-size: 1.375rem;
    padding-top: 0;
  }
}
*/
/*************************************************** Section 2 ***************************************************/
#section2 #event1 {float: left;border-right: 1px solid white;color: #ffffff}#section2 #event2 {float: right;border-left: 1px solid white;color: #ffffff}#event1, #event2 {position: relative;overflow: hidden;width: 50%;transition: transform 0.6s;}
/*************************************************** Section 3 ***************************************************/
#section3 {
    background-image: url(./images/common/bg_macro_scales.svg);
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 40px 0 20px 0;
}

#section3 .news-card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 427px;
    width: 100%;
    margin: 0 auto;
    padding: 1.2rem;
}

#section3 .swiper-slide a {
    color: #ffffff;
}

#section3 .swiper-slide a:hover {
    text-decoration: none !important;
}

#section3 .news-date h2 {
    font-weight: 300;
}

#section3 .news-date h2 span {
    margin-right: 5px; /*text-transform: uppercase;*/
}

#section3 .news-date h2 div span {
    font-size: 0.75rem;
    border-top: 1px solid #ffffff;
    margin-top: 0;
    padding-top: 0.3rem;
}

#section3 .news-date h2 div span:last-child {
    font-weight: 400;
}

#section3 .news-info {
    position: absolute;
    bottom: 30px;
}

#section3 .news-info p {
    margin: 0 !important;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    font-size: 0.75rem;
}

#section3 .news-info h2 {
    margin: 0 !important;
    font-size: 1rem;
    width: 95%;
    line-height: 1.2;
}

#section3 .news-details-mobile .news-info {
    position: relative !important;
    bottom: unset !important;
}

#section3 .bluebar {
    position: absolute;
    left: 7%;
    bottom: 23px;
    height: 2px;
    width: 85%;
    background-color: #0088ce;
    transition: 0.3s;
    /* Add transition on hover */
}

#section3 .news-card:hover {
    cursor: pointer;
    /*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

#section3 .news-card:hover .bluebar {
    left: 0;
    width: 100%;
}

#section3 .row,
#section3-right-widget h1 + div {
    padding: 3rem 0;
}

#section3-right-widget.row {
    padding-top: 0;
    padding-bottom: 0;
}

#section3-right-widget .fb-page,
#section3-right-widget .fb-page span,
#section3-right-widget .fb-page span iframe[style] {
    width: 100% !important;
}

#section3 .list-group-item {
    height: 120px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: unset;
    border: none;
}

#section3 .list-group-item > a {
    width: 100%;
    color: #000;
}

#section3 .news-img-mobile {
    width: 75px;
    margin-left: 20px;
    float: left;
    position: relative;
}

#section3 .news-img-mobile img {
    width: 75px;
    height: 90px;
    overflow: hidden;
}

#section3 .news-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#section3 .news-details-mobile {
    height: 90px;
    width: calc(100% - 100px);
    float: right;
    padding: 10px 15px;
}

#section3 .news-details-mobile .news-date h2 {
    font-size: 0.75rem;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.2;
}

#section3 .news-details-mobile .news-date h2 div span:last-child {
    font-size: 0.625rem;
    font-weight: 500;
}

#section3 .news-details-mobile .news-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

#section3 .news-details-mobile .news-info h3 {
    font-size: 1rem;
}

#section3 .news-blog-btns {
    margin: 0 auto;
    padding: 0 0 3rem;
    text-align: center;
}

#section3 .news-blog-btns span {
    margin: 0 2rem;
}

@media (max-width: 768px) {
    #section3 .row {
        padding: 3rem 0 0 0;
    }

    #section3 .news-date {
        position: absolute;
        top: 9px;
        left: 6px;
        color: #FFF;
    }

    #section3 .news-date h2 {
        font-weight: 500;
    }

    #section3 .news-date h2 div span {
        padding-top: 0.125rem;
        font-size: 0.8125rem;
    }

    #section3 .news-info h2 {
        font-size: 1.1675rem;
        font-weight: 500;
    }

    #section3 .news-info p {
        color: #797979;
    }

    .news-blog-btns a {
        width: 80%;
        margin-bottom: 1.5rem;
    }
}

/*************************************************** Section 4 ***************************************************/
#section4 {background: white;padding: 2rem 0 5rem 0;}#section4 .success-story {padding: 2rem 1rem;position: relative;min-height: 536px;width: 100%;margin: 0 auto;text-align: center;display: flex;flex-direction: column;justify-content: space-evenly;height: 100%;}#section4 .success-story:hover {
/*box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.15);*/-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);-moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);box-shadow: 0 0 6px rgba(0,0,0,0.15);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}#section4 .success-story-title {margin: 12px 0 20px 0;}#section4 .success-story-title h3, #section4 .success-story-body p {color: #000000;}#section4 .success-story-title h3 {font-size: 1.75rem;}#section4 .success-story-body p {font-weight: 300;font-size: 1.3125rem;}#section4 .success-story a:hover{text-decoration: none !important;}#section4 .success-story-img {height: 120px;}#section4 .success-story-img img {display: block;margin-left: auto;margin-right: auto;}#section4 .success-story-img img.lazy {width: 50px !important;height: 50px !important;}#section4 .success-story-product {color: #0088CE;font-weight: 600;width: 100%;padding-top: 12px;}@media (max-width: 992px) {#section4 > .container > .row {justify-content: space-between;flex-direction: column;}#section4 .success-story {box-shadow: rgba(0,0,0,0.16) 0 0 8px;margin-bottom: 18px;padding: 1.5rem 6.5rem;min-height: unset !important;}#section4 .success-story-img{height: 90px;}#section4 .success-story-title h3{font-size:1.3125rem;}#section4 .success-story-body p{font-size:1rem;}#section4 .success-story-product{font-size:0.875rem;}}@media (max-width: 768px) {#event1, #event2 {height: 18rem !important;padding: 0 !important;}#section3 h2{margin-bottom: 2rem;}#section4 .success-story {padding: 2.5rem 2.5rem;margin-bottom: 2.5rem;}#section4 .success-story-img {height: 5rem;}#section4 .success-story-product {bottom: 40px;}}
/***************************************** Media query for mobile friendliness ***********************************/
/* For mobile iphone 5 portrait */@media screen and (orientation:portrait) and (max-device-width: 320px) {#section1 .what-we-do {padding: 0 !important;}#section1 .what-we-do-container {padding-left: 0 !important;padding-right: 0 !important;}}
/* For mobile landscape with device width range from iphone 5 to iphone X size */@media screen and (orientation:landscape) and (min-device-width: 568px) and (max-device-width: 812px) {#parallaxSwiper .slider-content {top: 270px;}#parallaxSwiper .slider-content-title {font-size: 2.15rem !important;}#parallaxSwiper .slider-content-body {margin-top: 1rem;}#parallaxSwiper .swiper-pagination {bottom: 50px !important;}}@media only screen and (max-width: 991px) {#section2 #allEventsLink {bottom: -21px;}#section2 #event1, #section2 #event2 {float: none;border: none;width: 100% !important;}}@media (min-width: 768px) and (max-width: 1024px) {#parallaxSwiper .slider-content {left: 5%;}}@media (max-width: 1024px) {#parallaxSwiper .swiper-pagination {bottom: 115px;}#parallaxSwiper .slider-content-title {font-size: 2.75rem;}#parallaxSwiper .slider-content-body {font-size: 2rem;max-width: 570px;}#parallaxSwiper .slider-content-subtext a {bottom: 40px;}}

/**
 * customize スライダー
 */
/* parallaxをヘッダーの下に入れ込むため、parallaxのあるページだけヘッダーを浮かす */
/* barracuda.comと違って全ページにparallaxがないので、共通スタイルにできない */
.l-header {
    position: absolute;
    z-index: 1;
}
.p-megamenu01,
.p-megamenu02 {
    top: 6.2rem;
}
.admin-bar .p-megamenu01,
.admin-bar .p-megamenu02 {
    top: 6.2rem;
}
.l-contents--no-border .l-contents__inner {
    margin-top: 0;
}
.p-header-slider .p-header-content__inner {color: #FFFFFF;min-height: 25rem;max-width: 85%;min-width: 75%;position: absolute;top: 50vh;left: 0;overflow: hidden;transform: translateY(-50%);border-radius: 0 0 50px 0;background-color: rgba(128,128,128, 0.2);padding: 3.5rem 4rem 4rem 4rem;}.p-header-slider .p-header-content__title {font-size: 3.375rem;font-weight: 500;line-height: 1.2;-webkit-font-smoothing: antialiased;}
.p-header-slider .p-header-content__inner, .p-header-slider .p-header-content__btn {text-align: left;}
.p-header-slider .p-header-content__btn {position: absolute;bottom: 50px;font-size: 1rem;font-weight: 400;}
.p-header-slider .p-header-content__btn a {background-color: transparent; color: #FFFFFF;/*text-transform: uppercase;*/}
.p-header-slider__item {
    height: 100vh;
}
/* スマホ */
@media (max-width: 767px) {
    .p-header-slider .p-header-content__inner {
        background: transparent;
        max-width: unset;
        min-width: unset;
        left: unset;
        overflow: hidden;
        padding: 1rem 0;
        width: 100%;
        border-radius: 0;
        /*position: relative;*/
    }
}

/**
 * customize WORKS
 */
.p-article06__title a {
    /*color: #0088ce;*/
    color: #263146;
}

/**
 * customize NEWS
 */
#section3 .news-date h2 {
    font-weight: 400;
    text-transform: uppercase;
}
