.company__container, .breadcrumbs__container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .company__container, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.company-table__head, .company-table__data {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .company-table__head, .company-table__data {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .company-table__head, .company-table__data {
    font-size: 3.7333333333vw;
  }
}

.kv--program, .kv {
  position: relative;
  background-image: url(/assets/img/common/sub_kv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #517fea;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv--program, .kv {
    background-image: url(/assets/img/common/sub_kv_bg_sp.jpg);
  }
}

.kv__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv__container {
    min-height: 124px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .kv__container {
    min-height: 33.0666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.kv__item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .kv__item {
    width: 100%;
  }
}
.kv__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 100%;
  background-image: url(/assets/img/common/sub_kv_item-01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::before {
    left: -260px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::before {
    left: -75px;
    width: 180px;
    height: 72px;
    background-size: contain;
    background-position-x: 0;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::before {
    left: -20vw;
    width: 48vw;
    height: 19.2vw;
  }
}
.kv__item::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 4.9479166667%;
  width: 350px;
  height: 100%;
  background-image: url(/assets/img/common/sub_kv_item-02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1400px) {
  .kv__item::after {
    right: -145px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item::after {
    bottom: -5px;
    right: -15px;
    width: 140px;
    height: 72px;
  }
}
@media screen and (max-width: 375px) {
  .kv__item::after {
    bottom: -1.3333333333vw;
    right: -4vw;
    width: 37.3333333333vw;
    height: 19.2vw;
  }
}
.kv__title {
  font-size: 3.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv__title {
    font-size: 5.3333333333vw;
  }
}
.kv__subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .kv__subtitle {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .kv__subtitle {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.kv--program .kv__container {
  flex-direction: column;
}
@media screen and (max-width: 1140px) {
  .kv--program .kv__item::before, .kv--program .kv__item::after {
    content: none;
  }
}
.kv--program .kv__title {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .kv--program .kv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv--program .kv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .kv--program .kv__title {
    font-size: 5.3333333333vw;
  }
}

.breadcrumbs__text, .breadcrumbs__link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.8333333333;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__text, .breadcrumbs__link {
    font-size: 3.2vw;
  }
}

.breadcrumbs__container {
  padding-top: 2px;
}
@media screen and (max-width: 375px) {
  .breadcrumbs__container {
    padding-top: 0.5333333333vw;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 9.3333333333vw;
  }
}
.breadcrumbs__item + .breadcrumbs__item::before {
  display: block;
  position: absolute;
  top: 52%;
  left: -17px;
  transform: translateY(-50%);
  background-image: url(/assets/img/common/breadcrumbs_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  content: "";
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -23px;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumbs__item + .breadcrumbs__item::before {
    left: -6.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.breadcrumbs__link {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

.company__container {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .company__container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .company__container {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.company-table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .company-table {
    max-width: 100%;
  }
}
.company-table__head {
  font-weight: bold;
  text-align: left;
  width: 25%;
  padding-bottom: 20px;
  padding-left: 3.75%;
  padding-right: 10px;
  border-bottom: 2px solid #3b48e6;
}
@media screen and (max-width: 768px) {
  .company-table__head {
    width: 29.8507462687%;
    padding-bottom: 10px;
    padding-left: 2.9850746269%;
  }
}
@media screen and (max-width: 375px) {
  .company-table__head {
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.company-table__data {
  width: 75%;
  padding-bottom: 20px;
  padding-left: 6.25%;
  padding-right: 10px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .company-table__data {
    width: 70.1492537313%;
    padding-bottom: 10px;
    padding-left: 2.9850746269%;
  }
}
@media screen and (max-width: 375px) {
  .company-table__data {
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.company-table tr:not(:first-child) .company-table__head,
.company-table tr:not(:first-child) .company-table__data {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .company-table tr:not(:first-child) .company-table__head,
  .company-table tr:not(:first-child) .company-table__data {
    padding-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .company-table tr:not(:first-child) .company-table__head,
  .company-table tr:not(:first-child) .company-table__data {
    padding-top: 5.3333333333vw;
  }
}