@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .program {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .program {
    padding-bottom: 90px;
  }
}

/* ==========================================================


 * 学科・コース ページ　ヘッダー


 * ========================================================== */
.program_header {
  /* テキストの設定 */
}
@media screen and (max-width: 767px) {
  .program_header {
    margin-top: 15px;
    padding-top: 90px;
    padding-bottom: 15px;
  }
  .program_header .headings .en {
    width: min(85vw, 520px);
    padding-left: clamp(16px, 3.5vw, 34px);
    padding-right: clamp(16px, 3.5vw, 34px);
    padding-bottom: 22px;
  }
  .program_header .headings .stack {
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    max-width: 88vw;
    padding-left: clamp(16px, 3.5vw, 34px);
    padding-right: clamp(16px, 3.5vw, 34px);
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .program_header .headings .stack .catch {
    position: relative;
  }
  .program_header .headings .stack .program_title {
    max-width: min(90%, 320px);
  }
  .program_header .headings .stack .catch::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5em;
    height: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .program_header {
    margin-top: 15px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .program_header .headings .en {
    width: min(85vw, 580px);
    padding-left: clamp(16px, 3.5vw, 34px);
    padding-right: clamp(16px, 3.5vw, 34px);
    padding-bottom: 35px;
  }
  .program_header .headings .stack {
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    max-width: 88vw;
    padding-left: clamp(16px, 3.5vw, 34px);
    padding-right: clamp(16px, 3.5vw, 34px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .program_header .headings .stack .catch {
    position: relative;
  }
  .program_header .headings .stack .program_title {
    max-width: min(90%, 360px);
  }
  .program_header .headings .stack .catch::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5em;
    height: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .program_header {
    position: relative;
    box-sizing: border-box;
    height: min(56vw, 600px);
    max-width: 1800px;
    margin: 20px auto 0 auto;
  }
  .program_header .headings {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .program_header .headings .en {
    max-width: 60vw;
    padding: 0 0 50px 50px;
    transition: padding 0.3s;
  }
  .program_header .headings .stack {
    background: #ffffff;
    display: inline-block;
    padding: 30px 80px 30px 50px;
    transition: padding 0.3s;
  }
  .program_header .headings .stack .catch {
    position: relative;
  }
  .program_header .headings .stack .catch::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5em;
    height: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .program_header .headings .en {
    padding: 0 0 50px 80px;
    transition: padding 0.3s;
  }
  .program_header .headings .stack {
    padding: 30px 80px 30px 80px;
    transition: padding 0.3s;
  }
}
.program_header .headings .catch {
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .program_header .headings .catch {
    font-size: 17px;
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .program_header .headings .catch {
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .program_header .headings .catch {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 20px 0 20px 0;
  }
}
.program_header .headings .sub_01 {
  display: inline-block;
  background: #ffffff;
  border: solid 1px var(--border-basic);
  border-radius: 2px;
  font-family: var(--font-notosans);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .program_header .headings .sub_01 {
    font-size: 14px;
    padding: 7px 15px;
    margin: 12px 0 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .program_header .headings .sub_01 {
    font-size: 15px;
    padding: 7px 20px;
    margin: 15px 0 30px 0;
  }
}
.program_header .headings .sub_02 {
  font-family: var(--font-notosans);
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .program_header .headings .sub_02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .program_header .headings .sub_02 {
    font-size: 15px;
  }
}

/* ==========================================================


 * SNSリンク


 * ========================================================== */
.program .sns_link {
  box-sizing: border-box;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .program .sns_link {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .sns_link {
    padding: 20px 30px;
  }
}
.program .sns_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .program .sns_link ul {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .program .sns_link ul {
    gap: 50px;
  }
}
.program .sns_link ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* ==========================================================


 * 学科・コース ページ　共通要素


 * ========================================================== */
.program {
  /* 特色などのノート */
}
.program .title_a .en {
  display: block;
}
@media screen and (max-width: 1024px) {
  .program .title_a .en {
    max-width: max(28vw, 160px);
  }
}
.program .title_a .text {
  display: block;
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .program .title_a .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program .title_a .text {
    font-size: 18px;
    margin-top: 12px;
  }
}
.program .title_b {
  position: relative;
  text-align: center;
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .program .title_b {
    font-size: 28px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .program .title_b {
    font-size: 34px;
    padding-bottom: 26px;
  }
}
.program .title_b::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2em;
  height: 1px;
}
.program .note {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 1024px) {
  .program .note {
    max-width: 740px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .note {
    max-width: 1100px;
    padding: 45px 60px;
    display: grid;
    grid-template-columns: 35% 65%;
  }
}
.program .note .left > h2 {
  position: relative;
  font-family: var(--font-notosans);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .program .note .left > h2 {
    font-size: 18px;
    padding-left: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program .note .left > h2 {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.program .note .left > h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
}
.program .note .right > h3 {
  font-size: 16px;
  font-family: var(--font-notosans);
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
.program .note .right > p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.program .note .right > p:last-child {
  margin-bottom: 0;
}
.program .note .right .catch {
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .program .note .right .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .note .right .catch {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.program .note .right .list_01 {
  display: grid;
}
@media screen and (max-width: 1024px) {
  .program .note .right .list_01 {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program .note .right .list_01 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
.program .note .right .list_01 li {
  border: solid 1px var(--color-gray);
  border-radius: 2px;
  padding: 6px 20px 8px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .program .note .right .list_01 li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .program .note .right .list_01 li {
    font-size: 14px;
  }
}
.program .note .right .list_02 li {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.program .note .right .list_02 li:last-child {
  margin-bottom: 0;
}
.program .note .right .list_02 li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 1px;
}
.program .note .right .image {
  padding: 20px 0;
  margin: 20px auto;
  text-align: center;
}
.program .note .right .btn {
  max-width: 420px;
  margin: 30px auto 0 auto;
}
.program .note .right .jisseki {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  margin: 35px 0;
}
.program .note .right .jisseki div {
  font-family: var(--font-notosans);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.program .note .right .jisseki div span {
  font-size: 28px;
}

/* ==========================================================


* コンセプト


* ========================================================== */
.program .concept {
  box-sizing: border-box;
  max-width: 1400px;
  /* 背景の配置 */
}
@media screen and (max-width: 1024px) {
  .program .concept {
    max-width: 740px;
    margin: 30px auto 45px auto;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
  }
  .program .concept .left {
    order: 2;
  }
  .program .concept .left > .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .program .concept .left > .title .en {
    margin: 0 auto;
  }
  .program .concept .right {
    order: 1;
  }
  .program .concept .right .image_01 {
    margin-bottom: 30px;
  }
  .program .concept .right .image_02 {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept {
    margin: 90px auto 45px auto;
    padding: 0 0;
    display: grid;
    grid-template-columns: 62% 38%;
  }
  .program .concept .left {
    padding: 0 60px;
  }
  .program .concept .left > .title {
    margin-bottom: 60px;
  }
  .program .concept .left > .title .text {
    padding-left: 1em;
  }
  .program .concept .right {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .program .concept .right .image_01 {
    margin-bottom: 30px;
  }
  .program .concept .right .image_02 {
    width: 75%;
  }
}
.program .concept .right .images {
  background: url("../image/program/kirakira@2x.png") no-repeat;
  background-size: 226px;
  background-position: right 10px bottom;
}
@media screen and (max-width: 1024px) {
  .program .concept .right .images {
    background-size: 180px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept .right .images {
    background-size: 226px;
    padding-bottom: 160px;
  }
}
.program .concept_item {
  position: relative;
  border-bottom: solid 1px var(--border-basic);
}
.program .concept_item .num {
  position: absolute;
  left: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .program .concept_item .num {
    top: 30px;
    width: 45px;
    height: 45px;
  }
  .program .concept_item .num img {
    width: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept_item .num {
    top: 50px;
    width: 80px;
    height: 80px;
  }
}
.program .concept_item h3 {
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .program .concept_item h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept_item h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.program .concept_item p {
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .program .concept_item p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .program .concept_item {
    padding: 25px 0 25px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .program .concept_item {
    padding: 30px 0 30px 110px;
  }
}
.program .concept_item:last-child {
  border-bottom: none;
}

/* ==========================================================


* 学科紹介ムービー


* ========================================================== */
.program .movie_list {
  background: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .program .movie_list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .program .movie_list {
    padding: 60px 0 60px 0;
  }
}
.program .movie_list > .title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program .movie_list > .title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program .movie_list > .title {
    margin-bottom: 45px;
  }
}
.program .movie_list > .title .en {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .program .movie_list .movie {
    max-width: 88vw;
    margin: 0 8px 20px 8px;
  }
}
@media screen and (min-width: 1025px) {
  .program .movie_list .movie {
    max-width: 560px;
    margin: 0 10px 20px 10px;
  }
}
.program .movie_list .movie .caption {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 10px 0 10px;
}
.program .movie_list button.slider_arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100px;
  height: 250px;
  z-index: 100;
  cursor: pointer;
}
.program .movie_list button.slider_arrow_prev {
  left: 0;
}
.program .movie_list button.slider_arrow_next {
  right: 0;
}

/* ==========================================================


* コース一覧


* ========================================================== */
.program .course_list {
  /* 見出しのあしらい */
  /* グリッド表示順の設定 */
}
@media screen and (max-width: 1024px) {
  .program .course_list {
    max-width: 630px;
    margin: 0 auto 0 auto;
    padding: 30px 20px 60px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list {
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .program .course_list .title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .title {
    margin-bottom: 70px;
  }
}
.program .course_list .item {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .program .course_list .item .image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .program .course_list .item .text {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item .text {
    border-top: solid 1px var(--border-basic);
    margin-top: 45px;
    padding: 60px 90px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item .text .stack {
    max-width: 460px;
  }
}
.program .course_list .item .text .stack .heading {
  text-align: center;
  padding: 30px 50px 30px 52px;
}
.program .course_list .item .text .stack .heading .course_name {
  display: inline-block;
  text-align: left;
}
.program .course_list .item .text .stack .heading .course_name .icon {
  display: block;
}
.program .course_list .item .text .stack .heading .course_name .name {
  font-family: var(--font-notosans);
  line-height: 1.5;
  font-weight: 700;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .program .course_list .item .text .stack .heading .course_name .name {
    font-size: 26px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item .text .stack .heading .course_name .name {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .program .course_list .item .text .stack p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item .text .stack p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .program .course_list .item .text .stack .btn {
    max-width: 280px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item .text .stack .btn {
    max-width: 280px;
    margin: 30px auto 0 auto;
  }
}
.program .course_list .item .text .stack {
  position: relative;
}
.program .course_list .item .text .stack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 70px;
}
.program .course_list .item .text .stack::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 70px;
}
.program .course_list .item .text .heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
}
.program .course_list .item .text .heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 1px;
}
@media screen and (min-width: 1025px) {
  .program .course_list .item:nth-child(even) {
    display: grid;
    grid-template-columns: 45% 55%;
  }
  .program .course_list .item:nth-child(even) .text {
    order: 1;
  }
  .program .course_list .item:nth-child(even) .text .stack {
    margin-right: auto;
  }
  .program .course_list .item:nth-child(even) .image {
    order: -1;
  }
}
@media screen and (min-width: 1025px) {
  .program .course_list .item:nth-child(odd) {
    display: grid;
    grid-template-columns: 55% 45%;
  }
  .program .course_list .item:nth-child(odd) .text {
    order: -1;
  }
  .program .course_list .item:nth-child(odd) .text .stack {
    margin-left: auto;
  }
  .program .course_list .item:nth-child(odd) .image {
    order: 1;
  }
}

/* ==========================================================


* ビジョン　特色と未来像


* ========================================================== */
.program .vision {
  background: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .program .vision {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .vision {
    padding: 90px 45px;
  }
}
.program .vision > .title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program .vision > .title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program .vision > .title {
    margin-bottom: 45px;
  }
}
.program .vision > .title .en {
  margin: 0 auto;
}
.program .vision .note {
  margin: 0 auto 30px auto;
}
.program .vision .note:last-child {
  margin-bottom: 0;
}

/* ==========================================================


* コース紹介


* ========================================================== */
.program .courses {
  background-color: #f7f7f7;
  /* 共通タイトル */
  /* タブナビゲーション */
}
@media screen and (max-width: 1024px) {
  .program .courses {
    padding: 45px 10px 30px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses {
    padding: 90px 70px;
  }
}
.program .courses > .title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program .courses > .title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses > .title {
    margin-bottom: 45px;
  }
}
.program .courses > .title .en {
  margin: 0 auto;
}
.program .courses .tab_nav {
  /* タブナビゲーションのブレイクポイントは900 */
}
@media screen and (max-width: 899px) {
  .program .courses .tab_nav {
    max-width: 520px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 25px;
    padding: 0 15px;
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 900px) {
  .program .courses .tab_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.program .courses .tab_nav li {
  position: relative;
  cursor: pointer;
  /* Heightはスクリプトで調整 */
  background: #ffffff;
  border: solid 1px var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .program .courses .tab_nav li {
    width: 200px;
  }
}
.program .courses .tab_nav li span {
  display: block;
  padding: 4px 5px 6px 7px;
  font-family: var(--font-notosans);
  font-weight: 400;
  letter-spacing: 1;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .program .courses .tab_nav li span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .tab_nav li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .tab_nav li:hover {
    transition: 0.4s ease-out;
    background: #f5f5f5;
  }
}
.program .courses .tab_nav li.active {
  color: #ffffff;
  transition: 0.4s ease-out;
  position: relative;
}
.program .courses .tab_nav li.active::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.program .courses .course_pages {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.program .courses .course_pages .course_page {
  display: none;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page {
    max-width: 660px;
    padding: 30px 15px 30px 15px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page {
    padding: 70px 70px;
  }
}
.program .courses .course_pages .course_page .course_title {
  position: relative;
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
  padding-left: 2px;
  /* 見出しのあしらい */
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_title {
    padding-top: 15px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_title {
    padding-top: 30px;
    margin-bottom: 70px;
  }
}
.program .courses .course_pages .course_page .course_title .inner {
  font-family: var(--font-notosans);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_title .inner {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_title .inner {
    font-size: 38px;
  }
}
.program .courses .course_pages .course_page .course_title .inner span {
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_title .inner span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_title .inner span {
    font-size: 18px;
  }
}
.program .courses .course_pages .course_page .course_title .inner span.ann {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 15px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_title .inner span.ann {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_title .inner span.ann {
    font-size: 14px;
  }
}
.program .courses .course_pages .course_page .course_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 70px;
}
.program .courses .course_pages .course_page .course_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 70px;
}
.program .courses .course_pages .course_page .course_title .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
}
.program .courses .course_pages .course_page .course_title .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 1px;
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_concept {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_concept .image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_concept .text {
    padding: 0 15px;
  }
}
.program .courses .course_pages .course_page .course_concept .text .catch {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: 1;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_concept .text .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_concept .text .catch {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.program .courses .course_pages .course_page .course_concept .text .body {
  font-weight: 300;
  font-size: 16px;
}
.program .courses .course_pages .course_page .course_point {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_point {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_point {
    margin: 80px auto;
  }
}
.program .courses .course_pages .course_page .course_point .midashi {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program .courses .course_pages .course_page .course_point .midashi {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .program .courses .course_pages .course_page .course_point .midashi {
    margin-bottom: 60px;
  }
}
.program .courses .course_pages .course_page .course_point .stack {
  margin-top: 35px;
}
.program .courses .course_pages .course_page .course_point .stack p {
  font-weight: 300;
  font-size: 16px;
  margin: 15px 15px;
}
.program .courses .course_pages .course_page .note:last-child {
  margin-bottom: 0;
}
.program .courses .course_pages .course_page.active {
  display: block;
}
.program .text_banner {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program .text_banner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .program .text_banner {
    padding-top: 60px;
  }
}
.program .text_banner a {
  border: solid 1px var(--color-gray);
  border-radius: 2px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .program .text_banner a {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 20px 22px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program .text_banner a {
    font-weight: 700;
    font-size: 22px;
    padding: 20px 20px 22px 20px;
  }
}
.program .text_banner a span {
  font-size: 0.8em;
}
.program .text_banner a:hover {
  text-decoration: underline;
}

/* ==========================================================


* 応援の声・卒業生の声


* ========================================================== */
.cheer_list {
  padding: 70px 0;
}
.cheer_list .title {
  max-width: 80vw;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.voice_list {
  padding: 70px 0 0 0;
  /* slick のカスタマイズ部分 */
}
.voice_list .title {
  margin-bottom: 50px;
}
.voice_list .slick-dots li.slick-active button:before,
.voice_list .slick-dots li button:before {
  color: var(--primary-color);
}
.voice_list button.slider_arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100px;
  height: 250px;
  z-index: 100;
  cursor: pointer;
}
.voice_list button.slider_arrow_prev {
  left: 0;
}
.voice_list button.slider_arrow_next {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .no_slider {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .no_slider {
    max-width: 700px;
    margin: 0 auto;
  }
}

.voice {
  background: url("../image/program/voice_bg.png") repeat;
}
@media screen and (max-width: 1024px) {
  .voice {
    max-width: 700px;
    padding: 10px 10px;
    margin: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .voice {
    max-width: 700px;
    padding: 15px 15px;
    margin: 0 10px 20px 10px;
  }
}
.voice .inner {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .voice .inner {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .inner {
    padding: 50px 70px;
  }
}
.voice .head {
  border-bottom: solid 1px var(--border-basic);
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .voice .head {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1025px) {
  .voice .head {
    justify-content: flex-start;
    padding: 40px 0;
  }
}
.voice .head .photo {
  max-width: 240px;
  flex-grow: 1;
}
.voice .head .profile {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--font-notosans);
  font-weight: 400;
  letter-spacing: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .voice .head .profile {
    max-width: 240px;
  }
}
.voice .head .profile .affiliation {
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .voice .head .profile .affiliation {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .head .profile .affiliation {
    font-size: 20px;
  }
}
.voice .head .profile .name {
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .voice .head .profile .name {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .head .profile .name {
    font-size: 26px;
  }
}
.voice .head .profile .name span {
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 0.2em;
}
@media screen and (max-width: 1024px) {
  .voice .head .profile .remarks {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .head .profile .remarks {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .voice .body {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1025px) {
  .voice .body {
    padding: 40px 0;
  }
}
.voice .body .catchcopy {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .voice .body .catchcopy {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .body .catchcopy {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .voice .body .bodycopy {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .voice .body .bodycopy {
    font-size: 16px;
  }
}

/* 自動車学科の応援の声 */
@media screen and (max-width: 1024px) {
  .automobile_voice_wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .automobile_voice_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 20px;
    max-width: 1400px;
    margin: 0 auto;
  }
}

.voice_grid:last-child {
  margin-bottom: 0;
}

.voice_grid {
  background: url("../image/program/voice_bg.png") repeat;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .voice_grid {
    padding: 10px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid {
    padding: 15px 15px;
  }
}
.voice_grid .inner {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .voice_grid .inner {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .inner {
    padding: 20px 20px;
  }
}
.voice_grid .head {
  border-bottom: solid 1px var(--border-basic);
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .voice_grid .head {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .head {
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
.voice_grid .head .photo {
  max-width: 240px;
  flex-grow: 1;
}
.voice_grid .head .profile {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--font-notosans);
  font-weight: 400;
  letter-spacing: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .voice_grid .head .profile {
    max-width: 240px;
  }
}
.voice_grid .head .profile .affiliation {
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .voice_grid .head .profile .affiliation {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .head .profile .affiliation {
    font-size: 20px;
  }
}
.voice_grid .head .profile .name {
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .voice_grid .head .profile .name {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .head .profile .name {
    font-size: 26px;
  }
}
.voice_grid .head .profile .name span {
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 0.2em;
}
@media screen and (max-width: 1024px) {
  .voice_grid .head .profile .remarks {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .head .profile .remarks {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .voice_grid .body {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .body {
    padding: 20px 0 0 0;
  }
}
.voice_grid .body .catchcopy {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .voice_grid .body .catchcopy {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .body .catchcopy {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .voice_grid .body .bodycopy {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_grid .body .bodycopy {
    font-size: 16px;
  }
}

/*# sourceMappingURL=program_course.css.map */





/*# 20250325追加 */

.stack_inner {
background-color: #F3F3F3;
padding: 15px 20px 25px;
}

.program .courses .course_pages .course_page .course_point .stack .stack_inner p {
padding: 0 0;
margin:0 0;
}


.stack_inner_ttl {
  font-family: var(--font-notosans);
  font-weight: 600;
  letter-spacing: 1;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
.stack_inner_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
.stack_inner_ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.stack_inner_ttl span.pink {
color: #e43a86;
}


.note .unit {
margin-bottom: 30px;
}

.note .unit .unit_ttl {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: 1;
  line-height: 1.4;
		position: relative;
}

@media screen and (min-width: 1025px) {
.note .unit .unit_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
.note .unit .unit_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.note .unit .unit_ttl.circle::before {
content: "\25CF";
margin-right: 7px;
color: #e43a86;
}

.note .unit .unit_ttl span {
margin-left: 10px;
}

.note .unit .unit_ttl span {
}

@media screen and (min-width: 769px) {
.note .unit .unit_ttl span {
font-size: 13px;
vertical-align: middle;
display: inline-block;
}
}

@media screen and (max-width: 768px) {
.note .unit .unit_ttl span {
display: block;
margin-top: 5px;
font-size: 80%;
}
}

.program .note .right > p.large_txt {
  font-family: var(--font-notosans);
  font-weight: 500;
  letter-spacing: 1;
  line-height: 1.4;
		position: relative;
}

@media screen and (min-width: 1025px) {
.program .note .right > p.large_txt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
.program .note .right > p.large_txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.program .note .right > p.small_txt {
  font-family: var(--font-notosans);
  letter-spacing: 1;
  line-height: 1.4;
		position: relative;
}

@media screen and (min-width: 1025px) {
.program .note .right > p.small_txt {
  }
}

@media screen and (max-width: 1024px) {
.program .note .right > p.small_txt {
  }
}

.program .note .right .image.mt {
  padding: 0 0;
  margin: 35px auto 10px;
  text-align: center;
}





