募集要項・仕事内容
新規求人募集情報RECRUIT INFO
【異業種歓迎】初めての不動産営業職/前職給与以上確約/年間休日130日/高インセンティブ/月給40万/年収900万以上
募集要項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: 55px 40px;
border-radius: 16px;
text-align: center;
margin-bottom: 60px;
box-shadow: 0 10px 30px rgba(26, 54, 93, 0.1);
}
.re-hero .company-tag {
display: inline-block;
font-size: 0.95rem;
color: #ebf8ff;
background-color: rgba(255, 255, 255, 0.1);
padding: 3px 15px;
border-radius: 4px;
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 18px;
}
.re-hero h3 {
font-size: 2.1rem;
font-weight: 700;
color: #ffffff;
line-height: 1.5;
margin: 0 0 25px 0;
border: none;
}
/* 特徴バッジ(最強の待遇ハイライト) */
.re-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
max-width: 850px;
margin: 0 auto;
}
.re-badge-item {
background-color: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.25);
color: #ffffff;
font-size: 0.9rem;
font-weight: 700;
padding: 6px 16px;
border-radius: 30px;
}
.re-badge-item.highlight {
background: linear-gradient(90deg, #ff5a79 0%, #ff6b8b 100%);
border: none;
box-shadow: 0 4px 15px rgba(255, 90, 121, 0.35);
}
/* 魅力のグリッドカード */
.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: 12px;
padding: 30px;
box-shadow: 0 4px 20px rgba(0,0,0,0.01);
}
.re-feature-card h4 {
font-size: 1.2rem;
font-weight: 700;
color: #1a365d;
margin: 0 0 15px 0;
padding-bottom: 12px;
border-bottom: 2px solid #3182ce;
}
.re-feature-card p {
font-size: 0.95rem;
color: #4a5568;
margin: 0;
}
/* 創立前・スターティングメンバーならではの強み */
.re-startup-banner {
background-color: #fffaf0;
border: 1px solid #feebc8;
border-radius: 12px;
padding: 30px;
margin-bottom: 60px;
text-align: center;
}
.re-startup-banner h4 {
font-size: 1.3rem;
font-weight: 700;
color: #dd6b20;
margin: 0 0 10px 0;
}
.re-startup-banner p {
font-size: 0.95rem;
color: #7b341e;
margin: 0;
}
/* 求める人物像 */
.re-target-box {
background-color: #f7fafc;
border-radius: 12px;
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;
}
.re-table td strong.text-large {
font-size: 1.25rem;
color: #ff5a79;
}
/* 下部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: 340px;
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.4rem;
}
.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%;
}
}
新規求人募集情報RECRUIT INFO創立メンバー大募集 / 株式会社ウォール
【異業種歓迎】初めての不動産営業職!
|
| 募集職種 | 不動産コンサルティング営業職(オープニングスタッフ) |
|---|---|
| 業務内容 |
お客様のライフプランに合わせた最適な不動産(売買・賃貸・投資用等)の提案・コンサルティング業務
|
| 応募資格 |
学歴・経歴不問【未経験者・異業種からの転職大歓迎!】 ※営業や不動産業界の経験は問いません。アパレル、飲食、製造、事務職など、全く違う異業種から「稼ぎたい」「環境を変えたい」という意欲を持つ方を人物重視で採用します。 |
| 勤務地 |
オープニング新設オフィス(詳細内定時通知) ※転勤なし。駅近の綺麗なオフィスを予定しています。 |
| 勤務時間 | 09:30 〜 18:30(実働8時間/休憩1時間) ※仕事の効率化を推奨しており、不必要な残業はありません。 |
| 給与・想定年収 |
月給 400,000円 〜 + 高額インセンティブ支給 ★【前職給与以上を100%確約します】 【想定年収例】 |
| 休日・休暇 |
【年間休日130日】
|
| 福利厚生・待遇 |
|
この求人にエントリー・相談する
株式会社ウォールは、創立前だからこそ、既成概念にとらわれない最高の環境をあなたへ提供できます。
前職の給与明細をお持ちの上、まずはざっくばらんに未来のキャリアについてお話ししましょう。お問い合わせをお待ちしております。