.hero-section {
    background-color: #fff8de; 
}
.responsive-illustration {
    max-width: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    .responsive-illustration {
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    .responsive-illustration {
        max-width: 600px;
    }
}
@media (min-width: 1200px) {
    .responsive-illustration {
        max-width: 550px;
    }
}
.section-flow .flow-step {
    max-width: 500px; /* 任意、中央寄せ */
    margin-left: auto;
    margin-right: auto;
}
.partner-section {
    background-color: var(--color-warm-bg);
    padding: 3rem 1rem;
}
.partner-section h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--color-text);
}
.partner-table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: var(--color-white);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.partner-table th,
.partner-table td {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.95rem;
}
.partner-table th {
    background-color: var(--color-accent);
    color: var(--color-primary);
    font-weight: bold;
}
.partner-medal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.partner-medal img {
    width: 32px;
    height: 32px;
}
.partner-note {
    font-size: 0.85rem;
    text-align: center;
    margin-top: 2rem;
    color: var(--color-text);
}
.partner-message-section {
    background-color: var(--color-warm-bg);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.partner-message-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}
.partner-message-section p.lead {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.partner-message-section p.text-muted {
    font-size: 1rem;
    color: #666666;
}
.partner-message-img {
    max-width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
.partner-note {
    font-size: 1rem;
    color: #444444;
    line-height: 1.8;
}
.partner-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 0 auto;
    max-width: 900px;
}
.partner-table th,
.partner-table td {
    border: 1px solid #dddddd;
    padding: 0.75rem;
    text-align: center;
    font-size: 0.95rem;
}
.partner-table th {
    background-color: #f7f7f7;
    font-weight: 600;
}
.partner-medal img {
    width: 24px;
    height: auto;
    margin-right: 0.25rem;
    vertical-align: middle;
}
.partner-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.partner-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.partner-card .medal {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.partner-card img {
    width: 24px;
    height: 24px;
}
.section-message h2{
    letter-spacing: .8rem;
    line-height: 2;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-item {
    font-size: 1rem;
    gap: 1rem;
}
.news-item a {
    color: #333333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
.news-item a {
    flex-direction: row;
    align-items: center;
}
}
.news-date {
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
.news-date {
    margin-bottom: 0;
    margin-right: 1.5rem;
}
}
.news-cat {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: var(--color-primary);
    color: #ffffff;
    border-radius: 1rem;
    padding: 0.25em 0.75em;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
.news-cat {
    margin-bottom: 0;
    margin-right: 1rem;
}
}
.news-title {
    font-weight: 600;
    flex-grow: 1;
    font-size: 1rem;
}
.news-arrow {
    font-size: 1rem;
    color: #444444;
}
.news-arrow i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn-outline-dark {
    border: 1px solid #333333;
    color: #333333;
    background-color: transparent;
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.btn-outline-dark:hover {
    background-color: #333333;
    color: #ffffff;
}
.news-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
}
.news-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
}
.news-pagination .current {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.news-single {
    background-color: var(--color-light-bg);
}
.news-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-text);
}
.news-date {
    font-size: 0.95rem;
}
.news-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-text);
}
.news-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}
.news-content p {
    margin-bottom: 1.2rem;
}
.breadcrumb {
    background-color: transparent;
    font-size: 0.9rem;
    padding: 0;
    margin-bottom: 2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.news-thumbnail img {
    max-width: 100%;
    height: auto;
}
.section-news {
    position: relative;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0)), url('../img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-dark); /* 必要に応じて文字色も調整 */
    z-index: 1;
}
.news-navigation a {
    font-size: 0.95rem;
    color: var(--color-primary);
    text-decoration: none;
}
.news-navigation a:hover {
    text-decoration: underline;
}
.section-flow {
    position: relative;
    background-image: url('../img/flow_background.png');
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
    color: var(--color-dark); /* 必要に応じて文字色も調整 */
    z-index: 1;
}
.section-flow::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.7);
    z-index:2;
}
.section-flow>*{
    position:relative;
    z-index:3;
}
.kids_work img{
    width: 100%;
    padding: 10px;
}
form.wpcf7-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem;
}
