@charset "UTF-8";

.hero {
  position: relative;
}

.hero-inner {
  display: flex;
  flex-direction: column;
}

.hero-img {
  position: relative;
  width: 88vw;
}

.hero-img:not(:last-child) {
  margin-bottom: 16vw;
}

.hero-img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8vw;
  right: -8vw;
  width: 96vw;
  padding-top: 96vw;
  background: transparent 0 0 / 100% 100% no-repeat;
}

.hero-img img {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.hero-contents {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-title span {
  display: block;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-tag:not(:last-child) {
  margin-bottom: 30px;
}

.content {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}

.content-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 80px;
}

.content-primary {
  width: 100%;
  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-top: 30px;
  padding-left: 4vw;
  padding-right: 4vw;
  border-top: 1px solid #CCCCCC;
}

.content-recommend-title {
  letter-spacing: 0.06em;
}

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

.content-recommend-item {
  display: flex;
  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) 100% 100%/0 2px no-repeat;
  transition: background-size 500ms ease;
}

.content-share-title {
  letter-spacing: 0.06em;
}

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

.content-share-item {
  width: 30px;
  transition: opacity 500ms ease;
}

.content-secondary {
  width: 84vw;
}

.content-block:not(:first-child) {
  padding-top: 50px;
  border-top: 1px solid #CCCCCC;
}

.content-block-table {
  width: 200%;
  border-collapse: separate;
  border-spacing: 0;
}

.content-block-table-wrap {
  width: 100%;
  overflow: auto;
}

.content-block-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.content-block-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.content-block-table th,
.content-block-table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  vertical-align: middle;
}

.content-block-table th:first-child,
.content-block-table td:first-child {
  border-left: 1px solid #CCCCCC;
}

.content-block-table th.center,
.content-block-table td.center {
  text-align: center;
}

.content-block-table th {
  padding: 10px;
  background: #08287F;
  border-top: none;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
}

.content-block-table th:first-child {
  border-left-color: transparent;
  border-radius: 8px 0 0 0;
}

.content-block-table th:last-child {
  border-right-color: transparent;
  border-radius: 0 8px 0 0;
}

.content-block-table td {
  padding: 10px 8px;
}

.content-block-table td:not(.center) {
  padding: 10px 10px;
}

.content-block-list {
  padding: 30px 8vw;
  background: #F0F0F0;
}

.content-block-list .content-block-list-box {
  gap: 26px;
}

.content-block-list-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-block-list-box li {
  position: relative;
  padding-left: 28px;
}

.content-block-list-box li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #08287F;
}

.content-block-note {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.content-block-note li {
  display: flex;
}

.content-block-note li div:first-child {
  width: 28px;
}

.content-block-note li div:last-child {
  width: calc(100% - 28px);
}

.content-block-note li a {
  color: #08287F;
  text-decoration: underline;
  transition: color 500ms ease;
}

.content-block-attention {
  padding: 30px 8vw;
  border: 1px solid #FF0000;
}

.content-author {
  position: relative;
  padding-bottom: 50px;
}

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

.content-author::before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  right: -8vw;
  width: 80vw;
  height: calc(100% - 60px);
  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-article {
  position: relative;
}

.content-author-article:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #08287F;
}

.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-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-secondary .content-block .img-width img {
  width: auto;
  max-width: 100%;
}

.content-secondary .content-block .text-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .hero-inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-img {
    width: 49.28571%;
  }

  .hero-img:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8.71429%;
  }

  .hero-img::after {
    bottom: 0;
    right: -9.56522%;
    width: 109.56522%;
    margin-bottom: -0.72464%;
    padding-top: 100.72464%;
    background-image: url(/corporate/mhri/consulting/assets/img/articles/detail/img-article_a_hdr-blue_link-d.png);
  }

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

  .hero-contents {
    width: 34%;
    margin-top: 81px;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-tag:not(:last-child) {
    margin-bottom: 50px;
  }

  .content {
    width: 84%;
  }

  .content-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 7.14286%;
  }

  .content-primary {
    width: 30.95238%;
    padding-top: 80px;
    border-top: none;
  }

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

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

  .content-recommend {
    position: sticky;
    top: 54px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-recommend-item {
    gap: 3.84615%;
  }

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

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

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

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

  .content-secondary {
    width: 61.90476%;
  }

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

  .content-block-table th {
    padding: 16px;
  }

  .content-block-table td:not(.center) {
    padding: 10px 26px;
  }

  .content-block-list {
    padding: 30px 7.69231%;
  }

  .content-block-attention {
    padding: 30px 7.69231%;
  }

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

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

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

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

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

  .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: 69.23077%;
    padding-top: 30px;
  }

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

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

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

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

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

@media screen and (min-width: 1025px) {
  .hero-inner {
    align-items: center;
  }
}

@media screen and (max-width: 767.8px) {
  .hero-img::after {
    background-image: url(/corporate/mhri/consulting/assets/img/articles/detail/img-article_a_hdr-blue_link-m.png);
  }

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

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

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

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

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

  .content-block-note li 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);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .content-recommend-item:hover .content-recommend-item-img img {
    transform: scale(1.1);
  }

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

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

  .content-block-note li 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);
  }
}