@charset "utf-8";

.about-table {
    border-collapse: collapse;
    width: 100%;
}

.about-table thead th {
    background-color: #3573b5;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 90%;
}

.about-table tbody th,
.about-table tbody td {
    padding: 2px;
    border: solid 1px #fff;
    background-color: #fff;
    line-height: 150%;
}

.about-table tbody th {
    width: 20%;
    font-size: 90%;
    position: relative;
    background-color: #C3D9ED;
}

.about-table tbody tr td {
    font-size: 90%;
}

.about-table tbody tr td:nth-of-type(1) {
    width: 20%;
    text-align: center;
    background-color: #E7EDF5;
}

.about-table tbody tr td:nth-of-type(2) {
    width: 60%;
    padding: 5px;
}

/* solution */
.solution-block__wrapper {
    /*width: 90%;*/
    margin-top: 40px;
    margin-inline: auto;
}

.solution-block+.solution-block {
    margin-top: 20px;
}

/* feature */
.feature-wrapper {
    position: relative;
}

.feature-top {
    width: 90%;
    background: #C3D9ED;
    border: 5px solid #9BC0E2;
    border-radius: 20px;
    padding: 10px;
    margin-inline: auto;
    margin-top: 40px;
}

.feature-top p {
    text-align: center;
    font-size: 120%;
    line-height: 160%;
    font-weight: bold;
    color: #3573b5;
    -webkit-text-fill-color: white;
    /* （順序に関係なく）色を上書きする */
    -webkit-text-stroke: 3px #3573b5;
    text-stroke: 3px #3573b5;
    paint-order: stroke;
}

.feature-top__img {
    width: 40%;
    max-width: 150px;
    margin-inline: auto;
    margin-top: 10px;
}

.feature-box__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
}

.feature-box {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.feature-box dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3573b5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    padding: 10px;
}

.feature-box dd {
    background: #C3D9ED;
    padding: 10px;
    line-height: 160%;
    font-size: 95%;
    margin-top: 5px;
    height: 100%;
}

.feature-box dd p+p {
    margin-top: 15px;
}

/* point */
.point-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-block: 20px;
}

.point-box {
    width: 50%;
    padding: 10px;
}

.point-head {
    color: #052990;
    font-size: 110%;
}

.point-head__icon {
    display: inline-block;
    width: 25px;
    height: auto;
    aspect-ratio: 1;
    top: 5px;
    position: relative;
    margin-right: 10px;
}

.point-head__icon img {
    max-width: 100%;
    height: auto;
}

.point-box p {
    padding-left: 25px;
}

/* フェーズ */
.schedule-wrapper {
    display: flex;
    column-gap: 10px;
}

.phase-title__first {
    color: #fff;
    line-height: 150%;
    font-size: 100%;
    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: #3573b5;
    position: relative;

    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phase-title {
    color: #fff;
    line-height: 150%;
    font-size: 100%;
    text-align: center;
    -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: #3573b5;
    position: relative;

    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phase-section {
    display: flex;
    flex-direction: column;
}

.phase-section.--01 {
    width: 25%;
}

.phase-section.--03 {
    width: 50%;
}

.phase-section dd {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #656565;
    margin-top: 5px;
}

.phase3-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.phase3-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.phase3-top__box {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.phase3-top__box p {
    background: #C3D9ED;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    border: 1px solid #656565;
}

.phase3-top__box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border: 1px solid #656565;
    height: 100%;
    margin-top: 3px;
}

.phase3-bottom {
    border: 1px solid #656565;
    padding: 10px;
}


/* work  */
.work-table {
    border-collapse: collapse;
    width: 85%;
    margin-inline: auto;
    margin-top: 40px;
}

.work-table thead th {
    background-color: #3573b5;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 90%;
}

.work-table tbody th,
.work-table tbody td {
    padding: 2px;
    border: solid 1px #656565;
    background-color: #fff;
    line-height: 150%;
}

.work-table tbody th {
    width: 5%;
    font-size: 80%;
    position: relative;
}

.work-table tbody tr td {
    font-size: 90%;
}

.work-table tbody tr td:nth-of-type(1) {
    width: 25%;
    text-align: center;
}

.work-table tbody tr td:nth-of-type(2),
.work-table tbody tr td:nth-of-type(3),
.work-table tbody tr td:nth-of-type(4) {
    width: 20%;
    padding: 5px;
    text-align: right;
}

.work-info {
    display: block;
    width: 85%;
    margin-inline: auto;
}

.line-2{
    height: 85px;
}

.output-top{
    height: 260px;
}



@media screen and (max-width: 769px) {
    .about-table thead th {
        font-size: 80%;
        line-height: 150%;
    }

    .about-table tbody th {
        width: 25%;
        font-size: 80%;
    }

    .about-table tbody tr td {
        font-size: 80%;
    }

    .about-table tbody tr td:nth-of-type(1) {
        width: 25%;
        text-align: center;
        background-color: #E7EDF5;
    }

    .about-table tbody tr td:nth-of-type(2) {
        width: 50%;
        padding: 5px;
    }

    /* feature */
    .feature-top {
        width: 100%;
    }

    .feature-top p {
        font-size: 100%;
    }

    .feature-box {
        width: 100%;
    }

    /* point */
    .point-box {
        width: 100%;
    }

    .point-head__icon {
        width: 20px;
        top: 4px;
    }

    /* フェーズ */
    .schedule-wrapper {
        flex-direction: column;
        row-gap: 40px;
    }

    .phase-section {
        width: 100%;
    }

    .phase-title__first {
        font-size: 100%;
        height: auto;
    }

    .phase-title {
        font-size: 100%;
        height: auto;
    }

    .phase-section.--01 {
        width: 100%;
    }

    .phase-section.--03 {
        width: 100%;
    }

    .phase3-wrapper {
        row-gap: 10px;
    }

    /* work  */
    .work-table {
        width: 100%;
    }

    .work-table thead th {
        font-size: 80%;
        line-height: 150%;
    }

    .work-table tbody th {
        width: 10%;
    }

    .work-table tbody tr td {
        font-size: 80%;
    }

    .work-table tbody tr td:nth-of-type(1) {
        width: 30%;
    }

    .work-info {
        width: 100%;
    }

    .line-2{
        height: auto;
    }

    .output-top{
        height: auto;
    }
    


}