/*
Theme Name: jeisys_lp
Template: twentytwenty
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
::placeholder {
    font-size: 14px;
}

iframe {
    width: 100%;
    height: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.iframe-container p {
    display: none;
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

header img {
    max-height: 80px;
}
header a {
    text-align: center;
    background-color: #E56E51;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 8px 23px;
    border-radius: 10px;
    transition: 0.3s;
}
header a:hover {
    background-color: #ae2300;
}

.intro {
    background-image: url('/wp-content/themes/jeisys_lp/assets/images/pc-mv_bg.png');
    background-size: cover;
    margin: 0;
    padding: 0px 5%;
    overflow: hidden;
}

.thumbnail {
    display: flex;
    align-items: flex-end;
    padding: 2rem 0;
}

.thumbnail img {
    height: 28vw;
}

.description {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 2rem 0 2rem 2rem;
}

.description h1 {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 4vw;
    line-height: 1.4;
    color: #eee;
    margin: 0;
}

.description h1 * {
    padding: 0;
    margin: 0;
}

.lecturer {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.lecturer span {
    font-family: "Helvetica Nenu","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo", sans-serif;
    background-color: #1b2971;
    padding: 3rem 2rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

.lecturer p {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 0.8;
    margin: 0;
}

.lecturer small {
    font-size: 50%;
}

.left {
    width: calc(100% - 331px);
}
.content {
    font-family: "Helvetica Nenu", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.content h2 {
    font-size: 1.5rem;
    margin: 5rem 0 1rem 0;
    padding: 0.325rem 0 0.325rem 0.75rem;
    background-color: transparent;
    border-left: solid 12px #E56E51;
    line-height: 1.4;
    font-weight: 700;
}

.content ul {
    list-style: none;
    margin: 0;
    padding: 20px 30px 20px 50px;
    border: #5c5c5c solid 1px;
    margin-bottom: 15px
}

.content ul li {
    padding-left: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2em;
    background: url('/wp-content/themes/jeisys_lp/assets/icon/check.svg') left 0px top 13px no-repeat;
    background-size: 15px auto;
}

.content p {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.content .preview p {
    display: none;
}

footer {
    padding: 10px;
    text-align: center;
}

footer p {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* Form */
.forminator-required,
.forminator-radio-bullet {
    display: none !important;
}

.form-container {
    margin-top: 5rem;
    background-color: #e3e5ee;
    padding: 1.5rem;
    border-radius: 10px;
    min-width: 331px;
}
.form-container .forminator-response-message {
    display: none;
}
.form-container .forminator-error-message {
    color: #ff4a4a;
    font-weight: bold;
}

.form-container .forminator-label {
    display: flex;
    align-items: center;
    font-family: "Helvetica Nenu", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #060606;
}
.form-container .forminator-col .forminator-label::before {
    content: '任意';
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #617DC6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form-container .forminator-col.must .forminator-label::before {
    content: '必須';
    background-color: #E56E51;
}

.form-container .forminator-radio {
    display: block;
    margin: 10px 0 15px;
}
.form-container .forminator-radio-label {
    font-family: "Helvetica Nenu", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0 5px;
    border: 1px solid #8a8399;
    border-radius: 5px !important;
    background-color: #fff;
    color: #5c5c5c;
    -moz-appearance:none;
    -webkit-appearance: none;
    appearance: none;
}

.form-container input[type="radio"] {
    margin-right: 0.5rem;
}
.form-container .forminator-button-submit {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 0.8rem 2rem;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    border-radius: 40px;
    box-sizing: border-box;
    border: none;
    background: #E56E51;
    cursor: pointer;
}

@media (max-width: 1536px) {
    .lecturer span {
        padding: 2.5rem 2rem;
    }
}
@media (max-width: 1360px) {
    .lecturer span {
        font-size: 1.5rem;
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 1200px) {
    .lecturer {
        gap: 2rem;
    }
}

@media (max-width: 1140px) {
    .description h1 {
        font-size: 3.7vw;
    }
    .description h1 span {
        font-size: 5vw;
    }
    .lecturer span {
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 900px) {
    .description {
       padding: 1rem 0 1rem 1rem;
    }
    .thumbnail {
        padding: 1rem 0
    }
    .lecturer {
        gap: 1.5rem;
    }

    .lecturer span {
        padding: 1.2rem 1rem;
        font-size: 1rem;
    }

    .content h2 {
        margin: 3.2rem 0 1rem 0;
    }

    .content ul {
        padding: 20px 30px;
    }

    .content ul li {
        line-height: 2.3rem;
    }
}

@media (max-width: 767px) {
    .left {
        width: 100%;
    }
    .intro {
        background-image: url('/wp-content/themes/jeisys_lp/assets/images/sp-mv_bg.png');
        background-size: contain;
    }
    .description {
        height: 28vw;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .description h1 {
        text-align: center;
        font-size: 5vw;
    }
    .description h1 p span {
        font-size: 9vw;
    }

    .thumbnail {
        justify-content: space-around;
        align-items: center;
        padding: 2rem;
    }

    .thumbnail img {
        height: 21vw;
    }

    .lecturer span {
        display: inline-block;
        font-weight: normal;
        padding: 0.5rem 1.2rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 750px) {
    .lecturer span {
        font-size: 1.0rem;
    }

    .thumbnail {
        padding: 2rem 3rem;
    }
}

@media (max-width: 575px) {
    .thumbnail {
        padding: 1rem;
    }

    .thumbnail img {
        height: 25vw;
    }

    .content h2 {
        font-size: 1.2rem;
    }

    .content ul li {
        padding-left: 25px;
        font-size: 1.0rem;
        line-height: 2.2rem;
        background: url('/wp-content/themes/jeisys_lp/assets/icon/check.svg') left 0px top 9px no-repeat;
    }

    .content p {
        font-size: 16px;
    }
    #site-content .container-sm {
        padding: 0;
    }
    .left {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .form-container {
        border-radius: 0;
    }
}

@media (max-width: 400px) {
    header img {
        max-height: 50px;
    }
    header a {
        font-size: 0.7rem;
        padding: 8px 20px;
    }
    
    .intro {
        padding: 0;
    }
    
    .thumbnail {
        height: 40vw;
        justify-content: space-evenly;
        padding: 0;
    }
    .thumbnail img {
        height: 35vw;
    }
    
    .lecturer span {
        font-size: 16px;
        font-weight: 200;
        padding: 13px 20px;
    }
    
    .lecturer p {
        font-size: 5.5vw;
    }
    
    .description {
        height: 39vw;
        padding-bottom: 0rem;
        /* padding-bottom: 0.8rem; */
        justify-content: center;
        /* justify-content: flex-end; */
    }
    
    .description h1 {
        font-size: 5.8vw;
        line-height: 1.4;
        font-weight: 400;
    }
    .description h1 p span {
        font-size: 10vw;
    }
    .content ul {
        padding: 10px 20px;
    }
    .form-container {
        min-width: auto;
    }
}
@media (max-width: 330px) {
    .form-container .forminator-label {
        font-size: 15px;
    }
    .form-container .forminator-radio-label {
        font-size: 14px;
    }
    .form-container .forminator-col .forminator-label::before {
        width: 50px;
        text-align: center;
        font-size: 12px;
    }
}
