.m-heading-level2 {
  font-size: 2rem;
  line-height: 1.5;
}
.m-heading-level2 + [class^=m-media] {
  margin-top: 24px;
}

.m-button--topNews {
  background-color: transparent;
}

.m-button-list {
  margin-top: 40px;
}

.m-media {
  margin-top: 32px;
}
.m-media + .m-link-highlight {
  margin-top: 24px;
}

.m-list-news {
  margin-top: 24px;
}
.m-list-news__link {
  padding-left: 20px;
}

.un-box-link + .un-box-link {
  margin-top: 56px;
}
.un-box-link__box {
  background-color: var(--COLOR_BRAND_SECONDARY);
  padding: 40px 20px;
}
.un-box-link__title, .un-box-link__subTitle, .un-box-link__text, .un-box-link__link {
  color: var(--COLOR_BASE_LIGHT);
}
.un-box-link__title {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: clamp(2rem, 2rem + ((1vw - 0.48rem) * (0.9259259259)), 2.25rem);
  gap: 24px;
  justify-content: flex-end;
}
.un-box-link_headingIcon {
  display: block;
  height: 43px;
  width: 50px;
}
.un-box-link__subTitle {
  font-size: 1.25rem;
  margin-top: 16px;
}
.un-box-link__subTitle em {
  font-weight: 400;
}
.un-box-link__text {
  line-height: 1.5;
  margin-top: 8px;
}
.un-box-link__boxLink {
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
.un-box-link__boxLink::before {
  background-image: url("/assets/images/pic-top-box.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -10;
}
.un-box-link__boxLink::after {
  background-color: rgba(77, 77, 77, 0.5);
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
}
.un-box-link__list {
  list-style: none;
}
.un-box-link__item {
  border-bottom: 1px solid var(--COLOR_BASE_LIGHT);
}
.un-box-link__link {
  display: block;
  font-size: 1.25rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.un-box-link__linkText {
  position: relative;
}
.un-box-link__linkText::before, .un-box-link__linkText::after {
  bottom: 0;
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.un-box-link__linkText::before {
  background-color: #b8c4cf;
  border-radius: 50%;
  height: 34px;
  mix-blend-mode: multiply;
  transition: background-color var(--TRANSITION);
  width: 34px;
}
.un-box-link__linkText::after {
  height: 7px;
  right: -37px;
  width: 7px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpolygon%20points%3d%2230%2e21,99%2e94%2019%2e13,88%2e85%2057%2e93,50%2e04%2019%2e13,11%2e23%2030%2e21,0%2e15%2080%2e11,50%2e04%22%2f%3e%3c%2fsvg%3e");
}
.un-box-link--service .un-box-link__boxLink::before {
  background-image: url("/assets/images/pic-top-box2.jpg");
}

.un-panel {
  margin-top: 32px;
}
.un-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.un-panel__link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.un-panel__link::before, .un-panel__link::after {
  content: "";
  position: absolute;
}
.un-panel__link::before {
  background-color: var(--COLOR_BRAND_PRIMARY);
  bottom: 0;
  height: 40px;
  right: 0;
  transition: background-color var(--TRANSITION);
  width: 60px;
}
.un-panel__link::after {
  bottom: 16px;
  height: 8px;
  right: 24px;
  transition: transform var(--TRANSITION);
  width: 8px;
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpolygon%20points%3d%2230%2e21,99%2e94%2019%2e13,88%2e85%2057%2e93,50%2e04%2019%2e13,11%2e23%2030%2e21,0%2e15%2080%2e11,50%2e04%22%2f%3e%3c%2fsvg%3e");
}
.un-panel__content {
  bottom: 48px;
  left: 20px;
  padding-right: 20px;
  position: absolute;
}
.un-panel__title {
  color: var(--COLOR_BASE_LIGHT);
  font-size: 1.375rem;
  font-weight: 400;
}
.un-panel__text {
  color: var(--COLOR_BASE_LIGHT);
  font-size: 0.875rem;
}
.un-panel__media {
  display: block;
  height: 100%;
  max-height: 335px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: -10;
}
.un-panel__media::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 30%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.un-panel__panelImage {
  display: block;
  height: 100%;
  transition: transform var(--TRANSITION);
  width: 100%;
}
@media (min-width: 768px) {
  .m-heading-level2 {
    font-size: 2.25rem;
    line-height: var(--LINE_HEIGHT);
  }
  .m-button-list {
    margin-top: 48px;
  }
  .m-media {
    margin-top: 48px;
  }
  .m-media + .m-button-list {
    margin-top: 30px;
  }
  .m-list-news {
    margin-top: 40px;
  }
  .m-list-news + .m-button-list {
    margin-top: 40px;
  }
  .m-list-news__link {
    padding-left: 30px;
  }
  .un-box-link {
    display: grid;
    grid-template-columns: fit-content(46%) 1fr;
    grid-template-rows: clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (9.2592592593)), 5rem) 1fr clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (18.5185185185)), 7.5rem);
    margin: 0 auto;
    max-width: 1200px;
  }
  .un-box-link + .un-box-link {
    margin-top: 120px;
  }
  .un-box-link__box {
    grid-column: 1/2;
    grid-row: 1/3;
    max-width: 100%;
    padding: clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (9.2592592593)), 5rem) 30px clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (9.2592592593)), 5rem) 0;
    position: relative;
  }
  .un-box-link__box::before, .un-box-link__box::after {
    background-color: var(--COLOR_BRAND_SECONDARY);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
  }
  .un-box-link__box::after {
    left: 100%;
    right: auto;
    width: 90px;
    z-index: -30;
  }
  .un-box-link__boxInner {
    max-width: 380px;
    position: relative;
    z-index: 10;
  }
  .un-box-link__boxLink {
    grid-column: 2/4;
    grid-row: 2/4;
    padding: clamp(1.25rem, 1.25rem + ((1vw - 0.48rem) * (5.787037037)), 2.8125rem) clamp(1.125rem, 1.125rem + ((1vw - 0.48rem) * (4.6296296296)), 2.375rem);
  }
  .un-box-link__boxLinkInner {
    display: grid;
    height: 100%;
  }
  .un-box-link__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .un-box-link__list--business {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);

    & .un-box-link__item {
      
      &:nth-child(even) {
        border-right: 1px solid var(--COLOR_BASE_LIGHT);
      }
      
      &:nth-child(1) {
        grid-row: span 2 / span 2;
        border-bottom-width: 0;
      }
      
      &:nth-child(3) {
        border-right-width: 0;
        border-bottom: 1px solid var(--COLOR_BASE_LIGHT);
      }

      &:nth-child(4) {
        grid-column-start: 2;
        grid-row-start: 2;
      }

      &:nth-child(5) {
        grid-column-start: 3;
        grid-row-start: 2;
      }

    }
  }
  .un-box-link__item {
    align-items: center;
    border-bottom-width: 0;
    display: flex;
    justify-content: center;
  }
  .un-box-link__item:first-child {
    border: 1px solid var(--COLOR_BASE_LIGHT);
    border-left-width: 0;
    border-top-width: 0;
  }
  .un-box-link__item:nth-of-type(2) {
    border-bottom: 1px solid var(--COLOR_BASE_LIGHT);
  }
  .un-box-link__item:nth-of-type(3) {
    border-right: 1px solid var(--COLOR_BASE_LIGHT);
  }
  .un-box-link__link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .un-box-link__inner {
    padding: 0 20px 42px;
  }
  .un-box-link__linkText {
    display: block;
  }
  .un-box-link__linkText::before, .un-box-link__linkText::after {
    bottom: auto;
    left: auto;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
  .un-box-link__linkText::before {
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
  }
  .un-box-link__linkText::after {
    bottom: -30px;
  }
  .un-box-link--service {
    grid-template-columns: 1fr fit-content(46%);
  }
  .un-box-link--service .un-box-link__box {
    grid-column: 2/3;
    padding: clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (9.2592592593)), 5rem) 0 clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * (9.2592592593)), 5rem) 30px;
  }
  .un-box-link--service .un-box-link__box::before {
    left: 100%;
    right: auto;
  }
  .un-box-link--service .un-box-link__box::after {
    left: auto;
    right: 100%;
    width: 90px;
  }
  .un-box-link--service .un-box-link__boxLink {
    grid-column: 1/2;
  }
  .un-box-link--service .un-box-link__item:first-child, .un-box-link--service .un-box-link__item:nth-of-type(2) {
    border-bottom-width: 0;
  }
  .un-panel {
    margin: 48px auto 0;
    max-width: 1440px;
  }
  .un-panel__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 34% repeat(6, 1fr);
    grid-template-rows: 337px 220px;
    list-style: none;
  }
  html[lang=en] .un-panel__inner {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .un-panel__item:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .un-panel__item:nth-of-type(2) {
    grid-column: 2/5;
    grid-row: 1/2;
  }
  .un-panel__item:nth-of-type(3) {
    grid-column: 5/8;
    grid-row: 1/2;
  }
  .un-panel__item:nth-of-type(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .un-panel__item:nth-of-type(5) {
    grid-column: 4/6;
    grid-row: 2/3;
  }
  .un-panel__item:nth-of-type(6) {
    grid-column: 6/8;
    grid-row: 2/3;
  }
  html[lang=en] .un-panel__item:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  html[lang=en] .un-panel__item:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  html[lang=en] .un-panel__item:nth-of-type(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  html[lang=en] .un-panel__item:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  html[lang=en] .un-panel__item:nth-of-type(5) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .un-panel__content {
    left: 30px;
    padding-right: 20px;
  }
  .un-panel__title {
    font-size: 1.25rem;
    font-weight: var(--FONT_WEIGHT_BOLD);
  }
  .un-panel__text {
    font-size: 1rem;
  }
  .un-panel__link {
    height: 100%;
    width: 100%;
  }
  .un-panel__media {
    max-height: inherit;
  }
  .un-panel__panelImage {
    height: 100%;
    object-fit: cover;
  }
  .m-list-news__link:any-link:hover {
    background-color: #f7f9fa;
  }
  .un-box-link__link:any-link:hover .un-box-link__linkText::before {
    background-color: #0066cc;
  }
  .un-panel__link:any-link:hover::before {
    background-color: #4f8ac4;
  }
  .un-panel__link:any-link:hover::after {
    transform: translate(4px);
  }
  .un-panel__link:any-link:hover .un-panel__panelImage {
    transform: scale(1.02);
  }
}
