@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: -3.5rem;
}
.secTop .txtContact::before{
    left: unset;
    right: -3.5rem;
}
.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;
}
.secCmnBtnForm .btnForm .inner::after{
    top: 1.7rem;
}

@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;
    }
    .secCmnBtnForm .btnForm .inner::after{
        top: 1.2rem;
    }
    .secCmnBtnForm .btnForm .inner{
        padding-left: 3.2rem;
    }
}

/* 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;
    }
}

.secPoint{
    margin-top: 8rem;
    padding-top: 47.5rem;
}
.secPoint.lazyloaded{
    background: url(../img/reserve/bgPoint.jpg) center top no-repeat;
}
.secPoint .list{
    display: flex;
    justify-content: space-between;
}
.secPoint .item{
    width: calc((100% - 12rem) / 4);
}
.secPoint .item:nth-child(1),
.secPoint .item:nth-child(4){
    margin-top: 6rem;
}
.secPoint .topBox{
    position: relative;
}
.secPoint .img{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.secPoint .txtNum{
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    font-size: var(--pcFontSize20);
    color: var(--ColorWhite);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.3rem var(--ColorWhite);
    left: 2rem;
    top: 2rem;
    background: var(--cmnFormBtnBg);
    border-radius: 50%;
}
.secPoint .txt{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    font-weight: bold;
    text-align: center;
    margin-top: 1.5rem;
}
.secPoint .imgUnder{
    text-align: center;
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secPoint{
        margin-top: 5rem;
        padding-top: 20rem;
    }
    .secPoint.lazyloaded{
        background: url(../img/reserve/bgPoint_sp.jpg) center top /100% auto no-repeat;
    }
    .secPoint .list{
        display: flex;
        flex-wrap: wrap;
    }
    .secPoint .item{
        width: calc((100% - 1.7rem) / 2);
    }
    .secPoint .item:nth-child(1),
    .secPoint .item:nth-child(4){
        margin-top: 0;
    }
    .secPoint .item:nth-child(n+3){
        margin-top: 2.5rem;
    }
    .secPoint .txtNum{
        width: 3.1rem;
        height: 3.1rem;
        font-size: var(--spFontSize14);
        border: solid 0.2rem var(--ColorWhite);
        left: 0.8rem;
        top: 0.8rem;
    }
    .secPoint .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        font-weight: bold;
        text-align: center;
        margin-top: 0.8rem;
    }
    .secPoint .imgUnder{
        width: 22.8rem;
        margin: 2.5rem auto 0;
    }
}

/* secService */
.secService{
    margin-top: 10rem;
    padding-bottom: 15rem;
    border-bottom: 0.1rem dotted var(--borderColor);
}
.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;
        padding-bottom: 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(--spFontSize13);
        line-height: var(--spLineHeight13_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;
    }
}

/* secSelect */
.secSelect{
    margin-top: 14.6rem;
}
.secSelect .topTit{
    font-size: var(--pcFontSize40);
    font-weight: bold;
    text-align: center;
}
.secSelect .topSubTxt{
    font-size: var(--pcFontSize16);
    text-align: center;
    margin-top: 3.8rem;
}
.secSelect .list{
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 6rem;
}
.secSelect .item{
    width: calc((100% - 12rem) / 3);
}
.secSelect .inner{
    display: block;
    text-decoration: none;
    color: #0c141a;
    position: relative;
}
.secSelect .img{
    padding-top: 66.552%;
    overflow: hidden;
}
.secSelect .txtBox{
    padding: 2rem 2rem 0;
}
.secSelect .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_34);
    font-weight: bold;
    text-align: center;
}
.secSelect .txtAddress{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    text-align: center;
    margin-top: 1rem;
    color: var(--textColor02);
}
.secSelect .btnTxt{
    margin: 2rem auto 0;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    width: 30rem;
    height: 7.5rem;
    border-radius: 3.75rem;
    color: var(--ColorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSelect .btnTxt.lazyloaded{
    background: url(../img/reserve/iconBtnArrow.png) right 4rem center / 0.9rem auto no-repeat var(--cmnFormBtnBg);
}
.secSelect .subList{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.secSelect .subItem:nth-child(2){
    margin-left: 3rem;
}
.secSelect .subInner{
    display: block;
    text-decoration: none;
    border-bottom: 0.1rem solid var(--textColor);
    font-size: var(--pcFontSize16);
    padding: 0 4.5rem 1.5rem 0;
    font-weight: bold;
}
.secSelect .subInner.lazyloaded{
    background: url(../img/reserve/iconArrow.png) right top 0.5rem / 1.5rem auto no-repeat;
}
@media only screen and (max-width:1215px){
    .secSelect{
        margin-top: 5rem;
    }
    .secSelect .topTit{
        font-size: var(--spFontSize20);
    }
    .secSelect .topSubTxt{
        font-size: var(--spFontSize12);
        margin-top: 1.8rem;
    }
    .secSelect .list{
        margin-top: 3rem;
        gap: 0;
    }
    .secSelect .item{
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secSelect .item:nth-child(2n){
        margin-right: 0;
    }
    .secSelect .item:nth-child(n+3){
        margin-top: 3rem;
    }
    .secSelect .txtBox{
        padding: 1rem 0 0;
    }
    .secSelect .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        text-align: left;
    }
    .secSelect .txtAddress{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        text-align: left;
        margin-top: 0.5rem;
    }
    .secSelect .btnTxt{
        margin: 1.2rem auto 0;
        font-size: var(--spFontSize14);
        height: 4.5rem;
        border-radius: 2.05rem;
        width: 100%;
    }
    .secSelect .btnTxt.lazyloaded{
        background-size: 0.7rem auto;
        background-position: right 2rem center;
    }
    .secSelect .subList{
        margin: 1.7rem auto 0;
        position: relative;
    }
    .secSelect .subList::after{
        content: '|';
        position: absolute;
        font-size: var(--spFontSize12);
        top: 0;
        left: calc(50% - 0.2rem);
    }
    .secSelect .subItem{
        width: 50%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .secSelect .subItem:nth-child(2){
        margin-left: 0;
    }
    .secSelect .subInner{
        font-size: var(--spFontSize12);
        padding: 0 0.2rem 0.1rem 0;
        text-align: center;
    }
    .secSelect .subItem:nth-child(2) .subInner{
        padding: 0 0 0.1rem 0.2rem;
    }
    .secSelect .subInner.lazyloaded{
        background: none;
    }
}

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