@charset "UTF-8";

/* 統合情報Hub 共通class */
.hub-container {
  margin-top: 0;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .hub-container {
    padding-bottom: 60px;
  }
}

.hub-gradation-bg {
  position: relative;
  transition: color 0.5s;
  z-index: 1;
  overflow: hidden;
}

.hub-gradation-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0066bd, #01a0eb);
  z-index: -1;
}

@media (any-hover: hover) {
  .hub-gradation-bg:hover {
    color: #fff;
  }

  .hub-gradation-bg:hover::before {
    transform: scale(1, 1);
  }
}

.hub-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 116px;
  padding: 7px 0px;
  background-color: #2b73ba;
  color: #fff;
  margin-top: auto;
  align-self: flex-end;
  font-size: 12px;
  border-radius: 4px;
  transition: color 0.6s, background-color 0.6s;
}

@media only screen and (max-width: 767px) {
  .hub-read-more {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .hub-gradation-bg:hover .hub-read-more  {
    color: #2b73ba;
    background-color: #fff;
  }
}

.hub-pcOnly {
  display: block !important;
}

.hub-spOnly {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .hub-pcOnly {
    display: none !important;
  }

  .hub-spOnly {
    display: block !important;
  }
}

/* 統合情報Hub topLink */
@media only screen and (max-width: 767px) {
  .hub-topLead {
    font-size: 14px;
    line-height: 1.5;
  }
}

.hub-topLink {
  width: calc((100% / 4) - 32px);
  margin: 0 12px;
  box-shadow: 0px 0px 10px 0px rgba(190, 199, 212, 0.5);
  min-height: 83px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 1140px) {
  .hub-topLink {
    width: calc((100% / 2) - 16px);
    margin: 12px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hub-topLink {
    min-height: 90px;
  }

  .hub-topLink:not(:last-child) a {
    margin-top: -8px;
  }
}

.hub-topLink__btn {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .hub-topLink__btn {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .hub-topLink:not(:last-child) .hub-topLink__btn {
    height: 110%;
  }
}

.hub-topLink__btn::before {
  border-radius: 4px;
}

.hub-topLink__btn::after {
  content: "";
  position: absolute;
  background-image: url(/ir/hub/assets/img/ic_hub_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  bottom: 12%;
  transition: background-image 0.3s;
}

.hub-icon-arrowRight::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/icons/prime/ic_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  transition: background-image 0.5s;
}

@media only screen and (max-width: 767px) {
  .hub-topLink:not(:last-child) .hub-topLink__btn::after {
    bottom: 9%;
  }

  .hub-icon-arrowRight::after {
    width: 15px;
    height: 15px;
  }
}

@media (any-hover: hover) {
  .hub-topLink__btn:hover::after {
    background-image: url(/ir/hub/assets/img/ic_hub_down2.png);
  }

  .hub-icon-arrowRight:hover::after {
    background-image: url(/assets/img/icons/dark/ic_right.svg);
  }
}

/* 統合情報Hub マネジメントメッセージ */
.角丸長方形_4 {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(190, 199, 212, 0.5);
  position: absolute;
  left: 413px;
  top: 869px;
  width: 272px;
  height: 432px;
  z-index: 362;
}


@media only screen and (max-width: 767px) {
  .management-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.management-item {
  padding-right: 1.2%;
  padding-left: 1.2%;
}

@media only screen and (max-width: 1140px) {
  .l-tile-4col .l-tile_item.management-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .l-tile-4col .l-tile_item.management-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.management-card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 0px rgba(190, 199, 212, 0.5);
}

.management-card::before {
  border-radius: 12px;
}

.management-card dl {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.management-card .c-card_img, .management-card .c-card_img>img {
  border-radius: 10px 10px 0 0;
}

.management-title {
  font-size: 20px;
  font-weight: 700;
  color: #2b73ba;
  margin-top: 12px;
  padding-left: 20px;
  transition: color 0.5s;
}

.management-card .c-card_text {
  padding: 0 20px 15px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: color 0.5s;
}

@media (any-hover: hover) {
  .management-card:hover .management-title {
    color: #fff;
  }

  .management-card:hover .c-card_text {
    color: #fff;
  }
}

.management-text {
  margin-top: 4px;
  font-size: 14px;
}

.management-name {
  margin-top: 22px;
  font-size: 14px;
}

.management-name span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

/* 統合情報Hub 特集 */
@media only screen and (max-width: 767px) {
  .feature-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (any-hover: hover) {
  .feature-card:hover .c-card_side {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .feature-card .c-card_img, .feature-card .c-card_img>img {
    border-radius: 10px 10px 0 0;
  }
}

.feature-card .c-card_side-r {
  margin: inherit;
}

.feature-card .hub-gradation-bg::before {
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
.feature-card .hub-gradation-bg::before {
  border-radius: 0 0 10px 10px;
}
}

@media (any-hover: hover) {
  .feature-card:hover .hub-gradation-bg {
    color: #fff;
  }

  .feature-card:hover .hub-gradation-bg::before {
    transform: scale(1, 1);
  }

  .feature-card:hover .hub-gradation-bg .hub-read-more  {
    color: #2b73ba;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .feature-card .c-card_side {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(35, 41, 51, .12);
    overflow: hidden;
  }
}

@media only screen and (max-width: 1140px) {
  .feature-card .hub-pcOnly {
    display: none !important;
  }

  .feature-card .hub-spOnly {
    display: block !important;
  }
}

.feature-card__inner {
  padding: 40px 20px 20px 4.71vw;
}

@media only screen and (max-width: 767px) {
  .feature-card__inner {
    padding: 20px 20px 20px 20px;
  }
}

.feature-title {
  line-height: 1;
  font-weight: bold;
  color: #2b73ba;
  transition: color 0.5s;
}

@media only screen and (max-width: 767px) {
  .feature-title {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .feature-card:hover .feature-title {
    color: #fff;
  }
}

.feature-lead {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .feature-lead {
    white-space: nowrap;
  }
}

.feature-name {
  margin-top: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .feature-name {
    line-height: 1.5;
  }
}

.feature-card__inner .c-card_text p:nth-child(3) {
  margin-top: 24px;
}

.feature-name span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.feature-card__inner .hub-read-more {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
}

/* 統合情報Hub クイックアクセス */
.quick-access-container {
  margin-top: 0;
  padding-bottom: 132px;
}

@media only screen and (max-width: 767px) {
  .quick-access-container {
    padding-bottom: 150px;
  }
}

.highlight-lead {
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .highlight-lead {
    font-size: 14px;
    line-height: 1.5;
  }
}

.highlight-explain {
  text-align: center;
  font-size: 18px;
}

.highlight-btnList {
  margin-top: 42px;
}

.highlight-btnList.c-link-list-3col {
  row-gap: 30px;
}

.highlight-btnList.c-link-list-3col .c-link-list_item:nth-child(n+2) {
  border-top: none;
}

.highlight-btnList .c-link-list_item {
  min-height: 65px;
  box-shadow: 0px 0px 10px 0px rgba(190, 199, 212, 0.5);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .highlight-btnList.c-link-list-3col {
    row-gap: 20px;
  }

  .highlight-btnList .c-link-list_item {
    min-height: 80px;
    width: calc((100% / 2) - 8px);
    margin: 0 4px;
  }
}

.highlight-btnList .c-link-list_item.active {
  background-color: #2b73ba;
  color: #fff;
}

.highlight-btnList .c-link-list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-top: none;
  border-bottom: none;
  padding: 0 20px 0 20px;
  color: inherit;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
.highlight-btnList .c-link-list_item a {
    font-size: 14px;
    padding: 0 5px 0 5px;
    white-space: nowrap;
  }
}

.highlight-btnList .c-link-list_item a:hover {
  background-color: #2b73ba;
  color: #fff;
}

.highlight-linkList1.c-link-list-3col {
  row-gap: 48px;
}

.c-link-list-3col .highlight-linkList1__item {
  width: calc((100% / 3) - 32px);
  margin: 0 16px;
}

@media only screen and (max-width: 1140px) {
  .c-link-list-3col .highlight-linkList1__item {
    width: calc((100% / 2) - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .c-link-list-1col-sm .highlight-linkList1__item {
    width: calc((100% / 1) - 16px);
    margin: 0 8px;
  }
}

.highlight-linkList__heading {
  border-bottom: 1px solid rgb(165, 172, 184);
  display: flex;
  align-items: center;
  padding: 8px 0 8px 5px;
}

.highlight-linkList__heading.hub-governance {
  padding-top: 16px;
}

.highlight-linkList__heading-link {
  position: relative;
  border-bottom: 1px solid rgb(165, 172, 184);
}

.highlight-linkList__heading-link a {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 8px 0 8px 5px;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .highlight-linkList__heading-link:hover {
    background-color: #e1e6ed;
  }
}

.highlight-linkList__heading-link::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/icons/prime/ic_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}

.highlight-linkList__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.highlight-linkList__heading h3, .highlight-linkList__heading-link h3 {
  font-size: 24px;
  font-weight: 700;
  margin-left: 16px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .highlight-linkList__heading h3, .highlight-linkList__heading-link h3 {
    font-size: 20px;
  }
}

.highlight-linkList2 a {
 color: #232933;
 line-height: 1.5;
}

.highlight-linkList2__item {
  border-bottom: 1px solid rgb(197, 206, 219);
  line-height: 1;
  color: #232933;
}

@media only screen and (max-width: 767px) {
  .highlight-linkList2__item {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .highlight-linkList2__item:hover {
    background-color: #e1e6ed;
  }
}

.highlight-linkList2__item.active {
  color: #fefeff;
  background-color: #2b73ba;
}

.highlight-linkList2__item a {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  color: inherit;
}

.highlight-linkList2__item.icon-right {
  position: relative;
}

.highlight-linkList2__item.icon-right::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}

.highlight-linkList2__item.hub-icon-download::after {
  background-image: url(/assets/img/icons/prime/ic_download.svg);
}

.highlight-linkList2__item.hub-icon-download.active::after {
  background-image: url(/assets/img/icons/dark/ic_download.svg);
}

.highlight-linkList2__item.hub-icon-blank::after {
  background-image: url(/assets/img/icons/prime/ic_link_blank.svg);
}

.highlight-linkList2__item.hub-icon-blank.active::after {
  background-image: url(/assets/img/icons/dark/ic_link_blank.svg);
}

.highlight-linkList2__head {
  border-bottom: 1px solid rgb(197, 206, 219);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
  color: #2b73ba;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .highlight-linkList2__head {
    font-size: 14px;
  }
}

/* 統合情報Hub データセクション */
@media only screen and (max-width: 767px) {
  .data-section-head {
    font-size: 20px;
  }
}

.data-section-item {
  width: calc((100% / 3) - 32px);
  margin: 0 16px;
  min-height: 90px;
  background-color: #fff;
  overflow: hidden;
}

.data-section-list .data-section-item:nth-child(n+4) {
  margin-top: 26px;
}

@media only screen and (max-width: 1140px) {
  .data-section-list .data-section-item:nth-child(n+4) {
    margin-top: 8px;
  }

  .data-section-item {
    width: calc((100% / 2) - 16px);
    margin: 8px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .data-section-item {
    min-height: 78px;
  }
}

.data-section-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 34px 10px 34px 16px;
  color: #2b73ba;
  border: 1px solid #2b73ba;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.5s;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .data-section-item a {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.data-section-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  height: 100%;
  background-color: #2b73ba;
  z-index: -1;
}

@media (any-hover: hover) {
  .data-section-item a:hover {
    color: #fff;
  }

  .data-section-item a:hover::before {
    transform: scale(1, 1);
  }
}


/*-- 特集01 --*/
.feature01-container {
  margin-top: 0;
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .feature01-container {
    padding-bottom: 120px;
  }
}

.feature01-mv {
  position: relative;
}

.feature01-mv-img {
  position: relative;
  width: 100%;
  height: auto;
}

.feature01-mv-img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(0deg,rgba(28, 73, 117, 0.6) 0%, rgba(0, 0, 0, 0) 100%);;
}

.feature01-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature01-mv__heading {
  position: absolute;
  left: 7%;
  top: 51%;
}

.feature01-mv__heading p {
  color: #fff;
  font-size: 2.85714vw;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .feature01-mv__heading {
    left: 5%;
    top: inherit;
    bottom: 37%;
  }

  .feature01-mv__heading p {
    font-size: 6.4vw;
    line-height: 1.3;
    text-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
  }
}

.feature01-mv__cap {
  margin-top: 30px;
}

.feature01-mv__cap-wrap {
  margin-left: 66px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
}

.feature01-mv__cap-position {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .feature01-mv__cap {
    margin-top: 24px;
  }

  .feature01-mv__cap-wrap {
    flex-direction: column-reverse;
    margin-left: inherit;
  }

  .feature01-mv__cap-l .feature01-mv__cap-position {
    margin-top: 15px;
  }
}

.feature01-mv__cap-name {
  font-size: 18px;
  line-height: 1.4;
}

.feature01-mv__cap-name span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .feature01-mv__cap-name {
    font-size: 16px;
  }
}

.feature01-mv__cap-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

.feature01-mv__cap-cross img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature01-mv__cap-date {
  text-align: right;
  font-size: 14px;
  margin-left: auto;
  margin-top: 30px;
}

.feature01-leadText {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .feature01-mv__cap-date {
    margin-top: 10px;
  }

  .feature01-leadText {
    font-size: 16px;
  }
}

/*-- 特集01 目次--*/
@media only screen and (max-width: 767px) {
  .feature01-toc .c-headingLv3 {
    font-size: 18px;
  }
}

.feature01-toc__list {
  padding: 30px;
  margin-top: 30px;
}

.feature01-toc__list li:not(:first-child) {
  margin-top: 22px;
}

.feature01-toc__list a {
  color: #232933;
  font-size: 18px;
}

.feature01-toc__list .u-icon.u-icon-right:before {
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .feature01-toc__list {
    padding: 14px;
    margin-top: 20px;
  }

  .feature01-toc__list a {
    font-size: 14px;
  }
}

/*-- 特集01 対談--*/
.feature01-dialog {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .feature01-dialog {
    font-size: 14px;
  }
}

.feature01-dialog .c-emphasisText {
  margin-right: 12px;
}

.feature01-person {
  width: 59%;
  height: auto;
  margin: 0 auto;
}

.feature01-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .feature01-person {
    width: 100%;
    max-width: 716px;
  }
}

.feature01-dialog sup {
  font-size: 10px;
  vertical-align: top;
}

.feature01-sup {
  font-size: 14px;
  color: #656b76;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .feature01-sup {
    font-size: 12px;
  }

  .feature01-sup:nth-child(n+1) {
    margin-top: 10px;
  }
}

.feature01-figure {
  width: 100%;
  height: auto;
}

.feature01-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .feature01-figure {
    overflow-x: scroll;
  }

  .feature01-figure img {
    width: 746px;
    height: auto;
    object-fit: contain;
  }
}

.feature01-h2 {
  margin-top: 190px;
}

@media only screen and (max-width: 767px) {
  .feature01-h2 {
    margin-top: 100px;
  }
}

.feature01-figure-small, .feature01-figure-7 {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}

.feature01-information {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .feature01-information {
    margin-top: 100px;
  }
}