@charset "UTF-8";
.kv-wrap {
    padding: 120px 50px 25vw;
}
.kv-copy {
    text-align: center;
    line-height: 225%;
    font-weight: 700;
    font-size: 1.2em;
}
.kv-logo {
    width: 1000px;
    margin: 0 auto 4vw;
    max-width: 100%;
}
.kv-copy p {
    margin-bottom: 20px;
}
.mission-wrap {
    background-color: #D89514;
    position: relative;
    padding-bottom: 6vw;
    padding-top: 6vw;
}
.mission-img {
    width: 90%;
    aspect-ratio: 1230 / 800;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    top: -26vw;
    left: 0;
    margin: 0 auto -25vw;
}
.weare-wrap {
    width: 185px;
    height: 185px;
    display: block;
    position: absolute;
    top: -25vw;
    right: 0;
    z-index: 100;
    overflow: hidden;
}
span.weare-wrap img {
    animation: etator 20s linear infinite;
}
.sc-animation {
    width: 70%;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding-top: 8vw;
}
.ani-item-title {
    width: 30%;
}
.ani-item-arrowA {
    width: 20%;
    margin-left: 30%;
    margin-top: -10%;
}
.ani-item-com {
    width: 50%;
    margin-left: 45%;
    margin-top: 20px;
    font-size: 1.6rem;
}
.ani-item-arrowB {
    width: 20%;
    margin-left: 25%;
    margin-top: 3%;
}
.ani-item-details {
    width: 60%;
    margin-top: 0;
    line-height: 225%;
    margin-left: 20%;
}
.ani-item-details p {
    padding-bottom: 2em;
}
/*
.ani-item-saboillust {
    width: 20%;
    margin-left: 75%;
    margin-top: -10%;
}
*/
#brandname {
    margin-bottom: 0;
    position: relative;
}

#brandname .sc-animation-header {
    background-color: #D89514;
}

#brandname .sc-animation-body {
    background-color: #00663D;
    padding: 120px 0;
}

#brandname .sc-animation-footer {
    background-color: #d9d9d9;
    display: flex;
    align-items: flex-start;
    height: 47px;
    width: 100%;
    background-image: url(/assets/img/about/about-bk-footer.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left top;
}

#brandname.name-wrap .sc-animation {
    padding-top: 0;
}

#brandname.name-wrap .sc-animation-body {
    background-color: #00663D;
    padding: 120px 0;
}

.ani-item-arrowsabo {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.ani-item-arrowsabo .ani-item-saboillust {
    width: 16%;
    margin: 10% 0 0 auto;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    .kv-logo {
        margin-bottom: 7vw;
    }
    .kv-wrap {
        padding: 70px 10px 160px 10px;
    }
    .kv-copy {
        padding: 0 10px;
        font-size: 0.95rem;
        letter-spacing: 0;
    }
    .mission-wrap {
        padding-bottom: 15vw;;
        margin-top: 120px;
    }
    .weare-wrap {
        top: -260px;
        height: 150px;
        width: 150px;
        overflow:hidden;
    }
    .weare-wrap span {transform: translateX(50px);display: block;}
      .sc-animation {
        width: 92%;
        padding-top: 0;
    }
    .mission-img {
        top: -200px;
        height: 80vw;
    }
    .ani-item-details {
        width: 90%;
        margin: 0 auto;
        font-size: 0.9rem;
        letter-spacing: 0;
    }
    .ani-item-arrowsabo .ani-item-saboillust {
        width: 30%;
        position: relative;
        margin: 0;
    }
    .ani-item-arrowB {
        width: 14%;
        margin: auto auto 0 8%;
    }
    .ani-item-arrowsabo {
        margin-bottom: 30px;
    }
    .ani-item-com {
        width: auto;
        margin-left: 10%;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }
    .ani-item-title {
        width: 50%;
        margin-left: 15%;
    }
    .ani-item-arrowA {
        width: 40%;
        margin-left: 55%;
        margin-top: -15%;
    }

}
