
/* top */
.topheader{
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 720px;
    /* background-color: #48ACBB; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1)), 
                        url(../img/media/topbg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-repeat: round;*/
    /* height: 100vh; */
}
.topheader .toptitlediv{
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
    padding: 0px 30px;
    gap: 78px;
    margin-bottom: 40px;
}
.topheader .toptitlediv .toptitle{
    max-width: 900px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: center;
}
.topheader .toptitlediv .toptitle .txtdiv{
    display: flex;
    flex-direction: column;
}
.topheader .toptitlediv .toptitle .txtdiv span{
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 78.4px */
}
.topheader .toptitlediv .toptitle .txtdiv span:nth-child(2){
    color: #2B479C;
}

.topheader .toptitlediv .toptitle .txtdivsub{
    display: flex;
    justify-content: center;
}

.topheader .toptitlediv .toptitle .txtdivsub span{
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 1px;
}

.topheader .toptitlediv .toptitle .txtdivsub .mini{
    display: none;
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    letter-spacing: 0.65px;
}

/* .topheader .toptitlediv .toptitle .txtdivsub span br{
    
} */

.topheader .toptitlediv .toptitle .botcircles{
    display: flex;
    gap: 32px;
    justify-content: center;

}
.topheader .toptitlediv .toptitle .botcircles div{
    
}
.topheader .toptitlediv .toptitle .botcircles div img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 190px;
}
.topheader .toptitlediv .toptitle .topbanner{
    display: flex;
}
.topheader .toptitlediv .toptitle .topbanner img{
    display: block;
    width: 100%;
    height: auto;
}

.topheader .toptitlediv .topformdiv{
    padding-top: 56px;
}

.topheader .toptitlediv .topformdiv .form{
    width: 316px;
    border-radius: 5px;
    background: #FFF;
    padding: 24px 32px;
    padding-bottom: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.topheader .toptitlediv .topformdiv .form .formTitle{
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(43, 71, 156, 0.30);
}
.topheader .toptitlediv .topformdiv .form .formTitle span{
    color: #2B479C;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}
.topheader .toptitlediv .topformdiv .form .FormInfo{
    
}

.topheader .toptitlediv .topformdiv .form .FormInfo input[type="text"],
.topheader .toptitlediv .topformdiv .form .FormInfo input[type="tel"],
.topheader .toptitlediv .topformdiv .form .FormInfo input[type="email"]{
    margin: 0;
    padding: 0;

    width: 100%;
    height: 36px;
    background-color: #EEF2F4;
    border: 0;
    border-radius: 3px;
    outline: none;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */

    box-sizing: border-box;
    padding-left: 16px;
}

.topheader .toptitlediv .topformdiv .form .FormInfo textarea{
    margin: 0;
    padding: 0;

    width: 100%;
    height: 70px;
    background-color: #EEF2F4;
    border: 0;
    border-radius: 3px;
    outline: none;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */

    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

.topheader .toptitlediv .topformdiv .form .FormInfo .pridiv p{
    margin-left: 0;
    text-align: -webkit-center;
}

/* 공백 걸리는거 수정 */
.topheader .toptitlediv .topformdiv .form .FormInfo .pridiv p br{
    display: none;
}

.topheader .toptitlediv .topformdiv .form .FormInfo .pridiv p .chklbl a{
    color: #FF5862;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.6px;
    text-decoration-line: underline;
}
.topheader .toptitlediv .topformdiv .form .FormInfo .pridiv p .chklbl span:nth-child(2){
    text-decoration-line: none;
}
.topheader .toptitlediv .topformdiv .form .FormInfo input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

.topheader .toptitlediv .topformdiv .form .FormInfo .btndiv{
    justify-content: center;
    display: flex;
}

.topheader .toptitlediv .topformdiv .form .FormInfo .btndiv p{
    margin-bottom: 0;
    margin-top: 0;
}

.topheader .toptitlediv .topformdiv .form .FormInfo label{
    color: #333D5A;
    font-family: BIZ UDPGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.6px;
}

/* check box label click 시 커서 포인터 0921  */
.topheader .toptitlediv .topformdiv .form .FormInfo .pridiv label,
.topheader .toptitlediv .topformdiv .form .FormInfo .chkboxdiv label
{
    cursor: pointer;
}


.topheader .toptitlediv .topformdiv .form .FormInfo label .required{
    color: #FF5862;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 0.55px;
}
.topheader .toptitlediv .topformdiv .form .FormInfo .wpcf7-list-item {
    margin: 0;
}

@media screen and (max-width: 1320px) {
    .topheader .toptitlediv .toptitle .txtdiv span{
        font-size: 40px;
    }
    .topheader .toptitlediv .toptitle .txtdivsub span {
        font-size: 15px;
    }
    .topheader .toptitlediv {
        gap: 18px;
    }
}

@media screen and (max-width: 1023px) {
    .topheader .toptitlediv .toptitle .txtdivsub .mini{
        display: block;
    }
    .topheader .toptitlediv .toptitle .txtdivsub span:nth-child(1){
        display: none;
    }
    
}

@media screen and (max-width: 990px) {
    .topheader .toptitlediv {
        flex-wrap: wrap;
        gap: 0px;
        justify-content: center;
        /* width: 90%; */
        padding: 0;
    }
    .topheader .toptitlediv .toptitle {
        margin-top: 157px;
        width: 90%;
    }
    .topheader .toptitlediv .toptitle .topbanner {
        display: none;
    }
    .topheader {
        background-size: contain;
        height: auto;
    }
    .topheader .toptitlediv .topformdiv .form {
        width: initial;
    }
    .topheader .toptitlediv .topformdiv {
        padding-top: 56px;
        display: flex;
        width: 91%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 780px) {
    .topheader {
        background-size: 780px auto;
        background-position-x: center;
        background-position-y: top;
    }
}

@media screen and (max-width: 680px) {
    .topheader .toptitlediv .toptitle .botcircles {
        gap: 8px;
    }
}
@media screen and (max-width: 650px) {
    .topheader .toptitlediv .toptitle .txtdiv span {
        font-size: 24px;
    }
    .topheader .toptitlediv .toptitle .txtdiv span:nth-child(2) {
        color: #2B479C;
        font-size: 34px;
    }
}


@media screen and (max-width: 410px) {
    .topheader .toptitlediv .topformdiv .form .formTitle span {
        font-size: 18px;
    }

    .topheader .toptitlediv {
        width: 100%;
    }
}

/* 320대응 */
@media screen and (max-width: 374px) {
    .topheader .toptitlediv .topformdiv {
        width: unset;
    }
    .topheader .toptitlediv .topformdiv .form {
        padding: 24px 16px;
    }
    .topheader .toptitlediv {
        width: 90%;
    }
    .topheader .toptitlediv .toptitle .txtdiv span {
        font-size: 19px;
    }
    .topheader .toptitlediv .toptitle .txtdiv span:nth-child(2) {
        font-size: 25px;
    }
}


/* 3つの特徴 */
.tritems{
    display: flex;
    align-self: center;
    flex-direction: column;
    gap: 64px;
    margin-top: 64px;
    margin-bottom: 64px;
}
.tritems .tritem{
    display: flex;
    width: 100%;
}
.tritems .tritem .trtitle{
    display: flex;
    /* gap: 32px; */
    width: 90px;
    border-right:  1px solid rgba(43, 71, 156, 0.30);
}
.tritems .tritem .trtitle p{
    display: flex;
    flex-direction: column;
    margin-top: -3px;
}
.tritems .tritem .trtitle p span:nth-child(1){
    color: rgba(43, 71, 156, 0.30);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.tritems .tritem .trtitle p span:nth-child(2){
    color: rgba(43, 71, 156, 0.30);
    text-align: center;
    font-family: Montserrat;
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 90px */
}

.tritems .tritem .trval{
    display: flex;
    /* width: 100%; */
    gap: 32px;
    /* border-left: 1px solid rgba(43, 71, 156, 0.30); */
    padding-left: 32px;
}

.tritems .tritem .trval .valtxt{
    display: flex;
    gap: 24px;
    flex-direction: column;
    max-width: 608px;
    width: 90%;
}
.tritems .tritem .trval .valtxt span:nth-child(1){
    color: #333D5A;
    text-align: justify;
    font-family: BIZ UDPGothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: 1.5px;
}
.tritems .tritem .trval .valtxt {
    display: flex;
    gap: 24px;
    flex-direction: column;
    max-width: 608px;
    width: 90%;
}
.tritems .tritem .trval .valtxt p{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 566px;
}
.tritems .tritem .trval .valtxt p span,
.tritems .tritem .trval .valtxt p span:nth-child(1) {
    color: #333D5A;
    text-align: justify;
    font-family: "BIZ UDPGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.9px;
}


.tritems .tritem .trval .valtxt span:nth-child(2){
    color: #333D5A;
    text-align: justify;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.9px;
    max-width: 566px;
}

.tritems .tritem .trval .valimg,
.tritems .tritem .valimg,
.tritems .tritemmini .trval .valimg{
    position: relative;
    width: 318px;
    display: flex;
    height: 318px;
    justify-content: center;
}

.tritems .tritem .trval .valimg div,
.tritems .tritem .valimg div,
.tritems .tritemmini .trval .valimg div{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tritems .tritem .trval .valimg  div img:nth-child(3),
.tritems .tritem .valimg  div img:nth-child(3),
.tritems .tritemmini .trval .valimg div img:nth-child(3) {
    width: 100%;
    height: auto;
    display: block;
}
.tritems .tritem .trval .valimg  div:nth-child(1) img,
.tritems .tritem .valimg  div:nth-child(1) img,
.tritems .tritemmini .trval .valimg  div:nth-child(1) img{
    z-index: 1;
}

/* 1번 이미지  */
.tritems .tritem .trval .valimg .valimgone img,
.tritems .tritemmini .trval .valimg .valimgone img{
    min-width: 360px;
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}
/* 2번 이미지  */
.tritems .tritem .valimg .valimgtwo img,
.tritems .tritemmini .trval .valimg .valimgtwo img{
    min-width: 360px;
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}

/* 3번 이미지 */
.tritems .tritem .trval .valimg .valimgthree img,
.tritems .tritemmini .trval .valimg .valimgthree img{
    min-width: 360px;
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}


/* mobile 버전  */
.tritems .tritemmini{
    display: none;
}
.tritems .tritemmini .trtitle{
    display: flex;
    gap: 32px;
}
.tritems .tritemmini .trtitle p{
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    border-right:  1px solid rgba(43, 71, 156, 0.30);
    /* width: 80px; */
    min-width: 80px;
}
.tritems .tritemmini .trtitle p span:nth-child(1){
    color: rgba(43, 71, 156, 0.30);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.tritems .tritemmini .trtitle p span:nth-child(2){
    color: rgba(43, 71, 156, 0.30);
    text-align: center;
    font-family: Montserrat;
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 90px */
}
.tritems .tritemmini .trtitle .valtxt{

}
.tritems .tritemmini .trtitle .valtxt span{
    color: #333D5A;
    text-align: justify;
    font-family: BIZ UDPGothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: 1.5px;
}
.tritems .tritemmini .trval{
    text-align: -webkit-center;
}
.tritems .tritemmini .trval .valsub{
    text-align: justify;
    margin-bottom: 24px;
}
.tritems .tritemmini .trval .valsub span{
    color: #333D5A;
    text-align: justify;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.9px;
}

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

    /* 1번 이미지  */
    .tritems .tritem .trval .valimg div:nth-child(1) img, 
    .tritems .tritem .valimg div:nth-child(1) img, 
    .tritems .tritemmini .trval .valimg div:nth-child(1) img {
        min-width: inherit;
    }

    /* 2번 이미지  */
    .tritems .tritem .valimg .valimgtwo img,
    .tritems .tritemmini .trval .valimg .valimgtwo img{
        min-width: inherit;
    }

    /* 3번 이미지 */
    .tritems .tritem .trval .valimg .valimgthree img,
    .tritems .tritemmini .trval .valimg .valimgthree img{
        min-width: inherit;
    }
}

@media screen and (max-width: 1000px) {
    .tritems .tritem .trval .valtxt span:nth-child(1) br{
        display: none;
    }
}

@media screen and (max-width: 910px) {
    .tritems .tritem{
        display: none;
    }
    .tritems .tritemmini{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* 1번 이미지  */
    .tritems .tritem .valimg .valimgone img,
    .tritems .tritemmini .trval .valimg .valimgone img{
        min-width: inherit;
    }

    /* 2번 이미지  */
    .tritems .tritem .valimg .valimgtwo img,
    .tritems .tritemmini .trval .valimg .valimgtwo img{
        min-width: 360px;
    }

    /* 3번 이미지 */
    .tritems .tritem .trval .valimg .valimgthree img,
    .tritems .tritemmini .trval .valimg .valimgthree img{
        min-width: 360px;
    }
}

@media screen and (max-width: 840px) {
    .tritems {
        gap: 48px;
        margin-top: 48px;
        margin-bottom: 80px;
        align-items: center;
    }
    
    .tritems .tritemmini .trtitle {
        margin-bottom: 24px;
    }

}


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

    .tritems .tritemmini .trtitle p span:nth-child(1){
        font-size: 14px;
    }
    .tritems .tritemmini .trtitle p span:nth-child(2){
        font-size: 50px;
    }

    .tritems .tritemmini .trtitle .valtxt span{
        font-size: 22px;
        letter-spacing: 1.1px;
    }
    .tritems .tritemmini .trval .valsub span{
        font-size: 16px;
        line-height: 180%; /* 28.8px */
        letter-spacing: 0.8px;
    }
    .tritems .tritemmini .trtitle p {
        min-width: 50px;
    }
    .tritems .tritemmini .trtitle {
        gap: 16px;
    }
}

/* 375미만 해상도 대응 -> 이미지 최대 너비 조절  */
@media screen and (max-width: 374px) {
    /* 2번 이미지  */
    .tritems .tritem .valimg .valimgtwo img,
    .tritems .tritemmini .trval .valimg .valimgtwo img{
        min-width: 235px;
    }

    /* 3번 이미지 */
    .tritems .tritem .trval .valimg .valimgthree img,
    .tritems .tritemmini .trval .valimg .valimgthree img{
        min-width: 235px;
    }
    .tritems .tritemmini .trtitle .valtxt span br{
        display: none;
    }
    .tritems .tritemmini .trval .valsub {
        display: flex;
        width: 90%;
        flex-direction: column;
    }
}
@media screen and (max-width: 360px) {
    .topheader .toptitlediv .topformdiv .form {
        padding: 24px 10px;
    }
    .topheader .toptitlediv .topformdiv {
        width: unset;
    }

}


/* tagbox style sheet  */
.tagboxdiv{
    display: flex;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(53, 84, 102, 0.30);
    background: #FFF;
    justify-content: center;
    margin-bottom: 96px;
    max-width: 1080px;
}
.tagboxdiv .tagboxdivmain{
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
    width: 95%;
}
.tagboxdiv .tagboxdivmain .tagbox_t{
    display: flex;
    width: 100%;
    max-width: 125px;
    align-items: center;
}
.tagboxdiv .tagboxdivmain .tagbox_t span{
    color: #333D5A;

    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: 1px;
}
.tagboxdiv .tagboxdivmain .tagbox_lists{
    display: flex;
    gap: 16px;
    width: 100%;
}
.tagboxdiv .tagboxdivmain .tagbox_lists span{
    color: #48ACBB;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.9px;
    display: flex;
    padding-top: 10.73px;
    padding-bottom: 10.73px;
    padding-left: 16px;
    padding-right: 16px;
    /* width: 100%; */
    justify-content: center;
    /* max-width: 140px; */
    border-radius: 3px;
    border: 0.729px solid rgba(114, 200, 213, 0.15);
    background: rgba(114, 200, 213, 0.20);
}

@media screen and (max-width: 750px) {
    .tagboxdiv .tagboxdivmain {
        flex-direction: column;
        align-items: center;
    }
    .tagboxdiv .tagboxdivmain .tagbox_lists {
        justify-content: center;
    }
}
@media screen and (max-width: 530px) {
    .tagboxdiv .tagboxdivmain .tagbox_t span {
        font-size: 18px;
        letter-spacing: 0.9px;
    }
    .tagboxdiv .tagboxdivmain .tagbox_lists span {
        font-size: 13px;
        line-height: 130%; /* 16.9px */
        letter-spacing: 0.65px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* marketing용  */
.normaldivWH{
    min-height: initial;
}
.mnormaldivW{
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 90%;
    margin-bottom: 96px;
}
.mnormaldivW .title2{
    display: flex;
    align-self: center;
    position: relative;
    width: 677px;
    justify-content: center;
}
.mnormaldivW .title2 span{
    margin-top: 80px;
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.3px;
}
.mnormaldivW .title2 .mini{
    display: none;
}
.mnormaldivW .title2 .img1{
    position: absolute;
    bottom: 0;
    left: 0;
}

.mnormaldivW .title2 .img2{
    position: absolute;
    bottom: 0;
    right: 0;
}

.mnormaldivW .mgritems{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    max-width: 1080px;
    width: 100%;
    /* background: center; */
    align-self: center;
    gap: 16px;
    margin-top: 48px;
}
.mnormaldivW .mgritems .item{
    position: relative;
    /* max-width: 203px; */
    display: flex;
    height: 82px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(114, 200, 213, 0.15);
    background: rgba(114, 200, 213, 0.20);
}
.mnormaldivW .mgritems .item span{
    position: absolute;

    color: #48ACBB;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
}
.mnormaldivW .mgritems .item img{
    position: absolute;
}

@media screen and (max-width: 941px) {
    .mnormaldivW .mgritems{
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 755px) {
    .mnormaldivW .mgritems{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 709px) {
    .mnormaldivW .title2 .lgr{
        display: none;
    }
    .mnormaldivW .title2 .mini{
        display: block;
    }
    .mnormaldivW .title2 {
        width: 460px;
    }
}


@media screen and (max-width: 560px) {
    .mnormaldivW .mgritems{
        grid-template-columns: repeat(2,1fr);
    }
    .mnormaldivW .title2 .mini{
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 0.9px;
    }
    .mnormaldivW .title2 {
        width: 360px;
    }
    .mnormaldivW .title2 span {
        margin-top: 32px;
    }
}

/* 320대응용 */
@media screen and (max-width: 374px) {
    .mnormaldivW .title2 {
        width: 310px;
    }
    .mnormaldivW .title2 .mini{
        font-size: 14px;
    }
}


/* こんなお悩みありませんか？ */
.mkcols{
    display: flex;
    width: 100%;
    max-width: 918.75px;
    gap: 40px;
    align-self: center;
    margin-top: 64px;
}


.mkcols .lgr{
    display: block;
    width: 100%;
    height: auto;
}

.mkcols .mini{
    display: none;
}

.normaldivBLUE .normaldiv .title span br{
    display: none;
}

@media screen and (max-width: 840px) {
    .mkcols {
        flex-direction: column;
        margin-bottom: 25px;
        margin-top: 48px;
        align-items: center;
    }
    
    .normaldivBLUE .normaldiv .title span{
        font-size: 28px;
        font-style: normal;
        line-height: 150%; /* 42px */
        letter-spacing: 1.4px;
    }
    .normaldivBLUE .normaldiv .title span br{
        display: block;
    }
    
}

@media screen and (max-width: 650px) {
    .mkcols .lgr{
        display: none;
    }
    
    .mkcols .mini{
        display: block;
        width: 100%;
        height: auto;
        max-width: 400px;
    }
}


/* そのお悩み マーケティングBPOで解決できます！ */
.tridiv{
    display: block;
    position: relative;
}
.tridiv .textdiv{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 76px;
}
.tridiv .textdiv span{
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 57px */
    letter-spacing: 1.9px;
}

.tridiv .textdiv span span {
    box-shadow: inset 0px -10px 0px rgba(114, 200, 213, 0.50);
}

.tridiv .textdiv span span span{
    color: #2B479C;
    box-shadow: inset 0px 0px 0px rgba(114, 200, 213, 0.50);
}

.tridiv .triangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: linear-gradient(90deg, rgba(43, 71, 156, 0.12) 0%, rgba(114, 200, 213, 0.12) 100%);
}

.tridiv .minisqr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    background: linear-gradient(90deg, rgba(43, 71, 156, 0.12) 0%, rgba(114, 200, 213, 0.12) 100%);
}

.tridiv .textdiv .m{
    display: none;
}

/* @media screen and (max-width: 690px) { */
@media screen and (max-width: 780px) {
    .tridiv .textdiv .m{
        display: block;
    }
    .tridiv .textdiv span span {
        box-shadow: inset 0px 0px 0px rgba(114, 200, 213, 0.50);
    }
    .tridiv .textdiv span span span {
        box-shadow: inset 0px -10px 0px rgba(114, 200, 213, 0.50);
    }
    .tridiv .textdiv {
        padding-top: 32px;
        padding-bottom: 50px;
    }

    .tridiv .triangle {
        top: 30%;
        width: 100%;
        height: 70%;
    }
    .tridiv .minisqr {
        height: 30%;
    }

}

@media screen and (max-width: 500px) {
    .tridiv .textdiv span{
        font-size: 28px;
        line-height: 140%; /* 57px */
        letter-spacing: 1.4px;
    }
}

@media screen and (max-width: 374px) {
    .tridiv .textdiv span {
        font-size: 24px;
    }
}

/* よくある質問 */
.normaldivBLUE .normaldiv {
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
}
.alquesdiv{
    display: flex;
    max-width: 1080px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 64px;
    margin-bottom: 64px;
}

.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{ 
    color: #333D5A;
    font-family: BIZ UDPGothic;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

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

.alquesdiv .ques .quesdiv .arr{
    position: absolute;
    right: 24px;
    width: 33px;
    top: 18%;
    height: 33px;
    background-image: url(../img/marketing/tbbtn.png);
    background-size: contain;
}

.alquesdiv .ques .quesdiv .arr.active{
    position: absolute;
    right: 24px;
    width: 33px;
    top: 18%;
    height: 33px;
    background-image: url(../img/marketing/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;
    /* transition: all .3s;
    transform: translateY(0px); */
    overflow: hidden;
    /* padding: 24px; */
    height: auto;
    /* padding-top: 8px; */
    background: rgba(255, 255, 255, 0.60);
    
}

.alquesdiv .ques .quesval span{ 
    color: #333D5A;
    text-align: justify;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.9px;

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

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




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

    .alquesdiv .ques .quesdiv span{ 
        font-size: 16px;
        line-height: 150%; /* 24px */
        letter-spacing: 0.8px;
    }
    .alquesdiv .ques .quesval span{ 
        font-size: 14px;
        font-weight: 400;
        line-height: 180%; /* 36px */
        letter-spacing: 0.7px;
    }
    .alquesdiv{
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 635px) {
    .alquesdiv .ques .quesdiv{
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .alquesdiv .ques .quesdiv span{ 
        width: 271px;
    }
    .alquesdiv .ques .quesdiv .bgq {
        width: 34px;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .alquesdiv .ques .quesdiv .arr{
        right: 16px;
        width: 24px;
        top: 16px;
        height: 24px;
    }
    
    .alquesdiv .ques .quesdiv .arr.active{
        right: 16px;
        width: 24px;
        top: 16px;
        height: 24px;
    }
}

@media screen and (max-width: 374px) {
    .alquesdiv .ques .quesdiv span {
        font-size: 14px;
        width: 229px;
    }
}

/* よくある質問 button banner */
.quesbanbtn{
    margin-bottom: 96px;
    max-width: 1080px;
}
.quesbanbtn a{
    text-decoration: none;
}
.quesbanbtn a{

}

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

/* mini button */
.mbannerbtn{
    display: none;
}

@media screen and (max-width: 990px) {
    .mbannerbtn{
        display: block;
        width: 100%;
        text-align: -webkit-center;
        padding-top: 64px;
    }
    .mbannerbtn img{
        display: block;
        width: 90%;
        height: auto;
        max-width: 670px
    }
}

/* bot form 資料請求・お問い合わせはこちら */
.bottomformdiv{
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
}
.bottomformdiv .title{
    display: flex;
    justify-content: center;
}
.bottomformdiv .title span{
    color: #333D5A;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.6px;
}

.bottomformdiv .form{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.bottomformdiv .form .FormInfo{
    width: 75%;
    max-width: 512px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 18px 64px;
}

.bottomformdiv .form .FormInfo input[type="text"],
.bottomformdiv .form .FormInfo input[type="tel"],
.bottomformdiv .form .FormInfo input[type="email"]{
    margin: 0;
    padding: 0;

    width: 100%;
    height: 46px;
    background-color: #EEF2F4;
    border: 0;
    border-radius: 3px;
    outline: none;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */

    box-sizing: border-box;
    padding-left: 16px;
}
.bottomformdiv .form .FormInfo textarea{
    margin: 0;
    padding: 0;

    width: 100%;
    height: 120px;
    background-color: #EEF2F4;
    border: 0;
    border-radius: 3px;
    outline: none;
    font-family: BIZ UDPGothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */

    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}
.bottomformdiv .form .FormInfo input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

.bottomformdiv .form .FormInfo .pridiv p{
    margin-left: 0;
    text-align: -webkit-center;
    margin-top: 0;
    margin-bottom: 0;
}

/* 공백 걸리는거 수정 */
.bottomformdiv .form .FormInfo .pridiv p br{
    display: none;
}

.bottomformdiv .form .FormInfo .pridiv p .chklbl a{
    color: #FF5862;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.6px;
    text-decoration-line: underline;
}
.bottomformdiv .form .FormInfo .pridiv p .chklbl span:nth-child(2){
    text-decoration-line: none;
}

.bottomformdiv .form .FormInfo .btndiv{
    justify-content: center;
    display: flex;
}

.bottomformdiv .form .FormInfo .btndiv p{
    margin-bottom: 0;
}

.bottomformdiv .form .FormInfo label{
    color: #333D5A;
    font-family: BIZ UDPGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.7px;
}

/* check box label click 시 커서 포인터 0921  */
.bottomformdiv .form .FormInfo .pridiv label,
.bottomformdiv .form .FormInfo .chkboxdiv label
{
    cursor: pointer;
}

.bottomformdiv .form .FormInfo label .required{
    color: #FF5862;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 0.55px;
}

.bottomformdiv .form .FormInfo .wpcf7-list-item {
    margin: 0;
}

.bottomformdiv .bg{
    width: 100%;
    /* max-width: 1280px; */
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: -1;
    opacity: 43%;

}

.bottomformdiv .bg .color{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 0;
}

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

@media screen and (max-width: 600px) {
    .bottomformdiv .form .FormInfo{
        width: 85%;
        padding: 24px 16px;
    }    

    .bottomformdiv .title span {
        font-size: 21px;
        font-weight: 700;
        line-height: 150%; /* 31.5px */
    }
    
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}


/* 도입사례 div */
.card_colsdiv{
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin-top: 64px;
    margin-bottom: 96px;
    justify-content: space-between;
    gap: 40px;
}
.card_colsdiv .ccasecard{
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    width: 100%;
    max-width: 330px;
    flex-direction: column;
}
.card_colsdiv .ccasecard .card_imgdiv{
    display: flex;
    justify-content: center;
    width: 100%;
}
.card_colsdiv .ccasecard .card_imgdiv img{
    width: 100%;
    height: auto;
    display: block;
}
.card_colsdiv .ccasecard .card_txtdiv{
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 24px;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.card_colsdiv .ccasecard .card_txtdiv div{
    max-width: 298px;
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(1){
    display: flex;
    flex-direction: column;
    width: 95%;
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(1) span{
    color: #333D5A;
    text-align: justify;
    font-family: "BIZ UDPGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
    display: contents;  /* 카드 폭 줄어들때 자동 줄바꿈으로 변경 0703 */
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(2){
    display: flex;
    width: 95%;
    justify-content: end;
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(2) span{
    color: #333D5A;
    text-align: right;
    font-family: "BIZ UDPGothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 0.7px;
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(3){
    display: flex;
    width: 95%;
    justify-content: end;
}
.card_colsdiv .ccasecard .card_txtdiv div:nth-child(3) span{
    color: rgba(51, 61, 90, 0.50);
    text-align: right;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 0.6px;
}

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

}

@media screen and (max-width: 1000px) {
    .card_colsdiv {
        gap: 20px;
    }
}

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