.slide {
  position: relative;
  margin: 0 -30px 60px;
  background-color: #397FE9;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin: 0;
  }
}

@media print {
  .slide {
    margin: 0 -10px 60px;
  }
}

.slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  height: 540px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1260px) {
  .slide__inner {
    max-width: none;
    margin: 0 10px 0 30px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slide__inner {
    margin: 0 5px 0 30px;
    padding: 0;
  }
}

@media print {
  .slide__inner {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .slide__inner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

.slide__inner .btn {
  color: #FFF;
  border-color: #FFF;
}

.others .slide__inner .btn:not(.-disabled):hover {
  color: #0450BF;
  background-color: #FFF;
}

.slide__br {
  display: none;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .slide__br {
    display: inherit;
  }
}

@media print {
  .slide__br {
    display: inherit;
  }
}

.slide__left {
  margin-right: -20px;
    width: 60%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slide__left {
    -ms-flex-preferred-size: calc(55% + 15px);
        flex-basis: calc(55% + 15px);
    max-width: calc(55% + 15px);
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .slide__left {
    margin: 0;
    max-width: none;
      width: 100%;
  }
}

.slide__left::after {
  content: "";
  display: table;
  clear: both;
}

.slide__right {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  max-width: 460px;
  max-height: 540px;
  clear: both;
  overflow: hidden;
  position: relative;
  background: url(/promo/trendmicro/saas/images/bg-slide-base.png) center center no-repeat;
  background-size: cover;
}

@media (max-width: 1260px) {
  .slide__right {
    -ms-flex-preferred-size: calc(50% + 32px);
        flex-basis: calc(50% + 32px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slide__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slide__right {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 224px;
    max-width: none;
    height: 257px;
    margin-left: -112px;
  }
}

.slide__right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/promo/trendmicro/saas/images/bg-slide.png) center center no-repeat;
  background-size: cover;
}

.slide__leftItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 535px;
}

.slide__leftItem.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .slide__leftItem {
    display: block;
    /*height: auto;*/
    padding: 20px 15px 335px;
  }
}

@media only screen and (max-width: 767px) {
  .slide__rightItem {
    width: 224px;
    height: 257px;
  }
}

@media only screen and (max-width: 767px) {
  .slide__detail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.slide__ttl {
  font-size: 5.3rem;
  line-height: 1.3;
  /*white-space: nowrap;*/
}

@media (max-width: 1100px) and (min-width: 768px) {
  .slide__ttl {
    font-size: 4.8rem;
  }
}

@media print {
  .slide__ttl {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .slide__ttl {
    font-size: 3rem;
  }
}

.slide__ttl .fontEn {
  display: block;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .slide__ttl .fontEn {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
}

.slide__btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .slide .btn {
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 170px;
    margin-left: -85px;
  }
}

.slide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .slide__nav {
    bottom: 14px;
  }
}

.slide__navItem {
  position: relative;
  width: 40px;
  height: 14px;
  margin: 0 10px;
  padding: 5px 0;
  cursor: pointer;
}

.slide__bar {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFF;
}

.slide__progress {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #0450BF;
  border-radius: 2px;
}

.-past .slide__progress {
  width: 100%;
}

.-current .slide__progress {
  -webkit-animation: current 3s .6s linear forwards;
          animation: current 3s .6s linear forwards;
}

.-first .slide__progress {
  -webkit-animation: current 3s linear forwards;
          animation: current 3s linear forwards;
}

.solution .title {
  margin-bottom: 20px;
}

.solution__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .solution__nav {
    width: 668px;
    margin: 0 auto 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .solution__nav {
    width: 668px;
    margin: 0 auto 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .solution__nav {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -15px;
    padding: 0 15px 10px;
  }
}

.solution__navItem {
  position: relative;
  width: 204px;
  padding: 15px 15px 12px;
  color: #B4B4B4;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .solution__navItem {
    width: 145px;
    min-width: 145px;
    padding: 15px 5px 12px;
  }
}

.solution__navItem::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 12px;
  left: 0;
  border-left: solid 1px #E8E8E8;
}

.solution__navItem:first-child::before {
  content: none;
}

.solution__navItem.-current {
  color: #0450BF;
  background-color: #FFF;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .solution__navItem.-current {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
}

.solution__navItem.-current::before {
  border-color: transparent;
}

.others .solution__navItem {
  -webkit-transition: background ease-in-out .3s;
  transition: background ease-in-out .3s;
}

.others .solution__navItem:hover {
  color: #0450BF;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .others .solution__navItem:hover {
    border-radius: 5px;
  }
}

.others .solution__navItem:hover::before {
  border-color: transparent;
}

.solution__navTxt {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .solution__navTxt {
    font-size: 1.4rem;
  }
}

.solution__navTxt .fontEn {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .solution__navTxt .fontEn {
    font-size: 2rem;
  }
}

.solution__slide {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .solution__slide {
    margin: 0 -15px;
    padding: 0 30px;
  }
}

.solution__slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 15px;
}

@media only screen and (max-width: 767px) {
  .solution__slide .slick-track {
    padding-top: 40px;
  }
}

.solution__slide .slick-slide {
  float: none;
  height: auto;
  margin: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .solution__slide .slick-slide {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .solution__slide .slick-slide {
    padding: 40px 20px 20px;
    border-radius: 5px;
  }
}

.solution__slide .slick-slide.slick-current {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.solution__slide .slick-arrow {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 25px;
  height: 25px;
  padding-top: 25px;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/promo/trendmicro/saas/common/images/img-icon-slide-pc.png) center center no-repeat;
  background-size: 15px 25px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media only screen and (max-width: 767px) {
  .solution__slide .slick-arrow {
    background: url(/promo/trendmicro/saas/common/images/img-icon-slide-sp.png) center center no-repeat;
    background-size: 13px 23px;
  }
}

.solution__slide .slick-prev {
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .solution__slide .slick-prev {
    left: 5px;
  }
}

.solution__slide .slick-next {
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .solution__slide .slick-next {
    right: 5px;
  }
}

.solution__slideItem {
  position: relative;
  margin: 0 10px;
  padding: 60px 30px 30px;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
}

.solution__slideItem:not(.slick-slide) {
  margin-top: 80px;
}

.solution__slideIcon {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 109px;
  height: 127px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .solution__slideIcon {
    top: -40px;
    width: 71px;
    height: 83px;
  }
}

.solution__ttl {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #B4B4B4;
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .solution__ttl {
    font-size: 3rem;
  }
}

.slick-current .solution__ttl {
  color: #0450BF;
}

.solution__name {
  padding-bottom: 15px;
  color: #B4B4B4;
  font-weight: 500;
}

.slick-current .solution__name {
  color: #0450BF;
}

.solution__name span {
  display: inline-block;
}

.slick-slide .solution__slideImg {
  display: inline-block;
}

.solution__ttlSub {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .solution__ttlSub {
    font-size: 1.6rem;
  }
}

.solution__txt {
  text-align: left;
  text-align: justify;
  margin-bottom: -5px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .solution__txt {
    font-size: 1.4rem;
  }
}

.solution__btn {
  margin: 25px 0 0;
}

.solution__btn .btn {
  margin: 0 auto;
}

.solution__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #DCDCDC;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .solution__box {
    border-radius: 5px;
  }
}

.solution__comingSoon {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .solution__comingSoon {
    font-size: 1.4rem;
  }
}

.solution__comingSoon .fontEn {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .solution__comingSoon .fontEn {
    font-size: 1.2rem;
  }
}

.solution__info {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .solution__info {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .solution__info strong {
    letter-spacing: 0;
  }
}

@media print {
  .solution .js-solution__body {
    display: table;
    width: 100%;
  }
}

@-webkit-keyframes current {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes current {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
