/* color import setting
------------------------------------*/
/* color setting
------------------------------------*/
/* main Visual setting
------------------------------------*/
#mainVisual {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 150px;
  padding: 0 0 0;
  width: 100%;
}
#mainVisual:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: url("/wp/wp-content/themes/keio-estation/assets/img/top/img_main-frame_pc.webp") center 0/100% 100% no-repeat;
  width: 100%;
  height: 959px;
}
#mainVisual h1 {
  position: absolute;
  top: 42.5%;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 -18.365%;
  width: 36.73%;
}
#mainVisual h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 1;
  margin: 0 0 0 -50%;
  width: 100%;
}
#mainVisual h2 picture {
  display: block;
  margin: 0 auto;
  width: 39.33%;
}
#mainVisual .slider .slick-list {
  height: 797px;
}
#mainVisual .slider .slick-list .slick-track {
  height: 797px;
}
#mainVisual .slider .slick-list .slick-track .slick-slide {
  position: relative;
  width: auto;
  height: 797px;
  overflow: hidden;
}
#mainVisual .slider .slick-list .slick-track .slick-slide picture,
#mainVisual .slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#mainVisual .slider .slick-arrow {
  position: absolute;
  top: 60%;
  left: 2.26%;
  z-index: 1;
  border-radius: 5px;
  background: #ea258f;
  width: 80px;
  height: 10px;
  text-align: center;
  color: #ea258f;
}
#mainVisual .slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  border-radius: 5px;
  background: #fff;
  margin: -17px 0 0;
  width: 57px;
  height: 10px;
  transform: rotate(-45deg);
}
#mainVisual .slider .slick-arrow.slick-next {
  left: auto;
  right: 2.26%;
}
#mainVisual .slider .slick-arrow.slick-next:before {
  left: auto;
  right: -7px;
  transform: rotate(45deg);
}
#mainVisual .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 82px;
}
#mainVisual .slider .slick-dots li {
  border-radius: 50%;
  background: #fff;
  margin: 42px 10px 0;
  width: 25px;
  height: 25px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#mainVisual .slider .slick-dots li.slick-active {
  background: #0596e5;
  text-indent: 300%;
}

/* introduction setting
------------------------------------*/
#introduction {
  position: relative;
  z-index: 1;
  padding: 0 0 150px;
  width: 100vw;
  overflow: hidden;
  text-align: center;
}
#introduction .inner h2 {
  margin: 0 auto 50px;
  width: 254px;
  font-weight: 700;
  font-size: 14px;
}
#introduction .inner h2 span {
  display: block;
  margin: 0 0 15px;
}
#introduction .inner h2 em {
  color: #ea258f;
}
#introduction .inner > p {
  margin: 0 0 15px;
  line-height: 2;
  font-size: 16px;
}
#introduction .inner > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px;
  max-width: 1060px;
}
#introduction .inner > ul > li {
  position: relative;
  width: 26.41%;
  max-width: 280px;
}
#introduction .inner > ul > li:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 0;
  display: block;
  margin: 0 0 0 -85%;
  width: 170%;
  max-width: 476px;
  height: 323px;
}
#introduction .inner > ul > li h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 25px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
}
#introduction .inner > ul > li picture {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px;
}
#introduction .inner > ul > li picture img {
  height: auto;
}
#introduction .inner > ul > li:nth-child(1) {
  padding: 30px 0 0;
}
#introduction .inner > ul > li:nth-child(1):before {
  background: url("/wp/wp-content/themes/keio-estation/assets/img/top/bg_intro-pink.webp") center 0/100% 100% no-repeat;
}
#introduction .inner > ul > li:nth-child(1) picture img {
  width: 27px;
}
#introduction .inner > ul > li:nth-child(2) {
  margin: 90px 0 0;
  color: #333;
}
#introduction .inner > ul > li:nth-child(2):before {
  background: url("/wp/wp-content/themes/keio-estation/assets/img/top/bg_intro-white.webp") center 0/100% 100% no-repeat;
}
#introduction .inner > ul > li:nth-child(2) picture img {
  width: 55px;
}
#introduction .inner > ul > li:nth-child(3):before {
  background: url("/wp/wp-content/themes/keio-estation/assets/img/top/bg_intro-blue.webp") center 0/100% 100% no-repeat;
}
#introduction .inner > ul > li:nth-child(3) picture img {
  width: 44px;
}
#introduction .inner > ul > li p {
  position: relative;
  z-index: 1;
  line-height: 2;
  font-size: 14px;
}
#introduction .inner > ul > li ul {
  position: relative;
  left: 50%;
  z-index: 1;
  margin: 100px 0 75px -150px;
}
#introduction .inner > ul > li ul li a {
  margin: 0;
}
#introduction .inner > ul > li ul li a.arrow {
  width: 300px;
  height: 60px;
}
#introduction .inner dl {
  margin: 0 auto 80px;
  max-width: 1060px;
}
#introduction .inner dl dt {
  margin: 0 0 20px;
  font-size: 16px;
}
#introduction .inner dl dd ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 1.78%;
  padding: 30px 30px 0;
}
#introduction .inner dl dd ul li {
  width: 30%;
  margin: 0 0 40px;
  text-align: center;
}
#introduction .inner dl dd ul li img {
  height: auto;
}
#introduction .inner dl dd ul li:nth-child(1) img {
  width: 76.38%;
}
#introduction .inner dl dd ul li:nth-child(2) img {
  width: 84.375%;
}
#introduction .inner dl dd ul li:nth-child(3) img {
  width: 53.819%;
}
#introduction .inner dl dd ul li:nth-child(4) img {
  width: 86.11%;
}
#introduction .inner dl dd ul li:nth-child(5) img {
  width: 80.72%;
}
#introduction .inner dl dd ul li:nth-child(6) img {
  width: 45.13%;
}
#introduction .inner dl dd ul::after {
  content: 'and More...';
  position: absolute;
  right: 30px;
  bottom: -15px;
  display: inline-block;
  border-radius: 15px;
  background: #ea258f;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
#introduction .inner .slider .slick-list {
  height: 360px;
}
#introduction .inner .slider .slick-list .slick-track {
  height: 360px;
}
#introduction .inner .slider .slick-list .slick-track .slick-slide {
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #0596e5;
  position: relative;
  margin: 0 30px;
  width: 640px !important;
  height: 360px;
  overflow: hidden;
}
#introduction .inner .slider .slick-list .slick-track .slick-slide picture,
#introduction .inner .slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#introduction .inner .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 2.26%;
  z-index: 1;
  border-radius: 5px;
  background: #ea258f;
  width: 80px;
  height: 10px;
  text-align: center;
  color: #ea258f;
}
#introduction .inner .slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  border-radius: 5px;
  background: #fff;
  margin: -17px 0 0;
  width: 57px;
  height: 10px;
  transform: rotate(-45deg);
}
#introduction .inner .slider .slick-arrow.slick-next {
  left: auto;
  right: 2.26%;
}
#introduction .inner .slider .slick-arrow.slick-next:before {
  left: auto;
  right: -7px;
  transform: rotate(45deg);
}
#introduction .inner .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 82px;
}
#introduction .inner .slider .slick-dots li {
  border-radius: 50%;
  background: #fff;
  margin: 42px 10px 0;
  width: 25px;
  height: 25px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#introduction .inner .slider .slick-dots li.slick-active {
  background: #0596e5;
  text-indent: 300%;
}

/* news setting
------------------------------------*/
#news {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 100px 0;
  width: 100vw;
  color: #333;
}
#news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/wp/wp-content/themes/keio-estation/assets/img/common/img_deco-pink.webp") center 0/100% 100% no-repeat;
  width: 396px;
  height: 233px;
}
#news:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url("/wp/wp-content/themes/keio-estation/assets/img/common/img_deco-blue.webp") center 0/100% 100% no-repeat;
  width: 400px;
  height: 260px;
}
#news .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}
#news .inner h2 {
  margin: 0 auto 50px;
  width: 254px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
#news .inner h2 span {
  display: block;
  margin: 0 auto 15px;
  width: 104px;
}
#news .inner h2 em {
  color: #ea258f;
}
#news .inner ul#newsList {
  display: flex;
  padding: 0 0 75px;
}
#news .inner ul#newsList li {
  position: relative;
  margin: 0 2.525%;
  width: 28.28%;
  max-width: 280px;
  text-align: center;
}
#news .inner ul#newsList li strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 7 / 5;
  width: 100%;
  pointer-events: none;
}
#news .inner ul#newsList li strong em {
  position: absolute;
  bottom: -10px;
  right: 17px;
  display: inline-block;
  border-radius: 10px;
  background: #ea258f;
  padding: 0 12px;
  height: 20px;
  line-height: 20px;
  pointer-events: auto;
  color: #fff;
  font-size: 12px;
}
#news .inner ul#newsList li > a {
  position: relative;
  z-index: 0;
  text-align: left;
  color: #333;
}
#news .inner ul#newsList li > a picture {
  position: relative;
  display: block;
  border-radius: 10px;
  margin: 0 0 24px;
  width: 100%;
  aspect-ratio: 7 / 5;
  overflow: hidden;
}
#news .inner ul#newsList li > a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#news .inner ul#newsList li > a dl dt span {
  display: block;
  padding: 0 5px 5px;
  font-weight: 700;
  font-size: 16px;
  color: #0596e5;
}
#news .inner ul#newsList li > a dl dt h3 {
  margin: 0 5px 15px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
}
#news .inner ul#newsList li > a dl dd {
  margin: 0 5px;
  line-height: 2;
  font-size: 14px;
}
#news .inner ul#newsList li > a:hover picture img {
  transform: scale(1.1);
}
#news .inner ul#linkList li a.arrow {
  width: 400px;
  height: 80px;
  line-height: 76px;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  /* introduction setting
  ------------------------------------*/
  #introduction .inner > ul > li p {
    font-size: 12px;
  }
  #introduction .inner > ul > li ul {
    margin: 100px 0 75px -100px;
  }
  #introduction .inner > ul > li ul li a.arrow {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
  #introduction .inner > ul > li ul li a:before, #introduction .inner > ul > li ul li a:after {
    right: 12px;
  }
  #introduction .inner > ul > li ul li a:after {
    right: 10px;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* main Visual setting
  ------------------------------------*/
  #mainVisual {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 150px;
    padding: 0 0 0;
    width: 100%;
  }
  #mainVisual:before {
    background: url("/wp/wp-content/themes/keio-estation/assets/img/top/img_main-frame_sp.webp") center 0/100% 100% no-repeat;
    height: 172.4vw;
  }
  #mainVisual h1 {
    top: 40%;
    margin: 0 0 0 -41.13vw;
    width: 82.26666667vw;
  }
  #mainVisual h2 {
    top: 59.5%;
  }
  #mainVisual h2 picture {
    width: 59.866667vw;
  }
  #mainVisual .slider .slick-list {
    height: 146.6666667vw;
  }
  #mainVisual .slider .slick-list .slick-track {
    height: 146.6666667vw;
  }
  #mainVisual .slider .slick-list .slick-track .slick-slide {
    height: 146.6666667vw;
  }
  #mainVisual .slider .slick-arrow {
    display: none;
  }
  #mainVisual .slider .slick-dots {
    bottom: -22.4vw;
    width: 100%;
    height: 82px;
  }
  #mainVisual .slider .slick-dots li {
    margin: 8vw 2vw 0;
    width: 5.2vw;
    height: 5.2vw;
  }

  /* introduction setting
  ------------------------------------*/
  #introduction {
    padding: 0 0 32vw;
  }
  #introduction .inner {
    margin: 0 auto;
    max-width: 100%;
  }
  #introduction .inner h2 {
    margin: 0 auto 10.666667vw;
    width: 67.333333vw;
    font-size: 3.733333vw;
  }
  #introduction .inner h2 span {
    margin: 0 0 3.2vw;
  }
  #introduction .inner > p {
    margin: 0 0 14.666667vw;
    font-size: 3.733333vw;
  }
  #introduction .inner > ul {
    display: block;
    margin: 0 0 4vw;
  }
  #introduction .inner > ul > li {
    position: relative;
    padding: 0 0 10vw 39.333333vw;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  #introduction .inner > ul > li:before {
    top: -1.8666667vw;
    left: 5.0666667vw;
    margin: 0;
    width: 29.333333vw;
    max-width: 29.333333vw;
    height: 17.333333vw;
  }
  #introduction .inner > ul > li h3 {
    margin: 0 0 2.666667vw;
    line-height: 1;
    font-size: 3.466667vw;
  }
  #introduction .inner > ul > li picture {
    position: absolute;
    top: -1.8666667vw;
    left: 5.0666667vw;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    width: 29.333333vw;
    height: 17.333333vw;
  }
  #introduction .inner > ul > li picture img {
    margin: 0 auto;
    height: auto;
  }
  #introduction .inner > ul > li:nth-child(1) {
    padding: 0 0 10vw 39.333333vw;
  }
  #introduction .inner > ul > li:nth-child(1) picture img {
    width: 4.8vw;
  }
  #introduction .inner > ul > li:nth-child(2) {
    margin: 0;
    color: #fff;
  }
  #introduction .inner > ul > li:nth-child(2) picture img {
    width: 6vw;
  }
  #introduction .inner > ul > li:nth-child(3) picture img {
    width: 5.8666667vw;
  }
  #introduction .inner > ul > li p {
    line-height: 1.5;
    font-size: 3.2vw;
  }
  #introduction .inner > ul > li ul {
    left: -26.933333vw;
    margin: 13.3333333vw 0 0;
  }
  #introduction .inner > ul > li ul li a {
    margin: 0;
  }
  #introduction .inner > ul > li ul li a.arrow {
    width: 74.666667vw;
    height: 17.333333vw;
  }
  #introduction .inner dl {
    margin: 0 auto 24vw;
  }
  #introduction .inner dl dt {
    margin: 0 0 4vw;
    font-size: 3.2vw;
  }
  #introduction .inner dl dd ul {
    border-radius: 1.333vw;
    margin: 0 auto;
    padding: 4vw 0 6vw;
    width: 92vw;
  }
  #introduction .inner dl dd ul li {
    width: 100%;
    margin: 4vw 4vw 8vw;
  }
  #introduction .inner dl dd ul::after {
    right: 50%;
    bottom: -4vw;
    border-radius: 4vw;
    padding: 0;
    margin: 0 -15vw 0 0;
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3vw;
  }
  #introduction .inner .slider .slick-list {
    height: 50vw;
  }
  #introduction .inner .slider .slick-list .slick-track {
    height: 50vw;
  }
  #introduction .inner .slider .slick-list .slick-track .slick-slide {
    margin: 0 2vw;
    width: 80vw !important;
    height: 50vw;
  }
  #introduction .inner .slider .slick-arrow {
    display: none;
  }
  #introduction .inner .slider .slick-dots {
    bottom: -22.4vw;
    width: 100%;
    height: 82px;
  }
  #introduction .inner .slider .slick-dots li {
    margin: 8vw 2vw 0;
    width: 5.2vw;
    height: 5.2vw;
  }

  /* news setting
  ------------------------------------*/
  #news {
    padding: 18vw 0 24vw;
    width: 100vw;
    color: #333;
  }
  #news:before {
    width: 53.2vw;
    height: 32.133333vw;
  }
  #news:after {
    width: 53.333333vw;
    height: 34.666667vw;
  }
  #news .inner {
    max-width: 100%;
  }
  #news .inner h2 {
    margin: 0 auto 8vw;
    width: 100%;
    font-size: 3.733333vw;
  }
  #news .inner h2 span {
    margin: 0 auto 15px;
    width: 27.333333vw;
  }
  #news .inner h2 em {
    color: #ea258f;
  }
  #news .inner ul#newsList {
    display: block;
    padding: 0 0 8vw;
  }
  #news .inner ul#newsList li {
    margin: 0 auto 5.3333333vw;
    width: 85.333333vw;
    max-width: 85.333333vw;
    text-align: center;
  }
  #news .inner ul#newsList li strong {
    width: 37.333333vw;
  }
  #news .inner ul#newsList li strong em {
    bottom: -1.3333333vw;
    right: 2.2666667vw;
    border-radius: 1.3333333vw;
    padding: 0 2.1333333vw;
    height: 2.666667vw;
    line-height: 2.666667vw;
    font-size: 1.7333333vw;
  }
  #news .inner ul#newsList li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #news .inner ul#newsList li > a picture {
    border-radius: 1.3333333vw;
    margin: 0;
    width: 37.333333vw;
  }
  #news .inner ul#newsList li > a dl {
    width: 44vw;
  }
  #news .inner ul#newsList li > a dl dt span {
    padding: 0 0 0.6666667vw;
    font-size: 2.4vw;
  }
  #news .inner ul#newsList li > a dl dt h3 {
    margin: 0 0 1.8666667vw;
    font-size: 2.933333vw;
  }
  #news .inner ul#newsList li > a dl dd {
    margin: 0;
    font-size: 2.666667vw;
  }
  #news .inner ul#linkList li a.arrow {
    width: 74.666667vw;
    height: 17.333333vw;
    line-height: 16.8vw;
  }
}
