.booling{
    background: rgba(27, 68, 22, .1);
    padding: 25px 0;
}
@media screen and (min-width:960px){
.booling{
    padding: 40px 0;
}
}
.booling a{
    width: 90vw;
    height: 80px;
    line-height: 80px;
    display: block;
    margin: auto;
    color: #fff;
    position: relative;
    background: #65421D;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
}
@media screen and (min-width:960px){
    .booling a{
        width: 500px;
        height: 90px;
        line-height: 90px;
        font-size: 2rem;
    }
}
.booling a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}


.mv_area{
    position: relative;
}
@media screen and (min-width:960px){
   .mv_area{
        background: url(../img_mouse/mv_pc.png) no-repeat 0 0;
        height: 434px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
   }
}
.mv_area .text_area{
    position: absolute;
    top: 40px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (min-width:960px){
    .mv_area .text_area{
        /* position: relative;
        width: 565px;
        height: 770px; */
    }
    .mv_area .text_area > .contener{
        position: absolute;
        width: 642px;
        height: 434px;
        right: 8%;
        top: -40px;
        background: url(../img_mouse/mv_pc2.png) no-repeat center center;
        background-size: 100% 100%;
    }
}
.mv_area .text_area .catch{
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
}
@media screen and (min-width:960px){
    .mv_area .text_area .catch{
        margin: 70px auto 10px;
        font-size: 2.7rem;
    }
}
.mv_area .text_area h1{
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 20px;
}
@media screen and (min-width:960px){
    .mv_area .text_area h1{
        font-size: 6rem;
        margin-bottom: 25px;
    }
}
.mv_area .text_area .contener .box p{
    margin: 2px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
}
@media screen and (min-width:960px){
    .mv_area .text_area .contener .box p{
        margin: 4px auto 0;
        font-size: 3rem;
    }
}


.sec01{
    background: url(../img_mouse/sec01_bg_sp.png) no-repeat 0 0;
    padding: 30px 5vw 20px;
    background-size: 100% 100%;
}
@media screen and (min-width:960px){
    .sec01{
        background: url(../img_mouse/sec01_bg_pc.png) no-repeat 0 0;
        padding: 60px 10% 20px;
        background-size: 100% 100%;
    }
}
.sec01 h2{
    color:#333333;
    font-size:2.4rem;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
}
@media screen and (min-width:960px){
    .sec01 h2{
        font-size:4rem;
        margin: 0 auto 30px;
    }
}
.sec01 h2:before{
    content: url('../img_mouse/sec01_en.png');
    position: absolute;
    left: -8vw;
    margin: auto;
    top: -60px;
    width: 517px;
    height: 164px;
    transform: scale(.3);
}
@media screen and (min-width:960px){
    .sec01 h2:before{
        top: -50px;
        left: 0;
        right: 0;
        transform: scale(.5);
    }
}
.sec01 ul{
    padding-bottom: 40px;
}
@media screen and (min-width:960px){
    .sec01 ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .sec01 ul:after{
        content:"";
        display: block;
        width:50%;
    }
}
.sec01 li{
    width:  100%;
    height: 80px;
    color:#333333;
    font-size:1.5rem;
    text-align: center;
    background: #fff;
    box-shadow: 4px 4px 0 0 #65421D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
}
@media screen and (min-width:960px){
    .sec01 li{
        width: 48%;
        font-size:1.6rem;
        height: 70px;
    }
}
@media screen and (min-width:1200px){
    .sec01 li{
        font-size:1.8rem;
    }
}
.sec01 li:before,.sec01 li:after{
    position: absolute;
    content: "";
}
.sec01 li:nth-of-type(1):before{
    background: url(../img_mouse/sec01_1.png) no-repeat 0 0;
    width: 36px;
    height: 65px;
    top: -25px;
    left: 10px;
    transform: scale(.5);
}
.sec01 li:nth-of-type(2):before{
    background: url(../img_mouse/sec01_2.png) no-repeat 0 0;
    width: 74px;
    height: 52px;
    top: 10px;
    left: -30px;
    transform: scale(.5);
}
.sec01 li:nth-of-type(3):before{
    background: url(../img_mouse/sec01_3.png) no-repeat 0 0;
    width: 71px;
    height: 67px;
    top: -25px;
    right: 0px;
    transform: scale(.5);
}
.sec01 li:nth-of-type(4):before{
    background: url(../img_mouse/sec01_4.png) no-repeat 0 0;
    width: 42px;
    height: 69px;
    top: 10px;
    left: 10px;
    transform: scale(.5);
}
.sec01 li:nth-of-type(5):before{
    background: url(../img_mouse/sec01_5.png) no-repeat 0 0;
    width: 71px;
    height: 66px;
    top: -5px;
    left: -5px;
    transform: scale(.5);
}
.sec01 li:nth-of-type(5):after{
    background: url(../img_mouse/sec01_6.png) no-repeat 0 0;
    width: 37px;
    height: 80px;
    top: 20px;
    right: 0px;
    transform: scale(.5);
}

.sec02{
    background: url(../img_mouse/sec02_bg_sp.png) no-repeat 0 0;
    padding: 30px 5vw 20px;
    background-size: 100% 100%;
    margin-top: -48px;
    z-index: -1;
    position: relative;
    color: #fff;
}
@media screen and (min-width:960px){
    .sec02{
        background: url(../img_mouse/sec02_bg_pc.png) no-repeat 0 0;
        padding: 60px 10% 30px;
        background-size: 100% 100%;
        margin-top: -58px;
    }
}
.sec02 h2{
    font-size: 3.2rem;
    text-align: center;
    margin: 40px auto 15px;
}
@media screen and (min-width:960px){
   .sec02 h2{
        font-size: 4.4rem;
        margin: 40px auto 25px;
    } 
}
@media screen and (min-width:960px){
    .sec02 > div{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.sec02 > div dl{
    margin: 0 auto 25px;
}
@media screen and (min-width:960px){
    .sec02 > div dl{
        width: 48%;
    }
}
.sec02 > div dl dd{
    font-size: 1.6rem;
    text-align: center;
    margin: 8px auto 0;
}
@media screen and (min-width:960px){
    .sec02 > div dl dd{
        font-size: 1.6rem;
    }
}

.sec03{
    padding: 40px 0 0;
}
@media screen and (min-width:960px){
    .sec03{
        padding: 80px 0 60px;
    }
}
.sec03 h2{
    color:#333333;
    font-size:2.4rem;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}
@media screen and (min-width:960px){
    .sec03 h2{
        font-size:4rem;
        margin: 0 auto 50px;
    }
}
.sec03 h2:before{
    content: url('../img_mouse/sec03_en.png');
    position: absolute;
    left: -8vw;
    margin: auto;
    top: -50px;
    width: 499px;
    height: 181px;
    transform: scale(.4);
}
@media screen and (min-width:960px){
    .sec03 h2:before{
        top: -55px;
        left: 0;
        right: 0;
        transform: scale(.5);
    }
}

@media screen and (min-width:960px){
    .sec03 > div .box{
        display: flex;
        margin: 0 auto 40px;
    }
    .sec03 > div .box:nth-of-type(2n-1){
        justify-content: flex-start;
    }
    .sec03 > div .box:nth-of-type(2n){
        justify-content: end;
        flex-direction: row-reverse;
    }
}
.sec03 > div .box picture img{
    width: 95vw; 
}

@media screen and (min-width:960px){
    .sec03 > div .box picture{
        width: 40%; 
    }
    .sec03 > div .box:nth-of-type(2n-1) picture{
        margin-right: 3%;
    }
    .sec03 > div .box:nth-of-type(2n) picture{
        margin-left: 3%;
    }
    .sec03 > div .box picture img{
        width: 100%; 
    }
}
.sec03 > div .box div{
    width: 90vw;
    margin: 20px auto 60px;
}
@media screen and (min-width:960px){
    .sec03 > div .box div{
        width: 46%;
        margin: 30px 0 0;
    }
}
.sec03 > div .box div p{
    color: rgba(51, 51, 51, .3);
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: inline-block;
}
@media screen and (min-width:960px){
    .sec03 > div .box div p{
        color: rgba(51, 51, 51, .3);
        font-size: 1.4rem;
    }
}
.sec03 > div .box div p:after{
    content: "";
    position: absolute;
    right: -55px;
    width: 50px;
    height: 1px;
    background: rgba(51, 51, 51, .3);
    top: 9px;
}
@media screen and (min-width:960px){
    .sec03 > div .box div p:after{
        right: -80px;
        width: 70px;
    }
}
.sec03 > div .box div dt{
    font-size: 2.2rem;
    color: #65421D;
    line-height: 1.5;
    margin: 10px auto 10px;
}
@media screen and (min-width:960px){
    .sec03 > div .box div dt{
        font-size: 3rem;
    }
}
.sec03 > div .box div dd{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:960px){
    .sec03 > div .box div dd{
        font-size: 1.6rem;
    }
}

.sec04{
    background: #F2F2F2;
    padding: 50px 0 50px;
}
@media screen and (min-width:960px){
    .sec04{
        padding: 60px 10% 50px;
    }
}
.sec04 h2{
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 20px;
}
@media screen and (min-width:960px){
    .sec04 h2{
        font-size: 4rem;    
        margin: 0 auto 20px;
    }
}
.sec04 dl{
    width: 90vw;
    margin: auto;
}
@media screen and (min-width:960px){
    .sec04 dl{
        width: 100%;
        margin: 0 auto 40px;
    }
}
.sec04 dl dd{
    text-align: center;
    font-size: 1.6rem;
    margin: 10px auto 0;
}
@media screen and (min-width:960px){
    .sec04 dl dd{
        font-size: 2rem;
        margin: 20px auto 0;
    }
}


.sec05{
    background: url(../img_mouse/sec05_bg_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 50px 0 50px;
}
@media screen and (min-width:960px){
    .sec05{
        background: url(../img_mouse/sec05_bg_pc.png) no-repeat 0 0;
        background-size: 100% 100%;
        padding: 60px 10% 50px;
    }
}
.sec05 .catch{
    color:#65421D;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}
@media screen and (min-width:960px){
    .sec05 .catch{
        font-size: 2.4rem;
    }
}
.sec05 .catch:before{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background: #65421D;
    top: 9px;
}
.sec05 h2{
    color:#333;
    font-size: 2.4rem;
    text-align: center;
    margin: 40px auto 15px;
    position: relative;
}
@media screen and (min-width:960px){
    .sec05 h2{
        font-size: 4.7rem;
        margin: 40px auto 35px;
    }
}
.sec05 h2:before {
    content: url(../img_mouse/sec05_en.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    width: 341px;
    height: 155px;
    transform: scale(.3);
}
@media screen and (min-width:960px){
    .sec05 h2:before {
        top: -40px;
        transform: scale(.4);
    }
}
@media screen and (min-width:960px){
    .sec05 .contener{
        display: flex;
        width: 90%;
        margin: auto;
        max-width: 1200px;
    }
}
.sec05 .contener .box{
    width: 90vw;
    margin:auto;
    position: relative;
}
@media screen and (min-width:960px){
    .sec05 .contener .box{
        width: 50%;
    }
}
.sec05 .contener .box p{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}
@media screen and (min-width:960px){
    .sec05 .contener .box p{
        top: 75px;
        font-size: 2.8rem;
    }
}

.sec06{
    background: rgba(27, 68, 2, .1);
    padding-bottom: 80px;
}
@media screen and (min-width:960px){
    .sec06{
        padding-bottom: 120px;
    }
}
.sec06 .img{
    position: relative;
}
.sec06 .img p{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
}
@media screen and (min-width:960px){
    .sec06 .img p{
        font-size: 3.6rem;
        top: 50px;
    }
}
@media screen and (min-width:960px){
    .sec06 .contener{
        margin:  0 10%;
    }
}
.sec06 .contener .maintext{
    text-align: left;
    color: #333;
    font-size: 1.4rem;
    margin: 0 auto ;
    padding: 30px 0;
    width: 90vw;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
@media screen and (min-width:960px){
    .sec06 .contener .maintext{
        text-align: center;
        padding: 50px 0;
        width: auto;
        font-size: 1.8rem;
    }
}
.sec06 .contener .content1 .box{
    background: rgba(61, 47, 100, .1);
    width: 90vw;
    margin: auto;
    padding: 25px;
}
@media screen and (min-width:960px){
    .sec06 .contener .content1 .box{
        display: flex;
        align-items: center;
        margin: 0 auto 20px;
        width: auto;
        padding: 25px 25px 30px;
        max-width: 1200px;
    }
}
.sec06 .contener .content1 .box:first-of-type{
    margin-bottom: 10px;
}
.sec06 .contener .content1 .box .ttl{
    color: #3D2F96;
    font-size: 2rem;
    text-align: center;
}
@media screen and (min-width:960px){
    .sec06 .contener .content1 .box .ttl{
        width: 40%;
    }
    .sec06 .contener .content1 .box dl{
        width: 60%;
    }
}
.sec06 .contener .content1 .box dt{
    color: #333;
    font-size: 1.4rem;
    margin: 15px auto 10px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
}
@media screen and (min-width:960px){
    .sec06 .contener .content1 .box dt{
        margin: 15px auto 20px;
    }
}
.sec06 .contener .content1 .box dd{
    font-size: 2.5rem;
    color: #333;
}
@media screen and (min-width:960px){
    .sec06 .contener .content1 .box dd{
        font-size: 3rem;
    }
}
.sec06 .contener .content1 .box dd .deco{
    background: #fff;
    padding: 5px 8px;
    font-size: 1.5rem;
    color: #333;
    margin-right: 10px;
    margin-top: -15px;
    vertical-align: top;
}

.sec06 .contener .content1 .box dd .tax{
    font-size: 1.8rem;
    color: #333;
}
@media screen and (min-width:960px){
    .sec06 .contener .content1 .box dd .tax{
        font-size: 2.2rem;
    }
}
.sec06 .content2{
    margin-top: 60px;
    padding-top: 50px;
}
@media screen and (min-width:960px){
    .sec06 .content2{
        padding-top: 80px;
    }
}
.sec06 .content2 h2{
    font-size: 2.4rem;
    position: relative;
    color: #333;
    text-align: center;
}
@media screen and (min-width:960px){
    .sec06 .content2 h2{
            font-size: 4.7rem;
    }
}
.sec06 .content2 h2:before {
    content: url(../img_mouse/sec06_en.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -55px;
    width: 341px;
    height: 155px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec06 .content2 h2:before {
        top: -45px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
.sec06 .content2 .box{
    width: 90vw;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box{
        width: auto;
        margin: 120px auto 0;
    }
}
.sec06 .content2 .box:before{
    content: "";
    position: absolute;
    top: 95px;
    left: -5vw;
    background: #fff;
    width: 80vw;
    height: 95%;
    z-index: -1;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box:before{
        top: 125px;
    }
    .sec06 .content2 .box .flexpc{
        display: flex;
    }
    .sec06 .content2 .box:nth-of-type(2n) .flexpc{
        flex-direction: row-reverse;
    }
    .sec06 .content2 .box .flexpc > img{
        width: 45%;
        margin-right: 3%;
        height: 100%;
    }
    .sec06 .content2 .box:nth-of-type(2n) .flexpc > img{
        margin-left: 3%;
        margin-right: 0;
    }
}
.sec06 .content2 .box:nth-of-type(2n):before{
    left:auto;
    right: -5vw;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box:nth-of-type(2n):before{
        left:auto;
        right: 0;
    }
}
@media screen and (min-width:960px){
    .sec06 .content2 .box .flexpc > div{
        width:40%;
    }
    .sec06 .content2 .box .ex{
        width:80%;
        margin: 30px auto 0;
        display: block;
    }
}
.sec06 .content2 .box .num{
    color: rgba(27, 68, 22, .4);
    font-size: 3rem;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box .num{
        font-size: 4rem;
    }
}
.sec06 .content2 .box .ttl{
    font-size: 1.8rem;
    color: #65421D;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box .ttl{
        font-size: 2.2rem;
    }
}
.sec06 .content2 .box h3{
    font-size: 2.6rem;
    color: #1B4416;
    margin-bottom: 20px;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box h3{
        font-size: 3.6rem;
        margin-bottom: 0;
    }
}
/* .sec06 .content2 .box .catch{
    font-size: 1.8rem;
    color: #2F5596;
    margin: 20px auto;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box .catch{
        font-size: 2.2rem;
    }
} */
.sec06 .content2 .box .text{
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    margin: 25px auto;
    color: #333;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box .text{
        font-size: 1.6rem;
    }
}
.sec06 .content2 .box h4{
    font-size: 1.6rem;
    color: #1B4416;
    margin: 20px auto 10px;
    border-top: 1px solid #1B4416;
    border-bottom: 1px solid #1B4416;
    padding: 5px 0;
}
.sec06 .content2 .box ul{
    margin-bottom: 20px;
}
@media screen and (min-width:960px){
    .sec06 .content2 .box ul{
        margin-bottom: 0;
    }
}
.sec06 .content2 .box li{
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    color: #333;
    font-weight: 500;
}



.sec07{
    background: #fff;
    margin: 0 auto 0;
}
.sec07 .img{
    position: relative;
}
.sec07 .img p{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
}
.sec07 .content2{
    margin-top: 60px;
    padding-bottom: 8%;
}
.sec07 .content2 .box{
    width: 90vw;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box{
        width: auto;
        margin: 120px auto 0;
    }
}
.sec07 .content2 .box:before{
    content: "";
    position: absolute;
    top: 67px;
    left: -5vw;
    background: rgba(242, 242, 242, .8);
    width: 80vw;
    height: 98%;
    z-index: -1;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box:before{
        top: 90px;
    }
    .sec07 .content2 .box .flexpc{
        display: flex;
    }
    .sec07 .content2 .box:nth-of-type(2n) .flexpc{
        flex-direction: row-reverse;
    }
    .sec07 .content2 .box .flexpc > img{
        width: 45%;
        margin-right: 3%;
    }
    .sec07 .content2 .box:nth-of-type(2n) .flexpc > img{
        margin-left: 3%;
        margin-right: 0;
    }
}
.sec07 .content2 .box:nth-of-type(2n):before{
    left:auto;
    right: -5vw;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box:nth-of-type(2n):before{
        left:auto;
        right: 0;
    }
}
@media screen and (min-width:960px){
    .sec07 .content2 .box .flexpc > div{
        width:40%;
    }
    .sec07 .content2 .box .ex{
        width:80%;
        margin: 30px auto 0;
        display: block;
    }
}
.sec07 .content2 .box .num{
    color: rgba(101, 66, 29, .4);
    font-size: 3rem;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box .num{
        font-size: 4rem;
    }
}
.sec07 .content2 .box .ttl{
    font-size: 2.6rem;
    color: #65421D;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box .ttl{
        font-size: 3.6rem;
    }
}
.sec07 .content2 .box .catch{
    font-size: 1.8rem;
    color: #65421D;
    margin: 20px auto;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box .catch{
        font-size: 2.2rem;
    }
}
.sec07 .content2 .box .text{
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    margin: 25px auto;
}
@media screen and (min-width:960px){
    .sec07 .content2 .box .text{
        font-size: 1.6rem;
    }
}
.sec07 .content2 h3{
    font-size: 1.7rem;
    padding: 10px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    color: #333;
    text-align: center;
}
@media screen and (min-width:960px){
    .sec07 .content2 h3{
        font-size: 2rem;
        width: 80%;
        margin: 50px auto 15px;
    }
}
@media screen and (min-width:960px){
    .sec07 .content2 .inner{
        display: flex;
        width: 80%;
        justify-content: space-between;
        margin: auto;
    }
    .sec07 .content2 .inner > div{
        width:31%
    }
}
.sec07 .content2 dt{
    font-size: 1.8rem;
    margin: 15px auto 10px;
}
@media screen and (min-width:960px){
    .sec07 .content2 dt{
        font-size: 2.2em;
    }
}
.sec07 .content2 dd{
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 15px;
}
@media screen and (min-width:960px){
    .sec07 .content2 dd{
        font-size: 1.5rem;
    }
}

.sec08{
    padding: 30px 5vw 20px;
}
@media screen and (min-width:960px){
    .sec08{
        padding: 60px 5% 20px;
    }
}
.sec08 h2{
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
@media screen and (min-width:960px){
    .sec08 h2{
        font-size: 3.6rem;
    }
}
.sec08 h2:before {
    content: url(../img_mouse/sec08_en.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -65px;
    width: 363px;
    height: 172px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec08 h2:before {
        top: -50px;
        transform: scale(.4);
    }
}
.sec08 ul{
}
@media screen and (min-width: 960px) {
    .sec08 ul{
        display: flex;
    }
}
.sec08 ul li{
    display: flex;
    margin-top: -1px;
}
@media screen and (min-width: 960px) {
    .sec08 ul li{
        display: block;
        margin-top: 0;
    }
}
.sec08 ul li p{
    font-size: 1.5rem;
    width: 10vw;
    height: 200px;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    align-items: center;
    padding-top: 15px;
    line-height: 2.5;
    margin-right: 5vw;
}
@media screen and (min-width: 960px) {
    .sec08 ul li p{
        writing-mode:inherit;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 10px;
    }
}
.sec08 ul li:nth-of-type(1) p{
    background: linear-gradient(to bottom, #B0783D, #A77239);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(1) p{
        background: linear-gradient(to right, #B0783D, #A77239);
    }
}
.sec08 ul li:nth-of-type(2) p{
    background: linear-gradient(to bottom, #A77239, #9C6934);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(2) p{
        background: linear-gradient(to right, #A77239, #9C6934);
    }
}
.sec08 ul li:nth-of-type(3) p{
    background: linear-gradient(to bottom, #9C6934, #90612F);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(3) p{
        background: linear-gradient(to right, #9C6934, #90612F);
    }
}
.sec08 ul li:nth-of-type(4) p{
    background: linear-gradient(to bottom, #90612F, #84582A);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(4) p{
        background: linear-gradient(to right, #90612F, #84582A);
    }
}
.sec08 ul li:nth-of-type(5) p{
    background: linear-gradient(to bottom, #84582A, #7A5125);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(5) p{
        background: linear-gradient(to right, #84582A, #7A5125);
    }
}
.sec08 ul li:nth-of-type(6) p{
    background: linear-gradient(to bottom, #7A5125, #6F4921);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(6) p{
        background: linear-gradient(to right, #7A5125, #6F4921);
    }
}
.sec08 ul li:nth-of-type(7) p{
    background: linear-gradient(to bottom, #6F4921, #66431E);
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(7) p{
        background: linear-gradient(to right, #6F4921, #66431E);
    }
}
.sec08 ul li:nth-of-type(7) p{
    position: relative;
}
.sec08 ul li:nth-of-type(7) p:before{
    content: "";
    position: absolute;
    border: 10px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    height: 0;
    width: 0;
    right: 0;
    bottom: 0;
}
.sec08 ul li:nth-of-type(7) p:after{
    content: "";
    position: absolute;
    border: 10px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    height: 0;
    width: 0;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 960px) {
    .sec08 ul li:nth-of-type(7) p:before{
        content: "";
        position: absolute;
        border: 12px solid #fff;
        border-left-color: transparent;
        border-top-color: transparent;
        height: 0;
        width: 0;
        left: auto;
        right: 0;
        bottom: 0;
    }
    .sec08 ul li:nth-of-type(7) p:after{
        content: "";
        position: absolute;
        border: 12px solid #fff;
        border-left-color: transparent;
        border-bottom-color: transparent;
        height: 0;
        width: 0;
        right: 0;
        left: auto;
        top: 0;
    }
}
.sec08 ul li dl{
    margin-bottom: 10px;
}
.sec08 ul li:not(:first-of-type) dl{
    padding-top: 5px;
}
@media screen and (min-width: 960px) {
    .sec08 ul li:not(:first-of-type) dl{
        padding-top: 0;
    }
}
.sec08 ul li dl dd{
    font-size: 1.8rem;
    color: #333;
    padding-top: 12px;
}
.sec08 ul li dl dd span{
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 5px;
}
@media screen and (min-width: 960px) {
    .sec08 ul li dl dd span{
        font-size: 1.3rem;
        display: block;
        margin-top: 5px;
    }
}

.sec09{
    background: url(../img_mouse/sec09_bg_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 50px 0 50px;
}
@media screen and (min-width:960px){
    .sec09{
        background: url(../img_mouse/sec09_bg_pc.png) no-repeat 0 0;
        background-size: 100% 100%;
        padding: 60px 10% 50px;
    }
}
.sec09 h2{
    color:#333;
    font-size: 2.4rem;
    text-align: center;
    margin: 40px auto 25px;
    position: relative;
}
@media screen and (min-width:960px){
    .sec09 h2{
        font-size: 3.6rem;
        margin: 40px auto 35px;
    }
}
.sec09 h2:before {
    content: url(../img_mouse/sec09_en.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -85px;
    width: 291px;
    height: 210px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec09 h2:before {
        top: -70px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
@media screen and (min-width:960px){
    .sec09 .contener{
        display: flex;
        width: 90%;
        margin: auto;
        max-width: 1200px;
    }
}




.accordion-area{
  margin:0 auto 50px;
  width: 90vw;
}
@media screen and (min-width:900px){
    .accordion-area{
    margin:40px auto 70px;
    width: 80%;
    }
}
.accordion-area li{
  margin: 0 0 5px;
}
.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-size:1.6rem;
    font-weight: normal;
    padding: 10px 10% 10px 30px;
    transition: all .5s ease;
    text-indent: -3.3em;
    padding-left: 3em;
    background: #fff;
    text-align: left;
    color: #333;
}
@media screen and (min-width:900px){
    .accordion-area .title {
        font-size: 20px;
        padding: 10px 50px 10px 40px;
        text-indent: -2.5em;
        padding-left: 2.5em;
    }
}
.accordion-area .title span{
    color: #fff;
    padding: 10px;
    background: #1B4416;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    margin:0 10px;
    vertical-align: sub;
    font-size: 1.6rem;
}
@media screen and (min-width:900px){
    .accordion-area .title span{
        padding: 8px;
    }
}
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 25px;
    height: 25px;
}
.accordion-area .title::before{
    top:50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img_mouse/icon_plus.svg) no-repeat center;
}
.accordion-area .title.close::before{
    background: url(../img_mouse/icon_plus.svg) no-repeat center;
    top:50%;
    transform: translateY(-50%);
}
.accordion-area .box {
    display: none;
    background: #fff;
    position: relative;
}
@media screen and (min-width:900px){
    .accordion-area .box {
        padding: 20px 20px;
    }
}
.accordion-area .box:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    background: #ccc;
    top: 10px;
}
.accordion-area .box p{
    font-size: 1.6rem;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    text-indent: -3.5em;
    padding: 20px 10% 10px 30px;
    padding-left: 3em;
}
@media screen and (min-width:900px){
    .accordion-area .box p{
        padding: 10px 50px 10px 40px;
        font-size: 15px;
        padding-left: 2em;
    }
}
.accordion-area .box p span{
    font-size: 1.6rem;
    color: rgba(7, 68, 22, 1);
    padding: 6px 12px;
    background: rgba(27, 68, 22, .3);
    border-radius: 4px;
    height: 30px;
    width: 30px;
    margin:0 10px 0 13px;
    vertical-align: sub;
}
@media screen and (min-width:900px){
    .accordion-area .box p span{
        padding: 6px 11px;
    }
}
.accordion-area .box p .link{
    color: #E42560;
    text-decoration: underline;
}



.sec10{
    padding: 40px 5vw 40px;
    background: #E8ECE8;
    margin-bottom: 80px;
}
@media screen and (min-width:960px){
    .sec10{
        padding: 60px 0 50px;
        margin-bottom: 150px;
    }
}
.sec10 h2{
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
@media screen and (min-width:960px){
    .sec10 h2{
        font-size: 3.6rem;
    }
}
.sec10 h2:before {
    content: url(../img_mouse/sec10_en.png);
    position: absolute;
    left: -18vw;
    margin: auto;
    top: -60px;
    width: 511px;
    height: 158px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec10 h2:before {
        top: -50px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
.sec10 .box{
    display: flex !important;
}
.sec10 .box img{
    width: 35vw;
}
.sec10 .box p.name{
    text-align: left;
    position: relative;
    width: 55vw;
    margin-top: 100px;
    padding-left: 20px;
    z-index: 2;
}
.sec10 .box p.name:after{
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(90deg,rgba(64, 84, 119, 1) 0%,rgba(21, 37, 66, 1) 100%);
    z-index: 0;
}
.sec10 .box p.name span:nth-of-type(1){
    font-size: 2.6rem;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.sec10 .box p.name span:nth-of-type(2){
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.sec10 p.text{
    font-size: 1.4rem;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
@media screen and (min-width:960px){
    .sec10 p.text{
        font-size: 1.6rem;
    }
}
@media screen and (min-width:960px){
    .sec10 .box{
        display:  none !important;
    }
    .sec10 .boxpc > div{
        position: relative;
    }
    .sec10 .boxpc .name{
        height: 80px;
        line-height: 78px;
        color: #fff;
        font-size: 4rem;
        background: linear-gradient(90deg,rgb(27, 68, 22, .4) 0%,rgba(31, 79, 26, .7) 40% ,rgba(56, 142, 46, 1) 72% ,rgba(67, 170, 55, .4) 100%);
        width: 100%;
        padding-left: 40%;

    }
     .sec10 .boxpc .name span{
        color: #fff;
        font-size: 2.4rem;
        display: inline-block;
        margin-left: 8px;
     }
    .sec10 .boxpc img{
        position: absolute;
        top: -120px;
        left: 15%;
        width: 20%;
        max-width: 300px !important;
    }
    .sec10 .boxpc .text{
        padding-left: 40%;
        margin-right: 10%;
    }
}


.sec11{
    padding: 70px 5vw 40px;
    background: rgba(101, 66, 29, .4);
    position: relative;
}
@media screen and (min-width:960px){
    .sec11{
        padding: 80px 10% 100px;
    }
}
.sec11 h2{
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    position: relative;
    margin: 0px auto 40px;
    position: absolute;
    top: -.8em;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (min-width:960px){
    .sec11 h2{
        font-size: 3.6rem;
    }
}
.sec11 h2:before {
    content: url(../img_mouse/sec11_en.png);
    position: absolute;
    left: 0;
    margin: auto;
    top: -70px;
    width: 441px;
    height: 188px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec11 h2:before {
        top: -50px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
@media screen and (min-width: 960px) {
    .sec11 .inner{
        display: flex;
        justify-content: space-between;
    }
}
.sec11 .inner iframe{
    width: 90vw;
    height: 60vw;
}
@media screen and (min-width: 960px) {
    .sec11 .inner iframe{
        width: 50%;
        height: 500px;
    }
}
@media screen and (min-width: 960px) {
    .sec11 .inner .box{
        width: 45%;
    }
}
.sec11 .inner .box img{
    width: 80vw;
    display: block;
    margin: 20px auto 10px;
}
@media screen and (min-width: 960px) {
    .sec11 .inner .box img{
        width: 100%;
    }
}
.sec11 .inner .box .ad{
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
    .sec11 .inner .box .ad{
        font-size: 1.8rem;
    }
}




.schedule table {
	width: 100%;
	font-size: 16px !important;
	table-layout: fixed;
}
@media screen and (min-width: 960px) {

}
.schedule table th {
	width: 36% !important;
}
.schedule table tr{
    background: rgba(101, 66, 29, 1)
}
.schedule table tr:not(:first-of-type){
    background: rgba(101, 66, 29, .1)
}
.schedule table tr:first-child th {
	letter-spacing: 2px;
    color: #fff;
}

.schedule table tr:first-child td {
	color: #fff;
	text-align: left;
	padding: 13px 0px;
	line-height: 1;
}
.schedule p {
	margin-left: 22px;
	margin-bottom: 2px;
}
.schedule p:last-child {
	margin-bottom: 0;
}
.schedule_note {
	letter-spacing: 1px;
	margin-top: 10px;
}
.schedule_note li {
	text-align: left;
	font-weight: 300;
	font-size: 1.3rem;
	margin-bottom: 3px;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
    .schedule_note li {
        font-size: 1.5rem;
    }
}
.schedule_note li span {
	color: #333;
}
.schedule .tb01 td {
	padding: 22px 0 22px 2px;
	line-height: 1;
	color: #333;
}
.schedule .tb01 tr:first-child th {
	padding: 5px 20px;
}
.schedule .tb01 th {
	padding-left: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}
.schedule .text{
    font-size: 1.3rem;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
@media screen and (min-width: 960px) {
    .schedule .text{
        font-size: 1.6rem;
    }
}

.sec_merit{
    padding: 50px 0;
}
@media screen and (min-width:960px){
    .sec_merit{
        padding: 60px 10% 50px;
    }
}

.sec_merit h2{
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    position: relative;
    margin: 0px auto 40px;
    margin: auto;
}
@media screen and (min-width:960px){
    .sec_merit h2{
        font-size: 3.6rem;
    }
}
.sec_merit h2:before {
    content: url(../img_mouse/sec_merit_en.png);
    position: absolute;
    left: 0;
    margin: auto;
    top: -70px;
    width: 441px;
    height: 188px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit h2:before {
        top: -50px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
.sec_merit h2:before {
    content: url(../img_mouse/sec_merit_en.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -55px;
    width: 341px;
    height: 155px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit h2:before {
        top: -45px;
        left: 0;
        right: 0;
        transform: scale(.4);
    }
}
.sec_merit .box{
    position: relative;
    background:#1B4416;
    margin: 50px auto 10vw;
    width: 95vw;
    padding: 40vw 5vw 5vw; 
}
@media screen and (min-width: 960px) {
    .sec_merit .box{
        width: 100%;
        padding: 0;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .sec_merit .box{
        height: 27vw;
    }
}
.sec_merit .box:nth-of-type(2n){
    background:#65421D;
}
.sec_merit .box dl{
    margin: auto
}
@media screen and (min-width: 960px) {
    .sec_merit .box dl{
        padding: 50px 30px 50px 50%;
    }
    .sec_merit .box:nth-of-type(2n) dl{
        padding: 50px 50% 50px 30px;
    }
}
.sec_merit .box dl dt{
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
    .sec_merit .box dl dt{
        font-size: 3rem;
        margin-bottom: 30px;
    }
}
.sec_merit .box dl dd{
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
}
@media screen and (min-width: 960px) {
    .sec_merit .box dl dd{
    font-size: 1.6rem;
    }
}
.sec_merit .box img{
    position: absolute;
    width: 50vw;
    top: -5vw;
    right: 0;
}
@media screen and (min-width: 960px) {
    .sec_merit .box img{
        top: 20px;
        left: 20px;
        width: 45%;
    }
}
.sec_merit .box:nth-of-type(2n) img{
    left: -5vw;
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(2n) img{
        right: 20px;
        left: auto;
    }
}

.sec_merit .box:nth-of-type(1):before{
    content: url(../img_mouse/sec_merit_p1.png);
    position: absolute;
    left: -35vw;
    top: 14vw;
    width: 471px;
    height: 132px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(1):before{
        transform: scale(.4);
        top: -24px;
        right: -11%;
        left: auto;
    }
}
.sec_merit .box:nth-of-type(2):before{
    content: url(../img_mouse/sec_merit_p2.png);
    position: absolute;
    right: -40vw;
    top: 14vw;
    width: 494px;
    height: 129px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(2):before{
        transform: scale(.4);
        bottom: -20px;
        top: auto;
        left: -11%;
        right: auto;
    }
}
.sec_merit .box:nth-of-type(3):before{
    content: url(../img_mouse/sec_merit_p3.png);
    position: absolute;
    left: -35vw;
    top: 14vw;
    width: 478px;
    height: 127px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(3):before{
        transform: scale(.4);
        top: -24px;
        right: -11%;
        left: auto;
    }
}
.sec_merit .box:nth-of-type(4):before{
    content: url(../img_mouse/sec_merit_p4.png);
    position: absolute;
    right: -40vw;
    top: 14vw;
    width: 474px;
    height: 127px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(4):before{
        transform: scale(.4);
        bottom: -20px;
        top: auto;
        left: -11%;
        right: auto;
    }
}
.sec_merit .box:nth-of-type(5):before{
    content: url(../img_mouse/sec_merit_p5.png);
    position: absolute;
    left: -35vw;
    top: 14vw;
    width: 478px;
    height: 127px;
    transform: scale(.3);
}
@media screen and (min-width: 960px) {
    .sec_merit .box:nth-of-type(5):before{
        transform: scale(.4);
        top: -24px;
        right: -11%;
        left: auto;
    }
}


footer{
    background: #1B4416;
    padding: 25px;
    text-align: center;
}
footer p{
    color: #fff;
    font-size: 1.2rem;
}
