.hero {
    width: 100%;
    background: url(../images/up/fuji-hero.png) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 120px 0;
}
.hero .hero__title {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #a375c3;
    margin-bottom: 20px;
}
.hero .hero__lead {
    font-size: 1.6rem;
    text-align: center;
    color: #3e3e3e;
    line-height: 1.8;
}
.hero .hero__note {
    font-size: 1.1rem;
    text-align: center;
    color: #3e3e3e;
    margin-top: 20px;
}
.hero .hero__cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.hero .hero__cta .btn {
    display: block;
    width: 180px;
    padding: 15px 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}
.hero .hero__cta .btn.btn--primary {
    background-color: #a375c3;
}
.hero .hero__cta .btn.btn--ghost {
    background-color: #404040;
}

#about {
    padding-bottom: 80px;
}
#about .inner {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
#about .about-text {
    max-width: calc(100% - 600px);
}
.section__title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #a375c3;
}
.section__lead {
    font-size: 2rem;
    font-weight: 600;
    color: #3e3e3e;
    margin: 1em 0;
}
.section__text {
    font-size: 1.5rem;
    line-height: 1.8;
}
.card-list {
    margin-top: 20px;
    background-color: #f1eaf5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: fit-content;
    list-style: circle;
    padding-left: 2em;
    text-indent: -.2em;
    border: solid 1px #735687;
}
.card-list li {
    color: #735687;
    font-size: 1.5rem;
    font-weight: 600;
}

.foundation {
    padding: 120px 0 100px;
    background: url(../images/up/fuji-hero.png) no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #f1eaf5;
}
.foundation .section__title {
    text-align: center;
    margin-bottom: 20px;
}
.foundation .discription {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
}
.link-row {
    margin-top: 40px;
    text-align: center;
}
.link-arrow {
    display: block;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background-color: #a375c3;
    margin: 0 auto;
}

.grant {
    padding: 80px 0;
}
.grant .section__title {
    text-align: center;
    margin-bottom: 20px;
}
.grant .grid {
    max-width: 700px;
    margin: 0 auto;
}
.grant .card {
    border-bottom: solid 1px #f1eaf5;
    padding: 20px 0;
}
.grant .card .card__eyebrow {
    color: #735687;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.grant .card .list {
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -.2em;
}
.grant .card small,
.grant .card .note {
    font-size: 1.2rem;
}
.grant .card .note {
    margin-top: 10px;
}

.voices {
    padding: 80px 0;
    background-color: #f9f9f9;
}
.voices .section__title {
    text-align: center;
}
.voices__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.voices__list .voice {
    background-color: #fff;
    border-radius: 4px;
    width: calc(50% - 10px);
    padding: 20px;
}
.voices__list .voice .voice__meta {
    font-size: 1.5rem;
    font-weight: 600;
    color: #a375c3;
    margin-bottom: 10px;
}

.breadcrumb {
    display: flex;
    margin-bottom: 10px;
}
.breadcrumb a.bc {
    font-size: 1.2rem;
    color: #003f85;
}
.breadcrumb a.bc::after {
    content: ">";
    margin: 0 8px;
    color: #3e3e3e;
}
.breadcrumb span.bc {
    font-size: 1.2rem;
    color: #3e3e3e;
}
.up__title {
    background-color: #ebeff9;
    padding: 25px 0;
}
.up__title.huji {
    background-color: #f1eaf5;
}
.up__title.huji .title {
    color: #735687;
}
.up__title .title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #17244e;
}
.up__content {
    padding: 60px 0;
}
.up__content .form__lead {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.form-table {
    width: 800px;
    margin: 40px auto 0;
}
.form-table .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.form-table .row .th {
    width: 180px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #17244e;
}
.form-table.huji .row .th {
    color: #735687;
}
.form-table .row .td {
    width: calc(100% - 200px);
}
.form-table .row .td input[type="text"],
.form-table .row .td input[type="email"],
.form-table .row .td input[type="number"],
.form-table .row .td textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    border: solid 1px #ccc;
    border-radius: 2px;
}
.form-table .form__help {
    font-size: 1.2rem;
    color: #686868;
    text-align: center;
}
.submit-wrap {
    text-align: center;
    margin-top: 40px;
}
.submit-wrap .dammy-btn {
    background-color: #aaa;
	width: 300px;
	margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 40px;
    border: none;
    border-radius: 2px;
    cursor: not-allowed;
}
.form-table.huji .submit-wrap input[type="submit"] {
    background-color: #a375c3;
}
.wpcf7-spinner {
    display: block;
}

.news-list li {
    border-bottom: solid 1px #c5c9c9;
    padding: 25px 0;
}
.news-list li a {
    color: #003f85;
    display: flex;
    align-items: center;
}
.news-list li time {
    color: #003f85;
    font-size: 1.2rem;
    font-weight: 700;
}
.news-list li .news-cat {
    margin: 0 25px;
    background-color: #eee;
    width: 120px;
    padding: 5px 0;
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
.news-list li a .news-title {
    font-size: 1.5rem;
    color: #003f85;
    text-decoration: underline;
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #17244e;
    text-align: center;
}
.up__content .purpose {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin: 1.5em 0;
}
.up__content .sub__lead {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
}

#greeting_sec {
    background-color: #f6f7fa;
}
.greeting-inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 30px;
}
.greeting-inner .text {
    width: calc(100% - 360px);
}
.greeting-inner .text .greeting {
    font-size: 1.4rem;
    line-height: 1.7;
}

.history-table {
    margin-top: 30px;
    width: 800px;
    margin: 30px auto 0;
}
.history-table .row {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
}
.history-table .row .th {
    font-size: 1.6rem;
    width: 130px;
}
.history-table .row .th .gengo {
    font-size: 1.3rem;
    color: #797979;
    margin-left: 8px;
}

#profile {
    background-color: #ebeff9;
}
.profile-table {
    margin-top: 30px;
    width: 800px;
    margin: 30px auto 0;
}
.profile-table .row {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: solid 1px #17244e;
}
.profile-table .row .th {
    font-size: 1.6rem;
    font-weight: 600;
    color: #17244e;
    width: 130px;
}
.profile-table .row .td a {
    color: #003f85;
    text-decoration: underline;
}

@media screen and (max-width:640px) {
    .up__title .title {
        font-size: 2.2rem;
    }
    .up__content {
        padding: 40px 0;
    }
    .greeting-inner {
        flex-direction: column-reverse;
    }
    .greeting-inner .ceo-img {
        text-align: center;
    }
    .greeting-inner .text {
        width: 100%;
    }
    .greeting-inner .text .greeting {
        line-height: 1.5;
    }
    .history-table {
        width: 100%;
    }
    .history-table .row .td {
        width: calc(100% - 130px);
    }
    .profile-table {
        width: 100%;
    }
    .profile-table .row {
        flex-direction: column;
        gap: 5px;
    }
    .profile-table .row .th {
        font-size: 1.4rem;
    }
    .profile-table .row .td {
        font-size: 1.6rem;
    }
    .form-table {
        width: 100%;
    }
    .form-table .row {
        flex-direction: column;
    }
    .form-table .row .th {
        margin-bottom: 5px;
    }
    .form-table .row .th,
    .form-table .row .td {
        width: 100%;
    }

    .hero {
        padding: 60px 0;
    }
    .hero .hero__title {
        font-size: 2.6rem;
    }
    .hero .hero__cta .btn {
        padding: 12px 0;
    }
    #about .inner {
        flex-direction: column;
    }
    #about .about-text {
        max-width: 100%;
        width: 100%;
    }
    .foundation {
        padding: 40px 0;
    }
    .grant {
        padding: 40px 0;
    }
    .voices {
        padding: 40px 0;
    }
    .voices__list .voice {
        width: 100%;
    }

    .news-list li a {
        flex-wrap: wrap;
    }
    .news-list li a .news-title {
        width: 100%;
        margin-top: 10px;
    }
}