@charset "UTF-8";
               .l-main {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
} .p-merits__inner,
.p-info-boxes__inner,
.p-topics__inner,
.p-industrial-park__inner,
.p-partners__inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px;
box-sizing: border-box;
} .p-merits__header,
.p-topics__header,
.p-industrial-park__header {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 3.5em;
text-align: center;
}
.p-merits__title-icon,
.p-topics__title-icon,
.p-industrial-park__title-icon {
display: block;
width: 72px;
height: 72px;
margin: 0 0 12px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.p-merits__title,
.p-topics__title,
.p-industrial-park__title {
margin: 0 0 4px;
font-size: 1.75rem;
font-weight: 700;
color: #333333;
}
.p-merits__subtitle,
.p-topics__subtitle,
.p-industrial-park__subtitle {
margin: 0;
font-size: 0.9rem;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
color: #29abe2;
font-style: italic;
} .p-hero {
width: 100%;
min-height: 360px;
}
.p-hero__inner {
position: relative;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
min-height: 360px;
}
.p-hero__visual {
display: block;
width: 100%;
height: 360px;
overflow: hidden;
}
.p-hero__visual img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
vertical-align: bottom;
}
.p-hero__heading {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 55%;
display: flex;
align-items: center;
margin: 0;
font-weight: 700;
color: #ffffff;
background-color: #0071bc;
clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
z-index: 1;
box-sizing: border-box;
line-height: 1.1;
}
.p-hero__heading br {
display: inline;
} @media (min-width: 1025px) {
.p-hero__heading {
justify-content: center;
padding: 2rem 1% 2rem 10%;
font-size: 3.8rem;
}
} @media (min-width: 481px) and (max-width: 1024px) {
.p-hero__heading {
justify-content: center;
padding: 2rem 2% 2rem 3%;
font-size: 2.5rem !important;
}
} @media (max-width: 480px) {
.p-hero {
min-height: 0;
}
.p-hero__inner {
min-height: 0;
}
.p-hero__visual {
min-height: 220px;
}
.p-hero__visual img {
min-height: 220px;
filter: blur(1px);
}
.p-hero__heading {
position: static;
width: 100%;
min-height: 200px;
justify-content: center;
font-size: 2rem;
clip-path: none;
padding: 2rem 40px;
text-align: center;
}
} .p-merits {
padding: 56px 0 64px;
background-color: #f8f9fa;
}
.p-merits .p-merits__inner {
padding-top: 0;
padding-bottom: 0;
} .p-merits__title-icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/pages/front/ico-merit.svg);
}
.p-merits__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px 32px;
list-style: none;
margin: 0;
padding: 0;
}
.p-merits__item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 16px 24px;
box-sizing: border-box;
}
.p-merits__item .p-merits__icon {
width: 128px;
height: 128px;
margin: 0 0 20px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.p-merits__item-title {
margin: 0 0 12px;
font-size: 1.8rem;
font-weight: 500;
color: #0071bc;
}
.p-merits__item-title span {
display: block;
font-size: 1rem;
margin: 4px 0;
color: #000;
}
.p-merits__item-desc {
margin: 0 0 auto;
font-size: 0.875rem;
line-height: 1.7;
color: #666666;
flex-grow: 1;
}
.p-merits__link {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 100%;
margin-top: 20px;
padding: 12px 36px 12px 16px;
font-size: 1.1rem;
font-weight: 500;
color: #ffffff !important;
background-color: #0071bc;
text-decoration: none;
border-radius: 0;
box-sizing: border-box;
}
.p-merits__link::after {
content: "";
position: absolute;
right: 16px;
width: 10px;
height: 16px;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/arrow-r-wh.svg) center/contain no-repeat;
}
.p-merits__link:hover {
opacity: 0.9;
} .p-merits__item:nth-child(1) .p-merits__icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/top-marukei.svg);
}
.p-merits__item:nth-child(2) .p-merits__icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/top-subsidy.svg);
}
.p-merits__item:nth-child(3) .p-merits__icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/top-mutual-aid.svg);
} .p-info-boxes {
padding: 48px 0 56px;
background: linear-gradient(to bottom, #f8f9fa 50%, #ffffff 50%);
}
.p-info-boxes__inner {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px 32px;
}
.p-info-box {
background-color: #ffffff;
border: 1px solid #aaaaaa;
border-radius: 4px;
padding: 24px 20px 28px;
box-sizing: border-box;
}
.p-info-box .p-info-box__icon {
display: none;
}
.p-info-box__title {
margin: 0 0 4px;
font-size: 1.3rem;
font-weight: 500;
color: #333333;
}
.p-info-box__subtitle {
margin: 4px 0 12px 0;
font-size: 1rem;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
color: #29abe2;
letter-spacing: 0.05em;
font-weight: 500;
font-style: italic;
}
.p-info-box__list {
margin: 0 0 0 1.5em;
padding: 0;
}
.p-info-box__list li {
margin: 0 0 3px 0;
}
.p-info-box__list li:last-child {
margin: 0;
}
.p-info-box__list a {
font-size: 0.9rem;
color: #0071bc;
text-decoration: none;
padding: 0;
}
.p-info-box__list a:hover {
text-decoration: underline;
} .p-topics {
padding: 56px 0 64px;
background-color: #ffffff;
} .p-topics__title-icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/pages/front/ico-tipocs.svg);
}
.p-topics__cols {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px 56px;
}
.p-topics__col-head {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 12px;
margin: 0 0 2.5em 0;
}
.p-topics__more {
align-self: flex-start;
}
.p-topics__col-title {
display: flex;
align-items: center;
gap: 8px;
margin: 0;
font-size: 1.55rem;
font-weight: 700;
color: #333333;
}
.p-topics__col-title .p-topics__col-title-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/ico-head3.svg) center/contain no-repeat;
}
.p-topics__list {
margin: 0 0 16px;
padding: 0;
list-style: none;
}
.p-topics__list li {
margin: 0 0 20px;
}
.p-topics__list li:last-child {
margin-bottom: 0;
}
.p-topics__list .p-topics__list-link {
display: block;
margin-bottom: 4px;
font-size: 1rem;
font-weight: 500;
color: #0071bc;
text-decoration: none;
}
.p-topics__list .p-topics__list-link:hover {
text-decoration: underline;
}
.p-topics__list .p-topics__meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 0.75rem;
margin-bottom: 4px;
}
.p-topics__list .p-topics__meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 0.75rem;
margin-bottom: 4px;
}
.p-topics__list .p-topics__date {
display: inline;
margin: 0;
font-size: 0.8rem;
color: #333333;
}
.p-topics__list .p-topics__new {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
display: inline-block;
margin: 0;
padding: 0.15em 0.6em;
border-radius: 0.2rem;
background-color: #e53935;
color: #ffffff;
font-size: 0.7rem;
font-weight: 700;
line-height: 1.3;
}
.p-topics__list .p-topics__hot {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
display: inline-block;
margin: 0;
padding: 0.15em 0.6em;
border-radius: 0.2rem;
background-color: #0071bc;
color: #ffffff;
font-size: 0.7rem;
font-weight: 700;
line-height: 1.3;
}
.p-topics__list .p-topics__excerpt {
display: block;
font-size: 0.8rem;
line-height: 1.4;
color: #333333;
}
.p-topics__more {
margin: 1em 0;
flex-shrink: 0;
}
.p-topics__more a {
position: relative;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 32px 8px 14px;
font-size: 0.75rem;
font-weight: 500;
color: #ffffff !important;
background-color: #0071bc;
text-decoration: none;
border-radius: 9999px;
box-sizing: border-box;
transition: background-color 0.3s ease;
}
.p-topics__more a::after {
content: "";
position: absolute;
right: 12px;
width: 5px;
height: 8px;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/arrow-r-wh.svg) center/contain no-repeat;
}
.p-topics__more a:hover {
opacity: 0.9;
background-color: #29abe2;
} .p-industrial-park {
padding: 5em 0;
background-color: #ffffff;
border-top: 1px solid #eee;
}
.p-industrial-park__inner {
text-align: center;
} .p-industrial-park__title-icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/pages/front/ico-factori.svg);
}
.p-industrial-park__buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 48px;
}
.p-industrial-park__btn {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 1em 2em;
font-size: 1.1rem;
font-weight: 500;
color: #0071bc;
background-color: transparent;
border: 2px solid #0071bc;
border-radius: 9999px;
text-decoration: none;
box-sizing: border-box;
}
.p-industrial-park__btn .p-industrial-park__btn-icon {
width: 32px;
height: 32px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.p-industrial-park__btn:nth-child(1) .p-industrial-park__btn-icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/pages/front/ico-factori.svg);
}
.p-industrial-park__btn:nth-child(2) .p-industrial-park__btn-icon {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/pages/front/ico-factory2.svg);
}
.p-industrial-park__btn:hover {
background-color: #eef6fc;
border-color: #29abe2;
} .p-partners {
padding: 3em 0;
background-color: #eee;
}
.p-partners__inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 24px 40px;
}
.p-partners__item {
display: block;
text-decoration: none;
}
.p-partners__item img {
display: block;
width: 220px;
height: 52px;
max-width: 220px;
max-height: 52px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.p-partners__item:hover {
opacity: 0.85;
} @media (min-width: 481px) and (max-width: 1024px) {
.p-merits {
padding: 48px 0 56px;
} .p-merits__list {
grid-template-columns: repeat(3, 1fr);
gap: 16px 16px;
}
.p-merits__item {
padding: 0 8px 16px;
}
.p-merits__item .p-merits__icon {
width: 96px;
height: 96px;
margin: 0 0 12px;
}
.p-merits__item-title {
font-size: 1.25rem;
margin-bottom: 8px;
}
.p-merits__item-title span {
font-size: 0.875rem;
margin: 2px 0;
}
.p-merits__item-desc {
font-size: 0.8125rem;
line-height: 1.6;
}
.p-merits__link {
margin-top: 12px;
padding: 10px 32px 10px 12px;
font-size: 0.9rem;
}
.p-info-boxes {
padding: 40px 0 48px;
} .p-info-boxes__inner {
grid-template-columns: repeat(3, 1fr);
gap: 16px 16px;
}
.p-info-box {
padding: 16px 14px 18px;
}
.p-info-box__title {
font-size: 1rem;
}
.p-info-box__subtitle {
font-size: 0.8125rem;
margin: 4px 0 8px;
}
.p-topics {
padding: 48px 0 56px;
} .p-topics__cols {
grid-template-columns: repeat(2, 1fr);
gap: 24px 32px;
}
.p-industrial-park__buttons {
align-items: center;
flex-wrap: nowrap;
gap: 32px;
}
.p-industrial-park__btn {
gap: 12px;
padding: 0.7em 1.5em;
font-size: 1rem;
}
.p-industrial-park__btn {
min-width: 280px;
justify-content: center;
} .p-partners__inner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 24px 40px;
}
.p-partners__item img {
width: 160px;
height: 50px;
max-width: 160px;
max-height: 50px;
}
} @media (max-width: 480px) {
.p-merits {
padding: 40px 0 48px;
}
.p-merits__title {
font-size: 1.5rem;
}
.p-merits__list {
grid-template-columns: 1fr;
gap: 20px;
}
.p-merits__item:nth-child(3) {
grid-column: auto;
max-width: none;
justify-self: stretch;
}
.p-merits__item {
padding: 0 16px 20px;
}
.p-info-boxes {
padding: 32px 0 40px;
}
.p-info-boxes__inner {
grid-template-columns: 1fr;
gap: 20px;
}
.p-info-box:nth-child(3) {
grid-column: auto;
max-width: none;
justify-self: stretch;
}
.p-info-box {
padding: 20px 16px 24px;
}
.p-topics {
padding: 40px 0 48px;
}
.p-topics__title {
font-size: 1.5rem;
}
.p-topics__cols {
grid-template-columns: 1fr;
gap: 24px;
}
.p-industrial-park {
padding: 40px 0 48px;
}
.p-industrial-park__title {
font-size: 1.5rem;
}
.p-industrial-park__buttons {
flex-direction: column;
align-items: stretch;
}
.p-industrial-park__btn {
min-width: 0;
justify-content: center;
}
.p-partners {
padding: 24px 0;
}
.p-partners__inner {
flex-direction: column;
gap: 32px 16px;
}
}