@charset "UTF-8";
/*
  /asset/css/object/module/m-fv.css
  一覧系下層ページ用fvCSS
*/
.m-fv {
  background-color: var(--gray-bg-02);
  padding: 60px 0 90px;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 840px) {
    padding: 80px 0 210px;
  }
  @media screen and (max-width: 600px) {
    padding: 80px 0 170px;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -70px;
    left: calc(50% + 400px);
    width: 370px;
    height: 370px;
    background-image: url(/asset/image/common/component/fv-back-component.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    @media screen and (max-width: 1024px) {
      left: calc(50% + 200px);
    }
    @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__title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  @media screen and (max-width: 600px) {
    font-size: 25px;
  }
}
.m-fv__inner {
  max-width: 1100px;
  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;
  }
  @media screen and (max-width: 840px) {
    padding: 0 20px;
    flex-direction: column;
    text-align: center;
  }
}
.m-fv__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: 15px 0 0;
  }
}
.m-fv__image-wrap {
  width: 300px;
  margin: 0 0 0 60px;
  @media screen and (max-width: 1024px) {
    margin: 0 0 0 20px;
  }
  @media screen and (max-width: 840px) {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.m-fv__image {
  width: 300px;
  height: auto;
  @media screen and (max-width: 840px) {
    width: 400px;
  }
  @media screen and (max-width: 600px) {
    width: 200px;
  }
}
.m-fv-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: -130px;
  }
  @media screen and (max-width: 600px) {
    top: -120px;
    margin: 0 auto -110px;
  }
}
