
/* 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;
    bottom: 5%;
    left: 5%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 4;
}
.top-image .title h1 {
    color: #FFF;
    font-size: clamp(2.4rem, 10vw, 12rem);
    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: 1em;
}
.top-image .title h1 strong {
    color: #dc0032;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-message {
    width: 100%;
    position: relative;
    background-color: #dc0032;
    
    margin: 80px 0 0;
}
.top-message .photo {
    width: 33.33%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.top-message .photo.right {
    right: 0;
}
.top-message .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center  top;
}
.top-message .txt {
    width: 33.33%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 180px 2%;
    z-index: 2;
}
.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 {
    text-align: center;
    margin: 15px auto 0;
}

.top-education {
    width: 100%;
    max-width: 1200px;
    position: relative;
    background-color: #b9d7eb;
    margin: 80px auto;
    z-index: 2;
}
.top-education .photo {
    width: 50%;
    margin: 0 0 0 auto;
}

.top-education .txt {
    width: 50%;
    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("../../career/images/reason_bg.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 10%;
}
.top-project h1 {
    color: #FFF;
    text-align: right;
    font-size: clamp(2.4rem, 10vw, 12rem);
    font-weight: 600;
    line-height: 120%;
}
.top-project h1 strong {
    font-weight: 600;
    color: #dc0032;
}
.top-project h1 span {
    display: block;
    font-size: 40%;
    margin-top: 15px;
}
.top-project .button {
    text-align: right;
    overflow: visible;
    margin: 15px 0 0 auto;
}

.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;
        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 {
        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;
        margin: 8% 0 0;
    }
    .top-message .photo {
        width: 50%;
        height: initial;
        height: auto;
        position: relative;
        
        z-index: 1;
    }
    .top-message .photo img {
        width: 100%;
        height: auto;
    }
    .top-message .txt {
        width: 100%;
        position: relative;
        text-align: center;
        background-color: #dc0032;
        margin: -10% auto 0;
        padding: 5% 5% 5%;
        z-index: 2;
    }
    
    .top-message .txt h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .top-message .txt .button {
        margin: 0 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: 10% 6%;
    }
    .top-project h1 {
        font-size: clamp(3rem, 8vw, 8rem);
    }
    .top-project h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 3%;
    }
    .top-project .button {
        text-align: right;
        margin: 0 0 0 auto;
    }

    .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) {
	

}

