@charset "UTF-8";

/* common style */
.m-sec-bg,
.m-box01 {
    background: #EFF4FA;
}

.m-lb02,
.m-lb02__ja,
.color-svc {
    color: #033B8D;
}

.m-lb02__en::after {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(21%, #98CDE0), to(#033B8D));
    background: linear-gradient(to right, #FFF 0%, #98CDE0 21%, #033B8D 100%);
}

/* About Section */
.ipfs-about__img {
    margin-bottom: 50px;
}

.ipfs-about__img img {
    border-radius: 20px;
}

.ipfs-about__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ipfs-box {
    position: relative;
    z-index: 1;
    width: 49.09%;
    padding: 0 25px 35px;
    background: #fff;
}

.ipfs-box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 20px;
    border: solid 2px #D6D6D6;
}

.ipfs-box__ttl {
    padding: 17px;
    margin: 0 -25px 25px;
    border-radius: 20px 20px 0 0;
    background: #033B8D;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-align: center;
}

.ipfs-box__img {
    margin-bottom: 15px;
    text-align: center;
}

.ipfs-box__list {
    letter-spacing: normal;
    line-height: 1.7;
}

.ipfs-box__list__item {
    position: relative;
    padding-left: 1.25em;
}

.ipfs-box__list__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .625em;
    width: .625em;
    height: .625em;
    border-radius: 50%;
    background: #033B8D;
}

/* Next Section */
.next-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-radius: 20px;
    border: solid 2px #D6D6D6;
    background: #fff;
}

.next-box + .next-box {
    margin-top: 35px;
}

.next-box__l {
    width: 49.81%;
    padding: 0 3.22%;
}

.next-box__logo {
    margin-bottom: 10px;
}

.next-box__ttl {
    margin-bottom: 22px;
    color: #033B8D;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.654;
}

.next-box__txt {
    letter-spacing: normal;
    line-height: 1.7;
}

.next-box__r {
    width: 50.19%;
}

.next-box__img img {
    border-radius: 20px;
}


@media screen and (max-width: 899px) {

    /* About Section */
    .ipfs-about__img {
        margin-bottom: 30px;
    }

    .ipfs-about__img img {
        border-radius: 12px;
    }

    .ipfs-about__cont {
        display: block;
    }

    .ipfs-box {
        width: 100%;
        padding: 0 18px 25px;
    }

    .ipfs-box::before {
        border-radius: 12px;
    }

    .ipfs-box + .ipfs-box {
        margin-top: 25px;
    }

    .ipfs-box__ttl {
        padding: 12px;
        margin: 0 -18px 18px;
        border-radius: 12px 12px 0 0;
        font-size: 20px;
    }

    /* Next Section */
    .next-box {
        display: block;
        padding: 16px;
        border-radius: 12px;
    }

    .next-box + .next-box {
        margin-top: 25px;
    }

    .next-box__l {
        width: 100%;
        padding: 0;
    }

    .next-box__logo {
        margin-bottom: 7px;
    }

    .next-box__ttl {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .next-box__r {
        width: 100%;
        margin-top: 20px;
    }

    .next-box__img {
        text-align: center;
    }

    .next-box__img img {
        border-radius: 12px;
    }

}