.top-header {
  padding-top: 12px;
  padding-bottom: 22px;
}
.top-header__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.top-header__company {
  line-height: 20px;
}
.top-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.top-header__group-link {
  line-height: 20px;
}
.top-header__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 12px;
}
.top-header__main {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top-header__logo {
  display: inline-block;
  width: 183px;
  height: 80px;
}
.top-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.top-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 22px;
  color: #535353;
}
.top-nav__link--current {
  color: #1a1a1a;
  font-weight: 500;
}

.top-hero {
  margin-bottom: 120px;
}
@media screen and (max-width:1100px ) {
  .top-hero {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px ) {
  .top-hero {
    margin-bottom: 64px;
  }
}
.top-hero__visual {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:1100px ) {
  .top-hero__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 976/425;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px ) {
  .top-hero__visual {
    margin-bottom: 30px;
  }
}
.top-hero__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-hero__visual-text {
  position: absolute;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 170px);
}
@media screen and (max-width:768px ) {
  .top-hero__visual-text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 48px);
  }
}
.top-hero__img {
  max-width: 392px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width:768px ) {
  .top-hero__img {
    margin-bottom: 24px;
    width: 80%;
  }
}
.top-hero__copy {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:1100px ) {
  .top-hero__copy {
    padding: 0 24px;
  }
}
.top-hero__title {
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width:768px ) {
  .top-hero__title {
    margin-bottom: 16px;
    line-height: 1.33;
  }
}
.top-hero__subtitle {
  color: #fff;
}
@media screen and (max-width:768px ) {
  .top-hero__subtitle {
    font-size: clamp(1.2rem, 0.9688751926rem + 0.6163328197vw, 1.6rem);
    line-height: 1.5;
  }
}
.top-hero__lead {
  text-align: left;
}

.top-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 20px;
}
@media screen and (max-width:1100px ) {
  .top-links__list {
    gap: 20px;
  }
}
@media screen and (max-width:768px ) {
  .top-links__list {
    gap: 8px;
  }
}
.top-links__item {
  width: 478px;
  height: 210px;
}
@media screen and (max-width:1100px ) {
  .top-links__item {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 239/105;
  }
}
@media screen and (max-width:768px ) {
  .top-links__item {
    width: 100%;
    height: auto;
    aspect-ratio: 239/105;
    max-width: 600px;
    margin: 0 auto;
  }
}

.top-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-card__image-wrap {
  width: 100%;
  height: 100%;
}
.top-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-card__label-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.top-card__label {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:768px ) {
  .top-card__label {
    font-size: 1.6rem;
  }
}
.top-card__arrow {
  width: 24px;
  height: 24px;
}
@media screen and (max-width:768px ) {
  .top-card__arrow {
    width: 16px;
    height: 16px;
  }
}