@charset "utf-8";

/* about */
.about-wrapper {
    margin-top: 40px;
}

.about-bottom {
    display: flex;
    column-gap: 40px;
    margin-top: 20px;
}

.about-bottom__left {
    width: 50%;
}

.about-bottom__right {
    width: 50%;
}

.about-bottom__right-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}

.about-block {
    display: flex;
    column-gap: 10px;
}

.about-num {
    display: block;
}

.about-num_content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    background-color: #3573b5;
    border-radius: 100vmax;
    padding: 2px;
    width: 30px;
    height: auto;
    aspect-ratio: 1;
}

/* soudan */
.soudan-table {
    font-size: 90%;
    margin-top: 0px;
}

.soudan-table__row-head {
    display: flex;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #3573b5;
}

.soudan-table__row-head .--01 {
    width: 5%;
}

.soudan-table__row-head .--02,
.soudan-table__row-head .--03 {
    width: 25%;
}

.soudan-table__row-head .--04 {
    width: 55%;
}

.soudan-table__row {
    display: flex;
    border-bottom: 1px solid #656565;
}

.soudan-table__row .--01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDF3FA;
    width: 5%;
}

.soudan-table__row .--02 {
    display: flex;
    align-items: center;
    background: #EDF3FA;
    width: 25%;
    padding: 10px;
}

.soudan-table__row .--03 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 25%;
    padding: 10px 10px 10px 20px;
}

.soudan-table__row .--04 {
    background: #fff;
    width: 50%;
    padding: 10px;

}

/* point */
.point-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.point-top h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
    background: #3573b5;
    padding: 2px;
}

.point-top p {
    border: 1px solid #656565;
    padding: 10px 10px 10px 25px;
}

.point-arrow {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-arrow__content {
    width: 150px;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #3573b5;
}

.point-bottom h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
    background: #3573b5;
    padding: 2px;
}

.point-bottom__box {
    display: flex;
    border-bottom: 1px solid #fff;
}

.point-bottom__box-left {
    display: flex;
    align-items: center;
    color: #3573b5;
    font-weight: bold;
    width: 30%;
    background: #E7EDF5;
    padding: 10px 10px 10px 20px;
}

.point-bottom__box-right {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 10px 10px 10px 25px;
    background: #fff;
}


/* premise */
.premise-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    line-height: 150%;
}

.premise-table thead th {
    color: #fff;
    background-color: #3573b5;
    border: 1px solid #fff;
    padding: 10px;
}

.premise-table tbody th,
.premise-table tbody td {
    padding: 10px;
    border-bottom: dashed 1px #656565;
    background-color: #fff;
    text-align: center;
}

.premise-table tbody th {
    width: 20%;
    color: #3573b5;
    background: #fff;
    position: relative;
    background: #E7EDF5;
}

.premise-table tbody tr td:nth-of-type(1) {
    width: 40%;
}

.premise-table tbody tr td:nth-of-type(2) {
    color: #3573b5;
    width: 40%;
}

/* selection */
.selection-wrapper {
    display: flex;
    column-gap: 3px;
}

.selection-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
    color: #fff;
    font-weight: bold;
    background-color: #3573b5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.selection-table {
    border-collapse: collapse;
    width: 95%;
    font-size: 90%;
}

.selection-table thead th {
    color: #fff;
    background-color: #3573b5;
    border: 1px solid #fff;
    padding: 10px;
}

.selection-table tbody th,
.selection-table tbody td {
    padding: 10px;
    border-bottom: solid 1px #656565;
    background-color: #fff;
    text-align: left;
}

.selection-table tbody th {
    width: 20%;
    color: #3573b5;
    background: #fff;
    position: relative;
    background: #E7EDF5;
}

.selection-table tbody tr td:nth-of-type(1) {
    width: 60%;
}

.selection-table tbody tr td:nth-of-type(2) {
    width: 20%;
}

/* system */
.system-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 90%;
}

.system-table thead th {
    background-color: #3573b5;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
}

.system-table tbody th,
.system-table tbody td {
    padding: 10px;
    border-bottom: solid 1px #656565;
    background-color: #fff;
}

.system-table tbody th {
    width: 15%;
    background: #fff;
    position: relative;
    background: #E7EDF5;
}

.system-table tbody tr td:nth-of-type(1) {
    text-align: center;
    width: 10%;
}

.system-table tbody tr td:nth-of-type(2) {
    width: 75%;
}

/* flow */
.phase-title__first {
    color: #fff;
    line-height: 150%;
    font-size: 90%;
    -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: #3573b5;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.phase-section {
    display: flex;
    flex-direction: column;
}

.phase-section dd {
    display: flex;
    flex-direction: column;
    font-size: 90%;
    height: 100%;
    padding-top: 10px;
}

.flow-box+.flow-box {
    margin-top: 10px;
}

.flow-phase1 {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    margin-bottom: 10px;
    position: relative;
}

.flow-phase1__arrow {
    color: #052990;
    text-align: center;
    -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: #E7EDF5;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* output */
.output-wrapper {
    width: 45%;
}

.output-wrapper img {
    max-width: 100%;
}

/* feature */
.feature-block__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}

.feature-block {
    display: flex;
    column-gap: 20px;
}

.feature-num {
    display: block;
}

.feature-num_content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background-color: #3573b5;
    border-radius: 100vmax;
    padding: 5px;
    width: 45px;
    height: auto;
    aspect-ratio: 1;
}

.feature-text__head {
    font-size: 120%;
    border-bottom: 1px solid #656565;
}

.feature-arrow {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 20px;
}

.feature-arrow__content {
    width: 150px;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #3573b5;
}

.feature-bottom {
    text-align: center;
    background: #E7EDF5;
    padding: 10px;
}

.flow-height-2{
    height:76px;
}

.flow-height-3{
    height:115px;
}

.flow-height-5{
    height:180px;
}

.output-top{
    height: 325.13px;
}

.purpose{
    height:110px;
}



@media screen and (max-width: 769px) {

    /* about */
    .about-wrapper {
        margin-top: 20px;
    }

    .about-bottom {
        flex-direction: column;
        row-gap: 20px;
    }

    .about-bottom__left {
        width: 100%;
    }

    .about-bottom__right {
        width: 100%;
    }

    /* soudan */
    .soudan-table {
        font-size: 85%;
        line-height: 160%;
    }

    .soudan-table__row-head {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .soudan-table__row-head .--01 {
        width: 10%;
    }

    .soudan-table__row-head .--02,
    .soudan-table__row-head .--03 {
        width: 25%;
    }

    .soudan-table__row-head .--04 {
        width: 40%;
    }

    .soudan-table__row .--01 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EDF3FA;
        width: 10%;
    }

    .soudan-table__row .--02 {
        width: 25%;
        padding: 10px 2px;
    }

    .soudan-table__row .--03 {
        width: 25%;
        padding: 10px 2px 5px 15px;
    }

    .soudan-table__row .--04 {
        width: 40%;
        padding: 10px 2px;

    }

    /* point */
    .point-bottom__box-left {
        font-size: 90%;
        width: 40%;
        padding: 10px 5px 10px 15px;
    }

    .point-bottom__box-right {
        font-size: 95%;
        width: 60%;
    }

    /* premise */
    .premise-table {
        font-size: 90%;
    }

    .premise-table tbody th,
    .premise-table tbody td {
        padding: 10px 5px;
    }

    .premise-table tbody th {
        width: 25%;
    }

    .premise-table tbody tr td:nth-of-type(1) {
        width: 35%;
    }

    .premise-table tbody tr td:nth-of-type(2) {
        width: 40%;
    }

    /* selection */
    .selection-left {
        font-size: 80%;
        width: 5%;
        color: #fff;
        font-weight: bold;
        background-color: #3573b5;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .selection-table {
        border-collapse: collapse;
        width: 95%;
        font-size: 85%;
    }

    .selection-table thead th {
        color: #fff;
        background-color: #3573b5;
        border: 1px solid #fff;
        padding: 10px;
    }

    .selection-table tbody th,
    .selection-table tbody td {
        padding: 10px 5px;
    }

    .selection-table tbody th {
        width: 35%;
        background: #E7EDF5;
    }

    .selection-table tbody tr td:nth-of-type(1) {
        width: 40%;
    }

    .selection-table tbody tr td:nth-of-type(2) {
        width: 25%;
    }

    /* system */
    .system-table {
        font-size: 90%;
    }

    .system-table thead th {
        background-color: #3573b5;
        border: 1px solid #fff;
        color: #fff;
        padding: 10px;
    }

    .system-table tbody th,
    .system-table tbody td {
        padding: 10px;
        border-bottom: solid 1px #656565;
        background-color: #fff;
    }

    .system-table tbody th {
        width: 30%;
        background: #fff;
        position: relative;
        background: #E7EDF5;
    }

    .system-table tbody tr td:nth-of-type(1) {
        text-align: center;
        width: 20%;
    }

    .system-table tbody tr td:nth-of-type(2) {
        width: 50%;
    }

    /* output */
    .output-wrapper {
        width: 100%;
    }

    .output-wrapper + .output-wrapper{
        margin-top: 20px;
    }

    .output-top{
        height: auto;
    }

    .flow-height-2{
        height:auto;
    }
    
    .flow-height-3{
        height:auto;
    }

    .flow-height-5{
        height:auto;
    }

    .purpose{
        height:auto;
    }
    




}