#contents .l-section-inner, #contents .merit-cards {
  width: 960px;
  margin: 0 auto;
}

#contents .c-section-title {
  font-size: 30px;
  font-weight: 600;
  color: #30201a;
  text-align: center;
  letter-spacing: 0.06em;
}

#contents .faq-item__inline-link, #contents .merit-card__link, #contents .faq-item__ref a,
#contents .faq-help-link a {
  color: #183d9f;
  text-decoration: none;
}
#contents .faq-item__inline-link:hover, #contents .merit-card__link:hover, #contents .faq-item__ref a:hover,
#contents .faq-help-link a:hover {
  color: #ff8d00;
  text-decoration: underline;
}

#contents .faq-item__ref a,
#contents .faq-help-link a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
}
#contents .faq-item__ref a .ext-link__icon,
#contents .faq-help-link a .ext-link__icon {
  display: block;
  flex-shrink: 0;
}

#contents .industry-section__banner-link, #contents .u-hover-fade, #contents .outline-button, #contents .cta-button, #contents .anchor-nav__link {
  transition: opacity 0.2s;
}
#contents .industry-section__banner-link:hover, #contents .u-hover-fade:hover, #contents .outline-button:hover, #contents .cta-button:hover, #contents .anchor-nav__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

#contents .register-step__icon, #contents .merit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1f5f9;
}

body .contentfix960N2014.wrapN2014 {
  min-width: 1024px;
}

body .contentfix960N2014 .mainArea {
  width: 100%;
}

html {
  scroll-padding-top: 101px;
  scroll-behavior: smooth;
}

#contents {
  color: #30201a;
  min-width: 960px;
  max-width: 1920px;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: clip;
  margin-inline: auto;
}
#contents .anchor-nav {
  padding: 40px;
  position: sticky;
  top: 0;
  background-color: #183d9f;
  z-index: 10;
  transition: background-color 0.3s;
}
#contents .anchor-nav.is-scrolled {
  background-color: #111184;
}
#contents .anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
}
#contents .anchor-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
}
#contents .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff8d00;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0 16px;
}
#contents .cta-button__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#contents .cta-button-mv {
  width: 430px;
  height: 70px;
  font-size: 16px;
}
#contents .cta-button-register {
  width: 400px;
  height: 60px;
}
#contents .outline-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  border: 1px solid #30201a;
  border-radius: 4px;
  padding: 0 16px;
  font-weight: 600;
  color: #30201a;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
#contents .outline-button__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  flex-shrink: 0;
}
#contents .mv {
  background-color: #183d9f;
}
#contents .mv__inner {
  position: relative;
  z-index: 0;
  width: 1040px;
  height: 548px;
  margin: 0 auto;
}
#contents .mv__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: path("M790 0C928.071 0 1040 111.929 1040 250C1040 388.071 928.071 500 790 500H557.784C541.063 514.588 530.348 533.55 524.768 545.409C523.122 548.906 517.15 548.851 515.552 545.333C510.166 533.479 499.706 514.586 482.812 500H250C111.929 500 0 388.071 0 250C0 111.929 111.929 0 250 0H790Z");
  z-index: -1;
}
#contents .mv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: path("M790 0C928.071 0 1040 111.929 1040 250C1040 388.071 928.071 500 790 500H557.784C541.063 514.588 530.348 533.55 524.768 545.409C523.122 548.906 517.15 548.851 515.552 545.333C510.166 533.479 499.706 514.586 482.812 500H250C111.929 500 0 388.071 0 250C0 111.929 111.929 0 250 0H790Z");
}
#contents .mv__truck {
  position: absolute;
  right: -100px;
  bottom: -40px;
  width: 286px;
  height: 166px;
}
#contents .mv__content {
  position: absolute;
  left: 50%;
  top: 133px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#contents .mv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#contents .merit-section {
  background-color: #183d9f;
  padding-block: 40px 120px;
}
#contents .merit-section__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
#contents .merit-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
#contents .merit-card {
  grid-column: span 2;
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  padding: 40px 24px;
}
#contents .merit-card:nth-last-child(-n+2) {
  grid-column: span 3;
}
#contents .merit-card__title {
  font-size: 22px;
  font-weight: 600;
  color: #183d9f;
  text-align: center;
  letter-spacing: -0.02em;
  align-self: center;
}
#contents .merit-card__icon {
  justify-self: center;
  align-self: center;
  width: 100px;
  height: 100px;
  background-color: #f1f5f9;
}
#contents .merit-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contents .merit-card__note {
  font-size: 12px;
  text-align: right;
  margin-top: 4px;
}
#contents .merit-card__links {
  margin-top: 8px;
}
#contents .merit-card__links .merit-card__link-item + .merit-card__link-item {
  margin-top: 8px;
}
#contents .merit-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
#contents .merit-card__link-item {
  text-align: right;
}
#contents .lineup-collage {
  display: block;
  max-width: 100%;
  height: 227px;
  object-fit: cover;
}
#contents .lineup-content {
  display: grid;
  grid-template-columns: auto 642px auto;
  margin-top: -187px;
}
#contents .lineup-header {
  grid-column: 1/3;
  grid-row: 1;
  align-self: stretch;
  background-color: #111184;
  padding: 80px;
  border-radius: 0 20px 0 0;
  display: grid;
  grid-template-columns: subgrid;
}
#contents .lineup-header__title {
  grid-column: 2/3;
  align-self: flex-start;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
#contents .lineup-copy {
  grid-column: 2/4;
  grid-row: 1;
  margin-top: 187px;
  background-color: #fff;
  padding: 80px;
  border-radius: 20px 0 0 0;
}
#contents .lineup-copy__heading {
  font-size: 22px;
  font-weight: 600;
  color: #30201a;
  margin-bottom: 24px;
}
#contents .lineup-copy__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contents .lineup-copy__row {
  display: flex;
  align-items: flex-end;
  gap: 125px;
}
#contents .lineup-strip {
  overflow: hidden;
}
#contents .lineup-strip__track {
  display: flex;
  width: max-content;
  animation: lineup-scroll 45s linear infinite;
}
#contents .lineup-strip__img {
  display: block;
  height: 200px;
  width: auto;
  flex-shrink: 0;
}
@keyframes lineup-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#contents .industry-section {
  background-color: #f1f5f9;
  padding: 80px 0;
}
#contents .industry-section__title {
  margin-bottom: 40px;
}
#contents .industry-section__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
#contents .industry-section__item {
  width: 100%;
}
#contents .industry-section__btn {
  display: flex;
  align-items: center;
}
#contents .industry-section__btn-icon {
  flex-shrink: 0;
  width: 50px;
  align-self: stretch;
  min-height: 50px;
  background-color: #c8cfe3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -16px;
}
#contents .industry-section__btn-icon .industry-section__btn-icon-img {
  display: block;
  max-width: 100%;
  height: auto;
}
#contents .industry-section__btn-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
#contents .industry-section__btn-label {
  font-size: 13px;
  font-weight: 600;
  color: #30201a;
}
#contents .industry-section__btn-arrow {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
}
#contents .industry-section__banner {
  display: flex;
  justify-content: center;
}
#contents .industry-section__banner-link {
  display: block;
}
#contents .industry-section__banner-link .industry-section__banner-img {
  display: block;
  width: 700px;
  height: auto;
  border-radius: 4px;
}
#contents .register-section {
  background-color: #4173c4;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents .register-section__title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  width: 100%;
}
#contents .register-section__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
#contents .register-steps {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#contents .register-step {
  position: relative;
  width: 228px;
  height: 267px;
  flex-shrink: 0;
}
#contents .register-step__card {
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#contents .register-step__icon {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}
#contents .register-step__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  color: #183d9f;
  text-align: center;
}
#contents .register-step__name {
  font-size: 16px;
}
#contents .register-step__num {
  position: absolute;
  left: 13px;
  top: 20px;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}
#contents .register-step__arrow {
  position: absolute;
  left: 215px;
  top: 118px;
  width: 26px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .register-step__arrow .register-step__arrow-icon {
  display: block;
  width: 30px;
  height: 26px;
  transform: rotate(90deg);
}
#contents .register-cta {
  margin-bottom: 12px;
}
#contents .register-link {
  margin: 0;
}
#contents .register-link__anchor {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
#contents .register-link__anchor:visited {
  color: #fff;
}
#contents .register-link__anchor:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.85);
}
#contents .faq-section {
  background-color: #F9F9F9;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents .faq-section__title {
  margin-bottom: 80px;
}
#contents .faq-item {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contents .faq-item__q {
  display: flex;
  gap: 24px;
  align-items: center;
}
#contents .faq-item__a {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
#contents .faq-item__label {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  width: 22px;
}
#contents .faq-item__label--q {
  color: #183d9f;
}
#contents .faq-item__label--a {
  color: #30201a;
}
#contents .faq-item__q-text {
  font-weight: 600;
  color: #183d9f;
}
#contents .faq-item__body .faq-item__body-text {
  font-weight: 400;
  color: #30201a;
}
#contents .faq-item__body .faq-item__list-item {
  font-weight: 400;
  color: #30201a;
}
#contents .faq-item__ref {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  color: #30201a;
}
#contents .faq-help-link {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 80px;
}
#contents .related-banners {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 8px;
}
#contents .category-section {
  background-color: #fff;
  padding: 80px 0;
}
#contents .category-section__title {
  font-size: 24px;
  font-weight: 600;
  color: #30201a;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
#contents .category-section__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: flex-start;
  place-items: baseline;
}
#contents .category-section__btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contents .category-section__btn-label {
  color: #30201a;
}
#contents .mv__bg {
  animation: mv-bg-fadein 1.5s ease-out 2.1s both;
}
#contents .mv__truck {
  animation: mv-truck-slidein 1.5s ease-in-out 2.1s both;
}
#contents .mv__heading-line1 {
  animation: mv-fade-slide-up 1.5s ease-out both;
}
#contents .mv__heading-line2 {
  animation: mv-fade-slide-up 1.3s ease-out 0.8s both;
}
#contents .cta-button-mv {
  animation: mv-fade-slide-up 1s ease-out 1.5s backwards;
}
#contents .merit-section__title {
  animation: mv-fade-slide-up 0.8s ease-out 3.6s both;
}
#contents .merit-title-star--left,
#contents .merit-title-star--right {
  animation: star-spin-loop 5s linear 4.4s infinite backwards;
}
@media (prefers-reduced-motion: reduce) {
  #contents .mv__bg,
  #contents .mv__truck,
  #contents .mv__heading-line1,
  #contents .mv__heading-line2,
  #contents .cta-button-mv,
  #contents .merit-section__title,
  #contents .merit-title-star--left,
  #contents .merit-title-star--right {
    animation: none;
    opacity: 1;
    translate: none;
    rotate: 0deg;
  }
}

#contents .merit-card {
  opacity: 0;
  translate: 0 60px;
}
#contents .lineup-header {
  opacity: 0;
  translate: 0 -40px;
}
#contents .lineup-copy {
  opacity: 0;
  translate: 40px 0;
}
#contents .mv__truck.is-driving-away {
  animation: truck-drive-away 2.1s ease-in forwards;
}
#contents .merit-card.is-visible {
  animation: card-fade-up 0.6s ease-out both;
  animation-delay: calc(var(--card-index, 0) * 0.1s);
}
#contents .lineup-header.is-visible {
  animation: lineup-title-in 0.8s cubic-bezier(0.05, 0.4, 0.5, 1) forwards;
}
#contents .lineup-copy.is-visible {
  animation: lineup-copy-in 1s cubic-bezier(0.5, 0, 0.5, 1) 0.6s both;
}
@media (prefers-reduced-motion: reduce) {
  #contents .mv__truck.is-driving-away {
    animation: none;
  }
  #contents .merit-card {
    opacity: 1;
    translate: none;
    animation: none;
  }
  #contents .lineup-header,
  #contents .lineup-copy {
    opacity: 1;
    translate: none;
    animation: none;
  }
}

@keyframes mv-bg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mv-truck-slidein {
  from {
    translate: 654px 0;
  }
  to {
    translate: 0 0;
  }
}
@keyframes truck-drive-away {
  from {
    translate: 0 0;
  }
  to {
    translate: -110vw 0;
  }
}
@keyframes mv-fade-slide-up {
  from {
    opacity: 0;
    translate: 0 -5px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes star-spin {
  from {
    rotate: -180deg;
  }
  to {
    rotate: 0deg;
  }
}
@keyframes star-spin-loop {
  0% {
    rotate: -180deg;
    animation-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
  }
  16% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes card-fade-up {
  from {
    opacity: 0;
    translate: 0 60px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes lineup-title-in {
  from {
    opacity: 0;
    translate: 0 -40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes lineup-copy-in {
  from {
    opacity: 0;
    translate: 40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}