@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */


.part {
    margin-top: 40px;
    position: relative;
}
.part .figure {
    transition: all 1s ease;
}
.partImg2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
.active .partImg1 {
    opacity: 0;
}
.active .partImg2 {
    opacity: 1;
}

.strongWrap .movie {
    width: 100%;
    margin: 0 auto;
}
    .movie video {
        max-width: 100%;
        width: 100%;
    }

.strongWrap .flex > * {
    width: 48.936170212%;
}
.strongWrap .txt {
    font-size: 18px;
    text-align: center;
    color: #005694;
    margin-top: 10px;
}

/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 768px) {
    .strongWrap .txt {
        font-size: 14px;
    }
}
