@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  html {
    font-size: 2.6667vw;
  }
}
@media (min-width: 769px) and (max-width: 1240px) {
  html {
    font-size: 0.806vw;
  }
}
@media (min-width: 769px) and (min-width: 1241px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #302C2C;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
select {
  border-radius: 0;
}

textarea {
  max-width: 100%;
  border-radius: 0;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

picture,
img {
  display: block;
  max-width: 100%;
}

textarea {
  width: 100% !important;
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.c {
  text-align: center;
}

@media (min-width: 769px) {
  .pcc {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .spc {
    text-align: center;
  }
}

.r {
  text-align: right;
}

.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .flexbox-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.jus-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jus-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jus-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jus-ad {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jus-bn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.al-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.al-s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.al-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox-in {
  display: inline-flex;
}

.flex-r {
  flex-flow: row-reverse;
}

table {
  border-collapse: collapse;
}
table tbody {
  -webkit-text-size-adjust: 100%;
}

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

.pc-in {
  display: none;
}
@media (min-width: 769px) {
  .pc-in {
    display: inline;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

.container {
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
  z-index: 1;
}
@media (min-width: 769px) {
  .container {
    max-width: 117rem;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .container_pc {
    position: relative;
    max-width: 117rem;
    margin: 0 auto;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .container_sp {
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    z-index: 1;
  }
}

.wrap {
  overflow: hidden;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, 0, 0);
}

.inlinelink {
  display: inline;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .inlinelink:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .hover_opacity {
    transition: opacity 0.3s;
  }
  .hover_opacity:hover {
    opacity: 0.7;
  }
}

.is_coming_soon {
  pointer-events: none;
  cursor: default;
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp_wide {
  position: relative;
  overflow-x: auto;
}
.sp_wide .swipe_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 16rem;
  height: 12rem;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .sp_wide .swipe_navi {
    display: none;
  }
}
.sp_wide .swipe_navi::after {
  display: block;
  content: "";
  transform: translateX(1.5rem);
  width: 5rem;
  height: 5rem;
  background: url(../../assets/img/common/swipe.webp) no-repeat center/100%;
  animation: swipe 2s infinite;
}
@keyframes swipe {
  30% {
    opacity: 1;
  }
  60% {
    transform: translateX(-1.5rem);
    opacity: 0;
  }
  to {
    transform: translateX(-1.5rem);
    opacity: 0;
  }
}
.sp_wide .swipe_navi.hidden {
  opacity: 0;
  visibility: hidden;
}

/*-----------------------------------*/
/*-----------------------------------*/
html {
  scroll-padding-top: 6rem;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 7.5rem;
  }
}

/*-----------------------------------*/
/*-----------------------------------*/
.fade_up {
  opacity: 0;
  transform: translateY(4rem);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 769px) {
  .fade_up {
    transform: translateY(6rem);
  }
}
.fade_up.fade-up__cld1 {
  transition-delay: 0.3s;
}
.fade_up.fade-up__cld2 {
  transition-delay: 0.6s;
}
.fade_up.fade-up__cld3 {
  transition-delay: 0.9s;
}
.fade_up.fade-up__cld4 {
  transition-delay: 1.2s;
}
.fade_up.fade-up__cld5 {
  transition-delay: 1.5s;
}
.fade_up.fade-up__cld6 {
  transition-delay: 1.8s;
}
.fade_up.show {
  opacity: 1;
  transform: translateY(0);
}

.animation.show .fade_up {
  opacity: 1;
  transform: translateY(0);
}

/*-----------------------------------*/
/*-----------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 10;
  transition: background-color 0.3s;
}
@media (min-width: 769px) {
  .header {
    height: 7.5rem;
  }
}
.header::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s;
}
.header .logo {
  position: relative;
  z-index: 1;
  width: 20rem;
  margin-left: 1.15rem;
}
@media (min-width: 769px) {
  .header .logo {
    width: 26rem;
    margin-left: 3rem;
  }
}
.header .logo img {
  width: 100%;
  transition: opacity 0.3s;
}
.header_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #000;
  overflow: hidden;
  z-index: 1;
}
.header_btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.header_btn span:nth-child(1) {
  top: calc(50% - 0.8rem);
}
.header_btn span:nth-child(3) {
  top: calc(50% + 0.8rem);
}
.header .menu {
  color: #fff;
}
@media (min-width: 769px) {
  .header .menu {
    margin-right: 28rem;
  }
}
@media (max-width: 768px) {
  .header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .header .menu .inner {
    padding: 12rem 0;
  }
}
@media (min-width: 769px) {
  .header .menu .inner ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header .menu .inner ul li {
    text-align: center;
    font-size: 2rem;
  }
  .header .menu .inner ul li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .header .menu .inner ul li {
    margin-right: 4rem;
    line-height: 7.5rem;
    font-size: 1.6rem;
  }
}
.header .fixed_link {
  display: flex;
  position: fixed;
}
@media (max-width: 768px) {
  .header .fixed_link {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header .fixed_link {
    top: 0;
    right: 0;
    width: 28rem;
  }
}
.header .fixed_link a {
  width: 50%;
  height: 60px;
  padding: 7.25px 0;
  color: #fff;
}
@media (min-width: 769px) {
  .header .fixed_link a {
    height: 7.5rem;
    padding: 1.475rem 0;
  }
  .header .fixed_link a:hover span {
    opacity: 0.7;
  }
}
.header .fixed_link a.orange {
  background: linear-gradient(to bottom, #EFDB46, #F2982F);
}
.header .fixed_link a.green {
  background: linear-gradient(to bottom, #C3F45A, #16CD8D);
}
.header .fixed_link a span {
  display: block;
  text-align: center;
  line-height: 1.3;
  transition: opacity 0.3s;
}
.header .fixed_link a span:nth-child(1) {
  font-size: 20px;
}
@media (min-width: 769px) {
  .header .fixed_link a span:nth-child(1) {
    font-size: 2rem;
  }
}
.header .fixed_link a span:nth-child(2) {
  font-size: 15px;
}
@media (min-width: 769px) {
  .header .fixed_link a span:nth-child(2) {
    font-size: 1.5rem;
  }
}
.header .fixed_link a.is_coming_soon {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 0;
}
.header .fixed_link a.is_coming_soon span:nth-child(1) {
  font-size: 1.6rem;
}
.header .fixed_link a.is_coming_soon span:nth-child(2) {
  font-size: 1.2rem;
}
.header .fixed_link a.is_coming_soon .coming_soon {
  margin-top: 0.7rem;
  font-family: "Poppins";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.scrolled .header {
  background: #000;
}
.scrolled .header::after {
  opacity: 0;
}

.navOpen .header_btn span {
  top: 50%;
}
.navOpen .header_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.navOpen .header_btn span:nth-child(2) {
  transform: translateX(3rem);
}
.navOpen .header_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navOpen .header .menu {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------*/
/*-----------------------------------*/
.footer {
  background: linear-gradient(to right bottom, #CCFFEE, #ECFFC4);
}
.footer .sns {
  padding: 4rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid #16CD8D;
}
@media (min-width: 769px) {
  .footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
    margin-bottom: 7rem;
  }
}
.footer .sns .title {
  color: #16CD8D;
  font-weight: 200;
  font-family: "Poppins";
}
@media (max-width: 768px) {
  .footer .sns .title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .footer .sns .title {
    margin-right: 8rem;
    font-size: 4rem;
  }
}
@media (min-width: 769px) {
  .footer .sns .btn {
    display: flex;
    justify-content: space-between;
  }
}
.footer .sns .btn a {
  position: relative;
  width: 28rem;
  padding: 1rem 0 1rem 4rem;
  color: #16CD8D;
  background: #fff;
  border-radius: 10rem;
  border: 2px solid #16CD8D;
}
@media (max-width: 768px) {
  .footer .sns .btn a {
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 769px) {
  .footer .sns .btn a {
    margin-left: 2rem;
    transition: 0.3s;
  }
}
.footer .sns .btn a span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.footer .sns .btn a span:nth-child(1) {
  font-size: 1.8rem;
}
.footer .sns .btn a span:nth-child(2) {
  font-size: 1.4rem;
}
.footer .sns .btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/instagram_green.svg) no-repeat center/100%;
}
@media (min-width: 769px) {
  .footer .sns .btn a:hover {
    color: #fff;
    background: #16CD8D;
  }
  .footer .sns .btn a:hover::after {
    background-image: url(../img/common/instagram_white.svg);
  }
}
.footer .logo {
  width: 15rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer .logo {
    width: 24rem;
  }
}
.footer .logo + p {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .footer .logo + p {
    margin-top: 4.5rem;
  }
}
.footer .banner {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .footer .banner {
    grid-template-columns: repeat(2, minmax(0, 38rem));
    gap: 3rem;
    justify-content: center;
    margin-top: 3rem;
  }
}
.footer .banner__link {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 42.105% minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  aspect-ratio: 38/11;
  overflow: hidden;
  color: #fff;
  border-radius: 1rem;
}
.footer .banner__link:focus-visible {
  outline: 3px solid #006b80;
  outline-offset: 0.4rem;
}
.footer .banner__item--seki {
  --banner-logo-left: 29.0909%;
  --banner-campus-left: 14.3963%;
}
.footer .banner__item--seki .banner__link {
  background: linear-gradient(to bottom, #efd744, #f19a30);
}
.footer .banner__item--kani {
  --banner-logo-left: 27.2727%;
  --banner-campus-left: 11.8182%;
}
.footer .banner__item--kani .banner__link {
  background: linear-gradient(to bottom, #baf25c, #1dce8a);
}
.footer .banner__visual {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.footer .banner__content {
  position: relative;
  min-width: 0;
}
.footer .banner__logo {
  position: absolute;
  top: 22.1054%;
  left: var(--banner-logo-left);
  width: 45.4545%;
  height: auto;
}
.footer .banner__campus {
  position: absolute;
  top: 55.6218%;
  left: var(--banner-campus-left);
  display: flex;
  align-items: center;
  gap: 1.1431cqi;
  font-size: 2.4rem;
  font-size: 6.3158cqi;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.footer .banner__arrow {
  flex: 0 0 auto;
  width: 4.5561cqi;
  height: auto;
}
.footer .banner__link.is_coming_soon .banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.0526cqi;
  align-items: center;
  justify-content: center;
}
.footer .banner__link.is_coming_soon .banner__logo {
  position: static;
  width: 40.9091%;
}
.footer .banner__link.is_coming_soon .banner__campus {
  position: static;
  font-size: 5.2632cqi;
}
.footer .banner__link.is_coming_soon .coming_soon {
  margin-top: 1rem;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.footer .other_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .footer .other_link {
    margin-top: 4.5rem;
  }
}
.footer .other_link li:nth-child(n+2) {
  margin-left: 2rem;
}
@media (min-width: 769px) {
  .footer .other_link li:nth-child(n+2) {
    margin-left: 4rem;
  }
}
.footer .other_link li a {
  display: flex;
  align-items: center;
}
.footer .other_link li a::before {
  display: block;
  content: "";
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.4em;
  border-top: 1px solid #302C2C;
  border-right: 1px solid #302C2C;
}
.footer .copyright {
  display: block;
  padding: 5rem 0 9rem;
  color: #979695;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 769px) {
  .footer .copyright {
    padding: 4.5rem 0;
    font-size: 1.2rem;
  }
}

/*-----------------------------------*/
/*-----------------------------------*/
.pop_btn {
  cursor: default;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pop_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .pop_modal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .pop_modal.show_sp {
    opacity: 1;
    visibility: visible;
  }
}
.pop_modal .pop_modal_item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media (max-width: 768px) {
  .pop_modal .pop_modal_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: calc(100% - 4rem);
  }
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item {
    position: absolute;
    transform: translateY(-25%);
    top: -2rem;
    width: 48rem;
    padding: 0 3rem;
    z-index: 2;
  }
  .pop_modal .pop_modal_item::before {
    display: block;
    content: "";
    position: absolute;
    top: 29.5%;
    left: calc(100% - 3.1rem);
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0px 0.8rem 2.2rem;
    border-color: transparent transparent transparent #000;
  }
  .pop_modal .pop_modal_item::after {
    display: block;
    content: "";
    position: absolute;
    top: 29.5%;
    left: calc(100% - 3.5rem);
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0px 0.8rem 2.2rem;
    border-color: transparent transparent transparent #fff;
  }
}
.pop_modal .pop_modal_item .box {
  padding: 0 2rem 2rem;
  border-radius: 1rem;
  background: #fff;
  border: 0.2rem solid #000;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .pop_modal .pop_modal_item .box {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item .box {
    padding: 0 3rem 3rem;
    border-radius: 2rem;
  }
}
.pop_modal .pop_modal_item .box .title {
  margin: 0.6em 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item .box .title {
    font-size: 2rem;
  }
}
.pop_modal .pop_modal_item .box img {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item .box img {
    width: 26rem;
    margin: 0 auto 2rem;
  }
}
.pop_modal .pop_modal_item .box .more_btn {
  width: 100%;
  margin: 2rem auto 0;
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item .box .more_btn {
    max-width: 28rem;
  }
}
.pop_modal .pop_modal_item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30%);
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(-30%);
  }
}
@media (max-width: 768px) {
  .pop_modal .pop_modal_item.show_sp {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
  }
}
.pop_modal .pop_modal_item .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 4rem;
  height: 4rem;
  background: #000;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .pop_modal .pop_modal_item .close {
    display: none;
  }
}
.pop_modal .pop_modal_item .close::before, .pop_modal .pop_modal_item .close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  border-bottom: 0.2rem solid #fff;
}
.pop_modal .pop_modal_item .close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
