
/* CSS Document */

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

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

.top-image {
	width: 100%;
    max-width: 100%;
    position: relative;
    background: linear-gradient(90deg, #0052c4, #001f99);
    margin-top: 40px;
    padding-bottom: 120px;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.top-image::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-image::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_2.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
    animation: blink 2s ease-in-out infinite 0s alternate;
}

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

.top-image .mv {
    width: 90%;
    max-width: 1500px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 2;
}
.top-image .mv .photo {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    z-index: 2;
}
.top-image .mv .profile {
    width: 45%;
    color: #FFF;
    padding-top: 25%;
}
.top-image .mv .profile h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 160%;
    margin-bottom: 5%;
}
.top-image .mv .profile h2 span {
    display: inline-block;
    margin-right: 1em;
}
.top-image .mv .profile .mbti {
    max-width: 652px;
}
.top-image .mv .profile .mbti dl {
    width: 100%;
    display: table;
}
.top-image .mv .profile .mbti dl dt {
    display: table-cell;
    width: 8em;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 140%;
    background-color: #e21530;
    padding: .6em .8em;
}
.top-image .mv .profile .mbti dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
    padding: .6em 1em;
}
.top-image .mv .profile .mbti dl dd {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 140%;
    color: #e21530;
}
/*.top-image .mv .profile .mbti dl dd p {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    line-height: 140%;
    color: #000;
    margin-top: .3em;
}*/
.top-image .txt {
    width: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 2;
}
.top-image .txt .inner {
    width: 90%;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.top-image .txt h1 {
    width: 43.6%;
}

.senior-cont {
    width: 100%;
    position: relative;
}
.senior-cont .faq {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.senior-cont .faq li {
    width: 100%;
    padding: 80px 0;
}
.senior-cont .faq li:nth-of-type(odd) {
    background-color: #e9eef6;
}
.senior-cont .faq li .inner {
    width: 90%;
    max-width: 1200px;
    background-image: url("../../senior/images/q.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 6.5%;
    margin: 0 auto;
}
.senior-cont .faq li .inner h3 {
    color: #0033b3;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-weight: 600;
    line-height: 140%;
    margin-bottom: .5em;
    padding: 0 0 0 8%;
}
.senior-cont .faq li .inner p {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 180%;
    padding-left: 8%;
}
.senior-cont .faq li .photo {
    width: 100%;
    max-width: 800px;
    margin: 5% auto 0;
}
.senior-cont .faq li .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.senior-cont .schedule {
    width: 90%;
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 0 60px;
}
.senior-cont .schedule h2 {
    width: 30%;
    max-width: 280px;
    color: #FFF;
    text-align: center;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 160%;
    font-weight: 600;
    background-color: #0033b3;
    background-image: url("../../senior/images/schedule_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    border-radius: 12px;
    padding: 7% 0;
}
.senior-cont .schedule .timeline {
    width: 68%;
}
.senior-cont .schedule .timeline li {
    width: 100%;
    position: relative;
    font-size: clamp(1.6rem, 2vw, 2rem);
    background-color: #cedef6;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 60px;
    margin-bottom: 60px;
    padding: 1em 1em 1em 120px;
}
.senior-cont .schedule .timeline li::after {
    content: " ";
	display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url("../../senior/images/arrow_u.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	left: 50%;
    bottom: 0;
	-webkit-transform: translate(-50%, 160%); 
	transform: translate(-50%, 160%);
    z-index: 1;
}
.senior-cont .schedule .timeline li:nth-last-of-type(1)::after {
    content: " ";
	display: none;
}
.senior-cont .schedule .timeline li.am {
    background-image: url("../../senior/images/am.png");
}
.senior-cont .schedule .timeline li.pm {
    background-image: url("../../senior/images/pm.png");
}

.button-r {
	width: 90%;
	max-width: 600px;
	display: block;
	position: relative;
	cursor: pointer;
    text-align: center;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    color: #FFF;
    background-color: #666;
    border: 4px solid #666;
    text-decoration: none;
    border-radius: 60px;
    padding: 1em 1em;
    margin: 0 auto;
    overflow: hidden;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}
.button-r span {
    display: block;
    position: relative;
    z-index: 2;
}
.button-r::before {
    content: "";
    display: block;
    width: 13px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(120%, -50%); 
    transform: translate(120%, -50%);
    background-image: url("../../images/arrow_r.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    
    /* animation */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (hover: hover) {
    .button-r:hover::before {
         background-image: url("../../images/arrow_br.png");
        -webkit-transform: translate(80%, -50%); 
        transform: translate(80%, -50%);
    }
    .button-r:hover {
        opacity: 1;
        color: #666;
        background-color: #FFF;
    }
}



@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 80px;
        padding-bottom: 12%;
	}
    .top-image::before {
        width: 100%;
        height: 40%;
    }
    .top-image::after {
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 200%;
        z-index: 1;
    }

    .top-image .mv {
        width: 90%;
        max-width: 1500px;
        position: relative;
        display: block;
        margin: 0 auto;
        z-index: 2;
    }
    .top-image .mv .photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        z-index: 2;
    }
    .top-image .mv .profile {
        width: 100%;
        color: #FFF;
        padding-top: 6%;
    }
    .top-image .mv .profile .mbti {
        max-width: 652px;
    }
    .top-image .txt {
        width: 100%;
        position: relative;
        background-color: #fff;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 2;
    }
    .top-image .txt h1 {
        width: 60%;
    }
    
    .senior-cont .faq li {
        width: 100%;
        padding: 8% 0;
    }
    .senior-cont .faq li:nth-of-type(odd) {
        background-color: #e9eef6;
    }
    .senior-cont .faq li .inner {
        width: 90%;
        max-width: 1200px;
        background-position: left top 3px;
        background-repeat: no-repeat;
        background-size: 6.5%;
        margin: 0 auto;
    }
    .senior-cont .faq li .inner h3 {
        padding: 0 0 0 8%;
    }

    .senior-cont .schedule {
        display: block;
        margin: 0 auto;
        padding: 10% 0 6%;
    }
    .senior-cont .schedule h2 {
        width: 100%;
        max-width: 100%;
        color: #FFF;
        text-align: center;
        font-size: clamp(2rem, 3vw, 3rem);
        line-height: 160%;
        font-weight: 600;
        background-size: 30% auto;
        border-radius: 8px;
        margin-bottom: 8%;
        padding: .8em 1em;
    }
    .senior-cont .schedule h2 br {
        display: none;
    }
    .senior-cont .schedule .timeline {
        width: 100%;
    }
    .senior-cont .schedule .timeline li {
        width: 100%;
        position: relative;
        font-size: clamp(1.6rem, 2vw, 2rem);
        background-color: #cedef6;
        background-position: left 10px center;
        background-repeat: no-repeat;
        background-size: 50px;
        border-radius: 50px;
        margin-bottom: 40px;
        padding: 1em 1.5em 1em 70px;
    }
    .senior-cont .schedule .timeline li::after {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url("../../senior/images/arrow_u.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 160%); 
        transform: translate(-50%, 160%);
        z-index: 1;
    }
}

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

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

}

