@charset "UTF-8";
html {
  scroll-padding-top: 80px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

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

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

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

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

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

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

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

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

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

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

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

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

/* ======================================
  Narrow down Button
======================================== */
.form-wrap {
  background-color: #FFFFFF;
  margin: 2rem auto;
}
.form-wrap .radiotab-slect-list {
  position: relative;
  width: 100%;
  margin: auto;
  /* ラジオボタン */
}
.form-wrap .radiotab-slect-list input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0 0;
  line-height: 0;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  height: 2rem;
  width: 2rem;
}
.form-wrap .radiotab-slect-list input[type=radio]::after {
  content: "";
  background: #ea5e6d;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  opacity: 0;
  z-index: 20;
  height: 1rem;
  width: 1rem;
}
.form-wrap .radiotab-slect-list input[type=radio]:checked::after {
  opacity: 1;
}
.form-wrap .radiotab-slect-list label {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.form-wrap .radiotab-slect-list label input {
  flex-shrink: 0;
}
.form-wrap .radiotab-slect-list dl {
  position: relative;
  width: 100%;
}
.form-wrap .radiotab-slect-list dl dt {
  border: 1px solid #000000;
  position: relative;
  padding: 0 2rem;
}
.form-wrap .radiotab-slect-list dl dt label {
  padding: 1rem 0;
}
.form-wrap .radiotab-slect-list dl dt label::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #000000;
  position: absolute;
  left: calc(1rem - 1px);
  bottom: 0;
}
.form-wrap .radiotab-slect-list dl dt button {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 50% !important;
}
.form-wrap .radiotab-slect-list dl dd {
  padding: 0 2rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.form-wrap .radiotab-slect-list dl dd label {
  padding-top: 1rem;
}
.form-wrap .radiotab-slect-list dl dd label::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 1rem;
  top: 0;
}
.form-wrap .radiotab-slect-list dl dd label.md {
  padding-left: 2.2rem;
}
.form-wrap .radiotab-slect-list dl dd label.md::before {
  height: 100%;
}

/* ===============================
   Form Base Style
================================= */
.form-entry-wrap {
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.form-entry-wrap ul li {
  margin: 2rem 0;
}
.form-entry-wrap ul li h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-entry-wrap label {
  display: grid;
  gap: 1rem;
  grid-template-columns: 18em auto;
  width: 100%;
}
@media (max-width: 768px) {
  .form-entry-wrap label {
    grid-template-columns: 1fr;
  }
}
.form-entry-wrap label .flex-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
}
.form-entry-wrap label .flex-wrap + .flex-wrap {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .form-entry-wrap label .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-entry-wrap label .flex-wrap .flex-wrap-inner {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.form-entry-wrap label .flex-wrap p {
  font-size: 1.2rem;
  white-space: nowrap;
}
.form-entry-wrap label h6 {
  font-size: 1.2rem;
  display: flex;
  align-items: start;
  line-height: 1.2;
}
.form-entry-wrap label h6 p {
  font-weight: 500;
  font-size: 1.2rem;
}
.form-entry-wrap label h6 span {
  display: inline-block;
  font-size: 0.9rem;
}
.form-entry-wrap label h6 span.red {
  color: #FFFFFF;
  background-color: #ea5e6d;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.3rem;
}
.form-entry-wrap label .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.form-entry-wrap label .wrap div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-entry-wrap label .wrap div input {
  flex-shrink: 0;
}
.form-entry-wrap .notice {
  color: #e00000;
  margin-top: 0.5rem;
}
.form-entry-wrap .confirm {
  margin-top: 3rem;
  text-align: center;
}
.form-entry-wrap .confirm p {
  display: inline-block;
  text-align: left;
  border-top: 2px solid #ffb1af;
  border-bottom: 2px solid #ffb1af;
  padding: 1rem 0;
}
.form-entry-wrap .link {
  color: #e00000;
  font-weight: 600;
}
.form-entry-wrap .center label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.form-entry-wrap .center label input {
  flex-shrink: 0;
  margin: 0;
}
.form-entry-wrap .center label p {
  text-align: left;
  margin: 0;
}
.form-entry-wrap .agree {
  font-size: 1.3rem;
}
.form-entry-wrap button.btn {
  cursor: pointer;
  margin: 4rem auto;
  display: block;
  padding: 1.5rem;
  text-align: center;
  background-color: #ffb1af;
  color: #000000;
  max-width: 100%;
  border-radius: 2rem;
  transition: 0.5s;
}
.form-entry-wrap button.btn p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  width: 10em;
}
.form-entry-wrap button.btn:hover {
  background-color: #ea5e6d;
  color: #FFFFFF;
}
.form-entry-wrap .error input {
  border: 1px solid #BE1616;
}
.form-entry-wrap input,
.form-entry-wrap textarea {
  display: block;
  font-size: 1.2rem !important;
  line-height: 1.4;
  background-color: #FFFFFF;
  border: 1px solid #b3b3b3;
  margin: 0 !important;
  outline: 0;
}
.form-entry-wrap input.date,
.form-entry-wrap textarea.date {
  width: 10% !important;
}
.form-entry-wrap input.third,
.form-entry-wrap textarea.third {
  width: 33% !important;
}
.form-entry-wrap input.half,
.form-entry-wrap textarea.half {
  width: 50% !important;
}
.form-entry-wrap input.full,
.form-entry-wrap textarea.full {
  width: 100% !important;
}
@media (max-width: 768px) {
  .form-entry-wrap input.third,
  .form-entry-wrap textarea.third {
    width: 50% !important;
  }
  .form-entry-wrap input.half,
  .form-entry-wrap textarea.half {
    width: 100% !important;
  }
  .form-entry-wrap input.full,
  .form-entry-wrap textarea.full {
    width: 100% !important;
  }
}
.form-entry-wrap input::-moz-placeholder, .form-entry-wrap textarea::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form-entry-wrap input::placeholder,
.form-entry-wrap textarea::placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form-entry-wrap input:focus,
.form-entry-wrap textarea:focus {
  border: 1px solid #000000;
}
.form-entry-wrap input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form-entry-wrap {
  /* チェックボックス */
}
.form-entry-wrap input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  position: relative;
  border: 0;
  line-height: 0;
  z-index: 0;
  border: 1px solid #b3b3b3;
  height: 25px;
  width: 25px;
}
@media (max-width: 768px) {
  .form-entry-wrap input[type=checkbox] {
    height: 30px;
    width: 30px;
  }
}
.form-entry-wrap input[type=checkbox] + p {
  display: inline-block;
  vertical-align: middle;
}
.form-entry-wrap input[type=checkbox]::after {
  content: "";
  border-right: 3px solid #ea5e6d;
  border-bottom: 3px solid #ea5e6d;
  height: 70%;
  width: 45%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 5%) rotate(45deg);
  margin: auto;
  opacity: 0;
  z-index: 20;
}
@media (max-width: 768px) {
  .form-entry-wrap input[type=checkbox]::after {
    border-right: 5px solid #ea5e6d;
    border-bottom: 5px solid #ea5e6d;
  }
}
.form-entry-wrap input[type=checkbox]:checked {
  border: 1px solid #000000;
}
.form-entry-wrap input[type=checkbox]:checked::after {
  opacity: 1;
}
.form-entry-wrap {
  /* ラジオボタン */
}
.form-entry-wrap input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0 !important;
  line-height: 0;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  height: 25px;
  width: 25px;
}
@media (max-width: 768px) {
  .form-entry-wrap input[type=radio] {
    height: 30px;
    width: 30px;
  }
}
.form-entry-wrap input[type=radio]::after {
  content: "";
  background: #ea5e6d;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 20;
  width: 50%;
  aspect-ratio: 1/1;
}
.form-entry-wrap input[type=radio]:checked {
  border: 1px solid #000000;
}
.form-entry-wrap input[type=radio]:checked::after {
  opacity: 1;
}
.form-entry-wrap {
  /* テキスト */
}
.form-entry-wrap input[type=text],
.form-entry-wrap input[type=email],
.form-entry-wrap input[type=tel] {
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  min-height: 3.4rem;
}
.form-entry-wrap {
  /* テキストエリア */
}
.form-entry-wrap textarea {
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
}
.form-entry-wrap {
  /* ボタン */
}
.form-entry-wrap input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  max-width: 100% !important;
  margin: 0.3em 0;
  color: #FFF;
  background-color: #767676;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 1.5em;
  margin-left: 0.8rem;
}
.form-entry-wrap {
  /* セレクター */
}
.form-entry-wrap .select {
  display: block;
  width: 18em;
  height: 3.4em;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .form-entry-wrap .select {
    width: 100%;
  }
}
.form-entry-wrap .select::before {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100 !important;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  transform: rotate(45deg);
}
.form-entry-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  outline: none;
  padding: 0 2rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #b3b3b3;
  color: #000000;
  font-size: 1.2rem;
}
.form-entry-wrap {
  /* ベーススタイル適用 */
  /*select,
  ::picker(select) {
    appearance: base-select;
  }*/
}

/* ===============================
   トップページ
================================ */
/* ===============================
   Hero (Swiper)
================================ */
.p-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  z-index: 99;
}
@media (max-width: 768px) {
  .p-hero {
    aspect-ratio: 3/4;
  }
}
.p-hero .hero_bg {
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 768px) {
  .p-hero .hero_bg {
    aspect-ratio: 5/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% top;
       object-position: 80% top;
  }
}

.stage_bg {
  position: absolute;
  width: 100%;
  aspect-ratio: 5/3;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 768px) {
  .stage_bg {
    aspect-ratio: 3/4;
  }
}
.stage_bg::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.stage_bg h2 {
  position: absolute;
  right: 10%;
  top: 40%;
  transform: translateY(-40%);
  z-index: 999;
  color: #FFFFFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .stage_bg h2 {
    font-size: 2rem;
  }
}
.stage_bg .fade-slider .swiper-slide-active .slide-img,
.stage_bg .fade-slider .swiper-slide-duplicate-active .slide-img,
.stage_bg .fade-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
  border: 1px solid #000;
  aspect-ratio: 5/3;
}
@media (max-width: 768px) {
  .stage_bg .fade-slider .swiper-slide-active .slide-img,
  .stage_bg .fade-slider .swiper-slide-duplicate-active .slide-img,
  .stage_bg .fade-slider .swiper-slide-prev .slide-img {
    aspect-ratio: 3/4;
  }
}
.stage_bg .fade-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* ===============================
   COURSE (4カラム & Swiper)
================================ */
@media (max-width: 768px) {
  .pc-disp {
    display: none;
  }
}

.sp-disp {
  display: none;
}
@media (max-width: 768px) {
  .sp-disp {
    display: block;
  }
}

.p-course {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ded9d2;
  position: relative;
  border-top: 1px solid #000000;
}
.p-course h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -4.5rem;
  z-index: 999;
}
.p-course h2 img {
  width: 500px;
  max-width: 90%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.course-wrap {
  position: relative;
  margin-top: 2rem;
}

.flex-wrap.top-course {
  display: flex;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.flex-wrap.top-course li {
  width: 28%;
  margin: 0 0 0 -4%;
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-8%);
}
.flex-wrap.top-course li img {
  transform: translateX(15%);
}

.top-course .swiper-slide img, .course-slider .swiper-slide img {
  transform: translateX(5%);
}
.top-course .wrap, .course-slider .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  position: relative;
}
.top-course .wrap::after, .course-slider .wrap::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-course .btn.more, .course-slider .btn.more {
  margin: auto;
}
.top-course p.name, .course-slider p.name {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.course-slider {
  display: none;
}
@media (max-width: 768px) {
  .course-slider {
    display: block;
    overflow: visible;
    position: relative !important;
  }
  .course-slider .swiper-slide {
    width: 70%;
  }
  .course-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
  }
}

.course-swiper-button-prev,
.course-swiper-button-next {
  display: none;
}
@media (max-width: 768px) {
  .course-swiper-button-prev,
  .course-swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.3s;
  }
  .course-swiper-button-prev::after,
  .course-swiper-button-next::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }
  .course-swiper-button-prev.swiper-button-disabled,
  .course-swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
  }
}

@media (max-width: 768px) {
  .course-swiper-button-prev {
    left: 12%;
  }
  .course-swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
  }
}

@media (max-width: 768px) {
  .course-swiper-button-next {
    right: 5%;
  }
  .course-swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 3px;
  }
}

/* ===============================
   POINT
================================ */
.p-point {
  position: relative;
  margin-top: 4rem;
}
.p-point::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 8rem;
  margin: auto;
  z-index: 0;
}
.p-point .btn.more {
  margin: 1rem auto 0 auto;
}

.grid-wrap.top-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .grid-wrap.top-point {
    grid-template-columns: 1fr;
  }
}

.top-point .wrap {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.top-point .title {
  font-size: 1.3rem;
  margin: auto;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-point .point-img-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .top-point .point-img-wrap {
    width: 80%;
  }
}
.top-point .point-img-wrap img.ph {
  width: 100%;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-point .point-img-wrap img.pict {
  position: absolute;
  width: 60%;
  top: 0;
  left: 0;
}

/* ===============================
   TOPICS Slider
================================ */
.p-topics {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-topics .header {
  margin-bottom: 2rem;
}
.p-topics .title {
  text-align: center;
}
.p-topics .title span {
  display: inline-block;
  border-bottom: 1px solid #000000;
  font-size: 4rem;
  font-weight: 200;
  font-family: "Londrina Solid", sans-serif;
  line-height: 1;
}
.p-topics .top-topics {
  overflow: hidden;
}

.topics-slider {
  margin: 6rem auto !important;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .topics-slider {
    width: 180%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.topics-slider .swiper-slide {
  box-sizing: border-box;
  padding: 2rem 2rem 2.5rem 2rem;
  background-color: #ffb1af;
  border-radius: 10px;
  margin: 0;
  position: relative;
}
.topics-slider .swiper-slide img {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topics-slider .swiper-slide .btn.more {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #000;
  transform: scale(0.7);
}
.topics-slider {
  /* 中央を強調 */
}
.topics-slider .swiper-slide-active {
  transform: scale(1.3) !important;
  position: relative;
  z-index: 100;
  border: 1px solid #000;
}
.topics-slider {
  /* 左右は小さく */
}
.topics-slider .swiper-slide-prev,
.topics-slider .swiper-slide-next,
.topics-slider .swiper-slide-duplicate-prev,
.topics-slider .swiper-slide-duplicate-next {
  transform: scale(1) !important;
  position: relative;
  z-index: -1;
}
.topics-slider .swiper-slide-prev .btn.more,
.topics-slider .swiper-slide-next .btn.more,
.topics-slider .swiper-slide-duplicate-prev .btn.more,
.topics-slider .swiper-slide-duplicate-next .btn.more {
  display: none;
}
.topics-slider .swiper-slide-prev,
.topics-slider .swiper-slide-duplicate-prev {
  margin: 0;
}
.topics-slider .swiper-slide-next,
.topics-slider .swiper-slide-duplicate-next {
  margin: 0;
}

/* ナビ（スライダー下） */
.swiper-navi {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topics-swiper-button-prev,
.topics-swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000000;
  background-image: url(../img/arrow-top.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
  transform: rotate(90deg);
  transition: opacity 0.3s;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.topics-swiper-button-prev {
  transform: rotate(-90deg);
}

/* カウンター表示 */
.topics-counter {
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  width: 10rem;
  text-align: center;
}

/* ===============================
   OPEN CAMPUS
================================ */
.p-opencampus {
  background-color: #ffb1af;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-opencampus {
    padding-bottom: 4rem;
  }
}
.p-opencampus .top-opencampus {
  grid-template-columns: 1fr 3fr;
  max-width: 100vw;
  margin: 0;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* keep left offset equal to centered container + original side padding (1rem) */
  padding-left: calc((100vw - 1200px) / 2 + 1rem);
  padding-right: 0;
}
@media (max-width: 768px) {
  .p-opencampus .top-opencampus {
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-opencampus .header {
  margin-bottom: 2rem;
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .p-opencampus .header {
    text-align: center;
  }
}
.p-opencampus .title {
  display: inline-block;
}
.p-opencampus .title span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  font-family: "Londrina Solid", sans-serif;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-opencampus .lead {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-opencampus .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-opencampus .card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  border-top: 1px solid #000000;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .p-opencampus .card {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.p-opencampus .media {
  width: 40%;
  max-width: 400px;
}
.p-opencampus .media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-opencampus .media {
    width: 100%;
    max-width: 100%;
    order: -1;
  }
}
.p-opencampus .info {
  flex: 1;
}
.p-opencampus .info .name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 1rem 0 !important;
}
.p-opencampus .info .desc {
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .p-opencampus .info {
    padding: 1rem;
  }
  .p-opencampus .info .name {
    text-align: center;
  }
}
.p-opencampus .btn.more.en {
  color: #000000;
  margin-left: 0;
  margin-right: auto;
}
.p-opencampus .btn.more.dental {
  background-color: #9ed777;
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .p-opencampus .btn.more.dental {
    margin: 1rem auto;
  }
}
.p-opencampus .btn.more.medicine {
  background-color: #f1e474;
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .p-opencampus .btn.more.medicine {
    margin: 1rem auto;
  }
}
.p-opencampus .btn.more.ict {
  background-color: #00a9b6;
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .p-opencampus .btn.more.ict {
    margin: 1rem auto;
  }
}
.p-opencampus .btn.more.all {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-opencampus .btn.more.all {
    margin: auto;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ===============================
   GUIDANCE
================================ */
.p-guidance {
  background-color: #ded9d2;
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-guidance .list {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-guidance .list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-guidance .item {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  aspect-ratio: 16/9;
  margin: -1px 0 0 -1px;
}
.p-guidance .item:last-child {
  border-right: 1px solid #000000;
}
@media (max-width: 768px) {
  .p-guidance .item:last-child {
    border-right: none;
  }
}
.p-guidance .item .link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
.p-guidance .item .link i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  margin-left: -0.3rem;
  margin-top: 1rem;
}

/* ===============================
   CAMPUS LIFE
================================ */
.p-campuslife {
  position: relative;
  min-height: 350px;
  padding: 2rem 0 4rem 0;
}
.p-campuslife section {
  padding: 4rem 0;
}
.p-campuslife .header {
  padding: 0 1rem;
  margin: 0 auto;
}
.p-campuslife .header .title {
  display: flex;
  align-items: end;
  gap: 1rem;
  width: calc(65% - 3rem);
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .p-campuslife .header .title {
    width: 100%;
    margin: 0 auto !important;
    justify-content: center !important;
  }
}
.p-campuslife .header h2 {
  padding: 0;
}
.p-campuslife .header h2 span {
  font-family: "Londrina Solid", sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}
.p-campuslife .header .lead {
  display: block;
  background-color: #ffff43;
  padding: 1.5rem 2rem;
  border-radius: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-campuslife .header .lead {
    padding: 1rem;
  }
}
.p-campuslife .header .lead::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/balloon.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 20%;
}
.p-campuslife .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 3rem;
}
.p-campuslife .linkbtn {
  display: grid;
  grid-template-columns: 35% auto;
  align-items: start;
  gap: 3rem;
  padding: 0 1rem;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .p-campuslife .linkbtn {
    grid-template-columns: 1fr;
  }
}
.p-campuslife .linkbtn .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-campuslife .linkbtn .list {
    grid-template-columns: 1fr;
  }
}
.p-campuslife .linkbtn .list .item {
  border: 1px solid #000000;
}
.p-campuslife .linkbtn .list .item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
}
.p-campuslife .linkbtn .list .item .link i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
.p-campuslife .illust img {
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .p-campuslife .illust img {
    width: 90%;
  }
}
.p-campuslife .top-campuslife .linkbtn {
  margin-top: -10rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-campuslife .linkbtn {
    margin: auto;
  }
}
.p-campuslife .top-campuslife .list {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-campuslife .list {
    margin-top: auto;
  }
}
.p-campuslife .top-admission .header {
  grid-template-columns: auto 35%;
}
.p-campuslife .top-admission .title {
  justify-content: end;
  margin: 0 auto 0 0;
}
.p-campuslife .top-admission .linkbtn {
  grid-template-columns: auto 35%;
  margin-top: -10rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-admission .linkbtn {
    margin: auto;
    grid-template-columns: 1fr;
  }
}
.p-campuslife .top-admission .illust {
  order: 2;
}
.p-campuslife .top-admission .list {
  order: 1;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-admission .list {
    margin-top: auto;
  }
}
.p-campuslife .top-tuition .linkbtn {
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-tuition .linkbtn {
    margin: auto;
  }
}
.p-campuslife .top-tuition .list {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .p-campuslife .top-tuition .list {
    margin-top: auto;
  }
}

/* ===============================
   学科・コース
================================ */
.course__section {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .course__section {
    padding: 2rem 0;
  }
}
.course__section .course-wrap {
  margin: 0 auto 2rem auto;
}
.course__section .course-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 2rem auto 0 auto;
  justify-content: start;
  justify-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .course__section .course-index {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .course__section .course-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .course__section .course-index {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.course__section .course-index li {
  margin: 0;
  position: relative;
  padding-bottom: 1rem;
  align-items: center;
}
.course__section .course-index li .name {
  font-size: 1.2rem;
  padding: 1.5rem;
  text-align: center;
}
.course__section .course-index li .btn.more.en {
  border: 1px solid #000000;
  min-width: 12rem;
  margin: auto;
}

.btn.more.ja {
  width: 14em;
  margin: auto;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 1.7rem;
  justify-content: space-between;
}
.btn.more.ja i {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 768px) {
  .btn.more.ja {
    font-size: 1.2rem;
  }
}

.course__page__title {
  background-color: #dedede;
  background-image: url(../img/dept/head_bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 90px;
  display: grid;
  grid-template-columns: 260px auto;
}
@media (max-width: 768px) {
  .course__page__title {
    display: block;
    background-image: none;
  }
}
.course__page__title .title__en {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .course__page__title .title__en {
    display: none;
  }
}
.course__page__title .title__en span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  letter-spacing: 4px;
}
.course__page__title .title__wrap {
  height: 800px;
  margin: 0;
  position: relative;
  padding: 2rem 0 6rem 0;
}
@media (max-width: 768px) {
  .course__page__title .title__wrap {
    height: auto;
    padding: 2rem 0 2rem 0;
  }
}
.course__page__title .course__title {
  position: absolute;
  z-index: 99;
  right: -1px;
  bottom: 2rem;
  background-color: #FFFFFF;
  width: 60rem;
  max-width: 95%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
@media (max-width: 768px) {
  .course__page__title .course__title {
    position: relative;
    width: auto;
    max-width: none;
    margin-top: 2rem;
    border-left: 0;
  }
}
.course__page__title .course__title h4 {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  .course__page__title .course__title h4 {
    text-align: center;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }
}
.course__page__title .course__title ul {
  display: flex;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 768px) {
  .course__page__title .course__title ul {
    flex-direction: column;
  }
}
.course__page__title .course__title ul li.year {
  padding: 1rem 2rem;
  border-right: 1px solid #000000;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .course__page__title .course__title ul li.year {
    border-right: 0;
    border-bottom: 1px solid #000000;
    font-size: 1.2rem;
  }
}
.course__page__title .course__title ul li.year p {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
}
.course__page__title .course__title ul li.year span {
  font-size: 1.5rem;
  margin-left: 0.2rem;
  margin-top: 0.8rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .course__page__title .course__title ul li.year span {
    font-size: 2rem;
  }
}
.course__page__title .course__title ul li.name {
  padding: 1rem 2rem;
}
.course__page__title .course__title ul li.name h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .course__page__title .course__title ul li.name h3 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.course__page__title .course__title ul li.name h2 {
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .course__page__title .course__title ul li.name h2 {
    text-align: center;
    font-size: 1.7rem;
  }
}
.course__page__title .course__img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.course__header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.course__header h2 span {
  color: #000000;
  font-family: "Londrina Solid", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .course__header h2 span {
    letter-spacing: 2px;
  }
}
.course__header h2 em {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
  border-top: 3px solid;
  border-top-color: #dedede;
  max-width: 20rem;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .course__header h2 em {
    font-size: 1.4rem;
  }
}

.course__nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.course__contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem 2rem;
}
.course__contents-list li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.course__contents-list li a i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #dedede;
  margin-right: 0.5rem;
  background-image: url(../img/arrow1.png);
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.course__work-lead {
  margin-top: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.course__work-lead figure {
  aspect-ratio: 2/1;
}
.course__work-lead figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .course__work-lead {
    margin-top: 2rem;
  }
  .course__work-lead figure {
    aspect-ratio: 4/3;
  }
}
.course__work-lead .lead {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .course__work-lead .lead {
    position: static;
    width: auto;
    padding: 2rem 1.5rem;
  }
}
.course__work-lead .lead h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .course__work-lead .lead h3 {
    font-size: 1.4rem;
  }
}
.course__work-lead .lead p {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .course__work-lead .lead p {
    font-size: 1rem;
  }
}

.course__work-roles {
  background-color: #ded9d2;
}

.work-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .work-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.work-wrap li {
  border: 1px solid #000000;
  border-radius: 1rem;
}
.work-wrap li .name {
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem;
  border-bottom: 1px solid #000000;
}
.work-wrap li .desc {
  padding: 1rem;
  font-size: 1rem;
}

.course__work-cta {
  background-color: #dedede;
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.course__work-cta ul.work-cta-wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 5fr;
  font-size: 1rem;
  gap: 1rem;
  margin: auto;
}
@media (max-width: 768px) {
  .course__work-cta ul.work-cta-wrap {
    grid-template-columns: 1fr 2fr;
    gap: 0;
  }
}
.course__work-cta ul.work-cta-wrap li {
  font-size: 1rem;
}
.course__work-cta ul.work-cta-wrap li:nth-child(1) img {
  margin-top: -4rem;
}
.course__work-cta .appeal {
  background-image: url(../img/baloon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1rem;
  width: 18rem;
  height: 12rem;
  padding: 0 3rem 1rem 3rem;
}
@media (max-width: 768px) {
  .course__work-cta .appeal {
    font-size: 0.9rem;
    width: 14rem;
    height: 10rem;
    padding: 0 2rem 1rem 2rem;
  }
}
.course__work-cta .appeal p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__work-cta .work-note {
  margin-top: 2rem;
  display: inline-block;
}
.course__work-cta .work-note h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.course__work-cta .work-note ul li {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .course__work-cta .work-note ul li {
    font-size: 1.1rem;
  }
}
.course__work-cta .work-note ul li::before {
  content: "■";
  color: #FFFFFF;
  margin-right: 0.3rem;
}
.course__work-cta .work-note p {
  display: inline;
}
.course__work-cta .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .course__work-cta .btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.course__work-cta .btn-wrap .btn.more.ja {
  width: 50%;
}
@media (max-width: 768px) {
  .course__work-cta .btn-wrap .btn.more.ja {
    width: 100%;
    font-size: 1.2rem;
  }
}
.course__work-cta .btn-wrap .btn.more.ja i {
  width: 1rem;
  height: 1rem;
}

.feature-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4rem;
}
.feature-wrap li {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 45% auto;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .feature-wrap li {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
}
.feature-wrap li .desc {
  padding: 0 1.5rem;
}
.feature-wrap li.rev {
  grid-template-columns: auto 45%;
}
.feature-wrap li.rev figure {
  order: 2;
}
.feature-wrap li.rev .desc {
  order: 1;
}
@media (max-width: 1024px) {
  .feature-wrap li.rev {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
  .feature-wrap li.rev figure {
    order: 1;
  }
  .feature-wrap li.rev .desc {
    order: 2;
  }
}
.feature-wrap figure {
  aspect-ratio: 16/9;
}
.feature-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-wrap h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .feature-wrap h3 {
    font-size: 1.3rem;
  }
}
.feature-wrap h3 span {
  font-size: 5rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .feature-wrap h3 span {
    font-size: 4rem;
  }
}

.curriculum-slider {
  max-width: 1200px;
  overflow: hidden;
  margin: 4rem auto;
  font-size: 1rem;
  position: relative;
}
.curriculum-slider .swiper-slide {
  font-size: 1rem;
}
.curriculum-slider .swiper-slide h3 {
  text-align: center;
}
.curriculum-slider .swiper-slide h3 span {
  display: block;
  font-size: 1.2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0.5rem;
}
.curriculum-slider .swiper-slide h3 em {
  display: block;
  font-size: 1.3rem;
  padding: 0.5rem;
}
.curriculum-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.curriculum-slider .swiper-slide p {
  padding: 1rem 0;
}

.curriculum-swiper-button-prev,
.curriculum-swiper-button-next {
  width: 2rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
}
.curriculum-swiper-button-prev::after,
.curriculum-swiper-button-next::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
}

.curriculum-swiper-button-prev {
  left: 0;
}
.curriculum-swiper-button-prev::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.curriculum-swiper-button-next {
  right: 0;
}
.curriculum-swiper-button-next::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.c-line {
  border-top: 1px solid #000000;
}

.c-point {
  padding-bottom: 0;
}
.c-point .btn.more.ja {
  margin: 2rem auto 0 auto;
}

.course__point-item {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .course__point-item {
    padding: 2rem 0;
  }
}
.course__point-item .point-wrap {
  max-width: 900px;
  margin: auto;
}
.course__point-item .point-wrap.gap-top {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .course__point-item .point-wrap.gap-top {
    margin-top: 4rem;
  }
}
.course__point-item .point-wrap.gap-bottom {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .course__point-item .point-wrap.gap-bottom {
    margin-bottom: 2rem;
  }
}
.course__point-item .point-wrap h3 {
  border: 1px solid #000000;
  border-radius: 1.7rem;
  padding: 1.5rem;
  text-align: center;
  max-width: 40rem;
  position: relative;
  margin: auto auto 2rem auto;
}
@media (max-width: 768px) {
  .course__point-item .point-wrap h3 {
    width: 100%;
  }
}
.course__point-item .point-wrap h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 100%;
  transform-origin: left top;
  transform: translateX(-50%) rotate(45deg);
}
.course__point-item .point-wrap h3 span {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .course__point-item .point-wrap h3 span {
    font-size: 1.3rem;
  }
}
.course__point-item .point-wrap p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .course__point-item .point-wrap p {
    font-size: 1rem;
  }
}

.point-graphic {
  max-width: 500px;
  margin: 3rem auto 0 auto;
}
.point-graphic h4 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}

.course__interview {
  max-width: 900px;
  margin: auto;
}
.course__interview.gap-top {
  margin-top: 6rem;
}
.course__interview.label {
  padding-top: 2rem;
}
.course__interview h2 {
  display: block;
  width: 18rem;
  aspect-ratio: 2/1;
  margin: auto;
  background-image: url(../img/baloon3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .course__interview h2 {
    margin: auto;
  }
}
.course__interview h2 span {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  letter-spacing: 4px;
}
.course__interview h2 em {
  display: inline-block;
  background-color: #dedede;
  padding: 0.5rem 2rem;
  border: 2px solid #000000;
  position: absolute;
  left: -2rem;
  top: -2rem;
}
.course__interview .interview-wrap {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 4rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .course__interview .interview-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.course__interview .interview-wrap figure {
  border-radius: 50%;
  border: 12px solid;
  border-color: #dedede;
  position: relative;
  aspect-ratio: 1/1;
  margin: auto;
}
@media (max-width: 768px) {
  .course__interview .interview-wrap figure {
    max-width: 80%;
    border: 9px solid;
  }
}
.course__interview .interview-wrap figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.course__interview .interview-wrap h3 {
  font-size: 1.5rem;
}
.course__interview .interview-wrap h3 span {
  font-size: 2rem;
}
.course__interview .interview-wrap h3 em {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .course__interview .interview-wrap h3 {
    text-align: center;
    font-size: 1.3rem;
  }
  .course__interview .interview-wrap h3 span {
    font-size: 1.8rem;
  }
  .course__interview .interview-wrap h3 em {
    font-size: 1rem;
  }
}
.course__interview .interview-wrap h4 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.course__interview .interview-wrap p {
  font-size: 1rem;
  margin-top: 1.5rem;
}
.course__interview .btn.more.ja {
  margin: 4rem auto 0 auto;
}
@media (max-width: 768px) {
  .course__interview .btn.more.ja {
    font-size: 1.2rem;
  }
}
.course__interview.universal h3 {
  font-size: 1rem;
  line-height: 1.2;
}
.course__interview.universal h3 span {
  font-size: 1.3rem;
}
.course__interview.universal h4 {
  font-size: 1rem;
}

.c-qualification {
  background-color: #ebebeb;
}

.qualification-wrap {
  display: flex;
  gap: 0 3rem;
  align-items: end;
  justify-content: center;
  max-width: 900px;
  margin: 3rem auto auto auto;
}
@media (max-width: 768px) {
  .qualification-wrap {
    flex-direction: column;
  }
}
.qualification-wrap li {
  margin: 0 auto;
}
.qualification-wrap .results-wrap li {
  font-size: 1rem;
}
.qualification-wrap .results-wrap li.results-1 {
  font-size: 1.2rem;
  text-align: center;
}
.qualification-wrap .results-wrap li.results-2 {
  padding-bottom: 2rem;
  text-align: center;
}
.qualification-wrap .results-wrap li.results-2 .spike-box {
  background-color: #dedede;
  padding: 1.5rem;
  width: 12em;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  letter-spacing: 2px;
  position: relative;
}
.qualification-wrap .results-wrap li.results-2 .spike-box::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #dedede;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
}
.qualification-wrap .results-wrap li.results-3 {
  text-align: center;
}
.qualification-wrap .results-wrap li.results-3 .percent {
  display: inline-block;
  text-align: left;
}
.qualification-wrap .results-wrap li.results-3 .percent em {
  display: inline;
  font-size: 1.4rem;
}
.qualification-wrap .results-wrap li.results-3 .percent span {
  display: inline;
  font-size: 12rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .qualification-wrap .results-wrap li.results-3 .percent span {
    font-size: 10rem;
  }
}
.qualification-wrap .results-wrap li.results-3 .percent p {
  display: inline;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .qualification-wrap .results-wrap li.results-3 .percent p {
    font-size: 4rem;
  }
}
.qualification-wrap .results-wrap li.results-4 {
  font-size: 1.2rem;
  text-align: center;
}
.qualification-wrap .frame-box {
  border: 1px solid #000000;
  margin-top: 2rem;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
.qualification-wrap .frame-box h3 {
  font-size: 1.4rem;
  padding: 1rem;
  border-bottom: 1px solid #000000;
}
.qualification-wrap .frame-box p {
  padding: 1rem;
  line-height: 1.6;
}
.qualification-wrap .c-list-dot li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0.5rem;
}
.qualification-wrap .c-list-dot li::before {
  content: "●";
  color: #dedede;
  margin-right: 0.3rem;
}

.support-wrap {
  max-width: 900px;
  margin: 2rem auto 0 auto;
}
.support-wrap .lead {
  font-size: 1.1rem;
  line-height: 1.6;
}
.support-wrap .percent {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0;
  margin: 2rem auto 0 auto;
}
.support-wrap .percent div {
  display: inline-block;
  background-image: url(../img/dept/dental/baloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 8rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .support-wrap .percent div {
    width: 8rem;
    height: 6rem;
  }
}
.support-wrap .percent div p {
  font-size: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .support-wrap .percent div p {
    font-size: 1.6rem;
  }
}
.support-wrap .percent span {
  display: inline;
  font-size: 12rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .support-wrap .percent span {
    font-size: 10rem;
  }
}
.support-wrap .percent p {
  display: inline;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .support-wrap .percent p {
    font-size: 3rem;
  }
}
.support-wrap .note {
  text-align: center;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .support-wrap .note {
    font-size: 1rem;
  }
}
.support-wrap .note span {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .support-wrap .note span {
    font-size: 1.1rem;
  }
}

.c-message {
  background-color: #ebebeb;
}

.course__occupation {
  background-color: #ebebeb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.course__occupation h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.7rem;
  background-image: url(../img/baloon4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 32rem;
  height: 10rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .course__occupation h2 {
    height: 8rem;
  }
}
.course__occupation h2 span {
  font-size: 1.7rem;
  display: inline-block;
  border-bottom: 6px solid #dedede;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .course__occupation h2 span {
    font-size: 1.4rem;
  }
}
.course__occupation .occupation-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 1rem auto 3rem auto;
}
.course__occupation .occupation-wrap li {
  width: calc((100% - 4rem) / 5);
}
@media (max-width: 1024px) {
  .course__occupation .occupation-wrap li {
    width: calc((100% - 1rem) / 2);
  }
}
.course__occupation .occupation-wrap li figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #dedede;
}
.course__occupation .occupation-wrap li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 50%;
}
.course__occupation .occupation-wrap li .name {
  padding-top: 1rem;
  font-size: 1rem;
  text-align: center;
}
.course__occupation .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .course__occupation .btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.course__occupation .btn-wrap .btn.more.ja {
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.4rem;
  width: 50%;
  padding: 1rem 2rem;
  border-radius: 1.7rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .course__occupation .btn-wrap .btn.more.ja {
    width: 100%;
    font-size: 1.2rem;
  }
}
.course__occupation .btn-wrap .btn.more.ja i {
  width: 1rem;
  height: 1rem;
}

#course__dental .course__page__title {
  background-color: #f8c6c9;
}
#course__dental .course__header h2 em {
  border-top-color: #f8c6c9;
}
#course__dental .course__contents-list li a i {
  background-color: #f8c6c9;
}
#course__dental .c-open-campus {
  background-color: #f8c6c9;
}
#course__dental .course__work-cta {
  background-color: #f8c6c9;
}
#course__dental .course__interview h2 em {
  background-color: #f8c6c9;
}
#course__dental .course__interview figure {
  border-color: #f8c6c9;
}
#course__dental .results-wrap li .spike-box,
#course__dental .results-wrap li .spike-box::after {
  background-color: #f8c6c9;
}
#course__dental .support-wrap .percent div {
  background-image: url(../img/dept/dental/baloon.svg);
}

#course__medical-support .course__page__title {
  background-color: #e8d86e;
}
#course__medical-support .course__header h2 em {
  border-top-color: #e8d86e;
}
#course__medical-support .course__contents-list li a i {
  background-color: #e8d86e;
}
#course__medical-support .c-open-campus {
  background-color: #e8d86e;
}
#course__medical-support .course__occupation h2 span {
  border-bottom-color: #e8d86e;
}
#course__medical-support .occupation-wrap figure {
  background-color: #e8d86e;
}
#course__medical-support .course__interview h2 em {
  background-color: #e8d86e;
}
#course__medical-support .course__interview figure {
  border-color: #e8d86e;
}
#course__medical-support .results-wrap li .spike-box,
#course__medical-support .results-wrap li .spike-box::after {
  background-color: #e8d86e;
}
#course__medical-support .c-list-dot li::before {
  color: #e8d86e;
}
#course__medical-support .support-wrap .percent div {
  background-image: url(../img/dept/medical/support/baloon.svg);
}

#course__medical-support .course__page__title {
  background-color: #e8d86e;
}
#course__medical-support .course__header h2 em {
  border-top-color: #e8d86e;
}
#course__medical-support .course__contents-list li a i {
  background-color: #e8d86e;
}
#course__medical-support .c-open-campus {
  background-color: #e8d86e;
}
#course__medical-support .course__occupation h2 span {
  border-bottom-color: #e8d86e;
}
#course__medical-support .occupation-wrap figure {
  background-color: #e8d86e;
}
#course__medical-support .course__interview h2 em {
  background-color: #e8d86e;
}
#course__medical-support .course__interview figure {
  border-color: #e8d86e;
}
#course__medical-support .results-wrap li .spike-box,
#course__medical-support .results-wrap li .spike-box::after {
  background-color: #e8d86e;
}
#course__medical-support .c-list-dot li::before {
  color: #e8d86e;
}
#course__medical-support .support-wrap .percent div {
  background-image: url(../img/dept/medical/support/baloon.svg);
}

#course__medical-advisor .course__page__title {
  background-color: #cbe4c3;
}
#course__medical-advisor .course__header h2 em {
  border-top-color: #cbe4c3;
}
#course__medical-advisor .course__contents-list li a i {
  background-color: #cbe4c3;
}
#course__medical-advisor .c-open-campus {
  background-color: #cbe4c3;
}
#course__medical-advisor .course__occupation h2 span {
  border-bottom-color: #cbe4c3;
}
#course__medical-advisor .occupation-wrap figure {
  background-color: #cbe4c3;
}
#course__medical-advisor .course__interview h2 em {
  background-color: #cbe4c3;
}
#course__medical-advisor .course__interview figure {
  border-color: #cbe4c3;
}
#course__medical-advisor .results-wrap li .spike-box,
#course__medical-advisor .results-wrap li .spike-box::after {
  background-color: #cbe4c3;
}
#course__medical-advisor .c-list-dot li::before {
  color: #cbe4c3;
}
#course__medical-advisor .support-wrap .percent div {
  background-image: url(../img/dept/medical/adviser/baloon.svg);
}

#course__cosmetics-advisor .course__page__title {
  background-color: #cce298;
}
#course__cosmetics-advisor .course__header h2 em {
  border-top-color: #cce298;
}
#course__cosmetics-advisor .course__contents-list li a i {
  background-color: #cce298;
}
#course__cosmetics-advisor .c-open-campus {
  background-color: #cce298;
}
#course__cosmetics-advisor .course__occupation h2 span {
  border-bottom-color: #cce298;
}
#course__cosmetics-advisor .occupation-wrap figure {
  background-color: #cce298;
}
#course__cosmetics-advisor .course__interview h2 em {
  background-color: #cce298;
}
#course__cosmetics-advisor .course__interview figure {
  border-color: #cce298;
}
#course__cosmetics-advisor .results-wrap li .spike-box,
#course__cosmetics-advisor .results-wrap li .spike-box::after {
  background-color: #cce298;
}
#course__cosmetics-advisor .c-list-dot li::before {
  color: #cce298;
}
#course__cosmetics-advisor .support-wrap .percent div {
  background-image: url(../img/dept/cosmetics/baloon.svg);
}

#course__system-mobile .course__page__title {
  background-color: #afddea;
}
#course__system-mobile .course__header h2 em {
  border-top-color: #afddea;
}
#course__system-mobile .course__contents-list li a i {
  background-color: #afddea;
}
#course__system-mobile .c-open-campus {
  background-color: #afddea;
}
#course__system-mobile .course__occupation h2 span {
  border-bottom-color: #afddea;
}
#course__system-mobile .occupation-wrap figure {
  background-color: #afddea;
}
#course__system-mobile .course__interview h2 em {
  background-color: #afddea;
}
#course__system-mobile .course__interview figure {
  border-color: #afddea;
}
#course__system-mobile .results-wrap li .spike-box,
#course__system-mobile .results-wrap li .spike-box::after {
  background-color: #afddea;
}
#course__system-mobile .c-list-dot li::before {
  color: #afddea;
}
#course__system-mobile .support-wrap .percent div {
  background-image: url(../img/dept/mobile/baloon.svg);
}

#course__system-graphic .course__page__title {
  background-color: #c6d1ea;
}
#course__system-graphic .course__header h2 em {
  border-top-color: #c6d1ea;
}
#course__system-graphic .course__contents-list li a i {
  background-color: #c6d1ea;
}
#course__system-graphic .c-open-campus {
  background-color: #c6d1ea;
}
#course__system-graphic .course__occupation h2 span {
  border-bottom-color: #c6d1ea;
}
#course__system-graphic .occupation-wrap figure {
  background-color: #c6d1ea;
}
#course__system-graphic .course__interview h2 em {
  background-color: #c6d1ea;
}
#course__system-graphic .course__interview figure {
  border-color: #c6d1ea;
}
#course__system-graphic .results-wrap li .spike-box,
#course__system-graphic .results-wrap li .spike-box::after {
  background-color: #c6d1ea;
}
#course__system-graphic .c-list-dot li::before {
  color: #c6d1ea;
}
#course__system-graphic .support-wrap .percent div {
  background-image: url(../img/dept/graphic/baloon.svg);
}

#course__it-expert .course__page__title {
  background-color: #498dcb;
}
#course__it-expert .course__header h2 em {
  border-top-color: #498dcb;
}
#course__it-expert .course__contents-list li a i {
  background-color: #498dcb;
}
#course__it-expert .c-open-campus {
  background-color: #498dcb;
}
#course__it-expert .course__occupation h2 span {
  border-bottom-color: #498dcb;
}
#course__it-expert .occupation-wrap figure {
  background-color: #498dcb;
}
#course__it-expert .course__interview h2 em {
  background-color: #498dcb;
}
#course__it-expert .course__interview figure {
  border-color: #498dcb;
}
#course__it-expert .results-wrap li .spike-box,
#course__it-expert .results-wrap li .spike-box::after {
  background-color: #498dcb;
}
#course__it-expert .c-list-dot li::before {
  color: #498dcb;
}
#course__it-expert .support-wrap .percent div {
  background-image: url(../img/dept/it/baloon.svg);
}

#course__universal_business .course__page__title {
  background-color: #b7b0d7;
}
#course__universal_business .course__header h2 em {
  border-top-color: #b7b0d7;
}
#course__universal_business .course__contents-list li a i {
  background-color: #b7b0d7;
}
#course__universal_business .c-open-campus {
  background-color: #b7b0d7;
}
#course__universal_business .course__occupation h2 span {
  border-bottom-color: #b7b0d7;
}
#course__universal_business .occupation-wrap figure {
  background-color: #b7b0d7;
}
#course__universal_business .course__interview h2 em {
  background-color: #b7b0d7;
}
#course__universal_business .course__interview figure {
  border-color: #b7b0d7;
}
#course__universal_business .results-wrap li .spike-box,
#course__universal_business .results-wrap li .spike-box::after {
  background-color: #b7b0d7;
}
#course__universal_business .c-list-dot li::before {
  color: #b7b0d7;
}
#course__universal_business .support-wrap .percent div {
  background-image: url(../img/dept/universal/baloon.svg);
}

.flag {
  width: 100%;
  margin: 2rem auto;
}
.flag img {
  width: 100%;
}

.graph {
  width: 80%;
  margin: 2rem auto;
}
.graph img {
  width: 100%;
}

/* ===============================
   学校案内
================================ */
.outline__section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .outline__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.outline__section .outline-wrap {
  margin: 0 auto;
}
.outline__section .outline-wrap + .outline-wrap {
  margin-top: 6rem;
}
.outline__section .outline-wrap h2 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.outline__section .outline-wrap .lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.outline__section .outline-wrap .principal-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}
.outline__section .outline-wrap .principal-wrap li .lead {
  padding: 0;
  margin: 0;
}
.outline__section .outline-wrap .principal-wrap li img {
  margin: auto;
}
.outline__section .outline-wrap .principal-wrap li .pos {
  margin-top: 1rem;
  text-align: center;
}
.outline__section .outline-wrap .principal-wrap li .name {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .outline__section .outline-wrap .principal-wrap {
    grid-template-columns: 1fr;
  }
  .outline__section .outline-wrap .principal-wrap li img {
    width: 80%;
  }
}
.outline__section .outline-wrap .area-map-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .area-map-wrap {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .parking-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .parking-wrap {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .access-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .access-wrap {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .contents__nav {
  justify-content: start;
}
.outline__section .outline-wrap .contents__list li a i {
  background-color: #ded9d2;
}
.outline__section .outline-wrap .style__bg {
  background-color: #ded9d2;
  margin: 2rem 0 1.5rem 0 !important;
}
.outline__section .outline-wrap .facility-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .outline__section .outline-wrap .facility-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .facility-wrap {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .facility-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.outline__section .outline-wrap .facility-wrap h3 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.outline__section .outline-wrap .facility-wrap h3 span {
  font-size: 0.9rem;
}
.outline__section .outline-wrap .facility-wrap p {
  font-size: 1rem;
}
.outline__section .outline-wrap .btn_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 900px;
  margin: auto;
  padding: 0;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .btn_wrap {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .btn_wrap .btn.more.icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 4rem;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
.outline__section .outline-wrap .btn_wrap .btn.more.icon img {
  width: 4rem;
  flex-shrink: 0;
}
.outline__section .outline-wrap .btn_wrap .btn.more.icon span {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 1rem;
  align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .btn_wrap .btn.more.icon span {
    font-size: 1.2rem;
  }
}
.outline__section .outline-wrap .year-schedule-slider {
  width: 100%;
  position: relative;
}
.outline__section .outline-wrap .year-schedule-slider .swiper-slide {
  text-align: center;
}
.outline__section .outline-wrap .year-schedule-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.outline__section .outline-wrap .year-schedule-slider .swiper-slide p {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  text-align: center;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-prev,
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-prev::after,
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-prev.swiper-button-disabled,
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-prev {
  left: 0;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-next {
  right: 0;
}
.outline__section .outline-wrap .year-schedule-slider .year-schedule-swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}
.outline__section .outline-wrap .style__rod {
  font-size: 1.4rem;
  padding: 0.5rem;
  margin: 0 0 2rem 0;
  max-width: 100%;
}
.outline__section .outline-wrap .year-schedule-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  align-items: stretch;
  justify-content: right;
  margin-bottom: 5rem;
}
.outline__section .outline-wrap .year-schedule-wrap li {
  padding-right: 2rem;
}
.outline__section .outline-wrap .year-schedule-wrap li + li {
  padding-left: 2rem;
  padding-right: 0;
  border-left: 2px dashed #000000;
}
.outline__section .outline-wrap .year-schedule-wrap.single li {
  border-left: 0;
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .year-schedule-wrap {
    grid-template-columns: 1fr;
  }
  .outline__section .outline-wrap .year-schedule-wrap li {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .outline__section .outline-wrap .year-schedule-wrap li + li {
    padding-left: 0;
    padding-top: 2rem;
    border-left: 0;
    border-top: 2px dashed #000000;
  }
  .outline__section .outline-wrap .year-schedule-wrap.single li {
    border-top: 0;
    padding: 0;
  }
}
.outline__section .outline-wrap .year-schedule-wrap .zentai dt {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
.outline__section .outline-wrap .year-schedule-wrap .zentai dt::before {
  content: "○";
}
.outline__section .outline-wrap .year-schedule-wrap .zentai dd {
  margin-top: -0.7rem;
  margin-bottom: 1rem;
}
.outline__section .outline-wrap .year-schedule-wrap .kakuka dt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.2rem;
}
.outline__section .outline-wrap .year-schedule-wrap .kakuka dd {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.outline__section .outline-wrap .label i, .outline__section .outline-wrap .kakuka i {
  display: inline-block;
  background-color: #dedede;
  text-align: center;
  border-radius: 2rem;
  padding: 0;
  width: 6rem;
}
.outline__section .outline-wrap .label i.dental, .outline__section .outline-wrap .kakuka i.dental {
  background-color: #f7c7c9;
}
.outline__section .outline-wrap .label i.medical, .outline__section .outline-wrap .kakuka i.medical {
  background-color: #ffde6e;
}
.outline__section .outline-wrap .label i.medical1, .outline__section .outline-wrap .kakuka i.medical1 {
  background-color: #e8d86e;
}
.outline__section .outline-wrap .label i.medical2, .outline__section .outline-wrap .kakuka i.medical2 {
  background-color: #c9e3c2;
}
.outline__section .outline-wrap .label i.medical3, .outline__section .outline-wrap .kakuka i.medical3 {
  background-color: #cbe097;
}
.outline__section .outline-wrap .label i.ict1, .outline__section .outline-wrap .kakuka i.ict1 {
  background-color: #aeefea;
}
.outline__section .outline-wrap .label i.ict2, .outline__section .outline-wrap .kakuka i.ict2 {
  background-color: #aedcea;
}
.outline__section .outline-wrap .label i.ict3, .outline__section .outline-wrap .kakuka i.ict3 {
  background-color: #c6d0ea;
}
.outline__section .outline-wrap .label {
  padding: 0 2rem;
  border-left: 4px solid #ded9d2;
  border-right: 4px solid #ded9d2;
  margin-bottom: 4rem;
}
.outline__section .outline-wrap .label ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2rem;
}
@media (max-width: 1024px) {
  .outline__section .outline-wrap .label ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .outline__section .outline-wrap .label ul {
    grid-template-columns: 1fr;
  }
}
.outline__section .outline-wrap .label ul li {
  display: flex;
  align-items: start;
}
.outline__section .outline-wrap .label ul i {
  margin-right: 0.8rem;
}

.google-map-wrap {
  width: 100%;
  aspect-ratio: 2/1;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .google-map-wrap {
    aspect-ratio: 4/3;
  }
}
.google-map-wrap iframe {
  width: 100%;
  height: calc(100% + 400px);
  margin-top: -200px;
  border: none;
  position: relative;
  z-index: 0;
}
.google-map-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* ===============================
   よくある質問
================================ */
.p-faq {
  padding-top: 0;
}
.p-faq section + section {
  margin-top: 4rem;
}
.p-faq .faq-list dl {
  max-width: 1200px;
  margin-bottom: 0.3rem;
}
.p-faq .faq-list dl dt {
  background-color: #f7c7c9;
}
.p-faq .faq-list dl dt p {
  padding: 0.7rem 0 0.7rem 3rem;
  font-size: 1.1rem;
}
.p-faq .faq-list dl dt p::before {
  content: "Q.";
  display: inline-block;
  text-indent: -2rem;
}
.p-faq .faq-list dl dt p {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .p-faq .faq-list dl dt {
    font-size: 1.1rem;
  }
}
.p-faq .faq-list dl dd p {
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
}
.p-faq .faq-list dl dd p::before {
  content: "A.";
  display: inline-block;
  text-indent: -2rem;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .p-faq .faq-list dl dd p {
    padding-left: 1rem;
  }
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .tab-buttons {
    gap: 0.5rem;
  }
}

.tab-btn {
  padding: 0.8rem 1.5rem;
  border-bottom: 4px solid #b3b3b3;
  color: #b3b3b3;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .tab-btn {
    font-size: 0.85rem;
    padding: 0.7rem 1rem;
    min-width: 120px;
  }
}
.tab-btn.active {
  color: #000000;
  border-bottom: 4px solid #f7c7c9;
}
.tab-btn.active::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f7c7c9;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tab-contents {
  max-width: 1200px;
  margin: 0 auto;
}
.tab-contents .tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.tab-contents .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===============================
   情報公開
================================ */
.p-disclosure section + section {
  margin-top: 4rem;
}
.p-disclosure .disclosure-list {
  margin-top: 3rem;
}
.p-disclosure .c-list-wrap {
  background-color: #ebebeb;
  padding: 2rem 1rem;
}
.p-disclosure .c-list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-disclosure .c-list-link {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-disclosure .c-list-link li {
  font-size: 1.2rem;
}
.p-disclosure .c-list-link li::before {
  content: "・";
  display: inline-block;
  margin-right: 0.2rem;
}

/* ===============================
   入学案内
================================ */
.application__section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .application__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.grid-yoko {
  display: grid;
  grid-template-columns: 5em auto;
  gap: 0 1rem;
}

.flow-wrap {
  display: grid;
  gap: 3rem;
}
@media (max-width: 768px) {
  .flow-wrap {
    gap: 2rem;
  }
}
.flow-wrap + .flow-wrap {
  margin-top: 2rem;
}
.flow-wrap.col2 {
  grid-template-columns: 3fr 2fr;
}
.flow-wrap li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  gap: 0.5rem 0;
}
.flow-wrap .c-box-gray {
  background-color: #ebebeb;
  padding: 1rem;
  flex-grow: 1;
}
.flow-wrap .c-box-gray.f-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-wrap .t-center {
  text-align: center;
}
.flow-wrap .t-left {
  display: inline-block;
  text-align: left;
}
.flow-wrap .next {
  margin: 0 auto;
}

/* ===============================
   AO入試
================================ */
.p-admissions {
  padding-top: 0;
}
.p-admissions section + section {
  margin-top: 4rem;
}

#ao-admissions .header__page__title {
  background-color: #ffc8e6;
}
#scholarship .header__page__title {
  background-color: #b9f0f5;
}
#designated-school .header__page__title {
  background-color: #ebf032;
}
#recommendation .header__page__title {
  background-color: #ffb784;
}
#general .header__page__title {
  background-color: #dcdce6;
}

#ao-admissions .contents__list li a i {
  background-color: #ffc8e6;
}
#scholarship .contents__list li a i {
  background-color: #b9f0f5;
}
#designated-school .contents__list li a i {
  background-color: #ebf032;
}
#recommendation .contents__list li a i {
  background-color: #ffb784;
}
#general .contents__list li a i {
  background-color: #dcdce6;
}

#ao-admissions .style__bg {
  background-color: #ffc8e6;
}
#scholarship .style__bg {
  background-color: #b9f0f5;
}
#designated-school .style__bg {
  background-color: #ebf032;
}
#recommendation .style__bg {
  background-color: #ffb784;
}
#general .style__bg {
  background-color: #dcdce6;
}

#ao-admissions .next {
  background-color: #ffc8e6;
}
#scholarship .next {
  background-color: #b9f0f5;
}
#designated-school .next {
  background-color: #ebf032;
}
#recommendation .next {
  background-color: #ffb784;
}
#general .next {
  background-color: #dcdce6;
}

/* ===============================
   特色
================================ */
.features__section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .features__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.features__section .features-wrap {
  margin: 0 auto;
  padding-bottom: 4rem;
}
.features__section .features-wrap .lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.features__section .features-wrap h2 {
  margin-bottom: 3rem;
}

.features-course-wrap {
  background-color: #ded9d2;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.features-course-wrap .lead {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  text-align: center;
}

.flex-wrap.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.flex-wrap.col3 li {
  width: calc(33.333% - 1rem);
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .flex-wrap.col3 li {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .flex-wrap.col3 li {
    width: 100%;
  }
}

.graph-wrap {
  max-width: 900px;
  margin: auto;
}
.graph-wrap ul {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.graph-wrap ul li {
  width: calc(33.3333% - 2rem);
}
@media (max-width: 768px) {
  .graph-wrap ul li {
    width: calc(50% - 2rem);
  }
}

.graph-single {
  max-width: 600px;
  margin: auto;
}

/* ===============================
   就職・資格
================================ */
.shushoku__section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .shushoku__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.shushoku__section .lead {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}

.career__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 5rem;
}
@media (max-width: 1024px) {
  .career__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .career__list {
    grid-template-columns: 1fr;
  }
}
.career__list li::before {
  content: "●";
  color: #f7c7c9;
  margin-right: 0.2rem;
}

.qualifications__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 5rem;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .qualifications__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .qualifications__list {
    grid-template-columns: 1fr;
  }
}
.qualifications__list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #b3b3b3;
  padding: 0.3rem 1rem;
}
.qualifications__list li span {
  text-align: right;
}

/* ===============================
   オープンキャンパス
================================ */
#open-campus .opencampus_header {
  background-color: #ffb1af;
  margin-top: 90px;
}
#open-campus .opencampus_header .header__title {
  max-width: 768px;
  margin: auto;
  height: auto;
  padding: 2rem 1.5rem 0 1.5rem;
}
#open-campus .opencampus_header.top {
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 15%, #ffb1af 15%, #ffb1af 100%);
}
@media (max-width: 768px) {
  #open-campus .opencampus_header.top {
    background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 12%, #ffb1af 12%, #ffb1af 100%);
  }
}
#open-campus .open-campus__section .c-open-campus {
  background-color: #ffb1af;
  padding: 4rem 0;
}
#open-campus .open-campus__section .c-open-campus-schedule {
  padding: 4rem 0;
}
#open-campus .open-campus__section .c-open-campus-form {
  padding: 4rem 0;
}
#open-campus .c-open-campus__contents {
  padding-bottom: 4rem;
}
#open-campus .open-campus-list {
  background-color: #FFFFFF;
  padding: 4rem 0 0 0;
}
#open-campus .open-campus-list > dl > dt {
  display: block;
  padding: 0 0 2rem 0 !important;
  position: relative !important;
}
#open-campus .open-campus-list > dl > dt::after {
  display: block;
  left: 0;
  right: 0;
  top: auto !important;
  bottom: 0 !important;
  transform: translateY(90deg);
  margin: auto;
}
#open-campus .open-campus-list > dl > dt.open::after {
  transform: translateY(0) rotate(0deg);
}
#open-campus .open-campus-list > dl > dt > button {
  display: block;
}
#open-campus .open-campus-list > dl > dt > button span {
  display: block;
  text-align: center;
  font-family: "Londrina Solid", sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#open-campus .open-campus-list > dl > dt > button p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  border-top: 2px solid #f7c7c9;
}
#open-campus .open-campus-list > dl > dd {
  padding: 0;
}
#open-campus .open-campus-list.l-container__sp-fit > dl > dt {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#open-campus .open-campus-list .close-wrap {
  margin-top: 3rem;
}
#open-campus .open-campus-list dl.roundtab-outer-list {
  margin-bottom: 0.5rem;
}
#open-campus .open-campus-list dl.roundtab-outer-list > dt button p span {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  margin-right: 0.5rem;
  letter-spacing: 2px;
}
#open-campus .open-campus-list dl.roundtab-outer-list > dd .inner-wrap {
  background-color: transparent;
}
#open-campus .point-wrap {
  margin-top: 2rem;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  #open-campus .point-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #open-campus .point-wrap {
    grid-template-columns: 1fr;
  }
}
#open-campus .point-wrap div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  height: 5rem;
  background-color: #f7c7c9;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
#open-campus .point-wrap div h3::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f7c7c9;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
}
#open-campus .point-wrap div p {
  margin-top: 1rem;
}
#open-campus .schedule-wrap {
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  gap: 4rem 0;
}
@media (max-width: 1024px) {
  #open-campus .schedule-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#open-campus .schedule-wrap li {
  position: relative;
  padding-right: 4rem;
  margin: 0;
}
@media (max-width: 768px) {
  #open-campus .schedule-wrap li {
    padding-right: 0;
    padding-bottom: 4rem;
  }
}
#open-campus .schedule-wrap li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/opencampus/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 768px) {
  #open-campus .schedule-wrap li::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%) rotate(0);
  }
}
#open-campus .schedule-wrap li:last-child::after {
  display: none;
}
#open-campus .schedule-wrap li .time {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
#open-campus .schedule-wrap li .time::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000000;
  z-index: 0;
}
#open-campus .schedule-wrap li .time span {
  display: inline-block;
  font-size: 1.2rem;
  min-width: 12rem;
  max-width: 100%;
  background-color: #ffb1af;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
#open-campus .schedule-wrap li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem !important;
  line-height: 1.8rem;
  min-height: 5rem;
}
#open-campus .schedule-wrap li .text {
  margin-top: 1rem;
}
#open-campus .schedule-wrap li .media img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#open-campus .faq-wrap {
  margin-top: 2rem;
  padding: 0 1.5rem;
}
#open-campus .c-open-campus-schedule {
  background-color: #FFFFFF;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#open-campus .c-open-campus-schedule .btn.more.en {
  margin-left: auto;
  margin-right: auto;
}
#open-campus .c-open-campus-schedule .course__open-campus {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
#open-campus .c-open-campus-schedule .course__open-campus .title {
  text-align: left;
}
#open-campus .c-open-campus-schedule .course__open-campus .title > span {
  background-color: #ffff43;
  font-size: 1rem;
  display: inline-block;
  padding: 0.7rem 1rem;
}
#open-campus .c-open-campus-schedule .course__open-campus .title h2 {
  font-size: 2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 1rem 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #open-campus .c-open-campus-schedule .course__open-campus .title h2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#open-campus .c-open-campus-schedule .course__open-campus .title h2 span {
  display: block;
  border-radius: 3rem;
  border: 3px solid #f7c7c9;
  background-color: transparent !important;
  margin: 0 1rem 0 0;
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #open-campus .c-open-campus-schedule .course__open-campus .title h2 span {
    margin: 0 0 0.5rem 0;
  }
}
#open-campus .c-open-campus-schedule .date-wrap {
  display: flex;
  align-items: start;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(1) {
  display: flex;
  align-items: end;
  flex: 1;
  padding: 0;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(1) p.date-year {
  font-size: 1.2rem;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(1) p.date-day {
  font-size: 1.2rem;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(1) p.date-day span {
  font-size: 3rem;
  line-height: 1;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(1) p.date-time {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(2) {
  display: flex;
  align-items: end;
  flex: 1;
}
#open-campus .c-open-campus-schedule .date-wrap li:nth-child(2) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#open-campus .c-open-campus-schedule .main-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  #open-campus .c-open-campus-schedule .main-wrap {
    grid-template-columns: 1fr;
  }
}
#open-campus .c-open-campus-schedule .main-wrap h3 {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
#open-campus .c-open-campus-schedule .main-wrap .open-campus-desc {
  margin-top: 2rem;
}
#open-campus .c-open-campus-schedule .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#open-campus .c-open-campus-schedule .btn.more.read {
  border: 1px solid #000000;
  width: 15rem;
}
#open-campus .c-open-campus-schedule .btn.more.entry {
  background-color: #f8c6c9;
  width: 15rem;
}
#open-campus .open-campus-titile h3 {
  font-size: 1.6rem;
  border-top: 2px solid #ffb1af;
  border-bottom: 2px solid #ffb1af;
  padding: 1rem;
}
#open-campus .open-campus-titile h4 {
  font-size: 1.4rem;
  padding: 1rem;
}
#open-campus .open-campus-titile h5 {
  font-size: 1.2rem;
  padding: 1rem;
  border-bottom: 2px solid #ffb1af;
}
#open-campus .banner-wrap {
  margin: 4rem auto 0 auto;
}
#open-campus .banner-wrap.benefits {
  max-width: 100%;
}
#open-campus .banner-wrap.voice {
  max-width: 900px;
}
#open-campus h3.voice {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  margin: 4rem auto;
}
#open-campus .voice2 h2.style__rod {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
#open-campus .voice-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem 4rem;
}
@media (max-width: 1024px) {
  #open-campus .voice-wrap {
    grid-template-columns: 1fr;
  }
}
#open-campus .voice-wrap div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#open-campus .voice-wrap ul {
  display: flex;
  align-items: end;
  gap: 1rem;
}
#open-campus .voice-wrap ul .voice__comment {
  padding: 1rem;
  border-radius: 2rem;
  position: relative;
}
#open-campus .voice-wrap ul .voice__comment::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: inherit;
}
#open-campus .voice-wrap ul.odd .voice__comment {
  background-color: #ffeba2;
  order: 1;
}
#open-campus .voice-wrap ul.odd .voice__comment::after {
  right: 99%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffeba2;
}
#open-campus .voice-wrap ul.even .voice__comment {
  background-color: #dbf1ff;
}
#open-campus .voice-wrap ul.even .voice__comment::after {
  left: 99%;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  background-color: #dbf1ff;
}
#open-campus .voice-wrap ul .voice__pict {
  order: 0;
  width: 200px;
}
#open-campus .voice-wrap ul .voice__pict img {
  display: block;
  width: 100%;
  height: auto;
}
#open-campus .voice__interview {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  #open-campus .voice__interview {
    grid-template-columns: 1fr;
  }
}
#open-campus .voice__interview .interview-wrap figure {
  border-radius: 50%;
  border: 12px solid #f7c7c9;
  position: relative;
  aspect-ratio: 1/1;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 768px) {
  #open-campus .voice__interview .interview-wrap figure {
    border-width: 9px;
  }
}
#open-campus .voice__interview .interview-wrap figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
#open-campus .voice__interview .interview-wrap h3 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.4;
}
#open-campus .voice__interview .interview-wrap h3 span {
  font-size: 2rem;
}
#open-campus .voice__interview .interview-wrap h3 em {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #open-campus .voice__interview .interview-wrap h3 {
    font-size: 1.3rem;
  }
  #open-campus .voice__interview .interview-wrap h3 span {
    font-size: 1.8rem;
  }
  #open-campus .voice__interview .interview-wrap h3 em {
    font-size: 1rem;
  }
}
#open-campus .voice__interview .interview-wrap h4 {
  font-size: 1.2rem;
  margin-top: 1rem;
}
#open-campus .voice__interview .interview-wrap p {
  font-size: 1rem;
  margin-top: 1rem;
}
#open-campus .voice__interview .btn.more.ja {
  margin: 4rem auto 0 auto;
}
@media (max-width: 768px) {
  #open-campus .voice__interview .btn.more.ja {
    font-size: 1.2rem;
  }
}

.c-open-campus {
  background-color: #dedede;
}
.c-open-campus .btn.more.en {
  margin-left: auto;
  margin-right: auto;
}
.c-open-campus .course__open-campus {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .c-open-campus .course__open-campus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .c-open-campus .course__open-campus {
    grid-template-columns: 1fr;
  }
}
.c-open-campus .course__open-campus > li {
  background-color: #FFFFFF;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.c-open-campus .course__open-campus > li .title {
  text-align: center;
}
.c-open-campus .course__open-campus > li .title > span {
  background-color: #ffff43;
  font-size: 1rem;
  display: inline-block;
  padding: 0.7rem 1rem;
}
.c-open-campus .course__open-campus > li .title h2 {
  font-size: 1.4rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0.5rem;
  line-height: 1.4;
  min-height: 4em !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-open-campus .course__open-campus > li .title h2 span {
  display: block;
  border-radius: 3rem;
  border: 3px solid #f7c7c9;
  background-color: transparent !important;
  margin: 0 auto;
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1rem;
}
.c-open-campus .course__open-campus > li h3 {
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
}
.c-open-campus .course__open-campus > li h3 + p {
  padding: 1rem;
  margin: 0 0 auto 0;
}
.c-open-campus .course__open-campus > li {
  /*&.medical-support, &.medical-advisor {
    .title h2 span {
    }
  }

  &.system-mobile, &.system-graphic, &.it-expert {
    .title h2 span {
    }
  }*/
}
.c-open-campus .course__open-campus .date-wrap {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(1) {
  flex: 1;
  padding: 1rem 1rem 0 1rem;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(1) p.date-year {
  font-size: 1.2rem;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(1) p.date-day {
  font-size: 1.2rem;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(1) p.date-day span {
  font-size: 3rem;
  line-height: 1;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(1) p.date-time {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(2) {
  flex: 1;
}
.c-open-campus .course__open-campus .date-wrap li:nth-child(2) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-open-campus .course__open-campus .open-campus-desc {
  padding: 1rem;
}
.c-open-campus .course__open-campus .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 1rem;
}
.c-open-campus .course__open-campus .btn.more.read {
  border: 1px solid #000000;
  width: 50%;
}
.c-open-campus .course__open-campus .btn.more.entry {
  background-color: #f8c6c9;
  width: 50%;
}

/* ===============================
   ニュース
================================ */
.news__section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .news__section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.news__section .topics-slider-single {
  margin: 3rem auto 0 auto !important;
  overflow: hidden !important;
  padding-bottom: 2rem;
  max-width: 600px;
}
.news__section .topics-slider-single .swiper-slide {
  box-sizing: border-box;
  padding: 2rem 2rem 2.5rem 2rem;
  background-color: #ffb1af;
  border-radius: 20px;
  margin: 0;
  position: relative;
}
.news__section .topics-slider-single .swiper-slide img {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__section .topics-slider-single .swiper-slide .btn.more {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #000;
  transform: scale(1);
}
.news__section {
  /* ナビ（スライダー下） */
}
.news__section .swiper-navi {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.news__section .topics-swiper-button-prev,
.news__section .topics-swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000000;
  background-image: url(../img/arrow-top.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
  transform: rotate(90deg);
  transition: opacity 0.3s;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.news__section .topics-swiper-button-prev {
  transform: rotate(-90deg);
}
.news__section {
  /* カウンター表示 */
}
.news__section .topics-counter {
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  width: 10rem;
  text-align: center;
}
.news__section .news-list li {
  padding: 1rem;
  border-bottom: 1px solid #000000;
}
.news__section .news-list li .news-list__header {
  display: flex;
  align-items: center;
}
.news__section .news-list li .news-list__header .category {
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  border: 3px solid #ebebeb;
  background-color: #FFFFFF;
  border-radius: 3em;
}
.news__section .news-list li .news-list__header .category.info {
  border-color: #ffd1df;
}
.news__section .news-list li .news-list__header .category.open-campus {
  border-color: #ccec92;
}
.news__section .news-list li .news-list__header .category.admission {
  border-color: #bde6f9;
}
.news__section .news-list li .news-list__header .category.student {
  border-color: #8fe0d2;
}
.news__section .news-list li .news-list__header .category.parent {
  border-color: #ffb278;
}
.news__section .news-list li .news-list__header .date {
  font-weight: 600;
  margin-right: 1rem;
  line-height: 1;
}
.news__section .news-list li .news-list__body {
  margin-top: 0.5rem;
}
.news__section .news-list li .news-list__body a {
  transition: 0.5s;
  display: block;
  position: relative;
  padding-right: 2rem;
}
.news__section .news-list li .news-list__body a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}
.news__section .news-details {
  max-width: 900px;
  margin: 0 auto;
}
.news__section .news-details__header .category {
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.4rem 1rem;
  border: 3px solid #ebebeb;
  background-color: #FFFFFF;
  border-radius: 3em;
}
.news__section .news-details__header .category.info {
  border-color: #ffd1df;
}
.news__section .news-details__header .category.open-campus {
  border-color: #ccec92;
}
.news__section .news-details__header .category.admission {
  border-color: #bde6f9;
}
.news__section .news-details__header .category.student {
  border-color: #8fe0d2;
}
.news__section .news-details__header .category.parent {
  border-color: #ffb278;
}
.news__section .news-details__header .date {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-weight: 600;
  line-height: 1;
}
.news__section .news-details__header .title {
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .news__section .news-details__header .title {
    font-size: 1.6rem;
  }
}
.news__section .news-details__body {
  padding-top: 2rem;
}
.news__section .news-details__body > img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.news__section .news-details__body p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.9;
}
.news__section .news-details__body .grid-wrap.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news__section .news-details__body .grid-wrap.col2 {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   個別相談＆学校説明会
================================ */
#meeting .header__img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
#meeting .meeting__section {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section {
    margin-top: 2rem;
  }
}
#meeting .meeting__section .meeting-wrap {
  margin: 0 auto;
  padding-bottom: 4rem;
}
#meeting .meeting__section .meeting-wrap .lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#meeting .meeting__section .meeting-wrap h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .meeting-wrap h3 {
    font-size: 1.6rem;
  }
}
#meeting .meeting__section .meeting-wrap h3 span.under-line {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 70%, #f7c7c9 70%);
}
#meeting .meeting__section .meeting-wrap .baloon-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .meeting-wrap .baloon-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
#meeting .meeting__section .meeting-wrap .baloon-wrap li {
  position: relative;
}
#meeting .meeting__section .meeting-wrap .baloon-wrap li img {
  width: 100%;
  height: auto;
}
#meeting .meeting__section .meeting-wrap .baloon-wrap li p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
#meeting .meeting__section .meeting-wrap .txt-wrap {
  max-width: 900px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#meeting .meeting__section .meeting-wrap .txt-wrap > li.border {
  border: 1px solid #000000;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: auto 200px;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .meeting-wrap .txt-wrap > li.border {
    grid-template-columns: 1fr;
  }
}
#meeting .meeting__section .meeting-wrap .txt-wrap .sns-wrap {
  max-width: 160px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  #meeting .meeting__section .meeting-wrap .txt-wrap .sns-wrap {
    gap: 1rem;
  }
}
#meeting .meeting__section .schedule-wrap {
  background-color: #f7c7c9;
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .schedule-wrap {
    gap: 1rem;
  }
}
#meeting .meeting__section .schedule-wrap > li {
  font-size: 1.2rem;
}
#meeting .meeting__section .schedule-wrap > li .date-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  #meeting .meeting__section .schedule-wrap > li .date-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #meeting .meeting__section .schedule-wrap > li .date-wrap {
    grid-template-columns: 1fr;
  }
}
#meeting .meeting__section .schedule-wrap > li .date-wrap li {
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #meeting .meeting__section .schedule-wrap > li .date-wrap li {
    padding: 1rem;
  }
}
#meeting .meeting__section .schedule-wrap > li .date-wrap li p {
  display: block;
  width: 8rem;
  margin: auto;
  border: 1px solid #000000;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  line-height: 1;
}
#meeting .meeting__section .schedule-wrap > li .date-wrap li span {
  font-size: 3.5rem;
  font-weight: 500;
}
#meeting .meeting__section .schedule-wrap > li .offer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .schedule-wrap > li .offer-wrap {
    display: block;
  }
}
#meeting .meeting__section .schedule-wrap > li .flow-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-top: 0.5rem;
}
#meeting .meeting__section .schedule-wrap > li .flow-wrap li {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3rem;
  padding: 0.2rem 1rem;
  border-radius: 3rem;
  text-align: center;
  position: relative;
}
#meeting .meeting__section .schedule-wrap > li .flow-wrap li::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
#meeting .meeting__section .schedule-wrap > li .flow-wrap li:last-child::after {
  display: none;
}
#meeting .meeting__section .info-wrap {
  max-width: 900px;
  margin: 3rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
#meeting .meeting__section .info-wrap li h4 {
  font-size: 1.4rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 1rem;
}
#meeting .meeting__section .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .btn_wrap {
    flex-direction: column;
  }
}
#meeting .meeting__section .btn_wrap .btn.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #000000;
  max-width: 100%;
  padding: 0.8rem 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .btn_wrap .btn.more {
    width: 100%;
  }
}
#meeting .meeting__section .btn_wrap .btn.more.entry {
  background-color: #f7c7c9;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  #meeting .meeting__section .btn_wrap .btn.more.entry {
    font-size: 1.4rem;
  }
}

/* ===============================
   共通Layout
================================ */
main {
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
}

/* ===============================
   Page loader
   - Percent progress bar overlay
================================ */
#site-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 100000;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

#site-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.loader-bar {
  width: 220px;
  height: 6px;
  background: rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.loader-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--pct, 0%);
  background: #f7c7c9;
  transition: width 0.2s linear;
}

.loader-percent {
  font-size: 0.9rem;
  color: #b3b3b3;
  font-weight: 600;
}

@media (max-width: 768px) {
  .loader-bar {
    width: 180px;
  }
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-container__fit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-right: 0rem;
}
.l-container__sp-fit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-container__sp-fit {
    padding-left: 0;
    padding-right: 0;
  }
}

/*index.php　後で変更する*/
.l-container-sp-fit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-container-sp-fit {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container-s {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-container-full-fit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-container-full-fit {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-contents {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .l-contents {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.flex-wrap {
  display: flex;
}
.flex-wrap.center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid-wrap {
  display: grid;
  gap: 1rem;
}
.grid-wrap.gap2 {
  gap: 2rem;
}
@media (max-width: 1024px) {
  .grid-wrap.gap2 {
    gap: 1rem;
  }
}
.grid-wrap.gap3 {
  gap: 3rem;
}
@media (max-width: 1024px) {
  .grid-wrap.gap3 {
    gap: 1rem;
  }
}
.grid-wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-wrap.col2 {
    grid-template-columns: 1fr;
  }
}
.grid-wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-wrap.col3 {
    grid-template-columns: 1fr;
  }
}
.grid-wrap.col3-2 {
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 768px) {
  .grid-wrap.col3-2 {
    grid-template-columns: 1fr;
  }
}
.grid-wrap p {
  margin: 0 !important;
}

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

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

/* ===============================
   ヘッダー/ナビゲーション
================================ */
#header .global_nav {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0 0 10rem 0;
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
  overflow-y: scroll;
  z-index: 99999;
}
#header.open .global_nav {
  left: 0;
  opacity: 1;
  z-index: 99999;
}

.header_wrap {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0 180px 0 2rem;
  position: absolute;
  top: 0;
  z-index: 999999;
}
@media (max-width: 768px) {
  .header_wrap {
    padding: 0 100px 0 1rem;
    height: 70px;
  }
}
.header_wrap.fixed {
  position: fixed;
  top: -200px;
  transform: translateY(0);
  z-index: 999999;
  transition: transform 0.5s ease;
}
.header_wrap.is-show {
  transform: translateY(200px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header.open .header_wrap {
  background-color: #FFFFFF;
}
#header.open .header_wrap.is-show {
  box-shadow: none;
}
#header.open .header_wrap .link_head {
  display: none;
}

#top .logo_head img {
  width: 230px;
  max-width: 60%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #top .logo_head img {
    width: 180px;
    margin-top: 0.5rem;
  }
}

.logo_head img {
  max-width: 180px;
  margin-top: 0.5rem;
}

#top .fixed .logo_head img,
.fixed .logo_head img {
  height: calc(80px - 1.2rem);
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #top .fixed .logo_head img,
  .fixed .logo_head img {
    height: calc(70px - 1.2rem);
    margin-top: 0.5rem;
  }
}

.nav_logo {
  width: 180px;
  max-width: 60%;
  position: fixed;
  left: 2rem;
  top: 0.5em;
  z-index: 9999;
}
@media (max-width: 768px) {
  .nav_logo {
    left: 1rem;
  }
}

.link_head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.link_head .btn_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 80px;
  background-color: #FFFFFF;
  text-align: center;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 5px, transparent 5px, transparent 9px), repeating-linear-gradient(180deg, #000000, #000000 5px, transparent 5px, transparent 8px);
  background-position: right 6px center, left 6px center;
  background-repeat: repeat-y, repeat-y;
  background-size: 2px 100%, 2px 100%;
}
@media (max-width: 1024px) {
  .link_head .btn_head {
    display: none;
  }
}

.sns_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 80px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 110px;
}
@media (max-width: 768px) {
  .sns_head {
    height: 70px;
    right: 80px;
    transform: scale(0.9);
  }
}

.hamburger_menu {
  position: fixed;
  z-index: 999999;
  right: 2rem;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 58px;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .hamburger_menu {
    right: 1rem;
    transform: scale(0.8);
    height: 70px;
  }
}
.hamburger_menu span {
  display: block;
  margin: 0 !important;
  padding: 0;
  height: 4px;
  width: 58px;
  background-color: #000000;
  position: relative;
  transition: 0.5s;
}
.hamburger_menu span::before, .hamburger_menu span::after {
  content: "";
  display: block;
  margin: 0 !important;
  padding: 0;
  height: 4px;
  width: 58px;
  background-color: #000000;
  position: absolute;
  top: 0;
  transform: translateY(0);
  transform-origin: center center 0;
  transition: 0.5s;
}
.hamburger_menu span::before {
  transform: translateY(-12px);
}
.hamburger_menu span::after {
  transform: translateY(12px);
}
.hamburger_menu.close span {
  background-color: transparent;
}
.hamburger_menu.close span::before {
  transform: rotate(150deg);
}
.hamburger_menu.close span::after {
  transform: rotate(-150deg);
}

ul.menu {
  margin: 7rem auto 0 auto;
  width: 768px;
  max-width: 80%;
}
ul.menu > li {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
ul.menu > li > a > i {
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
ul.menu > li > a > p {
  font-size: 1.4rem;
}
ul.menu > li a.parent {
  position: relative;
}
ul.menu > li a.parent::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.menu > li a.parent::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.5s;
}
ul.menu > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s linear;
  margin: 0;
  box-sizing: border-box;
}
ul.menu > li > ul p {
  font-size: 1.2rem;
  padding: 0.8rem 1rem 0.8rem 2rem;
  text-align: left;
}
ul.menu > li.is-open > ul {
  max-height: 1200px;
}
ul.menu > li.is-open > a::after {
  transform: rotate(180deg);
}

/* ===============================
   ニュース
================================ */
.top-news {
  background-color: #ffb1af;
  display: grid;
  grid-template-columns: 1fr 4fr;
  max-width: 100vw;
  margin: 0;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* keep left offset equal to centered container + original side padding (1rem) */
  padding-left: calc((100vw - 1200px) / 2 + 1rem);
  padding-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  .top-news {
    /* on small screens fall back to normal container padding */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 8rem;
    grid-template-columns: 1fr;
  }
}
.top-news .header {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .top-news .header {
    text-align: center;
  }
}
.top-news .title {
  display: inline-block;
}
.top-news .title span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  font-family: "Londrina Solid", sans-serif;
  line-height: 1;
}

.p-news .btn.more.en {
  margin-left: 0;
  margin-right: auto;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-news .btn.more.en {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-list li {
  padding: 1rem;
  border-bottom: 1px solid #000000;
}
.news-list li .news-list__header {
  display: flex;
  align-items: center;
}
.news-list li .news-list__header .category {
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  border: 3px solid #ebebeb;
  background-color: #FFFFFF;
  border-radius: 3em;
}
.news-list li .news-list__header .category.info {
  border-color: #ffd1df;
}
.news-list li .news-list__header .category.open-campus {
  border-color: #ccec92;
}
.news-list li .news-list__header .category.admission {
  border-color: #bde6f9;
}
.news-list li .news-list__header .category.student {
  border-color: #8fe0d2;
}
.news-list li .news-list__header .category.parent {
  border-color: #ffb278;
}
.news-list li .news-list__header .date {
  font-weight: 600;
  margin-right: 1rem;
  line-height: 1;
}
.news-list li .news-list__body {
  margin-top: 0.5rem;
}
.news-list li .news-list__body a {
  transition: 0.5s;
  display: block;
  position: relative;
  padding-right: 2rem;
}
.news-list li .news-list__body a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

/* ===============================
   フカボル
================================ */
.p-dig {
  background-color: #5c2900;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.p-dig::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: url(../img/top/dirt.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
  z-index: 0;
}
.p-dig .mogura {
  position: absolute;
  bottom: 99%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
}
.p-dig .header {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.p-dig .header h2 {
  width: 160px;
  margin: auto;
}
.p-dig .header .lead {
  color: #bc9063;
  text-align: center;
}
.p-dig .header .lead span {
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .p-dig .header {
    grid-template-columns: 1fr;
  }
}
.p-dig .top-dig {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 4rem;
  max-width: 900px;
  margin: 4rem auto 0 auto;
}
@media (max-width: 768px) {
  .p-dig .top-dig {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.p-dig .top-dig .btn.more {
  margin: 2rem auto 0 auto;
  color: #bc9063;
  border: 1px solid #bc9063;
  background-color: transparent;
}
.p-dig .top-dig .btn.more i {
  background-image: url(../img/arrow-dig.png);
}

/* ===============================
   アクセス
================================ */
.p-access {
  background-color: #ded9d2;
  padding: 2rem 0s;
  text-align: center;
}
.p-access .footer-map {
  display: block;
  max-width: 1200px;
  margin: auto;
  padding: 4rem 0;
}
.p-access h2 {
  margin: 0 auto 2rem auto;
}
.p-access h2 span {
  font-family: "Londrina Solid", sans-serif;
  font-size: 4rem;
  font-weight: 200;
}
.p-access iframe {
  width: 100%;
  border: none;
  aspect-ratio: 5/2;
}
@media (max-width: 768px) {
  .p-access iframe {
    aspect-ratio: 16/9;
  }
}
.p-access .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .p-access .btn_wrap {
    gap: 1rem;
  }
}
.p-access .btn_wrap .btn.more {
  background-color: transparent;
  border: 1px solid #000000;
  width: 10em;
}

/* ===============================
   フッター
================================ */
.l-footer {
  border-top: 1px solid #000000;
  background-color: #FFFFFF;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 2rem 1rem 8rem 1rem;
  }
}
.l-footer__inner .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 768px) {
  .l-footer__inner .footer {
    gap: 2rem;
    flex-direction: column;
  }
}
.l-footer__inner .footer .sns_foot {
  display: flex;
  align-items: center;
}
.l-footer__inner .footer .sns_foot li + li {
  border-left: 1px solid #000000;
}
.l-footer__inner .footer .sns_foot li a {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .l-footer__inner .footer .sns_foot li a {
    flex-direction: column;
  }
}
.l-footer__inner .logo_foot {
  width: 200px;
}
.l-footer__inner .icon_sns {
  width: 30px;
}
.l-footer__inner p {
  font-size: 1.2rem;
  font-weight: 600;
}
.l-footer__inner small {
  display: block;
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
}

/* ===============================
   コンポーネント
================================ */
h2.style__border {
  border-top: 5px solid #b3b3b3;
  border-bottom: 5px solid #b3b3b3;
  padding: 0.3rem 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h2.style__border {
    font-size: 1.6rem;
  }
}
h2.style__underline {
  border-bottom: 3px solid #b3b3b3;
  padding: 0 0 0.3rem 0;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
h2.style__bg {
  background-color: #f7c7c9;
  border: none;
  text-align: center;
  padding: 0.3rem 1rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h2.style__bg {
    font-size: 1.6rem;
  }
}
h2.style__bg span {
  text-align: left;
}
h2.style__rod {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 1.7rem;
  padding: 1.5rem;
  text-align: center;
  max-width: 40rem;
  position: relative;
  margin: auto auto 2rem auto;
}
@media (max-width: 768px) {
  h2.style__rod {
    width: 100%;
  }
}
h2.style__rod::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 100%;
  transform-origin: left top;
  transform: translateX(-50%) rotate(45deg);
}
h2.style__rod span {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  h2.style__rod span {
    font-size: 1.3rem;
  }
}

h3 {
  margin-bottom: 0.3rem;
}
h3.bold {
  font-weight: 600;
}
h3.bg__gray {
  background-color: #4d4d4d;
  padding: 0.3rem;
  color: #FFFFFF;
}
h3.t-center {
  text-align: center;
}

h4 {
  margin-bottom: 0.3rem;
}
h4.bold {
  font-weight: 600;
}

.c-box-gray {
  background-color: #ebebeb;
  padding: 1.5rem;
}

.c-line {
  border-top: 3px solid #b3b3b3;
  padding-top: 1rem;
  margin-top: 1rem;
}

.line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
  margin: 0.5rem 0;
}

.next {
  display: block;
  width: 5rem;
  height: 1.5rem;
  margin: 1rem auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f7c7c9;
}
@media (max-width: 768px) {
  .next {
    width: 4rem;
    height: 1rem;
  }
}

.btn.more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 0;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
}
.btn.more.en {
  font-family: "Londrina Solid", sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 2px;
  width: 10rem;
  min-width: 10rem;
  max-width: 100%;
}
.btn.more i {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  margin-left: 1rem;
}
.btn.more.back {
  justify-content: space-between;
  font-size: 1.4rem;
  border: 1px solid #000000;
  padding: 0.2rem 0.5rem;
  margin: 3rem auto 0 auto;
}
.btn.more.back i {
  transform: rotate(-90deg);
}
.btn.more.back em {
  width: 1rem;
  height: 1rem;
}
.btn.more.links {
  justify-content: space-between;
  font-size: 1.2rem;
  border: 1px solid #000000;
  padding: 0.2rem 0.5rem;
  margin: 1rem auto 1rem 0;
  max-width: 12em;
}
.btn.more.links i {
  transform: rotate(90deg);
}
.btn.more.links em {
  width: 1rem;
  height: 1rem;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.btn-wrap .btn.more.ja {
  display: flex;
  min-width: 12em;
  width: auto !important;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
  border-radius: 1.4rem;
  justify-content: space-between;
}
.btn-wrap .btn.more.ja i {
  width: 1rem;
  height: 1rem;
}
.btn-wrap.narrow {
  max-width: 900px;
}
.btn-wrap.col2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem auto 0 auto;
}
.btn-wrap.col2 a {
  width: 48% !important;
  margin: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .btn-wrap.col2 {
    flex-direction: column;
    gap: 1rem;
    width: 80%;
  }
  .btn-wrap.col2 a {
    width: 100% !important;
  }
}
.btn-wrap.col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem auto 0 auto;
}
.btn-wrap.col3 a {
  width: 100% !important;
  margin: auto;
}
@media (max-width: 1024px) {
  .btn-wrap.col3 {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .btn-wrap.col3 {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 80%;
  }
}

.header__page__title {
  background-color: #f7c7c9;
  margin-top: 90px;
  display: block;
  position: relative;
}
.header__page__title::before, .header__page__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
}
.header__page__title::before {
  top: 1rem;
}
.header__page__title::after {
  bottom: 1rem;
}
.header__page__title .header__title {
  width: 100%;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header__page__title .header__title {
    height: auto;
    aspect-ratio: 5/2;
  }
}
.header__page__title .header__title h2 {
  font-size: 2.8rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .header__page__title .header__title h2 {
    font-size: 1.8rem;
  }
}
.header__page__title .header__title h2 span {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}
.header__page__title.outline {
  background-color: #ded9d2;
}
.header__page__title.outline::before, .header__page__title.outline::after {
  display: none;
}
.header__page__title.outline .header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.header__page__title.outline .header__title img {
  width: 7rem;
}

.header__course__title {
  display: block;
  width: 100%;
  margin-top: 90px;
}
.header__course__title .header__img {
  display: block;
  width: 100%;
  background-color: #EEEEEE;
}
.header__course__title .header__img img {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  height: auto;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .header__course__title .header__img img {
    aspect-ratio: 16/9;
  }
}
.header__course__title .header__title {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__course__title .header__title::before, .header__course__title .header__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  flex-shrink: 1;
}
.header__course__title .header__title h2 {
  font-size: 1rem;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 3rem;
  margin: auto;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.header__course__title .header__title h2 span {
  display: block;
  margin: auto;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  min-width: 28rem;
}
@media (max-width: 768px) {
  .header__course__title .header__title h2 span {
    font-size: 2.5rem;
    white-space: wrap;
    min-width: 0;
    width: 70vw;
  }
}

.contents__header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contents__header h2 span {
  color: #000000;
  font-family: "Londrina Solid", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contents__header h2 span {
    letter-spacing: 2px;
  }
}
.contents__header h2 em {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
  border-top: 3px solid;
  border-top-color: #dedede;
  max-width: 20rem;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .contents__header h2 em {
    font-size: 1.4rem;
  }
}

.contents__nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contents__nav {
    justify-content: start;
  }
}

.contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .contents__list {
    flex-direction: column;
    gap: 1rem;
  }
}
.contents__list li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.contents__list li a i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f7c7c9;
  margin-right: 0.5rem;
  background-image: url(../img/arrow1.png);
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.c-fixed-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 120px;
  right: 0;
  transform: translateX(100%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #002657;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 20px 20px;
  transition: background-color 0.5s ease, transform 0.5s ease;
  text-decoration: none;
  background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 5px, transparent 5px, transparent 9px), repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 5px, transparent 5px, transparent 9px);
  background-position: left top 6px, left bottom 6px;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 2px, 100% 2px;
}
.c-fixed-cta img {
  width: 35px;
}
@media (max-width: 768px) {
  .c-fixed-cta {
    writing-mode: horizontal-tb;
    text-align: center;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 100%);
    background-image: repeating-linear-gradient(180deg, #FFFFFF, #FFFFFF 5px, transparent 5px, transparent 9px), repeating-linear-gradient(180deg, #FFFFFF, #FFFFFF 5px, transparent 5px, transparent 9px);
    background-position: right 6px top, left 6px top;
    background-repeat: repeat-y, repeat-y;
    background-size: 2px 100%, 2px 100%;
  }
}

/* 表示状態 */
.c-fixed-cta.is-visible {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .c-fixed-cta.is-visible {
    transform: translateX(0);
  }
}

/* hover */
.c-fixed-cta:hover {
  background-color: #003ea1;
}

.expandable > dl {
  overflow: hidden;
}
.expandable > dl > dt {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 4rem;
}
.expandable > dl > dt::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/arrow-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
}
.expandable > dl > dt > button {
  padding: 0;
  text-align: left;
  width: 100%;
}
.expandable > dl > dd {
  overflow: hidden;
  transition: 0.5s ease;
  display: none;
}
.expandable > dl > dd button.close {
  width: 100%;
  height: 0.8rem;
  margin-top: 2rem;
  display: block;
  background-image: url(../img/arrow-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.expandable > dl.open > dt::after {
  transform: translateY(-50%) rotate(0deg);
}
.expandable > dl.open > dd {
  display: block;
}

dl.roundtab-outer-list > dt {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 1.5rem 1.5rem 0 0;
  margin-bottom: 0.4rem;
}
dl.roundtab-outer-list > dt button {
  padding: 1rem 0 1rem 2rem;
}
dl.roundtab-outer-list > dt div {
  display: flex;
  gap: 1rem;
}
dl.roundtab-outer-list > dt div span {
  flex-shrink: 0;
  white-space: nowrap;
}
dl.roundtab-outer-list > dt p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  dl.roundtab-outer-list > dt p {
    font-size: 1.2rem;
  }
}
dl.roundtab-outer-list > dd .outer-wrap {
  padding: 0 0 4rem 0;
}
dl.roundtab-outer-list > dd .inner-wrap {
  background-color: #ebebeb;
  padding: 1.5rem 1rem;
}

dl.roundtab-inner-list {
  margin: 0 !important;
  padding: 0 !important;
}
dl.roundtab-inner-list > dt {
  border-top: 1px solid #000000;
  background-color: #ebebeb;
}
dl.roundtab-inner-list > dt p {
  padding: 1rem;
  font-size: 1.2rem;
}

.c-list-dot {
  padding-left: 1rem;
}
.c-list-dot li {
  text-indent: -1.2rem;
}
.c-list-dot li::before {
  content: "・";
  margin-right: 0.2rem;
}

.p-opencampus-bn {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-opencampus-bn figure {
  max-width: 768px;
  margin: auto;
}

a.pdf::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background-image: url(../img/pdf-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
  vertical-align: middle;
}