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

.qa__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) {
  .qa__button {
    font-size: 1.8rem;
    width: 220px;
    height: 60px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 375px) {
  .qa__button {
    font-size: 4.8vw;
    width: 58.6666666667vw;
    height: 16vw;
    padding-bottom: 0.5333333333vw;
  }
}
.qa__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) {
  .qa__button::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 375px) {
  .qa__button::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.qa__button {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .qa__button {
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

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

.prof__title, .qa__title, .program__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .prof__title, .qa__title, .program__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .prof__title, .qa__title, .program__title {
    font-size: 8vw;
  }
}
.prof__title--en, .qa__title--en, .program__title--en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .prof__title--en, .qa__title--en, .program__title--en {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 375px) {
  .prof__title--en, .qa__title--en, .program__title--en {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.prof__title-icon, .qa__title-icon, .program__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .prof__title-icon, .qa__title-icon, .program__title-icon {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .prof__title-icon, .qa__title-icon, .program__title-icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.6666666667vw;
  }
}
.prof__title-icon::before, .qa__title-icon::before, .program__title-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .prof__title-icon::before, .qa__title-icon::before, .program__title-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .prof__title-icon::before, .qa__title-icon::before, .program__title-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.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;
  }
}

.detail__container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .detail__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .detail__container {
    padding-top: 16vw;
  }
}
.detail__name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detail__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .detail__name {
    font-size: 3.7333333333vw;
  }
}
.detail__name-icon {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  padding: 7px 9px;
  border: 1px solid #f8e51f;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .detail__name-icon {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .detail__name-icon {
    font-size: 3.2vw;
    margin-right: 2.6666666667vw;
    padding: 1.8666666667vw 2.4vw;
  }
}
.detail__content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .detail__content {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .detail__content {
    margin-top: 8vw;
  }
}
.detail__content-img {
  width: 41.8181818182%;
}
@media screen and (max-width: 768px) {
  .detail__content-img {
    width: 100%;
  }
}
.detail__content-body {
  width: 54.5454545455%;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .detail__content-body {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .detail__content-body {
    margin-top: 8vw;
  }
}
.detail__content-title {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .detail__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .detail__content-title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
.detail__content-title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}
@media screen and (max-width: 375px) {
  .detail__content-title::before {
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.detail__content-title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 2px;
  border-radius: 1px;
  background-color: #f8e51f;
  content: "";
}
@media screen and (max-width: 375px) {
  .detail__content-title::after {
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
  }
}
.detail__content-text + .detail__content-text {
  margin-top: 1em;
}

.program__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .program__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .program__container {
    padding-top: 26.6666666667vw;
  }
}
.program__list {
  max-width: 644px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .program__list {
    margin-top: 30px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .program__list {
    margin-top: 8vw;
    padding-top: 2.6666666667vw;
  }
}
.program__item {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .program__item {
    border-radius: 2.6666666667vw;
    padding: 4.2666666667vw;
  }
}
.program__item iframe {
  display: block;
  width: 100%;
  height: 100px;
  border: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 375px) {
  .program__item iframe {
    border-radius: 2.1333333333vw;
  }
}
.program__item + .program__item {
  margin-top: 18px;
}
@media screen and (max-width: 375px) {
  .program__item + .program__item {
    margin-top: 4.8vw;
  }
}
.program__date {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 375px) {
  .program__date {
    font-size: 3.4666666667vw;
    margin: 0 0 3.2vw;
  }
}
.program__note {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #f95f00;
}
@media screen and (max-width: 768px) {
  .program__note {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .program__note {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.program__iframe {
  height: 660px;
}
@media screen and (max-width: 768px) {
  .program__iframe {
    height: 390px;
  }
}
@media screen and (max-width: 375px) {
  .program__iframe {
    height: 104vw;
  }
}

.qa__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .qa__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .qa__container {
    padding-top: 26.6666666667vw;
  }
}
.qa__content {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .qa__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .qa__content {
    margin-top: 8vw;
  }
}
.qa__button {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .qa__button {
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .qa__button {
    padding-right: 2.6666666667vw;
  }
}
.qa__button::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .qa__button::after {
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .qa__button::after {
    right: 5.3333333333vw;
  }
}

.prof__container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .prof__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .prof__container {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.prof__list {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .prof__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .prof__list {
    margin-top: 8vw;
  }
}
.prof__item + .prof__item {
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .prof__item + .prof__item {
    margin-top: 5.3333333333vw;
  }
}
.prof__content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 220px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .prof__content {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .prof__content {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .prof__head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .prof__head-text {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .prof__head-text {
    margin-left: 5.3333333333vw;
  }
}
.prof__icon {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .prof__icon {
    position: static;
    width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .prof__icon {
    width: 26.6666666667vw;
  }
}
.prof__company {
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.prof__name {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  margin-top: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .prof__name {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .prof__name {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.prof__text {
  letter-spacing: 0;
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .prof__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .prof__text {
    margin-top: 2.6666666667vw;
  }
}
.prof__snss {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .prof__snss {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .prof__snss {
    margin-top: 2.6666666667vw;
  }
}
.prof__sns-link {
  display: block;
  width: 24px;
}
@media screen and (max-width: 375px) {
  .prof__sns-link {
    width: 6.4vw;
  }
}
.prof__sns + .prof__sns {
  margin-left: 20px;
}
@media screen and (max-width: 375px) {
  .prof__sns + .prof__sns {
    margin-left: 5.3333333333vw;
  }
}