.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;
word-break: 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;
}.iss4-section-wrap {
background: #FFF5EC;
padding: 50px 0;
}
.iss4-catchcopy {
color: #C0392B;
font-size: 28px;
font-weight: 700;
text-align: center;
line-height: 1.6;
margin-bottom: 36px;
padding: 0 20px;
} .card-wrap {
display: flex;
gap: 16px;
align-items: stretch;
}
.card {
flex: 1 1 0;
width: 0;
background: #FFFFFF;
border-radius: 6px;
border-top: 4px solid #C0392B;
padding: 24px 20px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
display: flex;
flex-direction: column;
min-height: 520px;
}
.card-tag {
display: inline-block;
font-size: 12px;
font-weight: 700;
color: #C0392B;
background: rgba(192,57,43,0.08);
padding: 7px 10px;
border-radius: 999px;
margin-bottom: 18px;
letter-spacing: 0.04em;
width: fit-content;
}
.card-title {
font-size: 24px;
line-height: 1.5;
font-weight: 700;
color: #2B2B2B;
margin-bottom: 22px;
}
.highlight-number {
font-size: 70px;
line-height: 1;
font-weight: 800;
color: #C0392B;
margin-bottom: 18px;
letter-spacing: -0.04em;
}
.description {
font-size: 14px;
line-height: 2;
color: #555;
}
.graph-area {
margin-top: 4px;
margin-bottom: 18px;
}
.bars {
height: 180px;
display: flex;
align-items: flex-end;
justify-content: center;
gap: 10px;
margin-bottom: 12px;
padding: 0 8px;
}
.bar {
width: 30px;
border-radius: 6px 6px 0 0;
}
.bar-1 { height: 68px;  background: #F9D6BA; }
.bar-2 { height: 86px;  background: #F6B989; }
.bar-3 { height: 104px; background: #EF9564; }
.bar-4 { height: 130px; background: #E26A4B; }
.bar-5 { height: 156px; background: #C0392B; }
.bar-predict {
height: 176px;
border: 2px dashed #C0392B;
background: repeating-linear-gradient(
-45deg,
rgba(192,57,43,0.18),
rgba(192,57,43,0.18) 6px,
rgba(192,57,43,0.04) 6px,
rgba(192,57,43,0.04) 12px
);
}
.graph-labels {
display: flex;
justify-content: space-between;
font-size: 12px;
font-weight: 700;
color: #C0392B;
padding: 0 6px;
}
.graph-labels span:last-child { font-size: 13px; }
.speech-wrap {
position: relative;
margin-top: 24px;
margin-bottom: 16px;
}
.speech {
background: #C0392B;
color: #FFF;
border-radius: 10px;
padding: 14px 16px;
text-align: center;
position: relative;
box-shadow: 0 6px 16px rgba(192,57,43,0.18);
}
.speech::before {
content: "";
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #C0392B;
}
.speech-small {
font-size: 12px;
font-weight: 700;
margin-bottom: 4px;
opacity: 0.9;
}
.speech-large {
font-size: 20px;
line-height: 1.5;
font-weight: 800;
}
.flow-wrap {
margin-top: 8px;
margin-bottom: 24px;
}
.flow-box {
padding: 18px 16px;
border-radius: 8px;
text-align: center;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
}
.flow-box.light {
background: #FFF1E3;
color: #5C463C;
}
.flow-box.dark {
background: #C0392B;
color: #FFF;
box-shadow: 0 8px 18px rgba(192,57,43,0.16);
}
.arrow {
text-align: center;
font-size: 24px;
color: #C0392B;
margin: 8px 0;
font-weight: bold;
} .case-study-area {
position: relative;
max-width: 1100px;
margin: 0 auto;
padding: 60px 50px 50px;
}
.case-study-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 24px;
text-align: left;
color: #2B2B2B;
}
.case-study-title .en-text {
display: block;
font-size: 13px;
color: #C0392B;
letter-spacing: 0.1em;
margin-bottom: 4px;
}
.case-slider-wrap {
overflow-x: scroll !important;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
scrollbar-width: thin;
scrollbar-color: #C0392B #f0d0c0;
padding-bottom: 12px;
}
.case-slider-wrap::-webkit-scrollbar {
height: 6px;
}
.case-slider-wrap::-webkit-scrollbar-track {
background: #f0d0c0;
border-radius: 10px;
}
.case-slider-wrap::-webkit-scrollbar-thumb {
background: #C0392B;
border-radius: 10px;
}
.case-slider {
display: flex;
gap: 16px;
width: max-content;
}
.case-card {
flex: 0 0 235px;
width: 235px;
background: #fff;
border-radius: 8px;
border: 2px solid #f0c080;
overflow: hidden;
text-decoration: none;
color: #333;
display: block;
scroll-snap-align: start;
}
.case-card-img img {
width: 100%;
height: 160px;
object-fit: cover;
display: block;
}
.case-card-body {
padding: 14px;
}
.case-card-label {
font-size: 14px;
font-weight: 700;
color: #C0392B;
margin-bottom: 2px;
}
.case-card-amount {
font-size: 18px;
font-weight: 800;
color: #C0392B;
margin-bottom: 8px;
}
.case-card-facility {
font-size: 16px;
font-weight: 700;
margin-bottom: 6px;
}
.case-card-region {
font-size: 14px;
color: #888;
}
.case-prev,
.case-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #C0392B;
color: #fff;
border: none;
border-radius: 50%;
width: 36px;
height: 36px;
font-size: 22px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.case-prev { left: 8px; }
.case-next { right: 8px; } .flex.info-flex {
justify-content: flex-start !important;
align-items: center;
gap: 0;
}
.info-day {
white-space: nowrap;
margin-right: 12px;
}
.info-category {
white-space: nowrap;
flex-shrink: 0;
margin: 0 15px !important;
} .site {
background: linear-gradient(109deg, #cbcbcb 70%, #fff7f8);
padding: 50px 0;
}
.site .contentsArea {
max-width: 900px;
}
.site .contentsArea h2 {
text-align: left;
width: 20%;
}
.site .contentsArea h2:after {
left: auto;
transform: translateX(0%);
}
.siteSectionBox {
display: flex;
gap: 0 30px;
margin-bottom: 40px;
}
.siteSectionImage {
display: flex;
gap: 10px;
flex-wrap: wrap;
width: 74%;
position: relative;
}
.siteSectionImage img {
width: 80%;
max-height: 65px;
object-fit: contain;
}
.siteSectionImage img.splead-logo { width: 70%; }
.siteSectionImage a {
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 100%;
padding: 20px;
position: relative;
}
.siteSectionImageList {
width: 49%;
background: #fff;
height: 80px;
display: flex;
align-items: center;
}
.siteSectionImage img.taget_link {
position: absolute;
top: 6px;
right: 9px;
width: 15px;
height: 15px;
} @media (max-width: 768px) {
.iss4-catchcopy { font-size: 20px; }
.card-wrap { flex-direction: column; }
.card { width: 100%; min-height: auto; }
.card-title { font-size: 22px; }
.highlight-number { font-size: 56px; }
.case-study-area { padding: 40px 0; }
.case-study-area .contentsArea { padding: 0 20px; }
.case-slider-wrap { padding: 0 20px 12px; }
.case-card { flex: 0 0 240px; width: 240px; }
.case-prev, .case-next { display: none; }
}
@media screen and (max-width: 767px) {
.site { padding: 30px 0 50px; }
.siteSectionBox { flex-direction: column; }
.site .contentsArea h2 { width: 100%; }
.siteSectionImage { width: 100%; }
.siteSectionImageList { width: 48%; }
}