@charset "utf-8";
.bottombgimage {
  background-image: url("../../../img/bg_mall.jpg");
  background-position: center 10%;
}
#contents .mokuteki {
  margin-top: -100px;
}
.column_set {
  margin-bottom: 60px;
}
.column_set ul.flexdiv {
  gap: 0;
  max-width: inherit;
  padding: 0;
}
.column_set ul.flexdiv li {
  padding: 20px;
  width: 50%;
  background-color: transparent;
  overflow: hidden;
}
.column_set ul.flexdiv li a {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: flex-start;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 0;
  font-size: calc(1.3rem + .4vw);
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(35, 35, 35, 0.5), -1px 1px 4px rgba(35, 35, 35, 0.5), 1px -1px 4px rgba(35, 35, 35, 0.5), -1px -1px 4px rgba(35, 35, 35, 0.5);
  line-height: 1.3;
  color: #ffffff;
  min-height: 180px;
  position: relative;
  z-index: 1;
  border: none;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  align-items: flex-start;
  overflow: hidden;
  background-color: #323b4b;
}
.column_set ul.flexdiv li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: .85;
}
.column_set ul.flexdiv li a.intro::after {
  background-image: url("../../../column/img/bgimage_crm_trim.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.start::after {
  background-image: url("../../../img/bg_support.jpg");
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.card::after {
  background-image: url("../../../column/img/imagebg_pointcardsystem.jpg");
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.camp::after {
  background-image: url("../../camp/img/main_trim.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.stamprally::after {
  background-image: url("../../../column/img/img_shopping_street.jpg");
  background-position: center 90%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.circulars::after {
  background-image: url("../../board/img/icon_case_08b.png");
  background-position: center 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.creyendo::after {
  background-image: url("../../../column/img/lp_creyendo_main_b.jpg");
  background-position: center 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.column_set ul.flexdiv li a.datainteg::after {
	background-image: url("../../../column/img/data-integration_image.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
  background-position: center 35%;
}
.column_set ul.flexdiv li a:hover::after {
  opacity: .8;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*.column_set ul.flexdiv li a::before {
  content: "";
  background-color: rgba(0,0,0,.15);
  width: 100%;
  min-height: 180px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}*/
@media screen and (max-width: 680px) {
  .column_set ul.flexdiv li a::before {
    min-height: 150px;
  }
}
.column_set ul.flexdiv li a strong {
	position: relative;
	z-index: 2;
	top: 80px;
	text-align: left;
}
.headertransform #wrapper {
  /* padding-bottom: 130px; */
}
.movmark {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(29, 155, 187, .6);
  padding-top: 30px;
  width: 30px;
  z-index: 2;
}
.movmark::before {
  width: 15px;
  height: 15px;
  animation: inherit;
  border: solid #cff4ff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
}
.movmark span {
  display: none;
}
.mokuteki_list .mokuteki_title {
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
.mokuteki_title em {
  display: inline-block;
}
.mokuteki_list ol li a {
  padding: 20px 10px 20px 300px;
  border: 1px solid rgba(29, 155, 187, .3);
}
@media screen and (min-width: 1081px) {
  .mokuteki_list ol li a {
    padding: 20px 10px 20px 300px;
  }
  .mokuteki_list ul li a:hover, .mokuteki_list ol li a:hover {
    transition: inherit;
    border: 1px solid rgba(29, 155, 187, .6);
    background-color: #fef9e4;
  }
  .mokuteki_list ul li a em, .mokuteki_list ol li a em {
    position: absolute;
    margin-left: -240px;
    margin-top: -6px;
  }
  .mokuteki_list ul li a:hover em, .mokuteki_list ol li a:hover em {
    background-color: #A37853;
  }
  .mokuteki_list ol li::before {
    top: 0px;
  }
  .mokuteki_list ol li::after {
    top: 14px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1080px) {
  .mokuteki_list ol li::after {
    top: 14px;
  }
}
@media screen and (max-width: 680px) {
  .mokuteki_list ol li a {
    padding: 10px 10px 10px 50px;
  }
}
.shortcut_set {
  background-color: #ffffff;
  padding: 20px 30px;
}
@media screen and (min-width: 681px) and (max-width: 980px) {
  .shortcut_set {
    width: 90%;
    margin: 0 auto;
  }
}
.shortcut_set ul {
  max-width: inherit;
}
.shortcut_set .col_4 li a {
  border: 1px solid #b2ccd9;
  display: block;
  padding: 30px 20px;
  color: #4d4d4d;
  text-decoration: none;
  position: relative;
  height: 100%;
  font-size: 1.2em;
}
.shortcut_set .col_4 li a strong {
  color: #369;
  font-size: 1.2em;
}
.shortcut_set .col_4 li a strong em {
  display: inline-block;
}
.shortcut_set .col_4 li a p {
  line-height: 1.3;
  font-size: 1rem;
  padding-top: 20px;
}
.shortcut_set li a:hover {
  border: 1px solid rgba(29, 155, 187, .6);
  background-color: #fef9e4;
}
.column_set .category {
  background-color: #ffffff;
  text-shadow: none;
  color: rgb(52, 93, 95);
  display: block;
  width: 90px;
  padding: 14px 10px 10px;
  line-height: 1.5;
  /* border-radius: 0 0 4px 4px; */
  font-size: calc(.9rem + .2vw);
  margin: 0 0 8px -20px;
  border-top: 1px solid rgb(255, 255, 255);
  height: 70px;
  border-radius: 0;
  z-index: 2;
  left: 40px;
  position: relative;
}
.column_set .category span.kw {
  font-size: .76em;
  display: block;
  font-weight: 500;
  line-height: 1;
}
.column_set .category.WEBlottery {
  color: #ff7f3d;
}
.column_set .category.dx {
  color: #4caf50;
}
.shortcut_set a figure {
	height: 130px;
	display: flex;
	text-align: center;
	margin-top: 20px;
}
.shortcut_set a figure img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#main_visual.search_by_purpose {
	background-color: #ffffff;
	background-image: inherit;
}
#contents.mokuteki {
	background-color: #f9f9f9;
}
#mokuteki #contents #main_visual .selectmenu {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 0;
}
#mokuteki #contents #main_visual .selectmenu a {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: 1.4rem;
	color: #282828;
	padding: 20px;
	border: 1px solid #dddddd;
	line-height: 1.2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-width: 200px;
	min-height: 200px;
}
#mokuteki #contents #main_visual .selectmenu a:hover {
	background-color: #f6fafb;
	color: #1464ac;
	transition: 0s;
}
#mokuteki #contents #main_visual .selectmenu em {
	display: block;
	line-height: 1;
}
.bottombgimage {
	background-image: inherit;
	background-color: inherit;
}
#wrapper {
	overflow: inherit;
}
#main_visual.search_by_purpose . {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}
@media screen and (max-width: 680px) {
#main_visual.search_by_purpose {
	height: inherit;
}
}
#listview .inner {
	max-width: 1420px !important;
}
.listview {
	display: flex;
	padding-top: 30px;
}
.listview .list_title {
	position: sticky;
	top: 120px;
	background-color: #dddddd;
	min-height: 200px;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: 1.4rem;
	flex-direction: column;
	line-height: 1.3;
	text-align: center;
}
@media screen and (min-width: 681px) and (max-width: 899px) {
.listview .list_title {
	min-height: 160px;
	min-width: 160px;
	font-size: 1.3rem;
}
}
@media screen and (max-width: 680px) {
.listview .list_title {
	min-height: 160px;
	min-width: 110px;
	font-size: 1.2rem;
	padding: 5px;
	text-align: center;
	top: 30px;
}
}
.listview .list_title em {
	display: block;
}
#main_visual {
	height: 360px;
}
#mokuteki #contents #main_visual h2 {
	padding: 40px 0 20px;
	font-size: calc(1.4em + .6vw) !important;
	color: #333333;
}
#mokuteki #contents #main_visual .pagetitle {
	margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
#mokuteki #contents #main_visual .selectmenu {
	flex-direction: column;
	gap: 20px;
	padding: 0;
	align-items: center;
	padding-bottom: 80px;
}
}
#mokuteki #contents #main_visual .selectmenu a {
	background-color: #013a6d;
	color: #ffffff;
	text-shadow: none;
	font-weight: bold;
	line-height: 1.5;
	justify-content: end;
	transition: 0.3s;
}
@media screen and (min-width: 681px) and (max-width: 899px) {
#mokuteki #contents #main_visual .selectmenu a {
	font-size: 1.3rem;
	min-width: 180px;
	min-height: 180px;
}
}
@media screen and (max-width: 680px) {
#mokuteki #contents #main_visual .selectmenu a {
	min-height: 130px;
	width: 240px;
	padding: 10px;
	font-size: 1.4rem;
	border-radius: 5px;
}
}
#mokuteki #contents #main_visual .selectmenu a:hover {
	color: #ffffff;
	opacity: .8;
	transition: .1s;
	translate: 0 3px;
	transform: scale(.99);
}
#mokuteki #contents #main_visual .selectmenu a.gyoushu {
	background-color: #013a6d;
}
#mokuteki #contents #main_visual .selectmenu a.kadai {
	background-color: #C76E30;
}
#mokuteki #contents #main_visual .selectmenu a.chiken {
	background-color: #2e8b57;
}
.listview .list_title {
	color: #ffffff;
	font-weight: bold;
}
#gyoushu.listview .list_title {
	background-color: #013a6d;
}
#kadai.listview .list_title {
	background-color: #C76E30;
}
#chiken.listview .list_title {
	background-color: #2e8b57;
}
.area_left {
	padding-top: 60px;
	margin-bottom: -70px;
}
.area_right {
	padding-top: 90px;
	padding-bottom: 40px;
	width: 100%;
}
.area_right li {
	margin-bottom: 10px;
	position: relative;
}
.listview a {
	display: flex;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	border-top: 1px solid #333333;
	padding: 10px 10px 10px 20px;
	position: relative;
}
@media screen and (max-width: 680px) {
.listview a {
	flex-direction: column;
	padding: 10px 10px 10px 15px;
	gap: 10px;
}
}
.listview a:hover {
	background-color: #ffffff;
}
.listview a::before {
	content: "";
	width: 13px;
	height: 13px;
	border: solid #0b5394;
	border-width: 0 0 2px 2px;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 20px;
	right: inherit;
	right: 15px;
	transform: rotate(-135deg);
	animation: inherit;
}
@media screen and (max-width: 680px) {
.listview a::before {
	top: inherit;
	bottom: 10px;
}
}
.listview a div:first-child {
	width: 280px;
	font-size: calc(.6rem + .4vw);
	font-size: clamp(14px, 3vw, 18px);
	background-color: #282828;
	color: #ffffff;
	padding: 10px 5px 24px 25px;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width: 680px) {
.listview a div:first-child {
	width: inherit;
	font-size: 1.2em;
	padding: 10px 5px 20px 25px;
}
}
#gyoushu.listview a div:first-child {
	padding: 10px 5px 82px 25px;
}
@media screen and (max-width: 680px) {
#gyoushu.listview a div:first-child {
	width: inherit;
	font-size: 1.2em;
	padding: 20px 5px 100px 25px;
}
}
.listview a div:last-child {
	width: 100%;
}
.listview a div:last-child h3 {
	border: none;
	font-weight: bold;
	text-align: left;
}
.listview a div:last-child h3 {
	font-size: 1.2em;
}
.listview a div:last-child p {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	line-height: 1.3;
}
#gyoushu.listview a div:first-child {
	background-color: #013a6d;
}
@media screen and (min-width: 760px) {
#gyoushu.listview a div:first-child {
	width: 400px;
}
}
#kadai.listview a div:first-child {
	background-color: #C76E30;
}
#chiken.listview a div:first-child {
	background-color: #2e8b57;
}
.listview ol {
	counter-reset: number;
	padding-left: 0;
	list-style: none;
}
.listview ol li {
	position: relative;
	padding-right: 20px;
	margin-bottom: 10px;
	background: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
@media screen and (max-width: 680px) {
.listview ol li {
	padding: 10px 0 5px;
}
}
.listview ol li a::after {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	font-size: 18px;
	background-color: #f4f4f4;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	text-align: center;
	padding-top: 8px;
	left: 5px;
	top: 0px;
	right: 15px;
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
@media screen and (max-width: 680px) {
.listview ol li a::after {
	left: 5px;
}
}
.listview li::after a:hover {
}
.listview a:hover::before {
	right: 10px;
	transition: .3s;
}
.listview ol li a:hover::after {
	background-color: #ffffff;
}
.downarrow {
	width: 100%;
	height: 40px;
	display: block;
	position: relative;
	margin-top: 20px;
}
@media screen and (max-width: 680px) {
.downarrow {
	margin-top: 5px;
}
}
.downarrow::before {
	border: solid #ed994f;
	border-width: 0 0 3px 3px;
	content: "";
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: rotate(-45deg);
	width: 60px;
	height: 60px;
}
.downarrow.small::before {
	width: 26px;
	height: 26px;
}
@media screen and (max-width: 680px) {
.downarrow.small::before {
	width: 20px;
	height: 20px;
}
}
.downarrow.small.line-wht::before {
	border-color: #ffffff;
}
.tgl {
	display: none;
}
@media screen and (max-width: 680px) {
#listview {
	margin-top: -50px;
}
#gyoushu .area_left {
	margin-bottom: 0;
}
#kadai .area_left, #chiken .area_left {
	padding-top: 0;
	margin-bottom: 0;
}
#kadai .area_right, #chiken .area_right {
	padding-top: 0;
}
}
#gyoushu.listview ol li div:first-child {
	position: relative;
	min-height: 120px;
}
#gyoushu.listview ol li div:first-child::after {
	content: "";
	position: absolute;
	left: 0;
	height: 80px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	background-position-y: 30%;
	bottom: 0;
}
#gyoushu.listview ol li.chain div:first-child {
}
#gyoushu.listview ol li.chain div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_mall_25.jpg");
	background-position-y: 20%; 
}
#gyoushu.listview ol li.appecweb div:first-child {
}
#gyoushu.listview ol li.appecweb div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_appecweb2.jpg");
	background-position-y: 18%; 
}
#gyoushu.listview ol li.engagement div:first-child {
}
#gyoushu.listview ol li.engagement div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_engagement.jpg");
}
#gyoushu.listview ol li.infra div:first-child {
}
#gyoushu.listview ol li.infra div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_cityscape2.jpg");
	background-position-y: 80%; 
}
#gyoushu.listview ol li.hotel div:first-child {
}
#gyoushu.listview ol li.hotel div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_hotel_50.jpg");
	background-position-y: 60%; 
}
#gyoushu.listview ol li.bank div:first-child {
}
#gyoushu.listview ol li.bank div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_bank2.jpg");
	background-position-y: 45%; 
}
#gyoushu.listview ol li.ja div:first-child {
}
#gyoushu.listview ol li.ja div:first-child::after {
	background-image: url("../../point/example/img/industry640x320_ja2.jpg");
	background-position-y: 60%; 
}
