@charset "UTF-8";
/*
  /rakurakucloud/modulesite/asset/css/object/module/m-fv.css
  一覧系下層ページ用fvCSS
*/

/*
トップページFV
*/
.m-fv {
  overflow: hidden;
  padding: 36px 0 86px;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 840px) {
    height: 570px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    padding: 25px 20px 105px;
  }
}
.m-fv__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 1180px;
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -190px;
    right: -350px;
    width: 650px;
    height: 786px;
    background-image: url(/rakurakucloud/modulesite/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1024px) {
      width: 370px;
      height: 830px;
      bottom: -360px;
      right: -20px;
      transform: rotate(14deg);
    }
    @media screen and (max-width: 840px) {
      right: -75px;
      width: 350px;
      height: 500px;
      transform: rotate(90deg);
    }
    @media screen and (max-width: 600px) {
      transform: rotate(40deg);
      bottom: -410px;
      right: -125px;
      width: 320px;
      height: 448px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -330px;
    left: -504px;
    width: 496px;
    height: 550px;
    background-image: url(/rakurakucloud/modulesite/asset/image/common/component/fv-back-component-sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(124deg);
    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
  @media screen and (max-width: 1280px) {
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
  }
  @media screen and (max-width: 840px) {
    padding: 0;
  }
}
.m-fv__title {
  @media screen and (max-width: 840px) {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.m-fv__title-label {
  display: inline-block;
  max-width: 500px;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  background: var(--rcloud-bg-main-02);
  color: var(--white);
  text-align: center;
  padding: 10px 25px 7px;
  border-radius: 25px;
  line-height: 1;
  @media screen and (max-width: 1024px) {
    padding: 8px 25px 5px;
    font-size: 20px;
  }
  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}

.m-fv__check {
  width: calc(100% - 380px);
  margin: 16px 0 0 0;
  @media screen and (max-width: 1024px) {
    width: calc(100% - 330px);
  }
  @media screen and (max-width: 840px) {
    margin: 10px auto;
    font-size: 16px;
    width: max-content;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
    margin: 10px 0 0;
  }
}
.m-fv__image-wrap {
  position: absolute;
  right: -30px;
  top: -22px;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1280px) {
    right: 0;
  }
  @media screen and (max-width: 1024px) {
    right: -110px;
    top: 0;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    top: auto;
    right: 0;
    text-align: center;
  }
}
.m-fv__image {
  @media screen and (max-width: 1024px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.m-fv-h1 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  margin: 15px 0 0 0;
  line-height: 1.2;
  @media screen and (max-width: 1024px) {
    font-size: 45px;
    margin: 25px 0 0 0;
  }
  @media screen and (max-width: 600px) {
    margin: 20px 0 0 0;
    font-size: 33px;
  }
}
.m-fv-cta {
  top: -42px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto -42px;
  position: relative;
  width: 940px;
  z-index: 30;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: -132px;
    margin: 0 auto -132px;
  }
  @media screen and (max-width: 600px) {
    top: -120px;
    margin: 0 auto -110px;
  }
}

/*
m-fvに製品ロゴありver
*/
.m-fv-logo {
  overflow: hidden;
  padding: 52px 0 90px;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 1024px) {
    padding: 40px 0 80px;
  }
  @media screen and (max-width: 840px) {
    height: 530px;
    padding: 30px 30px 0;
  }
  @media screen and (max-width: 600px) {
    height: 490px;
    padding: 25px 25px 105px;
  }
}
.m-fv-logo__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  width: 1000px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 840px) {
    padding: 0;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -227px;
    right: -390px;
    width: 650px;
    height: 786px;
    background-image: url(/rakurakucloud/modulesite/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    @media screen and (max-width: 1024px) {
      width: 420px;
      height: 900px;
      bottom: -450px;
      right: 10px;
      transform: rotate(14deg);
    }
    @media screen and (max-width: 840px) {
      right: -75px;
      width: 350px;
      height: 500px;
      transform: rotate(90deg);
    }
    @media screen and (max-width: 600px) {
      transform: rotate(40deg);
      bottom: -450px;
      right: -142px;
      width: 320px;
      height: 448px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -330px;
    left: -524px;
    width: 496px;
    height: 550px;
    background-image: url(/rakurakucloud/modulesite/asset/image/common/component/fv-back-component-sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(124deg);
    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
}
.m-fv-logo-title__main {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  width: calc(100% - 400px);
  letter-spacing: 0;
  line-height: 1.2;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
  @media screen and (max-width: 600px) {
    line-height: 1.4;
  }
}
.m-fv-logo-h1 {
  width: calc(100% - 400px);
  margin: 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 840px) {
    text-align: center;
    margin: 10px 0 0;
    justify-content: center;
  }
}
.m-fv-logo-h1__label {
  font-size: 24px;
  font-weight: 700;
  background-color: var(--rcloud-accent);
  padding: 10px 20px;
  margin: 0 0 0 30px;
  border-radius: 10px;
  height: 50px;
  @media screen and (max-width: 840px) {
    font-size: 18px;
    padding: 9px 20px;
    margin: 0 0 0 20px;
    border-radius: 10px;
    height: 40px;
  }
  @media screen and (max-width: 600px) {
    font-size: 16px;
    padding: 9px 10px;
  }
}
.m-fv-logo-h1__logo {
  width: 314px;
  @media screen and (max-width: 840px) {
    width: 234px;
  }
}
.m-fv-logo-title__label {
  font-size: 24px;
  font-weight: 700;
  background-color: var(--rcloud-accent);
  padding: 10px 20px;
  margin: 0 0 0 30px;
  border-radius: 10px;
  height: 50px;
  @media screen and (max-width: 840px) {
    font-size: 18px;
    padding: 9px 20px;
    margin: 0 0 0 20px;
    border-radius: 10px;
    height: 40px;
  }
}
.m-fv-logo__point {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px 12px 44px;
  margin: 22px 0 0 0;
  width: 300px;
  border-radius: 10px;
  background: var(--white);
  @media screen and (max-width: 840px) {
    width: 235px;
    font-size: 15px;
    margin: 15px auto 0;
    padding: 10px 25px 10px 36px;
  }
  @media screen and (max-width: 600px) {
    padding: 10px 25px 10px 45px;
  }
  &::before {
    content: "";
    position: absolute;
    left: 7%;
    top: 52%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: var(--rcloud-bg-main-02);
    border-radius: 11px;
  }
  &::after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: solid 2px var(--white);
    border-right: solid 2px var(--white);
    display: block;
    position: absolute;
    left: 28px;
    top: 43%;
    transform: rotate(135deg);

    @media screen and (max-width: 840px) {
      left: 23px;
    }
  }
}
.m-fv-logo__explanation {
  width: calc(100% - 400px);
  margin: 30px auto 0 0;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  @media screen and (max-width: 840px) {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0 0;
  }
}
.m-fv-logo__explanation-emphasis {
  font-size: 32px;
  position: relative;
  display: inline-block;
  @media screen and (max-width: 840px) {
    font-size: 24px;
  }
}
.m-fv-logo__image-wrap {
  position: absolute;
  right: -70px;
  top: -12px;
  width: 512px;
  z-index: 20;
  @media screen and (max-width: 1024px) {
    right: -70px;
    top: 0;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    top: auto;
    bottom: -360px;
    right: 0;
    text-align: center;
  }
}
.m-fv-logo__image {
  @media screen and (max-width: 1024px) {
    width: 440px;
    height: 474px;
  }
  @media screen and (max-width: 840px) {
    width: 310px;
    height: 334px;
  }
}
.m-fv-logo-cta {
  top: -42px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto -42px;
  position: relative;
  width: 940px;
  z-index: 30;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: -125px;
    margin: 0 auto -60px;
  }
  @media screen and (max-width: 600px) {
    top: -45px;
    margin: 0 auto -110px;
  }
}

/*
下層ページ用FV_1カラム
*/
.m-fv-lower {
  background-color: var(--rcloud-bg-sub-03);
  padding: 70px 20px 100px;
  text-align: center;
  position: relative;
  @media screen and (max-width: 840px) {
    padding: 40px 20px 170px;
  }
  @media screen and (max-width: 600px) {
    text-align: left;
  }
}
.m-fv-lower__inner {
  max-width: 1040px;
  margin: 0 auto;
  @media screen and (max-width: 840px) {
    max-width: 100%;
  }
}
.m-fv-lower-cta {
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 940px;
  margin: 0px auto;
  top: -42px;
  z-index: 10;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    top: -130px;
    margin: 0 0 -80px;
    padding: 0 20px;
    height: 115px;
  }
  @media screen and (max-width: 600px) {
    top: -120px;
    height: 0;
    margin: 0px 0 30px;
  }
}

/*
下層ページ用FV_2カラム
*/
.m-fv-lower-2col {
  background-color: var(--gray-bg-02);
  padding: 60px 0 90px;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 840px) {
    padding: 50px 0 70px;
  }
  @media screen and (max-width: 600px) {
    padding: 30px 0 70px;
  }
}
.m-fv-lower-2col__title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  @media screen and (max-width: 840px) {
    text-align: center;
  }
  @media screen and (max-width: 600px) {
    font-size: 22px;
  }
}
.m-fv-lower-2col__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  @media screen and (max-width: 1024px) {
    padding: 0 30px;
    flex-direction: column;
  }
  @media screen and (max-width: 840px) {
    padding: 0 20px;
  }
}
.m-fv-lower-2col__content {
  flex-basis: 50%;
}
.m-fv-lower-2col__text {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0 0;
  @media screen and (max-width: 840px) {
    margin: 20px 0 0;
  }
  @media screen and (max-width: 600px) {
    line-height: 1.8;
    font-size: 14px;
    margin: 30px 0 0;
  }
}
.m-fv-lower-2col__image-wrap {
  margin: 0 0 0 60px;
  flex-basis: 50%;
  @media screen and (max-width: 1024px) {
    width: 50%;
    margin: 0 0 0 20px;
  }
  @media screen and (max-width: 840px) {
    width: 80%;
    margin: 20px 0 0 0;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.m-fv-lower-2col-cta {
  top: -42px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto -42px;
  position: relative;
  width: 940px;
  z-index: 20;
  @media screen and (max-width: 1024px) {
    width: 97%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    top: -35px;
  }
  @media screen and (max-width: 600px) {
    top: -40px;
    margin: 0 auto -33px;
  }
}

/*
価格表があるver
*/
.m-fv-lower-price {
  position: relative;
  padding: 60px 0 90px;
  overflow: hidden;
  background: var(--gray-bg-02);
  @media screen and (max-width: 600px) {
    padding: 48px 0 78px;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -70px;
    left: calc(50% + 400px);
    width: 370px;
    height: 370px;
    background-image: url(/rakurakucloud/modulesite/asset/image/common/component/fv-back-component.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    @media screen and (max-width: 840px) {
      top: -40px;
      right: -40px;
      left: auto;
      bottom: auto;
      width: 180px;
      height: 180px;
      transform: rotate(320deg);
    }
    @media screen and (max-width: 600px) {
      top: -30px;
      right: -25px;
      width: 130px;
      height: 130px;
    }
  }
}
.m-fv-lower-price__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.m-fv-lower-price-heading {
  padding: 0 0 25px;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  text-align: center;
  @media screen and (max-width: 600px) {
    padding: 30px 0 25px;
    font-size: 25px;
  }
  &::after {
    content: none;
  }
}
.m-fv-lower-price-cta {
  width: 940px;
  height: 105px;
  text-align: center;
  margin: -60px auto;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 600px) {
    width: 90%;
    margin: -20px auto 0;
    top: -30px;
  }
  .c-cta__link {
    &::before {
      right: 35px;
    }
  }
}
