.indexTopTitle {
  text-align: center;
}
.indexTopTitle img {
  width: 100%;
  height: auto;
}

.topSec01 {
  padding: 60px 0 90px;
}
.topSec01_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.topSec01_title {
  text-align: center;
  font-weight: bold;
  color: #ff9202;
  font-size: 3rem;
  margin-bottom: 45px;
}
.topSec01_text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

.topSecInfoBox {
  position: relative;
  margin: 80px calc(500px - 50vw) 80px;
}
.topSecInfoBox:after {
  content: "";
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  background: #eda412;
  position: absolute;
  width: 100%;
  height: 65%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.topSecInfoBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.innerWidthWrap .detail_html .topSecInfoSbox {
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 60px;
}
.innerWidthWrap .detail_html .topSecInfoSbox-right {
  -ms-flex-pack: end;
      justify-content: end;
  margin-bottom: 0;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item {
  width: 275px;
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: 7px 7px 0 #d9d9d9;
  padding-bottom: 15px;
  position: relative;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .innerWidthWrap .detail_html .topSecInfoSbox_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.innerWidthWrap .detail_html .topSecInfoSbox_item:active, .desktop .innerWidthWrap .detail_html .topSecInfoSbox_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .innerWidthWrap .detail_html .topSecInfoSbox_item:active, .desktop .innerWidthWrap .detail_html .topSecInfoSbox_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.innerWidthWrap .detail_html .topSecInfoSbox_item:hover {
  text-decoration: none !important;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-01 .topSecInfoSbox_text {
  background: #d1dcff;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-01 .topSecInfoSbox_arrow {
  background: #0640ff;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-02 .topSecInfoSbox_text {
  background: #edd9e9;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-02 .topSecInfoSbox_arrow {
  background: #960079;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-03 .topSecInfoSbox_text {
  background: #e4debe;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-03 .topSecInfoSbox_arrow {
  background: #977e00;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-04 .topSecInfoSbox_text {
  background: #ffd4cc;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-04 .topSecInfoSbox_arrow {
  background: #e73417;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-05 .topSecInfoSbox_text {
  background: #d4e9de;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-05 .topSecInfoSbox_arrow {
  background: #199057;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-06 .topSecInfoSbox_text {
  background: #f7e0b7;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-06 .topSecInfoSbox_arrow {
  background: #e59f1f;
}
.innerWidthWrap .detail_html .topSecInfoSbox_item-06 .topSecInfoSbox_logo img {
  height: 75px !important;
  margin-bottom: -25px;
}
.innerWidthWrap .detail_html .topSecInfoSbox_logo {
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.innerWidthWrap .detail_html .topSecInfoSbox_logo img {
  width: auto;
  height: 84px !important;
}
.innerWidthWrap .detail_html .topSecInfoSbox_logo-info {
  width: 90%;
  color: #e59f1f;
  border: 1px solid #e59f1f;
  border-radius: 100px;
  font-size: 2.2rem;
  text-align: center;
  height: 36px;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.innerWidthWrap .detail_html .topSecInfoSbox_text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  color: #000;
}
.innerWidthWrap .detail_html .topSecInfoSbox_arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 7px;
  right: 7px;
  border-radius: 100px;
}
.innerWidthWrap .detail_html .topSecInfoSbox_arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.topSecDbBox {
  margin-bottom: 120px;
}
.topSecDbBox_inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.topSecDbBox_title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}
.topSecDbBox_title span {
  position: relative;
  display: inline-block;
}
.topSecDbBox_title span.spBr {
  display: none;
}
.topSecDbBox_title span:before {
  content: "";
  position: absolute;
  width: 69px;
  height: 85px;
  background-image: url("/soshiki_file/hcm/hcm/pic-top-db-01.svg");
  display: block;
  bottom: -15px;
  left: -80px;
}
.topSecDbBox_title span:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 85px;
  background-image: url("/soshiki_file/hcm/hcm/pic-top-db-02.svg");
  display: block;
  bottom: -15px;
  right: -80px;
}
.topSecDbBox_item a {
  border: 2px solid #029fdb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topSecDbBox_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecDbBox_item a:active, .desktop .topSecDbBox_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topSecDbBox_item a:active, .desktop .topSecDbBox_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecDbBox_item a img {
  width: 70%;
  height: auto;
}

.topSecMoreList {
  position: relative;
  margin: 80px calc(500px - 50vw) 120px;
}
.topSecMoreList:after {
  content: "";
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  height: 280px;
  background-image: url("/soshiki_file/hcm/hcm/bg-morelink-dotted.png");
  background-repeat: repeat;
  background-size: 10px auto;
  z-index: -1;
}
.topSecMoreList_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.topSecMoreList_pic {
  text-align: center;
  margin-bottom: 40px;
}
.topSecMoreList_pic img {
  width: 300px;
}

.topSecMoreListItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topSecMoreListItem_link {
  width: 32%;
  font-size: 1.8rem;
  background: #029fdb;
  color: #fff !important;
  text-align: center;
  position: relative;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100px;
  padding: 0 20px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topSecMoreListItem_link {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecMoreListItem_link:active, .desktop .topSecMoreListItem_link:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topSecMoreListItem_link:active, .desktop .topSecMoreListItem_link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecMoreListItem_link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  top: 0;
  right: 15px;
  margin: auto;
  border-radius: 100px;
  background: #fff;
}
.topSecMoreListItem_link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 8.0829037687px;
  width: 7px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #029fdb;
}

.topSecRelation {
  margin-bottom: 150px;
}
.topSecRelation_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSecRelation_title {
  text-align: center;
  margin-bottom: 50px;
}
.topSecRelation_title img {
  width: 30px;
  margin-bottom: 10px;
}
.topSecRelation_title h2 {
  font-weight: 600;
  font-size: 3rem;
  border: none !important;
  padding: 0 !important;
}
.topSecRelation_title h2:before {
  display: none;
}

.topSecRelationMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topSecRelationMain::before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}
.topSecRelationMain::after {
  content: "";
  display: block;
  width: 23%;
}
.topSecRelationMain_item {
  width: 23%;
  text-align: center;
  margin-bottom: 30px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topSecRelationMain_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecRelationMain_item:active, .desktop .topSecRelationMain_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topSecRelationMain_item:active, .desktop .topSecRelationMain_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSecRelationMain_item img {
  width: 100%;
}

.innerWidthWrap {
  max-width: 1100px;
  margin: 0 auto;
}
.innerWidthWrap .detail_free,
.innerWidthWrap .detail_html {
  margin-bottom: 60px;
}
.innerWidthWrap .detail_free img,
.innerWidthWrap .detail_html img {
  height: auto !important;
}

.postDetailBox .detail_free,
.postDetailBox .detail_html {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .topSec01 {
    padding: 30px 0 50px;
  }
  .topSec01_inner {
    padding: 0 20px;
  }
  .topSec01_title {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .topSec01_text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .topSecNews {
    margin-bottom: 80px;
  }
  .topSecNews_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .topSecNewsHead {
    position: relative;
    margin-bottom: 30px;
  }
  .topSecNewsHead_title {
    margin-bottom: 20px;
  }
  .topSecNewsHead_title img {
    height: 44px;
  }
  .topSecNewsHead_title-joseikatsuyaku img {
    height: 60px;
  }
  .topSecNewsHead_title-human-capital img {
    height: 68px;
  }
  .topSecNewsHead_title-reskilling img {
    height: 58px;
  }
  .topSecNewsHead_title-hatarakikata img {
    height: 58px;
  }
  .topSecNewsHead_title-danseikatsuyaku img {
    height: 58px;
  }
  .topSecNewsHead_text {
    font-weight: 600;
    font-size: 1.8rem;
  }
  .topSecNewsHead_more {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
  }
  .topSecNewsHead_more a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    background-image: url("/soshiki_file/hcm/hcm/icon-arrow.svg");
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding-right: 40px;
    background-position: right;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .topSecNewsHead_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .topSecNewsHead_more a:active, .desktop .topSecNewsHead_more a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .topSecNewsHead_more a:active, .desktop .topSecNewsHead_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .topSecNewsHead_more a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .topSecInfoBox {
    position: relative;
    margin: 0 -20px 30px;
  }
  .topSecInfoBox:after {
    content: "";
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    background: #eda412;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .topSecInfoBox_inner {
    padding: 0 40px;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox {
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox-right {
    -ms-flex-pack: end;
        justify-content: end;
    margin-bottom: 0;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_item {
    width: 100%;
    border: 2px solid #000;
    box-shadow: 6px 6px 0 #d9d9d9;
    margin-bottom: 30px;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_item-06 .topSecInfoSbox_logo img {
    height: 65px !important;
    margin-bottom: -5px;
    margin-top: 10px;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_logo {
    height: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_logo img {
    width: auto;
    height: 84px !important;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_logo-info {
    width: 90%;
    color: #e59f1f;
    border: 1px solid #e59f1f;
    border-radius: 100px;
    font-size: 2rem;
    text-align: center;
    height: 34px;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    padding: 10px 20px;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 7px;
    right: 7px;
    border-radius: 100px;
  }
  .innerWidthWrap .detail_html .topSecInfoSbox_arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .topSecDbBox {
    margin-bottom: 60px;
  }
  .topSecDbBox_inner {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
  }
  .topSecDbBox_title {
    font-size: 1.4rem;
    margin-bottom: 40px;
    position: relative;
  }
  .topSecDbBox_title span.spBr {
    display: block;
  }
  .topSecDbBox_title span:before {
    display: none;
  }
  .topSecDbBox_title span:after {
    display: none;
  }
  .topSecDbBox_item {
    padding: 0 30px;
  }
  .topSecDbBox_item a {
    border: 1px solid #029fdb;
    padding: 20px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }
  .topSecDbBox_item a img {
    width: 80%;
  }
  .topSecMoreList {
    position: relative;
    padding-bottom: 20px;
    margin: 0 -20px 40px;
  }
  .topSecMoreList:after {
    top: 100px;
    right: 0;
    width: 100vw;
    height: calc(100% - 100px);
    background-size: 8px auto;
  }
  .topSecMoreList_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .topSecMoreList_pic {
    margin-bottom: 0px;
  }
  .topSecMoreList_pic img {
    width: 204px;
  }
  .topSecMoreListItem {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSecMoreListItem_link {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .topSecRelation {
    margin-bottom: 60px;
  }
  .topSecRelation_inner {
    padding: 0;
  }
  .topSecRelation_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .topSecRelation_title img {
    width: 21px;
    margin-bottom: 10px;
  }
  .topSecRelation_title h2 {
    font-size: 2rem;
    margin-bottom: 0 !important;
  }
  .topSecRelationMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .topSecRelationMain::before {
    display: none;
  }
  .topSecRelationMain::after {
    display: none;
  }
  .topSecRelationMain_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .topSecRelationMain_item img {
    width: 80%;
  }
  .innerWidthWrap {
    padding: 0 20px;
  }
}