        * {
            font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        }
        .m-plus-rounded-1c-regular {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        }

        .m-plus-rounded-1c-medium {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        font-style: normal;
        }

        .m-plus-rounded-1c-bold {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 700;
        font-style: normal;
        }


        :root {
            --main-color: #569F98; /* メインカラー: 緑 */
            --sub-color: #ffffff;  /* サブカラー: 白 */
            --sub-color2: #BDD9C8;  /* サブカラー: 白 */
            --accent-color: #FFEA8B; /* アクセントカラー: 黄色 */
            --text-color: #333333;
            --text-red: #C51818;
            --light-gray: #f5f5f5;
            --gray: #dddddd;
            --dark-gray: #666666;
            --blue-green: #007A88;
        }
        .sp_br {
          display: none;
        }

        /* ボタン */
        .button-container {
            display: flex;
            margin-top: 8px;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .button-container a img{
            width: 32px;
        }
        
        .contact-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 16px 32px;
            border: 2px solid #fff;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            color: white;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            min-width: 200px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .contact-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s;
        }

        .contact-btn:hover::before {
            left: 100%;
        }
        .contact-arrow {
            text-align: center;
        }

        .line-btn {
            background: linear-gradient(135deg, #00c851, #00b74a);
        }
        
        .line-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0, 200, 81, 0.4);
        }
        
        .phone-btn {
            background: linear-gradient(135deg, #ff8a00, #da7700);
        }
        
        .phone-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 138, 0, 0.4);
        }
        
        .btn-icon {
            width: 20px;
            height: 20px;
            filter: brightness(0) invert(1);
        }


        @media (max-width: 768px) {
            
            .button-container {
                flex-direction: column;
                align-items: center;
            }
            .contact-btn {
                width: 100%;
                max-width: 300px;
            }
        }

        .color-red {
          color: var(--text-red);
          font-weight: bold;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        }

        body {
            color: var(--text-color);
            line-height: 1.6;
        }

        a {
            text-decoration: none;
            color: var(--main-color);
        }

        img {
            max-width: 100%;
            height: auto;
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        li {
            list-style: none;
        }

        .check-img {
            margin: auto;
            width: fit-content;
            padding-bottom: 16px;
        }
        .check-img li {
            background-size:auto 20px;
            padding-left: 30px;
            font-size: 20px;
            max-width: 1000px;
            color: var(--blue-green);
            margin: auto;
            text-align: left;
             vertical-align: middle;
             position: relative;
        }
        .check-img li::before {
            content: url(img/checkbox.png);
            position: absolute;
            left: -4px;
            top: 50%;
            transform: translateY(-50%);
            color: #28a745;
            font-size: 16px;
            width: 20px;
            text-align: center;
        }

        
        .logo-img {
            width: 200px;
            display: block;
        }
        .imgblck {
            display: block;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ヘッダー */
        header {
            background-color: var(--sub-color);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: var(--main-color);
        }

        .nav-menu {
            display: flex;
            list-style: none;
        }

        .nav-menu li {
            margin-left: 30px;
        }

        .nav-menu a {
            font-weight: bold;
            transition: color 0.3s;
        }

        .nav-menu a:hover {
            color: var(--accent-color);
        }

        .menu-toggle {
            display: none;
            cursor: pointer;
            font-size: 24px;
        }

        /* ファーストビュー */
        .hero {
            background: #BDD9C8;
            /* background: linear-gradient(rgba(46, 139, 87, 0.8), rgba(46, 139, 87, 0.8)), url('/api/placeholder/1200/600') center/cover no-repeat; */
            height: 100vh;
            display: flex;
            align-items: center;
            color: var(--sub-color);
            margin-top: 60px;
            background-image: url(img/fv-img.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size:cover; 
        }

        .hero-content {
            text-align: center;
            width: 100%;
        }
        .hero .hero-content  .maintext-top {
            color: var(--main-color);
            font-size: 48px;
            font-weight: bold;
            letter-spacing: 2px;
            display: inline;
            background:linear-gradient(transparent 60%, rgba(255, 250, 106, 0.5) 60%);
        }
        .hero .hero-content  .maintext-bottom {
            color: var(--text-color);
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        .hero-content-textbox {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 24px;
        }
        .hero-content-textbox .subcopy-top {
            color: #333333;
            display: inline;
            background:linear-gradient(transparent 60%, rgba(255, 250, 106, 0.5) 60%);
        }
        .hero-content-textbox .subcopy-bottom {
            color: var(--blue-green);
            font-weight: bold;
        }

        .hero p {
            font-size: 20px;
        }
        .hero .hero-content {
            font-size: 20px;
            color: var(--blue-green);
        }
        /* .hero p {
            font-size: 20px;
            margin-bottom: 30px;
        } */

        .btn {
            display: inline-block;
            background-color: var(--accent-color);
            color: var(--text-color);
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 18px;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* セクション共通 */
        section {
            padding: 80px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        .section-title2 {
            text-align: center;
            margin-bottom: 8px;
        }

        .section-title-center {
            text-align: center;
        }
        .contact-title {
            text-align: center;
            margin-bottom: 20px;
            color: #fff;
            font-size: 32px;
            display: inline;
            background:linear-gradient(transparent 60%, rgba(255, 250, 106, 0.5) 60%);
        }

        .section-title h2 {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--accent-color);
        }
        .section-title2 h2 {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title2 h2::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--accent-color);
        }

        .section-title p{
            font-size: 18px;
        }

        .section-title2 p{
            font-size: 18px;
        }

        /* お悩みセクション */
        .problems {
            background-color: var(--light-gray);
        }

        .problems-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .problem-item {
            background-color: var(--sub-color);
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .problem-item i {
            font-size: 48px;
            color: var(--main-color);
            margin-bottom: 20px;
        }

        .problem-item h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        /* 選ばれる理由 */
        .reasons {
            background-color: var(--sub-color);
        }

        .reasons-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .reason-item {
            text-align: center;
            transition: transform 0.3s;
        }

        .reason-item:hover {
            transform: translateY(-10px);
        }

        .reason-icon {
            background-color: var(--main-color);
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 20px;
            color: var(--sub-color);
            font-size: 36px;
        }

        .reason-item h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--main-color);
        }

        /* お問い合わせ背景 */
        .reasons_section {
            background-color: var(--sub-color2);
        }
        /* お問い合わせ背景 */
        .contact_section {
            background-color: var(--blue-green);
        }

        /* 選ばれる理由 */
        .reason {
            background-color: var(--sub-color);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        .reason_box {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            max-width: 1000px;
            margin: 0 auto;
            align-items: baseline;
            gap: 30px;
            padding-top: 30px;
        }
        .reason-content {
            padding: 20px 20px 30px 20px;
            text-align: center;
            border-radius: 25px;
        }
        .reason-content-title {
            font-size: 20px;
            font-weight: bold;
            color: var(--main-color);
        }
        .reason-content-text {
            font-size: 15px;
        }
        .reason-content-caption {
            font-size: 12px;
        }


        /* 料金プラン */
        .pricing {
            background-color: var(--light-gray);
        }

        .pricing-plans {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .plan {
            background-color: var(--sub-color);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .plan:hover {
            transform: translateY(-10px);
        }

        .plan-header {
            background-color: var(--main-color);
            color: var(--sub-color);
            padding: 20px;
            text-align: center;
        }

        .plan-name {
            color: var(--accent-color);
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .plan-price {
            font-size: 48px;
            font-weight: bold;
        }

        .plan-price span {
            font-size: 20px;
            font-weight: normal;
        }

        .plan-img {
          padding: 0 12px;
          text-align: center;
        }

        .plan-features {
            padding: 30px 30px 15px 30px;
            list-style: none;
        }

        .plan-features li {
            padding: 10px 0;
            border-bottom: 1px solid var(--gray);
            position: relative;
            padding-left: 25px;
        }

        .plan-features li::before {
            content: '✓';
            color: var(--main-color);
            position: absolute;
            left: 0;
        }

        .plan-footer {
            padding: 0 30px 30px;
            text-align: center;
        }

        /* ご利用の流れ */
        .flow {
            background-color: var(--sub-color);
        }

        .flow-steps {
            max-width: 800px;
            margin: 0 auto;
        }

        .step {
            display: flex;
            margin-bottom: 50px;
            position: relative;
        }

        .step:last-child {
            margin-bottom: 0;
        }

        .step:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 40px;
            bottom: -30px;
            width: 2px;
            height: 30px;
            background-color: var(--main-color);
        }

        .step-number {
            background-color: var(--main-color);
            color: var(--sub-color);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: bold;
            flex-shrink: 0;
            margin-right: 30px;
        }

        .step-content {
            padding-top: 10px;
        }

        .step-content h3 {
            font-size: 22px;
            margin-bottom: 10px;
            color: var(--main-color);
        }

        /* お客様の声 */
        .testimonials {
            background-color: var(--light-gray);
        }

        .testimonials-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .testimonial {
            background-color: var(--sub-color);
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .testimonial-text {
            margin-bottom: 20px;
            position: relative;
            padding: 0 20px;
        }

        .testimonial-text::before,
        .testimonial-text::after {
            content: '"';
            font-size: 40px;
            color: var(--main-color);
            opacity: 0.3;
            position: absolute;
        }

        .testimonial-text::before {
            top: -20px;
            left: 0;
        }

        .testimonial-text::after {
            bottom: -40px;
            right: 0;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
        }

        .testimonial-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin-right: 15px;
            background-color: var(--gray);
        }

        .testimonial-name {
            font-weight: bold;
        }

        .testimonial-location {
            font-size: 14px;
            color: var(--dark-gray);
        }

        /* よくある質問 */
        .faq {
            background-color: var(--sub-color);
        }
        /* ご利用の流れ */
        .flow {
            background-color: var(--sub-color2);
        }

        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            margin-bottom: 20px;
            border: 1px solid var(--gray);
            border-radius: 5px;
            overflow: hidden;
        }

        .faq-question {
          color: var(--main-color);
            background-color: var(--light-gray);
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
        }

        .faq-question::after {
            content: '+';
            font-size: 24px;
            transition: transform 0.3s;
        }

        .faq-question.active::after {
            transform: rotate(45deg);
        }

        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
        }

        .faq-answer.active {
            padding: 20px;
            max-height: 500px;
        }
        /* ご注意ください */
        .caution-subtext {
          font-size: 20px;
        }
        .caution-content-title {
          font-size: 24px;
          font-weight: bold;
          text-align: center;
          color: var(--blue-green);
        }
        .caution-content-text {
          font-size: 16px;
          text-align: center;
        }



        /* 注意事項 */
        .warning-bg {
            background-color: var(--sub-color2);
        }

        .warning-content {
            background-color: var(--sub-color);
            padding: 30px;
            border-radius: 10px;
            border-left: 5px solid var(--main-color);;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .warning-content h3 {
            color: #ff9800;
            margin-bottom: 20px;
            font-size: 22px;
            text-align: center;
        }

        .warning-list {
            list-style: none;
        }

        .warning-list li {
            padding: 10px 0;
            border-bottom: 1px solid var(--gray);
            position: relative;
            padding-left: 25px;
        }

        .warning-list li::before {
            content: '⚠️';
            position: absolute;
            left: 0;
        }

        /* お問い合わせ */
        .contact {
            background-color: var(--light-gray);
        }

        .consultation-text {
            font-size: 24px;
        }

        .color-red {
            color: var(--text-red);
        }
        .contact-img-box {
            text-align: center;
        }

        .contact-form {
            max-width: 800px;
            margin: 0 auto;
            background-color: var(--sub-color);
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .form-input,
        .form-select,
        .form-textarea {
            width: 100%;
            padding: 15px;
            border: 1px solid var(--gray);
            border-radius: 5px;
            font-size: 16px;
        }

        .form-input:focus,
        .form-select:focus,
        .form-textarea:focus {
            outline: none;
            border-color: var(--main-color);
            box-shadow: 0 0 0 2px rgba(46, 139, 87, 0.2);
        }

        .form-textarea {
            resize: vertical;
            min-height: 150px;
        }

        .form-checkbox {
            display: inline-block;
            margin-right: 10px;
            cursor: pointer;
        }

        .submit-btn {
            background-color: var(--main-color);
            color: var(--sub-color);
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s;
            display: block;
            margin: 0 auto;
        }

        .submit-btn:hover {
            background-color: #1a6b37;
        }

        /* フッター */
        footer {
            background-color: var(--main-color);
            color: var(--sub-color);
            padding: 50px 0 20px;
        }

        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 40px;
            gap: 10px;
        }

        .footer-logo {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .footer-col {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
        }

        .footer-heading {
            font-size: 20px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: var(--accent-color);
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: var(--sub-color);
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: var(--accent-color);
        }

        .footer-contact-info {
            list-style: none;
        }

        .footer-contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .footer-contact-info i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: var(--main-color);
            color: var(--sub-color);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
            cursor: pointer;
            z-index: 900;
        }

        .to-top.active {
            opacity: 1;
            visibility: visible;
        }

        @media(min-width: 768px) {
            .pc_none {
                display: none;
            }
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .sp_none {
                display: none;
            }

            .sp_br {
                display: block;
            }

            .hero-content-sp {
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
            }
            .hero-content-sp img{
            display: block;
            text-align: center;
            width: 100%;
            }

            .hero {
            height: 100%;
            margin-top: 65px;
            padding-top: 65px;
            background-image: none;
            display: flex;
            flex-direction: column;
            }

            .hero h1 {
                font-size: 36px;
            }

            .hero p {
                font-size: 18px;
            }
            .button-container {
                margin-bottom: 40px;
            }

            .nav-menu {
                position: fixed;
                top: 60px;
                left: -100%;
                width: 80%;
                height: calc(100vh - 60px);
                background-color: var(--sub-color);
                flex-direction: column;
                padding: 40px 20px;
                transition: left 0.3s;
                box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-menu li {
                margin-left: 0;
                margin-bottom: 20px;
            }

            .menu-toggle {
                display: none;
            }

            section {
            padding: 40px 0;
            }

            .section-title {
            text-align: center;
            margin-bottom: 20px;
            }

            .section-title h2 {
                font-size: 28px;
            }
            .section-title p{
            font-size: 14px;
            }

            .section-title2 p{
            font-size: 14px;
            }

            .step {
                flex-direction: column;
            }

            .step-number {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .step:not(:last-child)::after {
                left: 40px;
                bottom: -50px;
                height: 30px;
            }

            .contact-form {
                padding: 30px 20px;
            }

            .testimonials-list{
                gap: 40px;
            }
            .testimonial {
                padding: 18px;
            }

            .footer-content {
                flex-direction: column;
            }
        }