@charset "utf-8";
/* CSS Document */

/*==============================*/
/* Title */
/*==============================*/

/*---------------------------------
   
---------------------------------*/
.lp-mainTitle{
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px;
	color: #063A4A;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;	
}
.lp-mainTitle::before{
	position: absolute; top: 0; left: 50%;
	content: "";
	width: 53px;
	aspect-ratio: 53/43;
	background: url("/common/img/lp/outsourcing-ai/illust-merry.svg");
	background-size: cover;
	opacity: 0.5;
	transform: translateX(-50%);
}
.lp-mainTitle span{
	vertical-align: baseline;
	color: #06BCF0;
	font-size: 30px;
	font-weight: 700;
}
.lp-mainTitle small{
	display: block;
	line-height: 1.3em;
	font-size: 19px;
	font-weight: 700;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.lp-mainTitle{
			padding-top: 48px;
			margin-bottom: 20px;
			font-size: 28px;
		}
		.lp-mainTitle::before{
			position: absolute; top: 0; left: 50%;
			width: 48px;
		}
		.lp-mainTitle span{ font-size: 28px;}
		.lp-mainTitle small{ font-size: 18px;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.lp-mainTitle{
			padding-top: 52px;
			margin-bottom: 20px;
			font-size: 24px;
		}
		.lp-mainTitle::before{
			position: absolute; top: 0; left: 50%;
			width: 44px;
		}
		.lp-mainTitle span{ font-size: 24px;}
		.lp-mainTitle small{
			font-size: 17px;
			line-height: 1.414em;
		}
	}


/*---------------------------------
   
---------------------------------*/
.lp-subTitle{
	margin-bottom: 28px;
	color: #063A4A;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.414em;
}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.lp-subTitle{
			margin-bottom: 28px;
			font-size: 20px;
		}
	}


/*==============================*/
/* お問い合わせ */
/*==============================*/
section.lp-contactBox-wrap{
	padding-top: 56px;
	padding-bottom: 72px;
	background: #06BCF0;
}
section.lp-contactBox-wrap.lp-contactTel-wrap{
	padding-top: 28px;
	padding-bottom: 40px;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.lp-contactBox-wrap{
			padding-top: 36px!important;
			padding-bottom: 48px!important;
			background: #06BCF0;
		}
		section.lp-contactBox-wrap.lp-contactTel-wrap{
			padding-top: 28px;
			padding-bottom: 40px;
		}
	}



/*---------------------------------
   
---------------------------------*/
div.lp-contactBox{
	display: flex;
	gap: 32px;
	width: min(1000px,100%);
	margin: auto;
}

div.lp-contactBox dl{
	display: flex;
	flex-direction: column;
	width: calc(calc(100% - 32px * 1) / 2);
}
div.lp-contactBox dl dt{
	order: 2;
}
div.lp-contactBox dl dt a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: 27px 14px 18px 0;
	border: 3px solid #fff;
	border-radius: 200px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
div.lp-contactBox dl:nth-child(1) dt a{ background: #0088DC;}
div.lp-contactBox dl:nth-child(1) dt a:hover{ background: #0077C0;}

div.lp-contactBox dl:nth-child(2) dt a{ background: #00ABDC;}
div.lp-contactBox dl:nth-child(2) dt a:hover{ background: #0098C3;}


div.lp-contactBox dl dt a::before{
	position: absolute; top: 50%; right: 20px;
	content: "";
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	margin-top: -12px;
}
div.lp-contactBox dl dt a::after{
	position: absolute; top: 50%; right: 31px;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid #F3FF4A;
	border-right: 2px solid #F3FF4A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
}
div.lp-contactBox dl:nth-child(1) dt a::after{ border-color: #0088DC;}
div.lp-contactBox dl:nth-child(2) dt a::after{ border-color: #00ABDC;}

div.lp-contactBox dl dd{
	order: 1;
	position: relative;
	width: min(364px,100%);
	margin: 0 auto;
	padding: 5px 0;
	transform: translateY(50%);
	background: #fff;
	border-radius: 200px;
	text-align: center;
	font-weight: 600;
	z-index: 1;
}
div.lp-contactBox dl:nth-child(1) dd{ color: #0088DC;}
div.lp-contactBox dl:nth-child(2) dd{ color: #00ABDC;}


	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.lp-contactBox{ gap: 16px;}

		div.lp-contactBox dl{ width: calc(calc(100% - 16px * 1) / 2);}
		div.lp-contactBox dl dt a{
			gap: 10px;
			padding: 27px 16px 18px 0;
			font-size: 20px;
		}
		div.lp-contactBox dl dt a::before{
			position: absolute; top: 50%; right: 14px;
			content: "";
			width: 24px;
			height: 24px;
			margin-top: -8px;
		}
		div.lp-contactBox dl:nth-child(1) dt a img{ width: 28px;}
		div.lp-contactBox dl:nth-child(2) dt a img{ width: 32px;}
		
		div.lp-contactBox dl dt a::after{
			position: absolute; top: 50%; right: 24px;
			width: 8px;
			height: 8px;
			margin-top: 0px;
		}

		div.lp-contactBox dl dd{
			width: min(312px,100%);
			padding: 4px 0;
			font-size: 14px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		section.lp-contactBox-wrap{
			padding-top: 64px;
			padding-bottom: 72px;
		}
		div.lp-contactBox{
			flex-direction: column;
			gap: 2px;
		}
		div.lp-contactBox dl{ width: 100%;}
		div.lp-contactBox dl dt a{
			gap: 10px;
			padding: 27px 20px 18px 0;
			font-size: 18px;
		}
		div.lp-contactBox dl dt a::before{
			position: absolute; top: 50%; right: 10px;
			content: "";
			width: 24px;
			height: 24px;
			margin-top: -8px;
		}
		div.lp-contactBox dl:nth-child(1) dt a img{ width: 24px;}
		div.lp-contactBox dl:nth-child(2) dt a img{ width: 28px;}
		
		div.lp-contactBox dl dt a::after{
			position: absolute; top: 50%; right: 20px;
			width: 8px;
			height: 8px;
			margin-top: 0px;
		}
		div.lp-contactBox dl dd{
			width: min(312px,100%);
			padding: 4px 0;
			font-size: 14px;
		}
	}


/*---------------------------------
   
---------------------------------*/
dl.lp-contactTel{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}
dl.lp-contactTel dt{
	position: relative;
	margin-right: 20px;
	padding-left: 68px;
	color: #fff!important;
	font-size: 20px;
	line-height: 1.3em;
}
dl.lp-contactTel dt::before{
	position: absolute; top: 50%; left: 0;
	content: "";
	width: 56px;
	height: 56px;
	background: url("/common/img/top/tel-image.jpg");
	background-size: 100%;
	border-radius: 50%;
	border: 2px solid #F4FD5B;
	margin-top: -28px;
}
dl.lp-contactTel dd a{
	display: flex;
	align-items: center;
	color: #F4FD5B;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2em;
}
dl.lp-contactTel dd a:hover{ opacity: 0.8;}
dl.lp-contactTel dd a small{
	display: inline-block;
	margin-top: 2px;
	margin-left: 8px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		dl.lp-contactTel dt{
			margin-right: 16px;
			padding-left: 60px;
			font-size: 17px;
		}
		dl.lp-contactTel dt::before{
			width: 48px;
			height: 48px;
			margin-top: -24px;
		}
		dl.lp-contactTel dd a{ font-size: 40px;}
		dl.lp-contactTel dd a small{ font-size: 15px;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		dl.lp-contactTel{
			flex-direction: column;
			margin-top: 26px;
		}
		dl.lp-contactTel dt{
			margin-right: 0px;
			margin-bottom: 8px;
			padding-left: 56px;
			font-size: 20px;
		}
		dl.lp-contactTel dt::before{
			position: absolute; top: 50%; left: 0;
			width: 44px;
			height: 44px;
			margin-top: -22px;
		}
		dl.lp-contactTel dd a{
			flex-direction: column;
			font-size: 36px;
		}
		dl.lp-contactTel dd a small{
			display: block;
			margin-top: 1px;
			margin-left: 0px;
			font-size: 17px;
		}
	}


/*==============================*/
/*  */
/*==============================*/
div.pageVisual{
	position: relative;
	width: min(1095px,100%);
	margin: 80px auto 28px auto;
}

	/* ======= SP以上 =======*/
	@media (min-width: 767px) {
		div.pageVisual{
			min-height: 360px;
			padding-top: 40px;
			aspect-ratio: 1095 / 420;
			background: url("/common/img/lp/outsourcing-ai/bg-pagevisual.png") top center / contain no-repeat;
		}
	}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.pageVisual{
			width: calc(100% - 32px);
			margin: 48px 16px 12px 16px;
		}
	}
	
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.pageVisual{
			width: calc(100% - 32px);
			margin: 32px 16px 0px 16px;
			padding: 112px 24px 0 24px;
			background: #29AAE3;
			border-radius: 25px;
		}
		div.pageVisual::before{
			position: absolute; top: 0; right: 0;
			content: "";
			width: 70%;
			aspect-ratio: 590/320;
			background: url("/common/img/lp/outsourcing-ai/bg-pagevisual-sp.png");
			background-size: cover;
			border-radius: 0 25px 0 0;
		}
		
	}


/*---------------------------------
   Title
---------------------------------*/
div.visualTitle{
	position: relative;
	width: min(480px,100%);
	padding: 64px 0 0 48px;
}
div.visualTitle h1{
	margin-bottom: 24px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3em;
}
div.visualTitle h1 em{
	color: #FAF43A;
	font-size: 35px;
	vertical-align: baseline;
	line-height: 1.3em;
}
div.visualTitle h1 span{
	display: inline-block;
	margin-bottom: 14px;
	padding: 4px 16px;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3em;
}
div.visualTitle h1 small{
	display: block;
	margin-top: 20px;
	font-size: 20px;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.visualTitle{
			position: relative;
			width: min(480px,100%);
			padding: 36px 0 0 40px;
		}
		div.visualTitle h1{
			margin-bottom: 20px;
			font-size: 28px;
			line-height: 1.3em;
		}
		div.visualTitle h1 em{ font-size: 28px;}
		div.visualTitle h1 span{
			margin-bottom: 12px;
			padding: 4px 16px;
			font-size: 16px;
			line-height: 1.3em;
		}
		div.visualTitle h1 small{
			margin-top: 12px;
			font-size: 16px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.visualTitle{
			width: 100%;
			padding: 0;
		}
		div.visualTitle h1{
			margin-bottom: 24px;
			font-size: 26px;
		}
		div.visualTitle h1 em{ font-size: 26px;}
		div.visualTitle h1 span{
			margin-bottom: 12px;
			padding: 4px 14px;
			font-size: 15px;
		}
		div.visualTitle h1 small{
			margin-top: 6px;
			font-size: 14px;
		}
	}


/*---------------------------------
   
---------------------------------*/
div.visualTitle p{
	position: relative;
	display: inline-block;
	padding: 4px 12px;
	background: #1a1a1a;
	color: #fff;
	font-weight: 400;
	line-height: 1.3em;
	z-index: 9;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
	}




/*---------------------------------
   CTA
---------------------------------*/
div.pageVisual div.visualContact dl{
	display: flex;
	flex-direction: column;
	width: calc(calc(100% - 20px * 1) / 2);
}
div.pageVisual div.visualContact dl dt{
	order: 2;
}
div.pageVisual div.visualContact dl dt a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: 16px 24px 16px 0;
	border: 3px solid #fff;
	border-radius: 200px;
	color: #00ABDC;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke: 4px #fff;
	paint-order: stroke fill;
}
div.pageVisual div.visualContact dl:nth-child(1) dt a{ background: #FFD70A;}

div.pageVisual div.visualContact dl:nth-child(2) dt a{
	background: linear-gradient(to bottom,  #ebe412 0%,#fbf53c 12%,#f8f234 91%,#ebe412 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


div.pageVisual div.visualContact dl dt a::before{
	position: absolute; top: 50%; right: 20px;
	content: "";
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
div.pageVisual div.visualContact dl dt a::after{
	position: absolute; top: 50%; right: 31px;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid #F3FF4A;
	border-right: 2px solid #F3FF4A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}
div.pageVisual div.visualContact dl:nth-child(1) dt a::after{ border-color: #0088DC;}
div.pageVisual div.visualContact dl:nth-child(2) dt a::after{ border-color: #00ABDC;}

div.pageVisual div.visualContact dl dd{
	order: 1;
	position: relative;
	display: inline;
	padding: 0 12px 0 16px;
	margin: 0 auto 6px auto;
	color: #fff;
	text-align: center;
	font-weight: 600;
	z-index: 1;
}
div.pageVisual div.visualContact dl dd::before{
	position: absolute; top: 2px; left: 0;
	content: "";
	width: 1px;
	height: 21px;
	background: #fff;
	transform: rotate(-20deg);
}
div.pageVisual div.visualContact dl dd::after{
	position: absolute; top: 3px; right: 0;
	content: "";
	width: 1px;
	height: 21px;
	background: #fff;
	transform: rotate(20deg);
}
div.pageVisual div.visualContact dl:nth-child(2) dd::after{ right: 4px;}
	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		div.pageVisual div.visualContact{
			position: absolute; bottom: -36px; left: 50%;
			display: flex;
			gap: 20px;
			margin: 0 auto;
			width: min(880px,100%);
			transform: translateX(-50%);
		}
	}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.pageVisual div.visualContact{
			position: absolute; bottom: 10px; left: 0;
			gap: 12px;
			width: 100%;
			padding: 24px 24px 0px 24px;
			transform: translateX(0%);
			background: #29AAE3;
			border-radius: 0 0 25px 25px;
		}

		div.pageVisual div.visualContact dl{
			width: calc(calc(100% - 12px * 1) / 2);
			margin-bottom: -40px;
		}
		div.pageVisual div.visualContact dl dt a{
			gap: 10px;
			padding: 17px 16px 17px 0;
			font-size: 18px;
		}
		div.pageVisual div.visualContact dl dt a::before{
			position: absolute; top: 50%; right: 14px;
			width: 24px;
			height: 24px;
		}
		div.pageVisual div.visualContact dl:nth-child(1) dt a img{ width: 32px;}
		div.pageVisual div.visualContact dl:nth-child(2) dt a img{ width: 28px;}
		
		div.pageVisual div.visualContact dl dt a::after{
			position: absolute; top: 50%; right: 24px;
			width: 8px;
			height: 8px;
		}

		div.pageVisual div.visualContact dl dd{
			width: min(312px,100%);
			font-size: 14px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.pageVisual div.visualContact{
			transform: translateY(12%);
		}
		div.pageVisual div.visualContact dl:not(:last-child){ margin-bottom: 16px;}
		div.pageVisual div.visualContact dl{
			width: 100%;
		}
		div.pageVisual div.visualContact dl dt a{
			gap: 8px;
			padding: 14px 20px 14px 0;
			font-size: 17px;
		}
		div.pageVisual div.visualContact dl dt a::before{
			position: absolute; top: 50%; right: 9px;
			content: "";
			width: 22px;
			height: 22px;
		}
		div.pageVisual div.visualContact dl:nth-child(1) dt a img{ width: 28px;}
		div.pageVisual div.visualContact dl:nth-child(2) dt a img{ width: 24px;}
		
		div.pageVisual div.visualContact dl dt a::after{
			position: absolute; top: 50%; right: 18px;
			width: 7px;
			height: 7px;
			border-top: 1px solid #F3FF4A;
			border-right: 1px solid #F3FF4A;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			margin-top: -3px;
		}
		div.pageVisual div.visualContact dl dd{
			padding: 0 8px 0 12px;
			margin: 0 auto 6px auto;
			font-size: 14px;
		}
	}


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

/*---------------------------------
   marker
---------------------------------*/
.ai-utilization .marker{
	background: linear-gradient(transparent 76%, #FFD93F 76%);
	vertical-align: baseline;
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.ai-utilization em{
	font-size: 24px;
	font-weight: bold;
}
.ai-utilization em span{
	background: linear-gradient(transparent 76%, #FFD93F 76%);
	vertical-align: baseline;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}

/* ======= TB =======*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* ======= SP =======*/
@media (max-width: 767px) {
	.ai-utilization em{
		font-size: 20px;
	}
	.ai-utilization em span{
		font-size: 20px;
		font-weight: 700;
		
	}
}


/*---------------------------------
   
---------------------------------*/
div.ai-utilizationFigure{
	position: relative;
}
/* ======= TB =======*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* ======= SP =======*/
@media (max-width: 767px) {
	div.ai-utilizationFigure{
		padding: 24px 16px 16px 16px;
		background: #00ABDC;
		border-radius: 10px;
	}
}

/*-- 
------------------------- */
	/* ======= SP以上 =======*/
	@media (min-width: 768px) {
		div.ai-utilizationFigure h3{
			position: absolute; top: 50%; left: 50%;
			content: "";
			width: 176px;
			height: 176px;
			padding-top: 68px;
			background: #00ABDC;
			transform: translate(-50%,-50%);
			border-radius: 50%;
			color: #fff;
			line-height: 1em;
			font-weight: 700;
			text-align: center;
		}
		div.ai-utilizationFigure h3 span{
			display: block;
			line-height: 0.5em;
			font-size: 24px;
			font-weight: 700;
		}
		div.ai-utilizationFigure h3 small{
			display: inline-block;
			width: 144px;
			margin-bottom: 24px;
			text-align: center;
			background: #fff;
			color: #00ABDC;
			border-radius: 200px;
			font-size: 15px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.ai-utilizationFigure h3{
			text-align: center;
			margin-bottom: 18px;
			line-height: 1em;
			color: #fff;
		}
		div.ai-utilizationFigure h3 small{
			display: block;
			width: 144px;
			margin: 0 auto 16px auto;
			text-align: center;
			background: #fff;
			border-radius: 200px;
			color: #00ABDC;
			font-size: 15px;
		}
		div.ai-utilizationFigure h3 span{
			display: block;
			line-height: 0.5em;
			font-size: 24px;
			font-weight: 700;
		}
	}

/*-- 
------------------------- */
div.ai-utilizationFigure div.figureContent-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	width: min(960px,100%);
	margin: 0 auto;
}
.ai-utilization div.ai-utilizationFigure div.figureContent{
	display: flex;
	align-items: center;
	gap: 14px;
	width: calc(calc(100% - 32px * 1) / 2);
	padding: 12px 28px;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.3);
	background: #fff;
	border-radius: 16px;
	border: 1px solid #efefef;
}
.ai-utilization div.ai-utilizationFigure div.figureContent:nth-child(odd){
	padding-right: 48px;
}
.ai-utilization div.ai-utilizationFigure div.figureContent:nth-child(even){
	flex-direction: row-reverse; -webkit-flex-direction: row-reverse;
	padding-left: 48px;
}


/*-- 画像 -- */
.ai-utilization div.ai-utilizationFigure div.figureContent figure{
	flex: 0 0 120px;
	min-width: 0;
}

/*-- コンテンツ -- */
.ai-utilization div.ai-utilizationFigure div.figureContent div{
	flex: 1;
}
.ai-utilization div.ai-utilizationFigure div.figureContent div h4{
	margin-bottom: 10px;
	color: #063A4A;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3em;
}
.ai-utilization div.ai-utilizationFigure div.figureContent div p{
	font-size: 14px;
	line-height: 1.6em;
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.ai-utilizationFigure div.figureContent-wrap{
			flex-direction: column;
			gap: 10px;
		}
		.ai-utilization div.ai-utilizationFigure div.figureContent{
			gap: 16px;
			width: 100%;
			padding: 20px 20px;
			border-radius: 10px;
			border: none;
		}
		.ai-utilization div.ai-utilizationFigure div.figureContent:nth-child(odd){
			padding-right: 20px;
		}
		.ai-utilization div.ai-utilizationFigure div.figureContent:nth-child(even){
			flex-direction: row; -webkit-flex-direction: row;
			padding-left: 20px;
		}


		/*-- 画像 -- */
		.ai-utilization div.ai-utilizationFigure div.figureContent figure{
			flex: 0 0 80px;
			min-width: 0;
		}

		/*-- コンテンツ -- */
		.ai-utilization div.ai-utilizationFigure div.figureContent div h4{
			margin-bottom: 10px;
			font-size: 17px;
		}
	}


/*==============================*/
/* AI 悩み */
/*==============================*/
section.ai-problemWrap{
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to right,  #5ed5f5 1%,#aef5fb 47%,#aef5fb 51%,#a898ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



/*==============================*/
/* こんなお悩みありませんか？ */
/*==============================*/
.problemTitle{
	color: #063A4A;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35em;
	text-align: center;	
}
.problemTitle span{
	padding: 0 4px 0 4px;
	background: linear-gradient(transparent 76%, #FFD93F 76%);
	vertical-align: baseline;
	color: #06BCF0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
}
.problemTitle small{
	margin-bottom: 18px;
	display: block;
	line-height: 1.35em;
	font-size: 19px;
	font-weight: 700;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.problemTitle{
			font-size: 28px;
		}
		.problemTitle span{
			font-size: 28px;
		}
		.problemTitle small{
			margin-bottom: 18px;
			font-size: 18px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.problemTitle{
			font-size: 24px;
		}
		.problemTitle span{
			position: relative; top: -2px;
			padding: 0 4px 0 4px;
			font-size: 24px;
		}
		.problemTitle small{
			margin-bottom: 16px;
			font-size: 17px;
		}
	}


/*==============================*/
/* 悩み解決 */
/*==============================*/
.problemWrap{
	padding-top: 104px;
	padding-bottom: 120px;
	background: #E6FAFF;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.problemWrap{
			padding-top: 80px;
			padding-bottom: 104px;
		}
	}

/*---------------------------------
   Point
---------------------------------*/
.problemWrap h2{
	margin-bottom: 20px;
	color: #063A4A;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;	
}
.problemWrap h2 small{
	display: block;
	margin-bottom: 6px;
	line-height: 1.3em;
	font-size: 19px;
	font-weight: 700;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.problemWrap h2{
			margin-bottom: 24px;
			font-size: 24px;
			line-height: 1.3em;
		}
		.problemWrap h2 small{
			margin-bottom: 8px;
			line-height: 1.3em;
			font-size: 16px;
			font-weight: 600;
		}
	}

/*---------------------------------
   Point
---------------------------------*/
div.problemPoint{
	display: flex;
	flex-wrap: wrap;
	gap: 80px 32px;
	counter-reset: point;
}
div.problemPoint dl{
	position: relative;
	width: calc(calc(100% - 32px * 1) / 2);
	padding: 40px 40px 80px 40px;
	background: #fff;
	border-radius: 10px;
}
div.problemPoint dl::after{
	position: absolute; bottom: -48px; right: 40px;
	content: "";
	width: 200px;
	aspect-ratio: 1040/640;
}
div.problemPoint dl:nth-child(1)::after{
	background: url(/common/img/merit/tmb-merit01.webp);
	background-size: cover;
}
div.problemPoint dl:nth-child(2)::after{
	background: url(/common/img/merit/tmb-merit02.webp);
	background-size: cover;
}
div.problemPoint dl:nth-child(3)::after{
	background: url(/common/img/merit/tmb-merit03.webp);
	background-size: cover;
}
div.problemPoint dl:nth-child(4)::after{
	background: url(/common/img/merit/tmb-merit04.webp);
	background-size: cover;
}


div.problemPoint dl dt{
	position: relative;
	margin-bottom: 14px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5em;
}
div.problemPoint dl dt::before{
	position: absolute; top: -56px; left: -20px;
	content: "POINT";
	width: 112px;
	padding: 4px 0 4px 20px;
	background: #06BCF0;
	border-radius: 200px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.01em;
}
div.problemPoint dl dt::after{
	position: absolute; top: -66px; left: 50px;
	counter-increment: point;
	content: counter(point);
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	-webkit-text-stroke: 3px #06BCF0;
	paint-order: stroke fill;
}
div.problemPoint dl dd p{
	font-size: 15px;
	line-height: 1.618em;
}
div.problemPoint dl dd p span{
	background: linear-gradient(transparent 76%, #FFD93F 76%);
	vertical-align: baseline;
	color: #000;
	font-weight: 700;
	line-height: 1.7em;
}
div.problemPoint dl dd p:not(:last-child){ margin-bottom: 12px;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.problemPoint{ gap: 80px 24px;}
		div.problemPoint dl{
			width: calc(calc(100% - 24px * 1) / 2);
			padding: 36px 36px 80px 36px;
		}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.problemPoint{
			flex-direction: column;
			gap: 80px 32px;
		}
		div.problemPoint dl{
			width: 100%;
			padding: 36px 28px 80px 28px;
			border-radius: 10px;
		}
		div.problemPoint dl::after{
			position: absolute; bottom: -40px; right: 40px;
			width: 160px;
		}

		div.problemPoint dl dt{
			margin-bottom: 13px;
			font-size: 20px;
			line-height: 1.414em;
		}
		div.problemPoint dl dt::before{ position: absolute; top: -50px; left: -16px;}
		div.problemPoint dl dt::after{ position: absolute; top: -60px; left: 54px;}
		div.problemPoint dl dd p{
			font-size: 14px;
			line-height: 1.618em;
		}
	}



/*==============================*/
/* AIとの違い */
/*==============================*/

/*---------------------------------
   
---------------------------------*/
div.difference div.differenceTitle{
	display: flex;
}
div.difference div.differenceTitle h3{
	width: 50%;
	margin-bottom: 24px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
div.difference div.differenceTitle h3:nth-child(1){ color: #000;}
div.difference div.differenceTitle h3:nth-child(2){ color: #00ABDC;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.difference div.differenceTitle{
			display: none;
		}
	}


/*---------------------------------
   
---------------------------------*/
div.difference div.differenceList ul{
	display: flex;
	align-items: center;
	background: #EFEFEF;
	border-radius: 10px 0 0 10px;
}
div.difference div.differenceList ul:not(:last-child){ margin-bottom: 16px;}


/*-- 共通
------------------------- */
div.difference div.differenceList ul li{
	position: relative;
	width: 50%;
	font-size: 17px;
	line-height: 1.414em;
}
div.difference div.differenceList ul li::before{
	content: "";
	width: 32px;
	height: 32px;
	background: #ccc;
	border-radius: 50%;
	transform: translateY(-50%);
}

/*-- AI
------------------------- */
div.difference div.differenceList ul li:nth-child(1){
	padding: 24px 24px 24px 64px;
	color: #000;
	font-weight: 600;
}
div.difference div.differenceList ul li:nth-child(1)::before{
	position: absolute; top: 50%; left: 18px;
	background: url("/common/img/lp/outsourcing-ai/icon-cross.svg");
}
div.difference div.differenceList ul li:nth-child(1)::after{
	position: absolute; bottom: 50%; right: -20px;
	content: "";
	width: 0;
	height: 0;
	border-style:solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #EFEFEF;
	z-index: 99;
	transform: translateY(50%);
}

/*-- メリー
------------------------- */
div.difference div.differenceList ul li:nth-child(2){
	padding: 24px 24px 24px 84px;
	background: #06BCF0;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-weight: 600;
}
div.difference div.differenceList ul li:nth-child(2)::before{
	position: absolute; top: 50%; left: 36px;
	background: url("/common/img/lp/outsourcing-ai/icon-check.svg");
}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.difference div.differenceList ul li br{ display: none;}
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.difference div.differenceList ul{
			flex-direction: column;
			border-radius: 10px 10px 0 0 ;
		}
		div.difference div.differenceList ul:not(:last-child){ margin-bottom: 16px;}


		/*-- 共通
		------------------------- */
		div.difference div.differenceList ul li{
			width: 100%;
			font-size: 16px;
			line-height: 1.5em;
		}
		div.difference div.differenceList ul li::before{
			width: 24px;
			height: 24px;
		}
		div.difference div.differenceList ul li br{ display: none;}

		/*-- AI
		------------------------- */
		div.difference div.differenceList ul li:nth-child(1){ padding: 24px 24px 24px 54px;}
		div.difference div.differenceList ul li:nth-child(1)::before{ position: absolute; top: 50%; left: 16px;}
		div.difference div.differenceList ul li:nth-child(1)::after{
			position: absolute; bottom: -20px; right: 50%;
			border-width: 15px 0 15px 20px;
			transform: translateY(0%);
			transform: rotate(90deg);
			margin-right: -9px;
		}
		
		/*-- メリー
		------------------------- */
		div.difference div.differenceList ul li:nth-child(2){
			padding: 24px 24px 24px 54px;
			border-radius: 0 0 10px 10px;
		}
		div.difference div.differenceList ul li:nth-child(2)::before{ position: absolute; top: 50%; left: 16px;}
	}



/*==============================*/
/* アウトソーシング 資料 */
/*==============================*/
div.outsourcingInfo{
	position: relative;
	padding: 32px 72px 60px 72px;
	border: 1px solid #06BCF0;
	border-radius: 34px;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.outsourcingInfo{
			padding: 32px 28px 40px 28px;
			border-radius: 20px;
		}
	}

/*---------------------------------
   タイトル
---------------------------------*/
div.outsourcingInfo h2{
	position: relative; top: -56px;
	width: min(640px,100%);
	margin: 0 auto;
	padding: 0 40px;
	background: #fff;
	color: #063A4A;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	box-sizing: border-box;
}
div.outsourcingInfo h2 span{
	vertical-align: baseline;
	color: #06BCF0;
	font-size: 29px;
	font-weight: 700;
}
div.outsourcingInfo h2 small{
	display: block;
	line-height: 1.3em;
	font-size: 19px;
	font-weight: 700;
}
	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.outsourcingInfo h2{
			position: relative; top: -56px;
			margin-bottom: -16px;
			padding: 0 20px;
			font-size: 24px;
			line-height: 1.3em;
		}
		div.outsourcingInfo h2 span{
			line-height: 1.3em;
			font-size: 24px;
		}
		div.outsourcingInfo h2 small{
			margin-bottom: 8px;
			line-height: 1.3em;
			font-size: 16px;
		}
	}


/*---------------------------------
   コンテンツ
---------------------------------*/
div.outsourcingInfo div.outsourcingInfo-content{
	display: flex;
	gap: 48px;
}
div.outsourcingInfo div.outsourcingInfo-content dl{
	width: calc(calc(100% - 48px * 1) / 2);
}

div.outsourcingInfo div.outsourcingInfo-content dl dt{
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 14px 72px;
	border-bottom: 1px solid #ccc;
	color: #063A4A;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3em;
}
div.outsourcingInfo div.outsourcingInfo-content dl dt::before{
	position: absolute; top: 0; left: 0;
	content: "Free";
	width: 60px;
	height: 60px;
	background: #06BCF0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.618em;
}
div.outsourcingInfo div.outsourcingInfo-content dl dt small{
	display: block;
}
div.outsourcingInfo div.outsourcingInfo-content dl dd p{
	font-size: 15px;
	line-height: 1.618em;
}
div.outsourcingInfo div.outsourcingInfo-content dl dd img{ box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.5);}
div.outsourcingInfo div.outsourcingInfo-content dl dd:nth-child(2){ margin-bottom: 28px;}

	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		div.outsourcingInfo div.outsourcingInfo-content{
			flex-direction: column;
			gap: 52px;
		}
		div.outsourcingInfo div.outsourcingInfo-content dl{ width: 100%;}

		div.outsourcingInfo div.outsourcingInfo-content dl dt{
			margin-bottom: 20px;
			padding: 0 0 14px 68px;
			font-size: 22px;
		}
		div.outsourcingInfo div.outsourcingInfo-content dl dt::before{
			position: absolute; top: 0; left: 0;
			width: 56px;
			height: 56px;
			font-size: 17px;
			line-height: 1.618em;
		}
		div.outsourcingInfo div.outsourcingInfo-content dl dt small{
			display: block;
		}
		div.outsourcingInfo div.outsourcingInfo-content dl dd p{
			font-size: 14px;
			line-height: 1.5em;
		}
		div.outsourcingInfo div.outsourcingInfo-content dl dd:nth-child(2){ margin-bottom: 24px;}
	}


/*==============================*/
/* FAQ */
/*==============================*/
.lp-faqWrap{
	padding-top: 96px;
	padding-bottom: 80px;
	background: #E6FAFF;
}


div.lp-faq dl{
	padding: 32px;
	background: #fff;
	border-radius: 10px;
}
div.lp-faq dl:not(:last-child){ margin-bottom: 16px;}
div.lp-faq dl dt{
	position: relative;
	padding-left: 56px;
	margin-bottom: 12px;
	color: #000;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3em;
}
div.lp-faq dl dt::before{
	position: absolute; top: -8px; left: 0;
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #06BCF0;
	border-radius: 8px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
div.lp-faq dl dd{
	position: relative;
	padding-top: 8px;
	padding-left: 56px;
}
div.lp-faq dl dd::before{
	position: absolute; top: 0; left: 0;
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #06BCF0;
	border-radius: 8px;
	color: #06BCF0;
	font-size: 23px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
div.lp-faq dl dd p{
	font-size: 16px;
}


	/* ======= TB =======*/
	@media screen and (min-width: 768px) and (max-width: 1024px) {
	}
	/* ======= SP =======*/
	@media (max-width: 767px) {
		.lp-faqWrap{
			padding-top: 80px;
			padding-bottom: 64px;
		}

		div.lp-faq dl{
			padding: 28px 24px 24px 20px;
			border-radius: 10px;
		}
		div.lp-faq dl:not(:last-child){ margin-bottom: 16px;}
		div.lp-faq dl dt{
			padding-left: 48px;
			margin-bottom: 16px;
			font-size: 18px;
		}
		div.lp-faq dl dt::before{
			position: absolute; top: -6px; left: 0;
			width: 36px;
			height: 36px;
			font-size: 22px;
		}
		div.lp-faq dl dd{
			padding-top: 8px;
			padding-left: 48px;
		}
		div.lp-faq dl dd::before{
			position: absolute; top: 0; left: 0;
			width: 36px;
			height: 36px;
			font-size: 22px;
		}
		div.lp-faq dl dd p{
			font-size: 14px;
		}
	}