@charset "utf-8";
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secTopBox{
    margin-top: 118px;
}
.secTopBox .titTop{
    font-size: 65px;
    color: #254982;
    font-weight: bold;
    line-height: calc(85 / 65);
    letter-spacing: 2.6px;
    margin-bottom: 30px;
    text-align: center;
}
.secTopBox .txtTop{
    font-size: 16px;
    color: #254982;
    line-height: calc(32 / 16);
    letter-spacing: 0.6px;
    margin-bottom: 82px;
    text-align: center;
}
.secTopBox .txtTop .mark{
    background: linear-gradient(transparent 10%, #fff000 0%, #fff000 90%, transparent 90%);
}
.secTopBox .listForm{
    display: flex;
    justify-content: center;
    color: #222222;
}
.secTopBox .itemForm{
    margin-right: 55px;
    position: relative;
    width: calc((100% - 110px) / 3);
}
.secTopBox .itemForm:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 0;
}
.secTopBox .lazyloaded .itemForm:before{
    background: url(../img/index/iconNum01.png)center top / cover no-repeat;
}
.secTopBox .lazyloaded .itemForm:nth-child(2)::before{
    background: url(../img/index/iconNum02.png)center top / cover no-repeat;
}
.secTopBox .lazyloaded .itemForm:nth-child(3)::before{
    background: url(../img/index/iconNum03.png)center top / cover no-repeat;
}
.secTopBox .itemForm:last-child{
    margin-right: 0;
}
.secTopBox .boxTxt{
    margin-top: 24px;
}
.secTopBox .boxTxt .Tit{
    font-size: 20px;
    font-weight: bold;
    line-height: calc(32 / 20);
    letter-spacing: 0.8px;
}
.secTopBox .boxTxt .Txt{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: calc(32 / 16);
    letter-spacing: 0.6px;
}

@media only screen and (max-width:767px){
    .secTopBox .titTop {
        margin: 0 auto;
        font-size: 24px;
        line-height: calc(32 / 24);
        letter-spacing: 0;
        margin-bottom: 10px;
        width: 85.335%;
    }
    .secTopBox {
        margin: 34px auto 0;
    }
    .secTopBox .txtTop {
        margin: 0 auto;
        font-size: 12px;
        line-height: calc(20 / 12);
        letter-spacing: 0;
        margin-bottom: 40px;
        text-align: left;
        width: 85.335%;
    }
    .secTopBox .listForm {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 85.335%;
        margin: 0 auto;
    }
    .secTopBox .itemForm {
        margin-right: 0;
        position: relative;
        width: 100%;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .secTopBox .itemForm .boxImg{
        flex-shrink: 0;
        width: 34.375%;
    }
    .secTopBox .boxTxt {
        width: calc((100% - (34.375% + 15px)));
        margin-top: 0;
    }
    .secTopBox .boxTxt .Tit {
        font-size: 13px;
        font-weight: bold;
        line-height: inherit;
        letter-spacing: 0;
        margin-bottom: 6px;
        white-space: nowrap;
    }
    .secTopBox .boxTxt .Txt {
        margin-bottom: 0;
        font-size: 11px;
        line-height: calc(17 / 11);
        letter-spacing: 0;
    }
    .secTopBox .itemForm:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: -15px;
        left: -8px;
    }
}
@media only screen and (max-width:360px){
    .secTopBox .boxTxt .Tit {
        font-size: 11px;
    }
    .secTopBox .boxTxt .Txt {
        font-size: 10px;
    }
}
/*-----------------------------------------------
    Form
-----------------------------------------------*/
.secForm{
    background: #fff;
    border-radius: 50px;
    padding: 50px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.secForm .secCmntit::after{
    display: none;
}
@media only screen and (max-width:767px){
    .secForm{
        padding: 32px 0;
        border-radius: 15px;
    }
    .secForm .bgForm{
        margin-top: 29px;
    }
    .secForm .dlList {
        position: relative;
        z-index: 100;
    }
}
.secPoint{
    padding-top: 191px;
}
.secPoint .inner{
    
}
.secForm .bgForm {
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secPoint{
        padding-top: 73px;
    }
    .secPoint .inner{
        
    }
}
/* secCmntit */
.secCmntit{
    text-align: center;
    position: relative;
    padding-top: 76px;
}
.secCmntit::after{
    content: "";
    position: absolute;
    top: 0;
    width: 196px;
    height: 87px;
    left: calc(50% - 98px);
}
.secCmntit .c_tit{
    font-size: 55px;
    line-height: 85px;
    letter-spacing: 4px;
    font-weight: bold;
}
.secCmntit .c_tit .color{
    color: #48cbd3;
}
.secCmntit .c_tit .color.color_red{
    color: #ff552d;
}
.secCmntit .imgtxt{
    margin-top: 13px;
}
@media only screen and (max-width:767px){
    .secCmntit{
        padding-top: 10px;
    }
    .secForm .bgForm {
        margin-top: 20px;
    }
    .secCmntit::after{
        width: 88px;
        height: 39px;
        left: calc(50% - 44px);
    }
    .secCmntit .c_tit{
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .secCmntit .imgtxt{
        margin-top: 7px;
    }
    .secCmntit .imgtxt img{
        width: auto;
        height: 10px;
    }
    .secDifficulty .secCmntit .imgtxt img{
        height: 14px;
    }
}
