/* ----------------------------
	LP Style Setting
	Create Date: 25.05.22
----------------------------*/
/**================================= Common Setting =================================**/
/******** Common ********/
/* Layout */
.blockContentsWrapper {
  font-family: "Noto Sans JP", serif;
}
.blockContentsWrapper .blockContentsInner.pt0 {
  padding-top: 0;
}

.footerTopTxtAtt {
  font-size: 0.875rem;
}
.footerTopTxtAtt:not(:first-of-type) {
  margin-top: 5px;
}
.footerTopTxtAtt:last-of-type {
  margin-bottom: 30px;
}

/* Headline */
/* text */
.vpnaasTxtLead {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.textVpnaasBody {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
.textVpnaasBody + .textVpnaasBody {
  margin-top: 1.5em;
}

/* Figure */
/* Button */
a.modBtn03 {
  background-color: var(--blue);
}

/* Box */
.innerShadowBox {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.innerShadowBox.br20 {
  border-radius: 20px;
}
.innerShadowBox .vpnaasInnerBoxTxt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.innerShadowBox .vpnaasInnerBoxTxt01 span {
  padding: 5px;
  background-color: #CCC;
  border-radius: 5px;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
  width: 110px;
  text-align: center;
}
.innerShadowBox .vpnaasInnerBoxTxt01--tac {
  text-align: center;
}
.innerShadowBox .vpnaasInnerBoxImg {
  margin-top: 20px;
  padding-right: 10px;
  text-align: center;
}
.innerShadowBox .vpnaasInnerBoxBtmTxt {
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
}

/******** FV Block ******* */
.lpFvVpnaas {
  background: black url(../img/vpnaas/fv_vpnaas_sp.jpg) no-repeat center top/100% auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}
.lpFvVpnaas .lpFvCatch {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.lpFvVpnaas .lpFvSubCatch {
  font-size: 1rem;
  font-weight: 500;
}

/******** CONTENTS Block ********/
/* INTRO
--------------- */
.sectVpnaasIntro .innerShadowBox {
  margin: 30px 0;
}

.hl__vpnaasIntro {
  font-size: 1.5625rem;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 20px;
}

.vpnaasInnerBoxTxt01.intro,
.vpnaasInnerBoxBtmTxt.intro {
  color: var(--red);
}
.vpnaasInnerBoxTxt01.intro span,
.vpnaasInnerBoxBtmTxt.intro span {
  background-color: var(--red);
}

/* FEATURE
--------------- */
.sectVpnaasFeature {
  background-color: #73BF4B;
}
.sectVpnaasFeature .vpnaasTxtLead {
  color: white;
  font-weight: 700;
}
.sectVpnaasFeature .vpnaasTxtLead strong {
  font-weight: 900;
}
.sectVpnaasFeature .innerShadowBox {
  margin: 30px 0;
}
.sectVpnaasFeature .textVpnaasBody {
  color: white;
}

.vpnaasInnerBoxTxt01.feature {
  color: var(--blue);
}
.vpnaasInnerBoxTxt01.feature span {
  background-color: var(--blue);
}

.vpnaasInnerBoxBtmTxt.feature {
  color: var(--blue);
}

/******** CTA ********/
.sectVpnaasLpCta {
  background-color: var(--lightblue);
}
.sectVpnaasLpCta .btmBtnBoxFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.sectVpnaasLpCta .btmBtnBoxFlex .modBtn03 {
  width: 250px;
  margin: 0 auto;
}

.vpnaasLpCtaTitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.vpnaasLpCtaTitle:not(:first-child) {
  margin-top: 50px;
}

.movieThum {
  max-width: 640px;
  margin: 0 auto;
}

.merakiLogo {
  width: 50%;
  max-width: 234px;
  padding: clamp(10px, 6%, 45px) clamp(12px, 6.5%, 50px);
  background-color: #5AA646;
  margin: 30px auto 0;
}

.btmLinkBox {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.movieThum {
  text-align: center;
}

.linkBtnBox {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 897px) {
  /**================================= Common Setting =================================**/
  /******** Common ********/
  .blockFooter.pt {
    padding-top: 100px;
  }
  .footerTopTxtAtt {
    font-size: 1.125rem;
  }
  .footerTopTxtAtt:last-of-type {
    margin-bottom: 50px;
  }
  .footerNavArea.borderTop {
    border-top: var(--black60) solid 1px;
  }
  /* Headline */
  /* text */
  .vpnaasTxtLead {
    font-size: 2rem;
  }
  .textVpnaasBody {
    font-size: 1.5rem;
  }
  /* Box */
  .innerShadowBox {
    padding: 50px 100px;
  }
  .innerShadowBox .vpnaasInnerBoxTxt01 {
    gap: 10px;
    font-size: 1.5625rem;
  }
  .innerShadowBox .vpnaasInnerBoxTxt01 span {
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 2.1875rem;
    width: auto;
    line-height: 1;
  }
  .innerShadowBox .vpnaasInnerBoxImg {
    margin-top: 40px;
  }
  .innerShadowBox .vpnaasInnerBoxBtmTxt {
    font-size: 1.5625rem;
  }
  /******** FV Block ******* */
  .lpFvVpnaas {
    background: black url(../img/vpnaas/fv_vpnaas.jpg) no-repeat left center/cover;
    min-height: 500px;
    padding: 30px;
  }
  .lpFvVpnaas .lpFvVpnaasInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .lpFvVpnaas .lpFvCatch {
    font-size: 2.25rem;
  }
  .lpFvVpnaas .lpFvSubCatch {
    font-size: 1.5rem;
  }
  /******** CONTENTS Block ********/
  /* INTRO
  --------------- */
  .sectVpnaasIntro .innerShadowBox {
    margin: 60px 0;
  }
  .hl__vpnaasIntro {
    font-size: 3.1875rem;
    margin-bottom: 30px;
  }
  .vpnaasInnerBoxTxt01.intro,
  .vpnaasInnerBoxBtmTxt.intro {
    color: var(--red);
  }
  .vpnaasInnerBoxTxt01.intro span,
  .vpnaasInnerBoxBtmTxt.intro span {
    background-color: var(--red);
  }
  /* FEATURE
  --------------- */
  .sectVpnaasFeature .innerShadowBox {
    margin: 60px 0;
  }
  /******** CTA ********/
  .sectVpnaasLpCta .btmBtnBoxFlex {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
  .sectVpnaasLpCta .btmBtnBoxFlex .modBtn03 {
    width: 250px;
  }
  .vpnaasLpCtaTitle {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .vpnaasLpCtaTitle:not(:first-child) {
    margin-top: 80px;
  }
  .merakiLogo {
    margin-top: 50px;
  }
  .btmLinkBox {
    margin-top: 60px;
    flex-direction: row;
    gap: 70px;
  }
  .linkBtnBox {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1201px) {
  /******** FV Block ******* */
  .lpFvVpnaas .lpFvCatch {
    font-size: 3rem;
  }
  .lpFvVpnaas .lpFvSubCatch {
    font-size: 2.125rem;
  }
}/*# sourceMappingURL=vpnaas.css.map */