:root { --color-primary: #0b5fa5;
--color-secondary: #ffd166;
--color-accent: #076bdb;
--color-text: #1a1a1a;
--color-text-light: #666;
--color-bg: #ffffff;
--color-bg-light: #f8f8f8;
--color-border: #d9d9d9;
--color-success: #2ec4b6;
--color-success-bg: rgba(46, 196, 182, 0.2);
--color-success-text: #1c7971;
--color-warning: #ffd166;
--color-gray: #666;
--color-gray-bg: rgba(102, 102, 102, 0.25); --font-main: 'Noto Sans JP', sans-serif; --font-size-xs: 14px;
--font-size-sm: 15px;
--font-size-base: 16px;
--font-size-lg: 18px;
--font-size-xl: 20px;
--font-size-2xl: 32px;
--font-size-3xl: 46px; --space-xs: 8px;
--space-sm: 16px;
--space-md: 24px;
--space-lg: 32px;
--space-xl: 40px;
--space-2xl: 80px;
--space-3xl: 120px; --max-width: 1280px;
--max-width-header: 1440px;
--max-width-narrow: 800px; --radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
--radius-full: 9999px; --shadow-sm: 0 4px 4px rgba(0, 0, 0, 0.08);
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08); --header-height: 88px;
} .pc-br {
display: none;
}
@media (min-width: 768px) {
.pc-br {
display: inline;
}
}
.u-small-text {
font-size: 0.8em;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 88px;
}
body {
padding-top: var(--header-height);
font-family: var(--font-main);
font-size: var(--font-size-base);
color: var(--color-text);
line-height: 1.8;
background-color: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
a {
color: inherit;
text-decoration: none;
}
ul, ol {
list-style: none;
}  .l-header{
display: flex;
align-items: center;
width: 100%;
height: 88px;
background: var(--base, #F7FAFC);
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}
.l-inner__header{
width: 100%;
display: flex;
padding: 0 40px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
align-self: stretch;
}
.c-global-nav{
display: flex;
align-items: center;
gap: 24px;
}
.c-global-nav__list {
display: flex;
align-items: center;
gap: 8px;
}
.p-header__nav-item {
display: flex;
padding: 16px 8px;
justify-content: center;
align-items: center;
gap: 10px;
}
.p-header__nav-item a {
color: var(--text, #1A1A1A);
text-align: center;
font-family: "Noto Sans JP";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 190%; letter-spacing: 0.75px;
}
.c-button__sm-main {
display: flex;
padding: 12px 20px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 24px;
border: 1px solid #FFF;
background: var(--main, #0B5FA5);
color: var(--white, var(--white, #FFF));
text-align: center;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 190%; letter-spacing: 0.7px;
}  .p-home-fv{
background: var(--accent, #FFD166);
}
.p-home-fv__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 560px;
}
.p-home-fv__bg-image {
position: absolute;
top: var(--header-height);
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.p-home-fv__bg-overlay {
position: absolute;
top: var(--header-height);
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(7, 107, 219, 0.2), #076bdb);
}
.p-home-fv__bg-lower {
position: absolute;
top: 628px;
left: 0;
width: 100%;
height: 150px;
}
.p-home-fv__wave {
width: 100%;
height: auto;
object-fit: cover;
}
.p-home-fv__inner {
max-width: 1280px;
position: relative;
display: flex;
gap: 40px;
padding-top: 55px;
height: 840px;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.p-home-fv__body {
display: flex;
flex-direction: column;
width: 580px;
padding-top: 69px;
flex-shrink: 0;
}
.p-home-fv__sub-copy {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 800;
font-size: 18px;
letter-spacing: 0.9px;
color: #ffffff; margin-bottom: 24px;
}
.p-home-fv__main-copy {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 46px;
line-height: 1.4;
letter-spacing: 2.76px;
color: #ffffff; margin-bottom: 24px;
}
.p-home-fv__lead {
font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 2;
letter-spacing: 0.8px;
color: #ffffff; margin-bottom: 32px;
}
.p-home-fv__actions {
display: flex;
gap: 16px;
justify-content: center;
}  .l-inner { max-width: 1330px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
} .p-home-schedule {
background-color: #ffd166;
width: 100%;
border-bottom: 1px solid #d9d9d9;
position: relative;
}
.p-home-schedule__wrapper {
display: flex;
gap: 80px;
padding: 120px 0;
width: 100%;
min-height: 870px;
position: relative;
}
.p-home-schedule__body {
display: flex;
flex-direction: column;
gap: 24px;
width: 360px;
flex-shrink: 0;
}
.p-section-title__bar {
width: 4px;
height: 30px;
background-color: #0b5fa5;
flex-shrink: 0;
} .c-section-remark {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.c-section-remark p {
font-size: 14px;
letter-spacing: 0.7px;
line-height: 1.8;
width: 273px;
} .p-event-card {
width: 100%;
max-width: 1200px;
display: flex;
padding: 20px 24px;
align-items: center;
gap: 16px;
align-self: stretch;
justify-content: space-between;
border-radius: 8px;
background: #FFF;
box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
margin-left: auto;
margin-right: auto;
}
.p-event-card__date {
color: var(--text, #1A1A1A);
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 190%; letter-spacing: 0.7px;
}
.p-event-card__title {
color: var(--text, #1A1A1A);
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 190%; letter-spacing: 0.8px;
}
.p-event-card__meta {
display: flex;
gap: 8px;
align-items: center;
}
.c-status {  
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 6px 12px;
border-radius: 16px;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.7px;
line-height: 1.9;
white-space: nowrap;
}
.c-status--open {
background-color: rgba(46, 196, 182, 0.2);
color: #1c7971;
}
.c-tag__clean,.c-tag--clean {
border-radius: 16px;
background: var(--support, #2EC4B6);
}
.c-tag__skill,.c-tag--skill {
border-radius: 16px;
background: var(--main, #0B5FA5);
}
.c-tag__land,.c-tag--land {
border-radius: 16px;
background: saddlebrown;
}
.c-tag--pr {
background: #ffd166;
color: #1a1a1a;
}
.c-tag--enjoy {
background: #ff8a65;
}
.c-tag--other {
background: #999;
} .c-link-list {
flex: 1;
min-width: 0;
padding: 80px;
display: flex;
flex-direction: column;
gap: 16px;
}
.c-link-list__item {
background-color: white;
border-radius: 8px;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
display: flex;
gap: 16px;
align-items: center;
padding: 20px 24px;
width: 100%;
}
.c-link-list__date {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
width: 120px;
flex-shrink: 0;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.7px;
line-height: 1.9;
white-space: nowrap;
}
.c-link-list__title {
flex: 1;
min-width: 0;
padding: 10px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.8px;
line-height: 1.9;
white-space: nowrap;
} .c-button-frame {
display: flex;
gap: 16px;
align-items: center;
flex-shrink: 0;
} .c-button__sm {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 6px 12px;
background-color: #fff7d6;
border: 1px solid #666;
border-radius: 16px;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
font-size: 14px;
font-weight: 700;
color: #1a1a1a;
letter-spacing: 0.7px;
line-height: 1.9;
white-space: nowrap;
transition: background-color 0.3s;
}
.c-button__sm:hover {
background-color: #ffeeb3;
} .c-tag {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 6px 12px;
gap: 10px;
border-radius: 16px;
color: #fff;
text-align: center;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.7px;
line-height: 1.9;
white-space: nowrap;
}
.c-tag__open {
background-color: rgba(46, 196, 182, 0.2);
color: #1c7971;
}
.c-tag__pre {
background-color: rgba(102, 102, 102, 0.25);
color: #666;
}  .p-home-report {
background: #fff;
border-bottom: 1px solid #d9d9d9;
padding: 120px 0;
position: relative;
}
.p-home-report__body {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
display: flex;
flex-direction: column;
gap: 24px;
position: relative;
}
.p-report__list {
display: flex;
gap: 40px;
justify-content: flex-start;
flex-wrap: wrap;
} .c-section-heading {
width: 100%;
display: flex;
gap: 16px;
align-items: center;
justify-content: flex-start;
}
.c-section-heading__bar {
width: 4px;
height: 30px;
background: #0b5fa5;
}
.c-section-heading__title {
font-size: 32px;
font-weight: bold;
letter-spacing: 1.6px;
line-height: 2;
white-space: nowrap;
} .p-report-card {
background: #fff;
width: 384px;
border-radius: 16px;
box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
padding: 24px;
display: flex;
flex-direction: column;
}
.p-report-card__thumb {
width: 100%;
height: 192px;
overflow: hidden;
border-radius: 12px 12px 0 0;
margin-bottom: 16px;
}
.p-report-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.p-report-card__body {
display: flex;
flex-direction: column;
gap: 8px;
}
.p-report-card__date {
font-size: 14px;
color: #666;
font-weight: 600;
font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.p-report-card__title {
font-size: 20px;
font-weight: bold;
line-height: 1.4;
}
.p-report-card__excerpt {
font-size: 14px;
font-weight: 300;
line-height: 1.7;
}
.p-report-card__excerpt p {
margin-bottom: 0;
}
.p-report-card__excerpt p:not(:last-child) {
margin-bottom: 0.5em;
} .c-button-link {
display: flex;
align-items: center;
justify-content: center;
height: 56px;
padding: 0 28px;
background: #fff;
border: 1px solid #0b5fa5;
border-radius: 8px;
color: #0b5fa5;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.8px;
text-decoration: none;
margin: 0 auto;
transition: background 0.3s, color 0.3s;
}
.c-button-link:hover {
background: #0b5fa5;
color: #fff;
}
.c-button-link span {
font-size: 16px;
font-weight: 700;
color: #0b5fa5;
letter-spacing: 0.8px;
line-height: 1.9;
white-space: nowrap;
} .c-status--open { background: rgba(46, 196, 182, 0.20); color:#1C7971; }
.c-status--full { background: #e95b5b; color:#fff; }
.c-status--close { background: #999; color:#fff; }
.c-status--pre { background: #ddd; color:#333; } .p-home-activity {
background: #f7fafc;
border-bottom: 1px solid #d9d9d9;
padding: 120px 0;
}
.p-home-activity__body {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
}
.p-post-activity__grid {
display: flex;
gap: 40px;
justify-content: center;
flex-wrap: wrap;
width: 100%;
} .c-post-card-activity {
background: #fff;
width: 384px;
border-radius: 16px;
border: 1px solid #e5e7eb;
box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.08);
overflow: hidden;
display: flex;
flex-direction: column;
}
.c-post-card-activity__thumb {
width: 100%;
height: 192px;
overflow: hidden;
}
.c-post-card-activity__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.c-post-card-activity__body {
padding: 20px;
display: flex;
flex-direction: column;
gap: 8px;
}
.c-post-card-activity__title {
font-size: 18px;
font-weight: bold;
color: #1a1a1a;
line-height: 1.4;
}
.c-post-card-activity--blue .c-post-card-activity__title {
color: #0b5fa5;
}
.c-post-card-activity--green .c-post-card-activity__title {
color: #1c7971;
}
.c-post-card-activity__excerpt {
padding: 10px;
}
.c-post-card-activity__excerpt p {
font-size: 14px;
font-weight: 300;
line-height: 1.7;
margin: 0;
} .p-home-sdgs {
background: #fff;
border-bottom: 1px solid #d9d9d9;
padding: 120px 0;
}
.p-home-sdgs__wrapper {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
display: flex;
gap: 80px;
align-items: flex-start;
position: relative;
}
.p-home-sdgs__body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 24px;
}
.p-home-sdgs__visual {
width: 600px;
height: 400px;
flex-shrink: 0;
border-radius: 22px;
overflow: hidden;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}
.p-home-sdgs__visual img {
width: 100%;
height: 100%;
object-fit: cover;
} .c-section-lead {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.c-section-lead p {
font-size: 16px;
font-weight: normal;
line-height: 1.8;
letter-spacing: 0.8px;
color: #1a1a1a;
margin: 0;
} .p-home-partners {
background: #f7fafc;
border-bottom: 1px solid #d9d9d9;
padding: 120px 0;
}
.p-home-partners__body {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
display: flex;
flex-direction: column;
gap: 24px;
align-items: center;
} .c-logo-list {
display: flex;
gap: 40px;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.c-logo-list__item {
background: #fff;
width: 384px;
height: 192px;
border-radius: 16px;
box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.c-logo-list__image {
width: 100%;
height: 100%;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: center;
}
.c-logo-list__image img {
max-width: 78.41%;
max-height: 21.57%;
object-fit: contain;
}
.c-logo-list__placeholder {
width: 141px;
height: 63px;
display: flex;
align-items: center;
justify-content: center;
}
.c-logo-list__placeholder p {
font-size: 14px;
font-weight: bold;
letter-spacing: 0.7px;
line-height: 1.9;
text-align: center;
color: #1a1a1a;
margin: 0;
} .p-activity-single {
padding: 80px 0 24px;
background: #fff;
}
.p-activity-single__header {
margin-bottom: 48px;
}
.p-activity-single__title {
font-size: 32px;
font-weight: 700;
line-height: 1.5;
}
.p-activity-single__date {
margin-top: 12px;
color: #666;
font-weight: 600;
}
.p-activity-single__thumb {
margin-bottom: 48px;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.p-activity-single__thumb img {
width: 100%;
max-height: 520px;
object-fit: cover;
}
.p-activity-single__content {
max-width: 800px;
margin: 0 auto 64px;
font-size: 16px;
line-height: 1.9;
}
.p-activity-info,
.p-activity-report {
max-width: 900px;
margin: 0 auto 64px;
padding: 40px;
background: #f7fafc;
border-radius: 16px;
}
.p-activity-info__title,
.p-activity-report__title {
font-size: 24px;
font-weight: 700;
margin-bottom: 24px;
}
.p-activity-report__comment {
margin-bottom: 32px;
line-height: 1.9;
}
.p-activity-info__row,
.p-activity-report__row {
display: flex;
gap: 24px;
padding: 16px 0;
border-bottom: 1px solid #e5e7eb;
}
.p-activity-info__row dt,
.p-activity-report__row dt {
width: 140px;
font-weight: 700;
color: #0b5fa5;
flex-shrink: 0;
}
.p-activity-info__row dd,
.p-activity-report__row dd {
flex: 1;
}
.p-activity-single__entry {
text-align: center;
margin: 64px 0;
} .p-activity-block-cta {
background: linear-gradient(180deg, rgba(11, 95, 165, 0.2) 0%, rgba(46, 196, 182, 0.2) 100%), 
linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
padding: 60px 0 120px;
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
position: relative;
}
.p-activity-block-cta__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 1.8;
color: #1a1a1a;
margin: 0;
}
.p-activity-block-cta__actions {
display: flex;
gap: 16px;
align-items: center;
} .c-button-primary {
background: #0b5fa5;
height: 56px;
padding: 0 28px;
border-radius: 28px;
border: 1px solid #fff;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.8px;
line-height: 1.9;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s, transform 0.2s;
white-space: nowrap;
}
.c-button-primary:hover {
background: #094a84;
transform: translateY(-2px);
} .c-button-secondary {
background: #ffd166;
height: 56px;
padding: 0 28px;
border-radius: 28px;
border: 1px solid #666;
color: #1a1a1a;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.8px;
line-height: 1.9;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s, transform 0.2s;
white-space: nowrap;
}
.c-button-secondary:hover {
background: #f5c04d;
transform: translateY(-2px);
} .l-footer {
background: #0b5fa5;
border-bottom: 1px solid #d9d9d9;
padding: 80px 0 32px;
color: #fff;
}
.l-footer__inner {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 32px;
display: flex;
flex-direction: column;
gap: 40px;
}
.l-footer__top {
display: flex;
gap: 40px;
justify-content: center;
align-items: flex-start;
width: 100%;
}
.l-footer__left {
width: 400px;
display: flex;
flex-direction: column;
flex-shrink: 0;
}
.l-footer__center {
width: 400px;
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
flex-shrink: 0;
}
.l-footer__right {
width: 320px;
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
flex-shrink: 0;
}
.l-footer__bottom {
width: 100%;
padding: 10px;
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
} .c-site-logo-white {
width: 353px;
height: 56px;
padding: 7px 5px;
overflow: hidden;
}
.c-site-logo-white img { height: 100%;
object-fit: contain;
}
.c-footer__company-name {
font-size: 14px;
font-weight: normal;
letter-spacing: 0.7px;
line-height: 1.9; color: #fff;
margin: 0;
}
.c-footer__address {
font-size: 14px;
font-weight: normal;
letter-spacing: 0.7px;
line-height: 1.9;
color: #fff;
margin: 0;
white-space: pre;
}
.c-footer__title {
font-size: 16px;
font-weight: bold;
letter-spacing: 0.8px;
line-height: 1.9;
text-align: center;
color: #fff;
margin: 0;
}
.c-footer__menu {
padding: 0 16px;
}
.c-footer__menu ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.c-footer__menu li {
font-size: 14px;
font-weight: normal;
letter-spacing: 0.7px;
line-height: 1.9;
margin: 0;
text-align:left;
padding-left:30px;
}
.c-footer__menu a {
color: #fff;
text-decoration: none;
transition: opacity 0.3s;
}
.c-footer__menu a:hover {
opacity: 0.7;
}
.c-footer__divider {
width: 100%;
height: 1px;
background: #fff;
}
.c-footer__copyright {
font-size: 13px;
font-weight: normal;
letter-spacing: 0.65px;
line-height: 1.9;
color: #fff;
padding: 10px;
margin: 0;
} .p-page-header {
background: linear-gradient(180deg, rgb(247, 250, 252) 0%, rgb(230, 244, 250) 96.622%), 
linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
padding: 120px 0 32px;
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
position: relative;
}
.p-page-header__inner {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 24px;
display: flex;
gap: 10px;
align-items: flex-start;
justify-content: center;
position: relative;
}
.p-page-header__body {
width: 800px;
display: flex;
flex-direction: column;
gap: 12px;
flex-shrink: 0;
}
.p-page-header__lead {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.16px;
line-height: 1.9;
color: #666;
margin: 0;
}
.p-page-header__bubble {
position: absolute;
width: 158px;
height: 107px;
right: 420px;
top: 0;
opacity: 0.2;
}
.p-page-header__bubble.report{
}
.p-page-header__bubble img {
width: 94.99%;
height: 106.38%;
object-fit: contain;
margin-left: 5.3%;
margin-top: -6.38%;
} .c-section-heading--large .c-section-heading__title {
font-size: 40px;
letter-spacing: 0.4px;
line-height: 1.4;
} .p-schedule {
background: #E6F4FA;
padding: 120px 0;
}
.p-event-card__link-long {
display: flex;
align-items: flex-end;
gap:14px;
}
.c-wave-bg {
line-height: 0;
font-size: 0;
}
.c-wave-bg__svg {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.p-report{
background: #FFF;
padding: 120px 0;
}  .p-form {
max-width: 640px;
margin: 0 auto;
}
.p-form p {
padding: 16px 24px 0;
}
.p-form__row {
margin-bottom: 24px;
}
.p-form__label {
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #0b5fa5;
}
.p-form__required {
display: inline-block;
margin-left: 8px;
padding: 2px 8px;
background: #f9c74f;
color: #333;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
}
.p-form input,
.p-form textarea,
.p-form select {
width: 100%;
padding: 12px 14px;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 14px;
background: #fff;
box-sizing: border-box;
}
.p-form input:focus,
.p-form textarea:focus,
.p-form select:focus {
outline: none;
border-color: #2ec4b6;
box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.2);
}
.p-form textarea {
min-height: 160px;
resize: vertical;
}
.p-form__submit {
text-align: center;
margin-top: 32px;
}
.p-form__submit input,
.p-form input[type="submit"] {
width: auto;
min-width: 180px;
background: #2ec4b6;
color: #fff;
border: none;
padding: 14px 32px;
border-radius: 999px;
font-weight: 700;
cursor: pointer;
}
.p-form__submit input:hover,
.p-form input[type="submit"]:hover {
opacity: 0.85;
} .wpcf7-not-valid-tip {
margin-top: 6px;
font-size: 13px;
color: #d93025;
}
.wpcf7-response-output {
max-width: 640px;
margin: 24px auto 0;
padding: 16px 20px;
border-radius: 8px;
font-size: 14px;
} .p-contact-form {
padding: 32px 24px;
background: #fff;
border-radius: 16px;
} .p-form__diver {
display: none;
margin-top: 32px;
padding: 24px;
background: #e6f4fa;
border-radius: 12px;
}
#diver-fields {
padding: 16px 0;
background-color: #E6F4FA;
} .p-page {
padding: 80px 0;
} @media (max-width: 767px) {
.p-card--clickable::after,
.p-event-card--clickable::after,
.p-report-card--clickable::after {
bottom: auto;
top:4px;
}
.p-page {
padding: 48px 0;
}
.p-contact-form {
padding: 24px 16px;
}
.p-form__row {
margin-bottom: 20px;
}
.p-form input,
.p-form textarea,
.p-form select {
font-size: 16px;
}
.p-form__submit input,
.p-form input[type="submit"] {
width: 100%;
}
}  .p-form input[type="radio"] {
width: auto;
margin-right: 6px;
}
.p-form .wpcf7-list-item {
margin-right: 16px;
} .p-form input[readonly] {
background: #f7fafc;
color: #555;
}
.p-form__note {
font-size: 13px;
color: #d93025;
margin-bottom: 16px;
} .p-activity {
background: #fff;
display: flex;
flex-direction: column;
gap: 120px;
align-items: center;
position: relative;
width: 100%;
padding: 120px 0;
}
.p-activity__blocks {
max-width: 1280px;
width: 100%;
padding: 0 16px;
display: flex;
flex-direction: column;
gap: 120px;
} .p-activity-block {
display: flex;
gap: 80px;
align-items: center;
justify-content: center;
padding: 24px;
border-radius: 16px;
width: 100%;
position: relative;
}
.p-activity-block.lower {
align-items: flex-end;
}
.p-activity-block--blue {
background: rgba(11, 95, 165, 0.06);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.p-activity-block--white {
background: #fff;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
border-radius: 8px;
}
.p-activity-block--reverse {
flex-direction: row-reverse;
}
.p-activity-block__image {
width: 560px;
height: 360px;
border-radius: 16px;
overflow: hidden;
flex-shrink: 0;
}
.p-activity-block__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.p-activity-block__body {
width: 450px;
display: flex;
flex-direction: column;
gap: 16px;
flex-shrink: 0;
}
.p-activity-block__body.lower {
padding-bottom: 20px;
}
.p-activity-block__title {
padding: 0 8px;
}
.p-activity-block__title h2 {
font-size: 26px;
font-weight: bold;
letter-spacing: 1.4px;
line-height: 2;
color: #1a1a1a;
margin: 0 0 4px 0;
}
.p-activity-block__underline {
width: 32px;
height: 3px;
background: #0b5fa5;
}
.p-activity-block__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 1.8;
color: #1a1a1a;
margin: 0;
} @media (max-width: 1200px) {
.p-activity-block {
flex-direction: column;
gap: 40px;
}
.p-activity-block--reverse {
flex-direction: column;
}
.p-activity-block__image,
.p-activity-block__body {
width: 100%;
max-width: 560px;
}
.p-member-gift__frame {
flex-direction: column;
}
} .p-sdgs {
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
width: 100%;
}
.p-sdgs .l-inner {
max-width: 1280px;
width: 100%;
padding: 120px 16px;
display: flex;
flex-direction: column;
gap: 120px;
align-items: center;
position: relative;
} .p-sdgs-intro {
display: flex;
flex-direction: column;
gap: 80px;
align-items: center;
width: 100%;
}
.p-sdgs-intro__body {
width: 450px;
display: flex;
flex-direction: column;
gap: 16px;
}
.p-sdgs-intro__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 1.8;
color: #1a1a1a;
margin: 0;
}
.p-sdgs-intro__image {
width: 520px;
height: 378px;
border-radius: 16px;
overflow: hidden;
}
.p-sdgs-intro__image img {
width: 100%;
height: 100%;
object-fit: cover;
} .p-sdgs-goal {
background: #e6f4fa;
max-width: 720px;
width: 100%;
padding: 80px 0;
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
}
.p-sdgs-goal__icon {
width: 196px;
height: 196px;
}
.p-sdgs-goal__icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.p-sdgs-goal__title {
font-size: 36px;
font-weight: bold;
letter-spacing: 1.8px;
line-height: 2;
color: #1a1a1a;
text-align: center;
margin: 0;
}
.p-sdgs-goal__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 2;
color: #1a1a1a;
text-align: center;
margin: 0;
} .p-sdgs-activity-block {
display: flex;
gap: 80px;
align-items: center;
justify-content: center;
width: 100%;
}
.p-sdgs-activity-block--reverse {
flex-direction: row-reverse;
}
.p-sdgs-activity-block__image {
width: 560px;
height: 360px;
border-radius: 16px;
overflow: hidden;
flex-shrink: 0;
}
.p-sdgs-activity-block__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.p-sdgs-activity-block__body {
width: 450px;
display: flex;
flex-direction: column;
gap: 16px;
flex-shrink: 0;
}
.p-sdgs-activity-block__body h3 {
font-size: 28px;
font-weight: bold;
letter-spacing: 1.4px;
line-height: 2;
color: #1a1a1a;
margin: 0 0 4px 0;
}
.p-sdgs-activity-block__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 1.8;
color: #1a1a1a;
margin: 0;
} .p-sdgs-statement {
background: #e6f4fa;
max-width: 720px;
width: 100%;
padding: 80px 0;
border-radius: 8px;
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
}
.p-sdgs-statement__title {
font-size: 36px;
font-weight: bold;
letter-spacing: 1.8px;
line-height: 2;
color: #1a1a1a;
text-align: center;
margin: 0;
}
.p-sdgs-statement__text {
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
line-height: 2;
color: #1a1a1a;
text-align: center;
margin: 0;
} .p-sdgs__deco-kame {
position: absolute;
width: 200px;
height: 154px;
left: 759.14px;
top: 2819px;
opacity: 0.3;
}
.p-sdgs__deco-kame img {
width: 100%;
height: 100%;
object-fit: contain;
}
.p-sdgs__deco-kujira {
position: absolute;
width: 200px;
height: 200px;
left: 190.14px;
top: 271px;
opacity: 0.4;
}
.p-sdgs__deco-kujira.member {
left: 250px;
top: 250px;
}
.p-sdgs__deco-kujira img {
width: 100%;
height: 100%;
object-fit: contain;
}
.p-sdgs__deco-sakana {
position: absolute;
width: 132.934px;
height: 132.934px;
left: 127.55px;
top: 1912px;
transform: rotate(14.7deg);
opacity: 0.3;
}
.p-sdgs__deco-sakana.member {
top:-100px;
right: 50px;
left: auto;
transform: none;
}
.p-sdgs__deco-sakana img {
width: 100%;
height: 100%;
object-fit: contain;
}
.p-sdgs__deco-ika {
position: absolute;
width: 240px;
height: 163px;
left: 860.14px;
top: 1388px;
opacity: 0.3;
}
.p-sdgs__deco-ika.member {
top:220px;
right: 200px;
left: auto;
}
.p-sdgs__deco-ika img {
width: 100%;
height: 100%;
object-fit: cover;
} @media (max-width: 1200px) {
.p-sdgs-intro {
gap: 40px;
}
.p-sdgs-intro__body,
.p-sdgs-intro__image {
width: 100%;
max-width: 560px;
}
.p-sdgs-activity-block {
flex-direction: column;
gap: 40px;
}
.p-sdgs-activity-block--reverse {
flex-direction: column;
}
.p-sdgs-activity-block__image,
.p-sdgs-activity-block__body {
width: 100%;
max-width: 560px;
}
.p-sdgs__deco-kame,
.p-sdgs__deco-kujira,
.p-sdgs__deco-sakana,
.p-sdgs__deco-ika,
.p-page-header__bubble {
display: none;
}
} .p-member {
--member-main: #0b5fa5;
--member-accent: #2ec4b6;
--member-soft: #e6f4fa;
--member-text: #1d2a33;
color: var(--member-text);
background: #fff;
margin-top:120px;
}
.p-member__inner {
width: min(100% - 32px, 1100px);
margin-inline: auto;
display: flex;
flex-direction: column;
row-gap: 120px;
}
.p-member__hero {
background: linear-gradient(180deg, #edf7fc 0%, #e6f4fa 100%);
padding: 88px 0;
}
.p-member__page-title,
.p-member__section-title {
position: relative;
padding-left: 16px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.02em;
}
.p-member__page-title::before,
.p-member__section-title::before {
content: "";
position: absolute;
left: 0;
top: 0.2em;
width: 4px;
height: 1.1em;
border-radius: 2px;
background: var(--member-main);
}
.p-member__page-title { font-size: clamp(2rem, 3vw, 2.5rem); }
.p-member__section-title { font-size: clamp(1.75rem, 2.5vw, 2rem); margin-bottom: 40px; }
.p-member__section { position: relative;}
.p-member__lead-text { max-width: 700px; line-height: 2; font-size: 1rem; padding-left: 80px; }
.p-member__cards {
display: grid;
gap: 24px;
}
.p-member__cards--3col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p-member__cards--2col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.p-member-card,
.p-member-panel,
.p-member-fee,
.p-member-flow__item,
.p-member-faq {
background: #fff;
border-radius: 12px;
box-shadow: 0 8px 24px rgb(12 72 120 / 8%);
}
.p-member-card { overflow: hidden; }
.p-member-card__media { aspect-ratio: 16 / 9; margin: 0; background: #d9eef8; }
.p-member-card__media img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.p-member-card__body { padding: 16px 16px 20px; }
.p-member-card__title { margin: 0 0 10px; font-size: 1.05rem; }
.p-member-card__text { margin: 0; line-height: 1.8; font-size: 0.95rem; }
.p-member-panel { padding: 30px 24px; background: #f7fbfe; }
.p-member-panel__title { text-align: center; margin: 0 0 14px; }
.p-member-panel__text { margin: 0; line-height: 1.9; text-align: center; }
.p-member__fees {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
}
.p-member-fee { padding: 28px 24px; }
.p-member-fee--wide { grid-column: 2 / 3; }
.p-member-fee__title { text-align: center; margin: 0 0 18px; }
.p-member-fee__list { margin: 0 auto; width: fit-content; }
.p-member-fee__row { display: flex; gap: 8px; line-height: 1.9; }
.p-member-fee__row dt { margin: 0; }
.p-member-fee__row dd { margin: 0; color: var(--member-main); font-weight: 700; }
.p-member-flow {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.p-member-flow__item {
min-height: 128px;
display: grid;
place-content: center;
text-align: center;
gap: 14px;
}
.p-member-flow__item p { margin: 0; font-weight: 600; }
.p-member-flow__badge {
width: 34px;
height: 34px;
margin-inline: auto;
border-radius: 50%;
background: var(--member-main);
color: #fff;
display: grid;
place-items: center;
font-weight: 700;
}
.p-member-faq {
max-width: 760px;
overflow: hidden;
border: 1px solid #d5e6f1;
}
.p-member-faq__q,
.p-member-faq__a {
margin: 0;
padding: 16px 20px;
}
.p-member-faq__q { border-bottom: 1px solid #d5e6f1; }
.p-member-faq span { color: var(--member-main); font-weight: 700; margin-right: 6px; }
.p-member-cta {
margin-top: 96px;
background: var(--member-soft);
padding: 68px 0;
text-align: center;
position: relative;
}
.p-member-cta__title { margin: 0 0 24px; font-size: 16px; }
.p-member-cta__button {
display: inline-block;
min-width: 260px;
background: var(--member-main);
color: #fff;
text-decoration: none;
font-weight: 700;
border-radius: 999px;
padding: 14px 26px;
transition: opacity .2s ease;
}
.p-member-cta__button:hover { opacity: 0.86; }
@media (max-width: 900px) {
.p-member__section { position: relative; }
.p-member__cards--3col,
.p-member__cards--2col,
.p-member__fees,
.p-member-flow {
grid-template-columns: 1fr;
}
.p-member-fee--wide { grid-column: auto; }
} .p-about {
--about-main: #0b5fa5;
--about-accent: #2ec4b6;
--about-soft: #e6f4fa;
--about-text: #1f2d38;
color: var(--about-text);
}
.p-about__inner {
width: min(100% - 32px, 1100px);
margin-inline: auto;
}
.p-about__hero {
background: var(--about-soft);
padding: 82px 0 90px;
position: relative;
}
.p-about__page-title,
.p-about__section-title {
position: relative;
padding-left: 16px;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1.35;
}
.p-about__page-title::before,
.p-about__section-title::before {
content: "";
position: absolute;
left: 0;
top: 0.2em;
width: 4px;
height: 1.1em;
border-radius: 999px;
background: var(--about-main);
}
.p-about__page-title { font-size: clamp(2rem, 3vw, 2.6rem); margin-bottom: 14px; }
.p-about__hero-lead { margin: 0; color: #4d6373; line-height: 1.9; }
.p-about__section-title { font-size: clamp(1.6rem, 2.3vw, 2rem); margin: 0 0 28px; }
.p-about__section { margin: 88px 0; }
.p-about-card {
background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
border-radius: 14px;
box-shadow: 0 8px 24px rgb(14 72 126 / 8%);
padding: 34px 30px;
}
.p-about-table { margin: 0; }
.p-about-table__row {
display: grid;
grid-template-columns: 140px 1fr;
gap: 22px;
padding: 18px 0;
border-bottom: 1px solid #deebf3;
}
.p-about-table__row:last-child { border-bottom: none; }
.p-about-table dt { margin: 0; font-weight: 700; }
.p-about-table dd { margin: 0; }
.p-about-message {
position: relative;
}
.p-about-message__kame {
position: absolute;
right: 90px;
top: 20px;
width: clamp(72px, 10vw, 110px);
opacity: 0.26;
}
.p-about__text-wrap {
max-width: 780px;
}
.p-about__text-wrap p {
margin: 0;
line-height: 2;
}
.p-about-policy {
margin-top: 44px;
max-width: 780px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 30px 20px;
}
.p-about-policy__item { text-align: center; }
.p-about-policy__num {
display: block;
font-size: clamp(2rem, 3.2vw, 2.8rem);
font-weight: 700;
line-height: 1;
color: var(--about-main);
margin-bottom: 10px;
}
.p-about-policy__item p { margin: 0; font-weight: 700; }
.p-about__text-wrap--detail { margin-top: 48px; }
.p-about-detail + .p-about-detail { margin-top: 28px; }
.p-about-detail h3 { margin: 0 0 10px; font-size: 1.08rem; }
.p-about-sign {
margin-top: 34px !important;
text-align: right;
font-weight: 500;
}
.p-about-cta {
margin-top: 96px;
background: var(--about-soft);
padding: 60px 0 120px;
position: relative;
}
.p-about-cta__inner { text-align: center; }
.p-about-cta__text { margin: 0 0 24px; font-size: 1.25rem; font-weight: 700; }
.p-about-cta__buttons {
display: flex;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
}
.p-about-cta__button {
display: inline-block;
min-width: 190px;
border-radius: 999px;
padding: 13px 22px;
text-decoration: none;
font-weight: 700;
transition: opacity .2s ease;
}
.p-about-cta__button:hover { opacity: 0.85; }
.p-about-cta__button--primary { background: var(--about-main); color: #fff; }
.p-about-cta__button--accent { background: #f4bf43; color: #1b2b38; }
@media (max-width: 900px) {
.p-about__section { margin: 72px 0; }
.p-about-card { padding: 28px 20px; }
.p-about-table__row {
grid-template-columns: 1fr;
gap: 8px;
padding: 14px 0;
}
.p-about-message__kame {
right: 10px;
top: -8px;
width: 72px;
}
.p-about-policy {
grid-template-columns: 1fr;
gap: 24px;
}
.p-about-cta__buttons {
flex-direction: column;
align-items: center;
}
}   .c-hamburger {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
width: 44px;
height: 44px;
padding: 6px;
background: none;
border: none;
cursor: pointer;
flex-shrink: 0;
z-index: 1001;
}
.c-hamburger__line {
display: block;
width: 32px;
line-height: 0;
font-size: 0;
transition: transform 0.35s ease, opacity 0.35s ease;
transform-origin: center center;
}
.c-hamburger__line img {
display: block;
width: 32px;
height: auto;
} .c-hamburger.is-open .c-hamburger__line:nth-child(1) {
transform: translateY(12px) rotate(45deg);
}
.c-hamburger.is-open .c-hamburger__line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.c-hamburger.is-open .c-hamburger__line:nth-child(3) {
transform: translateY(-12px) rotate(-45deg);
} .c-sp-drawer {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #f7fafc;
z-index: 998;
transform: translateX(100%);
transition: transform 0.35s ease;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.c-sp-drawer.is-open {
transform: translateX(0);
}
.c-sp-drawer__inner {
padding-top: 72px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 100vh;
background: linear-gradient(180deg, rgba(230, 244, 250, 0.50) 0%, rgba(207, 234, 246, 0.50) 40%, rgba(184, 221, 234, 0.50) 100%);
}
.c-sp-drawer__nav {
padding-top: 40px;
width: 100%;
height: 100%;
position: relative;
}
.c-sp-drawer__list {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 16px;
width: 100%;
}
.c-sp-drawer__item {
width: 100%;
}
.c-sp-drawer__item a {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
font-size: 20px;
font-weight: 700;
line-height: 1.9;
letter-spacing: 1px;
color: var(--color-primary);
text-decoration: none;
transition: color 0.2s;
}
.c-sp-drawer__item a:hover {
color: #0b5fa5;
}
.c-sp-drawer__bottom {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
padding-top: 24px;
}
.c-sp-drawer__cta {
display: flex;
gap: 12px;
width: 100%;
justify-content: center;
}
.c-sp-drawer__btn {
display: flex;
align-items: center;
justify-content: center;
height: 52px;
padding: 0 20px;
border-radius: 28px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.7px;
text-decoration: none;
white-space: nowrap;
flex: 1;
max-width: 160px;
transition: opacity 0.2s;
}
.c-sp-drawer__btn:hover {
opacity: 0.8;
}
.c-sp-drawer__btn--primary {
background: #0b5fa5;
color: #fff;
border: 1px solid #fff;
}
.c-sp-drawer__btn--secondary {
background: #ffd166;
color: #1a1a1a;
border: 1px solid #666;
} @media (max-width: 1320px) {
:root {
--header-height: 72px;
}
html {
scroll-padding-top: 72px;
}
body {
padding-top: 72px;
}
.l-header {
height:72px; 
} .l-inner__header {
padding: 0 16px;
} .l-header__logo img {
width: 250px !important;
height: auto;
} .c-global-nav {
display: none;
} .c-hamburger {
display: flex;
} body.is-drawer-open {
overflow: hidden;
}
} .c-diver__400 {
position: absolute;
width: 420px;
height: auto;
opacity: 0.3;
object-fit: contain;
}
.c-diver__400.home-fv {
top: 545px;
left: 173px;
opacity: 0.4;
}
.c-diver__300 {
position: absolute;
width: 300px;
height: auto;
opacity: 0.3;
object-fit: contain;
}
.c-diver__300.home-schedule {
left: 27px;
bottom: 87px;
}
.c-diver__300.home-report {
top: 571px;
left: 596px;
}
.c-diver__300.schedule-cta {
top: 13px;
left: 190px;
}
.c-diver__300.report-cta {
top: -123px;
right: 74px;
}
.c-diver__150 {
position: absolute;
width: 150px;
height: auto;
opacity: 0.3;
}
.c-diver__150.home-sdgs {
left: 307px;
bottom: -80px;
}
.c-diver__150.activity-card01 {
right: 472px;
top: 60px;
}
.c-diver__150.sp-drawer {
display: block;
bottom: 35px;
left: 50%;
transform: translateX(-50%);
}
.c-diver__200 {
position: absolute;
width: 220px;
height: auto;
opacity: 0.3;
object-fit: contain;
}
.c-diver__200.activity-header {
right: 156px;
top: 35px;
}
.c-diver__200.activity-card03 {
right: 140px;
top: 40px;
transform: rotate(17deg);
transform-origin: center center;
}
.c-diver__200.schedule-header {
top: 158px;
right: 180px;
transform: rotate(-96deg);
transform-origin: center center;
}
.c-diver__200.report-header {
top: 0;
right: 90px;
transform: rotate(-60deg);
transform-origin: center center;
}
.c-diver__200.report-page {
top:360px;
left:410px;
}
.c-diver__200.sdgs-header {
top: 0;
right: 90px;
transform: rotate(60deg);
transform-origin: center center;
}
.c-diver__200.sdgs-card01 {
left: 679.67px;
top: 1827.53px;
transform: rotate(-79.59deg);
}
.c-diver__200.member-header {
top: 120px;
right: 490px;
transform: rotate(-76deg);
transform-origin: center center;
}
.c-diver__200.member-cta {
top: 20px;
right: 135px;
}
.c-diver__200.about-header {
top: 86px;
left: 40px;
transform: rotate(-46deg);
transform-origin: center center;
}
.c-diver__200.about-cta {
top: 0;
right: 100px;
} .c-sango {
position: absolute;
width: 259px;
height: auto;
opacity: 0.3;
top: 134px;
}
.c-sango.cta {
right: 175px;
}
.c-sango.left-cta {
left: 138px;
}
@media (max-width: 1320px) { .p-home-schedule__wrapper {
flex-direction: column;
gap: 32px;
padding: 60px 0;
min-height: auto;
}
.p-home-schedule__body {
width: 100%;
} .l-footer {
padding: 48px 0 24px;
}
.l-footer__top {
flex-direction: column;
gap: 32px;
align-items: flex-start;
padding-left: 80px;
}
.l-footer__left,
.l-footer__center,
.l-footer__right {
width: 100%;
align-items: flex-start;
}
.c-site-logo-white {
width: 220px;
}
.c-footer__title {
text-align: left;
}
.c-footer__menu ul {
text-align: left;
}
.p-home-sdgs__wrapper {
flex-direction: column;
gap: 32px;
align-items: center;
}
} @media (max-width: 768px) {
.l-footer__top {
padding-left: 0;
} .l-inner {
padding: 0 16px;
} .p-home-fv__bg {
height: 830px;
} .p-home-fv__bg-lower {
top: 900px;
} .p-home-fv__inner {
flex-direction: column;
height: 874px;
gap: 24px;
padding: 48px 20px 64px;
justify-content: flex-start;
max-width: 100%;
}
.p-home-fv__body {
width: 100%;
padding-top: 0;
}
.p-home-fv__sub-copy {
font-size: 14px;
margin-bottom: 12px;
}
.p-home-fv__main-copy {
font-size: 28px;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.p-home-fv__lead {
font-size: 14px;
margin-bottom: 24px;
}
.p-home-fv__lead br {
display: none;
}
.p-home-fv__actions {
display: none;  }
.p-home-fv__actions .c-button-primary,
.p-home-fv__actions .c-button-secondary {
width: 100%;
justify-content: center;
font-size: 16px;
padding: 0 16px;
} .c-diver__400,
.c-diver__300,
.c-diver__200,
.c-diver__150,
.c-sango,
.p-sdgs__deco-kame,
.p-sdgs__deco-kujira,
.p-sdgs__deco-sakana,
.p-sdgs__deco-ika {
display: none;
} .c-section-heading__title {
font-size: 24px;
}
.c-link-list {
padding: 0;
} .p-event-card {
flex-wrap: wrap;
gap: 8px;
}
.p-event-card__link {
display: block;
flex: 1;
min-width: 0;
}
.p-event-card__title {
white-space: normal;
font-size: 15px;
}
.p-event-card__meta {
width: 100%;
flex-wrap: wrap;
} .p-home-report {
padding: 60px 0;
}
.p-report__list {
flex-direction: column;
gap: 24px;
align-items: center;
}
.p-report-card {
width: 100%;
} .p-home-activity {
padding: 60px 0;
}
.p-post-activity__grid {
flex-direction: column;
gap: 24px;
align-items: center;
}
.c-post-card-activity {
width: 100%;
} .p-home-sdgs {
padding: 60px 0;
}
.p-home-sdgs__visual {
width: 100%;
height: 220px;
flex-shrink: 1;
} .p-home-partners {
padding: 60px 0;
}
.c-logo-list {
flex-direction: column;
gap: 20px;
align-items: center;
}
.c-logo-list__item {
width: 100%;
max-width: 100%;
height: 140px;
} .p-activity-block-cta {
padding: 48px 20px 80px;
}
.p-activity-block-cta__actions { width: 100%;
gap: 12px;
align-items: center;
}
.p-activity-block-cta__actions .c-button-primary,
.p-activity-block-cta__actions .c-button-secondary {
width: 100%;
max-width: 320px;
font-size: 16px;
padding: 0 16px;
} .p-page-header {
padding: 80px 0 24px;
border-bottom: none;
} .c-wave-bg__svg {
height: 90px;
object-fit: cover;
}
.p-page-header__inner {
flex-direction: column;
}
.p-page-header__body {
width: 100%;
}
.p-page-header__bubble {
display: none;
}
.c-section-heading--large .c-section-heading__title {
font-size: 28px;
} .p-schedule {
padding: 60px 0;
} .p-report {
padding: 60px 0;
} .p-member {
margin-top: 60px;
}
.p-member__inner {
gap:80px;
} .p-activity-single {
padding: 60px 0;
}
.p-activity-single__title {
font-size: 24px;
}
.p-activity-info,
.p-activity-report {
padding: 24px 16px;
}
.p-activity-info__row,
.p-activity-report__row {
flex-direction: column;
gap: 4px;
}
.p-activity-info__row dt,
.p-activity-report__row dt {
width: 100%;
} .p-activity {
padding: 60px 0;
gap: 60px;
}
.p-activity__blocks {
gap: 60px;
} .p-sdgs .l-inner {
padding: 60px 16px;
gap: 60px;
}
.p-sdgs-intro {
gap: 32px;
}
<div class="p-sdgs-activity-block">
.p-sdgs-intro__body,
.p-sdgs-intro__image {
width: 100%;
max-width: 100%;
}
.p-sdgs-intro__image {
height: 220px;
}
.p-sdgs-goal,
.p-sdgs-statement {
width: 100%;
padding: 48px 20px;
}
.p-sdgs-goal__title,
.p-sdgs-statement__title {
font-size: 26px;
}
.p-member__lead-text{
padding-left: 0;
}
.p-activity-block__title h2 {
}
} .p-hero-visual {
position: relative;
width: 540px;
height: 520px;
perspective: 1200px;
perspective: 600px;
}
.p-hero-visual__img {
transform-style: preserve-3d;
position: absolute;
object-fit: cover;
border-radius: 24px; transition: all 0.6s ease; */
transform-origin: center center;
backface-visibility: hidden;
will-change: width, height, top, left, opacity, transform;
} .p-hero-visual__img--01 {
animation: heroImage01 24s ease-in-out infinite;
} .p-hero-visual__img--02 {
animation: heroImage02 24s ease-in-out infinite;
} .p-hero-visual__img--03 {
animation: heroImage03 24s ease-in-out infinite;
}
@keyframes heroImage01 {
0%, 100% {
width: 540px;
height: 520px;
top: 50px;
left: 120px;
opacity: 1;
z-index: 3;
transform: rotateY(0deg) scale(1);
}
33.333% {
width: 300px;
height: 240px;
top: 420px;
left: 0;
opacity: 0.75;
z-index: 2;
transform: rotateY(-18deg) scale(0.95);
}
66.666% {
width: 220px;
height: 220px;
top: 530px;
left: 450px;
opacity: 0.70;
z-index: 1;
transform: rotateY(24deg) scale(0.9);
}
}
@keyframes heroImage02 {
0%, 100% {
width: 540px;
height: 520px;
top: 420px;
left: 0;
opacity: 0.75;
z-index: 2;
transform: rotateY(0deg) scale(1);
}
33.333% {
width: 220px;
height: 220px;
top: 530px;
left: 450px;
opacity: 0.70;
z-index: 1;
transform: rotateY(-18deg) scale(0.95);
}
66.666% {
width: 540px;
height: 520px;
top: 50px;
left: 120px;
opacity: 1;
z-index: 3;
transform: rotateY(24deg) scale(0.9);
}
}
@keyframes heroImage03 {
0%, 100% {
width: 220px;
height: 220px;
top: 530px;
left: 450px;
opacity: 0.70;
z-index: 1;
transform: rotateY(0deg) scale(1);
}
33.333% {
width: 540px;
height: 520px;
top: 50px;
left: 120px;
opacity: 1;
z-index: 3;
transform: rotateY(-18deg) scale(0.95);
}
66.666% {
width: 300px;
height: 240px;
top: 420px;
left: 0;
opacity: 0.75;
z-index: 2;
transform: rotateY(24deg) scale(0.9);
}
}
@media (max-width: 767px) {
.p-hero-visual {
width: 100%;
height: auto;
}
.p-hero-visual__img {
animation: none;
}
.p-hero-visual__img {
width: 100%;
height: auto;
position: relative;
top: auto;
left: auto;
}
.p-hero-visual__img--02 {
width: 50%;
}
.p-hero-visual__img--03 {
display: none;
}
}  .p-hero-carousel {
position: relative;
width: 660px;
height: 800px;
perspective: 1200px;
}
.p-hero-carousel__stage {
position: absolute;
top: 50%;
left: 50%;
width: 540px;
height: 520px;
transform-style: preserve-3d;
transform: translate(-50%, -50%); }
.p-hero-carousel__item {
position: absolute;
top: 0;
left: 0;
width: 540px;
height: 520px;
object-fit: cover;
border-radius: 24px; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
transform-origin: center center;
will-change: transform;
} .p-hero-carousel__item--01 {
transform: rotateY(0deg) translateZ(260px);
animation: item01 30s linear infinite;
}
.p-hero-carousel__item--02 {
transform: rotateY(120deg) translateZ(260px);
animation: item02 30s linear infinite;
}
.p-hero-carousel__item--03 {
transform: rotateY(240deg) translateZ(260px);
animation: item03 30s linear infinite;
}
@keyframes item01 { 0%, 2% {
transform: rotateY(0deg) translateZ(260px) scale(1);
filter: brightness(1);
} 25% {
transform: rotateY(90deg) translateZ(260px) scale(0.7);
filter: brightness(0.85);
}
58% {
transform: rotateY(180deg) translateZ(260px) scale(0.42);
filter: brightness(0.6);
} 80% {
transform: rotateY(270deg) translateZ(260px) scale(0.7);
filter: brightness(0.85);
} 94%,100% {
transform: rotateY(360deg) translateZ(260px) scale(1);
filter: brightness(1);
}
}
@keyframes item02 {
0% {
transform: rotateY(120deg) translateZ(260px) scale(0.7);
}
33%, 41% {
transform: rotateY(240deg) translateZ(260px) scale(0.42);
}
66%, 74% {
transform: rotateY(360deg) translateZ(260px) scale(1);
}
100% {
transform: rotateY(480deg) translateZ(260px) scale(0.7);
}
}
@keyframes item03 {
0% {
transform: rotateY(240deg) translateZ(260px) scale(0.42);
}
33%, 41% {
transform: rotateY(360deg) translateZ(260px) scale(1);
}
66%, 74% {
transform: rotateY(480deg) translateZ(260px) scale(0.7);
}
100% {
transform: rotateY(600deg) translateZ(260px) scale(0.42);
}
} @keyframes heroCarouselRotate {
0% {
transform: translate(-50%, -50%) rotateY(0deg);
}
100% {
transform: translate(-50%, -50%) rotateY(-360deg);
}
} .p-card--clickable,
.p-event-card--clickable,
.p-report-card--clickable {
position: relative;
display: flex;
border: 2px solid #2ec4b6;
border-radius: 16px;
background: #fff;
text-decoration: none;
color: inherit;
cursor: pointer;
transition:
transform 0.25s ease,
box-shadow 0.25s ease,
border-color 0.25s ease;
} .p-card--clickable::after,
.p-event-card--clickable::after,
.p-report-card--clickable::after {
content: "詳しく見る →";
position: absolute;
right: 16px;
bottom: 4px;
font-size: 13px;
font-weight: 700;
color: #0b5fa5;
opacity: 0.85;
transition: transform 0.25s ease;
} .p-card--clickable:hover,
.p-event-card--clickable:hover,
.p-report-card--clickable:hover {
transform: translateY(-5px);
border-color: #0b5fa5;
box-shadow: 0 14px 28px rgba(11, 95, 165, 0.16);
} .p-card--clickable:hover::after,
.p-event-card--clickable:hover::after,
.p-report-card--clickable:hover::after {
transform: translateX(4px);
} .p-card--clickable:active,
.p-event-card--clickable:active,
.p-report-card--clickable:active {
transform: translateY(-2px) scale(0.99);
}
.p-event-card__main-link {
display: block;
color: inherit;
text-decoration: none;
padding-bottom: 28px;
}
.p-event-card__entry-btn {
position: relative;
z-index: 2;
}
.p-event-card {
position: relative;
}
.p-event-card__overlay {
position: absolute;
inset: 0;
z-index: 1;
border-radius: inherit;
}
.p-event-card__main,
.p-event-card__meta {
position: relative;
z-index: 2;
}
.p-event-card__entry-btn {
position: relative;
z-index: 3;
}
.p-event-card__meta {
pointer-events: none;
}
.p-event-card__entry-btn {
pointer-events: auto;
}
.p-member-gift__frame {
padding: 16px 0 32px;
display: flex;
column-gap: 32px;
justify-content: center;
width: 100%;
height: auto;
}
.p-member-section__text strong  {
color: var(--color-primary) ;
font-size: 20px;
font-weight: 700;
} @media (max-width: 1320px) {
.p-member-panel__text { 
text-align: left; 
}
.p-hero-carousel {
width: 100%;
height: auto;
perspective: none;
margin: 24px auto 0;
}
.p-hero-carousel__stage {
position: relative;
top: auto;
left: auto;
width: 100%;
max-width: 320px;
height: auto;
aspect-ratio: 1 / 1;
margin: 0 auto;
transform: none;
animation: none;
}
.p-hero-carousel__item {
animation: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 20px;
object-fit: cover;
transform: none;
}
.p-hero-carousel__item--01 {
position: relative;
display: block;
opacity: 1;
filter: none;
}
.p-hero-carousel__item--02 {
width: 48%;
height: 38%;
left: 0;
bottom: -24px;
top: auto;
opacity: 1;
filter: none;
transform: none;
z-index: 2;
}
.p-hero-carousel__item--03 {
width: 36%;
height: 36%;
right: 0;
bottom: -32px;
left: auto;
top: auto;
opacity: 1;
filter: none;
transform: none;
z-index: 2;
}
}
@media (max-width: 767px) {
.p-activity-block-cta {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 12px 16px 16px;
background: rgba(247, 250, 252, 0.95);
backdrop-filter: blur(8px);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
z-index: 1300;
}
.p-activity-block-cta__text, .p-member-cta__title {
display: none;
}
.p-member-cta {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 12px 16px 16px;
background: rgba(247, 250, 252, 0.95);
backdrop-filter: blur(8px);
display: grid;
gap: 12px;
z-index: 1300;
}
body {
padding-bottom: 80px;
}
}
.c-logo-list__item {
background: #fff;
width: 384px;
height: 192px;
border-radius: 16px;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.c-logo-list__link {
width: 100%;
height: 100%;
padding: 32px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.25s ease, opacity 0.25s ease;
}
.c-logo-list__link:hover {
transform: translateY(-4px);
opacity: 0.85;
}
.c-logo-list__logo {
max-width: 80%;
max-height: 90px;
width: auto;
height: auto;
object-fit: contain;
}
.c-logo-list__placeholder-text {
font-size: 14px;
font-weight: 700;
text-align: center;
}
@media (max-width: 767px) {
.c-logo-list {
gap: 20px;
}
.c-logo-list__item {
width: 100%;
height: 140px;
}
.c-logo-list__link {
padding: 24px;
}
.c-logo-list__logo {
max-height: 72px;
}
} .p-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin-top: 56px;
flex-wrap: wrap;
}
.p-pagination .page-numbers {
min-width: 42px;
height: 42px;
padding: 0 12px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #0b5fa5;
border-radius: 999px;
color: #0b5fa5;
background: #fff;
font-weight: 700;
line-height: 1;
}
.p-pagination .page-numbers.current {
background: #0b5fa5;
color: #fff;
}
.p-pagination .page-numbers:hover {
background: #e6f4fa;
}
.p-pagination .page-numbers.current:hover {
background: #0b5fa5;
}
.p-report__empty {
text-align: center;
width: 100%;
padding: 40px 0;
}
@media (max-width: 767px) {
.p-pagination {
margin-top: 40px;
gap: 6px;
}
.p-pagination .page-numbers {
min-width: 38px;
height: 38px;
font-size: 14px;
}
}
.p-member-form {
padding: 32px 24px;
background: #fff;
border-radius: 16px;
}
.p-form__help {
margin-top: 6px;
font-size: 13px;
color: #666;
line-height: 1.7;
}
#diving-fields {
display: none;
margin: 32px 0;
padding: 24px;
background: #e6f4fa;
border-radius: 12px;
}
@media (max-width: 767px) {
.p-member-form {
padding: 24px 16px;
}
#diving-fields {
padding: 20px 16px;
}
} .p-entry-content {
max-width: 860px;
margin: 0 auto;
line-height: 1.9;
font-size: 16px;
}
.p-entry-content p {
margin-bottom: 1.4em;
}
.p-entry-content h2 {
margin: 2.4em 0 1em;
padding-left: 14px;
border-left: 4px solid #0b5fa5;
font-size: 24px;
line-height: 1.5;
}
.p-entry-content h3 {
margin: 2em 0 0.8em;
font-size: 20px;
line-height: 1.5;
}
.p-entry-content ul {
list-style: disc;
padding-left: 1.6em;
margin: 1em 0 1.6em;
}
.p-entry-content ol {
list-style: decimal;
padding-left: 1.6em;
margin: 1em 0 1.6em;
}
.p-entry-content li {
margin-bottom: 0.6em;
}
.p-entry-content a {
color: #0b5fa5;
text-decoration: underline;
}
@media (max-width: 767px) {
.p-entry-content {
font-size: 15px;
}
.p-entry-content h2 {
font-size: 21px;
}
.p-entry-content h3 {
font-size: 18px;
}
}