.sdlp {
--sdlp-blue: #0E3668;
--sdlp-blue-dark: #061f45;
--sdlp-green: #28A745;
--sdlp-orange: #FF6B00;
--sdlp-red: #E10032;
--sdlp-ink: #111827;
--sdlp-text: #354052;
--sdlp-muted: #64748B;
--sdlp-line: #D8E0EA;
--sdlp-soft: #F3F7FB;
--sdlp-white: #FFFFFF;
color: var(--sdlp-ink);
background: var(--sdlp-white);
font-family: "Noto Sans JP", sans-serif;
}
.sdlp *,
.sdlp *::before,
.sdlp *::after {
box-sizing: border-box;
}
.sdlp a {
color: inherit;
}
.sdlp img {
max-width: 100%;
height: auto;
}
.sdlp-inner,
.sdlp-hero__inner {
width: 1200px;
max-width: 90%;
margin: 0 auto;
}
.sdlp-hero__inner {
width: 1400px;
}
.sdlp-hero {
padding: 152px 0 80px;
background: linear-gradient(180deg, #F7FAFD 0%, #FFFFFF 100%);
overflow: hidden;
}
.sdlp-breadcrumb__list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0;
margin: 0 0 28px;
padding: 0;
list-style: none;
color: #7A8797;
font-size: 14px;
line-height: 1.6;
}
.sdlp-breadcrumb__list li {
display: flex;
align-items: center;
}
.sdlp-breadcrumb__list li + li::before {
content: ">";
margin: 0 10px;
color: #B3BECA;
}
.sdlp-breadcrumb__list a {
color: var(--sdlp-blue);
text-decoration: none;
}
.sdlp-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
gap: 72px;
align-items: center;
}
.sdlp-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
margin: 0 0 20px;
padding: 0 18px;
border: 2px solid var(--sdlp-blue);
border-radius: 6px;
background: #fff;
color: var(--sdlp-blue-dark);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0;
}
.sdlp-hero__title {
margin: 0 0 20px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 56px;
font-weight: 900;
line-height: 1.22;
letter-spacing: 0;
}
.sdlp-hero__catch {
margin: 0 0 18px;
color: var(--sdlp-orange);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 31px;
font-weight: 900;
line-height: 1.5;
}
.sdlp-hero__lead {
margin: 0 0 30px;
color: var(--sdlp-text);
font-size: 18px;
font-weight: 600;
line-height: 2;
}
.sdlp-cta-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
max-width: 650px;
margin: 0 0 24px;
}
.sdlp-cta-row--center {
max-width: 860px;
margin: 28px auto 0;
}
.sdlp-cta {
min-height: 76px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 14px 16px;
border-radius: 8px;
color: #fff;
text-align: left;
text-decoration: none;
box-shadow: 0 14px 28px rgba(14, 54, 104, 0.18);
transition: transform 150ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1), filter 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-cta:hover {
transform: translateY(-3px);
box-shadow: 0 18px 34px rgba(14, 54, 104, 0.24);
filter: brightness(1.03);
}
.sdlp-cta:focus-visible {
outline: 3px solid rgba(40, 167, 69, 0.45);
outline-offset: 4px;
}
.sdlp-cta-icon {
flex: 0 0 auto;
width: 36px;
height: 36px;
display: grid;
place-items: center;
color: #fff;
}
.sdlp-cta-icon--line {
width: 52px;
border-radius: 999px;
background: #fff;
color: #08B85E;
font-size: 17px;
font-weight: 900;
line-height: 1;
}
.sdlp-cta-copy {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.sdlp-cta-copy span {
color: #fff;
font-size: 12px;
font-weight: 800;
line-height: 1.25;
}
.sdlp-cta strong {
color: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 900;
line-height: 1.22;
}
.sdlp-cta--line {
background: #08B85E;
}
.sdlp-cta--form {
background: var(--sdlp-orange);
}
.sdlp-cta--tel {
background: var(--sdlp-blue);
}
.sdlp-hero__points {
display: inline-flex;
align-items: center;
gap: 0;
margin: 0;
min-height: 64px;
padding: 12px 18px;
border: 1px solid rgba(216, 224, 234, 0.86);
border-radius: 8px;
background: #fff;
box-shadow: 0 10px 26px rgba(14, 54, 104, 0.1);
list-style: none;
}
.sdlp-hero__points li {
display: inline-flex;
align-items: center;
gap: 14px;
min-height: 40px;
padding: 0 28px;
color: var(--sdlp-blue-dark);
font-size: 16px;
font-weight: 900;
line-height: 1.3;
white-space: nowrap;
}
.sdlp-hero__points li:first-child {
padding-left: 0;
}
.sdlp-hero__points li:last-child {
padding-right: 0;
}
.sdlp-hero__points li + li {
border-left: 1px solid rgba(14, 54, 104, 0.18);
}
.sdlp-hero__point-icon {
flex: 0 0 auto;
width: 36px;
height: 36px;
display: grid;
place-items: center;
border: 2px solid var(--sdlp-blue);
border-radius: 50%;
color: var(--sdlp-blue);
}
.sdlp-hero__point-icon svg {
width: 21px;
height: 21px;
stroke: currentColor;
stroke-width: 2.4;
stroke-linecap: round;
stroke-linejoin: round;
}
.sdlp-hero-cases {
min-width: 0;
}
.sdlp-hero-cases__label {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
width: 100%;
margin: 0 0 32px;
padding: 0;
color: var(--sdlp-blue-dark);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 20px;
font-weight: 900;
line-height: 1.35;
white-space: nowrap;
}
.sdlp-hero-cases__label::before {
content: "";
flex: 0 0 auto;
width: 32px;
height: 4px;
background: var(--sdlp-blue);
}
.sdlp-hero-cases__label::after {
content: "";
flex: 0 0 auto;
width: 32px;
height: 4px;
background: var(--sdlp-blue);
}
.sdlp-hero-cases__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
}
.sdlp-hero-cases__more {
display: flex;
justify-content: center;
margin: 28px 0 0;
}
.sdlp-hero-cases__more a {
min-height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 28px;
border: 2px solid var(--sdlp-green);
border-radius: 999px;
background: #fff;
color: var(--sdlp-green);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
font-weight: 900;
line-height: 1.2;
text-decoration: none;
box-shadow: 0 12px 28px rgba(14, 54, 104, 0.08);
transition: transform 150ms cubic-bezier(0, 0, 0.2, 1), background-color 150ms cubic-bezier(0, 0, 0.2, 1), color 150ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-hero-cases__more a::after {
content: ">";
font-size: 18px;
line-height: 1;
transition: transform 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-hero-cases__more a:hover {
background: var(--sdlp-green);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 16px 32px rgba(24, 168, 74, 0.18);
}
.sdlp-hero-cases__more a:hover::after {
transform: translateX(3px);
}
.sdlp-hero-cases__more a:focus-visible {
outline: 3px solid rgba(40, 167, 69, 0.35);
outline-offset: 4px;
}
.sdlp-hero-case {
min-width: 0;
display: flex;
flex-direction: column;
padding: 18px;
border: 1px solid rgba(216, 224, 234, 0.72);
border-radius: 12px;
background: #fff;
color: inherit;
text-decoration: none;
box-shadow: 0 18px 42px rgba(14, 54, 104, 0.12);
transition: transform 150ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-hero-case:hover {
transform: translateY(-3px);
box-shadow: 0 22px 48px rgba(14, 54, 104, 0.18);
}
.sdlp-hero-case:focus-visible {
outline: 3px solid rgba(40, 167, 69, 0.45);
outline-offset: 4px;
}
.sdlp-hero-case__thumb {
display: grid;
place-items: center;
min-height: 210px;
margin: 0 0 22px;
}
.sdlp-hero-case__thumb img {
width: 100%;
height: 210px;
object-fit: contain;
display: block;
}
.sdlp-hero-case__body {
display: flex;
flex-direction: column;
flex: 1;
}
.sdlp-hero-case__model {
margin: 0 0 8px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 23px;
font-weight: 900;
line-height: 1.35;
}
.sdlp-hero-case__price {
margin: 0 0 18px;
color: var(--sdlp-orange);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 24px;
font-weight: 900;
line-height: 1;
}
.sdlp-hero-case__price span {
margin-right: 6px;
font-size: 72px;
font-weight: 900;
line-height: 0.9;
}
.sdlp-hero-case__meta {
margin: auto 0 0;
padding: 16px 0 0;
border-top: 1px solid var(--sdlp-line);
list-style: none;
color: var(--sdlp-text);
font-size: 13px;
font-weight: 800;
line-height: 1.8;
}
.sdlp-hero-case__meta li {
position: relative;
margin: 0 0 4px;
padding-left: 14px;
}
.sdlp-hero-case__meta li:last-child {
margin-bottom: 0;
}
.sdlp-hero-case__meta li::before {
content: "";
position: absolute;
left: 0;
top: 0.75em;
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--sdlp-orange);
transform: translateY(-50%);
}
.sdlp-hero-support {
min-width: 0;
padding: 34px;
border: 1px solid rgba(216, 224, 234, 0.86);
border-radius: 8px;
background: #fff;
box-shadow: 0 18px 42px rgba(14, 54, 104, 0.12);
}
.sdlp-hero-support__photo {
margin: 0 0 22px;
overflow: hidden;
border-radius: 8px;
background: #E8EEF5;
aspect-ratio: 3 / 2;
}
.sdlp-hero-support__photo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center 46%;
}
.sdlp-hero-support__label {
display: inline-flex;
align-items: center;
min-height: 34px;
margin: 0 0 18px;
padding: 0 14px;
border: 1px solid rgba(40, 167, 69, 0.42);
border-radius: 999px;
background: #fff;
color: var(--sdlp-green);
font-size: 14px;
font-weight: 900;
line-height: 1.2;
}
.sdlp-hero-support__title {
margin: 0 0 24px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 32px;
font-weight: 900;
line-height: 1.42;
letter-spacing: 0;
}
.sdlp-hero-support__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.sdlp-hero-support__item {
min-height: 116px;
padding: 18px;
border: 1px solid rgba(216, 224, 234, 0.86);
border-radius: 8px;
background: #fff;
}
.sdlp-hero-support__item span {
display: block;
margin-bottom: 10px;
color: var(--sdlp-orange);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 14px;
font-weight: 900;
line-height: 1;
}
.sdlp-hero-support__item p {
margin: 0;
color: var(--sdlp-blue-dark);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 900;
line-height: 1.45;
}
.sdlp-hero-support__note {
margin: 18px 0 0;
color: var(--sdlp-text);
font-size: 15px;
line-height: 1.9;
}
.sdlp-section {
padding: 84px 0;
background: #fff;
}
.sdlp-section--soft {
background: var(--sdlp-soft);
}
.sdlp-section--reason {
background: linear-gradient(180deg, #F7FAFD 0%, #FFFFFF 100%);
}
.sdlp-section--compare .sdlp-section__head {
max-width: 1040px;
}
.sdlp-section__head {
max-width: 780px;
margin: 0 0 36px;
}
.sdlp-section__eyebrow {
margin: 0 0 10px;
color: var(--sdlp-green);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 14px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0.08em;
}
.sdlp-section__title {
margin: 0;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 34px;
font-weight: 900;
line-height: 1.45;
letter-spacing: 0;
}
.sdlp-section__lead {
margin: 16px 0 0;
color: var(--sdlp-text);
font-size: 16px;
font-weight: 500;
line-height: 2;
}
.sdlp-card-grid {
display: grid;
gap: 18px;
}
.sdlp-card-grid--four {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sdlp-card {
min-height: 156px;
padding: 22px;
border: 1px solid var(--sdlp-line);
border-radius: 8px;
background: #fff;
}
.sdlp-card h3 {
margin: 0 0 10px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 19px;
font-weight: 900;
line-height: 1.45;
}
.sdlp-card p {
margin: 0;
color: var(--sdlp-text);
font-size: 14px;
line-height: 1.8;
}
.sdlp-two-col {
display: grid;
grid-template-columns: minmax(0, 1fr) 420px;
gap: 52px;
align-items: center;
}
.sdlp-text {
margin: 0 0 18px;
color: var(--sdlp-text);
font-size: 16px;
line-height: 2;
}
.sdlp-text-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
font-weight: 900;
text-decoration: none;
border-bottom: 2px solid var(--sdlp-green);
padding-bottom: 4px;
transition: color 150ms cubic-bezier(0, 0, 0.2, 1), border-color 150ms cubic-bezier(0, 0, 0.2, 1), transform 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-text-link::after {
content: ">";
color: var(--sdlp-green);
transition: transform 150ms cubic-bezier(0, 0, 0.2, 1), color 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-text-link:hover {
color: #0F7A35;
border-bottom-color: #0F7A35;
transform: translateX(2px);
}
.sdlp-text-link:hover::after {
color: #0F7A35;
transform: translateX(3px);
}
.sdlp-text-link:focus-visible {
outline: 3px solid rgba(40, 167, 69, 0.35);
outline-offset: 5px;
}
.sdlp-note-box {
padding: 30px;
border: 1px solid rgba(216, 224, 234, 0.7);
border-radius: 8px;
background: #fff;
box-shadow: 0 16px 32px rgba(14, 54, 104, 0.08);
}
.sdlp-note-box h3 {
margin: 0 0 12px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 24px;
font-weight: 900;
line-height: 1.45;
}
.sdlp-note-box p {
margin: 0;
color: var(--sdlp-text);
font-size: 15px;
line-height: 2;
}
.sdlp-compare {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
}
.sdlp-compare__item {
padding: 28px;
border: 1px solid var(--sdlp-line);
border-radius: 8px;
background: #fff;
}
.sdlp-compare__item--accent {
border-color: rgba(40, 167, 69, 0.55);
background: #F2FBF5;
}
.sdlp-compare__item h3 {
margin: 0 0 12px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 24px;
font-weight: 900;
line-height: 1.45;
}
.sdlp-compare__item p {
margin: 0;
color: var(--sdlp-text);
font-size: 15px;
line-height: 2;
}
.sdlp-related-link {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 14px;
margin-top: 24px;
padding: 18px 20px;
border: 1px solid var(--sdlp-line);
border-radius: 8px;
background: var(--sdlp-soft);
}
.sdlp-related-link span {
flex: 0 0 auto;
padding: 5px 10px;
border-radius: 999px;
background: var(--sdlp-blue);
color: #fff;
font-size: 13px;
font-weight: 900;
line-height: 1.2;
}
.sdlp-related-link a {
color: var(--sdlp-blue);
font-size: 15px;
font-weight: 900;
line-height: 1.6;
text-decoration: none;
border-bottom: 2px solid var(--sdlp-green);
transition: color 150ms cubic-bezier(0, 0, 0.2, 1), border-color 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp-related-link a:hover {
color: #0F7A35;
border-bottom-color: #0F7A35;
}
.sdlp-reason-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.sdlp-reason {
min-height: 170px;
display: grid;
grid-template-columns: 46px minmax(0, 1fr);
gap: 16px;
align-items: start;
padding: 26px 22px 24px;
border: 1px solid rgba(216, 224, 234, 0.86);
border-radius: 8px;
background: #fff;
box-shadow: 0 12px 28px rgba(14, 54, 104, 0.08);
}
.sdlp-reason__icon {
width: 46px;
height: 46px;
display: grid;
place-items: center;
color: var(--sdlp-green);
}
.sdlp-reason__icon svg {
width: 44px;
height: 44px;
}
.sdlp-reason__icon img {
width: 44px;
height: 44px;
display: block;
filter: invert(48%) sepia(64%) saturate(671%) hue-rotate(82deg) brightness(92%) contrast(92%);
}
.sdlp-reason h3 {
margin: 0 0 8px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 20px;
font-weight: 900;
line-height: 1.5;
}
.sdlp-reason p {
margin: 0;
color: var(--sdlp-text);
font-size: 14px;
line-height: 1.9;
}
.sdlp-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
margin: 0;
padding: 0;
list-style: none;
}
.sdlp-flow li {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 24px;
border: 1px solid var(--sdlp-line);
border-radius: 8px;
background: #fff;
text-align: center;
}
.sdlp-flow-img {
width: 168px;
height: 168px;
margin: 0 auto 18px;
border-radius: 16px;
overflow: hidden;
background: var(--sdlp-blue-dark);
}
.sdlp-flow-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sdlp-flow span {
display: block;
margin: 0 0 12px;
color: var(--sdlp-orange);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
}
.sdlp-flow h3 {
margin: 0 0 10px;
color: var(--sdlp-blue);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 20px;
font-weight: 900;
line-height: 1.45;
}
.sdlp-flow p {
margin: 0;
color: var(--sdlp-text);
font-size: 14px;
line-height: 1.8;
}
.sdlp-case-grid.case-grid.is-grid {
grid-template-columns: repeat(2, minmax(0, 450px));
justify-content: center;
}
.sdlp .case-more {
color: var(--sdlp-green);
text-decoration-color: var(--sdlp-green);
transition: color 150ms cubic-bezier(0, 0, 0.2, 1), text-decoration-color 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sdlp .case-card:hover .case-more,
.sdlp .case-more:hover {
color: #0F7A35;
text-decoration-color: #0F7A35;
}
.sdlp-empty-text {
margin: 0;
color: var(--sdlp-text);
font-size: 16px;
line-height: 2;
}
.sdlp-empty-text a {
color: var(--sdlp-blue);
font-weight: 800;
}
.sdlp-faq-list {
border-top: 1px solid var(--sdlp-line);
}
.sdlp-faq {
border-bottom: 1px solid var(--sdlp-line);
}
.sdlp-faq summary {
position: relative;
padding: 24px 42px 24px 0;
color: var(--sdlp-blue-dark);
font-size: 18px;
font-weight: 900;
line-height: 1.7;
cursor: pointer;
list-style: none;
}
.sdlp-faq summary::-webkit-details-marker {
display: none;
}
.sdlp-faq summary::after {
content: "+";
position: absolute;
top: 24px;
right: 4px;
color: var(--sdlp-green);
font-size: 24px;
line-height: 1;
}
.sdlp-faq[open] summary::after {
content: "\2212";
}
.sdlp-faq__answer {
padding: 0 0 24px;
color: var(--sdlp-text);
font-size: 15px;
line-height: 2;
}
.sdlp-faq__answer p {
margin: 0 0 12px;
}
.sdlp-faq__answer p:last-child {
margin-bottom: 0;
}
.sdlp-faq__answer a {
color: var(--sdlp-blue);
font-weight: 800;
}
@media (max-width: 1220px) {
.sdlp-hero {
padding-top: 112px;
}
.sdlp-hero__grid {
grid-template-columns: 1fr;
}
.sdlp-hero-cases {
max-width: 760px;
margin: 0 auto;
}
.sdlp-card-grid--four,
.sdlp-reason-grid,
.sdlp-flow {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sdlp-two-col {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.sdlp-inner,
.sdlp-hero__inner {
max-width: calc(100% - 32px);
}
.sdlp-hero {
padding: 92px 0 52px;
}
.sdlp-breadcrumb__list {
font-size: 12px;
margin-bottom: 20px;
}
.sdlp-badge {
min-height: 38px;
padding: 0 14px;
font-size: 15px;
}
.sdlp-hero__title {
font-size: 32px;
}
.sdlp-hero__catch {
display: none;
}
.sdlp-hero__lead {
font-size: 15px;
}
.sdlp-cta-row,
.sdlp-cta-row--center {
grid-template-columns: 1fr;
max-width: none;
}
.sdlp-cta {
min-height: 68px;
justify-content: flex-start;
}
.sdlp-cta strong {
white-space: nowrap;
}
.sdlp-cta strong br {
display: none;
}
.sdlp-hero__points {
width: 100%;
flex-direction: column;
align-items: stretch;
padding: 6px 14px;
}
.sdlp-hero__points li {
width: 100%;
min-height: 44px;
padding: 8px 0;
white-space: normal;
}
.sdlp-hero__points li + li {
border-top: 1px solid rgba(14, 54, 104, 0.14);
border-left: 0;
}
.sdlp-section {
padding: 56px 0;
}
.sdlp-section__head {
margin-bottom: 28px;
}
.sdlp-section__title {
font-size: 26px;
}
.sdlp-section__lead,
.sdlp-text {
font-size: 15px;
}
.sdlp-card-grid--four,
.sdlp-reason-grid,
.sdlp-flow,
.sdlp-compare {
grid-template-columns: 1fr;
}
.sdlp-card,
.sdlp-compare__item,
.sdlp-flow li {
padding: 20px;
}
.sdlp-reason {
grid-template-columns: 42px minmax(0, 1fr);
gap: 14px;
min-height: auto;
padding: 20px;
}
.sdlp-reason__icon {
width: 42px;
height: 42px;
}
.sdlp-reason__icon svg {
width: 40px;
height: 40px;
}
.sdlp-reason__icon img {
width: 40px;
height: 40px;
}
.sdlp-note-box {
padding: 24px;
}
.sdlp-note-box h3,
.sdlp-compare__item h3 {
font-size: 21px;
}
.sdlp-flow-img {
width: 150px;
height: 150px;
}
.sdlp-case-grid.case-grid.is-grid {
grid-template-columns: 1fr;
}
.sdlp-hero-cases__label {
width: 100%;
justify-content: center;
gap: 8px;
margin-bottom: 22px;
font-size: clamp(12px, 3.4vw, 15px);
line-height: 1.45;
text-align: center;
white-space: normal;
}
.sdlp-hero-cases__label::before,
.sdlp-hero-cases__label::after {
width: clamp(10px, 4vw, 20px);
height: 3px;
}
.sdlp-hero-cases__grid {
grid-template-columns: 1fr;
}
.sdlp-hero-cases__more {
margin-top: 22px;
}
.sdlp-hero-cases__more a {
width: 100%;
min-height: 50px;
padding: 0 20px;
font-size: 15px;
}
.sdlp-hero-support {
padding: 22px;
}
.sdlp-hero-support__title {
font-size: 24px;
}
.sdlp-hero-support__grid {
grid-template-columns: 1fr;
}
.sdlp-hero-support__item {
min-height: auto;
}
.sdlp-hero-case {
padding: 16px;
}
.sdlp-hero-case__thumb {
min-height: 190px;
margin-bottom: 18px;
}
.sdlp-hero-case__thumb img {
height: 190px;
}
.sdlp-hero-case__price span {
font-size: 64px;
}
.sdlp-faq summary {
font-size: 16px;
}
}
@media (min-width: 520px) and (max-width: 767px) {
.sdlp-hero__content .sdlp-cta-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
max-width: 520px;
justify-items: stretch;
}
.sdlp-hero__content .sdlp-cta {
min-height: 78px;
justify-content: center;
text-align: left;
}
.sdlp-hero__content .sdlp-cta--tel {
grid-column: auto;
}
.sdlp-hero__content .sdlp-cta strong {
white-space: normal;
line-height: 1.22;
}
.sdlp-hero__content .sdlp-cta strong br {
display: inline;
}
.sdlp-hero__content .sdlp-hero__points {
width: 520px;
max-width: 100%;
}
}html {
height: 100%;
background-color: #eee;
overflow-x: hidden;
}
body {
min-height: 100%;
background-color: #eee;
margin: 0;
padding: 0;
overflow-x: hidden;
}
p, h3, h4, h5, h6, ol, ul {
margin: 0;
} .text-black {
color: #000; } .btn-custom {
svg {
width: 40px !important;
height: 40px !important;
}
} ul,ol {
margin: 0 0 0 1em;
} p {
margin-bottom: 0;
} .custom-list li::marker {
color: #FF6B00; }
.privacy-policy {
font-family: "Noto Sans JP", sans-serif;
line-height: 1.8;
padding: 20px;
font-size: 14px; }
.privacy-policy h2 {
font-size: 16px; font-weight: bold;
margin-top: 24px;
margin-bottom: 8px;
color: #222;
}
.privacy-policy p,
.privacy-policy li,
.privacy-policy address {
font-size: 14px; color: #333;
}
.privacy-policy ul {
margin-bottom: 1em;
list-style-position: inside;
}
.privacy-policy li {
margin-bottom: 0.5em;
text-indent: 0em;
}
.privacy-policy address {
font-style: normal;
line-height: 1.6;
}    .hp-cf-container p {
display: flex;
align-items: center; gap: 16px; margin: 0 0 25px; flex-wrap: nowrap; } .hp-cf-container label.left-label {
width: 264px;
min-width: 180px;
font-family: "zen-kaku-gothic-new", sans-serif;
font-size: 20px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
} .hp-cf-container label.left-label .required {
margin-left: auto;
} .hp-cf-container label.left-label .label-text {
margin-right: 8px;
} .hp-cf-container .wpcf7-form-control,
.hp-cf-container input[type="text"],
.hp-cf-container input[type="email"],
.hp-cf-container input[type="tel"],
.hp-cf-container textarea,
.hp-cf-container select,
.hp-cf-container .wpcf7-form-control-wrap {
flex: 1 1 0;
min-width: 0;
} .hp-cf-container textarea {
width: 100%;
min-height: 160px;
resize: vertical;
box-sizing: border-box;
} .hp-cf-container .wpcf7-form-control-wrap input[type="radio"],
.hp-cf-container .wpcf7-form-control-wrap input[type="checkbox"] {
margin-right: 8px;
} .hp-cf-container .required {
background-color: #FF6600;
color: #fff;
font-size: 13px;
padding: 2px 6px;
border-radius: 4px;
display: inline-block;
line-height: 1.2;
flex-shrink: 0;
vertical-align: middle;
} .hp-cf-container hr {
flex-basis: 100%;
height: 1px;
border: none;
background-color: #ccc;
margin: 24px 0;
order: 99;
} @media (max-width: 767px) {
.hp-cf-container p {
flex-direction: column;
align-items: stretch;
gap: 0px;
}
.hp-cf-container label.left-label {
width: auto;
text-align: left;
justify-content: flex-start;
margin-bottom: 8px;
}
.hp-cf-container .wpcf7-form-control { width: 100%; }
}
.wpcf7-text {
width: 100% !important;
}
.hp-cf-sub {
width: 500px !important;
margin: 0 auto;
justify-content: center;
}
.wpcf7-spinner {
display: none !important;
}
.hp-cf-sub input[type="submit"] {
display: block !important;
background-color: #FF6600;
color: #fff;
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 700;
font-size: 16px;
padding: 14px 48px;
border: none;
border-radius: 9999px;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hp-cf-sub input[type="submit"]:hover {
background-color: #e55b00;
transform: translateY(-2px);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.hp-cf-sub input[type="submit"]:active {
transform: translateY(0);
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
.hp-cf-sub {
width: 90% !important;
}
}
.agree {
display: flex !important;
justify-content: center !important;
align-items: center;
width: 100%;
text-align: center;
} ul.top-news{
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
border-top: 1px solid #eaeaea;
}
ul.top-news .top-news__item{
display: grid;
grid-template-columns: 120px 1fr 260px;
gap: 18px;
align-items: center;
padding: 14px 0;
border-bottom: 1px solid #eaeaea;
}
ul.top-news .top-news__item:hover{
background: rgba(0,0,0,.02);
}
ul.top-news .top-news__date{
color: #6b6b6b;
font-size: 0.92rem;
letter-spacing: .02em;
padding-top: 2px;
}
ul.top-news .top-news__title{
color: #1B2A41;
text-decoration: none;
font-weight: 700;
line-height: 1.6;
display: flex;
align-items: center;
gap: 12px;
}
ul.top-news .top-news__title:hover{
text-decoration: underline;
}
ul.top-news .top-news__thumb{
flex: 0 0 44px;
width: 44px;
height: 44px;
border-radius: 8px;
overflow: hidden;
background: #f1f1f1;
margin-top: 2px;
}
ul.top-news .top-news__thumb img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
ul.top-news .top-news__text{
display: block;
}
ul.top-news .top-news__terms{
display: flex;
justify-content: flex-end;
gap: 8px;
flex-wrap: wrap;
padding-top: 2px;
}
ul.top-news .top-news__pill{
display: inline-flex;
align-items: center;
font-size: 0.85rem;
font-weight: 700;
color: #1B2A41;
text-decoration: none;
padding: 6px 10px;
border-radius: 999px;
line-height: 1;
background: #f3f3f3;
}
ul.top-news .top-news__pill.is-cat{
background: rgba(40,167,69,.10);
border: 1px solid rgba(40,167,69,.20);
}
ul.top-news .top-news__pill.is-tag{
background: rgba(249,115,22,.10);
border: 1px solid rgba(249,115,22,.20);
}
@media (max-width: 767px){
ul.top-news .top-news__item{
grid-template-columns: 1fr;
gap: 10px;
padding: 14px 0;
}
ul.top-news .top-news__terms{
justify-content: flex-start;
padding-top: 0;
}
ul.top-news .top-news__thumb{
flex-basis: 48px;
width: 48px;
height: 48px;
}
} .case-grid {
display: flex;
gap: 28px;
font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.case-grid :is(a, p, li, span, div) { font-family: inherit; }
.case-grid::-webkit-scrollbar { display: none; }
.case-card {
background: #fff;
padding: 16px;
border-radius: 14px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.case-card .case-thumb img { transition: transform 0.3s; }
.case-card:hover .case-thumb img { transform: scale(1.05); }
.case-card:hover .case-more { color: #1B8C3A; }
.case-thumb {
background: #f3f3f3;
border-radius: 14px;
overflow: hidden;
}
.case-thumb img {
width: 100%;
height: 240px;
object-fit: contain;
display: block;
}
.case-meta {
margin: 14px 0 0;
padding: 0;
list-style: none;
color: #111;
font-size: 16px;
line-height: 1.75;
}
.case-meta li {
position: relative;
padding-left: 18px;
margin: 4px 0;
}
.case-meta li::before {
content: "";
position: absolute;
left: 0;
top: 0.72em;
width: 6px;
height: 6px;
border-radius: 50%;
background: #ff7a00;
transform: translateY(-50%);
}
.case-more {
display: inline-block;
margin-top: 10px;
color: #28A745;
font-weight: 700;
text-decoration: underline;
text-underline-offset: 3px;
}
.case-price {
margin-top: 10px;
color: #ff7a00;
font-weight: 800;
font-size: 18px;
}
.case-link {
display: block;
color: inherit;
text-decoration: none;
} .scroll-drag {
cursor: grab;
user-select: none;
}
.scroll-drag::-webkit-scrollbar { display: none; }
.scroll-drag a { pointer-events: auto; }
.scroll-drag img {
pointer-events: none;
user-select: none;
-webkit-user-drag: none;
} .case-grid.is-slider {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
padding-right: 12vw;
padding-bottom: 12px;
touch-action: pan-x;
}
.case-grid.is-slider > .case-card {
flex: 0 0 auto;
width: 360px;
scroll-snap-align: start;
}
@media (max-width: 1024px) {
.case-grid.is-slider > .case-card { width: 320px; }
.case-grid.is-slider { touch-action: pan-x pan-y; scroll-snap-type: x proximity; }
}
@media (max-width: 600px) {
.case-grid.is-slider { padding-right: 18vw; }
.case-grid.is-slider > .case-card { width: 80vw; }
.case-thumb img { height: 220px; }
} .case-grid.is-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 60px;
overflow: visible;
scroll-snap-type: none;
padding: 0;
touch-action: auto;
}
.case-grid.is-grid > .case-card { width: 450px; }
@media (max-width: 1220px) {
.case-grid.is-grid { grid-template-columns: 1fr; justify-items: center; }
.case-grid.is-grid > .case-card { max-width: 300px; }
}  .related{
border: 1px solid #28A745;
background: #fff;
margin: 24px 0;
width: 80%;
max-width: 680px;
}
@media (max-width: 767px) {
.related{
width: 100%;
}
}
.related__header{
background: #28A745;
color: #fff;
font-weight: 700;
padding: 10px 14px;
font-size: 14px;
line-height: 1.2;
}
.related__body{
padding: 14px;
}
.related__item{
display: flex;
gap: 16px;
align-items: center;
text-decoration: none;
color: inherit;
padding: 8px 0;
}
.related__thumb{
flex: 0 0 150px;
}
.related__thumb img{
width: 150px;
height: 84px;
aspect-ratio: 16 / 9;
object-fit: cover;
border-radius: 4px;
}
.related__title{
font-weight: 700;
font-size: 15px;
line-height: 1.6;
flex: 1;
}
.related__item:hover .related__title{
text-decoration: underline;
}
.related__item--error{
color: #b00020;
padding: 8px 0;
}
@media (max-width: 767px) {
.related__item {
flex-direction: column;
align-items: stretch;
gap: 8px;
}
.related__thumb {
flex: 0 0 auto;
width: 100%;
}
.related__thumb img {
width: 100%;
height: auto;
}
.related__title {
font-size: 14px;
}
}  body.single-post {
display: flow-root;
background-color: #fff;
}
.num-index {
padding-left: 16px;
}
.single-container {
max-width: 800px;
margin: 120px auto 60px;
padding: 0 24px;
box-sizing: border-box;
}
@media (max-width: 767px){
.single-container {
margin: 60px auto 40px;
padding: 0 16px;
}
} .posted-on,
.byline,
.cat-links,
.edit-link,
.post-thumbnail,
.entry-header,
.entry-footer {
display: none;
}  .contact-sns-row {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 24px;
}
.contact-sns-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
border-radius: 9999px;
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff;
transition: opacity 0.3s;
}
.contact-sns-btn:hover { opacity: 0.85; }
.contact-sns-btn img { width: 28px; height: 28px; }
.contact-sns-btn--line { background: #06C755; }
.contact-sns-btn--ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); } .contact-divider {
display: flex;
align-items: center;
gap: 16px;
margin: 32px 0;
width: 100%;
max-width: 700px;
color: #999;
font-size: 14px;
}
.contact-divider::before,
.contact-divider::after {
content: "";
flex: 1;
height: 1px;
background: #ddd;
} .contact-form {
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.form-row {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.form-label {
width: 200px;
min-width: 160px;
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
font-weight: 700;
padding-top: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.form-required {
background: #FF6B00;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 4px;
font-weight: 700;
flex-shrink: 0;
}
.form-optional {
background: #ccc;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 4px;
font-weight: 700;
flex-shrink: 0;
}
.form-field { flex: 1; }
.form-field input,
.form-field textarea {
width: 100%;
padding: 12px 16px;
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
border: none;
border-radius: 10px;
background: #F2F4F8;
box-shadow: 0 2px 4px rgba(0,0,0,0.08);
outline: none;
transition: box-shadow 0.3s;
}
.form-field input:focus,
.form-field textarea:focus {
box-shadow: 0 0 0 2px #28A745;
}
.form-field textarea { resize: vertical; }
.form-radio {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 15px;
margin-right: 20px;
padding-top: 10px;
cursor: pointer;
}
.form-radio input { accent-color: #FF6B00; }
.form-agree {
text-align: center;
margin: 24px 0 16px;
font-size: 14px;
}
.form-agree a { color: #28A745; text-decoration: underline; }
.form-agree input { margin-right: 6px; accent-color: #FF6B00; }
.form-submit { text-align: center; margin-bottom: 16px; }
.form-submit-note {
text-align: center;
font-size: 13px;
color: #777;
margin-top: 12px;
}
.form-submit-note a {
color: #28A745;
text-decoration: underline;
}
.form-recaptcha-note {
text-align: center;
font-size: 12px;
color: #999;
margin-top: 8px;
}
.form-recaptcha-note a { color: #999; text-decoration: underline; }
@media (max-width: 767px) {
.contact-sns-row { flex-direction: column; align-items: center; }
.form-row { flex-direction: column; gap: 4px; }
.form-label { width: auto; padding-top: 0; margin-bottom: 4px; }
.contact-divider { max-width: 90%; }
.contact-form { max-width: 90%; }
}  .news-tabs {
display: flex;
gap: 12px;
margin-bottom: 24px;
}
.news-tab {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
font-weight: 600;
padding: 10px 24px;
border-radius: 9999px;
border: 2px solid #ddd;
background: #fff;
color: #1B2A41;
cursor: pointer;
transition: all 0.3s;
white-space: nowrap;
flex-shrink: 0;
}
.news-tab:hover {
border-color: #28A745;
}
.news-tab.is-active {
background: #28A745;
color: #fff;
border-color: #28A745;
} .news-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.news-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: transform 0.3s, box-shadow 0.3s;
}
.news-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.news-card.is-hidden { display: none; }
.news-card__thumb {
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: #e8e8e8;
}
.news-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.news-card:hover .news-card__thumb img { transform: scale(1.05); }
.news-card__body {
padding: 16px 20px 20px;
display: flex;
flex-direction: column;
gap: 10px;
flex: 1;
}
.news-card__meta {
display: flex;
align-items: center;
gap: 10px;
}
.news-card__date {
font-family: "Noto Sans JP", sans-serif;
font-size: 13px;
color: #999;
letter-spacing: 0.02em;
}
.news-card__pill {
display: inline-flex;
align-items: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 12px;
font-weight: 700;
color: #1B2A41;
padding: 4px 10px;
border-radius: 999px;
line-height: 1;
}
.news-card__pill.is-cat {
background: rgba(40,167,69,0.1);
border: 1px solid rgba(40,167,69,0.2);
}
.news-card__pill.is-news {
background: rgba(27,42,65,0.08);
border: 1px solid rgba(27,42,65,0.15);
}
.news-card__title {
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
color: #1B2A41;
}
.news-more {
display: flex;
justify-content: center;
margin-top: 40px;
}
@media (max-width: 1220px) {
.news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
.news-tabs { flex-wrap: wrap; justify-content: center; gap: 8px; }
.news-tab { padding: 8px 18px; font-size: 13px; }
.news-grid { grid-template-columns: 1fr; gap: 16px; }
.news-card__body { padding: 12px 16px 16px; }
}