@charset "utf-8";

.inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}


/*============================
contents
============================*/
.contents {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav_btn_list {
    width: 100%;
    position: fixed;
    left: 0;
    top: 50px;
}
.nav_btn_list a {
    display: block;
    width: 396px;
    max-width: 30%;
    transition: 0.3s;
    margin-bottom: 10px;
    transform: translateX(-40px);
}
.nav_btn_list a:hover {
    transform: translateX(-10px);
}
.nav_btn_list a.btn_main {
    margin-top: 50px;
}

.back_top {
    position: fixed;
    left: 20px;
    top: 20px;
    transition: 0.3s;
    display: block;
    width: 130px;
}
.back_top:hover {
    opacity: 0.7;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    border-radius: 20px;
    border: 4px solid #009a3e;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 900px;
    max-width: 50%;
}
.close_btn {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 60px;
}
.close_btn img {
    max-width: 100%;
}

.modal .ttl {
    position: absolute;
    left: -30px;
    top: -40px;
}
.modal iframe {
    margin-bottom: 30px;
}



#modal01 .ttl { width: 303px;}
#modal01 .att {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}
#modal01 .chara {
    width: 200px;
    position: absolute;
    right: -250px;
    bottom: 0;
}
#modal01 .why {
    width: 270px;
    position: absolute;
    left: -250px;
    bottom: 0;
}


#modal02 .ttl { width: 178px;}
#modal02 .chara {
    width: 200px;
    position: absolute;
    left: -250px;
    bottom: 0;
}


#modal03 .ttl { width: 289px;}
#modal03 .chara {
    width: 250px;
    position: absolute;
    right: -280px;
    bottom: 250px;
}


#modal04 .ttl { width: 339px;}
#modal04 .chara {
    width: 550px;
    position: absolute;
    left: -300px;
    bottom: -20px;
}


#modal05 .ttl { width: 258px;}
#modal05 .chara {
    width: 300px;
    position: absolute;
    right: -274px;
    bottom: 30px;
}


#modal06 .ttl { width: 174px;}
#modal06 .chara {
    width: 280px;
    position: absolute;
    left: -300px;
    bottom: 0;
}
#modal06 .why {
    width: 400px;
    position: absolute;
    right: -380px;
    bottom: 0;
}


#modal07 .ttl { width: 208px;}
#modal07 .chara {
    width: 300px;
    position: absolute;
    right: 100px;
    top: -167px;
    margin: 0 auto;
}



#modal08 {
    text-align: center;
}
#modal08 .modal__content {
    max-width: 30%;
    width: 900px;
}
#modal08 .ttl { width: 320px;}
#modal08 .chara {
    width: 250px;
    position: absolute;
    right: -200px;
    bottom: -50px;
}
#modal08 .why {
    width: 400px;
    position: absolute;
    left: -380px;
    bottom: 80px;
}
#modal08 .matter {
    width: 350px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    transition: 0.3s;
}
#modal08 .matter img {
    max-width: 100%;
}
#modal08 .matter:hover {
    opacity: 0.7;
}


#modal09 .ttl { width: 232px;}
#modal09 .chara {
    width: 250px;
    position: absolute;
    left: -280px;
    bottom: 150px;
}
#modal09 .why {
    width: 400px;
    position: absolute;
    right: -380px;
    bottom: 0;
}


#modal10 .ttl { width: 257px;}


#modal11 .ttl { width: 177px;}


#modal12 .ttl { width: 232px;}
#modal12 .chara {
    width: 380px;
    position: absolute;
    right: -300px;
    bottom: -30px;
}

#modal13 .ttl { width: 155px;}
#modal13 .chara {
    width: 300px;
    position: absolute;
    right: -280px;
    bottom: 0px;
}
#modal13 .view {
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    transition: 0.3s;
}
#modal13 .view img {
    max-width: 100%;
}
#modal13 .view:hover {
    opacity: 0.7;
}



.updown {
    animation-name:updown;
    animation-delay:0s;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; 
}
 
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}




@media only screen and (max-width: 768px) {
    
    /*============================
    contents
    ============================*/
    
    
    
    
}









