:root{
    --blu-color : #EAF3FB;
    --bludeep-color : #0974E8;
    --txtdef-color : #333D5A;
    --gry-color: #F1F1F1;
    --ye-color : #FFCA3A;
}

html, body{
    margin: 0;
    font-size: 62.5%;
}

@media screen and (max-width: 1023px){
    html{
        font-size: 56.5%;
    }
}

span,
a{

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    transform: rotate(0.04deg);
    transition: .3s ease-in-out;
    color: var(--txtdef-color);
}

button{
    border-style: none;
    transition: .3s ease-in-out;
}

section{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.sectionBlu,
.sectionWh{
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 96px;
    width: 100%;
    align-items: center;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 780px){
    .sectionBlu,
    .sectionWh{
        padding-top: 48px;
        padding-bottom: 56px;
    }
}

.sectionBlu{
    background-color: #EAF3FB;
    
}


img{
    display: block;
    width: 100%;
    height: auto;
}

.blusection{
    background: #EAF3FB; 
}

.m_title{
    display: flex;
    justify-content: center;
    max-width: 1220px;
    padding-bottom: 32px;
    /* border-bottom: 1px solid #252729; */
}
.m_title span{
    color: #252729;
    font-size: 36px;
    line-height: 140%;
}
.m_title .blu{
    color: #0974E8;
    text-align: center;
}
.m_title .blu br{
    display: none;
}

/* common form styles  */
.hbspt-form{
    width: 100%;
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: center;
}
.hbspt-form form{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;    
    width: 95%;
}
.hbspt-form form ul{
    list-style: none;
    margin: 0;
    margin-top: 0.8rem;
    padding: 0;
}

.hbspt-form form ul label{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.0225rem;
    display: flex;
    color: #FD3F4A;
    position: relative;
    line-height: normal;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.hbspt-form form ul .hs-form-radio label,
.hbspt-form form ul .hs-form-booleancheckbox label{
    color: #252729;
    justify-content: center;
}
.hbspt-form form ul .hs-form-radio label span{
    font-size: 1.4rem;
    font-weight: 400;
}

.hbspt-form form a{
    text-decoration: none;
    color: #18A0FB;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
}
.hbspt-form form span{
    font-size: 1.4rem;
    line-height: 120%;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.hbspt-form form #label-company-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span:nth-child(1){
    display: inline-flex;
}
.hbspt-form form #label-company-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-numemployees-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-toiawase_form_busho__c-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-position-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-lastname-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-firstname-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-email-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-phone-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-e_or_b-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before,
.hbspt-form form #label-system-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before{
    height: 1.1rem;
    content: "必須";
    margin-right: 0.5rem;
    display: flex;
    padding: 0.3rem 0.5rem;
    justify-content: center;
    width: 2.2rem;
    align-items: center;
    border-radius: 0.2rem;
    border: 0.1rem solid #FD3F4A;
    color: #FD3F4A;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.1rem;
    white-space: nowrap;
}
.hbspt-form form #label-contact_detail-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span{
    visibility: inherit;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    height: 0rem; 
}
.hbspt-form form #label-contact_detail-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::before{
    height: 1.1rem;
    content: "任意";
    margin-right: 0.5rem;
    display: flex;
    padding: 0.3rem 0.5rem;
    justify-content: center;
    width: 2.2rem;
    align-items: center;
    border-radius: 0.2rem;
    border: 0.1rem solid #ACACAC;
    color: #ACACAC;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.1rem;
    visibility: initial;
    white-space: nowrap;
}
.hbspt-form form #label-contact_detail-44dbe4db-8447-4371-bf6d-baefc5acf3a5 span::after{
    content: 'お問い合わせ詳細';
    visibility: visible;
    font-size: 1.4rem;  
    display: flex;
    line-height: 120%;
    font-family: 'Noto Sans JP', sans-serif !important;
}



.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), 
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    min-height: 4.2rem !important;
    color: #252729;
    line-height: 0 !important;
    border-radius: 3px;
    border: 1px solid #D9E7F2;
    background: #FFF !important;
    width: 100%;
    margin-top: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.hbspt-form form select{
    min-height: 4.2rem !important;
    color: #252729;
    line-height: 0 !important;
    border-radius: 0.3rem;
    border: 0.1rem solid #E2E2E2;
    background: #F7F7F7;
    width: 100%;
    margin-top: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif !important;
    padding: 0 1.5rem;
}

.hbspt-form form .hs-form-required{
    color: #FD3F4A;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.0225rem;
    display: none;
}
.hbspt-form form .hs-form-required::before{
    display: none;
}

.hbspt-form form .hs-form-field textarea {
    
    display: flex;
    height: 8rem;
    padding: 0.8rem 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    /* width: 92% !important; */
    /* width: 92% !important; */
    margin-top: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif !important;
    resize: none;

    border-radius: 3px;
    border: 1px solid #D9E7F2;
    background: #FFF;
    margin-bottom: -10px !important;
}

.hs_submit{
    display: none;
}

.hbspt-form form .form-columns-1 .input{
    margin-right: 0 !important;
    display: flex;
}

.hbspt-form form .form-columns-0 p{
    margin: 0;
    text-align: -webkit-center;
}
.hbspt-form form .form-columns-0 p a{
    text-decoration: underline !important;
}
.hbspt-form form .form-columns-0 p span{
    display: contents;
}

.hbspt-form form .form-columns-1:nth-child(n+12),
.hbspt-form form .hs_error_rollup{
    display: flex;
    align-self: center;
    justify-content: center;
}

.hbspt-form form .form-columns-1:nth-child(n+13):nth-child(-n+18){
    display: none;
} 

.hbspt-form form .form-columns-2{
    display: flex;
}

.hbspt-form form ul .hs-form-booleancheckbox label span{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
.hbspt-form form div:nth-child(6){
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hbspt-form form div:nth-child(6) p{
    display: contents;
}
.hbspt-form form div:nth-child(6) p a{
    background-color: transparent !important;
}
.hbspt-form form div:nth-child(6) p span{
    display: contents;
    background-color: transparent !important;
}

.hbspt-form form .hs_privacypolicy{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hbspt-form form .hs_privacypolicy .hs-field-desc{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
}

.formmain .btndiv{
    display: flex;
    width: 95%;
    align-self: center;
    justify-content: center;
    margin-bottom: 32px;
}

.formmain .btndiv button{
    cursor: pointer;
    color: #000;
    display: flex;
    text-decoration: none;
    height: 6rem;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    border-radius: 3rem;
    background: #FFCA3A;
    box-shadow: 0rem 0.3rem 1rem 0rem rgba(0, 0, 0, 0.25);
    border: 0;
    max-width: 28rem;
    transition: .3s ease-in-out;
}
.formmain .btndiv button span{
    font-size: 2.6rem;
    line-height: 134%;
    font-weight: 700;
}
.formmain .btndiv button:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
}




.logomain{
    width: 95%;
    display: flex;
    max-width: 1200px;
    padding-top: 32px;
    position: absolute;
}
.logomain a{
    display: flex;
    justify-content: center;
    max-width: 140px
}

/* header style  */
.headermain{
    display: flex;
    width: 100%;
    justify-content: center;
}
.headermain .hcols{
    display: flex;
    width: 95%;
    justify-content: center;
    gap: 33px;
    margin-top: 32px;
}
.headermain .hcontents{
    display: flex;
    margin-top: 40px;
    gap: 40px;
}

.headermain .hcontents .l-contents{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headermain .hcontents .title{
    margin-top: 110px;
    position: relative;
}

.headermain .hcontents .title .ribbon{
    display: flex;
    padding: 7px 15px 10px 15px;
    justify-content: center;
    align-items: center;
    background-color: #252729;
    position: absolute;
    transform: rotate(-14deg);
    top: -25%;
    left: 0%;
}
.headermain .hcontents .title .ribbon span{
    font-size: 26px;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    color: #FFF;
}
.headermain .hcontents .title .ribbon:before{
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    width: 13px;
    height: 100%;
    background-color: #252729;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.headermain .hcontents .title .ribbon::after{
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    display: block;
    width: 13px;
    height: 100%;
    background-color: #252729;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}



.headermain .hcontents .title .htxts{
    display: flex;
    flex-direction: column;
    margin-bottom: 39px;
    margin-top: 10px;
}
.headermain .hcontents .title .htxts span{
    color: #252729;
    text-align: center;
    font-size: 40px;
    line-height: 130%; /* 69.6px */
}
.headermain .hcontents .title .htxts span .bbold{
    color: #0974E8;
    font-size: 56px;
}
.headermain .hcontents .title .htxts span .bbold .bdap{
    font-size: 28px;
    color: #0974E8;
}
.headermain .hcontents .title .htxts span .bold{
    font-size: 56px;
}
.headermain .hcontents .tags{
    display: flex;
    margin-bottom: 51px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    width: 500px;
}
.headermain .hcontents .tags span{
    border-radius: 4px;
    border: 1px solid #0974E8;
    color: #0974E8;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.headermain .hcontents .imgdiv{
    display: flex;
    gap: 5px;
    align-items: center;
    align-self: center;
    flex-direction: column-reverse;
}

.headermain .hcontents .imgdiv .lgr{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    top: -30px;
}
.headermain .hcontents .imgdiv .lgr img{
    max-width: 549px;
}

.headermain .hcontents .imgdiv .mimg{
    display: flex;
    max-width: 680px;
    width: 100%;
    position: relative;
    justify-content: center;
}
.headermain .hcontents .imgdiv .mimg video{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.headermain .hcontents .imgdiv .mimg .monitor_div{

}

.headermain .hcontents .imgdiv .mimg .monitor_div img{

}

.headermain .hcontents .imgdiv .mimg .video_div{
    position: absolute;
    width: 77%;
    display: flex;
    top: 5%;
}

.headermain .hcontents .imgdiv .mimg .video_div video{

}

.headermain .hcontents .imgdiv .mini{
    display: none;
}

@media screen and (max-width: 1380px){
    .headermain .hcontents .title .htxts span .bbold {
        font-size: 40px;
    }
    .headermain .hcontents .title .ribbon span {
        font-size: 20px;
    }
    .headermain .hcontents .title .htxts span .bold {
        font-size: 32px;
    }
    .headermain .hcontents .title .htxts {
        margin-bottom: 25px;
    }
    .headermain .hcontents .title .htxts span .bbold .bdap {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px){
    .headermain .hcontents .tags span {
        font-size: 14px;
    }
    .headermain .hcontents .imgdiv{
        align-items: center;
        max-width: 400px;
        align-self: center;
    }
    
    .headermain .hcontents .imgdiv .mini{
        display: flex;
    }
    .headermain .hcontents .title .htxts span {
        font-size: 24px;
    }
    .headermain .hcontents .title .htxts span .bbold {
        font-size: 30px;
    }
    .headermain .hcontents .title .ribbon span {
        font-size: 14px;
    }
    .headermain .hcontents .tags {
        width: unset;
    }
}

@media screen and (max-width: 780px){
    .headermain .hcontents .title {
        margin-top: 80px;
    }

    .headermain .hcontents .title .htxts span {
        font-size: 35px;
    }

    .headermain .hcols {
        flex-direction: column;
    }
    
    .headermain .hcontents .tags {
        width: 95%;
        align-self: center;
        margin-bottom: 26px;
    }
    .headermain .hcontents .tags span {
        font-size: 12px;
        height: 26px;
    }
    .headermain .hcontents {
        width: 95%;
        align-self: center;
        flex-direction: column;
        gap: 0;
    }
    .headermain .hcontents .imgdiv .mimg {
        max-width: 598px;
    }
    .headermain .hcontents .imgdiv {
        max-width: unset;
    }
}

@media screen and (max-width: 480px){
    
    .logomain {
        padding-top: 16px;
    }
    .logomain a{
        max-width: 97px;
    }
    .headermain .hcontents .title .htxts span {
        font-size: 24px;
    }
    .headermain .hcontents .title {
        margin-top: 68px;
    }
    .headermain .hcontents .title .ribbon {
        top: -30%;
    }
    .headermain .hcontents .imgdiv .lgr {
        top: -20px;
    }
}
@media screen and (max-width: 374px){
    .headermain .formdiv .formtitle span {
        font-size: 20px;
    }
    .headermain .hcontents .title .htxts span {
        font-size: 23px;
    }
    .headermain .hcontents .tags span {
        font-size: 9px;
        height: 23px;
    }
    .headermain .hcontents .title .htxts span .bbold {
        font-size: 28px;
    }
}


/* button box */
.btndiv_top{
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    margin-bottom: 68px;
}
.btndiv_top button{
    display: flex;
    width: 90%;
    max-width: 360px;
    height: 72px;
    padding-bottom: 3.087px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 36px;
    background: #FFCA3A;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.btndiv_top button:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
    cursor: pointer;
}
.btndiv_top button svg{
    
}
.btndiv_top button span{
    color: #333D5A;
    text-align: center;
    font-size: 22px;
    line-height: 134%; /* 29.48px */
}

@media screen and (max-width: 780px){
    .btndiv_top{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 450px){
    .btndiv_top{
        gap: 16px;
    }
    .btndiv_top button {
        height: 60px;
    }
    .btndiv_top button span {
        font-size: 18px;
    }
}


/* logo box */
.wh_logobox{
    display: flex;
    width: 95%;
    max-width: 1200px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 24px;
    padding-top: 24px;
}

.wh_logobox ul{
    list-style: none;
    margin: 0;
    padding: 0;

    display: grid;
    margin: auto;
    gap: 32px;
    grid-template-columns: repeat(7, 1fr);
    box-sizing: border-box;
}
.wh_logobox ul li{
    
}
.wh_logobox ul li img{
    
}

@media screen and (max-width: 780px){
    .wh_logobox ul{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* section2 */
.section2_main{
    display: flex;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.section2_main .txtdiv{
    display: flex;
    width: 95%;
    max-width: 1200px;
    justify-content: center;

    margin-bottom: 104px;
    border-top: 1px solid;
    padding-top: 48px;
    gap: 32px;
}
.section2_main .txtdiv .imgdiv{
    display: flex;
    align-items: center;
}
.section2_main .txtdiv .imgdiv img{
    max-width: 520px;
}
.section2_main .txtdiv .subtxts{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 648px;
    align-items: center;
    justify-content: space-between;
}

.section2_main .txtdiv .subtxts .txtsdivs{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.section2_main .txtdiv .subtxts .txtsdivs div{
    display: flex;
    gap: 5px;
    width: 95%;
}
.section2_main .txtdiv .subtxts .txtsdivs div span{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(1){
    font-size: 20px;
}
.section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(2) span{
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
    background: linear-gradient(to bottom, transparent, transparent 70%, #FFF16F 70%);
}

.section2_main .txtdiv .subtxts div .bubblediv{
   
}
.section2_main .txtdiv .subtxts div .bubblediv img{
    max-width: 138px;
}
.section2_main .txtdiv .subtxts div:nth-child(1){
   
}
.section2_main .txtdiv .subtxts div:nth-child(1) ul{
    width: 100%;
    max-width: 551px;
}
.section2_main .txtdiv .subtxts div:nth-child(2){

}
.section2_main .txtdiv .subtxts div:nth-child(2) .bubblediv {
    position: relative;
    height: 15px;
}
.section2_main .txtdiv .subtxts div:nth-child(2) .bubblediv img{
    position: absolute;
}
.section2_main .txtdiv .subtxts div:nth-child(2) .txtsdivs{
    background: #FFF;
    padding-top: 32px;
    padding-bottom: 20px;
}

.section2_main .m_title br{
    display: none;
}

@media (max-width: 1100px) {
    .section2_main .m_title span {
        font-size: 28px;
    }
    .section2_main .txtdiv .subtxts .txtsdivs div span,
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(2) span {
        font-size: 14px;
    }
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(1) {
        font-size: 16px;
    }
}

@media (max-width: 950px) {
    .section2_main .txtdiv .subtxts .txtsdivs div span,
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(2) span {
        font-size: 12px;
    }
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(1) {
        font-size: 14px;
    }
}

@media screen and (max-width: 830px){
    .section2_main .m_title br{
        display: block;
    }
    .section2_main .m_title{
        text-align: center;
    }
    
}

@media screen and (max-width: 800px){
    .section2_main {
        margin-top: 44px;
    }
    .section2_main .txtdiv {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border: 0;
        margin-top: 0;
        padding-top: 0px;
        margin-bottom: 64px;
    }
    .section2_main .txtdiv .subtxts {
        align-items: center;
        gap: 20px;
    }      
    .section2_main .txtdiv .subtxts .txtsdivs div span,
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(2) span {
        font-size: 16px;
    }
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(1) {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px){
    .section2_main .txtdiv .subtxts .txtsdivs div span,
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(2) span {
        font-size: 14px;
    }
    .section2_main .txtdiv .subtxts .txtsdivs div span:nth-child(1) {
        font-size: 26px;
    }
}


.logosection_top{
    position: relative;
}
.blubackbg{
    background: #EAF3FB;
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

/* section3  : デジタルアダプションプラットフォーム(DAP)とは？ */
.section3_main{
    max-width: 1220px;
    display: flex;
    width: 95%;
    justify-content: center;
    margin-top: 96px;
    margin-bottom: 104px;
    flex-direction: column;
    align-items: center;
}
.section3_main .sec3_cols{
    display: flex;
    max-width: 1140px;
    gap: 48px;
    margin-bottom: 16px;
}
.section3_main .sec3_cols .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section3_main .sec3_cols .txtdiv div:nth-child(1){
    display: flex;
    flex-direction: column;
}
.section3_main .sec3_cols .txtdiv div:nth-child(1) span{
    color: #252729;
    font-size: 46px;
    line-height: 150%; /* 69px */
}
.section3_main .sec3_cols .txtdiv div:nth-child(1) span .blu{
    color: #0974E8;
}
.section3_main .sec3_cols .txtdiv div:nth-child(1) span br{
    display: none;
}
.section3_main .sec3_cols .txtdiv div:nth-child(3){

}
.section3_main .sec3_cols .txtdiv div:nth-child(3) span{
    color: #252729;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}
.section3_main .sec3_cols .txtdiv div:nth-child(3) span .yellow{
    font-size: 18px;
    line-height: 170%;
    font-weight: 700;
    background: linear-gradient(to bottom, transparent, transparent 70%, #FFF16F 70%);
}
.section3_main .sec3_cols .imgdiv,
.section3_main .sec3_cols .imgdiv_mini{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 400px;
}
.section3_main .sec3_cols .imgdiv img,
.section3_main .sec3_cols .iimgdiv_mini img{
    max-width: 400px;
}
.section3_main .sec3_cols .imgdiv_mini{
    display: none;
}
.section3_main .sec3_cols .imgdiv_mini img{
    max-width: 400px;
}

.section3_main .triy{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    height: 95px;
}
.section3_main .triy_main{
    width: 100%;
    display: flex;
    justify-content: center;
}
.section3_main .triy_main svg{

}

.section3_main .gray_bg{
    border-radius: 15px;
    background: #F1F1F1;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 56px;
    align-items: center;
    gap: 56px;
}

.section3_main .gray_bg .gray{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3_main .gray_bg .gray span{
    color: #333D5A;
    text-align: center;
    font-size: 36px;
    line-height: 140%; /* 50.4px */
}
.section3_main .gray_bg .gray .gray_title{
    display: flex;
}
.section3_main .gray_bg .gray .gray_subtitle{

}
.section3_main .gray_bg .gray .gray_subtitle br{
    display: none;
}

.section3_main .gray_bg .gray_cols{
    display: flex;
    justify-content: center;
    width: 95%;
    gap: 44px;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .wh_bg{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding-top: 24px;
    padding-bottom: 28px;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .wh_bg span{
    color: #252729;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%; /* 28.6px */
}


.section3_main .gray_bg .arr_div{
    display: flex;
    justify-content: center;
}
.section3_main .gray_bg .arr_div img{
    max-width: 60px;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1){
    display: flex;
    flex-direction: column;
    min-height: 90px;
    justify-content: center;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1) span{
    color: #252729;
    text-align: center;
    font-size: 22px;
    line-height: 130%; /* 28.6px */
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1) span .blu{
    color: #0974E8;
    line-height: 130%;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(2){
    display: flex;
    justify-content: center;
}
.section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(2) img{
    max-width: 340px;
}

@media screen and (max-width: 1200px){
    .section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1) span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1080px){
    .section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1) span {
        font-size: 16px;
    }
    .section3_main .gray_bg .gray_cols {
        gap: 20px;
    }
    .section3_main .gray_bg .gray_cols .gray_cols_itm .wh_bg span {
        font-size: 18px;
    }

    .section3_main .sec3_cols .txtdiv div:nth-child(1) span {
        font-size: 30px;
        line-height: 130%;
    }

}

@media screen and (max-width: 880px){
    .section3_main .sec3_cols .txtdiv {
        gap: 24px;
    }

    .section3_main .sec3_cols .txtdiv div:nth-child(3) span {
        font-size: 16px;
    }
    .section3_main .sec3_cols .txtdiv div:nth-child(3) span .yellow {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px){
    .section3_main {
        margin-top: 56px;
        margin-bottom: 64px;
    }
    .section3_main .sec3_cols {
        flex-direction: column;
        gap: 0px;
    }
    .section3_main .sec3_cols .imgdiv img {
        display: none;
    }
    .section3_main .sec3_cols .imgdiv_mini{
        display: flex;
        justify-content: center;
        align-self: center;
    }
    .section3_main .gray_bg .gray_cols {
        flex-direction: column;
    }
    .section3_main .gray_bg .gray_cols .gray_cols_itm .wh_bg span {
        font-size: 20px;
    }
    .section3_main .gray_bg .gray_cols .gray_cols_itm .itm_div div:nth-child(1) span {
        font-size: 20px;
    }

    .section3_main .sec3_cols .txtdiv div:nth-child(1) {
        align-items: center;
    }
    .section3_main .sec3_cols .txtdiv div:nth-child(1) span {
        text-align: center;
    }

    .section3_main .sec3_cols .txtdiv div:nth-child(1) span br {
        display: block;
    }

    .section3_main .gray_bg .gray span {
        font-size: 22px;
        line-height: 150%;
    }
    .section3_main .gray_bg .gray .gray_title img{
        max-width: 189px;
    }

    .section3_main .gray_bg {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 40px;
    }


    .section3_main .triy {
        height: 70px;
    }
    .section3_main .triy_main svg {
        max-width: 201px;
    }
}

@media screen and (max-width: 430px){
    .section3_main .gray_bg .gray .gray_subtitle br {
        display: block;
    }
    .section3_main .gray_bg .gray {
        text-align: center;
    }
}
@media screen and (max-width: 374px){
    .section3_main .sec3_cols .txtdiv div:nth-child(1) span {
        font-size: 27px;
    }
}

/* section4 : システム利活用を促進する機能を網羅 */
.section4_main{
    margin-top: 96px;
    margin-bottom: 104px;
    max-width: 1220px;
    width: 95%;
}
.section4_main .wh_bg{
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
    align-items: center;
    gap: 16px;
    margin-bottom: 72px;
    border-radius: 15px;
}

.section4_main .wh_bg .wh_bg_main{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section4_main .wh_bg .tags_list{
    display: flex;
    gap: 16px;
    justify-content: center;
}
.section4_main .wh_bg .tags_list:nth-child(2){
    margin-top: 16px;
}

.section4_main .wh_bg .tags{
    display: flex;
    gap: 16px;
    justify-content: center;
}
.section4_main .wh_bg .tags .tag{
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid #FBEEAA;
    background: #FBF6D7;
    height: 62px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}
.section4_main .wh_bg .tags .tag svg{
    max-width: 20px;
    max-height: 20px;
}
.section4_main .wh_bg .tags .tag span{
    color: #FF6B00;
    font-size: 21px;
    line-height: 100%; /* 21px */
}
.section4_main .wh_bg .wh_cols{
    display: flex;
    margin-top: 56px;
    gap: 40px;
}
.section4_main .wh_bg .wh_cols .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section4_main .wh_bg .wh_cols .txtdiv div{
    display: flex;
    flex-direction: column;
}
.section4_main .wh_bg .wh_cols .txtdiv div:nth-child(1){
    
}
.section4_main .wh_bg .wh_cols .txtdiv div span{
    color: #252729;
    font-size: 32px;
    line-height: 150%; /* 48px */
}
.section4_main .wh_bg .wh_cols .txtdiv div:nth-child(2){
    
}
.section4_main .wh_bg .wh_cols .txtdiv div:nth-child(1) span .yellow,
.section4_main .wh_bg .wh_cols .txtdiv div:nth-child(2) span .yellow{
    background: linear-gradient(to bottom, transparent, transparent 70%, #FFF16F 70%);
}

.section4_main .wh_bg .wh_cols .videodiv{
    
}
.section4_main .wh_bg .wh_cols .videodiv video{
    display: block;
    width: 100%;
    height: auto;
    max-width: 520px;
}

/* cta */
.ctabg{
    display: flex;
    width: 95%;
    max-width: 1192px;
    justify-content: center;
    background: linear-gradient(75deg, #35A6FF 0%, #0974E8 100%);
    margin-top: 72px;
    margin: 0 auto;
}
.ctabg .ctan {
    display: flex;
    flex-direction: row;
    width: 97%;
    max-width: 1160px;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: center;
    gap: 40px;
    border-radius: 8px;
}
.ctabg .ctan .imgdiv{
    display: flex;
    align-items: center;
    max-width: 320px;
    width: 100%;
}
.ctabg .ctan .contents{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: center;
    width: 95%;
}
.ctabg .ctan .contents .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ctabg .ctan .contents .txtdiv .top{
    text-align: center;
    font-size: 38px;
    line-height: 140%;
}
.ctabg .ctan .contents .txtdiv .bt{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
}

.ctabg .ctan .contents .txtdiv .top br,
.ctabg .ctan .contents .txtdiv .bt br{
    display: none;
}
.ctabg .ctan .contents .btndiv {
    display: flex;
    gap: 16px;
    width: 95%;
    align-self: center;
}
.ctabg .ctan .contents .btndiv button{
    border-radius: 36px;
    max-width: 350px;
    display: flex;
    height: 72px;
    background-color: var(--ye-color);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    gap: 8px;
    cursor: pointer;
    color: #000;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #FFCA3A;
    border: 0;
    transition: .3s ease-in-out;
}

.ctabg .ctan .contents .btndiv button:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
}

.ctabg .ctan .contents .btndiv button span{
    font-size: 22px;
    line-height: 134%; 
    text-align: center;
}


@media screen and (max-width: 1200px){
    .ctabg .ctan .contents .txtdiv .bt br {
        display: block;
    }
    .ctabg .ctan .contents .btndiv button span {
        font-size: 17px;
    }
    .section4_main .wh_bg .tags .tag span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1150px){
    .section4_main .wh_bg .wh_cols .txtdiv div span {
        font-size: 25px;
    }
}

@media screen and (max-width: 1040px){
    .ctabg .ctan .contents .txtdiv .top br{
        display: block;
    }
    .ctabg .ctan {
        gap: 20px;
    }
}

@media screen and (max-width: 1000px){
    .ctabg .ctan .contents .btndiv {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 880px){
    .section4_main .wh_bg .wh_cols .txtdiv div span {
        font-size: 19px;
    }
    .section4_main .wh_bg .wh_cols {
        gap: 30px;
    }
}

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

    .section4_main {
        margin-top: 56px;
        margin-bottom: 64px;
    }
    .section4_main .wh_bg .tags_list{
        align-self: baseline;
        /* flex-direction: column; */
    }
    .section4_main .wh_bg .tags {
        justify-content: left;
    }

    .section4_main .wh_bg .wh_cols {
        flex-direction: column;
        gap: 40px;
        margin-top: 32px;
    }

    .ctabg .ctan {
        flex-direction: column;
        align-items: center;
    }
    .ctabg .ctan .contents .txtdiv .top br, 
    .ctabg .ctan .contents .txtdiv .bt br {
        display: block;
    }
    .section4_main .wh_bg .wh_cols .txtdiv div span {
        font-size: 25px;
    }

    .section4_main .wh_bg .wh_cols .txtdiv {
        text-align: center;
        gap: 20.48px;
    }
    .section4_main .wh_bg {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px){
    .section4_main .wh_bg .tags .tag span {
        font-size: 15px;
    }
    .section4_main .wh_bg .tags .tag {
        gap: 10px;
        height: 40px;
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media screen and (max-width: 700px){
    .section4_main .m_title br{
        display: block;
    }
    .section4_main .m_title {
        text-align: center;
    }
}

@media screen and (max-width: 650px){
    .section4_main .wh_bg .tags .tag span {
        font-size: 13px;
    }
}

@media screen and (max-width: 570px){
    .section4_main .wh_bg .tags .tag span {
        font-size: 11.855px;
    }
    .section4_main .wh_bg .tags_list:nth-child(2) {
        margin-top: 6px;
    }
    .section4_main .wh_bg .tags {
        gap: 6px;
    }
    .section4_main .wh_bg .tags_list {
        gap: 6px;
    }
    .section4_main .wh_bg .tags .tag svg {
        max-width: 15px;
        max-height: 15px;
    }
}
@media screen and (max-width: 510px){
    .section4_main .wh_bg .tags_list {
        flex-direction: column;
    }
}

@media screen and (max-width: 430px){
    .ctabg .ctan .contents .txtdiv .top {
        font-size: 24px;
    }
    .ctabg .ctan .contents .txtdiv .bt {
        font-size: 14px;
    }
    .ctabg .ctan .contents .btndiv button {
        max-width: 293px;
        height: 60px;
    }
    .section4_main .wh_bg .wh_cols .txtdiv div span {
        font-size: 20px;
    }
    .section4_main .m_title span {
        font-size: 30px;
    }
}

/* section5 style */

.sectionWh .sec5title{
    display: flex;
}
.sectionWh .sec5title div{
    display: flex;
    align-items: center;
    max-width: 340px;
}
.sectionWh .sec5title div img{
    max-width: 340px;
}

.sectionWh .sec5title span{
    text-align: center;
    font-size: 46px;
    line-height: 140%;
}

.sectionWh .sec5cols{
    display: flex;
    width: 95%;
    max-width: 1192px;
    margin-top: 72px;
    flex-direction: column;
    gap: 56px;
}

.sectionWh .sec5cols .itm{
    display: flex;
    gap: 48px;
}

.sectionWh .sec5cols .gr_tri{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 30px;
}
.sectionWh .sec5cols .gr_tri svg{

}

.sectionWh .sec5cols .gr_itm{
    width: 100%;
    border-radius: 15px;
    background: #F1F1F1;
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
    justify-content: center;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main{
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 1108px;
    gap: 44px;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .imgdiv{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .imgdiv img{
    max-width: 340px;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1) span{
    text-align: center;
    font-size: 22px;
    line-height: 130%; /* 28.6px */
}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(2){

}
.sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(2) span{
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}

.sectionWh .sec5cols .itm .txtdiv{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sectionWh .sec5cols .itm .txtdiv .title{
    position: relative;
    width: 100%;
    display: flex;
    height: 112px;
    align-items: center;
    border-bottom: 1px solid var(--txtdef-color);
    margin-bottom: 24px;
}

.sectionWh .sec5cols .itm .txtdiv .title span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;

    color: rgba(9, 116, 232, 0.15);
    font-size: 88px;
    font-weight: 400;
    line-height: 100%;
}   

.sectionWh .sec5cols .itm .txtdiv .title span:nth-child(2){
    font-size: 34px;
    line-height: 200%;
    width: 100%;
    margin-left: 10px;
    display: flex;
    color: var(--bludeep-color);
}

.sectionWh .sec5cols .itm .txtdiv .contents{

}
.sectionWh .sec5cols .itm .txtdiv .contents span{
    font-size: 18px;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.sectionWh .sec5cols .itm .txtdiv .subcontents{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.sectionWh .sec5cols .itm .txtdiv .subcontents span{
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}

.sectionWh .sec5cols .itm .imgdiv{
    max-width: 513px;
    display: flex;
    align-items: center;
    width: 100%;
}
.sectionWh .sec5cols .itm .imgdiv video{
    display: block;
    width: 100%;
    height: auto;
}
.sectionWh .sec5cols .itm .imgdiv img{

}

@media screen and (max-width: 1200px){
    .sectionWh .sec5cols .gr_itm .gr_itm_main {
        gap: 40px;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1) span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1030px){
    .sectionWh .sec5cols .gr_itm .gr_itm_main {
        gap: 30px;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1) span {
        font-size: 16px;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(2) span {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px){
    .sectionWh .sec5cols .itm .txtdiv .title span:nth-child(2) {
        font-size: 30px;
    }
}


@media screen and (max-width: 800px){
    .sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1) span {
        font-size: 15px;
    }
}

@media screen and (max-width: 780px){
    .sectionWh .sec5title {
        flex-direction: column;
    }
    .sectionWh .sec5title div {
        max-width: 256px;
    }
    .sectionWh .sec5title span {
        font-size: 30px;
    }
    .sectionWh .sec5cols .itm {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main {
        flex-direction: column;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main {
        gap: 40px;
    }
    .sectionWh .sec5cols .gr_itm .gr_itm_main .m_itm .txtdiv div:nth-child(1) span {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px){
    .sectionWh .sec5cols .itm .txtdiv .title span:nth-child(1) {
        font-size: 72px;
    }
    .sectionWh .sec5cols .itm .txtdiv .title span:nth-child(2) {
        font-size: 26px;
    }
    .sectionWh .sec5cols .itm .txtdiv .title {
        height: 82px;
    }
    .sectionWh .sec5cols .itm .txtdiv .contents span {
        font-size: 16px;
    }
    .sectionWh .sec5cols {
        gap: 40px;
    }
}

@media screen and (max-width: 374px){
    .sectionWh .sec5cols .itm .txtdiv .title span:nth-child(2) {
        font-size: 23px;
    }
}

/* 導入事例・お客様の声 */
.sectionBlu .sec6title{

}
.sectionBlu .sec6title span{
    text-align: center;
    font-size: 46px;
    line-height: 150%; /* 69px */
}
.sectionBlu .sec6cols{
    display: flex;
    width: 95%;
    max-width: 1188px;
    margin-top: 72px;
    gap: 24px;
}
.sectionBlu .sec6cols .itm{
    display: flex;
    width: 100%;
    max-width: 380px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);   
    flex-direction: column;
}
.sectionBlu .sec6cols .itm .imgdiv{
    display: flex;
}
.sectionBlu .sec6cols .itm .txtdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 10px;
    width: 95%;
    align-self: center;
}
.sectionBlu .sec6cols .itm .txtdiv .cpname{

}
.sectionBlu .sec6cols .itm .txtdiv .cpname span{
    color: var(--bludeep-color);
    text-align: center;
    font-size: 20px;
    line-height: 100%; /* 20px */
}
.sectionBlu .sec6cols .itm .txtdiv .contents{
    display: flex;
    width: 100%;
    max-width: 348px;
}
.sectionBlu .sec6cols .itm .txtdiv .contents span{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

@media screen and (max-width: 780px){
    .sectionBlu .sec6title span {
        font-size: 30px;
        line-height: 130%;
    }
    .sectionBlu .sec6cols {
        flex-direction: column;
        align-items: center;
        margin-top: 48px;
    }
}

/* section7 style */
.sectionWh .logosdiv{
    display: flex;
    width: 95%;
    max-width: 1080px;
}
.sectionWh .logosdiv ul{
    padding: 0;
    display: grid;
    margin: auto;
    gap: 24px;
    grid-template-columns: repeat(7, 1fr);
    box-sizing: border-box;
}
.sectionWh .logosdiv ul li{
    padding: 0;
    list-style: none;
}


.sectionWh .rib{
    display: flex;
    width: 100%;
    max-width: 1080px;
    justify-content: center;
    position: relative;
    height: 71px;
}
.sectionWh .rib .ribimg{
    top: 48px;
    position: absolute;
    max-width: 339px;
    width: 80%;
}

.sectionWh .sec7org{
    border-radius: 15px;
    border: 4px solid #DA9732;
    background: #FFF;
    display: flex;
    width: 95%;
    max-width: 1080px;
    padding-top: 72px;
    padding-bottom: 48px;
    justify-content: center;
    /* flex-direction: column;  */
    gap: 32px;
}
.sectionWh .sec7org .cols{
    display: flex;
    width: 95%;
    justify-content: center;
    gap: 32px;
    align-self: center;
}
.sectionWh .sec7org .cols .itm{
    display: flex;
    align-items: center;
    gap: 19px;
    flex-direction: column;
}
.sectionWh .sec7org .cols .itm .imgdiv{
    display: flex;
    transition: .3s ease-in-out;
    align-items: center;
}
.sectionWh .sec7org .cols .itm .txtdiv{
    display: flex;
    width: 100%;
    max-width: 304px;
}
.sectionWh .sec7org .cols .itm .txtdiv span{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.sectionWh .sec7org #cols_mini{
    display: none;
}

@media screen and (max-width: 750px){
    .sectionWh .sec7org {
        gap: 24px;
        flex-direction: column;
    }
    .sectionWh .sec7org .cols #cols_lgr{
        display: none;
    }
    .sectionWh .sec7org #cols_mini{
        display: flex;
    }
    .sectionWh .logosdiv ul {
        grid-template-columns: repeat(5, 1fr);
    }
    .sectionWh .sec7org .cols {
        align-items: center;
        gap: 24px;
    }

}
@media screen and (max-width: 550px){
    .sectionWh .logosdiv ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .sectionWh .sec7org .cols .itm .imgdiv {
        max-width: 90px;
    }
    .sectionWh .sec7org .cols .itm .txtdiv span {
        font-size: 12px;
    }
}

/* form style */
.sectionBlu .formtopitm{
    display: flex;
    width: 95%;
    max-width: 772px;
    gap: 8px;
    justify-content: center;
    /* position: absolute; */
    height: 140px;
}
.sectionBlu .formtopitm .imgdiv{
    display: flex;
    align-items: center;
    max-width: 269px;
}
.sectionBlu .formtopitm .imgdiv img{
    
}
.sectionBlu .formtopitm .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sectionBlu .formtopitm .txtdiv .title{
    
}
.sectionBlu .formtopitm .txtdiv .title span{
    font-size: 24px;
    line-height: 130%; /* 31.2px */
}

.sectionBlu .formtopitm .txtdiv .contents{
    display: flex;
    flex-direction: column;
}
.sectionBlu .formtopitm .txtdiv .contents span{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.sectionBlu .formdiv{
    max-width: 760px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(75deg, #35A6FF 0%, #0974E8 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}
.sectionBlu .formdiv .formtitle{
    padding-top: 24px;
    padding-bottom: 24px;
}
.sectionBlu .formdiv .formtitle span{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 150%;
}


.sectionBlu .formdiv .formcontents{
    display: flex;
    width: 95%;
    justify-content: center;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 8px;
}
.sectionBlu .formdiv .formcontents .formmain{
    width: 95%;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    max-width: 560px;
    padding-top: 40px;
}

.sectionBlu .formdiv .formcontents .formmain .hbspt-form form {
    max-width: 560px;
    width: 90%;
}

.sectionBlu .formdiv .formcontents .formmain .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), 
.sectionBlu .formdiv .formcontents .formmain .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #F7F7F7 !important;
}

.sectionBlu .formdiv .formcontents .formmain .hbspt-form form select{
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #F7F7F7;
}

.sectionBlu .formdiv .formcontents .formmain .hbspt-form form .hs-form-field textarea {   
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #F7F7F7;
    height: 10rem;
    width: 100% !important;
}

.sectionBlu .formdiv .formcontents .formmain .hbspt-form form .hs_privacypolicy .hs-field-desc {
    text-align: center;
}

.sectionBlu .formdiv .formcontents .formmain .hbspt-form form div:nth-child(7) {
    margin-top: 24px;
}

@media screen and (max-width: 850px){
    .sectionBlu .formtopitm {
        flex-direction: row-reverse;
        height: auto;
        margin-bottom: 12px;
        align-items: center;
        gap: 0px;
    }
}

@media screen and (max-width: 730px){
    .sectionBlu .formtopitm .txtdiv {
        gap: 8px;
        justify-content: center;
    }
    .sectionBlu .formtopitm .txtdiv .title span {
        font-size: 14px;
        line-height: 130%;
    }
    .sectionBlu .formtopitm .txtdiv .contents span {
        font-size: 10px;
        line-height: 130%;
    }
    .sectionBlu .formtopitm .imgdiv {
        max-width: 175px;
    }
    .sectionBlu .formdiv .formtitle span{
        font-size: 22px;
    }
    .sectionBlu .formdiv .formtitle {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .sectionBlu .formdiv .formcontents .formmain .hbspt-form form .hs-form-field textarea {   
        height: 8rem;
        /* width: 92% !important; */
    }
}


/* 繧医￥縺ゅｋ雉ｪ蝠� */
.sectionWh .title{
    display: flex;
    width: 95%;
    justify-content: center;
}
.sectionWh .title span{
    text-align: center;
    font-size: 46px;
    line-height: 150%;
}
.quetionsection{
    /* display: none; */
    /* display: none;    */
}

.alquesdiv {
    display: flex;
    max-width: 1080px;
    width: 95%;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 72px;
}

.alquesdiv .ques{
    border: 1px solid #333D5A;
}

.alquesdiv .ques .quesdiv{ 
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.60);
    position: relative;
    cursor: pointer;
}


.alquesdiv .ques .quesdiv span{ 
    font-size: 20px;
    line-height: 150%; /* 33px */
}

.alquesdiv .ques .quesdiv .qb{
    border-radius: 0px 5px 5px 0px;
    background: var(--bludeep-color);
    position: absolute;
    left: 0;
    top: 20px;
    width: 42px;
    display: flex;
    justify-content: center;
}

.alquesdiv .ques .quesdiv .qb span{
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%; /* 42px */
}

.alquesdiv .ques .quesdiv .qbt{
    padding-left: 28px;
    width: 80%;
}

.alquesdiv .ques .quesdiv .bgq{ 
    position: absolute;
    left: 0px;
    top: 7px;
    display: block;
}

.alquesdiv .ques .quesdiv .arr{
    position: absolute;
    right: 24px;
    width: 33px;
    top: 24px;
    height: 33px;
    background-image: url(../images/ex-digital-adoption/tbbtn.png);
    background-size: contain;
}

.alquesdiv .ques .quesdiv .arr.active{
    position: absolute;
    right: 24px;
    width: 33px;
    top: 24px;
    height: 33px;
    background-image: url(../images/ex-digital-adoption/btbtn.png);
    background-size: contain;
}

.alquesdiv .ques .quesval{ 
    display: none;
    /* display: block; */
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    height: auto;
    background: rgba(255, 255, 255, 0.60);
    
}

.alquesdiv .ques .quesval span{ 
    color: #333D5A;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; 

    display: block;
    padding: 24px;
    padding-top: 8px;
}

@media screen and (max-width: 700px){
    .quetionsection .sectionWh .title span {
        font-size: 30px;
    }
    .alquesdiv {
        margin-top: 48px;
    }
    .alquesdiv .ques .quesdiv span {
        font-size: 16px;
    }
    .alquesdiv .ques .quesval span{ 
        font-size: 14px;
        line-height: 170%;
    }
}



/* footer style  */
.ftsec .sectionWh{
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(51, 61, 90, 0.15);
    max-width: unset;
    width: 100%;
}

.sectionWh .ftlogodiv{
    display: flex;
    max-width: 130px;
    cursor: pointer;
    
}
.sectionWh .ftlogodiv img{

}
.sectionWh .ftmenu{
    display: flex;
    gap: 40px;
    margin-top: 48px;
    margin-bottom: 24px;
}
.sectionWh .ftmenu a{
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
.sectionWh .cpr{
    font-size: 11px;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
}

/* mobile -> bottom buttons  */
.mobile_btns{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}
.mobile_btns button{
    display: flex;
    width: 100%;
    height: 58px;
    padding-bottom: 3.087px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFCA3A;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.mobile_btns button:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
}
.mobile_btns button span{
    color: #333D5A;
    text-align: center;
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 780px){
    .mobile_btns{
        display: flex;
        width: 95%;
        justify-content: center;
        gap: 11px;
        margin-bottom: 16px;
    }
}

/* pc right buttons */
.right_btns{
    display: flex;
    position: fixed;
    right: 0;
    flex-direction: column;
    gap: 24px;
    bottom: 48px;
    z-index: 10;
    opacity: 0;
}
.right_btns button{
    display: flex;
    flex-direction: column;
    border-radius: 8px 0px 0px 8px;
    background: #FFCA3A;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.30);

    width: 240px;
    height: 84px;
    padding-bottom: 3.087px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
}
.right_btns button:hover{
    transform: translateY(0.3rem);
    box-shadow: none;
    cursor: pointer;
}
@media screen and (max-width: 780px){
    .right_btns{
        display: none;
    }
}