
/* CSS Document */

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

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
    overflow: hidden;
    background-color: #dc0032;
    margin: 10.5em auto 0;
}

@media only screen and (min-width:1200px) {
    
    .top-image {
        width: 100%;
        position: relative;
        margin: 168px auto 0;
    }
    
}

.top-image .photo {
    width: 100%;
    position: relative;
    z-index: 2;
}
.top-image .photo .inner {
    max-width: 100%;
    position: relative;
}
.top-image .title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 4;
}
.top-image .title h1 {
    color: #FFF;
    font-size: clamp(2.4rem, 8vw, 9rem);
    text-align: center;
    line-height: 130%;
    font-weight: 600;
}
.top-image .title h1 span {
    display: block;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    letter-spacing: .1em;
    line-height: 100%;
    margin-bottom: 1em;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-message {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    background-color: #dc0032;
    background-image: url("../../u_graduate/images/top_message_bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 95%;
    
    padding: 80px 0;
}
.top-message .photo {
    width: 55%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.top-message .txt {
    width: 45%;
    text-align: left;
    padding-left: 8%;
}
.top-message .txt h1 {
    color: #FFF;
    font-size: clamp(2rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 100%;
}
.top-message .txt h1 span {
    display: block;
    font-size: 40%;
    margin-top: 15px;
}
.top-message .txt .button {
    margin: 15px 0 0;
}
.top-message .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-education {
    width: 100%;
    max-width: 1200px;
    position: relative;
    background-color: #b9d7eb;
    margin: 80px auto;
    z-index: 2;
}
.top-education .photo {
    width: 57.5%;
    margin: 0 0 0 auto;
}

.top-education .txt {
    width: 42.5%;
    position: absolute;
    color: #dc0032;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 1;
    text-align: left;
    padding-left: 8%;
}
.top-education .txt h1 {
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 100%;
}
.top-education .txt h1 span {
    display: block;
    font-size: 50%;
    margin-top: 15px;
}
.top-education .txt .button {
    margin: 15px 0 0;
}
.top-education .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-project {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: url("../../u_graduate/images/index_u_09.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 5%;
}
.top-project::before {
    content: " ";
	display: block;
    width: 10.7%;
    height: 85%;
    position: absolute;
    right: 0;
    bottom: -2px;
    background-image: url("../../images/cover_r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.top-project::after {
    content: " ";
	display: block;
    width: 10.7%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.top-project h1 {
    color: #FFF;
    text-align: center;
    font-size: clamp(2rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 90%;
}
.top-project h1 span {
    display: block;
    font-size: 40%;
    margin-top: 15px;
}
.top-project .button {
    text-align: center;
    margin: 15px auto 0;
}

.top-contact {
    width: 100%;
    text-align: center;
    background-image: url("../../images/index_23.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 100px 0;
}
.top-contact a {
    width: 60%;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}
.top-contact a:hover {
    opacity: 1;
}
.top-contact h1 {
    width: 90%;
    text-align: center;
    font-size: clamp(2rem, 5vw, 5rem);
    color: #dc0032;
    font-weight: 400;
    line-height: 100%;
    margin: 0 auto;
}
.top-contact h1 span {
    display: block;
    font-size: 50%;
    margin-top: 15px;
}
.top-contact .button {
    text-align: center;
    margin: 15px auto 0;
}


.bl-link {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: currentColor;
    background-color: #FFF;
}
.bl-link .photo::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
}
.bl-link:hover {
    opacity: 1;
}
.bl-link:hover .photo::before {
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
}

.bl-link-s {
    width: 100%;
    max-width: 1200px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: currentColor;
    margin: 0 auto;
}
.bl-link-s:hover {
    opacity: 1;
}
.bl-link-s .photo {
    transition: all 0.4s;
}
.bl-link-s:hover .photo {
    opacity: .7;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 60px;
	}
    .top-image .title {
        width: 100%;
        position: absolute;
        top: 65%;
        left: 5%;
    }
    .top-image .title h1 {
        color: #FFF;
        font-size: clamp(2.4rem, 8vw, 9rem);
        text-align: left;
        line-height: 130%;
        font-weight: 600;
    }
    .top-image .title h1 span {
        display: block;
        font-size: clamp(1.4rem, 1.8vw, 1.8rem);
        letter-spacing: .1em;
        line-height: 100%;
        margin-bottom: .5em;
    }
    .top-message {
        padding: 6% 0;
    }
    .top-message .photo {
        width: 50%;
        position: relative;
        z-index: 1;
    }
    .top-message .txt {
        width: 50%;
        text-align: left;
        padding-left: 8%;
    }
    .top-message .txt h1 {
        color: #FFF;
        font-size: clamp(2rem, 6vw, 6rem);
        font-weight: 400;
        line-height: 100%;
    }
    .top-message .txt h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 3%;
    }
    .top-message .txt .button {
        margin: 0;
    }
    .top-message .photo img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .top-education {
        width: 100%;
        max-width: 690px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        
        background-color: #b9d7eb;
        margin: 10% auto;
        z-index: 2;
    }
    .top-education .photo {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .top-education .txt {
        width: 100%;
        position: relative;
        color: #dc0032;
        text-align: center;
        background-color: #b9d7eb;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
        z-index: 1;
        margin-top: -10%;
        padding: 5% 5% 5%;
    }
    .top-education .txt h1 {
        font-size: clamp(2rem, 5vw, 5rem);
        font-weight: 400;
        line-height: 100%;
    }
    .top-education .txt h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .top-education .txt .button {
        text-align: center;
        margin: 0 auto 0;
    }

    .top-project {
        width: 100%;
        padding: 16% 5%;
    }
    .top-project h1 {
        color: #FFF;
        text-align: center;
        font-size: clamp(2rem, 6vw, 6rem);
        font-weight: 400;
        line-height: 90%;
    }
    .top-project h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 3%;
    }
    .top-project .button {
        margin: 0 auto 0;
    }

    .top-contact {
        width: 100%;
        background-image: url("../../images/index_23.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding: 10% 0;
    }
    .top-contact h1 {
        width: 90%;
        text-align: center;
        font-size: clamp(2rem, 5vw, 5rem);
        color: #dc0032;
        font-weight: 400;
        line-height: 100%;
        margin: 0 auto;
    }
    .top-contact h1 span {
        display: block;
        font-size: 50%;
        margin-top: 3%;
    }
    .top-contact .button {
        margin: 0 auto 0;
    }
}

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

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

}

