/* ---------------------------------------------------

    mainvisual

---------------------------------------------------- */
.mainvisual {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 78px;
    position: relative;
}

.mainvisual::before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: calc(100% - 78px);
    z-index: 0;
}

.mainvisual__inner {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    max-width: 1000px;
    width: 100%;
}

.mainvisualContentCategory {
    align-items: center;
    column-gap: 8px;
    display: flex;
}

.mainvisualContentCategory__word {
    align-items: center;
    background: #86bc25;
    color: #000;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    padding: 0 2rem;
}

.mainvisualContentCategory__text {
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 2rem;
}

.mainvisualContent__title {
    color: #26890d;
    font-size: 47px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 24px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.mainvisualContent__lead {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.mainvisualContent__priod {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 32px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.mainvisualContent__area {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.mainvisualContent__button {
    margin-top: 3rem;
}

.mainvisualContent__button .buttonApply {
    font-weight: bold;
    height: 58px;
    letter-spacing: 2px;
    padding: 0;
    width: 300px;
}

.mainvisualContent__button .buttonApply::before {
    height: 8px;
    right: 24px;
    width: 8px;
}

.mainvisualContent__notes {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .mainvisual {
        background: #000;
        height: auto;
        padding-top: 15.581vw;
    }

    .mainvisual::before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
    }

    .mainvisual__inner {
        align-items: flex-start;
        display: block;
        padding: 0;
        width: auto;
    }

    .mainvisualSp {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mainvisualSpCategory {
        column-gap: 1.86vw;
        display: flex;
        padding: 8.372vw 3.488vw 0;
    }

    .mainvisualSpCategory__word {
        align-items: center;
        background: #86bc25;
        border: 1px solid #86bc25;
        color: #000;
        display: flex;
        font-size: 3.488vw;
        height: 7.907vw;
        justify-content: center;
        padding: 0 4.186vw;
    }

    .mainvisualSpCategory__text {
        align-items: center;
        border: 1px solid #fff;
        color: #fff;
        display: flex;
        font-size: 3.488vw;
        height: 7.907vw;
        justify-content: center;
        padding: 0 3.48vw;
    }

    .mainvisualSpBody {
        padding: 5.86vw 3.488vw 11.86vw 3.488vw;
    }

    .mainvisualSpBody__title {
        color: #26890d;
        font-size: 7.6vw;
        font-weight: bold;
        line-height: 1.3;
    }

    .mainvisualSpBody__lead {
        color: #26890d;
        font-size: 5.349vw;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 1.86vw;
    }

    .mainvisualSpBody__priod {
        color: #fff;
        font-size: 5.116vw;
        font-weight: 400;
        line-height: 7.442vw;
        margin-top: 7.442vw;
    }

    .mainvisualSpBody__area {
        color: #fff;
    }

    .mainvisualContent__area {
        color: #fff;
        font-size: 4.419vw;
        font-weight: 400;
        line-height: 6.047vw;
        margin-top: 1.86vw;
    }

    .mainvisualSpBody__button {
        display: flex;
        justify-content: center;
        margin-top: 10.233vw;
    }

    .mainvisualSpBody__notes {
        color: #fff;
        font-size: 3.721vw;
        font-weight: bold;
        margin-top: 1.86vw;
        text-align: center;
    }
}

/* ---------------------------------------------------

    about

---------------------------------------------------- */
.about {
    padding: 3rem 0;
    background: #fff;
    z-index: 1;
    position: relative;
}

.about__text {
    font-size: 16px;
    line-height: 28px;
}

.about__text+.about__text {
    margin-top: 32px;
}

.aboutButton {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
}

.aboutButton__notes {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .about {
        padding: 54px 0;
    }
}

/* ---------------------------------------------------

    program

---------------------------------------------------- */
.program {
    background: url("../img/img-program_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

.program__inner {
    background: #fff;
    margin-top: 2rem;
    padding: 0 34px;
}

.programTable {
    padding: 2rem 0;
}

.programTable+.programTable {
    border-top: 1px solid #d0d0ce;
}

.programTableHead {
    column-gap: 24px;
    display: flex;
}

.programTableHead.is-center {
    align-items: center;
}

.programTableHead__word {
    align-items: center;
    background: #ddefe8;
    border-radius: 100vmax;
    color: #000;
    display: flex;
    font-size: 16px;
    height: 33px;
    justify-content: center;
    max-width: 130px;
    width: 100%;
}

.programTableHead__cat {
    background: #86bc25;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 5px 7px;
}

.programTableHead__title {
    font-size: 22px;
    font-weight: bold;
}

.programTableMember__img img {
    height: 100px;
    object-fit: cover;
    width: 100px;
}

.programTable__word {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -8px;
    margin-top: 32px;
    padding: 0 0 0 150px;
}

.programTable__column {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    padding: 0 0 0 150px;
    row-gap: 1rem;
}

.programTableMember {
    align-items: flex-end;
    column-gap: 16px;
    display: flex;
}

.programTableMemberBox__company {
    font-size: 12px;
    line-height: 1.7;
}

.programTableMemberBox__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.programTableMemberBox__name span {
    font-size: 13px;
    margin-left: 4px;
}

.programTableMemberBox__modal {
    align-items: center;
    border: 1px solid #007cb0;
    color: #007cb0;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-top: 4px;
    max-width: 95px;
    padding: 4px 0;
    position: relative;
    width: 100%;
}

.programTableMemberBox__modal::before {
    background: #007cb0;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 9px;
    top: 0;
    width: 1px;
}

.programTableMemberBox__modal::after {
    background: #007cb0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 6px;
    top: 0;
    width: 8px;
}

.programNotes__list {
    font-size: 16px;
    line-height: 1.4;
    color: #53565A;
}

.programNotes__list li {
    padding-left: 1em;
    text-indent: -1em;
}

.programNotes__list li+li {
    margin-top: 5px;
}

.programButton {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 72px;
}

.programButton__notes {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .program {
        padding: 40px 0;
    }

    .program .headline__title {
        font-size: 42px;
    }

    .program__inner {
        margin-top: 32px;
        padding: 0;
    }

    .programTable {
        padding: 0 0 30px;
    }

    .programTableHead {
        column-gap: 24px;
        display: grid;
        grid-template-columns: 100%;
    }

    .programTableHead__inner {
        padding: 30px 20px 0;
    }

    .programTableHead__word {
        background: #d0d0ce;
        border-radius: 0;
        color: #000;
        height: 42px;
        max-width: 100%;
    }

    .programTableHead__cat {
        margin-bottom: 8px;
        padding: 3px 7px;
    }

    .programTableHead__title {
        font-size: 22px;
        line-height: 1.3;
    }

    .programTableMember__img img {
        height: 100px;
        width: 100px;
    }

    .programTable__word {
        margin-top: 22px;
        padding: 0 20px;
    }

    .programTable__column {
        column-gap: 16px;
        display: grid;
        grid-template-columns: 100%;
        margin-top: 24px;
        padding: 0 20px;
        row-gap: 16px;
    }

    .programTableMember {
        align-items: flex-end;
        column-gap: 16px;
        display: flex;
    }

    .programTableMemberBox__company {
        font-size: 12px;
        line-height: 1.4;
    }

    .programTableMemberBox__name {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

    .programTableMemberBox__name span {
        font-size: 13px;
        margin-left: 4px;
    }

    .programTableMemberBox__modal {
        align-items: center;
        border: 1px solid #007cb0;
        color: #007cb0;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        justify-content: center;
        margin-top: 4px;
        max-width: 95px;
        padding: 4px 0;
        position: relative;
        width: 100%;
    }

    .programTableMemberBox__modal::before {
        background: #007cb0;
        bottom: 0;
        content: "";
        height: 8px;
        margin: auto;
        position: absolute;
        right: 10px;
        top: 0;
        width: 1px;
    }

    .programTableMemberBox__modal::after {
        background: #007cb0;
        bottom: 0;
        content: "";
        height: 1px;
        margin: auto;
        position: absolute;
        right: 6px;
        top: 0;
        width: 8px;
    }

    .programNotes__list {
        font-size: 14px;
        padding: 30px 20px 0;
    }

    .programButton {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 72px;
    }

    .programButton__notes {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
    }
}

.noTimetable .programTableMemberBox__company {
    font-size: 1rem;
}

.noTimetable .programTableMemberBox__name {
    font-size: 20px;
    margin-top: 1.2rem;
    line-height: 1.35;
}

.noTimetable .programTableHead__cat {
    background: transparent;
    padding: 0;
    color: #046a38;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .noTimetable .program__inner {
        padding: 15px;
    }

    .noTimetable .programTable {
        padding: 30px 0;
    }

    .noTimetable .programNotes__list {
        padding: 0;
    }
}

/* ---------------------------------------------------

    Outline

---------------------------------------------------- */
.outline {
    padding: 3rem 0;
}

.outline__area {
    margin-top: 2rem;
}

.outlineList {
    align-items: center;
    border-bottom: 1px solid #d0d0ce;
    display: grid;
    grid-template-columns: 200px auto;
    padding: 1.5rem 0;
}

.outlineList__title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 32px;
}

.outlineList__word {
    font-size: 16px;
    line-height: 1.7;
}

.outlineList__word span {
    font-size: 15px;
}

.outlineList__word a {
    text-decoration: underline;
}

.outline__button {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;
    margin-top: 3rem;
}

.outline__button .buttonApply.is-w300 {
    padding-inline: 0;
    width: 100%;
}

.outline__notes {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .outline {
        padding: 48px 0 0;
    }

    .outline .headline__title {
        font-size: 42px;
        padding-bottom: 0;
    }

    .outline__area {
        margin-top: 20px;
    }

    .outlineList {
        grid-template-columns: 1fr;
        padding: 20px 0;
    }

    .outlineList__title {
        font-size: 18px;
        padding-left: 0;
    }

    .outlineList__word {
        margin-top: 8px;
    }
}

/* ---------------------------------------------------

    Access

---------------------------------------------------- */
.access {
    background: #ddefe8;
    padding: 3rem 0;
}

.access__area {
    margin-top: 2rem;
}

.access__address {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.accessMap {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .access {
        padding: 32px 0;
        margin-top: 46px;
    }

    .access__area {
        margin-top: 32px;
    }

    .access__address {
        margin-bottom: 20px;
    }

    .accessMap {
        margin-top: 0;
    }

    .access .headline__title {
        font-size: 42px;
        padding-bottom: 0;
    }
}

/* ---------------------------------------------------

    Contact

---------------------------------------------------- */
.contact {
    padding: 48px 0;
}

.contactArea {
    background: #f0f0f0;
    padding: 32px 0;
}

.contactArea__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.contactArea__title::after {
    content: "";
    width: 64px;
    height: 1px;
    background-color: rgb(107 114 128);
    display: block;
    bottom: -16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contactArea__name {
    font-size: 16px;
    line-height: 2;
    margin-top: 32px;
    text-align: center;
}

.contactArea__mail {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.contactArea__mail a {
    text-decoration: underline;
}

.contactArea__notes {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 767px) {
    .contact {
        padding: 56px 0;
        background-color: #f0f0f0;
    }

    .contactArea {
        padding: 0;
    }

    .contactArea__title {
        font-size: 24px;
    }

    .contactArea__name {
        font-size: 16px;
    }

    .contactArea__mail {
        font-size: 16px;
    }

    .contactArea__notes {
        font-size: 13px;
    }
}

/* 0319add */
#top section{
    scroll-margin-top: 60px;
    }
    
    h1.mainvisualContent__title{
    /* color:#FFFFFF; */
    text-shadow:none;
    color:#C4D600;
    }

    @media screen and (max-width: 767px) {
        .mainvisualSpBody__title {
            color: #C4D600;
            font-size: 7.6vw;
            font-weight: bold;
            line-height: 1.3;
        }
    }

    @media screen and (max-width: 767px) {
        .mainvisualSpBody__lead {
            color: #ffffff;
            font-size: 5.349vw;
            font-weight: 400;
            line-height: 1.3;
            margin-top: 1.86vw;
        }
    }