募集要項・仕事内容
新規求人募集情報RECRUIT INFO
ウェブリデイ合同会社
【未経験可能】WEBデザイナー/年休130日/リモート勤務月給30万/スクール受講費免除/福利厚生充実
スクール受講費免除あり
リモート
年間休日130日以上
募集要項REQUIREMENTS
| 募集職種 | WEBデザイナー | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 業務内容 |
.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: 50px 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: 1rem;
color: #ebf8ff;
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.re-hero h3 {
font-size: 2rem;
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: 800px;
margin: 0 auto;
}
.re-badge-item {
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.3);
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.3);
}
/* 5つのポイント・メリット */
.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);
position: relative;
}
.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-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.2rem;
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ウェブリデイ合同会社
未経験からプロのWEBデザイナーへ!
|
| 募集職種 | WEBデザイナー(見習い・アシスタントからのスタートも可) |
|---|---|
| 業務内容 |
各種Webサイト、LP(ランディングページ)、バナー、SNS画像などのデザイン・コーディング業務全般
|
| 応募資格 |
学歴・経験不問【第二新卒・未経験者大歓迎!】 ※デザインに関する実務経験がなくても、「これからプロとして本気で学びたい」「Web業界でキャリアを築きたい」という熱意をお持ちの方を人物重視で採用します。 |
| 勤務地 |
本社またはリモートワーク(在宅勤務) ※出社とリモートの組み合わせなど、柔軟な勤務形態が可能です。 |
| 勤務時間 | 10:00 〜 19:00(実働8時間/休憩1時間) ※残業は原則としてほぼありません。 |
| 給与 |
月給 300,000円 〜(一律手当含む) ※経験・能力を考慮の上、当社規定によりさらに優遇いたします。 |
| 休日・休暇 |
【年間休日130日】
|
| 福利厚生・待遇 |
|
この求人に応募・相談する
ウェブリデイ合同会社では、あなたの「やってみたい」という情熱を一番大切にしています。
募集に関する詳細の確認やエントリーをご希望の方は、下記ボタンよりお気軽にお問い合わせください。
東京都