*, *::before, *::after { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; border: none; display: block; } .pc-only { display: block; }
.sp-only { display: none; }
@media (max-width: 767px) {
.pc-only { display: none; }
.sp-only { display: block; }
} .fv-wrap {
width: 100%;
margin: 0;
overflow: hidden;
background: #f3f7fb;
padding-top: 120px;
}
@media (max-width: 1220px) {
.fv-wrap { padding-top: 0; }
}
.fv-main {
position: relative;
min-height: 700px;
padding: 56px max(56px, calc((100vw - 1440px) / 2 + 56px)) 34px;
overflow: hidden;
background: #fff;
}
.fv-main::before {
content: "";
position: absolute;
inset: 0;
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) calc(100% + 200px) center / auto 168% no-repeat;
-webkit-mask-image: linear-gradient(
90deg,
rgba(0,0,0,0) 0%,
rgba(0,0,0,0) 38%,
rgba(0,0,0,.08) 48%,
rgba(0,0,0,.55) 60%,
#000 74%
);
mask-image: linear-gradient(
90deg,
rgba(0,0,0,0) 0%,
rgba(0,0,0,0) 38%,
rgba(0,0,0,.08) 48%,
rgba(0,0,0,.55) 60%,
#000 74%
);
mask-size: 100% 100%;
pointer-events: none;
}
.fv-main::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(
90deg,
#fff 0%,
rgba(255,255,255,.99) 22%,
rgba(255,255,255,.92) 34%,
rgba(255,255,255,.68) 46%,
rgba(255,255,255,.3) 58%,
rgba(255,255,255,.08) 68%,
rgba(255,255,255,0) 78%
);
pointer-events: none;
}
.fv-content {
position: relative;
z-index: 3;
width: min(700px, 100%);
font-family: "Zen Kaku Gothic New", sans-serif;
}
.fv-area-badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 54px;
padding: 0 22px;
margin-bottom: 24px;
border: 3px solid #082b5f;
border-radius: 6px;
background: rgba(255, 255, 255, .88);
font-size: 25px;
line-height: 1;
font-weight: 900;
letter-spacing: .04em;
color: #061f45;
}
.fv-title {
margin: 0 0 22px;
font-size: clamp(68px, 5.6vw, 88px);
line-height: 1.05;
font-weight: 900;
letter-spacing: .02em;
color: #FF6B00;
text-shadow: 0 4px 0 rgba(255,255,255,.75);
}
.fv-title .fv-title-green {
color: #28A745;
}
.fv-lead {
margin: 0 0 28px;
font-size: 19px;
line-height: 1.85;
font-weight: 800;
color: #111;
}
.fv-cta-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
width: min(700px, 100%);
margin-bottom: 28px;
}
.fv-cta {
min-height: 82px;
padding: 15px 16px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
color: #fff;
box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
transition: transform .2s ease, box-shadow .2s ease;
}
.fv-cta:hover {
transform: translateY(-3px);
box-shadow: 0 16px 30px rgba(0, 0, 0, .26);
}
.fv-cta.orange { background: linear-gradient(135deg, #ff7900, #ff5a00); }
.fv-cta.green  { background: linear-gradient(135deg, #08c967, #05a94f); }
.fv-cta.blue   { background: linear-gradient(135deg, #073c7a, #041f4d); }
.fv-cta-icon {
flex: 0 0 auto;
width: 38px;
height: 38px;
display: grid;
place-items: center;
font-size: 26px;
}
.fv-cta.green .fv-cta-icon {
width: 54px;
border-radius: 999px;
background: #fff;
color: #08bd62;
font-size: 18px;
font-weight: 900;
}
.fv-cta-copy {
display: flex;
flex-direction: column;
gap: 4px;
line-height: 1.2;
}
.fv-cta-copy small {
font-size: 11px;
font-weight: 800;
opacity: .96;
}
.fv-cta-copy strong {
font-size: 16px;
font-weight: 900;
letter-spacing: .04em;
white-space: nowrap;
}
.fv-cta-arrow {
margin-left: auto;
font-size: 24px;
font-weight: 300;
opacity: .9;
}
.fv-merits {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 34px;
}
.fv-merits li {
display: inline-flex;
align-items: center;
gap: 9px;
font-size: 15px;
font-weight: 900;
color: #061f45;
white-space: nowrap;
}
.fv-check {
width: 28px;
height: 28px;
border-radius: 50%;
display: grid;
place-items: center;
border: 2px solid #082b5f;
color: #082b5f;
font-size: 16px;
background: rgba(255,255,255,.82);
}
.fv-circle {
position: absolute;
z-index: 4;
right: 44px;
bottom: 28px;
width: 142px;
height: 142px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: #062b63;
color: #fff;
border: 3px solid #e5c95f;
box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
font-weight: 900;
line-height: 1.45;
}
.fv-circle small { font-size: 14px; }
.fv-circle strong {
margin-top: 2px;
font-size: 28px;
color: #ffd52e;
letter-spacing: .03em;
}
.fv-bottom {
display: grid;
grid-template-columns: 1fr 454px;
gap: 36px;
align-items: center;
min-height: 196px;
padding: 26px max(56px, calc((100vw - 1440px) / 2 + 56px)) 30px;
background: linear-gradient(135deg, #06295c 0%, #073d7f 100%);
color: #fff;
}
.fv-feature-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.fv-feature {
display: grid;
grid-template-columns: 42px 1fr;
gap: 12px;
align-items: center;
padding-right: 20px;
border-right: 1px solid rgba(255,255,255,.25);
min-width: 0;
}
.fv-feature:last-child {
border-right: none;
padding-right: 0;
}
.fv-feature-icon {
font-size: 36px;
line-height: 1;
}
.fv-feature-title {
margin: 0 0 4px;
color: #ffd52e;
font-size: 18px;
font-weight: 900;
white-space: nowrap;
}
.fv-feature-text {
margin: 0;
font-size: 13px;
font-weight: 700;
opacity: .95;
white-space: nowrap;
}
.fv-tel-box {
min-height: 96px;
padding: 14px 20px;
border-radius: 12px;
background: #fff;
color: #06295c;
text-align: center;
box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}
.fv-tel-box small {
display: block;
margin-bottom: 4px;
font-size: 13px;
font-weight: 800;
color: #333;
}
.fv-tel-box a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 42px;
line-height: 1;
font-weight: 900;
letter-spacing: .04em;
color: #06295c;
}
.fv-tel-box p {
margin: 6px 0 0;
font-size: 12px;
font-weight: 800;
color: #333;
} @media (min-width: 1025px) and (max-width: 1800px) {
.fv-main::before {
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) calc(100% + 10px) center / auto 142% no-repeat;
-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,.2) 32%, rgba(0,0,0,.75) 44%, #000 56%);
mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,.2) 32%, rgba(0,0,0,.75) 44%, #000 56%);
}
.fv-main::after {
background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 18%, rgba(255,255,255,.65) 30%, rgba(255,255,255,.2) 42%, rgba(255,255,255,.05) 52%, rgba(255,255,255,0) 62%);
}
}
@media (min-width: 1241px) and (max-width: 1700px) {
.fv-main::before {
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) calc(100% + 300px) center / auto 150% no-repeat;
-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,.26) 28%, rgba(0,0,0,.82) 40%, #000 52%);
mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 18%, rgba(0,0,0,.26) 28%, rgba(0,0,0,.82) 40%, #000 52%);
}
.fv-main::after {
background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 16%, rgba(255,255,255,.58) 28%, rgba(255,255,255,.16) 40%, rgba(255,255,255,.03) 50%, rgba(255,255,255,0) 58%);
}
}
@media (min-width: 1025px) and (max-width: 1240px) {
.fv-main { min-height: 760px; }
.fv-content { margin-inline: auto; }
.fv-main::before {
top: 100px; right: -60px; bottom: auto; left: -42px;
height: 530px;
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) 54% 64% / auto 720px no-repeat;
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 16%, #000 84%, rgba(0,0,0,0) 100%);
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 16%, #000 84%, rgba(0,0,0,0) 100%);
}
.fv-main::after {
background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 32%, rgba(255,255,255,.58) 50%, rgba(255,255,255,.08) 66%, rgba(255,255,255,0) 80%);
}
.fv-cta-list { margin: 200px auto 28px; }
}
@media (max-width: 1300px) {
.fv-bottom {
grid-template-columns: 1fr;
padding: 26px 24px;
}
.fv-feature-list {
grid-template-columns: 1fr;
gap: 0;
}
.fv-feature {
border-right: none;
border-bottom: 1px solid rgba(255,255,255,.2);
padding: 16px 0;
}
.fv-feature:last-child { border-bottom: none; }
}
@media (max-width: 1220px) {
.fv-feature-text { font-size: 12px; }
}
@media (max-width: 1024px) {
.fv-wrap { padding-top: 120px; background: #fff; }
}
@media (min-width: 768px) and (max-width: 1220px) {
.fv-main { padding-top: 150px; }
}
@media (min-width: 800px) and (max-width: 1024px) {
.fv-main { min-height: 780px; }
.fv-main::before {
top: 100px; height: 520px;
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) 54% 64% / auto 690px no-repeat;
}
.fv-cta-list { margin-top: 120px; }
}
@media (max-width: 1024px) {
.fv-main { padding: 34px 24px 32px; }
.fv-main::before {
top: 185px; right: -70px; bottom: auto; left: -40px;
height: 430px;
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) 58% center / auto 560px no-repeat;
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 8%, #000 92%, rgba(0,0,0,0) 100%);
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 8%, #000 92%, rgba(0,0,0,0) 100%);
}
.fv-main::after {
background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 25%, rgba(255,255,255,.85) 38%, rgba(255,255,255,.4) 52%, rgba(255,255,255,.05) 68%, rgba(255,255,255,0) 80%);
}
.fv-cta-list {
grid-template-columns: 1fr;
max-width: 420px;
margin-top: 200px;
}
.fv-cta { min-height: 76px; }
.fv-bottom {
grid-template-columns: 1fr;
padding: 26px 24px;
}
.fv-feature-list { grid-template-columns: 1fr; gap: 18px; }
.fv-feature {
border-right: none;
border-bottom: 1px solid rgba(255,255,255,.2);
padding: 0 0 18px;
}
.fv-feature:last-child { border-bottom: none; padding-bottom: 0; }
}
@media (max-width: 767px) {
.fv-wrap { padding-top: 0; }
.fv-main {
min-height: auto;
padding: 104px 18px 34px;
background: linear-gradient(180deg, #eef5fb 0%, #f8fbfe 78px, #fff 150px);
}
.fv-main::before {
top: 120px; right: -42px; bottom: auto; left: -22px;
height: 390px;
background: url(//hakata-kurumakoubou.com/wp-content/themes/kurumano-shuri-com-child/img/fv_top.webp) 62% center / auto 470px no-repeat;
-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
}
.fv-main::after {
background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 30%, rgba(255,255,255,.62) 48%, rgba(255,255,255,.1) 62%, rgba(255,255,255,0) 76%);
}
.fv-area-badge {
min-height: 42px;
padding: 0 14px;
font-size: 17px;
border-width: 2px;
margin-bottom: 18px;
}
.fv-title { font-size: 42px; }
.fv-lead { font-size: 15px; line-height: 1.75; }
.fv-cta-list { gap: 10px; margin-top: 175px; margin-bottom: 20px; }
.fv-cta { min-height: 64px; border-radius: 10px; }
.fv-cta-copy strong { font-size: 16px; }
.fv-merits { gap: 12px; }
.fv-merits li { font-size: 13px; }
.fv-check { width: 23px; height: 23px; font-size: 13px; }
.fv-circle { display: none; }
.fv-bottom { padding: 24px 18px 28px; }
.fv-tel-box a { font-size: 28px; }
} .section-flow {
background: #fff;
padding: 80px 24px;
text-align: center;
}
.flow-title {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 32px;
font-weight: 900;
color: #000;
margin-bottom: 48px;
}
.flow-title-name {
color: #1B2A41;
}
.flow-steps {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 28px;
max-width: 1200px;
margin: 0 auto;
}
.flow-step {
min-width: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.flow-step-num {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 14px;
font-weight: 800;
color: #FF6B00;
letter-spacing: 0.1em;
margin-bottom: 12px;
}
.flow-step-img {
width: 200px;
height: 200px;
border-radius: 16px;
overflow: hidden;
background: #1B2A41;
margin-bottom: 16px;
}
.flow-step-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.flow-step-heading {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 800;
color: #1B2A41;
margin-bottom: 8px;
}
.flow-step-desc {
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
line-height: 1.7;
color: #555;
}
@media (max-width: 900px) {
.flow-steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 40px 28px;
}
}
@media (max-width: 767px) {
.section-flow { padding: 60px 16px; }
.flow-title { font-size: 22px; margin-bottom: 32px; }
.flow-steps {
grid-template-columns: 1fr;
gap: 32px;
}
.flow-step-img { width: 160px; height: 160px; }
} .section-inquiry {
background: #FFFFFF;
padding: 80px 24px;
scroll-margin-top: 96px;
}
.inquiry-inner {
max-width: 760px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.inquiry-title {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 32px;
font-weight: 900;
color: #1B2A41;
text-align: center;
margin-bottom: 8px;
}
.inquiry-sub {
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
color: #777;
text-align: center;
margin-bottom: 32px;
}
.inquiry-methods {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 8px;
}
.section-inquiry .contact-form {
max-width: 700px;
}
.inquiry-submit-btn {
display: inline-block;
background: #FF6B00;
color: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 700;
padding: 18px 60px;
border-radius: 9999px;
border: none;
cursor: pointer;
transition: background 0.3s, transform 0.3s;
}
.inquiry-submit-btn:hover {
background: #FFA869;
transform: scale(1.05);
}
@media (max-width: 767px) {
.section-inquiry {
padding: 60px 16px;
scroll-margin-top: 84px;
}
.inquiry-inner { width: 100%; padding: 0; box-sizing: border-box; }
.inquiry-title { font-size: 24px; }
.inquiry-methods { flex-direction: column; align-items: center; }
.section-inquiry .contact-form {
padding: 0;
max-width: 100%;
width: 100%;
}
.form-row { flex-direction: column; gap: 4px; }
.form-label { width: 100%; padding-top: 0; }
.form-field { width: 100%; }
.form-field input,
.form-field textarea {
width: 100% !important;
box-sizing: border-box;
}
.inquiry-submit-btn { width: 100%; padding: 16px 20px; }
.contact-divider { max-width: 100%; }
} .section-en-title {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 100px;
font-weight: 900;
line-height: 50px;
text-shadow: 0 0 10px rgba(0,0,0,0.3);
color: #F2F2F2;
align-self: flex-start;
transform: translateY(-68px);
}
.section-en-title--white { color: #FFF; }
.section-ja-title {
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 36px;
font-weight: 800;
color: #28A745;
}
.section-body-text {
font-family: "BIZ UDGothic", sans-serif;
font-size: 20px;
line-height: 30px;
margin-top: 20px;
} .btn-custom {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 25px;
letter-spacing: 0.5px;
color: #000;
background: transparent;
border: none;
border-bottom: 2px solid transparent;
padding: 0;
margin-top: 20px;
transition: border-color 0.7s;
cursor: pointer;
}
.btn-custom:hover { border-bottom-color: #28A745; }
.btn-custom svg { width: 30px; height: 30px; }
.btn-custom--mt { margin-top: 17px; }
.btn-custom--end { align-self: flex-end; }
@media (max-width: 1220px) {
.section-en-title { font-size: 85px; transform: translateY(-63px); }
}
@media (max-width: 767px) {
.section-en-title { font-size: 50px; line-height: 1; transform: none; margin-bottom: 8px; align-self: flex-start; text-align: left; }
.section-ja-title { font-size: 26px; }
.section-body-text { font-size: 17px; line-height: 26px; }
} .section-service {
background-color: #F2F2F2;
display: flex;
flex-direction: column;
align-items: center;
min-height: 638px;
padding-top: 250px;
padding-bottom: 100px;
}
.service-inner {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 1200px;
max-width: 90%;
}
.service-text {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 552px;
}
.service-image { width: 552px; }
.service-image img {
width: 552px;
border-radius: 10px;
transform: translateY(-68px);
}
@media (max-width: 1220px) {
.service-text, .service-image { width: 48%; }
.service-image img { width: 100%; transform: translateY(-63px); }
}
@media (max-width: 767px) {
.section-service { padding-top: 60px; min-height: auto; }
.service-inner { flex-direction: column; }
.service-text, .service-image { width: 100%; }
.service-text .btn-custom { margin-bottom: 24px; }
.service-image img { transform: none; }
.service-en-title { color: #FFF; }
} .section-case-outer {
position: relative;
padding-top: 80px;
overflow: hidden;
background-color: #fff;
}
.section-case {
margin: 0 auto;
padding: 0 5% 100px;
}
.case-en-title {
text-align: left;
transform: none;
line-height: 1;
margin-bottom: 16px;
} .case-header {
margin-bottom: 24px;
}
@media (max-width: 767px) {
.section-case-outer { padding-top: 60px; }
} .section-faq {
background-color: #F2F2F2;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 120px;
padding-bottom: 80px;
}
.faq-inner {
width: 1200px;
max-width: 90%;
display: flex;
flex-direction: column;
}
.faq-inner .section-ja-title { margin-bottom: 20px; }
.faq-accordion details {
border-bottom: 1px solid #000;
}
.faq-accordion details[open] {
border-bottom: none;
}
.faq-accordion summary {
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 0;
cursor: pointer;
font-family: "BIZ UDGothic", sans-serif;
font-size: 20px;
line-height: 25px;
letter-spacing: 0.5px;
list-style: none;
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
content: "+";
font-size: 24px;
flex-shrink: 0;
margin-left: 16px;
}
.faq-accordion details[open] summary::after {
content: "\2212";
}
.faq-answer {
padding: 10px 0 10px 10px;
border-bottom: 1px solid #000;
font-family: "BIZ UDGothic", sans-serif;
font-size: 16px;
letter-spacing: 0.5px;
line-height: 25px;
}
.faq-answer ul {
list-style: disc;
padding-left: 1.5em;
margin-bottom: 1em;
}
@media (max-width: 767px) {
.section-faq { padding-top: 60px; }
.faq-accordion summary { font-size: 16px; }
.faq-accordion summary::after { font-size: 20px; }
.faq-answer { font-size: 14px; padding-left: 0; }
} .section-about {
background-color: #FFF;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 120px;
}
.about-inner {
display: flex;
justify-content: space-between;
width: 1200px;
max-width: 90%;
margin-bottom: 100px;
}
.about-photo {
width: 480px;
min-height: 300px;
border-radius: 10px;
background: url(https://hakata-kurumakoubou.com/wp-content/uploads/2026/02/inspection_photo_1.webp) center/cover no-repeat;
transform: translateY(-80px);
}
.about-text {
width: 576px;
display: flex;
flex-direction: column;
}
.about-text .section-ja-title { margin-bottom: 20px; }
.about-text .btn-custom { align-self: flex-start; }
@media (max-width: 1220px) {
.about-inner { flex-direction: column-reverse; align-items: center; gap: 30px; }
.about-photo { width: 100%; transform: none; }
.about-text { width: 100%; }
}
@media (max-width: 767px) {
.section-about { padding-top: 60px; }
} .section-news {
background-color: #F2F2F2;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 120px;
padding-bottom: 80px;
}
.news-inner {
width: 1200px;
max-width: 90%;
} @media (max-width: 767px) {
.section-news { padding-top: 60px; }
}   .floating-cta {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 99;
display: none;
}
.floating-cta.is-visible { display: flex !important; }
.floating-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 36px;
background: #FF6B00;
color: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
font-weight: 800;
border-radius: 9999px;
letter-spacing: 0.5px;
transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
box-shadow: 0 4px 20px rgba(255,107,0,0.35);
}
.floating-cta-btn:hover {
background: #e55b00;
transform: translateY(-3px);
box-shadow: 0 8px 28px rgba(255,107,0,0.4);
}
@media (max-width: 767px) {
.floating-cta {
bottom: 0;
right: 0;
left: 0;
padding: 10px 16px;
background: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
box-shadow: none;
justify-content: center;
}
.floating-cta-btn {
width: 100%;
max-width: 480px;
padding: 14px 24px;
}
}  .section-inquiry .top-inquiry-form {
max-width: 700px;
margin: 0 auto;
} .section-inquiry .top-inquiry-form p {
margin: 0 0 4px;
} .section-inquiry .top-inquiry-form p:has(.wpcf7-form-control-wrap) {
margin-bottom: 20px;
}
.section-inquiry .top-inquiry-form .form-label {
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
font-weight: 700;
color: #1B2A41;
display: inline-flex;
align-items: center;
gap: 8px;
}
.section-inquiry .top-inquiry-form .form-required {
background: #FF6B00;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 4px;
font-weight: 400;
}
.section-inquiry .top-inquiry-form .form-optional {
background: #ccc;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 4px;
font-weight: 400;
}
.section-inquiry .top-inquiry-form input[type="text"],
.section-inquiry .top-inquiry-form input[type="email"],
.section-inquiry .top-inquiry-form input[type="tel"],
.section-inquiry .top-inquiry-form 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 4px 4px rgba(0, 0, 0, 0.08);
box-sizing: border-box;
}
.section-inquiry .top-inquiry-form input:focus,
.section-inquiry .top-inquiry-form textarea:focus {
outline: none;
box-shadow: 0 0 0 2px #28A745;
}
.section-inquiry .top-inquiry-form textarea {
resize: vertical;
min-height: 140px;
}
.section-inquiry .top-inquiry-form .form-submit {
text-align: center;
margin: 32px 0 16px;
}
.section-inquiry .top-inquiry-form .inquiry-submit-btn,
.section-inquiry .top-inquiry-form .form-submit input[type="submit"] {
display: inline-block;
background: #FF6B00;
color: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 18px;
font-weight: 700;
padding: 16px 60px;
border: none;
border-radius: 9999px;
cursor: pointer;
transition: background 0.3s, transform 0.2s;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.section-inquiry .top-inquiry-form .inquiry-submit-btn:hover,
.section-inquiry .top-inquiry-form .form-submit input[type="submit"]:hover {
background: #FFA869;
transform: scale(1.05);
}
.section-inquiry .top-inquiry-form .form-submit-note {
text-align: center;
font-size: 13px;
color: #777;
margin-top: 12px;
}
.section-inquiry .top-inquiry-form .form-submit-note a {
color: #28A745;
text-decoration: underline;
}
.section-inquiry .top-inquiry-form .form-recaptcha-note {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 8px;
}
.section-inquiry .top-inquiry-form .form-recaptcha-note a {
color: #aaa;
text-decoration: underline;
}
.section-inquiry .top-inquiry-form .wpcf7-spinner {
display: none !important;
}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 { 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; }
}