
/* CSS Document */

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

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

.top-image {
	width: 100%;
	position: relative;
    overflow: hidden;
    background-color: #b9d7eb;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
    margin: 10.5em auto 0;
}
.top-image-c {
    width: 100%;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10.5em auto 0;
}

.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-image-c img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-image-c::before {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-image-c::after {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.top-image-c .txt {
    width: 90%;
    max-width: 1100px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 160px;
    z-index: 3;
}
.top-image-c .txt h1 {
    color: #FFF;
    line-height: 120%;
    font-weight: 600;
}
.top-image-c .txt h1 strong {
    color: #dc0033;
    font-weight: 600;
}

@media only screen and (min-width:1200px) {
    
    .top-image {
        width: 100%;
        position: relative;
        margin: 168px auto 0;
    }
    .top-image-c {
        width: 100%;
        position: relative;
        margin: 168px auto 0;
    }
    
}
.top-image-c .txt {
    width: 90%;
    max-width: 1100px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 160px;
    z-index: 3;
}
.top-image-c .txt-m {
    width: 90%;
    max-width: 1200px;
    position: absolute;
    color: #FFF;
    text-align: left;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
    bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%); 
	transform: translate(-50%, 50%);
    padding: 3% 5% 3%;
    z-index: 3;
}
.top-image-c .txt-m .inner {
    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-align: center;
    -ms-flex-align: center;
    align-items: center; 
    
    margin-top: 15px;
}
.top-image-c .txt-m .inner h1 {
    width: 80%;
    font-size: clamp(2rem, 3vw, 4rem);
}
.top-image-c .txt-m .inner .prof {
    width: 20%;
    text-align: right;
}
.top-image .photo {
	width: 65.7%;
    height: 100%;
	position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 1;
}
.top-image-c .photo-m {
	width: 100%;
	position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 120px;
}

@media only screen and (min-width:1400px) {
    .top-image-c .photo-m {
        width: 100%;
        max-height: 700px;
    }
    .top-image-c .txt-m {
        padding: 40px 50px;
        z-index: 3;
    }
}
.top-image .photo::after {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_b.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.top-image .photo.wh::after {
    background-image: url("../../images/cover_w.png");
}
.top-image .txt {
    width: 40%;
    position: relative;
    text-align: center;
    color: #dc0032;
    padding: 120px 5%;
    z-index: 2;
}
.top-image .txt h1.ma {
    padding: .8em 0;
}
.top-image .txt h1 {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 60px;
	}
    .top-image-c {
        width: 100%;
        margin-top: 60px;
	}
    .top-image .photo {
        width: 60%;
        height: 100%;
    }
    .top-image .photo::after {
        display: none;
    }
    .top-image .txt {
        width: 40%;
        position: relative;
        text-align: center;
        color: #dc0032;
        padding: 12% 5%;
        z-index: 2;
    }
    .top-image-c .txt {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 5% 0 15%;
    }
    .top-image .txt h1 {
        text-align: left;
    }
    
    .top-image-c .txt-m {
        width: 100%;
        position: relative;
        background-color: #dc0032;
        background-size: auto 80%;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
        padding: 3% 5% 3%;
        z-index: 3;
    }
    .top-image-c .txt-m .inner {
        width: 100%;
        display: block;
        margin-top: 2%;
    }
    .top-image-c .txt-m .inner h1 {
        width: 100%;
    }
    .top-image-c .txt-m .inner .prof {
        width: 100%;
        text-align: left;
        margin-top: 2%;
    }
    .top-image-c .photo-m {
        width: 100%;
        position: relative;
        overflow: hidden;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }
}

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

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

}

