募集要項・仕事内容
新規求人募集情報RECRUIT INFO
【経験者優遇】キャリアアドバイザー (高待遇)土日祝日/完全週休2日/年休130日
募集要項REQUIREMENTS
| 募集職種 | 営業職 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 業務内容 |
.recruitment-page-wrapper {
font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
color: #333333;
line-height: 1.8;
letter-spacing: 0.04em;
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
/* セクション共通 */
.recruitment-page-wrapper section {
margin-bottom: 70px;
}
.recruitment-page-wrapper .section-title {
text-align: center;
margin-bottom: 50px;
}
.recruitment-page-wrapper .section-title h2 {
font-size: 2rem;
font-weight: 700;
color: #1a365d; /* メインカラー:ネイビー */
margin: 0 0 10px 0;
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.recruitment-page-wrapper .section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background-color: #3182ce; /* アクセントカラー:ブルー */
border-radius: 2px;
}
.recruitment-page-wrapper .section-title .subtitle {
display: block;
font-size: 0.9rem;
font-weight: 600;
color: #3182ce;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-top: 5px;
}
/* ヒーローリード */
.re-hero {
background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%);
color: #ffffff;
padding: 60px 40px;
border-radius: 12px;
text-align: center;
margin-bottom: 60px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.re-hero .vision-tag {
display: inline-block;
font-size: 0.9rem;
color: #ebf8ff;
border: 1px solid #63b3ed;
padding: 2px 15px;
border-radius: 20px;
margin-bottom: 20px;
font-weight: 600;
}
.re-hero h3 {
font-size: 1.8rem;
font-weight: 700;
color: #ffffff;
line-height: 1.5;
margin: 0 0 25px 0;
border: none;
}
.re-hero p {
max-width: 750px;
margin: 0 auto;
font-size: 1rem;
opacity: 0.9;
text-align: left;
line-height: 1.9;
}
/* 私たちが大切にしていること(3つの魅力) */
.re-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}
.re-feature-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}
.re-feature-card h4 {
font-size: 1.15rem;
font-weight: 700;
color: #1a365d;
margin: 0 0 15px 0;
padding-bottom: 10px;
border-bottom: 2px solid #3182ce;
}
.re-feature-card p {
font-size: 0.9rem;
color: #4a5568;
margin: 0;
}
/* 求める人物像チェックリスト */
.re-target-box {
background-color: #f7fafc;
border-radius: 8px;
padding: 40px;
}
.re-target-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
max-width: 800px;
margin: 0 auto;
}
.re-target-item {
position: relative;
padding-left: 30px;
font-size: 1rem;
font-weight: 600;
color: #2d3748;
}
.re-target-item::before {
content: "✓";
position: absolute;
left: 0;
color: #3182ce;
font-weight: 900;
font-size: 1.2rem;
}
/* 募集要項テーブル */
.re-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
.re-table th, .re-table td {
padding: 20px;
border: 1px solid #e2e8f0;
text-align: left;
font-size: 0.95rem;
}
.re-table th {
width: 25%;
font-weight: 700;
color: #1a365d;
background-color: #f7fafc;
vertical-align: top;
}
.re-table td p {
margin: 0 0 10px 0;
}
.re-table td p:last-child {
margin-bottom: 0;
}
.re-table td ul {
margin: 0;
padding-left: 20px;
}
/* 下部CTA */
.re-cta {
background-color: #ffffff;
border: 1px solid #f2f4f7;
border-radius: 16px;
padding: 50px 40px;
text-align: center;
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}
.re-cta h3 {
font-size: 1.4rem;
font-weight: 700;
color: #1a365d;
margin: 0 0 15px 0;
position: relative;
padding-left: 15px;
display: inline-block;
}
.re-cta h3::before {
content: "";
position: absolute;
left: -10px;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 1.4rem;
background-color: #ff5a79; /* ピンクの縦線 */
border-radius: 2px;
}
.re-cta p {
font-size: 1rem;
color: #4a5568;
margin-bottom: 30px;
}
.re-btn {
display: inline-block;
width: 320px;
background: linear-gradient(90deg, #ff5a79 0%, #ff6b8b 100%);
color: #ffffff !important;
font-size: 1.15rem;
font-weight: 700;
padding: 16px 30px;
border: none;
border-radius: 30px;
cursor: pointer;
box-shadow: 0 5px 20px rgba(255, 90, 121, 0.3);
transition: all 0.3s ease;
text-decoration: none;
}
.re-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(255, 90, 121, 0.4);
}
/* レスポンシブ */
@media (max-width: 768px) {
.recruitment-page-wrapper {
padding: 20px 15px;
}
.re-hero {
padding: 40px 20px;
}
.re-hero h3 {
font-size: 1.3rem;
}
.re-target-box {
padding: 25px 15px;
}
.re-target-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.re-table th, .re-table td {
display: block;
width: 100%;
box-sizing: border-box;
}
.re-table th {
background-color: #f7fafc;
padding-bottom: 5px;
}
.re-table td {
padding-top: 5px;
padding-bottom: 20px;
}
.re-cta {
padding: 30px 15px;
}
.re-btn {
width: 100%;
}
}
キャリアアドバイザー採用CAREER ADVISOR RECRUIT「目覚めるのが楽しみな、明日をつくる。」
目の前の求職者に100%寄り添う。
|
| 職種 | 両面型キャリアアドバイザー(求職者対応および法人営業) |
|---|---|
| 主な業務内容 |
「カナエルキャリア」における総合人材サービス業務全般
|
| 応募資格 |
【必須要件】 【歓迎要件】 |
| 勤務地 |
〒271-0091 千葉県松戸市本町21-2 都市綜合開発第3ビル 3階 (常磐線・新京成線「松戸駅」徒歩圏内) |
| 給与・待遇 |
想定月給:30万円〜50万円 + インセンティブ(経験・能力・前職給与を考慮の上決定) ※試用期間あり。詳細は面談時に別途お伝えいたします。 |
| 諸手当・福利厚生 | 各種社会保険完備、交通費支給、定期健康診断、PC・携帯支給 |
| 選考フロー |
STEP 1. エントリー(問い合わせフォーム・またはお電話) STEP 2. 書類選考 STEP 3. 面接(1〜2回、オンライン調整も可) STEP 4. 内定・条件面談 |
話を聞いてみたい・エントリーをご希望の方へ
まずはカジュアルな面談からでも大歓迎です。会社の雰囲気や、これからのビジョンをざっくばらんにお話ししましょう。
ご興味をお持ちいただけた方は、下記よりお気軽にご連絡ください。