* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }
body { font-family: 'Noto Sans JP', sans-serif; line-height: 1.6; color: #787878; background-color: #fff; display: flex; flex-direction: column; }
a { color: #0f0f0f; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #25af82; }

.page-content .content-area p a,
.page-content .content-area ul li a,
.page-content .content-area ol li a {
position: relative;
display: inline-block;
text-decoration: none;
color: #0f0f0f;
border-bottom: 1px solid #686868;
transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.page-content .content-area p a::before,
.page-content .content-area ul li a::before,
.page-content .content-area ol li a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #25af82;
transition: width 0.3s ease;
}

.page-content .content-area p a:hover,
.page-content .content-area ul li a:hover,
.page-content .content-area ol li a:hover {
color: #25af82;
border-bottom-color: transparent;
}

.page-content .content-area p a:hover::before,
.page-content .content-area ul li a:hover::before,
.page-content .content-area ol li a:hover::before {
width: 100%;
}

#page { display: flex; flex-direction: column; min-height: 100vh; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.main-content .container { max-width: 960px; }
.page-content .container { max-width: 1400px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.site-header { background: #fff; color: #333; padding: 0; position: fixed; top: 0; left: 0; right: 0; z-index: 9997; width: 100%; }

@media (max-width: 768px) {

.site-header {
z-index: 10000;
}

}

.home .site-header,
.site-header[data-is-home="1"] {
background: transparent;
color: #fff;
transition: background-color 0.3s ease, color 0.3s ease;
}

.home .site-header:hover,
.home .site-header.has-scrolled,
.home .site-header.menu-active,
.site-header[data-is-home="1"]:hover,
.site-header[data-is-home="1"].has-scrolled,
.site-header[data-is-home="1"].menu-active {
background: #fff;
color: #0f0f0f;
}

.home .site-title,
.home .site-title a,
.site-header[data-is-home="1"] .site-title,
.site-header[data-is-home="1"] .site-title a {
color: #fff;
transition: color 0.3s ease;
}

.home .site-logo img,
.site-header[data-is-home="1"] .site-logo img {
filter: brightness(0) invert(1);
transition: filter 0.3s ease;
}

.home .site-header:hover .site-title,
.home .site-header:hover .site-title a,
.home .site-header.has-scrolled .site-title,
.home .site-header.has-scrolled .site-title a,
.home .site-header.menu-active .site-title,
.home .site-header.menu-active .site-title a,
.site-header[data-is-home="1"]:hover .site-title,
.site-header[data-is-home="1"]:hover .site-title a,
.site-header[data-is-home="1"].has-scrolled .site-title,
.site-header[data-is-home="1"].has-scrolled .site-title a,
.site-header[data-is-home="1"].menu-active .site-title,
.site-header[data-is-home="1"].menu-active .site-title a {
color: #0f0f0f;
}

.home .site-header:hover .site-logo img,
.home .site-header.has-scrolled .site-logo img,
.home .site-header.menu-active .site-logo img,
.site-header[data-is-home="1"]:hover .site-logo img,
.site-header[data-is-home="1"].has-scrolled .site-logo img,
.site-header[data-is-home="1"].menu-active .site-logo img {
filter: brightness(0) saturate(100%);
}

body { padding-top: 0; }
body.home {
padding-top: 0 !important;
}

.site-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; }

.site-title a { text-decoration: none; color: #333; }

.site-logo { display: block; line-height: 0; }
.site-logo img {
display: block;
height: 48px;
width: auto;
object-fit: contain;
transition: filter 0.3s ease;
}
.site-description { font-size: 1.1rem; color: #666; }

#content { flex: 1; }

.site-content { margin-bottom: 4rem; }

.main-content { padding: 0; }

.page-content { padding: 0; }

.page-header-full { width: 100%; margin-bottom: 4rem; }

.page-header-full-inner { padding: 2.5rem; display: flex; justify-content: center; align-items: center; }

.pdf-header-image-wrapper {
width: 100%;
max-width: 960px;
margin: 0 auto;
}

.pdf-header-image-wrapper img {
width: 100%;
height: auto;
display: block;
}

.caption-hero {
max-width: 1400px;
margin: 0 auto 4rem auto;
position: relative;
overflow: hidden;
height: 534px;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #e8e8e8;
box-sizing: border-box;
}

.caption-hero__inner {
position: absolute;
right: 2rem;
bottom: 2rem;
max-width: 48%;
margin: 0;
text-align: left;
}

.caption-hero__text {
font-size: 1.8rem;
line-height: 1.5;
font-weight: 500;
color: #fff;
margin: 0;
text-align: left;
letter-spacing: 0.02em;
text-shadow: 0 2px 4px rgba(0,0,0,0.7), 0 4px 8px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {

.caption-hero {
height: 534px;
padding: 0 2rem 2rem 2rem;
display: flex;
align-items: flex-end;
justify-content: center;
}

.caption-hero__inner {
position: static;
right: auto;
bottom: auto;
max-width: 100%;
width: 100%;
}

.caption-hero__text {
font-size: 1.35rem;
line-height: 1.6;
}

}

.page-header-full-content { max-width: 500px; width: 100%; text-align: center; }

body:not(.home) .page-header-full-content { border-bottom: 1px solid #d9d9d9; padding-bottom: 2rem; }

.page-header-full-content h2 {
font-size: 2rem;
line-height: 2.5rem;
font-weight: 400;
color: #0f0f0f;
margin-bottom: 1rem;
}

.page-header-full-content p { font-size: 1rem; }

.content-area { padding: 0; }

.post { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid #eee; }

.post:last-child { border-bottom: none; }

.post-title { font-size: 2rem; color: #333; margin-bottom: 1rem; }

.post-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }

.post-title a:hover { color: #25af82; }

.post-meta { color: #666; font-size: 0.9rem; margin-bottom: 1rem; }

.post-content { line-height: 1.8; }

.post-content p { margin-bottom: 1rem; }

.post-content a { text-decoration: underline; }

.post-content a:hover { text-decoration: none; }

.page-content .content-area p {
max-width: 900px;
margin: 0 auto 1rem auto;
line-height: 2;
}

.page-content .content-area .primeform-checkbox-wrapper p.primeform-checkbox-description {
max-width: none;
margin: 0 0 1rem 0;
}

.page-content .content-area h3 {
max-width: 960px;
font-size: 2rem;
line-height: 2.5rem;
margin: 0 auto 1rem auto;
color: #0f0f0f;
}

.page-content .content-area h3:nth-of-type(n+2) {
margin-top: 4rem;
}

.page-content .content-area ul {
max-width: 900px;
margin: 0 auto 1rem auto;
}

.page-content .content-area .primeform-notice ul {
max-width: none;
margin: 0;
}

.page-content .content-area ol {
max-width: 900px;
margin: 0 auto 1rem auto;
}

article.page ol {
list-style-type: decimal;
margin: 1rem 0;
padding-left: 2rem;
}

article.page ol li {
margin-bottom: 0.5rem;
line-height: 1.8;
}

article.page img {
max-width: 100%;
height: auto;
display: block;
}

.page-content .content-area img {
margin: 0 0 1rem 0;
}

.page-content .content-area img.img_margin {
margin: 0 0 4rem 0;
}

article.page ul {
list-style-type: disc;
margin: 1rem 0;
padding-left: 2rem;
}

article.page ul li {
margin-bottom: 0.5rem;
line-height: 1.8;
}

table {
width: 100%;
margin: 0 auto 2rem auto;
border-collapse: collapse;
border: 1px solid #e8e8e8;
font-size: 1rem;
color: #525252;
}

.page-content .content-area table {
max-width: 900px;
margin: 0 auto 1rem auto;
color: #787878;
}

.page-content .content-area .primeform-form {
max-width: 900px;
margin: 0 auto 1rem auto;
}

.tbcc th {
background: #fafafa;
border: solid 1px #e8e8e8;
padding: 10px;
}

.tbcc tr {
border-bottom: 1px solid #e8e8e8;
}

.tbcc tr:last-child {
border-bottom: 0;
}

.tbcc td {
padding: 10px;
}

@media screen and (max-width: 640px) {

.tbcc th,
.tbcc td {
display: block;
width: 100%;
}

.tbcc th {
border: none;
}

.tbcc td {
border-top: solid 1px #e8e8e8;
}

}

.cta-section {
background-color: #f8f9fa;
width: 100%;
}

.cta-wrapper {
display: flex;
align-items: stretch;
width: 100%;
}

.cta-image {
flex: 0 0 40%;
overflow: hidden;
}

.cta-image picture,
.cta-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.cta-content {
flex: 1 1 auto;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
margin: 0;
padding: 4rem;
}

.cta-title {
font-size: 2rem;
line-height: 2.5rem;
font-weight: 400;
color: #0f0f0f;
margin-bottom: 1rem;
}

.cta-text {
font-size: 1rem;
margin-bottom: 2rem;
}

.cta-buttons {
display: flex;
justify-content: flex-start;
gap: 2rem;
flex-wrap: wrap;
}

.cta-button {
display: inline-block;
padding: 0.5rem 0;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: left;
text-decoration: none !important;
color: #0f0f0f;
border: none;
border-bottom: 1px solid #686868;
border-radius: 0;
cursor: pointer;
position: relative;
width: fit-content;
overflow: hidden;
transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.cta-button::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #25af82;
transition: width 0.3s ease;
}

.cta-button:hover {
color: #25af82;
border-bottom-color: transparent;
}

.cta-button:hover::before {
width: 100%;
}

.cta-button-current {
pointer-events: none;
color: #c4c4c4 !important;
background-color: transparent !important;
border-bottom-color: #c4c4c4 !important;
cursor: default;
}

.cta-button-current::before {
display: none;
}

@media (max-width: 767px) {

.page-content .content-area h3 {
font-size: 1.5rem;
line-height: 1.5rem;
}

.cta-wrapper {
flex-direction: column;
gap: 0;
}

.cta-image {
flex: 1 1 100%;
width: 100%;
}

.cta-image img {
height: 300px;
}

.cta-content {
flex: 1 1 100%;
text-align: center;
margin: 0 auto;
padding: 2rem;
}

.cta-title {
font-size: 1.5rem;
line-height: 1.5rem;
margin-bottom: 1rem;
}

.cta-text {
font-size: 1rem;
}

.cta-buttons {
justify-content: center;
gap: 1.5rem;
}

}

.lookbook-element--image,
.lookbook-element--content,
.page-header-full-inner,
.content-area {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.6s ease, transform 0.6s ease;
}

body.page-slug-pledge .content-area {
opacity: 1;
transform: none;
}

.caption-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 2;
transform: translateX(0);
transition: transform 0.8s ease;
pointer-events: none;
}

.caption-hero.fade-in::before {
transform: translateX(100%);
}

.lookbook-element--image.fade-in {
opacity: 1;
transform: translateY(0);
}

.lookbook-element--content.fade-in {
opacity: 1;
transform: translateY(0);
transition-delay: 0.2s;
}

.page-header-full-inner.fade-in {
opacity: 1;
transform: translateY(0);
}

body:not(.home) .page-header-full-inner.fade-in {
background-color: #f7f9fa;
}

.content-area.fade-in {
opacity: 1;
transform: translateY(0);
}

.content-area.fade-in {
transition-delay: 0.2s;
}

.lookbook-section {
display: flex;
justify-content: center;
width: 100%;
background-color: #fff;
padding: 4rem 0;
}

@media (min-width: 769px) {
.lookbook-section--pledge {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
}

.lookbook-wrapper {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 4.5rem;
width: 100%;
max-width: 100%;
}

@media (max-width: 900px) {

.lookbook-wrapper {
gap: 2rem;
}

}

.lookbook-grid {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 4.5rem;
grid-column: span 12;
width: 100%;
max-width: 100%;
}

@media (max-width: 900px) {

.lookbook-grid {
gap: 2rem;
}

}

.lookbook-element {
position: relative;
overflow: hidden;
}

.lookbook-element--image {
grid-column: span 12;
}

@media (min-width: 768px) {

.lookbook-element--image {
grid-column: span 6;
}

}

.lookbook-element--content {
grid-column: span 12;
display: flex;
align-items: center;
}

@media (min-width: 768px) {

.lookbook-element--content {
grid-column: span 6;
}

}

.lookbook-section:nth-of-type(2) .lookbook-grid {
display: grid;
}

.lookbook-section:nth-of-type(2) .lookbook-element--image {
grid-column: span 12;
order: 1;
}

.lookbook-section:nth-of-type(2) .lookbook-element--content {
grid-column: span 12;
order: 2;
}

@media (min-width: 768px) {
    
.lookbook-section:nth-of-type(2) .lookbook-element--image {
grid-column: 7 / span 6;
order: 2;
}

.lookbook-section:nth-of-type(2) .lookbook-element--content {
grid-column: 1 / span 6;
order: 1;
}

}

.lookbook-element__wrapper {
width: 100%;
height: 100%;
}

.lookbook-element__image {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}

.lookbook-element__image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.lookbook-element__image-placeholder {
width: 100%;
min-height: 280px;
background: #f5f5f5;
}

.lookbook-element__content {
width: 100%;
padding: 2rem;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
align-content: center;
}

@media (min-width: 640px) {

.lookbook-element__content {
padding: 2rem;
}

}

.lookbook-element__content > * {
grid-column: 1 / span 4;
}

.lookbook-element__title {
font-size: 2rem;
line-height: 2.5rem;
font-weight: 400;
color: #0f0f0f;
margin-bottom: 1rem;
}

.lookbook-element__text {
font-size: 1rem;
color: #787878;
line-height: 1.8;
margin-bottom: 1.5rem;
}

.lookbook-element__link {
display: inline-block;
padding: 0.5rem 0;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: left;
text-decoration: none;
color: #0f0f0f;
border: none;
border-bottom: 1px solid #686868;
border-radius: 0;
cursor: pointer;
position: relative;
width: fit-content;
overflow: hidden;
transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.lookbook-element__link::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #25af82;
transition: width 0.3s ease;
}

.lookbook-element__link:hover {
color: #25af82;
border-bottom-color: transparent;
}

.lookbook-element__link:hover::before {
width: 100%;
}

.page-content .content-area .lookbook-element__content h3,
.page-content .content-area .lookbook-element__content ul {
max-width: none;
margin-left: 0;
margin-right: 0;
}

.page-content .content-area .lookbook-element__content h3 {
margin: 0 0 1rem 0;
}

.page-content .content-area .lookbook-element__content ul {
margin: 0 0 1rem 0;
}

@media (max-width: 767px) {

.lookbook-section {
padding: 2rem 0;
}

.lookbook-wrapper {
gap: 2rem;
max-width: 100%;
}

.lookbook-grid {
gap: 1.5rem;
max-width: 100%;
}

.lookbook-element__image {
max-width: 100%;
}

.lookbook-element__image img {
max-width: 100%;
}

.lookbook-element__content {
padding: 0;
grid-template-columns: 1fr;
}

.lookbook-element__content > * {
grid-column: span 1;
}

.lookbook-element__title {
font-size: 1.5rem;
line-height: 1.5rem;
}

.lookbook-element__link {
justify-self: end;
margin-left: auto;
}

.page-header-full-inner {
padding: 2rem;
}

.page-header-full-content,
.page-header-full-content h2,
.page-header-full-content p {
max-width: 100%;
text-align: left;
}

.page-header-full-content h2 {
font-size: 1.5rem;
line-height: 1.5rem;
}

.page-content .content-area .lookbook-element__content {
text-align: left;
justify-items: start;
align-content: start;
}

.page-content .content-area .lookbook-element--content {
justify-content: flex-start;
align-items: flex-start;
}

.page-content .content-area .lookbook-element__content h3,
.page-content .content-area .lookbook-element__content ul {
max-width: none;
margin-left: 0;
margin-right: 0;
text-align: left;
}

.page-content .content-area .lookbook-element__content h3 {
margin: 0 0 1rem 0;
}

.page-content .content-area .lookbook-element__content ul {
margin: 0 0 1rem 0;
}

}

.site-footer { background: #333; color: #fff; padding: 4rem 0 0 0; margin-top: 0; }

.error-404 { text-align: center; padding: 3rem 0; }

.error-title { font-size: 8rem; font-weight: 900; color: #e1e1e1; margin-bottom: 1rem; line-height: 1; }

.error-subtitle { font-size: 2rem; color: #333; margin-bottom: 1rem; }

.error-description { font-size: 1.1rem; color: #666; margin-bottom: 2rem; line-height: 1.6; }

.error-actions { margin-bottom: 3rem; }

.home-link-section {
display: flex;
justify-content: center;
width: 100%;
background-color: #fff;
padding: 4rem 0;
}

.home-link-inner {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 4.5rem;
width: 100%;
max-width: 1440px;
row-gap: 4.5rem !important;
}

.home-link-media {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
padding-bottom: 3.5rem;
text-align: center;
cursor: pointer;
grid-column: span 12;
background-color: #030f2b;
}

@media (min-width: 768px) {

.home-link-media {
grid-column: span 6;
gap: 2.5rem;
}

}

.home-link-media img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.7s ease;
will-change: transform;
aspect-ratio: 2/3;
padding: 3.5rem 3.5rem 0;
}

@media (min-width: 640px) {

.home-link-media img {
padding: 3.5rem 7rem 0;
}

}

@media (min-width: 768px) {

.home-link-media img {
aspect-ratio: 4/5;
padding: 4.5rem 7rem 0;
}

.home-link-media:hover img {
transform: scale(1.1);
}

}

.home-link-content {
position: relative;
z-index: 1;
width: 100%;
padding: 1.5rem 3.5rem 0;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 640px) {

.home-link-content {
padding: 1.5rem 7rem 0;
}

}

.home-link-content > * {
grid-column: 2 / span 3;
}

@media (min-width: 768px) and (max-width: 1024px) {

.home-link-section {
padding: 3rem 0;
}

.home-link-inner {
gap: 2rem;
row-gap: 2rem !important;
}

}

@media (max-width: 767px) {

.home-link-section {
padding: 2rem 0;
}

.home-link-inner {
gap: 2rem;
row-gap: 2rem !important;
}

.home-link-media {
min-height: 400px;
}

.home-link-media img {
padding: 3.5rem 1.5rem 0;
}

.home-link-content {
padding: 1.5rem;
grid-template-columns: 1fr;
}

.home-link-content > * {
grid-column: span 1;
}

}

.home-link-title {
font-size: 2rem;
line-height: 2.5rem;
font-weight: 400;
color: #fff;
margin-bottom: 1rem;
}

.home-link-text {
font-size: 1rem;
color: #fff;
line-height: 1.8;
margin-bottom: 1.5rem;
opacity: 0.9;
}

.home-link-btn {
display: inline-block;
padding: 0.75rem 2rem;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: center;
text-decoration: none;
color: #0f0f0f;
background-color: #fff;
border: 1px solid #686868;
border-radius: 4px;
cursor: pointer;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
width: fit-content;
}

.home-link-btn:hover {
color: #fff;
border-color: #25af82;
background-color: #25af82;
}

.btn-home {
display: inline-block;
padding: 0.75rem 2rem;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: center;
text-decoration: none;
color: #0f0f0f;
background-color: #fff;
border: 1px solid #686868;
border-radius: 4px;
cursor: pointer;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
font-family: inherit;
margin-bottom: 2rem;
}

.btn-home:hover {
color: #fff;
border-color: #25af82;
background-color: #25af82;
}

.search-form { max-width: 400px; margin: 0 auto; }

.search-form h3 { font-size: 1.2rem; color: #333; margin-bottom: 1rem; }

.search-form input[type="search"] { width: 100%; padding: 0.8rem 1rem; border: 2px solid #eee; border-radius: 4px; font-size: 1rem; outline: none; transition: border-color 0.3s ease; }

.search-form input[type="search"]:focus { border-color: #667eea; }

.recent-posts { text-align: left; max-width: 600px; margin: 0 auto; }

.recent-posts h3 { font-size: 1.3rem; color: #333; margin-bottom: 1rem; text-align: center; }

.recent-posts ul { list-style: none; padding: 0; }

.recent-posts li { padding: 0.8rem 0; border-bottom: 1px solid #eee; }

.recent-posts li:last-child { border-bottom: none; }

.recent-posts a { color: #333; text-decoration: none; transition: color 0.3s ease; }

.recent-posts a:hover { color: #25af82; }

@media (max-width: 768px) {

.site-header .container {
padding: 0;
}

.main-navigation ul { flex-direction: column; gap: 1rem; }

.site-title { font-size: 2rem; }

.site-logo img { height: 40px; }

.content-area { padding: 0; }

.error-title { font-size: 6rem; }

.error-subtitle { font-size: 1.5rem; }

.error-description { font-size: 1rem; }

}

.primeform-notice {
max-width: 900px;
margin: 0 auto 1rem auto;
padding: 1rem;
background-color: #fff3cd;
border: 1px solid #ffc107;
border-radius: 4px;
}

.primeform-notice ul {
margin: 0;
padding-left: 1.5rem;
list-style-type: disc;
}

.primeform-notice li {
margin-bottom: 0.5rem;
color: #856404;
font-size: 0.9rem;
line-height: 1.6;
}

.primeform-notice li:last-child {
margin-bottom: 0;
}

.primeform-form {
margin: 0 auto;
padding: 0;
background: #fff;
}

.primeform-field {
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 1rem;
}

.primeform-field label {
display: block;
font-weight: 600;
margin-bottom: 0;
color: #333;
font-size: 0.95rem;
flex-shrink: 0;
width: 150px;
text-align: left;
}

.primeform-required-mark {
color: #dc3545;
margin-left: 0.25rem;
}

.primeform-input,
.primeform-textarea,
.primeform-select {
width: 100%;
padding: 0.75rem 0;
font-size: 1rem;
line-height: 1.5;
color: #333;
background-color: transparent;
border: none;
border-bottom: 1px solid #686868;
border-radius: 0;
transition: border-bottom-color 0.15s ease-in-out;
font-family: inherit;
}

.primeform-input::placeholder,
.primeform-textarea::placeholder {
color: #a8a8a8;
opacity: 1;
}

.primeform-input::-webkit-input-placeholder,
.primeform-textarea::-webkit-input-placeholder {
color: #a8a8a8;
opacity: 1;
}

.primeform-input::-moz-placeholder,
.primeform-textarea::-moz-placeholder {
color: #a8a8a8;
opacity: 1;
}

.primeform-input:-ms-input-placeholder,
.primeform-textarea:-ms-input-placeholder {
color: #a8a8a8;
opacity: 1;
}

.primeform-input:focus,
.primeform-textarea:focus,
.primeform-select:focus {
outline: 0;
border-bottom-color: #25af82;
box-shadow: none;
}

.primeform-input.error,
.primeform-textarea.error,
.primeform-select.error {
border-bottom-color: #dc3545;
}

.primeform-input.error:focus,
.primeform-textarea.error:focus,
.primeform-select.error:focus {
border-bottom-color: #dc3545;
box-shadow: none;
}

.primeform-textarea {
min-height: 120px;
resize: none;
}

.primeform-field-radio,
.primeform-field-checkbox {
margin-bottom: 1rem;
display: flex;
align-items: flex-start;
gap: 1rem;
}

.primeform-field-checkbox > .primeform-label {
flex-shrink: 0;
width: 150px;
text-align: left;
margin-bottom: 0;
padding-top: 0;
align-self: flex-start;
}

.primeform-field-checkbox .primeform-checkbox-wrapper {
flex: 1;
min-width: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.primeform-checkbox-description {
margin: 0 0 0.5rem 0;
font-size: 0.9rem;
color: #666;
line-height: 1.5;
}

.primeform-checkbox-group {
display: flex;
flex-direction: column;
gap: 0;
justify-content: center;
}

.primeform-radio,
.primeform-checkbox {
display: flex;
align-items: center;
margin-bottom: 0;
cursor: pointer;
}

.primeform-radio input[type="radio"] {
width: auto;
margin-right: 0.5rem;
cursor: pointer;
flex-shrink: 0;
}

.primeform-checkbox input[type="checkbox"] {
width: 15px;
height: 15px;
margin-right: 0.5rem;
cursor: pointer;
flex-shrink: 0;
accent-color: #0f0f0f;
}

.primeform-checkbox-label input[type="checkbox"] {
width: 15px;
height: 15px;
margin-right: 0.5rem;
cursor: pointer;
flex-shrink: 0;
display: inline-block;
accent-color: #0f0f0f;
}

.primeform-radio label,
.primeform-checkbox label {
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}

.primeform-checkbox-label {
display: flex;
align-items: center;
cursor: pointer;
margin: 0;
padding: 0;
font-weight: 400;
white-space: nowrap;
flex-wrap: nowrap;
width: 100%;
max-width: 100%;
margin-bottom: 0;
}

.primeform-checkbox-label span {
display: inline-block;
white-space: normal;
flex-shrink: 1;
min-width: 0;
}

.primeform-field-checkbox .primeform-checkbox-label {
width: auto;
text-align: left;
}

.primeform-field-file {
position: relative;
}

.primeform-file {
display: block;
width: 100%;
padding: 0.75rem 1rem;
font-size: 1rem;
line-height: 1.5;
color: #333;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
cursor: pointer;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.primeform-file:focus {
outline: 0;
border-color: #667eea;
box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.primeform-submit {
display: inline-block;
padding: 0.75rem 2rem;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: center;
text-decoration: none;
color: #0f0f0f;
background-color: #fff;
border: 1px solid #686868;
border-radius: 4px;
cursor: pointer;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
font-family: inherit;
margin-left: auto;
}

.primeform-submit:hover {
color: #fff;
border-color: #25af82;
background-color: #25af82;
}

.primeform-field:has(.primeform-submit) {
justify-content: flex-end;
}

.primeform-submit:active {
transform: translateY(0);
}

.primeform-submit:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
}

.primeform-field-group {
margin-bottom: 1.5rem;
padding: 1rem;
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 4px;
}

.primeform-group-label {
font-weight: 600;
margin-bottom: 1rem;
color: #333;
font-size: 1rem;
}

.primeform-field-recaptcha,
.primeform-field-turnstile {
margin-bottom: 1.5rem;
display: flex;
justify-content: center;
}

@media (max-width: 768px) {

.primeform-form {
padding: 0;
}

.primeform-field {
flex-direction: column;
align-items: flex-start;
gap: 0;
margin-bottom: 2rem;
}

.primeform-field label {
margin-bottom: 0;
min-width: auto;
width: auto;
text-align: left;
}

.primeform-field-checkbox {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}

.primeform-field-checkbox > .primeform-label {
width: auto;
text-align: left;
}

.primeform-input,
.primeform-textarea,
.primeform-select {
font-size: 16px;
}

.primeform-submit {
width: 100%;
padding: 1rem;
}

}

.pdf-list,
.pdf-archive-list {
margin-bottom: 2rem;
}

.page-content .content-area .pdf-list {
max-width: 900px;
margin: 0 auto 1rem auto;
}

.page-content .content-area .pdf-archive-list {
width: 100%;
}

.pdf-item-wrapper,
.pdf-archive-item-wrapper {
margin-bottom: 1rem;
border: none;
border-bottom: 1px solid #686868;
border-radius: 0;
padding: 0.5rem 0;
box-sizing: border-box;
text-decoration: none;
color: #0f0f0f;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
transition: border-bottom-color 0.3s ease, color 0.3s ease;
width: 100%;
}

.pdf-item-wrapper::before,
.pdf-archive-item-wrapper::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #25af82;
transition: width 0.3s ease;
}

.pdf-item-wrapper:hover,
.pdf-archive-item-wrapper:hover {
color: #25af82;
border-bottom-color: transparent;
text-decoration: none;
}

.pdf-item-wrapper:hover::before,
.pdf-archive-item-wrapper:hover::before {
width: 100%;
}

.pdf-list dt,
.pdf-archive-list dt {
margin: 0;
padding: 0;
font-weight: 600;
flex: 1;
}

.pdf-list dd,
.pdf-archive-list dd {
margin: 0;
padding: 0;
color: inherit;
font-size: 0.85rem;
opacity: 0.7;
text-align: right;
margin-left: auto;
}

.pdf-item-title,
.pdf-archive-item-title {
color: inherit;
transition: color 0.3s ease;
font-weight: 600;
}

.pdf-item-title::before,
.pdf-archive-item-title::before {
content: "\f1c1";
font-family: "Font Awesome 6 Free";
font-weight: 400;
margin-right: 0.5rem;
}

.pdf-item-wrapper:hover .pdf-item-title,
.pdf-archive-item-wrapper:hover .pdf-archive-item-title {
color: inherit;
}

@media (min-width: 1083px) {

.pdf-item-wrapper,
.pdf-archive-item-wrapper {
flex-direction: row;
justify-content: space-between;
}

.pdf-list dt,
.pdf-archive-list dt {
padding-right: 2rem;
}

.pdf-list dd,
.pdf-archive-list dd {
text-align: right;
margin-left: auto;
}

}

@media (max-width: 768px) {

.pdf-item-wrapper,
.pdf-archive-item-wrapper {
flex-direction: column;
align-items: flex-start;
}

.pdf-item-title,
.pdf-archive-item-title {
font-size: 1.1rem;
}

.pdf-item-date,
.pdf-archive-item-date {
padding-left: 1rem;
margin-top: 0.25rem;
align-self: flex-end;
width: 100%;
text-align: right;
}

}

.pdf-more {
text-align: right;
margin-top: 2rem;
}

.btn-more {
display: inline-block;
padding: 0.75rem 2rem;
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
text-align: center;
text-decoration: none;
color: #0f0f0f;
background-color: #fff;
border: 1px solid #686868;
border-radius: 4px;
cursor: pointer;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
font-family: inherit;
}

.btn-more:hover {
color: #fff;
border-color: #25af82;
background-color: #25af82;
}

.archive-title {
font-size: 2.5rem;
color: #333;
margin-bottom: 2rem;
}

.pdf-pagination {
text-align: center;
margin-top: 3rem;
}

.pdf-pagination .page-numbers {
display: inline-block;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
text-decoration: none;
color: #333;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.3s ease;
}

.pdf-pagination .page-numbers:hover {
background: #25af82;
color: #fff;
border-color: #25af82;
}

.pdf-pagination .page-numbers.current {
background: #fff;
color: #0f0f0f;
border-color: #0f0f0f;
}

.site-title { font-size: 2rem; }

.site-logo img { height: 40px; }

.breadcrumb-wrapper {
background: #fff;
padding: 0 0 2rem 0;
}

.breadcrumb {
list-style: none;
display: flex;
align-items: center;
margin: 0;
padding: 0;
font-size: 1rem;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.breadcrumb::-webkit-scrollbar {
height: 4px;
}

.breadcrumb::-webkit-scrollbar-track {
background: #f1f1f1;
}

.breadcrumb::-webkit-scrollbar-thumb {
background: #787878;
border-radius: 2px;
}

.breadcrumb::-webkit-scrollbar-thumb:hover {
background: #25af82;
}

.breadcrumb li {
display: inline-block;
flex-shrink: 0;
margin-right: 0.5rem;
}

.breadcrumb li:not(:last-child)::after {
content: '\f105';
font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-left: 0.5rem;
color: #c5c5c5;
}

.breadcrumb li a {
color: #0f0f0f;
text-decoration: none;
transition: color 0.3s ease;
}

.breadcrumb li a:hover {
color: #25af82;
}

.breadcrumb li:last-child {
color: #adadad;
font-weight: 600;
border-bottom: 1px solid #adadad;
}

.footer-menu {
display: flex;
align-items: flex-start;
justify-content: space-between;
position: relative;
}

.footer-menu-wrapper {
display: flex;
align-items: flex-start;
gap: 4rem;
}

.footer-menu-main1 ul,
.footer-menu-main2 ul,
.footer-menu-main3 ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.75rem;
}

.footer-menu-main1 a,
.footer-menu-main2 a,
.footer-menu-main3 a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
transition: color 0.3s ease;
font-size: 1rem;
}

.footer-menu-main1 a:hover,
.footer-menu-main2 a:hover,
.footer-menu-main3 a:hover {
color: #fff;
}

.footer-menu-main1 .current-menu-item > a,
.footer-menu-main2 .current-menu-item > a,
.footer-menu-main3 .current-menu-item > a {
color: #adadad;
border-bottom: 1px solid #adadad;
pointer-events: none;
cursor: default;
}

.page-top-button {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
text-decoration: none;
transition: opacity 0.3s ease;
cursor: pointer;
flex-shrink: 0;
opacity: 1;
}

.page-top-button:hover {
opacity: 0.8;
}

.page-top-button svg {
width: 100%;
height: 100%;
display: block;
}

.footer-copyright {
text-align: center;
padding: 20px 0;
}

.footer-copyright address {
margin: 0;
color: rgba(255, 255, 255, 0.6);
font-size: 0.8rem;
font-style: normal;
}

@media (max-width: 768px) {

.footer-menu {
flex-direction: column;
gap: 2rem;
position: relative;
}

.footer-menu-wrapper {
flex-direction: column;
gap: 2rem;
}

.footer-menu-main1 {
position: relative;
}

.page-top-button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
}

.footer-menu-main1 ul,
.footer-menu-main2 ul,
.footer-menu-main3 ul {
flex-direction: column;
gap: 0.75rem;
}

}


