@charset "UTF-8";

/* ==========================================================================
   p-lp-yuso3_fv.css
   ========================================================================== */

.p__lp-yuso3-fv {
  /*---------------------------------------------------------- */
  /* FV大きめ設定（h460px） */
  /*---------------------------------------------------------- */
  display: flex;
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 768px) {
    height: auto;
  }
  @media screen and (max-width: 576px) {
    display: block;
    padding: 30px 0 0 0;
  }
  &:before {
    content: "";
    position: absolute;
    top: -615px;
    left: calc(50% + 95px);
    width: 1201px;
    height: 1233px;
    background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    transform: rotate(60deg);
    @media screen and (max-width: 1024px) {
      top: -400px;
      left: calc(50vw + 80px);
      width: 770px;
      height: 791px;
    }
    @media screen and (max-width: 768px) {
      top: auto;
      left: auto;
      bottom: -100px;
      right: -120px;
      width: 460px;
      height: 473px;
      transform: rotate(180deg);
    }
    @media screen and (max-width: 576px) {
      bottom: -60px;
      right: -100px;
      width: 300px;
      height: 340px;
    }
  }
  &:after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: calc(50% + 580px);
    width: 416px;
    height: 428px;
    background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub.svg);
    background-repeat: no-repeat;
    z-index: 9;
    transform: rotate(260deg);
    @media screen and (max-width: 768px) {
      display: none;
    }
  }
}

.p__lp-yuso3-fv_talent {
  position: absolute;
  top: 0;
  left: calc(50% + 100px);
  width: 512px;
  padding-top: 10px;
  z-index: 100;
  @media screen and (max-width: 1024px) {
    width: 440px;
  }
  @media screen and (max-width: 768px) {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -30px;
    width: min(50vw, 350px);
  }
  @media screen and (max-width: 576px) {
    right: auto;
    bottom: 0;
    position: relative;
    width: 270px;
    height: 250px;
    margin: 0 auto;
    padding-top: 0;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p__lp-yuso3-fv_note {
  margin: 0 auto;
  max-width: 1000px;
  @media screen and (max-width: 768px) {
    padding: 0 20px;
  }
  @media screen and (max-width: 576px) {
    padding: 30px 20px 0;
  }
}

.p__lp-yuso3-fv_note_text {
  font-size: 10px;
}

.p__lp-yuso3-fv_block {
  position: relative;
  align-self: center;
  margin: 0 auto;
  width: 1100px;
  padding: 0 0 25px 0;
  @media screen and (max-width: 1150px) {
    width: calc(100% - 40px);
  }
  @media screen and (max-width: 768px) {
    padding: 50px 25px 260px;
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    padding: 0 25px;
  }
  > * {
    position: relative;
    z-index: 10;
  }
}

/*以下、コピー部分は各ページ適宜調整 */
/*---------------------------------------------------------- */

.p__lp-yuso3-fv_block_copy {
  font-size: 44px;
  font-weight: 700;
  width: 530px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin: 0 auto;
    font-size: min(9vw, 40px);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
  @media screen and (max-width: 576px) {
    line-height: 1.4;
  }
}

.p__lp-yuso3-fv_block_copy_space {
  letter-spacing: -30px;
}

.p__lp-yuso3-fv_block_copy_sub {
  margin-bottom: 20px;
  @media screen and (max-width: 1024px) {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  @media screen and (max-width: 576px) {
    padding-bottom: 15px;
  }
  span {
    max-width: 500px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    background: var(--rmeisai-primary);
    color: var(--white);
    text-align: center;
    padding: 10px 25px 7px;
    border-radius: 25px;
    line-height: 1;
    @media screen and (max-width: 1024px) {
      font-size: 20px;
    }
    @media screen and (max-width: 768px) {
      display: block;
      width: 100%;
      font-size: 16px;
      padding: 8px 15px 5px 15px;
      margin: 0 auto;
      white-space: inherit;
    }
  }
}

.p__lp-yuso3-fv_block_logo {
  width: 530px;
  text-align: center;
  margin: 20px 0 28px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    margin: 10px 0 15px;
  }
  img {
    width: 226px;
    @media screen and (max-width: 576px) {
      width: 145px;
    }
  }
}

/*explanation */

.p__lp-yuso3-fv_block_explanation {
  width: 680px;
  margin: 15px auto 0 0;
  display: flex;
  align-items: center;
  @media screen and (max-width: 768px) {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
}

.p__lp-yuso3-fv_block_emblem_item {
  width: 150px;
  height: 150px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 30px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 35px 0 0;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
  @media screen and (max-width: 1024px) {
    margin: 0 5px 0 0;
    width: 90px;
    height: 90px;
    font-size: 12px;
    line-height: 1.7;
    padding: 20px 0 0;
  }
  @media screen and (max-width: 576px) {
    margin: 0 15px 0 0;
  }
}

.p__lp-yuso3-fv_block_emblem_item_small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  padding: 10px 0 2px;
  @media screen and (max-width: 1024px) {
    font-size: 10px;
    line-height: 12px;
    display: block;
    padding: 0 0 2px;
  }
}

.p__lp-yuso3-fv_block_emblem_item_no1 {
  line-height: 32px;
  font-size: 32px;
  display: block;
  @media screen and (max-width: 1024px) {
    line-height: 1;
    font-size: 19px;
    display: block;
  }
}

.p__lp-yuso3-fv_block_emblem_item sup {
  line-height: 10px;
  top: 0;
  position: relative;
  @media screen and (max-width: 1024px) {
    line-height: 10px;
    top: -3px;
    position: relative;
  }
}

.p__lp-yuso3-fv_block_point_item {
  position: relative;
  padding: 3px 30px 0 32px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 1024px) {
    font-size: 18px;
  }
  @media screen and (max-width: 768px) {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  @media screen and (max-width: 576px) {
    font-size: 14px;
  }
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 21px;
    height: 21px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
    @media screen and (max-width: 768px) {
      top: 0.1em;
      width: 14px;
      height: 14px;
      border-radius: 10px;
    }
  }
  &:after {
    content: "";
    position: absolute;
    left: 7px;
    top: calc(0.3em + 6px);
    width: 8px;
    height: 6px;
    border-top: solid 2px var(--white);
    border-right: solid 2px var(--white);
    transform: rotate(135deg);
    @media screen and (max-width: 768px) {
      top: calc(0.1em + 3px);
      left: 4px;
      width: 7px;
      height: 5px;
    }
  }
}

.p__lp-yuso3-fv_block_point {
  @media screen and (max-width: 768px) {
    display: block;
    padding: 10px 35vw 0 0;
  }
  @media screen and (max-width: 576px) {
    padding: 10px 0 0 0;
  }
}

.p__lp-yuso3-fv_text_highlighter {
  background: linear-gradient(transparent 75%, var(--rmeisai-accent) 75%);
  background-position: 0 1.3em;
}

/*cta */

.p__lp-yuso3-cta {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  /* + section{ */
  /*   @media screen and (max-width: 576px) { */
  /*     padding-top: 100px; */
  /*   } */
  /* } */
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}

/*introduction */

.p__lp-yuso3-introduction {
  padding: 0 0 40px;
  @media screen and (max-width: 768px) {
    display: block;
    padding: 0 0 20px;
  }
}

.p__lp-yuso3-introduction_inner {
  width: 100%;
  max-width: 870px;
  margin: 15px auto 0;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0 20px;
  }
}

.p__lp-yuso3-introduction_inner_copy {
  width: 760px;
  margin: 0px auto;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.p__lp-yuso3-introduction_inner_copy_img {
  display: block;
  width: 240px;
  height: 146px;
  position: absolute;
  left: -40px;
  top: 50px;
  @media screen and (max-width: 768px) {
    position: relative;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: auto;
  }
}

.p__lp-yuso3-introduction_inner_copy_text {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--rmeisai-primary);
  padding: 30px 20px 30px 40px;
  background: var(--rmeisai-bg-sub-03);
  width: 610px;
  margin: 0 0 0 auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 15px 25px;
  }
  h2 {
    position: relative;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid var(--rmeisai-primary);
    display: inline-block;
    &:before {
      position: absolute;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      content: "";
      border-width: 14px 20px 0 20px;
      border-style: solid;
      border-color: var(--rmeisai-primary) transparent transparent transparent;
    }
    &:after {
      position: absolute;
      bottom: -13px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      content: "";
      border-width: 14px 20px 0 20px;
      border-style: solid;
      border-color: var(--rmeisai-bg-sub-03) transparent transparent transparent;
    }
  }
  span {
    font-size: 80%;
    color: var(--black);
  }
  p {
    font-size: 20px;
    color: var(--black);
    margin-top: 20px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
}

.p__lp-yuso3-introduction_inner_heading_h2 {
  font-size: 30px;
  padding: 0;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  @media screen and (max-width: 768px) {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
}

.p__lp-yuso3-introduction_inner_heading_h2_big {
  font-size: 60px;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  @media screen and (max-width: 768px) {
    font-size: 40px;
  }
  &::after {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 0;
    content: "";
    display: block;
    width: 125%;
    height: 15px;
    background-color: var(--rmeisai-accent);
  }
}

.p__lp-yuso3-introduction_inner_heading_h2_small {
  font-size: 30px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.p__lp-yuso3-introduction_company {
  padding: 10px 0;
}

/*企業画像 */

.p__lp-yuso3-introduction_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 98s linear infinite;
  background: url(/rakurakucloud/meisai/assets/image/logo/logo_beside-set.webp) repeat-x left center / auto 140px;
}

.p__lp-yuso3-introduction_note {
  width: 100%;
  margin: 0px auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0 20px;
  }
}

.p__lp-yuso3-introduction_note_text {
  font-size: 10px;
}
