#guidance-category {
    list-style: none;
    padding-left: 10%;
}

#guidance-context {
    padding-top: 40px;
}

.fadeUpGuidanceTrigger {
    opacity: 0;
}

.fadeUpGuidance {
    animation-name: fadeUpGuidance;
    animation-duration: 1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpGuidance2 {
    animation-delay: 0.5s;
}

.fadeUpGuidance3 {
    animation-delay: 0.9s;
}

@keyframes fadeUpGuidance {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 会社案内 */
#companyguide {
    padding: 80px 0;
}

#companyguide-sentence {
    width:100%;
    padding-left: 2%;
}

#companyguide-sentence table {
    width: 55%;
    margin: 45px 8%;
    border-collapse: collapse;
    font-size: 1.0rem;
}

#companyguide-sentence table tr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#companyguide-sentence table tr th {
    padding: 4% 3%;
    width: 25%;
    text-align: left;
    vertical-align: middle;
}

#companyguide-sentence table tr td {
    padding: 2% 2%;
}

/* ポップアップ*/
#popupclick {
    font-size: small;
}

#popup-wrapper {
    /* background-color: rgba(0, 0, 0, .5); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#popup-inside {
    text-align: center;
    width: 50%;
    background: #ffff;
    margin: 6% auto;
    padding: 3% 3% 2%;
    position: relative;
}

#popup-inside h3 {
    font-size: 1.0rem;
    font-weight: 600;
    padding-bottom: 4%;
}

#popup-inside div {
    font-size: 0.8rem;
}

#popup-text {
    text-align: left;
}

.poptext {
    padding-top: 1%;
}

.poptext-child {
    padding-left: 2%;
}

#popup-footer {
    text-align: right;
    padding-top: 3%;
    padding-bottom: 4%;
}


/* 開発実績 */
#dev-result-context {
    padding-top: 40px;
    /* border-top: 1px solid #6e6e6e; */
}

#dev-result-sentence {
    padding-left: 2%;
}

#dev-result-sentence h4 {
    padding-top: 20px;
    font-size: 1.3rem;
    color: #03284d;
    font-weight: 600;
}

#dev-result-sentence div {
    padding: 20px 20px;
    font-size: 1.1rem;
    color: #03284d;
    font-weight: 200;
}

.fadeUpDevResultTrigger1 {
    opacity: 0;
}

.fadeUpDevResult1 {
    animation-name: fadeUpDevResult1;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpDevResult1-2 {
    animation-name: fadeUpDevResult1;
    animation-delay: 0.5s;
}

.fadeLeftDevResult1-3 {
    animation-name: fadeLeftDevResult1;
    animation-delay: 1.0s;
}

.fadeUpDevResult1-4 {
    animation-name: fadeUpDevResult1;
    animation-delay: 1.5s;
}

.fadeLeftDevResult1-5 {
    animation-name: fadeLeftDevResult1;
    animation-delay: 2.0s;
}

.fadeUpDevResult1-6 {
    animation-name: fadeUpDevResult1;
    animation-delay: 2.5s;
}

.fadeLeftDevResult1-7 {
    animation-name: fadeLeftDevResult1;
    animation-delay: 3.0s;
}

@keyframes fadeUpDevResult1 {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeftDevResult1 {
    from {
        opacity: 0;
        transform: translateX(200px);
    }to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeUpDevResultTrigger2 {
    opacity: 0;
}

.fadeUpDevResult2 {
    animation-name: fadeUpDevResult2;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeLeftDevResult2-2 {
    animation-name: fadeLeftDevResult2;
    animation-delay: 0.5s;
}

.fadeUpDevResult2-3 {
    animation-name: fadeUpDevResult2;
    animation-delay: 1.0s;
}

.fadeLeftDevResult2-4 {
    animation-name: fadeLeftDevResult2;
    animation-delay: 1.5s;
}

.fadeUpDevResult2-5 {
    animation-name: fadeUpDevResult2;
    animation-delay: 2.0s;
}

.fadeLeftDevResult2-6 {
    animation-name: fadeLeftDevResult2;
    animation-delay: 2.5s;
}

@keyframes fadeUpDevResult2 {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeftDevResult2 {
    from {
        opacity: 0;
        transform: translateX(200px);
    }to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 個人情報取扱 */
#privacy-protection-context {
    padding-top: 40px;
    /* border-top: 1px solid #6e6e6e; */
}

#privacy-protection-sentence {
    padding-left: 2%;
}

#privacy-protection-sentence div {
    padding: 5px 20px;
    font-size: 1.1rem;
    color: #03284d;
    font-weight: 200;
}

.fadeUpPrivacyTrigger {
    opacity: 0;
}

.fadeUpPrivacy {
    animation-name: fadeUpPrivacy;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fadeUpPrivacy2 {
    animation-delay: 0.5s;
}

@keyframes fadeUpPrivacy {
    from {
        opacity: 0;
        transform: translateY(100px);
    }to {
        opacity: 1;
        transform: translateY(0);
    }
}