@charset "UTF-8";
:root {
  --color-main: #006BC3;
  --color-sub: #EA306C;
  --color-grad-main-start: 105 88 159;
  --color-grad-main-mid: 100 146 205;
  --color-grad-main-end: 143 198 216;
  --color-grad-sub-start: rgba(0,180,199,.23);
  --color-grad-sub-end: rgba(138,198,240,.23);
  --grad-main: linear-gradient(
    130deg,
    rgb(var(--color-grad-main-start)),
    rgb(var(--color-grad-main-mid)) 60%,
    rgb(var(--color-grad-main-end))
  );
  --grad-sub: linear-gradient(
    135deg,
    var(--color-grad-sub-start),
    var(--color-grad-sub-end)
  );
}

/* メイン画像 */
.mainimg {
  position: relative;
}
.mainimg .catch2 {
  position: absolute;
  top: 1.2820512821vw;
  left: 50%;
  transform: translateX(-55%);
  width: 76.9230769231vw;
}
@media (width >= 768px) {
  .mainimg .catch2 {
    top: -10px;
    width: 600px;
  }
}
.mainimg .image2 {
  margin-top: 6.4102564103vw;
}
@media (width >= 768px) {
  .mainimg .image2 {
    margin-top: 40px;
    margin-inline: auto;
    max-width: 750px;
  }
}

/* ◯◯科はこんな学科 */
.about_department {
  padding-top: 1.2820512821vw;
}
@media (width >= 768px) {
  .about_department {
    padding-top: 0;
  }
}
@media (width >= 768px) {
  .about_department .about1 {
    text-align: center;
  }
  .about_department .about1 img {
    width: 620px;
  }
}
.about_department .about2 {
  display: grid;
  gap: 2.5641025641vw;
  margin-top: 8.9743589744vw;
}
.about_department .about2 img:nth-child(1) {
  width: 84.358974359vw;
}
.about_department .about2 img:nth-child(2) {
  width: 77.4358974359vw;
  margin-left: auto;
}
@media (width >= 768px) {
  .about_department .about2 {
    grid-template-columns: 36fr 33fr;
    margin-top: 30px;
    gap: 50px;
  }
  .about_department .about2 img:nth-child(1) {
    width: 360px;
    width: 432px;
    width: 100%;
  }
  .about_department .about2 img:nth-child(2) {
    width: 330px;
    width: 396px;
    width: 100%;
  }
}

/* Picup */
.pick_up {
  background: linear-gradient(90deg, rgba(105, 88, 159, 0.37), rgba(100, 146, 205, 0.37) 60%, rgba(143, 198, 216, 0.37));
}
.pick_up h4 {
  position: absolute;
  margin-bottom: 0;
  transform: translateY(-35%);
  padding: 0;
}
.pick_up h4 img {
  position: static;
  width: 32.0512820513vw;
}
@media (width >= 768px) {
  .pick_up h4 img {
    width: 150px;
  }
}
.pick_up figure {
  margin-top: 0;
}
.pick_up .lead {
  margin-top: -1.5em;
  display: grid;
  justify-items: start;
  color: #fff;
  font-weight: bold;
  font-size: 4.6153846154vw;
}
@media (width >= 768px) {
  .pick_up .lead {
    font-size: 18px;
  }
}
.pick_up .lead span {
  padding: 0.1em 0.6em;
  background: linear-gradient(90deg, #69589f, #6492cd 60%, #8fc6d8);
}

/* 大学併修の学び方 */
.university {
  padding-inline: calc(50dvw - 450px);
  padding-block: 10.2564102564vw;
}
@media (width < 940px) {
  .university {
    padding-inline: 20px;
  }
}
@media (width < 767px) {
  .university {
    padding-inline: 15px;
  }
}
@media (width >= 768px) {
  .university {
    padding-block: 50px;
  }
}
.university > section {
  position: relative;
  padding-inline: 2.5641025641vw;
  margin-top: 11.5384615385vw;
}
@media (width >= 768px) {
  .university > section {
    padding-inline: 20px;
    margin-top: 60px;
  }
}
.university > section h4 {
  position: absolute;
  left: 2.5641025641vw;
  top: -6.1538461538vw;
}
@media (width >= 768px) {
  .university > section h4 {
    left: 20px;
    top: -27px;
  }
}
.university > section .lead {
  margin-top: 3.8461538462vw;
  padding-left: 2.5641025641vw;
}
@media (width >= 768px) {
  .university > section .lead {
    margin-top: 35px;
    padding-left: 0px;
    text-align: center;
  }
}
.university .year-basic {
  position: relative;
  border: 0.5128205128vw solid var(--color-main);
  padding-block: 10.2564102564vw 5.1282051282vw;
}
@media (width >= 768px) {
  .university .year-basic {
    padding-block: 30px 20px;
    border-width: 2.6px;
  }
}
.university .year-basic::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  content: "";
  background: url(../img/department/university-concurrent-course/mrk-plus.svg) no-repeat center/100%;
  width: 6.6666666667vw;
  aspect-ratio: 1;
}
@media (width >= 768px) {
  .university .year-basic::after {
    width: 32px;
  }
}
.university .year-basic h4 {
  width: 47.4358974359vw;
}
@media (width >= 768px) {
  .university .year-basic h4 {
    width: 220px;
  }
}
.university .year-basic .lead img {
  width: 78.9743589744vw;
}
@media (width >= 768px) {
  .university .year-basic .lead img {
    width: 390px;
    width: 650px;
  }
}
.university .year-basic .course_wrap {
  display: grid;
  gap: 3.8461538462vw;
  margin-top: 2.5641025641vw;
}
@media (width >= 768px) {
  .university .year-basic .course_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 15px;
  }
}
.university .year-basic dl {
  display: grid;
  align-content: start;
  gap: 1.5384615385vw;
}
@media (width >= 768px) {
  .university .year-basic dl {
    gap: 10px;
  }
}
.university .year-basic dt {
  background: #0073D0;
  padding: 0.45em 0.5em;
  color: #fff;
  font-size: 4.1025641026vw;
  font-weight: bold;
}
@media (width >= 768px) {
  .university .year-basic dt {
    font-size: 18px;
  }
}
.university .year-basic dd {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 0.57em;
  height: 6.6666666667vw;
  font-weight: bold;
}
.university .year-basic dd img {
  width: 2.8205128205vw;
}
.university .year-basic dd small {
  margin-left: auto;
  background: #fff;
  padding: 0.3em 0.9em;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 2.3076923077vw;
  white-space: nowrap;
}
@media (width >= 768px) {
  .university .year-basic dd small {
    font-size: 14px;
  }
}
@media (width >= 768px) {
  .university .year-basic dd {
    height: 35px;
  }
  .university .year-basic dd img {
    width: 14px;
  }
}
.university .year-basic .course1 {
  background: #FCDCCC;
  color: #DC000B;
}
.university .year-basic .course2 {
  background: #FFEDD5;
  color: #F39800;
}
.university .year-basic .course3 {
  background: #F9DFE6;
  color: #DE207E;
}
.university .year-basic .course4 {
  background: #F9DFE6;
  color: #DE207E;
}
.university .year-basic .course5 {
  background: #ECF3DC;
  color: #88B83E;
}
.university .year-basic .course6 {
  background: #E9E5F2;
  color: #9359EB;
}
.university .year-basic .course7 {
  background: #FFEDD5;
  color: #FA5905;
}
.university .year-advanced {
  border: 0.5128205128vw solid var(--color-sub);
  padding-block: 10.2564102564vw 5.1282051282vw;
}
@media (width >= 768px) {
  .university .year-advanced {
    padding-block: 25px 20px;
    border-width: 2.6px;
  }
}
.university .year-advanced h4 {
  width: 75.8974358974vw;
}
@media (width >= 768px) {
  .university .year-advanced h4 {
    width: 330px;
  }
}
.university .year-advanced .lead img {
  width: 78.4615384615vw;
}
@media (width >= 768px) {
  .university .year-advanced .lead img {
    width: 390px;
    width: 650px;
  }
}
.university .year-advanced .text-lead {
  margin-block: 3.0769230769vw 3.8461538462vw;
  color: var(--color-sub);
  font-family: "c-logo";
  font-weight: normal;
  font-size: 6.4102564103vw;
  text-align: center;
  line-height: 1.25;
}
@media (width >= 768px) {
  .university .year-advanced .text-lead {
    margin-block: 15px 20px;
    font-size: 56px;
  }
}
.university .year-advanced > section + section {
  position: relative;
  margin-top: 24.358974359vw;
}
@media (width >= 768px) {
  .university .year-advanced > section + section {
    margin-top: 120px;
  }
}
.university .year-advanced > section + section::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -12.3076923077vw;
  content: "";
  border-top: 0.3846153846vw dashed currentColor;
}
@media (width >= 768px) {
  .university .year-advanced > section + section::before {
    top: -60px;
    border-width: 2px;
  }
}
.university .year-advanced > section + section::after {
  position: absolute;
  left: 50%;
  top: -16.6666666667vw;
  translate: -50%;
  content: "";
  background: url(../img/department/university-concurrent-course/mrk-or.svg) no-repeat center/100%;
  width: 8.9743589744vw;
  aspect-ratio: 1;
}
@media (width >= 768px) {
  .university .year-advanced > section + section::after {
    top: -81px;
    width: 45px;
  }
}
.university .year-advanced h5 {
  margin-bottom: 2.5641025641vw;
  background: var(--color-sub);
  border-radius: 999px;
  padding: 0.5em 0.8em;
  color: #fff;
  font-family: "c-logo";
  font-weight: normal;
  font-size: 4.6153846154vw;
  text-align: center;
}
@media (width >= 768px) {
  .university .year-advanced h5 {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 15px;
    padding: 0.6em 1.5em;
    font-size: 25px;
  }
}
.university .year-advanced .course_overview {
  display: grid;
  gap: 5.1282051282vw;
  margin-top: 14.1025641026vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview {
    grid-template-columns: 1.3fr 1fr;
    gap: 30px;
    margin-top: 90px;
  }
}
.university .year-advanced .course_overview .image {
  position: relative;
  align-self: flex-start;
}
.university .year-advanced .course_overview .course-name {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  width: 77.4358974359vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview .course-name {
    width: 400px;
    max-width: 90%;
  }
}
.university .year-advanced .course_overview .course-year {
  position: absolute;
  right: 2.5641025641vw;
  bottom: -2.0512820513vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #FCE4E8;
  width: 23.0769230769vw;
  aspect-ratio: 1;
  color: var(--color-sub);
  text-align: center;
  font-size: 4.1025641026vw;
  line-height: 1.4;
  font-weight: 600;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview .course-year {
    right: 14px;
    bottom: -10px;
    width: 90px;
    font-size: 18px;
  }
}
.university .year-advanced .course_overview .text {
  border-block: 2px solid var(--color-sub);
  padding-block: 3.8461538462vw 5.1282051282vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview .text {
    padding-block: 40px;
    display: grid;
  }
}
.university .year-advanced .course_overview .text p {
  margin-bottom: 0.8em;
  color: var(--color-sub);
  font-weight: bold;
  font-size: 4.6153846154vw;
  line-height: 1.35;
  text-align: center;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview .text p {
    font-size: 26px;
  }
}
.university .year-advanced .course_overview .text dt {
  border: 1px solid currentColor;
  padding: 0.4em;
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: 500;
}
@media (width >= 768px) {
  .university .year-advanced .course_overview .text dt {
    margin-bottom: 0.8em;
  }
}
.university .year-advanced .course_overview .text dd {
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
}
.university .year-advanced .course_overview .text small {
  display: block;
  margin-top: 0.4em;
  font-size: 57%;
  font-weight: 500;
}
.university .year-advanced .course_curriculum {
  display: grid;
  gap: 7.6923076923vw;
  margin-top: 5.1282051282vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_curriculum {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
  }
}
.university .year-advanced .course_curriculum .card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 2px solid currentColor;
  background-color: currentColor;
  border-radius: 2.0512820513vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_curriculum .card {
    grid-template-columns: auto;
    grid-template-rows: 60px 1fr;
    border-radius: 8px;
  }
}
.university .year-advanced .course_curriculum .card:nth-child(1) {
  color: #FA5905;
}
.university .year-advanced .course_curriculum .card:nth-child(2) {
  color: #F17299;
}
.university .year-advanced .course_curriculum .card:nth-child(3) {
  color: #EA306C;
}
.university .year-advanced .course_curriculum .card + .card {
  position: relative;
}
.university .year-advanced .course_curriculum .card + .card::before {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -6.6666666667vw;
  content: "×";
  font-size: 4.6153846154vw;
  font-weight: 500;
  color: #000;
}
@media (width >= 768px) {
  .university .year-advanced .course_curriculum .card + .card::before {
    top: 50%;
    left: -27px;
    font-size: 20px;
    translate: 0 -50%;
  }
}
.university .year-advanced .course_curriculum .card .label {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
}
.university .year-advanced .course_curriculum .card dl {
  background-color: #fff;
  border-radius: 0 1.5384615385vw 1.5384615385vw 0;
  color: #000;
  padding: 3.8461538462vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_curriculum .card dl {
    border-radius: 0 0 6px 6px;
    padding: 15px 10px;
  }
}
.university .year-advanced .course_curriculum .card dt {
  padding: 0.25em;
  margin-bottom: 0.3em;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.university .year-advanced .course_curriculum .card dd {
  line-height: 1.4;
  font-weight: 500;
}
.university .year-advanced .course_more {
  position: relative;
  background: #F1EDE2;
  margin-top: 12.8205128205vw;
  border-radius: 3.0769230769vw;
  padding: 2.5641025641vw 2.5641025641vw 4.6153846154vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more {
    margin-top: 90px;
    border-radius: 12px;
    padding: 10px 20px 40px;
  }
}
.university .year-advanced .course_more h6 {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -60%;
}
.university .year-advanced .course_more.business h6 {
  width: 60.5128205128vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more.business h6 {
    width: 490px;
  }
}
.university .year-advanced .course_more.it_ai h6 {
  width: 70.2564102564vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more.it_ai h6 {
    width: 570px;
  }
}
.university .year-advanced .course_more .lead {
  font-weight: 500;
  line-height: 1.4;
}
@media (width >= 768px) {
  .university .year-advanced .course_more .lead {
    font-size: 20px;
  }
}
.university .year-advanced .course_more dl {
  display: grid;
  border: 1px solid currentColor;
  background: #fff;
  overflow: clip;
  border-radius: 3.5897435897vw;
  margin-top: 6.4102564103vw;
  padding-bottom: 1.2820512821vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more dl {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    border-radius: 14px;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-inline: 25px;
  }
}
.university .year-advanced .course_more dt {
  grid-column: 1/-1;
  background: #000;
  padding: 0.7em;
  margin-bottom: 1.7948717949vw;
  color: #fff;
  text-align: center;
  font-size: 4.1025641026vw;
  font-weight: bold;
}
@media (width >= 768px) {
  .university .year-advanced .course_more dt {
    margin-bottom: 0px;
    margin-inline: -25px;
    padding: 1em;
    font-size: 18px;
  }
}
.university .year-advanced .course_more dd {
  padding: 2.5641025641vw 3.0769230769vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more dd {
    padding: 0;
  }
}
.university .year-advanced .course_more summary {
  margin-top: 0;
  justify-content: space-between;
  background-color: #FF83AB;
  border-radius: 999px;
  height: 9.4871794872vw;
  padding-inline: 3.8461538462vw 1.7948717949vw;
  color: #fff;
  font-weight: bold;
  font-size: 4.1025641026vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more summary {
    height: 42px;
    font-size: 18px;
    padding-inline: 15px 10px;
  }
}
.university .year-advanced .course_more summary::after {
  content: "";
  background: url(../img/department/university-concurrent-course/mrk-down.svg) no-repeat center;
  background-color: currentColor;
  background-size: 2.0512820513vw;
  width: 3.8461538462vw;
}
@media (width >= 768px) {
  .university .year-advanced .course_more summary::after {
    width: 15px;
    background-size: 10px;
  }
}
.university .year-advanced .course_more [open] summary::after {
  background-image: url(../img/department/university-concurrent-course/mrk-up.svg);
}
.university .year-advanced .course_more .detailsContent {
  margin-top: 0;
  padding-inline: 1.2820512821vw;
}
.university .year-advanced .course_more .detailsContent p {
  line-height: 1.4;
}
.university .year-advanced .course_more .detailsContent img {
  margin-bottom: 0.7em;
}
.university .year-advanced .course_more .detailsContent .txt {
  margin-block: 0.6em;
  font-weight: bold;
  font-size: 4.1025641026vw;
  line-height: 1.25;
}
@media (width >= 768px) {
  .university .year-advanced .course_more .detailsContent .txt {
    font-size: 18px;
  }
}
.university .year-advanced .button {
  margin-top: 5.1282051282vw;
  height: 20.5128205128vw;
  border-radius: 999px;
}
@media (width >= 768px) {
  .university .year-advanced .button {
    margin-top: 35px;
    height: 80px;
    max-width: 500px;
    margin-inline: auto;
  }
}

/* SHOWでの4年間の学び */
.show_learning {
  padding-inline: calc(50dvw - 450px);
  padding-block: 10.2564102564vw;
  background: linear-gradient(135deg, rgb(var(--color-grad-main-start)) -10%, rgb(var(--color-grad-main-mid)) 60%, rgb(var(--color-grad-main-end)));
}
@media (width < 940px) {
  .show_learning {
    padding-inline: 20px;
  }
}
@media (width < 767px) {
  .show_learning {
    padding-inline: 15px;
  }
}
@media (width >= 768px) {
  .show_learning {
    padding-block: 50px;
  }
}
.show_learning h3 {
  background: #fff;
}
.show_learning h3::before, .show_learning h3::after {
  display: none;
}
.show_learning h3 img {
  width: 79.7435897436vw;
}
@media (width >= 768px) {
  .show_learning h3 img {
    width: 390px;
  }
}
.show_learning > section {
  position: relative;
  padding-inline: 2.5641025641vw;
  margin-top: 11.5384615385vw;
}
@media (width >= 768px) {
  .show_learning > section {
    padding-inline: 20px;
    margin-top: 60px;
  }
}
.show_learning > section h4 {
  position: absolute;
  left: 2.5641025641vw;
  top: -6.1538461538vw;
}
@media (width >= 768px) {
  .show_learning > section h4 {
    left: 20px;
    top: -27px;
  }
}
.show_learning > section .lead {
  padding-left: 4.1025641026vw;
}
@media (width >= 768px) {
  .show_learning > section .lead {
    padding-left: 15px;
  }
}
.show_learning .year-basic {
  border: 0.5128205128vw solid var(--color-main);
  background-color: #fff;
  padding-top: 10.2564102564vw;
}
@media (width >= 768px) {
  .show_learning .year-basic {
    padding-top: 30px;
    border-width: 2.6px;
  }
}
.show_learning .year-basic h4 {
  width: 48.2051282051vw;
}
@media (width >= 768px) {
  .show_learning .year-basic h4 {
    width: 220px;
  }
}
.show_learning .year-basic .lead {
  margin-top: 3.8461538462vw;
}
.show_learning .year-basic .lead img {
  width: 78.4615384615vw;
}
@media (width >= 768px) {
  .show_learning .year-basic .lead {
    margin-top: 20px;
    text-align: center;
  }
  .show_learning .year-basic .lead img {
    width: 390px;
  }
}
@media (width >= 768px) {
  .show_learning .year-basic .course-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.show_learning .year-basic .course-wrap > div {
  margin-top: 5.1282051282vw;
}
@media (width >= 768px) {
  .show_learning .year-basic .course-wrap > div {
    margin-top: 15px;
    border-radius: 24px;
  }
}
.show_learning .year-basic h5 {
  background: var(--color-main);
  padding: 0.7em;
  color: #fff;
  font-size: 4.1025641026vw;
}
@media (width >= 768px) {
  .show_learning .year-basic h5 {
    font-size: 20px;
  }
}
.show_learning .year-basic details {
  border: 0.5128205128vw solid currentColor;
  border-radius: 4.358974359vw;
  margin-top: 3.0769230769vw;
  padding-inline: 3.8461538462vw;
}
@media (width >= 768px) {
  .show_learning .year-basic details {
    border-width: 2.6px;
    border-radius: 20px;
    margin-top: 15px;
    padding-inline: 20px;
  }
}
.show_learning .year-basic details[open] summary::after {
  content: "\f078";
}
.show_learning .year-basic details p {
  padding-block: 2.5641025641vw 3.8461538462vw;
  color: #000;
  font-weight: 500;
  line-height: 1.43;
}
@media (width >= 768px) {
  .show_learning .year-basic details p {
    padding-block: 10px 15px;
  }
}
.show_learning .year-basic summary {
  margin: 0;
  padding: 2.5641025641vw 0vw;
  justify-content: space-between;
  font-family: "c-logo";
  font-weight: normal;
  font-size: 4.1025641026vw;
  letter-spacing: -0.02rem;
}
@media (width >= 768px) {
  .show_learning .year-basic summary {
    font-size: 18px;
    padding: 15px 0;
  }
}
.show_learning .year-basic summary::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
  background-color: #000;
  border: none;
  content: "\f054";
  color: #fff;
  font-size: 90%;
}
.show_learning .year-basic summary small {
  border: 1px solid currentColor;
  border-radius: 999px;
  margin-inline: auto 0;
  padding: 0.25em 0.8em 0.28em;
  background-color: #fff;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2.3076923077vw;
  white-space: nowrap;
}
@media (width >= 768px) {
  .show_learning .year-basic summary small {
    font-size: 10px;
  }
}
.show_learning .year-basic .detailsContent {
  margin-top: 0;
}
.show_learning .year-basic .message {
  margin-top: 5.1282051282vw;
  text-align: center;
}
.show_learning .year-basic .message img {
  width: 73.5897435897vw;
}
@media (width >= 768px) {
  .show_learning .year-basic .message {
    margin-top: 30px;
  }
  .show_learning .year-basic .message img {
    width: 300px;
  }
}
.show_learning .year-basic .artist {
  color: #DC000B;
  background-color: #FFE5E6;
}
.show_learning .year-basic .kpop {
  color: #DE207E;
  background-color: #FFF0F8;
}
.show_learning .year-basic .dance {
  color: #F39800;
  background-color: #FFEDD0;
}
.show_learning .year-basic .music {
  color: #88B83E;
  background-color: #F9FFF0;
}
.show_learning .year-basic .sound {
  color: #9359EB;
  background-color: #F9F5FF;
}
.show_learning .year-basic .business {
  color: #DE207E;
  background-color: #FFF0F8;
}
.show_learning .year-basic .creator {
  color: #FA5905;
  background-color: #FFEDE3;
}
.show_learning .year-advanced {
  border: 0.5128205128vw solid #EF6A95;
  background-color: #fff;
  padding-block: 15.3846153846vw 3.8461538462vw;
}
@media (width >= 768px) {
  .show_learning .year-advanced {
    padding-block: 80px 20px;
    border-width: 2.6px;
  }
}
.show_learning .year-advanced h4 {
  width: 62.5641025641vw;
}
@media (width >= 768px) {
  .show_learning .year-advanced h4 {
    width: 285px;
  }
}
.show_learning .year-advanced .lead {
  margin-top: -1.2820512821vw;
}
@media (width >= 768px) {
  .show_learning .year-advanced .lead {
    margin-top: -10px;
    text-align: center;
  }
  .show_learning .year-advanced .lead img {
    width: 390px;
  }
}
@media (width >= 768px) {
  .show_learning .year-advanced .advanced_wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 30px;
    margin-top: 20px;
  }
}
.show_learning .year-advanced .chart {
  margin-inline: 3.8461538462vw;
  margin-top: 2.5641025641vw;
}
@media (width >= 768px) {
  .show_learning .year-advanced .chart {
    margin-inline: 0;
    margin-top: 0;
  }
}
.show_learning .year-advanced dl {
  margin-inline: 3.8461538462vw;
  margin-block: 5.1282051282vw 6.4102564103vw;
}
@media (width >= 768px) {
  .show_learning .year-advanced dl {
    margin-inline: 0;
    margin-block: 0 25px;
  }
}
.show_learning .year-advanced dl dt {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.8em;
  padding: 0.4em 0.7em 0.45em;
  border: 1px solid currentColor;
  font-weight: 500;
}
.show_learning .year-advanced dl dd {
  font-size: 3.0769230769vw;
  line-height: 1.6;
}
@media (width >= 768px) {
  .show_learning .year-advanced dl dd {
    font-size: 14px;
  }
}

/* Campus Life */
.campus_life {
  background: linear-gradient(90deg, #C8BCF2, #9FC5F5 60%, #D6F5FF 140%);
}
.campus_life .one_day .btn-tap {
  background: linear-gradient(#0073D0, #6492CD, #8FC6D8);
}
.campus_life .tap1 {
  top: 21.7948717949vw;
  right: 19.2307692308vw;
}
@media (width >= 768px) {
  .campus_life .tap1 {
    top: 85px;
    right: 75px;
  }
}
.campus_life .tap2 {
  top: 41.7948717949vw;
  right: 3.0769230769vw;
}
@media (width >= 768px) {
  .campus_life .tap2 {
    top: 163px;
    right: 12px;
  }
}
.campus_life .tap3 {
  top: 83.3333333333vw;
  right: 29.4871794872vw;
}
@media (width >= 768px) {
  .campus_life .tap3 {
    top: 332px;
    right: 115px;
  }
}
.campus_life .personal {
  padding-left: 39.7435897436vw;
  background-size: 37.1794871795vw;
  background-image: url(../img/department/university-concurrent-course/ttl-personal.svg);
}
@media (width >= 768px) {
  .campus_life .personal {
    padding-left: 170px;
    background-size: 160px;
  }
}
.campus_life .college {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 0 0.4em;
  margin-block: 0.2em;
  color: var(--color-main);
}
.campus_life .faq dt {
  background-image: url(../img/department/university-concurrent-course/ico-q.svg);
}
.campus_life .faq dd {
  background-image: url(../img/department/university-concurrent-course/ico-a.svg);
}

/* よくあるQ&A */
.q_a {
  padding-inline: calc(50dvw - 450px);
  background: #DDE4F3;
  padding-block: 10.2564102564vw 12.8205128205vw;
}
@media (width < 940px) {
  .q_a {
    padding-inline: 20px;
  }
}
@media (width < 767px) {
  .q_a {
    padding-inline: 15px;
  }
}
@media (width >= 768px) {
  .q_a {
    padding-block: 50px;
  }
}
.q_a .box {
  background: #fff;
  border-block: 2px solid var(--color-main);
  padding-inline: 8.9743589744vw;
  padding-bottom: 2.5641025641vw;
  margin-bottom: 10.2564102564vw;
}
@media (width >= 768px) {
  .q_a .box {
    padding-inline: 50px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.q_a h3 {
  position: relative;
  transform: translateY(-0.2564102564vw);
}
.q_a h3::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-main);
  height: 0.2564102564vw;
  content: "";
}
@media (width >= 768px) {
  .q_a h3 {
    transform: translateY(-1px);
    text-align: center;
  }
  .q_a h3::before {
    height: 1px;
  }
  .q_a h3 img {
    width: 390px;
  }
}
.q_a :is(dt, dd) {
  background-repeat: no-repeat;
  background-size: 6.6666666667vw;
  padding-left: 8.7179487179vw;
  line-height: 1.55;
}
@media (width >= 768px) {
  .q_a :is(dt, dd) {
    background-size: 32px;
    padding-left: 45px;
  }
}
.q_a dt {
  padding-block: 1.5em 0.7em;
  background-position: 0 1.5em;
  background-image: url(../img/department/university-concurrent-course/ico-q.svg);
  display: grid;
  justify-items: start;
  gap: 0.3em;
  font-size: 4.1025641026vw;
  font-weight: 500;
}
@media (width >= 768px) {
  .q_a dt {
    font-size: 18px;
  }
}
.q_a dt span {
  padding: 0 0.5em 0.05em;
  background-color: #379CEF;
  border-radius: 1.2820512821vw;
  color: #fff;
}
@media (width >= 768px) {
  .q_a dt span {
    border-radius: 6px;
  }
}
.q_a dd {
  background-position: 0 0.15em;
  background-image: url(../img/department/university-concurrent-course/ico-a.svg);
  padding-bottom: 1.5em;
}
.q_a dd + dt {
  border-top: 1px dashed currentColor;
}