@charset "utf-8";

/* =================
ここからmain
==================== */

.main {
    margin-top: 70px;
}

.mainVis img {
    display: none;
}

.mainVis__sp {
    width: 100vw;
    overflow: hidden;
    height: calc(100vh - 70px);
    position: relative;
}

.mainVis__sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainTitle {
    display: inline-flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-black);
    position: absolute;
    bottom: 50px;
    right: 0;
}

.mainTitle h2 {
    color: var(--primary-white);
    font-size: 2.4rem;
    font-weight: 500;

    letter-spacing: 2.4px;
}

/* pc common 769px*/
@media screen and (min-width: 769px) {
    .main {
        margin-top: 100px;
    }

    .mainTitle {
        display: inline-flex;
        padding: 50px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: var(--primary-black);
        position: absolute;
        bottom: 60px;
        right: 0;
    }

    .mainTitle h2 {
        font-size: 4rem;
    }

}


/* =====================
ここからConcept
======================= */
.concept {
    padding: 50px 5.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.concept__group {
    text-align: center;
}

.concept__copy {
    font-weight: 500;
    font-size: 1.8rem;
}

.concept__txt {
    margin-top: 20px;
}

.concept__txt__detail {
    margin-top: 10px;

}



/* pc common 769px*/
@media screen and (min-width: 769px) {
    .concept {
        padding: 100px 8.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .concept__copy {
        font-size: 2rem;
    }

    .concept__txt {
        margin-top: 30px;
    }

    .concept__txt__detail {
        margin-top: 5px;
    }

    .concept__txt__detail--last {
        margin-top: 20px;
    }

    .brsp {
        display: none;
    }


}

/* =====================
ここから理由
======================= */
.reason {
    background-color: var(--primary-green);
    padding: 50px 5.3%;
    position: relative;
}

.topic--reason {
    margin-top: 0;
}

.reason__item {
    background-color: var(--primary-white);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.reason__title {
    padding: 5px;
    font-weight: 500;
    font-size: 1.8rem;
    background-color: var(--secondary-gray);
    text-align: center;
}

.reason::before {
    content: "WHY KIROKU ";
    color: #C4C4C4;
    font-family: Inter;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    position: absolute;
    top: -17px;
    left: 4%;
}


/* pc common 769px*/
@media screen and (min-width: 769px) {
    .reason {
        padding: 100px 8.3%;
    }

    .reason__detail {
        display: flex;
        justify-content: space-between;
    }

    .reason__item {
        width: 27vw;
        margin-top: 30px;
    }

    .reason::before {
        content: "WHY KIROKU ";
        color: #C4C4C4;
        font-family: Inter;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 10px;
        position: absolute;
        top: -35px;
        left: 4%;
    }


}


/* =====================
ここからPlan
======================= */
.package {
    background-color: var(--primary-orange);
    padding: 50px 5.3%;
}

.topic--package {
    margin-top: 0;
}

.topic__title__txt {
    text-align: center;
    margin-top: 20px;
}

.packageItem__detail {
    padding: 20px;
    background-color: var(--secondary-gray);
    margin-top: 30px;
}

.packageItem__title {
    display: flex;
    flex-direction: column;
}

.packageItem__en {
    color: var(--primary-blue);
    font-family: Inter;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 2.4px;
}

.packageItem__jp {
    font-weight: 700;
    color: var(--primary-blue);
}

.packageItem__vis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.packageItem__vis img {
    width: 35vw;
}

.packageItem__detail h6 {
    padding: 3px 10px;
    background-color: var(--primary-gray);
    font-weight: 500;
    color: var(--primary-white);
    margin-top: 20px;
}

.packageItem__icon {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.packageItem__icon img {
    width: 24vw;
}

.packageItem__detail h5 {
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-top: 20px;
}

.brpc {
    display: none;
}

.packageItem__price {
    margin-top: 20px;
}

.packageItem__flow {
    margin-top: 20px;
    text-align: right;
    font-weight: 500;
}

.packageItem__txt,
.packageItem__finish,
.packageItem__recommend {
    margin-top: 10px;
}

.packageItem__including {
    padding: 10px;
    background-color: var(--primary-white);
    margin-top: 20px;
    border: solid 1px var(--primary-black);
}

.packageItem__including__txt {
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.link__sasaki {
    padding: var(--contentPadding);
    margin-bottom: 50px;
}

.package::before {
    content: "PLAN";
    color: #C4C4C4;
    font-family: Inter;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 12.8px;
    position: absolute;
    top: -17px;
    left: 4%;
}



/* pc common 769px*/
@media screen and (min-width: 769px) {

    .package {
        padding: 100px 8.3%;
    }

    .topic__title__txt {
        text-align: left;
        margin-top: 5px;
    }

    .packageItem__detail {
        padding: 40px 50px;
    }

    .packageItem__en {
        font-size: 3.2rem;
        font-weight: 700;
    }

    .packageItem__jp {
        font-size: 2rem;
        font-weight: 700;
    }

    .packageItem__vis img {
        width: 14vw;
    }

    .packageItem__vis {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 5px;
        margin-top: 30px;
    }

    .packageItem h5 {
        font-size: 2rem;
        margin-top: 30px;
    }

    .packageItem h6 {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .brpc {
        display: block;
    }

    .packageItem__including {
        padding: 30px;
    }

    .packageItem__including__txt {
        font-size: 1.8rem;
        text-align: left;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .packageItem__icon img {
        width: 15%;
    }

    .packageItem__icon {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 30px;
        margin-top: 30px;
    }

    .packageItem__flow {
        margin-top: 5px;
    }

    .packageItem__price {
        margin-top: 30px;
    }

    .btn--top {
        margin-top: 40px;
    }

    .link__sasaki {
        padding: var(--contentPaddingPC);
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .package::before {
        content: "PLAN";
        color: #C4C4C4;
        font-family: Inter;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 12.8px;
        position: absolute;
        top: -35px;
        left: 4%;
    }


}



/* ================
works
=================== */
.works {
    background-color: var(--primary-green);
    padding: 50px 5.3%;
}

.topic--works {
    margin-top: 0;
}

.works__detail {
    background-color: var(--primary-white);
    padding: 20px;
    margin-top: 30px;
}

.works__name {
    display: flex;
    flex-direction: column;
}

.works__name__txt {
    font-size: 1.8rem;
    font-weight: 500;
}

.works__title {
    border: solid 1px var(--primary-black);
    margin-top: 20px;
    padding: 3px 10px;
}

.works__txt {
    margin-top: 10px;
}

.works__vis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;

}

.works__vis img {
    width: 47%;
}

.works::before {
    content: "WORKS";
    color: #C4C4C4;
    font-family: Inter;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 12.8px;
    position: absolute;
    top: -17px;
    right: 4%;
}



/* pc works 769px*/
@media screen and (min-width: 769px) {
    .works {
        padding: 100px 8.3%;
    }


    .btn--works {
        margin-top: 50px;
    }

    .works__vis {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: center;
        margin-top: 15px;
    }

    .works__vis img {
        width: 23%;
    }

    .works::before {
        content: "WORKS";
        color: #C4C4C4;
        font-family: Inter;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 12.8px;
        position: absolute;
        top: -35px;
        right: 4%;
    }

}



/* ===============
インスタ
=================== */
.instagram {
    padding: var(--contentPadding);
}

.instagram__follow {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.instagram__follow img {
    width: 45px;
    height: auto;
}

.instagram__follow__name {
    font-family: Inter;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.instagram__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

#instagram {
    padding: 0px 5.3% 50px;
}

.ig-no-caption {
    height: 715px;
    overflow: hidden;
}


/* pc instagram */
@media screen and (min-width: 769px) {

    .topic--instagram {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mainTopics {
        margin-top: 100px;
    }

    .brSP {
        display: none;
    }

    .brPC {
        display: block;
    }

    .mainTopics__title {
        margin-top: 0;
    }

    .mainTopicsVis {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 70px;
    }

    .mainTopicsVis__small {
        width: 13.8%;
        height: auto;
    }

    .instagram__content {
        display: flex;
        flex-direction: row;
        gap: 50px;
        margin-top: 50px;
        justify-content: center;
    }

    #instagram {
        padding: 0px 8.3% 100px;
    }

    .ig-no-caption {
        height: 500px;
        overflow: hidden;
    }

}

/* pc 769px */





