
/* CSS Document */

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

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

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

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

.top-image .cover {
    width: 10.7%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -2px;
    background-image: url("../../images/cover_b.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.top-image .cover-l {
    width: 10.7%;
    height: 100%;
    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-image .photo {
    width: 100%;
    position: relative;
    z-index: 2;
}
.top-image .photo .inner {
    max-width: 100%;
    position: relative;
}
.top-image .photo #video {
	width: 100%;
    display: block;
	position: relative;
    outline: none;
    z-index: 0;
}
.top-image .title {
    width: 32%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 4;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-message {
    width: 92%;
    position: relative;
    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; 
}
.top-message .photo {
    width: 55%;
    position: relative;
    z-index: 1;
}
.top-message .photo::after {
    content: " ";
	display: block;
    position: absolute;
    width: 20%;
    height: 100%;
    background-image: url("../../images/cover_w.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.top-message .txt {
    width: 38%;
    text-align: center;
}
.top-message .txt h1 {
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 100%;
}
.top-message .txt h1 span {
    display: block;
    font-size: 50%;
    margin-top: 15px;
}
.top-message .txt .button {
    margin: 15px auto 0;
}
.top-message .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-cover {
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.top-cover::after {
    content: " ";
	display: block;
    position: absolute;
    width: 8%;
    height: 100%;
    background-image: url("../../images/cover_r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.top-about {
    width: 100%;
    position: relative;
    background-color: #dc0032;
    background-image: url("../../images/index_07.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    z-index: 2;
}
.top-about .photo {
    width: 42%;
    position: relative;
    margin: 0 0 0 auto;
}

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

.top-etc {
    width: 100%;
    background-color: #b9d7eb;
    padding-bottom: 100px;
}
.top-etc ul {
    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;
    
    margin: 0 auto ;
}
.top-etc ul li {
    width: 48%;
    max-width: 550px;
    padding: 100px 0 0;
}
.top-etc ul li dl {
    background-color: #FFF;
}
.top-etc ul li dl dd {
    text-align: center;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 8%;
    padding: 60px 1em;
}
.top-etc ul li dl dd h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: 400;
    line-height: 140%;
}
.top-etc ul li dl dd .button {
    margin: 15px auto 0;
}
.top-etc img {
    width: 100%;
	max-width: 100%;
	height: 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: #333;
    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-message {
        width: 100%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        
        margin-top: 8%;
    }
    .top-message .photo {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .top-message .photo::after {
        content: " ";
        display: none;
        position: absolute;
        width: 20%;
        height: 100%;
        background-image: url("../../images/cover_w.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .top-message .txt {
        width: 100%;
        position: relative;
        text-align: center;
        background-color: #FFF;
        margin: -15% 0 0;
        padding: 5%;
        z-index: 1;
    }
    .top-message .txt h1 {
        font-size: clamp(2rem, 5vw, 5rem);
        font-weight: 400;
        line-height: 100%;
    }
    .top-message .txt h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .top-message .txt .button {
        margin: 0 auto 0;
    }
    .top-cover {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .top-about {
        width: 100%;
        max-width: 1200px;
        position: relative;
        background-color: #dc0032;
        background-image: url("../../images/index_07.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto 100%;
        margin: 0 auto;
        z-index: 2;
    }
    .top-about .photo {
        width: 50%;
        margin: 0 0 0 auto;
    }
    .top-about .txt {
        width: 50%;
        padding-left: 8%;
    }
    .top-about .txt h1 {
        font-size: clamp(2rem, 5vw, 5rem);
        font-weight: 400;
        line-height: 100%;
    }
    .top-about .txt h1 span {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .top-about .txt .button {
        margin: 0 0 0;
    }

    .top-etc {
        width: 100%;
        background-color: #b9d7eb;
        margin-top: 10%;
        padding-bottom: 10%;
    }
    .top-etc ul {
        width: 90%;
        max-width: 1200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        margin: 0 auto ;
    }
    .top-etc ul li {
        width: 85%;
        max-width: 550px;
        margin: 0 auto;
        padding: 8% 0 0;
    }
    .top-etc ul li dl {
        background-color: #FFF;
    }
    .top-etc ul li dl dd {
        text-align: center;
        background-image: url("../../images/cover_l.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 8%;
        padding: 6% 1em;
    }
    .top-etc ul li dl dd h2 {
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    }
    .top-etc ul li dl dd .button {
        margin: 0 auto 0;
    }
    .top-etc img {
        width: 100%;
        max-width: 100%;
        height: 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: 1.4rem;
        margin-top: 3%;
    }
    .top-contact .button {
        text-align: center;
        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) {
	

}

