@charset "UTF-8";
img {
  height: auto;
}

.top-container {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-inline: 40px;
}
@media screen and (max-width: 960px) {
  .top-container {
    padding-inline: 10px;
  }
}
.top-container .top-container__inner {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
}
.top-container .top-heading-2 {
  position: relative;
}
.top-container .top-heading-2 h2 {
  position: relative;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 960px) {
  .top-container .top-heading-2 h2 {
    font-size: 1.75rem;
  }
}
.top-container .top-heading-2.--vertical h2::before {
  content: "";
  position: absolute;
  top: -70px;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #171C8F;
}
@media screen and (max-width: 960px) {
  .top-container .top-heading-2.--vertical h2::before {
    top: -50px;
    height: 30px;
  }
}

.top-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  transition: background-color 0.3s ease-out;
}
.top-button:hover {
  text-decoration: none;
}

.top-category-list {
  display: flex;
  gap: 10px;
}
.top-category-list .top-category-list__item .category-label {
  display: inline-block;
  min-height: 25px;
  padding: 4.5px 10px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.top-hero {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.top-hero-slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.top-hero-slider .slick-slide {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.top-hero-slider .slick-slide div {
  line-height: 10px;
}
.top-hero-slider .slick-dots {
  position: relative;
  display: flex;
  gap: 20px;
}
.top-hero-slider .slick-dots li {
  margin: auto 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 10px 10px;
  background-color: #9a9da4;
}
@media screen and (max-width: 960px) {
  .top-hero-slider .slick-dots li {
    height: 16px;
    width: 16px;
  }
}
.top-hero-slider .slick-dots li.slick-active {
  background-color: #171C8F;
}
.top-hero-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: transparent;
  outline: none;
}
.top-hero-slider .slick-dots li button::before {
  content: none;
}

.top-hero-item {
  position: relative;
  aspect-ratio: 1366/668;
}
.top-hero-item.--type01 .top-hero-item__image::before {
  background: linear-gradient(to right, rgba(12, 12, 12, 0.76), rgba(37, 37, 37, 0.3), rgba(82, 82, 82, 0.02), transparent);
}
.top-hero-item.--type02 .top-hero-item__image::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.26), transparent);
}
.top-hero-item.--type02 .top-hero-item__title {
  color: #000;
}
.top-hero-item.--type02 .top-hero-item__button {
  border: 1px solid #171C8F;
}
.top-hero-item.--type02 .top-hero-item__button .top-button {
  color: #171C8F;
  background-color: #fff;
}
.top-hero-item.--type02 .top-hero-item__button .top-button::before {
  background: none;
}
.top-hero-item.--type02 .top-hero-item__button .top-button::after {
  background: none;
}
.top-hero-item.--type02 .top-hero-item__button .top-button:hover {
  background-color: #171C8F;
  color: #fff;
}
.top-hero-item.--type03 .top-hero-item__image::before {
  content: none;
}
.top-hero-item.--type03 .top-hero-item__contentInner {
  background-color: rgba(255, 255, 255, 0.86);
  padding-top: 32px;
  padding-right: 20px;
  padding-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .top-hero-item.--type03 .top-hero-item__contentInner {
    background-color: none;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.top-hero-item.--type03 .top-hero-item__title {
  color: #000;
}
.top-hero-item.--type03 .top-hero-item__button {
  position: relative;
  display: inline-block;
  min-height: auto;
  max-width: none;
  margin-top: 30px;
  border: none;
}
@media screen and (max-width: 960px) {
  .top-hero-item.--type03 .top-hero-item__button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
.top-hero-item.--type03 .top-hero-item__button .top-button {
  position: relative;
  padding: 0;
  padding-right: 22px;
  font-size: clamp(1.125rem, 2.1vw, 1.5rem);
  color: #171C8F;
}
.top-hero-item.--type03 .top-hero-item__button .top-button::before {
  content: none;
  background: none;
}
.top-hero-item.--type03 .top-hero-item__button .top-button::after {
  background: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 11px;
  height: 8px;
  margin: auto 0;
  background-image: url(../../../common_2023/img/icon_arw_blue_03.svg);
}
.top-hero-item.--type03 .top-hero-item__button .top-button:hover {
  text-decoration: underline;
}

.top-hero-item__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
}
@media screen and (max-width: 960px) {
  .top-hero-item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}

.top-hero-item__content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .top-hero-item__content {
    position: relative;
    order: 2;
  }
}

.top-hero-item__contentInner {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-left: 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .top-hero-item__contentInner {
    width: 100%;
    padding: 0 10px;
  }
}

.top-hero-item__title {
  font-size: clamp(1.8125rem, 3.1vw, 3.625rem);
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .top-hero-item__title {
    font-size: 1.5rem;
    position: relative;
    color: #000;
    text-align: center;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 960px) {
  .top-hero-item__title {
    font-size: 2rem;
  }
}

.top-hero-item__button {
  position: relative;
  margin-top: 40px;
  min-height: 54px;
  max-width: 295px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .top-hero-item__button {
    margin-top: 20px;
    max-width: 100%;
  }
}
.top-hero-item__button .top-button {
  padding: 15px 20px 15px;
}
.top-hero-item__button .top-button::before, .top-hero-item__button .top-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-hero-item__button .top-button::before {
  background: linear-gradient(to right, #0b318f, #a10f39);
  z-index: -1;
}
.top-hero-item__button .top-button::after {
  background: #2027ca;
  z-index: -2;
}
.top-hero-item__button .top-button:hover::before {
  transition: 0.3s ease-out;
  opacity: 0;
}

.top-hero-item__image {
  position: absolute;
  top: -120px;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top-hero-item__image {
    order: 1;
    position: relative;
    top: 0;
    display: block;
  }
}
.top-hero-item__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .top-hero-item__image::before {
    content: none;
  }
}
.top-hero-item__image img {
  width: 100%;
  height: auto;
}

.top-hero-controler {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  max-width: 1285px;
  padding: 0;
  margin-top: 22px;
  margin-inline: auto;
}
@media screen and (min-width: 960.1px) and (max-width: 1365px) {
  .top-hero-controler {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .top-hero-controler {
    margin-top: 40px;
    padding-bottom: 20px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }
}
.top-hero-controler button img {
  vertical-align: middle;
}

.top-hero-scrollnavi {
  position: absolute;
  bottom: 66px;
  left: calc(50% - 643px);
  margin: -60px 0;
  width: 28px;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top-hero-scrollnavi {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .top-hero-scrollnavi {
    left: 40px;
  }
}
.top-hero-scrollnavi span {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.5;
}
.top-hero-scrollnavi span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 2px;
  height: 100px;
  background: #fff;
}
.top-hero-scrollnavi span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 2px;
  height: 100px;
  background: #171C8F;
  animation: scnavi_effect 2s ease 0s infinite;
}

@keyframes scnavi_effect {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(200%);
  }
}
.top-product {
  margin-left: 110px;
}
@media screen and (min-width: 960.1px) and (max-width: 1365px) {
  .top-product {
    margin-left: 70px;
  }
}
@media screen and (max-width: 960px) {
  .top-product {
    margin-left: 0;
  }
}
.top-product .top-heading-2 h2 {
  color: #000;
  text-align: left;
}

.top-news-important {
  margin-top: 26px;
  max-width: 1285px;
  margin-inline: auto;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #0a2986;
}
@media screen and (max-width: 960px) {
  .top-news-important {
    margin-top: 20px;
  }
}

.top-news-important__inner {
  background-color: #f2f2f2;
  padding: 15px 40px 15px 65px;
}
@media screen and (max-width: 960px) {
  .top-news-important__inner {
    padding: 15px 20px 15px 45px;
  }
}

.top-news-important__link {
  position: relative;
}
.top-news-important__link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  width: 16px;
  height: 16px;
  background-image: url(../../../common_2023/img/icon_important.png);
}
.top-news-important__link ::-webkit-full-page-media,
.top-news-important__link :future, :root .top-news-important__link:before {
  top: -1px;
}

.top-product .search-products {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .top-product .search-products {
    margin-top: 40px;
  }
}
.top-product div:has(+ .search-products) {
  margin-top: 60px;
}
.top-product div:has(+ .search-products) label {
  line-height: 2;
}

.top-product-mediaBlock {
  display: flex;
  gap: 35px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .top-product-mediaBlock {
    display: block;
    margin-top: 60px;
  }
}

.top-product-mediaBlock__body {
  width: 53.2%;
  max-width: 625px;
}
@media screen and (max-width: 960px) {
  .top-product-mediaBlock__body {
    width: 100%;
    max-width: 100%;
  }
}

.top-product-mediaBlock__text {
  position: relative;
  margin-top: 30px;
  font-size: 1rem;
  color: #555;
  line-height: 2;
}

.top-product-mediaBlock__image {
  margin-right: calc((100vw - 100%) * -0.5);
  max-width: 556px;
}
@media screen and (min-width: 960.1px) and (max-width: 1200px) {
  .top-product-mediaBlock__image {
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .top-product-mediaBlock__image {
    display: none;
  }
}

.top-product-mediaBlock__link {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .top-product-mediaBlock__link {
    display: block;
  }
}
.top-product-mediaBlock__link:hover a {
  background-color: #2027ca;
  transition: 0.3s ease-out;
}
.top-product-mediaBlock__link a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 295px;
  padding: 10px 48px 10px 20px;
  background-color: #171C8F;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.top-product-mediaBlock__link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 18px;
  height: 12px;
  margin: auto 0;
  background-image: url(../../../common_2023/img/icon_arw_white_01.svg);
  transition: 0.3s ease-out;
}
.top-product-mediaBlock__link a:hover {
  text-decoration: none;
}

.top-product-industry {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .top-product-industry {
    margin-top: 30px;
  }
}
.top-product-industry .top-product-industry__heading {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .top-product-industry .top-product-industry__heading {
    padding-left: 24px;
  }
}
.top-product-industry .top-product-industry__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: inline-block;
  width: 2px;
  height: 48px;
  transform: rotate(15deg);
  background-color: #171C8F;
}
@media screen and (max-width: 960px) {
  .top-product-industry .top-product-industry__heading::before {
    height: 36px;
  }
}
.top-product-industry .top-product-industry__heading > h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 960px) {
  .top-product-industry .top-product-industry__heading > h3 {
    font-size: 1.5rem;
  }
}

.top-product-industry__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .top-product-industry__inner {
    grid-template-columns: auto;
    gap: 28px;
  }
}

.top-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .top-product-list {
    display: block;
  }
}

.top-product-list__item {
  position: relative;
  border-bottom: 1px solid #bfc3d3;
  box-sizing: border-box;
  width: calc(50% - 17.5px);
}
@media screen and (max-width: 960px) {
  .top-product-list__item {
    width: 100%;
  }
  .top-product-list__item:nth-child(2) {
    border-top: none;
  }
}
.top-product-list__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #171C8F;
  transition: 0.3s ease-out;
}
.top-product-list__item:hover::after {
  width: 100%;
}
.top-product-list__item:hover .top-product-list__body::after {
  background-image: url(../../../common_2023/img/icon_arw_blue_01.svg);
}
.top-product-list__item:nth-child(1), .top-product-list__item:nth-child(2) {
  border-top: 1px solid #bfc3d3;
}
@media screen and (max-width: 960px) {
  .top-product-list__item:nth-child(2) {
    border-top: none;
  }
}

.top-product-list__link {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 52px 20px 20px;
  color: #171C8F;
  font-size: 1.13rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .top-product-list__link {
    padding: 15px 52px 15px 20px;
    font-size: 1rem;
  }
}
.top-product-list__link::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #F3F4F9;
  width: 0;
  height: 100%;
  transition: 0.3s ease-out;
  z-index: -1;
}
.top-product-list__link span {
  transition: 0.3s ease-out;
}
.top-product-list__link:hover {
  text-decoration: none;
}
.top-product-list__link:hover::after {
  width: 100%;
}
.top-product-list__link:hover span {
  transform: translateX(10px);
}

.top-product-list__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-product-list__body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto 0;
  background-image: url(../../../common_2023/img/icon_arw_white_02.svg);
  transition: 0.3s ease-out;
}

.top-about {
  position: relative;
  margin-top: 230px;
  padding-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .top-about {
    margin-top: 160px;
    padding-bottom: 0;
  }
}

.top-about__bg {
  position: absolute;
  top: 50px;
  left: -2360px;
  width: 5000px;
  height: 1000px;
  transform: rotate(-150deg);
  background-color: #F3F4F9;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top-about__bg {
    display: none;
  }
}

.top-about-mediaBlock {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock {
    margin-top: 30px;
    margin-inline: calc((100vw - 100%) * -0.5);
    gap: 20px;
  }
}

.top-about-mediaBlock__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  max-width: 1249px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__item {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(2, auto);
  }
}
.top-about-mediaBlock__item.--reverse .top-about-mediaBlock__link {
  order: 2;
}
.top-about-mediaBlock__item.--reverse .top-about-mediaBlock__image {
  order: 1;
}
.top-about-mediaBlock__item:nth-child(1) {
  margin-left: calc((100vw - 100%) * -0.5);
}
@media screen and (min-width: 1860px) {
  .top-about-mediaBlock__item:nth-child(1) {
    margin-left: -200px;
  }
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__item:nth-child(1) {
    margin-left: 0;
  }
}
.top-about-mediaBlock__item:nth-child(2) {
  margin-right: calc((100vw - 100%) * -0.5);
  margin-left: auto;
}
@media screen and (min-width: 1860px) {
  .top-about-mediaBlock__item:nth-child(2) {
    margin-right: -200px;
  }
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__item:nth-child(2) {
    margin-right: 0;
  }
}

.top-about-mediaBlock__link {
  order: 2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 694px;
  padding: 90px;
  box-shadow: 0 3px 40px rgba(11, 80, 207, 0.2);
}
@media screen and (max-width: 1200px) {
  .top-about-mediaBlock__link {
    padding: 40px;
  }
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__link {
    box-shadow: none;
    max-width: 100%;
  }
}
.top-about-mediaBlock__link:hover {
  text-decoration: none;
}
.top-about-mediaBlock__link:hover .top-about-mediaBlock__title {
  text-decoration: underline;
}
.top-about-mediaBlock__link:hover + .top-about-mediaBlock__image img {
  transform: scale(1.1);
  transition: 0.3s ease-out;
}

.top-about-mediaBlock__body .top-about-mediaBlock__title {
  font-size: 2rem;
  color: #171C8F;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__body .top-about-mediaBlock__title {
    font-size: 1.5rem;
  }
}
.top-about-mediaBlock__body .top-about-mediaBlock__title:hover {
  text-decoration: underline;
}

.top-about-mediaBlock__text {
  position: relative;
  margin-top: 24px;
  padding-left: 70px;
  font-size: 1rem;
  color: #555;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__text {
    margin-top: 20px;
    padding-left: 0;
    font-size: 0.88rem;
  }
}
.top-about-mediaBlock__text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 1px;
  top: 16px;
  left: 0;
  background-color: #9a9da4;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__text::before {
    content: none;
  }
}

.top-about-mediaBlock__image {
  order: 2;
  max-width: 555px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top-about-mediaBlock__image {
    order: 1;
    max-width: 100%;
  }
}
.top-about-mediaBlock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-out;
}

.top-about-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media screen and (max-width: 960px) {
  .top-about-list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

@media screen and (max-width: 960px) {
  .top-about-list__item {
    position: relative;
    border-bottom: 1px solid #cacaca;
  }
  .top-about-list__item:nth-child(1) {
    border-top: 1px solid #cacaca;
  }
  .top-about-list__item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #171C8F; /*下線の色*/
    transition: 0.3s ease-out;
  }
  .top-about-list__item:hover::after {
    width: 100%;
  }
}

.top-about-list__link:hover .top-about-list__image img {
  transform: scale(1.1);
  transition: 0.3s ease-out;
}
.top-about-list__link:hover .top-about-list__image span {
  background-image: url("../../../common_2023/img/icon_arw_blue_02.svg");
}
@media screen and (max-width: 960px) {
  .top-about-list__link::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #F3F4F9;
    width: 0;
    height: 100%;
    transition: 0.3s ease-out;
    z-index: -1;
  }
  .top-about-list__link .top-about-list__title {
    transition: 0.3s ease-out;
  }
  .top-about-list__link:hover::after {
    width: 100%;
  }
  .top-about-list__link:hover .top-about-list__title {
    transform: translateX(10px);
  }
  .top-about-list__link:hover .top-about-list__body::after {
    background-image: url("../../../common_2023/img/icon_arw_blue_01.svg");
  }
}

.top-about-list__body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .top-about-list__body {
    position: relative;
    padding: 20px 42px 20px 10px;
  }
  .top-about-list__body::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../../../common_2023/img/icon_arw_white_02.svg");
    transition: 0.3s ease-out;
  }
}

.top-about-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  color: #171C8F;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-about-list__title {
    margin-top: 0;
    font-size: 1.13rem;
    text-align: left;
  }
}

.top-about-list__image {
  position: relative;
  order: 1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top-about-list__image {
    display: none;
  }
}
.top-about-list__image img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-out;
}
.top-about-list__image span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("../../../common_2023/img/icon_arw_white_03.svg");
  transition: 0.3s ease-out;
}

.top-spotlight {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  .top-spotlight {
    overflow-x: visible;
  }
}
.top-spotlight .top-heading-2 {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .top-spotlight .top-heading-2 {
    margin-top: 160px;
  }
}
.top-spotlight .top-heading-2 h2 {
  position: relative;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 960px) {
  .top-spotlight .top-heading-2 h2 {
    font-size: 1.75rem;
  }
}
.top-spotlight .top-heading-2.--vertical h2::before {
  content: "";
  position: absolute;
  top: -70px;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #171C8F;
}
@media screen and (max-width: 960px) {
  .top-spotlight .top-heading-2.--vertical h2::before {
    top: -50px;
    height: 30px;
  }
}

.top-spotlight-heading__subTitle {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.38rem;
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .top-spotlight-heading__subTitle {
    margin-top: 15px;
    font-size: 1rem;
  }
}

.top-spotlight-list {
  margin-top: 60px;
  background-color: #F3F4F9;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list {
    margin-top: 30px;
  }
}

.top-spotlight-list__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 35px;
  margin: 0 auto;
  padding: 80px 0 100px;
  max-width: 1285px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 960.1px) and (max-width: 1365px) {
  .top-spotlight-list__inner {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 10px;
    padding: 40px 10px 80px;
  }
}
.top-spotlight-list__inner.--col4, .top-spotlight-list__inner.--col5 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__inner.--col4, .top-spotlight-list__inner.--col5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
  }
}
.top-spotlight-list__inner.--col4 .top-spotlight-list__item:not(:first-child), .top-spotlight-list__inner.--col5 .top-spotlight-list__item:not(:first-child) {
  flex: 1;
}

.top-spotlight-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-spotlight-list__item:hover .top-spotlight-list__image img {
  transform: scale(1.1);
  transition: 0.3s ease-out;
}
.top-spotlight-list__item.--pickUp {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__item.--pickUp {
    width: auto;
    position: relative;
    grid-area: auto;
  }
}
.top-spotlight-list__item.--pickUp .top-spotlight-list__body {
  position: relative;
  max-width: 1065px;
  margin-top: -100px;
  margin-inline: auto;
  padding: 60px 125px;
  background-color: #fff;
  box-shadow: 0 3px 40px rgba(11, 80, 207, 0.2);
  z-index: 2;
}
@media screen and (min-width: 960.1px) and (max-width: 1185px) {
  .top-spotlight-list__item.--pickUp .top-spotlight-list__body {
    margin-inline: 60px;
  }
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__item.--pickUp .top-spotlight-list__body {
    position: static;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.top-spotlight-list__item.--pickUp .top-spotlight-list__title {
  margin-top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__item.--pickUp .top-spotlight-list__title {
    font-size: 1.13rem;
  }
}
.top-spotlight-list__item.--pickUp .top-spotlight-list__text {
  display: block;
  position: relative;
  margin-top: 9px;
  padding-left: 70px;
  font-size: 1rem;
  color: #555;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__item.--pickUp .top-spotlight-list__text {
    display: none;
  }
}
.top-spotlight-list__item.--pickUp .top-spotlight-list__text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 1px;
  top: 16px;
  left: 0;
  background-color: #9a9da4;
}
.top-spotlight-list__item.--pickUp .top-spotlight-list__image {
  order: 1;
  margin-inline: calc((100vw - 100%) * -0.5);
  aspect-ratio: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__item.--pickUp .top-spotlight-list__image {
    margin: 0;
    aspect-ratio: 295/166;
  }
}

.top-spotlight-list__body {
  order: 2;
  display: grid;
  grid-template-rows: subgrid;
  gap: 15px;
  padding-top: 20px;
}

.top-spotlight-list__title {
  margin-top: 2px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  color: #171C8F;
}
@media screen and (max-width: 960px) {
  .top-spotlight-list__title {
    margin-top: 0;
    font-size: 1.13rem;
  }
}
.top-spotlight-list__title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.top-spotlight-list__text {
  display: none;
}

.top-spotlight-list__image {
  order: 1;
  aspect-ratio: 295/166;
  overflow: hidden;
}
.top-spotlight-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-out;
}

.layout-inner > .news {
  margin-top: 110px;
}

.tab-body.current.s-init {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
@media screen and (max-width: 960px) {
  .tab-body.current.s-init {
    padding: 15px 0 0 0 !important;
  }
}
.tab-body.current.s-init .news li img {
  display: none;
}

.btn-layout {
  margin-top: 20px;
}

/* 旧ニュースコンポーネント用 */
.hdl-title {
  position: relative;
  margin: 50px 0 44px;
}

.hdl-title::after {
  z-index: 1;
  position: absolute;
  bottom: -11px;
  display: block;
  content: " ";
  width: 45px;
  height: 3px;
  background: #0a2986;
}

.hdl-title .title {
  font-size: 1.75rem;
  z-index: 3;
  position: relative;
  display: inline-block;
  height: 25px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-weight: normal;
}

/* Tab Area */
.m-tab .tab-body.s-init {
  display: none;
}

.m-tab .tab-body.current {
  display: block;
}

#TAB-AREA {
  margin-top: 40px;
}

#TAB-AREA .tab-head {
  background-color: transparent;
  padding: 0;
  *zoom: 1;
}

#TAB-AREA .tab-head:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#TAB-AREA .tab-head h2 {
  font-size: 166%;
  margin-bottom: 0;
  display: flex;
}

#TAB-AREA .tab-head li {
  position: relative;
  float: left;
  background: none;
  margin: 0 5px 0 0 !important;
}

#TAB-AREA .tab-head li a, #TAB-AREA .tab-head li span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

#TAB-AREA .tab-head li span {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #TAB-AREA .tab-head li span {
    border: none !important;
    padding: 0 !important;
    text-align: left;
  }
}

#TAB-AREA .tab-head li a {
  cursor: pointer;
  width: 188px;
  color: #333333;
  background: #ededed url(../img/icon_arw_blue_01_3.png) 95% 50% no-repeat;
  background-size: 25px 11px;
  padding: 15px 18px 15px;
  border-bottom: 1px solid #b3b3b3;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #TAB-AREA .tab-head li a {
    padding: 15px 18px 15px !important;
    border-top: none !important;
    border-bottom: 1px solid #b3b3b3 !important;
    box-sizing: border-box;
    background: #ededed url(../img/icon_arw_blue_01_3.png) 95% 50% no-repeat !important;
    background-size: 25px 11px !important;
  }
}

#TAB-AREA .tab-head li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#TAB-AREA .tab-head li.current {
  background-color: #666 !important;
}

#TAB-AREA .tab-head li.current a {
  background: none;
  background: #666666;
  border-bottom: 1px solid #0a2986;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #TAB-AREA .tab-head li.current a {
    border-bottom: 1px solid #0a2986;
    border-right: none !important;
    border-left: none !important;
    background: none !important;
  }
}

#TAB-AREA .tab-head li.current a {
  background: none;
}

#TAB-AREA .tab-head li.current a > span {
  background: none;
}

#TAB-AREA .tab-head li.current a > span > span {
  background: url("../img/tab_rt.gif.html") no-repeat 100% 0;
}

#TAB-AREA .tab-head li.current .tab-arrow {
  display: block;
}

#TAB-AREA .tab-body {
  border-top: none;
  padding-top: 15px;
  margin-top: -3px;
}

/** ニュース
--------------------------------
--------------------------------
*/
.news-list {
  font-size: 0.88rem;
  width: 100%;
  line-height: 1;
  margin-bottom: 120px;
}

.news-list .news {
  width: 100%;
  margin-bottom: 0;
  background: url(../img/bdr_dot.png) 0 0 repeat-x;
}

.news-list .news li {
  display: block;
}

.news-list .news a {
  display: table;
  position: relative;
  width: 100%;
  background: url(../img/bdr_dot.png) 0 100% repeat-x;
  box-sizing: border-box;
}

.news-list .news a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  content: " ";
  width: 25px;
  height: 11px;
  margin-top: -5px;
  background: url(../img/icon_arw_blue_01_3.png) 100% 50% no-repeat;
  background-size: 25px 11px;
}

.news-list .news a:hover {
  text-decoration: none;
  background-color: #eaeaea;
}

.news-list .news a:hover .title {
  text-decoration: underline;
}

.news-list .date {
  display: table-cell;
  width: 100px;
  padding: 23px 0;
}

.news-list .category-type {
  display: table-cell;
  width: 130px;
  margin: 0 15px;
}

.news-list .category {
  font-size: 0.69rem;
  display: inline-block;
  width: 100px;
  padding: 5px 10px;
  background: #0a2986;
  color: #fff;
  text-align: center;
}

.news-list .title {
  display: table-cell;
  padding: 23px 0;
  line-height: 1.5;
}

.news-list .btn-group {
  width: 100%;
}

.news-list .btn-group .btn-layout {
  display: flex;
  justify-content: flex-end;
}

.news-list .icon-arw {
  padding: 0 20px 0 15px;
  background: url(../img/icon_arw_01.png) 0 50% no-repeat;
}

.news-list .icon-rss {
  padding: 0 0 0 15px;
  background: url(../img/icon_rss.png) 0 50% no-repeat;
  background-size: 10px auto;
}

@media screen and (max-width: 960px) {
  .hdl-title {
    position: relative;
    margin: 50px 10px 57px;
    box-sizing: border-box;
  }
  .hdl-title::after {
    z-index: 1;
    position: absolute;
    bottom: -31px;
    display: block;
    content: " ";
    width: 45px;
    height: 3px;
    background: #0a2986;
  }
  .hdl-title .title {
    font-size: 1.13rem;
    height: 25px;
    margin: 0;
    padding: 0;
  }
  #TAB-AREA .tab-head li {
    width: 48%;
  }
  #TAB-AREA .tab-head li a {
    width: 100%;
  }
  /** ニュース
  --------------------------------
  --------------------------------
  */
  .news-list {
    width: 98%;
    margin: 0 auto 120px;
    box-sizing: border-box;
    line-height: 1;
  }
  .news-list .news {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-list .news li {
    display: block;
  }
  .news-list .news a {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 0;
    box-sizing: border-box;
  }
  .news-list .date {
    display: inline;
    min-width: 100px;
    padding: 0;
  }
  .news-list .category-type {
    display: inline-block;
    margin: 0 15px;
  }
  .news-list .title {
    display: block;
    margin-top: 10px;
    padding-right: 40px;
    line-height: 1.5;
    padding: 0;
  }
  .news-list .btn-group {
    width: 100%;
  }
  .news-list .btn-group .btn-layout {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .inner_wrap {
    margin: 0 10px;
  }
}
.top-news {
  margin-top: 110px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .top-news .news-index-list {
    margin-top: 28px;
  }
}
.top-news .news-index-list__linkTitle {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .top-news .news-index-list__linkTitle {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}
.top-news a img[src*=pdf] {
  margin-bottom: 0;
  vertical-align: middle;
  width: 13px;
}
.top-news a img[src*=pdf].g-mh5 {
  margin-left: 5px;
  margin-right: 5px;
}
.top-news .news-index-list__item {
  margin-bottom: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .top-news .news-index-list__item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}

.top-news-title {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 960px) {
  .top-news-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media print {
  .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  .slick-slide {
    width: 980px !important;
  }
  .top-product {
    margin-left: 0 !important;
  }
  .top-product-mediaBlock__image {
    margin-right: 0 !important;
  }
}