        .contact-illuster {
            width: 50%;
            margin: auto;
        }

        .contact-mention {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .contact-mention .list {
            width: 100%;
            display: flex;
            gap: 5px;
        }

        .contact-mention .list p {
            font-size: 20px;
            color: #0B3E6B;
        }

        .pc-contact-box {
            position: absolute;
            margin-top: 38%;
            right: 8%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contact-info {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: auto;
            padding: 50px 130px;
            display: flex;
            flex-direction: column;
        }

        .contact-info-pc-table {
            margin: auto;
            width: 70%;
        }

        .contact-info-sp-table {
            display: none;
        }

        /*         
        .schedule-table {
            font-size: 20px;
            border-collapse: collapse;
            width: 100%;
            max-width: 600px;
            font-family: Arial, sans-serif;
        }
        
        .schedule-table th,
        .schedule-table td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: center;
        }
        
        .schedule-table thead th {
            background-color: #f49958;
            color: white;
            font-weight: normal;
        }
        
        .label-cell {
            background-color: #f7d4b1;
            color: white;
            font-weight: bold;
            vertical-align: middle;
            width: 80px;
        }
        
        .schedule-table tbody td {
            background-color: #fff5d9;
            vertical-align: top;
            font-weight: bold;
            color: #000;
        }
        
        .schedule-table tbody td br {
            line-height: 1.6;
        } */
        .contact-info-content {
            margin: 30px auto;
            background-color: #fcf9f0;
            padding: 30px 40px;
            border-radius: 8px;
            box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.05);
            font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
            color: #3a3a3a;
            line-height: 1.7;
            position: relative;
        }

        .contact-info-content h2 {
            font-weight: 700;
            font-size: 1.6rem;
            margin-bottom: 25px;
            color: #0B3E6B;
            border-bottom: 1px solid #af9d7f;
            padding-bottom: 12px;
            color: #473923;
        }

        .contact-info-content .intro-text {
            color: #2d3d59;
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .contact-info-content ol {
            padding-left: 20px;
            margin-bottom: 25px;
        }

        .contact-info-content ol li {
            margin-bottom: 22px;
            font-size: 0.94rem;
            color: #0B3E6B;
        }

        .contact-info-content ol li strong {
            display: block;
            font-weight: 600;
            font-size: 1.04rem;
            margin-bottom: 7px;
            color: #6a422a;
        }

        .contact-info-content address {
            font-weight: 600;
            font-size: 1rem;
            color: #652d1d;
        }

        .contact-info-content .tel {
            margin-left: 10px;
        }

        .contact-info-content .hours {
            margin-left: 10px;
            font-weight: normal;
            font-size: 0.88rem;
            color: #969076;
        }

        .company-phone-number {
            text-align: right;
            font-size: 20px;
            color: #040404;
            margin-top: 30px;
            font-weight: bold;
        }

        .company-phone-number br {
            display: none;
        }

        @media (max-width: 1440px) {
            .contact-info-pc-table {
                width: 80%;
            }
        }

        @media (max-width: 1024px) {
            .contact-info-pc-table {
                width: 90%;
            }

            .contact-info-sp-table {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .contact-info-pc-table {
                display: none;
            }

            .contact-info-sp-table {
                display: block;
                width: 100%;
            }

            .contact-info {
                padding: 50px 100px;
            }
        }

        @media (max-width: 600px) {
            .contact-info {
                padding: 40px 60px;
            }

            .company-phone-number br {
                display: block;
            }

            .contact-info-content {
                padding: 30px 30px;
            }
        }

        @media (max-width: 425px) {
            .contact-info {
                padding: 40px 40px;
            }

            .contact-info-content {
                padding: 30px 20px;
            }
        }


        @media (max-width: 375px) {
            .contact-info {
                padding: 20px 20px;
            }
        }