/* 260702-reno-07 standalone draft */
.renoduce_cta_07{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
    color: #2b2b2b;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
}

.renoduce_cta_07_inner{
    position: relative;
    width: 100%;
    max-width: 789px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.renoduce_cta_07 p{
    margin: 0;
}

.reno07_head{
    position: relative;
    width: 100%;
    display: flex;
    left: 0;
    z-index: 4;
    padding: 5px 10px 5px 7px;
    align-items: center;
    background: #ff6b00;
    gap: 21px;
}

.reno07_label{
    display: inline-flex;
    flex-direction: column;
    min-width: 234px;
    align-items: center;
    border-radius: 3px;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    gap: 5px;
}
.reno07_label .ntitle{
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.reno07_label .ribbon_box{
    display: flex;
    align-items: center;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}
.reno07_label .ribbon_box br{
    display: none;
}
.reno07_label .ribbon{
    display: flex;
    margin-left: 5px;
    padding: 0 3px;
    background: #fae14c;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    height: 25px;
    align-items: center;
    width: 100%;
    border-radius: 3px;
}
.reno07_label .ribbon_box .orgtxt{
    color: #ff6b00;
}

.reno07_label .ribbon_box .ribbon::after{
    display: block;
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 38px;
    height: 13px;
    clip-path: polygon(0 20%, 100% 50%, 0 80%);
    background: #fae14c;
    height: 100%;
    z-index: -1;
}

.reno07_head > p{
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.22;
    white-space: nowrap;
}

.reno07_head .reno07_fee span{
    color: #fae14c;
    font-size: 37px;
    font-weight: 700;
    vertical-align: baseline;
}

.reno07_head .reno07_fee_box{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.reno07_head .reno07_fee_box p{
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.22;
    white-space: nowrap;
    margin: 0;
}

.reno07_head p span{
    display: inline-block;
    margin-right: 5px;
    color: #fae14c;
    font-size: 24px;
    vertical-align: baseline;
}

.renoduce_cta_07 .cta_07_mainbox{
    display: flex;
}
.renoduce_cta_07 .cta_07_mainbox .contentbox_cta_07{
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reno07_image{
    max-width: 300px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.reno07_image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reno07_person{
    position: absolute;
    right: 0;
    z-index: 5;
    bottom: 20px;
}

.reno07_person img{
    display: block;
    width: 148px;
    height: auto;
    margin: -23px 0 0 -1px;
    object-fit: cover;
}

.reno07_pro{
    position: absolute;
    right: 86px;
    z-index: 6;
    top: -15px;
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2b2b2b;
    color: #fae14c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
}

.reno07_pro::after{
    content: "";
    position: absolute;
    left: 2px;
    bottom: 1px;
    width: 12px;
    height: 12px;
    background: #2b2b2b;
    transform: rotate(45deg);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.reno07_text{
    padding-left: 10px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 5px;
}

.reno07_small{
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.reno07_main{
    margin-top: 4px;
    color: #2b2b2b;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.28;
    text-shadow:
        3px 0 0 #fff,
        -3px 0 0 #fff,
        0 3px 0 #fff,
        0 -3px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff,
        -2px -2px 0 #fff;
}

.reno07_main::first-line{
    color: #ff6b00;
    font-size: 22px;
}

.reno07_btn{
    position: absolute;
    right: -1px;
    bottom: 0px;
    z-index: 7;
    display: flex;
    width: 294px;
    height: 35px;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    padding: 0 10px 0 28px;
    background: #fae14c;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.reno07_arrow{
    display: block;
    width: 8px;
    height: 13px;
    clip-path: polygon(100% 0, 22% 50%, 100% 100%, 78% 100%, 0 50%, 78% 0);
    background: #2b2b2b;
    transform: rotate(180deg);
}

.renoduce_cta_07 .bubble_box{
    display: none;
    position: absolute;
    left: 8px;
    top: -14px;
    max-width: 60px;
    z-index: 1;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.renoduce_cta_07 .bubble_box img{
    display: block;
    width: 100%;
    height: auto;
}

.renoduce_cta_07 .reno07_title_sp{
    display: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.22;
    white-space: nowrap;
    margin: 0;
}

@media screen and (max-width: 780px){
    .renoduce_cta_07 .bubble_box{
        display: flex;
    }

    .renoduce_cta_07 .reno07_title_sp{
        display: flex;
        position: absolute;
        top: 10px;
    }

    .reno07_label .ribbon_box br{
        display: block;
    }

    .reno07_label .ribbon_box {
        width: unset;
    }
    .reno07_label .ribbon {
        height: auto;
        display: unset;
        padding: 10px;
        width: auto;
    }

    .reno07_label .ntitle {
        display: none;
    }

    .reno07_head{
        padding: 10px;
        justify-content: center;
        padding-top: 30px;
    }

    .reno07_label{
        font-size: 12px;
        min-width: unset;
    }

    .reno07_label::after{
        width: 9px;
        height: 9px;
        margin-right: -16px;
        margin-left: 7px;
    }

    .reno07_head p{
        font-size: 10px;
        line-height: 1;
    }

    .reno07_head p span{
        display: block;
        margin: 0 0 3px;
        font-size: 21px;
        line-height: 0.9;
    }

    .reno07_image{
        max-width: unset;
    }

    .renoduce_cta_07 .cta_07_mainbox {
        display: flex;
        flex-direction: column;
    }

    .reno07_pro{
        top: 151px;
        right: 257px;
        width: 59px;
        height: 17px;
        border: 1px solid #fff;
        border-radius: 3px;
        font-size: 10px;
        line-height: 1;
    }

    .reno07_pro br{
        display: none;
    }

    .reno07_pro::after{
        left: 36px;
        bottom: -5px;
        width: 10px;
        height: 10px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .reno07_text{
        left: 16px;
        bottom: 18px;
    }

    .reno07_small{
        font-size: 11px;
        line-height: 1.15;
    }

    .reno07_main{
        margin-top: 3px;
        font-size: 15px;
        line-height: 1.22;
        text-shadow:
            2px 0 0 #fff,
            -2px 0 0 #fff,
            0 2px 0 #fff,
            0 -2px 0 #fff,
            1px 1px 0 #fff,
            -1px 1px 0 #fff,
            1px -1px 0 #fff,
            -1px -1px 0 #fff;
    }

    .reno07_main::first-line{
        font-size: 16px;
    }

    .reno07_btn{
        right: 0;
        height: 21px;
        gap: 5px;
        padding: 0 6px 0 20px;
        font-size: 9px;
        max-width: 250px;
    }

    .reno07_arrow{
        width: 5px;
        height: 9px;
    }
}

.renoduce_cta_06{
    display: flex;
    width: 100%;
    justify-content: center;
	padding: 0px !important;
    color: #2b2b2b;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
}

.renoduce_cta_06_inner{
    position: relative;
    width: 100%;
    max-width: 789px;
    min-height: 190px;
    padding: 20px 10px 10px 20px;
    overflow: hidden;
    background: #f6f4ed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.reno06_logo{
    position: absolute;
    z-index: 5;
    width: 83px;
    height: 41px;
    overflow: hidden;
}

.reno06_logo img{
    display: block;
    width: 78px;
    height: auto;
}

.reno06_copy{
    position: relative;
    z-index: 3;
    width: 420px;
}

.reno06_fee{
    position: relative;
    display: inline-block;
    margin: 22px 0 4px 93px;
    padding: 0 3px;
    color: #2b2b2b;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.reno06_fee::before{
    content: "";
    position: absolute;
    left: -3px;
    right: -5px;
    bottom: 2px;
    z-index: -1;
    height: 12px;
    background: #fae14c;
}

.reno06_fee span{
    color: #ff6b00;
    font-size: 42px;
    line-height: 0.7;
}

.reno06_lead{
    margin: 0 0 0 5px;
    color: #2b2b2b;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
}

.reno06_main{
    display: inline-block;
    margin: -2px 0 0 1px;
    padding: 0 3px 2px;
    background: #fff;
    color: #ff6b00;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.18;
    white-space: nowrap;
}

.reno06_btn{
    display: flex;
    width: 290px;
    height: 30px;

	margin-top: 8px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fae14c 0%, #ffc400 100%);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.10);
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.reno06_arrow{
    display: block;
    width: 8px;
    height: 13px;
    clip-path: polygon(100% 0, 22% 50%, 100% 100%, 78% 100%, 0 50%, 78% 0);
    background: #2b2b2b;
    transform: rotate(180deg);
}

.reno06_visual{
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
    width: 272px;
    height: 150px;
    overflow: hidden;
}

.reno06_visual img{
	display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.reno06_staff{
    position: absolute;
    right: 257px;
    bottom: 0px;
    z-index: 4;
}

.reno06_staff img{
    display: block;
    width: 130px;
    /* height: 193px; */
/*     margin: -13px 0 0 -22px; */
    object-fit: cover;
}

@media (max-width: 1400px){
    .renoduce_cta_06{
        padding: 10px;
    }

    .renoduce_cta_06_inner{
        /* max-width: 330px; */
        min-height: 245px;
        padding: 10px;
    }

    .reno06_logo{
        width: 55px;
        height: 27px;
        right: 0;
    }

    .reno06_logo img{
        width: 51px;
    }

    .reno06_copy{
        width: 100%;
    }

    .reno06_fee{
        margin: 29px 0 2px 12px;
        font-size: 16px;
    }

    .reno06_fee::before{
        height: 9px;
    }

    .reno06_fee span{
        font-size: 31px;
    }

    .reno06_lead{
        margin-left: 12px;
        font-size: 17px;
        line-height: 1.4;
    }

    .reno06_main{
        margin-left: 9px;
        font-size: 21px;
        line-height: 1.18;
    }

    .reno06_visual{
        top: 105px;
        right: 78px;
        width: 242px;
        height: 130px;
    }

    .reno06_staff{
        right: 3px;
        bottom: 61px;
        width: 87px;
        height: 87px;
    }

    .reno06_staff img{
        width: 108px;
        height: 149px;
        margin: -10px 0 0 -17px;
    }

    .reno06_btn{
        position: absolute;
        left: 8px;
        bottom: 8px;
        width: 294px;
        height: 25px;
        margin: 0;
        gap: 8px;
        font-size: 14px;
    }

    .reno06_arrow{
        width: 7px;
        height: 12px;
    }
}

body{
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}

.renoduce_cta_type{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2b2b2b;
    padding: 10px;
}

.renoduce_cta_type .renoduce_cta_type_inner{
    display: flex;
    width: 100%;
    max-width: 789px;
    min-height: 170px;
    margin: 0 auto;
    /* padding: 10px; */
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.renoduce_cta_type .renoduce_cta_type_inner .lftbox{
    flex: 0 0 320px;
    /* height: 170px; */
    overflow: hidden;
    aspect-ratio: 320/170;
	margin-top: 0;
}

.renoduce_cta_type .renoduce_cta_type_inner .lftbox img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: fill;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox{
    position: relative;
    flex: 1 1 auto;
    /* height: 170px; */
    height: auto;
    overflow: hidden;
    background: #fff;
	margin-top: 0;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_title{
    display: flex;
    width: 100%;
    height: 30px;
    padding-left: 13px;
    align-items: center;
    background-color: #FF6B00;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_title span{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle{
    display: flex;
    position: relative;
	margin-top: 0;
    z-index: 4;
    width: 100%;
    min-height: 110px;
    padding: 10px 150px 0 12px;
    flex-direction: column;
    justify-content: flex-start;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle span{
    display: block;
    color: #FF6B00;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle p{
    width: 132%;
    margin: 1px 0 0;
    color: #2b2b2b;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.22;
    white-space: nowrap;
    transform: scaleX(0.9);
    transform-origin: left center;
    text-shadow:
        3px 0 0 #fff,
        -3px 0 0 #fff,
        0 3px 0 #fff,
        0 -3px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff,
        -2px -2px 0 #fff;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_yebtn{
    position:relative;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    width: 100%;
	margin-top: 0;
    height: 30px;
    align-items: center;
    /* justify-content: flex-end; */
    gap: 10px;
    padding: 0 16px 0 12px;
    background-color: #FAE14C;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_yebtn .arrow{
    display: block;
    width: 9px;
    height: 15px;
    clip-path: polygon(100% 0, 22% 50%, 100% 100%, 78% 100%, 0 50%, 78% 0);
    background: #2b2b2b;
    transform: rotate(180deg);
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .personbox{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 160px;
    height: 170px;
    overflow: hidden;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox .personbox img{
    display: block;
    width: 160px;
    height: 170px;
    object-fit: cover;
    object-position: center top;
}

.renoduce_cta_type .renoduce_cta_type_inner .rgtbox_title_sp{
    display: none;
}
.renoduce_cta_type .renoduce_cta_type_inner .rgtbox_title_sp span{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.renoduce_cta_type:hover{
	opacity: 0.8;   
    transition: opacity 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}


@media (max-width: 1230px){
    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox_title_sp{
        display: flex;
        width: 100%;
        /* height: 24px; */
        align-items: center;
        justify-content: center;
        background-color: #FF6B00;
        padding: 10px 0;
    }

    .renoduce_cta_type{
        padding: 8px;
    }

    .renoduce_cta_type .renoduce_cta_type_inner{
         /* min-height: 245px; */
        padding: 0;
        flex-direction: column;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    }

    .renoduce_cta_type .renoduce_cta_type_inner .lftbox{
        flex: 0 0 auto;
        width: 100%;
        height: unset;
        aspect-ratio: unset;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox{
        width: 100%;
        /* height: 103px; */
        overflow: unset;
        flex: unset;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_title{
        display: none;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle{
        width: 100%;
        min-height: 55px;
        padding: 6px 88px 6px 10px;
        gap: 6px;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle span{
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle p{
        margin-top: 2px;
        width: 138%;
        font-size: 16px;
        line-height: 1.15;
        white-space: nowrap;
        transform: scaleX(0.86);
        text-shadow:
            2px 0 0 #fff,
            -2px 0 0 #fff,
            0 2px 0 #fff,
            0 -2px 0 #fff,
            1px 1px 0 #fff,
            -1px 1px 0 #fff,
            1px -1px 0 #fff,
            -1px -1px 0 #fff;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_yebtn{
        height: 28px;
        gap: 6px;
        padding-right: 10px;
        font-size: 12px;
        justify-content: center;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .rgtbox_yebtn .arrow{
        width: 7px;
        height: 11px;
    }

    
    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .personbox{
        width: 127px;
        height: 142px;
        position: absolute;
        display: flex;
        bottom: 28px;
        top: unset;
    }

    .renoduce_cta_type .renoduce_cta_type_inner .rgtbox .personbox img{
        width: 100%;
        height: auto;
    }
}

/* online seminar cta style  */
.online_seminar_cta_a{

}
.online_seminar_cta_a .renoduce_cta_type_inner{
    flex-direction: column;
}
.online_seminar_cta_a .ctatop_title_box{
    background-color: #FF6B00;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.online_seminar_cta_a .ctatop_title_box p{
    margin: 0;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_1{
    color: #fff;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_1 br{
    display: block;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_1 .sp_br{
    display: none;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_2_3{
    display: flex;
    flex-direction: row;
    gap: 3px;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_2{
    display: flex;
    flex-direction: row;
    color: #fff;
    gap: 3px;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_2 span{
    display: flex;
    background-color: #fff;
    color: #FF6B00;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 10px;
}
.online_seminar_cta_a .ctatop_title_box .txtbox_3{
    font-size:18px;
    color: #fff;
} 
.online_seminar_cta_a .os_cta_content_area{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.online_seminar_cta_a .renoduce_cta_type_inner .lftbox {
    flex: 0 0 340px;
    aspect-ratio: 340 / 140;
}

.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox .rgtbox_subtitle_title{
    display: flex;
    color: #FF6B00;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    align-items: baseline;
}
.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox_subtitle_title span{

}
.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox_subtitle_description{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .personbox {
    bottom: 0;
    height: 170px;
    top: unset;
}
.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .personbox .org_ribbon{
    right: 0;
    position: absolute;
}
.online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox {
    overflow: unset;
}

.online_seminar_cta_a .renoduce_cta_type_inner .rgtbox .rgtbox_subtitle {
    justify-content: center;
    padding-top: 0;
    padding: 10px 110px 0 12px;
}

@media screen and (max-width: 780px){
    .online_seminar_cta_a .os_cta_content_area {
        flex-direction: column;
    }
    .online_seminar_cta_a .renoduce_cta_type_inner .lftbox {
        flex: unset;
        aspect-ratio: unset;
    }
    .online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox .rgtbox_subtitle_title span{
        display: block;
        color: #FF6B00;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.35;
        white-space: nowrap;
    }
    .online_seminar_cta_a .renoduce_cta_type_inner .os_cta_content_area .rgtbox .rgtbox_subtitle_description {
        font-size: 27px;
        font-weight: 700;
        line-height: 1.2;
    }
    .online_seminar_cta_a .ctatop_title_box {
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
    }
    .online_seminar_cta_a .ctatop_title_box .txtbox_2_3 {
        flex-direction: column;
    }
}

.firsthome_cta_a{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2b2b2b;
    padding: 0px;
    overflow: hidden;
}
.firsthome_cta_a .renoduce_cta_type_inner{
    display: flex;
    width: 100%;
    background: url(../img/202608/cta_first_home.png) no-repeat center center / cover;
    max-width: 789px;
    min-height: 170px;
    margin: 0 auto;
    /* padding: 10px; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    position: relative;
}
.firsthome_cta_a .renoduce_cta_type_inner .ctatop_title_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.firsthome_cta_a .renoduce_cta_type_inner .ctatop_title_box img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 76px;
}
.firsthome_cta_a .renoduce_cta_type_inner .ctatop_title_box span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    color: #fff;
}
.firsthome_cta_a .renoduce_cta_type_inner .txtbox{
    margin-top: 0;
}
.firsthome_cta_a .renoduce_cta_type_inner .txtbox span{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
}
.firsthome_cta_a .renoduce_cta_type_inner .txtbox p{
    margin: 0;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.2;
    color: #FAE14C;
}
.firsthome_cta_a .renoduce_cta_type_inner .txtbox p .sp_br{
    display: none;
}
.firsthome_cta_a .renoduce_cta_type_inner .orgbuttonribbon::before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    left: -9px;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(to bottom, #ff9729 0%, #f88818 55%, #ea7700 100%);
}
.firsthome_cta_a .renoduce_cta_type_inner .orgbuttonribbon{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    height: 35px;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: linear-gradient(
        to bottom,
        #ff9729 0%,
        #f88818 55%,
        #ea7700 100%
    );
}
.firsthome_cta_a .renoduce_cta_type_inner .orgbuttonribbon span{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.firsthome_cta_a:hover{
    opacity: 0.8;   
    transition: opacity 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .firsthome_cta_a .renoduce_cta_type_inner{
        /* padding-left: 0; */
        justify-content: flex-start;
        min-height: 300px;
        background: url(../img/202608/cta_first_home_sp.png) no-repeat center center / cover;
        padding-top: 25px;
    }
    .firsthome_cta_a .renoduce_cta_type_inner .orgbuttonribbon {
        width: 100%;
        justify-content: center;
    }
    .firsthome_cta_a .renoduce_cta_type_inner .orgbuttonribbon::before {
        display: none;
    }
    .firsthome_cta_a .renoduce_cta_type_inner .ctatop_title_box {
        flex-direction: column;
        align-self: baseline;
        align-items: baseline;
    }
    .firsthome_cta_a .renoduce_cta_type_inner .txtbox p .pc_br {
        display: none;
    }
    .firsthome_cta_a .renoduce_cta_type_inner .txtbox p .sp_br {
        display: block;
    }
}

@media screen and (max-width: 500px) {
	.firsthome_cta_a .renoduce_cta_type_inner .txtbox p {
		font-size: 25px;
	}
	.firsthome_cta_a .renoduce_cta_type_inner .txtbox span {
		font-size: 15px;
	}
	.firsthome_cta_a .renoduce_cta_type_inner {
        background-position: right;
    }
}

/* 260702-reno-06 standalone draft */
.renoduce_cta_06 .renoduce_cta_06_inner{
    display: block;
    box-sizing: border-box;
}
.renoduce_cta_06 .renoduce_cta_06_inner div{
	margin-top: 0;
}

.renoduce_cta_06 p{
    margin-top: 0 !important;
    margin-bottom: 0;
	z-index: 1;
}

@media screen and (min-width: 1400px){
    .renoduce_cta_06 .renoduce_cta_06_inner{
        height: 190px;
    }
}

@media screen and (max-width: 1400px){
    .renoduce_cta_06 .renoduce_cta_06_inner{
        height: 245px;
        min-height: 245px;
        max-height: 245px;
		padding-left: 0;
    }

    .renoduce_cta_06 .reno06_copy{
        position: static;
        z-index: auto;
    }

    .renoduce_cta_06 .reno06_lead{
        margin-top: 3px;
        margin-left: 12px;
    }

    .renoduce_cta_06 .reno06_main{
        margin-top: 2px;
        margin-left: 9px;
    }

    .renoduce_cta_06 .reno06_visual{
        top: 101px;
        right: 78px;
        z-index: 1;
        width: 100%;
    }

    .renoduce_cta_06 .reno06_btn{
        left: 8px;
        right: auto;
        bottom: 8px;
        z-index: 8;
        width: 97%;
    }
}

@media screen and (max-width: 720px){
    .reno07_head .reno07_fee_box{
        flex-direction: column;
    }
    .reno07_head .reno07_fee_box p br{
        display: none;
    }
}

@media screen and (max-width: 400px){
	.reno06_fee span {
        font-size: 25px;
    }
	.reno06_main {
        font-size: 17px;
    }
}