@charset "UTF-8";

/* ==========================================================================
   p-lp-003c_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;
}

body._lp {
  @media screen and (min-width: 1025px) {
    /* padding-top: 84px !important; */
  }
  @media screen and (max-width: 768px) {
    padding-top: 50px !important;
  }
}

.f-l__lp-header-container {
  width: 100%;
  /* position: fixed; */
  top: 0;
  z-index: 5000;
  background-color: var(--white);
  transition: 100ms ease all;
  @media screen and (max-width: 768px) {
    position: fixed;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 768px) {
    padding: 0 11px;
  }
}

.f-l__lp-header-container.scroll-type {
  transform: translateY(-83px);
  @media screen and (max-width: 768px) {
    transform: translateY(0px);
  }
  .f-l__lp-header-cta_button {
    background-color: var(--rmeisai-cta);
    color: var(--white);
    border: 2px solid var(--rmeisai-cta);
    &:hover {
      background-color: var(--white);
      color: var(--rmeisai-cta);
      border: 2px solid var(--rmeisai-cta);
    }
  }
}

.f-l__lp-header-container_inner {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  @media screen and (max-width: 1024px) {
    padding: 0 20px;
  }
  @media screen and (max-width: 860px) {
    padding: 0;
  }
  @media screen and (max-width: 576px) {
    padding: 0;
  }
  @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: block;
  font-size: 14px;
  color: var(--black);
  font-weight: 700;
  padding: 34px 0 0 25px;
  @media screen and (max-width: 1024px) {
    display: inline-block;
    padding: 30px 0 0 25px;
  }
  @media screen and (max-width: 768px) {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 10px;
  }
}

.f-l__lp-header-sp-menu {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--rmeisai-primary);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
  }
}

.f-l__lp-header-sp-menu_line {
  @media screen and (max-width: 768px) {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background-color: var(--white);
    width: 25px;
  }
  &:nth-of-type(1) {
    @media screen and (max-width: 768px) {
      top: 15px;
    }
  }
  &:nth-of-type(2) {
    @media screen and (max-width: 768px) {
      top: 25px;
    }
  }
  &:nth-of-type(3) {
    @media screen and (max-width: 768px) {
      top: 35px;
    }
  }
}

.f-l__lp-header-sp-menu._js_header_sp_menu_button_active {
  background-color: var(--gray-bg-02);
  .f-l__lp-header-sp-menu_line:nth-of-type(1) {
    top: 25px;
    left: 13px;
    transform: rotate(45deg);
    background-color: var(--rmeisai-primary);
  }
  .f-l__lp-header-sp-menu_line:nth-of-type(2) {
    display: none;
  }
  .f-l__lp-header-sp-menu_line:nth-of-type(3) {
    top: 25px;
    left: 13px;
    transform: rotate(-45deg);
    background-color: var(--rmeisai-primary);
  }
}

.f-l__lp-header-gnavi {
  /*PC版グロナビ */
  @media screen and (max-width: 1024px) {
    width: 560px;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.f-l__lp-header-gnavi_list {
  padding: 0 0 0 40px;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1024px) {
    padding: 0px 5px;
  }
}

.f-l__lp-header-gnavi_item {
  padding: 0px;
  position: relative;
}

.f-l__lp-header-gnavi_item_link {
  display: block;
  padding: 31px 15px 31px;
  font-size: 14px;
  text-align: center;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  @media screen and (max-width: 1024px) {
    font-size: 14px;
    padding: 32px 8px 32px;
  }
  &:hover {
    background-color: var(--rmeisai-bg-sub-03);
    color: var(--rmeisai-primary);
  }
}

.f-l__lp-header-gnavi_content {
  display: none;
  background-color: var(--white);
  position: fixed;
  width: 100%;
  left: 0;
  top: 107px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  border-top: 2px solid var(--rmeisai-primary);
}

.f-l__lp-header-gnavi_content_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  .p__top-reason_content_data_hide_list_box {
    margin: 20px auto 0 20px;
  }
}

.f-l__lp-header-gnavi_content_head {
  padding: 20px;
  position: relative;
  &:after {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 240px);
    height: 4px;
    top: 50%;
    right: 20px;
    margin: auto;
    transform: translateY(-50%);
    background-color: var(--gray-bg-02);
  }
}

.f-l__lp-header-gnavi_content_head_heading {
  font-weight: 700;
  font-size: 16px;
}

.f-l__lp-header-gnavi_content_head._last {
  border-right: none;
  border-left: 1px solid var(--gray-bg-01);
  padding-left: 20px;
}

.f-l__lp-header-gnavi_content_navi_list {
  margin-bottom: 25px;
}

.f-l__lp-header-gnavi_content_navi_function {
  padding: 0 20px;
}

.f-l__lp-header-gnavi_content_navi_function_list {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}

.f-l__lp-header-gnavi_content_navi_function_item {
  width: calc((100% - 30px) / 4);
  &:last-child {
    margin: 0;
  }
}

.f-l__lp-header-gnavi_content_navi_function_button {
  color: var(--rmeisai-primary);
  display: inline-block;
  border-radius: 10px;
  background-color: var(--gray-bg-02);
  width: 100%;
  height: 50px;
  padding: 0 10px;
  text-decoration: none;
  &:hover {
    color: var(--white);
    background-color: var(--rmeisai-primary);
  }
}

.f-l__lp-header-gnavi_content_navi_function_button_text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 0;
  position: relative;
  @media screen and (max-width: 1080px) {
    font-size: 12px;
    padding: 18px 0 0;
  }
  @media screen and (max-width: 870px) {
    font-size: 11px;
  }
  &::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 3px;
    right: 10px;
    bottom: 0;
    margin: auto;
    transform: translateY(50%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid var(--rmeisai-primary);
    border-right: 2px solid var(--rmeisai-primary);
    @media screen and (max-width: 1080px) {
      right: 0px;
      top: 6px;
    }
    @media screen and (max-width: 870px) {
      right: 0px;
      top: 8px;
    }
  }
}

.f-l__lp-header-gnavi_content_navi_function_button_text._line_2 {
  position: relative;
  top: -10px;
  font-size: 12px;
  line-height: 1.2;
}

.f-l__lp-header-gnavi_content_navi_function_button:hover .f-l__lp-header-gnavi_content_navi_function_button_text::after {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

.f-l__lp-header-gnavi_content_cta {
  padding: 10px 0 0;
  text-align: center;
  ._common {
    margin: 0 auto 20px;
  }
}

/*SP版グロナビ */

.f-l__lp-header-gnavi_sp {
  display: none;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.f-l__lp-header-gnavi_sp_inner {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: var(--gray-bg-02);
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.f-l__lp-header-gnavi_sp_item {
  border-bottom: 1px solid var(--gray-bg-01);
  position: relative;
}

.f-l__lp-header-gnavi_sp_item._function, .f-l__lp-header-gnavi_sp_item._document {
  padding: 20px 20px 17px;
}

.f-l__lp-header-gnavi_sp_item a {
  display: block;
  padding: 20px 20px 17px;
  text-align: left;
  color: var(--black);
  text-decoration: none;
}

.f-l__lp-header-gnavi_sp_cta {
  padding: 20px 20px 20px;
}

.f-l__lp-header-gnavi_sp_cta_button {
  display: block;
  width: 100%;
  background-color: var(--rmeisai-cta);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  padding: 15px 15px 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

/* FV */
/*FV */

.p__lp-003c-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-003c-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-003c-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-003c-fv_note_text {
  font-size: 10px;
}

.p__lp-003c-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 13px;
  }
  > * {
    position: relative;
    z-index: 10;
  }
}

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

.p__lp-003c-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(7.466666666666667vw, 40px);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
  @media screen and (max-width: 576px) {
    line-height: 1.4;
  }
}

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

.p__lp-003c-fv_block_copy_sub {
  margin-bottom: 20px;
  @media screen and (max-width: 1024px) {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  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-003c-fv_block_logo {
  width: 530px;
  text-align: center;
  margin: 20px 0 28px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  img {
    width: 226px;
    @media screen and (max-width: 576px) {
      width: 145px;
    }
  }
}

/*explanation */

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

/*cta */

.p__lp-003c-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;
  }
}

/*introduction */

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

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

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

.p__lp-003c-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-003c-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-003c-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-003c-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-003c-introduction_inner_heading_h2_small {
  font-size: 30px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

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

/*企業画像 */

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

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

/*onayami */

.p__lp-003c-onayami {
}

.p__lp-003c-onayami__contents {
  display: flex;
  @media screen and (max-width: 768px) {
    display: block;
  }
  li {
    width: calc((100% - 20px) / 4);
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
    &:nth-of-type(4n) {
      margin-right: 0;
      @media screen and (max-width: 768px) {
        margin-bottom: 0;
      }
    }
  }
}

.p__lp-003c-onayami .arrow_big {
  text-align: center;
  img {
    width: 70px;
    height: 70px;
  }
}

.p__lp-003c-onayami .main_message {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
