@charset "utf-8";
/* CSS Document */

     
  main{ position: relative; padding-top:  8rem;}
        @media (max-width: 768px) {main{ position: relative; padding-top: 5rem;!important}}

        .privacy-fv {
            background-image: url("../images/contact-page-fv-pc.jpg");
            background-size: cover;
            background-position: center;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        @media screen and (max-width: 736px){
            .privacy-fv{
                background-image: url("../images/contact-page-fv-sp.jpg");
                height: 270px;
            }
        }        
        
        .privacy-fv::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4);
        }
        .privacy-fv-en {
            font-family: 'Inter', sans-serif;
            font-size: 4rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            letter-spacing: 0.05em;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            position: relative;
            z-index: 10;
            Text-align:center;
        }
        
        @media screen and (max-width: 736px){
            .privacy-fv-en {
                font-size: 2rem;
                line-height: 0.7;
            }
        }    
        .privacy-fv-jp {
            font-size: 1.25rem;
            font-weight: 400;
            color: #fff;
            margin-top: 0.5rem;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
            position: relative;
            z-index: 10;
            text-align: center;
        }


        /* コンテンツエリア */
        .policy-container {
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
            padding: 5rem 4rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.02);
            border-radius: 4px;
        }
        @media (max-width: 768px) {
            .policy-container { padding: 3rem 1.5rem; }
        }

        .policy-section { margin-bottom: 4rem; }
        .policy-section:last-child { margin-bottom: 0; }
        
        .policy-heading {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid #a67c34;
            display: inline-block;
        }        
        @media (max-width: 768px) {    
        .policy-heading {
            font-size: 1.1rem;
        }}
        .policy-text {
            line-height: 2;
            color: #555;
            font-size: 0.95rem;
        }
        .policy-list {
            margin-top: 1rem;
            padding-left: 1.5rem;
            list-style-type: decimal;
        }
        .policy-list li {
            margin-bottom: 0.75rem;
        }
