        body {
            font-family: 'Noto Sans JP', sans-serif;
            background-color: rgb(51, 51, 51);
            color: rgba(2, 218, 218, 1);
            margin: 0;
            padding: 0;
            line-height: 1.7;
            overflow-x: hidden; 
        }

        .contents {
            padding: 20px;
            background: rgb(051, 051, 051);
          }
          
          .contents h2 {
            font-size: 3.8rem;
            margin: 10px 0;
            padding: 30px;
            color: #fff;
          }
          
          .gricon {
            width: 220px;
            aspect-ratio: 16 / 10;
            position: relative;
          }
          
          .gricon img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: contain;
            pointer-events: none;
          }
          
          .content-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr); 
            gap: 20px;
            max-width: 100%;
            margin: 0 auto;
          }
          
          .content-item {
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: rgb(2, 218, 218);
          }
          
          .con-text {
            text-align: center;
            margin: 0;
            font-weight: bold;
            font-size:50px;
            color: rgb(255, 255, 255);
          }
          
          .content-grid a {
            text-decoration: none;
            text-align: center;
          }
          
          .con-btn {
            display: block;
            margin: 10px auto;
            margin-top: 0;
            border: 2px solid rgb(051, 051, 051);
            background: linear-gradient(to right, rgba(51, 51, 51) 50%, rgb(255, 255, 255)50%);
            background-size: 200% 100%;
            background-position: 0 0;
            color: rgb(255, 255, 255);
            font-weight: bold;
            border-radius: 80px;
            padding: 6px 30px;
            width: 130px;
            transition: background-position 0.3s ease, color 0.3s ease;
            text-align: center;
          }
          
          .con-btn:hover {
            background-position: -100% 0;
            color: rgb(051, 051, 051);
          }
        .container {
            width: 85%;
            margin: 60px auto;
            text-align: left;
            padding: 40px;
            background-color: rgb(51, 51, 51);
            border-radius: 10px;
            justify-content: center;
        }
        .container h2 {
            font-size: 2.2em;
            color: rgba(2, 218, 218, 1);
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid rgba(2, 218, 218, 0.3);
        }
        .container p {
            color: rgb(255, 255, 255);
            margin-bottom: 30px;
            font-size: 1.1em;
        }
        .service-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 30px;
            margin: 20px auto; 
            width: 70%;
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
            border-left: 5px solid rgba(2, 218, 218, 1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1;
            text-align: left;
        }
        .service-card:hover {
            transform: translateY(-3px);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        .service-card h3 {
            font-size: 1.6em;
            color: rgb(255, 255, 255);
            margin-top: 0;
            margin-bottom: 15px;
            z-index: 1;
        }
        .service-card p {
            color: rgb(255, 255, 255);
            font-size: 1em;
            z-index: 1;

        }
        .contact-btn {
            display: inline-block;
            background: rgba(2, 218, 218, 1);
            color: rgb(255, 255, 255);
            padding: 18px 35px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2em;
            transition: background 0.2s ease, transform 0.2s ease;
        }
        .contact-btn:hover {
            background: rgba(0, 180, 180, 1);
            transform: translateY(-2px);
        }

        .process-flow {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-bottom: 50px;
        }

        .process-step {
            text-align: center;
        }

        .step-number {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(2, 218, 218, 1);
            color: rgb(255, 255, 255);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.4em;
            margin-bottom: 15px;
        }

        .process-step h3 {
            font-size: 1.3em;
            color: rgba(2, 218, 218, 1);
            margin-top: 0;
            margin-bottom: 10px;
        }

        .process-step p {
            font-size: 1em;
            color: rgba(2, 218, 218, 1);
            margin-bottom: 0;
        }

        .process-separator {
            width: 60px;
            height: 2px;
            background-color: rgba(2, 218, 218, 0.5);
        }

        .pricing {
            padding: 30px;
            border-radius: 8px;
            margin-top: 50px;
        }

        .pricing h2 {
            font-size: 2em;
            color: rgba(2, 218, 218, 1);
            margin-bottom: 20px;
        }

        .pricing table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }

        .pricing table, th, td {
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

        .pricing th, td {
            padding: 12px;
        }

        .pricing th {
            background: rgba(2, 218, 218, 1);
            color: rgb(255, 255, 255);
        }

        .pricing p {
            font-size: 1.1em;
            color: rgba(2, 218, 218, 1);
        }
        .pricing h3{
            font-size: 1.5em;
            padding-top: 30px;
        }

        @media screen and (max-width: 768px) {
            .container {
                width: 95%;
                padding: 30px;
            }

            .container h2 {
                font-size: 2em;
                margin-bottom: 25px;
            }

            .container p {
                font-size: 1em;
                margin-bottom: 20px;
            }


            .contents h2 {
                text-align: center;
              font-size: 3.5rem;
              padding-bottom: 20px;
            }
          
            .content-grid {
              display: flex;
              flex-direction: column;
              gap: 10px;
            }
          
            .content-item p {
              font-size: 1.2rem;
            }
          
            .content-item a {
              font-size: 1.5rem;
              width: 110px;
            }

            .process-flow {
                flex-direction: column;
                align-items: center;
                margin-bottom: 40px;
            }

            .process-separator {
                width: 2px;
                height: 40px;
                margin: 10px 0;
            }

            .process-step {
                width: 90%;
                margin-bottom: 30px;
            }

            .step-number {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 1.2em;
                margin: 0 auto;
                margin-bottom: 10px;

            }

            .process-step h3 {
                font-size: 1.5em;
                margin-bottom: 8px;
            }

            .price-range {
                padding: 25px;
            }

            .price-label {
                font-size: 1em;
            }

            .price {
                font-size: 1.6em;
            }

            .price span {
                font-size: 0.9em;
            }

            .price-note {
                font-size: 0.8em;
            }
        }

        @media screen and (max-width: 480px) {
            .no{
                display: none;
            }
            .container h2 {
                font-size: 1.8em;
                margin-bottom: 20px;
            }

            .container p {
                font-size: 0.9em;
                margin-bottom: 15px;
            }

            .process-step {
                width: 100%;
            }

            .step-number {
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 1em;
                margin: 0 auto;
                margin-bottom: 10px;
            }

            .process-step h3 {
                font-size: 1.5em;
                margin-bottom: 5px;
            }

            .price {
                font-size: 1.4em;
            }

            .pricing th, td {
                font-size: 14px;
            }
        }