@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/
.h-100 {
  height: 100px;
}

.top-hero-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 98px;
  margin-top: -98px;
}

.top-hero-block-inner {
  display: block;
}

.top-hero-title-box {
  position: relative;
}

.top-hero-title {
  padding: 0 5vw;
  font-size: 6vw;
  font-weight: 700;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.top-hero-title__slide {
  padding: 0 4vw;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align-last: center;  
}

.top-hero-title__slide.is--active {
  display: block;
  opacity: 1;
  animation: fadeIn 1.5s ease-in 0s forwards;
}

.top-hero-title__slide.is--fadeout {
  opacity: 0;
  animation: fadeOut 1.5s ease-in 0s forwards;
}

.top-hero-news {
  padding: 25px 5vw;
}

.top-hero-news a {
  display: flex;
  align-items: center ;
  color: #1D2088;
  font-size: 1.4rem;
}

.top-hero-news a:hover .outerLink .b {
  stroke: currentColor;
}

.top-story-block {
  padding-top: 64px;
  margin-top:-64px;
}

.top-story-block-inner {
  padding: 50px 5vw 45px;
  background-position: center;
  background-size: cover;
}

.top-story-title {
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.top-story-txt__head {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: center;
}

/* .top-story-txt__bottom {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: center;
} */

.top-story-btn {
  font-size: 1.6rem;
  text-align: center;
}

.top-story-btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
}
.top-story-btn a:focus-visible {
  border: none;
  outline: 2px solid #1877f2;
}

.top-story-btn a::before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
}

.top-information-block {
  padding: 65px 5vw;
}

.top-information-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 48px;
  text-align: left;
}
.top-information-contents {
  display: inline-block;
}

.top-information-img {
  margin-bottom: 25px;
}

.top-information-img img {
  vertical-align: bottom;
}

.top-information-txt {
  position: relative;
}

.top-information-data {
  margin-bottom: 35px;
}

.top-information-data__head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
}

.top-information-data__body {
  text-align: left;
  font-size: 1.6rem;
  line-height: 28px;
  position: relative;
  padding-right: 26px;
}

.top-information-txt i {
  display: none;
  margin-left: 6px;
  vertical-align: middle;
}

.outerlink .top-information-txt i,
i.outerlink {
  display: inline-block;
}

.top-information-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.top-information-detailBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-information-detailBtn:hover .top-detail-btn {
  color: #1d2088;
}

.top-detail-txt {
  -webkit-transition: 0.7s;
  border-bottom: 1px solid #000;
  transition: 0.7s;
  font-weight: 700;
  white-space: nowrap;
}

.top-detail-txt:hover {
  border-bottom: 1px solid #1d2088;
}

.top-detail-txt a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-detail-square-btn {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.top-detail-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.top-detail-list-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.top-detail-btn.m--list-btn {
  position: relative;
  margin-right: 30px;
}

.top-detail-list-btn.m--list-btn {
  position: relative;
  margin-right: 30px;
}

.top-detail-btn.m--list-btn::after {
  background: url(/images/top/icn-square.png);
  background-position: center;
  background-size: 36px 36px;
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  border-right: none;
  border-top: none;
}

.top-detail-list-btn.m--list-btn::after {
  background: url(/images/top/icn-square.png);
  background-position: center;
  background-size: 36px 36px;
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  border-right: none;
  border-top: none;
}

.top-detail-btn::before {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  position: absolute;
}

.top-detail-btn2::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  position: absolute;
}

.top-detail-btn::after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.top-detail-btn2::after {
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.top-detail-list-btn::after {
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  position: absolute;
}

.top-detail-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-news-block {
  padding: 50px 5vw 55px;
  background-color: #F5FCFF;
}

.top-news-title-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

.top-news-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top-news-title-area p {
  font-size: 1.6rem;
  a{
    text-decoration: underline;
  }
}

.top-news-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

.top-news-about-list__item {
  position: relative;
  margin-right: 30px;
  font-size: 1.3rem;
}

.top-news-about-list__item a {
  text-decoration: underline;
}

.top-news-about-list__item::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -15px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #656565;
  border-right: 1px solid #656565;
  content: "";
}

.top-news-about-list__item:last-child {
  margin-right: 0;
}

.top-news-about-list__item:last-child::after {
  display: none;
}

.top-news-about-list__item span {
  display: inline-block;
  width: 10px;
  margin-left: 4px;
}

.top-news-select-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.top-news-select-list__item {
  border-radius: 30px;
  color: #1D2088;
  font-size: 1.3rem;
}

.top-news-select-list__item a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #1D2088;
  border-radius: 30px;
  transition: 0.7s;
}

.top-news-select-list__item a:hover {
  background-color: #1d2088;
  color: #ffffff;
}

.top-news-select-list__item.m--active {
  background-color: #1D2088;
  color: #ffffff;
}

.top-news-select-list__item.m--active a {
  color: #ffffff;
}

.under-news-select-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 230px;
  margin-bottom: 10px;
}

.under-news-select-list__item {
  border-radius: 30px;
  color: #1D2088;
  font-size: 1.3rem;
}

.under-news-select-list__item a,
.under-news-select-list__item span {
  display: block;
  padding: 5px 15px;
  border: 1px solid #1D2088;
  border-radius: 30px;
  transition: 0.7s;
}

.under-news-select-list__item a:hover {
  background-color: #1d2088;
  color: #ffffff;
}

.under-news-select-list__item.m--active {
  background-color: #1D2088;
  color: #ffffff;
}

.under-news-select-list__item.m--active a {
  color: #ffffff;
}

.top-news-list {
  margin-bottom: 30px;
  display:none;
}

.top-news-list.active {display:block;}

.top-news-list__item {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.6rem;
}

.top-news-list__item a {
  display: block;
}

.top-news-data {
  position: relative;
}

.top-news-data__head {
  margin-bottom: 15px;
}

.top-news-data__head span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 20px;
  margin-left: 15px;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #1D2088;
  color: #FFFFFF;
  font-size: 1rem;
}

a .top-news-data__body.m--txt {
  padding-right: 58px;
  text-decoration: underline;
}

.top-news-data__body.m--txt span {
  display: inline-block;
}

.top-news-data__body.m--btn {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 42px;
  height: 42px;
}

.top-news-data__body.m--btn::before {
  box-sizing: border-box;
  border: 1px solid #1D2088;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  width: 42px;
}

.top-news-data__body.m--btn::after {
  left: calc(50% - 2px);
  width: 7px;
  height: 7px;
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
  transform: translateX(-50%) rotate(45deg);
}

.top-news-data__body.m--btn a {
  width: 100%;
  height: 100%;
  font-weight: 700;
}

.top-news-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.top-news-detailBtn.m--list-btn {
  position: relative;
}

.top-news-detailBtn.m--list-btn:hover .top-detail-btn.m--list-btn::after {
  background: url(/images/top/icn-square-reverse.png);
  background-position: center;
  background-size: 36px 36px;
  position: absolute;
  right: 30px;
  width: 36px;
  height: 36px;
  content: "";
  border-right: none;
  border-top: none;
}

.top-news-detailBtn.m--list-btn {
  position: relative;
}

.top-event-detailBtn.m--list-btn:hover .top-detail-btn.m--list-btn::after {
  background: url(/images/top/icn-square-reverse.png);
  background-position: center;
  background-size: 36px 36px;
  position: absolute;
  right: 30px;
  width: 36px;
  height: 36px;
  content: "";
  border-right: none;
  border-top: none;
}

.top-news-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-event-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.top-event-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-event-block {
  padding: 55px 5vw 65px;
}

.top-event-title-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.top-event-title {
  padding-right: 15px;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 48px;
}

.top-event-rss-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.top-event-rss-list__item {
  position: relative;
  margin-right: 30px;
  font-size: 1.3rem;
}

.top-event-rss-list__item a {
  text-decoration: underline;
}

.top-event-rss-list__item::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -15px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #656565;
  border-right: 1px solid #656565;
  content: "";
}

.top-event-rss-list__item:last-child {
  margin-right: 0;
}

.top-event-rss-list__item:last-child::after {
  display: none;
}

.top-event-rss-list__item span {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
}

.top-event-list {
  margin-bottom: 35px;
}

.top-event-list__item {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.6rem;
}

.top-event-list__item a {
  display: block;
}

.top-event-data {
  position: relative;
}

.top-event-data__head {
  margin-bottom: 15px;
}

a .top-event-data__body.m--txt {
  color: #333;
  padding-right: 58px;
  text-decoration: underline;
}

.top-event-data__body.m--txt span {
  display: inline-block;
}

.top-event-data__body.m--btn {
  position: absolute;
  right: 27px;
  bottom: 30px;
}

.top-event-data__body.m--btn::before {
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #1D2088;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  top: 20px;
}

.top-event-data__body.m--btn::after {
  left: 14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.top-event-data__body.m--btn.external {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.top-event-data__body.m--btn.external .outerLink {
  width: 42px;
}

.top-event-data__body.m--btn a {
  width: 100%;
  height: 100%;
  font-weight: 700;
}

.top-eventFreeTxt {
  font-size: 16px;
  margin: 30px 0;
}

.top-trend-block {
  padding: 40px 5vw 55px;
  background-color: #F5FCFF;
}

.top-trend-title {
  margin-bottom: 25px;
  color: #1d2088;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

.top-trend-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.top-trend-list__item {
  margin: 0 8px 8px 0;
  border: 1px solid #1D2088;
  border-radius: 30px;
  background-color: transparent;
  color: #1D2088;
  font-size: 1.3rem;
}

.top-trend-list__item a {
  color: #1D2088;
  padding: 6px 20px;
  display: block;
}

.top-future-block {
  position: relative;
  padding: 65px 0 0;
}

.top-future-bg-contents {
  z-index: -1;
  position: absolute;
  top: 260px;
  left: 0;
  width: 90%;
  height: 2145px;
  background-color: #1D2088;
  content: "";
  opacity: 0.8;
}

.top-future-bg-contents.en {
  z-index: -1;
  position: absolute;
  top: 260px;
  left: 0;
  width: 90%;
  height: 1820px;
  background-color: #1D2088;
  content: "";
  opacity: 0.8;
}

.top-future-bg-contents::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-top-left02.png);
  background-size: 146px 84px;
  content: "";
}

.top-future-bg-contents::after {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-bottom-right02.png);
  background-size: 146px 84px;
  content: "";
}

.top-future-title-box {
  width: 80%;
  margin-top: -25px;
  margin-left: 5vw;
}

.top-future-title-outer {
  display: inline-block;
}

.top-future-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
}

.top-future-title span {
  font-size: 1.4rem;
  font-weight: 700;
}

.top-future-title-img {
  z-index: -2;
  position: relative;
  margin-right: 5vw;
}

.top-future-txt {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
}

.top-future-contents-box {
  padding: 0 5vw 35px;
}

.top-future-contents-list {
  max-width: 400px;
  margin: 0 auto;
}

.top-future-contents-list__item {
  -webkit-box-shadow: 0 0 8px gray;
  margin-bottom: 15px;
  padding: 0 0 30px 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px gray;
}

.top-future-contents-list__item a {
  display: block;
}

.top-future-contents-img img {
  -webkit-transition: 0.7s;
  vertical-align: bottom;
  transition: 0.7s;
}

.top-future-contents-data {
  margin-bottom: 25px;
  padding: 25px 15px 0;
}

.top-future-contents-data__head {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.top-future-contents-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
}

.top-future-contents-data__body span {
  margin-left: 15px;
}

.top-future-contents-data__copybtn {
  width: 16px;
  height: 14px;
}

.top-future-contents-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.top-future-contents-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-future-article-box {
  padding: 45px 5vw 30px;
  background: url(../images/top/bg-unisys-article.png);
  background-position: top 130px right;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

.top-future-article-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: 700;
}

.top-future-article-list {
  max-width: 400px;
  margin: 0 auto;
}

.top-future-article-list__item {
  margin-bottom: 30px;
}

.top-future-article-list__item a {
  display: block;
}

.top-future-article-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.top-future-article-data__head {
  -webkit-transition: 0.7s;
  font-size: 1.6rem;
  line-height: 28px;
  transition: 0.7s;
}

.top-future-article-img-data {
  position: relative;
}

.top-future-article-img-data__head {
  -ms-flex-line-pack: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 15px;
  left: 15px;
  align-content: center;
  justify-content: space-between;
  width: 90%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top-future-article-img-data__body {
  position: relative;
  margin-bottom: 15px;
}

.top-future-article-img-data__body  {
  position: relative;
  /* position: absolute;
  right: 27px;
  bottom: 30px; */
}

.top-future-article-img-data__head::before {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  position: absolute;
  right: -250px;
}

.top-future-article-img-data__head::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -248px;
}

.top-future-article-img-data__body img {
  -webkit-transition: 0.7s;
  vertical-align: bottom;
  transition: 0.7s;
}

.top-future-article-img-data__body img:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.modScaleList__img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.modScaleListWrap a:hover .modScaleList__img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.modScaleListWrap a:hover .topFutureList__txtSec {
  opacity: .7;
}

.top-service-block {
  position: relative;
}

.top-service-bg-contents {
  z-index: -1;
  position: absolute;
  top: 200px;
  right: 0;
  width: 90%;
  height: 1310px;
  background-color: #1D2088;
  content: "";
  opacity: 0.8;
}

.top-service-bg-contents::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-top-left02.png);
  background-size: 146px 84px;
  content: "";
}

.top-service-bg-contents::after {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-bottom-right02.png);
  background-size: 146px 84px;
  content: "";
}

.top-service-title-box {
  width: 80%;
  margin-top: -45px;
  margin-right: 5vw;
  margin-left: auto;
}

.top-service-title-img {
  z-index: -2;
  position: relative;
}

.top-service-title-img img {
  vertical-align: bottom;
}

.top-service-title-outer {
  display: inline-block;
}

.top-service-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
  position: relative;
  width: fit-content;
}

.top-service-title span {
  font-size: 1.4rem;
  font-weight: 700;
}

.top-service-txt {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
}

.top-service-contents-list {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 5vw 30px;
}

.top-service-contents-list__item {
  -webkit-box-shadow: 0 0 8px grey;
  margin-bottom: 15px;
  padding: 0 0 30px 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px grey;
}

.top-service-contents-list__item a {
  display: block;
}

.top-service-contents-list__item:last-child {
  margin-bottom: 0;
}

.top-service-contents-img img {
  vertical-align: bottom;
}

.top-service-contents-data {
  margin-bottom: 25px;
  padding: 25px 15px 0;
}

.top-service-contents-data__head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.top-service-contents-data__body {
  font-size: 1.6rem;
  line-height: 28px;
}

.top-service-contents-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
}

.top-service-contents-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-service-solution-box {
  padding: 60px 5vw 70px;
  background: url(../images/top/bg-solution-service.png);
  background-position: top 130px left;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

.top-service-solution-title {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.top-service-solution-list {
  max-width: 400px;
  margin: 0 auto;
}

.top-service-solution-list__item {
  margin-bottom: 30px;
}

.top-service-solution-list__item a {
  display: block;
}

.top-service-solution-list__item:last-child {
  margin-bottom: 0;
}

.top-service-solution-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.top-service-solution-data__head {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
}

.top-service-solution-data__body {
  margin-bottom: 15px;
}

.top-service-solution-data__body img {
  -webkit-transition: 0.7s;
  vertical-align: bottom;
  transition: 0.7s;
}

.top-service-solution-data__body img:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.top-service-link-box {
  max-width: 400px;
  margin: 0 auto;
}

.top-service-link-solution {
  position: relative;
}

.top-service-link-solution a {
  color: #FFFFFF;
}

.top-service-link-single-box {
  height: 254px;
  position: relative;
}

.top-service-link-single-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-single-box span {
  padding: 0 5vw;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-service-link-double-box {
  position: relative;
}

.top-service-link-double-box-top {
  height: 254px;
}

.top-service-link-double-box-top a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-double-box-top span {
  padding: 0 5vw;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
}

.top-service-link-double-box-bottom {
  height: 254px;
}

.top-service-link-double-box-bottom a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-double-box-bottom span {
  padding: 0 5vw;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  top: 73%;
}
.top-serviceLinkBlock--single {
  margin: 0 auto;
  max-width: 1004px;
  overflow: hidden;
}
.top-serviceLinkBlock--single a {
  display: inline-block;
  position: relative;
}
.top-serviceLinkBlock--single a:hover {
  transform: scale(1.1);
  transition: all .7s;
}
.top-serviceLinkBlock--single img {
  width: 100%;
  height: auto;
}
.top-serviceLinkBlock--single span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-serviceLinkBlock--double {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1004px;
}
.top-serviceLinkBlock--double a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.top-serviceLinkBlock--double a:hover {
  transform: scale(1.1);
  transition: all .7s;
}
.top-serviceLinkBlock--double img {
  width: 100%;
  height: auto;
}
.top-serviceLinkBlock--double .top-serviceLinkBlock__first,
.top-serviceLinkBlock--double .top-serviceLinkBlock__second {
  overflow: hidden;
  aspect-ratio: 251 / 170;
}
.top-serviceLinkBlock--double .top-serviceLinkBlock__first img,
.top-serviceLinkBlock--double .top-serviceLinkBlock__second img {
  aspect-ratio: 251 / 170;
}
.top-serviceLinkBlock--double .top-serviceLinkBlock__first span,
.top-serviceLinkBlock--double .top-serviceLinkBlock__second span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-serviceLinkBlock--oneToTwo {
  margin: 0 auto;
  display: grid;
  flex-wrap: wrap;
  max-width: 1004px;
  grid-template-areas: 
  "bunner1"
  "bunner2"
  "bunner3";
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__first {
  grid-area: bunner1;
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__second {
  grid-area: bunner2;
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__third {
  grid-area: bunner3;
}

.top-serviceLinkBlock--oneToTwo a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.top-serviceLinkBlock--oneToTwo a:hover {
  transform: scale(1.1);
  transition: all .7s;
}
.top-serviceLinkBlock--oneToTwo img {
  width: 100%;
  height: 100%;
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__first,
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__second,
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__third {
  overflow: hidden;
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__first img {
  aspect-ratio: 251 / 170;
}
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__second img,
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__third img {
  aspect-ratio: 251 / 85;
}

.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__first span,
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__second span,
.top-serviceLinkBlock--oneToTwo .top-serviceLinkBlock__third span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-serviceLinkBlock--twoToOne {
  margin: 0 auto;
  display: grid;
  flex-wrap: wrap;
  max-width: 1004px;
  grid-template-areas: 
  "bunner1"
  "bunner3"
  "bunner2";
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__first {
  grid-area: bunner1;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__second {
  grid-area: bunner2;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__third {
  grid-area: bunner3;
}
.top-serviceLinkBlock--twoToOne a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.top-serviceLinkBlock--twoToOne a:hover {
  transform: scale(1.1);
  transition: all .7s;
}
.top-serviceLinkBlock--twoToOne img {
  width: 100%;
  height: 100%;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__first,
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__second,
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__third {
  overflow: hidden;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__first img,
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__third img {
  aspect-ratio: 251 / 85;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__second img {
  aspect-ratio: 251 / 170;
}
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__first span,
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__second span,
.top-serviceLinkBlock--twoToOne .top-serviceLinkBlock__third span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
/* .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__third,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth {
  height: 127px;
} */
.top-serviceLinkBlock--quadruple {
  line-height: 0;
}
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first a,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second a,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__third a,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth a {
  display: inline-block;
  position: relative;
  height: 100%;
}

.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first span,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second span,
.top-serviceLinkBlock--quadruple  .top-serviceLinkBlock__third span,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth span {
  padding: 0 12vw 0 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first img,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second img,
.top-serviceLinkBlock--quadruple  .top-serviceLinkBlock__third img,
.top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth img {
  width: 100%;
  height: auto;
}

.top-service-link-quadruple-second-box {
  height: 127px;
}

.top-service-link-quadruple-second-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-quadruple-second-box p {
  padding: 0 5vw;
  font-size: 2.0rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  position: absolute;
  bottom: 8%;
}

.top-service-link-quadruple-second-box .subtext {
  padding: 0 5vw;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 32px;
  color: #ffffff;
  line-height: 2.2;
  position: absolute;
  bottom: 7.3%;
}

.top-service-link-quadruple-third-box {
  height: 127px;
}

.top-service-link-quadruple-third-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-quadruple-third-box p {
  padding: 0 5vw;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  bottom: 5.6%;
}

.top-service-link-quadruple-third-box .subtext {
  padding: 0 5vw;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 32px;
  color: #ffffff;
  position: absolute;
  bottom: 4.8%;
}

.top-service-link-quadruple-fourth-box {
  height: 127px;
}

.top-service-link-quadruple-fourth-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-quadruple-fourth-box p {
  padding: 0 5vw;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 3.2%;
}

.top-service-link-quadruple-fourth-box .subtext {
  padding: 0 5vw;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.2;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 2.4%;
}

.top-service-link-solution {
  height: 231px;
}

.top-service-link-solution a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-solution span {
  padding: 0 37vw 0 5vw;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-service-link-program {
  height: 141px;
  /* background: url(../images/top/img-dummy02.png);
  background-position: center;
  background-size: cover; */
  position: relative;
}

.top-service-link-program a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top-service-link-program p {
  padding: 0 5vw;
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 34%;
}

.top-service-link-program .subtext {
  padding: 0 5vw;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 2.2;
  position: absolute;
  top: 56%;
}

/* .top-service-link-program a::after {
  background: url(../images/top/pc/icn-link.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 16px;
  bottom: 16px;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
} */

.top-service-link-net {
  height: 141px;
  /* background: url(../images/top/img-dummy03.png);
  background-position: center;
  background-size: cover; */
  position: relative;
}

.top-service-link-net p {
  padding: 0 5vw;
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 35%;
}

.top-service-link-net .subtext {
  z-index: 5;
  padding: 0 5vw;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.2;
  position: absolute;
  top: 57%;
}

.top-service-link-net a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* .top-service-link-net a::after {
  background: url(../images/top/pc/icn-link.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 16px;
  bottom: 16px;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
} */

.top-sustainability-block {
  position: relative;
  margin-bottom: 70px;
  padding: 70px 0 0;
}

.top-sustainability-bg-contents {
  z-index: -1;
  position: absolute;
  top: 240px;
  left: 0;
  width: 90%;
  height: 1275px;
  background-color: #1D2088;
  content: "";
  opacity: 0.8;
}

.top-sustainability-bg-contents::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-top-left02.png);
  background-size: 146px 84px;
  content: "";
}

.top-sustainability-bg-contents::after {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 146px;
  height: 84px;
  background: url(../images/top/img-bg-bottom-right02.png);
  background-size: 146px 84px;
  content: "";
}

.top-sustainability-title-img {
  z-index: -2;
  position: relative;
  margin-right: 5vw;
}

.top-sustainability-title-img img {
  vertical-align: bottom;
}

.top-sustainability-title-box {
  width: 80%;
  margin-top: -60px;
  margin-left: 5vw;
}

.top-sustainability-title-outer {
  display: inline-block;
}

.top-sustainability-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  line-height: 40px;
}

.top-sustainability-title span {
  font-size: 1.4rem;
  font-weight: 700;
}

.top-sustainability-txt {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
}

.top-sustainability-list {
  max-width: 400px;
  margin: 0 auto 65px;
  padding: 0 5vw;
}

.top-sustainability-list__item {
  -webkit-box-shadow: 0 0 8px gray;
  margin-bottom: 15px;
  padding: 0 0 30px 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px gray;
}

.top-sustainability-list__item a {
  display: block;
}

.top-sustainability-list__item:last-child {
  margin-bottom: 0;
}

.top-sustainability-img img {
  vertical-align: bottom;
}

.top-sustainability-data {
  margin-bottom: 25px;
  padding: 25px 15px 0;
}

.top-sustainability-data__head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.top-sustainability-data__body {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 28px;
}

.top-sustainability-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.top-sustainability-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-sustainability-btn {
  width: 90%;
  max-width: 375px;
  margin: 0 auto 70px;
  border: 1px solid #d1053b;
}

.top-sustainability-btn-inner {
  text-align: center;
}

.top-sustainability-btn-inner a {
  -webkit-transition: 0.7s;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px 0;
  color: #d1053b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.7s;
}

.top-sustainability-btn-inner a:hover {
  background-color: #d1053b;
  color: #FFFFFF;
}

.top-sustainability-workLife-box {
  position: relative;
}

.top-sustainability-workLife-box a {
  display: block;
}

.top-sustainability-workLife-data__head {
  position: absolute;
  padding-bottom: 7px;
  top: 28px;
  left: 15px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #FFFFFF;
}

.top-sustainability-workLife-data__head span {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  width: fit-content;
}

.top-investor-block {
  padding: 0 0 70px;
}

.top-investor-block-inner {
  position: relative;
}

.top-investor-bg {
  z-index: -10;
  position: absolute;
  top: 100px;
  right: 0;
  width: 90%;
  height: 700px;
  background-color: #1D2088;
}

.top-investor-bg::before {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 223px;
  height: 129px;
  background: url(../images/top/img-bg-top-right.png);
  background-size: 222px 130px;
  content: "";
}

.top-investor-bg::after {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 223px;
  height: 129px;
  background: url(../images/top/img-bg-bottom-left.png);
  background-size: 222px 130px;
  content: "";
}

.top-investor-title-box {
  position: relative;
  margin: 0 5vw 30px 0;
}

.top-investor-title {
  position: absolute;
  bottom: 25px;
  left: 15px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.top-investor-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 30px;
}

.top-investor-title-img img {
  vertical-align: bottom;
}

.top-investor-contents-list {
  max-width: 400px;
  margin: 0 auto 50px;
  padding: 0 5vw;
}

.top-investor-contents-list__item {
  -webkit-box-shadow: 0 0 8px gray;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 8px gray;
}

.top-investor-contents-list__item a {
  display: block;
}

.top-investor-contents-list__item:last-child {
  margin-bottom: 0;
}

.top-investor-contents-img {
  margin-bottom: 25px;
}

.top-investor-contents-img img {
  vertical-align: bottom;
}

.top-investor-contents-data {
  margin-bottom: 25px;
  padding: 0 15px;
}

.top-investor-contents-data__head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.top-investor-contents-data__body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
}

.top-investor-contents-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  padding-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.top-investor-contents-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-shareholders-box {
  padding: 50px 5vw 0;
}

.top-shareholders-title {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.top-shareholders-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.top-shareholders-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 25px/2);
  border: 1px solid #1D2088;
}

.top-shareholders-list__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  color: #1d2088;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
}

.top-shareholders-list__item a span {
  display: block;
}

.top-shareholders-list__item:nth-child(2n) {
  margin-right: 0;
}

.top-recruit-title-box {
  position: relative;
  margin: 0 0 30px 5vw;
}

.top-recruit-title {
  position: absolute;
  bottom: 25px;
  left: 15px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
  display: flex;
  flex-direction: column;
}

.top-recruit-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 30px;
}

.top-recruit-block-inner {
  position: relative;
}

.top-recruit-bg {
  z-index: -10;
  position: absolute;
  top: 100px;
  left: 0;
  width: 90%;
  height: 700px;
  background-color: #1D2088;
}

.top-recruit-bg::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 223px;
  height: 129px;
  background: url(../images/top/img-bg-top-left.png);
  background-size: 222px 130px;
  content: "";
}

.top-recruit-bg::after {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 223px;
  height: 129px;
  background: url(../images/top/img-bg-bottom-right.png);
  background-size: 222px 130px;
  content: "";
}

.top-recruit-title-img img {
  vertical-align: bottom;
}

.top-recruit-list {
  max-width: 400px;
  margin: 0 auto 50px;
  padding: 0 5vw;
}

.top-recruit-list__item {
  -webkit-box-shadow: 0 0 8px gray;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 8px gray;
}

.top-recruit-list__item a {
  display: block;
}

.top-recruit-list__item:last-child {
  margin-bottom: 0;
}

.top-recruit-img {
  margin-bottom: 25px;
}

.top-recruit-data {
  margin-bottom: 25px;
  padding: 0 15px;
}

.top-recruit-data__head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.top-recruit-data__body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
}

.top-recruit-detailBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  padding-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.top-recruit-detailBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top-recruit-information-box {
  padding: 50px 5vw 80px;
}

.top-recruit-information-title {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 40px;
}

.top-recruit-information-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    gap: 0 25px;
}

.top-recruit-information-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #1D2088;
  width: calc(50% - 25px/2);
}

.top-recruit-information-list__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  color: #1d2088;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  height: 100%;
}

.top-recruit-information-list__item a span {
  display: block;
}

.fade-in {
  -webkit-transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}

.top-head-scroll {
  display: none;
}

.scroll-txt {
  color: #000;
  fill: #000;
}

.scroll__ico {
  fill: #000;
}

/*WhoWeAreのレイアウト変更時クラスも変えたので追加*/
.topFutureList .topFutureList__imgSec {
  margin-bottom: 10px;
  overflow: hidden;
}

.topFutureList .topFutureList__txtSec {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
}

.extraLink {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .top-hero-block {
    padding: 0;
    z-index: 1;
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 108px;
    margin-top: -108px;
  }

  .top-hero-block-inner {
    margin: 0 auto;
  }

  .top-hero-title-box img {
    height: 50vw;
    object-fit: cover;
  }

  .top-hero-title {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    letter-spacing: 0.3em;
    font-size: 2.8rem;
  }

  .en .top-hero-title {
    letter-spacing: .1em;
  }

  .top-hero-title__slide {
    padding: 0 10vw;
  }

  .top-hero-news {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 1;
    text-align: center;
  }

  .top-hero-news a {
    font-size: 1.4rem;
  }

  .top-hero-news a:hover {
    border-bottom: 1px solid #1d2088;
  }

  .top-story-block {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    padding-top: 100px;
    margin-top:-100px;
    overflow: hidden;
    margin: -100px auto 0;
    max-width: 1920px;
  }

  .top-story-block-inner {
    padding: 65px 0 70px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
  }

  .top-story-block-inner::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: url(../images/top/pc/img-bg-story.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center; */
  }

    /* .top-story-block-inner:hover::after {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    } */

  .top-story-title {
    margin-bottom: 30px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 1;
    position: relative;
  }

  .top-story-txt__head {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 32px;
    position: relative;
    z-index: 1;
    padding: 0 100px;
  }

  /* .top-story-txt__bottom {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 32px;
    position: relative;
    z-index: 1;
  } */

  .top-story-btn {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .top-story-btn a {
    -webkit-transition: 0.7s;
    padding: 10px;
    transition: 0.7s;
  }

  .top-story-btn a:hover {
    background-color: #ffffff;
    color: #000000;
  }

  .top-story-btn a:hover::before {
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
  }

  .top-story-btn a::before {
    -webkit-transition: 0.7s;
    top: 19px;
    transition: 0.7s;
  }

  .top-information-block-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-information-contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transition: 0.7s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-information-contents:hover .top-information-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-information-txt {
    transition: 0.7s;
  }

  .top-information-contents:hover .top-information-txt {
    opacity: 0.7;
  }

  .top-information-title {
    font-size: 3.6rem;
  }

  .top-information-img {
    -webkit-transition: 0.7s;
    width: 48%;
    margin-bottom: 0;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-information-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-information-data {
    margin-bottom: 25px;
  }

  .top-information-data__head {
    margin-bottom: 15px;
  }

  .top-information-data__body {
    width: auto;
  }

  .top-information-txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    padding: 20px 10px;
  }

  .top-future-block {
    max-width: 1920px;
    margin: 0 auto;
  }

  .top-future-contents-list__item {
    transition: 0.7s;
  }

  .top-future-contents-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-future-contents-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-future-contents-list__item .top-detail-btn::after {
    transition: 0.7s;
  }
  
  .top-future-contents-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-information-contents {
    max-width: auto;
    padding: 0 20px;
    transition: 0.7s;
  }

  .top-information-contents .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-information-contents:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-information-contents .top-detail-btn::after {
    transition: 0.7s;
  }
  
  .top-information-contents:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-recruit-block {
    margin: 0 auto;
    max-width: 1920px;
  }

  .top-recruit-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-recruit-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-recruit-list__item .top-detail-btn::after {
    transition: 0.7s;
  }
  
  .top-recruit-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-investor-contents-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-investor-contents-list__item .top-detail-btn::after {
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-investor-contents-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-investor-contents-list__item .top-detail-btn::after {
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-sustainability-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-sustainability-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-sustainability-list__item .top-detail-btn::after {
    transition: 0.7s;
  }

  .top-sustainability-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-service-contents-list__item .top-detail-btn::before {
    transition: 0.7s;
  }

  .top-service-contents-list__item:hover .top-detail-btn::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-service-contents-list__item .top-detail-btn::after {
    transition: 0.7s;
  }

  .top-service-contents-list__item:hover .top-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .top-news-block {
    padding: 70px 5vw;
  }

  .top-news-block-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-news-title-area {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}

  .top-news-title {
    font-size: 3.6rem;
  }

  .top-news-about-list__item span {
    display: inline-block;
    width: 10px;
  }

  .top-news-select-list__item.m--active a {
    color: #ffffff;
  }

  .top-news-data:hover .top-news-data__body {
    transition: 0.7s;
  } 

  .top-news-data .top-news-data__body::before {
    transition: 0.7s;
  } 
  
  .top-news-data:hover .top-news-data__body::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  } 

  .top-news-data:hover .top-news-data__body::after {
    transition: 0.7s;
  } 
  
  .top-news-data:hover .top-news-data__body::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  } 

  a .top-news-data__body.m--txt {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  a:hover .top-news-data__body.m--txt {
    color: #1d2088;
  }

  .top-news-data__body.m--btn {
    width: 50px;
    height: 50px;
  }
  
  .top-news-data__body.m--btn::before {
    width: 50px;
    height: 50px;
  }
  
  .top-news-data__body.m--btn::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #1D2088;
    border-right: 2px solid #1D2088;
  }
  
  
  .top-news-data__head span {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    height: auto;
    padding: 1px 10px;
  }

  .top-event-block {
    padding: 60px 5vw 70px;
  }

  .top-event-block-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-event-title {
    font-size: 3.6rem;
  }

  .top-event-list {
    margin-bottom: 30px;
  }

  .top-event-data:hover .top-event-data__body {
    transition: 0.7s;
  } 

  .top-event-data .top-event-data__body::before {
    transition: 0.7s;
  } 
  
  .top-event-data:hover .top-event-data__body::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  } 

  .top-event-data__body.m--btn.external .outerLink {
    width: 50px;
  }

  .top-event-data:hover .top-event-data__body::after {
    transition: 0.7s;
  } 
  
  .top-event-data:hover .top-event-data__body::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  } 

  a .top-event-data__body.m--txt {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  a:hover .top-event-data__body.m--txt {
    color: #1d2088;
  }

  .top-event-data__body.m--btn {
    bottom: 25px;
    right: 65px;
  }
  
  .top-event-data__body.m--btn::before {
    width: 50px;
    height: 50px;
    top: -34px;
    left: 30px;
  }
  
  .top-event-data__body.m--btn::after {
    left: 48px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1D2088;
    border-right: 2px solid #1D2088;
    top: -31px;
  }

  .top-trend-block-inner {
    max-width: 844px;
    margin: 0 auto;
  }

  .top-trend-title {
    font-size: 2.2rem;
  }

  .top-trend-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: initial;
    margin-bottom: 15px;
    padding: 0 25px;
    font-size: 2.2rem;
  }

  .top-trend-list__item {
    margin: 0 15px 15px 0;
  }

  .top-trend-list__item a {
    -webkit-transition: 0.7s;
    display: block;
    padding: 6px 20px;
    border-radius: 30px;
    transition: 0.7s;
  }

  .top-trend-list__item a:hover {
    background-color: #1d2088;
    color: #ffffff;
  }

  .top-future-bg-contents {
    top: 185px;
    left: 0;
    width: 95%;
    height: 230px;
  }

  .top-future-bg-contents.en {
    z-index: -1;
    position: absolute;
    top: 185px;
    left: initial;
    width: 95%;
    height: 230px;
    background-color: #1D2088;
    content: "";
    opacity: 0.8;
  }

  .top-future-bg-contents::before {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-top-left02.png);
    background-position: center;
  }

  .top-future-bg-contents::after {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-bottom-right02.png);
    background-position: center;
  }

  .top-future-title-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 192px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .top-future-title {
    font-size: 2rem;
  }

  .top-future-title::after {
    position: absolute;
    right: -115px;
    bottom: 34px;
    width: 86px;
    height: 1px;
    background-color: #ffffff;
    content: "";
  }

  .top-future-title span {
    font-size: 2.2rem;
  }

  .top-future-title-img {
    width: 95%;
    max-width: 1808px;
    margin: 0 auto 0 0;
  }

  .top-future-txt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .top-future-contents-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: -30px auto 0;
  }

  .top-future-contents-list__item {
    -webkit-box-shadow: none;
    -webkit-transition: 0.7s;
    width: 48%;
    margin-right: 3%;
    border: none;
    box-shadow: none;
    transition: 0.7s;
  }

  .top-future-contents-list__item:hover .top-future-contents-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-future-contents-list__item .top-future-contents-data {
    transition: 0.7s;
  }

  .top-future-contents-list__item:hover .top-future-contents-data {
    opacity: 0.7;
  }

  .top-future-contents-list__item:hover .top-detail-txt {
    opacity: 0.7;
  }

  .top-future-contents-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-future-contents-img {
    margin-bottom: 20px;
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-future-contents-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-future-contents-data {
    padding: 0;
  }

  .top-future-article-box {
    padding: 70px 5vw;
    background: url(../images/top/pc/bg-unisys-article.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .top-future-article-title {
    max-width: 1004px;
    margin: 0 auto 30px;
  }

  .top-future-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-future-article-list__item {
    width: calc(25% - 6%/4);
    margin-right: 2%;
    margin-bottom: 0;
  }

  .top-future-article-list__item:nth-child(4n) {
    margin-right: 0;
  }

  .top-future-article-list__item:not(:nth-last-child(-n+4)) {
    margin-bottom: 2%;
  }

  .top-future-article-data {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-future-article-data:hover .top-future-article-data__head {
    opacity: 0.7;
  }

  .top-future-article-img-data__head {
    bottom: 15px;
  }

  .top-future-article-img-data__head::before {
    right: -150px;
  }
  
  .top-future-article-img-data__head::after {
    right: -146px;
  }

  .top-future-article-img-data__body {
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-service-block {
    margin: 70px auto 0;
    max-width: 1920px;
  }

  .top-service-bg-contents {
    top: 50px;
    right: 0;
    width: 95%;
    height: 300px;
  }

  .top-service-bg-contents::before {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-top-left02.png);
    background-position: center;
  }

  .top-service-bg-contents::after {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-bottom-right02.png);
    background-position: center;
  }

  .top-service-title-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .top-service-title-img {
    width: 95%;
    max-width: 1808px;
    margin: 0 0 0 auto;
  }

  .top-service-title {
    font-size: 2rem;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: flex;
    flex-direction: column;
    max-width: max-content;
  }

  .top-service-title::after {
    position: absolute;
    right: -110px;
    bottom: 20px;
    width: 86px;
    height: 1px;
    background-color: #ffffff;
    content: "";
   }

  .top-service-title span {
    font-size: 2.2rem;
  }

  .top-service-txt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .top-service-contents-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: -30px auto 0;
  }

  .top-service-contents-list__item {
    -webkit-box-shadow: none;
    -webkit-transition: 0.7s;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    padding: 0;
    box-shadow: none;
    transition: 0.7s;
  }

  .top-service-contents-list__item:hover .top-detail-txt {
    opacity: 0.7;
  }

  .top-service-contents-list__item:hover .top-service-contents-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-service-contents-data {
    padding: 0;
  }

  .top-service-contents-list__item:hover .top-service-contents-data {
    opacity: 0.7;
  }

  .top-service-contents-list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .top-service-contents-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-service-contents-img {
    margin-bottom: 20px;
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-service-contents-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-service-solution-box {
    padding: 70px 5vw;
    background: url(../images/top/pc/bg-solution-service.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .top-service-solution-title {
    max-width: 1004px;
    margin: 0 auto 30px;
    font-size: 3.6rem;
  }

  .top-service-solution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-service-solution-list__item {
    width: 24%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .top-service-solution-list__item:nth-child(2n) {
    margin-right: 2%;
  }

  .top-service-solution-data {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-service-solution-data:hover .top-service-solution-data__head {
    opacity: 0.7;
  }

  .top-service-solution-data__body {
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-service-link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 65px 0;
  }

  .top-service-link-single-box {
    width: 90%;
    height: 340px;
    max-width: 1004px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .7s;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-single-box a {
    transition: all .7s;
  }

  .top-service-link-single-box span {
    padding: 0 1vw;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .top-service-link-single-box:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }
  
  .top-service-link-double-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 340px;
    max-width: 1004px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top-service-link-double-box-top {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-double-box-top span{
    padding: 0 1vw;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .top-service-link-double-box-top:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-double-box-bottom {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-double-box-bottom span {
    padding: 0 1vw;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .top-service-link-double-box-bottom:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }
  .top-serviceLinkBlock--double {
    flex-wrap: nowrap;
  }
  .top-serviceLinkBlock--oneToTwo {
    grid-template-areas: 
    "bunner1   bunner2"
    "bunner1   bunner3";
  }
  .top-serviceLinkBlock--twoToOne {
    grid-template-areas: 
    "bunner1   bunner2"
    "bunner3   bunner2";
  }
  .top-serviceLinkBlock--quadruple {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    line-height: 1;
  }

  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second,
  .top-serviceLinkBlock--quadruple  .top-serviceLinkBlock__third,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth {
    overflow: hidden;
    width: 50%;
    aspect-ratio: 251 / 85;
  }

  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first span,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second span,
  .top-serviceLinkBlock--quadruple  .top-serviceLinkBlock__third span,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth span {
    padding: 0 1vw;
    font-size: 2.2rem;
  }

  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__first:hover a,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__second:hover a,
  .top-serviceLinkBlock--quadruple  .top-serviceLinkBlock__third:hover a,
  .top-serviceLinkBlock--quadruple .top-serviceLinkBlock__fourth:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-quadruple-second-box {
    width: 50%;
    height: 50%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-quadruple-second-box p{
    position: absolute;
    top: 28%;
    padding: 0 1vw;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #ffffff;
  }

  .top-service-link-quadruple-second-box .subtext{
    position: absolute;
    top: 56%;
    padding: 0 1vw;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    color: #ffffff;        
  }

  .top-service-link-quadruple-second-box:hover a{
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-quadruple-third-box {
    width: 50%;
    height: 50%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-quadruple-third-box p{
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 1vw;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #ffffff;
  }

  .top-service-link-quadruple-third-box .subtext{
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 1vw;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    color: #ffffff;
  }

  .top-service-link-quadruple-third-box:hover a{
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-quadruple-fourth-box {
    width: 50%;
    height: 50%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-quadruple-fourth-box p{
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 1vw;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #ffffff;
  }

  .top-service-link-quadruple-fourth-box .subtext{
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 1vw;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    color: #ffffff;
  }

  .top-service-link-quadruple-fourth-box:hover a{
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-solution {
    height: 340px;
    width: 50%;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-solution span{
    display: block;
    padding: 0 1vw;
    font-size: 2.2rem;
    color: #ffffff;       
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    top: -50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .top-service-link-solution:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-sub-box {
    width: 50%;
  }

  .top-service-link-program {
    height: 170px;
    overflow: hidden;
    position: relative;
  }

  .top-service-link-program p {
    padding: 0 1vw;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: absolute;
    top: 29%;
  }

  .top-service-link-program .subtext {
    padding: 0 1vw;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    position: absolute;
    top: 56%;
  }

  .top-service-link-program:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-program a::after {
    right: 20px;
    bottom: 20px;
  }

  .top-service-link-net {
    height: 170px;
    overflow: hidden;
  }

  .top-service-link-net p {
    padding: 0 1vw;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    top: -70%;
  }

  .top-service-link-net .subtext {
    padding: 0 1vw;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    position: relative;
    top: -62%;
  }

  .top-service-link-net:hover a {
    transform: scale(1.1);
    transition: all .7s;
  }

  .top-service-link-net a::after {
    right: 20px;
    bottom: 20px;
  }

  .top-sustainability-block {
    max-width: 1920px;
    margin: 0 auto;
    padding: 35px 0 0;
  }

  .top-sustainability-bg-contents {
    top: 90px;
    left: 0;
    width: 95%;
    height: 300px;
    margin: 0 auto;
  }

  .top-sustainability-bg-contents::before {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-top-left02.png);
    background-position: center;
  }

  .top-sustainability-bg-contents::after {
    width: 60px;
    height: 34px;
    background: url(../images/top/pc/img-bg-bottom-right02.png);
    background-position: center;
  }

  .top-sustainability-title-img {
    width: 95%;
    max-width: 1808px;
    margin: 0 auto 0 0;
  }

  .top-sustainability-title-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .top-sustainability-title {
    font-size: 2rem;
  }

  .top-sustainability-title::after {
    position: absolute;
    right: -110px;
    bottom: 15px;
    width: 86px;
    height: 1px;
    background-color: #ffffff;
    content: "";
  }

  .top-sustainability-title span {
    font-size: 2.2rem;
  }

  .top-sustainability-txt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .top-sustainability-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: -30px auto 65px;
  }

  .top-sustainability-list__item {
    -webkit-box-shadow: none;
    -webkit-transition: 0.7s;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    transition: 0.7s;
  }

  .top-sustainability-list__item:hover .top-sustainability-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-sustainability-list__item:hover .top-detail-txt {
    opacity: 0.7;
  }

  .top-sustainability-data {
    padding: 0;
  }

  .top-sustainability-list__item:hover .top-sustainability-data {
    opacity: 0.7;
  }

  .top-sustainability-list__item {
    width: 48%;
    margin-right: 4%;
  }

  .top-sustainability-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-sustainability-img {
    margin-bottom: 20px;
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-sustainability-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-sustainability-btn {
    margin: 0 auto 90px;
  }

  .top-sustainability-workLife-box {
    width: 100%;
    max-width: 844px;
    height: auto;
    margin: 0 auto;
  }

  .top-sustainability-workLife-data {
    transition: 0.7s;
  }

  .top-sustainability-workLife-data:hover {
    opacity: 0.7;
  }

  .top-sustainability-workLife-data__head {
    top: 85px;
    left: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 3.1rem;
    letter-spacing: 0.1em;
    line-height: 60px;
  }

  .top-investor-block {
    padding: 100px 0;
    max-width: 1920px;
    margin: 0 auto;
  }

  .top-investor-bg {
    top: 210px;
    right: 0;
    left: 0;
    width: 100%;
    height: 313px;
    margin: 0 auto;
  }

  .top-investor-bg::before {
    width: 280px;
    height: 235px;
    background: url(../images/top/pc/img-bg-top-right.png);
  }

  .top-investor-bg::after {
    width: 280px;
    height: 135px;
    background: url(../images/top/pc/img-bg-bottom-left.png);
  }

  .top-investor-title-box {
    z-index: -1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .top-investor-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: flex;
    bottom: 50px;
    left: 140px;
    flex-direction: column;
    font-size: 4rem;
  }

  .top-investor-title::after {
    position: absolute;
    right: -110px;
    bottom: 20px;
    width: 86px;
    height: 1px;
    background-color: #ffffff;
    content: "";
  } 

  .top-investor-title span {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .top-investor-title-img {
    max-width: 961px;
  }

  .top-investor-contents-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 1004px;
    margin: -30px auto 0;
  }

  .top-investor-contents-list__item {
    -webkit-box-shadow: none;
    -webkit-transition: 0.7s;
    width: 48%;
    margin-right: 4%;
    box-shadow: none;
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-investor-contents-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-investor-contents-list__item:hover .top-detail-txt {
    opacity: 0.7;
  }

  .top-investor-contents-list__item:hover .top-investor-contents-data {
    opacity: 0.7;
  }

  .top-investor-contents-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-investor-contents-img {
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-investor-contents-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-investor-contents-data {
    padding: 0;
  }

  .top-shareholders-box {
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-shareholders-title {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }

  .top-shareholders-list {
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 0 15px;
  }

  .top-shareholders-list__item {
    flex: 1;
    width: inherit;
  }

  .top-shareholders-list__item:hover .top-detail-btn2::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-shareholders-list__item .top-detail-btn2::after {
    transition: 0.7s;
  }

  .top-shareholders-list__item:hover .top-detail-btn2::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }

  .top-shareholders-list__item a {
    -webkit-transition: 0.7s;
    font-size: 1.6rem;
    transition: 0.7s;
  }

  .top-shareholders-list__item a:hover {
    opacity: 0.7;
  }

  .top-recruit-title-box {
    display: block;
    z-index: -1;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto -30px;
  }

  .top-recruit-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: flex;
    right: 100px;
    bottom: 120px;
    left: auto;
    flex-direction: column;
    font-size: 3rem;
  }

  .top-recruit-title::after {
    position: absolute;
    right: -80px;
    bottom: 15px;
    width: 56px;
    height: 1px;
    background-color: #ffffff;
    content: "";
  }

  .top-recruit-title span {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .top-recruit-bg {
    top: 200px;
    right: 0;
    left: 0;
    width: 100%;
    height: 313px;
    margin: 0 auto;
  }

  .top-recruit-bg::before {
    width: 250px;
    height: 125px;
    background: url(../images/top/pc/img-bg-top-left.png);
  }

  .top-recruit-bg::after {
    width: 315px;
    height: 300px;
    background: url(../images/top/pc/img-bg-bottom-right.png);
  }

  .top-recruit-title-img {
    width: 100%;
    max-width: 961px;
    margin: 0 0 0 auto;
  }

  .top-recruit-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    max-width: 1004px;
    margin: 0 auto;
  }

  .top-recruit-list__item {
    -webkit-box-shadow: none;
    -webkit-transition: 0.7s;
    width: 48%;
    margin-right: 4%;
    box-shadow: none;
    transition: 0.7s;
  }

  .top-recruit-list__item:hover .top-recruit-img img {
    -webkit-transform: scale(1.07);
    -webkit-transition: 0.7s;
    transform: scale(1.07);
    transition: 0.7s;
  }

  .top-recruit-list__item:hover .top-detail-txt {
    opacity: 0.7;
  }

  .top-recruit-list__item:hover .top-recruit-data {
    opacity: 0.7;
  }

  .top-recruit-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-recruit-img {
    -webkit-transition: 0.7s;
    overflow: hidden;
    transition: 0.7s;
  }

  .top-recruit-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .top-recruit-data {
    padding: 0;
  }

  .top-recruit-data__head {
    font-size: 2.2rem;
  }

  .top-recruit-data__body {
    font-size: 1.6rem;
  }

  .top-recruit-information-box {
    max-width: 1004px;
    margin: 0 auto;
    padding: 65px 5vw 100px;
  }

  .top-recruit-information-title {
    font-size: 3.6rem;
  }

  .top-recruit-information-list {
    -ms-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:nowrap;
    gap: 40px;
  }

  .top-recruit-information-list__item {
    margin-bottom: 0;
    width: inherit;
    flex: 1;
  }

  .top-recruit-information-list__item .top-detail-btn2::before {
    transition: 0.7s;
  }

  .top-recruit-information-list__item:hover .top-detail-btn2::before {
    border: 1px solid #1D2088;
    background-color: #1D2088;
  }

  .top-recruit-information-list__item .top-detail-btn2::after {
    transition: 0.7s;
  }

  .top-recruit-information-list__item:hover .top-detail-btn2::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }

  .top-recruit-information-list__item a {
    -webkit-transition: 0.7s;
    font-size: 1.6rem;
    transition: 0.7s;
  }

  .top-recruit-information-list__item a:hover {
    opacity: 0.7;
  }

  .top-detail-txt {
    padding: 5px 0;
    font-weight: 700;
  }

  .top-recruit-detailBtn a {
    width: 100%;
    justify-content: flex-end;
  }

  .top-sustainability-detailBtn a {
    width: 100%;
    justify-content: flex-end;
  }

  .top-investor-contents-detailBtn a {
    width: 100%;
    justify-content: flex-end;
  }

  .top-future-contents-detailBtn {
    width: 100%;
    justify-content: flex-end;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: right;
  }

  .top-head-scroll {
    position: absolute;
    top: 355px;
    right: 37px;
    z-index: 5;
    display: block;
  }

  /*WhoWeAreのレイアウト変更時クラスも変えたので追加*/
  .topFutureLists {
    flex-wrap: wrap;
  }
  .topFutureLists .topFutureLists__item {
    width: calc(100%/4 - 60px/4);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .topFutureLists .topFutureLists__item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 900px) {
  .top-future-bg-contents {
    height: 300px;
  }

  .top-future-bg-contents.en {
    height: 300px;
    top: 185px;
  }

  .top-future-title-box {
    top: 205px;
  }

  .top-service-bg-contents {
    height: 350px;
  }

  .top-service-title {
    display: inline-block;
    font-size: 40px;
    line-height: 1.25;
  }
  .top-service-title::after {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    position: initial;
  }
  .top-service-title span {
    margin-bottom: 15px;
    display: block;
  }

  .top-sustainability-bg-contents {
    top: 175px;
  }

  .top-sustainability-title-box {
    top: 195px;
  }

  .top-future-title {
    font-size: 40px;
  }

  .top-sustainability-title {
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .top-service-title-box {
    top: 100px;
  }
  .top-service-bg-contents {
    height: 390px;
  }

  .top-sustainability-title-box {
    top: 215px;
  }

  .top-recruit-title {
    right: 150px;
    font-size: 4rem;
  }

  .top-future-title {
    font-size: 4rem;
  }

  .top-recruit-title::after {
    right: -120px;
    width: 86px;
  }

  .top-investor-bg {
    top: 210px;
    right: 0;
    left: 0;
    width: 100%;
    height: 413px;
    margin: 0 auto;
  }

  .top-investor-bg::before {
    width: 580px;
    height: 335px;
  }

  .top-investor-bg::after {
    width: 580px;
    height: 335px;
  }

  .top-recruit-bg {
    top: 200px;
    right: 0;
    left: 0;
    width: 100%;
    height: 413px;
    margin: 0 auto;
  }

  .top-recruit-bg::before {
    width: 580px;
    height: 335px;
  }

  .top-recruit-bg::after {
    width: 580px;
    height: 335px;
  }
}

@media print, screen and (min-width: 1100px) {
  .top-future-bg-contents {
    top: 266px;
  }

  .top-future-bg-contents.en {
    top: 266px;
  }

  .top-future-title-box {
    top: 300px;
  }

  .top-service-bg-contents {
    top: 205px;
  }

  .top-service-title-box {
    top: 230px;
  }
  .top-service-contents-list {
    margin-top: 80px;
  }

  .top-sustainability-bg-contents {
    top: 240px;
  }

  .top-sustainability-title-box {
    top: 285px;
  }
}

@media print, screen and (min-width: 1200px) {
  .top-future-bg-contents {
    top: 310px;
  }

  .top-future-bg-contents.en {
    top: 310px;
  }

  .top-future-title-box {
    top: 340px;
  }
  .top-service-contents-list {
    margin-top: -30px;
  }

  .top-service-bg-contents {
    top: 200px;
    height: 350px;
  }

  .top-service-title-box {
    top: 250px;
  }

  .top-sustainability-bg-contents {
    top: 285px;
  }

  .top-sustainability-title-box {
    top: 335px;
  }
  
  .top-service-title {
    font-size: 4rem;
  }
}

@media print, screen and (min-width: 1240px) {
  .top-future-bg-contents {
    top: 350px;
  }

  .top-future-bg-contents.en {
    top: 350px;
  }

  .top-future-title-box {
    top: 380px;
  }

  .top-service-bg-contents {
    top: 205px;
  }

  .top-sustainability-bg-contents {
    top: 300px;
  }
}

@media print, screen and (min-width: 1350px) {
  .top-future-bg-contents {
    top: 350px;
  }

  .top-future-bg-contents.en {
    top: 350px;
  }

  .top-future-title-box {
    top: 410px;
  }
  .top-hero-title-box img {
    height: 675px;
    object-fit: cover;
  }

}

@media print, screen and (min-width: 1440px) {
  .top-future-bg-contents {
    top: 440px;
    height: 260px;
  }

  .top-future-bg-contents.en {
    top: 440px;
    height: 260px;
  }

  .top-future-title-box {
    top: 460px;
  }

  .top-service-bg-contents {
    top: 333px;
  }

  .top-service-title-box {
    top: 368px;
  }

  .top-sustainability-bg-contents {
    top: 369px;
  }

  .top-sustainability-title-box {
    top: 404px;
  }
  
}

@media print, screen and (min-width: 1500px) {

  .top-future-title-box {
    top: 480px;
  }

  .top-future-bg-contents {
    top: 417px;
  }

  .top-future-bg-contents.en {
    top: 417px;
  }

  .top-service-bg-contents {
    top: 360px;
  }

  .top-service-title-box {
    top: 380px;
  }

  .top-sustainability-bg-contents {
    top: 390px;
  }

  .top-sustainability-title-box {
    top: 420px;
  }
}

@media print, screen and (min-width: 1700px) {
  .top-future-bg-contents {
    top: 595px;
  }

  .top-future-bg-contents.en {
    top: 595px;
  }

  .top-future-title-box {
    top: 624px;
  }

  .top-service-bg-contents {
    top: 530px;
  }

  .top-service-title-box {
    top: 560px;
  }

  .top-sustainability-bg-contents {
    top: 580px;
  }

  .top-sustainability-title-box {
    top: 600px;
  }
}

/*230911_KNT_YNS-226にて*/
.top-news-data__body.m--btn.external {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
}
@media print, screen and (max-width: 767px) {
  .top-news-data__body.m--btn.external,
  .top-news-data__body.m--btn.external .outerLink {
    width: 42px;
  }
}

.outerLink .d {
  fill: #ddd;
  transition: .7s;
}
.outerLink .b {
  stroke: #1d2088;
  transition: .7s;
  fill: none;
}
a:hover .outerLink .c,
.top-information-block-inner a:hover .outerLink .d,
.top-news-list__item a:hover .outerLink .d,
.top-future-contents-list__item a:hover .outerLink .d,
.top-service-contents-list__item a:hover .outerLink .d,
.top-sustainability-list__item a:hover .outerLink .d,
.top-investor-contents-list__item a:hover .outerLink .d,
.top-recruit-list__item a:hover .outerLink .d {
  fill: #1d2088;
}
a:hover .outerLink .b {
  stroke: #fff;
}