@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

/**********************************************/
/*メンバー紹介*/
/**********************************************/

/*スライダー*/
.sliderbox {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
    background-color: #f9f9f9;

}
.slide {
    width: 100%;
    max-width: 900px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    opacity:0;
}
.slide li {
    margin: 0;
    padding: 20px 20px;
    height: 400px;
}
.slide li .photo {
    height: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
    font-family: "Yusei Magic", sans-serif;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.slide .slick-prev,
.slide .slick-next {
    display:none;
}
.slide .slick-prev:before,
.slide .slick-next:before {
    display:none;
}


.slide img {
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
    width:100%;
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}



/*表紙メニュー*/
.member-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.member-menu .item {
    width: calc((100% / 2) - 30px);
    margin: 0 15px;
}
.member-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.member-menu li {
    width: 100%;
    margin: 15px 0;
}
.member-menu li a {
    width: 90%;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    background:url("../img/icon_arrow_w.png") no-repeat right 20px center;
	background-size: 28px;
    background-color: #2d5697;
    border-radius: 5px;
    line-height: 100%;
    padding: 10px 20px;
    font-weight: bold;
}
.member-menu li a:hover {
    background-color: #039393;
}


/*プロフィール欄*/
.profile {
    display: flex;
    flex-wrap: wrap;
}

/*左右の枠*/
.profile .profile-txt {
    flex: 1;
    margin: 0;
}
.profile .profile-photo {
    width: 220px;
    margin: 0;
    /*
    height: 160px;
    overflow: hidden;
    */
   
}

/*縦写真*/
.profile img.photo-long {
    object-fit: contain !important;
}

/*氏名*/
.profile .fullname {}

/*コース*/
.profile .course {}

/*卒業*/
.profile .graduation {}


/*所属*/
.profile .organization {}


/*教師*/
.teacher {}



/*前のページ戻る*/
.pageback {
    margin-top: 30px;
    text-align: left;
}

/*特例*/
section.rep {
    margin-top: 100px !important;
}

/*---------------------------*/
/*メンバ一覧用*/
/*---------------------------*/
.members .profile {
    border-bottom: 1px #ddd solid;
    padding: 20px 30px;
}
.members .profile-photo {
    width: 190px;
    height: 130px;
    overflow: hidden;
    margin-left: 20px;
}

.members .fullname {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: bold;
}
.members .fullname span {
    font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
    margin-left: 20px;
}

.members .course {
    margin-top: 10px;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.members .organization {
    margin-top: 10px;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.members .profile-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*教師*/
.teacher .profile-photo img {
    object-fit: contain;
}
.teacher .profile {
    padding: 30px 30px 30px
}
.teacher .position {
    margin-bottom: 20px;
}
.teacher .position span {
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    
    letter-spacing: 1px;
    /* border: 1px #727272 solid; */
    color: #fff;
    background-color: #496fa7;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
    padding: 4px 10px;
    min-width: 140px;
    display: inline-block;
}
.teacher .fullname {
    margin-left: 10px;
}
.teacher .course {
        margin-left: 10px;
}
.members .profile .course .enclose {
    margin-top: 10px;
}

/*OB・OGリスト*/
.list-member {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}
.list-member li~li {
    margin-top: 5px;
}
.list-member a,
.list-member span {
    display: inline-block;
    margin-right: 20px;
}


/*---------------------------*/
/*個別ページ用*/
/*---------------------------*/
.article h2~h2 {
    margin-top: 40px;
}
/*プロフィール欄*/
.article .profile {
    margin: 30px 0 40px;
    padding: 20px 30px;
    background-color: #f8f8f8;
    align-items: center;
    position: relative; /*装飾ライン用*/
}
.article .profile::before{
    position: absolute;
    top: 0px;
    left: calc(50% - 30px);
    left: 20px;
    width: 30%;
    height: 2px;
    content: '';
    border-radius: 3px;
    background-color: #496fa7;
}
.article .profile-photo {
    width: auto;
    height: 140px;
    overflow: hidden;
    margin-right: 40px;
}
.article .profile-txt {
    order: 2;
}
.article .profile h1 {
      font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
      margin: 0;
}
.article .profile h1 span {
    border-width: 0;
    padding: 0;
    order: 1;
    font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
    margin-left: 20px;
}
.article .course {
    margin-top: 10px;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}
.article .profile-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*リード文*/
.article .read {
    margin-bottom: 40px;
}
.article p {
    text-align:justify;
    padding: 0 0 0 5px;
    text-indent: 1em;
}


.section-headline~.members {
    margin-top: -20px;
}

/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
    .members .profile {
        padding: 20px 20px;
    }

}

@media screen and (max-width: 780px) {
    .article .list {
        margin-left: 20px;
        padding-left: 0;
    }

    .member-menu .item {
        width: calc(100% / 2);
        margin: 0;
    }
}

@media screen and (max-width: 580px) {
    
    .member-menu {
        flex-direction: column;
    }
    .member-menu .item {
        width: 100%;
    }
    .member-menu .item a {
       width: 80%;
    }

    .section-headline~.members {
        margin-top: 0px;
    }
    .members .profile {
        padding: 20px 0;
    }
    .members .profile-photo {
        width: 100px;
        height: 70px;
        margin-left: 20px;
    }
    .members .fullname span {
        margin-left: 10px;
    }

    .teacher .fullname {
        margin-left: 0;
    }
    .teacher .course {
        margin-left: 0;
    }

    .article .profile {
        padding: 20px 10px;
    }
    .article .profile-photo {
        height: 140px;
        margin-right: 20px;
    }
    .article .profile h1 span {
        margin-left: 0;
        display: block;
    }
}

@media screen and (max-width: 380px) {
    
    .article .profile-photo {
        width: 100px;
        height: auto;
        margin-right: 20px;
    }
    .article .profile-photo img {
        object-fit: contain;
    }
    .article p {
        padding: 0;
    }
}