/* -----------------------------------------CASESTUDY-page-start*/
/*index*/
#casestudy * {
  box-sizing: border-box;
}
#type-casestudy .header-area-outer:before,
#casestudy .header-area-outer:before {
  background: url(/case/image/bg_header_case.png) no-repeat;
  background-size: cover;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[name="check"] {
	display: none;
}
.tab-wrap {
	text-align: center;
} 
.tab-lab1, .tab-lab2, .tab-lab3 {
	background: #ccc;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 5px;
	padding: 15px;
  max-width: 45%;
  width: 250px;
}
#tab1:checked~.tab-lab1,
#tab2:checked~.tab-lab2,
#tab3:checked~.tab-lab3 {
	background: #fff;
	border-top: 8px solid #7DCCF3;
}
#tab1:checked~.panels #panel-area1,
#tab2:checked~.panels #panel-area2,
#tab3:checked~.panels #panel-area3 {
	display: block;
	background: #fff;
}
.panels {
	width: 100%;
	margin: 0 auto;
}
.panel {
	display: none;
	text-align: left;
	padding: 20px;
}
#panel-area1 {
	background: #feb53d;
	opacity: 0.8;
}
.panel-item {
  align-items: center;
	display: inline-flex;
  font-size: 15px;
  font-weight: 500;
	margin: 5px 20px 5px 0;
  vertical-align: middle;
}
.panel-item label {
  font-weight: 500;
  margin-left: 0.3em;
}
.article-list {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0 auto;
}
.article-list:before, 
.article-list:after {
  content: '';
  display: block;
  height: 1px;
  order: 1;
  width: 30%;
}
.article-list-item {
	background: #fff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-top: 30px;
	position: relative;
	width: 30%;
}
.article-list-item a {
  color: #1A1A1A;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.article-list-item a:hover {
  opacity: .5;
}
.article-list-thumb {
  aspect-ratio: 31 / 20;
	align-items: center;
	background: #666;
	display: flex;
	height: 200px;
	justify-content: center;
	overflow-y: hidden;
  position: relative;
  width: 100%;
}
.article-list-thumb img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-list-content {
  display: list-item;
  flex-grow: 1;
  line-height: 1.2;
}
.article-list-content_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
	padding: 20px;
}
.article-list-title {
  color: #1A1A1A;
	font-size: 18px;
  font-weight: bold;
	margin-bottom: 10px;
}
.article-list-title a {
  color: inherit !important;
}
.article-list-sub-title {
	font-size: 15px;
  font-weight: bold;
	color: #2468B6;
	margin-bottom: 20px;
}
.article-list-category-item {
	display: inline-block;
  padding: 5px 10px;
	margin: 0 10px 10px 0;
}
.article-list-date {
  margin-top: auto;
}
.distribution_industry {
	background: #F3F4F6;
}
.manufacturing_industry {
	background: #F3F4F6;
}
.security_industry {
	background: #F3F4F6;
}
.municipality {
	background: #F3F4F6;
}
.hospital {
	background: #F3F4F6;
}
.restaurant_industry {
	background: #F3F4F6;
}
.hair_salon {
    background: #F3F4F6;
}
.airport {
	background: #F3F4F6;
}
.sightseeing {
	background: #F3F4F6;
}
.traffic {
	background: #F3F4F6;
}
.school {
	background: #F3F4F6;
}
.web_application {
	background: #F3F4F6;
}
.communication_service {
	background: #F3F4F6;
}
.construction_industry {
	background: #F3F4F6;
}
.factory_dx {
	background: #2468B626;
}
.security {
	background: #2468B626;
}
.employee_attendance_management {
	background: #2468B626;
}
.entrance_exit_management {
	background: #2468B626;
}
.infection_control {
	background: #2468B626;
}
.customer_management {
	background: #2468B626;
}
.marketing {
	background: #2468B626;
}
.people_flow_survey {
	background: #2468B626;
}
.payment_service {
	background: #2468B626;
}
.object_recognition {
	background: #2468B626;
}
.reception_work {
	background: #2468B626;
}
.alcohol_check {
	background: #2468B626;
}
.aize_api,
.aize_breath,
.aize_counter,
.aize_pay,
.aize_research,
.ai_fcst,
.web_develop,
.cluoud_camera,
.aize_biz {
  background: #2468B64D;
}
.is-hide {
	display: none!important;
}

/*detail
ーーーーーーーーーーーーーーー*/
.casestudy-detail-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.casestudy-detail-name {
  color: #2468B6;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.casestudy-detail-category {
  font-size: 18px;
  line-height: 1.2;
}
.casestudy-detail-category span {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 13px;
}
.casestudy-wp-edit-area {
  font-size: 18px;
  line-height: 1.778;  
  padding: 60px 0;
}
.casestudy-wp-edit-area h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5em 0 1em;
}
.casestudy-wp-edit-area h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5em 0 1em;
  width: fit-content;
}
.casestudy-wp-edit-area h4 {
  margin: 1em 0 1em;
}
.casestudy-wp-edit-area p {
  margin-bottom: 1em;
}
.casestudy-wp-edit-area ul {
  list-style:disc;
  margin-left: 1em;
  padding-left: 1.5em;
}
.casestudy-wp-edit-area ol {
  list-style: decimal;
  margin-left: 1em;
  padding-left: 1.5em;
}
.casestudy-wp-edit-area strong {
  font-weight: bold;
}
.casestudy-wp-edit-area p strong {
  font-size: 17px;
}
.casestudy-wp-edit-area img {
  width: auto;
  height: auto;
  margin-top: 1em;
  max-width: 100%;
}
.casestudy-wp-edit-area a {
  color: #0068b6;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.casestudy-wp-edit-area a:hover {
  opacity: .5;
}
.casestudy-btn-area {
  margin-top: 4em;
}
.casestudy-btn-area .normal-btn.type-center {
  width: 300px;
}
.type-casestudy_btn a {
  border:2px solid #091138;
  color:#091138 !important;
  display:inline-block;
  margin-bottom:2em;
  margin-top :2em;
  padding: 10px 50px;
  text-decoration: none;
}
.casestudy-floating-banner-area {
  position: relative;
}
.casestudy-banner {
  visibility: hidden;
  bottom: 100px;
  width: 250px;
  height: auto;
  position: fixed;
  right: 0;
  text-align: right;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 100;
}
.casestudy-banner.is-fixed {
  bottom: 50px;
  position: absolute;
}
.casestudy-banner.is-scroll {
  visibility: visible;
}
.casestudy-wp-edit-area .whiteBlock {
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 1em 1em 0.5em;
}
.pager-list {
  justify-content: center;
  gap: 0;
}
.pager-list .post-page-numbers {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 1em;
	width: 50px;
	height: 50px;
	background: #091138;
	font-family: 'Sora', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
  text-decoration: none;
}
.pager-list .post-page-numbers.current {
	border: 1px solid #091138;
	background: #fff;
	color: #091138;
	pointer-events: none;
}
@media screen and (max-width: 768px){
  #casestudy .header-area-inner:after {
    background: url(/case/image/bg_header_case.png) center left / cover no-repeat;
  }
  .article-list-category {
    margin-bottom: 0;
  }
  .article-list-item {
    margin-top: 15px;
  }
  .article-list-content {
    padding: 10px;
  }
  /*detail*/
  #type-casestudy .header-area-inner:after,
  #casestudy.single .header-area-inner:after {
    background: url(/case/image/bg_header_case.png) center left / cover no-repeat;
  }
  .casestudy-detail-ttl {
    font-size: 18px;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .casestudy-detail-name {
    font-size: 16px;
  }
  .casestudy-detail-category {
    font-size: 14px;
  }  
  .casestudy-wp-edit-area h2 {
    font-size: 20px;
  }
  .casestudy-wp-edit-area h3 {
    font-size: 18px;
  }
  .casestudy-wp-edit-area h4 {
    margin-bottom: 0.5em;
  }
  .casestudy-wp-edit-area {
    font-size: 16px;
    padding-top: 15%;
  }
  .casestudy-wp-edit-area img {
    width: 100%;
  }
  .casestudy-btn-area .normal-btn.type-center {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
	/* .article-list-thumb {
	  height: 150px;
	}*/
} 

@media screen and (max-width: 1024px) {
	.tab-lab1, .tab-lab2, .tab-lab3 {
		padding: 15px 10px;
	}
	.panels {
		width: 100%;
	}
	.panel {
		padding-left: 10px;
	}
	.panel-list {
		text-align: left;
	}
	.panel-item {
		display: flex;
		margin-bottom: 10px;
    width: 100%;
	}
	.article-list {
		width: 100%;
		flex-flow: column;
	}
	.article-list-item {
		width: 100%;
		height: auto;
		display: flex;
    flex-direction: row;
	}
	.article-list-thumb {
		height: auto;
		width: 40%;
		margin-bottom: 0;
	}
  .article-list-thumb img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%;
  }
	.article-list-content {
		width: 60%;
	}
}

/* wp設定 */
.aligncenter {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
/* 旧ページからのスタイル */
/* 事例紹介　個別ページ 共通*/
.casestudy-content {margin-top:100px;/*margin-bottom:100px;*/}
.casestudy-title-top {font-size: 12pt;color: #2468B6;}
.casestudy-title {color: #2468B6;}
.casestudy-content-top {font-size: 18pt;font-weight: 600;}
.casestudy-content {}
.casestudy-content .result-title {font-size:24pt;font-weight:600;color: #2468B6;}
.casestudy-content .result-content {font-size:15pt;font-weight:600;}
.casestudy-content .content-list {margin-top: 20px;margin-bottom: 40px;}
.casestudy-content .content-title {font-size: 14pt;font-weight: 600;}
.casestudy-content .content-text {margin-bottom: 20px;}
.dropcap:first-letter {margin-right: 6px;margin-top: 6px;float: left;line-height: 1;/*必要*/}
@media (min-width: 768px) { /* -md-*/
  .dropcap:first-letter {font-size: 60px;/*文字の大きさ*/}
}
@media (max-width: 767px) { /* -sm-*/
  .dropcap:first-letter {font-size: 42px;/*文字の大きさ*/}
}
/* -----------------------------------------CASESTUDY-page-end*/