@charset "UTF-8";
/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * 2E System Design Tokens
 */
/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Modern Reset & Base Styles
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background-color: #f8fafc;
  color: #1e293b;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

a.disabled-link {
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.space-y-0 > * + * {
  margin-top: 0 !important;
}

.space-x-0 > * + * {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.w-1 {
  width: 0.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.top-1 {
  top: 0.25rem !important;
}

.left-1 {
  left: 0.25rem !important;
}

.space-y-1 > * + * {
  margin-top: 0.25rem !important;
}

.space-x-1 > * + * {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.space-y-2 > * + * {
  margin-top: 0.5rem !important;
}

.space-x-2 > * + * {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.left-3 {
  left: 0.75rem !important;
}

.space-y-3 > * + * {
  margin-top: 0.75rem !important;
}

.space-x-3 > * + * {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.w-4 {
  width: 1rem !important;
}

.h-4 {
  height: 1rem !important;
}

.top-4 {
  top: 1rem !important;
}

.left-4 {
  left: 1rem !important;
}

.space-y-4 > * + * {
  margin-top: 1rem !important;
}

.space-x-4 > * + * {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.left-5 {
  left: 1.25rem !important;
}

.space-y-5 > * + * {
  margin-top: 1.25rem !important;
}

.space-x-5 > * + * {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.top-6 {
  top: 1.5rem !important;
}

.left-6 {
  left: 1.5rem !important;
}

.space-y-6 > * + * {
  margin-top: 1.5rem !important;
}

.space-x-6 > * + * {
  margin-left: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.w-8 {
  width: 2rem !important;
}

.h-8 {
  height: 2rem !important;
}

.top-8 {
  top: 2rem !important;
}

.left-8 {
  left: 2rem !important;
}

.space-y-8 > * + * {
  margin-top: 2rem !important;
}

.space-x-8 > * + * {
  margin-left: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.top-10 {
  top: 2.5rem !important;
}

.left-10 {
  left: 2.5rem !important;
}

.space-y-10 > * + * {
  margin-top: 2.5rem !important;
}

.space-x-10 > * + * {
  margin-left: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.w-12 {
  width: 3rem !important;
}

.h-12 {
  height: 3rem !important;
}

.top-12 {
  top: 3rem !important;
}

.left-12 {
  left: 3rem !important;
}

.space-y-12 > * + * {
  margin-top: 3rem !important;
}

.space-x-12 > * + * {
  margin-left: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.w-16 {
  width: 4rem !important;
}

.h-16 {
  height: 4rem !important;
}

.top-16 {
  top: 4rem !important;
}

.left-16 {
  left: 4rem !important;
}

.space-y-16 > * + * {
  margin-top: 4rem !important;
}

.space-x-16 > * + * {
  margin-left: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.w-20 {
  width: 5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.top-20 {
  top: 5rem !important;
}

.left-20 {
  left: 5rem !important;
}

.space-y-20 > * + * {
  margin-top: 5rem !important;
}

.space-x-20 > * + * {
  margin-left: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.w-24 {
  width: 6rem !important;
}

.h-24 {
  height: 6rem !important;
}

.top-24 {
  top: 6rem !important;
}

.left-24 {
  left: 6rem !important;
}

.space-y-24 > * + * {
  margin-top: 6rem !important;
}

.space-x-24 > * + * {
  margin-left: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.w-28 {
  width: 7rem !important;
}

.h-28 {
  height: 7rem !important;
}

.top-28 {
  top: 7rem !important;
}

.left-28 {
  left: 7rem !important;
}

.space-y-28 > * + * {
  margin-top: 7rem !important;
}

.space-x-28 > * + * {
  margin-left: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.w-32 {
  width: 8rem !important;
}

.h-32 {
  height: 8rem !important;
}

.top-32 {
  top: 8rem !important;
}

.left-32 {
  left: 8rem !important;
}

.space-y-32 > * + * {
  margin-top: 8rem !important;
}

.space-x-32 > * + * {
  margin-left: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.w-36 {
  width: 9rem !important;
}

.h-36 {
  height: 9rem !important;
}

.top-36 {
  top: 9rem !important;
}

.left-36 {
  left: 9rem !important;
}

.space-y-36 > * + * {
  margin-top: 9rem !important;
}

.space-x-36 > * + * {
  margin-left: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.w-40 {
  width: 10rem !important;
}

.h-40 {
  height: 10rem !important;
}

.top-40 {
  top: 10rem !important;
}

.left-40 {
  left: 10rem !important;
}

.space-y-40 > * + * {
  margin-top: 10rem !important;
}

.space-x-40 > * + * {
  margin-left: 10rem !important;
}

.w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/10 {
  width: 10% !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-w-400 {
  min-width: 400px !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.divide-white > * + * {
  border-color: #ffffff !important;
}

.bg-slate-50 {
  background-color: #f8fafc !important;
}

.text-slate-50 {
  color: #f8fafc !important;
}

.border-slate-50 {
  border-color: #f8fafc !important;
}

.divide-slate-50 > * + * {
  border-color: #f8fafc !important;
}

.bg-slate-100 {
  background-color: #f1f5f9 !important;
}

.text-slate-100 {
  color: #f1f5f9 !important;
}

.border-slate-100 {
  border-color: #f1f5f9 !important;
}

.divide-slate-100 > * + * {
  border-color: #f1f5f9 !important;
}

.bg-slate-200 {
  background-color: #e2e8f0 !important;
}

.text-slate-200 {
  color: #e2e8f0 !important;
}

.border-slate-200 {
  border-color: #e2e8f0 !important;
}

.divide-slate-200 > * + * {
  border-color: #e2e8f0 !important;
}

.bg-slate-300 {
  background-color: #cbd5e1 !important;
}

.text-slate-300 {
  color: #cbd5e1 !important;
}

.border-slate-300 {
  border-color: #cbd5e1 !important;
}

.divide-slate-300 > * + * {
  border-color: #cbd5e1 !important;
}

.bg-slate-400 {
  background-color: #94a3b8 !important;
}

.text-slate-400 {
  color: #94a3b8 !important;
}

.border-slate-400 {
  border-color: #94a3b8 !important;
}

.divide-slate-400 > * + * {
  border-color: #94a3b8 !important;
}

.bg-slate-500 {
  background-color: #64748b !important;
}

.text-slate-500 {
  color: #64748b !important;
}

.border-slate-500 {
  border-color: #64748b !important;
}

.divide-slate-500 > * + * {
  border-color: #64748b !important;
}

.bg-slate-600 {
  background-color: #475569 !important;
}

.text-slate-600 {
  color: #475569 !important;
}

.border-slate-600 {
  border-color: #475569 !important;
}

.divide-slate-600 > * + * {
  border-color: #475569 !important;
}

.bg-slate-700 {
  background-color: #334155 !important;
}

.text-slate-700 {
  color: #334155 !important;
}

.border-slate-700 {
  border-color: #334155 !important;
}

.divide-slate-700 > * + * {
  border-color: #334155 !important;
}

.bg-slate-800 {
  background-color: #1e293b !important;
}

.text-slate-800 {
  color: #1e293b !important;
}

.border-slate-800 {
  border-color: #1e293b !important;
}

.divide-slate-800 > * + * {
  border-color: #1e293b !important;
}

.bg-slate-900 {
  background-color: #0f172a !important;
}

.text-slate-900 {
  color: #0f172a !important;
}

.border-slate-900 {
  border-color: #0f172a !important;
}

.divide-slate-900 > * + * {
  border-color: #0f172a !important;
}

.bg-blue-50 {
  background-color: #eff6ff !important;
}

.text-blue-50 {
  color: #eff6ff !important;
}

.border-blue-50 {
  border-color: #eff6ff !important;
}

.divide-blue-50 > * + * {
  border-color: #eff6ff !important;
}

.bg-blue-100 {
  background-color: #dbeafe !important;
}

.text-blue-100 {
  color: #dbeafe !important;
}

.border-blue-100 {
  border-color: #dbeafe !important;
}

.divide-blue-100 > * + * {
  border-color: #dbeafe !important;
}

.bg-blue-400 {
  background-color: #60a5fa !important;
}

.text-blue-400 {
  color: #60a5fa !important;
}

.border-blue-400 {
  border-color: #60a5fa !important;
}

.divide-blue-400 > * + * {
  border-color: #60a5fa !important;
}

.bg-blue-500 {
  background-color: #3b82f6 !important;
}

.text-blue-500 {
  color: #3b82f6 !important;
}

.border-blue-500 {
  border-color: #3b82f6 !important;
}

.divide-blue-500 > * + * {
  border-color: #3b82f6 !important;
}

.bg-blue-600 {
  background-color: #2563eb !important;
}

.text-blue-600 {
  color: #2563eb !important;
}

.border-blue-600 {
  border-color: #2563eb !important;
}

.divide-blue-600 > * + * {
  border-color: #2563eb !important;
}

.bg-blue-700 {
  background-color: #1d4ed8 !important;
}

.text-blue-700 {
  color: #1d4ed8 !important;
}

.border-blue-700 {
  border-color: #1d4ed8 !important;
}

.divide-blue-700 > * + * {
  border-color: #1d4ed8 !important;
}

.bg-blue-800 {
  background-color: #1e40af !important;
}

.text-blue-800 {
  color: #1e40af !important;
}

.border-blue-800 {
  border-color: #1e40af !important;
}

.divide-blue-800 > * + * {
  border-color: #1e40af !important;
}

.bg-blue-900 {
  background-color: #1e3a8a !important;
}

.text-blue-900 {
  color: #1e3a8a !important;
}

.border-blue-900 {
  border-color: #1e3a8a !important;
}

.divide-blue-900 > * + * {
  border-color: #1e3a8a !important;
}

.bg-green-50 {
  background-color: #f0fdf4 !important;
}

.text-green-50 {
  color: #f0fdf4 !important;
}

.border-green-50 {
  border-color: #f0fdf4 !important;
}

.divide-green-50 > * + * {
  border-color: #f0fdf4 !important;
}

.bg-green-400 {
  background-color: #4ade80 !important;
}

.text-green-400 {
  color: #4ade80 !important;
}

.border-green-400 {
  border-color: #4ade80 !important;
}

.divide-green-400 > * + * {
  border-color: #4ade80 !important;
}

.bg-green-500 {
  background-color: #22c55e !important;
}

.text-green-500 {
  color: #22c55e !important;
}

.border-green-500 {
  border-color: #22c55e !important;
}

.divide-green-500 > * + * {
  border-color: #22c55e !important;
}

.bg-green-600 {
  background-color: #16a34a !important;
}

.text-green-600 {
  color: #16a34a !important;
}

.border-green-600 {
  border-color: #16a34a !important;
}

.divide-green-600 > * + * {
  border-color: #16a34a !important;
}

.bg-amber-50 {
  background-color: #fffbeb !important;
}

.text-amber-50 {
  color: #fffbeb !important;
}

.border-amber-50 {
  border-color: #fffbeb !important;
}

.divide-amber-50 > * + * {
  border-color: #fffbeb !important;
}

.bg-amber-500 {
  background-color: #f59e0b !important;
}

.text-amber-500 {
  color: #f59e0b !important;
}

.border-amber-500 {
  border-color: #f59e0b !important;
}

.divide-amber-500 > * + * {
  border-color: #f59e0b !important;
}

.bg-amber-600 {
  background-color: #d97706 !important;
}

.text-amber-600 {
  color: #d97706 !important;
}

.border-amber-600 {
  border-color: #d97706 !important;
}

.divide-amber-600 > * + * {
  border-color: #d97706 !important;
}

.bg-red-50 {
  background-color: #fef2f2 !important;
}

.text-red-50 {
  color: #fef2f2 !important;
}

.border-red-50 {
  border-color: #fef2f2 !important;
}

.divide-red-50 > * + * {
  border-color: #fef2f2 !important;
}

.bg-red-500 {
  background-color: #ef4444 !important;
}

.text-red-500 {
  color: #ef4444 !important;
}

.border-red-500 {
  border-color: #ef4444 !important;
}

.divide-red-500 > * + * {
  border-color: #ef4444 !important;
}

.bg-red-600 {
  background-color: #dc2626 !important;
}

.text-red-600 {
  color: #dc2626 !important;
}

.border-red-600 {
  border-color: #dc2626 !important;
}

.divide-red-600 > * + * {
  border-color: #dc2626 !important;
}

.bg-orange-50 {
  background-color: #fff7ed !important;
}

.text-orange-50 {
  color: #fff7ed !important;
}

.border-orange-50 {
  border-color: #fff7ed !important;
}

.divide-orange-50 > * + * {
  border-color: #fff7ed !important;
}

.bg-orange-100 {
  background-color: #ffedd5 !important;
}

.text-orange-100 {
  color: #ffedd5 !important;
}

.border-orange-100 {
  border-color: #ffedd5 !important;
}

.divide-orange-100 > * + * {
  border-color: #ffedd5 !important;
}

.bg-orange-200 {
  background-color: #fed7aa !important;
}

.text-orange-200 {
  color: #fed7aa !important;
}

.border-orange-200 {
  border-color: #fed7aa !important;
}

.divide-orange-200 > * + * {
  border-color: #fed7aa !important;
}

.bg-orange-300 {
  background-color: #fdba74 !important;
}

.text-orange-300 {
  color: #fdba74 !important;
}

.border-orange-300 {
  border-color: #fdba74 !important;
}

.divide-orange-300 > * + * {
  border-color: #fdba74 !important;
}

.bg-orange-400 {
  background-color: #fb923c !important;
}

.text-orange-400 {
  color: #fb923c !important;
}

.border-orange-400 {
  border-color: #fb923c !important;
}

.divide-orange-400 > * + * {
  border-color: #fb923c !important;
}

.bg-orange-500 {
  background-color: #f97316 !important;
}

.text-orange-500 {
  color: #f97316 !important;
}

.border-orange-500 {
  border-color: #f97316 !important;
}

.divide-orange-500 > * + * {
  border-color: #f97316 !important;
}

.bg-orange-600 {
  background-color: #ea580c !important;
}

.text-orange-600 {
  color: #ea580c !important;
}

.border-orange-600 {
  border-color: #ea580c !important;
}

.divide-orange-600 > * + * {
  border-color: #ea580c !important;
}

.bg-orange-900 {
  background-color: #7c2d12 !important;
}

.text-orange-900 {
  color: #7c2d12 !important;
}

.border-orange-900 {
  border-color: #7c2d12 !important;
}

.divide-orange-900 > * + * {
  border-color: #7c2d12 !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.items-center {
  align-items: center !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.grid {
  display: grid !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-99 {
  z-index: 99 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-101 {
  z-index: 101 !important;
}

.border {
  border: 1px solid #e2e8f0 !important;
}

.border-2 {
  border-width: 2px !important;
  border-style: solid;
}

.border-t {
  border-top: 1px solid #e2e8f0 !important;
}

.border-b {
  border-bottom: 1px solid #e2e8f0 !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}

.border-l {
  border-left: 1px solid #e2e8f0 !important;
}

.border-r {
  border-right: 1px solid #e2e8f0 !important;
}

.divide-y > * + * {
  border-top-width: 1px;
  border-top-style: solid;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-blue {
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.transition {
  transition: all 0.2s ease-in-out !important;
}

.transition-all {
  transition: all 0.2s ease-in-out !important;
}

.transition-colors {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

.transition-transform {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.group:hover .group-hover\:text-blue-900 {
  color: #1e3a8a !important;
}

.group:hover .group-hover\:text-orange-900 {
  color: #7c2d12 !important;
}

.group:hover .group-hover\:bg-blue-100 {
  background-color: #dbeafe !important;
}

.group:hover .group-hover\:bg-orange-100 {
  background-color: #ffedd5 !important;
}

.group:hover .group-hover\:border-blue-300 {
  border-color: #93c5fd !important;
}

.group:hover .group-hover\:border-orange-300 {
  border-color: #fdba74 !important;
}

.group:hover .group-hover\:text-blue-500 {
  color: #3b82f6 !important;
}

.first\:mt-0:first-child {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:gap-8 {
    gap: 2rem !important;
  }
  .md\:gap-10 {
    gap: 2.5rem !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:w-12 {
    width: 3rem !important;
  }
  .md\:h-12 {
    height: 3rem !important;
  }
  .md\:w-16 {
    width: 4rem !important;
  }
  .md\:h-16 {
    height: 4rem !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
}
/**
 * Custom Components
 */
.toggle-bg {
  cursor: pointer;
  user-select: none;
}

.toggle-dot {
  pointer-events: none;
}

.btnCloseModal,
#btnCloseModal {
  cursor: pointer !important;
  border: none !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease-in-out !important;
  user-select: none !important;
  padding: 0.25rem !important;
  line-height: 1 !important;
}

.btnCloseModal:hover,
#btnCloseModal:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.btnCloseModal:active,
#btnCloseModal:active {
  transform: scale(0.95);
}

.peer:checked + .radio-ui,
.peer:checked + div {
  background-color: var(--checked-bg, #2563eb) !important;
  color: white !important;
  border-color: var(--checked-bg, #2563eb) !important;
  transform: scale(1.1) !important;
}

.peer:checked ~ span {
  opacity: 1 !important;
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Buttons
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn:active {
  transform: scale(0.95);
}
.btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  background-color: #2563eb;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}
.btn-primary:hover {
  background-color: #1d4ed8;
}
.btn-slate {
  background-color: #1e293b;
  color: white;
}
.btn-slate:hover {
  background-color: #0f172a;
}
.btn-ghost {
  background-color: transparent;
  color: #94a3b8;
}
.btn-ghost:hover {
  color: #1e293b;
  background-color: #f1f5f9;
}

/**
 * Cards
 */
.card, .admin-table-wrapper {
  background: white;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-p8 {
  padding: 2rem;
}
.card.shadow-xl, .shadow-xl.admin-table-wrapper {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.u-overflow-hidden {
  overflow: hidden !important;
}

/**
 * Sticky Header Utility
 * 親要素に overflow 設定がないことを確認してください
 */
.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/**
 * Admin Table
 */
.admin-table-wrapper {
  margin-top: 2rem;
}
.admin-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.admin-table-wrapper table thead {
  background-color: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}
.admin-table-wrapper table thead th {
  padding: 1.25rem 2rem;
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.admin-table-wrapper table tbody tr {
  border-bottom: 1px solid #f8fafc;
  transition: all 0.2s ease-in-out;
}
.admin-table-wrapper table tbody tr:hover {
  background-color: rgba(37, 99, 235, 0.02);
}
.admin-table-wrapper table tbody tr td {
  padding: 1.5rem 2rem;
}

/**
 * Badges
 */
.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}
.badge-blue {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
}
.badge-green {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #dcfce7;
}
.badge-red {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fee2e2;
}

/**
 * Modals
 */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-overlay.hidden {
  display: none;
}
.modal-overlay .modal-content {
  background: white;
  width: 100%;
  max-width: 28rem;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: modalIn 0.3s ease-out;
}

.btnCloseModal,
#btnCloseModal {
  cursor: pointer !important;
  border: none !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease-in-out !important;
  user-select: none !important;
  padding: 0.25rem !important;
  line-height: 1 !important;
}
.btnCloseModal:hover,
#btnCloseModal:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.btnCloseModal:active,
#btnCloseModal:active {
  transform: scale(0.95);
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * (Toggle Switch)
 */
.toggle-bg {
  cursor: pointer;
}

.toggle-dot {
  pointer-events: none;
}

/**
 * Checkbox Component Wrapper (Updated)
 */
.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0.7rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  user-select: none;
  background-color: rgba(239, 246, 255, 0.5);
  box-shadow: inset 3px 3px 3px rgba(15, 23, 42, 0.1), inset -3px -3px 3px rgba(255, 255, 255, 0.9);
}
.checkbox-wrap:hover .checkbox-label {
  color: #0f172a;
}
.checkbox-wrap:hover .custom-checkbox {
  transform: scale(1.05);
}
.checkbox-wrap:has(input:checked) .custom-checkbox {
  background-color: #f8fafc;
  box-shadow: inset 3px 3px 6px rgba(203, 213, 225, 0.4), inset -3px -3px 6px #ffffff;
  border-color: rgba(59, 130, 246, 0.2);
}
.checkbox-wrap:has(input:checked) .custom-checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
}
.checkbox-wrap:has(input:checked) .checkbox-label {
  color: #0f172a;
  font-weight: 800;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-wrap .custom-checkbox {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #f8fafc;
  border: 2px solid transparent;
  border-radius: 0.6rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 4px 4px 8px rgba(203, 213, 225, 0.5), -4px -4px 8px #ffffff;
}
.checkbox-wrap .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 30%;
  width: 0.45rem;
  height: 0.85rem;
  border: solid #2563eb;
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.checkbox-wrap .checkbox-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  flex: 1;
}
.checkbox-wrap .checkbox-label a {
  color: #2563eb;
  font-weight: 900;
  text-decoration: underline;
}
.checkbox-wrap .checkbox-label a:hover {
  color: #1e40af;
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Responsive Layout System
 * モバイル（ドロワー）とデスクトップ（固定サイドバー）を切り替えます。
 */
.admin-layout {
  display: flex;
  min-height: 100vh;
  background-color: #f8fafc;
  position: relative;
}
.admin-layout .sidebar {
  position: fixed;
  top: 0;
  left: -16rem;
  width: 16rem;
  height: 100vh;
  background-color: #0f172a;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.admin-layout .sidebar.active {
  left: 0;
}
@media (min-width: 1024px) {
  .admin-layout .sidebar {
    position: sticky;
    left: 0;
    width: 16rem;
    flex-shrink: 0;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.admin-layout .sidebar .sidebar-header {
  padding: 2.5rem 2rem;
}
.admin-layout .sidebar .sidebar-header h1 {
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.admin-layout .sidebar .sidebar-nav {
  padding: 0 1rem 2rem;
  overflow-y: auto;
}
.admin-layout .sidebar .sidebar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.admin-layout .sidebar .sidebar-nav .nav-item i {
  width: 1.25rem;
  margin-right: 0.85rem;
  font-size: 1.1rem;
  text-align: center;
}
.admin-layout .sidebar .sidebar-nav .nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.admin-layout .sidebar .sidebar-nav .nav-item.active {
  background: #2563eb;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.admin-layout .sidebar .sidebar-nav .nav-item.logout-link:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}
.admin-layout .sidebar .sidebar-nav .nav-label {
  padding: 1.75rem 1.25rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.admin-layout .sidebar .sidebar-nav .sidebar-divider {
  height: 1px;
  background: linear-gradient(to right, #334155, transparent);
  margin: 2rem 1.25rem 1rem;
}
.admin-layout .main-content {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 1rem;
}
@media (min-width: 768px) {
  .admin-layout .main-content {
    padding: 2.5rem;
  }
}

.mobile-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: white;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 50;
}
@media (min-width: 1024px) {
  .mobile-top-bar {
    display: none;
  }
}
.mobile-top-bar .mobile-logo {
  font-weight: 900;
  font-size: 1.25rem;
  color: #0f172a;
  letter-spacing: -0.05em;
}
.mobile-top-bar .menu-toggle {
  font-size: 1.5rem;
  color: #475569;
  cursor: pointer;
  padding: 0.5rem;
  margin-right: -0.5rem;
  transition: all 0.2s ease-in-out;
}
.mobile-top-bar .menu-toggle:active {
  transform: scale(0.9);
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 900;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sidebar-overlay.active {
  display: block;
  opacity: 1;
}
@media (min-width: 1024px) {
  .sidebar-overlay {
    display: none !important;
  }
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Public Auth Styles
 * 診断コード入力、メールOTP入力画面用
 */
.public-auth-body {
  background-color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.5rem;
}

.auth-card-container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.auth-card {
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
@media (min-width: 768px) {
  .auth-card {
    padding: 3rem;
  }
}

.access-code-input {
  width: 100%;
  background-color: #f8fafc;
  border: 2px solid #f1f5f9;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  font-family: monospace;
  font-weight: 900;
  font-size: 1.5rem;
  color: #2563eb;
  transition: all 0.2s ease-in-out;
}
.access-code-input:focus {
  border-color: #3b82f6;
  outline: none;
  background-color: white;
}

/**
 * ポリシー同意連動スタイル
 */
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
  cursor: not-allowed;
  transition: all 0.2s ease-in-out;
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Survey Form Styles
 */
.survey-main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.survey-header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.survey-header .header-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f1f5f9;
}
.progress-container .progress-bar {
  height: 100%;
  background-color: #2563eb;
  transition: width 0.5s ease-in-out;
}

.category-section {
  margin-bottom: 6rem;
}
.category-section .category-header {
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.category-section .category-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.category-section .category-header h2 .cat-number {
  background-color: #1e293b;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.q-item {
  margin-bottom: 5rem;
}
.q-item .q-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}
.q-item .q-header .q-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #94a3b8;
  margin-right: 0.5rem;
}
.q-item .q-header .q-instruction {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 700;
  padding-bottom: 0.25rem;
}

.choice-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .choice-container {
    flex-direction: row;
  }
}

.choice-box {
  position: relative;
  flex: 1;
  border-radius: 1rem;
  padding: 2rem;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
}
.choice-box.choice-a {
  background-color: #eff6ff;
  border-color: #dbeafe;
}
.choice-box.choice-a:hover {
  background-color: #dbeafe;
  border-color: #60a5fa;
}
.choice-box.choice-a .watermark {
  color: #60a5fa;
}
.choice-box.choice-a .choice-text:hover {
  color: #1e3a8a;
}
.choice-box.choice-b {
  background-color: #fff7ed;
  border-color: #ffedd5;
}
.choice-box.choice-b:hover {
  background-color: #ffedd5;
  border-color: #fdba74;
}
.choice-box.choice-b .watermark {
  color: #fb923c;
}
.choice-box.choice-b .choice-text:hover {
  color: #7c2d12;
}
.choice-box .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  opacity: 0.15;
  pointer-events: none;
  line-height: 1;
  user-select: none;
  z-index: 0;
}
.choice-box .choice-text {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1e293b;
  line-height: 1.625;
}

.rating-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  padding: 1.5rem;
  border-radius: 9999px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  max-width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .rating-group {
    gap: 2.5rem;
  }
}

.rating-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.rating-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.rating-item input[type=radio]:checked + .rating-circle {
  background-color: var(--checked-bg);
  border-color: var(--checked-bg);
  color: white;
  transform: scale(1.1);
}
.rating-item input[type=radio]:checked ~ .rating-label {
  opacity: 1;
}
.rating-item .rating-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid;
  background-color: white;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.rating-item .rating-circle.size-lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  border-color: inherit;
}
@media (min-width: 768px) {
  .rating-item .rating-circle.size-lg {
    width: 4rem;
    height: 4rem;
  }
}
.rating-item .rating-circle.size-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  border-color: inherit;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .rating-item .rating-circle.size-sm {
    width: 3rem;
    height: 3rem;
  }
}
.rating-item .rating-label {
  font-size: 0.65rem;
  font-weight: 700;
  margin-top: 0.5rem;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.rating-item.pb-4 {
  padding-bottom: 1rem;
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Report Styles
 */
.report-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background-color: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
@media print {
  .report-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
  }
}

.report-header {
  border-bottom: 4px solid #1e293b;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  break-inside: avoid;
  page-break-inside: avoid;
}
.report-header .brand-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #1e293b;
  font-style: italic;
  letter-spacing: -0.05em;
}
.report-header .user-info {
  text-align: right;
}
.report-header .user-info .user-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #334155;
}
.report-header .user-info .date {
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 700;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  align-items: flex-start;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .summary-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.summary-grid .chart-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 768px) {
  .summary-grid .chart-col {
    grid-column: span 5/span 5;
  }
}
.summary-grid .chart-col canvas {
  max-height: 320px;
  width: 100%;
}
.summary-grid .result-col {
  background-color: #f8fafc;
  padding: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid #f1f5f9;
  position: relative;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 768px) {
  .summary-grid .result-col {
    grid-column: span 7/span 7;
  }
}
.summary-grid .result-col .quote-icon {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  color: #dbeafe;
  font-size: 4.5rem;
  opacity: 0.5;
}

.section-title-bar {
  font-size: 0.875rem;
  font-weight: 900;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  width: 100%;
  border-left: 4px solid #2563eb;
  padding-left: 0.75rem;
}

.result-type-title {
  color: #2563eb;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  font-style: italic;
  line-height: 1.2;
}

.category-card {
  background-color: white;
  border: 1px solid #f1f5f9;
  border-radius: 2.5rem;
  padding: 2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 768px) {
  .category-card {
    padding: 2.5rem;
  }
}
.category-card:hover {
  border-color: #dbeafe;
}

.level-badge {
  font-size: 0.75rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 900;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
.level-badge-1 {
  background-color: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}
.level-badge-2 {
  background-color: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}
.level-badge-3 {
  background-color: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

.review-item {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  break-inside: avoid;
  page-break-inside: avoid;
}
.review-item .review-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.review-item .review-header .q-num {
  width: 2rem;
  height: 2rem;
  background-color: #1e293b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
}
.review-item .review-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .review-item .review-content {
    flex-direction: row;
    align-items: stretch;
  }
}
.review-item .review-text-box {
  flex: 1;
  background-color: white;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.review-item .review-text-box.is-selected-text {
  border-color: #3b82f6;
  background-color: #eff6ff;
  color: #1e40af;
}
.review-item .review-scale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.review-item .review-scale .scale-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  transition: all 0.2s;
}
.review-item .review-scale .scale-dot.active {
  background-color: #2563eb;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.review-item .review-scale .scale-dot.inactive {
  background-color: #f8fafc;
  color: #cbd5e1;
  border: 1px solid #f1f5f9;
}

@media print {
  body {
    background-color: white !important;
    font-size: 10pt;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .no-print {
    display: none !important;
  }
  .report-wrapper {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .bg-slate-50 {
    background-color: #f8fafc !important;
  }
  .bg-blue-600 {
    background-color: #2563eb !important;
    color: white !important;
  }
  .watermark-layer {
    display: block !important;
    opacity: 0.15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .avoid-break {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
.watermark-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-weight='bold' font-size='24' fill='%23e5e7eb' transform='rotate(-45 150 150)' text-anchor='middle' dominant-baseline='middle'%3E2E consulting%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

/**
 * 2E System Public Entry Point
 * 受検者画面向けのスタイルを統合
 */
/**
 * Client Portal Specific Styles
 */
.lg\:block table tbody tr {
  transition: all 0.2s ease-in-out;
}
.lg\:block table tbody tr:hover {
  background-color: rgba(239, 246, 255, 0.4) !important;
}
.lg\:block table tbody tr:hover .btn-slate {
  background-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
  transform: scale(1.02);
}

.bg-white.sticky.top-0 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/**
 * Client Portal Specific Styles
 * 統計画面（stats.php）およびダッシュボード用の追加定義
 */
@media (min-width: 1024px) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5 !important;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7 !important;
  }
}
.h-250 {
  height: 250px !important;
}

.h-350 {
  height: 350px !important;
}

.card.h-full {
  height: 100%;
}
.card .text-blue-600 {
  text-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
}

.lg\:block table tbody tr {
  transition: all 0.2s ease-in-out;
}
.lg\:block table tbody tr:hover {
  background-color: rgba(239, 246, 255, 0.4) !important;
}
.lg\:block table tbody tr:hover .btn-slate {
  background-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
  transform: scale(1.02);
}

.public-body {
  background-color: #f8fafc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}/*# sourceMappingURL=public.css.map */