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


       /* 会社概要 FV */
        main{ position: relative; padding-top:  8rem;}
        @media (max-width: 768px) {main{ position: relative; padding-top: 5rem;!important}}


        .property-fv  {
            background-image: url("../images/property-fv-pc.webp");
            background-size: cover;
            background-position: center;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        @media screen and (max-width: 736px){
            .property-fv  {
                background-image: url("../images/property-fv-sp.webp");
                height: 270px;
            }
        }        

        .property-fv::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4);
        }
        .property-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;
        }
        
        @media screen and (max-width: 736px){
            .property-fv-en {
                font-size: 3rem;
                line-height: 0.7;
            }
        }    
        .property-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;
        }
		
          
        .propety-top h2{
            margin-bottom: 2rem;
			font-size: 2rem;
		    font-family: 游明朝, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HG明朝E, MS P明朝, MS 明朝, serif;
        }    
        
        
        @media (max-width: 768px) {
        .propety-top h2{
            text-align: center;
            font-size: 2rem !important;
            margin-bottom: 2rem;
        }}  
		
        /* セクション共通 */
        .section-padding { padding: 120px 0; }
		
		.section-padding h2{font-family: 游明朝, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HG明朝E, MS P明朝, MS 明朝, serif;}
		.section-padding h3{font-family: 游明朝, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HG明朝E, MS P明朝, MS 明朝, serif;}
		
        .section-header { text-align: center; margin-bottom: 5rem; position: relative; }
        .section-en { font-size: 0.875rem; letter-spacing: 0.3em; color: #a67c34; font-weight: 700; margin-bottom: 1rem; display: block; }
        .section-jp { font-size: 2.2rem; font-weight: 800; }

        /* コンセプト・雑誌風スタイル */
        .magazine-item { position: relative; margin-bottom: 100px; padding-bottom: 100px; border-bottom: 1px solid #eee; }
        .magazine-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
        
        .magazine-num {
            font-family: 'Inter', serif; font-size: 7rem; font-weight: 800; color: #efefef;
            line-height: 0.8; margin-bottom: -1rem; position: relative; z-index: 0;
        }
        .magazine-label-en { font-size: 1rem; font-weight: 800; color: #a67c34; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.25rem; position: relative; z-index: 1; }
        .magazine-label-sub { font-size: 0.75rem; color: #9ca3af; margin-bottom: 1.5rem; display: block; position: relative; z-index: 1; }
        .magazine-title-jp { font-size: clamp(2rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.6; margin-bottom: 2rem; color: #433f37; position: relative; z-index: 1; }
        .magazine-desc { font-size: 0.95rem; line-height: 2; color: #666; max-width: 500px; }

        .magazine-visual {
            background-color: #f7f7f7; width: 100%; aspect-ratio: 4 / 3; border-radius: 2px;
            display: flex; align-items: center; justify-content: center; overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.04);
        }
        .magazine-visual img { width: 100%; height: 100%; object-fit: cover; }

        /* 募集条件テーブル */
        .criteria-box { background: #f9f9f9; padding: 4rem 3rem; border-radius: 8px; }
        .criteria-table { width: 100%; }
        .criteria-table tr { border-bottom: 1px solid #ddd; }
        .criteria-table tr:last-child { border-bottom: none; }
        .criteria-table th { width: 30%; padding: 2rem 1rem; text-align: left; vertical-align: top; color: #a67c34; font-weight: 800; font-size: 0.9rem; }
        .criteria-table td { padding: 2rem 1rem; font-size: 1rem; line-height: 1.8; }
        @media (max-width: 768px) {
            .criteria-box { padding: 2rem 1.5rem; }
            .criteria-table th, .criteria-table td { width: 100%; display: block; padding: 1rem 0; }
            .criteria-table th { padding-bottom: 0; }
        }

		.fas.fa-phone-alt {
			color: #ffffff!important;
		}
		
		.contact-tel {
			font-size: 1.3rem;
		}