@charset "UTF-8";
/* 案件によって必要なサブカラーを追加する
$sub-1: #ffffff;
$sub-2: #ffffff;
*/
:root {
  --main: #F18E2C;
}

figure {
  margin: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  line-height: 1;
  fill: currentcolor;
  stroke: currentcolor;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .l-inner {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding: 0 30px;
  }
}

.l-over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-top {
  letter-spacing: -0.02em;
  /*
  title
  ----------------------------------------------- */
  /*
  link
  ----------------------------------------------- */
  /*
  mv
  ----------------------------------------------- */
  /*
  main
  ----------------------------------------------- */
  /*
  lead
  ----------------------------------------------- */
  /*
    business
  ----------------------------------------------- */
  /*
    group
  ----------------------------------------------- */
  /*
    ecosystem
  ----------------------------------------------- */
  /*
    products
  ----------------------------------------------- */
}
@media screen and (min-width: 769px) {
  .p-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-top {
    margin-top: 54px;
  }
}
@media screen and (min-width: 769px) {
  .p-top__title__col {
    display: flex;
    align-items: center;
    gap: clamp(20px, 12.2857142857vw, 172px);
  }
}
.p-top__title__main {
  line-height: 1.2;
  letter-spacing: -0.014em;
}
@media screen and (min-width: 769px) {
  .p-top__title__main {
    font-size: clamp(60px, 5vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__title__main {
    text-align: center;
    margin-bottom: 32px;
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .p-top__title__text {
    flex: 1;
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-top__title__text {
    font-size: 16px;
  }
}
.p-top__title__logo {
  display: inline-block;
  width: min(86px, 6.1428571429vw);
  transform: translateY(0.05em);
}
@media screen and (max-width: 768px) {
  .p-top__title__logo {
    width: 12%;
    margin-right: 0.15em;
  }
}
.p-top__link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-top__link {
    font-size: clamp(12px, 1.5714285714vw, 22px);
    transition: color 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-top__link {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .p-top__link:hover {
    color: var(--main);
  }
}
.p-top__link svg {
  width: clamp(12px, 1.4285714286vw, 20px);
  height: auto;
  margin-left: 0.5em;
  transform: translateY(2px);
}
.p-top__mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top__mv {
    aspect-ratio: 2/1;
    max-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    aspect-ratio: 3/4;
  }
}
.p-top__mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.5);
}
.p-top__mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.p-top__mv__wrap {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top__mv__wrap {
    top: 30.2857142857%;
    left: 13.2142857143%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv__wrap {
    top: 19.8%;
    left: 9.6%;
    width: 82.4%;
  }
}
.p-top__mv__title {
  line-height: 1;
  font-size: clamp(32px, 4.2857142857vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-top__mv__title {
    font-size: 42px;
  }
}
.p-top__mv__text {
  margin-top: 1.5em;
  line-height: 1.4;
  font-size: clamp(16px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-top__mv__text {
    font-size: 16px;
    margin-top: 1.5em;
  }
}
.p-top__mv__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 253px;
  height: 60px;
  margin-top: 32px;
  padding-left: 33px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  border-radius: 9999px;
  background-color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-top__mv__btn {
    width: 200px;
    height: 48px;
    font-size: 18px;
    margin-top: 30px;
    padding-left: 20px;
  }
}
.p-top__mv__btn .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top__mv__btn .arrow {
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-top__main > *:not(.p-top__lead, .home-sec_ir_news) {
    padding: 93px 0 116px;
  }
}
.p-top__main > *:not(.p-top__lead, .home-sec_ir_news):nth-of-type(even) {
  background-color: #E1E5E8;
}
@media screen and (max-width: 768px) {
  .p-top__main > *:not(.p-top__lead, .home-sec_ir_news):nth-of-type(even) {
    padding: 60px 8% 48px;
  }
  .p-top__main > *:not(.p-top__lead, .home-sec_ir_news):nth-of-type(even) .p-top__title__main {
    margin-bottom: 28px;
  }
}
.p-top__main > *:not(.p-top__lead, .home-sec_ir_news):nth-of-type(odd) {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__main > *:not(.p-top__lead, .home-sec_ir_news):nth-of-type(odd) {
    padding: 74px 8% 72px;
  }
}
.p-top__lead {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-top__lead {
    padding: 30px 0 0;
    background-image: url("/wp-content/themes/rpahd/images/home/lead_bg.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    position: relative;
    padding: 127px 0 38px !important;
    background-image: url("/wp-content/themes/rpahd/images/home/lead_bg_sp.jpg");
  }
}
.p-top__lead__wrap {
  width: 100%;
  max-width: 1164px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-top__lead__wrap {
    position: relative;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__lead__wrap {
    width: 100%;
    max-width: 375px;
    padding-left: 2.4%;
    padding-right: 1.6%;
  }
}
.p-top__lead__title {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-top__lead__title {
    top: 42px;
    left: 30px;
    font-size: clamp(24px, 4.2857142857vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__lead__title {
    top: 53px;
    left: 50%;
    font-size: 28px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-top__lead .p-top__link {
    position: absolute;
    right: 6.9746376812%;
    bottom: clamp(20px, 3.2857142857%, 46px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__lead .p-top__link {
    position: static;
    justify-content: end;
    margin: 22px 26px 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-top__business {
    padding-bottom: 62px !important;
  }
}
.p-top__business__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__business__img {
    width: 100vw;
    margin: 23px calc(50% - 50vw) 0;
    padding: 0 5.3333333333%;
  }
}
.p-top__business__img figcaption {
  text-align: right;
  margin-top: 0.5em;
  font-size: 12px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-top__business__img figcaption {
    font-size: 10px;
    text-align: left;
  }
}
.p-top__group__img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top__group__img {
    margin-top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__group__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top__group__img img {
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 769px) {
  .p-top__ecosystem .p-top__title__col {
    gap: clamp(20px, 3.3571428571vw, 47px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__ecosystem .p-top__title__col .p-top__title__main {
    font-size: clamp(40px, 4.2857142857vw, 60px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__ecosystem__img {
    max-width: 900px;
    margin: 58px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__ecosystem__img {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
    padding: 0 6.1333333333%;
  }
}
.p-top__ecosystem .p-top__link {
  justify-content: end;
}
@media screen and (min-width: 769px) {
  .p-top__ecosystem .p-top__link {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__ecosystem .p-top__link {
    margin-top: 30px;
  }
}
.p-top__products__list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-top__products__list {
    width: 100%;
    max-width: 900px;
    margin: 52px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top__products__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 5.3333333333%;
  }
}
.p-top__products__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #6C6C6C;
}
@media screen and (min-width: 769px) {
  .p-top__products__item {
    padding: 40px 30px 43px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__products__item {
    padding: 20px 5px;
  }
}
.p-top__products__item:nth-of-type(1) {
  border-top: 1px solid #6C6C6C;
}
@media (any-hover: hover) {
  .p-top__products__item:hover {
    border-color: transparent;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  }
  .p-top__products__item:has(+ :hover) {
    border-color: transparent;
  }
}
@media screen and (min-width: 769px) {
  .p-top__products__logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__products__logo {
    width: 100px;
  }
}
.p-top__products__body {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-top__products__body {
    margin-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__products__body {
    margin-left: 20px;
  }
}
.p-top__products__title {
  line-height: 1;
  font-size: 32px;
  letter-spacing: -0.0064em;
}
@media screen and (max-width: 768px) {
  .p-top__products__title {
    font-size: 18px;
  }
}
.p-top__products__title.--up {
  text-transform: uppercase;
}
.p-top__products__text {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.036em;
}
@media screen and (max-width: 768px) {
  .p-top__products__text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: -0.024em;
  }
}