@import url("bootstrap-grid.min.css");

html {
	font-size: 1rem;
	line-height: 1.4;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*
::-moz-selection {
	background: #CA0B2C;
	text-shadow: none;
}

::selection {
	background: #CA0B2C;
	text-shadow: none;
}
*/

:hover {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

body {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*===============================
walsheim font
===============================*/

@font-face {
	font-family: 'WalsheimProBold';
	src: url('../font/GT-Walsheim-Pro-Bold.eot');
	/* IE9 Compat Modes */
	src: url('../font/GT-Walsheim-Pro-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/GT-Walsheim-Pro-Bold.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../font/GT-Walsheim-Pro-Bold.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'WalsheimProBoldOblique';
	src: url('../font/GT-Walsheim-Pro-Bold-Oblique.eot');
	/* IE9 Compat Modes */
	src: url('../font/GT-Walsheim-Pro-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/GT-Walsheim-Pro-Bold-Oblique.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../font/GT-Walsheim-Pro-Bold-Oblique.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'WalsheimProRegular';
	src: url('../font/GT-Walsheim-Pro-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../font/GT-Walsheim-Pro-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/GT-Walsheim-Pro-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../font/GT-Walsheim-Pro-Regular.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'WalsheimProRegularOblique';
	src: url('../font/GT-Walsheim-Pro-Regular-Oblique.eot');
	/* IE9 Compat Modes */
	src: url('../font/GT-Walsheim-Pro-Regular-Oblique.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/GT-Walsheim-Pro-Regular-Oblique.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../font/GT-Walsheim-Pro-Regular-Oblique.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'WalsheimProLight';
	src: url('../font/GT-Walsheim-Pro-Light.eot');
	/* IE9 Compat Modes */
	src: url('../font/GT-Walsheim-Pro-Light.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/GT-Walsheim-Pro-Light.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../font/GT-Walsheim-Pro-Light.ttf') format('truetype');
	/* Safari, Android, iOS */
}

/**============**/

body p {
	margin: 30px auto;
	line-height: 1.6;
	font-size: 1rem;
	font-family: 'WalsheimProRegular', 'MS Gothic',Arial, Helvetica Neue, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;

}

body .lang-jp p{
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}
h1 {
	font-family: 'WalsheimProBold',Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lang-jp h1 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}
h2 {
	font-family: 'WalsheimProBold',source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , 'MS Gothic', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lang-jp h2 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}

/*sub headline*/

h3 {
	font-family: 'WalsheimProBold',Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lang-jp h3 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}

h4 {
	font-family: 'WalsheimProBold',Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.lang-jp h4 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}

.error404 a,
.error404 a:visited {
	color: #fff;
	margin-top: 40px;
	line-height: 2;
	text-decoration: underline;
}

.client-cta p a,
.client-cta p a:visited {
	text-decoration: none;
}



.footer-logo img {
	width: 150px;
	height: auto;
}

.footer-left-circle {
	padding: 50px;
	width: 100%;
	margin-right: 20px;
	background-image: url(../img/graphics/bottom-circle-shape.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

.home .client-cta,
.page-template-front-page .client-cta,
.page-template-front-page-jp .client-cta {
	display: none;
}

.client-cta {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 650px;
	background-image: url(../img/graphics/dxc-btm.jpg);
	background-size: cover;
	margin-top: 40px;
}

.client-cta p {
	font-size: 13px;
}

.client-cta .footer-logo {
	border: none;
}

/*leftmenu*/
.leftmenu a p,
.leftmenu a h3 {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.leftmenu a:hover p,
.leftmenu a:hover h3 {
	color: #FFED00;
}

.leftmenu a:hover p {
	text-decoration: underline;
}

.leftmenu {
	display: none;
}

.article_container .leftmenu h2 {
	margin-bottom: 35px;
	font-size: 1.5rem;
}

.leftmenu h3 {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-family: 'WalsheimProBold', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.lang-jp .leftmenu h3 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}


.leftmenu p {
	max-width: 300px;
	margin: 0;
}

.leftmenu ul li {
	padding: 20px;
	position: relative;
	padding-left: 40px;
}

.leftmenu ul li::before {
	content: "";
	height: 15px;
	width: 15px;
	background-image: url(../img/graphics/sidebar-icon.svg);
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 5px;
}

.leftmenu ul li:first-child {
	border-top: 1px solid #383838;
}

.leftmenu ul li {
	border-bottom: 1px solid #383838;
}

/* ==========================================================================
w3 positioning
========================================================================== */

.w3-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.w3-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.w3-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

.w3-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}

.w3-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.w3-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%)
}

.w3-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.show {
	opacity: 100 !important;
	visibility: visible !important;
}


/* ==========================================================================
Author's custom styles
========================================================================== */
.jp-tooltip.whats-this-tooltip {
	font-family: 'WalsheimProRegular',source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif,Arial, Helvetica Neue, Helvetica, sans-serif;
}


.lang-jp .home-menu p br {
	display: none;
}

#footer {
	padding: 10px 15px;
	background-color: #666666;
}

.disclaimer {
	font-size: 11px;
	margin-top: 0px;
	font-style: normal;
	font-weight: 100;
	line-height: 1.4;
	text-align: center;
	color: #eee;
}

.wrap-overflow {
	position: relative;
	overflow: hidden;
}

/*home*/
.home-top {
	height: auto;
}

.home-top .col-md-7 {
	display: none;
}

.article-top {
	height: auto;
	margin-bottom: 0px;
}


.article-top .home-right {
	margin-top: 0px;
}

.home-img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
}

.home-imgnum-1,
.home-menu .col1 a::before {
	background-image: url(../img/photos/article1-healthcare.jpg);
	background-position: right top;
}

.home-imgnum-2,
.home-menu .col2 a::before {
	background-image: url(../img/photos/article2-airport1.jpg);
	background-position: right bottom;
}

.home-imgnum-3,
.home-menu .col3 a::before {
	background-image: url(../img/photos/article3-banking1.jpg);
	background-position: right bottom;
}

.home-imgnum-4,
.home-menu .col4 a::before {
	background-image: url(../img/photos/article4-manufacture.jpg);
	background-position: right top;
}

.home-imgnum-5,
.home-menu .col5 a::before {
	background-image: url(../img/photos/article5-insurance1.jpg);
	background-position: right top;
}


.home-menu .col1 a::before {
	border: none;
	background-position: center center !important;
}

.home-menu .col2 a::before {
	border: none;
	background-position: center center !important;
}

.home-menu .col3 a::before {
	border: none;
	background-position: left center !important;
}

.home-menu .col4 a::before {
	border: none;
	background-position: center center !important;
}

.home-menu .col4 a::before {
	border: none;
}

.article-top .col-md-8 {
	margin-top: 80px;
	height: 300px;
}


.home-left::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -1px;
	background-image: url(../img/graphics/home-triangle.svg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	display: none;
}

.home-right {
	padding: 20px 20px 0px 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 110px;
}



.right-wrapper {
	max-width: 500px;
	width: 100%;
}

.right-wrapper img {
	width: 100%;
}



.page-template-article3-finance-jp .lang-jp.article-page .right-wrapper h1 br,
.page-template-article4-manufacturing-jp .lang-jp.article-page .right-wrapper h1 br {
	display: none !important;
}

/*home-menu*/
.home-top {
	min-height: 425px;
}

.home .wrap-overflow {
	min-height: 685px;
}

.home-menu {
	margin-top: 20px;
}

.home-menu h2 {
	font-size: 1.2rem;
	line-height: 1.3;
	height: 30px;
	margin-bottom: 30px;
}

.lang-jp .home-menu h2 {
	font-size: 1.6rem;
}

.home-menu p {
	margin: 0;
	max-width: 270px;
}



/*mobile setup for home menu*/
.home-menu .col {
	margin-bottom: 10px;
}

.home-menu .col a.menua {
	padding-left: 50%;
	padding-right: 15px;
}

.menua span,
.menua p,
.menua h2 {
	margin-left: 20px;
}



.home-menu .col a.selected {
	color: #000;
	background-color: #FFED00;
	/*color: #FFED00;*/
	/*border-left:5px solid #FFED00;*/
}

.home-menu .col a::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	border-left: 1px solid #707070;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-size: cover;
	background-position: left bottom;
}

.home-menu .col a.selected::before {
	border: none !important;
}

.home-menu .col1 a::before {
	border-left: 0px solid #707070;

}

.home-menu .col span {
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	background-size: contain;
	background-position: center center;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.home-menu .col a {
	cursor: pointer;
	display: block;
	width: 100%;
	padding-right: 40px;
	/*width: 90%;*/
	height: 100%;
	padding: 20px;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
}


/*
.home-menu .col a::after {
	content: "";
	position: absolute;
	z-index:-1;
	left: 0px;
	bottom: 0px;
	height: 0%;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-color:white;
}
.home-menu .col a.selected::after {
	height: 100%;
}
*/
.col.col1 span {
	background-image: url(../img/graphics/icon1-healthcare.svg);
}

.col.col2 span {
	background-image: url(../img/graphics/icon2-transport.svg);
}

.col.col3 span {
	background-image: url(../img/graphics/icon3-finance.svg);
}

.col.col4 span {
	background-image: url(../img/graphics/icon4-manufacture.svg);
}

.col.col5 span {
	background-image: url(../img/graphics/icon5-insurance.svg);
}

.col.col1 a.selected span {
	background-image: url(../img/graphics/icon1-healthcare-black.svg);
}

.col.col2 a.selected span {
	background-image: url(../img/graphics/icon2-transport-black.svg);
}

.col.col3 a.selected span {
	background-image: url(../img/graphics/icon3-finance-black.svg);
}

.col.col4 a.selected span {
	background-image: url(../img/graphics/icon4-manufacture-black.svg);
}

.col.col5 a.selected span {
	background-image: url(../img/graphics/icon5-insurance-black.svg);
}



/*preload hover states*/
.hover-preload {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100px;
	height: 100px;
}

.hover-preload li {
	width: 1px;
	height: 1px;
	top: -1px;
	left: -1px;
	position: absolute;
	background-color: red;
	z-index: 1000;
	background-size: cover;
}

.hover-preload li::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	background-size: cover;
	z-index: 999;
}

.hover-preload li:nth-child(1) {
	background-image: url(../img/graphics/icon1-healthcare-black.svg);
}

.hover-preload li:nth-child(2) {
	background-image: url(../img/graphics/icon2-transport-black.svg);
}

.hover-preload li:nth-child(3) {
	background-image: url(../img/graphics/icon3-finance-black.svg);
}

.hover-preload li:nth-child(4) {
	background-image: url(../img/graphics/icon4-manufacture-black.svg);
}

.hover-preload li:nth-child(5) {
	background-image: url(../img/graphics/icon5-insurance-black.svg);
}

.hover-preload li:nth-child(1)::before {
	background-image: url(../img/photos/article2-airport1.jpg);
}

.hover-preload li:nth-child(2)::before {
	background-image: url(../img/photos/article3-banking1.jpg);
}

.hover-preload li:nth-child(3)::before {
	background-image: url(../img/photos/article4-manufacture.jpg);
}

.hover-preload li:nth-child(4)::before {
	background-image: url(../img/photos/article5-insurance1.jpg);
}

.home-menu .row {
	height: 100%;
}

/*article*/
.article-page .scrolldown {
	background-image: url(../img/graphics/scroll-down.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
	margin: 20px auto;
	display: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.article-page .scrolldown:hover {
	opacity: 0.8;
}

.article-page .right-wrapper .article-icon {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 20px;
}

.article-page .right-wrapper .article-cat {
	display: inline-block;
}

.article-page .right-wrapper h4 {
	text-transform: uppercase;
	font-size: 1.8rem;
	display: inline-block;
	border-bottom: 2px solid #FFED00;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}


.article-page .right-wrapper h1 {
	font-family: 'WalsheimProRegular';
	font-size: 1.8rem;
	line-height: 1.2;
	max-width: 350px;
}
.lang-jp.article-page .right-wrapper h1 {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' ,sans-serif;
}

.article-page .right-wrapper .article-cat span {
	width: 100%;
	border-top: 2px solid #FFED00;
	margin: 20px 0;
	display: inline-block;
}

.article-page .right-wrapper .tdesc {
	margin: 0px !important;
}

.article-page .right-wrapper .tdesc p {
	margin-bottom: 0px;
}



.article_container h2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 30px;
}

.article_container a,
.client-cta p a {
	color: #fff;
	position: relative;
	border-bottom: 1px solid #FFED00;
	padding-bottom: 3px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.article_container a:hover,
.client-cta p a:hover {
	color: #FFED00;
}


.article_container img {
	display: block;
	width: 100%;
}

.info-wrapper {
	text-align: center;
	margin-top: 30px;
}

.jp-learnmore {
	display: none !important;
}

.infographic-btn,
.client-cta .learnmore {
	color: #000 !important;
	padding: 8px 20px !important;
	font-family: 'WalsheimProBold', Arial, Helvetica Neue, Helvetica, sans-serif;
	background-color: #FFED00;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: 1px solid #FFED00;
}

.lang-jp .client-cta .learnmore {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}
.infographic-btn:hover,
.client-cta .learnmore:hover {
	border: 1px solid #fff;
}

blockquote {
	margin: 40px 0px;
}

blockquote p {
	text-align: center;
	border-top: 1px solid #FFED00;
	border-bottom: 1px solid #FFED00;
	padding: 20px;
	font-size: 1.2rem;
	font-family: 'WalsheimProRegularOblique', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-style: italic;
}

.lang-jp blockquote p {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}

blockquote span {
	font-family: 'WalsheimProRegularOblique', Arial, Helvetica Neue, Helvetica, sans-serif;
	float: right;
	line-height: 1.4;
	font-style: italic;
}
.lang-jp blockquote span {
	font-family: source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif;
}


#partner-logo .cls-1 {
	fill: #fff;
}

#global-header.dark #mobile-wrapper,
#global-header.dark {
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;

}


#global-header.dark #mobile-wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#global-header.dark #mobile-wrapper {
	background-color: rgba(0, 0, 0, 0.2);
}

#global-header h2 {
	display: inline;
}

.lang-sel a {}

.lang-sel a {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.lang-sel a:hover {
	opacity: 0.8;
}

.lang-sel a:first-child {
	margin-right: 5px;
	font-size: 0.65rem;
}

.lang-sel .eng-btn {
	font-size: 0.7rem;
}

.lang-sel .selected {
	border-bottom: 1px solid #FFED00;
}

#global-header h2.lang-sel {
	font-family: 'WalsheimProRegular', source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif,Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.8rem;
}

#global-header h2 a {
	color: #fff;
}

/*menu*/

#wsjcs-menu-wrapper {
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: block;
	top: 0px;
}

#menu {
	padding-top: 100px;
	background-color: #000000;
	width: 500px;
	height: 100vh;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#menu .home-url-wrapper {
	padding-left: 50px;
	padding-bottom: 40px;
}

#menu .home-url {
	color: #fff;
	text-transform: uppercase;
	font-family: 'WalsheimProBold',source-han-sans-japanese, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic', 'ＭＳ ゴシック' , sans-serif, Arial, Helvetica Neue, Helvetica, sans-serif;
}


#menu .home-url img {
	height: 50px;
}

#menu li a {
	color: #fff;
	display: block;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding: 20px;
	padding-left: 50px;
}

#menu li a p {
	margin: 10px 0px 0px 0px;
	font-size: 1rem;
}

#menu li a h3 {
	font-size: 1.5rem;
	line-height: 1.2;
}

#menu li {
	border-bottom: 1px solid #707070;
}


#menu li:last-child {
	border: none;
}


#menu li a:hover {
	background-color: #feeb34;
	color: #333;
	opacity: 1;

}

.hamburger span {
	z-index: 120;
}

.menu-view #wsjcs-menu-wrapper {
	z-index: 101;
	top: 0px;

}

/*hide for animation*/
.article_container img,
.article_container blockquote,
.client-cta,
.article-top .home-left,
.article-top .home-right,
.home-top,
.home-menu {
	visibility: hidden;
}

/*==============================
medie queries
==============================*/

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

@media only screen and (max-width: 769px) {
	.home-menu .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

/*min width - mobile first*/


@media only screen and (min-width: 576px) {}


@media only screen and (min-width: 768px) {
	.lang-jp.article-page .right-wrapper h1 br {
		display: none;
	}

	.lang-jp .home-menu p br {
		display: none;
	}

	.lang-jp .home-menu h2 {
		font-size: 1.3rem;
	}

	.menua span,
	.menua p,
	.menua h2 {
		margin-left: 0px;
	}

	.page-template-article2-transportation .article-page .right-wrapper h4 {
		max-width: 300px;
	}

	.home-menu .col span {
		width: 35px;
		height: 35px;
	}

	.home-menu h2 {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}

	.home-menu p {
		font-size: 0.8rem;
	}

	.article-page .right-wrapper h4 {
		font-size: 1.5rem;
	}

	.article-page .right-wrapper h1 {
		font-size: 1.5rem;
	}


	.home-menu .col {
		margin-bottom: 0px;
	}

	.home-menu .col a.menua {
		padding: 20px;
	}

	.home-menu .col a::before {
		background: none;
	}

	.home-menu .col a.selected::before {
		border-left: 1px solid #FFF;
	}

	.right-wrapper img {
		width: 100%;
	}

	.right-wrapper {
		width: 95%;
	}

	.lang-jp .right-wrapper {
		width: 70%;
	}

	#global-header h2 {
		font-size: 0.9rem;
	}

	.client-cta {
		height: 450px;
	}

	.footer-left-circle {
		padding: 50px;
		width: 50%;
		min-width: 500px;
		padding-left: 80px;

	}

	blockquote p {
		font-size: 1.5rem;
	}

	blockquote {
		margin: 40px;
	}

	.article-top .col-md-8 {
		height: auto;
		margin-top: 0px;
	}


	.home-imgnum-1 {
		background-image: url(../img/photos/article1-healthcare.jpg);
		background-position: right top;
	}

	.home-imgnum-2 {
		background-image: url(../img/photos/article2-airport1.jpg);
		background-position: right bottom;
	}

	.home-imgnum-3 {
		background-image: url(../img/photos/article3-banking1.jpg);
		background-position: right bottom;
	}

	.home-imgnum-4 {
		background-image: url(../img/photos/article4-manufacture.jpg);
		background-position: right top;
	}

	.home-imgnum-5 {
		background-image: url(../img/photos/article5-insurance1.jpg);
		background-position: right top;
	}

	.home-left::before {
		display: block;
	}

	.article-page .right-wrapper .tdesc {
		margin: 0px !important;
		max-width: 350px;
	}

	.article-page .right-wrapper .tdesc p {
		margin-top: 15px;
		font-size: 0.8rem;
	}

	.article-page .scrolldown {
		display: block;
	}

	.leftmenu {
		display: block;
	}

	#global-header.scrolled {
		background-color: rgba(0, 0, 0, 1) !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	}

	#global-header.dark,
	#global-header.dark #mobile-wrapper {
		background: none;
		border: none;
	}

	.home-top .col-md-7 {
		display: block;
	}

	.home-right {
		padding: 50x 20px 0px 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home .home-right {
		padding: 0px 15px 0px 5px !important;
	}

	.home .home-right .right-wrapper {
		padding: 0 20px;
	}

	.article-page .right-wrapper .article-icon {
		width: 40px;
		height: 40px;
		display: block;
		margin-bottom: 20px;
	}

	.home-top {
		height: calc(100vh - 295px);
		overflow: hidden;
	}

	.home-menu {
		height: 240px;
	}

	.article-top {
		height: 85vh;
		margin-bottom: 50px;
		max-height: 600px;
	}

	.disclaimer br {
		display: none;
	}

}



@media only screen and (min-width: 1024px) {
	.home-top {
		min-height: 440px;
	}
	.article-top {
		height: 90vh;
	}
	.lang-jp.article-page .right-wrapper h1 br {
		display: block;
	}

	.lang-jp .home-menu p br {
		display: block;
		display: none;
	}

	.lang-jp .home-menu h2 {
		font-size: 1.6rem;
	}

	.home-menu .col span {
		width: 40px;
		height: 40px;
	}

	.article-page .right-wrapper .tdesc p {
		font-size: 0.9rem;
	}

	.article-page .right-wrapper .tdesc {
		margin: 20px 0px !important;
		max-width: 350px;
	}

	.home-right {
		padding: 20px 50px 0px 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.article-page .right-wrapper .article-icon {
		width: 45px;
		height: 45px;
		display: block;
		margin-bottom: 20px;
	}

	.article-page .right-wrapper h4 {
		font-size: 1.6rem;
	}

	.article-page .right-wrapper h1 {
		font-size: 1.6rem;
	}

	.article-page .right-wrapper .tdesc {
		max-width: 400px;
	}

	.home-menu h2 {
		font-size: 1.1rem;
		margin-bottom: 20px;
	}

	.home-menu p {
		font-size: 0.9rem;
	}
}


@media only screen and (min-width: 1200px) {
	.article-top {
		height: 95vh;
	}
	.home-menu .col span {
		width: 50px;
		height: 50px;
	}

	.home-menu h2 {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}

	.home-menu p {
		font-size: 1rem;
	}

	.article-page .right-wrapper h4 {
		font-size: 1.8rem;
	}

	.article-page .right-wrapper h1 {
		font-size: 1.8rem;
	}

	.article-page .right-wrapper .article-icon {
		width: 60px;
		height: 60px;
		display: block;
		margin-bottom: 20px;
	}

	.article-page .right-wrapper .tdesc p {
		font-size: 1rem;
	}
}




@media screen and (min-width: 600px) and (max-height: 800px) {
	#menu li a {
		padding-left: 20px;
	}

	#menu li a p {
		margin: 10px 0px 0px 0px;
		font-size: 0.8rem;
	}

	#menu li a h3 {
		font-size: 1.3rem;
		line-height: 1.2;
	}

}

@media screen and (min-width: 600px) and (max-height: 650px) {
	#menu {
		padding-top: 70px;
	}

	#menu li a {
		padding-left: 20px;
	}

	#menu li a p {
		margin: 5px 0px 0px 0px;
		font-size: 0.7rem;
	}

	#menu li a h3 {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}

@media screen and (min-width: 768px) and (max-height: 650px) {
	.article-top {
		height: 95vh;
		min-height: 600px;
	}
}


@media (max-aspect-ratio: 16/9) {}

/*max width*/


@media screen and (max-width: 600px) {
	#menu {
		padding-top: 70px;
		background-color: #000000;
		width: 100%;
		height: 100vh;
		border: none;
	}

	#menu li a {
		padding-left: 20px;
	}

	#menu li a p {
		margin: 10px 0px 0px 0px;
		font-size: 0.8rem;
	}

	#menu li a h3 {
		font-size: 1.3rem;
		line-height: 1.2;
	}
}

@media screen and (max-width: 600px) and (max-height: 700px) {
	#menu {
		padding-top: 60px;
		background-color: #000000;
		width: 100%;
		height: 100vh;
		border: none;
	}

	#menu li a {
		padding-left: 20px;
	}

	#menu li a p {
		margin: 5px 0px 0px 0px;
		font-size: 0.7rem;
	}

	#menu li a h3 {
		font-size: 1.2rem;
		line-height: 1.2;
	}
}

@media screen and (max-width: 600px) and (max-height: 600px) {
	#menu {
		padding-top: 50px;
	}

	#menu li a {
		padding: 15px !important;
	}

	#menu li a p {
		margin: 5px 0px 0px 0px;
		font-size: 0.65rem;
	}

	#menu li a h3 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 500px) {
	.lang-jp.article-page .right-wrapper h1 br {
		display: none;
	}

	.lang-jp .home-menu p br {
		display: none;
	}

	.disclaimer br {
		display: none;
	}

	.footer-left-circle {
		padding-left: 25px;
		padding-right: 60px;
		margin-right: 10px;
	}

	.client-cta p {
		font-size: 12px;
	}
}


/*ie fix*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	/*
	img[src$=".svg"] {
		width: 100%;
	}*/
	.footer-logo img {
		width: 150px;
		height: 24.48px;
		display: block;
	}

	#lockup svg {
		width: 90px !important;
		display: inline !important;
		height: 40%;
		margin-right: 8px;
	}

	#lockup {
		line-height: 75px;
	}

	#desktop-wrapper #lockup #wsjcs-logo {
		width: 100px !important;
	}

	.footer-left-circle {
		background-image: url(../img/graphics/bottom-circle-shape.png);
	}

}

/*edge*/

@supports (-ms-ime-align: auto) {}

/* Internet Explorer 9 (Only) */

@media screen and (min-width:0) and (min-resolution:.001dpcm) {}

#cx-notification {
	position: fixed !important;
	z-index: 501;
	width: 100%;
}