@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.fc-296872 {
    color: #296872;
}

.pc-none {
    display: none;
}

@media screen and (max-width:1060px) {
    .tb_none {
        display: none;
    }
}

.maxWidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: #fff;
}

.basewidth {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1080px;
}

.sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: #fff;
}

.sec_title {
    margin-bottom: 64px;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4375;
    position: relative;
}

.sec_title::before {
    content: attr(data-sec_title);
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #8fb954;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.sec .text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
}

.sec .text strong {
    font-size: 1.8rem;
}

.icon_check {
    text-align: left;
    position: relative;
}

.icon_check:before {
    content: "";
    background: url(../img/business/divercity/icon_check-red.svg) no-repeat center;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 8px;
    left: 0;
}
.u-font-bold{
    font-weight: bold;
}

/*********** header ***************/

#lp_header {
    position: relative;
    /*aspect-ratio: 1226 / 902;*/
    aspect-ratio: 1226 / 1000;
}

#lp_header::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/mv_bg.png) no-repeat center top;
    background-size: 100% auto;
    width: 100%;    
    height: 100%;
}

#lp_header .main_lead {
    position: absolute;
    top: 16.667vw;
    left: 2.5vw;  
    width: 61.667vw;   
    max-width: 720px;
    z-index: 1;
}
#lp_header .logo{
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    width: 22.917vw;  
}
@media screen and (min-width:1200px) {
    #lp_header .main_lead {
        top: 200px;
        left: 30px;  
        width: 740px;
    }
    #lp_header .logo{
        top: 30px;
        right: 30px;
        width: 275px; 
    }
}

/*********** sec01 ************/

.sec01 .textBlock {
    margin-bottom: 42px;
    padding: 26px 32px;
    border: 3px solid #8fb954;
    background-color: #fff;
    text-align: left;
    font-feature-settings: "palt";
}

.scheduleBlock {
    margin-bottom: 32px;
}

.schedule__item {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.schedule__item.--place,
.schedule__item.--target {
    align-items: flex-start;
}

.schedule__item .title {
    margin-bottom: 4px;
    margin-right: 16px;
    min-width: 85px;
    height: 28px;
    line-height: 26px;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    color: #fff;
    background-color: #8fb954;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
}

.schedule__item .desc {
    font-size: 2.8rem;
    font-weight: bold;
    color: #1A1311;
    text-align: left;
}
.schedule__item.--target .desc{
    font-size: 1.6rem;
    font-weight: normal;
}

.schedule__item.--date .desc strong {
    color: #ca7983;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 4.2rem;
    line-height: 1;
}

.schedule__item.--place .desc {
    line-height: 1;
}

.schedule__item.--place .desc span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.333;
}

.schedule__item.--place .desc .attention {
    margin-top: 8px;
    font-size: 2rem;
    display: block;
}
.event-info .event-info-title {
    height: 34px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    background-color: #8fb954;

}

.event-info .infoBlock {
    margin-bottom: 32px;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fffabc;
}

.event-info .infoBlock .text {
    padding-right: 10px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.75;
}

.event-info .infoBlock img {
    width: 70px;
    margin-right: 50px;
    object-fit: contain;
}

.u-font-orange{
    color: #e49d00;
}

/*********** sec02 ************/
.sec02 {
    background-color: #ECF2F5;
}

.sec02 .imgWrapper {
    margin-top: -16px;
    min-width: 215px;
    aspect-ratio: 215 / 251;
}

.sec02 .textWrapper {
    margin-left: 16px;
    text-align: left;
}

.sec02 .textWrapper .company-post {
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.333;
    color: #296872;
}

.sec02 .textWrapper .name {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.333;
    color: #296872;
    border-bottom: 2px solid #296872;
}

.sec02 .textWrapper .name small {
    display: inline-block;
    margin-left: 4px;
    font-size: 2.4rem;
}

.sec02 .textWrapper .desc {
    font-size: 1.6rem;
    line-height: 1.6;
    font-feature-settings: "palt";
}

/*********** sec03 ************/
.sec03 .seminar_company_logo {
    margin-bottom: 48px;
    width: 358px;
    aspect-ratio: 717 / 44;
}

.sec03 .title {
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    color: #6d9926;
    border-bottom: 2px solid #6d9926;
}

.company__info {
    margin-bottom: 60px;
}

.company__info__list {
    height: 140px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.company__info__item {
    min-width: 50%;
    padding-left: 90px;
    display: flex;
}

.company__info__item .info__title {
    min-width: 120px;
    padding-left: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    color: #6d9926;
    border-left: 2px solid #6d9926;
    text-align: left;
}

.company__info__item .info__desc {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    color: #000000;
}

.torikumi__info {
    margin-bottom: 60px;
}

.torikumi__info__text .text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.1rem;
}

.torikumi__info__text .bigger {

    font-size: 2rem;
    vertical-align: bottom;
    line-height: 1;
    display: inline-block;
}

.about__info {
    padding: 16px 42px;
    border: 3px solid #6d9926;
    background-color: #fff;
}

.about__info .list-mark {
    padding-left: 20px;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2;
    font-weight: bold;
    text-align: left;
}

.about__info .list-mark::before {
    content: "●";
    color: #6d9926;
    position: absolute;
    left: 0;
}

/*********** sec04 ************/
.sec04 {
    background-color: #eff2eb;
}

.program__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}

.program__item {
    display: grid;
    grid-template-columns: 110px 1fr;
    border-left: 2px solid #8fb954;
}

.program__item .program__title {
    padding-top: 10px;
    padding-left: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #8fb954;
    text-align: left;
    margin-bottom: 10px;
}

.program__item .program__desc {
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}
.program__item .program__desc span{
    font-size: 0.8em;
}

/*********** sec_katsuyou ************/
.sec_katsuyou {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

.sec_katsuyou::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 110px solid transparent;
    border-left: 110px solid transparent;
    border-top: 60px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.sec_katsuyou .katsuyouBlock {
    display: flex;
    align-items: center;
}

.sec_katsuyou .imgWrapper {
    margin-right: 50px;
    width: 293px;
    aspect-ratio: 293 / 214;
}

.sec_katsuyou .text {
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    font-family: 'NotoSerifJP';
}

.sec_katsuyou .text .emphasis {
    display: block;
    font-size: 5.1rem;
    font-weight: bold;
    line-height: 1.6;
    color: #6d9926;
}

/*********** #inquiry_form ************/

#inquiry_form {
    /*background-color: #eff2eb;*/
    background: #ffebee;
    padding-top: 120px;
    padding-bottom: 18px;
}

#inquiry_form textarea {
    width: 100%;
}

aside {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.cnt_contact {
    border-radius: 3px;
    border: 5px solid #296872;
}

.cnt_contact .h4title::before {
    background-color: #296872;
}

#divercity footer .basewidth {
    width: 1040px;
}

#divercity footer::before {
    content: "";
    background-color: #296872;
    background-image: none;
}


.fixed_link {
    width: 264px;
    position: fixed;
    right: 0;
    bottom: 100px;
    background: #F4F3E7;
    border: solid #296872 1px;
    border-right: none;
    border-radius: 19px 0 0 19px;
    text-align: center;
    padding: 20px 0;
    z-index: 2;
    text-decoration: none;
}

.fixed_link .title {
    font-size: 2.6rem;
    color: #296872;
}

.fixed_link .emphasis {
    font-size: 2.6rem;
    color: #296872;
}

.fixed_link small {
    display: block;
    margin-bottom: 6px;
    font-size: 1.4rem;
}

.fixed_link a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #296872;
    font-size: 1.7rem;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    color: #FFF;
    width: 220px;
    height: 33px;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .pc-none {
        display: block;
    }

    .basewidth {
        padding-left: 5vw;
        padding-right: 5vw;
        max-width: 100%;
    }

    .sec {
        padding-top: 5vw;
        max-width: 100%;
    }

    .sec_title {
        font-size: 2.4rem;
        line-height: 1.666;
    }

    .sec .text {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.588;
    }

    .sec .text strong {
        font-size: 1.6rem;
    }

    .sec .textBgBlack {
        font-size: 2.2rem;
        font-weight: bold;
        font-family: 'NotoSerifJP';
        line-height: 1.636;
        color: #fff;
        background-color: #000;
        display: inline-block;
        text-align: center;
        display: inline;
        padding: 5px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    #lp_header {
        aspect-ratio: 1226 / 1000;
        background: linear-gradient(to bottom, #fff, #fff 50%,#f7f1f2 50%);
        /*background: linear-gradient(to bottom, #fff, #fff 50%,#dee0dc 50%);*/
        /*background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(255,239,17,0.3) 40%, rgba(252,205,0,0.7));*/
    }
    #lp_header .main_lead {
        position: absolute;
        top: 18vw;
        left: 1vw;
        width: 70vw;
        z-index: 1;
    }
    #lp_header .main_lead img {
        width: 100%;
        height: auto;
    }
    #lp_header .logo{
        position: absolute;
        top: 1vw;
        right: 1vw;
        width:20vw; 
    }
    .sec01{
        padding-top: 20vw;
    }

    .scheduleBlock .flex {
        flex-direction: column;
    }

    .schedule__item {
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .schedule__item .title {
        margin-bottom: 8px;
    }
    
    .schedule__item.--place .desc span {
        margin-top: 10px;
        line-height: 1.45;
    }
    .schedule__item.--place .desc .attention {
        line-height: 1.45;
    }

    .event-info .infoBlock {
        margin-bottom: 32px;
        padding: 16px 26px;
        flex-direction: column;
        align-items: center;
    }

    .event-info .infoBlock .text {
        padding-right: 0;
        text-align: justify;
    }

    .event-info .infoBlock img {
        margin-right: 0;
    }

    .sec02 .flex {
        flex-direction: column;
    }

    .company__info__list {
        height: auto;
    }

    .company__info__item {
        min-width: 100%;
        padding-left: 0;
        display: flex;
    }

    .company__info__item .info__title {
        min-width: 100px;
    }

    .about__info {
        padding: 16px 20px;

    }

    .about__info .list-mark {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .program__list {
        max-width: 100%;
        display: block;
        gap: 0;
    }

    .sec_katsuyou .katsuyouBlock {
        padding-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .sec_katsuyou .text {
        padding-bottom: 40px;
        text-align: center;
        font-size: 2rem;
    }

    .sec_katsuyou .text .emphasis {
        font-size: 2.4rem;
    }

    .sec_katsuyou .imgWrapper {
        margin-right: 0;
        width: 100%;
    }

    #inquiry_form {
        padding-left: 0;
        padding-right: 0;
    }

    #inquiry_form h2 {
        line-height: 1.5;
    }

    #inquiry_form h2 span {
        font-size: 4.5vw;
    }

    #inquiry_form .form_list {
        flex-direction: column;
    }

    #inquiry_form .text {
        margin-bottom: 10vw;
        text-align: left;
    }

    #inquiry_form .form_tel input {
        width: 100%;
    }

    #inquiry_form .radio_btn:first-of-type {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    input[type="submit"] {
        width: 100%;

    }

    aside {
        padding-top: 40px;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }

    .fixed_link {
        width: 100%;
        bottom: 0;
        border-radius: 0;
        border: none;
        border-top: solid #D83E3E 1px;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .fixed_link a {
        width: 170px;
        height: auto;
    }

    footer {
        padding-bottom: 30vw;
    }

    .sp-none {
        display: none;
    }
}