@charset "utf-8";

/* =============================================
	students index
============================================= */
.content__wrap{
  padding-top: 0;
  background: url(../img/bg.jpg) repeat-y center top;
  background-size: 100% auto;
}

/* --- メインイメージ --- */
.stus-header{
  margin: 0 0 20px;
}
.stus-header{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.swiper-initialized{
  height: 100%;
}
.main-ttl{
  position: absolute;
  top: 44%;
  left: 5%;
  z-index: 10;
  box-sizing: border-box;
  width: 65%;
  text-align: left;
}
.stus-logo{
  width: 100%;
}
.stus-logo img{
  width: 100%;
  height: auto;
}
.main-ttl h1{
  width: 95%;
  margin-left: 0;
  text-align: left;
}
.main-ttl h1 img{
  width: 100%;
  height: auto;
}

/* --- swiper --- */
.stus-header .swiper-button-next span,
.stus-header .swiper-button-prev span{
  background: none;
}
.slick-dots li button::before{
  color: #fff;
  opacity: 0.9;
}
.swiper-button-next button,
.swiper-button-prev button{
  padding: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.swiper-button-next span,
.swiper-button-prev span{
  display: block;
  width: 28px;
  height: 42px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/swiper-arrow.svg) no-repeat left center;
  background-position: 0 center;
  background-size: 100% auto;
  transition: all 0.2s ease;
}
.swiper-button-next,
.swiper-button-prev{
  transition: all 0.1s ease;
}
.swiper-button-prev span{
  transform: rotate(180deg); 
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: none;
}
.swiper-button-next button:hover,
.swiper-button-prev button:hover{
  opacity: 1.0;
}
.swiper-button-next button:hover span,
.swiper-button-prev button:hover span{
  background-position: 3px center;
}
.mySwiper .swiper-button-next{
  right: 0;
}
.mySwiper .swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet-active{
  background-color: var(--stus-red);
}
.swiper-button-next .focus-visible,
.swiper-button-prev .focus-visible{
  box-sizing: border-box;
  border: 3px solid #00278c;
  opacity: 1;
}
.stopbtn2 a{
  position: absolute;
  right: 0;
  bottom:0;
  z-index: 20;
  display: inline-block;
  width: 5em;
  padding: 4px 10px 2px;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  opacity: 0.8;
}
.stopbtn2 a span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2;
  opacity: 0.8;
}
.stopbtn2.stop .play-img{
  display: none;
}
.stopbtn2.start .stop-img{
  display: none;
}
.stopbtn2 a span img{
  margin: 0 0 0 5px;
}
.slid1 .swiper-slide{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  background-color: #f4f4f2;
}
.slid1 .swiper-slide img,
.slid1 .swiper-slide picture{
  width: 100%;
  height: auto;
}
.slide1 .swiper-button-next{
  top: 35%;
  right: 10px;
}
.slide1 .swiper-button-prev{
  top: 35%;
  left: 10px;
}
.slider_controls{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  width: 11em;
  padding: 0 6em 0 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.event-cont .slider_controls{
  left: 0;
  width: 10em;
  padding: 0;
  margin: 0 auto;
}
.mySwiper{
  width: 100%;
  overflow: hidden;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev{
  top: 35%;
}
.stories .mySwiper .swiper-button-next,
.stories .mySwiper .swiper-button-prev{
  top: 45%;
}
.event-cont .mySwiper{
  margin-bottom: 50px;
}
.more{
  position: relative;
  z-index: 10;
  margin-top: 10px;
  text-align: right;
}
.more a{
  position: relative;
  display: inline-block;
  padding: 8px 45px 8px 25px;
  color: #313131;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 40px;
  transition: all 0.2s ease;
}
.more a::before{
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  content: ' ';
  background: url(../img/arrow1.svg) no-repeat left top;
  background-size: 100% auto;
  transition: all 0.2s ease;
}
.more a:hover{
  opacity: 0.7;
}
.more a:hover::before{
  margin-right: -1px;
}


/* --- 本文 --- */
.stus-content-box__wrap{
  padding: 80px 5%;
  background: url(../img/bg.jpg) repeat-y center top;
  background-color: #a09f8c;
  background-size: 100% auto;
}
.stus-content-box{
  background-color: #e0e0d2;
}
.stus-content-box__header{
  margin: 0 0 20px;
  text-align: center;
}
.stus-content-box__ttl{
  font-size: 1.6rem;
}
.stus-content-info{
  font-size: 1.5rem;
}
.stus-content-ico img{
  width: auto;
  max-width: 1000px;
  height: 310px;
  margin: 0 0 -168px;
  vertical-align: top;
  border: none;
  border-radius: 0;
}
.stus-content-box{
  padding: 40px 15px;
  margin: 0 0 20px;
  background-color: rgb(255 255 255 / 70%);
  border-radius: 20px;
}
.stus-content-box.students{
   background-color: rgb(255 255 255 / 70%);
}
.stus-content-box.support{
  background-color: rgb(255 255 255 / 30%);
}
.stus-content-box.qualifications{
  background-color: rgb(255 255 255 / 70%);
}
.stus-content-box.stus-news{
  background-color: rgb(255 255 255 / 30%);
}
.stus-content-box.other {
  padding-bottom: 80px;
  margin-bottom: 0;
  background-color: var(--stus-dark-bg);
  border-radius: 20px 20px 0 0;
}
.event-cont{
  position: relative;
  overflow: hidden;
}
.event-list{
  padding-top: 10px;
}
.event-list li p img{
  width: 100%;
  height: auto;
  aspect-ratio: 615 / 479;
  margin: 0 0 10px;
  object-fit: cover;
  border: 1px solid #9e7316;
  border-radius: 15px;
}
.event-list li h3{
  margin: 0 0 5px;
  font-size: 1.4rem;
}
li .stories-ttl .ttl{
  display: block;
}
.event-list li p{
  margin: -3px 0 5px;
  font-size: 1.1rem;
}
.event-list li a{
  display: block;
  color: #313131;
  transition: all 0.2s ease;
}
.event-list li a:hover{
  opacity: 0.8;
}
.support-list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.support-list li{
  position: relative;
  display: flex;
  width: calc(50% - 8px);
  background-color: #fff;
  border-radius: 15px;
}
.support-list li p img{
  width: 100%;
  height: auto;
  aspect-ratio: 615 / 615;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.support-list li a{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.support-list li a:hover{
  opacity: 0.8;
}
.support-list li a p{
  width: 100%;
}
.support-list li a h3{
  box-sizing: border-box;
  width: 100%;
  padding: 5px 15px;
}

/* 問合せ */
.request-form{ 
  margin: 30px 0 0;
  text-align: center;
}
.request-form a{
  display: inline-block;
  width: 100%;
  padding: 25px;
  line-height: 1.4;
  color: #313131;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.request-form a:hover{
  opacity: 0.8;
}
.request-form a span{
  display: inline-block;
  margin-top: 5px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
.news-list{
  border-top: 1px solid #313131;
}
.news-list{
  margin: 0 0 30px;
}
.news-list div{
  padding: 15px;
  border-bottom: 1px solid #313131;
}
.other h2{
  color: #fff;
}
.other-list li{
  display: flex;
  min-height: 3em;
  margin: 0 0 10px;
}
.other-list li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.other-list li a:hover{
  opacity: 0.8;
}
.other-list a img{
  vertical-align: middle;
}
.site-name{
  flex: 1;
  text-align: center;
}
.site-name img{
  width: 90%;
  max-width: 200px;
}
.other-book a .site-name img{
  max-width: 232px;
}

/* 特集・インタビュー */
.stories-cont{
  position: relative;
}
.stus-content-box__ttl--lv2{
  margin: 0 0 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--font-dark);
  text-align: center;
}
.stus-content-box__ttl--lv2 span{
  font-size: 0.9em;
}
.stories .stories-series__cont{
  padding: 1px;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px dashed rgb(51 51 51 / 68%);
  border-radius: 0 0 20px 20px;
}
.stories .more{
  margin-top: 10px
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .slid1 .swiper-slide img{
    height: 100%;
    object-fit: cover;
  }
  .more {
    margin-top: 37px;
    text-align: center;
  }
  .more a{
    width: 250px;
    padding: 10px 45px 10px 25px;
    margin: 0 auto;
    text-align: center;
  }
  .more a::before{
    right: 8px;
    width: 27px;
    height: 27px;
  }
  .more a:hover::before{
    right: 6px;
  }
  .stus-content-box__wrap{
    padding: 25px 12px 80px;
  }
  .stus-news .stus-content-ico{
    height: 180px;
    margin: 0 0 -50px 20px;
    overflow: hidden;
  }
  .stus-content-ico img{
    margin: 0 0 -180px -20px;
  }
  .stus-ttl-logo img{
    width: auto;
    height: 66px;
  }
  .stus-content-box__ttl{
    font-size: 1.4rem;
    color: #313131;
  }
  .stus-content-ico img{
    width: 50%;
    max-width: 200px;
    height: auto;
    margin: 20px 0 -50px; 
  }
  .stus-content-info{
    position: relative;
    padding: 12px 12px 10px;
    margin: 25px 0 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    background-color: #f8f7f2;
    border: 1px solid #9e7316;
    border-radius: 10px;
  }
  .stus-content-info::before{
    position: absolute;
    top: -23px;
    right: 50px;
    left: 0;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    content: ' ';
    background: url(../img/fukidasi.svg) no-repeat left top;
  }
  .stus-ttl-wrap{
    margin: 0 auto 30px;
  }
  .stus-content-box__header{
    margin: 0;
  }
  .event-cont{
    padding: 0 20px;
    margin: 0 -10px;
  }
  .event-list li{
    box-sizing: border-box;
    width: 47%;
    padding: 0 10px 0 0;
  }
  .tag{
    padding: 2px 16px 2px 8px;
    margin: auto 15px 0 0;
    line-height: 1.0;
  }
  .now-on{
    top: -5px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 0 6px;
    font-size: 1.0rem;
    line-height: 2.0;
  }
  .news-list{
    margin-top: 50px;
  }
  .other-list{
    margin-top: 30px;
  }
  .other-list a{
    min-height: 4em;
  }
  .other-list a .site-name img{
    width: 80%;
    height: auto;
    vertical-align: middle;
  }
  .other-list .luchta a .site-name img{
    width: 60%;
  }
  .other-list a span:last-child img{
    width: 15px;
    height: auto;
  }
  .stus-content-box.other {
    padding-bottom: 50px;
  }
  .other-book a .site-name img{
    width: 80%;
    max-width: 250px;
    height: auto;
  }
  .qualifications-list.stories-list{
  margin-bottom: 0;
}
}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .stus-header {
    margin: 0;
  }
  .stus-content-box__wrap{
    padding-top: 50px;
  }
  .main-ttl{
    top: 54%;
    left: 5%;
    width: 46%;
  }
  .stus-logo{
    width: 100%;
  }
  .stus-logo img{
    width: 100%;
    height: auto;
  }
  .main-ttl h1{
    width: 58%;
    min-width: 300px;
    margin-left: 0.8%;
    text-align: left;
  }
  .main-ttl h1 img{
    width: 100%;
    height: auto;
  }
  .event-cont{
    padding: 0 20px;
    margin: 0 -30px;
  }
  .event-list li{
    width: 30%;
    padding-right: 15px;
  }
  .event-list:not(:has(> :nth-child(4))) {
    gap: 15px;
    justify-content: center;
  }
  .event-list:not(:has(> :nth-child(4))) li{
    padding: 0;
  }
  .support-list li{
    display: flex;
    width: 30%;
    background-color: #fff;
    border-radius: 15px;
  }
  .stus-content-box{
    padding: 50px 40px 40px;
    margin: 0 0 40px;
    border-radius: 20px;
  }
  .stus-content-box:last-child{
    margin-bottom: 0;
  }
  .stus-ttl-wrap{
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 49%;
    width: 670px;
    margin: 0 auto 50px;
  }
  .stus-news .stus-ttl-wrap{
    display: block;
    text-align: center;
  }
  .stus-news .stus-ttl-wrap img{
    display: block;
    margin: 0 auto;
  }
  .qualifications .stus-ttl-wrap{
    width: 750px;
  }
  .stus-content-box__ttl img{
    margin-bottom: 10px;
  }
  .stus-content-box__ttl{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    margin: 1em 0;
  }
  .stus-content-box__ttl img{
    width: 77%;
    height: auto;
  }
  .support .stus-content-box__ttl img{
    width: 89%;
  }
  .qualifications .stus-content-box__ttl img{
    width: 100%;
  }
  .special-issue .stus-content-box__ttl img{
    width: 120%;
    margin: 0 -10%;
  }
  .stus-news .stus-content-box__ttl img{
    width: 240px;
    margin-top: 2em;
  }
  .stus-news .stus-content-ico{
    margin-left: -50px;
  }
  .stus-news .stus-ttl-wrap .stus-ttl-logo{
    margin-top: 54px;
  }
  .other .stus-content-box__ttl img{
    width: 200px;
  }
  .stus-content-ico {
    display: flex;
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
  }
  .stus-content-ico img{
    width: 100%;
    width: auto;
    max-width: 1000px;
    margin: -137px 0 -168px -20px;
  }
  .stus-content-info{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .stus-news .stus-content-ico{
    width: 444px;
    height: 295px;
    margin: -50px 0 -100px -20px;
    overflow: hidden;
  }
  .event-list li h3{
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
  .event-list li p{
    margin: -3px 0 5px;
    font-size: 1.3rem;
  }
  .event-list li p.stus-cont__ttl{
    margin: -3px 0 0;
  }
  .news-list div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #313131;
  }
  .news-list div dt{
    width: 10em;
  }
  .news-list div dd{
    flex: 1;
  }
  .other-list{
    /* display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; */

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .other-list{
    /* display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; */

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .special-issue-cont .event-list li{
    background: linear-gradient(to bottom,  rgb(255 255 255 / 100%) 0%,rgb(255 255 255 / 100%) 51%,rgb(255 255 255 / 0%) 54%,rgb(255 255 255 / 0%) 100%);
      border-radius: 15px;
  }
  .special-issue .stus-content-ico img{
    margin-right: -69px;
  }
  .other-list li{
    /* width: 33%; */
    margin: 0;
  }
  .request-form a{
    width: 500px;
    padding: 25px 80px;
  }
  .support-list{
    justify-content: center;
  }
  .stus-content-box.other {
    padding-right: 5%;
    padding-left: 5%;
  }

  /* 特集・インタビュー */
  .stus-content-box__ttl--lv2{
    margin: 35px 0 15px;
    font-size: 1.8rem;
  }
  .stories .stories-series__cont{
  padding: 1px;
  margin: 20px -35px -40px;

  }
  .stories .more{
    margin-top: -15px;
  }

}

@media screen and (width >= 1024px){
  .stus-content-box__wrap{
    padding-top: 60px;
  }

}