section{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
span,
h2,
h1{
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.section_main{
    display: flex;
    justify-content: center;
    width: 95%;
    gap: 80px;
}

.logo_section{
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 1.4rem;
}
.logo_section .section_top_main{
    display: flex;
    width: 100%;
    max-width: 123.2rem;
    /* padding: 2rem 0 0 0; */
    width: calc(100% - 3.2rem);
    height: 38px;
    align-items: center;
}
.logo_section .section_top_main .section_logo_box{
    display: flex;
    width: 100%;
    max-width: 141px;
}
.logo_section .section_top_main .section_logo_box img{
    width: 100%;
    display: block;
    height: auto;
    max-width: 12rem;
}   
@media (min-width: 1060px) {
    .logo_section .section_top_main {
        padding: 1.6rem 2.4rem;
    }
    .logo_section .section_top_main .section_logo_box img {
        width: 141px;
        height: 100%;
        min-width: 141px;
    }
}
@media screen and (max-width: 1059px) {
    .logo_section {
        margin-top: 10px;
    }
}

.section_main .section_main_left{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 680px;
}
.section_main .section_main_left .title_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.section_main .section_main_left .title_box h1{
    color: var(--blue-0, #0974E8);
    font-size: 40px;
    line-height: normal;
}
.section_main .section_main_left .title_box p{   
    color: var(--black-0, #252729);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.section_main .section_main_left .title_box h1 br,
.section_main .section_main_left .title_box p br{
    display: none;
}

.section_main .section_main_left .resources_list{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 56px;
}
.section_main .section_main_left .resources_list .resource_item{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 320px;
}
.section_main .section_main_left .resources_list .resource_item img{
    width: 100%;
    display: block;
    height: auto;
}

.section_main .section_main_left .blue_recommend_box{
    display: flex;
    justify-content: center;
    background: var(--blue-45, #D9EAFE);
    padding: 40px;
    max-width: 510px;
    align-self: center;
}
.section_main .section_main_left .blue_recommend_box .recommend_box_main{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_icon{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    align-items: center;
}
.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_icon img{
    width: 100%;
    display: block;
    height: auto;
}

.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 16px;
}
.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text h2{
    color: var(--black, #252729);
    font-size: 24px;
    line-height: normal;
}
.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text ul{
    display: flex;
    flex-direction: column;
    list-style: disc;
    list-style-position: outside;
    padding-left: 24px;
}
.section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text ul li{
    color: var(--black-0, #252729);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
}


.section_main .section_main_right{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 424px;
}
.section_main .section_main_right .formdiv{
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    background: var(--white, #FFF);
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.10));
    padding-top: 32px;
    padding-bottom: 32px;
    height: max-content;
}
.section_main .section_main_right .formdiv .formmain{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.section_main .section_main_right .formdiv .formmain > div{
    display: flex;
    width: 100%;
    justify-content: center;
}
.section_main .section_main_right .formdiv .formmain > div >form{
    gap: 24px;
}

.section_main .section_main_right .formdiv .formmain .btndiv{
    width: 95%;
    display: flex;
    justify-content: center;
    max-width: 360px;
    margin-top: 24px;
}
.section_main .section_main_right .formdiv .formmain .btndiv button{
    max-width: unset;
}

.section_main .section_main_right .formdiv .formmain > div >form ul,
.section_main .section_main_right .formdiv .formmain > div >form .hs_privacypolicy .input ul .hs-form-booleancheckbox label {
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    .section_main {
        gap: 40px;
    }
}


@media screen and (max-width: 1023px) {
    .section_main .section_main_left .blue_recommend_box .recommend_box_main {
        flex-direction: column; 
        align-items: center;
    }
}

@media screen and (max-width: 880px) {
    .section_main {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0px;
    }
    .logo_section .section_top_main .section_logo_box {
        max-width: 120px;
    }
    .section_main .section_main_left {
        max-width: unset;
    }
    .section_main .section_main_right {
        max-width: unset;
    }
    .section_main .section_main_right .formdiv {
        filter: unset;
        background: var(--blue-45, #D9EAFE);
        padding-bottom: 64px;
    }
    .logo_section .section_top_main {
        /* margin-top: 20px;
        margin-left: 16px; */
    }
    .logo_section {
        margin-bottom: 64px;
    }
    .section_main .section_main_left .blue_recommend_box {
        max-width: unset;
        width: -webkit-fill-available;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 64px;
        padding-bottom: 0px;
    }
    .section_main .section_main_left .title_box {
        text-align: center;
        width: 87.201%;
        align-self: center;
    }
    .section_main .section_main_left .resources_list {
        width: 87.201%;
        align-self: center;
    }
    .section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text {
        align-items: center;
        gap: 8px;
    }
    .section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_icon {
        max-width: 240px;
    }

    .section_main .section_main_left .blue_recommend_box .recommend_box_main .recommend_text h2 {
        font-size: 20px;
    }

    .section_main .section_main_right .formdiv .formmain > div >form ,
    .section_main .section_main_right .formdiv .formmain .btndiv {
        width: 87.201%;
    }
}

@media screen and (max-width: 780px) {
    .section_main .section_main_left .title_box h1 {
        text-align: center;
    }
    .section_main .section_main_left .title_box h1 br{
        display: block;
    }
    .section_main .section_main_left .title_box {
        gap: 24px;
    }
    .section_main .section_main_left .resources_list {
        gap: 16px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 600px){
    .section_main .section_main_left .title_box h1 {
        font-size: 24px;
    }
    .section_main .section_main_left .title_box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px){
    .section_main .section_main_left .title_box h1 {
        font-size: 22px;
    }
}

.hs-error-msgs{
    color: var(--red-0, #FF595E);
}
.hbspt-form form .multi-container{
    margin-top: 0.8rem !important;
}