@charset "utf-8";
/* CSS Document */

.img-pc{
    display: block;
}
.img-sp{
    display: none;
}
@media print, screen and (max-width: 900px) {
    .img-pc{
        display: none;
    }
    .img-sp{
        display: block;
    }
}


.cmn5axis{
    width: 100%;
    background: url( "../../../img/feature/5axis/cmn-bg00.jpg") no-repeat top left #000000;
    color: #FFFFFF;
}
.cmn5axis .titleH1Area{
    width: 100%;
    height: auto;
    background-size: 294px auto;
    display: flex;
    flex-direction: column;
}

.cmn5axis .titleH1Area .pankuzuArea{
    width: 100%;
    max-width: 1050px;
    margin: 4px auto 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    background: none;
}
.cmn5axis .titleH1Area .pankuzuArea ul{
    width: auto;
    display: flex;
    justify-content: flex-start;
}
.cmn5axis .titleH1Area .pankuzuArea ul li{
    margin: 0 0 0 14px;
    font-size: 12px;
    color: #FFFFFF;
}
.cmn5axis .titleH1Area .pankuzuArea ul li a{
    color: #FFFFFF;
}
.cmn5axis .titleH1Area .pankuzuArea ul li::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 4px;
    height: 4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    margin-left: 10px;
}
.cmn5axis .titleH1Area .pankuzuArea ul li:last-child::after{
    content: none;
}
.cmn5axis .titleH1Area .pankuzuArea p{
    font-size: 12px;
    color: #999999;
}
.pankuzuAreaSp{
    display: none;
}


@media print, screen and (max-width: 900px) {
    .cmn5axis{
    width: 100%;
        background: url( "../../../img/feature/5axis/cmn-bg00.jpg") no-repeat top left #000000;
        color: #FFFFFF;
    }
    .cmn5axis .titleH1Area{
        width: 100%;
        height: auto;
        background-size: 294px auto;
        display: flex;
        flex-direction: column;
    }
    .cmn5axis .titleH1Area .pankuzuArea{
        display: none;
    }
    .pankuzuAreaSp{
        width: 100%;
        max-width: 1050px;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        background: #333333;
        padding: 12px 0;
    }
    .pankuzuAreaSp ul{
        width: auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .pankuzuAreaSp ul li{
        margin: 0 0 0 14px;
        font-size: 12px;
        color: #FFFFFF;
    }
    .pankuzuAreaSp ul li a{
        color: #FFFFFF;
    }
    .pankuzuAreaSp ul li::after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        width: 4px;
        height: 4px;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 0;
        margin-left: 10px;
    }
    .pankuzuAreaSp ul li:last-child::after{
        content: none;
    }
    .pankuzuAreaSp p{
        font-size: 12px;
        color: #999999;
        margin: 0 0 0 14px;
    }
    .cmn-subsidy .titleH1Area .textArea01{
        width: 100%;
        height: 190px;
        position: relative;
        margin: 0 auto 0 auto;
        text-align: center;
        padding: 60px 0;
    }
    .cmn-subsidy .titleH1Area .textArea01 .icon01{
        width: 64px;
        height: auto;
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 100;
    }
    .cmn-subsidy .titleH1Area .textArea01 h1{
        z-index: 101;
        width: 100%;
        max-width: 500px;
        position: absolute;
    }
    .cmn-subsidy .titleH1Area .textArea01 h1 img{
        width: calc(100% - 60px);
        height: auto;
        z-index: 100;
    }
    .cmn-subsidy .titleH1Area .textArea01 p{
        margin: calc(10% + 20px) 0 0 0;
    }
}





.cmn5axis .titleH1Area .titleCmnAera{
    width: 100%;
    background: url("../../../img/feature/5axis/cmn-bg01.jpg") right bottom no-repeat;
    position: 0;
}

.cmn5axis .titleH1Area .textArea01{
    width: 436px;
    height: 192px;
    background: url("../../../img/feature/5axis/h1-bg.png")no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;
    text-align: center;
}

.cmn5axis .titleH1Area .textArea01 h1{
    width: 436px;
    position: relative;
    height: auto;
    color: #FFFFFF;
    margin: 0 -100px 0 0;
}
.cmn5axis .titleH1Area .textArea01 h1 .icon01{
    width: 90px;
    height: auto;
    position: absolute;
    left: -100px;
    top: -20px;
}
.cmn5axis .titleH1Area .textArea01 h1 img{
    width: 436px;
    height: auto;
    color: #FFFFFF;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.9));
}
.cmn5axis .titleH1Area .textArea01 p{
    margin: 8px 0 0 0;
}


@media print, screen and (max-width: 900px) {
    .cmn5axis .titleH1Area .titleCmnAera{
        width: 100%;
        background: url("../../../img/feature/5axis/cmn-bg01.jpg") right bottom no-repeat;
        background-size: 200px auto;
        padding: 0 0 80px 0;
    }

    .cmn5axis .titleH1Area .textArea01{
        width: calc(100% - 60px);
        height: 162px;
        background: url("../../../img/feature/5axis/h1-bg-sp.png")no-repeat center;
        background-size: 60% auto;
        background-position: center 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 0 auto;
        text-align: center;
    }

    .cmn5axis .titleH1Area .textArea01 h1{
        width: 100%;
        position: relative;
        height: auto;
        color: #FFFFFF;
        margin: 0 0 0 0;
    }
    .cmn5axis .titleH1Area .textArea01 h1 span{
        position: absolute;
        z-index: 90;
        left: 0;
        width: 100%;
    }
    .cmn5axis .titleH1Area .textArea01 h1 .icon01{
        width: 70px;
        height: auto;
        position: absolute;
        left: 0;
        top: -50px;
    }
    .cmn5axis .titleH1Area .textArea01 h1 img{
        width: 100%;
        height: auto;
        color: #FFFFFF;
    }
    .cmn5axis .titleH1Area .textArea01 p{
        margin: 8px 0 0 0;
    }
}



.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01{
    width: 650px;
    margin: 20px auto 0 auto;
    position: relative;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .imgWork01{
    width: 240px;
    height: auto;
    position: absolute;
    bottom: -80px;
    left: -90px;
    z-index: 100;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area{
    width: 650px;
    position: relative;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area::after{
    content: "";
    position: absolute;
    width: 326px;
    height: 1px;
    display: block;
    background: #666666;
    right: 0;
    bottom: 8px;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area h2{
    width: 298px;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area h2 img{
    width: 298px;
    height: auto;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2AreaText01{
    width: 650px;
    padding: 0 0 100px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2AreaText01 p{
    width: 309px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 300;
    line-height: 2.0;
    font-size: 16px;
    margin: 24px 0 0 0;
    text-align: justify;
  text-justify: inter-ideograph;
    letter-spacing: 0.04em;
}


@media print, screen and (max-width: 900px) {
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01{
        width: calc(100% - 60px);
        margin: 20px auto 0 auto;
        position: relative;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .imgWork01{
        width: 200px;
        height: auto;
        position: absolute;
        bottom: -100px;
        left: 0px;
        z-index: 100;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area{
        width: 100%;
        position: relative;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area::after{
        content: "";
        position: absolute;
        width: calc(100% - 260px);
        height: 1px;
        display: block;
        background: #666666;
        right: 0;
        bottom: 8px;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area h2{
        width: 240px;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2Area h2 img{
        width: 240px;
        height: auto;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2AreaText01{
        width: 100%;
        padding: 0 0 100px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2AreaText01 p{
        width: 100%;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-weight: 300;
        line-height: 2.0;
        font-size: 16px;
        margin: 24px 0 0 0;
        text-align: justify;
      text-justify: inter-ideograph;
        letter-spacing: 0.04em;
    }
    .cmn5axis .titleH1Area .titleCmnAera .titleTextArea01 .h2AreaText01 p:nth-child(2){
        margin: 0 0 0 0;
    }
}




.featuredPostsArea{
    width: 100%;
    background: #2e2e2e url("../../../img/feature/5axis/cmn-bg03.jpg") bottom right no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 60px 0;
    position: relative;
}
.featuredPostsArea .titleH2Area{
    width: 100%;
    background: #2e2e2e url("../../../img/feature/5axis/cmn-bg02.jpg") top center no-repeat;
    padding: 60px 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.featuredPostsArea .titleH2Area h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: 0;
}
.featuredPostsArea .titleH2Area i{
    display: block;
    width: 500px;
    height: 4px;
    background: #FFFFFF;
}
.featuredPostsArea .titleH2Area i:nth-child(4){
    display: block;
    width: 500px;
    height: 2px;
    background: #c5d6dd;
}

.featuredPostsArea .titleH2Area p{
    font-size: 14px;
    text-align: center;
    color: #FFF;
}



.subsidyListArea03{
    width: 850px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 24px 32px 32px 32px;
    position: relative;
}
.subsidyListArea03 .imgWork02{
    width: 220px;
    height: auto;
    position: absolute;
    bottom: -160px;
    right: -90px;
    z-index: 101;
}

.subsidyListArea03 h3{
    width: 786px;
    font-size: 18px;
    position: relative;
    margin: 0 0 24px 0;
}
.subsidyListArea03 h3::before{
    content: "";
    width: 786px;
    height: 4px;
    background: linear-gradient(to right, #142579, #02a0c0);
    position: absolute;
    left: 0;
    bottom: -12px;
}
.subsidyListArea03 ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}
.subsidyListArea03 ul li{
    width: 378px;
}
.subsidyListArea03 ul li:nth-child(3),
.subsidyListArea03 ul li:nth-child(4){
    margin: 32px 0 0 0;
}
.subsidyListArea03 ul li a {
    display: block;
    background: #fff;
    padding: 26px;
    position: relative;
}
.subsidyListArea03 ul li a .text-box {
    padding: 16px 0 0 0;
}
.subsidyListArea03 ul li a .name-box {
    overflow: hidden;
    height: calc(1.6em * 2);
    position: relative;
    line-height: 1.6em;
    margin-bottom: 6px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: var(--font-weight-B);
    width: 90%;
}
.subsidyListArea03 ul li a .info-box {
    overflow: hidden;
    width: 90%;
    height: calc(1.75em * 2.1);
    position: relative;
    line-height: 1.75em;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
}
.subsidyListArea03 ul li a .icon {
    position: absolute;
    bottom: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
}
.subsidyListArea03 ul li a .icon img {
    width: 30px;
    height: 30px;
}
.subsidyListArea03 ul li a .day {
    font-size: 12px;
    color: #666666;
    line-height: 1;
}


@media print, screen and (max-width: 900px) {
    .featuredPostsArea{
        width: 100%;
        background: #2e2e2e url("../../../img/feature/5axis/cmn-bg03.jpg") bottom right no-repeat;
        background-size: 80% auto;
        margin: 0 0 0 0;
        padding: 0 0 80px 0;
        position: relative;
    }
    .featuredPostsArea .titleH2Area{
        width: 100%;
        background: #2e2e2e url("../../../img/feature/5axis/cmn-bg02.jpg") top center no-repeat;
        background-size: 120% auto;
        padding: 60px 0 0 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .featuredPostsArea .titleH2Area h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        width: calc(100% - 60px);
        margin: 8px auto 16px auto;
        color: #FFF;
        text-align: center;
    }
    .featuredPostsArea .titleH2Area i{
        display: block;
        width: calc(100% - 60px);
        height: 4px;
        background: #FFFFFF;
    }
    .featuredPostsArea .titleH2Area i:nth-child(4){
        display: block;
        width: calc(100% - 60px);
        height: 2px;
        background: #c5d6dd;
    }

    .featuredPostsArea .titleH2Area p{
        font-size: 14px;
        text-align: center;
        color: #FFF;
        width: calc(100% - 60px);
    }
    
    
    
    .subsidyListArea03{
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 24px 30px 32px 30px;
        position: relative;
    }
    .subsidyListArea03 .imgWork02{
        width: 160px;
        height: auto;
        position: absolute;
        bottom: -120px;
        right: 10px;
        z-index: 101;
    }
    .subsidyListArea03 h3{
        width: 100%;
        font-size: 18px;
        position: relative;
        margin: 0 0 24px 0;
    }
    .subsidyListArea03 h3::before{
        content: "";
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #142579, #02a0c0);
        position: absolute;
        left: 0;
        bottom: -12px;
    }
    
    .subsidyListArea03 ul{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 10px 0 0 0;
    }
    .subsidyListArea03 ul li{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .subsidyListArea03 ul li:nth-child(3),
    .subsidyListArea03 ul li:nth-child(4){
        margin: 0 0 0 0;
    }
    .subsidyListArea03 ul li a {
        display: block;
        background: #fff;
        padding: 26px;
        position: relative;
    }
    .subsidyListArea03 ul li a .text-box {
        padding: 16px 0 0 0;
    }
    .subsidyListArea03 ul li a .name-box {
        overflow: hidden;
        height: calc(1.6em * 2);
        position: relative;
        line-height: 1.6em;
        margin-bottom: 6px;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: var(--font-weight-B);
    }
    .subsidyListArea03 ul li a .info-box {
        overflow: hidden;
        width: 90%;
        height: calc(1.75em * 2.1);
        position: relative;
        line-height: 1.75em;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 8px;
    }
    .subsidyListArea03 ul li a .icon {
        position: absolute;
        bottom: 26px;
        right: 26px;
        width: 30px;
        height: 30px;
    }
    .subsidyListArea03 ul li a .icon img {
        width: 30px;
        height: 30px;
    }
    .subsidyListArea03 ul li a .day {
        font-size: 12px;
        color: #666666;
        line-height: 1;
    }
}




.caseStudiesArea{
    width: 100%;
    background: #000;
    margin: 0 0 0 0;
    padding: 60px 0 0 0;
}
.caseStudiesArea .titleH2Area{
    width: 786px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.caseStudiesArea .titleH2Area h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
}
.caseStudiesArea .titleH2Area i{
    display: block;
    width: 500px;
    height: 4px;
    background: #FFFFFF;
}
.caseStudiesArea .titleH2Area i:nth-child(3){
    display: block;
    width: 500px;
    height: 2px;
    background: #cccccc;
}
.caseStudiesArea .titleH2Area p{
    font-size: 14px;
    text-align: center;
    color: #FFF;
    margin: 20px 0 32px 0;
}
.caseStudiesArea .casePhotoArea {
    width: 950px;
    margin: 0 auto;
}
.caseStudiesArea .casePointArea {
    width: 850px;
    padding: 16px 0 16px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f2f2f2;
    box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.8);
}
.caseStudiesArea .casePointArea div{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
}
.caseStudiesArea .casePointArea div:last-child{
    border-bottom: none;
}
.caseStudiesArea .casePointArea div h3{
    color: #3c5fb4;
    font-size: 12px;
    font-weight: 700;
    margin: 0 20px 0 0;
    letter-spacing: 0.1em;
}
.caseStudiesArea .casePointArea div h3 span{
    color: #3c5fb4;
    font-size: 22px;
}
.caseStudiesArea .casePointArea div h3 span.pointText01{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 20px;
}

@media print, screen and (max-width: 900px) {
    .caseStudiesArea{
        width: 100%;
        background: #000;
        margin: 0 0 0 0;
        padding: 60px 0 0 0;
    }
    .caseStudiesArea .titleH2Area{
        width: calc(100% - 60px);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .caseStudiesArea .titleH2Area h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: #FFF;
        text-align: center;
        padding: 0;
        margin: 0 0 16px 0;
    }
    .caseStudiesArea .titleH2Area i{
        display: block;
        width: calc(100%);
        height: 4px;
        background: #FFFFFF;
    }
    .caseStudiesArea .titleH2Area i:nth-child(3){
        display: block;
        width: calc(100%);
        height: 2px;
        background: #cccccc;
    }
    .caseStudiesArea .titleH2Area p{
        font-size: 14px;
        text-align: center;
        color: #FFF;
        margin: 20px 0 32px 0;
    }
    .caseStudiesArea .casePhotoArea {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .caseStudiesArea .casePointArea {
        width: calc(100% - 60px);
        padding: 12px 24px;
        box-sizing: border-box;
        margin: 0 auto;
        background: #f2f2f2;
        box-shadow: inset 0 8px 8px -8px rgba(0,0,0,.8);
    }
    .caseStudiesArea .casePointArea div{
        height: auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #FFFFFF;
    }
    .caseStudiesArea .casePointArea div:last-child{
        border-bottom: none;
    }
    .caseStudiesArea .casePointArea div h3{
        color: #3c5fb4;
        font-size: 12px;
        font-weight: 700;
        margin: 0 20px 8px 0;
        letter-spacing: 0.1em;
    }
    .caseStudiesArea .casePointArea div h3 span{
        color: #3c5fb4;
        font-size: 22px;
    }
    .caseStudiesArea .casePointArea div h3 span.pointText01{
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0 0;
    }
    .caseStudiesArea .casePointArea div p{
        font-size: 14px;
        margin: 0 0 8px 0;
    }
}



.movieArea{
    width: 100%;
    background: #000 url("../../../img/feature/5axis/mov-bg-pc.png") top center no-repeat;
    margin: 0 0 0 0;
    padding: 60px 0 70px 0;
}
.movieArea .titleH2Area{
    width: 786px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.movieArea .titleH2Area h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0 0 86px 0;
}
.movieArea .movContentsArea{
    width: 1050px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.movieArea .movContentsArea a{
    display: inline-block;
    margin:  0 auto;
}
.movieArea .movContentsArea .movDiv{
    width: 320px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.movieArea .movContentsArea .movDiv h3{
    margin: 12px 0 0 0;
}
.movieArea .movContentsArea .movDiv h3,
.movieArea .movContentsArea .movDiv p,
.movieArea .movContentsArea .movDiv a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
.p-icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin: 0;
}
.p-icon-wrap p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 30px);
}
.p-icon-wrap h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: calc(100% - 30px);
}
.p-icon-wrap .icon {
  width: 20px;
  height: 20px;
  background: url(../../../img/feature/subsidy/arrow-icon.svg);
  background-size: 20px 20px;
  margin-left: 10px;
    margin-bottom: 2px;
}


/*.movieArea .movContentsArea div p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 85%;
    position: relative;
}
.movieArea .movContentsArea div p::after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../../img/feature/subsidy/arrow-icon.svg);
    background-size: 20px 20px;
    position: absolute;
    top: 6px;
    right: -10px;
}
.movieArea .movContentsArea div p img{
    width: 20px;
    height: 20px;
    margin: 1px 0 0 6px;
    display: inline;
}*/
.movieArea .movPhotoArea{
    width: 1050px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


@media print, screen and (max-width: 900px) {
    .movieArea{
        width: 100%;
        background: #000 url("../../../img/feature/5axis/mov-bg-sp.png") no-repeat;
        background-size: 540px auto;
        background-position: center 90px;
        margin: 0 0 0 0;
        padding: 60px 0 70px 0;
    }
    .movieArea .titleH2Area{
        width: calc(100% - 60px);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .movieArea .titleH2Area h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: #FFF;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .movieArea .movContentsArea{
        width: calc(100% - 60px);
        height: auto;
        margin: 48px auto 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .movieArea .movContentsArea .movDiv{
        width: 242px;
        height: auto;
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .movieArea .movContentsArea .movDiv h3{
        margin: 8px 0 0 0;
    }
    .movieArea .movContentsArea .movDiv h3,
    .movieArea .movContentsArea .movDiv p,
    .movieArea .movContentsArea .movDiv a{
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
    }
/*    .movieArea .movContentsArea .movDiv a{
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }
    .movieArea .movContentsArea .movDiv a::after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../../../img/feature/subsidy/arrow-icon.svg);
        background-size: 20px 20px;
        position: absolute;
        bottom: -1px;
        right: -24px;
    }*/
    .p-icon-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
        margin: 0;
    }
    .p-icon-wrap p {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: calc(100% - 30px);
    }
    .p-icon-wrap h3 {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: calc(100% - 30px);
    }
    .p-icon-wrap .icon {
        width: 20px;
        height: 20px;
        background: url(../../../img/feature/subsidy/arrow-icon.svg);
        background-size: 20px 20px;
        margin-left: 10px;
    }
    .movieArea .movPhotoArea{
        width: calc(100% - 160px);
        height: auto;
        margin: 110px auto 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}




.speedioLineupArea{
    width: 100%;
    background: #000;
    margin: 0 0 0 0;
    padding: 0 0 70px 0;
}
.speedioLineupArea .titleH2Area{
    width: 500px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.speedioLineupArea .titleH2Area h2{
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 0;
}
.speedioLineupArea .titleH2Area i{
    display: block;
    width: 500px;
    height: 4px;
    background: #FFFFFF;
}
.speedioLineupArea .titleH2Area i:nth-child(3){
    display: block;
    width: 500px;
    height: 2px;
    background: #cccccc;
}
.speedioLineupArea .titleH2Area::before{
    content: "";
    display: block;
    width: 225px;
    height: 32px;
    background: url("../../../img/feature/5axis/speedio-logo.svg")no-repeat top left;
    background-size: 225px auto;
    position: absolute;
    left: -230px;
}
.speedioLineupArea .lineupListArea01{
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;
}
.speedioLineupArea .lineupListArea01 .lineupBox01{
    width: 200px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:first-child img:first-child{
    width: 184px;
    height: auto;
    margin: 1px auto 0 auto;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:first-child img:last-child{
    width: 97px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:first-child img.m5axis:last-child{
    width: 135px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) ,
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) {
    margin: 0 12px;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) img:first-child{
    width: 185px;
    height: auto;
    margin: 0 auto;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) img:last-child{
    width: 94px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) img.u5axis:last-child{
    width: 132px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(3) img:first-child{
    width: 183px;
    height: auto;
    margin: 16px auto 0 auto;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(3) img:last-child{
    width: 111px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(3) img.hu5axis:last-child{
    width: 152px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) img:first-child{
    width: 185px;
    height: auto;
    margin: 31px auto 0 auto;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) img:last-child{
    width: 132px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5){
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5) img:first-child{
    width: 277px;
    max-width: none;
    height: auto;
    margin: -20px 0 0 -40px;
}
.speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5) img:last-child{
    width: 143px;
    height: auto;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01 p{
    color: #FFFFFF;
    font-size: 14px;
    margin: 8px 0 0 0;
}
.speedioLineupArea .lineupListArea01 .lineupBox01 p a{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    background: #312f14;
    position: relative;
}
.speedioLineupArea .lineupListArea01 .lineupBox01 p a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../../img/feature/subsidy/arrow-icon.svg);
    background-size: 20px 20px;
    position: absolute;
    top: 6px;
    right: 6px;
}


@media print, screen and (max-width: 900px) {
    .speedioLineupArea{
        width: 100%;
        background: #000;
        margin: 0 0 0 0;
        padding: 60px 0 70px 0;
    }
    .speedioLineupArea .titleH2Area{
        width: calc(100% - 60px);
        margin: 0 auto 32px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .speedioLineupArea .titleH2Area h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: #FFF;
        text-align: center;
        padding: 0;
        margin: 0 0 12px 0;
    }
    .speedioLineupArea .titleH2Area i{
        display: block;
        width: calc(100%);
        height: 4px;
        background: #FFFFFF;
    }
    .speedioLineupArea .titleH2Area i:nth-child(3){
        display: block;
        width: calc(100%);
        height: 2px;
        background: #cccccc;
    }
    .speedioLineupArea .titleH2Area::before{
        content: "";
        display: block;
        width: 200px;
        height: 24px;
        background: url("../../../img/feature/5axis/speedio-logo.svg")no-repeat top left;
        background-size: 200px auto;
        position: absolute;
        top: -36px;
        left: calc(50% - 100px);
    }
    .speedioLineupArea .lineupListArea01{
        width: calc(100% - 60px);
        margin: 0 auto;
        padding: 0 0 20px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01{
        width: 148px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin: 0 0 12px 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:first-child img:first-child{
        width: 100%;
        height: auto;
        margin: 1px auto 0 auto;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:first-child img:last-child{
        width: 97px;
        height: auto;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) ,
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) {
        margin: 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) img:first-child{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(2) img:last-child{
        width: 94px;
        height: auto;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(3) img:first-child{
        width: 100%;
        height: auto;
        margin: 16px auto 0 auto;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(3) img:last-child{
        width: 111px;
        height: auto;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) img:first-child{
        width: 100%;
        height: auto;
        margin: 31px auto 0 auto;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(4) img:last-child{
        width: 132px;
        height: auto;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5){
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5) img:first-child{
        width: calc(100% + 40px);
        max-width: none;
        height: auto;
        margin: 0 0 0 -20px;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01:nth-child(5) img:last-child{
        width: 143px;
        height: auto;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01 p{
        color: #FFFFFF;
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01 p a{
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 60px;
        background: #312f14;
        position: relative;
    }
    .speedioLineupArea .lineupListArea01 .lineupBox01 p a::after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../../../img/feature/subsidy/arrow-icon.svg);
        background-size: 20px 20px;
        position: absolute;
        top: 6px;
        right: 6px;
    }
}