@charset "utf-8";


@media only screen and (max-width: 767px){
    #pnkz{
        order: 1;
    }
    #footer {
        order: 1;
    }
}

/* cmnTit */
.cmnTitEng{
    position: relative;
    text-align: center;
    color: #fff;
}
.cmnTitEng::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: linear-gradient( 0deg, rgb(198,0,128) 0%, rgb(84,27,134) 100%);
    left: calc(50% - 10px);
    bottom:89px;
}
.cmnTitEng::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: linear-gradient( 0deg, rgb(198,0,128) 0%, rgb(84,27,134) 100%);
    left: calc(50% - 25px);
    bottom: 87px;
    transform: rotate(-60deg);
}
.cmnTitJpn{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 38px;
    letter-spacing: 2.5px;
}
@media only screen and (max-width:767px){
    .cmnTitEng img{
        height: 19px;
        width: auto;
    }
    .cmnTitEng::before{
        width: 17px;
        left: calc(50% - 8.5px);
        bottom: 38px;
    }
    .cmnTitEng::after{
        width: 25px;
        left: calc(50% - 12.5px);
        bottom: 38px;
    }
    .cmnTitJpn{
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 0px;
    }
    #header{
        padding: 15px 15px;
        border-bottom: solid 1px #3e3a39;
    }
    #btnNavi {
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
        border-left: solid 1px #3e3a39;
    }
    #btnNavi .naviCover{
        flex-flow: column;
        display: flex;
    }
}

/* secBox */
.gro .secBox{
    margin-top: 69px;
}
@media only screen and (max-width:767px){
    .gro .secBox{
        margin-top: 39px;
    }
}

/* secBusiness */
.gro .secBusiness{
    position: relative;
}
.gro .secBusiness .bgBox{
    background: #f4f5f5;
    padding: 140px 0 150px 105px;
    position: relative;
}
.gro .secBusiness .topTxt{
    font-size: 18px;
    line-height: 2.23;
    font-weight: bold;
    text-align: center;
    padding-right: 100px;
    letter-spacing: 2px;
}
.gro .secBusiness .topBox{
    position: relative;
    margin-top: 258px;
    height: 500px;
}
.gro .secBusiness .topBox img{
   position: absolute;
   right: calc(50% - 910px);
   top: -119px;
}
.gro .secBusiness .tit{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 6px;
    position: relative;
}
.gro .secBusiness .tit::before{
    position: absolute;
    content: "";
    background: rgb(0, 7, 80);
    width: 50px;
    height: 3px;
    top: 85px;
    left: 3px;
}
.gro .secBusiness .titTxt{
    font-size: 22px;
    font-weight: bold;
    margin-top:20px;
    position: relative;
    letter-spacing: 2px;
}
.gro .secBusiness .titTxt::before{
    position: absolute;
    content: "";
    background: rgb(0, 7, 80);
    width: 50px;
    height: 3px;
    top: 62px;
    left: 3px;
}
.gro .secBusiness .txt{
    font-size: 14px;
    line-height: 2.15;
    margin-top: 75px;
    letter-spacing: 2px;
}
.gro .secBusiness .underBox{
    position: relative;
    display: flex;
    height: 500px;
    margin-top: 31px
}
.gro .secBusiness .underBox .txtBox{
    margin-left: 745px;
    padding-top: 88px;
}
.gro .secBusiness .underBox img{
    position: absolute;
    left: calc(50% - 1010px);
}
@media only screen and (max-width:1800px){
    .gro .secBusiness .topBox img{
        right: calc(50% - 880px);
     }
}
@media only screen and (max-width:1600px){
    .gro .secBusiness .topBox img{
        right: calc(50% - 925px);
     }
     .gro .secBusiness .underBox img {
        left: calc(50% - 890px);
    }
}
@media only screen and (max-width:1480px){
    .gro .secBusiness .topBox img{
        right: calc(50% - 950px);
     }
     .gro .secBusiness .underBox img {
        left: calc(50% - 840px);
    }
    .gro .secBusiness .tit {
        font-size: 32px;
    }
    .gro .secBusiness .titTxt {
        font-size: 18px;
    }
    .gro .secBusiness .txt {
        font-size: 13px;
    }
}
@media only screen and (max-width:767px){
    .gro .secBusiness{
        position: relative;
    }
    .gro .secBusiness .bgBox{
        padding: 54px 0 55px;
        position: relative;
    }
    .gro .secBusiness .topTxt{
        font-size: 15px;
        line-height: 1.8;
        padding-top: 0px;
        padding-right: 0px;
        letter-spacing: 1px;
    }
    .gro .secBusiness .topBox{
        margin-top: 53px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .gro .secBusiness .topBox img{
        position: static;
        padding-left: 4%;
    }
    .gro .secBusiness .tit{
        font-size: 19px;
        margin-top: 30px;
        letter-spacing: 2px;
    }
    .gro .secBusiness .tit::before{
        width: 61px;
        height: 1px;
        top: 40px;
        left: 0;
    }
    .gro .secBusiness .titTxt{
        font-size: 14px;
        margin-top:7px;
        letter-spacing: 1px;
    }
    .gro .secBusiness .titTxt::before{
        width: 61px;
        height: 1px;
        top: 33px;
        left: 0;
    }
    .gro .secBusiness .txt{
        font-size: 13px;
        line-height: 1.72;
        margin-top: 35px;
        letter-spacing: 1px;
    }
    .gro .secBusiness .underBox{
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        margin-top: 56px;
    }
    .gro .secBusiness .underBox .txtBox{
        margin-left: 0;
        padding: 0px 4% 0;
    }
    .gro .secBusiness .underBox img{
        position: static;
        padding-right: 4%;
    }
}

/* secService */
.gro .secService{
    margin-top: 215px
}
.gro .secService .boxList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 106px;
    position: relative;
}
.gro .secService .boxItem{
    border: 1px solid #3e3a39;
    border-left: none;
    width: 50%;
}
.gro .secService .boxItem:nth-child(1){
    padding-right: 7px;
}
.gro .secService .boxItem:nth-child(2n){
    border-left: none;
    border-right: none;
    padding-left: 7px;
}
.gro .secService .boxItem:nth-child(3){
    border-top: none;
    padding-right: 7px;
}
.gro .secService .boxItem:nth-child(4){
    border-top: none;
}
.gro .secService .flBox {
    width: 760px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 100px 0;
}
.gro .secService .boxList .boxImg{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.gro .secService .boxInner{
    text-decoration: none;
}
.gro .secService .txtBox{
 
}
.gro .secService .txtBox img{
    position: relative;
    top: -25px;
}
.gro .secService .topTit{
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px;
    letter-spacing: 2px;
    color: #000;
}
.gro .secService .txt{
    font-size: 14px;
    margin-top: 25px;
    color: #000;
    letter-spacing: 1.5px;
}
.gro .secService .btnBox {
    width: 200px;
    padding-bottom: 18px;
    border-bottom: solid 1px #3e3a39;
    position: relative;
    margin: 25px 0px 0 auto;
    padding-right: 35px;
    color: #3e3a39;
}
.gro .secService .btnTxt{
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
}
.gro .secService .btnBox::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3e3a39;
    border-right: 1px solid #3e3a39;
    transform: rotate(45deg);
}
.gro .secService .btnBox::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 17px;
    height: 1px;
    background: #3e3a39;
}
@media only screen and (max-width:767px){
    .gro .secService{
        margin-top: 100px;
    }
    .gro .secService .boxList{
        display: block;
        margin-top: 39px;
    }
    .gro .secService .boxItem{
        border: 1px solid #3e3a39;
        border-left: none;
        border-right: none;
    }
    .gro .secService .boxItem:nth-child(1){
        padding-right: 0px;
    }
    .gro .secService .boxItem:nth-child(2n){
        border-left: none;
        border-top: none;
        padding-left: 0;
    }
    .gro .secService .boxItem:nth-child(3){
        border-top:none;
        padding-right: 0;
    }
    .gro .secService .boxItem:nth-child(4){
        border-top: none;
    }
    .gro .secService .boxList .boxImg{
        text-align: unset;
        width: 37.334%;
        margin: 0 auto 0 0;
        padding-top: 0px;
    }
    .gro .secService .flBox {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .gro .secService .boxItem {
        width: 100%;
    }
    .gro .secService .boxInner{
        text-decoration: none;
    }
    .gro .secService .txtBox{
        padding: 40px 0 45px 25px;
        width: 62.666%;
    }
    .gro .secService .boxList .boxItem:nth-child(2n) .txtBox{
        padding: 40px 0 40px 15px;
    }
    .gro .secService .txtBox img{
        top: 0px;
    }
    .gro .secService .txtBox .img.im01{
        width: 65px;
    }
    .gro .secService .txtBox .img.im02{
        width: 35px;
    }
    .gro .secService .txtBox .img.im03{
        width: 54px;
    }
    .gro .secService .txtBox .img.im04{
        width: 87px;
    }
    .gro .secService .topTit{
        font-size: 14px;
        margin-top: 0;
        letter-spacing: 0.5px;
    }
    .gro .secService .txt{
        font-size: 11px;
        line-height: 1.63;
        margin-top: 10px;
    }
    .gro .secService .btnBox {
        width: 95px;
        padding-bottom: 9px;
        margin: 17px 0 0;
        padding-right: 35px;
    }
    .gro .secService .btnTxt{
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .gro .secService .btnBox::before {
        top: 3px;
        right: 0;
    }
    .gro .secService .btnBox::after {
        top: 5px;
        right: 0;
    }
    .gro .secService .flBox{
        display: flex;
        align-items: center;
    }
    .gro .secService .boxList .boxItem:nth-child(2n) .flBox{
        flex-direction: row-reverse;
    }
    .gro .secService .spanDot{
        display: none;
    }
    .gro .secService .spanSp{
        display: inline-block;
    }
}
@media only screen and (max-width:360px){
    .gro .secService .txtBox {
        padding: 38px 0 38px 25px;
    }
    .gro .secService .boxList .boxItem:nth-child(2n) .txtBox {
        padding: 29px 0 29px 15px;
    }
}
@media only screen and (max-width:359px){
    .gro .secService .txtBox {
        padding: 25px 0 30px 25px;
    }
    .gro .secService .boxList .boxItem:nth-child(2n) .txtBox {
        padding: 19px 0 17px 15px;
    }
}



/* secCmnTit */
.gro .secCmnTit{
    text-align: center;
    padding-top: 0;
}
.gro .secCmnTit .animeWrapper{
    padding-top: 70px;
}
.gro .secCmnTit .cmnEngTit{
    position: relative;
}
.gro .secCmnTit .cmnEngTit::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: rgb(0, 7, 80);
    left: calc(50% - 10px);
    top: -45px;
}
.gro .secCmnTit .cmnEngTit::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: rgb(0, 7, 80);
    left: calc(50% - 25px);
    top: -45px;
    transform: rotate(-60deg);
}
.gro .secCmnTit .cmnJpnTit{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 38px;
}
@media only screen and (max-width:767px){
    .gro .secCmnTit .animeWrapper{
        padding-top: 35px;
    }
    .gro .secCmnTit .cmnEngTit img{
        width: auto;
        height: 20px;
    }
    .gro .secCmnTit .cmnEngTit::before{
        width: 10px;
        left: calc(50% - 5px);
        top: -20px;
    }
    .gro .secCmnTit .cmnEngTit::after{
        width: 23px;
        left: calc(50% - 11.5px);
        top: -20px;
    }
    .gro .secCmnTit .cmnJpnTit{
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 14px;
    }
}








/* secBenefits */
.gro .secBenefits{
    text-align: center;
    margin-top: 100px;
    padding-bottom: 200px;
}
@media only screen and (max-width:767px){
    .gro .secBenefits{
        margin-top: 50px;
        padding-bottom: 80px;
    }
}