-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
948 lines (831 loc) · 25.9 KB
/
index.html
File metadata and controls
948 lines (831 loc) · 25.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AMS | 健康食品・サプリメント・化粧品事業者向け支援</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<style>
:root {
--bg: #fcf8f7;
--bg-soft: #f7f1ef;
--white: #ffffff;
--main: #d8a8af;
--main-dark: #b9828a;
--sub-pink: #eadfdb;
--sub-green: #dce7e1;
--text: #403a39;
--text-soft: #6f6766;
--border: #eadfdb;
--shadow: 0 10px 30px rgba(90, 70, 70, 0.08);
--radius-lg: 24px;
--radius-md: 16px;
--radius-sm: 10px;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
line-height: 1.8;
color: var(--text);
background:
radial-gradient(circle at top right, rgba(216, 168, 175, 0.18), transparent 28%),
radial-gradient(circle at left bottom, rgba(220, 231, 225, 0.28), transparent 24%),
var(--bg);
}
a {
color: var(--text);
}
img {
max-width: 100%;
display: block;
}
.container {
width: min(1120px, calc(100% - 32px));
margin: 0 auto;
padding: 28px 0 72px;
}
.topbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
padding: 10px 0 22px;
}
.brand {
font-weight: 700;
letter-spacing: 0.04em;
font-size: 1rem;
}
.brand small {
display: block;
font-size: 0.78rem;
color: var(--text-soft);
font-weight: 500;
letter-spacing: 0;
}
.topbar a {
text-decoration: none;
color: var(--text-soft);
font-size: 0.95rem;
}
.hero {
background: rgba(255, 255, 255, 0.82);
backdrop-filter: blur(6px);
border: 1px solid rgba(255,255,255,0.75);
border-radius: 32px;
box-shadow: var(--shadow);
padding: 44px;
display: grid;
grid-template-columns: 1.5fr 0.5fr;
gap: 32px;
align-items: center;
margin-bottom: 24px;
}
h1 {
font-size: clamp(1.6rem, 3.2vw, 2.5rem);
line-height: 1.35;
margin: 0 0 18px;
letter-spacing: 0.02em;
}
.lead {
font-size: 1rem;
color: var(--text-soft);
margin: 0 0 24px;
max-width: 560px;
}
.hero-points {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 24px;
}
.hero-points span {
background: var(--white);
border: 1px solid var(--border);
border-radius: 999px;
padding: 8px 12px;
font-size: 0.9rem;
color: var(--text-soft);
}
.button-row {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.button,
button {
appearance: none;
border: none;
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 20px;
border-radius: 999px;
font-size: 0.98rem;
font-weight: 700;
transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}
.button:hover,
button:hover {
transform: translateY(-1px);
opacity: 0.95;
}
.button-primary {
background: linear-gradient(135deg, var(--main-dark), var(--main));
color: #fff;
box-shadow: 0 10px 20px rgba(185, 130, 138, 0.25);
}
.button-secondary {
background: var(--white);
color: var(--text);
border: 1px solid var(--border);
}
.hero-visual {
position: relative;
}
.illustration-card {
background: linear-gradient(180deg, #fffdfa, #fff7f7);
border: 1px solid #f0e5e1;
border-radius: 28px;
box-shadow: var(--shadow);
padding: 18px;
position: relative;
overflow: hidden;
min-height: 360px;
}
.illustration-card::before,
.illustration-card::after {
content: "";
position: absolute;
border-radius: 50%;
z-index: 0;
}
.illustration-card::before {
width: 180px;
height: 180px;
background: rgba(216, 168, 175, 0.16);
top: -32px;
right: -30px;
}
.illustration-card::after {
width: 120px;
height: 120px;
background: rgba(220, 231, 225, 0.42);
left: -24px;
bottom: -24px;
}
.hero-image-wrap {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
min-height: 320px;
}
.hero-image {
width: 100%;
max-width: 420px;
height: auto;
object-fit: contain;
border-radius: 20px;
}
.illustration-label {
position: absolute;
right: 18px;
bottom: 18px;
z-index: 2;
background: rgba(255,255,255,0.92);
border: 1px solid var(--border);
border-radius: 999px;
padding: 8px 12px;
font-size: 0.84rem;
color: var(--text-soft);
box-shadow: 0 6px 16px rgba(80, 60, 60, 0.08);
max-width: 260px;
text-align: center;
line-height: 1.5;
}
.section {
background: rgba(255,255,255,0.86);
border: 1px solid rgba(255,255,255,0.75);
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
padding: 34px;
margin-bottom: 24px;
}
.section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 18px;
}
.section-mark {
width: 14px;
height: 14px;
border-radius: 50%;
background: linear-gradient(135deg, var(--main), var(--sub-green));
flex-shrink: 0;
}
h2 {
margin: 0;
font-size: 1.5rem;
line-height: 1.5;
}
.section-intro {
color: var(--text-soft);
margin: 0 0 20px;
}
.grid-2,
.grid-3 {
display: grid;
gap: 16px;
}
.grid-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 18px;
padding: 20px;
}
.card.soft-pink {
background: linear-gradient(180deg, #fffafb, #fff);
}
.card.soft-green {
background: linear-gradient(180deg, #fbfdfc, #fff);
}
.card h3 {
margin: 0 0 10px;
font-size: 1.06rem;
line-height: 1.6;
}
.card p,
.card li {
margin: 0;
color: var(--text-soft);
font-size: 0.96rem;
}
.check-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 12px;
}
.check-list li {
background: var(--white);
border: 1px solid var(--border);
border-radius: 14px;
padding: 14px 16px 14px 44px;
position: relative;
}
.check-list li::before {
content: "✓";
position: absolute;
left: 16px;
top: 12px;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--sub-green);
color: var(--text);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.86rem;
font-weight: 700;
}
.steps {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 14px;
}
.steps li {
display: grid;
grid-template-columns: 42px 1fr;
gap: 14px;
align-items: start;
background: var(--white);
border: 1px solid var(--border);
border-radius: 16px;
padding: 14px;
}
.step-number {
width: 42px;
height: 42px;
border-radius: 50%;
background: linear-gradient(135deg, var(--main), #efcbd1);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
box-shadow: 0 8px 20px rgba(185, 130, 138, 0.18);
}
.muted-box {
background: linear-gradient(180deg, #fffaf9, #fff);
border: 1px dashed #d8c5c0;
border-radius: 18px;
padding: 20px;
color: var(--text-soft);
}
.strength-layout {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 20px;
align-items: start;
}
.strength-image-box {
background: #fff;
border: 1px solid var(--border);
border-radius: 22px;
padding: 14px;
display: grid;
gap: 14px;
}
.strength-image-box img {
width: 100%;
max-width: 360px;
height: auto;
border-radius: 16px;
margin: 0 auto;
}
.strength-subcard {
background: linear-gradient(180deg, #fffaf9, #fff);
border: 1px solid var(--border);
border-radius: 16px;
padding: 16px;
}
.strength-subcard h3 {
margin: 0 0 8px;
font-size: 1rem;
line-height: 1.6;
}
.strength-subcard p {
margin: 0;
color: var(--text-soft);
font-size: 0.95rem;
}
.strength-cards {
display: grid;
gap: 16px;
}
.contact-section {
background: linear-gradient(180deg, #fff, #fff6f7);
}
.contact-box {
background: rgba(255,255,255,0.94);
border: 1px solid var(--border);
border-radius: 22px;
padding: 22px;
margin-top: 18px;
}
.option-group {
display: grid;
gap: 10px;
margin-bottom: 16px;
}
.option-item {
display: flex;
align-items: flex-start;
gap: 10px;
background: #fffdfd;
border: 1px solid var(--border);
border-radius: 14px;
padding: 12px 14px;
}
.option-item input[type="radio"] {
margin-top: 6px;
accent-color: var(--main-dark);
}
label {
cursor: pointer;
}
textarea,
input[type="text"],
input[type="email"] {
width: 100%;
box-sizing: border-box;
padding: 14px 14px;
border: 1px solid #d8d0cd;
border-radius: 14px;
font-size: 1rem;
font-family: inherit;
margin-bottom: 12px;
background: #fff;
color: var(--text);
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
outline: none;
border-color: var(--main);
box-shadow: 0 0 0 4px rgba(216, 168, 175, 0.16);
}
.hidden {
display: none;
}
.company-name {
font-weight: 700;
margin-bottom: 10px;
}
.consent {
margin: 14px 0 18px;
display: flex;
gap: 10px;
align-items: flex-start;
color: var(--text-soft);
}
.consent input {
margin-top: 6px;
accent-color: var(--main-dark);
}
.profile-meta {
display: grid;
gap: 10px;
margin-top: 16px;
color: var(--text-soft);
font-size: 0.96rem;
}
.note {
font-size: 0.92rem;
color: var(--text-soft);
}
footer {
text-align: center;
color: var(--text-soft);
font-size: 0.92rem;
padding-top: 8px;
}
footer a {
color: var(--text-soft);
}
@media (max-width: 1200px) and (min-width: 921px) {
.hero {
grid-template-columns: 1.45fr 0.55fr;
gap: 24px;
padding: 36px;
}
h1 {
font-size: clamp(1.9rem, 3vw, 2.6rem);
line-height: 1.3;
}
.lead {
font-size: 0.98rem;
max-width: 540px;
}
.hero-image {
max-width: 340px;
}
.illustration-label {
max-width: 220px;
font-size: 0.8rem;
padding: 7px 10px;
}
}
@media (max-width: 920px) {
.hero {
grid-template-columns: 1fr;
padding: 28px;
}
.grid-3,
.grid-2,
.strength-layout {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.container {
width: min(100% - 20px, 1120px);
padding-top: 18px;
}
.topbar {
flex-direction: column;
align-items: flex-start;
padding-bottom: 18px;
}
.section,
.hero {
padding: 20px;
border-radius: 24px;
}
h2 {
font-size: 1.28rem;
}
.illustration-card {
min-height: auto;
padding: 10px;
}
.hero-image-wrap {
min-height: auto;
}
.button-row {
flex-direction: column;
}
.button,
button {
width: 100%;
}
.illustration-label {
position: static;
margin-top: 10px;
max-width: none;
font-size: 0.8rem;
line-height: 1.4;
padding: 8px 10px;
}
.strength-image-box img {
max-width: 280px;
}
}
</style>
</head>
<body>
<div class="container">
<header class="topbar">
<div class="brand">
AMS
<small>株式会社アムズメディカル</small>
</div>
<nav>
<a href="#services">対応内容</a>
<a href="#contact">お問い合わせ</a>
<a href="privacy.html">プライバシーポリシー</a>
</nav>
</header>
<section class="hero">
<div>
<h1>
健康食品・化粧品事業者向け<br>
薬事・品質管理・業務設計支援
</h1>
<p class="lead">
健康食品、サプリメント、化粧品の広告表現・表示・訴求、確認体制の整備まで。<br>
実務で使える形に整え、社内で判断しやすい体制づくりを支援します。
</p>
<div class="hero-points">
<span>広告表現の整理</span>
<span>表示・訴求の見直し</span>
<span>確認体制の設計</span>
<span>業務フローの整理</span>
</div>
<div class="button-row">
<a href="#contact" class="button button-primary">お問い合わせはこちら</a>
<a href="#services" class="button button-secondary">対応内容を見る</a>
</div>
</div>
<div class="hero-visual">
<div class="illustration-card">
<div class="hero-image-wrap">
<img src="middle_illustration.png" alt="デスクでパソコン作業をする女性のイラスト" class="hero-image">
</div>
<div class="illustration-label">広告表現の整理と社内育成を支援</div>
</div>
</div>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>このような課題に対応します</h2>
</div>
<p class="section-intro">
「何が危ないのか分からない」「確認しているつもりだが、基準が整っていない」。
そういう状態を、感覚ではなく整理された形に変えていきます。
</p>
<ul class="check-list">
<li>広告表現や販促資料に不安がある</li>
<li>どこまでの訴求が危ないのか整理できていない</li>
<li>品質管理や確認フローが担当者に任せきりになっている</li>
<li>社内で確認しているが、判断基準が曖昧になっている</li>
<li>表示、訴求、運用のどこから直したらいいか分からない</li>
</ul>
</section>
<section class="section" id="services">
<div class="section-header">
<div class="section-mark"></div>
<h2>支援内容</h2>
</div>
<p class="section-intro">
広告表現だけを見るのではなく、その表現を作成する体制や業務フローまで含めて支援します。
</p>
<div class="grid-2">
<article class="card soft-pink">
<h3>広告表現・訴求内容の整理</h3>
<p>表現上の論点を洗い出し、何を見直すべきか、どこを慎重に扱うべきかを整理します。</p>
</article>
<article class="card soft-green">
<h3>表示・品質管理まわりの確認体制づくり</h3>
<p>確認項目やチェック観点を整理して、社内のチェック体制のたたき台づくりを支援します。</p>
</article>
<article class="card soft-green">
<h3>業務フローの見直し</h3>
<p>誰が、いつ、何を確認するのかを明確にし、担当者個人に任せきりにならない体制へ近づけます。</p>
</article>
<article class="card soft-pink">
<h3>社内向け説明資料・人材育成の支援</h3>
<p>社内説明や関係者共有に使いやすい文章・構成案の作成に加え、判断基準を社内で共有し、人材育成につなげる支援を行います。</p>
</article>
</div>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>強み</h2>
</div>
<p class="section-intro">
表現だけでなく、パッケージ案、資料、チェックリストを見比べながら、
社内で判断しやすい状態へ整える支援を行います。
</p>
<div class="strength-layout">
<div class="strength-image-box">
<img src="strength_illustration.png" alt="書類・パッケージ案・チェックリストを確認する担当者のイラスト">
<div class="strength-subcard">
<h3>支援のゴール</h3>
<p>判断基準を個人の感覚に依存させず、社内で共有できる形に整えることを重視しています。</p>
</div>
</div>
<div class="strength-cards">
<article class="card">
<h3>現場の実務に落とす視点</h3>
<p>アドバイスだけで終わらせず、実際に動く運用まで行います。</p>
</article>
<article class="card">
<h3>薬事だけでなく品質と業務設計まで見る</h3>
<p>表現の問題だけでなく、確認体制やフローの弱さまで含めて見直します。</p>
</article>
<article class="card">
<h3>過剰な表現、曖昧さを残さない</h3>
<p>安全側に倒しつつ、現実的な落としどころを考えます。曖昧に安心させる支援はしません。</p>
</article>
</div>
</div>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>相談例</h2>
</div>
<div class="grid-2">
<div class="muted-box">商品ページやLPの表現を整理したい</div>
<div class="muted-box">販促資料の見直しポイントを洗い出したい</div>
<div class="muted-box">表示・訴求・確認体制を一度整理したい</div>
<div class="muted-box">社内チェックフローのたたき台を作りたい</div>
<div class="muted-box">担当者ごとに判断がぶれる状態を直したい</div>
</div>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>ご相談の進め方</h2>
</div>
<ol class="steps">
<li><div class="step-number">1</div><div>現状と課題の確認</div></li>
<li><div class="step-number">2</div><div>論点の整理</div></li>
<li><div class="step-number">3</div><div>優先順位の提示</div></li>
<li><div class="step-number">4</div><div>たたき台の作成</div></li>
<li><div class="step-number">5</div><div>必要に応じて継続支援</div></li>
</ol>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>対応できないこと</h2>
</div>
<div class="grid-2">
<article class="card">
<h3>最終的な法的判断の断定</h3>
<p>最終判断を代行するものではありません。</p>
</article>
<article class="card">
<h3>医療判断そのもの</h3>
<p>医療判断を行う場ではありません。</p>
</article>
<article class="card">
<h3>すべての適法性保証</h3>
<p>個別事情を無視した一律保証は行いません。</p>
</article>
<article class="card">
<h3>専門家判断が必要な事項は別途対応</h3>
<p>内容に応じて、弁護士・医師・各種専門家との連携や別途判断が必要になる場合があります。</p>
</article>
</div>
</section>
<section class="section contact-section" id="contact">
<div class="section-header">
<div class="section-mark"></div>
<h2>お問い合わせ</h2>
</div>
<p class="section-intro">
広告表現、表示、社内確認体制、業務フローの見直しなど、
現在の状況を整理したうえで、どこから手をつけるべきかを一緒に考えます。
</p>
<div class="contact-box">
<form action="https://formspree.io/f/mreyylbb" method="POST">
<input type="hidden" name="_subject" value="AMSサイトからお問い合わせがありました">
<input type="hidden" name="_next" value="https://t-ito-rph.github.io/ams/thanks.html">
<p><strong>ご相談内容を選択してください</strong></p>
<div class="option-group">
<div class="option-item">
<input type="radio" id="option1" name="ご相談区分" value="広告表現・販促資料の整理を相談したい" checked>
<label for="option1">広告表現・販促資料を全般的に相談したい</label>
</div>
<div class="option-item">
<input type="radio" id="option2" name="ご相談区分" value="表示・訴求の見直しについて相談したい">
<label for="option2">個別の表示・訴求の見直しについて相談したい</label>
</div>
<div class="option-item">
<input type="radio" id="option3" name="ご相談区分" value="社内チェック体制や確認フローを整理したい">
<label for="option3">社内チェック体制や業務フローを整理したい</label>
</div>
<div class="option-item">
<input type="radio" id="option4" name="ご相談区分" value="業務フローや資料作成のたたき台を相談したい">
<label for="option4">社内の人材育成について相談したい</label>
</div>
<div class="option-item">
<input type="radio" id="optionOther" name="ご相談区分" value="その他">
<label for="optionOther">その他</label>
</div>
</div>
<div id="otherField" class="hidden">
<textarea id="otherContent" name="その他のご相談内容" rows="5" placeholder="その他のご相談内容をご記載ください"></textarea>
</div>
<input type="text" name="会社名" placeholder="会社名をご記載ください" required>
<input type="text" name="ご担当者名" placeholder="ご担当者名をご記載ください" required>
<input type="email" name="メールアドレス" placeholder="ご連絡先メールアドレスをご記載ください" required>
<textarea name="現在の課題" rows="6" placeholder="現在の課題を簡単にご記載ください" required></textarea>
<div class="consent">
<input type="checkbox" id="consent" required>
<label for="consent">
<a href="privacy.html" target="_blank" rel="noopener noreferrer">プライバシーポリシー</a>
を確認し、内容に同意のうえ送信します。
</label>
</div>
<p class="note">
ご相談内容、会社名、ご担当者名、現在の課題を簡単にご記載ください。
</p>
<div class="button-row">
<button type="submit" class="button-primary">この内容で送信する</button>
</div>
<p class="note">
送信後、完了画面に移動します。返信先として利用するため、メールアドレスは正確にご入力ください。
</p>
</form>
</div>
</section>
<section class="section">
<div class="section-header">
<div class="section-mark"></div>
<h2>運営情報</h2>
</div>
<p class="company-name">株式会社アムズメディカル</p>
<p>
薬機法・景品表示法に関するアドバイス、健康食品・化粧品等の開発支援、
企業向けセミナーなどに関連する実務支援を行っています。
表現だけでなく、その表現を生む確認体制や業務フローまで含めて整理することを重視しています。
</p>
<div class="profile-meta">
<div>所在地:東京都世田谷区宇奈根1-37-18</div>
</div>
</section>
<footer>
<p><a href="privacy.html">プライバシーポリシー</a></p>
<p>© 株式会社アムズメディカル</p>
</footer>
</div>
<script>
const inquiryOptions = document.querySelectorAll('input[name="ご相談区分"]');
const otherField = document.getElementById('otherField');
const optionOther = document.getElementById('optionOther');
const otherContent = document.getElementById('otherContent');
function toggleOtherField() {
if (optionOther.checked) {
otherField.classList.remove('hidden');
otherContent.setAttribute('required', 'required');
} else {
otherField.classList.add('hidden');
otherContent.removeAttribute('required');
otherContent.value = '';
}
}
inquiryOptions.forEach(option => {
option.addEventListener('change', toggleOtherField);
});
toggleOtherField();
</script>
</body>
</html>