.program__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) {
  .program__container, .breadcrumbs__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.program__content-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  width: 285px;
  height: 80px;
  padding-bottom: 4px;
  border-radius: 40px;
  background-color: #f8e51f;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .program__content-button {
    font-size: 1.8rem;
    width: 220px;
    height: 60px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 375px) {
  .program__content-button {
    font-size: 4.8vw;
    width: 58.6666666667vw;
    height: 16vw;
    padding-bottom: 0.5333333333vw;
  }
}
.program__content-button::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/common/arrow_large.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .program__content-button::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 375px) {
  .program__content-button::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.program__content-button {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .program__content-button {
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

.program__content-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .program__content-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .program__content-text {
    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;
  }
}

.program__container {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .program__container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .program__container {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.program__item + .program__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .program__item + .program__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .program__item + .program__item {
    margin-top: 8vw;
  }
}
.program__content {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background-color: #264054;
}
@media screen and (max-width: 768px) {
  .program__content {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .program__content {
    padding: 5.3333333333vw;
  }
}
.program__content-img {
  width: 204px;
}
@media screen and (max-width: 768px) {
  .program__content-img {
    width: 100%;
  }
}
.program__content-button {
  font-size: 1.5rem;
  width: 130px;
  height: 36px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .program__content-button {
    width: 61.0169491525%;
    padding-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .program__content-button {
    font-size: 4vw;
    height: 9.6vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.program__content-button::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/common/arrow_circle.png);
}
@media screen and (max-width: 375px) {
  .program__content-button::after {
    right: 1.3333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.program__content-body {
  width: 76.0784313725%;
  margin-left: 3.9215686275%;
}
@media screen and (max-width: 768px) {
  .program__content-body {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .program__content-body {
    margin-top: 5.3333333333vw;
  }
}
.program__content-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .program__content-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .program__content-title {
    font-size: 4.8vw;
  }
}
.program__content-title::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 6px;
  border-radius: 5px;
  background-color: #f8e51f;
  content: "";
}
@media screen and (max-width: 768px) {
  .program__content-title::before {
    top: 12px;
  }
}
@media screen and (max-width: 375px) {
  .program__content-title::before {
    top: 3.2vw;
    width: 4.2666666667vw;
    height: 1.6vw;
    border-radius: 1.3333333333vw;
  }
}
.program__content-text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .program__content-text {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .program__content-text {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}