.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0;border:0;margin:0;padding:0}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}:root {
--color-navy: #0f1f3d;
--color-navy-soft: #1c2e4a;
--color-primary: #2563eb;
--color-primary-dark: #1d4ed8;
--color-accent: #ff6b3d;
--color-accent-dark: #e85528;
--color-bg: #ffffff;
--color-bg-alt: #f4f7fb;
--color-bg-tint: #eef3fb;
--color-text: #1f2733;
--color-text-muted: #5b6675;
--color-border: #e2e8f2;
--color-success: #16a34a;
--radius-sm: 8px;
--radius: 14px;
--radius-lg: 22px;
--shadow-sm: 0 2px 8px rgba(15, 31, 61, 0.06);
--shadow: 0 12px 32px rgba(15, 31, 61, 0.10);
--shadow-lg: 0 24px 60px rgba(15, 31, 61, 0.16);
--container: 1080px;
--container-narrow: 760px;
--font-base: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", system-ui, sans-serif;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: var(--font-base);
color: var(--color-text);
background: var(--color-bg);
line-height: 1.85;
font-size: 16px;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
word-break: break-word;
overflow-wrap: anywhere;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: var(--color-primary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 1em;
}
ul {
margin: 0;
padding: 0;
list-style: none;
} .container {
width: 100%;
max-width: var(--container);
margin-inline: auto;
padding-inline: 24px;
}
.section {
padding-block: clamp(56px, 9vw, 100px);
}
.section--alt {
background: var(--color-bg-alt);
}
.section--tint {
background: var(--color-bg-tint);
}
.section-head {
text-align: center;
max-width: 720px;
margin: 0 auto clamp(32px, 6vw, 56px);
}
.section-head__eyebrow {
display: inline-block;
font-size: 0.8rem;
letter-spacing: 0.18em;
font-weight: 700;
color: var(--color-primary);
margin-bottom: 12px;
}
.section-title {
font-size: clamp(1.5rem, 4.4vw, 2.2rem);
line-height: 1.45;
font-weight: 800;
margin: 0;
color: var(--color-navy);
letter-spacing: 0.01em;
}
.section-title small {
display: block;
font-size: 0.95rem;
font-weight: 600;
color: var(--color-text-muted);
margin-top: 12px;
letter-spacing: 0.02em;
}
.section-lead {
margin-top: 18px;
color: var(--color-text-muted);
font-size: 1.02rem;
} .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 16px 38px;
border-radius: 999px;
font-weight: 800;
font-size: 1.05rem;
line-height: 1.3;
text-align: center;
cursor: pointer;
border: none;
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover {
text-decoration: none;
transform: translateY(-2px);
}
.btn--primary {
background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));
color: #fff;
box-shadow: 0 12px 26px rgba(255, 107, 61, 0.35);
}
.btn--primary:hover {
box-shadow: 0 16px 34px rgba(255, 107, 61, 0.45);
color: #fff;
}
.btn--ghost {
background: rgba(255, 255, 255, 0.12);
color: #fff;
border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.btn--ghost:hover {
background: rgba(255, 255, 255, 0.2);
color: #fff;
}
.btn--lg {
padding: 20px 56px;
font-size: 1.15rem;
} .site-header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--color-border);
}
.site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
min-height: 64px;
}
.site-brand {
display: flex;
align-items: center;
gap: 10px;
font-weight: 800;
font-size: 1.05rem;
color: var(--color-navy);
}
.site-brand a {
color: inherit;
}
.site-brand a:hover {
text-decoration: none;
}
.site-brand__mark {
font-size: 1.3rem;
line-height: 1;
}
.site-header__cta {
display: inline-flex;
padding: 10px 22px;
font-size: 0.92rem;
}
.site-header__price {
display: none;
font-size: 0.82rem;
color: var(--color-text-muted);
font-weight: 700;
}
@media (min-width: 720px) {
.site-header__price {
display: inline;
}
} .hero {
position: relative;
color: #fff;
background:
radial-gradient(1200px 600px at 80% -10%, rgba(255, 107, 61, 0.35), transparent 60%),
linear-gradient(150deg, var(--color-navy) 0%, var(--color-navy-soft) 55%, #24385c 100%);
overflow: hidden;
}
.hero::after {
content: "";
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 12% 80%, rgba(37, 99, 235, 0.4), transparent 40%);
pointer-events: none;
}
.hero__inner {
position: relative;
z-index: 1;
display: grid;
gap: clamp(32px, 6vw, 56px);
align-items: center;
padding-block: clamp(56px, 10vw, 96px);
}
@media (min-width: 900px) {
.hero__inner {
grid-template-columns: 1.05fr 0.95fr;
}
}
.hero__badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.28);
padding: 7px 16px;
border-radius: 999px;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.04em;
margin-bottom: 22px;
}
.hero__title {
font-size: clamp(1.9rem, 6vw, 3.1rem);
font-weight: 900;
line-height: 1.32;
margin: 0 0 20px;
letter-spacing: 0.01em;
}
.hero__title .accent {
color: #ffd5c4;
background: linear-gradient(transparent 62%, rgba(255, 107, 61, 0.55) 0);
}
.hero__subtitle {
font-size: clamp(1.05rem, 2.6vw, 1.35rem);
font-weight: 700;
line-height: 1.6;
margin: 0 0 18px;
color: #e8eefc;
}
.hero__desc {
color: #c4cfe4;
font-size: 1rem;
margin-bottom: 28px;
max-width: 32em;
}
.hero__points {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 32px;
}
.hero__point {
display: inline-flex;
align-items: baseline;
gap: 8px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: var(--radius);
padding: 12px 18px;
}
.hero__point strong {
font-size: 1.5rem;
font-weight: 900;
color: #fff;
line-height: 1;
}
.hero__point span {
font-size: 0.82rem;
color: #c4cfe4;
}
.hero__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
}
.hero__visual {
display: flex;
justify-content: center;
}
.hero__phone {
position: relative;
width: min(280px, 70vw);
aspect-ratio: 9 / 18;
background: #0b1730;
border: 8px solid #0b1730;
border-radius: 36px;
box-shadow: var(--shadow-lg);
overflow: hidden;
}
.hero__phone::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 42%;
height: 18px;
background: #0b1730;
border-radius: 0 0 12px 12px;
z-index: 2;
}
.hero__phone-screen {
position: absolute;
inset: 0;
background:
linear-gradient(160deg, #2b3f63, #16233f);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
gap: 14px;
color: #fff;
text-align: center;
padding: 24px;
} .hero__phone--image .hero__phone-screen::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(8, 16, 33, 0.78) 0%, rgba(8, 16, 33, 0.12) 42%, rgba(8, 16, 33, 0) 70%);
z-index: 0;
}
.hero__phone-screen > * {
position: relative;
z-index: 1;
}
.hero__phone--image .hero__phone-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.hero__phone-play {
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.16);
border: 2px solid rgba(255, 255, 255, 0.6);
display: grid;
place-items: center;
}
.hero__phone-play::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent #fff;
margin-left: 4px;
}
.hero__phone-tag {
font-size: 0.8rem;
letter-spacing: 0.05em;
color: #cdd8ee;
}
.hero__phone-time {
font-weight: 900;
font-size: 1.1rem;
} .worry-grid {
display: grid;
gap: 16px;
grid-template-columns: 1fr;
}
@media (min-width: 640px) {
.worry-grid {
grid-template-columns: 1fr 1fr;
}
}
.worry-card {
display: flex;
gap: 14px;
align-items: flex-start;
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius);
padding: 20px 22px;
box-shadow: var(--shadow-sm);
}
.worry-card__check {
flex: 0 0 auto;
width: 26px;
height: 26px;
border-radius: 50%;
background: var(--color-bg-tint);
color: var(--color-primary);
display: grid;
place-items: center;
font-weight: 900;
font-size: 0.9rem;
margin-top: 2px;
}
.worry-card p {
margin: 0;
font-weight: 600;
}
.worry-foot {
text-align: center;
margin-top: 32px;
font-size: 1.05rem;
font-weight: 600;
color: var(--color-navy);
} .feature-grid {
display: grid;
gap: 16px;
grid-template-columns: 1fr;
}
@media (min-width: 700px) {
.feature-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.feature-card {
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius);
padding: 26px 24px;
box-shadow: var(--shadow-sm);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.feature-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow);
}
.feature-card__icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: var(--color-bg-tint);
color: var(--color-primary);
display: grid;
place-items: center;
font-size: 1.4rem;
margin-bottom: 16px;
}
.feature-card h3 {
font-size: 1.08rem;
margin: 0 0 8px;
color: var(--color-navy);
}
.feature-card p {
margin: 0;
color: var(--color-text-muted);
font-size: 0.95rem;
}
.service-note {
margin-top: 28px;
text-align: center;
color: var(--color-text-muted);
} .price-card {
max-width: 560px;
margin-inline: auto;
background: #fff;
border: 2px solid var(--color-primary);
border-radius: var(--radius-lg);
padding: clamp(32px, 6vw, 52px);
text-align: center;
box-shadow: var(--shadow);
position: relative;
}
.price-card__ribbon {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
background: var(--color-accent);
color: #fff;
font-weight: 800;
font-size: 0.85rem;
padding: 7px 22px;
border-radius: 999px;
white-space: nowrap;
box-shadow: 0 8px 18px rgba(255, 107, 61, 0.35);
}
.price-card__label {
font-weight: 700;
color: var(--color-text-muted);
margin-bottom: 8px;
}
.price-card__amount {
display: flex;
align-items: baseline;
justify-content: center;
gap: 6px;
margin-bottom: 6px;
}
.price-card__unit {
font-size: 1.1rem;
font-weight: 700;
color: var(--color-navy);
}
.price-card__num {
font-size: clamp(3rem, 12vw, 4.6rem);
font-weight: 900;
line-height: 1;
color: var(--color-navy);
letter-spacing: -0.02em;
}
.price-card__yen {
font-size: 1.6rem;
font-weight: 800;
color: var(--color-navy);
}
.price-card__tax {
font-size: 0.9rem;
color: var(--color-text-muted);
margin-bottom: 22px;
}
.price-card__desc {
color: var(--color-text-muted);
font-size: 0.98rem;
margin: 0;
}
.price-card__divider {
height: 1px;
background: var(--color-border);
margin: 24px 0;
} .flow {
display: grid;
gap: 18px;
counter-reset: step;
}
@media (min-width: 760px) {
.flow {
grid-template-columns: repeat(4, 1fr);
}
}
.flow-step {
position: relative;
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius);
padding: 28px 22px 24px;
box-shadow: var(--shadow-sm);
}
.flow-step__num {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
color: #fff;
font-weight: 900;
font-size: 1.2rem;
margin-bottom: 14px;
}
.flow-step h3 {
font-size: 1.05rem;
margin: 0 0 8px;
color: var(--color-navy);
}
.flow-step p {
margin: 0;
color: var(--color-text-muted);
font-size: 0.92rem;
}
@media (min-width: 760px) {
.flow-step:not(:last-child)::after {
content: "";
position: absolute;
top: 50px;
right: -12px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 12px;
border-color: transparent transparent transparent var(--color-primary);
z-index: 2;
}
} .split {
display: grid;
gap: clamp(28px, 6vw, 56px);
align-items: center;
}
@media (min-width: 860px) {
.split {
grid-template-columns: 1fr 1fr;
}
.split--reverse .split__media {
order: -1;
}
}
.split__title {
font-size: clamp(1.4rem, 3.6vw, 1.9rem);
font-weight: 800;
color: var(--color-navy);
margin: 0 0 16px;
line-height: 1.45;
}
.split__body p {
color: var(--color-text-muted);
}
.split__quote {
border-left: 4px solid var(--color-primary);
background: var(--color-bg-tint);
padding: 14px 18px;
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
margin: 16px 0;
font-weight: 600;
color: var(--color-navy);
}
.split__media {
display: grid;
place-items: center;
background: linear-gradient(150deg, var(--color-navy), var(--color-navy-soft));
border-radius: var(--radius-lg);
aspect-ratio: 4 / 3;
color: #fff;
text-align: center;
padding: 32px;
box-shadow: var(--shadow);
}
.split__media-emoji {
font-size: clamp(3rem, 10vw, 5rem);
margin-bottom: 12px;
}
.split__media-text {
font-weight: 700;
letter-spacing: 0.04em;
} .recommend-grid {
display: grid;
gap: 14px;
grid-template-columns: 1fr;
}
@media (min-width: 600px) {
.recommend-grid {
grid-template-columns: 1fr 1fr;
}
}
.recommend-item {
display: flex;
align-items: center;
gap: 12px;
background: #fff;
border: 1px solid var(--color-border);
border-radius: 999px;
padding: 14px 22px;
font-weight: 700;
color: var(--color-navy);
box-shadow: var(--shadow-sm);
}
.recommend-item__icon {
flex: 0 0 auto;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--color-success);
color: #fff;
display: grid;
place-items: center;
font-size: 0.8rem;
font-weight: 900;
} .works-grid {
display: grid;
gap: 24px;
grid-template-columns: 1fr;
max-width: 880px;
margin-inline: auto;
}
@media (min-width: 720px) {
.works-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.work-card {
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.work-card__media {
position: relative;
width: 100%;
aspect-ratio: 9 / 16;
background: linear-gradient(160deg, #25324d, #131d31);
overflow: hidden;
}
.work-card__media iframe,
.work-card__media video,
.work-card__media img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
object-fit: cover;
}
.work-card__placeholder {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
color: #fff;
text-align: center;
padding: 24px;
}
.work-card__placeholder .play {
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.16);
border: 2px solid rgba(255, 255, 255, 0.55);
display: grid;
place-items: center;
}
.work-card__placeholder .play::after {
content: "";
border-style: solid;
border-width: 10px 0 10px 16px;
border-color: transparent transparent transparent #fff;
margin-left: 3px;
}
.work-card__placeholder span {
font-size: 0.8rem;
color: #cdd8ee;
letter-spacing: 0.05em;
}
.work-card__body {
padding: 16px 18px;
}
.work-card__body h3 {
font-size: 1rem;
margin: 0 0 4px;
color: var(--color-navy);
}
.work-card__body p {
margin: 0;
font-size: 0.86rem;
color: var(--color-text-muted);
} .faq-list {
max-width: var(--container-narrow);
margin-inline: auto;
display: grid;
gap: 14px;
}
.faq-item {
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius);
box-shadow: var(--shadow-sm);
overflow: hidden;
}
.faq-item summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: flex-start;
gap: 14px;
padding: 20px 22px;
font-weight: 700;
color: var(--color-navy);
}
.faq-item summary::-webkit-details-marker {
display: none;
}
.faq-item summary::before {
content: "Q";
flex: 0 0 auto;
width: 28px;
height: 28px;
border-radius: 8px;
background: var(--color-primary);
color: #fff;
display: grid;
place-items: center;
font-weight: 900;
font-size: 0.9rem;
}
.faq-item summary::after {
content: "+";
margin-left: auto;
font-size: 1.4rem;
line-height: 1;
color: var(--color-primary);
transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
transform: rotate(45deg);
}
.faq-item__answer {
display: flex;
gap: 14px;
padding: 0 22px 22px;
color: var(--color-text-muted);
}
.faq-item__answer::before {
content: "A";
flex: 0 0 auto;
width: 28px;
height: 28px;
border-radius: 8px;
background: var(--color-bg-tint);
color: var(--color-primary);
display: grid;
place-items: center;
font-weight: 900;
font-size: 0.9rem;
}
.faq-item__answer p {
margin: 0 0 0.6em;
}
.faq-item__answer p:last-child {
margin-bottom: 0;
} .cta-final {
color: #fff;
text-align: center;
background:
radial-gradient(900px 400px at 20% -20%, rgba(255, 107, 61, 0.4), transparent 60%),
linear-gradient(150deg, var(--color-navy), var(--color-navy-soft));
}
.cta-final__title {
font-size: clamp(1.6rem, 4.6vw, 2.4rem);
font-weight: 900;
margin: 0 0 18px;
line-height: 1.4;
}
.cta-final__desc {
color: #c8d2e6;
max-width: 36em;
margin: 0 auto 24px;
}
.cta-final__price {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 4px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: var(--radius);
padding: 18px 36px;
margin-bottom: 30px;
}
.cta-final__price strong {
font-size: clamp(2rem, 7vw, 2.8rem);
font-weight: 900;
line-height: 1;
}
.cta-final__price span {
font-size: 0.9rem;
color: #c8d2e6;
}
.cta-final__note {
margin-top: 18px;
font-size: 0.9rem;
color: #aebbd4;
} .contact {
max-width: var(--container-narrow);
margin-inline: auto;
}
.contact__card {
background: #fff;
border: 1px solid var(--color-border);
border-radius: var(--radius-lg);
padding: clamp(28px, 6vw, 48px);
box-shadow: var(--shadow);
}
.contact__notice {
background: var(--color-bg-tint);
border: 1px dashed var(--color-primary);
border-radius: var(--radius);
padding: 20px 24px;
color: var(--color-navy);
font-size: 0.95rem;
}
.contact__notice code {
background: #fff;
border: 1px solid var(--color-border);
border-radius: 6px;
padding: 2px 8px;
font-size: 0.9em;
} .wpcf7-form p {
margin: 0 0 18px;
}
.contact .form-field {
margin-bottom: 20px;
}
.contact label,
.wpcf7-form label {
display: block;
font-weight: 700;
color: var(--color-navy);
margin-bottom: 8px;
font-size: 0.95rem;
}
.contact .req {
display: inline-block;
background: var(--color-accent);
color: #fff;
font-size: 0.7rem;
font-weight: 700;
padding: 2px 8px;
border-radius: 4px;
margin-left: 8px;
vertical-align: middle;
}
.contact .opt {
display: inline-block;
background: var(--color-bg-alt);
color: var(--color-text-muted);
font-size: 0.7rem;
font-weight: 700;
padding: 2px 8px;
border-radius: 4px;
margin-left: 8px;
vertical-align: middle;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea,
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
width: 100%;
padding: 13px 16px;
border: 1.5px solid var(--color-border);
border-radius: var(--radius-sm);
font-family: inherit;
font-size: 1rem;
color: var(--color-text);
background: #fff;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.contact input:focus,
.contact textarea:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.wpcf7-form textarea,
.contact textarea {
min-height: 150px;
resize: vertical;
}
.contact .privacy-row,
.wpcf7-form .acceptance-row {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.92rem;
color: var(--color-text-muted);
}
.wpcf7-form .wpcf7-list-item {
margin: 0;
}
.wpcf7-form input[type="checkbox"] {
width: 18px;
height: 18px;
margin-top: 3px;
accent-color: var(--color-primary);
}
.wpcf7-form .wpcf7-submit,
.contact button[type="submit"] {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 18px 38px;
border: none;
border-radius: 999px;
background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));
color: #fff;
font-weight: 800;
font-size: 1.1rem;
cursor: pointer;
box-shadow: 0 12px 26px rgba(255, 107, 61, 0.35);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wpcf7-form .wpcf7-submit:hover,
.contact button[type="submit"]:hover {
transform: translateY(-2px);
box-shadow: 0 16px 34px rgba(255, 107, 61, 0.45);
}
.wpcf7-form .wpcf7-spinner {
margin: 12px auto 0;
display: block;
}
.wpcf7 .wpcf7-response-output {
border-radius: var(--radius-sm);
margin: 18px 0 0;
padding: 14px 18px;
font-size: 0.92rem;
}
.wpcf7-not-valid-tip {
font-size: 0.82rem;
color: var(--color-accent-dark);
}
.wpcf7-form .privacy-link {
font-weight: 700;
text-decoration: underline;
} .site-footer {
background: var(--color-navy);
color: #c8d2e6;
padding-block: 48px 32px;
text-align: center;
}
.site-footer__brand {
font-size: 1.15rem;
font-weight: 800;
color: #fff;
margin-bottom: 8px;
}
.site-footer__company {
font-size: 0.95rem;
margin-bottom: 20px;
}
.site-footer__nav {
display: flex;
flex-wrap: wrap;
gap: 8px 22px;
justify-content: center;
margin-bottom: 24px;
font-size: 0.9rem;
}
.site-footer__nav a {
color: #c8d2e6;
}
.site-footer__nav a:hover {
color: #fff;
}
.site-footer__copy {
font-size: 0.8rem;
color: #8090ac;
border-top: 1px solid rgba(255, 255, 255, 0.12);
padding-top: 20px;
} .sticky-cta {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 60;
padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(8px);
border-top: 1px solid var(--color-border);
box-shadow: 0 -6px 20px rgba(15, 31, 61, 0.08);
}
.sticky-cta .btn {
width: 100%;
padding: 15px;
font-size: 1.05rem;
}
@media (min-width: 900px) {
.sticky-cta {
display: none;
}
body {
padding-bottom: 0 !important;
}
}
@media (max-width: 899px) {
body {
padding-bottom: 76px;
}
} .screen-reader-text {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.skip-link {
position: absolute;
left: -9999px;
top: 0;
background: #fff;
padding: 10px 16px;
z-index: 100;
}
.skip-link:focus {
left: 8px;
top: 8px;
}@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//sositelabo.co.jp/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:content-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.table {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 2rem 0rem 0rem 0rem;
max-width: 1100px;
}
#el-tables .table-cell,
#el-tables-quad .table-cell,
#el-tables-tripple .table-cell {
box-sizing: border-box;
flex-grow: 1;
width: 100%;
padding: 1em 1.4em;
overflow: hidden;
list-style-type: none;
outline: 1px solid #ddd;
text-align: center;
font-weight: 300;
margin-top: 1px;
margin-left: 1px;
}
#el-tables .table-cell:first-child,
#el-tables-quad .table-cell:first-child ,
#el-tables-tripple .table-cell:first-child  {
outline: 1px solid #fff;
background: transparent;
}
@media only screen and (max-width: 768px) {
#el-tables .table-cell:first-child,
#el-tables-quad .table-cell:first-child,
#el-tables-tripple .table-cell:first-child  {
display: none;
}
}
#el-tables .table-cell:nth-child(3),
#el-tables-tripple .table-cell:nth-child(3),
#el-tables-tripple .table-cell:nth-child(4),
#el-tables-quad .table-cell:nth-child(3),
#el-tables-quad .table-cell:nth-child(4),
#el-tables-quad .table-cell:nth-child(5) {
outline: 1px solid #30305b;
}
#el-tables .table-cell:nth-child(-n+3),
#el-tables-tripple .table-cell:nth-child(-n+3),
#el-tables-tripple .table-cell:nth-child(-n+4),
#el-tables-quad .table-cell:nth-child(-n+3),
#el-tables-quad .table-cell:nth-child(-n+4),
#el-tables-quad .table-cell:nth-child(-n+5) {
padding-top: 20px;
padding-bottom: 30px;
}
#el-tables .table-cell h3.column-table-title,
#el-tables-quad .table-cell h3.column-table-title,
#el-tables-tripple .table-cell h3.column-table-title {
font-size: 22px;
margin-top: 0;
margin-bottom: 3rem;
}
#el-tables .table-cell.cell-feature,
#el-tables-quad .table-cell.cell-feature,
#el-tables-tripple .table-cell.cell-feature {
text-align: left;
font-size: 18px; 
}
#el-tables .table-cell.features a.btn:hover,
#el-tables-quad .table-cell.features a.btn:hover,
#el-tables-tripple .table-cell.features a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #30305b;
}
#el-tables .table-cell.first-column,
#el-tables-quad .table-cell.first-column,
#el-tables-tripple .table-cell.first-column {
color: #30305b;
}
#el-tables .table-cell.first-column a.btn,
#el-tables-quad .table-cell.first-column a.btn,
#el-tables-tripple .table-cell.first-column a.btn {
background-color: #ffffff;
border-color: #30305b;
color: #30305b;
}
#el-tables .table-cell.first-column a.btn:hover,
#el-tables-quad .table-cell.first-column a.btn:hover,
#el-tables-tripple .table-cell.first-column a.btn:hover {
background-color: #30305b;
border-color: #30305b;
color: #ffffff;
}
#el-tables .table-cell.second-column,
#el-tables-quad .table-cell.second-column,
#el-tables-tripple .table-cell.second-column {
color: #85bafc;
}
#el-tables .table-cell.second-column a.btn,
#el-tables-quad .table-cell.second-column a.btn,
#el-tables-tripple .table-cell.second-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.second-column a.btn:hover,
#el-tables-quad .table-cell.second-column a.btn:hover,
#el-tables-tripple .table-cell.second-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell.third-column,
#el-tables-quad .table-cell.third-column,
#el-tables-tripple .table-cell.third-column {
color: #85bafc;
}
#el-tables .table-cell.third-column a.btn,
#el-tables-quad .table-cell.third-column a.btn,
#el-tables-tripple .table-cell.third-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.third-column a.btn:hover,
#el-tables-quad .table-cell.third-column a.btn:hover,
#el-tables-tripple .table-cell.third-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell.fourth-column,
#el-tables-quad .table-cell.fourth-column,
#el-tables-tripple .table-cell.fourth-column {
color: #85bafc;
}
#el-tables .table-cell.fourth-column a.btn,
#el-tables-quad .table-cell.fourth-column a.btn,
#el-tables-tripple .table-cell.fourth-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.fourth-column a.btn:hover,
#el-tables-quad .table-cell.fourth-column a.btn:hover,
#el-tables-tripple .table-cell.fourth-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell p,
#el-tables-quad .table-cell p,
#el-tables-tripple .table-cell p {
margin: 0;
padding: 0;
} #el-tables .table-cell {
width: calc(33.33% - 1px);
}
#el-tables-tripple .table-cell {
width: calc(25% - 1px);
}
#el-tables-quad .table-cell {
width: calc(20% - 1px);
}
#el-tables-pentagon .table-cell {
width: calc(16.6666% - 1px);
}
@media only screen and (max-width: 768px) {
#el-tables .table-cell.cell-feature,
#el-tables-quad .table-cell.cell-feature,
#el-tables-tripple .table-cell.cell-feature  {
width: 100%;
text-align: center;
}
}
#el-tables a.btn,
#el-tables-quad a.btn,
#el-tables-tripple a.btn {
border: 2px solid;
padding: .4rem .7rem;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
-webkit-border-radius: 0.3rem;
-moz-border-radius: 0.3rem;
-ms-border-radius: 0.3rem;
border-radius: 0.3rem;
}