@charset "UTF-8";

/* pageTtl */
#pageTtl {
  background-image: url(../img/on-premises/mv.jpg);
}

/* sec01 */
.sec01 {
  background-image: url(../img/bg02.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top 10vw;
}
.sec01 aside {
  width: 45%;
}
.sec01 aside strong {
  color: #2d88df;
}
.sec01 figure {
  width: 50%;
}
.sec01 figure img {
  box-shadow: 0px 9px 8.55px 0.45px rgba(51, 134, 164, 0.1);
}
.sec01 section section {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sec01 section:nth-of-type(odd) section {
  flex-flow: row-reverse;
}
.sec01 > section:last-of-type{
  padding-bottom: 140px;
}
@media screen and (max-width:767px) {
  .sec01 {
  background-position: center top 30vw;
}
  .sec01 aside, .sec01 figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .sec01 section section {
    width: 100%;
    display: block;
  }
  .sec01 > section:last-of-type{
    padding-bottom: 80px;
  }
}

.on-premises03__button {
  margin-top: 25px;
}

a.on-premises03__button__link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 50px 20px 50px;
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #2fe9c3 0%, #03cea4 100%);
  border-radius: 10px;
}

a.on-premises03__button__link::after {
  content: "";
  display: inline-block;
  background: url(../img/on-premises/on-premises03__button-icon.png) no-repeat center / contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}

@media screen and (max-width:767px) {
  .on-premises03__button {
    text-align: center;
  }
}