@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.43;
    font-weight: 400;
    color: #060500;
    counter-reset: number 0;
    background-color: #fff;
}
a {
    word-break: break-all;
    color: #313131;
}
.sp {
    display: none;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.min {
    font-family: YakuHanJP, "Noto Serif JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.43;
    font-weight: 400;
}
.zen {
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.6rem;
    line-height: 1.43;
    font-weight: 400;
}
img {
    height: auto;
    max-width: 100%;
}
@media screen and (max-width:640px) {
    .inner {
        width: 100vw;
        padding: 0 5%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
header .header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 24px;
}
header .header_inner .site-logo-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
header .header_inner .site-logo {
    display: block;
    width: 210px;
    position: relative;
    z-index: 999;
}
header .header_inner .site-logo img {
    vertical-align: middle;
}
header .header_inner .site-logo-wrap .site-phrase {
    font-size: 1.4rem;
    font-weight: 700;
    color: #050b25;
}
header .header_inner .sub-menu {
    display: flex;
}
header .header_inner .sub-menu .sub-link {
    font-size: 1.5rem;
    padding: 0 15px;
}
header .header_inner .sub-menu a:not(:first-child) {
    border-left: 1px solid #ccc;
}
header .global_menu {
    background-color: #a375c3;
}
header .global_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 20px 0;
}
header .global_menu ul li {
    padding: 0 40px;
}
header .global_menu ul li:not(:first-child) {
    border-left: 1px solid #ccc;
}
header .global_menu ul li a {
    color: #fff;
}
header .global_menu ul li a:hover {
    text-decoration: underline;
}

.hero {
    width: 100%;
    padding: 160px 0 80px;
}
.hero .fv-link {
    text-align: center;
    display: block;
}
.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/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;
}

.up__hero {
    padding-top: 135px;
}
.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;
}
.up__content .caution {
    text-align: center;
    font-size: 1.6rem;
    text-align: center;
    color: #b72424;
}
.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 {
    width: 300px;
    background-color: #c6beca;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 40px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
    cursor: not-allowed;
}
.form-table.huji .submit-wrap input[type="submit"] {
    background-color: #a375c3;
}
.wpcf7-spinner {
    display: block;
}
.koukoku-bnr {
    display: block;
    width: 500px;
    margin: 40px auto 20px;
}

footer {
    width: 100%;
    background-color: #fafafa;
    margin-top: 0;
    padding-top: 30px;
}
footer .caution {
    text-align: center;
    font-size: 1.3rem;
    color: #3e3e3e;
    margin-bottom: 20px;
}
footer .copyright {
    text-align: center;
    font-size: 1.1rem;
    padding-bottom: 10px;
}

@media screen and (max-width:640px) {
    header .header_inner {
        padding: 5px 5%;
    }
    header .header_inner .site-logo-wrap {
        flex-direction: column;
        gap: 0;
    }
    header .header_inner .site-logo {
        width: 160px;
    }
    header .header_inner .site-logo-wrap .site-phrase {
        font-size: 1rem;
    }
    header .header_inner .sub-menu {
        display: none;
    }
    header .global_menu ul {
        flex-wrap: wrap;
        gap:0;
        padding: 0;
    }
    header .global_menu ul li {
        width: 50%;
        padding: 5px 0;
        text-align: center;
        border-bottom: solid 1px #fff;
        border-left: none;
    }
    header .global_menu ul li:not(:first-child) {
        border-left: none;
    }
    header .global_menu ul li:nth-child(even) {
        border-left: solid 1px #fff;
    }
    header .global_menu ul li a {
        font-size: 1.3rem;
    }

    .hero {
        padding: 150px 0 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%;
    }

    .up__hero {
        padding-top: 152px;
    }
    .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%;
    }

    .foundation .container {
        width: 100%;
        padding: 0 5%;
    }

	.koukoku-bnr {
		width: 100%;
	}

}

.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1000;
}
.popup-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.popup-inner {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 550px;
    margin: 10% auto;
    padding: 60px 30px;
    z-index: 1001;
    text-align: center;
}
.popup-close {
    position: absolute;
    top: 10px; right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
#popup h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
#popup .main-text {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 400;
}
#popup .caution {
    color: #686868;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 20px 0;
}
#popup .btn-close {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-color: #735687;
    border-radius: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width:640px) {
    .popup-inner {
        margin-top: 30%;
    }
}