@charset "UTF-8";
@import url("value_pc.css");
/* =========================================================
share
========================================================= */
#contents {
}
/* =========================================================
mv
========================================================= */
#contents #mv {
	padding: 0 0 34%;
}
#contents #mv::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
}
#contents #mv p.ttl {
	text-align: center;
	font-size: 130%;
	width: 100%;
}
/* =========================================================
mv.anime
========================================================= */
#contents #mv.anime {
	width: 100%;
	padding: 0 0 34%;
	position: relative;
	overflow: hidden;
}
#contents #mv.anime::before,
#contents #mv.anime::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents #mv.anime::before {
	z-index: 2;
	opacity: 0.4;
	animation: mv-photo 15s ease-out 0s forwards;
	background: #000;
	opacity: 0.3;
}
@keyframes mv-photo {
0% {
transform: scale3d(1, 1, 1);
}
100% {
transform: scale3d(1.2, 1.2, 1.2);
}
}
#contents #mv.anime::after {
	z-index: 3;
	opacity: 0.6;
	transition: background 1s ease;
}
#contents #mv.anime.action::after {
	animation: mv-mask 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
@keyframes mv-mask {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(360deg);
}
}
#contents #mv.anime .photo {
	position: relative;
	z-index: 1;
}
#contents #mv.anime .photo,
#contents #mv.anime .photo li,
#contents #mv.anime .photo li p {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#contents #mv.anime .photo li.animation p {
	animation: mv-photo 8s ease-out 0s backwards;
}
#contents #mv.anime .photo .slick-list {
	width: 100%;
	height: 100%;
}
#contents #mv.anime .photo .slick-list .slick-track {
	height: 100%;
}
#contents #mv.anime .ttl {
}
#contents #mv.anime .ttl ul {
	width: 100%;
	height: 100%;
}
#contents #mv.anime .ttl ul li {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 4;
	color: #fff;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13vw;
	opacity: 0;
}
#contents #mv.anime .ttl ul li .share {
	font-size: 32%;
	letter-spacing: 0.1em;
	font-weight: lighter;
}
#contents #mv.anime .ttl ul li .share strong {
	font-weight: bold;
}
#contents #mv.anime .ttl ul li .eng {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.07em;
	padding: 0.2em 0;
	line-height: 1.0;
}
#contents #mv.anime .ttl ul li .jpn {
	font-size: 36%;
	letter-spacing: 0.05em;
}
#contents #mv.anime .ttl ul li:first-child {
	font-size: 15vw;
	font-weight: normal;
}
#contents #mv.anime .ttl ul li:first-child .eng {
	font-weight: lighter;
	font-size: 70%;
}
#contents #mv.anime .ttl ul li:first-child .eng strong {
	display: block;
	font-weight: bold;
	font-size: 100%;
}
#contents #mv.anime .ttl ul li:first-child .jpn {
	display: block;
	font-size: 50%;
	letter-spacing: 0.05em;
	font-weight: lighter;
	font-size: 36%;
}
#contents #mv.anime.current0::after {
	background-image: url(../img/mask0.svg);
}
#contents #mv.anime.current1::after {
	background-image: url(../img/mask1.svg);
}
#contents #mv.anime.current2::after {
	background-image: url(../img/mask2.svg);
}
#contents #mv.anime.current3::after {
	background-image: url(../img/mask3.svg);
}
#contents #mv.anime.current4::after {
	background-image: url(../img/mask4.svg);
}
#contents #mv.anime.current5::after {
	background-image: url(../img/mask5.svg);
}
#contents #mv.anime.current6::after {
	background-image: url(../img/mask6.svg);
}
/* animation */
#contents #mv.anime .ttl ul li .share {
	opacity: 1;
	transition: opacity 0.5s ease;
}
#contents #mv.anime .ttl ul li .eng {
	text-indent: -10%;
	opacity: 0;
}
#contents #mv.anime .ttl ul li .jpn {
	text-indent: 10%;
	opacity: 0;
}
#contents #mv.anime .ttl ul li.animation {
	opacity: 1;
}
#contents #mv.anime .ttl ul li.animation .eng,
#contents #mv.anime .ttl ul li.animation .jpn {
	text-indent: 0;
	opacity: 1;
	transition: opacity 1s ease, text-indent 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* =========================================================
mv.still
========================================================= */
#contents #mv.still {
	width: 100%;
	padding: 0 0 50%;
	position: relative;
	overflow: hidden;
}
#contents #mv.still::before,
#contents #mv.still::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#contents #mv.still::before {
	z-index: 2;
	opacity: 0.4;
}
#contents #mv.still::after {
	z-index: 3;
	-webkit-mask-image: url(../img/mask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: auto 90%;
}
#contents #mv.still .ttl {
	z-index: 4;
	position: absolute;
	top: 0;
	line-height: 2em;
	color: #fff;
	width: 100%;
	top: 50%;
	margin-top: -2.5em;
	font-family: 'Nunito Sans', sans-serif;
}
#contents #mv.still .ttl .eng {
	display: block;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.bd-consulting #contents #mv.still {
	background: #9056bc;
}
.bd-consulting #contents #mv.still::before,
.bd-consulting #contents #mv.still::after {
	background-image: url(../img/mv-consulting.jpg);
}
.bd-creative #contents #mv.still {
	background: #f567a4;
}
.bd-creative #contents #mv.still::before,
.bd-creative #contents #mv.still::after {
	background-image: url(../img/mv-creative.jpg);
}
.bd-costdown #contents #mv.still {
	background: #f78100;
}
.bd-costdown #contents #mv.still::before,
.bd-costdown #contents #mv.still::after {
	background-image: url(../img/mv-costdown.jpg);
}
.bd-contactcenter #contents #mv.still {
	background: #9bcc50;
}
.bd-contactcenter #contents #mv.still::before,
.bd-contactcenter #contents #mv.still::after {
	background-image: url(../img/mv-contactcenter.jpg);
}
.bd-corefactory #contents #mv.still {
	background: #41afe0;
}
.bd-corefactory #contents #mv.still::before,
.bd-corefactory #contents #mv.still::after {
	background-image: url(../img/mv-corefactory.jpg);
}
.bd-credibility #contents #mv.still {
	background: #006bb6;
}
.bd-credibility #contents #mv.still::before,
.bd-credibility #contents #mv.still::after {
	background-image: url(../img/mv-credibility.jpg);
}
/* =========================================================
value
========================================================= */
#contents #value {
}
#contents #value .ttl {
}
#contents #value .ttl strong {
}
#contents #value .ttl .jpn {
}
#contents #value .lead {
	width: 90%;
	line-height: 1.6;
	letter-spacing: 0;
	padding: 0 0 3rem;
	text-align: justify;
}
#contents #value ul {
}
#contents #value ul li {
	padding: 1em;
}
#contents #value ul li a {
}
#contents #value ul li a .eng {
	background-position: center 38%;
	padding: 110px 0 6px;
}
#contents #value ul li a div {
}
#contents #value ul li a div h3 {
	display: none;
}
#contents #value ul li a div p {
	width: 85%;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.8;
}
#contents #value .more {
	padding: 0.8em 0 1.2em;
}
#contents #value ul li:nth-child(1) a .more {
	color: #9056bc;
}
#contents #value ul li:nth-child(2) a .more {
	color: #f567a4;
}
#contents #value ul li:nth-child(3) a .more {
	color: #f78100;
}
#contents #value ul li:nth-child(4) a .more {
	color: #9bcc50;
}
#contents #value ul li:nth-child(5) a .more {
	color: #41afe0;
}
#contents #value ul li:nth-child(6) a .more {
	color: #006bb6;
}
/* =========================================================
column
========================================================= */
#contents #column {
}
#contents #column .ttl {
}
#contents #column .ttl strong {
}
#contents #column ul {
}
#contents #column ul li {
	text-align: justify;
	letter-spacing: 0;
	padding: 1.5em;
}
#contents #column ul li img {
	width: 100%;
}
#contents #column ul li h3 {
	padding: 0.7em 0 0;
	font-size: 130%;
}
#contents #column ul li p {
	padding: 0 0 0.7em;
	font-size: 100%;
}
#contents #column ul li a {
	border: 1px solid #aaa;
	padding: 0 1.5em;
	border-radius: 30px;
	color: #aaa;
	margin-right: 0.2em;
}
/* =========================================================
snav
========================================================= */
#contents #snav {
	text-align: center;
}
#contents #snav::after {
	content: "";
	display: block;
	clear: both;
}
#contents #snav .ttl {
	position: relative;
	font-size: 176%;
	font-family: 'Nunito Sans', sans-serif;
	color: #083585;
	line-height: 1;
	width: 100%;
	padding: 14px 0 14px;
	text-align: center;
	display: block;
	border-radius: 2px;
	width: 90%;
	text-align: justify;
}
#contents #snav .ttl::after {
	content: "";
	display: block;
	clear: both;
}
#contents #snav .ttl b {
}
#contents #snav .ttl .jpn {
	padding-top: 0em;
	color: #333;
	font-size: 46%;
	padding: 0 0 0 0.5em;
}
#contents #snav .ttl .arw {
	position: relative;
	float: right;
	white-space: nowrap;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 200%;
	overflow: hidden;
	background: #003783;
	margin: 3px 0 0;
}
#contents #snav .ttl .arw::before {
	display: block;
	clear: both;
	position: absolute;
	top: 5px;
	left: 7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}
#contents #snav .ttl:hover {
	background: #00acb5;
	color: #fff;
	transition: 0.2s ease;
}
#contents #snav .ttl:hover .jpn {
	color: #fff;
	transition: 0.2s ease;
}
#contents #snav .ttl:hover .arw {
	background: #fff;
	transition: 0.2s ease;
}
#contents #snav .ttl:hover .arw::before {
	border-color: transparent transparent transparent #00acb5;
	transition: 0.2s ease;
}
#contents #snav ul {
	background: none;
	padding: 0;
	border: none;
	width: 90%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#contents #snav ul::after {
	content: "";
	display: block;
	clear: both;
}
#contents #snav ul li {
	width: 33.3333%;
	border-bottom: none;
	text-align: center;
	float: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#contents #snav ul li a {
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 50px auto;
	line-height: 1.4;
	text-align: center;
	border-radius: 2px;
	border: none;
	padding: 87px 0 17px;
	display: block;
	font-size: 70%;
	color: #666;
	width: 100%;
}
#contents #snav ul li a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}
#contents #snav ul li.consulting a:hover .eng,
#contents #snav ul li.creative a:hover .eng,
#contents #snav ul li.costdown a:hover .eng,
#contents #snav ul li.contactcenter a:hover .eng,
#contents #snav ul li.corefactory a:hover .eng,
#contents #snav ul li.credibility a:hover .eng {
	color: #fff;
}
#contents #snav ul li a .eng {
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	font-size: 120%;
}
#contents #snav ul li.consulting a {
	background-image: url(/common/img/value1.svg);
}
#contents #snav ul li.creative a {
	background-image: url(/common/img/value2.svg);
}
#contents #snav ul li.costdown a {
	background-image: url(/common/img/value3.svg);
}
#contents #snav ul li.contactcenter a {
	background-image: url(/common/img/value4.svg);
}
#contents #snav ul li.corefactory a {
	background-image: url(/common/img/value5.svg);
}
#contents #snav ul li.credibility a {
	background-image: url(/common/img/value6.svg);
}
#contents #snav ul li.consulting a .eng {
	color: #7d3caf;
}
#contents #snav ul li.creative a .eng {
	color: #f14b94;
}
#contents #snav ul li.costdown a .eng {
	color: #f46d06;
}
#contents #snav ul li.contactcenter a .eng {
	color: #8cc63f;
}
#contents #snav ul li.corefactory a .eng {
	color: #36a0da;
}
#contents #snav ul li.credibility a .eng {
	color: #0855a8;
}
.bd-consulting #contents #snav ul li.consulting a {
	background-image: url(/common/img/value1-white.svg);
	background-color: #7d3caf;
	color: #fff;
}
.bd-creative #contents #snav ul li.creative a {
	background-image: url(/common/img/value2-white.svg);
	background-color: #f14b94;
	color: #fff;
}
.bd-costdown #contents #snav ul li.costdown a {
	background-image: url(/common/img/value3-white.svg);
	background-color: #f46d06;
	color: #fff;
}
.bd-contactcenter #contents #snav ul li.contactcenter a {
	background-image: url(/common/img/value4-white.svg);
	background-color: #8cc63f;
	color: #fff;
}
.bd-corefactory #contents #snav ul li.corefactory a {
	background-image: url(/common/img/value5-white.svg);
	background-color: #36a0da;
	color: #fff;
}
.bd-credibility #contents #snav ul li.credibility a {
	background-image: url(/common/img/value6-white.svg);
	background-color: #0855a8;
	color: #fff;
}
.bd-consulting #contents #snav ul li.consulting a .eng,
.bd-creative #contents #snav ul li.creative a .eng,
.bd-costdown #contents #snav ul li.costdown a .eng,
.bd-contactcenter #contents #snav ul li.contactcenter a .eng,
.bd-corefactory #contents #snav ul li.corefactory a .eng,
.bd-credibility #contents #snav ul li.credibility a .eng {
	color: #fff;
}
/* =========================================================
value
========================================================= */
#contents article.value {
	width: 90%;
	padding: 0 0 2rem;
}
#contents article.value .ttl {
	font-family: 'Nunito Sans', sans-serif;
	padding: 4.0rem 0;
}
#contents article.value .ttl strong {
	color: #000;
}
#contents article.value .ttl .jpn {
}
#contents article.value .intro {
}
#contents article.value .intro .copy {
	font-size: 150%;
	width: 100%;
	margin-bottom: 2em;
}
#contents article.value .intro .copy::after {
	background: #000;
}
#contents article.value .intro .lead {
	text-align: justify;
	letter-spacing: 0;
	padding: 0 0 2em;
	line-height: 1.6;
}
#contents article.value section {
	padding: 0 0 4em;
}
#contents article.value section h2 {
	font-size: 150%;
	padding: 0 0 0.5em;
}
#contents article.value section .lead {
	text-align: justify;
}
#contents article.value section dl {
	text-align: justify;
	letter-spacing: 0;
	padding: 0.8em 0;
}
#contents article.value section dl dt {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.7;
	padding: 0.5em 0;
}
#contents article.value section dl dd {
}
#contents article.value .video {
	position: relative;
	margin-top: 2em;
	margin-bottom: 4em;
	width: 100%;
	padding-top: 56.25%;
}
#contents article.value .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #000;
}
.bd-costdown #contents article.value .video,
.bd-contactcenter #contents article.value .video,
.bd-credibility #contents article.value .video {
	display: none;
}
/* =========================================================
consulting
========================================================= */
#contents #consulting {
}
#contents #consulting .ttl {
}
#contents #consulting .ttl strong {
	color: #9056bc;
}
#contents #consulting .ttl .jpn {
}
#contents #consulting .intro {
}
#contents #consulting .intro .copy {
}
#contents #consulting .intro .copy::after {
	background: #9056bc;
}
#contents #consulting .intro .lead {
}
#contents #consulting .video {
}
#contents #consulting section {
}
#contents #consulting section h2 {
}
#contents #consulting section dl {
}
#contents #consulting section dl dt {
	color: #9056bc;
}
#contents #consulting section dl dd {
}
#contents #consulting section dl dd ul {
	width: 84%;
	margin: 0;
}
#contents #consulting section dl dd ul::after {
	content: "";
	display: block;
	clear: both;
}
#contents #consulting section dl dd ul li {
	text-indent: -1.5em;
	padding: 1.5em 0 0 1.5em;
	letter-spacing: 0.05em;
}
#contents #consulting section dl dd ul li::after {
	content: "";
	display: block;
	clear: both;
}
#contents #consulting section dl dd ul li:nth-child(1) {
}
#contents #consulting section dl dd ul li:nth-child(2) {
}
#contents #consulting section dl dd ul li img {
	width: 100%;
	width: 24%;
	float: right;
	margin-left: 2em;
}
/* =========================================================
creative
========================================================= */
#contents #creative {
}
#contents #creative .ttl {
}
#contents #creative .ttl strong {
	color: #f567a4;
}
#contents #creative .ttl .jpn {
}
#contents #creative .intro {
}
#contents #creative .intro .copy {
}
#contents #creative .intro .copy::after {
	background: #f567a4;
}
#contents #creative .intro .lead {
}
#contents #creative .video {
}
#contents #creative section {
}
#contents #creative section h2 {
}
#contents #creative section .lead {
}
#contents #creative section p {
}
#contents #creative section dl {
}
#contents #creative section dl dt {
	color: #f567a4;
}
#contents #creative section dl dt span {
	font-size: 70%;
	color: #666;
	font-weight: normal;
}
#contents #consulting section dl dd {
}
#contents #creative section .more {
}
#contents #creative section .more a {
}
#contents #creative section .btn {
	padding: 2em 0 0;
}
#contents #creative section .btn a {
	display: block;
	border: 1px solid #009ee7;
	width: 321px;
	line-height: 64px;
	height: 64px;
	text-indent: -1em;
	background-repeat: no-repeat;
	background-position: center right 3.8em;
	background-size: 13px auto;
	opacity: 1;
	background-color: #009ee7;
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease;
	background-image: url(/common/img/arw-external-white.svg);
}
#contents #creative section .btn a::after {
	content: "";
	display: block;
	clear: both;
}
#contents #creative section .btn a img {
	height: 100%;
	float: left;
}
/* =========================================================
costdown
========================================================= */
#contents #costdown {
}
#contents #costdown .ttl {
}
#contents #costdown .ttl strong {
	color: #f78100;
}
#contents #costdown .ttl .jpn {
}
#contents #costdown .intro {
}
#contents #costdown .intro .copy {
}
#contents #costdown .intro .copy::after {
	background: #f78100;
}
#contents #costdown .intro .lead {
}
#contents #costdown .video {
}
#contents #costdown section {
}
#contents #costdown section dl {
}
#contents #costdown section dl dt {
	color: #f78100;
}
#contents #costdown section dl dd {
}
#contents #costdown section dl dd h3 {
	padding: 0.8em 0 0 0;
}
/* =========================================================
contactcenter
========================================================= */
#contents #contactcenter {
}
#contents #contactcenter .ttl {
}
#contents #contactcenter .ttl strong {
	color: #9bcc50;
}
#contents #contactcenter .ttl .jpn {
}
#contents #contactcenter .intro {
}
#contents #contactcenter .intro .copy {
}
#contents #contactcenter .intro .copy::after {
	background: #9bcc50;
}
#contents #contactcenter .intro .lead {
}
#contents #contactcenter .video {
}
#contents #contactcenter section {
}
#contents #contactcenter section dl {
}
#contents #contactcenter section dl dt {
	color: #9bcc50;
}
#contents #contactcenter section dl dd {
}
#contents #contactcenter section .img {
	padding: 1rem 0;
}
#contents #contactcenter section .img li {
	margin-bottom: 1rem;
}
#contents #contactcenter section .more {
}
#contents #contactcenter section .more a {
	background: #fff;
	color: #9bcc50;
	border: 1px solid #9bcc50;
	letter-spacing: 1em;
	text-indent: 1em;
}
/* =========================================================
corefactory
========================================================= */
#contents #corefactory {
}
#contents #corefactory .ttl {
}
#contents #corefactory .ttl strong {
	color: #41afe0;
}
#contents #corefactory .ttl .jpn {
}
#contents #corefactory .intro {
}
#contents #corefactory .intro .copy {
}
#contents #corefactory .intro .copy::after {
	background: #41afe0;
}
#contents #corefactory .intro .lead {
}
#contents #corefactory .video {
}
#contents #corefactory section {
}
#contents #corefactory section h2 {
}
#contents #corefactory section p {
}
#contents #corefactory section .lead {
}
#contents #corefactory section dl {
}
#contents #corefactory section dl dt {
	color: #41afe0;
}
#contents #corefactory section dl dd {
}
#contents #corefactory section .more {
}
#contents #corefactory section .more a {
	background: #fff;
	color: #41afe0;
	border: 1px solid #41afe0;
}
/* =========================================================
credibility
========================================================= */
#contents #credibility {
}
#contents #credibility .ttl {
}
#contents #credibility .ttl strong {
	color: #006bb6;
}
#contents #credibility .ttl .jpn {
}
#contents #credibility .intro {
}
#contents #credibility .intro .copy {
}
#contents #credibility .intro .copy::after {
	background: #006bb6;
}
#contents #credibility .video {
}
#contents #credibility section {
}
#contents #credibility section .copy {
}
#contents #credibility section h2 {
}
#contents #credibility section .lead {
	text-align: justify;
	padding: 1em 0 2em;
}
#contents #credibility section dl {
}
#contents #credibility section dl dt {
	color: #006bb6;
}
#contents #credibility section dl dd {
}
#contents #credibility section .more {
	padding: 2em 0;
}
#contents #credibility section .more a {
	color: #006bb6;
	border: 1px solid #006bb6;
}
