*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #1a2e5a;
--blue: #2563a8;
--blue-light: #3b82d4;
--gray-100: #f8faff;
--gray-200: #e8f0fe;
--gray-600: #6b7280;
--gray-800: #1e293b;
--transition: 0.2s ease;
}
body.liveshine-recruitment-page {
font-family: 'Noto Sans JP', sans-serif;
color: var(--gray-800);
background: #fff;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 24px;
}
.section-pad { padding: 72px 0; } .site-header {
background: #fff;
box-shadow: 0 1px 0 rgba(26,46,90,0.08);
position: sticky;
top: 0;
z-index: 100;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 64px;
gap: 24px;
}
.header-logo a {
font-family: 'Noto Serif JP', serif;
font-size: 18px;
font-weight: 700;
color: var(--navy);
letter-spacing: 0.04em;
}
.header-tel-btn {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
font-weight: 700;
color: var(--navy);
cursor: pointer;
background: none;
border: none;
padding: 0;
}
.header-tel-btn svg { color: var(--blue); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .25s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-nav ul {
display: flex;
align-items: center;
gap: 12px;
list-style: none;
}
.header-nav a {
font-size: 12px;
font-weight: 500;
color: var(--gray-600);
letter-spacing: 0.02em;
white-space: nowrap;
}
.header-nav a:hover { color: var(--blue); }
.header-nav .nav-cta {
background: var(--blue);
color: #fff;
padding: 8px 16px;
border-radius: 4px;
font-weight: 700;
font-size: 12px;
white-space: nowrap;
}
.header-nav .nav-cta:hover { background: var(--navy); color: #fff; } .rc-hero {
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
padding: 72px 0 56px;
text-align: center;
position: relative;
overflow: hidden;
}
.rc-hero::before {
content: '';
position: absolute;
inset: 0;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.rc-hero-label {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
color: rgba(255,255,255,0.7);
background: rgba(255,255,255,0.12);
padding: 4px 16px;
border-radius: 20px;
margin-bottom: 20px;
text-transform: uppercase;
}
.rc-hero-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(22px, 3.5vw, 40px);
font-weight: 700;
color: #fff;
line-height: 1.5;
margin-bottom: 16px;
}
.rc-hero-title em {
font-style: normal;
color: #ffe066;
}
.rc-hero-sub {
font-size: clamp(13px, 1.5vw, 16px);
color: rgba(255,255,255,0.85);
line-height: 1.9;
max-width: 640px;
margin: 0 auto;
} .rc-cert {
background: linear-gradient(135deg, #0f1a3a 0%, #1a2e5a 100%);
padding: 48px 0;
text-align: center;
}
.rc-cert-inner {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}
.rc-cert-badge {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 16px;
padding: 20px 28px;
display: flex;
align-items: center;
gap: 16px;
}
.rc-cert-icon {
width: 56px;
height: 56px;
background: linear-gradient(135deg, #ffe066 0%, #ffc107 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 24px;
}
.rc-cert-text { text-align: left; }
.rc-cert-label {
font-size: 10px;
letter-spacing: 0.1em;
color: rgba(255,255,255,0.6);
text-transform: uppercase;
display: block;
margin-bottom: 4px;
}
.rc-cert-name {
font-family: 'Noto Serif JP', serif;
font-size: 16px;
font-weight: 700;
color: #fff;
line-height: 1.4;
}
.rc-cert-img-wrap {
width: 140px;
flex-shrink: 0;
}
.rc-cert-desc {
font-size: 13px;
color: rgba(255,255,255,0.75);
line-height: 1.8;
max-width: 420px;
text-align: left;
} .rc-points { background: var(--gray-100); }
.rc-section-head {
text-align: center;
margin-bottom: 48px;
}
.rc-section-label {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
color: var(--blue);
background: var(--gray-200);
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 12px;
}
.rc-section-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(20px, 2.8vw, 30px);
font-weight: 700;
color: var(--navy);
line-height: 1.5;
}
.rc-points-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
max-width: 860px;
margin: 0 auto;
}
.rc-point-card {
background: #fff;
border-radius: 16px;
padding: 28px 28px 24px;
box-shadow: 0 4px 20px rgba(26,46,90,0.07);
display: flex;
gap: 16px;
align-items: flex-start;
}
.rc-point-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}
.rc-point-body { flex: 1; }
.rc-point-title {
font-size: 14px;
font-weight: 700;
color: var(--navy);
margin-bottom: 6px;
line-height: 1.5;
}
.rc-point-desc {
font-size: 13px;
color: var(--gray-600);
line-height: 1.8;
} .rc-message { background: #fff; }
.rc-message-inner {
max-width: 760px;
margin: 0 auto;
text-align: center;
}
.rc-message-lead {
font-family: 'Noto Serif JP', serif;
font-size: clamp(17px, 2vw, 22px);
font-weight: 700;
color: var(--navy);
line-height: 1.8;
margin-bottom: 32px;
}
.rc-message-body p {
font-size: 15px;
color: #374151;
line-height: 2.1;
margin-bottom: 16px;
text-align: left;
}
.rc-message-body p:last-child { margin-bottom: 0; }
.rc-message-sign {
font-weight: 700 !important;
color: #fff !important;
background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
border-radius: 10px;
padding: 16px 24px !important;
font-size: 15px !important;
line-height: 1.8 !important;
margin-top: 32px !important;
display: block;
text-align: center !important;
} .rc-job { background: var(--gray-100); }
.rc-job-table-wrap {
max-width: 860px;
margin: 0 auto;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(26,46,90,0.08);
}
.rc-job-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.rc-job-table tr { border-bottom: 1px solid #e8f0fe; }
.rc-job-table tr:last-child { border-bottom: none; }
.rc-job-table th {
background: #eef3fd;
color: var(--blue);
font-weight: 700;
font-size: 12px;
letter-spacing: 0.04em;
padding: 16px 20px;
white-space: nowrap;
vertical-align: top;
width: 130px;
text-align: left;
}
.rc-job-table td {
padding: 16px 20px;
color: var(--gray-800);
line-height: 1.8;
vertical-align: top;
}
.rc-job-table td strong {
color: var(--navy);
font-weight: 700;
}
.rc-job-highlight {
background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
border: 1px solid #ffd700;
border-radius: 8px;
padding: 10px 14px;
font-size: 13px;
font-weight: 700;
color: #7c5a00;
margin-top: 8px;
display: inline-block;
} .rc-cta {
background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
text-align: center;
}
.rc-cta-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(18px, 2.5vw, 26px);
font-weight: 700;
color: #fff;
margin-bottom: 16px;
}
.rc-cta-lead {
font-size: 15px;
color: rgba(255,255,255,0.92);
line-height: 1.9;
margin-bottom: 10px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.rc-cta-tel-wrap {
margin: 32px auto 0;
max-width: 480px;
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.3);
border-radius: 16px;
padding: 24px 32px;
}
.rc-cta-tel-label {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
color: rgba(255,255,255,0.75);
margin-bottom: 8px;
}
.rc-cta-tel-num {
font-family: 'Noto Serif JP', serif;
font-size: clamp(28px, 4vw, 40px);
font-weight: 700;
color: #fff;
letter-spacing: 0.05em;
display: block;
margin-bottom: 8px;
}
.rc-cta-tel-hours {
font-size: 12px;
color: rgba(255,255,255,0.7);
line-height: 1.7;
}
.rc-cta-blog-note {
background: rgba(255,255,255,0.18);
border: 2px solid rgba(255,255,255,0.6);
border-radius: 8px;
padding: 12px 20px;
font-size: 15px;
font-weight: 700;
color: #fff;
display: block;
max-width: 640px;
margin: 32px auto 0;
} .btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 28px;
border-radius: 4px;
font-weight: 700;
font-size: 15px;
transition: all var(--transition);
cursor: pointer;
border: none;
text-decoration: none;
gap: 8px;
}
body.liveshine-recruitment-page .btn-bright,
body.liveshine-recruitment-page a.btn-bright,
body.liveshine-recruitment-page .btn.btn-bright {
background: #FF9900 !important;
background-color: #FF9900 !important;
color: #fff !important;
border-color: #FF9900 !important;
}
body.liveshine-recruitment-page .btn-bright:hover,
body.liveshine-recruitment-page a.btn-bright:hover {
background: #e68a00 !important;
background-color: #e68a00 !important;
border-color: #e68a00 !important;
}
.btn-line-cta {
background: #06C755;
color: #fff;
border-radius: 4px;
padding: 16px 32px;
}
.btn-lg { font-size: 15px; padding: 16px 32px; }
.rc-cta-actions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 32px;
} .site-footer { background: #1b4a87; } .modal-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.5);
z-index: 9999;
align-items: center;
justify-content: center;
}
.modal-overlay.is-open { display: flex; }
.modal-box {
background: #fff;
border-radius: 16px;
padding: 40px 36px;
text-align: center;
position: relative;
max-width: 360px;
width: 90%;
}
.modal-close {
position: absolute;
top: 12px;
right: 16px;
font-size: 24px;
background: none;
border: none;
cursor: pointer;
color: #6b7280;
}
.modal-title { font-size: 14px; color: #6b7280; margin-bottom: 8px; }
.modal-tel { font-family: 'Noto Serif JP', serif; font-size: 32px; font-weight: 700; color: var(--navy); display: block; margin-bottom: 8px; }
.modal-hours { font-size: 12px; color: #9ca3af; line-height: 1.8; } @media (max-width: 960px) {
.rc-cert-inner { gap: 24px; }
.rc-cert-desc { max-width: 100%; }
}
@media (max-width: 600px) {
.section-pad { padding: 48px 0; }
.hamburger { display: flex; }
.header-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e5e7eb; box-shadow: 0 4px 12px rgba(0,0,0,.08); padding: 12px 24px 20px; z-index: 99; }
.header-nav.open { display: block; }
.header-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
.header-nav li { width: 100%; border-bottom: 1px solid #f3f4f6; }
.header-nav a { display: block; padding: 14px 0; font-size: 14px; }
.header-tel-btn span { display: none; }
.rc-hero { padding: 48px 0 36px; }
.rc-cert-inner { flex-direction: column; align-items: center; text-align: center; }
.rc-cert-desc { text-align: center; }
.rc-cert-img-wrap { width: 100px; }
.rc-points-grid { grid-template-columns: 1fr; }
.rc-section-title { font-size: 16px !important; padding: 10px 14px !important; line-height: 1.6 !important; }
.rc-job-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.rc-job-table { min-width: 480px; }
.rc-cta-actions { flex-direction: column; align-items: stretch; }
.rc-cta-actions .btn { width: 100%; justify-content: center; }
.footer-inner { flex-direction: column; gap: 32px; }
.footer-nav { gap: 24px; }
} .ls-pagetop {
position: fixed !important; bottom: 24px !important; right: 24px !important; z-index: 9999 !important;
width: 48px !important; height: 48px !important; border-radius: 50% !important;
background: #5ba4cf !important; border: none !important; cursor: pointer !important;
display: none !important; align-items: center !important; justify-content: center !important;
transition: transform .3s; box-shadow: 0 4px 12px rgba(0,0,0,.2) !important;
}
.ls-pagetop.show { display: flex !important; }
.ls-pagetop:hover { transform: translateY(-3px) !important; background: #3a88be !important; }