@charset "UTF-8";
.top-hero {
  /* aspect-ratio: 390 / 726; */
  display: flex;
  flex-direction: column;
  min-height: 86.02svh;
  padding: 32.23svh 0 1.5rem;
  position: relative;
  z-index: 3;
}
.top-hero > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-hero > .inner > .lead {
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 4.62vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.top-hero > .inner > .title {
  color: #000000;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10.26vw;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 3.59vw;
}
.top-hero > .inner > .description {
  color: #000000;
  font-size: 4.1vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4375;
  margin-bottom: 3rem;
}
.top-hero > .background {
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 100%;
}
.top-hero > .background::after {
  aspect-ratio: 390/426;
  background: linear-gradient(347deg, #4B71B9 50%, rgba(221, 220, 234, 0) 82%);
  content: "";
  height: auto;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  z-index: 2;
}
.top-hero > .background .item {
  display: block;
  aspect-ratio: 390/427;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  width: 100%;
}
.top-hero > .background .item.-show {
  opacity: 1;
}
.top-hero > .background .item.-show .image {
  /* transform: scale(1.08) */
  transform: scale(1);
  transition-delay: 0s;
}
.top-hero > .background .item.-show .ornament01 {
  animation: slideOrnament 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0s forwards, slideStandby 2s linear 1.5s forwards;
  /* inset: calc(-47.35% + 1rem) auto auto calc(-35.2% - 1rem) */
}
.top-hero > .background .item.-show .ornament02 {
  animation: slideOrnament 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s forwards, slideStandby 1.7s linear 1.8s forwards;
  /* inset: calc(-60.72% + 1rem) auto auto calc(8.27% - 1rem) */
}
.top-hero > .background .item.-show .ornament03 {
  animation: slideOrnament 1.5s cubic-bezier(0.83, 0, 0.17, 1) 0.15s forwards, slideStandby 1.85s linear 1.65s forwards;
  /* inset: auto calc(-29.33% + 1rem) calc(-33.7% - 1rem) auto */
}
.top-hero > .background .image {
  aspect-ratio: 390/726;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: opacity, transform;
  transition-duration: 5.5s;
  transition-timing-function: ease;
  transition-delay: 1s;
  transform: scale(1.08);
  width: 100%;
}
.top-hero > .background .ornament01,
.top-hero > .background .ornament02,
.top-hero > .background .ornament03 {
  aspect-ratio: 1/1;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  transform: translate(-0.5rem, 0.5rem);
  z-index: 2;
}
.top-hero > .background .ornament01 {
  inset: -24.79% auto auto -35.2%;
  width: 113.6%;
}
.top-hero > .background .ornament02 {
  inset: -30.03% auto auto 8.27%;
  width: 105.07%;
}
.top-hero > .background .ornament03 {
  inset: auto -29.33% 15.15% auto;
  width: 89.33%;
}

@keyframes slideOrnament {
  0% {
    opacity: 1;
    transform: translate(-0.5rem, 0.5rem);
  }
  45% {
    opacity: 0;
    transform: translate(-100%, 100%);
  }
  55% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  100% {
    opacity: 0.4;
    transform: translate(0, 0);
  }
}
@keyframes slideStandby {
  0% {
    opacity: 0.4;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-0.5rem, 0.5rem);
  }
}
.top-hero-menu {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  padding: 0 var(--margin-side-small);
  position: relative;
  z-index: 3;
}
.top-hero-menu > .list > .item {
  transition-property: background-color, border, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: white;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.285;
  line-break: strict;
  min-height: 2.875rem;
  padding: 0.25rem 0.5rem 0.25rem calc(7px + 0.5rem);
  position: relative;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.top-hero-menu > .list > .item::before {
  transition-property: background, width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: var(--color-project-blue);
  content: "";
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  width: 7px;
  z-index: 1;
}
.top-hero-menu > .list > .item::after {
  background-color: currentColor;
  content: "";
  -webkit-mask-image: url(../images/common/icon/arrow_right.svg);
  mask-image: url(../images/common/icon/arrow_right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 1rem;
  width: 1rem;
  z-index: 2;
}
.top-hero-menu > .list > .item > .inner {
  position: relative;
  z-index: 2;
}
.top-hero-menu > .list > .item:hover {
  border-color: var(--color-project-blue);
  color: var(--color-white);
}
.top-hero-menu > .list > .item:hover::before {
  background-color: var(--color-project-light-blue);
  width: 100%;
}

.top-main-layout {
  position: relative;
}
.top-main-layout::before, .top-main-layout::after {
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  width: 12.25rem;
  z-index: 1;
}
.top-main-layout::before {
  background-image: url(../images/common/image_ornament01-sp.png);
  top: -4.625rem;
  left: -5.25rem;
}
.top-main-layout::after {
  background-image: url(../images/common/image_ornament02-sp.png);
  top: -4.625rem;
  right: -6.5rem;
}
.top-main-layout.-show::before, .top-main-layout.-show::after {
  animation: slideOrnamentContent 0.75s cubic-bezier(0.83, 0, 0.17, 1) 0s forwards;
}
.top-main-layout.-show::after {
  animation-delay: 0.15s;
}
.top-main-layout > .title {
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.top-main-layout > .content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.top-main-item {
  display: flex;
  flex-direction: column;
}
.top-main-item > .image {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.6s;
  border-radius: 10px;
  line-height: 0;
  margin-bottom: -3.5rem;
  position: relative;
  overflow: hidden;
  transform-origin: right center;
  transform: scale(0, 1);
}
.top-main-item > .image img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.top-main-item > .image::after {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0s;
  background: linear-gradient(90deg, #002B7E 0%, #DDDCEA 103.5%);
  content: "";
  display: block;
  height: 100%;
  transform-origin: left center;
  transform: scale(1, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-main-item > .text {
  transition-property: opacity, filter, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  background-color: var(--color-white);
  border-radius: 10px 10px 0 10px;
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0 2rem auto;
  opacity: 0;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  transform: translateY(1.5rem);
}
.top-main-item > .text::before {
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #4B71B9, #DDDCEA);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 2.25rem;
}
.top-main-item > .text::after {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/icon/arrow_right.svg);
  mask-image: url(../images/common/icon/arrow_right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  min-width: 1rem;
  position: absolute;
  inset: auto 0.25rem 0.125rem auto;
  width: 1rem;
}
.top-main-item > .text > .site-text-standard {
  min-height: 2.57rem;
}
.top-main-item:hover > .image img {
  transform: scale(1.05);
}
.top-main-item.-show > .image {
  transform-origin: left center;
  transform: scale(1, 1);
  transition-delay: 0s;
}
.top-main-item.-show > .image::after {
  transform-origin: right center;
  transform: scale(0, 1);
  transition-delay: 0.6s;
}
.top-main-item.-show > .text {
  opacity: 1;
  transform: translateY(0);
}

.top-sub-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.top-sub-item {
  background-color: var(--color-white);
  border-radius: 10px 10px 0 10px;
  color: var(--color-black);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.top-sub-item::before {
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #4B71B9, #DDDCEA);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 2.25rem;
}
.top-sub-item::after {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/icon/arrow_right.svg);
  mask-image: url(../images/common/icon/arrow_right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  min-width: 1rem;
  position: absolute;
  inset: auto 0.25rem 0.125rem auto;
  width: 1rem;
}
.top-sub-item > .image {
  overflow: hidden;
  line-height: 0;
  min-width: 50%;
  width: 50%;
}
.top-sub-item > .image img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.top-sub-item > .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.top-sub-item:hover > .image img {
  transform: scale(1.05);
}

.top-about-layout {
  position: relative;
}
.top-about-layout::before, .top-about-layout::after {
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  width: 12.25rem;
  z-index: 1;
}
.top-about-layout::before {
  background-image: url(../images/common/image_ornament01-sp.png);
  top: -4.625rem;
  left: -5.25rem;
}
.top-about-layout::after {
  background-image: url(../images/common/image_ornament02-sp.png);
  top: -4.625rem;
  right: -6.5rem;
}
.top-about-layout.-show::before, .top-about-layout.-show::after {
  animation: slideOrnamentContent 0.75s cubic-bezier(0.83, 0, 0.17, 1) 0s forwards;
}
.top-about-layout.-show::after {
  animation-delay: 0.15s;
}
.top-about-layout > .title {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.top-about-layout > .description {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.top-about-layout > .button {
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.top-about-layout > .button > .site-button-primary {
  margin: auto;
}
.top-about-layout > .video {
  aspect-ratio: 16/9;
  border-radius: 24px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-about-layout > .video iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.top-news-layout {
  display: grid;
  gap: 0;
  grid-template-areas: "title" "list" "button";
  grid-template-columns: 1fr;
  position: relative;
}
.top-news-layout::before, .top-news-layout::after {
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  width: 12.25rem;
  z-index: 1;
}
.top-news-layout::before {
  background-image: url(../images/common/image_ornament01-sp.png);
  top: -4.625rem;
  left: -5.25rem;
}
.top-news-layout::after {
  background-image: url(../images/common/image_ornament02-sp.png);
  top: -4.625rem;
  right: -6.5rem;
}
.top-news-layout.-show::before, .top-news-layout.-show::after {
  animation: slideOrnamentContent 0.75s cubic-bezier(0.83, 0, 0.17, 1) 0s forwards;
}
.top-news-layout.-show::after {
  animation-delay: 0.15s;
}
.top-news-layout > .title {
  grid-area: title;
  margin-bottom: 4rem;
}
.top-news-layout > .list {
  grid-area: list;
  margin-bottom: 3rem;
}
.top-news-layout > .button {
  grid-area: button;
}

.top-links-layout {
  display: grid;
  gap: 2px 0;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
.top-links-layout > .item {
  transition-property: background-color, color;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: rgba(51, 51, 51, 0.5);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  height: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 3rem var(--margin-side-small);
  position: relative;
  width: 100%;
}
.top-links-layout > .item::before {
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.top-links-layout > .item::after {
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/icon/popup.svg);
  mask-image: url(../images/common/icon/popup.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  min-width: 1rem;
  position: absolute;
  inset: 50% 8.21vw auto auto;
  transform: translateY(-50%);
  width: 1rem;
}
.top-links-layout > .item.-kyujin::before {
  background-image: url(../images/top/image_kyujin.jpg);
}
.top-links-layout > .item.-shushoku::before {
  background-image: url(../images/top/image_shushoku.jpg);
}
.top-links-layout > .item:hover {
  background-color: rgba(208, 234, 247, 0.75);
  color: var(--color-project-light-blue);
}
.top-links-layout > .item:hover::before {
  transform: scale(1.05);
}

.top-other-layout {
  position: relative;
}
.top-other-layout::before, .top-other-layout::after {
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  width: 12.25rem;
  z-index: 1;
}
.top-other-layout::before {
  background-image: url(../images/common/image_ornament01-sp.png);
  top: -4.625rem;
  left: -5.25rem;
}
.top-other-layout::after {
  background-image: url(../images/common/image_ornament02-sp.png);
  top: -4.625rem;
  right: -6.5rem;
}
.top-other-layout.-show::before, .top-other-layout.-show::after {
  animation: slideOrnamentContent 0.75s cubic-bezier(0.83, 0, 0.17, 1) 0s forwards;
}
.top-other-layout.-show::after {
  animation-delay: 0.15s;
}
.top-other-layout > .title {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.top-other-layout > .content {
  position: relative;
  z-index: 2;
}

.top-other-list {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
.top-other-list > .list > .item {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 0.5rem;
}
.top-other-list > .list > .item::after {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/icon/arrow_right.svg);
  mask-image: url(../images/common/icon/arrow_right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  min-width: 1rem;
  width: 1rem;
}
.top-other-list > .list > .item:hover {
  color: var(--color-project-light-blue);
}

.top-ticker {
  background-image: url(../images/top/image_ticker-sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  line-height: 0;
  overflow: hidden;
  padding: 4rem 0;
  white-space: nowrap;
}
.top-ticker > .inner {
  display: flex;
  white-space: nowrap;
}
.top-ticker > .inner > img {
  height: 7.25rem;
  min-height: 7.25rem;
  padding-right: 4rem;
  width: auto;
}
.top-ticker.-slide > .inner {
  animation: textSlider 80s infinite linear;
}

@keyframes textSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideOrnamentContent {
  0% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) {
  .top-hero {
    min-height: 52.19vw;
    padding: 21.72vw 0 2.5rem;
  }
  .top-hero > .inner > .lead {
    font-size: clamp(1.125rem, 1.41vw, 1.438rem);
  }
  .top-hero > .inner > .title {
    font-size: clamp(2.5rem, 3.13vw, 3.25rem);
    margin-bottom: clamp(1.5rem, 1.88vw, 1.938rem);
  }
  .top-hero > .inner > .description {
    font-size: clamp(1rem, 1.25vw, 1.313rem);
    margin-bottom: 3rem;
  }
  .top-hero > .background::after {
    aspect-ratio: 1280/278;
    background: linear-gradient(0deg, #4B71B9 21%, rgba(221, 220, 234, 0) 79%);
  }
  .top-hero > .background .ornament01 {
    inset: -7.03% auto auto -10.39%;
    width: 38.98%;
  }
  .top-hero > .background .ornament02 {
    inset: -3.2% auto auto 14.53%;
    width: 22.73%;
  }
  .top-hero > .background .ornament03 {
    inset: auto -7.5% 5.7% auto;
    width: 38.98%;
  }
  .top-hero-menu {
    gap: 0.75rem;
    grid-template-columns: repeat(4, 1fr);
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--content-primary) + var(--margin-side) * 2);
    padding-right: var(--margin-side);
    padding-left: var(--margin-side);
    width: 100%;
  }
  .top-main-layout::before, .top-main-layout::after {
    width: 30.813rem;
  }
  .top-main-layout::before {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    left: -10.125rem;
  }
  .top-main-layout::after {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    right: -8.125rem;
  }
  .top-main-layout > .title {
    margin-bottom: 4rem;
  }
  .top-main-layout > .content {
    gap: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-main-item > .image {
    margin-bottom: -4.5rem;
  }
  .top-main-item > .text {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .top-main-item > .text::before {
    width: 2.625rem;
  }
  .top-main-item > .text::after {
    right: 0.375rem;
    bottom: 0.25rem;
  }
  .top-sub-layout {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-sub-item {
    flex-direction: column;
  }
  .top-sub-item::before {
    width: 2.625rem;
  }
  .top-sub-item::after {
    right: 0.375rem;
    bottom: 0.25rem;
  }
  .top-sub-item > .image {
    min-width: auto;
    width: 100%;
  }
  .top-sub-item > .image img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .top-sub-item > .text {
    gap: 1.5rem;
    padding: 2rem 1.5rem 1.5rem;
  }
  .top-about-layout::before, .top-about-layout::after {
    width: 30.813rem;
  }
  .top-about-layout::before {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    left: -10.125rem;
  }
  .top-about-layout::after {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    right: -8.125rem;
  }
  .top-about-layout > .description {
    margin-bottom: 3rem;
  }
  .top-about-layout > .button {
    margin-bottom: 6.25rem;
  }
  .top-news-layout::before, .top-news-layout::after {
    width: 30.813rem;
  }
  .top-news-layout::before {
    background-image: url(../images/common/image_ornament01.png);
    top: -12rem;
    left: -20.438rem;
  }
  .top-news-layout::after {
    content: none;
  }
  .top-news-layout {
    gap: 4rem 0;
    grid-template-areas: "title list" "button list";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }
  .top-news-layout > .title {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 21.875rem;
    padding-top: 2.5rem;
  }
  .top-news-layout > .list {
    margin-bottom: 0;
  }
  .top-news-layout > .button {
    margin-top: 0;
    margin-bottom: auto;
    max-width: 21.875rem;
  }
  .top-links-layout {
    gap: 0 0.75rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
  .top-links-layout > .item {
    padding: 6.25rem var(--margin-side);
  }
  .top-links-layout > .item::after {
    min-width: 1.5rem;
    right: 2.5rem;
    width: 1.5rem;
  }
  .top-other-layout::before, .top-other-layout::after {
    width: 30.813rem;
  }
  .top-other-layout::before {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    left: -10.125rem;
  }
  .top-other-layout::after {
    background-image: url(../images/common/image_ornament01.png);
    top: -14.375rem;
    right: -8.125rem;
  }
  .top-other-layout > .title {
    margin-bottom: 4.5rem;
  }
  .top-other-list {
    gap: 0 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .top-ticker {
    background-image: url(../images/top/image_ticker.png);
  }
}