.page-top {
  position: relative;
}
@media (max-width: 767px) {
  .page-top {
    overflow: hidden;
  }
}
.page-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8fbf8),
    to(rgba(248, 251, 248, 0))
  );
  background: -webkit-linear-gradient(
    top,
    #f8fbf8 0%,
    rgba(248, 251, 248, 0) 100%
  );
  background: linear-gradient(180deg, #f8fbf8, #f8fbf800);
  z-index: 1;
}
@media (max-width: 767px) {
  .page-top:before {
    height: 97px;
  }
}
.page-top .mv {
  position: relative;
  overflow: hidden;
  height: max(100vh,800px);
  background-color: #f8fbf8;
}
.page-top .mv .mv__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-top .mv .mv__slide:nth-child(1){
  background-position: center;
}
.page-top .mv .mv__slide:nth-child(2){
  background-position: center bottom;
}
@media (max-width: 767px) {
  .page-top .mv .mv__slide {
    aspect-ratio: 430/932;
  }
}
.slick-slider{
  height: 100%;
}
.page-top .mv .slick-list,
.page-top .mv .slick-track{
  height: 100%;
}
.page-top .mv .mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .mv .mv__content {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(248, 251, 248, 0)),
    color-stop(100.09%, #f8fbf8)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 251, 248, 0) 0%,
    #f8fbf8 100.09%
  );
  background: linear-gradient(180deg, #f8fbf800, #f8fbf8 100.09%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .mv .mv__content .mv__box {
  width: min(533px, 100%);
  margin-left: auto;
  margin-right: 130px;
  padding-block: 40px;
  color: #fff;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv__box {
    margin-right: 64px;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv__box {
    padding: 32px 39px 24px;
    margin-right: 0;
  }
}
.page-top .mv .mv__content .mv__text--en {
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv__text--en {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv__text--en {
    font-size: 1.2rem;
  }
}
.page-top .mv .mv__content .mv-title .mv-title__text {
  font-size: 4.8rem;
  font-weight: 500;
  margin-top: 17px;
  position: relative;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv-title .mv-title__text {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv-title .mv-title__text {
    font-size: 3.2rem;
  }
}
.page-top .mv .mv__content .mv-title .mv-title__underline svg {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv-title .mv-title__underline svg {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv-title .mv-title__underline svg {
    width: min(352px, 100%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.page-top .mv .mv__content .mv__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 62px;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv__text {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv__text {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.page-top .about {
  padding-block: 120px 80px;
}
@media (max-width: 1024px) {
  .page-top .about {
    padding-block: 100px 60px;
  }
}
@media (max-width: 767px) {
  .page-top .about {
    padding-block: 113px 64px;
  }
}
@media (max-width: 1024px) {
  .page-top .about .section-head svg {
    width: 284px;
  }
}
@media (max-width: 767px) {
  .page-top .about .section-head svg {
    width: 269px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.page-top .about .about__wrap {
  display: grid;
  grid-template-columns: clamp(320px, 35.594%, 420px) 1fr;
  gap: 64px;
}
@media (max-width: 1200px) {
  .page-top .about .about__wrap {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .page-top .about .about__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__wrap {
    gap: 64px;
  }
}
.page-top .about .about-summary {
  position: sticky;
  top: var(--header-height);
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .page-top .about .about-summary {
    position: unset;
    top: unset;
  }
}
.page-top .about .about-summary .about-summary__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 73px;
}
@media (max-width: 1024px) {
  .page-top .about .about-summary .about-summary__text {
    font-size: 1.3rem;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about-summary .about-summary__text {
    font-size: 1.2rem;
    margin-top: 59px;
    line-height: 1.83;
  }
}
.page-top .about .about-item {
  padding: 24px 16px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .page-top .about .about-item {
    padding: 24px 0 23px;
  }
}
.page-top .about .about-item .about-item__img {
  width: 180px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .about .about-item .about-item__img {
    width: 120px;
  }
}
.page-top .about .about-item .about-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .about .about-item .about-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-top .about .about-item .about-item__head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-top .about .about-item .about-item__head {
    margin-bottom: 24px;
  }
}
.page-top .about .about-item .about-item__title--en {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .page-top .about .about-item .about-item__title--en {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .about .about-item .about-item__title--en {
    font-size: 1.2rem;
  }
}
.page-top .about .about-item .about-item__title--ja {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .page-top .about .about-item .about-item__title--ja {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .about .about-item .about-item__title--ja {
    font-size: 1.6rem;
  }
}
.page-top .people {
  padding-block: 81px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .people {
    padding-block: 64px;
  }
}
.page-top .people .section-head svg {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media (max-width: 1024px) {
  .page-top .people .section-head svg {
    width: 112px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media (max-width: 767px) {
  .page-top .people .section-head svg {
    width: 122px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.page-top .people .js-people-slider {
  margin-left: -11px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .people .js-people-slider {
    margin-left: -16px;
    margin-top: 0;
  }
}
.page-top .people .people-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 47px;
}
@media (max-width: 1024px) {
  .page-top .people .people-slider__arrows {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .page-top .people .people-slider__arrows {
    gap: 32px;
    margin-top: 58px;
  }
}
.page-top .people .people-slider__arrows .people-slider__prev,
.page-top .people .people-slider__arrows .people-slider__next {
  width: 40px;
  height: 40px;
  border-radius: 99rem;
  border: 1px solid #98bfac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .page-top .people .people-slider__arrows .people-slider__prev,
  .page-top .people .people-slider__arrows .people-slider__next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .page-top .people .people-slider__arrows .people-slider__prev,
  .page-top .people .people-slider__arrows .people-slider__next {
    width: 32px;
    height: 32px;
  }
}
.page-top .people .people-slider__arrows .people-slider__prev svg,
.page-top .people .people-slider__arrows .people-slider__next svg {
  color: #98bfac;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .page-top .people .people-slider__arrows .people-slider__prev svg,
  .page-top .people .people-slider__arrows .people-slider__next svg {
    width: 20px;
    height: 20px;
  }
}
.page-top .people .people-slider__arrows .people-slider__prev:hover,
.page-top .people .people-slider__arrows .people-slider__next:hover {
  background-color: #98bfac;
}
.page-top .people .people-slider__arrows .people-slider__prev:hover svg,
.page-top .people .people-slider__arrows .people-slider__next:hover svg {
  color: #fff;
}
.page-top .people .people-slide {
  width: 369px;
  padding: 16px 24px;
  color: #454545;
}
@media (max-width: 1024px) {
  .page-top .people .people-slide {
    width: 340px;
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .page-top .people .people-slide {
    width: 312px;
    padding: 16px;
  }
}
.page-top .people .people-slide:hover > * {
  opacity: 1;
}
.page-top .people .people-slide:hover .people-slide__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page-top .people .people-slide .people-slide__number {
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .page-top .people .people-slide .people-slide__number {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .people .people-slide .people-slide__number {
    font-size: 1.2rem;
  }
}
.page-top .people .people-slide .people-slide__img {
  border-radius: 8px;
  aspect-ratio: 1;
  overflow: hidden;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .page-top .people .people-slide .people-slide__img {
    aspect-ratio: 280/320;
  }
}
.page-top .people .people-slide .people-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-top .people .people-slide .people-slide__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .people .people-slide .people-slide__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .people .people-slide .people-slide__title {
    font-size: 1.3rem;
    margin-top: 11px;
  }
}
.page-top .people .people-slide .people-slide__meta {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .page-top .people .people-slide .people-slide__meta {
    font-size: 1.2rem;
  }
}
.page-top .people .button {
  margin-top: 47px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-top .people .button {
    margin-top: 40px;
  }
}
.page-top .job {
  padding-block: 130px;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .page-top .job {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .page-top .job {
    margin-top: 31px;
    padding-block: 64px 82px;
  }
}
.page-top .job .job__bg {
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #739483;
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 24px;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .job .job__bg {
    left: 16px;
    width: calc(100% - 32px);
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .page-top .job .job__bg {
    width: 100%;
    left: 0;
  }
}
.page-top .job .job__bg:before {
  content: "";
  position: absolute;
  top: 217px;
  left: -525px;
  width: 1527px;
  height: 1527px;
  background: -webkit-radial-gradient(
    50% 50%,
    50% 50%,
    #abd5c0 0%,
    rgba(171, 213, 192, 0) 100%
  );
  background: radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000);
}
@media (max-width: 767px) {
  .page-top .job .job__bg:before {
    left: 0;
    height: 100%;
    width: 699px;
    top: 30px;
    right: 0;
    left: unset;
    background: -webkit-radial-gradient(
        50% 50%,
        50% 50%,
        #abd5c0 0%,
        rgba(171, 213, 192, 0) 100%
      ),
      -webkit-radial-gradient(50% 50%, 50% 50%, #abd5c0 0%, rgba(
              171,
              213,
              192,
              0
            )
            100%),
      -webkit-radial-gradient(50% 50%, 50% 50%, #abd5c0 0%, rgba(
              171,
              213,
              192,
              0
            )
            100%),
      -webkit-radial-gradient(50% 50%, 50% 50%, #abd5c0 0%, rgba(
              171,
              213,
              192,
              0
            )
            100%),
      -webkit-radial-gradient(50% 50%, 50% 50%, #abd5c0 0%, rgba(
              171,
              213,
              192,
              0
            )
            100%);
    background: radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000),
      radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000),
      radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000),
      radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000),
      radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000);
    background-repeat: no-repeat;
    background-size: 430px 430px, 430px 430px, 430px 430px, 430px 430px,
      430px 430px;
    background-position: 349.5px 0, 135px 461px, 376px 831px, 135px 1317px,
      350px 1723px;
  }
}
.page-top .job .job__bg:after {
  content: "";
  position: absolute;
  width: 1527px;
  height: 1527px;
  top: -253px;
  left: 290px;
  background: -webkit-radial-gradient(
    50% 50%,
    50% 50%,
    #abd5c0 0%,
    rgba(171, 213, 192, 0) 100%
  );
  background: radial-gradient(50% 50% at 50% 50%, #abd5c0, #abd5c000);
}
@media (max-width: 767px) {
  .page-top .job .job__bg:after {
    display: none;
  }
}
.page-top .job .job__wrap {
  display: grid;
  grid-template-columns: clamp(280px, 27.035%, 319px) 1fr;
  gap: 98px;
}
@media (max-width: 1200px) {
  .page-top .job .job__wrap {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .page-top .job .job__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .job .job__wrap {
    gap: 64px;
  }
}
.page-top .job .job-summary {
  position: sticky;
  top: var(--header-height);
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .page-top .job .job-summary {
    position: unset;
    top: unset;
  }
}
@media (max-width: 1024px) {
  .page-top .job .job-summary .section-head svg {
    width: 142px;
  }
}
@media (max-width: 767px) {
  .page-top .job .job-summary .section-head svg {
    width: 135px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.page-top .job .job-summary__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-top .job .job-summary__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .job .job-summary__text {
    font-size: 1.2rem;
    line-height: 1.83;
    margin-top: 43px;
  }
}
.page-top .job .button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-top .job .button {
    margin-top: 24px;
  }
}
.page-top .job .job-item {
  display: grid;
  grid-template-columns: 75px 160px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 12px 23px;
  border-bottom: 1px solid #f8fbf8;
}
@media (max-width: 767px) {
  .page-top .job .job-item {
    grid-template-columns: 55px 1fr;
    padding: 24px 0;
  }
}
.page-top .job .job-item + .job-item {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .page-top .job .job-item + .job-item {
    margin-top: 0;
  }
}
.page-top .job .job-item .job-item__number {
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .page-top .job .job-item .job-item__number {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .job .job-item .job-item__number {
    font-size: 1.2rem;
    grid-row: 1/3;
  }
}
.page-top .job .job-item .job-item__img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page-top .job .job-item .job-item__img {
    width: 173px;
  }
}
.page-top .job .job-item .job-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .job .job-item .job-item__body {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .page-top .job .job-item .job-item__body {
    margin-left: 0;
    margin-top: 24px;
  }
}
.page-top .job .job-item .job-item__title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-top .job .job-item .job-item__title {
    font-size: 1.5rem;
  }
}
.page-top .job .job-item .job-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .job .job-item .job-item__text {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.page-top .job .job-item .item-button {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .page-top .job .job-item .item-button {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.page-top .work {
  padding-block: 80px 120px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .work {
    padding-block: 64px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .work {
    padding-block: 64px 22px;
  }
}
@media (max-width: 1024px) {
  .page-top .work .section-head svg {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .page-top .work .section-head svg {
    width: 120px;
    -webkit-transform: translate(-4px, 9px);
    transform: translate(-4px, 9px);
  }
}
.page-top .work .work__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 46px;
}
@media (max-width: 1024px) {
  .page-top .work .work__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .work .work__wrap {
    grid-template-columns: 1fr;
    margin-top: 59px;
  }
}
.page-top .work .work__img {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  margin-left: calc((100vw - 1180px) / -2);
}
@media (max-width: 1439px) {
  .page-top .work .work__img {
    margin-left: -130px;
  }
}
@media (max-width: 1024px) {
  .page-top .work .work__img {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .page-top .work .work__img {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 12px;
    aspect-ratio: 430/470;
  }
}
.page-top .work .work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .work .work__content {
  padding: 66px 0 64px 64px;
  border-radius: 12px 0 0 12px;
  background-color: #fff;
  margin-left: -33.8%;
  width: 133.8%;
  position: relative;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media (max-width: 1024px) {
  .page-top .work .work__content {
    padding: 48px 0 48px 48px;
  }
}
@media (max-width: 767px) {
  .page-top .work .work__content {
    border-radius: 12px 0 0 12px;
    padding: 24px 16px 40px;
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateY(-41px);
    transform: translateY(-41px);
  }
}
.page-top .work .work__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-top .work .work__content:before {
    display: none;
  }
}
.page-top .work .work__content .work__list {
  color: #454545;
}
.page-top .work .work__content .work-item {
  width: 100%;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid rgba(69, 69, 69, 0.5019607843);
}
@media (max-width: 767px) {
  .page-top .work .work__content .work-item {
    padding-block: 16px 11px;
  }
}
.page-top .work .work__content .work-item:hover:after {
  width: 100%;
}
.page-top .work .work__content .work-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../assets/images/top/arrow_forward_green.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
}
.page-top .work .work__content .work-item:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 0;
  height: calc(100% + 13px);
  background-color: #98bfac12;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.page-top .work .work__content .work-item + .work-item {
  margin-top: 51px;
}
@media (max-width: 767px) {
  .page-top .work .work__content .work-item + .work-item {
    margin-top: 12px;
  }
}
.page-top .work .work__content .work-item__title {
  font-size: 2rem;
  font-weight: 500;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .page-top .work .work__content .work-item__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .work .work__content .work-item__title {
    font-size: 1.8rem;
  }
}
.page-top .work .work__content .work-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .work .work__content .work-item__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .work .work__content .work-item__text {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
.page-top .tottori {
  padding-block: 174px 80px;
}
@media (max-width: 1024px) {
  .page-top .tottori {
    padding-block: 120px 60px;
  }
}
@media (max-width: 767px) {
  .page-top .tottori {
    padding-block: 64px 60px;
  }
}
.page-top .tottori .section-head svg {
  width: 139px;
}
.page-top .tottori .tottori__wrap {
  display: grid;
  grid-template-columns: 371px 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .page-top .tottori .tottori__wrap {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.page-top .tottori .tottori-summary .tottori-summary__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 49px;
}
@media (max-width: 1024px) {
  .page-top .tottori .tottori-summary .tottori-summary__text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .tottori .tottori-summary .tottori-summary__text {
    font-size: 1.2rem;
    margin-top: 52px;
    padding-right: 27px;
  }
}
.page-top .tottori .tottori-summary .button {
  margin-top: 38px;
  padding: 15px 22px;
}
@media (max-width: 767px) {
  .page-top .tottori .tottori-summary .button {
    margin-top: 32px;
    padding: 15px 48px 15px 22px;
  }
}
.page-top .tottori .tottori-summary .button:before {
  left: 32px;
}
.page-top .tottori .tottori-summary .button .button__text--ja {
  padding-left: 40px;
}
.page-top .tottori .tottori__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .page-top .tottori .tottori__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.page-top .tottori .tottori-item {
  position: relative;
}
@media (max-width: 767px) {
  .page-top .tottori .tottori-item {
    aspect-ratio: 397/120;
    overflow: hidden;
  }
}
.page-top .tottori .tottori-item:hover > * {
  opacity: 1;
}
.page-top .tottori .tottori-item:hover:before {
  background-color: #0000001a;
}
.page-top .tottori .tottori-item:hover .tottori-item__img img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.page-top .tottori .tottori-item .tottori-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.page-top .tottori .tottori-item .tottori-item__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 4px 0 100px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0 4px 0 100px #00000040 inset;
}
.page-top .tottori .tottori-item .tottori-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #0003;
  z-index: 1;
}
.page-top .tottori .tottori-item .tottori-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -o-object-position: top;
  object-position: top;
}
.page-top .tottori .tottori-item .tottori-item__content {
  position: absolute;
  top: 17px;
  left: 22px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 429px) {
  .page-top .tottori .tottori-item .tottori-item__content {
    top: 0;
    padding-block: 12px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-top .tottori .tottori-item .tottori-item__number {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-top .tottori .tottori-item .tottori-item__number {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .page-top .tottori .tottori-item .tottori-item__number {
    font-size: 1.2rem;
  }
}
.page-top .tottori .tottori-item .tottori-item__meta {
  margin-top: 40px;
}
@media (max-width: 429px) {
  .page-top .tottori .tottori-item .tottori-item__meta {
    margin-top: auto;
  }
}
.page-top .tottori .tottori-item .tottori-item__title--en {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.page-top .tottori .tottori-item .tottori-item__title--ja {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-top .tottori .tottori-item .tottori-item__title--ja {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .tottori .tottori-item .tottori-item__title--ja {
    font-size: 1.6rem;
  }
}