@charset "utf-8";
/* PCファースト PCはフィックスデザイン（デザインと時間の都合で） */
/* ヘッダーフッターは従来のもの、そのためのCSSも流用 */
/* 従来はフルードなヘッダーフッターを今回のPC幅に合わせてCSSで設定変更 */
/* SPブレイクポイント750px（ハンバーガーメニューの出現ポイントに合わせて設定するしかないと判断） */

/* ==================== */
/* 全体の設定 */
/* ==================== */
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
}
video {
	width: 100%;
	height: auto;
}
/* PC/SPのみ表示 */
.solution-sp-display {
	display: none;		
}
@media (max-width: 750px) {
	.solution-pc-display {
		display: none;
	}
	.solution-sp-display {
		display: block;
	}
}
/* PCフィックスデザインのための幅設定 */
.solution-sec, #headerContainer, header, footer {
	min-width: 1280px;
}
header.fixed {
	min-width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
@media (max-width: 750px) {
	.solution-sec, header, footer {
		min-width: 100%;
	}
}
/* このページ内のsectionの基本設定 */
.solution-sec {
	font-size: 18px;
	line-height: 1.6875;
	letter-spacing: normal;
	color: #000000;
	box-sizing: border-box;
	padding: 30px 0 80px;
}
.solution-sec--glay {
	background: #f2f5f5;
}
.solution-sec-container {
	width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
@media (max-width: 750px) {
	.solution-sec {
		font-size: 16px;
		padding: 35px 0 40px;
	}
	.solution-sec-container {
		width: 100%;
		padding: 0 15px;
	}
}
.solution-sec-container p, .solution-sec-container li {
	text-align: justify;
}
.solution-sec-container img {
	vertical-align: top;
}
.solution-sec-container a {
	transition: all 0.3s;
}
.solution-sec-container a:hover {
	opacity: 0.7;
}
/* 共通タイトル*/
.solution-title {
	text-align: center;
}
.solution-title span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: linear-gradient(to right, #be50a0, #1e95e4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0.5em 0 1.1em;
}
.solution-title span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25em;
	width: 100%;
	height: 10px;
	background-image:
		radial-gradient(circle, transparent 45%, #ffffff 45%),
		linear-gradient(to right, #be50a0, #1e95e4);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 4px 2px, 100% 2px;
}
@media (max-width: 750px) {
	.solution-title span {
		font-size: 24px;
	}
}
/* 共通イントロテキスト*/
p.solution-intro-p {
	text-align: center;
	margin-bottom: 2.5em;
}
/* 共通pickup*/
.solution-pickup {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 50px 0 45px;
}
.solution-pickup::before,
.solution-pickup::after {
	content: "";
	flex-grow: 1;
	height: 1px;
}
.solution-pickup::before {
	background: linear-gradient(to right, #be50a0, #1e95e4);
	margin-right: 15px;
}
.solution-pickup::after {
	background: linear-gradient(to left, #be50a0, #1e95e4);
	margin-left: 15px;
}
.solution-pickup-ul {
	display: flex;
	justify-content: space-around;
}
.solution-pickup-ul li {
	max-width: 410px;
}
.solution-pickup-ul__img {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
	margin-bottom: 0.7em;
}
p.solution-pickup-ul__p {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #000000;
}
.solution-pickup-ul__p span {
	font-weight: normal;
	font-size: 0.8889em;
}
@media (max-width: 750px) {
	.solution-pickup-ul {
		flex-flow: column;
	}
	.solution-pickup-ul li {
		margin: 0 auto 2em;
	}
	.solution-pickup-ul li:last-child {
		margin-bottom: 0;
	}	
}

/* 固定：トップボタン */
.fix-top-btn {
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #1e95e4;
	border-radius: 50%;
	margin-left: auto;
	cursor: pointer;
	z-index: 9;
}
.fix-top-btn__arrow {
	position: relative;
	width: 100%;
	height: 100%;
}
.fix-top-btn__arrow::after, .fix-top-btn__arrow::before {
	content: "";
	position: absolute;
	top: 35%;
	width: calc(22/60*100%);
	height: calc(4/60*100%);
	background: #FFFFFF;
}
.fix-top-btn__arrow::after {
	right: 50%;
	transform-origin: right top;
	transform: rotate(-45deg);
}
.fix-top-btn__arrow::before {
	left: 50%;
	transform-origin: left top;
	transform: rotate(45deg);
}
@media (max-width: 750px) {
	.fix-top-btn {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

/* ==================== */
/* ヒーロー */
/* ==================== */
.solution-hero {
	position: relative;
	width: 100vw;
	min-width: 1280px;
	height: max(calc(100vw*600/1280),600px);
	background: top left / cover no-repeat url("../images/solution-hero-img.jpg");
}
.solution-hero-text {
	position: absolute;
	font-feature-settings: normal;
	text-align: center;
	color: #FFFFFF;
	left: 0;
	top: max(calc(100vw*200/1280),200px);
	width: 100%;
	margin: 0 auto;
}
.solution-hero-text__h1 {
	font-size: max(calc(100vw*40/1280),40px);
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 0.8em;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.solution-hero-text__h2 {
	font-size: max(calc(100vw*25/1280),25px);
	font-weight: bold;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
}
@media (max-width: 750px) {
	.solution-hero {
		min-width: auto;
		height: min(calc(100vw*1135/750),1135px);
		background: top left / cover no-repeat url("../images/solution-hero-img_sp.jpg");
	}
	.solution-hero-text {
		position: absolute;
		top: min(calc(100vw*456/750),456px);
		width: 100%;
	}
	.solution-hero-text__h1 {
		font-size: min(calc(100vw*52/750),52px);
		margin-bottom: 0.35em;
	}
	.solution-hero-text__h2 {
		font-size: min(calc(100vw*35/750),35px);
	}
}

/* ==================== */
/* イントロ */
/* ==================== */
p.solution-intro-p--intro {
	margin-top: 1em;
	margin-bottom: 2.9em;
}
.solution-intro-ul {
	display: flex;
	justify-content: space-between;
}
.solution-intro-ul li {
	width: 32%;
	margin: 0 0 1.5em;
}
.solution-intro-ul li a {
	display: block;
	border: 2px solid;
	border-image: linear-gradient(to right, #be50a0, #1e95e4) 1;
	padding: 7px;
}
.solution-intro-ul-graybox {
	text-align: center;
	background: #f2f5f5;
	padding: 0.75em 0;
}
.solution-intro-ul-textbox {
	position: relative;
	display: inline-block;
}
.solution-intro-ul-gradtext,
.solution-intro-ul-edging {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.solution-intro-ul-gradtext {
	position: relative;
	background: linear-gradient(to right, #be50a0, #1e95e4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}
.solution-intro-ul-edging {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #FFF;
	-webkit-text-stroke: 10px #FFF;
	z-index: 1;
}
.solution-intro-youtube {
	text-align: center;
	margin: 1.5em 0;
}
@media (max-width: 750px) {
	.solution-intro-ul {
		flex-flow: column;
	}
	.solution-intro-ul li {
		width: 100%;
		margin: 0 0 1em;
	}
	.solution-intro-ul-gradtext,
	.solution-intro-ul-edging {
		font-size: 16px;
	}
	.solution-intro-youtube {
		width: 100%;
		max-width: 560px;
		aspect-ratio: 16 / 9;
		margin: 1.5em auto;
	}
	.solution-intro-youtube iframe {
		width: 100%;
		height: 100%;
	}
}


/* ==================== */
/* AIコンサルティングサービス */
/* ==================== */
.sol-consul-case {
	position: relative;
	background: #FFFFFF;
	margin: 2em 0;
	margin-left: 10px;
}
.sol-consul-case__h {
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	min-width: 120px;
	margin-top: 15px;
	margin-left: -10px;
	padding: 3px 5px 5px;
}
.sol-consul-case__ul {
	display: flex;
	justify-content: space-between;
	padding: 1.5em 35px 35px;
}
.sol-consul-case__ul li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 215px;
	min-height: 100px;
	border: 1px solid #000000;
}
.sol-consul-case__ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -38px;
	width: 21px;
	height: 43px;
	transform: translate(0, -50%);
	background: top left / cover no-repeat url("../images/sol-consul-case-ul-arrow.png");
}
.sol-consul-case__ul li:last-child::before {
	content: "";
	background: none;
}
@media (max-width: 750px) {
	.sol-consul-case__ul {
		flex-flow: column;
		padding: 1.5em 20px 20px;
	}
	.sol-consul-case__ul li {
		min-width: 215px;
		min-height: 50px;
		margin-bottom: 30px;
	}
	.sol-consul-case__ul li:last-child {
		margin-bottom: 0;
	}
	.sol-consul-case__ul li::before {
		top: auto;
		bottom: -38px;
		right: 50%;
		width: 21px;
		height: 43px;
		transform: translate(50%, 0) rotate(90deg) scale(0.8);
		background: top left / cover no-repeat url("../images/sol-consul-case-ul-arrow.png");
	}

}
.sol-consul-case--sup .sol-consul-case__h {
	background: linear-gradient(to right, #be7bac, #aa5292);
}
.sol-consul-case--sup .sol-consul-case__ul li {
	color: #ac5794;
	border-image: linear-gradient(to right, #be7bac, #aa5292) 1;
}
.sol-consul-case--poc .sol-consul-case__h {
	background: linear-gradient(to right, #86c3ec, #52aae4);
}
.sol-consul-case--poc .sol-consul-case__ul li {
	color: #52aae4;
	border-image: linear-gradient(to right, #86c3ec, #52aae4) 1;
}

/* ==================== */
/* AIインテグレーションサービス */
/* ==================== */
.sol-integ-ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: -33px;
}
.sol-integ-ul li {
	display: flex;
	flex-flow: column;
	width: 250px;
	background: linear-gradient(45deg, #be7bac, #52aae4);
	padding: 9px;
	border-radius: 10px;
	margin-right: 33px;
	margin-top: 33px;
}
.sol-integ-ul li:nth-child(4n),
.sol-integ-ul li:last-child {
	margin-right: 0;
}
.sol-integ-ul__h {
	text-align: center;
	color: #FFFFFF;
	margin-top: 0.5em;
}
.sol-integ-ul__arrow {
	width: 14px;
	height: 8px;
	margin: 5px auto 10px;
}
.sol-integ-ul__text {
	flex-grow: 1;
	background: #FFFFFF;
	padding: 20px 15px;
	border-radius: 3px;
}
.sol-integ-ul__text p {
	font-size: 0.8889em;
}
@media (max-width: 750px) {
	.sol-integ-ul {
		flex-flow: column;
		margin-top: -15px;
	}
	.sol-integ-ul li {
		display: flex;
		flex-flow: column;
		margin: 15px auto 0;
	}
	.sol-integ-ul li:nth-child(4n),
	.sol-integ-ul li:last-child {
		margin: 15px auto 0;
	}
}

/* ==================== */
/* 自社開発AIサービス */
/* ==================== */
/* すべて共通で対応 */


/* ==================== */
/* お問い合わせ */
/* ==================== */
.solution-contact-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(135deg, #be7bac, #52aae4);
	max-width: 350px;
	height: 76px;
	margin: 1.5em auto 0.5em;
	border-radius: 1.7em;
	transition: all 0.5s;
}
.solution-contact-btn:hover {
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3);
}