/* 共通 */
.shibuya-common-title {
    font-size: 24px;
    font-weight: bold;
}


/* メインイメージ */
.shibuya-hero {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.shibuya-hero-title {
    margin: 0px auto;
}
.shibuya-hero-title-image {
    width: 100%;
    height: auto;
}


/* 東京での新生活、始めてみませんか？ */
.shibuya-newlife-hero-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
}


/* 契約時に払う初期費用のクレジットカード支払いに対応 */
.shibuya-credit {
    color: var(--white);
    background-color: var(--cyan);
}
.shibuya-credit-about-detail-kind {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 5%;
    background-color: var(--white);
}
    .shibuya-credit-about-detail-kind > li {
        width: 16%;
    }
.shibuya-credit-about-detail-kind-image {
    width: 100%;
    height: auto;
}
.shibuya-credit-about-detail-text {
    margin-top: 20px;
}


/* 過去の受賞歴 */
.shibuya-award {
    margin-top: 60px;
    text-align: center;
}
.shibuya-award-text {
    margin-top: 30px;
}
.shibuya-award-kind {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shibuya-award-kind-image {
    width: 100%;
    height: auto;
}
.shibuya-award-kind-name {
    font-weight: bold;
}


/* メールフォーム */
.shibuya-contact {
    margin-top: 80px;
}