@charset "UTF-8";

/* **************************************************

Name: sp_top.css

Create: 2019.07
Update: 

Copyright 2019 Hitachi, Ltd.

***************************************************** */

/* 966px~765px
=========================================================================================== */

@media screen and (max-width: 965px) {

	.mv01 {
		background-image: url(../image/top/mv_bg_011.jpg);
	}
  /* mv04 */
  .mv04 .mvInner {
    width: calc(100% - 60px);
  }


	/* 新着情報
	=========================================================================================== */

	.newsArea {
		padding: 100px 30px 160px 30px;
	}


	/* ピックアップ
	=========================================================================================== */

	.pickup ul {
		width: 90%;
		margin: 0 auto;
	}

	.pickup ul li{
		width: 33%;
	}

	.pickup ul div {
		padding: 20px 20px 0;
	}

	.pickup ul h3 {
		margin-bottom: 20px;
	}

	.pickup .txt_area p {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.pickup li a.btn {
		width: calc(100% - 40px);
		margin-top: auto;
		margin-bottom: 20px;
	}

	/* ○○から探す共通
	=========================================================================================== */


	.box_right h2 {
		padding: 4% 0 4% 5%;
	}

	/* 業務から探す
	=========================================================================================== */

	.box_left {
		width: 44%;
	}
	.works .box_left img {
		left: 0;
	}
	.box_right {
		width: 56%;
	}
	.works .box_right h2 {
		background-position: left 56px top 0;
		background-size: contain;
		margin: 0 0 -1% 0;
		width: 80%;
	}

	.works .cross_list_bg {
		margin: 0 0 0 -30%;
		padding: 40px 0 40px 35%;
	}

	.txt_list_warrap ul li {
		margin: 0 0 10px 0;
	}

	.works .txt_list_warrap {
		margin: 0 0 3% 0;
	}

	/* 課題から探す
	=========================================================================================== */

	.task .box_left img {
		right: 0;
	}
	.task .box_right h2 {
		background-position:left 144px top 0;
		background-size: contain;
		margin: 0 0 -1% 0;
		width: 75%;
	}
	.task .cross_list_bg {
		margin: 0 -30% 0 0;
		padding: 8% 5%;
	}
	.task .txt_list_warrap {
		margin: 0 0 3% 0;
	}
	/* 業界から探す
	=========================================================================================== */


	.industry .box_left img {
		left: 0;
	}
	.industry .box_right h2 {
		background-position: left 36px top 0;
		background-size: contain;
		margin: 0 0 -1% 0;
		width: 100%;
	}
	.industry .cross_list_bg {
		margin: 0 0 0 -30%;
		padding: 40px 0 40px 35%;
	}
	.industry .txt_list_warrap {
		margin: 0 0 3% 0;
	}
	/* 導入事例から探す
	=========================================================================================== */


/*	.three_column h2 {
		background-position: right;
		background-size: contain;
		padding: 2% 0;
		width: 60%;
		line-height: 1;
	}*/
	.three_column_warrap li {
		width: 40%;
	}
	/* .three_column_warrap.-movie {
		height: auto;
	}
	.three_column_warrap.-movie li {
		width: 90%;
		height: 48vw;
		max-width: 640px;
		max-height: 360px;
		border: none;
	} */
	
	/*グローバルサポート
	=========================================================================================== */


	.bg_gray {
		margin: 0 auto;
		padding: 8% 5% 5% 5%;
		background: url(../image/top/bg_global_support.jpg) no-repeat;
		background-size: cover;
		background-position:center;
	}

	.gs_img {
		align-items: flex-start;
		width: 100%;
		margin: 0;
	}
	.gs_img img {
		width: 25%;
	}
	/* 動画
	=========================================================================================== */
/*	.movie h2 {
		background-position: left 21px top 0 !important;
	}*/

	/* バナー
	=========================================================================================== */

	.banner ul {
		gap: 2%;
		width: 100%;
	}
	.banner ul li {
		width: 24%;
	}
	.banner div{
		   margin:0 0 30px 0 ;
	}
	.pmark {
		margin: 30px 0;
		text-align: right;
	}
}

/* 765px~500px
=========================================================================================== */

@media screen and (max-width: 765px) {

	/* mv02 */	

	.onesLogiLogo {
		margin: 100px auto 0 auto;
		padding-bottom: 20px;
		position: relative;
		width: 90%;
	}
	/* mv03 */
	.mv03 .pc_none {
		display: block;
	}

	.mv03 {
		display: flex;
		align-items: center;
	}
	.mv03 .mvInner {
		display: block;
		margin: 0 auto;
		max-width: 501px;
	}
	.mv03 .mvInnerL {
		display: flex;
		margin: 0 3% 10px 3%;
	}
	.mv03 .catch {
		width: 40%;
		margin: auto;
	}
	.mv03 .mvInnerL .pc_none {
		width: 60%;
		margin: 0 auto;
	}
	.mv03 .mvInnerR {
		width: 100%;
		margin: 0 auto;
	}
	.mv03 .mvInnerR .sp_none {
		display: none;
	}

	.mvRecruitBox {
		box-sizing: border-box;
		margin: 0 auto;
		width: 90%;
	}
	.mvRecruitBox::before {
		bottom: 0;
		right: 0px;
		top: -102px;
		left: 80px;
		background-size: 70%;
	}

	/* ピックアップ
	=========================================================================================== */

	.pickup ul {
		flex-wrap: wrap;
	}

	.pickup ul li{
		width: 49%;
		margin-bottom: 20px;
	}	
	
	
	
	a.btn.-blank span{
		padding-right: 25px;
	}
	a.btn.-blank span:before{
		width: 14px;
		height: 14px;
		background: url(../image/top/icon_blank.png) no-repeat;
		top: 3px;
		right: 0;
		left: auto;
		border: none;
		transform: none;
	}

	
	.three_column_warrap.-movie li + li,.three_column_warrap.-movie li {
		margin: 0 auto 30px auto;
	}
}

/* 500px~375px
=========================================================================================== */

@media screen and (max-width: 500px) {
	.three_column_warrap.-movie {
		height: auto;
	}
	.three_column_warrap.-movie li figure {
		height: 54vw;
	}
	.three_column_warrap li .jstream-eqPlayer {
		height: 54vw!important;
	}
	/* MV
	=========================================================================================== */


	.mvList > li {
		height: 260px;
	}
	/* mv02 */
	.onesLogiLogo {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.JS #Contents .onesLogiLogo img {
		width: 80%;
		margin-top: 30px;
	}
	.mv02 .mvInner p + p {
		margin-top: 10px;
		font-size: 1.0rem;
		color: #fff;
	}
	.mv02 .btn {
		margin-top: 10px;
		width: 70%;
	}

	/* mv03 */	


	.mv03 .mvInner {
		display: block;
		max-width: 375px;
		margin: 0px auto;
	}

	.mv03 .mvInnerL {
		margin: 10px 6%;
	}
	.mv03 .mvInnerL .pc_none {
		margin: 0 auto;
	}
	.mv03 .mvInnerR {
		width: 84%;
		margin:0 auto;
	}
	.mv03 .mvInnerR .sp_none {
		display: none;
	}
	.mvRecruitBox {
		margin: 10px auto 0 auto;
		width: 100%;
		padding: 3%;
	}

	.mvRecruitBox::before {
		bottom: 0px;
		right: 0;
		top: -68px;
		left: 52px;
		background-size: 50%;
		}

	.mvRecruitBox::after {
		content: '';
		position: absolute;
		top: -24px;
		right: -47%;
		background: url(../image/top/mv_img_04.png) no-repeat;
		width: 56%;
		height: 56%;
		background-size: contain;
	}
	.mvRecruitBox p {
		font-size: 0.8rem;
		letter-spacing:normal;
	}

	.mvRecruitBox p span {
		font-size: 1.0rem
	}
	.mvRecruitBtns {
		margin-top: 10px;
		justify-content: space-evenly;
	}
	.mvRecruitBtns .btn {
		width: 100%;
	}
	.mvRecruitBtns > li {
		width: 46%;
	}
	.mvRecruitBtns > li:nth-child(1) .btn {
		margin: 0;
		background: #34a6c6;
	}
	.mvRecruitBtns > li:nth-child(2) .btn {
		margin-left: 0;
		background: #314697;
	}
	.mvRecruitBtns > li a.btn span {
		position: relative;
		padding-left: 20px;
		color: #fff;
	}
	/* slideNavigation */	
	.bx-wrapper .bx-pager {
		bottom: 0;
		position: static;
		padding: 3% 0 0 0;
		background: #dcdcdc;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {	
	margin: 0 5px;	
	}




	/* 新着情報
	=========================================================================================== */

	.newsArea {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0;
	}

	.newsArea ul {
		padding: 0 3%;
	}

	.newsArea ul li {
		padding: 15px 0;
	}

	.newsArea ul li::after {
		right: 1%;
	}


	.newsArea ul li .news_txt {
		display: block;
		margin: 10px 20px 0 0;
	}

	.newsArea .btn {
		margin-top: 30px;
	}

	/* ピックアップ
	=========================================================================================== */

	.pickup ul {
		flex-direction: column;
	}

	.pickup ul li{
		width: 100%;
	}


	/* ○○から探す
	=========================================================================================== */

	.cross_list {
		padding: 0px 0 70px 0;
	}


	.cross_list li {
		margin: 0 0 60px 0;
	}

	.box_left {
		display: none;
	}

	.cross_list .pc_none {
	display: block;
	}

	.box_right {
		width: 100%;
	}


	.cross_list_bg .btn {
		 margin: 0 auto; 
		 width: 100%;
	}

	 .works .txt_list_warrap,
	 .task .txt_list_warrap,
	 .industry .txt_list_warrap {
		margin: 0 0 7% 0;
	}

	.txt_list_warrap li {
		font-size: 1.1rem;	
		margin: 0 0 15px 0;
	}

	.box_right h2{
		padding: 4% 0;
	}

	.works .box_right h2,
	.task .box_right h2,
	.industry .box_right h2 {
		margin: 0 0 -1% 20px;
	}

	.works .cross_list_bg,
	.task .cross_list_bg,
	.industry .cross_list_bg {
		margin: 0;
		padding: 6% 5% 10% 5%;
		background-size: cover;
	}


	/* 業務から探す
	=========================================================================================== */

	.works .box_right h2 {
		width: 76%;
		background-position: left 33px top 0;
	}

	.works .txt_list_warrap {
		height: auto;
	}

	.txt_list_warrap ul {
		margin: 0 0 20px 6px;
	}

	.txt_list_warrap ul li {
		font-size: 0.9rem;
	}


	/* 課題から探す
	=========================================================================================== */
	.task .box_right h2 {
		width: 70%;
		background-position: left 100px top 0;
	}

	.task .txt_list_warrap {
		height: auto;
	}

	/* 業界から探す
	=========================================================================================== */
	.industry .box_right h2 {
		width: calc(100% - 20px);
		background-position: left 20px top 0;
	}


	.industry .txt_list_warrap {
		height: 100px;
	}


	/* 導入事例から探す
	=========================================================================================== */

	.three_column {
		padding: 70px 0;
	}

	.three_column h2#case {
		background-position: left 103px top 0;
	    text-align: left;
	    width: 75%;
	    margin: 0 0 6% 20px;
	    background-size: contain;
	    padding: 4% 0;
	    line-height: 1;
	}

	.three_column_warrap {
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.three_column_warrap li {
		width: 90%;
		margin: 0 auto 30px auto;
		border: solid 1px #a9a9a9;
	}

	.three_column_warrap li img {
		width: 100%;
	}


	.three_column_warrap li figcaption {
		padding: 3% 5%;
		width: 90%;
	}

	.three_column_warrap li figcaption span {
		font-size: 1.2rem;
		padding: 0;
	}

	.three_column_warrap li p{
		font-size: 1.0rem;
		line-height: 1.5rem;
		padding: 0 5% 5% 5%;
	}

	.three_column_warrap li .case_name {
		margin: 0 0 0 5%;
		font-size: 1.4rem;
		padding: 5%;
	}


	.three_column_warrap li .case_name::before {
		top: 0;
	}


	/*グローバルサポート
	=========================================================================================== */

	.grobal_support {
		padding: 10% 5%;
		background: url(../image/top/bg_global_support.jpg) no-repeat;
		background-size: cover;
		margin: 0 0 80px 0;
		background-position: center;
	}

	.bg_gray {
		background: none;
	}

	.grobal_support p {
		width: 100%;
		font-size: 1.0rem;
		margin: 0 0 20px 0;
		}

	.bg_gray {
		padding: 5% 0;
	}

	.bg_gray a {
		margin: 0 auto;
		width: 100%
	}

	.gs_img {
		flex-wrap: wrap;
	}


	.JS #Contents .gs_img img {
		width: 50%
	}

	/* バナー
	=========================================================================================== */

	.banner {
		margin: 60px auto 0 auto;
		width: 62%;
	}

	.banner ul {
		flex-wrap: wrap;
	}
	.banner ul li {
		margin: 0 auto 20px auto;
		width: auto;
	}

	.JS #Contents .pmark img {
		width: 75px;
	}
}






