.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.b-header {
  display: flex;
}

.b-header--left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-header--right {
  display: flex;
}

.b-header--content {
  margin-right: 120px;
}

.b-header .b-header--entry {
  width: 205px;
}

.b-header--content__element {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.b-header--content__element::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  background: url(/recruit/assets/img/common/arrow.svg) no-repeat center / 100%;
  width: 13px;
  height: 7px;
}

.b-header--menu {
  width: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.b-header--menu__inner {
  width: 20px;
  height: 16px;
  position: relative;
}

.b-header--menu__inner div {
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  transition: ease-in-out 0.3s;
}

.b-header--menu__inner div:nth-child(1) {
  top: 0;
}

.b-header--menu__inner div:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.b-header--menu__inner div:nth-child(3) {
  bottom: 0;
}

.b-header--menu.is-active .b-header--menu__inner div:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.b-header--menu.is-active .b-header--menu__inner div:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.b-header--menu.is-active .b-header--menu__inner div:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 4px;
}

.b-header--megamunu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.3s;
}

.b-header--megamunu.is-active {
  opacity: 1;
  pointer-events: visible;
}

.b-header--megamunu__inner {}

.b-header--megamunu__list {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.b-header--megamunu__item {
  line-height: 1.4;
}

.b-header--megamunu__item+.b-header--megamunu__item {
  margin-left: 60px;
}

.b-header--megamunu__title {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.b-header--megamunu__link {
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 10px;
  transition: ease-in-out 0.3s;
}

.b-header--megamunu__link:hover {
  color: #CA0114;
}

.b-header--megamunu__link +.b-header--megamunu__link {
  margin-top: 20px;
}

.b-header--megamunu__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #CA0014;
  width: 4px;
  height: 1px;
}

.entry-button {
  width: 350px;
  height: 80px;
  background-color: #CA0114;
  margin: auto;
}

.entry-button.m-arrow:hover::before,
.entry-button.m-arrow:hover::after {
  background-color: #fff;
}

.entry-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.b-header--hovermenu {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-color: #444;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.3s;
}

.b-header--hovermenu.is-active {
  opacity: 1;
  pointer-events: visible;
}

.b-header--hovermenu__list {
  display: flex;
  padding: 25px 0;
  padding-left: 40vw;
}

#list-menu01 .b-header--hovermenu__list {
  padding-left: 28vw;
}
#list-menu02 .b-header--hovermenu__list {
  padding-left: 32vw;
}
#list-menu03 .b-header--hovermenu__list {
  padding-left: 52vw;
}
#list-menu04 .b-header--hovermenu__list {
  padding-left: 65vw;
}
#list-menu05 .b-header--hovermenu__list {
  padding-left: 65vw;
}

.b-header--hovermenu__list__row {
  border-left: 1px solid #fff;
  padding-top: 20px;
  padding-left: 20px;
}

.b-header--hovermenu__list__row+.b-header--hovermenu__list__row {
  margin-left: 125px;
}

.b-header--hovermenu__list__row a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.b-header--hovermenu__list__row a:hover {
  color: #CA0114;
}

.p-index--business__link__top {
  margin-bottom: 20px;
}

.p-index--business__link__top .p-index--business__link--card__text {
  width: 26%;
}

.p-index--business__link__top .p-index--business__link--card {
  width: 100%;
}

.p-index--business__link__bottom {
  display: flex;
  justify-content: space-between;
}
.ptn {
  justify-content: flex-start;
  column-gap: 20px;
}

.p-index--business__link__bottom .p-index--business__link--card {
  width: calc((100% / 3) - 10px);
}

.p-index--business .p-index--business__link--card:nth-child(n+3) {
  margin-top: 0 !important;
}

.p-index--business .p-index--business__link--card__text__link {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1400px) {
  .p-index--business .p-index--business__link--card.m-arrow:after {
    top: auto;
    bottom: 28px;
  }

  .p-index--business .p-index--business__link--card.m-arrow:before {
    top: auto;
    bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .p-index--business .p-index--business__wrap {
    display: flex;
    align-items: center;
    max-width: 95%;
    width: 100%;
  }

  .p-index--business .p-index--business__title {
    margin-top: 0;
  }

  .p-index--business span.p-index--business__link--card__text__link--text.is-third {
    padding-top: 0;
  }

  .p-index--business span.p-index--business__link--card__text__link--text.is-second {
    padding-top: 0;
  }

  .p-index--business span.p-index--business__link--card__text__link--text.is-first {
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .b-header .b-header--content li .b-header--content__element {
    padding-left: 15px !important;
    font-size: 12px !important;
    padding-right: 12px;
  }

  .b-header--content__element::after {
    width: 7px;
    height: 4px;
  }

  .b-header .b-header--logo {
    width: 110px;
  }

  .b-header .b-header--logo__image {
    width: 80px !important;
  }

  .b-header--content {
    margin-right: 30px;
  }

  .b-header .b-header--entry {
    width: 105px !important;
  }

  .b-header .b-header--entry .b-header--entry__link {
    padding-left: 15px !important;
    font-size: 12px !important;
  }

  .b-header--entry.m-arrow::after {
    width: 20px;
    right: 12px;
  }

  .b-header--entry.m-arrow::before {
    right: 12px;
  }

  .b-header--megamunu__item+.b-header--megamunu__item {
    margin-left: 30px;
  }

  .b-header--megamunu__inner {
    padding: 0 20px;
  }

  .b-header {
    height: 52px;
  }

  .b-header--hovermenu {
    top: 52px;
  }

  .b-header--hovermenu__list {
    padding-left: 15vw;
  }

  main {
    padding-top: 52px !important;
  }

  .b-header .b-header--entry .b-header--entry__link {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .b-header .b-header--content li .b-header--content__element {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-index--business__link--card.m-arrow::after {
    width: 20px;
  }

  .p-index--business .p-index--business__link--card.m-arrow:before,
  .p-index--business .p-index--business__link--card.m-arrow:after {
    top: 76%;
    right: 15px;
  }

  .p-index--business .p-index--business__link--card__text__link {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .b-header .b-header--logo__hmb {
    display: none;
  }

  .b-header {
    justify-content: space-between;
  }

  .b-header--menu__inner {
    width: 38px;
    height: 24px;
  }

  .b-header--menu.is-active .b-header--menu__inner div:nth-child(1) {
    top: 7px;
  }

  .b-header--menu.is-active .b-header--menu__inner div:nth-child(3) {
    bottom: 15px;
  }

  .b-header--megamunu__list {
    display: block;
  }

  .b-header .b-header--logo {
    z-index: 1;
  }

  .b-header--megamunu {
    overflow-y: scroll;
    display: block;
  }

  .b-header--megamunu__item+.b-header--megamunu__item {
    margin-left: 0;
    margin-top: 40px;
  }

  .b-header--megamunu__list {
    margin-bottom: 70px;
    padding: 150px 20px 0 50px;
  }

  .entry-button {
    width: 100%;
    height: 68px;
  }

  .entry-button a {
    font-size: 14px;
    justify-content: flex-start;
    padding-left: 50px;
  }

  .entry-button.m-arrow::before,
  .entry-button.m-arrow::after {
    right: 50px;
  }

  .b-header--megamunu__title {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .b-header--megamunu__title::after {
    content: "";
    display: block;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    background: url(/recruit/assets/img/common/arrow.svg) no-repeat center / 100%;
    width: 13px;
    height: 7px;
    transition: ease-in-out 0.3s;
  }

  .b-header--megamunu__link-list {
    display: none;
  }

  .b-header--megamunu__item.is-active .b-header--megamunu__title::after {
    transform: rotate(180deg);
  }

  .b-header--hovermenu {
    display: none !important;
  }

  .p-index--business__link__bottom {
    display: block;
  }

  .p-index--business__link__bottom .p-index--business__link--card {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-index--business__link__bottom {
    margin-bottom: -20px;
  }

  .p-index--business .p-index--business__link--card__text,
  .p-index--business__link__top .p-index--business__link--card__text {
    width: 60%;
  }

  .p-index--business span.p-index--business__link--card__text__link--text {
    padding-top: 0 !important;
    font-size: 3.2vw;
  }

  .p-index--business .p-index--business__link--card.m-arrow:after {
    top: 73%;
    right: 2.666666666666667vw;
  }

  .p-index--business .p-index--business__link--card.m-arrow:before {
    width: 1.066666666666667vw;
    height: 1.066666666666667vw;
    right: 2.666666666666667vw;
    top: 73%;
  }

  .p-index--business .p-index--business__link {
    display: block;
  }

  .p-index--business .p-index--business__link--card__text__link {
    width: 85%;
    height: 14.933333333333335vw;
    padding-left: 9.090909090909092vw;
  }

  .p-index--business .p-index--business__link--card__text {
    width: 64.53333333333333%;
    height: 14.933333333333335vw;
  }

  .p-index--business .p-index--business__wrap {
    padding: 10% 0;
  }
}

/* @media screen and (min-width: 650px) and (max-width: 768px) {
  .p-index--business .p-index--business__link--card.m-arrow:before {
    bottom: 19px !important;
  }
} */