.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--orange: #FF6B35;
--teal: #1A3A6B;
--teal-dark: #0D1F3C;
--teal-light: #2563EB;
--gold: #FFD166;
--white: #FFFFFF;
--gray-light: #F8F9FA;
--gray-mid: #E8E8E8;
--gray-text: #666666;
--black: #222222;
--site-header-height: 72px;
--wp-adminbar-height: 0px;
}
body.admin-bar { --wp-adminbar-height: 32px; }
@media (max-width: 782px) {
body.admin-bar { --wp-adminbar-height: 46px; }
}
html { scroll-behavior: smooth; }
body {
font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
color: var(--black);
line-height: 1.8;
font-size: 15px;
background: var(--white);
} .navbar {
position: sticky;
top: var(--wp-adminbar-height);
z-index: 100;
background: var(--teal-dark);
display: flex;
align-items: center;
justify-content: space-between;
height: var(--site-header-height);
padding: 0 20px;
}
.navbar-logo {
color: var(--orange);
font-weight: 900;
font-size: 20px;
text-decoration: none;
letter-spacing: 1px;
}
.navbar-menu {
display: none;
gap: 4px;
align-items: center;
}
.navbar-menu a {
font-size: 12px;
font-weight: 700;
color: #fff;
text-decoration: none;
padding: 6px 10px;
border-radius: 8px;
transition: background 0.15s;
white-space: nowrap;
}
.navbar-menu a:hover {
background: rgba(255,255,255,0.15);
}
.btn-primary {
display: inline-block;
background: var(--orange);
color: #fff;
padding: 10px 20px;
border-radius: 999px;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
.navbar-cta {
display: none;
}
.navbar-hamburger {
display: flex;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 36px;
height: 36px;
background: none;
border: none;
cursor: pointer;
padding: 4px;
border-radius: 8px;
}
.navbar-hamburger span {
display: block;
height: 2px;
background: #fff;
border-radius: 2px;
transition: transform 0.25s, opacity 0.25s;
}
.navbar-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-hamburger.open span:nth-child(2) { opacity: 0; }
.navbar-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.navbar-drawer {
display: none;
position: fixed;
top: calc(var(--site-header-height) + var(--wp-adminbar-height) + 8px);
left: 50%;
right: auto;
width: min(92vw, 440px);
transform: translateX(-50%);
background: rgba(13,31,60,0.98);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 14px;
z-index: 1200;
flex-direction: column;
padding: 12px 20px 20px;
gap: 4px;
box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.navbar-drawer.open { display: flex; }
.navbar-drawer a {
font-size: 15px;
font-weight: 700;
color: #fff;
text-decoration: none;
padding: 12px 14px;
border-radius: 10px;
text-align: center;
}
.navbar-drawer a:hover { background: rgba(255,255,255,0.15); }
.navbar-drawer .drawer-cta {
margin-top: 8px;
background: var(--orange);
text-align: center;
}
.page-local-nav {
position: sticky;
top: calc(var(--site-header-height) + var(--wp-adminbar-height) + 1px);
z-index: 90;
background: #fff;
border-bottom: 1px solid var(--gray-mid);
box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}
.page-local-nav-inner {
max-width: 1100px;
margin: 0 auto;
padding: 10px 20px;
display: flex;
gap: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.page-local-nav-inner a {
background: var(--gray-light);
border: 1px solid var(--gray-mid);
color: var(--teal-dark);
text-decoration: none;
font-size: 12px;
font-weight: 700;
padding: 7px 12px;
border-radius: 999px;
white-space: nowrap;
}
.page-local-nav-inner a:hover {
background: #E5ECF6;
} .page-hero {
background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
color: var(--white);
text-align: center;
padding: 48px 20px 40px;
}
.page-hero .label {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
color: var(--gold);
margin-bottom: 10px;
}
.page-hero h1 {
font-size: 26px;
font-weight: 900;
line-height: 1.4;
}
.page-hero .updated {
margin-top: 12px;
font-size: 12px;
color: rgba(255,255,255,0.6);
} .content-wrap {
max-width: 760px;
margin: 0 auto;
padding: 48px 24px 80px;
}
.section-block {
margin-bottom: 48px;
}
.section-block h2 {
font-size: 17px;
font-weight: 900;
color: var(--teal-dark);
border-left: 4px solid var(--orange);
padding-left: 12px;
margin-bottom: 14px;
line-height: 1.5;
}
.section-block p {
color: #444;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.9;
}
.section-block ul {
list-style: none;
padding: 0;
margin-bottom: 10px;
}
.section-block ul li {
font-size: 14px;
color: #444;
padding: 5px 0 5px 18px;
position: relative;
line-height: 1.8;
}
.section-block ul li::before {
content: "・";
position: absolute;
left: 0;
color: var(--orange);
font-weight: 700;
}
.notice-box {
background: #F0F4FF;
border: 1px solid #C5D3F0;
border-radius: 12px;
padding: 20px 24px;
font-size: 14px;
color: #555;
line-height: 1.9;
margin-bottom: 10px;
}
.contact-box {
background: var(--gray-light);
border-radius: 12px;
padding: 24px;
font-size: 14px;
color: #444;
line-height: 1.9;
}
.contact-box strong {
color: var(--teal-dark);
font-weight: 900;
} footer {
background: #111;
color: rgba(255,255,255,0.5);
text-align: center;
padding: 28px 16px;
font-size: 12px;
line-height: 2.2;
}
.footer-logo { color: var(--orange); font-weight: 900; font-size: 18px; margin-bottom: 10px; }
.footer-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 11px; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }
@media (min-width: 860px) {
.navbar {
position: sticky;
justify-content: flex-start;
}
.navbar-menu {
display: flex;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.navbar-cta { display: inline-block; }
.navbar-cta { margin-left: auto; }
.navbar-hamburger { display: none; }
.navbar-drawer { display: none !important; }
.page-local-nav-inner {
width: fit-content;
max-width: calc(100vw - 80px);
justify-content: center;
overflow-x: visible;
padding: 10px 40px;
}
}