@charset "UTF-8";
:root {
  --font-base: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
  --font-heading: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
  --font-heading-en: Montserrat, Helvetica Neue, Arial, sans-serif;
  --school-purple: #802358;
  --school-navy: #14376C;
  --accent-pink: #D11569;
  --accent-gradient: linear-gradient(90deg, #49c5e6 0%, #6aa5ff 25%, #d78bd7 50%, #f1a38a 75%, #b8dc6c 100%);
  --bg: #FFFFFF;
  --bg-sub: #F7F4EF;
  --text: #000000;
}

body {
  font-weight: 500;
}

.wrapper {
  overflow: hidden;
}

sup {
  vertical-align: baseline;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-grid {
    display: grid;
  }
}
.catBlock__inner {
  display: none;
}

.is-hidden {
  display: none !important;
}

.noPageTopBtn .ftpageTop {
  left: 100%;
  right: -100%;
}

.js-pageTop {
  transform: translateY(118px);
  transition: transform 0.3s ease;
}

.js-pageTop.is-visible {
  transform: translateY(0);
}

figure img {
  max-width: 100%;
  height: auto;
}

em img {
  max-width: 100%;
  height: auto;
}

.text-b {
  font-weight: bold;
  vertical-align: middle;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
.text-link {
  color: #000000;
}
.text-link::after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: center center url("/assets/images/common/arrow-right.svg") no-repeat;
  background-color: #802358;
  background-size: 40%;
  border-radius: 50%;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .text-link::after {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 768px) {
  .text-link:hover::after {
    background-color: #D11569;
  }
}
.text-link[target=_blank]::after {
  background-image: url("/assets/images/common/ico-blank.svg");
}
.text-link.text-b::after {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .text-link.text-b::after {
    width: 26px;
    height: 26px;
  }
}
.text-link.text-b b {
  font-size: 16px;
  vertical-align: middle;
}
.text-link span {
  vertical-align: middle;
}
.text-box-white {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .text-box-white {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.text-box-white.arrow-after {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .text-box-white.arrow-after {
    margin-right: 15px;
  }
}
.text-box-white.arrow-after::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateY(-0.2em) translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #FFFFFF;
}
@media (min-width: 768px) {
  .text-box-white.arrow-after::after {
    bottom: auto;
    left: auto;
    transform: translateY(0);
    top: 0.8em;
    right: -1.2em;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #FFFFFF;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1), opacity 450ms ease;
  will-change: transform, opacity;
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.reveal {
  /*
  @media (prefers-reduced-motion: reduce) {
    transition: none;
    transform: none;
    opacity: 1;
  }
  */
}

.l-container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (min-width: 768px) {
  .l-container {
    padding-inline: 32px;
  }
}
@media (min-width: 576px) {
  .l-container {
    padding-inline: 20px;
  }
}

.l-section {
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.4;
}
.l-section.bg-beige {
  background-color: #F7F4EF;
}
.l-section .section__inner {
  padding-block: 60px;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .l-section .section__inner {
    padding-block: 70px;
  }
}
.l-section h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  max-width: 100%;
}
@media (min-width: 576px) {
  .l-section h1 {
    font-size: 38px;
  }
}
.l-section h1 img {
  max-width: 100%;
}
.l-section__h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-section__h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 39px;
  }
}
.l-section__h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 140px;
  background-color: #802358;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-section__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-section__btns {
    gap: 4%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.l-section__btns .btn {
  width: 100%;
}
.l-section p {
  text-align: left;
  line-height: 1.466;
  margin-bottom: 1.466em;
}
.l-section.border-bottom .section__inner {
  position: relative;
}
.l-section.border-bottom .section__inner::after {
  content: "";
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #CCCCCC;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.mv-catch {
  text-align: left;
}
.mv-catch .txt img {
  max-width: 100%;
}

@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
/* 0 → -50% で、2枚並べた背景のちょうど1枚分だけ進む */
@keyframes bg-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.section-heading {
  padding: 0;
}
.section-heading .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-heading.mv-applicant {
  position: relative;
  overflow: hidden;
}
.section-heading.mv-applicant .section-bg--applicant {
  display: block;
  position: absolute;
  left: -15%;
  top: -80px;
  width: 130%;
  height: 130%;
}
@media (min-width: 768px) {
  .section-heading.mv-applicant .section-bg--applicant {
    background-size: cover;
    background-position: center 48%;
    left: -10%;
    top: -11vw;
    width: 120%;
    height: 120%;
  }
}
@media (min-width: 1200px) {
  .section-heading.mv-applicant .section-bg--applicant {
    left: 0;
    top: -18vw;
    width: 100%;
  }
}
.section-heading.mv-applicant .section-bg--applicant source, .section-heading.mv-applicant .section-bg--applicant img {
  max-width: 100%;
  height: auto;
}
.section-heading.mv-applicant .section__inner {
  position: relative;
  height: 88.717948717vw;
  min-height: 346px;
  padding-top: 46px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .section-heading.mv-applicant .section__inner {
    max-height: 430px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.section-heading.mv-opencampus {
  position: relative;
  background: bottom center url("/assets/images/opencampus/bg-light-color.png") no-repeat;
  background-color: #F7F4EF;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .section-heading.mv-opencampus {
    background-size: 150% auto;
  }
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus {
    background-size: 300% auto;
  }
}
@media (max-width: 575px) {
  .section-heading.mv-opencampus {
    background-size: 400% auto;
  }
}
.section-heading.mv-opencampus .section__inner {
  height: 152vw;
  min-height: 593px;
  max-height: 670px;
  padding-top: 46px;
  padding-bottom: 100px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .section-heading.mv-opencampus .section__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus .section__inner {
    position: relative;
  }
}
.section-heading.mv-opencampus .mv-slide {
  opacity: 0;
  transition: 2s opacity ease;
  transition-delay: 2s;
  max-height: 360px;
  height: 61.538vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 52px;
}
@media (min-width: 768px) {
  .section-heading.mv-opencampus .mv-slide {
    max-height: 360px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus .mv-slide {
    bottom: 70px;
  }
}
.section-heading.mv-opencampus .mv-slide.show {
  opacity: 1;
}
.section-heading.mv-opencampus .mv-slide--image {
  position: absolute;
  inset: 0;
  /* 背景を2枚分の幅にして並べる */
  width: 200%;
  background: url(/assets/images/opencampus/fv_slide.webp) repeat-x;
  background-size: auto 100%;
  background-position: 0 50%;
}
.section-heading.mv-opencampus {
  /*
  .mv-slide::before {
    content:"";
    position:absolute;
    inset:0;
    width: 200%;
    background: url(/assets/images/opencampus/fv_slide.png) repeat-x;
    background-size: auto 100%;
    background-position: center left;
    will-change: transform;
    animation: bg-marquee 40s linear infinite;
  }
  */
}
.section-heading.mv-opencampus .mv-txt-title {
  margin-bottom: 20px;
  opacity: 0;
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus .mv-txt-title {
    max-width: 350px;
  }
}
.section-heading.mv-opencampus .mv-txt-title.start {
  transition: 2s opacity ease;
}
.section-heading.mv-opencampus .mv-txt-title.start.show {
  opacity: 1;
}
.section-heading.mv-opencampus .mv-txt-title-sub {
  opacity: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus .mv-txt-title-sub {
    display: flex;
    flex-direction: column;
  }
}
.section-heading.mv-opencampus .mv-txt-title-sub.start {
  transition: 2s opacity ease;
}
.section-heading.mv-opencampus .mv-txt-title-sub.start.show {
  opacity: 1;
}
.section-heading.mv-opencampus .mv-txt-title-sub span {
  margin-right: 1em;
}
@media (max-width: 767px) {
  .section-heading.mv-opencampus .mv-txt-title-sub span {
    font-size: 15px;
    line-height: 1.4;
  }
}
.section-heading .anchor-list {
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  border-top-right-radius: 6px;
}
@media (max-width: 767px) {
  .section-heading .anchor-list {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .section-heading .anchor-list .p-anchor li a {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 6px;
    padding-right: 6px;
  }
  .section-heading .anchor-list .p-anchor li a::after {
    margin-left: 0.4em;
  }
}
.section-heading .button-apply {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 96;
  transition: 0.3s bottom ease, 0.3s right ease;
  overflow: visible;
}
html.pageTopFixed .section-heading .button-apply {
  right: -100%;
}
@media (max-width: 767px) {
  .section-heading .button-apply {
    right: 10px;
  }
}
.section-heading .button-apply a {
  width: 113px;
  height: 113px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 767px) {
  .section-heading .button-apply a {
    width: 92px;
    height: 92px;
  }
}
.section-heading .button-apply a span {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-heading .button-apply a span {
    font-size: 14px;
    line-height: 1;
  }
}
.section-heading .button-apply a::before {
  content: "";
  display: inline-block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.26);
}
.section-heading .button-apply a {
  /*
  &::before {
    display: inline-block;
    content:"";
    width:113px;
    height: 113px;
    background: center center url("/assets/images/opencampus/btn_cta.png?20260224") no-repeat;
    background-size: contain;
    //
    animation: spin 40s linear infinite;
    transform-origin: center;
    position: absolute;
    left: 0;
    top: 0;
    @include m.media-down(md) {
      width:92px;
      height: 92px;
    }
  }*/
}
.section-heading .button-apply a i {
  position: absolute;
  display: inline-block;
  width: 113px;
  height: auto;
  aspect-ratio: 113/113;
  clip-path: path("M113,56.5c0,4.1-5.2,7.6-6.1,11.5-.9,3.9,2.2,9.4.5,13s-8,4.5-10.5,7.7c-2.5,3.1-2,9.4-5.2,11.9-3.2,2.5-9.1.6-12.8,2.4-3.7,1.8-5.9,7.6-9.9,8.5-4,.9-8.4-3.4-12.6-3.4s-8.7,4.3-12.6,3.4c-3.9-.9-6.3-6.7-9.9-8.5-3.6-1.7-9.6.1-12.8-2.4-3.2-2.5-2.7-8.7-5.2-11.9-2.5-3.1-8.7-4-10.5-7.7s1.4-9,.5-13c-.9-4-6.1-7.3-6.1-11.5s5.2-7.6,6.1-11.5c.9-3.9-2.2-9.4-.5-13,1.7-3.6,8-4.5,10.5-7.7,2.5-3.1,2-9.4,5.2-11.9,3.2-2.5,9.1-.6,12.8-2.4,3.7-1.8,5.9-7.6,9.9-8.5,4-.9,8.4,3.4,12.6,3.4s8.7-4.3,12.6-3.4c3.9.9,6.3,6.7,9.9,8.5,3.6,1.7,9.6-.1,12.8,2.4,3.2,2.5,2.7,8.7,5.2,11.9,2.5,3.1,8.7,4,10.5,7.7s-1.4,9-.5,13c.9,4,6.1,7.3,6.1,11.5Z");
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
  animation: spin 40s linear infinite;
  transform-origin: center;
}
@media (max-width: 767px) {
  .section-heading .button-apply a i {
    width: 92px;
    clip-path: path("M92,46c0,3.4-4.2,6.2-5,9.4-.7,3.2,1.8,7.7.4,10.6-1.4,2.9-6.5,3.7-8.5,6.3-2.1,2.6-1.6,7.7-4.2,9.7-2.6,2.1-7.4.5-10.4,2s-4.8,6.2-8,6.9c-3.3.7-6.9-2.8-10.2-2.8s-7.1,3.5-10.2,2.8c-3.2-.7-5.1-5.5-8-6.9-2.9-1.4-7.9,0-10.4-2-2.6-2.1-2.2-7.2-4.2-9.7-2.1-2.6-7.1-3.3-8.5-6.3-1.4-3,1.2-7.3.4-10.6-.7-3.3-5-6-5-9.4s4.2-6.2,5-9.4-1.8-7.7-.4-10.6c1.4-2.9,6.5-3.7,8.5-6.3,2.1-2.6,1.6-7.7,4.2-9.7,2.6-2.1,7.4-.5,10.4-2,3-1.4,4.8-6.2,8-6.9,3.3-.7,6.9,2.8,10.2,2.8s7.1-3.5,10.2-2.8c3.2.7,5.1,5.5,8,6.9,2.9,1.4,7.9,0,10.4,2,2.6,2.1,2.2,7.2,4.2,9.7s7.1,3.3,8.5,6.3c1.4,3-1.2,7.3-.4,10.6.7,3.3,5,6,5,9.4Z");
  }
}
.section-heading .button-apply a i::before, .section-heading .button-apply a i::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D11569;
}
.section-heading .button-apply a i::after {
  opacity: 0;
  background: transparent url("/assets/images/common/color.bg.png") no-repeat;
  background-position: -164px -13px;
  background-size: 378px 285px;
  transition: 0.3s opacity ease;
}
@media (min-width: 768px) {
  .section-heading .button-apply a:hover i::after {
    opacity: 1;
  }
}
.section-bnr-primary {
  position: relative;
  overflow: visible;
  z-index: 94;
}
@media (min-width: 576px) {
  html.pageTopFixed .section-bnr-primary, html.close-bnr-primary .section-bnr-primary {
    right: -100%;
    opacity: 0;
  }
}
@media (min-width: 576px) {
  .section-bnr-primary {
    position: fixed;
    right: 15px;
    bottom: 140px;
    padding: 0;
    margin: auto;
    opacity: 1;
    transition: 0.3s right ease, 0.3s opacity ease;
  }
  .noPageTopBtn .section-bnr-primary {
    bottom: 15px;
  }
}
.section-bnr-primary .section__inner {
  padding-top: 39px;
  padding-bottom: 39px;
  position: relative;
}
@media (min-width: 576px) {
  .section-bnr-primary .section__inner {
    padding-block: 0;
    padding: 0;
  }
}
.section-bnr-primary .bnr-primary--close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: center center url("/assets/images/common/ico-close.svg") no-repeat;
  background-size: 50%;
  background-color: #802358;
  transition: 0.3s background-color ease;
  border: none;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media (min-width: 576px) {
  .section-bnr-primary .bnr-primary--close {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-bnr-primary .bnr-primary--close:hover {
    background-color: #D11569;
  }
}
.section-recommends .section__inner {
  padding-block: auto;
  padding-top: 0;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .section-recommends .section__inner {
    padding-top: 30px;
  }
}
.section-recommends .swiper-slide {
  border-radius: 1.6393%/4.285%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-recommends .swiper-slide {
    width: 71vw;
  }
}
.section-recommends .swiper-pagination {
  bottom: -48px;
}
.section-recommends .swiper-pagination-bullet {
  background-color: #802358;
  opacity: 0.3;
  transition: 0.3s transform ease;
}
.section-recommends .swiper-pagination-bullet-active {
  transform: scale(150%);
  opacity: 1;
}
.section-recommends a.swiper-slide {
  border: transparent 1px solid;
  transition: 0.3s border-color ease;
}
@media (min-width: 768px) {
  .section-recommends a.swiper-slide:hover {
    border-color: #D11569;
  }
}
.section-recommends .bannerCarousel {
  position: relative;
}
.section-recommends .bannerSwiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .section-recommends .bannerSwiper {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .section-recommends .bannerSwiper {
    padding: 0 16px;
  }
}
.section-recommends .bannerNav {
  z-index: 21;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (min-width: 768px) {
  .section-recommends .bannerNav {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.section-recommends .bannerNav .bannerPrev,
.section-recommends .bannerNav .bannerNext {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-color: #802358;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s background-color ease;
}
@media (min-width: 768px) {
  .section-recommends .bannerNav .bannerPrev,
  .section-recommends .bannerNav .bannerNext {
    position: absolute;
    top: -5.5vw;
  }
}
@media (min-width: 992px) {
  .section-recommends .bannerNav .bannerPrev,
  .section-recommends .bannerNav .bannerNext {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .section-recommends .bannerNav .bannerPrev,
  .section-recommends .bannerNav .bannerNext {
    top: -72px;
  }
}
@media (min-width: 768px) {
  .section-recommends .bannerNav .bannerPrev:hover,
  .section-recommends .bannerNav .bannerNext:hover {
    background-color: #D11569;
  }
}
.section-recommends .bannerNav .bannerPrev span,
.section-recommends .bannerNav .bannerNext span {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .section-recommends .bannerNav .bannerPrev span,
  .section-recommends .bannerNav .bannerNext span {
    width: 48px;
    height: 48px;
  }
}
.section-recommends .bannerNav .bannerPrev span,
.section-recommends .bannerNav .bannerNext span {
  /*
  &::before,
  &::after {
    content:"";
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: v.$color-white;
    border-radius: 1.5px;
    position: absolute;
    top:47%;
  }
  */
}
.section-recommends .bannerNav .bannerPrev {
  background: #802358 calc(50% - 1px) 50% url("/assets/images/common/arrow-left.svg") no-repeat;
  background-size: 30%;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .section-recommends .bannerNav .bannerPrev {
    left: 0;
    transform: translate(-50%, -50%);
    margin-right: 0;
  }
}
.section-recommends .bannerNav .bannerPrev {
  /*
  span::before {
    left:42%;
    transform: rotate(-45deg) translateY(-160%);
  }
  span::after {
    left:42%;
    transform: rotate(45deg) translateY(160%);
  }
  */
}
.section-recommends .bannerNav .bannerNext {
  background: #802358 calc(50% + 1px) 50% url("/assets/images/common/arrow-right.svg") no-repeat;
  background-size: 30%;
}
@media (min-width: 768px) {
  .section-recommends .bannerNav .bannerNext {
    right: 0;
    transform: translate(50%, -50%);
  }
}
.section-recommends .bannerNav .bannerNext {
  /*
  span::before {
    right:42%;
    transform: rotate(45deg) translateY(-160%);
  }
  span::after {
    right:42%;
    transform: rotate(-45deg) translateY(160%);
  }
    */
}
.section-recommends .banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6393%/4.285%;
}
.section-links-fixed {
  padding: 0;
  position: fixed;
  right: 0;
  bottom: -80px;
  z-index: 95;
  width: 100%;
  overflow: visible;
  transition: 0.3s bottom ease, 0.3s opacity ease, 0.6s bottom ease;
}
@media (min-width: 768px) {
  html.pageTopFixed .section-links-fixed {
    bottom: auto;
    right: -100%;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .section-links-fixed {
    transition: 0.3s right ease, 0.3s opacity ease;
    opacity: 1;
    bottom: auto;
    top: 100px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .section-links-fixed {
    top: 136px;
  }
}
@media (max-width: 767px) {
  html.is-scroll .section-links-fixed {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  html.is-scroll.pageTopFixed .section-links-fixed {
    bottom: -100%;
  }
}
.section-links-fixed .section__inner {
  padding: 0;
}
.section-links-fixed .links-fixed {
  display: block;
  transition: 0.3s background-color ease;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed:hover ul li a {
    padding-left: 2em;
  }
}
.section-links-fixed .links-fixed ul {
  display: flex;
  box-shadow: 0 -4px 12px -4px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed ul {
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
}
.section-links-fixed .links-fixed ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 1px;
  line-height: 1;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed ul li {
    padding-right: 0;
    padding-bottom: 1px;
    width: auto;
  }
}
.section-links-fixed .links-fixed ul li::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #CCCCCC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed ul li::after {
    width: 1em;
    height: 1px;
    right: 24px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.section-links-fixed .links-fixed ul li:last-child {
  padding-bottom: 0;
}
.section-links-fixed .links-fixed ul li:last-child::after {
  display: none;
}
.section-links-fixed .links-fixed ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 1.14285;
  padding: 21px 1em;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s padding ease;
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed ul li a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 21px 23.5px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .section-links-fixed .links-fixed ul li a:hover {
    color: #D11569;
  }
}
.section-links-fixed .links-fixed ul li:first-child a {
  padding-top: 22px;
}
.section-links-fixed .links-fixed ul li:last-child a {
  padding-bottom: 22px;
}
.section-p-anchor {
  position: relative;
}
.section-p-anchor::after {
  position: absolute;
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent, #FFFFFF);
}
@media (min-width: 768px) {
  .section-p-anchor::after {
    display: none;
  }
}
.section-p-anchor .section__inner {
  padding-block: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: auto;
  position: relative;
}
.section-examination .news-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .section-examination .news-block {
    padding-top: 39px;
    flex-direction: row;
  }
}
.section-examination .news-block__title {
  width: 100%;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .section-examination .news-block__title {
    width: 22%;
  }
}
.section-examination .news-block__title h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  .section-examination .news-block__title h3 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.section-examination .news-block__body {
  width: 100%;
}
@media (min-width: 768px) {
  .section-examination .news-block__body {
    width: 76.2%;
  }
}
@media (max-width: 767px) {
  .section-examination .news-block__body .text-link {
    font-size: 13px;
    line-height: 1.4;
  }
}
.section-department .dept-baloon {
  font-size: 12px;
  line-height: 1.4666;
  font-weight: normal;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .section-department .dept-baloon {
    font-size: 14px;
    line-height: 1.4666;
  }
}
@media (min-width: 768px) {
  .section-department a:hover .dept-baloon {
    color: #D11569;
  }
}
.section-department .department-leadership-txt {
  max-width: 590px;
}
.section-location p {
  line-height: 1.625;
}
.section-contentfooter .footer-slider {
  width: 100%;
  padding-bottom: 34px;
}
.section-contentfooter .footer-slider--slide {
  width: 100%;
  height: 56px;
  background: center center url("/assets/images/opencampus/footer_slide.png") repeat-x;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .section-contentfooter .footer-slider--slide {
    height: 42px;
  }
}
.section-contentfooter .contentfooter-image {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.section-contentfooter .contentfooter-image .section-bg--applicant2 {
  position: absolute;
  top: -210%;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section-contentfooter .contentfooter-image .section-bg--applicant2 {
    top: -400%;
  }
}
@media (min-width: 1200px) {
  .section-contentfooter .contentfooter-image .section-bg--applicant2 {
    top: -500%;
  }
}
.section-contentfooter .contentfooter-image .section-bg--applicant2 source, .section-contentfooter .contentfooter-image .section-bg--applicant2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-program--header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .section-program--header {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.section-program--header > div {
  width: 53.8983050847%;
}
@media (max-width: 767px) {
  .section-program--header > div {
    width: 100%;
  }
}
.section-program--header em img {
  max-width: 322px;
}
@media (min-width: 768px) {
  .section-program--header em img {
    max-width: 392px;
  }
}
.section-program--image {
  margin-top: -20px;
  margin-bottom: -30px;
  width: 38.0084745763%;
  transform: translateX(-37px);
}
@media (max-width: 991px) {
  .section-program--image {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .section-program--image {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.section-program .program-list-block {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .section-program .program-list-block {
    margin-bottom: 16px;
  }
}
.section-program .program-list-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-program .program-list-block:last-child {
    margin-bottom: 0;
  }
}
.section-program .program-list-block--header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section-program .program-list-block--header {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.section-program .program-list-block--header h3 {
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  .section-program .program-list-block--header h3 {
    padding-left: 24px;
    min-width: 120px;
  }
}
.section-program .program-list-block--header h3 em {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-program .program-list-block--header h3 em {
    font-size: 24px;
    line-height: 1;
  }
}
.section-program .program-list-block--header h3::before {
  content: "";
  width: 108px;
  height: 108px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-program .program-list-block--header h3::before {
    width: 80px;
    height: 80px;
    left: -24px;
  }
}
@media (max-width: 767px) {
  .section-program .program-list-block--header h3::before {
    left: 0;
  }
}
.section-program .program-list-block--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 46px;
}
@media (max-width: 767px) {
  .section-program .program-list-block--list {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .section-program .program-list-block--list {
    flex-direction: column;
  }
}
.section-program .program-list--item {
  width: calc((100% - 92px) / 3);
  text-align: left;
}
@media (max-width: 991px) {
  .section-program .program-list--item {
    width: calc((100% - 46px) / 2);
  }
}
@media (max-width: 767px) {
  .section-program .program-list--item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .section-program .program-list--item {
    width: 100%;
  }
}
.section-program .mod--spring .program-list-block--header h3::before {
  background-image: url("/assets/images/opencampus/ico_spring.png");
}
.section-program .mod--summer .program-list-block--header h3::before {
  background-image: url("/assets/images/opencampus/ico_summer.png");
}
.section-program .mod--autumn .program-list-block--header h3::before {
  background-image: url("/assets/images/opencampus/ico_autumn.png");
}
.section-program .mod--winter .program-list-block--header h3::before {
  background-image: url("/assets/images/opencampus/ico_winter.png");
}
.section-program .p-tags {
  margin-top: 12px;
  margin-left: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-program .p-tags {
    margin-top: 0.6em;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-program .p-tags li {
  color: #802358;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-right: 1em;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .section-program .p-tags li {
    font-size: 12px;
    line-height: 1.3;
    margin-right: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-schedule .section__inner {
    padding-top: 20px;
  }
}

.p-anchor {
  display: flex;
  justify-content: flex-start;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .p-anchor {
    justify-content: center;
  }
}
.p-anchor li {
  position: relative;
  display: inline-block;
  padding-right: 1px;
}
.p-anchor li::after {
  display: none;
  content: "";
  width: 1px;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #CCCCCC;
}
@media (min-width: 768px) {
  .p-anchor li::after {
    display: inline-block;
  }
}
.p-anchor li:last-child {
  padding-right: 0;
}
.p-anchor li:last-child::after {
  display: none;
}
.p-anchor li:last-child a {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .p-anchor li:last-child a {
    margin-right: 0;
  }
}
.p-anchor li a {
  display: inline-block;
  font-weight: bold;
  line-height: 1.46666;
  white-space: nowrap;
  color: #000000;
  padding: 8px 10px 15px;
}
@media (min-width: 768px) {
  .p-anchor li a {
    padding: 20px 25px;
  }
}
.p-anchor li a::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  vertical-align: text-bottom;
  position: relative;
  background: center center url("/assets/images/common/arrow-down.svg") no-repeat;
  background-color: #802358;
  background-size: 40%;
  margin-left: 0.8em;
  transition: 0.3s background-color ease;
}
@media (min-width: 768px) {
  .p-anchor li a:hover::after {
    background-color: #D11569;
  }
}

.news-list {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: -10px;
}
.news-list li {
  text-align: left;
}
.news-list li > a, .news-list li > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.57;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .news-list li > a, .news-list li > span {
    font-size: 15px;
    line-height: 1.57;
  }
}
@media (min-width: 576px) {
  .news-list li > a, .news-list li > span {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .news-list li a:hover .news-list__title {
    text-decoration: underline;
  }
}
.news-list__date {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  color: #802358;
  width: 100%;
}
@media (min-width: 576px) {
  .news-list__date {
    width: 114px;
  }
}
.news-list__title {
  color: #000000;
  width: 100%;
}
@media (min-width: 576px) {
  .news-list__title {
    width: calc(100% - 114px);
  }
}

.bnr-primary a {
  display: inline-block;
  width: 83.589vw;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  vertical-align: bottom;
}
@media (min-width: 576px) {
  .bnr-primary a {
    max-width: 270px;
  }
}
.bnr-primary a::after {
  display: inline-block;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #D11569;
  opacity: 0;
  transition: 0.3s opacity ease;
}
@media (min-width: 768px) {
  .bnr-primary a:hover::after {
    opacity: 1;
  }
}
.bnr-primary a figure {
  padding: 0;
}
.bnr-primary a img {
  padding: 0;
  width: 100%;
  vertical-align: bottom;
}

.container-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding-top: 39px;
  padding-bottom: 46px;
  border-bottom: 1px solid #CCCCCC;
}
.container-col:first-of-type {
  padding-top: 0;
}
.container-col:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .container-col {
    gap: 56px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding-bottom: 46px;
  }
}
.container-col--image {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .container-col--image {
    width: 40.6779661017%;
  }
}
@media (min-width: 1200px) {
  .container-col--image {
    width: 480px;
  }
}
.container-col--image .swiper-wrapper {
  overflow: hidden;
  border-radius: 6px;
}
.container-col--body {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .container-col--body {
    width: 57.6271186441%;
  }
}
@media (min-width: 1200px) {
  .container-col--body {
    width: 680px;
  }
}
.container-col--body > *:last-child {
  margin-bottom: 0 !important;
}

.schedule__carousel {
  padding-bottom: 52px;
  position: relative;
}
.schedule__carousel .swiper-slide {
  width: 90%;
}
.schedule__carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #802358;
  opacity: 0.3;
  transition: 0.3s transform ease;
}
.schedule__carousel .swiper-pagination-bullet-active {
  transform: scale(150%);
  opacity: 1;
}
.schedule__carousel .schedule-swiper-Nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.schedule__carousel .schedule-swiper-pagination {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .schedule__carousel .schedule-swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
.schedule__carousel .schedule-Prev,
.schedule__carousel .schedule-Next {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #802358;
  background-image: url("/assets/images/common/arrow-right.svg");
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
}
.schedule__carousel .schedule-Prev.swiper-button-disabled,
.schedule__carousel .schedule-Next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .schedule__carousel .schedule-Prev:hover,
  .schedule__carousel .schedule-Next:hover {
    background-color: #D11569;
  }
}
.schedule__carousel .schedule-Prev {
  background-image: url("/assets/images/common/arrow-left.svg");
  background-position: calc(50% - 1px) 50%;
  margin-right: 8px;
}
.schedule__carousel .schedule-Next {
  background-position: calc(50% + 1px) 50%;
}
.schedule__list {
  margin-top: 39px;
}
.schedule-list > a {
  scroll-margin-top: 20px;
}
.schedule-list--block {
  margin-bottom: 40px;
}
.schedule-list--block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .schedule-list--block {
    display: flex;
    align-items: flex-start;
  }
}
.schedule-list--header {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  line-height: 1.1818;
  font-weight: bold;
  margin-right: 33px;
}
.schedule-list--header.mod--spring::before {
  background-image: url("/assets/images/opencampus/ico_spring.png");
}
.schedule-list--header.mod--summer::before {
  background-image: url("/assets/images/opencampus/ico_summer.png");
}
.schedule-list--header.mod--autumn::before {
  background-image: url("/assets/images/opencampus/ico_autumn.png");
}
.schedule-list--header.mod--winter::before {
  background-image: url("/assets/images/opencampus/ico_winter.png");
}
.schedule-list--header.mod--winter::before {
  background-image: url("/assets/images/opencampus/ico_winter.png");
}
@media (max-width: 767px) {
  .schedule-list--header {
    writing-mode: horizontal-tb;
    font-size: 20px;
    line-height: 1.1818;
    margin-bottom: 20px;
    text-align: left;
  }
}
.schedule-list--header::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: 0.4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .schedule-list--header::before {
    margin-bottom: 0;
    margin-right: 0.6em;
    vertical-align: text-bottom;
  }
}
.schedule-list--body {
  width: 100%;
}
.schedule-list--body .schedule__list {
  margin-top: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .schedule-list--body .schedule__list {
    flex-direction: column;
  }
}
.schedule-list--body .schedule__item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1199px) {
  .schedule-list--body .schedule__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .schedule-list--body .schedule__item {
    width: 100%;
  }
}

.dept-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 1.57em;
}
@media (min-width: 576px) {
  .dept-list {
    gap: 4px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .dept-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .dept-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .dept-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.dept-list > li {
  display: block;
  min-height: 64px;
}
.dept-list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: 0.3s opacity ease;
}
@media (min-width: 768px) {
  .dept-list a {
    text-align: left;
  }
}
.dept-list a.btn {
  width: auto;
  min-width: 300px;
  height: 64px;
}
@media (min-width: 768px) {
  .dept-list a.btn {
    min-width: auto;
  }
}
.dept-list a .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.dept-list a .sub {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.95;
}
@media (min-width: 768px) {
  .dept-list a:hover {
    opacity: 0.8;
  }
}
.dept-list > li a.dept--craft {
  background: #EB6153;
}
.dept-list > li a.dept--literature {
  background: #5BB647;
}
.dept-list > li a.dept--art {
  background: #A66AAA;
}
.dept-list > li a.dept--nursing {
  background: #F08437;
}
.dept-list > li a.dept--business {
  background: #569FD7;
}
.dept-list > li a.dept--arch-design {
  background: #00B097;
}
.dept-list > li a.dept--kids {
  background: #E6A600;
}
.dept-list > li a.dept--life {
  background: #EB6D94;
}
.dept-list > li a.dept--culture {
  background: #3ABBC9;
}
.dept-list {
  /*
  > li:nth-child(1) a { background: v.$color-dept-craft; }       // 家政×被服
  > li:nth-child(2) a { background: v.$color-dept-craft; }       // 家政×食物
  > li:nth-child(3) a { background: v.$color-dept-literature; }  // 文芸
  > li:nth-child(4) a { background: v.$color-dept-art; }         // 家政×国際（※色はお好みで）
  > li:nth-child(5) a { background: v.$color-dept-nursing; }     // 看護
  > li:nth-child(6) a { background: v.$color-dept-business; }    // ビジネス
  > li:nth-child(7) a { background: v.$color-dept-arch-design; } // 建築・デザイン
  > li:nth-child(8) a { background: v.$color-dept-kids; }        // 児童
  > li:nth-child(9) a { background: v.$color-dept-life; }        // 短大×生活科学
  > li:nth-child(10) a { background: v.$color-dept-culture; }    // 短大×文科
  */
}
.dept-list > li:last-child {
  grid-column: span 2;
  min-height: 70px;
}
@media (min-width: 576px) {
  .dept-list > li:last-child {
    min-height: 64px;
  }
}
.dept-list > li:last-child a {
  color: #000000 !important;
  height: 50px;
  min-height: 50px;
  margin-top: 20px;
  max-width: 300px;
}
@media (min-width: 576px) {
  .dept-list > li:last-child a {
    min-height: 64px;
    max-width: 100%;
    margin-top: 0;
  }
}

.department-h3 {
  font-size: 28px;
  line-height: 1.357;
  margin-top: -0.2em;
  font-weight: bold;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .department-h3 {
    font-size: 32px;
    line-height: 1.357;
    margin-top: -0.2em;
  }
}
.department-h4 {
  font-size: 15px;
  line-height: 1.466;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .department-h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .department-h4.mod--middle {
    font-size: 16px;
    line-height: 1.625;
  }
}

.location-header {
  padding-bottom: 30px;
}
.location-header--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location-header--title span {
  margin-bottom: 0;
}
.location-header--title em {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .location-header--title em {
    font-size: 32px;
    line-height: 1.3;
  }
}
.location-map {
  width: 100%;
  max-width: 910px;
  margin-inline: auto;
  margin-bottom: 30px;
  /* ====== PC（md以上）：左2 / 中央地図 / 右2 ====== */
  display: grid;
  grid-template-columns: 1fr 2.6fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 20px;
  align-items: center;
}
.location-map--main {
  grid-column: 2;
  grid-row: 1/span 2;
  margin: 0;
}
.location-map--main img {
  display: block;
  width: 100%;
  height: auto;
}
.location-map {
  /* ポイント共通（PC/SP共通の見た目） */
}
.location-map--point01, .location-map--point02, .location-map--point03, .location-map--point04 {
  margin: 0;
  display: grid;
  justify-items: center;
  row-gap: 14px;
}
.location-map--point01 img, .location-map--point02 img, .location-map--point03 img, .location-map--point04 img {
  display: block;
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
.location-map--point01 figcaption, .location-map--point02 figcaption, .location-map--point03 figcaption, .location-map--point04 figcaption {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  min-width: 100%;
  padding: 0.4em 1.4em;
  border-radius: 999px;
  background: #802358;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .location-map--point01 figcaption, .location-map--point02 figcaption, .location-map--point03 figcaption, .location-map--point04 figcaption {
    font-size: 14px;
    line-height: 1.2;
  }
}
.location-map {
  /* 左列 */
}
.location-map--point01 {
  grid-column: 1;
  grid-row: 1;
}
.location-map--point02 {
  grid-column: 1;
  grid-row: 2;
}
.location-map {
  /* 右列 */
}
.location-map--point03 {
  grid-column: 3;
  grid-row: 1;
}
.location-map--point04 {
  grid-column: 3;
  grid-row: 2;
}
.location-map {
  /* ====== SP（md未満）：地図→ポイントを2カラム ====== */
}
@media (max-width: 767px) {
  .location-map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }
  .location-map--main {
    width: 100%;
    max-width: 470px;
  }
  .location-map {
    /* 4ポイントを2カラムグリッドで並べる */
  }
  .location-map--point01, .location-map--point02, .location-map--point03, .location-map--point04 {
    max-width: calc(50% - 6px);
  }
  .location-map--point01 img, .location-map--point02 img, .location-map--point03 img, .location-map--point04 img {
    width: min(170px, 37.1vw);
  }
  .location-map--point01 figcaption, .location-map--point02 figcaption, .location-map--point03 figcaption, .location-map--point04 figcaption {
    width: min(240px, 40vw);
    min-height: 26px;
    padding: 0.4em 0.8em;
    font-size: 12px;
    line-height: 1.3;
    text-wrap: balance;
  }
  .location-map--point03 {
    order: 3;
  }
  .location-map--point02 {
    order: 5;
  }
  .location-map--point04 {
    order: 4;
  }
}

.entry-box {
  background: url("/assets/images/opencampus/bg-light-color.png");
  background-color: #F7F4EF;
  background-position: bottom center;
  background-size: 100% 100%;
  min-height: 260px;
  padding: 40px 15px;
  border-radius: 6px;
  margin-bottom: 46px;
}
.entry-box h3 {
  font-size: 18px;
  line-height: 1.333;
  font-weight: bold;
  color: #802358;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .entry-box h3 {
    font-size: 20px;
    line-height: 1.333;
  }
}
.entry-box p {
  font-size: 14px;
  line-height: 1.57;
}
.entry-box *:last-child {
  margin-bottom: 0;
}

.ico-allow-down {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  vertical-align: text-bottom;
  position: relative;
  background: center center url("/assets/images/common/arrow-down.svg") no-repeat;
  background-color: #802358;
  background-size: 40%;
}
*:first-child .ico-allow-down {
  margin-right: 1em;
}
*:last-child .ico-allow-down {
  margin-left: 1em;
  margin-right: 0;
}
.ico-allow-down {
  /*
  &::before,
  &::after {
    content:"";
    display: inline-block;
    width: 35%;
    height: 1.5px;
    background-color: v.$color-white;
    position: absolute;
    top:45%;
  }
  &::before {
    transform: rotate(45deg);
    right: 42%;
  }
  &::after {
    transform: rotate(-45deg);
    left: 42%;
  }
  em + & {
    margin-left: 1em;
    margin-right: 0;
  }
  */
}

.btn {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  text-align: center;
  padding: 16.6px 3em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  position: relative;
  border: 1px solid #CCCCCC;
  transition: 0.3s background-color ease, 0.3s border-color ease, 0.3s color ease;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
}
@media (min-width: 576px) {
  .btn {
    min-width: 320px;
  }
}
@media (max-width: 575px) {
  .btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.modal__content .btn {
  min-width: 260px;
}
.btn.btn-large {
  font-size: 18px;
  padding: 21.542px 3em;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease;
}
@media (min-width: 768px) {
  .btn.btn-large {
    padding: 30.5px 3em;
    font-size: 20px;
    line-height: 1.2;
  }
}
.btn.btn-large::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #802358, #D11569);
  opacity: 0;
  transition: 0.3s opacity ease;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: center center url("/assets/images/common/arrow-right.svg") no-repeat;
  background-color: #802358;
  background-size: 40%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s background ease;
}
@media (min-width: 576px) {
  .btn::after {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .btn::after {
    width: 26px;
    height: 26px;
  }
}
.btn[target=_blank]::after {
  background-image: url(/assets/images/common/ico-blank.svg) !important;
  background-size: 40% !important;
}
.btn.btn-large::after {
  background: center center url("/assets/images/common/arrow-right.svg") no-repeat, linear-gradient(to right, #802358, #D11569);
  background-size: 40%, 100%;
  right: 24px;
}
@media (min-width: 576px) {
  .btn.btn-large::after {
    right: 30px;
  }
}
.btn span {
  position: relative;
}
@media (min-width: 768px) {
  .btn:hover {
    border: 1px solid #D11569;
  }
}
@media (min-width: 768px) {
  .btn:hover::after {
    background-color: #D11569;
  }
}
@media (min-width: 768px) {
  .btn.btn-middle {
    font-size: 16px;
    line-height: 1.2;
    min-width: 414px;
    padding: 21.24px 3em;
  }
}
@media (min-width: 768px) {
  .btn.btn-large:hover {
    border-color: transparent;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .btn.btn-large:hover::before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .btn.btn-large:hover::after {
    background: center center url("/assets/images/common/arrow-right.svg") no-repeat;
    background-color: #802358;
    background-size: 40%;
  }
}
.btn.btn-apply {
  background-color: #D11569;
  color: #FFFFFF;
  transition: 0.3s background-color ease, 0.3s color ease;
  min-width: 300px;
}
@media (min-width: 768px) {
  .btn.btn-apply {
    min-width: 380px;
  }
}
@media (max-width: 374px) {
  .btn.btn-apply {
    min-width: 100%;
  }
}
.btn.btn-apply::after {
  border: 1px solid #FFFFFF;
  background-color: #D11569;
}
@media (min-width: 768px) {
  .btn.btn-apply:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.btn.btn-exam, .btn.btn-access {
  display: flex;
  justify-content: flex-start;
  gap: 34px;
  align-items: center;
  padding-left: 21px;
  padding-block: 16px;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .btn.btn-exam, .btn.btn-access {
    gap: 22px;
    padding-left: 24px;
  }
}
.btn.btn-exam i, .btn.btn-access i {
  position: relative;
  display: inline-block;
  width: 92px;
  height: auto;
  aspect-ratio: 392/254;
  clip-path: path("M 91.268 17.767 A 46.939 28.346 -15 0 1 0.590 42.222 A 46.939 28.346 -15 0 1 91.268 17.767 Z");
}
@media (max-width: 575px) {
  .btn.btn-exam i, .btn.btn-access i {
    width: 82px;
    height: auto;
    aspect-ratio: 82/54;
    clip-path: path("M 78.977 16.824 A 39.316 25.891 -15 1 0 3.023 37.176 A 39.316 25.891 -15 1 0 78.977 16.824");
  }
}
.btn.btn-exam i::before, .btn.btn-access i::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s transform ease;
}
@media (min-width: 768px) {
  .btn.btn-exam:hover i::before, .btn.btn-access:hover i::before {
    transform: scale(110%);
  }
}
.btn.btn-exam i::before {
  background-image: url("/assets/images/opencampus/20220921_0295 1.jpg");
}
.btn.btn-exam {
  /*
  &::before {
    //background-image: url("/assets/images/opencampus/btn-img-001.png");
    background-image: url("/assets/images/opencampus/20220921_0295 1.jpg");
  }
  */
}
.btn.btn-access i::before {
  background-image: url("/assets/images/opencampus/20220714_0099 1.jpg");
}
.btn.btn-access {
  /*
  &::before {
    //background-image: url("/assets/images/opencampus/btn-img-002.png");
    background-image: url("/assets/images/opencampus/20220714_0099 1.jpg");
  }
  */
}
.btn.btn-pdf {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  min-width: 310px;
}
@media (max-width: 575px) {
  .btn.btn-pdf {
    min-width: 100%;
  }
}
.btn.btn-pdf::after {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0;
  background: center center url("/assets/images/common/ico-pdf.svg") no-repeat !important;
  background-color: transparent !important;
  background-size: contain;
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
  transition: none;
}
@media (min-width: 576px) {
  .btn.btn-pdf::after {
    right: 0;
  }
}

/* =========================================================
   MicroModal "ふわっと" モーダル（複数OK / 中だけスクロール）
   - display:none を使わず、opacity + visibility で開閉アニメ対応
   - MicroModal の openClass (デフォルト: is-open) に合わせています
========================================================= */
/* モーダル内の余剰スクロールを背景へ伝えにくくする */
#program-modal .modal__overlay,
#program-modal .modal__container,
#program-modal .modal__content {
  overscroll-behavior: contain;
}
#program-modal .modal__content {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
#program-modal {
  /* 画像読み込み等で「勝手に下にズレる」対策（重要） */
  /* モーダル本文の切替アニメ */
}
#program-modal-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
#program-modal-content.is-switching {
  opacity: 0;
  transform: translateY(8px);
}
#program-modal-content {
  /* 動きたくない人配慮 */
  /*
  @media (prefers-reduced-motion: reduce){
    transition: none;
  }
  */
}
#program-modal {
  /* 台紙（白いコンテナ）を切替時にふわっと */
}
#program-modal .modal__container {
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease;
  will-change: transform, opacity;
  /* 切替中：ちょいだけ小さく＆薄く */
}
#program-modal .modal__container.is-switching {
  transform: translateY(6px) scale(0.985);
  opacity: 0.96;
}
.modal {
  /* =========================
     ルート（全体）.modal
  ========================= */
  position: fixed;
  inset: 0;
  z-index: 1000;
  font-family: inherit;
  /* 閉じてる状態（アニメのため display:none は使わない） */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s; /* フェードアウト後に不可視化 */
  /* =========================
  MicroModal が aria-hidden を切り替えるので、どちらでも開けるようにする
    .modal.is-open,
    .modal[aria-hidden="false"] {
  ========================= */
}
.modal.is-open, .modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.modal {
  /* =========================
    背景オーバーレイ .modal__overlay
  ========================= */
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modal {
  /* =========================
    モーダル本体（パネル） .modal__container
  ========================= */
}
.modal__container {
  background: #fff;
  width: min(688px, 100vw - 48px); /* 24px*2 */
  max-height: min(82vh, 820px);
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  /* ふわっと：ちょい下 + ちょい縮小 + 透明 */
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
@media (max-width: 991px) {
  .modal__container {
    padding: 34px 24px 20px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .modal__container {
    padding: 28px 14px 14px;
  }
}
@media (max-width: 575px) {
  .modal__container {
    margin-top: 12%;
    max-height: min(76vh, 820px);
  }
}
@media (max-width: 374px) {
  .modal__container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal__container {
  /* デフォルトの青枠を消す */
}
.modal__container:focus {
  outline: none;
}
.modal {
  /* =========================
    開いたとき
  .modal.is-open .modal__container,
  .modal[aria-hidden="false"] .modal__container
  ========================= */
}
.modal.is-open .modal__container, .modal[aria-hidden=false] .modal__container {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal {
  /* =========================
    ヘッダー .modal__header
  ========================= */
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 991px) {
  .modal__header {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 767px) {
  .modal__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.modal__header--close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: center center url("/assets/images/common/ico-close.svg") no-repeat;
  background-color: #802358;
  background-size: 60%;
  transition: 0.3s background-color ease;
  position: absolute;
  top: -40px;
  right: -50px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal__header--close {
    top: -24px;
    right: -24px;
  }
}
@media (max-width: 767px) {
  .modal__header--close {
    width: 32px;
    height: 32px;
    top: -72px;
    right: -14px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 768px) {
  .modal__header--close:hover {
    background-color: #D11569;
  }
}
.modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.modal__close {
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  /* タップしやすく */
  padding: 6px 8px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .modal__close:hover {
    background: rgba(0, 0, 0, 0.06);
  }
}
.modal {
  /* =========================
    本文（ここだけスクロール）.modal__content
  ========================= */
}
.modal__content {
  overflow-anchor: none; /* ←これ超効く */
  padding: 0 10px;
  /* flex内スクロールの必須セット */
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
}
@media (min-width: 992px) {
  .modal__content {
    padding-left: 24px;
    padding-right: 18px;
  }
}
.modal__content > * {
  max-width: 100%;
}
.modal__content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal__content::-webkit-scrollbar-track {
  background: #EEEEEE;
}
.modal__content::-webkit-scrollbar-thumb {
  background: #802358;
  border-radius: 1.5px;
}
.modal__content::-webkit-scrollbar-thumb:hover {
  background: #D11569;
}
.modal__content::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.modal__content::-webkit-scrollbar-button:single-button {
  display: none;
}
.modal__content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.modal__content::-webkit-scrollbar-corner {
  background: transparent;
}
.modal__content {
  scrollbar-width: thin;
  scrollbar-color: #802358 #EEEEEE;
}
.modal__content:focus {
  outline: none;
}
.modal__content:focus-visible {
  outline: 1px solid transparent;
  outline-offset: 3px;
}
.modal {
  /* =========================
    フッター
  ========================= */
}
.modal__footer {
  padding: 26px 10px 6px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) {
  .modal__footer {
    padding: 26px 26px 6px 24px;
  }
}
@media (max-width: 767px) {
  .modal__footer {
    padding: 20px 10px 12px;
  }
}
.modal_prev, .modal_next {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #000000;
}
.modal_prev {
  margin-right: auto;
}
@media (min-width: 768px) {
  .modal_prev:hover::before {
    background-color: #D11569;
  }
}
.modal_next {
  margin-left: auto;
}
@media (min-width: 768px) {
  .modal_next:hover::after {
    background-color: #D11569;
  }
}
.modal_prev::before, .modal_next::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: center center no-repeat;
  background-size: 40%;
  background-color: #802358;
  vertical-align: bottom;
}
.modal_prev::before {
  background-image: url("/assets/images/common/arrow-left.svg");
  margin-right: 1em;
}
.modal_next::after {
  background-image: url("/assets/images/common/arrow-right.svg");
  margin-left: 1em;
}
.modal {
  /********************************************************************** .modal END **/
}

/* =========================
  アニメ無効化（配慮）
========================= */
/*
@media (prefers-reduced-motion: reduce) {
  .modal,
  .modal__container {
    transition: none !important;
  }
  .modal__container {
    transform: none !important;
  }
}
*/
/* =========================
   モーダル本文デザイン
========================= */
.p-article {
  text-align: left;
  padding-bottom: 60px;
}
.p-article--header {
  border-bottom: 2px #ccc dotted;
  margin-bottom: 20px;
  position: relative;
}
.p-article--header .badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .p-article--header .badge {
    right: 10px;
  }
}
.p-article time {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.p-article .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 8px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 20px;
}
.p-article .tags li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #D11569;
  padding: 0.3em 0.8em;
  border: 1.5px solid #D11569;
  border-radius: 1em;
}
.p-article h2 {
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  color: #802358;
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .p-article h2 {
    font-size: 18px;
    line-height: 1.3333;
  }
}
.p-article h3 {
  font-size: 14px;
  line-height: 1.571;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .p-article h3 {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-article h4 {
  font-size: 14px;
  line-height: 1.571;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .p-article h4 {
    font-size: 12px;
    line-height: 1.625;
  }
}
.p-article p {
  font-size: 14px;
  line-height: 1.571;
  margin-bottom: 1.3em;
}
.p-article figure {
  text-align: center;
  margin-bottom: 20px;
}
.p-article figure img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.p-article figure figcaption {
  margin-top: 0.6em;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.p-article ul li {
  font-size: 14px;
  line-height: 1.57;
}
.p-article .caution {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.p-article .caution li {
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 1.57;
  position: relative;
}
.p-article .caution li::before {
  display: inline-block;
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.cta-grid__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .cta-grid__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.cta-card {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.cta-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #802358;
  opacity: 0.05;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-card__title {
  padding: 30px 16px 0;
}
.cta-card__title h3 {
  font-size: 24px;
  font-weight: bold;
}
.cta-card__body {
  padding: 1em 15px;
}
.cta-card__body *:last-child {
  margin-bottom: 0;
}
.cta-card__desc {
  font-size: 12px;
  line-height: 1.57;
}
@media (min-width: 768px) {
  .cta-card__desc {
    font-size: 14px;
    line-height: 1.57;
  }
}
.cta-card__action {
  padding-bottom: 30px;
  text-align: center !important;
}

.guide-cards__inner {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .guide-cards__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide-card {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 2rem;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  color: #111;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.guide-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  right: 0;
  bottom: 0;
  background-color: #D11569;
  opacity: 0;
  transition: 0.3s opacity ease;
}
@media (min-width: 768px) {
  .guide-card:hover::before {
    opacity: 0.1;
  }
}
.guide-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 100%;
}
.guide-card__icon.icon--book, .guide-card__icon.icon--device, .guide-card__icon.icon--chip {
  width: 37px;
  background: center center no-repeat;
  background-size: contain;
}
.guide-card__icon.icon--book {
  background-image: url(/assets/images/common/ico-book-rb.png);
}
.guide-card__icon.icon--device {
  background-image: url(/assets/images/common/ico-device-rb.png);
}
.guide-card__icon.icon--chip {
  background-image: url(/assets/images/common/ico-chip-rb.png);
}
.guide-card__content {
  flex: 1;
  text-align: left;
}
.guide-card__title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.guide-card__text {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 0 !important;
}

.schedule-card {
  display: block;
  background-color: #F7F4EF;
  border-radius: 6px;
  border: 1px solid transparent;
  text-align: left;
  color: #000000;
  transition: 0.3s border-color ease;
}
.schedule-card__title {
  position: relative;
}
.schedule-card__title h3 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.schedule-card__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/common/color.bg.png");
  opacity: 0.65;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.mod--spring + .schedule-list--body .schedule-card__title::before, .mod--spring .schedule-card__title::before {
  background-size: 743px 560px;
  background-position: -194px -143px;
}
.mod--summer + .schedule-list--body .schedule-card__title::before, .mod--summer .schedule-card__title::before {
  background-size: 1086px 818px;
  background-position: -184px -666px;
}
.mod--autumn + .schedule-list--body .schedule-card__title::before, .mod--autumn .schedule-card__title::before {
  background-size: 889px 670px;
  background-position: -372px -216px;
}
.mod--winter + .schedule-list--body .schedule-card__title::before, .mod--winter .schedule-card__title::before {
  background-size: 1193px 899px;
  background-position: right -377px;
}
.schedule-card__date {
  display: block;
  padding: 15px 18px 13px;
  font-weight: bold;
  position: relative;
}
a .schedule-card__date::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: center center url("/assets/images/common/ico-plus.svg") no-repeat;
  background-size: 50%;
  background-color: #802358;
  transition: 0.3s background-color ease;
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  a .schedule-card__date::after {
    width: 28px;
    height: 28px;
  }
}
.section-opencampus a .schedule-card__date::after {
  display: none;
}
@media (min-width: 768px) {
  a:hover .schedule-card__date::after {
    background-color: #D11569;
  }
}
.schedule-card__monthday {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.124;
}
@media (max-width: 991px) {
  .schedule-card__monthday {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .schedule-card__monthday {
    font-size: 26px;
    line-height: 1.2;
  }
}
.schedule-card__weekday {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .schedule-card__weekday {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .schedule-card__weekday {
    font-size: 14px;
    line-height: 1.2;
  }
}
.schedule-card__time {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .schedule-card__time {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .schedule-card__time {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .schedule-card:hover {
    border-color: #D11569;
  }
}
.schedule-card .badge {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 1;
}

.program-card {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .program-card {
    margin-bottom: 10px;
  }
}
.program-card--image img {
  border-radius: 10px;
}
.program-card--body {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .program-card--body {
    padding-top: 15px;
  }
}
.program-card--body h3 {
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .program-card--body h3 {
    font-size: 15px;
    line-height: 1.625;
    margin-bottom: 0.6em;
  }
}
.program-card--body p {
  font-size: 14px;
  line-height: 1.57;
}
.program-card--schedule {
  position: relative;
}
@media (max-width: 767px) {
  .program-card--schedule > .mod--inner {
    overflow-x: auto;
    /* firefox */
    scrollbar-width: thin;
    scrollbar-color: #802358;
    /* Chrome / Edge / Safari */
  }
  .program-card--schedule > .mod--inner::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .program-card--schedule > .mod--inner::-webkit-scrollbar-track {
    background: #EEEEEE;
  }
  .program-card--schedule > .mod--inner::-webkit-scrollbar-thumb {
    background: #802358;
    border-radius: 1.5px;
  }
  .program-card--schedule > .mod--inner::-webkit-scrollbar-thumb:hover {
    background: #D11569;
  }
}
@media (max-width: 767px) {
  .program-card--schedule::after {
    position: absolute;
    content: "";
    display: block;
    width: 10%;
    height: calc(100% - 5px);
    top: 0;
    right: -1px;
    background: linear-gradient(to right, transparent, #F7F4EF);
  }
}
.program-card--schedule ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .program-card--schedule ul {
    flex-wrap: nowrap;
  }
}
.program-card--schedule ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .program-card--schedule ul li {
    padding-bottom: 10px;
  }
}
.program-card--schedule ul li span {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 0.267em 0.2em 0.267em 0.6em;
}
@media (max-width: 767px) {
  .program-card--schedule ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.program-card--schedule ul li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #D11569;
  opacity: 0.1;
}
.program-card--schedule ul li span em {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.program-card--schedule ul li span small {
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .program-card--schedule ul::after {
    display: inline-block;
    content: "";
    width: 30px;
    padding-left: 30px;
    height: 1em;
  }
}

.badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 38px;
  background: center center no-repeat;
  background-size: contain;
}
.badge--yellow {
  background-image: url("/assets/images/opencampus/badge-yellow.svg");
}
.badge--pink {
  background-image: url("/assets/images/opencampus/badge-pink.svg");
}
.badge {
  font-size: 10px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
