html {
    font-size: 62.5%;
    line-height: 1.6;
}


.zousei {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;;
}

.zousei .fv {
    margin-top: 120px;
}

.zousei .fv h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.zousei .fv img {
    display: block;
    margin: 30px auto;
    width: 50%;
}

.zousei .read_text {
    margin: 60px 0;
}

.zousei .read_text .main {
    color: #2f4d87;
    font-size: 2.4rem;
    text-align: center;
}

.zousei .read_text .sub {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
}

.zousei .case {
    margin: 0 auto;
    max-width: 1100px;
    padding: 60px 0;
    width: 100%;
}

.zousei .case h2 {
    font-size: 3rem;
    text-align: center;
}

.zousei .case .list {
    margin: 30px 0;
}

.zousei .case .list .list_item {
    align-items: center;
    border-bottom: 1px solid #2f4d87;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.zousei .case .list .list_item .text_box {
    width: 48%;
}

.zousei .case .list .list_item .text_box .title {
    font-size: 2.4rem;
    font-weight: bold;
}

.zousei .case .list .list_item .text_box .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
}

.zousei .zousei_banner {
    text-align: center;
}

.zousei .about {
    background-color: #f7fcff;
    padding: 100px 0;
}

.zousei .about .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.zousei .about .column {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.zousei .about .column .left {
    width: 48%;
}

.zousei .about .left .title {
    color: #2f4d87;
    font-size: 2.4rem;
    font-weight: bold;
}
.zousei .about .left .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
}

.zousei .about .content .title {
    color: #2f4d87;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 40px;
}
.zousei .about .content .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
}

.zousei .commitment h2 {
    font-size: 3rem;
    text-align: center;
}


.zousei .commitment .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.zousei .commitment .content {
    align-items: center;
    display: flex;
    justify-content: center;
}

.zousei .commitment .content .left {
    margin-right: 50px;
    width: 450px;
}

.zousei .commitment .content .right {
    width: 450px;
}

.zousei .commitment .content img {
    text-align: right;
}

.zousei .commitment .content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zousei .commitment .content p {
    width: 80%;
}


.zousei .commitment .content .text {
    font-weight: 400;
}

.zousei .commitment .list {
    margin: 40px 0;
}

.zousei .commitment .list_items {
    margin-bottom: 20px;
}

.zousei .low {
    margin: 0 auto;
    max-width: 1100px;
    padding: 100px 0;
    width: 100%;
}

.zousei .low h2 {
    font-size: 3rem;
    text-align: center;
}

.zousei .low .sub {
    font-size: 1.6rem;
    margin-bottom: 60px;
    margin-top: 30px;
    text-align: center;
}

.zousei .low .content {
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-top: 30px;
}

.zousei .low .content .title {
    color: #2f4d87;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 30px;
}

.zousei .low .content .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 10px;
}

.zousei .flow {
    background-color: #f7fcff;
    padding: 100px 0;
}

.zousei .flow .inner {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

.zousei .flow h2 {
    font-size: 3rem;
    text-align: center;
}

.zousei .flow .column {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.zousei .flow .column .left {
    margin-right: 30px;
}

.zousei .end_text {
    padding: 60px 0;
    text-align: center;
}

.zousei .end_text p {
    font-size: 1.8rem;
    line-height: 1.8;
}

@media screen and (max-width: 425px) {
    .zousei .fv img {
        width: 90%;
    }

    .zousei .read_text .main {
        color: #2f4d87;
        font-size: 2rem;
        text-align: center;
    }
    .zousei .zousei .fv img {
        display: block;
        width: 80%;
    }
    .zousei .read_text {
        margin: 40px auto;
        width: 96%;
    }

    .zousei .case {
        padding: 40px 0;
    }

    .zousei .case .list .list_item {
        flex-direction: column-reverse;
    }
    .zousei .case .list {
        margin: 0;
    }
    .zousei .case .list .list_item .text_box {
        width: 90%;
    }
    .zousei .case .list .list_item .text_box .title {
        font-size: 2rem;
        font-weight: bold;
        margin-top: 30px;
    }
    .zousei .case .list .list_item .text_box .text {
        margin-top: 20px;
    }

    .zousei .commitment h2 {
        font-size: 3rem;
        text-align: center;
    }


    .zousei .commitment .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 96%;
    }

    .zousei .commitment .content.odd {
        flex-direction: column-reverse;
    }

    .zousei .commitment .content.even {
        flex-direction: column;
    }

    .zousei .commitment .content .left {
        margin-right: 0;
        width: 100%;
    }

    .zousei .commitment .content .right {
        width: 100%;
    }


    .zousei .commitment .content h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .zousei .commitment .content p {
        width: 80%;
    }

    .zousei .commitment .list {
        margin: 40px 0;
    }

    .zousei .commitment .list_items {
        margin-bottom: 20px;
    }




    .zousei .about {
        padding: 40px 0;
    }

    .zousei .about .column {
        flex-direction: column;
    }
    .zousei .about .column .left {
        width: 90%;
    }
    .zousei .about .column .right {
        margin-top: 20px;
    }
    .zousei .about .content {
        margin: 0 auto;
        width: 90%;
    }
    .zousei .low {
        padding: 40px 0;
        width: 90%;
    }


    .zousei .flow {
        padding: 40px 0;
    }

    .zousei .flow .column {
        flex-direction: column;
        margin-top: 10px;
    }
    .zousei .flow .column .left {
        margin: 20px 0;
        width: 90%;
    }
    .zousei .flow .column .right {
        width: 90%;
    }

    .zousei .end_text {
        padding: 40px 0;
    }

    .zousei .end_text p {
        font-size: 1.4rem;
        margin: 0 auto;
        width: 96%;
    }
}
