@charset "UTF-8";

/* ==========================================================================
   fv.css
   ========================================================================== */

.o-m__fv {
  background: var(--gray-bg-02);
  padding: 60px 0 90px;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 768px) {
    padding: 100px 0 90px;
  }
  @media screen and (max-width: 576px) {
    padding: 80px 0 70px;
  }
  &:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -110px;
    left: calc(50% + 400px);
    width: 351px;
    height: 361px;
    background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(80deg);
    @media screen and (max-width: 1024px) {
      left: calc(50% + 250px);
    }
    @media screen and (max-width: 768px) {
      top: -50px;
      right: -50px;
      left: auto;
      bottom: auto;
      width: 180px;
      height: 180px;
    }
    @media screen and (max-width: 576px) {
      top: -25px;
      right: -25px;
      width: 110px;
      height: 110px;
    }
  }
}

.o-m__fv._cta_two {
  @media screen and (max-width: 576px) {
    padding: 80px 0 160px;
  }
  @media screen and (max-width: 576px) {
    padding: 80px 0 160px;
  }
}

.o-m__fv .o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  @media screen and (max-width: 576px) {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.o-m__fv_block {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  position: relative;
  z-index: 10;
  @media screen and (max-width: 768px) {
    padding: 0 20px;
    flex-direction: column;
  }
}

.o-m__fv_lead {
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  @media screen and (max-width: 576px) {
    line-height: 1.8;
    font-size: 14px;
  }
}

.o-m__fv_lead_ico {
  width: 84px;
  flex-shrink: 0;
  margin-right: 10px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.o-m__fv_lead_ico img {
  height: auto;
}

.o-m__fv_figure {
  width: 300px;
  flex-shrink: 0;
  margin-left: 60px;
  @media screen and (max-width: 1024px) {
    margin-left: 20px;
  }
  @media screen and (max-width: 768px) {
    width: 60%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.o-m__fv_cta {
  width: 940px;
  text-align: center;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    display: block;
    top: -30px;
    height: 0;
  }
}

.o-m__fv_cta-section {
  padding: 40px 0 10px 0;
}

.o-m__fv_cta + .f-l__common-section {
  margin-top: -90px;
  padding-top: 120px;
  @media screen and (max-width: 576px) {
    margin-top: 0;
    padding-top: 100px;
  }
}

.o-m__fv._cta_two + .o-m__fv_cta {
  @media screen and (max-width: 576px) {
    top: -110px;
  }
}
