@charset "utf-8";
.l-main.page-learninge {
  overflow-x: clip;
}
/* section */
.learning_section {
  --spacing: clamp(60px, 120vw / 12.8, 120px);
  position: relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
}

/* title */
.learning_title {
  display: flex;
  flex-direction: column;
  text-align: start;
  row-gap: 0.25em;
}
.learning_title .main {
  font-size: 1.5rem;
}

.learning_title .sub {
  color: #999;
  /* 1rem 16px */
  font-size: 1rem;
  font-family: var(--montserrat);
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .learning_title .main {
    font-size: 1.125rem;
  }
  :where(html:not(.is-tablet)) .learning_title .sub {
    font-size: 0.875rem;
  }
  html.is-mobile .p-vision,
  html.is-mobile .p-overview {
    z-index: 0;
    overflow: hidden;
    margin-left: calc(var(--sidegap) * -1);
    margin-right: calc(var(--sidegap) * -1);
    padding-left: var(--sidegap);
    padding-right: var(--sidegap);
  }
}
.p-visual__inner {
  position: relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-visual.page-learninge {
    height: 350px;
    min-height: 350px;
  }
}
.p-visual.page-learninge {
  height: 460px;
  min-height: 460px;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-visual.page-learninge {
    height: 350px;
    min-height: 350px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.catchcopy.page-learninge {
  font-size: 40px;
  position: absolute;
  top: 125px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .catchcopy.page-learninge {
    font-size: 24px;
    line-height: calc(34 / 24);
    top: 110px;
  }
}
.leadcopy.page-learninge {
  margin-top: 10px;
  text-transform: uppercase;
  grid-row: 3;
  font-size: 16px;
  line-height: calc(28 / 16);
  font-family: var(--montserrat);
  letter-spacing: 0;
  font-weight: bold;
  top: 198px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .leadcopy.page-learninge {
    margin-top: 15px;
    font-size: 15px;
    line-height: calc(26 / 15);
    top: 143px;
    position: absolute;
  }
}
/* 共創を実現する5つの力 */
/* isTabletをモバイルに書き換え */
.p-five {
  position: relative;
  padding-bottom: 134px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five {
    padding-top: 30px;
    padding-bottom: 44px;
  }
}
.p-five__title {
  display: flex;
  flex-direction: column;
  text-align: start;
  row-gap: 0.25em;
  font-size: min(105 / 1280 * 100vw, 105px);
  line-height: calc(125 / 105);
  padding-top: 28px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__title {
    font-size: calc(46 / 16 * 1rem);
    line-height: calc(55 / 46);
    letter-spacing: 0.005em;
  }
}
.p-five__titleKey {
  position: relative;
}
.p-five__titleKey::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--themecolor);
  height: 8px;
  width: 96.5%;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.3s;
}

.p-five__title.is-active .p-five__titleKey::after {
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__titleKey::after {
    height: 5px;
    bottom: -3px;
  }
}
.p-five__subTitle {
  margin-top: 42px;
  text-transform: uppercase;
  grid-row: 3;
  font-size: 20px;
  line-height: calc(32 / 20);
  letter-spacing: 0.05em;
  text-align: left;
  font-family: var(--montserrat);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__subTitle {
    font-size: calc(14.85 / 16 * 1rem);
    line-height: calc(23.8 / 14.85);
    margin-top: 22px;
  }
}
.p-five__subTitle > span {
  color: var(--themecolor);
}
.p-five__text {
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: 0;
  text-align: left;
  margin-top: 70px;
  width: min(700 / 1280 * 100vw, 700px);
  text-align: justify;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__text {
    margin-top: 18px;
    font-size: 15px;
    line-height: calc(26 / 15);
    width: 100%;
  }
}

.p-five__image {
  position: absolute;
  right: 0;
  top: 306px;
  width: min(360 / 1280 * 100vw, 360px);
  aspect-ratio: 360/360;
}
.p-five__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__image {
    position: relative;
    top: auto;
    right: auto;
    width: calc(265 / 375 * 100vw);
    margin-right: auto;
    margin-left: auto;
    margin-top: 58px;
    max-width: 250px;
  }
}

.p-five__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: calc(30 / 1280 * 100vw);
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__list {
    margin-top: 40px;
  }
}
.p-five__item {
  position: relative;
  border: 1px solid var(--themecolor);
  padding-top: 26px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  :where(.is-mobile.is-touch) .p-five__item {
    padding-left: 60px;
  }
}

.p-five__item::before {
  font-weight: bold;
  content: "1";
  display: block;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: calc(58 / 40);
  color: var(--themecolor);
  width: 50px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__item::before {
    left: 50%;
    font-size: 36px;
    line-height: calc(36 / 36);
  }
}
.p-five__item:nth-child(2):before {
  content: "2";
}
.p-five__item:nth-child(3):before {
  content: "3";
}
.p-five__item:nth-child(4):before {
  content: "4";
}
.p-five__item > h3 {
  font-size: 20px;
  line-height: calc(32 / 20);
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__item > h3 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
.p-five__item > p {
  font-size: 14px;
  line-height: calc(24 / 14);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-five__item > p {
    width: 100%;
    text-align: left;
  }
}

/* isMobile */
:where(.is-mobile) .p-five__list {
  grid-template-columns: auto;
  grid-template-rows: repeat(4, 1fr);
}
:where(.is-mobile) .p-five__item {
  border: none;
}
:where(.is-mobile) .p-five__item::before {
  left: 10px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:where(.is-mobile) .p-five__item + .p-five__item::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: calc(100% - 20px);
  background-color: var(--themecolor);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
:where(.is-mobile) .p-five__list {
  border: 1px solid var(--themecolor);
}

/* 共創工学部共通科目 */
.p-subject {
  display: grid;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  border-image: linear-gradient(var(--themecolor), var(--themecolor)) 0 fill / 0 / 0 50vw;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject {
    padding-top: 60px;
  }
}
.p-subject__title {
  display: flex;
  flex-direction: column;
  text-align: start;
  row-gap: 0.25em;
}
.p-subject__title .main {
  font-size: 24px;
  line-height: calc(38 / 24);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__title .main {
    font-size: 1.125rem;
    line-height: calc(28 / 18);
  }
}
.p-subject__title .sub {
  font-size: 1rem;
  font-family: var(--montserrat);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__title .sub {
    font-size: calc(14rem / 16);
    line-height: calc(24 / 14);
  }
}

.p-subject__leadHeading {
  margin-top: 70px;
  font-size: 40px;
  line-height: calc(58 / 40);
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__leadHeading {
    font-size: calc(24rem / 16);
    line-height: calc(34 / 24);
    margin-top: 46px;
  }
}

.p-subject__lead {
  margin-top: 30px;
  font-size: 16px;
  line-height: calc(28 / 16);
  max-width: 974px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__lead {
    margin-top: 20px;
    font-size: calc(15rem / 16);
    line-height: calc(26 / 15);
  }
}

.p-subject__accordion {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__accordion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-subject__accordion:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__accordion:first-of-type {
    margin-top: 60px;
  }
}
.p-subject__accordion::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.p-subject__accordionTitle {
  display: block;
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.p-subject__accordionTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.p-subject__accordionTitle > .title {
  display: block;
  font-size: 24px;
  line-height: calc(38 / 24);
  transition: opacity 0.25s;
  font-weight: bold;
}
@media (any-hover: hover) {
  .p-subject__accordion:not(.is-active):hover .title,
  .p-subject__accordion:not(.is-active):hover .p-subject__accordionBody {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__accordionTitle > .title {
    font-size: 18px;
    line-height: calc(28 / 18);
  }
}
.p-subject__accordionBody {
  overflow: hidden;
  transition: opacity 0.25s;
}
.p-subject__accordionBody > p {
  padding-top: 20px;
  max-width: 974px;
  width: min(974vw / 12.8, 974px);
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-subject__accordionBody > p {
    font-size: 15px;
    line-height: calc(26 / 15);
    padding-top: 16px;
    letter-spacing: 0;
    width: 100%;
    font-weight: 400;
  }
}
.p-subject .is-active {
  border-image: linear-gradient(#4a8893, #4a8893) 0 fill / 0 / 0 50vw;
}

/* :::::: pulldown :::::: */
.js-pull-always .title {
  position: relative;
}
.js-pull-always .title .ico {
  position: absolute;
  top: calc(50% - 0.65em);
  right: calc(-60 / 1280 * 100vw);
  width: 1.3em;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .js-pull-always .title .ico {
    right: calc(2 / 375 * 100vw);
    top: calc(50% - 0.65em);
  }
}
.js-pull-always [data-pull="body"] {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.js-pull-always [data-pull="body"] > :first-child {
  margin-top: 0 !important;
}
.js-pull-always [data-pull="body"] > :last-child {
  margin-bottom: 0 !important;
}
.js-pull-always.is-anim .title .ico {
  transition: transform 0.4s var(--easeInOut);
}
.js-pull-always.is-anim [data-pull="body"] {
  transition: height 0.4s var(--easeInOut);
}
.js-pull-always:not(.is-active) .title .ico {
  transform: rotate(-135deg);
}

/* 背景 */
.learning_section .formula_deco {
  z-index: -1;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.learning_section .formula_deco .ico {
  position: absolute;
  top: max(50% - 68vw, 50% - 1200px);
  left: max(50% - 92vw, 50% - 1200px);
  width: min(1509vw, 2020px);
  height: auto;
  opacity: 0.08;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .learning_section .formula_deco .ico {
    top: max(50% - 78.125vw, 50% - 1000px);
    left: max(50% - 90.125vw, 50% - 1000px);
    width: min(180vw, 2500px);
  }
}
/* inview */
.learning_section.js-inview.is-inview {
  opacity: unset;
  transform: unset;
  transition: unset;
}
.p-feature__concept.js-inview.is-inview .formula .ico,
.p-feature__concept.js-inview.is-inview ~ .formula_deco .ico {
  transition:
    opacity 1.5s,
    transform 2s var(--easeInOut);
}
.p-feature__concept.js-inview.is-inview .-word .main,
.p-feature__concept.js-inview.is-inview .-word .sub {
  transition:
    opacity 1s,
    transform 1s var(--easeOut);
  transition-delay: 0.3s;
}
.p-feature__concept.js-inview.is-inview .-word .sub {
  transition-delay: 0.6s;
}
.p-feature__concept.js-inview:not(.is-inview) .formula .ico,
.p-feature__concept.js-inview:not(.is-inview) ~ .formula_deco .ico {
  opacity: 0;
}
.p-feature__concept.js-inview:not(.is-inview) .-word .main,
.p-feature__concept.js-inview:not(.is-inview) .-word .sub {
  opacity: 0;
  transform: translateY(24px);
}
.p-feature__concept.js-inview:not(.is-inview) .-word .sub {
  transform: translateY(-24px);
}

/**
 * 学科概要
 * ---------------------------------------- */
.p-feature {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature {
    padding-bottom: 70px;
  }
}
.p-feature .learning_title {
  padding-left: 5px;
}
.p-feature .learning_title .main {
  font-size: 24px;
  line-height: calc(38 / 24);
  font-weight: bold;
}

.p-feature__concept {
  margin-top: 72px;
  display: grid;
  grid-template-columns: clamp(215px, 347 / 1280 * 100vw, 347px) 1fr;
  justify-content: space-between;
  align-items: start;
  row-gap: 107px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature .learning_title {
    padding-left: 0px;
  }
  :where(html:not(.is-tablet)) .p-feature__concept {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 51px;
    row-gap: 40px;
  }
  :where(html:not(.is-tablet)) .p-feature .learning_title .main {
    font-size: 18px;
    line-height: calc(24 / 18);
    font-weight: bold;
  }
  :where(html:not(.is-tablet)) .p-feature .learning_title .sub {
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 400;
  }
}
.p-feature__concept .formula {
  top: min(36vw / 12.8, 36px);
}
.p-feature__concept .-detail {
  margin-top: 80px;
  align-self: start;
}
.p-feature__concept .lead {
  font-size: 1.125rem;
}
.p-feature__concept p {
  margin-top: 0.5em;
  font-size: 0.875rem;
}
.p-feature .formula_deco .ico {
  fill: var(--themecolor);
}
/* inview */
.p-feature__concept.js-rotateTrigger:not(.is-inview) .formula .ico {
  transform: rotate(-315deg);
}
.p-feature__concept.js-rotateTrigger:not(.is-inview) ~ .formula_deco .ico {
  transform: rotate(-315deg) scale(0.5);
}
.p-feature__concept.js-rotateTrigger:not(.is-inview) ~ .formula_deco .ico {
  opacity: 0;
}
.p-feature__concept.js-rotateTrigger.is-inview ~ .formula_deco .ico {
  transition:
    opacity 1.5s,
    transform 2s var(--easeInOut);
}

@media print, (min-width: 768px) {
  .p-feature__concept .title {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .p-feature__concept::after {
    content: "";

    justify-self: center;
    border-inline-start: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .overview_lead {
    margin-top: 40px;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .lside,
  :where(html:not(.is-tablet)) .p-feature__concept .rside {
    grid-column: 1;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .-detail {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-block-end: 1px solid #ccc;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .lside.-detail {
    margin-top: max(60vw / 3.75, 60px);
    border-block-start: 1px solid #ccc;
  }

  :where(html:not(.is-tablet)) .p-feature__concept .formula {
    top: unset;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .title {
    font-size: 1.25rem;
  }
  :where(html:not(.is-tablet)) .p-feature__concept p {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__concept [data-pull="head"] {
    display: block;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .title {
    padding: 0;
    font-size: 1.125rem;
  }
  :where(html:not(.is-tablet)) .p-feature__concept .lead {
    font-size: 0.9375rem;
  }
  :where(html:not(.is-tablet)) .p-feature__concept p {
    margin: 0;
  }
}
.p-feature__textWrap {
  position: relative;
  padding-top: 4px;
  padding-left: min(106 / 1280 * 100vw, 106px);
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__textWrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.p-feature__textWrap::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  border-inline-start: 1px solid #ccc;
}
.p-feature__textWrap:last-child:before {
  height: calc(100% + 119px);
  top: auto;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__textWrap::before {
    display: none;
  }
}
.p-feature__text {
  letter-spacing: 0;
  font-size: 14px;
  line-height: calc(24 / 14);
  text-align: justify;
}
.p-feature__itemTextHeading {
  font-size: 18px;
  line-height: calc(28 / 18);
  font-weight: bold;
}

.p-feature__headingWrap {
  height: 100%;
}
.p-feature__itemParagraph {
  font-size: 14px;
  line-height: calc(24 / 14);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__headingWrap {
    width: 100%;
  }
  :where(html:not(.is-tablet)) .p-feature__headingWrap._sp {
    padding-top: 61px;
    margin-top: 13px;
    border-top: 1px solid #ccc;
  }
  :where(html:not(.is-tablet)) .p-feature__itemParagraph {
    margin-top: 8px;
  }
}
.p-feature__heading {
  position: sticky;
  top: 150px;
  padding-left: 5px;
  width: max(245vw / 1280, 245px);
  margin-top: 0;
  align-self: start;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__heading {
    position: relative;
    top: 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__heading {
    padding-top: 0;
    width: 100%;
  }
}
.p-feature__heading .main {
  display: block;
  font-size: clamp(40px, 60 / 1280 * 100vw, 60px);
  text-align: center;
  line-height: calc(59.8 / 60);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__heading .main {
    font-size: 46px;
    line-height: calc(46.1 / 46);
    text-align: left;
  }
}
.p-feature__heading .s {
  display: block;
  font-size: 34px;
  line-height: calc(60 / 34);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__heading .s {
    font-size: 26px;
    line-height: calc(46.1 / 26);
  }
}
.p-feature__heading .sub {
  margin-top: 18px;
  text-align: center;
  font-size: clamp(10px, 16 / 1280 * 100vw, 16px);
  font-family: var(--montserrat);
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__heading .sub {
    font-size: calc(10rem / 16);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 10px;
  }
}
.p-feature__item {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  column-gap: min(20 / 1280 * 100vw, 20px);
}
.p-feature__item:first-child {
  margin-top: 32px;
}
.p-feature__item:last-child {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__item {
    margin-top: 2px;
    column-gap: min(20 / 375 * 100vw, 20px);
  }
  :where(html:not(.is-tablet)) .p-feature__item:first-child {
    margin-top: 42px;
  }
  :where(html:not(.is-tablet)) .p-feature__item:last-child {
    margin-bottom: 32px;
  }
}
.p-feature__itemFigure {
  margin-top: 34px;
  aspect-ratio: 600/360;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__itemFigure {
    aspect-ratio: 325/251;
  }
}
.p-feature__itemFigure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-feature__itemFigure + .p-feature__itemText {
  margin-top: 30px;
  font-size: 12px;
  line-height: calc(20 / 12);
  text-align: justify;
}

/* 文化情報工学科 概念図（コーディング版） */
.p-feature__conceptDiagram {
  aspect-ratio: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}
.p-feature__conceptDiagram__top {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  background: rgba(52, 154, 166, 0.3);
  border: 1px solid var(--themecolor);
  border-radius: 4px;
  font-weight: 700;
  box-sizing: border-box;
}
.p-feature__conceptDiagram__arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  color: var(--themecolor);
  padding: 4px 0;
}
.p-feature__conceptDiagram__arrows--1 {
  justify-content: center;
  gap: 120px;
}
.p-feature__conceptDiagram__arrows--2 {
  gap: 20px;
}
.p-feature__conceptDiagram__arrows--3 {
  padding: 8px 0;
}
.p-feature__conceptDiagram__arrowSvg {
  width: 24px;
  height: auto;
}
.p-feature__conceptDiagram__middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.p-feature__conceptDiagram__row3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
.p-feature__conceptDiagram__box {
  padding: 14px 10px;
  text-align: center;
  background: rgba(52, 154, 166, 0.15);
  border: 1px solid var(--themecolor);
  border-radius: 4px;
  font-weight: 700;
  box-sizing: border-box;
}
.p-feature__conceptDiagram__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
.p-feature__conceptDiagram__bottomBar {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  background: rgba(52, 154, 166, 0.2);
  border: 1px solid var(--themecolor);
  border-radius: 4px;
  font-weight: 700;
  box-sizing: border-box;
}
.p-feature__conceptDiagram__btn {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: 330px;
  min-height: 80px;
  margin: 0 auto;
  padding: 1em 2em;
  border: 2px solid var(--themecolor);
  border-radius: 80px;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  background: var(--themecolor);
  box-shadow: 0 0 30px rgb(0 0 0 / 0.2);
  box-sizing: border-box;
  text-decoration: none;
}
.p-feature__conceptDiagram__btn .ico {
  position: absolute;
  top: calc(50% - 0.56em);
  left: 2em;
  width: 1.125em;
  fill: currentColor;
}
.p-feature__conceptDiagram__btn:where(.is-hov) {
  color: var(--themecolor);
}
.p-feature__conceptDiagram__btn .hov {
  z-index: -1;
}
.p-feature__conceptDiagram__btn .hov::after {
  background: white;
}
@media (hover: hover) {
  .p-feature__conceptDiagram__btn:focus-visible {
    color: var(--themecolor);
    background: white;
  }
  .p-feature__conceptDiagram__btn:focus-visible .ico {
    fill: var(--themecolor);
  }
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-feature__conceptDiagram {
    max-width: 100%;
    font-size: 11px;
  }
  :where(html:not(.is-tablet)) .p-feature__conceptDiagram__arrows--1 {
    gap: 40px;
  }
  :where(html:not(.is-tablet)) .p-feature__conceptDiagram__row3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  :where(html:not(.is-tablet)) .p-feature__conceptDiagram__btn {
    min-height: 70px;
    font-size: 1rem;
  }
}

.p-progress {
  border-image: linear-gradient(#f5f5f5, #f5f5f5) 0 fill / 0 / 0 50vw;
}

.p-progress__content {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__content {
    margin-top: 42px;
    row-gap: 62px;
  }
  :where(html:not(.is-tablet)) .p-progress .learning_title .main {
    font-size: 18px;
    line-height: calc(28 / 18);
  }
}
.p-progress__leadHeading {
  font-size: 32px;
  line-height: calc(50 / 32);
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__leadHeading {
    font-size: 22px;
    line-height: calc(32 / 22);
  }
}

.p-progress__list {
  column-gap: min(26 / 1280 * 100vw, 26px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__list {
    display: grid;
    grid-template-columns: auto;
    margin-top: 24px;
  }
}
.p-progress__item {
  border-block-start: 1px solid #ccc;
  border-block-end: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__item:last-child {
    border-top: none;
  }
}
.p-progress__item > h4 {
  font-size: 18px;
  line-height: calc(28 / 18);
}
.p-progress__item > p {
  margin-top: 10px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  :where(html:not(.is-tablet)).p-progress__item > h4 {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}
.p-progress__text {
  margin-top: 19px;
  text-align: justify;
}
.p-progress__heading {
  margin-top: 40px;
  font-size: 18px;
  line-height: calc(28 / 18);
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__heading {
    margin-top: 28px;
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}
.p-progress__itemFigure {
  margin-top: 30px;
  aspect-ratio: 1050/270;
}
.p-progress__itemFigure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-progress__itemFigure {
    margin-top: 18px;
    aspect-ratio: 325/430;
  }
}

/* 大学院専攻課程図（コーディング版）※Figma PC 588-5306 / SP 768-941 準拠 */
.p-progress__courseDiagram {
  margin-top: 30px;
}

/* === PC === */
.p-progress__courseDiagram__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
/* === SP === デフォルトで非表示 */
.p-progress__courseDiagram__sp {
  display: none;
}
/* 1100px以下でSP表示（他より早めに切り替えてレイアウト崩れを防止） */
@media screen and (max-width: 1100px) {
  :where(html:not(.is-tablet)) .p-progress__courseDiagram__row {
    display: none;
  }
  :where(html:not(.is-tablet)) .p-progress__courseDiagram__sp {
    display: flex;
  }
}
.p-progress__courseDiagram__depts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 290px;
  flex-shrink: 0;
}
.p-progress__courseDiagram__dept {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.p-progress__courseDiagram__arrow {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-progress__courseDiagram__arrow svg {
  display: block;
  width: 12px;
  height: 71px;
}
.p-progress__courseDiagram__main {
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  min-width: 0;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 40px;
  box-sizing: border-box;
}
.p-progress__courseDiagram__titleArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.p-progress__courseDiagram__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
}
.p-progress__courseDiagram__btnArea {
  padding-top: 20px;
}
.p-progress__courseDiagram__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px 20px 10px 30px;
	border: 2px solid var(--themecolor);
	border-radius: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	background: var(--themecolor);
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
}
.p-progress__courseDiagram__btn .ico {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	fill: currentColor;
}
.p-progress__courseDiagram__btn:where(.is-hov) {
	color: var(--themecolor);
}
.p-progress__courseDiagram__btn .hov {
	z-index: -1;
}
.p-progress__courseDiagram__btn .hov::after {
	background: #fff;
}
@media (hover: hover) {
	.p-progress__courseDiagram__btn:focus-visible {
		color: var(--themecolor);
		background: #fff;
	}
	.p-progress__courseDiagram__btn:focus-visible .ico {
		fill: var(--themecolor);
	}
}
.p-progress__courseDiagram__list {
  margin: 0;
  padding: 0 0 0 40px;
  border-left: 1px solid #ccc;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  flex: 1 0 0;
  min-width: 0;
}
.p-progress__courseDiagram__list li {
  position: relative;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-progress__courseDiagram__list li:last-child {
  padding-bottom: 0;
}
.p-progress__courseDiagram__list li::before {
  content: "・";
}

/* SP レイアウト */
.p-progress__courseDiagram__sp {
  flex-direction: column;
  width: 100%;
}
.p-progress__courseDiagram__spHead {
  display: flex;
  gap: 15px;
}
.p-progress__courseDiagram__spHeadItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  height: 35px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 19px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.p-progress__courseDiagram__spArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.p-progress__courseDiagram__spArrow svg {
  display: block;
  width: 71px;
  height: 12px;
}
.p-progress__courseDiagram__spBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  box-sizing: border-box;
}
.p-progress__courseDiagram__spTitleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.p-progress__courseDiagram__spTitleArea .p-progress__courseDiagram__title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.8px;
}
.p-progress__courseDiagram__spTitleArea .p-progress__courseDiagram__btnArea {
  padding-top: 20px;
}
.p-progress__courseDiagram__spBody .p-progress__courseDiagram__list {
  padding: 25px 0 0;
  border-left: none;
}
.p-progress__courseDiagram__spBody .p-progress__courseDiagram__list li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 1em;
}
.p-progress__courseDiagram__spBody .p-progress__courseDiagram__list li::before {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1100px) {
  :where(html:not(.is-tablet)) .p-progress__courseDiagram {
    margin-top: 18px;
  }
}

.p-progress__attention {
  margin-top: 30px;
  font-size: 12px;
  line-height: calc(20 / 12);
}
