@charset "UTF-8";
.single-department img {
  height: auto;
}

.single-department--digital {
  --_primary-color: #176ef9;
  --_secondary-color: #0c4aad;
  --_emphasis-color: #0953cb;
  --_surface-color: #f0f4fc;
  --_highlight-color: #fcd03e;
  --_mv-background-image: url(../img/gakka/digital/bg_mv.jpg?2);
  --_mv-background-image-pc: url(../img/gakka/digital/bg_mv_pc.jpg?2);
  --_career-more-margin-top-pc: 35px;
  --_career-box-width-sp: 855px;
}

.single-department--photo {
  --_primary-color: #45ce65;
  --_secondary-color: #169d08;
  --_emphasis-color: #30a74c;
  --_surface-color: #eaffef;
  --_highlight-color: #173df9;
  --_mv-background-image: url(../img/gakka/photo/bg_mv.jpg?2);
  --_mv-background-image-pc: url(../img/gakka/photo/bg_mv_pc.jpg?2);
  --_career-more-margin-top-pc: 8px;
  --_career-box-width-sp: 115%;
}

.single-department--voice {
  --_primary-color: #f25f78;
  --_secondary-color: #e14660;
  --_emphasis-color: #e14660;
  --_highlight-color: #ffea00;
  --_mv-background-image: url(../img/gakka/voice/bg_mv.jpg);
  --_mv-background-image-pc: url(../img/gakka/voice/bg_mv_pc.jpg);
  --_career-more-margin-top-pc: 35px;
  --_career-box-width-sp: 891px;
}

.single-department--mass {
  --_primary-color: #ffad12;
  --_secondary-color: #ffad12;
  --_emphasis-color: #ea9d09;
  --_surface-color: #fff7e0;
  --_highlight-color: #029c9d;
  --_career-box-background-color: var(
    --_emphasis-color
  );
  --_mv-background-image: url(../img/gakka/mass/bg_mv.jpg?2);
  --_mv-background-image-pc: url(../img/gakka/mass/bg_mv_pc.jpg?2);
  --_career-more-margin-top-pc: 35px;
  --_career-box-width-sp: 1037px;
}

.single-department--sound {
  --_primary-color: #dc5c33;
  --_secondary-color: #b63a12;
  --_emphasis-color: #dc5c33;
  --_surface-color: #fff2e9;
  --_highlight-color: #6dfff0;
  --_mv-background-image: url(../img/gakka/sound/bg_mv.jpg?3);
  --_mv-background-image-pc: url(../img/gakka/sound/bg_mv_pc.jpg?3);
  --_career-more-margin-top-pc: 35px;
  --_career-box-width-sp: 910px;
}

.c-department-heading {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-department-heading {
    display: grid;
    row-gap: 4px;
  }
}

.c-department-heading__eyebrow {
  font-family: "interstate", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--_emphasis-color) 50%, transparent);
}
@media screen and (min-width: 768px) {
  .c-department-heading__eyebrow {
    font-size: 18px;
  }
}

.c-department-heading__title {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-department-heading__title {
    font-size: 36px;
  }
}

.c-dialog {
  --_duration: 0.3s;
  position: fixed;
  inset: 0;
  overscroll-behavior: contain;
  transition-duration: var(--_duration);
  transition-property: display, overlay, opacity;
  transition-behavior: allow-discrete;
  border: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-dialog::-webkit-scrollbar {
  display: none;
}

.c-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity;
  transition-duration: inherit;
}

.c-dialog:not(:modal),
.c-dialog:not(:modal)::backdrop {
  opacity: 0;
}

@starting-style {
  .c-dialog:modal,
  .c-dialog:modal::backdrop {
    opacity: 0;
  }
}

.c-dialog[open] {
  animation: slideIn var(--_duration) cubic-bezier(0, 0, 0.2, 1);
}

.c-dialog:not([open]) {
  animation: slideOut var(--_duration) cubic-bezier(0, 0, 0.2, 1);
}

@keyframes slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.single-department-mv {
  color: #fff;
  background-image: var(--_mv-background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 56px 0 20px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv {
    background-image: var(--_mv-background-image-pc);
    padding: 196px 0 40px;
  }
}

.single-department-mv__photo {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__photo {
    display: none;
  }
}

.single-department-mv__en {
  font-family: "interstate", sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.98;
  letter-spacing: -0.02em;
  position: absolute;
  top: -24px;
  right: 7px;
  text-align: right;
}

.single-department-mv__inner {
  margin-top: -60px;
  position: relative;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__inner {
    margin: 0 auto;
    width: min(1336px, 100%);
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .single-department-mv__body {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 1em;
  }
}

@media screen and (min-width: 1024px) {
  .single-department-mv__body > * {
    grid-column: 1/2;
  }
}

.single-department-mv__lead {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__lead {
    font-size: 20px;
    font-weight: 700;
  }
}

.single-department-mv__heading {
  margin-top: 4px;
  display: grid;
  row-gap: 12px;
  justify-items: start;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__heading {
    margin-top: 8px;
    width: fit-content;
    display: flex;
    align-items: baseline;
    column-gap: 24px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .single-department--voice .single-department-mv__heading {
    width: 107%;
  }
}

@media screen and (min-width: 1024px) {
  .single-department-mv__heading::before {
    content: "";
    height: 47px;
    background: linear-gradient(to right, var(--_primary-color) 0%, var(--_primary-color) 65%, var(--_secondary-color) 100%);
    position: absolute;
    top: 28px;
    right: 0;
    left: calc(-20px - max(0px, (100vw - 1336px) / 2));
  }
}

.single-department-mv__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__title {
    font-size: min(51px, 4.4347826087vw);
    line-height: 1.5;
  }
}

.single-department-mv__title span {
  position: relative;
  z-index: 2;
}

.single-department-mv__title::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--_primary-color) 0%, var(--_primary-color) 65%, var(--_secondary-color) 100%);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__title::before {
    display: none;
  }
}

.single-department-mv__badge {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 3px 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__badge {
    font-size: 20px;
    padding: initial;
    background-color: initial;
    border-radius: initial;
    border: initial;
    backdrop-filter: initial;
  }
}

.single-department-mv__course-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-list {
    margin-top: 24px;
    width: min(956px, 100%);
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}

.single-department-mv__course-items {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.single-department-mv__course-item {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.53);
  background-color: rgba(0, 0, 0, 0.31);
  text-align: center;
  padding: 4px 2px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-item {
    font-size: 16px;
    line-height: 1.66;
    width: 230px;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) {
  .single-department-mv__course-item.is-pc-lg {
    width: 272px;
  }
}

.single-department-mv__course-item.is-sp-right {
  border-left: none;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-item.is-sp-right {
    border-left: 1px solid rgba(255, 255, 255, 0.53);
  }
}

.single-department-mv__course-item.is-sp-second {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-item.is-sp-second {
    border-top: 1px solid rgba(255, 255, 255, 0.53);
  }
}

.single-department-mv__course-item.is-sp-full-width {
  grid-column: 1/3;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__course-item.is-sp-full-width {
    grid-column: initial;
  }
}

@media screen and (min-width: 1024px) {
  .single-department-mv__course-item.is-pc-dib {
    display: inline-block;
    width: fit-content;
    padding-inline: 10px;
  }
}

.single-department-mv__actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .single-department-mv__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .single-department-mv__actions {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
  }
}

.single-department-mv__actions .btn-painting {
  border-radius: 4px;
  min-height: 64px;
  align-content: center;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__actions .btn-painting {
    min-height: 75px;
    padding: 10px 70px 10px 28px;
    width: auto;
  }
}

.single-department-mv__actions .btn-painting--yellow {
  background-color: #eabb1e;
  border-color: #eabb1e;
}
@media (any-hover: hover) {
  .single-department-mv__actions .btn-painting--yellow:hover {
    background-color: #fff;
  }
  .single-department-mv__actions .btn-painting--yellow:hover .btn-painting__text {
    color: #eabb1e;
  }
  .single-department-mv__actions .btn-painting--yellow:hover .arrow-circle {
    background-color: #eabb1e;
  }
}

.single-department-mv__actions .btn-painting__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__actions .btn-painting__text {
    font-size: 18px;
  }
}

.single-department-mv__actions .btn-painting__icon {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__actions .btn-painting__icon {
    right: 24px;
  }
}

.single-department-mv__actions .arrow-circle__icon {
  width: 12px;
}

.single-department-mv__breadcrumb {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__breadcrumb {
    margin-top: 0;
    grid-column: 2/3;
    align-self: end;
  }
}

.single-department-mv__breadcrumb .breadcrumb__item a,
.single-department-mv__breadcrumb .breadcrumb__item span {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.single-department-mv__breadcrumb .breadcrumb__item a,
.single-department-mv__breadcrumb .breadcrumb__item span,
.single-department-mv__breadcrumb .breadcrumb__item:nth-of-type(n + 2)::before {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .single-department-mv__breadcrumb .breadcrumb__item a,
  .single-department-mv__breadcrumb .breadcrumb__item span,
  .single-department-mv__breadcrumb .breadcrumb__item:nth-of-type(n + 2)::before {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-mv__breadcrumb .breadcrumb__item:nth-of-type(n + 2)::before {
    top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .single-department-mv__breadcrumb .breadcrumb__item:nth-of-type(n + 2)::before {
    top: 4px;
  }
}

.single-department-career {
  padding: 40px 0 60px;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-career {
    padding: 88px 0 112px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-career__inner {
    width: min(1260px, 100%);
  }
}

.single-department-career::before {
  content: "";
  width: 100%;
  height: 186px;
  background-image: url(../img/gakka/bg_dot_career_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 162px 0 auto 0;
}
@media screen and (min-width: 768px) {
  .single-department-career::before {
    height: 345px;
    background-image: url(../img/gakka/bg_dot_career.png);
    inset: 156px 0 auto 0;
  }
}

.single-department-career::after {
  content: "";
  width: 100%;
  height: 186px;
  background-image: url(../img/gakka/bg_dot_career_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: auto 0 -200px 0;
}
@media screen and (min-width: 768px) {
  .single-department-career::after {
    height: 345px;
    background-image: url(../img/gakka/bg_dot_career.png);
  }
}

.single-department-career > * {
  position: relative;
}

.single-department-career__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-career__lead {
    font-size: 18px;
    line-height: 2;
  }
}

.single-department-career__box {
  margin-top: 24px;
  color: #fff;
  background-color: var(--_career-box-background-color, var(--_primary-color));
  border-radius: 10px;
  padding: 32px 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-department-career__box {
    margin-top: 38px;
    border-radius: 15px;
    padding: 32px 72px 40px;
  }
}

.single-department-career__box::after {
  content: "";
  width: var(--_career-box-width-sp);
  aspect-ratio: 1;
  background-image: url(../img/gakka/bg_ellipse.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .single-department-career__box::after {
    --_career-box-width-sp: 70%;
  }
}

.single-department-career__box > * {
  position: relative;
  z-index: 2;
}

.single-department-career__box .c-department-heading__eyebrow {
  color: color-mix(in srgb, #fff 50%, transparent);
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .single-department-career__box .c-department-heading__eyebrow {
    font-size: 14px;
  }
}

.single-department-career__list {
  margin-top: 20px;
  display: grid;
  row-gap: 24px;
}
@media screen and (min-width: 1024px) {
  .single-department-career__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
  }
}
@media screen and (min-width: 768px) {
  .single-department-career__list {
    margin-top: 24px;
  }
}

.single-department-career__item-head {
  border-radius: 3px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.58));
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-career__item-head {
    padding: 12px 10px;
  }
}

.single-department-career__item-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--_emphasis-color);
}
@media screen and (min-width: 768px) {
  .single-department-career__item-label {
    font-size: 16px;
  }
}

.single-department-career__item-title {
  font-size: var(--_sp-font-size, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--_emphasis-color);
}
@media screen and (min-width: 768px) {
  .single-department-career__item-title {
    font-size: var(--_pc-font-size, 25px);
  }
}

.single-department-career__item-title--sm {
  --_sp-font-size: 18px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .single-department-career__item-title--sm {
    --_pc-font-size: 19px;
  }
}

.single-department-career__item-catch {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .single-department-career__item-catch {
    margin-top: 12px;
    font-size: 16px;
  }
}

.single-department-career__item-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .single-department-career__item-text {
    font-size: 15px;
  }
}

.single-department-career__more {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-department-career__more {
    margin-top: var(--_career-more-margin-top-pc);
    font-size: 20px;
  }
}

.single-department-career__gallery {
  margin-top: 48px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-department-career__gallery {
    margin-top: 88px;
  }
}

.single-department-career__gallery-list {
  display: flex;
  animation: infinity-scroll-from-left 30s infinite linear;
}

.single-department-career__gallery-item {
  margin-left: 8px;
  width: 293px;
}
@media screen and (min-width: 768px) {
  .single-department-career__gallery-item {
    margin-left: 12px;
    width: 400px;
  }
}

.single-department-career__job-list {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .single-department-career__job-list {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
  }
}

@keyframes infinity-scroll-from-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.single-department-course {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .single-department-course {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .single-department-course__inner {
    width: min(1178px, 100%);
  }
}

.single-department-course__list {
  margin-top: 28px;
  display: grid;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .single-department-course__list {
    margin-top: 54px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 52px;
    row-gap: 58px;
  }
}

.single-department-course__card {
  --_circle-bg: var(--_primary-color);
}
@media (any-hover: hover) {
  .single-department-course__card:hover {
    opacity: 1;
    --_img-scale: 1.1;
    --_circle-bg: #fff;
    --_arrow-color: var(--_primary-color);
  }
}

.single-department-course__img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.single-department-course__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.single-department-course__img-bg {
  width: var(--_bg-width, 273px);
  height: 34px;
  background-color: #fff;
  border-radius: 0 8px 0 0;
  position: absolute;
  inset: auto auto -4px 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-department-course__img-bg {
    width: var(--_bg-width-pc, 340px);
    height: 48px;
  }
}

.single-department-course__img-bg::before,
.single-department-course__img-bg::after {
  content: "";
  width: 9px;
  aspect-ratio: 1;
  background-image: url(../img/gakka/round-corner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.single-department-course__img-bg::before {
  inset: auto auto 100% 0;
  transform: rotate(360deg);
}

.single-department-course__img-bg::after {
  inset: auto auto 4px 100%;
}

.single-department-course__img img {
  transform: scale(var(--_img-scale, 1));
  transition: transform 0.3s;
}

.single-department-course__body {
  margin-top: var(--_margin-top, -24px);
  padding-left: 16px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .single-department-course__body {
    margin-top: var(--_margin-top-pc, -34px);
    padding-left: 20px;
  }
}

.single-department-course__body::before {
  content: "";
  width: 1px;
  height: calc(100% - 36px - 15px);
  background-color: color-mix(in srgb, var(--_primary-color) 40%, transparent);
  position: absolute;
  top: 15px;
  left: 3px;
}
@media screen and (min-width: 768px) {
  .single-department-course__body::before {
    height: calc(100% - 16px);
  }
}

.single-department-course__body::after {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  background-color: var(--_primary-color);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.single-department-course__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-course__item-title {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}

.single-department-course__item-title--sm {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .single-department-course__item-title--sm {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-course__body-inner {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 32px;
  }
}

.single-department-course__item-text {
  margin-top: 8px;
  line-height: 1.8;
  padding-right: 3px;
}
@media screen and (min-width: 768px) {
  .single-department-course__item-text {
    margin-top: 0;
    font-weight: 500;
    padding-right: 0;
  }
}

.single-department-course__link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-course__link {
    margin-top: 0;
  }
}

.single-department-course__link-text {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.single-department-course__link-arrow {
  display: grid;
  place-content: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid var(--_primary-color);
  background-color: var(--_circle-bg);
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .single-department-course__link-arrow {
    width: 65px;
  }
}

.single-department-course__link-arrow svg {
  stroke: #fff;
  width: 16px;
  stroke: var(--_arrow-color, #fff);
  transition: stroke 0.3s;
}
@media screen and (min-width: 768px) {
  .single-department-course__link-arrow svg {
    width: 30px;
  }
}

.single-department-curriculum {
  padding: 60px 0;
  background-color: var(--_surface-color, #f0f4fc);
}
@media screen and (min-width: 768px) {
  .single-department-curriculum {
    padding: 80px 0;
  }
}

.single-department-curriculum__list {
  margin-top: 28px;
  display: grid;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .single-department-curriculum__list {
    margin-top: 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
    column-gap: 32px;
    row-gap: 45px;
  }
}

.single-department-curriculum__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}

.single-department-curriculum__img img {
  border-radius: 6px;
}

.single-department-curriculum__item-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid color-mix(in srgb, var(--_primary-color) 60%, transparent);
  position: relative;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-curriculum__item-title {
    font-size: 22px;
  }
}

.single-department-curriculum__item-title::before {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  background-color: var(--_primary-color);
  border-radius: 50%;
  position: absolute;
  inset: auto 0 -4px auto;
}

.single-department-curriculum__item-text {
  margin-top: 12px;
  line-height: 1.8;
}

.single-department-feature {
  padding: 50px 0 64px;
  background-color: var(--_primary-color);
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-feature {
    padding: 64px 0 104px;
  }
}

.single-department-feature > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .single-department-feature__inner {
    width: min(1120px, 100%);
  }
}

.single-department-feature__eyebrow {
  margin: 0 auto;
  width: min(340px, 100%);
}
@media screen and (min-width: 768px) {
  .single-department-feature__eyebrow {
    width: min(620px, 100%);
  }
}

.single-department-feature__catch {
  margin: -18px auto 0;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--_primary-color);
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-feature__catch {
    margin: -34px auto 0;
    font-size: 18px;
    padding: 4px 20px;
  }
}

.single-department-feature__catch::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/0.8;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.single-department-feature__title {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-department-feature__title {
    margin-top: 10px;
  }
}

.single-department-feature__title-main {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-feature__title-main {
    font-size: 36px;
  }
}

.single-department-feature__title-sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-feature__title-sub {
    font-size: 26px;
  }
}

.single-department-feature__title-number {
  margin-inline: -0.15em;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--_highlight-color);
}
@media screen and (min-width: 768px) {
  .single-department-feature__title-number {
    font-size: 43px;
  }
}

.single-department-feature__title-accent {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--_highlight-color);
}
@media screen and (min-width: 768px) {
  .single-department-feature__title-accent {
    font-size: 26px;
  }
}

.single-department-feature__cards {
  --_gutter: 5px;
  margin-top: 30px;
  width: calc(100% + var(--_gutter) * 2);
  transform: translateX(calc(var(--_gutter) * -1));
}
@media screen and (min-width: 768px) {
  .single-department-feature__cards {
    --_gutter: 9px;
    margin-top: 40px;
  }
}

.single-department-feature__card + .single-department-feature__card {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__card + .single-department-feature__card {
    margin-top: 32px;
  }
}

.single-department-feature__card {
  background-color: color-mix(in srgb, #fff 50%, transparent);
  border-radius: 8px;
  padding: var(--_gutter);
}
@media screen and (min-width: 768px) {
  .single-department-feature__card {
    border-radius: 20px;
  }
}

.single-department-feature__card-inner {
  background-color: #fff;
  padding: 12px 15px 24px;
  border-radius: 4px;
  overflow: clip;
}
@media screen and (min-width: 1024px) {
  .single-department-feature__card-inner {
    padding: 32px 84px 40px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: var(--_pc-grid-columns);
    grid-template-rows: var(--_pc-grid-rows);
    align-items: end;
    column-gap: 44px;
  }
}

.single-department-feature__number {
  display: flex;
}

.single-department-feature__number svg {
  width: 93px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .single-department-feature__number svg {
    width: 124px;
  }
}

.single-department-feature__number svg path {
  fill: color-mix(in srgb, #5f77db 53%, transparent);
}

.single-department-feature__item-title-line {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  color: #232323;
  background: linear-gradient(to right, #dce8ff 0%, #fae7ff 51%, #d9efdc 100%);
  padding: 1px 8px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__item-title-line {
    font-size: min(26px, 2.2608695652vw);
    padding: 0 11px;
  }
}

.single-department-feature__item-title-line:nth-of-type(n + 2) {
  margin-top: 4px;
}

.single-department-feature__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-feature__text {
    margin-top: 12px;
    font-size: 16px;
  }
}

.single-department-feature__photos {
  margin-top: 20px;
  display: grid;
  row-gap: 8px;
}
@media screen and (min-width: 1024px) {
  .single-department-feature__photos {
    margin-top: 0;
    row-gap: 14px;
    grid-column: 2/3;
    grid-row: 1/-1;
  }
}

.single-department-feature__photo {
  position: relative;
}

.single-department-feature__photo img {
  height: auto;
  object-fit: cover;
  aspect-ratio: 317/175;
}
@media screen and (min-width: 768px) {
  .single-department-feature__photo img {
    height: auto;
    aspect-ratio: initial;
  }
}

.single-department-feature__photo-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: var(--_emphasis-color);
  border-radius: 50px;
  padding: 4px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 165px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-department-feature__photo-label {
    font-size: 15px;
    line-height: 1.5;
  }
}

.single-department-feature__photo-caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #111;
  display: inline-block;
  position: absolute;
  inset: auto 4px 4px auto;
  padding-inline: 6px;
}

.single-department-feature__related-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  column-gap: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__related-list {
    column-gap: 10px;
  }
}

.single-department-feature__related-figure {
  position: relative;
}

.single-department-feature__badge {
  width: 57px;
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__badge {
    width: 78px;
  }
}

.single-department-feature__photo-figure {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .single-department-feature__photo-figure {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.single-department-feature__case {
  position: relative;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  display: grid;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__case {
    padding: 32px 28px;
    grid-template-columns: 157fr 344fr;
    align-items: center;
    column-gap: 20px;
  }
}

.single-department-feature__case-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}

.single-department-feature__case-text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.65;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-feature__case-text {
    line-height: 1.6;
    text-align: left;
  }
}

.single-department-feature__line {
  position: absolute;
  z-index: 0;
}

.single-department-feature__line:nth-of-type(1),
.single-department-feature__line:nth-of-type(2) {
  position: absolute;
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  opacity: 0.05;
  width: 6000px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__line:nth-of-type(1),
  .single-department-feature__line:nth-of-type(2) {
    height: 90px;
  }
}

.single-department-feature__line:nth-of-type(1) {
  top: 12%;
  left: 21%;
  transform: translate(-50%, -50%) rotate(-47deg);
}
@media screen and (min-width: 768px) {
  .single-department-feature__line:nth-of-type(1) {
    top: 7%;
    left: 81%;
    transform: translate(-50%, -50%) rotate(-46deg);
  }
}

.single-department-feature__line:nth-of-type(2) {
  top: 73%;
  left: 21%;
  transform: translate(-50%, -50%) rotate(-47deg);
}
@media screen and (min-width: 768px) {
  .single-department-feature__line:nth-of-type(2) {
    top: 59%;
    transform: translate(-50%, -50%) rotate(46deg);
  }
}

.single-department-feature--photo .single-department-feature__photos {
  margin-top: 28px;
  row-gap: 28px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__photos {
    margin-top: 36px;
    flex-direction: row;
    column-gap: 12px;
    justify-content: center;
  }
}

.single-department-feature--photo .single-department-feature__photos.single-department-feature__photos--02 {
  row-gap: 12px;
}

.single-department-feature--photo .single-department-feature__photo {
  margin-inline: auto;
  width: min(280px, 100%);
}
@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__photo {
    margin-inline: initial;
    width: min(260px, 100%);
  }
}

.single-department-feature--photo .single-department-feature__badge--01 {
  width: 65px;
  top: -20px;
  left: -30px;
}
@media screen and (min-width: 1024px) {
  .single-department-feature--photo .single-department-feature__badge--01 {
    width: 93px;
    top: -25px;
    left: -75px;
  }
}

.single-department-feature--photo .single-department-feature__badge img {
  aspect-ratio: initial;
}

@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__photos {
    margin-top: 36px;
    grid-column: initial;
    grid-row: initial;
  }
}

.single-department-feature--photo .single-department-feature__case {
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__case {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__card-head {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature__card-head--pc-column {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__card:nth-of-type(3) .single-department-feature__facility {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 559fr 335fr;
    align-items: center;
    column-gap: 18px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--photo .single-department-feature__case {
    grid-template-columns: 271fr 212fr;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--01 .single-department-feature__card-inner {
    column-gap: 22px;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--01 .single-department-feature__text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--01 .single-department-feature__skills {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--01 .single-department-feature__trainings {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--03 .single-department-feature__card-inner {
    column-gap: 0;
    padding-inline: 80px;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--03 .single-department-feature__journal-figure {
    grid-column: 2/3;
    padding-right: 14px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--03 .single-department-feature__highlights {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--03 .single-department-feature__highlight {
    align-items: center;
    grid-template-rows: 1fr;
  }
}

.single-department-feature__skills {
  margin: 14px auto 0;
  width: min(100%, 400px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__skills {
    margin: 1em auto 0;
    column-gap: 11px;
    row-gap: 8px;
  }
}

.single-department-feature__skill {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--_bg-color);
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .single-department-feature__skill {
    font-size: min(17px, 1.4782608696vw);
  }
}

.single-department-feature__trainings {
  margin-top: 24px;
  padding: 24px 20px 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .single-department-feature__trainings {
    padding: 34px 45px 20px;
  }
}

.single-department-feature__training-list {
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__training-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }
}

.single-department-feature__training-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4px;
  position: relative;
}

.single-department-feature__training-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--_emphasis-color);
  border-radius: 50px;
  text-align: center;
  min-width: 120px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .single-department-feature__training-label {
    font-size: 15px;
    min-width: 165px;
    padding: 4px;
    top: -15px;
  }
}

.single-department-feature__training-text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.65;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-feature__training-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.single-department-feature__highlights {
  margin-top: 14px;
  display: grid;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__highlights {
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    padding-left: 28px;
  }
}

.single-department-feature__highlight {
  padding: 24px 20px 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  position: relative;
  display: grid;
  row-gap: 12px;
  align-items: start;
  justify-items: start;
}
@media screen and (min-width: 768px) {
  .single-department-feature__highlight {
    padding: 20px 16px;
    grid-template-columns: 198fr 196fr;
    grid-template-rows: auto 1fr;
    column-gap: 15px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature__highlight-figure {
    grid-row: 1/3;
  }
}

.single-department-feature__highlight-texts {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  place-items: start;
}

.single-department-feature__highlight-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--_emphasis-color);
  border-radius: 50px;
  text-align: center;
  padding: 1px 24px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__highlight-title {
    font-size: 15px;
    padding: 1px min(24px, 2.0869565217vw);
  }
}

.single-department-feature__highlight-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-feature__highlight-text {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__badge--check {
    left: -50px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--mass .single-department-feature__card--03 .single-department-feature__badge--check {
    left: -75px;
  }
}

.single-department-feature__journal-figure {
  margin: 16px auto 0;
}

.single-department-feature__badge--company {
  left: auto;
  right: 0;
  width: 62px;
  top: -42px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__badge--company {
    right: auto;
    top: -16px;
    left: -62px;
    width: 84px;
  }
}

.single-department-feature__company-voice-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-voice-list {
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 52px;
  }
}

.single-department-feature__company-voice {
  background-color: #f5f5f5;
  border-radius: 9px;
  padding: 20px 24px;
  position: relative;
  min-height: 182px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-voice {
    padding: 25px 28px;
    min-height: 203px;
    display: grid;
    place-content: center;
  }
}

.single-department-feature__company-voice-body {
  display: grid;
  grid-template: "text text" "head photo" 1fr/162px 1fr;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-voice-body {
    grid-template: "head photo" "text photo" 1fr/249fr 120fr;
    column-gap: 15px;
  }
}

.single-department-feature__company-voice-head {
  display: grid;
  row-gap: 6px;
  grid-area: head;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-voice-head {
    row-gap: 9px;
  }
}

.single-department-feature__company-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-name {
    font-size: 16px;
  }
}

.single-department-feature__company-meta {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
  }
}

.single-department-feature__company-role {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-role {
    font-size: 11px;
  }
}

.single-department-feature__company-person {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.single-department-feature__company-person small {
  font-size: 0.65em;
}

.single-department-feature__company-text {
  font-size: 12px;
  line-height: 1.6;
  grid-area: text;
}

.single-department-feature__company-photo {
  grid-area: photo;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__company-photo {
    width: min(148px, 11.3846153846vw);
    right: 0;
  }
}

.single-department-feature__collab-list {
  margin-top: 24px;
  display: grid;
  row-gap: 18px;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__collab-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 48px;
  }
}

.single-department-feature__collab-item {
  position: relative;
  padding: 0 11px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__collab-item {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature__badge--check {
    width: 93px;
    left: -80px;
  }
}

.single-department-feature__collab-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: var(--_primary-color);
  display: flex;
  align-items: center;
  padding: 2px 10px;
  column-gap: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__collab-label {
    padding: 8px 16px;
  }
}

.single-department-feature__collab-label::before {
  content: "×";
  font-size: 1.5em;
  font-weight: 400;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .single-department-feature__collab-label::before {
    font-size: 1em;
  }
}

.single-department-feature__collab-text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-feature__collab-text {
    font-size: 12px;
  }
}

.single-department-feature__practice-list {
  margin-top: 38px;
  display: grid;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__practice-list {
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    padding-left: 48px;
    grid-column: 1/-1;
  }
}

.single-department-feature__practice-item {
  position: relative;
}

.single-department-feature__practice-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--_primary-color);
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__practice-label {
    padding: 8px;
  }
}

.single-department-feature__practice-text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-feature__practice-text {
    font-size: 12px;
  }
}

.single-department-feature__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__main {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature__facility {
    display: grid;
    grid-template-columns: 472fr 400fr;
    column-gap: 32px;
    row-gap: 20px;
  }
}

.single-department-feature__facility-list {
  margin-top: 18px;
  display: grid;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__facility-list {
    margin-top: 0;
    row-gap: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    grid-column: 1/-1;
  }
}

.single-department-feature__facility-item {
  padding: 0 11px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__facility-item {
    padding: 0;
  }
}

.single-department-feature__facility-figure {
  position: relative;
}

.single-department-feature__facility-text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-feature__facility-text {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-feature--sound .single-department-feature__photo-figure {
    grid-column: 2/3;
    grid-row: 1/-1;
  }
}

.single-department-feature__event-list {
  margin-top: 14px;
  display: grid;
  row-gap: 14px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__event-list {
    margin-top: 24px;
    row-gap: 12px;
    padding-left: 53px;
  }
}

.single-department-feature__event {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: grid;
  row-gap: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-feature__event {
    padding: 25px 16px;
    grid-template-columns: 198fr 614fr;
    align-items: center;
    column-gap: 15px;
  }
}

.single-department-feature__event-body {
  display: grid;
  row-gap: 5px;
}

.single-department-feature__event-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--_primary-color);
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 1px 24px;
  justify-self: start;
  align-self: start;
}

.single-department-feature__event-text {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-feature__event-text {
    font-size: 14px;
  }
}

.single-department-feature__national-exams {
  margin-top: 16px;
  display: grid;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__national-exams {
    margin-top: 12px;
    grid-template-columns: 390fr 500fr;
    column-gap: 22px;
  }
}

.single-department-feature__national-exam {
  display: grid;
  grid-template-columns: 61px 1fr;
  column-gap: 13px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__national-exam {
    grid-template-columns: 67px 1fr;
  }
}

.single-department-feature__national-badge {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: var(--_primary-color);
  border-radius: 50%;
}

.single-department-feature__national-badge-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-feature__national-badge-label {
    font-size: 14px;
  }
}

.single-department-feature__national-badge-note {
  margin-top: 2px;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.01em;
  color: #fff;
}

.single-department-feature__national-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .single-department-feature__national-title {
    font-size: 22px;
  }
}

.single-department-feature__national-text {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-feature__national-text {
    font-size: 14px;
  }
}

.single-department-feature__qualification-carousel {
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-carousel {
    margin-top: 18px;
  }
}

.single-department-feature__qualification-track {
  overflow: unset;
  clip-path: inset(0% -50vw 0% 0%);
}
@media screen and (min-width: 1024px) {
  .single-department-feature__qualification-track {
    overflow: hidden;
    clip-path: initial;
  }
}

.single-department-feature__qualification-slide {
  padding: 20px 16px;
  border-radius: 9px;
  background-color: #f5f5f5;
  width: 278px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-slide {
    padding: 20px 28px;
    width: min(448px, 40vw);
  }
}

.single-department-feature__qualification-arrow > button {
  display: block;
  width: 45px;
  aspect-ratio: 1;
  background-color: #ffd4c6;
  border-radius: 50%;
  display: grid;
  place-content: center;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #ffd4c6;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-arrow > button {
    width: 65px;
  }
}
@media (any-hover: hover) {
  .single-department-feature__qualification-arrow > button:hover {
    background-color: var(--_primary-color);
  }
  .single-department-feature__qualification-arrow > button:hover svg path {
    fill: #fff;
  }
}

.single-department-feature__qualification-arrow--prev button {
  transform: scale(-1, 1);
}

.single-department-feature__qualification-arrow > button svg {
  width: 19px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-arrow > button svg {
    width: 27px;
  }
}

.single-department-feature__qualification-arrow > button path {
  fill: var(--_primary-color);
  transition: fill 0.3s ease;
}

.single-department-feature__qualification-carousel .splide__pagination {
  margin: 30px auto 0;
  column-gap: 8px;
  row-gap: 4px;
  position: relative;
  z-index: 1;
  justify-content: center;
  width: min(100%, 77px);
  flex-wrap: wrap;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-carousel .splide__pagination {
    margin-top: 24px;
    width: auto;
    padding-bottom: 0;
  }
}

.single-department-feature__qualification-carousel .splide__pagination li {
  display: flex;
}

.single-department-feature__qualification-carousel .splide__pagination__page {
  --_size: 8px;
  width: var(--_size);
  height: var(--_size);
  border-radius: 50%;
  background-color: color-mix(in srgb, #333 20%, transparent);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-carousel .splide__pagination__page {
    --_size: 9px;
  }
}

.single-department-feature__qualification-carousel .splide__pagination__page.is-active {
  background-color: #333;
}

.single-department-open-campus__line {
  position: absolute;
  z-index: 0;
}

.single-department-feature__qualification-org {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-org {
    font-size: 14px;
  }
}

.single-department-feature__qualification-title {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-title {
    font-size: 18px;
  }
}

.single-department-feature__qualification-title::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--_primary-color);
  position: absolute;
  top: 0.65em;
  left: 0;
}

.single-department-feature__qualification-title + .single-department-feature__qualification-title {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-title + .single-department-feature__qualification-title {
    margin-top: 4px;
  }
}

.single-department-feature__qualification-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 8px;
  border-top: 1px solid #c6c6c6;
}

.single-department-feature__qualification-title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.single-department-feature__qualification-title-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.single-department-feature__qualification-note {
  font-size: 13px;
  line-height: 1.4;
}

.single-department-feature__qualification-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 208px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-department-feature__qualification-arrows {
    width: 100%;
    bottom: auto;
    top: calc(50% - 16.5px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .single-department-feature__qualification-arrows {
    width: calc(100% + 104px);
  }
}

.single-department-feature__equipment-panel {
  margin-top: 14px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-feature__equipment-panel {
    margin-top: 20px;
    padding: 16px 38px 16px 54px;
  }
}

.single-department-feature__equipment-panel > .single-department-feature__badge {
  top: -35px;
}
@media screen and (min-width: 768px) {
  .single-department-feature__equipment-panel > .single-department-feature__badge {
    top: -12px;
    left: -50px;
  }
}

.single-department-feature__equipment-group + .single-department-feature__equipment-group {
  margin-top: 4px;
}

.single-department-feature__equipment-category {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 12px;
}

.single-department-feature__equipment-category::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--_primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.single-department-feature__equipment-detail {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6;
}

.single-department-message {
  padding: 75px 0 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-message {
    padding: 86px 0 83px;
  }
}

.single-department-message__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-department-message__inner {
    width: min(1228px, 100%);
  }
}

.single-department-message__catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-department-message__catch {
    font-size: 20px;
  }
}

.single-department-message__title {
  margin: 12px auto 0;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55;
  position: relative;
  padding: 8px 40px;
}
@media screen and (min-width: 768px) {
  .single-department-message__title {
    font-size: 28px;
    line-height: 1.5;
    padding: 8px 60px;
  }
}

.single-department-message__title span {
  position: absolute;
  width: 26px;
  height: 19px;
}
@media screen and (min-width: 768px) {
  .single-department-message__title span {
    width: 40px;
    height: 28px;
  }
}

.single-department-message__title span:nth-of-type(1),
.single-department-message__title span:nth-of-type(2) {
  top: 0;
}

.single-department-message__title span:nth-of-type(3),
.single-department-message__title span:nth-of-type(4) {
  bottom: 0;
}

.single-department-message__title span:nth-of-type(1),
.single-department-message__title span:nth-of-type(3) {
  left: 0;
}

.single-department-message__title span:nth-of-type(2),
.single-department-message__title span:nth-of-type(4) {
  right: 0;
}

.single-department-message__title span::before,
.single-department-message__title span::after {
  content: "";
  background-color: rgba(3, 3, 3, 0.75);
  position: absolute;
}

.single-department-message__title span:nth-of-type(1)::before,
.single-department-message__title span:nth-of-type(1)::after,
.single-department-message__title span:nth-of-type(2)::before,
.single-department-message__title span:nth-of-type(2)::after {
  top: 0;
}

.single-department-message__title span:nth-of-type(3)::before,
.single-department-message__title span:nth-of-type(3)::after,
.single-department-message__title span:nth-of-type(4)::before,
.single-department-message__title span:nth-of-type(4)::after {
  bottom: 0;
}

.single-department-message__title span:nth-of-type(1)::before,
.single-department-message__title span:nth-of-type(1)::after,
.single-department-message__title span:nth-of-type(3)::before,
.single-department-message__title span:nth-of-type(3)::after {
  left: 0;
}

.single-department-message__title span:nth-of-type(2)::before,
.single-department-message__title span:nth-of-type(2)::after,
.single-department-message__title span:nth-of-type(4)::before,
.single-department-message__title span:nth-of-type(4)::after {
  right: 0;
}

.single-department-message__title span::before {
  width: 100%;
  height: 1px;
}

.single-department-message__title span::after {
  width: 1px;
  height: 100%;
}

.single-department-message__body {
  margin-top: 28px;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .single-department-message__body {
    margin-top: 24px;
    padding: 0;
  }
}

.single-department-message__text {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .single-department-message__text {
    line-height: 1.9;
    text-align: center;
  }
}

.single-department-message__text + .single-department-message__text {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-message__text + .single-department-message__text {
    margin-top: 12px;
  }
}

.single-department-message__text span {
  font-weight: 700;
  color: var(--_emphasis-color);
}

.single-department-message__photos {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 1150px) {
  .single-department-message__photos {
    display: block;
  }
}

.single-department-message__photo {
  width: 250px;
  position: absolute;
  inset: var(--_layout-inset);
}

.single-department-message__photo::before {
  content: "";
  width: 75px;
  height: 88px;
  background-color: var(--_primary-color);
  border-radius: 3px;
  position: absolute;
  inset: var(--_inset);
  z-index: -1;
}

.single-department-message__photo img {
  border-radius: 4px;
  box-shadow: var(--_box-shadow);
}

.single-department-message__photo:nth-of-type(1) {
  --_layout-inset: 0 auto auto 0;
  --_box-shadow: 8px 8px 0 rgb(213 213 213 / 0.83);
  --_inset: -12px auto auto -10px;
}

.single-department-message__photo:nth-of-type(2) {
  --_layout-inset: auto 0 108px auto;
  --_box-shadow: -8px 8px 0 rgb(213 213 213 / 0.83);
  --_inset: -14px -9px auto auto;
}

.single-department-message__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.single-department-message__bg img {
  height: 100%;
  object-fit: cover;
}

.single-department-open-campus {
  background-color: #333;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-department-open-campus {
    padding: 80px 0;
  }
}

.single-department-open-campus__head .c-department-heading {
  text-align: left;
}

.single-department-open-campus__head .c-department-heading__eyebrow {
  color: color-mix(in srgb, #fff 50%, transparent);
}

.single-department-open-campus__lead {
  margin-top: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .single-department-open-campus__lead {
    margin-top: 24px;
  }
}

.single-department-open-czampus__carousel {
  margin: 28px calc(50% - 50vw) 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-department-open-czampus__carousel {
    margin: 50px 0 0;
  }
}

.single-department-open-campus__arrows {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .single-department-open-campus__arrows {
    width: 138px;
    height: 55px;
    display: flex;
    align-items: center;
    column-gap: 28px;
    top: -105px;
    left: initial;
    right: 150px;
    transform: initial;
  }
}

.single-department-open-campus__arrow {
  position: absolute;
  top: 135px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .single-department-open-campus__arrow {
    top: initial;
    transform: initial;
  }
}

.single-department-open-campus__arrow--prev {
  left: 0;
}

.single-department-open-campus__arrow--next {
  right: 0;
}

.single-department-open-campus__arrow button {
  --_arrow-color: #333;
  display: grid;
  place-content: center;
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .single-department-open-campus__arrow button {
    width: 55px;
  }
}
@media (any-hover: hover) {
  .single-department-open-campus__arrow button:hover {
    background-color: #333333;
    border-color: #fff;
    --_arrow-color: #fff;
  }
}

.single-department-open-campus__arrow button svg {
  stroke: var(--_arrow-color);
  transition: stroke 0.3s;
}

.single-department-open-campus__arrow--prev svg {
  transform: scale(-1, 1);
}

@media screen and (min-width: 1024px) {
  .single-department-open-campus__carousel-track {
    overflow: unset;
    clip-path: inset(0% -50vw 0% 0%);
  }
}

.single-department-open-campus__carousel-slide {
  width: 270px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .single-department-open-campus__carousel-slide {
    width: 360px;
  }
}

@media (any-hover: hover) {
  .single-department-open-campus__carousel-slide a:hover {
    opacity: 1;
    --_img-transform: scale(1.05);
  }
}

.single-department-open-campus__carousel-slide img {
  transform: var(--_img-transform);
  transition: transform 0.3s;
}

.single-department-open-czampus__carousel .splide__pagination {
  margin-top: 24px;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-department-open-czampus__carousel .splide__pagination {
    justify-content: flex-start;
    column-gap: 12px;
  }
}

.single-department-open-czampus__carousel .splide__pagination li {
  display: flex;
}

.single-department-open-czampus__carousel .splide__pagination__page {
  --_size: 8px;
  width: var(--_size);
  height: var(--_size);
  border-radius: 50%;
  background-color: color-mix(in srgb, #fff 50%, transparent);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .single-department-open-czampus__carousel .splide__pagination__page {
    --_size: 11px;
  }
}

.single-department-open-czampus__carousel .splide__pagination__page.is-active {
  background-color: #fff;
}

.single-department-open-campus__line {
  position: absolute;
  z-index: 0;
}

.single-department-open-campus__line:nth-of-type(1),
.single-department-open-campus__line:nth-of-type(2) {
  position: absolute;
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  opacity: 0.05;
  width: 3000px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .single-department-open-campus__line:nth-of-type(1),
  .single-department-open-campus__line:nth-of-type(2) {
    height: 90px;
  }
}

.single-department-open-campus__line:nth-of-type(1) {
  top: 114%;
  left: 21%;
  transform: translate(-50%, -50%) rotate(-58deg);
}
@media screen and (min-width: 768px) {
  .single-department-open-campus__line:nth-of-type(1) {
    top: 50%;
    left: 83%;
    transform: translate(-50%, -50%) rotate(-37deg);
  }
}

.single-department-open-campus__line:nth-of-type(2) {
  top: -26%;
  left: 21%;
  transform: translate(-50%, -50%) rotate(44deg);
}
@media screen and (min-width: 768px) {
  .single-department-open-campus__line:nth-of-type(2) {
    top: -92%;
  }
}

.single-department-about {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .single-department-about {
    padding: 80px 0;
  }
}

.single-department-about .c-department-heading__title {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .single-department-about .c-department-heading__title {
    font-size: 36px;
  }
}

.single-department-about__list {
  margin-top: 24px;
  display: grid;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-about__list {
    margin-top: 44px;
    grid-template-columns: repeat(auto-fill, minmax(min(510px, 100%), 1fr));
    row-gap: 20px;
    column-gap: 24px;
  }
}

.single-department-about__card {
  --_dark-bg-opacity: 0;
  --_img-transform: 1;
  display: block;
  background-color: #333;
  border-radius: 4px;
  padding: 8px;
  display: grid;
  grid-template-columns: 175fr 137fr;
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .single-department-about__card {
    border-radius: 8px;
    padding: 12px 12px 12px 20px;
    grid-template-columns: 325fr 254fr;
    column-gap: 25px;
    background-image: url(/img/gakka/bg_about_card.png), var(--_background-image);
    background-size: cover;
  }
}
@media (any-hover: hover) {
  .single-department-about__card:hover {
    opacity: 1;
    --_dark-bg-opacity: 1;
    --_img-transform: 1.1;
  }
}

.single-department-about__card::before {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-image: url(/img/gakka/bg_about_card_dark.png), var(--_background-image);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  opacity: var(--_dark-bg-opacity);
  transition: opacity 0.3s;
}

.single-department-about__card > * {
  position: relative;
}

.single-department-about__item-label {
  font-family: "interstate", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: color-mix(in srgb, #fff 70%, transparent);
}
@media screen and (min-width: 768px) {
  .single-department-about__item-label {
    font-size: 18px;
  }
}

.single-department-about__text {
  align-self: end;
}

.single-department-about__item-lead {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-about__item-lead {
    font-size: 15px;
  }
}

.single-department-about__item-lead,
.single-department-about__item-title {
  width: 150%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-department-about__item-lead,
  .single-department-about__item-title {
    width: 100%;
  }
}

.single-department-about__item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-about__item-title {
    font-size: 25px;
    line-height: 1.4;
  }
}

.single-department-about__img {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/3;
}

.single-department-about__img--sp-filter::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.25));
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .single-department-about__img--sp-filter::before {
    display: none;
  }
}

.single-department-about__img-inner {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-about__img-inner {
    border-radius: 6px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-about__img img {
    transform: scale(var(--_img-transform));
    transition: transform 0.3s;
  }
}

.single-department-about__circle {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #333;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  inset: auto -8px -8px auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-department-about__circle {
    width: 72px;
    height: 72px;
    padding: 6px;
    inset: auto -12px -12px auto;
    background-color: initial;
    background-image: url(/img/gakka/bg_about_card-not-transparent.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.single-department-about__circle-inner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.single-department-about__circle-inner svg {
  width: 16px;
  height: auto;
  stroke: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-about__circle-inner svg {
    width: 30px;
  }
}

.single-department-instructor {
  background-color: #333333;
  color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .single-department-instructor {
    padding: 80px 0;
  }
}

.single-department-instructor__heading {
  color: #fff;
}

.single-department-instructor__heading .c-department-heading__eyebrow {
  color: color-mix(in srgb, #fff 50%, transparent);
}

.single-department-instructor__carousel {
  margin: 28px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__carousel {
    margin: 42px 0 0;
  }
}

.single-department-instructor__carousel .splide__pagination {
  margin-top: 24px;
  justify-content: center;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-department-instructor__carousel .splide__pagination {
    margin-top: 60px;
    column-gap: 12px;
  }
}

.single-department-instructor__carousel .splide__pagination li {
  display: flex;
}

.single-department-instructor__carousel .splide__pagination__page {
  --_size: 8px;
  width: var(--_size);
  height: var(--_size);
  border-radius: 50%;
  background-color: color-mix(in srgb, #fff 50%, transparent);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .single-department-instructor__carousel .splide__pagination__page {
    --_size: 11px;
  }
}

.single-department-instructor__carousel .splide__pagination__page.is-active {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .splide.is-initialized:not(.is-active) .splide__list .single-department-instructor__item {
    width: auto;
  }
}

.splide.is-initialized:not(.is-active) .single-department-instructor__carousel-arrows {
  display: none;
}

.single-department-instructor__carousel-arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.single-department-instructor__carousel-arrow {
  position: absolute;
  top: 128px;
}

.single-department-instructor__carousel-arrow--prev {
  left: -32px;
}

.single-department-instructor__carousel-arrow--next {
  right: -32px;
}

.single-department-instructor__carousel-arrow button {
  --_arrow-color: #333;
  display: grid;
  place-content: center;
  width: 65px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .single-department-instructor__carousel-arrow button:hover {
    background-color: #333333;
    --_arrow-color: #fff;
  }
}

.single-department-instructor__carousel-arrow button svg {
  stroke: var(--_arrow-color);
  transition: stroke 0.3s;
  width: 26px;
  height: auto;
  aspect-ratio: 27/9;
}

.single-department-instructor__carousel-arrow--prev svg {
  transform: scale(-1, 1);
}

.single-department-instructor__item {
  width: 306px;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__item {
    width: 410px;
  }
}

.single-department-instructor__card {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__card {
    padding-bottom: 3px;
  }
}

.single-department-instructor__card-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__card-inner {
    pointer-events: none;
  }
}

.single-department-instructor__card-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/gakka/bg_noise.png);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__card-inner::before {
    display: none;
  }
}

.single-department-instructor__img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__img {
    border-radius: 8px;
  }
}

.single-department-instructor__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/gakka/bg_noise.png);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.single-department-instructor__name-en {
  font-family: "interstate", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: color-mix(in srgb, #fff 50%, transparent);
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 8px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__name-en {
    font-size: min(38px, 3.3043478261vw);
  }
}

.single-department-instructor__head {
  width: max-content;
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  padding-right: 8px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__head {
    margin-top: 20px;
    position: relative;
    column-gap: 16px;
    padding-right: 0;
    width: 100%;
    bottom: initial;
    left: initial;
    padding-bottom: 10px;
  }
}

.single-department-instructor__head::before {
  content: "";
  width: calc(100% + 20px);
  height: 5px;
  background: linear-gradient(to right, var(--_primary-color) 0%, var(--_primary-color) 65%, var(--_secondary-color) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__head::before {
    width: 100%;
    height: 1px;
    background: initial;
    background-color: color-mix(in srgb, #fff 65%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .single-department-instructor__head::after {
    content: "";
    width: 7px;
    aspect-ratio: 1;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: 0;
  }
}

.single-department-instructor__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__name {
    font-size: 22px;
  }
}

.single-department-instructor__role {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__role {
    font-size: 14px;
  }
}

.single-department-instructor__trigger {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  width: 40px;
  aspect-ratio: 1;
}

.single-department-instructor__trigger svg {
  stroke: #fff;
}

.single-department-instructor__bio {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__bio {
    display: block;
  }
}

.single-department-instructor__bio-text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__bio-text {
    margin-top: 16px;
  }
}

.single-department-instructor__dialog {
  margin-inline: 20px;
  padding: 0;
  background-color: transparent;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-instructor__dialog {
    display: none;
  }
}

.single-department-instructor__dialog-heading {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  column-gap: 18px;
  position: relative;
  padding-bottom: 4px;
}

.single-department-instructor__dialog-heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: color-mix(in srgb, #fff 65%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.single-department-instructor__dialog-heading::after {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  right: 0;
}

.single-department-instructor__dialog-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.single-department-instructor__dialog-role {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.single-department-instructor__dialog-text {
  margin-top: 12px;
  line-height: 1.8;
}

.single-department-instructor__dialog-text + .single-department-instructor__dialog-text {
  margin-top: 1.5em;
}

.single-department-instructor__dialog-close {
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
}

.single-department-instructor__dialog-img {
  margin-top: 12px;
}

.single-department-support {
  padding: 60px 0;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .single-department-support {
    padding: 80px 0;
  }
}

.single-department-support__heading .c-department-heading__title {
  margin-top: 2px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .single-department-support__heading .c-department-heading__title {
    margin-top: 10px;
    display: grid;
    row-gap: 3px;
  }
}

.single-department-support__heading .c-department-heading__title {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .single-department-support__heading .c-department-heading__title {
    font-size: 39px;
  }
}

.single-department-support__heading .c-department-heading__title span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-department-support__heading .c-department-heading__title span {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .single-department-support__inner {
    width: min(1238px, 100%);
  }
}

.single-department-support__lead {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--_emphasis-color);
  padding: 12px 28px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-support__lead {
    margin: 45px auto 0;
    width: fit-content;
    font-size: 28px;
    line-height: 1.6;
    border-radius: 30px;
    padding: 4px 28px;
  }
}

.single-department-support__map-area {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .single-department-support__map-area {
    margin-top: 37px;
    grid-template-columns: 569fr 565fr;
    align-items: center;
    column-gap: 40px;
  }
}

.single-department-support__achievement {
  background-color: var(--_primary-color);
  border-radius: 15px;
  padding: 32px 16px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-department-support__achievement {
    border-radius: 15px;
    padding: 32px 44px;
  }
}

.single-department-support__achievement::before {
  content: "";
  width: 430px;
  aspect-ratio: 1;
  background-image: url(../img/gakka/bg_ellipse.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .single-department-support__achievement::before {
    width: 579px;
  }
}

.single-department-support__achievement > * {
  position: relative;
}

.single-department-support__achievement-title {
  margin: 0 auto;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
  padding: 0 66px;
}
@media screen and (min-width: 768px) {
  .single-department-support__achievement-title {
    font-size: 23px;
  }
}

.single-department-support__achievement-title::before,
.single-department-support__achievement-title::after {
  content: "";
  width: 44px;
  height: 1px;
  background-color: color-mix(in srgb, #fff 50%, transparent);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.single-department-support__achievement-title::before {
  left: 0;
}

.single-department-support__achievement-title::after {
  right: 0;
}

.single-department-support__achievement-text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-department-support__achievement-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.single-department-support__ova {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .single-department-support__ova {
    margin-top: 56px;
  }
}

.single-department-support__ova-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-department-support__ova-lead {
    font-size: 22px;
  }
}

.single-department-support__ova-title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--_emphasis-color);
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .single-department-support__ova-title {
    margin: 16px auto 0;
    width: fit-content;
    font-size: 28px;
    line-height: 1.6;
    border-radius: 30px;
    padding: 4px 28px;
  }
}

.single-department-support__ova-text {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .single-department-support__ova-text {
    font-size: 18px;
    text-align: center;
  }
}

.single-department-support__expo {
  margin-top: 20px;
  display: grid;
  grid-template: "text" "." 16px "img" "." 20px "list" "button"/minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .single-department-support__expo {
    margin-top: 40px;
    grid-template: "img text" "img . " 16px "img list" "img . " 20px "img button" 1fr/473fr 674fr;
    column-gap: 48px;
    align-items: start;
  }
}

.single-department-support__expo-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  grid-area: text;
}
@media screen and (min-width: 768px) {
  .single-department-support__expo-text {
    font-size: 16px;
  }
}

.single-department-support__expo-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  grid-area: img;
}
@media screen and (min-width: 768px) {
  .single-department-support__expo-img {
    border-radius: 12px;
  }
}

.single-department-support__expo-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.19) 40%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  inset: 0;
}

.single-department-support__expo-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .single-department-support__expo-label {
    font-size: 32px;
    bottom: 20px;
    left: 30px;
  }
}

.single-department-support__list {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(110px, 100%), 1fr));
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .single-department-support__list {
    grid-template-columns: repeat(auto-fill, minmax(min(125px, 100%), 1fr));
    gap: 8px;
  }
}

.single-department-support__item {
  width: 100%;
  min-height: 106px;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-rows: 50px 1fr;
  row-gap: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .single-department-support__item {
    min-height: 120px;
    padding: 15px 10px;
    border-radius: 11px;
  }
}

.single-department-support__item-icon {
  margin: 0 auto;
  width: 45px;
  align-self: center;
}

.single-department-support__item-label {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-department-support__item-label {
    margin-top: 10px;
    font-size: 12px;
  }
}

.single-department-support__link {
  margin-top: 20px;
  grid-area: button;
  background-color: #fafa22;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 62px;
  border-radius: 4px;
  padding: 16px 20px 16px 60px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .single-department-support__link {
    margin-top: 0;
    place-self: start;
    display: inline-grid;
    column-gap: 32px;
    padding: 12px 18px 12px 40px;
  }
}
@media (any-hover: hover) {
  .single-department-support__link:hover {
    opacity: 1;
    background-color: #333333;
    color: #fff;
  }
}

.single-department-support__link-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .single-department-support__link-text {
    padding-left: 0;
  }
}

.single-department-support__link-arrow {
  display: flex;
  width: 19px;
  height: auto;
}

.single-department-support__link-arrow svg {
  stroke: currentColor;
}