@charset "UTF-8";
                .header-logo {
margin: 0 !important;
padding: 1em 0 !important;
font-size: inherit;
font-weight: inherit;
line-height: 1;
min-width: 0;
}
.logo-link {
display: inline-block;
padding-left: 54px;
min-height: 44px;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/logos/logomark.svg) left center/44px auto no-repeat;
text-decoration: none;
color: #000000;
font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Hiragino Mincho Pro", serif;
font-weight: 400; }
.logo-en {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
color: #666666; }
.l-header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100vw;
box-sizing: border-box;
z-index: 8888;
background: #ffffff;
transition: transform 0.25s ease;
}
.l-header.is-hidden {
transform: translateY(-100%);
}
.l-header.is-hidden .p-main-nav {
box-shadow: none;
}
.l-header { }
.l-header__row {
display: flex;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding-right: calc(20px + env(safe-area-inset-right, 0px));
box-sizing: border-box;
}
.l-header__top {
position: relative;
flex: 1;
min-width: 0; z-index: 10002;
}
.l-header__container {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 20px;
padding-right: calc(20px + env(safe-area-inset-right, 0px));
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
min-width: 0;
}
.l-header__actions {
display: flex;
align-items: center;
gap: 14px;
margin-left: auto;
min-width: 0;
}
.c-link-tel {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
font-size: 1.4rem;
font-weight: 700;
font-style: italic;
color: #0071bc;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/ico-tel.svg) left center/20px auto no-repeat;
padding-left: 32px;
color: #000000;
text-decoration: none !important;
}
.c-btn-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 36px 10px 18px;
background-color: #0071bc;
color: #ffffff;
font-weight: 700;
font-size: 13px;
text-decoration: none;
position: relative;
transition: all 0.2s ease;
}
.c-btn-cta::after {
content: "";
display: block;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
width: 12px;
height: 12px;
min-width: 12px;
min-height: 12px;
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/ico-contact-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px 12px;
pointer-events: none;
}
.c-nav-toggle {
position: relative;
flex-shrink: 0; z-index: 10004;
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
border: 0;
background: transparent;
display: inline-flex;
flex-direction: column;
justify-content: center;
gap: 6px;
cursor: pointer;
touch-action: manipulation;
}
.c-nav-toggle__bar {
display: block;
width: 24px;
height: 2px;
background: #000000;
margin: 0 auto;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.c-nav-toggle.is-active .c-nav-toggle__bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.c-nav-toggle.is-active .c-nav-toggle__bar:nth-child(2) {
opacity: 0;
}
.c-nav-toggle.is-active .c-nav-toggle__bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.p-main-nav {
border-top: 1px solid rgba(0, 0, 0, 0.08);
background: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.p-main-nav__container {
max-width: 1000px;
margin: 0 auto;
}
.p-main-nav__list {
display: flex;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
}
.p-main-nav__list .menu-item {
flex: 1;
text-align: center;
position: relative;
}
.p-main-nav__list .menu-item:first-child a {
border-left: none;
}
.p-main-nav__list .menu-item:last-child a {
border-right: none;
}
.p-main-nav__list .menu-item a {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 8px 10px;
color: #000000;
font-weight: 700;
font-size: 14px;
text-decoration: none;
transition: all 0.2s ease;
}
.p-main-nav__list .menu-item a::before {
content: "";
width: 44px;
height: 44px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: block;
}
.p-main-nav__list .sub-menu {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%) translateY(-8px);
min-width: 200px;
margin: 0;
padding: 0 0 8px 0;
list-style: none;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.08);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
z-index: 100;
}
.p-main-nav__list { }
.p-main-nav__list > .menu-item:first-child .sub-menu {
left: 0;
transform: translateY(-8px);
}
.p-main-nav__list .sub-menu .menu-item {
flex: none;
text-align: left;
}
.p-main-nav__list .sub-menu .menu-item a {
flex-direction: row;
justify-content: flex-start;
padding: 10px 16px;
gap: 0;
}
.p-main-nav__list .sub-menu .menu-item a::before {
display: none;
}
.p-main-nav__list > .menu-item:nth-child(1) a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-members.svg);
}
.p-main-nav__list > .menu-item:nth-child(2) a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-join.svg);
}
.p-main-nav__list > .menu-item:nth-child(3) a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-topics.svg);
}
.p-main-nav__list > .menu-item:nth-child(4) a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-about.svg);
}
.p-main-nav__list > .menu-item:nth-child(5) a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-contact.svg);
}
.p-main-nav__list .menu-item.icon-member a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-members.svg);
}
.p-main-nav__list .menu-item.icon-guide a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-join.svg);
}
.p-main-nav__list .menu-item.icon-topics a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-topics.svg);
}
.p-main-nav__list .menu-item.icon-about a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-about.svg);
}
.p-main-nav__list .menu-item.icon-contact a::before {
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/nav-ico-contact.svg);
}
body.nav-open {
overflow: hidden;
}
body.nav-open .l-header__contact,
body.nav-open .l-header__cta {
display: none !important;
}
body.nav-open { }
body.nav-open .l-header__row {
border-bottom-color: transparent;
}
body.nav-open .l-header__top {
border-bottom-color: transparent;
}
body.nav-open .p-main-nav {
border-top-color: transparent;
}
.p-global-nav {
position: fixed;
top: 0;
left: 0; width: 100vw;
max-width: 100%;
height: 100vh;
max-height: 100%;
overflow: hidden;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease; z-index: 10003;
box-sizing: border-box;
}
.p-global-nav.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.p-global-nav.is-open .p-global-nav__inner {
transform: translateX(0);
}
.p-global-nav__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100vw;
max-height: 100vh;
z-index: 0;
background: rgba(0, 0, 0, 0.8);
transition: opacity 0.25s ease;
box-sizing: border-box;
}
.p-global-nav__inner {
position: absolute;
top: 0;
right: 0;
z-index: 1; width: 100%;
max-width: 100%;
height: 100%;
box-sizing: border-box;
background: #ffffff;
padding: 20px 20px 24px 20px;
box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
transform: translateX(100%);
transition: transform 0.3s ease;
}
.p-global-nav__header {
min-height: 44px;
display: flex;
align-items: center;
margin-bottom: 8px;
}
.p-global-nav__label {
margin: 0;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
font-size: 0.85rem;
font-weight: 300;
color: #0071bc;
font-style: italic;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.p-global-nav__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 4px;
overflow: visible;
}
.p-global-nav__list > .menu-item-has-children {
position: relative;
}
.p-global-nav__list > .menu-item-has-children > .sub-menu {
list-style: none;
padding: 0 0 0 16px;
margin: 4px 0 0 0;
border-left: 2px solid #29abe2;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.35s ease, opacity 0.25s ease;
}
.p-global-nav__list > .menu-item-has-children.is-sub-open > .sub-menu {
max-height: 500px;
opacity: 1;
}
.p-global-nav__list > .menu-item-has-children > a {
padding-right: 28px;
}
.p-global-nav__list { }
.p-global-nav__list > .menu-item-has-children .p-global-nav__sub-toggle {
position: absolute;
right: 4px;
top: 19px;
transform: translateY(-50%);
width: 28px;
height: 44px;
padding: 0;
border: 0;
background: transparent;
font-size: 0.65em;
line-height: 1;
color: #000000;
cursor: pointer;
transition: transform 0.25s ease;
display: flex;
align-items: center;
justify-content: center;
-webkit-tap-highlight-color: transparent;
}
.p-global-nav__list > .menu-item-has-children.is-sub-open .p-global-nav__sub-toggle {
transform: translateY(-50%) rotate(180deg);
}
.p-global-nav__list a {
color: #000000;
text-decoration: none;
font-weight: 700;
display: block;
padding: 10px 6px;
}
.p-global-nav__list .sub-menu a {
font-weight: 500;
padding: 8px 6px;
} @media (max-width: 480px) {
.header-logo {
padding: 0.5em 0;
white-space: nowrap;
} .logo-link {
display: flex;
align-items: center;
padding-left: 40px;
min-height: 36px;
font-size: 1.5rem;
letter-spacing: 0.01em;
background-size: 32px auto;
background-position: left center;
}
.logo-en {
display: none !important;
font-size: 0.5rem;
letter-spacing: normal;
margin: 0;
padding: 0;
}
.l-header__row {
padding-right: calc(12px + env(safe-area-inset-right, 0px));
}
.l-header__container {
min-height: 48px;
padding: 0 12px;
padding-right: calc(12px + env(safe-area-inset-right, 0px));
}
.l-header__cta {
display: none !important;
}
.c-link-tel {
font-size: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
width: 44px;
height: 44px;
padding: 0;
background-position: center;
background-size: 24px auto;
}
.p-main-nav {
display: none !important;
}
.p-global-nav__inner {
width: 100%;
max-width: 100%;
}
.p-global-nav__list > .menu-item-has-children > a {
padding-right: 28px;
}
} @media (min-width: 481px) and (max-width: 1024px) { .logo-link {
font-size: 1.8rem;
letter-spacing: 0.15em;
}
.logo-en {
display: block;
font-size: 0.5rem;
letter-spacing: normal;
margin: 0.3rem 0 0 0;
padding: 0;
} .p-global-nav .p-global-nav__inner {
width: 50vw;
max-width: 50%;
min-width: 0;
}
.p-global-nav__list > .menu-item-has-children > a {
padding-right: 32px;
}
.p-global-nav__list > .menu-item-has-children .p-global-nav__sub-toggle {
right: 8px;
font-size: 0.7em;
}
} @media (min-width: 1025px) { .logo-link {
font-size: 2rem;
letter-spacing: 0.15em;
}
.logo-en {
display: block;
font-size: 0.55rem;
letter-spacing: normal;
margin: 0.2rem 0 0 0;
padding: 0;
}
.logo-link:hover {
color: #000000;
text-decoration: none;
}
.c-btn-cta:hover {
color: #ffffff;
text-decoration: none;
filter: brightness(0.95);
}
.p-main-nav__list .menu-item-has-children > a:hover {
color: #0071bc;
text-decoration: none;
}
.p-main-nav__list .sub-menu a:hover {
background-color: #0071bc;
color: #ffffff;
text-decoration: none;
}
.p-main-nav__list .menu-item-has-children:hover .sub-menu,
.p-main-nav__list .menu-item-has-children:focus-within .sub-menu {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
} .p-main-nav__list > .menu-item:first-child.menu-item-has-children:hover .sub-menu,
.p-main-nav__list > .menu-item:first-child.menu-item-has-children:focus-within .sub-menu {
transform: translateY(0);
}
.p-global-nav__list a:hover {
color: #0071bc;
text-decoration: none;
}
.c-link-tel {
pointer-events: none;
color: #0071bc;
} .p-global-nav .p-global-nav__inner {
width: 360px;
max-width: 100%;
}
}  .l-footer {
background-color: #0071bc;
color: #ffffff;
}
.l-footer a {
color: #ffffff;
}
.l-footer__main {
padding: 5em 40px 3em;
}
.l-footer__inner {
width: 90%;
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 40px 48px;
align-items: flex-start;
box-sizing: border-box;
} .l-footer__nav-wrap {
width: 100%;
min-width: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2.5rem 0;
align-items: flex-start;
}
.l-footer__nav-wrap a {
color: #ffffff;
text-decoration: none;
transition: color 0.2s ease;
}
.l-footer__nav-wrap a:hover {
color: #ffffff;
text-decoration: underline;
}
.l-footer__brand {
width: 100%;
min-width: 0;
}
.l-footer__brand .l-footer__logo-link {
display: inline-block;
padding-left: 54px;
min-height: 44px;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/logos/logo-wh.svg) left center/44px auto no-repeat;
text-decoration: none;
color: #ffffff;
font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Hiragino Mincho Pro", serif;
font-size: 2rem;
font-weight: 300;
margin-bottom: 16px;
line-height: 1.2;
text-align: left !important;
}
.l-footer__brand .l-footer__logo-en {
display: block;
font-size: 0.5rem;
font-weight: 400;
color: #ffffff;
line-height: 1;
margin-top: 0;
}
.l-footer__brand .l-footer__address {
margin: 0 0 8px;
font-style: normal;
font-size: 0.8125rem;
line-height: 1.6;
color: #ffffff;
}
.l-footer__brand .l-footer__address a {
color: #ffffff;
text-decoration: none;
}
.l-footer__brand .l-footer__tel-label {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
font-size: 1.25rem;
font-weight: 500;
font-style: italic;
}
.l-footer__brand .l-footer__tel {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
font-weight: 500;
font-size: 1.25rem;
font-style: italic;
}
.l-footer__brand .l-footer__url {
margin: 0;
font-size: 0.9rem;
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.l-footer__brand .l-footer__url a {
color: #ffffff;
text-decoration: none;
}
.l-footer__nav-col {
min-width: 0;
}
.l-footer__nav-title {
margin: 0 0 12px;
font-size: 0.9375rem;
font-weight: 700;
color: #ffffff;
}
.l-footer__nav-list {
list-style: none;
margin: 0;
padding: 0;
}
.l-footer__nav-list li {
margin: 0 0 6px;
}
.l-footer__nav-list a {
font-size: 0.875rem;
font-weight: 400;
}
.l-footer__nav-list li::before {
content: "・";
margin-right: 4px;
}
.l-footer__bottom {
width: calc((100% - 80px) * 0.9);
margin: 0 auto;
padding: 20px 0 16px;
box-sizing: border-box;
border-top: 1px solid rgb(255, 255, 255);
}
.l-footer__bottom-inner {
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
box-sizing: border-box;
text-align: center;
}
.l-footer__meta {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.8125rem;
color: #ffffff;
}
.l-footer__meta a {
color: #ffffff;
text-decoration: none;
}
.l-footer__meta-sep {
color: rgb(255, 255, 255);
font-weight: 400;
}
.l-footer__copyright {
margin: 0 !important;
padding: 0 !important;
font-size: 0.65rem !important;
color: rgb(255, 255, 255);
} .pagetop {
position: fixed;
right: calc(16px + env(safe-area-inset-right, 0px));
bottom: calc(16px + env(safe-area-inset-bottom, 0px));
z-index: 99200;
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin: 0;
background-color: #0071bc;
background-image: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/arrow-top-wh.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px auto;
border-radius: 50%;
text-decoration: none;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
transform: translateY(8px);
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.pagetop.is-visible {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) !important;
pointer-events: auto !important;
}
@media (prefers-reduced-motion: reduce) {
.pagetop {
transition: opacity 0.2s ease, visibility 0.2s ease;
transform: none;
}
.pagetop.is-visible {
transform: none !important;
}
} @media (max-width: 480px) {
.l-footer__inner {
flex-direction: column;
gap: 32px;
align-items: center;
}
.l-footer__brand {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.l-footer__nav-wrap {
flex-direction: column;
gap: 24px;
align-items: center;
width: 100%;
}
.l-footer__nav-wrap .l-footer__nav-col {
width: 100%;
max-width: 280px;
text-align: left;
}
} @media (min-width: 481px) and (max-width: 1024px) {
.l-footer__main {
padding: 4em 40px 32px;
}
.l-footer__inner {
gap: 32px 24px;
}
.l-footer__nav-wrap {
width: 100%;
justify-content: space-between;
gap: 2rem 0;
}
.l-footer__brand {
min-width: 0;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.l-footer__brand .l-footer__logo-link {
font-size: 1.85rem;
line-height: 1.3;
}
.l-footer__brand .l-footer__logo-en {
font-size: 0.45rem;
}
.l-footer__brand .l-footer__address {
font-size: 0.75rem;
}
.l-footer__brand .l-footer__tel-label {
font-size: 1.2rem;
}
.l-footer__brand .l-footer__tel {
font-size: 1.2rem;
}
.l-footer__brand .l-footer__url {
font-size: 0.85rem;
}
.l-footer__nav-title {
font-size: 0.875rem;
margin-bottom: 8px;
}
.l-footer__nav-list a {
font-size: 0.8125rem;
}
} @media (min-width: 1025px) {
.l-footer__brand .l-footer__logo-link:hover {
text-decoration: none;
opacity: 0.9;
}
.l-footer__tel:hover {
text-decoration: underline;
}
.l-footer__brand .l-footer__url a:hover {
text-decoration: underline;
}
.l-footer__nav-list a:hover {
text-decoration: underline;
}
.l-footer__meta a:hover {
text-decoration: underline;
}
} @media (min-width: 1025px) and (max-width: 1199px) {
.l-footer__inner {
flex-direction: column;
align-items: stretch;
}
.l-footer__inner .l-footer__brand {
flex: 0 0 auto;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.l-footer__inner .l-footer__nav-wrap {
flex: 0 0 auto;
width: 100%;
min-width: 0;
justify-content: space-between;
}
.l-footer__nav-wrap .l-footer__nav-col {
flex: 0 0 auto;
min-width: 0;
}
} @media (min-width: 1200px) {
.l-footer__inner {
flex-direction: row;
flex-wrap: wrap;
}
.l-footer__inner .l-footer__brand {
flex: 3 1 0;
min-width: 0;
width: auto;
}
.l-footer__inner .l-footer__nav-wrap {
flex: 7 1 0;
min-width: 0;
width: auto;
justify-content: flex-end;
gap: 3.5rem 8%;
}
.l-footer__nav-wrap .l-footer__nav-col {
flex: 0 0 auto;
min-width: 0;
}
}  .c-breadcrumb {
max-width: 880px;
margin: 0 auto;
padding: 2.5em 2em 0 2em;
font-size: 0.75rem;
color: #666666; }
body.blog .c-breadcrumb, body.archive .c-breadcrumb, body.search .c-breadcrumb, body.single-post .c-breadcrumb {
max-width: 1140px;
}
.c-breadcrumb__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 8px;
}
.c-breadcrumb__item {
display: inline-flex !important;
align-items: center !important;
}
.c-breadcrumb__item::after {
content: "" !important;
display: block !important;
flex-shrink: 0 !important;
width: 0.4em !important;
height: 0.7em !important;
margin-left: 8px !important;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/arrow-r.svg) center/contain no-repeat !important;
transform: translateY(-0.06em) !important;
}
.c-breadcrumb__item:last-child::after {
display: none !important;
}
.c-breadcrumb__link {
color: #0071bc;
text-decoration: none;
}
.c-breadcrumb__link--home {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
box-sizing: border-box !important;
min-width: 2.25em !important;
min-height: 2em !important;
padding: 0.15em !important;
}
.c-breadcrumb__link--home::before {
content: "" !important;
display: block !important;
flex-shrink: 0 !important;
width: 1.1em !important;
height: 0.95em !important;
background: url(//kahoku-shokokai.jp/wp-content/themes/wpkahoku2026/images/elements/icons/ico-home.svg) center/contain no-repeat !important;
}
.c-breadcrumb__item--current {
font-weight: 500;
color: #333333;
} @media (max-width: 480px) { .c-breadcrumb {
width: 98%;
margin: 0 auto;
box-sizing: border-box;
}
} @media (min-width: 481px) and (max-width: 1024px) { } @media (min-width: 1025px) { }  html { scroll-behavior: auto !important;
font-size: 17px;
background-color: #fff;
box-sizing: border-box;
min-height: 100%;
}   body {
margin: 0;
padding: 0;
padding-top: var(--header-height, 0);
font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
box-sizing: border-box;
min-height: 100vh;
min-height: 100dvh;
display: flex;
flex-direction: column;
} @media (max-width: 480px) {
body {
overflow-x: hidden;
}
} @media (min-width: 481px) and (max-width: 1024px) { } @media (min-width: 1025px) { }