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

.___________________PC-MAIN____________________{}

.sp-show{
 display: none;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____COLUMN____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
.COLUMN{}

._{}

.COLUMN strong{
font-weight: 600;
}

._{}

#column-post{}

#column-header{}

#column-header h1{
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	border-top: 1px solid #C8C8C8;
	border-bottom: 6px solid #6F5486;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}

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

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

._{}

#column-post .toc-box {
  display: block;
  margin: 32px 0;
  padding: 24px 28px;
  border: 1px solid #c9c1d0;
  background: #f9f7fb;
}

#column-post .toc-box strong {
  display: block;
  margin-bottom: 12px;
  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: 22px;
	font-weight: 600;
	color: #6d4d8d;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

#column-post .article-body p{
 font-size: 17px;
 line-height: 32px;
 font-weight: 400;
	margin-bottom: 20px;
}

#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: 40px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #d9d2df;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
}

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

#column-post .article-body .flow-box::after {
	content: "▼";
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);
	font-size: 18px;
	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: 30px;
	margin-bottom: 30px;
}

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

#column-post .article-body .flow-card::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 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: 16px;
  font-weight: 500;
  text-align: center;
}

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


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


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

h2.title,
h3.title {
	font-size: 28px;
	line-height: 24px;
	font-weight: 500;
	color: #424242;
	position: relative;
	padding-left: 56px;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-top: 18px;
	padding-bottom: 15px;
}

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

h3.title span {
	display: block;
	font-size: 14px;
	color: #a3a4a4;
	font: 11px/11px smartfont;
	padding-top: 15px;
}

h4.sub-title {
 font-size: 28px;
 line-height: 24px;
 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: 6px;
  height: 80px;
  background: #c93d73;
  transform: skewX(-28deg);
}

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

#page-title .inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
 display: grid;
 grid-template-columns: repeat(2, auto);
 gap: 130px;
 align-items: center;
 justify-content: start;	
}

#page-title .inner h2{
	font-weight: normal;
	font-size: 30px;
	position: relative;
}

#page-title .inner h2::after{
	width: 2px;
	height: 80px;
	content: "";
	transform: skewX(-28deg);
	background: #b5b5b5;
	display: block;
	position: absolute;
	right: -65px;
	top: -5px;
	opacity: 0.7;
}

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

#page-title .inner .caption {
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
}


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

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

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

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

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


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

/*右寄せ*/
.section.item-right .item{
	float: right;
	margin-left: 50px;
	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: 80px;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: border-box;	
	min-width: 1240px;
}

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

._{}

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

.case-list {
	width: 1200px;
}

.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{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;	
}

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

.case-list.international .box .item {
	margin-bottom: 24px;
}
.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: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}

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

.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(3, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}

.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: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

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

.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 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 110px;
}

#WORK #purpose-list .main-item,
#WORK #solutions-list .main-item {
	margin-bottom: 80px;
}

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

#WORK #purpose-list .box-summary,
#WORK #solutions-list .box-summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
}

#WORK #purpose-list .box,
#WORK #solutions-list .box {
	width: 376px;
}

#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: 10px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

._{}

#WORK #alignment-list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 130px;
}

#WORK #alignment-list .title {}

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

#WORK #alignment-list .box-summary {
	display: grid;
	grid-template-columns: repeat(3, 376px);
	gap: 36px;
}

#WORK #alignment-list .box {
	width: 376px;
}

#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: 10px;
	font-size: 18px;
	font-weight: 500;
}

._{}

#WORK #trouble-list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
}

#WORK #trouble-list .title {}

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

#WORK #trouble-list .box-summary {
	display: grid;
	grid-template-columns: repeat(4, 270px);
	gap: 40px;
}

#WORK #trouble-list .box {
	width: 270px;
}

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

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

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

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

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


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

/*-------------------------
記事
-------------------------*/
#CASE #case-post{
	width: 1200px;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

#CASE #case-post #after{
	width: 750px;
	background: #f5f4e3;
	position: relative;
	float: left;
}

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

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

#CASE #case-post #after .item a{
	display: block;
}

#CASE #case-post #after .item a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
}

#CASE #case-post #after .item a img{
	display: block;
	width: 100%;
	max-width: 750px;
	height: auto;
}

#CASE #case-post #after .body{
	width: 663px;
	padding: 38px 0 50px 38px;
}

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

#CASE #case-post #before{
	width: 398px;
	background: #d1ccc8;
	float: right;
	position: relative;
	padding: 13px 0 0 13px;
}

#CASE #case-post #before .icon{
	position: absolute;
	z-index: 9999;
	left: 6px;
	top: -16px;
	width: 129px;
}

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

#CASE #case-post #before ul{
	overflow: hidden;
}

#CASE #case-post #before ul li{
	float: left;
	width: 186px;
	height: 186px;
	margin-right: 13px;
	margin-bottom: 13px;
	background: #fff;
	overflow: hidden;
}

#CASE #case-post #before ul li:nth-child(2n){
	margin-right: 0;
}

#CASE #case-post #before ul li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#CASE #case-post #before ul li:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
}

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

#CASE #case-post #arrow-solution{
	position: absolute;
	right: 400px;
	top: 215px;
	z-index: 9999;
}

#CASE #case-post #arrow-solution img{
	width: 83px;
	height: auto;
}


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

#greeting {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#greeting .box {
	display: grid;
	grid-template-columns: 380px 1fr;
	column-gap: 80px;
	align-items: start;
}

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

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

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

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

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

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

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

#philosophy {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	counter-reset: philosophy-num;
	overflow: visible;
	margin-bottom: 120px;
}

#philosophy .box {
	position: relative;
	min-height: 280px;
	padding: 40px 38px 46px;
	box-sizing: border-box;
	counter-increment: philosophy-num;
}

#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: 24px;
	margin-bottom: 26px;
}

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

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

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

._{}

#company-profile {

}

#company-profile ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	margin-bottom: 40px;
}

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