.ftg {
--ftg-navy: #0e3668;
--ftg-navy-deep: #061f45;
--ftg-green: #28a745;
--ftg-orange: #ff6b00;
--ftg-yellow: #ffd84d;
--ftg-ink: #172033;
--ftg-text: #3f4b5e;
--ftg-muted: #6c7889;
--ftg-line: #d9e1e9;
--ftg-paper: #fffdf8;
--ftg-soft: #f3f7fb;
color: var(--ftg-ink);
overflow-x: clip;
background: #fff;
font-family: "Noto Sans JP", sans-serif;
}
.ftg *,
.ftg *::before,
.ftg *::after {
box-sizing: border-box;
}
.ftg a {
color: inherit;
}
.ftg-shell {
width: min(1200px, calc(100% - 48px));
margin-inline: auto;
}
.ftg-shell--narrow {
width: min(920px, calc(100% - 48px));
}
.ftg-sp-break {
display: none;
}
.ftg-final__sp-from {
display: none;
}
.ftg-hero {
position: relative;
padding: 150px 0 88px;
overflow: hidden;
background:
linear-gradient(90deg, rgba(14, 54, 104, .045) 1px, transparent 1px) 0 0 / 54px 54px,
linear-gradient(rgba(14, 54, 104, .045) 1px, transparent 1px) 0 0 / 54px 54px,
linear-gradient(125deg, #fffdf7 0%, #f8fbff 62%, #eef5fc 100%);
}
.ftg-breadcrumb ol {
display: flex;
align-items: center;
margin: 0 0 34px;
padding: 0;
list-style: none;
color: var(--ftg-muted);
font-size: 13px;
line-height: 1.6;
}
.ftg-breadcrumb li {
display: flex;
align-items: center;
}
.ftg-breadcrumb li + li::before {
margin: 0 10px;
color: #aeb8c5;
content: ">";
}
.ftg-breadcrumb a {
color: var(--ftg-navy);
text-decoration: none;
}
.ftg-hero__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
align-items: center;
gap: clamp(48px, 7vw, 92px);
min-width: 0;
}
.ftg-hero__copy,
.ftg-route {
min-width: 0;
}
.ftg-hero h1 {
margin: 0 0 24px;
color: var(--ftg-navy-deep);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: clamp(42px, 4.2vw, 58px);
font-weight: 900;
letter-spacing: -.02em;
line-height: 1.28;
}
.ftg-hero h1 span {
position: relative;
z-index: 0;
color: var(--ftg-navy);
}
.ftg-hero h1 span::after {
position: absolute;
z-index: -1;
right: 0;
bottom: .08em;
left: 0;
height: .28em;
background: var(--ftg-yellow);
content: "";
}
.ftg-hero__lead {
max-width: 680px;
margin: 0 0 30px;
color: var(--ftg-text);
font-size: 17px;
font-weight: 500;
line-height: 2;
}
.ftg-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 28px;
}
.ftg-button {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 16px;
min-height: 62px;
padding: 14px 24px;
border: 2px solid transparent;
border-radius: 8px;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
font-weight: 900;
line-height: 1.35;
text-align: center;
text-decoration: none;
transition: transform .2s ease, background-color .2s ease;
}
.ftg-button span {
font-size: 20px;
line-height: 1;
}
.ftg-button:hover {
transform: translateY(-2px);
}
.ftg-button:focus-visible,
.ftg-text-link:focus-visible,
.ftg-faq-item summary:focus-visible {
outline: 3px solid rgba(40, 167, 69, .42);
outline-offset: 4px;
}
.ftg a.ftg-button--primary,
.ftg a.ftg-button--primary:visited {
color: #fff;
background: var(--ftg-orange);
box-shadow: none;
}
.ftg a.ftg-button--primary:hover {
color: #fff;
background: #e96000;
box-shadow: none;
}
.ftg-button--outline {
border-color: var(--ftg-navy);
color: var(--ftg-navy);
background: rgba(255, 255, 255, .8);
}
.ftg-button--outline:hover {
color: #fff;
background: var(--ftg-navy);
}
.ftg-assurance {
display: flex;
flex-wrap: wrap;
gap: 10px 22px;
margin: 0;
padding: 0;
list-style: none;
color: var(--ftg-navy-deep);
font-size: 14px;
font-weight: 800;
}
.ftg-assurance li {
display: inline-flex;
align-items: center;
gap: 8px;
}
.ftg-assurance li span {
display: grid;
width: 24px;
height: 24px;
place-items: center;
border-radius: 50%;
color: #fff;
background: var(--ftg-green);
font-size: 13px;
}
.ftg-route {
position: relative;
padding: 30px 34px 28px;
border: 1px solid rgba(14, 54, 104, .12);
border-radius: 18px;
background: rgba(255, 255, 255, .94);
box-shadow: 0 24px 64px rgba(6, 31, 69, .13);
}
.ftg-route__label {
margin: 0 0 24px;
color: var(--ftg-navy);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 21px;
font-weight: 900;
}
.ftg-route ol {
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.ftg-route ol::before {
position: absolute;
top: 24px;
bottom: 24px;
left: 22px;
width: 2px;
background: linear-gradient(var(--ftg-orange), var(--ftg-green));
content: "";
}
.ftg-route li {
position: relative;
display: grid;
grid-template-columns: 46px 118px 1fr;
align-items: center;
gap: 14px;
min-height: 62px;
}
.ftg-route li > span {
position: relative;
z-index: 1;
display: grid;
width: 46px;
height: 46px;
place-items: center;
border: 3px solid #fff;
border-radius: 50%;
color: #fff;
background: var(--ftg-navy);
box-shadow: 0 0 0 1px rgba(14, 54, 104, .16);
font-size: 12px;
font-weight: 900;
}
.ftg-route li:last-child > span {
background: var(--ftg-green);
}
.ftg-route li strong {
color: var(--ftg-navy-deep);
font-size: 16px;
font-weight: 900;
}
.ftg-route li small {
color: var(--ftg-muted);
font-size: 12px;
font-weight: 600;
line-height: 1.5;
}
.ftg-section-head {
max-width: 820px;
margin-bottom: 44px;
}
.ftg-section-head--center {
margin-right: auto;
margin-left: auto;
text-align: center;
}
.ftg-section-head h2 {
margin: 0;
color: var(--ftg-navy);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: clamp(30px, 3.2vw, 43px);
font-weight: 900;
letter-spacing: -.01em;
line-height: 1.45;
}
.ftg-section-head > p:last-child {
margin: 16px 0 0;
color: var(--ftg-text);
font-size: 16px;
line-height: 1.9;
}
.ftg-worries {
padding: 86px 0;
background: #fff;
}
.ftg-worry-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.ftg-worry-grid article {
position: relative;
min-height: 220px;
padding: 36px 30px 30px;
background: var(--ftg-paper);
box-shadow: inset 0 0 0 1px #eee6da;
}
.ftg-worry-grid article > span {
position: absolute;
top: 24px;
right: 24px;
color: rgba(14, 54, 104, .12);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 70px;
font-weight: 900;
line-height: 1;
}
.ftg-worry-grid h3 {
position: relative;
margin: 0 0 18px;
color: var(--ftg-navy-deep);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 22px;
font-weight: 900;
line-height: 1.5;
}
.ftg-worry-grid p {
position: relative;
margin: 0;
color: var(--ftg-text);
font-size: 15px;
line-height: 1.9;
}
.ftg-flow {
padding: 96px 0;
background: var(--ftg-soft);
}
.ftg-timeline {
margin: 0;
padding: 0;
list-style: none;
counter-reset: ftg-step;
}
.ftg-timeline > li {
position: relative;
display: grid;
grid-template-columns: 102px minmax(0, 1fr) minmax(260px, .48fr);
gap: 34px;
align-items: center;
min-height: 184px;
padding: 34px 36px 34px 0;
border-top: 1px solid var(--ftg-line);
}
.ftg-timeline > li:last-child {
border-bottom: 1px solid var(--ftg-line);
}
.ftg-timeline__number {
align-self: stretch;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-right: 1px solid rgba(14, 54, 104, .2);
color: var(--ftg-orange);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 40px;
font-weight: 900;
line-height: 1;
}
.ftg-timeline__step-label {
margin-bottom: 7px;
color: var(--ftg-navy);
font-size: 10px;
letter-spacing: .15em;
}
.ftg-timeline__icon {
display: grid;
width: 42px;
height: 42px;
margin-bottom: 9px;
place-items: center;
border: 1px solid rgba(14, 54, 104, .14);
border-radius: 50%;
background: #fff;
}
.ftg-timeline__icon img {
width: 24px;
height: 24px;
}
.ftg-timeline__phase {
margin: 0 0 8px;
color: var(--ftg-green);
font-size: 12px;
font-weight: 900;
}
.ftg-timeline__body h3 {
margin: 0 0 12px;
color: var(--ftg-navy-deep);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 25px;
font-weight: 900;
line-height: 1.45;
}
.ftg-timeline__body > p:last-child {
margin: 0;
color: var(--ftg-text);
font-size: 15px;
line-height: 1.9;
}
.ftg-timeline__check {
margin: 0;
padding: 20px 22px;
background: #fff;
color: var(--ftg-text);
font-size: 13px;
line-height: 1.8;
box-shadow: 0 8px 24px rgba(6, 31, 69, .06);
}
.ftg-timeline__check strong {
display: block;
margin-bottom: 5px;
color: var(--ftg-navy);
font-size: 12px;
}
.ftg-prepare {
padding: 96px 0;
background: #fff;
}
.ftg-prepare-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 26px;
}
.ftg-prepare-card {
position: relative;
padding: 42px;
border: 2px solid var(--ftg-line);
border-radius: 12px;
background: #fff;
}
.ftg-prepare-card--now {
border-color: var(--ftg-orange);
background: var(--ftg-paper);
}
.ftg-prepare-card__label {
display: inline-flex;
min-height: 30px;
align-items: center;
margin: 0 0 16px;
padding: 0 12px;
border-radius: 999px;
color: #fff;
background: var(--ftg-navy);
font-size: 12px;
font-weight: 900;
}
.ftg-prepare-card--now .ftg-prepare-card__label {
background: var(--ftg-orange);
}
.ftg-prepare-card h3 {
margin: 0 0 24px;
color: var(--ftg-navy-deep);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 26px;
font-weight: 900;
}
.ftg-prepare-card ul {
display: grid;
gap: 0;
margin: 0 0 22px;
padding: 0;
list-style: none;
}
.ftg-prepare-card li {
position: relative;
padding: 12px 8px 12px 34px;
border-bottom: 1px dashed var(--ftg-line);
color: var(--ftg-ink);
font-size: 15px;
font-weight: 700;
}
.ftg-prepare-card li::before {
position: absolute;
top: 13px;
left: 4px;
display: grid;
width: 20px;
height: 20px;
place-items: center;
border-radius: 4px;
color: #fff;
background: var(--ftg-green);
content: "✓";
font-size: 11px;
font-weight: 900;
}
.ftg-prepare-card__note {
margin: 0;
color: var(--ftg-muted);
font-size: 13px;
line-height: 1.8;
}
.ftg-checks {
position: relative;
padding: 96px 0;
overflow: hidden;
color: #fff;
background:
linear-gradient(145deg, rgba(40, 167, 69, .12), transparent 40%),
var(--ftg-navy-deep);
}
.ftg-checks .ftg-section-head {
position: relative;
z-index: 1;
}
.ftg-checks .ftg-section-head h2,
.ftg-checks .ftg-section-head > p:last-child {
color: #fff;
}
.ftg-check-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
border: 1px solid rgba(255, 255, 255, .24);
background: rgba(255, 255, 255, .24);
}
.ftg-check-grid article {
min-height: 250px;
padding: 30px 26px;
background: var(--ftg-navy-deep);
}
.ftg-check-grid span {
display: block;
margin-bottom: 26px;
color: var(--ftg-yellow);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 14px;
font-weight: 900;
}
.ftg-check-grid h3 {
margin: 0 0 16px;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 20px;
font-weight: 900;
line-height: 1.5;
}
.ftg-check-grid p {
margin: 0;
color: rgba(255, 255, 255, .78);
font-size: 14px;
line-height: 1.85;
}
.ftg-promise {
padding: 96px 0;
background: var(--ftg-paper);
}
.ftg-promise__head {
margin-bottom: 44px;
padding-bottom: 30px;
border-bottom: 3px solid var(--ftg-navy);
}
.ftg-promise__head h2 {
margin: 0;
color: var(--ftg-navy);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: clamp(30px, 3.2vw, 43px);
font-weight: 900;
line-height: 1.45;
}
.ftg-promise-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px 42px;
}
.ftg-promise-grid article {
display: grid;
grid-template-columns: 48px 1fr;
gap: 18px;
padding: 24px 0;
border-bottom: 1px solid #e6ded3;
}
.ftg-promise-grid article > span {
display: grid;
width: 44px;
height: 44px;
place-items: center;
border-radius: 50%;
color: #fff;
background: var(--ftg-green);
font-size: 20px;
font-weight: 900;
}
.ftg-promise-grid h3 {
margin: 0 0 7px;
color: var(--ftg-navy-deep);
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 21px;
font-weight: 900;
}
.ftg-promise-grid p {
margin: 0;
color: var(--ftg-text);
font-size: 14px;
line-height: 1.8;
}
.ftg-text-link {
display: inline-flex;
align-items: center;
gap: 12px;
margin-top: 34px;
color: var(--ftg-navy);
font-size: 15px;
font-weight: 900;
text-decoration: underline;
text-decoration-color: var(--ftg-orange);
text-decoration-thickness: 2px;
text-underline-offset: 7px;
}
.ftg-text-link span {
color: var(--ftg-orange);
font-size: 22px;
}
.ftg-text-link--center {
display: flex;
width: max-content;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
.ftg-faq {
padding: 96px 0;
background: #fff;
}
.ftg-faq-list {
border-top: 2px solid var(--ftg-navy);
}
.ftg-faq-item {
border-bottom: 1px solid var(--ftg-line);
}
.ftg-faq-item summary {
position: relative;
padding: 26px 68px 26px 54px;
color: var(--ftg-navy-deep);
font-size: 16px;
font-weight: 900;
line-height: 1.65;
cursor: pointer;
list-style: none;
}
.ftg-faq-item summary::-webkit-details-marker {
display: none;
}
.ftg-faq-item summary::before {
position: absolute;
top: 24px;
left: 12px;
color: var(--ftg-orange);
content: "Q";
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 22px;
font-weight: 900;
}
.ftg-faq-item summary::after {
position: absolute;
top: 50%;
right: 20px;
display: grid;
width: 32px;
height: 32px;
place-items: center;
border: 1px solid var(--ftg-line);
border-radius: 50%;
color: var(--ftg-navy);
content: "+";
font-size: 20px;
transform: translateY(-50%);
}
.ftg-faq-item[open] summary::after {
content: "−";
}
.ftg-faq-item__answer {
padding: 0 54px 28px;
color: var(--ftg-text);
font-size: 15px;
line-height: 1.9;
}
.ftg-faq-item__answer p,
.ftg-faq-item__answer ul {
margin: 0 0 12px;
}
.ftg-faq-item__answer ul {
padding-left: 1.4em;
list-style: disc;
}
.ftg-faq-item__answer a {
color: var(--ftg-navy);
font-weight: 700;
text-underline-offset: 3px;
}
.ftg-final {
padding: 0 0 96px;
background: #fff;
}
.ftg-final__inner {
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 50px;
align-items: center;
padding: 54px 60px;
color: #fff;
background:
linear-gradient(135deg, rgba(40, 167, 69, .16), transparent 45%),
var(--ftg-navy);
box-shadow: 16px 16px 0 var(--ftg-yellow);
}
.ftg-final__inner > div:first-child > p {
margin: 0 0 12px;
color: var(--ftg-yellow);
font-size: 14px;
font-weight: 900;
}
.ftg-final h2 {
margin: 0;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: clamp(29px, 3vw, 40px);
font-weight: 900;
line-height: 1.45;
}
.ftg-final__actions {
display: grid;
gap: 12px;
}
.ftg-button--line {
color: #fff;
background: #08b85e;
}
.ftg a.ftg-button--white,
.ftg a.ftg-button--white:visited {
color: var(--ftg-navy);
background: #fff;
}
.ftg-button--line:hover,
.ftg a.ftg-button--white:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}
.ftg a.ftg-button--white:hover {
color: var(--ftg-navy);
}
@media (max-width: 1024px) {
.ftg-hero__grid {
grid-template-columns: 1fr;
}
.ftg-route {
width: min(100%, 680px);
}
.ftg-timeline > li {
grid-template-columns: 86px 1fr;
}
.ftg-timeline__check {
grid-column: 2;
}
.ftg-check-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ftg-check-grid article {
min-height: 220px;
}
}
@media (max-width: 767px) {
.ftg-shell,
.ftg-shell--narrow {
width: min(100% - 32px, 560px);
}
.ftg-hero {
padding: 98px 0 58px;
}
.ftg-sp-break {
display: block;
}
.ftg-pc-break {
display: none;
}
.ftg-breadcrumb ol {
margin-bottom: 24px;
font-size: 12px;
}
.ftg-hero__grid {
gap: 38px;
}
.ftg-hero h1 {
margin-bottom: 20px;
font-size: clamp(32px, 8.8vw, 38px);
line-height: 1.34;
}
.ftg-hero__lead {
font-size: 15px;
line-height: 1.9;
overflow-wrap: anywhere;
}
.ftg-hero__actions {
display: grid;
}
.ftg-button {
width: 100%;
min-height: 58px;
padding: 13px 18px;
font-size: 15px;
}
.ftg-assurance {
display: grid;
gap: 10px;
}
.ftg-route {
padding: 26px 20px 22px;
border-radius: 12px;
}
.ftg-route__label {
font-size: 19px;
}
.ftg-route li {
grid-template-columns: 42px minmax(82px, 92px) minmax(0, 1fr);
gap: 10px;
min-height: 64px;
}
.ftg-route li > span {
width: 42px;
height: 42px;
}
.ftg-route ol::before {
left: 20px;
}
.ftg-route li strong {
font-size: 14px;
}
.ftg-route li small {
font-size: 11px;
}
.ftg-worries,
.ftg-flow,
.ftg-prepare,
.ftg-checks,
.ftg-promise,
.ftg-faq {
padding: 66px 0;
}
.ftg-section-head {
margin-bottom: 32px;
}
.ftg-section-head h2,
.ftg-promise__head h2 {
font-size: 29px;
}
#ftg-worries-title {
font-size: clamp(16px, 4.6vw, 20px);
white-space: nowrap;
}
.ftg-section-head > p:last-child {
font-size: 14px;
line-height: 1.85;
}
.ftg-worry-grid,
.ftg-prepare-grid,
.ftg-promise-grid,
.ftg-check-grid {
grid-template-columns: 1fr;
}
.ftg-worry-grid article {
min-height: 190px;
padding: 30px 24px 26px;
}
.ftg-worry-grid h3 {
font-size: 20px;
}
.ftg-timeline > li {
grid-template-columns: 58px 1fr;
gap: 18px;
min-height: 0;
padding: 28px 0;
}
.ftg-timeline__number {
align-self: start;
min-height: 112px;
border-right: 0;
border-bottom: 3px solid var(--ftg-orange);
font-size: 30px;
}
.ftg-timeline__icon {
width: 34px;
height: 34px;
margin-bottom: 6px;
}
.ftg-timeline__icon img {
width: 20px;
height: 20px;
}
.ftg-timeline__body h3 {
font-size: 21px;
}
.ftg-timeline__body > p:last-child {
font-size: 14px;
}
.ftg-timeline__check {
grid-column: 1 / -1;
padding: 17px 18px;
}
.ftg-prepare-card {
padding: 30px 24px;
}
.ftg-prepare-card h3 {
font-size: 23px;
}
.ftg-check-grid article {
min-height: 0;
padding: 28px 24px;
}
.ftg-check-grid span {
margin-bottom: 14px;
}
.ftg-promise-grid article {
grid-template-columns: 40px 1fr;
gap: 14px;
}
.ftg-promise-grid article > span {
width: 38px;
height: 38px;
}
.ftg-faq-item summary {
padding: 22px 48px 22px 38px;
font-size: 14px;
}
.ftg-faq-item summary::before {
top: 20px;
left: 5px;
font-size: 19px;
}
.ftg-faq-item summary::after {
right: 4px;
width: 30px;
height: 30px;
}
.ftg-faq-item__answer {
padding: 0 12px 24px 38px;
font-size: 14px;
}
.ftg-final {
padding: 0 0 72px;
}
.ftg-final__inner {
grid-template-columns: 1fr;
gap: 28px;
padding: 38px 24px;
box-shadow: 8px 8px 0 var(--ftg-yellow);
}
.ftg-final__pc-from {
display: none;
}
.ftg-final__sp-from {
display: inline;
}
.ftg-final h2 {
font-size: 28px;
}
}
@media (prefers-reduced-motion: reduce) {
.ftg-button {
transition: none;
}
}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; }
}