@charset"utf-8";
.sec{
    position: relative;
    z-index: 1;
}
.sec.pd{
    padding: 80px 0;
}
h2.border{
    font-size: 3rem;
    font-weight: 900;
    border-bottom: 6px solid #494949;
    display: inline-block;
    margin-bottom: 22px;
}
.wide{
    width: 100%;
    z-index: -1;
    position: relative;
}
.mv{
    position: relative;
    background-image: url(../../img/mv_bg.jpg);
    background-size: cover;
    background-position: left;
    padding: 60px 0 60px;
}
.mv .small{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.7;
}
.mv .series{
    border: 2px solid #00a5b9;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    width: 90%;
    padding-left: 16px;
}
.mv .small2 strong{
    font-weight: bold;
    font-size: 1.7rem;
}
.mv .list{
    font-size: 1.4rem;
}
.mv .list span{
    font-size: 1.2rem;
    font-feature-settings: "palt";
    color: #6f6023;
    font-weight: 500;
}
.mv .list li{
    line-height: 1.2;
    margin-bottom: 11px;
    font-size: 1.6rem;
    padding-left: 23px;
    font-weight: 700;
}
.mv .list li:before{
    color: #00a5b9;
    top: 10px;
    font-size: 13px;
}
.mv .copy{
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin-top: 56px;
    display: inline-block;
    padding: 0 80px;
}
.mv .h1{
        width: 350px;
}
.mv .copy:before{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: #494949;
    width: 52.57px;
    height: 1px;
    content: "";
}
.mv .copy:after{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: #494949;
    width: 52.57px;
    height: 1px;
    content: "";
}
.mv .copy span{
    font-size: 3.5rem;
}
.mv .copy span.red{
    font-size: 4.2rem;
}
.mv .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.mv .txt{
    max-width: 411.32px;
    width: 70%;
    flex: 1;
}
.mv .illust{
    margin-right: 0;
    max-width: 691px;
    box-sizing: border-box;
    left: -120px;
    margin-left: -110px;
}
.sec1{
    background-image: url("../../img/bg1.png");
    background-position: center;
    background-size: cover;
}
.sec1 .illust{
    position: absolute;
    bottom: -2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sec2 .flex{
    justify-content: flex-start;
    align-items: center;
}
.sec2 .inner{
    margin-top: -97px;
}
.point_box{
    position: relative;
    border: #494949 4px solid;
    border-radius: 20px;
    padding: 20px 30px 30px 135px;
    background: #fff;
    margin-bottom: 60px;
}
.point_box:after{
    background: #FFF4C8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 23px;
    right: -23px;
    content: "";
    border-radius: 20px;
    z-index: -1;
}
.point_box h2{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 13px;
}
.point_box .point{
    position: absolute;
    top: 0;
    left: 0;
}
.sec3{
   background: #486ACE; 
}
.topshadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.bottomshadow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;   
    z-index: -1;
}
.sec12 .box{
    width: 31%;
}
.sec12 .box img{
    width: 100%;
}
.fukidashi{
    background: #fff;
    border: 4px solid #494949;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
.fukidashi .txt{
    flex: 1;
}
.fukidashi .txt .font{
    color: #486AD4;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2rem;
}
.fukidashi .txt h3{
    margin-bottom: 10px;
}
.fukidashi .flex{
    align-items: center;
}
.fukidashi img{
    width: 217px;
    margin-right: 20px;
}
.fukidashi:before {
    content: "";
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin-left: -15px;
    border: 36px solid transparent;
    border-top: 28px solid #FFF;
    z-index: 2;
}
.fukidashi:after {
    content: "";
    position: absolute;
    bottom: -77px;
    left: 50%;
    margin-left: -23px;
    border: 43px solid transparent;
    border-top: 34px solid #494949;
    z-index: 1;
}
.read{
    margin-bottom: 40px;
    margin-top: 15px;
}
.sec4 .inner{
    background: #FFCC00;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    border: 4px solid #494949;
    box-sizing: border-box;
    margin-top: -71px;
}
.sec4 .list{
    width: 460px;
    margin: 20px auto;
}
.sec4 .bold{
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    width: 400px;
    margin: 0 auto;
}
.sec5{
    margin-top: 80px;
}
.sec5 .box{
    width: 48%;
    margin-bottom: 40px;
}
.sec5 .box img{
    width: 100%;
}
.sec5 .ttl{
    font-size: 2rem;
    font-weight: 700;
    margin-top: 17px;
    line-height: 1.3;
}
.sec6{
    background: #F4F4F4;
    margin-top: 60px;
    padding-bottom: 30px!important;
}
.sec6 .flex img{
    width: 33%;
    margin-bottom: 30px;
    max-width: 333px;
}
.sec7{
    margin-top: 80px;
}
.sec7 .flex{
    justify-content: flex-start;
    align-items: flex-start;
}
.sec7 img{
    width: 454px;
    margin-right: 60px;
}
.sec7 .right{
    flex: 1;
}
.sec7 h2.normal{
    text-align: left;
}
.sec7 h2.normal span{
    text-align: left;
}
.sec8{
    background: #FFCC00;
    margin-top: 80px;
}
.sec9{
    background: #00A5B9;
    padding-bottom: 130px!important;
    padding-top: 70px!important;
}
.sec10{
    background: #EFEFEF;
    padding-bottom: 0;
        padding: 60px 0;
}
.sec10 .inner{
    background: #fff;
    border: 4px solid #494949;
    border-radius: 20px;
    padding: 70px 60px 38px;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px -2px #5555554d, 3px 3px 8px rgba(255, 255, 255, 0.8) inset;
    position: relative;
/*    top: -80px;*/
}
.sec11{
    margin-top: 80px;
}
.sec12{
    margin-top: 33px;
}
.sec12 .design{
    writing-mode: sideways-lr;
    color: #F0F0F0;
    font-weight: 600;
    font-size: 15rem;
    line-height: 1;
    position: absolute;
    top: 95px;
    left: -32px;
    z-index: -1;
}
.sec12 .box .ttl{
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.sec12 .more{
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}
.sec13{
    background: #486ACE;
    padding: 60px 0;
    margin-top: 80px;
}
@media only screen and (max-width: 1200px){
    .mv .inner {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
        -webkit-transform: none;
        transform:none;
        margin: 0 auto;
    }
    .mv .illust{
        width: 100%;
        max-width: 471px;
        margin-left: 0;
        margin-right: 40px;
    }
    .mv .h1{
        width: 70%;
        margin: 0 auto;
        display: block;
    }
}/*-end*/
@media only screen and (max-width: 980px){
    .mv .small{
        font-size: 1.5rem;
    }
    .mv .copy:before,.mv .copy:after{
        width: 40px;
    }
}/*-end*/



@media only screen and (max-width: 767px){
    .sec.pd{
        padding: 10% 0;
    }
    h2.border{
        font-size: 2rem;
        border-bottom: 4px solid #494949;
    }
    .mv{
        padding: 8% 0;
        margin-top: 74px;
    }
    .mv .inner{
        display: block;
    }
    .mv .small{
        font-size: 1.4rem;
        margin-bottom: 5%;
    }
    .mv .copy{
        font-size: 3rem;
        margin-top: 5%;
        padding: 0 50px;
    }
    .mv .copy span{
        font-size: 1.7rem;
    }
    .mv .copy span.red{
        font-size: 4rem;
    }
    .mv .copy:before, .mv .copy:after{
                width: 20px;
    }
    .mv .small2 strong{
        display: block;
        width: 80%;
        margin: 0 auto;
        font-size: 1.5rem;
    }
    .mv .list{
        text-align: center;
    }
    .mv .list li{
        width: 80%;
        display: inline-block;
                font-size: 1.5rem;
    }
    .mv .txt{
        max-width:100%;
        width: 100%;
    }
    .mv .illust{
        margin-left: 0px;
        max-width: 100%;
        width: 100%;
        margin-top: 5%;
        margin: 0% auto 5%;
        display: block;
    }
    .mv .series{
        padding: 5%;
        width: 100%;
    }
    .sec1{
        background-image: url("../../img/bg1.png");
        background-position: center;
        background-size: cover;
    }
    .sec1 .illust{
        position: absolute;
        bottom: -2%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .sec2 .flex{
        justify-content: flex-start;
        align-items: center;
    }
    .sec2 .inner{
        margin-top: -97px;
    }
    .point_box{
        padding: 20px 7% 7% 69px;
        background: #fff;
        margin-bottom: 10%;
    }
    .point_box:after{
        top: 13px;
        right: -14px;
    }
    .point_box h2{
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 13px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    .point_box .point{
        width: 59px;
    }
    .sec3{
       background: #486ACE; 
    }
    .topshadow{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    .bottomshadow{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;   
        z-index: -1;
    }
    .sec12 .box{
        width: 100%;
        margin-bottom: 6%;
    }
    .fukidashi{
        background: #fff;
        border: 4px solid #494949;
        border-radius: 20px;
        padding: 30px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 50px;
    }
    .fukidashi .txt{
        flex: 1;
    }
    .fukidashi .txt .font{
        color: #486AD4;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .fukidashi .txt h3{
        margin-bottom: 10px;
    }
    .fukidashi .flex{
        align-items: center;
    }
    .fukidashi img{
        width: 40%;
        margin: 0 auto;
        display: block;
    }
    .fukidashi:before {
        margin-left: -32px;
    }
    .fukidashi:after {
        margin-left: -40px;
    }
    .read{
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .sec4 .inner{
        padding: 7%;
        margin-top: -36px;
    }
    .sec4 .list{
        width: 100%;
        margin: 20px auto;
    }
    .sec4 .bold{
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
        width: 100%;
        margin: 0 auto;
    }
    .sec5{
        margin-top: 60px;
    }
    .sec5 .box{
        width:100%;
        margin-bottom: 10%;
    }
    .sec5 .box img{
        width: 100%;
    }
    .sec5 .ttl{
        font-size: 1.8rem;
    }
    .sec6{
        background: #F4F4F4;
        margin-top: 60px;
        padding-bottom: 30px!important;
    }
    .sec6 .flex img{
        width: 100%;
        margin-bottom: 5%;
        max-width: 100%;
    }
    .sec7{
        margin-top: 60px;
    }
    .sec7 .flex{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sec7 img{
        width: 70%;
        margin: 0 auto 7%;
        display: block;
    }
    .sec7 .right{
        flex: 1;
    }
    .sec7 h2.normal{
        text-align: center;
    }
    .sec7 h2.normal span{
        text-align: center;
    }
    .sec8{
        background: #FFCC00;
        margin-top: 80px;
    }
    .sec9{
        padding-bottom: 150px !important;
        padding-top: 10% !important;
    }
    .sec10{
        background: #EFEFEF;
        padding-bottom: 0;
       /* margin-top: -80px;*/
    }
    .sec10 .inner{
        background: #fff;
        border: 4px solid #494949;
        border-radius: 20px;
        padding: 10% 7%;
        top: -49px;
    }
    .sec11{
        margin-top: 10%;
    }
    .sec12{
        margin-top: 33px;
    }
    .sec12 .design{
        writing-mode: sideways-lr;
        color: #F0F0F0;
        font-weight: 600;
        font-size: 15rem;
        line-height: 1;
        position: absolute;
        top: 95px;
        left: -32px;
        z-index: -1;
    }
    .sec12 .box .ttl{
        font-size: 1.5rem;
    }
    .sec12 .more{
        display: block;
        margin: 0 auto;
        margin-top: 70px;
    }
    .sec13{
        padding: 10% 0;
        margin-top: 10%;
        padding-bottom: 5% !important;
    } 
}/*sp-end*/



