@charset "UTF-8";
/* Sass Document */
.p-mv {
  padding-bottom: 7rem;
  padding-top: 11.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    padding-top: 12.5rem;
    padding-bottom: 5rem;
  }
}

.p-mv__block {
  display: grid;
  max-width: 66rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__block {
    max-width: 27.7rem;
  }
}

:root {
  --second: 2.5s;
}

.p-mv__image {
  grid-row: 1;
  grid-column: 1;
  inset: 0;
  opacity: 0;
  transition: opacity var(--second) ease;
}

.p-mv {
  position: relative;
  overflow: hidden;
}

/* 背景クロスフェード */
.p-mv__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-mv__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--second) ease;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__bg {
    background-size: auto 78.0487804878%;
  }
}
.p-mv__bg.c-color--pink {
  background: linear-gradient(180deg, rgb(228, 178, 181) 0%, rgb(255, 255, 255) 100%);
}
.p-mv__bg.c-color--blue {
  background: linear-gradient(180deg, rgb(178, 202, 230) 0%, rgb(255, 255, 255) 100%);
}
.p-mv__bg.c-color--green {
  background: linear-gradient(180deg, rgb(178, 227, 180) 0%, rgb(255, 255, 255) 100%);
}

.p-mv__bg.active {
  opacity: 1;
  z-index: 1;
}

.p-mv__image.active {
  opacity: 1;
}

.p-mv__txt-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt-wrapper {
    padding-inline: 1.5rem;
  }
}
.p-mv__txt-wrapper p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt-wrapper p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-mv__txt-wrapper p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt-wrapper p + p {
    margin-top: 1.8em;
  }
}
.p-mv__txt-wrapper .c-catch {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt-wrapper .c-catch {
    font-size: 1.6rem;
  }
}

.c-mv__ttl {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .c-mv__ttl {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}

.p-top-nav__list {
  display: flex;
  gap: 0 4rem;
  max-width: 112rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__list {
    display: block;
  }
}

.p-top-nav__item {
  width: 25rem;
  height: 51rem;
  border-radius: 2rem;
  overflow: hidden;
  transition: 0.3s transform;
}
@media (any-hover: hover) {
  .p-top-nav__item:hover {
    transform: translateY(-2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__item {
    width: 100%;
    height: 18rem;
  }
  .p-top-nav__item + .p-top-nav__item {
    margin-top: 3.2rem;
  }
}
.p-top-nav__item.-business {
  background-color: #e58888;
}
.p-top-nav__item.-achievement {
  background-color: #bb6cc6;
}
.p-top-nav__item.-achievement .p-top-nav__ttl {
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__item.-achievement .p-top-nav__body {
    margin-right: -3rem;
    position: relative;
    z-index: 3;
  }
}
.p-top-nav__item.-company {
  background-color: #61b48a;
}
.p-top-nav__item.-recruit {
  background-color: #6f81ce;
}
.p-top-nav__item a {
  display: block;
  height: 100%;
  color: currentColor;
  text-decoration: none;
}

.p-top-nav__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__inner {
    flex-direction: row-reverse;
  }
}

.p-top-nav__body {
  flex-grow: 1;
  padding: 2rem 2rem 7.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__body {
    padding: 1rem 1rem 2rem;
  }
}

.p-top-nav__img-wrapper {
  -webkit-mask: url(../img/top/img_mask.svg) no-repeat top center/100% 100%;
          mask: url(../img/top/img_mask.svg) no-repeat top center/100% 100%;
  height: 26.3rem;
  width: 25rem;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__img-wrapper {
    -webkit-mask: url(../img/top/img_mask_sp.svg) no-repeat top -0.01rem right -0.1rem/100% 101%;
            mask: url(../img/top/img_mask_sp.svg) no-repeat top -0.01rem right -0.1rem/100% 101%;
    width: 17.5rem;
    height: 100%;
  }
}
.p-top-nav__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-nav__ttl {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-size: 3.6rem;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__ttl {
    font-size: 3rem;
  }
}
.p-top-nav__ttl .u-jp {
  font-size: 2rem;
  display: block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-nav__ttl .u-jp {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-image {
    margin-top: 2rem;
  }
}
.p-image img {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	NEWS
* --------------------------------------------------------------------------------------------------*/
.p-top-news {
  margin-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news {
    margin-top: 5rem;
  }
}
.p-top-news .p-link-list {
  font-size: 1.4rem;
  margin-top: 2rem;
  text-align: right;
}
.p-top-news .p-link-list a {
  color: currentColor;
}
@media (any-hover: hover) {
  .p-top-news .p-link-list a:hover {
    text-decoration: none;
  }
}

.p-top-news__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__content {
    display: block;
  }
}

.p-top-news__list {
  max-width: 94.3rem;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__list {
    margin-top: 2.2rem;
  }
}
.p-top-news__list a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-top-news__list a {
    transition: 0.3s opacity;
  }
  .p-top-news__list a:hover {
    opacity: 0.7;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #707070;
}
.p-top-news__item:first-of-type {
  border-top: 1px solid #707070;
}

.p-top-news__inner {
  display: flex;
  padding-block: 3.2rem;
  font-size: 1.8rem;
  gap: 0 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner {
    display: block;
    padding-block: 2rem;
    font-size: 1.6rem;
    min-height: 12.6rem;
  }
}
.p-top-news__inner p {
  font-size: inherit;
}
.p-top-news__inner time {
  flex-shrink: 0;
  margin-top: 0.68rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner time {
    margin-block: 0 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	recruit
* --------------------------------------------------------------------------------------------------*/
.p-top-recruit {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit {
    margin-top: 10rem;
  }
}

.p-recruit__block a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-recruit__block a {
    transition: 0.3s opacity;
  }
  .p-recruit__block a:hover {
    opacity: 0.7;
  }
}
.p-recruit__block + .p-recruit__block {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block + .p-recruit__block {
    margin-top: 5rem;
  }
}

.p-recruit__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__inner {
    display: block;
  }
}

.p-recruit__img-wrapper {
  width: 60rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__img-wrapper {
    width: 100%;
  }
}
.p-recruit__img-wrapper img {
  width: 100%;
}

.p-recuit__body {
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-recuit__body {
    padding-top: 1rem;
  }
}
.p-recuit__body .c-section__ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-recuit__body .c-section__ttl {
    margin-bottom: 1rem;
  }
}
.p-recuit__body p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-recuit__body p {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=top.css.map */