.hero {
  position: relative;
  background: #F0F0F0;
}

.hero-img {
  position: relative;
  width: 100vw;
  height: 94.66667vw;
}

.hero-img picture {
  height: 100%;
}

.hero-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
}

.hero-img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5.33333vw;
  right: 0;
  width: 100vw;
  height: 61.86667vw;
  background: transparent 0 0 / 100% 100% no-repeat;
}

.hero-title {
  display: block;
  padding-left: 4vw;
  padding-right: 4vw;
  line-height: 1;
}

.hero-title-en,
.hero-title-jp {
  display: block;
}

.hero-title-en span,
.hero-title-jp span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 11px;
}

.hero-title-en span {
  background: #FFF;
}

.hero-title-jp span {
  background: #08287F;
  line-height: 1.61111;
  color: #FFF;
}

.content {
  position: relative;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4vw;
  z-index: -1;
  width: 100vw;
  padding-top: 870px;
  background: #F0F0F0;
}

.content::after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: -4vw;
  z-index: -1;
  width: 68vw;
  padding-top: 815px;
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
}

.content-outline {
  position: relative;
  padding: 30px 8vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.content-outline-inner {
  display: flex;
  flex-direction: column;
}

.content-outline-title {
  position: relative;
  width: 100%;
}

.content-outline-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -12vw;
  width: 8vw;
  height: 1px;
  background: #08287F;
  transform: translateY(-50%);
}

.content-outline-content *[class*="text-JP-"]:not(:last-child) {
  margin-bottom: 20px;
}

.content-block-img {
  width: 100%;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

.content-block-box {
  width: 84vw;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.content-block-relation {
  position: relative;
  padding: 0 8vw 30px;
}

.content-block-relation::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: calc(100% - 16px);
  background: #F0F0F0;
}

.content-block-relation *[class*="title-"] {
  position: relative;
}

.content-block-relation-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
}

.content-block-relation-list a {
  text-decoration: underline;
  transition: color 500ms ease;
}

.content-author {
  position: relative;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 50px;
  border-top: 1px solid #CCCCCC;
}

.content-author:not(:last-child) {
  margin-bottom: 80px;
}

.content-author:not(:last-child) + .content-bnr {
  margin-top: -50px;
}

.content-author::before {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  right: -4vw;
  width: 80vw;
  height: calc(100% - 60px - 50px);
  background: #F0F0F0;
}

.content-author-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.content-author-head:not(:last-child) {
  margin-bottom: 50px;
}

.content-author-head-img {
  position: relative;
  width: 28vw;
  padding-top: 28vw;
}

.content-author-head-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24vw;
  height: 24vw;
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
  border-radius: 0 8px 8px 8px;
}

.content-author-head-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24vw;
  height: 24vw;
  margin-top: 4vw;
  margin-left: 4vw;
}

.content-author-head-box {
  width: 100%;
}

.content-author-head-box .text-JP-003-M:not(:last-child) {
  margin-bottom: 20px;
}

.content-author-article {
  position: relative;
}

.content-author-article:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.content-author-article:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin-left: 8vw;
  background: #FFF;
  transform: translateY(100%);
}

.content-author-article-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-author-article-item {
  display: flex;
  gap: 4vw;
}

.content-author-article-item-img {
  width: 24vw;
  overflow: hidden;
}

.content-author-article-item-img img {
  transform: scale(1);
  transition: transform 500ms ease;
}

.content-author-article-item-box {
  width: 56vw;
}

.content-author-article-item-box *[class*="text-"]:last-child {
  text-decoration: underline;
  transition: transform 500ms ease;
}

.content-bnr {
  width: 84vw;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.content-bnr-link {
  display: block;
  position: relative;
  padding: 30px 13.6vw;
  border-top: 2px solid #08287F;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}

.content-bnr .parts-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content-primary {
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

.content-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.content-tag .card-item-tag {
  border: none;
  background: #F0F0F0;
}

.content-cat {
  padding-left: 4vw;
  padding-right: 4vw;
}

.content-cat span {
  position: relative;
}

.content-cat span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: #08287F;
  border-radius: 100%;
}

.content-recommend {
  padding-left: 4vw;
  padding-right: 4vw;
}

.content-recommend-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.content-recommend-item {
  display: flex;
  align-items: flex-start;
  gap: 4vw;
}

.content-recommend-item-img {
  width: 24vw;
  overflow: hidden;
}

.content-recommend-item-img img {
  transform: scale(1);
  transition: transform 500ms ease;
}

.content-recommend-item *[class*="title-JP-"] {
  width: 56vw;
}

.content-recommend-item *[class*="title-JP-"] span {
  padding-bottom: 2px;
  background: linear-gradient(#08287F, #08287F) 0 100%/0 2px no-repeat;
  transition: background 500ms ease;
}

.content-share-list {
  display: flex;
  align-items: center;
  gap: 8vw;
}

.content-share-item {
  width: 8vw;
  transition: opacity 500ms ease;
}

.content-column3-w {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.content-column3-w .content-column3-w-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .hero {
    height: calc(100vh - 75px);
    min-height: 42.85714vw;
    max-height: 73.14286vw;
    background: transparent;
  }

  .hero-inner {
    height: 100%;
  }

  .hero-img {
    width: 83.57143%;
    height: 100%;
  }

  .hero-img img {
    -webkit-mask-image: url(/corporate/mhri/consulting/assets/img/topics/detail/hero-mask.svg);
    mask-image: url(/corporate/mhri/consulting/assets/img/topics/detail/hero-mask.svg);
  }

  .hero-img::after {
    bottom: 0;
    right: -10.08547%;
    width: 33.50427%;
    height: 100%;
    background-image: url(/corporate/mhri/consulting/assets/img/topics/detail/img-article_b_hdr-blue_link-d.png);
  }

  .hero-title {
    position: absolute;
    bottom: 50px;
    left: 4%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-jp span {
    line-height: 1.61111;
  }

  .hero-scrolldown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 5.28571%;
    z-index: 1;
    pointer-events: none;
  }

  .hero-scrolldown-text {
    writing-mode: vertical-rl;
  }

  .hero-scrolldown-bar {
    width: 1px;
    height: 50px;
    overflow: hidden;
  }

  .hero-scrolldown-bar::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #08287F;
    animation: 2500ms ease 0ms infinite forwards bar-updown;
  }

  .content {
    width: 84%;
    padding-top: 30px;
  }

  .content::before {
    left: -9.52381%;
    width: 119.04762%;
    padding-top: 58.84354%;
  }

  .content::after {
    top: 192px;
    right: -9.52381%;
    width: 80.95238%;
    padding-top: 80.61224%;
  }

  .content-outline {
    padding: 50px 4.7619%;
  }

  .content-outline-inner {
    flex-direction: row;
    align-items: center;
  }

  .content-outline-title {
    width: 168px;
  }

  .content-outline-title::before {
    left: -112px;
    width: 98px;
  }

  .content-outline-content {
    width: calc(100% - 168px);
  }

  .content-outline-content *[class*="text-JP-"]:not(:last-child) {
    margin-bottom: 30px;
  }

  .content-block-box {
    width: 100%;
  }

  .content-block-relation {
    padding: 0 7.69231% 50px;
  }

  .content-author {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
  }

  .content-author:not(:last-child) {
    margin-bottom: 80px;
  }

  .content-author:not(:last-child) + .content-bnr {
    margin-top: 0;
  }

  .content-author::before {
    top: 110px;
    right: 0;
    width: 89.47368%;
    height: calc(100% - 110px);
  }

  .content-author-head {
    flex-direction: row;
    gap: 2.63158%;
  }

  .content-author-head-img {
    width: 18.42105%;
    padding-top: 18.42105%;
  }

  .content-author-head-img::before {
    width: 85.71429%;
    height: 85.71429%;
  }

  .content-author-head-img img {
    width: 85.71429%;
    height: 85.71429%;
    margin-top: 14.28571%;
    margin-left: 14.28571%;
  }

  .content-author-head-box {
    width: 68.42105%;
    padding-top: 30px;
  }

  .content-author-head-box .text-JP-003-M:not(:last-child) {
    margin-bottom: 26px;
  }

  .content-author-article {
    margin-left: 7.89474%;
  }

  .content-author-article:not(:last-child) {
    padding-bottom: 50px;
  }

  .content-author-article:not(:last-child)::after {
    height: 50px;
    margin-left: 0;
  }

  .content-author-article-item {
    align-items: center;
    gap: 2.94118%;
  }

  .content-author-article-item-img {
    width: 11.76471%;
  }

  .content-author-article-item-box {
    width: 76.47059%;
  }

  .content-bnr {
    width: 100%;
  }

  .content-bnr-link {
    padding: 43px 98px;
  }

  .content-primary {
    padding-top: 30px;
  }

  .content-tag {
    padding-left: 0;
    padding-right: 0;
  }

  .content-cat {
    padding-left: 0;
    padding-right: 0;
  }

  .content-recommend {
    padding-left: 0;
    padding-right: 0;
  }

  .content-recommend-list {
    flex-direction: row;
    gap: 30px 4.7619%;
  }

  .content-recommend-item {
    align-items: center;
    gap: 4.7619%;
    width: 47.61905%;
  }

  .content-recommend-item-img {
    width: 15%;
  }

  .content-recommend-item *[class*="title-JP-"] {
    width: 80%;
  }

  .content-share-list {
    gap: 2.55102%;
  }

  .content-share-item {
    width: 30px;
  }

  .content-column3-w {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .content-column3-w .content-column3-w-item {
    display: flex;
    flex-direction: row;
    gap: 1.7619%;
    align-items: center;
  }

  .content-column3-w .content-column3-w-item-img {
    width: 28.57143%;
  }

  .content-column3-w .content-column3-w-item-content {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1366px) {
  .content::after {
    padding-top: 948px;
  }

  .content-block-img {
    width: 80.95238%;
    max-width: 100%;
  }

  .content-block-box {
    width: 61.90476%;
    max-width: 100%;
  }

  .content-author {
    width: 90.47619%;
    max-width: 100%;
  }

  .content-bnr {
    width: 61.90476%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767.8px) {
  .hero {
    overflow: hidden;
  }

  .hero-img img {
    -webkit-mask-image: url(/corporate/mhri/consulting/assets/img/topics/detail/hero-mask-sp.svg);
    mask-image: url(/corporate/mhri/consulting/assets/img/topics/detail/hero-mask-sp.svg);
  }

  .hero-img::after {
    background-image: url(/corporate/mhri/consulting/assets/img/topics/detail/img-article_b_hdr-blue_link-m.png);
  }
}

@media (hover: hover) {
  .content-block-relation-list a:hover {
    color: #4B76D2;
  }

  .content-author-article-item:hover .content-author-article-item-img img {
    transform: scale(1.1);
  }

  .content-author-article-item:hover *[class*="text-"]:last-child {
    transform: translateX(10px);
  }

  .content-recommend-item:hover .content-recommend-item-img img {
    transform: scale(1.1);
  }

  .content-recommend-item:hover *[class*="title-JP-"] span {
    background-size: 100% 2px;
  }

  .content-share-item:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .content-block-relation-list a:hover {
    color: #4B76D2;
  }

  .content-author-article-item:hover .content-author-article-item-img img {
    transform: scale(1.1);
  }

  .content-author-article-item:hover *[class*="text-"]:last-child {
    transform: translateX(10px);
  }

  .content-recommend-item:hover .content-recommend-item-img img {
    transform: scale(1.1);
  }

  .content-recommend-item:hover *[class*="title-JP-"] span {
    background-size: 100% 2px;
  }

  .content-share-item:hover {
    opacity: 0.7;
  }
}