/* -----------------------------
  rakusta お問い合わせページ
----------------------------- */
.rakusta-page-header {
    padding: 40px 20px;
    text-align: center;
}

.rakusta-page-title {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 24px;
}

.rakusta-page-title__icon {
    width: 100px;
    height: 104px;
}

.rakusta-page-title__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}


.rakusta-page-title__main {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 5px;
    color: #333;
    margin: 0;
}

.rakusta-page-title__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .rakusta-page-title__icon {
        width: 67px;
        height: 70px;
    }

    .rakusta-page-title__main {
        font-size: 48px;
    }

    .rakusta-page-title__sub {
        font-size: 12px;
    }
}


.rakusta-contact {
    padding: 0 0 80px 0;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #333;
}

.rakusta-contact__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 48px;
    align-items: flex-start;
}

.rakusta-contact__left {
    flex: 1.2;
}

.rakusta-contact__right {
    flex: 1;
    box-sizing: border-box;
    padding: 40px;
    background: rgba(248, 248, 248, 1);
}


.rakusta-contact__left-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.rakusta-contact__left-description {
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--BK, rgba(33, 33, 33, 1));
    margin: 40px 0;
}

.rakusta-contact__left-example {
    gap: 24px;
    border-radius: 16px;
    padding: 24px;
    background: rgba(248, 248, 248, 1);
}

.rakusta-contact__left-example p {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 24px;
}

.rakusta-contact__left-example ul {
    padding-left: 0;
}

.rakusta-contact__left-example li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 180%; */
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(125, 125, 125, 1);
}

@media (max-width: 768px) {
    .rakusta-contact__container {
        display: block;
    }

    .rakusta-contact__left-description {
        margin: 0;
        margin-bottom: 20px;
    }

    .rakusta-contact__left-example {
        margin-bottom: 20px;
    }
}

.rakusta-thanks {
    max-width: 1000px;
    padding: 40px 20px;
    text-align: center;
    margin: 0 auto;
}

.rakusta-thanks p {
    margin-bottom: 16px;
}

.rakusta-thanks__button {
    padding: 8px 24px;
    font-size: 14px;
    padding-left: 24px;
    border-radius: 6px;
    margin-top: 8px;
    display: inline-block;
    background: #e50051;
    color: #fff;
}

.rakusta-thanks__button:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #fff;
}