@charset "UTF-8";

/* ==========================================================================
   p-top-fv.css
   ========================================================================== */

/*========================================================================== */
/*FV */

.p__top-fv {
  /*---------------------------------------------------------- */
  /* FV小さめ設定（h420px） */
  /*---------------------------------------------------------- */
  display: flex;
  position: relative;
  width: 100%;
  height: 420px;
  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__top-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;
  }
}

.p__top-fv_talent img {
  display: block;
  width: 100%;
  height: auto;
}

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

.p__top-fv_note_text {
  font-size: 10px;
}

.p__top-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;
  }
}

.p__top-fv_block > * {
  position: relative;
  z-index: 10;
}

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

.p__top-fv_block_balloon {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 10px 25px 7px;
  background: var(--rmeisai-primary);
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 25px;
  @media screen and (max-width: 768px) {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 8px 15px 5px 15px;
    font-size: 16px;
    white-space: inherit;
  }
}

.p__top-fv_block_copy {
  margin: 0 0 20px 0;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
  @media screen and (max-width: 1024px) {
    font-size: 50px;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-bottom: 10px;
    font-size: min(9vw, 50px);
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
  }
}

.p__top-fv_block_copy_sub {
  font-size: 26px;
  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.p__top-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 #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(135deg);
    @media screen and (max-width: 768px) {
      top: calc(0.1em + 3px);
      left: 4px;
      width: 7px;
      height: 5px;
    }
  }
}

.p__top-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__top-fv_text_highlighter {
  background: linear-gradient(transparent 75%, var(--rmeisai-accent) 75%);
  background-position: 0 1.3em;
}

/*cta */

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

.p__top-cta + section {
  @media screen and (max-width: 576px) {
    padding-top: 70px;
  }
}

/*請求 */

.p__top-seikyu_link {
  text-align: center;
  margin: 0 auto 40px;
  @media screen and (max-width: 576px) {
    margin: 0 20px 40px;
  }
}

.p__top-seikyu_link .o-m__appeal__content-link__arrow {
  font-size: 16px;
  color: var(--rseikyu-primary);
  @media screen and (max-width: 576px) {
    font-size: 14px;
  }
}

.p__top-seikyu_link .o-m__appeal__content-link__arrow-icon {
  background-color: var(--rseikyu-primary);
}

/*explanation */

.p__top-explanation {
  width: 680px;
  margin: 15px auto 30px 0;
  display: flex;
  align-items: center;
  @media screen and (max-width: 768px) {
    margin: 10px auto 0 auto;
    width: 100%;
    justify-content: space-around;
  }
}

.p__top-explanation-explanation_emblem_item {
  width: 120px;
  height: 120px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 30px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel.svg);
  background-size: cover;
  padding: 33px 0 0;
  text-align: center;
  font-weight: 700;
  @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;
  }
}

.p__top-explanation-explanation_emblem_item_no1 {
  line-height: 11px;
  font-size: 22px;
  display: block;
  @media screen and (max-width: 1024px) {
    line-height: 1;
    font-size: 19px;
    display: block;
  }
}

.p__top-explanation_emblem_item {
  width: 120px;
  height: 120px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 30px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel.svg);
  background-size: cover;
  padding: 33px 0 0;
  text-align: center;
  font-weight: 700;
  @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: 1024px) {
    margin: 0 5px 0 0;
    width: 90px;
    height: 90px;
    font-size: 12px;
    line-height: 1.7;
    padding: 20px 0 0;
  }
}

.p__top-explanation_emblem_item_no1 {
  line-height: 11px;
  font-size: 22px;
  display: block;
  @media screen and (max-width: 1024px) {
    line-height: 1;
    font-size: 19px;
    display: block;
  }
  @media screen and (max-width: 1024px) {
    line-height: 1;
    font-size: 19px;
    display: block;
  }
}

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

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

.p__top-explanation_point {
  position: relative;
  z-index: 100;
  @media screen and (max-width: 768px) {
    display: block;
    word-break: break-all;
    width: calc(100% - 100px);
  }
}

.p__top-explanation_point_item {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 3px 0 0 28px;
  margin-bottom: 10px;
  @media screen and (max-width: 1024px) {
    font-size: 18px;
  }
  @media screen and (max-width: 768px) {
    font-size: 16px;
    letter-spacing: -0.5px;
    word-break: break-all;
    margin: 0 auto;
  }
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
    @media screen and (max-width: 768px) {
      width: 17px;
      height: 17px;
      border-radius: 10px;
      top: 11px;
    }
  }
  &:after {
    content: '';
    width: 8px;
    height: 6px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    transform: rotate(135deg);
    @media screen and (max-width: 768px) {
      top: 7px;
      left: 4px;
      width: 8px;
      height: 6px;
    }
  }
}

.p__top-explanation_heading_h2 {
  font-size: 24px;
  padding: 20px 0 0;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    text-align: center;
  }
}

.p__top-explanation_heading_h2_big {
  font-size: 38px;
  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.p__top-explanation_heading_h2_small {
  font-size: 24px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.p__top-explanation_company {
  padding: 10px 0;
}

/*企業画像 */

.p__top-explanation_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__top-explanation_note {
  width: 1100px;
  margin: 0px auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 0 20px;
  }
}

.p__top-explanation_note_text {
  font-size: 10px;
}

/*introduction */

.p__top-introduction {
  padding: 0 0 40px;
  @media screen and (max-width: 768px) {
    display: block;
    padding: 0 0 20px;
    margin-top: 30px;
  }
  @media screen and (max-width: 576px) {
    display: block;
    padding: 30px 0 20px;
    margin-top: 15px;
  }
}

.p__top-introduction_inner {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    display: flex;
    padding: 0 20px;
  }
}

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

.p__top-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__top-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;
  }
}

.p__top-introduction_inner_copy_text 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;
  }
}

.p__top-introduction_inner_copy_text span {
  font-size: 80%;
  color: var(--black);
}

.p__top-introduction_inner_copy_text p {
  font-size: 20px;
  color: var(--black);
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__top-introduction_inner_heading_h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 10px;
  text-align: center;
  letter-spacing: 1px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 0;
  }
  @media screen and (max-width: 576px) {
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
}

.p__top-introduction_inner_heading_h2_big {
  font-size: 60px;
  display: inline-block;
  padding: 0 5px;
  @media screen and (max-width: 768px) {
    font-size: 40px;
  }
}

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

.p__top-introduction_company {
  padding: 10px 0;
}

/*企業画像 */

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

.p__top-introduction_note_text {
  font-size: 10px;
}

.p__top-introduction_001 {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 190px 0 20px;
    margin-top: 15px;
  }
}

.p__top-bnr {
  padding: 40px 0;
  @media screen and (max-width: 768px) {
    padding: 30px 20px;
  }
}

.p__top-bnr_inner {
  width: 1100px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1024px) {
    width: 100%;
    padding: 0 20px;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.p__top-bnr_content {
  width: 346px;
  height: 126px;
  border-radius: 10px;
  transition: all ease 0.3s;
  @media screen and (max-width: 1024px) {
    width: 32%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  &:hover {
    @media screen and (min-width: 769px) {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
  }
}

.p__top-bnr_content_link {
  width: 346px;
  height: 126px;
  border-radius: 10px;
  padding: 6px;
  background-color: var(--rmeisai-primary);
  display: block;
  position: relative;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  &:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
  }
}

.p__top-bnr_content_link_inner {
  width: 334px;
  height: 114px;
  border-radius: 7px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.p__top-bnr_content_text_title {
  font-size: 18px;
  line-height: 24px;
  @media screen and (max-width: 1024px) {
    font-size: 14px;
  }
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.p__top-bnr_content_text_title_balloon {
  font-size: 14px;
  background-color: #FFF;
  border-radius: 15px;
  display: inline-block;
  color: var(--rmeisai-primary);
  padding: 8px 15px 5px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}

.p__top-bnr_content_text_title_big {
  font-size: 24px;
  font-weight: 700;
  @media screen and (max-width: 1024px) {
    font-size: 20px;
  }
  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.p__top-bnr_content_text_sub {
  font-size: 14px;
  display: block;
  @media screen and (max-width: 1024px) {
    font-size: 12px;
  }
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__top-bnr_content._invoice {
  @media screen and (max-width: 768px) {
    margin-bottom: 15px;
  }
}

.p__top-bnr_content._invoice .p__top-bnr_content_link {
  background-color: var(--rmeisai-primary);
  color: #FFF;
  text-align: center;
}

.p__top-bnr_content._invoice .p__top-bnr_content_link_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 0 100px;
}

.p__top-bnr_content._invoice .p__top-bnr_content_image {
  width: 121px;
  height: 136px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.p__top-bnr_content._denshi .p__top-bnr_content_link {
  background-color: var(--rmeisai-bg-sub-01);
  &:after {
    border-top: 2px solid var(--rmeisai-primary);
    border-right: 2px solid var(--rmeisai-primary);
  }
}

.p__top-bnr_content._denshi .p__top-bnr_content_link_inner {
  background-color: #FFF;
  padding: 20px 0 0 105px;
}

.p__top-bnr_content._denshi .p__top-bnr_content_image {
  width: 121px;
  height: 136px;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.p__top-bnr_content._denshi .p__top-bnr_content_text_title {
  line-height: 28px;
  @media screen and (max-width: 1024px) {
    line-height: 24px;
  }
  @media screen and (max-width: 768px) {
    line-height: 28px;
  }
}

.p__top-bnr_content._denshi .p__top-bnr_content_text_sub {
  color: var(--black);
  font-size: 10px;
}

.p__top-bnr_content._denshi {
  @media screen and (max-width: 768px) {
    margin-bottom: 15px;
  }
}

.p__top-bnr_content._payment_request .p__top-bnr_content_link {
  background-color: var(--rmeisai-bg-sub-02);
  color: #FFF;
}

.p__top-bnr_content._payment_request .p__top-bnr_content_link_inner {
  background-color: var(--rmeisai-primary);
  padding: 15px 0 0 120px;
}

.p__top-bnr_content._payment_request .p__top-bnr_content_image {
  width: 99px;
  height: 91px;
  position: absolute;
  bottom: 17px;
  left: 17px;
}

.p__top-bnr_content._payment_request .p__top-bnr_content_text_title {
  line-height: 30px;
  @media screen and (max-width: 1024px) {
    line-height: 24px;
  }
  @media screen and (max-width: 768px) {
    line-height: 30px;
  }
}

.p__top-bnr_content._payment_request .p__top-bnr_content_text_title_sub {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
