.t-top-layout__item > :first-child {
  margin-top: 0 !important;
}
.t-top-layout__item > :last-child {
  margin-bottom: 0 !important;
}

.t-top-l-culture {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #fff 100%), url("../png/index-top-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 16px 71px;
  position: relative;
}
.t-top-layout {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.t-top-box__inner {
  background-color: #f3f5fa;
  padding: 34px 16px 32px;
  transition: var(--TRANSITION);
}
.t-top-heading {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  position: relative;
}
.t-top-heading::before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  content: "";
  height: 2px;
  position: absolute;
  top: -34px;
  width: 80px;
}

.t-top-heading__mainText {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.t-top-heading__subText {
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 18px;
  font-weight: bold;
}
.t-top-text {
  margin-top: 16px;
}

.t-top-text__item {
  font-size: 15px;
}
.t-top-text-lead {
  margin-top: 40px;
}

.t-top-text-lead__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.t-top .t-top-list-description__title {
  font-size: 15px;
}
.t-top .m-text-includesEmphasis__text {
  font-size: 22px;
  line-height: 1.5;
}
.t-top .m-text-includesEmphasis__subText {
  font-size: 15px;
}
.t-top .m-text-includesEmphasis__subText:has(+ .m-text-includesEmphasis__text),
.t-top .m-text-includesEmphasis__text:has(+ .m-text-includesEmphasis__subText) {
  margin-right: 4px;
}
.t-top-list-description {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin-top: 48px;
}

.t-top-list-description__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.t-top-list-description__item::after {
  background-image: radial-gradient(circle at left 1px top 1px, #646d76 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 5px 2px;
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  margin: 0 5px;
  min-width: 15px;
}

.t-top-list-description__content {
  order: 2;
}
.m-text {
  margin-top: 24px;
}

.m-text__item + .m-text__item {
  margin-top: 16px;
}

.m-text-type2 {
  margin-top: 16px;
}

.m-text-type2__item {
  color: #646d76;
  font-size: 0.875rem;
}

.m-text-type2__item + .m-text-type2__item {
  margin-top: 16px;
}

.m-text-includesEmphasis__text {
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
}

.m-text-includesEmphasis__subText:has(+ .m-text-includesEmphasis__text),
.m-text-includesEmphasis__text:has(+ .m-text-includesEmphasis__subText) {
  margin-right: 8px;
}
.m-text-lead {
  margin-top: 32px;
}

.m-text-lead__text {
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 1.125rem;
  line-height: 1.5;
}
.m-text-label {
  background-color: #f3f5fa;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 16px;
  text-align: center;
}

.m-text-hr {
  background-color: #d8d8d8;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 0;
  margin-top: 48px;
  width: 100%;
}

@media (min-width: 768px) {
  .t-top-l-culture {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url("../png/index-top-bg.png");
    padding: 100px 32px 140px;
  }
  .t-top-l-culture__image {
    margin: 68px -10px 0 auto;
    width: fit-content;
  }
  .t-top-layout {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 5vw;
    margin: 0 auto;
    max-width: 1200px;
  }
  .t-top-box__inner {
    max-width: 620px;
    padding: 40px 60px;
  }
  .t-top-box:any-link:hover .t-top-box__inner {
    box-shadow: 0 0 #000, 0 0 #000, 0px 14px 10px rgba(14, 51, 108, 0.06), 40px 30px 40px rgba(14, 51, 108, 0.12);
  }
  .t-top-heading {
    gap: 16px 0;
  }
  .t-top-heading::before {
    height: 100%;
    left: -60px;
    top: 0;
    width: 3px;
  }
  .t-top-heading__mainText {
    font-size: 40px;
  }
  .t-top-heading__subText {
    font-size: 24px;
  }
  .t-top-text__item {
    font-size: 18px;
  }
  .t-top-text-lead {
    margin-top: 64px;
  }
  .t-top-text-lead__text {
    font-size: 24px;
    font-weight: normal;
  }
  .t-top .t-top-list-description__title {
    font-size: 16px;
  }
  .t-top .m-text-includesEmphasis__text {
    font-size: 28px;
  }
  .t-top .m-text-includesEmphasis__subText {
    font-size: 16px;
  }
  .t-top-list-description {
    gap: 8px 0;
  }
  .t-top-list-description__content {
    flex: 0 0 auto;
  }
  .t-top-list-description__item::after {
    margin: 0 16px;
    min-width: 35px;
  }
  .m-text-includesEmphasis__text {
    font-size: 2rem;
  }
  .m-text-lead__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .t-top-l-culture__image {
    display: none;
  }
}
