@charset "utf-8";


h1 {
    font-size: 5rem;
    font-weight: bold;

}




h2 {
    font-size: 3.2rem;
    font-weight: bold;
    padding: 40px;
}

h3 {
    font-size: 2rem;
    font-weight: semibold;
    padding: 20px;
}

p {
    padding: 20px;
    font-size: 1.4rem;
}


.top {
    height: 100vh;
    padding-bottom: 50px;
    position: relative;
}

.topmv-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;

    width: 60%;
    height: 80vh;
    object-fit: cover;

    display: block;
}

.overlay {
    width: 60%;
    height: 400px;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 0;
    background-color: #86D7F5;
}

.title-h1 {
    position: absolute;
    top: 30%;
    left: 25%;
    z-index: 2;
    text-align: left;
}

.title-h1 span {
    background-color: #fff;
    font-size: 5rem;
    margin-bottom: 5px;
    width: fit-content;
    padding: 0;
    display: block;
}

@media screen and (max-width:1150px) {
    .title-h1 span {
        font-size: 3rem;
    }

}

@media screen and (max-width:720px) {
    .title-h1 span {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 2rem;
    }
}


/* .absolute-item {
    position: relative;
    right: 20%;
    width: 60%;
    height: 200px;
    background-color: #86D7F5;
}  */



.service {
    background-color: #E7F7FB;
    padding: 150px;

    h3,
    p {
        max-width: 650px;
        margin: 0 auto;
        text-align: left;
    }

    .model-flex {
        gap: 1rem;
    }

}

.relative {
    position: relative;
    width: 100%;
    height: 200px;

}

.absolute {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    text-align: center;
}

.fee-relative {
    position: relative;
    padding: 60px 0;
}


.details {
    display: block;
    width: fit-content;
    margin: 20px auto 0 0;
    padding: 10px 20px;
}




th,
td {
    border: 1px solid #999;
    padding: 0.5em 1em;
    text-align: center;
}


td {
    font-size: 1.6rem;
}

th {
    font-size: 2.6rem;
    white-space: nowrap;
}




.model-table span {
    font-size: 3.6rem;
    color: #0F8997;
}

.type-th-blue {
    background-color: #E7F7FB;
}


.service,
.store {
    padding: 100px;

    p {
        text-align: left;
        margin: 0 auto;
    }
}

.store-title {
    padding: 0;
    margin: 35px 0 10px;
}

.service-comment {
    padding-top: 100px;
}

.store-img {
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-right: 10px;
}

.company-table {
    display: block;
    width: fit-content;
    margin: o auto;
    text-align: center;
    border-radius: 8px;
    justify-content: center;


    th {
        width: 60%;
    }

    td {
        width: 40%;
    }
}

table {
    margin-top: 50px;
}

.company-table table {
    width: 100%;
}

.about-money {
    padding: 100px 0;
}


.fee-relative {
    position: relative;
    padding: 60px 0;
}

.fee-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media screen and (max-width:560px) {

    th,
    td span {
        font-size: 1.4rem;

    }
}

/* 料金について */
.mark-enn,
.mark-faq {
    color: #F6F5F5;
    font-size: 14rem;
}

@media screen and (max-width:720px) {

    .mark-enn,
    .mark-faq {
        font-size: 8rem;
    }
}

.model-table {
    /* border-collapse: separate;
    border-spacing: 0; */
    width: 90%;
    margin: 0 auto;
    border-radius: 12px;
}

.question-box .model-flex {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.question {
    color: #005FD9;
    font-size: 3.2rem;
    font-weight: semibold;
    justify-content: start;
    text-align: left;
    margin-top: 10px;
}

.anser {
    color: #FF5520;
    font-size: 2.6rem;
    font-weight: semibold;
    justify-content: start;
    text-align: left;
}

.mark-plus {
    display: inline-block;
    border-radius: 50px;
    text-align: right;
    padding: 0.5em 20px 0.5em 0;
    font-weight: 400;
    cursor: pointer;

    color: #005FD9;
    font-size: 3.2rem;
    font-weight: extrabold;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
    width: auto;
}

.text-question {
    color: #005FD9;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
}


.question-box {
    margin: 30px auto;
    width: 90%;
    background-color: #E7F7FB;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}


/* プラスボタンの中身だけ回転 */
.plus-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.mark-plus.open .plus-icon {
    transform: rotate(45deg);
}


/* jsのｃｓｓコード */

.question-box.open .a {
    display: block;
}



.box {
    padding: 50px;
}

.details {
    display: block;
    margin: 20px auto;
    text-align: center;
}


.a {
    display: none;
    overflow: hidden;
    text-align: left;
}

.question-box {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.question-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
    .question {
        font-size: 2.4rem;
    }

    .text-question {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .anser {
        font-size: 2rem;
    }

    .mark-plus {
        font-size: 2.4rem;

    }

    .question-box {
        padding: 15px;
        width: 95%;
    }

    .box {
        padding: 30px 10px;
    }

    .service,
    .store {
        padding: 50px 20px;
    }
}


@media screen and (max-width: 600px) {
    .question {
        font-size: 2rem;
    }

    .text-question {
        font-size: 1.4rem;
    }

    .anser {
        font-size: 1.6rem;
    }

    .mark-plus {
        font-size: 2rem;
        /* margin-left: 5px; */
    }

    .question-box {
        padding: 12px;
    }

    .box {
        padding: 20px 5px;
    }

    th {
        font-size: 1.4rem;
        padding: 0.3em 0.5em;
    }

    td {
        font-size: 1.2rem;
        padding: 0.3em 0.5em;
    }

    .about-money span {
        font-size: 2.4rem;
    }

    .mark-enn,
    .mark-faq {
        font-size: 6rem;
    }

    .title-h1 span {
        font-size: 1.8rem;
        padding: 0.2em 0.5em;
    }
}