@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* cmnTit */
#cmnTit{
    background-image: url(../img/software/bgCmnTit.jpg);
}
@media only screen and (max-width:767px){
    #cmnTit{
        background-image: url(../img/software/bgCmnTit_sp.jpg);
    }
}

/* secHero */
.secHero{
    text-align: center;
    margin-top: 90px;
}
.secHero .tit{
    font-size: 38px;
    line-height: 1.85;
    font-weight: bold;
    letter-spacing: 4px;
}
.secHero .txt{
    font-size: 38px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 2px;
}
.titH2{
    font-size: 15px;
}
@media only screen and (max-width:767px){
    .titH2{
        font-size: 10px;
    }
    .secHero{
        margin-top: 35px;
    }
    .secHero .tit{
        font-size: 17px;
        line-height: 1.67;
        letter-spacing: 0;
    }
    .secHero .txt{
        font-size: var(--fTxtPcFs);
        line-height: var(--fTxtSpLh);
        margin-top: 10px;
        letter-spacing: var(--fTxtSpLs);
    }
}
@media only screen and (max-width:359px){
    .secHero .tit{
        font-size: 15px;
    }
    .secHero .txt{
        font-size: 20px;
    }
}
/* secCmnSolution */
.secCmnSolution{
    margin-top: 70px;
}
@media only screen and (max-width:767px){
    .secCmnSolution{
        margin-top: 35px;
    }
}
/* secSoftwareTit */
.secSoftwareTit{
    margin-top: 80px;
}
.secSoftwareTit .tit{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.72;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 64px;
}
.secSoftwareTit .boxList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.secSoftwareTit .item{
    width: 200px;
    margin-right: 20px;
}
.secSoftwareTit .item:nth-child(6n){
    margin-right: 0;
}
.secSoftwareTit .item:nth-child(n+7){
    margin-top: 20px;
}
.secSoftwareTit .item:last-child{
    margin-right: 0;
}
.secSoftwareTit .link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border: 1px solid #313131;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secSoftwareTit{
        margin-top: 40px;
    }
    .secSoftwareTit .tit{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 15px;
    }
    .secSoftwareTit .boxList{
        display: none;
    }
}

/* secSoftware */
.secSoftware{
    overflow: hidden;
    margin-top: 85px;
    position: relative;
    padding-bottom: 40px;
}
.secSoftware + .secSoftware{
    margin-top: 40px;
    padding-top: 60px;
}
.secSoftware::before{
    content: "";
    width: 100%;
    height: calc(100% - 110px);
    /* background: #f1f3f4; */
    position: absolute;
    top: 110px;
    left: 0;
}
.secSoftware#Solution02::before,
.secSoftware#Solution03::before,
.secSoftware#Solution04::before,
.secSoftware#Solution05::before,
.secSoftware#Solution06::before{
    content: "";
    width: 100%;
    height: calc(100% - 175px);
    /* background: #f1f3f4; */
    position: absolute;
    top: 175px;
    left: 0;
}
.secSoftware#Solution03 .boxMainSolution,
.secSoftware#Solution05 .boxMainSolution{
    display: flex;
}
.textBoxList01,
.textBoxList02{
    width: 600px;
}
.textBoxList01{
    margin-right: 100px;
}
.secSoftware .wrapperSolution{
    width: 1920px;
    position: relative;
    top: 0;
    left: calc(50% - 960px);
    z-index: 10;
    display: flex;
}
.secSoftware .boxMainSolution{
    position: relative;
}
.secSoftware .textBox{
    width: 700px;
    padding: 10px;
    word-wrap: break-word;
    white-space: normal;
}
.secSoftware#Software06 .textBox{
    width: 550px;
}
.secSoftware#Software07 .textBox{
    width: auto;
}
.secSoftware .textBoxList01 .textBox,
.secSoftware .textBoxList02 .textBox{
    width: auto;
}
.secSoftware#Software01 img,
.secSoftware#Software04 img{
    position: absolute;
    left: 800px;
    top: 30px;
}
.secSoftware#Software06 .img06_1 img{
    position: absolute;
    left: 580px;
    top: 30px;
}
.secSoftware#Software06 .img06_2 img{
    position: absolute;
    left: 870px;
    top: 30px;
}
.secSoftware#Software02 img{
    position: absolute;
    left: 50px;
    top: 30px;
}
/* .secSoftware#Software01 .boxMainSolution::after{
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    bottom:20px;
    left:665px;
}
.secSoftware#Solution02 .boxMainSolution::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    bottom:25px;
    left:660px;
}
.secSoftware#Solution03 .boxMainSolution::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 99px;
    bottom:-105px;
    left:660px;
} */
.secSoftware .numSolution{
    font-size: 50px;
    transform: skewX(-10deg);
    letter-spacing: 6px;
}
.secSoftware .boxTitSolution{
    display: inline-block;
}
.hiragana{
    font-size: 32px;
}
.secSoftware .titSolution{
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing:2px;
    margin-left: -4px;
}
.secSoftware .txtSolution{
    font-size: 27px;
    font-weight: bold;
    margin-top: 32px;
    letter-spacing: 2.5px;
    line-height: 1.65;
}
.secSoftware .item{
    background: #fff;
    border: 1px solid var(--cMain);
    display: flex;
    align-items: center;
    padding: 31px 20px 21px 0;
}
.secSoftware .item:nth-child(n+2){
    margin-top: 15px;
}
.secSoftware .imgItem{
    width: 100px;
    height: 66px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.secSoftware .titItem{
    color: var(--cMain);
    font-weight: bold;
    font-size: 18px;
}
.secSoftware .txtItem{
    font-size: 17px;
    line-height: 1.53;
    font-weight: bold;
    margin-top: 10px;
}
.secSoftware .boxBtnSolution{
    margin: 40px auto 0;
}
.secSoftware .btnSolution{
    width: 600px;
    height: 90px;
    background: var(--cMain);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    letter-spacing: 2px;
}
.secSoftware .txtSolution01Photo,
.secSoftware .txtSolution02Photo,
.secSoftware .txtSolution03Photo,
.secSoftware .txtSolution05Photo{
    font-size: 18px;
    letter-spacing: 1px;
    margin: 13px 0 0 0;
    line-height: 2.16;
}
.secSoftware .btnSolution:nth-child(2){
    margin-top: 20px;
    position: relative;
}
.secSoftware .btnSolution.lazyloaded:nth-child(2)::after{
    content: "";
    width: 70px;
    height: 70px;
    background: url(../img/jisseki/imgSolutionChecker.png) center top / cover no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.secSoftware .btn{
	margin-top: 30px;
}
.secSoftware .moreBtn{
    width: 350px;
    height: 60px;
    border: 2px solid var(--cMain);
    background: #fff;
    font-size: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    /*margin: 0 auto;*/
}
.specBtn{
    text-align: center;
    margin: 50px auto;
}
.btnMore{
    display: inline-block;
    text-decoration: none;
    width: 600px;
    height: 90px;
    line-height: 82px;
    border: 4px solid var(--cMain);
    border-radius: 45px;
    color: var(--cMain);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 0;
    background: #fff;
    letter-spacing: 1px;
}
.secSoftware#Software02 .textArea{
    margin-left: 565px;
}
@media only screen and (max-width:767px){
	.secSoftware .btn{
        margin-top: 40px;
    }
    .secSoftware .moreBtn{
        width: 275px;
        height: 50px;
        font-size: 13px;
        margin-top: 40px;
    }
}

@media only screen and (max-width:1400px){
    .secSoftware .boxMainSolution{
        width: 1200px;
        padding: 30px 0 0 30px;
        position: relative;
    }
    .secSoftware .textBox {
        width: 650px;
    }
    .secSoftware#Software01 img,
    .secSoftware#Software04 img{
        left: 725px;
    }
    .secSoftware#Software01 img{
        top: 60px;
    }
    .secSoftware#Software06 img {
        left: 650px;
    }
    .textBox{
        width: 700px;
    }
    .textBoxList01,
    .textBoxList02{
        width: 550px;
    }
    .textBoxList01{
        margin-right: 100px;
    }
}
@media only screen and (max-width:767px){
    .secSoftware#Software01 img,
    .secSoftware#Software02 img{
        position: relative;
        left: 50%;
        top: 30px;
        width: 80%;
        transform: translateX(-50%);
        min-width: 200px;
    }
    .secSoftware#Software06 .imgSolution{
        position: relative;
        width: 100%;
        aspect-ratio: 5 / 2;
        min-width: 300px;
    }
    .secSoftware#Software06 .img06_1 img{
        position: absolute;
        left: 10%;
        top: 30px;
        width: 29%;
    }
    .secSoftware#Software06 .img06_2 img{
        position: absolute;
        left: 45%;
        top: 30px;
        width: 46%;
    }
    .secSoftware,
    .secSoftware + .secSoftware{
        margin-top: 45px;
        padding: 0;
    }
    .secSoftware::before{
        height: 100%;
        top: 0;
    }
    .secSoftware .wrapperSolution{
        width: 100%;
        position: relative;
        left: 0;
        display: block;
    }
    .secSoftware .boxMainSolution{
        width: 100%;
        padding: 0px;
        width: 92%;
        position: static;
    }
    .secSoftware .numSolution{
        font-size: 30px;
        letter-spacing: 3px;
        margin: -12px auto 0;
        position: relative;
        z-index: 10;
        text-align: center;
    }
    .secSoftware .boxTitSolution{
        display: block;
    }
    .secSoftware .titSolution{
        font-size: 20px;
        margin: 0;
        /* text-align: center; */
        letter-spacing: 0;
        /* padding-top:20px; */
        position: relative;
    }
    .secSoftware .textBox {
        padding: 0px;
        width: auto;
    }
    .secSoftware#Software06 .textBox{
        width: auto;
    }
    .hiragana{
        font-size: 17px;
    }
    .secSoftware .titSolution::after{
        content:"";
        position:absolute;
        bottom:-18px;
        left:calc(50% - 22px);
        /* background:#898989; */
        width:45px;
        height:1px;
        margin:0 auto;
        z-index:1;
    }
    .secSoftware .txtSolution{
        margin-top: 12px;
        letter-spacing: 0;
        text-align: center;
    }
    .secSoftware .txtSolution,
    .secSoftware .titItem{
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
        margin-top:35px;
    }
    .secSoftware .item{
        padding: 14px 20px;
        min-height: 100px;
    }
    .secSoftware .item:nth-child(n+2){
        margin-top: 5px;
    }
    .secSoftware .imgItem{
        width: 46px;
        height: 46px;
        position: relative;
        flex-shrink: 0;
        padding-bottom: 5px;
    }
    .secSoftware .imgItem img{
        width:auto;
        height:auto;
        max-width:100%;
        max-height:100%;
        display:block;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
    }
    .secSoftware .txtItem{
        font-size: var(--fTxtSpFs);
        line-height: var(--fTxtSpLh);
        letter-spacing: var(--fTxtSpLs);
        margin-top: 0;
    }
    .secSoftware .boxBtnSolution{
        margin-top: 30px;
    }
    .secSoftware .btnSolution{
        width: 295px;
        height: 50px;
        font-size: 13px;
        border-radius: 25px;
        letter-spacing: 0;
    }
    .secSoftware .btnSolution:nth-child(2){
        margin-top: 10px;
    }
    .secSoftware .btnSolution.lazyloaded:nth-child(2)::after{
        width: 42px;
        height: 42px;
        right: -20px;
    }
    .secSoftware .txtSolution01Photo,
    .secSoftware .txtSolution02Photo,
    .secSoftware .txtSolution03Photo,
    .secSoftware .txtSolution05Photo{
        margin: 13px 0 0 0;
        font-size: var(--fTxtSpFs);
        line-height: var(--fTxtSpLh);
        letter-spacing: var(--fTxtSpLs)
    }
    /* .secSoftware#Solution03,
    .secSoftware#Solution05,
    .secSoftware#Solution02{
        margin-top:0;
        padding-bottom: 65px;
    } */
    .secSoftware .iconNew{
        position: absolute;
        top:0;
        left:0;
        width: 60px;
        height: 30px;
    }
    .secSoftware#Software01 .boxMainSolution,
    .secSoftware#Solution02 .boxMainSolution,
    .secSoftware#Solution03 .boxMainSolution,
    .secSoftware#Solution04 .boxMainSolution,
    .secSoftware#Solution05 .boxMainSolution,
    .secSoftware#Solution06 .boxMainSolution,
    .secSoftware#Solution07 .boxMainSolution{
        position: relative;
    }
    /* .secSoftware#Software01 .boxMainSolution::after{
        position: absolute;
        content: "";
        width: 62px;
        height: 62px;
        background: url(../img/solution/iconSolution01_sp.png) center top / cover;
        top: -55px;
        left:calc(50% - 32px);
    }
    .secSoftware#Solution02 .boxMainSolution::after{
        position: absolute;
        content: "";
        width: 61px;
        height:56px;
        top: -55px;
        left:calc(50% - 30px);
    }
    .secSoftware#Solution03 .boxMainSolution::after{
        position: absolute;
        content: "";
        width: 61px;
        height: 61px;
        background: url(../img/solution/iconSolution03_sp.png) center top / cover;
        top: -55px;
        left:calc(50% - 30px);
    } */
    .btnMore{
        text-align: center;
        width: 275px;
        height: 50px;
        line-height: 46px;
        border: 2px solid var(--cMain);
        border-radius: 25px;
        font-size: 13px;
        margin: 20px auto 0;
        letter-spacing: 0;
    }
}
@media only screen and (max-width:359px){
    .secSoftware .titItem br{
        display: none;
    }
    .secSoftware .btnSolution{
        font-size: 12px;
    }
    .secSoftware .btnSolution.lazyloaded:nth-child(2)::after{
        width: 34px;
        height: 34px;
        right: -10px;
    }
    .secSoftware#Solution02::before{
        content: "";
        width: 100%;
        height: calc(100% - 165px);
        /* background: #f1f3f4; */
        position: absolute;
        top: 165px;
        left: 0;
    }
    .secSoftware#Solution03::before{
        content: "";
        width: 100%;
        height: calc(100% - 165px);
        /* background: #f1f3f4; */
        position: absolute;
        top: 165px;
        left: 0;
    }
}

/* secSystem */
.secSystem{
    /* background: #f1f3f4; */
    padding: 135px 0 145px;
    margin-top: 200px;
}
.secSystem .boxTit{
    text-align: center;
    position: relative;
}
.secSystem .boxTit::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    /* background: #c9c9c9; */
    top: -182px;
    left: calc(50% - 0.5px);
}
.secSystem .titJpn{
    font-size: 27px;
    line-height: 1.67;
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-top: 9px;
}
.secSystem .boxTxt{
    width: 735px;
}
.secSystem .txtSolution{
    text-align: center;
    margin-top:60px;
}
.secSystem .boxSolution04Photo{
    width: 100%;
    text-align: center;
    margin-top:60px;
}
.secSystem .txtSolution04Photo{
    font-size: 18px;
    letter-spacing: 0.5px;
    margin:0;
    line-height: 2.16;
}
.secSystem .txtInner{
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:20px;
    line-height: 2.16;
}
.secSystem .boxSystem{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.secSystem .imgSystem{
    margin-top:90px;
}
.secSystem .txtSystem{
    margin-top:80px;
}
.secSystem .txtSub{
    font-size:15px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .secSystem{
        padding: 60px 0 65px;
        margin-top: 100px;
    }
    .secSystem .boxTit::before{
        height: 40px;
        top: -83px;
    }
    .secSystem .titEng{
        font-size: 22px;
        letter-spacing: 5px;
    }
    .secSystem .titJpn{
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    .secSystem .img{
        width: 80.858%;
        margin: 0 auto;
    }
    .secSystem .boxTxt{
         width: 100%;
         margin-top: 24px;
    }
    .secSystem .txtName{
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }
    .secSystem .boxList{
        padding: 28px 0 0;
    }
    .secSystem .txtInner,
    .secSystem .txtSub{
        font-size: var(--fTxtSpFs);
        line-height: var(--fTxtSpLh);
        letter-spacing: var(--fTxtSpLs);
        margin-top:10px;
    }
    .secSystem .txtInner.first{
        margin-top:0;
    }
    .secSystem .boxSystem{
        display: flex;
        flex-direction: column;
        margin-top:30px;
    }
    .secSystem .boxSolution04Photo{
        order: 2;
        margin-top:25px;
    }
    .secSystem .imgSystem{
        padding-left:0;
        order:1;
        margin-top:0;
    }
    .secSystem .txtSystem{
        margin-top:0;
        width: 100%;
        padding: 0 var(--pWrapperSp);
        order:3;
    }
    .secSystem .txtSolution04Photo{
        font-size: var(--fTxtSpFs);
        line-height: var(--fTxtSpLh);
        letter-spacing: var(--fTxtSpLs);
        width: 100%;
        padding: 0 var(--pWrapperSp);
        text-align: left;
    }
    .secSystem .txtSolution{
        text-align: center;
        margin-top:60px;
        width: 46.667%;
        margin: 23px auto 0;
    }
    .secSoftware#Software02 .textArea{
        margin-left: auto;
    }
    .boxMainSolution {
        flex-direction: column;
    }

    .textBoxList01,
    .textBoxList02 {
        width: 100%;
    }
    .textBoxList02 {
        margin-top: 45px;
    }
}
.rightText{
    padding: 30px 0 0 30px;
    width: auto;
}
@media only screen and (min-width:430px){
    @media only screen and (max-width:767px){
        .br03{
            display: none;
        }
    }
}