@charset "utf-8";

/* 人事機能 */
.about-flex {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.about-box01 {
    width: 46%;
}

.about-box01 dt {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #555;
    padding: 10px;
    line-height: normal;
}

.about-box__title-s {
    font-size: 80%;
}

.about-box02 {
    width: 46%;
}

.about-box02 dt {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0350a3;
    line-height: normal;

}

.about-arrow__right {
    width: 8%;
}

.about-arrow {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #969696;
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
}

/* フェーズ */
.phase-title__first {
    color: #fff;
    line-height: 150%;
    font-size: 120%;
    font-weight: bold;
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    background-color: #0350a3;
    position: relative;

    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.phase-title {
    color: #fff;
    line-height: 150%;
    font-size: 120%;
    font-weight: bold;
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 3% 50%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 3% 50%);
    background-color: #0350a3;
    position: relative;

    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.phase-section {
    display: flex;
    flex-direction: column;
}

.phase-section dd {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.phase-block+.phase-block {
    margin-top: 20px;
}

.output-top{
    height:190px;
}

.output-top2{
    height:200px;
}


@media screen and (max-width: 769px) {

    /* 人事機能 */
    .about-flex {
        row-gap: 10px;
        flex-direction: column;
    }

    .about-box01 {
        width: 100%;
    }

    .about-box02 {
        width: 100%;
    }

    .about-arrow__right {
        width: 100%;
        text-align: center;
    }

    .about-arrow {
        display: inline-block;
        width: 15%;
        height: 50px;
        background: #969696;
        clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
        rotate: 90deg;
    }

    /* フェーズ */
    .phase-title__first {
        font-size: 100%;
        height: auto;
    }

    .phase-title {
        font-size: 100%;
        height: auto;
    }

    .output-top{
        height:auto;
    }

    .output-top2{
        height:auto;
    }
    
    
}