@charset "utf-8";

/* Wordpress ui fixed */
#wpadminbar {
	position:fixed !important;
	top:auto !important;
	bottom:0;
}

/* Let's get this party started */
/*
::-webkit-scrollbar {
    width:6px;
	height:6px;
}
*/
/* Track */
/*
::-webkit-scrollbar-track {
	background:#EEE;
}
*/
/* Handle */
/*
::-webkit-scrollbar-thumb {
	border-radius:4px;
	background:#BBB;
}
::-webkit-scrollbar-thumb:window-inactive {
	border-radius:4px;
	background:#BBB;
}
*/
@media only screen and (max-width:768px) {
	/* Let's get this party started */
/*
	::-webkit-scrollbar {
		width:4px;
	}
*/
	/* Track */
/*
	::-webkit-scrollbar-track {
		background:rgba(255,255,255,0.2);
	}
*/
	/* Handle */
/*
	::-webkit-scrollbar-thumb {
		border-radius:0;
	}
	::-webkit-scrollbar-thumb:window-inactive {
		border-radius:0;
	}
*/
}

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:2;
	/*font-family: "Noto Sans JP","Noto Sans Japanese","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","sans-serif";*/
	font-size:16px;
	font-feature-settings:"palt";
	color:#000;
}
body img {
	width:auto;
	vertical-align:bottom;
}
body a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	color:inherit;
}
.baseWidth {
	position: relative;
	max-width:960px;
	min-width:320px;
	margin:0 auto;
}
.spStyle { display: none; }
.pcStyle { display: block; }
#globalHeader { border: 0; }
#globalLang { display: none; }
@media only screen and (max-width:960px) {
	body { font-size:14px; }
	body a:hover img { opacity:1; }
	.spStyle { display:block; }
	.pcStyle { display: none; }
	.baseWidth { padding: 0 2em; }
}

::selection{
	background: #48d670;
	color: #ffffff;
}
::-moz-selection{
	background: #48d670;
	color: #ffffff;
}

/*================================================================
	base setting
================================================================*/
#recentBread {
	position: absolute;
	width: 100%;
	z-index: 1;
}
#recentBread .breadcrumbs {
	max-width: 960px;
	margin: 0 auto;
  padding: 0;
  background: none !important;
}

#recentBread .breadcrumbs,
#recentBread .breadcrumbs a {
	white-space: nowrap;
	color: rgba(255,255,255,0.4);
}
#recentBread .breadcrumbs .current-item {
	color: rgba(255,255,255,0.6);
}

#main { position: relative; }
section.sec {
  padding: 6em 0;
  border: 0 !important;
}
section.sec .pic,
section.sec .txt p,
section.sec .txt ul,
section.sec .grayBox,
section.sec .contactBtn { margin-bottom: 1.6em; }
section.sec .pic {
	max-width: 45%;
	min-width: 45%;
	margin: 0 40px;
}
section.sec .pic:empty {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	background: #999;
	color: #CCC;
}
section.sec .pic:empty:before { content: "画像"; }
section.sec .wp-video { margin: 0 auto; }


.interview .headline,
.interview .headline2,
#comment .headline2{
	position: relative;
	margin-bottom: 1em;
	line-height: 1.8;
  text-align: left;
	font-weight: bold;
}
.interview .headline {
	display: flex;
  flex-direction: row;
	align-items: center;
	font-size:1.6em;
}
.interview .headline:before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	margin-right: 10px;
	background: #CCC;
}
.interview .headline.en:before,
.interview .headline:after { display: none; }
.interview .headline2,
#comment .headline2{
	font-size:1.2em; 
}
/*
a.txtLink {
	text-decoration: underline;
	color: #2560ab;
}
a.txtLink:hover {
	text-decoration: none;
	color: inherit;
}*/
ul.caution {
	margin-bottom: 0 !important;
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before { content: "※"; }

.grayBox {
	padding: 1em;
	background: #F6F6F6;
}
.grayBox .inCharge { font-weight: bold; }
.grayBox p:last-of-type { margin-bottom: 0 !important; }

.flex {
	display: flex;
	align-items: flex-start;
}
.flex.reverse { flex-direction:row-reverse; }
.flex.column { flex-direction: column; }
.flex.column.reverse { flex-direction:column-reverse; }

.borderTop { border-top: 1px solid #ccc; }

.youtube {
	max-width:600px;
	margin: 0 auto;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 2em; }
.youtube p:last-of-type { margin-bottom: 0 !important; }

.bnrArea .inner {
	max-width:600px;
	margin: 0 auto 2em;
}
.bnrArea .bnr { margin-bottom: 2em; }
.bnrArea .bnr a {
	display: inline-block;
	border: 1px solid #CCC;
}

.contactArea { background-color: #EEE; }
.contactArea .baseWidth {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contactInner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.contactBtn {
	overflow: hidden;
	position: relative;
	width: 48%;
}
.contactBtn:before,
.contactBtn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	transition: 0.2s;
}
.contactBtn:before {
	background: #0272c2;
}
.contactBtn:after {
	background: #0396ff;
background: -moz-linear-gradient(-45deg,  #0396ff 0%, #0396ff 50%, #0272c2 50%, #0272c2 50%, #0396ff 75%, #0396ff 100%);
background: -webkit-linear-gradient(-45deg,  #0396ff 0%,#0396ff 50%,#0272c2 50%,#0272c2 50%,#0396ff 75%,#0396ff 100%);
background: linear-gradient(135deg,  #0396ff 0%,#0396ff 50%,#0272c2 50%,#0272c2 50%,#0396ff 75%,#0396ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0396ff', endColorstr='#0396ff',GradientType=1 );

}
.contactBtn:hover:after {
	left: -100%;
	opacity: 0;
}
.contactBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width:100%;
	height: 80px;
	font-size: 1.4em;
	color: #FFF;
	z-index: 100;
}
.contactBtn a:after {
	content: "";
	display: block;
	position: absolute;
	right: 2em;
	width: 16px;
	height: 16px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transition: 0.15s;
	transform: rotate(45deg);
}
.contactBtn a:hover:after { right: 10px; }


@media only screen and (max-width:960px) {
	section.sec {
		padding: 4em 0;
	}
	section.sec .flex { display: block; }
	section.sec .pic,
	section.sec .txt p,
	section.sec .txt ul,
	section.sec .grayBox { margin-bottom: 1.6em; }
	section.sec .contactBtn { margin-bottom: 10px; }
	section.sec .pic {
		max-width: none;
		margin: 0 !important;
		text-align: center;
	}
	section.sec .pic:empty { height: 300px; }
	section.sec .pic img {
		width: 100%;
		max-width: 300px;
	}

	.interview .headline { font-size:1.4em; }
	.interview .headline:before { width: 30px; }
	.interview .headline2,
	#comment .headline2{
		font-size:1.1em;
	}
	
	section.bnrArea,
	section.youtubeArea,
	.youtube .txt,
	.bnrArea .txt {
		padding-left: 1em;
		padding-right: 1em;
	}
	.contactArea { padding: 2em 2em !important; }
	.contactArea .baseWidth { padding: 0 !important; }
	.contactBtn a {
		height: 60px;
		font-size: 1.2em;
	}
	.contactBtn a:after {
		position: relative;
		right: auto;
		width: 8px;
		height: 8px;
		margin-left: 10px;
	}
	.contactBtn a:hover:after { right: auto; }
}
@media only screen and (max-width:768px) {
	#recentBread .breadcrumbs {
    height: 30px;
		padding: 0 1em;
	}
	.contactInner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.contactBtn { width: 100%; }
}



/*================================================================
	contents layout
================================================================*/
.recentTitle {
	position: relative;
	margin-bottom: 6em;
	padding: 5em 0 6em;
	background-color: #000;
	background-image: url("../img/recent-case/next-system/title.jpg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size:auto 100%;
  line-height: 1.4;
	color: #FFF;
}
.recentTitle .baseWidth { z-index: 10; }
.recentTitle .prev a,
.recentTitle .recentTop01,
.recentTitle .recentTop02 {
	text-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}
.recentTitle .logo {
	margin-bottom: 0.5em;
	height: 24px;
}
.recentTitle .logo img {
	width: auto;
	height: 100%;
}
.recentTitle .prev {
	display: flex;
	display: none;
	align-items: center;
	margin-bottom: 3em;
}
.recentTitle .prev:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin-right: 1em;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
}
.recentTitle .recentTop01 {
  margin: 0.5em 0;
  font-size:3.2em;
}
.recentTitle .recentTop02 { font-size:1.6em; }

section.sec.interview .flex { justify-content: space-between; }
section.sec.interview { padding-top: 0; }
section.sec.interview .pic { margin-right: 0; }
section.sec.interview .reverse .pic {
	margin-right:40px;
	margin-left: 0;
}
section.sec.interview .txt { flex-grow: 1; }

#firstComment,
#comment .txt .inner {
	position: relative;
	margin-bottom: 3.2em;
}
#firstComment {
	margin-bottom: 4em;
	padding: 1.6em;
	border: 1px solid #CCC;
	text-align: center;
}
#firstComment .name {
	display: inline-block;
	border-top:1px solid #CCC;
	margin-top: 1em;
	padding-top: 0.2em;
}

#firstComment:before,
#firstComment:after,
#comment .txt .inner:before,
#comment .txt .inner:after {
	position: absolute;
	font-size: 30px;
	font-weight: normal;
	color: #C00;
}
#firstComment:before,
#comment .txt .inner:before {
	content: "“";
	top: -0.6em;
	left: -0.6em;
}
#firstComment:after,
#comment .txt .inner:after {
	content: "”";
	right: -0.6em;
	bottom: -1.2em;
}

#comment .pic {
	min-width: 300px;
	margin-right: 0;
}

#outline .flex { flex-wrap: wrap; }
#outline .corpInfo {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
}
#outline .corpInfo:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-left: 10px;
	background: #CCC;
}
#outline .box {
	width: 50%;
}
#outline:not(.en) dl {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 1em;
}
#outline:not(.en) dt {
	min-width: 80px;
	margin-right: 0.5em;
  padding: 0 0.5em;
	background: #000;
	text-align: center;
	color: #FFF;
}
#outline.en dt {
  font-weight: bold;
}
#outline.en dt:before { content: "・"; }
#outline.en dd { padding: 0 1em; }

#outline .exLink li {
	margin-bottom: 0.5em;
}
#outline .exLink li a{
	border: 1px solid #CCC;
	line-height: 1.6;
	padding: 0.9em 1.2em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#outline .exLink li a i{
	margin-left: 0.5em;
}
#outline .exLink li a:hover {
	color: #EB0A1E;
	background-color: #F3F3F3;
	border-color: #F3F3F3;
}
@media only screen and (max-width:960px) {
	.recentTitle {
		margin-bottom: 3em;
		padding: 3em 0 3em;
	}
	.recentTitle:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	.recentTitle .logo {
		margin-bottom: 1em;
		height: 16px !important;
	}
	.recentTitle .prev { margin-bottom: 1.6em; }
	.recentTitle .recentTop01 {
		line-height: 1.8;
		font-size: 1.4em;
	}
	.recentTitle .recentTop02 {
		width: 70%;
		min-width: 264px;
		font-size: 1em;
	}
	.recentTitle .recentTop02 br { display: none; }
	#firstComment {
		margin-bottom: 3em;
		padding: 1em;
		text-align: left;
	}
	#firstComment br {
		display: none;
	}
	#outline .box,
	#outline dl {
		width:100%;
	}
}
@media only screen and (max-width:768px) {
	.recentTitle {
		background-position: 0% 50%;
		background-size: cover;
	}
	#comment .pic {
		min-width: 0;
	}
}

/*================================================================
	Client design
================================================================*/
#frame-dias.recentTitle {
	background-color: #1b1b21;
	background-image: url("../img/recent-case/qsfix/frame-dias/title.jpg");
}
#frame-dias .recentTop01 { font-size: 2.8em; }
#frame-dias .logo {
	height: 60px;
}


#kaoato.recentTitle {
	background-color: #002b62;
	background-image: url("../img/recent-case/nec/kaoato/title.jpg");
}
#kaoato .recentTop01 { font-size: 2.8em; }
#kaoato .logo {
	height: 60px;
}

#anybody.recentTitle {
	background-image: url("../img/recent-case/terrabyte/anybody/title.jpg");
}
#anybody .recentTop01 { font-size: 4em; }
#anybody .logo {
	height: 40px;
}
.anybodyMp4 {
	width: 55%;
	padding-left: 40px;
}
.anybodyMp4 .box { width: 49%; }
.anybodyMp4 .wp-video { margin-bottom: 1em !important; }


#throwing-injury-p.recentTitle {
	background-image: url("../img/recent-case/spo-labo/throwing-injury-p/title.jpg");
}
#throwing-injury-p .recentTop01 { font-size: 3em; }
#throwing-injury-p .logo {
	height: 64px;
}
#ww2000.recentTitle {
	background-image: url("../img/recent-case/toyota/ww-2000/title.jpg");
}
#dc.recentTitle {
	background-color: #434343;
	background-image: url("../img/recent-case/avex/dc/title.jpg");
}
#dc .logo {
	margin-top: 1em;
	height: auto;
}
#mf.recentTitle {
	background-image: url("../img/recent-case/honda/mf/title.jpg");
}

@media only screen and (max-width:960px) {
	#frame-dias.recentTitle {
		background-position: 100% 0%;
	}
	#frame-dias .recentTop01 { font-size: 1.8em; }
	#frame-dias .logo {
		height: 30px !important;
	}
	#kaoato .recentTop01 { font-size: 1.8em; }
	#kaoato .logo {
		height: 30px !important;
	}
	#anybody .recentTop01 { font-size: 2em; }
	#anybody .logo {
		height: 24px !important;
	}
	.anybodyMp4 {
		width: auto;
		padding-left: 0;
	}
	.anybodyMp4 .flex {
		display: flex !important;
		justify-content: space-around;
	}
	#throwing-injury-p .logo {
		height: 32px !important;
	}
	#throwing-injury-p .recentTop01 { font-size: 1.4em; }
	#dc .logo {
		margin-top: 0;
	}
}


/*================================================================
	colorbox main
================================================================*/
#cboxLoadingOverlay,
#cboxLoadingGraphic { display: none !important; }

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxMain {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 320px;
	background: none !important;
	cursor: pointer;
}
#cboxMain,
#cboxInner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#cboxInner {
	position: relative;
	width: 80%;
	height: 80%;
	max-width: 1120px;
	max-height: 730px;
}
#cboxInner .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#cboxInner .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxMain #close {
	position:absolute;
	top: 17px;
	right:20px;
	width:50px;
	height:50px;
	cursor: pointer;
}
#cboxMain #close:before,
#cboxMain #close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 40px;
	margin: -20px 0 0 -1px;
	background: #FFF;
}
#cboxMain #close:before { transform: rotate(45deg); }
#cboxMain #close:after { transform: rotate(-45deg); }
@media only screen and (max-width:768px) {
	#cboxInner {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#cboxMain #close {
		top: 0;
		right:0;
		width:50px;
		height:50px;
	}
	#cboxMain #close:before,
	#cboxMain #close:after {
		height: 27px;
		margin: -14px 0 0 -1px;
	}
}