
/* CSS Document */

/*==================================================

contents
=================================================*/

/* Message */

.message #contents section {
    position: relative;
    background-color: #eaf3f9;
    padding-bottom: 80px;
}
.message #contents section::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 3em;
    background-color: #FFF;
}
.message #contents section:nth-of-type(n+2) {
    margin-top: 100px;
}
.message #contents section .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.message #contents section .inner h2 {
    width: 100%;
    position: relative;
    color: #FFF;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 40px;
    padding: 1.2em 1.5em;
}
.message #contents section .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.message #contents section .inner ul li {
    width: 50%;
    margin-top: 50px;
}
.message #contents section .inner ul li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* Education */

.education .top-image .photo {
    width: 50%;
    background-image: url("../../u_graduate/images/topimg_education.jpg");
}
.education .top-image .photo::before {
    display: none;
}
.education .top-image .photo::after {
    display: none;
}
.education #contents .info {
    width: 90%;
    text-align: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 180%;
    margin: 0 auto;
}
.education #contents section {
    position: relative;
    background-color: #eaf3f9;
    margin-top: 100px;
    padding-bottom: 80px;
}
.education #contents section::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 3em;
    background-color: #FFF;
}
.education #contents section .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.education #contents section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.education #contents section .inner h2 {
    width: 100%;
    position: relative;
    color: #FFF;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 40px;
    padding: 1.2em 1.5em;
}
.education #contents section .inner .shedule {
    width: 100%;
    margin: 60px auto 0;
}
.education #contents section .inner .photo {
    max-width: 680px;
    margin: 60px auto 0;
}
.education #contents section .inner dl {
    width: 100%;
    display: table;
    margin-bottom: 3px;
}
.education #contents section .inner dl dt {
    width: 23%;
    display: table-cell;
    background-color: #b9d7eb;
    vertical-align: middle;
    padding: 1em;
}
.education #contents section .inner dl dd {
    display: table-cell;
    vertical-align: middle;
    background-color: #FFF;
    padding: 2em 1em;
}

/* story */

.story .top-image-c {
    background-image: url("../../u_graduate/images/pj_topimg.jpg");
}

.story #contents .pj-head {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.story #contents .pj-head h1 {
    color: #dc0032;
    text-align: center;
    margin: 1em 0;
}
.story #contents .pj-head > p {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 180%;
    text-align: center;
}
.story #contents .pj-head .prof-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}
.story #contents .pj-head .prof-list li {
    width: 31.6%;
    max-width: 380px;
    background-color: #dc0032;
    margin-top: 60px;
}
.story #contents .pj-head .prof-list li dd {
    color: #FFF;
    text-align: center;
    padding: 2em 1em;
}
.story #contents .pj-head .prof-list li dd h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.story #contents .pj-head .prof-list li dd p {
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    margin-top: 1em;
}
.story #contents .pj-cont {
    background-color: #eaf3f9;
    background-image: url("../../images/cover_b_lt.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 8%;
    margin-top: 80px;
}
.story #contents .pj-cont .inner {
    width: 90%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    margin: 0 auto;
    padding: 80px 0;
}
.story #contents .pj-cont .inner > h2 {
    width: 20%;
    max-width: 250px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    background-color: #dc0032;
    border-radius: 20px;
    padding: 90px 0;
}
.story #contents .pj-cont .inner .txt {
    width: 75%;
}
.story #contents .pj-cont .inner .txt h2 {
    margin-bottom: 1em;
}
.story #contents .pj-cont .inner .photo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.story #contents .pj-cont .inner .photo div {
    width: 48%;
    margin-top: 60px;
}

.story #contents section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .message #contents section {
        padding-bottom: 8%;
    }
    .message #contents section::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 4em;
        background-color: #FFF;
    }
    .message #contents section:nth-of-type(n+2) {
        margin-top: 10%;
    }
    .message #contents section .inner h2 {
        margin-bottom: 6%;
        padding: 1.2em 1.5em;
    }
    .message #contents section .inner ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .message #contents section .inner ul li {
        width: 100%;
        margin-top: 6%;
    }
    
    /* Education */
    
    .education #contents .info {
        width: 90%;
        text-align: left;
        font-size: clamp(1.4rem, 1.8vw, 1.8rem);
        line-height: 180%;
        margin: 0 auto;
    }
    

    .education #contents section {
        position: relative;
        background-color: #eaf3f9;
        margin-top: 10%;
        padding-bottom: 8%;
    }
    .education #contents section::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 3em;
        background-color: #FFF;
    }
    .education #contents section .inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .education #contents section img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .education #contents section .inner h2 {
        width: 100%;
        position: relative;
        color: #FFF;
        background-color: #dc0032;
        margin-bottom: 5%;
        padding: 1.2em 1.5em;
    }
    .education #contents section .inner .shedule {
        width: 100%;
        margin: 6% auto 0;
    }
    .education #contents section .inner .photo {
        max-width: 680px;
        margin: 6% auto 0;
    }
    .education #contents section .inner dl {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .education #contents section .inner dl dt {
        width: 100%;
        display: block;
        background-color: #b9d7eb;
        vertical-align: middle;
        padding: .8em 1em;
    }
    .education #contents section .inner dl dd {
        width: 100%;
        display: block;
        vertical-align: middle;
        background-color: #FFF;
        padding: .8em 1em;
    }
    
    /* story */
    
    .story #contents .pj-head > p {
        text-align: left;
    }
    .story #contents .pj-head > p br {
        display: none;
    }
    
    .story #contents .pj-head .prof-list {
        width: 100%;
        display: block;

    }
    .story #contents .pj-head .prof-list li {
        width: 100%;
        max-width: 100%;
        margin-top: 6%;
    }
    .story #contents .pj-head .prof-list li dl {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .story #contents .pj-head .prof-list li dt {
        width: 35%;
        
    }
    .story #contents .pj-head .prof-list li dt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .story #contents .pj-head .prof-list li dd {
        flex: 1;
        color: #FFF;
        text-align: left;
        background-color: #dc0032;
        padding: 1.2em 1em;
    }
    .story #contents .pj-head .prof-list li dd h2 {
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    }
    .story #contents .pj-head .prof-list li dd p {
        
        margin-top: 1em;
    }
    .story #contents .pj-cont {
        background-color: #eaf3f9;
        background-image: url("../../images/cover_b_lt.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 8%;
        margin-top: 8%;
    }
    .story #contents .pj-cont .inner {
        width: 90%;
        max-width: 1200px;
        display: block;

        margin: 0 auto;
        padding: 8% 0;
    }
    .story #contents .pj-cont .inner > h2 {
        width: 100%;
        max-width: 100%;
        color: #FFF;
        text-align: center;
        background-color: #dc0032;
        border-radius: 10px;
        padding: .6em 1em;
    }
    .story #contents .pj-cont .inner .txt {
        width: 100%;
    }
    .story #contents .pj-cont .inner .txt h2 {
        margin: 1em 0;
    }
    .story #contents .pj-cont .inner .photo {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .story #contents .pj-cont .inner .photo div {
        width: 100%;
        margin-top: 8%;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

