.es-container .sec_service01 {
    background-color: rgb(0, 129, 204);
    color: rgb(255, 255, 255);
    padding: 4em 0px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.es-container .sec_service01::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    transform: translate(-50%, 99%);
    background-image: url("https://www.saikicorp.jp/app/uploads/sites/1446/2026/03/tri_blue.png");
    width: 82px;
    height: 41px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.uagb-column__wrap .uagb-column__inner-wrap {
    padding: 0px;
}

.maintitle {
}

.maintitle .text1 {
    color: rgb(255, 255, 255);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.maintitle .text2 {
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin-top: 1em;
}

.es-container .sec_service02 {
    padding-top: 70px;
    background-color: rgb(229, 234, 242);
    padding-bottom: 3em;
}

.titletext01 {
    width: 100%;
    text-align: center;
    margin: 0px auto 0em;
    max-width: 550px;
}

.titletext01 .maintext1 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: rgb(0, 47, 123);
    margin: 0px;
    position: relative;
    line-height: 1em;
    padding-bottom: 0.3em;
}

.titletext01 .maintext1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background-color: rgb(0, 129, 204);
    left: 0px;
}

.titletext01 .maintext3 {
    margin: 0px;
    padding-top: 0.6em;
    font-weight: bold;
    font-size: 1.1em;
}

.mokuteki_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
}

.mokuteki_box .boxs {
    display: block;
    width: 32%;
    position: relative;
}

.mokuteki_box .boxs:nth-child(4) {
    margin-left: auto;
    margin-right: 1%;
}

.mokuteki_box .boxs:nth-child(5) {
    margin-right: auto;
    margin-left: 1%;
}

.mokuteki_box .boxs .mokutekiimg {
    width: 125px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 0px;
}

.mokuteki_box .boxs .mokutekiimg:hover {
    opacity: 1;
}

.mokuteki_box .boxs .textbox {
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(0, 129, 204);
    border-radius: 1.5em;
    margin-top: 60px;
    padding: 60px 1.5em 1em;
    min-height: 170px;
}

.mokuteki_box .boxs .textbox .text1 {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 129, 204);
    margin: 0px 0px 0.2em;
    line-height: 1.5em;
}

.mokuteki_box .boxs .textbox .text2 {
    margin: 0px;
    line-height: 1.5em;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 0em;
}

.es-container .sec_service03 {
    padding-bottom: 3em;
    padding-top: 3em;
}

.about_box {
    padding-top: 3em;
}

.about_box .titlebox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 1em 0px;
}

.about_box .titlebox .a_img {
    margin: 0px;
    width: 90px;
}

.about_box .titlebox .a_text {
    margin: 0px 0px 0px 1.5em;
}

.about_box .titlebox .a_text .a_title {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1em;
    color: rgb(0, 129, 204);
    letter-spacing: 0.1em;
}

.about_box .titlebox .a_text .a_about {
    display: block;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0.4em;
    font-size: 1.2em;
}

.infobox {
    background-color: rgb(245, 243, 235);
    padding: 3em;
}

.infobox .i_text {
    margin: 0px;
    padding: 0.7em 0em 0.7em 1.5em;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.infobox .i_text::before {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    width: 6px;
    height: 100%;
    background-color: rgb(0, 47, 123);
    top: 0px;
}

.infobox .points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
}

.infobox .points .p_box {
    width: 31.5%;
    background-color: rgb(255, 255, 255);
    padding: 1em;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.65) 1px -2px 7px -4px;
}

.infobox .points .p_box .p_title {
    margin: 0px 0px 0.8em;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(0, 47, 123);
}

.infobox .points .p_box .p_text {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0.95em;
}

.infobox .points .p_box .p_text li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.7em;
    margin-top: 0.2em;
}

.infobox .points .p_box .p_text li::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url("https://www.saikicorp.jp/app/uploads/sites/1446/2026/03/service_check.png");
    left: 0px;
    background-size: cover;
    width: 1em;
    height: 1em;
    top: 0.4em;
}

.infobox .points .p_box .p_text li.no::before {
    display: none;
}

.infobox .points .p_box .p_text li.no::after {
    display: none;
}

.infobox .points .p_box .p_text li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgb(201, 202, 202);
    left: 0px;
    bottom: -0.4em;
}

.infobox .contactbox {
    margin-top: 3em;
    background-color: rgb(254, 235, 190);
    padding: 2em 1em;
    text-align: center;
}

.infobox .contactbox .c_text {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    letter-spacing: 0.2em;
}

.infobox .contactbox .telboxs {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 1em auto;
    max-width: 90%;
}

.infobox .contactbox .telboxs .left {
}

.infobox .contactbox .telboxs .right, .infobox .contactbox .telboxs .left {
    width: 40%;
}

.infobox .contactbox .telboxs .right {
}

.infobox .contactbox .telboxs .shopname {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    margin: 0px;
}

.infobox .contactbox .telboxs .number {
    margin: 0px;
    text-align: left;
    font-size: 2.6em;
    font-weight: bold;
    text-shadow: black 0px 0px 1px;
    line-height: 1em;
}

.infobox .contactbox .telboxs .number span {
    font-size: 0.7em;
}

.infobox .contactbox .teikyu {
    margin: 0px;
}

.infobox .contactbox .c_btn {
    margin-top: 2em;
    display: inline-block;
    padding: 1em 5em;
    background-color: rgb(240, 131, 0);
    color: rgb(255, 255, 255);
    position: relative;
}

.infobox .contactbox .c_btn::before {
    content: "";
    display: inline-block;
    background-image: url("https://www.saikicorp.jp/app/uploads/sites/1446/2026/03/service_contact.png");
    width: 20px;
    height: 14px;
    background-size: cover;
    z-index: 1;
    position: relative;
    top: 0.1em;
    margin-right: 0.5em;
}

.infobox .contactbox .c_btn::after {
    content: "";
    display: inline-block;
    background-image: url("https://www.saikicorp.jp/app/uploads/sites/1446/2026/03/service_contact2.png");
    width: 20px;
    height: 4px;
    background-size: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 1em;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    #main {
        font-size: 4vw;
    }

    section .wrapper {
        max-width: 94%;
        margin: 0px auto;
    }
    .maintitle .text1 {
        font-size: 1.85em;
        line-height: 1.5em;
        letter-spacing:0em;
    }
    .maintitle .text2 {
        font-size: 0.93em;
        line-height: 1.5em;
    }
    

    .titletext01 .maintext1 {
        font-size: 1.1em;
    }

    .titletext01 .maintext3 {
        font-size: 0.7em;
    }

    .mokuteki_box {
        margin-top: 2em;
    }

    .mokuteki_box .boxs {
        width: calc(100%);
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5em;
    }

    .mokuteki_box .boxs .mokutekiimg {
        width: 100px;
        position: absolute;
        left: 0px;
        transform: translate(0px, -50%);
        height: 100px;
        top: 50%;
    }

    .mokuteki_box .boxs .textbox {
        width: calc(100% - 40px);
        margin-top: 0px;
        padding: 0.6em 1em 0.6em 55px;
        min-height: auto;
        text-align: left;
        margin-left: 40px;
    }

    .mokuteki_box .boxs .textbox .text1 {
        text-align: left;
        font-size: 1.5em;
    }

    .mokuteki_box .boxs .textbox .text2 {
        font-size: 1.05em;
        text-align: left;
    }

    .about_box .titlebox {
        width: 94%;
        margin: 1em auto;
    }

    .about_box .titlebox .a_img {
        width: 70px;
        position: relative;
        bottom: 1.5em;
    }

    .about_box .titlebox .a_text {
        width: calc(100% - 2em - 70px);
        margin: 0px 0px 0px 2em;
        font-size: 0.9em;
        font-weight: normal;
    }

    .about_box .titlebox .a_text .a_about {
        font-weight: normal;
        line-height: 1.5em;
    }

    .sec_service03 .wrapper {
        max-width: 100%;
    }

    .sec_service03 .titletext01 {
        max-width: 94%;
        margin: 0px auto;
    }

    .infobox {
        padding: 1em 3%;
        width: 100%;
        margin: 0px auto;
    }

    .infobox .i_text {
        margin: 1em 0px;
    }

    .infobox .points .p_box {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .infobox .points .p_box .p_title {
        font-size: 1.5em;
    }

    .infobox .points .p_box .p_text {
        font-size: 1.05em;
    }

    .infobox .contactbox .c_text {
        font-size: 1.5em;
        letter-spacing: 0.1em;
    }

    .infobox .contactbox .telboxs .right, .infobox .contactbox .telboxs .left {
        width: 100%;
    }
    .infobox .contactbox .telboxs .number{
        font-size: 2.0em;
    }

    .infobox .contactbox .telboxs {
        flex-wrap: wrap;
        max-width: 100%;
        font-size: 0.95em;
    }

    .infobox .contactbox .teikyu {
        text-align: left;
    }

    .infobox .contactbox .c_btn {
        padding: 1em 3em 1em 1em;
        font-size: 0.9em;
    }
}
