@charset "UTF-8";
/* CSS Document */
.top {
    margin-left: 10%;
    margin-top: 1%;
    margin-bottom: 60px;
    font-size: 20px;
}
.tidying_up_header {
    background-color: #338825;
    width: 30%;
    border-radius: 50px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 0px 6px 6px 0px #666;
}
.tidying_up_content {
    background-color: #CDCDCD;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 80px;
    margin-bottom: 30px;
}
.tidying_box {
    display: flex; /* 子要素を横並びにする */
    align-items: center; /* 垂直方向を中央揃えにする */
    gap: 100px; /* 丸とテキストの間にスペースを空ける */
    margin-left: 10%;
    padding-top: 50px;
}
.tidying_price_demo {
    border-radius: 50%;
    background-color: #D9D9D9; /* 背景色 */
    width: 170px; /* 幅 */
    height: 170px; /* 高さ */
    display: flex; /* 中央寄せに必要 */
    justify-content: center; /* 水平方向に中央寄せ */
    align-items: center; /* 垂直方向に中央寄せ */
    font-size: 24px;
    letter-spacing: 2px;
}
.tidying_price {
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
}
.tidying_main_text {
    margin-left: 12%;
    letter-spacing: 1px;
    line-height: 40px;
}
.top_text {
    font-size: 30px;
    font-weight: 900;
    margin-top: 30px;
}
.sub_text {
    font-size: 18px;
    font-weight: 800px;
    letter-spacing: 2px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.news_add {
    text-align: center; /* 中央揃え */
    border-radius: 40px;
    background-color: #EFFE45; /* 背景色 */
    padding: 10px; /* 内側の余白 */
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    font-family: mizolet, sans-serif;
    font-style: normal;
    font-weight: 800;
}

.organizing_before_header {
    background-color: #FFC0CB;
    width: 30%;
    border-radius: 50px;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 0px 6px 6px 0px #666;
}
.organizing_before_content {
    background-color: #CDCDCD;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 80px;
    margin-bottom: 30px;
}
.organizing_box {
    display: flex; /* 子要素を横並びにする */
    align-items: center; /* 垂直方向を中央揃えにする */
    gap: 100px; /* 丸とテキストの間にスペースを空ける */
    margin-left: 10%;
    padding-top: 50px;
}
.organizing_price_demo {
    border-radius: 50%;
    background-color: #D9D9D9; /* 背景色 */
    width: 170px; /* 幅 */
    height: 170px; /* 高さ */
    display: flex; /* 中央寄せに必要 */
    justify-content: center; /* 水平方向に中央寄せ */
    align-items: center; /* 垂直方向に中央寄せ */
    font-size: 24px;
    letter-spacing: 2px;
}
.organizing_price {
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
}
.organizing_main_text {
    margin-left: 12%;
    letter-spacing: 1px;
    line-height: 40px;
}
.cleaning_up_header {
    background-color: #9E9B9C;
    width: 40%;
    border-radius: 50px;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 0px 6px 6px 0px #666;
}
.cleaning_up_content {
    background-color: #CDCDCD;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 80px;
    margin-bottom: 30px;
}
.cleaning_box {
    display: flex; /* 子要素を横並びにする */
    align-items: center; /* 垂直方向を中央揃えにする */
    gap: 100px; /* 丸とテキストの間にスペースを空ける */
    margin-left: 10%;
    padding-top: 50px;
}
.cleaning_price_demo {
    border-radius: 50%;
    background-color: #D9D9D9; /* 背景色 */
    width: 170px; /* 幅 */
    height: 170px; /* 高さ */
    display: flex; /* 中央寄せに必要 */
    justify-content: center; /* 水平方向に中央寄せ */
    align-items: center; /* 垂直方向に中央寄せ */
    font-size: 24px;
    letter-spacing: 2px;
}
.cleaning_price {
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
}
.cleaning_main_text {
    margin-left: 12%;
    letter-spacing: 1px;
    line-height: 40px;
}
.company_main {
    background-color: #BFFFBA;
    margin-top: 30px;
    padding-top: 40px;
}
.company_header {
    background-color: #D9D9D9;
    width: 60%;
    border-radius: 50px;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
}
.company_container {
    align-items: center; /* 垂直方向を中央揃えにする */
    gap: 0px; /* 丸とテキストの間にスペースを空ける */
}
.company_container {
    line-height: 1.6; /* 行間を少し広げる */
    width: 100%;
    margin: 0 auto; /* 中央揃え */
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.profile_item {
    display: flex; /* ラベルと値を横並びにする */
    align-items: center; /* 垂直方向を中央揃えにする */
    font-size: 25px; /* フォントサイズ */
    gap: 8%;
    font-family: kiwi-maru, sans-serif;
    font-style: normal;
    font-weight: 800;
        
}
.label {
    background-color: white;
    width: 40%;
    border-radius: 50px;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-left: 7%;
}
.profile_item .label {
    font-weight: bold; /* ラベルを強調 */
    margin-right: 10px; /* ラベルと内容の間に余白 */
}
.separator {
    border-bottom: dashed 3px #D9D9D9; /* 点線スタイル */
    margin: 3% auto; /* 上下に余白 */
    width: 95%;
}
.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 70%;
    margin: 30px 3% auto;
    border: 2px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.search-input {
    flex: 1;
    padding: 20px 25px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.search-input::placeholder {
    color: #aaa;
    font-style: italic;
}

.search-button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 3;
}

.search-button:hover {
    background-color: #0056b3;
}

.search-button i {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .top {
        margin-left: 8%;
        margin-top: 1%;
        margin-bottom: 60px;
        font-size: 16px;
    }
    .tidying_up_header {
        background-color: #338825;
        width: 80%;
        border-radius: 50px;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
        box-shadow: 0px 6px 6px 0px #666;
    }
    .tidying_box {
        display: block; /* 子要素を横並びにする */
        align-items: center; /* 垂直方向を中央揃えにする */
        gap: 10px; /* 丸とテキストの間にスペースを空ける */
        margin-left: 0%;
        padding-top: 50px;
    }
    .tidying_price_demo {
        border-radius: 50%;
        background-color: #D9D9D9; /* 背景色 */
        width: 150px; /* 幅 */
        height: 150px; /* 高さ */
        display: flex; /* 中央寄せに必要 */
        justify-content: center; /* 水平方向に中央寄せ */
        align-items: center; /* 垂直方向に中央寄せ */
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0 auto;
    }
    .tidying_price {
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
    .tidying_main_text {
        margin-left: 5%;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .top_text {
        font-size: 18px;
        font-weight: 900;
        margin-top: 30px;
    }
    .sub_text {
        font-size: 14px;
        font-weight: 800px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding-bottom: 50px;
        width: 97%;
    }
    .news_add {
        text-align: center; /* 中央揃え */
        border-radius: 40px;
        background-color: #EFFE45; /* 背景色 */
        padding: 10px; /* 内側の余白 */
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .organizing_before_header {
        background-color: #FFC0CB;
        width: 80%;
        border-radius: 50px;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
        box-shadow: 0px 6px 6px 0px #666;
    }
    .organizing_box {
        display: block; /* 子要素を横並びにする */
        align-items: center; /* 垂直方向を中央揃えにする */
        gap: 10px; /* 丸とテキストの間にスペースを空ける */
        margin-left: 0%;
        padding-top: 50px;
    }
    .organizing_price_demo {
        border-radius: 50%;
        background-color: #D9D9D9; /* 背景色 */
        width: 150px; /* 幅 */
        height: 150px; /* 高さ */
        display: flex; /* 中央寄せに必要 */
        justify-content: center; /* 水平方向に中央寄せ */
        align-items: center; /* 垂直方向に中央寄せ */
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0 auto;
    }
    .organizing_price {
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
    .organizing_main_text {
        margin-left: 5%;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .cleaning_up_header {
        background-color: #9E9B9C;
        width: 80%;
        border-radius: 50px;
        color: black;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0 auto;
        box-shadow: 0px 6px 6px 0px #666;
    }
    .cleaning_box {
        display: block; /* 子要素を横並びにする */
        align-items: center; /* 垂直方向を中央揃えにする */
        gap: 10px; /* 丸とテキストの間にスペースを空ける */
        margin-left: 0%;
        padding-top: 50px;
    }
    .cleaning_price_demo {
        border-radius: 50%;
        background-color: #D9D9D9; /* 背景色 */
        width: 150px; /* 幅 */
        height: 150px; /* 高さ */
        display: flex; /* 中央寄せに必要 */
        justify-content: center; /* 水平方向に中央寄せ */
        align-items: center; /* 垂直方向に中央寄せ */
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0 auto;
    }
    .cleaning_price {
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
    .cleaning_main_text {
        margin-left: 5%;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .company_main {
        background-color: #BFFFBA;
        margin-top: 30px;
        padding-top: 40px;
    }
    .company_header {
        background-color: #D9D9D9;
        width: 60%;
        border-radius: 50px;
        color: black;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto;
    }
    .company_container {
        align-items: center; /* 垂直方向を中央揃えにする */
        gap: 0px; /* 丸とテキストの間にスペースを空ける */
    }
    .company_container {
        line-height: 1.6; /* 行間を少し広げる */
        width: 100%;
        margin: 0 auto; /* 中央揃え */
        padding: 20px;
        box-sizing: border-box;
        margin-top: 40px;
    }
    .profile_item {
        display: flex; /* ラベルと値を横並びにする */
        flex-direction: column; /* 縦方向に並べる */
        align-items: center; /* 垂直方向を中央揃えにする */
        font-size: 20px; /* フォントサイズ */
        gap: 8%;
        font-family: kiwi-maru, sans-serif;
        font-style: normal;
        font-weight: 800;
    }
.label {
    background-color: white;
    width: 90%;
    border-radius: 50px;
    color: black;
    padding-top: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.profile_item .label {
    font-weight: bold; /* ラベルを強調 */
    margin-right: 10px; /* ラベルと内容の間に余白 */
    margin: 0 auto;
    margin-bottom: 30px;
}
.separator {
    border-bottom: dashed 3px #D9D9D9; /* 点線スタイル */
    margin: 8% auto; /* 上下に余白 */
    width: 95%;
}
.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80%;
    margin: 30px 3% auto;
    border: 2px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.search-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.search-input::placeholder {
    color: #aaa;
    font-style: italic;
}

.search-button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 3;
}

.search-button:hover {
    background-color: #0056b3;
}

.search-button i {
    font-size: 18px;
}
}
footer {
    margin-top: 2% !important;
}