@charset "UTF-8";

/* ===================================================
	全体共通
==================================================== */
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        font-family: 'Noto Sans JP',sans-serif;
    }
    img:hover {
        opacity: 0.7;
    }
/* ===================================================
	改行設定（PC）
==================================================== */
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
/* ===================================================
	TOPページ用：ヘッダー設定（PC）
==================================================== */    
    .sp-header,.side-menu {
        display: none;
    }
    .overlay,#overlay {
        display: none;
    }
    .sp-fv,.sp-page-fv {
        display: none;
    }
    .pc-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: auto;
        position: fixed;
        margin: 0;
        padding: 0;
        z-index: 3;
        border-top: 30px solid #2d9445;
    }
    #logo {
        width: 20%;
        margin: 0 25px 0 65px;
        padding: 0;
        text-align: center;
    }
    #logo img { 
        width: 125px;
        margin: 0;
        padding: 0;
    }
    .pc-header h1 {
        font-size: 12px;
        font-weight: 700;
        color: #0e110e;
        margin: 0;
        padding: 0;
        font-family: "Lato",sans-serif;
        letter-spacing: 0.09em;
    }
    #pc-header-nav {
        width: 80%;
        margin: 0;
        padding: 0;
    }
    #pc-header-nav ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
    }
    #pc-header-nav ul li {
        margin: 0 35px 0 0;
        padding: 0;
        list-style-type: none;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 2px solid #2d9445;
    }
    #pc-header-nav ul li a {
        text-decoration: none;
    }
    #pc-header-nav ul li a:hover {
        color: #0e110e;
    }
    #pc-header-nav a:link,a:visited {
        color: #0e110e;
    }
/* ===================================================
	コンテンツページ用：ヘッダー設定（PC）
==================================================== */
    .page-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: auto;
        position: fixed;
        margin: 0;
        padding: 0;
        z-index: 3;
        border-top: 30px solid #2d9445;
        background: linear-gradient(
        135deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 25%,
        rgba(255,255,255,0.7) 25%,
        rgba(255,255,255,0.7) 100%
    );
    }
    #page-logo {
        width: 10%;
        margin: 0 0 0 65px;
        padding: 0;
        text-align: center;
    }
    #page-logo img { 
        width: 125px;
        margin: 0;
        padding: 0;
    }
    #page-logo-name {
        width: 10%;
        margin: 0;
        padding: 0;      
    }
    #page-logo-name h1 {
        font-size: 14px;
        font-weight: 700;
        color: #0e110e;
        margin: 20px 0 0 0;
        padding: 0;
        font-family: "Lato",sans-serif;
        letter-spacing: 0.09em;
    }
    #page-header-nav {
        width: 80%;
        margin: 0 35px 0 0;
        padding: 0;
    }
    #page-header-nav ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
    }
    #page-header-nav ul li {
        margin: 0 35px 0 0;
        padding: 0;
        list-style-type: none;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 2px solid #2d9445;
    }
    #page-header-nav ul li a {
        text-decoration: none;
    }
    #page-header-nav ul li a:hover {
        color: #0e110e;
    }
    #page-header-nav a:link,a:visited {
        color: #0e110e;
    }
/* ===================================================
	TOPページ設定（PC）
==================================================== */
    .layer-bg {
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/layer-bg.png);
        background-repeat: repeat-x;
        background-position: left;
    }
    .layout {
        display: flex;
        justify-content: center;
    }
    .fv {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .fv img {
        width: 100%;
    }
    .fv p {
        position: absolute;
        top: 37.5%;
        left: 100%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 42.67px;
        font-weight: 600;
        color: #073812;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        text-align: left;
        line-height: 1.6;
        text-shadow: 2.828px 2.828px 16px rgba(255, 255, 255, 0.004);
    }
    .fv-text {
        position: absolute;
        top: 55%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        text-align: left;
    }
    .fv-text p { 
        font-size: 21.34px;
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.1em;
        line-height: 2.5;
    }
    .fv-btn {
        position: absolute;
        top: 70%;
        left: 100%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .fv-btn img {
        width: 350px;
        height: auto;
    }
    .fv-btn img:hover {
        opacity: 0.8;
    }
    .word-sp {
        display: none;
    }
    .word {
        display: flex;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }
    .word img {
        width: 100%;
    }
    .clean {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 150px;
        padding: 0;
        position: relative;
    }
    .clean h2 {
        width: fit-content;
        font-size: 37.34px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #62ab3e;
        margin: 0 auto;
        margin-top: 25px;
        padding: 15px;
    }
    .clean p {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
        padding: 0;
        line-height: 4.0;
        letter-spacing: 0.1em;
        z-index: 2;
    }
    .bold {
        font-weight: 600;
    }
    .clean-cart {
        position: absolute;
        top: 300px;
        left: -20%;
        z-index: 1;
    }
    .clean-cart-img {
        width: 250px;
    }
    .cleaning-staff {
        position: absolute;
        top: 600px;
        right: -20%;
        z-index: 1;
    }
    .cleaning-staff-img {
        width: 250px;
    }
    .services {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 150px;
        padding: 0;
        position: relative;
    }
    .services h2 {
        font-size: 80px;
        font-weight: 900;
        font-family: "Lato",sans-serif;
        color: #1f7431;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
        padding: 0;
        letter-spacing: 0.1em;
        z-index: 2;
    }
    .services p {
        font-size: 26.67px;
        font-weight: 900;
        color: #073812;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        letter-spacing: 0.1em;
        z-index: 2;        
    }
    .kirakira {
        position: absolute;
        top: 50px;
        left: 32%;
    }
    .kirakira-img {
        width: 250px;
        z-index: 1;
    }
    .services-container {
        display: flex;
        justify-content: center;
        margin: 100px 0 0 0;
    }

    .services-box {
        display: flex;
        flex-direction: column;
        width: 30%;
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        margin: 25px;
        border: 5px solid #fff;
    }

    .services-box img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 300px;
    }

    .services-content {
        padding: 20px;
        text-align: center;
    }

    .services h3 {
        position: relative;
        display: inline-block;
        font-size: 34.67px;
        font-weight: 700;
        color: #1f7431;
        text-align: center;
        margin: 0 0 10px;
        letter-spacing: 0.05em;
    }

    .services-content h3::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #fdff40;
        margin-top: 4px;
    }

    .services-content p {
        font-size: 21.34px;
        font-weight: 500;
        color: #333333;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 1.8;
    }
    .services-cta {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .services-cta img {
        width: 100%;
    }
/* ===================================================
	ページ設定：サービス概要（PC）
==================================================== */
    .page-services-head {
        width: 100%;
        max-width: 90%;
        margin: -20% 0 0 0;
        padding: 0;
        z-index: 2;
    }
    .page-services-head h2 {
        font-size: 56px;
        font-weight: 700;
        text-align: left;
        margin: 0 0 100px 0;
        padding: 0;
        letter-spacing: 0.1em;
    }
    .page-services-head p {
        font-size: 32px;
        font-weight: 500;
        text-align: left;
        line-height: 1.8;
        margin: 0;
        padding: 0;
        letter-spacing: 0.09em;
    }
    .clean-feature {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        margin: 100px 0 0 0;
        padding: 0;
        position: relative;
    }
    .clean-feature img {
        width: 100%;
        height: auto;
    }
    .clean-feature h2 {
        font-size: 42.67px;
        font-weight: 700;
        color: #1f7431;
        margin: 75px 0 0 0;
        padding: 0;
        letter-spacing: 0.09em;
        position: absolute;
    }
    .clean-feature h2::before,
    .clean-feature h2::after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 2px;
        background: #1f7431;
        vertical-align: middle;
    }
    .clean-feature h2::before {
        margin-right: 1em;
    }
    .clean-feature h2::after {
        margin-left: 1em;
    }
    .clean-feature p {
        font-size: 24px;
        font-weight: 400;
        color: #1f7431;
        text-align: center;
        line-height: 2.0;
        margin: 175px 0 0 0;
        padding: 0;
        letter-spacing: 0.1em;
        position: absolute;        
    }
    .clean-feature-cta {
        text-align: center;
        margin: 400px 0 0 0;
        padding: 0;
        position: absolute;
    }
    .clean-feature-cta img {
        width: 350px;
    }
    .page-fv {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .page-fv img {
        width: 100%;
    }
    .page-services-content {
        width: 100%;
        max-width: 90%;
        margin: 100px 0 0 0;
        padding: 0;
    }
    .page-services-content h3 {
        font-size: 42.67px;
        font-weight: 700;
        text-align: left;
        color: #1f7431;
        margin: 0;
        padding: 0;
        letter-spacing: 0.09em;
    }
    .page-services-content p {
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin: 50px 0 0 0;
        padding: 0;
        letter-spacing: 0.1em;
    }
    
    .services-cards {
        max-width: 90%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .services-card {
        border-radius: 30px;
        border: 4px solid #79b85b;
    }

    .services-card-inner {
        display: flex;
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
        min-height: 200px;
    }

    .services-card-left {
        width: 50%;
        padding: 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .services-card-right {
        width: 50%;
        position: relative;
    }

    .services-card-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 10px;
    }

    .services-card-icon {
        width: 56px;
        height: 56px;
        border-radius: 50px;
        background: #e1f9d0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }
    .services-card-icon img {
        width: 85%;
    }
    .services-card-header .services-card-title h3 {
        position: absolute;
        font-size: 32px;
        font-weight: 700;
        color: #192f48;
        margin: -35px 0 0 0;
        padding: 0;
        letter-spacing: 0.05em;
        z-index: 2;
    }
    .services-card-header .services-card-title small {
        position: absolute;
        display: block;
        font-family: "Lato",sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #62ab3e;
        letter-spacing: 0.05em;
        margin-top: 15px;
        margin-right: calc(50% - 50vw);
        z-index: 2;
    }

    .services-card-text {
        font-size: 21.34px;
        font-weight: 500;
        color: #333333;
        line-height: 1.8;
        margin: 8px 0 20px 0;
    }

    .services-card-btn {
        display: inline-block;
        text-decoration: none;
        padding: 14px 30px;
        border-radius: 40px;
        background: linear-gradient(180deg, #338f3e, #5ea43b);
        font-size: 20px;
        font-weight: 600;
        color: #fff!important;
        text-align: center;
        letter-spacing: 0.05em;
        box-shadow: 0 8px 18px rgba(64, 160, 64, 0.2);
        width: 225px;
    }
    .services-card-btn:hover {
        background: #5ea43b;
    }
    .services-card-right .hero {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
        z-index: 1;
    }

    .services-card-right::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10%;
        background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.2)
        );
        pointer-events: none;
    }
    .flow-bg {
        background: #e1f9d0;
        padding: 50px 0 100px 0;
    }
    .flow-content {
        width: 100%;
        max-width: 90%;
        margin: 50px 0 0 0;
    }
    .flow-content h3 {
        font-size: 42.67px;
        font-weight: 700;
        text-align: left;
        color: #1f7431;
        margin: 0;
        padding: 0;
        letter-spacing: 0.09em;
    }
    .flow-content p {
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin: 50px 0 75px 0;
        padding: 0;
        letter-spacing: 0.1em;
        line-height: 2.0;
    }
    .sp-flow-box {
        display: none;
    }
    .flow-box {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 90%;
        margin: 0;
        padding: 0;
    }
    .flow-box img {
        width: 100%;
    }
    .flow-step {
        display: flex;
        flex-direction: column;
        width: 33%;
        margin: 0 0 50px 0;
        padding: 0;
    }
    .flow-step p {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin: 25px 0 0 50px;
        padding: 0;
        letter-spacing: 0.1em;
        line-height: 2.0;
    }
    .square-icon {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        margin-bottom: -5px;
    }
/* ===================================================
	ページ設定：サービス詳細（PC）
==================================================== */
    .services-detail-head {
        width: 100%;
        max-width: 90%;
        margin: -18% 0 0 0;
        padding: 0;
        z-index: 2;
    }
    .services-detail-head h2 {
        font-size: 56px;
        font-weight: 700;
        text-align: left;
        margin: 0 0 100px 0;
        padding: 0;
        letter-spacing: 0.1em;
        text-shadow: 0 0 25px #fff;
    }
    .services-detail-head p {
        font-size: 32px;
        font-weight: 500;
        text-align: left;
        line-height: 1.8;
        margin: 0;
        padding: 0;
        letter-spacing: 0.09em;
    }
    .office-bg {
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/office-bg.png);
        background-size: contain;
    }
    .apartment-bg {
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/apartment-bg.png);
        background-size: contain;
    }
    .medical-bg {
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/medical-bg.png);
        background-size: contain;
    }
    .education-bg {
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/education-bg.png);
        background-size: contain;
    }
    .sp-worries-feature{
        display: none;
    }
    .worries-feature {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        margin: 100px 0 0 0;
        padding: 0;
        position: relative;
    }
    .worries-feature img {
        width: 100%;
        height: auto;
    }
    .worries-feature h2 {
        font-size: 42.67px;
        font-weight: 700;
        color: #192f48;
        margin: 50px 0 0 0;
        padding: 0;
        position: absolute;
    }
    .worries-feature h2::before,
    .worries-feature h2::after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 2px;
        background: #192f48;
        vertical-align: middle;
    }
    .worries-feature h2::before {
        margin-right: 1em;
    }
    .worries-feature h2::after {
        margin-left: 1em;
    }
    .worries {
        display: flex;
        flex-direction: row;
    }
    .worries-1,.worries-3 {
        width: 30%;
    }
    .worries-2 {
        width: 40%;
    }
    .worries-1 {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 5%;
        top: 30%;
    }
    .worries-2 {
        position: absolute;
        top: 30%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .worries-3 {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 5%;
        top: 30%;
    }
    
    .worries-1_inner,.worries-3_inner {
        background: #d2f4cd;
        border-radius: 50px;
        margin: 0 0 25px 0;
        padding: 15px 0 15px 0;
    }
    .worries-1_inner p,.worries-3_inner p{
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        line-height: 1.8;
    }
    .worries-2 img {
        width: 70%;
    }
    .if-ngy {
        color: #192f48;
        text-align: center;
        font-size: 32px; 
        font-weight: 700; 
        margin: 100px 0 0 0; 
        padding: 20px 0;
    }
    .if-highlight {
        background-color: #192f48;
        font-size: 42.67px;
        color: #fff;
        padding: 5px 10px;
    }
    .if-checkbox {
        margin: 50px 0 0 0;
        padding: 0;
    }
    .if-checkbox-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .if-checkbox-list li {
        display: flex;
        align-items: center;
        font-size: 32px;
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.05em;
        margin: 0 0 50px 0;
        padding: 0;
    }
    .if-checkbox-list img {
        width: 35px;
        height: 35px;
        margin-right: 25px;
        flex-shrink: 0;
    }
    .if-under {
        font-weight: 700;
        border-bottom: 5px solid #fdff40;
    }
    .if-cta {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
        padding: 0 0 100px 0;
    }
    .if-cta img {
        width: 70%;
    }
    .supported {
        display: flex;
        width: 100%;
        max-width: 90%;
        margin: 100px 0 0 0;
        padding: 0;
        gap: 25px;
    }
    .supported-card {
        width: 33.3%;
        margin: 0;
        padding: 0;
    }
    .supported-card img {
        width: 100%;
    }
    .main-cleaning {
        width: 100%;
        max-width: 90%;
        margin: 100px 0 150px 0;
        padding: 0;
    }
    .main-cleaning-list{
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 28px;
    }
    .main-cleaning-list li{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26.67px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.05em;
        min-height: 100px;
        background: #f2fdea;
        border-radius: 20px;
        margin: 0;
        padding: 28px 18px;
    }

    /* sparkle画像（左上） */
    .main-cleaning-list li .sparkle{
        position: absolute;
        top: 25px;
        left: 25px;
        width: 30px;
        height: 30px;
        object-fit: contain;
        pointer-events: none;
        opacity: 0.9;
    }
    .main-cleaning-list li span{
        display: inline-block;
    }

/* ===================================================
	ページ設定：会社概要（PC）
==================================================== */
    .page-about-head {
        width: 100%;
        max-width: 90%;
        margin: -20% 0 0 0;
        padding: 0;
        z-index: 2;
    }
    .page-about-head h2 {
        font-size: 56px;
        font-weight: 700;
        text-align: left;
        margin: 0;
        padding: 0;
        letter-spacing: 0.1em;
    }
    .company-profile {
        width: 100%;
        max-width: 90%;
        margin: 0px auto;
        margin-top: -200px;
        margin-bottom: 200px;
    }
    .row {
        display: flex;
        position: relative;
        max-width: 85%;
        padding: 35px 0;
    }
    .row::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px; /* グレー線の太さ */
        background: #bebebe;
    }
    .row::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        height: 4px;
        background: #1f7431;
        z-index: 2;
    }
    .row .label {
        flex: 0 0 30%;
        font-size: 26.67px;
        font-weight: 600;
        color: #1f7431;
        line-height: 2.25;
        letter-spacing: 0.05em;
    }
    .row .value {
        flex: 1;
        font-size: 26.67px;
        font-weight: 600;
        color: #333333;
        letter-spacing: 0.05em;    

    }
    .value p {
        margin: 0;
    }
/* ===================================================
	ページ設定：プライバシーポリシー（PC）
==================================================== */
    .container {
        display: flex;
        margin: 0 auto;
        width: 100%;
        max-width: 90%;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    .policy-list {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
        max-width: 85%;
    }
    .policy-list h3 {
        font-size: 26.67px;
        font-weight: 600;
        color: #333333;
        margin: 0 0 10px;
        letter-spacing: 0.04em;
    }
    .policy-list p {
        font-size: 21.34px;
        font-weight: 400;
        color: #333333;
        margin: 0 0 50px;
        letter-spacing: 0.04em;
    }
    .policy-list p:last-child {
        margin: 0 0 150px;
    }
/* ===================================================
	フッター設定（PC）
==================================================== */
    .contact-clean {
        position: absolute;
        top: -5%;
        left: 15%;
        z-index: 1;
    }
    .contact-clean-img {
        width: 100px;
    }
    .contact-section {
        margin: 0;
        padding: 50px 0 750px 0;
        position: relative;
        background-image: url(https://ngy-inc.jp/wp-content/themes/ngy/images/contact-bg.jpg);
        background-position: center;
        background-size: 100%;
    }
    .contact-section::after {
        position: absolute;
        content: '';
        background-color: #36a400;
        opacity: 0.7;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .contact-section h2 {
        font-size: 80px;
        font-weight: 900;
        font-family: "Lato", sans-serif;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
        padding: 0;
        letter-spacing: 0.1em;
        z-index: 2;
        position: relative;
    }
    .contact-section h3 {
        font-size: 26.67px;
        font-weight: 900;
        color: #073812;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        letter-spacing: 0.1em;
        z-index: 2;
        position: relative;
    }
    .contact-section p {
        font-size: 21.34px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin: 100px 0 0 0;
        padding: 0;
        line-height: 3.0;
        z-index: 2;
        position: relative;
    }
    .contact-kirakira {
        position: absolute;
        top: 100px;
        left: 34%;
        z-index: 2;
    }
    .contact-kirakira-img {
        width: 275px;
        z-index: 1;
    }
    .tel-bg {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .f-tel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 900;
        margin: 75px auto;
        padding: 20px;
        background: rgba(52,113,40,0.5);
        border-radius: 133px;
        width: 1000px;
    }
    .f-tel-btn-left {
        text-align: right;
        margin-right: 20px;
        z-index: 2;
    }
    .f-tel-btn-left p {
        font-size: 26.67px;
        line-height: 1.2;
        text-align: right;
        letter-spacing: 0.05em;
        margin: 0;
        z-index: 2;
    }
    .left-tel {
        font-size: 40px;
    }
    .divider {
        width: 2px;
        height: 70px;
        background-color: #fff;
        margin: 0 20px;
        z-index: 2;
    }
    .f-tel-btn-right {
        display: flex;
        align-items: center;
        font-size: 2rem;
        z-index: 2;
    }
    .f-tel-btn-right .f-tel-btn-icon {
        font-size: 2.5rem;
        margin-right: 15px;
        z-index: 2;
    }
    .f-tel-btn-icon {
        width: 64px;
        z-index: 2;
    }
    
    .yellow {
        color: #ffff00;
        z-index: 2;
    }
    .number {
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 0.05em;
    }
    .number03 {
        font-size: 53.34px;
    }
    
    .fax-bg {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .f-fax-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #073812;
        font-weight: 900;
        margin: 250px auto;
        padding: 20px;
        background: rgba(255,255,255,0.5);
        border-radius: 133px;
        width: 1000px;
    }

    .f-fax-btn-left {
        text-align: right;
        margin-right: 10px;
        z-index: 2;
    }

    .f-fax-btn-left p {
        color: #073812;
        font-size: 26.67px;
        line-height: 1.2;
        text-align: right;
        letter-spacing: 0.05em;
        margin: 0;
        z-index: 2;
    }
    .left-fax {
        font-size: 40px;
    }
    .fax-divider {
        width: 2px;
        height: 70px;
        background-color: #073812;
        margin: 0 20px;
        z-index: 2;
    }

    .f-fax-btn-right {
        display: flex;
        align-items: center;
        font-size: 2rem;
        z-index: 2;
    }

    .f-fax-btn-right .f-fax-btn-icon {
        font-size: 2.5rem;
        margin-right: 15px;
        z-index: 2;
    }
    .f-fax-btn-icon {
        width: 64px;
        z-index: 2;
    }
    .fax {
        font-size: 64px;
        font-weight: 900;
        letter-spacing: 0.05em;
    }
    .fax03 {
        font-size: 53.34px;
    }
    .footer-cta {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        text-align: center;
        z-index: 2;
    }
    .footer-cta img {
        width: 600px;
    }
    .sp-footer-cta {
        display: none;
    }
    .sp-footer-bottom {
        display: none;
    }
    .footer-bottom {
        width: 100%;
        background-color: #083812;
        margin: 0;
        padding: 75px 0 75px 0;
    }
    
    .footer-like {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
        position: relative;
    }

    /* 左側ロゴ＋企業情報 */
    .brand {
        display: inline-flex;
        gap: 18px;
        align-items: flex-start;
    }

    .logo {
        width: 150px;
        height: auto;
        flex:　0 0 150px;
        display: block;
    }
    .logo img {
        width: 100%;
    }
    
    .logo p {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding: 0;
        font-family: "Lato",sans-serif;
        letter-spacing: 0.09em;
    }
    
    .company-info {
        line-height: 1.6;
    }

    .company-name {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 6px;
        letter-spacing: 0.05em;
    }
    .company-big {
        font-size: 38px;
    }
    .company-addr {
        font-size: 21.34px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.05em;
        margin-bottom: 6px;
    }

    .company-tel {
        font-size: 21.34px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.05em;
    }

    /* 右側ナビ（横並び） */
    .nav {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-left: auto;
    }

    .nav a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 18.67px;
        letter-spacing: 0.09em;
    }

    /* copyright 右下 */
    .copyright {
        position: absolute;
        right: 0;
        bottom: 12px;
        font-size: 16px;
        color: #fff;
        white-space: nowrap;
    }
/* ===================================================
	改行設定（スマホ）
==================================================== */
    @media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
/* ===================================================
	ヘッダー設定（スマホ）
==================================================== */
    .pc-header,.page-header,
    .fv,.page-fv {
        display: none;
    }
    .sp-header {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        border-top: 15px solid #2d9445;
        background: linear-gradient(
        135deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 50%,
        rgba(255,255,255,0.7) 50%,
        rgba(255,255,255,0.7) 100%
    );
    }

    .sp-header-inner {
        max-width: 90%;
        margin: 0 auto;
        padding: 0px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: auto;
        height: 50px;
    }
    .logo .tagline {
        font-size: 10px;
        color: #333333;
        margin-top: 5px;
    }

    /* Hamburger Icon */
    .menu-toggle {
        cursor: pointer;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .menu-toggle p {
        font-size: 14px;
        font-family: "Lato",sans-serif;
        font-weight: 900;
        color: #1f7431;
        margin-bottom: 4px;
    }
    .menu-toggle span {
        display: block;
        width: 40px;
        height: 2px;
        background: #1f7431;
        margin: 5px auto;
    }

    /* Side Menu */
    .side-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: auto;
        background: #1f7431;
        box-shadow: -2px 0 8px rgba(0,0,0,0.3);
        z-index: 2000;
        transition: 0.4s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 35px 0 0 35px;
    }

    .side-menu.active {
        right: 0;
    }

    .menu-header {
        text-align: right;
        padding: 15px;
    }
    .close-btn {
        background: none;
        border: none;
        font-family: 'Noto Sans JP',sans-serif;
        font-size: 34px;
        font-weight: 100;
        cursor: pointer;
        color: #fff;
        background-color: #1f7431;
        width: 36px;
        height: 36px;
    }

    /* Menu List */
    .menu-list {
        list-style: none;
        padding: 0;
        margin: 0 0 -19px 0;
        border-left: 5px solid #62ab3e;
        background: #fff;
    }
    .menu-list li {
        border-bottom: 1px solid #62ab3e;
    }
    .menu-list li a {
        display: flex;
        align-items: center;
        padding: 15px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
    .menu-list li a .icon {
        margin-right: 10px;
    }
    .submenu ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 2px dashed #62ab3e;
    }
    .submenu li {
        border-bottom: 2px dashed #62ab3e;
    }
    .sp-icon img {
        width: 30px;
        margin: 0 15px 0 0;
    }

    /* Footer inside menu */
    .menu-footer {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tel-text {
        font-size: 24px;
        font-weight: 600;
        color: #1f7431;
    }
    .tel {
        font-family: "Lato",sans-serif;
        font-size: 32px;
        font-weight: 600;
        color: #1f7431;
    }
    .call-btn {
        display: inline-block;
        margin: 0 0 25px 0;
        padding: 10px 100px;
        border: 2px solid #1f7431;
        border-radius: 30px;
        text-decoration: none;
        color: #1f7431;
        font-weight: 600;
    }
    .close-text {
        margin-top: 15px;
        color: #fff;
        font-size: 14px;
    }
    .bg_white {
        background: #fff;
    }
    /* Overlay */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1500;
        display: none;
    }
    .overlay.active {
        display: block;
    }
/* ===================================================
	TOPページ設定（スマホ）
==================================================== */
    .sp-fv {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .sp-fv img {
        width: 100%;
    }
    .word {
        display: none;
    }
    .word-sp {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        max-width: 25%;
        margin: 0 auto;
        padding: 0;
    }
    .word-sp img {
        width: 100%;
        margin: 50px 10px 0 15px;
    }
    .clean {
        margin-top: 50px;            
    }
    .clean h2 {
        font-size: 14px;
        margin-top: 25px;
    }
    .clean p {
        font-size: 12px;
        margin-top: 50px;
        padding: 0;
    }
    .clean-cart {
        top: 275px;
        left: 0;
    }
    .cleaning-staff {
        top: 375px;
        right:  0;
    }
    .clean-cart-img,.cleaning-staff-img {
        width: 100px;
    }
    .services h2 {
        font-size: 40px;
        margin-top: 50px;
        padding: 0;
    }
    .services p {
        font-size: 16px;
    }
    .kirakira {
        top: 40px;
        left: 15%;
    }
    .kirakira-img {
        width: 125px;
    }
    .services-container {
        flex-direction: column;
        align-items: center;
        margin: 50px 0 0 0;
    }
    .services-box {
        width: 90%;
    }
    .services-box img {
        height: 200px;
    }
    .services h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .services-content h3::after {
        margin-top: 4px;
    }
    .services-content p {
        font-size: 12px;
    }
    .services-cta {
        max-width: 60%;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
/* ===================================================
	ページ設定：サービス概要（スマホ）
==================================================== */
    .sp-page-fv {
        display: block;
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0;
    }
    .sp-page-fv img {
        width: 100%;
    }
    .page-services-head {
        width: 100%;
        max-width: 90%;
        margin: -20% 0 0 0;
        padding: 0;
        z-index: 2;
    }
    .page-services-head h2 {
        font-size: 28px;
        margin: 0 0 50px 0;
        padding: 0;
    }
    .page-services-head p {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    .clean-feature {
        margin: 50px 0 0 0;    
    }    
    .clean-feature img {
        width: 100%;
        height: 325px;
    }
    .clean-feature h2 {
        font-size: 21px;
        margin: 25px 0 0 0;
        padding: 0;
    }
    .clean-feature h2::before,
    .clean-feature h2::after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 2px;
        background: #1f7431;
        vertical-align: middle;
    }
    .clean-feature h2::before {
        margin-right: 1em;
    }
    .clean-feature h2::after {
        margin-left: 1em;
    }
    .clean-feature p {
        font-size: 12px;
        margin: 75px 0 0 0;
        padding: 10px;
    }
    .clean-feature-cta {
        margin: 250px 0 0 0;
    }
    .clean-feature-cta img {
        width: 200px;
        height: auto;
    }
    .page-services-content {
        width: 100%;
        max-width: 90%; 
        margin: 50px 0 0 0;
        padding: 0;
    }
    .page-services-content h3 {
        font-size: 21px;
        margin: 0;
        padding: 0;
        letter-spacing: 0.09em;
    }
    .page-services-content p {
        font-size: 12px;
        margin: 25px 0 0 0;
        padding: 0;
    }
    
    .services-cards {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 50px;        
    }

    .services-card {
        border-radius: 30px;
        border: 4px solid #79b85b;
    }

    .services-card-inner {
        min-height: inherit;
    }

    .services-card-left {
        width: 50%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .services-card-header .services-card-title h3 {
        font-size: 16px;
        margin: -35px 0 0 0;
        padding: 0;
    }
    .services-card-header .services-card-title small {
        font-size: 12px;
        margin-top: 5px;
        margin-right: calc(50% - 50vw);
    }

    .services-card-text {
        font-size: 12px;
        margin: 8px 0 20px 0;
    }

    .services-card-btn {
        font-size: 10px;
        width: 50%;
    }
    .services-card-right .hero {
        height: 100%;
    }
    .services-card-right::before {
        width: 20%;
    }
    .flow-bg {
        background: #e1f9d0;
        padding: 25px 0 50px 0;
    }
    .flow-content {
        margin: 25px 0 0 0;
    }
    .flow-content h3 {
        font-size: 21px;
        margin: 0;
        padding: 0;
    }
    .flow-content p {
        font-size: 12px;
        margin: 25px 0 0 0;
        padding: 0;
        line-height: 2.0;
    }
    .flow-box {
        display: none;
    }
     .sp-flow-box {
        display: flex;
        flex-direction: column;
        align-items: center; 
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 25px;
    }
    .sp-flow-box img {
        width: 80%;
    }
    .sp-flow-box p {
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin: 0;
        padding: 0;
        letter-spacing: 0.1em;
        line-height: 2.0;
        width: 90%;
    }
    .square-icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-bottom: -3px;
    }
/* ===================================================
	ページ設定：サービス詳細（スマホ）
==================================================== */
    .services-detail-head {
        width: 100%;
        max-width: 90%;
        margin: -20% 0 0 0;
        padding: 0;
        z-index: 2;
    }
    .services-detail-head h2 {
        font-size: 28px;
        margin: 0 0 50px 0;
        padding: 0;
    }
    .services-detail-head p {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }    
    .office-bg,.apartment-bg,.medical-bg,.education-bg {
        background-size: cover;
    }
    .worries-feature {
        display: none;
    }
    .sp-worries-feature {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 90%;
        margin: 50px 0 0 0;
        padding: 0;
        position: relative;
    }
    .sp-worries-feature img {
        width: 100%;
        height: 500px;
    }
    .sp-worries-feature h2 {
        font-size: 16px;
        font-weight: 700;
        color: #192f48;
        margin: 25px 0 0 0;
        padding: 0;
        position: absolute;
    }
    .sp-worries-feature h2::before,
    .sp-worries-feature h2::after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 2px;
        background: #192f48;
        vertical-align: middle;
    }
    .sp-worries-feature h2::before {
        margin-right: 0.5em;
    }
    .sp-worries-feature h2::after {
        margin-left: 0.5em;
    }
    .sp-worries {
        display: flex;
        flex-direction: column;
    }
    .sp-worries-1 {
        position: absolute;        
        top: 15%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        text-align: center;  
    }
    .sp-worries-1 img {
        width: 50%;
        height: auto;
    }
    .sp-worries-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .sp-worries-3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 300px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .sp-worries-2_inner,.sp-worries-3_inner {
        background: #d2f4cd;
        border-radius: 25px;
        margin: 0 auto;
        padding: 25px 0 25px 0;
        width: 45%;
        height: fit-content;
    }
    .sp-worries-2_inner p,.sp-worries-3_inner p {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        margin: 0 auto;
    }
    .if-ngy {
        font-size: 16px;
        margin: 50px 0 0 0;
    }
    .if-highlight {
        font-size: 18px;         
    }
    .if-checkbox {
        margin: 25px 0 0 0;
        padding: 0;
    }    
    .if-checkbox-list li {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 25px 0;
    }
    .if-checkbox-list img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    .if-under {
        border-bottom: 3px solid #fdff40;
    }    
    .if-cta {
        padding: 0 0 50px 0;        
    }
    .supported {
        flex-direction: column;
        margin: 50px 0 0 0;
        padding: 0;
    }
    .supported-card {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-cleaning {
        margin: 50px 0 75px 0;        
    }
    .main-cleaning-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-cleaning-list li {
        font-size: 14px;
        min-height: 35px;
    }
    .main-cleaning-list li .sparkle {
        top: 15px;
        left: 15px;
        width: 15px;
        height: 15px;
    }
/* ===================================================
	ページ設定：会社概要（スマホ）
==================================================== */
    .page-about-head h2 {
        font-size: 28px;
        margin: 0;
    }
    .company-profile {
        margin-top: -25px;
        margin-bottom: 100px;
    }
    .row {
        max-width: 90%;
        padding: 35px 0;
    }    
    .row .label {
        flex: 0 0 40%;
        font-size: 14px;    
    }    
    .row .value {
        font-size: 14px;    
    }
/* ===================================================
	ページ設定：プライバシーポリシー（スマホ）
==================================================== */
    .container {
        width: 100%;
        max-width: inherit;
        margin-top: 0;
        margin-bottom: 100px;
    }
    .policy-list {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
    .policy-list h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .policy-list p {
        font-size: 14px;
        margin: 0 0 25px;
    }
    .policy-list p:last-child {
        margin: 0 0 75px;
    }
/* ===================================================
	フッター設定（スマホ）
==================================================== */
    .contact-clean {
        position: absolute;
        top: -5%;
        left: 5%;
        z-index: 1;
    }
    .contact-clean-img {
        width: 50px;
    }
    .contact-section {
        margin: 0;
        padding: 25px 0 30em 0;
        background-position: top;        
        background-repeat: no-repeat;
    }
    .contact-section h2 {
        font-size: 40px;
        margin-top: 25px;
    }
    .contact-section h3 {
        font-size: 16px;
    }
    .contact-section p {
        font-size: 14px;
        margin: 50px 0 0 0;
    }
    .contact-kirakira {
        top: 25px;
        left: 25%;
    }
    .contact-kirakira-img {
        width: 125px;
    }
    .tel-bg,.fax-bg,.footer-cta {
        display: none;
    }
    .sp-footer-cta {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 2;
        text-align: center;
    }
    .sp-footer-cta img {
        width: 90%;
        margin: 25px 0 0 0;
    }
        
    .footer-bottom {
        display: none;        
    }
    
    .sp-footer-bottom {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        text-align: left;
        background-color: #083812;
    }

    .sp-footer-top {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .sp-footer-logo {
        display: flex;
        flex-direction: column;
    }
    .sp-footer-top img {
        width: 90px;
        height: auto;
        margin: 0 0 15px 30px;
    }
    .sp-footer-logo p {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding: 0;
        font-family: "Lato",sans-serif;
        letter-spacing: 0.09em;
    }
    .sp-company-info {
        font-size: 12px;
        color: #fff;
        line-height: 1.6;
    }

    .sp-company-info strong {
        color: #fff;
        font-size: 20px;
    }

    .sp-footer-links {
        border-top: 1px solid #456a4d;
        margin-top: 10px;
        width: 90%;    
    }

    .sp-footer-links a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        color: #fff;
        padding: 25px 0;
        border-bottom: 1px solid #456a4d;
        font-size: 18px;
    }

    .sp-footer-links a span {
        font-size: 18px;
    }

    .sp-copyright {
        text-align: center;
        font-size: 12px;
        color: #fff;
        margin-top: 20px;
    }
    }