/* CSS Document */

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

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

.top-image {
	width: 100%;
    max-width: 100%;
	position: relative;
    overflow: hidden;
    z-index: 6;
}

.top-image .mv {
    width: 100%;
    position: relative;
    z-index: 2;
}

.top-image .photo .inner {
    max-width: 100%;
    position: relative;
}
.top-image .effect {
    width: 100%;
    position: absolute;
    mix-blend-mode: screen;
    opacity: .3;
    left: 0;
    bottom: 0;
    z-index: 3;
    animation: blink 2s ease-in-out infinite 0s alternate;
}

@keyframes blink {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: .1;
    }
}

.top-image .txt {
    width: 90%;
    max-width: 1600px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    z-index: 4;
}
.top-image .txt h1 {
    width: 55%;
    margin: 0 auto 5%;
}
.top-image .txt p {
    color: #e21631;
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-align: center;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-message {
    width: 100%;
    background-color: #e9eef6;
    padding: 120px 0;
}
.top-message img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-message h1 {
    width: 90%;
    max-width: 1050px;
    margin: 50px auto 0;
}
.top-message .inner {
    width: 90%;
    max-width: 1050px;
    position: relative;
    margin: 0 auto;
}
.top-message .inner p {
    color: #e21631;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 240%;
    letter-spacing: .1em;
}
.top-message .inner .photo {
    width: 47.5%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    right: 0;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
    z-index: 1;
}
.top-message .line {
    width: 100%;
    background-image: url("../../images/index_12.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: -90px;
}
.top-message .line .item {
    width: 307px;
    margin: 0 10% 0 auto;
}

.top-recruit {
    width: 100%;
    position: relative;
    background-color: #eff2f5;
}
.top-recruit img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-recruit .inner {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -30%); 
	transform: translate(-50%, -30%);
    z-index: 1;
}
.top-recruit .inner .title {
    width: 40%;
    position: relative;
    background-color: rgba(226, 22, 49, .9);
    margin: 0 0 0 auto;
    padding: 35px 4%;
}
.top-recruit .inner .title::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_1.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-recruit .inner .title h1 {
    position: relative;
    font-size: clamp(3rem, 6vw, 7rem);
    line-height: 100%;
    color: #FFF;
    text-align: center;
    z-index: 2;
}
.top-recruit .inner .title h1 span {
    display: block;
    font-size: 40%;
    line-height: 100%;
    margin-top: .8em;
}
.top-recruit .inner .title .button {
    margin: 30px auto 0;
}

.top-senior {
    width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 120px 0 0;
}
.top-senior img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-senior .photo {
    width: 100%;
    position: relative;
}
.top-senior .photo::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #0033b3;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.top-senior .photo div {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.top-senior .inner {
    width: 100%;
    position: relative;
    background-color: #0033b3;
}
.top-senior .inner::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_1.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-senior .inner .title {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0 80px;
    z-index: 3;
}

.top-senior .inner .title h1 {
    position: relative;
    font-size: clamp(3rem, 6vw, 7rem);
    line-height: 100%;
    color: #FFF;
    text-align: left;
    z-index: 2;
}
.top-senior .inner .title h1 span {
    display: inline-block;
    font-size: 40%;
    vertical-align: middle;
    line-height: 100%;
    margin-left: 1.5em;
}
.top-senior .inner .title .button {
    margin-top: 30px;
}


.top-etc {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.top-etc dl {
    width: 30%;
    background-color: #00a6bf;
    margin-top: 100px;
}
.top-etc dl dd {
    position: relative;
    padding: 40px 5%;
}
.top-etc dl dd::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_1.png");
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-etc dl dd h2 {
    color: #FFF;
    text-align: center;
    font-size: clamp(1.6rem, 2.4vw, 3rem);
    line-height: 1.6em;
    padding: .8em 0;
}
.top-etc dl dd h2.l2 {
    padding: 0;
}
.top-etc dl dd .button {
    margin: 20px auto 0;
}
.top-etc img {
    width: 100%;
	max-width: 100%;
	height: auto;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 60px;
	}
    .top-image .mv {
        width: 140%;
        margin-left: -20%;
    }
    
    .top-image .txt {
        width: 100%;
    }
    .top-image .txt h1 {
        width: 50%;
    }
    
    .top-message {
        padding: 12% 0;
    }
    .top-message h1 {
        width: 80%;
        margin: 8% auto 0;
    }
    .top-message .inner {
        width: 90%;
        max-width: 1050px;
        position: relative;
        margin: 0 auto;
    }
    .top-message .inner p {
        text-align: center;
        font-size: clamp(1.6rem, 2vw, 2.4rem);
        line-height: 240%;
    }
    .top-message .inner .photo {
        width: 90%;
        max-width: 500px;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
        margin: 8% auto 0;
        z-index: 1;
    }
    .top-message .line {
        width: 100%;
        background-image: url("../../images/index_12.png");
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 833px 7px;
        margin-top: 8%;
    }
    .top-message .line .item {
        width: 230px;
        margin: 0 auto;
    }
    
    .top-recruit {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #fff;
    }
    .top-recruit img {
        width: 160%;
        max-width: 160%;
        height: auto;
    }
    .top-recruit .inner {
        width: 90%;
        max-width: 1200px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
        margin: 0 auto;
        z-index: 1;
    }
    .top-recruit .inner .title {
        width: 90%;
        position: relative;
        margin: -16% auto 0;
        padding: 6% 4%;
    }
    .top-recruit .inner .title::after {
        background-position: left top;
        background-size: 300%;
        z-index: 1;
    }
    .top-recruit .inner .title h1 {
        position: relative;
        color: #FFF;
        text-align: center;
        z-index: 2;
    }
    .top-recruit .inner .title h1 span {
        display: block;
    }
    .top-recruit .inner .title .button {
        margin: 6% auto 0;
    }

    .top-senior {
        width: 100%;
        position: relative;
        background-color: #FFF;
        padding: 10% 0 0;
    }
    .top-senior .photo div {
        width: 90%;
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
        z-index: 2;
    }
    .top-senior .inner::after {
        background-position: center top;
        background-repeat: repeat-x;
        background-size: 300%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .top-senior .inner .title {
        width: 90%;
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
        padding: 6% 0 8%;
        z-index: 3;
    }

    .top-senior .inner .title h1 {
        text-align: center;
        z-index: 2;
    }
    .top-senior .inner .title h1 span {
        display: block;
        margin-top: .6em;
        margin-left: 0;
    }
    .top-senior .inner .title .button {
        margin: 6% auto 0;
    }
    
    .top-etc {
        width: 90%;
        max-width: 1200px;
        display: block;
        margin: 0 auto;
    }
    .top-etc dl {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        margin-top: 10%;
    }
    .top-etc dl dt {
        width: 50%;
    }
    .top-etc dl dt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-etc dl dd {
        width: 50%;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        padding: 8% 3%;
    }
    .top-etc dl dd::after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .3;
        mix-blend-mode: screen;
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 500%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .top-etc dl dd h2 {
        color: #FFF;
        text-align: center;
        padding: 0;
    }
    .top-etc dl dd h2.l2 {
        padding: 0;
    }
    .top-etc dl dd .button {
        padding: .3em 1em;
        margin: 5% auto 0;
    }
    .top-etc dl dd .button::before {
        display: none!important;
    }
}

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

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

}

