.page-top {
  padding-top: var(--header-height);
}
.page-top .mv {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .page-top .mv {
    margin-top: 17px;
  }
}
.page-top .mv .mv__title {
  color: #2c285f;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__title {
    font-size: 5.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__title {
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: unset;
  }
}
.page-top .mv .mv__title .gradient-light {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-top .mv .mv__title .gradient-light {
    background: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}
.page-top .mv .mv__title .gradient-sp,
.page-top .mv .mv__title .gradient-dark {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29.54%, #2c285f),
    color-stop(75.08%, #5b53c5)
  );
  background: -webkit-linear-gradient(top, #2c285f 29.54%, #5b53c5 75.08%);
  background: linear-gradient(180deg, #2c285f 29.54%, #5b53c5 75.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .page-top .mv .mv__title .gradient-dark {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(69.64%, #2c285f),
      color-stop(95.71%, #5b53c5)
    );
    background: -webkit-linear-gradient(top, #2c285f 69.64%, #5b53c5 95.71%);
    background: linear-gradient(180deg, #2c285f 69.64%, #5b53c5 95.71%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-top .mv .mv__title .tracking-tight {
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .page-top .mv .mv__title .tracking-tight {
    letter-spacing: unset;
  }
}
.page-top .mv .mv__img {
  height: 764px;
  margin-top: 64px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__img {
    margin-top: 32px;
    height: 320px;
    border-radius: 8px;
  }
}
.page-top .mv .parallax {
  background-image: url(../../assets/images/top/mv.jpg);
  height: 100% !important;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .page-top .mv .parallax {
    background-image: url(../../assets/images/top/mv_sp.jpg);
    border-radius: 8px;
    position: static;
  }
}
.page-top .purpose {
  padding: 160px 0 0;
}
@media (max-width: 1024px) {
  .page-top .purpose {
    padding: 120px 0 0;
  }
}
@media (max-width: 767px) {
  .page-top .purpose {
    padding: 64px 0 0;
  }
}
.page-top .purpose .purpose__inner {
  position: relative;
}
.page-top .purpose .purpose__content {
  width: min(670px, 100%);
  min-height: 770px;
}
@media (max-width: 1024px) {
  .page-top .purpose .purpose__content {
    min-height: 730px;
  }
}
@media (max-width: 767px) {
  .page-top .purpose .purpose__content {
    width: 100%;
    min-height: unset;
  }
}
.page-top .purpose .purpose__body {
  position: relative;
}
.page-top .purpose .purpose__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-top .purpose .purpose__text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.page-top .purpose .button {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page-top .purpose .button {
    margin: 32px auto 0;
  }
}
.page-top .purpose .purpose__logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-top .purpose .purpose__logo {
    display: none;
  }
}
.page-top .purpose .purpose__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .purpose .purpose__logo--sp {
  position: absolute;
  top: 0;
  right: -16px;
  z-index: -1;
  display: none;
}
@media (max-width: 767px) {
  .page-top .purpose .purpose__logo--sp {
    display: block;
  }
}
.page-top .purpose .purpose__logo--sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .philosophy {
  margin-top: -96px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .page-top .philosophy {
    margin-top: -116px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .page-top .philosophy {
    margin-top: 63px;
    padding-bottom: 64px;
  }
}
.page-top .philosophy .section__title--en,
.page-top .philosophy .section__title {
  text-align: center;
}
.page-top .philosophy .philosophy__content {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .page-top .philosophy .philosophy__content {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .page-top .philosophy .philosophy__content {
    margin-top: 32px;
  }
}
.page-top .philosophy .philosophy__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2c285f;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .philosophy .philosophy__title {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.page-top .philosophy .philosophy__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-top .philosophy .philosophy__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 8px;
  }
}
.page-top .philosophy .khranos-group {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page-top .philosophy .khranos-group {
    margin-top: 40px;
  }
}
.page-top .philosophy .khranos-group__title {
  width: 183px;
  height: 80px;
  margin: 0 auto;
}
.page-top .philosophy .khranos-group__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .philosophy .khranos-group__list {
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  --khranos-group__list-gap: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-top .philosophy .khranos-group__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .page-top .philosophy .khranos-group__list {
    grid-template-columns: 100%;
    margin-top: 24px;
    gap: 24px;
  }
}
.page-top .philosophy .khranos-group__list:before {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  width: 2px;
  height: 32px;
  background-color: #343065;
}
@media (max-width: 1024px) {
  .page-top .philosophy .khranos-group__list:before {
    display: none;
  }
}
.page-top .philosophy .khranos-group-item {
  background: #fff;
  position: relative;
}
.page-top .philosophy .khranos-group-item:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  width: 2px;
  height: 32px;
  background-color: #343065;
}
@media (max-width: 1024px) {
  .page-top .philosophy .khranos-group-item:before {
    display: none;
  }
}
.page-top .philosophy .khranos-group-item:after {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: calc(100% + var(--khranos-group__list-gap));
  height: 2px;
  background-color: #343065;
}
@media (max-width: 1024px) {
  .page-top .philosophy .khranos-group-item:after {
    display: none;
  }
}
.page-top .philosophy .khranos-group-item:first-of-type:after {
  width: calc(50% + var(--khranos-group__list-gap));
  left: unset;
  right: calc(-1 * var(--khranos-group__list-gap));
}
.page-top .philosophy .khranos-group-item:last-of-type:after {
  width: 50%;
}
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(2)
  .khranos-group-item__title {
  background-color: #464086;
}
.page-top .philosophy .khranos-group-attent{
    display: block;
    font-size: 11px;
    text-align: right;
    margin: 4px 8px -22px 0;
  }
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(2)
  .khranos-group-box__title {
  color: #464086;
}
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(3)
  .khranos-group-item__title {
  background-color: #6b698f;
}
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(3)
  .khranos-group-box__title {
  color: #6b698f;
}
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(4)
  .khranos-group-item__title {
  background-color: #c0becf;
  color: #2c285f;
}
.page-top
  .philosophy
  .khranos-group-item:nth-of-type(4)
  .khranos-group-box__title {
  color: #2c285f;
}
.page-top .philosophy .khranos-group-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 12px;
  background-color: #2c285f;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .philosophy .khranos-group-item__title {
    font-size: 1.8rem;
  }
}
.page-top .philosophy .khranos-group-boxes {
  padding: 24px 16px;
  display: grid;
  gap: 24px;
}
.page-top .philosophy .khranos-group-box__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c285f;
}
.page-top .philosophy .khranos-group-box__list {
  margin-top: 7px;
}
.page-top .philosophy .khranos-group-box__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .philosophy .khranos-group-box__item:before {
  content: "・";
}
.page-top .strengths {
  position: relative;
}
.page-top .strengths:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.page-top .strengths .strengths__inner {
  background-color: #fff;
  border-radius: 16px 0 0 16px;
  padding: 80px 0 80px 64px;
  display: grid;
  grid-template-columns: auto 71.213%;
  gap: 40px;
}
@media (max-width: 1024px) {
  .page-top .strengths .strengths__inner {
    padding: 60px 0 60px 44px;
  }
}
@media (max-width: 767px) {
  .page-top .strengths .strengths__inner {
    grid-template-columns: 100%;
    padding: 40px 0 40px 16px;
    gap: 30px;
  }
}
.page-top .strengths .strengths-item {
  display: grid;
  grid-template-columns: 180px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 32px 0 31px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .page-top .strengths .strengths-item {
    grid-template-columns: 100%;
    gap: 16px;
    padding: 23px 0;
  }
}
.page-top .strengths .strengths-item:first-child {
  padding-top: 0;
}
.page-top .strengths .strengths-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-top .strengths .strengths-item__img {
  border: 1px solid #bfbfbf;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.page-top .strengths .strengths-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .strengths .strengths-item__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #2c285f;
}
@media (max-width: 767px) {
  .page-top .strengths .strengths-item__title {
    font-size: 1.6rem;
    line-height: unset;
  }
}
.page-top .strengths .strengths-item__desc {
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .page-top .strengths .strengths-item__desc {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.page-top .business {
  margin-top: 160px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .page-top .business {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .page-top .business {
    margin-top: 64px;
  }
}
.page-top .business .business__bg {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: calc(100% - 102px);
  top: 0;
  right: 0;
  right: calc(0.5 * (100vw - 1120px));
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1440px) {
  .page-top .business .business__bg {
    right: 160px;
  }
}
@media (max-width: 1024px) {
  .page-top .business .business__bg {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .page-top .business .business__bg {
    right: 16px;
    height: calc(100% - 86px);
  }
}
.page-top .business .business__inner {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .page-top .business .business__inner {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-top .business .business__inner {
    padding: 40px 0;
  }
}
.page-top .business .business-slider {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page-top .business .business-slider {
    margin-top: 32px;
  }
}
.page-top .business .business-slide {
  width: 560px;
}
@media (max-width: 1024px) {
  .page-top .business .business-slide {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .page-top .business .business-slide {
    width: 295px;
  }
}
.page-top .business .business-slide:not(:first-of-type) {
  margin-left: 56px;
}
@media (max-width: 767px) {
  .page-top .business .business-slide:not(:first-of-type) {
    margin-left: 24px;
  }
}
.page-top .business .business-slide__img {
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  aspect-ratio: 560/400;
}
.page-top .business .business-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .business .business-slide__title {
  color: #2c285f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .page-top .business .business-slide__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .business .business-slide__title {
    font-size: 1.6rem;
    line-height: unset;
  }
}
.page-top .business .business-slide__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .business .business-slide__text {
    font-size: 1.4rem;
  }
}
.page-top .business .button {
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .page-top .business .button {
    margin: 30px auto 0;
  }
}
.page-top .business .business-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: absolute;
  top: 114px;
  right: 48px;
  z-index: 9;
}
@media (max-width: 1024px) {
  .page-top .business .business-slider__arrows {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .business .business-slider__arrows {
    gap: 16px;
    top: 71px;
    right: 16px;
  }
}
.page-top .business .business-slider__prev,
.page-top .business .business-slider__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .page-top .business .business-slider__prev,
  .page-top .business .business-slider__next {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .business .business-slider__prev img,
  .page-top .business .business-slider__next img {
    width: 4px;
  }
}
.page-top .business .business-slider__prev:hover,
.page-top .business .business-slider__next:hover {
  border: 1px solid #2c285f;
  background-color: #2c285f;
}
.page-top .business .business-slider__prev:hover img,
.page-top .business .business-slider__next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-top .column {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .page-top .column {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .page-top .column {
    margin-top: 64px;
  }
}
.page-top .column .column__inner {
  display: grid;
  grid-template-columns: auto 67.143%;
  gap: 40px;
}
@media (max-width: 767px) {
  .page-top .column .column__inner {
    grid-template-columns: 100%;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .column .section__head {
    text-align: center;
  }
}
.page-top .column .column-item:hover > * {
  opacity: 1;
}
.page-top .column .column-item:hover .column-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-top .column .column-item:first-child .column-item__link {
  padding-top: 0;
}
.page-top .column .column-item__link {
  display: grid;
  grid-template-columns: 180px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 32px 0 31px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .page-top .column .column-item__link {
    grid-template-columns: 120px auto;
    gap: 16px;
    padding: 16px 0 15px;
  }
}
.page-top .column .column-item__img {
  border: 1px solid #bfbfbf;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.page-top .column .column-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-top .column .column-item__info,
.page-top .column .column-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.page-top .column .column-item__category {
  font-size: 1rem;
  font-weight: 500;
  padding: 3px 7px;
  border: 1px solid;
  border-radius: 2px;
  color: inherit;
  border-color: inherit;
}
@media (max-width: 767px) {
  .page-top .column .column-item__category {
    padding: 1px 3px;
  }
}
.page-top .column .column-item__date {
  color: #616161;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-top .column .column-item__date {
    font-size: 1rem;
  }
}
.page-top .column .column-item__title {
  color: #2c285f;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .column .column-item__title {
    font-size: 1.4rem;
  }
}
.page-top .column .column-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .column .column-item__text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 4px;
  }
}
.page-top .column .button {
  margin-top: 48px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-top .column .button {
    margin: 32px auto 0;
  }
}
.page-top .news {
  margin: 160px 0;
}
@media (max-width: 1024px) {
  .page-top .news {
    margin: 120px 0;
  }
}
@media (max-width: 767px) {
  .page-top .news {
    margin: 64px 0;
  }
}
@media (max-width: 767px) {
  .page-top .news .section__head {
    text-align: center;
  }
}
.page-top .news .news__inner {
  display: grid;
  grid-template-columns: auto 66.429%;
  gap: 40px;
}
@media (max-width: 767px) {
  .page-top .news .news__inner {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.page-top .news .news-item:hover {
  background-color: #ffffff80;
}
.page-top .news .news-item:first-of-type .news-item__link {
  border-top: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .page-top .news .news-item:first-of-type .news-item__link {
    border-top: 0;
    padding-top: 0;
  }
}
.page-top .news .news-item__link {
  display: block;
  padding: 30px 0 31px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .page-top .news .news-item__link {
    padding: 15px 0;
  }
}
.page-top .news .news-item__date {
  font-size: 1.2rem;
  color: #616161;
}
@media (max-width: 767px) {
  .page-top .news .news-item__date {
    font-size: 1rem;
  }
}
.page-top .news .news-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .news .news-item__title {
    font-size: 1.4rem;
  }
}
.page-top .news .button {
  margin-top: 48px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-top .news .button {
    margin: 32px auto 0;
  }
}