.fv {
  position: relative;
  z-index: 0;
}
.fv__inner {
  width: 73.33%;
  max-width: 1408px;
  margin: 0 auto;
  padding-top: 9em;
  padding-bottom: 6.3125em;
}
@media (max-width: 768px) {
  .fv__inner {
    padding-top: calc(68px + 0.875em);
    width: 94.8718%;
    padding-bottom: 15px;
  }
}
.fv__container {
  position: relative;
  z-index: 0;
}
.fv__catch {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  left: 0;
  -webkit-transform: translateX(-76px);
          transform: translateX(-76px);
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .fv__catch {
    padding: 0 1.25em;
    left: 0px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fv__catch-main {
  font-size: 4em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .fv__catch-main {
    font-size: 1.75em;
    line-height: 1.4286;
    margin-bottom: 20px;
  }
}
.fv__catch-sub {
  display: inline-block;
  padding: 4px 9px;
  background-color: #222222;
}
@media (max-width: 768px) {
  .fv__catch-sub {
    background-color: inherit;
    font-size: 0.75em;
  }
}
.fv__catch-sub span {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fv__catch-sub span {
    background-color: #222222;
    padding: 2px 5px;
  }
}
.fv .splide, .fv .splide__track, .fv .splide__list {
  overflow: visible;
}
.fv .splide__slide {
  position: relative;
}
.fv .splide__slide img {
  aspect-ratio: 16/9;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .fv .splide__slide img {
    aspect-ratio: 37/40;
    border: 3px solid #1B2F6C;
    border-radius: 20px;
  }
}
.fv .splide__slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .fv .splide__slide::before {
    border-radius: 20px;
  }
}
.fv .splide__pagination {
  gap: 15px;
  bottom: 1.875em;
}
@media (max-width: 768px) {
  .fv .splide__pagination {
    display: none;
  }
}
.fv .splide__pagination__page {
  width: 50px;
  height: 2px;
  background-color: #AAAAAA;
  border-radius: 2px;
  margin: 0;
}
.fv .splide__pagination__page.is-active {
  background-color: #ffffff;
  -webkit-transform: inherit;
          transform: inherit;
}
.fv__btns {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 24px);
          transform: translate(50%, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5em;
}
@media (max-width: 768px) {
  .fv__btns {
    display: none;
  }
}
.fv__btn {
  width: 7.8125vw;
  max-width: 150px;
  height: 7.8125vw;
  max-height: 150px;
}
.fv__btn a {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fv__btn a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fv__btn.--red a {
  background-color: #EC4851;
  position: relative;
  z-index: 0;
}
.fv__btn.--red a::after {
  content: "";
  display: block;
  width: 9.375vw;
  height: 9.375vw;
  max-width: 180px;
  max-height: 180px;
  background-color: #EC4851;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.fv__btn.--green a {
  background-color: #1C8CA4;
  position: relative;
  z-index: 0;
}
.fv__btn.--green a::after {
  content: "";
  display: block;
  width: 9.375vw;
  height: 9.375vw;
  max-width: 180px;
  max-height: 180px;
  background-color: #1C8CA4;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.pickup {
  position: relative;
  z-index: 1;
}
.pickup__inner {
  padding: 0;
}
.pickup__container {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 42px 40px 29px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pickup__container {
    padding: 20px;
  }
}
.pickup__title-en {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .pickup__title-en {
    margin-bottom: 24px;
  }
}
.pickup__list {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .pickup__list {
    padding-bottom: 1.875em;
  }
}
.pickup__item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .pickup__item-image {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.pickup__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pickup__item-title {
    width: 100%;
    line-height: 1.5;
  }
}
.pickup__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pickup__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.pickup__item a:hover {
  opacity: 0.7;
}
.pickup__item + .pickup__item {
  margin-top: 1.875em;
}
.pickup__item.--outer .pickup__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .pickup__item.--outer .pickup__item-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pickup__item.--outer .pickup__item-title::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icons/outer_arrow-navy.svg) no-repeat center center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .pickup__item.--outer .pickup__item-title::after {
    width: 1.25em;
    height: 1.25em;
  }
}
.pickup__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pickup__btn a .outer {
  display: block;
  border-radius: 2px;
  width: 2.625em;
  height: 1.5em;
  background-color: #1B2F6C;
  position: relative;
  border: 1px solid #1B2F6C;
}
.pickup__btn a .outer::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/common/icons/outer-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pickup__btn a:hover {
  color: #1B2F6C;
}
.pickup__btn a:hover .outer {
  background-color: #fff;
}
.pickup__btn a:hover .outer::after {
  background: url(../img/common/icons/outer-navy.svg) no-repeat center center/contain;
}

.business {
  background: url(../img/top/business_bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
  margin-top: -190px;
}
@media (max-width: 768px) {
  .business {
    margin-top: -358px;
  }
}
.business::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 47, 108, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.business__icon {
  content: "";
  display: block;
  width: 12.24vw;
  height: 26vw;
  position: absolute;
  top: 0;
  right: 3.5677%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  z-index: -1;
}
@media (max-width: 768px) {
  .business__icon {
    width: 80.5px;
    height: 172px;
    -webkit-transform: inherit;
            transform: inherit;
    top: 378px;
  }
}
.business__inner {
  padding-top: 20.5em;
}
@media (max-width: 768px) {
  .business__inner {
    padding-top: 30.4375em;
    padding-bottom: 5em;
  }
}
.business__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .business__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25em;
  }
}
.business__left {
  width: 45%;
}
@media (max-width: 768px) {
  .business__left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .business__title {
    position: relative;
    margin-bottom: 1.875em;
  }
}
@media (max-width: 768px) {
  .business__title::before {
    content: "";
    display: block;
    width: 223px;
    height: 160px;
    background: url(../img/top/business_hokkaido.svg) no-repeat center center/contain;
    position: absolute;
    top: -17px;
    left: -20px;
    z-index: -1;
    opacity: 0.3;
  }
}
.business__title span.year {
  font-family: "Acumin Pro", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 3em;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .business__title span.year {
    font-size: 2.4em;
  }
}
.business__title-jp {
  font-size: clamp(1.5em, 2vw, 2em);
}
@media (max-width: 768px) {
  .business__title-jp {
    font-size: 1.25em;
  }
}
.business__right {
  width: 50%;
}
@media (max-width: 768px) {
  .business__right {
    width: 100%;
  }
}
.business__text {
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .business__text {
    font-size: 0.875em;
  }
}
.business__btn {
  max-width: 177px;
}
@media (max-width: 768px) {
  .business__btn {
    max-width: 100%;
  }
}
.business__btn a {
  border: none;
}

.top-works {
  background-color: #1B2F6C;
  position: relative;
}
.top-works__icon {
  content: "";
  display: block;
  width: 11.647vw;
  height: 15.174vw;
  position: absolute;
  bottom: 0;
  left: 2.6%;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}
@media (max-width: 768px) {
  .top-works__icon {
    width: 131.5px;
    height: 171px;
    left: 30px;
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
}
@media (max-width: 768px) {
  .top-works__inner {
    padding: 3.125em 1.25em 7.6875em;
  }
}
.top-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875em;
  }
}
.top-works__item {
  width: 42.5%;
  max-width: 544px;
}
@media (max-width: 768px) {
  .top-works__item {
    width: 100%;
  }
}
.top-works__item a {
  display: block;
  background-color: #ffffff;
  border-radius: 20px 0 20px 0;
  padding: 3.125em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-works__item a {
    padding: 1.875em 1em 1.625em;
    gap: 0.875em;
  }
}
.top-works__item a:hover {
  opacity: 0.7;
}
.top-works__item a:hover .works__item-arrow {
  background-color: #ffffff;
}
.top-works__item a:hover .works__item-arrow::after {
  background: url(../img/common/icons/triangle-navy.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top-works__item-image img {
    max-height: 73px;
  }
}
.top-works__item-title {
  text-align: center;
}
.top-works__item-title-en {
  font-size: 0.75em;
  color: #1B2F6C;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .top-works__item-title-en {
    font-size: 0.625em;
  }
}
.top-works__item-title-jp {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top-works__item-title-jp {
    font-size: 1em;
  }
}
.top-works__item-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 2.5em;
  height: 2.5em;
  background-color: #1B2F6C;
  border-radius: 50%;
  border: 1px solid #1B2F6C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-works__item-arrow {
    width: 1.5em;
    height: 1.5em;
  }
}
.top-works__item-arrow::after {
  content: "";
  display: block;
  width: 0.65625em;
  height: 1.15625em;
  background: url(../img/common/icons/triangle-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top-works__item-arrow::after {
    width: 6.4px;
  }
}

.locations {
  background: url(../img/top/locations_bg.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 768px) {
  .locations {
    background: url(../img/top/locations_bg.png) no-repeat top 37px center/contain;
  }
}
.locations__icon {
  content: "";
  position: absolute;
  bottom: 3.75em;
  right: 2.6458333%;
  width: 17.6vw;
  height: 10.41667vw;
}
@media (max-width: 768px) {
  .locations__icon {
    width: 125.7px;
    height: 75px;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
.locations__inner {
  padding-top: 10.625em;
  padding-bottom: 11.375em;
}
@media (max-width: 768px) {
  .locations__inner {
    padding: 6.5625em 0 3.75em;
  }
}
@media (max-width: 768px) {
  .locations__title {
    padding: 0 1.25em;
  }
}
.locations__map {
  padding: 7.5em 1em 5em;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #1B2F6C;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .locations__map {
    padding: 1.875em 1.25em;
    margin-bottom: 0;
  }
}
.locations__btn {
  max-width: 310px;
  margin: 0 auto;
}
.locations__btn a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overview {
  position: relative;
}
.overview__bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 83.333vw;
  height: 40.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .overview__bg {
    width: 100vw;
    height: 230px;
  }
}
.overview__bg img {
  border-radius: 80px 0 0 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .overview__bg img {
    border-radius: 0;
  }
}
.overview__icon {
  content: "";
  position: absolute;
  top: 1em;
  left: 8.484vw;
  z-index: 1;
  width: 12.2448vw;
  height: 11.791667vw;
}
@media (max-width: 768px) {
  .overview__icon {
    width: 67px;
    height: 65px;
    left: 0.625em;
    top: 5.2em;
    z-index: 1;
  }
}
.overview__inner {
  padding-top: 20em !important;
}
@media (max-width: 768px) {
  .overview__inner {
    padding-top: 8.125em !important;
  }
}
.overview__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 0;
  padding: 7.5em 7.5em 7.5em 0;
}
@media (max-width: 768px) {
  .overview__container {
    padding: 3em 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #1B2F6C;
    border-radius: 20px;
  }
}
.overview__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #1B2F6C;
  border-radius: 0 80px 80px 0;
}
@media (max-width: 768px) {
  .overview__container::before {
    display: none;
  }
}
.overview__container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-58%, -50%);
          transform: translate(-58%, -50%);
  width: 24.163vw;
  height: 24.163vw;
  background: url(../img/top/overview_logo.svg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .overview__container::after {
    top: 1.25em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 260px;
    height: 260px;
  }
}
.overview__contents {
  width: 45.7%;
}
@media (max-width: 768px) {
  .overview__contents {
    width: 100%;
  }
}
.overview__text {
  color: #ffffff;
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .overview__text {
    font-size: 0.875em;
  }
}
.overview__btn {
  max-width: 177px;
}
@media (max-width: 768px) {
  .overview__btn {
    max-width: 100%;
    width: 100%;
  }
}
.overview__btn a {
  border: 1px solid #fff;
}
.overview__partners {
  width: 41.4%;
  background-color: #ffffff;
  padding: 1.25em;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .overview__partners {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 768px) {
  .overview__partners #partners-carousel {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.overview__partners #partners-carousel:not(.is-active) .splide__track {
  overflow: visible;
}
.overview__partners-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25em 2.5em;
}
@media (max-width: 768px) {
  .overview__partners-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .overview__partners-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1em;
  }
}

.about {
  position: relative;
  overflow: hidden;
}
.about__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -15%;
  height: 130%;
  z-index: 0;
  background: url(../img/top/about_bg.jpg) no-repeat center center/cover;
  pointer-events: none;
  will-change: transform;
}
.about__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.about__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .about__inner {
    padding: 4.375em 1.25em 3em;
  }
}
@media (max-width: 768px) {
  .about__title {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .about__title-en {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.about__text {
  text-align: center;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .about__text {
    text-align: left;
    font-size: 0.875em;
    margin-bottom: 1.875em;
  }
}
.about__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .about__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875em;
    margin-bottom: 2.5em;
  }
}
.about__link {
  width: 25%;
  max-width: 240px;
}
@media (max-width: 768px) {
  .about__link {
    width: 100%;
    max-width: 100%;
  }
}
.about__link:nth-child(2n) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about__link:nth-child(2n) {
    margin-top: 0;
  }
}
.about__link a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__link a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.about__link a:hover .about__link-title {
  background-color: #1B2F6C;
}
.about__link-image img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4/5;
}
@media (max-width: 768px) {
  .about__link-image img {
    aspect-ratio: 3/2;
  }
}
.about__link-title {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px 0 8px 0;
  font-size: 1.125em;
  font-weight: bold;
  color: #ffffff;
  padding: 0.5em 1em;
  background-color: #566272;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.555em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .about__link-title {
    font-size: 0.875em;
    padding: 1em;
  }
}
.about__link-title::after {
  content: "";
  display: block;
  width: 0.658125em;
  height: 1.150625em;
  background: url(../img/common/icons/triangle-white.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about__link-title::after {
    width: 8.31px;
    height: 14.5px;
  }
}
.about__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 41px;
}
@media (max-width: 768px) {
  .about__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.about__btn {
  width: 50%;
  max-width: 222px;
}
@media (max-width: 768px) {
  .about__btn {
    width: 100%;
    max-width: 100%;
  }
}

.hiring {
  position: relative;
  z-index: 0;
}
.hiring::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138.284%;
  background: url(../img/top/hiring_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .hiring::before {
    width: 100vw;
    height: 219px;
    top: 300px;
  }
}
.hiring__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9.375em;
}
@media (max-width: 768px) {
  .hiring__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 2.5em;
  }
}
.hiring__image {
  width: 42.7vw;
  margin-left: -12vw;
}
@media (max-width: 768px) {
  .hiring__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.875em;
  }
}
.hiring__contents {
  width: 50%;
  padding-top: 10.625em;
}
@media (max-width: 768px) {
  .hiring__contents {
    width: 100%;
    padding-top: 0;
  }
}
.hiring__title {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .hiring__title {
    margin-bottom: 1.875em;
  }
}
.hiring__text {
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .hiring__text {
    font-size: 0.875em;
    margin-bottom: 2em;
  }
}
.hiring__btn {
  max-width: 200px;
}
@media (max-width: 768px) {
  .hiring__btn {
    max-width: 100%;
    width: 100%;
  }
}