@charset "UTF-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */

header {
  height: 66px;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  background: #fff;
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  header {
    max-width: 240px;
    left: 0;
    top: 0;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
  }
  header img {
    height: auto;
  }
}
@media screen and (min-width: 1300px) {
  header {
    max-width: 280px;
  }
}
header .header__inner {
  background: #fff;
}
@media screen and (min-width: 1080px) {
  header .header__inner {
    padding-top: 10px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1300px) {
	header .header__inner {
		padding-top: 28px;
	}
}


header .header__inner .header {
  display: flex;
  align-items: center;
  height: 68px;
}
header .header__inner .header .jyuken {
  background: #EFEFEF;
  width: 121px;
  height: 26px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 550;
  font-size: 0.75rem;
}
@media screen and (min-width: 1080px) {
  header .header__inner .header .jyuken {
    margin-block: 14px;
    font-size: 1rem;
    width: 160px;
    height: 34px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 1080px) {
  header .header__inner .header {
    flex-direction: column;
    margin-top: 5px;
    height: unset;
  }
}

@media screen and (min-width: 1300px) {
	header .header__inner .header {
		margin-top: 20px;
	}
}


header .l-header-logo {
  width: 140px;
  margin-inline: 15px;
}
@media screen and (min-width: 1080px) {
  header .l-header-logo {
    width: 190px;
    margin-inline: unset;
  }
}
header nav {
  display: none;
}
@media screen and (min-width: 1080px) {
  header nav {
    margin-top: 0;
    display: block;
    width: 240px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1300px) {
  header nav {
    width: 280px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  header nav .nav__list {
    width: 100%;
  }
  header nav .nav__list > li > a, header nav .nav__list > li > .modal {
    display: block;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (hover: hover) and (pointer: fine) {
  header nav .nav__list > li > a:hover, header nav .nav__list > li > .modal:hover {
    background: rgba(239, 239, 239, 0.4666666667);
  }
}
@media screen and (min-width: 1080px) {
  header nav .nav__list > li > a > span, header nav .nav__list > li > .modal > span {
    height: 50px;
    border-bottom: 1px dashed #707070;
    margin-inline: 20px;
    padding-inline: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.8em;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1300px) {
  header nav .nav__list > li > a > span, header nav .nav__list > li > .modal > span {
    margin-inline: 30px;
    font-size: 1em;
    height: 60px;
  }
}

.btn__contact a {
  width: 223px;
  height: 50px;
  border-radius: 6px;
  background: #7DE0C8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 30px auto;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
	.btn__contact a {
		margin: 20px auto;
	}
}

@media (hover: hover) and (pointer: fine) {
  .btn__contact a:hover {
    opacity: 0.8;
  }
}

.drawer__btn {
  cursor: pointer;
}
.drawer__btn.is_active .menu span {
  background: transparent;
}
.drawer__btn.is_active .menu span::before {
  transform: rotate(45deg);
  width: 25px;
  top: 0;
}
.drawer__btn.is_active .menu span::after {
  transform: rotate(-45deg);
  width: 25px;
  top: 0;
}
.drawer__btn .menu {
  width: 66px;
  height: 66px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer__btn .menu span {
  background: #7DE0C8;
  width: 19px;
  height: 2px;
  position: relative;
}
.drawer__btn .menu span::before, .drawer__btn .menu span::after {
  content: "";
  background: #7DE0C8;
  width: 19px;
  height: 2px;
  transition: 0.3s;
  position: absolute;
  top: -7px;
}
.drawer__btn .menu span::after {
  top: 7px;
}
.drawer__list {
  opacity: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 4;
  position: fixed;
  top: 66px;
  right: -100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 400px;
  padding-bottom: 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.drawer__list > ul {
  width: 330px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    margin-inline: auto;
}



.drawer__list > ul > li > a, .drawer__list > ul > li .acc {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #707070;
  font-weight: bold;
}
.drawer__list > ul > li > a > span, .drawer__list > ul > li .acc > span {
  position: relative;
  padding-left: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.drawer__list > ul > li > a > span::after, .drawer__list > ul > li .acc > span::after {
  position: absolute;
  left: 0;
  transform: translateX(10px);
}
.drawer__list > ul > li .acc {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: unset;
}
.drawer__list > ul > li .acc span {
  height: 60px;
}
.drawer__list > ul > li .acc span::before {
  content: "+";
  position: absolute;
  right: 10px;
}
.drawer__list > ul > li .acc span.is-active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #000;
  right: 10px;
}
.drawer__list > ul > li .acc ul {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.drawer__list > ul > li .acc ul.is_open {
  opacity: 1;
  overflow: visible;
  max-height: 1000px;
  transition: 0.3s ease-in-out;
}
.drawer__list > ul > li .acc ul li {
  height: 60px;
}
.drawer__list > ul > li .acc ul li a {
  padding-inline: 30px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 550;
}
.drawer__list > ul > li .acc ul li a::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.drawer__list.is_open {
  opacity: 1;
  overflow-y: auto;
  right: 0;
  top: 66px;
  background: #fff;
  width: 100%;
  transition: 0.3s;
}

@media screen and (min-width: 1080px) {
  .drawer {
    display: none;
  }
  .drawer .btn__contact a {
  margin-top: 0;
}
  
}


.layout__wrapper {
  padding-top: 66px;
}
@media screen and (min-width: 1080px) {
  .layout__wrapper, .hybrid > footer {
    margin-left: 240px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .layout__wrapper, .hybrid > footer {
    margin-left: 280px!important;
  }
}

@media screen and (min-width: 1080px) {
  #body_wrap {
    margin-left: 240px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  #body_wrap {
    margin-left: 280px;
  }
}

.nav__list li a > span, .nav__list li .modal > span, .nav__list li .acc > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__list li a > span.nav__flag::after, .nav__list li .modal > span.nav__flag::after, .nav__list li .acc > span.nav__flag::after {
  content: "";
  background: url(../images/common/icon_flag.png) no-repeat;
  width: 27px;
  height: 32px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__pen::after, .nav__list li .modal > span.nav__pen::after, .nav__list li .acc > span.nav__pen::after {
  content: "";
  background: url(../images/common/icon_pen.png) no-repeat;
  width: 36px;
  height: 22px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__comment::after, .nav__list li .modal > span.nav__comment::after, .nav__list li .acc > span.nav__comment::after {
  content: "";
  background: url(../images/common/icon_comment.png) no-repeat;
  width: 35px;
  height: 23px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__study::after, .nav__list li .modal > span.nav__study::after, .nav__list li .acc > span.nav__study::after {
  content: "";
  background: url(../images/common/icon_study.png) no-repeat;
  width: 30px;
  height: 32px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__school::after, .nav__list li .modal > span.nav__school::after, .nav__list li .acc > span.nav__school::after {
  content: "";
  background: url(../images/common/icon_school.png) no-repeat;
  width: 34px;
  height: 26px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__gym::after, .nav__list li .modal > span.nav__gym::after, .nav__list li .acc > span.nav__gym::after {
  content: "";
  background: url(../images/common/icon_gym.png) no-repeat;
  width: 40px;
  height: 30px;
  display: inline-block;
  background-size: cover;
}
.nav__list li a > span.nav__cafe::after, .nav__list li .modal > span.nav__cafe::after, .nav__list li .acc > span.nav__cafe::after {
  content: "";
  background: url(../images/common/icon_cafe.png) no-repeat;
  width: 24px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}

.nav__list li a > span.nav__hat::after, .nav__list li .modal > span.nav__hat::after, .nav__list li .acc > span.nav__hat::after {
  content: "";
  background: url(../images/common/icon_hat.png) no-repeat;
  width: 36px;
  height: 22px;
  display: inline-block;
  background-size: cover;
  margin-right: 0px;
}

.nav__list li .modal .mega {
  display: none;
}
@media screen and (min-width: 1080px) {
  .nav__list li .modal .mega {
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    width: calc(95vw - 240px);
    transition: 0.5s;
    z-index: -1;
  }
}
@media screen and (min-width: 1300px) {
  .nav__list li .modal .mega {
    width: calc(90vw - 280px);
    max-width: 1400px;
  }
}
.nav__list li .modal .mega.is_active {
  left: 240px;
}
@media screen and (min-width: 1300px) {
  .nav__list li .modal .mega.is_active {
    left: 280px;
  }
}
.nav__list li .modal .mega .nav__dtl {
  position: relative;
  left: 0;
  height: 100vh;
}
.nav__list li .modal .mega .nav__dtl .wrapper {
  border-radius: 0 50px 0 0;
  background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 137px, rgb(255, 255, 255) 137px, rgb(255, 255, 255) 100%);
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.09) 3px 3px 10px;
  padding-bottom: 100px;
}
.nav__list li .modal .mega .nav__dtl .wrapper > .txt__ff--en {
  color: #000;
  margin-left: 57px;
  font-size: 1.5rem;
  padding-block: 25px 10px;
  letter-spacing: 0.05em;
  font-size: 1.5625rem !important;
}
.nav__list li .modal .mega .nav__dtl .wrapper > h2 {
  margin-left: 57px;
}
.nav__list li .modal .mega .nav__dtl .wrapper > h2 span {
  border: none;
  letter-spacing: 0.05em;
}
.nav__list li .modal .mega .nav__dtl .col3 {
  display: none;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega .nav__dtl .col3 {
    margin-top: 140px;
    display: flex;
    gap: clamp(10px, 2.1vw, 40px);
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 50px;
  }
}
.nav__list li .modal .mega .nav__dtl .col3 .img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.nav__list li .modal .mega .nav__dtl .col3 .img img {
  width: 100%;
  transition: 0.3s;
  border-radius: 15px;
}
.nav__list li .modal .mega .nav__dtl .col3 .img .btn_area {
  position: absolute;
  top: 50%;
  bottom: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.nav__list li .modal .mega .nav__dtl .col3 .img .txt {
  position: absolute;
  line-height: 1.75;
  margin-block: 13px 10px;
  font-weight: bold;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  padding-top: 3%;
}
.nav__list li .modal .mega .nav__dtl .col3 .img .txt::before {
  content: "";
  background: url(../images/common/icon_place_wh.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.nav__list li .modal .mega .nav__dtl .col3 .img .sub__comment {
  width: clamp(160px, 16vw, 200px);
  height: 40px;
  top: calc(40% - 90px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  width: 220px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega .nav__dtl .col3 .img .sub__comment {
    font-size: 1.0625rem;
  }
}
.nav__list li .modal .mega .nav__dtl .col3 .img .sub__comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.nav__list li .modal .mega.nav__admission .compo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__admission .compo {
    display: contents;
  }
}
.nav__list li .modal .mega.nav__admission .compo .btn__more {
  order: 3;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__admission .compo .btn__more {
    order: unset;
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
  }
}
.nav__list li .modal .mega.nav__admission .col3 {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__admission .col3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-inline: auto;
    gap: clamp(10px, 1.5vw, 25px);
  }
}
.nav__list li .modal .mega.nav__admission .col3 .btn {
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__admission .col3 .btn {
    margin-bottom: 0;
    width: calc((100% - clamp(10px, 1.5vw, 25px) * 2) / 3);
  }
}
.nav__list li .modal .mega.nav__admission .col3 .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #26B597;
  height: 68px;
  padding-inline: 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  gap: 6%;
  font-size: 0.875rem;
  line-height: 1.5714285714;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__admission .col3 .btn a {
    height: 76px;
    position: relative;
    font-size: 1.1rem;
    gap: 5%;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .nav__list li .modal .mega.nav__admission .col3 .btn a:hover {
    background: #7DE0C8;
    transition: 0.3s;
  }
  .nav__list li .modal .mega.nav__admission .col3 .btn a:hover::after {
    content: "";
    background: url(../images/top/arrow_wh.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nav__list li .modal .mega.nav__admission .col3 .btn a::before {
  content: "";
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.guide::before {
  background: url(../images/common/icon_futaba.svg) no-repeat;
  width: 21px;
  height: 28px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.method::before {
  background: url(../images/common/icon_list.svg) no-repeat;
  width: 27px;
  height: 17px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.method.lg::before {
  background-size: 100%;
  width: 46px;
  height: 30px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.web::before {
  background: url(../images/common/icon_web.svg) no-repeat;
  width: 28px;
  height: 23px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.web.lg::before {
  background-size: 100%;
  width: 45px;
  height: 37px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.dl::before {
  background: url(../images/common/icon_dl.svg) no-repeat;
  width: 26px;
  height: 18px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.dl.lg::before {
  background: url(../images/common/icon_dl_lg.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 34px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.cost::before {
  background: url(../images/common/icon_yen.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.point::before {
  background: url(../images/common/icon_place.svg) no-repeat;
  width: 21px;
  height: 29px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.qa::before {
  background: url(../images/common/icon_qa.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.result::before {
  background: url(../images/common/icon_rosette.svg) no-repeat;
  width: 26px;
  height: 33px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.result.lg::before {
  background-size: 100%;
  width: 32px;
  height: 42px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.cbt::before {
  background: url(../images/common/icon_key.svg) no-repeat;
  width: 31px;
  height: 21px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.cbt.lg::before {
  background-size: 100%;
  width: 50px;
  height: 34px;
}
.nav__list li .modal .mega.nav__admission .col3 .btn a.flow::before {
  background: url(../images/common/icon_flow.svg) no-repeat;
  width: 31px;
  height: 31px;
}
.nav__list li .modal .mega.nav__admission .nav__dtl .wrapper .compo .col3 {
  margin-top: 140px;
  padding-inline: 25px;
}
.nav__list li .modal .mega.nav__admission .nav__dtl .wrapper .compo .c-btn__dtl {
  display: flex;
  justify-content: center;
  margin-block: 50px;
}
.nav__list li .modal .mega.nav__admission .nav__dtl .wrapper .compo .c-btn__dtl a {
  display: flex;
  padding-left: unset;
  justify-content: center;
  width: clamp(150px, 20vw, 300px);
  height: 66px;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
}
.nav__list li .modal .mega.nav__admission .nav__dtl.ph1 .wrapper .compo .col3 {
  margin-top: 55px;
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper > .txt__ff--en br {
  display: none;
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 {
  flex-wrap: wrap;
  margin-top: 110px;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box {
    flex: none;
  }
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 15px;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    right: 20px;
    top: 0;
    z-index: -1;
    transition: 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box:hover {
    position: relative;
  }
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box:hover::after {
    border: 2px solid rgba(188, 188, 188, 0.8);
    right: 0;
    top: 20px;
  }
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box:hover .img img {
    box-shadow: none;
    opacity: 0.9;
  }
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img {
  margin-right: 20px;
  position: relative;
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img img {
  width: 100%;
  border-radius: 15px;
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img span {
  position: absolute;
  background: #000;
  color: #fff;
  left: 15px;
  top: 15px;
  font-weight: bold;
  border-radius: 40px;
  height: 40px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img span {
    max-height: 40px;
    padding: clamp(5px, 0.5vw, 15px) clamp(10px, 1.4vw, 20px);
    font-size: clamp(0.875rem, 1.4vw, 1.125rem);
  }
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt {
  text-align: right;
  margin-top: -25px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt {
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: -30px;
  }
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt span {
  background: rgba(188, 188, 188, 0.9);
  height: 63px;
  padding: 20px;
  border-radius: 15px 0 15px 0;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt span {
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
  }
}
@media screen and (min-width: 1080px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt span {
    font-size: clamp(0.875rem, 1.2vw, 1.5rem);
  }
}
@media screen and (min-width: 1300px) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box {
    width: calc((100% - 30px) / 4);
  }
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img {
  padding-right: 15px;
  margin-bottom: 10px;
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .img span {
  height: max(5%, 25px);
  padding: 1px 13px 0;
  left: 6px;
  top: 6px;
  font-size: clamp(0.625rem, 0.8vw, 0.75rem);
}
.nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box .txt span {
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box:hover {
    z-index: 1;
  }
  .nav__list li .modal .mega.nav__faculties .nav__dtl .wrapper .c-rows1-3 .box:hover::after {
    top: 12px;
  }
}

.nav_button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1080px) {
  .nav_button {
    top: 0;
    left: unset;
    right: 0;
    bottom: unset;
    width: unset;
  }
}
.nav_button > ul {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  list-style: none;
}
@media screen and (min-width: 1080px) {
  .nav_button > ul {
    flex-direction: column;
    width: 46px;
    gap: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    box-shadow: none;
  }
}
.nav_button > ul li {
  flex: 1;
  height: 46px;
}
@media screen and (min-width: 1080px) {
  .nav_button > ul li {
    height: 130px;
  }
}
.nav_button > ul li a, .nav_button > ul li .nav_button_sp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nav_button > ul li a span, .nav_button > ul li .nav_button_sp span {
  color: #fff;
}
.nav_button > ul li .nav_button_sp {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1080px) {
  .nav_button > ul li .nav_button_sp {
    display: none;
  }
}
.nav_button > ul li .nav_button_sp span {
  color: #000;
}
.nav_button > ul li .nav_button_sp::after {
  content: "...";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  font-size: 1.25rem;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp {
  position: absolute;
  display: flex;
  width: calc(100vw - 80px);
  max-width: 300px;
  left: 5px;
  top: -60px;
  z-index: 10;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13%;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13%;
  border-style: solid;
  border-width: 9.3px 10.1px 0 10.1px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp li {
  position: relative;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: #bcbcbc;
  width: 1px;
  height: 20px;
  display: inline-block;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp li:last-of-type {
  flex: 2;
}
.nav_button > ul li .nav_button_sp.is_active .campus_sp li a {
  font-size: 0.875rem;
}
.nav_button > ul li .nav_button_sp .campus_sp {
  display: none;
}
@media screen and (min-width: 1080px) {
  .nav_button > ul li a {
    height: 130px;
    border-radius: 6px 0 0 6px;
    transition: 0.3s;
  }
  .nav_button > ul li a.web {
    height: 143px;
  }
  .nav_button > ul li a.access {
    height: 126px;
  }
  .nav_button > ul li a span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
    transform: translateY(-10px);
    letter-spacing: 0.1em;
    margin-top: -5px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 960px) {
  .nav_button > ul li a span {
    font-weight: bold;
  }
}
@media screen and (min-width: 1080px) {
  .nav_button > ul li a span::after {
    content: "";
    background: url(../images/common/icon_circle_arrow_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -27px;
    left: 3px;
    width: 21px;
    height: 21px;
    display: inline-block;
  }
}
.nav_button > ul li a.brochure {
  background: #00C5DB;
}
.nav_button > ul li a.web {
  background: #00C59C;
}
.nav_button > ul li a.access {
  background: #6DBF50;
  border-radius: 0 6px 0 0;
}
@media screen and (min-width: 1080px) {
  .nav_button > ul li a.access {
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (min-width: 1080px) and (hover: hover) and (pointer: fine) {
  .nav_button > ul li a:hover {
    opacity: 0.8;
  }
}

.pagetop {
  width: 46px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 2;
  border: 1px solid #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4666666667);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .pagetop {
    width: 70px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover::after {
    transform: translateY(-3px) rotate(45deg);
  }
}
.pagetop::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 8px;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .pagetop::after {
    width: 13px;
    transition: 0.3s;
  }
}

footer {
  padding-top: 100px;
  position: relative;
}
footer::before {
  content: "";
  background: url(../images/common/footer_wave_sp.png) no-repeat top right;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 1640/67;
  display: inline-block;
  margin-bottom:-1em;
}
@media screen and (min-width: 960px) {
  footer::before {
    background: url(../images/common/footer_wave.png) no-repeat top right;
    background-size: 100%;
    aspect-ratio: 1640/141;
  }
}
footer::after {
  content: "";
  background: url(../images/common/f_bird_sp.png) no-repeat top right;
  background-size: contain;
  width: 63px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
}
@media screen and (min-width: 960px) {
  footer::after {
    display: none;
  }
}
footer .footer {
  background: #7DE0C8;
  margin-top: -10px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  footer .footer {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 1080px) {
  footer .footer {
    padding-bottom: 0;
  }
}

footer .footer__inner {
	padding-top:3em;
}
@media screen and (max-width: 1080px) {
.l-footer{
	    padding-bottom: 2.5em;
}
}

@media screen and (min-width: 1440px) {
  footer .footer__inner {
    padding-top: 0;
    display: flex;
    flex-direction: row-reverse;
    max-width: 1400px;
    margin-inline: auto;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1800px) {
  footer .footer__inner {
    justify-content: space-between;
  }
}
footer .footer__inner .f_info {
  width: 100%;
}
footer .footer__inner .f_info ul {
  max-width: 450px;
  margin-inline: auto;
  width: calc(100% - 50px);
  list-style: none;
  padding:0;
}
@media screen and (min-width: 960px) {
  footer .footer__inner .f_info ul {
    width: 100%;
    max-width: 1000px;
    display: flex;
    gap: 20px;
  }
}

footer .footer__inner .f_info ul li {
  width: 100%;
  margin-bottom: 20px;
}
footer .footer__inner .f_info ul li a {
  display: inline-block;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
  container: f_panf/inline-size;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer__inner .f_info ul li a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}
footer .footer__inner .f_info ul li a .f_campus {
  width: 100%;
  background: url(../images/common/f_okayama.jpg) no-repeat;
  background-size: contain;
  aspect-ratio: 64/25;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 6px 0 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
footer .footer__inner .f_info ul li a .f_campus.tokyo {
  background: url(../images/common/f_tokyo.jpg) no-repeat;
  background-size: contain;
  aspect-ratio: 64/25;
}
footer .footer__inner .f_info ul li a .f_campus.newz {
  background: url(../images/common/f_newzealand.jpg) no-repeat;
  background-size: contain;
  aspect-ratio: 64/25;
}
@media screen and (min-width: 960px) {
  footer .footer__inner .f_info ul li a .f_campus {
    font-size: clamp(1.25rem, 1.3vw, 1.625rem);
  }
}
footer .footer__inner .f_info ul li a .txt {
  background: #fff;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color:#000;
}
@media screen and (min-width: 1300px) {
  footer .footer__inner .f_info ul li a .txt {
    font-size: 1rem;
  }
}
footer .footer__inner .f_info ul li a .txt::after {
  content: "";
  background: url(../images/common/icon_circle_arrow.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  footer .footer__inner .f_info ul li a .txt::after {
    right: 10px;
  }
}
footer .footer__inner .f_sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

@media screen and (min-width: 1440px) {
  footer .footer__inner .f_sns .footer__logo {
    width: 287px;
  }
}
footer .footer__inner .f_sns .footer__logo img {
  width: 100%;
}
footer .footer__inner .f_sns .txt {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
footer .footer__inner .f_sns .sns {
  background: #fff;
  display: flex;
  gap: 20px;
  list-style-type: none;
  max-inline-size: max-content;
  padding: 10px 15px;
  border-radius: 6px;
  margin-block: 80px 40px;
}
@media screen and (min-width: 1440px) {
  footer .footer__inner .f_sns .sns {
    margin-top: 25px;
    padding: 18px 25px;
  }
}
footer .footer__inner .f_sns .sns a {
  width: 30px;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer__inner .f_sns .sns a:hover {
    opacity: 0.8;
  }
}
footer .footer__inner .f_sns .sns a img {
  width: 100%;
}
footer .footer small {
  display: flex;
  justify-content: center;
  color: #fff;
  padding-bottom: 30px;
}

.c-pageTitle{
  text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
}


.ttl__bold {
  font-weight: bold;
}

.txt__ff--en {
  font-family: "游ゴシック", "YuGothic Medium", YuGothic, "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.txt__c--gl {
  color: #7DE0C8;
}

.btn__my {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 6px;
  gap: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  transition: 0.3s;
  flex-direction: row-reverse;
  border-color: #bcbcbc;
  cursor: pointer;
  gap: 8px;
  transition: 0.3s;
}
.btn__my::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
}
@media (hover: hover) and (pointer: fine) {
  .btn__my:hover {
    border-color: #000;
  }
  .btn__my:hover::after {
    transform: rotate(60deg);
  }
}
.btn__my::after {
  background: url(../images/common/icon_gear.svg) no-repeat;
  width: 19px;
  height: 19px;
  background-size: contain;
  transition: 0.3s;
  transform: translateX(0);
}

.setting__my {
  display: none;
}
.setting__my.is_active {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: fixed;
  background: rgba(0, 0, 0, 0.3137254902);
  inset: 0;
  z-index: 5;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active {
    inset: 0;
    padding-top: 0;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .setting__my.is_active {
    align-items: flex-start;
    padding-top: 5px;
  }
}
.setting__my.is_active .inner {
  width: 765px;
  max-width: calc(100% - 25px);
  height: auto;
  border-radius: 30px;
  position: relative;
  padding-bottom: 50px;
}
.setting__my.is_active .inner .btn__close {
  position: fixed;
  top: 10px;
  right: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .setting__my.is_active .inner .btn__close {
    top: 10px;
    right: 13px;
  }
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .btn__close {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .setting__my.is_active .inner .btn__close:hover {
    opacity: 0.8;
  }
}
.setting__my.is_active .inner .col2 {
  border: 5px solid #fff;
  border-radius: 15px;
  background: #7DE0C8;
  padding: 20px 20px 30px;
  aspect-ratio: 765/583;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 {
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) and (max-height: 960px) {
  .setting__my.is_active .inner .col2 {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 960px) and (max-height: 920px) {
  .setting__my.is_active .inner .col2 {
    transform: scale(0.88);
  }
}
@media screen and (min-width: 960px) and (max-height: 880px) {
  .setting__my.is_active .inner .col2 {
    transform: scale(0.86);
  }
}
@media screen and (min-width: 960px) and (max-height: 840px) {
  .setting__my.is_active .inner .col2 {
    transform: scale(0.84);
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .setting__my.is_active .inner .col2 {
    transform: scale(0.82);
  }
}
.setting__my.is_active .inner .col2 .upper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .upper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-inline: 46px;
  }
}
.setting__my.is_active .inner .col2 .upper .txt {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-block: 20px;
  padding-inline: 10px;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .upper .txt {
    padding-block: 24px 18px;
    font-size: 1rem;
  }
}
.setting__my.is_active .inner .col2 .upper .txt p {
  font-weight: bold;
}
.setting__my.is_active .inner .col2 .upper .img {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .upper .img {
    display: none;
  }
}
.setting__my.is_active .inner .col2 .upper .img img {
  height: 50px;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .upper .img img {
    height: 61px;
  }
}
.setting__my.is_active .inner .col2 .lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower {
    max-height: 843px;
    border-radius: 0 0 17px 17px;
  }
}
.setting__my.is_active .inner .col2 .lower .question {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower .question {
    padding-inline: 60px;
    text-align: left;
  }
}
.setting__my.is_active .inner .col2 .lower .question p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower .question p {
    font-size: 1.25rem;
  }
}
.setting__my.is_active .inner .col2 .lower ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-inline: 0;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .setting__my.is_active .inner .col2 .lower ul {
    padding-inline: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower ul {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .setting__my.is_active .inner .col2 .lower ul {
    gap: 10px;
    margin-bottom: 25px;
  }
}
.setting__my.is_active .inner .col2 .lower ul li {
  background: #fff;
  width: calc(50% - 8px);
  max-width: 316px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  gap: 5px;
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .setting__my.is_active .inner .col2 .lower ul li {
    height: 46px;
  }
}
.setting__my.is_active .inner .col2 .lower ul li label {
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
.setting__my.is_active .inner .col2 .lower ul li input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  background-color: #EFEFEF;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  appearance: none;
  outline: transparent;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower ul li input[type=checkbox] {
    width: 1.6em;
    height: 1.6em;
  }
}
.setting__my.is_active .inner .col2 .lower ul li input[type=checkbox]:checked::after {
  content: "";
  width: 1em;
  height: 1em;
  background: #000;
  display: inline-block;
  border-radius: 50%;
    margin: -0.785em 0 0 -0.305em;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower ul li input[type=checkbox]:checked::after {
    width: 1.1em;
    height: 1.1em;
    margin: -0.705em 0 0 -0.295em;
  }
}
@media screen and (max-width: 600px) {
  .setting__my.is_active .inner .col2 .lower ul li {
    width: 100%;
  }
}
.setting__my.is_active .inner .col2 .lower .txt {
  line-height: 1.4;
  margin-top: 20px;
  padding-inline: 10px;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower .txt {
    padding-inline: 60px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .setting__my.is_active .inner .col2 .lower .txt {
    margin-top: 20px;
  }
}
.setting__my.is_active .inner .col2 .lower .txt p {
  max-inline-size: max-content;
}
.setting__my.is_active .inner .col2 .lower .txt p.txt__indent {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 0.875rem;
}
.setting__my.is_active .inner .col2 .lower .txt p.txt__indent:first-of-type {
  margin-bottom: 5px;
}
.setting__my.is_active .inner .col2 .lower .btn__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.setting__my.is_active .inner .col2 .lower .btn__area button,
.setting__my.is_active .inner .col2 .lower .btn__area div[class^=btn],
.setting__my.is_active .inner .col2 .lower .btn__area span[class^=btn] {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .setting__my.is_active .inner .col2 .lower .btn__area button:hover,
  .setting__my.is_active .inner .col2 .lower .btn__area div[class^=btn]:hover,
  .setting__my.is_active .inner .col2 .lower .btn__area span[class^=btn]:hover {
    opacity: 0.8;
  }
}
.setting__my.is_active .inner .col2 .lower .btn__area button.btn--next,
.setting__my.is_active .inner .col2 .lower .btn__area div[class^=btn].btn--next,
.setting__my.is_active .inner .col2 .lower .btn__area span[class^=btn].btn--next {
  background: #000;
  width: 172px;
  height: 50px;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .setting__my.is_active .inner .col2 .lower .btn__area button.btn--next,
  .setting__my.is_active .inner .col2 .lower .btn__area div[class^=btn].btn--next,
  .setting__my.is_active .inner .col2 .lower .btn__area span[class^=btn].btn--next {
    font-size: 1.125rem;
  }
}
.setting__my.is_active .inner .col2 .lower .btn__area button.btn--back,
.setting__my.is_active .inner .col2 .lower .btn__area div[class^=btn].btn--back,
.setting__my.is_active .inner .col2 .lower .btn__area span[class^=btn].btn--back {
  background: #707070;
  width: 110px;
  height: 44px;
  font-size: 0.875rem;
}

.fs_l {
  font-size: 1.5625rem!important;
}
@media screen and (min-width: 960px) {
  .fs_l {
    font-size: clamp(1.5625rem, 3vw, 2.5rem)!important;
  }
}

.fs_lm {
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .fs_lm {
    font-size: clamp(1.5625rem, 2.6vw, 1.75rem)!important;
  }
}

.fs_m {
  font-size: 1rem!important;
}
@media screen and (min-width: 960px) {
  .fs_m {
    font-size: clamp(1rem, 1.8vw, 1.125rem)!important;
  }
}

.bread {
  margin: 25px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1080px) {
  .bread {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 80px 25px;
  }
}
.bread a {
  display: inline-flex;
  align-items: center;
}
.bread a::after {
  content: ">";
  margin: 0 0 2px 2px;
  display: inline-block;
  font-size: 0.625rem;
}
.bread span {
  padding: 2px;
}
@media screen and (min-width: 1080px) {
  .bread span {
    padding: 2px 5px;
  }
}

.btn__rectangle a {
  background: #fff;
  width: 160px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #000;
  position: relative;
  font-weight: 550;
  transition: 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .btn__rectangle a {
    width: clamp(160px, 13vw, 250px);
    height: clamp(44px, 3vw, 66px);
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn__rectangle a:hover {
    background: #7DE0C8;
    border: none;
  }
}
.btn__rectangle a::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@container f_panf (max-width:280px) and (max-width:300px) {
  @media screen and (min-width: 960px) {
    footer .footer__inner .f_info ul li a .txt {
      font-size: clamp(0.875rem, 6cqi, 1rem);
    }
  }
}
@container f_panf (max-width:280px) {
  @media screen and (min-width: 960px) {
    footer .footer__inner .f_info ul li a .txt {
      font-size: clamp(0.75rem, 5cqi, 0.875rem);
    }
  }
}
.loader {
  margin: 50px auto 80px;
  width: 50px;
  aspect-ratio: 1;
  --_c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}

@keyframes l7 {
  to {
    transform: rotate(0.5turn);
  }
}@media screen and (min-width: 960px) {
  .c-rows1-3 {
    display: flex;
    max-width: 1100px;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .c-rows1-3 {
    gap: clamp(10px, 2.1vw, 40px);
  }
}
.c-rows1-3__wrap {
  flex-wrap: wrap;
}
.c-rows1-3 .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .c-rows1-3 .box {
    flex: 1;
    margin-bottom: 20px;
    margin-inline: unset;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .c-rows1-3 .box__wrap {
    flex: unset;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 960px) and (min-width: 1080px) {
  .c-rows1-3 .box__wrap {
    width: calc((100% - clamp(10px, 2.1vw, 40px) * 2) / 3);
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .c-rows1-3 .box:hover img {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
}
.c-rows1-3 img {
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 960px) {
  .c-rows1-3 img {
    transition: 0.3s;
  }
}
.c-rows1-3 .txt {
  line-height: 1.75;
  margin-block: 13px 10px;
  font-weight: bold;
}
.c-rows1-3 .date {
  font-size: 0.875rem;
  color: #7b7b7b;
  font-weight: bold;
}
.c-rows1-3 .tabs {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.c-rows1-3 .tabs span {
  border: 1px solid #bcbcbc;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 32px;
  font-size: 0.875rem;
}

.c-width__1000 {
  max-width: 1000px;
}

@media screen and (min-width: 960px) {
  .c-rows1-3-btns {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1.5vw, 25px);
  }
}
.c-rows1-3-btns .btn {
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .c-rows1-3-btns .btn {
    margin-bottom: 0;
    width: calc((100% - clamp(10px, 1.5vw, 25px) * 2) / 3);
  }
}
.c-rows1-3-btns .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding-inline: 30px 40px;
  min-height: 68px;
  border: 1px solid #000;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: initial;
}
.c-rows1-3-btns .btn a::after {
  content: "";
  background: url(../images/common/arrow_bk_mid.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-rows1-3-btns .btn a:hover {
    background: #7DE0C8;
    border-color: #7DE0C8;
  }
}

.c-row1-2__border {
  border: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .c-row1-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}

.c-tabs {
  width: 100%;
  margin-block: 70px 20px;
  container: l-tabs/inline-size;
}
@media screen and (min-width: 960px) {
  .c-tabs {
    margin-top: 0;
    margin-bottom: 40px;
    height: 50px;
  }
}
.c-tabs ul {
  display: flex;
  width: 100%;
  max-width: 491px;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .c-tabs ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-tabs ul {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .c-tabs ul {
    max-width: 450px;
  }
}
@media screen and (min-width: 1240px) {
  .c-tabs ul {
    max-width: 660px;
  }
}
.c-tabs ul > .tab_item {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
  max-width: 90px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  position: relative;
  transition: 0.3s;
}
.c-tabs ul > .tab_item:has(a) {
  cursor: none;
  padding-bottom: 0;
}
.c-tabs ul > .tab_item:has(a) a {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .c-tabs ul > .tab_item {
    flex: unset;
    width: calc((100% - 40px) / 3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs ul > .tab_item:hover {
    color: #7DE0C8;
  }
  .c-tabs ul > .tab_item:hover::after {
    content: "";
    background: #7DE0C8;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: l_r 0.3s ease-in forwards;
  }
}
.c-tabs ul > .tab_item.active {
  color: #7DE0C8;
  font-weight: bold;
}
.c-tabs ul > .tab_item.active::after {
  content: "";
  background: #7DE0C8;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
}
.c-tabs ul .tab_item2 a {
  width: 100%;
  display: flex;
  justify-content: center;
  max-inline-size: max-content;
  display: flex;
  align-items: center;
  padding: 2px 22px;
  font-size: 1.125rem;
  position: relative;
  background: #EFEFEF;
  border-radius: 32px;
  min-height: 32px;
  font-size: 0.75rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
  .c-tabs ul .tab_item2 a {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs ul .tab_item2 a:hover {
    background: #7DE0C8;
    color: #fff;
  }
}
.c-tabs ul .tab_item2.active a {
  background: #7DE0C8;
  color: #fff;
}
.c-tabs__full {
  max-width: unset;
}
.c-tabs__full.tabs-wrapped ul {
  justify-content: flex-start;
}
.c-tabs__full.tabs-wrapped ul .tab_item {
  max-inline-size: max-content;
}
.c-tabs__full:has(.tab_item2) ul {
  justify-content: flex-start;
  gap: 10px;
  max-width: 1050px;
}
.c-tabs__full ul {
  flex-wrap: wrap;
  gap: 20px;
  max-width: unset;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .c-tabs__full ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .c-tabs__full ul {
    max-width: unset;
  }
}
@media screen and (min-width: 1080px) {
  .c-tabs__full ul {
    max-width: unset;
  }
}
@media screen and (min-width: 1240px) {
  .c-tabs__full ul {
    max-width: unset;
  }
}
.c-tabs__full ul > .tab_item {
  white-space: nowrap;
  margin-bottom: 10px;
  padding-inline: 10px;
}
.c-tabs__full ul > .tab_item:has(a) {
  margin-inline: 0;
  padding-inline: 0;
}
.c-tabs__full ul > .tab_item:has(a) a {
  padding-inline: 8px;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .c-tabs__full ul > .tab_item:has(a) a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1640px) {
  .c-tabs__full ul > .tab_item:has(a) a {
    padding-inline: 20px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1080px) {
  .c-tabs__full ul > .tab_item {
    max-inline-size: none;
  }
}

@keyframes l_r {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@container l-tabs (min-width:600px) {
  @media screen and (min-width: 960px) {
    .c-tabs ul {
      width: calc(100cqi - 250px);
      max-width: 600px;
    }
  }
  .c-tabs__full ul {
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
    gap: 20px;
  }
}
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
.tab_panel.active:has(.blank) {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .tab_panel.active:has(.blank) {
    display: flex;
  }
}
.tab_panel.active:has(.blank) .blank {
  background: #F8F8F8;
  width: 100%;
  height: 56vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
}
@media screen and (min-width: 960px) {
  .tab_panel.active:has(.blank) .blank {
    width: 80vw;
    height: 30vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1080px) {
  .tab_panel.active:has(.blank) .blank {
    width: 50vw;
    height: 20vw;
  }
}
.tab_panel.active:has(.blank) .blank .blank_info {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .tab_panel.active:has(.blank) .blank .blank_info {
    font-size: 1.125rem;
  }
}

.c-card1-2 {
  padding-inline: 25px;
}
@media screen and (min-width: 960px) {
  .c-card1-2 {
    padding-inline: 20px;
    container: e-card/inline-size;
  }
}
.c-card1-2 a.box {
  margin-bottom: 70px;
}
@media (hover: hover) and (pointer: fine) {
  .c-card1-2 a.box:hover .img.shadow_img img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}
.c-card1-2 a.box .img {
  width: 100%;
}
.c-card1-2 a.box .img img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .c-card1-2 a.box {
    display: flex;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .c-card1-2 a.shadow {
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .c-card1-2 a.shadow:hover {
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  }
}

@container e-card (min-width:718px) {
  @media screen and (min-width: 960px) {
    .c-card1-2 a.box {
      gap: clamp(20px, 6cqi, 70px);
    }
    .c-card1-2 a.box .img {
      width: calc(50% - clamp(20px, 5cqi, 70px));
    }
    .c-card1-2 a.box .txt {
      width: 50%;
    }
  }
}
.c-list {
  width: 100%;
}
.c-list li {
  position: relative;
}
.c-list li:first-of-type {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .c-list li:first-of-type {
    margin-top: 0;
  }
}
.c-list li::after {
  content: "";
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 7px 1px;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .c-list li a {
    flex-wrap: nowrap;
    align-items: center;
    gap: 23px;
    min-height: 92px;
    padding-inline: 20px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .c-list li a:hover {
    background: #F8F8F8;
    position: relative;
  }
  .c-list li a:hover::after {
    content: "";
    background: url(../images/common/arrow_bk_mid.svg) no-repeat;
    width: 7px;
    height: 10px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
}
.c-list li a .date {
  width: 50%;
  font-size: 0.75rem;
  color: #7b7b7b;
}
@media screen and (min-width: 960px) {
  .c-list li a .date {
    font-size: 0.875rem;
    width: 105px;
    width: 70px;
    white-space: nowrap;
  }
}
.c-list li a .label {
  justify-content: center;
  width: 112px;
}
.c-list li a .label__long {
  width: 146px;
}
.c-list li a .label span {
  background: #AFF2E2;
  border-radius: 4px;
  width: 100%;
  min-height: 30px;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .c-list li a .label span {
    font-size: 0.875rem;
  }
}
.c-list li a .ttl {
  width: 100%;
  margin-top: 20px;
  line-height: 1.625;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .c-list li a .ttl {
    margin-top: 0;
    width: calc(100% - 200px);
    font-weight: normal;
    padding-right: 20px;
  }
}

.c-hero {
  height: 200px;
  width: 100%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (min-width: 960px) {
  .c-hero {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .c-hero {
    padding-inline: 8%;
  }
}
.c-hero .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-hero .txt .txt__ff--en {
  font-size: 1.75rem;
  color: #26B597;
}
@media screen and (min-width: 960px) {
  .c-hero .txt .txt__ff--en {
    font-size: clamp(1.5625rem, 3vw, 2.5rem);
  }
}

.c-lower-hero {
  position: relative;
  container: l-hero/inline-size;
  width: 100%;
}
.c-lower-hero img {
  width: 100%;
  border-radius: 0 0 0 50px;
  object-fit: cover;
  max-height: 200px;
}
@media screen and (min-width: 960px) {
  .c-lower-hero img {
    max-height: 340px;
  }
}
.c-lower-hero .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  padding-inline: 40px;
}
@media screen and (min-width: 960px) {
  .c-lower-hero .txt {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .c-lower-hero .txt {
    padding-inline: 8%;
  }
}
.c-lower-hero .txt .ttl__en {
  font-size: 1.75rem;
  margin-bottom: 13px;
}
.c-lower-hero .txt .ttl__lower {
  font-size: 1rem;
}

@container l-hero (min-width:960px) {
  @media screen and (min-width: 960px) {
    .c-lower-hero .txt .ttl__en {
      font-size: clamp(1.75rem, 3.5cqi, 2.5rem);
    }
    .c-lower-hero .txt .ttl__lower {
      font-size: clamp(1rem, 1.8cqi, 1.125rem);
    }
  }
}
.c-title .ttl__bold {
  display: flex;
  text-align: center;
  justify-content: center;
}
.c-title .ttl__bold.txt__ff--en {
  padding-block: 40px 20px;
}
@media screen and (min-width: 960px) {
  .c-title .ttl__bold.txt__ff--en {
    padding-block: 80px 20px;
  }
}
.c-title__u_line {
  padding-bottom: 13px!important;
  border-bottom: 1px solid #bcbcbc!important;
  width: 100%!important;
  font-size: clamp(1.375rem, 3vw, 1.625rem)!important;
  padding-left: 10px!important;
  line-height: 1.4!important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1080px) {
  .c-title__u_line {
    font-size: 1.625rem!important;
    padding-left: 20px!important;
    padding-bottom: 20px!important;
  }
}
@media screen and (min-width: 1300px) {
  .c-title__u_line {
    font-size: 1.875rem!important;
  }
}

.c-inner__1000 {
  max-width: 960px;
  margin-inline: auto;
}

.c-btn-c a, .c-btn-c span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 6px;
  gap: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  transition: 0.3s;
  position: relative;
  justify-content: center;
  width: 203px;
}
.c-btn-c a::after, .c-btn-c span::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
}
.c-btn-c a::after, .c-btn-c span::after {
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
  position: absolute;
  right: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-c a:hover, .c-btn-c span:hover {
    border: 1px solid #7DE0C8;
    background: #7DE0C8;
  }
}

.c-btn__dtl a, .c-btn__dtl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 6px;
  gap: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  transition: 0.3s;
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
  width: 157px;
}
.c-btn__dtl a::after, .c-btn__dtl span::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
}
.c-btn__dtl a::after, .c-btn__dtl span::after {
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
  position: absolute;
  right: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn__dtl a:hover, .c-btn__dtl span:hover {
    border: 1px solid #7DE0C8;
    background: #7DE0C8;
  }
}
.c-btn__dtl a.ar_b::after, .c-btn__dtl span.ar_b::after {
  background: url(../images/common/arrow_bk_mid.svg) no-repeat;
  width: 8px;
  height: 12px;
}

.c-btn__watch, .c-btn__round {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn__watch a, .c-btn__watch span, .c-btn__round a, .c-btn__round span {
  width: 203px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
.c-btn__watch a.campus__re, .c-btn__watch span.campus__re, .c-btn__round a.campus__re, .c-btn__round span.campus__re {
  width: 327px;
  height: 56px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn__watch a:hover, .c-btn__watch span:hover, .c-btn__round a:hover, .c-btn__round span:hover {
    border-color: #7DE0C8;
    background: #7DE0C8;
  }
}.error .hero {
  height: 200px;
  width: 100%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (min-width: 960px) {
  .error .hero {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .error .hero {
    padding-inline: 8%;
  }
}
.error .hero .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error .hero .txt .txt__ff--en {
  font-size: 1.75rem;
  color: #26B597;
}
@media screen and (min-width: 960px) {
  .error .hero .txt .txt__ff--en {
    font-size: clamp(1.5625rem, 3vw, 2.5rem);
  }
}
.error .wrapper {
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .error .wrapper {
    margin-top: 80px;
  }
}
.error .wrapper .error__message {
  display: inline-block;
  margin: 2rem auto;
}
.error .wrapper .error__message p {
  text-align: left;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.error .wrapper .btnArea {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.error .wrapper .btnArea .btn a {
  background: #fff;
  width: auto;
  padding: 0 30px;
  font-size: clamp(0.75rem, 1vw, 1rem);
}
@media screen and (min-width: 960px) {
  .error .wrapper .btnArea .btn a:hover {
    background: #7DE0C8;
  }
}
.reasons .hero img {
  width: 100%;
  height: auto;
}
.reasons .wrapper {
  max-width: 1250px;
  padding: 15px 25px 0;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .reasons .wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .reasons .wrapper {
    margin: 50px 50px auto auto;
  }
}
@media screen and (min-width: 1640px) {
  .reasons .wrapper {
    margin-inline: auto;
  }
}

.reasons__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .reasons__menu {
    position: sticky;
    top: 0;
    z-index: 1;
    gap: 20px;
    margin-bottom: 3.4rem;
  }
}
.reasons__menu .menu__item {
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 3);
}
@media screen and (min-width: 960px) {
  .reasons__menu .menu__item {
    width: calc((100% - 80px) / 5);
  }
}
.reasons__menu .menu__item a {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.6875rem, (100vw - 280px) * 0.015, 1.125rem);
  line-height: 1.6;
  padding: 16px 0;
}
@media screen and (min-width: 1640px) {
  .reasons__menu .menu__item a {
    padding: 20px 0;
    font-size: clamp(0.75rem, (100vw - 280px) * 0.03, 1.125rem);
  }
}
.reasons__menu .menu__item a.active {
  color: #7DE0C8;
  border-bottom: solid 3px #7DE0C8;
}
@media screen and (min-width: 960px) {
  .reasons__menu .menu__item a:hover {
    color: #7DE0C8;
  }
}

.reasons__sec {
  padding: 40px 0 20px;
}
@media screen and (min-width: 960px) {
  .reasons__sec {
    padding: 50px 0;
  }
}

.reason__col {
  display: block;
}
@media screen and (min-width: 960px) {
  .reason__col {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (min-width: 960px) {
  .reason__col--rev {
    flex-direction: row-reverse;
  }
}
.reason__col + .reason__col {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .reason__col + .reason__col {
    margin-top: 3rem;
  }
}
.reason__col .txt, .reason__col .img {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .reason__col .txt, .reason__col .img {
    width: min(100%, 560px);
    margin-bottom: 0;
  }
}
.reason__col .img img {
  width: 100%;
  border-radius: 10px;
}
.reason__col .reason__ttl {
  display: flex;
  align-items: center;
  font-family: "游明朝 Demibold", "游明朝", YuMincho Medium, YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 0.8rem;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 960px) {
  .reason__col .reason__ttl {
    font-size: clamp(1.25rem, (100vw - 280px) * 0.03, 2rem);
    margin-bottom: 1.6rem;
  }
}
.reason__col .reason__ttl span {
  margin: 0 0.5rem 0 -0.2rem;
  font-size: max(8vw, 2.5rem);
  font-family: "游明朝", YuMincho Medium, YuMincho, "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 960px) {
  .reason__col .reason__ttl span {
    margin-right: 1rem;
    font-size: clamp(2.5rem, (100vw - 280px) * 0.07, 5.625rem);
    font-weight: 400;
  }
}
.reason__col .reason__sentence {
  line-height: 1.8;
  font-size: clamp(0.875rem, 2vw, 1rem);
}
@media screen and (min-width: 960px) {
  .reason__col .reason__sentence {
    line-height: 2;
  }
}
.reason__col .reason__sentence + .reason__sentence {
  margin-top: 1.8rem;
}
.reason__col .reason__sentence a {
  color: #386DDC;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .reason__col .reason__sentence a:hover {
    color: rgb(26.0256410256, 65.4358974359, 147.9743589744);
  }
}

.relativeLinks {
  width: min(100%, 1000px);
  background: #F8F8F8;
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .relativeLinks {
    margin: 4.3rem auto 10px;
    flex-direction: row;
    padding: 24px 35px 24px 50px;
  }
}
.relativeLinks .relativeLinks__ttl {
  width: 9.6rem;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px 10px 10px 36px;
  background: url(../images/common/icon_relative.svg) no-repeat 0 center;
}

.relativeLinks__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 960px) {
  .relativeLinks__list {
    width: calc(100% - 10rem);
  }
}
.relativeLinks__list li {
  display: inline-block;
}
.relativeLinks__list li a {
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  padding: 14px 15px 12px 15px;
  border: solid 1px rgb(120.415, 120.415, 120.415);
  border-radius: 6px;
  background-color: #fff;
  transition: 0.15s;
}
.relativeLinks__list li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background-color: rgb(120.415, 120.415, 120.415);
  mask-image: url("../images/common/arrow_bk.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-left: 1rem;
}
@media screen and (min-width: 960px) {
  .relativeLinks__list li a:hover {
    background-color: #7DE0C8;
    border: solid 1px #7DE0C8;
  }
}
.relativeLinks__list li a:hover::after {
  background: #000;
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .br--pc {
    display: inline-block;
  }
}

.br--tb {
  display: none;
}
@media screen and (min-width: 960px) {
  .br--tb {
    display: inline-block;
  }
}

.br--sp {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .br--sp {
    display: none;
  }
}:where(.col3 .btn a)[data-astro-cid-t55brsg3]{flex-direction:column;height:130px!important;justify-content:center;border-radius:15px!important;transition:0.3s}@media screen and (min-width: 960px){:where(.col3 .btn a)[data-astro-cid-t55brsg3]{height:125px!important}}:where(.col3 .btn a)[data-astro-cid-t55brsg3] span[data-astro-cid-t55brsg3]{font-size:1.125rem;margin-top:5px}@media screen and (min-width: 960px){:where(.col3 .btn a)[data-astro-cid-t55brsg3] span[data-astro-cid-t55brsg3]{font-size:clamp(1.0625rem,1.5vw,1.4375rem)}}@media screen and (min-width: 960px){:where(.col3 .btn a).cbt[data-astro-cid-t55brsg3] span[data-astro-cid-t55brsg3]{font-size:clamp(1rem,1.4vw,1.25rem);margin-top:6px;white-space:nowrap}}@media screen and (min-width: 960px){:where(.col3 .btn a).dl[data-astro-cid-t55brsg3] span[data-astro-cid-t55brsg3]{font-size:clamp(1rem,1.4vw,1.3125rem);margin-top:6px;white-space:nowrap}}
.admission_info .wrapper {
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 25px;
  margin-block: 40px;
}
@media screen and (min-width: 1080px) {
  .admission_info .wrapper {
    margin-top: 41px;
  }
}

#nyushi,#web,#fee,#venue,#faq,#contact{
	margin-top:-100px!important;
	padding-top:100px;
}

.admission_info .wrapper section:not(:first-of-type) {
  margin-top: 100px;
}
.admission_info .wrapper .c-list li:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .c-list li:first-of-type {
    margin-top: 20px;
  }
}
.admission_info .wrapper .c-rows1-3-btns {
  margin-top: 35px;
}
.admission_info .wrapper .adm_info {
  margin-top: 30px;
}
.admission_info .wrapper .adm_info .compo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info .compo {
    display: contents;
  }
}
.admission_info .wrapper .adm_info .compo .btn__more {
  order: 3;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info .compo .btn__more {
    order: unset;
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
  }
}
.admission_info .wrapper .adm_info .col3 {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info .col3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-inline: auto;
    gap: clamp(10px, 1.5vw, 25px);
  }
}
.admission_info .wrapper .adm_info .col3 .btn {
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info .col3 .btn {
    margin-bottom: 0;
    width: calc((100% - clamp(10px, 1.5vw, 25px) * 2) / 3);
  }
}
.admission_info .wrapper .adm_info .col3 .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #26B597;
  height: 68px;
  padding-inline: 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  gap: 6%;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info .col3 .btn a {
    height: 76px;
    position: relative;
    font-size: clamp(0.875rem, 1vw, 1.125rem);
    gap: 5%;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .admission_info .wrapper .adm_info .col3 .btn a:hover {
    background: #7DE0C8;
    transition: 0.3s;
  }
  .admission_info .wrapper .adm_info .col3 .btn a:hover::after {
    content: "";
    background: url(../images/top/arrow_wh.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.admission_info .wrapper .adm_info .col3 .btn a::before {
  content: "";
}
.admission_info .wrapper .adm_info .col3 .btn a.guide::before {
  background: url(../images/common/icon_futaba.svg) no-repeat;
  width: 21px;
  height: 28px;
}
.admission_info .wrapper .adm_info .col3 .btn a.method::before {
  background: url(../images/common/icon_list.svg) no-repeat;
  width: 27px;
  height: 17px;
}
.admission_info .wrapper .adm_info .col3 .btn a.method.lg::before {
  background-size: 100%;
  width: 46px;
  height: 30px;
}
.admission_info .wrapper .adm_info .col3 .btn a.web::before {
  background: url(../images/common/icon_web.svg) no-repeat;
  width: 28px;
  height: 23px;
}
.admission_info .wrapper .adm_info .col3 .btn a.web.lg::before {
  background-size: 100%;
  width: 45px;
  height: 37px;
}
.admission_info .wrapper .adm_info .col3 .btn a.dl::before {
  background: url(../images/common/icon_dl.svg) no-repeat;
  width: 26px;
  height: 18px;
}
.admission_info .wrapper .adm_info .col3 .btn a.dl.lg::before {
  background: url(../images/common/icon_dl_lg.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 34px;
}
.admission_info .wrapper .adm_info .col3 .btn a.cost::before {
  background: url(../images/common/icon_yen.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.admission_info .wrapper .adm_info .col3 .btn a.point::before {
  background: url(../images/common/icon_place.svg) no-repeat;
  width: 21px;
  height: 29px;
}
.admission_info .wrapper .adm_info .col3 .btn a.qa::before {
  background: url(../images/common/icon_qa.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.admission_info .wrapper .adm_info .col3 .btn a.result::before {
  background: url(../images/common/icon_rosette.svg) no-repeat;
  width: 26px;
  height: 33px;
}
.admission_info .wrapper .adm_info .col3 .btn a.result.lg::before {
  background-size: 100%;
  width: 32px;
  height: 42px;
}
.admission_info .wrapper .adm_info .col3 .btn a.cbt::before {
  background: url(../images/common/icon_key.svg) no-repeat;
  width: 31px;
  height: 21px;
}
.admission_info .wrapper .adm_info .col3 .btn a.cbt.lg::before {
  background-size: 100%;
  width: 50px;
  height: 34px;
}
.admission_info .wrapper .adm_info .col3 .btn a.flow::before {
  background: url(../images/common/icon_flow.svg) no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .adm_info {
    margin-top: 60px;
  }
}
.admission_info .wrapper .c-row1-2 {
  margin-top: 30px;
  max-width: 840px;
  padding: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 1080px) {
  .admission_info .wrapper .c-row1-2 {
    padding-block: clamp(20px, 4vw, 50px);
    margin-top: 50px;
  }
}
.admission_info .wrapper .c-row1-2 .upper {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .admission_info .wrapper .c-row1-2 .upper {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.admission_info .wrapper .c-row1-2 .lower {
  line-height: 1.6;
}
.admission_info .wrapper .c-row1-2 .lower p {
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .admission_info .wrapper .c-row1-2 .lower p {
    font-size: 1rem;
  }
}
.admission_info .wrapper .c-row1-2 .lower p a {
  color: #386DDC;
  text-decoration: underline;
}

.onlineApplicaion hgroup {
  text-align: center;
  letter-spacing: 0.13rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}
.onlineApplicaion .onlineApplication__title {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(1rem, 2vw, 1.25rem);
  background: linear-gradient(0deg, rgb(175, 242, 226) 0%, rgb(175, 242, 226) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .onlineApplication__title {
    background: linear-gradient(0deg, rgb(175, 242, 226) 0%, rgb(175, 242, 226) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.onlineApplicaion .onlineApplication__title span {
  display: block;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  margin-left: 0.5rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .onlineApplication__title span {
    display: inline-block;
  }
}
.onlineApplicaion .col-2 {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .col-2 {
    display: flex;
    gap: 33px;
    margin-bottom: 40px;
  }
}
.onlineApplicaion .col-2 .btnArea {
  width: min(100%, 318px);
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .col-2 .btnArea {
    margin-bottom: 0;
  }
}
.onlineApplicaion .col-2 .btnArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-block: 40px;
  border-radius: 8px;
  background: #1A3C83;
  color: #fff;
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  font-weight: bold;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .col-2 .btnArea a {
    padding-block: 10px;
    border-radius: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .col-2 .btnArea a:hover {
    background: #386DDC;
  }
}

.onlineApplicaion .col-2 .btnArea a .onlineApplication__icon img {
  width: min(100%, 100px);
}
.onlineApplicaion .col-2 .btnArea a .onlineApplication__subtext {
  font-size: 0.75rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion .col-2 .btnArea a .onlineApplication__subtext {
    font-size: 1rem;
  }
}
.onlineApplicaion .col-2 .application__notes {
  flex-grow: 1;
}
.notes__first {
  background: #EFEFEF;
  padding-inline: 60px 30px;
  padding-block: 30px;
  margin-bottom: 1.5rem;
  position: relative;
  color: red;
  line-height: 1.65;
}
@media screen and (min-width: 960px) {
  .notes__first {
    line-height: 1.8;
  }
}
.notes__first::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: red;
  mask-image: url("../images/common/icon_alert.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
.notes__first a {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  margin-inline: 0.3rem;
}
@media screen and (min-width: 960px) {
  .notes__first a:hover {
    color: #1A3C83;
  }
}
.onlineApplicaion .col-2 .application__notes .notes__list li {
  margin-bottom: 0.6rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.onlineApplicaion details summary::marker,
.onlineApplicaion details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.onlineApplicaion details summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details summary {
    margin-bottom: 3rem;
  }
}
.onlineApplicaion details summary::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 5px;
  border-radius: 3px;
  background: #7DE0C8;
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.onlineApplicaion details summary:hover {
  background: #F8F8F8;
}
.onlineApplicaion details summary .trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #7DE0C8;
  padding-inline: 30px 0;
  padding-block: 15px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details summary .trigger {
    font-size: 1.5rem;
  }
}
.onlineApplicaion details summary .trigger .icon {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #707070;
  background: #fff;
  transition: 0.3s;
  margin-left: auto;
  margin-right: 15px;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details summary .trigger .icon {
    width: 36px;
    height: 36px;
    margin-right: 35px;
  }
}
.onlineApplicaion details summary .trigger .icon::before, .onlineApplicaion details summary .trigger .icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.onlineApplicaion details summary .trigger .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.onlineApplicaion details summary:hover .icon, .onlineApplicaion details.is-opened .icon {
  border: solid 1px #7DE0C8;
}
.onlineApplicaion details summary:hover .icon::before, .onlineApplicaion details summary:hover .icon::after, .onlineApplicaion details.is-opened .icon::before, .onlineApplicaion details.is-opened .icon::after {
  background: #7DE0C8;
}
.onlineApplicaion details.is-opened summary .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.onlineApplicaion details .content .applicationFlow__inner .flow__title {
  color: #26B597;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  width: min(100%, 920px);
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .flow__title {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}
.onlineApplicaion details .content .applicationFlow__inner .flow__title > span {
  display: inline-block;
  font-size: 0.875rem;
  background: #7DE0C8;
  border-radius: 20px;
  padding: 6px 20px;
  color: #fff;
  margin-right: 0.8rem;
}
.onlineApplicaion details .content .applicationFlow__inner .flow__title > span span {
  font-size: 1.5rem;
  margin-left: 0.25rem;
}
.onlineApplicaion details .content .applicationFlow__inner .img {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .img {
    margin-bottom: 2rem;
  }
}
.onlineApplicaion details .content .applicationFlow__inner .img img {
  width: min(100%, 840px);
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint {
  width: 100%;
  border: solid 1px #bcbcbc;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .applicationPoint {
    margin-bottom: 4rem;
  }
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  padding-block: 12px;
  text-align: center;
  color: #1A3C83;
  font-weight: bold;
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint h4::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #1A3C83;
  mask-image: url("../images/common/icon_alert.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: 0.3s;
  margin-right: 0.8rem;
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul {
  padding-block: 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul {
    padding-inline: 40px;
  }
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul li {
  line-height: 1.65;
  display: flex;
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul li + li {
  margin-top: 0.8rem;
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul li span {
  display: inline-block;
  width: 3rem;
}
.onlineApplicaion details .content .applicationFlow__inner .applicationPoint ul li.alert {
  color: red;
}
.onlineApplicaion details .content .applicationFlow__inner .btnArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 100px;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .btnArea {
    flex-direction: row;
    gap: 40px;
    height: 100px;
  }
}
.onlineApplicaion details .content .applicationFlow__inner .btnArea .onlineApplication__more {
  display: flex;
  font-weight: bold;
  width: min(100%, 400px);
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1A3C83;
  border-radius: 8px;
  padding-block: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .btnArea .onlineApplication__more {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .onlineApplicaion details .content .applicationFlow__inner .btnArea .onlineApplication__more:hover {
    background: #386DDC;
  }
}.campus_life .wrapper {
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (min-width: 960px) {
  .campus_life .wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .campus_life .wrapper {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1500px) {
  .campus_life .wrapper {
    margin-right: 50px;
  }
}
.campus_life .wrapper .c-tabs__full ul:has(.tab_item) .tab_item a {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .campus_life .wrapper .c-tabs__full {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .campus_life .wrapper .c-tabs__full ul:has(.tab_item) {
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    margin-inline: auto;
    gap: calc((100% - 270px) / 2);
  }
  .campus_life .wrapper .c-tabs__full ul:has(.tab_item) .tab_item a {
    max-inline-size: none;
    width: 90px;
    font-size: 0.875rem;
    white-space: normal;
    text-align: center;
    padding-inline: 0;
  }
}
.campus_life .wrapper .c-tabs__full + .c-tabs__full {
  height: unset;
  margin-top: 0;
  margin-bottom: 40px;
}
.campus_life .wrapper .c-tabs__full:first-of-type {
  height: auto;
}
.campus_life .wrapper .c-tabs__full:not(:has(+ .c-tabs__full)) {
  height: auto;
}
.campus_life .wrapper .c-rows1-3 {
  max-width: 1050px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.campus_life .wrapper .c-rows1-3 a img {
  object-fit: cover;
  aspect-ratio: 3/2;
}.blog__area {
  word-break: break-all;
  margin-top: 40px;
}
.blog__area .ttl__area .ttl__bold {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .blog__area .ttl__area .ttl__bold {
    font-size: 1.5rem;
  }
}
.blog__area .ttl__area__news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .blog__area .ttl__area__news {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.blog__area .ttl__area__news .date-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .blog__area .ttl__area__news .date-label {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 13px;
  }
}
.blog__area .ttl__area__news .date-label .label {
  justify-content: center;
  max-inline-size: max-content;
  min-width: 112px;
}
.blog__area .ttl__area__news .date-label .label span {
  background: #AFF2E2;
  border-radius: 6px;
  width: 100%;
  min-height: 30px;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .blog__area .ttl__area__news .date-label .label span {
    font-size: 0.875rem;
  }
}
.blog__area .ttl__area__news .ttl__bold {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .blog__area .ttl__area__news .ttl__bold {
    font-size: 1.5rem;
  }
}
.blog__area .ttl__area__campuslife {
  margin-bottom: 20px;
}
.blog__area .ttl__area__campuslife .date-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.blog__area .ttl__area__campuslife .date-tabs .date {
  font-size: 0.875rem;
  max-inline-size: max-content;
}
.blog__area .ttl__area__campuslife .date-tabs .tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.blog__area .ttl__area__campuslife .date-tabs .tabs span {
  background: #EFEFEF;
  min-height: 23px;
  border-radius: 23px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.blog__area .type {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .blog__area .type {
    margin-bottom: 60px;
  }
}
.blog__area .type__btm_flat {
  margin-bottom: 5px;
}
.blog__area .type .img {
  text-align: center;
}
.blog__area .type .img img {
  max-width: 100%;
  width: auto;
  border-radius: 6px;
}
.blog__area .type .img:has(+ .txt) {
  margin-bottom: 20px;
}
.blog__area .type .img .cap {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 0.75rem;
  text-align: left;
}
.blog__area .type .img .cap.center {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .blog__area .type .img .cap {
    font-size: 0.875rem;
  }
}
.blog__area .type .txt {
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .blog__area .type .txt {
    font-size: 1rem;
  }
}
.blog__area .type .txt a {
  color: #386DDC;
  text-decoration: underline;
}
.blog__area .type .txt .ttl {
  font-weight: bold;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .blog__area .type .txt .ttl {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
.blog__area .type .txt .mt1 {
  display: inline-block;
  margin-top: 1em;
}
.blog__area .type .txt .mt2 {
  display: inline-block;
  margin-top: 2em;
}
.blog__area .type .txt .mb1 {
  display: inline-block;
  margin-bottom: 1em;
}
.blog__area .type .txt .mb2 {
  display: inline-block;
  margin-bottom: 2em;
}
.blog__area .type .txt .bold {
  font-weight: bold;
}
.blog__area .type .txt .blog__list {
  list-style-type: disc;
  margin-left: 1.4em;
}
.blog__area .type .txt .file {
  border: 1px solid #000;
  padding: 5px 15px;
  max-inline-size: max-content;
  border-radius: 6px;
  min-height: 45px;
  display: flex;
  align-items: center;
  margin-block: 20px;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .blog__area .type .txt .file {
    padding: 5px 20px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .blog__area .type .txt .file:hover {
    background: #7DE0C8;
    border-color: #7DE0C8;
  }
}
.blog__area .type .txt .file span {
  width: calc(100% - 30px);
  line-height: 1.57;
}
.blog__area .type .txt .file::before {
  content: "";
  background-size: contain;
}
.blog__area .type .txt .file__pdf::before {
  background: url(../images/common/icon_pdf.svg) no-repeat;
  width: 21px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
}
.blog__area .type .txt .file__xls::before {
  background: url(../images/common/icon_xls.svg) no-repeat;
  width: 21px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
}
.blog__area .type .txt .file__doc::before {
  background: url(../images/common/icon_doc.svg) no-repeat;
  width: 21px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .blog__area .type__b, .blog__area .type__c, .blog__area .type__d {
    display: flex;
    gap: clamp(40px, 5vw, 72px);
  }
  .blog__area .type__b > div, .blog__area .type__c > div, .blog__area .type__d > div {
    flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .blog__area .type__c {
    flex-direction: row-reverse;
  }
}
.blog__area .type__d {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 960px) {
  .blog__area .type__d {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 72px);
  }
  .blog__area .type__d > .txt {
    flex: unset;
    width: 100%;
  }
  .blog__area .type__d > .img {
    flex: unset;
    width: calc((100% - clamp(20px, 4vw, 72px)) / 2);
  }
}
.blog__area .c-btn-c {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .blog__area .c-btn-c {
    margin-top: 70px;
  }
}

.blog__table {
  width: 1000px;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.blog__table tr {
  border-bottom: 1px solid #ccc;
}
.blog__table tr:first-of-type {
  background-color: #26B597;
  color: #fff;
}
.blog__table tr th, .blog__table tr td {
  min-width: 160px;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ccc;
  line-height: 1.4;
}

.blog__scroll {
  max-width: 1000px;
  overflow-x: auto;
}.event__info .wrapper {
  margin-block: 30px;
}
@media screen and (min-width: 1080px) {
  .event__info .wrapper {
    max-width: 1140px;
    margin-inline: auto;
    margin-block: 60px 30px;
  }
  .event__info .wrapper:has(.box.shadow) {
    max-width: 1200px;
  }
}
.event__info .wrapper .c-tabs ul {
  gap: 40px 20px;
}
@media screen and (min-width: 1440px) {
  .event__info .wrapper .c-tabs ul {
    max-width: 660px;
  }
}
.event__info .wrapper .c-tabs ul .tab_item {
  white-space: nowrap;
}
.event__info .wrapper .c-tabs ul .tab_item:has(a) {
  margin-inline: 0;
  padding-inline: 0;
}
.event__info .wrapper .c-tabs ul .tab_item:has(a) a {
  padding-inline: 20px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .c-tabs ul .tab_item {
    font-size: 1.25rem;
    font-weight: bold;
    max-inline-size: max-content;
    padding-inline: 20px;
  }
}
.event__info .wrapper .tab_panel {
  display: none;
}
.event__info .wrapper .tab_panel.active {
  display: block;
}
.event__info .wrapper .tab_panel.active:has(.blank) {
  margin-bottom: 50px;
  margin-inline: 25px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel.active:has(.blank) {
    display: flex;
  }
}
.event__info .wrapper .tab_panel.active:has(.blank) .blank {
  background: #F8F8F8;
  width: 100%;
  height: 56vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel.active:has(.blank) .blank {
    width: 80vw;
    height: 30vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1080px) {
  .event__info .wrapper .tab_panel.active:has(.blank) .blank {
    width: 50vw;
    height: 20vw;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1500px) {
  .event__info .wrapper .tab_panel .c-card1-2 {
    margin-right: 50px;
  }
}
.event__info .wrapper .tab_panel .c-card1-2:has(.box.shadow) {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .event__info .wrapper .tab_panel .c-card1-2 a:hover.box .txt .c-btn__dtl span {
    background: #7DE0C8;
    border: 1px solid #7DE0C8;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box {
  display: block;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box {
    display: flex;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt {
    justify-content: space-between;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .upper__area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .txt__ttl {
  margin-top: 20px;
  font-size: 1.125rem;
  display: inline-flex;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .txt__ttl {
    margin-top: 0;
    font-size: 1.75rem;
    padding-top: 5px;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .txt__ttl .ttl {
  line-height: 1.4;
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .txt__ttl .place {
  border-radius: 6px;
  background: #26B597;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  margin-right: 10px;
  max-inline-size: max-content;
  font-size: 1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 26px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .txt__ttl .place {
    height: 35px;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .date {
  background: #F8F8F8;
  padding: 10px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .date {
    font-size: 1.125rem;
    padding-inline: 15px;
  }
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .date::before {
    content: "";
    background: url(../images/top/clock.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .date::before {
    width: 21px;
    height: 21px;
    margin-bottom: -5px;
  }
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .free {
  line-height: 1.6;
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .btm__area {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .type {
  display: flex;
  gap: 10px;
}
.event__info .wrapper .tab_panel .c-card1-2 a.box .txt .type span {
  display: inline-block;
  background: #EFEFEF;
  padding: 10px 11px;
  border-radius: 20px;
  font-size: 0.6875rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper .tab_panel .c-card1-2 a.box .txt .type span {
    font-size: 0.875rem;
    padding: 12px 19px;
  }
}
.event__info .wrapper.consultation {
  padding-inline: 25px;
  max-width: 1150px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .event__info .wrapper.consultation {
    margin-top: 80px;
  }
}
.event__info .wrapper.consultation .txt__lead {
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .txt__lead {
    max-inline-size: max-content;
    margin-inline: auto;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    margin-bottom: 60px;
  }
}
.event__info .wrapper.consultation .consultation__memu {
  display: flex;
  width: 100%;
  background: #EFEFEF;
  border-radius: 6px;
  margin-block: 20px 40px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .consultation__memu {
    background: none;
    gap: 20px;
    max-width: 772px;
    margin-inline: auto;
  }
}
.event__info .wrapper.consultation .consultation__memu li {
  flex: 1;
  height: 54px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .consultation__memu li {
    width: 124px;
    height: 31px;
    border-radius: 31px;
    background: #EFEFEF;
  }
}
.event__info .wrapper.consultation .consultation__memu li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .consultation__memu li a {
    font-size: clamp(1rem, 1.6vw, 1.125rem);
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .consultation__memu li a br {
    display: none;
  }
}
.event__info .wrapper.consultation .consultation__memu li:not(:last-of-type)::after {
  content: "";
  border-right: 1px solid #bcbcbc;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .consultation__memu li:not(:last-of-type)::after {
    display: none;
  }
}
.event__info .wrapper.consultation .consultation__area {
  margin-bottom: 60px;
}
.event__info .wrapper.consultation .consultation__area .c-title__u_line {
  padding-top: 10px;
}
.event__info .wrapper.consultation .table__area {
  max-width: 1000px;
  margin-top: 30px;
  margin-inline: auto;
}
.event__info .wrapper.consultation .table__area table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table {
    margin-bottom: 0;
  }
}
.event__info .wrapper.consultation .table__area table tr {
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table tr {
    border-right: 1px solid #bcbcbc;
    font-size: 1rem;
  }
}
.event__info .wrapper.consultation .table__area table tr th {
  background: #DBF3ED;
  width: 85px;
  min-height: 40px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table tr th {
    min-height: 60px;
    width: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.event__info .wrapper.consultation .table__area table tr td {
  padding: 10px 10px 10px 20px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table tr td {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table:not(:first-of-type) {
    border-top: none;
  }
  .event__info .wrapper.consultation .table__area table:not(:first-of-type) tr th {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table:first-of-type tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table tbody {
    display: flex;
  }
  .event__info .wrapper.consultation .table__area table tbody tr:last-of-type {
    border-right: none;
  }
  .event__info .wrapper.consultation .table__area table tbody tr:first-of-type {
    width: clamp(110px, 10vw, 112px);
  }
  .event__info .wrapper.consultation .table__area table tbody tr:first-of-type td {
    justify-content: center;
  }
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(2) {
    width: clamp(100px, 10vw, 112px);
  }
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(2) td {
    justify-content: center;
    text-align: center;
  }
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(3) {
    width: clamp(130px, 13vw, 160px);
  }
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(3) td {
    justify-content: center;
  }
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(4) {
    width: clamp(200px, 20vw, 420px);
  }
}
@media screen and (min-width: 960px) and (min-width: 1300px) {
  .event__info .wrapper.consultation .table__area table tbody tr:nth-of-type(4) {
    width: calc(100% - clamp(100px, 10vw, 112px) - clamp(110px, 10vw, 112px) - clamp(130px, 13vw, 160px) - 40%);
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.consultation .table__area table tbody tr:last-of-type {
    width: calc(100% - clamp(100px, 10vw, 112px) - clamp(110px, 10vw, 112px) - clamp(130px, 13vw, 160px) - clamp(200px, 20vw, 420px));
  }
}
@media screen and (min-width: 960px) and (min-width: 1300px) {
  .event__info .wrapper.consultation .table__area table tbody tr:last-of-type {
    width: 40%;
  }
}
.event__info .wrapper.host {
  max-width: 1050px;
  margin-inline: auto;
  padding-inline: 25px;
}
.event__info .wrapper.host__top {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host__top {
    margin-top: 80px;
  }
}
.event__info .wrapper.host .img {
  width: 100%;
  padding-inline: 25px;
}
.event__info .wrapper.host .img img {
  width: 100%;
}
.event__info .wrapper.host .txt {
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host .txt {
    margin-bottom: 40px;
  }
}
.event__info .wrapper.host .txt p {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host .txt p {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
  }
}
.event__info .wrapper.host .txt p.btm30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host .txt.center_pc {
    text-align: center;
  }
}
.event__info .wrapper.host .c-btn-c {
  display: flex;
  justify-content: center;
  margin-block: 30px;
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host .c-btn-c {
    margin-block: 60px 40px;
  }
}
@media screen and (min-width: 960px) {
  .event__info .wrapper.host .c-btn-c .btn--pdf {
    height: 72px;
    width: min(100%, 380px);
    font-size: 1.125rem;
  }
}
.event__info .wrapper.host .c-btn-c .btn--pdf::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../images/common/icon_pdf.svg") no-repeat;
  background-size: contain;
}
.event__info.blog .wrapper {
  padding-inline: 25px;
}
.event__info.blog .wrapper .blog__area .ttl__area {
  margin-bottom: 10px;
}
.event__info.blog .wrapper .blog__area .ttl__area .ttl__bold {
  margin-bottom: 5px;
}
#body_wrap:has(.opencampus) {
  background: #F8F8F8;
}

.opencampus {
  background: #fff;
}
.opencampus .wrapper section, .opencampus .wrapper .section {
  position: relative;
  padding-block: 60px;
  padding-inline: 25px;
}
@media screen and (min-width: 960px) {
  .opencampus .wrapper section, .opencampus .wrapper .section {
    padding-block: 265px;
  }
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section, .opencampus .wrapper .section {
    padding-inline: 60px 60px;
  }
}
@media screen and (min-width: 1640px) {
  .opencampus .wrapper section, .opencampus .wrapper .section {
    padding-inline: 25px;
  }
}
.opencampus .wrapper section--schedule, .opencampus .wrapper .section--schedule {
  padding-block: 72px 90px;
}
@media screen and (min-width: 960px) {
  .opencampus .wrapper section--schedule, .opencampus .wrapper .section--schedule {
    padding-block: 72px 120px;
  }
}
.opencampus .wrapper section--report, .opencampus .wrapper .section--report {
  padding-block: 60px 60px;
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--report, .opencampus .wrapper .section--report {
    padding-block: 110px 64px;
  }
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--report .characterMessage, .opencampus .wrapper .section--report .characterMessage {
    inset: 0 auto auto 1vw;
    width: min(30%, 360px);
  }
}
@media screen and (min-width: 1640px) {
  .opencampus .wrapper section--report .characterMessage, .opencampus .wrapper .section--report .characterMessage {
    inset: 0 auto auto 7vw;
    width: min(100%, 360px);
  }
}
.opencampus .wrapper section--program, .opencampus .wrapper .section--program {
  padding-block: 60px 0;
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--program, .opencampus .wrapper .section--program {
    padding-block: 120px 72px;
  }
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--program .characterMessage, .opencampus .wrapper .section--program .characterMessage {
    inset: 122px 0 auto auto;
    width: min(30%, 326px);
  }
}
@media screen and (min-width: 1640px) {
  .opencampus .wrapper section--program .characterMessage, .opencampus .wrapper .section--program .characterMessage {
    inset: 103px -2vw auto auto;
    width: min(100%, 326px);
  }
}
.opencampus .wrapper section--voice, .opencampus .wrapper .section--voice {
  padding-block: 86px 0;
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--voice, .opencampus .wrapper .section--voice {
    padding-block: 120px 50px;
  }
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section--voice .characterMessage, .opencampus .wrapper .section--voice .characterMessage {
    inset: 80px 1vw auto auto;
    width: min(30%, 380px);
  }
}
@media screen and (min-width: 1640px) {
  .opencampus .wrapper section--voice .characterMessage, .opencampus .wrapper .section--voice .characterMessage {
    inset: 50px 7vw auto auto;
    width: min(100%, 380px);
  }
}
.opencampus .wrapper section--faq, .opencampus .wrapper .section--faq {
  padding-block: 76px 60px;
}
@media screen and (min-width: 960px) {
  .opencampus .wrapper section--faq, .opencampus .wrapper .section--faq {
    padding-block: 120px 50px;
  }
}
.opencampus .wrapper section:nth-of-type(odd), .opencampus .wrapper .section:nth-of-type(odd) {
  background-color: #fff;
}
.opencampus .wrapper section:nth-of-type(even), .opencampus .wrapper .section:nth-of-type(even) {
  background-color: #F8F8F8;
}
.opencampus .wrapper section .characterMessage, .opencampus .wrapper .section .characterMessage {
  text-align: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .opencampus .wrapper section .characterMessage, .opencampus .wrapper .section .characterMessage {
    width: min(100%, 450px);
  }
}
@media screen and (min-width: 1080px) {
  .opencampus .wrapper section .characterMessage, .opencampus .wrapper .section .characterMessage {
    position: absolute;
  }
}
.opencampus .wrapper section .characterMessage img, .opencampus .wrapper .section .characterMessage img {
  width: 100%;
}

.opencampus__apply {
  display: none;
}
@media screen and (min-width: 1080px) {
  .opencampus__apply {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2;
    right: 65px;
    top: 365px;
    width: 163px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #FFF824;
    color: #000;
    text-align: center;
    font-weight: bold;
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.09);
    transition: 0.3s;
  }
  .opencampus__apply::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #000;
    mask-image: url("../images/common/icon_circle_arrow.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: 0.3s;
  }
  .opencampus__apply .year {
    font-size: 1.25rem;
    margin-top: 5px;
  }
  .opencampus__apply .event {
    font-size: 0.875rem;
    letter-spacing: 0.08rem;
    font-family: Arial Narrow, Helvetica, sans-serif;
    margin-bottom: 15px;
  }
  .opencampus__apply .copy {
    font-size: 1.3125rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .opencampus__apply:hover {
    color: #fff;
    background: #26B597;
  }
}
.opencampus__apply:hover::after {
  background: #fff;
}

.ocTitle {
  position: relative;
  text-align: center;
  color: #7DE0C8;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 960px) {
  .ocTitle {
    font-size: 3.75rem;
    margin-bottom: 4.3rem;
  }
}
.ocTitle span {
  display: block;
  margin-top: 0.8rem;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .ocTitle span {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}
.ocTitle--h3 {
  border-bottom: solid 1px #bcbcbc;
  font-size: 1.375rem;
  padding: 0 0 10px 14px;
}
@media screen and (min-width: 960px) {
  .ocTitle--h3 {
    font-size: 1.875rem;
    padding: 0 0 23px 14px;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .br--pc {
    display: inline-block;
  }
}

.br--tb {
  display: none;
}
@media screen and (min-width: 960px) {
  .br--tb {
    display: inline-block;
  }
}

.br--sp {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .br--sp {
    display: none;
  }
}

.opencampus__hero {
  position: relative;
  width: 100%;
}
.opencampus__hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url(../images/top/wave_hero.png) no-repeat;
  background-size: auto;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1640/68;
  z-index: 1;
}
.opencampus__hero .hero__mv {
  width: 100%;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 960px) {
  .opencampus__hero .hero__mv {
    aspect-ratio: 16/9;
  }
}
.opencampus__hero .opencampus__headingTitle {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
}
@media screen and (min-width: 960px) {
  .opencampus__hero .opencampus__headingTitle {
    top: 25.8%;
    left: 5.4vw;
    width: 42.5%;
    transform: none;
  }
}
.opencampus__hero .opencampus__headingTitle h1.ttl__img {
  margin-bottom: 30px;
}
.opencampus__hero .opencampus__headingTitle h1.ttl__img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .opencampus__hero .opencampus__headingTitle h1.ttl__img {
    margin-bottom: 50px;
  }
}
.opencampus__hero .opencampus__headingTitle p.ttl__sub {
  font-weight: bold;
  font-size: clamp(0.875rem, 3.8vw, 1.25rem);
  color: rgb(81.4, 81.4, 81.4);
}
@media screen and (min-width: 960px) {
  .opencampus__hero .opencampus__headingTitle p.ttl__sub {
    font-size: clamp(0.9375rem, 1.6vw, 1.625rem);
  }
}

.report {
  width: min(100%, 1200px);
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .report.splide {
    visibility: visible !important;
  }
}
@media screen and (min-width: 960px) {
  .report.splide .splide__track .splide__list {
    display: flex;
    gap: 48px;
  }
}
@media screen and (min-width: 960px) {
  .report.splide .splide__track .splide__list .splide__slide {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.report .splide__arrows .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);
  transition: 0.3s;
  border: none;
  background: none;
}
.report .splide__arrows .splide__arrow--next {
  right: -20px;
}
.report .splide__arrows .splide__arrow--prev {
  left: -20px;
}
.report .splide__arrows .splide__arrow--prev img {
  transform: rotate(180deg);
}
.report .splide__arrows:hover img {
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0.9;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 960px) {
  .report .splide__arrows {
    display: none;
  }
}
.report .splide__slide {
  width: min(66%, 214px);
}
.report .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.3s;
}
.report .splide__slide a {
  display: flex;
  flex-direction: column;
}
.report .splide__slide a h3 {
  font-weight: bold;
  margin: 28px 0 20px;
  transition: 0.3s;
  line-height: 1.8;
}
.report .splide__slide a time {
  font-size: 0.875rem;
  color: #707070;
}
@media screen and (min-width: 960px) {
  .report .splide__slide a:hover {
    color: #7DE0C8;
  }
  .report .splide__slide a:hover img {
    opacity: 0.9;
  }
}

.ocSchedule {
  width: min(100%, 800px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}


.oc__date img {width:100%;}

@media screen and (min-width: 960px) {
  .ocSchedule {
    gap: 30px;
  }
}

.oc__date {
  display: inline-block;
  width: 100%;
}

.oc__date a {
	color:#40220F;
}

.oc__date a time{
	position:absolute;
	bottom:16%;
	left:0;
	right:0;
	text-align: center;
	font-size: 2.5em;
	line-height: 0.8em;
}

@media screen and (min-width: 960px) {
  .oc__date {
    width: calc((100% - 135px) / 3);
  }
  .oc__date a time{
	font-size: 4.2em;
  }
}
.oc__date a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 14px;
  font-weight: bold;
  transition: 0.3s;
  position:relative;
}

@media (max-width: 960px) {
.oc__date{
	width:46%;
}
}

@media screen and (min-width: 960px) {
  .oc__date a {
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 5px 0px 15px;
  }
}
@media screen and (min-width: 960px) {
  .oc__date a:hover {
	opacity:0.8;
  }
}
@media screen and (min-width: 960px) {
  .date__state {
    color: #40220F;
  }
}
@media screen and (min-width: 960px) {
  .oc__date a time {
    margin-bottom: 15px;
    line-height: 0.8em;
    line-height: 0.5em;
    font-size: 5em;
    
  }
}
@media screen and (min-width: 960px) {
  .oc__date a .month, .oc__date a .day {
    font-size: clamp(1.75rem, 3vw, 3.125rem);
  }
}
.oc__date a .day::before {
  content: "/";
  display: inline-block;
  padding: 0 2px;
}

.oc__date a .dayoftheweek {
  padding-left: 10px;
  font-size: 0.5em;
}
@media screen and (min-width: 960px) {
  .oc__date a .dayoftheweek {
    font-size: 0.5em;
  }
}
.date__state {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  transition: 0.3s;
  background-color: #D5EFEF;
  font-weight:bold;
  position:relative;
}
.date__state‗on::after{
    content: '▶';
    position: absolute;
    right: 7%;
    bottom: 0;
    top: 0;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    font-size: 1.5em;
}


.oc__date--over, .oc__date--comming, .oc__date--hold {
  pointer-events: none;
}
.oc__date--over a {
  color: #F8F8F8;
  background: #bcbcbc;
}
.oc__date--over a .date__state {
  background: rgb(200.75, 200.75, 200.75);
}
.oc__date--comming a {
  color: #707070;
  background: #7DE0C8;
}
.oc__date--comming a .date__state {
  background: #fff;
}
.oc__date--hold a {
  color: #bcbcbc;
  background: #F8F8F8;
}
.oc__date--hold a .date__state {
  background: #fff;
}

.ocProgram {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
@media screen and (min-width: 960px) {
  .ocProgram {
    gap: 54px;
  }
}

.program__item {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .program__item {
    width: calc((100% - 108px) / 3);
  }
}
.program__item img {
  width: 100%;
  border-radius: 10px;
}
.program__item .txt {
  padding: 30px 0 5px;
}
@media screen and (min-width: 960px) {
  .program__item .txt {
    padding: 28px 0 12px;
  }
}
.program__item .txt h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 960px) {
  .program__item .txt h3 {
    font-size: clamp(1rem, 1.5vw, 1.3125rem);
    margin-bottom: 1.25rem;
  }
}
.program__item .txt p {
  line-height: 1.6;
  font-size: 0.875rem;
}

.ocProgram__caution {
  text-align: center;
  font-size: 0.875rem;
  margin: 2rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .ocProgram__caution {
    font-size: 1.125rem;
  }
}

.ocVoice {
  width: min(100%, 1200px);
  margin: 0 auto 3.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .ocVoice {
    gap: 43px;
  }
}
.ocVoice li {
  position: relative;
  border: solid 2px #bcbcbc;
  border-radius: 15px;
  padding: 30px 38px 24px;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .ocVoice li {
    width: calc((100% - 107px) / 2);
    margin-bottom: 2rem;
    padding: 36px 42px;
  }
}
@media screen and (min-width: 1640px) {
  .ocVoice li {
    width: calc((100% - 107px) / 3);
  }
}
.ocVoice li .comment {
  margin-bottom: 0.7rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .ocVoice li .comment {
    margin-bottom: 1rem;
    line-height: 1.8;
  }
}
.ocVoice li .visitor {
  font-size: 0.75rem;
}
.ocVoice li::before, .ocVoice li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.ocVoice li::before {
  width: 18px;
  height: 20px;
  right: 72px;
  bottom: -17px;
  background: url(../images/event/opencampus/voice_fukidashi.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .ocVoice li::before {
    width: 19px;
    height: 16px;
    right: 80px;
    bottom: -14px;
  }
}
.ocVoice li::after {
  right: 0px;
  bottom: -27px;
  width: 55px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 960px) {
  .ocVoice li::after {
    width: 78px;
    right: -15px;
    bottom: -45px;
  }
}
.ocVoice li:nth-of-type(n + 4) {
  display: none;
}
@media screen and (min-width: 960px) {
  .ocVoice li:nth-of-type(n + 4) {
    display: block;
  }
}
.ocVoice li:nth-of-type(1)::after {
  background: url(../images/event/opencampus/voice_01.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(2)::after {
  background: url(../images/event/opencampus/voice_02.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(3)::after {
  background: url(../images/event/opencampus/voice_03.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(4)::after {
  background: url(../images/event/opencampus/voice_04.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(5)::after {
  background: url(../images/event/opencampus/voice_05.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(6)::after {
  background: url(../images/event/opencampus/voice_06.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(7)::after {
  background: url(../images/event/opencampus/voice_01.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(8)::after {
  background: url(../images/event/opencampus/voice_02.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(9)::after {
  background: url(../images/event/opencampus/voice_03.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(10)::after {
  background: url(../images/event/opencampus/voice_04.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(11)::after {
  background: url(../images/event/opencampus/voice_05.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice li:nth-of-type(12)::after {
  background: url(../images/event/opencampus/voice_06.svg) no-repeat center center;
  background-size: contain;
}
.ocVoice + .c-btn__watch {
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .ocVoice + .c-btn__watch {
    display: none;
  }
}
.ocVoice + .c-btn__watch .ocVoice__btn--more {
  appearance: none;
  font-size: 0.875rem;
  color: #000;
  background: #fff;
  width: 203px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: bold;
}

.ocFaq {
  width: min(100%, 1000px);
  margin: 0 auto 55px;
}
.ocFaq .ocTitle--h3:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .ocFaq .ocTitle--h3:nth-of-type(2) {
    margin-top: 80px;
  }
}
.ocFaq details {
  border-bottom: solid 1px #707070;
}
.ocFaq details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.ocFaq details summary {
  position: relative;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  padding: 1.3rem 0 1.2rem 2.4rem;
}
@media screen and (min-width: 960px) {
  .ocFaq details summary {
    padding: 2.3rem 0 2.35rem 5.4rem;
  }
}
@media screen and (min-width: 960px) {
  .ocFaq details summary:hover {
    background: #F8F8F8;
  }
}
.ocFaq details summary::before {
  content: "Q";
  color: #7DE0C8;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  left: 4px;
  top: 16px;
}
@media screen and (min-width: 960px) {
  .ocFaq details summary::before {
    top: 24px;
    left: 24px;
    font-size: 3.125rem;
  }
}
.ocFaq details summary .question {
  display: inline-block;
  width: calc(100% - 40px);
}
@media screen and (min-width: 960px) {
  .ocFaq details summary .question {
    width: calc(100% - 71px);
  }
}
.ocFaq details summary .icon {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #707070;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .ocFaq details summary .icon {
    width: 36px;
    height: 36px;
    margin-right: 35px;
  }
}
.ocFaq details summary .icon::before, .ocFaq details summary .icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.ocFaq details summary .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ocFaq details .content {
  overflow: hidden;
}
.ocFaq details .content .content_inner {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .ocFaq details .content .content_inner {
    padding: 2.2rem 2.6rem 2.1rem 5.4rem;
  }
}
.ocFaq details .content .content_inner p {
  line-height: 1.68;
}
.ocFaq details .content .content_inner p:first-of-type::before {
  content: "A";
  color: #26B597;
  position: absolute;
  top: 16px;
  left: 6px;
  display: inline-block;
  font-size: 2rem;
  font-weight: normal;
  margin-right: 0.5rem;
}
@media screen and (min-width: 960px) {
  .ocFaq details .content .content_inner p:first-of-type::before {
    top: 24px;
    left: 30px;
    font-size: 3.125rem;
  }
}
.ocFaq details summary:hover .icon, .ocFaq details.is-opened .icon {
  border: solid 1px #7DE0C8;
}
.ocFaq details summary:hover .icon::before, .ocFaq details summary:hover .icon::after, .ocFaq details.is-opened .icon::before, .ocFaq details.is-opened .icon::after {
  background: #7DE0C8;
}
.ocFaq details summary:hover .content .content_inner, .ocFaq details.is-opened .content .content_inner {
  background: #F8F8F8;
}
.ocFaq details.is-opened summary .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sp_none {
  display: none!important;
}
@media screen and (min-width: 960px) {
  .sp_none {
    display: inline-block;
  }
}


.ocAccess {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 960px) {
  .ocAccess {
    padding: 0;
  }
}
.ocAccess .btn--outerlink a {
  width: min(100%, 200px);
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .ocAccess .btn--outerlink a:hover {
    border: solid 1px #7DE0C8;
  }
}
.ocAccess .btn--outerlink a::after {
  right: 14px;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_link.svg) no-repeat;
  background-size: contain;
}

.marker {
  display: inline-block;
  border-radius: 6px;
  background: #7DE0C8;
  color: #fff;
  padding: 6px 16px;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .marker {
    font-size: 1.25rem;
    padding: 8px 30px;
  }
}

.access__bycar {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 2.8rem;
  margin-bottom: 4.3rem;
}
@media screen and (min-width: 960px) {
  .access__bycar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7vw;
    padding-top: 3.8rem;
    margin-bottom: 6rem;
  }
}
.access__bycar .txt {
  display: inline-block;
}
.access__bycar .txt .marker {
  margin-bottom: 1.3rem;
}
.access__bycar .txt .place {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 960px) {
  .access__bycar .txt .place {
    font-size: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.access__bycar .txt .address {
  line-height: 1.7;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 960px) {
  .access__bycar .txt .address {
    font-size: 1.125rem;
  }
}
.access__bycar .img img {
  width: 100%;
  border-radius: 15px;
}

.access__bybus {
  padding: 2.7rem 0 0 0;
}
@media screen and (min-width: 960px) {
  .access__bybus {
    padding: 2.7rem 50px 0;
  }
}
.access__bybus .read {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 960px) {
  .access__bybus .read {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 4rem 0;
    gap: 2rem;
  }
}
.access__bybus .read .marker {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 960px) {
  .access__bybus .read .marker {
    margin-bottom: 0;
  }
}
.access__bybus .read p {
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .access__bybus .read p {
    font-size: 1.125rem;
  }
}

.map__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .map__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 4.5rem;
    justify-content: center;
  }
}
.map__list .map__item {
  border: solid 1px #bcbcbc;
  border-radius: 8px;
  background: #fff;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .map__list .map__item {
    border: none;
    border-radius: 15px;
    width: calc((100% - 52px) / 2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  }
}
@media screen and (min-width: 1440px) {
  .map__list .map__item {
    width: calc((100% - 104px) / 3);
  }
}
.map__list .map__item .noriba::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.map__list .map__item .noriba {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 19px 20px;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .noriba {
    font-size: clamp(1rem, (100vw - 280px) * 0.022, 1.25rem);
    font-weight: bold;
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .map__list .map__item .noriba {
    font-size: 1.25rem;
  }
}
.map__list .map__item .noriba::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .noriba::after {
    content: none;
  }
}
.map__list .map__item .noriba .time {
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .noriba .time {
    font-size: clamp(0.875rem, (100vw - 280px) * 0.02, 1.1875rem);
  }
}
.map__list .map__item .noriba .time span {
  font-weight: bold;
  font-size: 1.1875rem;
  display: inline-block;
  margin-right: 0.2rem;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .noriba .time span {
    font-size: clamp(1rem, (100vw - 280px) * 0.03, 1.875rem);
    margin-right: 0.5rem;
  }
}
.map__list .map__item .content {
  overflow: hidden;
}
.map__list .map__item .map {
  transition: all 0.3s;
  padding: 6px 20px 30px;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .map {
    padding: 0 20px 30px;
  }
}
.map__list .map__item .map::before {
  content: "";
  display: inline-block;
  top: 0;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  transform: translateY(-14px);
}
.map__list .map__item .map img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .map__list .map__item .map img {
    margin-bottom: 1.2rem;
  }
}
.map__list .map__item .map .btn {
  display: flex;
  justify-content: center;
}
.map__list .map__item .map .content_inner {
  transition: all 0.3s;
}
.map__list .map__item.is-opened .noriba::after {
  transform: translateY(-50%) rotate(-90deg);
}

.bnrArea {
  display: flex;
  justify-content: center;
  text-align: center;
}
.bnrArea .bnr__apply {
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .bnrArea .bnr__apply {
    width: min(100%, 740px);
    flex-direction: row;
    gap: 40px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .bnrArea .bnr__apply:hover {
    opacity:0.8;
  }
  .bnrArea .bnr__apply:hover img {
    mix-blend-mode: screen;
  }
  .bnrArea .bnr__apply:hover span {
    color: #fff;
  }
}
.bnrArea .bnr__apply img {
  width: 78%;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .bnrArea .bnr__apply img {
    width: min(100%, 400px);
  }
}
.bnrArea .bnr__apply span {
  font-weight: bold;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}.news .wrapper {
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .news .wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .news .wrapper .c-tabs__full .tab_item:first-of-type {
    width: 100%;
    max-inline-size: none;
  }
  .news .wrapper .c-tabs__full .tab_item:first-of-type.active::after {
    content: "";
    background: #7DE0C8;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
  }
}
.news .wrapper .c-list {
  max-width: 1050px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .news .wrapper .c-list {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1500px) {
  .news .wrapper .blog__area {
    margin-right: 50px;
  }
}.pick-up .wrapper {
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 25px;
}
.pick-up .wrapper .c-title .txt__ff--en {
  padding-top: 40px;
}
.pick-up .wrapper > .btn__my {
  margin: 25px auto 40px;
}
@media screen and (min-width: 960px) {
  .pick-up .wrapper > .btn__my {
    margin-bottom: 60px;
  }
}
.pick-up .wrapper .c-rows1-3 {
  margin-bottom: 100px;
}:where(.col3 .btn a)[data-astro-cid-s6ovzsi3]{flex-direction:column;height:130px!important;justify-content:center;border-radius:15px!important}
@media screen and (min-width: 960px){:where(.col3 .btn a)[data-astro-cid-s6ovzsi3]{height:125px!important}}:where(.col3 .btn a)[data-astro-cid-s6ovzsi3] span[data-astro-cid-s6ovzsi3]{font-size:1.1rem;margin-top:5px;letter-spacing:0.1em}
@media screen and (min-width: 960px){:where(.col3 .btn a)[data-astro-cid-s6ovzsi3] span[data-astro-cid-s6ovzsi3]{font-size:1.1rem}}
@media screen and (min-width: 960px){
	:where(.col3 .btn a).cbt[data-astro-cid-s6ovzsi3] span[data-astro-cid-s6ovzsi3]{font-size: 1.2rem;
        margin-top: 6px;
        white-space: break-spaces;
        width: 60%;
        word-wrap: break-word;
        word-break: break-all;}
	}.sec__top__admission[data-astro-cid-reo2bnu5].ph1{margin-bottom:20px}
	@media screen and (min-width: 1080px){
		.sec__top__admission[data-astro-cid-reo2bnu5].ph1{margin-bottom:50px}
		}.sec__top__admission[data-astro-cid-reo2bnu5].ph1 h2[data-astro-cid-reo2bnu5]{margin-bottom:50px}
		@media screen and (min-width: 1080px){.sec__top__admission[data-astro-cid-reo2bnu5].ph1 h2[data-astro-cid-reo2bnu5]{margin-bottom:0}}
.top .hero {
  width: 100%;
  position: relative;
}
.top .hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(../images/top/wave_hero.png) no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1640/68;
  z-index: 2;
}
.top .hero .splide__slide {
  width: 100%;
  height: auto;
}
.top .hero .splide__slide img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (min-width: 960px) {
  .top .hero .splide__slide img {
    max-height: unset;
  }
}
.top .hero .dot_outer {
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 960px) {
  .top .hero .dot_outer {
    top: -8vw;
  }
}
@media screen and (min-width: 1300px) {
  .top .hero .dot_outer {
    gap: 20px;
    top: -100px;
  }
}
.top .hero .dot_outer button.dot {
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 15px;
}
@media screen and (min-width: 1300px) {
  .top .hero .dot_outer button.dot {
    width: 18px;
    height: 18px;
  }
}
.top .hero .dot_outer button.dot.is-active {
  background: #7DE0C8;
}
.top .hero .toptitle {
  position: absolute;
  top: 40px;
  left: 5%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1080px) {
  .top .hero .toptitle {
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
  }
}
.top .hero .toptitle .ttl1 {
  font-size: clamp(1.125rem, 4.5vw, 1.5rem);
  letter-spacing: 0.13rem;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .top .hero .toptitle .ttl1 {
    font-size: clamp(1rem, 2vw, 1.625rem);
  }
}
@media screen and (min-width: 1640px) {
  .top .hero .toptitle .ttl1 {
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    letter-spacing: 0.13rem;
    line-height: 1.8;
  }
}
.top .hero .toptitle .ttl2 {
  font-size: clamp(1.625rem, 6.8vw, 3.125rem);
  position: relative;
  max-inline-size: max-content;
  margin-block: 4.5% 8%;
  margin-left: -0.15em;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 960px) {
  .top .hero .toptitle .ttl2 {
    font-size: clamp(1.625rem, 3vw, 2.25rem);
  }
}
@media screen and (min-width: 1640px) {
  .top .hero .toptitle .ttl2 {
    font-size: clamp(1.625rem, 3.8vw, 3rem);
    margin-block: 4.5% 12%;
  }
}
.top .hero .toptitle .ttl2::after {
  content: "";
  background: url(../images/top/mv_border.png) no-repeat;
  background-size: contain;
  width: 85%;
  aspect-ratio: 327/58;
  display: inline-block;
  position: absolute;
  left: 3.4%;
  top: 0.7em;
  z-index: 3;
}
.top .hero .toptitle .txt {
  line-height: 1.85;
  font-size: clamp(0.875rem, 4.2vw, 1.125rem);
  max-width: calc(440px - (100vw - 320px) * 0.2455357143);
}
@media screen and (min-width: 960px) {
  .top .hero .toptitle .txt {
    max-width: unset;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
  }
}
@media screen and (min-width: 1640px) {
  .top .hero .toptitle .txt {
    font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  }
}
.top section {
  padding-inline: 25px;
}
.top section .ttl__top {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .top section .ttl__top {
    padding-block: 50px 80px;
  }
}
.top section.sec__top > .wrapper > .ttl__bold {
  display: flex;
  text-align: center;
  justify-content: center;
}
.top section.sec__top > .wrapper > .ttl__bold.txt__ff--en {
  padding-block: 80px 20px;
}
@media screen and (min-width: 1080px) {
  .top section.sec__top > .wrapper > .ttl__bold.txt__ff--en {
    padding-block: 80px 25px;
  }
}
.top section.sec__top__picup {
  width: 100%;
}
.top section.sec__top__picup > .wrapper > .btn__my {
  margin: 25px auto;
}
.top section.sec__top__picup > .wrapper .outerbox {
  background: #fff;
  max-width: 1388px;
  border-radius: 20px;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__picup > .wrapper .outerbox {
    padding-block: 30px 0;
  }
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .compo {
  display: contents;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__picup > .wrapper .outerbox .innerbox .compo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .compo .ttl__bold {
  text-align: center;
  padding-block: 0 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  gap: 10px;
}
@media screen and (min-width: 1300px) {
  .top section.sec__top__picup > .wrapper .outerbox .innerbox .compo .ttl__bold {
    padding-block: 0;
  }
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .compo .ttl__bold::before {
  content: "";
  background: url(../images/common/info.svg) no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .col3 {
  border-top: 1px solid #bcbcbc;
  padding-top: 25px;
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .col3 a img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.top section.sec__top__picup > .wrapper .outerbox .innerbox .btn {
  order: 3;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__picup > .wrapper .outerbox .innerbox .btn {
    margin-block: 0 10px;
    margin-inline: unset;
  }
}
.top section.sec__top__event .wrapper {
  max-width: 1400px;
  margin-inline: auto;
  container-type: inline-size;
}
@media screen and (min-width: 1921px) {
  .top section.sec__top__event .wrapper {
    min-height: 400px;
  }
}
.top section.sec__top__event .wrapper .compo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo {
    position: relative;
    margin-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .c-tabs.tabs {
    position: absolute;
    top: -55px;
  }
}
@media screen and (max-width: 600px) {
  .top section.sec__top__event .wrapper .compo .c-tabs.tabs {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .top section.sec__top__event .wrapper .compo .c-tabs.tabs ul {
    gap: 40px;
  }
}
.top section.sec__top__event .wrapper .compo .c-tabs.tabs ul .tab_item {
  max-inline-size: max-content;
  padding-inline: 10px;
  white-space: nowrap;
}
.top section.sec__top__event .wrapper .compo .c-tabs.tabs ul .tab_item:has(a) {
  margin-inline: 0;
  padding-inline: 0;
}
.top section.sec__top__event .wrapper .compo .c-tabs.tabs ul .tab_item:has(a) a {
  padding-inline: 20px;
}
.top section.sec__top__event .wrapper .compo .btn__more {
  order: 3;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .btn__more {
    order: unset;
    position: absolute;
    top: -65px;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top section.sec__top__event .wrapper .compo .btn__more {
    right: calc(50% - 140px - 500px + 100px);
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel {
  display: none;
}
@media screen and (min-width: 1921px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel {
    min-height: 300px;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel.active {
  display: block;
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid {
    margin-top: 30px;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(10px, 2.1vw, 40px);
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid:has(.blank) {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid:has(.blank) {
    display: flex;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid:has(.blank) .blank {
  background: #F8F8F8;
  font-size: 1rem;
  width: 100%;
  height: 56vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid:has(.blank) .blank {
    width: 80vw;
    height: 30vw;
    margin-inline: auto;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid:has(.blank) .blank {
    width: 50vw;
    height: 20vw;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box {
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box:hover img {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box img {
    transition: 0.3s;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .txt__ttl {
  font-size: 0.875rem;
  font-weight: bold;
  padding-inline: 12px;
  margin-block: 10px 8px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .txt__ttl {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date {
  padding-inline: 12px;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date__clock {
  gap: 5px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #000;
  display: flex;
  line-height: 1.6;
  min-height: 1.6em;
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date__clock span {
  width: calc(100% - 20px);
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date__clock span {
    width: calc(100% - 26px);
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date__clock::before {
  content: "";
  background: url(../images/top/clock.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .date__clock::before {
    width: 21px;
    height: 21px;
    margin-bottom: -5px;
  }
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .type {
  display: flex;
  gap: 12px;
}
.top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .type span {
  background: #EFEFEF;
  padding: 7px 20px 3px;
  border-radius: 20px;
  max-inline-size: max-content;
  margin-block: 10px;
  font-size: 0.75rem;
  min-height: 25px;
  min-width: 67px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__event .wrapper .compo .tab_content .tab_panel .col3__grid .box .txt .type span {
    font-size: 1rem;
    font-weight: bold;
    padding-inline: 26px;
    padding-block: 6px;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__news {
    padding-bottom: 50px;
  }
}
.top section.sec__top__news .wrapper {
  max-width: 1100px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__news .wrapper {
    margin-inline: auto;
  }
}
.top section.sec__top__news .wrapper .compo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top section.sec__top__news .wrapper .compo ul {
  order: 1;
}
.top section.sec__top__news .wrapper .compo ul li .ttl {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__news .wrapper .compo ul li .ttl {
    width: calc(100% - 180px);
  }
}
.top section.sec__top__news .wrapper .compo .btn__more {
  order: 2;
  margin-inline: auto;
  margin-block: 30px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__news .wrapper .compo .btn__more {
    order: 1;
    margin-right: 0;
  }
}
.top section.sec__top__why .wrapper .col3 {
  max-width: 1440px;
  margin-inline: auto;
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top section.sec__top__why .wrapper .col3 .box__card {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card {
    flex: none;
    width: calc(33.3333333333% - clamp(10px, 2.1vw, 40px));
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .top section.sec__top__why .wrapper .col3 .box__card:hover .img .txt__dtl {
    opacity: 1;
    overflow: visible;
    transition: 0.3s;
  }
}
.top section.sec__top__why .wrapper .col3 .box__card .img {
  display: contents;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img {
    display: block;
    position: relative;
  }
}
.top section.sec__top__why .wrapper .col3 .box__card .img img {
  border: 8px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img img {
    border-radius: 20px;
  }
}
.top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl {
  order: 3;
}
.top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl span {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl {
    opacity: 0;
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    inset: 0;
    background: rgba(125, 224, 200, 0.9019607843);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl::before {
    content: "";
    background: url(../images/common/choose03.svg) no-repeat;
    background-size: contain;
    width: 15%;
    aspect-ratio: 6864/6026;
    position: absolute;
    top: calc(25% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl.choose01::before {
    background: url(../images/common/choose01.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl.choose02::before {
    background: url(../images/common/choose02.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 32/33;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl.choose03::before {
    background: url(../images/common/choose03.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl.choose04::before {
    background: url(../images/common/choose04.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl.choose05::before {
    background: url(../images/common/choose05.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
  }
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl::after {
    content: "";
    background: url(../images/top/more_wh.png) no-repeat;
    background-size: contain;
    width: clamp(70px, 9vw, 111px);
    aspect-ratio: 111/45;
    display: inline-block;
    position: absolute;
    right: 6%;
    bottom: 7%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1080px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl::after {
    width: clamp(60px, 7vw, 111px);
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl span {
    font-size: clamp(0.75rem, 1.5vw, 1rem);
    color: #fff;
    max-width: 312px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) and (min-width: 1080px) {
  .top section.sec__top__why .wrapper .col3 .box__card .img .txt__dtl span {
    font-size: clamp(0.75rem, 1vw, 1rem);
    line-height: 1.67;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card:nth-of-type(3) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card:nth-of-type(5) {
    margin-top: 40px;
  }
}
.top section.sec__top__why .wrapper .col3 .box__card .txt {
  order: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}
.top section.sec__top__why .wrapper .col3 .box__card .txt span {
  font-size: 2.25rem;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .txt span {
    font-size: clamp(2.25rem, 5vw, 2.5rem);
    font-weight: normal;
  }
}
@media screen and (min-width: 960px) and (min-width: 1080px) {
  .top section.sec__top__why .wrapper .col3 .box__card .txt span {
    font-size: clamp(1.875rem, 3vw, 3.75rem);
  }
}
.top section.sec__top__why .wrapper .col3 .box__card .txt h3 {
  font-size: 1.125rem;
  line-height: 1.1851851852;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__why .wrapper .col3 .box__card .txt h3 {
    font-size: clamp(1.125rem, 1.6vw, 1.6875rem);
  }
}
@media screen and (min-width: 960px) and (min-width: 1080px) {
  .top section.sec__top__why .wrapper .col3 .box__card .txt h3 {
    font-size: clamp(1.125rem, 1.6vw, 1.6875rem);
  }
}
.top section.sec__top__admission .compo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__admission .compo {
    display: contents;
  }
}
.top section.sec__top__admission .compo .btn__more {
  order: 3;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__admission .compo .btn__more {
    order: unset;
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
  }
}
.top section.sec__top__admission .col3 {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__admission .col3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-inline: auto;
    gap: clamp(10px, 1.5vw, 25px);
  }
}
.top section.sec__top__admission .col3 .btn {
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__admission .col3 .btn {
    margin-bottom: 0;
    width: calc((100% - clamp(10px, 1.5vw, 25px) * 2) / 3);
  }
}
.top section.sec__top__admission .col3 .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #26B597;
  height: 68px;
  padding-inline: 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  gap: 6%;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__admission .col3 .btn a {
    height: 76px;
    position: relative;
    font-size: clamp(0.875rem, 1vw, 1.125rem);
    gap: 5%;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .top section.sec__top__admission .col3 .btn a:hover {
    background: #7DE0C8;
    transition: 0.3s;
  }
  .top section.sec__top__admission .col3 .btn a:hover::after {
    content: "";
    background: url(../images/top/arrow_wh.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top section.sec__top__admission .col3 .btn a::before {
  content: "";
}
.top section.sec__top__admission .col3 .btn a.guide::before {
  background: url(../images/common/icon_futaba.svg) no-repeat;
  width: 21px;
  height: 28px;
}
.top section.sec__top__admission .col3 .btn a.method::before {
  background: url(../images/common/icon_list.svg) no-repeat;
  width: 27px;
  height: 17px;
}
.top section.sec__top__admission .col3 .btn a.method.lg::before {
  background-size: 100%;
  width: 46px;
  height: 30px;
}
.top section.sec__top__admission .col3 .btn a.web::before {
  background: url(../images/common/icon_web.svg) no-repeat;
  width: 28px;
  height: 23px;
}
.top section.sec__top__admission .col3 .btn a.web.lg::before {
  background-size: 100%;
  width: 45px;
  height: 37px;
}
.top section.sec__top__admission .col3 .btn a.dl::before {
  background: url(../images/common/icon_dl.svg) no-repeat;
  width: 26px;
  height: 18px;
}
.top section.sec__top__admission .col3 .btn a.dl.lg::before {
  background: url(../images/common/icon_dl_lg.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 34px;
}
.top section.sec__top__admission .col3 .btn a.cost::before {
  background: url(../images/common/icon_yen.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.top section.sec__top__admission .col3 .btn a.point::before {
  background: url(../images/common/icon_place.svg) no-repeat;
  width: 21px;
  height: 29px;
}
.top section.sec__top__admission .col3 .btn a.qa::before {
  background: url(../images/common/icon_qa.svg) no-repeat;
  width: 27px;
  height: 27px;
}
.top section.sec__top__admission .col3 .btn a.result::before {
  background: url(../images/common/icon_rosette.svg) no-repeat;
  width: 26px;
  height: 33px;
}
.top section.sec__top__admission .col3 .btn a.result.lg::before {
  background-size: 100%;
  width: 32px;
  height: 42px;
}
.top section.sec__top__admission .col3 .btn a.cbt::before {
  background: url(../images/common/icon_key.svg) no-repeat;
  width: 31px;
  height: 21px;
}
.top section.sec__top__admission .col3 .btn a.cbt.lg::before {
  background-size: 100%;
  width: 50px;
  height: 34px;
}
.top section.sec__top__admission .col3 .btn a.flow::before {
  background: url(../images/common/icon_flow.svg) no-repeat;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__faculties {
    margin-bottom: 50px;
  }
}
.top section.sec__top__faculties .wrapper .ttl__bold.txt__ff--en {
  line-height: 1.6071428571;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .ttl__bold.txt__ff--en {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .ttl__bold.txt__ff--en br {
    display: none;
  }
}
.top section.sec__top__faculties .wrapper .col3 {
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 {
    max-width: 1420px;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 .box {
    flex: none;
  }
  .top section.sec__top__faculties .wrapper .col3 .box::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 15px;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    right: 20px;
    top: 0;
    z-index: -1;
    transition: 0.3s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .top section.sec__top__faculties .wrapper .col3 .box:hover {
    position: relative;
  }
  .top section.sec__top__faculties .wrapper .col3 .box:hover::after {
    border: 2px solid rgba(188, 188, 188, 0.8);
    right: 0;
    top: 20px;
  }
  .top section.sec__top__faculties .wrapper .col3 .box:hover .img img {
    box-shadow: none;
    opacity: 0.9;
  }
}
.top section.sec__top__faculties .wrapper .col3 .box .img {
  margin-right: 20px;
  position: relative;
}
.top section.sec__top__faculties .wrapper .col3 .box .img img {
  width: 100%;
  border-radius: 15px;
}
.top section.sec__top__faculties .wrapper .col3 .box .img span {
  position: absolute;
  background: #000;
  color: #fff;
  left: 15px;
  top: 15px;
  font-weight: bold;
  border-radius: 40px;
  height: 40px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 .box .img span {
    max-height: 40px;
    padding: clamp(5px, 0.5vw, 15px) clamp(10px, 1.4vw, 20px);
    font-size: clamp(0.875rem, 1.4vw, 1.125rem);
  }
}
.top section.sec__top__faculties .wrapper .col3 .box .txt {
  text-align: right;
  margin-top: -25px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 .box .txt {
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: -30px;
  }
}
.top section.sec__top__faculties .wrapper .col3 .box .txt span {
  background: rgba(188, 188, 188, 0.9);
  height: 63px;
  padding: 20px;
  border-radius: 15px 0 15px 0;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 .box .txt span {
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__faculties .wrapper .col3 .box .txt span {
    font-size: clamp(0.875rem, 1.2vw, 1.5rem);
  }
}
@media screen and (min-width: 960px) {
  .top section.sec__top__faculties .wrapper .col3 .box {
    width: calc((100% - clamp(20px, 2.1vw, 45px) * 2) / 3);
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__campus {
    margin-bottom: 30px;
  }
}
.top section.sec__top__campus .wrapper {
  container-type: inline-size;
}
.top section.sec__top__campus .wrapper .col3 {
  margin-top: 70px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campus .wrapper .col3 {
    max-width: 1240px;
    margin-inline: auto;
  }
}
.top section.sec__top__campus .wrapper .col3 .img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.top section.sec__top__campus .wrapper .col3 .img img {
  aspect-ratio: 325/370;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campus .wrapper .col3 .img img {
    aspect-ratio: unset;
  }
}
.top section.sec__top__campus .wrapper .col3 .img .txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  padding-top: 3%;
}
.top section.sec__top__campus .wrapper .col3 .img .txt::before {
  content: "";
  background: url(../images/common/icon_place_wh.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.top section.sec__top__campus .wrapper .col3 .img .sub__comment {
  top: calc(40% - 100px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  width: 220px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campus .wrapper .col3 .img .sub__comment {
    font-size: 1.0625rem;
  }
}
.top section.sec__top__campus .wrapper .col3 .img .sub__comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.top section.sec__top__campus .wrapper .col3 .img .btn_area {
  position: absolute;
  top: 50%;
  bottom: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campus .wrapper .col3 .img .btn_area {
    gap: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__campuslife {
    margin-bottom: 30px;
  }
}
.top section.sec__top__campuslife .wrapper {
  container-type: inline-size;
}
.top section.sec__top__campuslife .wrapper .col3 {
  margin-top: 70px;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campuslife .wrapper .col3 {
    justify-content: center;
  }
}
.top section.sec__top__campuslife .wrapper .col3 .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campuslife .wrapper .col3 .box {
    flex-direction: column;
    gap: 0 !important;
    flex: unset;
    width: 17%;
  }
}
.top section.sec__top__campuslife .wrapper .col3 .box img {
  border-radius: 50%;
  width: clamp(125px, 28vw, 150px);
  border: 5px solid #fff;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campuslife .wrapper .col3 .box img {
    width: 100%;
    max-width: 227px;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .top section.sec__top__campuslife .wrapper .col3 .box:hover img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}
.top section.sec__top__campuslife .wrapper .col3 .box .txt {
  font-size: 1.125rem;
  margin-block: unset;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__campuslife .wrapper .col3 .box .txt {
    margin-block: 15px 10px;
  }
}
@media screen and (min-width: 1440px) {
  .top section.sec__top__campuslife .wrapper .col3 .box .txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__sports {
    margin-bottom: 50px;
  }
}
.top section.sec__top__sports .wrapper {
  container-type: inline-size;
}
.top section.sec__top__sports .wrapper .col3 {
  margin-top: 70px;
  max-width: 1240px;
  margin-inline: auto;
}
.top section.sec__top__sports .wrapper .col3 .img {
  position: relative;
  max-height: 400px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img {
    max-height: unset;
  }
}
.top section.sec__top__sports .wrapper .col3 .img img {
  border-radius: 15px;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img img {
    max-height: unset;
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(40px, 4vw, 60px);
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 {
    width: 50%;
    gap: clamp(30px, 4vw, 40px);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .txt {
  padding-inline: clamp(25px, 7.5vw, 70px);
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt {
    padding-right: 0;
    padding-left: clamp(40px, 4vw, 70px);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .txt .lead {
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt .lead {
    font-size: clamp(1.25rem, 2vw, 2.375rem);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .txt .ttl {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt .ttl {
    font-size: clamp(3.75rem, 6.9vw, 5.8125rem);
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt .ttl {
    font-size: clamp(3.75rem, 6.5vw, 5.8125rem);
    margin-block: 2%;
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .txt .text {
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt .text {
    font-size: clamp(0.75rem, 1.8vw, 1.125rem);
  }
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .txt .text {
    font-size: clamp(0.75rem, 1.4vw, 1.125rem);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area {
  padding-inline: clamp(25px, 7.5vw, 70px);
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area {
    display: flex;
    gap: 20px;
    padding-left: clamp(40px, 4vw, 70px);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area .btn__rectangle {
  margin-bottom: 10px;
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area .btn__rectangle a {
  width: auto;
  max-inline-size: max-content;
  padding-inline: 30px 40px;
  border: 1px solid transparent;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area .btn__rectangle a {
    padding-inline: 40px 60px;
    font-size: clamp(0.75rem, 1.4vw, 1rem);
    white-space: nowrap;
    height: clamp(38px, 4.5vw, 58px);
  }
}
.top section.sec__top__sports .wrapper .col3 .img .col2 .btn_area .btn__blank a::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  background-size: contain;
}
.top section.sec__top__insta .wrapper {
  container-type: inline-size;
  margin-bottom: 50px;
}
.top section.sec__top__insta .wrapper .col3 {
  margin-top: 50px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__insta .wrapper .col3 {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.top section.sec__top__insta .wrapper .col3 .box {
  width: calc((100% - 16px) / 3);
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .top section.sec__top__insta .wrapper .col3 .box {
    flex: unset;
    width: calc((100% - 48px) / 5);
  }
}
.top section.sec__top__insta .wrapper .col3 .box img {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 115/114;
  object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .top section.sec__top__insta .wrapper .col3 .box img {
    border-radius: 6px;
  }
}

.splide.is-initialized:not(.is-active) .col3.splide__list {
  display: flex;
}

.btn__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 6px;
  gap: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  transition: 0.3s;
}
.btn__more a::after {
  content: "";
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
}
@media (hover: hover) and (pointer: fine) {
  .btn__more a:hover {
    background: #7DE0C8;
    border: 1px solid #7DE0C8;
  }
}
.btn__more--arrow a::after {
  background: url(../images/common/arrow_bk.svg) no-repeat;
  width: 5px;
  height: 8px;
  transform: translateX(10px);
}

@container (min-width:600px) and (max-width:960px) {
  .top section.sec__top__campuslife .wrapper .col3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top section.sec__top__campuslife .wrapper .col3 .box {
    width: 49%;
  }
  .top section.sec__top__insta .wrapper .col3 {
    gap: 8px;
  }
  .top section.sec__top__insta .wrapper .col3 .box {
    flex: unset;
    width: calc((100% - 24px) / 4);
  }
}
@container (min-width:700px) and (max-width:1080px) {
  .top section.sec__top__event .wrapper .compo .tabs .tab_item {
    font-size: clamp(1rem, 2.2cqi, 1.125rem);
  }
}
@container (max-width:1080px) {
  .top section.sec__top__campuslife .wrapper .col3 {
    gap: 3% 2%;
  }
  .top section.sec__top__campuslife .wrapper .col3 .box .txt {
    font-size: clamp(0.875rem, 1cqi, 1.125rem);
  }
}
@container (min-width:700px) and (max-width:1080px) {
  .top section.sec__top__campus .wrapper .col3 .img .txt {
    font-size: clamp(1.25rem, 3cqi, 1.875rem);
  }
  .top section.sec__top__campus .wrapper .col3 .img .sub__comment {
    width: clamp(180px, 18cqi, 220px);
    height: 40px;
    top: calc(40% - 90px);
  }
  .top section.sec__top__campus .wrapper .col3 .img .btn_area {
    gap: 10px;
  }
  .top section.sec__top__campus .wrapper .col3 .img .btn_area .btn a {
    width: clamp(140px, 18cqi, 220px);
    height: 38px;
    font-size: clamp(0.875rem, 1.2cqi, 1.125rem);
  }
}

.disabled a{
  opacity: 0.6;
pointer-events: none;
}

