@charset "utf-8";



/* TOPメインビジュアル */
.scroll {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 20px;
    bottom: 110px;
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -80px;
    content: "";
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* テキスト英語タイトル */
.top-mv {
    height: 620px;
    position: relative;
}

.mv-container {
    padding-top: 205px;
}

/* 「顔が見える」 */
.mv-text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

/* 英文 */
.mv-en {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

/* SUUMOR */
.mv-title {
    margin-top: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

/* Sを緑に */
.mv-title span {
    font-size: 46px;
    color: #70AE2F;
}

/* コンセプト 自分を見つける家探し */
.concept {
    background-image: url(../img/top-mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.concept-container {
    display: flex;
    justify-content: center;
    text-align: center;

}

/* 自分を見つける家探しPNG */
.top-text {
    width: 300px;
    height: 50px;
}

/* 英語 */
.concept-en {
    margin-top: 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 0.1;
    color: #70AE2F;
}

/* 文章 */
.concept-text {
    color: #ffffff;
    margin-top: 21px;
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: 0.04em;
}

/* ボタン　小 */
/*  スモアルについて */
.button-1 {
    margin-top: 25px;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 35px;
    display: inline-block;
    background-color: #70AE2F;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* サービス */

.service {
    padding: 80px 0;
    position: relative;
}



/* 装飾　ドット */
.dot_img {
    position: absolute;
    top: 80px;
    right: 0;
    width: 125px;
    height: 155px;
    z-index: 0;
}

/* サービス一覧 */
.service-container-2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-box {
    width: 100%;
}

.service-box:not(:first-of-type) {
    margin-top: 20px;
}

/* サービス一覧　借りる　買う　売る　建てる */
.service-title {
    position: absolute;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.14em;
    line-height: 1.5;
}

/* rent buy sell build */
.service-title span {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.05em;
}

/* サービス　画像 */
.service-box {
    width: 100%;
}

.service-img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.service-img img {
    width: 120px;
}

.service-info {
    position: relative;
    width: 175px;
    background-color: #70AE2F;
    border-radius: 0 20px 20px 0;
    padding: 15px;
}

/* 矢印svg */
.service-info::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.service-title span {
    display: block;
}

/* スモアル４つの強み */
.feautures {
    position: relative;
    padding: 50px 0;
    background-color: #70AE2F;
    color: #ffffff;
}

.feautures-container-1 {
    position: relative;
    z-index: 1;
}

.title--center {
    text-align: center;
}



.feautures .title span {
    text-align: center;
    color: #ffffff;
}

.feautures-container-2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feautures-box {
    width: 100%;
}

.feautures-box:not(:first-of-type) {
    margin-top: 20px;
}


/* お客様の声 */
.interview {
    padding: 70px 0;
}

.interview-text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

.interview-button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}


/* FAQ よくある質問 */

.question {
    padding-bottom: 60px;
    background-color: #ffffff;
}

.question-container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}



.question .title span {
    text-align: center;
}

.question-container-2 {
    margin-top: 30px;
}

.question-box {
    padding: 20px;
    background-color: #ffffff;
    width: 335px;
    border-radius: 20px;
    border: 1px solid #70AE2F;
}

.question-box:not(:first-of-type) {
    margin-top: 20px;
}

.question-text {
    display: flex;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.question-text p {
    padding-left: 10px;
}

.question-text::before {
    content: "";
    display: inline-block;
    background-image: url('../img/question.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0;
}

.answer-text {
    padding-top: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.answer-text p {
    padding-left: 10px;
}

.answer-text:before {
    content: "";
    display: inline-block;
    background-image: url('../img/answer.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
}

/* 会社概要 */

.profile {
    position: relative;
    z-index: 1;
    padding: 50px 0 60px 0;
}

.profile-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
}

.profile-title {
    margin-top: 20px;
    color: #70AE2F;
    font-size: 14px;

}

.profile-text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
}



/* 店舗情報 */


.store-wapper {
    text-align: center;
}

.store-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
}

.store-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    background-color: #70AE2F;
    width: 100%;
    padding: 9px 0;
    color: #ffffff;
    font-size: 18px;
}

.store-title {
    margin-top: 10px;
    color: #70AE2F;
    font-size: 14px;
}

.store-text {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.store .button-1 {
    margin: 25px 0 40px;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 35px;
    display: inline-block;
    background-color: #70AE2F;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* SNS */
.sns {
    padding: 25px 0 50px 0;
    background-image: url(../img/sns-bgimg.jpg);
    height: 660px;
    text-align: center;
}

.ballon-img {
    margin-top: 25px;
}

.sns-text {
    margin-top: 15px;
}


.iphone-img {
    margin-top: 30px;
}