@charset "Shift_JIS";
/*--- 基本設定 ---*/
:root {
	--color-red1: #fa000f;
	--color-red2: #cc0000;
	--color-white: #ffffff;
	--color-gray1: #f4f4f4;
	--color-gray2: #d9d9d9;
	--color-gray3: #b3b3b3;
	--color-gray4: #737373;
	--color-gray5: #4d4d4d;
	--color-gray6: #222222;
	--color-black: #0c0c0c;
	--base-radius: 8px;
	--base-gap: 20px;
}

#contents,
#Contents *,
#Contents *::before,
#Contents *::after {
	box-sizing: border-box;
}

#Popup main#Contents {
	min-width: 320px;
	padding-top: 0;
	padding-bottom: 105px;
	font-family: "Hitachi Sans", "Yu Gothic UI", "Noto Sans JP", "Noto Sans" ,sans-serif;
}
.others #Popup main#Contents {
	font-family: "Hitachi Sans", "Noto Sans JP", "Noto Sans", "Yu Gothic UI", sans-serif;
}

main .inner {
	max-width: 1305px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

main .sectionInner {
	max-width: 1195px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

/*--- 共通パーツ ---*/
.btnContainer {
	max-width: 510px;
}

a.btn {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 55px;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
	padding: 5px 45px 3px 15px;
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--color-white);
	line-height: 120%;
	text-decoration: none;
	border: 2px solid var(--color-red2);
	border-radius: 6rem;
	background-color: var(--color-red2);
	background-image: url(/image/hsc2/solution/icon/icon_newwin_w.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 1.5rem auto;
}
a.btn:hover,
a.btn:active {
	border-color: var(--color-black);
	background-color: var(--color-black);
}

a.btn.reverse {
	color: var(--color-red2);
	background-color: var(--color-white);
	background-image: url(/image/hsc2/solution/icon/icon_newwin_r.svg);
}
a.btn.reverse:hover,
a.btn.reverse:active {
	color: var(--color-black);
	background-color: var(--color-white);
	background-image: url(/image/hsc2/solution/icon/icon_newwin.svg);
}

a.btn sup {
	margin: 0 2px 1em;
	font-size: 60%;
}

.flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.ListStyle1.large {
	font-size: 100%;
}

.ListStyle1.large li {
	margin-bottom: 3px;
	background-position: 0.1em 0.3em;
}

.TextStyle1.large {
	font-size: 1.125rem;
	line-height: 150%;
}

.DataTableStyle5.large {
	width: 100%;
}

.DataTableStyle5.large th,
.DataTableStyle5.large td {
	font-size: 100%;
}

.note {
	line-height: 140%;
}

.underline,
.underline * {
	text-decoration: underline;
}

.redTxt {
	color: var(--color-red2) !important;
}

.dispIb {
	display: inline-block;
	max-width: 100%;
	font-weight: inherit;
}

.ShowTablet {
	display: none;
}

/* 各セクション（共通設定） */
.mainSection {
	padding-top: 85px;
}
.mainSection.bgGray {
	background-color: var(--color-gray1);
}

.mainSection h2 {
	margin: 0 0 40px;
	font-size: 2.875rem;
	font-weight: normal;
	line-height: 140%;
}
.mainSection h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	margin: 0.5rem 0;
	background-color: var(--color-red1);
}

section .catch {
	margin: 0 0 20px;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 150%;
}

section .summary {
	margin: 0 0 20px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 180%;
}

/*--- ブランディングエリア ---*/
#branding {
	height: 600px;
	background-image: url(/solution/feature/btobmarketing/images/bg_branding.jpg);
	background-repeat: no-repeat;
	background-position: center -170px;
	background-size: auto 1280px;
}

#branding .inner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#branding h1 {
	padding-bottom: 55px;
	text-align: center;
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #fcfdff, -1px -1px 3px #fcfdff;
}
.others #branding h1 {
	font-size: 2.6rem;
	letter-spacing: 0.02em;
}

/*--- 導入部分CTAエリア ---*/
.introSection {
	position: relative;
	margin-top: -50px;
	padding: 48px 45px 35px;
	background-color: var(--color-white);
	border: 1px solid #c6c6c6;
	border-radius: var(--base-radius);
	overflow: hidden;
}
.introSection::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 100px;
	background: linear-gradient(30deg, #fd7f87, #ffffff 50%);
	clip-path: polygon(0px 0px, 0px 100px, 160px 100px);
}

main .introSection .sectionInner {
	position: relative;
	z-index: 1;
	max-width: 1115px;
	padding-left: 0;
	padding-right: 0;
}

.introSection .flexItem:first-child {
	flex-grow: 1;
	max-width: calc(54% - 10px);
}
.introSection .flexItem:last-child {
	width: 480px;
	max-width: calc(46% - 10px);
}

.introSection h2 {
	margin: 0 0 10px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 140%;
}

.introSection .catch {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 200%;
}

.introSection .flexItem a.btn {
	max-width: 480px;
	min-height: 60px;
}
.introSection .flexItem a.btn:nth-child(2) {
	margin-bottom: 8px;
}

/*--- お悩みエリア ---*/
#problem {
	padding: 60px 0 75px;
}

#problem h2 {
	margin: 0 0 55px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 140%;
}

.problemSection {
	position: relative;
	padding: 50px;
	background-color: var(--color-gray1);
}
.problemSection::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	width: 30px;
	height: 15px;
	border-bottom: 15px solid var(--color-gray1);
	border-left: 15px solid var(--color-white);
	border-right: 15px solid var(--color-white);
	transform: translateX(-50%);
}

.problemSection h3 {
	font-size: 2rem;
	color: var(--color-black);
	margin-bottom: 40px;
	border-style: none;
}

.problemSection .flexContainer {
	gap: 40px 20px;
}

.problemSection .flexContainer .flexItem {
	width: calc((100% - 40px) / 3);
}

.problemSection .flexContainer .txt {
	max-width: 260px;
	margin: 0 auto;
	font-size: 1.125rem;
	font-weight: bold;
}
.others .problemSection .flexContainer .txt {
	max-width: 310px;
}

/*--- CTAエリア ---*/
.cta {
	padding: 45px 0;
	background-image: url(/image/hsc2/solution/background/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.cta .container {
	padding: 50px 50px 55px;
	background-color: var(--color-white);
	border-radius: var(--base-radius);
}

.cta h2 {
	margin: 0 0 20px;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 140%;
}
.cta h2::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	margin: 0.5rem auto;
	background: linear-gradient(to right, var(--color-red1) 0 50%, var(--color-gray2) 50% 100%);
}

.cta .catch {
	margin-bottom: 30px;
	font-size: 1.25rem;
	font-weight: bold;
}

/*--- SOLUTION・3つの特長 ---*/
#solution .flexContainer .flexItem:first-child {
	flex-grow: 1;
	max-width: calc(45% - 10px);
}
#solution .flexContainer .flexItem:last-child {
	width: 560px;
	max-width: calc(55% - 10px);
}

.solList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.solList li {
	position: relative;
	margin: 0 0 16px;
	padding: 30px 25px 8px;
	background-color: var(--color-gray6);
	border-radius: var(--base-radius);
	overflow: hidden;
}
.solList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 1;
	width: 10px;
	height: 16px;
	border-left: 10px solid var(--color-white);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.solList li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: linear-gradient(45deg, #9a0f17, #222222 50%);
}

.solList li h3,
.featureList li h3 {
	font-size: 1.625rem;
	border-style: none;
}

.solList li h3 {
	position: relative;
	z-index: 2;
	color: var(--color-white);
}

.featureList li h3 {
	color: var(--color-black);
}

.solList li h3 span,
.featureList li h3 span {
	display: inline-block;
	min-width: 35px;
	padding-right: 10px;
}

.solList li .summary {
	position: relative;
	z-index: 2;
	padding-left: 35px;
	color: var(--color-white);
}

#feature {
	padding: 55px 0 80px;
}

.featureList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.featureList > li {
	margin: 0 0 15px;
	padding: 30px 25px 10px;
	background-color: var(--color-gray1);
	border-radius: var(--base-radius);
}

.featureList li .descArea {
	padding: 0 35px;
}

.featureList li .summary {
	margin-bottom: 10px;
}

.featureList li .desc {
	margin-bottom: 20px;
}

.featureList .ListStyle1.large li {
	font-weight: bold;
}

/*--- 生成AIによる業務高速化 ---*/
#ai {
	padding-bottom: 75px;
}

#ai table tr:first-child th:nth-child(1) {
	width: 30%;
}
#ai table tr:first-child th:nth-child(2),
#ai table tr:first-child th:nth-child(3) {
	width: 35%;
}

#ai table th[scope="row"] {
	background-color: var(--color-white);
}

/*--- サービスメニュー・導入の流れ ---*/
#menu {
	padding-bottom: 70px;
}

.menuList,
.stepList {
	padding: 10px 0 25px;
}

.menuList > li {
	width: calc((100% - 40px) / 3);
	background-color: var(--color-white);
	border-radius: var(--base-radius);
	overflow: hidden;
}

.menuList li img {
	max-width: 100%;
}

.menuList li .txtArea {
	padding: 5px 20px 0;
}

.menuList li h3,
.stepList li h3 {
	font-size: 1.25rem;
	color: var(--color-black);
	border-style: none;
}

.menuList li .desc {
	margin-bottom: 10px;
	line-height: 140%;
}

#step {
	padding-bottom: 120px;
}

#step .sectionInner {
	max-width: 1235px;
	margin-right: 0;
	padding-right: 0;
}

.stepList li {
	position: relative;
	width: calc((100% - 60px) / 4);
	padding: 15px 25px;
	background-color: var(--color-gray2);
	border-radius: var(--base-radius);
	overflow: hidden;
}
.stepList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 10px;
	height: 16px;
	border-left: 10px solid var(--color-white);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.stepList li .subTitle {
	margin-bottom: 15px;
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--color-red1);
}

.stepList li .TextStyle1 {
	font-size: 1rem;
}

/*--- リンクエリア（下部のCTAエリア） ---*/
.linkSection {
	padding-top: 55px;
}
.cta + .linkSection {
	padding-top: 75px;
}

.linkSection .flexItem:first-child {
	width: 575px;
	max-width: calc(48% - 10px);
}
.linkSection .flexItem:last-child {
	width: 640px;
	max-width: calc(52% - 10px);
}

.linkSection .titleArea {
	padding-bottom: 15px;
}

.linkSection h2 {
	margin: 20px 0 0;
	font-size: 2.875rem;
	font-weight: bold;
	line-height: 120%;
}

.linkSection h2 b {
	position: relative;
	padding-right: 2.5rem;
	font-weight: inherit;
}
.linkSection h2 b::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.97425rem;
	height: 1.125rem;
	border-left: 0.97425rem solid var(--color-red1);
	border-top: 0.5625rem solid transparent;
	border-bottom: 0.5625rem solid transparent;
	transform: translateY(-50%);
}

.linkSection .subTitle {
	margin-bottom: 10px;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 150%;
}

section.linkSection .catch {
	line-height: 140%;
}

section.linkSection .summary {
	margin-bottom: 10px;
}

.linkSection .ListStyle1.large {
	font-size: 1.125rem;
}

.linkSection .ListStyle1.large li {
	font-weight: bold;
}

.linkSection .linkItem {
	margin: 0 0 20px;
	border: 1px solid var(--color-red2);
	border-radius: var(--base-radius);
	overflow: hidden;
}

.linkSection .linkItem .ImgOnlyStyle {
	position: relative;
}

.linkSection .linkItem .ImgOnlyStyle img {
	max-width: 100%;
}

.linkSection .linkItem .ImgOnlyStyle .tag {
	position: absolute;
	top: 25px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 155px;
	min-height: 40px;
	padding: 0.5em 1em;
	font-size: 1rem;
	font-weight: bold;
	color: var(--color-white);
	line-height: 120%;
	background-color: var(--color-red2);
}

.linkSection .linkItem .txtArea {
	max-width: 590px;
	margin: 0 auto;
	padding: 10px 20px 20px;
}

.linkSection .linkItem .CatchCopy {
	margin-bottom: 15px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 125%;
}

.linkSection .linkItem .ListStyle1.large {
	font-size: 1.375rem;
}

.linkSection .linkItem .ListStyle1.large li {
	margin-bottom: 0;
	background-position: 0.1em 0.4em;
}

.linkSection#consultation .linkItem .ListStyle1.large {
	margin-top: 5px;
}

.linkSection#consultation .linkItem .ListStyle1.large li {
	margin-bottom: 2px;
}

.linkSection .linkItem .note {
	margin-bottom: 20px;
}


/* for Responsive Web Design
=========================================================================================== */

/*--- for - 994px ---*/
@media screen and (max-width: 994px) {
	.JS #intro .introSection .flexItem {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: none;
	}

	.JS .introSection h2,
	.JS .introSection .catch {
		text-align: center;
	}

	.JS .problemSection .flexContainer .flexItem {
		width: calc(50% - 10px);
	}

	.JS #solution .sectionInner .flexContainer .flexItem {
		width: 100%;
		max-width: none;
	}

	.JS .menuList > li {
		width: calc(50% - 10px);
	}

	.JS #step .sectionInner {
		padding-right: 40px;
	}

	.JS .stepList li {
		width: 100%;
	}

	.JS .linkSection .flexContainer .flexItem {
		width: 100%;
		max-width: none;
	}

	.JS .linkSection .linkItem {
		max-width: 800px;
		margin: 0 auto;
	}

	.JS .linkSection h2 {
		margin-top: 0;
	}

	.JS .ShowTablet {
		display: block;
	}
}

/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	.JS #branding {
		height: 550px;
		background-size: auto 900px;
		background-position: 47.5% -120px;
	}

	.JS #branding .inner {
		align-items: flex-start;
	}

	.JS #branding h1 {
		padding-top: 75px;
		padding-left: 30px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.JS.others #branding h1 {
		font-size: 1.75rem;
	}

	.JS .introSection {
		margin-top: -300px;
		padding: 30px;
	}

	.JS .introSection h2,
	.JS .cta h2,
	.JS #problem h2 {
		font-size: 2rem;
	}

	.JS .introSection .catch {
		margin-bottom: 0;
	}

	.JS .problemSection {
		padding: 30px 15px 40px;
	}

	.JS .problemSection h3 {
		font-size: 1.75rem;
	}

	.JS main .sectionInner {
		padding-left: 0;
		padding-right: 0;
	}

	.JS .cta .container {
		padding: 30px 30px 35px;
	}

	.JS .featureList li .descArea {
		padding: 0;
	}

	.JS #step .sectionInner {
		padding-right: 0;
	}
}

/*--- for - 579px ---*/
@media screen and (max-width: 579px) {
	.JS #Popup main#Contents {
		padding-bottom: 75px;
	}

	.JS .HideSD {
		display: none !important;
	}

	.JS a.btn {
		margin-bottom: 12px;
		font-size: 1.125rem;
	}

	.JS #branding {
		background-size: auto 750px;
		background-position: 47.5% -100px;
	}

	.JS #branding h1 {
		font-size: 1.7rem;
	}
	.JS.others #branding h1 {
		font-size: 1.5rem;
	}

	.JS .introSection h2 {
		font-size: 1.5625rem;
	}

	.JS .introSection {
		margin-top: -300px;
		padding: 20px 15px;
	}

	.JS .introSection .catch {
		font-size: 1rem;
		line-height: 170%;
	}

	.JS .introSection .flexItem a.btn {
		min-height: 55px;
	}

	.JS .introSection .flexItem .note {
		max-width: 25em;
	}

	.JS #problem {
		padding: 40px 0 30px;
	}

	.JS #problem h2 {
		margin-bottom: 35px;
		font-size: 1.625rem;
	}

	.JS .problemSection .flexContainer {
		gap: 10px 20px;
	}

	.JS .problemSection h3 {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

	.JS .problemSection .flexContainer .txt {
		font-size: 1rem;
	}

	.JS .cta {
		padding: 25px 0;
	}

	.JS .cta .container {
		padding: 25px 20px;
	}

	.JS .cta h2 {
		margin-bottom: 10px;
		font-size: 1.625rem;
	}

	.JS .cta .catch {
		margin-bottom: 15px;
		font-size: 1.125rem;
	}

	.JS .cta .note {
		max-width: 25em;
	}

	.JS .mainSection {
		padding-top: 35px;
	}

	.JS .mainSection h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	.JS section .catch {
		font-size: 1.125rem;
	}

	.JS section .summary {
		font-size: 1rem;
		line-height: 150%;
	}

	.JS .solList li h3,
	.JS .featureList li h3 {
		font-size: 1.25rem;
	}

	.JS #feature {
		padding: 25px 0 30px;
	}

	.JS section .featureList .summary {
		font-size: 1.125rem;
	}

	.JS #ai {
		padding-bottom: 30px;
	}

	.JS .DataTableStyle5.large th,
	.JS .DataTableStyle5.large td {
		font-size: 83%;
	}

	.JS #menu {
		padding-bottom: 20px;
	}

	.JS .flexContainer.menuList {
		gap: 15px;
	}

	.JS .menuList > li {
		width: 100%;
	}

	.JS #menu .TextStyle1.large {
		font-size: 0.875rem;
	}

	.JS #step {
		padding-bottom: 20px;
	}

	.JS .linkSection {
		padding-top: 45px;
	}

	.JS .linkSection .flexContainer {
		gap: 0;
	}

	.JS .linkSection h2 {
		font-size: 2rem;
	}

	,JS .linkSection .titleArea {
		padding-bottom: 5px;
	}

	.JS section.linkSection .summary {
		font-size: 1.125rem;
	}

	.JS .linkSection .linkItem .CatchCopy {
		font-size: 1.25rem;
	}

	.JS .linkSection .linkItem .ListStyle1.large {
		font-size: 1.125rem;
	}

	.JS .linkSection .linkItem .note {
		max-width: 25em;
		margin-bottom: 10px;
		font-size: 0.875rem;
	}
}

/*--- for - 399px ---*/
@media screen and (max-width: 399px) {
	.JS a.btn {
		padding-left: 5px;
		padding-right: 35px;
		font-size: 1rem;
		line-height: 130%;
		background-position: right 15px center;
	}

	.JS #branding {
		background-size: auto 600px;
		background-position: 47.5% bottom;
	}

	.JS #branding h1 {
		padding-left: 15px;
		font-size: 1.4rem;
	}
	.JS.others #branding h1 {
		font-size: 1.2rem;
	}

	.JS .introSection h2 {
		font-size: 1.5rem;
	}

	.JS .introSection {
		padding-left: 10px;
		padding-right: 10px;
	}

	.JS #problem h2 {
		font-size: 1.5rem;
	}

	.JS .problemSection h3 {
		font-size: 1.125rem;
	}

	.JS .problemSection .flexContainer .txt {
		font-size: 0.875rem;
	}

	.JS .cta .note {
		font-size: 0.875rem;
	}

	.JS .mainSection h2 {
		font-size: 1.625rem;
	}

	.JS .solList li {
		padding-left: 20px;
		padding-right: 15px;
	}

	.JS .solList li h3 span,
	.JS .featureList li h3 span {
		min-width: 20px;
	}

	.JS .solList li .summary {
		padding-left: 20px;
	}

	.JS .featureList > li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.JS .featureList .ListStyle1.large {
		margin-left: -0.5em;
	}

	.JS .linkSection h2 {
		font-size: 1.625rem;
	}

	.JS .linkSection h2 b {
		padding-right: 1.5rem;
	}
	.JS .linkSection h2 b::after {
		width: 0.69rem;
		height: 0.8rem;
		border-left-width: 0.69rem;
		border-top-width: 0.4rem;
		border-bottom-width: 0.4rem;
	}

	.JS .linkSection .subTitle {
		font-size: 1.25rem;
	}

	.JS .linkSection .ListStyle1.large {
		margin-left: -0.5em;
	}
}
