@charset "utf-8";

/* ==========================================
こんな悩みありませんか？
========================================== */

.worry-container {
    max-width: 122rem;
    width: 100%;
    margin: 4rem auto 0;
}

.worry-list {
    max-width: 122rem;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.45em;
    padding: 6rem 1.5rem;
}

.worry-list > li {
    max-width: 103rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 1rem auto 0;
}

.worry-list > li:first-child {
    margin: 0 auto;
}

.worry-list > li:before {
    content: "";
    display: block;
    max-width: 1rem;
    width: 100%;
    height: 1rem;
    background: var(--tertiary);
    border-radius: 100%;
    margin: 1.1rem 1rem 0 0;
}

.worry-arrow {
    max-width: 60rem;
    width: 100%;
    margin: 3rem auto 0;
}

.worry-text-area {
    max-width: 122rem;
    width: 100%;
    padding: 6rem 1.5rem;
    margin: 4rem auto 0;
}

.worry-text-box {
    margin: 1rem 0 0;
}

.worry-text {
    font-size: 2rem;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.45;
}

.worry-flex-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.25rem;
    margin: 10rem 0 0;
}

.worry-card {
    background: var(--secondary-light);
    padding: 3rem;
    border-radius: 0.3rem;
}

.worry-card-title-box {
    display: flex;
    align-items: center;
    padding: 0 0 2rem;
    border-bottom: solid 1px var(--gray);
}

.worry-card-number {
    max-width: 5rem;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 0.3rem;
    font-size: 2rem;
    font-family: var(--font-family04);
    line-height: 1.2em;
    margin: 0 2.5rem 0 0;
}

.worry-card-text-box {
    margin: 2rem 0 0;
}

/* ==========================================
対応可能な住宅の種類
========================================== */

.facility-container {
    margin: 10rem 0 0;
}

.facility-title {
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.45em;
}

.facility-flex-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 1.97%;
    margin: 4rem 0 0;
}

.facility-card {
    max-width: 20rem;
    width: 13.15%;
}

.facility-card-img {
    aspect-ratio: 1/1;
    position: relative;
}

.facility-card-img > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.facility-card-title {
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.45em;
    text-align: center;
    margin: 1rem 0 0;
}

.facility-text-box {
    text-align: center;
    margin: 6rem 0 0;
}

/* ==========================================
ループスライダー
========================================== */

.loop-slider {
    margin: 16rem 0 0;
}

.loop-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.loop-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.loop-slide-img {
    max-width: 45rem;
    width: 100%;
}


/* ==========================================
Commitment
========================================== */

.commit-container {
    margin: 8rem 0 0;
}

.commit-group {
    margin: 10rem 0 0;
}

.commit-grid-area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5rem;
    margin: 5rem 0 0;
}

.commit-card {
    border-radius: 0.3rem;
    padding: 3rem 3rem 4rem;
}

.commit-card-text {
    margin: 2rem 0 0;
}

/* ==========================================
Services
========================================== */

.service-container {
    margin: 4rem 0 0;
}

.service-card-number {
    max-width: 5rem;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 0.3rem;
    font-size: 2rem;
    font-family: var(--font-family04);
    line-height: 1.2em;
    margin: 0 2.5rem 0 0;
}

.service-grid-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.3rem;
    margin: 6rem 0 0;
}

.service-card {
    border-radius: 0.3rem;
    padding: 3rem 3rem 4rem;
}

.service-card-text {
    margin: 2rem 0 0;
}

/* ==========================================
Price
========================================== */

.price-frame {
    padding: 13rem 1.5rem;
}

.price-container {
    max-width: 122rem;
    margin: 5rem auto 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: solid 1px var(--primary-light);
}

.price-dt {
    max-width: 33rem;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.price-dd {
    flex: 1;
    font-weight: normal;
    margin: 0 0 0 2rem;
}

.price-note-text {
    font-size: 1.6rem;
    margin: 0.5rem 0 0;
}

/* ==========================================
Program
========================================== */

.program-container {
    max-width: 122rem;
    width: 100%;
    margin: 4rem auto 0;
}

.program-img-area {
    text-align: center;
    margin: 6rem 0 0;
}

.program-note-text {
    font-size: 1.6rem;
    margin: 2rem 0 0;
}

/* ==========================================
Flow
========================================== */

.flow-container {
    margin: 8rem 0 0;
}

.flow-grid-area {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10rem 5rem;
    overflow: hidden;
}

.flow-img-box {
    max-width: 20rem;
    width: 85%;
    padding: 1rem 0 0;
    margin: auto;
    position: relative;
}

.flow-img-box:before {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100%;
}

.flow-grid-item:last-child .flow-img-box:before {
    display: none;
}

.flow-card-number {
    max-width: 5rem;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 0.3rem;
    font-size: 2rem;
    font-family: var(--font-family04);
    line-height: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.flow-card-img {
    aspect-ratio: 1/1;
    position: relative;
}

.flow-card-img > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.flow-card-title {
    text-align: center;
    margin: 2rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    /* ==========================================
    Price
    ========================================== */

    .price-note-text {
        font-size: 1.4rem;
    }

    /* ==========================================
    Program
    ========================================== */
    
    .program-note-text {
        font-size: 1.4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    お悩み
    ========================================== */
    
    .worry-container {
        margin: 3rem auto 0;
    }
    
    .worry-list {
        font-size: 1.8rem;
        padding: 3rem 1.5rem;
    }
    
    .worry-arrow {
        margin: 3rem auto 0;
    }
    
    .worry-text-area {
        padding: 3rem 1.6rem;
        margin: 3rem auto 0;
    }

    .worry-text {
        font-size: 1.8rem;
    }
    
    .worry-flex-area {
        gap: 2rem;
        margin: 5rem 0 0;
    }
    
    .worry-card {
        padding: 1.5rem;
    }
    
    .worry-card-title-box {
        padding: 0 0 1.5rem;
    }
    
    .worry-card-number {
        max-width: 3.5rem;
        height: 3.5rem;
        font-size: 1.8rem;
        margin: 0 1.5rem 0 0;
    }
    
    .worry-card-text-box {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    対応可能な住宅の種類
    ========================================== */

    .facility-container {
        margin: 5rem auto 0;
    }
    
    .facility-title {
        font-size: 1.8rem;
    }
    
    .facility-flex-area {
        gap: 1.5rem 1.97%;
        margin: 3rem 0 0;
    }
    
    .facility-card-title {
        font-size: 1.8rem;
    }
    
    .facility-text-box {
        margin: 4rem 0 0;
    }

    /* ==========================================
    ループスライダー
    ========================================== */
    
    .loop-slider {
        margin: 8rem 0 0;
    }

    .loop-slide-img {
        max-width: 30rem;
    }

    /* ==========================================
    Commitment
    ========================================== */

    .commit-container {
        margin: 4rem 0 0;
    }

    .commit-group {
        margin: 5rem 0 0;
    }

    .commit-grid-area {
        gap: 2.5rem;
        margin: 2.5rem 0 0;
    }

    .commit-card {
        padding: 2rem 2.5rem 2rem;
    }

    .commit-card-text {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    Services
    ========================================== */

    .service-container {
        margin: 3rem 0 0;
    }

    .service-grid-area {
        gap: 1.5rem;
        margin: 3rem 0 0;
    }

    .service-card {
        padding: 1.5rem 1.5rem 2rem;
    }

    .service-card-text {
        margin: 1.5rem 0 0;
    }

    .service-card-number {
        max-width: 3.5rem;
        height: 3.5rem;
        font-size: 1.8rem;
        margin: 0 1.5rem 0 0;
    }

    /* ==========================================
    Price
    ========================================== */

    .price-frame {
        padding: 6rem 1.5rem;
    }
    
    .price-container {
        margin: 2.5rem auto 0;
    }

    .price-item {
        padding: 1.5rem 1rem;
    }
    
    .price-dt {
        font-size: 1.8rem;
    }

    .price-note-text {
        font-size: 1.2rem;
    }

    /* ==========================================
    Program
    ========================================== */

    .program-container {
        margin: 3rem auto 0;
    }
    
    .program-img-area {
        margin: 4rem 0 0;
    }
    
    .program-note-text {
        font-size: 1.2rem;
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    Flow
    ========================================== */

    .flow-container {
        margin: 4rem 0 0;
    }
    
    .flow-grid-area {
        grid-template-columns: repeat(4,1fr);
        gap: 5rem 3rem;
    }
    
    .flow-img-box {
        padding: 0.5rem 0 0;
    }
    
    .flow-card-number {
        max-width: 3.5rem;
        height: 3.5rem;
        font-size: 1.8rem;
    }
    
    .flow-card-title {
        margin: 1.5rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    お悩み
    ========================================== */

    .worry-list {
        font-size: 1.6rem;
    }
    
    .worry-arrow {
        max-width: 33.5rem;
    }
    
    .worry-text {
        font-size: 1.6rem;
    }
    
    .worry-flex-area {
        grid-template-columns: repeat(2,1fr);
    }

    /* ==========================================
    対応可能な住宅の種類
    ========================================== */

    .facility-title {
        font-size: 1.6rem;
    }

    .facility-card {
        width: 26.04%;
    }

    .facility-card-title {
        font-size: 1.6rem;
    }

    .facility-text-box {
        text-align: left;
    }

    /* ==========================================
    Commitment
    ========================================== */

    .commit-card {
        padding: 2rem 1.5rem 2rem;
    }

    /* ==========================================
    Services
    ========================================== */

    .service-grid-area {
        grid-template-columns: repeat(2,1fr);
    }

    /* ==========================================
    Price
    ========================================== */
    
    .price-dt {
        font-size: 1.6rem;
    }

    /* ==========================================
    Flow
    ========================================== */

    .flow-grid-area {
        grid-template-columns: repeat(3,1fr);
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    /* ==========================================
    お悩み
    ========================================== */

    .worry-flex-area {
        grid-template-columns: repeat(1,1fr);
    }

    /* ==========================================
    対応可能な住宅の種類
    ========================================== */

    .facility-card {
        width: 45%;
    }

    /* ==========================================
    Commitment
    ========================================== */

    .commit-grid-area {
        grid-template-columns: repeat(1,1fr);
    }

    /* ==========================================
    Services
    ========================================== */

    .service-grid-area {
        grid-template-columns: repeat(1,1fr);
    }

    /* ==========================================
    Price
    ========================================== */

    .price-item {
        flex-direction: column;
    }
    
    .price-dt {
        width: 100%;
    }
    
    .price-dd {
        margin: 0.5rem 0 0;
    }

    /* ==========================================
    Flow
    ========================================== */

    .flow-grid-area {
        grid-template-columns: repeat(2,1fr);
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */