/*==================
     reset css
==================*/

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

html {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%; /* 10px */
}

h1,
h2,
h3,
h4,
h5,
p,
li {
    color: #fff;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
}


/*==================
      common
==================*/

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.contentsWrapper {
    max-width: 980px;
    margin: 0 auto;
    /*    padding-bottom: 90px;*/
/*    padding-top: 65px;*/
    padding-top: 45px;
}

.bgcBlack {
    background-color: #000;
}

sup {
    font-size: 50%;
}

/*==================
      contents
==================*/


/*=====header=====*/

.header {
    height: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    top: 60px;
    left: 0;
    right: 0;
    min-width: 980px;
}

.header--inner.contentsWrapper {
    padding-top: 0;
}

.headerLeft {
    float: left;
/*    padding-top: 10px;*/
}

.headerLeft img {}

.headerRight {
    float: right;
    padding-top: 20px;
}

.headerList {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 30px;
}

.headerList:last-child {
    margin-right: 0;
}


/*=====contents=====*/

.section {
    /*    padding-top: 65px;*/
    /*    background-color: #000;*/
}

.contentsHead,
.contentsSubHead {
    text-align: center;
}

.contentsHead {
/*
    font-size: 50px;
    font-size: 5.0rem;
*/
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.467;
    margin-bottom: 15px;
    position: relative;
    z-index: 9999;
}

.contentsHeadTop {
/*
    font-size: 60px;
    font-size: 6.0rem;
*/
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
/*    padding-top: 100px;*/
    padding-top: 7%;
    position: relative;
    z-index: 9998;
    line-height: 1.3;
}

.contentsSubHead {
/*
    font-size: 24px;
    font-size: 2.4rem;
*/
    font-size: 17px;
    font-size: 1.68rem;
}

.contentsText {
    font-size: 14px;
    font-size: 1.4rem;
/*    line-height: 2.571;*/
    line-height: 2.0;
    width: 412px;
    margin: 0 auto;
}

.point {
    color: #a4e20c;
    border: 1px solid #a4e20c;
    width: 160px;
    height: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 40px;
    line-height: 40px;
    margin: 0 auto;
}


/*=====section1=====*/

.section-1 {
    position: relative;
}

.droboTopImage {
/*    position: absolute;*/
    position: relative;
    left: 0;
    right: 0;
/*    top: 0;*/
/*    bottom: 30%;*/
    top: 4%;
    bottom: 0;
    margin: auto;
}

.section-1 .contentsImage {
    margin: 0 auto;
}

.sectionBottom {
    /*    margin-top: 30px;*/
/*    padding: 40px 0 20px;*/
    padding: 1.8% 0 1.2%;
    background: rgba(19, 19, 19, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sbHead,
.sbText {
    text-align: center;
}

.sbHead {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 8px;
}

.sbText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 45px;
}


/*=====scrol animation=====*/

.scrollAnime {
    position: relative;
    top: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    padding-top: 60px;
    color: #fff;
}

.scrollAnime span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.scrollAnime span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*=====section2=====*/

.section-2 {
    background: url(../img/section2_bg.png) center center no-repeat;
    background-size: cover;
}

.section-2 .contentsWrapper {
    position: relative;
}

.contentsHead--02 {
    padding-top: 3.958%;
    margin-bottom: 2.5%;
}

.sec2Inner {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    height: 400px;
}

.section-2 .contentsText {
/*    width: 493px;*/
    width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
/*    bottom: 12.822%;*/
/*    bottom: 7.5%;*/
}

.chartBox {
/*    background: url(../img/radar_circle.png) center center no-repeat;*/
    position: absolute;
    max-width: 480px;
    z-index: 2;
    left: -72px;
    top: -32px;
}
.chartBox img{
    position: absolute;
    top: 50%;
    transform: translateY(-46%);
    right: -1px;
    left: 0;
    margin: auto;
}
.dorboImageBox {
    width: 100%;/*ie*/
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    right: 0;
    left: 0;
    margin: auto;
    max-width: 266px;
}

.dorboImageBox--right {
    right: 83px;
    left: auto;
}

.dorboImageBox p {
    text-align: center;
    font-size: 14px;
}


/*=====section3=====*/

.section-3 {
    background-color: #000;
    background: url(../img/section3_bg.png) center center no-repeat;
    background-size: cover;
}

.contentsBox {
    position: relative;
}

.contentsLeft {
    float: left;
    /*    width: 412px;*/
    width: 50%;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 72px;
}

.contentsLeft .contentsText {
/*    margin-top: 40px;*/
    margin-top: 25px;
}

.notes {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
}

.contentsRight {
    /*    float: left;*/
    /*    width: 585px;*/
    /*    width: 50%;*/
    /*    right: -172px;*/
    box-sizing: border-box;
    padding-top: 58px;
    padding-left: 78px;
    position: absolute;
    right: -17%;
    top: -22%;
}

.contentsRight img {
    width: auto;
}


/*barchart02*/

.barchart02 {
    width: 400px;
    height: 234px;
    margin: 0 auto;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
    padding-top: 52px;
    background-color: rgba(48, 48, 47, 0.95);
}

.barchart02-date {
    height: 50px;
    margin: 0;
    background-color: #2f2e2d;
    position: relative;
}

.animation02 .barchart02-date {
    -moz-animation: anime2 2s 1 ease;
    -webkit-animation: anime2 2s 1 ease;
    animation: anime2 2s 1 ease;
}

@-webkit-keyframes anime2 {
    0% {
        width: 0px;
    }
}

@keyframes anime2 {
    0% {
        width: 0px;
    }
}

.barchart02-date--01 {
    background: #a5e20b;
    margin-bottom: 30px;
}

.barchart02-date--02 {
    background: #5e7620;
}

.barchart02-text {
    font-size: 18px;
    font-size: 1.8rem;
    color: #2f2e2d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
}

.barchart02-text--noScroll{
    opacity: 1;
}

.barchart02-text--02 {
    color: #fff;
}

.animation02 .barchart02-text {
    -moz-animation: anime2-b 2s ease 1.0s forwards;
    -webkit-animation: anime2-b 2s ease 1.0s forwards;
    animation: anime2-b 2s ease 1.0s forwards;
}

@-webkit-keyframes anime2-b {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anime2-b {
    0% {
        opacity: 0px;
    }
    100% {
        opacity: 1;
    }
}

/*=====section4=====*/

.section-4 {
    background-color: #000;
    position: relative;
}
.section-4 .contentsHead{
    position: relative;
    z-index: 20;
}
.sec4--textBox{
    position: absolute;
    top: 50.5%;
    z-index: 20;
    width: 490px;
/*    height: 360px;*/
    height: 320px;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
/*    padding: 50px 40px;*/
    padding: 40px;
    margin-left: 1.8%;
    opacity: 0;
}

.sec4--textBox--moveNo{
    opacity: 1;
}

.section-4 .contentsText {
    width: 100%;
/*
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 16.5%;
*/
    margin-bottom: 30px;
}
.section-4 .detailBtn{
    padding-right: 10px;
    width: 360px;
    position: static;
}
.contentsBox--04 {
    height: 200px;
}

.section-4 .contentsRight {
    top: -59%;
    /*    float: right;*/
    z-index: 10;
}
.movePhotoArea{
    position: absolute;
    z-index: 0;
    top: 40%;
}
.movePhoto {
    max-width: none;
/*    transform: translateX(-54%);*/
    transform: translateX(-100%);
    
}

.movePhoto-anime{
/*    animation: movingPhoto 3s linear 0s forwards;*/
    animation: movingPhoto 2s linear 0s forwards;
}
@keyframes movingPhoto {
    0% {
        transform: translateX(-100%);
    }
    100% {
/*        transform: translateX(30%);*/
        transform: translateX(100%);
    }
}
.moveStopPhoto {
    position: absolute;
/*    top: 10%;*/
    top: 6%;
    z-index: 0;
    opacity: 0;
}

.moveStopPhoto--moveNo{
    opacity: 1;
}

.moveStopPhoto-anime{
/*    animation: stopPhoto 1s linear 3s forwards;*/
    animation: stopPhoto 1s linear 2s forwards;
}
@keyframes stopPhoto {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
.hidden{
/*    width: 12%;*/
/*    width: 20%;*/
    width: 100%;
    height: 296px;
    background-color: #000;
    position: absolute;
    top: 0;
    /* right: 0; */
/*    left: 27%;*/
/*    left: 22%;*/
    left: 46%;
}

/*=====section5=====*/

.section-5 {
    background-color: #000;
}

.section-5 .contentsText{
    width: 700px;
}

.note_pc_01{
    margin: 0 auto;
}

/*=====section6=====*/

.section-6 {
    background: url(../img/section6_bg.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.sec6Inner {
    position: absolute;
    top: 133px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1532px;
}

.section-6 .contentsText {
/*    margin-top: 45%;*/
    position: absolute;
    bottom: 10.1%;
    left: 0;
    right: 0;
    width: 700px;
}

.svgArea {
    position: absolute;
    max-width: 1628px;
    left: 0;
    right: 0;
    top: 50%;
/*    transform: translateY(-54%);*//*ie対応前*/
    transform: translateY(-43%);/*ie対応*/    
    /* bottom: 0; */
    margin: auto;
    width: 100%;/* ie */
    /*height: 75%;*//* ie *//*ie対応前*/
    height: 100%;
}

.svgArea__image {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    width: 95%;
    z-index: 2;
}

svg.drawsvg-initialized{
    width: 100%;
    /*display: block;
    height: auto;*/  /*ie対応前*/
    max-height: 100%;/*ie対応*/
    margin: auto;/*ie対応*/
}

.lineNoAnime{
    position: absolute;
    display: block;
    height: auto;
}

.lineNoAnime--opacity{
    display: none;
}

/*  svg anime*/

.cls-1 {
            stroke-width: 5;
            stroke-dasharray: 5000;
            stroke-dashoffset: 5000;
/*            animation: DASH 3.4s ease-in-out 2s forwards;*/
        }
        .cls-2 {
            stroke-width: 5;
            stroke-dasharray: 5000;
            stroke-dashoffset: 5000;
/*            animation: DASH 3.4s ease-in-out 0s forwards;*/
        }
        .line-1{
            animation: DASH 1.8s ease-in-out 0s forwards;
        }
        .poly-1{
            animation: DASH 1s ease-in-out 0.5s forwards;
        }
        .line-2{
            animation: DASH 2.5s ease-in-out 1s forwards;
        }
        .poly-2{
            animation: DASH 0.8s ease-in-out 1.5s forwards;
        }
        .line-3{
            animation: DASH 2.5s ease-in-out 2s forwards;
        }
        .poly-3{
            animation: DASH 0.6s ease-in-out 2.5s forwards;
        }
        @keyframes DASH {
            0% {
                stroke-dashoffset: 5000;
            }
            100% {
                stroke-dashoffset: 0;
            }
        }
        
        @-moz-keyframes DASH {
            0% {
                stroke-dashoffset: 5000;
            }
            100% {
                stroke-dashoffset: 0;
            }
        }
        
        @-webkit-keyframes DASH {
            0% {
                stroke-dashoffset: 5000;
            }
            100% {
                stroke-dashoffset: 0;
            }
        }


/*=====section7=====*/

.section-7 {
    background: url(../img/section7_bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}

.grah02 {
    margin: 0 auto;
}

.sec7Inner {
    /* width: 100%; /* ie postion 崩れ用*/
/*
    position: absolute;
    bottom: 12.328%;
    right: 0;
    left: 0;
    max-width: 980px;
*/
    margin: 0 auto;
    float: left;
    width: 50%;
    position: relative;
}

.proMini {
    position: absolute;
    right: -16%;
/*    bottom: -12%;*/
    bottom: -6%;
}

.sec7TextArea{
/*    position: absolute; */
    /* bottom: 3%; */
    /* right: 0; */
    /* left: 0; */
    /* margin: auto; */
    float: right;
    width: 38%;
    margin-top: 12%;
}
.sec7TextArea .contentsText{
    width: 100%;
}
.sec7TextArea .notes{
/*    width: 412px;*/
    width: 100%;
    margin: 0 auto;
}

/*barchart03*/

.barchart03 {
    position: relative;
/*    width: 450px;*/
    width: 91.836%;
    height: 450px;
    margin: 0 auto;
    background-color: #2f2e2d;
    box-sizing: border-box;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    /*
            background-size: 10%;
            background-repeat: repeat;
*/
}

.barchart03 [class*=date] {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    bottom: 0;
    width: 90px;
}

.animation03 [class*=date] {
    -moz-animation: anime1 2s 1 ease;
    -webkit-animation: anime1 2s 1 ease;
    animation: anime1 2s 1 ease;
}

.date1 {
    background: #5e7620;
    left: 23.333%;
}

.date2 {
    background: #a5e20b;
    left: 54.444%;
}

.barText {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.barText--02 {
    width: 100px;
    margin-left: -5px;
}

.barYear {
    font-size: 20px;
    font-size: 2.0rem;
    color: #2f2e2d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 90px;
    text-align: center;
}

.barYear span {
    font-size: 48px;
    font-size: 4.8rem;
}

@-webkit-keyframes anime1 {
    0% {
        height: 0px;
    }
}

@keyframes anime1 {
    0% {
        height: 0px;
    }
}


/*=====section8=====*/

.section-8 {
    background: url(../img/section8_bg.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 0;
}

.sec8Left {
    /*    width: 980px;*/
    width: 51.042%;
/*
    position: relative;
    background-color: rgba(0, 0, 0, 0.78);
    box-sizing: border-box;
*/
/*    padding: 70px 60px 50px;*/
/*    padding: 3.646% 60px 2.605%;*/
    padding: 2% 60px;
}

.sec8Left__inner {
    /*    width: 580px;*/
/*    width: 59.187%;*/
    width: 480px;
    float: right;
    padding-right: 50px;
}

.section-8 h2 {
/*
    font-size: 40px;
    font-size: 4.0rem;
*/
    font-size: 28px;
    font-size: 2.8rem;
/*    padding-bottom: 35px;*/
    padding-bottom: 15px;
}

.underBorder {
    border-bottom: 1px solid #fff;
    width: 40px;
}

.section-8 h3 {
/*
    font-size: 32px;
    font-size: 3.2rem;
*/
    font-size: 22px;
    font-size: 2.24rem;
/*    padding-bottom: 35px;*/
    padding-bottom: 15px;
    line-height: 1.563;
    margin-top: 15px;
}

.sec8Left__text {
    font-size: 14px;
    font-size: 1.4rem;
/*    line-height: 2.571;*/
    line-height: 1.8;
}

.profile {
    margin-top: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
/*    padding: 30px;*/
    padding: 20px;
}

.profileName {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.profileGear,
.profileDetail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.667;
}

.profileGear {
/*    margin-bottom: 15px;*/
    margin-bottom: 8px;
}

.underLink{
    text-decoration: underline;
}

.underLink:hover{
    text-decoration: none;
}

/*=====section9=====*/

.section-9{
    position: relative;
}

.section-9__inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.droboTopImage--last{
/*
    position: absolute;
    top: -2%;
*/
    padding-bottom: 20px;
}

.contentsHeadBottom {
/*
    font-size: 60px;
    font-size: 6.0rem;
*/
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
/*    padding: 6% 0;*/
    padding: 4% 0 2%;
}

.detailBtn {
    display: block;
    width: 320px;
    height: 60px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background: url(../img/arrow.png) right 15px center no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    z-index: 9999;
}

.section-9 .detailBtn{
    position: static;
}


/*=====partical　関係=====*/

.particlaBgc {
    /*    background-color: rgba(243, 157, 193, 0.5);*/
}

#particalBackground {
    position: fixed;
    top: 0;
    z-index: 0;
}


/*=====fullpage.js css=====*/

#fullpage {
    position: relative;
    z-index: 1;
}

.fp-tableCell {
    vertical-align: top;
}

#fp-nav.right {
    right: 8%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0;
    width: 10px;
    height: 10px;
    background-color: #9fa1a3;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: -2px 0 0 -2px;
    border-radius: 0;
    background-color: #a5e20b;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    margin: 0;
}


/*=====footer=====*/

.footer {
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.0;
    padding-top: 25px;
}


/*===ie only css===*/
@media all and (-ms-high-contrast:none){
    .svgArea__image{
        top: 9%;
    }
    .drawsvg-initialized{
        height: 95%;
    }
}




/*=====sp=====*/
.spBlock{
    display: none;
}


@media only screen and (max-width: 767px){
    .spBlock{
    display: block;
    position: relative;
    z-index: 100;
    }
    #fullpage,
    #particalBackground,
    #fp-nav{
        display: none;
    }
    .header{
        min-width: 100%;
        position: static;
        height: auto;
        padding: 10px;
    }
    .headerLeft,
    .headerRight{
        float: none;
    }
    .headerLeft img{
        margin: 0 auto;
    }
    .headerRight{
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }
    .headerRight ul{
        margin: 0 auto;
    }
    .sp-04,
    .sp-09{
        position: relative;
    }
    .sp-04 .detailBtn,
    .sp-09 .detailBtn{
           max-width: 240px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
        background:none;
        bottom: 10%;
    }
    .headerRight ul{
        width: 270px;
    }
    .headerList:first-child{
/*        margin-left: 20px;*/
    }
    
}