#concept .content0 {
    position: relative;
    width: 100%;
}

#concept .content0 h4 img {
    width: auto;
    height: 100px;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 584px) {
    #concept .content0 h4 img {
        height: 60px;
        margin-top: 20px;
    }
}

#concept .content0 p {
    line-height: 2.4em;
    z-index: 5;
}

#concept .content0::after {
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 3;
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #90dad0 20px, #90dad0 40px);
}

@media screen and (max-width: 584px) {
    #concept .content0::after {
        width: 20px;
    }
}

#concept .content0::before {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    z-index: 3;
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, #90dad0 20px, #90dad0 40px);
}

@media screen and (max-width: 584px) {
    #concept .content0::before {
        width: 20px;
    }
}

#concept .sec1{
    position: relative;
}

#concept .sec1a {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
#concept .sec1 .pnavi{
    bottom: auto;
    top: 95px;
}
@media screen and (max-width: 584px) {
    #concept .sec1 .pnavi{
        bottom: auto;
        top: 0px;
    }
}
#concept .sec1a .cpop {
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: -15%;
    opacity: 0;
    pointer-events: none;
    top: 40%;
    z-index: 7;
    opacity: 0;
}

#concept .sec1a .cpop .cls {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #00AFCC;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 36px;
    z-index: 120;
    border: 4px solid #FFFFFF;
}

#concept .sec1a .cpop img {
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}

#concept .sec1a .cpop .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    opacity: 0;
}

#concept .sec1a .cpop ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#concept .sec1a .cpop ul li {
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25%;
    top: 0;
}

#concept .sec1a .cpop ul li img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#concept.pop1 .sec1a .cpop, #concept.pop2 .sec1a .cpop, #concept.pop3 .sec1a .cpop, #concept.pop4 .sec1a .cpop {
    opacity: 1;
    left: 5%;
    pointer-events: auto;
}

#concept.pop1 .sec1a .cpop ul li:nth-child(1), #concept.pop2 .sec1a .cpop ul li:nth-child(2), #concept.pop3 .sec1a .cpop ul li:nth-child(3), #concept.pop4 .sec1a .cpop ul li:nth-child(4) {
    opacity: 1;
    left: 0;
}

@media screen and (max-width: 584px) {
    #concept .sec1a .cpop {
        z-index: 9002;
        width: 100%;
        max-width: 400px;
        position: fixed;
        left: -105%;
        opacity: 0;
        pointer-events: none;
        top: 30%;
        z-index: 9007;
        opacity: 0;
    }

    #concept .sec1a .cpop .cls {
        right: 0;
        top: -20px;
        z-index: 9352;
    }

    #concept .sec1a .cpop ul {
        width: 90%;
        z-index: 9350;
        left: 4%;
    }

    #concept .sec1a .cpop::after {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        content: "";
        z-index: 9000;
        background-color: rgba(21, 174, 202, 0.9);
    }

    #concept.pop1, #concept.pop2, #concept.pop3, #concept.pop4 {
        overflow: hidden !important;
    }

    #concept.pop1 .sec1, #concept.pop2 .sec1, #concept.pop3 .sec1, #concept.pop4 .sec1 {
        z-index: 9000;
    }

    #concept.pop1 header, #concept.pop2 header, #concept.pop3 header, #concept.pop4 header {
        z-index: 10;
    }

    #concept.pop1 .sec1a .cpop, #concept.pop2 .sec1a .cpop, #concept.pop3 .sec1a .cpop, #concept.pop4 .sec1a .cpop {
        opacity: 1;
        left: 0%;
        pointer-events: auto;
    }
}

#concept .sec1a .pa1 {
    z-index: 27;
    opacity: 0.7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    -webkit-animation: r0 2s 0s ease-out infinite;
    -moz-animation: r0 2s 0s ease-out infinite;
    animation: r0 2s 0s ease-out infinite;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(1) rotateX(40deg);
    -moz-transform: scale(1) rotateX(40deg);
    -webkit-transform: scale(1) rotateX(40deg);
    -o-transform: scale(1) rotateX(40deg);
    -ms-transform: scale(1) rotateX(40deg);
}

@media screen and (max-width: 584px) {
    #concept .sec1a .pa1 {
        box-shadow: 0 0 8px 6px #00AFCC, 0 0 12px 7px rgba(0, 175, 204, 0.7), 0 0 12px 12px #00AFCC;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
}

#concept .sec1a .pa1.pnt1 {
    left: 47.5%;
    top: 56.2%;
}

#concept .sec1a .pa1.pnt2 {
    left: 63%;
    top: 47.5%;
}

#concept .sec1a .pa1.pnt3 {
    left: 68%;
    top: 40%;
}

#concept .sec1a .pa1.pnt4 {
    left: 69.5%;
    top: 50.5%;
}

#concept .sec1a .pa1::after {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.15s ease-out;
    content: "";
    border: 3px dashed #fff;
    background-color: rgba(255, 255, 255, 0);
    animation: rotation 4s infinite linear;
    left: -10px;
    top: -10px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#concept .sec1a .pa1:hover {
    opacity: 0.9;
    transform: scale(1.2, 1.2) rotateX(40deg);
    -moz-transform: scale(1.2, 1.2) rotateX(40deg);
    -webkit-transform: scale(1.2, 1.2) rotateX(40deg);
    -o-transform: scale(1.2, 1.2) rotateX(40deg);
    -ms-transform: scale(1.2, 1.2) rotateX(40deg);
}

@keyframes r0 {
    0% {
        box-shadow: 0 0 8px 6px rgba(0, 175, 204, 0), 0 0 0px 0px rgba(0, 175, 204, 0.7), 0 0 0px 0px rgba(0, 175, 204, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #00AFCC, 0 0 12px 10px rgba(0, 175, 204, 0.7), 0 0 12px 14px #00AFCC;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(0, 175, 204, 0), 0 0 6px 40px rgba(0, 175, 204, 0.7), 0 0 6px 40px rgba(0, 175, 204, 0);
    }
}

@keyframes r0sp {
    0% {
        box-shadow: 0 0 8px 6px rgba(0, 175, 204, 0), 0 0 0px 0px rgba(0, 175, 204, 0.7), 0 0 0px 0px rgba(0, 175, 204, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px #00AFCC, 0 0 12px 7px rgba(0, 175, 204, 0.7), 0 0 12px 12px #00AFCC;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(0, 175, 204, 0), 0 0 0px 20px rgba(0, 175, 204, 0.7), 0 0 0px 20px rgba(0, 175, 204, 0);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#concept .sec1 {
    position: relative;
    padding-top: 80px;
}

@media screen and (max-width: 584px) {
    #concept .sec1 {
        padding-top: 0px;
    }
}

#concept .sec1 .lead span.ruby {
    position: relative;
}

#concept .sec1 .lead span.ruby ruby {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -24px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 584px) {
    #concept .sec1 .lead span.ruby ruby {
        font-size: 10px;
    }
}

#concept .sec1 .sec1b {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#concept .sec1 .sec1b li {
    width: 44%;
    margin-right: 4%;
}

#concept .sec1 .sec1b li:nth-child(2) {
    margin-right: 0;
}

#concept .sec1 .sec1b li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#concept .sec1 .sec1b li a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

#concept .sec1 .mainc {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#concept .sec1 .mainc img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}

@media screen and (max-width: 584px) {
    #concept .sec1 .mainc {
        max-width: 160px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

#concept .sec1 .secin {
    padding-bottom: 80px;
}

@media screen and (max-width: 584px) {
    #concept .sec1 .secin {
        padding-top: 40px;
    }
}

#concept .sec1 p.lead3 {
    text-align: center;
    color: #00afcc;
}

@media screen and (max-width: 584px) {
    #concept .sec1 p.lead3 {
        font-size: 4vw;
        line-height: 2.2em;
    }
}

#concept .sec1 .mibg {
    position: absolute;
    position: absolute;
    z-index: 1;
    width: 36%;
    left: -5%;
    top: 1%;
}

#concept .sec1 .mibg img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}


#concept .secmovie {position: relative;text-align: center;width: 800px;height: 450px;margin-left: auto;margin-right: auto;margin-top: 60px;margin-bottom: 60px;}
#concept .secmovie .mainc2 {position: absolute;left: 50%;top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);z-index: 5;width: 100%;max-width: 500px;}
@media screen and (max-width: 584px){  #spaplan2 .secmovie {margin-top: 20px;width: 100%;height: 33vh;}  #spaplan2 .secmovie .mainc2  {width: 80%;max-width: 140px;}  }
#concept .secmovie iframe{width: 100%;left: 0%;top: 0%;}

@media screen and (max-width: 584px) {
    #concept .secmovie {position: relative;text-align: center;width: 90%;height: auto;margin-left: auto;margin-right: auto;margin-top: 30px;margin-bottom: 30px;}
    #concept .secmovie iframe{position: relative!important;}
    #concept .sec1 {
        width: 100%;
    }
}
