.recruit{font-family:Noto Sans JP,sans-serif;color:#333;line-height:1.9;background-color:#fafafa}.hero{position:relative;height:65vh;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.5;letter-spacing:.02em}.hero-sub{margin-top:1.2rem;font-size:1.3rem;font-weight:400}.section{padding:6rem 2rem;max-width:1100px;margin:0 auto}.section-title{font-size:2.2rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lead{font-size:1.2rem;margin-bottom:1.8rem;font-weight:500;text-align:center;line-height:1.8}.grid{display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin-top:2.5rem}@media (max-width:1024px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid{grid-template-columns:1fr}}.card{background:#fff;border-radius:1rem;padding:2.5rem 2rem;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.card h3{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem;color:#0f172a}.card p{font-size:1rem;color:#555;line-height:1.8}.card.clickable{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.card.clickable:hover{background:#f0f9ff;transform:translateY(-6px);box-shadow:0 10px 25px rgba(37,99,235,.15)}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);z-index:1000}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:min(90%,720px);max-height:85vh;overflow-y:auto;border-radius:14px;padding:2.5rem;box-shadow:0 20px 50px rgba(0,0,0,.3);z-index:1001}.modal-close{position:absolute;top:1rem;right:1.2rem;border:none;background:none;color:#475569;font-size:1.8rem;cursor:pointer;transition:color .2s ease}.modal-close:hover{color:#2563eb}.modal-title{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-body{color:#374151;font-size:1rem;line-height:1.8}@media (max-width:640px){.modal-content{width:92%;padding:1.8rem}.modal-title{font-size:1.3rem}}.signature{margin-top:3rem;text-align:right;font-size:1rem;color:#555;line-height:1.6;padding-right:1rem}.signature .name{display:inline-block;margin-right:2rem;margin-top:.3rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em}.jobs-grid{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:1000px;margin-inline:auto}.job-card-wrapper{width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb}.job-card-wrapper.open{box-shadow:0 8px 25px rgba(37,99,235,.12);border-color:#cbd5e1}.job-card{width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:2.5rem 3rem;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .3s ease}.job-card:hover{background:#f9fafb}.job-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.job-card p{font-size:1rem;color:#475569;margin:0;line-height:1.8}.job-card .plus{font-size:2rem;color:#2563eb;font-weight:500;line-height:1;transition:transform .3s ease}.job-card-wrapper.open .plus{transform:rotate(45deg)}.job-details{padding:2.5rem 3rem 3rem;background:#fcfcfc;border-top:1px solid #e2e8f0;font-size:1rem;line-height:1.9;color:#374151}.job-details p{margin-bottom:1.4rem}.job-details strong{display:inline-block;margin-bottom:.4rem;color:#111827}.job-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.03);margin-top:1.5rem}.job-row{display:flex;border-bottom:1px solid #e5e7eb}.job-row:last-child{border-bottom:none}.job-label{flex:0 0 25%;background:#f9fafb;padding:1rem 1.25rem;font-weight:600;color:#1e293b;border-right:1px solid #e5e7eb;font-size:.95rem;line-height:1.6}.job-value{flex:1;padding:1rem 1.5rem;line-height:1.8;color:#374151;font-size:.95rem}.job-value strong{color:#111827;font-weight:600}.job-value br+br{line-height:2.2}.job-value ul{margin:.5rem 0 .5rem 1rem;padding:0}.job-value li{list-style:disc;margin-bottom:.3rem}.job-table{transition:box-shadow .3s ease}.job-card-wrapper.open .job-table{box-shadow:0 8px 20px rgba(0,0,0,.08)}@media (max-width:768px){.hero{height:50vh}.hero-title{font-size:2.2rem}.section{padding:4rem 1.5rem}.job-card,.job-details{padding:1.5rem}.job-card h3{font-size:1.3rem}.job-card .plus{font-size:1.6rem}.job-row{flex-direction:column}.job-label,.job-row{border-bottom:1px solid #e5e7eb}.job-label{border-right:none;background:#f1f5f9;padding:.8rem 1rem;font-size:.9rem}.job-value{padding:.8rem 1rem 1rem;font-size:.9rem}.job-value br+br{line-height:2}}