@charset "UTF-8";
/*======================================
    font
======================================*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttc) format("truetype");
  font-weight: 400;
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "sans-serif";
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

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

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
map area:hover {
  cursor: pointer;
}

.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.wrap {
  font-size: min(1vw, 1.6rem);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.inner-sm {
  max-width: 1080px;
  width: 90%;
}

/*======================================
    section
======================================*/
.section-ttl01__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-ttl01 {
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  column-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .section-ttl01 {
    font-size: 0.8125em;
  }
  .section-ttl01 span.en {
    font-size: 2.77em;
  }
}
.section-ttl01 span.en {
  display: block;
  font-size: 2.76em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.09em;
  transform: translateY(0.15em);
  margin-left: -0.1em;
}

.section-ttl02 {
  font-size: 1.25em;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  column-gap: 0.5em;
  letter-spacing: 0.22em;
  padding-bottom: 2.5em;
  position: relative;
  margin-bottom: 2.5em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .section-ttl02 {
    font-size: 0.8125em;
    letter-spacing: normal;
  }
}
.section-ttl02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .section-ttl02::before {
    width: 2.54em;
  }
}
.section-ttl02 span.en {
  display: block;
  font-size: 4em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.09em;
  transform: translateY(0.15em);
}
@media screen and (max-width: 768px) {
  .section-ttl02 span.en {
    font-size: 2.77em;
  }
}

.section-ttl03 {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-ttl03 {
    font-size: 0.8125em;
    letter-spacing: normal;
  }
}
.section-ttl03 span.line {
  display: block;
  position: relative;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .section-ttl03 span.line {
    margin-bottom: 0.8em;
  }
}
.section-ttl03 span.line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  z-index: -1;
}
.section-ttl03 span.en {
  display: block;
  font-size: 3em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.09em;
  display: inline-block;
  background-color: #fff;
  padding: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .section-ttl03 span.en {
    font-size: 2.77em;
  }
}

.section-ttl04 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .section-ttl04 {
    font-size: 0.8125em;
    letter-spacing: normal;
  }
}
.section-ttl04 span.en {
  display: block;
  font-size: 3em;
  letter-spacing: 0.09em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .section-ttl04 span.en {
    font-size: 2.77em;
    margin-bottom: 0.35em;
  }
}

.more a,
.more div {
  display: inline-block;
  position: relative;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  transition: padding-right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .more a,
  .more div {
    padding-bottom: 0.2em;
    padding-right: 1.4em;
  }
}
.more a:hover,
.more div:hover {
  padding-right: 3.25em;
}
@media screen and (max-width: 768px) {
  .more a:hover,
  .more div:hover {
    padding-right: 1.2em;
  }
}
.more a::before,
.more div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
}
.more a::after,
.more div::after {
  content: "";
  position: absolute;
  right: 0.42em;
  bottom: -0.175em;
  width: 1px;
  height: 1.25em;
  transform: rotate(-45deg);
  background-color: #000;
}
.more a span,
.more div span {
  display: inline-block;
  font-size: 1.875em;
  letter-spacing: 0.09em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
}
@media screen and (max-width: 768px) {
  .more a span,
  .more div span {
    font-size: 1.125em;
  }
}

/*======================================
    page
======================================*/
.p__mv {
  margin-bottom: 6.5em;
}
@media screen and (max-width: 768px) {
  .p__mv {
    margin-bottom: 2.25em;
  }
}

.p__ttl {
  font-size: 0.875em;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__ttl {
    font-size: 0.8125em;
    letter-spacing: normal;
  }
}
.p__ttl span.en {
  display: block;
  font-size: 4.57em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.04em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .p__ttl span.en {
    font-size: 2.77em;
    letter-spacing: 0.09em;
  }
}

.p-section-ttl {
  text-align: center;
  font-size: 1.875em;
  font-family: "Noto Serif JP", "sans-serif";
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-weight: 500;
  padding-bottom: 0.75em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section-ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
    padding-bottom: 0.4em;
  }
}
.p-section-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.08em;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-section-ttl::before {
    width: 1.48em;
  }
}

/*======================================
    modal
======================================*/
.modal {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  padding: 40px 20px;
  display: none;
  z-index: 600;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 0;
  }
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal::before {
    display: none;
  }
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 1188px;
}
@media screen and (max-width: 768px) {
  .modal-body {
    width: 100%;
  }
}

.modalClose {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}
@media screen and (max-width: 768px) {
  .modalClose {
    top: 1.25em;
    right: 1.25em;
  }
}
.modalClose .modal-close-simple {
  width: 3.25em;
  height: 3.25em;
  position: relative;
}
.modalClose .modal-close-simple::before, .modalClose .modal-close-simple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75em;
  height: 1px;
  background-color: #000;
  border-radius: 10px;
}
.modalClose .modal-close-simple::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose .modal-close-simple::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-open:hover {
  cursor: pointer;
}

.way-modal-content {
  padding: 2.5em 2.5em;
}
@media screen and (max-width: 768px) {
  .way-modal-content {
    padding: 6em 1.875em 2.5em;
  }
}
.way-modal-content.-way1 {
  background-color: #f5d1e6;
}
.way-modal-content.-way2 {
  background-color: #e1f1c6;
}
.way-modal-content.-way3 {
  background-color: #cfddfb;
}
.way-modal-content.-way4 {
  background-color: #fdfdc7;
}

.way-modal__ttl {
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 2.3571428571;
}
.way-modal__ttl span {
  display: block;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.79em;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.12;
}

.way-modal__lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 600;
  font-family: "Noto Serif JP", "sans-serif";
  margin-top: 1em;
}

.way-modal__text {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt";
  max-width: 41em;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .way-modal__text {
    font-size: 0.75em;
    line-height: 2;
  }
}

.way-modal__lists {
  margin-top: 2em;
}
.way-modal__lists li {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.0625;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .way-modal__lists li {
    font-size: 0.875em;
    line-height: 2;
  }
}

.way-modal__detail {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .way-modal__detail {
    margin-top: 2em;
  }
}

.way-modal__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 53.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .way-modal__details {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.way-modal__details li {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
  padding: 0 1em;
  text-align: justify;
  min-height: 6.78em;
}
@media screen and (max-width: 768px) {
  .way-modal__details li {
    min-height: auto;
    padding: 1em 0;
    font-size: 0.75em;
    line-height: 2;
  }
}
.way-modal__details li:not(:first-child) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .way-modal__details li:not(:first-child) {
    border-left: none;
    border-top: 1px solid #000;
  }
}

.curriculum-modal-body {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  padding: 3em 3.125em;
}
@media screen and (min-width: 769px) {
  .curriculum-modal-body.-full {
    padding: 5em 3.125em;
  }
  .curriculum-modal-body.-full .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
.curriculum-modal-body.-full {
  background-color: #fdfdc7;
}
@media screen and (max-width: 768px) {
  .curriculum-modal-body {
    padding: 6em 1.125em 2.5em;
  }
  .curriculum-modal-body.-full {
    height: 100%;
  }
}

.curriculum-modal__ttl {
  font-size: 1.875em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
}
.curriculum-modal__ttl.-sm {
  font-size: 1.375em;
  letter-spacing: 0.135em;
}
@media screen and (max-width: 768px) {
  .curriculum-modal__ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
  }
}

.curriculum-modal__text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  max-width: 63.14em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .curriculum-modal__text {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    width: 90%;
  }
}

.curriculum-modal__img--wrap {
  margin-top: 3em;
  background-color: #fff;
  border-radius: 0.625em;
  padding: 5em 5.625em 3.75em;
}
@media screen and (max-width: 768px) {
  .curriculum-modal__img--wrap {
    padding: 2em 1.125em 2em;
    margin-top: 2em;
  }
}

@media screen and (max-width: 768px) {
  .curriculum-modal__img {
    margin-right: calc(50% - 50vw);
    padding-right: 2.25em;
    padding-bottom: 0.5em;
    overflow: scroll;
  }
  .curriculum-modal__img img {
    width: 37.125em;
  }
}

/*======================================
    archive
======================================*/
.archive {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .archive {
    padding-bottom: 2.5em;
    margin-top: 5em !important;
  }
  .archive .inner-sm {
    width: 81%;
  }
}

.archive-cards {
  padding-bottom: 2.5em;
}

/*======================================
    single
======================================*/
.single {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}

.s-date {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #9b9b9b;
}

.s-ttl {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.7777777778;
  font-feature-settings: "palt";
  margin-top: 0.25em;
  margin-bottom: 1.5em;
}

.s-thumb {
  margin: 1.875em auto;
}
.s-thumb img {
  height: auto;
}

.s-btn {
  margin: 2.5em auto;
}
.s-btn .entry-btn {
  font-size: 0.875em;
  height: 4em;
  max-width: 21.7em;
}

.s-content {
  text-align: justify;
  font-feature-settings: "palt";
  line-height: 2;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5 {
  font-weight: 500;
  margin: 1.5em 0 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .s-content h2, .s-content h3, .s-content h4, .s-content h5 {
    letter-spacing: 0.05em;
  }
}
.s-content h2 {
  position: relative;
  padding-left: 1em;
}
.s-content h2::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.s-content p {
  font-size: 0.875em;
  margin-bottom: 1.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .s-content p {
    letter-spacing: 0.05em;
  }
}
.s-content img {
  width: 73%;
  display: block;
  margin: 1.25em auto;
}
.s-content a {
  text-decoration: underline;
  color: #66b1e7;
  transition: opacity 0.3s ease;
  word-break: break-all;
}
.s-content a:hover {
  opacity: 0.7;
}

.s-sns__links {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 1.875em;
  display: flex;
  column-gap: 0.75em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .s-sns__links {
    margin-top: 2.5em;
  }
}

.s-sns__link {
  width: 1.8125em;
}
.s-sns__link a {
  display: block;
  transition: opacity 0.3s ease;
}
.s-sns__link a:hover {
  opacity: 0.7;
}
.s-sns__link button {
  background-color: unset;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*======================================
    pagination
======================================*/
.pagination {
  margin-top: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 2.5em;
  }
}
.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8125em;
  width: 2em;
  height: 2em;
}
.pagination span.current {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.s-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .s-pagination {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1em;
    row-gap: 2em;
  }
}

.s-page.-prev {
  grid-column: 1/2;
  max-width: 18.125em;
  width: 100%;
}
.s-page.-archive {
  grid-column: 2/3;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .s-page.-archive {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.s-page.-next {
  grid-column: 3/4;
  max-width: 18.125em;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .s-page.-next {
    grid-column: 2/3;
  }
}

.s-page__link {
  display: block;
  position: relative;
}
.s-page__link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.6875em;
  height: 4.875em;
  background: url(../img/top/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .s-page__link::before {
    width: 0.8em;
  }
}
.s-page__link.-prev {
  padding-left: 3.125em;
}
@media screen and (max-width: 768px) {
  .s-page__link.-prev {
    padding-left: 0;
  }
}
.s-page__link.-prev:hover::before {
  left: -0.25em;
}
@media screen and (max-width: 768px) {
  .s-page__link.-prev:hover::before {
    left: -1.75em;
  }
}
.s-page__link.-prev::before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
  transition: left 0.3s ease;
}
@media screen and (max-width: 768px) {
  .s-page__link.-prev::before {
    left: -1.5em;
  }
}
.s-page__link.-next {
  padding-right: 3.125em;
}
@media screen and (max-width: 768px) {
  .s-page__link.-next {
    padding-right: 0;
  }
}
.s-page__link.-next:hover::before {
  right: -0.25em;
}
@media screen and (max-width: 768px) {
  .s-page__link.-next:hover::before {
    right: -1.75em;
  }
}
.s-page__link.-next::before {
  right: 0;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .s-page__link.-next::before {
    right: -1.5em;
  }
}

.s-page__thumb {
  position: relative;
}
.s-page__thumb::before {
  content: "";
  display: block;
  padding-top: 48.75%;
}
.s-page__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-page__date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #9b9b9b;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .s-page__date {
    font-size: 0.625em;
  }
}

.s-page__cat,
.s-page__ttl {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .s-page__cat,
  .s-page__ttl {
    font-size: 0.625em;
  }
}

.s-page__cat {
  margin-top: 0.5em;
}

.s-page__archive--link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  width: 6.25em;
  height: 6.25em;
  border: 1px solid #000;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .s-page__archive--link {
    margin-left: auto;
    margin-right: auto;
  }
}
.s-page__archive--link:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  transition: all 0.3s ease;
}
.header.-page {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(255, 255, 255) 57%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.h__inner {
  padding: 1.4375em 2.5em 0 1.875em;
  display: flex;
  column-gap: 1em;
}
@media screen and (max-width: 1024px) {
  .h__inner {
    padding: 0.75em 0.75em 0;
  }
}

.h__logo--wrap.-top {
  display: none;
}

.h__logo a {
  display: block;
  width: 9.125em;
}
@media screen and (max-width: 1024px) {
  .h__logo a {
    width: 5.25em;
  }
}

.h__links--wrap {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .h__links--wrap {
    display: none;
  }
}
.h__links--wrap a {
  transition: opacity 0.3s ease;
}
.h__links--wrap a:hover {
  opacity: 0.7;
}

.h__links {
  display: flex;
  column-gap: 2em;
  padding-top: 0.25em;
}

.h__link {
  text-align: center;
}
.h__link a {
  text-align: center;
  font-size: 0.8125em;
  letter-spacing: 0.07em;
}
.h__link a span {
  display: block;
  font-size: 0.85em;
  letter-spacing: 0.07em;
  margin-top: 0.5em;
  text-align: center;
}

.h__sns--links {
  display: flex;
  column-gap: 0.75em;
  margin-left: 2.625em;
  padding-top: 0.5em;
}

.h__sns--link a {
  display: block;
  width: 1.85em;
}

.h__page--links {
  margin-left: 2.75em;
  display: flex;
  column-gap: 1.375em;
}
@media screen and (max-width: 1024px) {
  .h__page--links {
    margin-left: 0;
    justify-content: center;
    margin-top: 2.25em;
  }
}

.h__page--link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  color: #fff;
}
.h__page--link a.document {
  background-color: #cf8a70;
}
.h__page--link a.document span::before {
  width: 1.5em;
  height: 2.1em;
  background: url(../img/common/icon_document.svg) no-repeat center/contain;
}
.h__page--link a.mail {
  background-color: #334b5e;
}
.h__page--link a.mail span::before {
  width: 2.2em;
  height: 1.5em;
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
  top: 0.5em;
}
.h__page--link a span {
  font-size: 0.75em;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: inline-block;
  padding-top: 3.2em;
  position: relative;
}
.h__page--link a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*======================================
    drawer
======================================*/
.d-icon {
  position: fixed;
  top: 1.5625em;
  right: 1.5625em;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 1024px) {
  .d-icon {
    display: block;
  }
}
.d-icon.is-active .d-icon__bar {
  background-color: #fff;
}
.d-icon.is-active .d-icon__bar.bar1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.d-icon.is-active .d-icon__bar.bar2 {
  width: 2.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.d-icon__bars {
  width: 2.5em;
  height: 0.625em;
  position: relative;
}

.d-icon__bar {
  width: 2.5em;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.d-icon__bar.bar1 {
  top: 0;
  left: 0;
}
.d-icon__bar.bar2 {
  width: 2em;
  top: 100%;
  left: 0;
}

.d-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 400;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateX(105%);
  transition: all 0.3s ease;
}
.d-contents.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.d__logo {
  padding: 1.25em 1.25em 0;
}
.d__logo a {
  display: block;
  width: 4.8125em;
}

.d__inner {
  max-width: 16.5em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 2.5em;
}

.d__sns--links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25em;
  margin-top: 2.5em;
}

.d__sns--link a {
  display: block;
}

.d__links {
  margin-top: 1.375em;
}

.d__link {
  border-top: 1px solid #fff;
}
.d__link:last-child {
  border-bottom: 1px solid #fff;
}
.d__link a {
  display: flex;
  align-items: center;
  font-size: 0.8125em;
  letter-spacing: 0.07em;
  column-gap: 0.5em;
  height: 3.46em;
  position: relative;
  transition: opacity 0.3s ease;
}
.d__link a:hover {
  opacity: 0.7;
}
.d__link a:hover::before {
  right: 0.75em;
}
.d__link a::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
.d__link a span {
  display: block;
  font-size: 0.77em;
  letter-spacing: 0.07em;
}

.footer {
  padding: 9.375em 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5.5em 0;
  }
}
.footer a {
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.7;
}

.f__inner {
  display: flex;
  column-gap: 3.125em;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .f__inner {
    flex-direction: column;
  }
}

.f__logo {
  width: 10.625em;
}
@media screen and (max-width: 768px) {
  .f__logo {
    width: 9.5625em;
    margin-left: auto;
    margin-right: auto;
  }
}

.f__contents {
  display: flex;
  column-gap: 2.5em;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .f__contents {
    flex-direction: column;
    max-width: 81.3%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 4.375em;
    row-gap: 2.5em;
  }
}

.f__content {
  padding-left: 1.25em;
  border-left: 1px solid #000;
}

.f__content--ttl {
  font-size: 1.625em;
  letter-spacing: 0.09em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
}
@media screen and (max-width: 768px) {
  .f__content--ttl {
    font-size: 2.125em;
  }
}

.f__links {
  margin-top: 1em;
}

.f__link a {
  display: block;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1666666667;
}
@media screen and (max-width: 768px) {
  .f__link a {
    font-size: 1em;
    line-height: 2.125;
  }
}

.f__page--link:first-child a {
  margin-top: -0.855em;
}
.f__page--link a {
  display: block;
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4615384615;
}

.copy {
  text-align: center;
  margin-top: 3em;
}
.copy small {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copy small {
    letter-spacing: 0.025em;
  }
}

/*======================================
    page links
======================================*/
.page__links {
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 7.5em;
}

.page__link a {
  display: flex;
  align-items: center;
  height: 11.5625em;
  color: #fff;
  padding: 0 5em 0 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.75em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page__link a {
    flex-direction: column;
    padding: 0;
    justify-content: center;
    height: 9.5625em;
  }
}
.page__link a:hover {
  opacity: 0.7;
}
.page__link a:hover::before {
  right: 3.5em;
}
.page__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.75em;
  transform: translateY(-50%);
  width: 0.875em;
  height: 3em;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page__link a::before {
    display: none;
    text-align: center;
  }
}
.page__link a.document {
  background-color: #cf8a70;
}
.page__link a.document span.circle img {
  width: 1.3125em;
}
@media screen and (max-width: 768px) {
  .page__link a.document span.circle img {
    width: 0.9375em;
  }
}
.page__link a.mail {
  background-color: #334b5e;
  padding-left: 3em;
}
@media screen and (max-width: 768px) {
  .page__link a.mail {
    padding-left: 0;
  }
}
.page__link a.mail span.circle img {
  width: 1.8125em;
}
@media screen and (max-width: 768px) {
  .page__link a.mail span.circle img {
    width: 1.3125em;
  }
}
.page__link a span.text {
  display: inline-block;
  font-size: 1.375em;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page__link a span.text {
    font-size: 1.0625em;
    text-align: center;
    line-height: 1.2352941176;
    letter-spacing: 0.1em;
    margin-top: 1em;
  }
}
.page__link a span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .page__link a span.circle {
    width: 3.3125em;
    height: 3.3125em;
  }
}

/*======================================
    TOP
======================================*/
.top-btn {
  writing-mode: vertical-rl;
  position: fixed;
  top: 13.125em;
  right: 0;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .top-btn {
    top: 4.375em;
  }
}
.top-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.46em;
  height: 12.77em;
  border-radius: 0.38em 0 0 0.38em;
  font-size: 1.625em;
  letter-spacing: 0.355em;
  font-weight: 700;
  color: #fff;
  background-color: #d48013;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-btn a {
    font-size: 1.25em;
    letter-spacing: 0.155em;
    width: 2.5em;
    height: 9.85em;
    border-radius: 0.5em 0 0 0.5em;
  }
}
.top-btn a:hover {
  opacity: 0.7;
}

.top-mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-mv {
    background: url(../img/top/mv_sp.jpg) no-repeat center/cover;
  }
}

.top-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -63%);
  width: 21.3125em;
}
@media screen and (max-width: 768px) {
  .top-mv__logo {
    width: 10.75em;
    transform: translate(-50%, -61%);
  }
}

.top-mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -93%);
  width: min(26.0416666667vw, 31.25em);
}
@media screen and (max-width: 1439px) {
  .top-mv__text {
    width: 32em;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__text {
    width: 13.875em;
    transform: translate(-50%, -243%);
  }
}

.top-mv__scroll {
  position: absolute;
  bottom: 20.5%;
  transform: translateY(100%);
  right: 6em;
}
@media screen and (max-width: 768px) {
  .top-mv__scroll {
    display: none;
  }
}
.top-mv__scroll .scroll__text {
  writing-mode: vertical-lr;
  width: 2.5em;
  display: flex;
  align-items: center;
  padding-top: 3.75em;
  height: 11.25em;
  padding-bottom: 1em;
  position: relative;
  animation: infinite scroll 1.5s ease-out;
}
.top-mv__scroll .scroll__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.top-mv__scroll .scroll__text::after {
  content: "";
  position: absolute;
  bottom: 0.9em;
  left: -0.3em;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.top-mv__scroll span {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.09em;
  color: #fff;
  font-size: 1.1875em;
}

@keyframes scroll {
  0% {
    height: 11.25em;
    height: 10em;
  }
  100% {
    height: 11.25em;
  }
}
.top-pickup {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 3em;
  background-color: #fff;
  margin-top: -9em;
  position: relative;
  z-index: 2;
  border-radius: 1.5625em 1.5625em 0 0;
}
@media screen and (max-width: 768px) {
  .top-pickup {
    margin-top: -4.5em;
    padding-top: 1.5em;
  }
}

.top-pickup__ttl {
  font-size: 4em;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 768px) {
  .top-pickup__ttl {
    font-size: 2.25em;
  }
}

.top-pickup__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-pickup__wrap {
    margin: 0 calc(50% - 50vw);
  }
}

.pickup-swiper {
  padding-bottom: 3.125em;
}
@media screen and (max-width: 768px) {
  .pickup-swiper {
    padding-bottom: 1.7em;
  }
}
.pickup-swiper .pickup-swiper-pagination {
  bottom: 0 !important;
}
.pickup-swiper .pickup-swiper-pagination .swiper-pagination-bullet {
  width: 3.125em;
  height: 0.375em;
  border-radius: 0;
  background-color: #000;
}

.pickup__card {
  display: block;
  position: relative;
}
.pickup__card::before {
  content: "";
  display: block;
  padding-top: 48.8151658768%;
  background-color: lightgray;
}
.pickup__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-cards {
  padding-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .top-cards {
    padding-top: 2.4em;
  }
}
.top-cards .more {
  margin-right: 6em;
}
@media screen and (max-width: 768px) {
  .top-cards .more {
    margin-right: 0;
  }
}

.inner-top-cards {
  max-width: 1760px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner-top-cards {
    width: 80%;
  }
}

.top-cards-swiper__wrap {
  margin-right: calc(50% - 50vw);
  margin-top: 1.75em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .top-cards-swiper__wrap {
    margin-top: 1.5em;
    margin-bottom: 2.25em;
  }
}

.top-cards-swiper .top-cards-swiper-next {
  right: 2.1875em;
  width: 1.625em;
  height: 5.625em;
  background: url(../img/top/icon_arrow.svg) no-repeat center/contain;
  margin-top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-cards-swiper .top-cards-swiper-next {
    display: none;
  }
}
.top-cards-swiper .top-cards-swiper-next::after {
  content: "";
}

.top-card {
  display: block;
  transition: opacity 0.3s ease;
}
.top-card:hover {
  opacity: 0.7;
}

.top-card__img {
  position: relative;
}
.top-card__img::before {
  content: "";
  display: block;
  padding-top: 48.7179487179%;
  background-color: lightgray;
}
.top-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-card__date {
  font-weight: 700;
  font-size: 0.6875em;
  letter-spacing: 0.075em;
  color: #9b9b9b;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-card__date {
    font-size: 0.625em;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
}

.top-card__head {
  font-size: 0.8125em;
  line-height: 1.7692307692;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-card__head {
    font-size: 0.6875em;
    line-height: 1.7272727273;
  }
}

.top-card__ttl {
  font-size: 0.8125em;
  line-height: 1.7692307692;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-card__ttl {
    font-size: 0.6875em;
    line-height: 1.7272727273;
  }
}

.top-news {
  padding: 2.25em 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 0.5em 0;
  }
}

.top-news__inner {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    width: 81%;
  }
}

.news__lists {
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin-top: 1.25em;
  }
}

.news__list {
  border-top: 1px solid #000;
}
.news__list:last-child {
  border-bottom: 1px solid #000;
}
.news__list a {
  display: grid;
  grid-template-columns: 6.25em auto;
  transition: opacity 0.3s ease;
  padding: 1.3125em 2.5em 1.3125em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__list a {
    grid-template-columns: 1fr;
    padding: 0.3125em 1.5em 0.9em 0;
  }
}
.news__list a::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1.75em;
  transform: translateY(-50%);
  font-size: 0.8125em;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__list a::before {
    right: 0.75em;
    font-size: 0.625em;
  }
}
.news__list a:hover {
  opacity: 0.7;
}
.news__list a:hover::before {
  right: 1.5em;
}
@media screen and (max-width: 768px) {
  .news__list a:hover::before {
    right: 0.5em;
  }
}

.news__list--date {
  font-size: 0.6875em;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #9b9b9b;
  line-height: 2.0909090909;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 0.625em;
  }
}

.news__list--ttl {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.7692307692;
}
@media screen and (max-width: 768px) {
  .news__list--ttl {
    font-size: 0.6875em;
    line-height: 1.7272727273;
    margin-top: 0.5em;
  }
}

.top-about {
  padding-top: 4.75em;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 13.25em;
  }
}

.top-about__inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    width: 81%;
  }
}

.box {
  max-width: 1500px;
  width: 90%;
  display: flex;
  align-items: start;
  column-gap: 9%;
}
@media screen and (max-width: 768px) {
  .box {
    flex-direction: column;
    width: 100%;
  }
}

.box__right {
  margin-left: auto;
}
.box__right .top-about__img {
  border-radius: 2.5em 0 0 2.5em;
}
@media screen and (max-width: 768px) {
  .box__right .top-about__img {
    border-radius: 0;
  }
}

.box__left {
  margin-right: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .box__left {
    flex-direction: column;
  }
}
.box__left .top-about__img {
  border-radius: 0 2.5em 2.5em 0;
}
@media screen and (max-width: 768px) {
  .box__left .top-about__img {
    border-radius: 0;
  }
}

.top-about__texts {
  width: 38.3%;
}
@media screen and (max-width: 768px) {
  .top-about__texts {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .top-about__section-ttl {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .top-about__contents {
    order: 3;
    margin-top: 1.2em;
  }
}

.top-about__lead {
  font-size: 1.4375em;
  font-weight: 500;
  line-height: 1.8260869565;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
}
@media screen and (max-width: 768px) {
  .top-about__lead {
    font-size: 1.125em;
    letter-spacing: 0.135em;
  }
  .top-about__lead.-mt {
    margin-top: 1em !important;
  }
}
.top-about__lead span.lg {
  font-size: 1.3em;
  letter-spacing: 0.17em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-about__lead span.lg {
    font-size: 1.44em;
    letter-spacing: 0.09em;
    line-height: 1.5769230769;
  }
}

.top-about__text {
  font-size: 0.875em;
  line-height: 2.2142857143;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 1.5em;
    margin-right: -0.25em;
  }
}

.top-about__img {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top-about__img {
    width: 100%;
    order: 2;
    margin-top: 0.2em;
  }
}
.top-about__img::before {
  content: "";
  display: block;
  padding-top: 68.1933842239%;
}
.top-about__img iframe,
.top-about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-about__img img {
  object-fit: cover;
}

.top-about__more {
  margin-top: 2.5em;
}
.top-about__more a span {
  font-size: 2.875em;
}
@media screen and (max-width: 768px) {
  .top-about__more a span {
    font-size: 1.5em;
  }
}

.top-vision {
  padding: 13em 0 5em;
}
@media screen and (max-width: 768px) {
  .top-vision {
    padding-top: 3.25em;
  }
}
.top-vision .box {
  column-gap: 11.5%;
}
.top-vision .top-about__texts {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .top-vision .top-about__texts {
    width: 100%;
  }
}
.top-vision .top-about__texts .top-about__lead {
  margin-top: -0.5em;
}
.top-vision .top-about__texts .top-about__text {
  margin-right: -1em;
}

.top-course {
  padding: 5.75em 0;
}
@media screen and (max-width: 768px) {
  .top-course {
    padding: 0.75em 0;
  }
}

.top-course__lead {
  font-weight: 500;
  text-align: center;
  font-size: 0.875em;
  line-height: 2.2857142857;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .top-course__lead {
    font-size: 0.75em;
    line-height: 2.3333333333;
    margin-top: 1.5em;
  }
}

.top-course__lists {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .top-course__lists {
    margin-top: 2.75em;
  }
}

.top-course__list {
  border: 1px solid #000;
  border-radius: 2.6875em;
  overflow: hidden;
}
.top-course__list:nth-child(n+2) {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .top-course__list:nth-child(n+2) {
    margin-top: 2.5em;
  }
}

.top-course__list--link {
  display: grid;
  grid-template-columns: 11.5625em auto 11.375em;
  align-items: center;
  padding: 2.5em 4.125em 2.5em 3.5em;
  background-color: #fff;
  min-height: 19.5625em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-course__list--link {
    grid-template-columns: 1fr;
    padding: 2.75em 2.125em 2.5em;
  }
}
.top-course__list--link:hover {
  opacity: 0.7;
}
.top-course__list--link:hover::before {
  right: 1.85em;
}
@media screen and (max-width: 768px) {
  .top-course__list--link:hover .top-course__list--page span::before {
    right: -0.25em;
  }
}
.top-course__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1875em;
  transform: translateY(-50%);
  width: 1.5625em;
  height: 5em;
  background: url(../img/top/icon_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-course__list--link::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top-course__list--img {
    width: 12.375em;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-course__list--contents {
  margin-left: 2.625em;
}
@media screen and (max-width: 768px) {
  .top-course__list--contents {
    margin-left: 0;
  }
}

.top-course__list--head {
  display: flex;
  column-gap: 1em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-course__list--head {
    flex-direction: column;
    align-items: start;
    margin-top: 2.3em;
  }
}

.top-course__list--term {
  font-size: 1.0625em;
  letter-spacing: 0.22em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.26em;
  height: 2.18em;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .top-course__list--term {
    font-size: 0.75em;
    width: 6.33em;
    height: 2.16em;
  }
}

.top-course__list--ttl {
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  column-gap: 0.75em;
}
@media screen and (max-width: 768px) {
  .top-course__list--ttl {
    flex-direction: column;
    align-items: start;
    font-size: 1.5625em;
    margin-top: 0.5em;
    row-gap: 0.25em;
  }
}
.top-course__list--ttl span.lg {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .top-course__list--ttl span.lg {
    font-size: 1.36em;
  }
}

.top-course__list--text {
  font-size: 0.875em;
  letter-spacing: 0.14em;
  line-height: 2.2857142857;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-top: 2em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-course__list--text {
    font-size: 0.75em;
    line-height: 2;
    margin-top: 1em;
    letter-spacing: 0.05em;
  }
}

.top-course__list--page {
  padding-left: 3.57em;
}
@media screen and (max-width: 768px) {
  .top-course__list--page {
    padding-left: 0;
    margin-top: 3em;
  }
}
.top-course__list--page span {
  display: block;
  font-size: 1.3125em;
  line-height: 1.5238095238;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-course__list--page span {
    font-size: 1.5em;
    letter-spacing: 0.145em;
    position: relative;
  }
  .top-course__list--page span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.67em;
    height: 2.25em;
    background: url(../img/top/icon_arrow.svg) no-repeat center/contain;
    transition: right 0.3s ease;
  }
}

.top-curriculum {
  color: #fff;
  text-align: center;
  background: url(../img/top/curriculum_bg.jpg) no-repeat center/cover;
  margin-top: 11.5em;
}
@media screen and (max-width: 768px) {
  .top-curriculum {
    margin-top: 9.25em;
    background: url(../img/top/curriculum_bg_sp.jpg) no-repeat center/cover;
  }
}
.top-curriculum .inner {
  position: relative;
  padding: 12.75em 0 5.875em;
}
@media screen and (max-width: 768px) {
  .top-curriculum .inner {
    padding: 9.25em 0 3.4em;
  }
}

.top-curriculum__links {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-curriculum__links {
    transform: translate(-50%, -58%);
  }
}
.top-curriculum__links .page__links {
  margin-top: 0;
  background-color: #fff;
}

.top-curriculum__ttl {
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-feature-settings: "palt";
  text-shadow: 0 0 4px #000;
}
@media screen and (max-width: 768px) {
  .top-curriculum__ttl {
    font-size: 0.8125em;
  }
}
.top-curriculum__ttl span.en {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  letter-spacing: 0.04em;
  font-size: 4.57em;
  margin-bottom: 0.275em;
}
@media screen and (max-width: 768px) {
  .top-curriculum__ttl span.en {
    font-size: 2.77em;
    letter-spacing: 0.09em;
  }
}

.top-curriculum__lead {
  font-size: 2em;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  margin-top: 1.5em;
  text-shadow: 0 0 4px #000;
}
@media screen and (max-width: 768px) {
  .top-curriculum__lead {
    font-size: 1.625em;
    letter-spacing: 0.07em;
    line-height: 1.5769230769;
    margin-top: 1.25em;
  }
}

.top-curriculum__text {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 2.0588235294;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  margin-top: 1.75em;
  text-shadow: 0 0 4px #000;
}
@media screen and (max-width: 768px) {
  .top-curriculum__text {
    font-size: 0.75em;
    line-height: 2.3333333333;
    letter-spacing: 0.09em;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
  }
}

.top-curriculum__more {
  margin-top: 1.75em;
  text-align: left;
  width: 7.125em;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 4px #000;
}
@media screen and (max-width: 768px) {
  .top-curriculum__more {
    width: 6.125em;
    margin-top: 2.75em;
  }
}
.top-curriculum__more a::before {
  border-color: #fff;
}
.top-curriculum__more a::after {
  background-color: #fff;
}
.top-curriculum__more a span {
  font-size: 2.3125em;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-curriculum__more a span {
    font-size: 2em;
  }
}

.top-campus {
  padding: 10.25em 0 8.5em;
}
@media screen and (max-width: 768px) {
  .top-campus {
    padding: 2.75em 0 4.5em;
  }
}

.top-campus__map {
  max-width: 48.125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  transform: translateX(1%);
}
@media screen and (max-width: 768px) {
  .top-campus__map {
    margin-top: 2.2em;
  }
}

.top-campus__text {
  font-size: 0.875em;
  letter-spacing: 0.14em;
  line-height: 2.2857142857;
  font-weight: 500;
  text-align: center;
  margin-top: 5em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top-campus__text {
    font-size: 0.75em;
    line-height: 2;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
}

.top-campus__more {
  width: 5.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}
.top-campus__more a span {
  font-size: 2.3125em;
}
@media screen and (max-width: 768px) {
  .top-campus__more a span {
    font-size: 2em;
  }
}

.gallery-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.top-gallery__img {
  position: relative;
}
.top-gallery__img::before {
  content: "";
  display: block;
  padding-top: 56.3291139241%;
}
.top-gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-message {
  padding: 11.15em 0;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 5.15em 0;
  }
}

.top-message__img {
  width: 17.8125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.25em;
}
@media screen and (max-width: 768px) {
  .top-message__img {
    width: 13.875em;
    margin-top: 3em;
  }
}

.top-message__position {
  text-align: center;
  font-weight: 500;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  margin-top: 2em;
  font-feature-settings: "palt";
}

.top-message__name {
  text-align: center;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  margin-top: 0.75em;
}
.top-message__name span {
  display: block;
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 1em;
  font-family: "Noto Sans JP", "sans-serif";
}

.top-message__text {
  font-size: 0.9375em;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-top: 2.5em;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-message__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75em;
    line-height: 2;
    margin-top: 2.85em;
  }
}

/*======================================
    about
======================================*/
.about__ttl {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.25em;
  letter-spacing: 0.22em;
  line-height: 2.7;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
    font-feature-settings: "palt";
    margin-bottom: 2.25em;
  }
}
.about__ttl span {
  display: block;
}
.about__ttl span.md {
  font-size: 1.05em;
  letter-spacing: 0.08em;
  line-height: 1.8095238095;
}
@media screen and (max-width: 768px) {
  .about__ttl span.md {
    font-size: 1.3125em;
    letter-spacing: 0.08em;
  }
}
.about__ttl span.lg {
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  .about__ttl span.lg {
    font-size: 1.875em;
    letter-spacing: 0.08em;
    margin-top: -0.2em;
    margin-bottom: 0.5em;
  }
}

.about__head--wrap {
  max-width: 44.0625em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .about__head--wrap {
    margin-top: 2.8em;
  }
}

.about__head--text {
  font-size: 0.875em;
  letter-spacing: 0.14em;
  line-height: 2.4285714286;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__head--text {
    font-size: 0.75em;
    line-height: 2;
    margin: 0 1.25em;
    text-align: justify;
  }
}

.about__head--img {
  margin-top: 2.75em;
}
@media screen and (max-width: 768px) {
  .about__head--img {
    margin-top: 1.9em;
  }
}

.about-feature {
  background-color: #f6f6f6;
  padding: 4.5em 0 5.5em;
  margin-top: 9em;
}
@media screen and (max-width: 768px) {
  .about-feature {
    margin-top: 3em;
    padding: 2em 0 2.75em;
  }
}

.about-feature__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.8125em;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .about-feature__lists {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25em;
    row-gap: 1.75em;
  }
}

@media screen and (max-width: 768px) {
  .about-feature__img {
    width: 87%;
  }
}

.about-feature__list--head {
  margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
  .about-feature__list--head {
    margin-top: 1.5em;
  }
}
.about-feature__list--head span {
  display: inline-block;
  font-size: 1.1875em;
  font-family: "Noto Serif JP", "sans-serif";
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-feature__list--head span {
    font-size: 1.125em;
    letter-spacing: 0.135em;
  }
}
.about-feature__list--head span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  width: 2.55em;
  height: 1px;
  background-color: #000;
}

.about-feature__list--ttl {
  font-size: 1.5em;
  font-family: "Noto Serif JP", "sans-serif";
  line-height: 1.6666666667;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .about-feature__list--ttl {
    font-size: 1.3125em;
    line-height: 1.619047619;
    letter-spacing: 0.08em;
    margin-top: 0.35em;
  }
}

.about-feature__list--text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .about-feature__list--text {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 1em;
  }
}

.about-person__imgs img {
  display: block;
  border: none;
  margin-top: -1px;
}

.about-person {
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .about-person {
    padding: 2.2em 0;
  }
}

.about-person__inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.about-person__lead {
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.875em;
  letter-spacing: 0.065em;
  line-height: 1.9;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .about-person__lead {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
  }
}
.about-person__lead span.lg {
  display: block;
  font-size: 1.27em;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  line-height: 0.7894736842;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  .about-person__lead span.lg {
    font-size: 1.875em;
  }
}

.about-person__wrap {
  display: grid;
  grid-template-columns: 46.6% auto;
  margin-top: 5.75em;
  column-gap: 4.375em;
}
@media screen and (max-width: 768px) {
  .about-person__wrap {
    display: block;
    margin-top: 4.2em;
  }
}

@media screen and (max-width: 768px) {
  .about-person__imgs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-person__text01 {
    background: url(../img/about/about_person01_sp.jpg) no-repeat center/cover;
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
}

.about-person__text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-person__text {
    margin-right: -0.5em;
    font-size: 0.75em;
    line-height: 1.9166666667;
    letter-spacing: 0.07em;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-person__text span.lg {
  display: inline-block;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.57em;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-person__text span.lg {
    font-size: 1.83em;
    letter-spacing: 0.05em;
  }
}
.about-person__text span.lg.mt {
  margin-top: 0.75em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  .about-person__text span.lg.mt {
    margin-top: 0.9em;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .about-person__text span.lg.mb {
    margin-bottom: 0.25em;
  }
}

.about-person__text02 {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .about-person__text02 {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 2.5em;
    background: url(../img/about/about_person02_sp.jpg) no-repeat center/cover;
  }
}

.about-person__text03 {
  margin-top: 8.5em;
}
@media screen and (max-width: 768px) {
  .about-person__text03 {
    margin-top: 0;
    padding-top: 1.5em;
    margin-right: -1em;
    padding-bottom: 2.25em;
    background: url(../img/about/about_person03_sp.jpg) no-repeat center/cover;
  }
}

.about-way {
  margin-top: 4em;
  padding-top: 4.5em;
}
@media screen and (max-width: 768px) {
  .about-way {
    margin-top: 0;
    padding-top: 0.25em;
  }
}
.about-way .inner-sm {
  position: relative;
}
.about-way .inner-sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  background-image: radial-gradient(#000 30%, rgba(255, 255, 255, 0) 30%);
  background-size: 4px 2px;
}
@media screen and (max-width: 768px) {
  .about-way .inner-sm::before {
    display: none;
  }
}

.about-way__ttl {
  text-align: center;
  font-size: 1.4375em;
  letter-spacing: 0.08em;
  line-height: 2.347826087;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
}
@media screen and (max-width: 768px) {
  .about-way__ttl {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
  }
}
.about-way__ttl span.en {
  display: block;
  font-weight: 500;
  font-size: 1.56em;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-way__ttl span.en {
    font-size: 1.875em;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
}

.about-way__text {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-way__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8em;
  }
}

.about-way__wrap {
  background-color: #f6f6f6;
  border-radius: 0.5625em;
  padding: 5em 4.375em 3.5em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .about-way__wrap {
    margin-top: 2em;
    padding: 1.25em 0.625em 1.5em;
  }
}

.about-way__img {
  max-width: 40.8125em;
  margin-left: auto;
  margin-right: auto;
}

.about-way__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.8125em;
  margin-top: 4.125em;
}
@media screen and (max-width: 768px) {
  .about-way__lists {
    grid-template-columns: 1fr;
    padding: 0 0.5em;
    margin-top: 2.125em;
    row-gap: 2em;
  }
}

.about-way__list--ttl {
  text-align: center;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.125em;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 2;
  background-color: #dddddd;
  border-radius: 0.167em;
  padding: 0.22em 0.5em;
}
@media screen and (max-width: 768px) {
  .about-way__list--ttl {
    font-size: 1em;
    padding: 0.385em 0.5em;
  }
}

.about-way__list--text {
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 2;
  font-feature-settings: "palt";
  margin-top: 1.25em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-way__list--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.about-student {
  background-color: #d9d9d9;
  border-radius: 0.625em;
  padding: 6.5em 0;
  margin-top: 12em;
}
@media screen and (max-width: 768px) {
  .about-student {
    margin-top: 2.75em;
    border-radius: 0;
    padding: 2.85em 0;
  }
}

.about-student__ttl {
  width: 23.375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about-student__ttl {
    width: 21.25em;
  }
}

.about-student__head--lead {
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "sans-serif";
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .about-student__head--lead {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
  }
}

.about-student__head--text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .about-student__head--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.25em;
  }
}

.about-student__details {
  margin-top: 4.25em;
  position: relative;
  border: 2px solid #fff;
  border-radius: 0.625em;
  padding: 1em 5em 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-student__details {
    margin-top: 2.75em;
    padding: 1.6em 1em 2em;
  }
}

.about-student__details--ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  display: inline-block;
  background-color: #d9d9d9;
  padding: 0 1em;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.25em;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-student__details--ttl {
    font-size: 1.125em;
    white-space: nowrap;
    letter-spacing: 0.14em;
  }
}

.about-student__details--note {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 2.1538461538;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-student__details--note {
    font-size: 0.75em;
    line-height: 1.9166666667;
  }
}

.about-student__details--text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  .about-student__details--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    margin: 1.25em -0.2em 0;
  }
}

.about-student__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.25em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .about-student__lists {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}

.about-student__list {
  background-color: #fff;
  border-radius: 0.4375em;
  padding: 2em 1em 1.25em;
}
@media screen and (max-width: 768px) {
  .about-student__list {
    padding: 1.25em 1em 1.25em;
  }
}

.about-student__list--ttl {
  font-size: 1.1875em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
}

.about-student__list--text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .about-student__list--text {
    font-size: 0.8125em;
    line-height: 1.8461538462;
  }
}

.about-student__details--end {
  font-size: 0.875em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-top: 1.5em;
}

.about-staff {
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .about-staff {
    padding: 2.75em 0;
  }
}

.about-staff__ttl {
  text-align: center;
  font-size: 1.875em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
}
@media screen and (max-width: 768px) {
  .about-staff__ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
  }
}

.about-staff__lists {
  margin-top: 3.85em;
}
@media screen and (max-width: 768px) {
  .about-staff__lists {
    margin-top: 2.5em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-staff__list {
  display: grid;
  grid-template-columns: 20em auto;
  column-gap: 3.125em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .about-staff__list {
    grid-template-columns: 1fr;
  }
}
.about-staff__list:nth-child(n+2) {
  margin-top: 3.125em;
}

.about-staff__list--img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-staff__list--img {
    max-width: 13.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.about-staff__list--img::before {
  content: "";
  display: block;
  padding-top: 84.3260188088%;
}
.about-staff__list--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-staff__position {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .about-staff__position {
    text-align: center;
    font-size: 0.8125em;
    line-height: 1.6923076923;
    margin-top: 1.5em;
  }
}

.about-staff__name {
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.875em;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-staff__name {
    font-size: 1.375em;
    text-align: center;
    line-height: 2.0454545455;
    letter-spacing: 0.05em;
  }
}

.about-staff__text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-staff__text {
    font-size: 0.75em;
    line-height: 2;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
  }
}

.about-staff__start {
  background-color: #f6f6f6;
  border-radius: 0.5em;
  margin-top: 6.25em;
  padding: 4.2em 8.125em 7.5em;
}
@media screen and (max-width: 768px) {
  .about-staff__start {
    margin-top: 3em;
    padding: 2.5em 1em 2.5em;
  }
}

.about-staff__start--ttl {
  text-align: center;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.625em;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-staff__start--ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
  }
}

.about-staff__start--text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 4em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-staff__start--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.045em;
    margin-top: 2.5em;
  }
}

.about-staff__start--wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 4.25em;
  column-gap: 3.125em;
}
@media screen and (max-width: 768px) {
  .about-staff__start--wrap {
    flex-direction: column;
    margin-top: 1.25em;
  }
}

.about-staff__start--img {
  width: 18.9375em;
  margin-top: 0.75em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-staff__start--img {
    width: 100%;
    max-width: 13.875em;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-staff__start--img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .about-staff__start--img::before {
    padding-top: 84.2342342342%;
  }
}
.about-staff__start--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-staff__start--contents {
  flex: 1;
}

.about-staff__start--position {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-staff__start--position {
    text-align: center;
    font-size: 0.8125em;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
}

.about-staff__start--name {
  font-size: 1.875em;
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-staff__start--name {
    font-size: 1.375em;
    letter-spacing: 0.05em;
    line-height: 2.0909090909;
    text-align: center;
    margin-top: -0.25em;
  }
}

.about-staff__start--message {
  font-size: 0.875em;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-staff__start--message {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.about-start__media {
  margin-top: 2.5em;
  padding: 2.5em 1em 2em 3.75em;
  background: url(../img/about/start_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .about-start__media {
    margin-top: 0.9em;
    padding: 0.5em 0 0.75em 1em;
    background: url(../img/about/start_bg_sp.jpg) no-repeat center/cover;
  }
}

.about-start__media--text {
  color: #fff;
  font-size: 1.25em;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .about-start__media--text {
    font-size: 0.875em;
    line-height: 1.7142857143;
    letter-spacing: 0.095em;
  }
}

.about-company {
  padding: 0.25em 0;
}
@media screen and (max-width: 768px) {
  .about-company {
    padding: 0.85em 0;
  }
}

.about-company__wrap {
  display: grid;
  grid-template-columns: 13.125em auto;
  column-gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .about-company__wrap {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-company__wrap:nth-child(n+2) {
  margin-top: 5.5em;
}

.about-company__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 1.4375em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  font-weight: 500;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .about-company__ttl {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1.125em;
    padding: 0.75em 0;
  }
}

.about-company__list:nth-child(1) {
  margin-top: -0.25em;
}
.about-company__list:last-child {
  margin-bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  .about-company__list:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.about-company__list dl {
  display: grid;
  grid-template-columns: 6.5625em auto;
}
@media screen and (max-width: 768px) {
  .about-company__list dl {
    grid-template-columns: 4.75em auto;
  }
}
.about-company__list dl dt, .about-company__list dl dd {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .about-company__list dl dt, .about-company__list dl dd {
    font-size: 0.75em;
    letter-spacing: 0.05em;
  }
}
.about-company__list dl dt a, .about-company__list dl dd a {
  word-break: break-all;
  font-size: 0.625em;
}
.about-company__list dl dt a.link, .about-company__list dl dd a.link {
  color: #0000ff;
  text-decoration: underline;
  font-size: 1em;
}

/*======================================
    curriculum
======================================*/
.curriculum__head--lead {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 2.5em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .curriculum__head--lead {
    font-size: 0.8125em;
    line-height: 2.1538461538;
  }
}

.curriculum__head--text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  max-width: 63.14em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 3em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .curriculum__head--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.14em;
    margin-top: 2.5em;
  }
}

.curriculum-map {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .curriculum-map {
    margin-top: 3.25em;
  }
}

.curriculum-map__wrap {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  padding: 3.5em 4.875em 5.5em;
}
@media screen and (max-width: 768px) {
  .curriculum-map__wrap {
    padding: 2.5em 1.125em 2em;
  }
}

.curriculum__ttl {
  text-align: center;
  font-size: 1.875em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .curriculum__ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
  }
}

.curriculum-map__img {
  margin-top: 3.5em;
  margin-right: -1em;
}
@media screen and (max-width: 768px) {
  .curriculum-map__img {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
    padding-bottom: 1em;
    margin-top: 1.5em;
  }
  .curriculum-map__img img {
    width: 39em;
    margin-right: 3em;
  }
}

.my-project__wrap {
  background-color: #fff;
  padding: 2.25em 4.75em 4em;
  margin-top: 5.5em;
}
@media screen and (max-width: 768px) {
  .my-project__wrap {
    padding: 1.5em 1.25em 2em;
    margin-top: 2.25em;
  }
}

.my-project__text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .my-project__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
}

.curriculum-how {
  padding: 5.75em 0 5em;
}
@media screen and (max-width: 768px) {
  .curriculum-how {
    padding: 2.25em 0 2.25em;
  }
}
.curriculum-how .curriculum__head--text {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .curriculum-how .curriculum__head--text {
    margin-top: 1.75em;
    letter-spacing: 0.05em;
  }
}

.curriculum-how__img--wrap {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  padding: 4em 0 5em;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .curriculum-how__img--wrap {
    margin-top: 2.5em;
    padding: 2.25em 0 3em;
  }
}

.curriculum-how__img {
  max-width: 38.75em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .curriculum-how__img {
    margin: 0 calc(50% - 50vw);
    max-width: unset;
    width: 100%;
  }
  .curriculum-how__img img {
    width: 26.625em;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-5%);
  }
}

.teacher {
  padding: 0.5em 0;
}

.teacher-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .teacher-list {
    display: grid;
    grid-template-columns: 9.1875em auto;
    column-gap: 1em;
  }
}
.teacher-list.-top {
  margin-top: 4.5em;
}
@media screen and (max-width: 768px) {
  .teacher-list.-top {
    display: block;
    margin-top: 1.5em;
  }
  .teacher-list.-top .teacher-list__lead {
    letter-spacing: 0.15em;
  }
  .teacher-list.-top .teacher-list__name {
    text-align: center;
  }
  .teacher-list.-top .teacher-listTop__position {
    margin-top: 1.5em;
  }
  .teacher-list.-top .teacher-list__text {
    margin-top: 1.75em;
  }
}
.teacher-list .float__contaianer {
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .teacher-list .float__contaianer {
    display: contents;
  }
}
.teacher-list .float__contaianer .teacher-list__department {
  margin-top: 0.75em;
}

@media screen and (max-width: 768px) {
  .teacher-list__sp {
    display: contents;
  }
  .teacher-list__sp .teacher-list__name {
    margin-top: auto;
  }
}

.teacher-list__lead {
  font-size: 1.25em;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .teacher-list__lead {
    font-size: 0.9375em;
    line-height: 1.6666666667;
    grid-column: 2/3;
    grid-row: 1/2;
    letter-spacing: 0.08em;
    margin-right: -0.5em;
    margin-top: auto;
  }
}

.teacher-listTop__contents {
  display: grid;
  grid-template-columns: 21.5625em auto;
  column-gap: 3.125em;
  margin-top: 1em;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .teacher-listTop__contents {
    grid-template-columns: 1fr;
  }
}

.teacher-list__img {
  position: relative;
}
.teacher-list__img.-float {
  float: left;
  width: 15.3125em;
  margin-right: 1.75em;
}
@media screen and (max-width: 768px) {
  .teacher-list__img.-float {
    width: 100%;
    float: none;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .teacher-list__img.-float .teacher-list__name {
    text-align: left;
  }
}
.teacher-list__img::before {
  content: "";
  display: block;
  padding-top: 91.0144927536%;
  background-color: lightgray;
}
.teacher-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-listTop__position {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: -0.4em;
}
@media screen and (max-width: 768px) {
  .teacher-listTop__position {
    font-size: 0.8125em;
    text-align: center;
    margin-top: 2em;
  }
}

.teacher-list__name {
  font-size: 1.625em;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .teacher-list__name {
    font-size: 1.375em;
    letter-spacing: 0.05em;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.teacher-list__text {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 2;
  margin-top: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .teacher-list__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

.teacher-list__department {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  border: 1px solid #000;
  text-align: center;
  max-width: 35.86em;
  margin-top: 2em;
  font-feature-settings: "palt";
  padding: 0.25em 0;
}
@media screen and (max-width: 768px) {
  .teacher-list__department {
    font-size: 0.75em;
    text-align: left;
    padding: 0.75em 1em;
    line-height: 1.6666666667;
    grid-column: 1/3;
  }
}

.teacher-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.3125em;
  margin-top: 5em;
  row-gap: 5.5em;
}
@media screen and (max-width: 768px) {
  .teacher-lists {
    grid-template-columns: 1fr;
    margin-top: 4em;
    row-gap: 4.25em;
  }
}

.curriculum-course {
  background-color: #f6f6f6;
  padding: 8.25em 0 9.25em;
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .curriculum-course {
    margin-top: 4em;
    padding: 3em 0 9.25em;
  }
  .curriculum-course .top-course__lead {
    letter-spacing: 0.1em;
    font-size: 0.8125em;
    line-height: 2.1538461538;
    margin-top: 3em;
  }
}

.curriculum-course__ttl {
  font-size: 1.25em;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-align: center;
}

/*======================================
    course
======================================*/
.p-course__term {
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .p-course__term {
    margin-top: 3em;
  }
}
.p-course__term span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.17em;
  width: 4.7em;
  width: 6em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  font-size: 1.0625em;
  letter-spacing: 0.22em;
  font-weight: 500;
  padding: 0 0.25em;
}

.course__ttl {
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
  font-family: "Noto Serif JP", "sans-serif";
}
@media screen and (max-width: 768px) {
  .course__ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
  }
}

.course-travel__ttl {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .course-travel__ttl {
    margin-top: 0.75em;
    font-size: 1.5em;
  }
}

.course-travel__text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  max-width: 50.36em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.75em;
}
@media screen and (max-width: 768px) {
  .course-travel__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.14em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}

.course-travel__strong {
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 1.5em;
  line-height: 1.75;
  font-family: "Noto Serif JP", "sans-serif";
}

.course-travel__sample {
  margin-top: 3.75em;
  margin: 5em 0;
}
.course-travel__sample .course-day__note {
  text-align: center;
}

.course-travel__intro {
  margin-top: 2.5em;
}
.course-travel__intro a {
  display: block;
  transition: opacity 0.3s ease;
}
.course-travel__intro a:hover {
  opacity: 0.7;
}

.course-day__wrap {
  margin-top: 2.75em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.course-day__note {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 4.25em;
  max-width: 59em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .course-day__note {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 2em;
  }
}

.course-day__sample {
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .course-day__sample {
    overflow: scroll;
    width: 100%;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    padding-bottom: 0.5em;
  }
  .course-day__sample img {
    width: 39em;
    height: auto;
  }
}

.course-day__sample--note {
  margin-top: 1em;
  font-size: 0.8125em;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .course-day__sample--note {
    margin-left: 0;
    font-size: 0.75em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

.course-day__lists {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .course-day__lists {
    margin-left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
  }
}

.course-day__list {
  display: grid;
  grid-template-columns: 1.875em auto;
  column-gap: 1em;
  align-items: center;
  position: relative;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .course-day__list {
    align-items: start;
  }
}
.course-day__list::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #000, #000 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
  top: 0;
}
.course-day__list:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #000, #000 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .course-day__list--number {
    margin-top: 0.2em;
  }
}
.course-day__list--number span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #ffa763;
  border-radius: 50%;
  width: 1.67em;
  height: 1.67em;
}

.course-day__list--text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .course-day__list--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.5em;
  }
}

.flow {
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 3.75em 0;
  }
}

.flow-swiper {
  border-radius: 0.625em;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .flow-swiper {
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}
.flow-swiper .swiper-slide {
  height: auto;
}
.flow-swiper .swiper-slide:nth-child(1) .flow__list--ttl {
  background-color: #cddeff;
}
.flow-swiper .swiper-slide:nth-child(2) .flow__list--ttl {
  background-color: #f9fab2;
}
.flow-swiper .swiper-slide:nth-child(3) .flow__list--ttl {
  background-color: #f6cee6;
}
.flow-swiper .swiper-slide:nth-child(4) .flow__list--ttl {
  background-color: #ddf1c6;
}
.flow-swiper .swiper-slide:not(:first-child) .flow__list, .flow-swiper .swiper-slide:not(:last-child) .flow__list {
  padding: 2.5em 0.8em;
}
.flow-swiper .swiper-slide:first-child .flow__list {
  padding: 2.5em 0.8em 2.5em 2em;
}
.flow-swiper .swiper-slide:last-child .flow__list {
  padding: 2.5em 2em 2.5em 0.8em;
}

.flow__list {
  background-color: #f6f6f6;
  height: 100%;
}

.flow__list--ttl {
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.72em;
  clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0% 100%);
  border-radius: 0.167em 0 0 0.167em;
}

.flow__list--text {
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.8461538462;
  margin-top: 1em;
  text-align: justify;
}

.university {
  padding: 0.5em 0;
}

.university__lead {
  font-size: 1.25em;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .university__lead {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
    margin-top: 2.75em;
  }
}

.university__text {
  text-align: center;
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .university__text {
    margin-top: 3em;
  }
}

.university__wrap {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  margin-top: 3em;
  padding: 2.75em 2em;
}
@media screen and (max-width: 768px) {
  .university__wrap {
    margin-top: 2em;
    padding: 1.5em 1em 2.5em;
  }
}

.university__ttl {
  font-size: 0.875em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.university__logo {
  max-width: 18.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .university__logo {
    max-width: 16.125em;
    margin-top: 1.25em;
  }
}

.university__intro {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 2.25em;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  .university__intro {
    margin-top: 2em;
  }
}

.university__link {
  margin-top: 0.9em;
}
@media screen and (max-width: 768px) {
  .university__link {
    margin-top: 1.5em;
  }
}
.university__link a {
  display: block;
  text-align: center;
  color: #66b1e7;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  word-break: break-all;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .university__link a {
    font-size: 0.625em;
    letter-spacing: normal;
  }
}
.university__link a:hover {
  opacity: 0.7;
}

.support {
  padding: 5.25em 0 0.25em;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 2.25em 0 1em;
  }
}

.support__lead {
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  margin-top: 3.2em;
}
@media screen and (max-width: 768px) {
  .support__lead {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
    text-align: left;
  }
}

.support__img {
  max-width: 51.375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .support__img {
    margin-top: 1.75em;
  }
}

.entry {
  padding: 8em 0 0.25em;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 4.5em 0 2.25em;
  }
}

.entry__lead {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .entry__lead {
    margin-top: 2em;
  }
}
.entry__lead span {
  display: inline-block;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  font-feature-settings: "palt";
  border-bottom: 1px solid #000;
}

.entry__btn {
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .entry__btn {
    margin-top: 1.75em;
  }
}

.entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  max-width: 30.11em;
  height: 5.56em;
  border-radius: 3em;
  border: 1px solid #66b1e7;
  color: #66b1e7;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-btn {
    height: 4.78em;
    line-height: 1.4444444444;
  }
}
.entry-btn:hover::before {
  right: 2em;
}
@media screen and (max-width: 768px) {
  .entry-btn:hover::before {
    right: 1em;
  }
}
.entry-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.33em;
  transform: translateY(-50%);
  width: 0.45em;
  height: 1.61em;
  background: url(../img/course/btn_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .entry-btn::before {
    right: 1.25em;
  }
}

.entry__start {
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  .entry__start {
    font-size: 1.125em;
  }
}

.details {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  .details {
    padding: 0;
  }
}

.details__wrap {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  padding: 3.5em 0;
}
@media screen and (max-width: 768px) {
  .details__wrap {
    padding: 1.75em 0;
  }
}

.details__wrapper {
  max-width: 44.4375em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 2.75em 2.25em;
}
@media screen and (max-width: 768px) {
  .details__wrapper {
    padding: 1em 0.9em;
  }
}
.details__wrapper.-border {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.details__list:nth-child(n+2) {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .details__list:nth-child(n+2) {
    margin-top: 1.25em;
  }
}

.details__list--ttl {
  font-size: 1.375em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.2727272727;
  padding-left: 1em;
  color: #66b1e7;
  position: relative;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .details__list--ttl {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
}
.details__list--ttl::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.details__list--text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .details__list--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 0.75em;
  }
}

.details__price {
  display: grid;
  grid-template-columns: 5em auto;
}
@media screen and (max-width: 768px) {
  .details__price {
    grid-template-columns: 1fr;
    margin-bottom: 0.25em;
  }
}
.details__price.-special {
  grid-template-columns: 6.5em auto;
}
@media screen and (max-width: 768px) {
  .details__price.-special {
    grid-template-columns: 3em auto;
  }
}
.details__price.-special.-mt {
  margin-top: 1em;
}
.details__price dt, .details__price dd {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.8888888889;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .details__price dt, .details__price dd {
    font-size: 1em;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}
.details__price dt span.sm, .details__price dd span.sm {
  font-size: 0.78em;
  letter-spacing: 0.1em;
  line-height: 2.4285714286;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .details__price dt span.sm, .details__price dd span.sm {
    display: block;
    line-height: 1.75;
    margin-left: -4em;
  }
}

.special__ttl {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.8888888889;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .special__ttl {
    margin-top: 1.25em;
  }
}

.special__dl {
  margin-top: 0.75em;
}
.special__dl dt {
  font-size: 1.125em;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .special__dl dt {
    line-height: 1.5;
  }
}
.special__dl dd {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .special__dl dd {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    margin-top: 0.75em;
  }
}

.special__note--wrap {
  background-color: #fff;
  margin-top: 1em;
  padding: 0.75em 1.25em;
}
@media screen and (max-width: 768px) {
  .special__note--wrap {
    padding: 0.5em 1em;
  }
}

.special__note {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .special__note {
    font-size: 0.75em;
    letter-spacing: 0.05em;
  }
}

.special__btn {
  margin-top: 1.5em;
}

.entry__apply {
  font-size: 1.125em;
  color: #fff;
  background-color: #66b1e7;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  padding: 1em 1em;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .entry__apply {
    text-align: left;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
  }
}

.apply__lists {
  margin-top: 1.75em;
}

.apply__list {
  display: grid;
  grid-template-columns: 5em auto;
  align-items: center;
}
.apply__list:nth-child(n+2) {
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .apply__list:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.apply__term span {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.86em;
  height: 2.07em;
  background-color: #66b1e7;
  color: #fff;
  text-align: center;
  padding: 0 0.71em;
  clip-path: polygon(0% 0%, calc(100% - 0.86em) 0%, 100% 50%, calc(100% - 0.86em) 100%, 0% 100%);
}

.apply__term--date {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.8888888889;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .apply__term--date {
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
    margin-right: -1em;
  }
}

.apply__term--note {
  font-size: 0.75em;
  letter-spacing: 0.075em;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
  margin-top: 0.5em;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .apply__term--note {
    grid-column: 2/3;
    letter-spacing: normal;
    font-size: 0.625em;
    margin-top: 0;
  }
}

.apply__notes {
  margin-top: 1.5em;
}
.apply__notes p {
  font-size: 0.75em;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .apply__notes p {
    font-size: 0.625em;
    line-height: 1.9;
    letter-spacing: normal;
  }
}

.entry__flow--wrap {
  margin-top: 1.25em;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .entry__flow--wrap {
    margin-top: 2em;
  }
}

.entry__flow--head {
  text-align: center;
}
.entry__flow--head span {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.5555555556;
  background-color: #fff;
  display: inline-block;
  padding: 0.44em 1.5em;
}

.entry__flow--lists {
  margin-top: 3.85em;
}
@media screen and (max-width: 768px) {
  .entry__flow--lists {
    margin-top: 2.5em;
  }
}

.entry__flow--list {
  display: grid;
  grid-template-columns: 4.75em auto;
}
@media screen and (max-width: 768px) {
  .entry__flow--list {
    grid-template-columns: 3.25em auto;
  }
}
.entry__flow--list:nth-child(n+2) {
  margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
  .entry__flow--list:nth-child(n+2) {
    margin-top: 1.2em;
  }
}
.entry__flow--list:last-child .entry__flow--contents {
  padding-bottom: 0;
}
.entry__flow--list:last-child .entry__flow--contents::before {
  display: none;
}
.entry__flow--list:not(:last-child) {
  position: relative;
  z-index: 1;
}
.entry__flow--list:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.875em;
  width: 1.125em;
  height: 1.125em;
  border-bottom: 2px solid #66b1e7;
  border-right: 2px solid #66b1e7;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .entry__flow--list:not(:last-child)::before {
    left: 1.2025em;
    transform: translate(-50%, 0) rotate(45deg);
  }
}
.entry__flow--list:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -0.75em;
  left: 1.875em;
  height: 100%;
  width: 2px;
  transform: translateX(-50%);
  background-color: #66b1e7;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .entry__flow--list:not(:last-child)::after {
    left: 1.2025em;
    bottom: 0;
  }
}

.entry__flow--number {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
  font-size: 2.5em;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #66b1e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125em;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .entry__flow--number {
    font-size: 1.625em;
    width: 1.48em;
    height: 1.48em;
  }
}

.entry__flow--contents {
  padding-bottom: 2.75em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry__flow--contents {
    padding-bottom: 1.5em;
  }
}
.entry__flow--contents.-passed {
  padding-bottom: 5em;
}
.entry__flow--contents::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #000, #000 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  height: 1px;
  bottom: 0;
  background-image: linear-gradient(to right, #66b1e7, #66b1e7 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}

.entry__flow--ttl {
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #66b1e7;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .entry__flow--ttl {
    font-size: 1.375em;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
}

.entry__flow--text {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt";
  margin-top: 1.25em;
  margin-left: 0.25em;
  text-align: justify;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .entry__flow--text {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.entry__flow--btn {
  margin-top: 2em;
}
.entry__flow--btn .entry-btn {
  margin-left: 0.25em;
}
.entry__flow--btn .entry-btn:nth-child(n+2) {
  margin-top: 0.625em;
}

.passed {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #66b1e7;
  background-color: #fff;
  border: 1px solid #66b1e7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.04em;
  height: 1.65em;
  margin-bottom: 0.5em;
  transform: translateY(-50%);
}

.faq {
  padding: 1.75em 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 3.25em 0;
  }
}

.faq__lists {
  max-width: 44.25em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-top: 2em;
  }
}

.faq__list {
  background-color: #f6f6f6;
  border-radius: 0.625em;
  padding: 2em 2.75em;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 1em 1.2em;
  }
}
.faq__list:nth-child(n+2) {
  margin-top: 3.25em;
}
@media screen and (max-width: 768px) {
  .faq__list:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.faq__dl dt {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #66b1e7;
  padding-left: 2em;
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .faq__dl dt {
    font-size: 1.0625em;
    line-height: 1.6470588235;
    letter-spacing: 0.05em;
    padding-left: 1.75em;
    padding-bottom: 1em;
  }
}
.faq__dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.44em;
  font-family: "Noto Serif JP", "sans-serif";
  letter-spacing: 0.08em;
  transform: translateY(-20%);
}
.faq__dl dd {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 2;
  margin-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq__dl dd {
    letter-spacing: 0.025em;
  }
}
.faq__dl dd a {
  display: inline-block;
  transition: opacity 0.3s ease;
  color: #e40000;
  line-height: 1.5;
  border-bottom: 1px solid #e40000;
}
.faq__dl dd a:hover {
  opacity: 0.7;
}

/*======================================
    campus
======================================*/
.p-campus__lead {
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 2.7;
  text-align: center;
  margin-top: 2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-campus__lead {
    font-size: 1em;
    line-height: 2.125;
    letter-spacing: 0.14em;
  }
}
.p-campus__lead span.lg {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-campus__lead span.lg {
    font-size: 1.875em;
    margin-bottom: 0.5em;
  }
}

.p-campus__bg {
  background-color: #f6f6f6;
  padding: 5.5em 0;
  margin-top: 6em;
}
.p-campus__bg.-article {
  margin-top: 14em;
  padding: 4.5em 0;
}
@media screen and (max-width: 768px) {
  .p-campus__bg.-article {
    margin-top: 3em;
    padding: 2.75em 0;
  }
}
.p-campus__bg.-article .campus__lists {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .p-campus__bg.-article .campus__lists {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .p-campus__bg {
    margin-top: 3em;
    padding: 1.5em 0;
  }
}

.p-campus__ttl {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  line-height: 2.25;
  font-family: "Noto Serif JP", "sans-serif";
}
@media screen and (max-width: 768px) {
  .p-campus__ttl {
    font-size: 1.375em;
  }
}

.p-campus__img {
  max-width: 48.125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  transform: translateX(1%);
}
@media screen and (max-width: 768px) {
  .p-campus__img {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-campus__img {
    width: 104%;
  }
}

.campus__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5em;
  margin-top: 9em;
  row-gap: 3.75em;
}
@media screen and (max-width: 768px) {
  .campus__lists {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6em;
    row-gap: 1.9em;
  }
}

.campus__list--link {
  transition: opacity 0.3s ease;
}
.campus__list--link:hover {
  opacity: 0.7;
}

.campus__list--img {
  position: relative;
}
.campus__list--img::before {
  content: "";
  display: block;
  padding-top: 45.6%;
  background-color: lightgray;
}
.campus__list--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus__list--body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1em;
  border-left: 0.25em solid #cdb3b3;
}
@media screen and (max-width: 768px) {
  .campus__list--body {
    padding-top: 0.5em;
  }
}

.campus__list--name {
  font-size: 1.5em;
  font-weight: 500;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  letter-spacing: 0.08em;
  margin-left: 0.25em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .campus__list--name {
    font-size: 0.9375em;
    line-height: 2.2;
  }
}

.campus__list--more {
  margin-bottom: 0.5em;
  width: 6.8125em;
}
@media screen and (max-width: 768px) {
  .campus__list--more {
    width: 4.0625em;
  }
}
.campus__list--more div span {
  font-size: 2.3125em;
}
@media screen and (max-width: 768px) {
  .campus__list--more div span {
    font-size: 1.4375em;
  }
}

.p-campus-detail {
  margin-top: 14em;
}
@media screen and (max-width: 768px) {
  .p-campus-detail {
    margin-top: 13em;
  }
}

.article-campus .inner-sm {
  max-width: 44.5em;
}

.article-campus__img {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .article-campus__img {
    margin-top: 2em;
  }
}

.article-campus__ttl {
  font-size: 1.875em;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.2333333333;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "sans-serif";
  font-weight: 500;
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .article-campus__ttl {
    font-size: 1.375em;
    letter-spacing: 0.135em;
    margin-top: 1em;
  }
}

.article-campus__contents {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .article-campus__contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
  }
}

.article-campus__content:nth-child(n+2) {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .article-campus__content:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.article-campus__content h3 {
  font-size: 1.5em;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Noto Serif JP", "sans-serif";
  padding-left: 1em;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .article-campus__content h3 {
    font-size: 1em;
    letter-spacing: 0.05em;
  }
}
.article-campus__content h3::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.article-campus__content p {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.5em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .article-campus__content p {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1em;
  }
}

.article-campus__details {
  background-color: #f8f2ea;
  border-radius: 0.625em;
  padding: 3em 4.375em 4.25em;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .article-campus__details {
    margin-top: 3em;
    padding: 2em 1em 2.75em;
  }
}

.article-campus__details--lead {
  text-align: center;
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.125em;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .article-campus__details--lead {
    font-size: 1em;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}

.article-campus__details--img {
  max-width: 22.0625em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .article-campus__details--img {
    margin-top: 1.5em;
  }
}

.article-campus__details--ttl {
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.08em;
  line-height: 1.75em;
  font-feature-settings: "palt";
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .article-campus__details--ttl {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
}

.article-campus__details--text {
  font-size: 0.875em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.75em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .article-campus__details--text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.article-campus__details--message {
  display: grid;
  grid-template-columns: 13.75em auto;
  column-gap: 2.5em;
  align-items: flex-end;
  margin-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .article-campus__details--message {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }
}

@media screen and (max-width: 768px) {
  .article-campus__details--message__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 10.4375em;
  }
}

.article-campus__details--head {
  font-family: "Noto Serif JP", "sans-serif";
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .article-campus__details--head {
    text-align: center;
    font-size: 1em;
    line-height: 1.875;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
}

.article-campus__details--message__text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .article-campus__details--message__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1.75em;
  }
}

/*======================================
    events
======================================*/
.event-lists {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  row-gap: 4.375em;
}
@media screen and (max-width: 1024px) {
  .event-lists {
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .event-lists {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    column-gap: 1.25em;
  }
}
