/**********************************
 *
 * キービジュアル
 *
 **********************************/

#keyVisual {
    width:100%;
    height:auto;
    position:relative;
}

#keyVisual .keyText {
    position:absolute;
    width:100%;
    height:350px;
	top: 0;
	bottom: 30px;
    left:0;
    right:0;
	margin: auto;
}

#keyVisual .keyText h2 {
    font-size:48px;
    color:#fff;
    line-height:170%;
    text-align:center;
    letter-spacing: 0.05em;
}

#keyVisual .keyText h3 {
    font-size:14px;
    color:#fff;
    line-height:120%;
    text-align:center;
    letter-spacing: 0.01em;
    padding:40px 0;
}


/**********************************
 *
 * 動画
 *
 **********************************/
#iconPlay1 {
    width: 85px;
    margin: 0 auto;
    cursor:pointer;
}




#movie {
	position:fixed;
	z-index:100;
	top:7%;
	left:50%;
	width:90%;
	height:90%;
	margin-left:-45%;

}
#playMovie {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	z-index:1000;
    height:100%;
	width:100%;
}



i {
    position: absolute;
    right: -35px;
    top: -30px;
    cursor: pointer;
}
i img{
	width:30px;
}

#keyVisual {
    position: relative;
}
#keyVisual .keyVisualInner {
    height: 100%
}
#mv {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0 0 56.25%
}

#mv .video-background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

#mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    display: block;
}

#mv:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,255,0);
}

.topNews {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 15px 0;
    z-index: 10;
}
.topNews .inner {
    display: table;
    width: 100%
}
.topNews .inner .ttl,
.topNews .inner .td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0
}
.topNews .inner .ttl {
    width: 137px;
    border-right: 1px solid #0E3A5A;
}
.topNews .inner .ttl img {
    max-width: 100%
}
.topNews .inner .ulNews > li {
    margin-top: 6px;
}
.topNews .inner .ulNews > li:first-child {
    margin-top: 0;
}
.topNews .inner .ulNews a {
    color: #0E3A5A;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 90px;
    font-size: 14px;
    line-height: 1.5
}
.topNews .inner .ulNews .date {
    position: absolute;
    left: 0;
    top: 0
}
.topNews .inner .td {
    padding-left: 40px;
}

/**********************************
 *
 * ABOUT
 *
 **********************************/

#about {
    background-color:#0b395b;
    margin-top: -3%;
    z-index:100;
    padding: 100px 0 60px 0;
}

#about .title {
    color:#fff;
}


#about ul {
    width:100%;
    padding-top: 80px;
}

#about ul li:first-child {
    width:45%;
    padding-left:0;
    float:left;
}


#about ul li:first-child .btn{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:150px;
    height:88px;
    cursor:pointer;
}


#about ul li {
    width:50%;
    padding-left:5%;
    float:left;
    text-align:left;
    line-height:200%;
    color:#fff;
    position:relative;
}

#about .pcClass .panel {
    text-align: center;
}
#about .pcClass .panel iframe {
    max-width: 560px;
    width: 100%;
    height: 315px;
}

.topAbout {
    margin-top: 0 !important;
}


/**********************************
 *
 * PRODUCTS
 *
 **********************************/

#products {
    background-color:#f7f7f7;
    padding: 90px 0 30px 0;

}

#products ul {
    width:100%;
    margin-top: 30px;
    padding: 2%;
    background-color:#fff;
    border:solid 1px #dddddd;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #dedede;
}

#products ul li {
    width: 50%;
    padding: 2%;
    float: left;
    color: #222222;
}

#products ul li:first-child h4 {
    width:242px;
}

#products ul li h4 {
    width:259px;
    padding-bottom:30px;
}

#products .title {
    color:#0b395b;
}

#products ul li:first-child {
    text-align: left;
    line-height: 200%;
}


#products .right li {
    float:right;
}

#products .right li:first-child {
    padding-right: 0;
    padding-left: 2%;
}

#products .right li:nth-child(2) {
    padding-left: 0;
}

#products ul li h4 {
    line-height: 130%;
}

#products ul li p{
    padding-bottom:30px;
}

#products .detailButton {
    width:154px;
    height:44px;
    background-color:#0b395b;
    text-align:center;
    line-height:44px;
}

#products .detailButton a {
    width:154px;
    height:44px;
    display:block;
    text-decoration:none;
    color:#fff;
}

#products .spacer {
    padding-top:50px;
}

/**********************************
 *
 * RECRUIT
 *
 **********************************/
#recruit {
    background-color:#0c3957;
    padding: 118px 0 63px;
}

#recruit .title {
    color:#fff;
}

#recruit .btnRecruit {
    width: 285px;
    padding: 12px 0 8px;
    font-size: 18px;
}

#recruit h4 {
    padding-top: 21px;
    font-size: 24px;
}

#recruit ul {
    margin: 38px 0 63px;
}

#recruit ul li {
    padding-left: 4.1%;
    width: 47%;
    float: left;
}

#recruit ul li.text {
    width: 50%;
    padding-left: 5.6%;
    line-height: 200%;
    font-size: 12px;
}

#recruit ul li.text p {
    padding-right: 5%;
}

/**********************************
 *
 * NEWS
 *
 **********************************/

#news {
    background-color:#ededec;
    padding: 90px 0 30px 0;
}

#news .title {
    color:#040000;
}


#news ul {
    width:100%;
    padding: 20px 0 0 0;
}

#news ul li {
    float: left;
    width:31%;

    overflow: hidden;
    text-align:left;
    line-height:150%;
    color:#fff;
    margin-left: 2%;

    border:solid 1px #fff;
    box-shadow:5px 5px 10px #888;
    background-color: #fff;
}
#news ul li > a {
    display: block;
    padding: 6.5%;
    min-height: 180px;
}
#news ul li .tags{
    background-color:#0f4468;
    color:#fff;
    padding:3px 10px;
    margin-left:10px;
    font-size:10px;
}

#news ul li p{
    padding:20px 0 0 0;
}

#news ul li p a{
    color:#fff;
    text-decoration:none;
}


/**********************************
 *
 * MEDIA
 *
 **********************************/
#media {
    background-color:#0c3957;
    padding: 90px 0 30px 0;
}

#media .pt_bottom {
    margin-bottom: 40px;
}

#media .title {
    color:#fff;
}

#media .logoList {
    border-top:solid 2px #0c3957;
}

#media ul {
    width:100%;
}

#media ul li,
#company ul li,
#partner ul li{
    width:23%;
    height:auto;
    float:left;
    padding:2%;
    margin-left:2%;
    background-color: #fff;
    border:solid 1px #dddddd;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #082b45;
}

#media .logoList{
    padding-top: 20px;
}



/**********************************
 *
 * 会社情報
 *
 **********************************/

#company {
    color: #000;
    background: #ededec url(../img/pc/bg_company01.png) no-repeat center 100px;
}

#company .title {
    color: #000;
}

#company ul {
    padding-top: 80px;
    width:100%;
    max-width:980px;
    margin:0 auto;
}

#company ul li {
    width:47%;
    margin-left:6%;
    padding-top:24px;
    float:left;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#company ul li:first-child {
    margin-left:0;
}

#company .ptSpace {
    padding-top:30px;
}

#company dl {
    clear:both;
    width:100%;
    overflow: hidden;
}

#company ul li .btnCompany {
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 140px;
}

#company dl dt {
    width:120px;
    float:left;
    clear: left;
    display: block;
}

#company dl dd {
    width:300px;
    display: block;
    float: left;
}

#company .detailBtn {
    position:absolute;
    top:0;
    right:10%;
    width:125px;
    height:45px;
    text-align:center;
    line-height:45px;
    color:#000;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 10;
}

#company .detailBtn a {
    width:125px;
    height:45px;
    display:block;
    text-decoration:none;
    color:#0b395b;
}



/**********************************
 *
 * PARTNER
 *
 **********************************/
#partner {
    background-color: #0c3957;
    padding-bottom:30px!important;
}

#partner .title {
    color:#fff;
    margin-bottom: 40px;

}
#partner .logoList{
    padding-top: 20px;
}

#partner ul {
    width:100%;
}

#partner ul li{
    width:23%;
    height:auto;
    float:left;
    padding:2%;
    margin-left:2%;
    background-color: #fff;
    border:solid 1px #082b45;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #082b45;
}

#partner .pt_bottom {
    margin-bottom: 80px;
}

#companyList {
    margin-top:110px;
}




/**********************************
 *
 * CONTACT
 *
 **********************************/
#contact {
    padding-bottom:0!important;
    background-image: url(../img/pc/bg_con.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 90px;
}


#contact ul{
    width:100%;
    padding:80px 0 110px 0;
    text-align:left;
}

#contact ul li{
    width:50%;
    height: 400px;
    float:left;
    position:relative;
}

#contact ul li:first-child figure {
    width:130px;
    margin:0 auto;
}

#contact ul li:last-child figure {
    width:105px;
    margin:0 auto;
}

#contact ul li h4 {
    font-size:24px;
    text-align:center;
    padding:30px 0;
}

#contact ul li p {
    width:55%;
    margin:0 auto;
    padding:0 0 30px 0;
}

#contact ul li .contactButtonArea {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
}

#contact ul li .contactButton{
    width:250px;
    height:60px;
    line-height:60px;
    background-color:#0b395b;
    margin:0 auto;
}

#contact ul li .contactButton a{
    width:250px;
    height:60px;
    display:block;
    text-decoration:none;
    color:#fff;
    text-align:center;
}


/*------------------------------------------------------------*/
/* PC画面大サイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 900px) {

    #news ul li {
        float: none;
        width:100%;
        margin-left: 2%;
        margin-bottom: 15px;
    }
    #news ul + ul {
        padding-top: 0;
    }

}


/*------------------------------------------------------------*/
/* スマホサイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 780px) {

    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }


    /**********************************
     *
     * 動画
     *
     **********************************/
    #mv {
        display: none;
    }
    #iconPlay1 {
        width: 45px;
    }
	#movie {
	    top: 50%;
		left:50%;
	    width: 320px;
	    height: 180px;
	    margin-left: -160px;
	    margin-top: -90px;
	}
	i {
		right:0;
	}


    /**********************************
     *
     * キービジュアル
     *
     **********************************/
    #keyVisual .keyText {
        position:absolute;
        width:100%;
        height:90px;
    	top: auto;
        left:0;
        right:0;
        bottom: 30px;
    	margin: auto;
    }

    #keyVisual .keyText h2 {
        font-size:18px;
        line-height:150%;
        letter-spacing: 0.05em;
        font-weight: bold;
    }

    #keyVisual .keyText h3 {
        font-size:10px;
        line-height:150%;
        padding:10px 0 15px 0;
    }
    #keyVisual {
        padding-bottom: 0;
        height: auto;
        min-height: 0
    }
    #keyVisual .keyVisualInner {
        position: relative;
    }

    .topNews {
        position: relative;
        left: auto;
        width: 100%;
        bottom: auto;
        background: #f2f2f2;
        padding: 10px 0 18px;
        z-index: 10;
    }
    .topNews .inner {
        display: block;
        width: 100%;
        padding: 0 20px
    }
    .topNews .inner .ttl,
    .topNews .inner .td {
        display: block;
        padding: 5px 0
    }
    .topNews .inner .ttl {
        width: 77px;
        border-right: none;
        border-bottom: 1px solid #0E3A5A;
        margin: 0 auto;
        padding: 0 16px 5px 16px
    }
    .topNews .inner .ulNews > li {
        margin-top: 6px;
    }
    .topNews .inner .ulNews > li:first-child {
        margin-top: 0;
    }
    .topNews .inner .ulNews a {
        display: block;
        padding-left: 70px;
        font-size: 11px;
    }
    .topNews .inner .td {
        padding: 0;
        margin-top: 12px;
    }


    /**********************************
     *
     * ABOUT
     *
     **********************************/
     .topAbout {
        margin-top: 0 !important;
     }
     #about {
        margin-top: 0;
        padding:40px 0;
     }

    #about ul {
        width:100%;
        padding-top: 25px;
    }

    #about ul li {
        line-height:180%;
    }


    #about ul li:first-child {
        width:100%;
        padding-left:0;
        margin-bottom: 30px;
        float:none;
    }

    #about ul li:first-child p {
        letter-spacing: 1px;
    }


    #about ul li {
        width:100%;
        padding-left:0%;
        float:none;
        text-align:left;
        line-height:200%;
        color:#fff;
        position:relative;
    }
    #about .spClass .panel {
        text-align: center;
    }
    #about .spClass .panel iframe {
        height: 50vw;
        width: 97%;
    }

    /**********************************
     *
     * PRODUCTS
     *
     **********************************/
     #products {
        padding:40px 0;
     }

    #products ul {
        width:100%;
        margin-top: 28px;
        padding: 25px 0;
        box-shadow: 0px 9px 3px -3px #dedede;
    }

    #products ul li {
        width:100%;
        padding-left:0;
        padding-right:0;
        float: none;
        padding-top:25px;
    }

    #products ul li:first-child {
        width:100%;
        padding-left:0;
        padding-right:0;
        padding-top:0;
        line-height:180%;
    }

    #products ul li:last-child {
        width:90%;
        margin: 0 auto;
    }

    #products ul li:first-child h4 {
        width:40%;
        margin:0 auto;
    }

    #products ul li:first-child p{
        padding: 0 3% 25px 3%;
    }

    #products .right li:first-child {
        padding-left: 0;
    }

    #products .detailButton {
        width:127px;
        height:30px;
        background-color:#0b395b;
        text-align:center;
        line-height:30px;
        margin: 0 auto;
    }

    #products .detailButton a {
        width:127px;
        height:30px;
    }

    /**********************************
     *
     * RECRUIT
     *
     **********************************/
     #recruit {
        padding: 55px 0;
     }
     #recruit h4 {
        padding-top: 0;
        font-size: 16px;
     }
     #recruit ul {
        margin: 20px 0 30px;
     }
     #recruit ul li {
        float: none;
        padding: 0;
        width: 100%;
     }
     #recruit ul li img {
        width: 100%;
     }
     #recruit ul li.text {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
     }
    #recruit ul li.text p {
        padding: 0;
    }
    #recruit .btnRecruit {
        font-size: 15px;
    }

    /**********************************
     *
     * NEWS
     *
     **********************************/
    #news {
        padding: 40px 0;
    }

    #news .newsList {
        padding-top: 19px;
    }

    #news ul {
        width:100%;
        padding: 15px 0 0 0;
    }

    #news .space {
        padding:0!important;
    }

    #news ul li {
        min-height: auto;
        float: none;
        width:100%;
        margin-bottom: 15px;
        margin-left: 0;
        padding: 10% 4%;
        /*box-shadow: 0px 9px 3px -3px #0a314f;*/
        box-shadow: 5px 5px 10px #888;
    }

    #news ul li p a {
        text-decoration: underline;
        line-height: 200%;
    }






    /**********************************
     *
     * MEDIA
     *
     **********************************/
    #media {
        padding: 40px 0;
    }

    #media ul {
    }

    #media ul li,
    #company ul li,
    #partner ul li{
        width:48%;
        height:auto;
        float:left;
        padding:10px 0;
        margin-bottom: 10px;
        /*box-shadow: 0px 9px 3px -3px #dedede;*/
        box-shadow: 5px 5px 10px #082b45;

    }
    #company ul li {
        box-shadow: none;
    }

    #media .logoList {
        padding-top: 0px;
    }

    #media .pt_bottom {
        margin-bottom: 25px;
    }

    /**********************************
     *
     * 会社情報
     *
     **********************************/

    #company {
        background-image:none;
        background-color: #ededec;
        padding: 40px 0;

    }


    #company ul {
        max-width: 100%;
        width: 100%;
        padding-top: 25px;
    }

    #company ul li {
        width:100%;
        margin-left:0;
        padding-top:15px;
        float:none;
    }

    #company ul li:first-child {
        margin-left:0;
        margin-right:0;
        padding-bottom: 0;
    }

    #company .ptSpace {
        padding-top:15px;
    }

    #company dl dt {
        width:100%;
        float:none;
        clear: both;
    }

    #company dl dd {
        width:100%;
        float: none;
    }

    #company .detailBtn {
        position:static;
        margin: 25px auto;
    }


    /**********************************
     *
     * PARTNER
     *
     **********************************/
    #partner .title {
        color: #fff;
        margin-bottom: 25px;
    }

    #partner ul li{
        width:48%;
        height:auto;
        float:left;
        padding:10px 0;
        margin-bottom: 10px;
        /*box-shadow: 0px 9px 3px -3px #cecece;*/
        box-shadow: 5px 5px 10px #082b45;
    }

    #partner .pt_bottom {
        margin-bottom: 20px;
    }


    #companyList {
        margin-top:55px;
    }

    #companyList  .companyLogoList ul {
        padding: 0;
    }

    #partner .logoList {
        padding-top: 0px;
    }

    /**********************************
     *
     * CONTACT
     *
     **********************************/
    #contact {
        padding-top: 45px;
    }


    #contact ul{
        padding:25px 0 40px 0;
    }

    #contact ul li{
        width:100%;
        height: auto;
        float:none;
    }

    #contact ul li:first-child figure {
        width:80%;
        text-align: center;
    }

    #contact ul li:last-child {
        padding-top:30px;
    }

    #contact ul li:last-child figure {
        width:80%;
        text-align: center;
    }

    #contact ul li h4 {
        font-size:16px;
        text-align:center;
        padding:15px 0;
    }

    #contact ul li p {
        width:100%;
        margin:0 auto;
        padding:0 0 15px 0;
    }

    #contact ul li .contactButtonArea {
        position:static;
    }

    #contact ul li .contactButton{
        width:185px;
        height:45px;
        line-height:45px;
    }

    #contact ul li .contactButton a{
        width:185px;
        height:45px;
    }

}



/*update section news*/
.btnDefault {
    display: block;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    background-color: #0e456d;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .75);
    color: white;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 780px) {
    .btnDefault {
        padding: 13px 0;
        font-size: 15px;
    }
}
#news {padding-bottom: 45px;}
#news ul li a {text-decoration: none;}
#news ul li a .term,
#news ul li a p {
    color: #666;
}
#news .list-btn {
    text-align: center;
    margin-top: 50px;
}
#news .list-btn .btnDefault {
    margin: 0;
    margin-top: 20px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-right: 1px solid #959595;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}
#news .list-btn .btnDefault:last-child {
    border: none;
}
@media screen and (max-width: 900px) {
    #news ul li {
        padding: 0;
    }
    #news ul li a {
        display: block;
        padding: 2%;
        text-decoration: none;
    }
    #news ul li a .term,
    #news ul li a p {
        color: #666;
    }
}
@media screen and (max-width: 780px) {
    #news {padding-bottom: 31px;}
    #news ul li a {
        padding: 10% 4%;
    }
    #news ul li a p {
        text-decoration: underline;
        line-height: 1.9;
    }
    #news .btnNews {
        margin-top: 18px;
    }
}

/*update section company*/
#company {padding-bottom: 50px;}
#company .listBtnCompany {
    margin-top: 72px;
    display: block;
    text-align: center;
}
#company .listBtnCompany .btnCompany {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

#company .listBtnCompany .btnCompany:last-child {
    margin-right: 0;
}

@media screen and (max-width: 780px) {
    #company {padding-bottom: 46px;}
    #company .listBtnCompany {
        margin-top: 47px;
    }
}

@media screen and (max-width: 374px) {
    #company .listBtnCompany .btnCompany {
        width: 135px;
    }
}


/**** TOP static image ****/
#mv {
    background: url(../img/pc/keyvisual.jpg) no-repeat center 0;
    background-size: cover;
}

/* updated 07/29/2019 */

@media screen and (max-width: 900px){
    #keyVisual .keyText h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 780px) {
    #keyVisual .keyText h2 {
        font-size: 18px;
    }
}
article h2 {
    padding-bottom: 8px
}
.sectionTechnology {
    color: #000;
    background: #f3f3f3;
    padding-bottom: 90px
}
.sectionTechnology .title {
    color: #0e395a;
    margin-bottom: 24px
}
.sectionTechnology .thumb {
    width: 41.8%;
    float: right;
    margin-right: 2.67%
}
.sectionTechnology .thumb img {
    display: block;
    width: 100%;
}
.sectionTechnology .info {
    width: 47.7%;
    float: left;
    padding-left: 30px;
    line-height: 2
}
.sectionTechnology .info .ttl {
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 25px
}
.sectionTechnology .info .defaultBtn {
    margin-top: 22px
}
@media screen and (max-width: 780px){
    .sectionTechnology {
        padding-bottom: 50px
    }
    .sectionTechnology .title {
        margin-bottom: 15px
    }
    .sectionTechnology .thumb {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .sectionTechnology .info {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 30px
    }
    .sectionTechnology .info .ttl {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px
    }
    .sectionTechnology .info .defaultBtn {
        margin-top: 22px
    }
}
.defaultBtn {
    width: 170px;
    height: 50px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #0d3956;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
.clr01 {
    color: #0e395a !important
}
#products {
    background: #0e395b;
    padding: 50px 0 67px;
}
#products .title {
    color: #fff;
    margin-bottom: 50px
}
#products ul {
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    margin-top: 42px
}
#products .rowCol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 56px;
}
#products .rowCol .col {
    width: 26.8%;
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
    padding: 0 15px;
    border-left: 1px solid #fff;
}
#products .rowCol .col:last-child {
    border-right: 1px solid #fff;
}
#products .rowCol .ttl {
    font-size: 30px;
    margin-bottom: 27px;
    line-height: 1;
    text-align: center;
    font-weight: bold;

}
#products .rowCol .desc {
    max-width: 220px;
    margin: 0 auto
}
#products .pttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    width: auto !important
}
#products .pttl img {
    width: 314px;
    display: block;
}
#products ul li {
    padding-top: 1%;
    padding-bottom: 2.5%;
}
#products ul li:first-child {
    padding-left: 1%
}
#products .detailButton a {
    width: 154px;
    height: 44px;
    display: block;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 900px){
    #products .rowCol .col {
        width: 33.333333%
    }
}
@media screen and (max-width: 780px){
    .defaultBtn {
        width: 170px;
        line-height: 1;
        padding: 12px 0;
        height: auto
    }
    #products {
        padding: 50px 0;
    }
    #products .title {
        margin-bottom: 20px
    }
    #products ul {
        margin-top: 42px
    }
    #products .rowCol {
        display: block;
        margin-bottom: 30px;
    }
    #products .rowCol .col {
        width: 100%;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #fff;
    }
    #products .rowCol .col:last-child {
        border: none;
    }
    #products .rowCol .ttl {
        font-size: 20px;
        margin-bottom: 17px;
    }
    #products .rowCol .desc {
        max-width: 100%;
    }
    #products .pttl {
        font-size: 20px;
        padding-bottom: 12px !important
    }
    #products .pttl img {
        width: auto;
        max-width: 100%;
        margin: 0 auto
    }
    #products ul {
        padding: 20px;
    }
    #products ul li {
        padding: 0 !important;
        margin-bottom: 25px
    }
    #products ul li:last-child {
        margin-bottom: 0
    }
    #products ul li:first-child p {
        padding: 0;
    }
    #products .defaultBtn {
        margin-top: 15px
    }
    #products .detailButton {
        margin-top: 15px
    }
    #products .detailButton a {
        width: 154px;
        height: 44px;
        display: block;
        text-decoration: none;
        color: #fff;
    }
}
#recruit {
    background: #ededec;
    color: #000;
    padding: 99px 0 80px;
}
#recruit .title {
    color: #0e395a
}
#recruit ul {
    margin: 20px 0 80px
}
#recruit ul li {
    padding: 0;
    width: 50%
}
#recruit ul li.text {
    padding: 0 40px 0 0
}
#recruit ul li img {
    width: 100%;
    display: block;
}
#recruit .txt {
    font-size: 24px;
    padding: 32px 0 0;
    margin-bottom: 68px
}
#recruit .btnRecruit {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .45)
}
@media screen and (max-width: 780px){
    #recruit {
        padding: 50px 0;
    }
    #recruit ul {
        margin: 20px 0 30px
    }
    #recruit ul li {
        padding: 0;
        width: 100%
    }
    #recruit ul li.text {
        padding: 0;
        margin-bottom: 20px;
    }
    #recruit .txt {
        font-size: 16px;
        padding: 0;
        margin-bottom: 15px
    }
    #recruit .btnRecruit {
        width: 152px;
        padding: 12px 0 12px;
    }
}

#news {
    background: #0c3957;
    padding: 64px 0 80px;
}
#news .title {
    color: #fff;
    margin-bottom: 25px
}
#news ul {
    width: auto;
    margin: 0 -10px;
    padding: 0;
}
#news ul li {
    width: 33.33333333333333%;
    padding: 10px;
    margin: 0;
    background: none;
    box-shadow: none;
    border: none
}
#news ul li a {
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    background: #fff
}
#news .row-list-btn {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#news .list-btn {
    background: #0f4468;
    padding: 3px 0;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.5);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#news .list-btn .btnDefault {
    min-width: 166px;
    width: auto;
    padding: 7px 13px;
    color: #fff;
    background: none;
    box-shadow: none;
    margin-top: 0;
    font-size: 18px
}

@media screen and (max-width: 900px){
    #news ul {
        margin: 0;
    }
    #news ul li {
        width: 100%;
    }
    #news .list-btn {
        width: 100%
    }
    #news .list-btn .btnDefault {
        width: 20%;
        min-width: 0;
        font-size: 14px;
        padding: 5px;
    }
}
@media screen and (max-width: 780px){
    #news {
        padding: 50px 0;
    }
    #news .title {
        margin-bottom: 15px
    }
    #news ul {
        margin: 0 0 20px;
    }
    #news ul + ul {
        margin-bottom: 0
    }
    #news ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    #news ul li:last-child {
        margin-bottom: 0
    }
    #news ul li a {
        min-height: 0
    }
    #news .btnNews {
        margin-top: 30px
    }
}

#media {
    background: #ededec;
    padding: 54px 0 80px;
}
#media .title {
    color: #0e395a
}
#media .logoList {
    border: none;
    padding-top: 25px
}
#media ul li,
#company ul li,
#partner ul li {
    box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
    border: none
}
#media ul,
#partner ul {
    width: auto;
}
#media ul li,
#partner ul li {
    margin-left: 1.2%;
    width: 24.1%
}
#media ul li:nth-child(4n+1),
#partner ul li:nth-child(4n+1) {
    margin-left: 0
}
#media .pt_bottom {
    margin-bottom: 32px
}
@media screen and (max-width: 780px){
    #media {
        padding: 50px 0;
    }
    #media .logoList {
        padding-top: 0
    }
    #media ul li,
    #partner ul li {
        margin: 0 2% 10px 0;
        width: 48%
    }
    #media ul li:nth-child(2n),
    #partner ul li:nth-child(2n) {
        margin-right: 0
    }
    #media .pt_bottom {
        margin-bottom: 32px
    }
}

#company {
    background: #0c3957 url(../img/pc/bg_company02.png) no-repeat center 178px;
    color: #fff;
    padding: 70px 0 80px;
}
#company .title {
    color: #fff
}
#company ul {
    max-width: 100%;
    padding-top: 66px
}
#company ul li {
    box-shadow: none;
    width: 50%;
    padding: 0;
    margin: 0
}
#company ul li:first-child {
    padding-left: 11%
}
#company ul li:last-child {
    padding-left: 3%
}
#company .olTxt {
    display: table;
    width: 100%;
}
#company .olTxt > li {
    display: table-row;
    float: none;
    width: 100%
}
#company .olTxt .th,
#company .olTxt .td {
    display: table-cell;
    vertical-align: top
}
#company .olTxt .th {
    width: 85px
}
#company dl {
    display: table;
    overflow: visible;
    line-height: 1.192
}
#company dl dd,
#company dl dt {
    display: table-cell;
    vertical-align: top;
    float: none
}
#company dl dt {
    width: 64px
}
#company .ptSpace {
    padding-top: 34px
}
#company .listBtnCompany .btnCompany {
    width: 120px;
    height: 32px;
    line-height: 1;
    margin-right: 40px
}
#company .listBtnCompany .btnCompany:last-child {
    margin-right: 0
}
#company .listBtnCompany {
    margin-top: 80px
}
@media screen and (max-width: 900px){
    #company ul li {
        width: 100%;
        float: none;
        padding: 0 !important;
        margin-top: 34px
    }
    #company ul li:first-child {
        margin-top: 0
    }
}
@media screen and (max-width: 780px){
    #company {
        background: #0c3957;
        padding: 50px 0;
    }
    #company ul {
        padding-top: 14px
    }
    #company ul li {
        box-shadow: none;
        width: 100%;
        margin-top: 16px
    }
    #company ul li:first-child {
        padding-left: 0
    }
    #company ul li:last-child {
        padding-left: 0
    }
    #company .olTxt {
        display: table;
        width: 100%;
    }
    #company .olTxt > li {
        display: table-row;
        float: none;
        width: 100%
    }
    #company .olTxt .th,
    #company .olTxt .td {
        display: table-cell;
        vertical-align: top
    }
    #company .olTxt .th {
        width: 85px
    }
    #company dl {
        display: block;
        line-height: 1.4
    }
    #company dl dd,
    #company dl dt {
        display: block;
    }
    #company dl dt {
        width: auto;
        margin-bottom: 4px
    }
    #company .ptSpace {
        padding-top: 16px
    }
    #company .listBtnCompany .btnCompany {
        height: auto;
        margin-right: 10px
    }
    #company .listBtnCompany .btnCompany:last-child {
        margin-right: 0
    }
    #company .listBtnCompany {
        margin-top: 30px
    }
}
#partner {
    background: #ededec;
    padding: 90px 0 82px !important;
}
#partner .title {
    color: #0c3957;
    margin-bottom: 28px
}
#partner ul li {
    border: none
}
#partner .logoList {
    padding-top: 25px
}
#companyList {
    margin-top: 130px
}
#contact {
    padding-top: 150px
}


.breadcrumbTechnology {
    padding-top: 54px
}
.contentTechnology .mainContent {
    max-width: 910px;
    margin-top: 40px;
    line-height: 1.785;
    font-size: 14px;
    padding-bottom: 290px;
    color: #000
}
.contentTechnology .row + .row {
    margin-top: 38px
}
.contentTechnology .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -3px
}
.contentTechnology .thumb {
    margin-top: 34px
}
.contentTechnology .thumb01 {
    margin-top: 23px;
    padding-bottom: 15px
}
.contentTechnology p + p {
    margin-top: 26px
}

.contentTechnology .desc {
    margin-bottom: 70px
}
.contentTechnology img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.contentTechnology .title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold
}
@media screen and (max-width: 780px){
    .breadcrumbTechnology {
        padding-top: 11px
    }
    .contentTechnology .mainContent {
        max-width: 100%;
        margin-top: 16px;
        font-size: 12px;
        padding-bottom: 100px
    }
    .contentTechnology .row + .row {
        margin-top: 25px
    }
    .contentTechnology .ttl {
        font-size: 15px;
        margin-bottom: 0
    }
    .contentTechnology .thumb {
        margin-top: 25px
    }
    .contentTechnology .thumb01 {
        margin-top: 15px;
        padding-bottom: 0
    }
    .contentTechnology p + p {
        margin-top: 15px
    }

    .contentTechnology .desc {
        margin-bottom: 30px
    }
    .contentTechnology .title {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .defaultBtn {
        line-height: 48px
    }
}
.breadcrumb .scroll {
    overflow-y: inherit;
}

/* NEW TECHNOLOGY */

.techContent .sm {
    display: none;
  }

  .techContent .md {
    display: block;
  }

  .techContent .lang-en {
    display: inline-block;
  }

  header ul li:first-child.nav-language:hover {
    background-color: #fff;
    color: #222222;
  }

  header ul li:first-child.nav-language a:hover {
    color: #222222;
  }

  .nav-language {
      display: flex;
  }

  .nav-language span {
    font-weight: bold;
    font-size: 17px;
    color: #222222;
  }

  .techContent .text-center {
    text-align: center;
  }

  .techContent .page-title {
    text-align: center;
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
  }

  .techContent .page-title .video-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .techContent .page-title video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
    background-size: 100% 100%;
  }

  .techContent .page-title .iframe {
    width: 100%;
    height: 100%;
  }

  .techContent .page-title .title {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.475em;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.9;
  }

  .techContent .page-title .sub-title {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.4em;
  }

  .techContent .wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }

  .techContent .top-content {
    margin-top: -135px;
    padding: 65px 0;
    background-image: linear-gradient(#000624, #0c375e);
  }

  .techContent .top-content .wrapper {
    position: relative;
    z-index: 11;
    background-image: linear-gradient(#0c375e, #031334, #000624 27.5%);
  }

  .techContent .top-content .bg {
    background: url("../img/technology/bg_01.jpg") top center/1160px 813px no-repeat;
  }

  .techContent .section-technology {
    min-height: 820px;
  }

  .techContent .section-technology .title {
    display: flex;
    width: 786px;
    height: 78px;
    margin: 42px auto 50px;
    padding-top: 7px;
    letter-spacing: 0.4em;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    font-weight: bold;
    border: 1px solid #fff;
  }

  .techContent .section-technology .intro {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.07em;
  }

  .techContent .list-breadcrumb {
    padding: 3px 30px;
    font-size: 10px;
    font-weight: normal;
  }

  .techContent .list-breadcrumb a {
    color: #fff;
    text-decoration: none;
  }

  .techContent .list-intro {
    margin: 18px auto;
    max-width: 550px;
  }

  .techContent .list-intro .item {
    display: flex;
    align-items: center;
    padding: 8px 0 9px;
    border-bottom: 0.5px solid #fff;
  }

  .techContent .list-intro .item:last-child {
    padding: 15px 0 4px;
  }

  .techContent .list-intro .order {
    flex-basis: 100px;
    margin-right: 24px;
    font-size: 24px;
    text-align: right;
  }

  .techContent .list-intro .text {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .techContent .list-technology {
    margin-top: 76px;
  }

  .techContent .list-technology .block-title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.35em;
  }

  .techContent .list-technology .text {
    margin: 31px auto 27px;
    max-width: 550px;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .techContent .list-technology .block-cyneural {
    padding-bottom: 70px;
  }

  .techContent .list-technology .block-cyneural .img {
    display: block;
    width: 788.5px;
    height: 278px;
    margin: 0 auto;
  }

  .techContent .list-technology .block-wrao {
    padding: 61px 0 88px;
    background: url("../img/technology/bg_wrao.jpg") left top/1160.5px 342px no-repeat;
  }

  .techContent .list-technology .block-wrao .text {
    text-align: justify;
    letter-spacing: 0.075em;
  }

  .techContent .list-technology .block-wrao .text+.text {
    text-align: center;
    margin-bottom: 0;
  }

  .techContent .list-technology .block-wrao .img {
    display: block;
    width: 788.5px;
    height: 405.5px;
    margin: 65px auto 0;
  }

  .techContent .list-technology .block-cyhorus {
    padding: 50px 0 60px;
    background: url("../img/technology/bg_cyhorus.jpg") left top/1160.5px 326.5px no-repeat;
  }

  .techContent .list-technology .block-cyhorus .block-title {
    line-height: 2;
  }

  .techContent .list-technology .block-cyhorus .text {
    margin-top: 16px;
    letter-spacing: 0.08em;
    text-align: justify;
  }

  .techContent .list-technology .block-cyhorus .img {
    display: block;
    width: 787.5px;
    height: 411px;
    margin: 84px auto 0;
  }

  .techContent .section-contact {
    background: url("../img/technology/bg_contact.jpg") center/cover no-repeat;
    padding: 100px 0 83px;
    text-align: center;
  }

  .techContent .section-contact .title {
    font-size: 21px;
    letter-spacing: 0.5em;
  }

  .techContent .section-contact .text {
    font-size: 14px;
    margin: 21px 0 23px;
    letter-spacing: 0.3em;
  }

  .techContent .section-contact .btn-contact {
    display: flex;
    width: 336.5px;
    height: 43px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #003d6e;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.4em;
    border: 1px solid #0c375e;
  }

  @media screen and (min-width: 781px) {
    .techContent .trans {
      opacity: 1;
      transition: all 0.3s;
    }
    .techContent .trans:hover {
      opacity: 0.7;
      transition: all 0.3s;
    }
  }

  @media screen and (max-width: 780px) {
    .cateMenu a.lang-en {
        width: auto !important;
        display: inline-block !important;
        margin: 0 !important;
        line-height: 1.6 !important;
    }
    .techContent .sm {
      display: block;
    }
    .techContent .md {
      display: none;
    }
    .techContent .cateMenu ul li a.lang-en {
      display: inline;
    }
    .nav-language {
        justify-content: center;
    }
    .nav-language span {
      color: #fff;
      font-size: 24px;
      padding-bottom: 5px;
    }
    .techContent .page-title {
      min-height: 223px;
      height: auto;
      background: url("../img/technology/sp/bg_top.jpg") top center/cover no-repeat;
    }
    .techContent .page-title .title {
      font-size: 30px;
      letter-spacing: 0.2em;
    }
    .techContent .page-title .sub-title {
      margin-top: 11px;
      font-size: 12px;
      letter-spacing: 0;
    }
    .techContent .top-content {
      margin-top: -10px;
      padding: 0;
      background: transparent;
    }
    .techContent .top-content .wrapper {
      padding: 0 13px;
      background-image: linear-gradient(#000624 40%, #0c375e);
    }
    .techContent .top-content .bg {
      padding: 0 15px;
      background: url("../img/technology/sp/bg_01.jpg") top center/100% auto no-repeat;
    }
    .techContent .list-breadcrumb {
      padding: 13px 0 9px;
    }
    .techContent .section-technology .title {
      width: 100%;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 14px;
      letter-spacing: 3px;
      text-align: center;
    }
    .techContent .section-technology .intro {
      font-size: 12px;
      text-align: justify;
      line-height: 1.7;
      letter-spacing: 0;
    }
    .techContent .list-intro {
      max-width: 100%;
      margin-top: 5px;
    }
    .techContent .list-intro .item {
      padding: 12px 0 11px;
    }
    .techContent .list-intro .item:last-child {
      padding: 8px 0 12px;
    }
    .techContent .list-intro .item:last-child .text {
      line-height: 1.5;
    }
    .techContent .list-intro .order {
      flex-basis: 14px;
      margin-right: 12px;
      font-size: 24px;
      text-align: right;
    }
    .techContent .list-intro .text {
      flex: 1;
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0;
    }
    .techContent .list-technology {
      margin-top: 51px;
    }
    .techContent .list-technology .block-title {
      font-size: 18px;
      line-height: 1.4;
      letter-spacing: 0.25em;
    }
    .techContent .list-technology .text {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0;
      margin: 12px auto 11px;
      max-width: 100%;
      text-align: justify;
    }
    .techContent .list-technology .block-cyneural {
      padding-bottom: 35px;
    }
    .techContent .list-technology .block-cyneural .img {
      width: 100%;
      height: auto;
    }
    .techContent .list-technology .block-wrao {
      padding: 0 0 34px;
      margin: 0 -28px;
      background: transparent;
    }
    .techContent .list-technology .block-wrao .content-block {
      padding: 19px 28px 30px;
      background: url("../img/technology/sp/bg_wrao.jpg") left top/100% auto no-repeat;
    }
    .techContent .list-technology .block-wrao .text {
      margin-top: 4px;
      letter-spacing: 0;
    }
    .techContent .list-technology .block-wrao .img {
      width: calc(100% - 56px);
      height: auto;
      margin-top: 18px;
    }
    .techContent .list-technology .block-cyhorus {
      padding: 0 0 29px;
      margin: 0 -28px;
      background: transparent;
    }
    .techContent .list-technology .block-cyhorus .content-block {
      padding: 30px 28px 25px;
      background: url("../img/technology/sp/bg_cyhorus.jpg") left top/100% auto no-repeat;
    }
    .techContent .list-technology .block-cyhorus .block-title {
      margin: 0 -28px;
      line-height: 1.4;
      letter-spacing: 0;
    }
    .techContent .list-technology .block-cyhorus .text {
      margin-top: 13px;
      letter-spacing: 0;
    }
    .techContent .list-technology .block-cyhorus .img {
      width: calc(100% - 56px);
      height: auto;
      margin-top: 4px;
    }
    .techContent .section-contact {
      padding: 28px 0 50px;
      background: url("../img/technology/sp/bg_contact.jpg") center/cover no-repeat;
    }
    .techContent .section-contact .title {
      font-size: 18px;
      letter-spacing: 0.5em;
    }
    .techContent .section-contact .text {
      font-size: 12px;
      margin: 11px 0;
      letter-spacing: 0;
    }
    .techContent .section-contact .btn-contact {
      font-size: 12px;
      padding-top: 2px;
      width: 200px;
      height: 26px;
    }
  }


.is-top-page {
    --color-white: #f3f3f3;
    --color-bg-gray: #f3f3f3;
    --color-bg-blue: #0b395b;
    --color-title: #0b395b;
    --color-black: #000;
}
.is-top-page #about,
.is-top-page #products,
.is-top-page #media,
.is-top-page #partner {
    background-color: var(--color-bg-gray);
}

.is-top-page #news,
.is-top-page .sectionTechnology,
.is-top-page #recruit,
.is-top-page #company {
    background-color: var(--color-bg-blue);
}

.is-top-page #about .title,
.is-top-page #products .title {
    color: var(--color-title);
}

.is-top-page #about ul li,
.is-top-page #products .col {
    color: var(--color-black);
}

.is-top-page .sectionTechnology,
.is-top-page .sectionTechnology .title,
.is-top-page #recruit,
.is-top-page #recruit .title {
    color: var(--color-white);
}

.is-top-page #recruit .btnDefault {
    color: #0e456d;
    background-color: var(--color-white);
}

.is-top-page .sectionTechnology .defaultBtn {
    color: #0e456d;
    background-color: var(--color-white);
}

.is-top-page #products .col {
    border-color: var(--color-title) !important;
}

.is-top-page iframe {
    border: none;
}