@charset "UTF-8";
@media screen and (min-width:1441px) {
  /* 1441px以上 */
}
@media screen and (max-width: 1260px) {
  /* 1260px以下 */
}
@media screen and (min-width:1122px) {
  /* 1122px以上 */
}
@media screen and (max-width: 1121px) {
  /* 11221x以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
.main .re-top__mv {
  width: 100%;
  min-height: 750px;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}
.main .re-top__mv__outer {
  padding-top: 104px;
  height: 100%;
}
.main .re-top__mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main .re-top__mv__hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63.1764705882vh;
}
.main .re-top__mv__hero__row {
  position: relative;
  height: 100%;
}
.main .re-top__mv__hero__item {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: calc(50vw + 10.8758294118vh - 4px);
  transform: skewX(-19deg);
}
.main .re-top__mv__hero__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: skewX(19deg);
}
.main .re-top__mv__hero__item.-left {
  left: 0;
  transform-origin: top left;
}
.main .re-top__mv__hero__item.-left span {
  background-image: url(../../images/re/top/img_mv_01.jpg);
  transform-origin: top left;
}
.main .re-top__mv__hero__item.-right {
  right: 0;
  transform-origin: bottom right;
}
.main .re-top__mv__hero__item.-right span {
  background-image: url(../../images/re/top/img_mv_02.jpg);
  transform-origin: bottom right;
}
.main .re-top__mv__content {
  position: relative;
  width: 100%;
  padding: 20px 22px 80px;
}
.main .re-top__mv__image {
  margin-bottom: 32px;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
}
.main .re-top__mv__image img {
  width: 336px;
}
.main .re-top__mv__label {
  color: var(--color-key-blue);
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.main .re-top__mv__label span.-sub {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.main .re-top__mv__label.js-typing {
  min-height: 1.4em;
}
.main .re-top__mv__label.js-typing::after {
  content: "";
}
.main .re-top__mv__label.js-typing span {
  display: none;
}

#opening .doorline {
  left: calc(48% - 1px);
}
#opening .doorline.open {
  animation: re-doorrightopen 1s ease;
}
#opening .doorleft.open {
  animation: re-doorleftopen 1s ease;
}
#opening .doorright.open {
  animation: re-doorrightopen 1s ease;
}

@keyframes re-doorleftopen {
  0% {
    right: 52%;
  }
  100% {
    right: 125%;
  }
}
@keyframes re-doorrightopen {
  0% {
    left: 48%;
  }
  100% {
    left: 125%;
  }
}
.is-loading-end .re-top__mv__image {
  opacity: 1;
  transition-delay: 1.4s;
}
.is-loading-end .re-top__mv__label.js-typing::after {
  animation: typingCursor 0.4s ease infinite;
}

@keyframes typingCursor {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1121px) {
  .main .re-top__mv__outer {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main .re-top__mv__hero {
    height: 57.881773399vh;
  }
  .main .re-top__mv__hero__item {
    width: calc(50vw + 9.9643472906vh - 4px);
  }
  .main .re-top__mv__hero__item.-left span {
    background-image: url(../../images/re/top/img_mv_01_sp.jpg);
  }
  .main .re-top__mv__hero__item.-right span {
    background-image: url(../../images/re/top/img_mv_02_sp.jpg);
  }
  .main .re-top__mv__content {
    padding: 20px 22px 75px;
  }
  .main .re-top__mv__image {
    margin-bottom: 35px;
  }
  .main .re-top__mv__image img {
    width: 255px;
  }
  .main .re-top__mv__label {
    font-size: 32px;
  }
  .main .re-top__mv__label span.-sub {
    font-size: 26px;
  }
  .main .re-top__mv__label.js-typing {
    min-height: 135px;
  }
}
@media screen and (max-width: 460px) {
  .main .re-top__mv {
    min-height: 680px;
    height: 680px;
  }
  .main .re-top__mv__content {
    padding: 20px 22px 50px;
  }
  .main .re-top__mv__image {
    margin-bottom: 30px;
  }
  .main .re-top__mv__image img {
    width: 217px;
  }
  .main .re-top__mv__label {
    font-size: 27.5px;
  }
  .main .re-top__mv__label span.-sub {
    font-size: 22px;
  }
  .main .re-top__mv__label.js-typing {
    min-height: 120px;
  }
}
@media screen and (max-width: 460px) and (min-height: 800px) {
  .main .re-top__mv {
    min-height: 750px;
    height: 750px;
  }
}
.main .re-top__intro {
  margin-top: 20px;
}
.main .re-top__intro__title {
  color: rgba(96, 95, 130, 0.2);
  font-size: 40px;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}
.main .re-top__intro__lead {
  max-width: 683px;
  margin: 5px auto 0;
}
.main .re-top__intro__lead__label {
  margin: 0;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}
.main .re-top__intro__lead__label span {
  display: block;
}
.main .re-top__intro__content {
  max-width: 800px;
  margin: 56px auto 0;
}
.main .re-top__intro__content__head {
  width: 404px;
}
.main .re-top__intro__content__head__inner {
  position: relative;
  width: 387px;
  padding: 25px 35px 27px;
  background-color: var(--color-white);
}
.main .re-top__intro__content__head__inner::after {
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 7.5px 0px 7.5px 17px;
  content: "";
}
.main .re-top__intro__content__head__row {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main .re-top__intro__content__head__heading {
  color: rgba(96, 95, 130, 0.2);
  font-size: 27px;
  letter-spacing: normal;
  line-height: 1.6;
}
.main .re-top__intro__content__head__label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.main .re-top__intro__content__body .u-list {
  margin-bottom: 0;
  padding-left: 20px;
}
.main .re-top__intro__row {
  display: flex;
  gap: 26px;
}

@media screen and (max-width: 767px) {
  .main .re-top__intro {
    margin-top: 0;
  }
  .main .re-top__intro__title {
    font-size: 31px;
  }
  .main .re-top__intro__lead {
    margin-top: 6px;
  }
  .main .re-top__intro__lead__label {
    font-size: 25px;
  }
  .main .re-top__intro__lead__label span {
    display: inline;
  }
  .main .re-top__intro__content {
    margin-top: 41px;
  }
  .main .re-top__intro__content__head {
    width: 100%;
    margin-inline: auto;
  }
  .main .re-top__intro__content__head__inner {
    width: 100%;
    padding: 19px 25px 24px;
  }
  .main .re-top__intro__content__head__inner::after {
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
    border-color: #ffffff transparent transparent transparent;
    border-width: 12px 9.5px 0px 9.5px;
  }
  .main .re-top__intro__content__head__row {
    justify-content: center;
    gap: 18px;
  }
  .main .re-top__intro__content__head__heading {
    font-size: 23px;
  }
  .main .re-top__intro__content__head__label {
    font-size: 15px;
  }
  .main .re-top__intro__content__body {
    width: 100%;
    margin-inline: auto;
    padding-left: 18px;
  }
  .main .re-top__intro__content__body .u-list {
    padding-left: 0;
  }
  .main .re-top__intro__row {
    flex-direction: column;
    gap: 27px;
  }
}
.main .re-top__bnr {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .main .re-top__bnr {
    margin-top: 60px;
  }
}
.main .re-top__case {
  margin-top: 55px;
}
.main .re-top__case .c-case__title span {
  background-color: var(--color-offWhite);
}

@media screen and (max-width: 767px) {
  .main .re-top__case {
    margin-top: 50px;
  }
}
.main .re-top__search {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .main .re-top__search {
    margin-top: 70px;
  }
}
.main .re-top__solution {
  margin-top: 75px;
}
.main .re-top__solution__outer {
  padding: 0 80px;
}
.main .re-top__solution__inner {
  max-width: 1280px;
  margin-inline: auto;
}
.main .re-top__solution__row {
  display: flex;
}
.main .re-top__solution__head {
  width: 46.328125%;
  display: flex;
  justify-content: flex-end;
}
.main .re-top__solution__head .u-heading__sub {
  margin-bottom: 12px;
}
.main .re-top__solution__body {
  position: relative;
  width: 47.2222222222vw;
}
.main .re-top__solution__body__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 85/49;
}
.main .re-top__solution__body__img {
  position: absolute;
  top: 0;
  left: 11.6176470588%;
  width: 56.6176470588%;
  height: 100%;
}
.main .re-top__solution__body__img__item {
  position: absolute;
  width: 51.9480519481%;
  height: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  aspect-ratio: 1/1;
}
.main .re-top__solution__body__img__item:nth-child(1) {
  top: 18.112244898%;
  left: 0;
  background-image: url(../../images/re/top/bg_solution_01.svg);
}
.main .re-top__solution__body__img__item:nth-child(2) {
  top: 0;
  left: 48.0519480519%;
  background-image: url(../../images/re/top/bg_solution_02.svg);
}
.main .re-top__solution__body__img__item:nth-child(3) {
  top: 48.9795918367%;
  left: 38.7012987013%;
  background-image: url(../../images/re/top/bg_solution_03.svg);
}
.main .re-top__solution__title {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}
.main .re-top__solution__lead {
  margin-bottom: 30px;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.main .re-top__solution__lead span {
  margin-right: 3px;
  color: var(--color-key-blue);
  font-size: 36px;
}
.main .re-top__solution__summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.main .re-top__solution__btn {
  margin-top: 45px;
}
.main .re-top__solution__item {
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.main .re-top__solution__item__label {
  margin-top: 10px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.main .re-top__solution__item.-support {
  top: 61.9897959184%;
  left: 0;
}
.main .re-top__solution__item.-support .re-top__solution__link {
  width: 152px;
}
.main .re-top__solution__item.-support .re-top__solution__link::before {
  top: -12px;
  right: 6px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 9px 24px 9px;
  transform: rotate(400deg);
}
.main .re-top__solution__item.-support .re-top__solution__item__label {
  color: var(--color-support);
}
.main .re-top__solution__item.-total {
  top: 28.8265306122%;
  left: 62.6470588235%;
}
.main .re-top__solution__item.-total .re-top__solution__link {
  width: 179px;
}
.main .re-top__solution__item.-total .re-top__solution__link::before {
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  border-color: transparent #ffffff transparent transparent;
  border-width: 6px 17px 6px 0px;
}
.main .re-top__solution__item.-total .re-top__solution__item__label {
  color: var(--color-total);
}
.main .re-top__solution__item.-achieve {
  top: 76.0204081633%;
  left: 58.0882352941%;
}
.main .re-top__solution__item.-achieve .re-top__solution__link {
  width: 168px;
}
.main .re-top__solution__item.-achieve .re-top__solution__link::before {
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  border-color: transparent #ffffff transparent transparent;
  border-width: 6px 17px 6px 0px;
}
.main .re-top__solution__item.-achieve .re-top__solution__item__label {
  color: var(--color-achieve);
}
.main .re-top__solution__link {
  position: relative;
  min-height: 60px;
  padding: 10px 12px;
  color: var(--color-text-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .re-top__solution__link::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.main .re-top__solution__link__label::after {
  width: 23px;
  height: 6px;
  margin-top: -5px;
  margin-left: 15px;
  background-image: url(../../images/common/arrow.svg);
  background-size: 23px auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.js-indicate-start .re-top__solution__body__img__item {
  opacity: 1;
}
.js-indicate-start .re-top__solution__body__img__item:nth-child(1) {
  transition-delay: 0.2s;
}
.js-indicate-start .re-top__solution__body__img__item:nth-child(2) {
  transition-delay: 0.4s;
}
.js-indicate-start .re-top__solution__body__img__item:nth-child(3) {
  transition-delay: 0.6s;
}
.js-indicate-start .re-top__solution__item {
  opacity: 1;
}
.js-indicate-start .re-top__solution__item.-support {
  transition-delay: 0.2s;
}
.js-indicate-start .re-top__solution__item.-total {
  transition-delay: 0.4s;
}
.js-indicate-start .re-top__solution__item.-achieve {
  transition-delay: 0.6s;
}

@media (any-hover:hover) {
  .main .re-top__solution__link__label::after {
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  html:not(.sp) .main .re-top__solution__link:hover {
    color: var(--color-text-base);
  }
  html:not(.sp) .main .re-top__solution__link:hover .re-top__solution__link__label::after {
    transform: translateX(5px);
  }
  html:not(.sp) .main .re-top__solution__link:hover .re-top__solution__label::after {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1260px) {
  .main .re-top__solution {
    margin-top: 45px;
  }
  .main .re-top__solution__outer {
    padding: 0 22.5px;
  }
  .main .re-top__solution__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .main .re-top__solution__lead {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .main .re-top__solution__lead span {
    font-size: 24.5px;
  }
  .main .re-top__solution__summary {
    font-size: 15px;
  }
  .main .re-top__solution__item__label {
    margin-top: 7px;
    padding-left: 15px;
    font-size: 12px;
  }
  .main .re-top__solution__item.-support .re-top__solution__link {
    width: 106px;
  }
  .main .re-top__solution__item.-support .re-top__solution__link::before {
    transform: rotate(380deg);
  }
  .main .re-top__solution__item.-total .re-top__solution__link {
    width: 115px;
  }
  .main .re-top__solution__item.-achieve .re-top__solution__link {
    width: 118px;
  }
  .main .re-top__solution__link {
    min-height: 41px;
    padding: 4px;
    font-size: 12px;
  }
  .main .re-top__solution__link__label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main .re-top__solution__link__label::after {
    width: 18px;
    height: 8px;
    margin-top: 0;
    margin-left: 0;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 767px) {
  .main .re-top__solution {
    margin-top: 45px;
  }
  .main .re-top__solution__outer {
    padding: 0 22.5px;
  }
  .main .re-top__solution__inner {
    position: relative;
    padding-bottom: 100px;
  }
  .main .re-top__solution__row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .main .re-top__solution__row br.-pc {
    display: none;
  }
  .main .re-top__solution__row br.-sp {
    display: block;
  }
  .main .re-top__solution__head {
    max-width: 460px;
    width: 100%;
    margin-inline: auto;
    padding-left: 0;
  }
  .main .re-top__solution__body {
    width: 330px;
    height: 235px;
  }
  .main .re-top__solution__body__img {
    left: 37px;
    width: 201px;
    height: 204px;
  }
  .main .re-top__solution__body__img__item {
    width: 104px;
    height: 104px;
  }
  .main .re-top__solution__body__img__item:nth-child(1) {
    top: 36px;
    left: 0;
  }
  .main .re-top__solution__body__img__item:nth-child(2) {
    left: 96px;
  }
  .main .re-top__solution__body__img__item:nth-child(3) {
    top: 100px;
    left: 78px;
  }
  .main .re-top__solution__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .main .re-top__solution__btn .u-btn {
    margin-inline: auto;
  }
  .main .re-top__solution__item.-support {
    top: 129px;
  }
  .main .re-top__solution__item.-total {
    top: 5px;
    left: 225px;
  }
  .main .re-top__solution__item.-total .re-top__solution__link {
    min-height: 61px;
  }
  .main .re-top__solution__item.-achieve {
    top: 149px;
    left: 206px;
  }
}
.main .re-top__technical {
  margin-top: 75px;
}

.main .re-top__technology {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .main .re-top__technology {
    margin-top: 45px;
  }
}
.main .re-top__company {
  margin-top: 75px;
  padding-top: 55px;
  padding-bottom: 65px;
  background: linear-gradient(90deg, #373582 0%, #23216e 100%);
}
.main .re-top__company .u-heading__sub {
  margin-bottom: 7px;
  color: var(--color-white);
}
.main .re-top__company .u-heading__sub span {
  background-color: rgba(255, 255, 255, 0.15);
}
.main .re-top__company .u-heading__sub span::before {
  background-color: var(--color-white);
}
.main .re-top__company__heading {
  margin-bottom: 17px;
  font-family: "Noto Sans JP";
  color: var(--color-white);
  font-size: 37px;
  font-weight: 500;
  line-height: 1.4;
}
.main .re-top__company__summary {
  margin-bottom: 45px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .main .re-top__company {
    margin-top: 55px;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .main .re-top__company .u-heading__sub {
    margin-bottom: 12px;
  }
  .main .re-top__company__heading {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .main .re-top__company__summary {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.main .re-top__news {
  margin-top: 70px;
}
.main .re-top__news__head {
  display: flex;
  align-items: flex-end;
}
.main .re-top__news__head__txt {
  width: calc(100% - 330px);
  padding-right: 20px;
}
.main .re-top__news__head .u-heading__sub {
  margin-bottom: 7px;
}
.main .re-top__news__body {
  margin-top: 14px;
}
.main .re-top__news__body .news {
  margin-bottom: 0;
}
.main .re-top__news__heading {
  font-family: "Noto Sans JP";
  font-size: 37px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .main .re-top__news {
    position: relative;
    margin-top: 45px;
    padding-bottom: 100px;
  }
  .main .re-top__news__head {
    display: block;
  }
  .main .re-top__news__head__txt {
    width: 100%;
    padding-right: 0;
  }
  .main .re-top__news__head .u-heading__sub {
    margin-bottom: 12px;
  }
  .main .re-top__news__head .u-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto;
  }
  .main .re-top__news__body {
    margin-top: 15px;
  }
  .main .re-top__news__body .news li a {
    padding: 12px 40px 12px 10px;
  }
  .main .re-top__news__heading {
    font-size: 26px;
  }
}
.main .re-top__outro {
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .main .re-top__outro {
    margin-top: 55px;
  }
}

/*# sourceMappingURL=top.css.map */
