@charset "utf-8";

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

　 個別設定

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


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  ヘッダー 設定
--------------------------------------------- */


/*  コンテンツ 設定
--------------------------------------------- */


/*  Content Top
-----------------------------------*/

/* -------- カテゴリータイトル -------- */

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
  
}


/*  Content Main
-----------------------------------*/

/* -------- タイトル -------- */



/* ------ コンテンツ ------ */

/* -- 共通 -- */

.bTop {
	margin-top: 60px;
	border-top:  1px solid #ccc;
}

.boxContact {
	padding: 22px 32px;
	border: 2px solid #ccc;
}

.boxContact p.txt {
	margin-top: 19px;
	margin-bottm: 5px;
	font-size: 18px;
	font-weight: bold;
}

.boxContact a {
	display: inline-block;
	width: 332px;
	padding: 24px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #d70000;
	transition: all  0.3s ease;
}

.boxContact.boxContactShort a {
	width: 212px;
}

.boxContact a:hover {
	background-color: #b20000;
}

/* -- トップ -- */

.boxServiceTop .boxIntrotxt {
	margin: 0 0 70px 0;
	/* padding-top: 30px; */
}

.boxServiceTop .boxIntrotxt p {
	line-height: 1.8em;
}

.boxServiceTop .ttl.style04 {
	margin: 0px 0 20px 0;
}

.boxServiceTop strong {
	color: #d70000;
}

.boxServiceTop .boxAssets {
	position: relative;
	height: 330px;
	margin-bottom: 120px;
	border: 1px solid #c7c7c7;
}

.boxServiceTop .boxAssets h2 {
	font-size: 30px;
	text-align: center;
	color: #222a35;
}

.boxServiceTop .boxAssets ul.list-assets {
	margin-left: 245px;
	vertical-align: top;
	text-align: center;
}

.boxServiceTop .boxAssets ul.list-assets li {
	display: inline-block;
	float: left;
	list-style: none;
	width: 172px;
	margin: 0 20px;
	padding: 0;
}

.boxServiceTop .boxAssets ul.list-assets li dl {
	margin: 0;
	padding: 0;
}

.boxServiceTop .boxAssets ul.list-assets li dl dt {
	padding: 14px 0;
	font-size: 18px;
	font-weight: bold;
	color: #222a35;
	background-color: #F7DDDC;
}

.boxServiceTop .boxAssets ul.list-assets li dl dd {
	padding: 0.75em;
	text-align: left;
	line-height: 1.5em;
}

.boxServiceTop .boxAssets .boxServices {
	position: absolute;
	width: 272px;
	min-height: 373px;
	padding: 15px 22px 22px;
	color: #222a35;
	background-color: #EAF0F8;
	border: 1px solid #c7c7c7;
}

.boxServiceTop .boxAssets .boxServices.boxOutsourcing {
	left: -1px;
	top: -37px;
}

.boxServiceTop .boxAssets .boxServices.boxConsulting {
	right: -1px;
	top: -37px;
}

.boxServiceTop .boxAssets .boxServices h3 {
	padding-bottom: 20px;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 2px solid #222a35;
}

.boxServiceTop .boxAssets .boxServices h3 span {
	font-size: 0.85em;
}

.boxServiceTop .boxAssets .boxServices .txt-boxServices {
	min-height: 124px;
	padding: 0 3px;
}

.boxServiceTop .boxAssets .boxServices h4 {
	padding-bottom: 16px;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
}

.boxServiceTop .boxAssets .boxServices h4 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #dA0001;
	line-height: 2em;
}

.boxServiceTop .boxAssets .boxServices .txt-boxServices p {
	margin-bottom: 12px;
	line-height: 1.6em;
}

.boxServiceTop .boxAssets .boxServices .txt-boxServices p strong {
	color: #fff;
	font-weight: bold;
	background-color: #d70000;
}

.boxServiceTop .boxAssets .boxServices ul {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0;
	padding: 0 3px;
}

.boxServiceTop .boxAssets .boxServices ul li {
	list-style: none;
	margin-bottom: 0.5em;
	padding-left: 25px;
	background: url(../img/icn-check.png) left center no-repeat;
}

.boxServiceTop .boxAssets .boxServices a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #c00000;
}

.boxServiceTop .boxAssets .boxServices a:hover {
	color: #fff;
	background-color: #b20000;
}

.boxServiceTop .boxServiceOther {
	margin-bottom: 70px;
}

.boxServiceTop .boxBnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.boxServiceTop .boxBnr .spBnr {
	display: none;
}

.boxServiceTop .boxBnr .pcBnr {
	display: block;
	width: 100%;
}

.boxServiceTop .boxBnr p {
	width: 45%;
}

.boxServiceTop .boxBnr a {
  transition: opacity .4s ease-in-out;
}

.boxServiceTop .boxBnr a:hover {
	opacity: .7;
}

/* -- 下層ページ 共通 -- */

.boxBacktop,
.boxConsultingBtn {
	width: 100%;
	max-width: 350px;
	padding-top: 30px;
}

.boxBacktop a,
.boxConsultingBtn a {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background-color: #d70000;
	transition: all 0.3s ease;
}

.boxBacktop a:hover {
	background-color: #b20000;
}

.boxConsultingBtn a {
	background-color: #222a35;
}

.boxConsultingBtn a:hover {
	background-color: #00132d;
}

.boxButton {
	display: flex;
	justify-content: space-between;
}

.boxServicesItem .boxBacktop {
	margin: 0 auto;
}

.boxSupport {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 70px;
}

.boxSupportCompany,
.boxSupportArea {
	position: relative;
	width: 50%;
	max-width: 350px;
	padding: 40px 25px 35px;
	border: 2px solid #222a35;
}

.boxSupportArea p {
	margin: 0;
}

.boxSupport h3 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	margin: 0;
	padding: 0 30px;
	background: #fff;
}

.boxDiagnoseBnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.boxDiagnoseBnr .spBnr {
	display: none;
}

.boxDiagnoseBnr .pcBnr {
	display: block;
	width: 100%;
	margin: 0;
}

.boxDiagnoseBnr p {
	width: 45%;
}

.boxDiagnoseBnr a {
	transition: opacity .4s ease-in-out;
}

.boxDiagnoseBnr a:hover {
	opacity: .7;
}

/* -- アウトソーシング サービス -- */

.oci strong {
	color: #da0000;
}

.boxValue {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.boxValue h2 {
	margin: 0 0 0.5em 0;
	font-size: 20px;
}

.boxValue em {
	font-weight: bold;
}

.boxValue div {
	margin-bottom: 30px;
}

.boxValue .boxValueTxt {
	float: left;
	width: 350px;
}

.boxValue .boxValueImg {
	float: right;
	width: 356px;
	margin-top: 10px;
}

.conclusion {
	clear: both;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #d40001;
	text-align: center;
	background-color: #222a36;
}


p.txtValue02 {
	margin-bottom: 25px;
	color: #3c6ec8;
	line-height: 1.5em;
}

.tblCannel {
	border-collapse: collapse;
}

.tblCannel th,
.tblCannel td {
	vertical-align: middle !important;
}

.tblCannel thead th {
	width: 50%;
	padding: 0.7em 0;
	font-size: 18px;
	color: #fff;
}

.tblCannel thead th.th01 {
	background-color: #005f88;
}

.tblCannel thead th.th02 {
	background-color: #00425e;
}

.tblCannel tbody td {
	padding: 1.5em 1em;
}

.tblCannel tbody td em {
	display: block;
	font-weight: bold;
}

.finalCoclusion {
	margin-top: 5px;
	margin-bottom: 100px;
	padding-top: 70px;
	border-top: 1px solid #ccc;
	background: url(../img/arw.png) center 15px no-repeat;
}

.finalCoclusion.bdrnone {
	margin-top: 15px;
	border-top: none;
}

.finalCoclusion p {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 2.5em;
	background-color: #d40001;
}

.boxStrategy {
	margin-top: 50px;
	padding: 0 30px 0;
	border: 4px solid #002060;
}

.boxStrategy h3 {
	margin: -18px auto 30px;
	font-size: 24px;
	text-align: center;
	color: #002060;
}

.boxStrategy h3 span {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
}

.boxStrategy dl dt {
	position: relative;
	padding-left: 84px;
	font-size: 20px;
	font-weight: bold;
	line-height: 62px;
	background-color: #f1f1f0;
}

.boxStrategy dl dt:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 62px;
	height: 62px;
	text-align: center;
	color: #fff;
	background-color: #002060;
}

.boxStrategy dl dt.num01:before {
	content: "1";
}

.boxStrategy dl dt.num02:before {
	content: "2";
}

.boxStrategy dl dt.num03:before {
	content: "3";
}

.boxStrategy dl dd {
	padding: 10px 6px 20px 3px;
	font-size: 1.05em;
}

.boxStrategy dl dd:last-child {
	padding-bottom: 10px;
}

/* -- マーケティング サービス -- */

.boxServicesItem {
	margin-top: 100px;
}

.boxServicesFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 0 0 !important;
}

.serviceCard {
	width: 100%;
	max-width: 235px;
	background: #fff;
	filter: drop-shadow(0px 0px 16px rgba(76, 76, 76, 0.2));
	text-align: center;
	list-style-type: none !important;
}

.boxServiceImg a {
	transition: .4s ease-in-out;
}

.boxServiceImg a:hover {
	opacity: .7;
}

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

.boxServiceText {
	padding: 1.8rem 1.8rem 4rem;
}

.boxServiceText h3 {
	font-size: 2rem;
	margin: 1.7rem 0 2.5rem;
}

.boxServiceText p {
	margin-bottom: 43px;
	text-align: left;
	line-height: 1.6;
}

.boxServiceText .btn {
	border: none;
	padding: 0 0 0 15px;
}

.boxServiceText .btn {
	transition: .4s ease-in-out;
}

.boxServiceText .btn:hover {
	text-decoration: underline !important;
	opacity: .7;
}

.boxServiceText .btn::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	border-radius: 0;
	border-width: 3px 5px;
	border-left-color: #d80000;
	margin-top: -4px;
}

.boxServiceText .btn::after {
	display: none;
}

/* -- テストマーケティング -- */
.boxServiceLink {
	background: #eeeeee;
}

.boxServiceLink ul {
	display: flex;
	justify-content: center;
	padding: 13px 0;
	font-size: 1.3rem;
}

.boxServiceLink ul li {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

.boxServiceLink ul li:first-child {
	padding: 0 30px 0 0;
}

.boxServiceLink ul li:last-child {
	padding: 0 0 0 30px;
}

.boxServiceLink ul li+li {
	border-left: 1px solid #cccccc;
}

.boxServiceLink .current {
	color: #d70000;
	font-weight: bold;
}

.boxServiceLink a {
	text-decoration: none;
}

.boxServiceLink a:hover {
	text-decoration: underline;
}

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

.boxServicesdetailImg.boxOutsourcingImg {
	margin-top: 30px;
}

/* -- コンサルティング・サービス -- */

.boxConsltingVelue ul {
	padding-left: 0;
}

.boxConsltingVelue ul li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 16px 20px;
	border: 1px solid #ccc;
}

.boxConsltingVelue ul li span,
.boxConsltingVelue ul li strong {
	display: table-cell;
	vertical-align: middle;
}

.boxConsltingVelue ul li span {
	width: 68px;
	height: 68px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #d00000;
}

.boxConsltingVelue ul li strong {
	padding-left: 15px;
	font-size: 18px;
	color: #000;
	line-height: 1.8em;
}

.bTop p {
	margin: 0;
}

.boxOutlineItem {
	border-top: 1px solid #bcbfc2;
	border-bottom: 1px solid #bcbfc2;
}

.boxOutlineItem ul {
	padding: 0;
}

.boxOutlineItem ul li {
	list-style: none;
}

.boxOutlineItem ul li:not(:last-child) {
	margin-bottom: 40px;
}

.boxOutlineItem ul li h4 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.boxOutlineItem ul li h4::before{
	content: "■";
	margin-right: 10px;
	color: #da0000;
	font-size: 1rem;
	vertical-align: bottom;
}

/*  サービス改修 共通設定_240225
--------------------------------------------- */

/* -- 概要（リサーチ） -- */

.wrapOutlineList {
	display: flex; 
	flex-wrap: wrap;
	align-items:stretch; 
	justify-content:space-between;
	margin-top: 40px;
}

.wrapOutlineList .boxOutline {
	width: 360px;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #ccc;
}

.wrapOutlineList .boxOutline img {
	margin-bottom: 1.5em;
}

.wrapOutlineList .boxOutline h4 {
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 18px;
}

.wrapOutlineList .boxOutline p {
	margin: 0;
}


/* -- お客様のメリット・特徴 -- */

.wrapFeatureList {
	display: flex; 
	flex-wrap: wrap;
	align-items:stretch; 
	justify-content:center;
	margin-top: 80px;
}

.wrapFeatureList .boxFeature {
	position: relative;
	width: 236px;
	margin: 0 14px 60px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #ccc;
}

.wrapFeatureList .boxFeature:nth-child(3),
.wrapFeatureList .boxFeature:nth-child(6) {
	margin: 0 0 60px 0;
}

.wrapFeatureList .boxFeature::before {
	position: absolute;
	left: 12px;
	top: -0.2em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 60px;
}

.wrapFeatureList .boxFeature.numRed::before {
	color: #991D1D;
}

.wrapFeatureList .boxFeature.numBlue::before {
	color: #002060;
}

.wrapFeatureList .boxFeature.num01::before {
	content: "01";
}

.wrapFeatureList .boxFeature.num02::before {
	content: "02";
}

.wrapFeatureList .boxFeature.num03::before {
	content: "03";
}

.wrapFeatureList .boxFeature.num04::before {
	content: "04";
}

.wrapFeatureList .boxFeature.num05::before {
	content: "05";
}

.wrapFeatureList .boxFeature dl dt {
	height: 60px;
	font-size: 18px;
}

.wrapFeatureList .boxFeature dl dd img {
	margin-bottom: 1em;
}

.wrapFeatureList .boxFeature dl dd p {
	line-height: 1.8em;
}

/* -- サービスの流れ -- */

.boxServiceFlow {
	margin-bottom: 80px;
}

.boxServiceFlow .boxPhase {
	padding: 50px 32px;
}

.boxServiceFlow .boxPhase01 {
	background: #E7E8EA url(../img/step-border.png) 90px 180px no-repeat;
}

.boxServiceFlow .boxPhase02 {
	background: #F5EAEA url(../img/step-border.png) left 90px bottom 70px no-repeat;
}

.boxServiceFlow .boxPhase h3 {
	width: 410px;
	margin: 0 auto 60px auto;
	padding: 0.75em 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.boxServiceFlow .boxPhase01 h3,
.boxServiceFlow .boxPhase01 h4 {
	color: #002060;
}

.boxServiceFlow .boxPhase02 h3,
.boxServiceFlow .boxPhase02 h4 {
	color: #991D1D;
}

.boxServiceFlow .boxPhase01 h3 {
	border-top: 1px solid #002060;
	border-bottom: 1px solid #002060;
}

.boxServiceFlow .boxPhase02 h3 {
	border-top: 1px solid #991D1D;
	border-bottom: 1px solid #991D1D;
}

.boxServiceFlow .boxFlow {
	position: relative;
	margin-bottom: 80px;
	padding: 30px 20px;
	background-color: #fff;
}

.boxServiceFlow .boxPhase01 .boxFlow {
	border: 2px solid #002060;
}

.boxServiceFlow .boxPhase02 .boxFlow {
	border: 2px solid #991D1D;
}

.boxServiceFlow .boxFlow.boxFlowLast {
	margin-bottom: 0;
}

.boxServiceFlow .boxFlow .numStep {
	display: block;
	position: absolute;
	left: 15px;
	top: -25px;
	width: 80px;
	height: 80px;
	padding-top: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 48px;
	text-align: center;
}

.boxServiceFlow .boxPhase01 .boxFlow .numStep {
	background-color: #002060;
}

.boxServiceFlow .boxPhase02 .boxFlow .numStep {
	background-color: #991D1D;
}

.boxServiceFlow .boxFlow .numStep::before {
	display: block;
	margin-bottom: 6px;
	content: "STEP";
	font-size: 12px;
}

.boxServiceFlow .boxFlow h4 {
	padding-left: 100px;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 20px;
}

.boxServiceFlow .boxFlow h4 .txtEvent {
	display: inline-block;
	margin-left: 0.75em;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #002060;
}

.boxServiceFlow .boxFlow p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8em;
}

/* -- 対象企業 -- */

.boxServiceClients p {
	padding-top: 20px;
	margin-left: 20px;
	font-size: 16px;
}

/* -- 対応エリア -- */

.boxServiceArea {
	margin-bottom: 100px;
}

