@charset "UTF-8";

/* 共通&SPレイアウト */

/*-------------------- タイトル　--------------------*/

.titlelogo {
    height: 300px;
    padding: 10px;
    background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .5)), url(../images/top.jpg);
    background-size: cover;
}

.logoinner {
    height: 100%;
    border: solid 2px #ffffff;
}

/* 背景画像にblurを入れる場合
.titlelogo {
    position: relative;
    height: 380px;
    z-index: 0;
}

.titlelogo:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, .1),  rgba(0, 0, 0, .1)), url(../images/top.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    filter: blur(1px);
    z-index: -1;
}
*/

#title h2 {
    padding: 15px;
    color: #ffffff;
    text-align: center;
}

#title .description {
    padding: 40px;
    line-height: 2;
    text-align: justify;
}


.logoinner p {
    color: #ffffff;
    text-align: center;
}

.logoinner .bold {
    font-weight: 800;
}


/*-------------------- ログイン&登録ボタン　--------------------*/

.entrance {
    display: grid;
    /*grid-template-columns: 1fr;*/
    margin-top: 30px;
}

.entranceinner {
    text-align: center;
}

.guide {
    margin: 20px 0 10px 0;
}

.innerbutton a {
    display: inline-block;
    width: 340px;
    height: 50px;
    background-color: #3c3c3c;
    color: #ffffff;
    line-height: 50px;
}



/*-------------------- お知らせ　--------------------*/

section.news {
    /*margin-top: 50px;*/
    margin: 50px auto 0 auto;
    padding: 0 10px;
    max-width: 960px;
}

section.description {
    /*margin-top: 50px;*/
    margin: 50px auto 0 auto;
    padding: 0 10px;
}

section h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

section.news h3 { 
    margin: 20px 0;
    font-weight: 200;
}

section.news .caption {
    padding-bottom: 12px;
    font-size: 18px;
    color: #9c9c9c;
    text-align: center;
}

.info {
    padding: 30px 0;
    border-top: 1px solid #c0c0c0;
}

.info:last-child {
    border-bottom: 1px solid #c0c0c0;
}

.info p {
    padding: 0 12px;
}

.info .d {
    padding: 20px 20px 0 20px;
    line-height: 1.7;
}

/*-------------------- 経緯・特徴・利用規約　--------------------*/

section.description {
    border: 1px solid #707070;
}

section.detail {
    background:  linear-gradient(rgba(255, 255, 255, .95),  rgba(255, 255, 255, .75)),  url(../images/campus.jpg);
}

section.feature {
    background:  linear-gradient(rgba(255, 255, 255, .95),  rgba(255, 255, 255, .85)),  url(../images/feature.jpg);
}

section.term {
    background:  linear-gradient(rgba(255, 255, 255, .95),  rgba(255, 255, 255, .65)),  url(../images/terms.jpeg);
}

section.description h3 {
    padding: 20px 0;
    text-shadow: 1px 1px 3px #909090;
}

.innerText > p {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.2;
}

section.description .caption {
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    color: #9c9c9c;
    text-align: center;
}

section.description .innerText {
    text-align: justify;
}

.innerText > ul {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.2;
}

.innerText li {
    padding: 12px;
}

.innerText li p:first-child {
    font-weight: 600;
}


section.description .innerText > ul {
    padding-top: 0px;
}



/* タブレットレイアウト */

@media screen and (min-width: 480px) {

    #title h2 {
        font-size: 28px;
    }

    .titlelogo {
        height: 400px;
        
    }

    .logoinner p {
        font-size: 1.1em;
    }

    #title {
        position: relative;
    }

    #title .description {
        position: absolute;
        top: 150px;
        left: 80px;
        padding-left: 0;
        color: #ffffff;
    }
}


/* タブレットレイアウト */

@media screen and (min-width: 768px) {

    /*-------------------- タイトル　--------------------*/

    #title h2 {
        padding-top: 30px;
        font-size: 38px;
    }

    .logoinner p {
        padding-top:30px;
        font-size: 1.2em;
    }

    .titlelogo {
        height: 450px;
    }


    #title .description {
        top: 190px;
    }

    /*-------------------- ログイン&登録ボタン　--------------------*/

    .entrance {
        grid-template-columns: repeat(2,1fr);
        margin-top:30px;
    }



    /*-------------------- お知らせ　--------------------*/

    section.news {
        margin-top: 100px;
        display: grid;
        grid-template-columns: 25% 1fr;
        grid-template-rows: 20% 1fr;
        grid-template-areas:
            "news history"
            "caption history";
    }

    section.news h3 {
        grid-area: news;
        font-size: 36px;
        font-weight: 200;
    }

    section.news .caption {
        grid-area: caption;
    }

    section.news div.history {
        padding-top: 45px;
        grid-area: history;
    }
    /*-------------------- 経緯・特徴・利用規約　--------------------*/

    section.description {
        border: none;
    }

    section.description {
        max-width: 960px;
        display: grid;
        grid-template-columns: 17% 1fr;
        /*grid-template-rows: 17% fr;*/
        grid-template-areas:
            "head head"
            "caption innerText";
    }

    section.description h3 {
        grid-area: head;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 3px;
    }

    section.description .caption {
        margin: 0 auto;
        padding-top: 2.5em;
        padding-bottom: 0px;
        border-bottom: none;
        grid-area: caption;
        font-size: 22px;
        color: #9c9c9c;
        text-align: left;
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 5px;
    }

    section.description .innerText {
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid #303030;
        grid-area: innerText;
        line-height: 2;
    }

}


@media screen and (min-width: 961px) {

    /*-------------------- タイトル　--------------------*/
    
    #title {
        max-width: 1200px;
        margin: 0 auto;
    }

    /*-------------------- ログイン&登録ボタン　--------------------*/

    .innerbutton a:hover {
        background-color: #cccccc;
        transition: 0.85s;
        color: #000000;
        letter-spacing: 2px;
    }

    /*-------------------- お知らせ　--------------------*/

    section.news {
        grid-template-columns: 35% 1fr;
    }

    section.news h3 {
        letter-spacing: 0.2em;
    }
}