@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");

#hama-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    font-family: "Barlow", Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0.16em;
    word-spacing: 0.2em;
    line-height: 1.5;
}

#hama-wrap .hama-box {
    width: 100%;
}

#hama-wrap img {
    width: 100%;
}

#hama-wrap .br-50 img {
    border-radius: 50px;
}
#hama-wrap .hama-con {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1376px;
    text-align: left;
}


#hama-wrap .hama-box h2 {
    font-size: 45px;
    font-weight: 400;
    padding: 20px 40px 0;
    margin: 0;
}
#hama-wrap .hama-5cols a {
    padding: 20px;
}
#hama-wrap .hama-box p {
    font-size: 23px;
    font-weight: 500;
    padding: 20px 40px;
    margin: 0;
}
.hama-5cols > .hama-box {
    width: 19%;
}

#hama-wrap .hama-bag {
    background-color: #bed2f5;
    width: 115%;
    border-radius: 0 40px 40px 0;
    background-image: url(../31.webp);
}

#hama-wrap .hama-ban1 p {
    position: absolute;
    font-weight: 500;
    color: #582c83;
    bottom: 9%;
    left: 1%;
}

#hama-wrap .hama-ban1 h2 {
    position: absolute;
    font-weight: 500;
    color: #582c83;
    bottom: 33%;
    left: 1%;
}

#hama-wrap .hama-ban2 p {
    position: absolute;
    color: #02454b;
    font-weight: 500;
    bottom: 15%;
    left: 1%;
}

#hama-wrap .hama-ban2 h2 {
    position: absolute;
    font-weight: 500;
    color: #02454b;
    bottom: 38%;
    left: 1%;
}

#hama-wrap .hama-ban3 p,
#hama-wrap .hama-ban3 h2 {
    font-weight: 500;
    color: #001e5a;
}

#hama-wrap .hama-padding2 {
    padding: 20px 0;
}

@media all and (max-width: 899px) {
    #hama-wrap .hama-con {
        flex-wrap: wrap;
    }

    #hama-wrap .hama-ban1 p {
        font-size: 22px;
        bottom: 0%;
    }

    #hama-wrap .hama-ban1 h2 {
        bottom: 44%;
        font-size: 40px;
        padding-right: 30%;
    }

    #hama-wrap .hama-ban2 p {
        font-size: 22px;
        bottom: 0%;
        position: relative
    }

    #hama-wrap .hama-ban2 h2 {
        bottom: 44%;
        font-size: 40px;
        padding-right: 30%;
        bottom: 0;
    }

    #hama-wrap .hama-ban1,
    #hama-wrap .hama-ban2 {
        padding-bottom: 230px;
    }
}
