@charset "utf-8";
/* CSS Document */
.pc-only {
  display: none;
}
#pc-only {
  display: none;
}
.header {
  position: fixed;
  z-index: 99;
  margin-top: 0px;
}
.is-animation {
  background-color: #FFF;
  transition: all .5s;
  box-shadow: 1px 1px 2px #D9D9D9;
  -webkit-box-shadow: 1px 1px 2px #D9D9D9;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
.header__inner h1 {
  float: left;
  width: 300px;
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 380px) {
  .header__inner h1 {
    float: left;
    width: 240px;
  }
}
.l-header {
  float: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  position: absolute;
  top: 110px;
}
@media screen and (max-width: 380px) {
  .main {
    position: absolute;
    top: 95px;
  }
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
  right: 20px;
  top: 10px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #514097;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #514097;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #514097;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 100vw;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background-image: linear-gradient(90deg, #f3eff6, #f3eff6);
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #b080b7, #514097) 1;
  list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #514097;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #514097;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #514097;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: 0.75rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #514097;
}
/*fade*/
.box {
  background-color: #999;
  padding: 25px 20px;
  width: 100px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 50px;
}
.opacityIn {
  opacity: 0;
  transition: all 1s;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1s;
}
.fadeIn_l.active {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn_r {
  opacity: 0;
  transform: translateX(120px);
  transition: all 1s;
}
.fadeIn_r.active {
  opacity: 1;
  transform: translateX(0);
}
.h-link-link_application {
  display: none;
}
.main_visual {
  background-image: url(../images/bg-main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 30px 0 0 0;
  margin-top: 0px;
}
.main_visual h1 {
  width: 90%;
  margin: 0 auto;
}
.main_visual h1 img {
  width: 100%;
  height: auto;
}
.main_visual .l-model {
  width: 100%;
  margin: 50px auto 0 auto;
}
.main_visual .l-model img {
  width: 100%;
  height: auto;
}
.l-campus {
  width: 90%;
  margin: 30px auto 0 auto;}
.l-campus img {
  width: 100%;
  height: auto;
}
.l-message {
  width: 90%;
  margin: 40px auto 20px auto;
  padding: 20px 0;
}
.grad-border-block {
  background: linear-gradient(135deg, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 0%, rgb(176, 128, 183) 39%, rgb(81, 64, 151) 54%, rgb(81, 64, 151) 74%, rgb(81, 64, 151) 100%);
  border-radius: 16px;
  padding: 3px;
}
.grad-border-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 8% 50px 8%;
}
.l-message h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 0px 0;
}
.l-message h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-message h2 .jp {
  font-size: 1rem;
}
.l-message .border {
  text-align: left;
  color: #2c2d2d;
  font-size: .9rem;
  border-bottom: 2px dotted #392589;
  padding: 20px 0px;
  line-height: 1.8rem;
}
.l-news h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 0px 0;
}
.l-news h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-news h2 .jp {
  font-size: 1rem;
}
.l-news ul {
  margin: 0 auto;
  width: 95%;
}
.l-news ul li {
  display: block;
  width: 95%;
  border-bottom: 2px dotted #392589;
  padding: 15px 0px;
  margin: 0 auto;
}
.l-news ul li .day {
  font-size: .9rem;
  line-height: 1.8rem;
}
.l-news ul li .title {
  font-size: .9rem;
  line-height: 1.8rem;
  padding: 2px 0 0 0px;
}
.l-about {
  margin: 20px 0 40px 0;
}
.l-about h2 {
  text-align: center;
  color: #2c2d2d;
  padding: 0 0 15px 0;
}
.l-about h2 .en {
  text-transform: capitalize;
  padding: 5px 0 5px;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #b080b7, #514097);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: center bottom;
  color: #2c2d2d;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.l-about h2 .jp {
  font-size: 1rem;
}
.l-about .l-about_box {
  margin: 0 auto;
  width: 95%;
}
.l-about p {
  font-size: .9rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0 auto;
  width: 90%;
}
.l-about ul {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}
.l-about ul li {
  width: 49%;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-about ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
.l-about .l-about_box:after {
  content: "";
  display: block;
  clear: both;
}
footer {
  padding: 10px 0 10px 0;
  background-color: #DFDBED;
}
footer nav {
  margin: 0 auto;
  width: 95%;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
  text-align: left;
}
footer nav ul li {
  margin: 10px 8%;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
.f-content {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.f-content .f-logo {
  float: none;
  width: 80px;
  margin: 8px auto;
  display: block;
}
.f-content .f-logo img {
  width: 100%;
  height: auto;
}
.f-content .address {
  float: none;
  margin: 15px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.f-content:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 30px 0 80px 0;
}
.right-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  margin-right: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 15px 0 15px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  display: flex;
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}
.banner-box {
  width: 40px;
  margin-bottom: 10px;
}
.banner-box a:hover {
  opacity: 0.6;
}
.more {
  text-align: center;
  margin-top: 30px;
}
.more a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #514097;
  padding: 18px 30px;
  border-radius: 30px;
  transition: .3s;
}
.more :hover {
  background: #b080b7;
}
/* -- special contents --------------- */
.block_front-special .inner {
  width: 100vw;
  margin: 0px auto 80px auto;
  position: relative;
  z-index: 7;
}
.block_front-special .bnr_slide {
  margin: 20px auto 0px auto;
}
.block_front-special .bnr_slide .bnr_box {
  width: 100%;
  margin: 0 15px;
}
.block_front-special .bnr_slide .bnr_box a {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
}
.block_front-special .bnr_slide .bnr_box img {
  transition: opacity 0.3s;
}
.block_front-special .bnr_slide .bnr_box a:hover img {
  opacity: 0.8;
}
.block_front-special .slick-dots {
  bottom: -40px;
}
.block_front-special .slick-dots li button:before {
  transition: all 0.3s;
}
.slider .bnr_box {
  width: 350px;
  margin: 0 15px;
}
.slider .bnr_box a {
  display: block;
  transition: none;
}
.slider .bnr_box img {
  transition: opacity 0.3s;
  width: 100%;
}
.slider .bnr_box a:hover img {
  opacity: 0.8;
}
.row_btns {
  width: 165px;
  margin: 30px auto 0 auto;
}
.slick_pause {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_pause:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slick_start {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_start:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slickBtnArea {
  position: relative;
  top: 40px;
  z-index: 9;
  margin: 0 auto;
  width: 200px;
}
#stopBtn, #startBtn {
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E1E1E1;
  padding: 5px 8px;
}
.block_front-special:after {
  content: "";
  display: block;
  clear: both;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 99999999;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    width: 90%;
    line-height: 2rem;
    margin: 0 auto 1em auto;
  }
  .cookie-text a {
    text-decoration: underline;
  }
}

.cc-hide1 {
  display: none;
}
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
.cookie-text a {
  text-decoration: underline;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}


.fix-movie {width: 170px; position: fixed;bottom:00px;left: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;}

.fix-movie img {width: 100%;height: auto;}
