@charset "UTF-8";

/*2*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}


body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-size: 20px;
    background-color: #fff;
    color: #000;
}
footer{
    /*height: 500px;*/
    background-color: #ccc;
}


/* .animate{ visibility: hidden; } */
.remodal{
    background-color: rgba(94,52,162,0.9);
    color: #fff!important;
}
.remodal-close{
    color: #fff!important;
    left: initial;
    right: 0!important;
}

a{
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
}
a:hover{
    opacity: 0.5;
}

/*BR*/
@media screen and (max-width:767px) { /*SP*/
    .spON{ display: block; }
    .pcON{ display: none; }
    #MDQ{ display: none; }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .spON{ display: none; }
    .pcON{ display: block; }
    #MDQ{ display: block; }
}


/* globalNavi */
@media screen and (max-width:767px) { /*SP*/
    .globalNaviOpen{
        position: fixed;
        top: 0; right: 0;
        width: 100%; height: auto;
        text-align: right;
        z-index: 100;
        pointer-events: none;
    }
    .globalNaviOpen img{
        width: 60px; height: auto;
        padding: 20px;
        pointer-events: auto;
    }
    #globalNaviSP{
        display: block;
        position: fixed;
        z-index: 101;
        background-color: rgba(0,0,0,0.5);
        width: 100%; height: 1000px;
        /* display: none; */
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }
    .globalNaviClose{
        position: absolute;
        top: 0; right: 0;
        width: 100%; height: 61px;
        background-color: rgba(255,255,255,1.0);
        text-align: right;
        z-index: 1;
    }
    .globalNaviClose img{
        width: 60px; height: auto;
        padding: 20px;
    }
    .globalNaviList{
        position: absolute;
        top: 60px; left: 0;
        width: 100%;
        padding: 0 0 80px 0;
        background-color: rgba(255,255,255,1.0);
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        transform: translateY(-100%);
        transition: transform 0.3s;
    }
    .globalNaviList a{
        position: relative;
        display: block;
        width: 80%;
        font-size: 17px;
        color: #000;
        padding: 20px 0px;
        border-bottom: 1px solid #d3d4d6;
    }
    .globalNaviList a::after{
        position: absolute;
        top: 30px;
        right: 0px;
        content: '';
        display: inline-block;
        width: 15px;
        height: 10px;
        background-image: url(../img/globalNaviArr.png);
        background-size: 15px 10px;
        background-repeat: no-repeat;
    }
    #globalNaviList a:hover{
        opacity: 1!important;
    }



    #globalNavi{
        display: none;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .globalNaviOpen{
        display: none;
    }
    #globalNaviSP{
        display: none;
    }
    #globalNavi{
        position: fixed;
        top: 50px; /* left: 10vw; */
        margin: 0 0 0 10px;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
    }
    #globalNavi a{
        display: block;
        font-size: 12px; color: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 0;
        letter-spacing: 1px;
        line-height: 20px;
        /* text-indent: -38px; */
    }
    .activeNavi{
        /* font-weight: bold; */
        color: #000!important;
    }
    .naviStructure{
        text-indent: 10px;
    }
}


/* animate key visual */
@media screen and (max-width:767px) { /*SP*/
    .animateKeyVisual{ 
        width: 100%; height: 510px; background-color: #f3f5f6; 
        transition: 0.3s; 
    }
    .animateKeyVisualLine{
        width: 100%; height: 1px;
        background-color: #ccc;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .animateKeyVisual{ 
        width: 100%; height: 712px; background-color: #f3f5f6;
        transition: 0.3s; 
    }
    .animateKeyVisualLine{
        width: 100%; height: 1px;
        background-color: #ccc;
        margin: 0 0 10px 0;
    }
}



/*- layout -*/
@media screen and (max-width:767px) { /*SP*/
    #contentsWrap{
        width: 100%; height: auto;
        position: relative;
        overflow: hidden;
    }
    .contentsBoxWrap{
        position: relative;
        width: 100%; height: auto;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
        padding: 70px 0;
        margin: -1px 0 0 0;
    }
    .contentsBox{
        width: 100%; height: auto;
        max-width: 375px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        padding: 0 10px 0 10px;
    }
    .cntTitle{
        font-size: 26px; color: #c8c8ca; font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 40px 0;
        text-align: center;
        /* display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; */
    }
    .cntTitle span{
        /* display: block; */
    }
    .cntBoxColor_W{
        background-color: #fff;
    }
    .cntBoxColor_G{
        background-color: #f4f4f4;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #contentsWrap{
        width: 100%; height: auto;
        position: relative;
    }
    .contentsBoxWrap{
        position: relative;
        width: 100%; height: auto;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
        padding: 120px 0;
        margin: -1px 0 0 0;
    }
    .contentsBox{
        width: 100%; height: auto;
        max-width: 1300px;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        padding: 0 90px 0 210px;
    }
    .cntTitle{
        font-size: 60px; color: #c8c8ca; font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 80px 0;
        text-align: center;
        /* display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; */
    }
    .cntTitle span{
        /* display: block; */
    }
    .cntBoxColor_W{
        background-color: #fff;
    }
    .cntBoxColor_G{
        background-color: #f4f4f4;
    }
}

/* triangle */
@media screen and (max-width:767px) { /*SP*/
    .triangleBox{
        width: 100%; height: auto;
        overflow: hidden;
    }
    .triangle01{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle01_left.png) , url(../img/triangle01_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle02{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle02_right.png) , url(../img/triangle02_left.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle03{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle03_left.png) , url(../img/triangle03_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle04{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle04_right.png) , url(../img/triangle04_left.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle05{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle05_left.png) , url(../img/triangle05_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle05_l{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle05_left_l.png) , url(../img/triangle05_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .triangleBox{
        width: 100%; height: auto;
        overflow: hidden;
    }
    .triangle01{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle01_left.png) , url(../img/triangle01_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle02{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle02_right.png) , url(../img/triangle02_left.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle03{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle03_left.png) , url(../img/triangle03_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle04{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle04_right.png) , url(../img/triangle04_left.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle05{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle05_left.png) , url(../img/triangle05_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
    .triangle05_l{
        width: 100%; height: 22vw;
        background-image: url(../img/triangle05_left_l.png) , url(../img/triangle05_right.png);
        background-repeat: no-repeat , no-repeat;
        background-position: right 0vw bottom -28vw , right 0vw bottom -28vw;
        background-size: 100vw auto , 100vw auto;
    }
}

/* cnt00 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt00Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        /* padding: 70px 0px 0px 0px; */
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        border: 1px solid #ccc;
    }
}

/* cnt01 */
@media screen and (max-width:767px) { /*SP*/
    .cnt01Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 30px 15px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt01Box p{
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .cnt01Title{
        font-size: 17px!important; color: #000; font-weight: bold;
        text-align: center;
        line-height: 30px!important;
        letter-spacing: 2px!important;
    }
    .cnt01Img01{
        width: 100%; height: auto;
        max-width: 260px;
        margin: 20px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt01Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 70px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt01Box p{
        line-height: 40px;
    }
    .cnt01Title{
        font-size: 34px; color: #000; font-weight: bold;
        text-align: center;
        line-height: 50px!important;
    }
    .cnt01Img01{
        width: 100%; height: auto;
        max-width: 370px;
        margin: 50px 0;
    }
}

/* cnt02 */
@media screen and (max-width:767px) { /*SP*/
    .cnt02Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        /* padding: 70px; */
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt02Set{
        padding: 0 40px;
    }
    .cnt02Title{
        font-size: 17px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 30px 0;
    }
    .cnt02Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 30px 0;
        margin: 0 auto;
    }
    .cnt02Box2{
        width: 100%; height: auto;
        max-width: 1000px;
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        margin: 30px 0 0 0;
    }
    .cnt02Box2 p{
        font-size: 13px;
        line-height: 30px;
        margin: 15px 0;
        letter-spacing: 1px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt02Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        /* padding: 70px; */
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt02Set{
        padding: 0 50px 0 0;
    }
    .cnt02Title{
        font-size: 34px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 50px 0;
    }
    .cnt02Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 50px 0;
        margin: 0 auto;
    }
    .cnt02Box2{
        width: 100%; height: auto;
        max-width: 1000px;
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        margin: 50px 0 0 0;
    }
    .cnt02Box2 p{
        line-height: 40px;
        margin: 15px 0;
    }
}

/* cnt03 */
@media screen and (max-width:767px) { /*SP*/
    .cnt03Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 30px 15px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt03Box p{
        font-size: 12px;
        line-height: 30px;
    }
    .cnt03Title{
        font-size: 17px!important; color: #000; font-weight: bold;
        text-align: center;
        line-height: 50px!important;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .cnt03Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 30px 0;
    }
    .cnt03Img01{
        width: 12px; height: auto;
        margin: 0 10px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt03Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 70px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .cnt03Box p{
        line-height: 40px;
    }
    .cnt03Title{
        font-size: 34px; color: #000; font-weight: bold;
        text-align: center;
        line-height: 50px!important;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .cnt03Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 50px 0;
    }
    .cnt03Img01{
        width: 16px; height: auto;
        margin: 0 30px;
    }
}

/* cnt04 */
@media screen and (max-width:767px) { /*SP*/
    .cnt04Box{
        width: calc( 100% + 20px ); 
        height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 70px 40px;
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        background:linear-gradient(90deg,#fff 0%,#fff 70%,#e8f8fc 70%,#e8f8fc 100%);
    }
    .cnt04Title{
        font-size: 23px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 0px 0;
    }
    .cnt04Title2{
        font-size: 23px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 0px 0;
    }
    .cnt04SubTitle{
        font-size: 14px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 20px 0;
    }
    .cnt04Text{
        font-size: 12px; color: #000;
        text-align: left;
        margin: 20px 0 0 0;
        /* margin: 0 0 50px 0; */
        letter-spacing: 1px;
    }
    .cnt04Text2{
        font-size: 12px; color: #000;
        text-align: left;
        letter-spacing: 1px;
        /* margin: 0 0 50px 0; */
    }
    .cnt04Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 30px 0;
    }
    .cnt04Box2{
        width: calc( 100% - 20px );
        height: auto;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 40px 25px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        background-color: #f4f4f4;
        margin: 80px 0 0 0;
    }
    .cnt04SubBox2{
        width: 100%;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
    }
    .cnt04Img01{
        width: 100%; height: auto;
        max-width: 330px;
        margin: 0 0 20px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt04Box{
        width: 100%; height: auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 70px 40px;
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        background:linear-gradient(90deg,#fff 0%,#fff 22%,#e8f8fc 22%,#e8f8fc 100%);
    }
    .cnt04Title{
        font-size: 38px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 0px 0;
    }
    .cnt04Title2{
        font-size: 38px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 0px 0;
    }
    .cnt04SubTitle{
        font-size: 20px; color: #000; font-weight: bold;
        text-align: left;
        margin: 0 0 20px 0;
    }
    .cnt04Text{
        font-size: 15px; color: #000;
        text-align: left;
        margin: 20px 0 0 0;
        /* margin: 0 0 50px 0; */
    }
    .cnt04Text2{
        font-size: 15px; color: #000;
        text-align: left;
        /* margin: 0 0 50px 0; */
    }
    .cnt04Line01{
        width: 50px; height: 2px;
        background-color: #000;
        margin: 50px 0;
    }
    .cnt04Box2{
        width: 100%;
        height: auto;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 70px 0 70px 40px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        background-color: #f4f4f4;
        margin: 80px 0 0 0;
    }
    .cnt04SubBox2{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
    }
    .cnt04Img01{
        width: 100%; height: auto;
        max-width: 330px;
        margin: 0 0 0 50px;
    }
}


/* cnt05 */
@media screen and (max-width:767px) { /*SP*/
    .cnt05Box{
        width: 100%; height: auto;
        max-width: 1000px;
        /* background-color: #fff; */
        /* padding: 70px 40px; */
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        /* background:linear-gradient(90deg,#fff 0%,#fff 22%,#e8f8fc 22%,#e8f8fc 100%); */
        /* background: linear-gradient(to bottom, #0fabd1, #4cbcd7); */
        margin: 0 0 80px 0;
    }
    .cnt05Box div{
        width: 100%; height: auto;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
    }
    .cntLinkBox{
        font-size: 15px; letter-spacing: 1px;
        width: calc( 100% - 70px ); height: 100px;
        padding: 20px 10px;
        background: linear-gradient(to bottom, #4cbcd7, #0fabd1);
        text-align: center;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold;
    }
    .cntLinkBoxLM{
        margin: 0 0 20px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .cnt05Box{
        width: 100%; height: auto;
        max-width: 1000px;
        /* background-color: #fff; */
        /* padding: 70px 40px; */
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;
        /* background:linear-gradient(90deg,#fff 0%,#fff 22%,#e8f8fc 22%,#e8f8fc 100%); */
        /* background: linear-gradient(to bottom, #0fabd1, #4cbcd7); */
        margin: 0 0 80px 0;
    }
    .cnt05Box div{
        width: 48%; height: auto;
    }
    .cntLinkBox{
        width: 100%; height: 150px;
        padding: 20px;
        background: linear-gradient(to bottom, #4cbcd7, #0fabd1);
        text-align: center;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        font-weight: bold;
    }
    .cntLinkBoxLM{
        /* margin: 0 40px 0 0; */
    }
}



/*------ animate.css&scrolla.js add class------*/

@keyframes fadeInUpS {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInUpS {
    -webkit-animation-name: fadeInUpS;
    animation-name: fadeInUpS;
  }


@-webkit-keyframes fadeInBlinking {
    from { opacity: 0; }
    10%{ opacity: 0.1; }
    20%{ opacity: 0.0; }
    30%{ opacity: 0.3; }
    40%{ opacity: 0.0; }
    50%{ opacity: 0.5; }
    60%{ opacity: 0.0; }
    70%{ opacity: 0.8; }
    80%{ opacity: 0.0; }
    to { opacity: 1; }
  }
@keyframes fadeInBlinking {
    from { opacity: 0; }
    10%{ opacity: 0.1; }
    20%{ opacity: 0.0; }
    30%{ opacity: 0.3; }
    40%{ opacity: 0.0; }
    50%{ opacity: 0.5; }
    60%{ opacity: 0.0; }
    70%{ opacity: 0.8; }
    80%{ opacity: 0.0; }
    to { opacity: 1; }
}
.animate__fadeInBlinking {
-webkit-animation-name: fadeInBlinking;
animation-name: fadeInBlinking;
}
/*------------*/






