@charset "UTF-8";
/* CSS Document */
.top-img {
    width: 80%;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-image: url("https://www.kochi-gc.ac.jp//0001_1396x800h.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/*
.top-img {
    width: 80%;
    height: 700px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 0;
    background-image: url("https://www.kochi-gc.ac.jp/img/20251021-fes2025.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.top-img {
    width: 80%;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-image: url("https://www.kochi-gc.ac.jp/img/index/main-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
*/

.top-catch {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 250px;
}

.ind-main {
    margin: 700px 0 0;
}

.top-btn {
    width: 30%;
    max-width: 250px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 1px solid #de6692;
}
.top-btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}


ul.top-subnav {
    width: 60%;
    max-width: 1200px;
    margin: 100px 1% 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    float: right;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.top-subnav li {
    font-size: 80%;
}

ul.top-subnav li a {
    overflow: visible;
    padding: 10px;
    color: #950E1F;
    text-decoration: none;
    border-bottom: solid 1px transparent;
    transition: all 0.3s;
}

ul.top-subnav li a:hover {
    border-bottom: solid 1px #950E1F;
}

ul.top-subnav li.shiryo {
    background-color: #950E1F;
}

ul.top-subnav li.shiryo a {
    color: #FFF;
    border-bottom: none;
}

ul.top-subnav li.shiryo a:hover {
    opacity: 0.5;
}

.ind-main section {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/***IMPORTANT NEWS***/

.news-important {
    width: 80%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.news-important .ni-l {
    width: 20%;
    background-color: #950E1F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.news-important .ni-r {
    width: 80%;
    margin: 0 auto;
    padding: 20px 5%;
    background-color: #F4F4F4;
}

ul.news-imp-list {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow-y: scroll;
    list-style: none;
    font-size: 80%;
    line-height: 140%;
}

ul.news-imp-list li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.news-imp-list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

ul.news-imp-list li a:hover {
    color: #950E1F;
}

ul.news-imp-list li a .ni-date {
    width: 20%;
}

ul.news-imp-list li a .ni-title {
    width: 80%;
}

/**MAIN**/

h2.hd-en {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 6.0em;
    line-height: 110%;
    color: #950E1F;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

h3.hd-ja {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 1.0em;
    font-weight: normal;
}

.ind-flex {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.flex-btm {
    align-items: flex-end;
}

.ind-btn {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #950E1F;
    font-size: 80%;
    
    transition: all 0.3s;
}

.ind-btn:hover {
    background-color: #950E1F;
}

.ind-btn a {
    padding: 10px 0;
    color: #950E1F;
    text-decoration: none;
    transition: all 0.3s;
}

.ind-btn a:hover {
    color: #FFF;
    letter-spacing: 0.1em;
}

.ind-btn a:after {
    content: "";
    width: 25px;
    height: 5px;
    margin: 0 0 0 10px;
    display: inline-block;
    background-image: url("https://www.kochi-gc.ac.jp/img/index/btn_more-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    
    transition: all 0.3s;
}

.ind-btn:hover a:after {
    background-image: url("https://www.kochi-gc.ac.jp/img/index/btn_more-arr-w.svg");    
}

/***NEWS***/

ul.news-list {
    width: 80%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.news-list li {
    font-size: 80%;
    border-bottom: solid 1px #D0D0D0;
}

ul.news-list li:first-child {
    border-top: solid 1px #D0D0D0;
}

ul.news-list li a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    display: flex;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    
    transition: all 0.3s ease-out;
}

ul.news-list li a:hover {
    color: #950E1F !important;
    background-color: #F4F4F4;
}

ul.news-list li .nl-date {
    width: 10%;
}

ul.news-list li .nl-cat {
    width: 10%;
    transition: all 0.3s ease-out;
}

ul.news-list li .oshirase {
    color: #137FB9;
}
ul.news-list li .event {
    color: #DD6B2F;
}

ul.news-list li a:hover .nl-cat {
    color: #950E1F !important;
}


ul.news-list li .nl-title {
    width: 80%;
}

/***UNIVERSITY***/

.univ-wrap {
    width: 80% !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    
}

.univ-wrap .uw {
    width: 48%;
    background-color: #F4F4F4;
    
    transition: all 0.3s;
}

.univ-wrap .uw:hover {
    background-color: #ffe8e8;
}

.univ-wrap .uw a {
    width: 100%;
    margin: 0;
    padding: 60px 0 20px;
    display: block;
    transition: all 0.3s;
}

.univ-wrap .uw:hover a {
    padding: 70px 0 40px;
}

.univ-wrap .uw-l {
    margin: -80px 0 0;
    float: left;
}

.univ-wrap .uw-r {
    float: left;
}

.univ-wrap .uw .uw-img {
    width: 80%;
    margin: 0 auto;
}

.univ-wrap .uw .uw-name {
    width: 80%;
    margin: -30px auto 0;
}

/***TOPICS***/

.topics-list {
    width: 80%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

.topics-list .slick-track {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    column-gap: 1%;
}

.topics-list .tl-item {
    width: 30% !important;
    margin: 30px auto;
    padding: 0;
    overflow: visible;
    display: block;
    transition: all 0.3s;
    background-color: #FFF;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.topics-list .tl-item:hover {
    background-color: #F4F4F4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.topics-list .tl-item a {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 80%;
}

.topics-list .tl-item .tl-img {
    width: 100%;
    height: 140px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 1px #dcdcdc
}

.topics-list .tl-item .tl-img img {
    width: 100%;
    height: auto;
}

.topics-list .tl-item .tl-cat {
    min-width: 30%;
    font-size: 70%;
    line-height: 120%;
    color: #FFF;
    background-color: #000;
    margin: 0 0 10px;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
}

.topics-list .tl-item .tl-date {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    line-height: 120%;
}

.topics-list .tl-item .tl-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 160%;
    min-height: 60px;
}

/***OPEN CAMPUS***/

.open-campus {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url("https://www.kochi-gc.ac.jp/img/index/opencampus_bk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

h3.oc-mds {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.oc-flex {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.oc-flex .oc-bnr {
    width: 45%;
    transition: all 0.3s;
}

.oc-flex .oc-bnr:hover {
    opacity: 0.4;
}

.oc-flex .oc-bnr a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 70%;
}

/***DEPARTMENTS***/

h2.hd-bk-en {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 3.0em;
    line-height: 110%;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-align: center;
}

h3.hd-bk-ja {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 1.0em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
}


/***VOICE***/

.voice-list {
    width: 90%;
    margin: 0 -10% 100px 0 !important;
    padding: 0;
    position: relative;
    overflow: visible !important;
    display: flex;
    justify-content: flex-start;
}

.voice-list .slick-track {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    column-gap: 2%;
}

.voice-list .vl-item {
    width: 30%;    
}

.voice-list .vl-item a {
    text-decoration: none;
    color: #000;
}

.voice-list .vl-item a .vl-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.vl-img .vl-student {
    width: 100%;
    line-height: 70%;
}

.vl-img .vl-student-info {
    width: 45%;
    height: 70px;
    margin: 0;
    padding: 0 5%;
    background-color: #333333;
    color: #FFF;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 85%;
    line-height: 160%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    
}

.vl-student-info .vl-si-univ {
    width: 100%;
    margin: 0;
}

.vl-student-info .vl-si-grade {
    width: 100%;
    margin: 0;
}

.voice-list .vl-item a .vl-catch {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #950E1F;
    font-weight: bold;
}

.voice-list .vl-item a .vl-name {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    font-weight: bold;
    line-height: 120%;
}

.voice-list .vl-item a .vl-name:after {
    content: "さん";
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 70%;
    font-weight: normal;
}

/***CONTENTS***/

ul.contents-list {
    width: 100%;
    margin: 100px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.contents-list li {
    width: 30%;
}

ul.contents-list li a {
    width: 100%;
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

ul.contents-list li a:hover {
    opacity: 0.5;
}

ul.contents-list li .cl-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.contents-list li .cl-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.contents-list li a:after {
    content: "";
    width: 40px;
    height: 5px;
    display: block;
    float: right;
    background-image: url("https://www.kochi-gc.ac.jp/img/index/contents_rarr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}