@charset "utf-8";
/* CSS Document */

section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex img {
    flex: none;
}

#firstview {
    background: url(/sevice_shared/img/cloud/partner/mv.svg) no-repeat 113% -90% / 900px;
}
#firstview h1 {
    font-size: 4.4rem;
    font-weight: bold;
    
}
#firstview h1 span {
    font-size: 2rem;
    display: block;
}
#firstview .flex {
    justify-content: space-between;
}
#firstview .flex p {
    width: 62%;
}
#firstview .flex figure {
    margin: 0 auto 20px;
}

#merit .content {
    overflow: inherit;
}
#merit .flex > div {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
}
#merit .flex > div:nth-child(3n) {
    margin-right: 0;
}
#merit .flex > div figure {
    width: 133px;
    margin: 0 auto;
}
#merit .flex > div p {
    text-align: left;
    margin-bottom: 0;
}

#flow .flex > div {
    width: 20%;
    background: #f3f3f3;
    margin-right: 5%;
    position: relative;
    text-align: center;
    padding: 45px 10px 30px;
    box-sizing: border-box;
}
#flow .flex > div:after {
    content: '';
    position: absolute;
    width: 25%;
    top: 50%;
    right: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 98px solid transparent;
    border-bottom: 99px solid transparent;
    border-left: 53px solid #e6e6e6;
}
#flow .flex > div .step {
    position: absolute;
    background: #1b9bd0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    padding-top: 10px;
    box-sizing: border-box;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid #fff;
}
#flow .flex > div .step span {
    display: block;
    font-size: 2.5rem;
}
#flow .flex > div figure {
    width: 104px;
    margin: 0 auto 10px;
}
#flow .flex > div p {
    font-weight: bold;
}

@media screen and (max-width: 1499px) {
    #firstview {
        background: none!important;
    }
}

@media screen and (max-width: 1039px) {
    .content {
        width: 90%;
    }
    #firstview h1 {
        font-size: 3.2rem;
    }
    #firstview h1 span {
        font-size: 1.5rem;
    }
    #firstview .flex p {
        width: 100%;
        order: 2;
    }
    #firstview .flex figure {
        order: 1;
    }
    #merit .flex > div {
        width: 100%;
        margin-right: 0;
    }
    #flow .flex > div {
        width: 100%;
        margin-top: 35px;
        margin-right: 0;
    }
}
