@charset "UTF-8";
/* CSS Document */


section {
    margin-bottom: 100px;
}

.customer_web a {
    background-color: #ff006f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    ;
}

.anchor {
    position: relative;
}

.anchor::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

.br_on {
    display: none;
}

@media screen and (max-width:540px) {
    section {
        margin-bottom: 70px;
    }

    .br_on {
        display: block;
    }
}

/*top_mv
────────────────────────────────────*/
.top_mv {
    height: 800px;
}

.top_mv .swiper {
    width: 100%;
    height: 100%;
}

.top_mv .slide01,
.top_mv .slide02,
.top_mv .slide03 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_mv .slide01 {
    background-image: url("../images/top_mv01.jpg");
}

.top_mv .slide02 {
    background-image: url("../images/top_mv02.jpg");
}

.top_mv .slide03 {
    background-image: url("../images/top_mv03.jpg");
}

@media screen and (max-width:1040px) {
    .top_mv {
        height: 600px;
    }
}

@media screen and (max-width:768px) {
    .top_mv {
        height: 422px;
    }
}

@media screen and (max-width:540px) {
    .top_mv {
        height: 300px;
    }
}

/*見出し
────────────────────────────────────*/
.heading01 {
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 50px;
    position: relative;
    font-size: 4rem;
}

.heading01::after {
    content: '';
    background-size: 10px 10px;
    background-color: #e1eef5;
    background-image: repeating-linear-gradient(-45deg, #ff006f 0, #ff006f 3px, #fff 0, #fff 50%);
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.heading02 {
    background-image: linear-gradient(#fe9ac5 50%, #ff006f 50%);
    background-size: 8px 100%;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .heading01 {
        font-size: 3.2rem;
    }

    .heading02 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:540px) {
    .heading01 {
        font-size: 3rem;
    }

    .heading02 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 415px) {
    .heading01 {
        font-size: 2.6rem;
    }

    section {
        margin-bottom: 50px;
    }
}

.service-image {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 20px auto 30px;
}

/*sec_service
────────────────────────────────────*/
.cleaning {
    margin: 80px 0;
}

.feature_items {
    display: flex;
    gap: 20px;
}


.features {
    margin-top: 30px;
}

.features h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature_items div {
    flex: 1;
    padding: 20px 40px;
    border-radius: 10px;
}

.apartment .feature_items div {
    border: 2px solid #f94090;
    background-color: #fff0f6;
}

.cleaning .feature_items div {
    border: 2px solid #56c5e1;
    background-color: #edfbff;
}

.child_seat .feature_items div {
    border: 2px solid #ffd044;
    background-color: #fffbed;
}

.feature_items p {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
}

.apartment .feature_items p {
    color: #f94090;
}

.cleaning .feature_items p {
    color: #10b3db;
}

.child_seat .feature_items p {
    color: #ffbf00;
}

.explanation {
    margin-left: 20px;
    list-style-type: disc;
}

.explanation li {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 1.8;
    list-style: disc;
}

@media screen and (max-width:900px) {
    .feature_items {
        flex-direction: column;
    }

    .apartment {
        margin-left: 0;
    }

    .feature_items div {
        padding: 15px 30px 20px;
    }

    .egaode p,
    .features p {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }
}

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

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

@media screen and (max-width:415px) {
    .features h4 {
        font-size: 1.8rem;
    }

    .feature_items div {
        padding: 18px 14px 18px;
    }

    .egaode p,
    .features p {
        margin-bottom: 3px;
        font-size: 1.7rem;
    }

    .explanation li {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}


/*sec_company
────────────────────────────────────*/

.company_info table {
    width: 100%;
    border-collapse: collapse;
}

.company_info th {
    white-space: nowrap;
}

.company_info th,
.company_info td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
}

.company_info table:nth-of-type(1) {
    margin-bottom: 50px;
}

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

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

    .company_info th,
    .company_info td {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}