@charset "UTF-8";
.eyecatch {
    position: relative;
}

.eyecatch-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.eyecatch-title .page-title {
    background-color: transparent;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
}
.main-title {
    background: #bc8b9b;
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 0 15px;
    border-radius: 10px;
}

@media (max-width: 576px)  {

.eyecatch-title {
    width: 100%;
}
.eyecatch-title .page-title {
    font-size: 1.5rem;
}
}