.hero{
    background: white;
}
.hero .inner{
    background-image: url("../images/hero-bg.jpg");
    position: relative;
    width: 100vw;
    height: 62.5rem;
    max-width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}
.hero .inner .hero-prof-img{
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero .inner .title-area{
    position: absolute;
    width: 70rem;
    height: auto;
    background-image: url(../images/bg-washi.jpg);
    bottom: 2rem;
    right: 0;
}
.hero .inner .title-area h1{
    font-size: 3rem;
    color: black;
    font-family: "kaisei-decol", sans-serif;
    padding: 4rem 0rem;
    margin: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.7rem;
    text-align: center;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 768px) {
    .hero{
        background: white;
    }
    .hero .inner{
        background-image: url("../images/hero-bg.jpg");
        position: relative;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
    }
    .hero .inner .hero-prof-img{
        position: absolute;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .hero .inner .title-area{
        position: absolute;
        width: 100%;
        height: 8rem;
        background-image: url(../images/bg-washi.jpg);
        bottom: 2rem;
        right: 0;
    }
    .hero .inner .title-area h1{
        font-size: 3rem;
        color: black;
        font-family: "kaisei-decol", sans-serif;
        padding: 2rem 1rem;
        margin: auto;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.7rem;
        text-align: center;
        z-index: 2;
        position: absolute;
        bottom: 0;
        background-color: #F7EBD9dd;
        background-image: url(../images/bg-washi.jpg);
        width: 100vw;
    }

    .hero .inner .title-area h1 span{
        font-size: 2rem;
        letter-spacing: 1.5rem;
    }
}