@charset "utf-8";


#pnkz{
    position: relative;
    bottom: 0;
    background: var(--cmnTitBg);
    padding: 2.8rem 0;
}
#pnkz .boxList{
    justify-content: flex-end;
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 1.5rem 0;
        top: 0;
    }
    .secTopBox{
        display: flex;
        flex-flow: column-reverse;
    }
}

/* secHero */
.secHero{
    height: 50rem;
    overflow: hidden;
    position: relative;
}
.secHero .tit{
    width: 192rem;
    position: absolute;
    left: calc(50% - 96rem);
    top: 0;
}
@media only screen and (max-width:1900px){
    .secHero{
        height: auto;
    }
    .secHero .tit{
        width: 100%;
        position: static;
    }
}

/* secTop */
.secTop{
    margin-top: 6.5rem;
}
.secTop .tit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_50);
    font-weight: bold;
    text-align: center;
}
.secTop .txtContact{
    font-size: var(--pcFontSize20);
    font-weight: bold;
    text-align: center;
    position: relative;
    display: table;
    margin: 3.8rem auto 0;
}
.secTop .txtContact::after,
.secTop .txtContact::before{
    content: '';
    width: 1.1rem;
    height: 2.9rem;
    position: absolute;
    top: 0.5rem;
    left: -2rem;
}
.secTop .txtContact::before{
    left: unset;
    right: -2rem;
}
.secTop .txtContact.lazyloaded::after{
    background: url(../img/common/imgTxtDecorationLeft.png) center top / cover;
}
.secTop .txtContact.lazyloaded::before{
    background: url(../img/common/imgTxtDecorationRight.png) center top / cover;
}
.secTop .txtContact .inner{
    position: relative;
}
.secTop .txtContact .inner::after{
    content: '';
    width: 100%;
    height: 0.8rem;
    background: var(--ColorYellow);
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.secTop .secCmnBtnForm{
    margin-top: 3.7rem;
}
.secTop .btnForm {
    background: var(--keyColor);
}
.secCmnBtnForm .btnForm .inner{
    letter-spacing: normal;
    padding-left: 1rem;
}
.secTop .btnForm .inner::after{
    width: 2rem;
    height: 2.7rem;
    top: 1.6rem;
    left: -3rem;
}
.secTop .secCmnBtnForm.lazyloaded .btnForm .inner::after{
    background: url(../img/common/iconContact2.png) center top / cover;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 2.4rem;
    }
    .secTop .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secTop .txtContact{
        font-size: var(--spFontSize14);
        margin: 2.3rem auto 0;
    }
    .secTop .txtContact::after,
    .secTop .txtContact::before{
        width: 0.8rem;
        height: 1.9rem;
        top: 0.5rem;
        left: -2rem;
    }
    .secTop .txtContact::before{
        left: unset;
        right: -2rem;
    }
    .secTop .txtContact .inner::after{
        height: 0.6rem;
        bottom: -0.1rem;
    }
    .secTop .secCmnBtnForm{
        margin-top: 2rem;
    }
    .secTop .btnForm .inner::after{
        width: 1.5rem;
        height: 2.1rem;
        top: 1.1rem;
        left: 0.2rem;
    }
    .secCmnBtnForm .btnForm .inner{
        padding-left: 3.2rem;
    }
}

/* secService */
.secService{
    margin-top: 10rem;
}
.secService .tit{
    font-size: var(--pcFontSize26);
    font-weight: bold;
    position: relative;
    text-align: center;
}
.secService .tit::before{
    content: '';
    width: 100%;
    height: 0.1rem;
    background: var(--textColor);
    position: absolute;
    top: calc(50% - 0.05rem);
    left: 0;
}
.secService .bg{
    position: relative;
    z-index: 1;
    background: var(--ColorWhite);
    padding: 0 3.5rem 0 4rem;
    display: inline-block;
}
.secService .list{
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
}
.secService .img{
    width: 22rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.secService .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
}
.secService .spanLine{
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, var(--ColorYellow) 70%, var(--ColorYellow) 100%);
    padding-left: 0.5rem;
}
@media only screen and (max-width:1215px){
    .secService{
        margin-top: 4.5rem;
    }
    .secService .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
    }
    .secService .bg{
        padding: 0 1rem;
        text-align: center;
        box-decoration-break: clone;
    }
    .secService .list{
        margin-top: 1.5rem;
        display: block;
        gap: 0;
    }
    .secService .item{
        align-items: center;
        display: flex;
    }
    .secService .item:nth-child(n+2){
        margin-top: 1rem;
    }
    .secService .img{
        width: 12rem;
    }
    .secService .txt{
        width: calc(100% - 12rem);
        padding-left: 2rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        letter-spacing: -0.09rem;
        text-align: left;
        margin-top: 0;
    }
    .secService .spanLine{
        background: linear-gradient(to bottom, transparent 0%, transparent 70%, var(--ColorYellow) 70%, var(--ColorYellow) 100%);
        padding-left: 0;
    }
}


@media only screen and (max-width:1215px){
    #fNavi{
        display: none;
    }
    #footer .boxFooterBottom {
        margin-bottom: 0;
    }
}