@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
#sp-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: 100vw;
  margin: 0 auto;
}
.header__inner h1 {
  position: absolute;
  top: 20px;
  margin: 0;
  width: 300px;
  float: left;
}
@media screen and (max-width: 1300px) {
  .header__inner h1 {
    position: absolute;
    top: 20px;
    margin: 0;
    width: 250px;
    float: left;
  }
}
.header__inner h1 img {
  width: 100%;
  height: auto;
}
.l-header {
  float: right;
  z-index: 100;
  width: 70%;
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .l-header {
    float: right;
    z-index: 100;
    width: 73%;
    padding-right: 0;
  }
}
.l-header + * {
  margin-top: 60px;
}
/* 親メニュー - Parent nav */
.p-navigation-global__list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1300px) {
  .p-navigation-global__list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    font-size: 0.8rem;
  }
}
.p-navigation-global__list-item a {
  font-weight: 700;
  padding: 20px 5px;
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
.p-megaMenu__open {
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 20px 5px;
}
.p-megaMenu__open::after {
  content: "›";
  padding-bottom: 0.2em;
  margin-top: 2px;
  transition: rotate 0.3s;
  font-size: 12px;
  rotate: 90deg;
}
.p-megaMenu__navigation {
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: 20%;
  background-color: #EFEFEF;
  /*border-radius: 10px;*/
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  width: 100%;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
  border-bottom: 1.5px dotted #FFFFFF;
}
.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}
@media (min-width: 768px) and (hover: hover) {
  .p-megaMenu:hover .p-megaMenu__navigation, .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
  .p-megaMenu:hover .p-megaMenu__open::after, .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 90deg;
  }
}
@media (hover: hover) {
  .p-navigation-global__list-item a:hover {
    text-decoration: none;
    background-color: #E9DFEF;
    border-radius: 5px;
  }
}
.main {
  position: relative;
  padding-top: 100px;
}
/*fade*/
.box {
  background-color: #999;
  padding: 0px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  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);
}
/*clearfix*/
.main:before, .header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.h-link-link_application {
  width: 340px;
  float: right;
}
.h-link-link_application img {
  width: 100%;
  height: auto;
}

.h-link-link_application_clear {
  width: 1px;
	height: 110px;
  float: right;
}
.h-link-link_application img {
  width: 100%;
  height: auto;
}


.main_visual {
  background-image: url(../images/bg-main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 0 0;
  margin-top: 12px;
}
.main_visual h1 {
  width: 650px;/*width: 950px;*/
  margin: 0 auto;
}
.main_visual h1 img {
  width: 100%;
  height: auto;
}
.main_visual .l-model {
  width: 100%;
  margin: 30px auto 0 auto;
}
.main_visual .l-model img {
  width: 100%;
  height: auto;
}
.l-message {
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 40px auto;
  padding: 80px 0px 0 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: 1rem;
  border-bottom: 2px dotted #392589;
  padding: 20px 0px;
  line-height: 1.8rem;
}
@media screen and (max-width: 1300px) {
  .grad-border-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 2% 50px 2%;
  }
  .l-message .border {
    text-align: left;
    color: #2c2d2d;
    font-size: .9rem;
    border-bottom: 2px dotted #392589;
    padding: 20px 0px;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .grad-border-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 1% 50px 1%;
  }
  .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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.l-news ul li {
  display: flex;
  width: 100%;
  border-bottom: 2px dotted #392589;
  padding: 15px 30px;
}
.l-news ul li .day {
  font-size: 1rem;
  line-height: 1.8rem;
}
.l-news ul li .title {
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 2px 0 0 20px;
}
@media screen and (max-width: 1300px) {
  .l-news ul {
    margin: 0 auto;
    width: 90%;
  }
  .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 20px;
  }
}
.l-about {
  margin: 40px 0 80px 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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.l-about p {
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
.l-about ul {
  margin: 50px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}
.l-about ul li {
  width: 290px;
  height: auto;
  display: flex; /* 高さを揃えるための指定 */
  flex-direction: column; /* 高さを揃えるための指定 */
  margin: 5px 0;
}
.l-about ul li img {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
@media screen and (max-width: 1300px) {
  .l-about ul li {
    width: 24%;
    height: auto;
    display: flex; /* 高さを揃えるための指定 */
    flex-direction: column; /* 高さを揃えるための指定 */
    margin: 5px 0;
  }
}
footer {
  padding: 30px 0 10px 0;
  background-color: #DFDBED;
}
footer nav {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
footer nav ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
.f-content {
  width: 420px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.f-content .f-logo {
  float: left;
  width: 80px;
  margin-top: 8px;
  display: block;
}
.f-content .f-logo img {
  width: 100%;
  height: auto;
}
.f-content .address {
  float: left;
  margin-left: 30px;
  display: block;
}
.f-content:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 50px 0 0 0;
}
.right-fixed-banner {
  position: fixed;
  top: 450px;
  right: 0;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}
.banner-box {
  width: 40px;
  margin-bottom: 10px;
}
.banner-box a:hover {
  opacity: 0.6;
}
.more {
  text-align: center;
  margin-top: 50px;
}
.more a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #514097;
  padding: 18px 30px;
  border-radius: 30px;
  transition: .3s;
}
.more :hover {
  background: #b080b7;
}
@media print, screen and (max-width: 1200px) and (min-width: 1024.5px) {
  .block_front-special .slick-dots {
    bottom: -50px;
    left: -0%;
  }
  .slickBtnArea {
    position: relative;
    top: 50px;
    z-index: 9;
    margin: 0 auto;
    width: 190px;
    left: -0%;
  }
}
.block_front-special .inner {
  max-width: initial;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}
.block_front-special .bnr_slide {
  margin: 55px auto 0px auto;
}
.block_front-special .bnr_slide .bnr_box {
  width: 480px;
  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 {
  max-width: 360px;
  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;
}
.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 {position: fixed;
  top: 200px;
  right: 0;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 0px 10px 5px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;}

.fix-movie img {width: 100%;height: auto;}


