@charset "UTF-8";
/* ====================
  foundation
==================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* ====================
  layout
==================== */
.l-header {
  margin: 20px auto 64px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    margin-top: 8px;
    margin-bottom: 30px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
.l-header__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-bottom: 8px;
    width: 144px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__logo {
    width: 112px;
  }
}
.l-header__logo-link {
  display: block;
  width: fit-content;
}
.l-header__heading {
  color: #808080;
  font-size: clamp(2.1rem, 8.8vw, 8.75rem);
  letter-spacing: 0.04em;
  line-height: 1.14;
  position: relative;
}
.l-header__heading::before {
  content: "Cross-Faculty Competency Training Program";
  color: #B3B3B3;
  font-family: "Oswald", sans-serif;
  font-size: max(0.28em, 0.75rem);
  font-weight: 600;
  letter-spacing: initial;
  position: absolute;
  top: min(52px, 3.25vw);
  left: clamp(152px, 38.75vw, 620px);
  width: max(26.5625vw, 132px);
}
@media screen and (max-width: 575px) {
  .l-header__heading::before {
    margin-top: -4px;
  }
}
.l-header__new-line {
  display: block;
}

/* ====================
  l-header2026
==================== */

.l-header__heading2026 {
  font-size: clamp(36px, 5vw, 106px);
}

.l-header__heading2026 .l-header__new-line {
  display: inline;
}

.l-header__heading2026::before {
  content: none;
}

.l-header__heading2026 .l-header__enheading {
    color: #B3B3B3;
    font-family: "Oswald", sans-serif;
    font-size: max(0.28em, 0.75rem);
    font-weight: 600;
    letter-spacing: initial;
    display: block;
}

@media screen and (max-width: 767px) {
  .l-header__heading2026 .l-header__new-line {
    display: block;
  }
}

/* ====================
  l-header2026ここまで
==================== */

.l-footer {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 24px;
  }
}
.l-footer__head {
  margin: 0 auto;
  width: clamp(300px, 76vw, 1000px);
}
@media screen and (max-width: 1023px) {
  .l-footer__head {
    width: clamp(300px, 76vw, 460px);
  }
}
.l-footer__logo {
  width: clamp(106px, 23vw, 143px);
}
.l-footer__heading {
  color: #808080;
  font-size: clamp(2rem, 8vw, 3.0625rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.14;
  margin-top: 8px;
  position: relative;
  white-space: nowrap;
}
.l-footer__heading::before {
  content: "Cross-Faculty Competency Training Program";
  color: #B3B3B3;
  font-family: "Oswald", sans-serif;
  font-size: max(0.32em, 0.75rem);
  font-weight: 600;
  letter-spacing: initial;
  position: absolute;
  top: clamp(10px, 3vw, 14px);
  left: clamp(144px, 35vw, 216px);
  width: 168px;
  white-space: normal;
}
@media screen and (max-width: 575px) {
  .l-footer__heading::before {
    margin-top: -4px;
  }
}
.l-footer__contents {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .l-footer__contents {
    flex-direction: column;
  }
}
.l-footer__new-line {
  display: block;
}
.l-footer__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .l-footer__contact {
    gap: 12px;
    margin-left: 0px;
    padding-top: 20px;
  }
}
.l-footer__info {
  width: calc(100% - 56px - 24px);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: calc(100% - 56px - 12px);
  }
}
.l-footer__name {
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .l-footer__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__name > span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__name > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer__tel {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (max-width: 1023px) {
  .l-footer__tel {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: 6px;
  }
}
.l-footer__mail {
  border: 1px solid #333;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background-color 0.3s, border-color 0.3s;
  width: 56px;
  height: 56px;
}
.l-footer__mail:hover {
  background-color: #008B45;
  border-color: #008B45;
}
@media screen and (max-width: 767px) {
  .l-footer__mail:hover {
    background-color: transparent;
    border-color: #333;
  }
}
.l-footer__mail-svg {
  background-color: #333;
  display: block;
  -webkit-mask: url(/faculty/general/se-program/assets/img/icon_mail.svg) no-repeat center/contain;
  mask: url(/faculty/general/se-program/assets/img/icon_mail.svg) no-repeat center/contain;
  transition: background-color 0.3s;
  width: 24px;
  height: 24px;
}
:hover > .l-footer__mail-svg {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  :hover > .l-footer__mail-svg {
    background-color: #333;
  }
}
.l-footer__courses {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}
.l-footer__menu {
  border-top: 4px solid rgba(0, 139, 69, 0.5);
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    gap: 12px;
  }
}
.l-footer__menu-item {
  position: relative;
}
.l-footer__menu-item::before {
  content: "｜";
  display: block;
  position: absolute;
  left: -20px;
}
.l-footer__menu-item:first-of-type::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-item::before {
    left: -14px;
  }
}
.l-footer__menu-link {
  font-size: 17px;
  font-size: 1.0625rem;
  transition: color 0.3s;
}
.l-footer__menu-link:hover {
  color: #008B45;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__menu-link:hover {
    color: #666;
  }
}
.l-footer__copyright {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-nav {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .l-nav {
    margin-top: 30px;
  }
}
.l-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  justify-content: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .l-nav__list {
    grid-template-columns: repeat(4, 188px);
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list {
    grid-template-columns: repeat(2, 165px);
    gap: 26px;
  }
}
@media screen and (max-width: 575px) {
  .l-nav__list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: auto;
    width: min(290px, 100%);
  }
}
@media screen and (max-width: 575px) {
  .l-nav__item {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 8px;
  }
  .l-nav__item:last-child {
    border-bottom: none;
    padding-bottom: initial;
  }
}
.l-nav__link {
  display: block;
  line-height: 1.5;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
.l-nav__link::before {
  content: "";
  background-color: #ACACAC;
  border-radius: 10px;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s, translate 0.3s;
  width: 20px;
  height: 20px;
}
.l-nav__link::after {
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  transition: translate 0.3s;
  width: 10px;
  height: 8px;
}
.l-nav__link:hover::before {
  background-color: #008B45;
}
.l-nav__link:hover::before, .l-nav__link:hover::after {
  translate: 0 4px;
}
@media screen and (max-width: 1023px) {
  .l-nav__link {
    display: grid;
    place-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .l-nav__link:hover::before {
    background-color: #ACACAC;
  }
  .l-nav__link:hover::before, .l-nav__link:hover::after {
    translate: 0;
  }
}
@media screen and (max-width: 575px) {
  .l-nav__link {
    display: block;
    padding-bottom: 0;
    text-align: initial;
  }
  .l-nav__link::before {
    top: 3px;
    right: 8px;
    bottom: auto;
    left: auto;
    width: 16px;
    height: 16px;
  }
  .l-nav__link::after {
    border-width: 6px 4px 0 4px;
    top: 9px;
    right: 12px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 6px;
  }
}

.l-section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 88px;
}
@media screen and (max-width: 1023px) {
  .l-section {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .l-section {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.l-section__inner {
  margin: 0 auto;
  position: relative;
  width: min(1200px, 100%);
}
.l-section__inner::before {
  content: "";
  background-color: rgba(178, 178, 178, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: -76px;
  width: 76px;
  height: 3px;
}
@media screen and (max-width: 1023px) {
  .l-section__inner::before {
    left: -40px;
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .l-section__inner::before {
    left: -18px;
    width: 18px;
  }
}
.l-section__heading {
  font-size: clamp(1.125rem, 1.5vw, 1.75rem);
  font-weight: 700;
  padding-top: 36px;
}
.l-section__heading-en {
  color: rgba(0, 0, 0, 0.1);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.5rem, 7.2vw, 8.375rem);
  line-height: 1;
  margin-bottom: 0.5208333333vw;
  position: relative;
}
.l-section__heading-en::after {
  content: "Cross-Faculty Competency Training Program";
  color: #000;
  font-size: max(0.75rem, 0.16em);
  font-weight: 400;
  margin-left: -50px;
  position: absolute;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .l-section__heading-en::after {
    margin-left: -96px;
    bottom: 0;
  }
}

.l-youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.l-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s, transform 1s, visibility 1s;
  visibility: hidden;
}
.l-fade-up.-fade-up {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.l-breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-breadcrumbs__list {
  display: flex;
  gap: 30px;
}
.l-breadcrumbs__item {
  position: relative;
}
.l-breadcrumbs__item:not(:last-child)::after {
  content: "";
  border-top: 1px solid #666;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  right: -17px;
  width: 4px;
  height: 1px;
}
.l-breadcrumbs__link {
  display: block;
  position: relative;
}
.l-breadcrumbs__link.current {
  font-weight: 700;
}

.l-heading02 {
  padding: 0 88px;
}
@media screen and (max-width: 1023px) {
  .l-heading02 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 575px) {
  .l-heading02 {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.l-heading02__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 50px;
  position: relative;
  padding-bottom: 36px;
}
.l-heading02__inner::after {
  content: "";
  background-color: rgba(178, 178, 178, 0.5);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 3px;
}
@media screen and (max-width: 1023px) {
  .l-heading02__inner::after {
    width: 40px;
  }
}

/* ====================
  component
==================== */
.c-heading02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 80px;
  position: relative;
}
.c-heading02::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .c-heading02 {
    margin-top: 16px;
  }
}

.c-button01 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-right: 20px;
  transition-duration: 0.3s;
}
.c-button01::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #008B45;
  border-right: 2px solid #008B45;
  transform: rotate(45deg);
}
.c-button01:hover {
  opacity: 0.7;
}

/* ====================
  project
==================== */
.p-slider {
  margin-top: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.p-slider::before {
  content: "";
  background: url(/faculty/general/se-program/assets/img/bg_slider.jpg) no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-slider__slide {
  width: min(736px, 100%);
}
.p-slider__movie {
  pointer-events: none;
  position: relative;
}
.p-slider__movie::before {
  content: "";
  background-color: #fff;
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.is-active > .p-slider__movie::before {
  opacity: 0;
}
.p-slider__text {
  line-height: 1.625;
  margin: 16px auto 0;
  width: min(500px, 100%);
}
@media screen and (max-width: 767px) {
  .p-slider__text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}
.p-slider__text span {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-slider__text span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
.p-slider__arrow {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: max(100% - 414px, 100% - 46vw);
  transition: background-color 0.3s;
  width: min(66px, 7.3333333333vw);
  height: min(66px, 7.3333333333vw);
  z-index: 1;
}
.p-slider__arrow svg {
  display: none;
}
.p-slider__arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.p-slider__arrow:hover {
  background-color: #fff;
}
.p-slider__arrow--prev {
  right: 0;
  left: max(-760px, -84.4444444444vw);
}
.p-slider__arrow--prev::before {
  border-top: 2px solid #008B45;
  border-left: 2px solid #008B45;
  left: 9px;
  rotate: -45deg;
}
.p-slider__arrow--next {
  right: max(-760px, -84.4444444444vw);
  left: 0;
}
.p-slider__arrow--next::before {
  border-top: 2px solid #008B45;
  border-right: 2px solid #008B45;
  right: 9px;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .p-slider__arrow {
    width: 56px;
    height: 56px;
  }
  .p-slider__arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-slider__arrow--prev {
    right: auto;
    left: 2.5rem;
  }
  .p-slider__arrow--next {
    right: 2.5rem;
    left: auto;
  }
}
@media screen and (max-width: 575px) {
  .p-slider__arrow {
    bottom: 25%;
    width: 40px;
    height: 40px;
  }
  .p-slider__arrow::before {
    width: 12px;
    height: 12px;
  }
  .p-slider__arrow--prev {
    left: 4px;
  }
  .p-slider__arrow--prev::before {
    left: 5px;
  }
  .p-slider__arrow--next {
    right: 4px;
  }
  .p-slider__arrow--next::before {
    right: 5px;
  }
}
.p-slider__pagination {
  gap: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-slider__pagination {
    margin-top: 20px;
  }
}
.p-slider__page {
  background-color: #C5C5C5;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s;
  width: 11px;
  height: 11px;
}
.p-slider__page.is-active, .p-slider__page:hover {
  background-color: #008B45;
}
@media screen and (max-width: 767px) {
  .p-slider__page:hover {
    background-color: #C5C5C5;
  }
}

/* ========================================
  ▼ 202601-openbadge ▼
======================================== */
.p-openbadge {
  margin: initial;
  background-image: linear-gradient(90deg, rgba(18, 102, 40, 1), rgba(130, 155, 135, 1) 50%, rgba(18, 102, 40, 1));
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .p-openbadge {
    margin-top: -84px;
  }
}

.p-openbadge .l-section__inner::before {
  content: none;
}

.p-openbadge__contents {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-openbadge__contents {
    flex-direction: column;
  }
}

.p-openbadge__heading {
  font-family: "Oswald", sans-serif;
  font-size: clamp(5rem, 6.5vw + 1.5rem, 6.9375rem);
  text-box: trim-both cap alphabetic;
  color: #ffffff;
}

.p-openbadge__heading.l-fade-up.-fade-up {
  opacity: 0.6;
}

.p-openbadge__heading .l-section__heading {
  display: block;
  text-box: trim-both cap alphabetic;
  padding-top: initial;
  line-height: 1.4;
}

.p-openbadge__icon-list {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.p-openbadge__icon-item {
  margin-right: 10px;
  display: inline-block;
  background-color: #ffffff;
  opacity: 0.6;
  mask-repeat: no-repeat;
  mask-size: cover;
}

.p-openbadge__icon-item.item1 {
  width: 45px;
  height: 35px;
  mask-image: url('/faculty/general/se-program/assets/img/icon_lid.svg');
}

.p-openbadge__icon-item.item2 {
  width: 45px;
  height: 39px;
  mask-image: url('/faculty/general/se-program/assets/img/icon_gc.svg');
}

.p-openbadge__icon-item.item3 {
  width: 45px;
  height: 39px;
  mask-image: url('/faculty/general/se-program/assets/img/icon_em.svg');
}

.p-openbadge__icon-item.item4 {
  width: 50px;
  height: 44px;
  mask-image: url('/faculty/general/se-program/assets/img/icon_sd.svg');
}

.p-openbadge__icon-item.item5 {
  width: 45px;
  height: 38px;
  mask-image: url('/faculty/general/se-program/assets/img/icon_lc.svg');
}

.p-openbadge__title {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.33vw + 0.92rem, 1.75rem);
  margin: 15px 0;
}

.p-openbadge__sub {
  display: block;
  font-size: clamp(0.9375rem, 1vw + 0.56rem, 1.3125rem);
}

.p-openbadge__text {
  color: #ffffff;
}

.p-openbadge__button {
  position: relative;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-top: 40px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  max-width: 245px;
  transition: opacity 0.3s;
}

.p-openbadge__button:hover {
  opacity: 0.5;
}

.p-openbadge__button-sub {
  font-size: 13px;
  margin-right: 20px;
}

.p-openbadge__button-arrow {
    background-color: #006837;
    border: none;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    right: -47px;
    width: 40px;
    height: 40px;
}

.p-openbadge__button-arrow::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 5px;
    rotate: 45deg;
}

.p-openbadge__picture {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.p-openbadge__picture img {
  width: 100%;
  height: auto;
}


/* ========================================
  ▲ 202601-openbadge ▲
======================================== */


.p-what__contents {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 72px;
}
@media screen and (max-width: 1279px) {
  .p-what__contents {
    flex-direction: column;
    margin-top: 54px;
  }
}
@media screen and (max-width: 575px) {
  .p-what__contents {
    margin-top: 40px;
  }
}
.p-what__primary {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .p-what__primary {
    gap: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-what__primary {
    gap: 24px 5.2151238592vw;
  }
}
@media screen and (max-width: 575px) {
  .p-what__primary {
    flex-direction: column;
    width: 100%;
  }
}
.p-what__secondary {
  margin-top: -120px;
  width: calc(50% - 44px);
}
@media screen and (max-width: 1279px) {
  .p-what__secondary {
    margin-top: 0;
    width: min(800px, 100%);
  }
}
.p-what__primary-box {
  width: calc(50% + 2.0833333333vw);
}
@media screen and (max-width: 1279px) {
  .p-what__primary-box {
    width: calc(100% - 16.6666666667vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-what__primary-box {
    width: calc(100% - 25.0325945241vw - 5.2151238592vw);
  }
}
@media screen and (max-width: 575px) {
  .p-what__primary-box {
    width: 100%;
  }
}
.p-what__lead {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6;
  width: min(276px, 100%);
}
@media screen and (max-width: 767px) {
  .p-what__lead {
    width: 100%;
  }
}
.p-what__person {
  margin-top: max(2.0833333333vw, 16px);
}
.p-what__position01 {
  font-weight: 700;
}
.p-what__name {
  line-height: 1.2;
}
.p-what__name span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-right: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-what__name span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-what__text {
  margin-top: max(2.5vw, 16px);
}
.p-what__picture {
  order: -1;
  display: block;
  margin-left: -4.1666666667vw;
  width: calc(50% + 2.0833333333vw);
}
@media screen and (max-width: 1279px) {
  .p-what__picture {
    margin-left: 0;
    width: max(16.6666666667vw, 280px);
  }
}
@media screen and (max-width: 767px) {
  .p-what__picture {
    width: 25.0325945241vw;
  }
}
@media screen and (max-width: 575px) {
  .p-what__picture {
    width: 184px;
  }
}

.p-course {
  margin-top: 152px;
}
@media screen and (max-width: 1023px) {
  .p-course {
    margin-top: 114px;
  }
}
@media screen and (max-width: 767px) {
  .p-course {
    margin-top: 84px;
  }
}
.p-course__head {
  margin: 20px calc(50% - 50vw) 0;
  position: relative;
  width: 100vw;
}
.p-course__head::before {
  content: "Cross-Faculty Competency Training Program";
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 6vw, 5.625rem);
  font-weight: 700;
  line-height: 1.5;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: min(1024px, 75%);
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-course__head {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .p-course__head::before {
    width: min(376px, 100% - 96px);
  }
}
.p-course__head-arrow {
  background-color: #008B45;
  border-radius: 50%;
  margin: auto;
  opacity: 0.8;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 80px;
  height: 80px;
}
.p-course__head-arrow::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  margin: auto;
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  left: 0;
  rotate: 45deg;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .p-course__head-arrow {
    bottom: -30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-course__head-arrow {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  .p-course__head-arrow::after {
    top: -6px;
    width: 12px;
    height: 12px;
  }
}
.p-course__contents {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.p-course__contents::before {
  content: "";
  background: url(/faculty/general/se-program/assets/img/bg_course-contents.jpg) no-repeat center/100% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-course__contents::after {
  content: "Cross-Faculty Competency Training Program";
  color: rgba(255, 255, 255, 0.45);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 6vw, 7.0625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  top: 14.5833333333vw;
  right: 8.3333333333vw;
  writing-mode: vertical-lr;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-course__contents::after {
    right: 0;
  }
}
.p-course__contents-inner {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 176px;
  position: relative;
  width: min(1200px, 100% - 176px);
}
.p-course__contents-inner::before {
  content: "";
  background: url(/faculty/general/se-program/assets/img/bg_course-circle.svg) repeat-y top/min(1100px, 100%) auto;
  filter: blur(50px);
  position: absolute;
  top: 200px;
  width: 100%;
  height: calc(100% - 240px);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-course__contents-inner {
    padding-top: 75px;
    padding-bottom: 132px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-course__contents-inner {
    padding-top: 55px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 575px) {
  .p-course__contents-inner {
    width: calc(100% - 36px);
  }
}
.p-course__lead {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-course__lead {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-course__courses {
  position: relative;
}
.p-course__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 120px;
  position: relative;
}
.p-course__item::before, .p-course__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -44px;
}
.p-course__item::before {
  background-color: rgba(0, 139, 69, 0.25);
  width: 100%;
  height: 1px;
}
.p-course__item::after {
  background-color: rgba(0, 139, 69, 0.4);
  left: 0;
  width: 60px;
  height: 4px;
}
.p-course__item:last-child::before, .p-course__item:last-child::after {
  content: none;
}
@media screen and (max-width: 1023px) {
  .p-course__item::before, .p-course__item::after {
    bottom: -56px;
  }
}
@media screen and (max-width: 767px) {
  .p-course__item {
    flex-direction: column;
    margin-top: 66px;
  }
  .p-course__item::before, .p-course__item::after {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  .p-course__item {
    margin-top: 40px;
  }
}
.p-course__primary {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-course__primary {
    width: 100%;
  }
}
.p-course__item-heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.p-course__item-heading::before {
  content: "";
  background: no-repeat center/contain;
  display: block;
  opacity: 0.2;
  position: absolute;
  right: -8vw;
  bottom: 0;
  width: min(256px, 16vw);
  height: min(200px, 12.5vw);
}
@media screen and (max-width: 1023px) {
  .p-course__item-heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-course__item-heading::before {
    right: 0;
    width: 128px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .p-course__item-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.-course-lid .p-course__item-heading {
  color: #E25826;
}
.-course-lid .p-course__item-heading::before {
  background-image: url(/faculty/general/se-program/assets/img/icon_lid.svg);
}
.-course-gc .p-course__item-heading {
  color: #282C74;
}
.-course-gc .p-course__item-heading::before {
  background-image: url(/faculty/general/se-program/assets/img/icon_gc.svg);
}
.-course-em .p-course__item-heading {
  color: #309C39;
}
.-course-em .p-course__item-heading::before {
  background-image: url(/faculty/general/se-program/assets/img/icon_em.svg);
}
.-course-sd .p-course__item-heading {
  color: #1170B6;
}
.-course-sd .p-course__item-heading::before {
  background-image: url(/faculty/general/se-program/assets/img/icon_sd.svg);
}
.-course-lc .p-course__item-heading {
  color: #5398AA;
}
.-course-lc .p-course__item-heading::before {
  background-image: url(/faculty/general/se-program/assets/img/icon_lc.svg);
}
.p-course__item-heading-fixed {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-course__item-heading-fixed {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .p-course__item-heading-fixed {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-course__item-heading-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2px;
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .p-course__item-heading-en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-course__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-course__text {
    margin-top: 22px;
  }
}
.p-course__button {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 8px 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-course__button {
    margin-top: 27px;
  }
}
.p-course__pdf {
  color: #fff;
  display: block;
  padding: 4px 8px;
  text-align: center;
  transition: opacity 0.3s;
}
.p-course__pdf:hover {
  opacity: 0.7;
}
.-course-lid .p-course__pdf--program {
  background-color: #EB997A;
}
.-course-gc .p-course__pdf--program {
  background-color: #6E7A95;
}
.-course-em .p-course__pdf--program {
  background-color: #80C286;
}
.-course-sd .p-course__pdf--program {
  background-color: #6EA8D2;
}
.-course-lc .p-course__pdf--program {
  background-color: #94BFCB;
}
.-course-lid .p-course__pdf--course {
  background-color: #E25826;
}
.-course-gc .p-course__pdf--course {
  background-color: #282C74;
}
.-course-em .p-course__pdf--course {
  background-color: #309C39;
}
.-course-sd .p-course__pdf--course {
  background-color: #1170B6;
}
.-course-lc .p-course__pdf--course {
  background-color: #5398AA;
}
.p-course__secondary {
  width: min(496px, 50% - 24px);
}
@media screen and (max-width: 767px) {
  .p-course__secondary {
    width: min(360px, 100%);
  }
}
.p-course__link-wrapper {
  padding-top: 486px;
  position: relative;
  width: 496px;
}
@media screen and (max-width: 1279px) {
  .p-course__link-wrapper {
    padding-top: calc(34.7146207975vw + 40px);
    width: calc(34.7146207975vw + 52px);
  }
}
@media screen and (max-width: 767px) {
  .p-course__link-wrapper {
    padding-top: calc(100% + 50px);
    width: 100%;
  }
}
.p-course__picture {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .p-course__picture {
    width: 34.7146207975vw;
    height: 34.7146207975vw;
  }
}
@media screen and (max-width: 767px) {
  .p-course__picture {
    width: 100%;
    height: calc(100% - 50px);
  }
}
.p-course__link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
:hover > .p-course__link-inner img, .p-course__link-inner.-hover img {
  scale: 1.05;
}
@media screen and (max-width: 767px) {
  :hover > .p-course__link-inner img, .p-course__link-inner.-hover img {
    scale: 1;
  }
}
.p-course__link-inner img {
  transition: scale 0.3s;
}
.p-course__circle {
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 155px;
  height: 155px;
  z-index: 1;
}
.p-course__circle::after {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  rotate: 45deg;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .p-course__circle {
    width: 128px;
    height: 128px;
  }
  .p-course__circle::after {
    bottom: 24px;
  }
}
.-course-lid .p-course__circle {
  background-color: #E25826;
}
.-course-gc .p-course__circle {
  background-color: #282C74;
}
.-course-em .p-course__circle {
  background-color: #309C39;
}
.-course-sd .p-course__circle {
  background-color: #1170B6;
}
.-course-lc .p-course__circle {
  background-color: #5398AA;
}
.p-course__circle-inner::before {
  content: "Web Site";
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .p-course__circle-inner::before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: -12px;
  }
}

.p-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 80px;
  position: relative;
}
.p-contact__heading::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    margin-top: 16px;
  }
}
.p-contact__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(854px, 100% - 216px - 40px);
}
@media screen and (max-width: 1023px) {
  .p-contact__contents {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    gap: 30px;
    width: 100%;
  }
}
.p-contact__course {
  border-left: 4px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-contact__course {
    gap: 12px;
    padding-left: 12px;
  }
}
.p-contact__course.-course-lid {
  border-left-color: #E25826;
}
.p-contact__course.-course-gc {
  border-left-color: #282C74;
}
.p-contact__course.-course-em {
  border-left-color: #309C39;
}
.p-contact__course.-course-sd {
  border-left-color: #1170B6;
}
.p-contact__course.-course-lc {
  border-left-color: #5398AA;
}
.p-contact__info {
  width: calc(100% - 56px - 24px);
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    width: calc(100% - 56px - 12px);
  }
}
.p-contact__name {
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .p-contact__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-contact__name > span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__name > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-contact__tel {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (max-width: 1023px) {
  .p-contact__tel {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    margin-top: 6px;
  }
}
.p-contact__mail {
  border: 1px solid #333;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background-color 0.3s, border-color 0.3s;
  width: 56px;
  height: 56px;
}
.p-contact__mail:hover {
  background-color: #008B45;
  border-color: #008B45;
}
@media screen and (max-width: 767px) {
  .p-contact__mail:hover {
    background-color: transparent;
    border-color: #333;
  }
}
.p-contact__mail-svg {
  background-color: #333;
  display: block;
  -webkit-mask: url(/faculty/general/se-program/assets/img/icon_mail.svg) no-repeat center/contain;
  mask: url(/faculty/general/se-program/assets/img/icon_mail.svg) no-repeat center/contain;
  transition: background-color 0.3s;
  width: 24px;
  height: 24px;
}
:hover > .p-contact__mail-svg {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  :hover > .p-contact__mail-svg {
    background-color: #333;
  }
}

.p-schedule__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  .p-schedule__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-schedule__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 80px;
  position: relative;
}
.p-schedule__heading::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .p-schedule__heading {
    margin-top: 16px;
  }
}
.p-schedule__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(854px, 100% - 216px - 40px);
}
@media screen and (max-width: 1023px) {
  .p-schedule__contents {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__contents {
    gap: 30px;
    width: 100%;
  }
}
.p-schedule__calendar {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-schedule__calendar {
    height: 500px;
  }
}

.p-top-topics__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  .p-top-topics__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-topics__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 80px;
  position: relative;
}
.p-top-topics__heading::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .p-top-topics__heading {
    margin-top: 16px;
  }
}
.p-top-topics__contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: min(854px, 100% - 216px - 40px);
}
@media screen and (max-width: 1023px) {
  .p-top-topics__contents {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__contents {
    gap: 24px;
    width: 100%;
  }
}
.p-top-topics__category {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  flex-wrap: wrap;
}
.p-top-topics__category-list {
  border-radius: 50px;
  font-size: 13px;
  padding: 4px 8px;
  white-space: nowrap;
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.p-top-topics__category-list.current, .p-top-topics__category-list:hover {
  color: #fff;
}
.p-top-topics__category-list--all.current, .p-top-topics__category-list--all:hover {
  background-color: #008B45;
}
.p-top-topics__category-list--19996.current, .p-top-topics__category-list--19996:hover {
  background-color: #E25826;
}
.p-top-topics__category-list--19995.current, .p-top-topics__category-list--19995:hover {
  background-color: #282C74;
}
.p-top-topics__category-list--19994.current, .p-top-topics__category-list--19994:hover {
  background-color: #309C39;
}
.p-top-topics__category-list--19993.current, .p-top-topics__category-list--19993:hover {
  background-color: #1170B6;
}
.p-top-topics__category-list--19992.current, .p-top-topics__category-list--19992:hover {
  background-color: #5398AA;
}
.p-top-topics__category-link {
  display: block;
}
.p-top-topics__list-wrapper {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.p-top-topics__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 56.25%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.p-top-topics__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.p-top-topics__list:hover .p-top-topics__image {
  transform: translate(-50%, -50%) scale(1.05);
}
.p-top-topics__list-date {
  color: #666;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 12px;
}
.p-top-topics__list-title {
  color: #333;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-topics__list-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-top-topics__list-tag {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 3px 6px;
  white-space: nowrap;
}
.p-top-topics__button {
  text-align: right;
}

.p-topics {
  position: relative;
}
.p-topics::before {
  content: "";
  background: url(/faculty/general/se-program/assets/img/bg_course-contents.jpg) no-repeat center/100% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-topics__section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: clamp(50px, 5.2083333333vw, 100px);
}
.p-topics__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: clamp(30px, 4.375vw, 84px);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
}
.p-topics__inner::before {
  content: "";
  background-color: #fff;
  filter: blur(10px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-topics__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 80px;
  position: relative;
}
.p-topics__heading::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .p-topics__heading {
    margin-top: 16px;
  }
}
.p-topics__contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: min(854px, 100% - 216px - 40px);
}
@media screen and (max-width: 1023px) {
  .p-topics__contents {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__contents {
    gap: 24px;
    width: 100%;
  }
}
.p-topics__category {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 clamp(20px, 3.3333333333vw, 64px);
}
@media screen and (max-width: 575px) {
  .p-topics__category {
    padding: 0 20px;
  }
}
.p-topics__category-list {
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 20px;
  white-space: nowrap;
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .p-topics__category-list {
    font-size: 13px;
    padding: 4px 8px;
  }
}
.p-topics__category-list.current, .p-topics__category-list:hover {
  color: #fff;
}
.p-topics__category-list--all.current, .p-topics__category-list--all:hover {
  background-color: #008B45;
}
.p-topics__category-list--19996.current, .p-topics__category-list--19996:hover {
  background-color: #E25826;
}
.p-topics__category-list--19995.current, .p-topics__category-list--19995:hover {
  background-color: #282C74;
}
.p-topics__category-list--19994.current, .p-topics__category-list--19994:hover {
  background-color: #309C39;
}
.p-topics__category-list--19993.current, .p-topics__category-list--19993:hover {
  background-color: #1170B6;
}
.p-topics__category-list--19992.current, .p-topics__category-list--19992:hover {
  background-color: #5398AA;
}
.p-topics__category-link {
  display: block;
}
.p-topics__list-wrapper {
  display: grid;
  column-gap: 30px;
  row-gap: 40px;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  margin: 0 auto;
  padding: clamp(10px, 3.90625vw, 75px) clamp(10px, 8.8541666667vw, 122px);
}
@media screen and (max-width: 767px) {
  .p-topics__list-wrapper {
    padding: clamp(10px, 3.90625vw, 75px) 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-topics__list-wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    padding: clamp(10px, 3.90625vw, 75px) 20px;
  }
}
.p-topics__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 56.25%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.p-topics__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.p-topics__list:hover .p-topics__image {
  transform: translate(-50%, -50%) scale(1.05);
}
.p-topics__list-date {
  color: #666;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 12px;
}
.p-topics__list-title {
  color: #333;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.p-topics__list-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-topics__list-tag {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 3px 6px;
  white-space: nowrap;
}
.p-topics .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-topics .page-numbers {
  border-radius: 999px;
  color: #666;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 2px;
  padding-left: 2px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
  height: 40px;
}
.p-topics .page-numbers.current {
  background-color: #F1F1F4;
  color: #666;
}
.p-topics .prev {
  background-color: transparent;
  border: none;
  position: relative;
}
.p-topics .prev::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #008B45;
  border-left: 2px solid #008B45;
  transform: rotate(45deg);
}
.p-topics .next {
  background-color: transparent;
  border: none;
}
.p-topics .next::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #008B45;
  border-right: 2px solid #008B45;
  transform: rotate(45deg);
}
.p-topics__button {
  text-align: right;
  position: relative;
  padding: 20px clamp(10px, 8.8541666667vw, 122px) 0;
}
@media screen and (max-width: 767px) {
  .p-topics__button {
    padding: 20px 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .p-topics__button {
    padding: 20px 20px 0;
  }
}

.p-detail {
  position: relative;
}
.p-detail::before {
  content: "";
  background: url(/faculty/general/se-program/assets/img/bg_course-contents.jpg) no-repeat center/100% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-detail__section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: clamp(50px, 5.2083333333vw, 100px);
}
.p-detail__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: clamp(30px, 4.375vw, 84px);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  padding: clamp(10px, 3.90625vw, 75px) clamp(10px, 8.8541666667vw, 122px);
}
@media screen and (max-width: 767px) {
  .p-detail__inner {
    padding: clamp(10px, 3.90625vw, 75px) 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-detail__inner {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    padding: clamp(10px, 3.90625vw, 75px) 20px;
  }
}
.p-detail__inner::before {
  content: "";
  background-color: #fff;
  filter: blur(10px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-detail__button {
  text-align: center;
  position: relative;
  padding: 20px clamp(10px, 8.8541666667vw, 122px) 0;
}
@media screen and (max-width: 767px) {
  .p-detail__button {
    padding: 20px 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .p-detail__button {
    padding: 20px 20px 0;
  }
}
.p-detail__outline-wrapper {
  position: relative;
}
.p-detail__outline-wrapper::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.p-detail__outline {
  display: flex;
  justify-content: left;
  align-items: center;
}
.p-detail__date {
  color: #666;
  line-height: 1.2;
  font-size: 14px;
  padding-right: 14px;
}
.p-detail__tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 6px;
  flex-wrap: wrap;
}
.p-detail__tag {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 3px 6px;
  white-space: nowrap;
}
.p-detail__title {
  color: #333;
  margin-top: clamp(10px, 1.3020833333vw, 25px);
  margin-bottom: clamp(20px, 3.125vw, 60px);
  padding-bottom: clamp(16px, 2.0833333333vw, 40px);
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
.p-detail__text-block * + * {
  margin-top: 1.5em;
}
.p-detail__text-block h1:not([class]), .p-detail__text-block h2, .p-detail__text-block h3, .p-detail__text-block h4, .p-detail__text-block h5, .p-detail__text-block h6 {
  color: #008B45;
  margin-top: 34px;
  margin-bottom: -14px;
}
.p-detail__text-block h1:not([class]),
.p-detail__text-block h2 {
  font-size: 1.5em;
}
.p-detail__text-block h3 {
  font-size: 1.375em;
}
.p-detail__text-block h4 {
  font-size: 1.25em;
}
.p-detail__text-block h5 {
  font-size: 1.125em;
}
.p-detail__text-block h6 {
  font-size: 1.0625em;
}
.p-detail__text-block img {
  transition: opacity 0.3s;
}
.p-detail__text-block figcaption {
  text-align: center;
}
.p-detail__text-block a:not([class]) {
  color: #57A9E1;
  text-decoration: underline;
}
.p-detail__text-block a:not([class]):hover {
  text-decoration: none;
}
.p-detail__text-block a:not([class]):hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-detail__text-block a:not([class]):hover {
    text-decoration: underline;
  }
  .p-detail__text-block a:not([class]):hover img {
    opacity: 1;
  }
}
.p-detail__text-block ul > li {
  margin-left: 18px;
  position: relative;
}
.p-detail__text-block ul > li::before {
  content: "";
  background-color: #008B45;
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 10px;
  left: -18px;
  width: 10px;
  height: 10px;
}
.p-detail__text-block ul > li + li {
  margin-top: 8px;
}
.p-detail__text-block ol {
  counter-reset: num;
  margin-left: 18px;
}
.p-detail__text-block ol > li {
  position: relative;
}
.p-detail__text-block ol > li::before {
  content: counter(num) ".";
  counter-increment: num;
  color: #008B45;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -18px;
}
.p-detail__text-block ol > li + li {
  margin-top: 8px;
}
.p-detail__text-block table:not([class]) {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  overflow: scroll;
  text-align: center;
  width: 100%;
}
.p-detail__text-block table tr:last-of-type th {
  border-bottom: 1px solid rgba(0, 139, 69, 0.3);
}
.p-detail__text-block table tr:last-of-type td {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.p-detail__text-block table thead td,
.p-detail__text-block table th {
  background-color: #F1F4F4;
  border-top: 1px solid rgba(0, 139, 69, 0.3);
  border-right: 1px solid rgba(0, 139, 69, 0.3);
  border-left: none;
  font-weight: inherit;
  padding: 20px 30px;
  text-align: center;
}
.p-detail__text-block table thead td:last-of-type,
.p-detail__text-block table th:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-detail__text-block table thead td,
  .p-detail__text-block table th {
    padding: 12px 16px;
  }
}
.p-detail__text-block table td {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  border-left: none;
  padding: 20px 40px;
}
.p-detail__text-block table td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-detail__text-block table td {
    padding: 12px 16px;
  }
}
.p-detail__text-block blockquote {
  background-color: #666;
  border-radius: 5px;
  font-style: italic;
  padding: 8px 16px 8px 40px;
  position: relative;
}
.p-detail__text-block blockquote::before {
  content: "“";
  color: #707070;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-detail__text-block blockquote {
    padding-left: 32px;
  }
  .p-detail__text-block blockquote::before {
    left: 10px;
  }
}
.p-detail__text-block blockquote p {
  margin: 10px 0;
}
.p-detail__text-block blockquote cite {
  color: #008B45;
  display: block;
  font-size: 0.9em;
  margin-top: 4px;
  text-align: right;
}

/* ====================
  utility
==================== */
@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-md-max {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-db-md-min {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .u-db-sm-min {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-db-lg-max {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-db-md-max {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .u-db-sm-max {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */