@charset "utf-8";


.content .title{
    transition-duration: 400ms;
    transition-property: top;
    transition-timing-function: ease;

}

.content.active .title{
    top: 0;
    transition-delay: 400ms;
}


.pager{
    transition-duration: 400ms;
    transition-property: bottom;
    transition-timing-function: ease;
}
.content.active .pager{
    transition-delay: 400ms;
}


.contents{
    background-color: #fff;
}


.pager a{
    pointer-events: all;
}

.chara{
    pointer-events: none;
}
.buttons{
    position: relative;
    z-index: 1;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
}
@media print,screen and (min-width: 769px) {
 
    
    .contents{
        position: relative;
        height: calc(100vh);
        
        background: #52d2ff;
background: -moz-linear-gradient(top, #52d2ff 0%, #e0fbff 100%);
background: -webkit-linear-gradient(top, #52d2ff 0%,#e0fbff 100%);
background: linear-gradient(to bottom, #52d2ff 0%,#e0fbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d2ff', endColorstr='#e0fbff',GradientType=0 );

    }
    
    
    
    
    
    
    .contents .content{
        position: absolute;
        left: 0;
        top: 0;
        width:100%;  
        height: 100%;
        overflow: hidden;
    }
  
    
    .content .title{
        display: block;
        position: absolute;
        left: 0;
        top: -80px;
        background-color: #fff;
        height: 80px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        z-index: 10;
        border-bottom: 1px #d1d1d1 solid;
    }
    
    .content .title h1{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-size: 26px;
        line-height: 1em;
        font-weight: bold;
    }
    
    .content .title h1 .q{
        font-size: 36px;
        color: #02993b;
        font-weight: bold;
        font-family: 'Lexend', sans-serif;
    }
    
    .content .back{
        /* background-color: #f1f1f1; */
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-background-size: cover;
        background-size:cover ;
        background-position: center center;
    }

    
  
    .content .inner{
        width: 1366px;
        height: 640px;
        position: absolute;
        left: calc(50% - ( 1366px / 2 ));
        top: calc((100% - 80px - 35px ) / 2 - (640px / 2) + 80px );
        
    }
    
    
    .content.paneltype .inner{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;

    }

    
  
    
    .pager{
        position: absolute;
        left: 30px;
        bottom: -120px;
        width: calc(100% - 60px);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content:space-between;
        z-index: 200;
        pointer-events: none;
    }

    .content.active .pager{
        bottom: 60px;
    }
    
    .pager .next{

        opacity:0.2;
    }

    
    .pager .next.active{
        opacity:1;
    }
    
    .pager .next a{
        width: 180px;
        height: 60px;
        display: block;
        background-color: #FFEF01;
        text-decoration: none;
        line-height: 1em;
        color: #1F469C;
        font-weight: bold;
        font-size: 22px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-image: url(../img/next.png);
        -webkit-background-size: calc(40px / 2) calc(40px / 2);
        background-size: calc(40px / 2) calc(40px / 2);
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat;
        border-radius: 20px;
        border:3px #1F469C solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
    }
    

    .pager .next.result a{
        font-size: 16px;
        width: 260px;
        line-height: 1.3em;
    }
    
    
    .pager .prev{

    }

    .pager .prev a{
        width: 180px;
        height: 60px;
        display: block;
        background-color: #a0a0a0;
        text-decoration: none;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-image: url(../img/prev.png);
        -webkit-background-size: calc(40px / 2) calc(40px / 2);
        background-size: calc(40px / 2) calc(40px / 2);
        background-position: 20px center;
        background-repeat: no-repeat;
        border-radius: 20px;
        padding-left: 20px;
        border:3px #1F469C solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .pager .pbtn{
        border: 4px #000 solid;
        border-radius: 100px;
        box-shadow: 0 4px 0 #00504a;
        background-color: #00504a;
        margin-left: 20px;
    }

    .pager .pbtn a{
        text-align: center;
        width: 180px;
        height: 60px;
        display: block;
        background-color: #a0a0a0;
        text-decoration: none;
        line-height: 1.35em;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        border-radius: 20px;
        border:4px #fff solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    

    .pager .pbtn.red a{
        background-color: #e60000;
    }
    
    .pager .pbtn.green a{
        background-color: #00bbb8;
    }
    
    .pager .pbtn.s a{
        font-size: 16px;
    }
    
    
    .pager li.flex{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .pager ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }


    #q1 .door .btn a {
        background-color: #a0a0a0;
        color: #FFF;
    }
    #q2 .door .btn a {
        background-color: #a0a0a0;
        color: #FFF;
    }
    #q3 .door .btn a {
        background-color: #a0a0a0;
        color: #FFF;
    }
    #q4 .door .btn a {
        background-color: #a0a0a0;
        color: #FFF;
    }    
    #q5 .door .btn a {
        background-color: #a0a0a0;
        color: #FFF;
    }
    
    
    
    
    
    .btn{
        background-color: #00504a;
        border-radius: 20px;
        border: 3px #00504a solid;
        box-shadow: 0 4px 0px #00504a;
        width: 100px;
        height: 100px;
        font-size: 26px;
        line-height: 1.35em;
        top: -4px;
        position: relative;
    }
    .btn a{
        background-color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
       
        color: #00504a;
        font-weight: bold;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border:3px #fff solid;
        border-radius: 18px;
        text-align: center;
    }
    
  
    .btn.active{
        box-shadow:none;
        top: 0px;
    }
    .btn.active a{
        background-color: #02993b;
        color: #ffe652;
    }
    
    .btn a span{
        display: block;
        font-weight: bold;
    }
    .btn a .small{
        display: block;
        font-weight: bold;
        display: block;
        line-height: 1em;
    }
    

    

    
    .panels{
        position: relative;
        z-index: 100;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-left: 100px;
        margin-top: -60px;
    }
    .panels .panel{
        margin-left: 20px;
        margin-right: 20px;
        width: 300px;
        height: 370px;
    }
    .panels .panel .out{
        width: 300px;
        height: 370px;
        background-color: #fff;
        border-radius: 20px;
        border:4px #00504a solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .panels .panel a{
        border-radius: 20px;
        border:6px #fff solid;
        display: block;
        padding: 10px;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .panels .panel .image{
        display: block;
    }
    .panels .panel .text{
        display: block;
        font-size: 18px;
        line-height: 1.5em;
        text-align: center;
        height: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-weight: bold;
    }

    
    .panels .panel.active .out{
        border:6px #e60000 solid;
    }
    .panels .panel.active a{
        background-image: url(../img/panel_back.png);
        -webkit-background-size: 56px 56px;
        background-size:56px 56px;
        border:6px #fff solid;
    }
    .panels .panel.active .text{
        color: #fff;
    }
}





@media only screen and (max-width: 768px) {

  



    .contents{
        position: relative;
        height: 110vh;

        background: #52d2ff;
background: -moz-linear-gradient(top, #52d2ff 0%, #e0fbff 100%);
background: -webkit-linear-gradient(top, #52d2ff 0%,#e0fbff 100%);
background: linear-gradient(to bottom, #52d2ff 0%,#e0fbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52d2ff', endColorstr='#e0fbff',GradientType=0 );


    }
    
    
    .contents .content{
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        /* padding-top: 18vw; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        /*display: flex;
        justify-content: center;
        align-items: center;*/


    }


    .content .title{
        display: block;
        position: absolute;
        left: 0;
        top: -18vw;
        background-color: #fff;
        height: 12vw;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        z-index: 10;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px #d1d1d1 solid;

    }
    .content .title h1{
        font-size: 3.6vw;
        line-height: 1.2em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-weight: bold;
    }
    
    .content .title h1 .q{
        font-size: 4.6vw;
        color: #02993b;
        font-weight: bold;
    }

    .content .back{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-background-size: cover;
        background-size:cover ;
        background-position: center center;
    }

    .content .inner{
        width: 100%;
        position: relative;
        height: 100vh;
    }

    .pager{
        position: absolute;
        left: 3vw;
        bottom: -28vw;
        width: calc(100% - 6vw);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-end;
        align-items:flex-end;
        justify-content:space-between;
        z-index: 200;
    }
    
    .content.active .pager{
        bottom: 25vw;
    }

    /*.pager .next{
        border: 0.5vw #1F469C solid;
        border-radius: 100px;
        background-color: #1F469C;
        opacity:0.2;
    }
    
     .pager .next.active{
        opacity:1;
    }*/

     .pager .next a{
        width: 28vw;
        height: 10vw;
        display: block;
        background-color: #FFEF01;
        text-decoration: none;
        line-height: 1em;
        color: #1F469C;
        font-weight: bold;
        font-size: 4vw;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-image: url(../img/next.png);
        -webkit-background-size: calc(4vw) calc(4vw );
        background-size:  calc(4vw) calc(4vw  );
        background-position: calc(100% - 2vw) center;
        background-repeat: no-repeat;
        border-radius: 20px;
        border:3px #1F469C solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3vw;
    }

    .pager .next.result a{
        font-size: 2.6vw;
        width: 42vw;
        line-height: 1.3em;
    }
    
    
    .pager .pbtn{
        margin-top: 2vw;
        border: 1vw #00504a solid;
        border-radius: 100px;
        box-shadow: 0 1vw 0 #00504a;
        background-color: #00504a;
        margin-left: 2vw;
    }

    
    .pager .pbtn a{
        width: 28vw;
        height: 10vw;
        display: block;
        background-color: #e60000;
        text-decoration: none;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        font-size: 4vw;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        border-radius: 100px;
        border:0.5vw #fff solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .pager .pbtn.red a{
        background-color: #e60000;
    }

    .pager .pbtn.green a{
        background-color: #00bbb8;
    }

    .pager .pbtn.s a{
        font-size: 3vw;
    }

    .pager > li.flex > ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:flex-end;
    }

    /*.pager .prev{
        background-color: #00504a;
        border: 0.5vw #00504a solid;
        border-radius: 100px;
        box-shadow: 0 1vw 0 #00504a;
    }*/

    .pager .prev a{
        width: 28vw;
        height: 10vw;
        display: block;
        background-color: #a0a0a0;
        text-decoration: none;
        line-height: 1em;
        color: #fff;
        font-weight: bold;
        font-size: 4vw;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-image: url(../img/prev.png);
        -webkit-background-size: calc(4vw) calc(4vw );
        background-size:  calc(4vw) calc(4vw);
        background-position: 2vw center;
        background-repeat: no-repeat;
        border-radius: 20px;
        padding-left: 3vw;
        border:0.5vw #fff solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }




    .btn{
        background-color: #1F469C;
        border-radius: 10px;
        border: 3px #1F469C solid;
        width: 20vw;
        height: 20vw;
        font-size: 5vw;
        line-height: 1.35em;
        box-shadow: 0px 3px 0px #1F469C ;
        top: -4px;
        position: relative;
    }
    
    .btn a{
        background-color: #a0a0a0;
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border-radius: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px #fff solid;
        text-align: center;
    }
    .btn.active{
        top: 0px;
        box-shadow: 0 0 0 ;
    }
    .btn.active a{
        background-color: #1F469C;
        color: #FFF;
        border: 3px #1F469C solid;
    }
    
    .btn a span{
        display: block;
        font-weight: bold;
    }
    .btn a .small{
        display: block;
        font-weight: bold;
        display: block;
        line-height: 1em;
    }
    

    

    

    .panels{
        margin-left:20vw;
        margin-right: 6vw;
        margin-top: 6vw;
        position: relative;
    }
    .panels .panel{
        margin-bottom: 3vw;
    }
    
    .panels .panel .out{
        background-color: #fff;
        border-radius: 16px;
        border:2px #00504a solid;
    }
    .panels .panel a{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        border-radius: 16px;
        border:2px #fff solid;
        padding: 2vw;
    }
    .panels .panel .image{
        display: block;
        width: 30vw;
        border-radius: 10px;
        overflow: hidden;
    }
    .panels .panel .text{
        display: block;
        font-size: 3.2vw;
        line-height: 1.5em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-weight: bold;
        margin-left: 3vw;
        flex:1;
    }
    
    .panels .panel .text br{
        display: none;
    }

    .panels .panel .text br.andsp{
        display: block;
    }

    .panels .panel.active .out{
        border:2px #e60000 solid;
    }
    .panels .panel.active a{
        background-image: url(../img/panel_back.png);
        -webkit-background-size: 56px 56px;
        background-size:56px 56px;
        border:2px #fff solid;
    }
    .panels .panel.active .text{
        color: #fff;
    }
    
    

}
@media only screen and (max-width: 480px) {
    .content .inner{
        height: 100vh;
    }
    .contents{
        height: calc(100dvh - 40px);
    }
    .copyright {
        text-align: center;
        font-size: 8px;
    }    
    .content.active .pager{
        bottom: 10vw;
    }
    .content .back {
        height: 100dvh;
    }
    .contents .content{
        position: relative;
    }
}


