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

.___________________SP-MAIN____________________{}

.pc-show{
 display: none;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____P08-00_COLUMN____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
.P08.COLUMN{}

._{}

.COLUMN strong{
font-weight: 600;
}

._{}

#column-post{}

#column-header{}

#column-header h1{
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	border-top: 1px solid #C8C8C8;
	border-bottom: 5px solid #6F5486;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#column-header .main-image{
	margin-bottom: 5px;	
}

#column-header .main-image img{
	width: 100%;
}
       
#column-header .read-txt p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

._{}

#column-post .toc-box {
	display: block;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #c9c1d0;
	background: #f9f7fb;
}

#column-post .toc-box strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #333;
}

#column-post .toc-list li {
  border-top: 1px solid #e0dae6;
}

#column-post .toc-list li:first-child {
  border-top: none;
}

#column-post .toc-list a {
	font-size: 15px;
	font-weight: 600;
	color: #6d4d8d;
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
}

#column-post .toc-list a:hover {
  color: #4a2f6b;
  padding-left: 4px;
}

._{}

#column-post .article-body{
 margin-top: 10px;
 margin-bottom: 10px;
}

#column-post .article-body p{
 font-size: 14px;
 line-height: 24px;
 font-weight: 400;
	margin-bottom: 15px;
}

#column-post .article-body p b{
 font-weight: 600;
}

#column-post .article-body p b.em{
 color: #cc417b;
}

#column-post .article-item img{
 width: 100%;
}

._{}

#column-post .article-body .flow-box {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 1px solid #d9d2df;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 6px;
}

#column-post .article-body .flow-box h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #FFFFFF;
	border-bottom: 3px solid #6F5486;
	display: inline-block;
	padding-bottom: 1px;
	background-color: #6F5486;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	border-radius: 8px;
	margin-bottom: 8px;
}

#column-post .article-body .flow-box::after {
	content: "▼";
	position: absolute;
	left: 50%;
	bottom: -17px;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 1;
	color: #6F5486;
}

#column-post .article-body .flow-box:last-of-type::after {
  display: none;
}

._{}

#column-post .article-body .flow-container {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

#column-post .article-body .flow-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 10px;
	border: 3px solid #eae6ed;
	position: relative;
	padding-top: 10px;
}

#column-post .article-body .flow-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #d198c7;
}

#column-post .article-body .flow-card:last-of-type::after {
  display: none;
}

#column-post .article-body .flow-card .name-ja {
  font-size: 15px;
 	line-height: 18px;
  font-weight: 500;
  text-align: center;
}

#column-post .article-body .flow-card .name-en {
  font-size: 9px;
  font-weight: 400;
  text-align: center;
}

.main-ttl{
 background-color: #f7f3f9;
 font-size: 18px;
 line-height: 26px;
 font-weight: 600;
 border-left: 6px solid #6f5486;
 padding-top: 20px;
 padding-bottom: 20px;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 15px;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____title_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
共通：見出し
━━━━━━━━━━━━━━━━━━*/

h2.title,
h3.title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #424242;
	position: relative;
	padding-left: 44px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 15px;
}

h2.title::before,
h3.title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 18px;
  width: 5px;
  height: 65px;
  background: #c93d73;
  transform: skewX(-28deg);
}

h3.title span {
	display: block;
	color: #a3a4a4;
	font: 10px/10px smartfont;
	padding-top: 8px;
}

h4.sub-title {
 font-size: 20px;
 line-height: 18px;
 font-weight: 500;
	color: #424242;
	position: relative;
	padding-left: 56px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 18px;
	padding-bottom: 15px;
}

h4.sub-title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 22px;
  width: 5px;
  height: 65px;
  background: #c93d73;
  transform: skewX(-28deg);
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____page-title_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
枝ページタイトル／イメージ
━━━━━━━━━━━━━━━━━━*/
#page-title {
	/* box-shadow */
	box-shadow:0px -2px 7px 0px #f3f4f6;
}

#page-title .inner {
	margin-right: 20px;
	margin-left: 20px;
}

#page-title .inner h2{
	font-weight: normal;
	font-size: 22px;
	padding-top: 35px;
 text-align: center;
 margin-bottom: 20px;
}

#page-title .inner h2 span {
	display: block;
	font: 12px/12px smartfont;
	color: #c63d77;
	margin-top: 10px;
}

#page-title .inner .caption {
	 text-align: left;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 18px;
}

#page-title .inner .caption br {
 display: none;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____section_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
汎用：section
━━━━━━━━━━━━━━━━━━*/

.section.Top{
	clear: both;
	margin-bottom: 40px;
}

.section.Sub{
	margin-bottom: 35px;
}

.section .caption{
	margin-bottom: 10px;
	line-height: 22px;
}

.section .caption.end{
	margin-bottom: 45px;
}

/*左寄せ*/
.section.item-left .item {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
 text-align: center;
}

/*右寄せ*/
.section.item-right .item{
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}

/*右寄せ＆左寄せ 共通*/
.section.item-left .caption, 
.section.item-left .item,
.section.item-right .caption,
.section.item-right .item{
	overflow: hidden;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____article_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
ブログ記事
━━━━━━━━━━━━━━━━━━*/

.article{
	margin-bottom: 40px;
}

/*本文*/
.article_body{

}

/*日付*/
.article_date{
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 22px;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____0_TOPPAGE_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

#TOPPAGE #main-image{
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}

#TOPPAGE #main-image .inner img{
	width: 100%;
}

._{}

/* ソリューション事例共通 */

.case-list {}

.case-list .box a .item {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #ccc;
}

.case-list .box a .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

._{}

.case-list.international .box-summary{

}

.case-list.international .box {
}
.case-list.international .box a {
	display: block;
	background-color: #f5f4e3;
}

.case-list.international .box .item {
	margin-bottom: 15px;
}
.case-list.international .box .item img {
	width: 100%;
}
.case-list.international .box dl {
}
.case-list.international .box dl dd {
}

.case-list.international .box a dl {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.case-list.international .box a dl dt {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 12px;
}

.case-list.international .box a dl dd {
	line-height: 1.6;

	/* 3行で省略 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.case-list.international .box a:hover dl dd {
	text-decoration: none;
}

._{}

.case-list.domestic{}

.case-list.domestic .case-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}

.case-list.domestic .box {
	text-decoration: none;
}

.case-list.domestic .box a {
	display: block;
	height: 100%;
	text-decoration: none;
	transition: opacity 0.2s;
	background-color: #f5f4e3;
}

.case-list.domestic .box a:hover {
	opacity: 0.7;
}

.case-list.domestic .box .item {
	margin-bottom: 15px;
}

.case-list.domestic .box a dl {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.case-list.domestic .box a dl dt {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 10px;
}

.case-list.domestic .box a dl dd {
	line-height: 1.6;

	/* 3行で省略 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.case-list.domestic .box a:hover dl dd {
	text-decoration: none;
}



.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____1_WORK_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

	#WORK {}

	#WORK #purpose-list,
	#WORK #solutions-list,
	#WORK #alignment-list,
	#WORK #trouble-list {

	}

	#WORK #purpose-list .main-item {
		margin-bottom: 25px;
	}

	#WORK #purpose-list .main-item img {
  width: 100%;
	}

	#WORK #purpose-list,
	#WORK #solutions-list {
		margin-bottom: 60px;
	}

	#WORK #purpose-list .title span,
	#WORK #solutions-list .title span {
		display: block;
	}

	#WORK #purpose-list .box-summary,
	#WORK #solutions-list .box-summary {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 10px;
	}

	#WORK #purpose-list .box,
	#WORK #solutions-list .box {
		width: auto;
		min-width: 0;
	}

	#WORK #purpose-list .box dl,
	#WORK #solutions-list .box dl {
		height: 100%;
	}

	#WORK #purpose-list .box dl dt,
	#WORK #solutions-list .box dl dt {
		overflow: hidden;
	}

	#WORK #purpose-list .box dl dt img,
	#WORK #solutions-list .box dl dt img {
		display: block;
		width: 100%;
		height: auto;
	}

	#WORK #purpose-list .box dl dd,
	#WORK #solutions-list .box dl dd {
		margin-top: 8px;
		font-size: 15px;
  line-height: 20px;
		font-weight: 500;
		letter-spacing: 0;
	}

	._ {}

	#WORK #alignment-list {
		margin-bottom: 60px;
	}

	#WORK #alignment-list .title {}

	#WORK #alignment-list .title span {
		display: block;
	}

	#WORK #alignment-list .box-summary {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 10px;
	}

	#WORK #alignment-list .box {
		width: auto;
		min-width: 0;
	}

	#WORK #alignment-list .box dl {
		height: 100%;
	}

	#WORK #alignment-list .box dl dt {
		overflow: hidden;
	}

	#WORK #alignment-list .box dl dt img {
		display: block;
		width: 100%;
		height: auto;
	}

	#WORK #alignment-list .box dl dd {
		margin-top: 8px;
		font-size: 15px;
  line-height: 20px;
		font-weight: 500;
	}

	._ {}

	#WORK #trouble-list {
		margin-bottom: 100px;
	}

	#WORK #trouble-list .title {}

	#WORK #trouble-list .title span {
		display: block;
	}

	#WORK #trouble-list .box-summary {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 10px;
	}

	#WORK #trouble-list .box {
		width: auto;
		min-width: 0;
	}

	#WORK #trouble-list .box dl {
		height: 100%;
	}

	#WORK #trouble-list .box dl dt {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
		overflow: hidden;
	}

	#WORK #trouble-list .box dl dt img {
		display: block;
		width: 100%;
		height: auto;
	}

	#WORK #trouble-list .box dl dd  {
		padding-top: 10px;
		color: #c93d73;
		font: 10px/12px smartfont;
		font-weight: 400;
		letter-spacing: 0;
	}

	#WORK #trouble-list .box dl dd span {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px!important;
		font-weight: 500;
		line-height: 1.4;
		display: block;
		margin-bottom: 5px;
		color: #333;
	}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____2_CASE_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
ソリューション事例
━━━━━━━━━━━━━━━━━━*/
/*-------------------------
記事
-------------------------*/

#CASE #case-post{
	position: relative;
	margin-bottom: 40px;
 overflow: hidden;
}

#CASE #case-post #after{
	background: #f5f4e3;
	position: relative;
 clear: both;
}

#CASE #case-post #after .icon{
	position: absolute;
	left: 6px;
	top: -13px;
	z-index: 9999;
}

#CASE #case-post #after .item{
		overflow: hidden;
}

#CASE #case-post #after .item a img{
	width: 100%;
}

#CASE #case-post #after .body{
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 15px;
 padding-right: 15px;
}

#CASE #case-post #after .body p + p{
	margin-top: 15px;
}

#CASE #case-post #after .body p br{
	display: none;
}

#CASE #case-post #before{
	background: #d1ccc8;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
 padding-right: 10px;
 width: 65%;
 height: auto;
 margin-bottom: 40px;
 float: left;
}

#CASE #case-post #before .icon{
	position: absolute;
	z-index: 9999;
	left: 5px;
	top: -13px;
 width: 103px;
}

#CASE #case-post #before .icon img {
 width: 100%;
}

#CASE #case-post #before ul{}

#CASE #case-post #before ul li{
	float: left;
 height: auto;
	width: 48%;
	margin-bottom: 10px;
	background: #fff;
	display: block;
	overflow: hidden;
}

#CASE #case-post #before ul li:nth-of-type(odd) {
 margin-right: 4%;
}

#CASE #case-post #before ul li a {
	padding-top: 100%;
}

#CASE #case-post #before .corner{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#CASE #case-post #arrow-solution{
 float: right;
 margin-bottom: 40px;
 transform: rotateZ(-90deg) rotateX(-180deg);
 margin-right: 6%;
 margin-top: 55%;
 overflow: hidden;
}

#CASE #case-post #arrow-solution img {
 max-width: 74px;
 width: 100%;
}



.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____3_CORPORATION_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}


#greeting {

}

#greeting .box {

}

#greeting .box .item img {
	width: 100%;
	height: auto;
}

#greeting .box dl {
	margin-top: 20px;
}

#greeting .box dl dt {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #3e3e3e;
}

#greeting .box dl dd {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #3e3e3e;
}

#greeting .box dl dd br{
	display: none;
}

#greeting .box dl .sign {
	margin-top: 20px;
	text-align: right;
	line-height: 1;
}

#greeting .box dl .sign img {
	width: auto;
	max-width: 220px;
	height: auto;
}

._{}
/* ========================================
経営理念・事業方針
======================================== */

#philosophy {
	counter-reset: philosophy-num;
	overflow: visible;
	margin-bottom: 80px;
	margin-top: 60px;
}

#philosophy .box {
	position: relative;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
	counter-increment: philosophy-num;
	margin-bottom: 40px;
}

#philosophy .box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #edf2f5;
	clip-path: polygon(
		20px 0,
		100% 0,
		100% calc(100% - 32px),
		calc(100% - 18px) 100%,
		0 100%,
		0 36px
	);
}

#philosophy .box::after {
	content: "0" counter(philosophy-num);
	position: absolute;
	top: -12px;
	left: 40px;
	width: 84px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background-color: #ca3c73;
	clip-path: polygon(
		12px 0,
		100% 0,
		calc(100% - 12px) 100%,
		0 100%
	);
}

#philosophy .box dl {
	position: relative;
	z-index: 1;
}

#philosophy .box dl dt {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 15px;
}

#philosophy .box dl dt span:first-child {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #414141;
}

#philosophy .box dl dt span:last-child {
	font: 11px/11px smartfont;
	line-height: 1.5;
	font-weight: 400;
	color: #d43870;
}

#philosophy .box dl dd {
	font-size: 14px;
 line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #3e3e3e;
}

._{}

#company-profile {

}

#company-profile ul{
	margin-bottom: 20px;
}

#company-profile ul li + li{
	margin-top: 5px;
}

#company-profile ul li img{
	width: 100%;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____4_INQUIRY_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━*/
#INQUIRY .Top .caption br {
 display: none;
}


#INQUIRY .common-table {
  margin-top: 30px;
}
