/*
Theme Name: meviy_partners
*/
/* LAYOUT  -----------------------------*/
.page_amb2026 .sec_wrap {
    max-width: 1400px;
}

/* TITLE  -----------------------------*/
.amb2026_section_title_area {
    background: linear-gradient(to right, #0a1464, #5bbdce);
    text-align: center;
    padding: 30px 15px;
}

.amb2026_section_title_area h2 {
    display: inline-block;
    font-size: clamp(22px, 5vw, 35px);
    font-weight: 600;
    text-align: center;
    color: #fff;
}

h2.amb2026_section_title{
     font-size: clamp(25px, 5vw, 40px);
     color: #0a1464;
     padding: 20px 0;
     text-align: center;
}
h2.amb2026_section_title small{font-size: 14px;}

h3.amb2026_section_title{
     font-size: clamp(20px, 5vw, 35px);
     color: #0a1464;
     padding: 30px 0 0px 0 ;
     text-align: center;
}


/* BTN  -----------------------------*/
.amb2026_btn a,
.amb_cv_btn a {
    display: block;
    float: none;
    margin: 20px auto;
    width: 90%;
    max-width: 300px;
    font-size: 25px;
    font-weight: 600;
    background: #f7cd00;
    box-shadow: 5px 5px 0 0 #000;
    color: #000;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.link_guide{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.link_guide a{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    padding: 0 !important;
}
.link_guide a img{
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    -moz-border-radius:10px;
    border-radius:10px;
}

.amb2026_btn a:hover,
.amb_cv_btn a:hover,
.link_guide a img:hover {
    opacity: 0.7;
}

/* コンバージョンボタン */
#amb2026_cv{
    background: linear-gradient(to right, #0a1464, #5bbdce);
    text-align: center;
    padding: 20px 15px;
    color: #fff;
}
#amb2026_cv p{
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .amb2026_btn a,
    .amb_cv_btn a,
    #amb2026_cv p {
        font-size: 20px;
    }
}


/* Header ---------------------------------*/
.header_amb2026 {
    background: linear-gradient(to right, #0a1464, #5bbdce);
    position: relative;
    padding-bottom: 20px;
}
.amb2026_h1_wrapper{
    height: 350px;
}
.header_amb2026 h1 {
background: url(../images/amb2026spring/kv_1200x350_2.png)center center no-repeat;
background-size: contain;
position: relative;
    display: block;
    width: 1200px;
    height: 350px;
    float: none;
    margin: 0 auto;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .amb2026_h1_wrapper {
        height: auto;
    }
    .header_amb2026 h1 {
        height: auto;
        width: 100%;
        aspect-ratio: 1200 / 350;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* イントロ */
.intro_text_area{
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 20px;
}
.amb2026_present{
    width: 400px;
}
.amb2026_present img{width: 100%; height: auto;}

.intro_text p{
    font-size: 25px;
    color: #0a1464;
    margin-bottom: 15px;
    font-weight: 600;
}
.intro_text ul{
    list-style: none;
    padding: 15px 0 0 0px
}
.intro_text ul li{
    font-size: 16px;
    color: #0a1464;
    list-style-type: none;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 1100px) {
    .amb2026_present{width: 300px;}
    .intro_text p{font-size: 20px; text-align: center;}
    .intro_text ul li{font-size: 14px;}
}
@media screen and (max-width: 700px) {
    .intro_text_area{
        flex-direction: column;
    }
    /* .intro_text p br{display: none;} */
    .amb2026_present{margin: 0 auto;}
    .intro_text ul{
        max-width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .intro_text p{font-size: 18px; }
    .intro_text ul li{font-size: 12px;}
}
.amb2026_end_text{
}
.amb2026_end_text p{
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 15px;
    border: #000 2px solid;
    color: #000;
}

/* ガイドブック */
.amb2026_guide_text p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #0a1464;
}
.guide_img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .amb2026_guide_text p{
        text-align: left;
        font-size: 16px;
    }
    .amb2026_guide_text p br{display: none;}
}


/* marketplace ----------------------- */
#amb2026_marketplace_1 {
    background: #fff;
}

#amb2026_marketplace_1 .sec_wrap {
    max-width: 1000px;
    padding-bottom: 40px;
}

#amb2026_marketplace_1 p {
    color: #0a1464;
    font-size: 17px;
}
#amb2026_marketplace_1 p.p_service{text-align: center;}

ul.amb2026_mp_services{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
ul.amb2026_mp_services li{
    list-style-type: none;
    width: calc(12.5% - 20px);
    margin: 10px;
    font-size: 15px;
    color: #0a1464;
    text-align: center;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
ul.amb2026_mp_services li img{
    width: 100%;
    height: auto;
}
.service_title{
    background: #0a1464;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 2px;
}
@media screen and (max-width: 900px) {
    ul.amb2026_mp_services li{
        width: calc(25% - 20px);
    }
    .service_title{font-size: 14px;}
}
@media screen and (max-width: 500px) {
     ul.amb2026_mp_services{
        justify-content: center;
     }
    ul.amb2026_mp_services li{
        width: calc(33% - 20px);
    }
    .service_title{font-size: 14px;}
    #amb2026_marketplace_1 p.p_service{text-align: left;}
    #amb2026_marketplace_1 p {
        font-size: 16px;
        text-align: left;
    }
}
.amb2026_step_ul{
    list-style: none;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.amb2026_step_ul li{
    list-style-type: none;
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
    border: #0a1464 2px solid;
    -moz-border-radius:10px;
    border-radius:10px;
}

.amb2026_step{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #0a1464;
    padding: 5px;
}
.amb2026_step_content{
    display: flex;
    padding: 15px;
}
.amb2026_step_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.amb2026_step_img img{width: 50px; height: 50px;}
.amb2026_step_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0a1464;
}

@media screen and (max-width: 800px) {
    .amb2026_step_ul{
        flex-direction: column;
        gap: 20px;
    }
    .amb2026_step_ul li{margin: 0 auto;}
}


/* 詳細 --------------------------------------------*/
#amb2026_detail {
    background-color: #f7f7f7
}
.amb2026_detail_text {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px 50px 30px 50px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.amb2026_detail_text a {
    color: #0f218b;
    text-decoration: underline;
}

.amb2026_detail_text h2{
    font-size: clamp(22px, 5vw, 35px);
    font-weight: 600;
    text-align: center;
    color: #000;
}
.amb2026_detail_text h3 {
    font-size: clamp(16px, 5vw, 25px);
    font-weight: 600;
    border-left: 7px solid #000;
    padding: 0 0 0 12px;
    color: #000;
    margin: 40px 0 5px 0 !important;
    line-height: 120%;
}

.amb2026_detail_text p,
.amb2026_detail_text li {
    font-size: 17px;
    margin-bottom: 5px;
    color: #000;
}

.amb2026_detail_text ul {
    list-style: disc;
    margin: 15px 0;
    padding: 0 0 0 25px;
}

.amb2026_detail_text li {
    margin: 0 0 7px 0;
    padding: 0;
}
.amb2026_detail_text ul.amb2026_detail_note{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
.amb2026_detail_text ul.amb2026_detail_note li{
    text-indent: -17px;

}
.amb2026_detail_text ul.amb2026_detail_note li:before{
    content: "※";
}

.detail_character,
.detail_character_2 {
    text-align: center;
    padding: 20px 0;
}

.detail_character img {
    width: 150px;
    height: auto;
}
.detail_character_2 img {
    width: 300px;
    height: auto;
}

@media screen and (max-width: 900px) {
    .amb2026_detail_text {
        padding: 1px 30px 30px 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .amb2026_detail_text {
        padding: 1px 15px 15px 15px !important;
    }
    .amb2026_detail_text h3 {
        font-size: 20px;
    }
    .amb2026_detail_text p, .amb2026_detail_text li {
        font-size: 14px;
    }
    .amb2026_detail_text ul {
        padding-left: 20px;
    }
}

/* FORM ----------------------------------------------------- */
main.page_first_anniversary_form{
    min-height: calc(100vh - 110px) !important;
}

.amb2026_form_end {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.amb2026_form_end p {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border: 3px solid #555;
    padding: 10px 30px;
    max-width: 800px;
    display: inline-block;
}
@media screen and (max-width: 600px) {
    .amb2026_form_end p {
        font-size: 18px;
    }
}

#amb2026_form {
    display: block;
    clear: both;
    padding: 20px 0;
}

#amb2026_form .sec_wrap {
    max-width: 700px;
    background: #f9f9f9;
    margin: 30px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 30px 30px 30px;
}

.amb2026_form_area {
    width: 100%;
   
}

.amb2026_form_area .form-wrap {
    width: 100%;
}

.amb2026_form_area .mktoForm {
    width: 100%;
}

.amb2026_form_area .pd-form-fields {
    width: 100%;
}

#amb2026_form h2 {
    display: block;
    padding: 10px;
    float: none;
    margin: 0 auto 30px auto;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    border: 2px solid #555;
}

#amb2026_form h4 {
    margin: 30px 0 0 0 !important;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #555;
    font-weight: 600;
    font-size: 1.4em;
}

.about_required {
    text-align: right;
    font-size: 14px;
    color: #EB612A;
}

.amb2026_form_area .pd-form {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.amb2026_form_area .pd-form .pd-form-row {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    gap: 20px;
}

.amb2026_form_area .pd-form-label,
.amb2026_form_area .pd-form-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.amb2026_form_area .pd-form-label {
    width: 250px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    font-weight: 600;

}

.amb2026_form_area .form_name .pd-form-label {
    width: 50px;
}

.amb2026_form_area .form_name .pd-form-field {
    width: calc(50% - 60px);
}

label#label_first_name {
    padding-left: 10px
}

.amb2026_form_area .pd-form-required.pd-form-label label:after {
    display: inline;
    content: "＊";
    color: #db0b0b;
    vertical-align: super;
    font-size: smaller;
    font-size: 0.7em;
}

.amb2026_form_area .pd-form-field {
    width: calc(100% - 190px);
}

.amb2026_form_area .pd-form-field .form_caution {
    font-weight: 600;
    color: #d21c1c;
}

.amb2026_form_area .pd-form-field input[type="text"],
.amb2026_form_area .pd-form-field textarea,
.amb2026_form_area .pd-form-field input[type="email"],
.amb2026_form_area .pd-form-field input[type="tel"],
.amb2026_form_area .pd-form-field select[type="dropdown"] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.amb2026_form_area .pd-form-field select[type="dropdown"] {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}

/* checkbox */

.pd-form-field input[type="checkbox"] {
    display: none
}

.pd-form-field input[type="checkbox"]+label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 10px 5px 40px;
    position: relative;
    width: auto;
    display: block;
    border: none;
    background: #fff;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 140%;
    font-weight: 500;
}

.pd-form-field input[type="checkbox"]+label:hover {
    background: #c3c3c3;
}

.pd-form-field input[type="checkbox"]+label .cms2022_form_lecture_title {
    margin-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
}

.pd-form-field input[type="checkbox"]+label h5 {
    margin-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.pd-form-field input[type="checkbox"]+label small {
    font-size: 0.8em;
}

.pd-form-field input[type="checkbox"]+label::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    border-radius: 10px;
    border: 2px solid #000;
}

.pd-form-field input[type="checkbox"]:checked+label {
    background: #000;
    color: #fff;
}

.pd-form-field input[type="checkbox"]:checked+label:hover {
    background: #c3c3c3;
}

.pd-form-field input[type="checkbox"]:checked+label::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    display: block;
    height: 7px;
    left: 15px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}

.amb2026_form_area .pd-form-label label a {
    color: #000;
    text-decoration: underline;
}

.cms_acv_regist .form_time,
.cms_archive .form_time {
    display: none;
}

/* SUBMIT */
.amb2026_form_area .pd-form-submit input[id="submit"] {
    display: block;
    width: 300px;
    box-sizing: border-box;
    margin: 30px auto 0px auto;
    padding: 10px;
    background: #f7cd00;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color: #000;
    font-weight: 800;
    font-size: 20px;
    border: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.amb2026_form_area .pd-form-submit input[id="submit"]:hover {
    background: #555;
    color: #fff;
}

@media screen and (max-width: 600px) {
    #amb2026_form {
        padding-top: 0;
    }
    #notice_required {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #notice_required small {
        font-size: 14px;
    }

    ul.error_notice li {
        font-size: 15px;
        margin: 0 0 3px 10px
    }

    ul.error_notice li small {
        font-size: 12px;
    }
}

/* 注意事項 */
.form_caution ul {
    display: block;
    float: none;
    padding: 10px 0;
    clear: both;
}

.form_caution ul {
    margin-top: 20px;
    list-style: disc;
    display: block;
    border: 2px solid #555;
    padding: 10px;
    float: none;
    clear: both;
}

.form_caution ul li {
    list-style-type: disc;
    margin: 0 0 0px 25px;
    font-size: 15px;
}

.form_caution a {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 700px) {

    .amb2026_form_area .pd-form-label,
    .amb2026_form_area .pd-form-field {
        display: block;
        padding: 0;
        width: 100%;
    }

    .amb2026_form_area .form_name .pd-form-label,
    .amb2026_form_area .form_name .pd-form-field {
        float: left;
    }

    .amb2026_form_area .pd-form-label br {
        display: none;
    }

    .amb2026_form_area .pd-form-label {
        padding-top: 10px;
    }

    .amb2026_form_area .pd-form .pd-form-row.company_address {
        display: block;
        margin-top: 30px;
    }

    .amb2026_form_area .pd-form-field input[type="text"],
    .amb2026_form_area .pd-form-field textarea,
    .amb2026_form_area .pd-form-field input[type="email"],
    .amb2026_form_area .pd-form-field input[type="tel"],
    .amb2026_form_area .pd-form-field select[type="dropdown"],
    .amb2026_form_area .pd-form-field input[type="checkbox"] {
        margin-top: 0px;
        font-size: 1em;
    }

    .pd-form-field input[type="checkbox"]+label.label_privacy_policy {
        font-size: 14px;
    }

    .amb2026_form_area .pd-form .pd-form-row {
        display: block;
        float: none;
        width: 100%;
        padding: 5px 0;
    }

    .amb2026_form_area .pd-form .pd-form-row.form_name {
        padding: 20px 0 50px 0;
    }

    .amb2026_form_area .pd-form-label, .pd-form-field {
        display: block;
        width: 100%;
    }

    .amb2026_form_area .pd-form-label {
        padding: 0 0 5px 0;
        margin: 10px 0 0 0;
    }

    .form_caution ul li {
        font-size: 14px;
    }
}

/* エラー表示 */
#notice_required {
    font-size: 22px;
    font-weight: 600;
    background: #EB612A;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}

#notice_required small {
    font-size: 16px;
}

ul.error_notice li {
    font-size: 18px;
    font-weight: 500;
    color: #EB612A;
    margin: 0px 0px 5px 15px;
    list-style-type: disc;
}

ul.error_notice li small {
    font-size: 14px;
}

.label_highlight {
    color: #EB612A;
}

.amb2026_form_area .pd-form-label label.label_highlight a {
    color: #EB612A;
}

@media screen and (max-width: 600px) {
    #notice_required {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #notice_required small {
        font-size: 14px;
    }

    ul.error_notice li {
        font-size: 15px;
        margin: 0 0 3px 10px
    }

    ul.error_notice li small {
        font-size: 12px;
    }
}