@charset "utf-8";
/* CSS Document */

/*-----------------------------
高大連携プログラム
---------------------------*/
@media only screen and (min-width: 769px) {
.sp{
    display: none;
}
}
@media only screen and (max-width: 768px) {
.pc{
    display: none;
}
}
/* スライダー全体 */
.slider-wrapper {
  display: flex; 
  overflow: hidden;
}

.slider {
  animation: scroll-left 60s infinite linear .5s both;
  display: flex;
  margin: 0;
  padding: 0;
}

.slide {
  width: calc(100vw / 6);
  list-style: none;
}

.slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-ttl{
    background: rgba(211, 60, 110, 0.8);
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15vh;
    padding: 20px;
}
.slider-ttl img{
    width: 200px;
}
.hsuniv-subttl{
    position: absolute;
    font-family: "Nothing You Could Do", cursive !important;
    font-size: 2rem;
    top: 30px;
    right: 30px;
    color: #fff !important;
    transform: rotate(350deg);
    line-height: 1;
}

.title-hsuniv {
  position: relative;
  margin-bottom: 50px;
}
.-hsunivbg{
    background: url(../img/hsuniv-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
}
.-hsuniv .lead{
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    background-color: #ffffffb0;
    padding: 20px;
}
.leadmenu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.leadmenu ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    width: 60%;
}
.leadmenu ul li{
    width: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #d33c6e;
    color: #fff;
}
.leadmenu ul a{
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
}
section{
    background-color: #fff !important;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 50px;
    border: 2px solid #d33c6e;
}

section h3{
    font-size: 2rem;
    color: #fff;
    background: #d33c6e;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
}

section h2{
    font-size: 3rem !important;
    color: #d33c6e !important;
    margin: 0 auto 0 20px !important;
}
.col-md-7 p{
      font-size: 2rem;
}
.hinner{
  justify-content: center;
  padding: 10px 20px 50px;
}
.apply{
    width: 100%;
    background-color: #d33c6e;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.apply a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}
.apply img{
    width: 30px;
    height: 25px;
    margin: 0 20px;
}

.contact{
    background-color: rgb(235 235 235);
    padding: 50px;
    border-radius: 20px;
    width: 50%;
    margin: 20px auto;
    font-size: 2rem;
}
.hscontent{
  position: relative;
}
.hscontent::before{
    content: "高大連携MENU";
    background-color: #d33c6e7a;
    width: 50px;
    height: fit-content;
    position: inherit;
    position: absolute;
    top: 0;
    left: -50px;
    height: stretch;
    color: #fff;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    padding: 10px 0 0 0;
    font-size: 3rem;
}
.hsmenu{
    position: fixed;
    left: -50px;
    background-color: #d33c6e3d;
    padding: 30px 0;
    color: #d33c6e;
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 100%;
    width: 50px;
}
.applybtn{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
}
.applyfix{
  background: linear-gradient(135deg,rgba(211, 60, 110, 1) 0%, rgba(199, 87, 173, 1) 50%, rgba(237, 173, 83, 1) 100%);
  background-size: 200% 100%;
  border: none;
    width: 180px;
    border-radius: 50%;
    color: #fff;
    padding: 30px;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 10;
    text-decoration: none;
    line-height: 2rem;
    box-shadow: 5px 5px 10px -3px gray;
}
.applyfix img{
    margin: 10px;
    width: 30px;
}
.applyfix:hover{
 background-position: 100% 0;
}



@media only screen and (min-width: 769px) {
/*ここにpc用スタイルを記述*/

}

/* tablet  */
@media only screen and (max-width: 768px) {
    .title-hsuniv{
        margin-bottom: 10px;
    }
    .slide {
            width: calc(100vw / 4);
    }
    .slider-ttl{
        position: unset;
        height: 16vh;
    }
    .slider-ttl{
        padding: 10px;
    }
    .hsuniv-subttl{
        top: unset;
        bottom: 15px;
        right: 0;
        line-height: 1.8rem !important;
        font-size: 1.4rem !important;
    }
    .-hsuniv .lead{
        font-size: 1.6rem;
        padding: 15px;
        line-height: 3rem;
    }  
    .leadmenu ul{
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .leadmenu ul a {
        margin-right: 5px;
       margin-bottom: 10px;
    }
    .leadmenu ul li {
        padding: 1px 5px;
    }
    .hscontent{
        margin-top: 50px;
    }
    .hscontent::before{
        text-align: center;
        writing-mode: unset;
        padding: 10px;
        font-size: 1.5rem;
        position: unset;
        width: fit-content;
        border-radius: 10px 10px 0 0;
        display: block;
        width: 45%;
        margin: 0 auto 0 15px;
    }
    section h2{
        text-align: center; 
    }
    .hinner {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 0 30px 30px 30px;
    }
    .hinner img{
        display: block;
        margin: 0 auto;
        width: 50%;
        }
    .col-md-7 p{
        font-size: 1.4rem;
}
.contact {
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    margin: 20px auto;
    font-size: 1.5rem;
}
.applyfix{
    width:150px;
    height: 150px;
}
.apply a{
        font-size: 1.5rem;
}
.apply img {
    width: 20px;
    height: 15px;
    margin: 0 10px;
}
}
 

/* stablet */
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .slide {
         width: calc(100vw / 4);
    }
}

/* smartPhone */
@media screen and (max-width: 480px) {
/*ここにスマホ用スタイルを記述*/
}
