@charset "UTF-8";

/* **************************************************

Name: pc_top.css

Create: 2019.03
Update: 

Copyright 2019 Hitachi, Ltd.

***************************************************** */


/* mv
=========================================================================================== */

.bxsliderwrap {
	position: relative;
}


.mv {
	/*height: 480px;*/
}
.mvList > li {
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.mv01 {
	background-image: url(../image/top/mv_bg_01.jpg);
}
.mv02 {
	background-image: url(../image/top/mv_bg_02.jpg);
}
.mv03 {
	background-image: url(../image/top/mv_bg_03.jpg);
}
.mvInner {
	max-width: 965px;
	margin: 0 auto;
}

/* mv02 */
.mv02 .mvInner {
	text-align: center;
}
.onesLogiLogo {
	margin-top: 80px;
	padding-bottom: 20px;
	position: relative;
}
.onesLogiLogo::after {
	content: '';
	display: block;
	width: 133px;
	height: 1px;
	background: #fff;
	position: absolute;
	;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mv02 .mvInner p + p {
	margin-top: 16px;
	font-size: 24px;
	color: #fff;
	font-family: 'TBUDゴシック Std', sans-serif;
}
.mv02 .btn {
    margin-top: 30px;
	background: #D54357;
}


/* mv03 */
.mv03 .mvInner {
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.mv03 .catch {
    margin-top: 70px;
}

/* mv04 */
.mv04 .mvInner {
	width: 905px;
  height: 100%;
  background-image: url(../image/top/mv_bg_04.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.mvRecruitBox {
	box-sizing: border-box;
    margin: 84px auto 20px auto;
	width: 500px;
	padding: 20px 0 22px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .86);
	text-align: center;
	position: relative;
}

.mvRecruitBox::before{
	content: '';
    position: absolute;
    background: url(../image/top/mv_img_05.png);
    width: 666px;
    height: 465px;
    bottom: 0;
    right: 0;
    top: -126px;
    left: -86px;
    z-index: -1;
}

.mvRecruitBox::after {
	content: url(../image/top/mv_img_04.png);
	position: absolute;
    top: -47px;
    right: -53px;
}
.mvRecruitBox p {
	font-family: 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}

.mvRecruitBox p span {
	font-size: 24px;
}



.mvRecruitBtns {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.mvRecruitBtns .btn {
	width: 190px;
}
.mvRecruitBtns > li:nth-child(1) .btn {
	background: #34a6c6;
}
.mvRecruitBtns > li:nth-child(2) .btn {
	margin-left: 10px;
	background: #314697;
}
/* slideNavigation */
.bx-wrapper .bx-pager {
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 8px;
	background: #8d8d8d;
}

/* 矢印 */	

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: none;
    float: left;
    margin-left: 14px;
    box-sizing: border-box;
    border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    transform: rotate(-45deg);
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: none;
    float: right;
    margin-right: 14px;
    box-sizing: border-box;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    text-align: left;
    opacity: 0.6;
}

/* 新着情報
=========================================================================================== */

.newsArea{
	padding: 100px 0 160px 0;
}

.newsArea h2 {
	line-height: 0;
}

.newsArea h2 span::before {
    width: 152px;
    background: url("../image/top/h2_border.gif");
}

.newsArea ul{
    line-height: 5;
}

.newsArea ul li{
	position: relative;
    border-top: 1px solid #a9a9a9;
	padding: 30px 50px 30px 0;
}

.newsArea ul .link_none{
	display: flex;
}

.newsArea ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 3%;
    top: 0px;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-top: solid 2px #D54357;
    border-right: solid 2px #D54357;
    transform: rotate(45deg);
}

.newsArea ul li .date_cate {
	width: 220px;
}

.newsArea ul li .news_txt {
	width: 700px;
}

.newsArea .link_none::after {
	display: none;
}

.newsArea ul li:last-child{
	border-bottom: 1px solid #a9a9a9;
}
.newsArea .btn{
	margin-top: 60px;
}

.newsArea ul li a{
	display: flex;
}


.newsArea ul li a:hover .news_txt{
	text-decoration: underline;
}

.newsArea ul li span{
	position: relative;
}

.newsArea ul li .date {
	font-size: 12px;
    color: #1853a1;
}

.newsArea ul li .news_cate_news,
.newsArea ul li .news_cate_exhibition,
.newsArea ul li .news_cate_product,
.newsArea ul li .news_cate_semimer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
    display: inline-block;
    width: 80px;
	margin: 0 14px;
	border: none;
}

.newsArea ul li .news_cate_news {
	background: #D2363A;
}

.newsArea ul li .news_cate_exhibition {
	background: #3192B5;
}

.newsArea ul li .news_cate_product {
	background: #2760B1;
}

.newsArea ul li .news_cate_semimer {
	background: #F0A700;
}

.newsArea ul li .news_txt {
	font-size: 14px;
}


/* ピックアップ
=========================================================================================== */

.pickup{
	padding: 0 0 160px 0;

}

.pickup h2 {
	line-height: 0;
}

.pickup h2 span::before {
    width: 152px;
    background: url("../image/top/h2_border.gif");
}

.pickup ul{
    display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 1
}

.pickup ul:before{
	position: absolute;
	content: '';
	width: 200%;
	height: 100%;
	top:40px;
	left: 0;
	right: 0;
	margin: auto -50%;
	background: #ececec;
	z-index: -1
}
.pickup ul li{
    width: 239px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
}

.pickup ul figure{
    margin: 0;
}
.pickup ul figure img {
    max-width: 100%;
}
.pickup ul div{
	padding: 20px 15px 0;
}

.pickup ul h3{
    font-size: 110%;
    margin-bottom: 10px;
}

.pickup ul h3 span{
    font-size: 80%;
}

.pickup .txt_area p {
	background: -moz-linear-gradient(left, #68d0ea 0%, #0278ca 100%);
    background: -webkit-linear-gradient(left, #68d0ea 0%, #0278ca 100%);
    background: linear-gradient(to right, #68d0ea 0%, #0278ca 100%);
	font-family: nobel, sans-serif;
    font-weight: 600;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}


*::-ms-backdrop, _:-ms-lang(x), .pickup .txt_area p{
    -webkit-background-clip: border-box;
    background: none;
    color: #0278ca;
}

.pickup li a.btn {
    width: calc(100% - 30px);
	margin-top: auto;
	margin-bottom: 30px;
}

/* ○○から探す共通
=========================================================================================== */

.pc_none {
	display: none;
}

.cross_list {
    padding: 0 0 128px 0;
}

.cross_list a {
	color: #fff;
}

.cross_list li {
	margin: 0 0 120px 0;
}

.cross_list li:last-child {
    margin: 0;
}

.cross_list_bg .btn {
    margin: 0;
    background: #D54357;
}

.right_list {
	display: flex;
}

.box_left {
	width: 302px;
	position: relative;
}

.box_left img {
	position: absolute;
}

.box_right {
	display: flex;
	flex-direction: column;
	width: 663px;
}

.box_right h2 {
    text-align: left;
	line-height: 1;
	padding: 42px 0 26px 0;
}

.txt_list_warrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.txt_list_warrap li {
	color: #fff;
    position: relative;
    padding-left: 30px;
	margin: 0 16px 15px 0;
	font-size: 20px;
	line-height: 1;
}

.txt_list_warrap li:last-child {
	margin: 0;
}

.txt_list_warrap li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    background: #D54357;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.txt_list_warrap li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: none; 
    display: inline-block;
    position: absolute;
    left: 5px;
    box-sizing: border-box;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    top: 0;
    margin: auto;
    bottom: 0;
}


.txt_list_warrap li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.txt_list_warrap li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.txt_list_warrap li a:hover::after {
  transform: scale(1, 1);
}




/* 業務から探す
=========================================================================================== */



.works .box_left img {
    left: -74px;
}



.works .box_right h2 {
	margin: 0px -74px -8px 255px;
	background: url("../image/top/h2_bg01.png") no-repeat;
    background-position: right;
}


.works .cross_list_bg {
	background:url("../image/top/bg_seurch_01.jpg") no-repeat;
    margin: 0 -480px 0 0;
    padding: 40px 480px 40px 255px;
}

.works .txt_list_warrap {
    height: 156px;
    margin: 0 0 35px 0;
}
    
.txt_list_warrap ul {
	margin: 0 0 0 6px;
}

.txt_list_warrap ul li:first-child {
	margin: 0 0 0;
}

.txt_list_warrap ul li {
    position: relative;
    padding-left: 17px;
    margin: 0 25px 10px 0;
	font-size: 16px;
}

.txt_list_warrap ul li:last-child {
	margin: 0;
}

.txt_list_warrap ul li::before {
    display: none;
}

.txt_list_warrap ul li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: none;
    display: inline-block;
    position: absolute;
    left: -1px;
    box-sizing: border-box;
    border-top: solid 2px #D54357;
    border-right: solid 2px #D54357;
    transform: rotate(45deg);
    top: 0;
    margin: auto;
    bottom: 0;
}



/* 課題から探す
=========================================================================================== */

.task {
	flex-direction: row-reverse;
}

.task .box_right h2 {
	margin:0 350px -8px 0;
	background: url("../image/top/h2_bg02.png") no-repeat;
    background-position: right;
}

.task .cross_list_bg {
	background:url("../image/top/bg_seurch_02.jpg") no-repeat;
	margin: 0 0 0 -480px;
    padding: 40px 0 40px 480px;
}

.task .txt_list_warrap {
	height: 125px;
    margin: 0 0 66px 0;
}

.task .box_left img {
	position: absolute;
    right: -74px;
}





/* 業界から探す
=========================================================================================== */

.industry .box_left img {
    left: -74px;
}

.industry .box_right h2 {
	margin: 0 -221px -8px 255px;
	background: url("../image/top/h2_bg03.png") no-repeat;
    background-position: right;
}

.industry .cross_list_bg {
	background:url("../image/top/bg_seurch_03.jpg") no-repeat;
    margin: 0 -480px 0 0;
    padding: 40px 480px 40px 255px;
}

.industry .txt_list_warrap {
	height: 105px;
	margin: 0 0 87px 0;
	width: 360px;
}



/* 導入事例から探す
=========================================================================================== */

.three_column {
	padding: 100px 0 160px 0;
}

.three_column h2#case {
	background: url("../image/top/h2_bg04.png") no-repeat;
    background-position: right;
    text-align: center;
    margin: 0 auto;
	line-height: 0;
    padding: 53px 0;
    width: 445px;
}

.three_column_warrap {
	display: flex;
	justify-content: space-between;
	height: 295px;
	margin: 50px 0 60px 0;
}
.three_column_warrap li {
	width: 293px;
    position: relative;
}

/* .three_column_warrap.-movie {
	justify-content: center;
    height: 380px;
}
.three_column_warrap.-movie li {
	width: 90%;
    height: 54vw;
    max-width: 640px;
    max-height: 360px;
} */
.three_column_warrap.-movie {
    justify-content: center;
    height: 250px;
}
.three_column_warrap.-movie li figure{
    overflow: auto;
    height: 180px;
}
.three_column_warrap.-movie li + li {
    margin-left: 35px;
}

.three_column_warrap li a {
	display: block;
}

.three_column_warrap li a:hover img {
	transform: scale(1.1);
    transition-duration: 0.3s;
	opacity: 0.8;
}


.three_column_warrap li p {
	line-height: 20px;
}

.three_column_warrap li figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.three_column_warrap li img {
	width: 293px;
}
.three_column_warrap li .jstream-eqPlayer {
    height: 180px!important;
}

.three_column_warrap li figcaption {
	line-height: 27px;
	position: absolute;
	color: #fff;
	width: 100%;
    background: rgba(0,0,0,.8);
    bottom: 0;
}

.three_column_warrap li figcaption span {
	font-size: 14px;
    padding: 0 0 0 9px;
    color: #fff;
    display: block;
}

.three_column_warrap li .case_name {
    position: relative;
    padding-left: 17px;
    margin: 16px 0;
    font-size: 20px;
    line-height: 1;
}

.three_column_warrap li .case_name::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 13px;
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    border-top: solid 2px #D54357;
    border-right: solid 2px #D54357;
    transform: rotate(45deg);
}






/* グローバルサポート
=========================================================================================== */

.grobal_support {
	padding: 0 0 120px 0;
}

.grobal_support h2 {
	line-height: 0;
}

.grobal_support h2 span::before {
    width: 152px;
    background: url("../image/top/h2_border.gif");
}

.bg_gray {
    background: url("../image/top/bg_global_support.jpg");
	text-align: center;
    margin: 0 -157.5px;
    padding: 77px 157.5px 40px 157.5px;
}

.bg_gray p {
    font-size: 14px;
    width: 620px;
    margin: 0 auto 30px auto;
}

.gs_img {
	display: flex;
	margin: 0 -157.5px;
}
/* 動画
=========================================================================================== */
.movie .three_column_warrap li .case_name {
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.2rem;
}
.movie .three_column_warrap{
	margin-bottom:0;
}
.mainWrap .movie h2{
    padding-bottom: 0;
    line-height: 0;
}
.movie h2 span::before {
    width: 152px;
    background: url("../image/top/h2_border.gif");
}
/*.movie h2 {
    background: url(../image/top/h2_bg06.png) no-repeat;
    background-position: right;
    text-align: left;
    margin: 0 auto;
    line-height: 0;
    padding: 53px 0;
    width: 425px;
}*/

/* お問い合わせ
=========================================================================================== */

.contact h2 span {
    color: #fff;
}



/* バナー
=========================================================================================== */

.banner {
	margin: 60px 0;
}

.banner ul {
	display: flex;
    justify-content: flex-start;
    gap: 15px;
	align-items: center;
}
.banner div{
	   margin:20px 0 0 0 ;
	   display: flex;
       width: 100%;
       justify-content: flex-end;
}


.pmark {
	margin:30px 0;
	text-align: right;
}
.pmark img{

    width:75px;
}


a.btn.-blank span{
	padding: 0 25px 0 0;
}
a.btn.-blank span:before{
	position: absolute;
    width: 14px;
    height: 14px;
    background: url(/en/image/top/icon_blank.png) center center/cover no-repeat;
    top: calc(50% - 7px);
    right: 0;
    transform: rotate(0deg);
    border: none;
    left: auto;
}