@charset "UTF-8";

/* ==========================================================================
   p-lp-003_fv.css
   ========================================================================== */

/* ========================================================================= */
/*header pc/sp */
/*========================================================================== */

html._js_dropdown_open_bg._function:after {
  content: "";
  background: var(--black);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
}

/*header */

.f-l__lp-header-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 800;
  background-color: var(--white);
  transition: 100ms ease all;
  @media screen and (max-width: 768px) {
    padding: 0 11px;
  }
}

.f-l__lp-header-container_inner {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  @media screen and (max-width: 1200px) {
    padding: 0 20px;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

/*ロゴ */

.f-l__lp-header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
  @media screen and (max-width: 1024px) {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
  @media screen and (max-width: 768px) {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*タグライン */

.f-l__lp-header-tagline {
  display: inline-block;
  color: var(--black);
  font-weight: 700;
  padding: 34px 0 0 25px;
  @media screen and (max-width: 1024px) {
    font-size: 12px;
    color: var(--black);
    padding: 30px 0 0 25px;
  }
  @media screen and (max-width: 768px) {
    padding: 34px 0 0 25px;
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
  }
}

/* FV */

.p__lp-003-fv {
  width: 100%;
  background-color: var(--gray-bg-02);
  position: relative;
  @media screen and (max-width: 768px) {
    overflow: hidden;
  }
}

.p__lp-003-fv_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  @media screen and (max-width: 768px) {
    overflow: visible;
  }
  &:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 100px;
    left: calc(50vw + 290px);
    width: 600px;
    height: 617px;
    background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-95deg);
    @media screen and (max-width: 1200px) {
      top: 330px;
      right: 30%;
      width: 340px;
      height: 340px;
      transform: rotate(150deg);
    }
    @media screen and (max-width: 1024px) {
      top: 240px;
      right: 15%;
      width: 360px;
      height: 360px;
      transform: rotate(130deg);
    }
    @media screen and (max-width: 768px) {
      top: auto;
      left: auto;
      right: -100px;
      bottom: -140px;
      width: 360px;
      height: 360px;
      transform: rotate(184deg);
    }
    @media screen and (max-width: 576px) {
      bottom: -120px;
      right: -100px;
      width: 300px;
      height: 340px;
      transform: rotate(180deg);
    }
  }
  &:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: -210px;
    right: calc(50vw + 550px);
    width: 475px;
    height: 511px;
    background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub.svg);
    background-repeat: no-repeat;
    z-index: 0;
    @media screen and (max-width: 1200px) {
      display: none;
    }
  }
}

.p__lp-003-fv_block {
  margin: 0 auto;
  max-width: 1100px;
  height: 500px;
  position: relative;
  padding: 90px 0 40px;
  z-index: 10;
  @media screen and (max-width: 1024px) {
    padding: 40px 15px;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    height: auto;
    padding: 40px 20px 100px;
  }
  @media screen and (max-width: 576px) {
    padding: 40px 20px 0;
  }
}

.p__lp-003-fv_block_copy {
  font-size: min(3vw, 30px);
  font-weight: 700;
  width: 640px;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 15px;
  @media screen and (max-width: 1200px) {
    width: 50vw;
  }
  @media screen and (max-width: 1024px) {
    width: calc(100vw - 330px);
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: min(5vw, 24px);
    text-align: center;
    white-space: nowrap;
  }
  @media screen and (max-width: 576px) {
    font-size: min(4.7vw, 20px);
    padding-bottom: 5px;
  }
}

.p__lp-003-fv_block_copy_sub {
  font-size: 42px;
  margin-bottom: 10px;
  @media screen and (max-width: 1024px) {
    font-size: 30px;
  }
  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) {
      max-width: 300px;
      width: 100%;
      font-size: 16px;
      padding: 7px 15px 6px 15px;
      margin: 0 auto;
      display: block;
      white-space: inherit;
    }
  }
}

.p__lp-003-fv_block_copy_big {
  font-size: min(5vw, 64px);
  @media screen and (max-width: 768px) {
    font-size: 7vw;
  }
  @media screen and (max-width: 576px) {
    font-size: 8.5vw;
  }
}

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

.p__lp-003-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-003-fv_block_talent {
  position: absolute;
  z-index: 100;
  bottom: -90px;
  right: 440px;
  width: 300px;
  @media screen and (max-width: 1024px) {
    right: 330px;
  }
  @media screen and (max-width: 768px) {
    right: 10%;
    bottom: -110px;
    width: 40vw;
  }
  @media screen and (max-width: 576px) {
    position: relative;
    width: 290px;
    height: 190px;
    overflow: hidden;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 10px auto 0 auto;
  }
}

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

.p__lp-003-fv_hsform {
  max-width: 1200px;
  position: relative;
  margin: auto;
  @media screen and (max-width: 768px) {
    padding-bottom: 30px;
  }
  @media screen and (max-width: 576px) {
    padding: 0 15px;
  }
}

.p__lp-003-fv_hsform_inner {
  max-width: 500px;
  position: absolute;
  top: -582px;
  right: -25px;
  background-color: var(--rmeisai-primary);
  z-index: 900;
  border-radius: 0 0 10px 10px;
  padding: 20px 25px 25px;
  color: var(--white);
  @media screen and (max-width: 1024px) {
    right: 0;
    max-width: 350px;
    padding: 20px 15px 20px;
  }
  @media screen and (max-width: 768px) {
    position: inherit;
    top: 0;
    right: 0;
    max-width: none;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 25px 25px 30px;
  }
  @media screen and (max-width: 576px) {
    width: 100%;
    right: 0;
    padding: 15px 15px 20px;
  }
}

.p__lp-003-fv_hsform_title {
  margin-bottom: 15px;
  @media screen and (max-width: 576px) {
    margin-bottom: 10px;
  }
  p {
    position: relative;
    max-width: 270px;
    margin: auto;
    text-align: center;
    padding: 8px 15px 5px;
    font-weight: 700;
    font-size: 12px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 20px;
    &::after {
      position: absolute;
      bottom: -15px;
      left: 50%;
      content: "";
      display: block;
      width: 0;
      height: 0;
      transform: translateX(-50%);
      border: 6px solid transparent;
      border-top: 10px solid white;
    }
    span {
      color: var(--rmeisai-primary);
    }
  }
  h2 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    @media screen and (max-width: 1024px) {
      font-size: 20px;
    }
    @media screen and (max-width: 768px) {
      font-size: 18px;
    }
    span {
      font-size: 14px;
      border-radius: 20px;
      padding: 3px 10px 0px;
      margin-right: 10px;
      background-color: var(--white);
      color: var(--rmeisai-primary);
      position: relative;
      @media screen and (min-width: 769px) {
        top: -2px;
      }
    }
  }
}

.p__lp-003-fv_hsform .legal-consent-container .hs-richtext p {
  color: var(--white);
  font-size: 10px;
  a {
    color: var(--white);
  }
}

.p__lp-003-fv_hsform .hs-form-field label {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  .hs-form-required {
    min-width: 28px;
    height: 17px;
    color: var(--black);
    background-color: var(--rmeisai-accent);
    border-radius: 3px;
    font-size: 10px;
    padding: 2px 4px 1px;
    margin-right: 5px;
  }
}

.p__lp-003-fv_hsform .hs-form-field .input {
  margin-right: 0 !important;
  input.hs-input {
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 5px;
    padding: 8px;
    width: 100%;
  }
  select.hs-input {
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--white);
    border-radius: 5px;
    padding: 8px 20px 8px 8px;
    width: 100%;
  }
  textarea.hs-input {
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 5px;
    padding: 8px;
    width: 100%;
  }
}

.p__lp-003-fv_hsform .hs-form-field .hs-error-msgs {
  padding-top: 10px;
  label.hs-error-msg {
    display: inline-block;
    position: relative;
    background-color: var(--rmeisai-cta);
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 7px;
    margin-bottom: 0;
    &::before {
      content: "";
      top: -7px;
      left: 20px;
      width: 0;
      height: 0;
      position: absolute;
      border: 5px solid transparent;
      border-top-width: 0;
      border-bottom: 8px solid var(--rmeisai-cta);
    }
  }
}

.p__lp-003-fv_hsform {
  fieldset.form-columns-1,
  fieldset.form-columns-2 {
    @media screen and (max-width: 768px) {
      max-width: none;
      width: 100%;
    }
  }
  fieldset.form-columns-1 .hs-form-field,
  fieldset.form-columns-2 .hs-form-field {
    padding-bottom: 10px;
  }
  fieldset.form-columns-2 {
    @media screen and (max-width: 1024px) {
      display: flex;
    }
    @media screen and (max-width: 768px) {
      display: block;
    }
    .hs-form-field {
      width: 49% !important;
      @media screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column;
      }
      @media screen and (max-width: 768px) {
        width: 100% !important;
      }
      .input .hs-input {
        @media screen and (max-width: 768px) {
          width: 100% !important;
        }
      }
      label {
        @media screen and (max-width: 1024px) {
          align-items: start;
          flex-grow: 1;
        }
      }
      + .hs-form-field {
        margin-left: 2%;
        @media screen and (max-width: 576px) {
          margin-left: 0;
        }
      }
    }
  }
  .hs-fieldtype-select > .input {
    position: relative;
    &::after {
      content: "";
      width: 7px;
      height: 7px;
      border-left: 2px solid var(--rmeisai-primary);
      border-bottom: 2px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 3.5px);
      right: 10px;
    }
  }
  .hs-submit {
    position: relative;
    margin: 10px auto 0;
    width: 100%;
    max-width: 300px;
    &::after {
      position: absolute;
      top: calc(50% - 5px);
      right: 25px;
      width: 10px;
      height: 10px;
      content: "";
      border-left: 2px solid var(--white);
      border-bottom: 2px solid var(--white);
      transform: rotate(-135deg);
    }
  }
  input[type="submit"] {
    width: 100%;
    background-color: var(--rmeisai-cta);
    color: var(--white);
    font-size: 18px;
    padding: 15px 40px 15px 20px;
    border-radius: 50px;
  }
}

/*introduction */

.p__lp-003-introduction {
  padding: 70px 0;
  @media screen and (max-width: 768px) {
    display: block;
    padding: 50px 0;
  }
  @media screen and (max-width: 576px) {
    margin-top: 15px;
  }
}

.p__lp-003-introduction_head {
  padding: 150px 0 30px;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0;
  }
  @media screen and (max-width: 576px) {
    display: block;
    padding: 10px 10px 0;
  }
}

.p__lp-003-introduction_inner {
  width: 100%;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 1024px) {
    padding-top: 40px;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 0;
  }
  @media screen and (max-width: 576px) {
    display: block;
    padding: 10px;
  }
}

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

.p__lp-003-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-003-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-003-introduction_inner_heading_h2 {
  display: flex;
  font-size: 30px;
  padding: 0;
  font-weight: 700;
  margin: 0 0 0 20px;
  text-align: center;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 576px) {
    display: block;
  }
  @media screen and (max-width: 576px) {
    margin: 0;
  }
  @media screen and (max-width: 768px) {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
}

.p__lp-003-introduction_inner_heading_h2_logo {
  width: 60px;
  @media screen and (max-width: 576px) {
    width: 50px;
    display: block;
    margin: 0 auto 10px;
  }
}

.p__lp-003-introduction_inner_heading_h2_title {
  padding: 0 0 0 20px;
  @media screen and (max-width: 576px) {
    padding: 0;
  }
}

.p__lp-003-introduction_inner_heading_h2_big {
  font-size: 60px;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  background: linear-gradient(transparent 75%, var(--rmeisai-accent) 75%);
  background-position: 0 1.2em;
  @media screen and (max-width: 768px) {
    font-size: 40px;
  }
  &::after {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: var(--rmeisai-accent);
    @media screen and (max-width: 576px) {
      height: 7px;
    }
  }
}

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

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

.p__lp-003-introduction-up_heading_h3 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 40px;
  @media screen and (max-width: 768px) {
    padding: 0px 0px 20px;
  }
  @media screen and (max-width: 576px) {
    font-size: 5vw;
    padding: 0px 0px 10px;
    line-height: 1.6;
  }
}

.p__lp-003-introduction-up-logo {
  width: 144px;
  margin: 5px 20px 0;
  @media screen and (max-width: 768px) {
    width: 120px;
    margin: 5px 16px 0;
  }
  @media screen and (max-width: 576px) {
    width: 110px;
    margin: 5px 14px 0;
  }
}

.p__lp-003-introduction-up_emblem {
  width: 65px;
  height: 65px;
  font-size: 10px;
  line-height: 11px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13px 0 0;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}

.p__lp-003-introduction-up_emblem_no1 {
  line-height: 24px;
  font-size: 18px;
  line-height: 1.1;
  display: block;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.p__lp-003-introduction-up_emblem sup {
  display: block;
  line-height: 10px;
  top: 0;
  position: relative;
}

.p__lp-003-introduction-up_family {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1024px) {
    gap: 10px;
  }
  @media screen and (max-width: 576px) {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
  }
}

.p__lp-003-introduction-up_family_dl {
  position: relative;
  width: 320px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 35px 0 20px;
  text-align: center;
  border-top: 3px solid var(--white);
  @media screen and (max-width: 768px) {
    width: 32%;
  }
  @media screen and (max-width: 576px) {
    padding: 3vw 0 1vw;
  }
  @media screen and (max-width: 576px) {
    width: 48%;
  }
  &:first-child {
    border-top: 3px solid var(--rmeisai-primary);
  }
  &:nth-of-type(1) {
    @media screen and (max-width: 576px) {
      width: 70%;
      margin: 0 auto 7vw;
    }
  }
  &:nth-of-type(2) {
    @media screen and (max-width: 576px) {
      float: left;
    }
  }
  &:nth-of-type(3) {
    @media screen and (max-width: 576px) {
      float: right;
    }
  }
  dt {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: var(--white);
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    border-radius: 100px;
    @media screen and (max-width: 576px) {
      padding: 0.3em 1em;
    }
  }
  dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p__lp-003-introduction-up_family_dl_seisan {
  background-color: var(--rseisan-primary);
}

.p__lp-003-introduction-up_family_dl_meisai {
  background-color: var(--rmeisai-primary);
}

.p__lp-003-introduction-up_family_dl_seikyu {
  background-color: var(--rseikyu-primary);
}

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

/*企業画像 */

.p__lp-003-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-003-introduction_note {
  width: 100%;
  margin: 0px auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0 20px;
  }
}

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

.p__lp-003-introduction_annotation {
  max-width: 1000px;
  margin: 40px auto 0px;
  @media screen and (max-width: 768px) {
    margin: 40px auto 0px;
  }
  @media screen and (max-width: 576px) {
    margin: 20px 10px 0px;
  }
  .f__common-text_annotation {
    margin-bottom: 0px;
    @media screen and (max-width: 1024px) {
      padding: 0 0 0 20px;
    }
    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }
}
