.sp {
    display: none;
}

@media (min-width:1024px) and (max-width: 1430px) {
    #home {
        .catch-copy h1 {
            font-size: clamp(2rem, 36px, 40px);
            font-weight: bold;
            margin-bottom: 0px;
            color: #ffffff;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-main-sec {
        display: flex;
        flex: 1;
        width: 100%;
        padding: 0 16px;
    }

    .home-main-sec {
        margin-left: 5%;
    }

    .home-main-img img {
        width: 115%;
    }

    .pc {
        display: none;
    }

    .tb {
        display: block;
    }

    #home {
        .catch-copy {
            padding-left: 0px;
            width: 60%;
        }

        .pc {
            display: unset;
        }

        .home-main-sec {
            display: flex;
            width: 100%;
            padding: 0 16px;
            gap: 16px
        }

        .catch-copy h1 span {
            padding: 10px 50px 5px 10px;
            margin-bottom: 12px;
        }

        .catch-copy h1 {
            font-size: 32px;
            font-weight: bold;
        }

        .sub-text.pc {
            padding-right: 0px;
            font-size: 16px;
            line-height: 1.6;
            margin-top: 0px;
        }

        .home-main-img {
            overflow: unset;
            width: 100%;
        }
    }

    .sec-side-ttl {
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .sec-side-ttl h2 {
        font-size: 56px;
    }

    .sec-side-ttl h3 {
        font-size: 36px;
        margin-top: -56px;
    }

    .common-description {
        padding: 0px;
        text-align: left;
        max-width: 760px;
        margin: 24px auto 0;
    }

    #home-service {
        padding: 0 16px 40px;


    }

    .home-service-01 {
        padding: 20px;
        gap: 18px;
        margin: 40px 0 0;
    }

    .home-service-02 {
        padding: 20px;
        gap: 18px;
        margin: 40px 0 0;
    }

    .home-service-right {
        padding: 24px;
        gap: 8px;
    }

    .home-service-ttl {
        font-size: 28px;
    }

    .home-service-detaile {
        color: #333;
        font-size: 14px;
        line-height: 1.4;
    }

    .sec-number.reversal {
        left: 86%;
    }

    .home-bg-01 {
        width: 160%;
        height: auto;
        align-items: center;
        left: -30%;
        top: 68%;
        transform: translateY(-50%);
        z-index: -1;
    }

    #home-reason.common-sec-full {
        padding: 60px 0;
    }

    .reason-container .common-box {
        padding: 40px 16px;
        background-color: #CFCFCF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reason-container .common-description {
        padding: 0;
    }

    .reason-container .common-ttl {
        padding: 0 16px;
    }

    .reason-container .common-ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        margin-bottom: 0px;
    }

    .reason-administration {
        padding: 24px 16px;
        background-image: url(../assets/img/home/home-administration-bg.png);
        height: auto;
    }

    .reason-ttl h3 {
        font-size: 16px;
        padding: 24px 16px;
    }

    .reason-general {
        padding: 24px 16px;
        background-image: url(../assets/img/home/home-general-bg.png);
        height: auto;
    }

    #home-product {
        .side-ttl h2 {
            margin-bottom: 10px;
            font-size: 56px;
        }



        .common-ttl h3 {
            font-size: 36px;
            font-weight: bold;
            color: #000000;
            margin-top: -60px;
        }

        .product-cont {
            max-height: 800px;
            padding: 40px 0;
        }
    }

    .home-works-cont {
        padding-left: 0;
    }

    .home-works-left {
        margin-right: 0px;
        z-index: 1;
    }

    .home-works-left img {
        max-width: 98%;
    }

    #home-works.common-sec-full {
        padding: 0 16px;
    }

    #home-works {
        .side-des p {
            padding: 0;
        }

        .side-ttl h2 {
            font-size: 56px;
        }

        .common-ttl h3 {
            font-size: 36px;
            margin-top: -60px;
        }

        .common-ttl {
            margin-bottom: 16px;
        }

    }

    #home-about.common-sec {
        padding: 80px 16px;
    }

    #home-about {
        .common-ttl {
            margin-bottom: 16px;
        }

        .side-ttl h2 {
            font-size: 56px;
        }

        .common-ttl h3 {
            font-size: 36px;
            margin-top: -60px;
        }

        .side-des p {
            padding: 0 40px;
        }
    }

    .home-common-left {
        gap: 4px;
        flex: 1;
    }

    .home-about-right {
        width: 60%;
    }

    .home-about-right img {
        max-width: 100%;
    }

    #home-news.common-sec {
        padding: 40px 16px;
    }

    #home-news {
        .common-ttl h2 {
            font-size: 56px;
            line-height: 1;
        }

        .common-ttl h3 {
            font-size: 36px;
            font-weight: bold;
            color: #000000;
            margin-top: -43px;
        }

        .common-btn {
            padding-top: 0px;
        }
    }

    .home-news-cont {
        gap: 0px;
        max-width: 1520px;
        margin: 0 auto;
    }

    .home-common-left {
        gap: 0px;
        width: 30%;
        flex: unset;
    }

    .home-news-right {
        flex: 1;
    }

    #common-contact .common-box {
        padding: 40px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #common-contact {
        .common-ttl {
            margin-right: 0%;
            margin-bottom: 32px;
            max-width: 90%;
        }

        .common-ttl h2 {
            font-size: 56px;
        }

        .side-ttl h3 {
            font-size: 36px;
            color: #FFF;
            margin-top: -47px;
        }

        .side-contact {
            flex: 1;
        }

        .common-description {
            padding: 0px;
            font-size: 14px;
            color: #FFF;
        }

        .side-contact {
            margin-top: 24px;
        }

        .contact-tell img {
            width: 48px;
        }

        .side-contact .tell-number {
            font-size: 32px;
            line-height: 1;
            color: #fff;
        }

        .reception-time {
            font-size: 14px;
            margin-top: 0px;
            font-weight: 400;
            color: #FFF;
        }

        .contact-form-btn a {
            padding: 16px 32px;
            font-size: 18px;
            transition: background-color 0.4s ease-out, transform 0.4s ease-out;
        }
    }

    #vehicle {
        .sec-product-box {
            padding: 16px;
            min-height: 74%;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }

        .vertical-ttl .number {
            font-size: 32px;
        }

        .vertical-ttl {
            font-size: 36px;
        }

        .sec-main-cont {
            gap: 20px;
        }

        .product-ttl {
            padding: 0 0 16px 0;
            text-align: center;
            font-size: clamp(18px, 20px, 24px);
            font-weight: 600;
        }
    }

    .catch-copy h1 {
        font-size: clamp(1.5rem, 28px, 32px);
    }

    .sec-ttl-cont {
        padding: 64px 0 0 0;
    }

    .sec-ttl-cont h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .sec-ttl-cont h3 {
        font-size: 44px;
        line-height: 1.2;
    }

    .common-sec-start {
        padding: 0 16px;
    }

    #vehicle {
        .sec-common-ttl h2 {
            color: #000;
            font-size: 32px;
            margin: 0 auto 40px;
            max-width: 70%;
        }
    }

    #toilet-car {
        .specifications-box {
            max-width: 360px;
            height: 100%;
            min-height: 450px;
            padding: 16px;
        }

        .detail-box {
            display: block;
            background-color: #FFF;
            width: 100%;
            max-width: 400px;
            padding: 16px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        }

        .detail-box img {
            width: 100%;
            max-width: 100px;
            padding: 16px 0;
        }

        .detail-box p {
            font-size: 16px;
            padding: 16px 0;
            text-align: left;
        }

        .detail-number {
            font-size: 20px;
            font-weight: 600;
            padding: 8px 0;
        }

        .sec-ttl {
            font-size: clamp(24px, 28px, 32px);
            font-weight: bold;
        }

        .common-box {
            align-items: center;
            padding: 40px 0;
        }

        .toilet-detail-box {
            padding-top: 16px;
        }

        .specifications-ttl {
            font-size: 20px;
            font-weight: 600;
            padding: 20px 0 8px;
        }
    }

    #sewing {
        .sec-product-box {
            padding: 16px;
            max-height: 260px;
        }

        .service-product-cont {
            display: flex;
            padding: 40px 0 0;
            justify-content: center;
        }
    }

    #philosophy {
        .sec-philosophy-cont {
            width: 100%;
            min-height: unset;
            padding: 40px;
        }

        .common-box {
            padding: 0;
        }

        .sec-common-ttl {
            width: 100%;
            flex-direction: column;
            gap: 16px;
        }

        .sec-side-ttl {
            flex: 1;
            width: 100%;
        }

        .sec-side-item {
            flex: unset;
            width: 100%;
        }
    }


    .philosophy-tt {
        font-size: clamp(28px, 32px, 36px);
        font-weight: bold;
    }

    .page-decoration-01 img {
        display: block;
        width: auto;
        max-width: 200px;
        height: auto;
        position: absolute;
        left: 100px;
        top: 25px;
        transform: translate(-50%, -50%);
    }

    #outline {
        .sec-common-ttl {
            display: flex;
            text-align: center;
            gap: 24px;
        }

        .common-box {
            padding: 0;
        }

        .sec-common-ttl {
            display: flex;
            flex-direction: column;
            text-align: center;
            gap: 24px;
        }
    }

    #map {
        .sec-access-cont {
            padding: 0px 0 40px 0;
        }
    }

    .page-decoration-02 img {
        display: block;
        width: 75%;
        height: auto;
        position: absolute;
        left: 0px;
        top: 37px;
        transform: translateY(-79% -79%);
    }

    #reason-ad,
    #reason-ad-02,
    #reason-ad-03,
    #reason-ad-04,
    #reason-co,
    #reason-co-02,
    #reason-co-03,
    #reason-co-04 {
        .sub-text {
            font-size: 14px;
            line-height: 1.4;
        }

        .catch-copy h1 span {
            margin-bottom: 8px;
        }

        .catch-copy h1 {
            font-size: clamp(1.5rem, 20px, 28px);
            font-weight: bold;
            margin-bottom: 0px;
            color: #ffffff;
        }

        .sec-common-right {
            flex: unset;
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sec-common-right img {
            max-width: 100%;
        }

        .sec-main-cont {
            padding: 0 16px;
        }

    }

    #product-01-main {
        .sec-main-cont {
            padding: 40px 16px;
            width: 100%;
            max-width: 1540px;
            margin: 0 auto;
        }

        .catch-copy span {
            font-size: 32px;
        }

        .sub-text {
            font-size: 20px;
            font-weight: bold;
        }
    }

    #product-layout,
    #product-layout-02 {
        .ttl-txt p {
            font-size: 28px;
        }

        .layout-txt span {
            font-size: 28px;
        }

        .sub-text {
            font-size: 18px;
            margin-top: 32px;
        }

    }

    #product-layout-02 {
        .pc {
            display: block;
        }
    }

    #product {
        .product-list-ttl {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .list-txt-cont {
            padding: 24px;
            width: 40%;
            max-width: 655px;
            height: auto;
        }
    }

    #common-contact {
        .sp {
            display: unset;
        }
    }

    .company-info-table th,
    .company-info-table td {
        padding: 16px 8px;

    }

    .company-info-table th {
        width: 35%;
    }
}

@media (max-width: 767px) {

    /*----------------------
共通
-----------------------*/
    .common-sec-start {
        padding: 40px 16px;
    }

    .common-sec {
        padding: 40px 16px;
        position: relative;
    }

    .common-sec-full {
        padding: 40px 0;
    }

    .common-sec-end {
        padding: 60px 0 0 0;
    }

    .sec-common-ttl {
        display: flex;
        text-align: center;
        gap: 0px;
        margin-bottom: 24px;
    }

    #philosophy {
        .sec-common-ttl {
            display: block;
            align-items: center;
            width: 100%;
            padding: 0;
        }

        .common-box {
            align-items: center;
            padding: 13px 0 0 0;
        }
    }

    .sec-philosophy-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/img/about/philosophy-img.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: unset;
        height: unset;
        min-height: 240px;
    }

    .sec-side-ttl {
        flex: 1;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    #philosophy {
        .sec-side-ttl {
            flex: unset;
            width: 100%;
            text-align: center;
        }

        .sec-side-item {
            flex: unset;
            width: 100%;
        }

        .sec-side-ttl h3 {
            font-size: 24px;
            font-weight: bold;
            color: #000000;
            margin-top: -23px;
            line-height: 1.2;
            text-align: center;
        }

        .philosophy-tt {
            font-size: 20px;
        }
    }

    .sec-side-ttl h2 {
        font-size: 40px;
        font-weight: bold;
        color: #92222054;
        line-height: 1.2;
    }

    .sec-side-ttl h3 {
        font-size: 32px;
        font-weight: bold;
        color: #000000;
        margin-top: -40px;
        line-height: 1.2;
    }

    .sec-ttl-cont h2 {
        font-size: 18px;
        font-weight: 600;
        margin-left: 4px;
        line-height: 1;
    }

    #greeting {
        .sec-side-ttl h3 {
            margin-top: -22px;
            font-size: 24px;
        }
    }

    .sec-ttl-cont h3 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
    }

    .sec-side-des {
        flex: 1;
    }

    .sec-side-item {
        flex: 1;
    }

    .common-box {
        align-items: center;
        padding: 40px 0;
    }

    .common-block {
        display: block;
        text-align: center;
    }

    .red {
        color: #922220;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .home-main {
        padding: 80px auto;
    }

    .home-main-sec {
        padding: 16px;
        position: unset;
        flex-direction: column;
        margin: 0;
        max-width: 100%;
    }

    .home-main-img {
        overflow: unset;
    }

    #home {
        .catch-copy {
            position: unset;
            padding-left: 0px;
            width: 100%;
        }
    }

    #greeting {
        .catch-copy h1 {
            font-size: 24px;
            color: #ffffff;
        }
    }

    .catch-copy h1 {
        font-size: 28px;
        color: #ffffff;
    }

    .home-main-img {
        position: unset;
        width: 100%;
        padding-right: 0px;
    }

    .catch-copy h1 span {
        background-color: #000000;
        padding: 4px 28px 4px 8px;
        display: inline-block;
        position: relative;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
        margin-bottom: 8px
    }

    .sub-text {
        padding-right: 0px;
        font-size: 14px;
        line-height: 1.4;
        margin-top: 24px;
        margin-bottom: 0px;
        letter-spacing: 0rem;
    }

    .ceo-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 24px;
        gap: 8px;
    }

    .ceo-name {
        max-width: 150x;
    }

    #home {
        .sub-text {
            padding: 0 32px;
            font-size: 16px;
            line-height: 1.4;
            margin-top: 8px;
        }
    }

    /*home-service*/
    #home-service {
        padding: 0 16px 0px 16px !important;
    }

    .common-ttl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: center;
        margin-bottom: 32px;
    }

    .common-ttl h2 {
        font-size: 48px;
        font-weight: bold;
        color: #92222054;
    }

    .common-ttl h3 {
        font-size: 28px;
        font-weight: bold;
        color: #000000;
        margin-top: -40px;
    }

    .common-description {
        padding: 0px 16px;
        text-align: left;
        width: 100%;
    }

    .home-service-sec {
        position: relative;
        padding: 20px 0 0;
    }

    .sec-number {
        top: -46px;
        left: -5px;
    }

    .sec-number-02 {
        top: -46px;
        right: -5px;
    }

    .sec-number p {
        color: #922220;
        font-size: 56px;
        font-weight: bold;
    }

    .sec-number-02 p {
        color: #922220;
        font-size: 56px;
        font-weight: bold;
    }

    .sec-number.reversal {
        top: -25px;
        left: 81%;
    }

    .home-service-01 {
        display: block;
        padding: 16px;
        gap: 0px;
        margin: 40px 0;
    }

    .home-service-02 {
        display: flex;
        padding: 16px;
        gap: 0px;
        margin: 0px;
        flex-direction: column-reverse;
    }

    .home-service-right {
        align-items: center;
        padding: 16px;
        gap: 16px;
    }

    .home-service-ttl {
        font-size: 24px;
    }

    .home-service-detaile {
        font-size: 15px;
        line-height: 1.2rem;
    }

    .common-btn {
        display: inline;
        border-radius: 50px;
        padding-top: 8px;
    }

    #home-news .common-btn {
        order: 3;
    }


    .btn {
        padding: 8px 48px 8px 32px;
    }

    .btn-white {
        display: inline-block;
        padding: 16px 80px 16px 32px;
        background: #fff;
        color: #000;
        border-radius: 50px;
        position: relative;
    }

    .btn::after {
        content: "→";
        font-size: 18px;
        margin-left: 32px;
        position: absolute;
        top: 50%;
        left: 63%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease;
    }

    .btn:hover::after {
        transform: translateX(6px) translateY(-50%);
    }

    .btn-white::after {
        content: "→";
        font-size: 18px;
        margin-left: 32px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    .btn-white:hover::after {
        transform: translateX(10px) translateY(-50%);
    }

    .home-bg-01 {
        position: absolute;
        width: 160%;
        height: auto;
        align-items: center;
        left: -30%;
        top: 70%;
        transform: translateY(-50%);
        display: none;
        z-index: -1;
    }


    /*home-reason*/

    .reason-container .common-box {
        padding: 24px 16px 0;
        background-color: #CFCFCF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reason-container .common-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0px;
    }

    .reason-container .side-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 30%;
    }

    .reason-container .sec-side-ttl h2 {
        color: #11111128;
    }

    .reason-container .side-ttl h3 {
        margin-top: -87px;
    }

    .reason-container .common-description {
        padding: 0px;
        font-size: 14px;
    }

    .reason-sec {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .reason-administration,
    .reason-general {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .reason-administration {
        flex: 1;
        padding: 24px 0;
        background-image: url('../assets/img/home/home-administration-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }

    .reason-general {
        flex: 1;
        padding: 24px 0;
        background-image: url('../assets/img/home/home-general-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }

    .reason-ttl {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .reason-ttl h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
    }

    .reason-ttl h3 {
        color: #fff;
        font-size: 16px;
        padding: 16px 32px;
        text-align: left;
    }


    /*home-product*/
    #home-product {
        .common-ttl h3 {
            margin-top: -50px;
        }
    }

    #home-product .product-detail {
        margin-left: -5px;

        .btn {
            background: none;
            padding: 0;
            border-radius: 0;
            font-size: 16px;
            transition: transform 0.3s ease-in-out, color 0.3s ease;
        }

        .btn::after {
            content: none;
            font-size: 18px;
            margin-left: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transform: translateY(-50%) scale(1);
            transition: transform 0.3s ease-in-out;
        }

        .btn {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            text-align: center;
            transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
            background-color: #333;
            padding: 8px 24px;
            font-weight: 600;
            border-radius: 50px;
        }

        .btn:hover {
            transform: scale(1.05);
            font-size: 16px;
        }
    }


    .product-cont {
        background-image: url("../assets/img/home/home-product-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        min-height: 510px;
        padding: 0px;
        overflow: hidden;
    }

    .product-cont h2 {
        color: #11111128;
    }

    .product-cont .common-box {
        background-color: transparent !important;
        padding: 0 8px;
    }

    /* 
    .slide-cont {
        display: flex;
        overflow: hidden;
        width: 100%;
        position: relative;
        cursor: grab;
        justify-content: center;
    } */

    .product-box {
        flex: 0 0 auto;
        width: 100%;
        max-width: 509px;
        margin-right: 0px;
        background-image: url("../assets/img/home/slide-product-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 8px 8px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: transform 0.5s ease;
    }

    .product-name {
        align-self: flex-start;
    }

    .product-name p {
        position: relative;
    }

    /* .product-name p::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background-color: #B50000;
    } */

    .product-img {
        align-self: center;
    }

    .product-img img {
        width: 100%;
        max-width: 260px;
        height: auto;
    }

    .product-detail {
        align-self: flex-end;
        margin-top: -60px;
        color: #fff;
    }

    .product-detail p {
        display: inline-flex;
        align-items: center;
    }

    .product-detail p::after {
        content: '→';
        margin-left: 4px;
        font-size: 14px;
    }


    /*home-works*/


    .home-works-cont {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        padding: 0 16px;
    }

    #home-works {
        .home-works-right.side-ttl {
            margin-left: 24px;
        }

        .common-ttl {
            margin-bottom: 16px;
        }

        .common-ttl h3 {
            margin-top: -48px;
        }
    }

    .home-works-left {
        z-index: 1;
        order: 1;
        width: 100%;
    }

    .home-works-left img {
        width: 100%;
        height: auto;
    }

    .home-works-right {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 0%;
    }

    .home-works-right .common-ttl {
        margin-left: 0%;
    }

    .home-works-right h2 {
        color: #11111128;
    }

    .side-des p {
        padding: 0 16px;
        text-align: left;
    }

    .home-works-bg {
        position: absolute;
        top: 42%;
        right: -65%;
        width: 125%;
        height: 100%;
        transform: translateY(-50%);
        z-index: -1;
        overflow: hidden;
        display: none;

    }

    .home-works-bg img {
        width: auto;
        height: 120%;
        object-fit: cover;
    }


    /*home-about*/
    #home-about {
        .common-ttl {
            margin-bottom: 0px;
        }

        .side-des p {
            padding: 0px;
            text-align: left;
        }

        .common-ttl h3 {
            margin-top: -48px;
        }

        .home-about-right {
            width: 100%;
            height: auto;
            order: 1;
        }
    }

    .home-about-cont {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .home-common-left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #home-news {
        .common-ttl {
            margin-bottom: 0px;
        }

        .common-ttl h3 {
            margin-top: -47px;
        }

        .home-common-left {
            order: 1;
        }
    }

    .home-news-cont {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .news-date {
        font-size: 12px;
    }

    .home-news-right {
        flex: 1.5;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .news-box {
        display: flex;
        padding-bottom: 20px;
        gap: 0px;
        align-items: center;
    }

    .news-category {
        display: inline-block;
        background-color: #238589;
        padding: 2px 4px;
    }

    .news-detail {
        margin-left: 12px;
        flex: 1;
    }

    .news-category p {
        font-size: 12px;
        color: #fff;
    }

    #home-service,
    #home-reason {
        .sec-side-ttl h2 {
            margin-bottom: 10px;
        }
    }

    #home-product,
    #home-works,
    #home-about,
    #home-news {
        .side-ttl h2 {
            margin-bottom: 10px;
        }
    }

    hr {
        width: 100%;
        border: none;
        border-top: 1px solid #ccc;
        padding: 10px 0;
    }


    #home-recruit {
        .side-ttl h2 {
            margin-bottom: 10px;
        }
    }

    .home-common-left {
        z-index: 2;
        order: 2;
    }

    #common-contact {
        .common-sec-end {
            padding: 40px 0 0 0;
        }
    }

    #common-contact .common-box {
        padding: 24px 16px;
        background-image: url("../assets/img/common/common-contact-img.png");
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .common-contact-cont .common-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .common-contact-cont .side-ttl,
    .common-contact-cont .side-des {
        flex: 1;
    }


    .common-contact-cont .side-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .common-contact-cont .side-ttl h2 {
        color: #FFFFFF28;
    }

    .common-contact-cont .side-ttl h3 {
        color: #FFF;
        margin-top: -40px;
    }

    .common-contact-cont .common-description {
        padding: 0 16px;
        font-size: 14px;
        color: #FFF;
    }

    #common-contact .common-ttl {
        margin-right: 0%;
    }

    .flex-box-contact {
        display: flex;
    }

    .side-contact .tell-number {
        font-size: 29px;
        font-weight: bold;
        color: #FFF;
    }

    .side-contact .reception-time {
        font-size: 12px;
        margin-top: 0px;
        font-weight: 300;
        color: #FFF;
    }

    .side-contact {
        display: flex;
        flex-direction: column;
    }

    .contact-tell {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        /* 電話番号と受付時間の間隔 */
    }

    .contact-tell img {
        width: 29px;
    }

    .contact-icon {
        height: auto;
        margin-right: 7px;
    }

    .contact-form-btn {
        margin-top: 10px;
    }

    .contact-form-btn a {
        display: inline-block;
        background-color: #238589;
        color: #fff;
        padding: 6px 14px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.4s ease-out, transform 0.4s ease-out;
    }

    .contact-form-btn a:hover {
        background-color: #1a6b6e;
        transform: scale(1.08);
    }

    .sec-ttl-cont {
        display: block;
        padding: 16px 0 0 0;
    }

    .page-decoration-01 img {
        display: block;
        width: auto;
        max-width: 80px;
        height: auto;
        position: absolute;
        left: 0;
        top: 58%;
        transform: translateY(-10.2%);
    }

    #outline {
        .common-box {
            padding: 40px 0 0 0;
        }

        .sec-common-ttl {
            display: flex;
            flex-direction: column;
            text-align: center;
            gap: 0px;
            margin-bottom: 0px;
        }

        .sec-side-ttl {
            flex: unset;
            align-items: center;
            justify-content: center;
            margin: 0;
            margin-bottom: 24px;
        }

        .sec-side-ttl h3 {
            margin-top: -30px;
        }
    }

    .company-info-table th {
        width: 30%;
        color: #922220;
        font-weight: 400;
    }

    .company-info-table th,
    .company-info-table td {
        padding: 8px 0 8px 12px;
        font-size: 14px;
    }

    #map {
        .sec-access-cont {
            padding: 0px 0 24px 0;
        }
    }

    .map {
        position: unset;
        max-width: unset;
        height: 280px;
        background-image: unset;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .map iframe {
        padding: 0 8px;
        position: unset;
        top: unset;
        left: unset;
        max-height: 260px;
        transform: unset;
        border: none;
        background-color: #922220;
    }

    .page-decoration-02 img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-19%);
    }

    #vehicle.common-sec {
        padding: 0 !important;
    }

    #vehicle {
        .sec-common-ttl h2 {
            color: #000;
            font-size: 24px;
            margin: 0 0 16px 0;
            text-align: left;
        }

        .sec-side-ttl {
            padding: 0 16px;
        }

        .sec-common-ttl {
            margin: 0 0 40px 0;
        }

        .sec-main-cont {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 40px 0 0;
            padding: 0 16px;
        }

        .vertical-ttl {
            font-size: 32px;
            font-weight: 600;
            writing-mode: unset;
            text-align: center;
            order: 2;
        }

        .catch-copy {
            order: 3;
        }

        .vertical-ttl .number {
            font-size: 32px;
        }

        .sec-common-right {
            order: 1;
        }

        .catch-copy h1 {
            font-size: 22px;
            color: #ffffff;
        }

        .service-product-cont {
            display: flex;
            flex-direction: column;
            padding: 40px 16px 0;
        }

        .service-product-box {
            flex: 1;
            margin-bottom: 16px;
        }

        .sec-product-box {
            padding: 16px;
            max-height: 320px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }

        .product-ttl {
            padding: 0 0 8px;
            font-size: 20px;
        }
    }

    #toilet-car {
        .sec-toilet-cont {
            background-image: url(../assets/img/service/toilet-bg.png);
            padding: 40px 16px;
        }

        .sec-common-ttl {
            display: flex;
            flex-direction: column;
            margin-bottom: 16px;
        }

        .sec-side-ttl {
            flex: unset;
            width: 100%;
            text-align: left;
        }

        .sec-side-ttl h2 {
            line-height: 1;
            text-align: center;
        }

        .sec-side-ttl h3 {
            text-align: center;
            margin: -60px 0;
        }

        .sub-text {
            margin-top: 100px;
        }

        .sec-common-right {
            margin-right: 0px;
            margin-top: 20px;
        }

        .common-box {
            align-items: center;
            padding: 20px 0;
        }

        .sec-ttl {
            font-size: 22px;
        }

        .toilet-detail-box {
            flex-direction: column;
            gap: 16px;
        }

        .detail-box {
            max-width: unset;
            padding: 8px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }

        .detail-number {
            font-size: 16px;
            padding: 4px 0;
        }

        .detail-box img {
            max-width: 100px;
            padding: 8px 0;
        }

        .detail-ttl {
            font-size: 18px;
        }

        .detail-box p {
            padding: 8px 8px;
        }

        .toilet-specifications-box {
            padding-top: 24px;
            gap: 16px;
        }

        .specifications-box {
            max-width: unset;
            height: auto;
            padding: 16px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }

        .specifications-ttl {
            font-size: 18px;
            padding: 8px 0;
        }
    }

    #sewing {
        .sec-main-cont {
            flex-direction: column;
            gap: 24px;
        }

        .sec-common-right {
            flex: unset;
            order: 1;
        }

        .vertical-ttl {
            font-size: 32px;
            writing-mode: unset;
            text-align: center;
            order: 2;
        }

        .catch-copy {
            order: 3;
        }

        .catch-copy h1 span {
            background-color: #000000;
            padding: 4px 28px 4px 8px;
            display: inline-block;
            position: relative;
            clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
            margin-bottom: 8px;
        }

        .catch-copy h1 {
            font-size: 24px;
            color: #ffffff;
        }

        .vertical-ttl .number {
            font-size: 32px;
        }

        .service-product-cont {
            flex-direction: column;
            padding: 40px 0 0;
            gap: 16px;
        }

        .service-product-box {
            flex: unset;
            max-width: unset;
        }

        .sub-text {
            line-height: 1.6;
            margin-top: 16px;
        }

        .sec-product-box {
            display: block;
            background-color: #F6F6F6;
            padding: 16px;
            height: 100%;
            max-height: auto;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }

        .product-ttl {
            padding: 0 0 8px;
            font-size: 20px;
        }
    }

    #reason-co.common-sec-full {
        padding: 0;
    }

    #reason-co {
        .sec-main-cont {
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .sec-common-right {
            order: 1;
        }

        .sec-common-left {
            order: 2;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-co-02 {
        .sec-main-cont {
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-co-03 {
        .sec-main-cont {
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .sec-common-right {
            order: 1;
        }

        .sec-common-left {
            order: 2;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-co-04 {
        .sec-main-cont {
            padding: 32px 16px;
            flex-direction: column;
            margin-bottom: 40px;
        }

        .sec-common-ttl {
            display: flex;
            text-align: center;
            gap: 0px;
            margin-bottom: -24px;
        }

        .sec-side-ttl h2 {
            font-size: 32x;
        }

        .sec-side-ttl h3 {
            font-size: 24px;
            margin-top: -20px;
        }

        .sub-text {
            line-height: 1.6;
            margin-top: 40px;
            margin-bottom: 16px;
        }
    }

    #reason-ad {
        .sec-main-cont {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .sec-common-right {
            order: 1;
        }

        .sec-common-left {
            order: 2;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-ad-02 {
        .sec-main-cont {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-ad-03 {
        .sec-main-cont {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 32px 16px;
            width: 100%;
            gap: 16px;
            flex-direction: column;
        }

        .sec-common-right {
            order: 1;
        }

        .sec-common-left {
            order: 2;
        }

        .reason-num {
            font-size: 20px;
        }

        .catch-copy {
            flex-direction: column;
        }

        .catch-copy h1 {
            font-size: 22px;
        }

        .sub-text {
            margin-top: 4px;
        }
    }

    #reason-ad-04 {
        .sec-main-cont {
            padding: 32px 16px;
            flex-direction: column;
            margin-bottom: 40px;
            gap: 0px;
        }

        .sec-common-ttl {
            display: flex;
            text-align: center;
            gap: 0px;
            margin-bottom: -24px;
        }

        .sec-side-ttl h2 {
            font-size: 32x;
        }

        .sec-side-ttl h3 {
            font-size: 24px;
            margin-top: -20px;
        }

        .sub-text {
            line-height: 1.6;
            margin-top: 40px;
            margin-bottom: 16px;
        }
    }

    #reason-ad,
    #reason-ad-02,
    #reason-ad-03,
    #reason-ad-04,
    #reason-co,
    #reason-co-02,
    #reason-co-03,
    #reason-co-04 {
        .sub-text {
            font-size: 14px;
            line-height: 1.4;
        }

        .sec-common-right {
            flex: unset;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    #reason-ad-04.common-sec-full {
        padding: 40px 0;
    }

    #reason-ad-04,
    #reason-co-04 {
        .reason-cont img {
            width: auto;
            height: 284px;
        }
    }

    #product.common-sec {
        padding: 0px 16px 0;
        position: relative;
    }

    #product.common-sec-full {
        padding: 0;
    }

    #product {
        .sec-common-ttl h2 {
            font-size: 24px;
            margin: 0 0 16px;
        }

        .sec-product-cont {
            padding: 40px 16px;
            background-image: url(../assets/img/product/product-list-bg.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .sec-main-cont {
            margin: 0;
            padding: 0 8px;
            flex-direction: column;
            position: relative;
            margin-bottom: 24px;
        }

        .list-txt-cont {
            background-image: url(../assets/img/product/list-txt-bg.png);
            padding: 16px 16px;
            width: 100%;
            max-width: unset;
            order: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .product-list-type {
            margin-bottom: 8px;
            position: absolute;
            top: -1px;
            left: 8px;
            z-index: 5;
        }

        .product-list-type p {
            padding: 4px 8px;
            font-size: 12px;
        }

        .product-list-ttl {
            font-size: 18px;
            margin-bottom: 4px;
        }

        .product-list-detaile {
            font-size: 14px;
            margin-bottom: 4px;
            padding-right: 0px;
        }

        .sec-common-right {
            width: 100%;
        }

    }

    #product-01-main.common-sec-full {
        padding: 0;
    }

    #product-01-main {
        .sec-main-cont {
            background-image: url(../assets/img/product/product-01-main-bg.png);
            padding: 40px 16px;
            flex-direction: column;
        }

        .sec-common-left {
            order: 2;
        }

        .catch-copy span {
            font-size: 24px;
        }

        .sub-text {
            font-size: 16px;
            margin-top: 0px;
        }
    }

    #layout-main-ttl.common-sec-full {
        padding: 0;
    }

    #layout-main-ttl {
        .sec-side-ttl h2 {
            font-size: 40px;
        }

        .sec-side-ttl h3 {
            font-size: 24px;
            margin-top: -20px;
        }
    }

    section#product-layout {
        padding: 40px 16px;
    }

    #product-layout,
    #product-layout-02 {
        .sec-main-cont {
            flex-direction: column;
            gap: 16px;
            align-items: center;
        }

        .layout-ttl {
            flex-direction: column;
            text-align: right;
        }

        .ttl-txt p {
            font-size: 20px;
            font-weight: 600;
        }

        .ttl-txt p span {
            padding: 10px 15px 5px 24px;
            clip-path: polygon(100% 0%, 6% 0%, 0% 100%, 100% 100%);
            margin-bottom: 16px;
        }

        .layout-cont {
            position: unset;
            padding: 16px 0;
            max-width: unset;
            max-height: unset;
        }

        .layout-num {
            position: unset;
            font-size: 20px;
            text-align: left;
            margin-top: 8px;

        }

        .layout-num span {
            position: unset;
        }

        .layout-txt span {
            position: unset;
            font-size: 20px;
        }

        .layout-num .sp-layout-ttl {
            font-size: 20px;
            font-weight: bold;
            color: #922220;
        }

        .sub-text {
            font-size: 16px;
            margin-top: 8px;
        }
    }

    #product-layout-03 {
        .sec-main-cont {
            flex-direction: column;
        }

        .img-cont {
            background-image: unset;
            width: 100%;
            margin: 40px 0;
            padding: 16px 16px;
            object-fit: contain;
            background-color: #fff;
            border-radius: 5px;
        }

        .netis-main-cont {
            flex-direction: column;
            gap: 10px;
        }

        .netis-img-cont {
            flex-direction: column;
            width: 100%;
        }

        .netis-txt-cont {
            width: 100%;
        }

        .netis-img-cont img {
            width: 100%;
            object-fit: unset;
        }

        .netis-sub-ttl {
            font-size: 16px;
            text-align: center;
        }

        .neits-ttl {
            font-size: 28px;
            text-align: center;
            line-height: 1;
            margin-bottom: 16px;
        }

        .sub-text {
            font-size: 16px;
            margin-top: 8px;
        }
    }

    .type-txt {
        display: inline-block;
        color: #fff;
        background-color: #B50000;
        padding: 4px 16px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        margin-bottom: 4px;
    }

    #product {
        .swiper-slide img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
        }

        .swiper-slide {
            height: 250px;
            overflow: hidden;
        }
    }

    #home {
        .catch-copy h1 {
            font-size: clamp(1.4rem, 28px, 32px);
            font-weight: bold;
            margin-bottom: 0px;
            color: #ffffff;
        }

        .home-main-img img {
            width: 100%;
        }
    }

    .company-info-table th,
    .company-info-table td {
        padding: 16px 8px;

    }

    .company-info-table th {
        width: 30%;
    }

    .company-info-table td {
        flex: 1;
    }

}