@charset "UTF-8";
:root {
  --color-pred1: #fa000f;
  --color-pred2: #cc0000;
  --color-pwhite: #fff;
  --color-pgray1: #f4f4f4;
  --color-pgray2: #d9d9d9;
  --color-pgray3: #b3b3b3;
  --color-pgray4: #737373;
  --color-pgray5: #4d4d4d;
  --color-pgray6: #222222;
  --color-pblack: #0c0c0c;
	--unit1x: 4px;
	--unit2x: 8px;
	--unit3x: 12px;
	--unit4x: 16px;
	--unit5x: 20px;
}
#Branding,#Contents{
  font-family: 'Noto Sans JP', Meiryo, 'Osaka', sans-serif;
	color:var(--color-pblack);
}
#Contents *{
	box-sizing:border-box;
}
#Contents h2,#Contents h3,#Contents h4,#Contents h5{
	font-weight:bold;
	color:var(--color-pblack);
}
#Contents h2{
	text-align:center;
}
#Contents h3{
	border:none;
}
#Contents .container{
	border-radius:6px;
}
#Contents .wrapper{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	gap:2rem;
}
#Contents .ImgOnlyStyle img{
	width:100%;
}
#Contents .fullWide{
	position:relative;
	margin:inherit;
}
#Contents .fullWide *{
	z-index:2;
	position: relative;
}
#Contents .fullWide:after{
  content: "";
	background-color:var(--color-pgray1);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#Contents .box{
	background-color:var(--color-pwhite);
	border:1px solid var(--color-pgray2);
	text-align:center;
}
#Contents .caution{
	font-size:0.875rem;
	font-weight:inherit;
	color:inherit;
	margin-top:1rem;
  white-space:inherit;
}
#Contents .caption{
	font-size:1.125rem;
	font-weight:bold;
	display:block;
	text-align:center;
}
#Contents .ImgOnlyStyle p{
	margin:1rem auto 2rem;
}
#Contents .highlight{
	font-weight:bold;
	border-bottom:2px solid var(--color-pred1);
}
#Contents .container a{
	color:var(--color-pred2);
	font-weight:bold;
	padding:0 0.5rem;
}

/* =======================================================
 * ブランディング
 * ==================================================== */
#Branding{
	background-image:url(/solution/feature/hagukumi/lp/cs/images/bg.jpg);
	background-repeat:no-repeat;
}
#Branding .wrapper .container{
	background-color:var(--color-pwhite);
}
#Branding .wrapper .container .section{
	max-width:1275px;
	margin:auto;
	display:flex;
	position: relative;
}
#Branding .wrapper .container .section > div{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#Branding h1{
	font-weight:bold;
	line-height:1.2;
}
#Branding .wrapper:before{
	content: "";
  display: block;
  background-image: url(/solution/feature/hagukumi/lp/cs/images/bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position:center bottom -1px;
  min-height: 300px;
  height: 100%;
  width: 100%;
}
#Branding .lead h1{
	font-weight:bold;
	display:inline-block;
}
#Branding .lead{
	font-weight:bold;
	line-height:1.6;
	font-size:1.25rem;
}
#Branding .lead strong{
	color:var(--color-pred2);
}
#Branding .ImgOnlyStyle{
	max-width:675px;
}
#Branding .ImgOnlyStyle img{
	width:100%;
}


/* =======================================================
 * カスタマーサクセス支援とは
 * ==================================================== */
#Contents #about .container{
	padding:3rem 0;
}
#about .flow{
	display:flex;
	justify-content: center;
	gap:var(--unit3x);
}
#about .flow li{
  padding:1rem;
	background-color:var(--color-pwhite);
}
#about #f2,#about #f3{
  padding:1rem 2rem 1rem 1rem;
}
#about h3{
	text-align:center;
	margin:1rem 0;
}
#about .txt{
	max-width:90%;
	margin:auto;
	text-align:center;
}
#about .tips{
	background-color:var(--color-pgray1);
	font-size:1rem;
	padding:var(--unit5x);
}
#about .flow ul{
	display:flex;
	justify-content: space-between;
	gap:var(--unit2x);
}
#about .flow ul li{
	width:100%;
	display:flex;
  align-items:center;
  padding:var(--unit3x);
	border-radius:var(--unit1x);
	font-weight:bold;
	line-height:1.3;
}
#about .flow li.flow1{
	background:var(--color-pgray2);
}
#about .flow ul li.flow2{
	background:var(--color-pgray3);
}
#about .flow ul li.flow3{
	background:var(--color-pgray4); color:var(--color-pwhite);
}
#about .flow ul li:after,#about #f1:after,#about #f2:after,#about #f3:after {
  content:"";
  position:absolute;
  z-index:-1;
}


/* =======================================================
 * お客さまの声
 * ==================================================== */
#voice .container {
	max-width:954px;
	margin:auto;
}
#voice h3{
	color:var(--color-pred2);
}
#voice ol{
	padding-left:0;
	display:flex;
}
#voice ol li{
	display:flex;
	justify-content:center;
	align-items:center;
	flex:1;
	list-style-type:none;
	background-image:url(/solution/feature/hagukumi/lp/cs/images/icon_person.svg);
	background-repeat:no-repeat;
}
#voice ol li span{
	position:relative;
	width: 100%;
	height: 100%;
	border-radius:200px;
	background-color:var(--color-pgray1);
	font-size:1rem;
	text-align:center;
	line-height: 1.5;
}
#voice ol li span:after{
	position:absolute;
	content:"";
	display:block;
	width:30px;
	height:30px;
	bottom:-15px;
  background:linear-gradient(to bottom left, var(--color-pgray1) 50%, transparent 50%) top left/ 50% 100% no-repeat,linear-gradient(to bottom right, var(--color-pgray1) 50%, transparent 50%) top right / 50% 100% no-repeat;
}


/* =======================================================
 * 従業員エンゲージメント育みサービスを最大限生かすために
 * ==================================================== */
#vision .container{
	background-color:var(--color-pwhite);
	margin-bottom:1.5rem;
}
#vision .diagram{
	font-size:1rem;
	display:flex;
}
#vision .diagram > *{
	flex:1;
	position:relative;
}
#vision h4{
	border-radius:var(--unit1x);
	text-align:center;
	width:100%;
}
#vision #d1 h4,#vision #d2 h4{
	background-color:var(--color-pgray2);
}
#vision #d3 h4{
	background-color:var(--color-pgray5);
	color:var(--color-pwhite);
}
#vision #d1,#vision #d2{
	display:flex;
	flex-direction:column;
	align-items:center;
}
#vision #d3b{
	font-weight:bold;
}
#vision ul{
	padding-left:2rem;
}
#vision ul li{
	list-style-type:disc;
}


/* =======================================================
 * ツールの活用でよくある8つのお悩み
 * ==================================================== */
#concern ol {
	display:flex;
	flex-wrap:wrap;
	font-weight:bold;
	max-width:1075px;
  padding: 0;
  list-style:none;
  counter-reset:li;
}
#concern ol li{
	display: flex;
	align-items: center;
	height:3rem;
  position:relative;
}
#concern ol li:before{
  display: flex;
  justify-content: center;
  align-items: center;
	content:"";
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
	color:var(--color-pwhite);
	background-color:var(--color-pblack);
  border-radius: var(--unit1x);
  text-align: center;
}
#concern .box{
	font-weight:bold;
	color:var(--color-pred2);
	border:1px solid var(--color-pred2);
	position:relative;
	background-image:url(/solution/feature/hagukumi/lp/cs/images/icon_person2.svg);
	background-repeat:no-repeat;
}


/* =======================================================
 * 支援の全体像（サポート内容）
 * ==================================================== */
#support h3{
	text-align:center;
}
#support .txt{
	max-width:90%;
	margin:auto;
	text-align:center;
}
#support .parent {
	display: grid;
}
#support .parent > *{
	font-size:1rem;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
#support .detail{
	padding:0;
}
#support .process,
#support .task,
#support .detail{
	margin:0.5rem 0;
}
#support .div1 { grid-area: 1 / 1 / 2 / 2; }
#support .div2 { grid-area: 1 / 2 / 4 / 3; }
#support .div3 { grid-area: 1 / 3 / 2 / 4; }
#support .div4 { grid-area: 1 / 4 / 2 / 5; }
#support .div5 { grid-area: 2 / 1 / 3 / 2; }
#support .div6 { grid-area: 2 / 3 / 4 / 4; }
#support .div7 { grid-area: 2 / 4 / 3 / 5; }
#support .div8 { grid-area: 3 / 1 / 4 / 2; }
#support .div9 { grid-area: 3 / 4 / 4 / 5; }
#support .div10 { grid-area: 4 / 1 / 5 / 2; }
#support .div11 { grid-area: 4 / 2 / 9 / 3; }
#support .div12 { grid-area: 4 / 3 / 6 / 4; }
#support .div13 { grid-area: 4 / 4 / 6 / 5; }
#support .div14 { grid-area: 5 / 1 / 6 / 2; }
#support .div15 { grid-area: 6 / 1 / 7 / 2; }
#support .div16 { grid-area: 6 / 3 / 8 / 4; }
#support .div17 { grid-area: 6 / 4 / 8 / 5; }
#support .div18 { grid-area: 7 / 1 / 8 / 2; }
#support .div19 { grid-area: 8 / 1 / 9 / 2; }
#support .div20 { grid-area: 8 / 3 / 9 / 4; }
#support .div21 { grid-area: 8 / 4 / 9 / 5; }
#support .div1,#support .div10{margin-top:0.5rem;}
#support .div8,#support .div19{margin-bottom:0.5rem;}
#support details[open] > p,#support details[open] > div{
  padding:0 1rem;
}
#support details[open] > *:last-child{
  padding-bottom:1rem;
}
#support details[open] .ImgOnlyStyle{
  padding-top:1rem;
}
#support .parent details p,#support .parent details span{
	font-weight:normal;
	line-height:1.3;
}
#support .period{
	background:var(--color-pwhite);
}
#support .process{
	background:var(--color-pgray2);
	text-align:center;
	writing-mode:
	vertical-rl;
}
#support .task{
	background:var(--color-pgray5);
	color:var(--color-pwhite);
}
#support .task:after{
	content:"";
	position:absolute;
	bottom:2rem;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid var(--color-pblack);
  border-bottom: 0;
	bottom:-1rem;
  left: calc(50% - 10px);
}
#support .task.div20:after{
	content:none;
}
#support .detail{
	background:var(--color-pwhite);
}
#support details {
  position: relative;
	transition:0.7s;
}
#support details[open] {
	transition:0.7s;
}
#support summary{
  padding:1rem 3rem 1rem 1rem;
  list-style: none;
  cursor: pointer;
}
#support summary:hover {
	transition:0.3s;
	color:var(--color-pred2);
}
#support summary::before {
  content:url(/solution/feature/hagukumi/lp/cs/images/icon_close.svg);
  position: absolute;
  right: 1rem;
  top: calc(50% - 15px);
  transition: transform 0.3s ease;
}
#support details[open] summary::before {
  content:url(/solution/feature/hagukumi/lp/cs/images/icon_open.svg);
}
#support summary:hover::before {
  content:url(/solution/feature/hagukumi/lp/cs/images/icon_hover.svg);
}
#support details .ImgOnlyStyle{
	display:flex;
	margin:0;
}
#support details .ImgOnlyStyle p{
	margin:0 0.5rem;
}
#support details .caption{
	font-size:0.875rem;
}


/* =======================================================
 * 期待できる効果と指標（レポーティング）
 * ==================================================== */
#reporting .txt{
	max-width:90%;
	margin:auto;
	text-align:center;
}


/* =======================================================
 * よくあるご質問（FAQ）
 * ==================================================== */
#faq > ul{
  background-color: var(--color-pwhite);
	margin-bottom:1.5rem;
}
#faq li.q{
	padding-left:3rem;
	font-weight:bold;
	text-indent:-2.5rem;
	margin-bottom:1rem;
}
#faq li.a{
	padding-left: 2.8rem;
	text-indent: -2.2rem;
}
#faq li.q:before{
	content:"Q.";
	margin:0 1rem 1rem 0;
}
#faq li.a:before{
	content:"A.";
	font-weight:bold;
	margin:0 1rem 1rem 0;
}
#faq ul li ul{
	margin:1rem 0 1rem 2rem;
}
#faq ul li ul li{
	list-style-type:disc;
	text-indent:0;
}


/* =======================================================
 * お問い合わせ
 * ==================================================== */
#Contents .contact a.button{
	display:block;
	max-width:400px;
	border-radius:100px;
	background-color:var(--color-pred2);
	color:var(--color-pwhite);
	font-weight:bold;
	margin:auto;
	text-align:center;
	text-decoration:none;
}
#Contents .contact a.button:hover{
	opacity:0.7;
	transition:0.3s;
}



@media screen and (min-width: 768px) {
	#Contents .section{
		margin:5rem 0;
	}
	#Contents .fullWide{
		padding:5rem 0;
	}
	#Contents #about.section{
		margin:1rem 0;
		padding-top:7rem;
	}
	#Contents #voice.section{
		margin-bottom:0;
	}
	#Contents #vision.section{
		margin-top:0;
	}
	#Branding,#Contents{
		font-size:1.125rem;
	}
	#Branding .lead h1{
		font-size:1.375rem;
		line-height: 4rem;
 	}
	#Branding .lead strong{
		font-size:2.75rem;
 	}
	#Contents h2{
		font-size:2.25rem;
		margin-bottom:2rem;
	}
	#Contents h3{
		font-size:1.25rem;
	}
	#Contents .container{
		padding:3rem;
	}
	#Contents [class^="button"] a{
		font-size:2rem;
		padding:2rem;
	}
	#lead{
		font-size:1.5rem;
		margin-top:5rem;
	}
	#lead strong{
		font-size:2.5rem;
	}
	#lead:after{
		bottom:-60px;
	}


		/* =======================================================
		 * PC-お客さまの声
		 * ==================================================== */
		#Contents #voice .container {
			padding: 0 0 3rem;
		}
		#voice ol{
			gap:var(--unit5x);
		}
		#voice ol li{
			padding-bottom:70px;
			background-position:center bottom;
		}
		#voice ol li span{
			padding:5.5rem 1rem;
		}
		#voice ol li span:after{
			left: calc(50% - 15px);
		}

	/* =======================================================
	 * PC-従業員エンゲージメント育みサービスを最大限生かすために
	 * ==================================================== */
	#vision .diagram > *{
	}
	#vision .box{
		padding:3rem;
		margin-bottom:3rem;
	}
	#vision h4{
		font-size:1.625rem;
		padding:1.5rem;
	}
	#vision .diagram{
		gap:100px;
	}
	#vision #d1,#vision #d2{
		padding-bottom:60px;
	}
	#vision #d1:after{
	  content: "＋";
		font-size:3rem;
		font-weight:bold;
	  position: absolute;
	  top:1.5rem;
	  right:-4.5rem;
	}
	#vision #d1:before,#vision #d2:before{
		content:"";
		position:absolute;
		bottom:2rem;
	  border-style: solid;
	  border-right: 14px solid transparent;
	  border-left: 14px solid transparent;
	  border-bottom: 20px solid var(--color-pblack);
	  border-top: 0;
	}
	#vision #d3a:after{
		content:"";
		position:absolute;
		right:-2rem;
    bottom: calc(50% - 14px);
	  border-style: solid;
	  border-top: 14px solid transparent;
	  border-bottom: 14px solid transparent;
	  border-left: 20px solid var(--color-pblack);
	  border-right: 0;
	}
	#vision #d3 .diagram{
		align-items:center;
	}


	/* =======================================================
	 * PC-カスタマーサクセス支援とは
	 * ==================================================== */
	#about .flow ul li:after,#about #f1:after,#about #f2:after,#about #f3:after {
	  width:25px;
	  height:100.5%;
		top:0;
	  right:0;
	}
	#about #f1,#about #f4{
		writing-mode: vertical-rl;
		text-align: center;
	}
	#about .flow li:after{background:
		linear-gradient(to bottom left, var(--color-pgray1) 50%, var(--color-pwhite) 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, var(--color-pgray1) 50%, var(--color-pwhite) 50%) bottom left / 100% 50% no-repeat;
	}
	#about .flow ul li.flow1:after{background:
		linear-gradient(to bottom left, var(--color-pwhite) 50%, var(--color-pgray2) 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, var(--color-pwhite) 50%, var(--color-pgray2) 50%) bottom left / 100% 50% no-repeat;
	}
	#about .flow ul li.flow2:after{background:
		linear-gradient(to bottom left, var(--color-pwhite) 50%, var(--color-pgray3) 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, var(--color-pwhite) 50%, var(--color-pgray3) 50%) bottom left / 100% 50% no-repeat;
	}
	#about .flow ul li.flow3:after{background:
		linear-gradient(to bottom left, var(--color-pwhite) 50%, var(--color-pgray4) 50%) top left/ 100% 50% no-repeat,
		linear-gradient(to top left, var(--color-pwhite) 50%, var(--color-pgray4) 50%) bottom left / 100% 50% no-repeat;
	}
	#about .flow #f1{
    background:var(--color-pwhite);
	}


	/* =======================================================
	 * PC-支援の全体像（サポート内容）
	 * ==================================================== */
	#support .parent {
		grid-template-columns:100px 50px 1fr 2fr;
		grid-column-gap:1rem;
		grid-row-gap:0.5rem;
	}
	#support .parent > *{
		font-weight:bold;
	}
	#support .period{
		padding:0.1rem 1rem;
	}
	#support .task{
		padding:0 1rem;
	}
	#support .period{
	}


	/* =======================================================
	 * PC-ツールの活用でよくある8つのお悩み
	 * ==================================================== */
	#concern ol {
		gap:2rem;
		margin:0 auto 6rem;
	}
	#concern ol li{
		width:calc((100% - 2rem) / 2);
		padding-left: 4rem;
	}
	#concern ol li:before{
	  width: 3rem;
	  height: 3rem;
	}
	#concern .box{
		font-size:1.75rem;
		padding:3rem 3rem 7rem;
		background-position:center bottom 1.5rem;
	}
	#concern .box:before{
		content:"";
		position:absolute;
		top: -1rem;
	  left: calc(50% - 26px);
	  border-style: solid;
	  border-right: 26px solid transparent;
	  border-left: 26px solid transparent;
	  border-top: 35px solid var(--color-pred2);
	  border-bottom: 0;
	}


	/* =======================================================
	 * PC-よくあるご質問（FAQ）
	 * ==================================================== */


	/* =======================================================
	 * PC-お問い合わせ
	 * ==================================================== */
	#Contents .contact a.button{
		font-size:1.75rem;
		padding:1.5rem;
    box-shadow: 3px 3px 1px 0px #0000003b;
	}
}


@media screen and (max-width: 767px) {
	#Contents .section{
		margin:2.5rem 0;
	}
	#Contents .fullWide{
		padding:2.5rem 0;
	}
	#Branding,#Contents{
		font-size:1rem;
	}
	#Branding .lead h1{
		font-size:1.375rem;
	}
	#Branding .lead strong{
		font-size:1.75rem;
 	}
	#Contents h2{
		font-size:1.375rem;
		margin-bottom:1rem;
		line-height:1.5;
	}
	#Contents h3{
		font-size:1.125rem;
	}
	#Contents .container{
		padding:1.5rem 1rem;
	}
	#Contents .wrapper{
		flex-direction:column;
	}
	#Contents [class^="button"] a{
		font-size:1.25rem;
		padding:1rem 0.5rem;
	}
	#lead strong{
		font-size:1.625rem;
		margin-top:1.5rem;
	}
	#lead{
		font-size:1.125rem;
	}
	#lead:after{
		bottom:-30px;
	}


	/* =======================================================
	 * SP-カスタマーサクセス支援とは
	 * ==================================================== */
	#about .flow{
		width:85%;
		margin:auto;
	}
	#about .flow,#about .flow ul{
		flex-direction:column;
	}
	#about .flow li{
		justify-content:center;
		text-align:center;
	}
	#about .flow ul li{
		padding-bottom:2rem;
	}
	#about .flow ul li:after,#about #f1:after,#about #f2:after,#about #f3:after {
	  width:100.5%;
	  height:25px;
		bottom:0;
		left:0;
	}
	#about #f2,#about #f3{
		padding-bottom:2rem;
	}
	#about .flow li:after{background:
		linear-gradient(to bottom left,var(--color-pwhite) 50%, var(--color-pgray1) 50%) top left/ 50% 100% no-repeat,
		linear-gradient(to bottom right, var(--color-pwhite) 50%, var(--color-pgray1) 50%) top right / 50% 100% no-repeat;
	}
	#about .flow ul li.flow1:after{background:
		linear-gradient(to bottom left,var(--color-pgray2) 50%, var(--color-pwhite) 50%) top left/ 50% 100% no-repeat,
		linear-gradient(to bottom right, var(--color-pgray2) 50%, var(--color-pwhite) 50%) top right / 50% 100% no-repeat;
	}
	#about .flow ul li.flow2:after{background:
		linear-gradient(to bottom left,var(--color-pgray3) 50%, var(--color-pwhite) 50%) top left/ 50% 100% no-repeat,
		linear-gradient(to bottom right, var(--color-pgray3) 50%, var(--color-pwhite) 50%) top right / 50% 100% no-repeat;
	}
	#about .flow ul li.flow3:after{background:
		linear-gradient(to bottom left,var(--color-pgray4) 50%, var(--color-pwhite) 50%) top left/ 50% 100% no-repeat,
		linear-gradient(to bottom right, var(--color-pgray4) 50%, var(--color-pwhite) 50%) top right / 50% 100% no-repeat;
	}
	#about .flow #f1{
    background:var(--color-pwhite);
	}


	/* =======================================================
	 * SP-お客さまの声
	 * ==================================================== */
	#voice .container{
		padding:0;
	}
	#voice h2 span{
		font-size: 4.25rem;
		line-height: 0.7;
		margin-right: 0.5rem;
	}
	#voice ol{
		flex-direction:column;
	}
	#voice ol li{
		background-size:1.5rem;
		padding-bottom:40px;
		background-position:right 2rem bottom 0.5rem;
	}
	#voice ol li span{
		padding:1.5rem 2.5rem;
	}
	#voice ol li span:after{
		right:4rem;
		transform: rotate(320deg);
	}


	/* =======================================================
	 * SP-従業員エンゲージメント育みサービスを最大限生かすために
	 * ==================================================== */
	#vision .box{
		padding:1.5rem;
		margin-bottom:1.5rem;
		text-align:inherit;
	}
	#vision .box h3{
		line-height:1.5;
	}
	#vision h4{
		font-size:1.125rem;
		padding:1rem;
	}
	#vision .diagram{
		flex-direction:column;
	}
	#vision #d1,#vision #d2{
		padding-bottom:60px;
	}
	#vision #d3{
		display:flex;
		flex-direction:column;
    align-items: center;
	}
	#vision #d3 .diagram{
		gap:50px;
	}
	#vision #d1:after{
	  content: "＋";
		font-size:3rem;
		font-weight:bold;
	  position: absolute;
	  bottom:1.5rem;
	}
	#vision #d2:before{
		content:"";
		position:absolute;
		bottom:1rem;
	  border-style: solid;
	  border-right: 14px solid transparent;
	  border-left: 14px solid transparent;
	  border-bottom: 20px solid var(--color-pblack);
	  border-top: 0;
	}
	#vision #d3a:after{
		content:"";
		position:absolute;
	  bottom:-2rem;
	  border-style: solid;
	  border-right: 14px solid transparent;
	  border-left: 14px solid transparent;
	  border-top: 20px solid var(--color-pblack);
	  border-bottom: 0;
		left: calc(50% - 14px);
	}
	#vision #d3b{
		text-align:center;
	}


	/* =======================================================
	 * SP-支援の全体像（サポート内容）
	 * ==================================================== */
	#support .container{
		padding-left:0;
		padding-right:0;
	}
	#support .parent > *{
		padding:0.5rem 0.1rem;
		line-height:1.2;
		font-size:0.875rem;
	}
	#support .parent {
		grid-template-columns:20px 20px 60px 1fr;
		grid-column-gap:0.3rem;
		grid-row-gap:0.3rem;
	}
	#support .parent .period,#support .parent .process,#support .parent .task{
		writing-mode: vertical-rl;
	}
	#support details .ImgOnlyStyle{
		flex-direction:column;
	}
	#support details summary{
		padding-right:4rem;
		font-weight:bold;
	}


	/* =======================================================
	 * SP-ツールの活用でよくある8つのお悩み
	 * ==================================================== */
	#concern ol {
		flex-direction:column;
		max-width:450px;
		gap:0.5rem;
		margin:0 auto 3rem;
	}
	#concern ol li{
		padding-left:3rem;
	}
	#concern ol li:before{
	  width: 2rem;
	  height: 2rem;
	}
	#concern .box{
		font-size:1.125rem;
		padding:1.5rem 1rem 5rem;
		background-size:5rem;
		background-position:center bottom 1rem;
	}
	#concern .box:before{
		content:"";
		position:absolute;
		top: -1rem;
	  left: calc(50% - 16px);
	  border-style: solid;
	  border-right: 16px solid transparent;
	  border-left: 16px solid transparent;
	  border-top: 25px solid var(--color-pred2);
	  border-bottom: 0;
	}


	/* =======================================================
	 * SP-よくあるご質問（FAQ）
	 * ==================================================== */


	/* =======================================================
	 * PC-お問い合わせ
	 * ==================================================== */
	#Contents .contact a.button{
		font-size:1.375rem;
		padding:1rem;
		width:80%;
	}
}


/* =======================================================
 * ブランディング
 * ==================================================== */
@media screen and (min-width: 1275px){
	#Branding{
		padding-top:270px;
		background-position:center center;
		background-size:cover;
	}
	#Branding h1{
		margin:6rem 0 1rem;
		font-size:2.75rem;
	}
	#Branding h1 span{
		font-size:1.75rem;
	}
	#Branding .section > div{
		margin-left:4rem;
	}
	#Branding .wrapper .container{
		height: 250px;
	}
	#Branding .wrapper .container .section{
		top: -140px;
	}
}
@media screen and (max-width: 1274px){
	.HideRWD.sp{display:none;}
	#Branding{
		padding-top:100px;
		background-position:top center;
		background-size:150%;
	}
	#Branding h1{
		text-align:center;
		margin-bottom:1rem;
		margin:0 1rem 1rem;
		font-size:2.375rem;
	}
	#Branding h1 span{
		font-size:1.5rem;
	}
	#Branding .wrapper .container{
		height: 500px;
	}
	#Branding .wrapper .container .section{
		margin:0 1rem;
		flex-direction:column-reverse;
		top: -20%;
	}
}
@media screen and (min-width: 995px) {
	#about #f2 .flow1,#about #f2 .flow2{
		white-space:nowrap;
	}
}
@media screen and (max-width: 767px) {
	#Branding{
		background-size:auto 45%;
	}
}
@media screen and (max-width: 579px) {
	#Branding h1{
		font-size:1.5625rem;
	}
	#Branding h1 span{
		font-size:1.125rem;
	}
	#Branding .wrapper .container{
		height: 400px;
	}
	#Branding .lead {
    font-size: 1.125rem;
	}
}
@media screen and (max-width: 500px) {
	#Branding .wrapper .container{
		height: 350px;
	}
}
@media screen and (max-width: 399px) {
	#Branding{
		background-size:auto 65%;
	}
	#Branding .wrapper{
    position: relative;
    top: 1px;
	}
	#Branding .wrapper:before{
	  min-height:150px;
	}
	#Branding .wrapper .container{
		height: 300px;
	}
	#Branding .wrapper .container .section{
		top: -60px;
	}
	#Branding h1{
		font-size:1.75rem;
		white-space:nowrap;
	}
	#Branding h1 span{
		font-size:1.125rem;
	}
	#Branding .lead{
		font-size:1rem;
	}
	#support summary {
	    padding:1rem 3rem 1rem 0.5rem;
	}
	#support details[open] > p,#support details[open] > div{
	  padding:0 0.5rem;
	}

}
